summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Luth <justin.luth@collabora.com>2020-10-31 15:36:44 +0300
committerAndras Timar <andras.timar@collabora.com>2020-11-03 16:00:17 +0100
commit8003d67bc29f36a2c0c37500fe3d2612992c01aa (patch)
tree5a40b6438cd13e9d015a4558a531dae9f0d471d3
parentd711d4430e6c44ef362928f1c1d7179bc3db1471 (diff)
tdf#137897 scRetypePassInputDlg: re-allow password removal co-6.4-10
This weld-conversion logic error caused a LO 6.1 regression in commit 0e4f93e88bfae3489d2de84fc2febed100880628. - m_pPasswordGrid->Disable(); + m_xPasswordGrid->set_sensitive(false); //disable == false - m_pBtnOk->Enable(); + m_xBtnOk->set_sensitive(false); //enable == true The result is that attempting to remove the password did not enable the OK button, so it was impossible. Change-Id: I4067b2ec6b89e86b21968d33c8850cca6d067e71 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105049 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 9eeaff5fa9070bea685db8b6bbd2dfc1565756ac) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105059 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
-rw-r--r--sc/source/ui/miscdlgs/retypepassdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/miscdlgs/retypepassdlg.cxx b/sc/source/ui/miscdlgs/retypepassdlg.cxx
index 84f8ef182b54..fa31ea77e392 100644
--- a/sc/source/ui/miscdlgs/retypepassdlg.cxx
+++ b/sc/source/ui/miscdlgs/retypepassdlg.cxx
@@ -372,7 +372,7 @@ IMPL_LINK_NOARG(ScRetypePassInputDlg, RadioBtnHdl, weld::ToggleButton&, void)
else
{
m_xPasswordGrid->set_sensitive(false);
- m_xBtnOk->set_sensitive(false);
+ m_xBtnOk->set_sensitive(true);
}
}
r--r--translations/source/af/dictionaries/gu_IN.po4
-rw-r--r--translations/source/af/dictionaries/he_IL.po4
-rw-r--r--translations/source/af/dictionaries/hi_IN.po4
-rw-r--r--translations/source/af/dictionaries/hr_HR.po4
-rw-r--r--translations/source/af/dictionaries/hu_HU.po6
-rw-r--r--translations/source/af/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/af/dictionaries/it_IT.po4
-rw-r--r--translations/source/af/dictionaries/ku_TR.po4
-rw-r--r--translations/source/af/dictionaries/lt_LT.po4
-rw-r--r--translations/source/af/dictionaries/lv_LV.po4
-rw-r--r--translations/source/af/dictionaries/ne_NP.po4
-rw-r--r--translations/source/af/dictionaries/nl_NL.po4
-rw-r--r--translations/source/af/dictionaries/no.po4
-rw-r--r--translations/source/af/dictionaries/oc_FR.po4
-rw-r--r--translations/source/af/dictionaries/pl_PL.po4
-rw-r--r--translations/source/af/dictionaries/pt_BR.po4
-rw-r--r--translations/source/af/dictionaries/pt_PT.po4
-rw-r--r--translations/source/af/dictionaries/ro.po4
-rw-r--r--translations/source/af/dictionaries/ru_RU.po6
-rw-r--r--translations/source/af/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/af/dictionaries/si_LK.po19
-rw-r--r--translations/source/af/dictionaries/sk_SK.po4
-rw-r--r--translations/source/af/dictionaries/sl_SI.po4
-rw-r--r--translations/source/af/dictionaries/sr.po4
-rw-r--r--translations/source/af/dictionaries/sv_SE.po4
-rw-r--r--translations/source/af/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/af/dictionaries/te_IN.po4
-rw-r--r--translations/source/af/dictionaries/th_TH.po4
-rw-r--r--translations/source/af/dictionaries/uk_UA.po4
-rw-r--r--translations/source/af/dictionaries/vi.po4
-rw-r--r--translations/source/af/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/af/editeng/source/accessibility.po6
-rw-r--r--translations/source/af/editeng/source/editeng.po8
-rw-r--r--translations/source/af/editeng/source/items.po30
-rw-r--r--translations/source/af/editeng/source/misc.po6
-rw-r--r--translations/source/af/editeng/source/outliner.po6
-rw-r--r--translations/source/af/extensions/source/abpilot.po10
-rw-r--r--translations/source/af/extensions/source/bibliography.po6
-rw-r--r--translations/source/af/extensions/source/dbpilots.po6
-rw-r--r--translations/source/af/extensions/source/propctrlr.po6
-rw-r--r--translations/source/af/extensions/source/scanner.po8
-rw-r--r--translations/source/af/extensions/source/update/check.po6
-rw-r--r--translations/source/af/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/af/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/af/filter/source/config/fragments/types.po10
-rw-r--r--translations/source/af/filter/source/flash.po6
-rw-r--r--translations/source/af/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/af/filter/source/pdf.po10
-rw-r--r--translations/source/af/filter/source/t602.po6
-rw-r--r--translations/source/af/filter/source/xsltdialog.po6
-rw-r--r--translations/source/af/forms/source/resource.po6
-rw-r--r--translations/source/af/formula/source/core/resource.po22
-rw-r--r--translations/source/af/formula/source/ui/dlg.po6
-rw-r--r--translations/source/af/fpicker/source/office.po6
-rw-r--r--translations/source/af/framework/source/classes.po6
-rw-r--r--translations/source/af/framework/source/services.po6
-rw-r--r--translations/source/af/instsetoo_native/inc_openoffice/windows/msi_languages.po68
-rw-r--r--translations/source/af/mysqlc/source.po6
-rw-r--r--translations/source/af/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/af/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/af/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/af/nlpsolver/src/locale.po179
-rw-r--r--translations/source/af/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/af/officecfg/registry/data/org/openoffice/Office/UI.po57
-rw-r--r--translations/source/af/padmin/source.po6
-rw-r--r--translations/source/af/readlicense_oo/docs/readme.po34
-rw-r--r--translations/source/af/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/af/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/af/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/af/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/af/reportbuilder/util.po4
-rw-r--r--translations/source/af/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/af/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/af/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/af/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/af/sc/source/core/src.po6
-rw-r--r--translations/source/af/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/af/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/af/sc/source/ui/docshell.po6
-rw-r--r--translations/source/af/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/af/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/af/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/af/sc/source/ui/navipi.po8
-rw-r--r--translations/source/af/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/af/sc/source/ui/src.po144
-rw-r--r--translations/source/af/sc/source/ui/styleui.po8
-rw-r--r--translations/source/af/scaddins/source/analysis.po6
-rw-r--r--translations/source/af/scaddins/source/datefunc.po6
-rw-r--r--translations/source/af/sccomp/source/solver.po6
-rw-r--r--translations/source/af/scp2/source/accessories.po6
-rw-r--r--translations/source/af/scp2/source/activex.po6
-rw-r--r--translations/source/af/scp2/source/base.po16
-rw-r--r--translations/source/af/scp2/source/binfilter.po6
-rw-r--r--translations/source/af/scp2/source/calc.po6
-rw-r--r--translations/source/af/scp2/source/draw.po6
-rw-r--r--translations/source/af/scp2/source/extensions.po2206
-rw-r--r--translations/source/af/scp2/source/gnome.po6
-rw-r--r--translations/source/af/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/af/scp2/source/impress.po6
-rw-r--r--translations/source/af/scp2/source/javafilter.po6
-rw-r--r--translations/source/af/scp2/source/kde.po6
-rw-r--r--translations/source/af/scp2/source/math.po6
-rw-r--r--translations/source/af/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/af/scp2/source/ooo.po31
-rw-r--r--translations/source/af/scp2/source/python.po6
-rw-r--r--translations/source/af/scp2/source/quickstart.po6
-rw-r--r--translations/source/af/scp2/source/sdkoo.po6
-rw-r--r--translations/source/af/scp2/source/smoketest.po23
-rw-r--r--translations/source/af/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/af/scp2/source/writer.po6
-rw-r--r--translations/source/af/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/af/scripting/source/pyprov.po4
-rw-r--r--translations/source/af/sd/source/core.po43
-rw-r--r--translations/source/af/sd/source/filter/html.po6
-rw-r--r--translations/source/af/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/af/sd/source/ui/animations.po6
-rw-r--r--translations/source/af/sd/source/ui/annotations.po6
-rw-r--r--translations/source/af/sd/source/ui/app.po8
-rw-r--r--translations/source/af/sd/source/ui/dlg.po6
-rw-r--r--translations/source/af/sd/source/ui/notes.po6
-rw-r--r--translations/source/af/sd/source/ui/slideshow.po17
-rw-r--r--translations/source/af/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/af/sd/source/ui/table.po6
-rw-r--r--translations/source/af/sd/source/ui/view.po6
-rw-r--r--translations/source/af/sdext/source/minimizer.po4
-rw-r--r--translations/source/af/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/af/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/af/sdext/source/pdfimport.po4
-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.po6
-rw-r--r--translations/source/af/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po16
-rw-r--r--translations/source/af/setup_native/source/mac.po6
-rw-r--r--translations/source/af/sfx2/source/appl.po6
-rw-r--r--translations/source/af/sfx2/source/bastyp.po6
-rw-r--r--translations/source/af/sfx2/source/dialog.po12
-rw-r--r--translations/source/af/sfx2/source/doc.po20
-rw-r--r--translations/source/af/sfx2/source/menu.po6
-rw-r--r--translations/source/af/sfx2/source/view.po6
-rw-r--r--translations/source/af/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/af/starmath/source.po6
-rw-r--r--translations/source/af/svl/source/items.po6
-rw-r--r--translations/source/af/svl/source/misc.po8
-rw-r--r--translations/source/af/svtools/source/contnr.po6
-rw-r--r--translations/source/af/svtools/source/control.po6
-rw-r--r--translations/source/af/svtools/source/dialogs.po6
-rw-r--r--translations/source/af/svtools/source/filter.po6
-rw-r--r--translations/source/af/svtools/source/java.po6
-rw-r--r--translations/source/af/svtools/source/misc.po53
-rw-r--r--translations/source/af/svtools/source/plugapp.po6
-rw-r--r--translations/source/af/svtools/source/toolpanel.po6
-rw-r--r--translations/source/af/svtools/workben/unodialog.po6
-rw-r--r--translations/source/af/svx/inc.po8
-rw-r--r--translations/source/af/svx/source/accessibility.po6
-rw-r--r--translations/source/af/svx/source/dialog.po10
-rw-r--r--translations/source/af/svx/source/engine3d.po6
-rw-r--r--translations/source/af/svx/source/fmcomp.po6
-rw-r--r--translations/source/af/svx/source/form.po6
-rw-r--r--translations/source/af/svx/source/gallery2.po6
-rw-r--r--translations/source/af/svx/source/items.po6
-rw-r--r--translations/source/af/svx/source/src.po6
-rw-r--r--translations/source/af/svx/source/stbctrls.po2
-rw-r--r--translations/source/af/svx/source/svdraw.po6
-rw-r--r--translations/source/af/svx/source/table.po6
-rw-r--r--translations/source/af/svx/source/tbxctrls.po6
-rw-r--r--translations/source/af/svx/source/toolbars.po6
-rw-r--r--translations/source/af/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/af/sw/source/core/layout.po4
-rw-r--r--translations/source/af/sw/source/core/undo.po8
-rw-r--r--translations/source/af/sw/source/core/unocore.po6
-rw-r--r--translations/source/af/sw/source/ui/app.po22
-rw-r--r--translations/source/af/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/af/sw/source/ui/config.po2
-rw-r--r--translations/source/af/sw/source/ui/dbui.po6
-rw-r--r--translations/source/af/sw/source/ui/dialog.po14
-rw-r--r--translations/source/af/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/af/sw/source/ui/docvw.po22
-rw-r--r--translations/source/af/sw/source/ui/envelp.po6
-rw-r--r--translations/source/af/sw/source/ui/fldui.po6
-rw-r--r--translations/source/af/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/af/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/af/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/af/sw/source/ui/index.po13
-rw-r--r--translations/source/af/sw/source/ui/lingu.po6
-rw-r--r--translations/source/af/sw/source/ui/misc.po6
-rw-r--r--translations/source/af/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/af/sw/source/ui/shells.po14
-rw-r--r--translations/source/af/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/af/sw/source/ui/table.po18
-rw-r--r--translations/source/af/sw/source/ui/uiview.po6
-rw-r--r--translations/source/af/sw/source/ui/utlui.po22
-rw-r--r--translations/source/af/sw/source/ui/web.po6
-rw-r--r--translations/source/af/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/af/swext/mediawiki/help.po16
-rw-r--r--translations/source/af/swext/mediawiki/src.po8
-rw-r--r--translations/source/af/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/af/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/af/sysui/desktop/share.po6
-rw-r--r--translations/source/af/uui/source.po6
-rw-r--r--translations/source/af/vcl/source/src.po36
-rw-r--r--translations/source/af/wizards/source/euro.po6
-rw-r--r--translations/source/af/wizards/source/formwizard.po6
-rw-r--r--translations/source/af/wizards/source/importwizard.po6
-rw-r--r--translations/source/af/wizards/source/schedule.po6
-rw-r--r--translations/source/af/wizards/source/template.po6
-rw-r--r--translations/source/af/xmlsecurity/source/component.po6
-rw-r--r--translations/source/af/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/ar/accessibility/source/helper.po6
-rw-r--r--translations/source/ar/avmedia/source/framework.po6
-rw-r--r--translations/source/ar/avmedia/source/viewer.po6
-rw-r--r--translations/source/ar/basctl/source/basicide.po6
-rw-r--r--translations/source/ar/basctl/source/dlged.po6
-rw-r--r--translations/source/ar/basic/source/classes.po6
-rw-r--r--translations/source/ar/basic/source/sbx.po6
-rw-r--r--translations/source/ar/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/ar/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/ar/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/ar/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/ar/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/ar/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/ar/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/ar/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/ar/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/ar/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/ar/connectivity/source/drivers/mozab.po16
-rw-r--r--translations/source/ar/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/ar/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/ar/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/ar/connectivity/source/resource.po6
-rw-r--r--translations/source/ar/cui/source/customize.po6
-rw-r--r--translations/source/ar/cui/source/dialogs.po46
-rw-r--r--translations/source/ar/cui/source/options.po39
-rw-r--r--translations/source/ar/cui/source/tabpages.po153
-rw-r--r--translations/source/ar/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/ar/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/ar/dbaccess/source/ext/macromigration.po13
-rw-r--r--translations/source/ar/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/ar/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/ar/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/ar/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/ar/dbaccess/source/ui/dlg.po15
-rw-r--r--translations/source/ar/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/ar/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/ar/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/ar/dbaccess/source/ui/relationdesign.po10
-rw-r--r--translations/source/ar/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/ar/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/ar/desktop/source/app.po10
-rw-r--r--translations/source/ar/desktop/source/deployment/gui.po32
-rw-r--r--translations/source/ar/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/ar/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/ar/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/ar/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/ar/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/ar/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/ar/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/ar/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/ar/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/ar/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/ar/dictionaries/af_ZA.po4
-rw-r--r--translations/source/ar/dictionaries/an_ES.po19
-rw-r--r--translations/source/ar/dictionaries/ar.po4
-rw-r--r--translations/source/ar/dictionaries/be_BY.po4
-rw-r--r--translations/source/ar/dictionaries/bg_BG.po4
-rw-r--r--translations/source/ar/dictionaries/bn_BD.po4
-rw-r--r--translations/source/ar/dictionaries/br_FR.po4
-rw-r--r--translations/source/ar/dictionaries/ca.po4
-rw-r--r--translations/source/ar/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/ar/dictionaries/da_DK.po4
-rw-r--r--translations/source/ar/dictionaries/de.po4
-rw-r--r--translations/source/ar/dictionaries/el_GR.po4
-rw-r--r--translations/source/ar/dictionaries/en.po6
-rw-r--r--translations/source/ar/dictionaries/en/dialog.po171
-rw-r--r--translations/source/ar/dictionaries/es_ES.po6
-rw-r--r--translations/source/ar/dictionaries/et_EE.po4
-rw-r--r--translations/source/ar/dictionaries/fr_FR.po4
-rw-r--r--translations/source/ar/dictionaries/gd_GB.po4
-rw-r--r--translations/source/ar/dictionaries/gl.po4
-rw-r--r--translations/source/ar/dictionaries/gu_IN.po4
-rw-r--r--translations/source/ar/dictionaries/he_IL.po4
-rw-r--r--translations/source/ar/dictionaries/hi_IN.po4
-rw-r--r--translations/source/ar/dictionaries/hr_HR.po4
-rw-r--r--translations/source/ar/dictionaries/hu_HU.po6
-rw-r--r--translations/source/ar/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/ar/dictionaries/it_IT.po4
-rw-r--r--translations/source/ar/dictionaries/ku_TR.po4
-rw-r--r--translations/source/ar/dictionaries/lt_LT.po4
-rw-r--r--translations/source/ar/dictionaries/lv_LV.po4
-rw-r--r--translations/source/ar/dictionaries/ne_NP.po4
-rw-r--r--translations/source/ar/dictionaries/nl_NL.po4
-rw-r--r--translations/source/ar/dictionaries/no.po4
-rw-r--r--translations/source/ar/dictionaries/oc_FR.po4
-rw-r--r--translations/source/ar/dictionaries/pl_PL.po4
-rw-r--r--translations/source/ar/dictionaries/pt_BR.po4
-rw-r--r--translations/source/ar/dictionaries/pt_PT.po4
-rw-r--r--translations/source/ar/dictionaries/ro.po4
-rw-r--r--translations/source/ar/dictionaries/ru_RU.po6
-rw-r--r--translations/source/ar/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/ar/dictionaries/si_LK.po19
-rw-r--r--translations/source/ar/dictionaries/sk_SK.po4
-rw-r--r--translations/source/ar/dictionaries/sl_SI.po4
-rw-r--r--translations/source/ar/dictionaries/sr.po4
-rw-r--r--translations/source/ar/dictionaries/sv_SE.po4
-rw-r--r--translations/source/ar/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/ar/dictionaries/te_IN.po4
-rw-r--r--translations/source/ar/dictionaries/th_TH.po6
-rw-r--r--translations/source/ar/dictionaries/uk_UA.po4
-rw-r--r--translations/source/ar/dictionaries/vi.po4
-rw-r--r--translations/source/ar/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/ar/editeng/source/accessibility.po6
-rw-r--r--translations/source/ar/editeng/source/editeng.po8
-rw-r--r--translations/source/ar/editeng/source/items.po30
-rw-r--r--translations/source/ar/editeng/source/misc.po6
-rw-r--r--translations/source/ar/editeng/source/outliner.po6
-rw-r--r--translations/source/ar/extensions/source/abpilot.po10
-rw-r--r--translations/source/ar/extensions/source/bibliography.po6
-rw-r--r--translations/source/ar/extensions/source/dbpilots.po6
-rw-r--r--translations/source/ar/extensions/source/propctrlr.po6
-rw-r--r--translations/source/ar/extensions/source/scanner.po8
-rw-r--r--translations/source/ar/extensions/source/update/check.po6
-rw-r--r--translations/source/ar/filter/source/config/fragments/filters.po14
-rw-r--r--translations/source/ar/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/ar/filter/source/config/fragments/types.po10
-rw-r--r--translations/source/ar/filter/source/flash.po6
-rw-r--r--translations/source/ar/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/ar/filter/source/pdf.po15
-rw-r--r--translations/source/ar/filter/source/t602.po6
-rw-r--r--translations/source/ar/filter/source/xsltdialog.po6
-rw-r--r--translations/source/ar/forms/source/resource.po6
-rw-r--r--translations/source/ar/formula/source/core/resource.po22
-rw-r--r--translations/source/ar/formula/source/ui/dlg.po6
-rw-r--r--translations/source/ar/fpicker/source/office.po6
-rw-r--r--translations/source/ar/framework/source/classes.po6
-rw-r--r--translations/source/ar/framework/source/services.po6
-rw-r--r--translations/source/ar/instsetoo_native/inc_openoffice/windows/msi_languages.po68
-rw-r--r--translations/source/ar/mysqlc/source.po6
-rw-r--r--translations/source/ar/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/ar/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/ar/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/ar/nlpsolver/src/locale.po179
-rw-r--r--translations/source/ar/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po57
-rw-r--r--translations/source/ar/padmin/source.po6
-rw-r--r--translations/source/ar/readlicense_oo/docs/readme.po47
-rw-r--r--translations/source/ar/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/ar/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ar/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/ar/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/ar/reportbuilder/util.po4
-rw-r--r--translations/source/ar/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/ar/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/ar/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/ar/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/ar/sc/source/core/src.po6
-rw-r--r--translations/source/ar/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/ar/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/ar/sc/source/ui/docshell.po6
-rw-r--r--translations/source/ar/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/ar/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/ar/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/ar/sc/source/ui/navipi.po8
-rw-r--r--translations/source/ar/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/ar/sc/source/ui/src.po144
-rw-r--r--translations/source/ar/sc/source/ui/styleui.po8
-rw-r--r--translations/source/ar/scaddins/source/analysis.po6
-rw-r--r--translations/source/ar/scaddins/source/datefunc.po6
-rw-r--r--translations/source/ar/sccomp/source/solver.po6
-rw-r--r--translations/source/ar/scp2/source/accessories.po6
-rw-r--r--translations/source/ar/scp2/source/activex.po6
-rw-r--r--translations/source/ar/scp2/source/base.po16
-rw-r--r--translations/source/ar/scp2/source/binfilter.po6
-rw-r--r--translations/source/ar/scp2/source/calc.po6
-rw-r--r--translations/source/ar/scp2/source/draw.po6
-rw-r--r--translations/source/ar/scp2/source/extensions.po2200
-rw-r--r--translations/source/ar/scp2/source/gnome.po6
-rw-r--r--translations/source/ar/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/ar/scp2/source/impress.po6
-rw-r--r--translations/source/ar/scp2/source/javafilter.po6
-rw-r--r--translations/source/ar/scp2/source/kde.po6
-rw-r--r--translations/source/ar/scp2/source/math.po6
-rw-r--r--translations/source/ar/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/ar/scp2/source/ooo.po35
-rw-r--r--translations/source/ar/scp2/source/python.po6
-rw-r--r--translations/source/ar/scp2/source/quickstart.po6
-rw-r--r--translations/source/ar/scp2/source/sdkoo.po6
-rw-r--r--translations/source/ar/scp2/source/smoketest.po23
-rw-r--r--translations/source/ar/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/ar/scp2/source/writer.po6
-rw-r--r--translations/source/ar/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/ar/scripting/source/pyprov.po4
-rw-r--r--translations/source/ar/sd/source/core.po43
-rw-r--r--translations/source/ar/sd/source/filter/html.po6
-rw-r--r--translations/source/ar/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/ar/sd/source/ui/animations.po6
-rw-r--r--translations/source/ar/sd/source/ui/annotations.po6
-rw-r--r--translations/source/ar/sd/source/ui/app.po8
-rw-r--r--translations/source/ar/sd/source/ui/dlg.po6
-rw-r--r--translations/source/ar/sd/source/ui/notes.po6
-rw-r--r--translations/source/ar/sd/source/ui/slideshow.po18
-rw-r--r--translations/source/ar/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/ar/sd/source/ui/table.po6
-rw-r--r--translations/source/ar/sd/source/ui/view.po6
-rw-r--r--translations/source/ar/sdext/source/minimizer.po6
-rw-r--r--translations/source/ar/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ar/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/ar/sdext/source/pdfimport.po4
-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.po6
-rw-r--r--translations/source/ar/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po16
-rw-r--r--translations/source/ar/setup_native/source/mac.po6
-rw-r--r--translations/source/ar/sfx2/source/appl.po6
-rw-r--r--translations/source/ar/sfx2/source/bastyp.po6
-rw-r--r--translations/source/ar/sfx2/source/dialog.po12
-rw-r--r--translations/source/ar/sfx2/source/doc.po20
-rw-r--r--translations/source/ar/sfx2/source/menu.po6
-rw-r--r--translations/source/ar/sfx2/source/view.po6
-rw-r--r--translations/source/ar/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/ar/starmath/source.po6
-rw-r--r--translations/source/ar/svl/source/items.po6
-rw-r--r--translations/source/ar/svl/source/misc.po6
-rw-r--r--translations/source/ar/svtools/source/contnr.po6
-rw-r--r--translations/source/ar/svtools/source/control.po6
-rw-r--r--translations/source/ar/svtools/source/dialogs.po6
-rw-r--r--translations/source/ar/svtools/source/filter.po6
-rw-r--r--translations/source/ar/svtools/source/java.po6
-rw-r--r--translations/source/ar/svtools/source/misc.po53
-rw-r--r--translations/source/ar/svtools/source/plugapp.po6
-rw-r--r--translations/source/ar/svtools/source/toolpanel.po6
-rw-r--r--translations/source/ar/svtools/workben/unodialog.po6
-rw-r--r--translations/source/ar/svx/inc.po8
-rw-r--r--translations/source/ar/svx/source/accessibility.po6
-rw-r--r--translations/source/ar/svx/source/dialog.po10
-rw-r--r--translations/source/ar/svx/source/engine3d.po6
-rw-r--r--translations/source/ar/svx/source/fmcomp.po6
-rw-r--r--translations/source/ar/svx/source/form.po6
-rw-r--r--translations/source/ar/svx/source/gallery2.po6
-rw-r--r--translations/source/ar/svx/source/items.po6
-rw-r--r--translations/source/ar/svx/source/src.po6
-rw-r--r--translations/source/ar/svx/source/stbctrls.po2
-rw-r--r--translations/source/ar/svx/source/svdraw.po6
-rw-r--r--translations/source/ar/svx/source/table.po6
-rw-r--r--translations/source/ar/svx/source/tbxctrls.po6
-rw-r--r--translations/source/ar/svx/source/toolbars.po6
-rw-r--r--translations/source/ar/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/ar/sw/source/core/layout.po4
-rw-r--r--translations/source/ar/sw/source/core/undo.po8
-rw-r--r--translations/source/ar/sw/source/core/unocore.po6
-rw-r--r--translations/source/ar/sw/source/ui/app.po22
-rw-r--r--translations/source/ar/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/ar/sw/source/ui/config.po2
-rw-r--r--translations/source/ar/sw/source/ui/dbui.po6
-rw-r--r--translations/source/ar/sw/source/ui/dialog.po14
-rw-r--r--translations/source/ar/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/ar/sw/source/ui/docvw.po22
-rw-r--r--translations/source/ar/sw/source/ui/envelp.po6
-rw-r--r--translations/source/ar/sw/source/ui/fldui.po6
-rw-r--r--translations/source/ar/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/ar/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/ar/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/ar/sw/source/ui/index.po13
-rw-r--r--translations/source/ar/sw/source/ui/lingu.po6
-rw-r--r--translations/source/ar/sw/source/ui/misc.po6
-rw-r--r--translations/source/ar/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/ar/sw/source/ui/shells.po14
-rw-r--r--translations/source/ar/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/ar/sw/source/ui/table.po18
-rw-r--r--translations/source/ar/sw/source/ui/uiview.po6
-rw-r--r--translations/source/ar/sw/source/ui/utlui.po22
-rw-r--r--translations/source/ar/sw/source/ui/web.po6
-rw-r--r--translations/source/ar/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/ar/swext/mediawiki/help.po16
-rw-r--r--translations/source/ar/swext/mediawiki/src.po8
-rw-r--r--translations/source/ar/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ar/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/ar/sysui/desktop/share.po6
-rw-r--r--translations/source/ar/uui/source.po6
-rw-r--r--translations/source/ar/vcl/source/src.po38
-rw-r--r--translations/source/ar/wizards/source/euro.po6
-rw-r--r--translations/source/ar/wizards/source/formwizard.po6
-rw-r--r--translations/source/ar/wizards/source/importwizard.po6
-rw-r--r--translations/source/ar/wizards/source/schedule.po6
-rw-r--r--translations/source/ar/wizards/source/template.po6
-rw-r--r--translations/source/ar/xmlsecurity/source/component.po6
-rw-r--r--translations/source/ar/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/as/accessibility/source/helper.po6
-rw-r--r--translations/source/as/avmedia/source/framework.po6
-rw-r--r--translations/source/as/avmedia/source/viewer.po6
-rw-r--r--translations/source/as/basctl/source/basicide.po6
-rw-r--r--translations/source/as/basctl/source/dlged.po6
-rw-r--r--translations/source/as/basic/source/classes.po6
-rw-r--r--translations/source/as/basic/source/sbx.po6
-rw-r--r--translations/source/as/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/as/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/as/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/as/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/as/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/as/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/as/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/as/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/as/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/as/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/as/connectivity/source/drivers/mozab.po16
-rw-r--r--translations/source/as/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/as/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/as/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/as/connectivity/source/resource.po6
-rw-r--r--translations/source/as/cui/source/customize.po6
-rw-r--r--translations/source/as/cui/source/dialogs.po48
-rw-r--r--translations/source/as/cui/source/options.po25
-rw-r--r--translations/source/as/cui/source/tabpages.po151
-rw-r--r--translations/source/as/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/as/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/as/dbaccess/source/ext/macromigration.po13
-rw-r--r--translations/source/as/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/as/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/as/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/as/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/as/dbaccess/source/ui/dlg.po15
-rw-r--r--translations/source/as/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/as/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/as/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/as/dbaccess/source/ui/relationdesign.po10
-rw-r--r--translations/source/as/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/as/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/as/desktop/source/app.po10
-rw-r--r--translations/source/as/desktop/source/deployment/gui.po32
-rw-r--r--translations/source/as/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/as/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/as/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/as/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/as/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/as/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/as/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/as/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/as/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/as/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/as/dictionaries/af_ZA.po4
-rw-r--r--translations/source/as/dictionaries/an_ES.po19
-rw-r--r--translations/source/as/dictionaries/ar.po4
-rw-r--r--translations/source/as/dictionaries/be_BY.po4
-rw-r--r--translations/source/as/dictionaries/bg_BG.po4
-rw-r--r--translations/source/as/dictionaries/bn_BD.po4
-rw-r--r--translations/source/as/dictionaries/br_FR.po4
-rw-r--r--translations/source/as/dictionaries/ca.po4
-rw-r--r--translations/source/as/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/as/dictionaries/da_DK.po4
-rw-r--r--translations/source/as/dictionaries/de.po4
-rw-r--r--translations/source/as/dictionaries/el_GR.po4
-rw-r--r--translations/source/as/dictionaries/en.po6
-rw-r--r--translations/source/as/dictionaries/en/dialog.po171
-rw-r--r--translations/source/as/dictionaries/es_ES.po6
-rw-r--r--translations/source/as/dictionaries/et_EE.po4
-rw-r--r--translations/source/as/dictionaries/fr_FR.po4
-rw-r--r--translations/source/as/dictionaries/gd_GB.po4
-rw-r--r--translations/source/as/dictionaries/gl.po4
-rw-r--r--translations/source/as/dictionaries/gu_IN.po4
-rw-r--r--translations/source/as/dictionaries/he_IL.po4
-rw-r--r--translations/source/as/dictionaries/hi_IN.po4
-rw-r--r--translations/source/as/dictionaries/hr_HR.po4
-rw-r--r--translations/source/as/dictionaries/hu_HU.po6
-rw-r--r--translations/source/as/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/as/dictionaries/it_IT.po4
-rw-r--r--translations/source/as/dictionaries/ku_TR.po4
-rw-r--r--translations/source/as/dictionaries/lt_LT.po4
-rw-r--r--translations/source/as/dictionaries/lv_LV.po4
-rw-r--r--translations/source/as/dictionaries/ne_NP.po4
-rw-r--r--translations/source/as/dictionaries/nl_NL.po4
-rw-r--r--translations/source/as/dictionaries/no.po4
-rw-r--r--translations/source/as/dictionaries/oc_FR.po4
-rw-r--r--translations/source/as/dictionaries/pl_PL.po4
-rw-r--r--translations/source/as/dictionaries/pt_BR.po4
-rw-r--r--translations/source/as/dictionaries/pt_PT.po4
-rw-r--r--translations/source/as/dictionaries/ro.po4
-rw-r--r--translations/source/as/dictionaries/ru_RU.po6
-rw-r--r--translations/source/as/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/as/dictionaries/si_LK.po19
-rw-r--r--translations/source/as/dictionaries/sk_SK.po4
-rw-r--r--translations/source/as/dictionaries/sl_SI.po4
-rw-r--r--translations/source/as/dictionaries/sr.po4
-rw-r--r--translations/source/as/dictionaries/sv_SE.po4
-rw-r--r--translations/source/as/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/as/dictionaries/te_IN.po4
-rw-r--r--translations/source/as/dictionaries/th_TH.po6
-rw-r--r--translations/source/as/dictionaries/uk_UA.po4
-rw-r--r--translations/source/as/dictionaries/vi.po4
-rw-r--r--translations/source/as/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/as/editeng/source/accessibility.po6
-rw-r--r--translations/source/as/editeng/source/editeng.po8
-rw-r--r--translations/source/as/editeng/source/items.po30
-rw-r--r--translations/source/as/editeng/source/misc.po6
-rw-r--r--translations/source/as/editeng/source/outliner.po6
-rw-r--r--translations/source/as/extensions/source/abpilot.po10
-rw-r--r--translations/source/as/extensions/source/bibliography.po6
-rw-r--r--translations/source/as/extensions/source/dbpilots.po6
-rw-r--r--translations/source/as/extensions/source/propctrlr.po6
-rw-r--r--translations/source/as/extensions/source/scanner.po8
-rw-r--r--translations/source/as/extensions/source/update/check.po6
-rw-r--r--translations/source/as/filter/source/config/fragments/filters.po12
-rw-r--r--translations/source/as/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/as/filter/source/config/fragments/types.po13
-rw-r--r--translations/source/as/filter/source/flash.po6
-rw-r--r--translations/source/as/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/as/filter/source/pdf.po15
-rw-r--r--translations/source/as/filter/source/t602.po6
-rw-r--r--translations/source/as/filter/source/xsltdialog.po6
-rw-r--r--translations/source/as/forms/source/resource.po6
-rw-r--r--translations/source/as/formula/source/core/resource.po22
-rw-r--r--translations/source/as/formula/source/ui/dlg.po6
-rw-r--r--translations/source/as/fpicker/source/office.po6
-rw-r--r--translations/source/as/framework/source/classes.po6
-rw-r--r--translations/source/as/framework/source/services.po6
-rw-r--r--translations/source/as/instsetoo_native/inc_openoffice/windows/msi_languages.po68
-rw-r--r--translations/source/as/mysqlc/source.po6
-rw-r--r--translations/source/as/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/as/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/as/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/as/nlpsolver/src/locale.po179
-rw-r--r--translations/source/as/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/as/officecfg/registry/data/org/openoffice/Office/UI.po57
-rw-r--r--translations/source/as/padmin/source.po6
-rw-r--r--translations/source/as/readlicense_oo/docs/readme.po47
-rw-r--r--translations/source/as/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/as/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/as/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/as/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/as/reportbuilder/util.po4
-rw-r--r--translations/source/as/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/as/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/as/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/as/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/as/sc/source/core/src.po6
-rw-r--r--translations/source/as/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/as/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/as/sc/source/ui/docshell.po6
-rw-r--r--translations/source/as/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/as/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/as/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/as/sc/source/ui/navipi.po8
-rw-r--r--translations/source/as/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/as/sc/source/ui/src.po142
-rw-r--r--translations/source/as/sc/source/ui/styleui.po8
-rw-r--r--translations/source/as/scaddins/source/analysis.po6
-rw-r--r--translations/source/as/scaddins/source/datefunc.po6
-rw-r--r--translations/source/as/sccomp/source/solver.po6
-rw-r--r--translations/source/as/scp2/source/accessories.po6
-rw-r--r--translations/source/as/scp2/source/activex.po6
-rw-r--r--translations/source/as/scp2/source/base.po16
-rw-r--r--translations/source/as/scp2/source/binfilter.po6
-rw-r--r--translations/source/as/scp2/source/calc.po6
-rw-r--r--translations/source/as/scp2/source/draw.po6
-rw-r--r--translations/source/as/scp2/source/extensions.po2200
-rw-r--r--translations/source/as/scp2/source/gnome.po6
-rw-r--r--translations/source/as/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/as/scp2/source/impress.po6
-rw-r--r--translations/source/as/scp2/source/javafilter.po6
-rw-r--r--translations/source/as/scp2/source/kde.po6
-rw-r--r--translations/source/as/scp2/source/math.po6
-rw-r--r--translations/source/as/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/as/scp2/source/ooo.po35
-rw-r--r--translations/source/as/scp2/source/python.po6
-rw-r--r--translations/source/as/scp2/source/quickstart.po6
-rw-r--r--translations/source/as/scp2/source/sdkoo.po6
-rw-r--r--translations/source/as/scp2/source/smoketest.po23
-rw-r--r--translations/source/as/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/as/scp2/source/writer.po6
-rw-r--r--translations/source/as/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/as/scripting/source/pyprov.po4
-rw-r--r--translations/source/as/sd/source/core.po43
-rw-r--r--translations/source/as/sd/source/filter/html.po6
-rw-r--r--translations/source/as/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/as/sd/source/ui/animations.po6
-rw-r--r--translations/source/as/sd/source/ui/annotations.po6
-rw-r--r--translations/source/as/sd/source/ui/app.po6
-rw-r--r--translations/source/as/sd/source/ui/dlg.po6
-rw-r--r--translations/source/as/sd/source/ui/notes.po6
-rw-r--r--translations/source/as/sd/source/ui/slideshow.po19
-rw-r--r--translations/source/as/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/as/sd/source/ui/table.po6
-rw-r--r--translations/source/as/sd/source/ui/view.po6
-rw-r--r--translations/source/as/sdext/source/minimizer.po6
-rw-r--r--translations/source/as/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/as/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/as/sdext/source/pdfimport.po4
-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.po6
-rw-r--r--translations/source/as/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po16
-rw-r--r--translations/source/as/setup_native/source/mac.po6
-rw-r--r--translations/source/as/sfx2/source/appl.po6
-rw-r--r--translations/source/as/sfx2/source/bastyp.po6
-rw-r--r--translations/source/as/sfx2/source/dialog.po10
-rw-r--r--translations/source/as/sfx2/source/doc.po18
-rw-r--r--translations/source/as/sfx2/source/menu.po6
-rw-r--r--translations/source/as/sfx2/source/view.po6
-rw-r--r--translations/source/as/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/as/starmath/source.po6
-rw-r--r--translations/source/as/svl/source/items.po6
-rw-r--r--translations/source/as/svl/source/misc.po6
-rw-r--r--translations/source/as/svtools/source/contnr.po6
-rw-r--r--translations/source/as/svtools/source/control.po6
-rw-r--r--translations/source/as/svtools/source/dialogs.po4
-rw-r--r--translations/source/as/svtools/source/filter.po6
-rw-r--r--translations/source/as/svtools/source/java.po6
-rw-r--r--translations/source/as/svtools/source/misc.po51
-rw-r--r--translations/source/as/svtools/source/plugapp.po6
-rw-r--r--translations/source/as/svtools/source/toolpanel.po6
-rw-r--r--translations/source/as/svtools/workben/unodialog.po6
-rw-r--r--translations/source/as/svx/inc.po8
-rw-r--r--translations/source/as/svx/source/accessibility.po6
-rw-r--r--translations/source/as/svx/source/dialog.po10
-rw-r--r--translations/source/as/svx/source/engine3d.po6
-rw-r--r--translations/source/as/svx/source/fmcomp.po6
-rw-r--r--translations/source/as/svx/source/form.po6
-rw-r--r--translations/source/as/svx/source/gallery2.po6
-rw-r--r--translations/source/as/svx/source/items.po6
-rw-r--r--translations/source/as/svx/source/src.po6
-rw-r--r--translations/source/as/svx/source/stbctrls.po4
-rw-r--r--translations/source/as/svx/source/svdraw.po6
-rw-r--r--translations/source/as/svx/source/table.po6
-rw-r--r--translations/source/as/svx/source/tbxctrls.po6
-rw-r--r--translations/source/as/svx/source/toolbars.po6
-rw-r--r--translations/source/as/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/as/sw/source/core/layout.po4
-rw-r--r--translations/source/as/sw/source/core/undo.po8
-rw-r--r--translations/source/as/sw/source/core/unocore.po6
-rw-r--r--translations/source/as/sw/source/ui/app.po22
-rw-r--r--translations/source/as/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/as/sw/source/ui/config.po2
-rw-r--r--translations/source/as/sw/source/ui/dbui.po6
-rw-r--r--translations/source/as/sw/source/ui/dialog.po14
-rw-r--r--translations/source/as/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/as/sw/source/ui/docvw.po22
-rw-r--r--translations/source/as/sw/source/ui/envelp.po6
-rw-r--r--translations/source/as/sw/source/ui/fldui.po6
-rw-r--r--translations/source/as/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/as/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/as/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/as/sw/source/ui/index.po13
-rw-r--r--translations/source/as/sw/source/ui/lingu.po6
-rw-r--r--translations/source/as/sw/source/ui/misc.po6
-rw-r--r--translations/source/as/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/as/sw/source/ui/shells.po14
-rw-r--r--translations/source/as/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/as/sw/source/ui/table.po16
-rw-r--r--translations/source/as/sw/source/ui/uiview.po6
-rw-r--r--translations/source/as/sw/source/ui/utlui.po22
-rw-r--r--translations/source/as/sw/source/ui/web.po6
-rw-r--r--translations/source/as/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/as/swext/mediawiki/help.po16
-rw-r--r--translations/source/as/swext/mediawiki/src.po8
-rw-r--r--translations/source/as/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/as/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/as/sysui/desktop/share.po6
-rw-r--r--translations/source/as/uui/source.po6
-rw-r--r--translations/source/as/vcl/source/src.po31
-rw-r--r--translations/source/as/wizards/source/euro.po6
-rw-r--r--translations/source/as/wizards/source/formwizard.po6
-rw-r--r--translations/source/as/wizards/source/importwizard.po6
-rw-r--r--translations/source/as/wizards/source/schedule.po6
-rw-r--r--translations/source/as/wizards/source/template.po6
-rw-r--r--translations/source/as/xmlsecurity/source/component.po6
-rw-r--r--translations/source/as/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/ast/accessibility/source/helper.po6
-rw-r--r--translations/source/ast/avmedia/source/framework.po10
-rw-r--r--translations/source/ast/avmedia/source/viewer.po6
-rw-r--r--translations/source/ast/basctl/source/basicide.po12
-rw-r--r--translations/source/ast/basctl/source/dlged.po20
-rw-r--r--translations/source/ast/basic/source/classes.po24
-rw-r--r--translations/source/ast/basic/source/sbx.po6
-rw-r--r--translations/source/ast/chart2/source/controller/dialogs.po30
-rw-r--r--translations/source/ast/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/ast/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/ast/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/ast/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/ast/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/ast/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/ast/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/ast/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/ast/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/ast/connectivity/source/drivers/mozab.po6
-rw-r--r--translations/source/ast/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/ast/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/ast/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/ast/connectivity/source/resource.po98
-rw-r--r--translations/source/ast/cui/source/customize.po12
-rw-r--r--translations/source/ast/cui/source/dialogs.po8
-rw-r--r--translations/source/ast/cui/source/options.po42
-rw-r--r--translations/source/ast/cui/source/tabpages.po62
-rw-r--r--translations/source/ast/dbaccess/source/core/resource.po8
-rw-r--r--translations/source/ast/dbaccess/source/ext/adabas.po8
-rw-r--r--translations/source/ast/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/ast/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/ast/dbaccess/source/ui/app.po8
-rw-r--r--translations/source/ast/dbaccess/source/ui/browser.po8
-rw-r--r--translations/source/ast/dbaccess/source/ui/control.po8
-rw-r--r--translations/source/ast/dbaccess/source/ui/dlg.po24
-rw-r--r--translations/source/ast/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/ast/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/ast/dbaccess/source/ui/querydesign.po8
-rw-r--r--translations/source/ast/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/ast/dbaccess/source/ui/tabledesign.po8
-rw-r--r--translations/source/ast/dbaccess/source/ui/uno.po8
-rw-r--r--translations/source/ast/desktop/source/app.po6
-rw-r--r--translations/source/ast/desktop/source/deployment/gui.po16
-rw-r--r--translations/source/ast/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/ast/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/ast/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/ast/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/ast/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/ast/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/ast/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/ast/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/ast/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/ast/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/ast/dictionaries/af_ZA.po4
-rw-r--r--translations/source/ast/dictionaries/an_ES.po4
-rw-r--r--translations/source/ast/dictionaries/ar.po4
-rw-r--r--translations/source/ast/dictionaries/be_BY.po4
-rw-r--r--translations/source/ast/dictionaries/bg_BG.po4
-rw-r--r--translations/source/ast/dictionaries/bn_BD.po4
-rw-r--r--translations/source/ast/dictionaries/br_FR.po4
-rw-r--r--translations/source/ast/dictionaries/ca.po4
-rw-r--r--translations/source/ast/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/ast/dictionaries/da_DK.po4
-rw-r--r--translations/source/ast/dictionaries/de.po4
-rw-r--r--translations/source/ast/dictionaries/el_GR.po4
-rw-r--r--translations/source/ast/dictionaries/en.po4
-rw-r--r--translations/source/ast/dictionaries/en/dialog.po4
-rw-r--r--translations/source/ast/dictionaries/es_ES.po4
-rw-r--r--translations/source/ast/dictionaries/et_EE.po4
-rw-r--r--translations/source/ast/dictionaries/fr_FR.po4
-rw-r--r--translations/source/ast/dictionaries/gd_GB.po4
-rw-r--r--translations/source/ast/dictionaries/gl.po4
-rw-r--r--translations/source/ast/dictionaries/gu_IN.po4
-rw-r--r--translations/source/ast/dictionaries/he_IL.po4
-rw-r--r--translations/source/ast/dictionaries/hi_IN.po4
-rw-r--r--translations/source/ast/dictionaries/hr_HR.po4
-rw-r--r--translations/source/ast/dictionaries/hu_HU.po4
-rw-r--r--translations/source/ast/dictionaries/hu_HU/dialog.po4
-rw-r--r--translations/source/ast/dictionaries/it_IT.po4
-rw-r--r--translations/source/ast/dictionaries/ku_TR.po4
-rw-r--r--translations/source/ast/dictionaries/lt_LT.po4
-rw-r--r--translations/source/ast/dictionaries/lv_LV.po4
-rw-r--r--translations/source/ast/dictionaries/ne_NP.po4
-rw-r--r--translations/source/ast/dictionaries/nl_NL.po4
-rw-r--r--translations/source/ast/dictionaries/no.po4
-rw-r--r--translations/source/ast/dictionaries/oc_FR.po4
-rw-r--r--translations/source/ast/dictionaries/pl_PL.po4
-rw-r--r--translations/source/ast/dictionaries/pt_BR.po4
-rw-r--r--translations/source/ast/dictionaries/pt_PT.po4
-rw-r--r--translations/source/ast/dictionaries/ro.po4
-rw-r--r--translations/source/ast/dictionaries/ru_RU.po4
-rw-r--r--translations/source/ast/dictionaries/ru_RU/dialog.po4
-rw-r--r--translations/source/ast/dictionaries/si_LK.po4
-rw-r--r--translations/source/ast/dictionaries/sk_SK.po4
-rw-r--r--translations/source/ast/dictionaries/sl_SI.po4
-rw-r--r--translations/source/ast/dictionaries/sr.po4
-rw-r--r--translations/source/ast/dictionaries/sv_SE.po4
-rw-r--r--translations/source/ast/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/ast/dictionaries/te_IN.po4
-rw-r--r--translations/source/ast/dictionaries/th_TH.po4
-rw-r--r--translations/source/ast/dictionaries/uk_UA.po4
-rw-r--r--translations/source/ast/dictionaries/vi.po6
-rw-r--r--translations/source/ast/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/ast/editeng/source/accessibility.po6
-rw-r--r--translations/source/ast/editeng/source/editeng.po6
-rw-r--r--translations/source/ast/editeng/source/items.po6
-rw-r--r--translations/source/ast/editeng/source/misc.po6
-rw-r--r--translations/source/ast/editeng/source/outliner.po6
-rw-r--r--translations/source/ast/extensions/source/abpilot.po8
-rw-r--r--translations/source/ast/extensions/source/bibliography.po8
-rw-r--r--translations/source/ast/extensions/source/dbpilots.po8
-rw-r--r--translations/source/ast/extensions/source/propctrlr.po8
-rw-r--r--translations/source/ast/extensions/source/scanner.po8
-rw-r--r--translations/source/ast/extensions/source/update/check.po8
-rw-r--r--translations/source/ast/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/ast/filter/source/config/fragments/internalgraphicfilters.po8
-rw-r--r--translations/source/ast/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/ast/filter/source/flash.po6
-rw-r--r--translations/source/ast/filter/source/graphicfilter/eps.po10
-rw-r--r--translations/source/ast/filter/source/pdf.po8
-rw-r--r--translations/source/ast/filter/source/t602.po6
-rw-r--r--translations/source/ast/filter/source/xsltdialog.po8
-rw-r--r--translations/source/ast/forms/source/resource.po6
-rw-r--r--translations/source/ast/formula/source/core/resource.po6
-rw-r--r--translations/source/ast/formula/source/ui/dlg.po6
-rw-r--r--translations/source/ast/fpicker/source/office.po8
-rw-r--r--translations/source/ast/framework/source/classes.po10
-rw-r--r--translations/source/ast/framework/source/services.po6
-rw-r--r--translations/source/ast/instsetoo_native/inc_openoffice/windows/msi_languages.po8
-rw-r--r--translations/source/ast/mysqlc/source.po6
-rw-r--r--translations/source/ast/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/ast/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po6
-rw-r--r--translations/source/ast/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/ast/nlpsolver/src/locale.po4
-rw-r--r--translations/source/ast/officecfg/registry/data/org/openoffice/Office.po8
-rw-r--r--translations/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po60
-rw-r--r--translations/source/ast/padmin/source.po8
-rw-r--r--translations/source/ast/readlicense_oo/docs/readme.po22
-rw-r--r--translations/source/ast/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/ast/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ast/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/ast/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/ast/reportbuilder/util.po4
-rw-r--r--translations/source/ast/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/ast/reportdesign/source/ui/dlg.po14
-rw-r--r--translations/source/ast/reportdesign/source/ui/inspection.po8
-rw-r--r--translations/source/ast/reportdesign/source/ui/report.po8
-rw-r--r--translations/source/ast/sc/source/core/src.po8
-rw-r--r--translations/source/ast/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/ast/sc/source/ui/dbgui.po8
-rw-r--r--translations/source/ast/sc/source/ui/docshell.po6
-rw-r--r--translations/source/ast/sc/source/ui/drawfunc.po10
-rw-r--r--translations/source/ast/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/ast/sc/source/ui/miscdlgs.po14
-rw-r--r--translations/source/ast/sc/source/ui/navipi.po8
-rw-r--r--translations/source/ast/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/ast/sc/source/ui/src.po30
-rw-r--r--translations/source/ast/sc/source/ui/styleui.po6
-rw-r--r--translations/source/ast/scaddins/source/analysis.po34
-rw-r--r--translations/source/ast/scaddins/source/datefunc.po8
-rw-r--r--translations/source/ast/sccomp/source/solver.po6
-rw-r--r--translations/source/ast/scp2/source/accessories.po8
-rw-r--r--translations/source/ast/scp2/source/activex.po6
-rw-r--r--translations/source/ast/scp2/source/base.po16
-rw-r--r--translations/source/ast/scp2/source/binfilter.po8
-rw-r--r--translations/source/ast/scp2/source/calc.po8
-rw-r--r--translations/source/ast/scp2/source/draw.po6
-rw-r--r--translations/source/ast/scp2/source/extensions.po18
-rw-r--r--translations/source/ast/scp2/source/gnome.po8
-rw-r--r--translations/source/ast/scp2/source/graphicfilter.po8
-rw-r--r--translations/source/ast/scp2/source/impress.po8
-rw-r--r--translations/source/ast/scp2/source/javafilter.po8
-rw-r--r--translations/source/ast/scp2/source/kde.po6
-rw-r--r--translations/source/ast/scp2/source/math.po6
-rw-r--r--translations/source/ast/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/ast/scp2/source/ooo.po8
-rw-r--r--translations/source/ast/scp2/source/python.po6
-rw-r--r--translations/source/ast/scp2/source/quickstart.po6
-rw-r--r--translations/source/ast/scp2/source/sdkoo.po6
-rw-r--r--translations/source/ast/scp2/source/smoketest.po4
-rw-r--r--translations/source/ast/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/ast/scp2/source/writer.po6
-rw-r--r--translations/source/ast/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/ast/scripting/source/pyprov.po4
-rw-r--r--translations/source/ast/sd/source/core.po8
-rw-r--r--translations/source/ast/sd/source/filter/html.po8
-rw-r--r--translations/source/ast/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/ast/sd/source/ui/animations.po8
-rw-r--r--translations/source/ast/sd/source/ui/annotations.po6
-rw-r--r--translations/source/ast/sd/source/ui/app.po12
-rw-r--r--translations/source/ast/sd/source/ui/dlg.po16
-rw-r--r--translations/source/ast/sd/source/ui/notes.po6
-rw-r--r--translations/source/ast/sd/source/ui/slideshow.po6
-rw-r--r--translations/source/ast/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/ast/sd/source/ui/table.po6
-rw-r--r--translations/source/ast/sd/source/ui/view.po8
-rw-r--r--translations/source/ast/sdext/source/minimizer.po6
-rw-r--r--translations/source/ast/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ast/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po8
-rw-r--r--translations/source/ast/sdext/source/pdfimport.po4
-rw-r--r--translations/source/ast/sdext/source/presenter.po4
-rw-r--r--translations/source/ast/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po8
-rw-r--r--translations/source/ast/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/ast/setup_native/source/mac.po6
-rw-r--r--translations/source/ast/sfx2/source/appl.po10
-rw-r--r--translations/source/ast/sfx2/source/bastyp.po8
-rw-r--r--translations/source/ast/sfx2/source/dialog.po10
-rw-r--r--translations/source/ast/sfx2/source/doc.po12
-rw-r--r--translations/source/ast/sfx2/source/menu.po8
-rw-r--r--translations/source/ast/sfx2/source/view.po8
-rw-r--r--translations/source/ast/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/ast/starmath/source.po12
-rw-r--r--translations/source/ast/svl/source/items.po6
-rw-r--r--translations/source/ast/svl/source/misc.po8
-rw-r--r--translations/source/ast/svtools/source/contnr.po8
-rw-r--r--translations/source/ast/svtools/source/control.po6
-rw-r--r--translations/source/ast/svtools/source/dialogs.po8
-rw-r--r--translations/source/ast/svtools/source/filter.po6
-rw-r--r--translations/source/ast/svtools/source/java.po8
-rw-r--r--translations/source/ast/svtools/source/misc.po12
-rw-r--r--translations/source/ast/svtools/source/plugapp.po8
-rw-r--r--translations/source/ast/svtools/source/toolpanel.po6
-rw-r--r--translations/source/ast/svtools/workben/unodialog.po6
-rw-r--r--translations/source/ast/svx/inc.po8
-rw-r--r--translations/source/ast/svx/source/accessibility.po8
-rw-r--r--translations/source/ast/svx/source/dialog.po14
-rw-r--r--translations/source/ast/svx/source/engine3d.po8
-rw-r--r--translations/source/ast/svx/source/fmcomp.po6
-rw-r--r--translations/source/ast/svx/source/form.po8
-rw-r--r--translations/source/ast/svx/source/gallery2.po8
-rw-r--r--translations/source/ast/svx/source/items.po14
-rw-r--r--translations/source/ast/svx/source/src.po8
-rw-r--r--translations/source/ast/svx/source/stbctrls.po8
-rw-r--r--translations/source/ast/svx/source/svdraw.po8
-rw-r--r--translations/source/ast/svx/source/table.po6
-rw-r--r--translations/source/ast/svx/source/tbxctrls.po6
-rw-r--r--translations/source/ast/svx/source/toolbars.po6
-rw-r--r--translations/source/ast/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/ast/sw/source/core/layout.po4
-rw-r--r--translations/source/ast/sw/source/core/undo.po8
-rw-r--r--translations/source/ast/sw/source/core/unocore.po6
-rw-r--r--translations/source/ast/sw/source/ui/app.po8
-rw-r--r--translations/source/ast/sw/source/ui/chrdlg.po10
-rw-r--r--translations/source/ast/sw/source/ui/config.po66
-rw-r--r--translations/source/ast/sw/source/ui/dbui.po10
-rw-r--r--translations/source/ast/sw/source/ui/dialog.po12
-rw-r--r--translations/source/ast/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/ast/sw/source/ui/docvw.po12
-rw-r--r--translations/source/ast/sw/source/ui/envelp.po10
-rw-r--r--translations/source/ast/sw/source/ui/fldui.po12
-rw-r--r--translations/source/ast/sw/source/ui/fmtui.po10
-rw-r--r--translations/source/ast/sw/source/ui/frmdlg.po30
-rw-r--r--translations/source/ast/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/ast/sw/source/ui/index.po6
-rw-r--r--translations/source/ast/sw/source/ui/lingu.po6
-rw-r--r--translations/source/ast/sw/source/ui/misc.po14
-rw-r--r--translations/source/ast/sw/source/ui/ribbar.po6
-rw-r--r--translations/source/ast/sw/source/ui/shells.po6
-rw-r--r--translations/source/ast/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/ast/sw/source/ui/table.po16
-rw-r--r--translations/source/ast/sw/source/ui/uiview.po6
-rw-r--r--translations/source/ast/sw/source/ui/utlui.po208
-rw-r--r--translations/source/ast/sw/source/ui/web.po6
-rw-r--r--translations/source/ast/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/ast/swext/mediawiki/help.po10
-rw-r--r--translations/source/ast/swext/mediawiki/src.po6
-rw-r--r--translations/source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/ast/sysui/desktop/share.po6
-rw-r--r--translations/source/ast/uui/source.po6
-rw-r--r--translations/source/ast/vcl/source/src.po14
-rw-r--r--translations/source/ast/wizards/source/euro.po6
-rw-r--r--translations/source/ast/wizards/source/formwizard.po14
-rw-r--r--translations/source/ast/wizards/source/importwizard.po6
-rw-r--r--translations/source/ast/wizards/source/schedule.po6
-rw-r--r--translations/source/ast/wizards/source/template.po6
-rw-r--r--translations/source/ast/xmlsecurity/source/component.po6
-rw-r--r--translations/source/ast/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/be/accessibility/source/helper.po3
-rw-r--r--translations/source/be/avmedia/source/framework.po3
-rw-r--r--translations/source/be/avmedia/source/viewer.po3
-rw-r--r--translations/source/be/basctl/source/basicide.po3
-rw-r--r--translations/source/be/basctl/source/dlged.po3
-rw-r--r--translations/source/be/basic/source/classes.po3
-rw-r--r--translations/source/be/basic/source/sbx.po3
-rw-r--r--translations/source/be/chart2/source/controller/dialogs.po3
-rw-r--r--translations/source/be/connectivity/source/drivers/ado.po3
-rw-r--r--translations/source/be/connectivity/source/drivers/calc.po3
-rw-r--r--translations/source/be/connectivity/source/drivers/dbase.po3
-rw-r--r--translations/source/be/connectivity/source/drivers/evoab2.po3
-rw-r--r--translations/source/be/connectivity/source/drivers/flat.po3
-rw-r--r--translations/source/be/connectivity/source/drivers/hsqldb.po3
-rw-r--r--translations/source/be/connectivity/source/drivers/jdbc.po3
-rw-r--r--translations/source/be/connectivity/source/drivers/kab.po3
-rw-r--r--translations/source/be/connectivity/source/drivers/macab.po3
-rw-r--r--translations/source/be/connectivity/source/drivers/mozab.po5
-rw-r--r--translations/source/be/connectivity/source/drivers/mysql.po3
-rw-r--r--translations/source/be/connectivity/source/drivers/odbc.po3
-rw-r--r--translations/source/be/connectivity/source/drivers/postgresql.po11
-rw-r--r--translations/source/be/connectivity/source/resource.po3
-rw-r--r--translations/source/be/cui/source/customize.po3
-rw-r--r--translations/source/be/cui/source/dialogs.po5
-rw-r--r--translations/source/be/cui/source/options.po41
-rw-r--r--translations/source/be/cui/source/tabpages.po5
-rw-r--r--translations/source/be/dbaccess/source/core/resource.po3
-rw-r--r--translations/source/be/dbaccess/source/ext/adabas.po3
-rw-r--r--translations/source/be/dbaccess/source/ext/macromigration.po3
-rw-r--r--translations/source/be/dbaccess/source/sdbtools/resource.po3
-rw-r--r--translations/source/be/dbaccess/source/ui/app.po3
-rw-r--r--translations/source/be/dbaccess/source/ui/browser.po3
-rw-r--r--translations/source/be/dbaccess/source/ui/control.po3
-rw-r--r--translations/source/be/dbaccess/source/ui/dlg.po3
-rw-r--r--translations/source/be/dbaccess/source/ui/inc.po3
-rw-r--r--translations/source/be/dbaccess/source/ui/misc.po3
-rw-r--r--translations/source/be/dbaccess/source/ui/querydesign.po3
-rw-r--r--translations/source/be/dbaccess/source/ui/relationdesign.po3
-rw-r--r--translations/source/be/dbaccess/source/ui/tabledesign.po3
-rw-r--r--translations/source/be/dbaccess/source/ui/uno.po3
-rw-r--r--translations/source/be/desktop/source/app.po5
-rw-r--r--translations/source/be/desktop/source/deployment/gui.po3
-rw-r--r--translations/source/be/desktop/source/deployment/manager.po3
-rw-r--r--translations/source/be/desktop/source/deployment/misc.po3
-rw-r--r--translations/source/be/desktop/source/deployment/registry.po3
-rw-r--r--translations/source/be/desktop/source/deployment/registry/component.po3
-rw-r--r--translations/source/be/desktop/source/deployment/registry/configuration.po3
-rw-r--r--translations/source/be/desktop/source/deployment/registry/help.po3
-rw-r--r--translations/source/be/desktop/source/deployment/registry/package.po3
-rw-r--r--translations/source/be/desktop/source/deployment/registry/script.po3
-rw-r--r--translations/source/be/desktop/source/deployment/registry/sfwk.po3
-rw-r--r--translations/source/be/desktop/source/deployment/unopkg.po3
-rw-r--r--translations/source/be/dictionaries/af_ZA.po3
-rw-r--r--translations/source/be/dictionaries/an_ES.po3
-rw-r--r--translations/source/be/dictionaries/ar.po3
-rw-r--r--translations/source/be/dictionaries/be_BY.po3
-rw-r--r--translations/source/be/dictionaries/bg_BG.po3
-rw-r--r--translations/source/be/dictionaries/bn_BD.po3
-rw-r--r--translations/source/be/dictionaries/br_FR.po3
-rw-r--r--translations/source/be/dictionaries/ca.po3
-rw-r--r--translations/source/be/dictionaries/cs_CZ.po3
-rw-r--r--translations/source/be/dictionaries/da_DK.po3
-rw-r--r--translations/source/be/dictionaries/de.po3
-rw-r--r--translations/source/be/dictionaries/el_GR.po3
-rw-r--r--translations/source/be/dictionaries/en.po3
-rw-r--r--translations/source/be/dictionaries/en/dialog.po5
-rw-r--r--translations/source/be/dictionaries/es_ES.po3
-rw-r--r--translations/source/be/dictionaries/et_EE.po3
-rw-r--r--translations/source/be/dictionaries/fr_FR.po3
-rw-r--r--translations/source/be/dictionaries/gd_GB.po3
-rw-r--r--translations/source/be/dictionaries/gl.po3
-rw-r--r--translations/source/be/dictionaries/gu_IN.po3
-rw-r--r--translations/source/be/dictionaries/he_IL.po3
-rw-r--r--translations/source/be/dictionaries/hi_IN.po3
-rw-r--r--translations/source/be/dictionaries/hr_HR.po3
-rw-r--r--translations/source/be/dictionaries/hu_HU.po3
-rw-r--r--translations/source/be/dictionaries/hu_HU/dialog.po15
-rw-r--r--translations/source/be/dictionaries/it_IT.po3
-rw-r--r--translations/source/be/dictionaries/ku_TR.po3
-rw-r--r--translations/source/be/dictionaries/lt_LT.po3
-rw-r--r--translations/source/be/dictionaries/lv_LV.po3
-rw-r--r--translations/source/be/dictionaries/ne_NP.po3
-rw-r--r--translations/source/be/dictionaries/nl_NL.po3
-rw-r--r--translations/source/be/dictionaries/no.po3
-rw-r--r--translations/source/be/dictionaries/oc_FR.po3
-rw-r--r--translations/source/be/dictionaries/pl_PL.po3
-rw-r--r--translations/source/be/dictionaries/pt_BR.po3
-rw-r--r--translations/source/be/dictionaries/pt_PT.po3
-rw-r--r--translations/source/be/dictionaries/ro.po3
-rw-r--r--translations/source/be/dictionaries/ru_RU.po3
-rw-r--r--translations/source/be/dictionaries/ru_RU/dialog.po3
-rw-r--r--translations/source/be/dictionaries/si_LK.po3
-rw-r--r--translations/source/be/dictionaries/sk_SK.po3
-rw-r--r--translations/source/be/dictionaries/sl_SI.po3
-rw-r--r--translations/source/be/dictionaries/sr.po3
-rw-r--r--translations/source/be/dictionaries/sv_SE.po3
-rw-r--r--translations/source/be/dictionaries/sw_TZ.po3
-rw-r--r--translations/source/be/dictionaries/te_IN.po3
-rw-r--r--translations/source/be/dictionaries/th_TH.po3
-rw-r--r--translations/source/be/dictionaries/uk_UA.po3
-rw-r--r--translations/source/be/dictionaries/vi.po3
-rw-r--r--translations/source/be/dictionaries/zu_ZA.po3
-rw-r--r--translations/source/be/editeng/source/accessibility.po3
-rw-r--r--translations/source/be/editeng/source/editeng.po3
-rw-r--r--translations/source/be/editeng/source/items.po5
-rw-r--r--translations/source/be/editeng/source/misc.po3
-rw-r--r--translations/source/be/editeng/source/outliner.po3
-rw-r--r--translations/source/be/extensions/source/abpilot.po5
-rw-r--r--translations/source/be/extensions/source/bibliography.po3
-rw-r--r--translations/source/be/extensions/source/dbpilots.po3
-rw-r--r--translations/source/be/extensions/source/propctrlr.po3
-rw-r--r--translations/source/be/extensions/source/scanner.po3
-rw-r--r--translations/source/be/extensions/source/update/check.po3
-rw-r--r--translations/source/be/filter/source/config/fragments/filters.po3
-rw-r--r--translations/source/be/filter/source/config/fragments/internalgraphicfilters.po3
-rw-r--r--translations/source/be/filter/source/config/fragments/types.po3
-rw-r--r--translations/source/be/filter/source/flash.po3
-rw-r--r--translations/source/be/filter/source/graphicfilter/eps.po3
-rw-r--r--translations/source/be/filter/source/pdf.po3
-rw-r--r--translations/source/be/filter/source/t602.po3
-rw-r--r--translations/source/be/filter/source/xsltdialog.po3
-rw-r--r--translations/source/be/forms/source/resource.po3
-rw-r--r--translations/source/be/formula/source/core/resource.po3
-rw-r--r--translations/source/be/formula/source/ui/dlg.po3
-rw-r--r--translations/source/be/fpicker/source/office.po3
-rw-r--r--translations/source/be/framework/source/classes.po3
-rw-r--r--translations/source/be/framework/source/services.po3
-rw-r--r--translations/source/be/instsetoo_native/inc_openoffice/windows/msi_languages.po3
-rw-r--r--translations/source/be/mysqlc/source.po3
-rw-r--r--translations/source/be/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po3
-rw-r--r--translations/source/be/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po5
-rw-r--r--translations/source/be/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po3
-rw-r--r--translations/source/be/nlpsolver/src/locale.po23
-rw-r--r--translations/source/be/officecfg/registry/data/org/openoffice/Office.po3
-rw-r--r--translations/source/be/officecfg/registry/data/org/openoffice/Office/UI.po9
-rw-r--r--translations/source/be/padmin/source.po3
-rw-r--r--translations/source/be/readlicense_oo/docs/readme.po13
-rw-r--r--translations/source/be/reportbuilder/java/com/sun/star/report/function/metadata.po3
-rw-r--r--translations/source/be/reportbuilder/registry/data/org/openoffice/Office.po3
-rw-r--r--translations/source/be/reportbuilder/registry/data/org/openoffice/Office/UI.po3
-rw-r--r--translations/source/be/reportbuilder/registry/data/org/openoffice/TypeDetection.po3
-rw-r--r--translations/source/be/reportbuilder/util.po3
-rw-r--r--translations/source/be/reportdesign/source/core/resource.po3
-rw-r--r--translations/source/be/reportdesign/source/ui/dlg.po3
-rw-r--r--translations/source/be/reportdesign/source/ui/inspection.po3
-rw-r--r--translations/source/be/reportdesign/source/ui/report.po3
-rw-r--r--translations/source/be/sc/source/core/src.po3
-rw-r--r--translations/source/be/sc/source/ui/cctrl.po3
-rw-r--r--translations/source/be/sc/source/ui/dbgui.po3
-rw-r--r--translations/source/be/sc/source/ui/docshell.po3
-rw-r--r--translations/source/be/sc/source/ui/drawfunc.po3
-rw-r--r--translations/source/be/sc/source/ui/formdlg.po3
-rw-r--r--translations/source/be/sc/source/ui/miscdlgs.po3
-rw-r--r--translations/source/be/sc/source/ui/navipi.po3
-rw-r--r--translations/source/be/sc/source/ui/pagedlg.po3
-rw-r--r--translations/source/be/sc/source/ui/src.po5
-rw-r--r--translations/source/be/sc/source/ui/styleui.po3
-rw-r--r--translations/source/be/scaddins/source/analysis.po3
-rw-r--r--translations/source/be/scaddins/source/datefunc.po3
-rw-r--r--translations/source/be/sccomp/source/solver.po3
-rw-r--r--translations/source/be/scp2/source/accessories.po3
-rw-r--r--translations/source/be/scp2/source/activex.po3
-rw-r--r--translations/source/be/scp2/source/base.po13
-rw-r--r--translations/source/be/scp2/source/binfilter.po3
-rw-r--r--translations/source/be/scp2/source/calc.po3
-rw-r--r--translations/source/be/scp2/source/draw.po3
-rw-r--r--translations/source/be/scp2/source/extensions.po13
-rw-r--r--translations/source/be/scp2/source/gnome.po3
-rw-r--r--translations/source/be/scp2/source/graphicfilter.po3
-rw-r--r--translations/source/be/scp2/source/impress.po3
-rw-r--r--translations/source/be/scp2/source/javafilter.po3
-rw-r--r--translations/source/be/scp2/source/kde.po3
-rw-r--r--translations/source/be/scp2/source/math.po3
-rw-r--r--translations/source/be/scp2/source/onlineupdate.po3
-rw-r--r--translations/source/be/scp2/source/ooo.po3
-rw-r--r--translations/source/be/scp2/source/python.po3
-rw-r--r--translations/source/be/scp2/source/quickstart.po3
-rw-r--r--translations/source/be/scp2/source/sdkoo.po3
-rw-r--r--translations/source/be/scp2/source/smoketest.po3
-rw-r--r--translations/source/be/scp2/source/winexplorerext.po3
-rw-r--r--translations/source/be/scp2/source/writer.po3
-rw-r--r--translations/source/be/scp2/source/xsltfilter.po3
-rw-r--r--translations/source/be/scripting/source/pyprov.po3
-rw-r--r--translations/source/be/sd/source/core.po3
-rw-r--r--translations/source/be/sd/source/filter/html.po3
-rw-r--r--translations/source/be/sd/source/ui/accessibility.po3
-rw-r--r--translations/source/be/sd/source/ui/animations.po3
-rw-r--r--translations/source/be/sd/source/ui/annotations.po3
-rw-r--r--translations/source/be/sd/source/ui/app.po3
-rw-r--r--translations/source/be/sd/source/ui/dlg.po3
-rw-r--r--translations/source/be/sd/source/ui/notes.po3
-rw-r--r--translations/source/be/sd/source/ui/slideshow.po3
-rw-r--r--translations/source/be/sd/source/ui/slidesorter/view.po3
-rw-r--r--translations/source/be/sd/source/ui/table.po3
-rw-r--r--translations/source/be/sd/source/ui/view.po3
-rw-r--r--translations/source/be/sdext/source/minimizer.po3
-rw-r--r--translations/source/be/sdext/source/minimizer/registry/data/org/openoffice/Office.po3
-rw-r--r--translations/source/be/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po3
-rw-r--r--translations/source/be/sdext/source/pdfimport.po3
-rw-r--r--translations/source/be/sdext/source/presenter.po3
-rw-r--r--translations/source/be/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po5
-rw-r--r--translations/source/be/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po5
-rw-r--r--translations/source/be/setup_native/source/mac.po3
-rw-r--r--translations/source/be/sfx2/source/appl.po3
-rw-r--r--translations/source/be/sfx2/source/bastyp.po3
-rw-r--r--translations/source/be/sfx2/source/dialog.po5
-rw-r--r--translations/source/be/sfx2/source/doc.po3
-rw-r--r--translations/source/be/sfx2/source/menu.po3
-rw-r--r--translations/source/be/sfx2/source/view.po3
-rw-r--r--translations/source/be/shell/source/win32/shlxthandler/res.po3
-rw-r--r--translations/source/be/starmath/source.po3
-rw-r--r--translations/source/be/svl/source/items.po3
-rw-r--r--translations/source/be/svl/source/misc.po3
-rw-r--r--translations/source/be/svtools/source/contnr.po3
-rw-r--r--translations/source/be/svtools/source/control.po3
-rw-r--r--translations/source/be/svtools/source/dialogs.po3
-rw-r--r--translations/source/be/svtools/source/filter.po3
-rw-r--r--translations/source/be/svtools/source/java.po3
-rw-r--r--translations/source/be/svtools/source/misc.po3
-rw-r--r--translations/source/be/svtools/source/plugapp.po3
-rw-r--r--translations/source/be/svtools/source/toolpanel.po3
-rw-r--r--translations/source/be/svtools/workben/unodialog.po3
-rw-r--r--translations/source/be/svx/inc.po3
-rw-r--r--translations/source/be/svx/source/accessibility.po3
-rw-r--r--translations/source/be/svx/source/dialog.po3
-rw-r--r--translations/source/be/svx/source/engine3d.po3
-rw-r--r--translations/source/be/svx/source/fmcomp.po3
-rw-r--r--translations/source/be/svx/source/form.po3
-rw-r--r--translations/source/be/svx/source/gallery2.po3
-rw-r--r--translations/source/be/svx/source/items.po3
-rw-r--r--translations/source/be/svx/source/src.po3
-rw-r--r--translations/source/be/svx/source/stbctrls.po5
-rw-r--r--translations/source/be/svx/source/svdraw.po3
-rw-r--r--translations/source/be/svx/source/table.po3
-rw-r--r--translations/source/be/svx/source/tbxctrls.po3
-rw-r--r--translations/source/be/svx/source/toolbars.po3
-rw-r--r--translations/source/be/svx/source/unodialogs/textconversiondlgs.po3
-rw-r--r--translations/source/be/sw/source/core/layout.po3
-rw-r--r--translations/source/be/sw/source/core/undo.po3
-rw-r--r--translations/source/be/sw/source/core/unocore.po3
-rw-r--r--translations/source/be/sw/source/ui/app.po3
-rw-r--r--translations/source/be/sw/source/ui/chrdlg.po3
-rw-r--r--translations/source/be/sw/source/ui/config.po55
-rw-r--r--translations/source/be/sw/source/ui/dbui.po3
-rw-r--r--translations/source/be/sw/source/ui/dialog.po5
-rw-r--r--translations/source/be/sw/source/ui/dochdl.po3
-rw-r--r--translations/source/be/sw/source/ui/docvw.po5
-rw-r--r--translations/source/be/sw/source/ui/envelp.po3
-rw-r--r--translations/source/be/sw/source/ui/fldui.po3
-rw-r--r--translations/source/be/sw/source/ui/fmtui.po3
-rw-r--r--translations/source/be/sw/source/ui/frmdlg.po3
-rw-r--r--translations/source/be/sw/source/ui/globdoc.po3
-rw-r--r--translations/source/be/sw/source/ui/index.po5
-rw-r--r--translations/source/be/sw/source/ui/lingu.po3
-rw-r--r--translations/source/be/sw/source/ui/misc.po3
-rw-r--r--translations/source/be/sw/source/ui/ribbar.po3
-rw-r--r--translations/source/be/sw/source/ui/shells.po3
-rw-r--r--translations/source/be/sw/source/ui/smartmenu.po3
-rw-r--r--translations/source/be/sw/source/ui/table.po5
-rw-r--r--translations/source/be/sw/source/ui/uiview.po3
-rw-r--r--translations/source/be/sw/source/ui/utlui.po193
-rw-r--r--translations/source/be/sw/source/ui/web.po3
-rw-r--r--translations/source/be/sw/source/ui/wrtsh.po3
-rw-r--r--translations/source/be/swext/mediawiki/help.po3
-rw-r--r--translations/source/be/swext/mediawiki/src.po3
-rw-r--r--translations/source/be/swext/mediawiki/src/registry/data/org/openoffice/Office.po3
-rw-r--r--translations/source/be/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po3
-rw-r--r--translations/source/be/sysui/desktop/share.po3
-rw-r--r--translations/source/be/uui/source.po3
-rw-r--r--translations/source/be/vcl/source/src.po3
-rw-r--r--translations/source/be/wizards/source/euro.po3
-rw-r--r--translations/source/be/wizards/source/formwizard.po3
-rw-r--r--translations/source/be/wizards/source/importwizard.po3
-rw-r--r--translations/source/be/wizards/source/schedule.po3
-rw-r--r--translations/source/be/wizards/source/template.po3
-rw-r--r--translations/source/be/xmlsecurity/source/component.po3
-rw-r--r--translations/source/be/xmlsecurity/source/dialogs.po3
-rw-r--r--translations/source/bg/accessibility/source/helper.po6
-rw-r--r--translations/source/bg/avmedia/source/framework.po6
-rw-r--r--translations/source/bg/avmedia/source/viewer.po6
-rw-r--r--translations/source/bg/basctl/source/basicide.po6
-rw-r--r--translations/source/bg/basctl/source/dlged.po6
-rw-r--r--translations/source/bg/basic/source/classes.po6
-rw-r--r--translations/source/bg/basic/source/sbx.po6
-rw-r--r--translations/source/bg/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/bg/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/bg/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/bg/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/bg/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/bg/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/bg/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/bg/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/bg/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/bg/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/bg/connectivity/source/drivers/mozab.po6
-rw-r--r--translations/source/bg/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/bg/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/bg/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/bg/connectivity/source/resource.po6
-rw-r--r--translations/source/bg/cui/source/customize.po6
-rw-r--r--translations/source/bg/cui/source/dialogs.po6
-rw-r--r--translations/source/bg/cui/source/options.po40
-rw-r--r--translations/source/bg/cui/source/tabpages.po8
-rw-r--r--translations/source/bg/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/bg/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/bg/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/bg/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/bg/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/bg/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/bg/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/bg/dbaccess/source/ui/dlg.po6
-rw-r--r--translations/source/bg/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/bg/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/bg/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/bg/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/bg/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/bg/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/bg/desktop/source/app.po6
-rw-r--r--translations/source/bg/desktop/source/deployment/gui.po6
-rw-r--r--translations/source/bg/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/bg/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/bg/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/bg/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/bg/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/bg/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/bg/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/bg/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/bg/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/bg/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/bg/dictionaries/af_ZA.po4
-rw-r--r--translations/source/bg/dictionaries/an_ES.po4
-rw-r--r--translations/source/bg/dictionaries/ar.po4
-rw-r--r--translations/source/bg/dictionaries/be_BY.po4
-rw-r--r--translations/source/bg/dictionaries/bg_BG.po4
-rw-r--r--translations/source/bg/dictionaries/bn_BD.po4
-rw-r--r--translations/source/bg/dictionaries/br_FR.po4
-rw-r--r--translations/source/bg/dictionaries/ca.po4
-rw-r--r--translations/source/bg/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/bg/dictionaries/da_DK.po4
-rw-r--r--translations/source/bg/dictionaries/de.po4
-rw-r--r--translations/source/bg/dictionaries/el_GR.po4
-rw-r--r--translations/source/bg/dictionaries/en.po4
-rw-r--r--translations/source/bg/dictionaries/en/dialog.po4
-rw-r--r--translations/source/bg/dictionaries/es_ES.po4
-rw-r--r--translations/source/bg/dictionaries/et_EE.po4
-rw-r--r--translations/source/bg/dictionaries/fr_FR.po4
-rw-r--r--translations/source/bg/dictionaries/gd_GB.po4
-rw-r--r--translations/source/bg/dictionaries/gl.po4
-rw-r--r--translations/source/bg/dictionaries/gu_IN.po4
-rw-r--r--translations/source/bg/dictionaries/he_IL.po4
-rw-r--r--translations/source/bg/dictionaries/hi_IN.po4
-rw-r--r--translations/source/bg/dictionaries/hr_HR.po4
-rw-r--r--translations/source/bg/dictionaries/hu_HU.po4
-rw-r--r--translations/source/bg/dictionaries/hu_HU/dialog.po4
-rw-r--r--translations/source/bg/dictionaries/it_IT.po4
-rw-r--r--translations/source/bg/dictionaries/ku_TR.po4
-rw-r--r--translations/source/bg/dictionaries/lt_LT.po4
-rw-r--r--translations/source/bg/dictionaries/lv_LV.po4
-rw-r--r--translations/source/bg/dictionaries/ne_NP.po4
-rw-r--r--translations/source/bg/dictionaries/nl_NL.po4
-rw-r--r--translations/source/bg/dictionaries/no.po4
-rw-r--r--translations/source/bg/dictionaries/oc_FR.po4
-rw-r--r--translations/source/bg/dictionaries/pl_PL.po4
-rw-r--r--translations/source/bg/dictionaries/pt_BR.po4
-rw-r--r--translations/source/bg/dictionaries/pt_PT.po4
-rw-r--r--translations/source/bg/dictionaries/ro.po4
-rw-r--r--translations/source/bg/dictionaries/ru_RU.po4
-rw-r--r--translations/source/bg/dictionaries/ru_RU/dialog.po4
-rw-r--r--translations/source/bg/dictionaries/si_LK.po4
-rw-r--r--translations/source/bg/dictionaries/sk_SK.po4
-rw-r--r--translations/source/bg/dictionaries/sl_SI.po4
-rw-r--r--translations/source/bg/dictionaries/sr.po4
-rw-r--r--translations/source/bg/dictionaries/sv_SE.po4
-rw-r--r--translations/source/bg/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/bg/dictionaries/te_IN.po4
-rw-r--r--translations/source/bg/dictionaries/th_TH.po4
-rw-r--r--translations/source/bg/dictionaries/uk_UA.po4
-rw-r--r--translations/source/bg/dictionaries/vi.po4
-rw-r--r--translations/source/bg/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/bg/editeng/source/accessibility.po6
-rw-r--r--translations/source/bg/editeng/source/editeng.po6
-rw-r--r--translations/source/bg/editeng/source/items.po6
-rw-r--r--translations/source/bg/editeng/source/misc.po6
-rw-r--r--translations/source/bg/editeng/source/outliner.po6
-rw-r--r--translations/source/bg/extensions/source/abpilot.po6
-rw-r--r--translations/source/bg/extensions/source/bibliography.po6
-rw-r--r--translations/source/bg/extensions/source/dbpilots.po6
-rw-r--r--translations/source/bg/extensions/source/propctrlr.po6
-rw-r--r--translations/source/bg/extensions/source/scanner.po6
-rw-r--r--translations/source/bg/extensions/source/update/check.po6
-rw-r--r--translations/source/bg/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/bg/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/bg/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/bg/filter/source/flash.po6
-rw-r--r--translations/source/bg/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/bg/filter/source/pdf.po6
-rw-r--r--translations/source/bg/filter/source/t602.po6
-rw-r--r--translations/source/bg/filter/source/xsltdialog.po6
-rw-r--r--translations/source/bg/forms/source/resource.po6
-rw-r--r--translations/source/bg/formula/source/core/resource.po6
-rw-r--r--translations/source/bg/formula/source/ui/dlg.po6
-rw-r--r--translations/source/bg/fpicker/source/office.po6
-rw-r--r--translations/source/bg/framework/source/classes.po6
-rw-r--r--translations/source/bg/framework/source/services.po6
-rw-r--r--translations/source/bg/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/sbasic/shared.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/scalc/01.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/scalc/04.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/scalc/guide.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/sdraw/04.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/shared.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/shared/00.po4
-rw-r--r--translations/source/bg/helpcontent2/source/text/shared/01.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/shared/02.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/shared/guide.po4
-rw-r--r--translations/source/bg/helpcontent2/source/text/shared/optionen.po80
-rw-r--r--translations/source/bg/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/bg/helpcontent2/source/text/simpress/04.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/smath/01.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/swriter/00.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/bg/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/swriter/04.po2
-rw-r--r--translations/source/bg/helpcontent2/source/text/swriter/guide.po14
-rw-r--r--translations/source/bg/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--translations/source/bg/mysqlc/source.po6
-rw-r--r--translations/source/bg/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/bg/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po4
-rw-r--r--translations/source/bg/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/bg/nlpsolver/src/locale.po4
-rw-r--r--translations/source/bg/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po14
-rw-r--r--translations/source/bg/padmin/source.po6
-rw-r--r--translations/source/bg/readlicense_oo/docs/readme.po14
-rw-r--r--translations/source/bg/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/bg/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/bg/reportbuilder/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--translations/source/bg/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/bg/reportbuilder/util.po4
-rw-r--r--translations/source/bg/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/bg/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/bg/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/bg/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/bg/sc/source/core/src.po6
-rw-r--r--translations/source/bg/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/bg/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/bg/sc/source/ui/docshell.po6
-rw-r--r--translations/source/bg/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/bg/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/bg/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/bg/sc/source/ui/navipi.po6
-rw-r--r--translations/source/bg/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/bg/sc/source/ui/src.po6
-rw-r--r--translations/source/bg/sc/source/ui/styleui.po6
-rw-r--r--translations/source/bg/scaddins/source/analysis.po6
-rw-r--r--translations/source/bg/scaddins/source/datefunc.po6
-rw-r--r--translations/source/bg/sccomp/source/solver.po6
-rw-r--r--translations/source/bg/scp2/source/accessories.po6
-rw-r--r--translations/source/bg/scp2/source/activex.po6
-rw-r--r--translations/source/bg/scp2/source/base.po20
-rw-r--r--translations/source/bg/scp2/source/binfilter.po6
-rw-r--r--translations/source/bg/scp2/source/calc.po6
-rw-r--r--translations/source/bg/scp2/source/draw.po6
-rw-r--r--translations/source/bg/scp2/source/extensions.po16
-rw-r--r--translations/source/bg/scp2/source/gnome.po6
-rw-r--r--translations/source/bg/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/bg/scp2/source/impress.po6
-rw-r--r--translations/source/bg/scp2/source/javafilter.po6
-rw-r--r--translations/source/bg/scp2/source/kde.po6
-rw-r--r--translations/source/bg/scp2/source/math.po6
-rw-r--r--translations/source/bg/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/bg/scp2/source/ooo.po4
-rw-r--r--translations/source/bg/scp2/source/python.po6
-rw-r--r--translations/source/bg/scp2/source/quickstart.po6
-rw-r--r--translations/source/bg/scp2/source/sdkoo.po6
-rw-r--r--translations/source/bg/scp2/source/smoketest.po4
-rw-r--r--translations/source/bg/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/bg/scp2/source/writer.po6
-rw-r--r--translations/source/bg/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/bg/scripting/source/pyprov.po4
-rw-r--r--translations/source/bg/sd/source/core.po6
-rw-r--r--translations/source/bg/sd/source/filter/html.po6
-rw-r--r--translations/source/bg/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/bg/sd/source/ui/animations.po6
-rw-r--r--translations/source/bg/sd/source/ui/annotations.po6
-rw-r--r--translations/source/bg/sd/source/ui/app.po6
-rw-r--r--translations/source/bg/sd/source/ui/dlg.po6
-rw-r--r--translations/source/bg/sd/source/ui/notes.po6
-rw-r--r--translations/source/bg/sd/source/ui/slideshow.po6
-rw-r--r--translations/source/bg/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/bg/sd/source/ui/table.po6
-rw-r--r--translations/source/bg/sd/source/ui/view.po6
-rw-r--r--translations/source/bg/sdext/source/minimizer.po4
-rw-r--r--translations/source/bg/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/bg/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/bg/sdext/source/pdfimport.po4
-rw-r--r--translations/source/bg/sdext/source/presenter.po4
-rw-r--r--translations/source/bg/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/bg/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/bg/setup_native/source/mac.po6
-rw-r--r--translations/source/bg/sfx2/source/appl.po6
-rw-r--r--translations/source/bg/sfx2/source/bastyp.po6
-rw-r--r--translations/source/bg/sfx2/source/dialog.po6
-rw-r--r--translations/source/bg/sfx2/source/doc.po6
-rw-r--r--translations/source/bg/sfx2/source/menu.po6
-rw-r--r--translations/source/bg/sfx2/source/view.po6
-rw-r--r--translations/source/bg/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/bg/starmath/source.po6
-rw-r--r--translations/source/bg/svl/source/items.po6
-rw-r--r--translations/source/bg/svl/source/misc.po6
-rw-r--r--translations/source/bg/svtools/source/contnr.po6
-rw-r--r--translations/source/bg/svtools/source/control.po6
-rw-r--r--translations/source/bg/svtools/source/dialogs.po6
-rw-r--r--translations/source/bg/svtools/source/filter.po6
-rw-r--r--translations/source/bg/svtools/source/java.po6
-rw-r--r--translations/source/bg/svtools/source/misc.po6
-rw-r--r--translations/source/bg/svtools/source/plugapp.po6
-rw-r--r--translations/source/bg/svtools/source/toolpanel.po6
-rw-r--r--translations/source/bg/svtools/workben/unodialog.po6
-rw-r--r--translations/source/bg/svx/inc.po6
-rw-r--r--translations/source/bg/svx/source/accessibility.po6
-rw-r--r--translations/source/bg/svx/source/dialog.po4
-rw-r--r--translations/source/bg/svx/source/engine3d.po6
-rw-r--r--translations/source/bg/svx/source/fmcomp.po6
-rw-r--r--translations/source/bg/svx/source/form.po6
-rw-r--r--translations/source/bg/svx/source/gallery2.po6
-rw-r--r--translations/source/bg/svx/source/items.po6
-rw-r--r--translations/source/bg/svx/source/src.po6
-rw-r--r--translations/source/bg/svx/source/stbctrls.po8
-rw-r--r--translations/source/bg/svx/source/svdraw.po6
-rw-r--r--translations/source/bg/svx/source/table.po6
-rw-r--r--translations/source/bg/svx/source/tbxctrls.po6
-rw-r--r--translations/source/bg/svx/source/toolbars.po6
-rw-r--r--translations/source/bg/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/bg/sw/source/core/layout.po4
-rw-r--r--translations/source/bg/sw/source/core/undo.po6
-rw-r--r--translations/source/bg/sw/source/core/unocore.po6
-rw-r--r--translations/source/bg/sw/source/ui/app.po6
-rw-r--r--translations/source/bg/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/bg/sw/source/ui/config.po58
-rw-r--r--translations/source/bg/sw/source/ui/dbui.po6
-rw-r--r--translations/source/bg/sw/source/ui/dialog.po6
-rw-r--r--translations/source/bg/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/bg/sw/source/ui/docvw.po6
-rw-r--r--translations/source/bg/sw/source/ui/envelp.po6
-rw-r--r--translations/source/bg/sw/source/ui/fldui.po6
-rw-r--r--translations/source/bg/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/bg/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/bg/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/bg/sw/source/ui/index.po6
-rw-r--r--translations/source/bg/sw/source/ui/lingu.po6
-rw-r--r--translations/source/bg/sw/source/ui/misc.po6
-rw-r--r--translations/source/bg/sw/source/ui/ribbar.po6
-rw-r--r--translations/source/bg/sw/source/ui/shells.po6
-rw-r--r--translations/source/bg/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/bg/sw/source/ui/table.po6
-rw-r--r--translations/source/bg/sw/source/ui/uiview.po6
-rw-r--r--translations/source/bg/sw/source/ui/utlui.po188
-rw-r--r--translations/source/bg/sw/source/ui/web.po6
-rw-r--r--translations/source/bg/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/bg/swext/mediawiki/help.po6
-rw-r--r--translations/source/bg/swext/mediawiki/src.po6
-rw-r--r--translations/source/bg/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/bg/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/bg/sysui/desktop/share.po6
-rw-r--r--translations/source/bg/uui/source.po6
-rw-r--r--translations/source/bg/vcl/source/src.po6
-rw-r--r--translations/source/bg/wizards/source/euro.po6
-rw-r--r--translations/source/bg/wizards/source/formwizard.po6
-rw-r--r--translations/source/bg/wizards/source/importwizard.po6
-rw-r--r--translations/source/bg/wizards/source/schedule.po6
-rw-r--r--translations/source/bg/wizards/source/template.po6
-rw-r--r--translations/source/bg/xmlsecurity/source/component.po6
-rw-r--r--translations/source/bg/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/bn/accessibility/source/helper.po6
-rw-r--r--translations/source/bn/avmedia/source/framework.po6
-rw-r--r--translations/source/bn/avmedia/source/viewer.po6
-rw-r--r--translations/source/bn/basctl/source/basicide.po4
-rw-r--r--translations/source/bn/basctl/source/dlged.po6
-rw-r--r--translations/source/bn/basic/source/classes.po6
-rw-r--r--translations/source/bn/basic/source/sbx.po6
-rw-r--r--translations/source/bn/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/bn/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/bn/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/bn/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/bn/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/bn/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/bn/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/bn/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/bn/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/bn/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/bn/connectivity/source/drivers/mozab.po15
-rw-r--r--translations/source/bn/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/bn/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/bn/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/bn/connectivity/source/resource.po4
-rw-r--r--translations/source/bn/cui/source/customize.po6
-rw-r--r--translations/source/bn/cui/source/dialogs.po45
-rw-r--r--translations/source/bn/cui/source/options.po25
-rw-r--r--translations/source/bn/cui/source/tabpages.po151
-rw-r--r--translations/source/bn/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/bn/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/bn/dbaccess/source/ext/macromigration.po12
-rw-r--r--translations/source/bn/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/bn/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/bn/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/bn/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/bn/dbaccess/source/ui/dlg.po14
-rw-r--r--translations/source/bn/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/bn/dbaccess/source/ui/misc.po20
-rw-r--r--translations/source/bn/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/bn/dbaccess/source/ui/relationdesign.po10
-rw-r--r--translations/source/bn/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/bn/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/bn/desktop/source/app.po10
-rw-r--r--translations/source/bn/desktop/source/deployment/gui.po31
-rw-r--r--translations/source/bn/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/bn/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/bn/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/bn/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/bn/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/bn/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/bn/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/bn/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/bn/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/bn/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/bn/dictionaries/af_ZA.po4
-rw-r--r--translations/source/bn/dictionaries/an_ES.po19
-rw-r--r--translations/source/bn/dictionaries/ar.po4
-rw-r--r--translations/source/bn/dictionaries/be_BY.po4
-rw-r--r--translations/source/bn/dictionaries/bg_BG.po4
-rw-r--r--translations/source/bn/dictionaries/bn_BD.po4
-rw-r--r--translations/source/bn/dictionaries/br_FR.po4
-rw-r--r--translations/source/bn/dictionaries/ca.po4
-rw-r--r--translations/source/bn/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/bn/dictionaries/da_DK.po4
-rw-r--r--translations/source/bn/dictionaries/de.po4
-rw-r--r--translations/source/bn/dictionaries/el_GR.po4
-rw-r--r--translations/source/bn/dictionaries/en.po6
-rw-r--r--translations/source/bn/dictionaries/en/dialog.po171
-rw-r--r--translations/source/bn/dictionaries/es_ES.po6
-rw-r--r--translations/source/bn/dictionaries/et_EE.po4
-rw-r--r--translations/source/bn/dictionaries/fr_FR.po4
-rw-r--r--translations/source/bn/dictionaries/gd_GB.po4
-rw-r--r--translations/source/bn/dictionaries/gl.po4
-rw-r--r--translations/source/bn/dictionaries/gu_IN.po4
-rw-r--r--translations/source/bn/dictionaries/he_IL.po4
-rw-r--r--translations/source/bn/dictionaries/hi_IN.po4
-rw-r--r--translations/source/bn/dictionaries/hr_HR.po4
-rw-r--r--translations/source/bn/dictionaries/hu_HU.po6
-rw-r--r--translations/source/bn/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/bn/dictionaries/it_IT.po4
-rw-r--r--translations/source/bn/dictionaries/ku_TR.po4
-rw-r--r--translations/source/bn/dictionaries/lt_LT.po4
-rw-r--r--translations/source/bn/dictionaries/lv_LV.po4
-rw-r--r--translations/source/bn/dictionaries/ne_NP.po4
-rw-r--r--translations/source/bn/dictionaries/nl_NL.po4
-rw-r--r--translations/source/bn/dictionaries/no.po4
-rw-r--r--translations/source/bn/dictionaries/oc_FR.po4
-rw-r--r--translations/source/bn/dictionaries/pl_PL.po4
-rw-r--r--translations/source/bn/dictionaries/pt_BR.po4
-rw-r--r--translations/source/bn/dictionaries/pt_PT.po4
-rw-r--r--translations/source/bn/dictionaries/ro.po4
-rw-r--r--translations/source/bn/dictionaries/ru_RU.po6
-rw-r--r--translations/source/bn/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/bn/dictionaries/si_LK.po19
-rw-r--r--translations/source/bn/dictionaries/sk_SK.po4
-rw-r--r--translations/source/bn/dictionaries/sl_SI.po4
-rw-r--r--translations/source/bn/dictionaries/sr.po4
-rw-r--r--translations/source/bn/dictionaries/sv_SE.po4
-rw-r--r--translations/source/bn/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/bn/dictionaries/te_IN.po4
-rw-r--r--translations/source/bn/dictionaries/th_TH.po6
-rw-r--r--translations/source/bn/dictionaries/uk_UA.po4
-rw-r--r--translations/source/bn/dictionaries/vi.po4
-rw-r--r--translations/source/bn/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/bn/editeng/source/accessibility.po6
-rw-r--r--translations/source/bn/editeng/source/editeng.po8
-rw-r--r--translations/source/bn/editeng/source/items.po30
-rw-r--r--translations/source/bn/editeng/source/misc.po6
-rw-r--r--translations/source/bn/editeng/source/outliner.po6
-rw-r--r--translations/source/bn/extensions/source/abpilot.po10
-rw-r--r--translations/source/bn/extensions/source/bibliography.po6
-rw-r--r--translations/source/bn/extensions/source/dbpilots.po6
-rw-r--r--translations/source/bn/extensions/source/propctrlr.po6
-rw-r--r--translations/source/bn/extensions/source/scanner.po8
-rw-r--r--translations/source/bn/extensions/source/update/check.po6
-rw-r--r--translations/source/bn/filter/source/config/fragments/filters.po14
-rw-r--r--translations/source/bn/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/bn/filter/source/config/fragments/types.po10
-rw-r--r--translations/source/bn/filter/source/flash.po6
-rw-r--r--translations/source/bn/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/bn/filter/source/pdf.po15
-rw-r--r--translations/source/bn/filter/source/t602.po6
-rw-r--r--translations/source/bn/filter/source/xsltdialog.po6
-rw-r--r--translations/source/bn/forms/source/resource.po6
-rw-r--r--translations/source/bn/formula/source/core/resource.po22
-rw-r--r--translations/source/bn/formula/source/ui/dlg.po6
-rw-r--r--translations/source/bn/fpicker/source/office.po6
-rw-r--r--translations/source/bn/framework/source/classes.po6
-rw-r--r--translations/source/bn/framework/source/services.po6
-rw-r--r--translations/source/bn/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/bn/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--translations/source/bn/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/bn/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/bn/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/bn/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/bn/helpcontent2/source/text/scalc/01.po10
-rw-r--r--translations/source/bn/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/bn/helpcontent2/source/text/scalc/04.po36
-rw-r--r--translations/source/bn/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/bn/helpcontent2/source/text/scalc/guide.po40
-rw-r--r--translations/source/bn/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/bn/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/bn/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/bn/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/bn/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/bn/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/bn/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/bn/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/bn/helpcontent2/source/text/sdraw/04.po6
-rw-r--r--translations/source/bn/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/bn/helpcontent2/source/text/shared.po2
-rw-r--r--translations/source/bn/helpcontent2/source/text/shared/00.po6
-rw-r--r--translations/source/bn/helpcontent2/source/text/shared/01.po18
-rw-r--r--translations/source/bn/helpcontent2/source/text/shared/02.po14
-rw-r--r--translations/source/bn/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/bn/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/bn/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/bn/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/bn/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/bn/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/bn/helpcontent2/source/text/shared/guide.po171
-rw-r--r--translations/source/bn/helpcontent2/source/text/shared/optionen.po77
-rw-r--r--translations/source/bn/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/bn/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/bn/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/bn/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/bn/helpcontent2/source/text/simpress/04.po42
-rw-r--r--translations/source/bn/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/bn/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/bn/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/bn/helpcontent2/source/text/smath/01.po28
-rw-r--r--translations/source/bn/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/bn/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/bn/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/bn/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/bn/helpcontent2/source/text/swriter/00.po6
-rw-r--r--translations/source/bn/helpcontent2/source/text/swriter/01.po36
-rw-r--r--translations/source/bn/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/bn/helpcontent2/source/text/swriter/04.po6
-rw-r--r--translations/source/bn/helpcontent2/source/text/swriter/guide.po51
-rw-r--r--translations/source/bn/instsetoo_native/inc_openoffice/windows/msi_languages.po68
-rw-r--r--translations/source/bn/mysqlc/source.po6
-rw-r--r--translations/source/bn/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/bn/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/bn/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/bn/nlpsolver/src/locale.po179
-rw-r--r--translations/source/bn/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/bn/officecfg/registry/data/org/openoffice/Office/UI.po55
-rw-r--r--translations/source/bn/padmin/source.po6
-rw-r--r--translations/source/bn/readlicense_oo/docs/readme.po51
-rw-r--r--translations/source/bn/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/bn/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/bn/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/bn/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/bn/reportbuilder/util.po4
-rw-r--r--translations/source/bn/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/bn/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/bn/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/bn/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/bn/sc/source/core/src.po6
-rw-r--r--translations/source/bn/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/bn/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/bn/sc/source/ui/docshell.po6
-rw-r--r--translations/source/bn/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/bn/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/bn/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/bn/sc/source/ui/navipi.po8
-rw-r--r--translations/source/bn/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/bn/sc/source/ui/src.po153
-rw-r--r--translations/source/bn/sc/source/ui/styleui.po8
-rw-r--r--translations/source/bn/scaddins/source/analysis.po6
-rw-r--r--translations/source/bn/scaddins/source/datefunc.po6
-rw-r--r--translations/source/bn/sccomp/source/solver.po6
-rw-r--r--translations/source/bn/scp2/source/accessories.po6
-rw-r--r--translations/source/bn/scp2/source/activex.po6
-rw-r--r--translations/source/bn/scp2/source/base.po16
-rw-r--r--translations/source/bn/scp2/source/binfilter.po6
-rw-r--r--translations/source/bn/scp2/source/calc.po6
-rw-r--r--translations/source/bn/scp2/source/draw.po6
-rw-r--r--translations/source/bn/scp2/source/extensions.po2198
-rw-r--r--translations/source/bn/scp2/source/gnome.po6
-rw-r--r--translations/source/bn/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/bn/scp2/source/impress.po6
-rw-r--r--translations/source/bn/scp2/source/javafilter.po6
-rw-r--r--translations/source/bn/scp2/source/kde.po6
-rw-r--r--translations/source/bn/scp2/source/math.po6
-rw-r--r--translations/source/bn/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/bn/scp2/source/ooo.po31
-rw-r--r--translations/source/bn/scp2/source/python.po6
-rw-r--r--translations/source/bn/scp2/source/quickstart.po6
-rw-r--r--translations/source/bn/scp2/source/sdkoo.po6
-rw-r--r--translations/source/bn/scp2/source/smoketest.po23
-rw-r--r--translations/source/bn/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/bn/scp2/source/writer.po6
-rw-r--r--translations/source/bn/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/bn/scripting/source/pyprov.po4
-rw-r--r--translations/source/bn/sd/source/core.po43
-rw-r--r--translations/source/bn/sd/source/filter/html.po6
-rw-r--r--translations/source/bn/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/bn/sd/source/ui/animations.po6
-rw-r--r--translations/source/bn/sd/source/ui/annotations.po6
-rw-r--r--translations/source/bn/sd/source/ui/app.po8
-rw-r--r--translations/source/bn/sd/source/ui/dlg.po6
-rw-r--r--translations/source/bn/sd/source/ui/notes.po6
-rw-r--r--translations/source/bn/sd/source/ui/slideshow.po18
-rw-r--r--translations/source/bn/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/bn/sd/source/ui/table.po6
-rw-r--r--translations/source/bn/sd/source/ui/view.po6
-rw-r--r--translations/source/bn/sdext/source/minimizer.po6
-rw-r--r--translations/source/bn/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/bn/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/bn/sdext/source/pdfimport.po4
-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.po6
-rw-r--r--translations/source/bn/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po16
-rw-r--r--translations/source/bn/setup_native/source/mac.po6
-rw-r--r--translations/source/bn/sfx2/source/appl.po4
-rw-r--r--translations/source/bn/sfx2/source/bastyp.po6
-rw-r--r--translations/source/bn/sfx2/source/dialog.po8
-rw-r--r--translations/source/bn/sfx2/source/doc.po18
-rw-r--r--translations/source/bn/sfx2/source/menu.po6
-rw-r--r--translations/source/bn/sfx2/source/view.po6
-rw-r--r--translations/source/bn/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/bn/starmath/source.po4
-rw-r--r--translations/source/bn/svl/source/items.po6
-rw-r--r--translations/source/bn/svl/source/misc.po4
-rw-r--r--translations/source/bn/svtools/source/contnr.po6
-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.po52
-rw-r--r--translations/source/bn/svtools/source/plugapp.po6
-rw-r--r--translations/source/bn/svtools/source/toolpanel.po6
-rw-r--r--translations/source/bn/svtools/workben/unodialog.po6
-rw-r--r--translations/source/bn/svx/inc.po6
-rw-r--r--translations/source/bn/svx/source/accessibility.po6
-rw-r--r--translations/source/bn/svx/source/dialog.po8
-rw-r--r--translations/source/bn/svx/source/engine3d.po4
-rw-r--r--translations/source/bn/svx/source/fmcomp.po6
-rw-r--r--translations/source/bn/svx/source/form.po6
-rw-r--r--translations/source/bn/svx/source/gallery2.po4
-rw-r--r--translations/source/bn/svx/source/items.po6
-rw-r--r--translations/source/bn/svx/source/src.po4
-rw-r--r--translations/source/bn/svx/source/stbctrls.po2
-rw-r--r--translations/source/bn/svx/source/svdraw.po4
-rw-r--r--translations/source/bn/svx/source/table.po6
-rw-r--r--translations/source/bn/svx/source/tbxctrls.po4
-rw-r--r--translations/source/bn/svx/source/toolbars.po6
-rw-r--r--translations/source/bn/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/bn/sw/source/core/layout.po4
-rw-r--r--translations/source/bn/sw/source/core/undo.po8
-rw-r--r--translations/source/bn/sw/source/core/unocore.po6
-rw-r--r--translations/source/bn/sw/source/ui/app.po20
-rw-r--r--translations/source/bn/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/bn/sw/source/ui/config.po2
-rw-r--r--translations/source/bn/sw/source/ui/dbui.po6
-rw-r--r--translations/source/bn/sw/source/ui/dialog.po12
-rw-r--r--translations/source/bn/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/bn/sw/source/ui/docvw.po20
-rw-r--r--translations/source/bn/sw/source/ui/envelp.po6
-rw-r--r--translations/source/bn/sw/source/ui/fldui.po6
-rw-r--r--translations/source/bn/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/bn/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/bn/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/bn/sw/source/ui/index.po12
-rw-r--r--translations/source/bn/sw/source/ui/lingu.po6
-rw-r--r--translations/source/bn/sw/source/ui/misc.po4
-rw-r--r--translations/source/bn/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/bn/sw/source/ui/shells.po14
-rw-r--r--translations/source/bn/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/bn/sw/source/ui/table.po12
-rw-r--r--translations/source/bn/sw/source/ui/uiview.po4
-rw-r--r--translations/source/bn/sw/source/ui/utlui.po22
-rw-r--r--translations/source/bn/sw/source/ui/web.po6
-rw-r--r--translations/source/bn/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/bn/swext/mediawiki/help.po16
-rw-r--r--translations/source/bn/swext/mediawiki/src.po6
-rw-r--r--translations/source/bn/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/bn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/bn/sysui/desktop/share.po6
-rw-r--r--translations/source/bn/uui/source.po6
-rw-r--r--translations/source/bn/vcl/source/src.po34
-rw-r--r--translations/source/bn/wizards/source/euro.po6
-rw-r--r--translations/source/bn/wizards/source/formwizard.po6
-rw-r--r--translations/source/bn/wizards/source/importwizard.po6
-rw-r--r--translations/source/bn/wizards/source/schedule.po6
-rw-r--r--translations/source/bn/wizards/source/template.po6
-rw-r--r--translations/source/bn/xmlsecurity/source/component.po6
-rw-r--r--translations/source/bn/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/bo/accessibility/source/helper.po6
-rw-r--r--translations/source/bo/avmedia/source/framework.po6
-rw-r--r--translations/source/bo/avmedia/source/viewer.po6
-rw-r--r--translations/source/bo/basctl/source/basicide.po6
-rw-r--r--translations/source/bo/basctl/source/dlged.po6
-rw-r--r--translations/source/bo/basic/source/classes.po6
-rw-r--r--translations/source/bo/basic/source/sbx.po6
-rw-r--r--translations/source/bo/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/bo/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/bo/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/bo/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/bo/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/bo/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/bo/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/bo/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/bo/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/bo/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/bo/connectivity/source/drivers/mozab.po10
-rw-r--r--translations/source/bo/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/bo/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/bo/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/bo/connectivity/source/resource.po6
-rw-r--r--translations/source/bo/cui/source/customize.po6
-rw-r--r--translations/source/bo/cui/source/dialogs.po58
-rw-r--r--translations/source/bo/cui/source/options.po22
-rw-r--r--translations/source/bo/cui/source/tabpages.po148
-rw-r--r--translations/source/bo/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/bo/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/bo/dbaccess/source/ext/macromigration.po8
-rw-r--r--translations/source/bo/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/bo/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/bo/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/bo/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/bo/dbaccess/source/ui/dlg.po13
-rw-r--r--translations/source/bo/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/bo/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/bo/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/bo/dbaccess/source/ui/relationdesign.po8
-rw-r--r--translations/source/bo/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/bo/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/bo/desktop/source/app.po10
-rw-r--r--translations/source/bo/desktop/source/deployment/gui.po30
-rw-r--r--translations/source/bo/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/bo/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/bo/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/bo/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/bo/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/bo/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/bo/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/bo/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/bo/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/bo/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/bo/dictionaries/af_ZA.po4
-rw-r--r--translations/source/bo/dictionaries/an_ES.po19
-rw-r--r--translations/source/bo/dictionaries/ar.po4
-rw-r--r--translations/source/bo/dictionaries/be_BY.po4
-rw-r--r--translations/source/bo/dictionaries/bg_BG.po4
-rw-r--r--translations/source/bo/dictionaries/bn_BD.po4
-rw-r--r--translations/source/bo/dictionaries/br_FR.po4
-rw-r--r--translations/source/bo/dictionaries/ca.po4
-rw-r--r--translations/source/bo/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/bo/dictionaries/da_DK.po4
-rw-r--r--translations/source/bo/dictionaries/de.po4
-rw-r--r--translations/source/bo/dictionaries/el_GR.po4
-rw-r--r--translations/source/bo/dictionaries/en.po6
-rw-r--r--translations/source/bo/dictionaries/en/dialog.po171
-rw-r--r--translations/source/bo/dictionaries/es_ES.po4
-rw-r--r--translations/source/bo/dictionaries/et_EE.po4
-rw-r--r--translations/source/bo/dictionaries/fr_FR.po4
-rw-r--r--translations/source/bo/dictionaries/gd_GB.po4
-rw-r--r--translations/source/bo/dictionaries/gl.po4
-rw-r--r--translations/source/bo/dictionaries/gu_IN.po4
-rw-r--r--translations/source/bo/dictionaries/he_IL.po4
-rw-r--r--translations/source/bo/dictionaries/hi_IN.po4
-rw-r--r--translations/source/bo/dictionaries/hr_HR.po4
-rw-r--r--translations/source/bo/dictionaries/hu_HU.po6
-rw-r--r--translations/source/bo/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/bo/dictionaries/it_IT.po4
-rw-r--r--translations/source/bo/dictionaries/ku_TR.po4
-rw-r--r--translations/source/bo/dictionaries/lt_LT.po4
-rw-r--r--translations/source/bo/dictionaries/lv_LV.po4
-rw-r--r--translations/source/bo/dictionaries/ne_NP.po4
-rw-r--r--translations/source/bo/dictionaries/nl_NL.po4
-rw-r--r--translations/source/bo/dictionaries/no.po4
-rw-r--r--translations/source/bo/dictionaries/oc_FR.po4
-rw-r--r--translations/source/bo/dictionaries/pl_PL.po4
-rw-r--r--translations/source/bo/dictionaries/pt_BR.po4
-rw-r--r--translations/source/bo/dictionaries/pt_PT.po4
-rw-r--r--translations/source/bo/dictionaries/ro.po4
-rw-r--r--translations/source/bo/dictionaries/ru_RU.po6
-rw-r--r--translations/source/bo/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/bo/dictionaries/si_LK.po19
-rw-r--r--translations/source/bo/dictionaries/sk_SK.po4
-rw-r--r--translations/source/bo/dictionaries/sl_SI.po4
-rw-r--r--translations/source/bo/dictionaries/sr.po4
-rw-r--r--translations/source/bo/dictionaries/sv_SE.po4
-rw-r--r--translations/source/bo/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/bo/dictionaries/te_IN.po4
-rw-r--r--translations/source/bo/dictionaries/th_TH.po4
-rw-r--r--translations/source/bo/dictionaries/uk_UA.po4
-rw-r--r--translations/source/bo/dictionaries/vi.po4
-rw-r--r--translations/source/bo/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/bo/editeng/source/accessibility.po6
-rw-r--r--translations/source/bo/editeng/source/editeng.po8
-rw-r--r--translations/source/bo/editeng/source/items.po30
-rw-r--r--translations/source/bo/editeng/source/misc.po6
-rw-r--r--translations/source/bo/editeng/source/outliner.po6
-rw-r--r--translations/source/bo/extensions/source/abpilot.po10
-rw-r--r--translations/source/bo/extensions/source/bibliography.po6
-rw-r--r--translations/source/bo/extensions/source/dbpilots.po6
-rw-r--r--translations/source/bo/extensions/source/propctrlr.po6
-rw-r--r--translations/source/bo/extensions/source/scanner.po6
-rw-r--r--translations/source/bo/extensions/source/update/check.po6
-rw-r--r--translations/source/bo/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/bo/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/bo/filter/source/config/fragments/types.po10
-rw-r--r--translations/source/bo/filter/source/flash.po6
-rw-r--r--translations/source/bo/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/bo/filter/source/pdf.po10
-rw-r--r--translations/source/bo/filter/source/t602.po6
-rw-r--r--translations/source/bo/filter/source/xsltdialog.po6
-rw-r--r--translations/source/bo/forms/source/resource.po6
-rw-r--r--translations/source/bo/formula/source/core/resource.po22
-rw-r--r--translations/source/bo/formula/source/ui/dlg.po6
-rw-r--r--translations/source/bo/fpicker/source/office.po6
-rw-r--r--translations/source/bo/framework/source/classes.po6
-rw-r--r--translations/source/bo/framework/source/services.po6
-rw-r--r--translations/source/bo/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/bo/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--translations/source/bo/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/bo/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/bo/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/bo/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/bo/helpcontent2/source/text/scalc/01.po6
-rw-r--r--translations/source/bo/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/bo/helpcontent2/source/text/scalc/04.po34
-rw-r--r--translations/source/bo/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/bo/helpcontent2/source/text/scalc/guide.po35
-rw-r--r--translations/source/bo/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/bo/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/bo/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/bo/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/bo/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/bo/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/bo/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/bo/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/bo/helpcontent2/source/text/sdraw/04.po6
-rw-r--r--translations/source/bo/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/bo/helpcontent2/source/text/shared.po2
-rw-r--r--translations/source/bo/helpcontent2/source/text/shared/00.po6
-rw-r--r--translations/source/bo/helpcontent2/source/text/shared/01.po12
-rw-r--r--translations/source/bo/helpcontent2/source/text/shared/02.po16
-rw-r--r--translations/source/bo/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/bo/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/bo/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/bo/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/bo/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/bo/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/bo/helpcontent2/source/text/shared/guide.po161
-rw-r--r--translations/source/bo/helpcontent2/source/text/shared/optionen.po82
-rw-r--r--translations/source/bo/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/bo/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/bo/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/bo/helpcontent2/source/text/simpress/02.po29
-rw-r--r--translations/source/bo/helpcontent2/source/text/simpress/04.po42
-rw-r--r--translations/source/bo/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/bo/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/bo/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/bo/helpcontent2/source/text/smath/01.po28
-rw-r--r--translations/source/bo/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/bo/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/bo/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/bo/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/bo/helpcontent2/source/text/swriter/00.po6
-rw-r--r--translations/source/bo/helpcontent2/source/text/swriter/01.po36
-rw-r--r--translations/source/bo/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/bo/helpcontent2/source/text/swriter/04.po12
-rw-r--r--translations/source/bo/helpcontent2/source/text/swriter/guide.po49
-rw-r--r--translations/source/bo/instsetoo_native/inc_openoffice/windows/msi_languages.po65
-rw-r--r--translations/source/bo/mysqlc/source.po6
-rw-r--r--translations/source/bo/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/bo/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/bo/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/bo/nlpsolver/src/locale.po179
-rw-r--r--translations/source/bo/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/bo/officecfg/registry/data/org/openoffice/Office/UI.po57
-rw-r--r--translations/source/bo/padmin/source.po6
-rw-r--r--translations/source/bo/readlicense_oo/docs/readme.po35
-rw-r--r--translations/source/bo/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/bo/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/bo/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/bo/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/bo/reportbuilder/util.po4
-rw-r--r--translations/source/bo/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/bo/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/bo/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/bo/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/bo/sc/source/core/src.po6
-rw-r--r--translations/source/bo/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/bo/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/bo/sc/source/ui/docshell.po6
-rw-r--r--translations/source/bo/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/bo/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/bo/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/bo/sc/source/ui/navipi.po8
-rw-r--r--translations/source/bo/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/bo/sc/source/ui/src.po142
-rw-r--r--translations/source/bo/sc/source/ui/styleui.po8
-rw-r--r--translations/source/bo/scaddins/source/analysis.po6
-rw-r--r--translations/source/bo/scaddins/source/datefunc.po6
-rw-r--r--translations/source/bo/sccomp/source/solver.po6
-rw-r--r--translations/source/bo/scp2/source/accessories.po6
-rw-r--r--translations/source/bo/scp2/source/activex.po6
-rw-r--r--translations/source/bo/scp2/source/base.po16
-rw-r--r--translations/source/bo/scp2/source/binfilter.po6
-rw-r--r--translations/source/bo/scp2/source/calc.po6
-rw-r--r--translations/source/bo/scp2/source/draw.po6
-rw-r--r--translations/source/bo/scp2/source/extensions.po2202
-rw-r--r--translations/source/bo/scp2/source/gnome.po6
-rw-r--r--translations/source/bo/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/bo/scp2/source/impress.po6
-rw-r--r--translations/source/bo/scp2/source/javafilter.po6
-rw-r--r--translations/source/bo/scp2/source/kde.po6
-rw-r--r--translations/source/bo/scp2/source/math.po6
-rw-r--r--translations/source/bo/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/bo/scp2/source/ooo.po31
-rw-r--r--translations/source/bo/scp2/source/python.po6
-rw-r--r--translations/source/bo/scp2/source/quickstart.po6
-rw-r--r--translations/source/bo/scp2/source/sdkoo.po6
-rw-r--r--translations/source/bo/scp2/source/smoketest.po23
-rw-r--r--translations/source/bo/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/bo/scp2/source/writer.po6
-rw-r--r--translations/source/bo/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/bo/scripting/source/pyprov.po4
-rw-r--r--translations/source/bo/sd/source/core.po41
-rw-r--r--translations/source/bo/sd/source/filter/html.po6
-rw-r--r--translations/source/bo/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/bo/sd/source/ui/animations.po6
-rw-r--r--translations/source/bo/sd/source/ui/annotations.po6
-rw-r--r--translations/source/bo/sd/source/ui/app.po8
-rw-r--r--translations/source/bo/sd/source/ui/dlg.po6
-rw-r--r--translations/source/bo/sd/source/ui/notes.po6
-rw-r--r--translations/source/bo/sd/source/ui/slideshow.po15
-rw-r--r--translations/source/bo/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/bo/sd/source/ui/table.po6
-rw-r--r--translations/source/bo/sd/source/ui/view.po6
-rw-r--r--translations/source/bo/sdext/source/minimizer.po4
-rw-r--r--translations/source/bo/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/bo/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/bo/sdext/source/pdfimport.po4
-rw-r--r--translations/source/bo/sdext/source/presenter.po4
-rw-r--r--translations/source/bo/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/bo/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/bo/setup_native/source/mac.po6
-rw-r--r--translations/source/bo/sfx2/source/appl.po6
-rw-r--r--translations/source/bo/sfx2/source/bastyp.po6
-rw-r--r--translations/source/bo/sfx2/source/dialog.po12
-rw-r--r--translations/source/bo/sfx2/source/doc.po18
-rw-r--r--translations/source/bo/sfx2/source/menu.po6
-rw-r--r--translations/source/bo/sfx2/source/view.po6
-rw-r--r--translations/source/bo/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/bo/starmath/source.po6
-rw-r--r--translations/source/bo/svl/source/items.po6
-rw-r--r--translations/source/bo/svl/source/misc.po8
-rw-r--r--translations/source/bo/svtools/source/contnr.po6
-rw-r--r--translations/source/bo/svtools/source/control.po6
-rw-r--r--translations/source/bo/svtools/source/dialogs.po6
-rw-r--r--translations/source/bo/svtools/source/filter.po6
-rw-r--r--translations/source/bo/svtools/source/java.po6
-rw-r--r--translations/source/bo/svtools/source/misc.po51
-rw-r--r--translations/source/bo/svtools/source/plugapp.po6
-rw-r--r--translations/source/bo/svtools/source/toolpanel.po6
-rw-r--r--translations/source/bo/svtools/workben/unodialog.po6
-rw-r--r--translations/source/bo/svx/inc.po8
-rw-r--r--translations/source/bo/svx/source/accessibility.po6
-rw-r--r--translations/source/bo/svx/source/dialog.po10
-rw-r--r--translations/source/bo/svx/source/engine3d.po6
-rw-r--r--translations/source/bo/svx/source/fmcomp.po6
-rw-r--r--translations/source/bo/svx/source/form.po6
-rw-r--r--translations/source/bo/svx/source/gallery2.po6
-rw-r--r--translations/source/bo/svx/source/items.po6
-rw-r--r--translations/source/bo/svx/source/src.po6
-rw-r--r--translations/source/bo/svx/source/stbctrls.po4
-rw-r--r--translations/source/bo/svx/source/svdraw.po6
-rw-r--r--translations/source/bo/svx/source/table.po6
-rw-r--r--translations/source/bo/svx/source/tbxctrls.po6
-rw-r--r--translations/source/bo/svx/source/toolbars.po6
-rw-r--r--translations/source/bo/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/bo/sw/source/core/layout.po4
-rw-r--r--translations/source/bo/sw/source/core/undo.po8
-rw-r--r--translations/source/bo/sw/source/core/unocore.po6
-rw-r--r--translations/source/bo/sw/source/ui/app.po22
-rw-r--r--translations/source/bo/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/bo/sw/source/ui/config.po2
-rw-r--r--translations/source/bo/sw/source/ui/dbui.po6
-rw-r--r--translations/source/bo/sw/source/ui/dialog.po14
-rw-r--r--translations/source/bo/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/bo/sw/source/ui/docvw.po22
-rw-r--r--translations/source/bo/sw/source/ui/envelp.po6
-rw-r--r--translations/source/bo/sw/source/ui/fldui.po6
-rw-r--r--translations/source/bo/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/bo/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/bo/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/bo/sw/source/ui/index.po11
-rw-r--r--translations/source/bo/sw/source/ui/lingu.po6
-rw-r--r--translations/source/bo/sw/source/ui/misc.po6
-rw-r--r--translations/source/bo/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/bo/sw/source/ui/shells.po14
-rw-r--r--translations/source/bo/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/bo/sw/source/ui/table.po12
-rw-r--r--translations/source/bo/sw/source/ui/uiview.po6
-rw-r--r--translations/source/bo/sw/source/ui/utlui.po22
-rw-r--r--translations/source/bo/sw/source/ui/web.po6
-rw-r--r--translations/source/bo/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/bo/swext/mediawiki/help.po10
-rw-r--r--translations/source/bo/swext/mediawiki/src.po6
-rw-r--r--translations/source/bo/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/bo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/bo/sysui/desktop/share.po6
-rw-r--r--translations/source/bo/uui/source.po6
-rw-r--r--translations/source/bo/vcl/source/src.po28
-rw-r--r--translations/source/bo/wizards/source/euro.po6
-rw-r--r--translations/source/bo/wizards/source/formwizard.po6
-rw-r--r--translations/source/bo/wizards/source/importwizard.po6
-rw-r--r--translations/source/bo/wizards/source/schedule.po6
-rw-r--r--translations/source/bo/wizards/source/template.po6
-rw-r--r--translations/source/bo/xmlsecurity/source/component.po6
-rw-r--r--translations/source/bo/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/br/accessibility/source/helper.po6
-rw-r--r--translations/source/br/avmedia/source/framework.po6
-rw-r--r--translations/source/br/avmedia/source/viewer.po6
-rw-r--r--translations/source/br/basctl/source/basicide.po6
-rw-r--r--translations/source/br/basctl/source/dlged.po6
-rw-r--r--translations/source/br/basic/source/classes.po6
-rw-r--r--translations/source/br/basic/source/sbx.po6
-rw-r--r--translations/source/br/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/br/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/br/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/br/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/br/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/br/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/br/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/br/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/br/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/br/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/br/connectivity/source/drivers/mozab.po6
-rw-r--r--translations/source/br/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/br/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/br/connectivity/source/drivers/postgresql.po14
-rw-r--r--translations/source/br/connectivity/source/resource.po6
-rw-r--r--translations/source/br/cui/source/customize.po6
-rw-r--r--translations/source/br/cui/source/dialogs.po6
-rw-r--r--translations/source/br/cui/source/options.po14
-rw-r--r--translations/source/br/cui/source/tabpages.po8
-rw-r--r--translations/source/br/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/br/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/br/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/br/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/br/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/br/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/br/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/br/dbaccess/source/ui/dlg.po6
-rw-r--r--translations/source/br/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/br/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/br/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/br/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/br/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/br/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/br/desktop/source/app.po6
-rw-r--r--translations/source/br/desktop/source/deployment/gui.po6
-rw-r--r--translations/source/br/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/br/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/br/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/br/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/br/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/br/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/br/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/br/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/br/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/br/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/br/dictionaries/af_ZA.po4
-rw-r--r--translations/source/br/dictionaries/an_ES.po4
-rw-r--r--translations/source/br/dictionaries/ar.po4
-rw-r--r--translations/source/br/dictionaries/be_BY.po4
-rw-r--r--translations/source/br/dictionaries/bg_BG.po4
-rw-r--r--translations/source/br/dictionaries/bn_BD.po4
-rw-r--r--translations/source/br/dictionaries/br_FR.po4
-rw-r--r--translations/source/br/dictionaries/ca.po4
-rw-r--r--translations/source/br/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/br/dictionaries/da_DK.po4
-rw-r--r--translations/source/br/dictionaries/de.po4
-rw-r--r--translations/source/br/dictionaries/el_GR.po4
-rw-r--r--translations/source/br/dictionaries/en.po4
-rw-r--r--translations/source/br/dictionaries/en/dialog.po4
-rw-r--r--translations/source/br/dictionaries/es_ES.po4
-rw-r--r--translations/source/br/dictionaries/et_EE.po4
-rw-r--r--translations/source/br/dictionaries/fr_FR.po4
-rw-r--r--translations/source/br/dictionaries/gd_GB.po4
-rw-r--r--translations/source/br/dictionaries/gl.po4
-rw-r--r--translations/source/br/dictionaries/gu_IN.po4
-rw-r--r--translations/source/br/dictionaries/he_IL.po4
-rw-r--r--translations/source/br/dictionaries/hi_IN.po4
-rw-r--r--translations/source/br/dictionaries/hr_HR.po4
-rw-r--r--translations/source/br/dictionaries/hu_HU.po4
-rw-r--r--translations/source/br/dictionaries/hu_HU/dialog.po4
-rw-r--r--translations/source/br/dictionaries/it_IT.po4
-rw-r--r--translations/source/br/dictionaries/ku_TR.po4
-rw-r--r--translations/source/br/dictionaries/lt_LT.po4
-rw-r--r--translations/source/br/dictionaries/lv_LV.po4
-rw-r--r--translations/source/br/dictionaries/ne_NP.po4
-rw-r--r--translations/source/br/dictionaries/nl_NL.po4
-rw-r--r--translations/source/br/dictionaries/no.po4
-rw-r--r--translations/source/br/dictionaries/oc_FR.po4
-rw-r--r--translations/source/br/dictionaries/pl_PL.po4
-rw-r--r--translations/source/br/dictionaries/pt_BR.po4
-rw-r--r--translations/source/br/dictionaries/pt_PT.po4
-rw-r--r--translations/source/br/dictionaries/ro.po4
-rw-r--r--translations/source/br/dictionaries/ru_RU.po4
-rw-r--r--translations/source/br/dictionaries/ru_RU/dialog.po4
-rw-r--r--translations/source/br/dictionaries/si_LK.po4
-rw-r--r--translations/source/br/dictionaries/sk_SK.po4
-rw-r--r--translations/source/br/dictionaries/sl_SI.po4
-rw-r--r--translations/source/br/dictionaries/sr.po4
-rw-r--r--translations/source/br/dictionaries/sv_SE.po4
-rw-r--r--translations/source/br/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/br/dictionaries/te_IN.po4
-rw-r--r--translations/source/br/dictionaries/th_TH.po4
-rw-r--r--translations/source/br/dictionaries/uk_UA.po4
-rw-r--r--translations/source/br/dictionaries/vi.po4
-rw-r--r--translations/source/br/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/br/editeng/source/accessibility.po6
-rw-r--r--translations/source/br/editeng/source/editeng.po6
-rw-r--r--translations/source/br/editeng/source/items.po6
-rw-r--r--translations/source/br/editeng/source/misc.po6
-rw-r--r--translations/source/br/editeng/source/outliner.po6
-rw-r--r--translations/source/br/extensions/source/abpilot.po6
-rw-r--r--translations/source/br/extensions/source/bibliography.po6
-rw-r--r--translations/source/br/extensions/source/dbpilots.po6
-rw-r--r--translations/source/br/extensions/source/propctrlr.po6
-rw-r--r--translations/source/br/extensions/source/scanner.po6
-rw-r--r--translations/source/br/extensions/source/update/check.po6
-rw-r--r--translations/source/br/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/br/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/br/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/br/filter/source/flash.po6
-rw-r--r--translations/source/br/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/br/filter/source/pdf.po6
-rw-r--r--translations/source/br/filter/source/t602.po6
-rw-r--r--translations/source/br/filter/source/xsltdialog.po6
-rw-r--r--translations/source/br/forms/source/resource.po6
-rw-r--r--translations/source/br/formula/source/core/resource.po6
-rw-r--r--translations/source/br/formula/source/ui/dlg.po6
-rw-r--r--translations/source/br/fpicker/source/office.po6
-rw-r--r--translations/source/br/framework/source/classes.po6
-rw-r--r--translations/source/br/framework/source/services.po6
-rw-r--r--translations/source/br/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--translations/source/br/mysqlc/source.po6
-rw-r--r--translations/source/br/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/br/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po4
-rw-r--r--translations/source/br/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/br/nlpsolver/src/locale.po4
-rw-r--r--translations/source/br/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/br/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--translations/source/br/padmin/source.po6
-rw-r--r--translations/source/br/readlicense_oo/docs/readme.po24
-rw-r--r--translations/source/br/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/br/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/br/reportbuilder/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--translations/source/br/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/br/reportbuilder/util.po4
-rw-r--r--translations/source/br/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/br/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/br/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/br/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/br/sc/source/core/src.po6
-rw-r--r--translations/source/br/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/br/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/br/sc/source/ui/docshell.po6
-rw-r--r--translations/source/br/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/br/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/br/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/br/sc/source/ui/navipi.po6
-rw-r--r--translations/source/br/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/br/sc/source/ui/src.po6
-rw-r--r--translations/source/br/sc/source/ui/styleui.po6
-rw-r--r--translations/source/br/scaddins/source/analysis.po6
-rw-r--r--translations/source/br/scaddins/source/datefunc.po6
-rw-r--r--translations/source/br/sccomp/source/solver.po6
-rw-r--r--translations/source/br/scp2/source/accessories.po6
-rw-r--r--translations/source/br/scp2/source/activex.po6
-rw-r--r--translations/source/br/scp2/source/base.po18
-rw-r--r--translations/source/br/scp2/source/binfilter.po6
-rw-r--r--translations/source/br/scp2/source/calc.po6
-rw-r--r--translations/source/br/scp2/source/draw.po6
-rw-r--r--translations/source/br/scp2/source/extensions.po16
-rw-r--r--translations/source/br/scp2/source/gnome.po6
-rw-r--r--translations/source/br/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/br/scp2/source/impress.po6
-rw-r--r--translations/source/br/scp2/source/javafilter.po6
-rw-r--r--translations/source/br/scp2/source/kde.po6
-rw-r--r--translations/source/br/scp2/source/math.po6
-rw-r--r--translations/source/br/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/br/scp2/source/ooo.po6
-rw-r--r--translations/source/br/scp2/source/python.po6
-rw-r--r--translations/source/br/scp2/source/quickstart.po6
-rw-r--r--translations/source/br/scp2/source/sdkoo.po6
-rw-r--r--translations/source/br/scp2/source/smoketest.po4
-rw-r--r--translations/source/br/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/br/scp2/source/writer.po6
-rw-r--r--translations/source/br/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/br/scripting/source/pyprov.po4
-rw-r--r--translations/source/br/sd/source/core.po6
-rw-r--r--translations/source/br/sd/source/filter/html.po6
-rw-r--r--translations/source/br/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/br/sd/source/ui/animations.po6
-rw-r--r--translations/source/br/sd/source/ui/annotations.po6
-rw-r--r--translations/source/br/sd/source/ui/app.po6
-rw-r--r--translations/source/br/sd/source/ui/dlg.po6
-rw-r--r--translations/source/br/sd/source/ui/notes.po6
-rw-r--r--translations/source/br/sd/source/ui/slideshow.po6
-rw-r--r--translations/source/br/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/br/sd/source/ui/table.po6
-rw-r--r--translations/source/br/sd/source/ui/view.po6
-rw-r--r--translations/source/br/sdext/source/minimizer.po4
-rw-r--r--translations/source/br/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/br/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/br/sdext/source/pdfimport.po4
-rw-r--r--translations/source/br/sdext/source/presenter.po4
-rw-r--r--translations/source/br/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/br/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/br/setup_native/source/mac.po6
-rw-r--r--translations/source/br/sfx2/source/appl.po6
-rw-r--r--translations/source/br/sfx2/source/bastyp.po6
-rw-r--r--translations/source/br/sfx2/source/dialog.po6
-rw-r--r--translations/source/br/sfx2/source/doc.po6
-rw-r--r--translations/source/br/sfx2/source/menu.po6
-rw-r--r--translations/source/br/sfx2/source/view.po6
-rw-r--r--translations/source/br/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/br/starmath/source.po6
-rw-r--r--translations/source/br/svl/source/items.po6
-rw-r--r--translations/source/br/svl/source/misc.po6
-rw-r--r--translations/source/br/svtools/source/contnr.po6
-rw-r--r--translations/source/br/svtools/source/control.po6
-rw-r--r--translations/source/br/svtools/source/dialogs.po6
-rw-r--r--translations/source/br/svtools/source/filter.po6
-rw-r--r--translations/source/br/svtools/source/java.po6
-rw-r--r--translations/source/br/svtools/source/misc.po6
-rw-r--r--translations/source/br/svtools/source/plugapp.po6
-rw-r--r--translations/source/br/svtools/source/toolpanel.po6
-rw-r--r--translations/source/br/svtools/workben/unodialog.po6
-rw-r--r--translations/source/br/svx/inc.po6
-rw-r--r--translations/source/br/svx/source/accessibility.po6
-rw-r--r--translations/source/br/svx/source/dialog.po6
-rw-r--r--translations/source/br/svx/source/engine3d.po6
-rw-r--r--translations/source/br/svx/source/fmcomp.po6
-rw-r--r--translations/source/br/svx/source/form.po6
-rw-r--r--translations/source/br/svx/source/gallery2.po6
-rw-r--r--translations/source/br/svx/source/items.po6
-rw-r--r--translations/source/br/svx/source/src.po6
-rw-r--r--translations/source/br/svx/source/stbctrls.po8
-rw-r--r--translations/source/br/svx/source/svdraw.po6
-rw-r--r--translations/source/br/svx/source/table.po6
-rw-r--r--translations/source/br/svx/source/tbxctrls.po6
-rw-r--r--translations/source/br/svx/source/toolbars.po6
-rw-r--r--translations/source/br/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/br/sw/source/core/layout.po4
-rw-r--r--translations/source/br/sw/source/core/undo.po6
-rw-r--r--translations/source/br/sw/source/core/unocore.po6
-rw-r--r--translations/source/br/sw/source/ui/app.po6
-rw-r--r--translations/source/br/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/br/sw/source/ui/config.po2
-rw-r--r--translations/source/br/sw/source/ui/dbui.po6
-rw-r--r--translations/source/br/sw/source/ui/dialog.po6
-rw-r--r--translations/source/br/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/br/sw/source/ui/docvw.po6
-rw-r--r--translations/source/br/sw/source/ui/envelp.po6
-rw-r--r--translations/source/br/sw/source/ui/fldui.po6
-rw-r--r--translations/source/br/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/br/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/br/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/br/sw/source/ui/index.po6
-rw-r--r--translations/source/br/sw/source/ui/lingu.po6
-rw-r--r--translations/source/br/sw/source/ui/misc.po6
-rw-r--r--translations/source/br/sw/source/ui/ribbar.po6
-rw-r--r--translations/source/br/sw/source/ui/shells.po6
-rw-r--r--translations/source/br/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/br/sw/source/ui/table.po6
-rw-r--r--translations/source/br/sw/source/ui/uiview.po6
-rw-r--r--translations/source/br/sw/source/ui/utlui.po8
-rw-r--r--translations/source/br/sw/source/ui/web.po6
-rw-r--r--translations/source/br/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/br/swext/mediawiki/help.po6
-rw-r--r--translations/source/br/swext/mediawiki/src.po6
-rw-r--r--translations/source/br/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/br/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/br/sysui/desktop/share.po6
-rw-r--r--translations/source/br/uui/source.po6
-rw-r--r--translations/source/br/vcl/source/src.po6
-rw-r--r--translations/source/br/wizards/source/euro.po6
-rw-r--r--translations/source/br/wizards/source/formwizard.po6
-rw-r--r--translations/source/br/wizards/source/importwizard.po6
-rw-r--r--translations/source/br/wizards/source/schedule.po6
-rw-r--r--translations/source/br/wizards/source/template.po6
-rw-r--r--translations/source/br/xmlsecurity/source/component.po6
-rw-r--r--translations/source/br/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/brx/accessibility/source/helper.po6
-rw-r--r--translations/source/brx/avmedia/source/framework.po6
-rw-r--r--translations/source/brx/avmedia/source/viewer.po6
-rw-r--r--translations/source/brx/basctl/source/basicide.po6
-rw-r--r--translations/source/brx/basctl/source/dlged.po6
-rw-r--r--translations/source/brx/basic/source/classes.po6
-rw-r--r--translations/source/brx/basic/source/sbx.po6
-rw-r--r--translations/source/brx/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/brx/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/brx/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/brx/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/brx/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/brx/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/brx/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/brx/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/brx/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/brx/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/brx/connectivity/source/drivers/mozab.po10
-rw-r--r--translations/source/brx/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/brx/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/brx/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/brx/connectivity/source/resource.po6
-rw-r--r--translations/source/brx/cui/source/customize.po6
-rw-r--r--translations/source/brx/cui/source/dialogs.po52
-rw-r--r--translations/source/brx/cui/source/options.po8
-rw-r--r--translations/source/brx/cui/source/tabpages.po122
-rw-r--r--translations/source/brx/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/brx/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/brx/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/brx/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/brx/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/brx/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/brx/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/brx/dbaccess/source/ui/dlg.po8
-rw-r--r--translations/source/brx/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/brx/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/brx/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/brx/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/brx/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/brx/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/brx/desktop/source/app.po10
-rw-r--r--translations/source/brx/desktop/source/deployment/gui.po6
-rw-r--r--translations/source/brx/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/brx/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/brx/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/brx/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/brx/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/brx/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/brx/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/brx/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/brx/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/brx/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/brx/dictionaries/af_ZA.po4
-rw-r--r--translations/source/brx/dictionaries/an_ES.po4
-rw-r--r--translations/source/brx/dictionaries/ar.po4
-rw-r--r--translations/source/brx/dictionaries/be_BY.po4
-rw-r--r--translations/source/brx/dictionaries/bg_BG.po4
-rw-r--r--translations/source/brx/dictionaries/bn_BD.po4
-rw-r--r--translations/source/brx/dictionaries/br_FR.po4
-rw-r--r--translations/source/brx/dictionaries/ca.po4
-rw-r--r--translations/source/brx/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/brx/dictionaries/da_DK.po4
-rw-r--r--translations/source/brx/dictionaries/de.po4
-rw-r--r--translations/source/brx/dictionaries/el_GR.po4
-rw-r--r--translations/source/brx/dictionaries/en.po4
-rw-r--r--translations/source/brx/dictionaries/en/dialog.po14
-rw-r--r--translations/source/brx/dictionaries/es_ES.po4
-rw-r--r--translations/source/brx/dictionaries/et_EE.po4
-rw-r--r--translations/source/brx/dictionaries/fr_FR.po4
-rw-r--r--translations/source/brx/dictionaries/gd_GB.po4
-rw-r--r--translations/source/brx/dictionaries/gl.po4
-rw-r--r--translations/source/brx/dictionaries/gu_IN.po4
-rw-r--r--translations/source/brx/dictionaries/he_IL.po4
-rw-r--r--translations/source/brx/dictionaries/hi_IN.po4
-rw-r--r--translations/source/brx/dictionaries/hr_HR.po4
-rw-r--r--translations/source/brx/dictionaries/hu_HU.po4
-rw-r--r--translations/source/brx/dictionaries/hu_HU/dialog.po12
-rw-r--r--translations/source/brx/dictionaries/it_IT.po4
-rw-r--r--translations/source/brx/dictionaries/ku_TR.po4
-rw-r--r--translations/source/brx/dictionaries/lt_LT.po4
-rw-r--r--translations/source/brx/dictionaries/lv_LV.po4
-rw-r--r--translations/source/brx/dictionaries/ne_NP.po4
-rw-r--r--translations/source/brx/dictionaries/nl_NL.po4
-rw-r--r--translations/source/brx/dictionaries/no.po4
-rw-r--r--translations/source/brx/dictionaries/oc_FR.po4
-rw-r--r--translations/source/brx/dictionaries/pl_PL.po4
-rw-r--r--translations/source/brx/dictionaries/pt_BR.po4
-rw-r--r--translations/source/brx/dictionaries/pt_PT.po4
-rw-r--r--translations/source/brx/dictionaries/ro.po4
-rw-r--r--translations/source/brx/dictionaries/ru_RU.po6
-rw-r--r--translations/source/brx/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/brx/dictionaries/si_LK.po4
-rw-r--r--translations/source/brx/dictionaries/sk_SK.po4
-rw-r--r--translations/source/brx/dictionaries/sl_SI.po4
-rw-r--r--translations/source/brx/dictionaries/sr.po4
-rw-r--r--translations/source/brx/dictionaries/sv_SE.po4
-rw-r--r--translations/source/brx/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/brx/dictionaries/te_IN.po4
-rw-r--r--translations/source/brx/dictionaries/th_TH.po4
-rw-r--r--translations/source/brx/dictionaries/uk_UA.po4
-rw-r--r--translations/source/brx/dictionaries/vi.po4
-rw-r--r--translations/source/brx/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/brx/editeng/source/accessibility.po6
-rw-r--r--translations/source/brx/editeng/source/editeng.po8
-rw-r--r--translations/source/brx/editeng/source/items.po30
-rw-r--r--translations/source/brx/editeng/source/misc.po6
-rw-r--r--translations/source/brx/editeng/source/outliner.po6
-rw-r--r--translations/source/brx/extensions/source/abpilot.po10
-rw-r--r--translations/source/brx/extensions/source/bibliography.po6
-rw-r--r--translations/source/brx/extensions/source/dbpilots.po6
-rw-r--r--translations/source/brx/extensions/source/propctrlr.po6
-rw-r--r--translations/source/brx/extensions/source/scanner.po8
-rw-r--r--translations/source/brx/extensions/source/update/check.po6
-rw-r--r--translations/source/brx/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/brx/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/brx/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/brx/filter/source/flash.po6
-rw-r--r--translations/source/brx/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/brx/filter/source/pdf.po10
-rw-r--r--translations/source/brx/filter/source/t602.po6
-rw-r--r--translations/source/brx/filter/source/xsltdialog.po6
-rw-r--r--translations/source/brx/forms/source/resource.po6
-rw-r--r--translations/source/brx/formula/source/core/resource.po6
-rw-r--r--translations/source/brx/formula/source/ui/dlg.po6
-rw-r--r--translations/source/brx/fpicker/source/office.po6
-rw-r--r--translations/source/brx/framework/source/classes.po6
-rw-r--r--translations/source/brx/framework/source/services.po6
-rw-r--r--translations/source/brx/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--translations/source/brx/mysqlc/source.po6
-rw-r--r--translations/source/brx/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/brx/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po4
-rw-r--r--translations/source/brx/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/brx/nlpsolver/src/locale.po18
-rw-r--r--translations/source/brx/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/brx/officecfg/registry/data/org/openoffice/Office/UI.po30
-rw-r--r--translations/source/brx/padmin/source.po6
-rw-r--r--translations/source/brx/readlicense_oo/docs/readme.po34
-rw-r--r--translations/source/brx/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/brx/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/brx/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/brx/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/brx/reportbuilder/util.po4
-rw-r--r--translations/source/brx/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/brx/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/brx/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/brx/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/brx/sc/source/core/src.po6
-rw-r--r--translations/source/brx/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/brx/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/brx/sc/source/ui/docshell.po6
-rw-r--r--translations/source/brx/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/brx/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/brx/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/brx/sc/source/ui/navipi.po6
-rw-r--r--translations/source/brx/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/brx/sc/source/ui/src.po33
-rw-r--r--translations/source/brx/sc/source/ui/styleui.po8
-rw-r--r--translations/source/brx/scaddins/source/analysis.po6
-rw-r--r--translations/source/brx/scaddins/source/datefunc.po6
-rw-r--r--translations/source/brx/sccomp/source/solver.po6
-rw-r--r--translations/source/brx/scp2/source/accessories.po6
-rw-r--r--translations/source/brx/scp2/source/activex.po6
-rw-r--r--translations/source/brx/scp2/source/base.po16
-rw-r--r--translations/source/brx/scp2/source/binfilter.po6
-rw-r--r--translations/source/brx/scp2/source/calc.po6
-rw-r--r--translations/source/brx/scp2/source/draw.po6
-rw-r--r--translations/source/brx/scp2/source/extensions.po988
-rw-r--r--translations/source/brx/scp2/source/gnome.po6
-rw-r--r--translations/source/brx/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/brx/scp2/source/impress.po6
-rw-r--r--translations/source/brx/scp2/source/javafilter.po6
-rw-r--r--translations/source/brx/scp2/source/kde.po6
-rw-r--r--translations/source/brx/scp2/source/math.po6
-rw-r--r--translations/source/brx/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/brx/scp2/source/ooo.po6
-rw-r--r--translations/source/brx/scp2/source/python.po6
-rw-r--r--translations/source/brx/scp2/source/quickstart.po6
-rw-r--r--translations/source/brx/scp2/source/sdkoo.po6
-rw-r--r--translations/source/brx/scp2/source/smoketest.po4
-rw-r--r--translations/source/brx/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/brx/scp2/source/writer.po6
-rw-r--r--translations/source/brx/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/brx/scripting/source/pyprov.po4
-rw-r--r--translations/source/brx/sd/source/core.po10
-rw-r--r--translations/source/brx/sd/source/filter/html.po6
-rw-r--r--translations/source/brx/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/brx/sd/source/ui/animations.po6
-rw-r--r--translations/source/brx/sd/source/ui/annotations.po6
-rw-r--r--translations/source/brx/sd/source/ui/app.po8
-rw-r--r--translations/source/brx/sd/source/ui/dlg.po6
-rw-r--r--translations/source/brx/sd/source/ui/notes.po6
-rw-r--r--translations/source/brx/sd/source/ui/slideshow.po8
-rw-r--r--translations/source/brx/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/brx/sd/source/ui/table.po6
-rw-r--r--translations/source/brx/sd/source/ui/view.po6
-rw-r--r--translations/source/brx/sdext/source/minimizer.po4
-rw-r--r--translations/source/brx/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/brx/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/brx/sdext/source/pdfimport.po4
-rw-r--r--translations/source/brx/sdext/source/presenter.po4
-rw-r--r--translations/source/brx/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/brx/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/brx/setup_native/source/mac.po6
-rw-r--r--translations/source/brx/sfx2/source/appl.po6
-rw-r--r--translations/source/brx/sfx2/source/bastyp.po6
-rw-r--r--translations/source/brx/sfx2/source/dialog.po12
-rw-r--r--translations/source/brx/sfx2/source/doc.po14
-rw-r--r--translations/source/brx/sfx2/source/menu.po6
-rw-r--r--translations/source/brx/sfx2/source/view.po6
-rw-r--r--translations/source/brx/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/brx/starmath/source.po6
-rw-r--r--translations/source/brx/svl/source/items.po6
-rw-r--r--translations/source/brx/svl/source/misc.po6
-rw-r--r--translations/source/brx/svtools/source/contnr.po6
-rw-r--r--translations/source/brx/svtools/source/control.po6
-rw-r--r--translations/source/brx/svtools/source/dialogs.po6
-rw-r--r--translations/source/brx/svtools/source/filter.po6
-rw-r--r--translations/source/brx/svtools/source/java.po6
-rw-r--r--translations/source/brx/svtools/source/misc.po19
-rw-r--r--translations/source/brx/svtools/source/plugapp.po6
-rw-r--r--translations/source/brx/svtools/source/toolpanel.po6
-rw-r--r--translations/source/brx/svtools/workben/unodialog.po6
-rw-r--r--translations/source/brx/svx/inc.po8
-rw-r--r--translations/source/brx/svx/source/accessibility.po6
-rw-r--r--translations/source/brx/svx/source/dialog.po8
-rw-r--r--translations/source/brx/svx/source/engine3d.po6
-rw-r--r--translations/source/brx/svx/source/fmcomp.po6
-rw-r--r--translations/source/brx/svx/source/form.po6
-rw-r--r--translations/source/brx/svx/source/gallery2.po6
-rw-r--r--translations/source/brx/svx/source/items.po6
-rw-r--r--translations/source/brx/svx/source/src.po6
-rw-r--r--translations/source/brx/svx/source/stbctrls.po4
-rw-r--r--translations/source/brx/svx/source/svdraw.po6
-rw-r--r--translations/source/brx/svx/source/table.po6
-rw-r--r--translations/source/brx/svx/source/tbxctrls.po6
-rw-r--r--translations/source/brx/svx/source/toolbars.po6
-rw-r--r--translations/source/brx/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/brx/sw/source/core/layout.po4
-rw-r--r--translations/source/brx/sw/source/core/undo.po8
-rw-r--r--translations/source/brx/sw/source/core/unocore.po6
-rw-r--r--translations/source/brx/sw/source/ui/app.po22
-rw-r--r--translations/source/brx/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/brx/sw/source/ui/config.po2
-rw-r--r--translations/source/brx/sw/source/ui/dbui.po6
-rw-r--r--translations/source/brx/sw/source/ui/dialog.po10
-rw-r--r--translations/source/brx/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/brx/sw/source/ui/docvw.po22
-rw-r--r--translations/source/brx/sw/source/ui/envelp.po6
-rw-r--r--translations/source/brx/sw/source/ui/fldui.po6
-rw-r--r--translations/source/brx/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/brx/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/brx/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/brx/sw/source/ui/index.po13
-rw-r--r--translations/source/brx/sw/source/ui/lingu.po6
-rw-r--r--translations/source/brx/sw/source/ui/misc.po6
-rw-r--r--translations/source/brx/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/brx/sw/source/ui/shells.po6
-rw-r--r--translations/source/brx/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/brx/sw/source/ui/table.po16
-rw-r--r--translations/source/brx/sw/source/ui/uiview.po6
-rw-r--r--translations/source/brx/sw/source/ui/utlui.po22
-rw-r--r--translations/source/brx/sw/source/ui/web.po6
-rw-r--r--translations/source/brx/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/brx/swext/mediawiki/help.po6
-rw-r--r--translations/source/brx/swext/mediawiki/src.po6
-rw-r--r--translations/source/brx/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/brx/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/brx/sysui/desktop/share.po6
-rw-r--r--translations/source/brx/uui/source.po6
-rw-r--r--translations/source/brx/vcl/source/src.po30
-rw-r--r--translations/source/brx/wizards/source/euro.po6
-rw-r--r--translations/source/brx/wizards/source/formwizard.po6
-rw-r--r--translations/source/brx/wizards/source/importwizard.po6
-rw-r--r--translations/source/brx/wizards/source/schedule.po6
-rw-r--r--translations/source/brx/wizards/source/template.po6
-rw-r--r--translations/source/brx/xmlsecurity/source/component.po6
-rw-r--r--translations/source/brx/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/bs/accessibility/source/helper.po6
-rw-r--r--translations/source/bs/avmedia/source/framework.po6
-rw-r--r--translations/source/bs/avmedia/source/viewer.po6
-rw-r--r--translations/source/bs/basctl/source/basicide.po6
-rw-r--r--translations/source/bs/basctl/source/dlged.po6
-rw-r--r--translations/source/bs/basic/source/classes.po6
-rw-r--r--translations/source/bs/basic/source/sbx.po6
-rw-r--r--translations/source/bs/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/bs/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/bs/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/bs/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/bs/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/bs/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/bs/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/bs/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/bs/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/bs/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/bs/connectivity/source/drivers/mozab.po16
-rw-r--r--translations/source/bs/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/bs/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/bs/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/bs/connectivity/source/resource.po6
-rw-r--r--translations/source/bs/cui/source/customize.po6
-rw-r--r--translations/source/bs/cui/source/dialogs.po42
-rw-r--r--translations/source/bs/cui/source/options.po27
-rw-r--r--translations/source/bs/cui/source/tabpages.po153
-rw-r--r--translations/source/bs/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/bs/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/bs/dbaccess/source/ext/macromigration.po8
-rw-r--r--translations/source/bs/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/bs/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/bs/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/bs/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/bs/dbaccess/source/ui/dlg.po15
-rw-r--r--translations/source/bs/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/bs/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/bs/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/bs/dbaccess/source/ui/relationdesign.po8
-rw-r--r--translations/source/bs/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/bs/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/bs/desktop/source/app.po10
-rw-r--r--translations/source/bs/desktop/source/deployment/gui.po32
-rw-r--r--translations/source/bs/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/bs/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/bs/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/bs/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/bs/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/bs/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/bs/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/bs/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/bs/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/bs/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/bs/dictionaries/af_ZA.po4
-rw-r--r--translations/source/bs/dictionaries/an_ES.po19
-rw-r--r--translations/source/bs/dictionaries/ar.po4
-rw-r--r--translations/source/bs/dictionaries/be_BY.po4
-rw-r--r--translations/source/bs/dictionaries/bg_BG.po4
-rw-r--r--translations/source/bs/dictionaries/bn_BD.po4
-rw-r--r--translations/source/bs/dictionaries/br_FR.po4
-rw-r--r--translations/source/bs/dictionaries/ca.po4
-rw-r--r--translations/source/bs/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/bs/dictionaries/da_DK.po4
-rw-r--r--translations/source/bs/dictionaries/de.po4
-rw-r--r--translations/source/bs/dictionaries/el_GR.po4
-rw-r--r--translations/source/bs/dictionaries/en.po6
-rw-r--r--translations/source/bs/dictionaries/en/dialog.po171
-rw-r--r--translations/source/bs/dictionaries/es_ES.po6
-rw-r--r--translations/source/bs/dictionaries/et_EE.po4
-rw-r--r--translations/source/bs/dictionaries/fr_FR.po4
-rw-r--r--translations/source/bs/dictionaries/gd_GB.po4
-rw-r--r--translations/source/bs/dictionaries/gl.po4
-rw-r--r--translations/source/bs/dictionaries/gu_IN.po4
-rw-r--r--translations/source/bs/dictionaries/he_IL.po4
-rw-r--r--translations/source/bs/dictionaries/hi_IN.po4
-rw-r--r--translations/source/bs/dictionaries/hr_HR.po4
-rw-r--r--translations/source/bs/dictionaries/hu_HU.po6
-rw-r--r--translations/source/bs/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/bs/dictionaries/it_IT.po4
-rw-r--r--translations/source/bs/dictionaries/ku_TR.po4
-rw-r--r--translations/source/bs/dictionaries/lt_LT.po4
-rw-r--r--translations/source/bs/dictionaries/lv_LV.po4
-rw-r--r--translations/source/bs/dictionaries/ne_NP.po4
-rw-r--r--translations/source/bs/dictionaries/nl_NL.po4
-rw-r--r--translations/source/bs/dictionaries/no.po4
-rw-r--r--translations/source/bs/dictionaries/oc_FR.po4
-rw-r--r--translations/source/bs/dictionaries/pl_PL.po4
-rw-r--r--translations/source/bs/dictionaries/pt_BR.po4
-rw-r--r--translations/source/bs/dictionaries/pt_PT.po4
-rw-r--r--translations/source/bs/dictionaries/ro.po4
-rw-r--r--translations/source/bs/dictionaries/ru_RU.po6
-rw-r--r--translations/source/bs/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/bs/dictionaries/si_LK.po19
-rw-r--r--translations/source/bs/dictionaries/sk_SK.po4
-rw-r--r--translations/source/bs/dictionaries/sl_SI.po4
-rw-r--r--translations/source/bs/dictionaries/sr.po4
-rw-r--r--translations/source/bs/dictionaries/sv_SE.po4
-rw-r--r--translations/source/bs/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/bs/dictionaries/te_IN.po4
-rw-r--r--translations/source/bs/dictionaries/th_TH.po6
-rw-r--r--translations/source/bs/dictionaries/uk_UA.po4
-rw-r--r--translations/source/bs/dictionaries/vi.po4
-rw-r--r--translations/source/bs/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/bs/editeng/source/accessibility.po6
-rw-r--r--translations/source/bs/editeng/source/editeng.po8
-rw-r--r--translations/source/bs/editeng/source/items.po30
-rw-r--r--translations/source/bs/editeng/source/misc.po6
-rw-r--r--translations/source/bs/editeng/source/outliner.po6
-rw-r--r--translations/source/bs/extensions/source/abpilot.po10
-rw-r--r--translations/source/bs/extensions/source/bibliography.po6
-rw-r--r--translations/source/bs/extensions/source/dbpilots.po6
-rw-r--r--translations/source/bs/extensions/source/propctrlr.po6
-rw-r--r--translations/source/bs/extensions/source/scanner.po6
-rw-r--r--translations/source/bs/extensions/source/update/check.po6
-rw-r--r--translations/source/bs/filter/source/config/fragments/filters.po14
-rw-r--r--translations/source/bs/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/bs/filter/source/config/fragments/types.po10
-rw-r--r--translations/source/bs/filter/source/flash.po6
-rw-r--r--translations/source/bs/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/bs/filter/source/pdf.po15
-rw-r--r--translations/source/bs/filter/source/t602.po6
-rw-r--r--translations/source/bs/filter/source/xsltdialog.po6
-rw-r--r--translations/source/bs/forms/source/resource.po6
-rw-r--r--translations/source/bs/formula/source/core/resource.po22
-rw-r--r--translations/source/bs/formula/source/ui/dlg.po6
-rw-r--r--translations/source/bs/fpicker/source/office.po6
-rw-r--r--translations/source/bs/framework/source/classes.po6
-rw-r--r--translations/source/bs/framework/source/services.po6
-rw-r--r--translations/source/bs/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/bs/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--translations/source/bs/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/bs/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/bs/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/bs/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/bs/helpcontent2/source/text/scalc/01.po8
-rw-r--r--translations/source/bs/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/bs/helpcontent2/source/text/scalc/04.po36
-rw-r--r--translations/source/bs/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/bs/helpcontent2/source/text/scalc/guide.po44
-rw-r--r--translations/source/bs/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/bs/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/bs/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/bs/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/bs/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/bs/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/bs/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/bs/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/bs/helpcontent2/source/text/sdraw/04.po7
-rw-r--r--translations/source/bs/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/bs/helpcontent2/source/text/shared.po2
-rw-r--r--translations/source/bs/helpcontent2/source/text/shared/00.po6
-rw-r--r--translations/source/bs/helpcontent2/source/text/shared/01.po16
-rw-r--r--translations/source/bs/helpcontent2/source/text/shared/02.po12
-rw-r--r--translations/source/bs/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/bs/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/bs/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/bs/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/bs/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/bs/helpcontent2/source/text/shared/explorer/database.po15
-rw-r--r--translations/source/bs/helpcontent2/source/text/shared/guide.po128
-rw-r--r--translations/source/bs/helpcontent2/source/text/shared/optionen.po82
-rw-r--r--translations/source/bs/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/bs/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/bs/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/bs/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/bs/helpcontent2/source/text/simpress/04.po22
-rw-r--r--translations/source/bs/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/bs/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/bs/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/bs/helpcontent2/source/text/smath/01.po26
-rw-r--r--translations/source/bs/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/bs/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/bs/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/bs/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/bs/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/bs/helpcontent2/source/text/swriter/01.po34
-rw-r--r--translations/source/bs/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/bs/helpcontent2/source/text/swriter/04.po12
-rw-r--r--translations/source/bs/helpcontent2/source/text/swriter/guide.po53
-rw-r--r--translations/source/bs/instsetoo_native/inc_openoffice/windows/msi_languages.po68
-rw-r--r--translations/source/bs/mysqlc/source.po6
-rw-r--r--translations/source/bs/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/bs/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/bs/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/bs/nlpsolver/src/locale.po179
-rw-r--r--translations/source/bs/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/bs/officecfg/registry/data/org/openoffice/Office/UI.po57
-rw-r--r--translations/source/bs/padmin/source.po6
-rw-r--r--translations/source/bs/readlicense_oo/docs/readme.po39
-rw-r--r--translations/source/bs/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/bs/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/bs/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/bs/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/bs/reportbuilder/util.po4
-rw-r--r--translations/source/bs/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/bs/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/bs/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/bs/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/bs/sc/source/core/src.po6
-rw-r--r--translations/source/bs/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/bs/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/bs/sc/source/ui/docshell.po6
-rw-r--r--translations/source/bs/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/bs/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/bs/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/bs/sc/source/ui/navipi.po8
-rw-r--r--translations/source/bs/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/bs/sc/source/ui/src.po142
-rw-r--r--translations/source/bs/sc/source/ui/styleui.po8
-rw-r--r--translations/source/bs/scaddins/source/analysis.po6
-rw-r--r--translations/source/bs/scaddins/source/datefunc.po6
-rw-r--r--translations/source/bs/sccomp/source/solver.po6
-rw-r--r--translations/source/bs/scp2/source/accessories.po6
-rw-r--r--translations/source/bs/scp2/source/activex.po6
-rw-r--r--translations/source/bs/scp2/source/base.po16
-rw-r--r--translations/source/bs/scp2/source/binfilter.po6
-rw-r--r--translations/source/bs/scp2/source/calc.po6
-rw-r--r--translations/source/bs/scp2/source/draw.po6
-rw-r--r--translations/source/bs/scp2/source/extensions.po2202
-rw-r--r--translations/source/bs/scp2/source/gnome.po6
-rw-r--r--translations/source/bs/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/bs/scp2/source/impress.po6
-rw-r--r--translations/source/bs/scp2/source/javafilter.po6
-rw-r--r--translations/source/bs/scp2/source/kde.po6
-rw-r--r--translations/source/bs/scp2/source/math.po6
-rw-r--r--translations/source/bs/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/bs/scp2/source/ooo.po38
-rw-r--r--translations/source/bs/scp2/source/python.po6
-rw-r--r--translations/source/bs/scp2/source/quickstart.po6
-rw-r--r--translations/source/bs/scp2/source/sdkoo.po6
-rw-r--r--translations/source/bs/scp2/source/smoketest.po23
-rw-r--r--translations/source/bs/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/bs/scp2/source/writer.po6
-rw-r--r--translations/source/bs/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/bs/scripting/source/pyprov.po4
-rw-r--r--translations/source/bs/sd/source/core.po43
-rw-r--r--translations/source/bs/sd/source/filter/html.po6
-rw-r--r--translations/source/bs/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/bs/sd/source/ui/animations.po6
-rw-r--r--translations/source/bs/sd/source/ui/annotations.po6
-rw-r--r--translations/source/bs/sd/source/ui/app.po8
-rw-r--r--translations/source/bs/sd/source/ui/dlg.po6
-rw-r--r--translations/source/bs/sd/source/ui/notes.po6
-rw-r--r--translations/source/bs/sd/source/ui/slideshow.po17
-rw-r--r--translations/source/bs/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/bs/sd/source/ui/table.po6
-rw-r--r--translations/source/bs/sd/source/ui/view.po6
-rw-r--r--translations/source/bs/sdext/source/minimizer.po6
-rw-r--r--translations/source/bs/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/bs/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/bs/sdext/source/pdfimport.po4
-rw-r--r--translations/source/bs/sdext/source/presenter.po4
-rw-r--r--translations/source/bs/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/bs/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po16
-rw-r--r--translations/source/bs/setup_native/source/mac.po6
-rw-r--r--translations/source/bs/sfx2/source/appl.po6
-rw-r--r--translations/source/bs/sfx2/source/bastyp.po6
-rw-r--r--translations/source/bs/sfx2/source/dialog.po12
-rw-r--r--translations/source/bs/sfx2/source/doc.po20
-rw-r--r--translations/source/bs/sfx2/source/menu.po6
-rw-r--r--translations/source/bs/sfx2/source/view.po6
-rw-r--r--translations/source/bs/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/bs/starmath/source.po6
-rw-r--r--translations/source/bs/svl/source/items.po6
-rw-r--r--translations/source/bs/svl/source/misc.po6
-rw-r--r--translations/source/bs/svtools/source/contnr.po6
-rw-r--r--translations/source/bs/svtools/source/control.po6
-rw-r--r--translations/source/bs/svtools/source/dialogs.po6
-rw-r--r--translations/source/bs/svtools/source/filter.po6
-rw-r--r--translations/source/bs/svtools/source/java.po6
-rw-r--r--translations/source/bs/svtools/source/misc.po53
-rw-r--r--translations/source/bs/svtools/source/plugapp.po6
-rw-r--r--translations/source/bs/svtools/source/toolpanel.po6
-rw-r--r--translations/source/bs/svtools/workben/unodialog.po6
-rw-r--r--translations/source/bs/svx/inc.po8
-rw-r--r--translations/source/bs/svx/source/accessibility.po6
-rw-r--r--translations/source/bs/svx/source/dialog.po10
-rw-r--r--translations/source/bs/svx/source/engine3d.po6
-rw-r--r--translations/source/bs/svx/source/fmcomp.po6
-rw-r--r--translations/source/bs/svx/source/form.po6
-rw-r--r--translations/source/bs/svx/source/gallery2.po6
-rw-r--r--translations/source/bs/svx/source/items.po6
-rw-r--r--translations/source/bs/svx/source/src.po6
-rw-r--r--translations/source/bs/svx/source/stbctrls.po2
-rw-r--r--translations/source/bs/svx/source/svdraw.po6
-rw-r--r--translations/source/bs/svx/source/table.po6
-rw-r--r--translations/source/bs/svx/source/tbxctrls.po6
-rw-r--r--translations/source/bs/svx/source/toolbars.po6
-rw-r--r--translations/source/bs/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/bs/sw/source/core/layout.po4
-rw-r--r--translations/source/bs/sw/source/core/undo.po8
-rw-r--r--translations/source/bs/sw/source/core/unocore.po6
-rw-r--r--translations/source/bs/sw/source/ui/app.po22
-rw-r--r--translations/source/bs/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/bs/sw/source/ui/config.po2
-rw-r--r--translations/source/bs/sw/source/ui/dbui.po6
-rw-r--r--translations/source/bs/sw/source/ui/dialog.po14
-rw-r--r--translations/source/bs/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/bs/sw/source/ui/docvw.po22
-rw-r--r--translations/source/bs/sw/source/ui/envelp.po6
-rw-r--r--translations/source/bs/sw/source/ui/fldui.po6
-rw-r--r--translations/source/bs/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/bs/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/bs/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/bs/sw/source/ui/index.po13
-rw-r--r--translations/source/bs/sw/source/ui/lingu.po6
-rw-r--r--translations/source/bs/sw/source/ui/misc.po6
-rw-r--r--translations/source/bs/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/bs/sw/source/ui/shells.po14
-rw-r--r--translations/source/bs/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/bs/sw/source/ui/table.po14
-rw-r--r--translations/source/bs/sw/source/ui/uiview.po6
-rw-r--r--translations/source/bs/sw/source/ui/utlui.po22
-rw-r--r--translations/source/bs/sw/source/ui/web.po6
-rw-r--r--translations/source/bs/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/bs/swext/mediawiki/help.po10
-rw-r--r--translations/source/bs/swext/mediawiki/src.po6
-rw-r--r--translations/source/bs/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/bs/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/bs/sysui/desktop/share.po6
-rw-r--r--translations/source/bs/uui/source.po6
-rw-r--r--translations/source/bs/vcl/source/src.po34
-rw-r--r--translations/source/bs/wizards/source/euro.po6
-rw-r--r--translations/source/bs/wizards/source/formwizard.po6
-rw-r--r--translations/source/bs/wizards/source/importwizard.po6
-rw-r--r--translations/source/bs/wizards/source/schedule.po6
-rw-r--r--translations/source/bs/wizards/source/template.po6
-rw-r--r--translations/source/bs/xmlsecurity/source/component.po6
-rw-r--r--translations/source/bs/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/ca-XV/accessibility/source/helper.po6
-rw-r--r--translations/source/ca-XV/avmedia/source/framework.po6
-rw-r--r--translations/source/ca-XV/avmedia/source/viewer.po6
-rw-r--r--translations/source/ca-XV/basctl/source/basicide.po6
-rw-r--r--translations/source/ca-XV/basctl/source/dlged.po6
-rw-r--r--translations/source/ca-XV/basic/source/classes.po6
-rw-r--r--translations/source/ca-XV/basic/source/sbx.po6
-rw-r--r--translations/source/ca-XV/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/ca-XV/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/ca-XV/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/ca-XV/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/ca-XV/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/ca-XV/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/ca-XV/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/ca-XV/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/ca-XV/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/ca-XV/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/ca-XV/connectivity/source/drivers/mozab.po16
-rw-r--r--translations/source/ca-XV/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/ca-XV/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/ca-XV/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/ca-XV/connectivity/source/resource.po6
-rw-r--r--translations/source/ca-XV/cui/source/customize.po6
-rw-r--r--translations/source/ca-XV/cui/source/dialogs.po46
-rw-r--r--translations/source/ca-XV/cui/source/options.po39
-rw-r--r--translations/source/ca-XV/cui/source/tabpages.po153
-rw-r--r--translations/source/ca-XV/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/ca-XV/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/ca-XV/dbaccess/source/ext/macromigration.po13
-rw-r--r--translations/source/ca-XV/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/ca-XV/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/ca-XV/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/ca-XV/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/ca-XV/dbaccess/source/ui/dlg.po15
-rw-r--r--translations/source/ca-XV/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/ca-XV/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/ca-XV/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/ca-XV/dbaccess/source/ui/relationdesign.po10
-rw-r--r--translations/source/ca-XV/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/ca-XV/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/ca-XV/desktop/source/app.po10
-rw-r--r--translations/source/ca-XV/desktop/source/deployment/gui.po32
-rw-r--r--translations/source/ca-XV/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/ca-XV/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/ca-XV/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/ca-XV/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/ca-XV/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/ca-XV/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/ca-XV/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/ca-XV/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/ca-XV/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/ca-XV/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/ca-XV/dictionaries/af_ZA.po4
-rw-r--r--translations/source/ca-XV/dictionaries/an_ES.po19
-rw-r--r--translations/source/ca-XV/dictionaries/ar.po4
-rw-r--r--translations/source/ca-XV/dictionaries/be_BY.po4
-rw-r--r--translations/source/ca-XV/dictionaries/bg_BG.po4
-rw-r--r--translations/source/ca-XV/dictionaries/bn_BD.po4
-rw-r--r--translations/source/ca-XV/dictionaries/br_FR.po4
-rw-r--r--translations/source/ca-XV/dictionaries/ca.po4
-rw-r--r--translations/source/ca-XV/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/ca-XV/dictionaries/da_DK.po4
-rw-r--r--translations/source/ca-XV/dictionaries/de.po4
-rw-r--r--translations/source/ca-XV/dictionaries/el_GR.po4
-rw-r--r--translations/source/ca-XV/dictionaries/en.po6
-rw-r--r--translations/source/ca-XV/dictionaries/en/dialog.po171
-rw-r--r--translations/source/ca-XV/dictionaries/es_ES.po6
-rw-r--r--translations/source/ca-XV/dictionaries/et_EE.po4
-rw-r--r--translations/source/ca-XV/dictionaries/fr_FR.po4
-rw-r--r--translations/source/ca-XV/dictionaries/gd_GB.po4
-rw-r--r--translations/source/ca-XV/dictionaries/gl.po4
-rw-r--r--translations/source/ca-XV/dictionaries/gu_IN.po4
-rw-r--r--translations/source/ca-XV/dictionaries/he_IL.po4
-rw-r--r--translations/source/ca-XV/dictionaries/hi_IN.po4
-rw-r--r--translations/source/ca-XV/dictionaries/hr_HR.po4
-rw-r--r--translations/source/ca-XV/dictionaries/hu_HU.po6
-rw-r--r--translations/source/ca-XV/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/ca-XV/dictionaries/it_IT.po4
-rw-r--r--translations/source/ca-XV/dictionaries/ku_TR.po4
-rw-r--r--translations/source/ca-XV/dictionaries/lt_LT.po4
-rw-r--r--translations/source/ca-XV/dictionaries/lv_LV.po4
-rw-r--r--translations/source/ca-XV/dictionaries/ne_NP.po4
-rw-r--r--translations/source/ca-XV/dictionaries/nl_NL.po4
-rw-r--r--translations/source/ca-XV/dictionaries/no.po4
-rw-r--r--translations/source/ca-XV/dictionaries/oc_FR.po4
-rw-r--r--translations/source/ca-XV/dictionaries/pl_PL.po4
-rw-r--r--translations/source/ca-XV/dictionaries/pt_BR.po4
-rw-r--r--translations/source/ca-XV/dictionaries/pt_PT.po4
-rw-r--r--translations/source/ca-XV/dictionaries/ro.po4
-rw-r--r--translations/source/ca-XV/dictionaries/ru_RU.po6
-rw-r--r--translations/source/ca-XV/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/ca-XV/dictionaries/si_LK.po19
-rw-r--r--translations/source/ca-XV/dictionaries/sk_SK.po4
-rw-r--r--translations/source/ca-XV/dictionaries/sl_SI.po4
-rw-r--r--translations/source/ca-XV/dictionaries/sr.po4
-rw-r--r--translations/source/ca-XV/dictionaries/sv_SE.po4
-rw-r--r--translations/source/ca-XV/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/ca-XV/dictionaries/te_IN.po4
-rw-r--r--translations/source/ca-XV/dictionaries/th_TH.po6
-rw-r--r--translations/source/ca-XV/dictionaries/uk_UA.po4
-rw-r--r--translations/source/ca-XV/dictionaries/vi.po4
-rw-r--r--translations/source/ca-XV/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/ca-XV/editeng/source/accessibility.po6
-rw-r--r--translations/source/ca-XV/editeng/source/editeng.po8
-rw-r--r--translations/source/ca-XV/editeng/source/items.po30
-rw-r--r--translations/source/ca-XV/editeng/source/misc.po6
-rw-r--r--translations/source/ca-XV/editeng/source/outliner.po6
-rw-r--r--translations/source/ca-XV/extensions/source/abpilot.po10
-rw-r--r--translations/source/ca-XV/extensions/source/bibliography.po6
-rw-r--r--translations/source/ca-XV/extensions/source/dbpilots.po6
-rw-r--r--translations/source/ca-XV/extensions/source/propctrlr.po6
-rw-r--r--translations/source/ca-XV/extensions/source/scanner.po8
-rw-r--r--translations/source/ca-XV/extensions/source/update/check.po6
-rw-r--r--translations/source/ca-XV/filter/source/config/fragments/filters.po14
-rw-r--r--translations/source/ca-XV/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/ca-XV/filter/source/config/fragments/types.po10
-rw-r--r--translations/source/ca-XV/filter/source/flash.po6
-rw-r--r--translations/source/ca-XV/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/ca-XV/filter/source/pdf.po15
-rw-r--r--translations/source/ca-XV/filter/source/t602.po6
-rw-r--r--translations/source/ca-XV/filter/source/xsltdialog.po6
-rw-r--r--translations/source/ca-XV/forms/source/resource.po6
-rw-r--r--translations/source/ca-XV/formula/source/core/resource.po22
-rw-r--r--translations/source/ca-XV/formula/source/ui/dlg.po6
-rw-r--r--translations/source/ca-XV/fpicker/source/office.po6
-rw-r--r--translations/source/ca-XV/framework/source/classes.po6
-rw-r--r--translations/source/ca-XV/framework/source/services.po6
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/scalc/01.po10
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/scalc/04.po34
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/scalc/guide.po49
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/sdraw/04.po6
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/shared.po2
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/shared/00.po6
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/shared/01.po18
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/shared/02.po18
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/shared/guide.po173
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/shared/optionen.po82
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/simpress/04.po42
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/smath/01.po28
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/swriter/00.po6
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/swriter/01.po38
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/swriter/04.po12
-rw-r--r--translations/source/ca-XV/helpcontent2/source/text/swriter/guide.po51
-rw-r--r--translations/source/ca-XV/instsetoo_native/inc_openoffice/windows/msi_languages.po68
-rw-r--r--translations/source/ca-XV/mysqlc/source.po6
-rw-r--r--translations/source/ca-XV/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/ca-XV/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/ca-XV/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/ca-XV/nlpsolver/src/locale.po179
-rw-r--r--translations/source/ca-XV/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ca-XV/officecfg/registry/data/org/openoffice/Office/UI.po57
-rw-r--r--translations/source/ca-XV/padmin/source.po6
-rw-r--r--translations/source/ca-XV/readlicense_oo/docs/readme.po45
-rw-r--r--translations/source/ca-XV/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/ca-XV/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ca-XV/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/ca-XV/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/ca-XV/reportbuilder/util.po4
-rw-r--r--translations/source/ca-XV/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/ca-XV/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/ca-XV/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/ca-XV/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/ca-XV/sc/source/core/src.po6
-rw-r--r--translations/source/ca-XV/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/ca-XV/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/ca-XV/sc/source/ui/docshell.po6
-rw-r--r--translations/source/ca-XV/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/ca-XV/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/ca-XV/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/ca-XV/sc/source/ui/navipi.po8
-rw-r--r--translations/source/ca-XV/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/ca-XV/sc/source/ui/src.po144
-rw-r--r--translations/source/ca-XV/sc/source/ui/styleui.po8
-rw-r--r--translations/source/ca-XV/scaddins/source/analysis.po6
-rw-r--r--translations/source/ca-XV/scaddins/source/datefunc.po6
-rw-r--r--translations/source/ca-XV/sccomp/source/solver.po6
-rw-r--r--translations/source/ca-XV/scp2/source/accessories.po6
-rw-r--r--translations/source/ca-XV/scp2/source/activex.po6
-rw-r--r--translations/source/ca-XV/scp2/source/base.po16
-rw-r--r--translations/source/ca-XV/scp2/source/binfilter.po6
-rw-r--r--translations/source/ca-XV/scp2/source/calc.po6
-rw-r--r--translations/source/ca-XV/scp2/source/draw.po6
-rw-r--r--translations/source/ca-XV/scp2/source/extensions.po2200
-rw-r--r--translations/source/ca-XV/scp2/source/gnome.po6
-rw-r--r--translations/source/ca-XV/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/ca-XV/scp2/source/impress.po6
-rw-r--r--translations/source/ca-XV/scp2/source/javafilter.po6
-rw-r--r--translations/source/ca-XV/scp2/source/kde.po6
-rw-r--r--translations/source/ca-XV/scp2/source/math.po6
-rw-r--r--translations/source/ca-XV/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/ca-XV/scp2/source/ooo.po35
-rw-r--r--translations/source/ca-XV/scp2/source/python.po6
-rw-r--r--translations/source/ca-XV/scp2/source/quickstart.po6
-rw-r--r--translations/source/ca-XV/scp2/source/sdkoo.po6
-rw-r--r--translations/source/ca-XV/scp2/source/smoketest.po23
-rw-r--r--translations/source/ca-XV/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/ca-XV/scp2/source/writer.po6
-rw-r--r--translations/source/ca-XV/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/ca-XV/scripting/source/pyprov.po4
-rw-r--r--translations/source/ca-XV/sd/source/core.po43
-rw-r--r--translations/source/ca-XV/sd/source/filter/html.po6
-rw-r--r--translations/source/ca-XV/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/ca-XV/sd/source/ui/animations.po6
-rw-r--r--translations/source/ca-XV/sd/source/ui/annotations.po6
-rw-r--r--translations/source/ca-XV/sd/source/ui/app.po8
-rw-r--r--translations/source/ca-XV/sd/source/ui/dlg.po6
-rw-r--r--translations/source/ca-XV/sd/source/ui/notes.po6
-rw-r--r--translations/source/ca-XV/sd/source/ui/slideshow.po18
-rw-r--r--translations/source/ca-XV/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/ca-XV/sd/source/ui/table.po6
-rw-r--r--translations/source/ca-XV/sd/source/ui/view.po6
-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.po6
-rw-r--r--translations/source/ca-XV/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/ca-XV/sdext/source/pdfimport.po4
-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.po6
-rw-r--r--translations/source/ca-XV/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po16
-rw-r--r--translations/source/ca-XV/setup_native/source/mac.po6
-rw-r--r--translations/source/ca-XV/sfx2/source/appl.po6
-rw-r--r--translations/source/ca-XV/sfx2/source/bastyp.po6
-rw-r--r--translations/source/ca-XV/sfx2/source/dialog.po12
-rw-r--r--translations/source/ca-XV/sfx2/source/doc.po20
-rw-r--r--translations/source/ca-XV/sfx2/source/menu.po6
-rw-r--r--translations/source/ca-XV/sfx2/source/view.po6
-rw-r--r--translations/source/ca-XV/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/ca-XV/starmath/source.po6
-rw-r--r--translations/source/ca-XV/svl/source/items.po6
-rw-r--r--translations/source/ca-XV/svl/source/misc.po6
-rw-r--r--translations/source/ca-XV/svtools/source/contnr.po6
-rw-r--r--translations/source/ca-XV/svtools/source/control.po6
-rw-r--r--translations/source/ca-XV/svtools/source/dialogs.po6
-rw-r--r--translations/source/ca-XV/svtools/source/filter.po6
-rw-r--r--translations/source/ca-XV/svtools/source/java.po6
-rw-r--r--translations/source/ca-XV/svtools/source/misc.po53
-rw-r--r--translations/source/ca-XV/svtools/source/plugapp.po6
-rw-r--r--translations/source/ca-XV/svtools/source/toolpanel.po6
-rw-r--r--translations/source/ca-XV/svtools/workben/unodialog.po6
-rw-r--r--translations/source/ca-XV/svx/inc.po8
-rw-r--r--translations/source/ca-XV/svx/source/accessibility.po6
-rw-r--r--translations/source/ca-XV/svx/source/dialog.po10
-rw-r--r--translations/source/ca-XV/svx/source/engine3d.po6
-rw-r--r--translations/source/ca-XV/svx/source/fmcomp.po6
-rw-r--r--translations/source/ca-XV/svx/source/form.po6
-rw-r--r--translations/source/ca-XV/svx/source/gallery2.po6
-rw-r--r--translations/source/ca-XV/svx/source/items.po6
-rw-r--r--translations/source/ca-XV/svx/source/src.po6
-rw-r--r--translations/source/ca-XV/svx/source/stbctrls.po2
-rw-r--r--translations/source/ca-XV/svx/source/svdraw.po6
-rw-r--r--translations/source/ca-XV/svx/source/table.po6
-rw-r--r--translations/source/ca-XV/svx/source/tbxctrls.po6
-rw-r--r--translations/source/ca-XV/svx/source/toolbars.po6
-rw-r--r--translations/source/ca-XV/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/ca-XV/sw/source/core/layout.po4
-rw-r--r--translations/source/ca-XV/sw/source/core/undo.po8
-rw-r--r--translations/source/ca-XV/sw/source/core/unocore.po6
-rw-r--r--translations/source/ca-XV/sw/source/ui/app.po22
-rw-r--r--translations/source/ca-XV/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/ca-XV/sw/source/ui/config.po2
-rw-r--r--translations/source/ca-XV/sw/source/ui/dbui.po6
-rw-r--r--translations/source/ca-XV/sw/source/ui/dialog.po14
-rw-r--r--translations/source/ca-XV/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/ca-XV/sw/source/ui/docvw.po22
-rw-r--r--translations/source/ca-XV/sw/source/ui/envelp.po6
-rw-r--r--translations/source/ca-XV/sw/source/ui/fldui.po6
-rw-r--r--translations/source/ca-XV/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/ca-XV/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/ca-XV/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/ca-XV/sw/source/ui/index.po13
-rw-r--r--translations/source/ca-XV/sw/source/ui/lingu.po6
-rw-r--r--translations/source/ca-XV/sw/source/ui/misc.po6
-rw-r--r--translations/source/ca-XV/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/ca-XV/sw/source/ui/shells.po14
-rw-r--r--translations/source/ca-XV/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/ca-XV/sw/source/ui/table.po18
-rw-r--r--translations/source/ca-XV/sw/source/ui/uiview.po6
-rw-r--r--translations/source/ca-XV/sw/source/ui/utlui.po22
-rw-r--r--translations/source/ca-XV/sw/source/ui/web.po6
-rw-r--r--translations/source/ca-XV/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/ca-XV/swext/mediawiki/help.po16
-rw-r--r--translations/source/ca-XV/swext/mediawiki/src.po8
-rw-r--r--translations/source/ca-XV/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ca-XV/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/ca-XV/sysui/desktop/share.po6
-rw-r--r--translations/source/ca-XV/uui/source.po6
-rw-r--r--translations/source/ca-XV/vcl/source/src.po36
-rw-r--r--translations/source/ca-XV/wizards/source/euro.po6
-rw-r--r--translations/source/ca-XV/wizards/source/formwizard.po6
-rw-r--r--translations/source/ca-XV/wizards/source/importwizard.po6
-rw-r--r--translations/source/ca-XV/wizards/source/schedule.po6
-rw-r--r--translations/source/ca-XV/wizards/source/template.po6
-rw-r--r--translations/source/ca-XV/xmlsecurity/source/component.po6
-rw-r--r--translations/source/ca-XV/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/ca/accessibility/source/helper.po6
-rw-r--r--translations/source/ca/avmedia/source/framework.po6
-rw-r--r--translations/source/ca/avmedia/source/viewer.po6
-rw-r--r--translations/source/ca/basctl/source/basicide.po6
-rw-r--r--translations/source/ca/basctl/source/dlged.po6
-rw-r--r--translations/source/ca/basic/source/classes.po6
-rw-r--r--translations/source/ca/basic/source/sbx.po6
-rw-r--r--translations/source/ca/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/ca/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/ca/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/ca/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/ca/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/ca/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/ca/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/ca/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/ca/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/ca/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/ca/connectivity/source/drivers/mozab.po6
-rw-r--r--translations/source/ca/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/ca/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/ca/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/ca/connectivity/source/resource.po6
-rw-r--r--translations/source/ca/cui/source/customize.po6
-rw-r--r--translations/source/ca/cui/source/dialogs.po12
-rw-r--r--translations/source/ca/cui/source/options.po34
-rw-r--r--translations/source/ca/cui/source/tabpages.po8
-rw-r--r--translations/source/ca/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/ca/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/ca/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/ca/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/ca/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/ca/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/ca/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/ca/dbaccess/source/ui/dlg.po18
-rw-r--r--translations/source/ca/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/ca/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/ca/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/ca/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/ca/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/ca/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/ca/desktop/source/app.po6
-rw-r--r--translations/source/ca/desktop/source/deployment/gui.po6
-rw-r--r--translations/source/ca/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/ca/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/ca/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/ca/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/ca/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/ca/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/ca/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/ca/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/ca/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/ca/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/ca/dictionaries/af_ZA.po10
-rw-r--r--translations/source/ca/dictionaries/an_ES.po10
-rw-r--r--translations/source/ca/dictionaries/ar.po10
-rw-r--r--translations/source/ca/dictionaries/be_BY.po10
-rw-r--r--translations/source/ca/dictionaries/bg_BG.po10
-rw-r--r--translations/source/ca/dictionaries/bn_BD.po10
-rw-r--r--translations/source/ca/dictionaries/br_FR.po10
-rw-r--r--translations/source/ca/dictionaries/ca.po10
-rw-r--r--translations/source/ca/dictionaries/cs_CZ.po10
-rw-r--r--translations/source/ca/dictionaries/da_DK.po10
-rw-r--r--translations/source/ca/dictionaries/de.po10
-rw-r--r--translations/source/ca/dictionaries/el_GR.po10
-rw-r--r--translations/source/ca/dictionaries/en.po8
-rw-r--r--translations/source/ca/dictionaries/en/dialog.po6
-rw-r--r--translations/source/ca/dictionaries/es_ES.po10
-rw-r--r--translations/source/ca/dictionaries/et_EE.po10
-rw-r--r--translations/source/ca/dictionaries/fr_FR.po10
-rw-r--r--translations/source/ca/dictionaries/gd_GB.po10
-rw-r--r--translations/source/ca/dictionaries/gl.po10
-rw-r--r--translations/source/ca/dictionaries/gu_IN.po10
-rw-r--r--translations/source/ca/dictionaries/he_IL.po10
-rw-r--r--translations/source/ca/dictionaries/hi_IN.po10
-rw-r--r--translations/source/ca/dictionaries/hr_HR.po10
-rw-r--r--translations/source/ca/dictionaries/hu_HU.po8
-rw-r--r--translations/source/ca/dictionaries/hu_HU/dialog.po6
-rw-r--r--translations/source/ca/dictionaries/it_IT.po10
-rw-r--r--translations/source/ca/dictionaries/ku_TR.po10
-rw-r--r--translations/source/ca/dictionaries/lt_LT.po10
-rw-r--r--translations/source/ca/dictionaries/lv_LV.po10
-rw-r--r--translations/source/ca/dictionaries/ne_NP.po10
-rw-r--r--translations/source/ca/dictionaries/nl_NL.po10
-rw-r--r--translations/source/ca/dictionaries/no.po10
-rw-r--r--translations/source/ca/dictionaries/oc_FR.po10
-rw-r--r--translations/source/ca/dictionaries/pl_PL.po10
-rw-r--r--translations/source/ca/dictionaries/pt_BR.po10
-rw-r--r--translations/source/ca/dictionaries/pt_PT.po10
-rw-r--r--translations/source/ca/dictionaries/ro.po10
-rw-r--r--translations/source/ca/dictionaries/ru_RU.po8
-rw-r--r--translations/source/ca/dictionaries/ru_RU/dialog.po6
-rw-r--r--translations/source/ca/dictionaries/si_LK.po8
-rw-r--r--translations/source/ca/dictionaries/sk_SK.po10
-rw-r--r--translations/source/ca/dictionaries/sl_SI.po10
-rw-r--r--translations/source/ca/dictionaries/sr.po10
-rw-r--r--translations/source/ca/dictionaries/sv_SE.po10
-rw-r--r--translations/source/ca/dictionaries/sw_TZ.po10
-rw-r--r--translations/source/ca/dictionaries/te_IN.po10
-rw-r--r--translations/source/ca/dictionaries/th_TH.po10
-rw-r--r--translations/source/ca/dictionaries/uk_UA.po10
-rw-r--r--translations/source/ca/dictionaries/vi.po10
-rw-r--r--translations/source/ca/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/ca/editeng/source/accessibility.po6
-rw-r--r--translations/source/ca/editeng/source/editeng.po6
-rw-r--r--translations/source/ca/editeng/source/items.po8
-rw-r--r--translations/source/ca/editeng/source/misc.po6
-rw-r--r--translations/source/ca/editeng/source/outliner.po6
-rw-r--r--translations/source/ca/extensions/source/abpilot.po10
-rw-r--r--translations/source/ca/extensions/source/bibliography.po6
-rw-r--r--translations/source/ca/extensions/source/dbpilots.po6
-rw-r--r--translations/source/ca/extensions/source/propctrlr.po6
-rw-r--r--translations/source/ca/extensions/source/scanner.po6
-rw-r--r--translations/source/ca/extensions/source/update/check.po12
-rw-r--r--translations/source/ca/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/ca/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/ca/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/ca/filter/source/flash.po6
-rw-r--r--translations/source/ca/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/ca/filter/source/pdf.po8
-rw-r--r--translations/source/ca/filter/source/t602.po6
-rw-r--r--translations/source/ca/filter/source/xsltdialog.po6
-rw-r--r--translations/source/ca/forms/source/resource.po6
-rw-r--r--translations/source/ca/formula/source/core/resource.po8
-rw-r--r--translations/source/ca/formula/source/ui/dlg.po6
-rw-r--r--translations/source/ca/fpicker/source/office.po6
-rw-r--r--translations/source/ca/framework/source/classes.po12
-rw-r--r--translations/source/ca/framework/source/services.po6
-rw-r--r--translations/source/ca/helpcontent2/source/text/sbasic/guide.po14
-rw-r--r--translations/source/ca/helpcontent2/source/text/sbasic/shared.po76
-rw-r--r--translations/source/ca/helpcontent2/source/text/sbasic/shared/01.po12
-rw-r--r--translations/source/ca/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/ca/helpcontent2/source/text/scalc.po4
-rw-r--r--translations/source/ca/helpcontent2/source/text/scalc/00.po8
-rw-r--r--translations/source/ca/helpcontent2/source/text/scalc/01.po63
-rw-r--r--translations/source/ca/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/ca/helpcontent2/source/text/scalc/04.po2
-rw-r--r--translations/source/ca/helpcontent2/source/text/scalc/05.po14
-rw-r--r--translations/source/ca/helpcontent2/source/text/scalc/guide.po50
-rw-r--r--translations/source/ca/helpcontent2/source/text/schart.po10
-rw-r--r--translations/source/ca/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/ca/helpcontent2/source/text/schart/01.po18
-rw-r--r--translations/source/ca/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/ca/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/ca/helpcontent2/source/text/sdraw.po13
-rw-r--r--translations/source/ca/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/ca/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/ca/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/ca/helpcontent2/source/text/sdraw/guide.po10
-rw-r--r--translations/source/ca/helpcontent2/source/text/shared.po58
-rw-r--r--translations/source/ca/helpcontent2/source/text/shared/00.po69
-rw-r--r--translations/source/ca/helpcontent2/source/text/shared/01.po39
-rw-r--r--translations/source/ca/helpcontent2/source/text/shared/02.po2
-rw-r--r--translations/source/ca/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/ca/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/ca/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/ca/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/ca/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/ca/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/ca/helpcontent2/source/text/shared/guide.po4
-rw-r--r--translations/source/ca/helpcontent2/source/text/shared/optionen.po77
-rw-r--r--translations/source/ca/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/ca/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/ca/helpcontent2/source/text/simpress/01.po14
-rw-r--r--translations/source/ca/helpcontent2/source/text/simpress/02.po46
-rw-r--r--translations/source/ca/helpcontent2/source/text/simpress/04.po35
-rw-r--r--translations/source/ca/helpcontent2/source/text/simpress/guide.po18
-rw-r--r--translations/source/ca/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/ca/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/ca/helpcontent2/source/text/smath/01.po104
-rw-r--r--translations/source/ca/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/ca/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/ca/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/ca/helpcontent2/source/text/swriter.po10
-rw-r--r--translations/source/ca/helpcontent2/source/text/swriter/00.po11
-rw-r--r--translations/source/ca/helpcontent2/source/text/swriter/01.po13
-rw-r--r--translations/source/ca/helpcontent2/source/text/swriter/02.po11
-rw-r--r--translations/source/ca/helpcontent2/source/text/swriter/04.po36
-rw-r--r--translations/source/ca/helpcontent2/source/text/swriter/guide.po10
-rw-r--r--translations/source/ca/instsetoo_native/inc_openoffice/windows/msi_languages.po18
-rw-r--r--translations/source/ca/mysqlc/source.po6
-rw-r--r--translations/source/ca/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/ca/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po6
-rw-r--r--translations/source/ca/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po6
-rw-r--r--translations/source/ca/nlpsolver/src/locale.po8
-rw-r--r--translations/source/ca/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ca/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--translations/source/ca/padmin/source.po6
-rw-r--r--translations/source/ca/readlicense_oo/docs/readme.po34
-rw-r--r--translations/source/ca/reportbuilder/java/com/sun/star/report/function/metadata.po6
-rw-r--r--translations/source/ca/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ca/reportbuilder/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--translations/source/ca/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/ca/reportbuilder/util.po4
-rw-r--r--translations/source/ca/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/ca/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/ca/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/ca/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/ca/sc/source/core/src.po6
-rw-r--r--translations/source/ca/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/ca/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/ca/sc/source/ui/docshell.po6
-rw-r--r--translations/source/ca/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/ca/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/ca/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/ca/sc/source/ui/navipi.po6
-rw-r--r--translations/source/ca/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/ca/sc/source/ui/src.po26
-rw-r--r--translations/source/ca/sc/source/ui/styleui.po6
-rw-r--r--translations/source/ca/scaddins/source/analysis.po6
-rw-r--r--translations/source/ca/scaddins/source/datefunc.po6
-rw-r--r--translations/source/ca/sccomp/source/solver.po6
-rw-r--r--translations/source/ca/scp2/source/accessories.po12
-rw-r--r--translations/source/ca/scp2/source/activex.po6
-rw-r--r--translations/source/ca/scp2/source/base.po20
-rw-r--r--translations/source/ca/scp2/source/binfilter.po6
-rw-r--r--translations/source/ca/scp2/source/calc.po6
-rw-r--r--translations/source/ca/scp2/source/draw.po6
-rw-r--r--translations/source/ca/scp2/source/extensions.po20
-rw-r--r--translations/source/ca/scp2/source/gnome.po12
-rw-r--r--translations/source/ca/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/ca/scp2/source/impress.po20
-rw-r--r--translations/source/ca/scp2/source/javafilter.po16
-rw-r--r--translations/source/ca/scp2/source/kde.po12
-rw-r--r--translations/source/ca/scp2/source/math.po16
-rw-r--r--translations/source/ca/scp2/source/onlineupdate.po12
-rw-r--r--translations/source/ca/scp2/source/ooo.po118
-rw-r--r--translations/source/ca/scp2/source/python.po12
-rw-r--r--translations/source/ca/scp2/source/quickstart.po12
-rw-r--r--translations/source/ca/scp2/source/sdkoo.po6
-rw-r--r--translations/source/ca/scp2/source/smoketest.po6
-rw-r--r--translations/source/ca/scp2/source/winexplorerext.po12
-rw-r--r--translations/source/ca/scp2/source/writer.po16
-rw-r--r--translations/source/ca/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/ca/scripting/source/pyprov.po4
-rw-r--r--translations/source/ca/sd/source/core.po8
-rw-r--r--translations/source/ca/sd/source/filter/html.po12
-rw-r--r--translations/source/ca/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/ca/sd/source/ui/animations.po6
-rw-r--r--translations/source/ca/sd/source/ui/annotations.po18
-rw-r--r--translations/source/ca/sd/source/ui/app.po22
-rw-r--r--translations/source/ca/sd/source/ui/dlg.po6
-rw-r--r--translations/source/ca/sd/source/ui/notes.po6
-rw-r--r--translations/source/ca/sd/source/ui/slideshow.po8
-rw-r--r--translations/source/ca/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/ca/sd/source/ui/table.po6
-rw-r--r--translations/source/ca/sd/source/ui/view.po6
-rw-r--r--translations/source/ca/sdext/source/minimizer.po4
-rw-r--r--translations/source/ca/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ca/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/ca/sdext/source/pdfimport.po4
-rw-r--r--translations/source/ca/sdext/source/presenter.po4
-rw-r--r--translations/source/ca/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/ca/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po8
-rw-r--r--translations/source/ca/setup_native/source/mac.po22
-rw-r--r--translations/source/ca/sfx2/source/appl.po22
-rw-r--r--translations/source/ca/sfx2/source/bastyp.po6
-rw-r--r--translations/source/ca/sfx2/source/dialog.po12
-rw-r--r--translations/source/ca/sfx2/source/doc.po14
-rw-r--r--translations/source/ca/sfx2/source/menu.po6
-rw-r--r--translations/source/ca/sfx2/source/view.po14
-rw-r--r--translations/source/ca/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/ca/starmath/source.po22
-rw-r--r--translations/source/ca/svl/source/items.po6
-rw-r--r--translations/source/ca/svl/source/misc.po56
-rw-r--r--translations/source/ca/svtools/source/contnr.po6
-rw-r--r--translations/source/ca/svtools/source/control.po6
-rw-r--r--translations/source/ca/svtools/source/dialogs.po12
-rw-r--r--translations/source/ca/svtools/source/filter.po6
-rw-r--r--translations/source/ca/svtools/source/java.po6
-rw-r--r--translations/source/ca/svtools/source/misc.po10
-rw-r--r--translations/source/ca/svtools/source/plugapp.po6
-rw-r--r--translations/source/ca/svtools/source/toolpanel.po6
-rw-r--r--translations/source/ca/svtools/workben/unodialog.po6
-rw-r--r--translations/source/ca/svx/inc.po12
-rw-r--r--translations/source/ca/svx/source/accessibility.po6
-rw-r--r--translations/source/ca/svx/source/dialog.po34
-rw-r--r--translations/source/ca/svx/source/engine3d.po6
-rw-r--r--translations/source/ca/svx/source/fmcomp.po6
-rw-r--r--translations/source/ca/svx/source/form.po6
-rw-r--r--translations/source/ca/svx/source/gallery2.po6
-rw-r--r--translations/source/ca/svx/source/items.po6
-rw-r--r--translations/source/ca/svx/source/src.po14
-rw-r--r--translations/source/ca/svx/source/stbctrls.po8
-rw-r--r--translations/source/ca/svx/source/svdraw.po6
-rw-r--r--translations/source/ca/svx/source/table.po6
-rw-r--r--translations/source/ca/svx/source/tbxctrls.po6
-rw-r--r--translations/source/ca/svx/source/toolbars.po6
-rw-r--r--translations/source/ca/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/ca/sw/source/core/layout.po4
-rw-r--r--translations/source/ca/sw/source/core/undo.po12
-rw-r--r--translations/source/ca/sw/source/core/unocore.po6
-rw-r--r--translations/source/ca/sw/source/ui/app.po20
-rw-r--r--translations/source/ca/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/ca/sw/source/ui/config.po20
-rw-r--r--translations/source/ca/sw/source/ui/dbui.po18
-rw-r--r--translations/source/ca/sw/source/ui/dialog.po6
-rw-r--r--translations/source/ca/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/ca/sw/source/ui/docvw.po10
-rw-r--r--translations/source/ca/sw/source/ui/envelp.po6
-rw-r--r--translations/source/ca/sw/source/ui/fldui.po6
-rw-r--r--translations/source/ca/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/ca/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/ca/sw/source/ui/globdoc.po12
-rw-r--r--translations/source/ca/sw/source/ui/index.po6
-rw-r--r--translations/source/ca/sw/source/ui/lingu.po6
-rw-r--r--translations/source/ca/sw/source/ui/misc.po6
-rw-r--r--translations/source/ca/sw/source/ui/ribbar.po6
-rw-r--r--translations/source/ca/sw/source/ui/shells.po6
-rw-r--r--translations/source/ca/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/ca/sw/source/ui/table.po6
-rw-r--r--translations/source/ca/sw/source/ui/uiview.po14
-rw-r--r--translations/source/ca/sw/source/ui/utlui.po10
-rw-r--r--translations/source/ca/sw/source/ui/web.po12
-rw-r--r--translations/source/ca/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/ca/swext/mediawiki/help.po10
-rw-r--r--translations/source/ca/swext/mediawiki/src.po6
-rw-r--r--translations/source/ca/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ca/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/ca/sysui/desktop/share.po34
-rw-r--r--translations/source/ca/uui/source.po40
-rw-r--r--translations/source/ca/vcl/source/src.po22
-rw-r--r--translations/source/ca/wizards/source/euro.po14
-rw-r--r--translations/source/ca/wizards/source/formwizard.po12
-rw-r--r--translations/source/ca/wizards/source/importwizard.po6
-rw-r--r--translations/source/ca/wizards/source/schedule.po12
-rw-r--r--translations/source/ca/wizards/source/template.po6
-rw-r--r--translations/source/ca/xmlsecurity/source/component.po6
-rw-r--r--translations/source/ca/xmlsecurity/source/dialogs.po12
-rw-r--r--translations/source/cs/accessibility/source/helper.po6
-rw-r--r--translations/source/cs/avmedia/source/framework.po6
-rw-r--r--translations/source/cs/avmedia/source/viewer.po6
-rw-r--r--translations/source/cs/basctl/source/basicide.po14
-rw-r--r--translations/source/cs/basctl/source/dlged.po6
-rw-r--r--translations/source/cs/basic/source/classes.po22
-rw-r--r--translations/source/cs/basic/source/sbx.po6
-rw-r--r--translations/source/cs/chart2/source/controller/dialogs.po34
-rw-r--r--translations/source/cs/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/cs/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/cs/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/cs/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/cs/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/cs/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/cs/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/cs/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/cs/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/cs/connectivity/source/drivers/mozab.po6
-rw-r--r--translations/source/cs/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/cs/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/cs/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/cs/connectivity/source/resource.po14
-rw-r--r--translations/source/cs/cui/source/customize.po8
-rw-r--r--translations/source/cs/cui/source/dialogs.po20
-rw-r--r--translations/source/cs/cui/source/options.po40
-rw-r--r--translations/source/cs/cui/source/tabpages.po12
-rw-r--r--translations/source/cs/dbaccess/source/core/resource.po10
-rw-r--r--translations/source/cs/dbaccess/source/ext/adabas.po8
-rw-r--r--translations/source/cs/dbaccess/source/ext/macromigration.po8
-rw-r--r--translations/source/cs/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/cs/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/cs/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/cs/dbaccess/source/ui/control.po12
-rw-r--r--translations/source/cs/dbaccess/source/ui/dlg.po12
-rw-r--r--translations/source/cs/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/cs/dbaccess/source/ui/misc.po10
-rw-r--r--translations/source/cs/dbaccess/source/ui/querydesign.po8
-rw-r--r--translations/source/cs/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/cs/dbaccess/source/ui/tabledesign.po14
-rw-r--r--translations/source/cs/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/cs/desktop/source/app.po18
-rw-r--r--translations/source/cs/desktop/source/deployment/gui.po18
-rw-r--r--translations/source/cs/desktop/source/deployment/manager.po16
-rw-r--r--translations/source/cs/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/cs/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/cs/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/cs/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/cs/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/cs/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/cs/desktop/source/deployment/registry/script.po14
-rw-r--r--translations/source/cs/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/cs/desktop/source/deployment/unopkg.po12
-rw-r--r--translations/source/cs/dictionaries/af_ZA.po4
-rw-r--r--translations/source/cs/dictionaries/an_ES.po4
-rw-r--r--translations/source/cs/dictionaries/ar.po4
-rw-r--r--translations/source/cs/dictionaries/be_BY.po4
-rw-r--r--translations/source/cs/dictionaries/bg_BG.po4
-rw-r--r--translations/source/cs/dictionaries/bn_BD.po4
-rw-r--r--translations/source/cs/dictionaries/br_FR.po4
-rw-r--r--translations/source/cs/dictionaries/ca.po4
-rw-r--r--translations/source/cs/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/cs/dictionaries/da_DK.po4
-rw-r--r--translations/source/cs/dictionaries/de.po4
-rw-r--r--translations/source/cs/dictionaries/el_GR.po4
-rw-r--r--translations/source/cs/dictionaries/en.po4
-rw-r--r--translations/source/cs/dictionaries/en/dialog.po4
-rw-r--r--translations/source/cs/dictionaries/es_ES.po4
-rw-r--r--translations/source/cs/dictionaries/et_EE.po4
-rw-r--r--translations/source/cs/dictionaries/fr_FR.po4
-rw-r--r--translations/source/cs/dictionaries/gd_GB.po4
-rw-r--r--translations/source/cs/dictionaries/gl.po4
-rw-r--r--translations/source/cs/dictionaries/gu_IN.po4
-rw-r--r--translations/source/cs/dictionaries/he_IL.po4
-rw-r--r--translations/source/cs/dictionaries/hi_IN.po4
-rw-r--r--translations/source/cs/dictionaries/hr_HR.po4
-rw-r--r--translations/source/cs/dictionaries/hu_HU.po4
-rw-r--r--translations/source/cs/dictionaries/hu_HU/dialog.po6
-rw-r--r--translations/source/cs/dictionaries/it_IT.po4
-rw-r--r--translations/source/cs/dictionaries/ku_TR.po4
-rw-r--r--translations/source/cs/dictionaries/lt_LT.po4
-rw-r--r--translations/source/cs/dictionaries/lv_LV.po4
-rw-r--r--translations/source/cs/dictionaries/ne_NP.po4
-rw-r--r--translations/source/cs/dictionaries/nl_NL.po4
-rw-r--r--translations/source/cs/dictionaries/no.po4
-rw-r--r--translations/source/cs/dictionaries/oc_FR.po4
-rw-r--r--translations/source/cs/dictionaries/pl_PL.po4
-rw-r--r--translations/source/cs/dictionaries/pt_BR.po4
-rw-r--r--translations/source/cs/dictionaries/pt_PT.po4
-rw-r--r--translations/source/cs/dictionaries/ro.po4
-rw-r--r--translations/source/cs/dictionaries/ru_RU.po6
-rw-r--r--translations/source/cs/dictionaries/ru_RU/dialog.po6
-rw-r--r--translations/source/cs/dictionaries/si_LK.po4
-rw-r--r--translations/source/cs/dictionaries/sk_SK.po4
-rw-r--r--translations/source/cs/dictionaries/sl_SI.po4
-rw-r--r--translations/source/cs/dictionaries/sr.po4
-rw-r--r--translations/source/cs/dictionaries/sv_SE.po4
-rw-r--r--translations/source/cs/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/cs/dictionaries/te_IN.po4
-rw-r--r--translations/source/cs/dictionaries/th_TH.po4
-rw-r--r--translations/source/cs/dictionaries/uk_UA.po4
-rw-r--r--translations/source/cs/dictionaries/vi.po4
-rw-r--r--translations/source/cs/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/cs/editeng/source/accessibility.po6
-rw-r--r--translations/source/cs/editeng/source/editeng.po6
-rw-r--r--translations/source/cs/editeng/source/items.po8
-rw-r--r--translations/source/cs/editeng/source/misc.po12
-rw-r--r--translations/source/cs/editeng/source/outliner.po6
-rw-r--r--translations/source/cs/extensions/source/abpilot.po20
-rw-r--r--translations/source/cs/extensions/source/bibliography.po8
-rw-r--r--translations/source/cs/extensions/source/dbpilots.po10
-rw-r--r--translations/source/cs/extensions/source/propctrlr.po18
-rw-r--r--translations/source/cs/extensions/source/scanner.po6
-rw-r--r--translations/source/cs/extensions/source/update/check.po14
-rw-r--r--translations/source/cs/filter/source/config/fragments/filters.po8
-rw-r--r--translations/source/cs/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/cs/filter/source/config/fragments/types.po8
-rw-r--r--translations/source/cs/filter/source/flash.po6
-rw-r--r--translations/source/cs/filter/source/graphicfilter/eps.po10
-rw-r--r--translations/source/cs/filter/source/pdf.po14
-rw-r--r--translations/source/cs/filter/source/t602.po8
-rw-r--r--translations/source/cs/filter/source/xsltdialog.po22
-rw-r--r--translations/source/cs/forms/source/resource.po22
-rw-r--r--translations/source/cs/formula/source/core/resource.po6
-rw-r--r--translations/source/cs/formula/source/ui/dlg.po6
-rw-r--r--translations/source/cs/fpicker/source/office.po8
-rw-r--r--translations/source/cs/framework/source/classes.po28
-rw-r--r--translations/source/cs/framework/source/services.po6
-rw-r--r--translations/source/cs/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/sbasic/shared.po32
-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.po2
-rw-r--r--translations/source/cs/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/scalc/01.po102
-rw-r--r--translations/source/cs/helpcontent2/source/text/scalc/02.po20
-rw-r--r--translations/source/cs/helpcontent2/source/text/scalc/04.po12
-rw-r--r--translations/source/cs/helpcontent2/source/text/scalc/05.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/scalc/guide.po67
-rw-r--r--translations/source/cs/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/cs/helpcontent2/source/text/schart/00.po8
-rw-r--r--translations/source/cs/helpcontent2/source/text/schart/01.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/cs/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/cs/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/cs/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/cs/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/cs/helpcontent2/source/text/sdraw/04.po2
-rw-r--r--translations/source/cs/helpcontent2/source/text/sdraw/guide.po28
-rw-r--r--translations/source/cs/helpcontent2/source/text/shared.po24
-rw-r--r--translations/source/cs/helpcontent2/source/text/shared/00.po187
-rw-r--r--translations/source/cs/helpcontent2/source/text/shared/01.po40
-rw-r--r--translations/source/cs/helpcontent2/source/text/shared/02.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/cs/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/cs/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/cs/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/shared/explorer/database.po6
-rw-r--r--translations/source/cs/helpcontent2/source/text/shared/guide.po18
-rw-r--r--translations/source/cs/helpcontent2/source/text/shared/optionen.po517
-rw-r--r--translations/source/cs/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/cs/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/cs/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/cs/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/cs/helpcontent2/source/text/simpress/04.po2
-rw-r--r--translations/source/cs/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/cs/helpcontent2/source/text/smath.po12
-rw-r--r--translations/source/cs/helpcontent2/source/text/smath/00.po24
-rw-r--r--translations/source/cs/helpcontent2/source/text/smath/01.po221
-rw-r--r--translations/source/cs/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/cs/helpcontent2/source/text/smath/04.po10
-rw-r--r--translations/source/cs/helpcontent2/source/text/smath/guide.po10
-rw-r--r--translations/source/cs/helpcontent2/source/text/swriter.po2
-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.po10
-rw-r--r--translations/source/cs/instsetoo_native/inc_openoffice/windows/msi_languages.po34
-rw-r--r--translations/source/cs/mysqlc/source.po6
-rw-r--r--translations/source/cs/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/cs/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po6
-rw-r--r--translations/source/cs/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/cs/nlpsolver/src/locale.po6
-rw-r--r--translations/source/cs/officecfg/registry/data/org/openoffice/Office.po12
-rw-r--r--translations/source/cs/officecfg/registry/data/org/openoffice/Office/UI.po28
-rw-r--r--translations/source/cs/padmin/source.po34
-rw-r--r--translations/source/cs/readlicense_oo/docs/readme.po22
-rw-r--r--translations/source/cs/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/cs/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/cs/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/cs/reportbuilder/registry/data/org/openoffice/TypeDetection.po8
-rw-r--r--translations/source/cs/reportbuilder/util.po4
-rw-r--r--translations/source/cs/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/cs/reportdesign/source/ui/dlg.po8
-rw-r--r--translations/source/cs/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/cs/reportdesign/source/ui/report.po8
-rw-r--r--translations/source/cs/sc/source/core/src.po6
-rw-r--r--translations/source/cs/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/cs/sc/source/ui/dbgui.po12
-rw-r--r--translations/source/cs/sc/source/ui/docshell.po6
-rw-r--r--translations/source/cs/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/cs/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/cs/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/cs/sc/source/ui/navipi.po8
-rw-r--r--translations/source/cs/sc/source/ui/pagedlg.po8
-rw-r--r--translations/source/cs/sc/source/ui/src.po46
-rw-r--r--translations/source/cs/sc/source/ui/styleui.po6
-rw-r--r--translations/source/cs/scaddins/source/analysis.po8
-rw-r--r--translations/source/cs/scaddins/source/datefunc.po6
-rw-r--r--translations/source/cs/sccomp/source/solver.po8
-rw-r--r--translations/source/cs/scp2/source/accessories.po8
-rw-r--r--translations/source/cs/scp2/source/activex.po6
-rw-r--r--translations/source/cs/scp2/source/base.po18
-rw-r--r--translations/source/cs/scp2/source/binfilter.po8
-rw-r--r--translations/source/cs/scp2/source/calc.po8
-rw-r--r--translations/source/cs/scp2/source/draw.po8
-rw-r--r--translations/source/cs/scp2/source/extensions.po18
-rw-r--r--translations/source/cs/scp2/source/gnome.po6
-rw-r--r--translations/source/cs/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/cs/scp2/source/impress.po8
-rw-r--r--translations/source/cs/scp2/source/javafilter.po12
-rw-r--r--translations/source/cs/scp2/source/kde.po6
-rw-r--r--translations/source/cs/scp2/source/math.po8
-rw-r--r--translations/source/cs/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/cs/scp2/source/ooo.po8
-rw-r--r--translations/source/cs/scp2/source/python.po6
-rw-r--r--translations/source/cs/scp2/source/quickstart.po6
-rw-r--r--translations/source/cs/scp2/source/sdkoo.po6
-rw-r--r--translations/source/cs/scp2/source/smoketest.po4
-rw-r--r--translations/source/cs/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/cs/scp2/source/writer.po8
-rw-r--r--translations/source/cs/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/cs/scripting/source/pyprov.po4
-rw-r--r--translations/source/cs/sd/source/core.po8
-rw-r--r--translations/source/cs/sd/source/filter/html.po6
-rw-r--r--translations/source/cs/sd/source/ui/accessibility.po8
-rw-r--r--translations/source/cs/sd/source/ui/animations.po8
-rw-r--r--translations/source/cs/sd/source/ui/annotations.po8
-rw-r--r--translations/source/cs/sd/source/ui/app.po18
-rw-r--r--translations/source/cs/sd/source/ui/dlg.po10
-rw-r--r--translations/source/cs/sd/source/ui/notes.po6
-rw-r--r--translations/source/cs/sd/source/ui/slideshow.po6
-rw-r--r--translations/source/cs/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/cs/sd/source/ui/table.po6
-rw-r--r--translations/source/cs/sd/source/ui/view.po8
-rw-r--r--translations/source/cs/sdext/source/minimizer.po4
-rw-r--r--translations/source/cs/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/cs/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/cs/sdext/source/pdfimport.po4
-rw-r--r--translations/source/cs/sdext/source/presenter.po4
-rw-r--r--translations/source/cs/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/cs/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po8
-rw-r--r--translations/source/cs/setup_native/source/mac.po6
-rw-r--r--translations/source/cs/sfx2/source/appl.po16
-rw-r--r--translations/source/cs/sfx2/source/bastyp.po6
-rw-r--r--translations/source/cs/sfx2/source/dialog.po14
-rw-r--r--translations/source/cs/sfx2/source/doc.po30
-rw-r--r--translations/source/cs/sfx2/source/menu.po8
-rw-r--r--translations/source/cs/sfx2/source/view.po24
-rw-r--r--translations/source/cs/shell/source/win32/shlxthandler/res.po8
-rw-r--r--translations/source/cs/starmath/source.po10
-rw-r--r--translations/source/cs/svl/source/items.po6
-rw-r--r--translations/source/cs/svl/source/misc.po8
-rw-r--r--translations/source/cs/svtools/source/contnr.po8
-rw-r--r--translations/source/cs/svtools/source/control.po8
-rw-r--r--translations/source/cs/svtools/source/dialogs.po8
-rw-r--r--translations/source/cs/svtools/source/filter.po8
-rw-r--r--translations/source/cs/svtools/source/java.po12
-rw-r--r--translations/source/cs/svtools/source/misc.po8
-rw-r--r--translations/source/cs/svtools/source/plugapp.po14
-rw-r--r--translations/source/cs/svtools/source/toolpanel.po6
-rw-r--r--translations/source/cs/svtools/workben/unodialog.po6
-rw-r--r--translations/source/cs/svx/inc.po8
-rw-r--r--translations/source/cs/svx/source/accessibility.po8
-rw-r--r--translations/source/cs/svx/source/dialog.po14
-rw-r--r--translations/source/cs/svx/source/engine3d.po8
-rw-r--r--translations/source/cs/svx/source/fmcomp.po12
-rw-r--r--translations/source/cs/svx/source/form.po20
-rw-r--r--translations/source/cs/svx/source/gallery2.po14
-rw-r--r--translations/source/cs/svx/source/items.po26
-rw-r--r--translations/source/cs/svx/source/src.po20
-rw-r--r--translations/source/cs/svx/source/stbctrls.po8
-rw-r--r--translations/source/cs/svx/source/svdraw.po8
-rw-r--r--translations/source/cs/svx/source/table.po6
-rw-r--r--translations/source/cs/svx/source/tbxctrls.po8
-rw-r--r--translations/source/cs/svx/source/toolbars.po8
-rw-r--r--translations/source/cs/svx/source/unodialogs/textconversiondlgs.po14
-rw-r--r--translations/source/cs/sw/source/core/layout.po4
-rw-r--r--translations/source/cs/sw/source/core/undo.po8
-rw-r--r--translations/source/cs/sw/source/core/unocore.po8
-rw-r--r--translations/source/cs/sw/source/ui/app.po36
-rw-r--r--translations/source/cs/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/cs/sw/source/ui/config.po64
-rw-r--r--translations/source/cs/sw/source/ui/dbui.po16
-rw-r--r--translations/source/cs/sw/source/ui/dialog.po6
-rw-r--r--translations/source/cs/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/cs/sw/source/ui/docvw.po6
-rw-r--r--translations/source/cs/sw/source/ui/envelp.po10
-rw-r--r--translations/source/cs/sw/source/ui/fldui.po6
-rw-r--r--translations/source/cs/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/cs/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/cs/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/cs/sw/source/ui/index.po6
-rw-r--r--translations/source/cs/sw/source/ui/lingu.po6
-rw-r--r--translations/source/cs/sw/source/ui/misc.po10
-rw-r--r--translations/source/cs/sw/source/ui/ribbar.po6
-rw-r--r--translations/source/cs/sw/source/ui/shells.po6
-rw-r--r--translations/source/cs/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/cs/sw/source/ui/table.po8
-rw-r--r--translations/source/cs/sw/source/ui/uiview.po6
-rw-r--r--translations/source/cs/sw/source/ui/utlui.po186
-rw-r--r--translations/source/cs/sw/source/ui/web.po6
-rw-r--r--translations/source/cs/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/cs/swext/mediawiki/help.po10
-rw-r--r--translations/source/cs/swext/mediawiki/src.po6
-rw-r--r--translations/source/cs/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/cs/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po12
-rw-r--r--translations/source/cs/sysui/desktop/share.po6
-rw-r--r--translations/source/cs/uui/source.po18
-rw-r--r--translations/source/cs/vcl/source/src.po18
-rw-r--r--translations/source/cs/wizards/source/euro.po12
-rw-r--r--translations/source/cs/wizards/source/formwizard.po62
-rw-r--r--translations/source/cs/wizards/source/importwizard.po6
-rw-r--r--translations/source/cs/wizards/source/schedule.po6
-rw-r--r--translations/source/cs/wizards/source/template.po10
-rw-r--r--translations/source/cs/xmlsecurity/source/component.po14
-rw-r--r--translations/source/cs/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/cy/accessibility/source/helper.po6
-rw-r--r--translations/source/cy/avmedia/source/framework.po6
-rw-r--r--translations/source/cy/avmedia/source/viewer.po6
-rw-r--r--translations/source/cy/basctl/source/basicide.po6
-rw-r--r--translations/source/cy/basctl/source/dlged.po6
-rw-r--r--translations/source/cy/basic/source/classes.po6
-rw-r--r--translations/source/cy/basic/source/sbx.po6
-rw-r--r--translations/source/cy/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/cy/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/cy/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/cy/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/cy/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/cy/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/cy/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/cy/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/cy/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/cy/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/cy/connectivity/source/drivers/mozab.po8
-rw-r--r--translations/source/cy/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/cy/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/cy/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/cy/connectivity/source/resource.po8
-rw-r--r--translations/source/cy/cui/source/customize.po6
-rw-r--r--translations/source/cy/cui/source/dialogs.po8
-rw-r--r--translations/source/cy/cui/source/options.po10
-rw-r--r--translations/source/cy/cui/source/tabpages.po8
-rw-r--r--translations/source/cy/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/cy/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/cy/dbaccess/source/ext/macromigration.po8
-rw-r--r--translations/source/cy/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/cy/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/cy/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/cy/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/cy/dbaccess/source/ui/dlg.po8
-rw-r--r--translations/source/cy/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/cy/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/cy/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/cy/dbaccess/source/ui/relationdesign.po8
-rw-r--r--translations/source/cy/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/cy/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/cy/desktop/source/app.po8
-rw-r--r--translations/source/cy/desktop/source/deployment/gui.po8
-rw-r--r--translations/source/cy/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/cy/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/cy/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/cy/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/cy/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/cy/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/cy/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/cy/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/cy/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/cy/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/cy/dictionaries/af_ZA.po4
-rw-r--r--translations/source/cy/dictionaries/an_ES.po6
-rw-r--r--translations/source/cy/dictionaries/ar.po4
-rw-r--r--translations/source/cy/dictionaries/be_BY.po4
-rw-r--r--translations/source/cy/dictionaries/bg_BG.po4
-rw-r--r--translations/source/cy/dictionaries/bn_BD.po4
-rw-r--r--translations/source/cy/dictionaries/br_FR.po4
-rw-r--r--translations/source/cy/dictionaries/ca.po4
-rw-r--r--translations/source/cy/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/cy/dictionaries/da_DK.po4
-rw-r--r--translations/source/cy/dictionaries/de.po4
-rw-r--r--translations/source/cy/dictionaries/el_GR.po6
-rw-r--r--translations/source/cy/dictionaries/en.po6
-rw-r--r--translations/source/cy/dictionaries/en/dialog.po6
-rw-r--r--translations/source/cy/dictionaries/es_ES.po4
-rw-r--r--translations/source/cy/dictionaries/et_EE.po4
-rw-r--r--translations/source/cy/dictionaries/fr_FR.po4
-rw-r--r--translations/source/cy/dictionaries/gd_GB.po6
-rw-r--r--translations/source/cy/dictionaries/gl.po4
-rw-r--r--translations/source/cy/dictionaries/gu_IN.po4
-rw-r--r--translations/source/cy/dictionaries/he_IL.po4
-rw-r--r--translations/source/cy/dictionaries/hi_IN.po4
-rw-r--r--translations/source/cy/dictionaries/hr_HR.po4
-rw-r--r--translations/source/cy/dictionaries/hu_HU.po6
-rw-r--r--translations/source/cy/dictionaries/hu_HU/dialog.po6
-rw-r--r--translations/source/cy/dictionaries/it_IT.po6
-rw-r--r--translations/source/cy/dictionaries/ku_TR.po4
-rw-r--r--translations/source/cy/dictionaries/lt_LT.po6
-rw-r--r--translations/source/cy/dictionaries/lv_LV.po4
-rw-r--r--translations/source/cy/dictionaries/ne_NP.po4
-rw-r--r--translations/source/cy/dictionaries/nl_NL.po4
-rw-r--r--translations/source/cy/dictionaries/no.po4
-rw-r--r--translations/source/cy/dictionaries/oc_FR.po4
-rw-r--r--translations/source/cy/dictionaries/pl_PL.po4
-rw-r--r--translations/source/cy/dictionaries/pt_BR.po6
-rw-r--r--translations/source/cy/dictionaries/pt_PT.po4
-rw-r--r--translations/source/cy/dictionaries/ro.po4
-rw-r--r--translations/source/cy/dictionaries/ru_RU.po6
-rw-r--r--translations/source/cy/dictionaries/ru_RU/dialog.po6
-rw-r--r--translations/source/cy/dictionaries/si_LK.po6
-rw-r--r--translations/source/cy/dictionaries/sk_SK.po4
-rw-r--r--translations/source/cy/dictionaries/sl_SI.po4
-rw-r--r--translations/source/cy/dictionaries/sr.po4
-rw-r--r--translations/source/cy/dictionaries/sv_SE.po4
-rw-r--r--translations/source/cy/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/cy/dictionaries/te_IN.po4
-rw-r--r--translations/source/cy/dictionaries/th_TH.po4
-rw-r--r--translations/source/cy/dictionaries/uk_UA.po6
-rw-r--r--translations/source/cy/dictionaries/vi.po4
-rw-r--r--translations/source/cy/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/cy/editeng/source/accessibility.po6
-rw-r--r--translations/source/cy/editeng/source/editeng.po6
-rw-r--r--translations/source/cy/editeng/source/items.po8
-rw-r--r--translations/source/cy/editeng/source/misc.po6
-rw-r--r--translations/source/cy/editeng/source/outliner.po6
-rw-r--r--translations/source/cy/extensions/source/abpilot.po8
-rw-r--r--translations/source/cy/extensions/source/bibliography.po6
-rw-r--r--translations/source/cy/extensions/source/dbpilots.po6
-rw-r--r--translations/source/cy/extensions/source/propctrlr.po8
-rw-r--r--translations/source/cy/extensions/source/scanner.po6
-rw-r--r--translations/source/cy/extensions/source/update/check.po6
-rw-r--r--translations/source/cy/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/cy/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/cy/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/cy/filter/source/flash.po6
-rw-r--r--translations/source/cy/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/cy/filter/source/pdf.po8
-rw-r--r--translations/source/cy/filter/source/t602.po6
-rw-r--r--translations/source/cy/filter/source/xsltdialog.po6
-rw-r--r--translations/source/cy/forms/source/resource.po6
-rw-r--r--translations/source/cy/formula/source/core/resource.po8
-rw-r--r--translations/source/cy/formula/source/ui/dlg.po6
-rw-r--r--translations/source/cy/fpicker/source/office.po6
-rw-r--r--translations/source/cy/framework/source/classes.po6
-rw-r--r--translations/source/cy/framework/source/services.po6
-rw-r--r--translations/source/cy/instsetoo_native/inc_openoffice/windows/msi_languages.po8
-rw-r--r--translations/source/cy/mysqlc/source.po6
-rw-r--r--translations/source/cy/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/cy/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po6
-rw-r--r--translations/source/cy/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po6
-rw-r--r--translations/source/cy/nlpsolver/src/locale.po6
-rw-r--r--translations/source/cy/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/cy/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--translations/source/cy/padmin/source.po6
-rw-r--r--translations/source/cy/readlicense_oo/docs/readme.po18
-rw-r--r--translations/source/cy/reportbuilder/java/com/sun/star/report/function/metadata.po6
-rw-r--r--translations/source/cy/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/cy/reportbuilder/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--translations/source/cy/reportbuilder/registry/data/org/openoffice/TypeDetection.po8
-rw-r--r--translations/source/cy/reportbuilder/util.po4
-rw-r--r--translations/source/cy/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/cy/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/cy/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/cy/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/cy/sc/source/core/src.po6
-rw-r--r--translations/source/cy/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/cy/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/cy/sc/source/ui/docshell.po6
-rw-r--r--translations/source/cy/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/cy/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/cy/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/cy/sc/source/ui/navipi.po6
-rw-r--r--translations/source/cy/sc/source/ui/pagedlg.po8
-rw-r--r--translations/source/cy/sc/source/ui/src.po8
-rw-r--r--translations/source/cy/sc/source/ui/styleui.po6
-rw-r--r--translations/source/cy/scaddins/source/analysis.po6
-rw-r--r--translations/source/cy/scaddins/source/datefunc.po6
-rw-r--r--translations/source/cy/sccomp/source/solver.po6
-rw-r--r--translations/source/cy/scp2/source/accessories.po6
-rw-r--r--translations/source/cy/scp2/source/activex.po6
-rw-r--r--translations/source/cy/scp2/source/base.po18
-rw-r--r--translations/source/cy/scp2/source/binfilter.po6
-rw-r--r--translations/source/cy/scp2/source/calc.po6
-rw-r--r--translations/source/cy/scp2/source/draw.po6
-rw-r--r--translations/source/cy/scp2/source/extensions.po18
-rw-r--r--translations/source/cy/scp2/source/gnome.po6
-rw-r--r--translations/source/cy/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/cy/scp2/source/impress.po6
-rw-r--r--translations/source/cy/scp2/source/javafilter.po8
-rw-r--r--translations/source/cy/scp2/source/kde.po6
-rw-r--r--translations/source/cy/scp2/source/math.po6
-rw-r--r--translations/source/cy/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/cy/scp2/source/ooo.po8
-rw-r--r--translations/source/cy/scp2/source/python.po6
-rw-r--r--translations/source/cy/scp2/source/quickstart.po6
-rw-r--r--translations/source/cy/scp2/source/sdkoo.po6
-rw-r--r--translations/source/cy/scp2/source/smoketest.po6
-rw-r--r--translations/source/cy/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/cy/scp2/source/writer.po6
-rw-r--r--translations/source/cy/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/cy/scripting/source/pyprov.po4
-rw-r--r--translations/source/cy/sd/source/core.po8
-rw-r--r--translations/source/cy/sd/source/filter/html.po6
-rw-r--r--translations/source/cy/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/cy/sd/source/ui/animations.po6
-rw-r--r--translations/source/cy/sd/source/ui/annotations.po6
-rw-r--r--translations/source/cy/sd/source/ui/app.po6
-rw-r--r--translations/source/cy/sd/source/ui/dlg.po8
-rw-r--r--translations/source/cy/sd/source/ui/notes.po6
-rw-r--r--translations/source/cy/sd/source/ui/slideshow.po8
-rw-r--r--translations/source/cy/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/cy/sd/source/ui/table.po6
-rw-r--r--translations/source/cy/sd/source/ui/view.po6
-rw-r--r--translations/source/cy/sdext/source/minimizer.po4
-rw-r--r--translations/source/cy/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/cy/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po8
-rw-r--r--translations/source/cy/sdext/source/pdfimport.po4
-rw-r--r--translations/source/cy/sdext/source/presenter.po4
-rw-r--r--translations/source/cy/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/cy/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po7
-rw-r--r--translations/source/cy/setup_native/source/mac.po6
-rw-r--r--translations/source/cy/sfx2/source/appl.po6
-rw-r--r--translations/source/cy/sfx2/source/bastyp.po6
-rw-r--r--translations/source/cy/sfx2/source/dialog.po8
-rw-r--r--translations/source/cy/sfx2/source/doc.po8
-rw-r--r--translations/source/cy/sfx2/source/menu.po6
-rw-r--r--translations/source/cy/sfx2/source/view.po6
-rw-r--r--translations/source/cy/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/cy/starmath/source.po6
-rw-r--r--translations/source/cy/svl/source/items.po6
-rw-r--r--translations/source/cy/svl/source/misc.po6
-rw-r--r--translations/source/cy/svtools/source/contnr.po6
-rw-r--r--translations/source/cy/svtools/source/control.po6
-rw-r--r--translations/source/cy/svtools/source/dialogs.po8
-rw-r--r--translations/source/cy/svtools/source/filter.po8
-rw-r--r--translations/source/cy/svtools/source/java.po6
-rw-r--r--translations/source/cy/svtools/source/misc.po8
-rw-r--r--translations/source/cy/svtools/source/plugapp.po6
-rw-r--r--translations/source/cy/svtools/source/toolpanel.po6
-rw-r--r--translations/source/cy/svtools/workben/unodialog.po6
-rw-r--r--translations/source/cy/svx/inc.po6
-rw-r--r--translations/source/cy/svx/source/accessibility.po6
-rw-r--r--translations/source/cy/svx/source/dialog.po6
-rw-r--r--translations/source/cy/svx/source/engine3d.po6
-rw-r--r--translations/source/cy/svx/source/fmcomp.po6
-rw-r--r--translations/source/cy/svx/source/form.po6
-rw-r--r--translations/source/cy/svx/source/gallery2.po6
-rw-r--r--translations/source/cy/svx/source/items.po6
-rw-r--r--translations/source/cy/svx/source/src.po6
-rw-r--r--translations/source/cy/svx/source/stbctrls.po8
-rw-r--r--translations/source/cy/svx/source/svdraw.po6
-rw-r--r--translations/source/cy/svx/source/table.po6
-rw-r--r--translations/source/cy/svx/source/tbxctrls.po6
-rw-r--r--translations/source/cy/svx/source/toolbars.po6
-rw-r--r--translations/source/cy/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/cy/sw/source/core/layout.po4
-rw-r--r--translations/source/cy/sw/source/core/undo.po8
-rw-r--r--translations/source/cy/sw/source/core/unocore.po6
-rw-r--r--translations/source/cy/sw/source/ui/app.po8
-rw-r--r--translations/source/cy/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/cy/sw/source/ui/config.po2
-rw-r--r--translations/source/cy/sw/source/ui/dbui.po6
-rw-r--r--translations/source/cy/sw/source/ui/dialog.po6
-rw-r--r--translations/source/cy/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/cy/sw/source/ui/docvw.po6
-rw-r--r--translations/source/cy/sw/source/ui/envelp.po6
-rw-r--r--translations/source/cy/sw/source/ui/fldui.po6
-rw-r--r--translations/source/cy/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/cy/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/cy/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/cy/sw/source/ui/index.po6
-rw-r--r--translations/source/cy/sw/source/ui/lingu.po6
-rw-r--r--translations/source/cy/sw/source/ui/misc.po6
-rw-r--r--translations/source/cy/sw/source/ui/ribbar.po6
-rw-r--r--translations/source/cy/sw/source/ui/shells.po6
-rw-r--r--translations/source/cy/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/cy/sw/source/ui/table.po6
-rw-r--r--translations/source/cy/sw/source/ui/uiview.po6
-rw-r--r--translations/source/cy/sw/source/ui/utlui.po10
-rw-r--r--translations/source/cy/sw/source/ui/web.po6
-rw-r--r--translations/source/cy/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/cy/swext/mediawiki/help.po6
-rw-r--r--translations/source/cy/swext/mediawiki/src.po6
-rw-r--r--translations/source/cy/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/cy/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/cy/sysui/desktop/share.po6
-rw-r--r--translations/source/cy/uui/source.po6
-rw-r--r--translations/source/cy/vcl/source/src.po6
-rw-r--r--translations/source/cy/wizards/source/euro.po6
-rw-r--r--translations/source/cy/wizards/source/formwizard.po6
-rw-r--r--translations/source/cy/wizards/source/importwizard.po6
-rw-r--r--translations/source/cy/wizards/source/schedule.po6
-rw-r--r--translations/source/cy/wizards/source/template.po6
-rw-r--r--translations/source/cy/xmlsecurity/source/component.po6
-rw-r--r--translations/source/cy/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/da/accessibility/source/helper.po6
-rw-r--r--translations/source/da/avmedia/source/framework.po6
-rw-r--r--translations/source/da/avmedia/source/viewer.po6
-rw-r--r--translations/source/da/basctl/source/basicide.po6
-rw-r--r--translations/source/da/basctl/source/dlged.po6
-rw-r--r--translations/source/da/basic/source/classes.po6
-rw-r--r--translations/source/da/basic/source/sbx.po6
-rw-r--r--translations/source/da/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/da/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/da/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/da/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/da/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/da/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/da/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/da/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/da/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/da/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/da/connectivity/source/drivers/mozab.po6
-rw-r--r--translations/source/da/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/da/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/da/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/da/connectivity/source/resource.po6
-rw-r--r--translations/source/da/cui/source/customize.po6
-rw-r--r--translations/source/da/cui/source/dialogs.po6
-rw-r--r--translations/source/da/cui/source/options.po42
-rw-r--r--translations/source/da/cui/source/tabpages.po8
-rw-r--r--translations/source/da/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/da/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/da/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/da/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/da/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/da/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/da/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/da/dbaccess/source/ui/dlg.po6
-rw-r--r--translations/source/da/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/da/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/da/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/da/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/da/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/da/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/da/desktop/source/app.po6
-rw-r--r--translations/source/da/desktop/source/deployment/gui.po6
-rw-r--r--translations/source/da/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/da/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/da/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/da/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/da/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/da/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/da/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/da/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/da/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/da/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/da/dictionaries/af_ZA.po4
-rw-r--r--translations/source/da/dictionaries/an_ES.po4
-rw-r--r--translations/source/da/dictionaries/ar.po4
-rw-r--r--translations/source/da/dictionaries/be_BY.po4
-rw-r--r--translations/source/da/dictionaries/bg_BG.po4
-rw-r--r--translations/source/da/dictionaries/bn_BD.po4
-rw-r--r--translations/source/da/dictionaries/br_FR.po4
-rw-r--r--translations/source/da/dictionaries/ca.po4
-rw-r--r--translations/source/da/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/da/dictionaries/da_DK.po4
-rw-r--r--translations/source/da/dictionaries/de.po4
-rw-r--r--translations/source/da/dictionaries/el_GR.po4
-rw-r--r--translations/source/da/dictionaries/en.po4
-rw-r--r--translations/source/da/dictionaries/en/dialog.po4
-rw-r--r--translations/source/da/dictionaries/es_ES.po4
-rw-r--r--translations/source/da/dictionaries/et_EE.po4
-rw-r--r--translations/source/da/dictionaries/fr_FR.po4
-rw-r--r--translations/source/da/dictionaries/gd_GB.po4
-rw-r--r--translations/source/da/dictionaries/gl.po4
-rw-r--r--translations/source/da/dictionaries/gu_IN.po4
-rw-r--r--translations/source/da/dictionaries/he_IL.po4
-rw-r--r--translations/source/da/dictionaries/hi_IN.po4
-rw-r--r--translations/source/da/dictionaries/hr_HR.po4
-rw-r--r--translations/source/da/dictionaries/hu_HU.po4
-rw-r--r--translations/source/da/dictionaries/hu_HU/dialog.po4
-rw-r--r--translations/source/da/dictionaries/it_IT.po4
-rw-r--r--translations/source/da/dictionaries/ku_TR.po4
-rw-r--r--translations/source/da/dictionaries/lt_LT.po4
-rw-r--r--translations/source/da/dictionaries/lv_LV.po4
-rw-r--r--translations/source/da/dictionaries/ne_NP.po4
-rw-r--r--translations/source/da/dictionaries/nl_NL.po4
-rw-r--r--translations/source/da/dictionaries/no.po4
-rw-r--r--translations/source/da/dictionaries/oc_FR.po4
-rw-r--r--translations/source/da/dictionaries/pl_PL.po4
-rw-r--r--translations/source/da/dictionaries/pt_BR.po4
-rw-r--r--translations/source/da/dictionaries/pt_PT.po4
-rw-r--r--translations/source/da/dictionaries/ro.po4
-rw-r--r--translations/source/da/dictionaries/ru_RU.po4
-rw-r--r--translations/source/da/dictionaries/ru_RU/dialog.po4
-rw-r--r--translations/source/da/dictionaries/si_LK.po4
-rw-r--r--translations/source/da/dictionaries/sk_SK.po4
-rw-r--r--translations/source/da/dictionaries/sl_SI.po4
-rw-r--r--translations/source/da/dictionaries/sr.po4
-rw-r--r--translations/source/da/dictionaries/sv_SE.po4
-rw-r--r--translations/source/da/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/da/dictionaries/te_IN.po4
-rw-r--r--translations/source/da/dictionaries/th_TH.po4
-rw-r--r--translations/source/da/dictionaries/uk_UA.po4
-rw-r--r--translations/source/da/dictionaries/vi.po4
-rw-r--r--translations/source/da/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/da/editeng/source/accessibility.po6
-rw-r--r--translations/source/da/editeng/source/editeng.po6
-rw-r--r--translations/source/da/editeng/source/items.po6
-rw-r--r--translations/source/da/editeng/source/misc.po6
-rw-r--r--translations/source/da/editeng/source/outliner.po6
-rw-r--r--translations/source/da/extensions/source/abpilot.po6
-rw-r--r--translations/source/da/extensions/source/bibliography.po6
-rw-r--r--translations/source/da/extensions/source/dbpilots.po6
-rw-r--r--translations/source/da/extensions/source/propctrlr.po6
-rw-r--r--translations/source/da/extensions/source/scanner.po6
-rw-r--r--translations/source/da/extensions/source/update/check.po6
-rw-r--r--translations/source/da/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/da/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/da/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/da/filter/source/flash.po6
-rw-r--r--translations/source/da/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/da/filter/source/pdf.po6
-rw-r--r--translations/source/da/filter/source/t602.po6
-rw-r--r--translations/source/da/filter/source/xsltdialog.po6
-rw-r--r--translations/source/da/forms/source/resource.po6
-rw-r--r--translations/source/da/formula/source/core/resource.po6
-rw-r--r--translations/source/da/formula/source/ui/dlg.po6
-rw-r--r--translations/source/da/fpicker/source/office.po6
-rw-r--r--translations/source/da/framework/source/classes.po6
-rw-r--r--translations/source/da/framework/source/services.po6
-rw-r--r--translations/source/da/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/sbasic/shared.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/scalc/01.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/scalc/04.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/scalc/guide.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/sdraw/04.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/shared.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/shared/00.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/shared/01.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/shared/02.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/shared/guide.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/shared/optionen.po82
-rw-r--r--translations/source/da/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/da/helpcontent2/source/text/simpress/04.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/smath/01.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/swriter/00.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/da/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/swriter/04.po2
-rw-r--r--translations/source/da/helpcontent2/source/text/swriter/guide.po16
-rw-r--r--translations/source/da/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--translations/source/da/mysqlc/source.po6
-rw-r--r--translations/source/da/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/da/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po4
-rw-r--r--translations/source/da/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/da/nlpsolver/src/locale.po4
-rw-r--r--translations/source/da/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/da/officecfg/registry/data/org/openoffice/Office/UI.po16
-rw-r--r--translations/source/da/padmin/source.po6
-rw-r--r--translations/source/da/readlicense_oo/docs/readme.po20
-rw-r--r--translations/source/da/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/da/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/da/reportbuilder/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--translations/source/da/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/da/reportbuilder/util.po4
-rw-r--r--translations/source/da/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/da/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/da/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/da/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/da/sc/source/core/src.po6
-rw-r--r--translations/source/da/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/da/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/da/sc/source/ui/docshell.po6
-rw-r--r--translations/source/da/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/da/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/da/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/da/sc/source/ui/navipi.po6
-rw-r--r--translations/source/da/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/da/sc/source/ui/src.po6
-rw-r--r--translations/source/da/sc/source/ui/styleui.po6
-rw-r--r--translations/source/da/scaddins/source/analysis.po6
-rw-r--r--translations/source/da/scaddins/source/datefunc.po6
-rw-r--r--translations/source/da/sccomp/source/solver.po6
-rw-r--r--translations/source/da/scp2/source/accessories.po6
-rw-r--r--translations/source/da/scp2/source/activex.po6
-rw-r--r--translations/source/da/scp2/source/base.po22
-rw-r--r--translations/source/da/scp2/source/binfilter.po6
-rw-r--r--translations/source/da/scp2/source/calc.po6
-rw-r--r--translations/source/da/scp2/source/draw.po6
-rw-r--r--translations/source/da/scp2/source/extensions.po16
-rw-r--r--translations/source/da/scp2/source/gnome.po6
-rw-r--r--translations/source/da/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/da/scp2/source/impress.po6
-rw-r--r--translations/source/da/scp2/source/javafilter.po6
-rw-r--r--translations/source/da/scp2/source/kde.po6
-rw-r--r--translations/source/da/scp2/source/math.po6
-rw-r--r--translations/source/da/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/da/scp2/source/ooo.po6
-rw-r--r--translations/source/da/scp2/source/python.po6
-rw-r--r--translations/source/da/scp2/source/quickstart.po6
-rw-r--r--translations/source/da/scp2/source/sdkoo.po6
-rw-r--r--translations/source/da/scp2/source/smoketest.po4
-rw-r--r--translations/source/da/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/da/scp2/source/writer.po6
-rw-r--r--translations/source/da/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/da/scripting/source/pyprov.po4
-rw-r--r--translations/source/da/sd/source/core.po6
-rw-r--r--translations/source/da/sd/source/filter/html.po6
-rw-r--r--translations/source/da/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/da/sd/source/ui/animations.po6
-rw-r--r--translations/source/da/sd/source/ui/annotations.po6
-rw-r--r--translations/source/da/sd/source/ui/app.po6
-rw-r--r--translations/source/da/sd/source/ui/dlg.po6
-rw-r--r--translations/source/da/sd/source/ui/notes.po6
-rw-r--r--translations/source/da/sd/source/ui/slideshow.po6
-rw-r--r--translations/source/da/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/da/sd/source/ui/table.po6
-rw-r--r--translations/source/da/sd/source/ui/view.po8
-rw-r--r--translations/source/da/sdext/source/minimizer.po4
-rw-r--r--translations/source/da/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/da/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/da/sdext/source/pdfimport.po4
-rw-r--r--translations/source/da/sdext/source/presenter.po4
-rw-r--r--translations/source/da/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/da/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/da/setup_native/source/mac.po6
-rw-r--r--translations/source/da/sfx2/source/appl.po6
-rw-r--r--translations/source/da/sfx2/source/bastyp.po6
-rw-r--r--translations/source/da/sfx2/source/dialog.po6
-rw-r--r--translations/source/da/sfx2/source/doc.po6
-rw-r--r--translations/source/da/sfx2/source/menu.po6
-rw-r--r--translations/source/da/sfx2/source/view.po6
-rw-r--r--translations/source/da/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/da/starmath/source.po6
-rw-r--r--translations/source/da/svl/source/items.po6
-rw-r--r--translations/source/da/svl/source/misc.po6
-rw-r--r--translations/source/da/svtools/source/contnr.po6
-rw-r--r--translations/source/da/svtools/source/control.po6
-rw-r--r--translations/source/da/svtools/source/dialogs.po6
-rw-r--r--translations/source/da/svtools/source/filter.po6
-rw-r--r--translations/source/da/svtools/source/java.po6
-rw-r--r--translations/source/da/svtools/source/misc.po6
-rw-r--r--translations/source/da/svtools/source/plugapp.po6
-rw-r--r--translations/source/da/svtools/source/toolpanel.po6
-rw-r--r--translations/source/da/svtools/workben/unodialog.po6
-rw-r--r--translations/source/da/svx/inc.po6
-rw-r--r--translations/source/da/svx/source/accessibility.po6
-rw-r--r--translations/source/da/svx/source/dialog.po6
-rw-r--r--translations/source/da/svx/source/engine3d.po6
-rw-r--r--translations/source/da/svx/source/fmcomp.po6
-rw-r--r--translations/source/da/svx/source/form.po6
-rw-r--r--translations/source/da/svx/source/gallery2.po6
-rw-r--r--translations/source/da/svx/source/items.po6
-rw-r--r--translations/source/da/svx/source/src.po6
-rw-r--r--translations/source/da/svx/source/stbctrls.po8
-rw-r--r--translations/source/da/svx/source/svdraw.po6
-rw-r--r--translations/source/da/svx/source/table.po6
-rw-r--r--translations/source/da/svx/source/tbxctrls.po6
-rw-r--r--translations/source/da/svx/source/toolbars.po6
-rw-r--r--translations/source/da/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/da/sw/source/core/layout.po4
-rw-r--r--translations/source/da/sw/source/core/undo.po6
-rw-r--r--translations/source/da/sw/source/core/unocore.po6
-rw-r--r--translations/source/da/sw/source/ui/app.po6
-rw-r--r--translations/source/da/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/da/sw/source/ui/config.po58
-rw-r--r--translations/source/da/sw/source/ui/dbui.po6
-rw-r--r--translations/source/da/sw/source/ui/dialog.po6
-rw-r--r--translations/source/da/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/da/sw/source/ui/docvw.po6
-rw-r--r--translations/source/da/sw/source/ui/envelp.po6
-rw-r--r--translations/source/da/sw/source/ui/fldui.po6
-rw-r--r--translations/source/da/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/da/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/da/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/da/sw/source/ui/index.po6
-rw-r--r--translations/source/da/sw/source/ui/lingu.po6
-rw-r--r--translations/source/da/sw/source/ui/misc.po6
-rw-r--r--translations/source/da/sw/source/ui/ribbar.po6
-rw-r--r--translations/source/da/sw/source/ui/shells.po6
-rw-r--r--translations/source/da/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/da/sw/source/ui/table.po6
-rw-r--r--translations/source/da/sw/source/ui/uiview.po6
-rw-r--r--translations/source/da/sw/source/ui/utlui.po188
-rw-r--r--translations/source/da/sw/source/ui/web.po6
-rw-r--r--translations/source/da/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/da/swext/mediawiki/help.po6
-rw-r--r--translations/source/da/swext/mediawiki/src.po6
-rw-r--r--translations/source/da/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/da/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/da/sysui/desktop/share.po6
-rw-r--r--translations/source/da/uui/source.po6
-rw-r--r--translations/source/da/vcl/source/src.po6
-rw-r--r--translations/source/da/wizards/source/euro.po6
-rw-r--r--translations/source/da/wizards/source/formwizard.po6
-rw-r--r--translations/source/da/wizards/source/importwizard.po6
-rw-r--r--translations/source/da/wizards/source/schedule.po6
-rw-r--r--translations/source/da/wizards/source/template.po6
-rw-r--r--translations/source/da/xmlsecurity/source/component.po6
-rw-r--r--translations/source/da/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/de/accessibility/source/helper.po8
-rw-r--r--translations/source/de/avmedia/source/framework.po8
-rw-r--r--translations/source/de/avmedia/source/viewer.po6
-rw-r--r--translations/source/de/basctl/source/basicide.po8
-rw-r--r--translations/source/de/basctl/source/dlged.po6
-rw-r--r--translations/source/de/basic/source/classes.po6
-rw-r--r--translations/source/de/basic/source/sbx.po6
-rw-r--r--translations/source/de/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/de/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/de/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/de/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/de/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/de/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/de/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/de/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/de/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/de/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/de/connectivity/source/drivers/mozab.po6
-rw-r--r--translations/source/de/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/de/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/de/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/de/connectivity/source/resource.po6
-rw-r--r--translations/source/de/cui/source/customize.po6
-rw-r--r--translations/source/de/cui/source/dialogs.po6
-rw-r--r--translations/source/de/cui/source/options.po40
-rw-r--r--translations/source/de/cui/source/tabpages.po8
-rw-r--r--translations/source/de/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/de/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/de/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/de/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/de/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/de/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/de/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/de/dbaccess/source/ui/dlg.po6
-rw-r--r--translations/source/de/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/de/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/de/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/de/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/de/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/de/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/de/desktop/source/app.po6
-rw-r--r--translations/source/de/desktop/source/deployment/gui.po6
-rw-r--r--translations/source/de/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/de/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/de/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/de/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/de/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/de/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/de/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/de/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/de/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/de/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/de/dictionaries/af_ZA.po4
-rw-r--r--translations/source/de/dictionaries/an_ES.po4
-rw-r--r--translations/source/de/dictionaries/ar.po4
-rw-r--r--translations/source/de/dictionaries/be_BY.po4
-rw-r--r--translations/source/de/dictionaries/bg_BG.po4
-rw-r--r--translations/source/de/dictionaries/bn_BD.po4
-rw-r--r--translations/source/de/dictionaries/br_FR.po4
-rw-r--r--translations/source/de/dictionaries/ca.po4
-rw-r--r--translations/source/de/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/de/dictionaries/da_DK.po4
-rw-r--r--translations/source/de/dictionaries/de.po4
-rw-r--r--translations/source/de/dictionaries/el_GR.po4
-rw-r--r--translations/source/de/dictionaries/en.po4
-rw-r--r--translations/source/de/dictionaries/en/dialog.po4
-rw-r--r--translations/source/de/dictionaries/es_ES.po4
-rw-r--r--translations/source/de/dictionaries/et_EE.po4
-rw-r--r--translations/source/de/dictionaries/fr_FR.po4
-rw-r--r--translations/source/de/dictionaries/gd_GB.po4
-rw-r--r--translations/source/de/dictionaries/gl.po4
-rw-r--r--translations/source/de/dictionaries/gu_IN.po4
-rw-r--r--translations/source/de/dictionaries/he_IL.po4
-rw-r--r--translations/source/de/dictionaries/hi_IN.po4
-rw-r--r--translations/source/de/dictionaries/hr_HR.po4
-rw-r--r--translations/source/de/dictionaries/hu_HU.po4
-rw-r--r--translations/source/de/dictionaries/hu_HU/dialog.po4
-rw-r--r--translations/source/de/dictionaries/it_IT.po4
-rw-r--r--translations/source/de/dictionaries/ku_TR.po4
-rw-r--r--translations/source/de/dictionaries/lt_LT.po4
-rw-r--r--translations/source/de/dictionaries/lv_LV.po4
-rw-r--r--translations/source/de/dictionaries/ne_NP.po4
-rw-r--r--translations/source/de/dictionaries/nl_NL.po4
-rw-r--r--translations/source/de/dictionaries/no.po4
-rw-r--r--translations/source/de/dictionaries/oc_FR.po4
-rw-r--r--translations/source/de/dictionaries/pl_PL.po4
-rw-r--r--translations/source/de/dictionaries/pt_BR.po4
-rw-r--r--translations/source/de/dictionaries/pt_PT.po4
-rw-r--r--translations/source/de/dictionaries/ro.po4
-rw-r--r--translations/source/de/dictionaries/ru_RU.po4
-rw-r--r--translations/source/de/dictionaries/ru_RU/dialog.po4
-rw-r--r--translations/source/de/dictionaries/si_LK.po4
-rw-r--r--translations/source/de/dictionaries/sk_SK.po4
-rw-r--r--translations/source/de/dictionaries/sl_SI.po4
-rw-r--r--translations/source/de/dictionaries/sr.po4
-rw-r--r--translations/source/de/dictionaries/sv_SE.po4
-rw-r--r--translations/source/de/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/de/dictionaries/te_IN.po4
-rw-r--r--translations/source/de/dictionaries/th_TH.po4
-rw-r--r--translations/source/de/dictionaries/uk_UA.po4
-rw-r--r--translations/source/de/dictionaries/vi.po4
-rw-r--r--translations/source/de/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/de/editeng/source/accessibility.po6
-rw-r--r--translations/source/de/editeng/source/editeng.po6
-rw-r--r--translations/source/de/editeng/source/items.po6
-rw-r--r--translations/source/de/editeng/source/misc.po6
-rw-r--r--translations/source/de/editeng/source/outliner.po6
-rw-r--r--translations/source/de/extensions/source/abpilot.po6
-rw-r--r--translations/source/de/extensions/source/bibliography.po6
-rw-r--r--translations/source/de/extensions/source/dbpilots.po6
-rw-r--r--translations/source/de/extensions/source/propctrlr.po6
-rw-r--r--translations/source/de/extensions/source/scanner.po6
-rw-r--r--translations/source/de/extensions/source/update/check.po6
-rw-r--r--translations/source/de/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/de/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/de/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/de/filter/source/flash.po6
-rw-r--r--translations/source/de/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/de/filter/source/pdf.po8
-rw-r--r--translations/source/de/filter/source/t602.po6
-rw-r--r--translations/source/de/filter/source/xsltdialog.po6
-rw-r--r--translations/source/de/forms/source/resource.po6
-rw-r--r--translations/source/de/formula/source/core/resource.po16
-rw-r--r--translations/source/de/formula/source/ui/dlg.po6
-rw-r--r--translations/source/de/fpicker/source/office.po6
-rw-r--r--translations/source/de/framework/source/classes.po6
-rw-r--r--translations/source/de/framework/source/services.po6
-rw-r--r--translations/source/de/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/de/helpcontent2/source/text/sbasic/shared.po4
-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.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/de/helpcontent2/source/text/scalc/01.po46
-rw-r--r--translations/source/de/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/scalc/04.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/scalc/05.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--translations/source/de/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/de/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/de/helpcontent2/source/text/schart/01.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/schart/02.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/de/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/de/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/de/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/de/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/de/helpcontent2/source/text/shared.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/shared/00.po6
-rw-r--r--translations/source/de/helpcontent2/source/text/shared/01.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/shared/02.po6
-rw-r--r--translations/source/de/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/de/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/de/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/de/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/shared/explorer/database.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/shared/guide.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/shared/optionen.po80
-rw-r--r--translations/source/de/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/de/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/de/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/de/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/simpress/guide.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/de/helpcontent2/source/text/smath/01.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/de/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/de/helpcontent2/source/text/smath/guide.po2
-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.po4
-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.po18
-rw-r--r--translations/source/de/instsetoo_native/inc_openoffice/windows/msi_languages.po8
-rw-r--r--translations/source/de/mysqlc/source.po6
-rw-r--r--translations/source/de/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/de/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po4
-rw-r--r--translations/source/de/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/de/nlpsolver/src/locale.po4
-rw-r--r--translations/source/de/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/de/officecfg/registry/data/org/openoffice/Office/UI.po28
-rw-r--r--translations/source/de/padmin/source.po6
-rw-r--r--translations/source/de/readlicense_oo/docs/readme.po16
-rw-r--r--translations/source/de/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/de/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/de/reportbuilder/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--translations/source/de/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/de/reportbuilder/util.po4
-rw-r--r--translations/source/de/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/de/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/de/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/de/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/de/sc/source/core/src.po6
-rw-r--r--translations/source/de/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/de/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/de/sc/source/ui/docshell.po6
-rw-r--r--translations/source/de/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/de/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/de/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/de/sc/source/ui/navipi.po6
-rw-r--r--translations/source/de/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/de/sc/source/ui/src.po8
-rw-r--r--translations/source/de/sc/source/ui/styleui.po6
-rw-r--r--translations/source/de/scaddins/source/analysis.po6
-rw-r--r--translations/source/de/scaddins/source/datefunc.po6
-rw-r--r--translations/source/de/sccomp/source/solver.po6
-rw-r--r--translations/source/de/scp2/source/accessories.po6
-rw-r--r--translations/source/de/scp2/source/activex.po6
-rw-r--r--translations/source/de/scp2/source/base.po18
-rw-r--r--translations/source/de/scp2/source/binfilter.po6
-rw-r--r--translations/source/de/scp2/source/calc.po6
-rw-r--r--translations/source/de/scp2/source/draw.po6
-rw-r--r--translations/source/de/scp2/source/extensions.po16
-rw-r--r--translations/source/de/scp2/source/gnome.po6
-rw-r--r--translations/source/de/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/de/scp2/source/impress.po6
-rw-r--r--translations/source/de/scp2/source/javafilter.po6
-rw-r--r--translations/source/de/scp2/source/kde.po6
-rw-r--r--translations/source/de/scp2/source/math.po6
-rw-r--r--translations/source/de/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/de/scp2/source/ooo.po6
-rw-r--r--translations/source/de/scp2/source/python.po6
-rw-r--r--translations/source/de/scp2/source/quickstart.po6
-rw-r--r--translations/source/de/scp2/source/sdkoo.po6
-rw-r--r--translations/source/de/scp2/source/smoketest.po4
-rw-r--r--translations/source/de/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/de/scp2/source/writer.po6
-rw-r--r--translations/source/de/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/de/scripting/source/pyprov.po4
-rw-r--r--translations/source/de/sd/source/core.po6
-rw-r--r--translations/source/de/sd/source/filter/html.po6
-rw-r--r--translations/source/de/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/de/sd/source/ui/animations.po6
-rw-r--r--translations/source/de/sd/source/ui/annotations.po6
-rw-r--r--translations/source/de/sd/source/ui/app.po6
-rw-r--r--translations/source/de/sd/source/ui/dlg.po6
-rw-r--r--translations/source/de/sd/source/ui/notes.po6
-rw-r--r--translations/source/de/sd/source/ui/slideshow.po6
-rw-r--r--translations/source/de/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/de/sd/source/ui/table.po6
-rw-r--r--translations/source/de/sd/source/ui/view.po6
-rw-r--r--translations/source/de/sdext/source/minimizer.po4
-rw-r--r--translations/source/de/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/de/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/de/sdext/source/pdfimport.po4
-rw-r--r--translations/source/de/sdext/source/presenter.po4
-rw-r--r--translations/source/de/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/de/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/de/setup_native/source/mac.po6
-rw-r--r--translations/source/de/sfx2/source/appl.po6
-rw-r--r--translations/source/de/sfx2/source/bastyp.po6
-rw-r--r--translations/source/de/sfx2/source/dialog.po14
-rw-r--r--translations/source/de/sfx2/source/doc.po6
-rw-r--r--translations/source/de/sfx2/source/menu.po6
-rw-r--r--translations/source/de/sfx2/source/view.po6
-rw-r--r--translations/source/de/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/de/starmath/source.po6
-rw-r--r--translations/source/de/svl/source/items.po6
-rw-r--r--translations/source/de/svl/source/misc.po6
-rw-r--r--translations/source/de/svtools/source/contnr.po6
-rw-r--r--translations/source/de/svtools/source/control.po6
-rw-r--r--translations/source/de/svtools/source/dialogs.po6
-rw-r--r--translations/source/de/svtools/source/filter.po6
-rw-r--r--translations/source/de/svtools/source/java.po6
-rw-r--r--translations/source/de/svtools/source/misc.po6
-rw-r--r--translations/source/de/svtools/source/plugapp.po6
-rw-r--r--translations/source/de/svtools/source/toolpanel.po6
-rw-r--r--translations/source/de/svtools/workben/unodialog.po6
-rw-r--r--translations/source/de/svx/inc.po6
-rw-r--r--translations/source/de/svx/source/accessibility.po6
-rw-r--r--translations/source/de/svx/source/dialog.po6
-rw-r--r--translations/source/de/svx/source/engine3d.po6
-rw-r--r--translations/source/de/svx/source/fmcomp.po6
-rw-r--r--translations/source/de/svx/source/form.po6
-rw-r--r--translations/source/de/svx/source/gallery2.po6
-rw-r--r--translations/source/de/svx/source/items.po6
-rw-r--r--translations/source/de/svx/source/src.po6
-rw-r--r--translations/source/de/svx/source/stbctrls.po8
-rw-r--r--translations/source/de/svx/source/svdraw.po6
-rw-r--r--translations/source/de/svx/source/table.po6
-rw-r--r--translations/source/de/svx/source/tbxctrls.po6
-rw-r--r--translations/source/de/svx/source/toolbars.po6
-rw-r--r--translations/source/de/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/de/sw/source/core/layout.po4
-rw-r--r--translations/source/de/sw/source/core/undo.po6
-rw-r--r--translations/source/de/sw/source/core/unocore.po6
-rw-r--r--translations/source/de/sw/source/ui/app.po8
-rw-r--r--translations/source/de/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/de/sw/source/ui/config.po58
-rw-r--r--translations/source/de/sw/source/ui/dbui.po6
-rw-r--r--translations/source/de/sw/source/ui/dialog.po6
-rw-r--r--translations/source/de/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/de/sw/source/ui/docvw.po6
-rw-r--r--translations/source/de/sw/source/ui/envelp.po6
-rw-r--r--translations/source/de/sw/source/ui/fldui.po6
-rw-r--r--translations/source/de/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/de/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/de/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/de/sw/source/ui/index.po6
-rw-r--r--translations/source/de/sw/source/ui/lingu.po6
-rw-r--r--translations/source/de/sw/source/ui/misc.po6
-rw-r--r--translations/source/de/sw/source/ui/ribbar.po6
-rw-r--r--translations/source/de/sw/source/ui/shells.po6
-rw-r--r--translations/source/de/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/de/sw/source/ui/table.po6
-rw-r--r--translations/source/de/sw/source/ui/uiview.po6
-rw-r--r--translations/source/de/sw/source/ui/utlui.po190
-rw-r--r--translations/source/de/sw/source/ui/web.po6
-rw-r--r--translations/source/de/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/de/swext/mediawiki/help.po6
-rw-r--r--translations/source/de/swext/mediawiki/src.po6
-rw-r--r--translations/source/de/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/de/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/de/sysui/desktop/share.po6
-rw-r--r--translations/source/de/uui/source.po6
-rw-r--r--translations/source/de/vcl/source/src.po6
-rw-r--r--translations/source/de/wizards/source/euro.po6
-rw-r--r--translations/source/de/wizards/source/formwizard.po6
-rw-r--r--translations/source/de/wizards/source/importwizard.po6
-rw-r--r--translations/source/de/wizards/source/schedule.po6
-rw-r--r--translations/source/de/wizards/source/template.po6
-rw-r--r--translations/source/de/xmlsecurity/source/component.po6
-rw-r--r--translations/source/de/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/dgo/accessibility/source/helper.po6
-rw-r--r--translations/source/dgo/avmedia/source/framework.po6
-rw-r--r--translations/source/dgo/avmedia/source/viewer.po6
-rw-r--r--translations/source/dgo/basctl/source/basicide.po6
-rw-r--r--translations/source/dgo/basctl/source/dlged.po6
-rw-r--r--translations/source/dgo/basic/source/classes.po6
-rw-r--r--translations/source/dgo/basic/source/sbx.po6
-rw-r--r--translations/source/dgo/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/dgo/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/dgo/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/dgo/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/dgo/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/dgo/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/dgo/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/dgo/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/dgo/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/dgo/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/dgo/connectivity/source/drivers/mozab.po10
-rw-r--r--translations/source/dgo/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/dgo/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/dgo/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/dgo/connectivity/source/resource.po6
-rw-r--r--translations/source/dgo/cui/source/customize.po6
-rw-r--r--translations/source/dgo/cui/source/dialogs.po57
-rw-r--r--translations/source/dgo/cui/source/options.po16
-rw-r--r--translations/source/dgo/cui/source/tabpages.po148
-rw-r--r--translations/source/dgo/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/dgo/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/dgo/dbaccess/source/ext/macromigration.po8
-rw-r--r--translations/source/dgo/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/dgo/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/dgo/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/dgo/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/dgo/dbaccess/source/ui/dlg.po13
-rw-r--r--translations/source/dgo/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/dgo/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/dgo/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/dgo/dbaccess/source/ui/relationdesign.po8
-rw-r--r--translations/source/dgo/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/dgo/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/dgo/desktop/source/app.po10
-rw-r--r--translations/source/dgo/desktop/source/deployment/gui.po28
-rw-r--r--translations/source/dgo/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/dgo/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/dgo/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/dgo/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/dgo/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/dgo/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/dgo/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/dgo/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/dgo/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/dgo/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/dgo/dictionaries/af_ZA.po4
-rw-r--r--translations/source/dgo/dictionaries/an_ES.po19
-rw-r--r--translations/source/dgo/dictionaries/ar.po4
-rw-r--r--translations/source/dgo/dictionaries/be_BY.po4
-rw-r--r--translations/source/dgo/dictionaries/bg_BG.po4
-rw-r--r--translations/source/dgo/dictionaries/bn_BD.po4
-rw-r--r--translations/source/dgo/dictionaries/br_FR.po4
-rw-r--r--translations/source/dgo/dictionaries/ca.po4
-rw-r--r--translations/source/dgo/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/dgo/dictionaries/da_DK.po4
-rw-r--r--translations/source/dgo/dictionaries/de.po4
-rw-r--r--translations/source/dgo/dictionaries/el_GR.po4
-rw-r--r--translations/source/dgo/dictionaries/en.po6
-rw-r--r--translations/source/dgo/dictionaries/en/dialog.po171
-rw-r--r--translations/source/dgo/dictionaries/es_ES.po4
-rw-r--r--translations/source/dgo/dictionaries/et_EE.po4
-rw-r--r--translations/source/dgo/dictionaries/fr_FR.po4
-rw-r--r--translations/source/dgo/dictionaries/gd_GB.po4
-rw-r--r--translations/source/dgo/dictionaries/gl.po4
-rw-r--r--translations/source/dgo/dictionaries/gu_IN.po4
-rw-r--r--translations/source/dgo/dictionaries/he_IL.po4
-rw-r--r--translations/source/dgo/dictionaries/hi_IN.po4
-rw-r--r--translations/source/dgo/dictionaries/hr_HR.po4
-rw-r--r--translations/source/dgo/dictionaries/hu_HU.po6
-rw-r--r--translations/source/dgo/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/dgo/dictionaries/it_IT.po4
-rw-r--r--translations/source/dgo/dictionaries/ku_TR.po4
-rw-r--r--translations/source/dgo/dictionaries/lt_LT.po4
-rw-r--r--translations/source/dgo/dictionaries/lv_LV.po4
-rw-r--r--translations/source/dgo/dictionaries/ne_NP.po4
-rw-r--r--translations/source/dgo/dictionaries/nl_NL.po4
-rw-r--r--translations/source/dgo/dictionaries/no.po4
-rw-r--r--translations/source/dgo/dictionaries/oc_FR.po4
-rw-r--r--translations/source/dgo/dictionaries/pl_PL.po4
-rw-r--r--translations/source/dgo/dictionaries/pt_BR.po4
-rw-r--r--translations/source/dgo/dictionaries/pt_PT.po4
-rw-r--r--translations/source/dgo/dictionaries/ro.po4
-rw-r--r--translations/source/dgo/dictionaries/ru_RU.po6
-rw-r--r--translations/source/dgo/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/dgo/dictionaries/si_LK.po19
-rw-r--r--translations/source/dgo/dictionaries/sk_SK.po4
-rw-r--r--translations/source/dgo/dictionaries/sl_SI.po4
-rw-r--r--translations/source/dgo/dictionaries/sr.po4
-rw-r--r--translations/source/dgo/dictionaries/sv_SE.po4
-rw-r--r--translations/source/dgo/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/dgo/dictionaries/te_IN.po4
-rw-r--r--translations/source/dgo/dictionaries/th_TH.po4
-rw-r--r--translations/source/dgo/dictionaries/uk_UA.po4
-rw-r--r--translations/source/dgo/dictionaries/vi.po4
-rw-r--r--translations/source/dgo/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/dgo/editeng/source/accessibility.po6
-rw-r--r--translations/source/dgo/editeng/source/editeng.po8
-rw-r--r--translations/source/dgo/editeng/source/items.po30
-rw-r--r--translations/source/dgo/editeng/source/misc.po6
-rw-r--r--translations/source/dgo/editeng/source/outliner.po6
-rw-r--r--translations/source/dgo/extensions/source/abpilot.po10
-rw-r--r--translations/source/dgo/extensions/source/bibliography.po6
-rw-r--r--translations/source/dgo/extensions/source/dbpilots.po6
-rw-r--r--translations/source/dgo/extensions/source/propctrlr.po6
-rw-r--r--translations/source/dgo/extensions/source/scanner.po6
-rw-r--r--translations/source/dgo/extensions/source/update/check.po6
-rw-r--r--translations/source/dgo/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/dgo/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/dgo/filter/source/config/fragments/types.po8
-rw-r--r--translations/source/dgo/filter/source/flash.po6
-rw-r--r--translations/source/dgo/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/dgo/filter/source/pdf.po10
-rw-r--r--translations/source/dgo/filter/source/t602.po6
-rw-r--r--translations/source/dgo/filter/source/xsltdialog.po6
-rw-r--r--translations/source/dgo/forms/source/resource.po6
-rw-r--r--translations/source/dgo/formula/source/core/resource.po22
-rw-r--r--translations/source/dgo/formula/source/ui/dlg.po6
-rw-r--r--translations/source/dgo/fpicker/source/office.po6
-rw-r--r--translations/source/dgo/framework/source/classes.po6
-rw-r--r--translations/source/dgo/framework/source/services.po6
-rw-r--r--translations/source/dgo/instsetoo_native/inc_openoffice/windows/msi_languages.po68
-rw-r--r--translations/source/dgo/mysqlc/source.po6
-rw-r--r--translations/source/dgo/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/dgo/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/dgo/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/dgo/nlpsolver/src/locale.po179
-rw-r--r--translations/source/dgo/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/dgo/officecfg/registry/data/org/openoffice/Office/UI.po57
-rw-r--r--translations/source/dgo/padmin/source.po6
-rw-r--r--translations/source/dgo/readlicense_oo/docs/readme.po34
-rw-r--r--translations/source/dgo/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/dgo/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/dgo/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/dgo/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/dgo/reportbuilder/util.po4
-rw-r--r--translations/source/dgo/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/dgo/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/dgo/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/dgo/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/dgo/sc/source/core/src.po6
-rw-r--r--translations/source/dgo/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/dgo/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/dgo/sc/source/ui/docshell.po6
-rw-r--r--translations/source/dgo/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/dgo/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/dgo/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/dgo/sc/source/ui/navipi.po8
-rw-r--r--translations/source/dgo/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/dgo/sc/source/ui/src.po144
-rw-r--r--translations/source/dgo/sc/source/ui/styleui.po8
-rw-r--r--translations/source/dgo/scaddins/source/analysis.po6
-rw-r--r--translations/source/dgo/scaddins/source/datefunc.po6
-rw-r--r--translations/source/dgo/sccomp/source/solver.po6
-rw-r--r--translations/source/dgo/scp2/source/accessories.po6
-rw-r--r--translations/source/dgo/scp2/source/activex.po6
-rw-r--r--translations/source/dgo/scp2/source/base.po16
-rw-r--r--translations/source/dgo/scp2/source/binfilter.po6
-rw-r--r--translations/source/dgo/scp2/source/calc.po6
-rw-r--r--translations/source/dgo/scp2/source/draw.po6
-rw-r--r--translations/source/dgo/scp2/source/extensions.po2196
-rw-r--r--translations/source/dgo/scp2/source/gnome.po6
-rw-r--r--translations/source/dgo/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/dgo/scp2/source/impress.po6
-rw-r--r--translations/source/dgo/scp2/source/javafilter.po6
-rw-r--r--translations/source/dgo/scp2/source/kde.po6
-rw-r--r--translations/source/dgo/scp2/source/math.po6
-rw-r--r--translations/source/dgo/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/dgo/scp2/source/ooo.po27
-rw-r--r--translations/source/dgo/scp2/source/python.po6
-rw-r--r--translations/source/dgo/scp2/source/quickstart.po6
-rw-r--r--translations/source/dgo/scp2/source/sdkoo.po6
-rw-r--r--translations/source/dgo/scp2/source/smoketest.po23
-rw-r--r--translations/source/dgo/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/dgo/scp2/source/writer.po6
-rw-r--r--translations/source/dgo/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/dgo/scripting/source/pyprov.po4
-rw-r--r--translations/source/dgo/sd/source/core.po41
-rw-r--r--translations/source/dgo/sd/source/filter/html.po6
-rw-r--r--translations/source/dgo/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/dgo/sd/source/ui/animations.po6
-rw-r--r--translations/source/dgo/sd/source/ui/annotations.po6
-rw-r--r--translations/source/dgo/sd/source/ui/app.po8
-rw-r--r--translations/source/dgo/sd/source/ui/dlg.po6
-rw-r--r--translations/source/dgo/sd/source/ui/notes.po6
-rw-r--r--translations/source/dgo/sd/source/ui/slideshow.po15
-rw-r--r--translations/source/dgo/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/dgo/sd/source/ui/table.po6
-rw-r--r--translations/source/dgo/sd/source/ui/view.po6
-rw-r--r--translations/source/dgo/sdext/source/minimizer.po4
-rw-r--r--translations/source/dgo/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/dgo/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/dgo/sdext/source/pdfimport.po4
-rw-r--r--translations/source/dgo/sdext/source/presenter.po4
-rw-r--r--translations/source/dgo/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/dgo/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/dgo/setup_native/source/mac.po6
-rw-r--r--translations/source/dgo/sfx2/source/appl.po6
-rw-r--r--translations/source/dgo/sfx2/source/bastyp.po6
-rw-r--r--translations/source/dgo/sfx2/source/dialog.po12
-rw-r--r--translations/source/dgo/sfx2/source/doc.po16
-rw-r--r--translations/source/dgo/sfx2/source/menu.po6
-rw-r--r--translations/source/dgo/sfx2/source/view.po6
-rw-r--r--translations/source/dgo/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/dgo/starmath/source.po6
-rw-r--r--translations/source/dgo/svl/source/items.po6
-rw-r--r--translations/source/dgo/svl/source/misc.po6
-rw-r--r--translations/source/dgo/svtools/source/contnr.po6
-rw-r--r--translations/source/dgo/svtools/source/control.po6
-rw-r--r--translations/source/dgo/svtools/source/dialogs.po6
-rw-r--r--translations/source/dgo/svtools/source/filter.po6
-rw-r--r--translations/source/dgo/svtools/source/java.po6
-rw-r--r--translations/source/dgo/svtools/source/misc.po51
-rw-r--r--translations/source/dgo/svtools/source/plugapp.po6
-rw-r--r--translations/source/dgo/svtools/source/toolpanel.po6
-rw-r--r--translations/source/dgo/svtools/workben/unodialog.po6
-rw-r--r--translations/source/dgo/svx/inc.po8
-rw-r--r--translations/source/dgo/svx/source/accessibility.po6
-rw-r--r--translations/source/dgo/svx/source/dialog.po10
-rw-r--r--translations/source/dgo/svx/source/engine3d.po6
-rw-r--r--translations/source/dgo/svx/source/fmcomp.po6
-rw-r--r--translations/source/dgo/svx/source/form.po6
-rw-r--r--translations/source/dgo/svx/source/gallery2.po6
-rw-r--r--translations/source/dgo/svx/source/items.po6
-rw-r--r--translations/source/dgo/svx/source/src.po6
-rw-r--r--translations/source/dgo/svx/source/stbctrls.po4
-rw-r--r--translations/source/dgo/svx/source/svdraw.po6
-rw-r--r--translations/source/dgo/svx/source/table.po6
-rw-r--r--translations/source/dgo/svx/source/tbxctrls.po6
-rw-r--r--translations/source/dgo/svx/source/toolbars.po6
-rw-r--r--translations/source/dgo/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/dgo/sw/source/core/layout.po4
-rw-r--r--translations/source/dgo/sw/source/core/undo.po8
-rw-r--r--translations/source/dgo/sw/source/core/unocore.po6
-rw-r--r--translations/source/dgo/sw/source/ui/app.po22
-rw-r--r--translations/source/dgo/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/dgo/sw/source/ui/config.po2
-rw-r--r--translations/source/dgo/sw/source/ui/dbui.po6
-rw-r--r--translations/source/dgo/sw/source/ui/dialog.po14
-rw-r--r--translations/source/dgo/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/dgo/sw/source/ui/docvw.po22
-rw-r--r--translations/source/dgo/sw/source/ui/envelp.po6
-rw-r--r--translations/source/dgo/sw/source/ui/fldui.po6
-rw-r--r--translations/source/dgo/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/dgo/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/dgo/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/dgo/sw/source/ui/index.po11
-rw-r--r--translations/source/dgo/sw/source/ui/lingu.po6
-rw-r--r--translations/source/dgo/sw/source/ui/misc.po6
-rw-r--r--translations/source/dgo/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/dgo/sw/source/ui/shells.po14
-rw-r--r--translations/source/dgo/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/dgo/sw/source/ui/table.po14
-rw-r--r--translations/source/dgo/sw/source/ui/uiview.po6
-rw-r--r--translations/source/dgo/sw/source/ui/utlui.po22
-rw-r--r--translations/source/dgo/sw/source/ui/web.po6
-rw-r--r--translations/source/dgo/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/dgo/swext/mediawiki/help.po10
-rw-r--r--translations/source/dgo/swext/mediawiki/src.po6
-rw-r--r--translations/source/dgo/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/dgo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/dgo/sysui/desktop/share.po6
-rw-r--r--translations/source/dgo/uui/source.po6
-rw-r--r--translations/source/dgo/vcl/source/src.po24
-rw-r--r--translations/source/dgo/wizards/source/euro.po6
-rw-r--r--translations/source/dgo/wizards/source/formwizard.po6
-rw-r--r--translations/source/dgo/wizards/source/importwizard.po6
-rw-r--r--translations/source/dgo/wizards/source/schedule.po6
-rw-r--r--translations/source/dgo/wizards/source/template.po6
-rw-r--r--translations/source/dgo/xmlsecurity/source/component.po6
-rw-r--r--translations/source/dgo/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/dz/accessibility/source/helper.po6
-rw-r--r--translations/source/dz/avmedia/source/framework.po6
-rw-r--r--translations/source/dz/avmedia/source/viewer.po6
-rw-r--r--translations/source/dz/basctl/source/basicide.po6
-rw-r--r--translations/source/dz/basctl/source/dlged.po6
-rw-r--r--translations/source/dz/basic/source/classes.po6
-rw-r--r--translations/source/dz/basic/source/sbx.po6
-rw-r--r--translations/source/dz/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/dz/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/dz/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/dz/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/dz/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/dz/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/dz/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/dz/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/dz/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/dz/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/dz/connectivity/source/drivers/mozab.po10
-rw-r--r--translations/source/dz/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/dz/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/dz/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/dz/connectivity/source/resource.po6
-rw-r--r--translations/source/dz/cui/source/customize.po6
-rw-r--r--translations/source/dz/cui/source/dialogs.po45
-rw-r--r--translations/source/dz/cui/source/options.po19
-rw-r--r--translations/source/dz/cui/source/tabpages.po148
-rw-r--r--translations/source/dz/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/dz/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/dz/dbaccess/source/ext/macromigration.po11
-rw-r--r--translations/source/dz/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/dz/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/dz/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/dz/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/dz/dbaccess/source/ui/dlg.po13
-rw-r--r--translations/source/dz/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/dz/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/dz/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/dz/dbaccess/source/ui/relationdesign.po8
-rw-r--r--translations/source/dz/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/dz/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/dz/desktop/source/app.po10
-rw-r--r--translations/source/dz/desktop/source/deployment/gui.po28
-rw-r--r--translations/source/dz/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/dz/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/dz/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/dz/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/dz/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/dz/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/dz/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/dz/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/dz/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/dz/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/dz/dictionaries/af_ZA.po4
-rw-r--r--translations/source/dz/dictionaries/an_ES.po19
-rw-r--r--translations/source/dz/dictionaries/ar.po4
-rw-r--r--translations/source/dz/dictionaries/be_BY.po4
-rw-r--r--translations/source/dz/dictionaries/bg_BG.po4
-rw-r--r--translations/source/dz/dictionaries/bn_BD.po4
-rw-r--r--translations/source/dz/dictionaries/br_FR.po4
-rw-r--r--translations/source/dz/dictionaries/ca.po4
-rw-r--r--translations/source/dz/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/dz/dictionaries/da_DK.po4
-rw-r--r--translations/source/dz/dictionaries/de.po4
-rw-r--r--translations/source/dz/dictionaries/el_GR.po4
-rw-r--r--translations/source/dz/dictionaries/en.po6
-rw-r--r--translations/source/dz/dictionaries/en/dialog.po171
-rw-r--r--translations/source/dz/dictionaries/es_ES.po4
-rw-r--r--translations/source/dz/dictionaries/et_EE.po4
-rw-r--r--translations/source/dz/dictionaries/fr_FR.po4
-rw-r--r--translations/source/dz/dictionaries/gd_GB.po4
-rw-r--r--translations/source/dz/dictionaries/gl.po4
-rw-r--r--translations/source/dz/dictionaries/gu_IN.po4
-rw-r--r--translations/source/dz/dictionaries/he_IL.po4
-rw-r--r--translations/source/dz/dictionaries/hi_IN.po4
-rw-r--r--translations/source/dz/dictionaries/hr_HR.po4
-rw-r--r--translations/source/dz/dictionaries/hu_HU.po6
-rw-r--r--translations/source/dz/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/dz/dictionaries/it_IT.po4
-rw-r--r--translations/source/dz/dictionaries/ku_TR.po4
-rw-r--r--translations/source/dz/dictionaries/lt_LT.po4
-rw-r--r--translations/source/dz/dictionaries/lv_LV.po4
-rw-r--r--translations/source/dz/dictionaries/ne_NP.po4
-rw-r--r--translations/source/dz/dictionaries/nl_NL.po4
-rw-r--r--translations/source/dz/dictionaries/no.po4
-rw-r--r--translations/source/dz/dictionaries/oc_FR.po4
-rw-r--r--translations/source/dz/dictionaries/pl_PL.po4
-rw-r--r--translations/source/dz/dictionaries/pt_BR.po4
-rw-r--r--translations/source/dz/dictionaries/pt_PT.po4
-rw-r--r--translations/source/dz/dictionaries/ro.po4
-rw-r--r--translations/source/dz/dictionaries/ru_RU.po6
-rw-r--r--translations/source/dz/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/dz/dictionaries/si_LK.po19
-rw-r--r--translations/source/dz/dictionaries/sk_SK.po4
-rw-r--r--translations/source/dz/dictionaries/sl_SI.po4
-rw-r--r--translations/source/dz/dictionaries/sr.po4
-rw-r--r--translations/source/dz/dictionaries/sv_SE.po4
-rw-r--r--translations/source/dz/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/dz/dictionaries/te_IN.po4
-rw-r--r--translations/source/dz/dictionaries/th_TH.po4
-rw-r--r--translations/source/dz/dictionaries/uk_UA.po4
-rw-r--r--translations/source/dz/dictionaries/vi.po4
-rw-r--r--translations/source/dz/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/dz/editeng/source/accessibility.po6
-rw-r--r--translations/source/dz/editeng/source/editeng.po8
-rw-r--r--translations/source/dz/editeng/source/items.po30
-rw-r--r--translations/source/dz/editeng/source/misc.po6
-rw-r--r--translations/source/dz/editeng/source/outliner.po6
-rw-r--r--translations/source/dz/extensions/source/abpilot.po10
-rw-r--r--translations/source/dz/extensions/source/bibliography.po6
-rw-r--r--translations/source/dz/extensions/source/dbpilots.po6
-rw-r--r--translations/source/dz/extensions/source/propctrlr.po6
-rw-r--r--translations/source/dz/extensions/source/scanner.po8
-rw-r--r--translations/source/dz/extensions/source/update/check.po6
-rw-r--r--translations/source/dz/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/dz/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/dz/filter/source/config/fragments/types.po10
-rw-r--r--translations/source/dz/filter/source/flash.po6
-rw-r--r--translations/source/dz/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/dz/filter/source/pdf.po10
-rw-r--r--translations/source/dz/filter/source/t602.po6
-rw-r--r--translations/source/dz/filter/source/xsltdialog.po6
-rw-r--r--translations/source/dz/forms/source/resource.po6
-rw-r--r--translations/source/dz/formula/source/core/resource.po22
-rw-r--r--translations/source/dz/formula/source/ui/dlg.po6
-rw-r--r--translations/source/dz/fpicker/source/office.po6
-rw-r--r--translations/source/dz/framework/source/classes.po6
-rw-r--r--translations/source/dz/framework/source/services.po6
-rw-r--r--translations/source/dz/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/dz/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--translations/source/dz/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/dz/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/dz/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/dz/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/dz/helpcontent2/source/text/scalc/01.po6
-rw-r--r--translations/source/dz/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/dz/helpcontent2/source/text/scalc/04.po34
-rw-r--r--translations/source/dz/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/dz/helpcontent2/source/text/scalc/guide.po33
-rw-r--r--translations/source/dz/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/dz/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/dz/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/dz/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/dz/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/dz/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/dz/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/dz/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/dz/helpcontent2/source/text/sdraw/04.po6
-rw-r--r--translations/source/dz/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/dz/helpcontent2/source/text/shared.po2
-rw-r--r--translations/source/dz/helpcontent2/source/text/shared/00.po6
-rw-r--r--translations/source/dz/helpcontent2/source/text/shared/01.po12
-rw-r--r--translations/source/dz/helpcontent2/source/text/shared/02.po16
-rw-r--r--translations/source/dz/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/dz/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/dz/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/dz/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/dz/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/dz/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/dz/helpcontent2/source/text/shared/guide.po163
-rw-r--r--translations/source/dz/helpcontent2/source/text/shared/optionen.po82
-rw-r--r--translations/source/dz/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/dz/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/dz/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/dz/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/dz/helpcontent2/source/text/simpress/04.po42
-rw-r--r--translations/source/dz/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/dz/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/dz/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/dz/helpcontent2/source/text/smath/01.po28
-rw-r--r--translations/source/dz/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/dz/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/dz/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/dz/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/dz/helpcontent2/source/text/swriter/00.po6
-rw-r--r--translations/source/dz/helpcontent2/source/text/swriter/01.po36
-rw-r--r--translations/source/dz/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/dz/helpcontent2/source/text/swriter/04.po12
-rw-r--r--translations/source/dz/helpcontent2/source/text/swriter/guide.po51
-rw-r--r--translations/source/dz/instsetoo_native/inc_openoffice/windows/msi_languages.po68
-rw-r--r--translations/source/dz/mysqlc/source.po6
-rw-r--r--translations/source/dz/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/dz/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/dz/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/dz/nlpsolver/src/locale.po179
-rw-r--r--translations/source/dz/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/dz/officecfg/registry/data/org/openoffice/Office/UI.po57
-rw-r--r--translations/source/dz/padmin/source.po6
-rw-r--r--translations/source/dz/readlicense_oo/docs/readme.po35
-rw-r--r--translations/source/dz/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/dz/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/dz/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/dz/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/dz/reportbuilder/util.po4
-rw-r--r--translations/source/dz/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/dz/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/dz/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/dz/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/dz/sc/source/core/src.po6
-rw-r--r--translations/source/dz/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/dz/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/dz/sc/source/ui/docshell.po6
-rw-r--r--translations/source/dz/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/dz/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/dz/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/dz/sc/source/ui/navipi.po8
-rw-r--r--translations/source/dz/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/dz/sc/source/ui/src.po142
-rw-r--r--translations/source/dz/sc/source/ui/styleui.po8
-rw-r--r--translations/source/dz/scaddins/source/analysis.po6
-rw-r--r--translations/source/dz/scaddins/source/datefunc.po6
-rw-r--r--translations/source/dz/sccomp/source/solver.po6
-rw-r--r--translations/source/dz/scp2/source/accessories.po6
-rw-r--r--translations/source/dz/scp2/source/activex.po6
-rw-r--r--translations/source/dz/scp2/source/base.po16
-rw-r--r--translations/source/dz/scp2/source/binfilter.po6
-rw-r--r--translations/source/dz/scp2/source/calc.po6
-rw-r--r--translations/source/dz/scp2/source/draw.po6
-rw-r--r--translations/source/dz/scp2/source/extensions.po2204
-rw-r--r--translations/source/dz/scp2/source/gnome.po6
-rw-r--r--translations/source/dz/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/dz/scp2/source/impress.po6
-rw-r--r--translations/source/dz/scp2/source/javafilter.po6
-rw-r--r--translations/source/dz/scp2/source/kde.po6
-rw-r--r--translations/source/dz/scp2/source/math.po6
-rw-r--r--translations/source/dz/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/dz/scp2/source/ooo.po29
-rw-r--r--translations/source/dz/scp2/source/python.po6
-rw-r--r--translations/source/dz/scp2/source/quickstart.po6
-rw-r--r--translations/source/dz/scp2/source/sdkoo.po6
-rw-r--r--translations/source/dz/scp2/source/smoketest.po23
-rw-r--r--translations/source/dz/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/dz/scp2/source/writer.po6
-rw-r--r--translations/source/dz/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/dz/scripting/source/pyprov.po4
-rw-r--r--translations/source/dz/sd/source/core.po41
-rw-r--r--translations/source/dz/sd/source/filter/html.po6
-rw-r--r--translations/source/dz/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/dz/sd/source/ui/animations.po6
-rw-r--r--translations/source/dz/sd/source/ui/annotations.po6
-rw-r--r--translations/source/dz/sd/source/ui/app.po8
-rw-r--r--translations/source/dz/sd/source/ui/dlg.po6
-rw-r--r--translations/source/dz/sd/source/ui/notes.po6
-rw-r--r--translations/source/dz/sd/source/ui/slideshow.po15
-rw-r--r--translations/source/dz/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/dz/sd/source/ui/table.po6
-rw-r--r--translations/source/dz/sd/source/ui/view.po6
-rw-r--r--translations/source/dz/sdext/source/minimizer.po4
-rw-r--r--translations/source/dz/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/dz/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/dz/sdext/source/pdfimport.po4
-rw-r--r--translations/source/dz/sdext/source/presenter.po4
-rw-r--r--translations/source/dz/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/dz/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/dz/setup_native/source/mac.po6
-rw-r--r--translations/source/dz/sfx2/source/appl.po6
-rw-r--r--translations/source/dz/sfx2/source/bastyp.po6
-rw-r--r--translations/source/dz/sfx2/source/dialog.po12
-rw-r--r--translations/source/dz/sfx2/source/doc.po16
-rw-r--r--translations/source/dz/sfx2/source/menu.po6
-rw-r--r--translations/source/dz/sfx2/source/view.po6
-rw-r--r--translations/source/dz/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/dz/starmath/source.po6
-rw-r--r--translations/source/dz/svl/source/items.po6
-rw-r--r--translations/source/dz/svl/source/misc.po8
-rw-r--r--translations/source/dz/svtools/source/contnr.po6
-rw-r--r--translations/source/dz/svtools/source/control.po6
-rw-r--r--translations/source/dz/svtools/source/dialogs.po6
-rw-r--r--translations/source/dz/svtools/source/filter.po6
-rw-r--r--translations/source/dz/svtools/source/java.po6
-rw-r--r--translations/source/dz/svtools/source/misc.po51
-rw-r--r--translations/source/dz/svtools/source/plugapp.po6
-rw-r--r--translations/source/dz/svtools/source/toolpanel.po6
-rw-r--r--translations/source/dz/svtools/workben/unodialog.po6
-rw-r--r--translations/source/dz/svx/inc.po8
-rw-r--r--translations/source/dz/svx/source/accessibility.po6
-rw-r--r--translations/source/dz/svx/source/dialog.po10
-rw-r--r--translations/source/dz/svx/source/engine3d.po6
-rw-r--r--translations/source/dz/svx/source/fmcomp.po6
-rw-r--r--translations/source/dz/svx/source/form.po6
-rw-r--r--translations/source/dz/svx/source/gallery2.po6
-rw-r--r--translations/source/dz/svx/source/items.po6
-rw-r--r--translations/source/dz/svx/source/src.po6
-rw-r--r--translations/source/dz/svx/source/stbctrls.po4
-rw-r--r--translations/source/dz/svx/source/svdraw.po6
-rw-r--r--translations/source/dz/svx/source/table.po6
-rw-r--r--translations/source/dz/svx/source/tbxctrls.po6
-rw-r--r--translations/source/dz/svx/source/toolbars.po6
-rw-r--r--translations/source/dz/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/dz/sw/source/core/layout.po4
-rw-r--r--translations/source/dz/sw/source/core/undo.po8
-rw-r--r--translations/source/dz/sw/source/core/unocore.po6
-rw-r--r--translations/source/dz/sw/source/ui/app.po22
-rw-r--r--translations/source/dz/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/dz/sw/source/ui/config.po2
-rw-r--r--translations/source/dz/sw/source/ui/dbui.po6
-rw-r--r--translations/source/dz/sw/source/ui/dialog.po14
-rw-r--r--translations/source/dz/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/dz/sw/source/ui/docvw.po22
-rw-r--r--translations/source/dz/sw/source/ui/envelp.po6
-rw-r--r--translations/source/dz/sw/source/ui/fldui.po6
-rw-r--r--translations/source/dz/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/dz/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/dz/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/dz/sw/source/ui/index.po11
-rw-r--r--translations/source/dz/sw/source/ui/lingu.po6
-rw-r--r--translations/source/dz/sw/source/ui/misc.po6
-rw-r--r--translations/source/dz/sw/source/ui/ribbar.po14
-rw-r--r--translations/source/dz/sw/source/ui/shells.po14
-rw-r--r--translations/source/dz/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/dz/sw/source/ui/table.po14
-rw-r--r--translations/source/dz/sw/source/ui/uiview.po6
-rw-r--r--translations/source/dz/sw/source/ui/utlui.po22
-rw-r--r--translations/source/dz/sw/source/ui/web.po6
-rw-r--r--translations/source/dz/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/dz/swext/mediawiki/help.po10
-rw-r--r--translations/source/dz/swext/mediawiki/src.po6
-rw-r--r--translations/source/dz/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/dz/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/dz/sysui/desktop/share.po6
-rw-r--r--translations/source/dz/uui/source.po6
-rw-r--r--translations/source/dz/vcl/source/src.po28
-rw-r--r--translations/source/dz/wizards/source/euro.po6
-rw-r--r--translations/source/dz/wizards/source/formwizard.po6
-rw-r--r--translations/source/dz/wizards/source/importwizard.po6
-rw-r--r--translations/source/dz/wizards/source/schedule.po6
-rw-r--r--translations/source/dz/wizards/source/template.po6
-rw-r--r--translations/source/dz/xmlsecurity/source/component.po6
-rw-r--r--translations/source/dz/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/el/accessibility/source/helper.po8
-rw-r--r--translations/source/el/avmedia/source/framework.po8
-rw-r--r--translations/source/el/avmedia/source/viewer.po6
-rw-r--r--translations/source/el/basctl/source/basicide.po8
-rw-r--r--translations/source/el/basctl/source/dlged.po8
-rw-r--r--translations/source/el/basic/source/classes.po8
-rw-r--r--translations/source/el/basic/source/sbx.po6
-rw-r--r--translations/source/el/chart2/source/controller/dialogs.po8
-rw-r--r--translations/source/el/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/el/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/el/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/el/connectivity/source/drivers/evoab2.po8
-rw-r--r--translations/source/el/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/el/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/el/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/el/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/el/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/el/connectivity/source/drivers/mozab.po8
-rw-r--r--translations/source/el/connectivity/source/drivers/mysql.po8
-rw-r--r--translations/source/el/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/el/connectivity/source/drivers/postgresql.po14
-rw-r--r--translations/source/el/connectivity/source/resource.po11
-rw-r--r--translations/source/el/cui/source/customize.po55
-rw-r--r--translations/source/el/cui/source/dialogs.po8
-rw-r--r--translations/source/el/cui/source/options.po295
-rw-r--r--translations/source/el/cui/source/tabpages.po31
-rw-r--r--translations/source/el/dbaccess/source/core/resource.po87
-rw-r--r--translations/source/el/dbaccess/source/ext/adabas.po75
-rw-r--r--translations/source/el/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/el/dbaccess/source/sdbtools/resource.po23
-rw-r--r--translations/source/el/dbaccess/source/ui/app.po63
-rw-r--r--translations/source/el/dbaccess/source/ui/browser.po25
-rw-r--r--translations/source/el/dbaccess/source/ui/control.po33
-rw-r--r--translations/source/el/dbaccess/source/ui/dlg.po165
-rw-r--r--translations/source/el/dbaccess/source/ui/inc.po27
-rw-r--r--translations/source/el/dbaccess/source/ui/misc.po35
-rw-r--r--translations/source/el/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/el/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/el/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/el/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/el/desktop/source/app.po6
-rw-r--r--translations/source/el/desktop/source/deployment/gui.po6
-rw-r--r--translations/source/el/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/el/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/el/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/el/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/el/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/el/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/el/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/el/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/el/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/el/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/el/dictionaries/af_ZA.po4
-rw-r--r--translations/source/el/dictionaries/an_ES.po4
-rw-r--r--translations/source/el/dictionaries/ar.po4
-rw-r--r--translations/source/el/dictionaries/be_BY.po4
-rw-r--r--translations/source/el/dictionaries/bg_BG.po4
-rw-r--r--translations/source/el/dictionaries/bn_BD.po4
-rw-r--r--translations/source/el/dictionaries/br_FR.po4
-rw-r--r--translations/source/el/dictionaries/ca.po4
-rw-r--r--translations/source/el/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/el/dictionaries/da_DK.po4
-rw-r--r--translations/source/el/dictionaries/de.po4
-rw-r--r--translations/source/el/dictionaries/el_GR.po4
-rw-r--r--translations/source/el/dictionaries/en.po4
-rw-r--r--translations/source/el/dictionaries/en/dialog.po4
-rw-r--r--translations/source/el/dictionaries/es_ES.po4
-rw-r--r--translations/source/el/dictionaries/et_EE.po4
-rw-r--r--translations/source/el/dictionaries/fr_FR.po4
-rw-r--r--translations/source/el/dictionaries/gd_GB.po4
-rw-r--r--translations/source/el/dictionaries/gl.po4
-rw-r--r--translations/source/el/dictionaries/gu_IN.po4
-rw-r--r--translations/source/el/dictionaries/he_IL.po4
-rw-r--r--translations/source/el/dictionaries/hi_IN.po4
-rw-r--r--translations/source/el/dictionaries/hr_HR.po4
-rw-r--r--translations/source/el/dictionaries/hu_HU.po4
-rw-r--r--translations/source/el/dictionaries/hu_HU/dialog.po4
-rw-r--r--translations/source/el/dictionaries/it_IT.po4
-rw-r--r--translations/source/el/dictionaries/ku_TR.po4
-rw-r--r--translations/source/el/dictionaries/lt_LT.po4
-rw-r--r--translations/source/el/dictionaries/lv_LV.po4
-rw-r--r--translations/source/el/dictionaries/ne_NP.po4
-rw-r--r--translations/source/el/dictionaries/nl_NL.po4
-rw-r--r--translations/source/el/dictionaries/no.po4
-rw-r--r--translations/source/el/dictionaries/oc_FR.po4
-rw-r--r--translations/source/el/dictionaries/pl_PL.po4
-rw-r--r--translations/source/el/dictionaries/pt_BR.po4
-rw-r--r--translations/source/el/dictionaries/pt_PT.po4
-rw-r--r--translations/source/el/dictionaries/ro.po4
-rw-r--r--translations/source/el/dictionaries/ru_RU.po4
-rw-r--r--translations/source/el/dictionaries/ru_RU/dialog.po4
-rw-r--r--translations/source/el/dictionaries/si_LK.po4
-rw-r--r--translations/source/el/dictionaries/sk_SK.po4
-rw-r--r--translations/source/el/dictionaries/sl_SI.po4
-rw-r--r--translations/source/el/dictionaries/sr.po4
-rw-r--r--translations/source/el/dictionaries/sv_SE.po4
-rw-r--r--translations/source/el/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/el/dictionaries/te_IN.po4
-rw-r--r--translations/source/el/dictionaries/th_TH.po4
-rw-r--r--translations/source/el/dictionaries/uk_UA.po4
-rw-r--r--translations/source/el/dictionaries/vi.po4
-rw-r--r--translations/source/el/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/el/editeng/source/accessibility.po6
-rw-r--r--translations/source/el/editeng/source/editeng.po6
-rw-r--r--translations/source/el/editeng/source/items.po6
-rw-r--r--translations/source/el/editeng/source/misc.po6
-rw-r--r--translations/source/el/editeng/source/outliner.po6
-rw-r--r--translations/source/el/extensions/source/abpilot.po6
-rw-r--r--translations/source/el/extensions/source/bibliography.po6
-rw-r--r--translations/source/el/extensions/source/dbpilots.po6
-rw-r--r--translations/source/el/extensions/source/propctrlr.po6
-rw-r--r--translations/source/el/extensions/source/scanner.po6
-rw-r--r--translations/source/el/extensions/source/update/check.po6
-rw-r--r--translations/source/el/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/el/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/el/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/el/filter/source/flash.po6
-rw-r--r--translations/source/el/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/el/filter/source/pdf.po6
-rw-r--r--translations/source/el/filter/source/t602.po6
-rw-r--r--translations/source/el/filter/source/xsltdialog.po6
-rw-r--r--translations/source/el/forms/source/resource.po6
-rw-r--r--translations/source/el/formula/source/core/resource.po6
-rw-r--r--translations/source/el/formula/source/ui/dlg.po6
-rw-r--r--translations/source/el/fpicker/source/office.po6
-rw-r--r--translations/source/el/framework/source/classes.po6
-rw-r--r--translations/source/el/framework/source/services.po6
-rw-r--r--translations/source/el/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/el/helpcontent2/source/text/sbasic/shared.po34
-rw-r--r--translations/source/el/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/el/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/scalc.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/scalc/01.po28
-rw-r--r--translations/source/el/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/scalc/04.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/scalc/05.po10
-rw-r--r--translations/source/el/helpcontent2/source/text/scalc/guide.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/el/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/schart/01.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/el/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/el/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/el/helpcontent2/source/text/sdraw/01.po2
-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.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/shared/00.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/shared/01.po12
-rw-r--r--translations/source/el/helpcontent2/source/text/shared/02.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/shared/04.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/el/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/el/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/shared/explorer/database.po24
-rw-r--r--translations/source/el/helpcontent2/source/text/shared/guide.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/shared/optionen.po82
-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.po8
-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.po4
-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.po8
-rw-r--r--translations/source/el/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/el/helpcontent2/source/text/swriter/guide.po18
-rw-r--r--translations/source/el/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--translations/source/el/mysqlc/source.po6
-rw-r--r--translations/source/el/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/el/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po4
-rw-r--r--translations/source/el/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/el/nlpsolver/src/locale.po4
-rw-r--r--translations/source/el/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/el/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--translations/source/el/padmin/source.po6
-rw-r--r--translations/source/el/readlicense_oo/docs/readme.po16
-rw-r--r--translations/source/el/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/el/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/el/reportbuilder/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--translations/source/el/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/el/reportbuilder/util.po4
-rw-r--r--translations/source/el/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/el/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/el/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/el/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/el/sc/source/core/src.po6
-rw-r--r--translations/source/el/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/el/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/el/sc/source/ui/docshell.po6
-rw-r--r--translations/source/el/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/el/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/el/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/el/sc/source/ui/navipi.po6
-rw-r--r--translations/source/el/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/el/sc/source/ui/src.po6
-rw-r--r--translations/source/el/sc/source/ui/styleui.po6
-rw-r--r--translations/source/el/scaddins/source/analysis.po6
-rw-r--r--translations/source/el/scaddins/source/datefunc.po6
-rw-r--r--translations/source/el/sccomp/source/solver.po6
-rw-r--r--translations/source/el/scp2/source/accessories.po6
-rw-r--r--translations/source/el/scp2/source/activex.po6
-rw-r--r--translations/source/el/scp2/source/base.po20
-rw-r--r--translations/source/el/scp2/source/binfilter.po6
-rw-r--r--translations/source/el/scp2/source/calc.po6
-rw-r--r--translations/source/el/scp2/source/draw.po6
-rw-r--r--translations/source/el/scp2/source/extensions.po16
-rw-r--r--translations/source/el/scp2/source/gnome.po6
-rw-r--r--translations/source/el/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/el/scp2/source/impress.po6
-rw-r--r--translations/source/el/scp2/source/javafilter.po6
-rw-r--r--translations/source/el/scp2/source/kde.po6
-rw-r--r--translations/source/el/scp2/source/math.po6
-rw-r--r--translations/source/el/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/el/scp2/source/ooo.po6
-rw-r--r--translations/source/el/scp2/source/python.po6
-rw-r--r--translations/source/el/scp2/source/quickstart.po6
-rw-r--r--translations/source/el/scp2/source/sdkoo.po6
-rw-r--r--translations/source/el/scp2/source/smoketest.po4
-rw-r--r--translations/source/el/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/el/scp2/source/writer.po6
-rw-r--r--translations/source/el/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/el/scripting/source/pyprov.po4
-rw-r--r--translations/source/el/sd/source/core.po6
-rw-r--r--translations/source/el/sd/source/filter/html.po6
-rw-r--r--translations/source/el/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/el/sd/source/ui/animations.po6
-rw-r--r--translations/source/el/sd/source/ui/annotations.po6
-rw-r--r--translations/source/el/sd/source/ui/app.po6
-rw-r--r--translations/source/el/sd/source/ui/dlg.po6
-rw-r--r--translations/source/el/sd/source/ui/notes.po6
-rw-r--r--translations/source/el/sd/source/ui/slideshow.po6
-rw-r--r--translations/source/el/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/el/sd/source/ui/table.po6
-rw-r--r--translations/source/el/sd/source/ui/view.po6
-rw-r--r--translations/source/el/sdext/source/minimizer.po4
-rw-r--r--translations/source/el/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/el/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/el/sdext/source/pdfimport.po4
-rw-r--r--translations/source/el/sdext/source/presenter.po4
-rw-r--r--translations/source/el/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/el/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/el/setup_native/source/mac.po6
-rw-r--r--translations/source/el/sfx2/source/appl.po6
-rw-r--r--translations/source/el/sfx2/source/bastyp.po6
-rw-r--r--translations/source/el/sfx2/source/dialog.po6
-rw-r--r--translations/source/el/sfx2/source/doc.po6
-rw-r--r--translations/source/el/sfx2/source/menu.po6
-rw-r--r--translations/source/el/sfx2/source/view.po6
-rw-r--r--translations/source/el/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/el/starmath/source.po6
-rw-r--r--translations/source/el/svl/source/items.po6
-rw-r--r--translations/source/el/svl/source/misc.po6
-rw-r--r--translations/source/el/svtools/source/contnr.po6
-rw-r--r--translations/source/el/svtools/source/control.po6
-rw-r--r--translations/source/el/svtools/source/dialogs.po6
-rw-r--r--translations/source/el/svtools/source/filter.po6
-rw-r--r--translations/source/el/svtools/source/java.po6
-rw-r--r--translations/source/el/svtools/source/misc.po6
-rw-r--r--translations/source/el/svtools/source/plugapp.po6
-rw-r--r--translations/source/el/svtools/source/toolpanel.po6
-rw-r--r--translations/source/el/svtools/workben/unodialog.po6
-rw-r--r--translations/source/el/svx/inc.po6
-rw-r--r--translations/source/el/svx/source/accessibility.po6
-rw-r--r--translations/source/el/svx/source/dialog.po6
-rw-r--r--translations/source/el/svx/source/engine3d.po6
-rw-r--r--translations/source/el/svx/source/fmcomp.po6
-rw-r--r--translations/source/el/svx/source/form.po6
-rw-r--r--translations/source/el/svx/source/gallery2.po6
-rw-r--r--translations/source/el/svx/source/items.po6
-rw-r--r--translations/source/el/svx/source/src.po6
-rw-r--r--translations/source/el/svx/source/stbctrls.po6
-rw-r--r--translations/source/el/svx/source/svdraw.po6
-rw-r--r--translations/source/el/svx/source/table.po6
-rw-r--r--translations/source/el/svx/source/tbxctrls.po6
-rw-r--r--translations/source/el/svx/source/toolbars.po6
-rw-r--r--translations/source/el/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/el/sw/source/core/layout.po4
-rw-r--r--translations/source/el/sw/source/core/undo.po6
-rw-r--r--translations/source/el/sw/source/core/unocore.po6
-rw-r--r--translations/source/el/sw/source/ui/app.po6
-rw-r--r--translations/source/el/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/el/sw/source/ui/config.po58
-rw-r--r--translations/source/el/sw/source/ui/dbui.po6
-rw-r--r--translations/source/el/sw/source/ui/dialog.po6
-rw-r--r--translations/source/el/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/el/sw/source/ui/docvw.po6
-rw-r--r--translations/source/el/sw/source/ui/envelp.po6
-rw-r--r--translations/source/el/sw/source/ui/fldui.po6
-rw-r--r--translations/source/el/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/el/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/el/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/el/sw/source/ui/index.po6
-rw-r--r--translations/source/el/sw/source/ui/lingu.po6
-rw-r--r--translations/source/el/sw/source/ui/misc.po6
-rw-r--r--translations/source/el/sw/source/ui/ribbar.po6
-rw-r--r--translations/source/el/sw/source/ui/shells.po6
-rw-r--r--translations/source/el/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/el/sw/source/ui/table.po6
-rw-r--r--translations/source/el/sw/source/ui/uiview.po6
-rw-r--r--translations/source/el/sw/source/ui/utlui.po188
-rw-r--r--translations/source/el/sw/source/ui/web.po6
-rw-r--r--translations/source/el/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/el/swext/mediawiki/help.po6
-rw-r--r--translations/source/el/swext/mediawiki/src.po6
-rw-r--r--translations/source/el/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/el/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/el/sysui/desktop/share.po6
-rw-r--r--translations/source/el/uui/source.po6
-rw-r--r--translations/source/el/vcl/source/src.po6
-rw-r--r--translations/source/el/wizards/source/euro.po6
-rw-r--r--translations/source/el/wizards/source/formwizard.po6
-rw-r--r--translations/source/el/wizards/source/importwizard.po6
-rw-r--r--translations/source/el/wizards/source/schedule.po6
-rw-r--r--translations/source/el/wizards/source/template.po6
-rw-r--r--translations/source/el/xmlsecurity/source/component.po6
-rw-r--r--translations/source/el/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/en-GB/accessibility/source/helper.po6
-rw-r--r--translations/source/en-GB/avmedia/source/framework.po6
-rw-r--r--translations/source/en-GB/avmedia/source/viewer.po6
-rw-r--r--translations/source/en-GB/basctl/source/basicide.po6
-rw-r--r--translations/source/en-GB/basctl/source/dlged.po6
-rw-r--r--translations/source/en-GB/basic/source/classes.po6
-rw-r--r--translations/source/en-GB/basic/source/sbx.po6
-rw-r--r--translations/source/en-GB/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/en-GB/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/en-GB/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/en-GB/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/en-GB/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/en-GB/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/en-GB/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/en-GB/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/en-GB/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/en-GB/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/en-GB/connectivity/source/drivers/mozab.po6
-rw-r--r--translations/source/en-GB/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/en-GB/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/en-GB/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/en-GB/connectivity/source/resource.po6
-rw-r--r--translations/source/en-GB/cui/source/customize.po6
-rw-r--r--translations/source/en-GB/cui/source/dialogs.po6
-rw-r--r--translations/source/en-GB/cui/source/options.po8
-rw-r--r--translations/source/en-GB/cui/source/tabpages.po6
-rw-r--r--translations/source/en-GB/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/en-GB/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/en-GB/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/en-GB/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/en-GB/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/en-GB/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/en-GB/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/en-GB/dbaccess/source/ui/dlg.po6
-rw-r--r--translations/source/en-GB/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/en-GB/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/en-GB/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/en-GB/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/en-GB/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/en-GB/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/en-GB/desktop/source/app.po6
-rw-r--r--translations/source/en-GB/desktop/source/deployment/gui.po6
-rw-r--r--translations/source/en-GB/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/en-GB/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/en-GB/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/en-GB/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/en-GB/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/en-GB/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/en-GB/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/en-GB/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/en-GB/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/en-GB/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/en-GB/dictionaries/af_ZA.po4
-rw-r--r--translations/source/en-GB/dictionaries/an_ES.po4
-rw-r--r--translations/source/en-GB/dictionaries/ar.po4
-rw-r--r--translations/source/en-GB/dictionaries/be_BY.po4
-rw-r--r--translations/source/en-GB/dictionaries/bg_BG.po4
-rw-r--r--translations/source/en-GB/dictionaries/bn_BD.po4
-rw-r--r--translations/source/en-GB/dictionaries/br_FR.po4
-rw-r--r--translations/source/en-GB/dictionaries/ca.po4
-rw-r--r--translations/source/en-GB/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/en-GB/dictionaries/da_DK.po4
-rw-r--r--translations/source/en-GB/dictionaries/de.po4
-rw-r--r--translations/source/en-GB/dictionaries/el_GR.po4
-rw-r--r--translations/source/en-GB/dictionaries/en.po4
-rw-r--r--translations/source/en-GB/dictionaries/en/dialog.po4
-rw-r--r--translations/source/en-GB/dictionaries/es_ES.po4
-rw-r--r--translations/source/en-GB/dictionaries/et_EE.po4
-rw-r--r--translations/source/en-GB/dictionaries/fr_FR.po4
-rw-r--r--translations/source/en-GB/dictionaries/gd_GB.po4
-rw-r--r--translations/source/en-GB/dictionaries/gl.po4
-rw-r--r--translations/source/en-GB/dictionaries/gu_IN.po4
-rw-r--r--translations/source/en-GB/dictionaries/he_IL.po4
-rw-r--r--translations/source/en-GB/dictionaries/hi_IN.po4
-rw-r--r--translations/source/en-GB/dictionaries/hr_HR.po4
-rw-r--r--translations/source/en-GB/dictionaries/hu_HU.po4
-rw-r--r--translations/source/en-GB/dictionaries/hu_HU/dialog.po4
-rw-r--r--translations/source/en-GB/dictionaries/it_IT.po4
-rw-r--r--translations/source/en-GB/dictionaries/ku_TR.po4
-rw-r--r--translations/source/en-GB/dictionaries/lt_LT.po4
-rw-r--r--translations/source/en-GB/dictionaries/lv_LV.po4
-rw-r--r--translations/source/en-GB/dictionaries/ne_NP.po4
-rw-r--r--translations/source/en-GB/dictionaries/nl_NL.po4
-rw-r--r--translations/source/en-GB/dictionaries/no.po4
-rw-r--r--translations/source/en-GB/dictionaries/oc_FR.po4
-rw-r--r--translations/source/en-GB/dictionaries/pl_PL.po4
-rw-r--r--translations/source/en-GB/dictionaries/pt_BR.po4
-rw-r--r--translations/source/en-GB/dictionaries/pt_PT.po4
-rw-r--r--translations/source/en-GB/dictionaries/ro.po4
-rw-r--r--translations/source/en-GB/dictionaries/ru_RU.po4
-rw-r--r--translations/source/en-GB/dictionaries/ru_RU/dialog.po4
-rw-r--r--translations/source/en-GB/dictionaries/si_LK.po4
-rw-r--r--translations/source/en-GB/dictionaries/sk_SK.po4
-rw-r--r--translations/source/en-GB/dictionaries/sl_SI.po4
-rw-r--r--translations/source/en-GB/dictionaries/sr.po4
-rw-r--r--translations/source/en-GB/dictionaries/sv_SE.po4
-rw-r--r--translations/source/en-GB/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/en-GB/dictionaries/te_IN.po4
-rw-r--r--translations/source/en-GB/dictionaries/th_TH.po4
-rw-r--r--translations/source/en-GB/dictionaries/uk_UA.po4
-rw-r--r--translations/source/en-GB/dictionaries/vi.po4
-rw-r--r--translations/source/en-GB/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/en-GB/editeng/source/accessibility.po6
-rw-r--r--translations/source/en-GB/editeng/source/editeng.po6
-rw-r--r--translations/source/en-GB/editeng/source/items.po6
-rw-r--r--translations/source/en-GB/editeng/source/misc.po6
-rw-r--r--translations/source/en-GB/editeng/source/outliner.po6
-rw-r--r--translations/source/en-GB/extensions/source/abpilot.po6
-rw-r--r--translations/source/en-GB/extensions/source/bibliography.po6
-rw-r--r--translations/source/en-GB/extensions/source/dbpilots.po6
-rw-r--r--translations/source/en-GB/extensions/source/propctrlr.po6
-rw-r--r--translations/source/en-GB/extensions/source/scanner.po6
-rw-r--r--translations/source/en-GB/extensions/source/update/check.po6
-rw-r--r--translations/source/en-GB/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/en-GB/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/en-GB/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/en-GB/filter/source/flash.po6
-rw-r--r--translations/source/en-GB/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/en-GB/filter/source/pdf.po6
-rw-r--r--translations/source/en-GB/filter/source/t602.po6
-rw-r--r--translations/source/en-GB/filter/source/xsltdialog.po6
-rw-r--r--translations/source/en-GB/forms/source/resource.po6
-rw-r--r--translations/source/en-GB/formula/source/core/resource.po6
-rw-r--r--translations/source/en-GB/formula/source/ui/dlg.po6
-rw-r--r--translations/source/en-GB/fpicker/source/office.po6
-rw-r--r--translations/source/en-GB/framework/source/classes.po6
-rw-r--r--translations/source/en-GB/framework/source/services.po6
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/sbasic/shared.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/scalc/01.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/scalc/04.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/scalc/guide.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/sdraw/04.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/shared.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/shared/00.po4
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/shared/01.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/shared/02.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/shared/guide.po4
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/shared/optionen.po80
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/simpress/02.po28
-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.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/smath/01.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/swriter/00.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/swriter/04.po2
-rw-r--r--translations/source/en-GB/helpcontent2/source/text/swriter/guide.po14
-rw-r--r--translations/source/en-GB/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--translations/source/en-GB/mysqlc/source.po6
-rw-r--r--translations/source/en-GB/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/en-GB/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po4
-rw-r--r--translations/source/en-GB/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/en-GB/nlpsolver/src/locale.po4
-rw-r--r--translations/source/en-GB/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/en-GB/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--translations/source/en-GB/padmin/source.po6
-rw-r--r--translations/source/en-GB/readlicense_oo/docs/readme.po20
-rw-r--r--translations/source/en-GB/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/en-GB/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/en-GB/reportbuilder/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--translations/source/en-GB/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/en-GB/reportbuilder/util.po4
-rw-r--r--translations/source/en-GB/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/en-GB/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/en-GB/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/en-GB/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/en-GB/sc/source/core/src.po6
-rw-r--r--translations/source/en-GB/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/en-GB/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/en-GB/sc/source/ui/docshell.po6
-rw-r--r--translations/source/en-GB/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/en-GB/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/en-GB/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/en-GB/sc/source/ui/navipi.po6
-rw-r--r--translations/source/en-GB/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/en-GB/sc/source/ui/src.po6
-rw-r--r--translations/source/en-GB/sc/source/ui/styleui.po6
-rw-r--r--translations/source/en-GB/scaddins/source/analysis.po6
-rw-r--r--translations/source/en-GB/scaddins/source/datefunc.po6
-rw-r--r--translations/source/en-GB/sccomp/source/solver.po6
-rw-r--r--translations/source/en-GB/scp2/source/accessories.po6
-rw-r--r--translations/source/en-GB/scp2/source/activex.po6
-rw-r--r--translations/source/en-GB/scp2/source/base.po18
-rw-r--r--translations/source/en-GB/scp2/source/binfilter.po6
-rw-r--r--translations/source/en-GB/scp2/source/calc.po6
-rw-r--r--translations/source/en-GB/scp2/source/draw.po6
-rw-r--r--translations/source/en-GB/scp2/source/extensions.po16
-rw-r--r--translations/source/en-GB/scp2/source/gnome.po6
-rw-r--r--translations/source/en-GB/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/en-GB/scp2/source/impress.po6
-rw-r--r--translations/source/en-GB/scp2/source/javafilter.po6
-rw-r--r--translations/source/en-GB/scp2/source/kde.po6
-rw-r--r--translations/source/en-GB/scp2/source/math.po6
-rw-r--r--translations/source/en-GB/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/en-GB/scp2/source/ooo.po6
-rw-r--r--translations/source/en-GB/scp2/source/python.po6
-rw-r--r--translations/source/en-GB/scp2/source/quickstart.po6
-rw-r--r--translations/source/en-GB/scp2/source/sdkoo.po6
-rw-r--r--translations/source/en-GB/scp2/source/smoketest.po4
-rw-r--r--translations/source/en-GB/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/en-GB/scp2/source/writer.po6
-rw-r--r--translations/source/en-GB/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/en-GB/scripting/source/pyprov.po4
-rw-r--r--translations/source/en-GB/sd/source/core.po6
-rw-r--r--translations/source/en-GB/sd/source/filter/html.po6
-rw-r--r--translations/source/en-GB/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/en-GB/sd/source/ui/animations.po6
-rw-r--r--translations/source/en-GB/sd/source/ui/annotations.po6
-rw-r--r--translations/source/en-GB/sd/source/ui/app.po6
-rw-r--r--translations/source/en-GB/sd/source/ui/dlg.po6
-rw-r--r--translations/source/en-GB/sd/source/ui/notes.po6
-rw-r--r--translations/source/en-GB/sd/source/ui/slideshow.po6
-rw-r--r--translations/source/en-GB/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/en-GB/sd/source/ui/table.po6
-rw-r--r--translations/source/en-GB/sd/source/ui/view.po6
-rw-r--r--translations/source/en-GB/sdext/source/minimizer.po4
-rw-r--r--translations/source/en-GB/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/en-GB/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/en-GB/sdext/source/pdfimport.po4
-rw-r--r--translations/source/en-GB/sdext/source/presenter.po4
-rw-r--r--translations/source/en-GB/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/en-GB/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/en-GB/setup_native/source/mac.po6
-rw-r--r--translations/source/en-GB/sfx2/source/appl.po6
-rw-r--r--translations/source/en-GB/sfx2/source/bastyp.po6
-rw-r--r--translations/source/en-GB/sfx2/source/dialog.po6
-rw-r--r--translations/source/en-GB/sfx2/source/doc.po6
-rw-r--r--translations/source/en-GB/sfx2/source/menu.po6
-rw-r--r--translations/source/en-GB/sfx2/source/view.po6
-rw-r--r--translations/source/en-GB/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/en-GB/starmath/source.po6
-rw-r--r--translations/source/en-GB/svl/source/items.po6
-rw-r--r--translations/source/en-GB/svl/source/misc.po6
-rw-r--r--translations/source/en-GB/svtools/source/contnr.po6
-rw-r--r--translations/source/en-GB/svtools/source/control.po6
-rw-r--r--translations/source/en-GB/svtools/source/dialogs.po6
-rw-r--r--translations/source/en-GB/svtools/source/filter.po6
-rw-r--r--translations/source/en-GB/svtools/source/java.po6
-rw-r--r--translations/source/en-GB/svtools/source/misc.po6
-rw-r--r--translations/source/en-GB/svtools/source/plugapp.po6
-rw-r--r--translations/source/en-GB/svtools/source/toolpanel.po6
-rw-r--r--translations/source/en-GB/svtools/workben/unodialog.po6
-rw-r--r--translations/source/en-GB/svx/inc.po6
-rw-r--r--translations/source/en-GB/svx/source/accessibility.po6
-rw-r--r--translations/source/en-GB/svx/source/dialog.po6
-rw-r--r--translations/source/en-GB/svx/source/engine3d.po6
-rw-r--r--translations/source/en-GB/svx/source/fmcomp.po6
-rw-r--r--translations/source/en-GB/svx/source/form.po6
-rw-r--r--translations/source/en-GB/svx/source/gallery2.po6
-rw-r--r--translations/source/en-GB/svx/source/items.po6
-rw-r--r--translations/source/en-GB/svx/source/src.po6
-rw-r--r--translations/source/en-GB/svx/source/stbctrls.po6
-rw-r--r--translations/source/en-GB/svx/source/svdraw.po6
-rw-r--r--translations/source/en-GB/svx/source/table.po6
-rw-r--r--translations/source/en-GB/svx/source/tbxctrls.po6
-rw-r--r--translations/source/en-GB/svx/source/toolbars.po6
-rw-r--r--translations/source/en-GB/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/en-GB/sw/source/core/layout.po4
-rw-r--r--translations/source/en-GB/sw/source/core/undo.po6
-rw-r--r--translations/source/en-GB/sw/source/core/unocore.po6
-rw-r--r--translations/source/en-GB/sw/source/ui/app.po6
-rw-r--r--translations/source/en-GB/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/en-GB/sw/source/ui/config.po2
-rw-r--r--translations/source/en-GB/sw/source/ui/dbui.po6
-rw-r--r--translations/source/en-GB/sw/source/ui/dialog.po6
-rw-r--r--translations/source/en-GB/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/en-GB/sw/source/ui/docvw.po6
-rw-r--r--translations/source/en-GB/sw/source/ui/envelp.po6
-rw-r--r--translations/source/en-GB/sw/source/ui/fldui.po6
-rw-r--r--translations/source/en-GB/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/en-GB/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/en-GB/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/en-GB/sw/source/ui/index.po6
-rw-r--r--translations/source/en-GB/sw/source/ui/lingu.po6
-rw-r--r--translations/source/en-GB/sw/source/ui/misc.po6
-rw-r--r--translations/source/en-GB/sw/source/ui/ribbar.po6
-rw-r--r--translations/source/en-GB/sw/source/ui/shells.po6
-rw-r--r--translations/source/en-GB/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/en-GB/sw/source/ui/table.po6
-rw-r--r--translations/source/en-GB/sw/source/ui/uiview.po6
-rw-r--r--translations/source/en-GB/sw/source/ui/utlui.po8
-rw-r--r--translations/source/en-GB/sw/source/ui/web.po6
-rw-r--r--translations/source/en-GB/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/en-GB/swext/mediawiki/help.po6
-rw-r--r--translations/source/en-GB/swext/mediawiki/src.po6
-rw-r--r--translations/source/en-GB/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/en-GB/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/en-GB/sysui/desktop/share.po6
-rw-r--r--translations/source/en-GB/uui/source.po6
-rw-r--r--translations/source/en-GB/vcl/source/src.po6
-rw-r--r--translations/source/en-GB/wizards/source/euro.po6
-rw-r--r--translations/source/en-GB/wizards/source/formwizard.po6
-rw-r--r--translations/source/en-GB/wizards/source/importwizard.po6
-rw-r--r--translations/source/en-GB/wizards/source/schedule.po6
-rw-r--r--translations/source/en-GB/wizards/source/template.po6
-rw-r--r--translations/source/en-GB/xmlsecurity/source/component.po6
-rw-r--r--translations/source/en-GB/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/en-ZA/accessibility/source/helper.po6
-rw-r--r--translations/source/en-ZA/avmedia/source/framework.po6
-rw-r--r--translations/source/en-ZA/avmedia/source/viewer.po6
-rw-r--r--translations/source/en-ZA/basctl/source/basicide.po6
-rw-r--r--translations/source/en-ZA/basctl/source/dlged.po6
-rw-r--r--translations/source/en-ZA/basic/source/classes.po6
-rw-r--r--translations/source/en-ZA/basic/source/sbx.po6
-rw-r--r--translations/source/en-ZA/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/en-ZA/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/en-ZA/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/en-ZA/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/en-ZA/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/en-ZA/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/en-ZA/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/en-ZA/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/en-ZA/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/en-ZA/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/en-ZA/connectivity/source/drivers/mozab.po16
-rw-r--r--translations/source/en-ZA/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/en-ZA/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/en-ZA/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/en-ZA/connectivity/source/resource.po6
-rw-r--r--translations/source/en-ZA/cui/source/customize.po6
-rw-r--r--translations/source/en-ZA/cui/source/dialogs.po46
-rw-r--r--translations/source/en-ZA/cui/source/options.po17
-rw-r--r--translations/source/en-ZA/cui/source/tabpages.po157
-rw-r--r--translations/source/en-ZA/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/en-ZA/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/en-ZA/dbaccess/source/ext/macromigration.po13
-rw-r--r--translations/source/en-ZA/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/en-ZA/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/en-ZA/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/en-ZA/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/en-ZA/dbaccess/source/ui/dlg.po15
-rw-r--r--translations/source/en-ZA/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/en-ZA/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/en-ZA/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/en-ZA/dbaccess/source/ui/relationdesign.po10
-rw-r--r--translations/source/en-ZA/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/en-ZA/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/en-ZA/desktop/source/app.po10
-rw-r--r--translations/source/en-ZA/desktop/source/deployment/gui.po32
-rw-r--r--translations/source/en-ZA/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/en-ZA/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/en-ZA/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/en-ZA/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/en-ZA/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/en-ZA/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/en-ZA/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/en-ZA/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/en-ZA/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/en-ZA/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/en-ZA/dictionaries/af_ZA.po4
-rw-r--r--translations/source/en-ZA/dictionaries/an_ES.po19
-rw-r--r--translations/source/en-ZA/dictionaries/ar.po4
-rw-r--r--translations/source/en-ZA/dictionaries/be_BY.po4
-rw-r--r--translations/source/en-ZA/dictionaries/bg_BG.po4
-rw-r--r--translations/source/en-ZA/dictionaries/bn_BD.po4
-rw-r--r--translations/source/en-ZA/dictionaries/br_FR.po4
-rw-r--r--translations/source/en-ZA/dictionaries/ca.po4
-rw-r--r--translations/source/en-ZA/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/en-ZA/dictionaries/da_DK.po4
-rw-r--r--translations/source/en-ZA/dictionaries/de.po4
-rw-r--r--translations/source/en-ZA/dictionaries/el_GR.po4
-rw-r--r--translations/source/en-ZA/dictionaries/en.po6
-rw-r--r--translations/source/en-ZA/dictionaries/en/dialog.po171
-rw-r--r--translations/source/en-ZA/dictionaries/es_ES.po6
-rw-r--r--translations/source/en-ZA/dictionaries/et_EE.po4
-rw-r--r--translations/source/en-ZA/dictionaries/fr_FR.po4
-rw-r--r--translations/source/en-ZA/dictionaries/gd_GB.po4
-rw-r--r--translations/source/en-ZA/dictionaries/gl.po4
-rw-r--r--translations/source/en-ZA/dictionaries/gu_IN.po4
-rw-r--r--translations/source/en-ZA/dictionaries/he_IL.po4
-rw-r--r--translations/source/en-ZA/dictionaries/hi_IN.po4
-rw-r--r--translations/source/en-ZA/dictionaries/hr_HR.po4
-rw-r--r--translations/source/en-ZA/dictionaries/hu_HU.po6
-rw-r--r--translations/source/en-ZA/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/en-ZA/dictionaries/it_IT.po4
-rw-r--r--translations/source/en-ZA/dictionaries/ku_TR.po4
-rw-r--r--translations/source/en-ZA/dictionaries/lt_LT.po4
-rw-r--r--translations/source/en-ZA/dictionaries/lv_LV.po4
-rw-r--r--translations/source/en-ZA/dictionaries/ne_NP.po4
-rw-r--r--translations/source/en-ZA/dictionaries/nl_NL.po4
-rw-r--r--translations/source/en-ZA/dictionaries/no.po4
-rw-r--r--translations/source/en-ZA/dictionaries/oc_FR.po4
-rw-r--r--translations/source/en-ZA/dictionaries/pl_PL.po4
-rw-r--r--translations/source/en-ZA/dictionaries/pt_BR.po4
-rw-r--r--translations/source/en-ZA/dictionaries/pt_PT.po4
-rw-r--r--translations/source/en-ZA/dictionaries/ro.po4
-rw-r--r--translations/source/en-ZA/dictionaries/ru_RU.po6
-rw-r--r--translations/source/en-ZA/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/en-ZA/dictionaries/si_LK.po19
-rw-r--r--translations/source/en-ZA/dictionaries/sk_SK.po4
-rw-r--r--translations/source/en-ZA/dictionaries/sl_SI.po4
-rw-r--r--translations/source/en-ZA/dictionaries/sr.po4
-rw-r--r--translations/source/en-ZA/dictionaries/sv_SE.po4
-rw-r--r--translations/source/en-ZA/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/en-ZA/dictionaries/te_IN.po4
-rw-r--r--translations/source/en-ZA/dictionaries/th_TH.po6
-rw-r--r--translations/source/en-ZA/dictionaries/uk_UA.po4
-rw-r--r--translations/source/en-ZA/dictionaries/vi.po4
-rw-r--r--translations/source/en-ZA/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/en-ZA/editeng/source/accessibility.po6
-rw-r--r--translations/source/en-ZA/editeng/source/editeng.po8
-rw-r--r--translations/source/en-ZA/editeng/source/items.po30
-rw-r--r--translations/source/en-ZA/editeng/source/misc.po6
-rw-r--r--translations/source/en-ZA/editeng/source/outliner.po6
-rw-r--r--translations/source/en-ZA/extensions/source/abpilot.po10
-rw-r--r--translations/source/en-ZA/extensions/source/bibliography.po6
-rw-r--r--translations/source/en-ZA/extensions/source/dbpilots.po6
-rw-r--r--translations/source/en-ZA/extensions/source/propctrlr.po6
-rw-r--r--translations/source/en-ZA/extensions/source/scanner.po8
-rw-r--r--translations/source/en-ZA/extensions/source/update/check.po6
-rw-r--r--translations/source/en-ZA/filter/source/config/fragments/filters.po14
-rw-r--r--translations/source/en-ZA/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/en-ZA/filter/source/config/fragments/types.po10
-rw-r--r--translations/source/en-ZA/filter/source/flash.po6
-rw-r--r--translations/source/en-ZA/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/en-ZA/filter/source/pdf.po15
-rw-r--r--translations/source/en-ZA/filter/source/t602.po6
-rw-r--r--translations/source/en-ZA/filter/source/xsltdialog.po6
-rw-r--r--translations/source/en-ZA/forms/source/resource.po6
-rw-r--r--translations/source/en-ZA/formula/source/core/resource.po22
-rw-r--r--translations/source/en-ZA/formula/source/ui/dlg.po6
-rw-r--r--translations/source/en-ZA/fpicker/source/office.po6
-rw-r--r--translations/source/en-ZA/framework/source/classes.po6
-rw-r--r--translations/source/en-ZA/framework/source/services.po6
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/scalc/01.po10
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/scalc/04.po34
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/scalc/guide.po40
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/sdraw/04.po6
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/shared.po2
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/shared/00.po6
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/shared/01.po18
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/shared/02.po18
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/shared/guide.po173
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/shared/optionen.po77
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/simpress/04.po42
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/smath/01.po28
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/swriter/00.po6
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/swriter/01.po38
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/swriter/04.po9
-rw-r--r--translations/source/en-ZA/helpcontent2/source/text/swriter/guide.po51
-rw-r--r--translations/source/en-ZA/instsetoo_native/inc_openoffice/windows/msi_languages.po68
-rw-r--r--translations/source/en-ZA/mysqlc/source.po6
-rw-r--r--translations/source/en-ZA/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/en-ZA/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/en-ZA/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/en-ZA/nlpsolver/src/locale.po179
-rw-r--r--translations/source/en-ZA/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/en-ZA/officecfg/registry/data/org/openoffice/Office/UI.po61
-rw-r--r--translations/source/en-ZA/padmin/source.po6
-rw-r--r--translations/source/en-ZA/readlicense_oo/docs/readme.po47
-rw-r--r--translations/source/en-ZA/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/en-ZA/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/en-ZA/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/en-ZA/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/en-ZA/reportbuilder/util.po4
-rw-r--r--translations/source/en-ZA/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/en-ZA/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/en-ZA/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/en-ZA/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/en-ZA/sc/source/core/src.po6
-rw-r--r--translations/source/en-ZA/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/en-ZA/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/en-ZA/sc/source/ui/docshell.po6
-rw-r--r--translations/source/en-ZA/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/en-ZA/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/en-ZA/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/en-ZA/sc/source/ui/navipi.po8
-rw-r--r--translations/source/en-ZA/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/en-ZA/sc/source/ui/src.po144
-rw-r--r--translations/source/en-ZA/sc/source/ui/styleui.po8
-rw-r--r--translations/source/en-ZA/scaddins/source/analysis.po6
-rw-r--r--translations/source/en-ZA/scaddins/source/datefunc.po6
-rw-r--r--translations/source/en-ZA/sccomp/source/solver.po6
-rw-r--r--translations/source/en-ZA/scp2/source/accessories.po6
-rw-r--r--translations/source/en-ZA/scp2/source/activex.po6
-rw-r--r--translations/source/en-ZA/scp2/source/base.po16
-rw-r--r--translations/source/en-ZA/scp2/source/binfilter.po6
-rw-r--r--translations/source/en-ZA/scp2/source/calc.po6
-rw-r--r--translations/source/en-ZA/scp2/source/draw.po6
-rw-r--r--translations/source/en-ZA/scp2/source/extensions.po2202
-rw-r--r--translations/source/en-ZA/scp2/source/gnome.po6
-rw-r--r--translations/source/en-ZA/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/en-ZA/scp2/source/impress.po6
-rw-r--r--translations/source/en-ZA/scp2/source/javafilter.po6
-rw-r--r--translations/source/en-ZA/scp2/source/kde.po6
-rw-r--r--translations/source/en-ZA/scp2/source/math.po6
-rw-r--r--translations/source/en-ZA/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/en-ZA/scp2/source/ooo.po35
-rw-r--r--translations/source/en-ZA/scp2/source/python.po6
-rw-r--r--translations/source/en-ZA/scp2/source/quickstart.po6
-rw-r--r--translations/source/en-ZA/scp2/source/sdkoo.po6
-rw-r--r--translations/source/en-ZA/scp2/source/smoketest.po23
-rw-r--r--translations/source/en-ZA/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/en-ZA/scp2/source/writer.po6
-rw-r--r--translations/source/en-ZA/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/en-ZA/scripting/source/pyprov.po4
-rw-r--r--translations/source/en-ZA/sd/source/core.po43
-rw-r--r--translations/source/en-ZA/sd/source/filter/html.po6
-rw-r--r--translations/source/en-ZA/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/en-ZA/sd/source/ui/animations.po6
-rw-r--r--translations/source/en-ZA/sd/source/ui/annotations.po6
-rw-r--r--translations/source/en-ZA/sd/source/ui/app.po8
-rw-r--r--translations/source/en-ZA/sd/source/ui/dlg.po6
-rw-r--r--translations/source/en-ZA/sd/source/ui/notes.po6
-rw-r--r--translations/source/en-ZA/sd/source/ui/slideshow.po19
-rw-r--r--translations/source/en-ZA/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/en-ZA/sd/source/ui/table.po6
-rw-r--r--translations/source/en-ZA/sd/source/ui/view.po6
-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.po6
-rw-r--r--translations/source/en-ZA/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/en-ZA/sdext/source/pdfimport.po4
-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.po6
-rw-r--r--translations/source/en-ZA/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po16
-rw-r--r--translations/source/en-ZA/setup_native/source/mac.po6
-rw-r--r--translations/source/en-ZA/sfx2/source/appl.po6
-rw-r--r--translations/source/en-ZA/sfx2/source/bastyp.po6
-rw-r--r--translations/source/en-ZA/sfx2/source/dialog.po12
-rw-r--r--translations/source/en-ZA/sfx2/source/doc.po20
-rw-r--r--translations/source/en-ZA/sfx2/source/menu.po6
-rw-r--r--translations/source/en-ZA/sfx2/source/view.po6
-rw-r--r--translations/source/en-ZA/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/en-ZA/starmath/source.po6
-rw-r--r--translations/source/en-ZA/svl/source/items.po6
-rw-r--r--translations/source/en-ZA/svl/source/misc.po6
-rw-r--r--translations/source/en-ZA/svtools/source/contnr.po6
-rw-r--r--translations/source/en-ZA/svtools/source/control.po6
-rw-r--r--translations/source/en-ZA/svtools/source/dialogs.po6
-rw-r--r--translations/source/en-ZA/svtools/source/filter.po6
-rw-r--r--translations/source/en-ZA/svtools/source/java.po6
-rw-r--r--translations/source/en-ZA/svtools/source/misc.po53
-rw-r--r--translations/source/en-ZA/svtools/source/plugapp.po6
-rw-r--r--translations/source/en-ZA/svtools/source/toolpanel.po6
-rw-r--r--translations/source/en-ZA/svtools/workben/unodialog.po6
-rw-r--r--translations/source/en-ZA/svx/inc.po8
-rw-r--r--translations/source/en-ZA/svx/source/accessibility.po6
-rw-r--r--translations/source/en-ZA/svx/source/dialog.po10
-rw-r--r--translations/source/en-ZA/svx/source/engine3d.po6
-rw-r--r--translations/source/en-ZA/svx/source/fmcomp.po6
-rw-r--r--translations/source/en-ZA/svx/source/form.po6
-rw-r--r--translations/source/en-ZA/svx/source/gallery2.po6
-rw-r--r--translations/source/en-ZA/svx/source/items.po6
-rw-r--r--translations/source/en-ZA/svx/source/src.po6
-rw-r--r--translations/source/en-ZA/svx/source/stbctrls.po2
-rw-r--r--translations/source/en-ZA/svx/source/svdraw.po6
-rw-r--r--translations/source/en-ZA/svx/source/table.po6
-rw-r--r--translations/source/en-ZA/svx/source/tbxctrls.po6
-rw-r--r--translations/source/en-ZA/svx/source/toolbars.po6
-rw-r--r--translations/source/en-ZA/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/en-ZA/sw/source/core/layout.po4
-rw-r--r--translations/source/en-ZA/sw/source/core/undo.po8
-rw-r--r--translations/source/en-ZA/sw/source/core/unocore.po6
-rw-r--r--translations/source/en-ZA/sw/source/ui/app.po22
-rw-r--r--translations/source/en-ZA/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/en-ZA/sw/source/ui/config.po2
-rw-r--r--translations/source/en-ZA/sw/source/ui/dbui.po6
-rw-r--r--translations/source/en-ZA/sw/source/ui/dialog.po14
-rw-r--r--translations/source/en-ZA/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/en-ZA/sw/source/ui/docvw.po22
-rw-r--r--translations/source/en-ZA/sw/source/ui/envelp.po6
-rw-r--r--translations/source/en-ZA/sw/source/ui/fldui.po6
-rw-r--r--translations/source/en-ZA/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/en-ZA/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/en-ZA/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/en-ZA/sw/source/ui/index.po13
-rw-r--r--translations/source/en-ZA/sw/source/ui/lingu.po6
-rw-r--r--translations/source/en-ZA/sw/source/ui/misc.po6
-rw-r--r--translations/source/en-ZA/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/en-ZA/sw/source/ui/shells.po14
-rw-r--r--translations/source/en-ZA/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/en-ZA/sw/source/ui/table.po18
-rw-r--r--translations/source/en-ZA/sw/source/ui/uiview.po6
-rw-r--r--translations/source/en-ZA/sw/source/ui/utlui.po22
-rw-r--r--translations/source/en-ZA/sw/source/ui/web.po6
-rw-r--r--translations/source/en-ZA/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/en-ZA/swext/mediawiki/help.po16
-rw-r--r--translations/source/en-ZA/swext/mediawiki/src.po8
-rw-r--r--translations/source/en-ZA/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/en-ZA/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/en-ZA/sysui/desktop/share.po6
-rw-r--r--translations/source/en-ZA/uui/source.po6
-rw-r--r--translations/source/en-ZA/vcl/source/src.po43
-rw-r--r--translations/source/en-ZA/wizards/source/euro.po6
-rw-r--r--translations/source/en-ZA/wizards/source/formwizard.po6
-rw-r--r--translations/source/en-ZA/wizards/source/importwizard.po6
-rw-r--r--translations/source/en-ZA/wizards/source/schedule.po6
-rw-r--r--translations/source/en-ZA/wizards/source/template.po6
-rw-r--r--translations/source/en-ZA/xmlsecurity/source/component.po6
-rw-r--r--translations/source/en-ZA/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/eo/accessibility/source/helper.po6
-rw-r--r--translations/source/eo/avmedia/source/framework.po6
-rw-r--r--translations/source/eo/avmedia/source/viewer.po6
-rw-r--r--translations/source/eo/basctl/source/basicide.po6
-rw-r--r--translations/source/eo/basctl/source/dlged.po6
-rw-r--r--translations/source/eo/basic/source/classes.po6
-rw-r--r--translations/source/eo/basic/source/sbx.po6
-rw-r--r--translations/source/eo/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/eo/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/eo/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/eo/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/eo/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/eo/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/eo/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/eo/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/eo/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/eo/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/eo/connectivity/source/drivers/mozab.po6
-rw-r--r--translations/source/eo/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/eo/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/eo/connectivity/source/drivers/postgresql.po14
-rw-r--r--translations/source/eo/connectivity/source/resource.po6
-rw-r--r--translations/source/eo/cui/source/customize.po6
-rw-r--r--translations/source/eo/cui/source/dialogs.po8
-rw-r--r--translations/source/eo/cui/source/options.po38
-rw-r--r--translations/source/eo/cui/source/tabpages.po6
-rw-r--r--translations/source/eo/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/eo/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/eo/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/eo/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/eo/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/eo/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/eo/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/eo/dbaccess/source/ui/dlg.po6
-rw-r--r--translations/source/eo/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/eo/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/eo/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/eo/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/eo/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/eo/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/eo/desktop/source/app.po6
-rw-r--r--translations/source/eo/desktop/source/deployment/gui.po6
-rw-r--r--translations/source/eo/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/eo/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/eo/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/eo/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/eo/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/eo/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/eo/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/eo/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/eo/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/eo/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/eo/dictionaries/af_ZA.po4
-rw-r--r--translations/source/eo/dictionaries/an_ES.po4
-rw-r--r--translations/source/eo/dictionaries/ar.po4
-rw-r--r--translations/source/eo/dictionaries/be_BY.po4
-rw-r--r--translations/source/eo/dictionaries/bg_BG.po4
-rw-r--r--translations/source/eo/dictionaries/bn_BD.po4
-rw-r--r--translations/source/eo/dictionaries/br_FR.po4
-rw-r--r--translations/source/eo/dictionaries/ca.po4
-rw-r--r--translations/source/eo/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/eo/dictionaries/da_DK.po4
-rw-r--r--translations/source/eo/dictionaries/de.po4
-rw-r--r--translations/source/eo/dictionaries/el_GR.po4
-rw-r--r--translations/source/eo/dictionaries/en.po6
-rw-r--r--translations/source/eo/dictionaries/en/dialog.po6
-rw-r--r--translations/source/eo/dictionaries/es_ES.po4
-rw-r--r--translations/source/eo/dictionaries/et_EE.po4
-rw-r--r--translations/source/eo/dictionaries/fr_FR.po4
-rw-r--r--translations/source/eo/dictionaries/gd_GB.po4
-rw-r--r--translations/source/eo/dictionaries/gl.po4
-rw-r--r--translations/source/eo/dictionaries/gu_IN.po4
-rw-r--r--translations/source/eo/dictionaries/he_IL.po4
-rw-r--r--translations/source/eo/dictionaries/hi_IN.po4
-rw-r--r--translations/source/eo/dictionaries/hr_HR.po4
-rw-r--r--translations/source/eo/dictionaries/hu_HU.po4
-rw-r--r--translations/source/eo/dictionaries/hu_HU/dialog.po6
-rw-r--r--translations/source/eo/dictionaries/it_IT.po4
-rw-r--r--translations/source/eo/dictionaries/ku_TR.po4
-rw-r--r--translations/source/eo/dictionaries/lt_LT.po4
-rw-r--r--translations/source/eo/dictionaries/lv_LV.po4
-rw-r--r--translations/source/eo/dictionaries/ne_NP.po4
-rw-r--r--translations/source/eo/dictionaries/nl_NL.po4
-rw-r--r--translations/source/eo/dictionaries/no.po4
-rw-r--r--translations/source/eo/dictionaries/oc_FR.po4
-rw-r--r--translations/source/eo/dictionaries/pl_PL.po4
-rw-r--r--translations/source/eo/dictionaries/pt_BR.po4
-rw-r--r--translations/source/eo/dictionaries/pt_PT.po4
-rw-r--r--translations/source/eo/dictionaries/ro.po4
-rw-r--r--translations/source/eo/dictionaries/ru_RU.po4
-rw-r--r--translations/source/eo/dictionaries/ru_RU/dialog.po4
-rw-r--r--translations/source/eo/dictionaries/si_LK.po4
-rw-r--r--translations/source/eo/dictionaries/sk_SK.po4
-rw-r--r--translations/source/eo/dictionaries/sl_SI.po4
-rw-r--r--translations/source/eo/dictionaries/sr.po4
-rw-r--r--translations/source/eo/dictionaries/sv_SE.po4
-rw-r--r--translations/source/eo/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/eo/dictionaries/te_IN.po4
-rw-r--r--translations/source/eo/dictionaries/th_TH.po4
-rw-r--r--translations/source/eo/dictionaries/uk_UA.po4
-rw-r--r--translations/source/eo/dictionaries/vi.po4
-rw-r--r--translations/source/eo/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/eo/editeng/source/accessibility.po6
-rw-r--r--translations/source/eo/editeng/source/editeng.po6
-rw-r--r--translations/source/eo/editeng/source/items.po6
-rw-r--r--translations/source/eo/editeng/source/misc.po6
-rw-r--r--translations/source/eo/editeng/source/outliner.po6
-rw-r--r--translations/source/eo/extensions/source/abpilot.po6
-rw-r--r--translations/source/eo/extensions/source/bibliography.po6
-rw-r--r--translations/source/eo/extensions/source/dbpilots.po6
-rw-r--r--translations/source/eo/extensions/source/propctrlr.po6
-rw-r--r--translations/source/eo/extensions/source/scanner.po6
-rw-r--r--translations/source/eo/extensions/source/update/check.po6
-rw-r--r--translations/source/eo/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/eo/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/eo/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/eo/filter/source/flash.po6
-rw-r--r--translations/source/eo/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/eo/filter/source/pdf.po6
-rw-r--r--translations/source/eo/filter/source/t602.po6
-rw-r--r--translations/source/eo/filter/source/xsltdialog.po6
-rw-r--r--translations/source/eo/forms/source/resource.po6
-rw-r--r--translations/source/eo/formula/source/core/resource.po6
-rw-r--r--translations/source/eo/formula/source/ui/dlg.po6
-rw-r--r--translations/source/eo/fpicker/source/office.po6
-rw-r--r--translations/source/eo/framework/source/classes.po6
-rw-r--r--translations/source/eo/framework/source/services.po6
-rw-r--r--translations/source/eo/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/eo/helpcontent2/source/text/sbasic/shared.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/eo/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/eo/helpcontent2/source/text/scalc.po24
-rw-r--r--translations/source/eo/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/eo/helpcontent2/source/text/scalc/01.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/eo/helpcontent2/source/text/scalc/04.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/scalc/05.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/scalc/guide.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/eo/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/eo/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/eo/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/eo/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/eo/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/eo/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/eo/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/eo/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/eo/helpcontent2/source/text/shared.po260
-rw-r--r--translations/source/eo/helpcontent2/source/text/shared/00.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/shared/01.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/shared/02.po2
-rw-r--r--translations/source/eo/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/eo/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/eo/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/eo/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/eo/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/eo/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/eo/helpcontent2/source/text/shared/guide.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/shared/optionen.po71
-rw-r--r--translations/source/eo/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/eo/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/eo/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/eo/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/eo/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/eo/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/eo/helpcontent2/source/text/smath/01.po4
-rw-r--r--translations/source/eo/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/eo/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/eo/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/eo/helpcontent2/source/text/swriter.po4
-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.po10
-rw-r--r--translations/source/eo/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--translations/source/eo/mysqlc/source.po6
-rw-r--r--translations/source/eo/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/eo/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po6
-rw-r--r--translations/source/eo/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/eo/nlpsolver/src/locale.po4
-rw-r--r--translations/source/eo/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/eo/officecfg/registry/data/org/openoffice/Office/UI.po10
-rw-r--r--translations/source/eo/padmin/source.po6
-rw-r--r--translations/source/eo/readlicense_oo/docs/readme.po17
-rw-r--r--translations/source/eo/reportbuilder/java/com/sun/star/report/function/metadata.po6
-rw-r--r--translations/source/eo/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/eo/reportbuilder/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--translations/source/eo/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/eo/reportbuilder/util.po4
-rw-r--r--translations/source/eo/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/eo/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/eo/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/eo/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/eo/sc/source/core/src.po6
-rw-r--r--translations/source/eo/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/eo/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/eo/sc/source/ui/docshell.po6
-rw-r--r--translations/source/eo/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/eo/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/eo/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/eo/sc/source/ui/navipi.po6
-rw-r--r--translations/source/eo/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/eo/sc/source/ui/src.po6
-rw-r--r--translations/source/eo/sc/source/ui/styleui.po6
-rw-r--r--translations/source/eo/scaddins/source/analysis.po6
-rw-r--r--translations/source/eo/scaddins/source/datefunc.po6
-rw-r--r--translations/source/eo/sccomp/source/solver.po6
-rw-r--r--translations/source/eo/scp2/source/accessories.po6
-rw-r--r--translations/source/eo/scp2/source/activex.po6
-rw-r--r--translations/source/eo/scp2/source/base.po20
-rw-r--r--translations/source/eo/scp2/source/binfilter.po6
-rw-r--r--translations/source/eo/scp2/source/calc.po6
-rw-r--r--translations/source/eo/scp2/source/draw.po6
-rw-r--r--translations/source/eo/scp2/source/extensions.po16
-rw-r--r--translations/source/eo/scp2/source/gnome.po6
-rw-r--r--translations/source/eo/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/eo/scp2/source/impress.po6
-rw-r--r--translations/source/eo/scp2/source/javafilter.po6
-rw-r--r--translations/source/eo/scp2/source/kde.po6
-rw-r--r--translations/source/eo/scp2/source/math.po6
-rw-r--r--translations/source/eo/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/eo/scp2/source/ooo.po6
-rw-r--r--translations/source/eo/scp2/source/python.po6
-rw-r--r--translations/source/eo/scp2/source/quickstart.po6
-rw-r--r--translations/source/eo/scp2/source/sdkoo.po6
-rw-r--r--translations/source/eo/scp2/source/smoketest.po4
-rw-r--r--translations/source/eo/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/eo/scp2/source/writer.po6
-rw-r--r--translations/source/eo/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/eo/scripting/source/pyprov.po4
-rw-r--r--translations/source/eo/sd/source/core.po6
-rw-r--r--translations/source/eo/sd/source/filter/html.po6
-rw-r--r--translations/source/eo/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/eo/sd/source/ui/animations.po6
-rw-r--r--translations/source/eo/sd/source/ui/annotations.po6
-rw-r--r--translations/source/eo/sd/source/ui/app.po6
-rw-r--r--translations/source/eo/sd/source/ui/dlg.po6
-rw-r--r--translations/source/eo/sd/source/ui/notes.po6
-rw-r--r--translations/source/eo/sd/source/ui/slideshow.po6
-rw-r--r--translations/source/eo/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/eo/sd/source/ui/table.po6
-rw-r--r--translations/source/eo/sd/source/ui/view.po6
-rw-r--r--translations/source/eo/sdext/source/minimizer.po4
-rw-r--r--translations/source/eo/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/eo/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/eo/sdext/source/pdfimport.po4
-rw-r--r--translations/source/eo/sdext/source/presenter.po4
-rw-r--r--translations/source/eo/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/eo/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/eo/setup_native/source/mac.po6
-rw-r--r--translations/source/eo/sfx2/source/appl.po6
-rw-r--r--translations/source/eo/sfx2/source/bastyp.po6
-rw-r--r--translations/source/eo/sfx2/source/dialog.po6
-rw-r--r--translations/source/eo/sfx2/source/doc.po6
-rw-r--r--translations/source/eo/sfx2/source/menu.po6
-rw-r--r--translations/source/eo/sfx2/source/view.po6
-rw-r--r--translations/source/eo/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/eo/starmath/source.po6
-rw-r--r--translations/source/eo/svl/source/items.po6
-rw-r--r--translations/source/eo/svl/source/misc.po6
-rw-r--r--translations/source/eo/svtools/source/contnr.po6
-rw-r--r--translations/source/eo/svtools/source/control.po6
-rw-r--r--translations/source/eo/svtools/source/dialogs.po6
-rw-r--r--translations/source/eo/svtools/source/filter.po6
-rw-r--r--translations/source/eo/svtools/source/java.po6
-rw-r--r--translations/source/eo/svtools/source/misc.po6
-rw-r--r--translations/source/eo/svtools/source/plugapp.po6
-rw-r--r--translations/source/eo/svtools/source/toolpanel.po6
-rw-r--r--translations/source/eo/svtools/workben/unodialog.po6
-rw-r--r--translations/source/eo/svx/inc.po6
-rw-r--r--translations/source/eo/svx/source/accessibility.po6
-rw-r--r--translations/source/eo/svx/source/dialog.po6
-rw-r--r--translations/source/eo/svx/source/engine3d.po6
-rw-r--r--translations/source/eo/svx/source/fmcomp.po6
-rw-r--r--translations/source/eo/svx/source/form.po15
-rw-r--r--translations/source/eo/svx/source/gallery2.po14
-rw-r--r--translations/source/eo/svx/source/items.po6
-rw-r--r--translations/source/eo/svx/source/src.po6
-rw-r--r--translations/source/eo/svx/source/stbctrls.po6
-rw-r--r--translations/source/eo/svx/source/svdraw.po6
-rw-r--r--translations/source/eo/svx/source/table.po6
-rw-r--r--translations/source/eo/svx/source/tbxctrls.po6
-rw-r--r--translations/source/eo/svx/source/toolbars.po6
-rw-r--r--translations/source/eo/svx/source/unodialogs/textconversiondlgs.po13
-rw-r--r--translations/source/eo/sw/source/core/layout.po4
-rw-r--r--translations/source/eo/sw/source/core/undo.po6
-rw-r--r--translations/source/eo/sw/source/core/unocore.po6
-rw-r--r--translations/source/eo/sw/source/ui/app.po6
-rw-r--r--translations/source/eo/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/eo/sw/source/ui/config.po58
-rw-r--r--translations/source/eo/sw/source/ui/dbui.po6
-rw-r--r--translations/source/eo/sw/source/ui/dialog.po6
-rw-r--r--translations/source/eo/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/eo/sw/source/ui/docvw.po6
-rw-r--r--translations/source/eo/sw/source/ui/envelp.po6
-rw-r--r--translations/source/eo/sw/source/ui/fldui.po6
-rw-r--r--translations/source/eo/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/eo/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/eo/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/eo/sw/source/ui/index.po6
-rw-r--r--translations/source/eo/sw/source/ui/lingu.po6
-rw-r--r--translations/source/eo/sw/source/ui/misc.po6
-rw-r--r--translations/source/eo/sw/source/ui/ribbar.po6
-rw-r--r--translations/source/eo/sw/source/ui/shells.po6
-rw-r--r--translations/source/eo/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/eo/sw/source/ui/table.po6
-rw-r--r--translations/source/eo/sw/source/ui/uiview.po6
-rw-r--r--translations/source/eo/sw/source/ui/utlui.po188
-rw-r--r--translations/source/eo/sw/source/ui/web.po6
-rw-r--r--translations/source/eo/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/eo/swext/mediawiki/help.po6
-rw-r--r--translations/source/eo/swext/mediawiki/src.po6
-rw-r--r--translations/source/eo/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/eo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/eo/sysui/desktop/share.po6
-rw-r--r--translations/source/eo/uui/source.po6
-rw-r--r--translations/source/eo/vcl/source/src.po6
-rw-r--r--translations/source/eo/wizards/source/euro.po6
-rw-r--r--translations/source/eo/wizards/source/formwizard.po6
-rw-r--r--translations/source/eo/wizards/source/importwizard.po6
-rw-r--r--translations/source/eo/wizards/source/schedule.po6
-rw-r--r--translations/source/eo/wizards/source/template.po6
-rw-r--r--translations/source/eo/xmlsecurity/source/component.po6
-rw-r--r--translations/source/eo/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/es/accessibility/source/helper.po6
-rw-r--r--translations/source/es/avmedia/source/framework.po6
-rw-r--r--translations/source/es/avmedia/source/viewer.po6
-rw-r--r--translations/source/es/basctl/source/basicide.po16
-rw-r--r--translations/source/es/basctl/source/dlged.po6
-rw-r--r--translations/source/es/basic/source/classes.po6
-rw-r--r--translations/source/es/basic/source/sbx.po6
-rw-r--r--translations/source/es/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/es/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/es/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/es/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/es/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/es/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/es/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/es/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/es/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/es/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/es/connectivity/source/drivers/mozab.po18
-rw-r--r--translations/source/es/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/es/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/es/connectivity/source/drivers/postgresql.po19
-rw-r--r--translations/source/es/connectivity/source/resource.po13
-rw-r--r--translations/source/es/cui/source/customize.po6
-rw-r--r--translations/source/es/cui/source/dialogs.po61
-rw-r--r--translations/source/es/cui/source/options.po25
-rw-r--r--translations/source/es/cui/source/tabpages.po145
-rw-r--r--translations/source/es/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/es/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/es/dbaccess/source/ext/macromigration.po13
-rw-r--r--translations/source/es/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/es/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/es/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/es/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/es/dbaccess/source/ui/dlg.po15
-rw-r--r--translations/source/es/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/es/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/es/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/es/dbaccess/source/ui/relationdesign.po10
-rw-r--r--translations/source/es/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/es/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/es/desktop/source/app.po14
-rw-r--r--translations/source/es/desktop/source/deployment/gui.po34
-rw-r--r--translations/source/es/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/es/desktop/source/deployment/misc.po14
-rw-r--r--translations/source/es/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/es/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/es/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/es/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/es/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/es/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/es/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/es/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/es/dictionaries/af_ZA.po10
-rw-r--r--translations/source/es/dictionaries/an_ES.po19
-rw-r--r--translations/source/es/dictionaries/ar.po4
-rw-r--r--translations/source/es/dictionaries/be_BY.po4
-rw-r--r--translations/source/es/dictionaries/bg_BG.po4
-rw-r--r--translations/source/es/dictionaries/bn_BD.po4
-rw-r--r--translations/source/es/dictionaries/br_FR.po4
-rw-r--r--translations/source/es/dictionaries/ca.po4
-rw-r--r--translations/source/es/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/es/dictionaries/da_DK.po4
-rw-r--r--translations/source/es/dictionaries/de.po4
-rw-r--r--translations/source/es/dictionaries/el_GR.po4
-rw-r--r--translations/source/es/dictionaries/en.po6
-rw-r--r--translations/source/es/dictionaries/en/dialog.po171
-rw-r--r--translations/source/es/dictionaries/es_ES.po6
-rw-r--r--translations/source/es/dictionaries/et_EE.po4
-rw-r--r--translations/source/es/dictionaries/fr_FR.po4
-rw-r--r--translations/source/es/dictionaries/gd_GB.po4
-rw-r--r--translations/source/es/dictionaries/gl.po4
-rw-r--r--translations/source/es/dictionaries/gu_IN.po4
-rw-r--r--translations/source/es/dictionaries/he_IL.po4
-rw-r--r--translations/source/es/dictionaries/hi_IN.po4
-rw-r--r--translations/source/es/dictionaries/hr_HR.po4
-rw-r--r--translations/source/es/dictionaries/hu_HU.po6
-rw-r--r--translations/source/es/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/es/dictionaries/it_IT.po4
-rw-r--r--translations/source/es/dictionaries/ku_TR.po4
-rw-r--r--translations/source/es/dictionaries/lt_LT.po4
-rw-r--r--translations/source/es/dictionaries/lv_LV.po4
-rw-r--r--translations/source/es/dictionaries/ne_NP.po4
-rw-r--r--translations/source/es/dictionaries/nl_NL.po4
-rw-r--r--translations/source/es/dictionaries/no.po4
-rw-r--r--translations/source/es/dictionaries/oc_FR.po4
-rw-r--r--translations/source/es/dictionaries/pl_PL.po4
-rw-r--r--translations/source/es/dictionaries/pt_BR.po4
-rw-r--r--translations/source/es/dictionaries/pt_PT.po4
-rw-r--r--translations/source/es/dictionaries/ro.po4
-rw-r--r--translations/source/es/dictionaries/ru_RU.po6
-rw-r--r--translations/source/es/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/es/dictionaries/si_LK.po19
-rw-r--r--translations/source/es/dictionaries/sk_SK.po4
-rw-r--r--translations/source/es/dictionaries/sl_SI.po4
-rw-r--r--translations/source/es/dictionaries/sr.po4
-rw-r--r--translations/source/es/dictionaries/sv_SE.po4
-rw-r--r--translations/source/es/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/es/dictionaries/te_IN.po4
-rw-r--r--translations/source/es/dictionaries/th_TH.po6
-rw-r--r--translations/source/es/dictionaries/uk_UA.po4
-rw-r--r--translations/source/es/dictionaries/vi.po4
-rw-r--r--translations/source/es/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/es/editeng/source/accessibility.po6
-rw-r--r--translations/source/es/editeng/source/editeng.po8
-rw-r--r--translations/source/es/editeng/source/items.po34
-rw-r--r--translations/source/es/editeng/source/misc.po6
-rw-r--r--translations/source/es/editeng/source/outliner.po6
-rw-r--r--translations/source/es/extensions/source/abpilot.po10
-rw-r--r--translations/source/es/extensions/source/bibliography.po6
-rw-r--r--translations/source/es/extensions/source/dbpilots.po6
-rw-r--r--translations/source/es/extensions/source/propctrlr.po6
-rw-r--r--translations/source/es/extensions/source/scanner.po8
-rw-r--r--translations/source/es/extensions/source/update/check.po6
-rw-r--r--translations/source/es/filter/source/config/fragments/filters.po14
-rw-r--r--translations/source/es/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/es/filter/source/config/fragments/types.po10
-rw-r--r--translations/source/es/filter/source/flash.po6
-rw-r--r--translations/source/es/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/es/filter/source/pdf.po15
-rw-r--r--translations/source/es/filter/source/t602.po6
-rw-r--r--translations/source/es/filter/source/xsltdialog.po6
-rw-r--r--translations/source/es/forms/source/resource.po6
-rw-r--r--translations/source/es/formula/source/core/resource.po26
-rw-r--r--translations/source/es/formula/source/ui/dlg.po6
-rw-r--r--translations/source/es/fpicker/source/office.po6
-rw-r--r--translations/source/es/framework/source/classes.po6
-rw-r--r--translations/source/es/framework/source/services.po6
-rw-r--r--translations/source/es/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/es/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--translations/source/es/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/es/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/es/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/es/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/es/helpcontent2/source/text/scalc/01.po10
-rw-r--r--translations/source/es/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/es/helpcontent2/source/text/scalc/04.po34
-rw-r--r--translations/source/es/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/es/helpcontent2/source/text/scalc/guide.po49
-rw-r--r--translations/source/es/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/es/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/es/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/es/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/es/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/es/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/es/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/es/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/es/helpcontent2/source/text/sdraw/04.po6
-rw-r--r--translations/source/es/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/es/helpcontent2/source/text/shared.po2
-rw-r--r--translations/source/es/helpcontent2/source/text/shared/00.po6
-rw-r--r--translations/source/es/helpcontent2/source/text/shared/01.po18
-rw-r--r--translations/source/es/helpcontent2/source/text/shared/02.po18
-rw-r--r--translations/source/es/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/es/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/es/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/es/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/es/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/es/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/es/helpcontent2/source/text/shared/guide.po173
-rw-r--r--translations/source/es/helpcontent2/source/text/shared/optionen.po82
-rw-r--r--translations/source/es/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/es/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/es/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/es/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/es/helpcontent2/source/text/simpress/04.po42
-rw-r--r--translations/source/es/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/es/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/es/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/es/helpcontent2/source/text/smath/01.po26
-rw-r--r--translations/source/es/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/es/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/es/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/es/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/es/helpcontent2/source/text/swriter/00.po6
-rw-r--r--translations/source/es/helpcontent2/source/text/swriter/01.po38
-rw-r--r--translations/source/es/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/es/helpcontent2/source/text/swriter/04.po10
-rw-r--r--translations/source/es/helpcontent2/source/text/swriter/guide.po49
-rw-r--r--translations/source/es/instsetoo_native/inc_openoffice/windows/msi_languages.po68
-rw-r--r--translations/source/es/mysqlc/source.po14
-rw-r--r--translations/source/es/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/es/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/es/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/es/nlpsolver/src/locale.po179
-rw-r--r--translations/source/es/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/es/officecfg/registry/data/org/openoffice/Office/UI.po55
-rw-r--r--translations/source/es/padmin/source.po6
-rw-r--r--translations/source/es/readlicense_oo/docs/readme.po47
-rw-r--r--translations/source/es/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/es/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/es/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/es/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/es/reportbuilder/util.po4
-rw-r--r--translations/source/es/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/es/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/es/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/es/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/es/sc/source/core/src.po6
-rw-r--r--translations/source/es/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/es/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/es/sc/source/ui/docshell.po6
-rw-r--r--translations/source/es/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/es/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/es/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/es/sc/source/ui/navipi.po8
-rw-r--r--translations/source/es/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/es/sc/source/ui/src.po140
-rw-r--r--translations/source/es/sc/source/ui/styleui.po8
-rw-r--r--translations/source/es/scaddins/source/analysis.po6
-rw-r--r--translations/source/es/scaddins/source/datefunc.po6
-rw-r--r--translations/source/es/sccomp/source/solver.po6
-rw-r--r--translations/source/es/scp2/source/accessories.po6
-rw-r--r--translations/source/es/scp2/source/activex.po6
-rw-r--r--translations/source/es/scp2/source/base.po20
-rw-r--r--translations/source/es/scp2/source/binfilter.po6
-rw-r--r--translations/source/es/scp2/source/calc.po6
-rw-r--r--translations/source/es/scp2/source/draw.po6
-rw-r--r--translations/source/es/scp2/source/extensions.po2200
-rw-r--r--translations/source/es/scp2/source/gnome.po6
-rw-r--r--translations/source/es/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/es/scp2/source/impress.po6
-rw-r--r--translations/source/es/scp2/source/javafilter.po6
-rw-r--r--translations/source/es/scp2/source/kde.po6
-rw-r--r--translations/source/es/scp2/source/math.po6
-rw-r--r--translations/source/es/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/es/scp2/source/ooo.po144
-rw-r--r--translations/source/es/scp2/source/python.po6
-rw-r--r--translations/source/es/scp2/source/quickstart.po6
-rw-r--r--translations/source/es/scp2/source/sdkoo.po6
-rw-r--r--translations/source/es/scp2/source/smoketest.po23
-rw-r--r--translations/source/es/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/es/scp2/source/writer.po6
-rw-r--r--translations/source/es/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/es/scripting/source/pyprov.po4
-rw-r--r--translations/source/es/sd/source/core.po43
-rw-r--r--translations/source/es/sd/source/filter/html.po6
-rw-r--r--translations/source/es/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/es/sd/source/ui/animations.po6
-rw-r--r--translations/source/es/sd/source/ui/annotations.po6
-rw-r--r--translations/source/es/sd/source/ui/app.po8
-rw-r--r--translations/source/es/sd/source/ui/dlg.po6
-rw-r--r--translations/source/es/sd/source/ui/notes.po6
-rw-r--r--translations/source/es/sd/source/ui/slideshow.po19
-rw-r--r--translations/source/es/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/es/sd/source/ui/table.po6
-rw-r--r--translations/source/es/sd/source/ui/view.po6
-rw-r--r--translations/source/es/sdext/source/minimizer.po6
-rw-r--r--translations/source/es/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/es/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/es/sdext/source/pdfimport.po4
-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.po6
-rw-r--r--translations/source/es/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po16
-rw-r--r--translations/source/es/setup_native/source/mac.po6
-rw-r--r--translations/source/es/sfx2/source/appl.po6
-rw-r--r--translations/source/es/sfx2/source/bastyp.po6
-rw-r--r--translations/source/es/sfx2/source/dialog.po10
-rw-r--r--translations/source/es/sfx2/source/doc.po20
-rw-r--r--translations/source/es/sfx2/source/menu.po6
-rw-r--r--translations/source/es/sfx2/source/view.po6
-rw-r--r--translations/source/es/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/es/starmath/source.po6
-rw-r--r--translations/source/es/svl/source/items.po6
-rw-r--r--translations/source/es/svl/source/misc.po6
-rw-r--r--translations/source/es/svtools/source/contnr.po6
-rw-r--r--translations/source/es/svtools/source/control.po6
-rw-r--r--translations/source/es/svtools/source/dialogs.po6
-rw-r--r--translations/source/es/svtools/source/filter.po6
-rw-r--r--translations/source/es/svtools/source/java.po6
-rw-r--r--translations/source/es/svtools/source/misc.po53
-rw-r--r--translations/source/es/svtools/source/plugapp.po6
-rw-r--r--translations/source/es/svtools/source/toolpanel.po6
-rw-r--r--translations/source/es/svtools/workben/unodialog.po6
-rw-r--r--translations/source/es/svx/inc.po8
-rw-r--r--translations/source/es/svx/source/accessibility.po6
-rw-r--r--translations/source/es/svx/source/dialog.po10
-rw-r--r--translations/source/es/svx/source/engine3d.po6
-rw-r--r--translations/source/es/svx/source/fmcomp.po6
-rw-r--r--translations/source/es/svx/source/form.po6
-rw-r--r--translations/source/es/svx/source/gallery2.po6
-rw-r--r--translations/source/es/svx/source/items.po6
-rw-r--r--translations/source/es/svx/source/src.po6
-rw-r--r--translations/source/es/svx/source/stbctrls.po2
-rw-r--r--translations/source/es/svx/source/svdraw.po6
-rw-r--r--translations/source/es/svx/source/table.po6
-rw-r--r--translations/source/es/svx/source/tbxctrls.po6
-rw-r--r--translations/source/es/svx/source/toolbars.po6
-rw-r--r--translations/source/es/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/es/sw/source/core/layout.po4
-rw-r--r--translations/source/es/sw/source/core/undo.po8
-rw-r--r--translations/source/es/sw/source/core/unocore.po6
-rw-r--r--translations/source/es/sw/source/ui/app.po22
-rw-r--r--translations/source/es/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/es/sw/source/ui/config.po2
-rw-r--r--translations/source/es/sw/source/ui/dbui.po6
-rw-r--r--translations/source/es/sw/source/ui/dialog.po14
-rw-r--r--translations/source/es/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/es/sw/source/ui/docvw.po22
-rw-r--r--translations/source/es/sw/source/ui/envelp.po6
-rw-r--r--translations/source/es/sw/source/ui/fldui.po6
-rw-r--r--translations/source/es/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/es/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/es/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/es/sw/source/ui/index.po13
-rw-r--r--translations/source/es/sw/source/ui/lingu.po6
-rw-r--r--translations/source/es/sw/source/ui/misc.po6
-rw-r--r--translations/source/es/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/es/sw/source/ui/shells.po14
-rw-r--r--translations/source/es/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/es/sw/source/ui/table.po16
-rw-r--r--translations/source/es/sw/source/ui/uiview.po6
-rw-r--r--translations/source/es/sw/source/ui/utlui.po22
-rw-r--r--translations/source/es/sw/source/ui/web.po6
-rw-r--r--translations/source/es/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/es/swext/mediawiki/help.po16
-rw-r--r--translations/source/es/swext/mediawiki/src.po8
-rw-r--r--translations/source/es/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/es/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/es/sysui/desktop/share.po13
-rw-r--r--translations/source/es/uui/source.po6
-rw-r--r--translations/source/es/vcl/source/src.po51
-rw-r--r--translations/source/es/wizards/source/euro.po6
-rw-r--r--translations/source/es/wizards/source/formwizard.po6
-rw-r--r--translations/source/es/wizards/source/importwizard.po6
-rw-r--r--translations/source/es/wizards/source/schedule.po6
-rw-r--r--translations/source/es/wizards/source/template.po6
-rw-r--r--translations/source/es/xmlsecurity/source/component.po6
-rw-r--r--translations/source/es/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/et/accessibility/source/helper.po6
-rw-r--r--translations/source/et/avmedia/source/framework.po6
-rw-r--r--translations/source/et/avmedia/source/viewer.po6
-rw-r--r--translations/source/et/basctl/source/basicide.po8
-rw-r--r--translations/source/et/basctl/source/dlged.po8
-rw-r--r--translations/source/et/basic/source/classes.po6
-rw-r--r--translations/source/et/basic/source/sbx.po6
-rw-r--r--translations/source/et/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/et/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/et/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/et/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/et/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/et/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/et/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/et/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/et/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/et/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/et/connectivity/source/drivers/mozab.po6
-rw-r--r--translations/source/et/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/et/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/et/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/et/connectivity/source/resource.po6
-rw-r--r--translations/source/et/cui/source/customize.po6
-rw-r--r--translations/source/et/cui/source/dialogs.po8
-rw-r--r--translations/source/et/cui/source/options.po36
-rw-r--r--translations/source/et/cui/source/tabpages.po6
-rw-r--r--translations/source/et/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/et/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/et/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/et/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/et/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/et/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/et/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/et/dbaccess/source/ui/dlg.po6
-rw-r--r--translations/source/et/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/et/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/et/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/et/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/et/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/et/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/et/desktop/source/app.po6
-rw-r--r--translations/source/et/desktop/source/deployment/gui.po6
-rw-r--r--translations/source/et/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/et/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/et/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/et/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/et/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/et/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/et/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/et/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/et/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/et/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/et/dictionaries/af_ZA.po4
-rw-r--r--translations/source/et/dictionaries/an_ES.po4
-rw-r--r--translations/source/et/dictionaries/ar.po4
-rw-r--r--translations/source/et/dictionaries/be_BY.po4
-rw-r--r--translations/source/et/dictionaries/bg_BG.po4
-rw-r--r--translations/source/et/dictionaries/bn_BD.po4
-rw-r--r--translations/source/et/dictionaries/br_FR.po4
-rw-r--r--translations/source/et/dictionaries/ca.po4
-rw-r--r--translations/source/et/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/et/dictionaries/da_DK.po4
-rw-r--r--translations/source/et/dictionaries/de.po4
-rw-r--r--translations/source/et/dictionaries/el_GR.po4
-rw-r--r--translations/source/et/dictionaries/en.po4
-rw-r--r--translations/source/et/dictionaries/en/dialog.po6
-rw-r--r--translations/source/et/dictionaries/es_ES.po4
-rw-r--r--translations/source/et/dictionaries/et_EE.po4
-rw-r--r--translations/source/et/dictionaries/fr_FR.po4
-rw-r--r--translations/source/et/dictionaries/gd_GB.po4
-rw-r--r--translations/source/et/dictionaries/gl.po4
-rw-r--r--translations/source/et/dictionaries/gu_IN.po4
-rw-r--r--translations/source/et/dictionaries/he_IL.po4
-rw-r--r--translations/source/et/dictionaries/hi_IN.po4
-rw-r--r--translations/source/et/dictionaries/hr_HR.po4
-rw-r--r--translations/source/et/dictionaries/hu_HU.po4
-rw-r--r--translations/source/et/dictionaries/hu_HU/dialog.po8
-rw-r--r--translations/source/et/dictionaries/it_IT.po4
-rw-r--r--translations/source/et/dictionaries/ku_TR.po4
-rw-r--r--translations/source/et/dictionaries/lt_LT.po4
-rw-r--r--translations/source/et/dictionaries/lv_LV.po4
-rw-r--r--translations/source/et/dictionaries/ne_NP.po4
-rw-r--r--translations/source/et/dictionaries/nl_NL.po4
-rw-r--r--translations/source/et/dictionaries/no.po4
-rw-r--r--translations/source/et/dictionaries/oc_FR.po4
-rw-r--r--translations/source/et/dictionaries/pl_PL.po4
-rw-r--r--translations/source/et/dictionaries/pt_BR.po4
-rw-r--r--translations/source/et/dictionaries/pt_PT.po4
-rw-r--r--translations/source/et/dictionaries/ro.po4
-rw-r--r--translations/source/et/dictionaries/ru_RU.po4
-rw-r--r--translations/source/et/dictionaries/ru_RU/dialog.po4
-rw-r--r--translations/source/et/dictionaries/si_LK.po4
-rw-r--r--translations/source/et/dictionaries/sk_SK.po4
-rw-r--r--translations/source/et/dictionaries/sl_SI.po4
-rw-r--r--translations/source/et/dictionaries/sr.po4
-rw-r--r--translations/source/et/dictionaries/sv_SE.po4
-rw-r--r--translations/source/et/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/et/dictionaries/te_IN.po4
-rw-r--r--translations/source/et/dictionaries/th_TH.po4
-rw-r--r--translations/source/et/dictionaries/uk_UA.po4
-rw-r--r--translations/source/et/dictionaries/vi.po4
-rw-r--r--translations/source/et/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/et/editeng/source/accessibility.po6
-rw-r--r--translations/source/et/editeng/source/editeng.po6
-rw-r--r--translations/source/et/editeng/source/items.po6
-rw-r--r--translations/source/et/editeng/source/misc.po6
-rw-r--r--translations/source/et/editeng/source/outliner.po6
-rw-r--r--translations/source/et/extensions/source/abpilot.po6
-rw-r--r--translations/source/et/extensions/source/bibliography.po6
-rw-r--r--translations/source/et/extensions/source/dbpilots.po6
-rw-r--r--translations/source/et/extensions/source/propctrlr.po6
-rw-r--r--translations/source/et/extensions/source/scanner.po6
-rw-r--r--translations/source/et/extensions/source/update/check.po6
-rw-r--r--translations/source/et/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/et/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/et/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/et/filter/source/flash.po6
-rw-r--r--translations/source/et/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/et/filter/source/pdf.po6
-rw-r--r--translations/source/et/filter/source/t602.po6
-rw-r--r--translations/source/et/filter/source/xsltdialog.po6
-rw-r--r--translations/source/et/forms/source/resource.po6
-rw-r--r--translations/source/et/formula/source/core/resource.po6
-rw-r--r--translations/source/et/formula/source/ui/dlg.po6
-rw-r--r--translations/source/et/fpicker/source/office.po6
-rw-r--r--translations/source/et/framework/source/classes.po6
-rw-r--r--translations/source/et/framework/source/services.po6
-rw-r--r--translations/source/et/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/et/helpcontent2/source/text/sbasic/shared.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/et/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/et/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/et/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/et/helpcontent2/source/text/scalc/01.po19
-rw-r--r--translations/source/et/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/et/helpcontent2/source/text/scalc/04.po8
-rw-r--r--translations/source/et/helpcontent2/source/text/scalc/05.po14
-rw-r--r--translations/source/et/helpcontent2/source/text/scalc/guide.po13
-rw-r--r--translations/source/et/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/et/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/et/helpcontent2/source/text/schart/01.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/et/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/et/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/et/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/et/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/et/helpcontent2/source/text/sdraw/04.po2
-rw-r--r--translations/source/et/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/et/helpcontent2/source/text/shared.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/shared/00.po42
-rw-r--r--translations/source/et/helpcontent2/source/text/shared/01.po6
-rw-r--r--translations/source/et/helpcontent2/source/text/shared/02.po16
-rw-r--r--translations/source/et/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/et/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/et/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/et/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/et/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/shared/explorer/database.po8
-rw-r--r--translations/source/et/helpcontent2/source/text/shared/guide.po8
-rw-r--r--translations/source/et/helpcontent2/source/text/shared/optionen.po81
-rw-r--r--translations/source/et/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/et/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/et/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/et/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/et/helpcontent2/source/text/simpress/04.po2
-rw-r--r--translations/source/et/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/et/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/et/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/et/helpcontent2/source/text/smath/01.po4
-rw-r--r--translations/source/et/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/et/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/et/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/et/helpcontent2/source/text/swriter.po2
-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.po2
-rw-r--r--translations/source/et/helpcontent2/source/text/swriter/04.po2
-rw-r--r--translations/source/et/helpcontent2/source/text/swriter/guide.po25
-rw-r--r--translations/source/et/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--translations/source/et/mysqlc/source.po6
-rw-r--r--translations/source/et/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/et/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po4
-rw-r--r--translations/source/et/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/et/nlpsolver/src/locale.po4
-rw-r--r--translations/source/et/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/et/officecfg/registry/data/org/openoffice/Office/UI.po10
-rw-r--r--translations/source/et/padmin/source.po12
-rw-r--r--translations/source/et/readlicense_oo/docs/readme.po18
-rw-r--r--translations/source/et/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/et/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/et/reportbuilder/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--translations/source/et/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/et/reportbuilder/util.po4
-rw-r--r--translations/source/et/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/et/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/et/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/et/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/et/sc/source/core/src.po6
-rw-r--r--translations/source/et/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/et/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/et/sc/source/ui/docshell.po6
-rw-r--r--translations/source/et/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/et/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/et/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/et/sc/source/ui/navipi.po6
-rw-r--r--translations/source/et/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/et/sc/source/ui/src.po12
-rw-r--r--translations/source/et/sc/source/ui/styleui.po6
-rw-r--r--translations/source/et/scaddins/source/analysis.po6
-rw-r--r--translations/source/et/scaddins/source/datefunc.po6
-rw-r--r--translations/source/et/sccomp/source/solver.po6
-rw-r--r--translations/source/et/scp2/source/accessories.po6
-rw-r--r--translations/source/et/scp2/source/activex.po6
-rw-r--r--translations/source/et/scp2/source/base.po18
-rw-r--r--translations/source/et/scp2/source/binfilter.po6
-rw-r--r--translations/source/et/scp2/source/calc.po6
-rw-r--r--translations/source/et/scp2/source/draw.po6
-rw-r--r--translations/source/et/scp2/source/extensions.po16
-rw-r--r--translations/source/et/scp2/source/gnome.po6
-rw-r--r--translations/source/et/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/et/scp2/source/impress.po6
-rw-r--r--translations/source/et/scp2/source/javafilter.po6
-rw-r--r--translations/source/et/scp2/source/kde.po6
-rw-r--r--translations/source/et/scp2/source/math.po6
-rw-r--r--translations/source/et/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/et/scp2/source/ooo.po6
-rw-r--r--translations/source/et/scp2/source/python.po6
-rw-r--r--translations/source/et/scp2/source/quickstart.po6
-rw-r--r--translations/source/et/scp2/source/sdkoo.po6
-rw-r--r--translations/source/et/scp2/source/smoketest.po4
-rw-r--r--translations/source/et/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/et/scp2/source/writer.po6
-rw-r--r--translations/source/et/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/et/scripting/source/pyprov.po4
-rw-r--r--translations/source/et/sd/source/core.po6
-rw-r--r--translations/source/et/sd/source/filter/html.po6
-rw-r--r--translations/source/et/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/et/sd/source/ui/animations.po6
-rw-r--r--translations/source/et/sd/source/ui/annotations.po6
-rw-r--r--translations/source/et/sd/source/ui/app.po6
-rw-r--r--translations/source/et/sd/source/ui/dlg.po6
-rw-r--r--translations/source/et/sd/source/ui/notes.po6
-rw-r--r--translations/source/et/sd/source/ui/slideshow.po6
-rw-r--r--translations/source/et/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/et/sd/source/ui/table.po6
-rw-r--r--translations/source/et/sd/source/ui/view.po6
-rw-r--r--translations/source/et/sdext/source/minimizer.po4
-rw-r--r--translations/source/et/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/et/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/et/sdext/source/pdfimport.po4
-rw-r--r--translations/source/et/sdext/source/presenter.po4
-rw-r--r--translations/source/et/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/et/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/et/setup_native/source/mac.po6
-rw-r--r--translations/source/et/sfx2/source/appl.po6
-rw-r--r--translations/source/et/sfx2/source/bastyp.po6
-rw-r--r--translations/source/et/sfx2/source/dialog.po6
-rw-r--r--translations/source/et/sfx2/source/doc.po6
-rw-r--r--translations/source/et/sfx2/source/menu.po6
-rw-r--r--translations/source/et/sfx2/source/view.po6
-rw-r--r--translations/source/et/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/et/starmath/source.po6
-rw-r--r--translations/source/et/svl/source/items.po6
-rw-r--r--translations/source/et/svl/source/misc.po4
-rw-r--r--translations/source/et/svtools/source/contnr.po6
-rw-r--r--translations/source/et/svtools/source/control.po6
-rw-r--r--translations/source/et/svtools/source/dialogs.po6
-rw-r--r--translations/source/et/svtools/source/filter.po6
-rw-r--r--translations/source/et/svtools/source/java.po6
-rw-r--r--translations/source/et/svtools/source/misc.po6
-rw-r--r--translations/source/et/svtools/source/plugapp.po6
-rw-r--r--translations/source/et/svtools/source/toolpanel.po6
-rw-r--r--translations/source/et/svtools/workben/unodialog.po6
-rw-r--r--translations/source/et/svx/inc.po6
-rw-r--r--translations/source/et/svx/source/accessibility.po6
-rw-r--r--translations/source/et/svx/source/dialog.po6
-rw-r--r--translations/source/et/svx/source/engine3d.po6
-rw-r--r--translations/source/et/svx/source/fmcomp.po6
-rw-r--r--translations/source/et/svx/source/form.po6
-rw-r--r--translations/source/et/svx/source/gallery2.po6
-rw-r--r--translations/source/et/svx/source/items.po6
-rw-r--r--translations/source/et/svx/source/src.po6
-rw-r--r--translations/source/et/svx/source/stbctrls.po6
-rw-r--r--translations/source/et/svx/source/svdraw.po6
-rw-r--r--translations/source/et/svx/source/table.po6
-rw-r--r--translations/source/et/svx/source/tbxctrls.po6
-rw-r--r--translations/source/et/svx/source/toolbars.po6
-rw-r--r--translations/source/et/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/et/sw/source/core/layout.po4
-rw-r--r--translations/source/et/sw/source/core/undo.po6
-rw-r--r--translations/source/et/sw/source/core/unocore.po6
-rw-r--r--translations/source/et/sw/source/ui/app.po6
-rw-r--r--translations/source/et/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/et/sw/source/ui/config.po58
-rw-r--r--translations/source/et/sw/source/ui/dbui.po6
-rw-r--r--translations/source/et/sw/source/ui/dialog.po6
-rw-r--r--translations/source/et/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/et/sw/source/ui/docvw.po6
-rw-r--r--translations/source/et/sw/source/ui/envelp.po6
-rw-r--r--translations/source/et/sw/source/ui/fldui.po6
-rw-r--r--translations/source/et/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/et/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/et/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/et/sw/source/ui/index.po6
-rw-r--r--translations/source/et/sw/source/ui/lingu.po6
-rw-r--r--translations/source/et/sw/source/ui/misc.po6
-rw-r--r--translations/source/et/sw/source/ui/ribbar.po6
-rw-r--r--translations/source/et/sw/source/ui/shells.po6
-rw-r--r--translations/source/et/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/et/sw/source/ui/table.po6
-rw-r--r--translations/source/et/sw/source/ui/uiview.po6
-rw-r--r--translations/source/et/sw/source/ui/utlui.po188
-rw-r--r--translations/source/et/sw/source/ui/web.po6
-rw-r--r--translations/source/et/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/et/swext/mediawiki/help.po6
-rw-r--r--translations/source/et/swext/mediawiki/src.po6
-rw-r--r--translations/source/et/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/et/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/et/sysui/desktop/share.po6
-rw-r--r--translations/source/et/uui/source.po6
-rw-r--r--translations/source/et/vcl/source/src.po6
-rw-r--r--translations/source/et/wizards/source/euro.po6
-rw-r--r--translations/source/et/wizards/source/formwizard.po6
-rw-r--r--translations/source/et/wizards/source/importwizard.po6
-rw-r--r--translations/source/et/wizards/source/schedule.po6
-rw-r--r--translations/source/et/wizards/source/template.po6
-rw-r--r--translations/source/et/xmlsecurity/source/component.po6
-rw-r--r--translations/source/et/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/eu/accessibility/source/helper.po6
-rw-r--r--translations/source/eu/avmedia/source/framework.po6
-rw-r--r--translations/source/eu/avmedia/source/viewer.po6
-rw-r--r--translations/source/eu/basctl/source/basicide.po6
-rw-r--r--translations/source/eu/basctl/source/dlged.po6
-rw-r--r--translations/source/eu/basic/source/classes.po6
-rw-r--r--translations/source/eu/basic/source/sbx.po6
-rw-r--r--translations/source/eu/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/eu/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/eu/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/eu/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/eu/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/eu/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/eu/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/eu/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/eu/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/eu/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/eu/connectivity/source/drivers/mozab.po16
-rw-r--r--translations/source/eu/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/eu/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/eu/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/eu/connectivity/source/resource.po6
-rw-r--r--translations/source/eu/cui/source/customize.po6
-rw-r--r--translations/source/eu/cui/source/dialogs.po24
-rw-r--r--translations/source/eu/cui/source/options.po10
-rw-r--r--translations/source/eu/cui/source/tabpages.po118
-rw-r--r--translations/source/eu/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/eu/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/eu/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/eu/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/eu/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/eu/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/eu/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/eu/dbaccess/source/ui/dlg.po6
-rw-r--r--translations/source/eu/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/eu/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/eu/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/eu/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/eu/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/eu/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/eu/desktop/source/app.po10
-rw-r--r--translations/source/eu/desktop/source/deployment/gui.po6
-rw-r--r--translations/source/eu/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/eu/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/eu/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/eu/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/eu/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/eu/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/eu/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/eu/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/eu/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/eu/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/eu/dictionaries/af_ZA.po4
-rw-r--r--translations/source/eu/dictionaries/an_ES.po4
-rw-r--r--translations/source/eu/dictionaries/ar.po4
-rw-r--r--translations/source/eu/dictionaries/be_BY.po4
-rw-r--r--translations/source/eu/dictionaries/bg_BG.po4
-rw-r--r--translations/source/eu/dictionaries/bn_BD.po4
-rw-r--r--translations/source/eu/dictionaries/br_FR.po4
-rw-r--r--translations/source/eu/dictionaries/ca.po4
-rw-r--r--translations/source/eu/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/eu/dictionaries/da_DK.po4
-rw-r--r--translations/source/eu/dictionaries/de.po4
-rw-r--r--translations/source/eu/dictionaries/el_GR.po4
-rw-r--r--translations/source/eu/dictionaries/en.po4
-rw-r--r--translations/source/eu/dictionaries/en/dialog.po8
-rw-r--r--translations/source/eu/dictionaries/es_ES.po6
-rw-r--r--translations/source/eu/dictionaries/et_EE.po4
-rw-r--r--translations/source/eu/dictionaries/fr_FR.po4
-rw-r--r--translations/source/eu/dictionaries/gd_GB.po4
-rw-r--r--translations/source/eu/dictionaries/gl.po4
-rw-r--r--translations/source/eu/dictionaries/gu_IN.po4
-rw-r--r--translations/source/eu/dictionaries/he_IL.po4
-rw-r--r--translations/source/eu/dictionaries/hi_IN.po4
-rw-r--r--translations/source/eu/dictionaries/hr_HR.po4
-rw-r--r--translations/source/eu/dictionaries/hu_HU.po4
-rw-r--r--translations/source/eu/dictionaries/hu_HU/dialog.po10
-rw-r--r--translations/source/eu/dictionaries/it_IT.po4
-rw-r--r--translations/source/eu/dictionaries/ku_TR.po4
-rw-r--r--translations/source/eu/dictionaries/lt_LT.po4
-rw-r--r--translations/source/eu/dictionaries/lv_LV.po4
-rw-r--r--translations/source/eu/dictionaries/ne_NP.po4
-rw-r--r--translations/source/eu/dictionaries/nl_NL.po4
-rw-r--r--translations/source/eu/dictionaries/no.po4
-rw-r--r--translations/source/eu/dictionaries/oc_FR.po4
-rw-r--r--translations/source/eu/dictionaries/pl_PL.po4
-rw-r--r--translations/source/eu/dictionaries/pt_BR.po4
-rw-r--r--translations/source/eu/dictionaries/pt_PT.po4
-rw-r--r--translations/source/eu/dictionaries/ro.po4
-rw-r--r--translations/source/eu/dictionaries/ru_RU.po4
-rw-r--r--translations/source/eu/dictionaries/ru_RU/dialog.po12
-rw-r--r--translations/source/eu/dictionaries/si_LK.po4
-rw-r--r--translations/source/eu/dictionaries/sk_SK.po4
-rw-r--r--translations/source/eu/dictionaries/sl_SI.po4
-rw-r--r--translations/source/eu/dictionaries/sr.po4
-rw-r--r--translations/source/eu/dictionaries/sv_SE.po4
-rw-r--r--translations/source/eu/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/eu/dictionaries/te_IN.po4
-rw-r--r--translations/source/eu/dictionaries/th_TH.po6
-rw-r--r--translations/source/eu/dictionaries/uk_UA.po4
-rw-r--r--translations/source/eu/dictionaries/vi.po4
-rw-r--r--translations/source/eu/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/eu/editeng/source/accessibility.po6
-rw-r--r--translations/source/eu/editeng/source/editeng.po6
-rw-r--r--translations/source/eu/editeng/source/items.po30
-rw-r--r--translations/source/eu/editeng/source/misc.po6
-rw-r--r--translations/source/eu/editeng/source/outliner.po6
-rw-r--r--translations/source/eu/extensions/source/abpilot.po10
-rw-r--r--translations/source/eu/extensions/source/bibliography.po6
-rw-r--r--translations/source/eu/extensions/source/dbpilots.po6
-rw-r--r--translations/source/eu/extensions/source/propctrlr.po6
-rw-r--r--translations/source/eu/extensions/source/scanner.po8
-rw-r--r--translations/source/eu/extensions/source/update/check.po6
-rw-r--r--translations/source/eu/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/eu/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/eu/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/eu/filter/source/flash.po6
-rw-r--r--translations/source/eu/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/eu/filter/source/pdf.po8
-rw-r--r--translations/source/eu/filter/source/t602.po6
-rw-r--r--translations/source/eu/filter/source/xsltdialog.po6
-rw-r--r--translations/source/eu/forms/source/resource.po6
-rw-r--r--translations/source/eu/formula/source/core/resource.po6
-rw-r--r--translations/source/eu/formula/source/ui/dlg.po6
-rw-r--r--translations/source/eu/fpicker/source/office.po6
-rw-r--r--translations/source/eu/framework/source/classes.po6
-rw-r--r--translations/source/eu/framework/source/services.po6
-rw-r--r--translations/source/eu/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/sbasic/shared.po4
-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.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/eu/helpcontent2/source/text/scalc/01.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/scalc/04.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/scalc/05.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/scalc/guide.po4
-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.po2
-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.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/shared/00.po8
-rw-r--r--translations/source/eu/helpcontent2/source/text/shared/01.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/shared/02.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/shared/04.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/shared/07.po2
-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.po4
-rw-r--r--translations/source/eu/helpcontent2/source/text/shared/guide.po159
-rw-r--r--translations/source/eu/helpcontent2/source/text/shared/optionen.po83
-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.po4
-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.po15
-rw-r--r--translations/source/eu/helpcontent2/source/text/smath/02.po2
-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.po38
-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.po12
-rw-r--r--translations/source/eu/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--translations/source/eu/mysqlc/source.po6
-rw-r--r--translations/source/eu/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/eu/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po6
-rw-r--r--translations/source/eu/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/eu/nlpsolver/src/locale.po24
-rw-r--r--translations/source/eu/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/eu/officecfg/registry/data/org/openoffice/Office/UI.po26
-rw-r--r--translations/source/eu/padmin/source.po6
-rw-r--r--translations/source/eu/readlicense_oo/docs/readme.po47
-rw-r--r--translations/source/eu/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/eu/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/eu/reportbuilder/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--translations/source/eu/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/eu/reportbuilder/util.po4
-rw-r--r--translations/source/eu/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/eu/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/eu/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/eu/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/eu/sc/source/core/src.po6
-rw-r--r--translations/source/eu/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/eu/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/eu/sc/source/ui/docshell.po6
-rw-r--r--translations/source/eu/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/eu/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/eu/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/eu/sc/source/ui/navipi.po6
-rw-r--r--translations/source/eu/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/eu/sc/source/ui/src.po25
-rw-r--r--translations/source/eu/sc/source/ui/styleui.po6
-rw-r--r--translations/source/eu/scaddins/source/analysis.po6
-rw-r--r--translations/source/eu/scaddins/source/datefunc.po6
-rw-r--r--translations/source/eu/sccomp/source/solver.po6
-rw-r--r--translations/source/eu/scp2/source/accessories.po6
-rw-r--r--translations/source/eu/scp2/source/activex.po6
-rw-r--r--translations/source/eu/scp2/source/base.po16
-rw-r--r--translations/source/eu/scp2/source/binfilter.po6
-rw-r--r--translations/source/eu/scp2/source/calc.po6
-rw-r--r--translations/source/eu/scp2/source/draw.po6
-rw-r--r--translations/source/eu/scp2/source/extensions.po16
-rw-r--r--translations/source/eu/scp2/source/gnome.po6
-rw-r--r--translations/source/eu/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/eu/scp2/source/impress.po6
-rw-r--r--translations/source/eu/scp2/source/javafilter.po6
-rw-r--r--translations/source/eu/scp2/source/kde.po6
-rw-r--r--translations/source/eu/scp2/source/math.po6
-rw-r--r--translations/source/eu/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/eu/scp2/source/ooo.po10
-rw-r--r--translations/source/eu/scp2/source/python.po6
-rw-r--r--translations/source/eu/scp2/source/quickstart.po6
-rw-r--r--translations/source/eu/scp2/source/sdkoo.po6
-rw-r--r--translations/source/eu/scp2/source/smoketest.po4
-rw-r--r--translations/source/eu/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/eu/scp2/source/writer.po6
-rw-r--r--translations/source/eu/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/eu/scripting/source/pyprov.po4
-rw-r--r--translations/source/eu/sd/source/core.po6
-rw-r--r--translations/source/eu/sd/source/filter/html.po6
-rw-r--r--translations/source/eu/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/eu/sd/source/ui/animations.po6
-rw-r--r--translations/source/eu/sd/source/ui/annotations.po6
-rw-r--r--translations/source/eu/sd/source/ui/app.po6
-rw-r--r--translations/source/eu/sd/source/ui/dlg.po6
-rw-r--r--translations/source/eu/sd/source/ui/notes.po6
-rw-r--r--translations/source/eu/sd/source/ui/slideshow.po6
-rw-r--r--translations/source/eu/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/eu/sd/source/ui/table.po6
-rw-r--r--translations/source/eu/sd/source/ui/view.po6
-rw-r--r--translations/source/eu/sdext/source/minimizer.po4
-rw-r--r--translations/source/eu/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/eu/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/eu/sdext/source/pdfimport.po4
-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.po6
-rw-r--r--translations/source/eu/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/eu/setup_native/source/mac.po6
-rw-r--r--translations/source/eu/sfx2/source/appl.po6
-rw-r--r--translations/source/eu/sfx2/source/bastyp.po6
-rw-r--r--translations/source/eu/sfx2/source/dialog.po10
-rw-r--r--translations/source/eu/sfx2/source/doc.po6
-rw-r--r--translations/source/eu/sfx2/source/menu.po6
-rw-r--r--translations/source/eu/sfx2/source/view.po6
-rw-r--r--translations/source/eu/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/eu/starmath/source.po6
-rw-r--r--translations/source/eu/svl/source/items.po6
-rw-r--r--translations/source/eu/svl/source/misc.po6
-rw-r--r--translations/source/eu/svtools/source/contnr.po6
-rw-r--r--translations/source/eu/svtools/source/control.po6
-rw-r--r--translations/source/eu/svtools/source/dialogs.po6
-rw-r--r--translations/source/eu/svtools/source/filter.po6
-rw-r--r--translations/source/eu/svtools/source/java.po6
-rw-r--r--translations/source/eu/svtools/source/misc.po6
-rw-r--r--translations/source/eu/svtools/source/plugapp.po6
-rw-r--r--translations/source/eu/svtools/source/toolpanel.po6
-rw-r--r--translations/source/eu/svtools/workben/unodialog.po6
-rw-r--r--translations/source/eu/svx/inc.po6
-rw-r--r--translations/source/eu/svx/source/accessibility.po6
-rw-r--r--translations/source/eu/svx/source/dialog.po8
-rw-r--r--translations/source/eu/svx/source/engine3d.po6
-rw-r--r--translations/source/eu/svx/source/fmcomp.po6
-rw-r--r--translations/source/eu/svx/source/form.po6
-rw-r--r--translations/source/eu/svx/source/gallery2.po6
-rw-r--r--translations/source/eu/svx/source/items.po6
-rw-r--r--translations/source/eu/svx/source/src.po6
-rw-r--r--translations/source/eu/svx/source/stbctrls.po2
-rw-r--r--translations/source/eu/svx/source/svdraw.po6
-rw-r--r--translations/source/eu/svx/source/table.po6
-rw-r--r--translations/source/eu/svx/source/tbxctrls.po6
-rw-r--r--translations/source/eu/svx/source/toolbars.po6
-rw-r--r--translations/source/eu/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/eu/sw/source/core/layout.po4
-rw-r--r--translations/source/eu/sw/source/core/undo.po6
-rw-r--r--translations/source/eu/sw/source/core/unocore.po6
-rw-r--r--translations/source/eu/sw/source/ui/app.po14
-rw-r--r--translations/source/eu/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/eu/sw/source/ui/config.po2
-rw-r--r--translations/source/eu/sw/source/ui/dbui.po6
-rw-r--r--translations/source/eu/sw/source/ui/dialog.po6
-rw-r--r--translations/source/eu/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/eu/sw/source/ui/docvw.po6
-rw-r--r--translations/source/eu/sw/source/ui/envelp.po6
-rw-r--r--translations/source/eu/sw/source/ui/fldui.po6
-rw-r--r--translations/source/eu/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/eu/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/eu/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/eu/sw/source/ui/index.po8
-rw-r--r--translations/source/eu/sw/source/ui/lingu.po6
-rw-r--r--translations/source/eu/sw/source/ui/misc.po6
-rw-r--r--translations/source/eu/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/eu/sw/source/ui/shells.po10
-rw-r--r--translations/source/eu/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/eu/sw/source/ui/table.po16
-rw-r--r--translations/source/eu/sw/source/ui/uiview.po6
-rw-r--r--translations/source/eu/sw/source/ui/utlui.po22
-rw-r--r--translations/source/eu/sw/source/ui/web.po6
-rw-r--r--translations/source/eu/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/eu/swext/mediawiki/help.po6
-rw-r--r--translations/source/eu/swext/mediawiki/src.po8
-rw-r--r--translations/source/eu/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/eu/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/eu/sysui/desktop/share.po6
-rw-r--r--translations/source/eu/uui/source.po6
-rw-r--r--translations/source/eu/vcl/source/src.po41
-rw-r--r--translations/source/eu/wizards/source/euro.po6
-rw-r--r--translations/source/eu/wizards/source/formwizard.po6
-rw-r--r--translations/source/eu/wizards/source/importwizard.po6
-rw-r--r--translations/source/eu/wizards/source/schedule.po6
-rw-r--r--translations/source/eu/wizards/source/template.po6
-rw-r--r--translations/source/eu/xmlsecurity/source/component.po6
-rw-r--r--translations/source/eu/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/fa/accessibility/source/helper.po6
-rw-r--r--translations/source/fa/avmedia/source/framework.po6
-rw-r--r--translations/source/fa/avmedia/source/viewer.po6
-rw-r--r--translations/source/fa/basctl/source/basicide.po6
-rw-r--r--translations/source/fa/basctl/source/dlged.po6
-rw-r--r--translations/source/fa/basic/source/classes.po6
-rw-r--r--translations/source/fa/basic/source/sbx.po6
-rw-r--r--translations/source/fa/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/fa/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/fa/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/fa/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/fa/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/fa/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/fa/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/fa/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/fa/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/fa/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/fa/connectivity/source/drivers/mozab.po10
-rw-r--r--translations/source/fa/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/fa/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/fa/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/fa/connectivity/source/resource.po8
-rw-r--r--translations/source/fa/cui/source/customize.po8
-rw-r--r--translations/source/fa/cui/source/dialogs.po36
-rw-r--r--translations/source/fa/cui/source/options.po20
-rw-r--r--translations/source/fa/cui/source/tabpages.po166
-rw-r--r--translations/source/fa/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/fa/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/fa/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/fa/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/fa/dbaccess/source/ui/app.po10
-rw-r--r--translations/source/fa/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/fa/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/fa/dbaccess/source/ui/dlg.po10
-rw-r--r--translations/source/fa/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/fa/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/fa/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/fa/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/fa/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/fa/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/fa/desktop/source/app.po10
-rw-r--r--translations/source/fa/desktop/source/deployment/gui.po8
-rw-r--r--translations/source/fa/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/fa/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/fa/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/fa/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/fa/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/fa/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/fa/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/fa/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/fa/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/fa/desktop/source/deployment/unopkg.po8
-rw-r--r--translations/source/fa/dictionaries/af_ZA.po4
-rw-r--r--translations/source/fa/dictionaries/an_ES.po4
-rw-r--r--translations/source/fa/dictionaries/ar.po4
-rw-r--r--translations/source/fa/dictionaries/be_BY.po4
-rw-r--r--translations/source/fa/dictionaries/bg_BG.po4
-rw-r--r--translations/source/fa/dictionaries/bn_BD.po4
-rw-r--r--translations/source/fa/dictionaries/br_FR.po4
-rw-r--r--translations/source/fa/dictionaries/ca.po4
-rw-r--r--translations/source/fa/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/fa/dictionaries/da_DK.po4
-rw-r--r--translations/source/fa/dictionaries/de.po4
-rw-r--r--translations/source/fa/dictionaries/el_GR.po4
-rw-r--r--translations/source/fa/dictionaries/en.po4
-rw-r--r--translations/source/fa/dictionaries/en/dialog.po14
-rw-r--r--translations/source/fa/dictionaries/es_ES.po4
-rw-r--r--translations/source/fa/dictionaries/et_EE.po4
-rw-r--r--translations/source/fa/dictionaries/fr_FR.po4
-rw-r--r--translations/source/fa/dictionaries/gd_GB.po4
-rw-r--r--translations/source/fa/dictionaries/gl.po4
-rw-r--r--translations/source/fa/dictionaries/gu_IN.po4
-rw-r--r--translations/source/fa/dictionaries/he_IL.po4
-rw-r--r--translations/source/fa/dictionaries/hi_IN.po4
-rw-r--r--translations/source/fa/dictionaries/hr_HR.po4
-rw-r--r--translations/source/fa/dictionaries/hu_HU.po4
-rw-r--r--translations/source/fa/dictionaries/hu_HU/dialog.po14
-rw-r--r--translations/source/fa/dictionaries/it_IT.po4
-rw-r--r--translations/source/fa/dictionaries/ku_TR.po4
-rw-r--r--translations/source/fa/dictionaries/lt_LT.po4
-rw-r--r--translations/source/fa/dictionaries/lv_LV.po4
-rw-r--r--translations/source/fa/dictionaries/ne_NP.po4
-rw-r--r--translations/source/fa/dictionaries/nl_NL.po4
-rw-r--r--translations/source/fa/dictionaries/no.po4
-rw-r--r--translations/source/fa/dictionaries/oc_FR.po4
-rw-r--r--translations/source/fa/dictionaries/pl_PL.po4
-rw-r--r--translations/source/fa/dictionaries/pt_BR.po4
-rw-r--r--translations/source/fa/dictionaries/pt_PT.po4
-rw-r--r--translations/source/fa/dictionaries/ro.po4
-rw-r--r--translations/source/fa/dictionaries/ru_RU.po6
-rw-r--r--translations/source/fa/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/fa/dictionaries/si_LK.po4
-rw-r--r--translations/source/fa/dictionaries/sk_SK.po4
-rw-r--r--translations/source/fa/dictionaries/sl_SI.po4
-rw-r--r--translations/source/fa/dictionaries/sr.po4
-rw-r--r--translations/source/fa/dictionaries/sv_SE.po4
-rw-r--r--translations/source/fa/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/fa/dictionaries/te_IN.po4
-rw-r--r--translations/source/fa/dictionaries/th_TH.po4
-rw-r--r--translations/source/fa/dictionaries/uk_UA.po4
-rw-r--r--translations/source/fa/dictionaries/vi.po4
-rw-r--r--translations/source/fa/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/fa/editeng/source/accessibility.po6
-rw-r--r--translations/source/fa/editeng/source/editeng.po8
-rw-r--r--translations/source/fa/editeng/source/items.po30
-rw-r--r--translations/source/fa/editeng/source/misc.po6
-rw-r--r--translations/source/fa/editeng/source/outliner.po6
-rw-r--r--translations/source/fa/extensions/source/abpilot.po10
-rw-r--r--translations/source/fa/extensions/source/bibliography.po6
-rw-r--r--translations/source/fa/extensions/source/dbpilots.po6
-rw-r--r--translations/source/fa/extensions/source/propctrlr.po22
-rw-r--r--translations/source/fa/extensions/source/scanner.po8
-rw-r--r--translations/source/fa/extensions/source/update/check.po6
-rw-r--r--translations/source/fa/filter/source/config/fragments/filters.po8
-rw-r--r--translations/source/fa/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/fa/filter/source/config/fragments/types.po8
-rw-r--r--translations/source/fa/filter/source/flash.po6
-rw-r--r--translations/source/fa/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/fa/filter/source/pdf.po10
-rw-r--r--translations/source/fa/filter/source/t602.po6
-rw-r--r--translations/source/fa/filter/source/xsltdialog.po6
-rw-r--r--translations/source/fa/forms/source/resource.po6
-rw-r--r--translations/source/fa/formula/source/core/resource.po6
-rw-r--r--translations/source/fa/formula/source/ui/dlg.po6
-rw-r--r--translations/source/fa/fpicker/source/office.po6
-rw-r--r--translations/source/fa/framework/source/classes.po6
-rw-r--r--translations/source/fa/framework/source/services.po6
-rw-r--r--translations/source/fa/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--translations/source/fa/mysqlc/source.po6
-rw-r--r--translations/source/fa/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/fa/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po6
-rw-r--r--translations/source/fa/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/fa/nlpsolver/src/locale.po22
-rw-r--r--translations/source/fa/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/fa/officecfg/registry/data/org/openoffice/Office/UI.po32
-rw-r--r--translations/source/fa/padmin/source.po6
-rw-r--r--translations/source/fa/readlicense_oo/docs/readme.po43
-rw-r--r--translations/source/fa/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/fa/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/fa/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/fa/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/fa/reportbuilder/util.po4
-rw-r--r--translations/source/fa/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/fa/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/fa/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/fa/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/fa/sc/source/core/src.po6
-rw-r--r--translations/source/fa/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/fa/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/fa/sc/source/ui/docshell.po6
-rw-r--r--translations/source/fa/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/fa/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/fa/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/fa/sc/source/ui/navipi.po6
-rw-r--r--translations/source/fa/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/fa/sc/source/ui/src.po35
-rw-r--r--translations/source/fa/sc/source/ui/styleui.po6
-rw-r--r--translations/source/fa/scaddins/source/analysis.po28
-rw-r--r--translations/source/fa/scaddins/source/datefunc.po6
-rw-r--r--translations/source/fa/sccomp/source/solver.po6
-rw-r--r--translations/source/fa/scp2/source/accessories.po6
-rw-r--r--translations/source/fa/scp2/source/activex.po6
-rw-r--r--translations/source/fa/scp2/source/base.po16
-rw-r--r--translations/source/fa/scp2/source/binfilter.po6
-rw-r--r--translations/source/fa/scp2/source/calc.po6
-rw-r--r--translations/source/fa/scp2/source/draw.po6
-rw-r--r--translations/source/fa/scp2/source/extensions.po986
-rw-r--r--translations/source/fa/scp2/source/gnome.po6
-rw-r--r--translations/source/fa/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/fa/scp2/source/impress.po6
-rw-r--r--translations/source/fa/scp2/source/javafilter.po6
-rw-r--r--translations/source/fa/scp2/source/kde.po6
-rw-r--r--translations/source/fa/scp2/source/math.po6
-rw-r--r--translations/source/fa/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/fa/scp2/source/ooo.po8
-rw-r--r--translations/source/fa/scp2/source/python.po6
-rw-r--r--translations/source/fa/scp2/source/quickstart.po6
-rw-r--r--translations/source/fa/scp2/source/sdkoo.po6
-rw-r--r--translations/source/fa/scp2/source/smoketest.po4
-rw-r--r--translations/source/fa/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/fa/scp2/source/writer.po6
-rw-r--r--translations/source/fa/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/fa/scripting/source/pyprov.po4
-rw-r--r--translations/source/fa/sd/source/core.po10
-rw-r--r--translations/source/fa/sd/source/filter/html.po6
-rw-r--r--translations/source/fa/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/fa/sd/source/ui/animations.po6
-rw-r--r--translations/source/fa/sd/source/ui/annotations.po6
-rw-r--r--translations/source/fa/sd/source/ui/app.po8
-rw-r--r--translations/source/fa/sd/source/ui/dlg.po6
-rw-r--r--translations/source/fa/sd/source/ui/notes.po6
-rw-r--r--translations/source/fa/sd/source/ui/slideshow.po8
-rw-r--r--translations/source/fa/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/fa/sd/source/ui/table.po6
-rw-r--r--translations/source/fa/sd/source/ui/view.po6
-rw-r--r--translations/source/fa/sdext/source/minimizer.po6
-rw-r--r--translations/source/fa/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/fa/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/fa/sdext/source/pdfimport.po4
-rw-r--r--translations/source/fa/sdext/source/presenter.po4
-rw-r--r--translations/source/fa/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/fa/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/fa/setup_native/source/mac.po6
-rw-r--r--translations/source/fa/sfx2/source/appl.po6
-rw-r--r--translations/source/fa/sfx2/source/bastyp.po6
-rw-r--r--translations/source/fa/sfx2/source/dialog.po14
-rw-r--r--translations/source/fa/sfx2/source/doc.po16
-rw-r--r--translations/source/fa/sfx2/source/menu.po6
-rw-r--r--translations/source/fa/sfx2/source/view.po6
-rw-r--r--translations/source/fa/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/fa/starmath/source.po6
-rw-r--r--translations/source/fa/svl/source/items.po6
-rw-r--r--translations/source/fa/svl/source/misc.po6
-rw-r--r--translations/source/fa/svtools/source/contnr.po6
-rw-r--r--translations/source/fa/svtools/source/control.po6
-rw-r--r--translations/source/fa/svtools/source/dialogs.po6
-rw-r--r--translations/source/fa/svtools/source/filter.po6
-rw-r--r--translations/source/fa/svtools/source/java.po6
-rw-r--r--translations/source/fa/svtools/source/misc.po17
-rw-r--r--translations/source/fa/svtools/source/plugapp.po6
-rw-r--r--translations/source/fa/svtools/source/toolpanel.po6
-rw-r--r--translations/source/fa/svtools/workben/unodialog.po6
-rw-r--r--translations/source/fa/svx/inc.po8
-rw-r--r--translations/source/fa/svx/source/accessibility.po14
-rw-r--r--translations/source/fa/svx/source/dialog.po8
-rw-r--r--translations/source/fa/svx/source/engine3d.po10
-rw-r--r--translations/source/fa/svx/source/fmcomp.po6
-rw-r--r--translations/source/fa/svx/source/form.po18
-rw-r--r--translations/source/fa/svx/source/gallery2.po8
-rw-r--r--translations/source/fa/svx/source/items.po16
-rw-r--r--translations/source/fa/svx/source/src.po6
-rw-r--r--translations/source/fa/svx/source/stbctrls.po2
-rw-r--r--translations/source/fa/svx/source/svdraw.po6
-rw-r--r--translations/source/fa/svx/source/table.po6
-rw-r--r--translations/source/fa/svx/source/tbxctrls.po8
-rw-r--r--translations/source/fa/svx/source/toolbars.po6
-rw-r--r--translations/source/fa/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/fa/sw/source/core/layout.po4
-rw-r--r--translations/source/fa/sw/source/core/undo.po8
-rw-r--r--translations/source/fa/sw/source/core/unocore.po6
-rw-r--r--translations/source/fa/sw/source/ui/app.po22
-rw-r--r--translations/source/fa/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/fa/sw/source/ui/config.po2
-rw-r--r--translations/source/fa/sw/source/ui/dbui.po6
-rw-r--r--translations/source/fa/sw/source/ui/dialog.po10
-rw-r--r--translations/source/fa/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/fa/sw/source/ui/docvw.po22
-rw-r--r--translations/source/fa/sw/source/ui/envelp.po6
-rw-r--r--translations/source/fa/sw/source/ui/fldui.po6
-rw-r--r--translations/source/fa/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/fa/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/fa/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/fa/sw/source/ui/index.po11
-rw-r--r--translations/source/fa/sw/source/ui/lingu.po6
-rw-r--r--translations/source/fa/sw/source/ui/misc.po6
-rw-r--r--translations/source/fa/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/fa/sw/source/ui/shells.po8
-rw-r--r--translations/source/fa/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/fa/sw/source/ui/table.po16
-rw-r--r--translations/source/fa/sw/source/ui/uiview.po6
-rw-r--r--translations/source/fa/sw/source/ui/utlui.po22
-rw-r--r--translations/source/fa/sw/source/ui/web.po6
-rw-r--r--translations/source/fa/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/fa/swext/mediawiki/help.po6
-rw-r--r--translations/source/fa/swext/mediawiki/src.po8
-rw-r--r--translations/source/fa/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/fa/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/fa/sysui/desktop/share.po6
-rw-r--r--translations/source/fa/uui/source.po8
-rw-r--r--translations/source/fa/vcl/source/src.po37
-rw-r--r--translations/source/fa/wizards/source/euro.po6
-rw-r--r--translations/source/fa/wizards/source/formwizard.po10
-rw-r--r--translations/source/fa/wizards/source/importwizard.po6
-rw-r--r--translations/source/fa/wizards/source/schedule.po6
-rw-r--r--translations/source/fa/wizards/source/template.po6
-rw-r--r--translations/source/fa/xmlsecurity/source/component.po6
-rw-r--r--translations/source/fa/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/fi/accessibility/source/helper.po6
-rw-r--r--translations/source/fi/avmedia/source/framework.po6
-rw-r--r--translations/source/fi/avmedia/source/viewer.po6
-rw-r--r--translations/source/fi/basctl/source/basicide.po4
-rw-r--r--translations/source/fi/basctl/source/dlged.po6
-rw-r--r--translations/source/fi/basic/source/classes.po6
-rw-r--r--translations/source/fi/basic/source/sbx.po6
-rw-r--r--translations/source/fi/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/fi/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/fi/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/fi/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/fi/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/fi/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/fi/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/fi/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/fi/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/fi/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/fi/connectivity/source/drivers/mozab.po6
-rw-r--r--translations/source/fi/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/fi/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/fi/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/fi/connectivity/source/resource.po4
-rw-r--r--translations/source/fi/cui/source/customize.po6
-rw-r--r--translations/source/fi/cui/source/dialogs.po4
-rw-r--r--translations/source/fi/cui/source/options.po12
-rw-r--r--translations/source/fi/cui/source/tabpages.po4
-rw-r--r--translations/source/fi/dbaccess/source/core/resource.po6
-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.po6
-rw-r--r--translations/source/fi/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/fi/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/fi/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/fi/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/fi/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/fi/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/fi/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/fi/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/fi/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/fi/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/fi/desktop/source/app.po6
-rw-r--r--translations/source/fi/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/fi/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/fi/desktop/source/deployment/misc.po4
-rw-r--r--translations/source/fi/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/fi/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/fi/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/fi/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/fi/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/fi/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/fi/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/fi/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/fi/dictionaries/af_ZA.po4
-rw-r--r--translations/source/fi/dictionaries/an_ES.po4
-rw-r--r--translations/source/fi/dictionaries/ar.po4
-rw-r--r--translations/source/fi/dictionaries/be_BY.po4
-rw-r--r--translations/source/fi/dictionaries/bg_BG.po4
-rw-r--r--translations/source/fi/dictionaries/bn_BD.po4
-rw-r--r--translations/source/fi/dictionaries/br_FR.po4
-rw-r--r--translations/source/fi/dictionaries/ca.po4
-rw-r--r--translations/source/fi/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/fi/dictionaries/da_DK.po4
-rw-r--r--translations/source/fi/dictionaries/de.po4
-rw-r--r--translations/source/fi/dictionaries/el_GR.po4
-rw-r--r--translations/source/fi/dictionaries/en.po4
-rw-r--r--translations/source/fi/dictionaries/en/dialog.po4
-rw-r--r--translations/source/fi/dictionaries/es_ES.po4
-rw-r--r--translations/source/fi/dictionaries/et_EE.po4
-rw-r--r--translations/source/fi/dictionaries/fr_FR.po4
-rw-r--r--translations/source/fi/dictionaries/gd_GB.po4
-rw-r--r--translations/source/fi/dictionaries/gl.po4
-rw-r--r--translations/source/fi/dictionaries/gu_IN.po4
-rw-r--r--translations/source/fi/dictionaries/he_IL.po4
-rw-r--r--translations/source/fi/dictionaries/hi_IN.po4
-rw-r--r--translations/source/fi/dictionaries/hr_HR.po4
-rw-r--r--translations/source/fi/dictionaries/hu_HU.po4
-rw-r--r--translations/source/fi/dictionaries/hu_HU/dialog.po4
-rw-r--r--translations/source/fi/dictionaries/it_IT.po4
-rw-r--r--translations/source/fi/dictionaries/ku_TR.po4
-rw-r--r--translations/source/fi/dictionaries/lt_LT.po4
-rw-r--r--translations/source/fi/dictionaries/lv_LV.po4
-rw-r--r--translations/source/fi/dictionaries/ne_NP.po4
-rw-r--r--translations/source/fi/dictionaries/nl_NL.po4
-rw-r--r--translations/source/fi/dictionaries/no.po4
-rw-r--r--translations/source/fi/dictionaries/oc_FR.po4
-rw-r--r--translations/source/fi/dictionaries/pl_PL.po4
-rw-r--r--translations/source/fi/dictionaries/pt_BR.po4
-rw-r--r--translations/source/fi/dictionaries/pt_PT.po4
-rw-r--r--translations/source/fi/dictionaries/ro.po4
-rw-r--r--translations/source/fi/dictionaries/ru_RU.po4
-rw-r--r--translations/source/fi/dictionaries/ru_RU/dialog.po4
-rw-r--r--translations/source/fi/dictionaries/si_LK.po4
-rw-r--r--translations/source/fi/dictionaries/sk_SK.po4
-rw-r--r--translations/source/fi/dictionaries/sl_SI.po4
-rw-r--r--translations/source/fi/dictionaries/sr.po4
-rw-r--r--translations/source/fi/dictionaries/sv_SE.po4
-rw-r--r--translations/source/fi/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/fi/dictionaries/te_IN.po4
-rw-r--r--translations/source/fi/dictionaries/th_TH.po4
-rw-r--r--translations/source/fi/dictionaries/uk_UA.po4
-rw-r--r--translations/source/fi/dictionaries/vi.po4
-rw-r--r--translations/source/fi/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/fi/editeng/source/accessibility.po6
-rw-r--r--translations/source/fi/editeng/source/editeng.po4
-rw-r--r--translations/source/fi/editeng/source/items.po6
-rw-r--r--translations/source/fi/editeng/source/misc.po6
-rw-r--r--translations/source/fi/editeng/source/outliner.po6
-rw-r--r--translations/source/fi/extensions/source/abpilot.po4
-rw-r--r--translations/source/fi/extensions/source/bibliography.po6
-rw-r--r--translations/source/fi/extensions/source/dbpilots.po6
-rw-r--r--translations/source/fi/extensions/source/propctrlr.po6
-rw-r--r--translations/source/fi/extensions/source/scanner.po4
-rw-r--r--translations/source/fi/extensions/source/update/check.po4
-rw-r--r--translations/source/fi/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/fi/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/fi/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/fi/filter/source/flash.po6
-rw-r--r--translations/source/fi/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/fi/filter/source/pdf.po4
-rw-r--r--translations/source/fi/filter/source/t602.po6
-rw-r--r--translations/source/fi/filter/source/xsltdialog.po4
-rw-r--r--translations/source/fi/forms/source/resource.po6
-rw-r--r--translations/source/fi/formula/source/core/resource.po4
-rw-r--r--translations/source/fi/formula/source/ui/dlg.po6
-rw-r--r--translations/source/fi/fpicker/source/office.po6
-rw-r--r--translations/source/fi/framework/source/classes.po6
-rw-r--r--translations/source/fi/framework/source/services.po6
-rw-r--r--translations/source/fi/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/sbasic/shared.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/scalc/01.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/scalc/04.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/scalc/guide.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/sdraw/04.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/shared.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/shared/00.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/shared/01.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/shared/02.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/shared/guide.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/shared/optionen.po76
-rw-r--r--translations/source/fi/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/fi/helpcontent2/source/text/simpress/04.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/smath/01.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/swriter/00.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/fi/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/swriter/04.po2
-rw-r--r--translations/source/fi/helpcontent2/source/text/swriter/guide.po14
-rw-r--r--translations/source/fi/instsetoo_native/inc_openoffice/windows/msi_languages.po4
-rw-r--r--translations/source/fi/mysqlc/source.po4
-rw-r--r--translations/source/fi/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/fi/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po4
-rw-r--r--translations/source/fi/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/fi/nlpsolver/src/locale.po4
-rw-r--r--translations/source/fi/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/fi/officecfg/registry/data/org/openoffice/Office/UI.po26
-rw-r--r--translations/source/fi/padmin/source.po6
-rw-r--r--translations/source/fi/readlicense_oo/docs/readme.po18
-rw-r--r--translations/source/fi/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/fi/reportbuilder/registry/data/org/openoffice/Office.po6
-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.po6
-rw-r--r--translations/source/fi/reportbuilder/util.po4
-rw-r--r--translations/source/fi/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/fi/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/fi/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/fi/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/fi/sc/source/core/src.po6
-rw-r--r--translations/source/fi/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/fi/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/fi/sc/source/ui/docshell.po6
-rw-r--r--translations/source/fi/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/fi/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/fi/sc/source/ui/miscdlgs.po4
-rw-r--r--translations/source/fi/sc/source/ui/navipi.po4
-rw-r--r--translations/source/fi/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/fi/sc/source/ui/src.po4
-rw-r--r--translations/source/fi/sc/source/ui/styleui.po6
-rw-r--r--translations/source/fi/scaddins/source/analysis.po6
-rw-r--r--translations/source/fi/scaddins/source/datefunc.po6
-rw-r--r--translations/source/fi/sccomp/source/solver.po6
-rw-r--r--translations/source/fi/scp2/source/accessories.po6
-rw-r--r--translations/source/fi/scp2/source/activex.po6
-rw-r--r--translations/source/fi/scp2/source/base.po18
-rw-r--r--translations/source/fi/scp2/source/binfilter.po6
-rw-r--r--translations/source/fi/scp2/source/calc.po4
-rw-r--r--translations/source/fi/scp2/source/draw.po6
-rw-r--r--translations/source/fi/scp2/source/extensions.po14
-rw-r--r--translations/source/fi/scp2/source/gnome.po6
-rw-r--r--translations/source/fi/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/fi/scp2/source/impress.po6
-rw-r--r--translations/source/fi/scp2/source/javafilter.po6
-rw-r--r--translations/source/fi/scp2/source/kde.po6
-rw-r--r--translations/source/fi/scp2/source/math.po6
-rw-r--r--translations/source/fi/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/fi/scp2/source/ooo.po4
-rw-r--r--translations/source/fi/scp2/source/python.po4
-rw-r--r--translations/source/fi/scp2/source/quickstart.po6
-rw-r--r--translations/source/fi/scp2/source/sdkoo.po6
-rw-r--r--translations/source/fi/scp2/source/smoketest.po4
-rw-r--r--translations/source/fi/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/fi/scp2/source/writer.po6
-rw-r--r--translations/source/fi/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/fi/scripting/source/pyprov.po4
-rw-r--r--translations/source/fi/sd/source/core.po4
-rw-r--r--translations/source/fi/sd/source/filter/html.po6
-rw-r--r--translations/source/fi/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/fi/sd/source/ui/animations.po6
-rw-r--r--translations/source/fi/sd/source/ui/annotations.po6
-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.po6
-rw-r--r--translations/source/fi/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/fi/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/fi/sd/source/ui/table.po6
-rw-r--r--translations/source/fi/sd/source/ui/view.po6
-rw-r--r--translations/source/fi/sdext/source/minimizer.po4
-rw-r--r--translations/source/fi/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/fi/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/fi/sdext/source/pdfimport.po4
-rw-r--r--translations/source/fi/sdext/source/presenter.po4
-rw-r--r--translations/source/fi/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-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.po6
-rw-r--r--translations/source/fi/sfx2/source/appl.po6
-rw-r--r--translations/source/fi/sfx2/source/bastyp.po6
-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.po6
-rw-r--r--translations/source/fi/sfx2/source/view.po6
-rw-r--r--translations/source/fi/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/fi/starmath/source.po4
-rw-r--r--translations/source/fi/svl/source/items.po6
-rw-r--r--translations/source/fi/svl/source/misc.po6
-rw-r--r--translations/source/fi/svtools/source/contnr.po6
-rw-r--r--translations/source/fi/svtools/source/control.po6
-rw-r--r--translations/source/fi/svtools/source/dialogs.po6
-rw-r--r--translations/source/fi/svtools/source/filter.po6
-rw-r--r--translations/source/fi/svtools/source/java.po4
-rw-r--r--translations/source/fi/svtools/source/misc.po4
-rw-r--r--translations/source/fi/svtools/source/plugapp.po6
-rw-r--r--translations/source/fi/svtools/source/toolpanel.po6
-rw-r--r--translations/source/fi/svtools/workben/unodialog.po6
-rw-r--r--translations/source/fi/svx/inc.po4
-rw-r--r--translations/source/fi/svx/source/accessibility.po6
-rw-r--r--translations/source/fi/svx/source/dialog.po4
-rw-r--r--translations/source/fi/svx/source/engine3d.po6
-rw-r--r--translations/source/fi/svx/source/fmcomp.po6
-rw-r--r--translations/source/fi/svx/source/form.po6
-rw-r--r--translations/source/fi/svx/source/gallery2.po6
-rw-r--r--translations/source/fi/svx/source/items.po6
-rw-r--r--translations/source/fi/svx/source/src.po6
-rw-r--r--translations/source/fi/svx/source/stbctrls.po6
-rw-r--r--translations/source/fi/svx/source/svdraw.po6
-rw-r--r--translations/source/fi/svx/source/table.po6
-rw-r--r--translations/source/fi/svx/source/tbxctrls.po6
-rw-r--r--translations/source/fi/svx/source/toolbars.po6
-rw-r--r--translations/source/fi/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/fi/sw/source/core/layout.po4
-rw-r--r--translations/source/fi/sw/source/core/undo.po4
-rw-r--r--translations/source/fi/sw/source/core/unocore.po6
-rw-r--r--translations/source/fi/sw/source/ui/app.po4
-rw-r--r--translations/source/fi/sw/source/ui/chrdlg.po4
-rw-r--r--translations/source/fi/sw/source/ui/config.po2
-rw-r--r--translations/source/fi/sw/source/ui/dbui.po4
-rw-r--r--translations/source/fi/sw/source/ui/dialog.po4
-rw-r--r--translations/source/fi/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/fi/sw/source/ui/docvw.po4
-rw-r--r--translations/source/fi/sw/source/ui/envelp.po6
-rw-r--r--translations/source/fi/sw/source/ui/fldui.po6
-rw-r--r--translations/source/fi/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/fi/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/fi/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/fi/sw/source/ui/index.po6
-rw-r--r--translations/source/fi/sw/source/ui/lingu.po4
-rw-r--r--translations/source/fi/sw/source/ui/misc.po6
-rw-r--r--translations/source/fi/sw/source/ui/ribbar.po4
-rw-r--r--translations/source/fi/sw/source/ui/shells.po4
-rw-r--r--translations/source/fi/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/fi/sw/source/ui/table.po4
-rw-r--r--translations/source/fi/sw/source/ui/uiview.po6
-rw-r--r--translations/source/fi/sw/source/ui/utlui.po10
-rw-r--r--translations/source/fi/sw/source/ui/web.po6
-rw-r--r--translations/source/fi/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/fi/swext/mediawiki/help.po4
-rw-r--r--translations/source/fi/swext/mediawiki/src.po4
-rw-r--r--translations/source/fi/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/fi/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-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.po4
-rw-r--r--translations/source/fi/wizards/source/euro.po4
-rw-r--r--translations/source/fi/wizards/source/formwizard.po6
-rw-r--r--translations/source/fi/wizards/source/importwizard.po4
-rw-r--r--translations/source/fi/wizards/source/schedule.po6
-rw-r--r--translations/source/fi/wizards/source/template.po6
-rw-r--r--translations/source/fi/xmlsecurity/source/component.po6
-rw-r--r--translations/source/fi/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/fr/accessibility/source/helper.po6
-rw-r--r--translations/source/fr/avmedia/source/framework.po6
-rw-r--r--translations/source/fr/avmedia/source/viewer.po6
-rw-r--r--translations/source/fr/basctl/source/basicide.po6
-rw-r--r--translations/source/fr/basctl/source/dlged.po6
-rw-r--r--translations/source/fr/basic/source/classes.po6
-rw-r--r--translations/source/fr/basic/source/sbx.po6
-rw-r--r--translations/source/fr/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/fr/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/fr/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/fr/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/fr/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/fr/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/fr/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/fr/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/fr/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/fr/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/fr/connectivity/source/drivers/mozab.po6
-rw-r--r--translations/source/fr/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/fr/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/fr/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/fr/connectivity/source/resource.po6
-rw-r--r--translations/source/fr/cui/source/customize.po6
-rw-r--r--translations/source/fr/cui/source/dialogs.po6
-rw-r--r--translations/source/fr/cui/source/options.po38
-rw-r--r--translations/source/fr/cui/source/tabpages.po6
-rw-r--r--translations/source/fr/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/fr/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/fr/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/fr/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/fr/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/fr/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/fr/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/fr/dbaccess/source/ui/dlg.po6
-rw-r--r--translations/source/fr/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/fr/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/fr/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/fr/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/fr/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/fr/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/fr/desktop/source/app.po6
-rw-r--r--translations/source/fr/desktop/source/deployment/gui.po6
-rw-r--r--translations/source/fr/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/fr/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/fr/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/fr/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/fr/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/fr/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/fr/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/fr/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/fr/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/fr/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/fr/dictionaries/af_ZA.po4
-rw-r--r--translations/source/fr/dictionaries/an_ES.po4
-rw-r--r--translations/source/fr/dictionaries/ar.po4
-rw-r--r--translations/source/fr/dictionaries/be_BY.po4
-rw-r--r--translations/source/fr/dictionaries/bg_BG.po4
-rw-r--r--translations/source/fr/dictionaries/bn_BD.po4
-rw-r--r--translations/source/fr/dictionaries/br_FR.po4
-rw-r--r--translations/source/fr/dictionaries/ca.po4
-rw-r--r--translations/source/fr/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/fr/dictionaries/da_DK.po4
-rw-r--r--translations/source/fr/dictionaries/de.po4
-rw-r--r--translations/source/fr/dictionaries/el_GR.po4
-rw-r--r--translations/source/fr/dictionaries/en.po4
-rw-r--r--translations/source/fr/dictionaries/en/dialog.po4
-rw-r--r--translations/source/fr/dictionaries/es_ES.po4
-rw-r--r--translations/source/fr/dictionaries/et_EE.po4
-rw-r--r--translations/source/fr/dictionaries/fr_FR.po4
-rw-r--r--translations/source/fr/dictionaries/gd_GB.po4
-rw-r--r--translations/source/fr/dictionaries/gl.po4
-rw-r--r--translations/source/fr/dictionaries/gu_IN.po4
-rw-r--r--translations/source/fr/dictionaries/he_IL.po4
-rw-r--r--translations/source/fr/dictionaries/hi_IN.po4
-rw-r--r--translations/source/fr/dictionaries/hr_HR.po4
-rw-r--r--translations/source/fr/dictionaries/hu_HU.po4
-rw-r--r--translations/source/fr/dictionaries/hu_HU/dialog.po4
-rw-r--r--translations/source/fr/dictionaries/it_IT.po4
-rw-r--r--translations/source/fr/dictionaries/ku_TR.po4
-rw-r--r--translations/source/fr/dictionaries/lt_LT.po4
-rw-r--r--translations/source/fr/dictionaries/lv_LV.po4
-rw-r--r--translations/source/fr/dictionaries/ne_NP.po4
-rw-r--r--translations/source/fr/dictionaries/nl_NL.po4
-rw-r--r--translations/source/fr/dictionaries/no.po4
-rw-r--r--translations/source/fr/dictionaries/oc_FR.po4
-rw-r--r--translations/source/fr/dictionaries/pl_PL.po4
-rw-r--r--translations/source/fr/dictionaries/pt_BR.po4
-rw-r--r--translations/source/fr/dictionaries/pt_PT.po4
-rw-r--r--translations/source/fr/dictionaries/ro.po4
-rw-r--r--translations/source/fr/dictionaries/ru_RU.po4
-rw-r--r--translations/source/fr/dictionaries/ru_RU/dialog.po4
-rw-r--r--translations/source/fr/dictionaries/si_LK.po4
-rw-r--r--translations/source/fr/dictionaries/sk_SK.po4
-rw-r--r--translations/source/fr/dictionaries/sl_SI.po4
-rw-r--r--translations/source/fr/dictionaries/sr.po4
-rw-r--r--translations/source/fr/dictionaries/sv_SE.po4
-rw-r--r--translations/source/fr/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/fr/dictionaries/te_IN.po4
-rw-r--r--translations/source/fr/dictionaries/th_TH.po4
-rw-r--r--translations/source/fr/dictionaries/uk_UA.po4
-rw-r--r--translations/source/fr/dictionaries/vi.po4
-rw-r--r--translations/source/fr/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/fr/editeng/source/accessibility.po6
-rw-r--r--translations/source/fr/editeng/source/editeng.po6
-rw-r--r--translations/source/fr/editeng/source/items.po6
-rw-r--r--translations/source/fr/editeng/source/misc.po6
-rw-r--r--translations/source/fr/editeng/source/outliner.po6
-rw-r--r--translations/source/fr/extensions/source/abpilot.po6
-rw-r--r--translations/source/fr/extensions/source/bibliography.po6
-rw-r--r--translations/source/fr/extensions/source/dbpilots.po6
-rw-r--r--translations/source/fr/extensions/source/propctrlr.po6
-rw-r--r--translations/source/fr/extensions/source/scanner.po6
-rw-r--r--translations/source/fr/extensions/source/update/check.po6
-rw-r--r--translations/source/fr/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/fr/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/fr/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/fr/filter/source/flash.po6
-rw-r--r--translations/source/fr/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/fr/filter/source/pdf.po6
-rw-r--r--translations/source/fr/filter/source/t602.po6
-rw-r--r--translations/source/fr/filter/source/xsltdialog.po6
-rw-r--r--translations/source/fr/forms/source/resource.po6
-rw-r--r--translations/source/fr/formula/source/core/resource.po6
-rw-r--r--translations/source/fr/formula/source/ui/dlg.po6
-rw-r--r--translations/source/fr/fpicker/source/office.po6
-rw-r--r--translations/source/fr/framework/source/classes.po6
-rw-r--r--translations/source/fr/framework/source/services.po6
-rw-r--r--translations/source/fr/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/fr/helpcontent2/source/text/sbasic/shared.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/fr/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/scalc.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/fr/helpcontent2/source/text/scalc/01.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/fr/helpcontent2/source/text/scalc/04.po2
-rw-r--r--translations/source/fr/helpcontent2/source/text/scalc/05.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/scalc/guide.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/fr/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/schart/01.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/fr/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/fr/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/fr/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/fr/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/fr/helpcontent2/source/text/sdraw/04.po2
-rw-r--r--translations/source/fr/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/fr/helpcontent2/source/text/shared.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/shared/00.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/shared/01.po6
-rw-r--r--translations/source/fr/helpcontent2/source/text/shared/02.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/fr/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/fr/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/fr/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/fr/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/shared/explorer/database.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/shared/guide.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/shared/optionen.po82
-rw-r--r--translations/source/fr/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/fr/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/fr/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/simpress/02.po30
-rw-r--r--translations/source/fr/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/simpress/guide.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/fr/helpcontent2/source/text/smath/01.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/fr/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/fr/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/fr/helpcontent2/source/text/swriter.po8
-rw-r--r--translations/source/fr/helpcontent2/source/text/swriter/00.po2
-rw-r--r--translations/source/fr/helpcontent2/source/text/swriter/01.po6
-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.po12
-rw-r--r--translations/source/fr/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--translations/source/fr/mysqlc/source.po6
-rw-r--r--translations/source/fr/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/fr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po4
-rw-r--r--translations/source/fr/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/fr/nlpsolver/src/locale.po4
-rw-r--r--translations/source/fr/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/fr/officecfg/registry/data/org/openoffice/Office/UI.po10
-rw-r--r--translations/source/fr/padmin/source.po6
-rw-r--r--translations/source/fr/readlicense_oo/docs/readme.po16
-rw-r--r--translations/source/fr/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/fr/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/fr/reportbuilder/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--translations/source/fr/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/fr/reportbuilder/util.po4
-rw-r--r--translations/source/fr/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/fr/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/fr/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/fr/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/fr/sc/source/core/src.po6
-rw-r--r--translations/source/fr/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/fr/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/fr/sc/source/ui/docshell.po6
-rw-r--r--translations/source/fr/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/fr/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/fr/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/fr/sc/source/ui/navipi.po6
-rw-r--r--translations/source/fr/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/fr/sc/source/ui/src.po10
-rw-r--r--translations/source/fr/sc/source/ui/styleui.po6
-rw-r--r--translations/source/fr/scaddins/source/analysis.po6
-rw-r--r--translations/source/fr/scaddins/source/datefunc.po6
-rw-r--r--translations/source/fr/sccomp/source/solver.po6
-rw-r--r--translations/source/fr/scp2/source/accessories.po6
-rw-r--r--translations/source/fr/scp2/source/activex.po6
-rw-r--r--translations/source/fr/scp2/source/base.po18
-rw-r--r--translations/source/fr/scp2/source/binfilter.po6
-rw-r--r--translations/source/fr/scp2/source/calc.po6
-rw-r--r--translations/source/fr/scp2/source/draw.po6
-rw-r--r--translations/source/fr/scp2/source/extensions.po16
-rw-r--r--translations/source/fr/scp2/source/gnome.po6
-rw-r--r--translations/source/fr/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/fr/scp2/source/impress.po6
-rw-r--r--translations/source/fr/scp2/source/javafilter.po6
-rw-r--r--translations/source/fr/scp2/source/kde.po6
-rw-r--r--translations/source/fr/scp2/source/math.po6
-rw-r--r--translations/source/fr/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/fr/scp2/source/ooo.po6
-rw-r--r--translations/source/fr/scp2/source/python.po6
-rw-r--r--translations/source/fr/scp2/source/quickstart.po6
-rw-r--r--translations/source/fr/scp2/source/sdkoo.po6
-rw-r--r--translations/source/fr/scp2/source/smoketest.po4
-rw-r--r--translations/source/fr/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/fr/scp2/source/writer.po6
-rw-r--r--translations/source/fr/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/fr/scripting/source/pyprov.po4
-rw-r--r--translations/source/fr/sd/source/core.po6
-rw-r--r--translations/source/fr/sd/source/filter/html.po6
-rw-r--r--translations/source/fr/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/fr/sd/source/ui/animations.po6
-rw-r--r--translations/source/fr/sd/source/ui/annotations.po6
-rw-r--r--translations/source/fr/sd/source/ui/app.po6
-rw-r--r--translations/source/fr/sd/source/ui/dlg.po6
-rw-r--r--translations/source/fr/sd/source/ui/notes.po6
-rw-r--r--translations/source/fr/sd/source/ui/slideshow.po6
-rw-r--r--translations/source/fr/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/fr/sd/source/ui/table.po6
-rw-r--r--translations/source/fr/sd/source/ui/view.po6
-rw-r--r--translations/source/fr/sdext/source/minimizer.po4
-rw-r--r--translations/source/fr/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/fr/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/fr/sdext/source/pdfimport.po4
-rw-r--r--translations/source/fr/sdext/source/presenter.po4
-rw-r--r--translations/source/fr/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/fr/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/fr/setup_native/source/mac.po6
-rw-r--r--translations/source/fr/sfx2/source/appl.po6
-rw-r--r--translations/source/fr/sfx2/source/bastyp.po6
-rw-r--r--translations/source/fr/sfx2/source/dialog.po6
-rw-r--r--translations/source/fr/sfx2/source/doc.po6
-rw-r--r--translations/source/fr/sfx2/source/menu.po6
-rw-r--r--translations/source/fr/sfx2/source/view.po6
-rw-r--r--translations/source/fr/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/fr/starmath/source.po6
-rw-r--r--translations/source/fr/svl/source/items.po6
-rw-r--r--translations/source/fr/svl/source/misc.po6
-rw-r--r--translations/source/fr/svtools/source/contnr.po6
-rw-r--r--translations/source/fr/svtools/source/control.po6
-rw-r--r--translations/source/fr/svtools/source/dialogs.po6
-rw-r--r--translations/source/fr/svtools/source/filter.po6
-rw-r--r--translations/source/fr/svtools/source/java.po6
-rw-r--r--translations/source/fr/svtools/source/misc.po6
-rw-r--r--translations/source/fr/svtools/source/plugapp.po6
-rw-r--r--translations/source/fr/svtools/source/toolpanel.po6
-rw-r--r--translations/source/fr/svtools/workben/unodialog.po6
-rw-r--r--translations/source/fr/svx/inc.po6
-rw-r--r--translations/source/fr/svx/source/accessibility.po6
-rw-r--r--translations/source/fr/svx/source/dialog.po6
-rw-r--r--translations/source/fr/svx/source/engine3d.po6
-rw-r--r--translations/source/fr/svx/source/fmcomp.po6
-rw-r--r--translations/source/fr/svx/source/form.po6
-rw-r--r--translations/source/fr/svx/source/gallery2.po6
-rw-r--r--translations/source/fr/svx/source/items.po6
-rw-r--r--translations/source/fr/svx/source/src.po6
-rw-r--r--translations/source/fr/svx/source/stbctrls.po6
-rw-r--r--translations/source/fr/svx/source/svdraw.po6
-rw-r--r--translations/source/fr/svx/source/table.po6
-rw-r--r--translations/source/fr/svx/source/tbxctrls.po6
-rw-r--r--translations/source/fr/svx/source/toolbars.po6
-rw-r--r--translations/source/fr/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/fr/sw/source/core/layout.po4
-rw-r--r--translations/source/fr/sw/source/core/undo.po6
-rw-r--r--translations/source/fr/sw/source/core/unocore.po6
-rw-r--r--translations/source/fr/sw/source/ui/app.po6
-rw-r--r--translations/source/fr/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/fr/sw/source/ui/config.po58
-rw-r--r--translations/source/fr/sw/source/ui/dbui.po6
-rw-r--r--translations/source/fr/sw/source/ui/dialog.po6
-rw-r--r--translations/source/fr/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/fr/sw/source/ui/docvw.po6
-rw-r--r--translations/source/fr/sw/source/ui/envelp.po6
-rw-r--r--translations/source/fr/sw/source/ui/fldui.po6
-rw-r--r--translations/source/fr/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/fr/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/fr/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/fr/sw/source/ui/index.po6
-rw-r--r--translations/source/fr/sw/source/ui/lingu.po6
-rw-r--r--translations/source/fr/sw/source/ui/misc.po6
-rw-r--r--translations/source/fr/sw/source/ui/ribbar.po6
-rw-r--r--translations/source/fr/sw/source/ui/shells.po6
-rw-r--r--translations/source/fr/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/fr/sw/source/ui/table.po6
-rw-r--r--translations/source/fr/sw/source/ui/uiview.po6
-rw-r--r--translations/source/fr/sw/source/ui/utlui.po198
-rw-r--r--translations/source/fr/sw/source/ui/web.po6
-rw-r--r--translations/source/fr/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/fr/swext/mediawiki/help.po6
-rw-r--r--translations/source/fr/swext/mediawiki/src.po6
-rw-r--r--translations/source/fr/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/fr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/fr/sysui/desktop/share.po6
-rw-r--r--translations/source/fr/uui/source.po6
-rw-r--r--translations/source/fr/vcl/source/src.po6
-rw-r--r--translations/source/fr/wizards/source/euro.po6
-rw-r--r--translations/source/fr/wizards/source/formwizard.po6
-rw-r--r--translations/source/fr/wizards/source/importwizard.po6
-rw-r--r--translations/source/fr/wizards/source/schedule.po6
-rw-r--r--translations/source/fr/wizards/source/template.po6
-rw-r--r--translations/source/fr/xmlsecurity/source/component.po6
-rw-r--r--translations/source/fr/xmlsecurity/source/dialogs.po6
-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.po5
-rw-r--r--translations/source/ga/basctl/source/dlged.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.po13
-rw-r--r--translations/source/ga/connectivity/source/resource.po5
-rw-r--r--translations/source/ga/cui/source/customize.po5
-rw-r--r--translations/source/ga/cui/source/dialogs.po5
-rw-r--r--translations/source/ga/cui/source/options.po21
-rw-r--r--translations/source/ga/cui/source/tabpages.po97
-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.po5
-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/dictionaries/af_ZA.po5
-rw-r--r--translations/source/ga/dictionaries/an_ES.po5
-rw-r--r--translations/source/ga/dictionaries/ar.po5
-rw-r--r--translations/source/ga/dictionaries/be_BY.po5
-rw-r--r--translations/source/ga/dictionaries/bg_BG.po5
-rw-r--r--translations/source/ga/dictionaries/bn_BD.po5
-rw-r--r--translations/source/ga/dictionaries/br_FR.po5
-rw-r--r--translations/source/ga/dictionaries/ca.po5
-rw-r--r--translations/source/ga/dictionaries/cs_CZ.po5
-rw-r--r--translations/source/ga/dictionaries/da_DK.po5
-rw-r--r--translations/source/ga/dictionaries/de.po5
-rw-r--r--translations/source/ga/dictionaries/el_GR.po5
-rw-r--r--translations/source/ga/dictionaries/en.po5
-rw-r--r--translations/source/ga/dictionaries/en/dialog.po5
-rw-r--r--translations/source/ga/dictionaries/es_ES.po5
-rw-r--r--translations/source/ga/dictionaries/et_EE.po5
-rw-r--r--translations/source/ga/dictionaries/fr_FR.po5
-rw-r--r--translations/source/ga/dictionaries/gd_GB.po5
-rw-r--r--translations/source/ga/dictionaries/gl.po5
-rw-r--r--translations/source/ga/dictionaries/gu_IN.po5
-rw-r--r--translations/source/ga/dictionaries/he_IL.po5
-rw-r--r--translations/source/ga/dictionaries/hi_IN.po5
-rw-r--r--translations/source/ga/dictionaries/hr_HR.po5
-rw-r--r--translations/source/ga/dictionaries/hu_HU.po5
-rw-r--r--translations/source/ga/dictionaries/hu_HU/dialog.po5
-rw-r--r--translations/source/ga/dictionaries/it_IT.po5
-rw-r--r--translations/source/ga/dictionaries/ku_TR.po5
-rw-r--r--translations/source/ga/dictionaries/lt_LT.po5
-rw-r--r--translations/source/ga/dictionaries/lv_LV.po5
-rw-r--r--translations/source/ga/dictionaries/ne_NP.po5
-rw-r--r--translations/source/ga/dictionaries/nl_NL.po5
-rw-r--r--translations/source/ga/dictionaries/no.po5
-rw-r--r--translations/source/ga/dictionaries/oc_FR.po5
-rw-r--r--translations/source/ga/dictionaries/pl_PL.po5
-rw-r--r--translations/source/ga/dictionaries/pt_BR.po5
-rw-r--r--translations/source/ga/dictionaries/pt_PT.po5
-rw-r--r--translations/source/ga/dictionaries/ro.po5
-rw-r--r--translations/source/ga/dictionaries/ru_RU.po5
-rw-r--r--translations/source/ga/dictionaries/ru_RU/dialog.po5
-rw-r--r--translations/source/ga/dictionaries/si_LK.po5
-rw-r--r--translations/source/ga/dictionaries/sk_SK.po5
-rw-r--r--translations/source/ga/dictionaries/sl_SI.po5
-rw-r--r--translations/source/ga/dictionaries/sr.po5
-rw-r--r--translations/source/ga/dictionaries/sv_SE.po5
-rw-r--r--translations/source/ga/dictionaries/sw_TZ.po5
-rw-r--r--translations/source/ga/dictionaries/te_IN.po5
-rw-r--r--translations/source/ga/dictionaries/th_TH.po5
-rw-r--r--translations/source/ga/dictionaries/uk_UA.po5
-rw-r--r--translations/source/ga/dictionaries/vi.po5
-rw-r--r--translations/source/ga/dictionaries/zu_ZA.po5
-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.po5
-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.po5
-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.po5
-rw-r--r--translations/source/ga/mysqlc/source.po5
-rw-r--r--translations/source/ga/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po5
-rw-r--r--translations/source/ga/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po5
-rw-r--r--translations/source/ga/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po5
-rw-r--r--translations/source/ga/nlpsolver/src/locale.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.po9
-rw-r--r--translations/source/ga/padmin/source.po5
-rw-r--r--translations/source/ga/readlicense_oo/docs/readme.po17
-rw-r--r--translations/source/ga/reportbuilder/java/com/sun/star/report/function/metadata.po5
-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.po5
-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.po5
-rw-r--r--translations/source/ga/sc/source/ui/navipi.po5
-rw-r--r--translations/source/ga/sc/source/ui/pagedlg.po5
-rw-r--r--translations/source/ga/sc/source/ui/src.po5
-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.po15
-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.po15
-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.po5
-rw-r--r--translations/source/ga/scp2/source/python.po5
-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/smoketest.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.po5
-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.po5
-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.po5
-rw-r--r--translations/source/ga/sdext/source/pdfimport.po5
-rw-r--r--translations/source/ga/sdext/source/presenter.po5
-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.po5
-rw-r--r--translations/source/ga/svl/source/items.po5
-rw-r--r--translations/source/ga/svl/source/misc.po5
-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.po5
-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.po5
-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.po5
-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.po5
-rw-r--r--translations/source/ga/sw/source/ui/chrdlg.po5
-rw-r--r--translations/source/ga/sw/source/ui/config.po15
-rw-r--r--translations/source/ga/sw/source/ui/dbui.po5
-rw-r--r--translations/source/ga/sw/source/ui/dialog.po5
-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.po5
-rw-r--r--translations/source/ga/sw/source/ui/misc.po5
-rw-r--r--translations/source/ga/sw/source/ui/ribbar.po5
-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.po5
-rw-r--r--translations/source/ga/sw/source/ui/uiview.po5
-rw-r--r--translations/source/ga/sw/source/ui/utlui.po95
-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.po5
-rw-r--r--translations/source/ga/swext/mediawiki/src.po5
-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.po5
-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.po6
-rw-r--r--translations/source/gd/avmedia/source/framework.po6
-rw-r--r--translations/source/gd/avmedia/source/viewer.po6
-rw-r--r--translations/source/gd/basctl/source/basicide.po4
-rw-r--r--translations/source/gd/basctl/source/dlged.po4
-rw-r--r--translations/source/gd/basic/source/classes.po6
-rw-r--r--translations/source/gd/basic/source/sbx.po6
-rw-r--r--translations/source/gd/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/gd/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/gd/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/gd/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/gd/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/gd/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/gd/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/gd/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/gd/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/gd/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/gd/connectivity/source/drivers/mozab.po6
-rw-r--r--translations/source/gd/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/gd/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/gd/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/gd/connectivity/source/resource.po6
-rw-r--r--translations/source/gd/cui/source/customize.po6
-rw-r--r--translations/source/gd/cui/source/dialogs.po6
-rw-r--r--translations/source/gd/cui/source/options.po40
-rw-r--r--translations/source/gd/cui/source/tabpages.po8
-rw-r--r--translations/source/gd/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/gd/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/gd/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/gd/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/gd/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/gd/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/gd/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/gd/dbaccess/source/ui/dlg.po6
-rw-r--r--translations/source/gd/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/gd/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/gd/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/gd/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/gd/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/gd/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/gd/desktop/source/app.po6
-rw-r--r--translations/source/gd/desktop/source/deployment/gui.po6
-rw-r--r--translations/source/gd/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/gd/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/gd/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/gd/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/gd/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/gd/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/gd/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/gd/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/gd/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/gd/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/gd/dictionaries/af_ZA.po4
-rw-r--r--translations/source/gd/dictionaries/an_ES.po4
-rw-r--r--translations/source/gd/dictionaries/ar.po4
-rw-r--r--translations/source/gd/dictionaries/be_BY.po4
-rw-r--r--translations/source/gd/dictionaries/bg_BG.po4
-rw-r--r--translations/source/gd/dictionaries/bn_BD.po4
-rw-r--r--translations/source/gd/dictionaries/br_FR.po4
-rw-r--r--translations/source/gd/dictionaries/ca.po4
-rw-r--r--translations/source/gd/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/gd/dictionaries/da_DK.po4
-rw-r--r--translations/source/gd/dictionaries/de.po4
-rw-r--r--translations/source/gd/dictionaries/el_GR.po4
-rw-r--r--translations/source/gd/dictionaries/en.po4
-rw-r--r--translations/source/gd/dictionaries/en/dialog.po4
-rw-r--r--translations/source/gd/dictionaries/es_ES.po4
-rw-r--r--translations/source/gd/dictionaries/et_EE.po4
-rw-r--r--translations/source/gd/dictionaries/fr_FR.po4
-rw-r--r--translations/source/gd/dictionaries/gd_GB.po4
-rw-r--r--translations/source/gd/dictionaries/gl.po4
-rw-r--r--translations/source/gd/dictionaries/gu_IN.po4
-rw-r--r--translations/source/gd/dictionaries/he_IL.po4
-rw-r--r--translations/source/gd/dictionaries/hi_IN.po4
-rw-r--r--translations/source/gd/dictionaries/hr_HR.po4
-rw-r--r--translations/source/gd/dictionaries/hu_HU.po4
-rw-r--r--translations/source/gd/dictionaries/hu_HU/dialog.po4
-rw-r--r--translations/source/gd/dictionaries/it_IT.po4
-rw-r--r--translations/source/gd/dictionaries/ku_TR.po4
-rw-r--r--translations/source/gd/dictionaries/lt_LT.po4
-rw-r--r--translations/source/gd/dictionaries/lv_LV.po4
-rw-r--r--translations/source/gd/dictionaries/ne_NP.po4
-rw-r--r--translations/source/gd/dictionaries/nl_NL.po4
-rw-r--r--translations/source/gd/dictionaries/no.po4
-rw-r--r--translations/source/gd/dictionaries/oc_FR.po4
-rw-r--r--translations/source/gd/dictionaries/pl_PL.po4
-rw-r--r--translations/source/gd/dictionaries/pt_BR.po4
-rw-r--r--translations/source/gd/dictionaries/pt_PT.po4
-rw-r--r--translations/source/gd/dictionaries/ro.po4
-rw-r--r--translations/source/gd/dictionaries/ru_RU.po4
-rw-r--r--translations/source/gd/dictionaries/ru_RU/dialog.po4
-rw-r--r--translations/source/gd/dictionaries/si_LK.po4
-rw-r--r--translations/source/gd/dictionaries/sk_SK.po4
-rw-r--r--translations/source/gd/dictionaries/sl_SI.po4
-rw-r--r--translations/source/gd/dictionaries/sr.po4
-rw-r--r--translations/source/gd/dictionaries/sv_SE.po4
-rw-r--r--translations/source/gd/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/gd/dictionaries/te_IN.po4
-rw-r--r--translations/source/gd/dictionaries/th_TH.po4
-rw-r--r--translations/source/gd/dictionaries/uk_UA.po4
-rw-r--r--translations/source/gd/dictionaries/vi.po4
-rw-r--r--translations/source/gd/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/gd/editeng/source/accessibility.po6
-rw-r--r--translations/source/gd/editeng/source/editeng.po6
-rw-r--r--translations/source/gd/editeng/source/items.po6
-rw-r--r--translations/source/gd/editeng/source/misc.po6
-rw-r--r--translations/source/gd/editeng/source/outliner.po6
-rw-r--r--translations/source/gd/extensions/source/abpilot.po6
-rw-r--r--translations/source/gd/extensions/source/bibliography.po6
-rw-r--r--translations/source/gd/extensions/source/dbpilots.po6
-rw-r--r--translations/source/gd/extensions/source/propctrlr.po6
-rw-r--r--translations/source/gd/extensions/source/scanner.po6
-rw-r--r--translations/source/gd/extensions/source/update/check.po6
-rw-r--r--translations/source/gd/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/gd/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/gd/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/gd/filter/source/flash.po6
-rw-r--r--translations/source/gd/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/gd/filter/source/pdf.po6
-rw-r--r--translations/source/gd/filter/source/t602.po6
-rw-r--r--translations/source/gd/filter/source/xsltdialog.po6
-rw-r--r--translations/source/gd/forms/source/resource.po6
-rw-r--r--translations/source/gd/formula/source/core/resource.po6
-rw-r--r--translations/source/gd/formula/source/ui/dlg.po6
-rw-r--r--translations/source/gd/fpicker/source/office.po6
-rw-r--r--translations/source/gd/framework/source/classes.po6
-rw-r--r--translations/source/gd/framework/source/services.po6
-rw-r--r--translations/source/gd/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--translations/source/gd/mysqlc/source.po6
-rw-r--r--translations/source/gd/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/gd/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po4
-rw-r--r--translations/source/gd/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/gd/nlpsolver/src/locale.po4
-rw-r--r--translations/source/gd/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/gd/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--translations/source/gd/padmin/source.po6
-rw-r--r--translations/source/gd/readlicense_oo/docs/readme.po16
-rw-r--r--translations/source/gd/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/gd/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/gd/reportbuilder/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--translations/source/gd/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/gd/reportbuilder/util.po4
-rw-r--r--translations/source/gd/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/gd/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/gd/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/gd/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/gd/sc/source/core/src.po6
-rw-r--r--translations/source/gd/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/gd/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/gd/sc/source/ui/docshell.po6
-rw-r--r--translations/source/gd/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/gd/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/gd/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/gd/sc/source/ui/navipi.po6
-rw-r--r--translations/source/gd/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/gd/sc/source/ui/src.po6
-rw-r--r--translations/source/gd/sc/source/ui/styleui.po6
-rw-r--r--translations/source/gd/scaddins/source/analysis.po6
-rw-r--r--translations/source/gd/scaddins/source/datefunc.po6
-rw-r--r--translations/source/gd/sccomp/source/solver.po6
-rw-r--r--translations/source/gd/scp2/source/accessories.po6
-rw-r--r--translations/source/gd/scp2/source/activex.po6
-rw-r--r--translations/source/gd/scp2/source/base.po20
-rw-r--r--translations/source/gd/scp2/source/binfilter.po6
-rw-r--r--translations/source/gd/scp2/source/calc.po6
-rw-r--r--translations/source/gd/scp2/source/draw.po6
-rw-r--r--translations/source/gd/scp2/source/extensions.po16
-rw-r--r--translations/source/gd/scp2/source/gnome.po6
-rw-r--r--translations/source/gd/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/gd/scp2/source/impress.po6
-rw-r--r--translations/source/gd/scp2/source/javafilter.po6
-rw-r--r--translations/source/gd/scp2/source/kde.po6
-rw-r--r--translations/source/gd/scp2/source/math.po6
-rw-r--r--translations/source/gd/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/gd/scp2/source/ooo.po6
-rw-r--r--translations/source/gd/scp2/source/python.po6
-rw-r--r--translations/source/gd/scp2/source/quickstart.po6
-rw-r--r--translations/source/gd/scp2/source/sdkoo.po6
-rw-r--r--translations/source/gd/scp2/source/smoketest.po4
-rw-r--r--translations/source/gd/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/gd/scp2/source/writer.po6
-rw-r--r--translations/source/gd/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/gd/scripting/source/pyprov.po4
-rw-r--r--translations/source/gd/sd/source/core.po6
-rw-r--r--translations/source/gd/sd/source/filter/html.po6
-rw-r--r--translations/source/gd/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/gd/sd/source/ui/animations.po6
-rw-r--r--translations/source/gd/sd/source/ui/annotations.po6
-rw-r--r--translations/source/gd/sd/source/ui/app.po6
-rw-r--r--translations/source/gd/sd/source/ui/dlg.po6
-rw-r--r--translations/source/gd/sd/source/ui/notes.po6
-rw-r--r--translations/source/gd/sd/source/ui/slideshow.po6
-rw-r--r--translations/source/gd/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/gd/sd/source/ui/table.po6
-rw-r--r--translations/source/gd/sd/source/ui/view.po6
-rw-r--r--translations/source/gd/sdext/source/minimizer.po4
-rw-r--r--translations/source/gd/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/gd/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/gd/sdext/source/pdfimport.po4
-rw-r--r--translations/source/gd/sdext/source/presenter.po4
-rw-r--r--translations/source/gd/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/gd/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/gd/setup_native/source/mac.po6
-rw-r--r--translations/source/gd/sfx2/source/appl.po6
-rw-r--r--translations/source/gd/sfx2/source/bastyp.po6
-rw-r--r--translations/source/gd/sfx2/source/dialog.po6
-rw-r--r--translations/source/gd/sfx2/source/doc.po6
-rw-r--r--translations/source/gd/sfx2/source/menu.po6
-rw-r--r--translations/source/gd/sfx2/source/view.po6
-rw-r--r--translations/source/gd/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/gd/starmath/source.po6
-rw-r--r--translations/source/gd/svl/source/items.po6
-rw-r--r--translations/source/gd/svl/source/misc.po6
-rw-r--r--translations/source/gd/svtools/source/contnr.po6
-rw-r--r--translations/source/gd/svtools/source/control.po6
-rw-r--r--translations/source/gd/svtools/source/dialogs.po6
-rw-r--r--translations/source/gd/svtools/source/filter.po6
-rw-r--r--translations/source/gd/svtools/source/java.po6
-rw-r--r--translations/source/gd/svtools/source/misc.po6
-rw-r--r--translations/source/gd/svtools/source/plugapp.po6
-rw-r--r--translations/source/gd/svtools/source/toolpanel.po6
-rw-r--r--translations/source/gd/svtools/workben/unodialog.po6
-rw-r--r--translations/source/gd/svx/inc.po6
-rw-r--r--translations/source/gd/svx/source/accessibility.po6
-rw-r--r--translations/source/gd/svx/source/dialog.po6
-rw-r--r--translations/source/gd/svx/source/engine3d.po6
-rw-r--r--translations/source/gd/svx/source/fmcomp.po6
-rw-r--r--translations/source/gd/svx/source/form.po6
-rw-r--r--translations/source/gd/svx/source/gallery2.po6
-rw-r--r--translations/source/gd/svx/source/items.po6
-rw-r--r--translations/source/gd/svx/source/src.po6
-rw-r--r--translations/source/gd/svx/source/stbctrls.po8
-rw-r--r--translations/source/gd/svx/source/svdraw.po6
-rw-r--r--translations/source/gd/svx/source/table.po6
-rw-r--r--translations/source/gd/svx/source/tbxctrls.po6
-rw-r--r--translations/source/gd/svx/source/toolbars.po6
-rw-r--r--translations/source/gd/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/gd/sw/source/core/layout.po4
-rw-r--r--translations/source/gd/sw/source/core/undo.po6
-rw-r--r--translations/source/gd/sw/source/core/unocore.po6
-rw-r--r--translations/source/gd/sw/source/ui/app.po6
-rw-r--r--translations/source/gd/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/gd/sw/source/ui/config.po60
-rw-r--r--translations/source/gd/sw/source/ui/dbui.po6
-rw-r--r--translations/source/gd/sw/source/ui/dialog.po6
-rw-r--r--translations/source/gd/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/gd/sw/source/ui/docvw.po6
-rw-r--r--translations/source/gd/sw/source/ui/envelp.po6
-rw-r--r--translations/source/gd/sw/source/ui/fldui.po6
-rw-r--r--translations/source/gd/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/gd/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/gd/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/gd/sw/source/ui/index.po6
-rw-r--r--translations/source/gd/sw/source/ui/lingu.po6
-rw-r--r--translations/source/gd/sw/source/ui/misc.po6
-rw-r--r--translations/source/gd/sw/source/ui/ribbar.po6
-rw-r--r--translations/source/gd/sw/source/ui/shells.po6
-rw-r--r--translations/source/gd/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/gd/sw/source/ui/table.po6
-rw-r--r--translations/source/gd/sw/source/ui/uiview.po6
-rw-r--r--translations/source/gd/sw/source/ui/utlui.po188
-rw-r--r--translations/source/gd/sw/source/ui/web.po6
-rw-r--r--translations/source/gd/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/gd/swext/mediawiki/help.po6
-rw-r--r--translations/source/gd/swext/mediawiki/src.po6
-rw-r--r--translations/source/gd/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/gd/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/gd/sysui/desktop/share.po6
-rw-r--r--translations/source/gd/uui/source.po6
-rw-r--r--translations/source/gd/vcl/source/src.po6
-rw-r--r--translations/source/gd/wizards/source/euro.po6
-rw-r--r--translations/source/gd/wizards/source/formwizard.po6
-rw-r--r--translations/source/gd/wizards/source/importwizard.po6
-rw-r--r--translations/source/gd/wizards/source/schedule.po6
-rw-r--r--translations/source/gd/wizards/source/template.po6
-rw-r--r--translations/source/gd/xmlsecurity/source/component.po6
-rw-r--r--translations/source/gd/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/gl/accessibility/source/helper.po6
-rw-r--r--translations/source/gl/avmedia/source/framework.po6
-rw-r--r--translations/source/gl/avmedia/source/viewer.po6
-rw-r--r--translations/source/gl/basctl/source/basicide.po6
-rw-r--r--translations/source/gl/basctl/source/dlged.po6
-rw-r--r--translations/source/gl/basic/source/classes.po6
-rw-r--r--translations/source/gl/basic/source/sbx.po6
-rw-r--r--translations/source/gl/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/gl/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/gl/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/gl/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/gl/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/gl/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/gl/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/gl/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/gl/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/gl/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/gl/connectivity/source/drivers/mozab.po6
-rw-r--r--translations/source/gl/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/gl/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/gl/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/gl/connectivity/source/resource.po6
-rw-r--r--translations/source/gl/cui/source/customize.po6
-rw-r--r--translations/source/gl/cui/source/dialogs.po8
-rw-r--r--translations/source/gl/cui/source/options.po36
-rw-r--r--translations/source/gl/cui/source/tabpages.po6
-rw-r--r--translations/source/gl/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/gl/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/gl/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/gl/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/gl/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/gl/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/gl/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/gl/dbaccess/source/ui/dlg.po6
-rw-r--r--translations/source/gl/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/gl/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/gl/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/gl/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/gl/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/gl/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/gl/desktop/source/app.po6
-rw-r--r--translations/source/gl/desktop/source/deployment/gui.po6
-rw-r--r--translations/source/gl/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/gl/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/gl/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/gl/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/gl/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/gl/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/gl/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/gl/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/gl/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/gl/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/gl/dictionaries/af_ZA.po4
-rw-r--r--translations/source/gl/dictionaries/an_ES.po4
-rw-r--r--translations/source/gl/dictionaries/ar.po4
-rw-r--r--translations/source/gl/dictionaries/be_BY.po4
-rw-r--r--translations/source/gl/dictionaries/bg_BG.po4
-rw-r--r--translations/source/gl/dictionaries/bn_BD.po4
-rw-r--r--translations/source/gl/dictionaries/br_FR.po4
-rw-r--r--translations/source/gl/dictionaries/ca.po4
-rw-r--r--translations/source/gl/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/gl/dictionaries/da_DK.po4
-rw-r--r--translations/source/gl/dictionaries/de.po4
-rw-r--r--translations/source/gl/dictionaries/el_GR.po4
-rw-r--r--translations/source/gl/dictionaries/en.po4
-rw-r--r--translations/source/gl/dictionaries/en/dialog.po4
-rw-r--r--translations/source/gl/dictionaries/es_ES.po4
-rw-r--r--translations/source/gl/dictionaries/et_EE.po4
-rw-r--r--translations/source/gl/dictionaries/fr_FR.po4
-rw-r--r--translations/source/gl/dictionaries/gd_GB.po4
-rw-r--r--translations/source/gl/dictionaries/gl.po4
-rw-r--r--translations/source/gl/dictionaries/gu_IN.po4
-rw-r--r--translations/source/gl/dictionaries/he_IL.po4
-rw-r--r--translations/source/gl/dictionaries/hi_IN.po4
-rw-r--r--translations/source/gl/dictionaries/hr_HR.po4
-rw-r--r--translations/source/gl/dictionaries/hu_HU.po4
-rw-r--r--translations/source/gl/dictionaries/hu_HU/dialog.po4
-rw-r--r--translations/source/gl/dictionaries/it_IT.po4
-rw-r--r--translations/source/gl/dictionaries/ku_TR.po4
-rw-r--r--translations/source/gl/dictionaries/lt_LT.po4
-rw-r--r--translations/source/gl/dictionaries/lv_LV.po4
-rw-r--r--translations/source/gl/dictionaries/ne_NP.po4
-rw-r--r--translations/source/gl/dictionaries/nl_NL.po4
-rw-r--r--translations/source/gl/dictionaries/no.po4
-rw-r--r--translations/source/gl/dictionaries/oc_FR.po4
-rw-r--r--translations/source/gl/dictionaries/pl_PL.po4
-rw-r--r--translations/source/gl/dictionaries/pt_BR.po4
-rw-r--r--translations/source/gl/dictionaries/pt_PT.po4
-rw-r--r--translations/source/gl/dictionaries/ro.po4
-rw-r--r--translations/source/gl/dictionaries/ru_RU.po4
-rw-r--r--translations/source/gl/dictionaries/ru_RU/dialog.po4
-rw-r--r--translations/source/gl/dictionaries/si_LK.po4
-rw-r--r--translations/source/gl/dictionaries/sk_SK.po4
-rw-r--r--translations/source/gl/dictionaries/sl_SI.po4
-rw-r--r--translations/source/gl/dictionaries/sr.po4
-rw-r--r--translations/source/gl/dictionaries/sv_SE.po4
-rw-r--r--translations/source/gl/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/gl/dictionaries/te_IN.po4
-rw-r--r--translations/source/gl/dictionaries/th_TH.po4
-rw-r--r--translations/source/gl/dictionaries/uk_UA.po4
-rw-r--r--translations/source/gl/dictionaries/vi.po4
-rw-r--r--translations/source/gl/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/gl/editeng/source/accessibility.po6
-rw-r--r--translations/source/gl/editeng/source/editeng.po6
-rw-r--r--translations/source/gl/editeng/source/items.po6
-rw-r--r--translations/source/gl/editeng/source/misc.po6
-rw-r--r--translations/source/gl/editeng/source/outliner.po6
-rw-r--r--translations/source/gl/extensions/source/abpilot.po6
-rw-r--r--translations/source/gl/extensions/source/bibliography.po6
-rw-r--r--translations/source/gl/extensions/source/dbpilots.po6
-rw-r--r--translations/source/gl/extensions/source/propctrlr.po6
-rw-r--r--translations/source/gl/extensions/source/scanner.po6
-rw-r--r--translations/source/gl/extensions/source/update/check.po6
-rw-r--r--translations/source/gl/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/gl/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/gl/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/gl/filter/source/flash.po6
-rw-r--r--translations/source/gl/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/gl/filter/source/pdf.po6
-rw-r--r--translations/source/gl/filter/source/t602.po6
-rw-r--r--translations/source/gl/filter/source/xsltdialog.po6
-rw-r--r--translations/source/gl/forms/source/resource.po6
-rw-r--r--translations/source/gl/formula/source/core/resource.po6
-rw-r--r--translations/source/gl/formula/source/ui/dlg.po6
-rw-r--r--translations/source/gl/fpicker/source/office.po6
-rw-r--r--translations/source/gl/framework/source/classes.po6
-rw-r--r--translations/source/gl/framework/source/services.po6
-rw-r--r--translations/source/gl/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/gl/helpcontent2/source/text/sbasic/shared.po4
-rw-r--r--translations/source/gl/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/gl/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/gl/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/gl/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/gl/helpcontent2/source/text/scalc/01.po6
-rw-r--r--translations/source/gl/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/gl/helpcontent2/source/text/scalc/04.po32
-rw-r--r--translations/source/gl/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/gl/helpcontent2/source/text/scalc/guide.po33
-rw-r--r--translations/source/gl/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/gl/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/gl/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/gl/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/gl/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/gl/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/gl/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/gl/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/gl/helpcontent2/source/text/sdraw/04.po6
-rw-r--r--translations/source/gl/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/gl/helpcontent2/source/text/shared.po2
-rw-r--r--translations/source/gl/helpcontent2/source/text/shared/00.po6
-rw-r--r--translations/source/gl/helpcontent2/source/text/shared/01.po12
-rw-r--r--translations/source/gl/helpcontent2/source/text/shared/02.po10
-rw-r--r--translations/source/gl/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/gl/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/gl/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/gl/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/gl/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/gl/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/gl/helpcontent2/source/text/shared/guide.po165
-rw-r--r--translations/source/gl/helpcontent2/source/text/shared/optionen.po82
-rw-r--r--translations/source/gl/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/gl/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/gl/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/gl/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/gl/helpcontent2/source/text/simpress/04.po42
-rw-r--r--translations/source/gl/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/gl/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/gl/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/gl/helpcontent2/source/text/smath/01.po26
-rw-r--r--translations/source/gl/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/gl/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/gl/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/gl/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/gl/helpcontent2/source/text/swriter/00.po6
-rw-r--r--translations/source/gl/helpcontent2/source/text/swriter/01.po36
-rw-r--r--translations/source/gl/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/gl/helpcontent2/source/text/swriter/04.po12
-rw-r--r--translations/source/gl/helpcontent2/source/text/swriter/guide.po49
-rw-r--r--translations/source/gl/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--translations/source/gl/mysqlc/source.po6
-rw-r--r--translations/source/gl/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/gl/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po4
-rw-r--r--translations/source/gl/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/gl/nlpsolver/src/locale.po4
-rw-r--r--translations/source/gl/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/gl/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--translations/source/gl/padmin/source.po6
-rw-r--r--translations/source/gl/readlicense_oo/docs/readme.po16
-rw-r--r--translations/source/gl/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/gl/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/gl/reportbuilder/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--translations/source/gl/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/gl/reportbuilder/util.po4
-rw-r--r--translations/source/gl/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/gl/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/gl/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/gl/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/gl/sc/source/core/src.po6
-rw-r--r--translations/source/gl/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/gl/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/gl/sc/source/ui/docshell.po6
-rw-r--r--translations/source/gl/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/gl/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/gl/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/gl/sc/source/ui/navipi.po6
-rw-r--r--translations/source/gl/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/gl/sc/source/ui/src.po6
-rw-r--r--translations/source/gl/sc/source/ui/styleui.po6
-rw-r--r--translations/source/gl/scaddins/source/analysis.po6
-rw-r--r--translations/source/gl/scaddins/source/datefunc.po6
-rw-r--r--translations/source/gl/sccomp/source/solver.po6
-rw-r--r--translations/source/gl/scp2/source/accessories.po6
-rw-r--r--translations/source/gl/scp2/source/activex.po6
-rw-r--r--translations/source/gl/scp2/source/base.po18
-rw-r--r--translations/source/gl/scp2/source/binfilter.po6
-rw-r--r--translations/source/gl/scp2/source/calc.po6
-rw-r--r--translations/source/gl/scp2/source/draw.po6
-rw-r--r--translations/source/gl/scp2/source/extensions.po16
-rw-r--r--translations/source/gl/scp2/source/gnome.po6
-rw-r--r--translations/source/gl/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/gl/scp2/source/impress.po6
-rw-r--r--translations/source/gl/scp2/source/javafilter.po6
-rw-r--r--translations/source/gl/scp2/source/kde.po6
-rw-r--r--translations/source/gl/scp2/source/math.po6
-rw-r--r--translations/source/gl/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/gl/scp2/source/ooo.po6
-rw-r--r--translations/source/gl/scp2/source/python.po6
-rw-r--r--translations/source/gl/scp2/source/quickstart.po6
-rw-r--r--translations/source/gl/scp2/source/sdkoo.po6
-rw-r--r--translations/source/gl/scp2/source/smoketest.po4
-rw-r--r--translations/source/gl/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/gl/scp2/source/writer.po6
-rw-r--r--translations/source/gl/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/gl/scripting/source/pyprov.po4
-rw-r--r--translations/source/gl/sd/source/core.po6
-rw-r--r--translations/source/gl/sd/source/filter/html.po6
-rw-r--r--translations/source/gl/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/gl/sd/source/ui/animations.po6
-rw-r--r--translations/source/gl/sd/source/ui/annotations.po6
-rw-r--r--translations/source/gl/sd/source/ui/app.po6
-rw-r--r--translations/source/gl/sd/source/ui/dlg.po6
-rw-r--r--translations/source/gl/sd/source/ui/notes.po6
-rw-r--r--translations/source/gl/sd/source/ui/slideshow.po6
-rw-r--r--translations/source/gl/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/gl/sd/source/ui/table.po6
-rw-r--r--translations/source/gl/sd/source/ui/view.po6
-rw-r--r--translations/source/gl/sdext/source/minimizer.po4
-rw-r--r--translations/source/gl/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/gl/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/gl/sdext/source/pdfimport.po4
-rw-r--r--translations/source/gl/sdext/source/presenter.po4
-rw-r--r--translations/source/gl/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/gl/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/gl/setup_native/source/mac.po6
-rw-r--r--translations/source/gl/sfx2/source/appl.po6
-rw-r--r--translations/source/gl/sfx2/source/bastyp.po6
-rw-r--r--translations/source/gl/sfx2/source/dialog.po6
-rw-r--r--translations/source/gl/sfx2/source/doc.po6
-rw-r--r--translations/source/gl/sfx2/source/menu.po6
-rw-r--r--translations/source/gl/sfx2/source/view.po6
-rw-r--r--translations/source/gl/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/gl/starmath/source.po6
-rw-r--r--translations/source/gl/svl/source/items.po6
-rw-r--r--translations/source/gl/svl/source/misc.po6
-rw-r--r--translations/source/gl/svtools/source/contnr.po6
-rw-r--r--translations/source/gl/svtools/source/control.po6
-rw-r--r--translations/source/gl/svtools/source/dialogs.po6
-rw-r--r--translations/source/gl/svtools/source/filter.po6
-rw-r--r--translations/source/gl/svtools/source/java.po6
-rw-r--r--translations/source/gl/svtools/source/misc.po6
-rw-r--r--translations/source/gl/svtools/source/plugapp.po6
-rw-r--r--translations/source/gl/svtools/source/toolpanel.po6
-rw-r--r--translations/source/gl/svtools/workben/unodialog.po6
-rw-r--r--translations/source/gl/svx/inc.po6
-rw-r--r--translations/source/gl/svx/source/accessibility.po6
-rw-r--r--translations/source/gl/svx/source/dialog.po6
-rw-r--r--translations/source/gl/svx/source/engine3d.po6
-rw-r--r--translations/source/gl/svx/source/fmcomp.po6
-rw-r--r--translations/source/gl/svx/source/form.po6
-rw-r--r--translations/source/gl/svx/source/gallery2.po6
-rw-r--r--translations/source/gl/svx/source/items.po6
-rw-r--r--translations/source/gl/svx/source/src.po6
-rw-r--r--translations/source/gl/svx/source/stbctrls.po6
-rw-r--r--translations/source/gl/svx/source/svdraw.po6
-rw-r--r--translations/source/gl/svx/source/table.po6
-rw-r--r--translations/source/gl/svx/source/tbxctrls.po6
-rw-r--r--translations/source/gl/svx/source/toolbars.po6
-rw-r--r--translations/source/gl/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/gl/sw/source/core/layout.po4
-rw-r--r--translations/source/gl/sw/source/core/undo.po6
-rw-r--r--translations/source/gl/sw/source/core/unocore.po6
-rw-r--r--translations/source/gl/sw/source/ui/app.po6
-rw-r--r--translations/source/gl/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/gl/sw/source/ui/config.po58
-rw-r--r--translations/source/gl/sw/source/ui/dbui.po6
-rw-r--r--translations/source/gl/sw/source/ui/dialog.po6
-rw-r--r--translations/source/gl/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/gl/sw/source/ui/docvw.po6
-rw-r--r--translations/source/gl/sw/source/ui/envelp.po6
-rw-r--r--translations/source/gl/sw/source/ui/fldui.po6
-rw-r--r--translations/source/gl/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/gl/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/gl/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/gl/sw/source/ui/index.po6
-rw-r--r--translations/source/gl/sw/source/ui/lingu.po6
-rw-r--r--translations/source/gl/sw/source/ui/misc.po6
-rw-r--r--translations/source/gl/sw/source/ui/ribbar.po6
-rw-r--r--translations/source/gl/sw/source/ui/shells.po6
-rw-r--r--translations/source/gl/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/gl/sw/source/ui/table.po6
-rw-r--r--translations/source/gl/sw/source/ui/uiview.po6
-rw-r--r--translations/source/gl/sw/source/ui/utlui.po188
-rw-r--r--translations/source/gl/sw/source/ui/web.po6
-rw-r--r--translations/source/gl/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/gl/swext/mediawiki/help.po6
-rw-r--r--translations/source/gl/swext/mediawiki/src.po6
-rw-r--r--translations/source/gl/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/gl/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/gl/sysui/desktop/share.po6
-rw-r--r--translations/source/gl/uui/source.po6
-rw-r--r--translations/source/gl/vcl/source/src.po6
-rw-r--r--translations/source/gl/wizards/source/euro.po6
-rw-r--r--translations/source/gl/wizards/source/formwizard.po6
-rw-r--r--translations/source/gl/wizards/source/importwizard.po6
-rw-r--r--translations/source/gl/wizards/source/schedule.po6
-rw-r--r--translations/source/gl/wizards/source/template.po6
-rw-r--r--translations/source/gl/xmlsecurity/source/component.po6
-rw-r--r--translations/source/gl/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/gu/accessibility/source/helper.po6
-rw-r--r--translations/source/gu/avmedia/source/framework.po6
-rw-r--r--translations/source/gu/avmedia/source/viewer.po6
-rw-r--r--translations/source/gu/basctl/source/basicide.po6
-rw-r--r--translations/source/gu/basctl/source/dlged.po6
-rw-r--r--translations/source/gu/basic/source/classes.po6
-rw-r--r--translations/source/gu/basic/source/sbx.po6
-rw-r--r--translations/source/gu/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/gu/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/gu/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/gu/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/gu/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/gu/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/gu/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/gu/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/gu/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/gu/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/gu/connectivity/source/drivers/mozab.po16
-rw-r--r--translations/source/gu/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/gu/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/gu/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/gu/connectivity/source/resource.po6
-rw-r--r--translations/source/gu/cui/source/customize.po6
-rw-r--r--translations/source/gu/cui/source/dialogs.po48
-rw-r--r--translations/source/gu/cui/source/options.po21
-rw-r--r--translations/source/gu/cui/source/tabpages.po149
-rw-r--r--translations/source/gu/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/gu/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/gu/dbaccess/source/ext/macromigration.po13
-rw-r--r--translations/source/gu/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/gu/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/gu/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/gu/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/gu/dbaccess/source/ui/dlg.po15
-rw-r--r--translations/source/gu/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/gu/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/gu/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/gu/dbaccess/source/ui/relationdesign.po10
-rw-r--r--translations/source/gu/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/gu/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/gu/desktop/source/app.po10
-rw-r--r--translations/source/gu/desktop/source/deployment/gui.po32
-rw-r--r--translations/source/gu/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/gu/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/gu/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/gu/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/gu/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/gu/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/gu/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/gu/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/gu/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/gu/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/gu/dictionaries/af_ZA.po4
-rw-r--r--translations/source/gu/dictionaries/an_ES.po19
-rw-r--r--translations/source/gu/dictionaries/ar.po4
-rw-r--r--translations/source/gu/dictionaries/be_BY.po4
-rw-r--r--translations/source/gu/dictionaries/bg_BG.po4
-rw-r--r--translations/source/gu/dictionaries/bn_BD.po4
-rw-r--r--translations/source/gu/dictionaries/br_FR.po4
-rw-r--r--translations/source/gu/dictionaries/ca.po4
-rw-r--r--translations/source/gu/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/gu/dictionaries/da_DK.po4
-rw-r--r--translations/source/gu/dictionaries/de.po4
-rw-r--r--translations/source/gu/dictionaries/el_GR.po4
-rw-r--r--translations/source/gu/dictionaries/en.po6
-rw-r--r--translations/source/gu/dictionaries/en/dialog.po171
-rw-r--r--translations/source/gu/dictionaries/es_ES.po6
-rw-r--r--translations/source/gu/dictionaries/et_EE.po4
-rw-r--r--translations/source/gu/dictionaries/fr_FR.po4
-rw-r--r--translations/source/gu/dictionaries/gd_GB.po4
-rw-r--r--translations/source/gu/dictionaries/gl.po4
-rw-r--r--translations/source/gu/dictionaries/gu_IN.po4
-rw-r--r--translations/source/gu/dictionaries/he_IL.po4
-rw-r--r--translations/source/gu/dictionaries/hi_IN.po4
-rw-r--r--translations/source/gu/dictionaries/hr_HR.po4
-rw-r--r--translations/source/gu/dictionaries/hu_HU.po6
-rw-r--r--translations/source/gu/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/gu/dictionaries/it_IT.po4
-rw-r--r--translations/source/gu/dictionaries/ku_TR.po4
-rw-r--r--translations/source/gu/dictionaries/lt_LT.po4
-rw-r--r--translations/source/gu/dictionaries/lv_LV.po4
-rw-r--r--translations/source/gu/dictionaries/ne_NP.po4
-rw-r--r--translations/source/gu/dictionaries/nl_NL.po4
-rw-r--r--translations/source/gu/dictionaries/no.po4
-rw-r--r--translations/source/gu/dictionaries/oc_FR.po4
-rw-r--r--translations/source/gu/dictionaries/pl_PL.po4
-rw-r--r--translations/source/gu/dictionaries/pt_BR.po4
-rw-r--r--translations/source/gu/dictionaries/pt_PT.po4
-rw-r--r--translations/source/gu/dictionaries/ro.po4
-rw-r--r--translations/source/gu/dictionaries/ru_RU.po6
-rw-r--r--translations/source/gu/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/gu/dictionaries/si_LK.po19
-rw-r--r--translations/source/gu/dictionaries/sk_SK.po4
-rw-r--r--translations/source/gu/dictionaries/sl_SI.po4
-rw-r--r--translations/source/gu/dictionaries/sr.po4
-rw-r--r--translations/source/gu/dictionaries/sv_SE.po4
-rw-r--r--translations/source/gu/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/gu/dictionaries/te_IN.po4
-rw-r--r--translations/source/gu/dictionaries/th_TH.po6
-rw-r--r--translations/source/gu/dictionaries/uk_UA.po4
-rw-r--r--translations/source/gu/dictionaries/vi.po4
-rw-r--r--translations/source/gu/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/gu/editeng/source/accessibility.po6
-rw-r--r--translations/source/gu/editeng/source/editeng.po8
-rw-r--r--translations/source/gu/editeng/source/items.po30
-rw-r--r--translations/source/gu/editeng/source/misc.po6
-rw-r--r--translations/source/gu/editeng/source/outliner.po6
-rw-r--r--translations/source/gu/extensions/source/abpilot.po10
-rw-r--r--translations/source/gu/extensions/source/bibliography.po6
-rw-r--r--translations/source/gu/extensions/source/dbpilots.po6
-rw-r--r--translations/source/gu/extensions/source/propctrlr.po6
-rw-r--r--translations/source/gu/extensions/source/scanner.po6
-rw-r--r--translations/source/gu/extensions/source/update/check.po6
-rw-r--r--translations/source/gu/filter/source/config/fragments/filters.po14
-rw-r--r--translations/source/gu/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/gu/filter/source/config/fragments/types.po10
-rw-r--r--translations/source/gu/filter/source/flash.po6
-rw-r--r--translations/source/gu/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/gu/filter/source/pdf.po15
-rw-r--r--translations/source/gu/filter/source/t602.po6
-rw-r--r--translations/source/gu/filter/source/xsltdialog.po6
-rw-r--r--translations/source/gu/forms/source/resource.po6
-rw-r--r--translations/source/gu/formula/source/core/resource.po22
-rw-r--r--translations/source/gu/formula/source/ui/dlg.po6
-rw-r--r--translations/source/gu/fpicker/source/office.po6
-rw-r--r--translations/source/gu/framework/source/classes.po6
-rw-r--r--translations/source/gu/framework/source/services.po6
-rw-r--r--translations/source/gu/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/gu/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--translations/source/gu/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/gu/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/gu/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/gu/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/gu/helpcontent2/source/text/scalc/01.po6
-rw-r--r--translations/source/gu/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/gu/helpcontent2/source/text/scalc/04.po34
-rw-r--r--translations/source/gu/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/gu/helpcontent2/source/text/scalc/guide.po33
-rw-r--r--translations/source/gu/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/gu/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/gu/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/gu/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/gu/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/gu/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/gu/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/gu/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/gu/helpcontent2/source/text/sdraw/04.po6
-rw-r--r--translations/source/gu/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/gu/helpcontent2/source/text/shared.po2
-rw-r--r--translations/source/gu/helpcontent2/source/text/shared/00.po6
-rw-r--r--translations/source/gu/helpcontent2/source/text/shared/01.po12
-rw-r--r--translations/source/gu/helpcontent2/source/text/shared/02.po16
-rw-r--r--translations/source/gu/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/gu/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/gu/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/gu/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/gu/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/gu/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/gu/helpcontent2/source/text/shared/guide.po163
-rw-r--r--translations/source/gu/helpcontent2/source/text/shared/optionen.po82
-rw-r--r--translations/source/gu/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/gu/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/gu/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/gu/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/gu/helpcontent2/source/text/simpress/04.po42
-rw-r--r--translations/source/gu/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/gu/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/gu/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/gu/helpcontent2/source/text/smath/01.po28
-rw-r--r--translations/source/gu/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/gu/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/gu/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/gu/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/gu/helpcontent2/source/text/swriter/00.po6
-rw-r--r--translations/source/gu/helpcontent2/source/text/swriter/01.po38
-rw-r--r--translations/source/gu/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/gu/helpcontent2/source/text/swriter/04.po12
-rw-r--r--translations/source/gu/helpcontent2/source/text/swriter/guide.po51
-rw-r--r--translations/source/gu/instsetoo_native/inc_openoffice/windows/msi_languages.po68
-rw-r--r--translations/source/gu/mysqlc/source.po6
-rw-r--r--translations/source/gu/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/gu/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/gu/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/gu/nlpsolver/src/locale.po179
-rw-r--r--translations/source/gu/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/gu/officecfg/registry/data/org/openoffice/Office/UI.po57
-rw-r--r--translations/source/gu/padmin/source.po6
-rw-r--r--translations/source/gu/readlicense_oo/docs/readme.po47
-rw-r--r--translations/source/gu/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/gu/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/gu/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/gu/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/gu/reportbuilder/util.po4
-rw-r--r--translations/source/gu/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/gu/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/gu/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/gu/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/gu/sc/source/core/src.po6
-rw-r--r--translations/source/gu/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/gu/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/gu/sc/source/ui/docshell.po6
-rw-r--r--translations/source/gu/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/gu/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/gu/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/gu/sc/source/ui/navipi.po8
-rw-r--r--translations/source/gu/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/gu/sc/source/ui/src.po144
-rw-r--r--translations/source/gu/sc/source/ui/styleui.po8
-rw-r--r--translations/source/gu/scaddins/source/analysis.po6
-rw-r--r--translations/source/gu/scaddins/source/datefunc.po6
-rw-r--r--translations/source/gu/sccomp/source/solver.po6
-rw-r--r--translations/source/gu/scp2/source/accessories.po6
-rw-r--r--translations/source/gu/scp2/source/activex.po6
-rw-r--r--translations/source/gu/scp2/source/base.po16
-rw-r--r--translations/source/gu/scp2/source/binfilter.po6
-rw-r--r--translations/source/gu/scp2/source/calc.po6
-rw-r--r--translations/source/gu/scp2/source/draw.po6
-rw-r--r--translations/source/gu/scp2/source/extensions.po2200
-rw-r--r--translations/source/gu/scp2/source/gnome.po6
-rw-r--r--translations/source/gu/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/gu/scp2/source/impress.po6
-rw-r--r--translations/source/gu/scp2/source/javafilter.po6
-rw-r--r--translations/source/gu/scp2/source/kde.po6
-rw-r--r--translations/source/gu/scp2/source/math.po6
-rw-r--r--translations/source/gu/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/gu/scp2/source/ooo.po35
-rw-r--r--translations/source/gu/scp2/source/python.po6
-rw-r--r--translations/source/gu/scp2/source/quickstart.po6
-rw-r--r--translations/source/gu/scp2/source/sdkoo.po6
-rw-r--r--translations/source/gu/scp2/source/smoketest.po23
-rw-r--r--translations/source/gu/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/gu/scp2/source/writer.po6
-rw-r--r--translations/source/gu/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/gu/scripting/source/pyprov.po4
-rw-r--r--translations/source/gu/sd/source/core.po43
-rw-r--r--translations/source/gu/sd/source/filter/html.po6
-rw-r--r--translations/source/gu/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/gu/sd/source/ui/animations.po6
-rw-r--r--translations/source/gu/sd/source/ui/annotations.po6
-rw-r--r--translations/source/gu/sd/source/ui/app.po8
-rw-r--r--translations/source/gu/sd/source/ui/dlg.po6
-rw-r--r--translations/source/gu/sd/source/ui/notes.po6
-rw-r--r--translations/source/gu/sd/source/ui/slideshow.po19
-rw-r--r--translations/source/gu/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/gu/sd/source/ui/table.po6
-rw-r--r--translations/source/gu/sd/source/ui/view.po6
-rw-r--r--translations/source/gu/sdext/source/minimizer.po6
-rw-r--r--translations/source/gu/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/gu/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/gu/sdext/source/pdfimport.po4
-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.po6
-rw-r--r--translations/source/gu/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po16
-rw-r--r--translations/source/gu/setup_native/source/mac.po6
-rw-r--r--translations/source/gu/sfx2/source/appl.po6
-rw-r--r--translations/source/gu/sfx2/source/bastyp.po6
-rw-r--r--translations/source/gu/sfx2/source/dialog.po10
-rw-r--r--translations/source/gu/sfx2/source/doc.po18
-rw-r--r--translations/source/gu/sfx2/source/menu.po6
-rw-r--r--translations/source/gu/sfx2/source/view.po6
-rw-r--r--translations/source/gu/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/gu/starmath/source.po6
-rw-r--r--translations/source/gu/svl/source/items.po6
-rw-r--r--translations/source/gu/svl/source/misc.po6
-rw-r--r--translations/source/gu/svtools/source/contnr.po6
-rw-r--r--translations/source/gu/svtools/source/control.po6
-rw-r--r--translations/source/gu/svtools/source/dialogs.po6
-rw-r--r--translations/source/gu/svtools/source/filter.po6
-rw-r--r--translations/source/gu/svtools/source/java.po6
-rw-r--r--translations/source/gu/svtools/source/misc.po53
-rw-r--r--translations/source/gu/svtools/source/plugapp.po6
-rw-r--r--translations/source/gu/svtools/source/toolpanel.po6
-rw-r--r--translations/source/gu/svtools/workben/unodialog.po6
-rw-r--r--translations/source/gu/svx/inc.po8
-rw-r--r--translations/source/gu/svx/source/accessibility.po6
-rw-r--r--translations/source/gu/svx/source/dialog.po10
-rw-r--r--translations/source/gu/svx/source/engine3d.po6
-rw-r--r--translations/source/gu/svx/source/fmcomp.po6
-rw-r--r--translations/source/gu/svx/source/form.po6
-rw-r--r--translations/source/gu/svx/source/gallery2.po6
-rw-r--r--translations/source/gu/svx/source/items.po6
-rw-r--r--translations/source/gu/svx/source/src.po6
-rw-r--r--translations/source/gu/svx/source/stbctrls.po2
-rw-r--r--translations/source/gu/svx/source/svdraw.po6
-rw-r--r--translations/source/gu/svx/source/table.po6
-rw-r--r--translations/source/gu/svx/source/tbxctrls.po6
-rw-r--r--translations/source/gu/svx/source/toolbars.po6
-rw-r--r--translations/source/gu/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/gu/sw/source/core/layout.po4
-rw-r--r--translations/source/gu/sw/source/core/undo.po8
-rw-r--r--translations/source/gu/sw/source/core/unocore.po6
-rw-r--r--translations/source/gu/sw/source/ui/app.po22
-rw-r--r--translations/source/gu/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/gu/sw/source/ui/config.po2
-rw-r--r--translations/source/gu/sw/source/ui/dbui.po6
-rw-r--r--translations/source/gu/sw/source/ui/dialog.po14
-rw-r--r--translations/source/gu/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/gu/sw/source/ui/docvw.po22
-rw-r--r--translations/source/gu/sw/source/ui/envelp.po6
-rw-r--r--translations/source/gu/sw/source/ui/fldui.po6
-rw-r--r--translations/source/gu/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/gu/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/gu/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/gu/sw/source/ui/index.po13
-rw-r--r--translations/source/gu/sw/source/ui/lingu.po6
-rw-r--r--translations/source/gu/sw/source/ui/misc.po6
-rw-r--r--translations/source/gu/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/gu/sw/source/ui/shells.po14
-rw-r--r--translations/source/gu/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/gu/sw/source/ui/table.po12
-rw-r--r--translations/source/gu/sw/source/ui/uiview.po6
-rw-r--r--translations/source/gu/sw/source/ui/utlui.po22
-rw-r--r--translations/source/gu/sw/source/ui/web.po6
-rw-r--r--translations/source/gu/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/gu/swext/mediawiki/help.po16
-rw-r--r--translations/source/gu/swext/mediawiki/src.po8
-rw-r--r--translations/source/gu/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/gu/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/gu/sysui/desktop/share.po6
-rw-r--r--translations/source/gu/uui/source.po6
-rw-r--r--translations/source/gu/vcl/source/src.po35
-rw-r--r--translations/source/gu/wizards/source/euro.po6
-rw-r--r--translations/source/gu/wizards/source/formwizard.po6
-rw-r--r--translations/source/gu/wizards/source/importwizard.po6
-rw-r--r--translations/source/gu/wizards/source/schedule.po6
-rw-r--r--translations/source/gu/wizards/source/template.po6
-rw-r--r--translations/source/gu/xmlsecurity/source/component.po6
-rw-r--r--translations/source/gu/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/he/accessibility/source/helper.po6
-rw-r--r--translations/source/he/avmedia/source/framework.po8
-rw-r--r--translations/source/he/avmedia/source/viewer.po6
-rw-r--r--translations/source/he/basctl/source/basicide.po104
-rw-r--r--translations/source/he/basctl/source/dlged.po14
-rw-r--r--translations/source/he/basic/source/classes.po58
-rw-r--r--translations/source/he/basic/source/sbx.po6
-rw-r--r--translations/source/he/chart2/source/controller/dialogs.po8
-rw-r--r--translations/source/he/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/he/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/he/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/he/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/he/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/he/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/he/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/he/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/he/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/he/connectivity/source/drivers/mozab.po6
-rw-r--r--translations/source/he/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/he/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/he/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/he/connectivity/source/resource.po8
-rw-r--r--translations/source/he/cui/source/customize.po8
-rw-r--r--translations/source/he/cui/source/dialogs.po8
-rw-r--r--translations/source/he/cui/source/options.po8
-rw-r--r--translations/source/he/cui/source/tabpages.po8
-rw-r--r--translations/source/he/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/he/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/he/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/he/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/he/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/he/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/he/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/he/dbaccess/source/ui/dlg.po6
-rw-r--r--translations/source/he/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/he/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/he/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/he/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/he/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/he/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/he/desktop/source/app.po14
-rw-r--r--translations/source/he/desktop/source/deployment/gui.po6
-rw-r--r--translations/source/he/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/he/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/he/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/he/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/he/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/he/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/he/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/he/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/he/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/he/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/he/dictionaries/af_ZA.po4
-rw-r--r--translations/source/he/dictionaries/an_ES.po4
-rw-r--r--translations/source/he/dictionaries/ar.po4
-rw-r--r--translations/source/he/dictionaries/be_BY.po4
-rw-r--r--translations/source/he/dictionaries/bg_BG.po4
-rw-r--r--translations/source/he/dictionaries/bn_BD.po4
-rw-r--r--translations/source/he/dictionaries/br_FR.po4
-rw-r--r--translations/source/he/dictionaries/ca.po4
-rw-r--r--translations/source/he/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/he/dictionaries/da_DK.po4
-rw-r--r--translations/source/he/dictionaries/de.po4
-rw-r--r--translations/source/he/dictionaries/el_GR.po4
-rw-r--r--translations/source/he/dictionaries/en.po4
-rw-r--r--translations/source/he/dictionaries/en/dialog.po4
-rw-r--r--translations/source/he/dictionaries/es_ES.po4
-rw-r--r--translations/source/he/dictionaries/et_EE.po4
-rw-r--r--translations/source/he/dictionaries/fr_FR.po4
-rw-r--r--translations/source/he/dictionaries/gd_GB.po4
-rw-r--r--translations/source/he/dictionaries/gl.po4
-rw-r--r--translations/source/he/dictionaries/gu_IN.po4
-rw-r--r--translations/source/he/dictionaries/he_IL.po4
-rw-r--r--translations/source/he/dictionaries/hi_IN.po4
-rw-r--r--translations/source/he/dictionaries/hr_HR.po4
-rw-r--r--translations/source/he/dictionaries/hu_HU.po4
-rw-r--r--translations/source/he/dictionaries/hu_HU/dialog.po4
-rw-r--r--translations/source/he/dictionaries/it_IT.po4
-rw-r--r--translations/source/he/dictionaries/ku_TR.po4
-rw-r--r--translations/source/he/dictionaries/lt_LT.po4
-rw-r--r--translations/source/he/dictionaries/lv_LV.po4
-rw-r--r--translations/source/he/dictionaries/ne_NP.po4
-rw-r--r--translations/source/he/dictionaries/nl_NL.po4
-rw-r--r--translations/source/he/dictionaries/no.po4
-rw-r--r--translations/source/he/dictionaries/oc_FR.po4
-rw-r--r--translations/source/he/dictionaries/pl_PL.po4
-rw-r--r--translations/source/he/dictionaries/pt_BR.po4
-rw-r--r--translations/source/he/dictionaries/pt_PT.po4
-rw-r--r--translations/source/he/dictionaries/ro.po4
-rw-r--r--translations/source/he/dictionaries/ru_RU.po4
-rw-r--r--translations/source/he/dictionaries/ru_RU/dialog.po4
-rw-r--r--translations/source/he/dictionaries/si_LK.po4
-rw-r--r--translations/source/he/dictionaries/sk_SK.po4
-rw-r--r--translations/source/he/dictionaries/sl_SI.po4
-rw-r--r--translations/source/he/dictionaries/sr.po4
-rw-r--r--translations/source/he/dictionaries/sv_SE.po4
-rw-r--r--translations/source/he/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/he/dictionaries/te_IN.po4
-rw-r--r--translations/source/he/dictionaries/th_TH.po4
-rw-r--r--translations/source/he/dictionaries/uk_UA.po4
-rw-r--r--translations/source/he/dictionaries/vi.po4
-rw-r--r--translations/source/he/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/he/editeng/source/accessibility.po6
-rw-r--r--translations/source/he/editeng/source/editeng.po6
-rw-r--r--translations/source/he/editeng/source/items.po6
-rw-r--r--translations/source/he/editeng/source/misc.po6
-rw-r--r--translations/source/he/editeng/source/outliner.po6
-rw-r--r--translations/source/he/extensions/source/abpilot.po6
-rw-r--r--translations/source/he/extensions/source/bibliography.po6
-rw-r--r--translations/source/he/extensions/source/dbpilots.po6
-rw-r--r--translations/source/he/extensions/source/propctrlr.po6
-rw-r--r--translations/source/he/extensions/source/scanner.po6
-rw-r--r--translations/source/he/extensions/source/update/check.po6
-rw-r--r--translations/source/he/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/he/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/he/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/he/filter/source/flash.po6
-rw-r--r--translations/source/he/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/he/filter/source/pdf.po6
-rw-r--r--translations/source/he/filter/source/t602.po6
-rw-r--r--translations/source/he/filter/source/xsltdialog.po6
-rw-r--r--translations/source/he/forms/source/resource.po6
-rw-r--r--translations/source/he/formula/source/core/resource.po6
-rw-r--r--translations/source/he/formula/source/ui/dlg.po6
-rw-r--r--translations/source/he/fpicker/source/office.po6
-rw-r--r--translations/source/he/framework/source/classes.po6
-rw-r--r--translations/source/he/framework/source/services.po6
-rw-r--r--translations/source/he/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/sbasic/shared.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/scalc/01.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/scalc/04.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/scalc/guide.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/sdraw/04.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/shared.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/shared/00.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/shared/01.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/shared/02.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/shared/guide.po4
-rw-r--r--translations/source/he/helpcontent2/source/text/shared/optionen.po75
-rw-r--r--translations/source/he/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/he/helpcontent2/source/text/simpress/04.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/he/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/smath/01.po4
-rw-r--r--translations/source/he/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/swriter/00.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/he/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/swriter/04.po2
-rw-r--r--translations/source/he/helpcontent2/source/text/swriter/guide.po10
-rw-r--r--translations/source/he/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--translations/source/he/mysqlc/source.po6
-rw-r--r--translations/source/he/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/he/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po4
-rw-r--r--translations/source/he/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/he/nlpsolver/src/locale.po4
-rw-r--r--translations/source/he/officecfg/registry/data/org/openoffice/Office.po10
-rw-r--r--translations/source/he/officecfg/registry/data/org/openoffice/Office/UI.po10
-rw-r--r--translations/source/he/padmin/source.po6
-rw-r--r--translations/source/he/readlicense_oo/docs/readme.po22
-rw-r--r--translations/source/he/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/he/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/he/reportbuilder/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--translations/source/he/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/he/reportbuilder/util.po4
-rw-r--r--translations/source/he/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/he/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/he/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/he/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/he/sc/source/core/src.po6
-rw-r--r--translations/source/he/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/he/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/he/sc/source/ui/docshell.po6
-rw-r--r--translations/source/he/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/he/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/he/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/he/sc/source/ui/navipi.po6
-rw-r--r--translations/source/he/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/he/sc/source/ui/src.po6
-rw-r--r--translations/source/he/sc/source/ui/styleui.po6
-rw-r--r--translations/source/he/scaddins/source/analysis.po6
-rw-r--r--translations/source/he/scaddins/source/datefunc.po6
-rw-r--r--translations/source/he/sccomp/source/solver.po6
-rw-r--r--translations/source/he/scp2/source/accessories.po6
-rw-r--r--translations/source/he/scp2/source/activex.po6
-rw-r--r--translations/source/he/scp2/source/base.po20
-rw-r--r--translations/source/he/scp2/source/binfilter.po6
-rw-r--r--translations/source/he/scp2/source/calc.po6
-rw-r--r--translations/source/he/scp2/source/draw.po6
-rw-r--r--translations/source/he/scp2/source/extensions.po16
-rw-r--r--translations/source/he/scp2/source/gnome.po6
-rw-r--r--translations/source/he/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/he/scp2/source/impress.po6
-rw-r--r--translations/source/he/scp2/source/javafilter.po6
-rw-r--r--translations/source/he/scp2/source/kde.po6
-rw-r--r--translations/source/he/scp2/source/math.po6
-rw-r--r--translations/source/he/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/he/scp2/source/ooo.po6
-rw-r--r--translations/source/he/scp2/source/python.po6
-rw-r--r--translations/source/he/scp2/source/quickstart.po6
-rw-r--r--translations/source/he/scp2/source/sdkoo.po6
-rw-r--r--translations/source/he/scp2/source/smoketest.po4
-rw-r--r--translations/source/he/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/he/scp2/source/writer.po6
-rw-r--r--translations/source/he/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/he/scripting/source/pyprov.po4
-rw-r--r--translations/source/he/sd/source/core.po6
-rw-r--r--translations/source/he/sd/source/filter/html.po6
-rw-r--r--translations/source/he/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/he/sd/source/ui/animations.po6
-rw-r--r--translations/source/he/sd/source/ui/annotations.po6
-rw-r--r--translations/source/he/sd/source/ui/app.po10
-rw-r--r--translations/source/he/sd/source/ui/dlg.po12
-rw-r--r--translations/source/he/sd/source/ui/notes.po6
-rw-r--r--translations/source/he/sd/source/ui/slideshow.po6
-rw-r--r--translations/source/he/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/he/sd/source/ui/table.po6
-rw-r--r--translations/source/he/sd/source/ui/view.po6
-rw-r--r--translations/source/he/sdext/source/minimizer.po4
-rw-r--r--translations/source/he/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/he/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/he/sdext/source/pdfimport.po4
-rw-r--r--translations/source/he/sdext/source/presenter.po4
-rw-r--r--translations/source/he/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/he/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/he/setup_native/source/mac.po6
-rw-r--r--translations/source/he/sfx2/source/appl.po6
-rw-r--r--translations/source/he/sfx2/source/bastyp.po6
-rw-r--r--translations/source/he/sfx2/source/dialog.po6
-rw-r--r--translations/source/he/sfx2/source/doc.po6
-rw-r--r--translations/source/he/sfx2/source/menu.po6
-rw-r--r--translations/source/he/sfx2/source/view.po6
-rw-r--r--translations/source/he/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/he/starmath/source.po6
-rw-r--r--translations/source/he/svl/source/items.po6
-rw-r--r--translations/source/he/svl/source/misc.po6
-rw-r--r--translations/source/he/svtools/source/contnr.po6
-rw-r--r--translations/source/he/svtools/source/control.po6
-rw-r--r--translations/source/he/svtools/source/dialogs.po6
-rw-r--r--translations/source/he/svtools/source/filter.po6
-rw-r--r--translations/source/he/svtools/source/java.po6
-rw-r--r--translations/source/he/svtools/source/misc.po6
-rw-r--r--translations/source/he/svtools/source/plugapp.po6
-rw-r--r--translations/source/he/svtools/source/toolpanel.po6
-rw-r--r--translations/source/he/svtools/workben/unodialog.po6
-rw-r--r--translations/source/he/svx/inc.po6
-rw-r--r--translations/source/he/svx/source/accessibility.po6
-rw-r--r--translations/source/he/svx/source/dialog.po10
-rw-r--r--translations/source/he/svx/source/engine3d.po12
-rw-r--r--translations/source/he/svx/source/fmcomp.po6
-rw-r--r--translations/source/he/svx/source/form.po6
-rw-r--r--translations/source/he/svx/source/gallery2.po6
-rw-r--r--translations/source/he/svx/source/items.po6
-rw-r--r--translations/source/he/svx/source/src.po6
-rw-r--r--translations/source/he/svx/source/stbctrls.po6
-rw-r--r--translations/source/he/svx/source/svdraw.po82
-rw-r--r--translations/source/he/svx/source/table.po6
-rw-r--r--translations/source/he/svx/source/tbxctrls.po6
-rw-r--r--translations/source/he/svx/source/toolbars.po6
-rw-r--r--translations/source/he/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/he/sw/source/core/layout.po4
-rw-r--r--translations/source/he/sw/source/core/undo.po6
-rw-r--r--translations/source/he/sw/source/core/unocore.po6
-rw-r--r--translations/source/he/sw/source/ui/app.po6
-rw-r--r--translations/source/he/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/he/sw/source/ui/config.po2
-rw-r--r--translations/source/he/sw/source/ui/dbui.po6
-rw-r--r--translations/source/he/sw/source/ui/dialog.po6
-rw-r--r--translations/source/he/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/he/sw/source/ui/docvw.po6
-rw-r--r--translations/source/he/sw/source/ui/envelp.po6
-rw-r--r--translations/source/he/sw/source/ui/fldui.po6
-rw-r--r--translations/source/he/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/he/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/he/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/he/sw/source/ui/index.po6
-rw-r--r--translations/source/he/sw/source/ui/lingu.po6
-rw-r--r--translations/source/he/sw/source/ui/misc.po6
-rw-r--r--translations/source/he/sw/source/ui/ribbar.po6
-rw-r--r--translations/source/he/sw/source/ui/shells.po6
-rw-r--r--translations/source/he/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/he/sw/source/ui/table.po6
-rw-r--r--translations/source/he/sw/source/ui/uiview.po6
-rw-r--r--translations/source/he/sw/source/ui/utlui.po26
-rw-r--r--translations/source/he/sw/source/ui/web.po6
-rw-r--r--translations/source/he/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/he/swext/mediawiki/help.po4
-rw-r--r--translations/source/he/swext/mediawiki/src.po6
-rw-r--r--translations/source/he/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/he/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/he/sysui/desktop/share.po6
-rw-r--r--translations/source/he/uui/source.po6
-rw-r--r--translations/source/he/vcl/source/src.po6
-rw-r--r--translations/source/he/wizards/source/euro.po6
-rw-r--r--translations/source/he/wizards/source/formwizard.po6
-rw-r--r--translations/source/he/wizards/source/importwizard.po6
-rw-r--r--translations/source/he/wizards/source/schedule.po6
-rw-r--r--translations/source/he/wizards/source/template.po6
-rw-r--r--translations/source/he/xmlsecurity/source/component.po6
-rw-r--r--translations/source/he/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/hi/accessibility/source/helper.po6
-rw-r--r--translations/source/hi/avmedia/source/framework.po6
-rw-r--r--translations/source/hi/avmedia/source/viewer.po6
-rw-r--r--translations/source/hi/basctl/source/basicide.po6
-rw-r--r--translations/source/hi/basctl/source/dlged.po6
-rw-r--r--translations/source/hi/basic/source/classes.po6
-rw-r--r--translations/source/hi/basic/source/sbx.po6
-rw-r--r--translations/source/hi/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/hi/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/hi/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/hi/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/hi/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/hi/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/hi/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/hi/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/hi/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/hi/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/hi/connectivity/source/drivers/mozab.po16
-rw-r--r--translations/source/hi/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/hi/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/hi/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/hi/connectivity/source/resource.po6
-rw-r--r--translations/source/hi/cui/source/customize.po6
-rw-r--r--translations/source/hi/cui/source/dialogs.po37
-rw-r--r--translations/source/hi/cui/source/options.po14
-rw-r--r--translations/source/hi/cui/source/tabpages.po120
-rw-r--r--translations/source/hi/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/hi/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/hi/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/hi/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/hi/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/hi/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/hi/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/hi/dbaccess/source/ui/dlg.po8
-rw-r--r--translations/source/hi/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/hi/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/hi/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/hi/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/hi/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/hi/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/hi/desktop/source/app.po10
-rw-r--r--translations/source/hi/desktop/source/deployment/gui.po10
-rw-r--r--translations/source/hi/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/hi/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/hi/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/hi/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/hi/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/hi/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/hi/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/hi/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/hi/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/hi/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/hi/dictionaries/af_ZA.po4
-rw-r--r--translations/source/hi/dictionaries/an_ES.po4
-rw-r--r--translations/source/hi/dictionaries/ar.po4
-rw-r--r--translations/source/hi/dictionaries/be_BY.po4
-rw-r--r--translations/source/hi/dictionaries/bg_BG.po4
-rw-r--r--translations/source/hi/dictionaries/bn_BD.po4
-rw-r--r--translations/source/hi/dictionaries/br_FR.po4
-rw-r--r--translations/source/hi/dictionaries/ca.po4
-rw-r--r--translations/source/hi/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/hi/dictionaries/da_DK.po4
-rw-r--r--translations/source/hi/dictionaries/de.po4
-rw-r--r--translations/source/hi/dictionaries/el_GR.po4
-rw-r--r--translations/source/hi/dictionaries/en.po4
-rw-r--r--translations/source/hi/dictionaries/en/dialog.po14
-rw-r--r--translations/source/hi/dictionaries/es_ES.po4
-rw-r--r--translations/source/hi/dictionaries/et_EE.po4
-rw-r--r--translations/source/hi/dictionaries/fr_FR.po4
-rw-r--r--translations/source/hi/dictionaries/gd_GB.po4
-rw-r--r--translations/source/hi/dictionaries/gl.po4
-rw-r--r--translations/source/hi/dictionaries/gu_IN.po4
-rw-r--r--translations/source/hi/dictionaries/he_IL.po4
-rw-r--r--translations/source/hi/dictionaries/hi_IN.po4
-rw-r--r--translations/source/hi/dictionaries/hr_HR.po4
-rw-r--r--translations/source/hi/dictionaries/hu_HU.po4
-rw-r--r--translations/source/hi/dictionaries/hu_HU/dialog.po14
-rw-r--r--translations/source/hi/dictionaries/it_IT.po4
-rw-r--r--translations/source/hi/dictionaries/ku_TR.po4
-rw-r--r--translations/source/hi/dictionaries/lt_LT.po4
-rw-r--r--translations/source/hi/dictionaries/lv_LV.po4
-rw-r--r--translations/source/hi/dictionaries/ne_NP.po4
-rw-r--r--translations/source/hi/dictionaries/nl_NL.po4
-rw-r--r--translations/source/hi/dictionaries/no.po4
-rw-r--r--translations/source/hi/dictionaries/oc_FR.po4
-rw-r--r--translations/source/hi/dictionaries/pl_PL.po4
-rw-r--r--translations/source/hi/dictionaries/pt_BR.po4
-rw-r--r--translations/source/hi/dictionaries/pt_PT.po4
-rw-r--r--translations/source/hi/dictionaries/ro.po4
-rw-r--r--translations/source/hi/dictionaries/ru_RU.po6
-rw-r--r--translations/source/hi/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/hi/dictionaries/si_LK.po4
-rw-r--r--translations/source/hi/dictionaries/sk_SK.po4
-rw-r--r--translations/source/hi/dictionaries/sl_SI.po4
-rw-r--r--translations/source/hi/dictionaries/sr.po4
-rw-r--r--translations/source/hi/dictionaries/sv_SE.po4
-rw-r--r--translations/source/hi/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/hi/dictionaries/te_IN.po4
-rw-r--r--translations/source/hi/dictionaries/th_TH.po4
-rw-r--r--translations/source/hi/dictionaries/uk_UA.po4
-rw-r--r--translations/source/hi/dictionaries/vi.po4
-rw-r--r--translations/source/hi/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/hi/editeng/source/accessibility.po6
-rw-r--r--translations/source/hi/editeng/source/editeng.po8
-rw-r--r--translations/source/hi/editeng/source/items.po42
-rw-r--r--translations/source/hi/editeng/source/misc.po6
-rw-r--r--translations/source/hi/editeng/source/outliner.po6
-rw-r--r--translations/source/hi/extensions/source/abpilot.po10
-rw-r--r--translations/source/hi/extensions/source/bibliography.po6
-rw-r--r--translations/source/hi/extensions/source/dbpilots.po6
-rw-r--r--translations/source/hi/extensions/source/propctrlr.po6
-rw-r--r--translations/source/hi/extensions/source/scanner.po8
-rw-r--r--translations/source/hi/extensions/source/update/check.po6
-rw-r--r--translations/source/hi/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/hi/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/hi/filter/source/config/fragments/types.po8
-rw-r--r--translations/source/hi/filter/source/flash.po6
-rw-r--r--translations/source/hi/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/hi/filter/source/pdf.po10
-rw-r--r--translations/source/hi/filter/source/t602.po6
-rw-r--r--translations/source/hi/filter/source/xsltdialog.po6
-rw-r--r--translations/source/hi/forms/source/resource.po6
-rw-r--r--translations/source/hi/formula/source/core/resource.po6
-rw-r--r--translations/source/hi/formula/source/ui/dlg.po6
-rw-r--r--translations/source/hi/fpicker/source/office.po6
-rw-r--r--translations/source/hi/framework/source/classes.po6
-rw-r--r--translations/source/hi/framework/source/services.po6
-rw-r--r--translations/source/hi/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/hi/helpcontent2/source/text/sbasic/shared.po4
-rw-r--r--translations/source/hi/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/hi/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/hi/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/hi/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/hi/helpcontent2/source/text/scalc/01.po6
-rw-r--r--translations/source/hi/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/hi/helpcontent2/source/text/scalc/04.po18
-rw-r--r--translations/source/hi/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/hi/helpcontent2/source/text/scalc/guide.po24
-rw-r--r--translations/source/hi/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/hi/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/hi/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/hi/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/hi/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/hi/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/hi/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/hi/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/hi/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/hi/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/hi/helpcontent2/source/text/shared.po2
-rw-r--r--translations/source/hi/helpcontent2/source/text/shared/00.po6
-rw-r--r--translations/source/hi/helpcontent2/source/text/shared/01.po12
-rw-r--r--translations/source/hi/helpcontent2/source/text/shared/02.po10
-rw-r--r--translations/source/hi/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/hi/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/hi/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/hi/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/hi/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/hi/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/hi/helpcontent2/source/text/shared/guide.po152
-rw-r--r--translations/source/hi/helpcontent2/source/text/shared/optionen.po77
-rw-r--r--translations/source/hi/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/hi/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/hi/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/hi/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/hi/helpcontent2/source/text/simpress/04.po22
-rw-r--r--translations/source/hi/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/hi/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/hi/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/hi/helpcontent2/source/text/smath/01.po26
-rw-r--r--translations/source/hi/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/hi/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/hi/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/hi/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/hi/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/hi/helpcontent2/source/text/swriter/01.po32
-rw-r--r--translations/source/hi/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/hi/helpcontent2/source/text/swriter/04.po6
-rw-r--r--translations/source/hi/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--translations/source/hi/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--translations/source/hi/mysqlc/source.po6
-rw-r--r--translations/source/hi/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/hi/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po6
-rw-r--r--translations/source/hi/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/hi/nlpsolver/src/locale.po24
-rw-r--r--translations/source/hi/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/hi/officecfg/registry/data/org/openoffice/Office/UI.po28
-rw-r--r--translations/source/hi/padmin/source.po6
-rw-r--r--translations/source/hi/readlicense_oo/docs/readme.po35
-rw-r--r--translations/source/hi/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/hi/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/hi/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/hi/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/hi/reportbuilder/util.po4
-rw-r--r--translations/source/hi/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/hi/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/hi/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/hi/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/hi/sc/source/core/src.po6
-rw-r--r--translations/source/hi/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/hi/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/hi/sc/source/ui/docshell.po6
-rw-r--r--translations/source/hi/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/hi/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/hi/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/hi/sc/source/ui/navipi.po6
-rw-r--r--translations/source/hi/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/hi/sc/source/ui/src.po35
-rw-r--r--translations/source/hi/sc/source/ui/styleui.po8
-rw-r--r--translations/source/hi/scaddins/source/analysis.po6
-rw-r--r--translations/source/hi/scaddins/source/datefunc.po6
-rw-r--r--translations/source/hi/sccomp/source/solver.po6
-rw-r--r--translations/source/hi/scp2/source/accessories.po6
-rw-r--r--translations/source/hi/scp2/source/activex.po6
-rw-r--r--translations/source/hi/scp2/source/base.po16
-rw-r--r--translations/source/hi/scp2/source/binfilter.po6
-rw-r--r--translations/source/hi/scp2/source/calc.po6
-rw-r--r--translations/source/hi/scp2/source/draw.po6
-rw-r--r--translations/source/hi/scp2/source/extensions.po1156
-rw-r--r--translations/source/hi/scp2/source/gnome.po6
-rw-r--r--translations/source/hi/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/hi/scp2/source/impress.po6
-rw-r--r--translations/source/hi/scp2/source/javafilter.po6
-rw-r--r--translations/source/hi/scp2/source/kde.po6
-rw-r--r--translations/source/hi/scp2/source/math.po6
-rw-r--r--translations/source/hi/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/hi/scp2/source/ooo.po10
-rw-r--r--translations/source/hi/scp2/source/python.po6
-rw-r--r--translations/source/hi/scp2/source/quickstart.po6
-rw-r--r--translations/source/hi/scp2/source/sdkoo.po6
-rw-r--r--translations/source/hi/scp2/source/smoketest.po4
-rw-r--r--translations/source/hi/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/hi/scp2/source/writer.po6
-rw-r--r--translations/source/hi/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/hi/scripting/source/pyprov.po4
-rw-r--r--translations/source/hi/sd/source/core.po10
-rw-r--r--translations/source/hi/sd/source/filter/html.po6
-rw-r--r--translations/source/hi/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/hi/sd/source/ui/animations.po6
-rw-r--r--translations/source/hi/sd/source/ui/annotations.po6
-rw-r--r--translations/source/hi/sd/source/ui/app.po8
-rw-r--r--translations/source/hi/sd/source/ui/dlg.po6
-rw-r--r--translations/source/hi/sd/source/ui/notes.po6
-rw-r--r--translations/source/hi/sd/source/ui/slideshow.po8
-rw-r--r--translations/source/hi/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/hi/sd/source/ui/table.po6
-rw-r--r--translations/source/hi/sd/source/ui/view.po6
-rw-r--r--translations/source/hi/sdext/source/minimizer.po6
-rw-r--r--translations/source/hi/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/hi/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/hi/sdext/source/pdfimport.po4
-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.po6
-rw-r--r--translations/source/hi/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po8
-rw-r--r--translations/source/hi/setup_native/source/mac.po6
-rw-r--r--translations/source/hi/sfx2/source/appl.po6
-rw-r--r--translations/source/hi/sfx2/source/bastyp.po6
-rw-r--r--translations/source/hi/sfx2/source/dialog.po12
-rw-r--r--translations/source/hi/sfx2/source/doc.po16
-rw-r--r--translations/source/hi/sfx2/source/menu.po6
-rw-r--r--translations/source/hi/sfx2/source/view.po6
-rw-r--r--translations/source/hi/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/hi/starmath/source.po6
-rw-r--r--translations/source/hi/svl/source/items.po6
-rw-r--r--translations/source/hi/svl/source/misc.po6
-rw-r--r--translations/source/hi/svtools/source/contnr.po6
-rw-r--r--translations/source/hi/svtools/source/control.po6
-rw-r--r--translations/source/hi/svtools/source/dialogs.po6
-rw-r--r--translations/source/hi/svtools/source/filter.po6
-rw-r--r--translations/source/hi/svtools/source/java.po6
-rw-r--r--translations/source/hi/svtools/source/misc.po17
-rw-r--r--translations/source/hi/svtools/source/plugapp.po6
-rw-r--r--translations/source/hi/svtools/source/toolpanel.po6
-rw-r--r--translations/source/hi/svtools/workben/unodialog.po6
-rw-r--r--translations/source/hi/svx/inc.po8
-rw-r--r--translations/source/hi/svx/source/accessibility.po6
-rw-r--r--translations/source/hi/svx/source/dialog.po8
-rw-r--r--translations/source/hi/svx/source/engine3d.po6
-rw-r--r--translations/source/hi/svx/source/fmcomp.po6
-rw-r--r--translations/source/hi/svx/source/form.po6
-rw-r--r--translations/source/hi/svx/source/gallery2.po6
-rw-r--r--translations/source/hi/svx/source/items.po6
-rw-r--r--translations/source/hi/svx/source/src.po6
-rw-r--r--translations/source/hi/svx/source/stbctrls.po4
-rw-r--r--translations/source/hi/svx/source/svdraw.po6
-rw-r--r--translations/source/hi/svx/source/table.po6
-rw-r--r--translations/source/hi/svx/source/tbxctrls.po6
-rw-r--r--translations/source/hi/svx/source/toolbars.po6
-rw-r--r--translations/source/hi/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/hi/sw/source/core/layout.po4
-rw-r--r--translations/source/hi/sw/source/core/undo.po8
-rw-r--r--translations/source/hi/sw/source/core/unocore.po6
-rw-r--r--translations/source/hi/sw/source/ui/app.po22
-rw-r--r--translations/source/hi/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/hi/sw/source/ui/config.po2
-rw-r--r--translations/source/hi/sw/source/ui/dbui.po6
-rw-r--r--translations/source/hi/sw/source/ui/dialog.po12
-rw-r--r--translations/source/hi/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/hi/sw/source/ui/docvw.po22
-rw-r--r--translations/source/hi/sw/source/ui/envelp.po6
-rw-r--r--translations/source/hi/sw/source/ui/fldui.po6
-rw-r--r--translations/source/hi/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/hi/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/hi/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/hi/sw/source/ui/index.po13
-rw-r--r--translations/source/hi/sw/source/ui/lingu.po6
-rw-r--r--translations/source/hi/sw/source/ui/misc.po6
-rw-r--r--translations/source/hi/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/hi/sw/source/ui/shells.po8
-rw-r--r--translations/source/hi/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/hi/sw/source/ui/table.po12
-rw-r--r--translations/source/hi/sw/source/ui/uiview.po6
-rw-r--r--translations/source/hi/sw/source/ui/utlui.po22
-rw-r--r--translations/source/hi/sw/source/ui/web.po6
-rw-r--r--translations/source/hi/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/hi/swext/mediawiki/help.po6
-rw-r--r--translations/source/hi/swext/mediawiki/src.po6
-rw-r--r--translations/source/hi/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/hi/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/hi/sysui/desktop/share.po6
-rw-r--r--translations/source/hi/uui/source.po6
-rw-r--r--translations/source/hi/vcl/source/src.po28
-rw-r--r--translations/source/hi/wizards/source/euro.po6
-rw-r--r--translations/source/hi/wizards/source/formwizard.po6
-rw-r--r--translations/source/hi/wizards/source/importwizard.po6
-rw-r--r--translations/source/hi/wizards/source/schedule.po6
-rw-r--r--translations/source/hi/wizards/source/template.po6
-rw-r--r--translations/source/hi/xmlsecurity/source/component.po6
-rw-r--r--translations/source/hi/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/hr/accessibility/source/helper.po6
-rw-r--r--translations/source/hr/avmedia/source/framework.po6
-rw-r--r--translations/source/hr/avmedia/source/viewer.po6
-rw-r--r--translations/source/hr/basctl/source/basicide.po6
-rw-r--r--translations/source/hr/basctl/source/dlged.po6
-rw-r--r--translations/source/hr/basic/source/classes.po6
-rw-r--r--translations/source/hr/basic/source/sbx.po6
-rw-r--r--translations/source/hr/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/hr/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/hr/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/hr/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/hr/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/hr/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/hr/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/hr/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/hr/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/hr/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/hr/connectivity/source/drivers/mozab.po16
-rw-r--r--translations/source/hr/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/hr/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/hr/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/hr/connectivity/source/resource.po6
-rw-r--r--translations/source/hr/cui/source/customize.po6
-rw-r--r--translations/source/hr/cui/source/dialogs.po48
-rw-r--r--translations/source/hr/cui/source/options.po17
-rw-r--r--translations/source/hr/cui/source/tabpages.po153
-rw-r--r--translations/source/hr/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/hr/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/hr/dbaccess/source/ext/macromigration.po13
-rw-r--r--translations/source/hr/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/hr/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/hr/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/hr/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/hr/dbaccess/source/ui/dlg.po15
-rw-r--r--translations/source/hr/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/hr/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/hr/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/hr/dbaccess/source/ui/relationdesign.po10
-rw-r--r--translations/source/hr/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/hr/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/hr/desktop/source/app.po10
-rw-r--r--translations/source/hr/desktop/source/deployment/gui.po32
-rw-r--r--translations/source/hr/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/hr/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/hr/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/hr/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/hr/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/hr/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/hr/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/hr/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/hr/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/hr/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/hr/dictionaries/af_ZA.po4
-rw-r--r--translations/source/hr/dictionaries/an_ES.po19
-rw-r--r--translations/source/hr/dictionaries/ar.po4
-rw-r--r--translations/source/hr/dictionaries/be_BY.po4
-rw-r--r--translations/source/hr/dictionaries/bg_BG.po4
-rw-r--r--translations/source/hr/dictionaries/bn_BD.po4
-rw-r--r--translations/source/hr/dictionaries/br_FR.po4
-rw-r--r--translations/source/hr/dictionaries/ca.po4
-rw-r--r--translations/source/hr/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/hr/dictionaries/da_DK.po4
-rw-r--r--translations/source/hr/dictionaries/de.po4
-rw-r--r--translations/source/hr/dictionaries/el_GR.po4
-rw-r--r--translations/source/hr/dictionaries/en.po6
-rw-r--r--translations/source/hr/dictionaries/en/dialog.po171
-rw-r--r--translations/source/hr/dictionaries/es_ES.po6
-rw-r--r--translations/source/hr/dictionaries/et_EE.po4
-rw-r--r--translations/source/hr/dictionaries/fr_FR.po4
-rw-r--r--translations/source/hr/dictionaries/gd_GB.po4
-rw-r--r--translations/source/hr/dictionaries/gl.po4
-rw-r--r--translations/source/hr/dictionaries/gu_IN.po4
-rw-r--r--translations/source/hr/dictionaries/he_IL.po4
-rw-r--r--translations/source/hr/dictionaries/hi_IN.po4
-rw-r--r--translations/source/hr/dictionaries/hr_HR.po4
-rw-r--r--translations/source/hr/dictionaries/hu_HU.po6
-rw-r--r--translations/source/hr/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/hr/dictionaries/it_IT.po4
-rw-r--r--translations/source/hr/dictionaries/ku_TR.po4
-rw-r--r--translations/source/hr/dictionaries/lt_LT.po4
-rw-r--r--translations/source/hr/dictionaries/lv_LV.po4
-rw-r--r--translations/source/hr/dictionaries/ne_NP.po4
-rw-r--r--translations/source/hr/dictionaries/nl_NL.po4
-rw-r--r--translations/source/hr/dictionaries/no.po4
-rw-r--r--translations/source/hr/dictionaries/oc_FR.po4
-rw-r--r--translations/source/hr/dictionaries/pl_PL.po4
-rw-r--r--translations/source/hr/dictionaries/pt_BR.po4
-rw-r--r--translations/source/hr/dictionaries/pt_PT.po4
-rw-r--r--translations/source/hr/dictionaries/ro.po4
-rw-r--r--translations/source/hr/dictionaries/ru_RU.po6
-rw-r--r--translations/source/hr/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/hr/dictionaries/si_LK.po19
-rw-r--r--translations/source/hr/dictionaries/sk_SK.po4
-rw-r--r--translations/source/hr/dictionaries/sl_SI.po4
-rw-r--r--translations/source/hr/dictionaries/sr.po4
-rw-r--r--translations/source/hr/dictionaries/sv_SE.po4
-rw-r--r--translations/source/hr/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/hr/dictionaries/te_IN.po4
-rw-r--r--translations/source/hr/dictionaries/th_TH.po6
-rw-r--r--translations/source/hr/dictionaries/uk_UA.po4
-rw-r--r--translations/source/hr/dictionaries/vi.po4
-rw-r--r--translations/source/hr/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/hr/editeng/source/accessibility.po6
-rw-r--r--translations/source/hr/editeng/source/editeng.po8
-rw-r--r--translations/source/hr/editeng/source/items.po30
-rw-r--r--translations/source/hr/editeng/source/misc.po6
-rw-r--r--translations/source/hr/editeng/source/outliner.po6
-rw-r--r--translations/source/hr/extensions/source/abpilot.po10
-rw-r--r--translations/source/hr/extensions/source/bibliography.po6
-rw-r--r--translations/source/hr/extensions/source/dbpilots.po6
-rw-r--r--translations/source/hr/extensions/source/propctrlr.po6
-rw-r--r--translations/source/hr/extensions/source/scanner.po8
-rw-r--r--translations/source/hr/extensions/source/update/check.po6
-rw-r--r--translations/source/hr/filter/source/config/fragments/filters.po14
-rw-r--r--translations/source/hr/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/hr/filter/source/config/fragments/types.po10
-rw-r--r--translations/source/hr/filter/source/flash.po6
-rw-r--r--translations/source/hr/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/hr/filter/source/pdf.po15
-rw-r--r--translations/source/hr/filter/source/t602.po6
-rw-r--r--translations/source/hr/filter/source/xsltdialog.po6
-rw-r--r--translations/source/hr/forms/source/resource.po6
-rw-r--r--translations/source/hr/formula/source/core/resource.po22
-rw-r--r--translations/source/hr/formula/source/ui/dlg.po8
-rw-r--r--translations/source/hr/fpicker/source/office.po6
-rw-r--r--translations/source/hr/framework/source/classes.po6
-rw-r--r--translations/source/hr/framework/source/services.po6
-rw-r--r--translations/source/hr/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/hr/helpcontent2/source/text/sbasic/shared.po4
-rw-r--r--translations/source/hr/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/hr/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/hr/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/hr/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/hr/helpcontent2/source/text/scalc/01.po6
-rw-r--r--translations/source/hr/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/hr/helpcontent2/source/text/scalc/04.po18
-rw-r--r--translations/source/hr/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/hr/helpcontent2/source/text/scalc/guide.po24
-rw-r--r--translations/source/hr/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/hr/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/hr/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/hr/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/hr/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/hr/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/hr/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/hr/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/hr/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/hr/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/hr/helpcontent2/source/text/shared.po2
-rw-r--r--translations/source/hr/helpcontent2/source/text/shared/00.po6
-rw-r--r--translations/source/hr/helpcontent2/source/text/shared/01.po12
-rw-r--r--translations/source/hr/helpcontent2/source/text/shared/02.po10
-rw-r--r--translations/source/hr/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/hr/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/hr/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/hr/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/hr/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/hr/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/hr/helpcontent2/source/text/shared/guide.po128
-rw-r--r--translations/source/hr/helpcontent2/source/text/shared/optionen.po69
-rw-r--r--translations/source/hr/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/hr/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/hr/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/hr/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/hr/helpcontent2/source/text/simpress/04.po22
-rw-r--r--translations/source/hr/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/hr/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/hr/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/hr/helpcontent2/source/text/smath/01.po4
-rw-r--r--translations/source/hr/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/hr/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/hr/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/hr/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/hr/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/hr/helpcontent2/source/text/swriter/01.po32
-rw-r--r--translations/source/hr/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/hr/helpcontent2/source/text/swriter/04.po6
-rw-r--r--translations/source/hr/helpcontent2/source/text/swriter/guide.po40
-rw-r--r--translations/source/hr/instsetoo_native/inc_openoffice/windows/msi_languages.po68
-rw-r--r--translations/source/hr/mysqlc/source.po6
-rw-r--r--translations/source/hr/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/hr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/hr/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/hr/nlpsolver/src/locale.po179
-rw-r--r--translations/source/hr/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/hr/officecfg/registry/data/org/openoffice/Office/UI.po57
-rw-r--r--translations/source/hr/padmin/source.po6
-rw-r--r--translations/source/hr/readlicense_oo/docs/readme.po47
-rw-r--r--translations/source/hr/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/hr/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/hr/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/hr/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/hr/reportbuilder/util.po4
-rw-r--r--translations/source/hr/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/hr/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/hr/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/hr/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/hr/sc/source/core/src.po6
-rw-r--r--translations/source/hr/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/hr/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/hr/sc/source/ui/docshell.po6
-rw-r--r--translations/source/hr/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/hr/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/hr/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/hr/sc/source/ui/navipi.po8
-rw-r--r--translations/source/hr/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/hr/sc/source/ui/src.po142
-rw-r--r--translations/source/hr/sc/source/ui/styleui.po8
-rw-r--r--translations/source/hr/scaddins/source/analysis.po6
-rw-r--r--translations/source/hr/scaddins/source/datefunc.po6
-rw-r--r--translations/source/hr/sccomp/source/solver.po6
-rw-r--r--translations/source/hr/scp2/source/accessories.po6
-rw-r--r--translations/source/hr/scp2/source/activex.po6
-rw-r--r--translations/source/hr/scp2/source/base.po16
-rw-r--r--translations/source/hr/scp2/source/binfilter.po6
-rw-r--r--translations/source/hr/scp2/source/calc.po6
-rw-r--r--translations/source/hr/scp2/source/draw.po6
-rw-r--r--translations/source/hr/scp2/source/extensions.po2200
-rw-r--r--translations/source/hr/scp2/source/gnome.po6
-rw-r--r--translations/source/hr/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/hr/scp2/source/impress.po6
-rw-r--r--translations/source/hr/scp2/source/javafilter.po6
-rw-r--r--translations/source/hr/scp2/source/kde.po6
-rw-r--r--translations/source/hr/scp2/source/math.po6
-rw-r--r--translations/source/hr/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/hr/scp2/source/ooo.po35
-rw-r--r--translations/source/hr/scp2/source/python.po6
-rw-r--r--translations/source/hr/scp2/source/quickstart.po6
-rw-r--r--translations/source/hr/scp2/source/sdkoo.po6
-rw-r--r--translations/source/hr/scp2/source/smoketest.po23
-rw-r--r--translations/source/hr/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/hr/scp2/source/writer.po6
-rw-r--r--translations/source/hr/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/hr/scripting/source/pyprov.po4
-rw-r--r--translations/source/hr/sd/source/core.po43
-rw-r--r--translations/source/hr/sd/source/filter/html.po6
-rw-r--r--translations/source/hr/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/hr/sd/source/ui/animations.po6
-rw-r--r--translations/source/hr/sd/source/ui/annotations.po6
-rw-r--r--translations/source/hr/sd/source/ui/app.po8
-rw-r--r--translations/source/hr/sd/source/ui/dlg.po6
-rw-r--r--translations/source/hr/sd/source/ui/notes.po6
-rw-r--r--translations/source/hr/sd/source/ui/slideshow.po19
-rw-r--r--translations/source/hr/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/hr/sd/source/ui/table.po6
-rw-r--r--translations/source/hr/sd/source/ui/view.po6
-rw-r--r--translations/source/hr/sdext/source/minimizer.po6
-rw-r--r--translations/source/hr/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/hr/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/hr/sdext/source/pdfimport.po4
-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.po6
-rw-r--r--translations/source/hr/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po16
-rw-r--r--translations/source/hr/setup_native/source/mac.po6
-rw-r--r--translations/source/hr/sfx2/source/appl.po6
-rw-r--r--translations/source/hr/sfx2/source/bastyp.po6
-rw-r--r--translations/source/hr/sfx2/source/dialog.po10
-rw-r--r--translations/source/hr/sfx2/source/doc.po20
-rw-r--r--translations/source/hr/sfx2/source/menu.po6
-rw-r--r--translations/source/hr/sfx2/source/view.po6
-rw-r--r--translations/source/hr/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/hr/starmath/source.po6
-rw-r--r--translations/source/hr/svl/source/items.po6
-rw-r--r--translations/source/hr/svl/source/misc.po6
-rw-r--r--translations/source/hr/svtools/source/contnr.po6
-rw-r--r--translations/source/hr/svtools/source/control.po6
-rw-r--r--translations/source/hr/svtools/source/dialogs.po6
-rw-r--r--translations/source/hr/svtools/source/filter.po6
-rw-r--r--translations/source/hr/svtools/source/java.po6
-rw-r--r--translations/source/hr/svtools/source/misc.po53
-rw-r--r--translations/source/hr/svtools/source/plugapp.po6
-rw-r--r--translations/source/hr/svtools/source/toolpanel.po6
-rw-r--r--translations/source/hr/svtools/workben/unodialog.po6
-rw-r--r--translations/source/hr/svx/inc.po8
-rw-r--r--translations/source/hr/svx/source/accessibility.po6
-rw-r--r--translations/source/hr/svx/source/dialog.po10
-rw-r--r--translations/source/hr/svx/source/engine3d.po6
-rw-r--r--translations/source/hr/svx/source/fmcomp.po6
-rw-r--r--translations/source/hr/svx/source/form.po6
-rw-r--r--translations/source/hr/svx/source/gallery2.po6
-rw-r--r--translations/source/hr/svx/source/items.po6
-rw-r--r--translations/source/hr/svx/source/src.po6
-rw-r--r--translations/source/hr/svx/source/stbctrls.po2
-rw-r--r--translations/source/hr/svx/source/svdraw.po6
-rw-r--r--translations/source/hr/svx/source/table.po6
-rw-r--r--translations/source/hr/svx/source/tbxctrls.po6
-rw-r--r--translations/source/hr/svx/source/toolbars.po6
-rw-r--r--translations/source/hr/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/hr/sw/source/core/layout.po4
-rw-r--r--translations/source/hr/sw/source/core/undo.po8
-rw-r--r--translations/source/hr/sw/source/core/unocore.po6
-rw-r--r--translations/source/hr/sw/source/ui/app.po22
-rw-r--r--translations/source/hr/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/hr/sw/source/ui/config.po2
-rw-r--r--translations/source/hr/sw/source/ui/dbui.po6
-rw-r--r--translations/source/hr/sw/source/ui/dialog.po14
-rw-r--r--translations/source/hr/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/hr/sw/source/ui/docvw.po22
-rw-r--r--translations/source/hr/sw/source/ui/envelp.po6
-rw-r--r--translations/source/hr/sw/source/ui/fldui.po6
-rw-r--r--translations/source/hr/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/hr/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/hr/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/hr/sw/source/ui/index.po13
-rw-r--r--translations/source/hr/sw/source/ui/lingu.po6
-rw-r--r--translations/source/hr/sw/source/ui/misc.po6
-rw-r--r--translations/source/hr/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/hr/sw/source/ui/shells.po14
-rw-r--r--translations/source/hr/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/hr/sw/source/ui/table.po18
-rw-r--r--translations/source/hr/sw/source/ui/uiview.po6
-rw-r--r--translations/source/hr/sw/source/ui/utlui.po22
-rw-r--r--translations/source/hr/sw/source/ui/web.po6
-rw-r--r--translations/source/hr/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/hr/swext/mediawiki/help.po16
-rw-r--r--translations/source/hr/swext/mediawiki/src.po8
-rw-r--r--translations/source/hr/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/hr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/hr/sysui/desktop/share.po6
-rw-r--r--translations/source/hr/uui/source.po6
-rw-r--r--translations/source/hr/vcl/source/src.po35
-rw-r--r--translations/source/hr/wizards/source/euro.po6
-rw-r--r--translations/source/hr/wizards/source/formwizard.po6
-rw-r--r--translations/source/hr/wizards/source/importwizard.po6
-rw-r--r--translations/source/hr/wizards/source/schedule.po6
-rw-r--r--translations/source/hr/wizards/source/template.po6
-rw-r--r--translations/source/hr/xmlsecurity/source/component.po6
-rw-r--r--translations/source/hr/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/hu/accessibility/source/helper.po6
-rw-r--r--translations/source/hu/avmedia/source/framework.po6
-rw-r--r--translations/source/hu/avmedia/source/viewer.po6
-rw-r--r--translations/source/hu/basctl/source/basicide.po4
-rw-r--r--translations/source/hu/basctl/source/dlged.po6
-rw-r--r--translations/source/hu/basic/source/classes.po6
-rw-r--r--translations/source/hu/basic/source/sbx.po6
-rw-r--r--translations/source/hu/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/hu/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/hu/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/hu/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/hu/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/hu/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/hu/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/hu/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/hu/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/hu/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/hu/connectivity/source/drivers/mozab.po6
-rw-r--r--translations/source/hu/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/hu/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/hu/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/hu/connectivity/source/resource.po6
-rw-r--r--translations/source/hu/cui/source/customize.po6
-rw-r--r--translations/source/hu/cui/source/dialogs.po4
-rw-r--r--translations/source/hu/cui/source/options.po38
-rw-r--r--translations/source/hu/cui/source/tabpages.po6
-rw-r--r--translations/source/hu/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/hu/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/hu/dbaccess/source/ext/macromigration.po4
-rw-r--r--translations/source/hu/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/hu/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/hu/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/hu/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/hu/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/hu/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/hu/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/hu/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/hu/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/hu/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/hu/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/hu/desktop/source/app.po6
-rw-r--r--translations/source/hu/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/hu/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/hu/desktop/source/deployment/misc.po4
-rw-r--r--translations/source/hu/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/hu/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/hu/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/hu/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/hu/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/hu/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/hu/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/hu/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/hu/dictionaries/af_ZA.po4
-rw-r--r--translations/source/hu/dictionaries/an_ES.po4
-rw-r--r--translations/source/hu/dictionaries/ar.po4
-rw-r--r--translations/source/hu/dictionaries/be_BY.po4
-rw-r--r--translations/source/hu/dictionaries/bg_BG.po4
-rw-r--r--translations/source/hu/dictionaries/bn_BD.po4
-rw-r--r--translations/source/hu/dictionaries/br_FR.po4
-rw-r--r--translations/source/hu/dictionaries/ca.po4
-rw-r--r--translations/source/hu/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/hu/dictionaries/da_DK.po4
-rw-r--r--translations/source/hu/dictionaries/de.po4
-rw-r--r--translations/source/hu/dictionaries/el_GR.po4
-rw-r--r--translations/source/hu/dictionaries/en.po4
-rw-r--r--translations/source/hu/dictionaries/en/dialog.po34
-rw-r--r--translations/source/hu/dictionaries/es_ES.po4
-rw-r--r--translations/source/hu/dictionaries/et_EE.po4
-rw-r--r--translations/source/hu/dictionaries/fr_FR.po4
-rw-r--r--translations/source/hu/dictionaries/gd_GB.po4
-rw-r--r--translations/source/hu/dictionaries/gl.po4
-rw-r--r--translations/source/hu/dictionaries/gu_IN.po4
-rw-r--r--translations/source/hu/dictionaries/he_IL.po4
-rw-r--r--translations/source/hu/dictionaries/hi_IN.po4
-rw-r--r--translations/source/hu/dictionaries/hr_HR.po4
-rw-r--r--translations/source/hu/dictionaries/hu_HU.po4
-rw-r--r--translations/source/hu/dictionaries/hu_HU/dialog.po4
-rw-r--r--translations/source/hu/dictionaries/it_IT.po4
-rw-r--r--translations/source/hu/dictionaries/ku_TR.po4
-rw-r--r--translations/source/hu/dictionaries/lt_LT.po4
-rw-r--r--translations/source/hu/dictionaries/lv_LV.po4
-rw-r--r--translations/source/hu/dictionaries/ne_NP.po4
-rw-r--r--translations/source/hu/dictionaries/nl_NL.po4
-rw-r--r--translations/source/hu/dictionaries/no.po4
-rw-r--r--translations/source/hu/dictionaries/oc_FR.po4
-rw-r--r--translations/source/hu/dictionaries/pl_PL.po4
-rw-r--r--translations/source/hu/dictionaries/pt_BR.po4
-rw-r--r--translations/source/hu/dictionaries/pt_PT.po4
-rw-r--r--translations/source/hu/dictionaries/ro.po4
-rw-r--r--translations/source/hu/dictionaries/ru_RU.po4
-rw-r--r--translations/source/hu/dictionaries/ru_RU/dialog.po4
-rw-r--r--translations/source/hu/dictionaries/si_LK.po4
-rw-r--r--translations/source/hu/dictionaries/sk_SK.po4
-rw-r--r--translations/source/hu/dictionaries/sl_SI.po4
-rw-r--r--translations/source/hu/dictionaries/sr.po4
-rw-r--r--translations/source/hu/dictionaries/sv_SE.po4
-rw-r--r--translations/source/hu/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/hu/dictionaries/te_IN.po4
-rw-r--r--translations/source/hu/dictionaries/th_TH.po4
-rw-r--r--translations/source/hu/dictionaries/uk_UA.po4
-rw-r--r--translations/source/hu/dictionaries/vi.po4
-rw-r--r--translations/source/hu/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/hu/editeng/source/accessibility.po6
-rw-r--r--translations/source/hu/editeng/source/editeng.po6
-rw-r--r--translations/source/hu/editeng/source/items.po6
-rw-r--r--translations/source/hu/editeng/source/misc.po6
-rw-r--r--translations/source/hu/editeng/source/outliner.po6
-rw-r--r--translations/source/hu/extensions/source/abpilot.po6
-rw-r--r--translations/source/hu/extensions/source/bibliography.po6
-rw-r--r--translations/source/hu/extensions/source/dbpilots.po6
-rw-r--r--translations/source/hu/extensions/source/propctrlr.po6
-rw-r--r--translations/source/hu/extensions/source/scanner.po6
-rw-r--r--translations/source/hu/extensions/source/update/check.po6
-rw-r--r--translations/source/hu/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/hu/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/hu/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/hu/filter/source/flash.po6
-rw-r--r--translations/source/hu/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/hu/filter/source/pdf.po6
-rw-r--r--translations/source/hu/filter/source/t602.po6
-rw-r--r--translations/source/hu/filter/source/xsltdialog.po6
-rw-r--r--translations/source/hu/forms/source/resource.po6
-rw-r--r--translations/source/hu/formula/source/core/resource.po4
-rw-r--r--translations/source/hu/formula/source/ui/dlg.po6
-rw-r--r--translations/source/hu/fpicker/source/office.po6
-rw-r--r--translations/source/hu/framework/source/classes.po6
-rw-r--r--translations/source/hu/framework/source/services.po6
-rw-r--r--translations/source/hu/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/sbasic/shared.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/scalc/01.po4
-rw-r--r--translations/source/hu/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/scalc/04.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/scalc/guide.po6
-rw-r--r--translations/source/hu/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/sdraw/04.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/shared.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/shared/00.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/shared/01.po4
-rw-r--r--translations/source/hu/helpcontent2/source/text/shared/02.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/shared/guide.po8
-rw-r--r--translations/source/hu/helpcontent2/source/text/shared/optionen.po84
-rw-r--r--translations/source/hu/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/hu/helpcontent2/source/text/simpress/04.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/smath/01.po4
-rw-r--r--translations/source/hu/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/swriter/00.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/swriter/01.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/swriter/04.po2
-rw-r--r--translations/source/hu/helpcontent2/source/text/swriter/guide.po14
-rw-r--r--translations/source/hu/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--translations/source/hu/mysqlc/source.po6
-rw-r--r--translations/source/hu/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/hu/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po6
-rw-r--r--translations/source/hu/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/hu/nlpsolver/src/locale.po4
-rw-r--r--translations/source/hu/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/hu/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--translations/source/hu/padmin/source.po6
-rw-r--r--translations/source/hu/readlicense_oo/docs/readme.po16
-rw-r--r--translations/source/hu/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/hu/reportbuilder/registry/data/org/openoffice/Office.po6
-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.po6
-rw-r--r--translations/source/hu/reportbuilder/util.po4
-rw-r--r--translations/source/hu/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/hu/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/hu/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/hu/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/hu/sc/source/core/src.po6
-rw-r--r--translations/source/hu/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/hu/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/hu/sc/source/ui/docshell.po6
-rw-r--r--translations/source/hu/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/hu/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/hu/sc/source/ui/miscdlgs.po4
-rw-r--r--translations/source/hu/sc/source/ui/navipi.po4
-rw-r--r--translations/source/hu/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/hu/sc/source/ui/src.po6
-rw-r--r--translations/source/hu/sc/source/ui/styleui.po6
-rw-r--r--translations/source/hu/scaddins/source/analysis.po6
-rw-r--r--translations/source/hu/scaddins/source/datefunc.po6
-rw-r--r--translations/source/hu/sccomp/source/solver.po6
-rw-r--r--translations/source/hu/scp2/source/accessories.po6
-rw-r--r--translations/source/hu/scp2/source/activex.po6
-rw-r--r--translations/source/hu/scp2/source/base.po18
-rw-r--r--translations/source/hu/scp2/source/binfilter.po6
-rw-r--r--translations/source/hu/scp2/source/calc.po6
-rw-r--r--translations/source/hu/scp2/source/draw.po6
-rw-r--r--translations/source/hu/scp2/source/extensions.po14
-rw-r--r--translations/source/hu/scp2/source/gnome.po6
-rw-r--r--translations/source/hu/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/hu/scp2/source/impress.po6
-rw-r--r--translations/source/hu/scp2/source/javafilter.po6
-rw-r--r--translations/source/hu/scp2/source/kde.po6
-rw-r--r--translations/source/hu/scp2/source/math.po6
-rw-r--r--translations/source/hu/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/hu/scp2/source/ooo.po4
-rw-r--r--translations/source/hu/scp2/source/python.po4
-rw-r--r--translations/source/hu/scp2/source/quickstart.po6
-rw-r--r--translations/source/hu/scp2/source/sdkoo.po6
-rw-r--r--translations/source/hu/scp2/source/smoketest.po4
-rw-r--r--translations/source/hu/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/hu/scp2/source/writer.po6
-rw-r--r--translations/source/hu/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/hu/scripting/source/pyprov.po4
-rw-r--r--translations/source/hu/sd/source/core.po4
-rw-r--r--translations/source/hu/sd/source/filter/html.po6
-rw-r--r--translations/source/hu/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/hu/sd/source/ui/animations.po6
-rw-r--r--translations/source/hu/sd/source/ui/annotations.po6
-rw-r--r--translations/source/hu/sd/source/ui/app.po6
-rw-r--r--translations/source/hu/sd/source/ui/dlg.po6
-rw-r--r--translations/source/hu/sd/source/ui/notes.po6
-rw-r--r--translations/source/hu/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/hu/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/hu/sd/source/ui/table.po6
-rw-r--r--translations/source/hu/sd/source/ui/view.po6
-rw-r--r--translations/source/hu/sdext/source/minimizer.po4
-rw-r--r--translations/source/hu/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/hu/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/hu/sdext/source/pdfimport.po4
-rw-r--r--translations/source/hu/sdext/source/presenter.po4
-rw-r--r--translations/source/hu/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/hu/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/hu/setup_native/source/mac.po6
-rw-r--r--translations/source/hu/sfx2/source/appl.po6
-rw-r--r--translations/source/hu/sfx2/source/bastyp.po6
-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.po6
-rw-r--r--translations/source/hu/sfx2/source/view.po6
-rw-r--r--translations/source/hu/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/hu/starmath/source.po4
-rw-r--r--translations/source/hu/svl/source/items.po6
-rw-r--r--translations/source/hu/svl/source/misc.po6
-rw-r--r--translations/source/hu/svtools/source/contnr.po6
-rw-r--r--translations/source/hu/svtools/source/control.po6
-rw-r--r--translations/source/hu/svtools/source/dialogs.po6
-rw-r--r--translations/source/hu/svtools/source/filter.po6
-rw-r--r--translations/source/hu/svtools/source/java.po4
-rw-r--r--translations/source/hu/svtools/source/misc.po4
-rw-r--r--translations/source/hu/svtools/source/plugapp.po6
-rw-r--r--translations/source/hu/svtools/source/toolpanel.po6
-rw-r--r--translations/source/hu/svtools/workben/unodialog.po6
-rw-r--r--translations/source/hu/svx/inc.po6
-rw-r--r--translations/source/hu/svx/source/accessibility.po6
-rw-r--r--translations/source/hu/svx/source/dialog.po4
-rw-r--r--translations/source/hu/svx/source/engine3d.po6
-rw-r--r--translations/source/hu/svx/source/fmcomp.po6
-rw-r--r--translations/source/hu/svx/source/form.po6
-rw-r--r--translations/source/hu/svx/source/gallery2.po6
-rw-r--r--translations/source/hu/svx/source/items.po6
-rw-r--r--translations/source/hu/svx/source/src.po6
-rw-r--r--translations/source/hu/svx/source/stbctrls.po8
-rw-r--r--translations/source/hu/svx/source/svdraw.po6
-rw-r--r--translations/source/hu/svx/source/table.po6
-rw-r--r--translations/source/hu/svx/source/tbxctrls.po6
-rw-r--r--translations/source/hu/svx/source/toolbars.po6
-rw-r--r--translations/source/hu/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/hu/sw/source/core/layout.po4
-rw-r--r--translations/source/hu/sw/source/core/undo.po6
-rw-r--r--translations/source/hu/sw/source/core/unocore.po6
-rw-r--r--translations/source/hu/sw/source/ui/app.po6
-rw-r--r--translations/source/hu/sw/source/ui/chrdlg.po4
-rw-r--r--translations/source/hu/sw/source/ui/config.po58
-rw-r--r--translations/source/hu/sw/source/ui/dbui.po6
-rw-r--r--translations/source/hu/sw/source/ui/dialog.po4
-rw-r--r--translations/source/hu/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/hu/sw/source/ui/docvw.po4
-rw-r--r--translations/source/hu/sw/source/ui/envelp.po6
-rw-r--r--translations/source/hu/sw/source/ui/fldui.po6
-rw-r--r--translations/source/hu/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/hu/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/hu/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/hu/sw/source/ui/index.po4
-rw-r--r--translations/source/hu/sw/source/ui/lingu.po4
-rw-r--r--translations/source/hu/sw/source/ui/misc.po6
-rw-r--r--translations/source/hu/sw/source/ui/ribbar.po4
-rw-r--r--translations/source/hu/sw/source/ui/shells.po6
-rw-r--r--translations/source/hu/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/hu/sw/source/ui/table.po6
-rw-r--r--translations/source/hu/sw/source/ui/uiview.po6
-rw-r--r--translations/source/hu/sw/source/ui/utlui.po196
-rw-r--r--translations/source/hu/sw/source/ui/web.po6
-rw-r--r--translations/source/hu/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/hu/swext/mediawiki/help.po4
-rw-r--r--translations/source/hu/swext/mediawiki/src.po4
-rw-r--r--translations/source/hu/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/hu/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/hu/sysui/desktop/share.po6
-rw-r--r--translations/source/hu/uui/source.po6
-rw-r--r--translations/source/hu/vcl/source/src.po4
-rw-r--r--translations/source/hu/wizards/source/euro.po6
-rw-r--r--translations/source/hu/wizards/source/formwizard.po6
-rw-r--r--translations/source/hu/wizards/source/importwizard.po4
-rw-r--r--translations/source/hu/wizards/source/schedule.po6
-rw-r--r--translations/source/hu/wizards/source/template.po6
-rw-r--r--translations/source/hu/xmlsecurity/source/component.po6
-rw-r--r--translations/source/hu/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/id/accessibility/source/helper.po6
-rw-r--r--translations/source/id/avmedia/source/framework.po6
-rw-r--r--translations/source/id/avmedia/source/viewer.po6
-rw-r--r--translations/source/id/basctl/source/basicide.po6
-rw-r--r--translations/source/id/basctl/source/dlged.po6
-rw-r--r--translations/source/id/basic/source/classes.po6
-rw-r--r--translations/source/id/basic/source/sbx.po6
-rw-r--r--translations/source/id/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/id/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/id/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/id/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/id/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/id/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/id/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/id/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/id/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/id/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/id/connectivity/source/drivers/mozab.po16
-rw-r--r--translations/source/id/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/id/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/id/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/id/connectivity/source/resource.po6
-rw-r--r--translations/source/id/cui/source/customize.po6
-rw-r--r--translations/source/id/cui/source/dialogs.po46
-rw-r--r--translations/source/id/cui/source/options.po19
-rw-r--r--translations/source/id/cui/source/tabpages.po153
-rw-r--r--translations/source/id/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/id/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/id/dbaccess/source/ext/macromigration.po13
-rw-r--r--translations/source/id/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/id/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/id/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/id/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/id/dbaccess/source/ui/dlg.po15
-rw-r--r--translations/source/id/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/id/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/id/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/id/dbaccess/source/ui/relationdesign.po10
-rw-r--r--translations/source/id/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/id/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/id/desktop/source/app.po10
-rw-r--r--translations/source/id/desktop/source/deployment/gui.po32
-rw-r--r--translations/source/id/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/id/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/id/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/id/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/id/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/id/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/id/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/id/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/id/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/id/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/id/dictionaries/af_ZA.po4
-rw-r--r--translations/source/id/dictionaries/an_ES.po19
-rw-r--r--translations/source/id/dictionaries/ar.po4
-rw-r--r--translations/source/id/dictionaries/be_BY.po4
-rw-r--r--translations/source/id/dictionaries/bg_BG.po4
-rw-r--r--translations/source/id/dictionaries/bn_BD.po4
-rw-r--r--translations/source/id/dictionaries/br_FR.po4
-rw-r--r--translations/source/id/dictionaries/ca.po4
-rw-r--r--translations/source/id/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/id/dictionaries/da_DK.po4
-rw-r--r--translations/source/id/dictionaries/de.po4
-rw-r--r--translations/source/id/dictionaries/el_GR.po4
-rw-r--r--translations/source/id/dictionaries/en.po6
-rw-r--r--translations/source/id/dictionaries/en/dialog.po171
-rw-r--r--translations/source/id/dictionaries/es_ES.po6
-rw-r--r--translations/source/id/dictionaries/et_EE.po4
-rw-r--r--translations/source/id/dictionaries/fr_FR.po4
-rw-r--r--translations/source/id/dictionaries/gd_GB.po4
-rw-r--r--translations/source/id/dictionaries/gl.po4
-rw-r--r--translations/source/id/dictionaries/gu_IN.po4
-rw-r--r--translations/source/id/dictionaries/he_IL.po4
-rw-r--r--translations/source/id/dictionaries/hi_IN.po4
-rw-r--r--translations/source/id/dictionaries/hr_HR.po4
-rw-r--r--translations/source/id/dictionaries/hu_HU.po6
-rw-r--r--translations/source/id/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/id/dictionaries/it_IT.po4
-rw-r--r--translations/source/id/dictionaries/ku_TR.po4
-rw-r--r--translations/source/id/dictionaries/lt_LT.po4
-rw-r--r--translations/source/id/dictionaries/lv_LV.po4
-rw-r--r--translations/source/id/dictionaries/ne_NP.po4
-rw-r--r--translations/source/id/dictionaries/nl_NL.po4
-rw-r--r--translations/source/id/dictionaries/no.po4
-rw-r--r--translations/source/id/dictionaries/oc_FR.po4
-rw-r--r--translations/source/id/dictionaries/pl_PL.po4
-rw-r--r--translations/source/id/dictionaries/pt_BR.po4
-rw-r--r--translations/source/id/dictionaries/pt_PT.po4
-rw-r--r--translations/source/id/dictionaries/ro.po4
-rw-r--r--translations/source/id/dictionaries/ru_RU.po6
-rw-r--r--translations/source/id/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/id/dictionaries/si_LK.po19
-rw-r--r--translations/source/id/dictionaries/sk_SK.po4
-rw-r--r--translations/source/id/dictionaries/sl_SI.po4
-rw-r--r--translations/source/id/dictionaries/sr.po4
-rw-r--r--translations/source/id/dictionaries/sv_SE.po4
-rw-r--r--translations/source/id/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/id/dictionaries/te_IN.po4
-rw-r--r--translations/source/id/dictionaries/th_TH.po6
-rw-r--r--translations/source/id/dictionaries/uk_UA.po4
-rw-r--r--translations/source/id/dictionaries/vi.po4
-rw-r--r--translations/source/id/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/id/editeng/source/accessibility.po6
-rw-r--r--translations/source/id/editeng/source/editeng.po8
-rw-r--r--translations/source/id/editeng/source/items.po32
-rw-r--r--translations/source/id/editeng/source/misc.po6
-rw-r--r--translations/source/id/editeng/source/outliner.po6
-rw-r--r--translations/source/id/extensions/source/abpilot.po10
-rw-r--r--translations/source/id/extensions/source/bibliography.po6
-rw-r--r--translations/source/id/extensions/source/dbpilots.po6
-rw-r--r--translations/source/id/extensions/source/propctrlr.po6
-rw-r--r--translations/source/id/extensions/source/scanner.po8
-rw-r--r--translations/source/id/extensions/source/update/check.po6
-rw-r--r--translations/source/id/filter/source/config/fragments/filters.po14
-rw-r--r--translations/source/id/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/id/filter/source/config/fragments/types.po8
-rw-r--r--translations/source/id/filter/source/flash.po6
-rw-r--r--translations/source/id/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/id/filter/source/pdf.po15
-rw-r--r--translations/source/id/filter/source/t602.po6
-rw-r--r--translations/source/id/filter/source/xsltdialog.po6
-rw-r--r--translations/source/id/forms/source/resource.po8
-rw-r--r--translations/source/id/formula/source/core/resource.po22
-rw-r--r--translations/source/id/formula/source/ui/dlg.po6
-rw-r--r--translations/source/id/fpicker/source/office.po6
-rw-r--r--translations/source/id/framework/source/classes.po6
-rw-r--r--translations/source/id/framework/source/services.po6
-rw-r--r--translations/source/id/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/id/helpcontent2/source/text/sbasic/shared.po4
-rw-r--r--translations/source/id/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/id/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/id/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/id/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/id/helpcontent2/source/text/scalc/01.po6
-rw-r--r--translations/source/id/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/id/helpcontent2/source/text/scalc/04.po34
-rw-r--r--translations/source/id/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/id/helpcontent2/source/text/scalc/guide.po33
-rw-r--r--translations/source/id/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/id/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/id/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/id/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/id/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/id/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/id/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/id/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/id/helpcontent2/source/text/sdraw/04.po6
-rw-r--r--translations/source/id/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/id/helpcontent2/source/text/shared.po2
-rw-r--r--translations/source/id/helpcontent2/source/text/shared/00.po6
-rw-r--r--translations/source/id/helpcontent2/source/text/shared/01.po12
-rw-r--r--translations/source/id/helpcontent2/source/text/shared/02.po10
-rw-r--r--translations/source/id/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/id/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/id/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/id/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/id/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/id/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/id/helpcontent2/source/text/shared/guide.po155
-rw-r--r--translations/source/id/helpcontent2/source/text/shared/optionen.po73
-rw-r--r--translations/source/id/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/id/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/id/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/id/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/id/helpcontent2/source/text/simpress/04.po42
-rw-r--r--translations/source/id/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/id/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/id/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/id/helpcontent2/source/text/smath/01.po28
-rw-r--r--translations/source/id/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/id/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/id/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/id/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/id/helpcontent2/source/text/swriter/00.po6
-rw-r--r--translations/source/id/helpcontent2/source/text/swriter/01.po34
-rw-r--r--translations/source/id/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/id/helpcontent2/source/text/swriter/04.po12
-rw-r--r--translations/source/id/helpcontent2/source/text/swriter/guide.po40
-rw-r--r--translations/source/id/instsetoo_native/inc_openoffice/windows/msi_languages.po68
-rw-r--r--translations/source/id/mysqlc/source.po6
-rw-r--r--translations/source/id/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/id/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/id/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/id/nlpsolver/src/locale.po179
-rw-r--r--translations/source/id/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/id/officecfg/registry/data/org/openoffice/Office/UI.po57
-rw-r--r--translations/source/id/padmin/source.po6
-rw-r--r--translations/source/id/readlicense_oo/docs/readme.po39
-rw-r--r--translations/source/id/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/id/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/id/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/id/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/id/reportbuilder/util.po4
-rw-r--r--translations/source/id/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/id/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/id/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/id/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/id/sc/source/core/src.po6
-rw-r--r--translations/source/id/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/id/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/id/sc/source/ui/docshell.po6
-rw-r--r--translations/source/id/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/id/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/id/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/id/sc/source/ui/navipi.po8
-rw-r--r--translations/source/id/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/id/sc/source/ui/src.po144
-rw-r--r--translations/source/id/sc/source/ui/styleui.po8
-rw-r--r--translations/source/id/scaddins/source/analysis.po6
-rw-r--r--translations/source/id/scaddins/source/datefunc.po6
-rw-r--r--translations/source/id/sccomp/source/solver.po6
-rw-r--r--translations/source/id/scp2/source/accessories.po6
-rw-r--r--translations/source/id/scp2/source/activex.po6
-rw-r--r--translations/source/id/scp2/source/base.po16
-rw-r--r--translations/source/id/scp2/source/binfilter.po6
-rw-r--r--translations/source/id/scp2/source/calc.po6
-rw-r--r--translations/source/id/scp2/source/draw.po6
-rw-r--r--translations/source/id/scp2/source/extensions.po2200
-rw-r--r--translations/source/id/scp2/source/gnome.po6
-rw-r--r--translations/source/id/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/id/scp2/source/impress.po6
-rw-r--r--translations/source/id/scp2/source/javafilter.po6
-rw-r--r--translations/source/id/scp2/source/kde.po6
-rw-r--r--translations/source/id/scp2/source/math.po6
-rw-r--r--translations/source/id/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/id/scp2/source/ooo.po35
-rw-r--r--translations/source/id/scp2/source/python.po6
-rw-r--r--translations/source/id/scp2/source/quickstart.po6
-rw-r--r--translations/source/id/scp2/source/sdkoo.po6
-rw-r--r--translations/source/id/scp2/source/smoketest.po23
-rw-r--r--translations/source/id/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/id/scp2/source/writer.po6
-rw-r--r--translations/source/id/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/id/scripting/source/pyprov.po4
-rw-r--r--translations/source/id/sd/source/core.po43
-rw-r--r--translations/source/id/sd/source/filter/html.po6
-rw-r--r--translations/source/id/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/id/sd/source/ui/animations.po6
-rw-r--r--translations/source/id/sd/source/ui/annotations.po6
-rw-r--r--translations/source/id/sd/source/ui/app.po8
-rw-r--r--translations/source/id/sd/source/ui/dlg.po6
-rw-r--r--translations/source/id/sd/source/ui/notes.po6
-rw-r--r--translations/source/id/sd/source/ui/slideshow.po19
-rw-r--r--translations/source/id/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/id/sd/source/ui/table.po6
-rw-r--r--translations/source/id/sd/source/ui/view.po6
-rw-r--r--translations/source/id/sdext/source/minimizer.po6
-rw-r--r--translations/source/id/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/id/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/id/sdext/source/pdfimport.po4
-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.po6
-rw-r--r--translations/source/id/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po16
-rw-r--r--translations/source/id/setup_native/source/mac.po6
-rw-r--r--translations/source/id/sfx2/source/appl.po6
-rw-r--r--translations/source/id/sfx2/source/bastyp.po6
-rw-r--r--translations/source/id/sfx2/source/dialog.po10
-rw-r--r--translations/source/id/sfx2/source/doc.po20
-rw-r--r--translations/source/id/sfx2/source/menu.po6
-rw-r--r--translations/source/id/sfx2/source/view.po6
-rw-r--r--translations/source/id/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/id/starmath/source.po6
-rw-r--r--translations/source/id/svl/source/items.po6
-rw-r--r--translations/source/id/svl/source/misc.po6
-rw-r--r--translations/source/id/svtools/source/contnr.po6
-rw-r--r--translations/source/id/svtools/source/control.po6
-rw-r--r--translations/source/id/svtools/source/dialogs.po6
-rw-r--r--translations/source/id/svtools/source/filter.po6
-rw-r--r--translations/source/id/svtools/source/java.po6
-rw-r--r--translations/source/id/svtools/source/misc.po53
-rw-r--r--translations/source/id/svtools/source/plugapp.po6
-rw-r--r--translations/source/id/svtools/source/toolpanel.po6
-rw-r--r--translations/source/id/svtools/workben/unodialog.po6
-rw-r--r--translations/source/id/svx/inc.po8
-rw-r--r--translations/source/id/svx/source/accessibility.po6
-rw-r--r--translations/source/id/svx/source/dialog.po10
-rw-r--r--translations/source/id/svx/source/engine3d.po6
-rw-r--r--translations/source/id/svx/source/fmcomp.po6
-rw-r--r--translations/source/id/svx/source/form.po6
-rw-r--r--translations/source/id/svx/source/gallery2.po6
-rw-r--r--translations/source/id/svx/source/items.po6
-rw-r--r--translations/source/id/svx/source/src.po6
-rw-r--r--translations/source/id/svx/source/stbctrls.po2
-rw-r--r--translations/source/id/svx/source/svdraw.po6
-rw-r--r--translations/source/id/svx/source/table.po6
-rw-r--r--translations/source/id/svx/source/tbxctrls.po6
-rw-r--r--translations/source/id/svx/source/toolbars.po6
-rw-r--r--translations/source/id/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/id/sw/source/core/layout.po4
-rw-r--r--translations/source/id/sw/source/core/undo.po8
-rw-r--r--translations/source/id/sw/source/core/unocore.po6
-rw-r--r--translations/source/id/sw/source/ui/app.po22
-rw-r--r--translations/source/id/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/id/sw/source/ui/config.po2
-rw-r--r--translations/source/id/sw/source/ui/dbui.po6
-rw-r--r--translations/source/id/sw/source/ui/dialog.po14
-rw-r--r--translations/source/id/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/id/sw/source/ui/docvw.po22
-rw-r--r--translations/source/id/sw/source/ui/envelp.po6
-rw-r--r--translations/source/id/sw/source/ui/fldui.po6
-rw-r--r--translations/source/id/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/id/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/id/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/id/sw/source/ui/index.po13
-rw-r--r--translations/source/id/sw/source/ui/lingu.po6
-rw-r--r--translations/source/id/sw/source/ui/misc.po6
-rw-r--r--translations/source/id/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/id/sw/source/ui/shells.po14
-rw-r--r--translations/source/id/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/id/sw/source/ui/table.po18
-rw-r--r--translations/source/id/sw/source/ui/uiview.po6
-rw-r--r--translations/source/id/sw/source/ui/utlui.po22
-rw-r--r--translations/source/id/sw/source/ui/web.po6
-rw-r--r--translations/source/id/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/id/swext/mediawiki/help.po16
-rw-r--r--translations/source/id/swext/mediawiki/src.po8
-rw-r--r--translations/source/id/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/id/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/id/sysui/desktop/share.po6
-rw-r--r--translations/source/id/uui/source.po6
-rw-r--r--translations/source/id/vcl/source/src.po39
-rw-r--r--translations/source/id/wizards/source/euro.po6
-rw-r--r--translations/source/id/wizards/source/formwizard.po6
-rw-r--r--translations/source/id/wizards/source/importwizard.po6
-rw-r--r--translations/source/id/wizards/source/schedule.po6
-rw-r--r--translations/source/id/wizards/source/template.po6
-rw-r--r--translations/source/id/xmlsecurity/source/component.po6
-rw-r--r--translations/source/id/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/is/accessibility/source/helper.po6
-rw-r--r--translations/source/is/avmedia/source/framework.po6
-rw-r--r--translations/source/is/avmedia/source/viewer.po6
-rw-r--r--translations/source/is/basctl/source/basicide.po6
-rw-r--r--translations/source/is/basctl/source/dlged.po6
-rw-r--r--translations/source/is/basic/source/classes.po6
-rw-r--r--translations/source/is/basic/source/sbx.po6
-rw-r--r--translations/source/is/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/is/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/is/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/is/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/is/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/is/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/is/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/is/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/is/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/is/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/is/connectivity/source/drivers/mozab.po6
-rw-r--r--translations/source/is/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/is/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/is/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/is/connectivity/source/resource.po6
-rw-r--r--translations/source/is/cui/source/customize.po6
-rw-r--r--translations/source/is/cui/source/dialogs.po7
-rw-r--r--translations/source/is/cui/source/options.po40
-rw-r--r--translations/source/is/cui/source/tabpages.po4
-rw-r--r--translations/source/is/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/is/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/is/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/is/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/is/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/is/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/is/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/is/dbaccess/source/ui/dlg.po6
-rw-r--r--translations/source/is/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/is/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/is/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/is/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/is/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/is/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/is/desktop/source/app.po6
-rw-r--r--translations/source/is/desktop/source/deployment/gui.po6
-rw-r--r--translations/source/is/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/is/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/is/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/is/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/is/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/is/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/is/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/is/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/is/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/is/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/is/dictionaries/af_ZA.po6
-rw-r--r--translations/source/is/dictionaries/an_ES.po6
-rw-r--r--translations/source/is/dictionaries/ar.po6
-rw-r--r--translations/source/is/dictionaries/be_BY.po6
-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.po6
-rw-r--r--translations/source/is/dictionaries/en.po6
-rw-r--r--translations/source/is/dictionaries/en/dialog.po8
-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.po6
-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/hu_HU/dialog.po10
-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.po4
-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.po4
-rw-r--r--translations/source/is/dictionaries/ru_RU/dialog.po12
-rw-r--r--translations/source/is/dictionaries/si_LK.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.po6
-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.po6
-rw-r--r--translations/source/is/editeng/source/editeng.po6
-rw-r--r--translations/source/is/editeng/source/items.po6
-rw-r--r--translations/source/is/editeng/source/misc.po6
-rw-r--r--translations/source/is/editeng/source/outliner.po6
-rw-r--r--translations/source/is/extensions/source/abpilot.po4
-rw-r--r--translations/source/is/extensions/source/bibliography.po6
-rw-r--r--translations/source/is/extensions/source/dbpilots.po6
-rw-r--r--translations/source/is/extensions/source/propctrlr.po6
-rw-r--r--translations/source/is/extensions/source/scanner.po4
-rw-r--r--translations/source/is/extensions/source/update/check.po4
-rw-r--r--translations/source/is/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/is/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/is/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/is/filter/source/flash.po6
-rw-r--r--translations/source/is/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/is/filter/source/pdf.po6
-rw-r--r--translations/source/is/filter/source/t602.po6
-rw-r--r--translations/source/is/filter/source/xsltdialog.po6
-rw-r--r--translations/source/is/forms/source/resource.po6
-rw-r--r--translations/source/is/formula/source/core/resource.po6
-rw-r--r--translations/source/is/formula/source/ui/dlg.po6
-rw-r--r--translations/source/is/fpicker/source/office.po6
-rw-r--r--translations/source/is/framework/source/classes.po6
-rw-r--r--translations/source/is/framework/source/services.po6
-rw-r--r--translations/source/is/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/is/helpcontent2/source/text/sbasic/shared.po4
-rw-r--r--translations/source/is/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/is/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/is/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/is/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/is/helpcontent2/source/text/scalc/01.po6
-rw-r--r--translations/source/is/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/is/helpcontent2/source/text/scalc/04.po33
-rw-r--r--translations/source/is/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/is/helpcontent2/source/text/scalc/guide.po30
-rw-r--r--translations/source/is/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/is/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/is/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/is/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/is/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/is/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/is/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/is/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/is/helpcontent2/source/text/sdraw/04.po6
-rw-r--r--translations/source/is/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/is/helpcontent2/source/text/shared.po2
-rw-r--r--translations/source/is/helpcontent2/source/text/shared/00.po6
-rw-r--r--translations/source/is/helpcontent2/source/text/shared/01.po12
-rw-r--r--translations/source/is/helpcontent2/source/text/shared/02.po10
-rw-r--r--translations/source/is/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/is/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/is/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/is/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/is/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/is/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/is/helpcontent2/source/text/shared/guide.po150
-rw-r--r--translations/source/is/helpcontent2/source/text/shared/optionen.po69
-rw-r--r--translations/source/is/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/is/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/is/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/is/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/is/helpcontent2/source/text/simpress/04.po42
-rw-r--r--translations/source/is/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/is/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/is/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/is/helpcontent2/source/text/smath/01.po26
-rw-r--r--translations/source/is/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/is/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/is/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/is/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/is/helpcontent2/source/text/swriter/00.po6
-rw-r--r--translations/source/is/helpcontent2/source/text/swriter/01.po34
-rw-r--r--translations/source/is/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/is/helpcontent2/source/text/swriter/04.po9
-rw-r--r--translations/source/is/helpcontent2/source/text/swriter/guide.po44
-rw-r--r--translations/source/is/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--translations/source/is/mysqlc/source.po4
-rw-r--r--translations/source/is/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/is/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po6
-rw-r--r--translations/source/is/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/is/nlpsolver/src/locale.po24
-rw-r--r--translations/source/is/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/is/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/is/padmin/source.po6
-rw-r--r--translations/source/is/readlicense_oo/docs/readme.po12
-rw-r--r--translations/source/is/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/is/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/is/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/is/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/is/reportbuilder/util.po4
-rw-r--r--translations/source/is/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/is/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/is/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/is/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/is/sc/source/core/src.po6
-rw-r--r--translations/source/is/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/is/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/is/sc/source/ui/docshell.po6
-rw-r--r--translations/source/is/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/is/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/is/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/is/sc/source/ui/navipi.po6
-rw-r--r--translations/source/is/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/is/sc/source/ui/src.po6
-rw-r--r--translations/source/is/sc/source/ui/styleui.po6
-rw-r--r--translations/source/is/scaddins/source/analysis.po6
-rw-r--r--translations/source/is/scaddins/source/datefunc.po6
-rw-r--r--translations/source/is/sccomp/source/solver.po6
-rw-r--r--translations/source/is/scp2/source/accessories.po6
-rw-r--r--translations/source/is/scp2/source/activex.po6
-rw-r--r--translations/source/is/scp2/source/base.po16
-rw-r--r--translations/source/is/scp2/source/binfilter.po6
-rw-r--r--translations/source/is/scp2/source/calc.po6
-rw-r--r--translations/source/is/scp2/source/draw.po6
-rw-r--r--translations/source/is/scp2/source/extensions.po14
-rw-r--r--translations/source/is/scp2/source/gnome.po6
-rw-r--r--translations/source/is/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/is/scp2/source/impress.po6
-rw-r--r--translations/source/is/scp2/source/javafilter.po6
-rw-r--r--translations/source/is/scp2/source/kde.po6
-rw-r--r--translations/source/is/scp2/source/math.po6
-rw-r--r--translations/source/is/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/is/scp2/source/ooo.po4
-rw-r--r--translations/source/is/scp2/source/python.po4
-rw-r--r--translations/source/is/scp2/source/quickstart.po6
-rw-r--r--translations/source/is/scp2/source/sdkoo.po6
-rw-r--r--translations/source/is/scp2/source/smoketest.po4
-rw-r--r--translations/source/is/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/is/scp2/source/writer.po6
-rw-r--r--translations/source/is/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/is/scripting/source/pyprov.po4
-rw-r--r--translations/source/is/sd/source/core.po6
-rw-r--r--translations/source/is/sd/source/filter/html.po6
-rw-r--r--translations/source/is/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/is/sd/source/ui/animations.po6
-rw-r--r--translations/source/is/sd/source/ui/annotations.po6
-rw-r--r--translations/source/is/sd/source/ui/app.po6
-rw-r--r--translations/source/is/sd/source/ui/dlg.po6
-rw-r--r--translations/source/is/sd/source/ui/notes.po6
-rw-r--r--translations/source/is/sd/source/ui/slideshow.po6
-rw-r--r--translations/source/is/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/is/sd/source/ui/table.po6
-rw-r--r--translations/source/is/sd/source/ui/view.po6
-rw-r--r--translations/source/is/sdext/source/minimizer.po6
-rw-r--r--translations/source/is/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/is/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/is/sdext/source/pdfimport.po4
-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.po6
-rw-r--r--translations/source/is/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/is/setup_native/source/mac.po6
-rw-r--r--translations/source/is/sfx2/source/appl.po6
-rw-r--r--translations/source/is/sfx2/source/bastyp.po6
-rw-r--r--translations/source/is/sfx2/source/dialog.po6
-rw-r--r--translations/source/is/sfx2/source/doc.po6
-rw-r--r--translations/source/is/sfx2/source/menu.po6
-rw-r--r--translations/source/is/sfx2/source/view.po6
-rw-r--r--translations/source/is/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/is/starmath/source.po6
-rw-r--r--translations/source/is/svl/source/items.po6
-rw-r--r--translations/source/is/svl/source/misc.po6
-rw-r--r--translations/source/is/svtools/source/contnr.po6
-rw-r--r--translations/source/is/svtools/source/control.po6
-rw-r--r--translations/source/is/svtools/source/dialogs.po6
-rw-r--r--translations/source/is/svtools/source/filter.po6
-rw-r--r--translations/source/is/svtools/source/java.po6
-rw-r--r--translations/source/is/svtools/source/misc.po4
-rw-r--r--translations/source/is/svtools/source/plugapp.po6
-rw-r--r--translations/source/is/svtools/source/toolpanel.po6
-rw-r--r--translations/source/is/svtools/workben/unodialog.po6
-rw-r--r--translations/source/is/svx/inc.po6
-rw-r--r--translations/source/is/svx/source/accessibility.po6
-rw-r--r--translations/source/is/svx/source/dialog.po4
-rw-r--r--translations/source/is/svx/source/engine3d.po6
-rw-r--r--translations/source/is/svx/source/fmcomp.po6
-rw-r--r--translations/source/is/svx/source/form.po6
-rw-r--r--translations/source/is/svx/source/gallery2.po6
-rw-r--r--translations/source/is/svx/source/items.po6
-rw-r--r--translations/source/is/svx/source/src.po6
-rw-r--r--translations/source/is/svx/source/stbctrls.po6
-rw-r--r--translations/source/is/svx/source/svdraw.po6
-rw-r--r--translations/source/is/svx/source/table.po6
-rw-r--r--translations/source/is/svx/source/tbxctrls.po6
-rw-r--r--translations/source/is/svx/source/toolbars.po6
-rw-r--r--translations/source/is/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/is/sw/source/core/layout.po4
-rw-r--r--translations/source/is/sw/source/core/undo.po4
-rw-r--r--translations/source/is/sw/source/core/unocore.po6
-rw-r--r--translations/source/is/sw/source/ui/app.po4
-rw-r--r--translations/source/is/sw/source/ui/chrdlg.po4
-rw-r--r--translations/source/is/sw/source/ui/config.po58
-rw-r--r--translations/source/is/sw/source/ui/dbui.po4
-rw-r--r--translations/source/is/sw/source/ui/dialog.po4
-rw-r--r--translations/source/is/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/is/sw/source/ui/docvw.po4
-rw-r--r--translations/source/is/sw/source/ui/envelp.po6
-rw-r--r--translations/source/is/sw/source/ui/fldui.po6
-rw-r--r--translations/source/is/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/is/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/is/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/is/sw/source/ui/index.po6
-rw-r--r--translations/source/is/sw/source/ui/lingu.po4
-rw-r--r--translations/source/is/sw/source/ui/misc.po6
-rw-r--r--translations/source/is/sw/source/ui/ribbar.po4
-rw-r--r--translations/source/is/sw/source/ui/shells.po4
-rw-r--r--translations/source/is/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/is/sw/source/ui/table.po4
-rw-r--r--translations/source/is/sw/source/ui/uiview.po6
-rw-r--r--translations/source/is/sw/source/ui/utlui.po184
-rw-r--r--translations/source/is/sw/source/ui/web.po6
-rw-r--r--translations/source/is/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/is/swext/mediawiki/help.po4
-rw-r--r--translations/source/is/swext/mediawiki/src.po6
-rw-r--r--translations/source/is/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/is/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/is/sysui/desktop/share.po6
-rw-r--r--translations/source/is/uui/source.po6
-rw-r--r--translations/source/is/vcl/source/src.po4
-rw-r--r--translations/source/is/wizards/source/euro.po6
-rw-r--r--translations/source/is/wizards/source/formwizard.po6
-rw-r--r--translations/source/is/wizards/source/importwizard.po4
-rw-r--r--translations/source/is/wizards/source/schedule.po6
-rw-r--r--translations/source/is/wizards/source/template.po6
-rw-r--r--translations/source/is/xmlsecurity/source/component.po6
-rw-r--r--translations/source/is/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/it/accessibility/source/helper.po6
-rw-r--r--translations/source/it/avmedia/source/framework.po6
-rw-r--r--translations/source/it/avmedia/source/viewer.po6
-rw-r--r--translations/source/it/basctl/source/basicide.po4
-rw-r--r--translations/source/it/basctl/source/dlged.po6
-rw-r--r--translations/source/it/basic/source/classes.po6
-rw-r--r--translations/source/it/basic/source/sbx.po6
-rw-r--r--translations/source/it/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/it/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/it/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/it/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/it/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/it/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/it/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/it/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/it/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/it/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/it/connectivity/source/drivers/mozab.po6
-rw-r--r--translations/source/it/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/it/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/it/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/it/connectivity/source/resource.po6
-rw-r--r--translations/source/it/cui/source/customize.po6
-rw-r--r--translations/source/it/cui/source/dialogs.po6
-rw-r--r--translations/source/it/cui/source/options.po34
-rw-r--r--translations/source/it/cui/source/tabpages.po4
-rw-r--r--translations/source/it/dbaccess/source/core/resource.po6
-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.po6
-rw-r--r--translations/source/it/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/it/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/it/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/it/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/it/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/it/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/it/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/it/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/it/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/it/dbaccess/source/ui/uno.po6
-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.po6
-rw-r--r--translations/source/it/desktop/source/deployment/misc.po4
-rw-r--r--translations/source/it/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/it/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/it/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/it/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/it/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/it/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/it/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/it/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/it/dictionaries/af_ZA.po4
-rw-r--r--translations/source/it/dictionaries/an_ES.po4
-rw-r--r--translations/source/it/dictionaries/ar.po4
-rw-r--r--translations/source/it/dictionaries/be_BY.po4
-rw-r--r--translations/source/it/dictionaries/bg_BG.po4
-rw-r--r--translations/source/it/dictionaries/bn_BD.po4
-rw-r--r--translations/source/it/dictionaries/br_FR.po4
-rw-r--r--translations/source/it/dictionaries/ca.po4
-rw-r--r--translations/source/it/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/it/dictionaries/da_DK.po4
-rw-r--r--translations/source/it/dictionaries/de.po4
-rw-r--r--translations/source/it/dictionaries/el_GR.po4
-rw-r--r--translations/source/it/dictionaries/en.po4
-rw-r--r--translations/source/it/dictionaries/en/dialog.po4
-rw-r--r--translations/source/it/dictionaries/es_ES.po4
-rw-r--r--translations/source/it/dictionaries/et_EE.po4
-rw-r--r--translations/source/it/dictionaries/fr_FR.po4
-rw-r--r--translations/source/it/dictionaries/gd_GB.po4
-rw-r--r--translations/source/it/dictionaries/gl.po4
-rw-r--r--translations/source/it/dictionaries/gu_IN.po4
-rw-r--r--translations/source/it/dictionaries/he_IL.po4
-rw-r--r--translations/source/it/dictionaries/hi_IN.po4
-rw-r--r--translations/source/it/dictionaries/hr_HR.po4
-rw-r--r--translations/source/it/dictionaries/hu_HU.po4
-rw-r--r--translations/source/it/dictionaries/hu_HU/dialog.po4
-rw-r--r--translations/source/it/dictionaries/it_IT.po4
-rw-r--r--translations/source/it/dictionaries/ku_TR.po4
-rw-r--r--translations/source/it/dictionaries/lt_LT.po4
-rw-r--r--translations/source/it/dictionaries/lv_LV.po4
-rw-r--r--translations/source/it/dictionaries/ne_NP.po4
-rw-r--r--translations/source/it/dictionaries/nl_NL.po4
-rw-r--r--translations/source/it/dictionaries/no.po4
-rw-r--r--translations/source/it/dictionaries/oc_FR.po4
-rw-r--r--translations/source/it/dictionaries/pl_PL.po4
-rw-r--r--translations/source/it/dictionaries/pt_BR.po4
-rw-r--r--translations/source/it/dictionaries/pt_PT.po4
-rw-r--r--translations/source/it/dictionaries/ro.po4
-rw-r--r--translations/source/it/dictionaries/ru_RU.po4
-rw-r--r--translations/source/it/dictionaries/ru_RU/dialog.po4
-rw-r--r--translations/source/it/dictionaries/si_LK.po4
-rw-r--r--translations/source/it/dictionaries/sk_SK.po4
-rw-r--r--translations/source/it/dictionaries/sl_SI.po4
-rw-r--r--translations/source/it/dictionaries/sr.po4
-rw-r--r--translations/source/it/dictionaries/sv_SE.po4
-rw-r--r--translations/source/it/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/it/dictionaries/te_IN.po4
-rw-r--r--translations/source/it/dictionaries/th_TH.po4
-rw-r--r--translations/source/it/dictionaries/uk_UA.po4
-rw-r--r--translations/source/it/dictionaries/vi.po4
-rw-r--r--translations/source/it/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/it/editeng/source/accessibility.po6
-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.po6
-rw-r--r--translations/source/it/editeng/source/outliner.po6
-rw-r--r--translations/source/it/extensions/source/abpilot.po4
-rw-r--r--translations/source/it/extensions/source/bibliography.po6
-rw-r--r--translations/source/it/extensions/source/dbpilots.po6
-rw-r--r--translations/source/it/extensions/source/propctrlr.po6
-rw-r--r--translations/source/it/extensions/source/scanner.po4
-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.po6
-rw-r--r--translations/source/it/filter/source/config/fragments/types.po4
-rw-r--r--translations/source/it/filter/source/flash.po6
-rw-r--r--translations/source/it/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/it/filter/source/pdf.po4
-rw-r--r--translations/source/it/filter/source/t602.po6
-rw-r--r--translations/source/it/filter/source/xsltdialog.po4
-rw-r--r--translations/source/it/forms/source/resource.po6
-rw-r--r--translations/source/it/formula/source/core/resource.po5
-rw-r--r--translations/source/it/formula/source/ui/dlg.po6
-rw-r--r--translations/source/it/fpicker/source/office.po6
-rw-r--r--translations/source/it/framework/source/classes.po6
-rw-r--r--translations/source/it/framework/source/services.po6
-rw-r--r--translations/source/it/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/sbasic/shared.po4
-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.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/it/helpcontent2/source/text/scalc/01.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/it/helpcontent2/source/text/scalc/04.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/scalc/05.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/scalc/guide.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/it/helpcontent2/source/text/schart/00.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/schart/01.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/it/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/it/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/it/helpcontent2/source/text/sdraw/01.po2
-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.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/shared/00.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/shared/01.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/shared/02.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/shared/04.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/it/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/it/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/shared/explorer/database.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/shared/guide.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/shared/optionen.po82
-rw-r--r--translations/source/it/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/it/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/it/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/simpress/guide.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/it/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/it/helpcontent2/source/text/smath/01.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/it/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/it/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/it/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/swriter/00.po2
-rw-r--r--translations/source/it/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/it/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/it/helpcontent2/source/text/swriter/guide.po12
-rw-r--r--translations/source/it/instsetoo_native/inc_openoffice/windows/msi_languages.po4
-rw-r--r--translations/source/it/mysqlc/source.po4
-rw-r--r--translations/source/it/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/it/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po4
-rw-r--r--translations/source/it/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/it/nlpsolver/src/locale.po4
-rw-r--r--translations/source/it/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/it/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/it/padmin/source.po6
-rw-r--r--translations/source/it/readlicense_oo/docs/readme.po12
-rw-r--r--translations/source/it/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/it/reportbuilder/registry/data/org/openoffice/Office.po6
-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.po6
-rw-r--r--translations/source/it/reportbuilder/util.po4
-rw-r--r--translations/source/it/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/it/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/it/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/it/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/it/sc/source/core/src.po6
-rw-r--r--translations/source/it/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/it/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/it/sc/source/ui/docshell.po6
-rw-r--r--translations/source/it/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/it/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/it/sc/source/ui/miscdlgs.po4
-rw-r--r--translations/source/it/sc/source/ui/navipi.po4
-rw-r--r--translations/source/it/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/it/sc/source/ui/src.po4
-rw-r--r--translations/source/it/sc/source/ui/styleui.po4
-rw-r--r--translations/source/it/scaddins/source/analysis.po6
-rw-r--r--translations/source/it/scaddins/source/datefunc.po6
-rw-r--r--translations/source/it/sccomp/source/solver.po6
-rw-r--r--translations/source/it/scp2/source/accessories.po6
-rw-r--r--translations/source/it/scp2/source/activex.po6
-rw-r--r--translations/source/it/scp2/source/base.po20
-rw-r--r--translations/source/it/scp2/source/binfilter.po6
-rw-r--r--translations/source/it/scp2/source/calc.po4
-rw-r--r--translations/source/it/scp2/source/draw.po6
-rw-r--r--translations/source/it/scp2/source/extensions.po14
-rw-r--r--translations/source/it/scp2/source/gnome.po6
-rw-r--r--translations/source/it/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/it/scp2/source/impress.po6
-rw-r--r--translations/source/it/scp2/source/javafilter.po6
-rw-r--r--translations/source/it/scp2/source/kde.po6
-rw-r--r--translations/source/it/scp2/source/math.po6
-rw-r--r--translations/source/it/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/it/scp2/source/ooo.po4
-rw-r--r--translations/source/it/scp2/source/python.po4
-rw-r--r--translations/source/it/scp2/source/quickstart.po6
-rw-r--r--translations/source/it/scp2/source/sdkoo.po6
-rw-r--r--translations/source/it/scp2/source/smoketest.po4
-rw-r--r--translations/source/it/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/it/scp2/source/writer.po6
-rw-r--r--translations/source/it/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/it/scripting/source/pyprov.po4
-rw-r--r--translations/source/it/sd/source/core.po4
-rw-r--r--translations/source/it/sd/source/filter/html.po6
-rw-r--r--translations/source/it/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/it/sd/source/ui/animations.po6
-rw-r--r--translations/source/it/sd/source/ui/annotations.po6
-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.po6
-rw-r--r--translations/source/it/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/it/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/it/sd/source/ui/table.po6
-rw-r--r--translations/source/it/sd/source/ui/view.po6
-rw-r--r--translations/source/it/sdext/source/minimizer.po4
-rw-r--r--translations/source/it/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/it/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/it/sdext/source/pdfimport.po4
-rw-r--r--translations/source/it/sdext/source/presenter.po4
-rw-r--r--translations/source/it/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-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.po6
-rw-r--r--translations/source/it/sfx2/source/appl.po6
-rw-r--r--translations/source/it/sfx2/source/bastyp.po6
-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.po6
-rw-r--r--translations/source/it/sfx2/source/view.po6
-rw-r--r--translations/source/it/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/it/starmath/source.po5
-rw-r--r--translations/source/it/svl/source/items.po6
-rw-r--r--translations/source/it/svl/source/misc.po4
-rw-r--r--translations/source/it/svtools/source/contnr.po6
-rw-r--r--translations/source/it/svtools/source/control.po6
-rw-r--r--translations/source/it/svtools/source/dialogs.po6
-rw-r--r--translations/source/it/svtools/source/filter.po6
-rw-r--r--translations/source/it/svtools/source/java.po4
-rw-r--r--translations/source/it/svtools/source/misc.po4
-rw-r--r--translations/source/it/svtools/source/plugapp.po6
-rw-r--r--translations/source/it/svtools/source/toolpanel.po6
-rw-r--r--translations/source/it/svtools/workben/unodialog.po6
-rw-r--r--translations/source/it/svx/inc.po4
-rw-r--r--translations/source/it/svx/source/accessibility.po6
-rw-r--r--translations/source/it/svx/source/dialog.po4
-rw-r--r--translations/source/it/svx/source/engine3d.po6
-rw-r--r--translations/source/it/svx/source/fmcomp.po6
-rw-r--r--translations/source/it/svx/source/form.po6
-rw-r--r--translations/source/it/svx/source/gallery2.po6
-rw-r--r--translations/source/it/svx/source/items.po6
-rw-r--r--translations/source/it/svx/source/src.po6
-rw-r--r--translations/source/it/svx/source/stbctrls.po6
-rw-r--r--translations/source/it/svx/source/svdraw.po6
-rw-r--r--translations/source/it/svx/source/table.po6
-rw-r--r--translations/source/it/svx/source/tbxctrls.po6
-rw-r--r--translations/source/it/svx/source/toolbars.po6
-rw-r--r--translations/source/it/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/it/sw/source/core/layout.po4
-rw-r--r--translations/source/it/sw/source/core/undo.po4
-rw-r--r--translations/source/it/sw/source/core/unocore.po6
-rw-r--r--translations/source/it/sw/source/ui/app.po4
-rw-r--r--translations/source/it/sw/source/ui/chrdlg.po4
-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.po4
-rw-r--r--translations/source/it/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/it/sw/source/ui/docvw.po4
-rw-r--r--translations/source/it/sw/source/ui/envelp.po6
-rw-r--r--translations/source/it/sw/source/ui/fldui.po6
-rw-r--r--translations/source/it/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/it/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/it/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/it/sw/source/ui/index.po4
-rw-r--r--translations/source/it/sw/source/ui/lingu.po4
-rw-r--r--translations/source/it/sw/source/ui/misc.po6
-rw-r--r--translations/source/it/sw/source/ui/ribbar.po4
-rw-r--r--translations/source/it/sw/source/ui/shells.po4
-rw-r--r--translations/source/it/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/it/sw/source/ui/table.po4
-rw-r--r--translations/source/it/sw/source/ui/uiview.po6
-rw-r--r--translations/source/it/sw/source/ui/utlui.po184
-rw-r--r--translations/source/it/sw/source/ui/web.po6
-rw-r--r--translations/source/it/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/it/swext/mediawiki/help.po4
-rw-r--r--translations/source/it/swext/mediawiki/src.po4
-rw-r--r--translations/source/it/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/it/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-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.po4
-rw-r--r--translations/source/it/wizards/source/euro.po4
-rw-r--r--translations/source/it/wizards/source/formwizard.po6
-rw-r--r--translations/source/it/wizards/source/importwizard.po4
-rw-r--r--translations/source/it/wizards/source/schedule.po6
-rw-r--r--translations/source/it/wizards/source/template.po6
-rw-r--r--translations/source/it/xmlsecurity/source/component.po6
-rw-r--r--translations/source/it/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/ja/accessibility/source/helper.po6
-rw-r--r--translations/source/ja/avmedia/source/framework.po6
-rw-r--r--translations/source/ja/avmedia/source/viewer.po6
-rw-r--r--translations/source/ja/basctl/source/basicide.po6
-rw-r--r--translations/source/ja/basctl/source/dlged.po6
-rw-r--r--translations/source/ja/basic/source/classes.po6
-rw-r--r--translations/source/ja/basic/source/sbx.po6
-rw-r--r--translations/source/ja/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/ja/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/ja/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/ja/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/ja/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/ja/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/ja/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/ja/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/ja/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/ja/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/ja/connectivity/source/drivers/mozab.po6
-rw-r--r--translations/source/ja/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/ja/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/ja/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/ja/connectivity/source/resource.po6
-rw-r--r--translations/source/ja/cui/source/customize.po12
-rw-r--r--translations/source/ja/cui/source/dialogs.po6
-rw-r--r--translations/source/ja/cui/source/options.po36
-rw-r--r--translations/source/ja/cui/source/tabpages.po10
-rw-r--r--translations/source/ja/dbaccess/source/core/resource.po14
-rw-r--r--translations/source/ja/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/ja/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/ja/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/ja/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/ja/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/ja/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/ja/dbaccess/source/ui/dlg.po6
-rw-r--r--translations/source/ja/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/ja/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/ja/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/ja/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/ja/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/ja/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/ja/desktop/source/app.po6
-rw-r--r--translations/source/ja/desktop/source/deployment/gui.po12
-rw-r--r--translations/source/ja/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/ja/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/ja/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/ja/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/ja/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/ja/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/ja/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/ja/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/ja/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/ja/desktop/source/deployment/unopkg.po12
-rw-r--r--translations/source/ja/dictionaries/af_ZA.po4
-rw-r--r--translations/source/ja/dictionaries/an_ES.po4
-rw-r--r--translations/source/ja/dictionaries/ar.po4
-rw-r--r--translations/source/ja/dictionaries/be_BY.po4
-rw-r--r--translations/source/ja/dictionaries/bg_BG.po4
-rw-r--r--translations/source/ja/dictionaries/bn_BD.po4
-rw-r--r--translations/source/ja/dictionaries/br_FR.po4
-rw-r--r--translations/source/ja/dictionaries/ca.po4
-rw-r--r--translations/source/ja/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/ja/dictionaries/da_DK.po4
-rw-r--r--translations/source/ja/dictionaries/de.po4
-rw-r--r--translations/source/ja/dictionaries/el_GR.po4
-rw-r--r--translations/source/ja/dictionaries/en.po4
-rw-r--r--translations/source/ja/dictionaries/en/dialog.po4
-rw-r--r--translations/source/ja/dictionaries/es_ES.po4
-rw-r--r--translations/source/ja/dictionaries/et_EE.po4
-rw-r--r--translations/source/ja/dictionaries/fr_FR.po4
-rw-r--r--translations/source/ja/dictionaries/gd_GB.po4
-rw-r--r--translations/source/ja/dictionaries/gl.po4
-rw-r--r--translations/source/ja/dictionaries/gu_IN.po4
-rw-r--r--translations/source/ja/dictionaries/he_IL.po4
-rw-r--r--translations/source/ja/dictionaries/hi_IN.po4
-rw-r--r--translations/source/ja/dictionaries/hr_HR.po4
-rw-r--r--translations/source/ja/dictionaries/hu_HU.po4
-rw-r--r--translations/source/ja/dictionaries/hu_HU/dialog.po6
-rw-r--r--translations/source/ja/dictionaries/it_IT.po4
-rw-r--r--translations/source/ja/dictionaries/ku_TR.po4
-rw-r--r--translations/source/ja/dictionaries/lt_LT.po4
-rw-r--r--translations/source/ja/dictionaries/lv_LV.po4
-rw-r--r--translations/source/ja/dictionaries/ne_NP.po4
-rw-r--r--translations/source/ja/dictionaries/nl_NL.po4
-rw-r--r--translations/source/ja/dictionaries/no.po4
-rw-r--r--translations/source/ja/dictionaries/oc_FR.po4
-rw-r--r--translations/source/ja/dictionaries/pl_PL.po4
-rw-r--r--translations/source/ja/dictionaries/pt_BR.po4
-rw-r--r--translations/source/ja/dictionaries/pt_PT.po4
-rw-r--r--translations/source/ja/dictionaries/ro.po4
-rw-r--r--translations/source/ja/dictionaries/ru_RU.po4
-rw-r--r--translations/source/ja/dictionaries/ru_RU/dialog.po4
-rw-r--r--translations/source/ja/dictionaries/si_LK.po4
-rw-r--r--translations/source/ja/dictionaries/sk_SK.po4
-rw-r--r--translations/source/ja/dictionaries/sl_SI.po4
-rw-r--r--translations/source/ja/dictionaries/sr.po4
-rw-r--r--translations/source/ja/dictionaries/sv_SE.po4
-rw-r--r--translations/source/ja/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/ja/dictionaries/te_IN.po4
-rw-r--r--translations/source/ja/dictionaries/th_TH.po4
-rw-r--r--translations/source/ja/dictionaries/uk_UA.po4
-rw-r--r--translations/source/ja/dictionaries/vi.po4
-rw-r--r--translations/source/ja/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/ja/editeng/source/accessibility.po6
-rw-r--r--translations/source/ja/editeng/source/editeng.po6
-rw-r--r--translations/source/ja/editeng/source/items.po10
-rw-r--r--translations/source/ja/editeng/source/misc.po6
-rw-r--r--translations/source/ja/editeng/source/outliner.po6
-rw-r--r--translations/source/ja/extensions/source/abpilot.po6
-rw-r--r--translations/source/ja/extensions/source/bibliography.po6
-rw-r--r--translations/source/ja/extensions/source/dbpilots.po6
-rw-r--r--translations/source/ja/extensions/source/propctrlr.po6
-rw-r--r--translations/source/ja/extensions/source/scanner.po6
-rw-r--r--translations/source/ja/extensions/source/update/check.po12
-rw-r--r--translations/source/ja/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/ja/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/ja/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/ja/filter/source/flash.po6
-rw-r--r--translations/source/ja/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/ja/filter/source/pdf.po6
-rw-r--r--translations/source/ja/filter/source/t602.po6
-rw-r--r--translations/source/ja/filter/source/xsltdialog.po6
-rw-r--r--translations/source/ja/forms/source/resource.po6
-rw-r--r--translations/source/ja/formula/source/core/resource.po6
-rw-r--r--translations/source/ja/formula/source/ui/dlg.po6
-rw-r--r--translations/source/ja/fpicker/source/office.po6
-rw-r--r--translations/source/ja/framework/source/classes.po6
-rw-r--r--translations/source/ja/framework/source/services.po6
-rw-r--r--translations/source/ja/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/ja/helpcontent2/source/text/sbasic/shared.po10
-rw-r--r--translations/source/ja/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/ja/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/ja/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/ja/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/ja/helpcontent2/source/text/scalc/01.po12
-rw-r--r--translations/source/ja/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/ja/helpcontent2/source/text/scalc/04.po4
-rw-r--r--translations/source/ja/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/ja/helpcontent2/source/text/scalc/guide.po2
-rw-r--r--translations/source/ja/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/ja/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/ja/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/ja/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/ja/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/ja/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/ja/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/ja/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/ja/helpcontent2/source/text/sdraw/04.po8
-rw-r--r--translations/source/ja/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/ja/helpcontent2/source/text/shared.po4
-rw-r--r--translations/source/ja/helpcontent2/source/text/shared/00.po2
-rw-r--r--translations/source/ja/helpcontent2/source/text/shared/01.po14
-rw-r--r--translations/source/ja/helpcontent2/source/text/shared/02.po10
-rw-r--r--translations/source/ja/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/ja/helpcontent2/source/text/shared/05.po8
-rw-r--r--translations/source/ja/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/ja/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/ja/helpcontent2/source/text/shared/autopi.po8
-rw-r--r--translations/source/ja/helpcontent2/source/text/shared/explorer/database.po8
-rw-r--r--translations/source/ja/helpcontent2/source/text/shared/guide.po14
-rw-r--r--translations/source/ja/helpcontent2/source/text/shared/optionen.po86
-rw-r--r--translations/source/ja/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/ja/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/ja/helpcontent2/source/text/simpress/01.po10
-rw-r--r--translations/source/ja/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/ja/helpcontent2/source/text/simpress/04.po2
-rw-r--r--translations/source/ja/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/ja/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/ja/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/ja/helpcontent2/source/text/smath/01.po4
-rw-r--r--translations/source/ja/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/ja/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/ja/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/ja/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/ja/helpcontent2/source/text/swriter/00.po2
-rw-r--r--translations/source/ja/helpcontent2/source/text/swriter/01.po12
-rw-r--r--translations/source/ja/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/ja/helpcontent2/source/text/swriter/04.po2
-rw-r--r--translations/source/ja/helpcontent2/source/text/swriter/guide.po22
-rw-r--r--translations/source/ja/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--translations/source/ja/mysqlc/source.po6
-rw-r--r--translations/source/ja/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/ja/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po4
-rw-r--r--translations/source/ja/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/ja/nlpsolver/src/locale.po4
-rw-r--r--translations/source/ja/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ja/officecfg/registry/data/org/openoffice/Office/UI.po10
-rw-r--r--translations/source/ja/padmin/source.po6
-rw-r--r--translations/source/ja/readlicense_oo/docs/readme.po16
-rw-r--r--translations/source/ja/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/ja/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ja/reportbuilder/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--translations/source/ja/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/ja/reportbuilder/util.po4
-rw-r--r--translations/source/ja/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/ja/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/ja/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/ja/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/ja/sc/source/core/src.po6
-rw-r--r--translations/source/ja/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/ja/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/ja/sc/source/ui/docshell.po6
-rw-r--r--translations/source/ja/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/ja/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/ja/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/ja/sc/source/ui/navipi.po6
-rw-r--r--translations/source/ja/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/ja/sc/source/ui/src.po10
-rw-r--r--translations/source/ja/sc/source/ui/styleui.po6
-rw-r--r--translations/source/ja/scaddins/source/analysis.po6
-rw-r--r--translations/source/ja/scaddins/source/datefunc.po6
-rw-r--r--translations/source/ja/sccomp/source/solver.po6
-rw-r--r--translations/source/ja/scp2/source/accessories.po6
-rw-r--r--translations/source/ja/scp2/source/activex.po6
-rw-r--r--translations/source/ja/scp2/source/base.po20
-rw-r--r--translations/source/ja/scp2/source/binfilter.po6
-rw-r--r--translations/source/ja/scp2/source/calc.po6
-rw-r--r--translations/source/ja/scp2/source/draw.po6
-rw-r--r--translations/source/ja/scp2/source/extensions.po16
-rw-r--r--translations/source/ja/scp2/source/gnome.po6
-rw-r--r--translations/source/ja/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/ja/scp2/source/impress.po6
-rw-r--r--translations/source/ja/scp2/source/javafilter.po6
-rw-r--r--translations/source/ja/scp2/source/kde.po6
-rw-r--r--translations/source/ja/scp2/source/math.po6
-rw-r--r--translations/source/ja/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/ja/scp2/source/ooo.po6
-rw-r--r--translations/source/ja/scp2/source/python.po6
-rw-r--r--translations/source/ja/scp2/source/quickstart.po6
-rw-r--r--translations/source/ja/scp2/source/sdkoo.po6
-rw-r--r--translations/source/ja/scp2/source/smoketest.po4
-rw-r--r--translations/source/ja/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/ja/scp2/source/writer.po6
-rw-r--r--translations/source/ja/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/ja/scripting/source/pyprov.po4
-rw-r--r--translations/source/ja/sd/source/core.po6
-rw-r--r--translations/source/ja/sd/source/filter/html.po6
-rw-r--r--translations/source/ja/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/ja/sd/source/ui/animations.po6
-rw-r--r--translations/source/ja/sd/source/ui/annotations.po6
-rw-r--r--translations/source/ja/sd/source/ui/app.po14
-rw-r--r--translations/source/ja/sd/source/ui/dlg.po14
-rw-r--r--translations/source/ja/sd/source/ui/notes.po6
-rw-r--r--translations/source/ja/sd/source/ui/slideshow.po6
-rw-r--r--translations/source/ja/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/ja/sd/source/ui/table.po6
-rw-r--r--translations/source/ja/sd/source/ui/view.po6
-rw-r--r--translations/source/ja/sdext/source/minimizer.po4
-rw-r--r--translations/source/ja/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ja/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/ja/sdext/source/pdfimport.po4
-rw-r--r--translations/source/ja/sdext/source/presenter.po4
-rw-r--r--translations/source/ja/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/ja/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/ja/setup_native/source/mac.po6
-rw-r--r--translations/source/ja/sfx2/source/appl.po6
-rw-r--r--translations/source/ja/sfx2/source/bastyp.po16
-rw-r--r--translations/source/ja/sfx2/source/dialog.po12
-rw-r--r--translations/source/ja/sfx2/source/doc.po6
-rw-r--r--translations/source/ja/sfx2/source/menu.po6
-rw-r--r--translations/source/ja/sfx2/source/view.po6
-rw-r--r--translations/source/ja/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/ja/starmath/source.po6
-rw-r--r--translations/source/ja/svl/source/items.po6
-rw-r--r--translations/source/ja/svl/source/misc.po6
-rw-r--r--translations/source/ja/svtools/source/contnr.po6
-rw-r--r--translations/source/ja/svtools/source/control.po6
-rw-r--r--translations/source/ja/svtools/source/dialogs.po6
-rw-r--r--translations/source/ja/svtools/source/filter.po6
-rw-r--r--translations/source/ja/svtools/source/java.po6
-rw-r--r--translations/source/ja/svtools/source/misc.po6
-rw-r--r--translations/source/ja/svtools/source/plugapp.po6
-rw-r--r--translations/source/ja/svtools/source/toolpanel.po6
-rw-r--r--translations/source/ja/svtools/workben/unodialog.po6
-rw-r--r--translations/source/ja/svx/inc.po6
-rw-r--r--translations/source/ja/svx/source/accessibility.po6
-rw-r--r--translations/source/ja/svx/source/dialog.po6
-rw-r--r--translations/source/ja/svx/source/engine3d.po6
-rw-r--r--translations/source/ja/svx/source/fmcomp.po6
-rw-r--r--translations/source/ja/svx/source/form.po6
-rw-r--r--translations/source/ja/svx/source/gallery2.po6
-rw-r--r--translations/source/ja/svx/source/items.po6
-rw-r--r--translations/source/ja/svx/source/src.po6
-rw-r--r--translations/source/ja/svx/source/stbctrls.po8
-rw-r--r--translations/source/ja/svx/source/svdraw.po6
-rw-r--r--translations/source/ja/svx/source/table.po6
-rw-r--r--translations/source/ja/svx/source/tbxctrls.po6
-rw-r--r--translations/source/ja/svx/source/toolbars.po6
-rw-r--r--translations/source/ja/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/ja/sw/source/core/layout.po4
-rw-r--r--translations/source/ja/sw/source/core/undo.po6
-rw-r--r--translations/source/ja/sw/source/core/unocore.po6
-rw-r--r--translations/source/ja/sw/source/ui/app.po6
-rw-r--r--translations/source/ja/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/ja/sw/source/ui/config.po58
-rw-r--r--translations/source/ja/sw/source/ui/dbui.po6
-rw-r--r--translations/source/ja/sw/source/ui/dialog.po6
-rw-r--r--translations/source/ja/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/ja/sw/source/ui/docvw.po6
-rw-r--r--translations/source/ja/sw/source/ui/envelp.po14
-rw-r--r--translations/source/ja/sw/source/ui/fldui.po6
-rw-r--r--translations/source/ja/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/ja/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/ja/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/ja/sw/source/ui/index.po6
-rw-r--r--translations/source/ja/sw/source/ui/lingu.po6
-rw-r--r--translations/source/ja/sw/source/ui/misc.po6
-rw-r--r--translations/source/ja/sw/source/ui/ribbar.po6
-rw-r--r--translations/source/ja/sw/source/ui/shells.po6
-rw-r--r--translations/source/ja/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/ja/sw/source/ui/table.po6
-rw-r--r--translations/source/ja/sw/source/ui/uiview.po6
-rw-r--r--translations/source/ja/sw/source/ui/utlui.po188
-rw-r--r--translations/source/ja/sw/source/ui/web.po6
-rw-r--r--translations/source/ja/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/ja/swext/mediawiki/help.po6
-rw-r--r--translations/source/ja/swext/mediawiki/src.po6
-rw-r--r--translations/source/ja/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ja/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/ja/sysui/desktop/share.po6
-rw-r--r--translations/source/ja/uui/source.po14
-rw-r--r--translations/source/ja/vcl/source/src.po6
-rw-r--r--translations/source/ja/wizards/source/euro.po6
-rw-r--r--translations/source/ja/wizards/source/formwizard.po6
-rw-r--r--translations/source/ja/wizards/source/importwizard.po6
-rw-r--r--translations/source/ja/wizards/source/schedule.po6
-rw-r--r--translations/source/ja/wizards/source/template.po6
-rw-r--r--translations/source/ja/xmlsecurity/source/component.po6
-rw-r--r--translations/source/ja/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/ka/accessibility/source/helper.po6
-rw-r--r--translations/source/ka/avmedia/source/framework.po6
-rw-r--r--translations/source/ka/avmedia/source/viewer.po6
-rw-r--r--translations/source/ka/basctl/source/basicide.po6
-rw-r--r--translations/source/ka/basctl/source/dlged.po6
-rw-r--r--translations/source/ka/basic/source/classes.po6
-rw-r--r--translations/source/ka/basic/source/sbx.po6
-rw-r--r--translations/source/ka/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/ka/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/ka/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/ka/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/ka/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/ka/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/ka/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/ka/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/ka/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/ka/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/ka/connectivity/source/drivers/mozab.po10
-rw-r--r--translations/source/ka/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/ka/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/ka/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/ka/connectivity/source/resource.po6
-rw-r--r--translations/source/ka/cui/source/customize.po6
-rw-r--r--translations/source/ka/cui/source/dialogs.po44
-rw-r--r--translations/source/ka/cui/source/options.po35
-rw-r--r--translations/source/ka/cui/source/tabpages.po151
-rw-r--r--translations/source/ka/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/ka/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/ka/dbaccess/source/ext/macromigration.po8
-rw-r--r--translations/source/ka/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/ka/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/ka/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/ka/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/ka/dbaccess/source/ui/dlg.po13
-rw-r--r--translations/source/ka/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/ka/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/ka/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/ka/dbaccess/source/ui/relationdesign.po8
-rw-r--r--translations/source/ka/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/ka/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/ka/desktop/source/app.po10
-rw-r--r--translations/source/ka/desktop/source/deployment/gui.po28
-rw-r--r--translations/source/ka/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/ka/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/ka/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/ka/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/ka/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/ka/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/ka/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/ka/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/ka/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/ka/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/ka/dictionaries/af_ZA.po4
-rw-r--r--translations/source/ka/dictionaries/an_ES.po19
-rw-r--r--translations/source/ka/dictionaries/ar.po4
-rw-r--r--translations/source/ka/dictionaries/be_BY.po4
-rw-r--r--translations/source/ka/dictionaries/bg_BG.po4
-rw-r--r--translations/source/ka/dictionaries/bn_BD.po4
-rw-r--r--translations/source/ka/dictionaries/br_FR.po4
-rw-r--r--translations/source/ka/dictionaries/ca.po4
-rw-r--r--translations/source/ka/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/ka/dictionaries/da_DK.po4
-rw-r--r--translations/source/ka/dictionaries/de.po4
-rw-r--r--translations/source/ka/dictionaries/el_GR.po4
-rw-r--r--translations/source/ka/dictionaries/en.po6
-rw-r--r--translations/source/ka/dictionaries/en/dialog.po171
-rw-r--r--translations/source/ka/dictionaries/es_ES.po4
-rw-r--r--translations/source/ka/dictionaries/et_EE.po4
-rw-r--r--translations/source/ka/dictionaries/fr_FR.po4
-rw-r--r--translations/source/ka/dictionaries/gd_GB.po4
-rw-r--r--translations/source/ka/dictionaries/gl.po4
-rw-r--r--translations/source/ka/dictionaries/gu_IN.po4
-rw-r--r--translations/source/ka/dictionaries/he_IL.po4
-rw-r--r--translations/source/ka/dictionaries/hi_IN.po4
-rw-r--r--translations/source/ka/dictionaries/hr_HR.po4
-rw-r--r--translations/source/ka/dictionaries/hu_HU.po6
-rw-r--r--translations/source/ka/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/ka/dictionaries/it_IT.po4
-rw-r--r--translations/source/ka/dictionaries/ku_TR.po4
-rw-r--r--translations/source/ka/dictionaries/lt_LT.po4
-rw-r--r--translations/source/ka/dictionaries/lv_LV.po4
-rw-r--r--translations/source/ka/dictionaries/ne_NP.po4
-rw-r--r--translations/source/ka/dictionaries/nl_NL.po4
-rw-r--r--translations/source/ka/dictionaries/no.po4
-rw-r--r--translations/source/ka/dictionaries/oc_FR.po4
-rw-r--r--translations/source/ka/dictionaries/pl_PL.po4
-rw-r--r--translations/source/ka/dictionaries/pt_BR.po4
-rw-r--r--translations/source/ka/dictionaries/pt_PT.po4
-rw-r--r--translations/source/ka/dictionaries/ro.po4
-rw-r--r--translations/source/ka/dictionaries/ru_RU.po6
-rw-r--r--translations/source/ka/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/ka/dictionaries/si_LK.po19
-rw-r--r--translations/source/ka/dictionaries/sk_SK.po4
-rw-r--r--translations/source/ka/dictionaries/sl_SI.po4
-rw-r--r--translations/source/ka/dictionaries/sr.po4
-rw-r--r--translations/source/ka/dictionaries/sv_SE.po4
-rw-r--r--translations/source/ka/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/ka/dictionaries/te_IN.po4
-rw-r--r--translations/source/ka/dictionaries/th_TH.po4
-rw-r--r--translations/source/ka/dictionaries/uk_UA.po4
-rw-r--r--translations/source/ka/dictionaries/vi.po4
-rw-r--r--translations/source/ka/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/ka/editeng/source/accessibility.po6
-rw-r--r--translations/source/ka/editeng/source/editeng.po8
-rw-r--r--translations/source/ka/editeng/source/items.po30
-rw-r--r--translations/source/ka/editeng/source/misc.po6
-rw-r--r--translations/source/ka/editeng/source/outliner.po6
-rw-r--r--translations/source/ka/extensions/source/abpilot.po10
-rw-r--r--translations/source/ka/extensions/source/bibliography.po6
-rw-r--r--translations/source/ka/extensions/source/dbpilots.po6
-rw-r--r--translations/source/ka/extensions/source/propctrlr.po6
-rw-r--r--translations/source/ka/extensions/source/scanner.po8
-rw-r--r--translations/source/ka/extensions/source/update/check.po6
-rw-r--r--translations/source/ka/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/ka/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/ka/filter/source/config/fragments/types.po10
-rw-r--r--translations/source/ka/filter/source/flash.po6
-rw-r--r--translations/source/ka/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/ka/filter/source/pdf.po10
-rw-r--r--translations/source/ka/filter/source/t602.po6
-rw-r--r--translations/source/ka/filter/source/xsltdialog.po6
-rw-r--r--translations/source/ka/forms/source/resource.po6
-rw-r--r--translations/source/ka/formula/source/core/resource.po22
-rw-r--r--translations/source/ka/formula/source/ui/dlg.po6
-rw-r--r--translations/source/ka/fpicker/source/office.po6
-rw-r--r--translations/source/ka/framework/source/classes.po6
-rw-r--r--translations/source/ka/framework/source/services.po6
-rw-r--r--translations/source/ka/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/ka/helpcontent2/source/text/sbasic/shared.po4
-rw-r--r--translations/source/ka/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/ka/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/ka/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/ka/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/ka/helpcontent2/source/text/scalc/01.po6
-rw-r--r--translations/source/ka/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/ka/helpcontent2/source/text/scalc/04.po34
-rw-r--r--translations/source/ka/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/ka/helpcontent2/source/text/scalc/guide.po33
-rw-r--r--translations/source/ka/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/ka/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/ka/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/ka/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/ka/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/ka/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/ka/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/ka/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/ka/helpcontent2/source/text/sdraw/04.po6
-rw-r--r--translations/source/ka/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/ka/helpcontent2/source/text/shared.po2
-rw-r--r--translations/source/ka/helpcontent2/source/text/shared/00.po6
-rw-r--r--translations/source/ka/helpcontent2/source/text/shared/01.po12
-rw-r--r--translations/source/ka/helpcontent2/source/text/shared/02.po10
-rw-r--r--translations/source/ka/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/ka/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/ka/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/ka/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/ka/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/ka/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/ka/helpcontent2/source/text/shared/guide.po128
-rw-r--r--translations/source/ka/helpcontent2/source/text/shared/optionen.po77
-rw-r--r--translations/source/ka/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/ka/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/ka/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/ka/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/ka/helpcontent2/source/text/simpress/04.po40
-rw-r--r--translations/source/ka/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/ka/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/ka/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/ka/helpcontent2/source/text/smath/01.po4
-rw-r--r--translations/source/ka/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/ka/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/ka/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/ka/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/ka/helpcontent2/source/text/swriter/00.po7
-rw-r--r--translations/source/ka/helpcontent2/source/text/swriter/01.po30
-rw-r--r--translations/source/ka/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/ka/helpcontent2/source/text/swriter/04.po12
-rw-r--r--translations/source/ka/helpcontent2/source/text/swriter/guide.po40
-rw-r--r--translations/source/ka/instsetoo_native/inc_openoffice/windows/msi_languages.po65
-rw-r--r--translations/source/ka/mysqlc/source.po6
-rw-r--r--translations/source/ka/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/ka/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/ka/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/ka/nlpsolver/src/locale.po179
-rw-r--r--translations/source/ka/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ka/officecfg/registry/data/org/openoffice/Office/UI.po57
-rw-r--r--translations/source/ka/padmin/source.po6
-rw-r--r--translations/source/ka/readlicense_oo/docs/readme.po35
-rw-r--r--translations/source/ka/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/ka/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ka/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/ka/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/ka/reportbuilder/util.po4
-rw-r--r--translations/source/ka/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/ka/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/ka/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/ka/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/ka/sc/source/core/src.po6
-rw-r--r--translations/source/ka/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/ka/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/ka/sc/source/ui/docshell.po6
-rw-r--r--translations/source/ka/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/ka/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/ka/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/ka/sc/source/ui/navipi.po8
-rw-r--r--translations/source/ka/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/ka/sc/source/ui/src.po137
-rw-r--r--translations/source/ka/sc/source/ui/styleui.po8
-rw-r--r--translations/source/ka/scaddins/source/analysis.po6
-rw-r--r--translations/source/ka/scaddins/source/datefunc.po6
-rw-r--r--translations/source/ka/sccomp/source/solver.po6
-rw-r--r--translations/source/ka/scp2/source/accessories.po6
-rw-r--r--translations/source/ka/scp2/source/activex.po6
-rw-r--r--translations/source/ka/scp2/source/base.po16
-rw-r--r--translations/source/ka/scp2/source/binfilter.po6
-rw-r--r--translations/source/ka/scp2/source/calc.po6
-rw-r--r--translations/source/ka/scp2/source/draw.po6
-rw-r--r--translations/source/ka/scp2/source/extensions.po2190
-rw-r--r--translations/source/ka/scp2/source/gnome.po6
-rw-r--r--translations/source/ka/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/ka/scp2/source/impress.po6
-rw-r--r--translations/source/ka/scp2/source/javafilter.po6
-rw-r--r--translations/source/ka/scp2/source/kde.po6
-rw-r--r--translations/source/ka/scp2/source/math.po6
-rw-r--r--translations/source/ka/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/ka/scp2/source/ooo.po27
-rw-r--r--translations/source/ka/scp2/source/python.po6
-rw-r--r--translations/source/ka/scp2/source/quickstart.po6
-rw-r--r--translations/source/ka/scp2/source/sdkoo.po6
-rw-r--r--translations/source/ka/scp2/source/smoketest.po23
-rw-r--r--translations/source/ka/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/ka/scp2/source/writer.po6
-rw-r--r--translations/source/ka/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/ka/scripting/source/pyprov.po4
-rw-r--r--translations/source/ka/sd/source/core.po41
-rw-r--r--translations/source/ka/sd/source/filter/html.po6
-rw-r--r--translations/source/ka/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/ka/sd/source/ui/animations.po6
-rw-r--r--translations/source/ka/sd/source/ui/annotations.po6
-rw-r--r--translations/source/ka/sd/source/ui/app.po8
-rw-r--r--translations/source/ka/sd/source/ui/dlg.po6
-rw-r--r--translations/source/ka/sd/source/ui/notes.po6
-rw-r--r--translations/source/ka/sd/source/ui/slideshow.po15
-rw-r--r--translations/source/ka/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/ka/sd/source/ui/table.po6
-rw-r--r--translations/source/ka/sd/source/ui/view.po6
-rw-r--r--translations/source/ka/sdext/source/minimizer.po4
-rw-r--r--translations/source/ka/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ka/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/ka/sdext/source/pdfimport.po4
-rw-r--r--translations/source/ka/sdext/source/presenter.po4
-rw-r--r--translations/source/ka/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/ka/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/ka/setup_native/source/mac.po6
-rw-r--r--translations/source/ka/sfx2/source/appl.po6
-rw-r--r--translations/source/ka/sfx2/source/bastyp.po6
-rw-r--r--translations/source/ka/sfx2/source/dialog.po12
-rw-r--r--translations/source/ka/sfx2/source/doc.po16
-rw-r--r--translations/source/ka/sfx2/source/menu.po6
-rw-r--r--translations/source/ka/sfx2/source/view.po6
-rw-r--r--translations/source/ka/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/ka/starmath/source.po6
-rw-r--r--translations/source/ka/svl/source/items.po6
-rw-r--r--translations/source/ka/svl/source/misc.po6
-rw-r--r--translations/source/ka/svtools/source/contnr.po6
-rw-r--r--translations/source/ka/svtools/source/control.po6
-rw-r--r--translations/source/ka/svtools/source/dialogs.po6
-rw-r--r--translations/source/ka/svtools/source/filter.po6
-rw-r--r--translations/source/ka/svtools/source/java.po6
-rw-r--r--translations/source/ka/svtools/source/misc.po51
-rw-r--r--translations/source/ka/svtools/source/plugapp.po6
-rw-r--r--translations/source/ka/svtools/source/toolpanel.po6
-rw-r--r--translations/source/ka/svtools/workben/unodialog.po6
-rw-r--r--translations/source/ka/svx/inc.po8
-rw-r--r--translations/source/ka/svx/source/accessibility.po6
-rw-r--r--translations/source/ka/svx/source/dialog.po10
-rw-r--r--translations/source/ka/svx/source/engine3d.po6
-rw-r--r--translations/source/ka/svx/source/fmcomp.po6
-rw-r--r--translations/source/ka/svx/source/form.po6
-rw-r--r--translations/source/ka/svx/source/gallery2.po6
-rw-r--r--translations/source/ka/svx/source/items.po6
-rw-r--r--translations/source/ka/svx/source/src.po6
-rw-r--r--translations/source/ka/svx/source/stbctrls.po4
-rw-r--r--translations/source/ka/svx/source/svdraw.po6
-rw-r--r--translations/source/ka/svx/source/table.po6
-rw-r--r--translations/source/ka/svx/source/tbxctrls.po6
-rw-r--r--translations/source/ka/svx/source/toolbars.po6
-rw-r--r--translations/source/ka/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/ka/sw/source/core/layout.po4
-rw-r--r--translations/source/ka/sw/source/core/undo.po8
-rw-r--r--translations/source/ka/sw/source/core/unocore.po6
-rw-r--r--translations/source/ka/sw/source/ui/app.po22
-rw-r--r--translations/source/ka/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/ka/sw/source/ui/config.po2
-rw-r--r--translations/source/ka/sw/source/ui/dbui.po6
-rw-r--r--translations/source/ka/sw/source/ui/dialog.po14
-rw-r--r--translations/source/ka/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/ka/sw/source/ui/docvw.po22
-rw-r--r--translations/source/ka/sw/source/ui/envelp.po6
-rw-r--r--translations/source/ka/sw/source/ui/fldui.po6
-rw-r--r--translations/source/ka/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/ka/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/ka/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/ka/sw/source/ui/index.po11
-rw-r--r--translations/source/ka/sw/source/ui/lingu.po6
-rw-r--r--translations/source/ka/sw/source/ui/misc.po6
-rw-r--r--translations/source/ka/sw/source/ui/ribbar.po14
-rw-r--r--translations/source/ka/sw/source/ui/shells.po14
-rw-r--r--translations/source/ka/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/ka/sw/source/ui/table.po14
-rw-r--r--translations/source/ka/sw/source/ui/uiview.po6
-rw-r--r--translations/source/ka/sw/source/ui/utlui.po22
-rw-r--r--translations/source/ka/sw/source/ui/web.po6
-rw-r--r--translations/source/ka/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/ka/swext/mediawiki/help.po10
-rw-r--r--translations/source/ka/swext/mediawiki/src.po6
-rw-r--r--translations/source/ka/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ka/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/ka/sysui/desktop/share.po6
-rw-r--r--translations/source/ka/uui/source.po6
-rw-r--r--translations/source/ka/vcl/source/src.po34
-rw-r--r--translations/source/ka/wizards/source/euro.po6
-rw-r--r--translations/source/ka/wizards/source/formwizard.po6
-rw-r--r--translations/source/ka/wizards/source/importwizard.po6
-rw-r--r--translations/source/ka/wizards/source/schedule.po6
-rw-r--r--translations/source/ka/wizards/source/template.po6
-rw-r--r--translations/source/ka/xmlsecurity/source/component.po6
-rw-r--r--translations/source/ka/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/kk/accessibility/source/helper.po12
-rw-r--r--translations/source/kk/avmedia/source/framework.po6
-rw-r--r--translations/source/kk/avmedia/source/viewer.po6
-rw-r--r--translations/source/kk/basctl/source/basicide.po39
-rw-r--r--translations/source/kk/basctl/source/dlged.po6
-rw-r--r--translations/source/kk/basic/source/classes.po14
-rw-r--r--translations/source/kk/basic/source/sbx.po6
-rw-r--r--translations/source/kk/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/kk/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/kk/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/kk/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/kk/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/kk/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/kk/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/kk/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/kk/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/kk/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/kk/connectivity/source/drivers/mozab.po10
-rw-r--r--translations/source/kk/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/kk/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/kk/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/kk/connectivity/source/resource.po6
-rw-r--r--translations/source/kk/cui/source/customize.po6
-rw-r--r--translations/source/kk/cui/source/dialogs.po59
-rw-r--r--translations/source/kk/cui/source/options.po16
-rw-r--r--translations/source/kk/cui/source/tabpages.po148
-rw-r--r--translations/source/kk/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/kk/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/kk/dbaccess/source/ext/macromigration.po8
-rw-r--r--translations/source/kk/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/kk/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/kk/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/kk/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/kk/dbaccess/source/ui/dlg.po11
-rw-r--r--translations/source/kk/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/kk/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/kk/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/kk/dbaccess/source/ui/relationdesign.po8
-rw-r--r--translations/source/kk/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/kk/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/kk/desktop/source/app.po10
-rw-r--r--translations/source/kk/desktop/source/deployment/gui.po26
-rw-r--r--translations/source/kk/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/kk/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/kk/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/kk/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/kk/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/kk/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/kk/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/kk/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/kk/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/kk/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/kk/dictionaries/af_ZA.po4
-rw-r--r--translations/source/kk/dictionaries/an_ES.po19
-rw-r--r--translations/source/kk/dictionaries/ar.po4
-rw-r--r--translations/source/kk/dictionaries/be_BY.po4
-rw-r--r--translations/source/kk/dictionaries/bg_BG.po4
-rw-r--r--translations/source/kk/dictionaries/bn_BD.po4
-rw-r--r--translations/source/kk/dictionaries/br_FR.po4
-rw-r--r--translations/source/kk/dictionaries/ca.po4
-rw-r--r--translations/source/kk/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/kk/dictionaries/da_DK.po4
-rw-r--r--translations/source/kk/dictionaries/de.po4
-rw-r--r--translations/source/kk/dictionaries/el_GR.po4
-rw-r--r--translations/source/kk/dictionaries/en.po6
-rw-r--r--translations/source/kk/dictionaries/en/dialog.po171
-rw-r--r--translations/source/kk/dictionaries/es_ES.po4
-rw-r--r--translations/source/kk/dictionaries/et_EE.po4
-rw-r--r--translations/source/kk/dictionaries/fr_FR.po4
-rw-r--r--translations/source/kk/dictionaries/gd_GB.po4
-rw-r--r--translations/source/kk/dictionaries/gl.po4
-rw-r--r--translations/source/kk/dictionaries/gu_IN.po4
-rw-r--r--translations/source/kk/dictionaries/he_IL.po4
-rw-r--r--translations/source/kk/dictionaries/hi_IN.po4
-rw-r--r--translations/source/kk/dictionaries/hr_HR.po4
-rw-r--r--translations/source/kk/dictionaries/hu_HU.po6
-rw-r--r--translations/source/kk/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/kk/dictionaries/it_IT.po4
-rw-r--r--translations/source/kk/dictionaries/ku_TR.po4
-rw-r--r--translations/source/kk/dictionaries/lt_LT.po4
-rw-r--r--translations/source/kk/dictionaries/lv_LV.po4
-rw-r--r--translations/source/kk/dictionaries/ne_NP.po4
-rw-r--r--translations/source/kk/dictionaries/nl_NL.po4
-rw-r--r--translations/source/kk/dictionaries/no.po4
-rw-r--r--translations/source/kk/dictionaries/oc_FR.po4
-rw-r--r--translations/source/kk/dictionaries/pl_PL.po4
-rw-r--r--translations/source/kk/dictionaries/pt_BR.po4
-rw-r--r--translations/source/kk/dictionaries/pt_PT.po4
-rw-r--r--translations/source/kk/dictionaries/ro.po4
-rw-r--r--translations/source/kk/dictionaries/ru_RU.po6
-rw-r--r--translations/source/kk/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/kk/dictionaries/si_LK.po19
-rw-r--r--translations/source/kk/dictionaries/sk_SK.po4
-rw-r--r--translations/source/kk/dictionaries/sl_SI.po4
-rw-r--r--translations/source/kk/dictionaries/sr.po4
-rw-r--r--translations/source/kk/dictionaries/sv_SE.po4
-rw-r--r--translations/source/kk/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/kk/dictionaries/te_IN.po4
-rw-r--r--translations/source/kk/dictionaries/th_TH.po4
-rw-r--r--translations/source/kk/dictionaries/uk_UA.po4
-rw-r--r--translations/source/kk/dictionaries/vi.po4
-rw-r--r--translations/source/kk/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/kk/editeng/source/accessibility.po6
-rw-r--r--translations/source/kk/editeng/source/editeng.po8
-rw-r--r--translations/source/kk/editeng/source/items.po30
-rw-r--r--translations/source/kk/editeng/source/misc.po6
-rw-r--r--translations/source/kk/editeng/source/outliner.po6
-rw-r--r--translations/source/kk/extensions/source/abpilot.po8
-rw-r--r--translations/source/kk/extensions/source/bibliography.po6
-rw-r--r--translations/source/kk/extensions/source/dbpilots.po6
-rw-r--r--translations/source/kk/extensions/source/propctrlr.po6
-rw-r--r--translations/source/kk/extensions/source/scanner.po8
-rw-r--r--translations/source/kk/extensions/source/update/check.po6
-rw-r--r--translations/source/kk/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/kk/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/kk/filter/source/config/fragments/types.po8
-rw-r--r--translations/source/kk/filter/source/flash.po6
-rw-r--r--translations/source/kk/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/kk/filter/source/pdf.po10
-rw-r--r--translations/source/kk/filter/source/t602.po6
-rw-r--r--translations/source/kk/filter/source/xsltdialog.po6
-rw-r--r--translations/source/kk/forms/source/resource.po6
-rw-r--r--translations/source/kk/formula/source/core/resource.po22
-rw-r--r--translations/source/kk/formula/source/ui/dlg.po6
-rw-r--r--translations/source/kk/fpicker/source/office.po6
-rw-r--r--translations/source/kk/framework/source/classes.po6
-rw-r--r--translations/source/kk/framework/source/services.po6
-rw-r--r--translations/source/kk/instsetoo_native/inc_openoffice/windows/msi_languages.po70
-rw-r--r--translations/source/kk/mysqlc/source.po6
-rw-r--r--translations/source/kk/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/kk/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/kk/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/kk/nlpsolver/src/locale.po179
-rw-r--r--translations/source/kk/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/kk/officecfg/registry/data/org/openoffice/Office/UI.po56
-rw-r--r--translations/source/kk/padmin/source.po6
-rw-r--r--translations/source/kk/readlicense_oo/docs/readme.po34
-rw-r--r--translations/source/kk/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/kk/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/kk/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/kk/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/kk/reportbuilder/util.po4
-rw-r--r--translations/source/kk/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/kk/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/kk/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/kk/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/kk/sc/source/core/src.po6
-rw-r--r--translations/source/kk/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/kk/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/kk/sc/source/ui/docshell.po6
-rw-r--r--translations/source/kk/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/kk/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/kk/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/kk/sc/source/ui/navipi.po8
-rw-r--r--translations/source/kk/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/kk/sc/source/ui/src.po142
-rw-r--r--translations/source/kk/sc/source/ui/styleui.po8
-rw-r--r--translations/source/kk/scaddins/source/analysis.po6
-rw-r--r--translations/source/kk/scaddins/source/datefunc.po6
-rw-r--r--translations/source/kk/sccomp/source/solver.po6
-rw-r--r--translations/source/kk/scp2/source/accessories.po6
-rw-r--r--translations/source/kk/scp2/source/activex.po6
-rw-r--r--translations/source/kk/scp2/source/base.po16
-rw-r--r--translations/source/kk/scp2/source/binfilter.po6
-rw-r--r--translations/source/kk/scp2/source/calc.po6
-rw-r--r--translations/source/kk/scp2/source/draw.po6
-rw-r--r--translations/source/kk/scp2/source/extensions.po2196
-rw-r--r--translations/source/kk/scp2/source/gnome.po6
-rw-r--r--translations/source/kk/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/kk/scp2/source/impress.po6
-rw-r--r--translations/source/kk/scp2/source/javafilter.po6
-rw-r--r--translations/source/kk/scp2/source/kde.po6
-rw-r--r--translations/source/kk/scp2/source/math.po6
-rw-r--r--translations/source/kk/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/kk/scp2/source/ooo.po27
-rw-r--r--translations/source/kk/scp2/source/python.po6
-rw-r--r--translations/source/kk/scp2/source/quickstart.po6
-rw-r--r--translations/source/kk/scp2/source/sdkoo.po6
-rw-r--r--translations/source/kk/scp2/source/smoketest.po23
-rw-r--r--translations/source/kk/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/kk/scp2/source/writer.po6
-rw-r--r--translations/source/kk/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/kk/scripting/source/pyprov.po4
-rw-r--r--translations/source/kk/sd/source/core.po40
-rw-r--r--translations/source/kk/sd/source/filter/html.po6
-rw-r--r--translations/source/kk/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/kk/sd/source/ui/animations.po6
-rw-r--r--translations/source/kk/sd/source/ui/annotations.po6
-rw-r--r--translations/source/kk/sd/source/ui/app.po8
-rw-r--r--translations/source/kk/sd/source/ui/dlg.po6
-rw-r--r--translations/source/kk/sd/source/ui/notes.po6
-rw-r--r--translations/source/kk/sd/source/ui/slideshow.po15
-rw-r--r--translations/source/kk/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/kk/sd/source/ui/table.po6
-rw-r--r--translations/source/kk/sd/source/ui/view.po6
-rw-r--r--translations/source/kk/sdext/source/minimizer.po4
-rw-r--r--translations/source/kk/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/kk/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/kk/sdext/source/pdfimport.po4
-rw-r--r--translations/source/kk/sdext/source/presenter.po4
-rw-r--r--translations/source/kk/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/kk/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/kk/setup_native/source/mac.po6
-rw-r--r--translations/source/kk/sfx2/source/appl.po6
-rw-r--r--translations/source/kk/sfx2/source/bastyp.po6
-rw-r--r--translations/source/kk/sfx2/source/dialog.po12
-rw-r--r--translations/source/kk/sfx2/source/doc.po16
-rw-r--r--translations/source/kk/sfx2/source/menu.po6
-rw-r--r--translations/source/kk/sfx2/source/view.po6
-rw-r--r--translations/source/kk/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/kk/starmath/source.po6
-rw-r--r--translations/source/kk/svl/source/items.po6
-rw-r--r--translations/source/kk/svl/source/misc.po6
-rw-r--r--translations/source/kk/svtools/source/contnr.po6
-rw-r--r--translations/source/kk/svtools/source/control.po6
-rw-r--r--translations/source/kk/svtools/source/dialogs.po6
-rw-r--r--translations/source/kk/svtools/source/filter.po6
-rw-r--r--translations/source/kk/svtools/source/java.po6
-rw-r--r--translations/source/kk/svtools/source/misc.po51
-rw-r--r--translations/source/kk/svtools/source/plugapp.po6
-rw-r--r--translations/source/kk/svtools/source/toolpanel.po6
-rw-r--r--translations/source/kk/svtools/workben/unodialog.po6
-rw-r--r--translations/source/kk/svx/inc.po8
-rw-r--r--translations/source/kk/svx/source/accessibility.po6
-rw-r--r--translations/source/kk/svx/source/dialog.po10
-rw-r--r--translations/source/kk/svx/source/engine3d.po6
-rw-r--r--translations/source/kk/svx/source/fmcomp.po6
-rw-r--r--translations/source/kk/svx/source/form.po6
-rw-r--r--translations/source/kk/svx/source/gallery2.po6
-rw-r--r--translations/source/kk/svx/source/items.po6
-rw-r--r--translations/source/kk/svx/source/src.po6
-rw-r--r--translations/source/kk/svx/source/stbctrls.po2
-rw-r--r--translations/source/kk/svx/source/svdraw.po6
-rw-r--r--translations/source/kk/svx/source/table.po6
-rw-r--r--translations/source/kk/svx/source/tbxctrls.po6
-rw-r--r--translations/source/kk/svx/source/toolbars.po6
-rw-r--r--translations/source/kk/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/kk/sw/source/core/layout.po4
-rw-r--r--translations/source/kk/sw/source/core/undo.po8
-rw-r--r--translations/source/kk/sw/source/core/unocore.po6
-rw-r--r--translations/source/kk/sw/source/ui/app.po22
-rw-r--r--translations/source/kk/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/kk/sw/source/ui/config.po2
-rw-r--r--translations/source/kk/sw/source/ui/dbui.po6
-rw-r--r--translations/source/kk/sw/source/ui/dialog.po14
-rw-r--r--translations/source/kk/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/kk/sw/source/ui/docvw.po22
-rw-r--r--translations/source/kk/sw/source/ui/envelp.po6
-rw-r--r--translations/source/kk/sw/source/ui/fldui.po6
-rw-r--r--translations/source/kk/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/kk/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/kk/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/kk/sw/source/ui/index.po11
-rw-r--r--translations/source/kk/sw/source/ui/lingu.po6
-rw-r--r--translations/source/kk/sw/source/ui/misc.po6
-rw-r--r--translations/source/kk/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/kk/sw/source/ui/shells.po14
-rw-r--r--translations/source/kk/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/kk/sw/source/ui/table.po16
-rw-r--r--translations/source/kk/sw/source/ui/uiview.po6
-rw-r--r--translations/source/kk/sw/source/ui/utlui.po17
-rw-r--r--translations/source/kk/sw/source/ui/web.po6
-rw-r--r--translations/source/kk/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/kk/swext/mediawiki/help.po10
-rw-r--r--translations/source/kk/swext/mediawiki/src.po6
-rw-r--r--translations/source/kk/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/kk/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/kk/sysui/desktop/share.po6
-rw-r--r--translations/source/kk/uui/source.po6
-rw-r--r--translations/source/kk/vcl/source/src.po24
-rw-r--r--translations/source/kk/wizards/source/euro.po6
-rw-r--r--translations/source/kk/wizards/source/formwizard.po6
-rw-r--r--translations/source/kk/wizards/source/importwizard.po6
-rw-r--r--translations/source/kk/wizards/source/schedule.po6
-rw-r--r--translations/source/kk/wizards/source/template.po6
-rw-r--r--translations/source/kk/xmlsecurity/source/component.po6
-rw-r--r--translations/source/kk/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/km/accessibility/source/helper.po6
-rw-r--r--translations/source/km/avmedia/source/framework.po6
-rw-r--r--translations/source/km/avmedia/source/viewer.po6
-rw-r--r--translations/source/km/basctl/source/basicide.po6
-rw-r--r--translations/source/km/basctl/source/dlged.po6
-rw-r--r--translations/source/km/basic/source/classes.po6
-rw-r--r--translations/source/km/basic/source/sbx.po6
-rw-r--r--translations/source/km/chart2/source/controller/dialogs.po4
-rw-r--r--translations/source/km/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/km/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/km/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/km/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/km/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/km/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/km/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/km/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/km/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/km/connectivity/source/drivers/mozab.po6
-rw-r--r--translations/source/km/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/km/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/km/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/km/connectivity/source/resource.po4
-rw-r--r--translations/source/km/cui/source/customize.po6
-rw-r--r--translations/source/km/cui/source/dialogs.po4
-rw-r--r--translations/source/km/cui/source/options.po42
-rw-r--r--translations/source/km/cui/source/tabpages.po6
-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.po6
-rw-r--r--translations/source/km/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/km/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/km/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/km/dbaccess/source/ui/dlg.po4
-rw-r--r--translations/source/km/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/km/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/km/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/km/dbaccess/source/ui/relationdesign.po4
-rw-r--r--translations/source/km/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/km/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/km/desktop/source/app.po6
-rw-r--r--translations/source/km/desktop/source/deployment/gui.po4
-rw-r--r--translations/source/km/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/km/desktop/source/deployment/misc.po4
-rw-r--r--translations/source/km/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/km/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/km/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/km/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/km/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/km/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/km/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/km/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/km/dictionaries/af_ZA.po4
-rw-r--r--translations/source/km/dictionaries/an_ES.po4
-rw-r--r--translations/source/km/dictionaries/ar.po4
-rw-r--r--translations/source/km/dictionaries/be_BY.po4
-rw-r--r--translations/source/km/dictionaries/bg_BG.po4
-rw-r--r--translations/source/km/dictionaries/bn_BD.po4
-rw-r--r--translations/source/km/dictionaries/br_FR.po4
-rw-r--r--translations/source/km/dictionaries/ca.po4
-rw-r--r--translations/source/km/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/km/dictionaries/da_DK.po4
-rw-r--r--translations/source/km/dictionaries/de.po4
-rw-r--r--translations/source/km/dictionaries/el_GR.po4
-rw-r--r--translations/source/km/dictionaries/en.po4
-rw-r--r--translations/source/km/dictionaries/en/dialog.po4
-rw-r--r--translations/source/km/dictionaries/es_ES.po4
-rw-r--r--translations/source/km/dictionaries/et_EE.po4
-rw-r--r--translations/source/km/dictionaries/fr_FR.po4
-rw-r--r--translations/source/km/dictionaries/gd_GB.po4
-rw-r--r--translations/source/km/dictionaries/gl.po4
-rw-r--r--translations/source/km/dictionaries/gu_IN.po4
-rw-r--r--translations/source/km/dictionaries/he_IL.po4
-rw-r--r--translations/source/km/dictionaries/hi_IN.po4
-rw-r--r--translations/source/km/dictionaries/hr_HR.po4
-rw-r--r--translations/source/km/dictionaries/hu_HU.po4
-rw-r--r--translations/source/km/dictionaries/hu_HU/dialog.po4
-rw-r--r--translations/source/km/dictionaries/it_IT.po4
-rw-r--r--translations/source/km/dictionaries/ku_TR.po4
-rw-r--r--translations/source/km/dictionaries/lt_LT.po4
-rw-r--r--translations/source/km/dictionaries/lv_LV.po4
-rw-r--r--translations/source/km/dictionaries/ne_NP.po4
-rw-r--r--translations/source/km/dictionaries/nl_NL.po4
-rw-r--r--translations/source/km/dictionaries/no.po4
-rw-r--r--translations/source/km/dictionaries/oc_FR.po4
-rw-r--r--translations/source/km/dictionaries/pl_PL.po4
-rw-r--r--translations/source/km/dictionaries/pt_BR.po4
-rw-r--r--translations/source/km/dictionaries/pt_PT.po4
-rw-r--r--translations/source/km/dictionaries/ro.po4
-rw-r--r--translations/source/km/dictionaries/ru_RU.po4
-rw-r--r--translations/source/km/dictionaries/ru_RU/dialog.po4
-rw-r--r--translations/source/km/dictionaries/si_LK.po4
-rw-r--r--translations/source/km/dictionaries/sk_SK.po4
-rw-r--r--translations/source/km/dictionaries/sl_SI.po4
-rw-r--r--translations/source/km/dictionaries/sr.po4
-rw-r--r--translations/source/km/dictionaries/sv_SE.po4
-rw-r--r--translations/source/km/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/km/dictionaries/te_IN.po4
-rw-r--r--translations/source/km/dictionaries/th_TH.po4
-rw-r--r--translations/source/km/dictionaries/uk_UA.po4
-rw-r--r--translations/source/km/dictionaries/vi.po4
-rw-r--r--translations/source/km/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/km/editeng/source/accessibility.po6
-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.po6
-rw-r--r--translations/source/km/editeng/source/outliner.po6
-rw-r--r--translations/source/km/extensions/source/abpilot.po4
-rw-r--r--translations/source/km/extensions/source/bibliography.po6
-rw-r--r--translations/source/km/extensions/source/dbpilots.po6
-rw-r--r--translations/source/km/extensions/source/propctrlr.po6
-rw-r--r--translations/source/km/extensions/source/scanner.po4
-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.po6
-rw-r--r--translations/source/km/filter/source/config/fragments/types.po4
-rw-r--r--translations/source/km/filter/source/flash.po6
-rw-r--r--translations/source/km/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/km/filter/source/pdf.po4
-rw-r--r--translations/source/km/filter/source/t602.po6
-rw-r--r--translations/source/km/filter/source/xsltdialog.po4
-rw-r--r--translations/source/km/forms/source/resource.po6
-rw-r--r--translations/source/km/formula/source/core/resource.po4
-rw-r--r--translations/source/km/formula/source/ui/dlg.po6
-rw-r--r--translations/source/km/fpicker/source/office.po4
-rw-r--r--translations/source/km/framework/source/classes.po6
-rw-r--r--translations/source/km/framework/source/services.po6
-rw-r--r--translations/source/km/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/km/helpcontent2/source/text/sbasic/shared.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/km/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/km/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/km/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/km/helpcontent2/source/text/scalc/01.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/km/helpcontent2/source/text/scalc/04.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/km/helpcontent2/source/text/scalc/guide.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/km/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/km/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/km/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/km/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/km/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/km/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/km/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/km/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/km/helpcontent2/source/text/shared.po2
-rw-r--r--translations/source/km/helpcontent2/source/text/shared/00.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/shared/01.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/shared/02.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/km/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/km/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/km/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/km/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/km/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/km/helpcontent2/source/text/shared/guide.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/shared/optionen.po81
-rw-r--r--translations/source/km/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/km/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/km/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/km/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/km/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/km/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/km/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/km/helpcontent2/source/text/smath/01.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/km/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/km/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/km/helpcontent2/source/text/swriter.po2
-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.po2
-rw-r--r--translations/source/km/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/km/helpcontent2/source/text/swriter/guide.po12
-rw-r--r--translations/source/km/instsetoo_native/inc_openoffice/windows/msi_languages.po4
-rw-r--r--translations/source/km/mysqlc/source.po4
-rw-r--r--translations/source/km/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/km/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po4
-rw-r--r--translations/source/km/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/km/nlpsolver/src/locale.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.po10
-rw-r--r--translations/source/km/padmin/source.po4
-rw-r--r--translations/source/km/readlicense_oo/docs/readme.po12
-rw-r--r--translations/source/km/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/km/reportbuilder/registry/data/org/openoffice/Office.po6
-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.po6
-rw-r--r--translations/source/km/reportbuilder/util.po4
-rw-r--r--translations/source/km/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/km/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/km/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/km/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/km/sc/source/core/src.po6
-rw-r--r--translations/source/km/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/km/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/km/sc/source/ui/docshell.po6
-rw-r--r--translations/source/km/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/km/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/km/sc/source/ui/miscdlgs.po4
-rw-r--r--translations/source/km/sc/source/ui/navipi.po4
-rw-r--r--translations/source/km/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/km/sc/source/ui/src.po4
-rw-r--r--translations/source/km/sc/source/ui/styleui.po4
-rw-r--r--translations/source/km/scaddins/source/analysis.po6
-rw-r--r--translations/source/km/scaddins/source/datefunc.po6
-rw-r--r--translations/source/km/sccomp/source/solver.po6
-rw-r--r--translations/source/km/scp2/source/accessories.po4
-rw-r--r--translations/source/km/scp2/source/activex.po6
-rw-r--r--translations/source/km/scp2/source/base.po16
-rw-r--r--translations/source/km/scp2/source/binfilter.po6
-rw-r--r--translations/source/km/scp2/source/calc.po4
-rw-r--r--translations/source/km/scp2/source/draw.po6
-rw-r--r--translations/source/km/scp2/source/extensions.po14
-rw-r--r--translations/source/km/scp2/source/gnome.po6
-rw-r--r--translations/source/km/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/km/scp2/source/impress.po6
-rw-r--r--translations/source/km/scp2/source/javafilter.po6
-rw-r--r--translations/source/km/scp2/source/kde.po6
-rw-r--r--translations/source/km/scp2/source/math.po6
-rw-r--r--translations/source/km/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/km/scp2/source/ooo.po4
-rw-r--r--translations/source/km/scp2/source/python.po4
-rw-r--r--translations/source/km/scp2/source/quickstart.po6
-rw-r--r--translations/source/km/scp2/source/sdkoo.po6
-rw-r--r--translations/source/km/scp2/source/smoketest.po4
-rw-r--r--translations/source/km/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/km/scp2/source/writer.po6
-rw-r--r--translations/source/km/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/km/scripting/source/pyprov.po4
-rw-r--r--translations/source/km/sd/source/core.po4
-rw-r--r--translations/source/km/sd/source/filter/html.po6
-rw-r--r--translations/source/km/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/km/sd/source/ui/animations.po6
-rw-r--r--translations/source/km/sd/source/ui/annotations.po6
-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.po6
-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.po6
-rw-r--r--translations/source/km/sd/source/ui/view.po6
-rw-r--r--translations/source/km/sdext/source/minimizer.po4
-rw-r--r--translations/source/km/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/km/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/km/sdext/source/pdfimport.po4
-rw-r--r--translations/source/km/sdext/source/presenter.po4
-rw-r--r--translations/source/km/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-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.po6
-rw-r--r--translations/source/km/sfx2/source/appl.po4
-rw-r--r--translations/source/km/sfx2/source/bastyp.po6
-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.po6
-rw-r--r--translations/source/km/sfx2/source/view.po6
-rw-r--r--translations/source/km/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/km/starmath/source.po4
-rw-r--r--translations/source/km/svl/source/items.po6
-rw-r--r--translations/source/km/svl/source/misc.po4
-rw-r--r--translations/source/km/svtools/source/contnr.po6
-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.po4
-rw-r--r--translations/source/km/svtools/source/plugapp.po6
-rw-r--r--translations/source/km/svtools/source/toolpanel.po6
-rw-r--r--translations/source/km/svtools/workben/unodialog.po6
-rw-r--r--translations/source/km/svx/inc.po4
-rw-r--r--translations/source/km/svx/source/accessibility.po6
-rw-r--r--translations/source/km/svx/source/dialog.po4
-rw-r--r--translations/source/km/svx/source/engine3d.po4
-rw-r--r--translations/source/km/svx/source/fmcomp.po6
-rw-r--r--translations/source/km/svx/source/form.po6
-rw-r--r--translations/source/km/svx/source/gallery2.po6
-rw-r--r--translations/source/km/svx/source/items.po6
-rw-r--r--translations/source/km/svx/source/src.po4
-rw-r--r--translations/source/km/svx/source/stbctrls.po8
-rw-r--r--translations/source/km/svx/source/svdraw.po4
-rw-r--r--translations/source/km/svx/source/table.po6
-rw-r--r--translations/source/km/svx/source/tbxctrls.po4
-rw-r--r--translations/source/km/svx/source/toolbars.po6
-rw-r--r--translations/source/km/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/km/sw/source/core/layout.po4
-rw-r--r--translations/source/km/sw/source/core/undo.po4
-rw-r--r--translations/source/km/sw/source/core/unocore.po6
-rw-r--r--translations/source/km/sw/source/ui/app.po4
-rw-r--r--translations/source/km/sw/source/ui/chrdlg.po4
-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.po4
-rw-r--r--translations/source/km/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/km/sw/source/ui/docvw.po4
-rw-r--r--translations/source/km/sw/source/ui/envelp.po6
-rw-r--r--translations/source/km/sw/source/ui/fldui.po6
-rw-r--r--translations/source/km/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/km/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/km/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/km/sw/source/ui/index.po4
-rw-r--r--translations/source/km/sw/source/ui/lingu.po4
-rw-r--r--translations/source/km/sw/source/ui/misc.po4
-rw-r--r--translations/source/km/sw/source/ui/ribbar.po4
-rw-r--r--translations/source/km/sw/source/ui/shells.po4
-rw-r--r--translations/source/km/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/km/sw/source/ui/table.po4
-rw-r--r--translations/source/km/sw/source/ui/uiview.po6
-rw-r--r--translations/source/km/sw/source/ui/utlui.po202
-rw-r--r--translations/source/km/sw/source/ui/web.po6
-rw-r--r--translations/source/km/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/km/swext/mediawiki/help.po4
-rw-r--r--translations/source/km/swext/mediawiki/src.po4
-rw-r--r--translations/source/km/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/km/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-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.po4
-rw-r--r--translations/source/km/wizards/source/euro.po4
-rw-r--r--translations/source/km/wizards/source/formwizard.po6
-rw-r--r--translations/source/km/wizards/source/importwizard.po4
-rw-r--r--translations/source/km/wizards/source/schedule.po6
-rw-r--r--translations/source/km/wizards/source/template.po6
-rw-r--r--translations/source/km/xmlsecurity/source/component.po6
-rw-r--r--translations/source/km/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/kn/accessibility/source/helper.po6
-rw-r--r--translations/source/kn/avmedia/source/framework.po6
-rw-r--r--translations/source/kn/avmedia/source/viewer.po6
-rw-r--r--translations/source/kn/basctl/source/basicide.po6
-rw-r--r--translations/source/kn/basctl/source/dlged.po6
-rw-r--r--translations/source/kn/basic/source/classes.po6
-rw-r--r--translations/source/kn/basic/source/sbx.po6
-rw-r--r--translations/source/kn/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/kn/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/kn/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/kn/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/kn/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/kn/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/kn/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/kn/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/kn/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/kn/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/kn/connectivity/source/drivers/mozab.po16
-rw-r--r--translations/source/kn/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/kn/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/kn/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/kn/connectivity/source/resource.po6
-rw-r--r--translations/source/kn/cui/source/customize.po6
-rw-r--r--translations/source/kn/cui/source/dialogs.po48
-rw-r--r--translations/source/kn/cui/source/options.po19
-rw-r--r--translations/source/kn/cui/source/tabpages.po153
-rw-r--r--translations/source/kn/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/kn/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/kn/dbaccess/source/ext/macromigration.po13
-rw-r--r--translations/source/kn/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/kn/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/kn/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/kn/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/kn/dbaccess/source/ui/dlg.po15
-rw-r--r--translations/source/kn/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/kn/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/kn/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/kn/dbaccess/source/ui/relationdesign.po10
-rw-r--r--translations/source/kn/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/kn/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/kn/desktop/source/app.po10
-rw-r--r--translations/source/kn/desktop/source/deployment/gui.po32
-rw-r--r--translations/source/kn/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/kn/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/kn/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/kn/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/kn/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/kn/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/kn/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/kn/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/kn/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/kn/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/kn/dictionaries/af_ZA.po4
-rw-r--r--translations/source/kn/dictionaries/an_ES.po19
-rw-r--r--translations/source/kn/dictionaries/ar.po4
-rw-r--r--translations/source/kn/dictionaries/be_BY.po4
-rw-r--r--translations/source/kn/dictionaries/bg_BG.po4
-rw-r--r--translations/source/kn/dictionaries/bn_BD.po4
-rw-r--r--translations/source/kn/dictionaries/br_FR.po4
-rw-r--r--translations/source/kn/dictionaries/ca.po4
-rw-r--r--translations/source/kn/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/kn/dictionaries/da_DK.po4
-rw-r--r--translations/source/kn/dictionaries/de.po4
-rw-r--r--translations/source/kn/dictionaries/el_GR.po4
-rw-r--r--translations/source/kn/dictionaries/en.po6
-rw-r--r--translations/source/kn/dictionaries/en/dialog.po171
-rw-r--r--translations/source/kn/dictionaries/es_ES.po6
-rw-r--r--translations/source/kn/dictionaries/et_EE.po4
-rw-r--r--translations/source/kn/dictionaries/fr_FR.po4
-rw-r--r--translations/source/kn/dictionaries/gd_GB.po4
-rw-r--r--translations/source/kn/dictionaries/gl.po4
-rw-r--r--translations/source/kn/dictionaries/gu_IN.po4
-rw-r--r--translations/source/kn/dictionaries/he_IL.po4
-rw-r--r--translations/source/kn/dictionaries/hi_IN.po4
-rw-r--r--translations/source/kn/dictionaries/hr_HR.po4
-rw-r--r--translations/source/kn/dictionaries/hu_HU.po6
-rw-r--r--translations/source/kn/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/kn/dictionaries/it_IT.po4
-rw-r--r--translations/source/kn/dictionaries/ku_TR.po4
-rw-r--r--translations/source/kn/dictionaries/lt_LT.po4
-rw-r--r--translations/source/kn/dictionaries/lv_LV.po4
-rw-r--r--translations/source/kn/dictionaries/ne_NP.po4
-rw-r--r--translations/source/kn/dictionaries/nl_NL.po4
-rw-r--r--translations/source/kn/dictionaries/no.po4
-rw-r--r--translations/source/kn/dictionaries/oc_FR.po4
-rw-r--r--translations/source/kn/dictionaries/pl_PL.po4
-rw-r--r--translations/source/kn/dictionaries/pt_BR.po4
-rw-r--r--translations/source/kn/dictionaries/pt_PT.po4
-rw-r--r--translations/source/kn/dictionaries/ro.po4
-rw-r--r--translations/source/kn/dictionaries/ru_RU.po6
-rw-r--r--translations/source/kn/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/kn/dictionaries/si_LK.po19
-rw-r--r--translations/source/kn/dictionaries/sk_SK.po4
-rw-r--r--translations/source/kn/dictionaries/sl_SI.po4
-rw-r--r--translations/source/kn/dictionaries/sr.po4
-rw-r--r--translations/source/kn/dictionaries/sv_SE.po4
-rw-r--r--translations/source/kn/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/kn/dictionaries/te_IN.po4
-rw-r--r--translations/source/kn/dictionaries/th_TH.po6
-rw-r--r--translations/source/kn/dictionaries/uk_UA.po4
-rw-r--r--translations/source/kn/dictionaries/vi.po4
-rw-r--r--translations/source/kn/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/kn/editeng/source/accessibility.po6
-rw-r--r--translations/source/kn/editeng/source/editeng.po8
-rw-r--r--translations/source/kn/editeng/source/items.po30
-rw-r--r--translations/source/kn/editeng/source/misc.po6
-rw-r--r--translations/source/kn/editeng/source/outliner.po6
-rw-r--r--translations/source/kn/extensions/source/abpilot.po10
-rw-r--r--translations/source/kn/extensions/source/bibliography.po6
-rw-r--r--translations/source/kn/extensions/source/dbpilots.po6
-rw-r--r--translations/source/kn/extensions/source/propctrlr.po6
-rw-r--r--translations/source/kn/extensions/source/scanner.po6
-rw-r--r--translations/source/kn/extensions/source/update/check.po6
-rw-r--r--translations/source/kn/filter/source/config/fragments/filters.po14
-rw-r--r--translations/source/kn/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/kn/filter/source/config/fragments/types.po10
-rw-r--r--translations/source/kn/filter/source/flash.po6
-rw-r--r--translations/source/kn/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/kn/filter/source/pdf.po15
-rw-r--r--translations/source/kn/filter/source/t602.po6
-rw-r--r--translations/source/kn/filter/source/xsltdialog.po6
-rw-r--r--translations/source/kn/forms/source/resource.po6
-rw-r--r--translations/source/kn/formula/source/core/resource.po22
-rw-r--r--translations/source/kn/formula/source/ui/dlg.po6
-rw-r--r--translations/source/kn/fpicker/source/office.po6
-rw-r--r--translations/source/kn/framework/source/classes.po6
-rw-r--r--translations/source/kn/framework/source/services.po6
-rw-r--r--translations/source/kn/instsetoo_native/inc_openoffice/windows/msi_languages.po68
-rw-r--r--translations/source/kn/mysqlc/source.po6
-rw-r--r--translations/source/kn/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/kn/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/kn/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/kn/nlpsolver/src/locale.po179
-rw-r--r--translations/source/kn/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/kn/officecfg/registry/data/org/openoffice/Office/UI.po57
-rw-r--r--translations/source/kn/padmin/source.po6
-rw-r--r--translations/source/kn/readlicense_oo/docs/readme.po45
-rw-r--r--translations/source/kn/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/kn/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/kn/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/kn/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/kn/reportbuilder/util.po4
-rw-r--r--translations/source/kn/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/kn/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/kn/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/kn/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/kn/sc/source/core/src.po6
-rw-r--r--translations/source/kn/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/kn/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/kn/sc/source/ui/docshell.po6
-rw-r--r--translations/source/kn/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/kn/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/kn/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/kn/sc/source/ui/navipi.po8
-rw-r--r--translations/source/kn/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/kn/sc/source/ui/src.po144
-rw-r--r--translations/source/kn/sc/source/ui/styleui.po8
-rw-r--r--translations/source/kn/scaddins/source/analysis.po6
-rw-r--r--translations/source/kn/scaddins/source/datefunc.po6
-rw-r--r--translations/source/kn/sccomp/source/solver.po6
-rw-r--r--translations/source/kn/scp2/source/accessories.po6
-rw-r--r--translations/source/kn/scp2/source/activex.po6
-rw-r--r--translations/source/kn/scp2/source/base.po16
-rw-r--r--translations/source/kn/scp2/source/binfilter.po6
-rw-r--r--translations/source/kn/scp2/source/calc.po6
-rw-r--r--translations/source/kn/scp2/source/draw.po6
-rw-r--r--translations/source/kn/scp2/source/extensions.po2200
-rw-r--r--translations/source/kn/scp2/source/gnome.po6
-rw-r--r--translations/source/kn/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/kn/scp2/source/impress.po6
-rw-r--r--translations/source/kn/scp2/source/javafilter.po6
-rw-r--r--translations/source/kn/scp2/source/kde.po6
-rw-r--r--translations/source/kn/scp2/source/math.po6
-rw-r--r--translations/source/kn/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/kn/scp2/source/ooo.po35
-rw-r--r--translations/source/kn/scp2/source/python.po6
-rw-r--r--translations/source/kn/scp2/source/quickstart.po6
-rw-r--r--translations/source/kn/scp2/source/sdkoo.po6
-rw-r--r--translations/source/kn/scp2/source/smoketest.po23
-rw-r--r--translations/source/kn/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/kn/scp2/source/writer.po6
-rw-r--r--translations/source/kn/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/kn/scripting/source/pyprov.po4
-rw-r--r--translations/source/kn/sd/source/core.po43
-rw-r--r--translations/source/kn/sd/source/filter/html.po6
-rw-r--r--translations/source/kn/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/kn/sd/source/ui/animations.po6
-rw-r--r--translations/source/kn/sd/source/ui/annotations.po6
-rw-r--r--translations/source/kn/sd/source/ui/app.po8
-rw-r--r--translations/source/kn/sd/source/ui/dlg.po6
-rw-r--r--translations/source/kn/sd/source/ui/notes.po6
-rw-r--r--translations/source/kn/sd/source/ui/slideshow.po19
-rw-r--r--translations/source/kn/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/kn/sd/source/ui/table.po6
-rw-r--r--translations/source/kn/sd/source/ui/view.po6
-rw-r--r--translations/source/kn/sdext/source/minimizer.po6
-rw-r--r--translations/source/kn/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/kn/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/kn/sdext/source/pdfimport.po4
-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.po6
-rw-r--r--translations/source/kn/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po16
-rw-r--r--translations/source/kn/setup_native/source/mac.po6
-rw-r--r--translations/source/kn/sfx2/source/appl.po6
-rw-r--r--translations/source/kn/sfx2/source/bastyp.po6
-rw-r--r--translations/source/kn/sfx2/source/dialog.po10
-rw-r--r--translations/source/kn/sfx2/source/doc.po20
-rw-r--r--translations/source/kn/sfx2/source/menu.po6
-rw-r--r--translations/source/kn/sfx2/source/view.po6
-rw-r--r--translations/source/kn/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/kn/starmath/source.po6
-rw-r--r--translations/source/kn/svl/source/items.po6
-rw-r--r--translations/source/kn/svl/source/misc.po6
-rw-r--r--translations/source/kn/svtools/source/contnr.po6
-rw-r--r--translations/source/kn/svtools/source/control.po6
-rw-r--r--translations/source/kn/svtools/source/dialogs.po6
-rw-r--r--translations/source/kn/svtools/source/filter.po6
-rw-r--r--translations/source/kn/svtools/source/java.po6
-rw-r--r--translations/source/kn/svtools/source/misc.po53
-rw-r--r--translations/source/kn/svtools/source/plugapp.po6
-rw-r--r--translations/source/kn/svtools/source/toolpanel.po6
-rw-r--r--translations/source/kn/svtools/workben/unodialog.po6
-rw-r--r--translations/source/kn/svx/inc.po8
-rw-r--r--translations/source/kn/svx/source/accessibility.po6
-rw-r--r--translations/source/kn/svx/source/dialog.po10
-rw-r--r--translations/source/kn/svx/source/engine3d.po6
-rw-r--r--translations/source/kn/svx/source/fmcomp.po6
-rw-r--r--translations/source/kn/svx/source/form.po6
-rw-r--r--translations/source/kn/svx/source/gallery2.po6
-rw-r--r--translations/source/kn/svx/source/items.po6
-rw-r--r--translations/source/kn/svx/source/src.po6
-rw-r--r--translations/source/kn/svx/source/stbctrls.po2
-rw-r--r--translations/source/kn/svx/source/svdraw.po6
-rw-r--r--translations/source/kn/svx/source/table.po6
-rw-r--r--translations/source/kn/svx/source/tbxctrls.po6
-rw-r--r--translations/source/kn/svx/source/toolbars.po6
-rw-r--r--translations/source/kn/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/kn/sw/source/core/layout.po4
-rw-r--r--translations/source/kn/sw/source/core/undo.po8
-rw-r--r--translations/source/kn/sw/source/core/unocore.po6
-rw-r--r--translations/source/kn/sw/source/ui/app.po22
-rw-r--r--translations/source/kn/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/kn/sw/source/ui/config.po2
-rw-r--r--translations/source/kn/sw/source/ui/dbui.po6
-rw-r--r--translations/source/kn/sw/source/ui/dialog.po14
-rw-r--r--translations/source/kn/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/kn/sw/source/ui/docvw.po22
-rw-r--r--translations/source/kn/sw/source/ui/envelp.po6
-rw-r--r--translations/source/kn/sw/source/ui/fldui.po6
-rw-r--r--translations/source/kn/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/kn/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/kn/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/kn/sw/source/ui/index.po13
-rw-r--r--translations/source/kn/sw/source/ui/lingu.po6
-rw-r--r--translations/source/kn/sw/source/ui/misc.po6
-rw-r--r--translations/source/kn/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/kn/sw/source/ui/shells.po14
-rw-r--r--translations/source/kn/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/kn/sw/source/ui/table.po16
-rw-r--r--translations/source/kn/sw/source/ui/uiview.po6
-rw-r--r--translations/source/kn/sw/source/ui/utlui.po22
-rw-r--r--translations/source/kn/sw/source/ui/web.po6
-rw-r--r--translations/source/kn/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/kn/swext/mediawiki/help.po16
-rw-r--r--translations/source/kn/swext/mediawiki/src.po8
-rw-r--r--translations/source/kn/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/kn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/kn/sysui/desktop/share.po6
-rw-r--r--translations/source/kn/uui/source.po6
-rw-r--r--translations/source/kn/vcl/source/src.po35
-rw-r--r--translations/source/kn/wizards/source/euro.po6
-rw-r--r--translations/source/kn/wizards/source/formwizard.po6
-rw-r--r--translations/source/kn/wizards/source/importwizard.po6
-rw-r--r--translations/source/kn/wizards/source/schedule.po6
-rw-r--r--translations/source/kn/wizards/source/template.po6
-rw-r--r--translations/source/kn/xmlsecurity/source/component.po6
-rw-r--r--translations/source/kn/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/ko/accessibility/source/helper.po6
-rw-r--r--translations/source/ko/avmedia/source/framework.po6
-rw-r--r--translations/source/ko/avmedia/source/viewer.po6
-rw-r--r--translations/source/ko/basctl/source/basicide.po6
-rw-r--r--translations/source/ko/basctl/source/dlged.po6
-rw-r--r--translations/source/ko/basic/source/classes.po6
-rw-r--r--translations/source/ko/basic/source/sbx.po6
-rw-r--r--translations/source/ko/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/ko/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/ko/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/ko/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/ko/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/ko/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/ko/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/ko/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/ko/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/ko/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/ko/connectivity/source/drivers/mozab.po8
-rw-r--r--translations/source/ko/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/ko/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/ko/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/ko/connectivity/source/resource.po6
-rw-r--r--translations/source/ko/cui/source/customize.po6
-rw-r--r--translations/source/ko/cui/source/dialogs.po16
-rw-r--r--translations/source/ko/cui/source/options.po46
-rw-r--r--translations/source/ko/cui/source/tabpages.po6
-rw-r--r--translations/source/ko/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/ko/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/ko/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/ko/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/ko/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/ko/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/ko/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/ko/dbaccess/source/ui/dlg.po6
-rw-r--r--translations/source/ko/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/ko/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/ko/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/ko/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/ko/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/ko/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/ko/desktop/source/app.po6
-rw-r--r--translations/source/ko/desktop/source/deployment/gui.po8
-rw-r--r--translations/source/ko/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/ko/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/ko/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/ko/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/ko/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/ko/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/ko/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/ko/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/ko/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/ko/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/ko/dictionaries/af_ZA.po4
-rw-r--r--translations/source/ko/dictionaries/an_ES.po4
-rw-r--r--translations/source/ko/dictionaries/ar.po4
-rw-r--r--translations/source/ko/dictionaries/be_BY.po4
-rw-r--r--translations/source/ko/dictionaries/bg_BG.po4
-rw-r--r--translations/source/ko/dictionaries/bn_BD.po4
-rw-r--r--translations/source/ko/dictionaries/br_FR.po4
-rw-r--r--translations/source/ko/dictionaries/ca.po4
-rw-r--r--translations/source/ko/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/ko/dictionaries/da_DK.po4
-rw-r--r--translations/source/ko/dictionaries/de.po4
-rw-r--r--translations/source/ko/dictionaries/el_GR.po4
-rw-r--r--translations/source/ko/dictionaries/en.po4
-rw-r--r--translations/source/ko/dictionaries/en/dialog.po8
-rw-r--r--translations/source/ko/dictionaries/es_ES.po6
-rw-r--r--translations/source/ko/dictionaries/et_EE.po4
-rw-r--r--translations/source/ko/dictionaries/fr_FR.po4
-rw-r--r--translations/source/ko/dictionaries/gd_GB.po4
-rw-r--r--translations/source/ko/dictionaries/gl.po4
-rw-r--r--translations/source/ko/dictionaries/gu_IN.po4
-rw-r--r--translations/source/ko/dictionaries/he_IL.po4
-rw-r--r--translations/source/ko/dictionaries/hi_IN.po4
-rw-r--r--translations/source/ko/dictionaries/hr_HR.po4
-rw-r--r--translations/source/ko/dictionaries/hu_HU.po4
-rw-r--r--translations/source/ko/dictionaries/hu_HU/dialog.po10
-rw-r--r--translations/source/ko/dictionaries/it_IT.po4
-rw-r--r--translations/source/ko/dictionaries/ku_TR.po4
-rw-r--r--translations/source/ko/dictionaries/lt_LT.po4
-rw-r--r--translations/source/ko/dictionaries/lv_LV.po4
-rw-r--r--translations/source/ko/dictionaries/ne_NP.po4
-rw-r--r--translations/source/ko/dictionaries/nl_NL.po4
-rw-r--r--translations/source/ko/dictionaries/no.po4
-rw-r--r--translations/source/ko/dictionaries/oc_FR.po4
-rw-r--r--translations/source/ko/dictionaries/pl_PL.po4
-rw-r--r--translations/source/ko/dictionaries/pt_BR.po4
-rw-r--r--translations/source/ko/dictionaries/pt_PT.po4
-rw-r--r--translations/source/ko/dictionaries/ro.po4
-rw-r--r--translations/source/ko/dictionaries/ru_RU.po4
-rw-r--r--translations/source/ko/dictionaries/ru_RU/dialog.po12
-rw-r--r--translations/source/ko/dictionaries/si_LK.po4
-rw-r--r--translations/source/ko/dictionaries/sk_SK.po4
-rw-r--r--translations/source/ko/dictionaries/sl_SI.po4
-rw-r--r--translations/source/ko/dictionaries/sr.po4
-rw-r--r--translations/source/ko/dictionaries/sv_SE.po4
-rw-r--r--translations/source/ko/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/ko/dictionaries/te_IN.po4
-rw-r--r--translations/source/ko/dictionaries/th_TH.po6
-rw-r--r--translations/source/ko/dictionaries/uk_UA.po4
-rw-r--r--translations/source/ko/dictionaries/vi.po4
-rw-r--r--translations/source/ko/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/ko/editeng/source/accessibility.po6
-rw-r--r--translations/source/ko/editeng/source/editeng.po8
-rw-r--r--translations/source/ko/editeng/source/items.po16
-rw-r--r--translations/source/ko/editeng/source/misc.po6
-rw-r--r--translations/source/ko/editeng/source/outliner.po6
-rw-r--r--translations/source/ko/extensions/source/abpilot.po6
-rw-r--r--translations/source/ko/extensions/source/bibliography.po6
-rw-r--r--translations/source/ko/extensions/source/dbpilots.po6
-rw-r--r--translations/source/ko/extensions/source/propctrlr.po6
-rw-r--r--translations/source/ko/extensions/source/scanner.po8
-rw-r--r--translations/source/ko/extensions/source/update/check.po6
-rw-r--r--translations/source/ko/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/ko/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/ko/filter/source/config/fragments/types.po8
-rw-r--r--translations/source/ko/filter/source/flash.po6
-rw-r--r--translations/source/ko/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/ko/filter/source/pdf.po6
-rw-r--r--translations/source/ko/filter/source/t602.po6
-rw-r--r--translations/source/ko/filter/source/xsltdialog.po6
-rw-r--r--translations/source/ko/forms/source/resource.po6
-rw-r--r--translations/source/ko/formula/source/core/resource.po6
-rw-r--r--translations/source/ko/formula/source/ui/dlg.po6
-rw-r--r--translations/source/ko/fpicker/source/office.po6
-rw-r--r--translations/source/ko/framework/source/classes.po6
-rw-r--r--translations/source/ko/framework/source/services.po6
-rw-r--r--translations/source/ko/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/sbasic/shared.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/scalc.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/scalc/01.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/scalc/04.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/scalc/guide.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/sdraw/04.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/shared.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/shared/00.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/shared/01.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/shared/02.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/shared/guide.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/shared/optionen.po77
-rw-r--r--translations/source/ko/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/ko/helpcontent2/source/text/simpress/04.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/smath/01.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/swriter/00.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/ko/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/swriter/04.po2
-rw-r--r--translations/source/ko/helpcontent2/source/text/swriter/guide.po10
-rw-r--r--translations/source/ko/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--translations/source/ko/mysqlc/source.po6
-rw-r--r--translations/source/ko/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/ko/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po4
-rw-r--r--translations/source/ko/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/ko/nlpsolver/src/locale.po18
-rw-r--r--translations/source/ko/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ko/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--translations/source/ko/padmin/source.po6
-rw-r--r--translations/source/ko/readlicense_oo/docs/readme.po14
-rw-r--r--translations/source/ko/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/ko/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ko/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/ko/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/ko/reportbuilder/util.po4
-rw-r--r--translations/source/ko/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/ko/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/ko/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/ko/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/ko/sc/source/core/src.po6
-rw-r--r--translations/source/ko/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/ko/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/ko/sc/source/ui/docshell.po6
-rw-r--r--translations/source/ko/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/ko/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/ko/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/ko/sc/source/ui/navipi.po6
-rw-r--r--translations/source/ko/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/ko/sc/source/ui/src.po12
-rw-r--r--translations/source/ko/sc/source/ui/styleui.po8
-rw-r--r--translations/source/ko/scaddins/source/analysis.po6
-rw-r--r--translations/source/ko/scaddins/source/datefunc.po6
-rw-r--r--translations/source/ko/sccomp/source/solver.po6
-rw-r--r--translations/source/ko/scp2/source/accessories.po6
-rw-r--r--translations/source/ko/scp2/source/activex.po6
-rw-r--r--translations/source/ko/scp2/source/base.po16
-rw-r--r--translations/source/ko/scp2/source/binfilter.po6
-rw-r--r--translations/source/ko/scp2/source/calc.po6
-rw-r--r--translations/source/ko/scp2/source/draw.po6
-rw-r--r--translations/source/ko/scp2/source/extensions.po16
-rw-r--r--translations/source/ko/scp2/source/gnome.po6
-rw-r--r--translations/source/ko/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/ko/scp2/source/impress.po6
-rw-r--r--translations/source/ko/scp2/source/javafilter.po6
-rw-r--r--translations/source/ko/scp2/source/kde.po6
-rw-r--r--translations/source/ko/scp2/source/math.po6
-rw-r--r--translations/source/ko/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/ko/scp2/source/ooo.po8
-rw-r--r--translations/source/ko/scp2/source/python.po6
-rw-r--r--translations/source/ko/scp2/source/quickstart.po6
-rw-r--r--translations/source/ko/scp2/source/sdkoo.po6
-rw-r--r--translations/source/ko/scp2/source/smoketest.po4
-rw-r--r--translations/source/ko/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/ko/scp2/source/writer.po6
-rw-r--r--translations/source/ko/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/ko/scripting/source/pyprov.po4
-rw-r--r--translations/source/ko/sd/source/core.po12
-rw-r--r--translations/source/ko/sd/source/filter/html.po6
-rw-r--r--translations/source/ko/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/ko/sd/source/ui/animations.po6
-rw-r--r--translations/source/ko/sd/source/ui/annotations.po6
-rw-r--r--translations/source/ko/sd/source/ui/app.po8
-rw-r--r--translations/source/ko/sd/source/ui/dlg.po6
-rw-r--r--translations/source/ko/sd/source/ui/notes.po6
-rw-r--r--translations/source/ko/sd/source/ui/slideshow.po6
-rw-r--r--translations/source/ko/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/ko/sd/source/ui/table.po6
-rw-r--r--translations/source/ko/sd/source/ui/view.po6
-rw-r--r--translations/source/ko/sdext/source/minimizer.po6
-rw-r--r--translations/source/ko/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ko/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/ko/sdext/source/pdfimport.po4
-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.po6
-rw-r--r--translations/source/ko/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/ko/setup_native/source/mac.po6
-rw-r--r--translations/source/ko/sfx2/source/appl.po6
-rw-r--r--translations/source/ko/sfx2/source/bastyp.po6
-rw-r--r--translations/source/ko/sfx2/source/dialog.po8
-rw-r--r--translations/source/ko/sfx2/source/doc.po16
-rw-r--r--translations/source/ko/sfx2/source/menu.po6
-rw-r--r--translations/source/ko/sfx2/source/view.po6
-rw-r--r--translations/source/ko/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/ko/starmath/source.po6
-rw-r--r--translations/source/ko/svl/source/items.po6
-rw-r--r--translations/source/ko/svl/source/misc.po6
-rw-r--r--translations/source/ko/svtools/source/contnr.po6
-rw-r--r--translations/source/ko/svtools/source/control.po6
-rw-r--r--translations/source/ko/svtools/source/dialogs.po6
-rw-r--r--translations/source/ko/svtools/source/filter.po6
-rw-r--r--translations/source/ko/svtools/source/java.po6
-rw-r--r--translations/source/ko/svtools/source/misc.po6
-rw-r--r--translations/source/ko/svtools/source/plugapp.po6
-rw-r--r--translations/source/ko/svtools/source/toolpanel.po6
-rw-r--r--translations/source/ko/svtools/workben/unodialog.po6
-rw-r--r--translations/source/ko/svx/inc.po8
-rw-r--r--translations/source/ko/svx/source/accessibility.po6
-rw-r--r--translations/source/ko/svx/source/dialog.po8
-rw-r--r--translations/source/ko/svx/source/engine3d.po6
-rw-r--r--translations/source/ko/svx/source/fmcomp.po6
-rw-r--r--translations/source/ko/svx/source/form.po6
-rw-r--r--translations/source/ko/svx/source/gallery2.po6
-rw-r--r--translations/source/ko/svx/source/items.po6
-rw-r--r--translations/source/ko/svx/source/src.po6
-rw-r--r--translations/source/ko/svx/source/stbctrls.po8
-rw-r--r--translations/source/ko/svx/source/svdraw.po6
-rw-r--r--translations/source/ko/svx/source/table.po6
-rw-r--r--translations/source/ko/svx/source/tbxctrls.po6
-rw-r--r--translations/source/ko/svx/source/toolbars.po6
-rw-r--r--translations/source/ko/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/ko/sw/source/core/layout.po4
-rw-r--r--translations/source/ko/sw/source/core/undo.po6
-rw-r--r--translations/source/ko/sw/source/core/unocore.po6
-rw-r--r--translations/source/ko/sw/source/ui/app.po14
-rw-r--r--translations/source/ko/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/ko/sw/source/ui/config.po58
-rw-r--r--translations/source/ko/sw/source/ui/dbui.po6
-rw-r--r--translations/source/ko/sw/source/ui/dialog.po8
-rw-r--r--translations/source/ko/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/ko/sw/source/ui/docvw.po6
-rw-r--r--translations/source/ko/sw/source/ui/envelp.po6
-rw-r--r--translations/source/ko/sw/source/ui/fldui.po6
-rw-r--r--translations/source/ko/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/ko/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/ko/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/ko/sw/source/ui/index.po6
-rw-r--r--translations/source/ko/sw/source/ui/lingu.po6
-rw-r--r--translations/source/ko/sw/source/ui/misc.po6
-rw-r--r--translations/source/ko/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/ko/sw/source/ui/shells.po8
-rw-r--r--translations/source/ko/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/ko/sw/source/ui/table.po6
-rw-r--r--translations/source/ko/sw/source/ui/uiview.po6
-rw-r--r--translations/source/ko/sw/source/ui/utlui.po196
-rw-r--r--translations/source/ko/sw/source/ui/web.po6
-rw-r--r--translations/source/ko/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/ko/swext/mediawiki/help.po6
-rw-r--r--translations/source/ko/swext/mediawiki/src.po8
-rw-r--r--translations/source/ko/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ko/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/ko/sysui/desktop/share.po6
-rw-r--r--translations/source/ko/uui/source.po6
-rw-r--r--translations/source/ko/vcl/source/src.po29
-rw-r--r--translations/source/ko/wizards/source/euro.po6
-rw-r--r--translations/source/ko/wizards/source/formwizard.po6
-rw-r--r--translations/source/ko/wizards/source/importwizard.po6
-rw-r--r--translations/source/ko/wizards/source/schedule.po6
-rw-r--r--translations/source/ko/wizards/source/template.po6
-rw-r--r--translations/source/ko/xmlsecurity/source/component.po6
-rw-r--r--translations/source/ko/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/kok/accessibility/source/helper.po6
-rw-r--r--translations/source/kok/avmedia/source/framework.po6
-rw-r--r--translations/source/kok/avmedia/source/viewer.po6
-rw-r--r--translations/source/kok/basctl/source/basicide.po6
-rw-r--r--translations/source/kok/basctl/source/dlged.po6
-rw-r--r--translations/source/kok/basic/source/classes.po6
-rw-r--r--translations/source/kok/basic/source/sbx.po6
-rw-r--r--translations/source/kok/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/kok/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/kok/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/kok/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/kok/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/kok/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/kok/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/kok/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/kok/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/kok/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/kok/connectivity/source/drivers/mozab.po10
-rw-r--r--translations/source/kok/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/kok/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/kok/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/kok/connectivity/source/resource.po6
-rw-r--r--translations/source/kok/cui/source/customize.po6
-rw-r--r--translations/source/kok/cui/source/dialogs.po41
-rw-r--r--translations/source/kok/cui/source/options.po12
-rw-r--r--translations/source/kok/cui/source/tabpages.po148
-rw-r--r--translations/source/kok/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/kok/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/kok/dbaccess/source/ext/macromigration.po8
-rw-r--r--translations/source/kok/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/kok/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/kok/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/kok/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/kok/dbaccess/source/ui/dlg.po13
-rw-r--r--translations/source/kok/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/kok/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/kok/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/kok/dbaccess/source/ui/relationdesign.po8
-rw-r--r--translations/source/kok/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/kok/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/kok/desktop/source/app.po10
-rw-r--r--translations/source/kok/desktop/source/deployment/gui.po28
-rw-r--r--translations/source/kok/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/kok/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/kok/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/kok/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/kok/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/kok/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/kok/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/kok/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/kok/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/kok/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/kok/dictionaries/af_ZA.po4
-rw-r--r--translations/source/kok/dictionaries/an_ES.po19
-rw-r--r--translations/source/kok/dictionaries/ar.po4
-rw-r--r--translations/source/kok/dictionaries/be_BY.po4
-rw-r--r--translations/source/kok/dictionaries/bg_BG.po4
-rw-r--r--translations/source/kok/dictionaries/bn_BD.po4
-rw-r--r--translations/source/kok/dictionaries/br_FR.po4
-rw-r--r--translations/source/kok/dictionaries/ca.po4
-rw-r--r--translations/source/kok/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/kok/dictionaries/da_DK.po4
-rw-r--r--translations/source/kok/dictionaries/de.po4
-rw-r--r--translations/source/kok/dictionaries/el_GR.po4
-rw-r--r--translations/source/kok/dictionaries/en.po6
-rw-r--r--translations/source/kok/dictionaries/en/dialog.po171
-rw-r--r--translations/source/kok/dictionaries/es_ES.po4
-rw-r--r--translations/source/kok/dictionaries/et_EE.po4
-rw-r--r--translations/source/kok/dictionaries/fr_FR.po4
-rw-r--r--translations/source/kok/dictionaries/gd_GB.po4
-rw-r--r--translations/source/kok/dictionaries/gl.po4
-rw-r--r--translations/source/kok/dictionaries/gu_IN.po4
-rw-r--r--translations/source/kok/dictionaries/he_IL.po4
-rw-r--r--translations/source/kok/dictionaries/hi_IN.po4
-rw-r--r--translations/source/kok/dictionaries/hr_HR.po4
-rw-r--r--translations/source/kok/dictionaries/hu_HU.po6
-rw-r--r--translations/source/kok/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/kok/dictionaries/it_IT.po4
-rw-r--r--translations/source/kok/dictionaries/ku_TR.po4
-rw-r--r--translations/source/kok/dictionaries/lt_LT.po4
-rw-r--r--translations/source/kok/dictionaries/lv_LV.po4
-rw-r--r--translations/source/kok/dictionaries/ne_NP.po4
-rw-r--r--translations/source/kok/dictionaries/nl_NL.po4
-rw-r--r--translations/source/kok/dictionaries/no.po4
-rw-r--r--translations/source/kok/dictionaries/oc_FR.po4
-rw-r--r--translations/source/kok/dictionaries/pl_PL.po4
-rw-r--r--translations/source/kok/dictionaries/pt_BR.po4
-rw-r--r--translations/source/kok/dictionaries/pt_PT.po4
-rw-r--r--translations/source/kok/dictionaries/ro.po4
-rw-r--r--translations/source/kok/dictionaries/ru_RU.po6
-rw-r--r--translations/source/kok/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/kok/dictionaries/si_LK.po19
-rw-r--r--translations/source/kok/dictionaries/sk_SK.po4
-rw-r--r--translations/source/kok/dictionaries/sl_SI.po4
-rw-r--r--translations/source/kok/dictionaries/sr.po4
-rw-r--r--translations/source/kok/dictionaries/sv_SE.po4
-rw-r--r--translations/source/kok/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/kok/dictionaries/te_IN.po4
-rw-r--r--translations/source/kok/dictionaries/th_TH.po4
-rw-r--r--translations/source/kok/dictionaries/uk_UA.po4
-rw-r--r--translations/source/kok/dictionaries/vi.po4
-rw-r--r--translations/source/kok/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/kok/editeng/source/accessibility.po6
-rw-r--r--translations/source/kok/editeng/source/editeng.po8
-rw-r--r--translations/source/kok/editeng/source/items.po30
-rw-r--r--translations/source/kok/editeng/source/misc.po6
-rw-r--r--translations/source/kok/editeng/source/outliner.po6
-rw-r--r--translations/source/kok/extensions/source/abpilot.po10
-rw-r--r--translations/source/kok/extensions/source/bibliography.po6
-rw-r--r--translations/source/kok/extensions/source/dbpilots.po6
-rw-r--r--translations/source/kok/extensions/source/propctrlr.po6
-rw-r--r--translations/source/kok/extensions/source/scanner.po8
-rw-r--r--translations/source/kok/extensions/source/update/check.po6
-rw-r--r--translations/source/kok/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/kok/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/kok/filter/source/config/fragments/types.po8
-rw-r--r--translations/source/kok/filter/source/flash.po6
-rw-r--r--translations/source/kok/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/kok/filter/source/pdf.po10
-rw-r--r--translations/source/kok/filter/source/t602.po6
-rw-r--r--translations/source/kok/filter/source/xsltdialog.po6
-rw-r--r--translations/source/kok/forms/source/resource.po6
-rw-r--r--translations/source/kok/formula/source/core/resource.po22
-rw-r--r--translations/source/kok/formula/source/ui/dlg.po6
-rw-r--r--translations/source/kok/fpicker/source/office.po6
-rw-r--r--translations/source/kok/framework/source/classes.po6
-rw-r--r--translations/source/kok/framework/source/services.po6
-rw-r--r--translations/source/kok/instsetoo_native/inc_openoffice/windows/msi_languages.po68
-rw-r--r--translations/source/kok/mysqlc/source.po6
-rw-r--r--translations/source/kok/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/kok/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/kok/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/kok/nlpsolver/src/locale.po179
-rw-r--r--translations/source/kok/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/kok/officecfg/registry/data/org/openoffice/Office/UI.po57
-rw-r--r--translations/source/kok/padmin/source.po6
-rw-r--r--translations/source/kok/readlicense_oo/docs/readme.po34
-rw-r--r--translations/source/kok/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/kok/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/kok/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/kok/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/kok/reportbuilder/util.po4
-rw-r--r--translations/source/kok/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/kok/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/kok/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/kok/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/kok/sc/source/core/src.po6
-rw-r--r--translations/source/kok/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/kok/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/kok/sc/source/ui/docshell.po6
-rw-r--r--translations/source/kok/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/kok/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/kok/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/kok/sc/source/ui/navipi.po8
-rw-r--r--translations/source/kok/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/kok/sc/source/ui/src.po144
-rw-r--r--translations/source/kok/sc/source/ui/styleui.po8
-rw-r--r--translations/source/kok/scaddins/source/analysis.po6
-rw-r--r--translations/source/kok/scaddins/source/datefunc.po6
-rw-r--r--translations/source/kok/sccomp/source/solver.po6
-rw-r--r--translations/source/kok/scp2/source/accessories.po6
-rw-r--r--translations/source/kok/scp2/source/activex.po6
-rw-r--r--translations/source/kok/scp2/source/base.po16
-rw-r--r--translations/source/kok/scp2/source/binfilter.po6
-rw-r--r--translations/source/kok/scp2/source/calc.po6
-rw-r--r--translations/source/kok/scp2/source/draw.po6
-rw-r--r--translations/source/kok/scp2/source/extensions.po2196
-rw-r--r--translations/source/kok/scp2/source/gnome.po6
-rw-r--r--translations/source/kok/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/kok/scp2/source/impress.po6
-rw-r--r--translations/source/kok/scp2/source/javafilter.po6
-rw-r--r--translations/source/kok/scp2/source/kde.po6
-rw-r--r--translations/source/kok/scp2/source/math.po6
-rw-r--r--translations/source/kok/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/kok/scp2/source/ooo.po27
-rw-r--r--translations/source/kok/scp2/source/python.po6
-rw-r--r--translations/source/kok/scp2/source/quickstart.po6
-rw-r--r--translations/source/kok/scp2/source/sdkoo.po6
-rw-r--r--translations/source/kok/scp2/source/smoketest.po23
-rw-r--r--translations/source/kok/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/kok/scp2/source/writer.po6
-rw-r--r--translations/source/kok/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/kok/scripting/source/pyprov.po4
-rw-r--r--translations/source/kok/sd/source/core.po41
-rw-r--r--translations/source/kok/sd/source/filter/html.po6
-rw-r--r--translations/source/kok/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/kok/sd/source/ui/animations.po6
-rw-r--r--translations/source/kok/sd/source/ui/annotations.po6
-rw-r--r--translations/source/kok/sd/source/ui/app.po8
-rw-r--r--translations/source/kok/sd/source/ui/dlg.po6
-rw-r--r--translations/source/kok/sd/source/ui/notes.po6
-rw-r--r--translations/source/kok/sd/source/ui/slideshow.po15
-rw-r--r--translations/source/kok/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/kok/sd/source/ui/table.po6
-rw-r--r--translations/source/kok/sd/source/ui/view.po6
-rw-r--r--translations/source/kok/sdext/source/minimizer.po4
-rw-r--r--translations/source/kok/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/kok/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/kok/sdext/source/pdfimport.po4
-rw-r--r--translations/source/kok/sdext/source/presenter.po4
-rw-r--r--translations/source/kok/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/kok/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/kok/setup_native/source/mac.po6
-rw-r--r--translations/source/kok/sfx2/source/appl.po6
-rw-r--r--translations/source/kok/sfx2/source/bastyp.po6
-rw-r--r--translations/source/kok/sfx2/source/dialog.po12
-rw-r--r--translations/source/kok/sfx2/source/doc.po16
-rw-r--r--translations/source/kok/sfx2/source/menu.po6
-rw-r--r--translations/source/kok/sfx2/source/view.po6
-rw-r--r--translations/source/kok/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/kok/starmath/source.po6
-rw-r--r--translations/source/kok/svl/source/items.po6
-rw-r--r--translations/source/kok/svl/source/misc.po8
-rw-r--r--translations/source/kok/svtools/source/contnr.po6
-rw-r--r--translations/source/kok/svtools/source/control.po6
-rw-r--r--translations/source/kok/svtools/source/dialogs.po6
-rw-r--r--translations/source/kok/svtools/source/filter.po6
-rw-r--r--translations/source/kok/svtools/source/java.po6
-rw-r--r--translations/source/kok/svtools/source/misc.po51
-rw-r--r--translations/source/kok/svtools/source/plugapp.po6
-rw-r--r--translations/source/kok/svtools/source/toolpanel.po6
-rw-r--r--translations/source/kok/svtools/workben/unodialog.po6
-rw-r--r--translations/source/kok/svx/inc.po8
-rw-r--r--translations/source/kok/svx/source/accessibility.po6
-rw-r--r--translations/source/kok/svx/source/dialog.po10
-rw-r--r--translations/source/kok/svx/source/engine3d.po6
-rw-r--r--translations/source/kok/svx/source/fmcomp.po6
-rw-r--r--translations/source/kok/svx/source/form.po6
-rw-r--r--translations/source/kok/svx/source/gallery2.po6
-rw-r--r--translations/source/kok/svx/source/items.po6
-rw-r--r--translations/source/kok/svx/source/src.po6
-rw-r--r--translations/source/kok/svx/source/stbctrls.po2
-rw-r--r--translations/source/kok/svx/source/svdraw.po6
-rw-r--r--translations/source/kok/svx/source/table.po6
-rw-r--r--translations/source/kok/svx/source/tbxctrls.po6
-rw-r--r--translations/source/kok/svx/source/toolbars.po6
-rw-r--r--translations/source/kok/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/kok/sw/source/core/layout.po4
-rw-r--r--translations/source/kok/sw/source/core/undo.po8
-rw-r--r--translations/source/kok/sw/source/core/unocore.po6
-rw-r--r--translations/source/kok/sw/source/ui/app.po22
-rw-r--r--translations/source/kok/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/kok/sw/source/ui/config.po2
-rw-r--r--translations/source/kok/sw/source/ui/dbui.po6
-rw-r--r--translations/source/kok/sw/source/ui/dialog.po14
-rw-r--r--translations/source/kok/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/kok/sw/source/ui/docvw.po22
-rw-r--r--translations/source/kok/sw/source/ui/envelp.po6
-rw-r--r--translations/source/kok/sw/source/ui/fldui.po6
-rw-r--r--translations/source/kok/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/kok/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/kok/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/kok/sw/source/ui/index.po11
-rw-r--r--translations/source/kok/sw/source/ui/lingu.po6
-rw-r--r--translations/source/kok/sw/source/ui/misc.po6
-rw-r--r--translations/source/kok/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/kok/sw/source/ui/shells.po14
-rw-r--r--translations/source/kok/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/kok/sw/source/ui/table.po18
-rw-r--r--translations/source/kok/sw/source/ui/uiview.po6
-rw-r--r--translations/source/kok/sw/source/ui/utlui.po22
-rw-r--r--translations/source/kok/sw/source/ui/web.po6
-rw-r--r--translations/source/kok/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/kok/swext/mediawiki/help.po10
-rw-r--r--translations/source/kok/swext/mediawiki/src.po6
-rw-r--r--translations/source/kok/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/kok/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/kok/sysui/desktop/share.po6
-rw-r--r--translations/source/kok/uui/source.po6
-rw-r--r--translations/source/kok/vcl/source/src.po38
-rw-r--r--translations/source/kok/wizards/source/euro.po6
-rw-r--r--translations/source/kok/wizards/source/formwizard.po6
-rw-r--r--translations/source/kok/wizards/source/importwizard.po6
-rw-r--r--translations/source/kok/wizards/source/schedule.po6
-rw-r--r--translations/source/kok/wizards/source/template.po6
-rw-r--r--translations/source/kok/xmlsecurity/source/component.po6
-rw-r--r--translations/source/kok/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/ks/accessibility/source/helper.po6
-rw-r--r--translations/source/ks/avmedia/source/framework.po6
-rw-r--r--translations/source/ks/avmedia/source/viewer.po6
-rw-r--r--translations/source/ks/basctl/source/basicide.po6
-rw-r--r--translations/source/ks/basctl/source/dlged.po6
-rw-r--r--translations/source/ks/basic/source/classes.po6
-rw-r--r--translations/source/ks/basic/source/sbx.po6
-rw-r--r--translations/source/ks/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/ks/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/ks/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/ks/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/ks/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/ks/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/ks/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/ks/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/ks/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/ks/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/ks/connectivity/source/drivers/mozab.po10
-rw-r--r--translations/source/ks/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/ks/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/ks/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/ks/connectivity/source/resource.po6
-rw-r--r--translations/source/ks/cui/source/customize.po6
-rw-r--r--translations/source/ks/cui/source/dialogs.po57
-rw-r--r--translations/source/ks/cui/source/options.po16
-rw-r--r--translations/source/ks/cui/source/tabpages.po148
-rw-r--r--translations/source/ks/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/ks/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/ks/dbaccess/source/ext/macromigration.po8
-rw-r--r--translations/source/ks/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/ks/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/ks/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/ks/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/ks/dbaccess/source/ui/dlg.po13
-rw-r--r--translations/source/ks/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/ks/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/ks/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/ks/dbaccess/source/ui/relationdesign.po8
-rw-r--r--translations/source/ks/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/ks/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/ks/desktop/source/app.po10
-rw-r--r--translations/source/ks/desktop/source/deployment/gui.po26
-rw-r--r--translations/source/ks/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/ks/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/ks/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/ks/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/ks/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/ks/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/ks/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/ks/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/ks/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/ks/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/ks/dictionaries/af_ZA.po4
-rw-r--r--translations/source/ks/dictionaries/an_ES.po19
-rw-r--r--translations/source/ks/dictionaries/ar.po4
-rw-r--r--translations/source/ks/dictionaries/be_BY.po4
-rw-r--r--translations/source/ks/dictionaries/bg_BG.po4
-rw-r--r--translations/source/ks/dictionaries/bn_BD.po4
-rw-r--r--translations/source/ks/dictionaries/br_FR.po4
-rw-r--r--translations/source/ks/dictionaries/ca.po4
-rw-r--r--translations/source/ks/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/ks/dictionaries/da_DK.po4
-rw-r--r--translations/source/ks/dictionaries/de.po4
-rw-r--r--translations/source/ks/dictionaries/el_GR.po4
-rw-r--r--translations/source/ks/dictionaries/en.po6
-rw-r--r--translations/source/ks/dictionaries/en/dialog.po171
-rw-r--r--translations/source/ks/dictionaries/es_ES.po4
-rw-r--r--translations/source/ks/dictionaries/et_EE.po4
-rw-r--r--translations/source/ks/dictionaries/fr_FR.po4
-rw-r--r--translations/source/ks/dictionaries/gd_GB.po4
-rw-r--r--translations/source/ks/dictionaries/gl.po4
-rw-r--r--translations/source/ks/dictionaries/gu_IN.po4
-rw-r--r--translations/source/ks/dictionaries/he_IL.po4
-rw-r--r--translations/source/ks/dictionaries/hi_IN.po4
-rw-r--r--translations/source/ks/dictionaries/hr_HR.po4
-rw-r--r--translations/source/ks/dictionaries/hu_HU.po6
-rw-r--r--translations/source/ks/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/ks/dictionaries/it_IT.po4
-rw-r--r--translations/source/ks/dictionaries/ku_TR.po4
-rw-r--r--translations/source/ks/dictionaries/lt_LT.po4
-rw-r--r--translations/source/ks/dictionaries/lv_LV.po4
-rw-r--r--translations/source/ks/dictionaries/ne_NP.po4
-rw-r--r--translations/source/ks/dictionaries/nl_NL.po4
-rw-r--r--translations/source/ks/dictionaries/no.po4
-rw-r--r--translations/source/ks/dictionaries/oc_FR.po4
-rw-r--r--translations/source/ks/dictionaries/pl_PL.po4
-rw-r--r--translations/source/ks/dictionaries/pt_BR.po4
-rw-r--r--translations/source/ks/dictionaries/pt_PT.po4
-rw-r--r--translations/source/ks/dictionaries/ro.po4
-rw-r--r--translations/source/ks/dictionaries/ru_RU.po6
-rw-r--r--translations/source/ks/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/ks/dictionaries/si_LK.po19
-rw-r--r--translations/source/ks/dictionaries/sk_SK.po4
-rw-r--r--translations/source/ks/dictionaries/sl_SI.po4
-rw-r--r--translations/source/ks/dictionaries/sr.po4
-rw-r--r--translations/source/ks/dictionaries/sv_SE.po4
-rw-r--r--translations/source/ks/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/ks/dictionaries/te_IN.po4
-rw-r--r--translations/source/ks/dictionaries/th_TH.po4
-rw-r--r--translations/source/ks/dictionaries/uk_UA.po4
-rw-r--r--translations/source/ks/dictionaries/vi.po4
-rw-r--r--translations/source/ks/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/ks/editeng/source/accessibility.po6
-rw-r--r--translations/source/ks/editeng/source/editeng.po8
-rw-r--r--translations/source/ks/editeng/source/items.po30
-rw-r--r--translations/source/ks/editeng/source/misc.po6
-rw-r--r--translations/source/ks/editeng/source/outliner.po6
-rw-r--r--translations/source/ks/extensions/source/abpilot.po10
-rw-r--r--translations/source/ks/extensions/source/bibliography.po6
-rw-r--r--translations/source/ks/extensions/source/dbpilots.po6
-rw-r--r--translations/source/ks/extensions/source/propctrlr.po6
-rw-r--r--translations/source/ks/extensions/source/scanner.po6
-rw-r--r--translations/source/ks/extensions/source/update/check.po6
-rw-r--r--translations/source/ks/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/ks/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/ks/filter/source/config/fragments/types.po8
-rw-r--r--translations/source/ks/filter/source/flash.po6
-rw-r--r--translations/source/ks/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/ks/filter/source/pdf.po10
-rw-r--r--translations/source/ks/filter/source/t602.po6
-rw-r--r--translations/source/ks/filter/source/xsltdialog.po6
-rw-r--r--translations/source/ks/forms/source/resource.po6
-rw-r--r--translations/source/ks/formula/source/core/resource.po22
-rw-r--r--translations/source/ks/formula/source/ui/dlg.po6
-rw-r--r--translations/source/ks/fpicker/source/office.po6
-rw-r--r--translations/source/ks/framework/source/classes.po6
-rw-r--r--translations/source/ks/framework/source/services.po6
-rw-r--r--translations/source/ks/instsetoo_native/inc_openoffice/windows/msi_languages.po65
-rw-r--r--translations/source/ks/mysqlc/source.po6
-rw-r--r--translations/source/ks/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/ks/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/ks/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/ks/nlpsolver/src/locale.po179
-rw-r--r--translations/source/ks/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ks/officecfg/registry/data/org/openoffice/Office/UI.po57
-rw-r--r--translations/source/ks/padmin/source.po6
-rw-r--r--translations/source/ks/readlicense_oo/docs/readme.po34
-rw-r--r--translations/source/ks/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/ks/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ks/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/ks/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/ks/reportbuilder/util.po4
-rw-r--r--translations/source/ks/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/ks/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/ks/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/ks/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/ks/sc/source/core/src.po6
-rw-r--r--translations/source/ks/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/ks/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/ks/sc/source/ui/docshell.po6
-rw-r--r--translations/source/ks/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/ks/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/ks/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/ks/sc/source/ui/navipi.po8
-rw-r--r--translations/source/ks/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/ks/sc/source/ui/src.po142
-rw-r--r--translations/source/ks/sc/source/ui/styleui.po8
-rw-r--r--translations/source/ks/scaddins/source/analysis.po6
-rw-r--r--translations/source/ks/scaddins/source/datefunc.po6
-rw-r--r--translations/source/ks/sccomp/source/solver.po6
-rw-r--r--translations/source/ks/scp2/source/accessories.po6
-rw-r--r--translations/source/ks/scp2/source/activex.po6
-rw-r--r--translations/source/ks/scp2/source/base.po16
-rw-r--r--translations/source/ks/scp2/source/binfilter.po6
-rw-r--r--translations/source/ks/scp2/source/calc.po6
-rw-r--r--translations/source/ks/scp2/source/draw.po6
-rw-r--r--translations/source/ks/scp2/source/extensions.po2196
-rw-r--r--translations/source/ks/scp2/source/gnome.po6
-rw-r--r--translations/source/ks/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/ks/scp2/source/impress.po6
-rw-r--r--translations/source/ks/scp2/source/javafilter.po6
-rw-r--r--translations/source/ks/scp2/source/kde.po6
-rw-r--r--translations/source/ks/scp2/source/math.po6
-rw-r--r--translations/source/ks/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/ks/scp2/source/ooo.po27
-rw-r--r--translations/source/ks/scp2/source/python.po6
-rw-r--r--translations/source/ks/scp2/source/quickstart.po6
-rw-r--r--translations/source/ks/scp2/source/sdkoo.po6
-rw-r--r--translations/source/ks/scp2/source/smoketest.po23
-rw-r--r--translations/source/ks/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/ks/scp2/source/writer.po6
-rw-r--r--translations/source/ks/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/ks/scripting/source/pyprov.po4
-rw-r--r--translations/source/ks/sd/source/core.po41
-rw-r--r--translations/source/ks/sd/source/filter/html.po6
-rw-r--r--translations/source/ks/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/ks/sd/source/ui/animations.po6
-rw-r--r--translations/source/ks/sd/source/ui/annotations.po6
-rw-r--r--translations/source/ks/sd/source/ui/app.po8
-rw-r--r--translations/source/ks/sd/source/ui/dlg.po6
-rw-r--r--translations/source/ks/sd/source/ui/notes.po6
-rw-r--r--translations/source/ks/sd/source/ui/slideshow.po15
-rw-r--r--translations/source/ks/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/ks/sd/source/ui/table.po6
-rw-r--r--translations/source/ks/sd/source/ui/view.po6
-rw-r--r--translations/source/ks/sdext/source/minimizer.po4
-rw-r--r--translations/source/ks/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ks/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/ks/sdext/source/pdfimport.po4
-rw-r--r--translations/source/ks/sdext/source/presenter.po4
-rw-r--r--translations/source/ks/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/ks/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/ks/setup_native/source/mac.po6
-rw-r--r--translations/source/ks/sfx2/source/appl.po6
-rw-r--r--translations/source/ks/sfx2/source/bastyp.po6
-rw-r--r--translations/source/ks/sfx2/source/dialog.po12
-rw-r--r--translations/source/ks/sfx2/source/doc.po16
-rw-r--r--translations/source/ks/sfx2/source/menu.po6
-rw-r--r--translations/source/ks/sfx2/source/view.po6
-rw-r--r--translations/source/ks/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/ks/starmath/source.po6
-rw-r--r--translations/source/ks/svl/source/items.po6
-rw-r--r--translations/source/ks/svl/source/misc.po6
-rw-r--r--translations/source/ks/svtools/source/contnr.po6
-rw-r--r--translations/source/ks/svtools/source/control.po6
-rw-r--r--translations/source/ks/svtools/source/dialogs.po6
-rw-r--r--translations/source/ks/svtools/source/filter.po6
-rw-r--r--translations/source/ks/svtools/source/java.po6
-rw-r--r--translations/source/ks/svtools/source/misc.po51
-rw-r--r--translations/source/ks/svtools/source/plugapp.po6
-rw-r--r--translations/source/ks/svtools/source/toolpanel.po6
-rw-r--r--translations/source/ks/svtools/workben/unodialog.po6
-rw-r--r--translations/source/ks/svx/inc.po8
-rw-r--r--translations/source/ks/svx/source/accessibility.po6
-rw-r--r--translations/source/ks/svx/source/dialog.po10
-rw-r--r--translations/source/ks/svx/source/engine3d.po6
-rw-r--r--translations/source/ks/svx/source/fmcomp.po6
-rw-r--r--translations/source/ks/svx/source/form.po6
-rw-r--r--translations/source/ks/svx/source/gallery2.po6
-rw-r--r--translations/source/ks/svx/source/items.po6
-rw-r--r--translations/source/ks/svx/source/src.po6
-rw-r--r--translations/source/ks/svx/source/stbctrls.po4
-rw-r--r--translations/source/ks/svx/source/svdraw.po6
-rw-r--r--translations/source/ks/svx/source/table.po6
-rw-r--r--translations/source/ks/svx/source/tbxctrls.po6
-rw-r--r--translations/source/ks/svx/source/toolbars.po6
-rw-r--r--translations/source/ks/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/ks/sw/source/core/layout.po4
-rw-r--r--translations/source/ks/sw/source/core/undo.po8
-rw-r--r--translations/source/ks/sw/source/core/unocore.po6
-rw-r--r--translations/source/ks/sw/source/ui/app.po22
-rw-r--r--translations/source/ks/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/ks/sw/source/ui/config.po2
-rw-r--r--translations/source/ks/sw/source/ui/dbui.po6
-rw-r--r--translations/source/ks/sw/source/ui/dialog.po14
-rw-r--r--translations/source/ks/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/ks/sw/source/ui/docvw.po22
-rw-r--r--translations/source/ks/sw/source/ui/envelp.po6
-rw-r--r--translations/source/ks/sw/source/ui/fldui.po6
-rw-r--r--translations/source/ks/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/ks/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/ks/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/ks/sw/source/ui/index.po11
-rw-r--r--translations/source/ks/sw/source/ui/lingu.po6
-rw-r--r--translations/source/ks/sw/source/ui/misc.po6
-rw-r--r--translations/source/ks/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/ks/sw/source/ui/shells.po14
-rw-r--r--translations/source/ks/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/ks/sw/source/ui/table.po14
-rw-r--r--translations/source/ks/sw/source/ui/uiview.po6
-rw-r--r--translations/source/ks/sw/source/ui/utlui.po22
-rw-r--r--translations/source/ks/sw/source/ui/web.po6
-rw-r--r--translations/source/ks/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/ks/swext/mediawiki/help.po10
-rw-r--r--translations/source/ks/swext/mediawiki/src.po6
-rw-r--r--translations/source/ks/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ks/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/ks/sysui/desktop/share.po6
-rw-r--r--translations/source/ks/uui/source.po6
-rw-r--r--translations/source/ks/vcl/source/src.po24
-rw-r--r--translations/source/ks/wizards/source/euro.po6
-rw-r--r--translations/source/ks/wizards/source/formwizard.po6
-rw-r--r--translations/source/ks/wizards/source/importwizard.po6
-rw-r--r--translations/source/ks/wizards/source/schedule.po6
-rw-r--r--translations/source/ks/wizards/source/template.po6
-rw-r--r--translations/source/ks/xmlsecurity/source/component.po6
-rw-r--r--translations/source/ks/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/ku/accessibility/source/helper.po6
-rw-r--r--translations/source/ku/avmedia/source/framework.po6
-rw-r--r--translations/source/ku/avmedia/source/viewer.po6
-rw-r--r--translations/source/ku/basctl/source/basicide.po6
-rw-r--r--translations/source/ku/basctl/source/dlged.po6
-rw-r--r--translations/source/ku/basic/source/classes.po6
-rw-r--r--translations/source/ku/basic/source/sbx.po6
-rw-r--r--translations/source/ku/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/ku/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/ku/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/ku/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/ku/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/ku/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/ku/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/ku/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/ku/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/ku/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/ku/connectivity/source/drivers/mozab.po16
-rw-r--r--translations/source/ku/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/ku/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/ku/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/ku/connectivity/source/resource.po6
-rw-r--r--translations/source/ku/cui/source/customize.po6
-rw-r--r--translations/source/ku/cui/source/dialogs.po46
-rw-r--r--translations/source/ku/cui/source/options.po41
-rw-r--r--translations/source/ku/cui/source/tabpages.po153
-rw-r--r--translations/source/ku/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/ku/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/ku/dbaccess/source/ext/macromigration.po13
-rw-r--r--translations/source/ku/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/ku/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/ku/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/ku/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/ku/dbaccess/source/ui/dlg.po15
-rw-r--r--translations/source/ku/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/ku/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/ku/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/ku/dbaccess/source/ui/relationdesign.po10
-rw-r--r--translations/source/ku/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/ku/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/ku/desktop/source/app.po10
-rw-r--r--translations/source/ku/desktop/source/deployment/gui.po32
-rw-r--r--translations/source/ku/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/ku/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/ku/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/ku/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/ku/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/ku/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/ku/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/ku/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/ku/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/ku/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/ku/dictionaries/af_ZA.po4
-rw-r--r--translations/source/ku/dictionaries/an_ES.po19
-rw-r--r--translations/source/ku/dictionaries/ar.po4
-rw-r--r--translations/source/ku/dictionaries/be_BY.po4
-rw-r--r--translations/source/ku/dictionaries/bg_BG.po4
-rw-r--r--translations/source/ku/dictionaries/bn_BD.po4
-rw-r--r--translations/source/ku/dictionaries/br_FR.po4
-rw-r--r--translations/source/ku/dictionaries/ca.po4
-rw-r--r--translations/source/ku/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/ku/dictionaries/da_DK.po4
-rw-r--r--translations/source/ku/dictionaries/de.po4
-rw-r--r--translations/source/ku/dictionaries/el_GR.po4
-rw-r--r--translations/source/ku/dictionaries/en.po6
-rw-r--r--translations/source/ku/dictionaries/en/dialog.po171
-rw-r--r--translations/source/ku/dictionaries/es_ES.po6
-rw-r--r--translations/source/ku/dictionaries/et_EE.po4
-rw-r--r--translations/source/ku/dictionaries/fr_FR.po4
-rw-r--r--translations/source/ku/dictionaries/gd_GB.po4
-rw-r--r--translations/source/ku/dictionaries/gl.po4
-rw-r--r--translations/source/ku/dictionaries/gu_IN.po4
-rw-r--r--translations/source/ku/dictionaries/he_IL.po4
-rw-r--r--translations/source/ku/dictionaries/hi_IN.po4
-rw-r--r--translations/source/ku/dictionaries/hr_HR.po4
-rw-r--r--translations/source/ku/dictionaries/hu_HU.po6
-rw-r--r--translations/source/ku/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/ku/dictionaries/it_IT.po4
-rw-r--r--translations/source/ku/dictionaries/ku_TR.po4
-rw-r--r--translations/source/ku/dictionaries/lt_LT.po4
-rw-r--r--translations/source/ku/dictionaries/lv_LV.po4
-rw-r--r--translations/source/ku/dictionaries/ne_NP.po4
-rw-r--r--translations/source/ku/dictionaries/nl_NL.po4
-rw-r--r--translations/source/ku/dictionaries/no.po4
-rw-r--r--translations/source/ku/dictionaries/oc_FR.po4
-rw-r--r--translations/source/ku/dictionaries/pl_PL.po4
-rw-r--r--translations/source/ku/dictionaries/pt_BR.po4
-rw-r--r--translations/source/ku/dictionaries/pt_PT.po4
-rw-r--r--translations/source/ku/dictionaries/ro.po4
-rw-r--r--translations/source/ku/dictionaries/ru_RU.po6
-rw-r--r--translations/source/ku/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/ku/dictionaries/si_LK.po19
-rw-r--r--translations/source/ku/dictionaries/sk_SK.po4
-rw-r--r--translations/source/ku/dictionaries/sl_SI.po4
-rw-r--r--translations/source/ku/dictionaries/sr.po4
-rw-r--r--translations/source/ku/dictionaries/sv_SE.po4
-rw-r--r--translations/source/ku/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/ku/dictionaries/te_IN.po4
-rw-r--r--translations/source/ku/dictionaries/th_TH.po6
-rw-r--r--translations/source/ku/dictionaries/uk_UA.po4
-rw-r--r--translations/source/ku/dictionaries/vi.po4
-rw-r--r--translations/source/ku/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/ku/editeng/source/accessibility.po6
-rw-r--r--translations/source/ku/editeng/source/editeng.po6
-rw-r--r--translations/source/ku/editeng/source/items.po30
-rw-r--r--translations/source/ku/editeng/source/misc.po6
-rw-r--r--translations/source/ku/editeng/source/outliner.po6
-rw-r--r--translations/source/ku/extensions/source/abpilot.po10
-rw-r--r--translations/source/ku/extensions/source/bibliography.po6
-rw-r--r--translations/source/ku/extensions/source/dbpilots.po6
-rw-r--r--translations/source/ku/extensions/source/propctrlr.po6
-rw-r--r--translations/source/ku/extensions/source/scanner.po8
-rw-r--r--translations/source/ku/extensions/source/update/check.po6
-rw-r--r--translations/source/ku/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/ku/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/ku/filter/source/config/fragments/types.po10
-rw-r--r--translations/source/ku/filter/source/flash.po6
-rw-r--r--translations/source/ku/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/ku/filter/source/pdf.po15
-rw-r--r--translations/source/ku/filter/source/t602.po6
-rw-r--r--translations/source/ku/filter/source/xsltdialog.po6
-rw-r--r--translations/source/ku/forms/source/resource.po6
-rw-r--r--translations/source/ku/formula/source/core/resource.po22
-rw-r--r--translations/source/ku/formula/source/ui/dlg.po6
-rw-r--r--translations/source/ku/fpicker/source/office.po6
-rw-r--r--translations/source/ku/framework/source/classes.po6
-rw-r--r--translations/source/ku/framework/source/services.po6
-rw-r--r--translations/source/ku/instsetoo_native/inc_openoffice/windows/msi_languages.po68
-rw-r--r--translations/source/ku/mysqlc/source.po6
-rw-r--r--translations/source/ku/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/ku/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/ku/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/ku/nlpsolver/src/locale.po179
-rw-r--r--translations/source/ku/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ku/officecfg/registry/data/org/openoffice/Office/UI.po57
-rw-r--r--translations/source/ku/padmin/source.po6
-rw-r--r--translations/source/ku/readlicense_oo/docs/readme.po34
-rw-r--r--translations/source/ku/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/ku/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ku/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/ku/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/ku/reportbuilder/util.po4
-rw-r--r--translations/source/ku/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/ku/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/ku/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/ku/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/ku/sc/source/core/src.po6
-rw-r--r--translations/source/ku/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/ku/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/ku/sc/source/ui/docshell.po6
-rw-r--r--translations/source/ku/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/ku/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/ku/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/ku/sc/source/ui/navipi.po8
-rw-r--r--translations/source/ku/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/ku/sc/source/ui/src.po134
-rw-r--r--translations/source/ku/sc/source/ui/styleui.po8
-rw-r--r--translations/source/ku/scaddins/source/analysis.po6
-rw-r--r--translations/source/ku/scaddins/source/datefunc.po6
-rw-r--r--translations/source/ku/sccomp/source/solver.po6
-rw-r--r--translations/source/ku/scp2/source/accessories.po6
-rw-r--r--translations/source/ku/scp2/source/activex.po6
-rw-r--r--translations/source/ku/scp2/source/base.po16
-rw-r--r--translations/source/ku/scp2/source/binfilter.po6
-rw-r--r--translations/source/ku/scp2/source/calc.po6
-rw-r--r--translations/source/ku/scp2/source/draw.po6
-rw-r--r--translations/source/ku/scp2/source/extensions.po2202
-rw-r--r--translations/source/ku/scp2/source/gnome.po6
-rw-r--r--translations/source/ku/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/ku/scp2/source/impress.po6
-rw-r--r--translations/source/ku/scp2/source/javafilter.po6
-rw-r--r--translations/source/ku/scp2/source/kde.po6
-rw-r--r--translations/source/ku/scp2/source/math.po6
-rw-r--r--translations/source/ku/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/ku/scp2/source/ooo.po35
-rw-r--r--translations/source/ku/scp2/source/python.po6
-rw-r--r--translations/source/ku/scp2/source/quickstart.po6
-rw-r--r--translations/source/ku/scp2/source/sdkoo.po6
-rw-r--r--translations/source/ku/scp2/source/smoketest.po23
-rw-r--r--translations/source/ku/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/ku/scp2/source/writer.po6
-rw-r--r--translations/source/ku/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/ku/scripting/source/pyprov.po4
-rw-r--r--translations/source/ku/sd/source/core.po43
-rw-r--r--translations/source/ku/sd/source/filter/html.po6
-rw-r--r--translations/source/ku/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/ku/sd/source/ui/animations.po6
-rw-r--r--translations/source/ku/sd/source/ui/annotations.po6
-rw-r--r--translations/source/ku/sd/source/ui/app.po8
-rw-r--r--translations/source/ku/sd/source/ui/dlg.po6
-rw-r--r--translations/source/ku/sd/source/ui/notes.po6
-rw-r--r--translations/source/ku/sd/source/ui/slideshow.po16
-rw-r--r--translations/source/ku/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/ku/sd/source/ui/table.po6
-rw-r--r--translations/source/ku/sd/source/ui/view.po6
-rw-r--r--translations/source/ku/sdext/source/minimizer.po6
-rw-r--r--translations/source/ku/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ku/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/ku/sdext/source/pdfimport.po4
-rw-r--r--translations/source/ku/sdext/source/presenter.po4
-rw-r--r--translations/source/ku/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/ku/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po16
-rw-r--r--translations/source/ku/setup_native/source/mac.po6
-rw-r--r--translations/source/ku/sfx2/source/appl.po6
-rw-r--r--translations/source/ku/sfx2/source/bastyp.po6
-rw-r--r--translations/source/ku/sfx2/source/dialog.po12
-rw-r--r--translations/source/ku/sfx2/source/doc.po20
-rw-r--r--translations/source/ku/sfx2/source/menu.po6
-rw-r--r--translations/source/ku/sfx2/source/view.po6
-rw-r--r--translations/source/ku/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/ku/starmath/source.po6
-rw-r--r--translations/source/ku/svl/source/items.po6
-rw-r--r--translations/source/ku/svl/source/misc.po6
-rw-r--r--translations/source/ku/svtools/source/contnr.po6
-rw-r--r--translations/source/ku/svtools/source/control.po6
-rw-r--r--translations/source/ku/svtools/source/dialogs.po6
-rw-r--r--translations/source/ku/svtools/source/filter.po6
-rw-r--r--translations/source/ku/svtools/source/java.po6
-rw-r--r--translations/source/ku/svtools/source/misc.po53
-rw-r--r--translations/source/ku/svtools/source/plugapp.po6
-rw-r--r--translations/source/ku/svtools/source/toolpanel.po6
-rw-r--r--translations/source/ku/svtools/workben/unodialog.po6
-rw-r--r--translations/source/ku/svx/inc.po6
-rw-r--r--translations/source/ku/svx/source/accessibility.po6
-rw-r--r--translations/source/ku/svx/source/dialog.po10
-rw-r--r--translations/source/ku/svx/source/engine3d.po6
-rw-r--r--translations/source/ku/svx/source/fmcomp.po6
-rw-r--r--translations/source/ku/svx/source/form.po6
-rw-r--r--translations/source/ku/svx/source/gallery2.po6
-rw-r--r--translations/source/ku/svx/source/items.po6
-rw-r--r--translations/source/ku/svx/source/src.po6
-rw-r--r--translations/source/ku/svx/source/stbctrls.po2
-rw-r--r--translations/source/ku/svx/source/svdraw.po6
-rw-r--r--translations/source/ku/svx/source/table.po6
-rw-r--r--translations/source/ku/svx/source/tbxctrls.po6
-rw-r--r--translations/source/ku/svx/source/toolbars.po6
-rw-r--r--translations/source/ku/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/ku/sw/source/core/layout.po4
-rw-r--r--translations/source/ku/sw/source/core/undo.po6
-rw-r--r--translations/source/ku/sw/source/core/unocore.po6
-rw-r--r--translations/source/ku/sw/source/ui/app.po22
-rw-r--r--translations/source/ku/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/ku/sw/source/ui/config.po2
-rw-r--r--translations/source/ku/sw/source/ui/dbui.po6
-rw-r--r--translations/source/ku/sw/source/ui/dialog.po14
-rw-r--r--translations/source/ku/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/ku/sw/source/ui/docvw.po22
-rw-r--r--translations/source/ku/sw/source/ui/envelp.po6
-rw-r--r--translations/source/ku/sw/source/ui/fldui.po6
-rw-r--r--translations/source/ku/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/ku/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/ku/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/ku/sw/source/ui/index.po13
-rw-r--r--translations/source/ku/sw/source/ui/lingu.po6
-rw-r--r--translations/source/ku/sw/source/ui/misc.po6
-rw-r--r--translations/source/ku/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/ku/sw/source/ui/shells.po14
-rw-r--r--translations/source/ku/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/ku/sw/source/ui/table.po14
-rw-r--r--translations/source/ku/sw/source/ui/uiview.po6
-rw-r--r--translations/source/ku/sw/source/ui/utlui.po22
-rw-r--r--translations/source/ku/sw/source/ui/web.po6
-rw-r--r--translations/source/ku/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/ku/swext/mediawiki/help.po16
-rw-r--r--translations/source/ku/swext/mediawiki/src.po8
-rw-r--r--translations/source/ku/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ku/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/ku/sysui/desktop/share.po6
-rw-r--r--translations/source/ku/uui/source.po6
-rw-r--r--translations/source/ku/vcl/source/src.po32
-rw-r--r--translations/source/ku/wizards/source/euro.po6
-rw-r--r--translations/source/ku/wizards/source/formwizard.po6
-rw-r--r--translations/source/ku/wizards/source/importwizard.po6
-rw-r--r--translations/source/ku/wizards/source/schedule.po6
-rw-r--r--translations/source/ku/wizards/source/template.po6
-rw-r--r--translations/source/ku/xmlsecurity/source/component.po6
-rw-r--r--translations/source/ku/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/lb/accessibility/source/helper.po6
-rw-r--r--translations/source/lb/avmedia/source/framework.po6
-rw-r--r--translations/source/lb/avmedia/source/viewer.po6
-rw-r--r--translations/source/lb/basctl/source/basicide.po8
-rw-r--r--translations/source/lb/basctl/source/dlged.po6
-rw-r--r--translations/source/lb/basic/source/classes.po6
-rw-r--r--translations/source/lb/basic/source/sbx.po6
-rw-r--r--translations/source/lb/chart2/source/controller/dialogs.po16
-rw-r--r--translations/source/lb/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/lb/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/lb/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/lb/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/lb/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/lb/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/lb/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/lb/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/lb/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/lb/connectivity/source/drivers/mozab.po10
-rw-r--r--translations/source/lb/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/lb/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/lb/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/lb/connectivity/source/resource.po6
-rw-r--r--translations/source/lb/cui/source/customize.po6
-rw-r--r--translations/source/lb/cui/source/dialogs.po18
-rw-r--r--translations/source/lb/cui/source/options.po48
-rw-r--r--translations/source/lb/cui/source/tabpages.po126
-rw-r--r--translations/source/lb/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/lb/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/lb/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/lb/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/lb/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/lb/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/lb/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/lb/dbaccess/source/ui/dlg.po14
-rw-r--r--translations/source/lb/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/lb/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/lb/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/lb/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/lb/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/lb/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/lb/desktop/source/app.po10
-rw-r--r--translations/source/lb/desktop/source/deployment/gui.po8
-rw-r--r--translations/source/lb/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/lb/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/lb/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/lb/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/lb/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/lb/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/lb/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/lb/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/lb/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/lb/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/lb/dictionaries/af_ZA.po4
-rw-r--r--translations/source/lb/dictionaries/an_ES.po4
-rw-r--r--translations/source/lb/dictionaries/ar.po4
-rw-r--r--translations/source/lb/dictionaries/be_BY.po4
-rw-r--r--translations/source/lb/dictionaries/bg_BG.po4
-rw-r--r--translations/source/lb/dictionaries/bn_BD.po4
-rw-r--r--translations/source/lb/dictionaries/br_FR.po4
-rw-r--r--translations/source/lb/dictionaries/ca.po4
-rw-r--r--translations/source/lb/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/lb/dictionaries/da_DK.po4
-rw-r--r--translations/source/lb/dictionaries/de.po4
-rw-r--r--translations/source/lb/dictionaries/el_GR.po4
-rw-r--r--translations/source/lb/dictionaries/en.po4
-rw-r--r--translations/source/lb/dictionaries/en/dialog.po6
-rw-r--r--translations/source/lb/dictionaries/es_ES.po4
-rw-r--r--translations/source/lb/dictionaries/et_EE.po4
-rw-r--r--translations/source/lb/dictionaries/fr_FR.po4
-rw-r--r--translations/source/lb/dictionaries/gd_GB.po4
-rw-r--r--translations/source/lb/dictionaries/gl.po4
-rw-r--r--translations/source/lb/dictionaries/gu_IN.po4
-rw-r--r--translations/source/lb/dictionaries/he_IL.po4
-rw-r--r--translations/source/lb/dictionaries/hi_IN.po4
-rw-r--r--translations/source/lb/dictionaries/hr_HR.po4
-rw-r--r--translations/source/lb/dictionaries/hu_HU.po4
-rw-r--r--translations/source/lb/dictionaries/hu_HU/dialog.po8
-rw-r--r--translations/source/lb/dictionaries/it_IT.po4
-rw-r--r--translations/source/lb/dictionaries/ku_TR.po4
-rw-r--r--translations/source/lb/dictionaries/lt_LT.po4
-rw-r--r--translations/source/lb/dictionaries/lv_LV.po4
-rw-r--r--translations/source/lb/dictionaries/ne_NP.po4
-rw-r--r--translations/source/lb/dictionaries/nl_NL.po4
-rw-r--r--translations/source/lb/dictionaries/no.po4
-rw-r--r--translations/source/lb/dictionaries/oc_FR.po4
-rw-r--r--translations/source/lb/dictionaries/pl_PL.po4
-rw-r--r--translations/source/lb/dictionaries/pt_BR.po4
-rw-r--r--translations/source/lb/dictionaries/pt_PT.po4
-rw-r--r--translations/source/lb/dictionaries/ro.po4
-rw-r--r--translations/source/lb/dictionaries/ru_RU.po4
-rw-r--r--translations/source/lb/dictionaries/ru_RU/dialog.po6
-rw-r--r--translations/source/lb/dictionaries/si_LK.po4
-rw-r--r--translations/source/lb/dictionaries/sk_SK.po4
-rw-r--r--translations/source/lb/dictionaries/sl_SI.po4
-rw-r--r--translations/source/lb/dictionaries/sr.po4
-rw-r--r--translations/source/lb/dictionaries/sv_SE.po4
-rw-r--r--translations/source/lb/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/lb/dictionaries/te_IN.po4
-rw-r--r--translations/source/lb/dictionaries/th_TH.po4
-rw-r--r--translations/source/lb/dictionaries/uk_UA.po4
-rw-r--r--translations/source/lb/dictionaries/vi.po4
-rw-r--r--translations/source/lb/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/lb/editeng/source/accessibility.po6
-rw-r--r--translations/source/lb/editeng/source/editeng.po8
-rw-r--r--translations/source/lb/editeng/source/items.po30
-rw-r--r--translations/source/lb/editeng/source/misc.po6
-rw-r--r--translations/source/lb/editeng/source/outliner.po6
-rw-r--r--translations/source/lb/extensions/source/abpilot.po8
-rw-r--r--translations/source/lb/extensions/source/bibliography.po6
-rw-r--r--translations/source/lb/extensions/source/dbpilots.po6
-rw-r--r--translations/source/lb/extensions/source/propctrlr.po18
-rw-r--r--translations/source/lb/extensions/source/scanner.po6
-rw-r--r--translations/source/lb/extensions/source/update/check.po6
-rw-r--r--translations/source/lb/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/lb/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/lb/filter/source/config/fragments/types.po8
-rw-r--r--translations/source/lb/filter/source/flash.po6
-rw-r--r--translations/source/lb/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/lb/filter/source/pdf.po8
-rw-r--r--translations/source/lb/filter/source/t602.po6
-rw-r--r--translations/source/lb/filter/source/xsltdialog.po6
-rw-r--r--translations/source/lb/forms/source/resource.po6
-rw-r--r--translations/source/lb/formula/source/core/resource.po6
-rw-r--r--translations/source/lb/formula/source/ui/dlg.po6
-rw-r--r--translations/source/lb/fpicker/source/office.po6
-rw-r--r--translations/source/lb/framework/source/classes.po6
-rw-r--r--translations/source/lb/framework/source/services.po6
-rw-r--r--translations/source/lb/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--translations/source/lb/mysqlc/source.po6
-rw-r--r--translations/source/lb/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/lb/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po6
-rw-r--r--translations/source/lb/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/lb/nlpsolver/src/locale.po20
-rw-r--r--translations/source/lb/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/lb/officecfg/registry/data/org/openoffice/Office/UI.po38
-rw-r--r--translations/source/lb/padmin/source.po8
-rw-r--r--translations/source/lb/readlicense_oo/docs/readme.po46
-rw-r--r--translations/source/lb/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/lb/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/lb/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/lb/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/lb/reportbuilder/util.po4
-rw-r--r--translations/source/lb/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/lb/reportdesign/source/ui/dlg.po16
-rw-r--r--translations/source/lb/reportdesign/source/ui/inspection.po8
-rw-r--r--translations/source/lb/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/lb/sc/source/core/src.po6
-rw-r--r--translations/source/lb/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/lb/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/lb/sc/source/ui/docshell.po6
-rw-r--r--translations/source/lb/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/lb/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/lb/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/lb/sc/source/ui/navipi.po6
-rw-r--r--translations/source/lb/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/lb/sc/source/ui/src.po37
-rw-r--r--translations/source/lb/sc/source/ui/styleui.po6
-rw-r--r--translations/source/lb/scaddins/source/analysis.po10
-rw-r--r--translations/source/lb/scaddins/source/datefunc.po6
-rw-r--r--translations/source/lb/sccomp/source/solver.po6
-rw-r--r--translations/source/lb/scp2/source/accessories.po6
-rw-r--r--translations/source/lb/scp2/source/activex.po6
-rw-r--r--translations/source/lb/scp2/source/base.po16
-rw-r--r--translations/source/lb/scp2/source/binfilter.po6
-rw-r--r--translations/source/lb/scp2/source/calc.po8
-rw-r--r--translations/source/lb/scp2/source/draw.po6
-rw-r--r--translations/source/lb/scp2/source/extensions.po16
-rw-r--r--translations/source/lb/scp2/source/gnome.po6
-rw-r--r--translations/source/lb/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/lb/scp2/source/impress.po6
-rw-r--r--translations/source/lb/scp2/source/javafilter.po6
-rw-r--r--translations/source/lb/scp2/source/kde.po6
-rw-r--r--translations/source/lb/scp2/source/math.po6
-rw-r--r--translations/source/lb/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/lb/scp2/source/ooo.po6
-rw-r--r--translations/source/lb/scp2/source/python.po6
-rw-r--r--translations/source/lb/scp2/source/quickstart.po6
-rw-r--r--translations/source/lb/scp2/source/sdkoo.po6
-rw-r--r--translations/source/lb/scp2/source/smoketest.po4
-rw-r--r--translations/source/lb/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/lb/scp2/source/writer.po6
-rw-r--r--translations/source/lb/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/lb/scripting/source/pyprov.po4
-rw-r--r--translations/source/lb/sd/source/core.po6
-rw-r--r--translations/source/lb/sd/source/filter/html.po6
-rw-r--r--translations/source/lb/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/lb/sd/source/ui/animations.po8
-rw-r--r--translations/source/lb/sd/source/ui/annotations.po6
-rw-r--r--translations/source/lb/sd/source/ui/app.po14
-rw-r--r--translations/source/lb/sd/source/ui/dlg.po12
-rw-r--r--translations/source/lb/sd/source/ui/notes.po6
-rw-r--r--translations/source/lb/sd/source/ui/slideshow.po6
-rw-r--r--translations/source/lb/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/lb/sd/source/ui/table.po6
-rw-r--r--translations/source/lb/sd/source/ui/view.po6
-rw-r--r--translations/source/lb/sdext/source/minimizer.po6
-rw-r--r--translations/source/lb/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/lb/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po8
-rw-r--r--translations/source/lb/sdext/source/pdfimport.po4
-rw-r--r--translations/source/lb/sdext/source/presenter.po4
-rw-r--r--translations/source/lb/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po10
-rw-r--r--translations/source/lb/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po8
-rw-r--r--translations/source/lb/setup_native/source/mac.po6
-rw-r--r--translations/source/lb/sfx2/source/appl.po8
-rw-r--r--translations/source/lb/sfx2/source/bastyp.po6
-rw-r--r--translations/source/lb/sfx2/source/dialog.po20
-rw-r--r--translations/source/lb/sfx2/source/doc.po14
-rw-r--r--translations/source/lb/sfx2/source/menu.po8
-rw-r--r--translations/source/lb/sfx2/source/view.po6
-rw-r--r--translations/source/lb/shell/source/win32/shlxthandler/res.po8
-rw-r--r--translations/source/lb/starmath/source.po10
-rw-r--r--translations/source/lb/svl/source/items.po6
-rw-r--r--translations/source/lb/svl/source/misc.po6
-rw-r--r--translations/source/lb/svtools/source/contnr.po6
-rw-r--r--translations/source/lb/svtools/source/control.po6
-rw-r--r--translations/source/lb/svtools/source/dialogs.po6
-rw-r--r--translations/source/lb/svtools/source/filter.po6
-rw-r--r--translations/source/lb/svtools/source/java.po6
-rw-r--r--translations/source/lb/svtools/source/misc.po8
-rw-r--r--translations/source/lb/svtools/source/plugapp.po8
-rw-r--r--translations/source/lb/svtools/source/toolpanel.po6
-rw-r--r--translations/source/lb/svtools/workben/unodialog.po6
-rw-r--r--translations/source/lb/svx/inc.po6
-rw-r--r--translations/source/lb/svx/source/accessibility.po6
-rw-r--r--translations/source/lb/svx/source/dialog.po14
-rw-r--r--translations/source/lb/svx/source/engine3d.po6
-rw-r--r--translations/source/lb/svx/source/fmcomp.po6
-rw-r--r--translations/source/lb/svx/source/form.po10
-rw-r--r--translations/source/lb/svx/source/gallery2.po6
-rw-r--r--translations/source/lb/svx/source/items.po6
-rw-r--r--translations/source/lb/svx/source/src.po6
-rw-r--r--translations/source/lb/svx/source/stbctrls.po2
-rw-r--r--translations/source/lb/svx/source/svdraw.po10
-rw-r--r--translations/source/lb/svx/source/table.po6
-rw-r--r--translations/source/lb/svx/source/tbxctrls.po6
-rw-r--r--translations/source/lb/svx/source/toolbars.po6
-rw-r--r--translations/source/lb/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/lb/sw/source/core/layout.po4
-rw-r--r--translations/source/lb/sw/source/core/undo.po6
-rw-r--r--translations/source/lb/sw/source/core/unocore.po6
-rw-r--r--translations/source/lb/sw/source/ui/app.po6
-rw-r--r--translations/source/lb/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/lb/sw/source/ui/config.po63
-rw-r--r--translations/source/lb/sw/source/ui/dbui.po8
-rw-r--r--translations/source/lb/sw/source/ui/dialog.po12
-rw-r--r--translations/source/lb/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/lb/sw/source/ui/docvw.po6
-rw-r--r--translations/source/lb/sw/source/ui/envelp.po6
-rw-r--r--translations/source/lb/sw/source/ui/fldui.po12
-rw-r--r--translations/source/lb/sw/source/ui/fmtui.po10
-rw-r--r--translations/source/lb/sw/source/ui/frmdlg.po10
-rw-r--r--translations/source/lb/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/lb/sw/source/ui/index.po12
-rw-r--r--translations/source/lb/sw/source/ui/lingu.po12
-rw-r--r--translations/source/lb/sw/source/ui/misc.po8
-rw-r--r--translations/source/lb/sw/source/ui/ribbar.po8
-rw-r--r--translations/source/lb/sw/source/ui/shells.po6
-rw-r--r--translations/source/lb/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/lb/sw/source/ui/table.po18
-rw-r--r--translations/source/lb/sw/source/ui/uiview.po6
-rw-r--r--translations/source/lb/sw/source/ui/utlui.po208
-rw-r--r--translations/source/lb/sw/source/ui/web.po6
-rw-r--r--translations/source/lb/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/lb/swext/mediawiki/help.po6
-rw-r--r--translations/source/lb/swext/mediawiki/src.po6
-rw-r--r--translations/source/lb/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/lb/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/lb/sysui/desktop/share.po6
-rw-r--r--translations/source/lb/uui/source.po6
-rw-r--r--translations/source/lb/vcl/source/src.po16
-rw-r--r--translations/source/lb/wizards/source/euro.po6
-rw-r--r--translations/source/lb/wizards/source/formwizard.po12
-rw-r--r--translations/source/lb/wizards/source/importwizard.po6
-rw-r--r--translations/source/lb/wizards/source/schedule.po6
-rw-r--r--translations/source/lb/wizards/source/template.po6
-rw-r--r--translations/source/lb/xmlsecurity/source/component.po6
-rw-r--r--translations/source/lb/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/lo/accessibility/source/helper.po6
-rw-r--r--translations/source/lo/avmedia/source/framework.po6
-rw-r--r--translations/source/lo/avmedia/source/viewer.po6
-rw-r--r--translations/source/lo/basctl/source/basicide.po6
-rw-r--r--translations/source/lo/basctl/source/dlged.po6
-rw-r--r--translations/source/lo/basic/source/classes.po6
-rw-r--r--translations/source/lo/basic/source/sbx.po6
-rw-r--r--translations/source/lo/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/lo/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/lo/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/lo/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/lo/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/lo/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/lo/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/lo/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/lo/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/lo/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/lo/connectivity/source/drivers/mozab.po10
-rw-r--r--translations/source/lo/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/lo/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/lo/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/lo/connectivity/source/resource.po6
-rw-r--r--translations/source/lo/cui/source/customize.po6
-rw-r--r--translations/source/lo/cui/source/dialogs.po39
-rw-r--r--translations/source/lo/cui/source/options.po18
-rw-r--r--translations/source/lo/cui/source/tabpages.po150
-rw-r--r--translations/source/lo/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/lo/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/lo/dbaccess/source/ext/macromigration.po8
-rw-r--r--translations/source/lo/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/lo/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/lo/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/lo/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/lo/dbaccess/source/ui/dlg.po11
-rw-r--r--translations/source/lo/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/lo/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/lo/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/lo/dbaccess/source/ui/relationdesign.po8
-rw-r--r--translations/source/lo/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/lo/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/lo/desktop/source/app.po10
-rw-r--r--translations/source/lo/desktop/source/deployment/gui.po26
-rw-r--r--translations/source/lo/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/lo/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/lo/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/lo/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/lo/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/lo/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/lo/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/lo/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/lo/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/lo/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/lo/dictionaries/af_ZA.po4
-rw-r--r--translations/source/lo/dictionaries/an_ES.po19
-rw-r--r--translations/source/lo/dictionaries/ar.po4
-rw-r--r--translations/source/lo/dictionaries/be_BY.po4
-rw-r--r--translations/source/lo/dictionaries/bg_BG.po4
-rw-r--r--translations/source/lo/dictionaries/bn_BD.po4
-rw-r--r--translations/source/lo/dictionaries/br_FR.po4
-rw-r--r--translations/source/lo/dictionaries/ca.po4
-rw-r--r--translations/source/lo/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/lo/dictionaries/da_DK.po4
-rw-r--r--translations/source/lo/dictionaries/de.po4
-rw-r--r--translations/source/lo/dictionaries/el_GR.po4
-rw-r--r--translations/source/lo/dictionaries/en.po6
-rw-r--r--translations/source/lo/dictionaries/en/dialog.po171
-rw-r--r--translations/source/lo/dictionaries/es_ES.po4
-rw-r--r--translations/source/lo/dictionaries/et_EE.po4
-rw-r--r--translations/source/lo/dictionaries/fr_FR.po4
-rw-r--r--translations/source/lo/dictionaries/gd_GB.po4
-rw-r--r--translations/source/lo/dictionaries/gl.po4
-rw-r--r--translations/source/lo/dictionaries/gu_IN.po4
-rw-r--r--translations/source/lo/dictionaries/he_IL.po4
-rw-r--r--translations/source/lo/dictionaries/hi_IN.po4
-rw-r--r--translations/source/lo/dictionaries/hr_HR.po4
-rw-r--r--translations/source/lo/dictionaries/hu_HU.po6
-rw-r--r--translations/source/lo/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/lo/dictionaries/it_IT.po4
-rw-r--r--translations/source/lo/dictionaries/ku_TR.po4
-rw-r--r--translations/source/lo/dictionaries/lt_LT.po4
-rw-r--r--translations/source/lo/dictionaries/lv_LV.po4
-rw-r--r--translations/source/lo/dictionaries/ne_NP.po4
-rw-r--r--translations/source/lo/dictionaries/nl_NL.po4
-rw-r--r--translations/source/lo/dictionaries/no.po4
-rw-r--r--translations/source/lo/dictionaries/oc_FR.po4
-rw-r--r--translations/source/lo/dictionaries/pl_PL.po4
-rw-r--r--translations/source/lo/dictionaries/pt_BR.po4
-rw-r--r--translations/source/lo/dictionaries/pt_PT.po4
-rw-r--r--translations/source/lo/dictionaries/ro.po4
-rw-r--r--translations/source/lo/dictionaries/ru_RU.po6
-rw-r--r--translations/source/lo/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/lo/dictionaries/si_LK.po19
-rw-r--r--translations/source/lo/dictionaries/sk_SK.po4
-rw-r--r--translations/source/lo/dictionaries/sl_SI.po4
-rw-r--r--translations/source/lo/dictionaries/sr.po4
-rw-r--r--translations/source/lo/dictionaries/sv_SE.po4
-rw-r--r--translations/source/lo/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/lo/dictionaries/te_IN.po4
-rw-r--r--translations/source/lo/dictionaries/th_TH.po4
-rw-r--r--translations/source/lo/dictionaries/uk_UA.po4
-rw-r--r--translations/source/lo/dictionaries/vi.po4
-rw-r--r--translations/source/lo/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/lo/editeng/source/accessibility.po6
-rw-r--r--translations/source/lo/editeng/source/editeng.po8
-rw-r--r--translations/source/lo/editeng/source/items.po30
-rw-r--r--translations/source/lo/editeng/source/misc.po6
-rw-r--r--translations/source/lo/editeng/source/outliner.po6
-rw-r--r--translations/source/lo/extensions/source/abpilot.po10
-rw-r--r--translations/source/lo/extensions/source/bibliography.po6
-rw-r--r--translations/source/lo/extensions/source/dbpilots.po6
-rw-r--r--translations/source/lo/extensions/source/propctrlr.po6
-rw-r--r--translations/source/lo/extensions/source/scanner.po6
-rw-r--r--translations/source/lo/extensions/source/update/check.po6
-rw-r--r--translations/source/lo/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/lo/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/lo/filter/source/config/fragments/types.po8
-rw-r--r--translations/source/lo/filter/source/flash.po6
-rw-r--r--translations/source/lo/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/lo/filter/source/pdf.po10
-rw-r--r--translations/source/lo/filter/source/t602.po6
-rw-r--r--translations/source/lo/filter/source/xsltdialog.po6
-rw-r--r--translations/source/lo/forms/source/resource.po6
-rw-r--r--translations/source/lo/formula/source/core/resource.po22
-rw-r--r--translations/source/lo/formula/source/ui/dlg.po6
-rw-r--r--translations/source/lo/fpicker/source/office.po6
-rw-r--r--translations/source/lo/framework/source/classes.po6
-rw-r--r--translations/source/lo/framework/source/services.po6
-rw-r--r--translations/source/lo/instsetoo_native/inc_openoffice/windows/msi_languages.po65
-rw-r--r--translations/source/lo/mysqlc/source.po6
-rw-r--r--translations/source/lo/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/lo/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/lo/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/lo/nlpsolver/src/locale.po179
-rw-r--r--translations/source/lo/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/lo/officecfg/registry/data/org/openoffice/Office/UI.po57
-rw-r--r--translations/source/lo/padmin/source.po6
-rw-r--r--translations/source/lo/readlicense_oo/docs/readme.po34
-rw-r--r--translations/source/lo/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/lo/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/lo/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/lo/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/lo/reportbuilder/util.po4
-rw-r--r--translations/source/lo/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/lo/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/lo/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/lo/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/lo/sc/source/core/src.po6
-rw-r--r--translations/source/lo/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/lo/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/lo/sc/source/ui/docshell.po6
-rw-r--r--translations/source/lo/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/lo/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/lo/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/lo/sc/source/ui/navipi.po8
-rw-r--r--translations/source/lo/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/lo/sc/source/ui/src.po144
-rw-r--r--translations/source/lo/sc/source/ui/styleui.po8
-rw-r--r--translations/source/lo/scaddins/source/analysis.po6
-rw-r--r--translations/source/lo/scaddins/source/datefunc.po6
-rw-r--r--translations/source/lo/sccomp/source/solver.po6
-rw-r--r--translations/source/lo/scp2/source/accessories.po6
-rw-r--r--translations/source/lo/scp2/source/activex.po6
-rw-r--r--translations/source/lo/scp2/source/base.po16
-rw-r--r--translations/source/lo/scp2/source/binfilter.po6
-rw-r--r--translations/source/lo/scp2/source/calc.po6
-rw-r--r--translations/source/lo/scp2/source/draw.po6
-rw-r--r--translations/source/lo/scp2/source/extensions.po2196
-rw-r--r--translations/source/lo/scp2/source/gnome.po6
-rw-r--r--translations/source/lo/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/lo/scp2/source/impress.po6
-rw-r--r--translations/source/lo/scp2/source/javafilter.po6
-rw-r--r--translations/source/lo/scp2/source/kde.po6
-rw-r--r--translations/source/lo/scp2/source/math.po6
-rw-r--r--translations/source/lo/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/lo/scp2/source/ooo.po27
-rw-r--r--translations/source/lo/scp2/source/python.po6
-rw-r--r--translations/source/lo/scp2/source/quickstart.po6
-rw-r--r--translations/source/lo/scp2/source/sdkoo.po6
-rw-r--r--translations/source/lo/scp2/source/smoketest.po23
-rw-r--r--translations/source/lo/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/lo/scp2/source/writer.po6
-rw-r--r--translations/source/lo/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/lo/scripting/source/pyprov.po4
-rw-r--r--translations/source/lo/sd/source/core.po41
-rw-r--r--translations/source/lo/sd/source/filter/html.po6
-rw-r--r--translations/source/lo/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/lo/sd/source/ui/animations.po6
-rw-r--r--translations/source/lo/sd/source/ui/annotations.po6
-rw-r--r--translations/source/lo/sd/source/ui/app.po8
-rw-r--r--translations/source/lo/sd/source/ui/dlg.po6
-rw-r--r--translations/source/lo/sd/source/ui/notes.po6
-rw-r--r--translations/source/lo/sd/source/ui/slideshow.po15
-rw-r--r--translations/source/lo/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/lo/sd/source/ui/table.po6
-rw-r--r--translations/source/lo/sd/source/ui/view.po6
-rw-r--r--translations/source/lo/sdext/source/minimizer.po4
-rw-r--r--translations/source/lo/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/lo/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/lo/sdext/source/pdfimport.po4
-rw-r--r--translations/source/lo/sdext/source/presenter.po4
-rw-r--r--translations/source/lo/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/lo/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/lo/setup_native/source/mac.po6
-rw-r--r--translations/source/lo/sfx2/source/appl.po6
-rw-r--r--translations/source/lo/sfx2/source/bastyp.po6
-rw-r--r--translations/source/lo/sfx2/source/dialog.po12
-rw-r--r--translations/source/lo/sfx2/source/doc.po14
-rw-r--r--translations/source/lo/sfx2/source/menu.po6
-rw-r--r--translations/source/lo/sfx2/source/view.po6
-rw-r--r--translations/source/lo/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/lo/starmath/source.po6
-rw-r--r--translations/source/lo/svl/source/items.po6
-rw-r--r--translations/source/lo/svl/source/misc.po8
-rw-r--r--translations/source/lo/svtools/source/contnr.po6
-rw-r--r--translations/source/lo/svtools/source/control.po6
-rw-r--r--translations/source/lo/svtools/source/dialogs.po6
-rw-r--r--translations/source/lo/svtools/source/filter.po6
-rw-r--r--translations/source/lo/svtools/source/java.po6
-rw-r--r--translations/source/lo/svtools/source/misc.po32
-rw-r--r--translations/source/lo/svtools/source/plugapp.po6
-rw-r--r--translations/source/lo/svtools/source/toolpanel.po6
-rw-r--r--translations/source/lo/svtools/workben/unodialog.po6
-rw-r--r--translations/source/lo/svx/inc.po8
-rw-r--r--translations/source/lo/svx/source/accessibility.po6
-rw-r--r--translations/source/lo/svx/source/dialog.po8
-rw-r--r--translations/source/lo/svx/source/engine3d.po6
-rw-r--r--translations/source/lo/svx/source/fmcomp.po6
-rw-r--r--translations/source/lo/svx/source/form.po6
-rw-r--r--translations/source/lo/svx/source/gallery2.po6
-rw-r--r--translations/source/lo/svx/source/items.po6
-rw-r--r--translations/source/lo/svx/source/src.po6
-rw-r--r--translations/source/lo/svx/source/stbctrls.po2
-rw-r--r--translations/source/lo/svx/source/svdraw.po6
-rw-r--r--translations/source/lo/svx/source/table.po6
-rw-r--r--translations/source/lo/svx/source/tbxctrls.po6
-rw-r--r--translations/source/lo/svx/source/toolbars.po6
-rw-r--r--translations/source/lo/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/lo/sw/source/core/layout.po4
-rw-r--r--translations/source/lo/sw/source/core/undo.po8
-rw-r--r--translations/source/lo/sw/source/core/unocore.po6
-rw-r--r--translations/source/lo/sw/source/ui/app.po22
-rw-r--r--translations/source/lo/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/lo/sw/source/ui/config.po2
-rw-r--r--translations/source/lo/sw/source/ui/dbui.po6
-rw-r--r--translations/source/lo/sw/source/ui/dialog.po14
-rw-r--r--translations/source/lo/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/lo/sw/source/ui/docvw.po22
-rw-r--r--translations/source/lo/sw/source/ui/envelp.po6
-rw-r--r--translations/source/lo/sw/source/ui/fldui.po6
-rw-r--r--translations/source/lo/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/lo/sw/source/ui/frmdlg.po8
-rw-r--r--translations/source/lo/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/lo/sw/source/ui/index.po11
-rw-r--r--translations/source/lo/sw/source/ui/lingu.po6
-rw-r--r--translations/source/lo/sw/source/ui/misc.po6
-rw-r--r--translations/source/lo/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/lo/sw/source/ui/shells.po14
-rw-r--r--translations/source/lo/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/lo/sw/source/ui/table.po14
-rw-r--r--translations/source/lo/sw/source/ui/uiview.po6
-rw-r--r--translations/source/lo/sw/source/ui/utlui.po22
-rw-r--r--translations/source/lo/sw/source/ui/web.po6
-rw-r--r--translations/source/lo/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/lo/swext/mediawiki/help.po10
-rw-r--r--translations/source/lo/swext/mediawiki/src.po6
-rw-r--r--translations/source/lo/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/lo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/lo/sysui/desktop/share.po6
-rw-r--r--translations/source/lo/uui/source.po6
-rw-r--r--translations/source/lo/vcl/source/src.po28
-rw-r--r--translations/source/lo/wizards/source/euro.po6
-rw-r--r--translations/source/lo/wizards/source/formwizard.po6
-rw-r--r--translations/source/lo/wizards/source/importwizard.po6
-rw-r--r--translations/source/lo/wizards/source/schedule.po6
-rw-r--r--translations/source/lo/wizards/source/template.po6
-rw-r--r--translations/source/lo/xmlsecurity/source/component.po6
-rw-r--r--translations/source/lo/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/lt/accessibility/source/helper.po6
-rw-r--r--translations/source/lt/avmedia/source/framework.po6
-rw-r--r--translations/source/lt/avmedia/source/viewer.po6
-rw-r--r--translations/source/lt/basctl/source/basicide.po6
-rw-r--r--translations/source/lt/basctl/source/dlged.po6
-rw-r--r--translations/source/lt/basic/source/classes.po6
-rw-r--r--translations/source/lt/basic/source/sbx.po6
-rw-r--r--translations/source/lt/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/lt/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/lt/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/lt/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/lt/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/lt/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/lt/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/lt/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/lt/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/lt/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/lt/connectivity/source/drivers/mozab.po16
-rw-r--r--translations/source/lt/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/lt/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/lt/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/lt/connectivity/source/resource.po6
-rw-r--r--translations/source/lt/cui/source/customize.po6
-rw-r--r--translations/source/lt/cui/source/dialogs.po22
-rw-r--r--translations/source/lt/cui/source/options.po19
-rw-r--r--translations/source/lt/cui/source/tabpages.po124
-rw-r--r--translations/source/lt/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/lt/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/lt/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/lt/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/lt/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/lt/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/lt/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/lt/dbaccess/source/ui/dlg.po6
-rw-r--r--translations/source/lt/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/lt/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/lt/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/lt/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/lt/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/lt/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/lt/desktop/source/app.po10
-rw-r--r--translations/source/lt/desktop/source/deployment/gui.po6
-rw-r--r--translations/source/lt/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/lt/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/lt/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/lt/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/lt/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/lt/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/lt/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/lt/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/lt/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/lt/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/lt/dictionaries/af_ZA.po4
-rw-r--r--translations/source/lt/dictionaries/an_ES.po4
-rw-r--r--translations/source/lt/dictionaries/ar.po4
-rw-r--r--translations/source/lt/dictionaries/be_BY.po4
-rw-r--r--translations/source/lt/dictionaries/bg_BG.po4
-rw-r--r--translations/source/lt/dictionaries/bn_BD.po4
-rw-r--r--translations/source/lt/dictionaries/br_FR.po4
-rw-r--r--translations/source/lt/dictionaries/ca.po4
-rw-r--r--translations/source/lt/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/lt/dictionaries/da_DK.po4
-rw-r--r--translations/source/lt/dictionaries/de.po4
-rw-r--r--translations/source/lt/dictionaries/el_GR.po4
-rw-r--r--translations/source/lt/dictionaries/en.po4
-rw-r--r--translations/source/lt/dictionaries/en/dialog.po8
-rw-r--r--translations/source/lt/dictionaries/es_ES.po4
-rw-r--r--translations/source/lt/dictionaries/et_EE.po4
-rw-r--r--translations/source/lt/dictionaries/fr_FR.po4
-rw-r--r--translations/source/lt/dictionaries/gd_GB.po4
-rw-r--r--translations/source/lt/dictionaries/gl.po4
-rw-r--r--translations/source/lt/dictionaries/gu_IN.po4
-rw-r--r--translations/source/lt/dictionaries/he_IL.po4
-rw-r--r--translations/source/lt/dictionaries/hi_IN.po4
-rw-r--r--translations/source/lt/dictionaries/hr_HR.po4
-rw-r--r--translations/source/lt/dictionaries/hu_HU.po4
-rw-r--r--translations/source/lt/dictionaries/hu_HU/dialog.po10
-rw-r--r--translations/source/lt/dictionaries/it_IT.po4
-rw-r--r--translations/source/lt/dictionaries/ku_TR.po4
-rw-r--r--translations/source/lt/dictionaries/lt_LT.po4
-rw-r--r--translations/source/lt/dictionaries/lv_LV.po4
-rw-r--r--translations/source/lt/dictionaries/ne_NP.po4
-rw-r--r--translations/source/lt/dictionaries/nl_NL.po4
-rw-r--r--translations/source/lt/dictionaries/no.po4
-rw-r--r--translations/source/lt/dictionaries/oc_FR.po4
-rw-r--r--translations/source/lt/dictionaries/pl_PL.po4
-rw-r--r--translations/source/lt/dictionaries/pt_BR.po4
-rw-r--r--translations/source/lt/dictionaries/pt_PT.po4
-rw-r--r--translations/source/lt/dictionaries/ro.po4
-rw-r--r--translations/source/lt/dictionaries/ru_RU.po4
-rw-r--r--translations/source/lt/dictionaries/ru_RU/dialog.po12
-rw-r--r--translations/source/lt/dictionaries/si_LK.po4
-rw-r--r--translations/source/lt/dictionaries/sk_SK.po4
-rw-r--r--translations/source/lt/dictionaries/sl_SI.po4
-rw-r--r--translations/source/lt/dictionaries/sr.po4
-rw-r--r--translations/source/lt/dictionaries/sv_SE.po4
-rw-r--r--translations/source/lt/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/lt/dictionaries/te_IN.po4
-rw-r--r--translations/source/lt/dictionaries/th_TH.po4
-rw-r--r--translations/source/lt/dictionaries/uk_UA.po4
-rw-r--r--translations/source/lt/dictionaries/vi.po4
-rw-r--r--translations/source/lt/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/lt/editeng/source/accessibility.po6
-rw-r--r--translations/source/lt/editeng/source/editeng.po6
-rw-r--r--translations/source/lt/editeng/source/items.po30
-rw-r--r--translations/source/lt/editeng/source/misc.po6
-rw-r--r--translations/source/lt/editeng/source/outliner.po6
-rw-r--r--translations/source/lt/extensions/source/abpilot.po10
-rw-r--r--translations/source/lt/extensions/source/bibliography.po6
-rw-r--r--translations/source/lt/extensions/source/dbpilots.po6
-rw-r--r--translations/source/lt/extensions/source/propctrlr.po6
-rw-r--r--translations/source/lt/extensions/source/scanner.po6
-rw-r--r--translations/source/lt/extensions/source/update/check.po6
-rw-r--r--translations/source/lt/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/lt/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/lt/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/lt/filter/source/flash.po6
-rw-r--r--translations/source/lt/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/lt/filter/source/pdf.po13
-rw-r--r--translations/source/lt/filter/source/t602.po6
-rw-r--r--translations/source/lt/filter/source/xsltdialog.po6
-rw-r--r--translations/source/lt/forms/source/resource.po6
-rw-r--r--translations/source/lt/formula/source/core/resource.po6
-rw-r--r--translations/source/lt/formula/source/ui/dlg.po6
-rw-r--r--translations/source/lt/fpicker/source/office.po6
-rw-r--r--translations/source/lt/framework/source/classes.po6
-rw-r--r--translations/source/lt/framework/source/services.po6
-rw-r--r--translations/source/lt/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--translations/source/lt/mysqlc/source.po6
-rw-r--r--translations/source/lt/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/lt/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po6
-rw-r--r--translations/source/lt/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/lt/nlpsolver/src/locale.po18
-rw-r--r--translations/source/lt/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/lt/officecfg/registry/data/org/openoffice/Office/UI.po26
-rw-r--r--translations/source/lt/padmin/source.po6
-rw-r--r--translations/source/lt/readlicense_oo/docs/readme.po47
-rw-r--r--translations/source/lt/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/lt/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/lt/reportbuilder/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--translations/source/lt/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/lt/reportbuilder/util.po4
-rw-r--r--translations/source/lt/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/lt/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/lt/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/lt/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/lt/sc/source/core/src.po6
-rw-r--r--translations/source/lt/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/lt/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/lt/sc/source/ui/docshell.po6
-rw-r--r--translations/source/lt/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/lt/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/lt/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/lt/sc/source/ui/navipi.po6
-rw-r--r--translations/source/lt/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/lt/sc/source/ui/src.po27
-rw-r--r--translations/source/lt/sc/source/ui/styleui.po6
-rw-r--r--translations/source/lt/scaddins/source/analysis.po6
-rw-r--r--translations/source/lt/scaddins/source/datefunc.po6
-rw-r--r--translations/source/lt/sccomp/source/solver.po6
-rw-r--r--translations/source/lt/scp2/source/accessories.po6
-rw-r--r--translations/source/lt/scp2/source/activex.po6
-rw-r--r--translations/source/lt/scp2/source/base.po16
-rw-r--r--translations/source/lt/scp2/source/binfilter.po6
-rw-r--r--translations/source/lt/scp2/source/calc.po6
-rw-r--r--translations/source/lt/scp2/source/draw.po6
-rw-r--r--translations/source/lt/scp2/source/extensions.po16
-rw-r--r--translations/source/lt/scp2/source/gnome.po6
-rw-r--r--translations/source/lt/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/lt/scp2/source/impress.po6
-rw-r--r--translations/source/lt/scp2/source/javafilter.po6
-rw-r--r--translations/source/lt/scp2/source/kde.po6
-rw-r--r--translations/source/lt/scp2/source/math.po6
-rw-r--r--translations/source/lt/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/lt/scp2/source/ooo.po6
-rw-r--r--translations/source/lt/scp2/source/python.po6
-rw-r--r--translations/source/lt/scp2/source/quickstart.po6
-rw-r--r--translations/source/lt/scp2/source/sdkoo.po6
-rw-r--r--translations/source/lt/scp2/source/smoketest.po4
-rw-r--r--translations/source/lt/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/lt/scp2/source/writer.po6
-rw-r--r--translations/source/lt/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/lt/scripting/source/pyprov.po4
-rw-r--r--translations/source/lt/sd/source/core.po6
-rw-r--r--translations/source/lt/sd/source/filter/html.po6
-rw-r--r--translations/source/lt/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/lt/sd/source/ui/animations.po6
-rw-r--r--translations/source/lt/sd/source/ui/annotations.po26
-rw-r--r--translations/source/lt/sd/source/ui/app.po10
-rw-r--r--translations/source/lt/sd/source/ui/dlg.po6
-rw-r--r--translations/source/lt/sd/source/ui/notes.po6
-rw-r--r--translations/source/lt/sd/source/ui/slideshow.po6
-rw-r--r--translations/source/lt/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/lt/sd/source/ui/table.po6
-rw-r--r--translations/source/lt/sd/source/ui/view.po14
-rw-r--r--translations/source/lt/sdext/source/minimizer.po4
-rw-r--r--translations/source/lt/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/lt/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/lt/sdext/source/pdfimport.po4
-rw-r--r--translations/source/lt/sdext/source/presenter.po4
-rw-r--r--translations/source/lt/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/lt/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/lt/setup_native/source/mac.po6
-rw-r--r--translations/source/lt/sfx2/source/appl.po6
-rw-r--r--translations/source/lt/sfx2/source/bastyp.po6
-rw-r--r--translations/source/lt/sfx2/source/dialog.po22
-rw-r--r--translations/source/lt/sfx2/source/doc.po16
-rw-r--r--translations/source/lt/sfx2/source/menu.po6
-rw-r--r--translations/source/lt/sfx2/source/view.po6
-rw-r--r--translations/source/lt/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/lt/starmath/source.po6
-rw-r--r--translations/source/lt/svl/source/items.po6
-rw-r--r--translations/source/lt/svl/source/misc.po6
-rw-r--r--translations/source/lt/svtools/source/contnr.po6
-rw-r--r--translations/source/lt/svtools/source/control.po6
-rw-r--r--translations/source/lt/svtools/source/dialogs.po6
-rw-r--r--translations/source/lt/svtools/source/filter.po6
-rw-r--r--translations/source/lt/svtools/source/java.po6
-rw-r--r--translations/source/lt/svtools/source/misc.po6
-rw-r--r--translations/source/lt/svtools/source/plugapp.po6
-rw-r--r--translations/source/lt/svtools/source/toolpanel.po6
-rw-r--r--translations/source/lt/svtools/workben/unodialog.po6
-rw-r--r--translations/source/lt/svx/inc.po6
-rw-r--r--translations/source/lt/svx/source/accessibility.po6
-rw-r--r--translations/source/lt/svx/source/dialog.po6
-rw-r--r--translations/source/lt/svx/source/engine3d.po6
-rw-r--r--translations/source/lt/svx/source/fmcomp.po6
-rw-r--r--translations/source/lt/svx/source/form.po6
-rw-r--r--translations/source/lt/svx/source/gallery2.po6
-rw-r--r--translations/source/lt/svx/source/items.po6
-rw-r--r--translations/source/lt/svx/source/src.po6
-rw-r--r--translations/source/lt/svx/source/stbctrls.po4
-rw-r--r--translations/source/lt/svx/source/svdraw.po6
-rw-r--r--translations/source/lt/svx/source/table.po6
-rw-r--r--translations/source/lt/svx/source/tbxctrls.po6
-rw-r--r--translations/source/lt/svx/source/toolbars.po6
-rw-r--r--translations/source/lt/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/lt/sw/source/core/layout.po4
-rw-r--r--translations/source/lt/sw/source/core/undo.po6
-rw-r--r--translations/source/lt/sw/source/core/unocore.po6
-rw-r--r--translations/source/lt/sw/source/ui/app.po6
-rw-r--r--translations/source/lt/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/lt/sw/source/ui/config.po20
-rw-r--r--translations/source/lt/sw/source/ui/dbui.po6
-rw-r--r--translations/source/lt/sw/source/ui/dialog.po6
-rw-r--r--translations/source/lt/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/lt/sw/source/ui/docvw.po6
-rw-r--r--translations/source/lt/sw/source/ui/envelp.po6
-rw-r--r--translations/source/lt/sw/source/ui/fldui.po6
-rw-r--r--translations/source/lt/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/lt/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/lt/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/lt/sw/source/ui/index.po11
-rw-r--r--translations/source/lt/sw/source/ui/lingu.po6
-rw-r--r--translations/source/lt/sw/source/ui/misc.po6
-rw-r--r--translations/source/lt/sw/source/ui/ribbar.po6
-rw-r--r--translations/source/lt/sw/source/ui/shells.po6
-rw-r--r--translations/source/lt/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/lt/sw/source/ui/table.po16
-rw-r--r--translations/source/lt/sw/source/ui/uiview.po6
-rw-r--r--translations/source/lt/sw/source/ui/utlui.po92
-rw-r--r--translations/source/lt/sw/source/ui/web.po6
-rw-r--r--translations/source/lt/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/lt/swext/mediawiki/help.po6
-rw-r--r--translations/source/lt/swext/mediawiki/src.po8
-rw-r--r--translations/source/lt/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/lt/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/lt/sysui/desktop/share.po6
-rw-r--r--translations/source/lt/uui/source.po8
-rw-r--r--translations/source/lt/vcl/source/src.po6
-rw-r--r--translations/source/lt/wizards/source/euro.po6
-rw-r--r--translations/source/lt/wizards/source/formwizard.po6
-rw-r--r--translations/source/lt/wizards/source/importwizard.po6
-rw-r--r--translations/source/lt/wizards/source/schedule.po6
-rw-r--r--translations/source/lt/wizards/source/template.po6
-rw-r--r--translations/source/lt/xmlsecurity/source/component.po6
-rw-r--r--translations/source/lt/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/lv/accessibility/source/helper.po6
-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.po4
-rw-r--r--translations/source/lv/basctl/source/dlged.po4
-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.po4
-rw-r--r--translations/source/lv/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/lv/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/lv/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/lv/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/lv/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/lv/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/lv/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/lv/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/lv/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/lv/connectivity/source/drivers/mozab.po6
-rw-r--r--translations/source/lv/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/lv/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/lv/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/lv/connectivity/source/resource.po4
-rw-r--r--translations/source/lv/cui/source/customize.po4
-rw-r--r--translations/source/lv/cui/source/dialogs.po4
-rw-r--r--translations/source/lv/cui/source/options.po10
-rw-r--r--translations/source/lv/cui/source/tabpages.po4
-rw-r--r--translations/source/lv/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/lv/dbaccess/source/ext/adabas.po4
-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.po4
-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.po4
-rw-r--r--translations/source/lv/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/lv/dbaccess/source/ui/misc.po4
-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.po4
-rw-r--r--translations/source/lv/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/lv/desktop/source/deployment/misc.po4
-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.po6
-rw-r--r--translations/source/lv/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/lv/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/lv/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/lv/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/lv/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/lv/dictionaries/af_ZA.po4
-rw-r--r--translations/source/lv/dictionaries/an_ES.po4
-rw-r--r--translations/source/lv/dictionaries/ar.po4
-rw-r--r--translations/source/lv/dictionaries/be_BY.po4
-rw-r--r--translations/source/lv/dictionaries/bg_BG.po4
-rw-r--r--translations/source/lv/dictionaries/bn_BD.po4
-rw-r--r--translations/source/lv/dictionaries/br_FR.po4
-rw-r--r--translations/source/lv/dictionaries/ca.po4
-rw-r--r--translations/source/lv/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/lv/dictionaries/da_DK.po4
-rw-r--r--translations/source/lv/dictionaries/de.po4
-rw-r--r--translations/source/lv/dictionaries/el_GR.po4
-rw-r--r--translations/source/lv/dictionaries/en.po4
-rw-r--r--translations/source/lv/dictionaries/en/dialog.po4
-rw-r--r--translations/source/lv/dictionaries/es_ES.po4
-rw-r--r--translations/source/lv/dictionaries/et_EE.po4
-rw-r--r--translations/source/lv/dictionaries/fr_FR.po4
-rw-r--r--translations/source/lv/dictionaries/gd_GB.po4
-rw-r--r--translations/source/lv/dictionaries/gl.po4
-rw-r--r--translations/source/lv/dictionaries/gu_IN.po4
-rw-r--r--translations/source/lv/dictionaries/he_IL.po4
-rw-r--r--translations/source/lv/dictionaries/hi_IN.po4
-rw-r--r--translations/source/lv/dictionaries/hr_HR.po4
-rw-r--r--translations/source/lv/dictionaries/hu_HU.po4
-rw-r--r--translations/source/lv/dictionaries/hu_HU/dialog.po4
-rw-r--r--translations/source/lv/dictionaries/it_IT.po4
-rw-r--r--translations/source/lv/dictionaries/ku_TR.po4
-rw-r--r--translations/source/lv/dictionaries/lt_LT.po4
-rw-r--r--translations/source/lv/dictionaries/lv_LV.po4
-rw-r--r--translations/source/lv/dictionaries/ne_NP.po4
-rw-r--r--translations/source/lv/dictionaries/nl_NL.po4
-rw-r--r--translations/source/lv/dictionaries/no.po4
-rw-r--r--translations/source/lv/dictionaries/oc_FR.po4
-rw-r--r--translations/source/lv/dictionaries/pl_PL.po4
-rw-r--r--translations/source/lv/dictionaries/pt_BR.po4
-rw-r--r--translations/source/lv/dictionaries/pt_PT.po4
-rw-r--r--translations/source/lv/dictionaries/ro.po4
-rw-r--r--translations/source/lv/dictionaries/ru_RU.po4
-rw-r--r--translations/source/lv/dictionaries/ru_RU/dialog.po4
-rw-r--r--translations/source/lv/dictionaries/si_LK.po4
-rw-r--r--translations/source/lv/dictionaries/sk_SK.po4
-rw-r--r--translations/source/lv/dictionaries/sl_SI.po4
-rw-r--r--translations/source/lv/dictionaries/sr.po4
-rw-r--r--translations/source/lv/dictionaries/sv_SE.po4
-rw-r--r--translations/source/lv/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/lv/dictionaries/te_IN.po4
-rw-r--r--translations/source/lv/dictionaries/th_TH.po4
-rw-r--r--translations/source/lv/dictionaries/uk_UA.po4
-rw-r--r--translations/source/lv/dictionaries/vi.po4
-rw-r--r--translations/source/lv/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/lv/editeng/source/accessibility.po6
-rw-r--r--translations/source/lv/editeng/source/editeng.po4
-rw-r--r--translations/source/lv/editeng/source/items.po4
-rw-r--r--translations/source/lv/editeng/source/misc.po4
-rw-r--r--translations/source/lv/editeng/source/outliner.po6
-rw-r--r--translations/source/lv/extensions/source/abpilot.po4
-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.po4
-rw-r--r--translations/source/lv/extensions/source/scanner.po4
-rw-r--r--translations/source/lv/extensions/source/update/check.po4
-rw-r--r--translations/source/lv/filter/source/config/fragments/filters.po4
-rw-r--r--translations/source/lv/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/lv/filter/source/config/fragments/types.po4
-rw-r--r--translations/source/lv/filter/source/flash.po6
-rw-r--r--translations/source/lv/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/lv/filter/source/pdf.po4
-rw-r--r--translations/source/lv/filter/source/t602.po6
-rw-r--r--translations/source/lv/filter/source/xsltdialog.po4
-rw-r--r--translations/source/lv/forms/source/resource.po4
-rw-r--r--translations/source/lv/formula/source/core/resource.po4
-rw-r--r--translations/source/lv/formula/source/ui/dlg.po6
-rw-r--r--translations/source/lv/fpicker/source/office.po4
-rw-r--r--translations/source/lv/framework/source/classes.po4
-rw-r--r--translations/source/lv/framework/source/services.po4
-rw-r--r--translations/source/lv/instsetoo_native/inc_openoffice/windows/msi_languages.po4
-rw-r--r--translations/source/lv/mysqlc/source.po4
-rw-r--r--translations/source/lv/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/lv/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po4
-rw-r--r--translations/source/lv/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/lv/nlpsolver/src/locale.po4
-rw-r--r--translations/source/lv/officecfg/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/lv/officecfg/registry/data/org/openoffice/Office/UI.po24
-rw-r--r--translations/source/lv/padmin/source.po4
-rw-r--r--translations/source/lv/readlicense_oo/docs/readme.po18
-rw-r--r--translations/source/lv/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/lv/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/lv/reportbuilder/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--translations/source/lv/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/lv/reportbuilder/util.po4
-rw-r--r--translations/source/lv/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/lv/reportdesign/source/ui/dlg.po4
-rw-r--r--translations/source/lv/reportdesign/source/ui/inspection.po4
-rw-r--r--translations/source/lv/reportdesign/source/ui/report.po4
-rw-r--r--translations/source/lv/sc/source/core/src.po6
-rw-r--r--translations/source/lv/sc/source/ui/cctrl.po4
-rw-r--r--translations/source/lv/sc/source/ui/dbgui.po4
-rw-r--r--translations/source/lv/sc/source/ui/docshell.po6
-rw-r--r--translations/source/lv/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/lv/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/lv/sc/source/ui/miscdlgs.po4
-rw-r--r--translations/source/lv/sc/source/ui/navipi.po4
-rw-r--r--translations/source/lv/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/lv/sc/source/ui/src.po4
-rw-r--r--translations/source/lv/sc/source/ui/styleui.po4
-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.po6
-rw-r--r--translations/source/lv/scp2/source/activex.po4
-rw-r--r--translations/source/lv/scp2/source/base.po18
-rw-r--r--translations/source/lv/scp2/source/binfilter.po4
-rw-r--r--translations/source/lv/scp2/source/calc.po4
-rw-r--r--translations/source/lv/scp2/source/draw.po4
-rw-r--r--translations/source/lv/scp2/source/extensions.po14
-rw-r--r--translations/source/lv/scp2/source/gnome.po6
-rw-r--r--translations/source/lv/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/lv/scp2/source/impress.po4
-rw-r--r--translations/source/lv/scp2/source/javafilter.po4
-rw-r--r--translations/source/lv/scp2/source/kde.po6
-rw-r--r--translations/source/lv/scp2/source/math.po4
-rw-r--r--translations/source/lv/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/lv/scp2/source/ooo.po4
-rw-r--r--translations/source/lv/scp2/source/python.po4
-rw-r--r--translations/source/lv/scp2/source/quickstart.po6
-rw-r--r--translations/source/lv/scp2/source/sdkoo.po6
-rw-r--r--translations/source/lv/scp2/source/smoketest.po4
-rw-r--r--translations/source/lv/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/lv/scp2/source/writer.po4
-rw-r--r--translations/source/lv/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/lv/scripting/source/pyprov.po4
-rw-r--r--translations/source/lv/scripting/util/provider/beanshell.po20
-rw-r--r--translations/source/lv/scripting/util/provider/javascript.po20
-rw-r--r--translations/source/lv/sd/source/core.po4
-rw-r--r--translations/source/lv/sd/source/filter/html.po4
-rw-r--r--translations/source/lv/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/lv/sd/source/ui/animations.po4
-rw-r--r--translations/source/lv/sd/source/ui/annotations.po4
-rw-r--r--translations/source/lv/sd/source/ui/app.po4
-rw-r--r--translations/source/lv/sd/source/ui/dlg.po4
-rw-r--r--translations/source/lv/sd/source/ui/notes.po6
-rw-r--r--translations/source/lv/sd/source/ui/slideshow.po4
-rw-r--r--translations/source/lv/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/lv/sd/source/ui/table.po6
-rw-r--r--translations/source/lv/sd/source/ui/view.po4
-rw-r--r--translations/source/lv/sdext/source/minimizer.po4
-rw-r--r--translations/source/lv/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/lv/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po4
-rw-r--r--translations/source/lv/sdext/source/pdfimport.po4
-rw-r--r--translations/source/lv/sdext/source/presenter.po4
-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.po4
-rw-r--r--translations/source/lv/sfx2/source/bastyp.po6
-rw-r--r--translations/source/lv/sfx2/source/dialog.po4
-rw-r--r--translations/source/lv/sfx2/source/doc.po4
-rw-r--r--translations/source/lv/sfx2/source/menu.po4
-rw-r--r--translations/source/lv/sfx2/source/view.po4
-rw-r--r--translations/source/lv/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/lv/starmath/source.po4
-rw-r--r--translations/source/lv/svl/source/items.po6
-rw-r--r--translations/source/lv/svl/source/misc.po4
-rw-r--r--translations/source/lv/svtools/source/contnr.po4
-rw-r--r--translations/source/lv/svtools/source/control.po4
-rw-r--r--translations/source/lv/svtools/source/dialogs.po4
-rw-r--r--translations/source/lv/svtools/source/filter.po6
-rw-r--r--translations/source/lv/svtools/source/java.po4
-rw-r--r--translations/source/lv/svtools/source/misc.po4
-rw-r--r--translations/source/lv/svtools/source/plugapp.po4
-rw-r--r--translations/source/lv/svtools/source/toolpanel.po6
-rw-r--r--translations/source/lv/svtools/workben/unodialog.po4
-rw-r--r--translations/source/lv/svx/inc.po4
-rw-r--r--translations/source/lv/svx/source/accessibility.po4
-rw-r--r--translations/source/lv/svx/source/dialog.po4
-rw-r--r--translations/source/lv/svx/source/engine3d.po4
-rw-r--r--translations/source/lv/svx/source/fmcomp.po4
-rw-r--r--translations/source/lv/svx/source/form.po4
-rw-r--r--translations/source/lv/svx/source/gallery2.po4
-rw-r--r--translations/source/lv/svx/source/items.po4
-rw-r--r--translations/source/lv/svx/source/src.po4
-rw-r--r--translations/source/lv/svx/source/stbctrls.po6
-rw-r--r--translations/source/lv/svx/source/svdraw.po4
-rw-r--r--translations/source/lv/svx/source/table.po6
-rw-r--r--translations/source/lv/svx/source/tbxctrls.po4
-rw-r--r--translations/source/lv/svx/source/toolbars.po4
-rw-r--r--translations/source/lv/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/lv/sw/source/core/layout.po4
-rw-r--r--translations/source/lv/sw/source/core/undo.po4
-rw-r--r--translations/source/lv/sw/source/core/unocore.po6
-rw-r--r--translations/source/lv/sw/source/ui/app.po4
-rw-r--r--translations/source/lv/sw/source/ui/chrdlg.po4
-rw-r--r--translations/source/lv/sw/source/ui/config.po2
-rw-r--r--translations/source/lv/sw/source/ui/dbui.po4
-rw-r--r--translations/source/lv/sw/source/ui/dialog.po4
-rw-r--r--translations/source/lv/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/lv/sw/source/ui/docvw.po4
-rw-r--r--translations/source/lv/sw/source/ui/envelp.po4
-rw-r--r--translations/source/lv/sw/source/ui/fldui.po4
-rw-r--r--translations/source/lv/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/lv/sw/source/ui/frmdlg.po4
-rw-r--r--translations/source/lv/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/lv/sw/source/ui/index.po4
-rw-r--r--translations/source/lv/sw/source/ui/lingu.po4
-rw-r--r--translations/source/lv/sw/source/ui/misc.po4
-rw-r--r--translations/source/lv/sw/source/ui/ribbar.po4
-rw-r--r--translations/source/lv/sw/source/ui/shells.po4
-rw-r--r--translations/source/lv/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/lv/sw/source/ui/table.po4
-rw-r--r--translations/source/lv/sw/source/ui/uiview.po4
-rw-r--r--translations/source/lv/sw/source/ui/utlui.po10
-rw-r--r--translations/source/lv/sw/source/ui/web.po4
-rw-r--r--translations/source/lv/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/lv/swext/mediawiki/help.po4
-rw-r--r--translations/source/lv/swext/mediawiki/src.po4
-rw-r--r--translations/source/lv/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/lv/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/lv/sysui/desktop/share.po4
-rw-r--r--translations/source/lv/uui/source.po4
-rw-r--r--translations/source/lv/vcl/source/src.po4
-rw-r--r--translations/source/lv/wizards/source/euro.po4
-rw-r--r--translations/source/lv/wizards/source/formwizard.po4
-rw-r--r--translations/source/lv/wizards/source/importwizard.po4
-rw-r--r--translations/source/lv/wizards/source/schedule.po4
-rw-r--r--translations/source/lv/wizards/source/template.po4
-rw-r--r--translations/source/lv/xmlsecurity/source/component.po6
-rw-r--r--translations/source/lv/xmlsecurity/source/dialogs.po4
-rw-r--r--translations/source/mai/accessibility/source/helper.po6
-rw-r--r--translations/source/mai/avmedia/source/framework.po6
-rw-r--r--translations/source/mai/avmedia/source/viewer.po6
-rw-r--r--translations/source/mai/basctl/source/basicide.po6
-rw-r--r--translations/source/mai/basctl/source/dlged.po6
-rw-r--r--translations/source/mai/basic/source/classes.po6
-rw-r--r--translations/source/mai/basic/source/sbx.po6
-rw-r--r--translations/source/mai/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/mai/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/mai/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/mai/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/mai/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/mai/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/mai/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/mai/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/mai/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/mai/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/mai/connectivity/source/drivers/mozab.po10
-rw-r--r--translations/source/mai/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/mai/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/mai/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/mai/connectivity/source/resource.po6
-rw-r--r--translations/source/mai/cui/source/customize.po6
-rw-r--r--translations/source/mai/cui/source/dialogs.po61
-rw-r--r--translations/source/mai/cui/source/options.po18
-rw-r--r--translations/source/mai/cui/source/tabpages.po150
-rw-r--r--translations/source/mai/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/mai/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/mai/dbaccess/source/ext/macromigration.po8
-rw-r--r--translations/source/mai/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/mai/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/mai/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/mai/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/mai/dbaccess/source/ui/dlg.po15
-rw-r--r--translations/source/mai/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/mai/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/mai/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/mai/dbaccess/source/ui/relationdesign.po8
-rw-r--r--translations/source/mai/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/mai/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/mai/desktop/source/app.po10
-rw-r--r--translations/source/mai/desktop/source/deployment/gui.po26
-rw-r--r--translations/source/mai/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/mai/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/mai/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/mai/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/mai/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/mai/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/mai/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/mai/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/mai/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/mai/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/mai/dictionaries/af_ZA.po4
-rw-r--r--translations/source/mai/dictionaries/an_ES.po19
-rw-r--r--translations/source/mai/dictionaries/ar.po4
-rw-r--r--translations/source/mai/dictionaries/be_BY.po4
-rw-r--r--translations/source/mai/dictionaries/bg_BG.po4
-rw-r--r--translations/source/mai/dictionaries/bn_BD.po4
-rw-r--r--translations/source/mai/dictionaries/br_FR.po4
-rw-r--r--translations/source/mai/dictionaries/ca.po4
-rw-r--r--translations/source/mai/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/mai/dictionaries/da_DK.po4
-rw-r--r--translations/source/mai/dictionaries/de.po4
-rw-r--r--translations/source/mai/dictionaries/el_GR.po4
-rw-r--r--translations/source/mai/dictionaries/en.po6
-rw-r--r--translations/source/mai/dictionaries/en/dialog.po171
-rw-r--r--translations/source/mai/dictionaries/es_ES.po4
-rw-r--r--translations/source/mai/dictionaries/et_EE.po4
-rw-r--r--translations/source/mai/dictionaries/fr_FR.po4
-rw-r--r--translations/source/mai/dictionaries/gd_GB.po4
-rw-r--r--translations/source/mai/dictionaries/gl.po4
-rw-r--r--translations/source/mai/dictionaries/gu_IN.po4
-rw-r--r--translations/source/mai/dictionaries/he_IL.po4
-rw-r--r--translations/source/mai/dictionaries/hi_IN.po4
-rw-r--r--translations/source/mai/dictionaries/hr_HR.po4
-rw-r--r--translations/source/mai/dictionaries/hu_HU.po6
-rw-r--r--translations/source/mai/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/mai/dictionaries/it_IT.po4
-rw-r--r--translations/source/mai/dictionaries/ku_TR.po4
-rw-r--r--translations/source/mai/dictionaries/lt_LT.po4
-rw-r--r--translations/source/mai/dictionaries/lv_LV.po4
-rw-r--r--translations/source/mai/dictionaries/ne_NP.po4
-rw-r--r--translations/source/mai/dictionaries/nl_NL.po4
-rw-r--r--translations/source/mai/dictionaries/no.po4
-rw-r--r--translations/source/mai/dictionaries/oc_FR.po4
-rw-r--r--translations/source/mai/dictionaries/pl_PL.po4
-rw-r--r--translations/source/mai/dictionaries/pt_BR.po4
-rw-r--r--translations/source/mai/dictionaries/pt_PT.po4
-rw-r--r--translations/source/mai/dictionaries/ro.po4
-rw-r--r--translations/source/mai/dictionaries/ru_RU.po6
-rw-r--r--translations/source/mai/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/mai/dictionaries/si_LK.po19
-rw-r--r--translations/source/mai/dictionaries/sk_SK.po4
-rw-r--r--translations/source/mai/dictionaries/sl_SI.po4
-rw-r--r--translations/source/mai/dictionaries/sr.po4
-rw-r--r--translations/source/mai/dictionaries/sv_SE.po4
-rw-r--r--translations/source/mai/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/mai/dictionaries/te_IN.po4
-rw-r--r--translations/source/mai/dictionaries/th_TH.po4
-rw-r--r--translations/source/mai/dictionaries/uk_UA.po4
-rw-r--r--translations/source/mai/dictionaries/vi.po4
-rw-r--r--translations/source/mai/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/mai/editeng/source/accessibility.po6
-rw-r--r--translations/source/mai/editeng/source/editeng.po8
-rw-r--r--translations/source/mai/editeng/source/items.po30
-rw-r--r--translations/source/mai/editeng/source/misc.po6
-rw-r--r--translations/source/mai/editeng/source/outliner.po6
-rw-r--r--translations/source/mai/extensions/source/abpilot.po10
-rw-r--r--translations/source/mai/extensions/source/bibliography.po6
-rw-r--r--translations/source/mai/extensions/source/dbpilots.po6
-rw-r--r--translations/source/mai/extensions/source/propctrlr.po6
-rw-r--r--translations/source/mai/extensions/source/scanner.po8
-rw-r--r--translations/source/mai/extensions/source/update/check.po6
-rw-r--r--translations/source/mai/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/mai/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/mai/filter/source/config/fragments/types.po8
-rw-r--r--translations/source/mai/filter/source/flash.po6
-rw-r--r--translations/source/mai/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/mai/filter/source/pdf.po10
-rw-r--r--translations/source/mai/filter/source/t602.po6
-rw-r--r--translations/source/mai/filter/source/xsltdialog.po6
-rw-r--r--translations/source/mai/forms/source/resource.po6
-rw-r--r--translations/source/mai/formula/source/core/resource.po22
-rw-r--r--translations/source/mai/formula/source/ui/dlg.po6
-rw-r--r--translations/source/mai/fpicker/source/office.po6
-rw-r--r--translations/source/mai/framework/source/classes.po6
-rw-r--r--translations/source/mai/framework/source/services.po6
-rw-r--r--translations/source/mai/instsetoo_native/inc_openoffice/windows/msi_languages.po65
-rw-r--r--translations/source/mai/mysqlc/source.po6
-rw-r--r--translations/source/mai/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/mai/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/mai/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/mai/nlpsolver/src/locale.po179
-rw-r--r--translations/source/mai/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/mai/officecfg/registry/data/org/openoffice/Office/UI.po57
-rw-r--r--translations/source/mai/padmin/source.po6
-rw-r--r--translations/source/mai/readlicense_oo/docs/readme.po34
-rw-r--r--translations/source/mai/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/mai/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/mai/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/mai/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/mai/reportbuilder/util.po4
-rw-r--r--translations/source/mai/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/mai/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/mai/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/mai/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/mai/sc/source/core/src.po6
-rw-r--r--translations/source/mai/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/mai/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/mai/sc/source/ui/docshell.po6
-rw-r--r--translations/source/mai/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/mai/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/mai/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/mai/sc/source/ui/navipi.po8
-rw-r--r--translations/source/mai/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/mai/sc/source/ui/src.po144
-rw-r--r--translations/source/mai/sc/source/ui/styleui.po8
-rw-r--r--translations/source/mai/scaddins/source/analysis.po6
-rw-r--r--translations/source/mai/scaddins/source/datefunc.po6
-rw-r--r--translations/source/mai/sccomp/source/solver.po6
-rw-r--r--translations/source/mai/scp2/source/accessories.po6
-rw-r--r--translations/source/mai/scp2/source/activex.po6
-rw-r--r--translations/source/mai/scp2/source/base.po16
-rw-r--r--translations/source/mai/scp2/source/binfilter.po6
-rw-r--r--translations/source/mai/scp2/source/calc.po6
-rw-r--r--translations/source/mai/scp2/source/draw.po6
-rw-r--r--translations/source/mai/scp2/source/extensions.po2196
-rw-r--r--translations/source/mai/scp2/source/gnome.po6
-rw-r--r--translations/source/mai/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/mai/scp2/source/impress.po6
-rw-r--r--translations/source/mai/scp2/source/javafilter.po6
-rw-r--r--translations/source/mai/scp2/source/kde.po6
-rw-r--r--translations/source/mai/scp2/source/math.po6
-rw-r--r--translations/source/mai/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/mai/scp2/source/ooo.po31
-rw-r--r--translations/source/mai/scp2/source/python.po6
-rw-r--r--translations/source/mai/scp2/source/quickstart.po6
-rw-r--r--translations/source/mai/scp2/source/sdkoo.po6
-rw-r--r--translations/source/mai/scp2/source/smoketest.po23
-rw-r--r--translations/source/mai/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/mai/scp2/source/writer.po6
-rw-r--r--translations/source/mai/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/mai/scripting/source/pyprov.po4
-rw-r--r--translations/source/mai/sd/source/core.po43
-rw-r--r--translations/source/mai/sd/source/filter/html.po6
-rw-r--r--translations/source/mai/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/mai/sd/source/ui/animations.po6
-rw-r--r--translations/source/mai/sd/source/ui/annotations.po6
-rw-r--r--translations/source/mai/sd/source/ui/app.po8
-rw-r--r--translations/source/mai/sd/source/ui/dlg.po6
-rw-r--r--translations/source/mai/sd/source/ui/notes.po6
-rw-r--r--translations/source/mai/sd/source/ui/slideshow.po17
-rw-r--r--translations/source/mai/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/mai/sd/source/ui/table.po6
-rw-r--r--translations/source/mai/sd/source/ui/view.po6
-rw-r--r--translations/source/mai/sdext/source/minimizer.po4
-rw-r--r--translations/source/mai/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/mai/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/mai/sdext/source/pdfimport.po4
-rw-r--r--translations/source/mai/sdext/source/presenter.po4
-rw-r--r--translations/source/mai/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/mai/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/mai/setup_native/source/mac.po6
-rw-r--r--translations/source/mai/sfx2/source/appl.po6
-rw-r--r--translations/source/mai/sfx2/source/bastyp.po6
-rw-r--r--translations/source/mai/sfx2/source/dialog.po12
-rw-r--r--translations/source/mai/sfx2/source/doc.po16
-rw-r--r--translations/source/mai/sfx2/source/menu.po6
-rw-r--r--translations/source/mai/sfx2/source/view.po6
-rw-r--r--translations/source/mai/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/mai/starmath/source.po6
-rw-r--r--translations/source/mai/svl/source/items.po6
-rw-r--r--translations/source/mai/svl/source/misc.po6
-rw-r--r--translations/source/mai/svtools/source/contnr.po6
-rw-r--r--translations/source/mai/svtools/source/control.po6
-rw-r--r--translations/source/mai/svtools/source/dialogs.po6
-rw-r--r--translations/source/mai/svtools/source/filter.po6
-rw-r--r--translations/source/mai/svtools/source/java.po6
-rw-r--r--translations/source/mai/svtools/source/misc.po53
-rw-r--r--translations/source/mai/svtools/source/plugapp.po6
-rw-r--r--translations/source/mai/svtools/source/toolpanel.po6
-rw-r--r--translations/source/mai/svtools/workben/unodialog.po6
-rw-r--r--translations/source/mai/svx/inc.po8
-rw-r--r--translations/source/mai/svx/source/accessibility.po6
-rw-r--r--translations/source/mai/svx/source/dialog.po10
-rw-r--r--translations/source/mai/svx/source/engine3d.po6
-rw-r--r--translations/source/mai/svx/source/fmcomp.po6
-rw-r--r--translations/source/mai/svx/source/form.po6
-rw-r--r--translations/source/mai/svx/source/gallery2.po6
-rw-r--r--translations/source/mai/svx/source/items.po6
-rw-r--r--translations/source/mai/svx/source/src.po6
-rw-r--r--translations/source/mai/svx/source/stbctrls.po4
-rw-r--r--translations/source/mai/svx/source/svdraw.po6
-rw-r--r--translations/source/mai/svx/source/table.po6
-rw-r--r--translations/source/mai/svx/source/tbxctrls.po6
-rw-r--r--translations/source/mai/svx/source/toolbars.po6
-rw-r--r--translations/source/mai/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/mai/sw/source/core/layout.po4
-rw-r--r--translations/source/mai/sw/source/core/undo.po8
-rw-r--r--translations/source/mai/sw/source/core/unocore.po6
-rw-r--r--translations/source/mai/sw/source/ui/app.po22
-rw-r--r--translations/source/mai/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/mai/sw/source/ui/config.po2
-rw-r--r--translations/source/mai/sw/source/ui/dbui.po6
-rw-r--r--translations/source/mai/sw/source/ui/dialog.po14
-rw-r--r--translations/source/mai/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/mai/sw/source/ui/docvw.po22
-rw-r--r--translations/source/mai/sw/source/ui/envelp.po6
-rw-r--r--translations/source/mai/sw/source/ui/fldui.po6
-rw-r--r--translations/source/mai/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/mai/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/mai/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/mai/sw/source/ui/index.po13
-rw-r--r--translations/source/mai/sw/source/ui/lingu.po6
-rw-r--r--translations/source/mai/sw/source/ui/misc.po6
-rw-r--r--translations/source/mai/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/mai/sw/source/ui/shells.po14
-rw-r--r--translations/source/mai/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/mai/sw/source/ui/table.po14
-rw-r--r--translations/source/mai/sw/source/ui/uiview.po6
-rw-r--r--translations/source/mai/sw/source/ui/utlui.po22
-rw-r--r--translations/source/mai/sw/source/ui/web.po6
-rw-r--r--translations/source/mai/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/mai/swext/mediawiki/help.po10
-rw-r--r--translations/source/mai/swext/mediawiki/src.po6
-rw-r--r--translations/source/mai/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/mai/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/mai/sysui/desktop/share.po6
-rw-r--r--translations/source/mai/uui/source.po6
-rw-r--r--translations/source/mai/vcl/source/src.po28
-rw-r--r--translations/source/mai/wizards/source/euro.po6
-rw-r--r--translations/source/mai/wizards/source/formwizard.po6
-rw-r--r--translations/source/mai/wizards/source/importwizard.po6
-rw-r--r--translations/source/mai/wizards/source/schedule.po6
-rw-r--r--translations/source/mai/wizards/source/template.po6
-rw-r--r--translations/source/mai/xmlsecurity/source/component.po6
-rw-r--r--translations/source/mai/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/mk/accessibility/source/helper.po6
-rw-r--r--translations/source/mk/avmedia/source/framework.po6
-rw-r--r--translations/source/mk/avmedia/source/viewer.po6
-rw-r--r--translations/source/mk/basctl/source/basicide.po6
-rw-r--r--translations/source/mk/basctl/source/dlged.po6
-rw-r--r--translations/source/mk/basic/source/classes.po6
-rw-r--r--translations/source/mk/basic/source/sbx.po6
-rw-r--r--translations/source/mk/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/mk/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/mk/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/mk/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/mk/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/mk/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/mk/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/mk/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/mk/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/mk/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/mk/connectivity/source/drivers/mozab.po10
-rw-r--r--translations/source/mk/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/mk/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/mk/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/mk/connectivity/source/resource.po6
-rw-r--r--translations/source/mk/cui/source/customize.po6
-rw-r--r--translations/source/mk/cui/source/dialogs.po52
-rw-r--r--translations/source/mk/cui/source/options.po32
-rw-r--r--translations/source/mk/cui/source/tabpages.po148
-rw-r--r--translations/source/mk/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/mk/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/mk/dbaccess/source/ext/macromigration.po11
-rw-r--r--translations/source/mk/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/mk/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/mk/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/mk/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/mk/dbaccess/source/ui/dlg.po13
-rw-r--r--translations/source/mk/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/mk/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/mk/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/mk/dbaccess/source/ui/relationdesign.po8
-rw-r--r--translations/source/mk/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/mk/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/mk/desktop/source/app.po10
-rw-r--r--translations/source/mk/desktop/source/deployment/gui.po30
-rw-r--r--translations/source/mk/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/mk/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/mk/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/mk/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/mk/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/mk/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/mk/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/mk/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/mk/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/mk/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/mk/dictionaries/af_ZA.po4
-rw-r--r--translations/source/mk/dictionaries/an_ES.po19
-rw-r--r--translations/source/mk/dictionaries/ar.po4
-rw-r--r--translations/source/mk/dictionaries/be_BY.po4
-rw-r--r--translations/source/mk/dictionaries/bg_BG.po4
-rw-r--r--translations/source/mk/dictionaries/bn_BD.po4
-rw-r--r--translations/source/mk/dictionaries/br_FR.po4
-rw-r--r--translations/source/mk/dictionaries/ca.po4
-rw-r--r--translations/source/mk/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/mk/dictionaries/da_DK.po4
-rw-r--r--translations/source/mk/dictionaries/de.po4
-rw-r--r--translations/source/mk/dictionaries/el_GR.po4
-rw-r--r--translations/source/mk/dictionaries/en.po6
-rw-r--r--translations/source/mk/dictionaries/en/dialog.po171
-rw-r--r--translations/source/mk/dictionaries/es_ES.po4
-rw-r--r--translations/source/mk/dictionaries/et_EE.po4
-rw-r--r--translations/source/mk/dictionaries/fr_FR.po4
-rw-r--r--translations/source/mk/dictionaries/gd_GB.po4
-rw-r--r--translations/source/mk/dictionaries/gl.po4
-rw-r--r--translations/source/mk/dictionaries/gu_IN.po4
-rw-r--r--translations/source/mk/dictionaries/he_IL.po4
-rw-r--r--translations/source/mk/dictionaries/hi_IN.po4
-rw-r--r--translations/source/mk/dictionaries/hr_HR.po4
-rw-r--r--translations/source/mk/dictionaries/hu_HU.po6
-rw-r--r--translations/source/mk/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/mk/dictionaries/it_IT.po4
-rw-r--r--translations/source/mk/dictionaries/ku_TR.po4
-rw-r--r--translations/source/mk/dictionaries/lt_LT.po4
-rw-r--r--translations/source/mk/dictionaries/lv_LV.po4
-rw-r--r--translations/source/mk/dictionaries/ne_NP.po4
-rw-r--r--translations/source/mk/dictionaries/nl_NL.po4
-rw-r--r--translations/source/mk/dictionaries/no.po4
-rw-r--r--translations/source/mk/dictionaries/oc_FR.po4
-rw-r--r--translations/source/mk/dictionaries/pl_PL.po4
-rw-r--r--translations/source/mk/dictionaries/pt_BR.po4
-rw-r--r--translations/source/mk/dictionaries/pt_PT.po4
-rw-r--r--translations/source/mk/dictionaries/ro.po4
-rw-r--r--translations/source/mk/dictionaries/ru_RU.po6
-rw-r--r--translations/source/mk/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/mk/dictionaries/si_LK.po19
-rw-r--r--translations/source/mk/dictionaries/sk_SK.po4
-rw-r--r--translations/source/mk/dictionaries/sl_SI.po4
-rw-r--r--translations/source/mk/dictionaries/sr.po4
-rw-r--r--translations/source/mk/dictionaries/sv_SE.po4
-rw-r--r--translations/source/mk/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/mk/dictionaries/te_IN.po4
-rw-r--r--translations/source/mk/dictionaries/th_TH.po4
-rw-r--r--translations/source/mk/dictionaries/uk_UA.po4
-rw-r--r--translations/source/mk/dictionaries/vi.po4
-rw-r--r--translations/source/mk/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/mk/editeng/source/accessibility.po6
-rw-r--r--translations/source/mk/editeng/source/editeng.po8
-rw-r--r--translations/source/mk/editeng/source/items.po30
-rw-r--r--translations/source/mk/editeng/source/misc.po6
-rw-r--r--translations/source/mk/editeng/source/outliner.po6
-rw-r--r--translations/source/mk/extensions/source/abpilot.po10
-rw-r--r--translations/source/mk/extensions/source/bibliography.po6
-rw-r--r--translations/source/mk/extensions/source/dbpilots.po6
-rw-r--r--translations/source/mk/extensions/source/propctrlr.po6
-rw-r--r--translations/source/mk/extensions/source/scanner.po8
-rw-r--r--translations/source/mk/extensions/source/update/check.po6
-rw-r--r--translations/source/mk/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/mk/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/mk/filter/source/config/fragments/types.po10
-rw-r--r--translations/source/mk/filter/source/flash.po6
-rw-r--r--translations/source/mk/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/mk/filter/source/pdf.po10
-rw-r--r--translations/source/mk/filter/source/t602.po6
-rw-r--r--translations/source/mk/filter/source/xsltdialog.po6
-rw-r--r--translations/source/mk/forms/source/resource.po6
-rw-r--r--translations/source/mk/formula/source/core/resource.po22
-rw-r--r--translations/source/mk/formula/source/ui/dlg.po6
-rw-r--r--translations/source/mk/fpicker/source/office.po6
-rw-r--r--translations/source/mk/framework/source/classes.po6
-rw-r--r--translations/source/mk/framework/source/services.po6
-rw-r--r--translations/source/mk/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/mk/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--translations/source/mk/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/mk/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/mk/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/mk/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/mk/helpcontent2/source/text/scalc/01.po10
-rw-r--r--translations/source/mk/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/mk/helpcontent2/source/text/scalc/04.po35
-rw-r--r--translations/source/mk/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/mk/helpcontent2/source/text/scalc/guide.po43
-rw-r--r--translations/source/mk/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/mk/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/mk/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/mk/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/mk/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/mk/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/mk/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/mk/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/mk/helpcontent2/source/text/sdraw/04.po6
-rw-r--r--translations/source/mk/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/mk/helpcontent2/source/text/shared.po2
-rw-r--r--translations/source/mk/helpcontent2/source/text/shared/00.po6
-rw-r--r--translations/source/mk/helpcontent2/source/text/shared/01.po18
-rw-r--r--translations/source/mk/helpcontent2/source/text/shared/02.po18
-rw-r--r--translations/source/mk/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/mk/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/mk/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/mk/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/mk/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/mk/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/mk/helpcontent2/source/text/shared/guide.po166
-rw-r--r--translations/source/mk/helpcontent2/source/text/shared/optionen.po82
-rw-r--r--translations/source/mk/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/mk/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/mk/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/mk/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/mk/helpcontent2/source/text/simpress/04.po42
-rw-r--r--translations/source/mk/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/mk/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/mk/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/mk/helpcontent2/source/text/smath/01.po28
-rw-r--r--translations/source/mk/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/mk/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/mk/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/mk/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/mk/helpcontent2/source/text/swriter/00.po6
-rw-r--r--translations/source/mk/helpcontent2/source/text/swriter/01.po36
-rw-r--r--translations/source/mk/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/mk/helpcontent2/source/text/swriter/04.po12
-rw-r--r--translations/source/mk/helpcontent2/source/text/swriter/guide.po51
-rw-r--r--translations/source/mk/instsetoo_native/inc_openoffice/windows/msi_languages.po68
-rw-r--r--translations/source/mk/mysqlc/source.po6
-rw-r--r--translations/source/mk/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/mk/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/mk/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/mk/nlpsolver/src/locale.po179
-rw-r--r--translations/source/mk/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/mk/officecfg/registry/data/org/openoffice/Office/UI.po57
-rw-r--r--translations/source/mk/padmin/source.po6
-rw-r--r--translations/source/mk/readlicense_oo/docs/readme.po34
-rw-r--r--translations/source/mk/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/mk/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/mk/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/mk/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/mk/reportbuilder/util.po4
-rw-r--r--translations/source/mk/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/mk/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/mk/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/mk/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/mk/sc/source/core/src.po6
-rw-r--r--translations/source/mk/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/mk/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/mk/sc/source/ui/docshell.po6
-rw-r--r--translations/source/mk/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/mk/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/mk/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/mk/sc/source/ui/navipi.po8
-rw-r--r--translations/source/mk/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/mk/sc/source/ui/src.po144
-rw-r--r--translations/source/mk/sc/source/ui/styleui.po8
-rw-r--r--translations/source/mk/scaddins/source/analysis.po6
-rw-r--r--translations/source/mk/scaddins/source/datefunc.po6
-rw-r--r--translations/source/mk/sccomp/source/solver.po6
-rw-r--r--translations/source/mk/scp2/source/accessories.po6
-rw-r--r--translations/source/mk/scp2/source/activex.po6
-rw-r--r--translations/source/mk/scp2/source/base.po16
-rw-r--r--translations/source/mk/scp2/source/binfilter.po6
-rw-r--r--translations/source/mk/scp2/source/calc.po6
-rw-r--r--translations/source/mk/scp2/source/draw.po6
-rw-r--r--translations/source/mk/scp2/source/extensions.po2204
-rw-r--r--translations/source/mk/scp2/source/gnome.po6
-rw-r--r--translations/source/mk/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/mk/scp2/source/impress.po6
-rw-r--r--translations/source/mk/scp2/source/javafilter.po6
-rw-r--r--translations/source/mk/scp2/source/kde.po6
-rw-r--r--translations/source/mk/scp2/source/math.po6
-rw-r--r--translations/source/mk/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/mk/scp2/source/ooo.po31
-rw-r--r--translations/source/mk/scp2/source/python.po6
-rw-r--r--translations/source/mk/scp2/source/quickstart.po6
-rw-r--r--translations/source/mk/scp2/source/sdkoo.po6
-rw-r--r--translations/source/mk/scp2/source/smoketest.po23
-rw-r--r--translations/source/mk/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/mk/scp2/source/writer.po6
-rw-r--r--translations/source/mk/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/mk/scripting/source/pyprov.po4
-rw-r--r--translations/source/mk/sd/source/core.po41
-rw-r--r--translations/source/mk/sd/source/filter/html.po6
-rw-r--r--translations/source/mk/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/mk/sd/source/ui/animations.po6
-rw-r--r--translations/source/mk/sd/source/ui/annotations.po6
-rw-r--r--translations/source/mk/sd/source/ui/app.po8
-rw-r--r--translations/source/mk/sd/source/ui/dlg.po6
-rw-r--r--translations/source/mk/sd/source/ui/notes.po6
-rw-r--r--translations/source/mk/sd/source/ui/slideshow.po15
-rw-r--r--translations/source/mk/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/mk/sd/source/ui/table.po6
-rw-r--r--translations/source/mk/sd/source/ui/view.po6
-rw-r--r--translations/source/mk/sdext/source/minimizer.po6
-rw-r--r--translations/source/mk/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/mk/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/mk/sdext/source/pdfimport.po4
-rw-r--r--translations/source/mk/sdext/source/presenter.po4
-rw-r--r--translations/source/mk/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/mk/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po14
-rw-r--r--translations/source/mk/setup_native/source/mac.po6
-rw-r--r--translations/source/mk/sfx2/source/appl.po6
-rw-r--r--translations/source/mk/sfx2/source/bastyp.po6
-rw-r--r--translations/source/mk/sfx2/source/dialog.po12
-rw-r--r--translations/source/mk/sfx2/source/doc.po18
-rw-r--r--translations/source/mk/sfx2/source/menu.po6
-rw-r--r--translations/source/mk/sfx2/source/view.po6
-rw-r--r--translations/source/mk/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/mk/starmath/source.po6
-rw-r--r--translations/source/mk/svl/source/items.po6
-rw-r--r--translations/source/mk/svl/source/misc.po8
-rw-r--r--translations/source/mk/svtools/source/contnr.po6
-rw-r--r--translations/source/mk/svtools/source/control.po6
-rw-r--r--translations/source/mk/svtools/source/dialogs.po6
-rw-r--r--translations/source/mk/svtools/source/filter.po6
-rw-r--r--translations/source/mk/svtools/source/java.po6
-rw-r--r--translations/source/mk/svtools/source/misc.po51
-rw-r--r--translations/source/mk/svtools/source/plugapp.po6
-rw-r--r--translations/source/mk/svtools/source/toolpanel.po6
-rw-r--r--translations/source/mk/svtools/workben/unodialog.po6
-rw-r--r--translations/source/mk/svx/inc.po8
-rw-r--r--translations/source/mk/svx/source/accessibility.po6
-rw-r--r--translations/source/mk/svx/source/dialog.po10
-rw-r--r--translations/source/mk/svx/source/engine3d.po6
-rw-r--r--translations/source/mk/svx/source/fmcomp.po6
-rw-r--r--translations/source/mk/svx/source/form.po6
-rw-r--r--translations/source/mk/svx/source/gallery2.po6
-rw-r--r--translations/source/mk/svx/source/items.po6
-rw-r--r--translations/source/mk/svx/source/src.po6
-rw-r--r--translations/source/mk/svx/source/stbctrls.po2
-rw-r--r--translations/source/mk/svx/source/svdraw.po6
-rw-r--r--translations/source/mk/svx/source/table.po6
-rw-r--r--translations/source/mk/svx/source/tbxctrls.po6
-rw-r--r--translations/source/mk/svx/source/toolbars.po6
-rw-r--r--translations/source/mk/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/mk/sw/source/core/layout.po4
-rw-r--r--translations/source/mk/sw/source/core/undo.po8
-rw-r--r--translations/source/mk/sw/source/core/unocore.po6
-rw-r--r--translations/source/mk/sw/source/ui/app.po22
-rw-r--r--translations/source/mk/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/mk/sw/source/ui/config.po2
-rw-r--r--translations/source/mk/sw/source/ui/dbui.po6
-rw-r--r--translations/source/mk/sw/source/ui/dialog.po14
-rw-r--r--translations/source/mk/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/mk/sw/source/ui/docvw.po22
-rw-r--r--translations/source/mk/sw/source/ui/envelp.po6
-rw-r--r--translations/source/mk/sw/source/ui/fldui.po6
-rw-r--r--translations/source/mk/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/mk/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/mk/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/mk/sw/source/ui/index.po11
-rw-r--r--translations/source/mk/sw/source/ui/lingu.po6
-rw-r--r--translations/source/mk/sw/source/ui/misc.po6
-rw-r--r--translations/source/mk/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/mk/sw/source/ui/shells.po14
-rw-r--r--translations/source/mk/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/mk/sw/source/ui/table.po18
-rw-r--r--translations/source/mk/sw/source/ui/uiview.po6
-rw-r--r--translations/source/mk/sw/source/ui/utlui.po22
-rw-r--r--translations/source/mk/sw/source/ui/web.po6
-rw-r--r--translations/source/mk/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/mk/swext/mediawiki/help.po16
-rw-r--r--translations/source/mk/swext/mediawiki/src.po8
-rw-r--r--translations/source/mk/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/mk/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/mk/sysui/desktop/share.po6
-rw-r--r--translations/source/mk/uui/source.po6
-rw-r--r--translations/source/mk/vcl/source/src.po30
-rw-r--r--translations/source/mk/wizards/source/euro.po6
-rw-r--r--translations/source/mk/wizards/source/formwizard.po6
-rw-r--r--translations/source/mk/wizards/source/importwizard.po6
-rw-r--r--translations/source/mk/wizards/source/schedule.po6
-rw-r--r--translations/source/mk/wizards/source/template.po6
-rw-r--r--translations/source/mk/xmlsecurity/source/component.po6
-rw-r--r--translations/source/mk/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/ml/accessibility/source/helper.po6
-rw-r--r--translations/source/ml/avmedia/source/framework.po6
-rw-r--r--translations/source/ml/avmedia/source/viewer.po6
-rw-r--r--translations/source/ml/basctl/source/basicide.po6
-rw-r--r--translations/source/ml/basctl/source/dlged.po6
-rw-r--r--translations/source/ml/basic/source/classes.po6
-rw-r--r--translations/source/ml/basic/source/sbx.po6
-rw-r--r--translations/source/ml/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/ml/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/ml/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/ml/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/ml/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/ml/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/ml/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/ml/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/ml/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/ml/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/ml/connectivity/source/drivers/mozab.po16
-rw-r--r--translations/source/ml/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/ml/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/ml/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/ml/connectivity/source/resource.po6
-rw-r--r--translations/source/ml/cui/source/customize.po6
-rw-r--r--translations/source/ml/cui/source/dialogs.po44
-rw-r--r--translations/source/ml/cui/source/options.po21
-rw-r--r--translations/source/ml/cui/source/tabpages.po152
-rw-r--r--translations/source/ml/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/ml/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/ml/dbaccess/source/ext/macromigration.po13
-rw-r--r--translations/source/ml/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/ml/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/ml/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/ml/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/ml/dbaccess/source/ui/dlg.po15
-rw-r--r--translations/source/ml/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/ml/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/ml/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/ml/dbaccess/source/ui/relationdesign.po10
-rw-r--r--translations/source/ml/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/ml/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/ml/desktop/source/app.po10
-rw-r--r--translations/source/ml/desktop/source/deployment/gui.po32
-rw-r--r--translations/source/ml/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/ml/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/ml/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/ml/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/ml/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/ml/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/ml/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/ml/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/ml/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/ml/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/ml/dictionaries/af_ZA.po4
-rw-r--r--translations/source/ml/dictionaries/an_ES.po19
-rw-r--r--translations/source/ml/dictionaries/ar.po4
-rw-r--r--translations/source/ml/dictionaries/be_BY.po4
-rw-r--r--translations/source/ml/dictionaries/bg_BG.po4
-rw-r--r--translations/source/ml/dictionaries/bn_BD.po4
-rw-r--r--translations/source/ml/dictionaries/br_FR.po4
-rw-r--r--translations/source/ml/dictionaries/ca.po4
-rw-r--r--translations/source/ml/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/ml/dictionaries/da_DK.po4
-rw-r--r--translations/source/ml/dictionaries/de.po4
-rw-r--r--translations/source/ml/dictionaries/el_GR.po4
-rw-r--r--translations/source/ml/dictionaries/en.po6
-rw-r--r--translations/source/ml/dictionaries/en/dialog.po171
-rw-r--r--translations/source/ml/dictionaries/es_ES.po4
-rw-r--r--translations/source/ml/dictionaries/et_EE.po4
-rw-r--r--translations/source/ml/dictionaries/fr_FR.po4
-rw-r--r--translations/source/ml/dictionaries/gd_GB.po4
-rw-r--r--translations/source/ml/dictionaries/gl.po4
-rw-r--r--translations/source/ml/dictionaries/gu_IN.po4
-rw-r--r--translations/source/ml/dictionaries/he_IL.po4
-rw-r--r--translations/source/ml/dictionaries/hi_IN.po4
-rw-r--r--translations/source/ml/dictionaries/hr_HR.po4
-rw-r--r--translations/source/ml/dictionaries/hu_HU.po6
-rw-r--r--translations/source/ml/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/ml/dictionaries/it_IT.po4
-rw-r--r--translations/source/ml/dictionaries/ku_TR.po4
-rw-r--r--translations/source/ml/dictionaries/lt_LT.po4
-rw-r--r--translations/source/ml/dictionaries/lv_LV.po4
-rw-r--r--translations/source/ml/dictionaries/ne_NP.po4
-rw-r--r--translations/source/ml/dictionaries/nl_NL.po4
-rw-r--r--translations/source/ml/dictionaries/no.po4
-rw-r--r--translations/source/ml/dictionaries/oc_FR.po4
-rw-r--r--translations/source/ml/dictionaries/pl_PL.po4
-rw-r--r--translations/source/ml/dictionaries/pt_BR.po4
-rw-r--r--translations/source/ml/dictionaries/pt_PT.po4
-rw-r--r--translations/source/ml/dictionaries/ro.po4
-rw-r--r--translations/source/ml/dictionaries/ru_RU.po6
-rw-r--r--translations/source/ml/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/ml/dictionaries/si_LK.po19
-rw-r--r--translations/source/ml/dictionaries/sk_SK.po4
-rw-r--r--translations/source/ml/dictionaries/sl_SI.po4
-rw-r--r--translations/source/ml/dictionaries/sr.po4
-rw-r--r--translations/source/ml/dictionaries/sv_SE.po4
-rw-r--r--translations/source/ml/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/ml/dictionaries/te_IN.po4
-rw-r--r--translations/source/ml/dictionaries/th_TH.po4
-rw-r--r--translations/source/ml/dictionaries/uk_UA.po4
-rw-r--r--translations/source/ml/dictionaries/vi.po4
-rw-r--r--translations/source/ml/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/ml/editeng/source/accessibility.po6
-rw-r--r--translations/source/ml/editeng/source/editeng.po8
-rw-r--r--translations/source/ml/editeng/source/items.po30
-rw-r--r--translations/source/ml/editeng/source/misc.po6
-rw-r--r--translations/source/ml/editeng/source/outliner.po6
-rw-r--r--translations/source/ml/extensions/source/abpilot.po10
-rw-r--r--translations/source/ml/extensions/source/bibliography.po6
-rw-r--r--translations/source/ml/extensions/source/dbpilots.po6
-rw-r--r--translations/source/ml/extensions/source/propctrlr.po6
-rw-r--r--translations/source/ml/extensions/source/scanner.po6
-rw-r--r--translations/source/ml/extensions/source/update/check.po6
-rw-r--r--translations/source/ml/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/ml/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/ml/filter/source/config/fragments/types.po10
-rw-r--r--translations/source/ml/filter/source/flash.po6
-rw-r--r--translations/source/ml/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/ml/filter/source/pdf.po10
-rw-r--r--translations/source/ml/filter/source/t602.po6
-rw-r--r--translations/source/ml/filter/source/xsltdialog.po6
-rw-r--r--translations/source/ml/forms/source/resource.po6
-rw-r--r--translations/source/ml/formula/source/core/resource.po22
-rw-r--r--translations/source/ml/formula/source/ui/dlg.po6
-rw-r--r--translations/source/ml/fpicker/source/office.po6
-rw-r--r--translations/source/ml/framework/source/classes.po6
-rw-r--r--translations/source/ml/framework/source/services.po6
-rw-r--r--translations/source/ml/instsetoo_native/inc_openoffice/windows/msi_languages.po65
-rw-r--r--translations/source/ml/mysqlc/source.po6
-rw-r--r--translations/source/ml/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/ml/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/ml/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/ml/nlpsolver/src/locale.po179
-rw-r--r--translations/source/ml/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ml/officecfg/registry/data/org/openoffice/Office/UI.po57
-rw-r--r--translations/source/ml/padmin/source.po6
-rw-r--r--translations/source/ml/readlicense_oo/docs/readme.po34
-rw-r--r--translations/source/ml/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/ml/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ml/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/ml/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/ml/reportbuilder/util.po4
-rw-r--r--translations/source/ml/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/ml/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/ml/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/ml/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/ml/sc/source/core/src.po6
-rw-r--r--translations/source/ml/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/ml/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/ml/sc/source/ui/docshell.po6
-rw-r--r--translations/source/ml/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/ml/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/ml/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/ml/sc/source/ui/navipi.po8
-rw-r--r--translations/source/ml/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/ml/sc/source/ui/src.po144
-rw-r--r--translations/source/ml/sc/source/ui/styleui.po8
-rw-r--r--translations/source/ml/scaddins/source/analysis.po6
-rw-r--r--translations/source/ml/scaddins/source/datefunc.po6
-rw-r--r--translations/source/ml/sccomp/source/solver.po6
-rw-r--r--translations/source/ml/scp2/source/accessories.po6
-rw-r--r--translations/source/ml/scp2/source/activex.po6
-rw-r--r--translations/source/ml/scp2/source/base.po16
-rw-r--r--translations/source/ml/scp2/source/binfilter.po6
-rw-r--r--translations/source/ml/scp2/source/calc.po6
-rw-r--r--translations/source/ml/scp2/source/draw.po6
-rw-r--r--translations/source/ml/scp2/source/extensions.po2202
-rw-r--r--translations/source/ml/scp2/source/gnome.po6
-rw-r--r--translations/source/ml/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/ml/scp2/source/impress.po6
-rw-r--r--translations/source/ml/scp2/source/javafilter.po6
-rw-r--r--translations/source/ml/scp2/source/kde.po6
-rw-r--r--translations/source/ml/scp2/source/math.po6
-rw-r--r--translations/source/ml/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/ml/scp2/source/ooo.po31
-rw-r--r--translations/source/ml/scp2/source/python.po6
-rw-r--r--translations/source/ml/scp2/source/quickstart.po6
-rw-r--r--translations/source/ml/scp2/source/sdkoo.po6
-rw-r--r--translations/source/ml/scp2/source/smoketest.po23
-rw-r--r--translations/source/ml/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/ml/scp2/source/writer.po6
-rw-r--r--translations/source/ml/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/ml/scripting/source/pyprov.po4
-rw-r--r--translations/source/ml/sd/source/core.po43
-rw-r--r--translations/source/ml/sd/source/filter/html.po6
-rw-r--r--translations/source/ml/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/ml/sd/source/ui/animations.po6
-rw-r--r--translations/source/ml/sd/source/ui/annotations.po6
-rw-r--r--translations/source/ml/sd/source/ui/app.po8
-rw-r--r--translations/source/ml/sd/source/ui/dlg.po6
-rw-r--r--translations/source/ml/sd/source/ui/notes.po6
-rw-r--r--translations/source/ml/sd/source/ui/slideshow.po17
-rw-r--r--translations/source/ml/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/ml/sd/source/ui/table.po6
-rw-r--r--translations/source/ml/sd/source/ui/view.po6
-rw-r--r--translations/source/ml/sdext/source/minimizer.po4
-rw-r--r--translations/source/ml/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ml/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/ml/sdext/source/pdfimport.po4
-rw-r--r--translations/source/ml/sdext/source/presenter.po4
-rw-r--r--translations/source/ml/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/ml/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/ml/setup_native/source/mac.po6
-rw-r--r--translations/source/ml/sfx2/source/appl.po6
-rw-r--r--translations/source/ml/sfx2/source/bastyp.po6
-rw-r--r--translations/source/ml/sfx2/source/dialog.po14
-rw-r--r--translations/source/ml/sfx2/source/doc.po14
-rw-r--r--translations/source/ml/sfx2/source/menu.po6
-rw-r--r--translations/source/ml/sfx2/source/view.po6
-rw-r--r--translations/source/ml/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/ml/starmath/source.po6
-rw-r--r--translations/source/ml/svl/source/items.po6
-rw-r--r--translations/source/ml/svl/source/misc.po6
-rw-r--r--translations/source/ml/svtools/source/contnr.po6
-rw-r--r--translations/source/ml/svtools/source/control.po6
-rw-r--r--translations/source/ml/svtools/source/dialogs.po6
-rw-r--r--translations/source/ml/svtools/source/filter.po6
-rw-r--r--translations/source/ml/svtools/source/java.po6
-rw-r--r--translations/source/ml/svtools/source/misc.po53
-rw-r--r--translations/source/ml/svtools/source/plugapp.po6
-rw-r--r--translations/source/ml/svtools/source/toolpanel.po6
-rw-r--r--translations/source/ml/svtools/workben/unodialog.po6
-rw-r--r--translations/source/ml/svx/inc.po8
-rw-r--r--translations/source/ml/svx/source/accessibility.po6
-rw-r--r--translations/source/ml/svx/source/dialog.po10
-rw-r--r--translations/source/ml/svx/source/engine3d.po6
-rw-r--r--translations/source/ml/svx/source/fmcomp.po6
-rw-r--r--translations/source/ml/svx/source/form.po6
-rw-r--r--translations/source/ml/svx/source/gallery2.po6
-rw-r--r--translations/source/ml/svx/source/items.po6
-rw-r--r--translations/source/ml/svx/source/src.po6
-rw-r--r--translations/source/ml/svx/source/stbctrls.po2
-rw-r--r--translations/source/ml/svx/source/svdraw.po6
-rw-r--r--translations/source/ml/svx/source/table.po6
-rw-r--r--translations/source/ml/svx/source/tbxctrls.po6
-rw-r--r--translations/source/ml/svx/source/toolbars.po6
-rw-r--r--translations/source/ml/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/ml/sw/source/core/layout.po4
-rw-r--r--translations/source/ml/sw/source/core/undo.po8
-rw-r--r--translations/source/ml/sw/source/core/unocore.po6
-rw-r--r--translations/source/ml/sw/source/ui/app.po22
-rw-r--r--translations/source/ml/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/ml/sw/source/ui/config.po4
-rw-r--r--translations/source/ml/sw/source/ui/dbui.po6
-rw-r--r--translations/source/ml/sw/source/ui/dialog.po14
-rw-r--r--translations/source/ml/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/ml/sw/source/ui/docvw.po22
-rw-r--r--translations/source/ml/sw/source/ui/envelp.po6
-rw-r--r--translations/source/ml/sw/source/ui/fldui.po6
-rw-r--r--translations/source/ml/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/ml/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/ml/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/ml/sw/source/ui/index.po13
-rw-r--r--translations/source/ml/sw/source/ui/lingu.po6
-rw-r--r--translations/source/ml/sw/source/ui/misc.po6
-rw-r--r--translations/source/ml/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/ml/sw/source/ui/shells.po14
-rw-r--r--translations/source/ml/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/ml/sw/source/ui/table.po16
-rw-r--r--translations/source/ml/sw/source/ui/uiview.po6
-rw-r--r--translations/source/ml/sw/source/ui/utlui.po22
-rw-r--r--translations/source/ml/sw/source/ui/web.po6
-rw-r--r--translations/source/ml/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/ml/swext/mediawiki/help.po14
-rw-r--r--translations/source/ml/swext/mediawiki/src.po8
-rw-r--r--translations/source/ml/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ml/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/ml/sysui/desktop/share.po6
-rw-r--r--translations/source/ml/uui/source.po6
-rw-r--r--translations/source/ml/vcl/source/src.po28
-rw-r--r--translations/source/ml/wizards/source/euro.po6
-rw-r--r--translations/source/ml/wizards/source/formwizard.po6
-rw-r--r--translations/source/ml/wizards/source/importwizard.po6
-rw-r--r--translations/source/ml/wizards/source/schedule.po6
-rw-r--r--translations/source/ml/wizards/source/template.po6
-rw-r--r--translations/source/ml/xmlsecurity/source/component.po6
-rw-r--r--translations/source/ml/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/mn/accessibility/source/helper.po6
-rw-r--r--translations/source/mn/avmedia/source/framework.po6
-rw-r--r--translations/source/mn/avmedia/source/viewer.po6
-rw-r--r--translations/source/mn/basctl/source/basicide.po6
-rw-r--r--translations/source/mn/basctl/source/dlged.po6
-rw-r--r--translations/source/mn/basic/source/classes.po6
-rw-r--r--translations/source/mn/basic/source/sbx.po6
-rw-r--r--translations/source/mn/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/mn/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/mn/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/mn/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/mn/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/mn/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/mn/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/mn/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/mn/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/mn/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/mn/connectivity/source/drivers/mozab.po10
-rw-r--r--translations/source/mn/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/mn/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/mn/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/mn/connectivity/source/resource.po6
-rw-r--r--translations/source/mn/cui/source/customize.po6
-rw-r--r--translations/source/mn/cui/source/dialogs.po46
-rw-r--r--translations/source/mn/cui/source/options.po22
-rw-r--r--translations/source/mn/cui/source/tabpages.po148
-rw-r--r--translations/source/mn/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/mn/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/mn/dbaccess/source/ext/macromigration.po8
-rw-r--r--translations/source/mn/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/mn/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/mn/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/mn/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/mn/dbaccess/source/ui/dlg.po13
-rw-r--r--translations/source/mn/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/mn/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/mn/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/mn/dbaccess/source/ui/relationdesign.po8
-rw-r--r--translations/source/mn/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/mn/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/mn/desktop/source/app.po10
-rw-r--r--translations/source/mn/desktop/source/deployment/gui.po30
-rw-r--r--translations/source/mn/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/mn/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/mn/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/mn/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/mn/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/mn/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/mn/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/mn/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/mn/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/mn/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/mn/dictionaries/af_ZA.po4
-rw-r--r--translations/source/mn/dictionaries/an_ES.po19
-rw-r--r--translations/source/mn/dictionaries/ar.po4
-rw-r--r--translations/source/mn/dictionaries/be_BY.po4
-rw-r--r--translations/source/mn/dictionaries/bg_BG.po4
-rw-r--r--translations/source/mn/dictionaries/bn_BD.po4
-rw-r--r--translations/source/mn/dictionaries/br_FR.po4
-rw-r--r--translations/source/mn/dictionaries/ca.po4
-rw-r--r--translations/source/mn/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/mn/dictionaries/da_DK.po4
-rw-r--r--translations/source/mn/dictionaries/de.po4
-rw-r--r--translations/source/mn/dictionaries/el_GR.po4
-rw-r--r--translations/source/mn/dictionaries/en.po6
-rw-r--r--translations/source/mn/dictionaries/en/dialog.po171
-rw-r--r--translations/source/mn/dictionaries/es_ES.po4
-rw-r--r--translations/source/mn/dictionaries/et_EE.po4
-rw-r--r--translations/source/mn/dictionaries/fr_FR.po4
-rw-r--r--translations/source/mn/dictionaries/gd_GB.po4
-rw-r--r--translations/source/mn/dictionaries/gl.po4
-rw-r--r--translations/source/mn/dictionaries/gu_IN.po4
-rw-r--r--translations/source/mn/dictionaries/he_IL.po4
-rw-r--r--translations/source/mn/dictionaries/hi_IN.po4
-rw-r--r--translations/source/mn/dictionaries/hr_HR.po4
-rw-r--r--translations/source/mn/dictionaries/hu_HU.po6
-rw-r--r--translations/source/mn/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/mn/dictionaries/it_IT.po4
-rw-r--r--translations/source/mn/dictionaries/ku_TR.po4
-rw-r--r--translations/source/mn/dictionaries/lt_LT.po4
-rw-r--r--translations/source/mn/dictionaries/lv_LV.po4
-rw-r--r--translations/source/mn/dictionaries/ne_NP.po4
-rw-r--r--translations/source/mn/dictionaries/nl_NL.po4
-rw-r--r--translations/source/mn/dictionaries/no.po4
-rw-r--r--translations/source/mn/dictionaries/oc_FR.po4
-rw-r--r--translations/source/mn/dictionaries/pl_PL.po4
-rw-r--r--translations/source/mn/dictionaries/pt_BR.po4
-rw-r--r--translations/source/mn/dictionaries/pt_PT.po4
-rw-r--r--translations/source/mn/dictionaries/ro.po4
-rw-r--r--translations/source/mn/dictionaries/ru_RU.po6
-rw-r--r--translations/source/mn/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/mn/dictionaries/si_LK.po19
-rw-r--r--translations/source/mn/dictionaries/sk_SK.po4
-rw-r--r--translations/source/mn/dictionaries/sl_SI.po4
-rw-r--r--translations/source/mn/dictionaries/sr.po4
-rw-r--r--translations/source/mn/dictionaries/sv_SE.po4
-rw-r--r--translations/source/mn/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/mn/dictionaries/te_IN.po4
-rw-r--r--translations/source/mn/dictionaries/th_TH.po4
-rw-r--r--translations/source/mn/dictionaries/uk_UA.po4
-rw-r--r--translations/source/mn/dictionaries/vi.po4
-rw-r--r--translations/source/mn/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/mn/editeng/source/accessibility.po6
-rw-r--r--translations/source/mn/editeng/source/editeng.po8
-rw-r--r--translations/source/mn/editeng/source/items.po30
-rw-r--r--translations/source/mn/editeng/source/misc.po6
-rw-r--r--translations/source/mn/editeng/source/outliner.po6
-rw-r--r--translations/source/mn/extensions/source/abpilot.po10
-rw-r--r--translations/source/mn/extensions/source/bibliography.po6
-rw-r--r--translations/source/mn/extensions/source/dbpilots.po6
-rw-r--r--translations/source/mn/extensions/source/propctrlr.po6
-rw-r--r--translations/source/mn/extensions/source/scanner.po6
-rw-r--r--translations/source/mn/extensions/source/update/check.po6
-rw-r--r--translations/source/mn/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/mn/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/mn/filter/source/config/fragments/types.po10
-rw-r--r--translations/source/mn/filter/source/flash.po6
-rw-r--r--translations/source/mn/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/mn/filter/source/pdf.po10
-rw-r--r--translations/source/mn/filter/source/t602.po6
-rw-r--r--translations/source/mn/filter/source/xsltdialog.po6
-rw-r--r--translations/source/mn/forms/source/resource.po6
-rw-r--r--translations/source/mn/formula/source/core/resource.po22
-rw-r--r--translations/source/mn/formula/source/ui/dlg.po6
-rw-r--r--translations/source/mn/fpicker/source/office.po6
-rw-r--r--translations/source/mn/framework/source/classes.po6
-rw-r--r--translations/source/mn/framework/source/services.po6
-rw-r--r--translations/source/mn/instsetoo_native/inc_openoffice/windows/msi_languages.po68
-rw-r--r--translations/source/mn/mysqlc/source.po6
-rw-r--r--translations/source/mn/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/mn/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/mn/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/mn/nlpsolver/src/locale.po179
-rw-r--r--translations/source/mn/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/mn/officecfg/registry/data/org/openoffice/Office/UI.po57
-rw-r--r--translations/source/mn/padmin/source.po6
-rw-r--r--translations/source/mn/readlicense_oo/docs/readme.po34
-rw-r--r--translations/source/mn/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/mn/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/mn/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/mn/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/mn/reportbuilder/util.po4
-rw-r--r--translations/source/mn/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/mn/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/mn/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/mn/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/mn/sc/source/core/src.po6
-rw-r--r--translations/source/mn/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/mn/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/mn/sc/source/ui/docshell.po6
-rw-r--r--translations/source/mn/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/mn/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/mn/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/mn/sc/source/ui/navipi.po8
-rw-r--r--translations/source/mn/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/mn/sc/source/ui/src.po142
-rw-r--r--translations/source/mn/sc/source/ui/styleui.po8
-rw-r--r--translations/source/mn/scaddins/source/analysis.po6
-rw-r--r--translations/source/mn/scaddins/source/datefunc.po6
-rw-r--r--translations/source/mn/sccomp/source/solver.po6
-rw-r--r--translations/source/mn/scp2/source/accessories.po6
-rw-r--r--translations/source/mn/scp2/source/activex.po6
-rw-r--r--translations/source/mn/scp2/source/base.po16
-rw-r--r--translations/source/mn/scp2/source/binfilter.po6
-rw-r--r--translations/source/mn/scp2/source/calc.po6
-rw-r--r--translations/source/mn/scp2/source/draw.po6
-rw-r--r--translations/source/mn/scp2/source/extensions.po2219
-rw-r--r--translations/source/mn/scp2/source/gnome.po6
-rw-r--r--translations/source/mn/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/mn/scp2/source/impress.po6
-rw-r--r--translations/source/mn/scp2/source/javafilter.po6
-rw-r--r--translations/source/mn/scp2/source/kde.po6
-rw-r--r--translations/source/mn/scp2/source/math.po6
-rw-r--r--translations/source/mn/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/mn/scp2/source/ooo.po31
-rw-r--r--translations/source/mn/scp2/source/python.po6
-rw-r--r--translations/source/mn/scp2/source/quickstart.po6
-rw-r--r--translations/source/mn/scp2/source/sdkoo.po6
-rw-r--r--translations/source/mn/scp2/source/smoketest.po23
-rw-r--r--translations/source/mn/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/mn/scp2/source/writer.po6
-rw-r--r--translations/source/mn/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/mn/scripting/source/pyprov.po4
-rw-r--r--translations/source/mn/sd/source/core.po41
-rw-r--r--translations/source/mn/sd/source/filter/html.po6
-rw-r--r--translations/source/mn/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/mn/sd/source/ui/animations.po6
-rw-r--r--translations/source/mn/sd/source/ui/annotations.po6
-rw-r--r--translations/source/mn/sd/source/ui/app.po8
-rw-r--r--translations/source/mn/sd/source/ui/dlg.po6
-rw-r--r--translations/source/mn/sd/source/ui/notes.po6
-rw-r--r--translations/source/mn/sd/source/ui/slideshow.po15
-rw-r--r--translations/source/mn/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/mn/sd/source/ui/table.po6
-rw-r--r--translations/source/mn/sd/source/ui/view.po6
-rw-r--r--translations/source/mn/sdext/source/minimizer.po4
-rw-r--r--translations/source/mn/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/mn/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/mn/sdext/source/pdfimport.po4
-rw-r--r--translations/source/mn/sdext/source/presenter.po4
-rw-r--r--translations/source/mn/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/mn/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po14
-rw-r--r--translations/source/mn/setup_native/source/mac.po6
-rw-r--r--translations/source/mn/sfx2/source/appl.po6
-rw-r--r--translations/source/mn/sfx2/source/bastyp.po6
-rw-r--r--translations/source/mn/sfx2/source/dialog.po12
-rw-r--r--translations/source/mn/sfx2/source/doc.po16
-rw-r--r--translations/source/mn/sfx2/source/menu.po6
-rw-r--r--translations/source/mn/sfx2/source/view.po6
-rw-r--r--translations/source/mn/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/mn/starmath/source.po6
-rw-r--r--translations/source/mn/svl/source/items.po6
-rw-r--r--translations/source/mn/svl/source/misc.po8
-rw-r--r--translations/source/mn/svtools/source/contnr.po6
-rw-r--r--translations/source/mn/svtools/source/control.po6
-rw-r--r--translations/source/mn/svtools/source/dialogs.po6
-rw-r--r--translations/source/mn/svtools/source/filter.po6
-rw-r--r--translations/source/mn/svtools/source/java.po6
-rw-r--r--translations/source/mn/svtools/source/misc.po51
-rw-r--r--translations/source/mn/svtools/source/plugapp.po6
-rw-r--r--translations/source/mn/svtools/source/toolpanel.po6
-rw-r--r--translations/source/mn/svtools/workben/unodialog.po6
-rw-r--r--translations/source/mn/svx/inc.po8
-rw-r--r--translations/source/mn/svx/source/accessibility.po6
-rw-r--r--translations/source/mn/svx/source/dialog.po10
-rw-r--r--translations/source/mn/svx/source/engine3d.po6
-rw-r--r--translations/source/mn/svx/source/fmcomp.po6
-rw-r--r--translations/source/mn/svx/source/form.po6
-rw-r--r--translations/source/mn/svx/source/gallery2.po6
-rw-r--r--translations/source/mn/svx/source/items.po6
-rw-r--r--translations/source/mn/svx/source/src.po6
-rw-r--r--translations/source/mn/svx/source/stbctrls.po2
-rw-r--r--translations/source/mn/svx/source/svdraw.po6
-rw-r--r--translations/source/mn/svx/source/table.po6
-rw-r--r--translations/source/mn/svx/source/tbxctrls.po6
-rw-r--r--translations/source/mn/svx/source/toolbars.po6
-rw-r--r--translations/source/mn/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/mn/sw/source/core/layout.po4
-rw-r--r--translations/source/mn/sw/source/core/undo.po8
-rw-r--r--translations/source/mn/sw/source/core/unocore.po6
-rw-r--r--translations/source/mn/sw/source/ui/app.po22
-rw-r--r--translations/source/mn/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/mn/sw/source/ui/config.po2
-rw-r--r--translations/source/mn/sw/source/ui/dbui.po6
-rw-r--r--translations/source/mn/sw/source/ui/dialog.po14
-rw-r--r--translations/source/mn/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/mn/sw/source/ui/docvw.po22
-rw-r--r--translations/source/mn/sw/source/ui/envelp.po6
-rw-r--r--translations/source/mn/sw/source/ui/fldui.po6
-rw-r--r--translations/source/mn/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/mn/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/mn/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/mn/sw/source/ui/index.po11
-rw-r--r--translations/source/mn/sw/source/ui/lingu.po6
-rw-r--r--translations/source/mn/sw/source/ui/misc.po6
-rw-r--r--translations/source/mn/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/mn/sw/source/ui/shells.po14
-rw-r--r--translations/source/mn/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/mn/sw/source/ui/table.po16
-rw-r--r--translations/source/mn/sw/source/ui/uiview.po6
-rw-r--r--translations/source/mn/sw/source/ui/utlui.po22
-rw-r--r--translations/source/mn/sw/source/ui/web.po6
-rw-r--r--translations/source/mn/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/mn/swext/mediawiki/help.po16
-rw-r--r--translations/source/mn/swext/mediawiki/src.po8
-rw-r--r--translations/source/mn/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/mn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/mn/sysui/desktop/share.po6
-rw-r--r--translations/source/mn/uui/source.po6
-rw-r--r--translations/source/mn/vcl/source/src.po30
-rw-r--r--translations/source/mn/wizards/source/euro.po6
-rw-r--r--translations/source/mn/wizards/source/formwizard.po6
-rw-r--r--translations/source/mn/wizards/source/importwizard.po6
-rw-r--r--translations/source/mn/wizards/source/schedule.po6
-rw-r--r--translations/source/mn/wizards/source/template.po6
-rw-r--r--translations/source/mn/xmlsecurity/source/component.po6
-rw-r--r--translations/source/mn/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/mni/accessibility/source/helper.po6
-rw-r--r--translations/source/mni/avmedia/source/framework.po6
-rw-r--r--translations/source/mni/avmedia/source/viewer.po6
-rw-r--r--translations/source/mni/basctl/source/basicide.po6
-rw-r--r--translations/source/mni/basctl/source/dlged.po6
-rw-r--r--translations/source/mni/basic/source/classes.po6
-rw-r--r--translations/source/mni/basic/source/sbx.po6
-rw-r--r--translations/source/mni/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/mni/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/mni/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/mni/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/mni/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/mni/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/mni/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/mni/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/mni/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/mni/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/mni/connectivity/source/drivers/mozab.po10
-rw-r--r--translations/source/mni/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/mni/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/mni/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/mni/connectivity/source/resource.po6
-rw-r--r--translations/source/mni/cui/source/customize.po6
-rw-r--r--translations/source/mni/cui/source/dialogs.po51
-rw-r--r--translations/source/mni/cui/source/options.po20
-rw-r--r--translations/source/mni/cui/source/tabpages.po148
-rw-r--r--translations/source/mni/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/mni/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/mni/dbaccess/source/ext/macromigration.po8
-rw-r--r--translations/source/mni/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/mni/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/mni/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/mni/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/mni/dbaccess/source/ui/dlg.po13
-rw-r--r--translations/source/mni/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/mni/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/mni/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/mni/dbaccess/source/ui/relationdesign.po8
-rw-r--r--translations/source/mni/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/mni/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/mni/desktop/source/app.po10
-rw-r--r--translations/source/mni/desktop/source/deployment/gui.po28
-rw-r--r--translations/source/mni/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/mni/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/mni/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/mni/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/mni/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/mni/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/mni/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/mni/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/mni/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/mni/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/mni/dictionaries/af_ZA.po4
-rw-r--r--translations/source/mni/dictionaries/an_ES.po19
-rw-r--r--translations/source/mni/dictionaries/ar.po4
-rw-r--r--translations/source/mni/dictionaries/be_BY.po4
-rw-r--r--translations/source/mni/dictionaries/bg_BG.po4
-rw-r--r--translations/source/mni/dictionaries/bn_BD.po4
-rw-r--r--translations/source/mni/dictionaries/br_FR.po4
-rw-r--r--translations/source/mni/dictionaries/ca.po4
-rw-r--r--translations/source/mni/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/mni/dictionaries/da_DK.po4
-rw-r--r--translations/source/mni/dictionaries/de.po4
-rw-r--r--translations/source/mni/dictionaries/el_GR.po4
-rw-r--r--translations/source/mni/dictionaries/en.po6
-rw-r--r--translations/source/mni/dictionaries/en/dialog.po171
-rw-r--r--translations/source/mni/dictionaries/es_ES.po4
-rw-r--r--translations/source/mni/dictionaries/et_EE.po4
-rw-r--r--translations/source/mni/dictionaries/fr_FR.po4
-rw-r--r--translations/source/mni/dictionaries/gd_GB.po4
-rw-r--r--translations/source/mni/dictionaries/gl.po4
-rw-r--r--translations/source/mni/dictionaries/gu_IN.po4
-rw-r--r--translations/source/mni/dictionaries/he_IL.po4
-rw-r--r--translations/source/mni/dictionaries/hi_IN.po4
-rw-r--r--translations/source/mni/dictionaries/hr_HR.po4
-rw-r--r--translations/source/mni/dictionaries/hu_HU.po6
-rw-r--r--translations/source/mni/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/mni/dictionaries/it_IT.po4
-rw-r--r--translations/source/mni/dictionaries/ku_TR.po4
-rw-r--r--translations/source/mni/dictionaries/lt_LT.po4
-rw-r--r--translations/source/mni/dictionaries/lv_LV.po4
-rw-r--r--translations/source/mni/dictionaries/ne_NP.po4
-rw-r--r--translations/source/mni/dictionaries/nl_NL.po4
-rw-r--r--translations/source/mni/dictionaries/no.po4
-rw-r--r--translations/source/mni/dictionaries/oc_FR.po4
-rw-r--r--translations/source/mni/dictionaries/pl_PL.po4
-rw-r--r--translations/source/mni/dictionaries/pt_BR.po4
-rw-r--r--translations/source/mni/dictionaries/pt_PT.po4
-rw-r--r--translations/source/mni/dictionaries/ro.po4
-rw-r--r--translations/source/mni/dictionaries/ru_RU.po6
-rw-r--r--translations/source/mni/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/mni/dictionaries/si_LK.po19
-rw-r--r--translations/source/mni/dictionaries/sk_SK.po4
-rw-r--r--translations/source/mni/dictionaries/sl_SI.po4
-rw-r--r--translations/source/mni/dictionaries/sr.po4
-rw-r--r--translations/source/mni/dictionaries/sv_SE.po4
-rw-r--r--translations/source/mni/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/mni/dictionaries/te_IN.po4
-rw-r--r--translations/source/mni/dictionaries/th_TH.po4
-rw-r--r--translations/source/mni/dictionaries/uk_UA.po4
-rw-r--r--translations/source/mni/dictionaries/vi.po4
-rw-r--r--translations/source/mni/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/mni/editeng/source/accessibility.po6
-rw-r--r--translations/source/mni/editeng/source/editeng.po8
-rw-r--r--translations/source/mni/editeng/source/items.po30
-rw-r--r--translations/source/mni/editeng/source/misc.po6
-rw-r--r--translations/source/mni/editeng/source/outliner.po6
-rw-r--r--translations/source/mni/extensions/source/abpilot.po10
-rw-r--r--translations/source/mni/extensions/source/bibliography.po6
-rw-r--r--translations/source/mni/extensions/source/dbpilots.po6
-rw-r--r--translations/source/mni/extensions/source/propctrlr.po6
-rw-r--r--translations/source/mni/extensions/source/scanner.po8
-rw-r--r--translations/source/mni/extensions/source/update/check.po6
-rw-r--r--translations/source/mni/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/mni/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/mni/filter/source/config/fragments/types.po8
-rw-r--r--translations/source/mni/filter/source/flash.po6
-rw-r--r--translations/source/mni/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/mni/filter/source/pdf.po10
-rw-r--r--translations/source/mni/filter/source/t602.po6
-rw-r--r--translations/source/mni/filter/source/xsltdialog.po6
-rw-r--r--translations/source/mni/forms/source/resource.po6
-rw-r--r--translations/source/mni/formula/source/core/resource.po22
-rw-r--r--translations/source/mni/formula/source/ui/dlg.po6
-rw-r--r--translations/source/mni/fpicker/source/office.po6
-rw-r--r--translations/source/mni/framework/source/classes.po6
-rw-r--r--translations/source/mni/framework/source/services.po6
-rw-r--r--translations/source/mni/instsetoo_native/inc_openoffice/windows/msi_languages.po68
-rw-r--r--translations/source/mni/mysqlc/source.po6
-rw-r--r--translations/source/mni/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/mni/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/mni/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/mni/nlpsolver/src/locale.po179
-rw-r--r--translations/source/mni/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/mni/officecfg/registry/data/org/openoffice/Office/UI.po57
-rw-r--r--translations/source/mni/padmin/source.po6
-rw-r--r--translations/source/mni/readlicense_oo/docs/readme.po34
-rw-r--r--translations/source/mni/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/mni/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/mni/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/mni/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/mni/reportbuilder/util.po4
-rw-r--r--translations/source/mni/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/mni/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/mni/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/mni/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/mni/sc/source/core/src.po6
-rw-r--r--translations/source/mni/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/mni/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/mni/sc/source/ui/docshell.po6
-rw-r--r--translations/source/mni/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/mni/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/mni/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/mni/sc/source/ui/navipi.po8
-rw-r--r--translations/source/mni/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/mni/sc/source/ui/src.po142
-rw-r--r--translations/source/mni/sc/source/ui/styleui.po8
-rw-r--r--translations/source/mni/scaddins/source/analysis.po6
-rw-r--r--translations/source/mni/scaddins/source/datefunc.po6
-rw-r--r--translations/source/mni/sccomp/source/solver.po6
-rw-r--r--translations/source/mni/scp2/source/accessories.po6
-rw-r--r--translations/source/mni/scp2/source/activex.po6
-rw-r--r--translations/source/mni/scp2/source/base.po16
-rw-r--r--translations/source/mni/scp2/source/binfilter.po6
-rw-r--r--translations/source/mni/scp2/source/calc.po6
-rw-r--r--translations/source/mni/scp2/source/draw.po6
-rw-r--r--translations/source/mni/scp2/source/extensions.po2196
-rw-r--r--translations/source/mni/scp2/source/gnome.po6
-rw-r--r--translations/source/mni/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/mni/scp2/source/impress.po6
-rw-r--r--translations/source/mni/scp2/source/javafilter.po6
-rw-r--r--translations/source/mni/scp2/source/kde.po6
-rw-r--r--translations/source/mni/scp2/source/math.po6
-rw-r--r--translations/source/mni/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/mni/scp2/source/ooo.po27
-rw-r--r--translations/source/mni/scp2/source/python.po6
-rw-r--r--translations/source/mni/scp2/source/quickstart.po6
-rw-r--r--translations/source/mni/scp2/source/sdkoo.po6
-rw-r--r--translations/source/mni/scp2/source/smoketest.po23
-rw-r--r--translations/source/mni/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/mni/scp2/source/writer.po6
-rw-r--r--translations/source/mni/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/mni/scripting/source/pyprov.po4
-rw-r--r--translations/source/mni/sd/source/core.po41
-rw-r--r--translations/source/mni/sd/source/filter/html.po6
-rw-r--r--translations/source/mni/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/mni/sd/source/ui/animations.po6
-rw-r--r--translations/source/mni/sd/source/ui/annotations.po6
-rw-r--r--translations/source/mni/sd/source/ui/app.po8
-rw-r--r--translations/source/mni/sd/source/ui/dlg.po6
-rw-r--r--translations/source/mni/sd/source/ui/notes.po6
-rw-r--r--translations/source/mni/sd/source/ui/slideshow.po15
-rw-r--r--translations/source/mni/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/mni/sd/source/ui/table.po6
-rw-r--r--translations/source/mni/sd/source/ui/view.po6
-rw-r--r--translations/source/mni/sdext/source/minimizer.po4
-rw-r--r--translations/source/mni/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/mni/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/mni/sdext/source/pdfimport.po4
-rw-r--r--translations/source/mni/sdext/source/presenter.po4
-rw-r--r--translations/source/mni/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/mni/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/mni/setup_native/source/mac.po6
-rw-r--r--translations/source/mni/sfx2/source/appl.po6
-rw-r--r--translations/source/mni/sfx2/source/bastyp.po6
-rw-r--r--translations/source/mni/sfx2/source/dialog.po12
-rw-r--r--translations/source/mni/sfx2/source/doc.po16
-rw-r--r--translations/source/mni/sfx2/source/menu.po6
-rw-r--r--translations/source/mni/sfx2/source/view.po6
-rw-r--r--translations/source/mni/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/mni/starmath/source.po6
-rw-r--r--translations/source/mni/svl/source/items.po6
-rw-r--r--translations/source/mni/svl/source/misc.po8
-rw-r--r--translations/source/mni/svtools/source/contnr.po6
-rw-r--r--translations/source/mni/svtools/source/control.po6
-rw-r--r--translations/source/mni/svtools/source/dialogs.po6
-rw-r--r--translations/source/mni/svtools/source/filter.po6
-rw-r--r--translations/source/mni/svtools/source/java.po6
-rw-r--r--translations/source/mni/svtools/source/misc.po51
-rw-r--r--translations/source/mni/svtools/source/plugapp.po6
-rw-r--r--translations/source/mni/svtools/source/toolpanel.po6
-rw-r--r--translations/source/mni/svtools/workben/unodialog.po6
-rw-r--r--translations/source/mni/svx/inc.po8
-rw-r--r--translations/source/mni/svx/source/accessibility.po6
-rw-r--r--translations/source/mni/svx/source/dialog.po10
-rw-r--r--translations/source/mni/svx/source/engine3d.po6
-rw-r--r--translations/source/mni/svx/source/fmcomp.po6
-rw-r--r--translations/source/mni/svx/source/form.po6
-rw-r--r--translations/source/mni/svx/source/gallery2.po6
-rw-r--r--translations/source/mni/svx/source/items.po6
-rw-r--r--translations/source/mni/svx/source/src.po6
-rw-r--r--translations/source/mni/svx/source/stbctrls.po2
-rw-r--r--translations/source/mni/svx/source/svdraw.po6
-rw-r--r--translations/source/mni/svx/source/table.po6
-rw-r--r--translations/source/mni/svx/source/tbxctrls.po6
-rw-r--r--translations/source/mni/svx/source/toolbars.po6
-rw-r--r--translations/source/mni/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/mni/sw/source/core/layout.po4
-rw-r--r--translations/source/mni/sw/source/core/undo.po8
-rw-r--r--translations/source/mni/sw/source/core/unocore.po6
-rw-r--r--translations/source/mni/sw/source/ui/app.po22
-rw-r--r--translations/source/mni/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/mni/sw/source/ui/config.po2
-rw-r--r--translations/source/mni/sw/source/ui/dbui.po6
-rw-r--r--translations/source/mni/sw/source/ui/dialog.po14
-rw-r--r--translations/source/mni/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/mni/sw/source/ui/docvw.po22
-rw-r--r--translations/source/mni/sw/source/ui/envelp.po6
-rw-r--r--translations/source/mni/sw/source/ui/fldui.po6
-rw-r--r--translations/source/mni/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/mni/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/mni/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/mni/sw/source/ui/index.po11
-rw-r--r--translations/source/mni/sw/source/ui/lingu.po6
-rw-r--r--translations/source/mni/sw/source/ui/misc.po6
-rw-r--r--translations/source/mni/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/mni/sw/source/ui/shells.po14
-rw-r--r--translations/source/mni/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/mni/sw/source/ui/table.po14
-rw-r--r--translations/source/mni/sw/source/ui/uiview.po6
-rw-r--r--translations/source/mni/sw/source/ui/utlui.po22
-rw-r--r--translations/source/mni/sw/source/ui/web.po6
-rw-r--r--translations/source/mni/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/mni/swext/mediawiki/help.po10
-rw-r--r--translations/source/mni/swext/mediawiki/src.po6
-rw-r--r--translations/source/mni/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/mni/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/mni/sysui/desktop/share.po6
-rw-r--r--translations/source/mni/uui/source.po6
-rw-r--r--translations/source/mni/vcl/source/src.po28
-rw-r--r--translations/source/mni/wizards/source/euro.po6
-rw-r--r--translations/source/mni/wizards/source/formwizard.po6
-rw-r--r--translations/source/mni/wizards/source/importwizard.po6
-rw-r--r--translations/source/mni/wizards/source/schedule.po6
-rw-r--r--translations/source/mni/wizards/source/template.po6
-rw-r--r--translations/source/mni/xmlsecurity/source/component.po6
-rw-r--r--translations/source/mni/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/mr/accessibility/source/helper.po6
-rw-r--r--translations/source/mr/avmedia/source/framework.po6
-rw-r--r--translations/source/mr/avmedia/source/viewer.po6
-rw-r--r--translations/source/mr/basctl/source/basicide.po6
-rw-r--r--translations/source/mr/basctl/source/dlged.po6
-rw-r--r--translations/source/mr/basic/source/classes.po6
-rw-r--r--translations/source/mr/basic/source/sbx.po6
-rw-r--r--translations/source/mr/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/mr/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/mr/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/mr/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/mr/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/mr/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/mr/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/mr/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/mr/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/mr/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/mr/connectivity/source/drivers/mozab.po16
-rw-r--r--translations/source/mr/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/mr/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/mr/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/mr/connectivity/source/resource.po6
-rw-r--r--translations/source/mr/cui/source/customize.po6
-rw-r--r--translations/source/mr/cui/source/dialogs.po48
-rw-r--r--translations/source/mr/cui/source/options.po19
-rw-r--r--translations/source/mr/cui/source/tabpages.po153
-rw-r--r--translations/source/mr/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/mr/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/mr/dbaccess/source/ext/macromigration.po13
-rw-r--r--translations/source/mr/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/mr/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/mr/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/mr/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/mr/dbaccess/source/ui/dlg.po15
-rw-r--r--translations/source/mr/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/mr/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/mr/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/mr/dbaccess/source/ui/relationdesign.po10
-rw-r--r--translations/source/mr/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/mr/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/mr/desktop/source/app.po10
-rw-r--r--translations/source/mr/desktop/source/deployment/gui.po32
-rw-r--r--translations/source/mr/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/mr/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/mr/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/mr/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/mr/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/mr/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/mr/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/mr/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/mr/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/mr/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/mr/dictionaries/af_ZA.po4
-rw-r--r--translations/source/mr/dictionaries/an_ES.po19
-rw-r--r--translations/source/mr/dictionaries/ar.po4
-rw-r--r--translations/source/mr/dictionaries/be_BY.po4
-rw-r--r--translations/source/mr/dictionaries/bg_BG.po4
-rw-r--r--translations/source/mr/dictionaries/bn_BD.po4
-rw-r--r--translations/source/mr/dictionaries/br_FR.po4
-rw-r--r--translations/source/mr/dictionaries/ca.po4
-rw-r--r--translations/source/mr/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/mr/dictionaries/da_DK.po4
-rw-r--r--translations/source/mr/dictionaries/de.po4
-rw-r--r--translations/source/mr/dictionaries/el_GR.po4
-rw-r--r--translations/source/mr/dictionaries/en.po6
-rw-r--r--translations/source/mr/dictionaries/en/dialog.po171
-rw-r--r--translations/source/mr/dictionaries/es_ES.po6
-rw-r--r--translations/source/mr/dictionaries/et_EE.po4
-rw-r--r--translations/source/mr/dictionaries/fr_FR.po4
-rw-r--r--translations/source/mr/dictionaries/gd_GB.po4
-rw-r--r--translations/source/mr/dictionaries/gl.po4
-rw-r--r--translations/source/mr/dictionaries/gu_IN.po4
-rw-r--r--translations/source/mr/dictionaries/he_IL.po4
-rw-r--r--translations/source/mr/dictionaries/hi_IN.po4
-rw-r--r--translations/source/mr/dictionaries/hr_HR.po4
-rw-r--r--translations/source/mr/dictionaries/hu_HU.po6
-rw-r--r--translations/source/mr/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/mr/dictionaries/it_IT.po4
-rw-r--r--translations/source/mr/dictionaries/ku_TR.po4
-rw-r--r--translations/source/mr/dictionaries/lt_LT.po4
-rw-r--r--translations/source/mr/dictionaries/lv_LV.po4
-rw-r--r--translations/source/mr/dictionaries/ne_NP.po4
-rw-r--r--translations/source/mr/dictionaries/nl_NL.po4
-rw-r--r--translations/source/mr/dictionaries/no.po4
-rw-r--r--translations/source/mr/dictionaries/oc_FR.po4
-rw-r--r--translations/source/mr/dictionaries/pl_PL.po4
-rw-r--r--translations/source/mr/dictionaries/pt_BR.po4
-rw-r--r--translations/source/mr/dictionaries/pt_PT.po4
-rw-r--r--translations/source/mr/dictionaries/ro.po4
-rw-r--r--translations/source/mr/dictionaries/ru_RU.po6
-rw-r--r--translations/source/mr/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/mr/dictionaries/si_LK.po19
-rw-r--r--translations/source/mr/dictionaries/sk_SK.po4
-rw-r--r--translations/source/mr/dictionaries/sl_SI.po4
-rw-r--r--translations/source/mr/dictionaries/sr.po4
-rw-r--r--translations/source/mr/dictionaries/sv_SE.po4
-rw-r--r--translations/source/mr/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/mr/dictionaries/te_IN.po4
-rw-r--r--translations/source/mr/dictionaries/th_TH.po6
-rw-r--r--translations/source/mr/dictionaries/uk_UA.po4
-rw-r--r--translations/source/mr/dictionaries/vi.po4
-rw-r--r--translations/source/mr/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/mr/editeng/source/accessibility.po6
-rw-r--r--translations/source/mr/editeng/source/editeng.po8
-rw-r--r--translations/source/mr/editeng/source/items.po30
-rw-r--r--translations/source/mr/editeng/source/misc.po6
-rw-r--r--translations/source/mr/editeng/source/outliner.po6
-rw-r--r--translations/source/mr/extensions/source/abpilot.po10
-rw-r--r--translations/source/mr/extensions/source/bibliography.po6
-rw-r--r--translations/source/mr/extensions/source/dbpilots.po6
-rw-r--r--translations/source/mr/extensions/source/propctrlr.po6
-rw-r--r--translations/source/mr/extensions/source/scanner.po8
-rw-r--r--translations/source/mr/extensions/source/update/check.po6
-rw-r--r--translations/source/mr/filter/source/config/fragments/filters.po14
-rw-r--r--translations/source/mr/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/mr/filter/source/config/fragments/types.po10
-rw-r--r--translations/source/mr/filter/source/flash.po6
-rw-r--r--translations/source/mr/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/mr/filter/source/pdf.po15
-rw-r--r--translations/source/mr/filter/source/t602.po6
-rw-r--r--translations/source/mr/filter/source/xsltdialog.po6
-rw-r--r--translations/source/mr/forms/source/resource.po6
-rw-r--r--translations/source/mr/formula/source/core/resource.po22
-rw-r--r--translations/source/mr/formula/source/ui/dlg.po6
-rw-r--r--translations/source/mr/fpicker/source/office.po6
-rw-r--r--translations/source/mr/framework/source/classes.po6
-rw-r--r--translations/source/mr/framework/source/services.po6
-rw-r--r--translations/source/mr/instsetoo_native/inc_openoffice/windows/msi_languages.po68
-rw-r--r--translations/source/mr/mysqlc/source.po6
-rw-r--r--translations/source/mr/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/mr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/mr/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/mr/nlpsolver/src/locale.po179
-rw-r--r--translations/source/mr/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/mr/officecfg/registry/data/org/openoffice/Office/UI.po57
-rw-r--r--translations/source/mr/padmin/source.po6
-rw-r--r--translations/source/mr/readlicense_oo/docs/readme.po47
-rw-r--r--translations/source/mr/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/mr/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/mr/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/mr/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/mr/reportbuilder/util.po4
-rw-r--r--translations/source/mr/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/mr/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/mr/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/mr/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/mr/sc/source/core/src.po6
-rw-r--r--translations/source/mr/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/mr/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/mr/sc/source/ui/docshell.po6
-rw-r--r--translations/source/mr/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/mr/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/mr/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/mr/sc/source/ui/navipi.po8
-rw-r--r--translations/source/mr/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/mr/sc/source/ui/src.po142
-rw-r--r--translations/source/mr/sc/source/ui/styleui.po8
-rw-r--r--translations/source/mr/scaddins/source/analysis.po6
-rw-r--r--translations/source/mr/scaddins/source/datefunc.po6
-rw-r--r--translations/source/mr/sccomp/source/solver.po6
-rw-r--r--translations/source/mr/scp2/source/accessories.po6
-rw-r--r--translations/source/mr/scp2/source/activex.po6
-rw-r--r--translations/source/mr/scp2/source/base.po16
-rw-r--r--translations/source/mr/scp2/source/binfilter.po6
-rw-r--r--translations/source/mr/scp2/source/calc.po6
-rw-r--r--translations/source/mr/scp2/source/draw.po6
-rw-r--r--translations/source/mr/scp2/source/extensions.po2200
-rw-r--r--translations/source/mr/scp2/source/gnome.po6
-rw-r--r--translations/source/mr/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/mr/scp2/source/impress.po6
-rw-r--r--translations/source/mr/scp2/source/javafilter.po6
-rw-r--r--translations/source/mr/scp2/source/kde.po6
-rw-r--r--translations/source/mr/scp2/source/math.po6
-rw-r--r--translations/source/mr/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/mr/scp2/source/ooo.po35
-rw-r--r--translations/source/mr/scp2/source/python.po6
-rw-r--r--translations/source/mr/scp2/source/quickstart.po6
-rw-r--r--translations/source/mr/scp2/source/sdkoo.po6
-rw-r--r--translations/source/mr/scp2/source/smoketest.po23
-rw-r--r--translations/source/mr/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/mr/scp2/source/writer.po6
-rw-r--r--translations/source/mr/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/mr/scripting/source/pyprov.po4
-rw-r--r--translations/source/mr/sd/source/core.po43
-rw-r--r--translations/source/mr/sd/source/filter/html.po6
-rw-r--r--translations/source/mr/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/mr/sd/source/ui/animations.po6
-rw-r--r--translations/source/mr/sd/source/ui/annotations.po6
-rw-r--r--translations/source/mr/sd/source/ui/app.po8
-rw-r--r--translations/source/mr/sd/source/ui/dlg.po6
-rw-r--r--translations/source/mr/sd/source/ui/notes.po6
-rw-r--r--translations/source/mr/sd/source/ui/slideshow.po19
-rw-r--r--translations/source/mr/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/mr/sd/source/ui/table.po6
-rw-r--r--translations/source/mr/sd/source/ui/view.po6
-rw-r--r--translations/source/mr/sdext/source/minimizer.po6
-rw-r--r--translations/source/mr/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/mr/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/mr/sdext/source/pdfimport.po4
-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.po6
-rw-r--r--translations/source/mr/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po16
-rw-r--r--translations/source/mr/setup_native/source/mac.po6
-rw-r--r--translations/source/mr/sfx2/source/appl.po6
-rw-r--r--translations/source/mr/sfx2/source/bastyp.po6
-rw-r--r--translations/source/mr/sfx2/source/dialog.po10
-rw-r--r--translations/source/mr/sfx2/source/doc.po18
-rw-r--r--translations/source/mr/sfx2/source/menu.po6
-rw-r--r--translations/source/mr/sfx2/source/view.po6
-rw-r--r--translations/source/mr/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/mr/starmath/source.po6
-rw-r--r--translations/source/mr/svl/source/items.po6
-rw-r--r--translations/source/mr/svl/source/misc.po6
-rw-r--r--translations/source/mr/svtools/source/contnr.po6
-rw-r--r--translations/source/mr/svtools/source/control.po6
-rw-r--r--translations/source/mr/svtools/source/dialogs.po6
-rw-r--r--translations/source/mr/svtools/source/filter.po6
-rw-r--r--translations/source/mr/svtools/source/java.po6
-rw-r--r--translations/source/mr/svtools/source/misc.po53
-rw-r--r--translations/source/mr/svtools/source/plugapp.po6
-rw-r--r--translations/source/mr/svtools/source/toolpanel.po6
-rw-r--r--translations/source/mr/svtools/workben/unodialog.po6
-rw-r--r--translations/source/mr/svx/inc.po8
-rw-r--r--translations/source/mr/svx/source/accessibility.po6
-rw-r--r--translations/source/mr/svx/source/dialog.po10
-rw-r--r--translations/source/mr/svx/source/engine3d.po6
-rw-r--r--translations/source/mr/svx/source/fmcomp.po6
-rw-r--r--translations/source/mr/svx/source/form.po6
-rw-r--r--translations/source/mr/svx/source/gallery2.po6
-rw-r--r--translations/source/mr/svx/source/items.po6
-rw-r--r--translations/source/mr/svx/source/src.po6
-rw-r--r--translations/source/mr/svx/source/stbctrls.po4
-rw-r--r--translations/source/mr/svx/source/svdraw.po6
-rw-r--r--translations/source/mr/svx/source/table.po6
-rw-r--r--translations/source/mr/svx/source/tbxctrls.po6
-rw-r--r--translations/source/mr/svx/source/toolbars.po6
-rw-r--r--translations/source/mr/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/mr/sw/source/core/layout.po4
-rw-r--r--translations/source/mr/sw/source/core/undo.po8
-rw-r--r--translations/source/mr/sw/source/core/unocore.po6
-rw-r--r--translations/source/mr/sw/source/ui/app.po22
-rw-r--r--translations/source/mr/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/mr/sw/source/ui/config.po2
-rw-r--r--translations/source/mr/sw/source/ui/dbui.po6
-rw-r--r--translations/source/mr/sw/source/ui/dialog.po14
-rw-r--r--translations/source/mr/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/mr/sw/source/ui/docvw.po22
-rw-r--r--translations/source/mr/sw/source/ui/envelp.po6
-rw-r--r--translations/source/mr/sw/source/ui/fldui.po6
-rw-r--r--translations/source/mr/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/mr/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/mr/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/mr/sw/source/ui/index.po13
-rw-r--r--translations/source/mr/sw/source/ui/lingu.po6
-rw-r--r--translations/source/mr/sw/source/ui/misc.po6
-rw-r--r--translations/source/mr/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/mr/sw/source/ui/shells.po14
-rw-r--r--translations/source/mr/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/mr/sw/source/ui/table.po12
-rw-r--r--translations/source/mr/sw/source/ui/uiview.po6
-rw-r--r--translations/source/mr/sw/source/ui/utlui.po22
-rw-r--r--translations/source/mr/sw/source/ui/web.po6
-rw-r--r--translations/source/mr/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/mr/swext/mediawiki/help.po16
-rw-r--r--translations/source/mr/swext/mediawiki/src.po8
-rw-r--r--translations/source/mr/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/mr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/mr/sysui/desktop/share.po6
-rw-r--r--translations/source/mr/uui/source.po6
-rw-r--r--translations/source/mr/vcl/source/src.po37
-rw-r--r--translations/source/mr/wizards/source/euro.po6
-rw-r--r--translations/source/mr/wizards/source/formwizard.po6
-rw-r--r--translations/source/mr/wizards/source/importwizard.po6
-rw-r--r--translations/source/mr/wizards/source/schedule.po6
-rw-r--r--translations/source/mr/wizards/source/template.po6
-rw-r--r--translations/source/mr/xmlsecurity/source/component.po6
-rw-r--r--translations/source/mr/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/my/accessibility/source/helper.po6
-rw-r--r--translations/source/my/avmedia/source/framework.po6
-rw-r--r--translations/source/my/avmedia/source/viewer.po6
-rw-r--r--translations/source/my/basctl/source/basicide.po6
-rw-r--r--translations/source/my/basctl/source/dlged.po6
-rw-r--r--translations/source/my/basic/source/classes.po6
-rw-r--r--translations/source/my/basic/source/sbx.po6
-rw-r--r--translations/source/my/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/my/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/my/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/my/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/my/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/my/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/my/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/my/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/my/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/my/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/my/connectivity/source/drivers/mozab.po14
-rw-r--r--translations/source/my/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/my/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/my/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/my/connectivity/source/resource.po6
-rw-r--r--translations/source/my/cui/source/customize.po6
-rw-r--r--translations/source/my/cui/source/dialogs.po42
-rw-r--r--translations/source/my/cui/source/options.po33
-rw-r--r--translations/source/my/cui/source/tabpages.po151
-rw-r--r--translations/source/my/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/my/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/my/dbaccess/source/ext/macromigration.po11
-rw-r--r--translations/source/my/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/my/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/my/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/my/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/my/dbaccess/source/ui/dlg.po13
-rw-r--r--translations/source/my/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/my/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/my/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/my/dbaccess/source/ui/relationdesign.po10
-rw-r--r--translations/source/my/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/my/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/my/desktop/source/app.po10
-rw-r--r--translations/source/my/desktop/source/deployment/gui.po30
-rw-r--r--translations/source/my/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/my/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/my/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/my/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/my/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/my/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/my/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/my/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/my/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/my/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/my/dictionaries/af_ZA.po4
-rw-r--r--translations/source/my/dictionaries/an_ES.po19
-rw-r--r--translations/source/my/dictionaries/ar.po4
-rw-r--r--translations/source/my/dictionaries/be_BY.po4
-rw-r--r--translations/source/my/dictionaries/bg_BG.po4
-rw-r--r--translations/source/my/dictionaries/bn_BD.po4
-rw-r--r--translations/source/my/dictionaries/br_FR.po4
-rw-r--r--translations/source/my/dictionaries/ca.po4
-rw-r--r--translations/source/my/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/my/dictionaries/da_DK.po4
-rw-r--r--translations/source/my/dictionaries/de.po4
-rw-r--r--translations/source/my/dictionaries/el_GR.po4
-rw-r--r--translations/source/my/dictionaries/en.po6
-rw-r--r--translations/source/my/dictionaries/en/dialog.po171
-rw-r--r--translations/source/my/dictionaries/es_ES.po6
-rw-r--r--translations/source/my/dictionaries/et_EE.po4
-rw-r--r--translations/source/my/dictionaries/fr_FR.po4
-rw-r--r--translations/source/my/dictionaries/gd_GB.po4
-rw-r--r--translations/source/my/dictionaries/gl.po4
-rw-r--r--translations/source/my/dictionaries/gu_IN.po4
-rw-r--r--translations/source/my/dictionaries/he_IL.po4
-rw-r--r--translations/source/my/dictionaries/hi_IN.po4
-rw-r--r--translations/source/my/dictionaries/hr_HR.po4
-rw-r--r--translations/source/my/dictionaries/hu_HU.po6
-rw-r--r--translations/source/my/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/my/dictionaries/it_IT.po4
-rw-r--r--translations/source/my/dictionaries/ku_TR.po4
-rw-r--r--translations/source/my/dictionaries/lt_LT.po4
-rw-r--r--translations/source/my/dictionaries/lv_LV.po4
-rw-r--r--translations/source/my/dictionaries/ne_NP.po4
-rw-r--r--translations/source/my/dictionaries/nl_NL.po4
-rw-r--r--translations/source/my/dictionaries/no.po4
-rw-r--r--translations/source/my/dictionaries/oc_FR.po4
-rw-r--r--translations/source/my/dictionaries/pl_PL.po4
-rw-r--r--translations/source/my/dictionaries/pt_BR.po4
-rw-r--r--translations/source/my/dictionaries/pt_PT.po4
-rw-r--r--translations/source/my/dictionaries/ro.po4
-rw-r--r--translations/source/my/dictionaries/ru_RU.po6
-rw-r--r--translations/source/my/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/my/dictionaries/si_LK.po19
-rw-r--r--translations/source/my/dictionaries/sk_SK.po4
-rw-r--r--translations/source/my/dictionaries/sl_SI.po4
-rw-r--r--translations/source/my/dictionaries/sr.po4
-rw-r--r--translations/source/my/dictionaries/sv_SE.po4
-rw-r--r--translations/source/my/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/my/dictionaries/te_IN.po4
-rw-r--r--translations/source/my/dictionaries/th_TH.po6
-rw-r--r--translations/source/my/dictionaries/uk_UA.po4
-rw-r--r--translations/source/my/dictionaries/vi.po4
-rw-r--r--translations/source/my/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/my/editeng/source/accessibility.po6
-rw-r--r--translations/source/my/editeng/source/editeng.po8
-rw-r--r--translations/source/my/editeng/source/items.po30
-rw-r--r--translations/source/my/editeng/source/misc.po6
-rw-r--r--translations/source/my/editeng/source/outliner.po6
-rw-r--r--translations/source/my/extensions/source/abpilot.po10
-rw-r--r--translations/source/my/extensions/source/bibliography.po6
-rw-r--r--translations/source/my/extensions/source/dbpilots.po6
-rw-r--r--translations/source/my/extensions/source/propctrlr.po6
-rw-r--r--translations/source/my/extensions/source/scanner.po6
-rw-r--r--translations/source/my/extensions/source/update/check.po6
-rw-r--r--translations/source/my/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/my/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/my/filter/source/config/fragments/types.po10
-rw-r--r--translations/source/my/filter/source/flash.po6
-rw-r--r--translations/source/my/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/my/filter/source/pdf.po13
-rw-r--r--translations/source/my/filter/source/t602.po6
-rw-r--r--translations/source/my/filter/source/xsltdialog.po6
-rw-r--r--translations/source/my/forms/source/resource.po6
-rw-r--r--translations/source/my/formula/source/core/resource.po22
-rw-r--r--translations/source/my/formula/source/ui/dlg.po6
-rw-r--r--translations/source/my/fpicker/source/office.po6
-rw-r--r--translations/source/my/framework/source/classes.po6
-rw-r--r--translations/source/my/framework/source/services.po6
-rw-r--r--translations/source/my/instsetoo_native/inc_openoffice/windows/msi_languages.po68
-rw-r--r--translations/source/my/mysqlc/source.po6
-rw-r--r--translations/source/my/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/my/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/my/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/my/nlpsolver/src/locale.po179
-rw-r--r--translations/source/my/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/my/officecfg/registry/data/org/openoffice/Office/UI.po57
-rw-r--r--translations/source/my/padmin/source.po6
-rw-r--r--translations/source/my/readlicense_oo/docs/readme.po37
-rw-r--r--translations/source/my/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/my/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/my/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/my/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/my/reportbuilder/util.po4
-rw-r--r--translations/source/my/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/my/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/my/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/my/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/my/sc/source/core/src.po6
-rw-r--r--translations/source/my/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/my/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/my/sc/source/ui/docshell.po6
-rw-r--r--translations/source/my/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/my/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/my/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/my/sc/source/ui/navipi.po8
-rw-r--r--translations/source/my/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/my/sc/source/ui/src.po144
-rw-r--r--translations/source/my/sc/source/ui/styleui.po8
-rw-r--r--translations/source/my/scaddins/source/analysis.po6
-rw-r--r--translations/source/my/scaddins/source/datefunc.po6
-rw-r--r--translations/source/my/sccomp/source/solver.po6
-rw-r--r--translations/source/my/scp2/source/accessories.po6
-rw-r--r--translations/source/my/scp2/source/activex.po6
-rw-r--r--translations/source/my/scp2/source/base.po16
-rw-r--r--translations/source/my/scp2/source/binfilter.po6
-rw-r--r--translations/source/my/scp2/source/calc.po6
-rw-r--r--translations/source/my/scp2/source/draw.po6
-rw-r--r--translations/source/my/scp2/source/extensions.po2205
-rw-r--r--translations/source/my/scp2/source/gnome.po6
-rw-r--r--translations/source/my/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/my/scp2/source/impress.po6
-rw-r--r--translations/source/my/scp2/source/javafilter.po6
-rw-r--r--translations/source/my/scp2/source/kde.po6
-rw-r--r--translations/source/my/scp2/source/math.po6
-rw-r--r--translations/source/my/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/my/scp2/source/ooo.po35
-rw-r--r--translations/source/my/scp2/source/python.po6
-rw-r--r--translations/source/my/scp2/source/quickstart.po6
-rw-r--r--translations/source/my/scp2/source/sdkoo.po6
-rw-r--r--translations/source/my/scp2/source/smoketest.po23
-rw-r--r--translations/source/my/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/my/scp2/source/writer.po6
-rw-r--r--translations/source/my/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/my/scripting/source/pyprov.po4
-rw-r--r--translations/source/my/sd/source/core.po41
-rw-r--r--translations/source/my/sd/source/filter/html.po6
-rw-r--r--translations/source/my/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/my/sd/source/ui/animations.po6
-rw-r--r--translations/source/my/sd/source/ui/annotations.po6
-rw-r--r--translations/source/my/sd/source/ui/app.po8
-rw-r--r--translations/source/my/sd/source/ui/dlg.po6
-rw-r--r--translations/source/my/sd/source/ui/notes.po6
-rw-r--r--translations/source/my/sd/source/ui/slideshow.po16
-rw-r--r--translations/source/my/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/my/sd/source/ui/table.po6
-rw-r--r--translations/source/my/sd/source/ui/view.po6
-rw-r--r--translations/source/my/sdext/source/minimizer.po6
-rw-r--r--translations/source/my/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/my/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/my/sdext/source/pdfimport.po4
-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.po6
-rw-r--r--translations/source/my/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po14
-rw-r--r--translations/source/my/setup_native/source/mac.po6
-rw-r--r--translations/source/my/sfx2/source/appl.po6
-rw-r--r--translations/source/my/sfx2/source/bastyp.po6
-rw-r--r--translations/source/my/sfx2/source/dialog.po12
-rw-r--r--translations/source/my/sfx2/source/doc.po20
-rw-r--r--translations/source/my/sfx2/source/menu.po6
-rw-r--r--translations/source/my/sfx2/source/view.po6
-rw-r--r--translations/source/my/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/my/starmath/source.po6
-rw-r--r--translations/source/my/svl/source/items.po6
-rw-r--r--translations/source/my/svl/source/misc.po8
-rw-r--r--translations/source/my/svtools/source/contnr.po6
-rw-r--r--translations/source/my/svtools/source/control.po6
-rw-r--r--translations/source/my/svtools/source/dialogs.po6
-rw-r--r--translations/source/my/svtools/source/filter.po6
-rw-r--r--translations/source/my/svtools/source/java.po6
-rw-r--r--translations/source/my/svtools/source/misc.po51
-rw-r--r--translations/source/my/svtools/source/plugapp.po6
-rw-r--r--translations/source/my/svtools/source/toolpanel.po6
-rw-r--r--translations/source/my/svtools/workben/unodialog.po6
-rw-r--r--translations/source/my/svx/inc.po8
-rw-r--r--translations/source/my/svx/source/accessibility.po6
-rw-r--r--translations/source/my/svx/source/dialog.po10
-rw-r--r--translations/source/my/svx/source/engine3d.po6
-rw-r--r--translations/source/my/svx/source/fmcomp.po6
-rw-r--r--translations/source/my/svx/source/form.po6
-rw-r--r--translations/source/my/svx/source/gallery2.po6
-rw-r--r--translations/source/my/svx/source/items.po6
-rw-r--r--translations/source/my/svx/source/src.po6
-rw-r--r--translations/source/my/svx/source/stbctrls.po4
-rw-r--r--translations/source/my/svx/source/svdraw.po6
-rw-r--r--translations/source/my/svx/source/table.po6
-rw-r--r--translations/source/my/svx/source/tbxctrls.po6
-rw-r--r--translations/source/my/svx/source/toolbars.po6
-rw-r--r--translations/source/my/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/my/sw/source/core/layout.po4
-rw-r--r--translations/source/my/sw/source/core/undo.po8
-rw-r--r--translations/source/my/sw/source/core/unocore.po6
-rw-r--r--translations/source/my/sw/source/ui/app.po22
-rw-r--r--translations/source/my/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/my/sw/source/ui/config.po2
-rw-r--r--translations/source/my/sw/source/ui/dbui.po6
-rw-r--r--translations/source/my/sw/source/ui/dialog.po14
-rw-r--r--translations/source/my/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/my/sw/source/ui/docvw.po22
-rw-r--r--translations/source/my/sw/source/ui/envelp.po6
-rw-r--r--translations/source/my/sw/source/ui/fldui.po6
-rw-r--r--translations/source/my/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/my/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/my/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/my/sw/source/ui/index.po11
-rw-r--r--translations/source/my/sw/source/ui/lingu.po6
-rw-r--r--translations/source/my/sw/source/ui/misc.po6
-rw-r--r--translations/source/my/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/my/sw/source/ui/shells.po14
-rw-r--r--translations/source/my/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/my/sw/source/ui/table.po14
-rw-r--r--translations/source/my/sw/source/ui/uiview.po6
-rw-r--r--translations/source/my/sw/source/ui/utlui.po22
-rw-r--r--translations/source/my/sw/source/ui/web.po6
-rw-r--r--translations/source/my/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/my/swext/mediawiki/help.po16
-rw-r--r--translations/source/my/swext/mediawiki/src.po8
-rw-r--r--translations/source/my/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/my/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/my/sysui/desktop/share.po6
-rw-r--r--translations/source/my/uui/source.po6
-rw-r--r--translations/source/my/vcl/source/src.po24
-rw-r--r--translations/source/my/wizards/source/euro.po6
-rw-r--r--translations/source/my/wizards/source/formwizard.po6
-rw-r--r--translations/source/my/wizards/source/importwizard.po6
-rw-r--r--translations/source/my/wizards/source/schedule.po6
-rw-r--r--translations/source/my/wizards/source/template.po6
-rw-r--r--translations/source/my/xmlsecurity/source/component.po6
-rw-r--r--translations/source/my/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/nb/accessibility/source/helper.po6
-rw-r--r--translations/source/nb/avmedia/source/framework.po6
-rw-r--r--translations/source/nb/avmedia/source/viewer.po6
-rw-r--r--translations/source/nb/basctl/source/basicide.po6
-rw-r--r--translations/source/nb/basctl/source/dlged.po6
-rw-r--r--translations/source/nb/basic/source/classes.po6
-rw-r--r--translations/source/nb/basic/source/sbx.po6
-rw-r--r--translations/source/nb/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/nb/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/nb/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/nb/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/nb/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/nb/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/nb/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/nb/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/nb/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/nb/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/nb/connectivity/source/drivers/mozab.po6
-rw-r--r--translations/source/nb/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/nb/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/nb/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/nb/connectivity/source/resource.po6
-rw-r--r--translations/source/nb/cui/source/customize.po6
-rw-r--r--translations/source/nb/cui/source/dialogs.po16
-rw-r--r--translations/source/nb/cui/source/options.po38
-rw-r--r--translations/source/nb/cui/source/tabpages.po6
-rw-r--r--translations/source/nb/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/nb/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/nb/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/nb/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/nb/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/nb/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/nb/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/nb/dbaccess/source/ui/dlg.po6
-rw-r--r--translations/source/nb/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/nb/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/nb/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/nb/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/nb/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/nb/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/nb/desktop/source/app.po6
-rw-r--r--translations/source/nb/desktop/source/deployment/gui.po6
-rw-r--r--translations/source/nb/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/nb/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/nb/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/nb/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/nb/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/nb/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/nb/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/nb/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/nb/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/nb/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/nb/dictionaries/af_ZA.po4
-rw-r--r--translations/source/nb/dictionaries/an_ES.po4
-rw-r--r--translations/source/nb/dictionaries/ar.po4
-rw-r--r--translations/source/nb/dictionaries/be_BY.po4
-rw-r--r--translations/source/nb/dictionaries/bg_BG.po4
-rw-r--r--translations/source/nb/dictionaries/bn_BD.po4
-rw-r--r--translations/source/nb/dictionaries/br_FR.po4
-rw-r--r--translations/source/nb/dictionaries/ca.po4
-rw-r--r--translations/source/nb/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/nb/dictionaries/da_DK.po4
-rw-r--r--translations/source/nb/dictionaries/de.po4
-rw-r--r--translations/source/nb/dictionaries/el_GR.po4
-rw-r--r--translations/source/nb/dictionaries/en.po4
-rw-r--r--translations/source/nb/dictionaries/en/dialog.po4
-rw-r--r--translations/source/nb/dictionaries/es_ES.po4
-rw-r--r--translations/source/nb/dictionaries/et_EE.po4
-rw-r--r--translations/source/nb/dictionaries/fr_FR.po4
-rw-r--r--translations/source/nb/dictionaries/gd_GB.po4
-rw-r--r--translations/source/nb/dictionaries/gl.po4
-rw-r--r--translations/source/nb/dictionaries/gu_IN.po4
-rw-r--r--translations/source/nb/dictionaries/he_IL.po4
-rw-r--r--translations/source/nb/dictionaries/hi_IN.po4
-rw-r--r--translations/source/nb/dictionaries/hr_HR.po4
-rw-r--r--translations/source/nb/dictionaries/hu_HU.po4
-rw-r--r--translations/source/nb/dictionaries/hu_HU/dialog.po22
-rw-r--r--translations/source/nb/dictionaries/it_IT.po4
-rw-r--r--translations/source/nb/dictionaries/ku_TR.po4
-rw-r--r--translations/source/nb/dictionaries/lt_LT.po4
-rw-r--r--translations/source/nb/dictionaries/lv_LV.po4
-rw-r--r--translations/source/nb/dictionaries/ne_NP.po4
-rw-r--r--translations/source/nb/dictionaries/nl_NL.po4
-rw-r--r--translations/source/nb/dictionaries/no.po4
-rw-r--r--translations/source/nb/dictionaries/oc_FR.po4
-rw-r--r--translations/source/nb/dictionaries/pl_PL.po4
-rw-r--r--translations/source/nb/dictionaries/pt_BR.po4
-rw-r--r--translations/source/nb/dictionaries/pt_PT.po4
-rw-r--r--translations/source/nb/dictionaries/ro.po4
-rw-r--r--translations/source/nb/dictionaries/ru_RU.po4
-rw-r--r--translations/source/nb/dictionaries/ru_RU/dialog.po14
-rw-r--r--translations/source/nb/dictionaries/si_LK.po4
-rw-r--r--translations/source/nb/dictionaries/sk_SK.po4
-rw-r--r--translations/source/nb/dictionaries/sl_SI.po4
-rw-r--r--translations/source/nb/dictionaries/sr.po4
-rw-r--r--translations/source/nb/dictionaries/sv_SE.po4
-rw-r--r--translations/source/nb/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/nb/dictionaries/te_IN.po4
-rw-r--r--translations/source/nb/dictionaries/th_TH.po4
-rw-r--r--translations/source/nb/dictionaries/uk_UA.po4
-rw-r--r--translations/source/nb/dictionaries/vi.po4
-rw-r--r--translations/source/nb/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/nb/editeng/source/accessibility.po6
-rw-r--r--translations/source/nb/editeng/source/editeng.po6
-rw-r--r--translations/source/nb/editeng/source/items.po6
-rw-r--r--translations/source/nb/editeng/source/misc.po6
-rw-r--r--translations/source/nb/editeng/source/outliner.po6
-rw-r--r--translations/source/nb/extensions/source/abpilot.po6
-rw-r--r--translations/source/nb/extensions/source/bibliography.po6
-rw-r--r--translations/source/nb/extensions/source/dbpilots.po6
-rw-r--r--translations/source/nb/extensions/source/propctrlr.po6
-rw-r--r--translations/source/nb/extensions/source/scanner.po6
-rw-r--r--translations/source/nb/extensions/source/update/check.po6
-rw-r--r--translations/source/nb/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/nb/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/nb/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/nb/filter/source/flash.po6
-rw-r--r--translations/source/nb/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/nb/filter/source/pdf.po6
-rw-r--r--translations/source/nb/filter/source/t602.po6
-rw-r--r--translations/source/nb/filter/source/xsltdialog.po6
-rw-r--r--translations/source/nb/forms/source/resource.po6
-rw-r--r--translations/source/nb/formula/source/core/resource.po18
-rw-r--r--translations/source/nb/formula/source/ui/dlg.po6
-rw-r--r--translations/source/nb/fpicker/source/office.po6
-rw-r--r--translations/source/nb/framework/source/classes.po6
-rw-r--r--translations/source/nb/framework/source/services.po6
-rw-r--r--translations/source/nb/helpcontent2/source/text/sbasic/guide.po20
-rw-r--r--translations/source/nb/helpcontent2/source/text/sbasic/shared.po2
-rw-r--r--translations/source/nb/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/nb/helpcontent2/source/text/sbasic/shared/02.po8
-rw-r--r--translations/source/nb/helpcontent2/source/text/scalc.po26
-rw-r--r--translations/source/nb/helpcontent2/source/text/scalc/00.po26
-rw-r--r--translations/source/nb/helpcontent2/source/text/scalc/01.po12
-rw-r--r--translations/source/nb/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/nb/helpcontent2/source/text/scalc/04.po2
-rw-r--r--translations/source/nb/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/nb/helpcontent2/source/text/scalc/guide.po2
-rw-r--r--translations/source/nb/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/nb/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/nb/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/nb/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/nb/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/nb/helpcontent2/source/text/sdraw.po19
-rw-r--r--translations/source/nb/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/nb/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/nb/helpcontent2/source/text/sdraw/04.po2
-rw-r--r--translations/source/nb/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/nb/helpcontent2/source/text/shared.po43
-rw-r--r--translations/source/nb/helpcontent2/source/text/shared/00.po12
-rw-r--r--translations/source/nb/helpcontent2/source/text/shared/01.po2
-rw-r--r--translations/source/nb/helpcontent2/source/text/shared/02.po2
-rw-r--r--translations/source/nb/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/nb/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/nb/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/nb/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/nb/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/nb/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/nb/helpcontent2/source/text/shared/guide.po159
-rw-r--r--translations/source/nb/helpcontent2/source/text/shared/optionen.po77
-rw-r--r--translations/source/nb/helpcontent2/source/text/simpress.po12
-rw-r--r--translations/source/nb/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/nb/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/nb/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/nb/helpcontent2/source/text/simpress/04.po2
-rw-r--r--translations/source/nb/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/nb/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/nb/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/nb/helpcontent2/source/text/smath/01.po15
-rw-r--r--translations/source/nb/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/nb/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/nb/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/nb/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/nb/helpcontent2/source/text/swriter/00.po9
-rw-r--r--translations/source/nb/helpcontent2/source/text/swriter/01.po64
-rw-r--r--translations/source/nb/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/nb/helpcontent2/source/text/swriter/04.po11
-rw-r--r--translations/source/nb/helpcontent2/source/text/swriter/guide.po8
-rw-r--r--translations/source/nb/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--translations/source/nb/mysqlc/source.po6
-rw-r--r--translations/source/nb/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/nb/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po4
-rw-r--r--translations/source/nb/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/nb/nlpsolver/src/locale.po4
-rw-r--r--translations/source/nb/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/nb/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--translations/source/nb/padmin/source.po6
-rw-r--r--translations/source/nb/readlicense_oo/docs/readme.po16
-rw-r--r--translations/source/nb/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/nb/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/nb/reportbuilder/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--translations/source/nb/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/nb/reportbuilder/util.po4
-rw-r--r--translations/source/nb/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/nb/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/nb/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/nb/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/nb/sc/source/core/src.po6
-rw-r--r--translations/source/nb/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/nb/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/nb/sc/source/ui/docshell.po6
-rw-r--r--translations/source/nb/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/nb/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/nb/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/nb/sc/source/ui/navipi.po6
-rw-r--r--translations/source/nb/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/nb/sc/source/ui/src.po19
-rw-r--r--translations/source/nb/sc/source/ui/styleui.po6
-rw-r--r--translations/source/nb/scaddins/source/analysis.po6
-rw-r--r--translations/source/nb/scaddins/source/datefunc.po6
-rw-r--r--translations/source/nb/sccomp/source/solver.po6
-rw-r--r--translations/source/nb/scp2/source/accessories.po6
-rw-r--r--translations/source/nb/scp2/source/activex.po6
-rw-r--r--translations/source/nb/scp2/source/base.po18
-rw-r--r--translations/source/nb/scp2/source/binfilter.po6
-rw-r--r--translations/source/nb/scp2/source/calc.po6
-rw-r--r--translations/source/nb/scp2/source/draw.po6
-rw-r--r--translations/source/nb/scp2/source/extensions.po16
-rw-r--r--translations/source/nb/scp2/source/gnome.po6
-rw-r--r--translations/source/nb/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/nb/scp2/source/impress.po6
-rw-r--r--translations/source/nb/scp2/source/javafilter.po6
-rw-r--r--translations/source/nb/scp2/source/kde.po6
-rw-r--r--translations/source/nb/scp2/source/math.po6
-rw-r--r--translations/source/nb/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/nb/scp2/source/ooo.po6
-rw-r--r--translations/source/nb/scp2/source/python.po6
-rw-r--r--translations/source/nb/scp2/source/quickstart.po6
-rw-r--r--translations/source/nb/scp2/source/sdkoo.po6
-rw-r--r--translations/source/nb/scp2/source/smoketest.po4
-rw-r--r--translations/source/nb/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/nb/scp2/source/writer.po6
-rw-r--r--translations/source/nb/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/nb/scripting/source/pyprov.po4
-rw-r--r--translations/source/nb/sd/source/core.po6
-rw-r--r--translations/source/nb/sd/source/filter/html.po6
-rw-r--r--translations/source/nb/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/nb/sd/source/ui/animations.po6
-rw-r--r--translations/source/nb/sd/source/ui/annotations.po6
-rw-r--r--translations/source/nb/sd/source/ui/app.po6
-rw-r--r--translations/source/nb/sd/source/ui/dlg.po6
-rw-r--r--translations/source/nb/sd/source/ui/notes.po6
-rw-r--r--translations/source/nb/sd/source/ui/slideshow.po6
-rw-r--r--translations/source/nb/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/nb/sd/source/ui/table.po6
-rw-r--r--translations/source/nb/sd/source/ui/view.po6
-rw-r--r--translations/source/nb/sdext/source/minimizer.po4
-rw-r--r--translations/source/nb/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/nb/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/nb/sdext/source/pdfimport.po4
-rw-r--r--translations/source/nb/sdext/source/presenter.po4
-rw-r--r--translations/source/nb/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/nb/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/nb/setup_native/source/mac.po6
-rw-r--r--translations/source/nb/sfx2/source/appl.po6
-rw-r--r--translations/source/nb/sfx2/source/bastyp.po6
-rw-r--r--translations/source/nb/sfx2/source/dialog.po12
-rw-r--r--translations/source/nb/sfx2/source/doc.po6
-rw-r--r--translations/source/nb/sfx2/source/menu.po6
-rw-r--r--translations/source/nb/sfx2/source/view.po6
-rw-r--r--translations/source/nb/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/nb/starmath/source.po6
-rw-r--r--translations/source/nb/svl/source/items.po6
-rw-r--r--translations/source/nb/svl/source/misc.po6
-rw-r--r--translations/source/nb/svtools/source/contnr.po6
-rw-r--r--translations/source/nb/svtools/source/control.po6
-rw-r--r--translations/source/nb/svtools/source/dialogs.po6
-rw-r--r--translations/source/nb/svtools/source/filter.po6
-rw-r--r--translations/source/nb/svtools/source/java.po6
-rw-r--r--translations/source/nb/svtools/source/misc.po6
-rw-r--r--translations/source/nb/svtools/source/plugapp.po6
-rw-r--r--translations/source/nb/svtools/source/toolpanel.po6
-rw-r--r--translations/source/nb/svtools/workben/unodialog.po6
-rw-r--r--translations/source/nb/svx/inc.po10
-rw-r--r--translations/source/nb/svx/source/accessibility.po6
-rw-r--r--translations/source/nb/svx/source/dialog.po6
-rw-r--r--translations/source/nb/svx/source/engine3d.po6
-rw-r--r--translations/source/nb/svx/source/fmcomp.po6
-rw-r--r--translations/source/nb/svx/source/form.po6
-rw-r--r--translations/source/nb/svx/source/gallery2.po6
-rw-r--r--translations/source/nb/svx/source/items.po6
-rw-r--r--translations/source/nb/svx/source/src.po6
-rw-r--r--translations/source/nb/svx/source/stbctrls.po6
-rw-r--r--translations/source/nb/svx/source/svdraw.po6
-rw-r--r--translations/source/nb/svx/source/table.po6
-rw-r--r--translations/source/nb/svx/source/tbxctrls.po6
-rw-r--r--translations/source/nb/svx/source/toolbars.po6
-rw-r--r--translations/source/nb/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/nb/sw/source/core/layout.po4
-rw-r--r--translations/source/nb/sw/source/core/undo.po6
-rw-r--r--translations/source/nb/sw/source/core/unocore.po6
-rw-r--r--translations/source/nb/sw/source/ui/app.po6
-rw-r--r--translations/source/nb/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/nb/sw/source/ui/config.po58
-rw-r--r--translations/source/nb/sw/source/ui/dbui.po6
-rw-r--r--translations/source/nb/sw/source/ui/dialog.po6
-rw-r--r--translations/source/nb/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/nb/sw/source/ui/docvw.po6
-rw-r--r--translations/source/nb/sw/source/ui/envelp.po6
-rw-r--r--translations/source/nb/sw/source/ui/fldui.po6
-rw-r--r--translations/source/nb/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/nb/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/nb/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/nb/sw/source/ui/index.po6
-rw-r--r--translations/source/nb/sw/source/ui/lingu.po6
-rw-r--r--translations/source/nb/sw/source/ui/misc.po6
-rw-r--r--translations/source/nb/sw/source/ui/ribbar.po6
-rw-r--r--translations/source/nb/sw/source/ui/shells.po6
-rw-r--r--translations/source/nb/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/nb/sw/source/ui/table.po6
-rw-r--r--translations/source/nb/sw/source/ui/uiview.po6
-rw-r--r--translations/source/nb/sw/source/ui/utlui.po188
-rw-r--r--translations/source/nb/sw/source/ui/web.po6
-rw-r--r--translations/source/nb/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/nb/swext/mediawiki/help.po6
-rw-r--r--translations/source/nb/swext/mediawiki/src.po6
-rw-r--r--translations/source/nb/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/nb/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/nb/sysui/desktop/share.po6
-rw-r--r--translations/source/nb/uui/source.po6
-rw-r--r--translations/source/nb/vcl/source/src.po6
-rw-r--r--translations/source/nb/wizards/source/euro.po6
-rw-r--r--translations/source/nb/wizards/source/formwizard.po6
-rw-r--r--translations/source/nb/wizards/source/importwizard.po6
-rw-r--r--translations/source/nb/wizards/source/schedule.po6
-rw-r--r--translations/source/nb/wizards/source/template.po6
-rw-r--r--translations/source/nb/xmlsecurity/source/component.po6
-rw-r--r--translations/source/nb/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/ne/accessibility/source/helper.po6
-rw-r--r--translations/source/ne/avmedia/source/framework.po6
-rw-r--r--translations/source/ne/avmedia/source/viewer.po6
-rw-r--r--translations/source/ne/basctl/source/basicide.po8
-rw-r--r--translations/source/ne/basctl/source/dlged.po6
-rw-r--r--translations/source/ne/basic/source/classes.po6
-rw-r--r--translations/source/ne/basic/source/sbx.po6
-rw-r--r--translations/source/ne/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/ne/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/ne/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/ne/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/ne/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/ne/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/ne/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/ne/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/ne/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/ne/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/ne/connectivity/source/drivers/mozab.po6
-rw-r--r--translations/source/ne/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/ne/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/ne/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/ne/connectivity/source/resource.po6
-rw-r--r--translations/source/ne/cui/source/customize.po8
-rw-r--r--translations/source/ne/cui/source/dialogs.po56
-rw-r--r--translations/source/ne/cui/source/options.po18
-rw-r--r--translations/source/ne/cui/source/tabpages.po28
-rw-r--r--translations/source/ne/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/ne/dbaccess/source/ext/adabas.po8
-rw-r--r--translations/source/ne/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/ne/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/ne/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/ne/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/ne/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/ne/dbaccess/source/ui/dlg.po6
-rw-r--r--translations/source/ne/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/ne/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/ne/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/ne/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/ne/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/ne/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/ne/desktop/source/app.po8
-rw-r--r--translations/source/ne/desktop/source/deployment/gui.po6
-rw-r--r--translations/source/ne/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/ne/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/ne/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/ne/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/ne/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/ne/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/ne/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/ne/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/ne/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/ne/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/ne/dictionaries/af_ZA.po4
-rw-r--r--translations/source/ne/dictionaries/an_ES.po4
-rw-r--r--translations/source/ne/dictionaries/ar.po4
-rw-r--r--translations/source/ne/dictionaries/be_BY.po4
-rw-r--r--translations/source/ne/dictionaries/bg_BG.po4
-rw-r--r--translations/source/ne/dictionaries/bn_BD.po4
-rw-r--r--translations/source/ne/dictionaries/br_FR.po4
-rw-r--r--translations/source/ne/dictionaries/ca.po4
-rw-r--r--translations/source/ne/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/ne/dictionaries/da_DK.po4
-rw-r--r--translations/source/ne/dictionaries/de.po4
-rw-r--r--translations/source/ne/dictionaries/el_GR.po4
-rw-r--r--translations/source/ne/dictionaries/en.po4
-rw-r--r--translations/source/ne/dictionaries/en/dialog.po4
-rw-r--r--translations/source/ne/dictionaries/es_ES.po4
-rw-r--r--translations/source/ne/dictionaries/et_EE.po4
-rw-r--r--translations/source/ne/dictionaries/fr_FR.po4
-rw-r--r--translations/source/ne/dictionaries/gd_GB.po4
-rw-r--r--translations/source/ne/dictionaries/gl.po4
-rw-r--r--translations/source/ne/dictionaries/gu_IN.po4
-rw-r--r--translations/source/ne/dictionaries/he_IL.po4
-rw-r--r--translations/source/ne/dictionaries/hi_IN.po4
-rw-r--r--translations/source/ne/dictionaries/hr_HR.po4
-rw-r--r--translations/source/ne/dictionaries/hu_HU.po4
-rw-r--r--translations/source/ne/dictionaries/hu_HU/dialog.po4
-rw-r--r--translations/source/ne/dictionaries/it_IT.po4
-rw-r--r--translations/source/ne/dictionaries/ku_TR.po4
-rw-r--r--translations/source/ne/dictionaries/lt_LT.po4
-rw-r--r--translations/source/ne/dictionaries/lv_LV.po4
-rw-r--r--translations/source/ne/dictionaries/ne_NP.po4
-rw-r--r--translations/source/ne/dictionaries/nl_NL.po4
-rw-r--r--translations/source/ne/dictionaries/no.po4
-rw-r--r--translations/source/ne/dictionaries/oc_FR.po4
-rw-r--r--translations/source/ne/dictionaries/pl_PL.po4
-rw-r--r--translations/source/ne/dictionaries/pt_BR.po4
-rw-r--r--translations/source/ne/dictionaries/pt_PT.po4
-rw-r--r--translations/source/ne/dictionaries/ro.po4
-rw-r--r--translations/source/ne/dictionaries/ru_RU.po4
-rw-r--r--translations/source/ne/dictionaries/ru_RU/dialog.po4
-rw-r--r--translations/source/ne/dictionaries/si_LK.po4
-rw-r--r--translations/source/ne/dictionaries/sk_SK.po4
-rw-r--r--translations/source/ne/dictionaries/sl_SI.po4
-rw-r--r--translations/source/ne/dictionaries/sr.po4
-rw-r--r--translations/source/ne/dictionaries/sv_SE.po4
-rw-r--r--translations/source/ne/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/ne/dictionaries/te_IN.po4
-rw-r--r--translations/source/ne/dictionaries/th_TH.po4
-rw-r--r--translations/source/ne/dictionaries/uk_UA.po4
-rw-r--r--translations/source/ne/dictionaries/vi.po4
-rw-r--r--translations/source/ne/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/ne/editeng/source/accessibility.po6
-rw-r--r--translations/source/ne/editeng/source/editeng.po8
-rw-r--r--translations/source/ne/editeng/source/items.po16
-rw-r--r--translations/source/ne/editeng/source/misc.po6
-rw-r--r--translations/source/ne/editeng/source/outliner.po6
-rw-r--r--translations/source/ne/extensions/source/abpilot.po6
-rw-r--r--translations/source/ne/extensions/source/bibliography.po6
-rw-r--r--translations/source/ne/extensions/source/dbpilots.po6
-rw-r--r--translations/source/ne/extensions/source/propctrlr.po6
-rw-r--r--translations/source/ne/extensions/source/scanner.po6
-rw-r--r--translations/source/ne/extensions/source/update/check.po8
-rw-r--r--translations/source/ne/filter/source/config/fragments/filters.po14
-rw-r--r--translations/source/ne/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/ne/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/ne/filter/source/flash.po6
-rw-r--r--translations/source/ne/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/ne/filter/source/pdf.po6
-rw-r--r--translations/source/ne/filter/source/t602.po6
-rw-r--r--translations/source/ne/filter/source/xsltdialog.po6
-rw-r--r--translations/source/ne/forms/source/resource.po6
-rw-r--r--translations/source/ne/formula/source/core/resource.po6
-rw-r--r--translations/source/ne/formula/source/ui/dlg.po6
-rw-r--r--translations/source/ne/fpicker/source/office.po6
-rw-r--r--translations/source/ne/framework/source/classes.po6
-rw-r--r--translations/source/ne/framework/source/services.po6
-rw-r--r--translations/source/ne/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/ne/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--translations/source/ne/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/ne/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/ne/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/ne/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/ne/helpcontent2/source/text/scalc/01.po10
-rw-r--r--translations/source/ne/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/ne/helpcontent2/source/text/scalc/04.po35
-rw-r--r--translations/source/ne/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/ne/helpcontent2/source/text/scalc/guide.po39
-rw-r--r--translations/source/ne/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/ne/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/ne/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/ne/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/ne/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/ne/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/ne/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/ne/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/ne/helpcontent2/source/text/sdraw/04.po6
-rw-r--r--translations/source/ne/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/ne/helpcontent2/source/text/shared.po2
-rw-r--r--translations/source/ne/helpcontent2/source/text/shared/00.po6
-rw-r--r--translations/source/ne/helpcontent2/source/text/shared/01.po18
-rw-r--r--translations/source/ne/helpcontent2/source/text/shared/02.po18
-rw-r--r--translations/source/ne/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/ne/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/ne/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/ne/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/ne/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/ne/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/ne/helpcontent2/source/text/shared/guide.po166
-rw-r--r--translations/source/ne/helpcontent2/source/text/shared/optionen.po82
-rw-r--r--translations/source/ne/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/ne/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/ne/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/ne/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/ne/helpcontent2/source/text/simpress/04.po44
-rw-r--r--translations/source/ne/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/ne/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/ne/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/ne/helpcontent2/source/text/smath/01.po26
-rw-r--r--translations/source/ne/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/ne/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/ne/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/ne/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/ne/helpcontent2/source/text/swriter/00.po6
-rw-r--r--translations/source/ne/helpcontent2/source/text/swriter/01.po36
-rw-r--r--translations/source/ne/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/ne/helpcontent2/source/text/swriter/04.po12
-rw-r--r--translations/source/ne/helpcontent2/source/text/swriter/guide.po49
-rw-r--r--translations/source/ne/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--translations/source/ne/mysqlc/source.po6
-rw-r--r--translations/source/ne/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/ne/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po8
-rw-r--r--translations/source/ne/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/ne/nlpsolver/src/locale.po18
-rw-r--r--translations/source/ne/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ne/officecfg/registry/data/org/openoffice/Office/UI.po16
-rw-r--r--translations/source/ne/padmin/source.po6
-rw-r--r--translations/source/ne/readlicense_oo/docs/readme.po14
-rw-r--r--translations/source/ne/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/ne/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ne/reportbuilder/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--translations/source/ne/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/ne/reportbuilder/util.po4
-rw-r--r--translations/source/ne/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/ne/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/ne/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/ne/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/ne/sc/source/core/src.po6
-rw-r--r--translations/source/ne/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/ne/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/ne/sc/source/ui/docshell.po6
-rw-r--r--translations/source/ne/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/ne/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/ne/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/ne/sc/source/ui/navipi.po6
-rw-r--r--translations/source/ne/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/ne/sc/source/ui/src.po14
-rw-r--r--translations/source/ne/sc/source/ui/styleui.po8
-rw-r--r--translations/source/ne/scaddins/source/analysis.po6
-rw-r--r--translations/source/ne/scaddins/source/datefunc.po6
-rw-r--r--translations/source/ne/sccomp/source/solver.po6
-rw-r--r--translations/source/ne/scp2/source/accessories.po6
-rw-r--r--translations/source/ne/scp2/source/activex.po6
-rw-r--r--translations/source/ne/scp2/source/base.po16
-rw-r--r--translations/source/ne/scp2/source/binfilter.po6
-rw-r--r--translations/source/ne/scp2/source/calc.po6
-rw-r--r--translations/source/ne/scp2/source/draw.po6
-rw-r--r--translations/source/ne/scp2/source/extensions.po16
-rw-r--r--translations/source/ne/scp2/source/gnome.po6
-rw-r--r--translations/source/ne/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/ne/scp2/source/impress.po6
-rw-r--r--translations/source/ne/scp2/source/javafilter.po6
-rw-r--r--translations/source/ne/scp2/source/kde.po6
-rw-r--r--translations/source/ne/scp2/source/math.po6
-rw-r--r--translations/source/ne/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/ne/scp2/source/ooo.po56
-rw-r--r--translations/source/ne/scp2/source/python.po6
-rw-r--r--translations/source/ne/scp2/source/quickstart.po6
-rw-r--r--translations/source/ne/scp2/source/sdkoo.po6
-rw-r--r--translations/source/ne/scp2/source/smoketest.po4
-rw-r--r--translations/source/ne/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/ne/scp2/source/writer.po6
-rw-r--r--translations/source/ne/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/ne/scripting/source/pyprov.po4
-rw-r--r--translations/source/ne/sd/source/core.po8
-rw-r--r--translations/source/ne/sd/source/filter/html.po6
-rw-r--r--translations/source/ne/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/ne/sd/source/ui/animations.po6
-rw-r--r--translations/source/ne/sd/source/ui/annotations.po6
-rw-r--r--translations/source/ne/sd/source/ui/app.po8
-rw-r--r--translations/source/ne/sd/source/ui/dlg.po6
-rw-r--r--translations/source/ne/sd/source/ui/notes.po6
-rw-r--r--translations/source/ne/sd/source/ui/slideshow.po6
-rw-r--r--translations/source/ne/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/ne/sd/source/ui/table.po6
-rw-r--r--translations/source/ne/sd/source/ui/view.po10
-rw-r--r--translations/source/ne/sdext/source/minimizer.po4
-rw-r--r--translations/source/ne/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ne/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/ne/sdext/source/pdfimport.po4
-rw-r--r--translations/source/ne/sdext/source/presenter.po4
-rw-r--r--translations/source/ne/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/ne/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/ne/setup_native/source/mac.po6
-rw-r--r--translations/source/ne/sfx2/source/appl.po6
-rw-r--r--translations/source/ne/sfx2/source/bastyp.po6
-rw-r--r--translations/source/ne/sfx2/source/dialog.po8
-rw-r--r--translations/source/ne/sfx2/source/doc.po12
-rw-r--r--translations/source/ne/sfx2/source/menu.po6
-rw-r--r--translations/source/ne/sfx2/source/view.po6
-rw-r--r--translations/source/ne/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/ne/starmath/source.po6
-rw-r--r--translations/source/ne/svl/source/items.po6
-rw-r--r--translations/source/ne/svl/source/misc.po6
-rw-r--r--translations/source/ne/svtools/source/contnr.po6
-rw-r--r--translations/source/ne/svtools/source/control.po6
-rw-r--r--translations/source/ne/svtools/source/dialogs.po6
-rw-r--r--translations/source/ne/svtools/source/filter.po6
-rw-r--r--translations/source/ne/svtools/source/java.po6
-rw-r--r--translations/source/ne/svtools/source/misc.po6
-rw-r--r--translations/source/ne/svtools/source/plugapp.po6
-rw-r--r--translations/source/ne/svtools/source/toolpanel.po6
-rw-r--r--translations/source/ne/svtools/workben/unodialog.po6
-rw-r--r--translations/source/ne/svx/inc.po8
-rw-r--r--translations/source/ne/svx/source/accessibility.po6
-rw-r--r--translations/source/ne/svx/source/dialog.po8
-rw-r--r--translations/source/ne/svx/source/engine3d.po6
-rw-r--r--translations/source/ne/svx/source/fmcomp.po6
-rw-r--r--translations/source/ne/svx/source/form.po6
-rw-r--r--translations/source/ne/svx/source/gallery2.po6
-rw-r--r--translations/source/ne/svx/source/items.po6
-rw-r--r--translations/source/ne/svx/source/src.po6
-rw-r--r--translations/source/ne/svx/source/stbctrls.po6
-rw-r--r--translations/source/ne/svx/source/svdraw.po6
-rw-r--r--translations/source/ne/svx/source/table.po6
-rw-r--r--translations/source/ne/svx/source/tbxctrls.po6
-rw-r--r--translations/source/ne/svx/source/toolbars.po6
-rw-r--r--translations/source/ne/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/ne/sw/source/core/layout.po4
-rw-r--r--translations/source/ne/sw/source/core/undo.po8
-rw-r--r--translations/source/ne/sw/source/core/unocore.po6
-rw-r--r--translations/source/ne/sw/source/ui/app.po14
-rw-r--r--translations/source/ne/sw/source/ui/chrdlg.po10
-rw-r--r--translations/source/ne/sw/source/ui/config.po6
-rw-r--r--translations/source/ne/sw/source/ui/dbui.po6
-rw-r--r--translations/source/ne/sw/source/ui/dialog.po8
-rw-r--r--translations/source/ne/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/ne/sw/source/ui/docvw.po6
-rw-r--r--translations/source/ne/sw/source/ui/envelp.po6
-rw-r--r--translations/source/ne/sw/source/ui/fldui.po6
-rw-r--r--translations/source/ne/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/ne/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/ne/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/ne/sw/source/ui/index.po6
-rw-r--r--translations/source/ne/sw/source/ui/lingu.po8
-rw-r--r--translations/source/ne/sw/source/ui/misc.po6
-rw-r--r--translations/source/ne/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/ne/sw/source/ui/shells.po8
-rw-r--r--translations/source/ne/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/ne/sw/source/ui/table.po10
-rw-r--r--translations/source/ne/sw/source/ui/uiview.po6
-rw-r--r--translations/source/ne/sw/source/ui/utlui.po24
-rw-r--r--translations/source/ne/sw/source/ui/web.po6
-rw-r--r--translations/source/ne/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/ne/swext/mediawiki/help.po6
-rw-r--r--translations/source/ne/swext/mediawiki/src.po6
-rw-r--r--translations/source/ne/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ne/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/ne/sysui/desktop/share.po6
-rw-r--r--translations/source/ne/uui/source.po6
-rw-r--r--translations/source/ne/vcl/source/src.po6
-rw-r--r--translations/source/ne/wizards/source/euro.po6
-rw-r--r--translations/source/ne/wizards/source/formwizard.po6
-rw-r--r--translations/source/ne/wizards/source/importwizard.po6
-rw-r--r--translations/source/ne/wizards/source/schedule.po6
-rw-r--r--translations/source/ne/wizards/source/template.po6
-rw-r--r--translations/source/ne/xmlsecurity/source/component.po6
-rw-r--r--translations/source/ne/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/nl/accessibility/source/helper.po6
-rw-r--r--translations/source/nl/avmedia/source/framework.po6
-rw-r--r--translations/source/nl/avmedia/source/viewer.po6
-rw-r--r--translations/source/nl/basctl/source/basicide.po6
-rw-r--r--translations/source/nl/basctl/source/dlged.po6
-rw-r--r--translations/source/nl/basic/source/classes.po6
-rw-r--r--translations/source/nl/basic/source/sbx.po6
-rw-r--r--translations/source/nl/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/nl/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/nl/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/nl/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/nl/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/nl/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/nl/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/nl/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/nl/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/nl/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/nl/connectivity/source/drivers/mozab.po8
-rw-r--r--translations/source/nl/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/nl/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/nl/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/nl/connectivity/source/resource.po6
-rw-r--r--translations/source/nl/cui/source/customize.po6
-rw-r--r--translations/source/nl/cui/source/dialogs.po8
-rw-r--r--translations/source/nl/cui/source/options.po14
-rw-r--r--translations/source/nl/cui/source/tabpages.po6
-rw-r--r--translations/source/nl/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/nl/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/nl/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/nl/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/nl/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/nl/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/nl/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/nl/dbaccess/source/ui/dlg.po6
-rw-r--r--translations/source/nl/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/nl/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/nl/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/nl/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/nl/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/nl/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/nl/desktop/source/app.po6
-rw-r--r--translations/source/nl/desktop/source/deployment/gui.po6
-rw-r--r--translations/source/nl/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/nl/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/nl/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/nl/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/nl/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/nl/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/nl/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/nl/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/nl/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/nl/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/nl/dictionaries/af_ZA.po4
-rw-r--r--translations/source/nl/dictionaries/an_ES.po4
-rw-r--r--translations/source/nl/dictionaries/ar.po4
-rw-r--r--translations/source/nl/dictionaries/be_BY.po4
-rw-r--r--translations/source/nl/dictionaries/bg_BG.po4
-rw-r--r--translations/source/nl/dictionaries/bn_BD.po4
-rw-r--r--translations/source/nl/dictionaries/br_FR.po4
-rw-r--r--translations/source/nl/dictionaries/ca.po4
-rw-r--r--translations/source/nl/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/nl/dictionaries/da_DK.po4
-rw-r--r--translations/source/nl/dictionaries/de.po4
-rw-r--r--translations/source/nl/dictionaries/el_GR.po4
-rw-r--r--translations/source/nl/dictionaries/en.po4
-rw-r--r--translations/source/nl/dictionaries/en/dialog.po4
-rw-r--r--translations/source/nl/dictionaries/es_ES.po4
-rw-r--r--translations/source/nl/dictionaries/et_EE.po4
-rw-r--r--translations/source/nl/dictionaries/fr_FR.po4
-rw-r--r--translations/source/nl/dictionaries/gd_GB.po4
-rw-r--r--translations/source/nl/dictionaries/gl.po4
-rw-r--r--translations/source/nl/dictionaries/gu_IN.po4
-rw-r--r--translations/source/nl/dictionaries/he_IL.po4
-rw-r--r--translations/source/nl/dictionaries/hi_IN.po4
-rw-r--r--translations/source/nl/dictionaries/hr_HR.po4
-rw-r--r--translations/source/nl/dictionaries/hu_HU.po4
-rw-r--r--translations/source/nl/dictionaries/hu_HU/dialog.po4
-rw-r--r--translations/source/nl/dictionaries/it_IT.po4
-rw-r--r--translations/source/nl/dictionaries/ku_TR.po4
-rw-r--r--translations/source/nl/dictionaries/lt_LT.po4
-rw-r--r--translations/source/nl/dictionaries/lv_LV.po4
-rw-r--r--translations/source/nl/dictionaries/ne_NP.po4
-rw-r--r--translations/source/nl/dictionaries/nl_NL.po4
-rw-r--r--translations/source/nl/dictionaries/no.po4
-rw-r--r--translations/source/nl/dictionaries/oc_FR.po4
-rw-r--r--translations/source/nl/dictionaries/pl_PL.po4
-rw-r--r--translations/source/nl/dictionaries/pt_BR.po4
-rw-r--r--translations/source/nl/dictionaries/pt_PT.po4
-rw-r--r--translations/source/nl/dictionaries/ro.po4
-rw-r--r--translations/source/nl/dictionaries/ru_RU.po4
-rw-r--r--translations/source/nl/dictionaries/ru_RU/dialog.po4
-rw-r--r--translations/source/nl/dictionaries/si_LK.po4
-rw-r--r--translations/source/nl/dictionaries/sk_SK.po4
-rw-r--r--translations/source/nl/dictionaries/sl_SI.po4
-rw-r--r--translations/source/nl/dictionaries/sr.po4
-rw-r--r--translations/source/nl/dictionaries/sv_SE.po4
-rw-r--r--translations/source/nl/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/nl/dictionaries/te_IN.po4
-rw-r--r--translations/source/nl/dictionaries/th_TH.po4
-rw-r--r--translations/source/nl/dictionaries/uk_UA.po4
-rw-r--r--translations/source/nl/dictionaries/vi.po4
-rw-r--r--translations/source/nl/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/nl/editeng/source/accessibility.po6
-rw-r--r--translations/source/nl/editeng/source/editeng.po6
-rw-r--r--translations/source/nl/editeng/source/items.po6
-rw-r--r--translations/source/nl/editeng/source/misc.po6
-rw-r--r--translations/source/nl/editeng/source/outliner.po6
-rw-r--r--translations/source/nl/extensions/source/abpilot.po6
-rw-r--r--translations/source/nl/extensions/source/bibliography.po6
-rw-r--r--translations/source/nl/extensions/source/dbpilots.po6
-rw-r--r--translations/source/nl/extensions/source/propctrlr.po6
-rw-r--r--translations/source/nl/extensions/source/scanner.po6
-rw-r--r--translations/source/nl/extensions/source/update/check.po6
-rw-r--r--translations/source/nl/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/nl/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/nl/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/nl/filter/source/flash.po6
-rw-r--r--translations/source/nl/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/nl/filter/source/pdf.po12
-rw-r--r--translations/source/nl/filter/source/t602.po6
-rw-r--r--translations/source/nl/filter/source/xsltdialog.po6
-rw-r--r--translations/source/nl/forms/source/resource.po6
-rw-r--r--translations/source/nl/formula/source/core/resource.po6
-rw-r--r--translations/source/nl/formula/source/ui/dlg.po6
-rw-r--r--translations/source/nl/fpicker/source/office.po6
-rw-r--r--translations/source/nl/framework/source/classes.po6
-rw-r--r--translations/source/nl/framework/source/services.po6
-rw-r--r--translations/source/nl/helpcontent2/source/text/sbasic/guide.po10
-rw-r--r--translations/source/nl/helpcontent2/source/text/sbasic/shared.po220
-rw-r--r--translations/source/nl/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/nl/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/nl/helpcontent2/source/text/scalc.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/nl/helpcontent2/source/text/scalc/01.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/nl/helpcontent2/source/text/scalc/04.po2
-rw-r--r--translations/source/nl/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/nl/helpcontent2/source/text/scalc/guide.po2
-rw-r--r--translations/source/nl/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/nl/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/nl/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/nl/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/nl/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/nl/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/nl/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/nl/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/nl/helpcontent2/source/text/sdraw/04.po2
-rw-r--r--translations/source/nl/helpcontent2/source/text/sdraw/guide.po16
-rw-r--r--translations/source/nl/helpcontent2/source/text/shared.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/shared/00.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/shared/01.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/shared/02.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/nl/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/nl/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/nl/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/nl/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/nl/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/nl/helpcontent2/source/text/shared/guide.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/shared/optionen.po83
-rw-r--r--translations/source/nl/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/nl/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/nl/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/nl/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/nl/helpcontent2/source/text/simpress/04.po2
-rw-r--r--translations/source/nl/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/nl/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/nl/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/nl/helpcontent2/source/text/smath/01.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/nl/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/nl/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/nl/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/nl/helpcontent2/source/text/swriter/00.po2
-rw-r--r--translations/source/nl/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/nl/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/nl/helpcontent2/source/text/swriter/04.po2
-rw-r--r--translations/source/nl/helpcontent2/source/text/swriter/guide.po14
-rw-r--r--translations/source/nl/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--translations/source/nl/mysqlc/source.po6
-rw-r--r--translations/source/nl/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/nl/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po4
-rw-r--r--translations/source/nl/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/nl/nlpsolver/src/locale.po4
-rw-r--r--translations/source/nl/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/nl/officecfg/registry/data/org/openoffice/Office/UI.po10
-rw-r--r--translations/source/nl/padmin/source.po6
-rw-r--r--translations/source/nl/readlicense_oo/docs/readme.po20
-rw-r--r--translations/source/nl/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/nl/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/nl/reportbuilder/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--translations/source/nl/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/nl/reportbuilder/util.po4
-rw-r--r--translations/source/nl/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/nl/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/nl/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/nl/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/nl/sc/source/core/src.po6
-rw-r--r--translations/source/nl/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/nl/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/nl/sc/source/ui/docshell.po6
-rw-r--r--translations/source/nl/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/nl/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/nl/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/nl/sc/source/ui/navipi.po6
-rw-r--r--translations/source/nl/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/nl/sc/source/ui/src.po6
-rw-r--r--translations/source/nl/sc/source/ui/styleui.po6
-rw-r--r--translations/source/nl/scaddins/source/analysis.po6
-rw-r--r--translations/source/nl/scaddins/source/datefunc.po6
-rw-r--r--translations/source/nl/sccomp/source/solver.po6
-rw-r--r--translations/source/nl/scp2/source/accessories.po6
-rw-r--r--translations/source/nl/scp2/source/activex.po6
-rw-r--r--translations/source/nl/scp2/source/base.po22
-rw-r--r--translations/source/nl/scp2/source/binfilter.po6
-rw-r--r--translations/source/nl/scp2/source/calc.po6
-rw-r--r--translations/source/nl/scp2/source/draw.po6
-rw-r--r--translations/source/nl/scp2/source/extensions.po16
-rw-r--r--translations/source/nl/scp2/source/gnome.po6
-rw-r--r--translations/source/nl/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/nl/scp2/source/impress.po6
-rw-r--r--translations/source/nl/scp2/source/javafilter.po6
-rw-r--r--translations/source/nl/scp2/source/kde.po6
-rw-r--r--translations/source/nl/scp2/source/math.po6
-rw-r--r--translations/source/nl/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/nl/scp2/source/ooo.po6
-rw-r--r--translations/source/nl/scp2/source/python.po6
-rw-r--r--translations/source/nl/scp2/source/quickstart.po6
-rw-r--r--translations/source/nl/scp2/source/sdkoo.po6
-rw-r--r--translations/source/nl/scp2/source/smoketest.po4
-rw-r--r--translations/source/nl/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/nl/scp2/source/writer.po6
-rw-r--r--translations/source/nl/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/nl/scripting/source/pyprov.po4
-rw-r--r--translations/source/nl/sd/source/core.po6
-rw-r--r--translations/source/nl/sd/source/filter/html.po6
-rw-r--r--translations/source/nl/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/nl/sd/source/ui/animations.po6
-rw-r--r--translations/source/nl/sd/source/ui/annotations.po6
-rw-r--r--translations/source/nl/sd/source/ui/app.po6
-rw-r--r--translations/source/nl/sd/source/ui/dlg.po6
-rw-r--r--translations/source/nl/sd/source/ui/notes.po6
-rw-r--r--translations/source/nl/sd/source/ui/slideshow.po6
-rw-r--r--translations/source/nl/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/nl/sd/source/ui/table.po6
-rw-r--r--translations/source/nl/sd/source/ui/view.po6
-rw-r--r--translations/source/nl/sdext/source/minimizer.po4
-rw-r--r--translations/source/nl/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/nl/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/nl/sdext/source/pdfimport.po4
-rw-r--r--translations/source/nl/sdext/source/presenter.po4
-rw-r--r--translations/source/nl/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/nl/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/nl/setup_native/source/mac.po6
-rw-r--r--translations/source/nl/sfx2/source/appl.po6
-rw-r--r--translations/source/nl/sfx2/source/bastyp.po6
-rw-r--r--translations/source/nl/sfx2/source/dialog.po6
-rw-r--r--translations/source/nl/sfx2/source/doc.po6
-rw-r--r--translations/source/nl/sfx2/source/menu.po6
-rw-r--r--translations/source/nl/sfx2/source/view.po6
-rw-r--r--translations/source/nl/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/nl/starmath/source.po6
-rw-r--r--translations/source/nl/svl/source/items.po6
-rw-r--r--translations/source/nl/svl/source/misc.po6
-rw-r--r--translations/source/nl/svtools/source/contnr.po6
-rw-r--r--translations/source/nl/svtools/source/control.po6
-rw-r--r--translations/source/nl/svtools/source/dialogs.po6
-rw-r--r--translations/source/nl/svtools/source/filter.po6
-rw-r--r--translations/source/nl/svtools/source/java.po6
-rw-r--r--translations/source/nl/svtools/source/misc.po6
-rw-r--r--translations/source/nl/svtools/source/plugapp.po6
-rw-r--r--translations/source/nl/svtools/source/toolpanel.po6
-rw-r--r--translations/source/nl/svtools/workben/unodialog.po6
-rw-r--r--translations/source/nl/svx/inc.po6
-rw-r--r--translations/source/nl/svx/source/accessibility.po6
-rw-r--r--translations/source/nl/svx/source/dialog.po6
-rw-r--r--translations/source/nl/svx/source/engine3d.po6
-rw-r--r--translations/source/nl/svx/source/fmcomp.po6
-rw-r--r--translations/source/nl/svx/source/form.po6
-rw-r--r--translations/source/nl/svx/source/gallery2.po6
-rw-r--r--translations/source/nl/svx/source/items.po6
-rw-r--r--translations/source/nl/svx/source/src.po6
-rw-r--r--translations/source/nl/svx/source/stbctrls.po6
-rw-r--r--translations/source/nl/svx/source/svdraw.po6
-rw-r--r--translations/source/nl/svx/source/table.po6
-rw-r--r--translations/source/nl/svx/source/tbxctrls.po6
-rw-r--r--translations/source/nl/svx/source/toolbars.po6
-rw-r--r--translations/source/nl/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/nl/sw/source/core/layout.po4
-rw-r--r--translations/source/nl/sw/source/core/undo.po6
-rw-r--r--translations/source/nl/sw/source/core/unocore.po6
-rw-r--r--translations/source/nl/sw/source/ui/app.po6
-rw-r--r--translations/source/nl/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/nl/sw/source/ui/config.po2
-rw-r--r--translations/source/nl/sw/source/ui/dbui.po6
-rw-r--r--translations/source/nl/sw/source/ui/dialog.po6
-rw-r--r--translations/source/nl/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/nl/sw/source/ui/docvw.po6
-rw-r--r--translations/source/nl/sw/source/ui/envelp.po6
-rw-r--r--translations/source/nl/sw/source/ui/fldui.po6
-rw-r--r--translations/source/nl/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/nl/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/nl/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/nl/sw/source/ui/index.po6
-rw-r--r--translations/source/nl/sw/source/ui/lingu.po6
-rw-r--r--translations/source/nl/sw/source/ui/misc.po6
-rw-r--r--translations/source/nl/sw/source/ui/ribbar.po6
-rw-r--r--translations/source/nl/sw/source/ui/shells.po6
-rw-r--r--translations/source/nl/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/nl/sw/source/ui/table.po6
-rw-r--r--translations/source/nl/sw/source/ui/uiview.po6
-rw-r--r--translations/source/nl/sw/source/ui/utlui.po20
-rw-r--r--translations/source/nl/sw/source/ui/web.po6
-rw-r--r--translations/source/nl/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/nl/swext/mediawiki/help.po6
-rw-r--r--translations/source/nl/swext/mediawiki/src.po6
-rw-r--r--translations/source/nl/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/nl/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/nl/sysui/desktop/share.po6
-rw-r--r--translations/source/nl/uui/source.po6
-rw-r--r--translations/source/nl/vcl/source/src.po6
-rw-r--r--translations/source/nl/wizards/source/euro.po6
-rw-r--r--translations/source/nl/wizards/source/formwizard.po6
-rw-r--r--translations/source/nl/wizards/source/importwizard.po6
-rw-r--r--translations/source/nl/wizards/source/schedule.po6
-rw-r--r--translations/source/nl/wizards/source/template.po6
-rw-r--r--translations/source/nl/xmlsecurity/source/component.po6
-rw-r--r--translations/source/nl/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/nn/accessibility/source/helper.po6
-rw-r--r--translations/source/nn/avmedia/source/framework.po6
-rw-r--r--translations/source/nn/avmedia/source/viewer.po6
-rw-r--r--translations/source/nn/basctl/source/basicide.po6
-rw-r--r--translations/source/nn/basctl/source/dlged.po6
-rw-r--r--translations/source/nn/basic/source/classes.po6
-rw-r--r--translations/source/nn/basic/source/sbx.po6
-rw-r--r--translations/source/nn/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/nn/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/nn/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/nn/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/nn/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/nn/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/nn/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/nn/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/nn/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/nn/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/nn/connectivity/source/drivers/mozab.po16
-rw-r--r--translations/source/nn/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/nn/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/nn/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/nn/connectivity/source/resource.po6
-rw-r--r--translations/source/nn/cui/source/customize.po6
-rw-r--r--translations/source/nn/cui/source/dialogs.po49
-rw-r--r--translations/source/nn/cui/source/options.po16
-rw-r--r--translations/source/nn/cui/source/tabpages.po148
-rw-r--r--translations/source/nn/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/nn/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/nn/dbaccess/source/ext/macromigration.po11
-rw-r--r--translations/source/nn/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/nn/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/nn/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/nn/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/nn/dbaccess/source/ui/dlg.po13
-rw-r--r--translations/source/nn/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/nn/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/nn/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/nn/dbaccess/source/ui/relationdesign.po10
-rw-r--r--translations/source/nn/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/nn/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/nn/desktop/source/app.po10
-rw-r--r--translations/source/nn/desktop/source/deployment/gui.po30
-rw-r--r--translations/source/nn/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/nn/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/nn/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/nn/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/nn/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/nn/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/nn/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/nn/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/nn/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/nn/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/nn/dictionaries/af_ZA.po4
-rw-r--r--translations/source/nn/dictionaries/an_ES.po19
-rw-r--r--translations/source/nn/dictionaries/ar.po4
-rw-r--r--translations/source/nn/dictionaries/be_BY.po4
-rw-r--r--translations/source/nn/dictionaries/bg_BG.po4
-rw-r--r--translations/source/nn/dictionaries/bn_BD.po4
-rw-r--r--translations/source/nn/dictionaries/br_FR.po4
-rw-r--r--translations/source/nn/dictionaries/ca.po4
-rw-r--r--translations/source/nn/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/nn/dictionaries/da_DK.po4
-rw-r--r--translations/source/nn/dictionaries/de.po4
-rw-r--r--translations/source/nn/dictionaries/el_GR.po4
-rw-r--r--translations/source/nn/dictionaries/en.po6
-rw-r--r--translations/source/nn/dictionaries/en/dialog.po171
-rw-r--r--translations/source/nn/dictionaries/es_ES.po4
-rw-r--r--translations/source/nn/dictionaries/et_EE.po4
-rw-r--r--translations/source/nn/dictionaries/fr_FR.po4
-rw-r--r--translations/source/nn/dictionaries/gd_GB.po4
-rw-r--r--translations/source/nn/dictionaries/gl.po4
-rw-r--r--translations/source/nn/dictionaries/gu_IN.po4
-rw-r--r--translations/source/nn/dictionaries/he_IL.po4
-rw-r--r--translations/source/nn/dictionaries/hi_IN.po4
-rw-r--r--translations/source/nn/dictionaries/hr_HR.po4
-rw-r--r--translations/source/nn/dictionaries/hu_HU.po6
-rw-r--r--translations/source/nn/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/nn/dictionaries/it_IT.po4
-rw-r--r--translations/source/nn/dictionaries/ku_TR.po4
-rw-r--r--translations/source/nn/dictionaries/lt_LT.po4
-rw-r--r--translations/source/nn/dictionaries/lv_LV.po4
-rw-r--r--translations/source/nn/dictionaries/ne_NP.po4
-rw-r--r--translations/source/nn/dictionaries/nl_NL.po4
-rw-r--r--translations/source/nn/dictionaries/no.po4
-rw-r--r--translations/source/nn/dictionaries/oc_FR.po4
-rw-r--r--translations/source/nn/dictionaries/pl_PL.po4
-rw-r--r--translations/source/nn/dictionaries/pt_BR.po4
-rw-r--r--translations/source/nn/dictionaries/pt_PT.po4
-rw-r--r--translations/source/nn/dictionaries/ro.po4
-rw-r--r--translations/source/nn/dictionaries/ru_RU.po6
-rw-r--r--translations/source/nn/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/nn/dictionaries/si_LK.po19
-rw-r--r--translations/source/nn/dictionaries/sk_SK.po4
-rw-r--r--translations/source/nn/dictionaries/sl_SI.po4
-rw-r--r--translations/source/nn/dictionaries/sr.po4
-rw-r--r--translations/source/nn/dictionaries/sv_SE.po4
-rw-r--r--translations/source/nn/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/nn/dictionaries/te_IN.po4
-rw-r--r--translations/source/nn/dictionaries/th_TH.po4
-rw-r--r--translations/source/nn/dictionaries/uk_UA.po4
-rw-r--r--translations/source/nn/dictionaries/vi.po4
-rw-r--r--translations/source/nn/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/nn/editeng/source/accessibility.po6
-rw-r--r--translations/source/nn/editeng/source/editeng.po8
-rw-r--r--translations/source/nn/editeng/source/items.po30
-rw-r--r--translations/source/nn/editeng/source/misc.po6
-rw-r--r--translations/source/nn/editeng/source/outliner.po6
-rw-r--r--translations/source/nn/extensions/source/abpilot.po10
-rw-r--r--translations/source/nn/extensions/source/bibliography.po6
-rw-r--r--translations/source/nn/extensions/source/dbpilots.po6
-rw-r--r--translations/source/nn/extensions/source/propctrlr.po6
-rw-r--r--translations/source/nn/extensions/source/scanner.po8
-rw-r--r--translations/source/nn/extensions/source/update/check.po6
-rw-r--r--translations/source/nn/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/nn/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/nn/filter/source/config/fragments/types.po10
-rw-r--r--translations/source/nn/filter/source/flash.po6
-rw-r--r--translations/source/nn/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/nn/filter/source/pdf.po10
-rw-r--r--translations/source/nn/filter/source/t602.po6
-rw-r--r--translations/source/nn/filter/source/xsltdialog.po6
-rw-r--r--translations/source/nn/forms/source/resource.po6
-rw-r--r--translations/source/nn/formula/source/core/resource.po22
-rw-r--r--translations/source/nn/formula/source/ui/dlg.po6
-rw-r--r--translations/source/nn/fpicker/source/office.po6
-rw-r--r--translations/source/nn/framework/source/classes.po6
-rw-r--r--translations/source/nn/framework/source/services.po6
-rw-r--r--translations/source/nn/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/nn/helpcontent2/source/text/sbasic/shared.po4
-rw-r--r--translations/source/nn/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/nn/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/nn/helpcontent2/source/text/scalc.po6
-rw-r--r--translations/source/nn/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/nn/helpcontent2/source/text/scalc/01.po6
-rw-r--r--translations/source/nn/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/nn/helpcontent2/source/text/scalc/04.po39
-rw-r--r--translations/source/nn/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/nn/helpcontent2/source/text/scalc/guide.po33
-rw-r--r--translations/source/nn/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/nn/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/nn/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/nn/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/nn/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/nn/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/nn/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/nn/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/nn/helpcontent2/source/text/sdraw/04.po6
-rw-r--r--translations/source/nn/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/nn/helpcontent2/source/text/shared.po2
-rw-r--r--translations/source/nn/helpcontent2/source/text/shared/00.po6
-rw-r--r--translations/source/nn/helpcontent2/source/text/shared/01.po12
-rw-r--r--translations/source/nn/helpcontent2/source/text/shared/02.po10
-rw-r--r--translations/source/nn/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/nn/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/nn/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/nn/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/nn/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/nn/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/nn/helpcontent2/source/text/shared/guide.po128
-rw-r--r--translations/source/nn/helpcontent2/source/text/shared/optionen.po92
-rw-r--r--translations/source/nn/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/nn/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/nn/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/nn/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/nn/helpcontent2/source/text/simpress/04.po49
-rw-r--r--translations/source/nn/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/nn/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/nn/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/nn/helpcontent2/source/text/smath/01.po4
-rw-r--r--translations/source/nn/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/nn/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/nn/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/nn/helpcontent2/source/text/swriter.po6
-rw-r--r--translations/source/nn/helpcontent2/source/text/swriter/00.po6
-rw-r--r--translations/source/nn/helpcontent2/source/text/swriter/01.po32
-rw-r--r--translations/source/nn/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/nn/helpcontent2/source/text/swriter/04.po12
-rw-r--r--translations/source/nn/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--translations/source/nn/instsetoo_native/inc_openoffice/windows/msi_languages.po68
-rw-r--r--translations/source/nn/mysqlc/source.po6
-rw-r--r--translations/source/nn/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/nn/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/nn/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/nn/nlpsolver/src/locale.po179
-rw-r--r--translations/source/nn/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/nn/officecfg/registry/data/org/openoffice/Office/UI.po57
-rw-r--r--translations/source/nn/padmin/source.po6
-rw-r--r--translations/source/nn/readlicense_oo/docs/readme.po34
-rw-r--r--translations/source/nn/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/nn/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/nn/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/nn/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/nn/reportbuilder/util.po4
-rw-r--r--translations/source/nn/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/nn/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/nn/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/nn/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/nn/sc/source/core/src.po6
-rw-r--r--translations/source/nn/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/nn/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/nn/sc/source/ui/docshell.po6
-rw-r--r--translations/source/nn/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/nn/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/nn/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/nn/sc/source/ui/navipi.po8
-rw-r--r--translations/source/nn/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/nn/sc/source/ui/src.po144
-rw-r--r--translations/source/nn/sc/source/ui/styleui.po8
-rw-r--r--translations/source/nn/scaddins/source/analysis.po6
-rw-r--r--translations/source/nn/scaddins/source/datefunc.po6
-rw-r--r--translations/source/nn/sccomp/source/solver.po6
-rw-r--r--translations/source/nn/scp2/source/accessories.po6
-rw-r--r--translations/source/nn/scp2/source/activex.po6
-rw-r--r--translations/source/nn/scp2/source/base.po16
-rw-r--r--translations/source/nn/scp2/source/binfilter.po6
-rw-r--r--translations/source/nn/scp2/source/calc.po6
-rw-r--r--translations/source/nn/scp2/source/draw.po6
-rw-r--r--translations/source/nn/scp2/source/extensions.po2203
-rw-r--r--translations/source/nn/scp2/source/gnome.po6
-rw-r--r--translations/source/nn/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/nn/scp2/source/impress.po6
-rw-r--r--translations/source/nn/scp2/source/javafilter.po6
-rw-r--r--translations/source/nn/scp2/source/kde.po6
-rw-r--r--translations/source/nn/scp2/source/math.po6
-rw-r--r--translations/source/nn/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/nn/scp2/source/ooo.po31
-rw-r--r--translations/source/nn/scp2/source/python.po6
-rw-r--r--translations/source/nn/scp2/source/quickstart.po6
-rw-r--r--translations/source/nn/scp2/source/sdkoo.po6
-rw-r--r--translations/source/nn/scp2/source/smoketest.po23
-rw-r--r--translations/source/nn/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/nn/scp2/source/writer.po6
-rw-r--r--translations/source/nn/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/nn/scripting/source/pyprov.po4
-rw-r--r--translations/source/nn/sd/source/core.po41
-rw-r--r--translations/source/nn/sd/source/filter/html.po6
-rw-r--r--translations/source/nn/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/nn/sd/source/ui/animations.po6
-rw-r--r--translations/source/nn/sd/source/ui/annotations.po6
-rw-r--r--translations/source/nn/sd/source/ui/app.po8
-rw-r--r--translations/source/nn/sd/source/ui/dlg.po6
-rw-r--r--translations/source/nn/sd/source/ui/notes.po6
-rw-r--r--translations/source/nn/sd/source/ui/slideshow.po15
-rw-r--r--translations/source/nn/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/nn/sd/source/ui/table.po6
-rw-r--r--translations/source/nn/sd/source/ui/view.po6
-rw-r--r--translations/source/nn/sdext/source/minimizer.po6
-rw-r--r--translations/source/nn/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/nn/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/nn/sdext/source/pdfimport.po4
-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.po6
-rw-r--r--translations/source/nn/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po14
-rw-r--r--translations/source/nn/setup_native/source/mac.po6
-rw-r--r--translations/source/nn/sfx2/source/appl.po6
-rw-r--r--translations/source/nn/sfx2/source/bastyp.po6
-rw-r--r--translations/source/nn/sfx2/source/dialog.po12
-rw-r--r--translations/source/nn/sfx2/source/doc.po18
-rw-r--r--translations/source/nn/sfx2/source/menu.po6
-rw-r--r--translations/source/nn/sfx2/source/view.po6
-rw-r--r--translations/source/nn/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/nn/starmath/source.po6
-rw-r--r--translations/source/nn/svl/source/items.po6
-rw-r--r--translations/source/nn/svl/source/misc.po8
-rw-r--r--translations/source/nn/svtools/source/contnr.po6
-rw-r--r--translations/source/nn/svtools/source/control.po6
-rw-r--r--translations/source/nn/svtools/source/dialogs.po6
-rw-r--r--translations/source/nn/svtools/source/filter.po6
-rw-r--r--translations/source/nn/svtools/source/java.po6
-rw-r--r--translations/source/nn/svtools/source/misc.po51
-rw-r--r--translations/source/nn/svtools/source/plugapp.po6
-rw-r--r--translations/source/nn/svtools/source/toolpanel.po6
-rw-r--r--translations/source/nn/svtools/workben/unodialog.po6
-rw-r--r--translations/source/nn/svx/inc.po8
-rw-r--r--translations/source/nn/svx/source/accessibility.po6
-rw-r--r--translations/source/nn/svx/source/dialog.po10
-rw-r--r--translations/source/nn/svx/source/engine3d.po6
-rw-r--r--translations/source/nn/svx/source/fmcomp.po6
-rw-r--r--translations/source/nn/svx/source/form.po6
-rw-r--r--translations/source/nn/svx/source/gallery2.po6
-rw-r--r--translations/source/nn/svx/source/items.po6
-rw-r--r--translations/source/nn/svx/source/src.po6
-rw-r--r--translations/source/nn/svx/source/stbctrls.po2
-rw-r--r--translations/source/nn/svx/source/svdraw.po6
-rw-r--r--translations/source/nn/svx/source/table.po6
-rw-r--r--translations/source/nn/svx/source/tbxctrls.po6
-rw-r--r--translations/source/nn/svx/source/toolbars.po6
-rw-r--r--translations/source/nn/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/nn/sw/source/core/layout.po4
-rw-r--r--translations/source/nn/sw/source/core/undo.po8
-rw-r--r--translations/source/nn/sw/source/core/unocore.po6
-rw-r--r--translations/source/nn/sw/source/ui/app.po22
-rw-r--r--translations/source/nn/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/nn/sw/source/ui/config.po2
-rw-r--r--translations/source/nn/sw/source/ui/dbui.po6
-rw-r--r--translations/source/nn/sw/source/ui/dialog.po14
-rw-r--r--translations/source/nn/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/nn/sw/source/ui/docvw.po22
-rw-r--r--translations/source/nn/sw/source/ui/envelp.po6
-rw-r--r--translations/source/nn/sw/source/ui/fldui.po6
-rw-r--r--translations/source/nn/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/nn/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/nn/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/nn/sw/source/ui/index.po11
-rw-r--r--translations/source/nn/sw/source/ui/lingu.po6
-rw-r--r--translations/source/nn/sw/source/ui/misc.po6
-rw-r--r--translations/source/nn/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/nn/sw/source/ui/shells.po14
-rw-r--r--translations/source/nn/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/nn/sw/source/ui/table.po16
-rw-r--r--translations/source/nn/sw/source/ui/uiview.po6
-rw-r--r--translations/source/nn/sw/source/ui/utlui.po22
-rw-r--r--translations/source/nn/sw/source/ui/web.po6
-rw-r--r--translations/source/nn/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/nn/swext/mediawiki/help.po16
-rw-r--r--translations/source/nn/swext/mediawiki/src.po8
-rw-r--r--translations/source/nn/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/nn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/nn/sysui/desktop/share.po6
-rw-r--r--translations/source/nn/uui/source.po6
-rw-r--r--translations/source/nn/vcl/source/src.po36
-rw-r--r--translations/source/nn/wizards/source/euro.po6
-rw-r--r--translations/source/nn/wizards/source/formwizard.po6
-rw-r--r--translations/source/nn/wizards/source/importwizard.po6
-rw-r--r--translations/source/nn/wizards/source/schedule.po6
-rw-r--r--translations/source/nn/wizards/source/template.po6
-rw-r--r--translations/source/nn/xmlsecurity/source/component.po6
-rw-r--r--translations/source/nn/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/nr/accessibility/source/helper.po6
-rw-r--r--translations/source/nr/avmedia/source/framework.po6
-rw-r--r--translations/source/nr/avmedia/source/viewer.po6
-rw-r--r--translations/source/nr/basctl/source/basicide.po6
-rw-r--r--translations/source/nr/basctl/source/dlged.po6
-rw-r--r--translations/source/nr/basic/source/classes.po6
-rw-r--r--translations/source/nr/basic/source/sbx.po6
-rw-r--r--translations/source/nr/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/nr/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/nr/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/nr/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/nr/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/nr/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/nr/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/nr/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/nr/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/nr/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/nr/connectivity/source/drivers/mozab.po10
-rw-r--r--translations/source/nr/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/nr/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/nr/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/nr/connectivity/source/resource.po6
-rw-r--r--translations/source/nr/cui/source/customize.po6
-rw-r--r--translations/source/nr/cui/source/dialogs.po43
-rw-r--r--translations/source/nr/cui/source/options.po18
-rw-r--r--translations/source/nr/cui/source/tabpages.po151
-rw-r--r--translations/source/nr/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/nr/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/nr/dbaccess/source/ext/macromigration.po8
-rw-r--r--translations/source/nr/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/nr/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/nr/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/nr/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/nr/dbaccess/source/ui/dlg.po13
-rw-r--r--translations/source/nr/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/nr/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/nr/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/nr/dbaccess/source/ui/relationdesign.po8
-rw-r--r--translations/source/nr/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/nr/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/nr/desktop/source/app.po10
-rw-r--r--translations/source/nr/desktop/source/deployment/gui.po26
-rw-r--r--translations/source/nr/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/nr/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/nr/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/nr/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/nr/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/nr/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/nr/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/nr/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/nr/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/nr/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/nr/dictionaries/af_ZA.po4
-rw-r--r--translations/source/nr/dictionaries/an_ES.po19
-rw-r--r--translations/source/nr/dictionaries/ar.po4
-rw-r--r--translations/source/nr/dictionaries/be_BY.po4
-rw-r--r--translations/source/nr/dictionaries/bg_BG.po4
-rw-r--r--translations/source/nr/dictionaries/bn_BD.po4
-rw-r--r--translations/source/nr/dictionaries/br_FR.po4
-rw-r--r--translations/source/nr/dictionaries/ca.po4
-rw-r--r--translations/source/nr/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/nr/dictionaries/da_DK.po4
-rw-r--r--translations/source/nr/dictionaries/de.po4
-rw-r--r--translations/source/nr/dictionaries/el_GR.po4
-rw-r--r--translations/source/nr/dictionaries/en.po6
-rw-r--r--translations/source/nr/dictionaries/en/dialog.po171
-rw-r--r--translations/source/nr/dictionaries/es_ES.po4
-rw-r--r--translations/source/nr/dictionaries/et_EE.po4
-rw-r--r--translations/source/nr/dictionaries/fr_FR.po4
-rw-r--r--translations/source/nr/dictionaries/gd_GB.po4
-rw-r--r--translations/source/nr/dictionaries/gl.po4
-rw-r--r--translations/source/nr/dictionaries/gu_IN.po4
-rw-r--r--translations/source/nr/dictionaries/he_IL.po4
-rw-r--r--translations/source/nr/dictionaries/hi_IN.po4
-rw-r--r--translations/source/nr/dictionaries/hr_HR.po4
-rw-r--r--translations/source/nr/dictionaries/hu_HU.po6
-rw-r--r--translations/source/nr/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/nr/dictionaries/it_IT.po4
-rw-r--r--translations/source/nr/dictionaries/ku_TR.po4
-rw-r--r--translations/source/nr/dictionaries/lt_LT.po4
-rw-r--r--translations/source/nr/dictionaries/lv_LV.po4
-rw-r--r--translations/source/nr/dictionaries/ne_NP.po4
-rw-r--r--translations/source/nr/dictionaries/nl_NL.po4
-rw-r--r--translations/source/nr/dictionaries/no.po4
-rw-r--r--translations/source/nr/dictionaries/oc_FR.po4
-rw-r--r--translations/source/nr/dictionaries/pl_PL.po4
-rw-r--r--translations/source/nr/dictionaries/pt_BR.po4
-rw-r--r--translations/source/nr/dictionaries/pt_PT.po4
-rw-r--r--translations/source/nr/dictionaries/ro.po4
-rw-r--r--translations/source/nr/dictionaries/ru_RU.po6
-rw-r--r--translations/source/nr/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/nr/dictionaries/si_LK.po19
-rw-r--r--translations/source/nr/dictionaries/sk_SK.po4
-rw-r--r--translations/source/nr/dictionaries/sl_SI.po4
-rw-r--r--translations/source/nr/dictionaries/sr.po4
-rw-r--r--translations/source/nr/dictionaries/sv_SE.po4
-rw-r--r--translations/source/nr/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/nr/dictionaries/te_IN.po4
-rw-r--r--translations/source/nr/dictionaries/th_TH.po4
-rw-r--r--translations/source/nr/dictionaries/uk_UA.po4
-rw-r--r--translations/source/nr/dictionaries/vi.po4
-rw-r--r--translations/source/nr/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/nr/editeng/source/accessibility.po6
-rw-r--r--translations/source/nr/editeng/source/editeng.po8
-rw-r--r--translations/source/nr/editeng/source/items.po30
-rw-r--r--translations/source/nr/editeng/source/misc.po6
-rw-r--r--translations/source/nr/editeng/source/outliner.po6
-rw-r--r--translations/source/nr/extensions/source/abpilot.po10
-rw-r--r--translations/source/nr/extensions/source/bibliography.po6
-rw-r--r--translations/source/nr/extensions/source/dbpilots.po6
-rw-r--r--translations/source/nr/extensions/source/propctrlr.po6
-rw-r--r--translations/source/nr/extensions/source/scanner.po8
-rw-r--r--translations/source/nr/extensions/source/update/check.po6
-rw-r--r--translations/source/nr/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/nr/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/nr/filter/source/config/fragments/types.po8
-rw-r--r--translations/source/nr/filter/source/flash.po6
-rw-r--r--translations/source/nr/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/nr/filter/source/pdf.po10
-rw-r--r--translations/source/nr/filter/source/t602.po6
-rw-r--r--translations/source/nr/filter/source/xsltdialog.po6
-rw-r--r--translations/source/nr/forms/source/resource.po6
-rw-r--r--translations/source/nr/formula/source/core/resource.po22
-rw-r--r--translations/source/nr/formula/source/ui/dlg.po6
-rw-r--r--translations/source/nr/fpicker/source/office.po6
-rw-r--r--translations/source/nr/framework/source/classes.po6
-rw-r--r--translations/source/nr/framework/source/services.po6
-rw-r--r--translations/source/nr/instsetoo_native/inc_openoffice/windows/msi_languages.po65
-rw-r--r--translations/source/nr/mysqlc/source.po6
-rw-r--r--translations/source/nr/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/nr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/nr/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/nr/nlpsolver/src/locale.po179
-rw-r--r--translations/source/nr/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/nr/officecfg/registry/data/org/openoffice/Office/UI.po56
-rw-r--r--translations/source/nr/padmin/source.po6
-rw-r--r--translations/source/nr/readlicense_oo/docs/readme.po34
-rw-r--r--translations/source/nr/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/nr/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/nr/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/nr/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/nr/reportbuilder/util.po4
-rw-r--r--translations/source/nr/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/nr/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/nr/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/nr/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/nr/sc/source/core/src.po6
-rw-r--r--translations/source/nr/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/nr/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/nr/sc/source/ui/docshell.po6
-rw-r--r--translations/source/nr/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/nr/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/nr/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/nr/sc/source/ui/navipi.po8
-rw-r--r--translations/source/nr/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/nr/sc/source/ui/src.po144
-rw-r--r--translations/source/nr/sc/source/ui/styleui.po8
-rw-r--r--translations/source/nr/scaddins/source/analysis.po6
-rw-r--r--translations/source/nr/scaddins/source/datefunc.po6
-rw-r--r--translations/source/nr/sccomp/source/solver.po6
-rw-r--r--translations/source/nr/scp2/source/accessories.po6
-rw-r--r--translations/source/nr/scp2/source/activex.po6
-rw-r--r--translations/source/nr/scp2/source/base.po16
-rw-r--r--translations/source/nr/scp2/source/binfilter.po6
-rw-r--r--translations/source/nr/scp2/source/calc.po6
-rw-r--r--translations/source/nr/scp2/source/draw.po6
-rw-r--r--translations/source/nr/scp2/source/extensions.po2360
-rw-r--r--translations/source/nr/scp2/source/gnome.po6
-rw-r--r--translations/source/nr/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/nr/scp2/source/impress.po6
-rw-r--r--translations/source/nr/scp2/source/javafilter.po6
-rw-r--r--translations/source/nr/scp2/source/kde.po6
-rw-r--r--translations/source/nr/scp2/source/math.po6
-rw-r--r--translations/source/nr/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/nr/scp2/source/ooo.po27
-rw-r--r--translations/source/nr/scp2/source/python.po6
-rw-r--r--translations/source/nr/scp2/source/quickstart.po6
-rw-r--r--translations/source/nr/scp2/source/sdkoo.po6
-rw-r--r--translations/source/nr/scp2/source/smoketest.po23
-rw-r--r--translations/source/nr/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/nr/scp2/source/writer.po6
-rw-r--r--translations/source/nr/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/nr/scripting/source/pyprov.po4
-rw-r--r--translations/source/nr/sd/source/core.po40
-rw-r--r--translations/source/nr/sd/source/filter/html.po6
-rw-r--r--translations/source/nr/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/nr/sd/source/ui/animations.po6
-rw-r--r--translations/source/nr/sd/source/ui/annotations.po6
-rw-r--r--translations/source/nr/sd/source/ui/app.po8
-rw-r--r--translations/source/nr/sd/source/ui/dlg.po6
-rw-r--r--translations/source/nr/sd/source/ui/notes.po6
-rw-r--r--translations/source/nr/sd/source/ui/slideshow.po15
-rw-r--r--translations/source/nr/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/nr/sd/source/ui/table.po6
-rw-r--r--translations/source/nr/sd/source/ui/view.po6
-rw-r--r--translations/source/nr/sdext/source/minimizer.po4
-rw-r--r--translations/source/nr/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/nr/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/nr/sdext/source/pdfimport.po4
-rw-r--r--translations/source/nr/sdext/source/presenter.po4
-rw-r--r--translations/source/nr/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/nr/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/nr/setup_native/source/mac.po6
-rw-r--r--translations/source/nr/sfx2/source/appl.po6
-rw-r--r--translations/source/nr/sfx2/source/bastyp.po6
-rw-r--r--translations/source/nr/sfx2/source/dialog.po12
-rw-r--r--translations/source/nr/sfx2/source/doc.po18
-rw-r--r--translations/source/nr/sfx2/source/menu.po6
-rw-r--r--translations/source/nr/sfx2/source/view.po6
-rw-r--r--translations/source/nr/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/nr/starmath/source.po6
-rw-r--r--translations/source/nr/svl/source/items.po6
-rw-r--r--translations/source/nr/svl/source/misc.po8
-rw-r--r--translations/source/nr/svtools/source/contnr.po6
-rw-r--r--translations/source/nr/svtools/source/control.po6
-rw-r--r--translations/source/nr/svtools/source/dialogs.po6
-rw-r--r--translations/source/nr/svtools/source/filter.po6
-rw-r--r--translations/source/nr/svtools/source/java.po6
-rw-r--r--translations/source/nr/svtools/source/misc.po51
-rw-r--r--translations/source/nr/svtools/source/plugapp.po6
-rw-r--r--translations/source/nr/svtools/source/toolpanel.po6
-rw-r--r--translations/source/nr/svtools/workben/unodialog.po6
-rw-r--r--translations/source/nr/svx/inc.po8
-rw-r--r--translations/source/nr/svx/source/accessibility.po6
-rw-r--r--translations/source/nr/svx/source/dialog.po12
-rw-r--r--translations/source/nr/svx/source/engine3d.po6
-rw-r--r--translations/source/nr/svx/source/fmcomp.po6
-rw-r--r--translations/source/nr/svx/source/form.po6
-rw-r--r--translations/source/nr/svx/source/gallery2.po6
-rw-r--r--translations/source/nr/svx/source/items.po6
-rw-r--r--translations/source/nr/svx/source/src.po6
-rw-r--r--translations/source/nr/svx/source/stbctrls.po4
-rw-r--r--translations/source/nr/svx/source/svdraw.po6
-rw-r--r--translations/source/nr/svx/source/table.po6
-rw-r--r--translations/source/nr/svx/source/tbxctrls.po6
-rw-r--r--translations/source/nr/svx/source/toolbars.po6
-rw-r--r--translations/source/nr/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/nr/sw/source/core/layout.po4
-rw-r--r--translations/source/nr/sw/source/core/undo.po8
-rw-r--r--translations/source/nr/sw/source/core/unocore.po6
-rw-r--r--translations/source/nr/sw/source/ui/app.po22
-rw-r--r--translations/source/nr/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/nr/sw/source/ui/config.po2
-rw-r--r--translations/source/nr/sw/source/ui/dbui.po6
-rw-r--r--translations/source/nr/sw/source/ui/dialog.po14
-rw-r--r--translations/source/nr/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/nr/sw/source/ui/docvw.po22
-rw-r--r--translations/source/nr/sw/source/ui/envelp.po6
-rw-r--r--translations/source/nr/sw/source/ui/fldui.po6
-rw-r--r--translations/source/nr/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/nr/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/nr/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/nr/sw/source/ui/index.po11
-rw-r--r--translations/source/nr/sw/source/ui/lingu.po6
-rw-r--r--translations/source/nr/sw/source/ui/misc.po6
-rw-r--r--translations/source/nr/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/nr/sw/source/ui/shells.po14
-rw-r--r--translations/source/nr/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/nr/sw/source/ui/table.po14
-rw-r--r--translations/source/nr/sw/source/ui/uiview.po6
-rw-r--r--translations/source/nr/sw/source/ui/utlui.po17
-rw-r--r--translations/source/nr/sw/source/ui/web.po6
-rw-r--r--translations/source/nr/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/nr/swext/mediawiki/help.po10
-rw-r--r--translations/source/nr/swext/mediawiki/src.po6
-rw-r--r--translations/source/nr/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/nr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/nr/sysui/desktop/share.po6
-rw-r--r--translations/source/nr/uui/source.po6
-rw-r--r--translations/source/nr/vcl/source/src.po32
-rw-r--r--translations/source/nr/wizards/source/euro.po6
-rw-r--r--translations/source/nr/wizards/source/formwizard.po6
-rw-r--r--translations/source/nr/wizards/source/importwizard.po6
-rw-r--r--translations/source/nr/wizards/source/schedule.po6
-rw-r--r--translations/source/nr/wizards/source/template.po6
-rw-r--r--translations/source/nr/xmlsecurity/source/component.po6
-rw-r--r--translations/source/nr/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/nso/accessibility/source/helper.po6
-rw-r--r--translations/source/nso/avmedia/source/framework.po6
-rw-r--r--translations/source/nso/avmedia/source/viewer.po6
-rw-r--r--translations/source/nso/basctl/source/basicide.po6
-rw-r--r--translations/source/nso/basctl/source/dlged.po6
-rw-r--r--translations/source/nso/basic/source/classes.po6
-rw-r--r--translations/source/nso/basic/source/sbx.po6
-rw-r--r--translations/source/nso/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/nso/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/nso/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/nso/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/nso/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/nso/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/nso/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/nso/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/nso/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/nso/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/nso/connectivity/source/drivers/mozab.po10
-rw-r--r--translations/source/nso/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/nso/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/nso/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/nso/connectivity/source/resource.po6
-rw-r--r--translations/source/nso/cui/source/customize.po6
-rw-r--r--translations/source/nso/cui/source/dialogs.po45
-rw-r--r--translations/source/nso/cui/source/options.po16
-rw-r--r--translations/source/nso/cui/source/tabpages.po151
-rw-r--r--translations/source/nso/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/nso/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/nso/dbaccess/source/ext/macromigration.po8
-rw-r--r--translations/source/nso/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/nso/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/nso/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/nso/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/nso/dbaccess/source/ui/dlg.po13
-rw-r--r--translations/source/nso/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/nso/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/nso/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/nso/dbaccess/source/ui/relationdesign.po8
-rw-r--r--translations/source/nso/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/nso/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/nso/desktop/source/app.po10
-rw-r--r--translations/source/nso/desktop/source/deployment/gui.po30
-rw-r--r--translations/source/nso/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/nso/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/nso/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/nso/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/nso/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/nso/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/nso/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/nso/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/nso/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/nso/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/nso/dictionaries/af_ZA.po4
-rw-r--r--translations/source/nso/dictionaries/an_ES.po19
-rw-r--r--translations/source/nso/dictionaries/ar.po4
-rw-r--r--translations/source/nso/dictionaries/be_BY.po4
-rw-r--r--translations/source/nso/dictionaries/bg_BG.po4
-rw-r--r--translations/source/nso/dictionaries/bn_BD.po4
-rw-r--r--translations/source/nso/dictionaries/br_FR.po4
-rw-r--r--translations/source/nso/dictionaries/ca.po4
-rw-r--r--translations/source/nso/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/nso/dictionaries/da_DK.po4
-rw-r--r--translations/source/nso/dictionaries/de.po4
-rw-r--r--translations/source/nso/dictionaries/el_GR.po4
-rw-r--r--translations/source/nso/dictionaries/en.po6
-rw-r--r--translations/source/nso/dictionaries/en/dialog.po171
-rw-r--r--translations/source/nso/dictionaries/es_ES.po4
-rw-r--r--translations/source/nso/dictionaries/et_EE.po4
-rw-r--r--translations/source/nso/dictionaries/fr_FR.po4
-rw-r--r--translations/source/nso/dictionaries/gd_GB.po4
-rw-r--r--translations/source/nso/dictionaries/gl.po4
-rw-r--r--translations/source/nso/dictionaries/gu_IN.po4
-rw-r--r--translations/source/nso/dictionaries/he_IL.po4
-rw-r--r--translations/source/nso/dictionaries/hi_IN.po4
-rw-r--r--translations/source/nso/dictionaries/hr_HR.po4
-rw-r--r--translations/source/nso/dictionaries/hu_HU.po6
-rw-r--r--translations/source/nso/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/nso/dictionaries/it_IT.po4
-rw-r--r--translations/source/nso/dictionaries/ku_TR.po4
-rw-r--r--translations/source/nso/dictionaries/lt_LT.po4
-rw-r--r--translations/source/nso/dictionaries/lv_LV.po4
-rw-r--r--translations/source/nso/dictionaries/ne_NP.po4
-rw-r--r--translations/source/nso/dictionaries/nl_NL.po4
-rw-r--r--translations/source/nso/dictionaries/no.po4
-rw-r--r--translations/source/nso/dictionaries/oc_FR.po4
-rw-r--r--translations/source/nso/dictionaries/pl_PL.po4
-rw-r--r--translations/source/nso/dictionaries/pt_BR.po4
-rw-r--r--translations/source/nso/dictionaries/pt_PT.po4
-rw-r--r--translations/source/nso/dictionaries/ro.po4
-rw-r--r--translations/source/nso/dictionaries/ru_RU.po6
-rw-r--r--translations/source/nso/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/nso/dictionaries/si_LK.po19
-rw-r--r--translations/source/nso/dictionaries/sk_SK.po4
-rw-r--r--translations/source/nso/dictionaries/sl_SI.po4
-rw-r--r--translations/source/nso/dictionaries/sr.po4
-rw-r--r--translations/source/nso/dictionaries/sv_SE.po4
-rw-r--r--translations/source/nso/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/nso/dictionaries/te_IN.po4
-rw-r--r--translations/source/nso/dictionaries/th_TH.po4
-rw-r--r--translations/source/nso/dictionaries/uk_UA.po4
-rw-r--r--translations/source/nso/dictionaries/vi.po4
-rw-r--r--translations/source/nso/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/nso/editeng/source/accessibility.po6
-rw-r--r--translations/source/nso/editeng/source/editeng.po8
-rw-r--r--translations/source/nso/editeng/source/items.po30
-rw-r--r--translations/source/nso/editeng/source/misc.po6
-rw-r--r--translations/source/nso/editeng/source/outliner.po6
-rw-r--r--translations/source/nso/extensions/source/abpilot.po10
-rw-r--r--translations/source/nso/extensions/source/bibliography.po6
-rw-r--r--translations/source/nso/extensions/source/dbpilots.po6
-rw-r--r--translations/source/nso/extensions/source/propctrlr.po6
-rw-r--r--translations/source/nso/extensions/source/scanner.po8
-rw-r--r--translations/source/nso/extensions/source/update/check.po6
-rw-r--r--translations/source/nso/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/nso/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/nso/filter/source/config/fragments/types.po8
-rw-r--r--translations/source/nso/filter/source/flash.po6
-rw-r--r--translations/source/nso/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/nso/filter/source/pdf.po10
-rw-r--r--translations/source/nso/filter/source/t602.po6
-rw-r--r--translations/source/nso/filter/source/xsltdialog.po6
-rw-r--r--translations/source/nso/forms/source/resource.po6
-rw-r--r--translations/source/nso/formula/source/core/resource.po22
-rw-r--r--translations/source/nso/formula/source/ui/dlg.po6
-rw-r--r--translations/source/nso/fpicker/source/office.po6
-rw-r--r--translations/source/nso/framework/source/classes.po6
-rw-r--r--translations/source/nso/framework/source/services.po6
-rw-r--r--translations/source/nso/instsetoo_native/inc_openoffice/windows/msi_languages.po68
-rw-r--r--translations/source/nso/mysqlc/source.po6
-rw-r--r--translations/source/nso/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/nso/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/nso/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/nso/nlpsolver/src/locale.po179
-rw-r--r--translations/source/nso/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/nso/officecfg/registry/data/org/openoffice/Office/UI.po57
-rw-r--r--translations/source/nso/padmin/source.po6
-rw-r--r--translations/source/nso/readlicense_oo/docs/readme.po34
-rw-r--r--translations/source/nso/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/nso/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/nso/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/nso/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/nso/reportbuilder/util.po4
-rw-r--r--translations/source/nso/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/nso/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/nso/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/nso/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/nso/sc/source/core/src.po6
-rw-r--r--translations/source/nso/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/nso/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/nso/sc/source/ui/docshell.po6
-rw-r--r--translations/source/nso/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/nso/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/nso/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/nso/sc/source/ui/navipi.po8
-rw-r--r--translations/source/nso/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/nso/sc/source/ui/src.po148
-rw-r--r--translations/source/nso/sc/source/ui/styleui.po8
-rw-r--r--translations/source/nso/scaddins/source/analysis.po6
-rw-r--r--translations/source/nso/scaddins/source/datefunc.po6
-rw-r--r--translations/source/nso/sccomp/source/solver.po6
-rw-r--r--translations/source/nso/scp2/source/accessories.po6
-rw-r--r--translations/source/nso/scp2/source/activex.po6
-rw-r--r--translations/source/nso/scp2/source/base.po16
-rw-r--r--translations/source/nso/scp2/source/binfilter.po6
-rw-r--r--translations/source/nso/scp2/source/calc.po6
-rw-r--r--translations/source/nso/scp2/source/draw.po6
-rw-r--r--translations/source/nso/scp2/source/extensions.po2358
-rw-r--r--translations/source/nso/scp2/source/gnome.po6
-rw-r--r--translations/source/nso/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/nso/scp2/source/impress.po6
-rw-r--r--translations/source/nso/scp2/source/javafilter.po6
-rw-r--r--translations/source/nso/scp2/source/kde.po6
-rw-r--r--translations/source/nso/scp2/source/math.po6
-rw-r--r--translations/source/nso/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/nso/scp2/source/ooo.po31
-rw-r--r--translations/source/nso/scp2/source/python.po6
-rw-r--r--translations/source/nso/scp2/source/quickstart.po6
-rw-r--r--translations/source/nso/scp2/source/sdkoo.po6
-rw-r--r--translations/source/nso/scp2/source/smoketest.po23
-rw-r--r--translations/source/nso/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/nso/scp2/source/writer.po6
-rw-r--r--translations/source/nso/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/nso/scripting/source/pyprov.po4
-rw-r--r--translations/source/nso/sd/source/core.po41
-rw-r--r--translations/source/nso/sd/source/filter/html.po6
-rw-r--r--translations/source/nso/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/nso/sd/source/ui/animations.po6
-rw-r--r--translations/source/nso/sd/source/ui/annotations.po6
-rw-r--r--translations/source/nso/sd/source/ui/app.po8
-rw-r--r--translations/source/nso/sd/source/ui/dlg.po6
-rw-r--r--translations/source/nso/sd/source/ui/notes.po6
-rw-r--r--translations/source/nso/sd/source/ui/slideshow.po15
-rw-r--r--translations/source/nso/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/nso/sd/source/ui/table.po6
-rw-r--r--translations/source/nso/sd/source/ui/view.po6
-rw-r--r--translations/source/nso/sdext/source/minimizer.po4
-rw-r--r--translations/source/nso/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/nso/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/nso/sdext/source/pdfimport.po4
-rw-r--r--translations/source/nso/sdext/source/presenter.po4
-rw-r--r--translations/source/nso/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/nso/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/nso/setup_native/source/mac.po6
-rw-r--r--translations/source/nso/sfx2/source/appl.po6
-rw-r--r--translations/source/nso/sfx2/source/bastyp.po6
-rw-r--r--translations/source/nso/sfx2/source/dialog.po12
-rw-r--r--translations/source/nso/sfx2/source/doc.po20
-rw-r--r--translations/source/nso/sfx2/source/menu.po6
-rw-r--r--translations/source/nso/sfx2/source/view.po6
-rw-r--r--translations/source/nso/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/nso/starmath/source.po6
-rw-r--r--translations/source/nso/svl/source/items.po6
-rw-r--r--translations/source/nso/svl/source/misc.po6
-rw-r--r--translations/source/nso/svtools/source/contnr.po6
-rw-r--r--translations/source/nso/svtools/source/control.po6
-rw-r--r--translations/source/nso/svtools/source/dialogs.po6
-rw-r--r--translations/source/nso/svtools/source/filter.po6
-rw-r--r--translations/source/nso/svtools/source/java.po6
-rw-r--r--translations/source/nso/svtools/source/misc.po51
-rw-r--r--translations/source/nso/svtools/source/plugapp.po6
-rw-r--r--translations/source/nso/svtools/source/toolpanel.po6
-rw-r--r--translations/source/nso/svtools/workben/unodialog.po6
-rw-r--r--translations/source/nso/svx/inc.po8
-rw-r--r--translations/source/nso/svx/source/accessibility.po6
-rw-r--r--translations/source/nso/svx/source/dialog.po10
-rw-r--r--translations/source/nso/svx/source/engine3d.po6
-rw-r--r--translations/source/nso/svx/source/fmcomp.po6
-rw-r--r--translations/source/nso/svx/source/form.po6
-rw-r--r--translations/source/nso/svx/source/gallery2.po6
-rw-r--r--translations/source/nso/svx/source/items.po6
-rw-r--r--translations/source/nso/svx/source/src.po6
-rw-r--r--translations/source/nso/svx/source/stbctrls.po2
-rw-r--r--translations/source/nso/svx/source/svdraw.po6
-rw-r--r--translations/source/nso/svx/source/table.po6
-rw-r--r--translations/source/nso/svx/source/tbxctrls.po6
-rw-r--r--translations/source/nso/svx/source/toolbars.po6
-rw-r--r--translations/source/nso/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/nso/sw/source/core/layout.po4
-rw-r--r--translations/source/nso/sw/source/core/undo.po8
-rw-r--r--translations/source/nso/sw/source/core/unocore.po6
-rw-r--r--translations/source/nso/sw/source/ui/app.po22
-rw-r--r--translations/source/nso/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/nso/sw/source/ui/config.po2
-rw-r--r--translations/source/nso/sw/source/ui/dbui.po6
-rw-r--r--translations/source/nso/sw/source/ui/dialog.po14
-rw-r--r--translations/source/nso/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/nso/sw/source/ui/docvw.po22
-rw-r--r--translations/source/nso/sw/source/ui/envelp.po6
-rw-r--r--translations/source/nso/sw/source/ui/fldui.po6
-rw-r--r--translations/source/nso/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/nso/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/nso/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/nso/sw/source/ui/index.po11
-rw-r--r--translations/source/nso/sw/source/ui/lingu.po6
-rw-r--r--translations/source/nso/sw/source/ui/misc.po6
-rw-r--r--translations/source/nso/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/nso/sw/source/ui/shells.po14
-rw-r--r--translations/source/nso/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/nso/sw/source/ui/table.po18
-rw-r--r--translations/source/nso/sw/source/ui/uiview.po6
-rw-r--r--translations/source/nso/sw/source/ui/utlui.po22
-rw-r--r--translations/source/nso/sw/source/ui/web.po6
-rw-r--r--translations/source/nso/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/nso/swext/mediawiki/help.po10
-rw-r--r--translations/source/nso/swext/mediawiki/src.po6
-rw-r--r--translations/source/nso/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/nso/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/nso/sysui/desktop/share.po6
-rw-r--r--translations/source/nso/uui/source.po6
-rw-r--r--translations/source/nso/vcl/source/src.po38
-rw-r--r--translations/source/nso/wizards/source/euro.po6
-rw-r--r--translations/source/nso/wizards/source/formwizard.po6
-rw-r--r--translations/source/nso/wizards/source/importwizard.po6
-rw-r--r--translations/source/nso/wizards/source/schedule.po6
-rw-r--r--translations/source/nso/wizards/source/template.po6
-rw-r--r--translations/source/nso/xmlsecurity/source/component.po6
-rw-r--r--translations/source/nso/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/oc/accessibility/source/helper.po6
-rw-r--r--translations/source/oc/avmedia/source/framework.po6
-rw-r--r--translations/source/oc/avmedia/source/viewer.po6
-rw-r--r--translations/source/oc/basctl/source/basicide.po6
-rw-r--r--translations/source/oc/basctl/source/dlged.po6
-rw-r--r--translations/source/oc/basic/source/classes.po6
-rw-r--r--translations/source/oc/basic/source/sbx.po6
-rw-r--r--translations/source/oc/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/oc/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/oc/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/oc/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/oc/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/oc/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/oc/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/oc/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/oc/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/oc/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/oc/connectivity/source/drivers/mozab.po16
-rw-r--r--translations/source/oc/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/oc/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/oc/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/oc/connectivity/source/resource.po6
-rw-r--r--translations/source/oc/cui/source/customize.po6
-rw-r--r--translations/source/oc/cui/source/dialogs.po48
-rw-r--r--translations/source/oc/cui/source/options.po31
-rw-r--r--translations/source/oc/cui/source/tabpages.po151
-rw-r--r--translations/source/oc/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/oc/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/oc/dbaccess/source/ext/macromigration.po13
-rw-r--r--translations/source/oc/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/oc/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/oc/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/oc/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/oc/dbaccess/source/ui/dlg.po13
-rw-r--r--translations/source/oc/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/oc/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/oc/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/oc/dbaccess/source/ui/relationdesign.po10
-rw-r--r--translations/source/oc/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/oc/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/oc/desktop/source/app.po10
-rw-r--r--translations/source/oc/desktop/source/deployment/gui.po32
-rw-r--r--translations/source/oc/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/oc/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/oc/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/oc/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/oc/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/oc/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/oc/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/oc/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/oc/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/oc/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/oc/dictionaries/af_ZA.po4
-rw-r--r--translations/source/oc/dictionaries/an_ES.po19
-rw-r--r--translations/source/oc/dictionaries/ar.po4
-rw-r--r--translations/source/oc/dictionaries/be_BY.po4
-rw-r--r--translations/source/oc/dictionaries/bg_BG.po4
-rw-r--r--translations/source/oc/dictionaries/bn_BD.po4
-rw-r--r--translations/source/oc/dictionaries/br_FR.po4
-rw-r--r--translations/source/oc/dictionaries/ca.po4
-rw-r--r--translations/source/oc/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/oc/dictionaries/da_DK.po4
-rw-r--r--translations/source/oc/dictionaries/de.po4
-rw-r--r--translations/source/oc/dictionaries/el_GR.po4
-rw-r--r--translations/source/oc/dictionaries/en.po6
-rw-r--r--translations/source/oc/dictionaries/en/dialog.po171
-rw-r--r--translations/source/oc/dictionaries/es_ES.po6
-rw-r--r--translations/source/oc/dictionaries/et_EE.po4
-rw-r--r--translations/source/oc/dictionaries/fr_FR.po4
-rw-r--r--translations/source/oc/dictionaries/gd_GB.po4
-rw-r--r--translations/source/oc/dictionaries/gl.po4
-rw-r--r--translations/source/oc/dictionaries/gu_IN.po4
-rw-r--r--translations/source/oc/dictionaries/he_IL.po4
-rw-r--r--translations/source/oc/dictionaries/hi_IN.po4
-rw-r--r--translations/source/oc/dictionaries/hr_HR.po4
-rw-r--r--translations/source/oc/dictionaries/hu_HU.po6
-rw-r--r--translations/source/oc/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/oc/dictionaries/it_IT.po4
-rw-r--r--translations/source/oc/dictionaries/ku_TR.po4
-rw-r--r--translations/source/oc/dictionaries/lt_LT.po4
-rw-r--r--translations/source/oc/dictionaries/lv_LV.po4
-rw-r--r--translations/source/oc/dictionaries/ne_NP.po4
-rw-r--r--translations/source/oc/dictionaries/nl_NL.po4
-rw-r--r--translations/source/oc/dictionaries/no.po4
-rw-r--r--translations/source/oc/dictionaries/oc_FR.po4
-rw-r--r--translations/source/oc/dictionaries/pl_PL.po4
-rw-r--r--translations/source/oc/dictionaries/pt_BR.po4
-rw-r--r--translations/source/oc/dictionaries/pt_PT.po4
-rw-r--r--translations/source/oc/dictionaries/ro.po4
-rw-r--r--translations/source/oc/dictionaries/ru_RU.po6
-rw-r--r--translations/source/oc/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/oc/dictionaries/si_LK.po19
-rw-r--r--translations/source/oc/dictionaries/sk_SK.po4
-rw-r--r--translations/source/oc/dictionaries/sl_SI.po4
-rw-r--r--translations/source/oc/dictionaries/sr.po4
-rw-r--r--translations/source/oc/dictionaries/sv_SE.po4
-rw-r--r--translations/source/oc/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/oc/dictionaries/te_IN.po4
-rw-r--r--translations/source/oc/dictionaries/th_TH.po6
-rw-r--r--translations/source/oc/dictionaries/uk_UA.po4
-rw-r--r--translations/source/oc/dictionaries/vi.po4
-rw-r--r--translations/source/oc/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/oc/editeng/source/accessibility.po6
-rw-r--r--translations/source/oc/editeng/source/editeng.po8
-rw-r--r--translations/source/oc/editeng/source/items.po30
-rw-r--r--translations/source/oc/editeng/source/misc.po6
-rw-r--r--translations/source/oc/editeng/source/outliner.po6
-rw-r--r--translations/source/oc/extensions/source/abpilot.po10
-rw-r--r--translations/source/oc/extensions/source/bibliography.po6
-rw-r--r--translations/source/oc/extensions/source/dbpilots.po6
-rw-r--r--translations/source/oc/extensions/source/propctrlr.po6
-rw-r--r--translations/source/oc/extensions/source/scanner.po6
-rw-r--r--translations/source/oc/extensions/source/update/check.po6
-rw-r--r--translations/source/oc/filter/source/config/fragments/filters.po14
-rw-r--r--translations/source/oc/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/oc/filter/source/config/fragments/types.po10
-rw-r--r--translations/source/oc/filter/source/flash.po6
-rw-r--r--translations/source/oc/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/oc/filter/source/pdf.po15
-rw-r--r--translations/source/oc/filter/source/t602.po6
-rw-r--r--translations/source/oc/filter/source/xsltdialog.po6
-rw-r--r--translations/source/oc/forms/source/resource.po6
-rw-r--r--translations/source/oc/formula/source/core/resource.po22
-rw-r--r--translations/source/oc/formula/source/ui/dlg.po6
-rw-r--r--translations/source/oc/fpicker/source/office.po6
-rw-r--r--translations/source/oc/framework/source/classes.po6
-rw-r--r--translations/source/oc/framework/source/services.po6
-rw-r--r--translations/source/oc/instsetoo_native/inc_openoffice/windows/msi_languages.po68
-rw-r--r--translations/source/oc/mysqlc/source.po6
-rw-r--r--translations/source/oc/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/oc/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/oc/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/oc/nlpsolver/src/locale.po179
-rw-r--r--translations/source/oc/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/oc/officecfg/registry/data/org/openoffice/Office/UI.po57
-rw-r--r--translations/source/oc/padmin/source.po6
-rw-r--r--translations/source/oc/readlicense_oo/docs/readme.po47
-rw-r--r--translations/source/oc/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/oc/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/oc/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/oc/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/oc/reportbuilder/util.po4
-rw-r--r--translations/source/oc/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/oc/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/oc/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/oc/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/oc/sc/source/core/src.po6
-rw-r--r--translations/source/oc/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/oc/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/oc/sc/source/ui/docshell.po6
-rw-r--r--translations/source/oc/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/oc/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/oc/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/oc/sc/source/ui/navipi.po8
-rw-r--r--translations/source/oc/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/oc/sc/source/ui/src.po143
-rw-r--r--translations/source/oc/sc/source/ui/styleui.po8
-rw-r--r--translations/source/oc/scaddins/source/analysis.po6
-rw-r--r--translations/source/oc/scaddins/source/datefunc.po6
-rw-r--r--translations/source/oc/sccomp/source/solver.po6
-rw-r--r--translations/source/oc/scp2/source/accessories.po6
-rw-r--r--translations/source/oc/scp2/source/activex.po6
-rw-r--r--translations/source/oc/scp2/source/base.po16
-rw-r--r--translations/source/oc/scp2/source/binfilter.po6
-rw-r--r--translations/source/oc/scp2/source/calc.po6
-rw-r--r--translations/source/oc/scp2/source/draw.po6
-rw-r--r--translations/source/oc/scp2/source/extensions.po2200
-rw-r--r--translations/source/oc/scp2/source/gnome.po6
-rw-r--r--translations/source/oc/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/oc/scp2/source/impress.po6
-rw-r--r--translations/source/oc/scp2/source/javafilter.po6
-rw-r--r--translations/source/oc/scp2/source/kde.po6
-rw-r--r--translations/source/oc/scp2/source/math.po6
-rw-r--r--translations/source/oc/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/oc/scp2/source/ooo.po35
-rw-r--r--translations/source/oc/scp2/source/python.po6
-rw-r--r--translations/source/oc/scp2/source/quickstart.po6
-rw-r--r--translations/source/oc/scp2/source/sdkoo.po6
-rw-r--r--translations/source/oc/scp2/source/smoketest.po23
-rw-r--r--translations/source/oc/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/oc/scp2/source/writer.po6
-rw-r--r--translations/source/oc/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/oc/scripting/source/pyprov.po4
-rw-r--r--translations/source/oc/sd/source/core.po43
-rw-r--r--translations/source/oc/sd/source/filter/html.po6
-rw-r--r--translations/source/oc/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/oc/sd/source/ui/animations.po6
-rw-r--r--translations/source/oc/sd/source/ui/annotations.po6
-rw-r--r--translations/source/oc/sd/source/ui/app.po8
-rw-r--r--translations/source/oc/sd/source/ui/dlg.po6
-rw-r--r--translations/source/oc/sd/source/ui/notes.po6
-rw-r--r--translations/source/oc/sd/source/ui/slideshow.po19
-rw-r--r--translations/source/oc/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/oc/sd/source/ui/table.po6
-rw-r--r--translations/source/oc/sd/source/ui/view.po6
-rw-r--r--translations/source/oc/sdext/source/minimizer.po6
-rw-r--r--translations/source/oc/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/oc/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/oc/sdext/source/pdfimport.po4
-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.po6
-rw-r--r--translations/source/oc/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po16
-rw-r--r--translations/source/oc/setup_native/source/mac.po6
-rw-r--r--translations/source/oc/sfx2/source/appl.po6
-rw-r--r--translations/source/oc/sfx2/source/bastyp.po6
-rw-r--r--translations/source/oc/sfx2/source/dialog.po10
-rw-r--r--translations/source/oc/sfx2/source/doc.po20
-rw-r--r--translations/source/oc/sfx2/source/menu.po6
-rw-r--r--translations/source/oc/sfx2/source/view.po6
-rw-r--r--translations/source/oc/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/oc/starmath/source.po6
-rw-r--r--translations/source/oc/svl/source/items.po6
-rw-r--r--translations/source/oc/svl/source/misc.po6
-rw-r--r--translations/source/oc/svtools/source/contnr.po6
-rw-r--r--translations/source/oc/svtools/source/control.po6
-rw-r--r--translations/source/oc/svtools/source/dialogs.po6
-rw-r--r--translations/source/oc/svtools/source/filter.po6
-rw-r--r--translations/source/oc/svtools/source/java.po6
-rw-r--r--translations/source/oc/svtools/source/misc.po53
-rw-r--r--translations/source/oc/svtools/source/plugapp.po6
-rw-r--r--translations/source/oc/svtools/source/toolpanel.po6
-rw-r--r--translations/source/oc/svtools/workben/unodialog.po6
-rw-r--r--translations/source/oc/svx/inc.po8
-rw-r--r--translations/source/oc/svx/source/accessibility.po6
-rw-r--r--translations/source/oc/svx/source/dialog.po10
-rw-r--r--translations/source/oc/svx/source/engine3d.po6
-rw-r--r--translations/source/oc/svx/source/fmcomp.po6
-rw-r--r--translations/source/oc/svx/source/form.po6
-rw-r--r--translations/source/oc/svx/source/gallery2.po6
-rw-r--r--translations/source/oc/svx/source/items.po6
-rw-r--r--translations/source/oc/svx/source/src.po6
-rw-r--r--translations/source/oc/svx/source/stbctrls.po4
-rw-r--r--translations/source/oc/svx/source/svdraw.po6
-rw-r--r--translations/source/oc/svx/source/table.po6
-rw-r--r--translations/source/oc/svx/source/tbxctrls.po6
-rw-r--r--translations/source/oc/svx/source/toolbars.po6
-rw-r--r--translations/source/oc/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/oc/sw/source/core/layout.po4
-rw-r--r--translations/source/oc/sw/source/core/undo.po8
-rw-r--r--translations/source/oc/sw/source/core/unocore.po6
-rw-r--r--translations/source/oc/sw/source/ui/app.po22
-rw-r--r--translations/source/oc/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/oc/sw/source/ui/config.po2
-rw-r--r--translations/source/oc/sw/source/ui/dbui.po6
-rw-r--r--translations/source/oc/sw/source/ui/dialog.po14
-rw-r--r--translations/source/oc/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/oc/sw/source/ui/docvw.po22
-rw-r--r--translations/source/oc/sw/source/ui/envelp.po6
-rw-r--r--translations/source/oc/sw/source/ui/fldui.po6
-rw-r--r--translations/source/oc/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/oc/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/oc/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/oc/sw/source/ui/index.po13
-rw-r--r--translations/source/oc/sw/source/ui/lingu.po6
-rw-r--r--translations/source/oc/sw/source/ui/misc.po6
-rw-r--r--translations/source/oc/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/oc/sw/source/ui/shells.po14
-rw-r--r--translations/source/oc/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/oc/sw/source/ui/table.po16
-rw-r--r--translations/source/oc/sw/source/ui/uiview.po6
-rw-r--r--translations/source/oc/sw/source/ui/utlui.po22
-rw-r--r--translations/source/oc/sw/source/ui/web.po6
-rw-r--r--translations/source/oc/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/oc/swext/mediawiki/help.po16
-rw-r--r--translations/source/oc/swext/mediawiki/src.po8
-rw-r--r--translations/source/oc/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/oc/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/oc/sysui/desktop/share.po6
-rw-r--r--translations/source/oc/uui/source.po6
-rw-r--r--translations/source/oc/vcl/source/src.po33
-rw-r--r--translations/source/oc/wizards/source/euro.po6
-rw-r--r--translations/source/oc/wizards/source/formwizard.po6
-rw-r--r--translations/source/oc/wizards/source/importwizard.po6
-rw-r--r--translations/source/oc/wizards/source/schedule.po6
-rw-r--r--translations/source/oc/wizards/source/template.po6
-rw-r--r--translations/source/oc/xmlsecurity/source/component.po6
-rw-r--r--translations/source/oc/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/om/accessibility/source/helper.po6
-rw-r--r--translations/source/om/avmedia/source/framework.po6
-rw-r--r--translations/source/om/avmedia/source/viewer.po6
-rw-r--r--translations/source/om/basctl/source/basicide.po6
-rw-r--r--translations/source/om/basctl/source/dlged.po6
-rw-r--r--translations/source/om/basic/source/classes.po6
-rw-r--r--translations/source/om/basic/source/sbx.po6
-rw-r--r--translations/source/om/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/om/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/om/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/om/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/om/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/om/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/om/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/om/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/om/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/om/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/om/connectivity/source/drivers/mozab.po16
-rw-r--r--translations/source/om/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/om/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/om/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/om/connectivity/source/resource.po6
-rw-r--r--translations/source/om/cui/source/customize.po6
-rw-r--r--translations/source/om/cui/source/dialogs.po48
-rw-r--r--translations/source/om/cui/source/options.po25
-rw-r--r--translations/source/om/cui/source/tabpages.po148
-rw-r--r--translations/source/om/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/om/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/om/dbaccess/source/ext/macromigration.po13
-rw-r--r--translations/source/om/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/om/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/om/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/om/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/om/dbaccess/source/ui/dlg.po11
-rw-r--r--translations/source/om/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/om/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/om/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/om/dbaccess/source/ui/relationdesign.po10
-rw-r--r--translations/source/om/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/om/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/om/desktop/source/app.po10
-rw-r--r--translations/source/om/desktop/source/deployment/gui.po30
-rw-r--r--translations/source/om/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/om/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/om/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/om/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/om/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/om/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/om/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/om/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/om/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/om/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/om/dictionaries/af_ZA.po4
-rw-r--r--translations/source/om/dictionaries/an_ES.po19
-rw-r--r--translations/source/om/dictionaries/ar.po4
-rw-r--r--translations/source/om/dictionaries/be_BY.po4
-rw-r--r--translations/source/om/dictionaries/bg_BG.po4
-rw-r--r--translations/source/om/dictionaries/bn_BD.po4
-rw-r--r--translations/source/om/dictionaries/br_FR.po4
-rw-r--r--translations/source/om/dictionaries/ca.po4
-rw-r--r--translations/source/om/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/om/dictionaries/da_DK.po4
-rw-r--r--translations/source/om/dictionaries/de.po4
-rw-r--r--translations/source/om/dictionaries/el_GR.po4
-rw-r--r--translations/source/om/dictionaries/en.po6
-rw-r--r--translations/source/om/dictionaries/en/dialog.po171
-rw-r--r--translations/source/om/dictionaries/es_ES.po4
-rw-r--r--translations/source/om/dictionaries/et_EE.po4
-rw-r--r--translations/source/om/dictionaries/fr_FR.po4
-rw-r--r--translations/source/om/dictionaries/gd_GB.po4
-rw-r--r--translations/source/om/dictionaries/gl.po4
-rw-r--r--translations/source/om/dictionaries/gu_IN.po4
-rw-r--r--translations/source/om/dictionaries/he_IL.po4
-rw-r--r--translations/source/om/dictionaries/hi_IN.po4
-rw-r--r--translations/source/om/dictionaries/hr_HR.po4
-rw-r--r--translations/source/om/dictionaries/hu_HU.po6
-rw-r--r--translations/source/om/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/om/dictionaries/it_IT.po4
-rw-r--r--translations/source/om/dictionaries/ku_TR.po4
-rw-r--r--translations/source/om/dictionaries/lt_LT.po4
-rw-r--r--translations/source/om/dictionaries/lv_LV.po4
-rw-r--r--translations/source/om/dictionaries/ne_NP.po4
-rw-r--r--translations/source/om/dictionaries/nl_NL.po4
-rw-r--r--translations/source/om/dictionaries/no.po4
-rw-r--r--translations/source/om/dictionaries/oc_FR.po4
-rw-r--r--translations/source/om/dictionaries/pl_PL.po4
-rw-r--r--translations/source/om/dictionaries/pt_BR.po4
-rw-r--r--translations/source/om/dictionaries/pt_PT.po4
-rw-r--r--translations/source/om/dictionaries/ro.po4
-rw-r--r--translations/source/om/dictionaries/ru_RU.po6
-rw-r--r--translations/source/om/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/om/dictionaries/si_LK.po19
-rw-r--r--translations/source/om/dictionaries/sk_SK.po4
-rw-r--r--translations/source/om/dictionaries/sl_SI.po4
-rw-r--r--translations/source/om/dictionaries/sr.po4
-rw-r--r--translations/source/om/dictionaries/sv_SE.po4
-rw-r--r--translations/source/om/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/om/dictionaries/te_IN.po4
-rw-r--r--translations/source/om/dictionaries/th_TH.po4
-rw-r--r--translations/source/om/dictionaries/uk_UA.po4
-rw-r--r--translations/source/om/dictionaries/vi.po4
-rw-r--r--translations/source/om/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/om/editeng/source/accessibility.po6
-rw-r--r--translations/source/om/editeng/source/editeng.po8
-rw-r--r--translations/source/om/editeng/source/items.po30
-rw-r--r--translations/source/om/editeng/source/misc.po6
-rw-r--r--translations/source/om/editeng/source/outliner.po6
-rw-r--r--translations/source/om/extensions/source/abpilot.po10
-rw-r--r--translations/source/om/extensions/source/bibliography.po6
-rw-r--r--translations/source/om/extensions/source/dbpilots.po6
-rw-r--r--translations/source/om/extensions/source/propctrlr.po6
-rw-r--r--translations/source/om/extensions/source/scanner.po6
-rw-r--r--translations/source/om/extensions/source/update/check.po6
-rw-r--r--translations/source/om/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/om/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/om/filter/source/config/fragments/types.po10
-rw-r--r--translations/source/om/filter/source/flash.po6
-rw-r--r--translations/source/om/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/om/filter/source/pdf.po10
-rw-r--r--translations/source/om/filter/source/t602.po6
-rw-r--r--translations/source/om/filter/source/xsltdialog.po6
-rw-r--r--translations/source/om/forms/source/resource.po6
-rw-r--r--translations/source/om/formula/source/core/resource.po22
-rw-r--r--translations/source/om/formula/source/ui/dlg.po6
-rw-r--r--translations/source/om/fpicker/source/office.po6
-rw-r--r--translations/source/om/framework/source/classes.po6
-rw-r--r--translations/source/om/framework/source/services.po6
-rw-r--r--translations/source/om/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/om/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--translations/source/om/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/om/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/om/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/om/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/om/helpcontent2/source/text/scalc/01.po10
-rw-r--r--translations/source/om/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/om/helpcontent2/source/text/scalc/04.po34
-rw-r--r--translations/source/om/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/om/helpcontent2/source/text/scalc/guide.po49
-rw-r--r--translations/source/om/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/om/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/om/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/om/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/om/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/om/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/om/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/om/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/om/helpcontent2/source/text/sdraw/04.po6
-rw-r--r--translations/source/om/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/om/helpcontent2/source/text/shared.po2
-rw-r--r--translations/source/om/helpcontent2/source/text/shared/00.po6
-rw-r--r--translations/source/om/helpcontent2/source/text/shared/01.po18
-rw-r--r--translations/source/om/helpcontent2/source/text/shared/02.po18
-rw-r--r--translations/source/om/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/om/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/om/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/om/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/om/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/om/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/om/helpcontent2/source/text/shared/guide.po171
-rw-r--r--translations/source/om/helpcontent2/source/text/shared/optionen.po82
-rw-r--r--translations/source/om/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/om/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/om/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/om/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/om/helpcontent2/source/text/simpress/04.po42
-rw-r--r--translations/source/om/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/om/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/om/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/om/helpcontent2/source/text/smath/01.po28
-rw-r--r--translations/source/om/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/om/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/om/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/om/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/om/helpcontent2/source/text/swriter/00.po6
-rw-r--r--translations/source/om/helpcontent2/source/text/swriter/01.po36
-rw-r--r--translations/source/om/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/om/helpcontent2/source/text/swriter/04.po12
-rw-r--r--translations/source/om/helpcontent2/source/text/swriter/guide.po51
-rw-r--r--translations/source/om/instsetoo_native/inc_openoffice/windows/msi_languages.po68
-rw-r--r--translations/source/om/mysqlc/source.po6
-rw-r--r--translations/source/om/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/om/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/om/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/om/nlpsolver/src/locale.po179
-rw-r--r--translations/source/om/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/om/officecfg/registry/data/org/openoffice/Office/UI.po57
-rw-r--r--translations/source/om/padmin/source.po6
-rw-r--r--translations/source/om/readlicense_oo/docs/readme.po37
-rw-r--r--translations/source/om/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/om/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/om/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/om/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/om/reportbuilder/util.po4
-rw-r--r--translations/source/om/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/om/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/om/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/om/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/om/sc/source/core/src.po6
-rw-r--r--translations/source/om/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/om/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/om/sc/source/ui/docshell.po6
-rw-r--r--translations/source/om/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/om/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/om/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/om/sc/source/ui/navipi.po8
-rw-r--r--translations/source/om/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/om/sc/source/ui/src.po142
-rw-r--r--translations/source/om/sc/source/ui/styleui.po8
-rw-r--r--translations/source/om/scaddins/source/analysis.po6
-rw-r--r--translations/source/om/scaddins/source/datefunc.po6
-rw-r--r--translations/source/om/sccomp/source/solver.po6
-rw-r--r--translations/source/om/scp2/source/accessories.po6
-rw-r--r--translations/source/om/scp2/source/activex.po6
-rw-r--r--translations/source/om/scp2/source/base.po16
-rw-r--r--translations/source/om/scp2/source/binfilter.po6
-rw-r--r--translations/source/om/scp2/source/calc.po6
-rw-r--r--translations/source/om/scp2/source/draw.po6
-rw-r--r--translations/source/om/scp2/source/extensions.po2211
-rw-r--r--translations/source/om/scp2/source/gnome.po6
-rw-r--r--translations/source/om/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/om/scp2/source/impress.po6
-rw-r--r--translations/source/om/scp2/source/javafilter.po6
-rw-r--r--translations/source/om/scp2/source/kde.po6
-rw-r--r--translations/source/om/scp2/source/math.po6
-rw-r--r--translations/source/om/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/om/scp2/source/ooo.po31
-rw-r--r--translations/source/om/scp2/source/python.po6
-rw-r--r--translations/source/om/scp2/source/quickstart.po6
-rw-r--r--translations/source/om/scp2/source/sdkoo.po6
-rw-r--r--translations/source/om/scp2/source/smoketest.po23
-rw-r--r--translations/source/om/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/om/scp2/source/writer.po6
-rw-r--r--translations/source/om/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/om/scripting/source/pyprov.po4
-rw-r--r--translations/source/om/sd/source/core.po41
-rw-r--r--translations/source/om/sd/source/filter/html.po6
-rw-r--r--translations/source/om/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/om/sd/source/ui/animations.po6
-rw-r--r--translations/source/om/sd/source/ui/annotations.po6
-rw-r--r--translations/source/om/sd/source/ui/app.po8
-rw-r--r--translations/source/om/sd/source/ui/dlg.po6
-rw-r--r--translations/source/om/sd/source/ui/notes.po6
-rw-r--r--translations/source/om/sd/source/ui/slideshow.po15
-rw-r--r--translations/source/om/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/om/sd/source/ui/table.po6
-rw-r--r--translations/source/om/sd/source/ui/view.po6
-rw-r--r--translations/source/om/sdext/source/minimizer.po6
-rw-r--r--translations/source/om/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/om/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/om/sdext/source/pdfimport.po4
-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.po6
-rw-r--r--translations/source/om/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po14
-rw-r--r--translations/source/om/setup_native/source/mac.po6
-rw-r--r--translations/source/om/sfx2/source/appl.po6
-rw-r--r--translations/source/om/sfx2/source/bastyp.po6
-rw-r--r--translations/source/om/sfx2/source/dialog.po18
-rw-r--r--translations/source/om/sfx2/source/doc.po18
-rw-r--r--translations/source/om/sfx2/source/menu.po6
-rw-r--r--translations/source/om/sfx2/source/view.po6
-rw-r--r--translations/source/om/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/om/starmath/source.po6
-rw-r--r--translations/source/om/svl/source/items.po6
-rw-r--r--translations/source/om/svl/source/misc.po6
-rw-r--r--translations/source/om/svtools/source/contnr.po6
-rw-r--r--translations/source/om/svtools/source/control.po6
-rw-r--r--translations/source/om/svtools/source/dialogs.po6
-rw-r--r--translations/source/om/svtools/source/filter.po6
-rw-r--r--translations/source/om/svtools/source/java.po6
-rw-r--r--translations/source/om/svtools/source/misc.po51
-rw-r--r--translations/source/om/svtools/source/plugapp.po6
-rw-r--r--translations/source/om/svtools/source/toolpanel.po6
-rw-r--r--translations/source/om/svtools/workben/unodialog.po6
-rw-r--r--translations/source/om/svx/inc.po8
-rw-r--r--translations/source/om/svx/source/accessibility.po6
-rw-r--r--translations/source/om/svx/source/dialog.po10
-rw-r--r--translations/source/om/svx/source/engine3d.po6
-rw-r--r--translations/source/om/svx/source/fmcomp.po6
-rw-r--r--translations/source/om/svx/source/form.po6
-rw-r--r--translations/source/om/svx/source/gallery2.po6
-rw-r--r--translations/source/om/svx/source/items.po6
-rw-r--r--translations/source/om/svx/source/src.po6
-rw-r--r--translations/source/om/svx/source/stbctrls.po4
-rw-r--r--translations/source/om/svx/source/svdraw.po6
-rw-r--r--translations/source/om/svx/source/table.po6
-rw-r--r--translations/source/om/svx/source/tbxctrls.po6
-rw-r--r--translations/source/om/svx/source/toolbars.po6
-rw-r--r--translations/source/om/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/om/sw/source/core/layout.po4
-rw-r--r--translations/source/om/sw/source/core/undo.po8
-rw-r--r--translations/source/om/sw/source/core/unocore.po6
-rw-r--r--translations/source/om/sw/source/ui/app.po22
-rw-r--r--translations/source/om/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/om/sw/source/ui/config.po4
-rw-r--r--translations/source/om/sw/source/ui/dbui.po6
-rw-r--r--translations/source/om/sw/source/ui/dialog.po14
-rw-r--r--translations/source/om/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/om/sw/source/ui/docvw.po22
-rw-r--r--translations/source/om/sw/source/ui/envelp.po6
-rw-r--r--translations/source/om/sw/source/ui/fldui.po6
-rw-r--r--translations/source/om/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/om/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/om/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/om/sw/source/ui/index.po11
-rw-r--r--translations/source/om/sw/source/ui/lingu.po6
-rw-r--r--translations/source/om/sw/source/ui/misc.po6
-rw-r--r--translations/source/om/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/om/sw/source/ui/shells.po14
-rw-r--r--translations/source/om/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/om/sw/source/ui/table.po12
-rw-r--r--translations/source/om/sw/source/ui/uiview.po6
-rw-r--r--translations/source/om/sw/source/ui/utlui.po22
-rw-r--r--translations/source/om/sw/source/ui/web.po6
-rw-r--r--translations/source/om/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/om/swext/mediawiki/help.po16
-rw-r--r--translations/source/om/swext/mediawiki/src.po8
-rw-r--r--translations/source/om/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/om/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/om/sysui/desktop/share.po6
-rw-r--r--translations/source/om/uui/source.po6
-rw-r--r--translations/source/om/vcl/source/src.po26
-rw-r--r--translations/source/om/wizards/source/euro.po6
-rw-r--r--translations/source/om/wizards/source/formwizard.po6
-rw-r--r--translations/source/om/wizards/source/importwizard.po6
-rw-r--r--translations/source/om/wizards/source/schedule.po6
-rw-r--r--translations/source/om/wizards/source/template.po6
-rw-r--r--translations/source/om/xmlsecurity/source/component.po6
-rw-r--r--translations/source/om/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/or/accessibility/source/helper.po6
-rw-r--r--translations/source/or/avmedia/source/framework.po6
-rw-r--r--translations/source/or/avmedia/source/viewer.po6
-rw-r--r--translations/source/or/basctl/source/basicide.po6
-rw-r--r--translations/source/or/basctl/source/dlged.po6
-rw-r--r--translations/source/or/basic/source/classes.po6
-rw-r--r--translations/source/or/basic/source/sbx.po6
-rw-r--r--translations/source/or/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/or/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/or/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/or/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/or/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/or/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/or/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/or/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/or/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/or/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/or/connectivity/source/drivers/mozab.po16
-rw-r--r--translations/source/or/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/or/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/or/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/or/connectivity/source/resource.po6
-rw-r--r--translations/source/or/cui/source/customize.po6
-rw-r--r--translations/source/or/cui/source/dialogs.po48
-rw-r--r--translations/source/or/cui/source/options.po17
-rw-r--r--translations/source/or/cui/source/tabpages.po147
-rw-r--r--translations/source/or/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/or/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/or/dbaccess/source/ext/macromigration.po13
-rw-r--r--translations/source/or/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/or/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/or/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/or/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/or/dbaccess/source/ui/dlg.po13
-rw-r--r--translations/source/or/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/or/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/or/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/or/dbaccess/source/ui/relationdesign.po10
-rw-r--r--translations/source/or/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/or/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/or/desktop/source/app.po10
-rw-r--r--translations/source/or/desktop/source/deployment/gui.po32
-rw-r--r--translations/source/or/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/or/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/or/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/or/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/or/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/or/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/or/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/or/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/or/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/or/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/or/dictionaries/af_ZA.po4
-rw-r--r--translations/source/or/dictionaries/an_ES.po19
-rw-r--r--translations/source/or/dictionaries/ar.po4
-rw-r--r--translations/source/or/dictionaries/be_BY.po4
-rw-r--r--translations/source/or/dictionaries/bg_BG.po4
-rw-r--r--translations/source/or/dictionaries/bn_BD.po4
-rw-r--r--translations/source/or/dictionaries/br_FR.po4
-rw-r--r--translations/source/or/dictionaries/ca.po4
-rw-r--r--translations/source/or/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/or/dictionaries/da_DK.po4
-rw-r--r--translations/source/or/dictionaries/de.po4
-rw-r--r--translations/source/or/dictionaries/el_GR.po4
-rw-r--r--translations/source/or/dictionaries/en.po6
-rw-r--r--translations/source/or/dictionaries/en/dialog.po171
-rw-r--r--translations/source/or/dictionaries/es_ES.po6
-rw-r--r--translations/source/or/dictionaries/et_EE.po4
-rw-r--r--translations/source/or/dictionaries/fr_FR.po4
-rw-r--r--translations/source/or/dictionaries/gd_GB.po4
-rw-r--r--translations/source/or/dictionaries/gl.po4
-rw-r--r--translations/source/or/dictionaries/gu_IN.po4
-rw-r--r--translations/source/or/dictionaries/he_IL.po4
-rw-r--r--translations/source/or/dictionaries/hi_IN.po4
-rw-r--r--translations/source/or/dictionaries/hr_HR.po4
-rw-r--r--translations/source/or/dictionaries/hu_HU.po6
-rw-r--r--translations/source/or/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/or/dictionaries/it_IT.po4
-rw-r--r--translations/source/or/dictionaries/ku_TR.po4
-rw-r--r--translations/source/or/dictionaries/lt_LT.po4
-rw-r--r--translations/source/or/dictionaries/lv_LV.po4
-rw-r--r--translations/source/or/dictionaries/ne_NP.po4
-rw-r--r--translations/source/or/dictionaries/nl_NL.po4
-rw-r--r--translations/source/or/dictionaries/no.po4
-rw-r--r--translations/source/or/dictionaries/oc_FR.po4
-rw-r--r--translations/source/or/dictionaries/pl_PL.po4
-rw-r--r--translations/source/or/dictionaries/pt_BR.po4
-rw-r--r--translations/source/or/dictionaries/pt_PT.po4
-rw-r--r--translations/source/or/dictionaries/ro.po4
-rw-r--r--translations/source/or/dictionaries/ru_RU.po6
-rw-r--r--translations/source/or/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/or/dictionaries/si_LK.po19
-rw-r--r--translations/source/or/dictionaries/sk_SK.po4
-rw-r--r--translations/source/or/dictionaries/sl_SI.po4
-rw-r--r--translations/source/or/dictionaries/sr.po4
-rw-r--r--translations/source/or/dictionaries/sv_SE.po4
-rw-r--r--translations/source/or/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/or/dictionaries/te_IN.po4
-rw-r--r--translations/source/or/dictionaries/th_TH.po6
-rw-r--r--translations/source/or/dictionaries/uk_UA.po4
-rw-r--r--translations/source/or/dictionaries/vi.po4
-rw-r--r--translations/source/or/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/or/editeng/source/accessibility.po6
-rw-r--r--translations/source/or/editeng/source/editeng.po8
-rw-r--r--translations/source/or/editeng/source/items.po30
-rw-r--r--translations/source/or/editeng/source/misc.po6
-rw-r--r--translations/source/or/editeng/source/outliner.po6
-rw-r--r--translations/source/or/extensions/source/abpilot.po10
-rw-r--r--translations/source/or/extensions/source/bibliography.po6
-rw-r--r--translations/source/or/extensions/source/dbpilots.po6
-rw-r--r--translations/source/or/extensions/source/propctrlr.po6
-rw-r--r--translations/source/or/extensions/source/scanner.po8
-rw-r--r--translations/source/or/extensions/source/update/check.po6
-rw-r--r--translations/source/or/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/or/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/or/filter/source/config/fragments/types.po10
-rw-r--r--translations/source/or/filter/source/flash.po6
-rw-r--r--translations/source/or/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/or/filter/source/pdf.po15
-rw-r--r--translations/source/or/filter/source/t602.po6
-rw-r--r--translations/source/or/filter/source/xsltdialog.po6
-rw-r--r--translations/source/or/forms/source/resource.po6
-rw-r--r--translations/source/or/formula/source/core/resource.po22
-rw-r--r--translations/source/or/formula/source/ui/dlg.po6
-rw-r--r--translations/source/or/fpicker/source/office.po6
-rw-r--r--translations/source/or/framework/source/classes.po6
-rw-r--r--translations/source/or/framework/source/services.po6
-rw-r--r--translations/source/or/instsetoo_native/inc_openoffice/windows/msi_languages.po67
-rw-r--r--translations/source/or/mysqlc/source.po6
-rw-r--r--translations/source/or/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/or/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/or/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/or/nlpsolver/src/locale.po179
-rw-r--r--translations/source/or/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/or/officecfg/registry/data/org/openoffice/Office/UI.po59
-rw-r--r--translations/source/or/padmin/source.po6
-rw-r--r--translations/source/or/readlicense_oo/docs/readme.po39
-rw-r--r--translations/source/or/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/or/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/or/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/or/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/or/reportbuilder/util.po4
-rw-r--r--translations/source/or/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/or/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/or/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/or/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/or/sc/source/core/src.po18
-rw-r--r--translations/source/or/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/or/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/or/sc/source/ui/docshell.po6
-rw-r--r--translations/source/or/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/or/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/or/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/or/sc/source/ui/navipi.po8
-rw-r--r--translations/source/or/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/or/sc/source/ui/src.po142
-rw-r--r--translations/source/or/sc/source/ui/styleui.po8
-rw-r--r--translations/source/or/scaddins/source/analysis.po6
-rw-r--r--translations/source/or/scaddins/source/datefunc.po6
-rw-r--r--translations/source/or/sccomp/source/solver.po6
-rw-r--r--translations/source/or/scp2/source/accessories.po6
-rw-r--r--translations/source/or/scp2/source/activex.po6
-rw-r--r--translations/source/or/scp2/source/base.po16
-rw-r--r--translations/source/or/scp2/source/binfilter.po6
-rw-r--r--translations/source/or/scp2/source/calc.po6
-rw-r--r--translations/source/or/scp2/source/draw.po6
-rw-r--r--translations/source/or/scp2/source/extensions.po2202
-rw-r--r--translations/source/or/scp2/source/gnome.po6
-rw-r--r--translations/source/or/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/or/scp2/source/impress.po6
-rw-r--r--translations/source/or/scp2/source/javafilter.po6
-rw-r--r--translations/source/or/scp2/source/kde.po6
-rw-r--r--translations/source/or/scp2/source/math.po6
-rw-r--r--translations/source/or/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/or/scp2/source/ooo.po35
-rw-r--r--translations/source/or/scp2/source/python.po6
-rw-r--r--translations/source/or/scp2/source/quickstart.po6
-rw-r--r--translations/source/or/scp2/source/sdkoo.po6
-rw-r--r--translations/source/or/scp2/source/smoketest.po23
-rw-r--r--translations/source/or/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/or/scp2/source/writer.po6
-rw-r--r--translations/source/or/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/or/scripting/source/pyprov.po4
-rw-r--r--translations/source/or/sd/source/core.po43
-rw-r--r--translations/source/or/sd/source/filter/html.po6
-rw-r--r--translations/source/or/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/or/sd/source/ui/animations.po6
-rw-r--r--translations/source/or/sd/source/ui/annotations.po6
-rw-r--r--translations/source/or/sd/source/ui/app.po8
-rw-r--r--translations/source/or/sd/source/ui/dlg.po6
-rw-r--r--translations/source/or/sd/source/ui/notes.po6
-rw-r--r--translations/source/or/sd/source/ui/slideshow.po18
-rw-r--r--translations/source/or/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/or/sd/source/ui/table.po6
-rw-r--r--translations/source/or/sd/source/ui/view.po6
-rw-r--r--translations/source/or/sdext/source/minimizer.po6
-rw-r--r--translations/source/or/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/or/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/or/sdext/source/pdfimport.po4
-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.po6
-rw-r--r--translations/source/or/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po16
-rw-r--r--translations/source/or/setup_native/source/mac.po6
-rw-r--r--translations/source/or/sfx2/source/appl.po6
-rw-r--r--translations/source/or/sfx2/source/bastyp.po6
-rw-r--r--translations/source/or/sfx2/source/dialog.po12
-rw-r--r--translations/source/or/sfx2/source/doc.po18
-rw-r--r--translations/source/or/sfx2/source/menu.po6
-rw-r--r--translations/source/or/sfx2/source/view.po6
-rw-r--r--translations/source/or/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/or/starmath/source.po6
-rw-r--r--translations/source/or/svl/source/items.po6
-rw-r--r--translations/source/or/svl/source/misc.po6
-rw-r--r--translations/source/or/svtools/source/contnr.po6
-rw-r--r--translations/source/or/svtools/source/control.po6
-rw-r--r--translations/source/or/svtools/source/dialogs.po6
-rw-r--r--translations/source/or/svtools/source/filter.po6
-rw-r--r--translations/source/or/svtools/source/java.po6
-rw-r--r--translations/source/or/svtools/source/misc.po53
-rw-r--r--translations/source/or/svtools/source/plugapp.po6
-rw-r--r--translations/source/or/svtools/source/toolpanel.po6
-rw-r--r--translations/source/or/svtools/workben/unodialog.po6
-rw-r--r--translations/source/or/svx/inc.po8
-rw-r--r--translations/source/or/svx/source/accessibility.po6
-rw-r--r--translations/source/or/svx/source/dialog.po10
-rw-r--r--translations/source/or/svx/source/engine3d.po6
-rw-r--r--translations/source/or/svx/source/fmcomp.po6
-rw-r--r--translations/source/or/svx/source/form.po6
-rw-r--r--translations/source/or/svx/source/gallery2.po6
-rw-r--r--translations/source/or/svx/source/items.po6
-rw-r--r--translations/source/or/svx/source/src.po6
-rw-r--r--translations/source/or/svx/source/stbctrls.po2
-rw-r--r--translations/source/or/svx/source/svdraw.po6
-rw-r--r--translations/source/or/svx/source/table.po6
-rw-r--r--translations/source/or/svx/source/tbxctrls.po6
-rw-r--r--translations/source/or/svx/source/toolbars.po6
-rw-r--r--translations/source/or/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/or/sw/source/core/layout.po4
-rw-r--r--translations/source/or/sw/source/core/undo.po8
-rw-r--r--translations/source/or/sw/source/core/unocore.po6
-rw-r--r--translations/source/or/sw/source/ui/app.po22
-rw-r--r--translations/source/or/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/or/sw/source/ui/config.po2
-rw-r--r--translations/source/or/sw/source/ui/dbui.po6
-rw-r--r--translations/source/or/sw/source/ui/dialog.po14
-rw-r--r--translations/source/or/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/or/sw/source/ui/docvw.po22
-rw-r--r--translations/source/or/sw/source/ui/envelp.po6
-rw-r--r--translations/source/or/sw/source/ui/fldui.po6
-rw-r--r--translations/source/or/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/or/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/or/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/or/sw/source/ui/index.po13
-rw-r--r--translations/source/or/sw/source/ui/lingu.po6
-rw-r--r--translations/source/or/sw/source/ui/misc.po6
-rw-r--r--translations/source/or/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/or/sw/source/ui/shells.po14
-rw-r--r--translations/source/or/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/or/sw/source/ui/table.po18
-rw-r--r--translations/source/or/sw/source/ui/uiview.po6
-rw-r--r--translations/source/or/sw/source/ui/utlui.po22
-rw-r--r--translations/source/or/sw/source/ui/web.po6
-rw-r--r--translations/source/or/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/or/swext/mediawiki/help.po16
-rw-r--r--translations/source/or/swext/mediawiki/src.po8
-rw-r--r--translations/source/or/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/or/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/or/sysui/desktop/share.po6
-rw-r--r--translations/source/or/uui/source.po6
-rw-r--r--translations/source/or/vcl/source/src.po41
-rw-r--r--translations/source/or/wizards/source/euro.po6
-rw-r--r--translations/source/or/wizards/source/formwizard.po6
-rw-r--r--translations/source/or/wizards/source/importwizard.po6
-rw-r--r--translations/source/or/wizards/source/schedule.po6
-rw-r--r--translations/source/or/wizards/source/template.po6
-rw-r--r--translations/source/or/xmlsecurity/source/component.po6
-rw-r--r--translations/source/or/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/pa-IN/accessibility/source/helper.po6
-rw-r--r--translations/source/pa-IN/avmedia/source/framework.po6
-rw-r--r--translations/source/pa-IN/avmedia/source/viewer.po6
-rw-r--r--translations/source/pa-IN/basctl/source/basicide.po6
-rw-r--r--translations/source/pa-IN/basctl/source/dlged.po6
-rw-r--r--translations/source/pa-IN/basic/source/classes.po6
-rw-r--r--translations/source/pa-IN/basic/source/sbx.po6
-rw-r--r--translations/source/pa-IN/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/pa-IN/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/pa-IN/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/pa-IN/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/pa-IN/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/pa-IN/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/pa-IN/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/pa-IN/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/pa-IN/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/pa-IN/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/pa-IN/connectivity/source/drivers/mozab.po14
-rw-r--r--translations/source/pa-IN/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/pa-IN/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/pa-IN/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/pa-IN/connectivity/source/resource.po6
-rw-r--r--translations/source/pa-IN/cui/source/customize.po6
-rw-r--r--translations/source/pa-IN/cui/source/dialogs.po61
-rw-r--r--translations/source/pa-IN/cui/source/options.po24
-rw-r--r--translations/source/pa-IN/cui/source/tabpages.po148
-rw-r--r--translations/source/pa-IN/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/pa-IN/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/pa-IN/dbaccess/source/ext/macromigration.po11
-rw-r--r--translations/source/pa-IN/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/pa-IN/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/pa-IN/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/pa-IN/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/pa-IN/dbaccess/source/ui/dlg.po13
-rw-r--r--translations/source/pa-IN/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/pa-IN/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/pa-IN/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/pa-IN/dbaccess/source/ui/relationdesign.po8
-rw-r--r--translations/source/pa-IN/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/pa-IN/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/pa-IN/desktop/source/app.po10
-rw-r--r--translations/source/pa-IN/desktop/source/deployment/gui.po30
-rw-r--r--translations/source/pa-IN/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/pa-IN/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/pa-IN/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/pa-IN/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/pa-IN/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/pa-IN/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/pa-IN/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/pa-IN/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/pa-IN/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/pa-IN/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/pa-IN/dictionaries/af_ZA.po4
-rw-r--r--translations/source/pa-IN/dictionaries/an_ES.po19
-rw-r--r--translations/source/pa-IN/dictionaries/ar.po4
-rw-r--r--translations/source/pa-IN/dictionaries/be_BY.po4
-rw-r--r--translations/source/pa-IN/dictionaries/bg_BG.po4
-rw-r--r--translations/source/pa-IN/dictionaries/bn_BD.po4
-rw-r--r--translations/source/pa-IN/dictionaries/br_FR.po4
-rw-r--r--translations/source/pa-IN/dictionaries/ca.po4
-rw-r--r--translations/source/pa-IN/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/pa-IN/dictionaries/da_DK.po4
-rw-r--r--translations/source/pa-IN/dictionaries/de.po4
-rw-r--r--translations/source/pa-IN/dictionaries/el_GR.po4
-rw-r--r--translations/source/pa-IN/dictionaries/en.po6
-rw-r--r--translations/source/pa-IN/dictionaries/en/dialog.po171
-rw-r--r--translations/source/pa-IN/dictionaries/es_ES.po4
-rw-r--r--translations/source/pa-IN/dictionaries/et_EE.po4
-rw-r--r--translations/source/pa-IN/dictionaries/fr_FR.po4
-rw-r--r--translations/source/pa-IN/dictionaries/gd_GB.po4
-rw-r--r--translations/source/pa-IN/dictionaries/gl.po4
-rw-r--r--translations/source/pa-IN/dictionaries/gu_IN.po4
-rw-r--r--translations/source/pa-IN/dictionaries/he_IL.po4
-rw-r--r--translations/source/pa-IN/dictionaries/hi_IN.po4
-rw-r--r--translations/source/pa-IN/dictionaries/hr_HR.po4
-rw-r--r--translations/source/pa-IN/dictionaries/hu_HU.po6
-rw-r--r--translations/source/pa-IN/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/pa-IN/dictionaries/it_IT.po4
-rw-r--r--translations/source/pa-IN/dictionaries/ku_TR.po4
-rw-r--r--translations/source/pa-IN/dictionaries/lt_LT.po4
-rw-r--r--translations/source/pa-IN/dictionaries/lv_LV.po4
-rw-r--r--translations/source/pa-IN/dictionaries/ne_NP.po4
-rw-r--r--translations/source/pa-IN/dictionaries/nl_NL.po4
-rw-r--r--translations/source/pa-IN/dictionaries/no.po4
-rw-r--r--translations/source/pa-IN/dictionaries/oc_FR.po4
-rw-r--r--translations/source/pa-IN/dictionaries/pl_PL.po4
-rw-r--r--translations/source/pa-IN/dictionaries/pt_BR.po4
-rw-r--r--translations/source/pa-IN/dictionaries/pt_PT.po4
-rw-r--r--translations/source/pa-IN/dictionaries/ro.po4
-rw-r--r--translations/source/pa-IN/dictionaries/ru_RU.po6
-rw-r--r--translations/source/pa-IN/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/pa-IN/dictionaries/si_LK.po19
-rw-r--r--translations/source/pa-IN/dictionaries/sk_SK.po4
-rw-r--r--translations/source/pa-IN/dictionaries/sl_SI.po4
-rw-r--r--translations/source/pa-IN/dictionaries/sr.po4
-rw-r--r--translations/source/pa-IN/dictionaries/sv_SE.po4
-rw-r--r--translations/source/pa-IN/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/pa-IN/dictionaries/te_IN.po4
-rw-r--r--translations/source/pa-IN/dictionaries/th_TH.po4
-rw-r--r--translations/source/pa-IN/dictionaries/uk_UA.po4
-rw-r--r--translations/source/pa-IN/dictionaries/vi.po4
-rw-r--r--translations/source/pa-IN/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/pa-IN/editeng/source/accessibility.po6
-rw-r--r--translations/source/pa-IN/editeng/source/editeng.po8
-rw-r--r--translations/source/pa-IN/editeng/source/items.po30
-rw-r--r--translations/source/pa-IN/editeng/source/misc.po6
-rw-r--r--translations/source/pa-IN/editeng/source/outliner.po6
-rw-r--r--translations/source/pa-IN/extensions/source/abpilot.po10
-rw-r--r--translations/source/pa-IN/extensions/source/bibliography.po6
-rw-r--r--translations/source/pa-IN/extensions/source/dbpilots.po6
-rw-r--r--translations/source/pa-IN/extensions/source/propctrlr.po6
-rw-r--r--translations/source/pa-IN/extensions/source/scanner.po6
-rw-r--r--translations/source/pa-IN/extensions/source/update/check.po6
-rw-r--r--translations/source/pa-IN/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/pa-IN/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/pa-IN/filter/source/config/fragments/types.po8
-rw-r--r--translations/source/pa-IN/filter/source/flash.po6
-rw-r--r--translations/source/pa-IN/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/pa-IN/filter/source/pdf.po13
-rw-r--r--translations/source/pa-IN/filter/source/t602.po6
-rw-r--r--translations/source/pa-IN/filter/source/xsltdialog.po6
-rw-r--r--translations/source/pa-IN/forms/source/resource.po6
-rw-r--r--translations/source/pa-IN/formula/source/core/resource.po22
-rw-r--r--translations/source/pa-IN/formula/source/ui/dlg.po6
-rw-r--r--translations/source/pa-IN/fpicker/source/office.po6
-rw-r--r--translations/source/pa-IN/framework/source/classes.po6
-rw-r--r--translations/source/pa-IN/framework/source/services.po6
-rw-r--r--translations/source/pa-IN/instsetoo_native/inc_openoffice/windows/msi_languages.po68
-rw-r--r--translations/source/pa-IN/mysqlc/source.po6
-rw-r--r--translations/source/pa-IN/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/pa-IN/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/pa-IN/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/pa-IN/nlpsolver/src/locale.po179
-rw-r--r--translations/source/pa-IN/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/pa-IN/officecfg/registry/data/org/openoffice/Office/UI.po57
-rw-r--r--translations/source/pa-IN/padmin/source.po6
-rw-r--r--translations/source/pa-IN/readlicense_oo/docs/readme.po35
-rw-r--r--translations/source/pa-IN/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/pa-IN/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/pa-IN/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/pa-IN/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/pa-IN/reportbuilder/util.po4
-rw-r--r--translations/source/pa-IN/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/pa-IN/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/pa-IN/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/pa-IN/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/pa-IN/sc/source/core/src.po6
-rw-r--r--translations/source/pa-IN/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/pa-IN/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/pa-IN/sc/source/ui/docshell.po6
-rw-r--r--translations/source/pa-IN/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/pa-IN/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/pa-IN/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/pa-IN/sc/source/ui/navipi.po8
-rw-r--r--translations/source/pa-IN/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/pa-IN/sc/source/ui/src.po144
-rw-r--r--translations/source/pa-IN/sc/source/ui/styleui.po8
-rw-r--r--translations/source/pa-IN/scaddins/source/analysis.po6
-rw-r--r--translations/source/pa-IN/scaddins/source/datefunc.po6
-rw-r--r--translations/source/pa-IN/sccomp/source/solver.po6
-rw-r--r--translations/source/pa-IN/scp2/source/accessories.po6
-rw-r--r--translations/source/pa-IN/scp2/source/activex.po6
-rw-r--r--translations/source/pa-IN/scp2/source/base.po16
-rw-r--r--translations/source/pa-IN/scp2/source/binfilter.po6
-rw-r--r--translations/source/pa-IN/scp2/source/calc.po6
-rw-r--r--translations/source/pa-IN/scp2/source/draw.po6
-rw-r--r--translations/source/pa-IN/scp2/source/extensions.po2398
-rw-r--r--translations/source/pa-IN/scp2/source/gnome.po6
-rw-r--r--translations/source/pa-IN/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/pa-IN/scp2/source/impress.po6
-rw-r--r--translations/source/pa-IN/scp2/source/javafilter.po6
-rw-r--r--translations/source/pa-IN/scp2/source/kde.po6
-rw-r--r--translations/source/pa-IN/scp2/source/math.po6
-rw-r--r--translations/source/pa-IN/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/pa-IN/scp2/source/ooo.po31
-rw-r--r--translations/source/pa-IN/scp2/source/python.po6
-rw-r--r--translations/source/pa-IN/scp2/source/quickstart.po6
-rw-r--r--translations/source/pa-IN/scp2/source/sdkoo.po6
-rw-r--r--translations/source/pa-IN/scp2/source/smoketest.po23
-rw-r--r--translations/source/pa-IN/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/pa-IN/scp2/source/writer.po6
-rw-r--r--translations/source/pa-IN/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/pa-IN/scripting/source/pyprov.po4
-rw-r--r--translations/source/pa-IN/sd/source/core.po41
-rw-r--r--translations/source/pa-IN/sd/source/filter/html.po6
-rw-r--r--translations/source/pa-IN/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/pa-IN/sd/source/ui/animations.po6
-rw-r--r--translations/source/pa-IN/sd/source/ui/annotations.po6
-rw-r--r--translations/source/pa-IN/sd/source/ui/app.po8
-rw-r--r--translations/source/pa-IN/sd/source/ui/dlg.po6
-rw-r--r--translations/source/pa-IN/sd/source/ui/notes.po6
-rw-r--r--translations/source/pa-IN/sd/source/ui/slideshow.po15
-rw-r--r--translations/source/pa-IN/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/pa-IN/sd/source/ui/table.po6
-rw-r--r--translations/source/pa-IN/sd/source/ui/view.po6
-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.po6
-rw-r--r--translations/source/pa-IN/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/pa-IN/sdext/source/pdfimport.po4
-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.po6
-rw-r--r--translations/source/pa-IN/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po14
-rw-r--r--translations/source/pa-IN/setup_native/source/mac.po6
-rw-r--r--translations/source/pa-IN/sfx2/source/appl.po6
-rw-r--r--translations/source/pa-IN/sfx2/source/bastyp.po6
-rw-r--r--translations/source/pa-IN/sfx2/source/dialog.po12
-rw-r--r--translations/source/pa-IN/sfx2/source/doc.po18
-rw-r--r--translations/source/pa-IN/sfx2/source/menu.po6
-rw-r--r--translations/source/pa-IN/sfx2/source/view.po6
-rw-r--r--translations/source/pa-IN/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/pa-IN/starmath/source.po6
-rw-r--r--translations/source/pa-IN/svl/source/items.po6
-rw-r--r--translations/source/pa-IN/svl/source/misc.po8
-rw-r--r--translations/source/pa-IN/svtools/source/contnr.po6
-rw-r--r--translations/source/pa-IN/svtools/source/control.po6
-rw-r--r--translations/source/pa-IN/svtools/source/dialogs.po6
-rw-r--r--translations/source/pa-IN/svtools/source/filter.po6
-rw-r--r--translations/source/pa-IN/svtools/source/java.po6
-rw-r--r--translations/source/pa-IN/svtools/source/misc.po51
-rw-r--r--translations/source/pa-IN/svtools/source/plugapp.po6
-rw-r--r--translations/source/pa-IN/svtools/source/toolpanel.po6
-rw-r--r--translations/source/pa-IN/svtools/workben/unodialog.po6
-rw-r--r--translations/source/pa-IN/svx/inc.po8
-rw-r--r--translations/source/pa-IN/svx/source/accessibility.po6
-rw-r--r--translations/source/pa-IN/svx/source/dialog.po10
-rw-r--r--translations/source/pa-IN/svx/source/engine3d.po6
-rw-r--r--translations/source/pa-IN/svx/source/fmcomp.po6
-rw-r--r--translations/source/pa-IN/svx/source/form.po6
-rw-r--r--translations/source/pa-IN/svx/source/gallery2.po6
-rw-r--r--translations/source/pa-IN/svx/source/items.po6
-rw-r--r--translations/source/pa-IN/svx/source/src.po6
-rw-r--r--translations/source/pa-IN/svx/source/stbctrls.po2
-rw-r--r--translations/source/pa-IN/svx/source/svdraw.po6
-rw-r--r--translations/source/pa-IN/svx/source/table.po6
-rw-r--r--translations/source/pa-IN/svx/source/tbxctrls.po6
-rw-r--r--translations/source/pa-IN/svx/source/toolbars.po6
-rw-r--r--translations/source/pa-IN/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/pa-IN/sw/source/core/layout.po4
-rw-r--r--translations/source/pa-IN/sw/source/core/undo.po8
-rw-r--r--translations/source/pa-IN/sw/source/core/unocore.po6
-rw-r--r--translations/source/pa-IN/sw/source/ui/app.po22
-rw-r--r--translations/source/pa-IN/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/pa-IN/sw/source/ui/config.po2
-rw-r--r--translations/source/pa-IN/sw/source/ui/dbui.po6
-rw-r--r--translations/source/pa-IN/sw/source/ui/dialog.po14
-rw-r--r--translations/source/pa-IN/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/pa-IN/sw/source/ui/docvw.po22
-rw-r--r--translations/source/pa-IN/sw/source/ui/envelp.po6
-rw-r--r--translations/source/pa-IN/sw/source/ui/fldui.po6
-rw-r--r--translations/source/pa-IN/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/pa-IN/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/pa-IN/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/pa-IN/sw/source/ui/index.po11
-rw-r--r--translations/source/pa-IN/sw/source/ui/lingu.po6
-rw-r--r--translations/source/pa-IN/sw/source/ui/misc.po6
-rw-r--r--translations/source/pa-IN/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/pa-IN/sw/source/ui/shells.po14
-rw-r--r--translations/source/pa-IN/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/pa-IN/sw/source/ui/table.po12
-rw-r--r--translations/source/pa-IN/sw/source/ui/uiview.po6
-rw-r--r--translations/source/pa-IN/sw/source/ui/utlui.po22
-rw-r--r--translations/source/pa-IN/sw/source/ui/web.po6
-rw-r--r--translations/source/pa-IN/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/pa-IN/swext/mediawiki/help.po16
-rw-r--r--translations/source/pa-IN/swext/mediawiki/src.po8
-rw-r--r--translations/source/pa-IN/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/pa-IN/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/pa-IN/sysui/desktop/share.po6
-rw-r--r--translations/source/pa-IN/uui/source.po6
-rw-r--r--translations/source/pa-IN/vcl/source/src.po30
-rw-r--r--translations/source/pa-IN/wizards/source/euro.po6
-rw-r--r--translations/source/pa-IN/wizards/source/formwizard.po6
-rw-r--r--translations/source/pa-IN/wizards/source/importwizard.po6
-rw-r--r--translations/source/pa-IN/wizards/source/schedule.po6
-rw-r--r--translations/source/pa-IN/wizards/source/template.po6
-rw-r--r--translations/source/pa-IN/xmlsecurity/source/component.po6
-rw-r--r--translations/source/pa-IN/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/pl/accessibility/source/helper.po6
-rw-r--r--translations/source/pl/avmedia/source/framework.po6
-rw-r--r--translations/source/pl/avmedia/source/viewer.po6
-rw-r--r--translations/source/pl/basctl/source/basicide.po6
-rw-r--r--translations/source/pl/basctl/source/dlged.po6
-rw-r--r--translations/source/pl/basic/source/classes.po6
-rw-r--r--translations/source/pl/basic/source/sbx.po6
-rw-r--r--translations/source/pl/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/pl/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/pl/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/pl/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/pl/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/pl/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/pl/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/pl/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/pl/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/pl/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/pl/connectivity/source/drivers/mozab.po6
-rw-r--r--translations/source/pl/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/pl/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/pl/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/pl/connectivity/source/resource.po6
-rw-r--r--translations/source/pl/cui/source/customize.po6
-rw-r--r--translations/source/pl/cui/source/dialogs.po6
-rw-r--r--translations/source/pl/cui/source/options.po42
-rw-r--r--translations/source/pl/cui/source/tabpages.po6
-rw-r--r--translations/source/pl/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/pl/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/pl/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/pl/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/pl/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/pl/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/pl/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/pl/dbaccess/source/ui/dlg.po6
-rw-r--r--translations/source/pl/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/pl/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/pl/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/pl/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/pl/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/pl/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/pl/desktop/source/app.po6
-rw-r--r--translations/source/pl/desktop/source/deployment/gui.po6
-rw-r--r--translations/source/pl/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/pl/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/pl/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/pl/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/pl/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/pl/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/pl/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/pl/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/pl/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/pl/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/pl/dictionaries/af_ZA.po4
-rw-r--r--translations/source/pl/dictionaries/an_ES.po4
-rw-r--r--translations/source/pl/dictionaries/ar.po4
-rw-r--r--translations/source/pl/dictionaries/be_BY.po4
-rw-r--r--translations/source/pl/dictionaries/bg_BG.po4
-rw-r--r--translations/source/pl/dictionaries/bn_BD.po4
-rw-r--r--translations/source/pl/dictionaries/br_FR.po4
-rw-r--r--translations/source/pl/dictionaries/ca.po4
-rw-r--r--translations/source/pl/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/pl/dictionaries/da_DK.po4
-rw-r--r--translations/source/pl/dictionaries/de.po4
-rw-r--r--translations/source/pl/dictionaries/el_GR.po4
-rw-r--r--translations/source/pl/dictionaries/en.po4
-rw-r--r--translations/source/pl/dictionaries/en/dialog.po4
-rw-r--r--translations/source/pl/dictionaries/es_ES.po4
-rw-r--r--translations/source/pl/dictionaries/et_EE.po4
-rw-r--r--translations/source/pl/dictionaries/fr_FR.po4
-rw-r--r--translations/source/pl/dictionaries/gd_GB.po4
-rw-r--r--translations/source/pl/dictionaries/gl.po4
-rw-r--r--translations/source/pl/dictionaries/gu_IN.po4
-rw-r--r--translations/source/pl/dictionaries/he_IL.po4
-rw-r--r--translations/source/pl/dictionaries/hi_IN.po4
-rw-r--r--translations/source/pl/dictionaries/hr_HR.po4
-rw-r--r--translations/source/pl/dictionaries/hu_HU.po4
-rw-r--r--translations/source/pl/dictionaries/hu_HU/dialog.po4
-rw-r--r--translations/source/pl/dictionaries/it_IT.po4
-rw-r--r--translations/source/pl/dictionaries/ku_TR.po4
-rw-r--r--translations/source/pl/dictionaries/lt_LT.po4
-rw-r--r--translations/source/pl/dictionaries/lv_LV.po4
-rw-r--r--translations/source/pl/dictionaries/ne_NP.po4
-rw-r--r--translations/source/pl/dictionaries/nl_NL.po4
-rw-r--r--translations/source/pl/dictionaries/no.po4
-rw-r--r--translations/source/pl/dictionaries/oc_FR.po4
-rw-r--r--translations/source/pl/dictionaries/pl_PL.po4
-rw-r--r--translations/source/pl/dictionaries/pt_BR.po4
-rw-r--r--translations/source/pl/dictionaries/pt_PT.po4
-rw-r--r--translations/source/pl/dictionaries/ro.po4
-rw-r--r--translations/source/pl/dictionaries/ru_RU.po4
-rw-r--r--translations/source/pl/dictionaries/ru_RU/dialog.po4
-rw-r--r--translations/source/pl/dictionaries/si_LK.po12
-rw-r--r--translations/source/pl/dictionaries/sk_SK.po4
-rw-r--r--translations/source/pl/dictionaries/sl_SI.po4
-rw-r--r--translations/source/pl/dictionaries/sr.po4
-rw-r--r--translations/source/pl/dictionaries/sv_SE.po4
-rw-r--r--translations/source/pl/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/pl/dictionaries/te_IN.po4
-rw-r--r--translations/source/pl/dictionaries/th_TH.po4
-rw-r--r--translations/source/pl/dictionaries/uk_UA.po4
-rw-r--r--translations/source/pl/dictionaries/vi.po4
-rw-r--r--translations/source/pl/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/pl/editeng/source/accessibility.po6
-rw-r--r--translations/source/pl/editeng/source/editeng.po6
-rw-r--r--translations/source/pl/editeng/source/items.po6
-rw-r--r--translations/source/pl/editeng/source/misc.po6
-rw-r--r--translations/source/pl/editeng/source/outliner.po6
-rw-r--r--translations/source/pl/extensions/source/abpilot.po6
-rw-r--r--translations/source/pl/extensions/source/bibliography.po6
-rw-r--r--translations/source/pl/extensions/source/dbpilots.po6
-rw-r--r--translations/source/pl/extensions/source/propctrlr.po6
-rw-r--r--translations/source/pl/extensions/source/scanner.po6
-rw-r--r--translations/source/pl/extensions/source/update/check.po6
-rw-r--r--translations/source/pl/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/pl/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/pl/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/pl/filter/source/flash.po6
-rw-r--r--translations/source/pl/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/pl/filter/source/pdf.po6
-rw-r--r--translations/source/pl/filter/source/t602.po6
-rw-r--r--translations/source/pl/filter/source/xsltdialog.po6
-rw-r--r--translations/source/pl/forms/source/resource.po6
-rw-r--r--translations/source/pl/formula/source/core/resource.po6
-rw-r--r--translations/source/pl/formula/source/ui/dlg.po6
-rw-r--r--translations/source/pl/fpicker/source/office.po6
-rw-r--r--translations/source/pl/framework/source/classes.po6
-rw-r--r--translations/source/pl/framework/source/services.po6
-rw-r--r--translations/source/pl/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/pl/helpcontent2/source/text/sbasic/shared.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/pl/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/pl/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/pl/helpcontent2/source/text/scalc/01.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/pl/helpcontent2/source/text/scalc/04.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/scalc/05.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/scalc/guide.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/pl/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/pl/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/pl/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/pl/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/pl/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/pl/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/pl/helpcontent2/source/text/sdraw/04.po2
-rw-r--r--translations/source/pl/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/pl/helpcontent2/source/text/shared.po2
-rw-r--r--translations/source/pl/helpcontent2/source/text/shared/00.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/shared/01.po8
-rw-r--r--translations/source/pl/helpcontent2/source/text/shared/02.po6
-rw-r--r--translations/source/pl/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/pl/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/pl/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/pl/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/pl/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/shared/explorer/database.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/shared/guide.po6
-rw-r--r--translations/source/pl/helpcontent2/source/text/shared/optionen.po80
-rw-r--r--translations/source/pl/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/pl/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/pl/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/pl/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/pl/helpcontent2/source/text/simpress/04.po2
-rw-r--r--translations/source/pl/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/pl/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/pl/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/pl/helpcontent2/source/text/smath/01.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/pl/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/pl/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/pl/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/pl/helpcontent2/source/text/swriter/00.po2
-rw-r--r--translations/source/pl/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/pl/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/pl/helpcontent2/source/text/swriter/04.po2
-rw-r--r--translations/source/pl/helpcontent2/source/text/swriter/guide.po14
-rw-r--r--translations/source/pl/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--translations/source/pl/mysqlc/source.po6
-rw-r--r--translations/source/pl/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/pl/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po4
-rw-r--r--translations/source/pl/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/pl/nlpsolver/src/locale.po4
-rw-r--r--translations/source/pl/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/pl/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--translations/source/pl/padmin/source.po6
-rw-r--r--translations/source/pl/readlicense_oo/docs/readme.po18
-rw-r--r--translations/source/pl/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/pl/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/pl/reportbuilder/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--translations/source/pl/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/pl/reportbuilder/util.po4
-rw-r--r--translations/source/pl/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/pl/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/pl/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/pl/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/pl/sc/source/core/src.po6
-rw-r--r--translations/source/pl/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/pl/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/pl/sc/source/ui/docshell.po6
-rw-r--r--translations/source/pl/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/pl/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/pl/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/pl/sc/source/ui/navipi.po6
-rw-r--r--translations/source/pl/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/pl/sc/source/ui/src.po6
-rw-r--r--translations/source/pl/sc/source/ui/styleui.po6
-rw-r--r--translations/source/pl/scaddins/source/analysis.po6
-rw-r--r--translations/source/pl/scaddins/source/datefunc.po6
-rw-r--r--translations/source/pl/sccomp/source/solver.po6
-rw-r--r--translations/source/pl/scp2/source/accessories.po58
-rw-r--r--translations/source/pl/scp2/source/activex.po6
-rw-r--r--translations/source/pl/scp2/source/base.po18
-rw-r--r--translations/source/pl/scp2/source/binfilter.po6
-rw-r--r--translations/source/pl/scp2/source/calc.po6
-rw-r--r--translations/source/pl/scp2/source/draw.po6
-rw-r--r--translations/source/pl/scp2/source/extensions.po16
-rw-r--r--translations/source/pl/scp2/source/gnome.po6
-rw-r--r--translations/source/pl/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/pl/scp2/source/impress.po6
-rw-r--r--translations/source/pl/scp2/source/javafilter.po6
-rw-r--r--translations/source/pl/scp2/source/kde.po6
-rw-r--r--translations/source/pl/scp2/source/math.po6
-rw-r--r--translations/source/pl/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/pl/scp2/source/ooo.po68
-rw-r--r--translations/source/pl/scp2/source/python.po6
-rw-r--r--translations/source/pl/scp2/source/quickstart.po6
-rw-r--r--translations/source/pl/scp2/source/sdkoo.po6
-rw-r--r--translations/source/pl/scp2/source/smoketest.po4
-rw-r--r--translations/source/pl/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/pl/scp2/source/writer.po6
-rw-r--r--translations/source/pl/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/pl/scripting/source/pyprov.po4
-rw-r--r--translations/source/pl/sd/source/core.po6
-rw-r--r--translations/source/pl/sd/source/filter/html.po6
-rw-r--r--translations/source/pl/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/pl/sd/source/ui/animations.po6
-rw-r--r--translations/source/pl/sd/source/ui/annotations.po6
-rw-r--r--translations/source/pl/sd/source/ui/app.po6
-rw-r--r--translations/source/pl/sd/source/ui/dlg.po6
-rw-r--r--translations/source/pl/sd/source/ui/notes.po6
-rw-r--r--translations/source/pl/sd/source/ui/slideshow.po6
-rw-r--r--translations/source/pl/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/pl/sd/source/ui/table.po6
-rw-r--r--translations/source/pl/sd/source/ui/view.po6
-rw-r--r--translations/source/pl/sdext/source/minimizer.po4
-rw-r--r--translations/source/pl/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/pl/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/pl/sdext/source/pdfimport.po4
-rw-r--r--translations/source/pl/sdext/source/presenter.po4
-rw-r--r--translations/source/pl/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/pl/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/pl/setup_native/source/mac.po6
-rw-r--r--translations/source/pl/sfx2/source/appl.po6
-rw-r--r--translations/source/pl/sfx2/source/bastyp.po6
-rw-r--r--translations/source/pl/sfx2/source/dialog.po6
-rw-r--r--translations/source/pl/sfx2/source/doc.po6
-rw-r--r--translations/source/pl/sfx2/source/menu.po6
-rw-r--r--translations/source/pl/sfx2/source/view.po6
-rw-r--r--translations/source/pl/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/pl/starmath/source.po6
-rw-r--r--translations/source/pl/svl/source/items.po6
-rw-r--r--translations/source/pl/svl/source/misc.po6
-rw-r--r--translations/source/pl/svtools/source/contnr.po6
-rw-r--r--translations/source/pl/svtools/source/control.po6
-rw-r--r--translations/source/pl/svtools/source/dialogs.po6
-rw-r--r--translations/source/pl/svtools/source/filter.po6
-rw-r--r--translations/source/pl/svtools/source/java.po6
-rw-r--r--translations/source/pl/svtools/source/misc.po24
-rw-r--r--translations/source/pl/svtools/source/plugapp.po6
-rw-r--r--translations/source/pl/svtools/source/toolpanel.po6
-rw-r--r--translations/source/pl/svtools/workben/unodialog.po6
-rw-r--r--translations/source/pl/svx/inc.po6
-rw-r--r--translations/source/pl/svx/source/accessibility.po6
-rw-r--r--translations/source/pl/svx/source/dialog.po12
-rw-r--r--translations/source/pl/svx/source/engine3d.po6
-rw-r--r--translations/source/pl/svx/source/fmcomp.po6
-rw-r--r--translations/source/pl/svx/source/form.po6
-rw-r--r--translations/source/pl/svx/source/gallery2.po6
-rw-r--r--translations/source/pl/svx/source/items.po6
-rw-r--r--translations/source/pl/svx/source/src.po6
-rw-r--r--translations/source/pl/svx/source/stbctrls.po6
-rw-r--r--translations/source/pl/svx/source/svdraw.po6
-rw-r--r--translations/source/pl/svx/source/table.po6
-rw-r--r--translations/source/pl/svx/source/tbxctrls.po6
-rw-r--r--translations/source/pl/svx/source/toolbars.po6
-rw-r--r--translations/source/pl/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/pl/sw/source/core/layout.po4
-rw-r--r--translations/source/pl/sw/source/core/undo.po6
-rw-r--r--translations/source/pl/sw/source/core/unocore.po6
-rw-r--r--translations/source/pl/sw/source/ui/app.po6
-rw-r--r--translations/source/pl/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/pl/sw/source/ui/config.po58
-rw-r--r--translations/source/pl/sw/source/ui/dbui.po6
-rw-r--r--translations/source/pl/sw/source/ui/dialog.po6
-rw-r--r--translations/source/pl/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/pl/sw/source/ui/docvw.po6
-rw-r--r--translations/source/pl/sw/source/ui/envelp.po6
-rw-r--r--translations/source/pl/sw/source/ui/fldui.po6
-rw-r--r--translations/source/pl/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/pl/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/pl/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/pl/sw/source/ui/index.po6
-rw-r--r--translations/source/pl/sw/source/ui/lingu.po6
-rw-r--r--translations/source/pl/sw/source/ui/misc.po6
-rw-r--r--translations/source/pl/sw/source/ui/ribbar.po6
-rw-r--r--translations/source/pl/sw/source/ui/shells.po6
-rw-r--r--translations/source/pl/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/pl/sw/source/ui/table.po6
-rw-r--r--translations/source/pl/sw/source/ui/uiview.po6
-rw-r--r--translations/source/pl/sw/source/ui/utlui.po190
-rw-r--r--translations/source/pl/sw/source/ui/web.po6
-rw-r--r--translations/source/pl/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/pl/swext/mediawiki/help.po6
-rw-r--r--translations/source/pl/swext/mediawiki/src.po6
-rw-r--r--translations/source/pl/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/pl/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/pl/sysui/desktop/share.po6
-rw-r--r--translations/source/pl/uui/source.po6
-rw-r--r--translations/source/pl/vcl/source/src.po6
-rw-r--r--translations/source/pl/wizards/source/euro.po6
-rw-r--r--translations/source/pl/wizards/source/formwizard.po6
-rw-r--r--translations/source/pl/wizards/source/importwizard.po6
-rw-r--r--translations/source/pl/wizards/source/schedule.po6
-rw-r--r--translations/source/pl/wizards/source/template.po6
-rw-r--r--translations/source/pl/xmlsecurity/source/component.po6
-rw-r--r--translations/source/pl/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/pt-BR/accessibility/source/helper.po6
-rw-r--r--translations/source/pt-BR/avmedia/source/framework.po6
-rw-r--r--translations/source/pt-BR/avmedia/source/viewer.po6
-rw-r--r--translations/source/pt-BR/basctl/source/basicide.po6
-rw-r--r--translations/source/pt-BR/basctl/source/dlged.po6
-rw-r--r--translations/source/pt-BR/basic/source/classes.po6
-rw-r--r--translations/source/pt-BR/basic/source/sbx.po6
-rw-r--r--translations/source/pt-BR/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/pt-BR/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/pt-BR/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/pt-BR/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/pt-BR/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/pt-BR/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/pt-BR/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/pt-BR/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/pt-BR/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/pt-BR/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/pt-BR/connectivity/source/drivers/mozab.po6
-rw-r--r--translations/source/pt-BR/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/pt-BR/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/pt-BR/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/pt-BR/connectivity/source/resource.po6
-rw-r--r--translations/source/pt-BR/cui/source/customize.po6
-rw-r--r--translations/source/pt-BR/cui/source/dialogs.po6
-rw-r--r--translations/source/pt-BR/cui/source/options.po10
-rw-r--r--translations/source/pt-BR/cui/source/tabpages.po6
-rw-r--r--translations/source/pt-BR/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/pt-BR/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/pt-BR/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/pt-BR/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/pt-BR/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/pt-BR/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/pt-BR/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/pt-BR/dbaccess/source/ui/dlg.po6
-rw-r--r--translations/source/pt-BR/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/pt-BR/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/pt-BR/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/pt-BR/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/pt-BR/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/pt-BR/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/pt-BR/desktop/source/app.po6
-rw-r--r--translations/source/pt-BR/desktop/source/deployment/gui.po6
-rw-r--r--translations/source/pt-BR/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/pt-BR/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/pt-BR/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/pt-BR/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/pt-BR/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/pt-BR/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/pt-BR/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/pt-BR/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/pt-BR/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/pt-BR/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/pt-BR/dictionaries/af_ZA.po4
-rw-r--r--translations/source/pt-BR/dictionaries/an_ES.po4
-rw-r--r--translations/source/pt-BR/dictionaries/ar.po4
-rw-r--r--translations/source/pt-BR/dictionaries/be_BY.po4
-rw-r--r--translations/source/pt-BR/dictionaries/bg_BG.po4
-rw-r--r--translations/source/pt-BR/dictionaries/bn_BD.po4
-rw-r--r--translations/source/pt-BR/dictionaries/br_FR.po4
-rw-r--r--translations/source/pt-BR/dictionaries/ca.po4
-rw-r--r--translations/source/pt-BR/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/pt-BR/dictionaries/da_DK.po4
-rw-r--r--translations/source/pt-BR/dictionaries/de.po4
-rw-r--r--translations/source/pt-BR/dictionaries/el_GR.po4
-rw-r--r--translations/source/pt-BR/dictionaries/en.po4
-rw-r--r--translations/source/pt-BR/dictionaries/en/dialog.po4
-rw-r--r--translations/source/pt-BR/dictionaries/es_ES.po4
-rw-r--r--translations/source/pt-BR/dictionaries/et_EE.po4
-rw-r--r--translations/source/pt-BR/dictionaries/fr_FR.po4
-rw-r--r--translations/source/pt-BR/dictionaries/gd_GB.po4
-rw-r--r--translations/source/pt-BR/dictionaries/gl.po4
-rw-r--r--translations/source/pt-BR/dictionaries/gu_IN.po4
-rw-r--r--translations/source/pt-BR/dictionaries/he_IL.po4
-rw-r--r--translations/source/pt-BR/dictionaries/hi_IN.po4
-rw-r--r--translations/source/pt-BR/dictionaries/hr_HR.po4
-rw-r--r--translations/source/pt-BR/dictionaries/hu_HU.po4
-rw-r--r--translations/source/pt-BR/dictionaries/hu_HU/dialog.po4
-rw-r--r--translations/source/pt-BR/dictionaries/it_IT.po4
-rw-r--r--translations/source/pt-BR/dictionaries/ku_TR.po4
-rw-r--r--translations/source/pt-BR/dictionaries/lt_LT.po4
-rw-r--r--translations/source/pt-BR/dictionaries/lv_LV.po4
-rw-r--r--translations/source/pt-BR/dictionaries/ne_NP.po4
-rw-r--r--translations/source/pt-BR/dictionaries/nl_NL.po4
-rw-r--r--translations/source/pt-BR/dictionaries/no.po4
-rw-r--r--translations/source/pt-BR/dictionaries/oc_FR.po4
-rw-r--r--translations/source/pt-BR/dictionaries/pl_PL.po4
-rw-r--r--translations/source/pt-BR/dictionaries/pt_BR.po4
-rw-r--r--translations/source/pt-BR/dictionaries/pt_PT.po4
-rw-r--r--translations/source/pt-BR/dictionaries/ro.po4
-rw-r--r--translations/source/pt-BR/dictionaries/ru_RU.po4
-rw-r--r--translations/source/pt-BR/dictionaries/ru_RU/dialog.po4
-rw-r--r--translations/source/pt-BR/dictionaries/si_LK.po4
-rw-r--r--translations/source/pt-BR/dictionaries/sk_SK.po4
-rw-r--r--translations/source/pt-BR/dictionaries/sl_SI.po4
-rw-r--r--translations/source/pt-BR/dictionaries/sr.po4
-rw-r--r--translations/source/pt-BR/dictionaries/sv_SE.po4
-rw-r--r--translations/source/pt-BR/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/pt-BR/dictionaries/te_IN.po4
-rw-r--r--translations/source/pt-BR/dictionaries/th_TH.po4
-rw-r--r--translations/source/pt-BR/dictionaries/uk_UA.po4
-rw-r--r--translations/source/pt-BR/dictionaries/vi.po4
-rw-r--r--translations/source/pt-BR/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/pt-BR/editeng/source/accessibility.po6
-rw-r--r--translations/source/pt-BR/editeng/source/editeng.po6
-rw-r--r--translations/source/pt-BR/editeng/source/items.po6
-rw-r--r--translations/source/pt-BR/editeng/source/misc.po6
-rw-r--r--translations/source/pt-BR/editeng/source/outliner.po6
-rw-r--r--translations/source/pt-BR/extensions/source/abpilot.po6
-rw-r--r--translations/source/pt-BR/extensions/source/bibliography.po6
-rw-r--r--translations/source/pt-BR/extensions/source/dbpilots.po6
-rw-r--r--translations/source/pt-BR/extensions/source/propctrlr.po6
-rw-r--r--translations/source/pt-BR/extensions/source/scanner.po6
-rw-r--r--translations/source/pt-BR/extensions/source/update/check.po6
-rw-r--r--translations/source/pt-BR/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/pt-BR/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/pt-BR/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/pt-BR/filter/source/flash.po6
-rw-r--r--translations/source/pt-BR/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/pt-BR/filter/source/pdf.po6
-rw-r--r--translations/source/pt-BR/filter/source/t602.po6
-rw-r--r--translations/source/pt-BR/filter/source/xsltdialog.po6
-rw-r--r--translations/source/pt-BR/forms/source/resource.po6
-rw-r--r--translations/source/pt-BR/formula/source/core/resource.po6
-rw-r--r--translations/source/pt-BR/formula/source/ui/dlg.po6
-rw-r--r--translations/source/pt-BR/fpicker/source/office.po6
-rw-r--r--translations/source/pt-BR/framework/source/classes.po6
-rw-r--r--translations/source/pt-BR/framework/source/services.po6
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/sbasic/shared.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/scalc/01.po4
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/scalc/04.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/scalc/guide.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/sdraw/04.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/shared.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/shared/00.po4
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/shared/01.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/shared/02.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/shared/guide.po4
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/shared/optionen.po80
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/simpress/04.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/smath/01.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/swriter/00.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/swriter/04.po2
-rw-r--r--translations/source/pt-BR/helpcontent2/source/text/swriter/guide.po14
-rw-r--r--translations/source/pt-BR/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-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.po6
-rw-r--r--translations/source/pt-BR/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po4
-rw-r--r--translations/source/pt-BR/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/pt-BR/nlpsolver/src/locale.po4
-rw-r--r--translations/source/pt-BR/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/pt-BR/officecfg/registry/data/org/openoffice/Office/UI.po10
-rw-r--r--translations/source/pt-BR/padmin/source.po6
-rw-r--r--translations/source/pt-BR/readlicense_oo/docs/readme.po20
-rw-r--r--translations/source/pt-BR/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/pt-BR/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/pt-BR/reportbuilder/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--translations/source/pt-BR/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/pt-BR/reportbuilder/util.po4
-rw-r--r--translations/source/pt-BR/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/pt-BR/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/pt-BR/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/pt-BR/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/pt-BR/sc/source/core/src.po6
-rw-r--r--translations/source/pt-BR/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/pt-BR/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/pt-BR/sc/source/ui/docshell.po6
-rw-r--r--translations/source/pt-BR/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/pt-BR/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/pt-BR/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/pt-BR/sc/source/ui/navipi.po6
-rw-r--r--translations/source/pt-BR/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/pt-BR/sc/source/ui/src.po6
-rw-r--r--translations/source/pt-BR/sc/source/ui/styleui.po6
-rw-r--r--translations/source/pt-BR/scaddins/source/analysis.po6
-rw-r--r--translations/source/pt-BR/scaddins/source/datefunc.po6
-rw-r--r--translations/source/pt-BR/sccomp/source/solver.po6
-rw-r--r--translations/source/pt-BR/scp2/source/accessories.po6
-rw-r--r--translations/source/pt-BR/scp2/source/activex.po6
-rw-r--r--translations/source/pt-BR/scp2/source/base.po18
-rw-r--r--translations/source/pt-BR/scp2/source/binfilter.po6
-rw-r--r--translations/source/pt-BR/scp2/source/calc.po6
-rw-r--r--translations/source/pt-BR/scp2/source/draw.po6
-rw-r--r--translations/source/pt-BR/scp2/source/extensions.po16
-rw-r--r--translations/source/pt-BR/scp2/source/gnome.po6
-rw-r--r--translations/source/pt-BR/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/pt-BR/scp2/source/impress.po6
-rw-r--r--translations/source/pt-BR/scp2/source/javafilter.po6
-rw-r--r--translations/source/pt-BR/scp2/source/kde.po6
-rw-r--r--translations/source/pt-BR/scp2/source/math.po6
-rw-r--r--translations/source/pt-BR/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/pt-BR/scp2/source/ooo.po6
-rw-r--r--translations/source/pt-BR/scp2/source/python.po6
-rw-r--r--translations/source/pt-BR/scp2/source/quickstart.po6
-rw-r--r--translations/source/pt-BR/scp2/source/sdkoo.po6
-rw-r--r--translations/source/pt-BR/scp2/source/smoketest.po4
-rw-r--r--translations/source/pt-BR/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/pt-BR/scp2/source/writer.po6
-rw-r--r--translations/source/pt-BR/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/pt-BR/scripting/source/pyprov.po4
-rw-r--r--translations/source/pt-BR/sd/source/core.po6
-rw-r--r--translations/source/pt-BR/sd/source/filter/html.po6
-rw-r--r--translations/source/pt-BR/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/pt-BR/sd/source/ui/animations.po6
-rw-r--r--translations/source/pt-BR/sd/source/ui/annotations.po6
-rw-r--r--translations/source/pt-BR/sd/source/ui/app.po6
-rw-r--r--translations/source/pt-BR/sd/source/ui/dlg.po6
-rw-r--r--translations/source/pt-BR/sd/source/ui/notes.po6
-rw-r--r--translations/source/pt-BR/sd/source/ui/slideshow.po6
-rw-r--r--translations/source/pt-BR/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/pt-BR/sd/source/ui/table.po6
-rw-r--r--translations/source/pt-BR/sd/source/ui/view.po6
-rw-r--r--translations/source/pt-BR/sdext/source/minimizer.po4
-rw-r--r--translations/source/pt-BR/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/pt-BR/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/pt-BR/sdext/source/pdfimport.po4
-rw-r--r--translations/source/pt-BR/sdext/source/presenter.po4
-rw-r--r--translations/source/pt-BR/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/pt-BR/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/pt-BR/setup_native/source/mac.po6
-rw-r--r--translations/source/pt-BR/sfx2/source/appl.po6
-rw-r--r--translations/source/pt-BR/sfx2/source/bastyp.po6
-rw-r--r--translations/source/pt-BR/sfx2/source/dialog.po6
-rw-r--r--translations/source/pt-BR/sfx2/source/doc.po6
-rw-r--r--translations/source/pt-BR/sfx2/source/menu.po6
-rw-r--r--translations/source/pt-BR/sfx2/source/view.po6
-rw-r--r--translations/source/pt-BR/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/pt-BR/starmath/source.po6
-rw-r--r--translations/source/pt-BR/svl/source/items.po6
-rw-r--r--translations/source/pt-BR/svl/source/misc.po6
-rw-r--r--translations/source/pt-BR/svtools/source/contnr.po6
-rw-r--r--translations/source/pt-BR/svtools/source/control.po6
-rw-r--r--translations/source/pt-BR/svtools/source/dialogs.po6
-rw-r--r--translations/source/pt-BR/svtools/source/filter.po6
-rw-r--r--translations/source/pt-BR/svtools/source/java.po6
-rw-r--r--translations/source/pt-BR/svtools/source/misc.po6
-rw-r--r--translations/source/pt-BR/svtools/source/plugapp.po6
-rw-r--r--translations/source/pt-BR/svtools/source/toolpanel.po6
-rw-r--r--translations/source/pt-BR/svtools/workben/unodialog.po6
-rw-r--r--translations/source/pt-BR/svx/inc.po6
-rw-r--r--translations/source/pt-BR/svx/source/accessibility.po6
-rw-r--r--translations/source/pt-BR/svx/source/dialog.po6
-rw-r--r--translations/source/pt-BR/svx/source/engine3d.po6
-rw-r--r--translations/source/pt-BR/svx/source/fmcomp.po6
-rw-r--r--translations/source/pt-BR/svx/source/form.po6
-rw-r--r--translations/source/pt-BR/svx/source/gallery2.po6
-rw-r--r--translations/source/pt-BR/svx/source/items.po6
-rw-r--r--translations/source/pt-BR/svx/source/src.po6
-rw-r--r--translations/source/pt-BR/svx/source/stbctrls.po6
-rw-r--r--translations/source/pt-BR/svx/source/svdraw.po6
-rw-r--r--translations/source/pt-BR/svx/source/table.po6
-rw-r--r--translations/source/pt-BR/svx/source/tbxctrls.po6
-rw-r--r--translations/source/pt-BR/svx/source/toolbars.po6
-rw-r--r--translations/source/pt-BR/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/pt-BR/sw/source/core/layout.po4
-rw-r--r--translations/source/pt-BR/sw/source/core/undo.po6
-rw-r--r--translations/source/pt-BR/sw/source/core/unocore.po6
-rw-r--r--translations/source/pt-BR/sw/source/ui/app.po6
-rw-r--r--translations/source/pt-BR/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/pt-BR/sw/source/ui/config.po2
-rw-r--r--translations/source/pt-BR/sw/source/ui/dbui.po6
-rw-r--r--translations/source/pt-BR/sw/source/ui/dialog.po6
-rw-r--r--translations/source/pt-BR/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/pt-BR/sw/source/ui/docvw.po6
-rw-r--r--translations/source/pt-BR/sw/source/ui/envelp.po6
-rw-r--r--translations/source/pt-BR/sw/source/ui/fldui.po6
-rw-r--r--translations/source/pt-BR/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/pt-BR/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/pt-BR/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/pt-BR/sw/source/ui/index.po6
-rw-r--r--translations/source/pt-BR/sw/source/ui/lingu.po6
-rw-r--r--translations/source/pt-BR/sw/source/ui/misc.po6
-rw-r--r--translations/source/pt-BR/sw/source/ui/ribbar.po6
-rw-r--r--translations/source/pt-BR/sw/source/ui/shells.po6
-rw-r--r--translations/source/pt-BR/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/pt-BR/sw/source/ui/table.po6
-rw-r--r--translations/source/pt-BR/sw/source/ui/uiview.po6
-rw-r--r--translations/source/pt-BR/sw/source/ui/utlui.po8
-rw-r--r--translations/source/pt-BR/sw/source/ui/web.po6
-rw-r--r--translations/source/pt-BR/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/pt-BR/swext/mediawiki/help.po6
-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.po6
-rw-r--r--translations/source/pt-BR/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/pt-BR/sysui/desktop/share.po6
-rw-r--r--translations/source/pt-BR/uui/source.po6
-rw-r--r--translations/source/pt-BR/vcl/source/src.po6
-rw-r--r--translations/source/pt-BR/wizards/source/euro.po6
-rw-r--r--translations/source/pt-BR/wizards/source/formwizard.po6
-rw-r--r--translations/source/pt-BR/wizards/source/importwizard.po6
-rw-r--r--translations/source/pt-BR/wizards/source/schedule.po6
-rw-r--r--translations/source/pt-BR/wizards/source/template.po6
-rw-r--r--translations/source/pt-BR/xmlsecurity/source/component.po6
-rw-r--r--translations/source/pt-BR/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/pt/accessibility/source/helper.po6
-rw-r--r--translations/source/pt/avmedia/source/framework.po6
-rw-r--r--translations/source/pt/avmedia/source/viewer.po6
-rw-r--r--translations/source/pt/basctl/source/basicide.po6
-rw-r--r--translations/source/pt/basctl/source/dlged.po8
-rw-r--r--translations/source/pt/basic/source/classes.po8
-rw-r--r--translations/source/pt/basic/source/sbx.po6
-rw-r--r--translations/source/pt/chart2/source/controller/dialogs.po8
-rw-r--r--translations/source/pt/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/pt/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/pt/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/pt/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/pt/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/pt/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/pt/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/pt/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/pt/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/pt/connectivity/source/drivers/mozab.po6
-rw-r--r--translations/source/pt/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/pt/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/pt/connectivity/source/drivers/postgresql.po14
-rw-r--r--translations/source/pt/connectivity/source/resource.po8
-rw-r--r--translations/source/pt/cui/source/customize.po28
-rw-r--r--translations/source/pt/cui/source/dialogs.po8
-rw-r--r--translations/source/pt/cui/source/options.po36
-rw-r--r--translations/source/pt/cui/source/tabpages.po10
-rw-r--r--translations/source/pt/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/pt/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/pt/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/pt/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/pt/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/pt/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/pt/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/pt/dbaccess/source/ui/dlg.po16
-rw-r--r--translations/source/pt/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/pt/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/pt/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/pt/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/pt/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/pt/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/pt/desktop/source/app.po6
-rw-r--r--translations/source/pt/desktop/source/deployment/gui.po6
-rw-r--r--translations/source/pt/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/pt/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/pt/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/pt/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/pt/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/pt/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/pt/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/pt/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/pt/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/pt/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/pt/dictionaries/af_ZA.po4
-rw-r--r--translations/source/pt/dictionaries/an_ES.po4
-rw-r--r--translations/source/pt/dictionaries/ar.po4
-rw-r--r--translations/source/pt/dictionaries/be_BY.po4
-rw-r--r--translations/source/pt/dictionaries/bg_BG.po4
-rw-r--r--translations/source/pt/dictionaries/bn_BD.po4
-rw-r--r--translations/source/pt/dictionaries/br_FR.po4
-rw-r--r--translations/source/pt/dictionaries/ca.po4
-rw-r--r--translations/source/pt/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/pt/dictionaries/da_DK.po4
-rw-r--r--translations/source/pt/dictionaries/de.po4
-rw-r--r--translations/source/pt/dictionaries/el_GR.po4
-rw-r--r--translations/source/pt/dictionaries/en.po4
-rw-r--r--translations/source/pt/dictionaries/en/dialog.po4
-rw-r--r--translations/source/pt/dictionaries/es_ES.po4
-rw-r--r--translations/source/pt/dictionaries/et_EE.po4
-rw-r--r--translations/source/pt/dictionaries/fr_FR.po4
-rw-r--r--translations/source/pt/dictionaries/gd_GB.po4
-rw-r--r--translations/source/pt/dictionaries/gl.po4
-rw-r--r--translations/source/pt/dictionaries/gu_IN.po4
-rw-r--r--translations/source/pt/dictionaries/he_IL.po4
-rw-r--r--translations/source/pt/dictionaries/hi_IN.po4
-rw-r--r--translations/source/pt/dictionaries/hr_HR.po4
-rw-r--r--translations/source/pt/dictionaries/hu_HU.po4
-rw-r--r--translations/source/pt/dictionaries/hu_HU/dialog.po4
-rw-r--r--translations/source/pt/dictionaries/it_IT.po4
-rw-r--r--translations/source/pt/dictionaries/ku_TR.po4
-rw-r--r--translations/source/pt/dictionaries/lt_LT.po4
-rw-r--r--translations/source/pt/dictionaries/lv_LV.po4
-rw-r--r--translations/source/pt/dictionaries/ne_NP.po4
-rw-r--r--translations/source/pt/dictionaries/nl_NL.po4
-rw-r--r--translations/source/pt/dictionaries/no.po4
-rw-r--r--translations/source/pt/dictionaries/oc_FR.po4
-rw-r--r--translations/source/pt/dictionaries/pl_PL.po4
-rw-r--r--translations/source/pt/dictionaries/pt_BR.po4
-rw-r--r--translations/source/pt/dictionaries/pt_PT.po4
-rw-r--r--translations/source/pt/dictionaries/ro.po4
-rw-r--r--translations/source/pt/dictionaries/ru_RU.po4
-rw-r--r--translations/source/pt/dictionaries/ru_RU/dialog.po4
-rw-r--r--translations/source/pt/dictionaries/si_LK.po4
-rw-r--r--translations/source/pt/dictionaries/sk_SK.po4
-rw-r--r--translations/source/pt/dictionaries/sl_SI.po4
-rw-r--r--translations/source/pt/dictionaries/sr.po4
-rw-r--r--translations/source/pt/dictionaries/sv_SE.po4
-rw-r--r--translations/source/pt/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/pt/dictionaries/te_IN.po4
-rw-r--r--translations/source/pt/dictionaries/th_TH.po4
-rw-r--r--translations/source/pt/dictionaries/uk_UA.po4
-rw-r--r--translations/source/pt/dictionaries/vi.po4
-rw-r--r--translations/source/pt/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/pt/editeng/source/accessibility.po6
-rw-r--r--translations/source/pt/editeng/source/editeng.po6
-rw-r--r--translations/source/pt/editeng/source/items.po6
-rw-r--r--translations/source/pt/editeng/source/misc.po6
-rw-r--r--translations/source/pt/editeng/source/outliner.po6
-rw-r--r--translations/source/pt/extensions/source/abpilot.po6
-rw-r--r--translations/source/pt/extensions/source/bibliography.po6
-rw-r--r--translations/source/pt/extensions/source/dbpilots.po6
-rw-r--r--translations/source/pt/extensions/source/propctrlr.po6
-rw-r--r--translations/source/pt/extensions/source/scanner.po6
-rw-r--r--translations/source/pt/extensions/source/update/check.po6
-rw-r--r--translations/source/pt/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/pt/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/pt/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/pt/filter/source/flash.po6
-rw-r--r--translations/source/pt/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/pt/filter/source/pdf.po6
-rw-r--r--translations/source/pt/filter/source/t602.po6
-rw-r--r--translations/source/pt/filter/source/xsltdialog.po6
-rw-r--r--translations/source/pt/forms/source/resource.po6
-rw-r--r--translations/source/pt/formula/source/core/resource.po6
-rw-r--r--translations/source/pt/formula/source/ui/dlg.po6
-rw-r--r--translations/source/pt/fpicker/source/office.po6
-rw-r--r--translations/source/pt/framework/source/classes.po6
-rw-r--r--translations/source/pt/framework/source/services.po6
-rw-r--r--translations/source/pt/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/pt/helpcontent2/source/text/sbasic/shared.po4
-rw-r--r--translations/source/pt/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/pt/helpcontent2/source/text/sbasic/shared/02.po4
-rw-r--r--translations/source/pt/helpcontent2/source/text/scalc.po4
-rw-r--r--translations/source/pt/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/pt/helpcontent2/source/text/scalc/01.po24
-rw-r--r--translations/source/pt/helpcontent2/source/text/scalc/02.po4
-rw-r--r--translations/source/pt/helpcontent2/source/text/scalc/04.po4
-rw-r--r--translations/source/pt/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/pt/helpcontent2/source/text/scalc/guide.po4
-rw-r--r--translations/source/pt/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/pt/helpcontent2/source/text/schart/00.po32
-rw-r--r--translations/source/pt/helpcontent2/source/text/schart/01.po8
-rw-r--r--translations/source/pt/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/pt/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/pt/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/pt/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/pt/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/pt/helpcontent2/source/text/sdraw/04.po2
-rw-r--r--translations/source/pt/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/pt/helpcontent2/source/text/shared.po4
-rw-r--r--translations/source/pt/helpcontent2/source/text/shared/00.po4
-rw-r--r--translations/source/pt/helpcontent2/source/text/shared/01.po4
-rw-r--r--translations/source/pt/helpcontent2/source/text/shared/02.po4
-rw-r--r--translations/source/pt/helpcontent2/source/text/shared/04.po4
-rw-r--r--translations/source/pt/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/pt/helpcontent2/source/text/shared/07.po4
-rw-r--r--translations/source/pt/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/pt/helpcontent2/source/text/shared/autopi.po4
-rw-r--r--translations/source/pt/helpcontent2/source/text/shared/explorer/database.po4
-rw-r--r--translations/source/pt/helpcontent2/source/text/shared/guide.po4
-rw-r--r--translations/source/pt/helpcontent2/source/text/shared/optionen.po80
-rw-r--r--translations/source/pt/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/pt/helpcontent2/source/text/simpress/00.po4
-rw-r--r--translations/source/pt/helpcontent2/source/text/simpress/01.po4
-rw-r--r--translations/source/pt/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/pt/helpcontent2/source/text/simpress/04.po4
-rw-r--r--translations/source/pt/helpcontent2/source/text/simpress/guide.po4
-rw-r--r--translations/source/pt/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/pt/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/pt/helpcontent2/source/text/smath/01.po4
-rw-r--r--translations/source/pt/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/pt/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/pt/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/pt/helpcontent2/source/text/swriter.po4
-rw-r--r--translations/source/pt/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/pt/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/pt/helpcontent2/source/text/swriter/02.po4
-rw-r--r--translations/source/pt/helpcontent2/source/text/swriter/04.po4
-rw-r--r--translations/source/pt/helpcontent2/source/text/swriter/guide.po12
-rw-r--r--translations/source/pt/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--translations/source/pt/mysqlc/source.po6
-rw-r--r--translations/source/pt/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/pt/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po8
-rw-r--r--translations/source/pt/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/pt/nlpsolver/src/locale.po4
-rw-r--r--translations/source/pt/officecfg/registry/data/org/openoffice/Office.po10
-rw-r--r--translations/source/pt/officecfg/registry/data/org/openoffice/Office/UI.po10
-rw-r--r--translations/source/pt/padmin/source.po8
-rw-r--r--translations/source/pt/readlicense_oo/docs/readme.po14
-rw-r--r--translations/source/pt/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/pt/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/pt/reportbuilder/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--translations/source/pt/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/pt/reportbuilder/util.po4
-rw-r--r--translations/source/pt/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/pt/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/pt/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/pt/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/pt/sc/source/core/src.po6
-rw-r--r--translations/source/pt/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/pt/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/pt/sc/source/ui/docshell.po6
-rw-r--r--translations/source/pt/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/pt/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/pt/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/pt/sc/source/ui/navipi.po6
-rw-r--r--translations/source/pt/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/pt/sc/source/ui/src.po10
-rw-r--r--translations/source/pt/sc/source/ui/styleui.po6
-rw-r--r--translations/source/pt/scaddins/source/analysis.po6
-rw-r--r--translations/source/pt/scaddins/source/datefunc.po6
-rw-r--r--translations/source/pt/sccomp/source/solver.po6
-rw-r--r--translations/source/pt/scp2/source/accessories.po6
-rw-r--r--translations/source/pt/scp2/source/activex.po6
-rw-r--r--translations/source/pt/scp2/source/base.po18
-rw-r--r--translations/source/pt/scp2/source/binfilter.po6
-rw-r--r--translations/source/pt/scp2/source/calc.po6
-rw-r--r--translations/source/pt/scp2/source/draw.po6
-rw-r--r--translations/source/pt/scp2/source/extensions.po16
-rw-r--r--translations/source/pt/scp2/source/gnome.po6
-rw-r--r--translations/source/pt/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/pt/scp2/source/impress.po6
-rw-r--r--translations/source/pt/scp2/source/javafilter.po6
-rw-r--r--translations/source/pt/scp2/source/kde.po6
-rw-r--r--translations/source/pt/scp2/source/math.po6
-rw-r--r--translations/source/pt/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/pt/scp2/source/ooo.po6
-rw-r--r--translations/source/pt/scp2/source/python.po10
-rw-r--r--translations/source/pt/scp2/source/quickstart.po6
-rw-r--r--translations/source/pt/scp2/source/sdkoo.po6
-rw-r--r--translations/source/pt/scp2/source/smoketest.po4
-rw-r--r--translations/source/pt/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/pt/scp2/source/writer.po6
-rw-r--r--translations/source/pt/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/pt/scripting/source/pyprov.po4
-rw-r--r--translations/source/pt/sd/source/core.po6
-rw-r--r--translations/source/pt/sd/source/filter/html.po6
-rw-r--r--translations/source/pt/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/pt/sd/source/ui/animations.po6
-rw-r--r--translations/source/pt/sd/source/ui/annotations.po6
-rw-r--r--translations/source/pt/sd/source/ui/app.po6
-rw-r--r--translations/source/pt/sd/source/ui/dlg.po6
-rw-r--r--translations/source/pt/sd/source/ui/notes.po6
-rw-r--r--translations/source/pt/sd/source/ui/slideshow.po6
-rw-r--r--translations/source/pt/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/pt/sd/source/ui/table.po6
-rw-r--r--translations/source/pt/sd/source/ui/view.po6
-rw-r--r--translations/source/pt/sdext/source/minimizer.po12
-rw-r--r--translations/source/pt/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/pt/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po20
-rw-r--r--translations/source/pt/sdext/source/pdfimport.po4
-rw-r--r--translations/source/pt/sdext/source/presenter.po10
-rw-r--r--translations/source/pt/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po18
-rw-r--r--translations/source/pt/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/pt/setup_native/source/mac.po6
-rw-r--r--translations/source/pt/sfx2/source/appl.po6
-rw-r--r--translations/source/pt/sfx2/source/bastyp.po6
-rw-r--r--translations/source/pt/sfx2/source/dialog.po6
-rw-r--r--translations/source/pt/sfx2/source/doc.po6
-rw-r--r--translations/source/pt/sfx2/source/menu.po6
-rw-r--r--translations/source/pt/sfx2/source/view.po6
-rw-r--r--translations/source/pt/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/pt/starmath/source.po6
-rw-r--r--translations/source/pt/svl/source/items.po6
-rw-r--r--translations/source/pt/svl/source/misc.po6
-rw-r--r--translations/source/pt/svtools/source/contnr.po6
-rw-r--r--translations/source/pt/svtools/source/control.po6
-rw-r--r--translations/source/pt/svtools/source/dialogs.po6
-rw-r--r--translations/source/pt/svtools/source/filter.po6
-rw-r--r--translations/source/pt/svtools/source/java.po6
-rw-r--r--translations/source/pt/svtools/source/misc.po6
-rw-r--r--translations/source/pt/svtools/source/plugapp.po6
-rw-r--r--translations/source/pt/svtools/source/toolpanel.po6
-rw-r--r--translations/source/pt/svtools/workben/unodialog.po6
-rw-r--r--translations/source/pt/svx/inc.po6
-rw-r--r--translations/source/pt/svx/source/accessibility.po6
-rw-r--r--translations/source/pt/svx/source/dialog.po6
-rw-r--r--translations/source/pt/svx/source/engine3d.po6
-rw-r--r--translations/source/pt/svx/source/fmcomp.po6
-rw-r--r--translations/source/pt/svx/source/form.po6
-rw-r--r--translations/source/pt/svx/source/gallery2.po6
-rw-r--r--translations/source/pt/svx/source/items.po6
-rw-r--r--translations/source/pt/svx/source/src.po6
-rw-r--r--translations/source/pt/svx/source/stbctrls.po6
-rw-r--r--translations/source/pt/svx/source/svdraw.po6
-rw-r--r--translations/source/pt/svx/source/table.po6
-rw-r--r--translations/source/pt/svx/source/tbxctrls.po6
-rw-r--r--translations/source/pt/svx/source/toolbars.po6
-rw-r--r--translations/source/pt/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/pt/sw/source/core/layout.po4
-rw-r--r--translations/source/pt/sw/source/core/undo.po6
-rw-r--r--translations/source/pt/sw/source/core/unocore.po6
-rw-r--r--translations/source/pt/sw/source/ui/app.po6
-rw-r--r--translations/source/pt/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/pt/sw/source/ui/config.po58
-rw-r--r--translations/source/pt/sw/source/ui/dbui.po6
-rw-r--r--translations/source/pt/sw/source/ui/dialog.po6
-rw-r--r--translations/source/pt/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/pt/sw/source/ui/docvw.po6
-rw-r--r--translations/source/pt/sw/source/ui/envelp.po10
-rw-r--r--translations/source/pt/sw/source/ui/fldui.po6
-rw-r--r--translations/source/pt/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/pt/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/pt/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/pt/sw/source/ui/index.po16
-rw-r--r--translations/source/pt/sw/source/ui/lingu.po6
-rw-r--r--translations/source/pt/sw/source/ui/misc.po6
-rw-r--r--translations/source/pt/sw/source/ui/ribbar.po6
-rw-r--r--translations/source/pt/sw/source/ui/shells.po6
-rw-r--r--translations/source/pt/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/pt/sw/source/ui/table.po6
-rw-r--r--translations/source/pt/sw/source/ui/uiview.po6
-rw-r--r--translations/source/pt/sw/source/ui/utlui.po188
-rw-r--r--translations/source/pt/sw/source/ui/web.po6
-rw-r--r--translations/source/pt/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/pt/swext/mediawiki/help.po30
-rw-r--r--translations/source/pt/swext/mediawiki/src.po10
-rw-r--r--translations/source/pt/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/pt/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po10
-rw-r--r--translations/source/pt/sysui/desktop/share.po6
-rw-r--r--translations/source/pt/uui/source.po6
-rw-r--r--translations/source/pt/vcl/source/src.po6
-rw-r--r--translations/source/pt/wizards/source/euro.po6
-rw-r--r--translations/source/pt/wizards/source/formwizard.po6
-rw-r--r--translations/source/pt/wizards/source/importwizard.po6
-rw-r--r--translations/source/pt/wizards/source/schedule.po6
-rw-r--r--translations/source/pt/wizards/source/template.po6
-rw-r--r--translations/source/pt/xmlsecurity/source/component.po6
-rw-r--r--translations/source/pt/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/ro/accessibility/source/helper.po4
-rw-r--r--translations/source/ro/avmedia/source/framework.po4
-rw-r--r--translations/source/ro/avmedia/source/viewer.po4
-rw-r--r--translations/source/ro/basctl/source/basicide.po16
-rw-r--r--translations/source/ro/basctl/source/dlged.po4
-rw-r--r--translations/source/ro/basic/source/classes.po6
-rw-r--r--translations/source/ro/basic/source/sbx.po4
-rw-r--r--translations/source/ro/chart2/source/controller/dialogs.po28
-rw-r--r--translations/source/ro/connectivity/source/drivers/ado.po4
-rw-r--r--translations/source/ro/connectivity/source/drivers/calc.po4
-rw-r--r--translations/source/ro/connectivity/source/drivers/dbase.po4
-rw-r--r--translations/source/ro/connectivity/source/drivers/evoab2.po4
-rw-r--r--translations/source/ro/connectivity/source/drivers/flat.po4
-rw-r--r--translations/source/ro/connectivity/source/drivers/hsqldb.po4
-rw-r--r--translations/source/ro/connectivity/source/drivers/jdbc.po4
-rw-r--r--translations/source/ro/connectivity/source/drivers/kab.po4
-rw-r--r--translations/source/ro/connectivity/source/drivers/macab.po4
-rw-r--r--translations/source/ro/connectivity/source/drivers/mozab.po12
-rw-r--r--translations/source/ro/connectivity/source/drivers/mysql.po4
-rw-r--r--translations/source/ro/connectivity/source/drivers/odbc.po4
-rw-r--r--translations/source/ro/connectivity/source/drivers/postgresql.po18
-rw-r--r--translations/source/ro/connectivity/source/resource.po4
-rw-r--r--translations/source/ro/cui/source/customize.po122
-rw-r--r--translations/source/ro/cui/source/dialogs.po244
-rw-r--r--translations/source/ro/cui/source/options.po184
-rw-r--r--translations/source/ro/cui/source/tabpages.po458
-rw-r--r--translations/source/ro/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/ro/dbaccess/source/ext/adabas.po4
-rw-r--r--translations/source/ro/dbaccess/source/ext/macromigration.po8
-rw-r--r--translations/source/ro/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/ro/dbaccess/source/ui/app.po4
-rw-r--r--translations/source/ro/dbaccess/source/ui/browser.po4
-rw-r--r--translations/source/ro/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/ro/dbaccess/source/ui/dlg.po8
-rw-r--r--translations/source/ro/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/ro/dbaccess/source/ui/misc.po4
-rw-r--r--translations/source/ro/dbaccess/source/ui/querydesign.po4
-rw-r--r--translations/source/ro/dbaccess/source/ui/relationdesign.po8
-rw-r--r--translations/source/ro/dbaccess/source/ui/tabledesign.po4
-rw-r--r--translations/source/ro/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/ro/desktop/source/app.po8
-rw-r--r--translations/source/ro/desktop/source/deployment/gui.po26
-rw-r--r--translations/source/ro/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/ro/desktop/source/deployment/misc.po18
-rw-r--r--translations/source/ro/desktop/source/deployment/registry.po4
-rw-r--r--translations/source/ro/desktop/source/deployment/registry/component.po4
-rw-r--r--translations/source/ro/desktop/source/deployment/registry/configuration.po4
-rw-r--r--translations/source/ro/desktop/source/deployment/registry/help.po4
-rw-r--r--translations/source/ro/desktop/source/deployment/registry/package.po4
-rw-r--r--translations/source/ro/desktop/source/deployment/registry/script.po4
-rw-r--r--translations/source/ro/desktop/source/deployment/registry/sfwk.po4
-rw-r--r--translations/source/ro/desktop/source/deployment/unopkg.po4
-rw-r--r--translations/source/ro/dictionaries/af_ZA.po3
-rw-r--r--translations/source/ro/dictionaries/an_ES.po18
-rw-r--r--translations/source/ro/dictionaries/ar.po3
-rw-r--r--translations/source/ro/dictionaries/be_BY.po18
-rw-r--r--translations/source/ro/dictionaries/bg_BG.po3
-rw-r--r--translations/source/ro/dictionaries/bn_BD.po3
-rw-r--r--translations/source/ro/dictionaries/br_FR.po3
-rw-r--r--translations/source/ro/dictionaries/ca.po3
-rw-r--r--translations/source/ro/dictionaries/cs_CZ.po3
-rw-r--r--translations/source/ro/dictionaries/da_DK.po3
-rw-r--r--translations/source/ro/dictionaries/de.po3
-rw-r--r--translations/source/ro/dictionaries/el_GR.po18
-rw-r--r--translations/source/ro/dictionaries/en.po5
-rw-r--r--translations/source/ro/dictionaries/en/dialog.po181
-rw-r--r--translations/source/ro/dictionaries/es_ES.po3
-rw-r--r--translations/source/ro/dictionaries/et_EE.po3
-rw-r--r--translations/source/ro/dictionaries/fr_FR.po3
-rw-r--r--translations/source/ro/dictionaries/gd_GB.po18
-rw-r--r--translations/source/ro/dictionaries/gl.po3
-rw-r--r--translations/source/ro/dictionaries/gu_IN.po3
-rw-r--r--translations/source/ro/dictionaries/he_IL.po3
-rw-r--r--translations/source/ro/dictionaries/hi_IN.po3
-rw-r--r--translations/source/ro/dictionaries/hr_HR.po3
-rw-r--r--translations/source/ro/dictionaries/hu_HU.po5
-rw-r--r--translations/source/ro/dictionaries/hu_HU/dialog.po163
-rw-r--r--translations/source/ro/dictionaries/it_IT.po3
-rw-r--r--translations/source/ro/dictionaries/ku_TR.po3
-rw-r--r--translations/source/ro/dictionaries/lt_LT.po3
-rw-r--r--translations/source/ro/dictionaries/lv_LV.po3
-rw-r--r--translations/source/ro/dictionaries/ne_NP.po3
-rw-r--r--translations/source/ro/dictionaries/nl_NL.po3
-rw-r--r--translations/source/ro/dictionaries/no.po3
-rw-r--r--translations/source/ro/dictionaries/oc_FR.po3
-rw-r--r--translations/source/ro/dictionaries/pl_PL.po3
-rw-r--r--translations/source/ro/dictionaries/pt_BR.po3
-rw-r--r--translations/source/ro/dictionaries/pt_PT.po3
-rw-r--r--translations/source/ro/dictionaries/ro.po3
-rw-r--r--translations/source/ro/dictionaries/ru_RU.po5
-rw-r--r--translations/source/ro/dictionaries/ru_RU/dialog.po93
-rw-r--r--translations/source/ro/dictionaries/si_LK.po18
-rw-r--r--translations/source/ro/dictionaries/sk_SK.po3
-rw-r--r--translations/source/ro/dictionaries/sl_SI.po3
-rw-r--r--translations/source/ro/dictionaries/sr.po3
-rw-r--r--translations/source/ro/dictionaries/sv_SE.po3
-rw-r--r--translations/source/ro/dictionaries/sw_TZ.po3
-rw-r--r--translations/source/ro/dictionaries/te_IN.po18
-rw-r--r--translations/source/ro/dictionaries/th_TH.po3
-rw-r--r--translations/source/ro/dictionaries/uk_UA.po3
-rw-r--r--translations/source/ro/dictionaries/vi.po3
-rw-r--r--translations/source/ro/dictionaries/zu_ZA.po3
-rw-r--r--translations/source/ro/editeng/source/accessibility.po4
-rw-r--r--translations/source/ro/editeng/source/editeng.po16
-rw-r--r--translations/source/ro/editeng/source/items.po104
-rw-r--r--translations/source/ro/editeng/source/misc.po6
-rw-r--r--translations/source/ro/editeng/source/outliner.po6
-rw-r--r--translations/source/ro/extensions/source/abpilot.po8
-rw-r--r--translations/source/ro/extensions/source/bibliography.po4
-rw-r--r--translations/source/ro/extensions/source/dbpilots.po4
-rw-r--r--translations/source/ro/extensions/source/propctrlr.po4
-rw-r--r--translations/source/ro/extensions/source/scanner.po8
-rw-r--r--translations/source/ro/extensions/source/update/check.po4
-rw-r--r--translations/source/ro/filter/source/config/fragments/filters.po8
-rw-r--r--translations/source/ro/filter/source/config/fragments/internalgraphicfilters.po4
-rw-r--r--translations/source/ro/filter/source/config/fragments/types.po10
-rw-r--r--translations/source/ro/filter/source/flash.po4
-rw-r--r--translations/source/ro/filter/source/graphicfilter/eps.po4
-rw-r--r--translations/source/ro/filter/source/pdf.po8
-rw-r--r--translations/source/ro/filter/source/t602.po4
-rw-r--r--translations/source/ro/filter/source/xsltdialog.po8
-rw-r--r--translations/source/ro/forms/source/resource.po4
-rw-r--r--translations/source/ro/formula/source/core/resource.po70
-rw-r--r--translations/source/ro/formula/source/ui/dlg.po4
-rw-r--r--translations/source/ro/fpicker/source/office.po28
-rw-r--r--translations/source/ro/framework/source/classes.po4
-rw-r--r--translations/source/ro/framework/source/services.po4
-rw-r--r--translations/source/ro/instsetoo_native/inc_openoffice/windows/msi_languages.po74
-rw-r--r--translations/source/ro/mysqlc/source.po11
-rw-r--r--translations/source/ro/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/ro/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po204
-rw-r--r--translations/source/ro/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po22
-rw-r--r--translations/source/ro/nlpsolver/src/locale.po178
-rw-r--r--translations/source/ro/officecfg/registry/data/org/openoffice/Office.po10
-rw-r--r--translations/source/ro/officecfg/registry/data/org/openoffice/Office/UI.po72
-rw-r--r--translations/source/ro/padmin/source.po16
-rw-r--r--translations/source/ro/readlicense_oo/docs/readme.po42
-rw-r--r--translations/source/ro/reportbuilder/java/com/sun/star/report/function/metadata.po38
-rw-r--r--translations/source/ro/reportbuilder/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ro/reportbuilder/registry/data/org/openoffice/Office/UI.po10
-rw-r--r--translations/source/ro/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/ro/reportbuilder/util.po5
-rw-r--r--translations/source/ro/reportdesign/source/core/resource.po10
-rw-r--r--translations/source/ro/reportdesign/source/ui/dlg.po38
-rw-r--r--translations/source/ro/reportdesign/source/ui/inspection.po22
-rw-r--r--translations/source/ro/reportdesign/source/ui/report.po22
-rw-r--r--translations/source/ro/sc/source/core/src.po4
-rw-r--r--translations/source/ro/sc/source/ui/cctrl.po8
-rw-r--r--translations/source/ro/sc/source/ui/dbgui.po14
-rw-r--r--translations/source/ro/sc/source/ui/docshell.po4
-rw-r--r--translations/source/ro/sc/source/ui/drawfunc.po4
-rw-r--r--translations/source/ro/sc/source/ui/formdlg.po4
-rw-r--r--translations/source/ro/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/ro/sc/source/ui/navipi.po8
-rw-r--r--translations/source/ro/sc/source/ui/pagedlg.po4
-rw-r--r--translations/source/ro/sc/source/ui/src.po338
-rw-r--r--translations/source/ro/sc/source/ui/styleui.po6
-rw-r--r--translations/source/ro/scaddins/source/analysis.po4
-rw-r--r--translations/source/ro/scaddins/source/datefunc.po4
-rw-r--r--translations/source/ro/sccomp/source/solver.po4
-rw-r--r--translations/source/ro/scp2/source/accessories.po4
-rw-r--r--translations/source/ro/scp2/source/activex.po4
-rw-r--r--translations/source/ro/scp2/source/base.po14
-rw-r--r--translations/source/ro/scp2/source/binfilter.po4
-rw-r--r--translations/source/ro/scp2/source/calc.po4
-rw-r--r--translations/source/ro/scp2/source/draw.po4
-rw-r--r--translations/source/ro/scp2/source/extensions.po2202
-rw-r--r--translations/source/ro/scp2/source/gnome.po4
-rw-r--r--translations/source/ro/scp2/source/graphicfilter.po4
-rw-r--r--translations/source/ro/scp2/source/impress.po4
-rw-r--r--translations/source/ro/scp2/source/javafilter.po4
-rw-r--r--translations/source/ro/scp2/source/kde.po4
-rw-r--r--translations/source/ro/scp2/source/math.po4
-rw-r--r--translations/source/ro/scp2/source/onlineupdate.po4
-rw-r--r--translations/source/ro/scp2/source/ooo.po695
-rw-r--r--translations/source/ro/scp2/source/python.po8
-rw-r--r--translations/source/ro/scp2/source/quickstart.po4
-rw-r--r--translations/source/ro/scp2/source/sdkoo.po4
-rw-r--r--translations/source/ro/scp2/source/smoketest.po22
-rw-r--r--translations/source/ro/scp2/source/winexplorerext.po4
-rw-r--r--translations/source/ro/scp2/source/writer.po4
-rw-r--r--translations/source/ro/scp2/source/xsltfilter.po4
-rw-r--r--translations/source/ro/scripting/source/pyprov.po7
-rw-r--r--translations/source/ro/sd/source/core.po36
-rw-r--r--translations/source/ro/sd/source/filter/html.po4
-rw-r--r--translations/source/ro/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/ro/sd/source/ui/animations.po4
-rw-r--r--translations/source/ro/sd/source/ui/annotations.po12
-rw-r--r--translations/source/ro/sd/source/ui/app.po8
-rw-r--r--translations/source/ro/sd/source/ui/dlg.po4
-rw-r--r--translations/source/ro/sd/source/ui/notes.po4
-rw-r--r--translations/source/ro/sd/source/ui/slideshow.po10
-rw-r--r--translations/source/ro/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/ro/sd/source/ui/table.po4
-rw-r--r--translations/source/ro/sd/source/ui/view.po40
-rw-r--r--translations/source/ro/sdext/source/minimizer.po5
-rw-r--r--translations/source/ro/sdext/source/minimizer/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ro/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po14
-rw-r--r--translations/source/ro/sdext/source/pdfimport.po9
-rw-r--r--translations/source/ro/sdext/source/presenter.po3
-rw-r--r--translations/source/ro/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po20
-rw-r--r--translations/source/ro/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/ro/setup_native/source/mac.po4
-rw-r--r--translations/source/ro/sfx2/source/appl.po14
-rw-r--r--translations/source/ro/sfx2/source/bastyp.po4
-rw-r--r--translations/source/ro/sfx2/source/dialog.po24
-rw-r--r--translations/source/ro/sfx2/source/doc.po18
-rw-r--r--translations/source/ro/sfx2/source/menu.po8
-rw-r--r--translations/source/ro/sfx2/source/view.po4
-rw-r--r--translations/source/ro/shell/source/win32/shlxthandler/res.po4
-rw-r--r--translations/source/ro/starmath/source.po46
-rw-r--r--translations/source/ro/svl/source/items.po6
-rw-r--r--translations/source/ro/svl/source/misc.po202
-rw-r--r--translations/source/ro/svtools/source/contnr.po4
-rw-r--r--translations/source/ro/svtools/source/control.po8
-rw-r--r--translations/source/ro/svtools/source/dialogs.po36
-rw-r--r--translations/source/ro/svtools/source/filter.po18
-rw-r--r--translations/source/ro/svtools/source/java.po4
-rw-r--r--translations/source/ro/svtools/source/misc.po59
-rw-r--r--translations/source/ro/svtools/source/plugapp.po6
-rw-r--r--translations/source/ro/svtools/source/toolpanel.po4
-rw-r--r--translations/source/ro/svtools/workben/unodialog.po6
-rw-r--r--translations/source/ro/svx/inc.po10
-rw-r--r--translations/source/ro/svx/source/accessibility.po4
-rw-r--r--translations/source/ro/svx/source/dialog.po58
-rw-r--r--translations/source/ro/svx/source/engine3d.po14
-rw-r--r--translations/source/ro/svx/source/fmcomp.po4
-rw-r--r--translations/source/ro/svx/source/form.po26
-rw-r--r--translations/source/ro/svx/source/gallery2.po4
-rw-r--r--translations/source/ro/svx/source/items.po6
-rw-r--r--translations/source/ro/svx/source/src.po16
-rw-r--r--translations/source/ro/svx/source/stbctrls.po2
-rw-r--r--translations/source/ro/svx/source/svdraw.po4
-rw-r--r--translations/source/ro/svx/source/table.po4
-rw-r--r--translations/source/ro/svx/source/tbxctrls.po14
-rw-r--r--translations/source/ro/svx/source/toolbars.po4
-rw-r--r--translations/source/ro/svx/source/unodialogs/textconversiondlgs.po4
-rw-r--r--translations/source/ro/sw/source/core/layout.po3
-rw-r--r--translations/source/ro/sw/source/core/undo.po6
-rw-r--r--translations/source/ro/sw/source/core/unocore.po4
-rw-r--r--translations/source/ro/sw/source/ui/app.po34
-rw-r--r--translations/source/ro/sw/source/ui/chrdlg.po8
-rw-r--r--translations/source/ro/sw/source/ui/config.po6
-rw-r--r--translations/source/ro/sw/source/ui/dbui.po4
-rw-r--r--translations/source/ro/sw/source/ui/dialog.po14
-rw-r--r--translations/source/ro/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/ro/sw/source/ui/docvw.po28
-rw-r--r--translations/source/ro/sw/source/ui/envelp.po4
-rw-r--r--translations/source/ro/sw/source/ui/fldui.po4
-rw-r--r--translations/source/ro/sw/source/ui/fmtui.po4
-rw-r--r--translations/source/ro/sw/source/ui/frmdlg.po8
-rw-r--r--translations/source/ro/sw/source/ui/globdoc.po4
-rw-r--r--translations/source/ro/sw/source/ui/index.po12
-rw-r--r--translations/source/ro/sw/source/ui/lingu.po14
-rw-r--r--translations/source/ro/sw/source/ui/misc.po8
-rw-r--r--translations/source/ro/sw/source/ui/ribbar.po14
-rw-r--r--translations/source/ro/sw/source/ui/shells.po12
-rw-r--r--translations/source/ro/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/ro/sw/source/ui/table.po44
-rw-r--r--translations/source/ro/sw/source/ui/uiview.po4
-rw-r--r--translations/source/ro/sw/source/ui/utlui.po2
-rw-r--r--translations/source/ro/sw/source/ui/web.po4
-rw-r--r--translations/source/ro/sw/source/ui/wrtsh.po4
-rw-r--r--translations/source/ro/swext/mediawiki/help.po85
-rw-r--r--translations/source/ro/swext/mediawiki/src.po7
-rw-r--r--translations/source/ro/swext/mediawiki/src/registry/data/org/openoffice/Office.po4
-rw-r--r--translations/source/ro/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po4
-rw-r--r--translations/source/ro/sysui/desktop/share.po4
-rw-r--r--translations/source/ro/uui/source.po10
-rw-r--r--translations/source/ro/vcl/source/src.po133
-rw-r--r--translations/source/ro/wizards/source/euro.po4
-rw-r--r--translations/source/ro/wizards/source/formwizard.po4
-rw-r--r--translations/source/ro/wizards/source/importwizard.po4
-rw-r--r--translations/source/ro/wizards/source/schedule.po4
-rw-r--r--translations/source/ro/wizards/source/template.po4
-rw-r--r--translations/source/ro/xmlsecurity/source/component.po4
-rw-r--r--translations/source/ro/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/ru/accessibility/source/helper.po6
-rw-r--r--translations/source/ru/avmedia/source/framework.po6
-rw-r--r--translations/source/ru/avmedia/source/viewer.po6
-rw-r--r--translations/source/ru/basctl/source/basicide.po6
-rw-r--r--translations/source/ru/basctl/source/dlged.po6
-rw-r--r--translations/source/ru/basic/source/classes.po6
-rw-r--r--translations/source/ru/basic/source/sbx.po6
-rw-r--r--translations/source/ru/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/ru/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/ru/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/ru/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/ru/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/ru/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/ru/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/ru/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/ru/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/ru/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/ru/connectivity/source/drivers/mozab.po6
-rw-r--r--translations/source/ru/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/ru/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/ru/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/ru/connectivity/source/resource.po6
-rw-r--r--translations/source/ru/cui/source/customize.po6
-rw-r--r--translations/source/ru/cui/source/dialogs.po6
-rw-r--r--translations/source/ru/cui/source/options.po2
-rw-r--r--translations/source/ru/cui/source/tabpages.po6
-rw-r--r--translations/source/ru/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/ru/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/ru/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/ru/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/ru/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/ru/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/ru/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/ru/dbaccess/source/ui/dlg.po6
-rw-r--r--translations/source/ru/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/ru/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/ru/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/ru/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/ru/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/ru/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/ru/desktop/source/app.po6
-rw-r--r--translations/source/ru/desktop/source/deployment/gui.po6
-rw-r--r--translations/source/ru/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/ru/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/ru/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/ru/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/ru/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/ru/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/ru/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/ru/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/ru/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/ru/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/ru/dictionaries/af_ZA.po4
-rw-r--r--translations/source/ru/dictionaries/an_ES.po4
-rw-r--r--translations/source/ru/dictionaries/ar.po4
-rw-r--r--translations/source/ru/dictionaries/be_BY.po4
-rw-r--r--translations/source/ru/dictionaries/bg_BG.po4
-rw-r--r--translations/source/ru/dictionaries/bn_BD.po4
-rw-r--r--translations/source/ru/dictionaries/br_FR.po4
-rw-r--r--translations/source/ru/dictionaries/ca.po4
-rw-r--r--translations/source/ru/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/ru/dictionaries/da_DK.po4
-rw-r--r--translations/source/ru/dictionaries/de.po4
-rw-r--r--translations/source/ru/dictionaries/el_GR.po4
-rw-r--r--translations/source/ru/dictionaries/en.po4
-rw-r--r--translations/source/ru/dictionaries/en/dialog.po4
-rw-r--r--translations/source/ru/dictionaries/es_ES.po4
-rw-r--r--translations/source/ru/dictionaries/et_EE.po4
-rw-r--r--translations/source/ru/dictionaries/fr_FR.po4
-rw-r--r--translations/source/ru/dictionaries/gd_GB.po4
-rw-r--r--translations/source/ru/dictionaries/gl.po4
-rw-r--r--translations/source/ru/dictionaries/gu_IN.po4
-rw-r--r--translations/source/ru/dictionaries/he_IL.po4
-rw-r--r--translations/source/ru/dictionaries/hi_IN.po4
-rw-r--r--translations/source/ru/dictionaries/hr_HR.po4
-rw-r--r--translations/source/ru/dictionaries/hu_HU.po4
-rw-r--r--translations/source/ru/dictionaries/hu_HU/dialog.po4
-rw-r--r--translations/source/ru/dictionaries/it_IT.po4
-rw-r--r--translations/source/ru/dictionaries/ku_TR.po4
-rw-r--r--translations/source/ru/dictionaries/lt_LT.po4
-rw-r--r--translations/source/ru/dictionaries/lv_LV.po4
-rw-r--r--translations/source/ru/dictionaries/ne_NP.po4
-rw-r--r--translations/source/ru/dictionaries/nl_NL.po4
-rw-r--r--translations/source/ru/dictionaries/no.po4
-rw-r--r--translations/source/ru/dictionaries/oc_FR.po4
-rw-r--r--translations/source/ru/dictionaries/pl_PL.po4
-rw-r--r--translations/source/ru/dictionaries/pt_BR.po4
-rw-r--r--translations/source/ru/dictionaries/pt_PT.po4
-rw-r--r--translations/source/ru/dictionaries/ro.po4
-rw-r--r--translations/source/ru/dictionaries/ru_RU.po4
-rw-r--r--translations/source/ru/dictionaries/ru_RU/dialog.po4
-rw-r--r--translations/source/ru/dictionaries/si_LK.po4
-rw-r--r--translations/source/ru/dictionaries/sk_SK.po4
-rw-r--r--translations/source/ru/dictionaries/sl_SI.po4
-rw-r--r--translations/source/ru/dictionaries/sr.po4
-rw-r--r--translations/source/ru/dictionaries/sv_SE.po4
-rw-r--r--translations/source/ru/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/ru/dictionaries/te_IN.po4
-rw-r--r--translations/source/ru/dictionaries/th_TH.po4
-rw-r--r--translations/source/ru/dictionaries/uk_UA.po4
-rw-r--r--translations/source/ru/dictionaries/vi.po4
-rw-r--r--translations/source/ru/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/ru/editeng/source/accessibility.po6
-rw-r--r--translations/source/ru/editeng/source/editeng.po6
-rw-r--r--translations/source/ru/editeng/source/items.po6
-rw-r--r--translations/source/ru/editeng/source/misc.po6
-rw-r--r--translations/source/ru/editeng/source/outliner.po6
-rw-r--r--translations/source/ru/extensions/source/abpilot.po6
-rw-r--r--translations/source/ru/extensions/source/bibliography.po6
-rw-r--r--translations/source/ru/extensions/source/dbpilots.po6
-rw-r--r--translations/source/ru/extensions/source/propctrlr.po6
-rw-r--r--translations/source/ru/extensions/source/scanner.po6
-rw-r--r--translations/source/ru/extensions/source/update/check.po6
-rw-r--r--translations/source/ru/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/ru/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/ru/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/ru/filter/source/flash.po6
-rw-r--r--translations/source/ru/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/ru/filter/source/pdf.po4
-rw-r--r--translations/source/ru/filter/source/t602.po6
-rw-r--r--translations/source/ru/filter/source/xsltdialog.po4
-rw-r--r--translations/source/ru/forms/source/resource.po6
-rw-r--r--translations/source/ru/formula/source/core/resource.po6
-rw-r--r--translations/source/ru/formula/source/ui/dlg.po6
-rw-r--r--translations/source/ru/fpicker/source/office.po6
-rw-r--r--translations/source/ru/framework/source/classes.po6
-rw-r--r--translations/source/ru/framework/source/services.po6
-rw-r--r--translations/source/ru/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/sbasic/shared.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/scalc/01.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/scalc/04.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/scalc/guide.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/sdraw/04.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/shared.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/shared/00.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/shared/01.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/shared/02.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/shared/guide.po75
-rw-r--r--translations/source/ru/helpcontent2/source/text/shared/optionen.po81
-rw-r--r--translations/source/ru/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/ru/helpcontent2/source/text/simpress/04.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/smath/01.po13
-rw-r--r--translations/source/ru/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/swriter/00.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/swriter/01.po10
-rw-r--r--translations/source/ru/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/swriter/04.po2
-rw-r--r--translations/source/ru/helpcontent2/source/text/swriter/guide.po10
-rw-r--r--translations/source/ru/instsetoo_native/inc_openoffice/windows/msi_languages.po4
-rw-r--r--translations/source/ru/mysqlc/source.po4
-rw-r--r--translations/source/ru/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/ru/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po4
-rw-r--r--translations/source/ru/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/ru/nlpsolver/src/locale.po4
-rw-r--r--translations/source/ru/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ru/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--translations/source/ru/padmin/source.po6
-rw-r--r--translations/source/ru/readlicense_oo/docs/readme.po20
-rw-r--r--translations/source/ru/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/ru/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ru/reportbuilder/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--translations/source/ru/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/ru/reportbuilder/util.po4
-rw-r--r--translations/source/ru/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/ru/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/ru/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/ru/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/ru/sc/source/core/src.po6
-rw-r--r--translations/source/ru/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/ru/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/ru/sc/source/ui/docshell.po6
-rw-r--r--translations/source/ru/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/ru/sc/source/ui/formdlg.po6
-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.po6
-rw-r--r--translations/source/ru/sc/source/ui/src.po6
-rw-r--r--translations/source/ru/sc/source/ui/styleui.po6
-rw-r--r--translations/source/ru/scaddins/source/analysis.po6
-rw-r--r--translations/source/ru/scaddins/source/datefunc.po6
-rw-r--r--translations/source/ru/sccomp/source/solver.po6
-rw-r--r--translations/source/ru/scp2/source/accessories.po6
-rw-r--r--translations/source/ru/scp2/source/activex.po6
-rw-r--r--translations/source/ru/scp2/source/base.po20
-rw-r--r--translations/source/ru/scp2/source/binfilter.po6
-rw-r--r--translations/source/ru/scp2/source/calc.po6
-rw-r--r--translations/source/ru/scp2/source/draw.po6
-rw-r--r--translations/source/ru/scp2/source/extensions.po16
-rw-r--r--translations/source/ru/scp2/source/gnome.po6
-rw-r--r--translations/source/ru/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/ru/scp2/source/impress.po6
-rw-r--r--translations/source/ru/scp2/source/javafilter.po6
-rw-r--r--translations/source/ru/scp2/source/kde.po6
-rw-r--r--translations/source/ru/scp2/source/math.po6
-rw-r--r--translations/source/ru/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/ru/scp2/source/ooo.po6
-rw-r--r--translations/source/ru/scp2/source/python.po6
-rw-r--r--translations/source/ru/scp2/source/quickstart.po6
-rw-r--r--translations/source/ru/scp2/source/sdkoo.po6
-rw-r--r--translations/source/ru/scp2/source/smoketest.po4
-rw-r--r--translations/source/ru/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/ru/scp2/source/writer.po6
-rw-r--r--translations/source/ru/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/ru/scripting/source/pyprov.po4
-rw-r--r--translations/source/ru/sd/source/core.po6
-rw-r--r--translations/source/ru/sd/source/filter/html.po6
-rw-r--r--translations/source/ru/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/ru/sd/source/ui/animations.po6
-rw-r--r--translations/source/ru/sd/source/ui/annotations.po6
-rw-r--r--translations/source/ru/sd/source/ui/app.po6
-rw-r--r--translations/source/ru/sd/source/ui/dlg.po6
-rw-r--r--translations/source/ru/sd/source/ui/notes.po6
-rw-r--r--translations/source/ru/sd/source/ui/slideshow.po6
-rw-r--r--translations/source/ru/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/ru/sd/source/ui/table.po6
-rw-r--r--translations/source/ru/sd/source/ui/view.po6
-rw-r--r--translations/source/ru/sdext/source/minimizer.po4
-rw-r--r--translations/source/ru/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ru/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/ru/sdext/source/pdfimport.po4
-rw-r--r--translations/source/ru/sdext/source/presenter.po4
-rw-r--r--translations/source/ru/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/ru/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/ru/setup_native/source/mac.po6
-rw-r--r--translations/source/ru/sfx2/source/appl.po6
-rw-r--r--translations/source/ru/sfx2/source/bastyp.po6
-rw-r--r--translations/source/ru/sfx2/source/dialog.po6
-rw-r--r--translations/source/ru/sfx2/source/doc.po6
-rw-r--r--translations/source/ru/sfx2/source/menu.po6
-rw-r--r--translations/source/ru/sfx2/source/view.po6
-rw-r--r--translations/source/ru/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/ru/starmath/source.po4
-rw-r--r--translations/source/ru/svl/source/items.po6
-rw-r--r--translations/source/ru/svl/source/misc.po6
-rw-r--r--translations/source/ru/svtools/source/contnr.po6
-rw-r--r--translations/source/ru/svtools/source/control.po6
-rw-r--r--translations/source/ru/svtools/source/dialogs.po6
-rw-r--r--translations/source/ru/svtools/source/filter.po6
-rw-r--r--translations/source/ru/svtools/source/java.po6
-rw-r--r--translations/source/ru/svtools/source/misc.po6
-rw-r--r--translations/source/ru/svtools/source/plugapp.po6
-rw-r--r--translations/source/ru/svtools/source/toolpanel.po6
-rw-r--r--translations/source/ru/svtools/workben/unodialog.po6
-rw-r--r--translations/source/ru/svx/inc.po6
-rw-r--r--translations/source/ru/svx/source/accessibility.po6
-rw-r--r--translations/source/ru/svx/source/dialog.po6
-rw-r--r--translations/source/ru/svx/source/engine3d.po6
-rw-r--r--translations/source/ru/svx/source/fmcomp.po6
-rw-r--r--translations/source/ru/svx/source/form.po6
-rw-r--r--translations/source/ru/svx/source/gallery2.po6
-rw-r--r--translations/source/ru/svx/source/items.po6
-rw-r--r--translations/source/ru/svx/source/src.po6
-rw-r--r--translations/source/ru/svx/source/stbctrls.po6
-rw-r--r--translations/source/ru/svx/source/svdraw.po6
-rw-r--r--translations/source/ru/svx/source/table.po6
-rw-r--r--translations/source/ru/svx/source/tbxctrls.po6
-rw-r--r--translations/source/ru/svx/source/toolbars.po6
-rw-r--r--translations/source/ru/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/ru/sw/source/core/layout.po4
-rw-r--r--translations/source/ru/sw/source/core/undo.po6
-rw-r--r--translations/source/ru/sw/source/core/unocore.po6
-rw-r--r--translations/source/ru/sw/source/ui/app.po6
-rw-r--r--translations/source/ru/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/ru/sw/source/ui/config.po2
-rw-r--r--translations/source/ru/sw/source/ui/dbui.po6
-rw-r--r--translations/source/ru/sw/source/ui/dialog.po6
-rw-r--r--translations/source/ru/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/ru/sw/source/ui/docvw.po6
-rw-r--r--translations/source/ru/sw/source/ui/envelp.po6
-rw-r--r--translations/source/ru/sw/source/ui/fldui.po6
-rw-r--r--translations/source/ru/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/ru/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/ru/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/ru/sw/source/ui/index.po6
-rw-r--r--translations/source/ru/sw/source/ui/lingu.po6
-rw-r--r--translations/source/ru/sw/source/ui/misc.po6
-rw-r--r--translations/source/ru/sw/source/ui/ribbar.po6
-rw-r--r--translations/source/ru/sw/source/ui/shells.po6
-rw-r--r--translations/source/ru/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/ru/sw/source/ui/table.po6
-rw-r--r--translations/source/ru/sw/source/ui/uiview.po6
-rw-r--r--translations/source/ru/sw/source/ui/utlui.po4
-rw-r--r--translations/source/ru/sw/source/ui/web.po6
-rw-r--r--translations/source/ru/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/ru/swext/mediawiki/help.po6
-rw-r--r--translations/source/ru/swext/mediawiki/src.po4
-rw-r--r--translations/source/ru/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ru/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/ru/sysui/desktop/share.po6
-rw-r--r--translations/source/ru/uui/source.po6
-rw-r--r--translations/source/ru/vcl/source/src.po4
-rw-r--r--translations/source/ru/wizards/source/euro.po6
-rw-r--r--translations/source/ru/wizards/source/formwizard.po6
-rw-r--r--translations/source/ru/wizards/source/importwizard.po6
-rw-r--r--translations/source/ru/wizards/source/schedule.po6
-rw-r--r--translations/source/ru/wizards/source/template.po6
-rw-r--r--translations/source/ru/xmlsecurity/source/component.po6
-rw-r--r--translations/source/ru/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/rw/accessibility/source/helper.po6
-rw-r--r--translations/source/rw/avmedia/source/framework.po6
-rw-r--r--translations/source/rw/avmedia/source/viewer.po6
-rw-r--r--translations/source/rw/basctl/source/basicide.po6
-rw-r--r--translations/source/rw/basctl/source/dlged.po6
-rw-r--r--translations/source/rw/basic/source/classes.po6
-rw-r--r--translations/source/rw/basic/source/sbx.po6
-rw-r--r--translations/source/rw/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/rw/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/rw/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/rw/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/rw/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/rw/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/rw/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/rw/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/rw/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/rw/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/rw/connectivity/source/drivers/mozab.po10
-rw-r--r--translations/source/rw/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/rw/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/rw/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/rw/connectivity/source/resource.po6
-rw-r--r--translations/source/rw/cui/source/customize.po6
-rw-r--r--translations/source/rw/cui/source/dialogs.po40
-rw-r--r--translations/source/rw/cui/source/options.po22
-rw-r--r--translations/source/rw/cui/source/tabpages.po148
-rw-r--r--translations/source/rw/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/rw/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/rw/dbaccess/source/ext/macromigration.po8
-rw-r--r--translations/source/rw/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/rw/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/rw/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/rw/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/rw/dbaccess/source/ui/dlg.po11
-rw-r--r--translations/source/rw/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/rw/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/rw/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/rw/dbaccess/source/ui/relationdesign.po8
-rw-r--r--translations/source/rw/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/rw/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/rw/desktop/source/app.po10
-rw-r--r--translations/source/rw/desktop/source/deployment/gui.po28
-rw-r--r--translations/source/rw/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/rw/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/rw/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/rw/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/rw/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/rw/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/rw/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/rw/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/rw/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/rw/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/rw/dictionaries/af_ZA.po4
-rw-r--r--translations/source/rw/dictionaries/an_ES.po19
-rw-r--r--translations/source/rw/dictionaries/ar.po4
-rw-r--r--translations/source/rw/dictionaries/be_BY.po4
-rw-r--r--translations/source/rw/dictionaries/bg_BG.po4
-rw-r--r--translations/source/rw/dictionaries/bn_BD.po4
-rw-r--r--translations/source/rw/dictionaries/br_FR.po4
-rw-r--r--translations/source/rw/dictionaries/ca.po4
-rw-r--r--translations/source/rw/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/rw/dictionaries/da_DK.po4
-rw-r--r--translations/source/rw/dictionaries/de.po4
-rw-r--r--translations/source/rw/dictionaries/el_GR.po4
-rw-r--r--translations/source/rw/dictionaries/en.po6
-rw-r--r--translations/source/rw/dictionaries/en/dialog.po171
-rw-r--r--translations/source/rw/dictionaries/es_ES.po4
-rw-r--r--translations/source/rw/dictionaries/et_EE.po4
-rw-r--r--translations/source/rw/dictionaries/fr_FR.po4
-rw-r--r--translations/source/rw/dictionaries/gd_GB.po4
-rw-r--r--translations/source/rw/dictionaries/gl.po4
-rw-r--r--translations/source/rw/dictionaries/gu_IN.po4
-rw-r--r--translations/source/rw/dictionaries/he_IL.po4
-rw-r--r--translations/source/rw/dictionaries/hi_IN.po4
-rw-r--r--translations/source/rw/dictionaries/hr_HR.po4
-rw-r--r--translations/source/rw/dictionaries/hu_HU.po6
-rw-r--r--translations/source/rw/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/rw/dictionaries/it_IT.po4
-rw-r--r--translations/source/rw/dictionaries/ku_TR.po4
-rw-r--r--translations/source/rw/dictionaries/lt_LT.po4
-rw-r--r--translations/source/rw/dictionaries/lv_LV.po4
-rw-r--r--translations/source/rw/dictionaries/ne_NP.po4
-rw-r--r--translations/source/rw/dictionaries/nl_NL.po4
-rw-r--r--translations/source/rw/dictionaries/no.po4
-rw-r--r--translations/source/rw/dictionaries/oc_FR.po4
-rw-r--r--translations/source/rw/dictionaries/pl_PL.po4
-rw-r--r--translations/source/rw/dictionaries/pt_BR.po4
-rw-r--r--translations/source/rw/dictionaries/pt_PT.po4
-rw-r--r--translations/source/rw/dictionaries/ro.po4
-rw-r--r--translations/source/rw/dictionaries/ru_RU.po6
-rw-r--r--translations/source/rw/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/rw/dictionaries/si_LK.po19
-rw-r--r--translations/source/rw/dictionaries/sk_SK.po4
-rw-r--r--translations/source/rw/dictionaries/sl_SI.po4
-rw-r--r--translations/source/rw/dictionaries/sr.po4
-rw-r--r--translations/source/rw/dictionaries/sv_SE.po4
-rw-r--r--translations/source/rw/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/rw/dictionaries/te_IN.po4
-rw-r--r--translations/source/rw/dictionaries/th_TH.po4
-rw-r--r--translations/source/rw/dictionaries/uk_UA.po4
-rw-r--r--translations/source/rw/dictionaries/vi.po4
-rw-r--r--translations/source/rw/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/rw/editeng/source/accessibility.po6
-rw-r--r--translations/source/rw/editeng/source/editeng.po8
-rw-r--r--translations/source/rw/editeng/source/items.po30
-rw-r--r--translations/source/rw/editeng/source/misc.po6
-rw-r--r--translations/source/rw/editeng/source/outliner.po6
-rw-r--r--translations/source/rw/extensions/source/abpilot.po10
-rw-r--r--translations/source/rw/extensions/source/bibliography.po6
-rw-r--r--translations/source/rw/extensions/source/dbpilots.po6
-rw-r--r--translations/source/rw/extensions/source/propctrlr.po6
-rw-r--r--translations/source/rw/extensions/source/scanner.po8
-rw-r--r--translations/source/rw/extensions/source/update/check.po6
-rw-r--r--translations/source/rw/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/rw/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/rw/filter/source/config/fragments/types.po8
-rw-r--r--translations/source/rw/filter/source/flash.po6
-rw-r--r--translations/source/rw/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/rw/filter/source/pdf.po10
-rw-r--r--translations/source/rw/filter/source/t602.po6
-rw-r--r--translations/source/rw/filter/source/xsltdialog.po6
-rw-r--r--translations/source/rw/forms/source/resource.po6
-rw-r--r--translations/source/rw/formula/source/core/resource.po22
-rw-r--r--translations/source/rw/formula/source/ui/dlg.po6
-rw-r--r--translations/source/rw/fpicker/source/office.po6
-rw-r--r--translations/source/rw/framework/source/classes.po6
-rw-r--r--translations/source/rw/framework/source/services.po6
-rw-r--r--translations/source/rw/instsetoo_native/inc_openoffice/windows/msi_languages.po68
-rw-r--r--translations/source/rw/mysqlc/source.po6
-rw-r--r--translations/source/rw/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/rw/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/rw/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/rw/nlpsolver/src/locale.po179
-rw-r--r--translations/source/rw/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/rw/officecfg/registry/data/org/openoffice/Office/UI.po57
-rw-r--r--translations/source/rw/padmin/source.po6
-rw-r--r--translations/source/rw/readlicense_oo/docs/readme.po34
-rw-r--r--translations/source/rw/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/rw/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/rw/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/rw/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/rw/reportbuilder/util.po4
-rw-r--r--translations/source/rw/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/rw/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/rw/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/rw/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/rw/sc/source/core/src.po6
-rw-r--r--translations/source/rw/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/rw/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/rw/sc/source/ui/docshell.po6
-rw-r--r--translations/source/rw/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/rw/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/rw/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/rw/sc/source/ui/navipi.po8
-rw-r--r--translations/source/rw/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/rw/sc/source/ui/src.po144
-rw-r--r--translations/source/rw/sc/source/ui/styleui.po8
-rw-r--r--translations/source/rw/scaddins/source/analysis.po6
-rw-r--r--translations/source/rw/scaddins/source/datefunc.po6
-rw-r--r--translations/source/rw/sccomp/source/solver.po6
-rw-r--r--translations/source/rw/scp2/source/accessories.po6
-rw-r--r--translations/source/rw/scp2/source/activex.po6
-rw-r--r--translations/source/rw/scp2/source/base.po16
-rw-r--r--translations/source/rw/scp2/source/binfilter.po6
-rw-r--r--translations/source/rw/scp2/source/calc.po6
-rw-r--r--translations/source/rw/scp2/source/draw.po6
-rw-r--r--translations/source/rw/scp2/source/extensions.po2240
-rw-r--r--translations/source/rw/scp2/source/gnome.po6
-rw-r--r--translations/source/rw/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/rw/scp2/source/impress.po6
-rw-r--r--translations/source/rw/scp2/source/javafilter.po6
-rw-r--r--translations/source/rw/scp2/source/kde.po6
-rw-r--r--translations/source/rw/scp2/source/math.po6
-rw-r--r--translations/source/rw/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/rw/scp2/source/ooo.po31
-rw-r--r--translations/source/rw/scp2/source/python.po6
-rw-r--r--translations/source/rw/scp2/source/quickstart.po6
-rw-r--r--translations/source/rw/scp2/source/sdkoo.po6
-rw-r--r--translations/source/rw/scp2/source/smoketest.po23
-rw-r--r--translations/source/rw/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/rw/scp2/source/writer.po6
-rw-r--r--translations/source/rw/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/rw/scripting/source/pyprov.po4
-rw-r--r--translations/source/rw/sd/source/core.po41
-rw-r--r--translations/source/rw/sd/source/filter/html.po6
-rw-r--r--translations/source/rw/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/rw/sd/source/ui/animations.po6
-rw-r--r--translations/source/rw/sd/source/ui/annotations.po6
-rw-r--r--translations/source/rw/sd/source/ui/app.po8
-rw-r--r--translations/source/rw/sd/source/ui/dlg.po6
-rw-r--r--translations/source/rw/sd/source/ui/notes.po6
-rw-r--r--translations/source/rw/sd/source/ui/slideshow.po15
-rw-r--r--translations/source/rw/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/rw/sd/source/ui/table.po6
-rw-r--r--translations/source/rw/sd/source/ui/view.po6
-rw-r--r--translations/source/rw/sdext/source/minimizer.po4
-rw-r--r--translations/source/rw/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/rw/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/rw/sdext/source/pdfimport.po4
-rw-r--r--translations/source/rw/sdext/source/presenter.po4
-rw-r--r--translations/source/rw/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/rw/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/rw/setup_native/source/mac.po6
-rw-r--r--translations/source/rw/sfx2/source/appl.po6
-rw-r--r--translations/source/rw/sfx2/source/bastyp.po6
-rw-r--r--translations/source/rw/sfx2/source/dialog.po12
-rw-r--r--translations/source/rw/sfx2/source/doc.po16
-rw-r--r--translations/source/rw/sfx2/source/menu.po6
-rw-r--r--translations/source/rw/sfx2/source/view.po6
-rw-r--r--translations/source/rw/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/rw/starmath/source.po6
-rw-r--r--translations/source/rw/svl/source/items.po6
-rw-r--r--translations/source/rw/svl/source/misc.po8
-rw-r--r--translations/source/rw/svtools/source/contnr.po6
-rw-r--r--translations/source/rw/svtools/source/control.po6
-rw-r--r--translations/source/rw/svtools/source/dialogs.po6
-rw-r--r--translations/source/rw/svtools/source/filter.po6
-rw-r--r--translations/source/rw/svtools/source/java.po6
-rw-r--r--translations/source/rw/svtools/source/misc.po51
-rw-r--r--translations/source/rw/svtools/source/plugapp.po6
-rw-r--r--translations/source/rw/svtools/source/toolpanel.po6
-rw-r--r--translations/source/rw/svtools/workben/unodialog.po6
-rw-r--r--translations/source/rw/svx/inc.po8
-rw-r--r--translations/source/rw/svx/source/accessibility.po6
-rw-r--r--translations/source/rw/svx/source/dialog.po10
-rw-r--r--translations/source/rw/svx/source/engine3d.po6
-rw-r--r--translations/source/rw/svx/source/fmcomp.po6
-rw-r--r--translations/source/rw/svx/source/form.po6
-rw-r--r--translations/source/rw/svx/source/gallery2.po6
-rw-r--r--translations/source/rw/svx/source/items.po6
-rw-r--r--translations/source/rw/svx/source/src.po6
-rw-r--r--translations/source/rw/svx/source/stbctrls.po2
-rw-r--r--translations/source/rw/svx/source/svdraw.po6
-rw-r--r--translations/source/rw/svx/source/table.po6
-rw-r--r--translations/source/rw/svx/source/tbxctrls.po6
-rw-r--r--translations/source/rw/svx/source/toolbars.po6
-rw-r--r--translations/source/rw/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/rw/sw/source/core/layout.po4
-rw-r--r--translations/source/rw/sw/source/core/undo.po8
-rw-r--r--translations/source/rw/sw/source/core/unocore.po6
-rw-r--r--translations/source/rw/sw/source/ui/app.po22
-rw-r--r--translations/source/rw/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/rw/sw/source/ui/config.po2
-rw-r--r--translations/source/rw/sw/source/ui/dbui.po6
-rw-r--r--translations/source/rw/sw/source/ui/dialog.po14
-rw-r--r--translations/source/rw/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/rw/sw/source/ui/docvw.po22
-rw-r--r--translations/source/rw/sw/source/ui/envelp.po6
-rw-r--r--translations/source/rw/sw/source/ui/fldui.po6
-rw-r--r--translations/source/rw/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/rw/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/rw/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/rw/sw/source/ui/index.po11
-rw-r--r--translations/source/rw/sw/source/ui/lingu.po6
-rw-r--r--translations/source/rw/sw/source/ui/misc.po6
-rw-r--r--translations/source/rw/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/rw/sw/source/ui/shells.po14
-rw-r--r--translations/source/rw/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/rw/sw/source/ui/table.po18
-rw-r--r--translations/source/rw/sw/source/ui/uiview.po6
-rw-r--r--translations/source/rw/sw/source/ui/utlui.po22
-rw-r--r--translations/source/rw/sw/source/ui/web.po6
-rw-r--r--translations/source/rw/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/rw/swext/mediawiki/help.po10
-rw-r--r--translations/source/rw/swext/mediawiki/src.po6
-rw-r--r--translations/source/rw/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/rw/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/rw/sysui/desktop/share.po6
-rw-r--r--translations/source/rw/uui/source.po6
-rw-r--r--translations/source/rw/vcl/source/src.po38
-rw-r--r--translations/source/rw/wizards/source/euro.po6
-rw-r--r--translations/source/rw/wizards/source/formwizard.po6
-rw-r--r--translations/source/rw/wizards/source/importwizard.po6
-rw-r--r--translations/source/rw/wizards/source/schedule.po6
-rw-r--r--translations/source/rw/wizards/source/template.po6
-rw-r--r--translations/source/rw/xmlsecurity/source/component.po6
-rw-r--r--translations/source/rw/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/sa-IN/accessibility/source/helper.po6
-rw-r--r--translations/source/sa-IN/avmedia/source/framework.po6
-rw-r--r--translations/source/sa-IN/avmedia/source/viewer.po6
-rw-r--r--translations/source/sa-IN/basctl/source/basicide.po6
-rw-r--r--translations/source/sa-IN/basctl/source/dlged.po6
-rw-r--r--translations/source/sa-IN/basic/source/classes.po6
-rw-r--r--translations/source/sa-IN/basic/source/sbx.po6
-rw-r--r--translations/source/sa-IN/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/sa-IN/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/sa-IN/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/sa-IN/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/sa-IN/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/sa-IN/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/sa-IN/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/sa-IN/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/sa-IN/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/sa-IN/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/sa-IN/connectivity/source/drivers/mozab.po10
-rw-r--r--translations/source/sa-IN/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/sa-IN/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/sa-IN/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/sa-IN/connectivity/source/resource.po6
-rw-r--r--translations/source/sa-IN/cui/source/customize.po6
-rw-r--r--translations/source/sa-IN/cui/source/dialogs.po48
-rw-r--r--translations/source/sa-IN/cui/source/options.po20
-rw-r--r--translations/source/sa-IN/cui/source/tabpages.po150
-rw-r--r--translations/source/sa-IN/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/sa-IN/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/sa-IN/dbaccess/source/ext/macromigration.po8
-rw-r--r--translations/source/sa-IN/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/sa-IN/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/sa-IN/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/sa-IN/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/sa-IN/dbaccess/source/ui/dlg.po15
-rw-r--r--translations/source/sa-IN/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/sa-IN/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/sa-IN/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/sa-IN/dbaccess/source/ui/relationdesign.po8
-rw-r--r--translations/source/sa-IN/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/sa-IN/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/sa-IN/desktop/source/app.po10
-rw-r--r--translations/source/sa-IN/desktop/source/deployment/gui.po32
-rw-r--r--translations/source/sa-IN/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/sa-IN/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/sa-IN/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/sa-IN/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/sa-IN/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/sa-IN/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/sa-IN/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/sa-IN/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/sa-IN/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/sa-IN/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/sa-IN/dictionaries/af_ZA.po4
-rw-r--r--translations/source/sa-IN/dictionaries/an_ES.po19
-rw-r--r--translations/source/sa-IN/dictionaries/ar.po4
-rw-r--r--translations/source/sa-IN/dictionaries/be_BY.po4
-rw-r--r--translations/source/sa-IN/dictionaries/bg_BG.po4
-rw-r--r--translations/source/sa-IN/dictionaries/bn_BD.po4
-rw-r--r--translations/source/sa-IN/dictionaries/br_FR.po4
-rw-r--r--translations/source/sa-IN/dictionaries/ca.po4
-rw-r--r--translations/source/sa-IN/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/sa-IN/dictionaries/da_DK.po4
-rw-r--r--translations/source/sa-IN/dictionaries/de.po4
-rw-r--r--translations/source/sa-IN/dictionaries/el_GR.po4
-rw-r--r--translations/source/sa-IN/dictionaries/en.po6
-rw-r--r--translations/source/sa-IN/dictionaries/en/dialog.po171
-rw-r--r--translations/source/sa-IN/dictionaries/es_ES.po4
-rw-r--r--translations/source/sa-IN/dictionaries/et_EE.po4
-rw-r--r--translations/source/sa-IN/dictionaries/fr_FR.po4
-rw-r--r--translations/source/sa-IN/dictionaries/gd_GB.po4
-rw-r--r--translations/source/sa-IN/dictionaries/gl.po4
-rw-r--r--translations/source/sa-IN/dictionaries/gu_IN.po4
-rw-r--r--translations/source/sa-IN/dictionaries/he_IL.po4
-rw-r--r--translations/source/sa-IN/dictionaries/hi_IN.po4
-rw-r--r--translations/source/sa-IN/dictionaries/hr_HR.po4
-rw-r--r--translations/source/sa-IN/dictionaries/hu_HU.po6
-rw-r--r--translations/source/sa-IN/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/sa-IN/dictionaries/it_IT.po4
-rw-r--r--translations/source/sa-IN/dictionaries/ku_TR.po4
-rw-r--r--translations/source/sa-IN/dictionaries/lt_LT.po4
-rw-r--r--translations/source/sa-IN/dictionaries/lv_LV.po4
-rw-r--r--translations/source/sa-IN/dictionaries/ne_NP.po4
-rw-r--r--translations/source/sa-IN/dictionaries/nl_NL.po4
-rw-r--r--translations/source/sa-IN/dictionaries/no.po4
-rw-r--r--translations/source/sa-IN/dictionaries/oc_FR.po4
-rw-r--r--translations/source/sa-IN/dictionaries/pl_PL.po4
-rw-r--r--translations/source/sa-IN/dictionaries/pt_BR.po4
-rw-r--r--translations/source/sa-IN/dictionaries/pt_PT.po4
-rw-r--r--translations/source/sa-IN/dictionaries/ro.po4
-rw-r--r--translations/source/sa-IN/dictionaries/ru_RU.po6
-rw-r--r--translations/source/sa-IN/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/sa-IN/dictionaries/si_LK.po19
-rw-r--r--translations/source/sa-IN/dictionaries/sk_SK.po4
-rw-r--r--translations/source/sa-IN/dictionaries/sl_SI.po4
-rw-r--r--translations/source/sa-IN/dictionaries/sr.po4
-rw-r--r--translations/source/sa-IN/dictionaries/sv_SE.po4
-rw-r--r--translations/source/sa-IN/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/sa-IN/dictionaries/te_IN.po4
-rw-r--r--translations/source/sa-IN/dictionaries/th_TH.po4
-rw-r--r--translations/source/sa-IN/dictionaries/uk_UA.po4
-rw-r--r--translations/source/sa-IN/dictionaries/vi.po4
-rw-r--r--translations/source/sa-IN/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/sa-IN/editeng/source/accessibility.po6
-rw-r--r--translations/source/sa-IN/editeng/source/editeng.po8
-rw-r--r--translations/source/sa-IN/editeng/source/items.po30
-rw-r--r--translations/source/sa-IN/editeng/source/misc.po6
-rw-r--r--translations/source/sa-IN/editeng/source/outliner.po6
-rw-r--r--translations/source/sa-IN/extensions/source/abpilot.po10
-rw-r--r--translations/source/sa-IN/extensions/source/bibliography.po6
-rw-r--r--translations/source/sa-IN/extensions/source/dbpilots.po6
-rw-r--r--translations/source/sa-IN/extensions/source/propctrlr.po6
-rw-r--r--translations/source/sa-IN/extensions/source/scanner.po6
-rw-r--r--translations/source/sa-IN/extensions/source/update/check.po6
-rw-r--r--translations/source/sa-IN/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/sa-IN/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/sa-IN/filter/source/config/fragments/types.po10
-rw-r--r--translations/source/sa-IN/filter/source/flash.po6
-rw-r--r--translations/source/sa-IN/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/sa-IN/filter/source/pdf.po10
-rw-r--r--translations/source/sa-IN/filter/source/t602.po6
-rw-r--r--translations/source/sa-IN/filter/source/xsltdialog.po6
-rw-r--r--translations/source/sa-IN/forms/source/resource.po6
-rw-r--r--translations/source/sa-IN/formula/source/core/resource.po22
-rw-r--r--translations/source/sa-IN/formula/source/ui/dlg.po6
-rw-r--r--translations/source/sa-IN/fpicker/source/office.po6
-rw-r--r--translations/source/sa-IN/framework/source/classes.po6
-rw-r--r--translations/source/sa-IN/framework/source/services.po6
-rw-r--r--translations/source/sa-IN/instsetoo_native/inc_openoffice/windows/msi_languages.po68
-rw-r--r--translations/source/sa-IN/mysqlc/source.po6
-rw-r--r--translations/source/sa-IN/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/sa-IN/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/sa-IN/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/sa-IN/nlpsolver/src/locale.po179
-rw-r--r--translations/source/sa-IN/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/sa-IN/officecfg/registry/data/org/openoffice/Office/UI.po57
-rw-r--r--translations/source/sa-IN/padmin/source.po6
-rw-r--r--translations/source/sa-IN/readlicense_oo/docs/readme.po34
-rw-r--r--translations/source/sa-IN/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/sa-IN/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/sa-IN/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/sa-IN/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/sa-IN/reportbuilder/util.po4
-rw-r--r--translations/source/sa-IN/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/sa-IN/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/sa-IN/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/sa-IN/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/sa-IN/sc/source/core/src.po6
-rw-r--r--translations/source/sa-IN/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/sa-IN/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/sa-IN/sc/source/ui/docshell.po6
-rw-r--r--translations/source/sa-IN/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/sa-IN/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/sa-IN/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/sa-IN/sc/source/ui/navipi.po8
-rw-r--r--translations/source/sa-IN/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/sa-IN/sc/source/ui/src.po142
-rw-r--r--translations/source/sa-IN/sc/source/ui/styleui.po8
-rw-r--r--translations/source/sa-IN/scaddins/source/analysis.po6
-rw-r--r--translations/source/sa-IN/scaddins/source/datefunc.po6
-rw-r--r--translations/source/sa-IN/sccomp/source/solver.po6
-rw-r--r--translations/source/sa-IN/scp2/source/accessories.po6
-rw-r--r--translations/source/sa-IN/scp2/source/activex.po6
-rw-r--r--translations/source/sa-IN/scp2/source/base.po16
-rw-r--r--translations/source/sa-IN/scp2/source/binfilter.po6
-rw-r--r--translations/source/sa-IN/scp2/source/calc.po6
-rw-r--r--translations/source/sa-IN/scp2/source/draw.po6
-rw-r--r--translations/source/sa-IN/scp2/source/extensions.po2220
-rw-r--r--translations/source/sa-IN/scp2/source/gnome.po6
-rw-r--r--translations/source/sa-IN/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/sa-IN/scp2/source/impress.po6
-rw-r--r--translations/source/sa-IN/scp2/source/javafilter.po6
-rw-r--r--translations/source/sa-IN/scp2/source/kde.po6
-rw-r--r--translations/source/sa-IN/scp2/source/math.po6
-rw-r--r--translations/source/sa-IN/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/sa-IN/scp2/source/ooo.po31
-rw-r--r--translations/source/sa-IN/scp2/source/python.po6
-rw-r--r--translations/source/sa-IN/scp2/source/quickstart.po6
-rw-r--r--translations/source/sa-IN/scp2/source/sdkoo.po6
-rw-r--r--translations/source/sa-IN/scp2/source/smoketest.po23
-rw-r--r--translations/source/sa-IN/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/sa-IN/scp2/source/writer.po6
-rw-r--r--translations/source/sa-IN/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/sa-IN/scripting/source/pyprov.po4
-rw-r--r--translations/source/sa-IN/sd/source/core.po43
-rw-r--r--translations/source/sa-IN/sd/source/filter/html.po6
-rw-r--r--translations/source/sa-IN/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/sa-IN/sd/source/ui/animations.po6
-rw-r--r--translations/source/sa-IN/sd/source/ui/annotations.po6
-rw-r--r--translations/source/sa-IN/sd/source/ui/app.po8
-rw-r--r--translations/source/sa-IN/sd/source/ui/dlg.po6
-rw-r--r--translations/source/sa-IN/sd/source/ui/notes.po6
-rw-r--r--translations/source/sa-IN/sd/source/ui/slideshow.po17
-rw-r--r--translations/source/sa-IN/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/sa-IN/sd/source/ui/table.po6
-rw-r--r--translations/source/sa-IN/sd/source/ui/view.po6
-rw-r--r--translations/source/sa-IN/sdext/source/minimizer.po4
-rw-r--r--translations/source/sa-IN/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/sa-IN/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/sa-IN/sdext/source/pdfimport.po4
-rw-r--r--translations/source/sa-IN/sdext/source/presenter.po4
-rw-r--r--translations/source/sa-IN/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/sa-IN/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po16
-rw-r--r--translations/source/sa-IN/setup_native/source/mac.po6
-rw-r--r--translations/source/sa-IN/sfx2/source/appl.po6
-rw-r--r--translations/source/sa-IN/sfx2/source/bastyp.po6
-rw-r--r--translations/source/sa-IN/sfx2/source/dialog.po12
-rw-r--r--translations/source/sa-IN/sfx2/source/doc.po16
-rw-r--r--translations/source/sa-IN/sfx2/source/menu.po6
-rw-r--r--translations/source/sa-IN/sfx2/source/view.po6
-rw-r--r--translations/source/sa-IN/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/sa-IN/starmath/source.po6
-rw-r--r--translations/source/sa-IN/svl/source/items.po6
-rw-r--r--translations/source/sa-IN/svl/source/misc.po6
-rw-r--r--translations/source/sa-IN/svtools/source/contnr.po6
-rw-r--r--translations/source/sa-IN/svtools/source/control.po6
-rw-r--r--translations/source/sa-IN/svtools/source/dialogs.po6
-rw-r--r--translations/source/sa-IN/svtools/source/filter.po6
-rw-r--r--translations/source/sa-IN/svtools/source/java.po6
-rw-r--r--translations/source/sa-IN/svtools/source/misc.po53
-rw-r--r--translations/source/sa-IN/svtools/source/plugapp.po6
-rw-r--r--translations/source/sa-IN/svtools/source/toolpanel.po6
-rw-r--r--translations/source/sa-IN/svtools/workben/unodialog.po6
-rw-r--r--translations/source/sa-IN/svx/inc.po8
-rw-r--r--translations/source/sa-IN/svx/source/accessibility.po6
-rw-r--r--translations/source/sa-IN/svx/source/dialog.po10
-rw-r--r--translations/source/sa-IN/svx/source/engine3d.po6
-rw-r--r--translations/source/sa-IN/svx/source/fmcomp.po6
-rw-r--r--translations/source/sa-IN/svx/source/form.po6
-rw-r--r--translations/source/sa-IN/svx/source/gallery2.po6
-rw-r--r--translations/source/sa-IN/svx/source/items.po6
-rw-r--r--translations/source/sa-IN/svx/source/src.po6
-rw-r--r--translations/source/sa-IN/svx/source/stbctrls.po4
-rw-r--r--translations/source/sa-IN/svx/source/svdraw.po6
-rw-r--r--translations/source/sa-IN/svx/source/table.po6
-rw-r--r--translations/source/sa-IN/svx/source/tbxctrls.po6
-rw-r--r--translations/source/sa-IN/svx/source/toolbars.po6
-rw-r--r--translations/source/sa-IN/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/sa-IN/sw/source/core/layout.po4
-rw-r--r--translations/source/sa-IN/sw/source/core/undo.po8
-rw-r--r--translations/source/sa-IN/sw/source/core/unocore.po6
-rw-r--r--translations/source/sa-IN/sw/source/ui/app.po22
-rw-r--r--translations/source/sa-IN/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/sa-IN/sw/source/ui/config.po2
-rw-r--r--translations/source/sa-IN/sw/source/ui/dbui.po6
-rw-r--r--translations/source/sa-IN/sw/source/ui/dialog.po14
-rw-r--r--translations/source/sa-IN/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/sa-IN/sw/source/ui/docvw.po22
-rw-r--r--translations/source/sa-IN/sw/source/ui/envelp.po6
-rw-r--r--translations/source/sa-IN/sw/source/ui/fldui.po6
-rw-r--r--translations/source/sa-IN/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/sa-IN/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/sa-IN/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/sa-IN/sw/source/ui/index.po13
-rw-r--r--translations/source/sa-IN/sw/source/ui/lingu.po6
-rw-r--r--translations/source/sa-IN/sw/source/ui/misc.po6
-rw-r--r--translations/source/sa-IN/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/sa-IN/sw/source/ui/shells.po14
-rw-r--r--translations/source/sa-IN/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/sa-IN/sw/source/ui/table.po16
-rw-r--r--translations/source/sa-IN/sw/source/ui/uiview.po6
-rw-r--r--translations/source/sa-IN/sw/source/ui/utlui.po22
-rw-r--r--translations/source/sa-IN/sw/source/ui/web.po6
-rw-r--r--translations/source/sa-IN/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/sa-IN/swext/mediawiki/help.po16
-rw-r--r--translations/source/sa-IN/swext/mediawiki/src.po8
-rw-r--r--translations/source/sa-IN/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/sa-IN/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/sa-IN/sysui/desktop/share.po6
-rw-r--r--translations/source/sa-IN/uui/source.po6
-rw-r--r--translations/source/sa-IN/vcl/source/src.po28
-rw-r--r--translations/source/sa-IN/wizards/source/euro.po6
-rw-r--r--translations/source/sa-IN/wizards/source/formwizard.po6
-rw-r--r--translations/source/sa-IN/wizards/source/importwizard.po6
-rw-r--r--translations/source/sa-IN/wizards/source/schedule.po6
-rw-r--r--translations/source/sa-IN/wizards/source/template.po6
-rw-r--r--translations/source/sa-IN/xmlsecurity/source/component.po6
-rw-r--r--translations/source/sa-IN/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/sat/accessibility/source/helper.po6
-rw-r--r--translations/source/sat/avmedia/source/framework.po6
-rw-r--r--translations/source/sat/avmedia/source/viewer.po6
-rw-r--r--translations/source/sat/basctl/source/basicide.po6
-rw-r--r--translations/source/sat/basctl/source/dlged.po6
-rw-r--r--translations/source/sat/basic/source/classes.po6
-rw-r--r--translations/source/sat/basic/source/sbx.po6
-rw-r--r--translations/source/sat/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/sat/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/sat/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/sat/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/sat/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/sat/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/sat/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/sat/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/sat/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/sat/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/sat/connectivity/source/drivers/mozab.po10
-rw-r--r--translations/source/sat/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/sat/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/sat/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/sat/connectivity/source/resource.po6
-rw-r--r--translations/source/sat/cui/source/customize.po6
-rw-r--r--translations/source/sat/cui/source/dialogs.po52
-rw-r--r--translations/source/sat/cui/source/options.po16
-rw-r--r--translations/source/sat/cui/source/tabpages.po148
-rw-r--r--translations/source/sat/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/sat/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/sat/dbaccess/source/ext/macromigration.po8
-rw-r--r--translations/source/sat/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/sat/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/sat/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/sat/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/sat/dbaccess/source/ui/dlg.po13
-rw-r--r--translations/source/sat/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/sat/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/sat/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/sat/dbaccess/source/ui/relationdesign.po8
-rw-r--r--translations/source/sat/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/sat/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/sat/desktop/source/app.po10
-rw-r--r--translations/source/sat/desktop/source/deployment/gui.po26
-rw-r--r--translations/source/sat/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/sat/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/sat/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/sat/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/sat/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/sat/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/sat/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/sat/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/sat/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/sat/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/sat/dictionaries/af_ZA.po4
-rw-r--r--translations/source/sat/dictionaries/an_ES.po19
-rw-r--r--translations/source/sat/dictionaries/ar.po4
-rw-r--r--translations/source/sat/dictionaries/be_BY.po4
-rw-r--r--translations/source/sat/dictionaries/bg_BG.po4
-rw-r--r--translations/source/sat/dictionaries/bn_BD.po4
-rw-r--r--translations/source/sat/dictionaries/br_FR.po4
-rw-r--r--translations/source/sat/dictionaries/ca.po4
-rw-r--r--translations/source/sat/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/sat/dictionaries/da_DK.po4
-rw-r--r--translations/source/sat/dictionaries/de.po4
-rw-r--r--translations/source/sat/dictionaries/el_GR.po4
-rw-r--r--translations/source/sat/dictionaries/en.po6
-rw-r--r--translations/source/sat/dictionaries/en/dialog.po171
-rw-r--r--translations/source/sat/dictionaries/es_ES.po4
-rw-r--r--translations/source/sat/dictionaries/et_EE.po4
-rw-r--r--translations/source/sat/dictionaries/fr_FR.po4
-rw-r--r--translations/source/sat/dictionaries/gd_GB.po4
-rw-r--r--translations/source/sat/dictionaries/gl.po4
-rw-r--r--translations/source/sat/dictionaries/gu_IN.po4
-rw-r--r--translations/source/sat/dictionaries/he_IL.po4
-rw-r--r--translations/source/sat/dictionaries/hi_IN.po4
-rw-r--r--translations/source/sat/dictionaries/hr_HR.po4
-rw-r--r--translations/source/sat/dictionaries/hu_HU.po6
-rw-r--r--translations/source/sat/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/sat/dictionaries/it_IT.po4
-rw-r--r--translations/source/sat/dictionaries/ku_TR.po4
-rw-r--r--translations/source/sat/dictionaries/lt_LT.po4
-rw-r--r--translations/source/sat/dictionaries/lv_LV.po4
-rw-r--r--translations/source/sat/dictionaries/ne_NP.po4
-rw-r--r--translations/source/sat/dictionaries/nl_NL.po4
-rw-r--r--translations/source/sat/dictionaries/no.po4
-rw-r--r--translations/source/sat/dictionaries/oc_FR.po4
-rw-r--r--translations/source/sat/dictionaries/pl_PL.po4
-rw-r--r--translations/source/sat/dictionaries/pt_BR.po4
-rw-r--r--translations/source/sat/dictionaries/pt_PT.po4
-rw-r--r--translations/source/sat/dictionaries/ro.po4
-rw-r--r--translations/source/sat/dictionaries/ru_RU.po6
-rw-r--r--translations/source/sat/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/sat/dictionaries/si_LK.po19
-rw-r--r--translations/source/sat/dictionaries/sk_SK.po4
-rw-r--r--translations/source/sat/dictionaries/sl_SI.po4
-rw-r--r--translations/source/sat/dictionaries/sr.po4
-rw-r--r--translations/source/sat/dictionaries/sv_SE.po4
-rw-r--r--translations/source/sat/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/sat/dictionaries/te_IN.po4
-rw-r--r--translations/source/sat/dictionaries/th_TH.po4
-rw-r--r--translations/source/sat/dictionaries/uk_UA.po4
-rw-r--r--translations/source/sat/dictionaries/vi.po4
-rw-r--r--translations/source/sat/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/sat/editeng/source/accessibility.po6
-rw-r--r--translations/source/sat/editeng/source/editeng.po6
-rw-r--r--translations/source/sat/editeng/source/items.po30
-rw-r--r--translations/source/sat/editeng/source/misc.po6
-rw-r--r--translations/source/sat/editeng/source/outliner.po6
-rw-r--r--translations/source/sat/extensions/source/abpilot.po10
-rw-r--r--translations/source/sat/extensions/source/bibliography.po6
-rw-r--r--translations/source/sat/extensions/source/dbpilots.po6
-rw-r--r--translations/source/sat/extensions/source/propctrlr.po6
-rw-r--r--translations/source/sat/extensions/source/scanner.po8
-rw-r--r--translations/source/sat/extensions/source/update/check.po6
-rw-r--r--translations/source/sat/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/sat/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/sat/filter/source/config/fragments/types.po8
-rw-r--r--translations/source/sat/filter/source/flash.po6
-rw-r--r--translations/source/sat/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/sat/filter/source/pdf.po10
-rw-r--r--translations/source/sat/filter/source/t602.po6
-rw-r--r--translations/source/sat/filter/source/xsltdialog.po6
-rw-r--r--translations/source/sat/forms/source/resource.po6
-rw-r--r--translations/source/sat/formula/source/core/resource.po22
-rw-r--r--translations/source/sat/formula/source/ui/dlg.po6
-rw-r--r--translations/source/sat/fpicker/source/office.po6
-rw-r--r--translations/source/sat/framework/source/classes.po6
-rw-r--r--translations/source/sat/framework/source/services.po6
-rw-r--r--translations/source/sat/instsetoo_native/inc_openoffice/windows/msi_languages.po68
-rw-r--r--translations/source/sat/mysqlc/source.po6
-rw-r--r--translations/source/sat/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/sat/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/sat/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/sat/nlpsolver/src/locale.po179
-rw-r--r--translations/source/sat/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/sat/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--translations/source/sat/padmin/source.po6
-rw-r--r--translations/source/sat/readlicense_oo/docs/readme.po34
-rw-r--r--translations/source/sat/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/sat/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/sat/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/sat/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/sat/reportbuilder/util.po4
-rw-r--r--translations/source/sat/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/sat/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/sat/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/sat/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/sat/sc/source/core/src.po6
-rw-r--r--translations/source/sat/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/sat/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/sat/sc/source/ui/docshell.po6
-rw-r--r--translations/source/sat/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/sat/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/sat/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/sat/sc/source/ui/navipi.po8
-rw-r--r--translations/source/sat/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/sat/sc/source/ui/src.po138
-rw-r--r--translations/source/sat/sc/source/ui/styleui.po8
-rw-r--r--translations/source/sat/scaddins/source/analysis.po6
-rw-r--r--translations/source/sat/scaddins/source/datefunc.po6
-rw-r--r--translations/source/sat/sccomp/source/solver.po6
-rw-r--r--translations/source/sat/scp2/source/accessories.po6
-rw-r--r--translations/source/sat/scp2/source/activex.po6
-rw-r--r--translations/source/sat/scp2/source/base.po16
-rw-r--r--translations/source/sat/scp2/source/binfilter.po6
-rw-r--r--translations/source/sat/scp2/source/calc.po6
-rw-r--r--translations/source/sat/scp2/source/draw.po6
-rw-r--r--translations/source/sat/scp2/source/extensions.po2196
-rw-r--r--translations/source/sat/scp2/source/gnome.po6
-rw-r--r--translations/source/sat/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/sat/scp2/source/impress.po6
-rw-r--r--translations/source/sat/scp2/source/javafilter.po6
-rw-r--r--translations/source/sat/scp2/source/kde.po6
-rw-r--r--translations/source/sat/scp2/source/math.po6
-rw-r--r--translations/source/sat/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/sat/scp2/source/ooo.po27
-rw-r--r--translations/source/sat/scp2/source/python.po6
-rw-r--r--translations/source/sat/scp2/source/quickstart.po6
-rw-r--r--translations/source/sat/scp2/source/sdkoo.po6
-rw-r--r--translations/source/sat/scp2/source/smoketest.po23
-rw-r--r--translations/source/sat/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/sat/scp2/source/writer.po6
-rw-r--r--translations/source/sat/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/sat/scripting/source/pyprov.po4
-rw-r--r--translations/source/sat/sd/source/core.po41
-rw-r--r--translations/source/sat/sd/source/filter/html.po6
-rw-r--r--translations/source/sat/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/sat/sd/source/ui/animations.po6
-rw-r--r--translations/source/sat/sd/source/ui/annotations.po6
-rw-r--r--translations/source/sat/sd/source/ui/app.po6
-rw-r--r--translations/source/sat/sd/source/ui/dlg.po6
-rw-r--r--translations/source/sat/sd/source/ui/notes.po6
-rw-r--r--translations/source/sat/sd/source/ui/slideshow.po15
-rw-r--r--translations/source/sat/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/sat/sd/source/ui/table.po6
-rw-r--r--translations/source/sat/sd/source/ui/view.po6
-rw-r--r--translations/source/sat/sdext/source/minimizer.po4
-rw-r--r--translations/source/sat/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/sat/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/sat/sdext/source/pdfimport.po4
-rw-r--r--translations/source/sat/sdext/source/presenter.po4
-rw-r--r--translations/source/sat/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/sat/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/sat/setup_native/source/mac.po6
-rw-r--r--translations/source/sat/sfx2/source/appl.po6
-rw-r--r--translations/source/sat/sfx2/source/bastyp.po6
-rw-r--r--translations/source/sat/sfx2/source/dialog.po12
-rw-r--r--translations/source/sat/sfx2/source/doc.po14
-rw-r--r--translations/source/sat/sfx2/source/menu.po6
-rw-r--r--translations/source/sat/sfx2/source/view.po6
-rw-r--r--translations/source/sat/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/sat/starmath/source.po6
-rw-r--r--translations/source/sat/svl/source/items.po6
-rw-r--r--translations/source/sat/svl/source/misc.po6
-rw-r--r--translations/source/sat/svtools/source/contnr.po6
-rw-r--r--translations/source/sat/svtools/source/control.po6
-rw-r--r--translations/source/sat/svtools/source/dialogs.po6
-rw-r--r--translations/source/sat/svtools/source/filter.po6
-rw-r--r--translations/source/sat/svtools/source/java.po6
-rw-r--r--translations/source/sat/svtools/source/misc.po51
-rw-r--r--translations/source/sat/svtools/source/plugapp.po6
-rw-r--r--translations/source/sat/svtools/source/toolpanel.po6
-rw-r--r--translations/source/sat/svtools/workben/unodialog.po6
-rw-r--r--translations/source/sat/svx/inc.po6
-rw-r--r--translations/source/sat/svx/source/accessibility.po6
-rw-r--r--translations/source/sat/svx/source/dialog.po10
-rw-r--r--translations/source/sat/svx/source/engine3d.po6
-rw-r--r--translations/source/sat/svx/source/fmcomp.po6
-rw-r--r--translations/source/sat/svx/source/form.po6
-rw-r--r--translations/source/sat/svx/source/gallery2.po6
-rw-r--r--translations/source/sat/svx/source/items.po6
-rw-r--r--translations/source/sat/svx/source/src.po6
-rw-r--r--translations/source/sat/svx/source/stbctrls.po2
-rw-r--r--translations/source/sat/svx/source/svdraw.po6
-rw-r--r--translations/source/sat/svx/source/table.po6
-rw-r--r--translations/source/sat/svx/source/tbxctrls.po6
-rw-r--r--translations/source/sat/svx/source/toolbars.po6
-rw-r--r--translations/source/sat/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/sat/sw/source/core/layout.po4
-rw-r--r--translations/source/sat/sw/source/core/undo.po6
-rw-r--r--translations/source/sat/sw/source/core/unocore.po6
-rw-r--r--translations/source/sat/sw/source/ui/app.po22
-rw-r--r--translations/source/sat/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/sat/sw/source/ui/config.po2
-rw-r--r--translations/source/sat/sw/source/ui/dbui.po6
-rw-r--r--translations/source/sat/sw/source/ui/dialog.po14
-rw-r--r--translations/source/sat/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/sat/sw/source/ui/docvw.po22
-rw-r--r--translations/source/sat/sw/source/ui/envelp.po6
-rw-r--r--translations/source/sat/sw/source/ui/fldui.po6
-rw-r--r--translations/source/sat/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/sat/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/sat/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/sat/sw/source/ui/index.po11
-rw-r--r--translations/source/sat/sw/source/ui/lingu.po6
-rw-r--r--translations/source/sat/sw/source/ui/misc.po6
-rw-r--r--translations/source/sat/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/sat/sw/source/ui/shells.po14
-rw-r--r--translations/source/sat/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/sat/sw/source/ui/table.po14
-rw-r--r--translations/source/sat/sw/source/ui/uiview.po6
-rw-r--r--translations/source/sat/sw/source/ui/utlui.po22
-rw-r--r--translations/source/sat/sw/source/ui/web.po6
-rw-r--r--translations/source/sat/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/sat/swext/mediawiki/help.po10
-rw-r--r--translations/source/sat/swext/mediawiki/src.po6
-rw-r--r--translations/source/sat/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/sat/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/sat/sysui/desktop/share.po6
-rw-r--r--translations/source/sat/uui/source.po6
-rw-r--r--translations/source/sat/vcl/source/src.po28
-rw-r--r--translations/source/sat/wizards/source/euro.po6
-rw-r--r--translations/source/sat/wizards/source/formwizard.po6
-rw-r--r--translations/source/sat/wizards/source/importwizard.po6
-rw-r--r--translations/source/sat/wizards/source/schedule.po6
-rw-r--r--translations/source/sat/wizards/source/template.po6
-rw-r--r--translations/source/sat/xmlsecurity/source/component.po6
-rw-r--r--translations/source/sat/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/sd/accessibility/source/helper.po6
-rw-r--r--translations/source/sd/avmedia/source/framework.po6
-rw-r--r--translations/source/sd/avmedia/source/viewer.po6
-rw-r--r--translations/source/sd/basctl/source/basicide.po6
-rw-r--r--translations/source/sd/basctl/source/dlged.po6
-rw-r--r--translations/source/sd/basic/source/classes.po6
-rw-r--r--translations/source/sd/basic/source/sbx.po6
-rw-r--r--translations/source/sd/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/sd/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/sd/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/sd/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/sd/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/sd/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/sd/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/sd/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/sd/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/sd/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/sd/connectivity/source/drivers/mozab.po10
-rw-r--r--translations/source/sd/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/sd/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/sd/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/sd/connectivity/source/resource.po6
-rw-r--r--translations/source/sd/cui/source/customize.po6
-rw-r--r--translations/source/sd/cui/source/dialogs.po59
-rw-r--r--translations/source/sd/cui/source/options.po16
-rw-r--r--translations/source/sd/cui/source/tabpages.po148
-rw-r--r--translations/source/sd/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/sd/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/sd/dbaccess/source/ext/macromigration.po8
-rw-r--r--translations/source/sd/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/sd/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/sd/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/sd/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/sd/dbaccess/source/ui/dlg.po13
-rw-r--r--translations/source/sd/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/sd/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/sd/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/sd/dbaccess/source/ui/relationdesign.po8
-rw-r--r--translations/source/sd/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/sd/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/sd/desktop/source/app.po10
-rw-r--r--translations/source/sd/desktop/source/deployment/gui.po26
-rw-r--r--translations/source/sd/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/sd/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/sd/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/sd/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/sd/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/sd/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/sd/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/sd/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/sd/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/sd/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/sd/dictionaries/af_ZA.po4
-rw-r--r--translations/source/sd/dictionaries/an_ES.po19
-rw-r--r--translations/source/sd/dictionaries/ar.po4
-rw-r--r--translations/source/sd/dictionaries/be_BY.po4
-rw-r--r--translations/source/sd/dictionaries/bg_BG.po4
-rw-r--r--translations/source/sd/dictionaries/bn_BD.po4
-rw-r--r--translations/source/sd/dictionaries/br_FR.po4
-rw-r--r--translations/source/sd/dictionaries/ca.po4
-rw-r--r--translations/source/sd/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/sd/dictionaries/da_DK.po4
-rw-r--r--translations/source/sd/dictionaries/de.po4
-rw-r--r--translations/source/sd/dictionaries/el_GR.po4
-rw-r--r--translations/source/sd/dictionaries/en.po6
-rw-r--r--translations/source/sd/dictionaries/en/dialog.po171
-rw-r--r--translations/source/sd/dictionaries/es_ES.po4
-rw-r--r--translations/source/sd/dictionaries/et_EE.po4
-rw-r--r--translations/source/sd/dictionaries/fr_FR.po4
-rw-r--r--translations/source/sd/dictionaries/gd_GB.po4
-rw-r--r--translations/source/sd/dictionaries/gl.po4
-rw-r--r--translations/source/sd/dictionaries/gu_IN.po4
-rw-r--r--translations/source/sd/dictionaries/he_IL.po4
-rw-r--r--translations/source/sd/dictionaries/hi_IN.po4
-rw-r--r--translations/source/sd/dictionaries/hr_HR.po4
-rw-r--r--translations/source/sd/dictionaries/hu_HU.po6
-rw-r--r--translations/source/sd/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/sd/dictionaries/it_IT.po4
-rw-r--r--translations/source/sd/dictionaries/ku_TR.po4
-rw-r--r--translations/source/sd/dictionaries/lt_LT.po4
-rw-r--r--translations/source/sd/dictionaries/lv_LV.po4
-rw-r--r--translations/source/sd/dictionaries/ne_NP.po4
-rw-r--r--translations/source/sd/dictionaries/nl_NL.po4
-rw-r--r--translations/source/sd/dictionaries/no.po4
-rw-r--r--translations/source/sd/dictionaries/oc_FR.po4
-rw-r--r--translations/source/sd/dictionaries/pl_PL.po4
-rw-r--r--translations/source/sd/dictionaries/pt_BR.po4
-rw-r--r--translations/source/sd/dictionaries/pt_PT.po4
-rw-r--r--translations/source/sd/dictionaries/ro.po4
-rw-r--r--translations/source/sd/dictionaries/ru_RU.po6
-rw-r--r--translations/source/sd/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/sd/dictionaries/si_LK.po19
-rw-r--r--translations/source/sd/dictionaries/sk_SK.po4
-rw-r--r--translations/source/sd/dictionaries/sl_SI.po4
-rw-r--r--translations/source/sd/dictionaries/sr.po4
-rw-r--r--translations/source/sd/dictionaries/sv_SE.po4
-rw-r--r--translations/source/sd/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/sd/dictionaries/te_IN.po4
-rw-r--r--translations/source/sd/dictionaries/th_TH.po4
-rw-r--r--translations/source/sd/dictionaries/uk_UA.po4
-rw-r--r--translations/source/sd/dictionaries/vi.po4
-rw-r--r--translations/source/sd/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/sd/editeng/source/accessibility.po6
-rw-r--r--translations/source/sd/editeng/source/editeng.po8
-rw-r--r--translations/source/sd/editeng/source/items.po30
-rw-r--r--translations/source/sd/editeng/source/misc.po6
-rw-r--r--translations/source/sd/editeng/source/outliner.po6
-rw-r--r--translations/source/sd/extensions/source/abpilot.po10
-rw-r--r--translations/source/sd/extensions/source/bibliography.po6
-rw-r--r--translations/source/sd/extensions/source/dbpilots.po6
-rw-r--r--translations/source/sd/extensions/source/propctrlr.po6
-rw-r--r--translations/source/sd/extensions/source/scanner.po6
-rw-r--r--translations/source/sd/extensions/source/update/check.po6
-rw-r--r--translations/source/sd/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/sd/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/sd/filter/source/config/fragments/types.po8
-rw-r--r--translations/source/sd/filter/source/flash.po6
-rw-r--r--translations/source/sd/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/sd/filter/source/pdf.po10
-rw-r--r--translations/source/sd/filter/source/t602.po6
-rw-r--r--translations/source/sd/filter/source/xsltdialog.po6
-rw-r--r--translations/source/sd/forms/source/resource.po6
-rw-r--r--translations/source/sd/formula/source/core/resource.po22
-rw-r--r--translations/source/sd/formula/source/ui/dlg.po6
-rw-r--r--translations/source/sd/fpicker/source/office.po6
-rw-r--r--translations/source/sd/framework/source/classes.po6
-rw-r--r--translations/source/sd/framework/source/services.po6
-rw-r--r--translations/source/sd/instsetoo_native/inc_openoffice/windows/msi_languages.po68
-rw-r--r--translations/source/sd/mysqlc/source.po6
-rw-r--r--translations/source/sd/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/sd/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/sd/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/sd/nlpsolver/src/locale.po179
-rw-r--r--translations/source/sd/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/sd/officecfg/registry/data/org/openoffice/Office/UI.po57
-rw-r--r--translations/source/sd/padmin/source.po6
-rw-r--r--translations/source/sd/readlicense_oo/docs/readme.po34
-rw-r--r--translations/source/sd/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/sd/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/sd/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/sd/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/sd/reportbuilder/util.po4
-rw-r--r--translations/source/sd/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/sd/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/sd/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/sd/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/sd/sc/source/core/src.po6
-rw-r--r--translations/source/sd/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/sd/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/sd/sc/source/ui/docshell.po6
-rw-r--r--translations/source/sd/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/sd/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/sd/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/sd/sc/source/ui/navipi.po8
-rw-r--r--translations/source/sd/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/sd/sc/source/ui/src.po136
-rw-r--r--translations/source/sd/sc/source/ui/styleui.po8
-rw-r--r--translations/source/sd/scaddins/source/analysis.po6
-rw-r--r--translations/source/sd/scaddins/source/datefunc.po6
-rw-r--r--translations/source/sd/sccomp/source/solver.po6
-rw-r--r--translations/source/sd/scp2/source/accessories.po6
-rw-r--r--translations/source/sd/scp2/source/activex.po6
-rw-r--r--translations/source/sd/scp2/source/base.po16
-rw-r--r--translations/source/sd/scp2/source/binfilter.po6
-rw-r--r--translations/source/sd/scp2/source/calc.po6
-rw-r--r--translations/source/sd/scp2/source/draw.po6
-rw-r--r--translations/source/sd/scp2/source/extensions.po2196
-rw-r--r--translations/source/sd/scp2/source/gnome.po6
-rw-r--r--translations/source/sd/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/sd/scp2/source/impress.po6
-rw-r--r--translations/source/sd/scp2/source/javafilter.po6
-rw-r--r--translations/source/sd/scp2/source/kde.po6
-rw-r--r--translations/source/sd/scp2/source/math.po6
-rw-r--r--translations/source/sd/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/sd/scp2/source/ooo.po27
-rw-r--r--translations/source/sd/scp2/source/python.po6
-rw-r--r--translations/source/sd/scp2/source/quickstart.po6
-rw-r--r--translations/source/sd/scp2/source/sdkoo.po6
-rw-r--r--translations/source/sd/scp2/source/smoketest.po23
-rw-r--r--translations/source/sd/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/sd/scp2/source/writer.po6
-rw-r--r--translations/source/sd/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/sd/scripting/source/pyprov.po4
-rw-r--r--translations/source/sd/sd/source/core.po41
-rw-r--r--translations/source/sd/sd/source/filter/html.po6
-rw-r--r--translations/source/sd/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/sd/sd/source/ui/animations.po6
-rw-r--r--translations/source/sd/sd/source/ui/annotations.po6
-rw-r--r--translations/source/sd/sd/source/ui/app.po8
-rw-r--r--translations/source/sd/sd/source/ui/dlg.po6
-rw-r--r--translations/source/sd/sd/source/ui/notes.po6
-rw-r--r--translations/source/sd/sd/source/ui/slideshow.po15
-rw-r--r--translations/source/sd/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/sd/sd/source/ui/table.po6
-rw-r--r--translations/source/sd/sd/source/ui/view.po6
-rw-r--r--translations/source/sd/sdext/source/minimizer.po4
-rw-r--r--translations/source/sd/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/sd/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/sd/sdext/source/pdfimport.po4
-rw-r--r--translations/source/sd/sdext/source/presenter.po4
-rw-r--r--translations/source/sd/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/sd/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/sd/setup_native/source/mac.po6
-rw-r--r--translations/source/sd/sfx2/source/appl.po6
-rw-r--r--translations/source/sd/sfx2/source/bastyp.po6
-rw-r--r--translations/source/sd/sfx2/source/dialog.po12
-rw-r--r--translations/source/sd/sfx2/source/doc.po16
-rw-r--r--translations/source/sd/sfx2/source/menu.po6
-rw-r--r--translations/source/sd/sfx2/source/view.po6
-rw-r--r--translations/source/sd/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/sd/starmath/source.po6
-rw-r--r--translations/source/sd/svl/source/items.po6
-rw-r--r--translations/source/sd/svl/source/misc.po6
-rw-r--r--translations/source/sd/svtools/source/contnr.po6
-rw-r--r--translations/source/sd/svtools/source/control.po6
-rw-r--r--translations/source/sd/svtools/source/dialogs.po6
-rw-r--r--translations/source/sd/svtools/source/filter.po6
-rw-r--r--translations/source/sd/svtools/source/java.po6
-rw-r--r--translations/source/sd/svtools/source/misc.po51
-rw-r--r--translations/source/sd/svtools/source/plugapp.po6
-rw-r--r--translations/source/sd/svtools/source/toolpanel.po6
-rw-r--r--translations/source/sd/svtools/workben/unodialog.po6
-rw-r--r--translations/source/sd/svx/inc.po8
-rw-r--r--translations/source/sd/svx/source/accessibility.po6
-rw-r--r--translations/source/sd/svx/source/dialog.po10
-rw-r--r--translations/source/sd/svx/source/engine3d.po6
-rw-r--r--translations/source/sd/svx/source/fmcomp.po6
-rw-r--r--translations/source/sd/svx/source/form.po6
-rw-r--r--translations/source/sd/svx/source/gallery2.po6
-rw-r--r--translations/source/sd/svx/source/items.po6
-rw-r--r--translations/source/sd/svx/source/src.po6
-rw-r--r--translations/source/sd/svx/source/stbctrls.po2
-rw-r--r--translations/source/sd/svx/source/svdraw.po6
-rw-r--r--translations/source/sd/svx/source/table.po6
-rw-r--r--translations/source/sd/svx/source/tbxctrls.po6
-rw-r--r--translations/source/sd/svx/source/toolbars.po6
-rw-r--r--translations/source/sd/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/sd/sw/source/core/layout.po4
-rw-r--r--translations/source/sd/sw/source/core/undo.po8
-rw-r--r--translations/source/sd/sw/source/core/unocore.po6
-rw-r--r--translations/source/sd/sw/source/ui/app.po22
-rw-r--r--translations/source/sd/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/sd/sw/source/ui/config.po2
-rw-r--r--translations/source/sd/sw/source/ui/dbui.po6
-rw-r--r--translations/source/sd/sw/source/ui/dialog.po14
-rw-r--r--translations/source/sd/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/sd/sw/source/ui/docvw.po22
-rw-r--r--translations/source/sd/sw/source/ui/envelp.po6
-rw-r--r--translations/source/sd/sw/source/ui/fldui.po6
-rw-r--r--translations/source/sd/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/sd/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/sd/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/sd/sw/source/ui/index.po11
-rw-r--r--translations/source/sd/sw/source/ui/lingu.po6
-rw-r--r--translations/source/sd/sw/source/ui/misc.po6
-rw-r--r--translations/source/sd/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/sd/sw/source/ui/shells.po14
-rw-r--r--translations/source/sd/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/sd/sw/source/ui/table.po14
-rw-r--r--translations/source/sd/sw/source/ui/uiview.po6
-rw-r--r--translations/source/sd/sw/source/ui/utlui.po22
-rw-r--r--translations/source/sd/sw/source/ui/web.po6
-rw-r--r--translations/source/sd/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/sd/swext/mediawiki/help.po10
-rw-r--r--translations/source/sd/swext/mediawiki/src.po6
-rw-r--r--translations/source/sd/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/sd/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/sd/sysui/desktop/share.po6
-rw-r--r--translations/source/sd/uui/source.po6
-rw-r--r--translations/source/sd/vcl/source/src.po26
-rw-r--r--translations/source/sd/wizards/source/euro.po6
-rw-r--r--translations/source/sd/wizards/source/formwizard.po6
-rw-r--r--translations/source/sd/wizards/source/importwizard.po6
-rw-r--r--translations/source/sd/wizards/source/schedule.po6
-rw-r--r--translations/source/sd/wizards/source/template.po6
-rw-r--r--translations/source/sd/xmlsecurity/source/component.po6
-rw-r--r--translations/source/sd/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/sh/accessibility/source/helper.po6
-rw-r--r--translations/source/sh/avmedia/source/framework.po6
-rw-r--r--translations/source/sh/avmedia/source/viewer.po6
-rw-r--r--translations/source/sh/basctl/source/basicide.po16
-rw-r--r--translations/source/sh/basctl/source/dlged.po6
-rw-r--r--translations/source/sh/basic/source/classes.po6
-rw-r--r--translations/source/sh/basic/source/sbx.po6
-rw-r--r--translations/source/sh/chart2/source/controller/dialogs.po10
-rw-r--r--translations/source/sh/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/sh/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/sh/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/sh/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/sh/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/sh/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/sh/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/sh/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/sh/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/sh/connectivity/source/drivers/mozab.po14
-rw-r--r--translations/source/sh/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/sh/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/sh/connectivity/source/drivers/postgresql.po19
-rw-r--r--translations/source/sh/connectivity/source/resource.po6
-rw-r--r--translations/source/sh/cui/source/customize.po6
-rw-r--r--translations/source/sh/cui/source/dialogs.po81
-rw-r--r--translations/source/sh/cui/source/options.po13
-rw-r--r--translations/source/sh/cui/source/tabpages.po198
-rw-r--r--translations/source/sh/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/sh/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/sh/dbaccess/source/ext/macromigration.po9
-rw-r--r--translations/source/sh/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/sh/dbaccess/source/ui/app.po15
-rw-r--r--translations/source/sh/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/sh/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/sh/dbaccess/source/ui/dlg.po19
-rw-r--r--translations/source/sh/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/sh/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/sh/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/sh/dbaccess/source/ui/relationdesign.po9
-rw-r--r--translations/source/sh/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/sh/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/sh/desktop/source/app.po10
-rw-r--r--translations/source/sh/desktop/source/deployment/gui.po30
-rw-r--r--translations/source/sh/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/sh/desktop/source/deployment/misc.po25
-rw-r--r--translations/source/sh/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/sh/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/sh/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/sh/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/sh/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/sh/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/sh/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/sh/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/sh/dictionaries/af_ZA.po10
-rw-r--r--translations/source/sh/dictionaries/an_ES.po19
-rw-r--r--translations/source/sh/dictionaries/ar.po10
-rw-r--r--translations/source/sh/dictionaries/be_BY.po19
-rw-r--r--translations/source/sh/dictionaries/bg_BG.po10
-rw-r--r--translations/source/sh/dictionaries/bn_BD.po10
-rw-r--r--translations/source/sh/dictionaries/br_FR.po10
-rw-r--r--translations/source/sh/dictionaries/ca.po10
-rw-r--r--translations/source/sh/dictionaries/cs_CZ.po10
-rw-r--r--translations/source/sh/dictionaries/da_DK.po10
-rw-r--r--translations/source/sh/dictionaries/de.po10
-rw-r--r--translations/source/sh/dictionaries/el_GR.po19
-rw-r--r--translations/source/sh/dictionaries/en.po12
-rw-r--r--translations/source/sh/dictionaries/en/dialog.po171
-rw-r--r--translations/source/sh/dictionaries/es_ES.po12
-rw-r--r--translations/source/sh/dictionaries/et_EE.po10
-rw-r--r--translations/source/sh/dictionaries/fr_FR.po10
-rw-r--r--translations/source/sh/dictionaries/gd_GB.po19
-rw-r--r--translations/source/sh/dictionaries/gl.po10
-rw-r--r--translations/source/sh/dictionaries/gu_IN.po10
-rw-r--r--translations/source/sh/dictionaries/he_IL.po10
-rw-r--r--translations/source/sh/dictionaries/hi_IN.po10
-rw-r--r--translations/source/sh/dictionaries/hr_HR.po10
-rw-r--r--translations/source/sh/dictionaries/hu_HU.po12
-rw-r--r--translations/source/sh/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/sh/dictionaries/it_IT.po10
-rw-r--r--translations/source/sh/dictionaries/ku_TR.po10
-rw-r--r--translations/source/sh/dictionaries/lt_LT.po10
-rw-r--r--translations/source/sh/dictionaries/lv_LV.po10
-rw-r--r--translations/source/sh/dictionaries/ne_NP.po10
-rw-r--r--translations/source/sh/dictionaries/nl_NL.po10
-rw-r--r--translations/source/sh/dictionaries/no.po10
-rw-r--r--translations/source/sh/dictionaries/oc_FR.po10
-rw-r--r--translations/source/sh/dictionaries/pl_PL.po10
-rw-r--r--translations/source/sh/dictionaries/pt_BR.po10
-rw-r--r--translations/source/sh/dictionaries/pt_PT.po10
-rw-r--r--translations/source/sh/dictionaries/ro.po10
-rw-r--r--translations/source/sh/dictionaries/ru_RU.po12
-rw-r--r--translations/source/sh/dictionaries/ru_RU/dialog.po95
-rw-r--r--translations/source/sh/dictionaries/si_LK.po19
-rw-r--r--translations/source/sh/dictionaries/sk_SK.po10
-rw-r--r--translations/source/sh/dictionaries/sl_SI.po10
-rw-r--r--translations/source/sh/dictionaries/sr.po10
-rw-r--r--translations/source/sh/dictionaries/sv_SE.po10
-rw-r--r--translations/source/sh/dictionaries/sw_TZ.po12
-rw-r--r--translations/source/sh/dictionaries/te_IN.po19
-rw-r--r--translations/source/sh/dictionaries/th_TH.po12
-rw-r--r--translations/source/sh/dictionaries/uk_UA.po10
-rw-r--r--translations/source/sh/dictionaries/vi.po10
-rw-r--r--translations/source/sh/dictionaries/zu_ZA.po10
-rw-r--r--translations/source/sh/editeng/source/accessibility.po10
-rw-r--r--translations/source/sh/editeng/source/editeng.po8
-rw-r--r--translations/source/sh/editeng/source/items.po30
-rw-r--r--translations/source/sh/editeng/source/misc.po16
-rw-r--r--translations/source/sh/editeng/source/outliner.po6
-rw-r--r--translations/source/sh/extensions/source/abpilot.po13
-rw-r--r--translations/source/sh/extensions/source/bibliography.po6
-rw-r--r--translations/source/sh/extensions/source/dbpilots.po6
-rw-r--r--translations/source/sh/extensions/source/propctrlr.po6
-rw-r--r--translations/source/sh/extensions/source/scanner.po10
-rw-r--r--translations/source/sh/extensions/source/update/check.po11
-rw-r--r--translations/source/sh/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/sh/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/sh/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/sh/filter/source/flash.po6
-rw-r--r--translations/source/sh/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/sh/filter/source/pdf.po22
-rw-r--r--translations/source/sh/filter/source/t602.po6
-rw-r--r--translations/source/sh/filter/source/xsltdialog.po15
-rw-r--r--translations/source/sh/forms/source/resource.po6
-rw-r--r--translations/source/sh/formula/source/core/resource.po44
-rw-r--r--translations/source/sh/formula/source/ui/dlg.po10
-rw-r--r--translations/source/sh/fpicker/source/office.po6
-rw-r--r--translations/source/sh/framework/source/classes.po6
-rw-r--r--translations/source/sh/framework/source/services.po6
-rw-r--r--translations/source/sh/instsetoo_native/inc_openoffice/windows/msi_languages.po81
-rw-r--r--translations/source/sh/mysqlc/source.po22
-rw-r--r--translations/source/sh/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/sh/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/sh/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/sh/nlpsolver/src/locale.po179
-rw-r--r--translations/source/sh/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/sh/officecfg/registry/data/org/openoffice/Office/UI.po91
-rw-r--r--translations/source/sh/padmin/source.po6
-rw-r--r--translations/source/sh/readlicense_oo/docs/readme.po42
-rw-r--r--translations/source/sh/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/sh/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/sh/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/sh/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/sh/reportbuilder/util.po12
-rw-r--r--translations/source/sh/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/sh/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/sh/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/sh/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/sh/sc/source/core/src.po6
-rw-r--r--translations/source/sh/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/sh/sc/source/ui/dbgui.po9
-rw-r--r--translations/source/sh/sc/source/ui/docshell.po6
-rw-r--r--translations/source/sh/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/sh/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/sh/sc/source/ui/miscdlgs.po9
-rw-r--r--translations/source/sh/sc/source/ui/navipi.po9
-rw-r--r--translations/source/sh/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/sh/sc/source/ui/src.po401
-rw-r--r--translations/source/sh/sc/source/ui/styleui.po6
-rw-r--r--translations/source/sh/scaddins/source/analysis.po6
-rw-r--r--translations/source/sh/scaddins/source/datefunc.po6
-rw-r--r--translations/source/sh/sccomp/source/solver.po6
-rw-r--r--translations/source/sh/scp2/source/accessories.po5
-rw-r--r--translations/source/sh/scp2/source/activex.po6
-rw-r--r--translations/source/sh/scp2/source/base.po16
-rw-r--r--translations/source/sh/scp2/source/binfilter.po6
-rw-r--r--translations/source/sh/scp2/source/calc.po14
-rw-r--r--translations/source/sh/scp2/source/draw.po6
-rw-r--r--translations/source/sh/scp2/source/extensions.po2211
-rw-r--r--translations/source/sh/scp2/source/gnome.po6
-rw-r--r--translations/source/sh/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/sh/scp2/source/impress.po6
-rw-r--r--translations/source/sh/scp2/source/javafilter.po6
-rw-r--r--translations/source/sh/scp2/source/kde.po6
-rw-r--r--translations/source/sh/scp2/source/math.po6
-rw-r--r--translations/source/sh/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/sh/scp2/source/ooo.po1085
-rw-r--r--translations/source/sh/scp2/source/python.po12
-rw-r--r--translations/source/sh/scp2/source/quickstart.po6
-rw-r--r--translations/source/sh/scp2/source/sdkoo.po6
-rw-r--r--translations/source/sh/scp2/source/smoketest.po23
-rw-r--r--translations/source/sh/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/sh/scp2/source/writer.po6
-rw-r--r--translations/source/sh/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/sh/scripting/source/pyprov.po14
-rw-r--r--translations/source/sh/sd/source/core.po40
-rw-r--r--translations/source/sh/sd/source/filter/html.po6
-rw-r--r--translations/source/sh/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/sh/sd/source/ui/animations.po6
-rw-r--r--translations/source/sh/sd/source/ui/annotations.po6
-rw-r--r--translations/source/sh/sd/source/ui/app.po11
-rw-r--r--translations/source/sh/sd/source/ui/dlg.po9
-rw-r--r--translations/source/sh/sd/source/ui/notes.po6
-rw-r--r--translations/source/sh/sd/source/ui/slideshow.po15
-rw-r--r--translations/source/sh/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/sh/sd/source/ui/table.po6
-rw-r--r--translations/source/sh/sd/source/ui/view.po6
-rw-r--r--translations/source/sh/sdext/source/minimizer.po16
-rw-r--r--translations/source/sh/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/sh/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po20
-rw-r--r--translations/source/sh/sdext/source/pdfimport.po21
-rw-r--r--translations/source/sh/sdext/source/presenter.po16
-rw-r--r--translations/source/sh/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po10
-rw-r--r--translations/source/sh/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po14
-rw-r--r--translations/source/sh/setup_native/source/mac.po6
-rw-r--r--translations/source/sh/sfx2/source/appl.po6
-rw-r--r--translations/source/sh/sfx2/source/bastyp.po6
-rw-r--r--translations/source/sh/sfx2/source/dialog.po20
-rw-r--r--translations/source/sh/sfx2/source/doc.po9
-rw-r--r--translations/source/sh/sfx2/source/menu.po6
-rw-r--r--translations/source/sh/sfx2/source/view.po6
-rw-r--r--translations/source/sh/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/sh/starmath/source.po46
-rw-r--r--translations/source/sh/svl/source/items.po6
-rw-r--r--translations/source/sh/svl/source/misc.po166
-rw-r--r--translations/source/sh/svtools/source/contnr.po6
-rw-r--r--translations/source/sh/svtools/source/control.po6
-rw-r--r--translations/source/sh/svtools/source/dialogs.po6
-rw-r--r--translations/source/sh/svtools/source/filter.po6
-rw-r--r--translations/source/sh/svtools/source/java.po11
-rw-r--r--translations/source/sh/svtools/source/misc.po60
-rw-r--r--translations/source/sh/svtools/source/plugapp.po6
-rw-r--r--translations/source/sh/svtools/source/toolpanel.po6
-rw-r--r--translations/source/sh/svtools/workben/unodialog.po6
-rw-r--r--translations/source/sh/svx/inc.po12
-rw-r--r--translations/source/sh/svx/source/accessibility.po6
-rw-r--r--translations/source/sh/svx/source/dialog.po48
-rw-r--r--translations/source/sh/svx/source/engine3d.po6
-rw-r--r--translations/source/sh/svx/source/fmcomp.po6
-rw-r--r--translations/source/sh/svx/source/form.po6
-rw-r--r--translations/source/sh/svx/source/gallery2.po6
-rw-r--r--translations/source/sh/svx/source/items.po6
-rw-r--r--translations/source/sh/svx/source/src.po6
-rw-r--r--translations/source/sh/svx/source/stbctrls.po6
-rw-r--r--translations/source/sh/svx/source/svdraw.po6
-rw-r--r--translations/source/sh/svx/source/table.po8
-rw-r--r--translations/source/sh/svx/source/tbxctrls.po6
-rw-r--r--translations/source/sh/svx/source/toolbars.po6
-rw-r--r--translations/source/sh/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/sh/sw/source/core/layout.po16
-rw-r--r--translations/source/sh/sw/source/core/undo.po15
-rw-r--r--translations/source/sh/sw/source/core/unocore.po6
-rw-r--r--translations/source/sh/sw/source/ui/app.po34
-rw-r--r--translations/source/sh/sw/source/ui/chrdlg.po14
-rw-r--r--translations/source/sh/sw/source/ui/config.po8
-rw-r--r--translations/source/sh/sw/source/ui/dbui.po12
-rw-r--r--translations/source/sh/sw/source/ui/dialog.po16
-rw-r--r--translations/source/sh/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/sh/sw/source/ui/docvw.po26
-rw-r--r--translations/source/sh/sw/source/ui/envelp.po6
-rw-r--r--translations/source/sh/sw/source/ui/fldui.po6
-rw-r--r--translations/source/sh/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/sh/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/sh/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/sh/sw/source/ui/index.po10
-rw-r--r--translations/source/sh/sw/source/ui/lingu.po12
-rw-r--r--translations/source/sh/sw/source/ui/misc.po10
-rw-r--r--translations/source/sh/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/sh/sw/source/ui/shells.po14
-rw-r--r--translations/source/sh/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/sh/sw/source/ui/table.po48
-rw-r--r--translations/source/sh/sw/source/ui/uiview.po6
-rw-r--r--translations/source/sh/sw/source/ui/utlui.po27
-rw-r--r--translations/source/sh/sw/source/ui/web.po6
-rw-r--r--translations/source/sh/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/sh/swext/mediawiki/help.po160
-rw-r--r--translations/source/sh/swext/mediawiki/src.po24
-rw-r--r--translations/source/sh/swext/mediawiki/src/registry/data/org/openoffice/Office.po10
-rw-r--r--translations/source/sh/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po9
-rw-r--r--translations/source/sh/sysui/desktop/share.po11
-rw-r--r--translations/source/sh/uui/source.po6
-rw-r--r--translations/source/sh/vcl/source/src.po88
-rw-r--r--translations/source/sh/wizards/source/euro.po10
-rw-r--r--translations/source/sh/wizards/source/formwizard.po6
-rw-r--r--translations/source/sh/wizards/source/importwizard.po62
-rw-r--r--translations/source/sh/wizards/source/schedule.po6
-rw-r--r--translations/source/sh/wizards/source/template.po6
-rw-r--r--translations/source/sh/xmlsecurity/source/component.po6
-rw-r--r--translations/source/sh/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/si/accessibility/source/helper.po6
-rw-r--r--translations/source/si/avmedia/source/framework.po6
-rw-r--r--translations/source/si/avmedia/source/viewer.po6
-rw-r--r--translations/source/si/basctl/source/basicide.po6
-rw-r--r--translations/source/si/basctl/source/dlged.po6
-rw-r--r--translations/source/si/basic/source/classes.po6
-rw-r--r--translations/source/si/basic/source/sbx.po6
-rw-r--r--translations/source/si/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/si/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/si/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/si/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/si/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/si/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/si/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/si/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/si/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/si/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/si/connectivity/source/drivers/mozab.po16
-rw-r--r--translations/source/si/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/si/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/si/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/si/connectivity/source/resource.po6
-rw-r--r--translations/source/si/cui/source/customize.po6
-rw-r--r--translations/source/si/cui/source/dialogs.po46
-rw-r--r--translations/source/si/cui/source/options.po33
-rw-r--r--translations/source/si/cui/source/tabpages.po153
-rw-r--r--translations/source/si/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/si/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/si/dbaccess/source/ext/macromigration.po13
-rw-r--r--translations/source/si/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/si/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/si/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/si/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/si/dbaccess/source/ui/dlg.po15
-rw-r--r--translations/source/si/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/si/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/si/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/si/dbaccess/source/ui/relationdesign.po10
-rw-r--r--translations/source/si/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/si/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/si/desktop/source/app.po10
-rw-r--r--translations/source/si/desktop/source/deployment/gui.po32
-rw-r--r--translations/source/si/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/si/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/si/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/si/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/si/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/si/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/si/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/si/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/si/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/si/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/si/dictionaries/af_ZA.po4
-rw-r--r--translations/source/si/dictionaries/an_ES.po19
-rw-r--r--translations/source/si/dictionaries/ar.po4
-rw-r--r--translations/source/si/dictionaries/be_BY.po4
-rw-r--r--translations/source/si/dictionaries/bg_BG.po4
-rw-r--r--translations/source/si/dictionaries/bn_BD.po4
-rw-r--r--translations/source/si/dictionaries/br_FR.po4
-rw-r--r--translations/source/si/dictionaries/ca.po4
-rw-r--r--translations/source/si/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/si/dictionaries/da_DK.po4
-rw-r--r--translations/source/si/dictionaries/de.po4
-rw-r--r--translations/source/si/dictionaries/el_GR.po4
-rw-r--r--translations/source/si/dictionaries/en.po6
-rw-r--r--translations/source/si/dictionaries/en/dialog.po171
-rw-r--r--translations/source/si/dictionaries/es_ES.po4
-rw-r--r--translations/source/si/dictionaries/et_EE.po4
-rw-r--r--translations/source/si/dictionaries/fr_FR.po4
-rw-r--r--translations/source/si/dictionaries/gd_GB.po4
-rw-r--r--translations/source/si/dictionaries/gl.po4
-rw-r--r--translations/source/si/dictionaries/gu_IN.po4
-rw-r--r--translations/source/si/dictionaries/he_IL.po4
-rw-r--r--translations/source/si/dictionaries/hi_IN.po4
-rw-r--r--translations/source/si/dictionaries/hr_HR.po4
-rw-r--r--translations/source/si/dictionaries/hu_HU.po6
-rw-r--r--translations/source/si/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/si/dictionaries/it_IT.po4
-rw-r--r--translations/source/si/dictionaries/ku_TR.po4
-rw-r--r--translations/source/si/dictionaries/lt_LT.po4
-rw-r--r--translations/source/si/dictionaries/lv_LV.po4
-rw-r--r--translations/source/si/dictionaries/ne_NP.po4
-rw-r--r--translations/source/si/dictionaries/nl_NL.po4
-rw-r--r--translations/source/si/dictionaries/no.po4
-rw-r--r--translations/source/si/dictionaries/oc_FR.po4
-rw-r--r--translations/source/si/dictionaries/pl_PL.po4
-rw-r--r--translations/source/si/dictionaries/pt_BR.po4
-rw-r--r--translations/source/si/dictionaries/pt_PT.po4
-rw-r--r--translations/source/si/dictionaries/ro.po4
-rw-r--r--translations/source/si/dictionaries/ru_RU.po6
-rw-r--r--translations/source/si/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/si/dictionaries/si_LK.po19
-rw-r--r--translations/source/si/dictionaries/sk_SK.po4
-rw-r--r--translations/source/si/dictionaries/sl_SI.po4
-rw-r--r--translations/source/si/dictionaries/sr.po4
-rw-r--r--translations/source/si/dictionaries/sv_SE.po4
-rw-r--r--translations/source/si/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/si/dictionaries/te_IN.po4
-rw-r--r--translations/source/si/dictionaries/th_TH.po4
-rw-r--r--translations/source/si/dictionaries/uk_UA.po4
-rw-r--r--translations/source/si/dictionaries/vi.po4
-rw-r--r--translations/source/si/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/si/editeng/source/accessibility.po6
-rw-r--r--translations/source/si/editeng/source/editeng.po8
-rw-r--r--translations/source/si/editeng/source/items.po30
-rw-r--r--translations/source/si/editeng/source/misc.po6
-rw-r--r--translations/source/si/editeng/source/outliner.po6
-rw-r--r--translations/source/si/extensions/source/abpilot.po10
-rw-r--r--translations/source/si/extensions/source/bibliography.po6
-rw-r--r--translations/source/si/extensions/source/dbpilots.po6
-rw-r--r--translations/source/si/extensions/source/propctrlr.po6
-rw-r--r--translations/source/si/extensions/source/scanner.po8
-rw-r--r--translations/source/si/extensions/source/update/check.po6
-rw-r--r--translations/source/si/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/si/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/si/filter/source/config/fragments/types.po10
-rw-r--r--translations/source/si/filter/source/flash.po6
-rw-r--r--translations/source/si/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/si/filter/source/pdf.po10
-rw-r--r--translations/source/si/filter/source/t602.po6
-rw-r--r--translations/source/si/filter/source/xsltdialog.po6
-rw-r--r--translations/source/si/forms/source/resource.po6
-rw-r--r--translations/source/si/formula/source/core/resource.po22
-rw-r--r--translations/source/si/formula/source/ui/dlg.po6
-rw-r--r--translations/source/si/fpicker/source/office.po6
-rw-r--r--translations/source/si/framework/source/classes.po6
-rw-r--r--translations/source/si/framework/source/services.po6
-rw-r--r--translations/source/si/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/si/helpcontent2/source/text/sbasic/shared.po4
-rw-r--r--translations/source/si/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/si/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/si/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/si/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/si/helpcontent2/source/text/scalc/01.po6
-rw-r--r--translations/source/si/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/si/helpcontent2/source/text/scalc/04.po43
-rw-r--r--translations/source/si/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/si/helpcontent2/source/text/scalc/guide.po33
-rw-r--r--translations/source/si/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/si/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/si/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/si/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/si/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/si/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/si/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/si/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/si/helpcontent2/source/text/sdraw/04.po6
-rw-r--r--translations/source/si/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/si/helpcontent2/source/text/shared.po2
-rw-r--r--translations/source/si/helpcontent2/source/text/shared/00.po6
-rw-r--r--translations/source/si/helpcontent2/source/text/shared/01.po12
-rw-r--r--translations/source/si/helpcontent2/source/text/shared/02.po10
-rw-r--r--translations/source/si/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/si/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/si/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/si/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/si/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/si/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/si/helpcontent2/source/text/shared/guide.po128
-rw-r--r--translations/source/si/helpcontent2/source/text/shared/optionen.po73
-rw-r--r--translations/source/si/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/si/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/si/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/si/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/si/helpcontent2/source/text/simpress/04.po42
-rw-r--r--translations/source/si/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/si/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/si/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/si/helpcontent2/source/text/smath/01.po4
-rw-r--r--translations/source/si/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/si/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/si/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/si/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/si/helpcontent2/source/text/swriter/00.po6
-rw-r--r--translations/source/si/helpcontent2/source/text/swriter/01.po30
-rw-r--r--translations/source/si/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/si/helpcontent2/source/text/swriter/04.po12
-rw-r--r--translations/source/si/helpcontent2/source/text/swriter/guide.po40
-rw-r--r--translations/source/si/instsetoo_native/inc_openoffice/windows/msi_languages.po68
-rw-r--r--translations/source/si/mysqlc/source.po6
-rw-r--r--translations/source/si/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/si/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/si/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/si/nlpsolver/src/locale.po179
-rw-r--r--translations/source/si/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/si/officecfg/registry/data/org/openoffice/Office/UI.po57
-rw-r--r--translations/source/si/padmin/source.po6
-rw-r--r--translations/source/si/readlicense_oo/docs/readme.po37
-rw-r--r--translations/source/si/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/si/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/si/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/si/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/si/reportbuilder/util.po4
-rw-r--r--translations/source/si/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/si/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/si/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/si/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/si/sc/source/core/src.po6
-rw-r--r--translations/source/si/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/si/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/si/sc/source/ui/docshell.po6
-rw-r--r--translations/source/si/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/si/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/si/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/si/sc/source/ui/navipi.po8
-rw-r--r--translations/source/si/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/si/sc/source/ui/src.po144
-rw-r--r--translations/source/si/sc/source/ui/styleui.po8
-rw-r--r--translations/source/si/scaddins/source/analysis.po6
-rw-r--r--translations/source/si/scaddins/source/datefunc.po6
-rw-r--r--translations/source/si/sccomp/source/solver.po6
-rw-r--r--translations/source/si/scp2/source/accessories.po6
-rw-r--r--translations/source/si/scp2/source/activex.po6
-rw-r--r--translations/source/si/scp2/source/base.po16
-rw-r--r--translations/source/si/scp2/source/binfilter.po6
-rw-r--r--translations/source/si/scp2/source/calc.po6
-rw-r--r--translations/source/si/scp2/source/draw.po6
-rw-r--r--translations/source/si/scp2/source/extensions.po2204
-rw-r--r--translations/source/si/scp2/source/gnome.po6
-rw-r--r--translations/source/si/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/si/scp2/source/impress.po6
-rw-r--r--translations/source/si/scp2/source/javafilter.po6
-rw-r--r--translations/source/si/scp2/source/kde.po6
-rw-r--r--translations/source/si/scp2/source/math.po6
-rw-r--r--translations/source/si/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/si/scp2/source/ooo.po31
-rw-r--r--translations/source/si/scp2/source/python.po6
-rw-r--r--translations/source/si/scp2/source/quickstart.po6
-rw-r--r--translations/source/si/scp2/source/sdkoo.po6
-rw-r--r--translations/source/si/scp2/source/smoketest.po23
-rw-r--r--translations/source/si/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/si/scp2/source/writer.po6
-rw-r--r--translations/source/si/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/si/scripting/source/pyprov.po4
-rw-r--r--translations/source/si/sd/source/core.po43
-rw-r--r--translations/source/si/sd/source/filter/html.po6
-rw-r--r--translations/source/si/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/si/sd/source/ui/animations.po6
-rw-r--r--translations/source/si/sd/source/ui/annotations.po6
-rw-r--r--translations/source/si/sd/source/ui/app.po8
-rw-r--r--translations/source/si/sd/source/ui/dlg.po6
-rw-r--r--translations/source/si/sd/source/ui/notes.po6
-rw-r--r--translations/source/si/sd/source/ui/slideshow.po18
-rw-r--r--translations/source/si/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/si/sd/source/ui/table.po6
-rw-r--r--translations/source/si/sd/source/ui/view.po6
-rw-r--r--translations/source/si/sdext/source/minimizer.po6
-rw-r--r--translations/source/si/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/si/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/si/sdext/source/pdfimport.po4
-rw-r--r--translations/source/si/sdext/source/presenter.po4
-rw-r--r--translations/source/si/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/si/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po16
-rw-r--r--translations/source/si/setup_native/source/mac.po6
-rw-r--r--translations/source/si/sfx2/source/appl.po6
-rw-r--r--translations/source/si/sfx2/source/bastyp.po6
-rw-r--r--translations/source/si/sfx2/source/dialog.po12
-rw-r--r--translations/source/si/sfx2/source/doc.po18
-rw-r--r--translations/source/si/sfx2/source/menu.po6
-rw-r--r--translations/source/si/sfx2/source/view.po6
-rw-r--r--translations/source/si/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/si/starmath/source.po6
-rw-r--r--translations/source/si/svl/source/items.po6
-rw-r--r--translations/source/si/svl/source/misc.po6
-rw-r--r--translations/source/si/svtools/source/contnr.po6
-rw-r--r--translations/source/si/svtools/source/control.po6
-rw-r--r--translations/source/si/svtools/source/dialogs.po6
-rw-r--r--translations/source/si/svtools/source/filter.po6
-rw-r--r--translations/source/si/svtools/source/java.po6
-rw-r--r--translations/source/si/svtools/source/misc.po53
-rw-r--r--translations/source/si/svtools/source/plugapp.po6
-rw-r--r--translations/source/si/svtools/source/toolpanel.po6
-rw-r--r--translations/source/si/svtools/workben/unodialog.po6
-rw-r--r--translations/source/si/svx/inc.po8
-rw-r--r--translations/source/si/svx/source/accessibility.po6
-rw-r--r--translations/source/si/svx/source/dialog.po10
-rw-r--r--translations/source/si/svx/source/engine3d.po6
-rw-r--r--translations/source/si/svx/source/fmcomp.po6
-rw-r--r--translations/source/si/svx/source/form.po6
-rw-r--r--translations/source/si/svx/source/gallery2.po6
-rw-r--r--translations/source/si/svx/source/items.po6
-rw-r--r--translations/source/si/svx/source/src.po6
-rw-r--r--translations/source/si/svx/source/stbctrls.po4
-rw-r--r--translations/source/si/svx/source/svdraw.po6
-rw-r--r--translations/source/si/svx/source/table.po6
-rw-r--r--translations/source/si/svx/source/tbxctrls.po6
-rw-r--r--translations/source/si/svx/source/toolbars.po6
-rw-r--r--translations/source/si/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/si/sw/source/core/layout.po4
-rw-r--r--translations/source/si/sw/source/core/undo.po8
-rw-r--r--translations/source/si/sw/source/core/unocore.po6
-rw-r--r--translations/source/si/sw/source/ui/app.po22
-rw-r--r--translations/source/si/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/si/sw/source/ui/config.po2
-rw-r--r--translations/source/si/sw/source/ui/dbui.po6
-rw-r--r--translations/source/si/sw/source/ui/dialog.po14
-rw-r--r--translations/source/si/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/si/sw/source/ui/docvw.po22
-rw-r--r--translations/source/si/sw/source/ui/envelp.po6
-rw-r--r--translations/source/si/sw/source/ui/fldui.po6
-rw-r--r--translations/source/si/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/si/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/si/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/si/sw/source/ui/index.po13
-rw-r--r--translations/source/si/sw/source/ui/lingu.po8
-rw-r--r--translations/source/si/sw/source/ui/misc.po6
-rw-r--r--translations/source/si/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/si/sw/source/ui/shells.po14
-rw-r--r--translations/source/si/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/si/sw/source/ui/table.po12
-rw-r--r--translations/source/si/sw/source/ui/uiview.po6
-rw-r--r--translations/source/si/sw/source/ui/utlui.po22
-rw-r--r--translations/source/si/sw/source/ui/web.po6
-rw-r--r--translations/source/si/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/si/swext/mediawiki/help.po14
-rw-r--r--translations/source/si/swext/mediawiki/src.po8
-rw-r--r--translations/source/si/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/si/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/si/sysui/desktop/share.po6
-rw-r--r--translations/source/si/uui/source.po6
-rw-r--r--translations/source/si/vcl/source/src.po33
-rw-r--r--translations/source/si/wizards/source/euro.po6
-rw-r--r--translations/source/si/wizards/source/formwizard.po6
-rw-r--r--translations/source/si/wizards/source/importwizard.po6
-rw-r--r--translations/source/si/wizards/source/schedule.po6
-rw-r--r--translations/source/si/wizards/source/template.po6
-rw-r--r--translations/source/si/xmlsecurity/source/component.po6
-rw-r--r--translations/source/si/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/sk/accessibility/source/helper.po6
-rw-r--r--translations/source/sk/avmedia/source/framework.po6
-rw-r--r--translations/source/sk/avmedia/source/viewer.po6
-rw-r--r--translations/source/sk/basctl/source/basicide.po6
-rw-r--r--translations/source/sk/basctl/source/dlged.po6
-rw-r--r--translations/source/sk/basic/source/classes.po6
-rw-r--r--translations/source/sk/basic/source/sbx.po6
-rw-r--r--translations/source/sk/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/sk/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/sk/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/sk/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/sk/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/sk/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/sk/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/sk/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/sk/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/sk/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/sk/connectivity/source/drivers/mozab.po6
-rw-r--r--translations/source/sk/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/sk/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/sk/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/sk/connectivity/source/resource.po6
-rw-r--r--translations/source/sk/cui/source/customize.po6
-rw-r--r--translations/source/sk/cui/source/dialogs.po6
-rw-r--r--translations/source/sk/cui/source/options.po40
-rw-r--r--translations/source/sk/cui/source/tabpages.po6
-rw-r--r--translations/source/sk/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/sk/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/sk/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/sk/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/sk/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/sk/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/sk/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/sk/dbaccess/source/ui/dlg.po6
-rw-r--r--translations/source/sk/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/sk/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/sk/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/sk/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/sk/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/sk/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/sk/desktop/source/app.po6
-rw-r--r--translations/source/sk/desktop/source/deployment/gui.po6
-rw-r--r--translations/source/sk/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/sk/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/sk/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/sk/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/sk/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/sk/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/sk/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/sk/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/sk/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/sk/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/sk/dictionaries/af_ZA.po4
-rw-r--r--translations/source/sk/dictionaries/an_ES.po4
-rw-r--r--translations/source/sk/dictionaries/ar.po4
-rw-r--r--translations/source/sk/dictionaries/be_BY.po4
-rw-r--r--translations/source/sk/dictionaries/bg_BG.po4
-rw-r--r--translations/source/sk/dictionaries/bn_BD.po4
-rw-r--r--translations/source/sk/dictionaries/br_FR.po4
-rw-r--r--translations/source/sk/dictionaries/ca.po4
-rw-r--r--translations/source/sk/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/sk/dictionaries/da_DK.po4
-rw-r--r--translations/source/sk/dictionaries/de.po4
-rw-r--r--translations/source/sk/dictionaries/el_GR.po4
-rw-r--r--translations/source/sk/dictionaries/en.po4
-rw-r--r--translations/source/sk/dictionaries/en/dialog.po4
-rw-r--r--translations/source/sk/dictionaries/es_ES.po4
-rw-r--r--translations/source/sk/dictionaries/et_EE.po4
-rw-r--r--translations/source/sk/dictionaries/fr_FR.po4
-rw-r--r--translations/source/sk/dictionaries/gd_GB.po4
-rw-r--r--translations/source/sk/dictionaries/gl.po4
-rw-r--r--translations/source/sk/dictionaries/gu_IN.po4
-rw-r--r--translations/source/sk/dictionaries/he_IL.po4
-rw-r--r--translations/source/sk/dictionaries/hi_IN.po4
-rw-r--r--translations/source/sk/dictionaries/hr_HR.po4
-rw-r--r--translations/source/sk/dictionaries/hu_HU.po4
-rw-r--r--translations/source/sk/dictionaries/hu_HU/dialog.po4
-rw-r--r--translations/source/sk/dictionaries/it_IT.po4
-rw-r--r--translations/source/sk/dictionaries/ku_TR.po4
-rw-r--r--translations/source/sk/dictionaries/lt_LT.po4
-rw-r--r--translations/source/sk/dictionaries/lv_LV.po4
-rw-r--r--translations/source/sk/dictionaries/ne_NP.po4
-rw-r--r--translations/source/sk/dictionaries/nl_NL.po4
-rw-r--r--translations/source/sk/dictionaries/no.po4
-rw-r--r--translations/source/sk/dictionaries/oc_FR.po4
-rw-r--r--translations/source/sk/dictionaries/pl_PL.po4
-rw-r--r--translations/source/sk/dictionaries/pt_BR.po4
-rw-r--r--translations/source/sk/dictionaries/pt_PT.po4
-rw-r--r--translations/source/sk/dictionaries/ro.po4
-rw-r--r--translations/source/sk/dictionaries/ru_RU.po4
-rw-r--r--translations/source/sk/dictionaries/ru_RU/dialog.po4
-rw-r--r--translations/source/sk/dictionaries/si_LK.po4
-rw-r--r--translations/source/sk/dictionaries/sk_SK.po4
-rw-r--r--translations/source/sk/dictionaries/sl_SI.po4
-rw-r--r--translations/source/sk/dictionaries/sr.po4
-rw-r--r--translations/source/sk/dictionaries/sv_SE.po4
-rw-r--r--translations/source/sk/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/sk/dictionaries/te_IN.po4
-rw-r--r--translations/source/sk/dictionaries/th_TH.po4
-rw-r--r--translations/source/sk/dictionaries/uk_UA.po4
-rw-r--r--translations/source/sk/dictionaries/vi.po4
-rw-r--r--translations/source/sk/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/sk/editeng/source/accessibility.po6
-rw-r--r--translations/source/sk/editeng/source/editeng.po6
-rw-r--r--translations/source/sk/editeng/source/items.po6
-rw-r--r--translations/source/sk/editeng/source/misc.po6
-rw-r--r--translations/source/sk/editeng/source/outliner.po6
-rw-r--r--translations/source/sk/extensions/source/abpilot.po6
-rw-r--r--translations/source/sk/extensions/source/bibliography.po6
-rw-r--r--translations/source/sk/extensions/source/dbpilots.po6
-rw-r--r--translations/source/sk/extensions/source/propctrlr.po6
-rw-r--r--translations/source/sk/extensions/source/scanner.po6
-rw-r--r--translations/source/sk/extensions/source/update/check.po6
-rw-r--r--translations/source/sk/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/sk/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/sk/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/sk/filter/source/flash.po6
-rw-r--r--translations/source/sk/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/sk/filter/source/pdf.po6
-rw-r--r--translations/source/sk/filter/source/t602.po6
-rw-r--r--translations/source/sk/filter/source/xsltdialog.po6
-rw-r--r--translations/source/sk/forms/source/resource.po6
-rw-r--r--translations/source/sk/formula/source/core/resource.po6
-rw-r--r--translations/source/sk/formula/source/ui/dlg.po6
-rw-r--r--translations/source/sk/fpicker/source/office.po6
-rw-r--r--translations/source/sk/framework/source/classes.po6
-rw-r--r--translations/source/sk/framework/source/services.po6
-rw-r--r--translations/source/sk/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/sk/helpcontent2/source/text/sbasic/shared.po543
-rw-r--r--translations/source/sk/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/sk/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/sk/helpcontent2/source/text/scalc.po20
-rw-r--r--translations/source/sk/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/sk/helpcontent2/source/text/scalc/01.po2
-rw-r--r--translations/source/sk/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/sk/helpcontent2/source/text/scalc/04.po2
-rw-r--r--translations/source/sk/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/sk/helpcontent2/source/text/scalc/guide.po2
-rw-r--r--translations/source/sk/helpcontent2/source/text/schart.po133
-rw-r--r--translations/source/sk/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/sk/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/sk/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/sk/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/sk/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/sk/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/sk/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/sk/helpcontent2/source/text/sdraw/04.po2
-rw-r--r--translations/source/sk/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/sk/helpcontent2/source/text/shared.po4
-rw-r--r--translations/source/sk/helpcontent2/source/text/shared/00.po4
-rw-r--r--translations/source/sk/helpcontent2/source/text/shared/01.po2
-rw-r--r--translations/source/sk/helpcontent2/source/text/shared/02.po2
-rw-r--r--translations/source/sk/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/sk/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/sk/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/sk/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/sk/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/sk/helpcontent2/source/text/shared/explorer/database.po4
-rw-r--r--translations/source/sk/helpcontent2/source/text/shared/guide.po4
-rw-r--r--translations/source/sk/helpcontent2/source/text/shared/optionen.po69
-rw-r--r--translations/source/sk/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/sk/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/sk/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/sk/helpcontent2/source/text/simpress/02.po29
-rw-r--r--translations/source/sk/helpcontent2/source/text/simpress/04.po2
-rw-r--r--translations/source/sk/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/sk/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/sk/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/sk/helpcontent2/source/text/smath/01.po4
-rw-r--r--translations/source/sk/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/sk/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/sk/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/sk/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/sk/helpcontent2/source/text/swriter/00.po42
-rw-r--r--translations/source/sk/helpcontent2/source/text/swriter/01.po178
-rw-r--r--translations/source/sk/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/sk/helpcontent2/source/text/swriter/04.po2
-rw-r--r--translations/source/sk/helpcontent2/source/text/swriter/guide.po8
-rw-r--r--translations/source/sk/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--translations/source/sk/mysqlc/source.po6
-rw-r--r--translations/source/sk/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/sk/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po4
-rw-r--r--translations/source/sk/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/sk/nlpsolver/src/locale.po4
-rw-r--r--translations/source/sk/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/sk/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--translations/source/sk/padmin/source.po6
-rw-r--r--translations/source/sk/readlicense_oo/docs/readme.po16
-rw-r--r--translations/source/sk/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/sk/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/sk/reportbuilder/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--translations/source/sk/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/sk/reportbuilder/util.po4
-rw-r--r--translations/source/sk/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/sk/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/sk/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/sk/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/sk/sc/source/core/src.po6
-rw-r--r--translations/source/sk/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/sk/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/sk/sc/source/ui/docshell.po6
-rw-r--r--translations/source/sk/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/sk/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/sk/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/sk/sc/source/ui/navipi.po6
-rw-r--r--translations/source/sk/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/sk/sc/source/ui/src.po6
-rw-r--r--translations/source/sk/sc/source/ui/styleui.po6
-rw-r--r--translations/source/sk/scaddins/source/analysis.po6
-rw-r--r--translations/source/sk/scaddins/source/datefunc.po6
-rw-r--r--translations/source/sk/sccomp/source/solver.po6
-rw-r--r--translations/source/sk/scp2/source/accessories.po6
-rw-r--r--translations/source/sk/scp2/source/activex.po6
-rw-r--r--translations/source/sk/scp2/source/base.po18
-rw-r--r--translations/source/sk/scp2/source/binfilter.po6
-rw-r--r--translations/source/sk/scp2/source/calc.po6
-rw-r--r--translations/source/sk/scp2/source/draw.po6
-rw-r--r--translations/source/sk/scp2/source/extensions.po16
-rw-r--r--translations/source/sk/scp2/source/gnome.po6
-rw-r--r--translations/source/sk/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/sk/scp2/source/impress.po6
-rw-r--r--translations/source/sk/scp2/source/javafilter.po6
-rw-r--r--translations/source/sk/scp2/source/kde.po6
-rw-r--r--translations/source/sk/scp2/source/math.po6
-rw-r--r--translations/source/sk/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/sk/scp2/source/ooo.po6
-rw-r--r--translations/source/sk/scp2/source/python.po6
-rw-r--r--translations/source/sk/scp2/source/quickstart.po6
-rw-r--r--translations/source/sk/scp2/source/sdkoo.po6
-rw-r--r--translations/source/sk/scp2/source/smoketest.po4
-rw-r--r--translations/source/sk/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/sk/scp2/source/writer.po6
-rw-r--r--translations/source/sk/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/sk/scripting/source/pyprov.po4
-rw-r--r--translations/source/sk/sd/source/core.po6
-rw-r--r--translations/source/sk/sd/source/filter/html.po6
-rw-r--r--translations/source/sk/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/sk/sd/source/ui/animations.po6
-rw-r--r--translations/source/sk/sd/source/ui/annotations.po6
-rw-r--r--translations/source/sk/sd/source/ui/app.po6
-rw-r--r--translations/source/sk/sd/source/ui/dlg.po6
-rw-r--r--translations/source/sk/sd/source/ui/notes.po6
-rw-r--r--translations/source/sk/sd/source/ui/slideshow.po6
-rw-r--r--translations/source/sk/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/sk/sd/source/ui/table.po6
-rw-r--r--translations/source/sk/sd/source/ui/view.po6
-rw-r--r--translations/source/sk/sdext/source/minimizer.po4
-rw-r--r--translations/source/sk/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/sk/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/sk/sdext/source/pdfimport.po4
-rw-r--r--translations/source/sk/sdext/source/presenter.po13
-rw-r--r--translations/source/sk/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po18
-rw-r--r--translations/source/sk/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/sk/setup_native/source/mac.po6
-rw-r--r--translations/source/sk/sfx2/source/appl.po6
-rw-r--r--translations/source/sk/sfx2/source/bastyp.po6
-rw-r--r--translations/source/sk/sfx2/source/dialog.po6
-rw-r--r--translations/source/sk/sfx2/source/doc.po6
-rw-r--r--translations/source/sk/sfx2/source/menu.po6
-rw-r--r--translations/source/sk/sfx2/source/view.po6
-rw-r--r--translations/source/sk/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/sk/starmath/source.po6
-rw-r--r--translations/source/sk/svl/source/items.po6
-rw-r--r--translations/source/sk/svl/source/misc.po6
-rw-r--r--translations/source/sk/svtools/source/contnr.po6
-rw-r--r--translations/source/sk/svtools/source/control.po6
-rw-r--r--translations/source/sk/svtools/source/dialogs.po6
-rw-r--r--translations/source/sk/svtools/source/filter.po6
-rw-r--r--translations/source/sk/svtools/source/java.po6
-rw-r--r--translations/source/sk/svtools/source/misc.po6
-rw-r--r--translations/source/sk/svtools/source/plugapp.po6
-rw-r--r--translations/source/sk/svtools/source/toolpanel.po6
-rw-r--r--translations/source/sk/svtools/workben/unodialog.po6
-rw-r--r--translations/source/sk/svx/inc.po6
-rw-r--r--translations/source/sk/svx/source/accessibility.po6
-rw-r--r--translations/source/sk/svx/source/dialog.po6
-rw-r--r--translations/source/sk/svx/source/engine3d.po6
-rw-r--r--translations/source/sk/svx/source/fmcomp.po6
-rw-r--r--translations/source/sk/svx/source/form.po6
-rw-r--r--translations/source/sk/svx/source/gallery2.po6
-rw-r--r--translations/source/sk/svx/source/items.po6
-rw-r--r--translations/source/sk/svx/source/src.po6
-rw-r--r--translations/source/sk/svx/source/stbctrls.po6
-rw-r--r--translations/source/sk/svx/source/svdraw.po6
-rw-r--r--translations/source/sk/svx/source/table.po6
-rw-r--r--translations/source/sk/svx/source/tbxctrls.po6
-rw-r--r--translations/source/sk/svx/source/toolbars.po6
-rw-r--r--translations/source/sk/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/sk/sw/source/core/layout.po4
-rw-r--r--translations/source/sk/sw/source/core/undo.po6
-rw-r--r--translations/source/sk/sw/source/core/unocore.po6
-rw-r--r--translations/source/sk/sw/source/ui/app.po6
-rw-r--r--translations/source/sk/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/sk/sw/source/ui/config.po58
-rw-r--r--translations/source/sk/sw/source/ui/dbui.po6
-rw-r--r--translations/source/sk/sw/source/ui/dialog.po6
-rw-r--r--translations/source/sk/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/sk/sw/source/ui/docvw.po6
-rw-r--r--translations/source/sk/sw/source/ui/envelp.po6
-rw-r--r--translations/source/sk/sw/source/ui/fldui.po6
-rw-r--r--translations/source/sk/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/sk/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/sk/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/sk/sw/source/ui/index.po6
-rw-r--r--translations/source/sk/sw/source/ui/lingu.po6
-rw-r--r--translations/source/sk/sw/source/ui/misc.po6
-rw-r--r--translations/source/sk/sw/source/ui/ribbar.po6
-rw-r--r--translations/source/sk/sw/source/ui/shells.po6
-rw-r--r--translations/source/sk/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/sk/sw/source/ui/table.po6
-rw-r--r--translations/source/sk/sw/source/ui/uiview.po6
-rw-r--r--translations/source/sk/sw/source/ui/utlui.po188
-rw-r--r--translations/source/sk/sw/source/ui/web.po6
-rw-r--r--translations/source/sk/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/sk/swext/mediawiki/help.po6
-rw-r--r--translations/source/sk/swext/mediawiki/src.po6
-rw-r--r--translations/source/sk/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/sk/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/sk/sysui/desktop/share.po6
-rw-r--r--translations/source/sk/uui/source.po6
-rw-r--r--translations/source/sk/vcl/source/src.po6
-rw-r--r--translations/source/sk/wizards/source/euro.po6
-rw-r--r--translations/source/sk/wizards/source/formwizard.po6
-rw-r--r--translations/source/sk/wizards/source/importwizard.po6
-rw-r--r--translations/source/sk/wizards/source/schedule.po6
-rw-r--r--translations/source/sk/wizards/source/template.po6
-rw-r--r--translations/source/sk/xmlsecurity/source/component.po6
-rw-r--r--translations/source/sk/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/sq/accessibility/source/helper.po6
-rw-r--r--translations/source/sq/avmedia/source/framework.po6
-rw-r--r--translations/source/sq/avmedia/source/viewer.po6
-rw-r--r--translations/source/sq/basctl/source/basicide.po6
-rw-r--r--translations/source/sq/basctl/source/dlged.po6
-rw-r--r--translations/source/sq/basic/source/classes.po6
-rw-r--r--translations/source/sq/basic/source/sbx.po6
-rw-r--r--translations/source/sq/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/sq/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/sq/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/sq/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/sq/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/sq/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/sq/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/sq/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/sq/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/sq/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/sq/connectivity/source/drivers/mozab.po10
-rw-r--r--translations/source/sq/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/sq/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/sq/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/sq/connectivity/source/resource.po6
-rw-r--r--translations/source/sq/cui/source/customize.po6
-rw-r--r--translations/source/sq/cui/source/dialogs.po43
-rw-r--r--translations/source/sq/cui/source/options.po16
-rw-r--r--translations/source/sq/cui/source/tabpages.po150
-rw-r--r--translations/source/sq/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/sq/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/sq/dbaccess/source/ext/macromigration.po13
-rw-r--r--translations/source/sq/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/sq/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/sq/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/sq/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/sq/dbaccess/source/ui/dlg.po8
-rw-r--r--translations/source/sq/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/sq/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/sq/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/sq/dbaccess/source/ui/relationdesign.po8
-rw-r--r--translations/source/sq/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/sq/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/sq/desktop/source/app.po10
-rw-r--r--translations/source/sq/desktop/source/deployment/gui.po32
-rw-r--r--translations/source/sq/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/sq/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/sq/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/sq/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/sq/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/sq/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/sq/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/sq/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/sq/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/sq/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/sq/dictionaries/af_ZA.po4
-rw-r--r--translations/source/sq/dictionaries/an_ES.po19
-rw-r--r--translations/source/sq/dictionaries/ar.po4
-rw-r--r--translations/source/sq/dictionaries/be_BY.po4
-rw-r--r--translations/source/sq/dictionaries/bg_BG.po4
-rw-r--r--translations/source/sq/dictionaries/bn_BD.po4
-rw-r--r--translations/source/sq/dictionaries/br_FR.po4
-rw-r--r--translations/source/sq/dictionaries/ca.po4
-rw-r--r--translations/source/sq/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/sq/dictionaries/da_DK.po4
-rw-r--r--translations/source/sq/dictionaries/de.po4
-rw-r--r--translations/source/sq/dictionaries/el_GR.po4
-rw-r--r--translations/source/sq/dictionaries/en.po6
-rw-r--r--translations/source/sq/dictionaries/en/dialog.po171
-rw-r--r--translations/source/sq/dictionaries/es_ES.po4
-rw-r--r--translations/source/sq/dictionaries/et_EE.po4
-rw-r--r--translations/source/sq/dictionaries/fr_FR.po4
-rw-r--r--translations/source/sq/dictionaries/gd_GB.po4
-rw-r--r--translations/source/sq/dictionaries/gl.po4
-rw-r--r--translations/source/sq/dictionaries/gu_IN.po4
-rw-r--r--translations/source/sq/dictionaries/he_IL.po4
-rw-r--r--translations/source/sq/dictionaries/hi_IN.po4
-rw-r--r--translations/source/sq/dictionaries/hr_HR.po4
-rw-r--r--translations/source/sq/dictionaries/hu_HU.po6
-rw-r--r--translations/source/sq/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/sq/dictionaries/it_IT.po4
-rw-r--r--translations/source/sq/dictionaries/ku_TR.po4
-rw-r--r--translations/source/sq/dictionaries/lt_LT.po4
-rw-r--r--translations/source/sq/dictionaries/lv_LV.po4
-rw-r--r--translations/source/sq/dictionaries/ne_NP.po4
-rw-r--r--translations/source/sq/dictionaries/nl_NL.po4
-rw-r--r--translations/source/sq/dictionaries/no.po4
-rw-r--r--translations/source/sq/dictionaries/oc_FR.po4
-rw-r--r--translations/source/sq/dictionaries/pl_PL.po4
-rw-r--r--translations/source/sq/dictionaries/pt_BR.po4
-rw-r--r--translations/source/sq/dictionaries/pt_PT.po4
-rw-r--r--translations/source/sq/dictionaries/ro.po4
-rw-r--r--translations/source/sq/dictionaries/ru_RU.po6
-rw-r--r--translations/source/sq/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/sq/dictionaries/si_LK.po19
-rw-r--r--translations/source/sq/dictionaries/sk_SK.po4
-rw-r--r--translations/source/sq/dictionaries/sl_SI.po4
-rw-r--r--translations/source/sq/dictionaries/sr.po4
-rw-r--r--translations/source/sq/dictionaries/sv_SE.po4
-rw-r--r--translations/source/sq/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/sq/dictionaries/te_IN.po4
-rw-r--r--translations/source/sq/dictionaries/th_TH.po4
-rw-r--r--translations/source/sq/dictionaries/uk_UA.po4
-rw-r--r--translations/source/sq/dictionaries/vi.po4
-rw-r--r--translations/source/sq/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/sq/editeng/source/accessibility.po6
-rw-r--r--translations/source/sq/editeng/source/editeng.po8
-rw-r--r--translations/source/sq/editeng/source/items.po30
-rw-r--r--translations/source/sq/editeng/source/misc.po6
-rw-r--r--translations/source/sq/editeng/source/outliner.po6
-rw-r--r--translations/source/sq/extensions/source/abpilot.po8
-rw-r--r--translations/source/sq/extensions/source/bibliography.po6
-rw-r--r--translations/source/sq/extensions/source/dbpilots.po6
-rw-r--r--translations/source/sq/extensions/source/propctrlr.po6
-rw-r--r--translations/source/sq/extensions/source/scanner.po8
-rw-r--r--translations/source/sq/extensions/source/update/check.po6
-rw-r--r--translations/source/sq/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/sq/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/sq/filter/source/config/fragments/types.po10
-rw-r--r--translations/source/sq/filter/source/flash.po6
-rw-r--r--translations/source/sq/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/sq/filter/source/pdf.po10
-rw-r--r--translations/source/sq/filter/source/t602.po6
-rw-r--r--translations/source/sq/filter/source/xsltdialog.po6
-rw-r--r--translations/source/sq/forms/source/resource.po6
-rw-r--r--translations/source/sq/formula/source/core/resource.po22
-rw-r--r--translations/source/sq/formula/source/ui/dlg.po6
-rw-r--r--translations/source/sq/fpicker/source/office.po6
-rw-r--r--translations/source/sq/framework/source/classes.po6
-rw-r--r--translations/source/sq/framework/source/services.po6
-rw-r--r--translations/source/sq/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/sq/helpcontent2/source/text/sbasic/shared.po4
-rw-r--r--translations/source/sq/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/sq/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/sq/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/sq/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/sq/helpcontent2/source/text/scalc/01.po6
-rw-r--r--translations/source/sq/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/sq/helpcontent2/source/text/scalc/04.po18
-rw-r--r--translations/source/sq/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/sq/helpcontent2/source/text/scalc/guide.po24
-rw-r--r--translations/source/sq/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/sq/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/sq/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/sq/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/sq/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/sq/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/sq/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/sq/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/sq/helpcontent2/source/text/sdraw/04.po4
-rw-r--r--translations/source/sq/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/sq/helpcontent2/source/text/shared.po2
-rw-r--r--translations/source/sq/helpcontent2/source/text/shared/00.po6
-rw-r--r--translations/source/sq/helpcontent2/source/text/shared/01.po12
-rw-r--r--translations/source/sq/helpcontent2/source/text/shared/02.po10
-rw-r--r--translations/source/sq/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/sq/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/sq/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/sq/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/sq/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/sq/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/sq/helpcontent2/source/text/shared/guide.po147
-rw-r--r--translations/source/sq/helpcontent2/source/text/shared/optionen.po75
-rw-r--r--translations/source/sq/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/sq/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/sq/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/sq/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/sq/helpcontent2/source/text/simpress/04.po22
-rw-r--r--translations/source/sq/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/sq/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/sq/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/sq/helpcontent2/source/text/smath/01.po26
-rw-r--r--translations/source/sq/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/sq/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/sq/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/sq/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/sq/helpcontent2/source/text/swriter/00.po4
-rw-r--r--translations/source/sq/helpcontent2/source/text/swriter/01.po36
-rw-r--r--translations/source/sq/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/sq/helpcontent2/source/text/swriter/04.po6
-rw-r--r--translations/source/sq/helpcontent2/source/text/swriter/guide.po45
-rw-r--r--translations/source/sq/instsetoo_native/inc_openoffice/windows/msi_languages.po65
-rw-r--r--translations/source/sq/mysqlc/source.po6
-rw-r--r--translations/source/sq/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/sq/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/sq/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/sq/nlpsolver/src/locale.po179
-rw-r--r--translations/source/sq/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/sq/officecfg/registry/data/org/openoffice/Office/UI.po57
-rw-r--r--translations/source/sq/padmin/source.po6
-rw-r--r--translations/source/sq/readlicense_oo/docs/readme.po34
-rw-r--r--translations/source/sq/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/sq/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/sq/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/sq/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/sq/reportbuilder/util.po4
-rw-r--r--translations/source/sq/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/sq/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/sq/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/sq/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/sq/sc/source/core/src.po6
-rw-r--r--translations/source/sq/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/sq/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/sq/sc/source/ui/docshell.po6
-rw-r--r--translations/source/sq/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/sq/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/sq/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/sq/sc/source/ui/navipi.po8
-rw-r--r--translations/source/sq/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/sq/sc/source/ui/src.po144
-rw-r--r--translations/source/sq/sc/source/ui/styleui.po8
-rw-r--r--translations/source/sq/scaddins/source/analysis.po6
-rw-r--r--translations/source/sq/scaddins/source/datefunc.po6
-rw-r--r--translations/source/sq/sccomp/source/solver.po6
-rw-r--r--translations/source/sq/scp2/source/accessories.po6
-rw-r--r--translations/source/sq/scp2/source/activex.po6
-rw-r--r--translations/source/sq/scp2/source/base.po16
-rw-r--r--translations/source/sq/scp2/source/binfilter.po6
-rw-r--r--translations/source/sq/scp2/source/calc.po6
-rw-r--r--translations/source/sq/scp2/source/draw.po6
-rw-r--r--translations/source/sq/scp2/source/extensions.po2202
-rw-r--r--translations/source/sq/scp2/source/gnome.po6
-rw-r--r--translations/source/sq/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/sq/scp2/source/impress.po6
-rw-r--r--translations/source/sq/scp2/source/javafilter.po6
-rw-r--r--translations/source/sq/scp2/source/kde.po6
-rw-r--r--translations/source/sq/scp2/source/math.po6
-rw-r--r--translations/source/sq/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/sq/scp2/source/ooo.po29
-rw-r--r--translations/source/sq/scp2/source/python.po6
-rw-r--r--translations/source/sq/scp2/source/quickstart.po6
-rw-r--r--translations/source/sq/scp2/source/sdkoo.po6
-rw-r--r--translations/source/sq/scp2/source/smoketest.po23
-rw-r--r--translations/source/sq/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/sq/scp2/source/writer.po6
-rw-r--r--translations/source/sq/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/sq/scripting/source/pyprov.po4
-rw-r--r--translations/source/sq/sd/source/core.po43
-rw-r--r--translations/source/sq/sd/source/filter/html.po6
-rw-r--r--translations/source/sq/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/sq/sd/source/ui/animations.po6
-rw-r--r--translations/source/sq/sd/source/ui/annotations.po6
-rw-r--r--translations/source/sq/sd/source/ui/app.po8
-rw-r--r--translations/source/sq/sd/source/ui/dlg.po6
-rw-r--r--translations/source/sq/sd/source/ui/notes.po6
-rw-r--r--translations/source/sq/sd/source/ui/slideshow.po16
-rw-r--r--translations/source/sq/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/sq/sd/source/ui/table.po6
-rw-r--r--translations/source/sq/sd/source/ui/view.po6
-rw-r--r--translations/source/sq/sdext/source/minimizer.po6
-rw-r--r--translations/source/sq/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/sq/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/sq/sdext/source/pdfimport.po4
-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.po6
-rw-r--r--translations/source/sq/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po16
-rw-r--r--translations/source/sq/setup_native/source/mac.po6
-rw-r--r--translations/source/sq/sfx2/source/appl.po6
-rw-r--r--translations/source/sq/sfx2/source/bastyp.po6
-rw-r--r--translations/source/sq/sfx2/source/dialog.po12
-rw-r--r--translations/source/sq/sfx2/source/doc.po12
-rw-r--r--translations/source/sq/sfx2/source/menu.po6
-rw-r--r--translations/source/sq/sfx2/source/view.po6
-rw-r--r--translations/source/sq/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/sq/starmath/source.po6
-rw-r--r--translations/source/sq/svl/source/items.po6
-rw-r--r--translations/source/sq/svl/source/misc.po8
-rw-r--r--translations/source/sq/svtools/source/contnr.po6
-rw-r--r--translations/source/sq/svtools/source/control.po6
-rw-r--r--translations/source/sq/svtools/source/dialogs.po6
-rw-r--r--translations/source/sq/svtools/source/filter.po6
-rw-r--r--translations/source/sq/svtools/source/java.po6
-rw-r--r--translations/source/sq/svtools/source/misc.po53
-rw-r--r--translations/source/sq/svtools/source/plugapp.po6
-rw-r--r--translations/source/sq/svtools/source/toolpanel.po6
-rw-r--r--translations/source/sq/svtools/workben/unodialog.po6
-rw-r--r--translations/source/sq/svx/inc.po8
-rw-r--r--translations/source/sq/svx/source/accessibility.po6
-rw-r--r--translations/source/sq/svx/source/dialog.po10
-rw-r--r--translations/source/sq/svx/source/engine3d.po6
-rw-r--r--translations/source/sq/svx/source/fmcomp.po6
-rw-r--r--translations/source/sq/svx/source/form.po6
-rw-r--r--translations/source/sq/svx/source/gallery2.po6
-rw-r--r--translations/source/sq/svx/source/items.po6
-rw-r--r--translations/source/sq/svx/source/src.po6
-rw-r--r--translations/source/sq/svx/source/stbctrls.po2
-rw-r--r--translations/source/sq/svx/source/svdraw.po6
-rw-r--r--translations/source/sq/svx/source/table.po6
-rw-r--r--translations/source/sq/svx/source/tbxctrls.po6
-rw-r--r--translations/source/sq/svx/source/toolbars.po6
-rw-r--r--translations/source/sq/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/sq/sw/source/core/layout.po4
-rw-r--r--translations/source/sq/sw/source/core/undo.po8
-rw-r--r--translations/source/sq/sw/source/core/unocore.po6
-rw-r--r--translations/source/sq/sw/source/ui/app.po22
-rw-r--r--translations/source/sq/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/sq/sw/source/ui/config.po2
-rw-r--r--translations/source/sq/sw/source/ui/dbui.po6
-rw-r--r--translations/source/sq/sw/source/ui/dialog.po14
-rw-r--r--translations/source/sq/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/sq/sw/source/ui/docvw.po22
-rw-r--r--translations/source/sq/sw/source/ui/envelp.po6
-rw-r--r--translations/source/sq/sw/source/ui/fldui.po6
-rw-r--r--translations/source/sq/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/sq/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/sq/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/sq/sw/source/ui/index.po13
-rw-r--r--translations/source/sq/sw/source/ui/lingu.po6
-rw-r--r--translations/source/sq/sw/source/ui/misc.po6
-rw-r--r--translations/source/sq/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/sq/sw/source/ui/shells.po14
-rw-r--r--translations/source/sq/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/sq/sw/source/ui/table.po18
-rw-r--r--translations/source/sq/sw/source/ui/uiview.po6
-rw-r--r--translations/source/sq/sw/source/ui/utlui.po22
-rw-r--r--translations/source/sq/sw/source/ui/web.po6
-rw-r--r--translations/source/sq/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/sq/swext/mediawiki/help.po12
-rw-r--r--translations/source/sq/swext/mediawiki/src.po6
-rw-r--r--translations/source/sq/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/sq/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/sq/sysui/desktop/share.po6
-rw-r--r--translations/source/sq/uui/source.po6
-rw-r--r--translations/source/sq/vcl/source/src.po38
-rw-r--r--translations/source/sq/wizards/source/euro.po6
-rw-r--r--translations/source/sq/wizards/source/formwizard.po6
-rw-r--r--translations/source/sq/wizards/source/importwizard.po6
-rw-r--r--translations/source/sq/wizards/source/schedule.po6
-rw-r--r--translations/source/sq/wizards/source/template.po6
-rw-r--r--translations/source/sq/xmlsecurity/source/component.po6
-rw-r--r--translations/source/sq/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/sr/accessibility/source/helper.po6
-rw-r--r--translations/source/sr/avmedia/source/framework.po6
-rw-r--r--translations/source/sr/avmedia/source/viewer.po6
-rw-r--r--translations/source/sr/basctl/source/basicide.po16
-rw-r--r--translations/source/sr/basctl/source/dlged.po6
-rw-r--r--translations/source/sr/basic/source/classes.po6
-rw-r--r--translations/source/sr/basic/source/sbx.po6
-rw-r--r--translations/source/sr/chart2/source/controller/dialogs.po10
-rw-r--r--translations/source/sr/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/sr/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/sr/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/sr/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/sr/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/sr/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/sr/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/sr/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/sr/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/sr/connectivity/source/drivers/mozab.po14
-rw-r--r--translations/source/sr/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/sr/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/sr/connectivity/source/drivers/postgresql.po19
-rw-r--r--translations/source/sr/connectivity/source/resource.po6
-rw-r--r--translations/source/sr/cui/source/customize.po6
-rw-r--r--translations/source/sr/cui/source/dialogs.po81
-rw-r--r--translations/source/sr/cui/source/options.po13
-rw-r--r--translations/source/sr/cui/source/tabpages.po162
-rw-r--r--translations/source/sr/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/sr/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/sr/dbaccess/source/ext/macromigration.po9
-rw-r--r--translations/source/sr/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/sr/dbaccess/source/ui/app.po15
-rw-r--r--translations/source/sr/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/sr/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/sr/dbaccess/source/ui/dlg.po19
-rw-r--r--translations/source/sr/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/sr/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/sr/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/sr/dbaccess/source/ui/relationdesign.po9
-rw-r--r--translations/source/sr/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/sr/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/sr/desktop/source/app.po10
-rw-r--r--translations/source/sr/desktop/source/deployment/gui.po30
-rw-r--r--translations/source/sr/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/sr/desktop/source/deployment/misc.po25
-rw-r--r--translations/source/sr/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/sr/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/sr/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/sr/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/sr/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/sr/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/sr/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/sr/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/sr/dictionaries/af_ZA.po11
-rw-r--r--translations/source/sr/dictionaries/an_ES.po19
-rw-r--r--translations/source/sr/dictionaries/ar.po11
-rw-r--r--translations/source/sr/dictionaries/be_BY.po19
-rw-r--r--translations/source/sr/dictionaries/bg_BG.po11
-rw-r--r--translations/source/sr/dictionaries/bn_BD.po11
-rw-r--r--translations/source/sr/dictionaries/br_FR.po11
-rw-r--r--translations/source/sr/dictionaries/ca.po11
-rw-r--r--translations/source/sr/dictionaries/cs_CZ.po11
-rw-r--r--translations/source/sr/dictionaries/da_DK.po11
-rw-r--r--translations/source/sr/dictionaries/de.po11
-rw-r--r--translations/source/sr/dictionaries/el_GR.po19
-rw-r--r--translations/source/sr/dictionaries/en.po13
-rw-r--r--translations/source/sr/dictionaries/en/dialog.po171
-rw-r--r--translations/source/sr/dictionaries/es_ES.po13
-rw-r--r--translations/source/sr/dictionaries/et_EE.po11
-rw-r--r--translations/source/sr/dictionaries/fr_FR.po11
-rw-r--r--translations/source/sr/dictionaries/gd_GB.po19
-rw-r--r--translations/source/sr/dictionaries/gl.po11
-rw-r--r--translations/source/sr/dictionaries/gu_IN.po11
-rw-r--r--translations/source/sr/dictionaries/he_IL.po11
-rw-r--r--translations/source/sr/dictionaries/hi_IN.po11
-rw-r--r--translations/source/sr/dictionaries/hr_HR.po11
-rw-r--r--translations/source/sr/dictionaries/hu_HU.po13
-rw-r--r--translations/source/sr/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/sr/dictionaries/it_IT.po11
-rw-r--r--translations/source/sr/dictionaries/ku_TR.po11
-rw-r--r--translations/source/sr/dictionaries/lt_LT.po11
-rw-r--r--translations/source/sr/dictionaries/lv_LV.po11
-rw-r--r--translations/source/sr/dictionaries/ne_NP.po11
-rw-r--r--translations/source/sr/dictionaries/nl_NL.po11
-rw-r--r--translations/source/sr/dictionaries/no.po11
-rw-r--r--translations/source/sr/dictionaries/oc_FR.po11
-rw-r--r--translations/source/sr/dictionaries/pl_PL.po11
-rw-r--r--translations/source/sr/dictionaries/pt_BR.po11
-rw-r--r--translations/source/sr/dictionaries/pt_PT.po11
-rw-r--r--translations/source/sr/dictionaries/ro.po11
-rw-r--r--translations/source/sr/dictionaries/ru_RU.po13
-rw-r--r--translations/source/sr/dictionaries/ru_RU/dialog.po95
-rw-r--r--translations/source/sr/dictionaries/si_LK.po19
-rw-r--r--translations/source/sr/dictionaries/sk_SK.po11
-rw-r--r--translations/source/sr/dictionaries/sl_SI.po11
-rw-r--r--translations/source/sr/dictionaries/sr.po11
-rw-r--r--translations/source/sr/dictionaries/sv_SE.po11
-rw-r--r--translations/source/sr/dictionaries/sw_TZ.po13
-rw-r--r--translations/source/sr/dictionaries/te_IN.po19
-rw-r--r--translations/source/sr/dictionaries/th_TH.po13
-rw-r--r--translations/source/sr/dictionaries/uk_UA.po11
-rw-r--r--translations/source/sr/dictionaries/vi.po11
-rw-r--r--translations/source/sr/dictionaries/zu_ZA.po11
-rw-r--r--translations/source/sr/editeng/source/accessibility.po10
-rw-r--r--translations/source/sr/editeng/source/editeng.po8
-rw-r--r--translations/source/sr/editeng/source/items.po30
-rw-r--r--translations/source/sr/editeng/source/misc.po16
-rw-r--r--translations/source/sr/editeng/source/outliner.po6
-rw-r--r--translations/source/sr/extensions/source/abpilot.po13
-rw-r--r--translations/source/sr/extensions/source/bibliography.po6
-rw-r--r--translations/source/sr/extensions/source/dbpilots.po6
-rw-r--r--translations/source/sr/extensions/source/propctrlr.po6
-rw-r--r--translations/source/sr/extensions/source/scanner.po10
-rw-r--r--translations/source/sr/extensions/source/update/check.po11
-rw-r--r--translations/source/sr/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/sr/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/sr/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/sr/filter/source/flash.po6
-rw-r--r--translations/source/sr/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/sr/filter/source/pdf.po22
-rw-r--r--translations/source/sr/filter/source/t602.po6
-rw-r--r--translations/source/sr/filter/source/xsltdialog.po15
-rw-r--r--translations/source/sr/forms/source/resource.po6
-rw-r--r--translations/source/sr/formula/source/core/resource.po44
-rw-r--r--translations/source/sr/formula/source/ui/dlg.po10
-rw-r--r--translations/source/sr/fpicker/source/office.po6
-rw-r--r--translations/source/sr/framework/source/classes.po6
-rw-r--r--translations/source/sr/framework/source/services.po6
-rw-r--r--translations/source/sr/instsetoo_native/inc_openoffice/windows/msi_languages.po81
-rw-r--r--translations/source/sr/mysqlc/source.po22
-rw-r--r--translations/source/sr/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/sr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/sr/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/sr/nlpsolver/src/locale.po179
-rw-r--r--translations/source/sr/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/sr/officecfg/registry/data/org/openoffice/Office/UI.po91
-rw-r--r--translations/source/sr/padmin/source.po6
-rw-r--r--translations/source/sr/readlicense_oo/docs/readme.po42
-rw-r--r--translations/source/sr/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/sr/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/sr/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/sr/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/sr/reportbuilder/util.po13
-rw-r--r--translations/source/sr/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/sr/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/sr/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/sr/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/sr/sc/source/core/src.po6
-rw-r--r--translations/source/sr/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/sr/sc/source/ui/dbgui.po9
-rw-r--r--translations/source/sr/sc/source/ui/docshell.po6
-rw-r--r--translations/source/sr/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/sr/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/sr/sc/source/ui/miscdlgs.po9
-rw-r--r--translations/source/sr/sc/source/ui/navipi.po9
-rw-r--r--translations/source/sr/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/sr/sc/source/ui/src.po401
-rw-r--r--translations/source/sr/sc/source/ui/styleui.po6
-rw-r--r--translations/source/sr/scaddins/source/analysis.po6
-rw-r--r--translations/source/sr/scaddins/source/datefunc.po6
-rw-r--r--translations/source/sr/sccomp/source/solver.po6
-rw-r--r--translations/source/sr/scp2/source/accessories.po5
-rw-r--r--translations/source/sr/scp2/source/activex.po6
-rw-r--r--translations/source/sr/scp2/source/base.po16
-rw-r--r--translations/source/sr/scp2/source/binfilter.po6
-rw-r--r--translations/source/sr/scp2/source/calc.po14
-rw-r--r--translations/source/sr/scp2/source/draw.po6
-rw-r--r--translations/source/sr/scp2/source/extensions.po2211
-rw-r--r--translations/source/sr/scp2/source/gnome.po6
-rw-r--r--translations/source/sr/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/sr/scp2/source/impress.po6
-rw-r--r--translations/source/sr/scp2/source/javafilter.po6
-rw-r--r--translations/source/sr/scp2/source/kde.po6
-rw-r--r--translations/source/sr/scp2/source/math.po6
-rw-r--r--translations/source/sr/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/sr/scp2/source/ooo.po1085
-rw-r--r--translations/source/sr/scp2/source/python.po12
-rw-r--r--translations/source/sr/scp2/source/quickstart.po6
-rw-r--r--translations/source/sr/scp2/source/sdkoo.po6
-rw-r--r--translations/source/sr/scp2/source/smoketest.po23
-rw-r--r--translations/source/sr/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/sr/scp2/source/writer.po6
-rw-r--r--translations/source/sr/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/sr/scripting/source/pyprov.po15
-rw-r--r--translations/source/sr/sd/source/core.po40
-rw-r--r--translations/source/sr/sd/source/filter/html.po6
-rw-r--r--translations/source/sr/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/sr/sd/source/ui/animations.po6
-rw-r--r--translations/source/sr/sd/source/ui/annotations.po6
-rw-r--r--translations/source/sr/sd/source/ui/app.po11
-rw-r--r--translations/source/sr/sd/source/ui/dlg.po9
-rw-r--r--translations/source/sr/sd/source/ui/notes.po6
-rw-r--r--translations/source/sr/sd/source/ui/slideshow.po15
-rw-r--r--translations/source/sr/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/sr/sd/source/ui/table.po6
-rw-r--r--translations/source/sr/sd/source/ui/view.po6
-rw-r--r--translations/source/sr/sdext/source/minimizer.po17
-rw-r--r--translations/source/sr/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/sr/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po20
-rw-r--r--translations/source/sr/sdext/source/pdfimport.po21
-rw-r--r--translations/source/sr/sdext/source/presenter.po17
-rw-r--r--translations/source/sr/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po10
-rw-r--r--translations/source/sr/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po14
-rw-r--r--translations/source/sr/setup_native/source/mac.po6
-rw-r--r--translations/source/sr/sfx2/source/appl.po6
-rw-r--r--translations/source/sr/sfx2/source/bastyp.po6
-rw-r--r--translations/source/sr/sfx2/source/dialog.po20
-rw-r--r--translations/source/sr/sfx2/source/doc.po9
-rw-r--r--translations/source/sr/sfx2/source/menu.po6
-rw-r--r--translations/source/sr/sfx2/source/view.po6
-rw-r--r--translations/source/sr/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/sr/starmath/source.po46
-rw-r--r--translations/source/sr/svl/source/items.po6
-rw-r--r--translations/source/sr/svl/source/misc.po166
-rw-r--r--translations/source/sr/svtools/source/contnr.po6
-rw-r--r--translations/source/sr/svtools/source/control.po6
-rw-r--r--translations/source/sr/svtools/source/dialogs.po6
-rw-r--r--translations/source/sr/svtools/source/filter.po6
-rw-r--r--translations/source/sr/svtools/source/java.po11
-rw-r--r--translations/source/sr/svtools/source/misc.po60
-rw-r--r--translations/source/sr/svtools/source/plugapp.po6
-rw-r--r--translations/source/sr/svtools/source/toolpanel.po6
-rw-r--r--translations/source/sr/svtools/workben/unodialog.po6
-rw-r--r--translations/source/sr/svx/inc.po12
-rw-r--r--translations/source/sr/svx/source/accessibility.po6
-rw-r--r--translations/source/sr/svx/source/dialog.po48
-rw-r--r--translations/source/sr/svx/source/engine3d.po6
-rw-r--r--translations/source/sr/svx/source/fmcomp.po6
-rw-r--r--translations/source/sr/svx/source/form.po6
-rw-r--r--translations/source/sr/svx/source/gallery2.po6
-rw-r--r--translations/source/sr/svx/source/items.po6
-rw-r--r--translations/source/sr/svx/source/src.po6
-rw-r--r--translations/source/sr/svx/source/stbctrls.po6
-rw-r--r--translations/source/sr/svx/source/svdraw.po6
-rw-r--r--translations/source/sr/svx/source/table.po8
-rw-r--r--translations/source/sr/svx/source/tbxctrls.po6
-rw-r--r--translations/source/sr/svx/source/toolbars.po6
-rw-r--r--translations/source/sr/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/sr/sw/source/core/layout.po17
-rw-r--r--translations/source/sr/sw/source/core/undo.po15
-rw-r--r--translations/source/sr/sw/source/core/unocore.po6
-rw-r--r--translations/source/sr/sw/source/ui/app.po34
-rw-r--r--translations/source/sr/sw/source/ui/chrdlg.po14
-rw-r--r--translations/source/sr/sw/source/ui/config.po8
-rw-r--r--translations/source/sr/sw/source/ui/dbui.po12
-rw-r--r--translations/source/sr/sw/source/ui/dialog.po16
-rw-r--r--translations/source/sr/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/sr/sw/source/ui/docvw.po26
-rw-r--r--translations/source/sr/sw/source/ui/envelp.po6
-rw-r--r--translations/source/sr/sw/source/ui/fldui.po6
-rw-r--r--translations/source/sr/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/sr/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/sr/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/sr/sw/source/ui/index.po10
-rw-r--r--translations/source/sr/sw/source/ui/lingu.po12
-rw-r--r--translations/source/sr/sw/source/ui/misc.po10
-rw-r--r--translations/source/sr/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/sr/sw/source/ui/shells.po14
-rw-r--r--translations/source/sr/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/sr/sw/source/ui/table.po48
-rw-r--r--translations/source/sr/sw/source/ui/uiview.po6
-rw-r--r--translations/source/sr/sw/source/ui/utlui.po27
-rw-r--r--translations/source/sr/sw/source/ui/web.po6
-rw-r--r--translations/source/sr/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/sr/swext/mediawiki/help.po160
-rw-r--r--translations/source/sr/swext/mediawiki/src.po24
-rw-r--r--translations/source/sr/swext/mediawiki/src/registry/data/org/openoffice/Office.po10
-rw-r--r--translations/source/sr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po9
-rw-r--r--translations/source/sr/sysui/desktop/share.po11
-rw-r--r--translations/source/sr/uui/source.po6
-rw-r--r--translations/source/sr/vcl/source/src.po88
-rw-r--r--translations/source/sr/wizards/source/euro.po10
-rw-r--r--translations/source/sr/wizards/source/formwizard.po6
-rw-r--r--translations/source/sr/wizards/source/importwizard.po62
-rw-r--r--translations/source/sr/wizards/source/schedule.po6
-rw-r--r--translations/source/sr/wizards/source/template.po6
-rw-r--r--translations/source/sr/xmlsecurity/source/component.po6
-rw-r--r--translations/source/sr/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/ss/accessibility/source/helper.po6
-rw-r--r--translations/source/ss/avmedia/source/framework.po6
-rw-r--r--translations/source/ss/avmedia/source/viewer.po6
-rw-r--r--translations/source/ss/basctl/source/basicide.po6
-rw-r--r--translations/source/ss/basctl/source/dlged.po6
-rw-r--r--translations/source/ss/basic/source/classes.po6
-rw-r--r--translations/source/ss/basic/source/sbx.po6
-rw-r--r--translations/source/ss/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/ss/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/ss/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/ss/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/ss/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/ss/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/ss/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/ss/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/ss/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/ss/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/ss/connectivity/source/drivers/mozab.po10
-rw-r--r--translations/source/ss/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/ss/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/ss/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/ss/connectivity/source/resource.po6
-rw-r--r--translations/source/ss/cui/source/customize.po6
-rw-r--r--translations/source/ss/cui/source/dialogs.po45
-rw-r--r--translations/source/ss/cui/source/options.po20
-rw-r--r--translations/source/ss/cui/source/tabpages.po151
-rw-r--r--translations/source/ss/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/ss/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/ss/dbaccess/source/ext/macromigration.po8
-rw-r--r--translations/source/ss/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/ss/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/ss/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/ss/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/ss/dbaccess/source/ui/dlg.po13
-rw-r--r--translations/source/ss/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/ss/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/ss/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/ss/dbaccess/source/ui/relationdesign.po8
-rw-r--r--translations/source/ss/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/ss/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/ss/desktop/source/app.po10
-rw-r--r--translations/source/ss/desktop/source/deployment/gui.po26
-rw-r--r--translations/source/ss/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/ss/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/ss/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/ss/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/ss/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/ss/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/ss/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/ss/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/ss/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/ss/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/ss/dictionaries/af_ZA.po4
-rw-r--r--translations/source/ss/dictionaries/an_ES.po19
-rw-r--r--translations/source/ss/dictionaries/ar.po4
-rw-r--r--translations/source/ss/dictionaries/be_BY.po4
-rw-r--r--translations/source/ss/dictionaries/bg_BG.po4
-rw-r--r--translations/source/ss/dictionaries/bn_BD.po4
-rw-r--r--translations/source/ss/dictionaries/br_FR.po4
-rw-r--r--translations/source/ss/dictionaries/ca.po4
-rw-r--r--translations/source/ss/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/ss/dictionaries/da_DK.po4
-rw-r--r--translations/source/ss/dictionaries/de.po4
-rw-r--r--translations/source/ss/dictionaries/el_GR.po4
-rw-r--r--translations/source/ss/dictionaries/en.po6
-rw-r--r--translations/source/ss/dictionaries/en/dialog.po171
-rw-r--r--translations/source/ss/dictionaries/es_ES.po4
-rw-r--r--translations/source/ss/dictionaries/et_EE.po4
-rw-r--r--translations/source/ss/dictionaries/fr_FR.po4
-rw-r--r--translations/source/ss/dictionaries/gd_GB.po4
-rw-r--r--translations/source/ss/dictionaries/gl.po4
-rw-r--r--translations/source/ss/dictionaries/gu_IN.po4
-rw-r--r--translations/source/ss/dictionaries/he_IL.po4
-rw-r--r--translations/source/ss/dictionaries/hi_IN.po4
-rw-r--r--translations/source/ss/dictionaries/hr_HR.po4
-rw-r--r--translations/source/ss/dictionaries/hu_HU.po6
-rw-r--r--translations/source/ss/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/ss/dictionaries/it_IT.po4
-rw-r--r--translations/source/ss/dictionaries/ku_TR.po4
-rw-r--r--translations/source/ss/dictionaries/lt_LT.po4
-rw-r--r--translations/source/ss/dictionaries/lv_LV.po4
-rw-r--r--translations/source/ss/dictionaries/ne_NP.po4
-rw-r--r--translations/source/ss/dictionaries/nl_NL.po4
-rw-r--r--translations/source/ss/dictionaries/no.po4
-rw-r--r--translations/source/ss/dictionaries/oc_FR.po4
-rw-r--r--translations/source/ss/dictionaries/pl_PL.po4
-rw-r--r--translations/source/ss/dictionaries/pt_BR.po4
-rw-r--r--translations/source/ss/dictionaries/pt_PT.po4
-rw-r--r--translations/source/ss/dictionaries/ro.po4
-rw-r--r--translations/source/ss/dictionaries/ru_RU.po6
-rw-r--r--translations/source/ss/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/ss/dictionaries/si_LK.po19
-rw-r--r--translations/source/ss/dictionaries/sk_SK.po4
-rw-r--r--translations/source/ss/dictionaries/sl_SI.po4
-rw-r--r--translations/source/ss/dictionaries/sr.po4
-rw-r--r--translations/source/ss/dictionaries/sv_SE.po4
-rw-r--r--translations/source/ss/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/ss/dictionaries/te_IN.po4
-rw-r--r--translations/source/ss/dictionaries/th_TH.po4
-rw-r--r--translations/source/ss/dictionaries/uk_UA.po4
-rw-r--r--translations/source/ss/dictionaries/vi.po4
-rw-r--r--translations/source/ss/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/ss/editeng/source/accessibility.po6
-rw-r--r--translations/source/ss/editeng/source/editeng.po8
-rw-r--r--translations/source/ss/editeng/source/items.po30
-rw-r--r--translations/source/ss/editeng/source/misc.po6
-rw-r--r--translations/source/ss/editeng/source/outliner.po6
-rw-r--r--translations/source/ss/extensions/source/abpilot.po8
-rw-r--r--translations/source/ss/extensions/source/bibliography.po6
-rw-r--r--translations/source/ss/extensions/source/dbpilots.po6
-rw-r--r--translations/source/ss/extensions/source/propctrlr.po6
-rw-r--r--translations/source/ss/extensions/source/scanner.po6
-rw-r--r--translations/source/ss/extensions/source/update/check.po6
-rw-r--r--translations/source/ss/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/ss/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/ss/filter/source/config/fragments/types.po8
-rw-r--r--translations/source/ss/filter/source/flash.po6
-rw-r--r--translations/source/ss/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/ss/filter/source/pdf.po10
-rw-r--r--translations/source/ss/filter/source/t602.po6
-rw-r--r--translations/source/ss/filter/source/xsltdialog.po6
-rw-r--r--translations/source/ss/forms/source/resource.po6
-rw-r--r--translations/source/ss/formula/source/core/resource.po22
-rw-r--r--translations/source/ss/formula/source/ui/dlg.po6
-rw-r--r--translations/source/ss/fpicker/source/office.po6
-rw-r--r--translations/source/ss/framework/source/classes.po6
-rw-r--r--translations/source/ss/framework/source/services.po6
-rw-r--r--translations/source/ss/instsetoo_native/inc_openoffice/windows/msi_languages.po65
-rw-r--r--translations/source/ss/mysqlc/source.po6
-rw-r--r--translations/source/ss/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/ss/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/ss/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/ss/nlpsolver/src/locale.po179
-rw-r--r--translations/source/ss/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ss/officecfg/registry/data/org/openoffice/Office/UI.po56
-rw-r--r--translations/source/ss/padmin/source.po6
-rw-r--r--translations/source/ss/readlicense_oo/docs/readme.po34
-rw-r--r--translations/source/ss/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/ss/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ss/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/ss/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/ss/reportbuilder/util.po4
-rw-r--r--translations/source/ss/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/ss/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/ss/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/ss/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/ss/sc/source/core/src.po6
-rw-r--r--translations/source/ss/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/ss/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/ss/sc/source/ui/docshell.po6
-rw-r--r--translations/source/ss/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/ss/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/ss/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/ss/sc/source/ui/navipi.po8
-rw-r--r--translations/source/ss/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/ss/sc/source/ui/src.po146
-rw-r--r--translations/source/ss/sc/source/ui/styleui.po8
-rw-r--r--translations/source/ss/scaddins/source/analysis.po6
-rw-r--r--translations/source/ss/scaddins/source/datefunc.po6
-rw-r--r--translations/source/ss/sccomp/source/solver.po6
-rw-r--r--translations/source/ss/scp2/source/accessories.po6
-rw-r--r--translations/source/ss/scp2/source/activex.po6
-rw-r--r--translations/source/ss/scp2/source/base.po16
-rw-r--r--translations/source/ss/scp2/source/binfilter.po6
-rw-r--r--translations/source/ss/scp2/source/calc.po6
-rw-r--r--translations/source/ss/scp2/source/draw.po6
-rw-r--r--translations/source/ss/scp2/source/extensions.po2360
-rw-r--r--translations/source/ss/scp2/source/gnome.po6
-rw-r--r--translations/source/ss/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/ss/scp2/source/impress.po6
-rw-r--r--translations/source/ss/scp2/source/javafilter.po6
-rw-r--r--translations/source/ss/scp2/source/kde.po6
-rw-r--r--translations/source/ss/scp2/source/math.po6
-rw-r--r--translations/source/ss/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/ss/scp2/source/ooo.po27
-rw-r--r--translations/source/ss/scp2/source/python.po6
-rw-r--r--translations/source/ss/scp2/source/quickstart.po6
-rw-r--r--translations/source/ss/scp2/source/sdkoo.po6
-rw-r--r--translations/source/ss/scp2/source/smoketest.po23
-rw-r--r--translations/source/ss/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/ss/scp2/source/writer.po6
-rw-r--r--translations/source/ss/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/ss/scripting/source/pyprov.po4
-rw-r--r--translations/source/ss/sd/source/core.po40
-rw-r--r--translations/source/ss/sd/source/filter/html.po6
-rw-r--r--translations/source/ss/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/ss/sd/source/ui/animations.po6
-rw-r--r--translations/source/ss/sd/source/ui/annotations.po6
-rw-r--r--translations/source/ss/sd/source/ui/app.po8
-rw-r--r--translations/source/ss/sd/source/ui/dlg.po6
-rw-r--r--translations/source/ss/sd/source/ui/notes.po6
-rw-r--r--translations/source/ss/sd/source/ui/slideshow.po15
-rw-r--r--translations/source/ss/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/ss/sd/source/ui/table.po6
-rw-r--r--translations/source/ss/sd/source/ui/view.po6
-rw-r--r--translations/source/ss/sdext/source/minimizer.po4
-rw-r--r--translations/source/ss/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ss/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/ss/sdext/source/pdfimport.po4
-rw-r--r--translations/source/ss/sdext/source/presenter.po4
-rw-r--r--translations/source/ss/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/ss/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/ss/setup_native/source/mac.po6
-rw-r--r--translations/source/ss/sfx2/source/appl.po6
-rw-r--r--translations/source/ss/sfx2/source/bastyp.po6
-rw-r--r--translations/source/ss/sfx2/source/dialog.po12
-rw-r--r--translations/source/ss/sfx2/source/doc.po18
-rw-r--r--translations/source/ss/sfx2/source/menu.po6
-rw-r--r--translations/source/ss/sfx2/source/view.po6
-rw-r--r--translations/source/ss/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/ss/starmath/source.po6
-rw-r--r--translations/source/ss/svl/source/items.po6
-rw-r--r--translations/source/ss/svl/source/misc.po8
-rw-r--r--translations/source/ss/svtools/source/contnr.po6
-rw-r--r--translations/source/ss/svtools/source/control.po6
-rw-r--r--translations/source/ss/svtools/source/dialogs.po6
-rw-r--r--translations/source/ss/svtools/source/filter.po6
-rw-r--r--translations/source/ss/svtools/source/java.po6
-rw-r--r--translations/source/ss/svtools/source/misc.po51
-rw-r--r--translations/source/ss/svtools/source/plugapp.po6
-rw-r--r--translations/source/ss/svtools/source/toolpanel.po6
-rw-r--r--translations/source/ss/svtools/workben/unodialog.po6
-rw-r--r--translations/source/ss/svx/inc.po8
-rw-r--r--translations/source/ss/svx/source/accessibility.po6
-rw-r--r--translations/source/ss/svx/source/dialog.po12
-rw-r--r--translations/source/ss/svx/source/engine3d.po6
-rw-r--r--translations/source/ss/svx/source/fmcomp.po6
-rw-r--r--translations/source/ss/svx/source/form.po6
-rw-r--r--translations/source/ss/svx/source/gallery2.po6
-rw-r--r--translations/source/ss/svx/source/items.po6
-rw-r--r--translations/source/ss/svx/source/src.po6
-rw-r--r--translations/source/ss/svx/source/stbctrls.po4
-rw-r--r--translations/source/ss/svx/source/svdraw.po6
-rw-r--r--translations/source/ss/svx/source/table.po6
-rw-r--r--translations/source/ss/svx/source/tbxctrls.po6
-rw-r--r--translations/source/ss/svx/source/toolbars.po6
-rw-r--r--translations/source/ss/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/ss/sw/source/core/layout.po4
-rw-r--r--translations/source/ss/sw/source/core/undo.po8
-rw-r--r--translations/source/ss/sw/source/core/unocore.po6
-rw-r--r--translations/source/ss/sw/source/ui/app.po22
-rw-r--r--translations/source/ss/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/ss/sw/source/ui/config.po2
-rw-r--r--translations/source/ss/sw/source/ui/dbui.po6
-rw-r--r--translations/source/ss/sw/source/ui/dialog.po14
-rw-r--r--translations/source/ss/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/ss/sw/source/ui/docvw.po22
-rw-r--r--translations/source/ss/sw/source/ui/envelp.po6
-rw-r--r--translations/source/ss/sw/source/ui/fldui.po6
-rw-r--r--translations/source/ss/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/ss/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/ss/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/ss/sw/source/ui/index.po11
-rw-r--r--translations/source/ss/sw/source/ui/lingu.po6
-rw-r--r--translations/source/ss/sw/source/ui/misc.po6
-rw-r--r--translations/source/ss/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/ss/sw/source/ui/shells.po14
-rw-r--r--translations/source/ss/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/ss/sw/source/ui/table.po14
-rw-r--r--translations/source/ss/sw/source/ui/uiview.po6
-rw-r--r--translations/source/ss/sw/source/ui/utlui.po17
-rw-r--r--translations/source/ss/sw/source/ui/web.po6
-rw-r--r--translations/source/ss/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/ss/swext/mediawiki/help.po10
-rw-r--r--translations/source/ss/swext/mediawiki/src.po6
-rw-r--r--translations/source/ss/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ss/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/ss/sysui/desktop/share.po6
-rw-r--r--translations/source/ss/uui/source.po6
-rw-r--r--translations/source/ss/vcl/source/src.po30
-rw-r--r--translations/source/ss/wizards/source/euro.po6
-rw-r--r--translations/source/ss/wizards/source/formwizard.po6
-rw-r--r--translations/source/ss/wizards/source/importwizard.po6
-rw-r--r--translations/source/ss/wizards/source/schedule.po6
-rw-r--r--translations/source/ss/wizards/source/template.po6
-rw-r--r--translations/source/ss/xmlsecurity/source/component.po6
-rw-r--r--translations/source/ss/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/st/accessibility/source/helper.po6
-rw-r--r--translations/source/st/avmedia/source/framework.po6
-rw-r--r--translations/source/st/avmedia/source/viewer.po6
-rw-r--r--translations/source/st/basctl/source/basicide.po6
-rw-r--r--translations/source/st/basctl/source/dlged.po6
-rw-r--r--translations/source/st/basic/source/classes.po6
-rw-r--r--translations/source/st/basic/source/sbx.po6
-rw-r--r--translations/source/st/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/st/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/st/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/st/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/st/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/st/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/st/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/st/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/st/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/st/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/st/connectivity/source/drivers/mozab.po10
-rw-r--r--translations/source/st/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/st/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/st/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/st/connectivity/source/resource.po6
-rw-r--r--translations/source/st/cui/source/customize.po6
-rw-r--r--translations/source/st/cui/source/dialogs.po55
-rw-r--r--translations/source/st/cui/source/options.po20
-rw-r--r--translations/source/st/cui/source/tabpages.po151
-rw-r--r--translations/source/st/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/st/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/st/dbaccess/source/ext/macromigration.po8
-rw-r--r--translations/source/st/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/st/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/st/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/st/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/st/dbaccess/source/ui/dlg.po13
-rw-r--r--translations/source/st/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/st/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/st/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/st/dbaccess/source/ui/relationdesign.po8
-rw-r--r--translations/source/st/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/st/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/st/desktop/source/app.po10
-rw-r--r--translations/source/st/desktop/source/deployment/gui.po26
-rw-r--r--translations/source/st/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/st/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/st/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/st/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/st/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/st/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/st/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/st/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/st/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/st/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/st/dictionaries/af_ZA.po4
-rw-r--r--translations/source/st/dictionaries/an_ES.po19
-rw-r--r--translations/source/st/dictionaries/ar.po4
-rw-r--r--translations/source/st/dictionaries/be_BY.po4
-rw-r--r--translations/source/st/dictionaries/bg_BG.po4
-rw-r--r--translations/source/st/dictionaries/bn_BD.po4
-rw-r--r--translations/source/st/dictionaries/br_FR.po4
-rw-r--r--translations/source/st/dictionaries/ca.po4
-rw-r--r--translations/source/st/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/st/dictionaries/da_DK.po4
-rw-r--r--translations/source/st/dictionaries/de.po4
-rw-r--r--translations/source/st/dictionaries/el_GR.po4
-rw-r--r--translations/source/st/dictionaries/en.po6
-rw-r--r--translations/source/st/dictionaries/en/dialog.po171
-rw-r--r--translations/source/st/dictionaries/es_ES.po4
-rw-r--r--translations/source/st/dictionaries/et_EE.po4
-rw-r--r--translations/source/st/dictionaries/fr_FR.po4
-rw-r--r--translations/source/st/dictionaries/gd_GB.po4
-rw-r--r--translations/source/st/dictionaries/gl.po4
-rw-r--r--translations/source/st/dictionaries/gu_IN.po4
-rw-r--r--translations/source/st/dictionaries/he_IL.po4
-rw-r--r--translations/source/st/dictionaries/hi_IN.po4
-rw-r--r--translations/source/st/dictionaries/hr_HR.po4
-rw-r--r--translations/source/st/dictionaries/hu_HU.po6
-rw-r--r--translations/source/st/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/st/dictionaries/it_IT.po4
-rw-r--r--translations/source/st/dictionaries/ku_TR.po4
-rw-r--r--translations/source/st/dictionaries/lt_LT.po4
-rw-r--r--translations/source/st/dictionaries/lv_LV.po4
-rw-r--r--translations/source/st/dictionaries/ne_NP.po4
-rw-r--r--translations/source/st/dictionaries/nl_NL.po4
-rw-r--r--translations/source/st/dictionaries/no.po4
-rw-r--r--translations/source/st/dictionaries/oc_FR.po4
-rw-r--r--translations/source/st/dictionaries/pl_PL.po4
-rw-r--r--translations/source/st/dictionaries/pt_BR.po4
-rw-r--r--translations/source/st/dictionaries/pt_PT.po4
-rw-r--r--translations/source/st/dictionaries/ro.po4
-rw-r--r--translations/source/st/dictionaries/ru_RU.po6
-rw-r--r--translations/source/st/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/st/dictionaries/si_LK.po19
-rw-r--r--translations/source/st/dictionaries/sk_SK.po4
-rw-r--r--translations/source/st/dictionaries/sl_SI.po4
-rw-r--r--translations/source/st/dictionaries/sr.po4
-rw-r--r--translations/source/st/dictionaries/sv_SE.po4
-rw-r--r--translations/source/st/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/st/dictionaries/te_IN.po4
-rw-r--r--translations/source/st/dictionaries/th_TH.po4
-rw-r--r--translations/source/st/dictionaries/uk_UA.po4
-rw-r--r--translations/source/st/dictionaries/vi.po4
-rw-r--r--translations/source/st/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/st/editeng/source/accessibility.po6
-rw-r--r--translations/source/st/editeng/source/editeng.po8
-rw-r--r--translations/source/st/editeng/source/items.po30
-rw-r--r--translations/source/st/editeng/source/misc.po6
-rw-r--r--translations/source/st/editeng/source/outliner.po6
-rw-r--r--translations/source/st/extensions/source/abpilot.po10
-rw-r--r--translations/source/st/extensions/source/bibliography.po6
-rw-r--r--translations/source/st/extensions/source/dbpilots.po6
-rw-r--r--translations/source/st/extensions/source/propctrlr.po6
-rw-r--r--translations/source/st/extensions/source/scanner.po6
-rw-r--r--translations/source/st/extensions/source/update/check.po6
-rw-r--r--translations/source/st/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/st/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/st/filter/source/config/fragments/types.po8
-rw-r--r--translations/source/st/filter/source/flash.po6
-rw-r--r--translations/source/st/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/st/filter/source/pdf.po10
-rw-r--r--translations/source/st/filter/source/t602.po6
-rw-r--r--translations/source/st/filter/source/xsltdialog.po6
-rw-r--r--translations/source/st/forms/source/resource.po6
-rw-r--r--translations/source/st/formula/source/core/resource.po22
-rw-r--r--translations/source/st/formula/source/ui/dlg.po6
-rw-r--r--translations/source/st/fpicker/source/office.po6
-rw-r--r--translations/source/st/framework/source/classes.po6
-rw-r--r--translations/source/st/framework/source/services.po6
-rw-r--r--translations/source/st/instsetoo_native/inc_openoffice/windows/msi_languages.po65
-rw-r--r--translations/source/st/mysqlc/source.po6
-rw-r--r--translations/source/st/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/st/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/st/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/st/nlpsolver/src/locale.po179
-rw-r--r--translations/source/st/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/st/officecfg/registry/data/org/openoffice/Office/UI.po56
-rw-r--r--translations/source/st/padmin/source.po6
-rw-r--r--translations/source/st/readlicense_oo/docs/readme.po34
-rw-r--r--translations/source/st/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/st/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/st/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/st/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/st/reportbuilder/util.po4
-rw-r--r--translations/source/st/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/st/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/st/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/st/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/st/sc/source/core/src.po6
-rw-r--r--translations/source/st/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/st/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/st/sc/source/ui/docshell.po6
-rw-r--r--translations/source/st/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/st/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/st/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/st/sc/source/ui/navipi.po8
-rw-r--r--translations/source/st/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/st/sc/source/ui/src.po144
-rw-r--r--translations/source/st/sc/source/ui/styleui.po8
-rw-r--r--translations/source/st/scaddins/source/analysis.po6
-rw-r--r--translations/source/st/scaddins/source/datefunc.po6
-rw-r--r--translations/source/st/sccomp/source/solver.po6
-rw-r--r--translations/source/st/scp2/source/accessories.po6
-rw-r--r--translations/source/st/scp2/source/activex.po6
-rw-r--r--translations/source/st/scp2/source/base.po16
-rw-r--r--translations/source/st/scp2/source/binfilter.po6
-rw-r--r--translations/source/st/scp2/source/calc.po6
-rw-r--r--translations/source/st/scp2/source/draw.po6
-rw-r--r--translations/source/st/scp2/source/extensions.po2360
-rw-r--r--translations/source/st/scp2/source/gnome.po6
-rw-r--r--translations/source/st/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/st/scp2/source/impress.po6
-rw-r--r--translations/source/st/scp2/source/javafilter.po6
-rw-r--r--translations/source/st/scp2/source/kde.po6
-rw-r--r--translations/source/st/scp2/source/math.po6
-rw-r--r--translations/source/st/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/st/scp2/source/ooo.po27
-rw-r--r--translations/source/st/scp2/source/python.po6
-rw-r--r--translations/source/st/scp2/source/quickstart.po6
-rw-r--r--translations/source/st/scp2/source/sdkoo.po6
-rw-r--r--translations/source/st/scp2/source/smoketest.po23
-rw-r--r--translations/source/st/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/st/scp2/source/writer.po6
-rw-r--r--translations/source/st/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/st/scripting/source/pyprov.po4
-rw-r--r--translations/source/st/sd/source/core.po40
-rw-r--r--translations/source/st/sd/source/filter/html.po6
-rw-r--r--translations/source/st/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/st/sd/source/ui/animations.po6
-rw-r--r--translations/source/st/sd/source/ui/annotations.po6
-rw-r--r--translations/source/st/sd/source/ui/app.po8
-rw-r--r--translations/source/st/sd/source/ui/dlg.po6
-rw-r--r--translations/source/st/sd/source/ui/notes.po6
-rw-r--r--translations/source/st/sd/source/ui/slideshow.po15
-rw-r--r--translations/source/st/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/st/sd/source/ui/table.po6
-rw-r--r--translations/source/st/sd/source/ui/view.po6
-rw-r--r--translations/source/st/sdext/source/minimizer.po4
-rw-r--r--translations/source/st/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/st/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/st/sdext/source/pdfimport.po4
-rw-r--r--translations/source/st/sdext/source/presenter.po4
-rw-r--r--translations/source/st/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/st/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/st/setup_native/source/mac.po6
-rw-r--r--translations/source/st/sfx2/source/appl.po6
-rw-r--r--translations/source/st/sfx2/source/bastyp.po6
-rw-r--r--translations/source/st/sfx2/source/dialog.po12
-rw-r--r--translations/source/st/sfx2/source/doc.po18
-rw-r--r--translations/source/st/sfx2/source/menu.po6
-rw-r--r--translations/source/st/sfx2/source/view.po6
-rw-r--r--translations/source/st/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/st/starmath/source.po6
-rw-r--r--translations/source/st/svl/source/items.po6
-rw-r--r--translations/source/st/svl/source/misc.po8
-rw-r--r--translations/source/st/svtools/source/contnr.po6
-rw-r--r--translations/source/st/svtools/source/control.po6
-rw-r--r--translations/source/st/svtools/source/dialogs.po6
-rw-r--r--translations/source/st/svtools/source/filter.po6
-rw-r--r--translations/source/st/svtools/source/java.po6
-rw-r--r--translations/source/st/svtools/source/misc.po51
-rw-r--r--translations/source/st/svtools/source/plugapp.po6
-rw-r--r--translations/source/st/svtools/source/toolpanel.po6
-rw-r--r--translations/source/st/svtools/workben/unodialog.po6
-rw-r--r--translations/source/st/svx/inc.po8
-rw-r--r--translations/source/st/svx/source/accessibility.po6
-rw-r--r--translations/source/st/svx/source/dialog.po10
-rw-r--r--translations/source/st/svx/source/engine3d.po6
-rw-r--r--translations/source/st/svx/source/fmcomp.po6
-rw-r--r--translations/source/st/svx/source/form.po6
-rw-r--r--translations/source/st/svx/source/gallery2.po6
-rw-r--r--translations/source/st/svx/source/items.po6
-rw-r--r--translations/source/st/svx/source/src.po6
-rw-r--r--translations/source/st/svx/source/stbctrls.po4
-rw-r--r--translations/source/st/svx/source/svdraw.po6
-rw-r--r--translations/source/st/svx/source/table.po6
-rw-r--r--translations/source/st/svx/source/tbxctrls.po6
-rw-r--r--translations/source/st/svx/source/toolbars.po6
-rw-r--r--translations/source/st/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/st/sw/source/core/layout.po4
-rw-r--r--translations/source/st/sw/source/core/undo.po8
-rw-r--r--translations/source/st/sw/source/core/unocore.po6
-rw-r--r--translations/source/st/sw/source/ui/app.po22
-rw-r--r--translations/source/st/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/st/sw/source/ui/config.po2
-rw-r--r--translations/source/st/sw/source/ui/dbui.po6
-rw-r--r--translations/source/st/sw/source/ui/dialog.po14
-rw-r--r--translations/source/st/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/st/sw/source/ui/docvw.po22
-rw-r--r--translations/source/st/sw/source/ui/envelp.po6
-rw-r--r--translations/source/st/sw/source/ui/fldui.po6
-rw-r--r--translations/source/st/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/st/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/st/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/st/sw/source/ui/index.po11
-rw-r--r--translations/source/st/sw/source/ui/lingu.po6
-rw-r--r--translations/source/st/sw/source/ui/misc.po6
-rw-r--r--translations/source/st/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/st/sw/source/ui/shells.po14
-rw-r--r--translations/source/st/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/st/sw/source/ui/table.po18
-rw-r--r--translations/source/st/sw/source/ui/uiview.po6
-rw-r--r--translations/source/st/sw/source/ui/utlui.po17
-rw-r--r--translations/source/st/sw/source/ui/web.po6
-rw-r--r--translations/source/st/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/st/swext/mediawiki/help.po10
-rw-r--r--translations/source/st/swext/mediawiki/src.po6
-rw-r--r--translations/source/st/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/st/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/st/sysui/desktop/share.po6
-rw-r--r--translations/source/st/uui/source.po6
-rw-r--r--translations/source/st/vcl/source/src.po32
-rw-r--r--translations/source/st/wizards/source/euro.po6
-rw-r--r--translations/source/st/wizards/source/formwizard.po6
-rw-r--r--translations/source/st/wizards/source/importwizard.po6
-rw-r--r--translations/source/st/wizards/source/schedule.po6
-rw-r--r--translations/source/st/wizards/source/template.po6
-rw-r--r--translations/source/st/xmlsecurity/source/component.po6
-rw-r--r--translations/source/st/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/sv/accessibility/source/helper.po6
-rw-r--r--translations/source/sv/avmedia/source/framework.po6
-rw-r--r--translations/source/sv/avmedia/source/viewer.po12
-rw-r--r--translations/source/sv/basctl/source/basicide.po12
-rw-r--r--translations/source/sv/basctl/source/dlged.po6
-rw-r--r--translations/source/sv/basic/source/classes.po6
-rw-r--r--translations/source/sv/basic/source/sbx.po6
-rw-r--r--translations/source/sv/chart2/source/controller/dialogs.po11
-rw-r--r--translations/source/sv/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/sv/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/sv/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/sv/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/sv/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/sv/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/sv/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/sv/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/sv/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/sv/connectivity/source/drivers/mozab.po14
-rw-r--r--translations/source/sv/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/sv/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/sv/connectivity/source/drivers/postgresql.po19
-rw-r--r--translations/source/sv/connectivity/source/resource.po10
-rw-r--r--translations/source/sv/cui/source/customize.po6
-rw-r--r--translations/source/sv/cui/source/dialogs.po75
-rw-r--r--translations/source/sv/cui/source/options.po106
-rw-r--r--translations/source/sv/cui/source/tabpages.po232
-rw-r--r--translations/source/sv/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/sv/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/sv/dbaccess/source/ext/macromigration.po11
-rw-r--r--translations/source/sv/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/sv/dbaccess/source/ui/app.po11
-rw-r--r--translations/source/sv/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/sv/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/sv/dbaccess/source/ui/dlg.po20
-rw-r--r--translations/source/sv/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/sv/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/sv/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/sv/dbaccess/source/ui/relationdesign.po12
-rw-r--r--translations/source/sv/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/sv/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/sv/desktop/source/app.po14
-rw-r--r--translations/source/sv/desktop/source/deployment/gui.po6
-rw-r--r--translations/source/sv/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/sv/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/sv/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/sv/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/sv/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/sv/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/sv/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/sv/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/sv/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/sv/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/sv/dictionaries/af_ZA.po4
-rw-r--r--translations/source/sv/dictionaries/an_ES.po4
-rw-r--r--translations/source/sv/dictionaries/ar.po4
-rw-r--r--translations/source/sv/dictionaries/be_BY.po4
-rw-r--r--translations/source/sv/dictionaries/bg_BG.po4
-rw-r--r--translations/source/sv/dictionaries/bn_BD.po4
-rw-r--r--translations/source/sv/dictionaries/br_FR.po4
-rw-r--r--translations/source/sv/dictionaries/ca.po4
-rw-r--r--translations/source/sv/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/sv/dictionaries/da_DK.po4
-rw-r--r--translations/source/sv/dictionaries/de.po6
-rw-r--r--translations/source/sv/dictionaries/el_GR.po4
-rw-r--r--translations/source/sv/dictionaries/en.po4
-rw-r--r--translations/source/sv/dictionaries/en/dialog.po6
-rw-r--r--translations/source/sv/dictionaries/es_ES.po6
-rw-r--r--translations/source/sv/dictionaries/et_EE.po4
-rw-r--r--translations/source/sv/dictionaries/fr_FR.po4
-rw-r--r--translations/source/sv/dictionaries/gd_GB.po4
-rw-r--r--translations/source/sv/dictionaries/gl.po4
-rw-r--r--translations/source/sv/dictionaries/gu_IN.po4
-rw-r--r--translations/source/sv/dictionaries/he_IL.po4
-rw-r--r--translations/source/sv/dictionaries/hi_IN.po4
-rw-r--r--translations/source/sv/dictionaries/hr_HR.po4
-rw-r--r--translations/source/sv/dictionaries/hu_HU.po4
-rw-r--r--translations/source/sv/dictionaries/hu_HU/dialog.po15
-rw-r--r--translations/source/sv/dictionaries/it_IT.po4
-rw-r--r--translations/source/sv/dictionaries/ku_TR.po4
-rw-r--r--translations/source/sv/dictionaries/lt_LT.po4
-rw-r--r--translations/source/sv/dictionaries/lv_LV.po4
-rw-r--r--translations/source/sv/dictionaries/ne_NP.po4
-rw-r--r--translations/source/sv/dictionaries/nl_NL.po4
-rw-r--r--translations/source/sv/dictionaries/no.po4
-rw-r--r--translations/source/sv/dictionaries/oc_FR.po4
-rw-r--r--translations/source/sv/dictionaries/pl_PL.po4
-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.po4
-rw-r--r--translations/source/sv/dictionaries/ru_RU.po4
-rw-r--r--translations/source/sv/dictionaries/ru_RU/dialog.po10
-rw-r--r--translations/source/sv/dictionaries/si_LK.po4
-rw-r--r--translations/source/sv/dictionaries/sk_SK.po4
-rw-r--r--translations/source/sv/dictionaries/sl_SI.po4
-rw-r--r--translations/source/sv/dictionaries/sr.po4
-rw-r--r--translations/source/sv/dictionaries/sv_SE.po4
-rw-r--r--translations/source/sv/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/sv/dictionaries/te_IN.po4
-rw-r--r--translations/source/sv/dictionaries/th_TH.po6
-rw-r--r--translations/source/sv/dictionaries/uk_UA.po4
-rw-r--r--translations/source/sv/dictionaries/vi.po4
-rw-r--r--translations/source/sv/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/sv/editeng/source/accessibility.po6
-rw-r--r--translations/source/sv/editeng/source/editeng.po10
-rw-r--r--translations/source/sv/editeng/source/items.po34
-rw-r--r--translations/source/sv/editeng/source/misc.po6
-rw-r--r--translations/source/sv/editeng/source/outliner.po6
-rw-r--r--translations/source/sv/extensions/source/abpilot.po16
-rw-r--r--translations/source/sv/extensions/source/bibliography.po6
-rw-r--r--translations/source/sv/extensions/source/dbpilots.po6
-rw-r--r--translations/source/sv/extensions/source/propctrlr.po16
-rw-r--r--translations/source/sv/extensions/source/scanner.po14
-rw-r--r--translations/source/sv/extensions/source/update/check.po13
-rw-r--r--translations/source/sv/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/sv/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/sv/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/sv/filter/source/flash.po6
-rw-r--r--translations/source/sv/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/sv/filter/source/pdf.po16
-rw-r--r--translations/source/sv/filter/source/t602.po6
-rw-r--r--translations/source/sv/filter/source/xsltdialog.po13
-rw-r--r--translations/source/sv/forms/source/resource.po6
-rw-r--r--translations/source/sv/formula/source/core/resource.po20
-rw-r--r--translations/source/sv/formula/source/ui/dlg.po6
-rw-r--r--translations/source/sv/fpicker/source/office.po18
-rw-r--r--translations/source/sv/framework/source/classes.po6
-rw-r--r--translations/source/sv/framework/source/services.po6
-rw-r--r--translations/source/sv/helpcontent2/source/text/sbasic/guide.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/sbasic/shared.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/sv/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/sv/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/sv/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/sv/helpcontent2/source/text/scalc/01.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/sv/helpcontent2/source/text/scalc/04.po2
-rw-r--r--translations/source/sv/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/sv/helpcontent2/source/text/scalc/guide.po2
-rw-r--r--translations/source/sv/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/sv/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/sv/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/sv/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/sv/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/sv/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/sv/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/sv/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/sv/helpcontent2/source/text/sdraw/04.po2
-rw-r--r--translations/source/sv/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/sv/helpcontent2/source/text/shared.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/shared/00.po2
-rw-r--r--translations/source/sv/helpcontent2/source/text/shared/01.po4
-rw-r--r--translations/source/sv/helpcontent2/source/text/shared/02.po2
-rw-r--r--translations/source/sv/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/sv/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/sv/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/sv/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/sv/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/sv/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/sv/helpcontent2/source/text/shared/guide.po75
-rw-r--r--translations/source/sv/helpcontent2/source/text/shared/optionen.po77
-rw-r--r--translations/source/sv/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/sv/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/sv/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/sv/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/sv/helpcontent2/source/text/simpress/04.po2
-rw-r--r--translations/source/sv/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/sv/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/sv/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/sv/helpcontent2/source/text/smath/01.po13
-rw-r--r--translations/source/sv/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/sv/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/sv/helpcontent2/source/text/smath/guide.po2
-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.po2
-rw-r--r--translations/source/sv/helpcontent2/source/text/swriter/04.po2
-rw-r--r--translations/source/sv/helpcontent2/source/text/swriter/guide.po10
-rw-r--r--translations/source/sv/instsetoo_native/inc_openoffice/windows/msi_languages.po33
-rw-r--r--translations/source/sv/mysqlc/source.po16
-rw-r--r--translations/source/sv/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/sv/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po51
-rw-r--r--translations/source/sv/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/sv/nlpsolver/src/locale.po47
-rw-r--r--translations/source/sv/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/sv/officecfg/registry/data/org/openoffice/Office/UI.po140
-rw-r--r--translations/source/sv/padmin/source.po20
-rw-r--r--translations/source/sv/readlicense_oo/docs/readme.po133
-rw-r--r--translations/source/sv/reportbuilder/java/com/sun/star/report/function/metadata.po21
-rw-r--r--translations/source/sv/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/sv/reportbuilder/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--translations/source/sv/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/sv/reportbuilder/util.po9
-rw-r--r--translations/source/sv/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/sv/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/sv/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/sv/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/sv/sc/source/core/src.po6
-rw-r--r--translations/source/sv/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/sv/sc/source/ui/dbgui.po17
-rw-r--r--translations/source/sv/sc/source/ui/docshell.po6
-rw-r--r--translations/source/sv/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/sv/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/sv/sc/source/ui/miscdlgs.po21
-rw-r--r--translations/source/sv/sc/source/ui/navipi.po9
-rw-r--r--translations/source/sv/sc/source/ui/pagedlg.po22
-rw-r--r--translations/source/sv/sc/source/ui/src.po371
-rw-r--r--translations/source/sv/sc/source/ui/styleui.po15
-rw-r--r--translations/source/sv/scaddins/source/analysis.po6
-rw-r--r--translations/source/sv/scaddins/source/datefunc.po6
-rw-r--r--translations/source/sv/sccomp/source/solver.po6
-rw-r--r--translations/source/sv/scp2/source/accessories.po16
-rw-r--r--translations/source/sv/scp2/source/activex.po6
-rw-r--r--translations/source/sv/scp2/source/base.po20
-rw-r--r--translations/source/sv/scp2/source/binfilter.po6
-rw-r--r--translations/source/sv/scp2/source/calc.po14
-rw-r--r--translations/source/sv/scp2/source/draw.po6
-rw-r--r--translations/source/sv/scp2/source/extensions.po82
-rw-r--r--translations/source/sv/scp2/source/gnome.po6
-rw-r--r--translations/source/sv/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/sv/scp2/source/impress.po6
-rw-r--r--translations/source/sv/scp2/source/javafilter.po12
-rw-r--r--translations/source/sv/scp2/source/kde.po6
-rw-r--r--translations/source/sv/scp2/source/math.po6
-rw-r--r--translations/source/sv/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/sv/scp2/source/ooo.po485
-rw-r--r--translations/source/sv/scp2/source/python.po14
-rw-r--r--translations/source/sv/scp2/source/quickstart.po6
-rw-r--r--translations/source/sv/scp2/source/sdkoo.po6
-rw-r--r--translations/source/sv/scp2/source/smoketest.po15
-rw-r--r--translations/source/sv/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/sv/scp2/source/writer.po6
-rw-r--r--translations/source/sv/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/sv/scripting/source/pyprov.po12
-rw-r--r--translations/source/sv/sd/source/core.po20
-rw-r--r--translations/source/sv/sd/source/filter/html.po6
-rw-r--r--translations/source/sv/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/sv/sd/source/ui/animations.po6
-rw-r--r--translations/source/sv/sd/source/ui/annotations.po6
-rw-r--r--translations/source/sv/sd/source/ui/app.po20
-rw-r--r--translations/source/sv/sd/source/ui/dlg.po6
-rw-r--r--translations/source/sv/sd/source/ui/notes.po6
-rw-r--r--translations/source/sv/sd/source/ui/slideshow.po6
-rw-r--r--translations/source/sv/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/sv/sd/source/ui/table.po6
-rw-r--r--translations/source/sv/sd/source/ui/view.po6
-rw-r--r--translations/source/sv/sdext/source/minimizer.po12
-rw-r--r--translations/source/sv/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/sv/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/sv/sdext/source/pdfimport.po13
-rw-r--r--translations/source/sv/sdext/source/presenter.po12
-rw-r--r--translations/source/sv/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po18
-rw-r--r--translations/source/sv/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/sv/setup_native/source/mac.po6
-rw-r--r--translations/source/sv/sfx2/source/appl.po32
-rw-r--r--translations/source/sv/sfx2/source/bastyp.po6
-rw-r--r--translations/source/sv/sfx2/source/dialog.po27
-rw-r--r--translations/source/sv/sfx2/source/doc.po67
-rw-r--r--translations/source/sv/sfx2/source/menu.po6
-rw-r--r--translations/source/sv/sfx2/source/view.po12
-rw-r--r--translations/source/sv/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/sv/starmath/source.po80
-rw-r--r--translations/source/sv/svl/source/items.po6
-rw-r--r--translations/source/sv/svl/source/misc.po22
-rw-r--r--translations/source/sv/svtools/source/contnr.po6
-rw-r--r--translations/source/sv/svtools/source/control.po6
-rw-r--r--translations/source/sv/svtools/source/dialogs.po6
-rw-r--r--translations/source/sv/svtools/source/filter.po18
-rw-r--r--translations/source/sv/svtools/source/java.po25
-rw-r--r--translations/source/sv/svtools/source/misc.po6
-rw-r--r--translations/source/sv/svtools/source/plugapp.po6
-rw-r--r--translations/source/sv/svtools/source/toolpanel.po6
-rw-r--r--translations/source/sv/svtools/workben/unodialog.po6
-rw-r--r--translations/source/sv/svx/inc.po16
-rw-r--r--translations/source/sv/svx/source/accessibility.po12
-rw-r--r--translations/source/sv/svx/source/dialog.po43
-rw-r--r--translations/source/sv/svx/source/engine3d.po6
-rw-r--r--translations/source/sv/svx/source/fmcomp.po6
-rw-r--r--translations/source/sv/svx/source/form.po12
-rw-r--r--translations/source/sv/svx/source/gallery2.po14
-rw-r--r--translations/source/sv/svx/source/items.po16
-rw-r--r--translations/source/sv/svx/source/src.po12
-rw-r--r--translations/source/sv/svx/source/stbctrls.po14
-rw-r--r--translations/source/sv/svx/source/svdraw.po18
-rw-r--r--translations/source/sv/svx/source/table.po6
-rw-r--r--translations/source/sv/svx/source/tbxctrls.po6
-rw-r--r--translations/source/sv/svx/source/toolbars.po6
-rw-r--r--translations/source/sv/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/sv/sw/source/core/layout.po4
-rw-r--r--translations/source/sv/sw/source/core/undo.po12
-rw-r--r--translations/source/sv/sw/source/core/unocore.po6
-rw-r--r--translations/source/sv/sw/source/ui/app.po10
-rw-r--r--translations/source/sv/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/sv/sw/source/ui/config.po65
-rw-r--r--translations/source/sv/sw/source/ui/dbui.po6
-rw-r--r--translations/source/sv/sw/source/ui/dialog.po16
-rw-r--r--translations/source/sv/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/sv/sw/source/ui/docvw.po20
-rw-r--r--translations/source/sv/sw/source/ui/envelp.po6
-rw-r--r--translations/source/sv/sw/source/ui/fldui.po6
-rw-r--r--translations/source/sv/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/sv/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/sv/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/sv/sw/source/ui/index.po6
-rw-r--r--translations/source/sv/sw/source/ui/lingu.po16
-rw-r--r--translations/source/sv/sw/source/ui/misc.po14
-rw-r--r--translations/source/sv/sw/source/ui/ribbar.po22
-rw-r--r--translations/source/sv/sw/source/ui/shells.po16
-rw-r--r--translations/source/sv/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/sv/sw/source/ui/table.po20
-rw-r--r--translations/source/sv/sw/source/ui/uiview.po6
-rw-r--r--translations/source/sv/sw/source/ui/utlui.po215
-rw-r--r--translations/source/sv/sw/source/ui/web.po6
-rw-r--r--translations/source/sv/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/sv/swext/mediawiki/help.po25
-rw-r--r--translations/source/sv/swext/mediawiki/src.po8
-rw-r--r--translations/source/sv/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/sv/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/sv/sysui/desktop/share.po15
-rw-r--r--translations/source/sv/uui/source.po18
-rw-r--r--translations/source/sv/vcl/source/src.po62
-rw-r--r--translations/source/sv/wizards/source/euro.po6
-rw-r--r--translations/source/sv/wizards/source/formwizard.po6
-rw-r--r--translations/source/sv/wizards/source/importwizard.po6
-rw-r--r--translations/source/sv/wizards/source/schedule.po6
-rw-r--r--translations/source/sv/wizards/source/template.po6
-rw-r--r--translations/source/sv/xmlsecurity/source/component.po6
-rw-r--r--translations/source/sv/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/sw-TZ/accessibility/source/helper.po6
-rw-r--r--translations/source/sw-TZ/avmedia/source/framework.po6
-rw-r--r--translations/source/sw-TZ/avmedia/source/viewer.po6
-rw-r--r--translations/source/sw-TZ/basctl/source/basicide.po6
-rw-r--r--translations/source/sw-TZ/basctl/source/dlged.po6
-rw-r--r--translations/source/sw-TZ/basic/source/classes.po6
-rw-r--r--translations/source/sw-TZ/basic/source/sbx.po6
-rw-r--r--translations/source/sw-TZ/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/sw-TZ/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/sw-TZ/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/sw-TZ/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/sw-TZ/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/sw-TZ/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/sw-TZ/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/sw-TZ/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/sw-TZ/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/sw-TZ/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/sw-TZ/connectivity/source/drivers/mozab.po10
-rw-r--r--translations/source/sw-TZ/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/sw-TZ/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/sw-TZ/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/sw-TZ/connectivity/source/resource.po6
-rw-r--r--translations/source/sw-TZ/cui/source/customize.po6
-rw-r--r--translations/source/sw-TZ/cui/source/dialogs.po41
-rw-r--r--translations/source/sw-TZ/cui/source/options.po16
-rw-r--r--translations/source/sw-TZ/cui/source/tabpages.po148
-rw-r--r--translations/source/sw-TZ/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/sw-TZ/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/sw-TZ/dbaccess/source/ext/macromigration.po8
-rw-r--r--translations/source/sw-TZ/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/sw-TZ/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/sw-TZ/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/sw-TZ/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/sw-TZ/dbaccess/source/ui/dlg.po11
-rw-r--r--translations/source/sw-TZ/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/sw-TZ/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/sw-TZ/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/sw-TZ/dbaccess/source/ui/relationdesign.po8
-rw-r--r--translations/source/sw-TZ/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/sw-TZ/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/sw-TZ/desktop/source/app.po10
-rw-r--r--translations/source/sw-TZ/desktop/source/deployment/gui.po26
-rw-r--r--translations/source/sw-TZ/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/sw-TZ/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/sw-TZ/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/sw-TZ/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/sw-TZ/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/sw-TZ/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/sw-TZ/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/sw-TZ/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/sw-TZ/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/sw-TZ/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/af_ZA.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/an_ES.po19
-rw-r--r--translations/source/sw-TZ/dictionaries/ar.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/be_BY.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/bg_BG.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/bn_BD.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/br_FR.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/ca.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/da_DK.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/de.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/el_GR.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/en.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/en/dialog.po171
-rw-r--r--translations/source/sw-TZ/dictionaries/es_ES.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/et_EE.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/fr_FR.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/gd_GB.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/gl.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/gu_IN.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/he_IL.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/hi_IN.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/hr_HR.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/hu_HU.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/sw-TZ/dictionaries/it_IT.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/ku_TR.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/lt_LT.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/lv_LV.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/ne_NP.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/nl_NL.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/no.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/oc_FR.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/pl_PL.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/pt_BR.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/pt_PT.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/ro.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/ru_RU.po6
-rw-r--r--translations/source/sw-TZ/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/sw-TZ/dictionaries/si_LK.po19
-rw-r--r--translations/source/sw-TZ/dictionaries/sk_SK.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/sl_SI.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/sr.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/sv_SE.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/te_IN.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/th_TH.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/uk_UA.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/vi.po4
-rw-r--r--translations/source/sw-TZ/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/sw-TZ/editeng/source/accessibility.po6
-rw-r--r--translations/source/sw-TZ/editeng/source/editeng.po8
-rw-r--r--translations/source/sw-TZ/editeng/source/items.po30
-rw-r--r--translations/source/sw-TZ/editeng/source/misc.po6
-rw-r--r--translations/source/sw-TZ/editeng/source/outliner.po6
-rw-r--r--translations/source/sw-TZ/extensions/source/abpilot.po8
-rw-r--r--translations/source/sw-TZ/extensions/source/bibliography.po6
-rw-r--r--translations/source/sw-TZ/extensions/source/dbpilots.po6
-rw-r--r--translations/source/sw-TZ/extensions/source/propctrlr.po6
-rw-r--r--translations/source/sw-TZ/extensions/source/scanner.po8
-rw-r--r--translations/source/sw-TZ/extensions/source/update/check.po6
-rw-r--r--translations/source/sw-TZ/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/sw-TZ/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/sw-TZ/filter/source/config/fragments/types.po8
-rw-r--r--translations/source/sw-TZ/filter/source/flash.po6
-rw-r--r--translations/source/sw-TZ/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/sw-TZ/filter/source/pdf.po10
-rw-r--r--translations/source/sw-TZ/filter/source/t602.po6
-rw-r--r--translations/source/sw-TZ/filter/source/xsltdialog.po6
-rw-r--r--translations/source/sw-TZ/forms/source/resource.po6
-rw-r--r--translations/source/sw-TZ/formula/source/core/resource.po22
-rw-r--r--translations/source/sw-TZ/formula/source/ui/dlg.po6
-rw-r--r--translations/source/sw-TZ/fpicker/source/office.po6
-rw-r--r--translations/source/sw-TZ/framework/source/classes.po6
-rw-r--r--translations/source/sw-TZ/framework/source/services.po6
-rw-r--r--translations/source/sw-TZ/instsetoo_native/inc_openoffice/windows/msi_languages.po68
-rw-r--r--translations/source/sw-TZ/mysqlc/source.po6
-rw-r--r--translations/source/sw-TZ/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/sw-TZ/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/sw-TZ/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/sw-TZ/nlpsolver/src/locale.po179
-rw-r--r--translations/source/sw-TZ/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/sw-TZ/officecfg/registry/data/org/openoffice/Office/UI.po57
-rw-r--r--translations/source/sw-TZ/padmin/source.po6
-rw-r--r--translations/source/sw-TZ/readlicense_oo/docs/readme.po34
-rw-r--r--translations/source/sw-TZ/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/sw-TZ/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/sw-TZ/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/sw-TZ/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/sw-TZ/reportbuilder/util.po4
-rw-r--r--translations/source/sw-TZ/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/sw-TZ/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/sw-TZ/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/sw-TZ/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/sw-TZ/sc/source/core/src.po6
-rw-r--r--translations/source/sw-TZ/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/sw-TZ/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/sw-TZ/sc/source/ui/docshell.po6
-rw-r--r--translations/source/sw-TZ/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/sw-TZ/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/sw-TZ/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/sw-TZ/sc/source/ui/navipi.po8
-rw-r--r--translations/source/sw-TZ/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/sw-TZ/sc/source/ui/src.po144
-rw-r--r--translations/source/sw-TZ/sc/source/ui/styleui.po8
-rw-r--r--translations/source/sw-TZ/scaddins/source/analysis.po6
-rw-r--r--translations/source/sw-TZ/scaddins/source/datefunc.po6
-rw-r--r--translations/source/sw-TZ/sccomp/source/solver.po6
-rw-r--r--translations/source/sw-TZ/scp2/source/accessories.po6
-rw-r--r--translations/source/sw-TZ/scp2/source/activex.po6
-rw-r--r--translations/source/sw-TZ/scp2/source/base.po16
-rw-r--r--translations/source/sw-TZ/scp2/source/binfilter.po6
-rw-r--r--translations/source/sw-TZ/scp2/source/calc.po6
-rw-r--r--translations/source/sw-TZ/scp2/source/draw.po6
-rw-r--r--translations/source/sw-TZ/scp2/source/extensions.po2359
-rw-r--r--translations/source/sw-TZ/scp2/source/gnome.po6
-rw-r--r--translations/source/sw-TZ/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/sw-TZ/scp2/source/impress.po6
-rw-r--r--translations/source/sw-TZ/scp2/source/javafilter.po6
-rw-r--r--translations/source/sw-TZ/scp2/source/kde.po6
-rw-r--r--translations/source/sw-TZ/scp2/source/math.po6
-rw-r--r--translations/source/sw-TZ/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/sw-TZ/scp2/source/ooo.po31
-rw-r--r--translations/source/sw-TZ/scp2/source/python.po6
-rw-r--r--translations/source/sw-TZ/scp2/source/quickstart.po6
-rw-r--r--translations/source/sw-TZ/scp2/source/sdkoo.po6
-rw-r--r--translations/source/sw-TZ/scp2/source/smoketest.po23
-rw-r--r--translations/source/sw-TZ/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/sw-TZ/scp2/source/writer.po6
-rw-r--r--translations/source/sw-TZ/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/sw-TZ/scripting/source/pyprov.po4
-rw-r--r--translations/source/sw-TZ/sd/source/core.po41
-rw-r--r--translations/source/sw-TZ/sd/source/filter/html.po6
-rw-r--r--translations/source/sw-TZ/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/sw-TZ/sd/source/ui/animations.po6
-rw-r--r--translations/source/sw-TZ/sd/source/ui/annotations.po6
-rw-r--r--translations/source/sw-TZ/sd/source/ui/app.po8
-rw-r--r--translations/source/sw-TZ/sd/source/ui/dlg.po6
-rw-r--r--translations/source/sw-TZ/sd/source/ui/notes.po6
-rw-r--r--translations/source/sw-TZ/sd/source/ui/slideshow.po15
-rw-r--r--translations/source/sw-TZ/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/sw-TZ/sd/source/ui/table.po6
-rw-r--r--translations/source/sw-TZ/sd/source/ui/view.po6
-rw-r--r--translations/source/sw-TZ/sdext/source/minimizer.po4
-rw-r--r--translations/source/sw-TZ/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/sw-TZ/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/sw-TZ/sdext/source/pdfimport.po4
-rw-r--r--translations/source/sw-TZ/sdext/source/presenter.po4
-rw-r--r--translations/source/sw-TZ/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/sw-TZ/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/sw-TZ/setup_native/source/mac.po6
-rw-r--r--translations/source/sw-TZ/sfx2/source/appl.po6
-rw-r--r--translations/source/sw-TZ/sfx2/source/bastyp.po6
-rw-r--r--translations/source/sw-TZ/sfx2/source/dialog.po12
-rw-r--r--translations/source/sw-TZ/sfx2/source/doc.po16
-rw-r--r--translations/source/sw-TZ/sfx2/source/menu.po6
-rw-r--r--translations/source/sw-TZ/sfx2/source/view.po6
-rw-r--r--translations/source/sw-TZ/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/sw-TZ/starmath/source.po6
-rw-r--r--translations/source/sw-TZ/svl/source/items.po6
-rw-r--r--translations/source/sw-TZ/svl/source/misc.po8
-rw-r--r--translations/source/sw-TZ/svtools/source/contnr.po6
-rw-r--r--translations/source/sw-TZ/svtools/source/control.po6
-rw-r--r--translations/source/sw-TZ/svtools/source/dialogs.po6
-rw-r--r--translations/source/sw-TZ/svtools/source/filter.po6
-rw-r--r--translations/source/sw-TZ/svtools/source/java.po6
-rw-r--r--translations/source/sw-TZ/svtools/source/misc.po51
-rw-r--r--translations/source/sw-TZ/svtools/source/plugapp.po6
-rw-r--r--translations/source/sw-TZ/svtools/source/toolpanel.po6
-rw-r--r--translations/source/sw-TZ/svtools/workben/unodialog.po6
-rw-r--r--translations/source/sw-TZ/svx/inc.po8
-rw-r--r--translations/source/sw-TZ/svx/source/accessibility.po6
-rw-r--r--translations/source/sw-TZ/svx/source/dialog.po10
-rw-r--r--translations/source/sw-TZ/svx/source/engine3d.po6
-rw-r--r--translations/source/sw-TZ/svx/source/fmcomp.po6
-rw-r--r--translations/source/sw-TZ/svx/source/form.po6
-rw-r--r--translations/source/sw-TZ/svx/source/gallery2.po6
-rw-r--r--translations/source/sw-TZ/svx/source/items.po6
-rw-r--r--translations/source/sw-TZ/svx/source/src.po6
-rw-r--r--translations/source/sw-TZ/svx/source/stbctrls.po2
-rw-r--r--translations/source/sw-TZ/svx/source/svdraw.po6
-rw-r--r--translations/source/sw-TZ/svx/source/table.po6
-rw-r--r--translations/source/sw-TZ/svx/source/tbxctrls.po6
-rw-r--r--translations/source/sw-TZ/svx/source/toolbars.po6
-rw-r--r--translations/source/sw-TZ/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/sw-TZ/sw/source/core/layout.po4
-rw-r--r--translations/source/sw-TZ/sw/source/core/undo.po8
-rw-r--r--translations/source/sw-TZ/sw/source/core/unocore.po6
-rw-r--r--translations/source/sw-TZ/sw/source/ui/app.po22
-rw-r--r--translations/source/sw-TZ/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/sw-TZ/sw/source/ui/config.po2
-rw-r--r--translations/source/sw-TZ/sw/source/ui/dbui.po6
-rw-r--r--translations/source/sw-TZ/sw/source/ui/dialog.po14
-rw-r--r--translations/source/sw-TZ/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/sw-TZ/sw/source/ui/docvw.po22
-rw-r--r--translations/source/sw-TZ/sw/source/ui/envelp.po6
-rw-r--r--translations/source/sw-TZ/sw/source/ui/fldui.po6
-rw-r--r--translations/source/sw-TZ/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/sw-TZ/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/sw-TZ/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/sw-TZ/sw/source/ui/index.po11
-rw-r--r--translations/source/sw-TZ/sw/source/ui/lingu.po6
-rw-r--r--translations/source/sw-TZ/sw/source/ui/misc.po6
-rw-r--r--translations/source/sw-TZ/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/sw-TZ/sw/source/ui/shells.po14
-rw-r--r--translations/source/sw-TZ/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/sw-TZ/sw/source/ui/table.po18
-rw-r--r--translations/source/sw-TZ/sw/source/ui/uiview.po6
-rw-r--r--translations/source/sw-TZ/sw/source/ui/utlui.po22
-rw-r--r--translations/source/sw-TZ/sw/source/ui/web.po6
-rw-r--r--translations/source/sw-TZ/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/sw-TZ/swext/mediawiki/help.po10
-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.po6
-rw-r--r--translations/source/sw-TZ/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/sw-TZ/sysui/desktop/share.po6
-rw-r--r--translations/source/sw-TZ/uui/source.po6
-rw-r--r--translations/source/sw-TZ/vcl/source/src.po38
-rw-r--r--translations/source/sw-TZ/wizards/source/euro.po6
-rw-r--r--translations/source/sw-TZ/wizards/source/formwizard.po6
-rw-r--r--translations/source/sw-TZ/wizards/source/importwizard.po6
-rw-r--r--translations/source/sw-TZ/wizards/source/schedule.po6
-rw-r--r--translations/source/sw-TZ/wizards/source/template.po6
-rw-r--r--translations/source/sw-TZ/xmlsecurity/source/component.po6
-rw-r--r--translations/source/sw-TZ/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/ta/accessibility/source/helper.po6
-rw-r--r--translations/source/ta/avmedia/source/framework.po6
-rw-r--r--translations/source/ta/avmedia/source/viewer.po6
-rw-r--r--translations/source/ta/basctl/source/basicide.po6
-rw-r--r--translations/source/ta/basctl/source/dlged.po6
-rw-r--r--translations/source/ta/basic/source/classes.po6
-rw-r--r--translations/source/ta/basic/source/sbx.po6
-rw-r--r--translations/source/ta/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/ta/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/ta/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/ta/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/ta/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/ta/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/ta/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/ta/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/ta/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/ta/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/ta/connectivity/source/drivers/mozab.po16
-rw-r--r--translations/source/ta/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/ta/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/ta/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/ta/connectivity/source/resource.po6
-rw-r--r--translations/source/ta/cui/source/customize.po6
-rw-r--r--translations/source/ta/cui/source/dialogs.po44
-rw-r--r--translations/source/ta/cui/source/options.po17
-rw-r--r--translations/source/ta/cui/source/tabpages.po151
-rw-r--r--translations/source/ta/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/ta/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/ta/dbaccess/source/ext/macromigration.po11
-rw-r--r--translations/source/ta/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/ta/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/ta/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/ta/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/ta/dbaccess/source/ui/dlg.po13
-rw-r--r--translations/source/ta/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/ta/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/ta/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/ta/dbaccess/source/ui/relationdesign.po10
-rw-r--r--translations/source/ta/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/ta/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/ta/desktop/source/app.po10
-rw-r--r--translations/source/ta/desktop/source/deployment/gui.po30
-rw-r--r--translations/source/ta/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/ta/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/ta/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/ta/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/ta/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/ta/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/ta/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/ta/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/ta/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/ta/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/ta/dictionaries/af_ZA.po4
-rw-r--r--translations/source/ta/dictionaries/an_ES.po19
-rw-r--r--translations/source/ta/dictionaries/ar.po4
-rw-r--r--translations/source/ta/dictionaries/be_BY.po4
-rw-r--r--translations/source/ta/dictionaries/bg_BG.po4
-rw-r--r--translations/source/ta/dictionaries/bn_BD.po4
-rw-r--r--translations/source/ta/dictionaries/br_FR.po4
-rw-r--r--translations/source/ta/dictionaries/ca.po4
-rw-r--r--translations/source/ta/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/ta/dictionaries/da_DK.po4
-rw-r--r--translations/source/ta/dictionaries/de.po4
-rw-r--r--translations/source/ta/dictionaries/el_GR.po4
-rw-r--r--translations/source/ta/dictionaries/en.po6
-rw-r--r--translations/source/ta/dictionaries/en/dialog.po171
-rw-r--r--translations/source/ta/dictionaries/es_ES.po6
-rw-r--r--translations/source/ta/dictionaries/et_EE.po4
-rw-r--r--translations/source/ta/dictionaries/fr_FR.po4
-rw-r--r--translations/source/ta/dictionaries/gd_GB.po4
-rw-r--r--translations/source/ta/dictionaries/gl.po4
-rw-r--r--translations/source/ta/dictionaries/gu_IN.po4
-rw-r--r--translations/source/ta/dictionaries/he_IL.po4
-rw-r--r--translations/source/ta/dictionaries/hi_IN.po4
-rw-r--r--translations/source/ta/dictionaries/hr_HR.po4
-rw-r--r--translations/source/ta/dictionaries/hu_HU.po6
-rw-r--r--translations/source/ta/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/ta/dictionaries/it_IT.po4
-rw-r--r--translations/source/ta/dictionaries/ku_TR.po4
-rw-r--r--translations/source/ta/dictionaries/lt_LT.po4
-rw-r--r--translations/source/ta/dictionaries/lv_LV.po4
-rw-r--r--translations/source/ta/dictionaries/ne_NP.po4
-rw-r--r--translations/source/ta/dictionaries/nl_NL.po4
-rw-r--r--translations/source/ta/dictionaries/no.po4
-rw-r--r--translations/source/ta/dictionaries/oc_FR.po4
-rw-r--r--translations/source/ta/dictionaries/pl_PL.po4
-rw-r--r--translations/source/ta/dictionaries/pt_BR.po4
-rw-r--r--translations/source/ta/dictionaries/pt_PT.po4
-rw-r--r--translations/source/ta/dictionaries/ro.po4
-rw-r--r--translations/source/ta/dictionaries/ru_RU.po6
-rw-r--r--translations/source/ta/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/ta/dictionaries/si_LK.po19
-rw-r--r--translations/source/ta/dictionaries/sk_SK.po4
-rw-r--r--translations/source/ta/dictionaries/sl_SI.po4
-rw-r--r--translations/source/ta/dictionaries/sr.po4
-rw-r--r--translations/source/ta/dictionaries/sv_SE.po4
-rw-r--r--translations/source/ta/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/ta/dictionaries/te_IN.po4
-rw-r--r--translations/source/ta/dictionaries/th_TH.po6
-rw-r--r--translations/source/ta/dictionaries/uk_UA.po4
-rw-r--r--translations/source/ta/dictionaries/vi.po4
-rw-r--r--translations/source/ta/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/ta/editeng/source/accessibility.po6
-rw-r--r--translations/source/ta/editeng/source/editeng.po6
-rw-r--r--translations/source/ta/editeng/source/items.po30
-rw-r--r--translations/source/ta/editeng/source/misc.po6
-rw-r--r--translations/source/ta/editeng/source/outliner.po6
-rw-r--r--translations/source/ta/extensions/source/abpilot.po10
-rw-r--r--translations/source/ta/extensions/source/bibliography.po6
-rw-r--r--translations/source/ta/extensions/source/dbpilots.po6
-rw-r--r--translations/source/ta/extensions/source/propctrlr.po6
-rw-r--r--translations/source/ta/extensions/source/scanner.po8
-rw-r--r--translations/source/ta/extensions/source/update/check.po6
-rw-r--r--translations/source/ta/filter/source/config/fragments/filters.po12
-rw-r--r--translations/source/ta/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/ta/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/ta/filter/source/flash.po6
-rw-r--r--translations/source/ta/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/ta/filter/source/pdf.po13
-rw-r--r--translations/source/ta/filter/source/t602.po6
-rw-r--r--translations/source/ta/filter/source/xsltdialog.po6
-rw-r--r--translations/source/ta/forms/source/resource.po6
-rw-r--r--translations/source/ta/formula/source/core/resource.po22
-rw-r--r--translations/source/ta/formula/source/ui/dlg.po6
-rw-r--r--translations/source/ta/fpicker/source/office.po6
-rw-r--r--translations/source/ta/framework/source/classes.po6
-rw-r--r--translations/source/ta/framework/source/services.po6
-rw-r--r--translations/source/ta/instsetoo_native/inc_openoffice/windows/msi_languages.po68
-rw-r--r--translations/source/ta/mysqlc/source.po6
-rw-r--r--translations/source/ta/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/ta/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/ta/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/ta/nlpsolver/src/locale.po179
-rw-r--r--translations/source/ta/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ta/officecfg/registry/data/org/openoffice/Office/UI.po69
-rw-r--r--translations/source/ta/padmin/source.po6
-rw-r--r--translations/source/ta/readlicense_oo/docs/readme.po47
-rw-r--r--translations/source/ta/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/ta/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ta/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/ta/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/ta/reportbuilder/util.po4
-rw-r--r--translations/source/ta/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/ta/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/ta/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/ta/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/ta/sc/source/core/src.po6
-rw-r--r--translations/source/ta/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/ta/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/ta/sc/source/ui/docshell.po6
-rw-r--r--translations/source/ta/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/ta/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/ta/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/ta/sc/source/ui/navipi.po8
-rw-r--r--translations/source/ta/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/ta/sc/source/ui/src.po140
-rw-r--r--translations/source/ta/sc/source/ui/styleui.po8
-rw-r--r--translations/source/ta/scaddins/source/analysis.po8
-rw-r--r--translations/source/ta/scaddins/source/datefunc.po6
-rw-r--r--translations/source/ta/sccomp/source/solver.po6
-rw-r--r--translations/source/ta/scp2/source/accessories.po6
-rw-r--r--translations/source/ta/scp2/source/activex.po6
-rw-r--r--translations/source/ta/scp2/source/base.po16
-rw-r--r--translations/source/ta/scp2/source/binfilter.po6
-rw-r--r--translations/source/ta/scp2/source/calc.po6
-rw-r--r--translations/source/ta/scp2/source/draw.po6
-rw-r--r--translations/source/ta/scp2/source/extensions.po2203
-rw-r--r--translations/source/ta/scp2/source/gnome.po6
-rw-r--r--translations/source/ta/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/ta/scp2/source/impress.po6
-rw-r--r--translations/source/ta/scp2/source/javafilter.po6
-rw-r--r--translations/source/ta/scp2/source/kde.po6
-rw-r--r--translations/source/ta/scp2/source/math.po6
-rw-r--r--translations/source/ta/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/ta/scp2/source/ooo.po33
-rw-r--r--translations/source/ta/scp2/source/python.po6
-rw-r--r--translations/source/ta/scp2/source/quickstart.po6
-rw-r--r--translations/source/ta/scp2/source/sdkoo.po6
-rw-r--r--translations/source/ta/scp2/source/smoketest.po23
-rw-r--r--translations/source/ta/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/ta/scp2/source/writer.po6
-rw-r--r--translations/source/ta/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/ta/scripting/source/pyprov.po4
-rw-r--r--translations/source/ta/sd/source/core.po41
-rw-r--r--translations/source/ta/sd/source/filter/html.po6
-rw-r--r--translations/source/ta/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/ta/sd/source/ui/animations.po6
-rw-r--r--translations/source/ta/sd/source/ui/annotations.po6
-rw-r--r--translations/source/ta/sd/source/ui/app.po8
-rw-r--r--translations/source/ta/sd/source/ui/dlg.po6
-rw-r--r--translations/source/ta/sd/source/ui/notes.po6
-rw-r--r--translations/source/ta/sd/source/ui/slideshow.po17
-rw-r--r--translations/source/ta/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/ta/sd/source/ui/table.po6
-rw-r--r--translations/source/ta/sd/source/ui/view.po6
-rw-r--r--translations/source/ta/sdext/source/minimizer.po6
-rw-r--r--translations/source/ta/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ta/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/ta/sdext/source/pdfimport.po4
-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.po6
-rw-r--r--translations/source/ta/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po16
-rw-r--r--translations/source/ta/setup_native/source/mac.po6
-rw-r--r--translations/source/ta/sfx2/source/appl.po10
-rw-r--r--translations/source/ta/sfx2/source/bastyp.po6
-rw-r--r--translations/source/ta/sfx2/source/dialog.po18
-rw-r--r--translations/source/ta/sfx2/source/doc.po14
-rw-r--r--translations/source/ta/sfx2/source/menu.po6
-rw-r--r--translations/source/ta/sfx2/source/view.po6
-rw-r--r--translations/source/ta/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/ta/starmath/source.po6
-rw-r--r--translations/source/ta/svl/source/items.po6
-rw-r--r--translations/source/ta/svl/source/misc.po6
-rw-r--r--translations/source/ta/svtools/source/contnr.po6
-rw-r--r--translations/source/ta/svtools/source/control.po6
-rw-r--r--translations/source/ta/svtools/source/dialogs.po6
-rw-r--r--translations/source/ta/svtools/source/filter.po6
-rw-r--r--translations/source/ta/svtools/source/java.po6
-rw-r--r--translations/source/ta/svtools/source/misc.po51
-rw-r--r--translations/source/ta/svtools/source/plugapp.po6
-rw-r--r--translations/source/ta/svtools/source/toolpanel.po6
-rw-r--r--translations/source/ta/svtools/workben/unodialog.po6
-rw-r--r--translations/source/ta/svx/inc.po6
-rw-r--r--translations/source/ta/svx/source/accessibility.po6
-rw-r--r--translations/source/ta/svx/source/dialog.po10
-rw-r--r--translations/source/ta/svx/source/engine3d.po6
-rw-r--r--translations/source/ta/svx/source/fmcomp.po6
-rw-r--r--translations/source/ta/svx/source/form.po6
-rw-r--r--translations/source/ta/svx/source/gallery2.po6
-rw-r--r--translations/source/ta/svx/source/items.po6
-rw-r--r--translations/source/ta/svx/source/src.po6
-rw-r--r--translations/source/ta/svx/source/stbctrls.po4
-rw-r--r--translations/source/ta/svx/source/svdraw.po6
-rw-r--r--translations/source/ta/svx/source/table.po6
-rw-r--r--translations/source/ta/svx/source/tbxctrls.po6
-rw-r--r--translations/source/ta/svx/source/toolbars.po6
-rw-r--r--translations/source/ta/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/ta/sw/source/core/layout.po4
-rw-r--r--translations/source/ta/sw/source/core/undo.po6
-rw-r--r--translations/source/ta/sw/source/core/unocore.po6
-rw-r--r--translations/source/ta/sw/source/ui/app.po22
-rw-r--r--translations/source/ta/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/ta/sw/source/ui/config.po2
-rw-r--r--translations/source/ta/sw/source/ui/dbui.po6
-rw-r--r--translations/source/ta/sw/source/ui/dialog.po14
-rw-r--r--translations/source/ta/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/ta/sw/source/ui/docvw.po22
-rw-r--r--translations/source/ta/sw/source/ui/envelp.po6
-rw-r--r--translations/source/ta/sw/source/ui/fldui.po6
-rw-r--r--translations/source/ta/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/ta/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/ta/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/ta/sw/source/ui/index.po11
-rw-r--r--translations/source/ta/sw/source/ui/lingu.po6
-rw-r--r--translations/source/ta/sw/source/ui/misc.po6
-rw-r--r--translations/source/ta/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/ta/sw/source/ui/shells.po14
-rw-r--r--translations/source/ta/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/ta/sw/source/ui/table.po12
-rw-r--r--translations/source/ta/sw/source/ui/uiview.po6
-rw-r--r--translations/source/ta/sw/source/ui/utlui.po22
-rw-r--r--translations/source/ta/sw/source/ui/web.po6
-rw-r--r--translations/source/ta/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/ta/swext/mediawiki/help.po16
-rw-r--r--translations/source/ta/swext/mediawiki/src.po8
-rw-r--r--translations/source/ta/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ta/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/ta/sysui/desktop/share.po6
-rw-r--r--translations/source/ta/uui/source.po10
-rw-r--r--translations/source/ta/vcl/source/src.po31
-rw-r--r--translations/source/ta/wizards/source/euro.po6
-rw-r--r--translations/source/ta/wizards/source/formwizard.po6
-rw-r--r--translations/source/ta/wizards/source/importwizard.po6
-rw-r--r--translations/source/ta/wizards/source/schedule.po6
-rw-r--r--translations/source/ta/wizards/source/template.po6
-rw-r--r--translations/source/ta/xmlsecurity/source/component.po6
-rw-r--r--translations/source/ta/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/te/accessibility/source/helper.po6
-rw-r--r--translations/source/te/avmedia/source/framework.po6
-rw-r--r--translations/source/te/avmedia/source/viewer.po6
-rw-r--r--translations/source/te/basctl/source/basicide.po6
-rw-r--r--translations/source/te/basctl/source/dlged.po6
-rw-r--r--translations/source/te/basic/source/classes.po6
-rw-r--r--translations/source/te/basic/source/sbx.po6
-rw-r--r--translations/source/te/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/te/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/te/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/te/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/te/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/te/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/te/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/te/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/te/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/te/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/te/connectivity/source/drivers/mozab.po16
-rw-r--r--translations/source/te/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/te/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/te/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/te/connectivity/source/resource.po6
-rw-r--r--translations/source/te/cui/source/customize.po6
-rw-r--r--translations/source/te/cui/source/dialogs.po48
-rw-r--r--translations/source/te/cui/source/options.po19
-rw-r--r--translations/source/te/cui/source/tabpages.po153
-rw-r--r--translations/source/te/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/te/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/te/dbaccess/source/ext/macromigration.po13
-rw-r--r--translations/source/te/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/te/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/te/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/te/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/te/dbaccess/source/ui/dlg.po15
-rw-r--r--translations/source/te/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/te/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/te/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/te/dbaccess/source/ui/relationdesign.po10
-rw-r--r--translations/source/te/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/te/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/te/desktop/source/app.po10
-rw-r--r--translations/source/te/desktop/source/deployment/gui.po32
-rw-r--r--translations/source/te/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/te/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/te/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/te/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/te/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/te/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/te/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/te/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/te/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/te/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/te/dictionaries/af_ZA.po4
-rw-r--r--translations/source/te/dictionaries/an_ES.po19
-rw-r--r--translations/source/te/dictionaries/ar.po4
-rw-r--r--translations/source/te/dictionaries/be_BY.po4
-rw-r--r--translations/source/te/dictionaries/bg_BG.po4
-rw-r--r--translations/source/te/dictionaries/bn_BD.po4
-rw-r--r--translations/source/te/dictionaries/br_FR.po4
-rw-r--r--translations/source/te/dictionaries/ca.po4
-rw-r--r--translations/source/te/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/te/dictionaries/da_DK.po4
-rw-r--r--translations/source/te/dictionaries/de.po4
-rw-r--r--translations/source/te/dictionaries/el_GR.po4
-rw-r--r--translations/source/te/dictionaries/en.po6
-rw-r--r--translations/source/te/dictionaries/en/dialog.po171
-rw-r--r--translations/source/te/dictionaries/es_ES.po6
-rw-r--r--translations/source/te/dictionaries/et_EE.po4
-rw-r--r--translations/source/te/dictionaries/fr_FR.po4
-rw-r--r--translations/source/te/dictionaries/gd_GB.po4
-rw-r--r--translations/source/te/dictionaries/gl.po4
-rw-r--r--translations/source/te/dictionaries/gu_IN.po4
-rw-r--r--translations/source/te/dictionaries/he_IL.po4
-rw-r--r--translations/source/te/dictionaries/hi_IN.po4
-rw-r--r--translations/source/te/dictionaries/hr_HR.po4
-rw-r--r--translations/source/te/dictionaries/hu_HU.po6
-rw-r--r--translations/source/te/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/te/dictionaries/it_IT.po4
-rw-r--r--translations/source/te/dictionaries/ku_TR.po4
-rw-r--r--translations/source/te/dictionaries/lt_LT.po4
-rw-r--r--translations/source/te/dictionaries/lv_LV.po4
-rw-r--r--translations/source/te/dictionaries/ne_NP.po4
-rw-r--r--translations/source/te/dictionaries/nl_NL.po4
-rw-r--r--translations/source/te/dictionaries/no.po4
-rw-r--r--translations/source/te/dictionaries/oc_FR.po4
-rw-r--r--translations/source/te/dictionaries/pl_PL.po4
-rw-r--r--translations/source/te/dictionaries/pt_BR.po4
-rw-r--r--translations/source/te/dictionaries/pt_PT.po4
-rw-r--r--translations/source/te/dictionaries/ro.po4
-rw-r--r--translations/source/te/dictionaries/ru_RU.po6
-rw-r--r--translations/source/te/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/te/dictionaries/si_LK.po19
-rw-r--r--translations/source/te/dictionaries/sk_SK.po4
-rw-r--r--translations/source/te/dictionaries/sl_SI.po4
-rw-r--r--translations/source/te/dictionaries/sr.po4
-rw-r--r--translations/source/te/dictionaries/sv_SE.po4
-rw-r--r--translations/source/te/dictionaries/sw_TZ.po6
-rw-r--r--translations/source/te/dictionaries/te_IN.po4
-rw-r--r--translations/source/te/dictionaries/th_TH.po6
-rw-r--r--translations/source/te/dictionaries/uk_UA.po4
-rw-r--r--translations/source/te/dictionaries/vi.po4
-rw-r--r--translations/source/te/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/te/editeng/source/accessibility.po6
-rw-r--r--translations/source/te/editeng/source/editeng.po8
-rw-r--r--translations/source/te/editeng/source/items.po30
-rw-r--r--translations/source/te/editeng/source/misc.po6
-rw-r--r--translations/source/te/editeng/source/outliner.po6
-rw-r--r--translations/source/te/extensions/source/abpilot.po10
-rw-r--r--translations/source/te/extensions/source/bibliography.po6
-rw-r--r--translations/source/te/extensions/source/dbpilots.po6
-rw-r--r--translations/source/te/extensions/source/propctrlr.po6
-rw-r--r--translations/source/te/extensions/source/scanner.po8
-rw-r--r--translations/source/te/extensions/source/update/check.po6
-rw-r--r--translations/source/te/filter/source/config/fragments/filters.po14
-rw-r--r--translations/source/te/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/te/filter/source/config/fragments/types.po10
-rw-r--r--translations/source/te/filter/source/flash.po6
-rw-r--r--translations/source/te/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/te/filter/source/pdf.po15
-rw-r--r--translations/source/te/filter/source/t602.po6
-rw-r--r--translations/source/te/filter/source/xsltdialog.po6
-rw-r--r--translations/source/te/forms/source/resource.po6
-rw-r--r--translations/source/te/formula/source/core/resource.po22
-rw-r--r--translations/source/te/formula/source/ui/dlg.po6
-rw-r--r--translations/source/te/fpicker/source/office.po6
-rw-r--r--translations/source/te/framework/source/classes.po6
-rw-r--r--translations/source/te/framework/source/services.po6
-rw-r--r--translations/source/te/instsetoo_native/inc_openoffice/windows/msi_languages.po65
-rw-r--r--translations/source/te/mysqlc/source.po6
-rw-r--r--translations/source/te/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/te/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/te/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/te/nlpsolver/src/locale.po179
-rw-r--r--translations/source/te/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/te/officecfg/registry/data/org/openoffice/Office/UI.po57
-rw-r--r--translations/source/te/padmin/source.po6
-rw-r--r--translations/source/te/readlicense_oo/docs/readme.po47
-rw-r--r--translations/source/te/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/te/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/te/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/te/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/te/reportbuilder/util.po4
-rw-r--r--translations/source/te/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/te/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/te/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/te/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/te/sc/source/core/src.po6
-rw-r--r--translations/source/te/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/te/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/te/sc/source/ui/docshell.po6
-rw-r--r--translations/source/te/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/te/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/te/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/te/sc/source/ui/navipi.po8
-rw-r--r--translations/source/te/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/te/sc/source/ui/src.po144
-rw-r--r--translations/source/te/sc/source/ui/styleui.po8
-rw-r--r--translations/source/te/scaddins/source/analysis.po6
-rw-r--r--translations/source/te/scaddins/source/datefunc.po6
-rw-r--r--translations/source/te/sccomp/source/solver.po6
-rw-r--r--translations/source/te/scp2/source/accessories.po6
-rw-r--r--translations/source/te/scp2/source/activex.po6
-rw-r--r--translations/source/te/scp2/source/base.po16
-rw-r--r--translations/source/te/scp2/source/binfilter.po6
-rw-r--r--translations/source/te/scp2/source/calc.po6
-rw-r--r--translations/source/te/scp2/source/draw.po6
-rw-r--r--translations/source/te/scp2/source/extensions.po2200
-rw-r--r--translations/source/te/scp2/source/gnome.po6
-rw-r--r--translations/source/te/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/te/scp2/source/impress.po6
-rw-r--r--translations/source/te/scp2/source/javafilter.po6
-rw-r--r--translations/source/te/scp2/source/kde.po6
-rw-r--r--translations/source/te/scp2/source/math.po6
-rw-r--r--translations/source/te/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/te/scp2/source/ooo.po35
-rw-r--r--translations/source/te/scp2/source/python.po6
-rw-r--r--translations/source/te/scp2/source/quickstart.po6
-rw-r--r--translations/source/te/scp2/source/sdkoo.po6
-rw-r--r--translations/source/te/scp2/source/smoketest.po23
-rw-r--r--translations/source/te/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/te/scp2/source/writer.po6
-rw-r--r--translations/source/te/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/te/scripting/source/pyprov.po4
-rw-r--r--translations/source/te/sd/source/core.po43
-rw-r--r--translations/source/te/sd/source/filter/html.po6
-rw-r--r--translations/source/te/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/te/sd/source/ui/animations.po6
-rw-r--r--translations/source/te/sd/source/ui/annotations.po6
-rw-r--r--translations/source/te/sd/source/ui/app.po8
-rw-r--r--translations/source/te/sd/source/ui/dlg.po6
-rw-r--r--translations/source/te/sd/source/ui/notes.po6
-rw-r--r--translations/source/te/sd/source/ui/slideshow.po19
-rw-r--r--translations/source/te/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/te/sd/source/ui/table.po6
-rw-r--r--translations/source/te/sd/source/ui/view.po6
-rw-r--r--translations/source/te/sdext/source/minimizer.po6
-rw-r--r--translations/source/te/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/te/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/te/sdext/source/pdfimport.po4
-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.po6
-rw-r--r--translations/source/te/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po16
-rw-r--r--translations/source/te/setup_native/source/mac.po6
-rw-r--r--translations/source/te/sfx2/source/appl.po6
-rw-r--r--translations/source/te/sfx2/source/bastyp.po6
-rw-r--r--translations/source/te/sfx2/source/dialog.po10
-rw-r--r--translations/source/te/sfx2/source/doc.po18
-rw-r--r--translations/source/te/sfx2/source/menu.po6
-rw-r--r--translations/source/te/sfx2/source/view.po6
-rw-r--r--translations/source/te/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/te/starmath/source.po6
-rw-r--r--translations/source/te/svl/source/items.po6
-rw-r--r--translations/source/te/svl/source/misc.po6
-rw-r--r--translations/source/te/svtools/source/contnr.po6
-rw-r--r--translations/source/te/svtools/source/control.po6
-rw-r--r--translations/source/te/svtools/source/dialogs.po6
-rw-r--r--translations/source/te/svtools/source/filter.po6
-rw-r--r--translations/source/te/svtools/source/java.po6
-rw-r--r--translations/source/te/svtools/source/misc.po53
-rw-r--r--translations/source/te/svtools/source/plugapp.po6
-rw-r--r--translations/source/te/svtools/source/toolpanel.po6
-rw-r--r--translations/source/te/svtools/workben/unodialog.po6
-rw-r--r--translations/source/te/svx/inc.po8
-rw-r--r--translations/source/te/svx/source/accessibility.po6
-rw-r--r--translations/source/te/svx/source/dialog.po10
-rw-r--r--translations/source/te/svx/source/engine3d.po6
-rw-r--r--translations/source/te/svx/source/fmcomp.po6
-rw-r--r--translations/source/te/svx/source/form.po6
-rw-r--r--translations/source/te/svx/source/gallery2.po6
-rw-r--r--translations/source/te/svx/source/items.po6
-rw-r--r--translations/source/te/svx/source/src.po6
-rw-r--r--translations/source/te/svx/source/stbctrls.po2
-rw-r--r--translations/source/te/svx/source/svdraw.po6
-rw-r--r--translations/source/te/svx/source/table.po6
-rw-r--r--translations/source/te/svx/source/tbxctrls.po6
-rw-r--r--translations/source/te/svx/source/toolbars.po6
-rw-r--r--translations/source/te/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/te/sw/source/core/layout.po4
-rw-r--r--translations/source/te/sw/source/core/undo.po8
-rw-r--r--translations/source/te/sw/source/core/unocore.po6
-rw-r--r--translations/source/te/sw/source/ui/app.po22
-rw-r--r--translations/source/te/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/te/sw/source/ui/config.po2
-rw-r--r--translations/source/te/sw/source/ui/dbui.po6
-rw-r--r--translations/source/te/sw/source/ui/dialog.po14
-rw-r--r--translations/source/te/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/te/sw/source/ui/docvw.po22
-rw-r--r--translations/source/te/sw/source/ui/envelp.po6
-rw-r--r--translations/source/te/sw/source/ui/fldui.po6
-rw-r--r--translations/source/te/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/te/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/te/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/te/sw/source/ui/index.po13
-rw-r--r--translations/source/te/sw/source/ui/lingu.po6
-rw-r--r--translations/source/te/sw/source/ui/misc.po6
-rw-r--r--translations/source/te/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/te/sw/source/ui/shells.po14
-rw-r--r--translations/source/te/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/te/sw/source/ui/table.po18
-rw-r--r--translations/source/te/sw/source/ui/uiview.po6
-rw-r--r--translations/source/te/sw/source/ui/utlui.po22
-rw-r--r--translations/source/te/sw/source/ui/web.po6
-rw-r--r--translations/source/te/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/te/swext/mediawiki/help.po16
-rw-r--r--translations/source/te/swext/mediawiki/src.po8
-rw-r--r--translations/source/te/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/te/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/te/sysui/desktop/share.po6
-rw-r--r--translations/source/te/uui/source.po6
-rw-r--r--translations/source/te/vcl/source/src.po38
-rw-r--r--translations/source/te/wizards/source/euro.po6
-rw-r--r--translations/source/te/wizards/source/formwizard.po6
-rw-r--r--translations/source/te/wizards/source/importwizard.po6
-rw-r--r--translations/source/te/wizards/source/schedule.po6
-rw-r--r--translations/source/te/wizards/source/template.po6
-rw-r--r--translations/source/te/xmlsecurity/source/component.po6
-rw-r--r--translations/source/te/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/tg/accessibility/source/helper.po6
-rw-r--r--translations/source/tg/avmedia/source/framework.po6
-rw-r--r--translations/source/tg/avmedia/source/viewer.po6
-rw-r--r--translations/source/tg/basctl/source/basicide.po18
-rw-r--r--translations/source/tg/basctl/source/dlged.po6
-rw-r--r--translations/source/tg/basic/source/classes.po6
-rw-r--r--translations/source/tg/basic/source/sbx.po6
-rw-r--r--translations/source/tg/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/tg/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/tg/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/tg/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/tg/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/tg/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/tg/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/tg/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/tg/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/tg/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/tg/connectivity/source/drivers/mozab.po10
-rw-r--r--translations/source/tg/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/tg/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/tg/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/tg/connectivity/source/resource.po6
-rw-r--r--translations/source/tg/cui/source/customize.po6
-rw-r--r--translations/source/tg/cui/source/dialogs.po43
-rw-r--r--translations/source/tg/cui/source/options.po22
-rw-r--r--translations/source/tg/cui/source/tabpages.po150
-rw-r--r--translations/source/tg/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/tg/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/tg/dbaccess/source/ext/macromigration.po8
-rw-r--r--translations/source/tg/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/tg/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/tg/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/tg/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/tg/dbaccess/source/ui/dlg.po11
-rw-r--r--translations/source/tg/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/tg/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/tg/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/tg/dbaccess/source/ui/relationdesign.po8
-rw-r--r--translations/source/tg/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/tg/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/tg/desktop/source/app.po14
-rw-r--r--translations/source/tg/desktop/source/deployment/gui.po42
-rw-r--r--translations/source/tg/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/tg/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/tg/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/tg/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/tg/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/tg/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/tg/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/tg/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/tg/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/tg/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/tg/dictionaries/af_ZA.po4
-rw-r--r--translations/source/tg/dictionaries/an_ES.po19
-rw-r--r--translations/source/tg/dictionaries/ar.po4
-rw-r--r--translations/source/tg/dictionaries/be_BY.po4
-rw-r--r--translations/source/tg/dictionaries/bg_BG.po4
-rw-r--r--translations/source/tg/dictionaries/bn_BD.po4
-rw-r--r--translations/source/tg/dictionaries/br_FR.po4
-rw-r--r--translations/source/tg/dictionaries/ca.po4
-rw-r--r--translations/source/tg/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/tg/dictionaries/da_DK.po4
-rw-r--r--translations/source/tg/dictionaries/de.po4
-rw-r--r--translations/source/tg/dictionaries/el_GR.po4
-rw-r--r--translations/source/tg/dictionaries/en.po6
-rw-r--r--translations/source/tg/dictionaries/en/dialog.po171
-rw-r--r--translations/source/tg/dictionaries/es_ES.po4
-rw-r--r--translations/source/tg/dictionaries/et_EE.po4
-rw-r--r--translations/source/tg/dictionaries/fr_FR.po4
-rw-r--r--translations/source/tg/dictionaries/gd_GB.po4
-rw-r--r--translations/source/tg/dictionaries/gl.po4
-rw-r--r--translations/source/tg/dictionaries/gu_IN.po4
-rw-r--r--translations/source/tg/dictionaries/he_IL.po4
-rw-r--r--translations/source/tg/dictionaries/hi_IN.po4
-rw-r--r--translations/source/tg/dictionaries/hr_HR.po4
-rw-r--r--translations/source/tg/dictionaries/hu_HU.po6
-rw-r--r--translations/source/tg/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/tg/dictionaries/it_IT.po4
-rw-r--r--translations/source/tg/dictionaries/ku_TR.po4
-rw-r--r--translations/source/tg/dictionaries/lt_LT.po4
-rw-r--r--translations/source/tg/dictionaries/lv_LV.po4
-rw-r--r--translations/source/tg/dictionaries/ne_NP.po4
-rw-r--r--translations/source/tg/dictionaries/nl_NL.po4
-rw-r--r--translations/source/tg/dictionaries/no.po4
-rw-r--r--translations/source/tg/dictionaries/oc_FR.po4
-rw-r--r--translations/source/tg/dictionaries/pl_PL.po4
-rw-r--r--translations/source/tg/dictionaries/pt_BR.po4
-rw-r--r--translations/source/tg/dictionaries/pt_PT.po4
-rw-r--r--translations/source/tg/dictionaries/ro.po4
-rw-r--r--translations/source/tg/dictionaries/ru_RU.po6
-rw-r--r--translations/source/tg/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/tg/dictionaries/si_LK.po19
-rw-r--r--translations/source/tg/dictionaries/sk_SK.po4
-rw-r--r--translations/source/tg/dictionaries/sl_SI.po4
-rw-r--r--translations/source/tg/dictionaries/sr.po4
-rw-r--r--translations/source/tg/dictionaries/sv_SE.po4
-rw-r--r--translations/source/tg/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/tg/dictionaries/te_IN.po4
-rw-r--r--translations/source/tg/dictionaries/th_TH.po4
-rw-r--r--translations/source/tg/dictionaries/uk_UA.po4
-rw-r--r--translations/source/tg/dictionaries/vi.po4
-rw-r--r--translations/source/tg/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/tg/editeng/source/accessibility.po6
-rw-r--r--translations/source/tg/editeng/source/editeng.po8
-rw-r--r--translations/source/tg/editeng/source/items.po30
-rw-r--r--translations/source/tg/editeng/source/misc.po6
-rw-r--r--translations/source/tg/editeng/source/outliner.po6
-rw-r--r--translations/source/tg/extensions/source/abpilot.po10
-rw-r--r--translations/source/tg/extensions/source/bibliography.po6
-rw-r--r--translations/source/tg/extensions/source/dbpilots.po6
-rw-r--r--translations/source/tg/extensions/source/propctrlr.po6
-rw-r--r--translations/source/tg/extensions/source/scanner.po8
-rw-r--r--translations/source/tg/extensions/source/update/check.po6
-rw-r--r--translations/source/tg/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/tg/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/tg/filter/source/config/fragments/types.po8
-rw-r--r--translations/source/tg/filter/source/flash.po6
-rw-r--r--translations/source/tg/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/tg/filter/source/pdf.po10
-rw-r--r--translations/source/tg/filter/source/t602.po6
-rw-r--r--translations/source/tg/filter/source/xsltdialog.po6
-rw-r--r--translations/source/tg/forms/source/resource.po6
-rw-r--r--translations/source/tg/formula/source/core/resource.po22
-rw-r--r--translations/source/tg/formula/source/ui/dlg.po6
-rw-r--r--translations/source/tg/fpicker/source/office.po6
-rw-r--r--translations/source/tg/framework/source/classes.po6
-rw-r--r--translations/source/tg/framework/source/services.po6
-rw-r--r--translations/source/tg/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/tg/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--translations/source/tg/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/tg/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/tg/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/tg/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/tg/helpcontent2/source/text/scalc/01.po10
-rw-r--r--translations/source/tg/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/tg/helpcontent2/source/text/scalc/04.po35
-rw-r--r--translations/source/tg/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/tg/helpcontent2/source/text/scalc/guide.po43
-rw-r--r--translations/source/tg/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/tg/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/tg/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/tg/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/tg/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/tg/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/tg/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/tg/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/tg/helpcontent2/source/text/sdraw/04.po6
-rw-r--r--translations/source/tg/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/tg/helpcontent2/source/text/shared.po2
-rw-r--r--translations/source/tg/helpcontent2/source/text/shared/00.po6
-rw-r--r--translations/source/tg/helpcontent2/source/text/shared/01.po18
-rw-r--r--translations/source/tg/helpcontent2/source/text/shared/02.po18
-rw-r--r--translations/source/tg/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/tg/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/tg/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/tg/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/tg/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/tg/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/tg/helpcontent2/source/text/shared/guide.po166
-rw-r--r--translations/source/tg/helpcontent2/source/text/shared/optionen.po82
-rw-r--r--translations/source/tg/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/tg/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/tg/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/tg/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/tg/helpcontent2/source/text/simpress/04.po42
-rw-r--r--translations/source/tg/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/tg/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/tg/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/tg/helpcontent2/source/text/smath/01.po28
-rw-r--r--translations/source/tg/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/tg/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/tg/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/tg/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/tg/helpcontent2/source/text/swriter/00.po6
-rw-r--r--translations/source/tg/helpcontent2/source/text/swriter/01.po36
-rw-r--r--translations/source/tg/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/tg/helpcontent2/source/text/swriter/04.po12
-rw-r--r--translations/source/tg/helpcontent2/source/text/swriter/guide.po51
-rw-r--r--translations/source/tg/instsetoo_native/inc_openoffice/windows/msi_languages.po68
-rw-r--r--translations/source/tg/mysqlc/source.po6
-rw-r--r--translations/source/tg/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/tg/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/tg/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/tg/nlpsolver/src/locale.po179
-rw-r--r--translations/source/tg/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/tg/officecfg/registry/data/org/openoffice/Office/UI.po57
-rw-r--r--translations/source/tg/padmin/source.po6
-rw-r--r--translations/source/tg/readlicense_oo/docs/readme.po34
-rw-r--r--translations/source/tg/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/tg/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/tg/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/tg/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/tg/reportbuilder/util.po4
-rw-r--r--translations/source/tg/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/tg/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/tg/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/tg/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/tg/sc/source/core/src.po6
-rw-r--r--translations/source/tg/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/tg/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/tg/sc/source/ui/docshell.po6
-rw-r--r--translations/source/tg/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/tg/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/tg/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/tg/sc/source/ui/navipi.po8
-rw-r--r--translations/source/tg/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/tg/sc/source/ui/src.po142
-rw-r--r--translations/source/tg/sc/source/ui/styleui.po8
-rw-r--r--translations/source/tg/scaddins/source/analysis.po6
-rw-r--r--translations/source/tg/scaddins/source/datefunc.po6
-rw-r--r--translations/source/tg/sccomp/source/solver.po6
-rw-r--r--translations/source/tg/scp2/source/accessories.po6
-rw-r--r--translations/source/tg/scp2/source/activex.po6
-rw-r--r--translations/source/tg/scp2/source/base.po16
-rw-r--r--translations/source/tg/scp2/source/binfilter.po6
-rw-r--r--translations/source/tg/scp2/source/calc.po6
-rw-r--r--translations/source/tg/scp2/source/draw.po6
-rw-r--r--translations/source/tg/scp2/source/extensions.po2248
-rw-r--r--translations/source/tg/scp2/source/gnome.po6
-rw-r--r--translations/source/tg/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/tg/scp2/source/impress.po6
-rw-r--r--translations/source/tg/scp2/source/javafilter.po6
-rw-r--r--translations/source/tg/scp2/source/kde.po6
-rw-r--r--translations/source/tg/scp2/source/math.po6
-rw-r--r--translations/source/tg/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/tg/scp2/source/ooo.po31
-rw-r--r--translations/source/tg/scp2/source/python.po6
-rw-r--r--translations/source/tg/scp2/source/quickstart.po6
-rw-r--r--translations/source/tg/scp2/source/sdkoo.po6
-rw-r--r--translations/source/tg/scp2/source/smoketest.po23
-rw-r--r--translations/source/tg/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/tg/scp2/source/writer.po6
-rw-r--r--translations/source/tg/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/tg/scripting/source/pyprov.po4
-rw-r--r--translations/source/tg/sd/source/core.po41
-rw-r--r--translations/source/tg/sd/source/filter/html.po6
-rw-r--r--translations/source/tg/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/tg/sd/source/ui/animations.po6
-rw-r--r--translations/source/tg/sd/source/ui/annotations.po6
-rw-r--r--translations/source/tg/sd/source/ui/app.po8
-rw-r--r--translations/source/tg/sd/source/ui/dlg.po6
-rw-r--r--translations/source/tg/sd/source/ui/notes.po6
-rw-r--r--translations/source/tg/sd/source/ui/slideshow.po15
-rw-r--r--translations/source/tg/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/tg/sd/source/ui/table.po6
-rw-r--r--translations/source/tg/sd/source/ui/view.po6
-rw-r--r--translations/source/tg/sdext/source/minimizer.po4
-rw-r--r--translations/source/tg/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/tg/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/tg/sdext/source/pdfimport.po4
-rw-r--r--translations/source/tg/sdext/source/presenter.po4
-rw-r--r--translations/source/tg/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/tg/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/tg/setup_native/source/mac.po22
-rw-r--r--translations/source/tg/sfx2/source/appl.po6
-rw-r--r--translations/source/tg/sfx2/source/bastyp.po6
-rw-r--r--translations/source/tg/sfx2/source/dialog.po12
-rw-r--r--translations/source/tg/sfx2/source/doc.po16
-rw-r--r--translations/source/tg/sfx2/source/menu.po6
-rw-r--r--translations/source/tg/sfx2/source/view.po6
-rw-r--r--translations/source/tg/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/tg/starmath/source.po6
-rw-r--r--translations/source/tg/svl/source/items.po6
-rw-r--r--translations/source/tg/svl/source/misc.po8
-rw-r--r--translations/source/tg/svtools/source/contnr.po6
-rw-r--r--translations/source/tg/svtools/source/control.po6
-rw-r--r--translations/source/tg/svtools/source/dialogs.po6
-rw-r--r--translations/source/tg/svtools/source/filter.po6
-rw-r--r--translations/source/tg/svtools/source/java.po6
-rw-r--r--translations/source/tg/svtools/source/misc.po51
-rw-r--r--translations/source/tg/svtools/source/plugapp.po6
-rw-r--r--translations/source/tg/svtools/source/toolpanel.po6
-rw-r--r--translations/source/tg/svtools/workben/unodialog.po6
-rw-r--r--translations/source/tg/svx/inc.po8
-rw-r--r--translations/source/tg/svx/source/accessibility.po6
-rw-r--r--translations/source/tg/svx/source/dialog.po10
-rw-r--r--translations/source/tg/svx/source/engine3d.po6
-rw-r--r--translations/source/tg/svx/source/fmcomp.po6
-rw-r--r--translations/source/tg/svx/source/form.po6
-rw-r--r--translations/source/tg/svx/source/gallery2.po6
-rw-r--r--translations/source/tg/svx/source/items.po6
-rw-r--r--translations/source/tg/svx/source/src.po6
-rw-r--r--translations/source/tg/svx/source/stbctrls.po2
-rw-r--r--translations/source/tg/svx/source/svdraw.po6
-rw-r--r--translations/source/tg/svx/source/table.po6
-rw-r--r--translations/source/tg/svx/source/tbxctrls.po6
-rw-r--r--translations/source/tg/svx/source/toolbars.po6
-rw-r--r--translations/source/tg/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/tg/sw/source/core/layout.po4
-rw-r--r--translations/source/tg/sw/source/core/undo.po8
-rw-r--r--translations/source/tg/sw/source/core/unocore.po6
-rw-r--r--translations/source/tg/sw/source/ui/app.po22
-rw-r--r--translations/source/tg/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/tg/sw/source/ui/config.po2
-rw-r--r--translations/source/tg/sw/source/ui/dbui.po6
-rw-r--r--translations/source/tg/sw/source/ui/dialog.po14
-rw-r--r--translations/source/tg/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/tg/sw/source/ui/docvw.po22
-rw-r--r--translations/source/tg/sw/source/ui/envelp.po6
-rw-r--r--translations/source/tg/sw/source/ui/fldui.po6
-rw-r--r--translations/source/tg/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/tg/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/tg/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/tg/sw/source/ui/index.po11
-rw-r--r--translations/source/tg/sw/source/ui/lingu.po6
-rw-r--r--translations/source/tg/sw/source/ui/misc.po6
-rw-r--r--translations/source/tg/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/tg/sw/source/ui/shells.po14
-rw-r--r--translations/source/tg/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/tg/sw/source/ui/table.po18
-rw-r--r--translations/source/tg/sw/source/ui/uiview.po6
-rw-r--r--translations/source/tg/sw/source/ui/utlui.po22
-rw-r--r--translations/source/tg/sw/source/ui/web.po6
-rw-r--r--translations/source/tg/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/tg/swext/mediawiki/help.po10
-rw-r--r--translations/source/tg/swext/mediawiki/src.po6
-rw-r--r--translations/source/tg/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/tg/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/tg/sysui/desktop/share.po6
-rw-r--r--translations/source/tg/uui/source.po6
-rw-r--r--translations/source/tg/vcl/source/src.po36
-rw-r--r--translations/source/tg/wizards/source/euro.po6
-rw-r--r--translations/source/tg/wizards/source/formwizard.po30
-rw-r--r--translations/source/tg/wizards/source/importwizard.po6
-rw-r--r--translations/source/tg/wizards/source/schedule.po6
-rw-r--r--translations/source/tg/wizards/source/template.po6
-rw-r--r--translations/source/tg/xmlsecurity/source/component.po6
-rw-r--r--translations/source/tg/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/th/accessibility/source/helper.po6
-rw-r--r--translations/source/th/avmedia/source/framework.po6
-rw-r--r--translations/source/th/avmedia/source/viewer.po6
-rw-r--r--translations/source/th/basctl/source/basicide.po6
-rw-r--r--translations/source/th/basctl/source/dlged.po6
-rw-r--r--translations/source/th/basic/source/classes.po6
-rw-r--r--translations/source/th/basic/source/sbx.po6
-rw-r--r--translations/source/th/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/th/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/th/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/th/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/th/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/th/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/th/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/th/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/th/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/th/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/th/connectivity/source/drivers/mozab.po6
-rw-r--r--translations/source/th/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/th/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/th/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/th/connectivity/source/resource.po6
-rw-r--r--translations/source/th/cui/source/customize.po6
-rw-r--r--translations/source/th/cui/source/dialogs.po14
-rw-r--r--translations/source/th/cui/source/options.po50
-rw-r--r--translations/source/th/cui/source/tabpages.po6
-rw-r--r--translations/source/th/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/th/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/th/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/th/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/th/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/th/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/th/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/th/dbaccess/source/ui/dlg.po6
-rw-r--r--translations/source/th/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/th/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/th/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/th/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/th/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/th/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/th/desktop/source/app.po6
-rw-r--r--translations/source/th/desktop/source/deployment/gui.po8
-rw-r--r--translations/source/th/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/th/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/th/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/th/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/th/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/th/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/th/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/th/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/th/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/th/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/th/dictionaries/af_ZA.po4
-rw-r--r--translations/source/th/dictionaries/an_ES.po4
-rw-r--r--translations/source/th/dictionaries/ar.po4
-rw-r--r--translations/source/th/dictionaries/be_BY.po4
-rw-r--r--translations/source/th/dictionaries/bg_BG.po4
-rw-r--r--translations/source/th/dictionaries/bn_BD.po4
-rw-r--r--translations/source/th/dictionaries/br_FR.po4
-rw-r--r--translations/source/th/dictionaries/ca.po4
-rw-r--r--translations/source/th/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/th/dictionaries/da_DK.po4
-rw-r--r--translations/source/th/dictionaries/de.po4
-rw-r--r--translations/source/th/dictionaries/el_GR.po4
-rw-r--r--translations/source/th/dictionaries/en.po4
-rw-r--r--translations/source/th/dictionaries/en/dialog.po8
-rw-r--r--translations/source/th/dictionaries/es_ES.po4
-rw-r--r--translations/source/th/dictionaries/et_EE.po4
-rw-r--r--translations/source/th/dictionaries/fr_FR.po4
-rw-r--r--translations/source/th/dictionaries/gd_GB.po4
-rw-r--r--translations/source/th/dictionaries/gl.po4
-rw-r--r--translations/source/th/dictionaries/gu_IN.po4
-rw-r--r--translations/source/th/dictionaries/he_IL.po4
-rw-r--r--translations/source/th/dictionaries/hi_IN.po4
-rw-r--r--translations/source/th/dictionaries/hr_HR.po4
-rw-r--r--translations/source/th/dictionaries/hu_HU.po4
-rw-r--r--translations/source/th/dictionaries/hu_HU/dialog.po8
-rw-r--r--translations/source/th/dictionaries/it_IT.po4
-rw-r--r--translations/source/th/dictionaries/ku_TR.po4
-rw-r--r--translations/source/th/dictionaries/lt_LT.po4
-rw-r--r--translations/source/th/dictionaries/lv_LV.po4
-rw-r--r--translations/source/th/dictionaries/ne_NP.po4
-rw-r--r--translations/source/th/dictionaries/nl_NL.po4
-rw-r--r--translations/source/th/dictionaries/no.po4
-rw-r--r--translations/source/th/dictionaries/oc_FR.po4
-rw-r--r--translations/source/th/dictionaries/pl_PL.po4
-rw-r--r--translations/source/th/dictionaries/pt_BR.po4
-rw-r--r--translations/source/th/dictionaries/pt_PT.po4
-rw-r--r--translations/source/th/dictionaries/ro.po4
-rw-r--r--translations/source/th/dictionaries/ru_RU.po4
-rw-r--r--translations/source/th/dictionaries/ru_RU/dialog.po10
-rw-r--r--translations/source/th/dictionaries/si_LK.po4
-rw-r--r--translations/source/th/dictionaries/sk_SK.po4
-rw-r--r--translations/source/th/dictionaries/sl_SI.po4
-rw-r--r--translations/source/th/dictionaries/sr.po4
-rw-r--r--translations/source/th/dictionaries/sv_SE.po4
-rw-r--r--translations/source/th/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/th/dictionaries/te_IN.po4
-rw-r--r--translations/source/th/dictionaries/th_TH.po4
-rw-r--r--translations/source/th/dictionaries/uk_UA.po4
-rw-r--r--translations/source/th/dictionaries/vi.po4
-rw-r--r--translations/source/th/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/th/editeng/source/accessibility.po6
-rw-r--r--translations/source/th/editeng/source/editeng.po8
-rw-r--r--translations/source/th/editeng/source/items.po16
-rw-r--r--translations/source/th/editeng/source/misc.po6
-rw-r--r--translations/source/th/editeng/source/outliner.po6
-rw-r--r--translations/source/th/extensions/source/abpilot.po6
-rw-r--r--translations/source/th/extensions/source/bibliography.po6
-rw-r--r--translations/source/th/extensions/source/dbpilots.po6
-rw-r--r--translations/source/th/extensions/source/propctrlr.po6
-rw-r--r--translations/source/th/extensions/source/scanner.po6
-rw-r--r--translations/source/th/extensions/source/update/check.po6
-rw-r--r--translations/source/th/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/th/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/th/filter/source/config/fragments/types.po8
-rw-r--r--translations/source/th/filter/source/flash.po6
-rw-r--r--translations/source/th/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/th/filter/source/pdf.po6
-rw-r--r--translations/source/th/filter/source/t602.po6
-rw-r--r--translations/source/th/filter/source/xsltdialog.po6
-rw-r--r--translations/source/th/forms/source/resource.po6
-rw-r--r--translations/source/th/formula/source/core/resource.po6
-rw-r--r--translations/source/th/formula/source/ui/dlg.po6
-rw-r--r--translations/source/th/fpicker/source/office.po6
-rw-r--r--translations/source/th/framework/source/classes.po6
-rw-r--r--translations/source/th/framework/source/services.po6
-rw-r--r--translations/source/th/instsetoo_native/inc_openoffice/windows/msi_languages.po8
-rw-r--r--translations/source/th/mysqlc/source.po6
-rw-r--r--translations/source/th/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/th/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po6
-rw-r--r--translations/source/th/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/th/nlpsolver/src/locale.po20
-rw-r--r--translations/source/th/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/th/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--translations/source/th/padmin/source.po6
-rw-r--r--translations/source/th/readlicense_oo/docs/readme.po12
-rw-r--r--translations/source/th/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/th/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/th/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/th/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/th/reportbuilder/util.po4
-rw-r--r--translations/source/th/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/th/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/th/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/th/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/th/sc/source/core/src.po6
-rw-r--r--translations/source/th/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/th/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/th/sc/source/ui/docshell.po6
-rw-r--r--translations/source/th/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/th/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/th/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/th/sc/source/ui/navipi.po6
-rw-r--r--translations/source/th/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/th/sc/source/ui/src.po12
-rw-r--r--translations/source/th/sc/source/ui/styleui.po8
-rw-r--r--translations/source/th/scaddins/source/analysis.po6
-rw-r--r--translations/source/th/scaddins/source/datefunc.po6
-rw-r--r--translations/source/th/sccomp/source/solver.po6
-rw-r--r--translations/source/th/scp2/source/accessories.po6
-rw-r--r--translations/source/th/scp2/source/activex.po6
-rw-r--r--translations/source/th/scp2/source/base.po16
-rw-r--r--translations/source/th/scp2/source/binfilter.po6
-rw-r--r--translations/source/th/scp2/source/calc.po6
-rw-r--r--translations/source/th/scp2/source/draw.po6
-rw-r--r--translations/source/th/scp2/source/extensions.po16
-rw-r--r--translations/source/th/scp2/source/gnome.po6
-rw-r--r--translations/source/th/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/th/scp2/source/impress.po6
-rw-r--r--translations/source/th/scp2/source/javafilter.po6
-rw-r--r--translations/source/th/scp2/source/kde.po6
-rw-r--r--translations/source/th/scp2/source/math.po6
-rw-r--r--translations/source/th/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/th/scp2/source/ooo.po8
-rw-r--r--translations/source/th/scp2/source/python.po6
-rw-r--r--translations/source/th/scp2/source/quickstart.po6
-rw-r--r--translations/source/th/scp2/source/sdkoo.po6
-rw-r--r--translations/source/th/scp2/source/smoketest.po4
-rw-r--r--translations/source/th/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/th/scp2/source/writer.po6
-rw-r--r--translations/source/th/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/th/scripting/source/pyprov.po4
-rw-r--r--translations/source/th/sd/source/core.po10
-rw-r--r--translations/source/th/sd/source/filter/html.po6
-rw-r--r--translations/source/th/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/th/sd/source/ui/animations.po6
-rw-r--r--translations/source/th/sd/source/ui/annotations.po6
-rw-r--r--translations/source/th/sd/source/ui/app.po10
-rw-r--r--translations/source/th/sd/source/ui/dlg.po6
-rw-r--r--translations/source/th/sd/source/ui/notes.po6
-rw-r--r--translations/source/th/sd/source/ui/slideshow.po6
-rw-r--r--translations/source/th/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/th/sd/source/ui/table.po6
-rw-r--r--translations/source/th/sd/source/ui/view.po8
-rw-r--r--translations/source/th/sdext/source/minimizer.po4
-rw-r--r--translations/source/th/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/th/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/th/sdext/source/pdfimport.po4
-rw-r--r--translations/source/th/sdext/source/presenter.po4
-rw-r--r--translations/source/th/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/th/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/th/setup_native/source/mac.po6
-rw-r--r--translations/source/th/sfx2/source/appl.po6
-rw-r--r--translations/source/th/sfx2/source/bastyp.po6
-rw-r--r--translations/source/th/sfx2/source/dialog.po8
-rw-r--r--translations/source/th/sfx2/source/doc.po14
-rw-r--r--translations/source/th/sfx2/source/menu.po6
-rw-r--r--translations/source/th/sfx2/source/view.po6
-rw-r--r--translations/source/th/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/th/starmath/source.po6
-rw-r--r--translations/source/th/svl/source/items.po6
-rw-r--r--translations/source/th/svl/source/misc.po8
-rw-r--r--translations/source/th/svtools/source/contnr.po6
-rw-r--r--translations/source/th/svtools/source/control.po6
-rw-r--r--translations/source/th/svtools/source/dialogs.po6
-rw-r--r--translations/source/th/svtools/source/filter.po6
-rw-r--r--translations/source/th/svtools/source/java.po6
-rw-r--r--translations/source/th/svtools/source/misc.po6
-rw-r--r--translations/source/th/svtools/source/plugapp.po6
-rw-r--r--translations/source/th/svtools/source/toolpanel.po6
-rw-r--r--translations/source/th/svtools/workben/unodialog.po6
-rw-r--r--translations/source/th/svx/inc.po8
-rw-r--r--translations/source/th/svx/source/accessibility.po6
-rw-r--r--translations/source/th/svx/source/dialog.po10
-rw-r--r--translations/source/th/svx/source/engine3d.po6
-rw-r--r--translations/source/th/svx/source/fmcomp.po6
-rw-r--r--translations/source/th/svx/source/form.po6
-rw-r--r--translations/source/th/svx/source/gallery2.po6
-rw-r--r--translations/source/th/svx/source/items.po6
-rw-r--r--translations/source/th/svx/source/src.po6
-rw-r--r--translations/source/th/svx/source/stbctrls.po6
-rw-r--r--translations/source/th/svx/source/svdraw.po6
-rw-r--r--translations/source/th/svx/source/table.po6
-rw-r--r--translations/source/th/svx/source/tbxctrls.po6
-rw-r--r--translations/source/th/svx/source/toolbars.po6
-rw-r--r--translations/source/th/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/th/sw/source/core/layout.po4
-rw-r--r--translations/source/th/sw/source/core/undo.po8
-rw-r--r--translations/source/th/sw/source/core/unocore.po6
-rw-r--r--translations/source/th/sw/source/ui/app.po6
-rw-r--r--translations/source/th/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/th/sw/source/ui/config.po58
-rw-r--r--translations/source/th/sw/source/ui/dbui.po6
-rw-r--r--translations/source/th/sw/source/ui/dialog.po6
-rw-r--r--translations/source/th/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/th/sw/source/ui/docvw.po6
-rw-r--r--translations/source/th/sw/source/ui/envelp.po6
-rw-r--r--translations/source/th/sw/source/ui/fldui.po6
-rw-r--r--translations/source/th/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/th/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/th/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/th/sw/source/ui/index.po6
-rw-r--r--translations/source/th/sw/source/ui/lingu.po6
-rw-r--r--translations/source/th/sw/source/ui/misc.po6
-rw-r--r--translations/source/th/sw/source/ui/ribbar.po6
-rw-r--r--translations/source/th/sw/source/ui/shells.po6
-rw-r--r--translations/source/th/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/th/sw/source/ui/table.po10
-rw-r--r--translations/source/th/sw/source/ui/uiview.po6
-rw-r--r--translations/source/th/sw/source/ui/utlui.po196
-rw-r--r--translations/source/th/sw/source/ui/web.po6
-rw-r--r--translations/source/th/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/th/swext/mediawiki/help.po6
-rw-r--r--translations/source/th/swext/mediawiki/src.po6
-rw-r--r--translations/source/th/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/th/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/th/sysui/desktop/share.po6
-rw-r--r--translations/source/th/uui/source.po6
-rw-r--r--translations/source/th/vcl/source/src.po34
-rw-r--r--translations/source/th/wizards/source/euro.po6
-rw-r--r--translations/source/th/wizards/source/formwizard.po6
-rw-r--r--translations/source/th/wizards/source/importwizard.po6
-rw-r--r--translations/source/th/wizards/source/schedule.po6
-rw-r--r--translations/source/th/wizards/source/template.po6
-rw-r--r--translations/source/th/xmlsecurity/source/component.po6
-rw-r--r--translations/source/th/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/tn/accessibility/source/helper.po6
-rw-r--r--translations/source/tn/avmedia/source/framework.po6
-rw-r--r--translations/source/tn/avmedia/source/viewer.po6
-rw-r--r--translations/source/tn/basctl/source/basicide.po6
-rw-r--r--translations/source/tn/basctl/source/dlged.po6
-rw-r--r--translations/source/tn/basic/source/classes.po6
-rw-r--r--translations/source/tn/basic/source/sbx.po6
-rw-r--r--translations/source/tn/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/tn/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/tn/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/tn/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/tn/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/tn/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/tn/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/tn/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/tn/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/tn/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/tn/connectivity/source/drivers/mozab.po10
-rw-r--r--translations/source/tn/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/tn/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/tn/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/tn/connectivity/source/resource.po6
-rw-r--r--translations/source/tn/cui/source/customize.po6
-rw-r--r--translations/source/tn/cui/source/dialogs.po45
-rw-r--r--translations/source/tn/cui/source/options.po22
-rw-r--r--translations/source/tn/cui/source/tabpages.po151
-rw-r--r--translations/source/tn/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/tn/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/tn/dbaccess/source/ext/macromigration.po8
-rw-r--r--translations/source/tn/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/tn/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/tn/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/tn/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/tn/dbaccess/source/ui/dlg.po8
-rw-r--r--translations/source/tn/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/tn/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/tn/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/tn/dbaccess/source/ui/relationdesign.po8
-rw-r--r--translations/source/tn/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/tn/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/tn/desktop/source/app.po10
-rw-r--r--translations/source/tn/desktop/source/deployment/gui.po26
-rw-r--r--translations/source/tn/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/tn/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/tn/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/tn/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/tn/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/tn/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/tn/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/tn/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/tn/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/tn/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/tn/dictionaries/af_ZA.po4
-rw-r--r--translations/source/tn/dictionaries/an_ES.po19
-rw-r--r--translations/source/tn/dictionaries/ar.po4
-rw-r--r--translations/source/tn/dictionaries/be_BY.po4
-rw-r--r--translations/source/tn/dictionaries/bg_BG.po4
-rw-r--r--translations/source/tn/dictionaries/bn_BD.po4
-rw-r--r--translations/source/tn/dictionaries/br_FR.po4
-rw-r--r--translations/source/tn/dictionaries/ca.po4
-rw-r--r--translations/source/tn/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/tn/dictionaries/da_DK.po4
-rw-r--r--translations/source/tn/dictionaries/de.po4
-rw-r--r--translations/source/tn/dictionaries/el_GR.po4
-rw-r--r--translations/source/tn/dictionaries/en.po6
-rw-r--r--translations/source/tn/dictionaries/en/dialog.po171
-rw-r--r--translations/source/tn/dictionaries/es_ES.po4
-rw-r--r--translations/source/tn/dictionaries/et_EE.po4
-rw-r--r--translations/source/tn/dictionaries/fr_FR.po4
-rw-r--r--translations/source/tn/dictionaries/gd_GB.po4
-rw-r--r--translations/source/tn/dictionaries/gl.po4
-rw-r--r--translations/source/tn/dictionaries/gu_IN.po4
-rw-r--r--translations/source/tn/dictionaries/he_IL.po4
-rw-r--r--translations/source/tn/dictionaries/hi_IN.po4
-rw-r--r--translations/source/tn/dictionaries/hr_HR.po4
-rw-r--r--translations/source/tn/dictionaries/hu_HU.po6
-rw-r--r--translations/source/tn/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/tn/dictionaries/it_IT.po4
-rw-r--r--translations/source/tn/dictionaries/ku_TR.po4
-rw-r--r--translations/source/tn/dictionaries/lt_LT.po4
-rw-r--r--translations/source/tn/dictionaries/lv_LV.po4
-rw-r--r--translations/source/tn/dictionaries/ne_NP.po4
-rw-r--r--translations/source/tn/dictionaries/nl_NL.po4
-rw-r--r--translations/source/tn/dictionaries/no.po4
-rw-r--r--translations/source/tn/dictionaries/oc_FR.po4
-rw-r--r--translations/source/tn/dictionaries/pl_PL.po4
-rw-r--r--translations/source/tn/dictionaries/pt_BR.po4
-rw-r--r--translations/source/tn/dictionaries/pt_PT.po4
-rw-r--r--translations/source/tn/dictionaries/ro.po4
-rw-r--r--translations/source/tn/dictionaries/ru_RU.po6
-rw-r--r--translations/source/tn/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/tn/dictionaries/si_LK.po19
-rw-r--r--translations/source/tn/dictionaries/sk_SK.po4
-rw-r--r--translations/source/tn/dictionaries/sl_SI.po4
-rw-r--r--translations/source/tn/dictionaries/sr.po4
-rw-r--r--translations/source/tn/dictionaries/sv_SE.po4
-rw-r--r--translations/source/tn/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/tn/dictionaries/te_IN.po4
-rw-r--r--translations/source/tn/dictionaries/th_TH.po4
-rw-r--r--translations/source/tn/dictionaries/uk_UA.po4
-rw-r--r--translations/source/tn/dictionaries/vi.po4
-rw-r--r--translations/source/tn/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/tn/editeng/source/accessibility.po6
-rw-r--r--translations/source/tn/editeng/source/editeng.po6
-rw-r--r--translations/source/tn/editeng/source/items.po30
-rw-r--r--translations/source/tn/editeng/source/misc.po6
-rw-r--r--translations/source/tn/editeng/source/outliner.po6
-rw-r--r--translations/source/tn/extensions/source/abpilot.po8
-rw-r--r--translations/source/tn/extensions/source/bibliography.po6
-rw-r--r--translations/source/tn/extensions/source/dbpilots.po6
-rw-r--r--translations/source/tn/extensions/source/propctrlr.po6
-rw-r--r--translations/source/tn/extensions/source/scanner.po8
-rw-r--r--translations/source/tn/extensions/source/update/check.po6
-rw-r--r--translations/source/tn/filter/source/config/fragments/filters.po12
-rw-r--r--translations/source/tn/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/tn/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/tn/filter/source/flash.po6
-rw-r--r--translations/source/tn/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/tn/filter/source/pdf.po10
-rw-r--r--translations/source/tn/filter/source/t602.po6
-rw-r--r--translations/source/tn/filter/source/xsltdialog.po6
-rw-r--r--translations/source/tn/forms/source/resource.po6
-rw-r--r--translations/source/tn/formula/source/core/resource.po22
-rw-r--r--translations/source/tn/formula/source/ui/dlg.po6
-rw-r--r--translations/source/tn/fpicker/source/office.po6
-rw-r--r--translations/source/tn/framework/source/classes.po6
-rw-r--r--translations/source/tn/framework/source/services.po6
-rw-r--r--translations/source/tn/instsetoo_native/inc_openoffice/windows/msi_languages.po65
-rw-r--r--translations/source/tn/mysqlc/source.po6
-rw-r--r--translations/source/tn/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/tn/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/tn/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/tn/nlpsolver/src/locale.po179
-rw-r--r--translations/source/tn/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/tn/officecfg/registry/data/org/openoffice/Office/UI.po63
-rw-r--r--translations/source/tn/padmin/source.po6
-rw-r--r--translations/source/tn/readlicense_oo/docs/readme.po34
-rw-r--r--translations/source/tn/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/tn/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/tn/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/tn/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/tn/reportbuilder/util.po4
-rw-r--r--translations/source/tn/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/tn/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/tn/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/tn/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/tn/sc/source/core/src.po6
-rw-r--r--translations/source/tn/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/tn/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/tn/sc/source/ui/docshell.po6
-rw-r--r--translations/source/tn/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/tn/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/tn/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/tn/sc/source/ui/navipi.po8
-rw-r--r--translations/source/tn/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/tn/sc/source/ui/src.po142
-rw-r--r--translations/source/tn/sc/source/ui/styleui.po8
-rw-r--r--translations/source/tn/scaddins/source/analysis.po6
-rw-r--r--translations/source/tn/scaddins/source/datefunc.po6
-rw-r--r--translations/source/tn/sccomp/source/solver.po6
-rw-r--r--translations/source/tn/scp2/source/accessories.po6
-rw-r--r--translations/source/tn/scp2/source/activex.po6
-rw-r--r--translations/source/tn/scp2/source/base.po16
-rw-r--r--translations/source/tn/scp2/source/binfilter.po6
-rw-r--r--translations/source/tn/scp2/source/calc.po6
-rw-r--r--translations/source/tn/scp2/source/draw.po6
-rw-r--r--translations/source/tn/scp2/source/extensions.po2194
-rw-r--r--translations/source/tn/scp2/source/gnome.po6
-rw-r--r--translations/source/tn/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/tn/scp2/source/impress.po6
-rw-r--r--translations/source/tn/scp2/source/javafilter.po6
-rw-r--r--translations/source/tn/scp2/source/kde.po6
-rw-r--r--translations/source/tn/scp2/source/math.po6
-rw-r--r--translations/source/tn/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/tn/scp2/source/ooo.po27
-rw-r--r--translations/source/tn/scp2/source/python.po6
-rw-r--r--translations/source/tn/scp2/source/quickstart.po6
-rw-r--r--translations/source/tn/scp2/source/sdkoo.po6
-rw-r--r--translations/source/tn/scp2/source/smoketest.po23
-rw-r--r--translations/source/tn/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/tn/scp2/source/writer.po6
-rw-r--r--translations/source/tn/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/tn/scripting/source/pyprov.po4
-rw-r--r--translations/source/tn/sd/source/core.po64
-rw-r--r--translations/source/tn/sd/source/filter/html.po6
-rw-r--r--translations/source/tn/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/tn/sd/source/ui/animations.po6
-rw-r--r--translations/source/tn/sd/source/ui/annotations.po6
-rw-r--r--translations/source/tn/sd/source/ui/app.po6
-rw-r--r--translations/source/tn/sd/source/ui/dlg.po6
-rw-r--r--translations/source/tn/sd/source/ui/notes.po6
-rw-r--r--translations/source/tn/sd/source/ui/slideshow.po15
-rw-r--r--translations/source/tn/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/tn/sd/source/ui/table.po6
-rw-r--r--translations/source/tn/sd/source/ui/view.po6
-rw-r--r--translations/source/tn/sdext/source/minimizer.po4
-rw-r--r--translations/source/tn/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/tn/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/tn/sdext/source/pdfimport.po4
-rw-r--r--translations/source/tn/sdext/source/presenter.po4
-rw-r--r--translations/source/tn/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/tn/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/tn/setup_native/source/mac.po6
-rw-r--r--translations/source/tn/sfx2/source/appl.po6
-rw-r--r--translations/source/tn/sfx2/source/bastyp.po6
-rw-r--r--translations/source/tn/sfx2/source/dialog.po12
-rw-r--r--translations/source/tn/sfx2/source/doc.po16
-rw-r--r--translations/source/tn/sfx2/source/menu.po6
-rw-r--r--translations/source/tn/sfx2/source/view.po6
-rw-r--r--translations/source/tn/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/tn/starmath/source.po6
-rw-r--r--translations/source/tn/svl/source/items.po6
-rw-r--r--translations/source/tn/svl/source/misc.po8
-rw-r--r--translations/source/tn/svtools/source/contnr.po6
-rw-r--r--translations/source/tn/svtools/source/control.po6
-rw-r--r--translations/source/tn/svtools/source/dialogs.po6
-rw-r--r--translations/source/tn/svtools/source/filter.po6
-rw-r--r--translations/source/tn/svtools/source/java.po6
-rw-r--r--translations/source/tn/svtools/source/misc.po32
-rw-r--r--translations/source/tn/svtools/source/plugapp.po6
-rw-r--r--translations/source/tn/svtools/source/toolpanel.po6
-rw-r--r--translations/source/tn/svtools/workben/unodialog.po6
-rw-r--r--translations/source/tn/svx/inc.po6
-rw-r--r--translations/source/tn/svx/source/accessibility.po6
-rw-r--r--translations/source/tn/svx/source/dialog.po12
-rw-r--r--translations/source/tn/svx/source/engine3d.po6
-rw-r--r--translations/source/tn/svx/source/fmcomp.po6
-rw-r--r--translations/source/tn/svx/source/form.po6
-rw-r--r--translations/source/tn/svx/source/gallery2.po6
-rw-r--r--translations/source/tn/svx/source/items.po6
-rw-r--r--translations/source/tn/svx/source/src.po6
-rw-r--r--translations/source/tn/svx/source/stbctrls.po4
-rw-r--r--translations/source/tn/svx/source/svdraw.po6
-rw-r--r--translations/source/tn/svx/source/table.po6
-rw-r--r--translations/source/tn/svx/source/tbxctrls.po6
-rw-r--r--translations/source/tn/svx/source/toolbars.po6
-rw-r--r--translations/source/tn/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/tn/sw/source/core/layout.po4
-rw-r--r--translations/source/tn/sw/source/core/undo.po6
-rw-r--r--translations/source/tn/sw/source/core/unocore.po6
-rw-r--r--translations/source/tn/sw/source/ui/app.po22
-rw-r--r--translations/source/tn/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/tn/sw/source/ui/config.po2
-rw-r--r--translations/source/tn/sw/source/ui/dbui.po6
-rw-r--r--translations/source/tn/sw/source/ui/dialog.po14
-rw-r--r--translations/source/tn/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/tn/sw/source/ui/docvw.po22
-rw-r--r--translations/source/tn/sw/source/ui/envelp.po6
-rw-r--r--translations/source/tn/sw/source/ui/fldui.po6
-rw-r--r--translations/source/tn/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/tn/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/tn/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/tn/sw/source/ui/index.po11
-rw-r--r--translations/source/tn/sw/source/ui/lingu.po6
-rw-r--r--translations/source/tn/sw/source/ui/misc.po6
-rw-r--r--translations/source/tn/sw/source/ui/ribbar.po14
-rw-r--r--translations/source/tn/sw/source/ui/shells.po14
-rw-r--r--translations/source/tn/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/tn/sw/source/ui/table.po18
-rw-r--r--translations/source/tn/sw/source/ui/uiview.po6
-rw-r--r--translations/source/tn/sw/source/ui/utlui.po17
-rw-r--r--translations/source/tn/sw/source/ui/web.po6
-rw-r--r--translations/source/tn/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/tn/swext/mediawiki/help.po10
-rw-r--r--translations/source/tn/swext/mediawiki/src.po6
-rw-r--r--translations/source/tn/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/tn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/tn/sysui/desktop/share.po6
-rw-r--r--translations/source/tn/uui/source.po6
-rw-r--r--translations/source/tn/vcl/source/src.po28
-rw-r--r--translations/source/tn/wizards/source/euro.po6
-rw-r--r--translations/source/tn/wizards/source/formwizard.po6
-rw-r--r--translations/source/tn/wizards/source/importwizard.po6
-rw-r--r--translations/source/tn/wizards/source/schedule.po6
-rw-r--r--translations/source/tn/wizards/source/template.po6
-rw-r--r--translations/source/tn/xmlsecurity/source/component.po6
-rw-r--r--translations/source/tn/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/tr/accessibility/source/helper.po6
-rw-r--r--translations/source/tr/avmedia/source/framework.po6
-rw-r--r--translations/source/tr/avmedia/source/viewer.po6
-rw-r--r--translations/source/tr/basctl/source/basicide.po6
-rw-r--r--translations/source/tr/basctl/source/dlged.po6
-rw-r--r--translations/source/tr/basic/source/classes.po6
-rw-r--r--translations/source/tr/basic/source/sbx.po6
-rw-r--r--translations/source/tr/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/tr/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/tr/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/tr/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/tr/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/tr/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/tr/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/tr/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/tr/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/tr/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/tr/connectivity/source/drivers/mozab.po6
-rw-r--r--translations/source/tr/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/tr/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/tr/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/tr/connectivity/source/resource.po6
-rw-r--r--translations/source/tr/cui/source/customize.po6
-rw-r--r--translations/source/tr/cui/source/dialogs.po6
-rw-r--r--translations/source/tr/cui/source/options.po40
-rw-r--r--translations/source/tr/cui/source/tabpages.po6
-rw-r--r--translations/source/tr/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/tr/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/tr/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/tr/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/tr/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/tr/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/tr/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/tr/dbaccess/source/ui/dlg.po6
-rw-r--r--translations/source/tr/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/tr/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/tr/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/tr/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/tr/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/tr/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/tr/desktop/source/app.po6
-rw-r--r--translations/source/tr/desktop/source/deployment/gui.po6
-rw-r--r--translations/source/tr/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/tr/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/tr/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/tr/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/tr/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/tr/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/tr/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/tr/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/tr/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/tr/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/tr/dictionaries/af_ZA.po4
-rw-r--r--translations/source/tr/dictionaries/an_ES.po4
-rw-r--r--translations/source/tr/dictionaries/ar.po4
-rw-r--r--translations/source/tr/dictionaries/be_BY.po4
-rw-r--r--translations/source/tr/dictionaries/bg_BG.po4
-rw-r--r--translations/source/tr/dictionaries/bn_BD.po4
-rw-r--r--translations/source/tr/dictionaries/br_FR.po4
-rw-r--r--translations/source/tr/dictionaries/ca.po4
-rw-r--r--translations/source/tr/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/tr/dictionaries/da_DK.po4
-rw-r--r--translations/source/tr/dictionaries/de.po4
-rw-r--r--translations/source/tr/dictionaries/el_GR.po4
-rw-r--r--translations/source/tr/dictionaries/en.po4
-rw-r--r--translations/source/tr/dictionaries/en/dialog.po4
-rw-r--r--translations/source/tr/dictionaries/es_ES.po4
-rw-r--r--translations/source/tr/dictionaries/et_EE.po4
-rw-r--r--translations/source/tr/dictionaries/fr_FR.po4
-rw-r--r--translations/source/tr/dictionaries/gd_GB.po4
-rw-r--r--translations/source/tr/dictionaries/gl.po4
-rw-r--r--translations/source/tr/dictionaries/gu_IN.po4
-rw-r--r--translations/source/tr/dictionaries/he_IL.po4
-rw-r--r--translations/source/tr/dictionaries/hi_IN.po4
-rw-r--r--translations/source/tr/dictionaries/hr_HR.po4
-rw-r--r--translations/source/tr/dictionaries/hu_HU.po4
-rw-r--r--translations/source/tr/dictionaries/hu_HU/dialog.po4
-rw-r--r--translations/source/tr/dictionaries/it_IT.po4
-rw-r--r--translations/source/tr/dictionaries/ku_TR.po4
-rw-r--r--translations/source/tr/dictionaries/lt_LT.po4
-rw-r--r--translations/source/tr/dictionaries/lv_LV.po4
-rw-r--r--translations/source/tr/dictionaries/ne_NP.po4
-rw-r--r--translations/source/tr/dictionaries/nl_NL.po4
-rw-r--r--translations/source/tr/dictionaries/no.po4
-rw-r--r--translations/source/tr/dictionaries/oc_FR.po4
-rw-r--r--translations/source/tr/dictionaries/pl_PL.po4
-rw-r--r--translations/source/tr/dictionaries/pt_BR.po4
-rw-r--r--translations/source/tr/dictionaries/pt_PT.po4
-rw-r--r--translations/source/tr/dictionaries/ro.po4
-rw-r--r--translations/source/tr/dictionaries/ru_RU.po4
-rw-r--r--translations/source/tr/dictionaries/ru_RU/dialog.po4
-rw-r--r--translations/source/tr/dictionaries/si_LK.po4
-rw-r--r--translations/source/tr/dictionaries/sk_SK.po4
-rw-r--r--translations/source/tr/dictionaries/sl_SI.po4
-rw-r--r--translations/source/tr/dictionaries/sr.po4
-rw-r--r--translations/source/tr/dictionaries/sv_SE.po4
-rw-r--r--translations/source/tr/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/tr/dictionaries/te_IN.po4
-rw-r--r--translations/source/tr/dictionaries/th_TH.po4
-rw-r--r--translations/source/tr/dictionaries/uk_UA.po4
-rw-r--r--translations/source/tr/dictionaries/vi.po4
-rw-r--r--translations/source/tr/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/tr/editeng/source/accessibility.po6
-rw-r--r--translations/source/tr/editeng/source/editeng.po6
-rw-r--r--translations/source/tr/editeng/source/items.po6
-rw-r--r--translations/source/tr/editeng/source/misc.po6
-rw-r--r--translations/source/tr/editeng/source/outliner.po6
-rw-r--r--translations/source/tr/extensions/source/abpilot.po6
-rw-r--r--translations/source/tr/extensions/source/bibliography.po6
-rw-r--r--translations/source/tr/extensions/source/dbpilots.po6
-rw-r--r--translations/source/tr/extensions/source/propctrlr.po6
-rw-r--r--translations/source/tr/extensions/source/scanner.po6
-rw-r--r--translations/source/tr/extensions/source/update/check.po6
-rw-r--r--translations/source/tr/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/tr/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/tr/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/tr/filter/source/flash.po6
-rw-r--r--translations/source/tr/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/tr/filter/source/pdf.po6
-rw-r--r--translations/source/tr/filter/source/t602.po6
-rw-r--r--translations/source/tr/filter/source/xsltdialog.po6
-rw-r--r--translations/source/tr/forms/source/resource.po6
-rw-r--r--translations/source/tr/formula/source/core/resource.po6
-rw-r--r--translations/source/tr/formula/source/ui/dlg.po6
-rw-r--r--translations/source/tr/fpicker/source/office.po6
-rw-r--r--translations/source/tr/framework/source/classes.po6
-rw-r--r--translations/source/tr/framework/source/services.po6
-rw-r--r--translations/source/tr/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/tr/helpcontent2/source/text/sbasic/shared.po4
-rw-r--r--translations/source/tr/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/tr/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/tr/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/tr/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/tr/helpcontent2/source/text/scalc/01.po4
-rw-r--r--translations/source/tr/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/tr/helpcontent2/source/text/scalc/04.po42
-rw-r--r--translations/source/tr/helpcontent2/source/text/scalc/05.po16
-rw-r--r--translations/source/tr/helpcontent2/source/text/scalc/guide.po4
-rw-r--r--translations/source/tr/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/tr/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/tr/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/tr/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/tr/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/tr/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/tr/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/tr/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/tr/helpcontent2/source/text/sdraw/04.po2
-rw-r--r--translations/source/tr/helpcontent2/source/text/sdraw/guide.po4
-rw-r--r--translations/source/tr/helpcontent2/source/text/shared.po6
-rw-r--r--translations/source/tr/helpcontent2/source/text/shared/00.po4
-rw-r--r--translations/source/tr/helpcontent2/source/text/shared/01.po2
-rw-r--r--translations/source/tr/helpcontent2/source/text/shared/02.po30
-rw-r--r--translations/source/tr/helpcontent2/source/text/shared/04.po4
-rw-r--r--translations/source/tr/helpcontent2/source/text/shared/05.po4
-rw-r--r--translations/source/tr/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/tr/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/tr/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/tr/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/tr/helpcontent2/source/text/shared/guide.po193
-rw-r--r--translations/source/tr/helpcontent2/source/text/shared/optionen.po77
-rw-r--r--translations/source/tr/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/tr/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/tr/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/tr/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/tr/helpcontent2/source/text/simpress/04.po2
-rw-r--r--translations/source/tr/helpcontent2/source/text/simpress/guide.po4
-rw-r--r--translations/source/tr/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/tr/helpcontent2/source/text/smath/00.po4
-rw-r--r--translations/source/tr/helpcontent2/source/text/smath/01.po4
-rw-r--r--translations/source/tr/helpcontent2/source/text/smath/02.po4
-rw-r--r--translations/source/tr/helpcontent2/source/text/smath/04.po4
-rw-r--r--translations/source/tr/helpcontent2/source/text/smath/guide.po4
-rw-r--r--translations/source/tr/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/tr/helpcontent2/source/text/swriter/00.po2
-rw-r--r--translations/source/tr/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/tr/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/tr/helpcontent2/source/text/swriter/04.po2
-rw-r--r--translations/source/tr/helpcontent2/source/text/swriter/guide.po64
-rw-r--r--translations/source/tr/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--translations/source/tr/mysqlc/source.po6
-rw-r--r--translations/source/tr/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/tr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po7
-rw-r--r--translations/source/tr/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/tr/nlpsolver/src/locale.po24
-rw-r--r--translations/source/tr/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/tr/officecfg/registry/data/org/openoffice/Office/UI.po10
-rw-r--r--translations/source/tr/padmin/source.po6
-rw-r--r--translations/source/tr/readlicense_oo/docs/readme.po14
-rw-r--r--translations/source/tr/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/tr/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/tr/reportbuilder/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--translations/source/tr/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/tr/reportbuilder/util.po4
-rw-r--r--translations/source/tr/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/tr/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/tr/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/tr/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/tr/sc/source/core/src.po6
-rw-r--r--translations/source/tr/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/tr/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/tr/sc/source/ui/docshell.po6
-rw-r--r--translations/source/tr/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/tr/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/tr/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/tr/sc/source/ui/navipi.po6
-rw-r--r--translations/source/tr/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/tr/sc/source/ui/src.po12
-rw-r--r--translations/source/tr/sc/source/ui/styleui.po6
-rw-r--r--translations/source/tr/scaddins/source/analysis.po6
-rw-r--r--translations/source/tr/scaddins/source/datefunc.po6
-rw-r--r--translations/source/tr/sccomp/source/solver.po6
-rw-r--r--translations/source/tr/scp2/source/accessories.po6
-rw-r--r--translations/source/tr/scp2/source/activex.po6
-rw-r--r--translations/source/tr/scp2/source/base.po20
-rw-r--r--translations/source/tr/scp2/source/binfilter.po6
-rw-r--r--translations/source/tr/scp2/source/calc.po6
-rw-r--r--translations/source/tr/scp2/source/draw.po6
-rw-r--r--translations/source/tr/scp2/source/extensions.po16
-rw-r--r--translations/source/tr/scp2/source/gnome.po6
-rw-r--r--translations/source/tr/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/tr/scp2/source/impress.po6
-rw-r--r--translations/source/tr/scp2/source/javafilter.po6
-rw-r--r--translations/source/tr/scp2/source/kde.po6
-rw-r--r--translations/source/tr/scp2/source/math.po6
-rw-r--r--translations/source/tr/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/tr/scp2/source/ooo.po6
-rw-r--r--translations/source/tr/scp2/source/python.po6
-rw-r--r--translations/source/tr/scp2/source/quickstart.po6
-rw-r--r--translations/source/tr/scp2/source/sdkoo.po6
-rw-r--r--translations/source/tr/scp2/source/smoketest.po4
-rw-r--r--translations/source/tr/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/tr/scp2/source/writer.po6
-rw-r--r--translations/source/tr/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/tr/scripting/source/pyprov.po4
-rw-r--r--translations/source/tr/sd/source/core.po6
-rw-r--r--translations/source/tr/sd/source/filter/html.po6
-rw-r--r--translations/source/tr/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/tr/sd/source/ui/animations.po6
-rw-r--r--translations/source/tr/sd/source/ui/annotations.po6
-rw-r--r--translations/source/tr/sd/source/ui/app.po6
-rw-r--r--translations/source/tr/sd/source/ui/dlg.po6
-rw-r--r--translations/source/tr/sd/source/ui/notes.po6
-rw-r--r--translations/source/tr/sd/source/ui/slideshow.po6
-rw-r--r--translations/source/tr/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/tr/sd/source/ui/table.po6
-rw-r--r--translations/source/tr/sd/source/ui/view.po6
-rw-r--r--translations/source/tr/sdext/source/minimizer.po4
-rw-r--r--translations/source/tr/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/tr/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/tr/sdext/source/pdfimport.po4
-rw-r--r--translations/source/tr/sdext/source/presenter.po4
-rw-r--r--translations/source/tr/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/tr/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/tr/setup_native/source/mac.po6
-rw-r--r--translations/source/tr/sfx2/source/appl.po6
-rw-r--r--translations/source/tr/sfx2/source/bastyp.po6
-rw-r--r--translations/source/tr/sfx2/source/dialog.po6
-rw-r--r--translations/source/tr/sfx2/source/doc.po6
-rw-r--r--translations/source/tr/sfx2/source/menu.po6
-rw-r--r--translations/source/tr/sfx2/source/view.po6
-rw-r--r--translations/source/tr/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/tr/starmath/source.po6
-rw-r--r--translations/source/tr/svl/source/items.po6
-rw-r--r--translations/source/tr/svl/source/misc.po6
-rw-r--r--translations/source/tr/svtools/source/contnr.po6
-rw-r--r--translations/source/tr/svtools/source/control.po6
-rw-r--r--translations/source/tr/svtools/source/dialogs.po6
-rw-r--r--translations/source/tr/svtools/source/filter.po6
-rw-r--r--translations/source/tr/svtools/source/java.po6
-rw-r--r--translations/source/tr/svtools/source/misc.po6
-rw-r--r--translations/source/tr/svtools/source/plugapp.po6
-rw-r--r--translations/source/tr/svtools/source/toolpanel.po6
-rw-r--r--translations/source/tr/svtools/workben/unodialog.po6
-rw-r--r--translations/source/tr/svx/inc.po6
-rw-r--r--translations/source/tr/svx/source/accessibility.po6
-rw-r--r--translations/source/tr/svx/source/dialog.po6
-rw-r--r--translations/source/tr/svx/source/engine3d.po6
-rw-r--r--translations/source/tr/svx/source/fmcomp.po6
-rw-r--r--translations/source/tr/svx/source/form.po6
-rw-r--r--translations/source/tr/svx/source/gallery2.po6
-rw-r--r--translations/source/tr/svx/source/items.po6
-rw-r--r--translations/source/tr/svx/source/src.po6
-rw-r--r--translations/source/tr/svx/source/stbctrls.po6
-rw-r--r--translations/source/tr/svx/source/svdraw.po6
-rw-r--r--translations/source/tr/svx/source/table.po6
-rw-r--r--translations/source/tr/svx/source/tbxctrls.po6
-rw-r--r--translations/source/tr/svx/source/toolbars.po6
-rw-r--r--translations/source/tr/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/tr/sw/source/core/layout.po4
-rw-r--r--translations/source/tr/sw/source/core/undo.po6
-rw-r--r--translations/source/tr/sw/source/core/unocore.po6
-rw-r--r--translations/source/tr/sw/source/ui/app.po6
-rw-r--r--translations/source/tr/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/tr/sw/source/ui/config.po58
-rw-r--r--translations/source/tr/sw/source/ui/dbui.po6
-rw-r--r--translations/source/tr/sw/source/ui/dialog.po6
-rw-r--r--translations/source/tr/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/tr/sw/source/ui/docvw.po6
-rw-r--r--translations/source/tr/sw/source/ui/envelp.po6
-rw-r--r--translations/source/tr/sw/source/ui/fldui.po6
-rw-r--r--translations/source/tr/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/tr/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/tr/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/tr/sw/source/ui/index.po6
-rw-r--r--translations/source/tr/sw/source/ui/lingu.po6
-rw-r--r--translations/source/tr/sw/source/ui/misc.po6
-rw-r--r--translations/source/tr/sw/source/ui/ribbar.po6
-rw-r--r--translations/source/tr/sw/source/ui/shells.po6
-rw-r--r--translations/source/tr/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/tr/sw/source/ui/table.po6
-rw-r--r--translations/source/tr/sw/source/ui/uiview.po6
-rw-r--r--translations/source/tr/sw/source/ui/utlui.po188
-rw-r--r--translations/source/tr/sw/source/ui/web.po6
-rw-r--r--translations/source/tr/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/tr/swext/mediawiki/help.po6
-rw-r--r--translations/source/tr/swext/mediawiki/src.po6
-rw-r--r--translations/source/tr/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/tr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/tr/sysui/desktop/share.po6
-rw-r--r--translations/source/tr/uui/source.po6
-rw-r--r--translations/source/tr/vcl/source/src.po10
-rw-r--r--translations/source/tr/wizards/source/euro.po6
-rw-r--r--translations/source/tr/wizards/source/formwizard.po6
-rw-r--r--translations/source/tr/wizards/source/importwizard.po6
-rw-r--r--translations/source/tr/wizards/source/schedule.po6
-rw-r--r--translations/source/tr/wizards/source/template.po6
-rw-r--r--translations/source/tr/xmlsecurity/source/component.po6
-rw-r--r--translations/source/tr/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/ts/accessibility/source/helper.po6
-rw-r--r--translations/source/ts/avmedia/source/framework.po6
-rw-r--r--translations/source/ts/avmedia/source/viewer.po6
-rw-r--r--translations/source/ts/basctl/source/basicide.po6
-rw-r--r--translations/source/ts/basctl/source/dlged.po6
-rw-r--r--translations/source/ts/basic/source/classes.po6
-rw-r--r--translations/source/ts/basic/source/sbx.po6
-rw-r--r--translations/source/ts/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/ts/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/ts/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/ts/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/ts/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/ts/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/ts/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/ts/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/ts/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/ts/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/ts/connectivity/source/drivers/mozab.po10
-rw-r--r--translations/source/ts/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/ts/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/ts/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/ts/connectivity/source/resource.po6
-rw-r--r--translations/source/ts/cui/source/customize.po6
-rw-r--r--translations/source/ts/cui/source/dialogs.po45
-rw-r--r--translations/source/ts/cui/source/options.po18
-rw-r--r--translations/source/ts/cui/source/tabpages.po151
-rw-r--r--translations/source/ts/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/ts/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/ts/dbaccess/source/ext/macromigration.po8
-rw-r--r--translations/source/ts/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/ts/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/ts/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/ts/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/ts/dbaccess/source/ui/dlg.po13
-rw-r--r--translations/source/ts/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/ts/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/ts/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/ts/dbaccess/source/ui/relationdesign.po8
-rw-r--r--translations/source/ts/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/ts/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/ts/desktop/source/app.po10
-rw-r--r--translations/source/ts/desktop/source/deployment/gui.po26
-rw-r--r--translations/source/ts/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/ts/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/ts/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/ts/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/ts/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/ts/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/ts/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/ts/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/ts/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/ts/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/ts/dictionaries/af_ZA.po4
-rw-r--r--translations/source/ts/dictionaries/an_ES.po19
-rw-r--r--translations/source/ts/dictionaries/ar.po4
-rw-r--r--translations/source/ts/dictionaries/be_BY.po4
-rw-r--r--translations/source/ts/dictionaries/bg_BG.po4
-rw-r--r--translations/source/ts/dictionaries/bn_BD.po4
-rw-r--r--translations/source/ts/dictionaries/br_FR.po4
-rw-r--r--translations/source/ts/dictionaries/ca.po4
-rw-r--r--translations/source/ts/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/ts/dictionaries/da_DK.po4
-rw-r--r--translations/source/ts/dictionaries/de.po4
-rw-r--r--translations/source/ts/dictionaries/el_GR.po4
-rw-r--r--translations/source/ts/dictionaries/en.po6
-rw-r--r--translations/source/ts/dictionaries/en/dialog.po171
-rw-r--r--translations/source/ts/dictionaries/es_ES.po4
-rw-r--r--translations/source/ts/dictionaries/et_EE.po4
-rw-r--r--translations/source/ts/dictionaries/fr_FR.po4
-rw-r--r--translations/source/ts/dictionaries/gd_GB.po4
-rw-r--r--translations/source/ts/dictionaries/gl.po4
-rw-r--r--translations/source/ts/dictionaries/gu_IN.po4
-rw-r--r--translations/source/ts/dictionaries/he_IL.po4
-rw-r--r--translations/source/ts/dictionaries/hi_IN.po4
-rw-r--r--translations/source/ts/dictionaries/hr_HR.po4
-rw-r--r--translations/source/ts/dictionaries/hu_HU.po6
-rw-r--r--translations/source/ts/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/ts/dictionaries/it_IT.po4
-rw-r--r--translations/source/ts/dictionaries/ku_TR.po4
-rw-r--r--translations/source/ts/dictionaries/lt_LT.po4
-rw-r--r--translations/source/ts/dictionaries/lv_LV.po4
-rw-r--r--translations/source/ts/dictionaries/ne_NP.po4
-rw-r--r--translations/source/ts/dictionaries/nl_NL.po4
-rw-r--r--translations/source/ts/dictionaries/no.po4
-rw-r--r--translations/source/ts/dictionaries/oc_FR.po4
-rw-r--r--translations/source/ts/dictionaries/pl_PL.po4
-rw-r--r--translations/source/ts/dictionaries/pt_BR.po4
-rw-r--r--translations/source/ts/dictionaries/pt_PT.po4
-rw-r--r--translations/source/ts/dictionaries/ro.po4
-rw-r--r--translations/source/ts/dictionaries/ru_RU.po6
-rw-r--r--translations/source/ts/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/ts/dictionaries/si_LK.po19
-rw-r--r--translations/source/ts/dictionaries/sk_SK.po4
-rw-r--r--translations/source/ts/dictionaries/sl_SI.po4
-rw-r--r--translations/source/ts/dictionaries/sr.po4
-rw-r--r--translations/source/ts/dictionaries/sv_SE.po4
-rw-r--r--translations/source/ts/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/ts/dictionaries/te_IN.po4
-rw-r--r--translations/source/ts/dictionaries/th_TH.po4
-rw-r--r--translations/source/ts/dictionaries/uk_UA.po4
-rw-r--r--translations/source/ts/dictionaries/vi.po4
-rw-r--r--translations/source/ts/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/ts/editeng/source/accessibility.po6
-rw-r--r--translations/source/ts/editeng/source/editeng.po8
-rw-r--r--translations/source/ts/editeng/source/items.po30
-rw-r--r--translations/source/ts/editeng/source/misc.po6
-rw-r--r--translations/source/ts/editeng/source/outliner.po6
-rw-r--r--translations/source/ts/extensions/source/abpilot.po10
-rw-r--r--translations/source/ts/extensions/source/bibliography.po6
-rw-r--r--translations/source/ts/extensions/source/dbpilots.po6
-rw-r--r--translations/source/ts/extensions/source/propctrlr.po6
-rw-r--r--translations/source/ts/extensions/source/scanner.po6
-rw-r--r--translations/source/ts/extensions/source/update/check.po6
-rw-r--r--translations/source/ts/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/ts/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/ts/filter/source/config/fragments/types.po8
-rw-r--r--translations/source/ts/filter/source/flash.po6
-rw-r--r--translations/source/ts/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/ts/filter/source/pdf.po10
-rw-r--r--translations/source/ts/filter/source/t602.po6
-rw-r--r--translations/source/ts/filter/source/xsltdialog.po6
-rw-r--r--translations/source/ts/forms/source/resource.po6
-rw-r--r--translations/source/ts/formula/source/core/resource.po22
-rw-r--r--translations/source/ts/formula/source/ui/dlg.po6
-rw-r--r--translations/source/ts/fpicker/source/office.po6
-rw-r--r--translations/source/ts/framework/source/classes.po6
-rw-r--r--translations/source/ts/framework/source/services.po6
-rw-r--r--translations/source/ts/instsetoo_native/inc_openoffice/windows/msi_languages.po65
-rw-r--r--translations/source/ts/mysqlc/source.po6
-rw-r--r--translations/source/ts/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/ts/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/ts/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/ts/nlpsolver/src/locale.po179
-rw-r--r--translations/source/ts/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ts/officecfg/registry/data/org/openoffice/Office/UI.po56
-rw-r--r--translations/source/ts/padmin/source.po6
-rw-r--r--translations/source/ts/readlicense_oo/docs/readme.po34
-rw-r--r--translations/source/ts/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/ts/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ts/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/ts/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/ts/reportbuilder/util.po4
-rw-r--r--translations/source/ts/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/ts/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/ts/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/ts/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/ts/sc/source/core/src.po6
-rw-r--r--translations/source/ts/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/ts/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/ts/sc/source/ui/docshell.po6
-rw-r--r--translations/source/ts/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/ts/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/ts/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/ts/sc/source/ui/navipi.po8
-rw-r--r--translations/source/ts/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/ts/sc/source/ui/src.po140
-rw-r--r--translations/source/ts/sc/source/ui/styleui.po8
-rw-r--r--translations/source/ts/scaddins/source/analysis.po6
-rw-r--r--translations/source/ts/scaddins/source/datefunc.po6
-rw-r--r--translations/source/ts/sccomp/source/solver.po6
-rw-r--r--translations/source/ts/scp2/source/accessories.po6
-rw-r--r--translations/source/ts/scp2/source/activex.po6
-rw-r--r--translations/source/ts/scp2/source/base.po16
-rw-r--r--translations/source/ts/scp2/source/binfilter.po6
-rw-r--r--translations/source/ts/scp2/source/calc.po6
-rw-r--r--translations/source/ts/scp2/source/draw.po6
-rw-r--r--translations/source/ts/scp2/source/extensions.po2360
-rw-r--r--translations/source/ts/scp2/source/gnome.po6
-rw-r--r--translations/source/ts/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/ts/scp2/source/impress.po6
-rw-r--r--translations/source/ts/scp2/source/javafilter.po6
-rw-r--r--translations/source/ts/scp2/source/kde.po6
-rw-r--r--translations/source/ts/scp2/source/math.po6
-rw-r--r--translations/source/ts/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/ts/scp2/source/ooo.po27
-rw-r--r--translations/source/ts/scp2/source/python.po6
-rw-r--r--translations/source/ts/scp2/source/quickstart.po6
-rw-r--r--translations/source/ts/scp2/source/sdkoo.po6
-rw-r--r--translations/source/ts/scp2/source/smoketest.po23
-rw-r--r--translations/source/ts/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/ts/scp2/source/writer.po6
-rw-r--r--translations/source/ts/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/ts/scripting/source/pyprov.po4
-rw-r--r--translations/source/ts/sd/source/core.po40
-rw-r--r--translations/source/ts/sd/source/filter/html.po6
-rw-r--r--translations/source/ts/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/ts/sd/source/ui/animations.po6
-rw-r--r--translations/source/ts/sd/source/ui/annotations.po6
-rw-r--r--translations/source/ts/sd/source/ui/app.po8
-rw-r--r--translations/source/ts/sd/source/ui/dlg.po6
-rw-r--r--translations/source/ts/sd/source/ui/notes.po6
-rw-r--r--translations/source/ts/sd/source/ui/slideshow.po15
-rw-r--r--translations/source/ts/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/ts/sd/source/ui/table.po6
-rw-r--r--translations/source/ts/sd/source/ui/view.po6
-rw-r--r--translations/source/ts/sdext/source/minimizer.po4
-rw-r--r--translations/source/ts/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ts/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/ts/sdext/source/pdfimport.po4
-rw-r--r--translations/source/ts/sdext/source/presenter.po4
-rw-r--r--translations/source/ts/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/ts/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/ts/setup_native/source/mac.po6
-rw-r--r--translations/source/ts/sfx2/source/appl.po6
-rw-r--r--translations/source/ts/sfx2/source/bastyp.po6
-rw-r--r--translations/source/ts/sfx2/source/dialog.po12
-rw-r--r--translations/source/ts/sfx2/source/doc.po18
-rw-r--r--translations/source/ts/sfx2/source/menu.po6
-rw-r--r--translations/source/ts/sfx2/source/view.po6
-rw-r--r--translations/source/ts/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/ts/starmath/source.po6
-rw-r--r--translations/source/ts/svl/source/items.po6
-rw-r--r--translations/source/ts/svl/source/misc.po6
-rw-r--r--translations/source/ts/svtools/source/contnr.po6
-rw-r--r--translations/source/ts/svtools/source/control.po6
-rw-r--r--translations/source/ts/svtools/source/dialogs.po6
-rw-r--r--translations/source/ts/svtools/source/filter.po6
-rw-r--r--translations/source/ts/svtools/source/java.po6
-rw-r--r--translations/source/ts/svtools/source/misc.po51
-rw-r--r--translations/source/ts/svtools/source/plugapp.po6
-rw-r--r--translations/source/ts/svtools/source/toolpanel.po6
-rw-r--r--translations/source/ts/svtools/workben/unodialog.po6
-rw-r--r--translations/source/ts/svx/inc.po8
-rw-r--r--translations/source/ts/svx/source/accessibility.po6
-rw-r--r--translations/source/ts/svx/source/dialog.po10
-rw-r--r--translations/source/ts/svx/source/engine3d.po6
-rw-r--r--translations/source/ts/svx/source/fmcomp.po6
-rw-r--r--translations/source/ts/svx/source/form.po6
-rw-r--r--translations/source/ts/svx/source/gallery2.po6
-rw-r--r--translations/source/ts/svx/source/items.po6
-rw-r--r--translations/source/ts/svx/source/src.po6
-rw-r--r--translations/source/ts/svx/source/stbctrls.po4
-rw-r--r--translations/source/ts/svx/source/svdraw.po6
-rw-r--r--translations/source/ts/svx/source/table.po6
-rw-r--r--translations/source/ts/svx/source/tbxctrls.po6
-rw-r--r--translations/source/ts/svx/source/toolbars.po6
-rw-r--r--translations/source/ts/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/ts/sw/source/core/layout.po4
-rw-r--r--translations/source/ts/sw/source/core/undo.po8
-rw-r--r--translations/source/ts/sw/source/core/unocore.po6
-rw-r--r--translations/source/ts/sw/source/ui/app.po22
-rw-r--r--translations/source/ts/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/ts/sw/source/ui/config.po2
-rw-r--r--translations/source/ts/sw/source/ui/dbui.po6
-rw-r--r--translations/source/ts/sw/source/ui/dialog.po14
-rw-r--r--translations/source/ts/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/ts/sw/source/ui/docvw.po22
-rw-r--r--translations/source/ts/sw/source/ui/envelp.po6
-rw-r--r--translations/source/ts/sw/source/ui/fldui.po6
-rw-r--r--translations/source/ts/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/ts/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/ts/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/ts/sw/source/ui/index.po11
-rw-r--r--translations/source/ts/sw/source/ui/lingu.po6
-rw-r--r--translations/source/ts/sw/source/ui/misc.po6
-rw-r--r--translations/source/ts/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/ts/sw/source/ui/shells.po14
-rw-r--r--translations/source/ts/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/ts/sw/source/ui/table.po16
-rw-r--r--translations/source/ts/sw/source/ui/uiview.po6
-rw-r--r--translations/source/ts/sw/source/ui/utlui.po17
-rw-r--r--translations/source/ts/sw/source/ui/web.po6
-rw-r--r--translations/source/ts/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/ts/swext/mediawiki/help.po10
-rw-r--r--translations/source/ts/swext/mediawiki/src.po6
-rw-r--r--translations/source/ts/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ts/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/ts/sysui/desktop/share.po6
-rw-r--r--translations/source/ts/uui/source.po6
-rw-r--r--translations/source/ts/vcl/source/src.po24
-rw-r--r--translations/source/ts/wizards/source/euro.po6
-rw-r--r--translations/source/ts/wizards/source/formwizard.po6
-rw-r--r--translations/source/ts/wizards/source/importwizard.po6
-rw-r--r--translations/source/ts/wizards/source/schedule.po6
-rw-r--r--translations/source/ts/wizards/source/template.po6
-rw-r--r--translations/source/ts/xmlsecurity/source/component.po6
-rw-r--r--translations/source/ts/xmlsecurity/source/dialogs.po6
-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.po4
-rw-r--r--translations/source/tt/basctl/source/dlged.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.po18
-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.po12
-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.po12
-rw-r--r--translations/source/tt/connectivity/source/resource.po9
-rw-r--r--translations/source/tt/cui/source/customize.po6
-rw-r--r--translations/source/tt/cui/source/dialogs.po50
-rw-r--r--translations/source/tt/cui/source/options.po76
-rw-r--r--translations/source/tt/cui/source/tabpages.po150
-rw-r--r--translations/source/tt/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/tt/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/tt/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/tt/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/tt/dbaccess/source/ui/app.po14
-rw-r--r--translations/source/tt/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/tt/dbaccess/source/ui/control.po4
-rw-r--r--translations/source/tt/dbaccess/source/ui/dlg.po18
-rw-r--r--translations/source/tt/dbaccess/source/ui/inc.po4
-rw-r--r--translations/source/tt/dbaccess/source/ui/misc.po8
-rw-r--r--translations/source/tt/dbaccess/source/ui/querydesign.po8
-rw-r--r--translations/source/tt/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/tt/dbaccess/source/ui/tabledesign.po10
-rw-r--r--translations/source/tt/dbaccess/source/ui/uno.po4
-rw-r--r--translations/source/tt/desktop/source/app.po8
-rw-r--r--translations/source/tt/desktop/source/deployment/gui.po26
-rw-r--r--translations/source/tt/desktop/source/deployment/manager.po4
-rw-r--r--translations/source/tt/desktop/source/deployment/misc.po4
-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.po6
-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.po6
-rw-r--r--translations/source/tt/dictionaries/af_ZA.po4
-rw-r--r--translations/source/tt/dictionaries/an_ES.po19
-rw-r--r--translations/source/tt/dictionaries/ar.po4
-rw-r--r--translations/source/tt/dictionaries/be_BY.po4
-rw-r--r--translations/source/tt/dictionaries/bg_BG.po4
-rw-r--r--translations/source/tt/dictionaries/bn_BD.po4
-rw-r--r--translations/source/tt/dictionaries/br_FR.po4
-rw-r--r--translations/source/tt/dictionaries/ca.po4
-rw-r--r--translations/source/tt/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/tt/dictionaries/da_DK.po4
-rw-r--r--translations/source/tt/dictionaries/de.po4
-rw-r--r--translations/source/tt/dictionaries/el_GR.po4
-rw-r--r--translations/source/tt/dictionaries/en.po6
-rw-r--r--translations/source/tt/dictionaries/en/dialog.po171
-rw-r--r--translations/source/tt/dictionaries/es_ES.po4
-rw-r--r--translations/source/tt/dictionaries/et_EE.po4
-rw-r--r--translations/source/tt/dictionaries/fr_FR.po4
-rw-r--r--translations/source/tt/dictionaries/gd_GB.po4
-rw-r--r--translations/source/tt/dictionaries/gl.po4
-rw-r--r--translations/source/tt/dictionaries/gu_IN.po4
-rw-r--r--translations/source/tt/dictionaries/he_IL.po4
-rw-r--r--translations/source/tt/dictionaries/hi_IN.po4
-rw-r--r--translations/source/tt/dictionaries/hr_HR.po4
-rw-r--r--translations/source/tt/dictionaries/hu_HU.po6
-rw-r--r--translations/source/tt/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/tt/dictionaries/it_IT.po4
-rw-r--r--translations/source/tt/dictionaries/ku_TR.po4
-rw-r--r--translations/source/tt/dictionaries/lt_LT.po4
-rw-r--r--translations/source/tt/dictionaries/lv_LV.po4
-rw-r--r--translations/source/tt/dictionaries/ne_NP.po4
-rw-r--r--translations/source/tt/dictionaries/nl_NL.po4
-rw-r--r--translations/source/tt/dictionaries/no.po4
-rw-r--r--translations/source/tt/dictionaries/oc_FR.po4
-rw-r--r--translations/source/tt/dictionaries/pl_PL.po4
-rw-r--r--translations/source/tt/dictionaries/pt_BR.po4
-rw-r--r--translations/source/tt/dictionaries/pt_PT.po4
-rw-r--r--translations/source/tt/dictionaries/ro.po4
-rw-r--r--translations/source/tt/dictionaries/ru_RU.po6
-rw-r--r--translations/source/tt/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/tt/dictionaries/si_LK.po19
-rw-r--r--translations/source/tt/dictionaries/sk_SK.po4
-rw-r--r--translations/source/tt/dictionaries/sl_SI.po4
-rw-r--r--translations/source/tt/dictionaries/sr.po4
-rw-r--r--translations/source/tt/dictionaries/sv_SE.po4
-rw-r--r--translations/source/tt/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/tt/dictionaries/te_IN.po4
-rw-r--r--translations/source/tt/dictionaries/th_TH.po4
-rw-r--r--translations/source/tt/dictionaries/uk_UA.po4
-rw-r--r--translations/source/tt/dictionaries/vi.po4
-rw-r--r--translations/source/tt/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/tt/editeng/source/accessibility.po4
-rw-r--r--translations/source/tt/editeng/source/editeng.po10
-rw-r--r--translations/source/tt/editeng/source/items.po34
-rw-r--r--translations/source/tt/editeng/source/misc.po4
-rw-r--r--translations/source/tt/editeng/source/outliner.po8
-rw-r--r--translations/source/tt/extensions/source/abpilot.po10
-rw-r--r--translations/source/tt/extensions/source/bibliography.po12
-rw-r--r--translations/source/tt/extensions/source/dbpilots.po6
-rw-r--r--translations/source/tt/extensions/source/propctrlr.po94
-rw-r--r--translations/source/tt/extensions/source/scanner.po4
-rw-r--r--translations/source/tt/extensions/source/update/check.po8
-rw-r--r--translations/source/tt/filter/source/config/fragments/filters.po10
-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.po8
-rw-r--r--translations/source/tt/filter/source/t602.po4
-rw-r--r--translations/source/tt/filter/source/xsltdialog.po10
-rw-r--r--translations/source/tt/forms/source/resource.po4
-rw-r--r--translations/source/tt/formula/source/core/resource.po20
-rw-r--r--translations/source/tt/formula/source/ui/dlg.po6
-rw-r--r--translations/source/tt/fpicker/source/office.po12
-rw-r--r--translations/source/tt/framework/source/classes.po6
-rw-r--r--translations/source/tt/framework/source/services.po4
-rw-r--r--translations/source/tt/instsetoo_native/inc_openoffice/windows/msi_languages.po65
-rw-r--r--translations/source/tt/mysqlc/source.po4
-rw-r--r--translations/source/tt/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po4
-rw-r--r--translations/source/tt/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/tt/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/tt/nlpsolver/src/locale.po179
-rw-r--r--translations/source/tt/officecfg/registry/data/org/openoffice/Office.po16
-rw-r--r--translations/source/tt/officecfg/registry/data/org/openoffice/Office/UI.po79
-rw-r--r--translations/source/tt/padmin/source.po18
-rw-r--r--translations/source/tt/readlicense_oo/docs/readme.po32
-rw-r--r--translations/source/tt/reportbuilder/java/com/sun/star/report/function/metadata.po39
-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.po6
-rw-r--r--translations/source/tt/reportbuilder/registry/data/org/openoffice/TypeDetection.po4
-rw-r--r--translations/source/tt/reportbuilder/util.po4
-rw-r--r--translations/source/tt/reportdesign/source/core/resource.po4
-rw-r--r--translations/source/tt/reportdesign/source/ui/dlg.po16
-rw-r--r--translations/source/tt/reportdesign/source/ui/inspection.po8
-rw-r--r--translations/source/tt/reportdesign/source/ui/report.po14
-rw-r--r--translations/source/tt/sc/source/core/src.po8
-rw-r--r--translations/source/tt/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/tt/sc/source/ui/dbgui.po10
-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.po14
-rw-r--r--translations/source/tt/sc/source/ui/miscdlgs.po8
-rw-r--r--translations/source/tt/sc/source/ui/navipi.po8
-rw-r--r--translations/source/tt/sc/source/ui/pagedlg.po8
-rw-r--r--translations/source/tt/sc/source/ui/src.po203
-rw-r--r--translations/source/tt/sc/source/ui/styleui.po6
-rw-r--r--translations/source/tt/scaddins/source/analysis.po24
-rw-r--r--translations/source/tt/scaddins/source/datefunc.po6
-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.po14
-rw-r--r--translations/source/tt/scp2/source/binfilter.po4
-rw-r--r--translations/source/tt/scp2/source/calc.po6
-rw-r--r--translations/source/tt/scp2/source/draw.po4
-rw-r--r--translations/source/tt/scp2/source/extensions.po2186
-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.po6
-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.po27
-rw-r--r--translations/source/tt/scp2/source/python.po4
-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/smoketest.po23
-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.po4
-rw-r--r--translations/source/tt/sd/source/core.po40
-rw-r--r--translations/source/tt/sd/source/filter/html.po12
-rw-r--r--translations/source/tt/sd/source/ui/accessibility.po4
-rw-r--r--translations/source/tt/sd/source/ui/animations.po18
-rw-r--r--translations/source/tt/sd/source/ui/annotations.po4
-rw-r--r--translations/source/tt/sd/source/ui/app.po38
-rw-r--r--translations/source/tt/sd/source/ui/dlg.po22
-rw-r--r--translations/source/tt/sd/source/ui/notes.po4
-rw-r--r--translations/source/tt/sd/source/ui/slideshow.po10
-rw-r--r--translations/source/tt/sd/source/ui/slidesorter/view.po4
-rw-r--r--translations/source/tt/sd/source/ui/table.po6
-rw-r--r--translations/source/tt/sd/source/ui/view.po12
-rw-r--r--translations/source/tt/sdext/source/minimizer.po4
-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.po6
-rw-r--r--translations/source/tt/sdext/source/pdfimport.po4
-rw-r--r--translations/source/tt/sdext/source/presenter.po4
-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.po10
-rw-r--r--translations/source/tt/setup_native/source/mac.po4
-rw-r--r--translations/source/tt/sfx2/source/appl.po36
-rw-r--r--translations/source/tt/sfx2/source/bastyp.po4
-rw-r--r--translations/source/tt/sfx2/source/dialog.po48
-rw-r--r--translations/source/tt/sfx2/source/doc.po30
-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.po14
-rw-r--r--translations/source/tt/starmath/source.po22
-rw-r--r--translations/source/tt/svl/source/items.po4
-rw-r--r--translations/source/tt/svl/source/misc.po4
-rw-r--r--translations/source/tt/svtools/source/contnr.po10
-rw-r--r--translations/source/tt/svtools/source/control.po10
-rw-r--r--translations/source/tt/svtools/source/dialogs.po30
-rw-r--r--translations/source/tt/svtools/source/filter.po8
-rw-r--r--translations/source/tt/svtools/source/java.po4
-rw-r--r--translations/source/tt/svtools/source/misc.po34
-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.po26
-rw-r--r--translations/source/tt/svx/source/accessibility.po4
-rw-r--r--translations/source/tt/svx/source/dialog.po28
-rw-r--r--translations/source/tt/svx/source/engine3d.po4
-rw-r--r--translations/source/tt/svx/source/fmcomp.po6
-rw-r--r--translations/source/tt/svx/source/form.po28
-rw-r--r--translations/source/tt/svx/source/gallery2.po12
-rw-r--r--translations/source/tt/svx/source/items.po18
-rw-r--r--translations/source/tt/svx/source/src.po6
-rw-r--r--translations/source/tt/svx/source/stbctrls.po2
-rw-r--r--translations/source/tt/svx/source/svdraw.po16
-rw-r--r--translations/source/tt/svx/source/table.po4
-rw-r--r--translations/source/tt/svx/source/tbxctrls.po6
-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.po4
-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.po14
-rw-r--r--translations/source/tt/sw/source/ui/chrdlg.po10
-rw-r--r--translations/source/tt/sw/source/ui/config.po76
-rw-r--r--translations/source/tt/sw/source/ui/dbui.po26
-rw-r--r--translations/source/tt/sw/source/ui/dialog.po12
-rw-r--r--translations/source/tt/sw/source/ui/dochdl.po4
-rw-r--r--translations/source/tt/sw/source/ui/docvw.po22
-rw-r--r--translations/source/tt/sw/source/ui/envelp.po14
-rw-r--r--translations/source/tt/sw/source/ui/fldui.po40
-rw-r--r--translations/source/tt/sw/source/ui/fmtui.po10
-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.po30
-rw-r--r--translations/source/tt/sw/source/ui/lingu.po4
-rw-r--r--translations/source/tt/sw/source/ui/misc.po24
-rw-r--r--translations/source/tt/sw/source/ui/ribbar.po12
-rw-r--r--translations/source/tt/sw/source/ui/shells.po18
-rw-r--r--translations/source/tt/sw/source/ui/smartmenu.po4
-rw-r--r--translations/source/tt/sw/source/ui/table.po18
-rw-r--r--translations/source/tt/sw/source/ui/uiview.po6
-rw-r--r--translations/source/tt/sw/source/ui/utlui.po206
-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.po10
-rw-r--r--translations/source/tt/swext/mediawiki/src.po4
-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.po8
-rw-r--r--translations/source/tt/sysui/desktop/share.po6
-rw-r--r--translations/source/tt/uui/source.po20
-rw-r--r--translations/source/tt/vcl/source/src.po20
-rw-r--r--translations/source/tt/wizards/source/euro.po4
-rw-r--r--translations/source/tt/wizards/source/formwizard.po22
-rw-r--r--translations/source/tt/wizards/source/importwizard.po8
-rw-r--r--translations/source/tt/wizards/source/schedule.po10
-rw-r--r--translations/source/tt/wizards/source/template.po20
-rw-r--r--translations/source/tt/xmlsecurity/source/component.po4
-rw-r--r--translations/source/tt/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/ug/accessibility/source/helper.po6
-rw-r--r--translations/source/ug/avmedia/source/framework.po6
-rw-r--r--translations/source/ug/avmedia/source/viewer.po6
-rw-r--r--translations/source/ug/basctl/source/basicide.po6
-rw-r--r--translations/source/ug/basctl/source/dlged.po6
-rw-r--r--translations/source/ug/basic/source/classes.po6
-rw-r--r--translations/source/ug/basic/source/sbx.po6
-rw-r--r--translations/source/ug/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/ug/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/ug/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/ug/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/ug/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/ug/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/ug/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/ug/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/ug/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/ug/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/ug/connectivity/source/drivers/mozab.po4
-rw-r--r--translations/source/ug/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/ug/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/ug/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/ug/connectivity/source/resource.po4
-rw-r--r--translations/source/ug/cui/source/customize.po6
-rw-r--r--translations/source/ug/cui/source/dialogs.po6
-rw-r--r--translations/source/ug/cui/source/options.po42
-rw-r--r--translations/source/ug/cui/source/tabpages.po6
-rw-r--r--translations/source/ug/dbaccess/source/core/resource.po4
-rw-r--r--translations/source/ug/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/ug/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/ug/dbaccess/source/sdbtools/resource.po4
-rw-r--r--translations/source/ug/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/ug/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/ug/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/ug/dbaccess/source/ui/dlg.po6
-rw-r--r--translations/source/ug/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/ug/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/ug/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/ug/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/ug/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/ug/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/ug/desktop/source/app.po6
-rw-r--r--translations/source/ug/desktop/source/deployment/gui.po6
-rw-r--r--translations/source/ug/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/ug/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/ug/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/ug/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/ug/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/ug/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/ug/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/ug/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/ug/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/ug/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/ug/dictionaries/af_ZA.po4
-rw-r--r--translations/source/ug/dictionaries/an_ES.po4
-rw-r--r--translations/source/ug/dictionaries/ar.po4
-rw-r--r--translations/source/ug/dictionaries/be_BY.po4
-rw-r--r--translations/source/ug/dictionaries/bg_BG.po4
-rw-r--r--translations/source/ug/dictionaries/bn_BD.po4
-rw-r--r--translations/source/ug/dictionaries/br_FR.po4
-rw-r--r--translations/source/ug/dictionaries/ca.po4
-rw-r--r--translations/source/ug/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/ug/dictionaries/da_DK.po4
-rw-r--r--translations/source/ug/dictionaries/de.po4
-rw-r--r--translations/source/ug/dictionaries/el_GR.po4
-rw-r--r--translations/source/ug/dictionaries/en.po4
-rw-r--r--translations/source/ug/dictionaries/en/dialog.po4
-rw-r--r--translations/source/ug/dictionaries/es_ES.po4
-rw-r--r--translations/source/ug/dictionaries/et_EE.po4
-rw-r--r--translations/source/ug/dictionaries/fr_FR.po4
-rw-r--r--translations/source/ug/dictionaries/gd_GB.po4
-rw-r--r--translations/source/ug/dictionaries/gl.po4
-rw-r--r--translations/source/ug/dictionaries/gu_IN.po4
-rw-r--r--translations/source/ug/dictionaries/he_IL.po4
-rw-r--r--translations/source/ug/dictionaries/hi_IN.po4
-rw-r--r--translations/source/ug/dictionaries/hr_HR.po4
-rw-r--r--translations/source/ug/dictionaries/hu_HU.po4
-rw-r--r--translations/source/ug/dictionaries/hu_HU/dialog.po4
-rw-r--r--translations/source/ug/dictionaries/it_IT.po4
-rw-r--r--translations/source/ug/dictionaries/ku_TR.po4
-rw-r--r--translations/source/ug/dictionaries/lt_LT.po4
-rw-r--r--translations/source/ug/dictionaries/lv_LV.po4
-rw-r--r--translations/source/ug/dictionaries/ne_NP.po4
-rw-r--r--translations/source/ug/dictionaries/nl_NL.po4
-rw-r--r--translations/source/ug/dictionaries/no.po4
-rw-r--r--translations/source/ug/dictionaries/oc_FR.po4
-rw-r--r--translations/source/ug/dictionaries/pl_PL.po4
-rw-r--r--translations/source/ug/dictionaries/pt_BR.po4
-rw-r--r--translations/source/ug/dictionaries/pt_PT.po4
-rw-r--r--translations/source/ug/dictionaries/ro.po4
-rw-r--r--translations/source/ug/dictionaries/ru_RU.po4
-rw-r--r--translations/source/ug/dictionaries/ru_RU/dialog.po4
-rw-r--r--translations/source/ug/dictionaries/si_LK.po4
-rw-r--r--translations/source/ug/dictionaries/sk_SK.po4
-rw-r--r--translations/source/ug/dictionaries/sl_SI.po4
-rw-r--r--translations/source/ug/dictionaries/sr.po4
-rw-r--r--translations/source/ug/dictionaries/sv_SE.po4
-rw-r--r--translations/source/ug/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/ug/dictionaries/te_IN.po4
-rw-r--r--translations/source/ug/dictionaries/th_TH.po4
-rw-r--r--translations/source/ug/dictionaries/uk_UA.po4
-rw-r--r--translations/source/ug/dictionaries/vi.po4
-rw-r--r--translations/source/ug/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/ug/editeng/source/accessibility.po6
-rw-r--r--translations/source/ug/editeng/source/editeng.po6
-rw-r--r--translations/source/ug/editeng/source/items.po6
-rw-r--r--translations/source/ug/editeng/source/misc.po6
-rw-r--r--translations/source/ug/editeng/source/outliner.po6
-rw-r--r--translations/source/ug/extensions/source/abpilot.po6
-rw-r--r--translations/source/ug/extensions/source/bibliography.po6
-rw-r--r--translations/source/ug/extensions/source/dbpilots.po6
-rw-r--r--translations/source/ug/extensions/source/propctrlr.po6
-rw-r--r--translations/source/ug/extensions/source/scanner.po6
-rw-r--r--translations/source/ug/extensions/source/update/check.po6
-rw-r--r--translations/source/ug/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/ug/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/ug/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/ug/filter/source/flash.po6
-rw-r--r--translations/source/ug/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/ug/filter/source/pdf.po6
-rw-r--r--translations/source/ug/filter/source/t602.po6
-rw-r--r--translations/source/ug/filter/source/xsltdialog.po6
-rw-r--r--translations/source/ug/forms/source/resource.po4
-rw-r--r--translations/source/ug/formula/source/core/resource.po6
-rw-r--r--translations/source/ug/formula/source/ui/dlg.po6
-rw-r--r--translations/source/ug/fpicker/source/office.po6
-rw-r--r--translations/source/ug/framework/source/classes.po6
-rw-r--r--translations/source/ug/framework/source/services.po6
-rw-r--r--translations/source/ug/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/sbasic/shared.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/scalc/01.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/scalc/04.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/scalc/guide.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/sdraw.po4
-rw-r--r--translations/source/ug/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/sdraw/04.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/shared.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/shared/00.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/shared/01.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/shared/02.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/shared/guide.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/shared/optionen.po67
-rw-r--r--translations/source/ug/helpcontent2/source/text/simpress.po4
-rw-r--r--translations/source/ug/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/ug/helpcontent2/source/text/simpress/04.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/smath.po4
-rw-r--r--translations/source/ug/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/smath/01.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/swriter/00.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/swriter/01.po4
-rw-r--r--translations/source/ug/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/swriter/04.po2
-rw-r--r--translations/source/ug/helpcontent2/source/text/swriter/guide.po6
-rw-r--r--translations/source/ug/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--translations/source/ug/mysqlc/source.po6
-rw-r--r--translations/source/ug/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/ug/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po12
-rw-r--r--translations/source/ug/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/ug/nlpsolver/src/locale.po4
-rw-r--r--translations/source/ug/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ug/officecfg/registry/data/org/openoffice/Office/UI.po10
-rw-r--r--translations/source/ug/padmin/source.po6
-rw-r--r--translations/source/ug/readlicense_oo/docs/readme.po14
-rw-r--r--translations/source/ug/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/ug/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ug/reportbuilder/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--translations/source/ug/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/ug/reportbuilder/util.po4
-rw-r--r--translations/source/ug/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/ug/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/ug/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/ug/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/ug/sc/source/core/src.po6
-rw-r--r--translations/source/ug/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/ug/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/ug/sc/source/ui/docshell.po6
-rw-r--r--translations/source/ug/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/ug/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/ug/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/ug/sc/source/ui/navipi.po6
-rw-r--r--translations/source/ug/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/ug/sc/source/ui/src.po6
-rw-r--r--translations/source/ug/sc/source/ui/styleui.po6
-rw-r--r--translations/source/ug/scaddins/source/analysis.po6
-rw-r--r--translations/source/ug/scaddins/source/datefunc.po6
-rw-r--r--translations/source/ug/sccomp/source/solver.po6
-rw-r--r--translations/source/ug/scp2/source/accessories.po6
-rw-r--r--translations/source/ug/scp2/source/activex.po6
-rw-r--r--translations/source/ug/scp2/source/base.po16
-rw-r--r--translations/source/ug/scp2/source/binfilter.po6
-rw-r--r--translations/source/ug/scp2/source/calc.po6
-rw-r--r--translations/source/ug/scp2/source/draw.po6
-rw-r--r--translations/source/ug/scp2/source/extensions.po16
-rw-r--r--translations/source/ug/scp2/source/gnome.po6
-rw-r--r--translations/source/ug/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/ug/scp2/source/impress.po6
-rw-r--r--translations/source/ug/scp2/source/javafilter.po6
-rw-r--r--translations/source/ug/scp2/source/kde.po6
-rw-r--r--translations/source/ug/scp2/source/math.po6
-rw-r--r--translations/source/ug/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/ug/scp2/source/ooo.po6
-rw-r--r--translations/source/ug/scp2/source/python.po6
-rw-r--r--translations/source/ug/scp2/source/quickstart.po6
-rw-r--r--translations/source/ug/scp2/source/sdkoo.po6
-rw-r--r--translations/source/ug/scp2/source/smoketest.po4
-rw-r--r--translations/source/ug/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/ug/scp2/source/writer.po6
-rw-r--r--translations/source/ug/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/ug/scripting/source/pyprov.po4
-rw-r--r--translations/source/ug/sd/source/core.po6
-rw-r--r--translations/source/ug/sd/source/filter/html.po6
-rw-r--r--translations/source/ug/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/ug/sd/source/ui/animations.po6
-rw-r--r--translations/source/ug/sd/source/ui/annotations.po6
-rw-r--r--translations/source/ug/sd/source/ui/app.po6
-rw-r--r--translations/source/ug/sd/source/ui/dlg.po6
-rw-r--r--translations/source/ug/sd/source/ui/notes.po6
-rw-r--r--translations/source/ug/sd/source/ui/slideshow.po6
-rw-r--r--translations/source/ug/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/ug/sd/source/ui/table.po6
-rw-r--r--translations/source/ug/sd/source/ui/view.po6
-rw-r--r--translations/source/ug/sdext/source/minimizer.po4
-rw-r--r--translations/source/ug/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ug/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/ug/sdext/source/pdfimport.po4
-rw-r--r--translations/source/ug/sdext/source/presenter.po4
-rw-r--r--translations/source/ug/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/ug/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/ug/setup_native/source/mac.po6
-rw-r--r--translations/source/ug/sfx2/source/appl.po6
-rw-r--r--translations/source/ug/sfx2/source/bastyp.po6
-rw-r--r--translations/source/ug/sfx2/source/dialog.po6
-rw-r--r--translations/source/ug/sfx2/source/doc.po6
-rw-r--r--translations/source/ug/sfx2/source/menu.po6
-rw-r--r--translations/source/ug/sfx2/source/view.po6
-rw-r--r--translations/source/ug/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/ug/starmath/source.po6
-rw-r--r--translations/source/ug/svl/source/items.po6
-rw-r--r--translations/source/ug/svl/source/misc.po6
-rw-r--r--translations/source/ug/svtools/source/contnr.po6
-rw-r--r--translations/source/ug/svtools/source/control.po6
-rw-r--r--translations/source/ug/svtools/source/dialogs.po6
-rw-r--r--translations/source/ug/svtools/source/filter.po6
-rw-r--r--translations/source/ug/svtools/source/java.po6
-rw-r--r--translations/source/ug/svtools/source/misc.po6
-rw-r--r--translations/source/ug/svtools/source/plugapp.po6
-rw-r--r--translations/source/ug/svtools/source/toolpanel.po6
-rw-r--r--translations/source/ug/svtools/workben/unodialog.po6
-rw-r--r--translations/source/ug/svx/inc.po6
-rw-r--r--translations/source/ug/svx/source/accessibility.po6
-rw-r--r--translations/source/ug/svx/source/dialog.po6
-rw-r--r--translations/source/ug/svx/source/engine3d.po6
-rw-r--r--translations/source/ug/svx/source/fmcomp.po6
-rw-r--r--translations/source/ug/svx/source/form.po6
-rw-r--r--translations/source/ug/svx/source/gallery2.po6
-rw-r--r--translations/source/ug/svx/source/items.po6
-rw-r--r--translations/source/ug/svx/source/src.po6
-rw-r--r--translations/source/ug/svx/source/stbctrls.po6
-rw-r--r--translations/source/ug/svx/source/svdraw.po6
-rw-r--r--translations/source/ug/svx/source/table.po6
-rw-r--r--translations/source/ug/svx/source/tbxctrls.po6
-rw-r--r--translations/source/ug/svx/source/toolbars.po6
-rw-r--r--translations/source/ug/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/ug/sw/source/core/layout.po4
-rw-r--r--translations/source/ug/sw/source/core/undo.po6
-rw-r--r--translations/source/ug/sw/source/core/unocore.po6
-rw-r--r--translations/source/ug/sw/source/ui/app.po6
-rw-r--r--translations/source/ug/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/ug/sw/source/ui/config.po58
-rw-r--r--translations/source/ug/sw/source/ui/dbui.po6
-rw-r--r--translations/source/ug/sw/source/ui/dialog.po6
-rw-r--r--translations/source/ug/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/ug/sw/source/ui/docvw.po6
-rw-r--r--translations/source/ug/sw/source/ui/envelp.po6
-rw-r--r--translations/source/ug/sw/source/ui/fldui.po6
-rw-r--r--translations/source/ug/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/ug/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/ug/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/ug/sw/source/ui/index.po6
-rw-r--r--translations/source/ug/sw/source/ui/lingu.po6
-rw-r--r--translations/source/ug/sw/source/ui/misc.po6
-rw-r--r--translations/source/ug/sw/source/ui/ribbar.po6
-rw-r--r--translations/source/ug/sw/source/ui/shells.po6
-rw-r--r--translations/source/ug/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/ug/sw/source/ui/table.po6
-rw-r--r--translations/source/ug/sw/source/ui/uiview.po6
-rw-r--r--translations/source/ug/sw/source/ui/utlui.po196
-rw-r--r--translations/source/ug/sw/source/ui/web.po6
-rw-r--r--translations/source/ug/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/ug/swext/mediawiki/help.po6
-rw-r--r--translations/source/ug/swext/mediawiki/src.po6
-rw-r--r--translations/source/ug/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ug/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/ug/sysui/desktop/share.po6
-rw-r--r--translations/source/ug/uui/source.po6
-rw-r--r--translations/source/ug/vcl/source/src.po6
-rw-r--r--translations/source/ug/wizards/source/euro.po6
-rw-r--r--translations/source/ug/wizards/source/formwizard.po6
-rw-r--r--translations/source/ug/wizards/source/importwizard.po6
-rw-r--r--translations/source/ug/wizards/source/schedule.po6
-rw-r--r--translations/source/ug/wizards/source/template.po6
-rw-r--r--translations/source/ug/xmlsecurity/source/component.po6
-rw-r--r--translations/source/ug/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/uk/accessibility/source/helper.po6
-rw-r--r--translations/source/uk/avmedia/source/framework.po6
-rw-r--r--translations/source/uk/avmedia/source/viewer.po6
-rw-r--r--translations/source/uk/basctl/source/basicide.po6
-rw-r--r--translations/source/uk/basctl/source/dlged.po6
-rw-r--r--translations/source/uk/basic/source/classes.po6
-rw-r--r--translations/source/uk/basic/source/sbx.po6
-rw-r--r--translations/source/uk/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/uk/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/uk/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/uk/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/uk/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/uk/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/uk/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/uk/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/uk/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/uk/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/uk/connectivity/source/drivers/mozab.po10
-rw-r--r--translations/source/uk/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/uk/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/uk/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/uk/connectivity/source/resource.po6
-rw-r--r--translations/source/uk/cui/source/customize.po6
-rw-r--r--translations/source/uk/cui/source/dialogs.po46
-rw-r--r--translations/source/uk/cui/source/options.po33
-rw-r--r--translations/source/uk/cui/source/tabpages.po151
-rw-r--r--translations/source/uk/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/uk/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/uk/dbaccess/source/ext/macromigration.po8
-rw-r--r--translations/source/uk/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/uk/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/uk/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/uk/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/uk/dbaccess/source/ui/dlg.po15
-rw-r--r--translations/source/uk/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/uk/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/uk/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/uk/dbaccess/source/ui/relationdesign.po8
-rw-r--r--translations/source/uk/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/uk/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/uk/desktop/source/app.po10
-rw-r--r--translations/source/uk/desktop/source/deployment/gui.po32
-rw-r--r--translations/source/uk/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/uk/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/uk/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/uk/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/uk/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/uk/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/uk/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/uk/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/uk/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/uk/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/uk/dictionaries/af_ZA.po4
-rw-r--r--translations/source/uk/dictionaries/an_ES.po19
-rw-r--r--translations/source/uk/dictionaries/ar.po4
-rw-r--r--translations/source/uk/dictionaries/be_BY.po4
-rw-r--r--translations/source/uk/dictionaries/bg_BG.po4
-rw-r--r--translations/source/uk/dictionaries/bn_BD.po4
-rw-r--r--translations/source/uk/dictionaries/br_FR.po4
-rw-r--r--translations/source/uk/dictionaries/ca.po4
-rw-r--r--translations/source/uk/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/uk/dictionaries/da_DK.po4
-rw-r--r--translations/source/uk/dictionaries/de.po4
-rw-r--r--translations/source/uk/dictionaries/el_GR.po4
-rw-r--r--translations/source/uk/dictionaries/en.po6
-rw-r--r--translations/source/uk/dictionaries/en/dialog.po171
-rw-r--r--translations/source/uk/dictionaries/es_ES.po4
-rw-r--r--translations/source/uk/dictionaries/et_EE.po4
-rw-r--r--translations/source/uk/dictionaries/fr_FR.po4
-rw-r--r--translations/source/uk/dictionaries/gd_GB.po4
-rw-r--r--translations/source/uk/dictionaries/gl.po4
-rw-r--r--translations/source/uk/dictionaries/gu_IN.po4
-rw-r--r--translations/source/uk/dictionaries/he_IL.po4
-rw-r--r--translations/source/uk/dictionaries/hi_IN.po4
-rw-r--r--translations/source/uk/dictionaries/hr_HR.po4
-rw-r--r--translations/source/uk/dictionaries/hu_HU.po6
-rw-r--r--translations/source/uk/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/uk/dictionaries/it_IT.po4
-rw-r--r--translations/source/uk/dictionaries/ku_TR.po4
-rw-r--r--translations/source/uk/dictionaries/lt_LT.po4
-rw-r--r--translations/source/uk/dictionaries/lv_LV.po4
-rw-r--r--translations/source/uk/dictionaries/ne_NP.po4
-rw-r--r--translations/source/uk/dictionaries/nl_NL.po4
-rw-r--r--translations/source/uk/dictionaries/no.po4
-rw-r--r--translations/source/uk/dictionaries/oc_FR.po4
-rw-r--r--translations/source/uk/dictionaries/pl_PL.po4
-rw-r--r--translations/source/uk/dictionaries/pt_BR.po4
-rw-r--r--translations/source/uk/dictionaries/pt_PT.po4
-rw-r--r--translations/source/uk/dictionaries/ro.po4
-rw-r--r--translations/source/uk/dictionaries/ru_RU.po6
-rw-r--r--translations/source/uk/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/uk/dictionaries/si_LK.po19
-rw-r--r--translations/source/uk/dictionaries/sk_SK.po4
-rw-r--r--translations/source/uk/dictionaries/sl_SI.po4
-rw-r--r--translations/source/uk/dictionaries/sr.po4
-rw-r--r--translations/source/uk/dictionaries/sv_SE.po4
-rw-r--r--translations/source/uk/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/uk/dictionaries/te_IN.po4
-rw-r--r--translations/source/uk/dictionaries/th_TH.po4
-rw-r--r--translations/source/uk/dictionaries/uk_UA.po4
-rw-r--r--translations/source/uk/dictionaries/vi.po4
-rw-r--r--translations/source/uk/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/uk/editeng/source/accessibility.po6
-rw-r--r--translations/source/uk/editeng/source/editeng.po8
-rw-r--r--translations/source/uk/editeng/source/items.po30
-rw-r--r--translations/source/uk/editeng/source/misc.po6
-rw-r--r--translations/source/uk/editeng/source/outliner.po6
-rw-r--r--translations/source/uk/extensions/source/abpilot.po10
-rw-r--r--translations/source/uk/extensions/source/bibliography.po6
-rw-r--r--translations/source/uk/extensions/source/dbpilots.po6
-rw-r--r--translations/source/uk/extensions/source/propctrlr.po6
-rw-r--r--translations/source/uk/extensions/source/scanner.po8
-rw-r--r--translations/source/uk/extensions/source/update/check.po6
-rw-r--r--translations/source/uk/filter/source/config/fragments/filters.po14
-rw-r--r--translations/source/uk/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/uk/filter/source/config/fragments/types.po10
-rw-r--r--translations/source/uk/filter/source/flash.po6
-rw-r--r--translations/source/uk/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/uk/filter/source/pdf.po10
-rw-r--r--translations/source/uk/filter/source/t602.po6
-rw-r--r--translations/source/uk/filter/source/xsltdialog.po6
-rw-r--r--translations/source/uk/forms/source/resource.po6
-rw-r--r--translations/source/uk/formula/source/core/resource.po22
-rw-r--r--translations/source/uk/formula/source/ui/dlg.po6
-rw-r--r--translations/source/uk/fpicker/source/office.po6
-rw-r--r--translations/source/uk/framework/source/classes.po6
-rw-r--r--translations/source/uk/framework/source/services.po6
-rw-r--r--translations/source/uk/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/uk/helpcontent2/source/text/sbasic/shared.po4
-rw-r--r--translations/source/uk/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/uk/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/uk/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/uk/helpcontent2/source/text/scalc/00.po4
-rw-r--r--translations/source/uk/helpcontent2/source/text/scalc/01.po6
-rw-r--r--translations/source/uk/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/uk/helpcontent2/source/text/scalc/04.po39
-rw-r--r--translations/source/uk/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/uk/helpcontent2/source/text/scalc/guide.po33
-rw-r--r--translations/source/uk/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/uk/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/uk/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/uk/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/uk/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/uk/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/uk/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/uk/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/uk/helpcontent2/source/text/sdraw/04.po7
-rw-r--r--translations/source/uk/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/uk/helpcontent2/source/text/shared.po2
-rw-r--r--translations/source/uk/helpcontent2/source/text/shared/00.po6
-rw-r--r--translations/source/uk/helpcontent2/source/text/shared/01.po12
-rw-r--r--translations/source/uk/helpcontent2/source/text/shared/02.po10
-rw-r--r--translations/source/uk/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/uk/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/uk/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/uk/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/uk/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/uk/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/uk/helpcontent2/source/text/shared/guide.po128
-rw-r--r--translations/source/uk/helpcontent2/source/text/shared/optionen.po73
-rw-r--r--translations/source/uk/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/uk/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/uk/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/uk/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/uk/helpcontent2/source/text/simpress/04.po55
-rw-r--r--translations/source/uk/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/uk/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/uk/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/uk/helpcontent2/source/text/smath/01.po28
-rw-r--r--translations/source/uk/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/uk/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/uk/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/uk/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/uk/helpcontent2/source/text/swriter/00.po6
-rw-r--r--translations/source/uk/helpcontent2/source/text/swriter/01.po30
-rw-r--r--translations/source/uk/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/uk/helpcontent2/source/text/swriter/04.po12
-rw-r--r--translations/source/uk/helpcontent2/source/text/swriter/guide.po46
-rw-r--r--translations/source/uk/instsetoo_native/inc_openoffice/windows/msi_languages.po68
-rw-r--r--translations/source/uk/mysqlc/source.po6
-rw-r--r--translations/source/uk/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/uk/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/uk/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/uk/nlpsolver/src/locale.po179
-rw-r--r--translations/source/uk/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/uk/officecfg/registry/data/org/openoffice/Office/UI.po55
-rw-r--r--translations/source/uk/padmin/source.po6
-rw-r--r--translations/source/uk/readlicense_oo/docs/readme.po35
-rw-r--r--translations/source/uk/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/uk/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/uk/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/uk/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/uk/reportbuilder/util.po4
-rw-r--r--translations/source/uk/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/uk/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/uk/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/uk/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/uk/sc/source/core/src.po6
-rw-r--r--translations/source/uk/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/uk/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/uk/sc/source/ui/docshell.po6
-rw-r--r--translations/source/uk/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/uk/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/uk/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/uk/sc/source/ui/navipi.po8
-rw-r--r--translations/source/uk/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/uk/sc/source/ui/src.po146
-rw-r--r--translations/source/uk/sc/source/ui/styleui.po8
-rw-r--r--translations/source/uk/scaddins/source/analysis.po6
-rw-r--r--translations/source/uk/scaddins/source/datefunc.po6
-rw-r--r--translations/source/uk/sccomp/source/solver.po6
-rw-r--r--translations/source/uk/scp2/source/accessories.po6
-rw-r--r--translations/source/uk/scp2/source/activex.po6
-rw-r--r--translations/source/uk/scp2/source/base.po16
-rw-r--r--translations/source/uk/scp2/source/binfilter.po6
-rw-r--r--translations/source/uk/scp2/source/calc.po6
-rw-r--r--translations/source/uk/scp2/source/draw.po6
-rw-r--r--translations/source/uk/scp2/source/extensions.po2202
-rw-r--r--translations/source/uk/scp2/source/gnome.po6
-rw-r--r--translations/source/uk/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/uk/scp2/source/impress.po6
-rw-r--r--translations/source/uk/scp2/source/javafilter.po6
-rw-r--r--translations/source/uk/scp2/source/kde.po6
-rw-r--r--translations/source/uk/scp2/source/math.po6
-rw-r--r--translations/source/uk/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/uk/scp2/source/ooo.po31
-rw-r--r--translations/source/uk/scp2/source/python.po6
-rw-r--r--translations/source/uk/scp2/source/quickstart.po6
-rw-r--r--translations/source/uk/scp2/source/sdkoo.po6
-rw-r--r--translations/source/uk/scp2/source/smoketest.po23
-rw-r--r--translations/source/uk/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/uk/scp2/source/writer.po6
-rw-r--r--translations/source/uk/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/uk/scripting/source/pyprov.po4
-rw-r--r--translations/source/uk/sd/source/core.po43
-rw-r--r--translations/source/uk/sd/source/filter/html.po6
-rw-r--r--translations/source/uk/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/uk/sd/source/ui/animations.po6
-rw-r--r--translations/source/uk/sd/source/ui/annotations.po6
-rw-r--r--translations/source/uk/sd/source/ui/app.po8
-rw-r--r--translations/source/uk/sd/source/ui/dlg.po6
-rw-r--r--translations/source/uk/sd/source/ui/notes.po6
-rw-r--r--translations/source/uk/sd/source/ui/slideshow.po17
-rw-r--r--translations/source/uk/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/uk/sd/source/ui/table.po6
-rw-r--r--translations/source/uk/sd/source/ui/view.po6
-rw-r--r--translations/source/uk/sdext/source/minimizer.po4
-rw-r--r--translations/source/uk/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/uk/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/uk/sdext/source/pdfimport.po4
-rw-r--r--translations/source/uk/sdext/source/presenter.po4
-rw-r--r--translations/source/uk/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/uk/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po16
-rw-r--r--translations/source/uk/setup_native/source/mac.po6
-rw-r--r--translations/source/uk/sfx2/source/appl.po6
-rw-r--r--translations/source/uk/sfx2/source/bastyp.po6
-rw-r--r--translations/source/uk/sfx2/source/dialog.po12
-rw-r--r--translations/source/uk/sfx2/source/doc.po16
-rw-r--r--translations/source/uk/sfx2/source/menu.po6
-rw-r--r--translations/source/uk/sfx2/source/view.po6
-rw-r--r--translations/source/uk/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/uk/starmath/source.po6
-rw-r--r--translations/source/uk/svl/source/items.po6
-rw-r--r--translations/source/uk/svl/source/misc.po8
-rw-r--r--translations/source/uk/svtools/source/contnr.po6
-rw-r--r--translations/source/uk/svtools/source/control.po6
-rw-r--r--translations/source/uk/svtools/source/dialogs.po6
-rw-r--r--translations/source/uk/svtools/source/filter.po6
-rw-r--r--translations/source/uk/svtools/source/java.po6
-rw-r--r--translations/source/uk/svtools/source/misc.po53
-rw-r--r--translations/source/uk/svtools/source/plugapp.po6
-rw-r--r--translations/source/uk/svtools/source/toolpanel.po6
-rw-r--r--translations/source/uk/svtools/workben/unodialog.po6
-rw-r--r--translations/source/uk/svx/inc.po8
-rw-r--r--translations/source/uk/svx/source/accessibility.po6
-rw-r--r--translations/source/uk/svx/source/dialog.po10
-rw-r--r--translations/source/uk/svx/source/engine3d.po6
-rw-r--r--translations/source/uk/svx/source/fmcomp.po6
-rw-r--r--translations/source/uk/svx/source/form.po6
-rw-r--r--translations/source/uk/svx/source/gallery2.po6
-rw-r--r--translations/source/uk/svx/source/items.po6
-rw-r--r--translations/source/uk/svx/source/src.po6
-rw-r--r--translations/source/uk/svx/source/stbctrls.po2
-rw-r--r--translations/source/uk/svx/source/svdraw.po6
-rw-r--r--translations/source/uk/svx/source/table.po6
-rw-r--r--translations/source/uk/svx/source/tbxctrls.po6
-rw-r--r--translations/source/uk/svx/source/toolbars.po6
-rw-r--r--translations/source/uk/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/uk/sw/source/core/layout.po4
-rw-r--r--translations/source/uk/sw/source/core/undo.po8
-rw-r--r--translations/source/uk/sw/source/core/unocore.po6
-rw-r--r--translations/source/uk/sw/source/ui/app.po22
-rw-r--r--translations/source/uk/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/uk/sw/source/ui/config.po2
-rw-r--r--translations/source/uk/sw/source/ui/dbui.po6
-rw-r--r--translations/source/uk/sw/source/ui/dialog.po14
-rw-r--r--translations/source/uk/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/uk/sw/source/ui/docvw.po22
-rw-r--r--translations/source/uk/sw/source/ui/envelp.po6
-rw-r--r--translations/source/uk/sw/source/ui/fldui.po6
-rw-r--r--translations/source/uk/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/uk/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/uk/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/uk/sw/source/ui/index.po13
-rw-r--r--translations/source/uk/sw/source/ui/lingu.po6
-rw-r--r--translations/source/uk/sw/source/ui/misc.po6
-rw-r--r--translations/source/uk/sw/source/ui/ribbar.po14
-rw-r--r--translations/source/uk/sw/source/ui/shells.po14
-rw-r--r--translations/source/uk/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/uk/sw/source/ui/table.po14
-rw-r--r--translations/source/uk/sw/source/ui/uiview.po6
-rw-r--r--translations/source/uk/sw/source/ui/utlui.po22
-rw-r--r--translations/source/uk/sw/source/ui/web.po6
-rw-r--r--translations/source/uk/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/uk/swext/mediawiki/help.po16
-rw-r--r--translations/source/uk/swext/mediawiki/src.po8
-rw-r--r--translations/source/uk/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/uk/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/uk/sysui/desktop/share.po6
-rw-r--r--translations/source/uk/uui/source.po6
-rw-r--r--translations/source/uk/vcl/source/src.po28
-rw-r--r--translations/source/uk/wizards/source/euro.po6
-rw-r--r--translations/source/uk/wizards/source/formwizard.po6
-rw-r--r--translations/source/uk/wizards/source/importwizard.po6
-rw-r--r--translations/source/uk/wizards/source/schedule.po6
-rw-r--r--translations/source/uk/wizards/source/template.po6
-rw-r--r--translations/source/uk/xmlsecurity/source/component.po6
-rw-r--r--translations/source/uk/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/uz/accessibility/source/helper.po6
-rw-r--r--translations/source/uz/avmedia/source/framework.po6
-rw-r--r--translations/source/uz/avmedia/source/viewer.po6
-rw-r--r--translations/source/uz/basctl/source/basicide.po6
-rw-r--r--translations/source/uz/basctl/source/dlged.po6
-rw-r--r--translations/source/uz/basic/source/classes.po6
-rw-r--r--translations/source/uz/basic/source/sbx.po6
-rw-r--r--translations/source/uz/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/uz/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/uz/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/uz/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/uz/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/uz/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/uz/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/uz/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/uz/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/uz/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/uz/connectivity/source/drivers/mozab.po10
-rw-r--r--translations/source/uz/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/uz/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/uz/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/uz/connectivity/source/resource.po6
-rw-r--r--translations/source/uz/cui/source/customize.po6
-rw-r--r--translations/source/uz/cui/source/dialogs.po42
-rw-r--r--translations/source/uz/cui/source/options.po29
-rw-r--r--translations/source/uz/cui/source/tabpages.po151
-rw-r--r--translations/source/uz/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/uz/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/uz/dbaccess/source/ext/macromigration.po8
-rw-r--r--translations/source/uz/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/uz/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/uz/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/uz/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/uz/dbaccess/source/ui/dlg.po13
-rw-r--r--translations/source/uz/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/uz/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/uz/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/uz/dbaccess/source/ui/relationdesign.po8
-rw-r--r--translations/source/uz/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/uz/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/uz/desktop/source/app.po10
-rw-r--r--translations/source/uz/desktop/source/deployment/gui.po30
-rw-r--r--translations/source/uz/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/uz/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/uz/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/uz/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/uz/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/uz/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/uz/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/uz/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/uz/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/uz/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/uz/dictionaries/af_ZA.po4
-rw-r--r--translations/source/uz/dictionaries/an_ES.po19
-rw-r--r--translations/source/uz/dictionaries/ar.po4
-rw-r--r--translations/source/uz/dictionaries/be_BY.po4
-rw-r--r--translations/source/uz/dictionaries/bg_BG.po4
-rw-r--r--translations/source/uz/dictionaries/bn_BD.po4
-rw-r--r--translations/source/uz/dictionaries/br_FR.po4
-rw-r--r--translations/source/uz/dictionaries/ca.po4
-rw-r--r--translations/source/uz/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/uz/dictionaries/da_DK.po4
-rw-r--r--translations/source/uz/dictionaries/de.po4
-rw-r--r--translations/source/uz/dictionaries/el_GR.po4
-rw-r--r--translations/source/uz/dictionaries/en.po6
-rw-r--r--translations/source/uz/dictionaries/en/dialog.po171
-rw-r--r--translations/source/uz/dictionaries/es_ES.po4
-rw-r--r--translations/source/uz/dictionaries/et_EE.po4
-rw-r--r--translations/source/uz/dictionaries/fr_FR.po4
-rw-r--r--translations/source/uz/dictionaries/gd_GB.po4
-rw-r--r--translations/source/uz/dictionaries/gl.po4
-rw-r--r--translations/source/uz/dictionaries/gu_IN.po4
-rw-r--r--translations/source/uz/dictionaries/he_IL.po4
-rw-r--r--translations/source/uz/dictionaries/hi_IN.po4
-rw-r--r--translations/source/uz/dictionaries/hr_HR.po4
-rw-r--r--translations/source/uz/dictionaries/hu_HU.po6
-rw-r--r--translations/source/uz/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/uz/dictionaries/it_IT.po4
-rw-r--r--translations/source/uz/dictionaries/ku_TR.po4
-rw-r--r--translations/source/uz/dictionaries/lt_LT.po4
-rw-r--r--translations/source/uz/dictionaries/lv_LV.po4
-rw-r--r--translations/source/uz/dictionaries/ne_NP.po4
-rw-r--r--translations/source/uz/dictionaries/nl_NL.po4
-rw-r--r--translations/source/uz/dictionaries/no.po4
-rw-r--r--translations/source/uz/dictionaries/oc_FR.po4
-rw-r--r--translations/source/uz/dictionaries/pl_PL.po4
-rw-r--r--translations/source/uz/dictionaries/pt_BR.po4
-rw-r--r--translations/source/uz/dictionaries/pt_PT.po4
-rw-r--r--translations/source/uz/dictionaries/ro.po4
-rw-r--r--translations/source/uz/dictionaries/ru_RU.po6
-rw-r--r--translations/source/uz/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/uz/dictionaries/si_LK.po19
-rw-r--r--translations/source/uz/dictionaries/sk_SK.po4
-rw-r--r--translations/source/uz/dictionaries/sl_SI.po4
-rw-r--r--translations/source/uz/dictionaries/sr.po4
-rw-r--r--translations/source/uz/dictionaries/sv_SE.po4
-rw-r--r--translations/source/uz/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/uz/dictionaries/te_IN.po4
-rw-r--r--translations/source/uz/dictionaries/th_TH.po4
-rw-r--r--translations/source/uz/dictionaries/uk_UA.po4
-rw-r--r--translations/source/uz/dictionaries/vi.po4
-rw-r--r--translations/source/uz/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/uz/editeng/source/accessibility.po6
-rw-r--r--translations/source/uz/editeng/source/editeng.po8
-rw-r--r--translations/source/uz/editeng/source/items.po30
-rw-r--r--translations/source/uz/editeng/source/misc.po6
-rw-r--r--translations/source/uz/editeng/source/outliner.po6
-rw-r--r--translations/source/uz/extensions/source/abpilot.po10
-rw-r--r--translations/source/uz/extensions/source/bibliography.po6
-rw-r--r--translations/source/uz/extensions/source/dbpilots.po6
-rw-r--r--translations/source/uz/extensions/source/propctrlr.po6
-rw-r--r--translations/source/uz/extensions/source/scanner.po8
-rw-r--r--translations/source/uz/extensions/source/update/check.po6
-rw-r--r--translations/source/uz/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/uz/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/uz/filter/source/config/fragments/types.po10
-rw-r--r--translations/source/uz/filter/source/flash.po6
-rw-r--r--translations/source/uz/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/uz/filter/source/pdf.po10
-rw-r--r--translations/source/uz/filter/source/t602.po6
-rw-r--r--translations/source/uz/filter/source/xsltdialog.po6
-rw-r--r--translations/source/uz/forms/source/resource.po6
-rw-r--r--translations/source/uz/formula/source/core/resource.po22
-rw-r--r--translations/source/uz/formula/source/ui/dlg.po6
-rw-r--r--translations/source/uz/fpicker/source/office.po6
-rw-r--r--translations/source/uz/framework/source/classes.po6
-rw-r--r--translations/source/uz/framework/source/services.po6
-rw-r--r--translations/source/uz/instsetoo_native/inc_openoffice/windows/msi_languages.po65
-rw-r--r--translations/source/uz/mysqlc/source.po6
-rw-r--r--translations/source/uz/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/uz/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/uz/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/uz/nlpsolver/src/locale.po179
-rw-r--r--translations/source/uz/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/uz/officecfg/registry/data/org/openoffice/Office/UI.po55
-rw-r--r--translations/source/uz/padmin/source.po6
-rw-r--r--translations/source/uz/readlicense_oo/docs/readme.po34
-rw-r--r--translations/source/uz/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/uz/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/uz/reportbuilder/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--translations/source/uz/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/uz/reportbuilder/util.po4
-rw-r--r--translations/source/uz/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/uz/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/uz/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/uz/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/uz/sc/source/core/src.po6
-rw-r--r--translations/source/uz/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/uz/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/uz/sc/source/ui/docshell.po6
-rw-r--r--translations/source/uz/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/uz/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/uz/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/uz/sc/source/ui/navipi.po8
-rw-r--r--translations/source/uz/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/uz/sc/source/ui/src.po136
-rw-r--r--translations/source/uz/sc/source/ui/styleui.po8
-rw-r--r--translations/source/uz/scaddins/source/analysis.po6
-rw-r--r--translations/source/uz/scaddins/source/datefunc.po6
-rw-r--r--translations/source/uz/sccomp/source/solver.po6
-rw-r--r--translations/source/uz/scp2/source/accessories.po6
-rw-r--r--translations/source/uz/scp2/source/activex.po6
-rw-r--r--translations/source/uz/scp2/source/base.po16
-rw-r--r--translations/source/uz/scp2/source/binfilter.po6
-rw-r--r--translations/source/uz/scp2/source/calc.po6
-rw-r--r--translations/source/uz/scp2/source/draw.po6
-rw-r--r--translations/source/uz/scp2/source/extensions.po2203
-rw-r--r--translations/source/uz/scp2/source/gnome.po6
-rw-r--r--translations/source/uz/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/uz/scp2/source/impress.po6
-rw-r--r--translations/source/uz/scp2/source/javafilter.po6
-rw-r--r--translations/source/uz/scp2/source/kde.po6
-rw-r--r--translations/source/uz/scp2/source/math.po6
-rw-r--r--translations/source/uz/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/uz/scp2/source/ooo.po31
-rw-r--r--translations/source/uz/scp2/source/python.po6
-rw-r--r--translations/source/uz/scp2/source/quickstart.po6
-rw-r--r--translations/source/uz/scp2/source/sdkoo.po6
-rw-r--r--translations/source/uz/scp2/source/smoketest.po23
-rw-r--r--translations/source/uz/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/uz/scp2/source/writer.po6
-rw-r--r--translations/source/uz/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/uz/scripting/source/pyprov.po4
-rw-r--r--translations/source/uz/sd/source/core.po40
-rw-r--r--translations/source/uz/sd/source/filter/html.po6
-rw-r--r--translations/source/uz/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/uz/sd/source/ui/animations.po6
-rw-r--r--translations/source/uz/sd/source/ui/annotations.po6
-rw-r--r--translations/source/uz/sd/source/ui/app.po8
-rw-r--r--translations/source/uz/sd/source/ui/dlg.po6
-rw-r--r--translations/source/uz/sd/source/ui/notes.po6
-rw-r--r--translations/source/uz/sd/source/ui/slideshow.po15
-rw-r--r--translations/source/uz/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/uz/sd/source/ui/table.po6
-rw-r--r--translations/source/uz/sd/source/ui/view.po6
-rw-r--r--translations/source/uz/sdext/source/minimizer.po6
-rw-r--r--translations/source/uz/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/uz/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/uz/sdext/source/pdfimport.po4
-rw-r--r--translations/source/uz/sdext/source/presenter.po4
-rw-r--r--translations/source/uz/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/uz/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po14
-rw-r--r--translations/source/uz/setup_native/source/mac.po6
-rw-r--r--translations/source/uz/sfx2/source/appl.po6
-rw-r--r--translations/source/uz/sfx2/source/bastyp.po6
-rw-r--r--translations/source/uz/sfx2/source/dialog.po12
-rw-r--r--translations/source/uz/sfx2/source/doc.po16
-rw-r--r--translations/source/uz/sfx2/source/menu.po6
-rw-r--r--translations/source/uz/sfx2/source/view.po6
-rw-r--r--translations/source/uz/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/uz/starmath/source.po6
-rw-r--r--translations/source/uz/svl/source/items.po6
-rw-r--r--translations/source/uz/svl/source/misc.po8
-rw-r--r--translations/source/uz/svtools/source/contnr.po6
-rw-r--r--translations/source/uz/svtools/source/control.po6
-rw-r--r--translations/source/uz/svtools/source/dialogs.po6
-rw-r--r--translations/source/uz/svtools/source/filter.po6
-rw-r--r--translations/source/uz/svtools/source/java.po6
-rw-r--r--translations/source/uz/svtools/source/misc.po51
-rw-r--r--translations/source/uz/svtools/source/plugapp.po6
-rw-r--r--translations/source/uz/svtools/source/toolpanel.po6
-rw-r--r--translations/source/uz/svtools/workben/unodialog.po6
-rw-r--r--translations/source/uz/svx/inc.po8
-rw-r--r--translations/source/uz/svx/source/accessibility.po6
-rw-r--r--translations/source/uz/svx/source/dialog.po8
-rw-r--r--translations/source/uz/svx/source/engine3d.po6
-rw-r--r--translations/source/uz/svx/source/fmcomp.po6
-rw-r--r--translations/source/uz/svx/source/form.po6
-rw-r--r--translations/source/uz/svx/source/gallery2.po6
-rw-r--r--translations/source/uz/svx/source/items.po6
-rw-r--r--translations/source/uz/svx/source/src.po6
-rw-r--r--translations/source/uz/svx/source/stbctrls.po2
-rw-r--r--translations/source/uz/svx/source/svdraw.po6
-rw-r--r--translations/source/uz/svx/source/table.po6
-rw-r--r--translations/source/uz/svx/source/tbxctrls.po6
-rw-r--r--translations/source/uz/svx/source/toolbars.po6
-rw-r--r--translations/source/uz/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/uz/sw/source/core/layout.po4
-rw-r--r--translations/source/uz/sw/source/core/undo.po8
-rw-r--r--translations/source/uz/sw/source/core/unocore.po6
-rw-r--r--translations/source/uz/sw/source/ui/app.po22
-rw-r--r--translations/source/uz/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/uz/sw/source/ui/config.po2
-rw-r--r--translations/source/uz/sw/source/ui/dbui.po6
-rw-r--r--translations/source/uz/sw/source/ui/dialog.po12
-rw-r--r--translations/source/uz/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/uz/sw/source/ui/docvw.po22
-rw-r--r--translations/source/uz/sw/source/ui/envelp.po6
-rw-r--r--translations/source/uz/sw/source/ui/fldui.po6
-rw-r--r--translations/source/uz/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/uz/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/uz/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/uz/sw/source/ui/index.po11
-rw-r--r--translations/source/uz/sw/source/ui/lingu.po6
-rw-r--r--translations/source/uz/sw/source/ui/misc.po6
-rw-r--r--translations/source/uz/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/uz/sw/source/ui/shells.po14
-rw-r--r--translations/source/uz/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/uz/sw/source/ui/table.po18
-rw-r--r--translations/source/uz/sw/source/ui/uiview.po6
-rw-r--r--translations/source/uz/sw/source/ui/utlui.po12
-rw-r--r--translations/source/uz/sw/source/ui/web.po6
-rw-r--r--translations/source/uz/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/uz/swext/mediawiki/help.po12
-rw-r--r--translations/source/uz/swext/mediawiki/src.po8
-rw-r--r--translations/source/uz/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/uz/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/uz/sysui/desktop/share.po6
-rw-r--r--translations/source/uz/uui/source.po6
-rw-r--r--translations/source/uz/vcl/source/src.po30
-rw-r--r--translations/source/uz/wizards/source/euro.po6
-rw-r--r--translations/source/uz/wizards/source/formwizard.po6
-rw-r--r--translations/source/uz/wizards/source/importwizard.po6
-rw-r--r--translations/source/uz/wizards/source/schedule.po6
-rw-r--r--translations/source/uz/wizards/source/template.po6
-rw-r--r--translations/source/uz/xmlsecurity/source/component.po6
-rw-r--r--translations/source/uz/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/ve/accessibility/source/helper.po6
-rw-r--r--translations/source/ve/avmedia/source/framework.po6
-rw-r--r--translations/source/ve/avmedia/source/viewer.po6
-rw-r--r--translations/source/ve/basctl/source/basicide.po6
-rw-r--r--translations/source/ve/basctl/source/dlged.po6
-rw-r--r--translations/source/ve/basic/source/classes.po6
-rw-r--r--translations/source/ve/basic/source/sbx.po6
-rw-r--r--translations/source/ve/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/ve/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/ve/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/ve/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/ve/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/ve/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/ve/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/ve/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/ve/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/ve/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/ve/connectivity/source/drivers/mozab.po10
-rw-r--r--translations/source/ve/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/ve/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/ve/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/ve/connectivity/source/resource.po6
-rw-r--r--translations/source/ve/cui/source/customize.po6
-rw-r--r--translations/source/ve/cui/source/dialogs.po55
-rw-r--r--translations/source/ve/cui/source/options.po26
-rw-r--r--translations/source/ve/cui/source/tabpages.po151
-rw-r--r--translations/source/ve/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/ve/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/ve/dbaccess/source/ext/macromigration.po8
-rw-r--r--translations/source/ve/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/ve/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/ve/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/ve/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/ve/dbaccess/source/ui/dlg.po13
-rw-r--r--translations/source/ve/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/ve/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/ve/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/ve/dbaccess/source/ui/relationdesign.po8
-rw-r--r--translations/source/ve/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/ve/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/ve/desktop/source/app.po10
-rw-r--r--translations/source/ve/desktop/source/deployment/gui.po26
-rw-r--r--translations/source/ve/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/ve/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/ve/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/ve/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/ve/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/ve/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/ve/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/ve/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/ve/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/ve/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/ve/dictionaries/af_ZA.po4
-rw-r--r--translations/source/ve/dictionaries/an_ES.po19
-rw-r--r--translations/source/ve/dictionaries/ar.po4
-rw-r--r--translations/source/ve/dictionaries/be_BY.po4
-rw-r--r--translations/source/ve/dictionaries/bg_BG.po4
-rw-r--r--translations/source/ve/dictionaries/bn_BD.po4
-rw-r--r--translations/source/ve/dictionaries/br_FR.po4
-rw-r--r--translations/source/ve/dictionaries/ca.po4
-rw-r--r--translations/source/ve/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/ve/dictionaries/da_DK.po4
-rw-r--r--translations/source/ve/dictionaries/de.po4
-rw-r--r--translations/source/ve/dictionaries/el_GR.po4
-rw-r--r--translations/source/ve/dictionaries/en.po6
-rw-r--r--translations/source/ve/dictionaries/en/dialog.po171
-rw-r--r--translations/source/ve/dictionaries/es_ES.po4
-rw-r--r--translations/source/ve/dictionaries/et_EE.po4
-rw-r--r--translations/source/ve/dictionaries/fr_FR.po4
-rw-r--r--translations/source/ve/dictionaries/gd_GB.po4
-rw-r--r--translations/source/ve/dictionaries/gl.po4
-rw-r--r--translations/source/ve/dictionaries/gu_IN.po4
-rw-r--r--translations/source/ve/dictionaries/he_IL.po4
-rw-r--r--translations/source/ve/dictionaries/hi_IN.po4
-rw-r--r--translations/source/ve/dictionaries/hr_HR.po4
-rw-r--r--translations/source/ve/dictionaries/hu_HU.po6
-rw-r--r--translations/source/ve/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/ve/dictionaries/it_IT.po4
-rw-r--r--translations/source/ve/dictionaries/ku_TR.po4
-rw-r--r--translations/source/ve/dictionaries/lt_LT.po4
-rw-r--r--translations/source/ve/dictionaries/lv_LV.po4
-rw-r--r--translations/source/ve/dictionaries/ne_NP.po4
-rw-r--r--translations/source/ve/dictionaries/nl_NL.po4
-rw-r--r--translations/source/ve/dictionaries/no.po4
-rw-r--r--translations/source/ve/dictionaries/oc_FR.po4
-rw-r--r--translations/source/ve/dictionaries/pl_PL.po4
-rw-r--r--translations/source/ve/dictionaries/pt_BR.po4
-rw-r--r--translations/source/ve/dictionaries/pt_PT.po4
-rw-r--r--translations/source/ve/dictionaries/ro.po4
-rw-r--r--translations/source/ve/dictionaries/ru_RU.po6
-rw-r--r--translations/source/ve/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/ve/dictionaries/si_LK.po19
-rw-r--r--translations/source/ve/dictionaries/sk_SK.po4
-rw-r--r--translations/source/ve/dictionaries/sl_SI.po4
-rw-r--r--translations/source/ve/dictionaries/sr.po4
-rw-r--r--translations/source/ve/dictionaries/sv_SE.po4
-rw-r--r--translations/source/ve/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/ve/dictionaries/te_IN.po4
-rw-r--r--translations/source/ve/dictionaries/th_TH.po4
-rw-r--r--translations/source/ve/dictionaries/uk_UA.po4
-rw-r--r--translations/source/ve/dictionaries/vi.po4
-rw-r--r--translations/source/ve/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/ve/editeng/source/accessibility.po6
-rw-r--r--translations/source/ve/editeng/source/editeng.po8
-rw-r--r--translations/source/ve/editeng/source/items.po30
-rw-r--r--translations/source/ve/editeng/source/misc.po6
-rw-r--r--translations/source/ve/editeng/source/outliner.po6
-rw-r--r--translations/source/ve/extensions/source/abpilot.po8
-rw-r--r--translations/source/ve/extensions/source/bibliography.po6
-rw-r--r--translations/source/ve/extensions/source/dbpilots.po6
-rw-r--r--translations/source/ve/extensions/source/propctrlr.po6
-rw-r--r--translations/source/ve/extensions/source/scanner.po6
-rw-r--r--translations/source/ve/extensions/source/update/check.po6
-rw-r--r--translations/source/ve/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/ve/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/ve/filter/source/config/fragments/types.po8
-rw-r--r--translations/source/ve/filter/source/flash.po6
-rw-r--r--translations/source/ve/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/ve/filter/source/pdf.po10
-rw-r--r--translations/source/ve/filter/source/t602.po6
-rw-r--r--translations/source/ve/filter/source/xsltdialog.po6
-rw-r--r--translations/source/ve/forms/source/resource.po6
-rw-r--r--translations/source/ve/formula/source/core/resource.po22
-rw-r--r--translations/source/ve/formula/source/ui/dlg.po6
-rw-r--r--translations/source/ve/fpicker/source/office.po6
-rw-r--r--translations/source/ve/framework/source/classes.po6
-rw-r--r--translations/source/ve/framework/source/services.po6
-rw-r--r--translations/source/ve/instsetoo_native/inc_openoffice/windows/msi_languages.po65
-rw-r--r--translations/source/ve/mysqlc/source.po6
-rw-r--r--translations/source/ve/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/ve/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/ve/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/ve/nlpsolver/src/locale.po179
-rw-r--r--translations/source/ve/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ve/officecfg/registry/data/org/openoffice/Office/UI.po56
-rw-r--r--translations/source/ve/padmin/source.po6
-rw-r--r--translations/source/ve/readlicense_oo/docs/readme.po34
-rw-r--r--translations/source/ve/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/ve/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ve/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/ve/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/ve/reportbuilder/util.po4
-rw-r--r--translations/source/ve/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/ve/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/ve/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/ve/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/ve/sc/source/core/src.po6
-rw-r--r--translations/source/ve/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/ve/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/ve/sc/source/ui/docshell.po6
-rw-r--r--translations/source/ve/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/ve/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/ve/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/ve/sc/source/ui/navipi.po8
-rw-r--r--translations/source/ve/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/ve/sc/source/ui/src.po144
-rw-r--r--translations/source/ve/sc/source/ui/styleui.po8
-rw-r--r--translations/source/ve/scaddins/source/analysis.po6
-rw-r--r--translations/source/ve/scaddins/source/datefunc.po6
-rw-r--r--translations/source/ve/sccomp/source/solver.po6
-rw-r--r--translations/source/ve/scp2/source/accessories.po6
-rw-r--r--translations/source/ve/scp2/source/activex.po6
-rw-r--r--translations/source/ve/scp2/source/base.po16
-rw-r--r--translations/source/ve/scp2/source/binfilter.po6
-rw-r--r--translations/source/ve/scp2/source/calc.po6
-rw-r--r--translations/source/ve/scp2/source/draw.po6
-rw-r--r--translations/source/ve/scp2/source/extensions.po2360
-rw-r--r--translations/source/ve/scp2/source/gnome.po6
-rw-r--r--translations/source/ve/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/ve/scp2/source/impress.po6
-rw-r--r--translations/source/ve/scp2/source/javafilter.po6
-rw-r--r--translations/source/ve/scp2/source/kde.po6
-rw-r--r--translations/source/ve/scp2/source/math.po6
-rw-r--r--translations/source/ve/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/ve/scp2/source/ooo.po27
-rw-r--r--translations/source/ve/scp2/source/python.po6
-rw-r--r--translations/source/ve/scp2/source/quickstart.po6
-rw-r--r--translations/source/ve/scp2/source/sdkoo.po6
-rw-r--r--translations/source/ve/scp2/source/smoketest.po23
-rw-r--r--translations/source/ve/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/ve/scp2/source/writer.po6
-rw-r--r--translations/source/ve/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/ve/scripting/source/pyprov.po4
-rw-r--r--translations/source/ve/sd/source/core.po40
-rw-r--r--translations/source/ve/sd/source/filter/html.po6
-rw-r--r--translations/source/ve/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/ve/sd/source/ui/animations.po6
-rw-r--r--translations/source/ve/sd/source/ui/annotations.po6
-rw-r--r--translations/source/ve/sd/source/ui/app.po8
-rw-r--r--translations/source/ve/sd/source/ui/dlg.po6
-rw-r--r--translations/source/ve/sd/source/ui/notes.po6
-rw-r--r--translations/source/ve/sd/source/ui/slideshow.po15
-rw-r--r--translations/source/ve/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/ve/sd/source/ui/table.po6
-rw-r--r--translations/source/ve/sd/source/ui/view.po6
-rw-r--r--translations/source/ve/sdext/source/minimizer.po4
-rw-r--r--translations/source/ve/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ve/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/ve/sdext/source/pdfimport.po4
-rw-r--r--translations/source/ve/sdext/source/presenter.po4
-rw-r--r--translations/source/ve/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/ve/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/ve/setup_native/source/mac.po6
-rw-r--r--translations/source/ve/sfx2/source/appl.po6
-rw-r--r--translations/source/ve/sfx2/source/bastyp.po6
-rw-r--r--translations/source/ve/sfx2/source/dialog.po12
-rw-r--r--translations/source/ve/sfx2/source/doc.po18
-rw-r--r--translations/source/ve/sfx2/source/menu.po6
-rw-r--r--translations/source/ve/sfx2/source/view.po6
-rw-r--r--translations/source/ve/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/ve/starmath/source.po6
-rw-r--r--translations/source/ve/svl/source/items.po6
-rw-r--r--translations/source/ve/svl/source/misc.po6
-rw-r--r--translations/source/ve/svtools/source/contnr.po6
-rw-r--r--translations/source/ve/svtools/source/control.po6
-rw-r--r--translations/source/ve/svtools/source/dialogs.po6
-rw-r--r--translations/source/ve/svtools/source/filter.po6
-rw-r--r--translations/source/ve/svtools/source/java.po6
-rw-r--r--translations/source/ve/svtools/source/misc.po51
-rw-r--r--translations/source/ve/svtools/source/plugapp.po6
-rw-r--r--translations/source/ve/svtools/source/toolpanel.po6
-rw-r--r--translations/source/ve/svtools/workben/unodialog.po6
-rw-r--r--translations/source/ve/svx/inc.po8
-rw-r--r--translations/source/ve/svx/source/accessibility.po6
-rw-r--r--translations/source/ve/svx/source/dialog.po10
-rw-r--r--translations/source/ve/svx/source/engine3d.po6
-rw-r--r--translations/source/ve/svx/source/fmcomp.po6
-rw-r--r--translations/source/ve/svx/source/form.po6
-rw-r--r--translations/source/ve/svx/source/gallery2.po6
-rw-r--r--translations/source/ve/svx/source/items.po6
-rw-r--r--translations/source/ve/svx/source/src.po6
-rw-r--r--translations/source/ve/svx/source/stbctrls.po4
-rw-r--r--translations/source/ve/svx/source/svdraw.po6
-rw-r--r--translations/source/ve/svx/source/table.po6
-rw-r--r--translations/source/ve/svx/source/tbxctrls.po6
-rw-r--r--translations/source/ve/svx/source/toolbars.po6
-rw-r--r--translations/source/ve/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/ve/sw/source/core/layout.po4
-rw-r--r--translations/source/ve/sw/source/core/undo.po8
-rw-r--r--translations/source/ve/sw/source/core/unocore.po6
-rw-r--r--translations/source/ve/sw/source/ui/app.po22
-rw-r--r--translations/source/ve/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/ve/sw/source/ui/config.po2
-rw-r--r--translations/source/ve/sw/source/ui/dbui.po6
-rw-r--r--translations/source/ve/sw/source/ui/dialog.po14
-rw-r--r--translations/source/ve/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/ve/sw/source/ui/docvw.po22
-rw-r--r--translations/source/ve/sw/source/ui/envelp.po6
-rw-r--r--translations/source/ve/sw/source/ui/fldui.po6
-rw-r--r--translations/source/ve/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/ve/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/ve/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/ve/sw/source/ui/index.po11
-rw-r--r--translations/source/ve/sw/source/ui/lingu.po6
-rw-r--r--translations/source/ve/sw/source/ui/misc.po6
-rw-r--r--translations/source/ve/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/ve/sw/source/ui/shells.po14
-rw-r--r--translations/source/ve/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/ve/sw/source/ui/table.po18
-rw-r--r--translations/source/ve/sw/source/ui/uiview.po6
-rw-r--r--translations/source/ve/sw/source/ui/utlui.po17
-rw-r--r--translations/source/ve/sw/source/ui/web.po6
-rw-r--r--translations/source/ve/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/ve/swext/mediawiki/help.po10
-rw-r--r--translations/source/ve/swext/mediawiki/src.po6
-rw-r--r--translations/source/ve/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/ve/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/ve/sysui/desktop/share.po6
-rw-r--r--translations/source/ve/uui/source.po6
-rw-r--r--translations/source/ve/vcl/source/src.po32
-rw-r--r--translations/source/ve/wizards/source/euro.po6
-rw-r--r--translations/source/ve/wizards/source/formwizard.po6
-rw-r--r--translations/source/ve/wizards/source/importwizard.po6
-rw-r--r--translations/source/ve/wizards/source/schedule.po6
-rw-r--r--translations/source/ve/wizards/source/template.po6
-rw-r--r--translations/source/ve/xmlsecurity/source/component.po6
-rw-r--r--translations/source/ve/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/vi/accessibility/source/helper.po6
-rw-r--r--translations/source/vi/avmedia/source/framework.po6
-rw-r--r--translations/source/vi/avmedia/source/viewer.po6
-rw-r--r--translations/source/vi/basctl/source/basicide.po6
-rw-r--r--translations/source/vi/basctl/source/dlged.po6
-rw-r--r--translations/source/vi/basic/source/classes.po6
-rw-r--r--translations/source/vi/basic/source/sbx.po6
-rw-r--r--translations/source/vi/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/vi/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/vi/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/vi/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/vi/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/vi/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/vi/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/vi/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/vi/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/vi/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/vi/connectivity/source/drivers/mozab.po14
-rw-r--r--translations/source/vi/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/vi/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/vi/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/vi/connectivity/source/resource.po6
-rw-r--r--translations/source/vi/cui/source/customize.po6
-rw-r--r--translations/source/vi/cui/source/dialogs.po16
-rw-r--r--translations/source/vi/cui/source/options.po8
-rw-r--r--translations/source/vi/cui/source/tabpages.po118
-rw-r--r--translations/source/vi/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/vi/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/vi/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/vi/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/vi/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/vi/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/vi/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/vi/dbaccess/source/ui/dlg.po6
-rw-r--r--translations/source/vi/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/vi/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/vi/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/vi/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/vi/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/vi/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/vi/desktop/source/app.po10
-rw-r--r--translations/source/vi/desktop/source/deployment/gui.po6
-rw-r--r--translations/source/vi/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/vi/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/vi/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/vi/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/vi/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/vi/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/vi/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/vi/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/vi/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/vi/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/vi/dictionaries/af_ZA.po4
-rw-r--r--translations/source/vi/dictionaries/an_ES.po4
-rw-r--r--translations/source/vi/dictionaries/ar.po4
-rw-r--r--translations/source/vi/dictionaries/be_BY.po4
-rw-r--r--translations/source/vi/dictionaries/bg_BG.po4
-rw-r--r--translations/source/vi/dictionaries/bn_BD.po4
-rw-r--r--translations/source/vi/dictionaries/br_FR.po4
-rw-r--r--translations/source/vi/dictionaries/ca.po4
-rw-r--r--translations/source/vi/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/vi/dictionaries/da_DK.po4
-rw-r--r--translations/source/vi/dictionaries/de.po4
-rw-r--r--translations/source/vi/dictionaries/el_GR.po4
-rw-r--r--translations/source/vi/dictionaries/en.po4
-rw-r--r--translations/source/vi/dictionaries/en/dialog.po13
-rw-r--r--translations/source/vi/dictionaries/es_ES.po4
-rw-r--r--translations/source/vi/dictionaries/et_EE.po4
-rw-r--r--translations/source/vi/dictionaries/fr_FR.po4
-rw-r--r--translations/source/vi/dictionaries/gd_GB.po4
-rw-r--r--translations/source/vi/dictionaries/gl.po4
-rw-r--r--translations/source/vi/dictionaries/gu_IN.po4
-rw-r--r--translations/source/vi/dictionaries/he_IL.po4
-rw-r--r--translations/source/vi/dictionaries/hi_IN.po4
-rw-r--r--translations/source/vi/dictionaries/hr_HR.po4
-rw-r--r--translations/source/vi/dictionaries/hu_HU.po4
-rw-r--r--translations/source/vi/dictionaries/hu_HU/dialog.po16
-rw-r--r--translations/source/vi/dictionaries/it_IT.po4
-rw-r--r--translations/source/vi/dictionaries/ku_TR.po4
-rw-r--r--translations/source/vi/dictionaries/lt_LT.po4
-rw-r--r--translations/source/vi/dictionaries/lv_LV.po4
-rw-r--r--translations/source/vi/dictionaries/ne_NP.po4
-rw-r--r--translations/source/vi/dictionaries/nl_NL.po4
-rw-r--r--translations/source/vi/dictionaries/no.po4
-rw-r--r--translations/source/vi/dictionaries/oc_FR.po4
-rw-r--r--translations/source/vi/dictionaries/pl_PL.po4
-rw-r--r--translations/source/vi/dictionaries/pt_BR.po4
-rw-r--r--translations/source/vi/dictionaries/pt_PT.po4
-rw-r--r--translations/source/vi/dictionaries/ro.po4
-rw-r--r--translations/source/vi/dictionaries/ru_RU.po4
-rw-r--r--translations/source/vi/dictionaries/ru_RU/dialog.po12
-rw-r--r--translations/source/vi/dictionaries/si_LK.po4
-rw-r--r--translations/source/vi/dictionaries/sk_SK.po4
-rw-r--r--translations/source/vi/dictionaries/sl_SI.po4
-rw-r--r--translations/source/vi/dictionaries/sr.po4
-rw-r--r--translations/source/vi/dictionaries/sv_SE.po4
-rw-r--r--translations/source/vi/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/vi/dictionaries/te_IN.po4
-rw-r--r--translations/source/vi/dictionaries/th_TH.po4
-rw-r--r--translations/source/vi/dictionaries/uk_UA.po4
-rw-r--r--translations/source/vi/dictionaries/vi.po4
-rw-r--r--translations/source/vi/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/vi/editeng/source/accessibility.po6
-rw-r--r--translations/source/vi/editeng/source/editeng.po6
-rw-r--r--translations/source/vi/editeng/source/items.po30
-rw-r--r--translations/source/vi/editeng/source/misc.po6
-rw-r--r--translations/source/vi/editeng/source/outliner.po6
-rw-r--r--translations/source/vi/extensions/source/abpilot.po10
-rw-r--r--translations/source/vi/extensions/source/bibliography.po6
-rw-r--r--translations/source/vi/extensions/source/dbpilots.po6
-rw-r--r--translations/source/vi/extensions/source/propctrlr.po6
-rw-r--r--translations/source/vi/extensions/source/scanner.po6
-rw-r--r--translations/source/vi/extensions/source/update/check.po6
-rw-r--r--translations/source/vi/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/vi/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/vi/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/vi/filter/source/flash.po6
-rw-r--r--translations/source/vi/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/vi/filter/source/pdf.po11
-rw-r--r--translations/source/vi/filter/source/t602.po6
-rw-r--r--translations/source/vi/filter/source/xsltdialog.po6
-rw-r--r--translations/source/vi/forms/source/resource.po6
-rw-r--r--translations/source/vi/formula/source/core/resource.po6
-rw-r--r--translations/source/vi/formula/source/ui/dlg.po6
-rw-r--r--translations/source/vi/fpicker/source/office.po6
-rw-r--r--translations/source/vi/framework/source/classes.po6
-rw-r--r--translations/source/vi/framework/source/services.po6
-rw-r--r--translations/source/vi/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/vi/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--translations/source/vi/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/vi/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/vi/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/vi/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/vi/helpcontent2/source/text/scalc/01.po10
-rw-r--r--translations/source/vi/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/vi/helpcontent2/source/text/scalc/04.po34
-rw-r--r--translations/source/vi/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/vi/helpcontent2/source/text/scalc/guide.po49
-rw-r--r--translations/source/vi/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/vi/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/vi/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/vi/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/vi/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/vi/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/vi/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/vi/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/vi/helpcontent2/source/text/sdraw/04.po6
-rw-r--r--translations/source/vi/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/vi/helpcontent2/source/text/shared.po2
-rw-r--r--translations/source/vi/helpcontent2/source/text/shared/00.po6
-rw-r--r--translations/source/vi/helpcontent2/source/text/shared/01.po18
-rw-r--r--translations/source/vi/helpcontent2/source/text/shared/02.po18
-rw-r--r--translations/source/vi/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/vi/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/vi/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/vi/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/vi/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/vi/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/vi/helpcontent2/source/text/shared/guide.po128
-rw-r--r--translations/source/vi/helpcontent2/source/text/shared/optionen.po82
-rw-r--r--translations/source/vi/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/vi/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/vi/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/vi/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/vi/helpcontent2/source/text/simpress/04.po42
-rw-r--r--translations/source/vi/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/vi/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/vi/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/vi/helpcontent2/source/text/smath/01.po28
-rw-r--r--translations/source/vi/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/vi/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/vi/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/vi/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/vi/helpcontent2/source/text/swriter/00.po6
-rw-r--r--translations/source/vi/helpcontent2/source/text/swriter/01.po38
-rw-r--r--translations/source/vi/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/vi/helpcontent2/source/text/swriter/04.po12
-rw-r--r--translations/source/vi/helpcontent2/source/text/swriter/guide.po51
-rw-r--r--translations/source/vi/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--translations/source/vi/mysqlc/source.po6
-rw-r--r--translations/source/vi/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/vi/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po4
-rw-r--r--translations/source/vi/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/vi/nlpsolver/src/locale.po22
-rw-r--r--translations/source/vi/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/vi/officecfg/registry/data/org/openoffice/Office/UI.po26
-rw-r--r--translations/source/vi/padmin/source.po4
-rw-r--r--translations/source/vi/readlicense_oo/docs/readme.po47
-rw-r--r--translations/source/vi/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/vi/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/vi/reportbuilder/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--translations/source/vi/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/vi/reportbuilder/util.po4
-rw-r--r--translations/source/vi/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/vi/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/vi/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/vi/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/vi/sc/source/core/src.po6
-rw-r--r--translations/source/vi/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/vi/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/vi/sc/source/ui/docshell.po6
-rw-r--r--translations/source/vi/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/vi/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/vi/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/vi/sc/source/ui/navipi.po6
-rw-r--r--translations/source/vi/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/vi/sc/source/ui/src.po27
-rw-r--r--translations/source/vi/sc/source/ui/styleui.po8
-rw-r--r--translations/source/vi/scaddins/source/analysis.po6
-rw-r--r--translations/source/vi/scaddins/source/datefunc.po6
-rw-r--r--translations/source/vi/sccomp/source/solver.po6
-rw-r--r--translations/source/vi/scp2/source/accessories.po6
-rw-r--r--translations/source/vi/scp2/source/activex.po6
-rw-r--r--translations/source/vi/scp2/source/base.po16
-rw-r--r--translations/source/vi/scp2/source/binfilter.po6
-rw-r--r--translations/source/vi/scp2/source/calc.po6
-rw-r--r--translations/source/vi/scp2/source/draw.po6
-rw-r--r--translations/source/vi/scp2/source/extensions.po16
-rw-r--r--translations/source/vi/scp2/source/gnome.po6
-rw-r--r--translations/source/vi/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/vi/scp2/source/impress.po6
-rw-r--r--translations/source/vi/scp2/source/javafilter.po6
-rw-r--r--translations/source/vi/scp2/source/kde.po6
-rw-r--r--translations/source/vi/scp2/source/math.po6
-rw-r--r--translations/source/vi/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/vi/scp2/source/ooo.po14
-rw-r--r--translations/source/vi/scp2/source/python.po6
-rw-r--r--translations/source/vi/scp2/source/quickstart.po6
-rw-r--r--translations/source/vi/scp2/source/sdkoo.po6
-rw-r--r--translations/source/vi/scp2/source/smoketest.po4
-rw-r--r--translations/source/vi/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/vi/scp2/source/writer.po6
-rw-r--r--translations/source/vi/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/vi/scripting/source/pyprov.po4
-rw-r--r--translations/source/vi/sd/source/core.po12
-rw-r--r--translations/source/vi/sd/source/filter/html.po6
-rw-r--r--translations/source/vi/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/vi/sd/source/ui/animations.po6
-rw-r--r--translations/source/vi/sd/source/ui/annotations.po6
-rw-r--r--translations/source/vi/sd/source/ui/app.po10
-rw-r--r--translations/source/vi/sd/source/ui/dlg.po6
-rw-r--r--translations/source/vi/sd/source/ui/notes.po6
-rw-r--r--translations/source/vi/sd/source/ui/slideshow.po6
-rw-r--r--translations/source/vi/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/vi/sd/source/ui/table.po6
-rw-r--r--translations/source/vi/sd/source/ui/view.po6
-rw-r--r--translations/source/vi/sdext/source/minimizer.po4
-rw-r--r--translations/source/vi/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/vi/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/vi/sdext/source/pdfimport.po4
-rw-r--r--translations/source/vi/sdext/source/presenter.po4
-rw-r--r--translations/source/vi/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/vi/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po8
-rw-r--r--translations/source/vi/setup_native/source/mac.po6
-rw-r--r--translations/source/vi/sfx2/source/appl.po6
-rw-r--r--translations/source/vi/sfx2/source/bastyp.po6
-rw-r--r--translations/source/vi/sfx2/source/dialog.po10
-rw-r--r--translations/source/vi/sfx2/source/doc.po6
-rw-r--r--translations/source/vi/sfx2/source/menu.po6
-rw-r--r--translations/source/vi/sfx2/source/view.po6
-rw-r--r--translations/source/vi/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/vi/starmath/source.po6
-rw-r--r--translations/source/vi/svl/source/items.po6
-rw-r--r--translations/source/vi/svl/source/misc.po8
-rw-r--r--translations/source/vi/svtools/source/contnr.po6
-rw-r--r--translations/source/vi/svtools/source/control.po6
-rw-r--r--translations/source/vi/svtools/source/dialogs.po6
-rw-r--r--translations/source/vi/svtools/source/filter.po6
-rw-r--r--translations/source/vi/svtools/source/java.po6
-rw-r--r--translations/source/vi/svtools/source/misc.po6
-rw-r--r--translations/source/vi/svtools/source/plugapp.po6
-rw-r--r--translations/source/vi/svtools/source/toolpanel.po4
-rw-r--r--translations/source/vi/svtools/workben/unodialog.po6
-rw-r--r--translations/source/vi/svx/inc.po6
-rw-r--r--translations/source/vi/svx/source/accessibility.po6
-rw-r--r--translations/source/vi/svx/source/dialog.po8
-rw-r--r--translations/source/vi/svx/source/engine3d.po6
-rw-r--r--translations/source/vi/svx/source/fmcomp.po6
-rw-r--r--translations/source/vi/svx/source/form.po6
-rw-r--r--translations/source/vi/svx/source/gallery2.po6
-rw-r--r--translations/source/vi/svx/source/items.po6
-rw-r--r--translations/source/vi/svx/source/src.po6
-rw-r--r--translations/source/vi/svx/source/stbctrls.po2
-rw-r--r--translations/source/vi/svx/source/svdraw.po6
-rw-r--r--translations/source/vi/svx/source/table.po6
-rw-r--r--translations/source/vi/svx/source/tbxctrls.po6
-rw-r--r--translations/source/vi/svx/source/toolbars.po6
-rw-r--r--translations/source/vi/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/vi/sw/source/core/layout.po4
-rw-r--r--translations/source/vi/sw/source/core/undo.po6
-rw-r--r--translations/source/vi/sw/source/core/unocore.po6
-rw-r--r--translations/source/vi/sw/source/ui/app.po14
-rw-r--r--translations/source/vi/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/vi/sw/source/ui/config.po2
-rw-r--r--translations/source/vi/sw/source/ui/dbui.po6
-rw-r--r--translations/source/vi/sw/source/ui/dialog.po6
-rw-r--r--translations/source/vi/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/vi/sw/source/ui/docvw.po6
-rw-r--r--translations/source/vi/sw/source/ui/envelp.po6
-rw-r--r--translations/source/vi/sw/source/ui/fldui.po6
-rw-r--r--translations/source/vi/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/vi/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/vi/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/vi/sw/source/ui/index.po13
-rw-r--r--translations/source/vi/sw/source/ui/lingu.po6
-rw-r--r--translations/source/vi/sw/source/ui/misc.po6
-rw-r--r--translations/source/vi/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/vi/sw/source/ui/shells.po10
-rw-r--r--translations/source/vi/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/vi/sw/source/ui/table.po16
-rw-r--r--translations/source/vi/sw/source/ui/uiview.po6
-rw-r--r--translations/source/vi/sw/source/ui/utlui.po22
-rw-r--r--translations/source/vi/sw/source/ui/web.po6
-rw-r--r--translations/source/vi/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/vi/swext/mediawiki/help.po12
-rw-r--r--translations/source/vi/swext/mediawiki/src.po8
-rw-r--r--translations/source/vi/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/vi/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/vi/sysui/desktop/share.po6
-rw-r--r--translations/source/vi/uui/source.po6
-rw-r--r--translations/source/vi/vcl/source/src.po6
-rw-r--r--translations/source/vi/wizards/source/euro.po6
-rw-r--r--translations/source/vi/wizards/source/formwizard.po6
-rw-r--r--translations/source/vi/wizards/source/importwizard.po6
-rw-r--r--translations/source/vi/wizards/source/schedule.po6
-rw-r--r--translations/source/vi/wizards/source/template.po6
-rw-r--r--translations/source/vi/xmlsecurity/source/component.po6
-rw-r--r--translations/source/vi/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/xh/accessibility/source/helper.po6
-rw-r--r--translations/source/xh/avmedia/source/framework.po6
-rw-r--r--translations/source/xh/avmedia/source/viewer.po6
-rw-r--r--translations/source/xh/basctl/source/basicide.po6
-rw-r--r--translations/source/xh/basctl/source/dlged.po6
-rw-r--r--translations/source/xh/basic/source/classes.po6
-rw-r--r--translations/source/xh/basic/source/sbx.po6
-rw-r--r--translations/source/xh/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/xh/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/xh/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/xh/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/xh/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/xh/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/xh/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/xh/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/xh/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/xh/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/xh/connectivity/source/drivers/mozab.po10
-rw-r--r--translations/source/xh/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/xh/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/xh/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/xh/connectivity/source/resource.po6
-rw-r--r--translations/source/xh/cui/source/customize.po6
-rw-r--r--translations/source/xh/cui/source/dialogs.po49
-rw-r--r--translations/source/xh/cui/source/options.po24
-rw-r--r--translations/source/xh/cui/source/tabpages.po151
-rw-r--r--translations/source/xh/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/xh/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/xh/dbaccess/source/ext/macromigration.po8
-rw-r--r--translations/source/xh/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/xh/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/xh/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/xh/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/xh/dbaccess/source/ui/dlg.po13
-rw-r--r--translations/source/xh/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/xh/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/xh/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/xh/dbaccess/source/ui/relationdesign.po8
-rw-r--r--translations/source/xh/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/xh/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/xh/desktop/source/app.po10
-rw-r--r--translations/source/xh/desktop/source/deployment/gui.po26
-rw-r--r--translations/source/xh/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/xh/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/xh/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/xh/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/xh/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/xh/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/xh/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/xh/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/xh/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/xh/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/xh/dictionaries/af_ZA.po4
-rw-r--r--translations/source/xh/dictionaries/an_ES.po19
-rw-r--r--translations/source/xh/dictionaries/ar.po4
-rw-r--r--translations/source/xh/dictionaries/be_BY.po4
-rw-r--r--translations/source/xh/dictionaries/bg_BG.po4
-rw-r--r--translations/source/xh/dictionaries/bn_BD.po4
-rw-r--r--translations/source/xh/dictionaries/br_FR.po4
-rw-r--r--translations/source/xh/dictionaries/ca.po4
-rw-r--r--translations/source/xh/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/xh/dictionaries/da_DK.po4
-rw-r--r--translations/source/xh/dictionaries/de.po4
-rw-r--r--translations/source/xh/dictionaries/el_GR.po4
-rw-r--r--translations/source/xh/dictionaries/en.po6
-rw-r--r--translations/source/xh/dictionaries/en/dialog.po171
-rw-r--r--translations/source/xh/dictionaries/es_ES.po4
-rw-r--r--translations/source/xh/dictionaries/et_EE.po4
-rw-r--r--translations/source/xh/dictionaries/fr_FR.po4
-rw-r--r--translations/source/xh/dictionaries/gd_GB.po4
-rw-r--r--translations/source/xh/dictionaries/gl.po4
-rw-r--r--translations/source/xh/dictionaries/gu_IN.po4
-rw-r--r--translations/source/xh/dictionaries/he_IL.po4
-rw-r--r--translations/source/xh/dictionaries/hi_IN.po4
-rw-r--r--translations/source/xh/dictionaries/hr_HR.po4
-rw-r--r--translations/source/xh/dictionaries/hu_HU.po6
-rw-r--r--translations/source/xh/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/xh/dictionaries/it_IT.po4
-rw-r--r--translations/source/xh/dictionaries/ku_TR.po4
-rw-r--r--translations/source/xh/dictionaries/lt_LT.po4
-rw-r--r--translations/source/xh/dictionaries/lv_LV.po4
-rw-r--r--translations/source/xh/dictionaries/ne_NP.po4
-rw-r--r--translations/source/xh/dictionaries/nl_NL.po4
-rw-r--r--translations/source/xh/dictionaries/no.po4
-rw-r--r--translations/source/xh/dictionaries/oc_FR.po4
-rw-r--r--translations/source/xh/dictionaries/pl_PL.po4
-rw-r--r--translations/source/xh/dictionaries/pt_BR.po4
-rw-r--r--translations/source/xh/dictionaries/pt_PT.po4
-rw-r--r--translations/source/xh/dictionaries/ro.po4
-rw-r--r--translations/source/xh/dictionaries/ru_RU.po6
-rw-r--r--translations/source/xh/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/xh/dictionaries/si_LK.po19
-rw-r--r--translations/source/xh/dictionaries/sk_SK.po4
-rw-r--r--translations/source/xh/dictionaries/sl_SI.po4
-rw-r--r--translations/source/xh/dictionaries/sr.po4
-rw-r--r--translations/source/xh/dictionaries/sv_SE.po4
-rw-r--r--translations/source/xh/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/xh/dictionaries/te_IN.po4
-rw-r--r--translations/source/xh/dictionaries/th_TH.po4
-rw-r--r--translations/source/xh/dictionaries/uk_UA.po4
-rw-r--r--translations/source/xh/dictionaries/vi.po4
-rw-r--r--translations/source/xh/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/xh/editeng/source/accessibility.po6
-rw-r--r--translations/source/xh/editeng/source/editeng.po8
-rw-r--r--translations/source/xh/editeng/source/items.po30
-rw-r--r--translations/source/xh/editeng/source/misc.po6
-rw-r--r--translations/source/xh/editeng/source/outliner.po6
-rw-r--r--translations/source/xh/extensions/source/abpilot.po10
-rw-r--r--translations/source/xh/extensions/source/bibliography.po6
-rw-r--r--translations/source/xh/extensions/source/dbpilots.po6
-rw-r--r--translations/source/xh/extensions/source/propctrlr.po6
-rw-r--r--translations/source/xh/extensions/source/scanner.po6
-rw-r--r--translations/source/xh/extensions/source/update/check.po6
-rw-r--r--translations/source/xh/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/xh/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/xh/filter/source/config/fragments/types.po8
-rw-r--r--translations/source/xh/filter/source/flash.po6
-rw-r--r--translations/source/xh/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/xh/filter/source/pdf.po10
-rw-r--r--translations/source/xh/filter/source/t602.po6
-rw-r--r--translations/source/xh/filter/source/xsltdialog.po6
-rw-r--r--translations/source/xh/forms/source/resource.po6
-rw-r--r--translations/source/xh/formula/source/core/resource.po22
-rw-r--r--translations/source/xh/formula/source/ui/dlg.po6
-rw-r--r--translations/source/xh/fpicker/source/office.po6
-rw-r--r--translations/source/xh/framework/source/classes.po6
-rw-r--r--translations/source/xh/framework/source/services.po6
-rw-r--r--translations/source/xh/instsetoo_native/inc_openoffice/windows/msi_languages.po65
-rw-r--r--translations/source/xh/mysqlc/source.po6
-rw-r--r--translations/source/xh/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/xh/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/xh/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/xh/nlpsolver/src/locale.po179
-rw-r--r--translations/source/xh/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/xh/officecfg/registry/data/org/openoffice/Office/UI.po56
-rw-r--r--translations/source/xh/padmin/source.po6
-rw-r--r--translations/source/xh/readlicense_oo/docs/readme.po34
-rw-r--r--translations/source/xh/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/xh/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/xh/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/xh/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/xh/reportbuilder/util.po4
-rw-r--r--translations/source/xh/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/xh/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/xh/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/xh/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/xh/sc/source/core/src.po6
-rw-r--r--translations/source/xh/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/xh/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/xh/sc/source/ui/docshell.po6
-rw-r--r--translations/source/xh/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/xh/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/xh/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/xh/sc/source/ui/navipi.po8
-rw-r--r--translations/source/xh/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/xh/sc/source/ui/src.po146
-rw-r--r--translations/source/xh/sc/source/ui/styleui.po8
-rw-r--r--translations/source/xh/scaddins/source/analysis.po6
-rw-r--r--translations/source/xh/scaddins/source/datefunc.po6
-rw-r--r--translations/source/xh/sccomp/source/solver.po6
-rw-r--r--translations/source/xh/scp2/source/accessories.po6
-rw-r--r--translations/source/xh/scp2/source/activex.po6
-rw-r--r--translations/source/xh/scp2/source/base.po16
-rw-r--r--translations/source/xh/scp2/source/binfilter.po6
-rw-r--r--translations/source/xh/scp2/source/calc.po6
-rw-r--r--translations/source/xh/scp2/source/draw.po6
-rw-r--r--translations/source/xh/scp2/source/extensions.po2360
-rw-r--r--translations/source/xh/scp2/source/gnome.po6
-rw-r--r--translations/source/xh/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/xh/scp2/source/impress.po6
-rw-r--r--translations/source/xh/scp2/source/javafilter.po6
-rw-r--r--translations/source/xh/scp2/source/kde.po6
-rw-r--r--translations/source/xh/scp2/source/math.po6
-rw-r--r--translations/source/xh/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/xh/scp2/source/ooo.po27
-rw-r--r--translations/source/xh/scp2/source/python.po6
-rw-r--r--translations/source/xh/scp2/source/quickstart.po6
-rw-r--r--translations/source/xh/scp2/source/sdkoo.po6
-rw-r--r--translations/source/xh/scp2/source/smoketest.po23
-rw-r--r--translations/source/xh/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/xh/scp2/source/writer.po6
-rw-r--r--translations/source/xh/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/xh/scripting/source/pyprov.po4
-rw-r--r--translations/source/xh/sd/source/core.po40
-rw-r--r--translations/source/xh/sd/source/filter/html.po6
-rw-r--r--translations/source/xh/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/xh/sd/source/ui/animations.po6
-rw-r--r--translations/source/xh/sd/source/ui/annotations.po6
-rw-r--r--translations/source/xh/sd/source/ui/app.po8
-rw-r--r--translations/source/xh/sd/source/ui/dlg.po6
-rw-r--r--translations/source/xh/sd/source/ui/notes.po6
-rw-r--r--translations/source/xh/sd/source/ui/slideshow.po15
-rw-r--r--translations/source/xh/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/xh/sd/source/ui/table.po6
-rw-r--r--translations/source/xh/sd/source/ui/view.po6
-rw-r--r--translations/source/xh/sdext/source/minimizer.po4
-rw-r--r--translations/source/xh/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/xh/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/xh/sdext/source/pdfimport.po4
-rw-r--r--translations/source/xh/sdext/source/presenter.po4
-rw-r--r--translations/source/xh/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/xh/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/xh/setup_native/source/mac.po6
-rw-r--r--translations/source/xh/sfx2/source/appl.po6
-rw-r--r--translations/source/xh/sfx2/source/bastyp.po6
-rw-r--r--translations/source/xh/sfx2/source/dialog.po12
-rw-r--r--translations/source/xh/sfx2/source/doc.po18
-rw-r--r--translations/source/xh/sfx2/source/menu.po6
-rw-r--r--translations/source/xh/sfx2/source/view.po6
-rw-r--r--translations/source/xh/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/xh/starmath/source.po6
-rw-r--r--translations/source/xh/svl/source/items.po6
-rw-r--r--translations/source/xh/svl/source/misc.po6
-rw-r--r--translations/source/xh/svtools/source/contnr.po6
-rw-r--r--translations/source/xh/svtools/source/control.po6
-rw-r--r--translations/source/xh/svtools/source/dialogs.po6
-rw-r--r--translations/source/xh/svtools/source/filter.po6
-rw-r--r--translations/source/xh/svtools/source/java.po6
-rw-r--r--translations/source/xh/svtools/source/misc.po51
-rw-r--r--translations/source/xh/svtools/source/plugapp.po6
-rw-r--r--translations/source/xh/svtools/source/toolpanel.po6
-rw-r--r--translations/source/xh/svtools/workben/unodialog.po6
-rw-r--r--translations/source/xh/svx/inc.po8
-rw-r--r--translations/source/xh/svx/source/accessibility.po6
-rw-r--r--translations/source/xh/svx/source/dialog.po12
-rw-r--r--translations/source/xh/svx/source/engine3d.po6
-rw-r--r--translations/source/xh/svx/source/fmcomp.po6
-rw-r--r--translations/source/xh/svx/source/form.po6
-rw-r--r--translations/source/xh/svx/source/gallery2.po6
-rw-r--r--translations/source/xh/svx/source/items.po6
-rw-r--r--translations/source/xh/svx/source/src.po6
-rw-r--r--translations/source/xh/svx/source/stbctrls.po4
-rw-r--r--translations/source/xh/svx/source/svdraw.po6
-rw-r--r--translations/source/xh/svx/source/table.po6
-rw-r--r--translations/source/xh/svx/source/tbxctrls.po6
-rw-r--r--translations/source/xh/svx/source/toolbars.po6
-rw-r--r--translations/source/xh/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/xh/sw/source/core/layout.po4
-rw-r--r--translations/source/xh/sw/source/core/undo.po8
-rw-r--r--translations/source/xh/sw/source/core/unocore.po6
-rw-r--r--translations/source/xh/sw/source/ui/app.po22
-rw-r--r--translations/source/xh/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/xh/sw/source/ui/config.po2
-rw-r--r--translations/source/xh/sw/source/ui/dbui.po6
-rw-r--r--translations/source/xh/sw/source/ui/dialog.po14
-rw-r--r--translations/source/xh/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/xh/sw/source/ui/docvw.po22
-rw-r--r--translations/source/xh/sw/source/ui/envelp.po6
-rw-r--r--translations/source/xh/sw/source/ui/fldui.po6
-rw-r--r--translations/source/xh/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/xh/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/xh/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/xh/sw/source/ui/index.po11
-rw-r--r--translations/source/xh/sw/source/ui/lingu.po6
-rw-r--r--translations/source/xh/sw/source/ui/misc.po6
-rw-r--r--translations/source/xh/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/xh/sw/source/ui/shells.po14
-rw-r--r--translations/source/xh/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/xh/sw/source/ui/table.po18
-rw-r--r--translations/source/xh/sw/source/ui/uiview.po6
-rw-r--r--translations/source/xh/sw/source/ui/utlui.po17
-rw-r--r--translations/source/xh/sw/source/ui/web.po6
-rw-r--r--translations/source/xh/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/xh/swext/mediawiki/help.po10
-rw-r--r--translations/source/xh/swext/mediawiki/src.po6
-rw-r--r--translations/source/xh/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/xh/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/xh/sysui/desktop/share.po6
-rw-r--r--translations/source/xh/uui/source.po6
-rw-r--r--translations/source/xh/vcl/source/src.po30
-rw-r--r--translations/source/xh/wizards/source/euro.po6
-rw-r--r--translations/source/xh/wizards/source/formwizard.po6
-rw-r--r--translations/source/xh/wizards/source/importwizard.po6
-rw-r--r--translations/source/xh/wizards/source/schedule.po6
-rw-r--r--translations/source/xh/wizards/source/template.po6
-rw-r--r--translations/source/xh/xmlsecurity/source/component.po6
-rw-r--r--translations/source/xh/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/zh-CN/accessibility/source/helper.po6
-rw-r--r--translations/source/zh-CN/avmedia/source/framework.po6
-rw-r--r--translations/source/zh-CN/avmedia/source/viewer.po6
-rw-r--r--translations/source/zh-CN/basctl/source/basicide.po6
-rw-r--r--translations/source/zh-CN/basctl/source/dlged.po6
-rw-r--r--translations/source/zh-CN/basic/source/classes.po6
-rw-r--r--translations/source/zh-CN/basic/source/sbx.po6
-rw-r--r--translations/source/zh-CN/chart2/source/controller/dialogs.po6
-rw-r--r--translations/source/zh-CN/connectivity/source/drivers/adabas.po20
-rw-r--r--translations/source/zh-CN/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/zh-CN/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/zh-CN/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/zh-CN/connectivity/source/drivers/evoab.po24
-rw-r--r--translations/source/zh-CN/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/zh-CN/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/zh-CN/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/zh-CN/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/zh-CN/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/zh-CN/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/zh-CN/connectivity/source/drivers/mozab.po6
-rw-r--r--translations/source/zh-CN/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/zh-CN/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/zh-CN/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/zh-CN/connectivity/source/resource.po6
-rw-r--r--translations/source/zh-CN/cui/source/customize.po6
-rw-r--r--translations/source/zh-CN/cui/source/dialogs.po6
-rw-r--r--translations/source/zh-CN/cui/source/options.po12
-rw-r--r--translations/source/zh-CN/cui/source/tabpages.po6
-rw-r--r--translations/source/zh-CN/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/zh-CN/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/zh-CN/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/zh-CN/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/zh-CN/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/zh-CN/dbaccess/source/ui/browser.po10
-rw-r--r--translations/source/zh-CN/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/zh-CN/dbaccess/source/ui/dlg.po10
-rw-r--r--translations/source/zh-CN/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/zh-CN/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/zh-CN/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/zh-CN/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/zh-CN/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/zh-CN/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/zh-CN/desktop/source/app.po6
-rw-r--r--translations/source/zh-CN/desktop/source/deployment/gui.po6
-rw-r--r--translations/source/zh-CN/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/zh-CN/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/zh-CN/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/zh-CN/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/zh-CN/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/zh-CN/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/zh-CN/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/zh-CN/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/zh-CN/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/zh-CN/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/zh-CN/desktop/source/migration.po246
-rw-r--r--translations/source/zh-CN/dictionaries/af_ZA.po4
-rw-r--r--translations/source/zh-CN/dictionaries/an_ES.po4
-rw-r--r--translations/source/zh-CN/dictionaries/ar.po4
-rw-r--r--translations/source/zh-CN/dictionaries/be_BY.po4
-rw-r--r--translations/source/zh-CN/dictionaries/bg_BG.po4
-rw-r--r--translations/source/zh-CN/dictionaries/bn_BD.po4
-rw-r--r--translations/source/zh-CN/dictionaries/br_FR.po4
-rw-r--r--translations/source/zh-CN/dictionaries/ca.po4
-rw-r--r--translations/source/zh-CN/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/zh-CN/dictionaries/da_DK.po4
-rw-r--r--translations/source/zh-CN/dictionaries/de.po4
-rw-r--r--translations/source/zh-CN/dictionaries/el_GR.po4
-rw-r--r--translations/source/zh-CN/dictionaries/en.po4
-rw-r--r--translations/source/zh-CN/dictionaries/en/dialog.po4
-rw-r--r--translations/source/zh-CN/dictionaries/es_ES.po4
-rw-r--r--translations/source/zh-CN/dictionaries/et_EE.po4
-rw-r--r--translations/source/zh-CN/dictionaries/fr_FR.po4
-rw-r--r--translations/source/zh-CN/dictionaries/gd_GB.po4
-rw-r--r--translations/source/zh-CN/dictionaries/gl.po4
-rw-r--r--translations/source/zh-CN/dictionaries/gu_IN.po4
-rw-r--r--translations/source/zh-CN/dictionaries/he_IL.po4
-rw-r--r--translations/source/zh-CN/dictionaries/hi_IN.po4
-rw-r--r--translations/source/zh-CN/dictionaries/hr_HR.po4
-rw-r--r--translations/source/zh-CN/dictionaries/hu_HU.po4
-rw-r--r--translations/source/zh-CN/dictionaries/hu_HU/dialog.po4
-rw-r--r--translations/source/zh-CN/dictionaries/it_IT.po4
-rw-r--r--translations/source/zh-CN/dictionaries/ku_TR.po4
-rw-r--r--translations/source/zh-CN/dictionaries/lt_LT.po4
-rw-r--r--translations/source/zh-CN/dictionaries/lv_LV.po4
-rw-r--r--translations/source/zh-CN/dictionaries/ne_NP.po4
-rw-r--r--translations/source/zh-CN/dictionaries/nl_NL.po4
-rw-r--r--translations/source/zh-CN/dictionaries/no.po4
-rw-r--r--translations/source/zh-CN/dictionaries/oc_FR.po4
-rw-r--r--translations/source/zh-CN/dictionaries/pl_PL.po4
-rw-r--r--translations/source/zh-CN/dictionaries/pt_BR.po4
-rw-r--r--translations/source/zh-CN/dictionaries/pt_PT.po4
-rw-r--r--translations/source/zh-CN/dictionaries/ro.po4
-rw-r--r--translations/source/zh-CN/dictionaries/ru_RU.po4
-rw-r--r--translations/source/zh-CN/dictionaries/ru_RU/dialog.po4
-rw-r--r--translations/source/zh-CN/dictionaries/si_LK.po4
-rw-r--r--translations/source/zh-CN/dictionaries/sk_SK.po4
-rw-r--r--translations/source/zh-CN/dictionaries/sl_SI.po4
-rw-r--r--translations/source/zh-CN/dictionaries/sr.po4
-rw-r--r--translations/source/zh-CN/dictionaries/sv_SE.po4
-rw-r--r--translations/source/zh-CN/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/zh-CN/dictionaries/te_IN.po4
-rw-r--r--translations/source/zh-CN/dictionaries/th_TH.po4
-rw-r--r--translations/source/zh-CN/dictionaries/uk_UA.po4
-rw-r--r--translations/source/zh-CN/dictionaries/vi.po4
-rw-r--r--translations/source/zh-CN/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/zh-CN/editeng/source/accessibility.po6
-rw-r--r--translations/source/zh-CN/editeng/source/editeng.po6
-rw-r--r--translations/source/zh-CN/editeng/source/items.po6
-rw-r--r--translations/source/zh-CN/editeng/source/misc.po6
-rw-r--r--translations/source/zh-CN/editeng/source/outliner.po6
-rw-r--r--translations/source/zh-CN/extensions/source/abpilot.po6
-rw-r--r--translations/source/zh-CN/extensions/source/bibliography.po6
-rw-r--r--translations/source/zh-CN/extensions/source/dbpilots.po6
-rw-r--r--translations/source/zh-CN/extensions/source/preload.po98
-rw-r--r--translations/source/zh-CN/extensions/source/propctrlr.po10
-rw-r--r--translations/source/zh-CN/extensions/source/scanner.po6
-rw-r--r--translations/source/zh-CN/extensions/source/update/check.po6
-rw-r--r--translations/source/zh-CN/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/zh-CN/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/zh-CN/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/zh-CN/filter/source/flash.po6
-rw-r--r--translations/source/zh-CN/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/zh-CN/filter/source/pdf.po6
-rw-r--r--translations/source/zh-CN/filter/source/t602.po6
-rw-r--r--translations/source/zh-CN/filter/source/xsltdialog.po6
-rw-r--r--translations/source/zh-CN/forms/source/resource.po6
-rw-r--r--translations/source/zh-CN/formula/source/core/resource.po6
-rw-r--r--translations/source/zh-CN/formula/source/ui/dlg.po6
-rw-r--r--translations/source/zh-CN/fpicker/source/office.po6
-rw-r--r--translations/source/zh-CN/framework/source/classes.po6
-rw-r--r--translations/source/zh-CN/framework/source/services.po6
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/sbasic/shared.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/scalc/01.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/scalc/04.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/scalc/guide.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/sdraw/04.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/shared.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/shared/00.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/shared/01.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/shared/02.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/shared/guide.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/shared/optionen.po82
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/simpress/04.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/smath.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/smath/00.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/smath/01.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/swriter/00.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/swriter/01.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/swriter/02.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/swriter/04.po2
-rw-r--r--translations/source/zh-CN/helpcontent2/source/text/swriter/guide.po14
-rw-r--r--translations/source/zh-CN/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--translations/source/zh-CN/mysqlc/source.po6
-rw-r--r--translations/source/zh-CN/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/zh-CN/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po4
-rw-r--r--translations/source/zh-CN/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po4
-rw-r--r--translations/source/zh-CN/nlpsolver/src/locale.po4
-rw-r--r--translations/source/zh-CN/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/zh-CN/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--translations/source/zh-CN/officecfg/registry/schema/org/openoffice/Office.po20
-rw-r--r--translations/source/zh-CN/padmin/source.po6
-rw-r--r--translations/source/zh-CN/readlicense_oo/docs/readme.po20
-rw-r--r--translations/source/zh-CN/reportbuilder/java/com/sun/star/report/function/metadata.po4
-rw-r--r--translations/source/zh-CN/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/zh-CN/reportbuilder/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--translations/source/zh-CN/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/zh-CN/reportbuilder/util.po4
-rw-r--r--translations/source/zh-CN/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/zh-CN/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/zh-CN/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/zh-CN/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/zh-CN/sc/source/core/src.po6
-rw-r--r--translations/source/zh-CN/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/zh-CN/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/zh-CN/sc/source/ui/docshell.po6
-rw-r--r--translations/source/zh-CN/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/zh-CN/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/zh-CN/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/zh-CN/sc/source/ui/navipi.po6
-rw-r--r--translations/source/zh-CN/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/zh-CN/sc/source/ui/src.po6
-rw-r--r--translations/source/zh-CN/sc/source/ui/styleui.po6
-rw-r--r--translations/source/zh-CN/scaddins/source/analysis.po6
-rw-r--r--translations/source/zh-CN/scaddins/source/datefunc.po6
-rw-r--r--translations/source/zh-CN/sccomp/source/solver.po6
-rw-r--r--translations/source/zh-CN/scp2/source/accessories.po6
-rw-r--r--translations/source/zh-CN/scp2/source/activex.po6
-rw-r--r--translations/source/zh-CN/scp2/source/base.po18
-rw-r--r--translations/source/zh-CN/scp2/source/binfilter.po6
-rw-r--r--translations/source/zh-CN/scp2/source/calc.po6
-rw-r--r--translations/source/zh-CN/scp2/source/draw.po6
-rw-r--r--translations/source/zh-CN/scp2/source/extensions.po16
-rw-r--r--translations/source/zh-CN/scp2/source/gnome.po6
-rw-r--r--translations/source/zh-CN/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/zh-CN/scp2/source/impress.po6
-rw-r--r--translations/source/zh-CN/scp2/source/javafilter.po6
-rw-r--r--translations/source/zh-CN/scp2/source/kde.po6
-rw-r--r--translations/source/zh-CN/scp2/source/math.po6
-rw-r--r--translations/source/zh-CN/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/zh-CN/scp2/source/ooo.po6
-rw-r--r--translations/source/zh-CN/scp2/source/python.po6
-rw-r--r--translations/source/zh-CN/scp2/source/quickstart.po6
-rw-r--r--translations/source/zh-CN/scp2/source/sdkoo.po6
-rw-r--r--translations/source/zh-CN/scp2/source/smoketest.po4
-rw-r--r--translations/source/zh-CN/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/zh-CN/scp2/source/writer.po6
-rw-r--r--translations/source/zh-CN/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/zh-CN/scripting/source/pyprov.po4
-rw-r--r--translations/source/zh-CN/sd/source/core.po6
-rw-r--r--translations/source/zh-CN/sd/source/filter/html.po6
-rw-r--r--translations/source/zh-CN/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/zh-CN/sd/source/ui/animations.po6
-rw-r--r--translations/source/zh-CN/sd/source/ui/annotations.po6
-rw-r--r--translations/source/zh-CN/sd/source/ui/app.po6
-rw-r--r--translations/source/zh-CN/sd/source/ui/dlg.po6
-rw-r--r--translations/source/zh-CN/sd/source/ui/notes.po6
-rw-r--r--translations/source/zh-CN/sd/source/ui/slideshow.po6
-rw-r--r--translations/source/zh-CN/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/zh-CN/sd/source/ui/table.po6
-rw-r--r--translations/source/zh-CN/sd/source/ui/view.po6
-rw-r--r--translations/source/zh-CN/sdext/source/minimizer.po4
-rw-r--r--translations/source/zh-CN/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/zh-CN/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/zh-CN/sdext/source/minimizer/registry/schema/org/openoffice/Office/extension.po20
-rw-r--r--translations/source/zh-CN/sdext/source/pdfimport.po4
-rw-r--r--translations/source/zh-CN/sdext/source/presenter.po4
-rw-r--r--translations/source/zh-CN/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/zh-CN/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/zh-CN/setup_native/source/mac.po6
-rw-r--r--translations/source/zh-CN/sfx2/source/appl.po6
-rw-r--r--translations/source/zh-CN/sfx2/source/bastyp.po6
-rw-r--r--translations/source/zh-CN/sfx2/source/dialog.po6
-rw-r--r--translations/source/zh-CN/sfx2/source/doc.po6
-rw-r--r--translations/source/zh-CN/sfx2/source/menu.po6
-rw-r--r--translations/source/zh-CN/sfx2/source/view.po6
-rw-r--r--translations/source/zh-CN/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/zh-CN/starmath/source.po6
-rw-r--r--translations/source/zh-CN/svl/source/items.po6
-rw-r--r--translations/source/zh-CN/svl/source/misc.po6
-rw-r--r--translations/source/zh-CN/svtools/source/contnr.po6
-rw-r--r--translations/source/zh-CN/svtools/source/control.po6
-rw-r--r--translations/source/zh-CN/svtools/source/dialogs.po6
-rw-r--r--translations/source/zh-CN/svtools/source/filter.po6
-rw-r--r--translations/source/zh-CN/svtools/source/filter.vcl/filter.po252
-rw-r--r--translations/source/zh-CN/svtools/source/java.po6
-rw-r--r--translations/source/zh-CN/svtools/source/misc.po6
-rw-r--r--translations/source/zh-CN/svtools/source/plugapp.po6
-rw-r--r--translations/source/zh-CN/svtools/source/productregistration.po52
-rw-r--r--translations/source/zh-CN/svtools/source/toolpanel.po6
-rw-r--r--translations/source/zh-CN/svtools/workben/unodialog.po6
-rw-r--r--translations/source/zh-CN/svx/inc.po6
-rw-r--r--translations/source/zh-CN/svx/source/accessibility.po6
-rw-r--r--translations/source/zh-CN/svx/source/dialog.po6
-rw-r--r--translations/source/zh-CN/svx/source/engine3d.po6
-rw-r--r--translations/source/zh-CN/svx/source/fmcomp.po6
-rw-r--r--translations/source/zh-CN/svx/source/form.po6
-rw-r--r--translations/source/zh-CN/svx/source/gallery2.po6
-rw-r--r--translations/source/zh-CN/svx/source/items.po6
-rw-r--r--translations/source/zh-CN/svx/source/src.po6
-rw-r--r--translations/source/zh-CN/svx/source/stbctrls.po6
-rw-r--r--translations/source/zh-CN/svx/source/svdraw.po6
-rw-r--r--translations/source/zh-CN/svx/source/table.po6
-rw-r--r--translations/source/zh-CN/svx/source/tbxctrls.po6
-rw-r--r--translations/source/zh-CN/svx/source/toolbars.po6
-rw-r--r--translations/source/zh-CN/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/zh-CN/sw/source/core/layout.po4
-rw-r--r--translations/source/zh-CN/sw/source/core/undo.po6
-rw-r--r--translations/source/zh-CN/sw/source/core/unocore.po6
-rw-r--r--translations/source/zh-CN/sw/source/ui/app.po6
-rw-r--r--translations/source/zh-CN/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/zh-CN/sw/source/ui/config.po2
-rw-r--r--translations/source/zh-CN/sw/source/ui/dbui.po6
-rw-r--r--translations/source/zh-CN/sw/source/ui/dialog.po6
-rw-r--r--translations/source/zh-CN/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/zh-CN/sw/source/ui/docvw.po6
-rw-r--r--translations/source/zh-CN/sw/source/ui/envelp.po6
-rw-r--r--translations/source/zh-CN/sw/source/ui/fldui.po6
-rw-r--r--translations/source/zh-CN/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/zh-CN/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/zh-CN/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/zh-CN/sw/source/ui/index.po6
-rw-r--r--translations/source/zh-CN/sw/source/ui/lingu.po6
-rw-r--r--translations/source/zh-CN/sw/source/ui/misc.po6
-rw-r--r--translations/source/zh-CN/sw/source/ui/ribbar.po6
-rw-r--r--translations/source/zh-CN/sw/source/ui/shells.po6
-rw-r--r--translations/source/zh-CN/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/zh-CN/sw/source/ui/table.po6
-rw-r--r--translations/source/zh-CN/sw/source/ui/uiview.po6
-rw-r--r--translations/source/zh-CN/sw/source/ui/utlui.po8
-rw-r--r--translations/source/zh-CN/sw/source/ui/web.po6
-rw-r--r--translations/source/zh-CN/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/zh-CN/swext/mediawiki/help.po6
-rw-r--r--translations/source/zh-CN/swext/mediawiki/src.po6
-rw-r--r--translations/source/zh-CN/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/zh-CN/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/zh-CN/sysui/desktop/share.po6
-rw-r--r--translations/source/zh-CN/ucbhelper/workben/ucbexplorer.po44
-rw-r--r--translations/source/zh-CN/uui/source.po6
-rw-r--r--translations/source/zh-CN/vcl/source/src.po6
-rw-r--r--translations/source/zh-CN/wizards/source/euro.po6
-rw-r--r--translations/source/zh-CN/wizards/source/formwizard.po6
-rw-r--r--translations/source/zh-CN/wizards/source/importwizard.po6
-rw-r--r--translations/source/zh-CN/wizards/source/schedule.po6
-rw-r--r--translations/source/zh-CN/wizards/source/template.po6
-rw-r--r--translations/source/zh-CN/xmlsecurity/source/component.po6
-rw-r--r--translations/source/zh-CN/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/zh-TW/accessibility/source/helper.po6
-rw-r--r--translations/source/zh-TW/avmedia/source/framework.po6
-rw-r--r--translations/source/zh-TW/avmedia/source/viewer.po6
-rw-r--r--translations/source/zh-TW/basctl/source/basicide.po28
-rw-r--r--translations/source/zh-TW/basctl/source/dlged.po8
-rw-r--r--translations/source/zh-TW/basic/source/classes.po8
-rw-r--r--translations/source/zh-TW/basic/source/sbx.po6
-rw-r--r--translations/source/zh-TW/chart2/source/controller/dialogs.po8
-rw-r--r--translations/source/zh-TW/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/zh-TW/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/zh-TW/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/zh-TW/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/zh-TW/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/zh-TW/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/zh-TW/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/zh-TW/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/zh-TW/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/zh-TW/connectivity/source/drivers/mozab.po8
-rw-r--r--translations/source/zh-TW/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/zh-TW/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/zh-TW/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/zh-TW/connectivity/source/resource.po6
-rw-r--r--translations/source/zh-TW/cui/source/customize.po8
-rw-r--r--translations/source/zh-TW/cui/source/dialogs.po12
-rw-r--r--translations/source/zh-TW/cui/source/options.po82
-rw-r--r--translations/source/zh-TW/cui/source/tabpages.po24
-rw-r--r--translations/source/zh-TW/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/zh-TW/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/zh-TW/dbaccess/source/ext/macromigration.po6
-rw-r--r--translations/source/zh-TW/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/zh-TW/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/zh-TW/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/zh-TW/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/zh-TW/dbaccess/source/ui/dlg.po6
-rw-r--r--translations/source/zh-TW/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/zh-TW/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/zh-TW/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/zh-TW/dbaccess/source/ui/relationdesign.po6
-rw-r--r--translations/source/zh-TW/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/zh-TW/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/zh-TW/desktop/source/app.po6
-rw-r--r--translations/source/zh-TW/desktop/source/deployment/gui.po6
-rw-r--r--translations/source/zh-TW/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/zh-TW/desktop/source/deployment/misc.po6
-rw-r--r--translations/source/zh-TW/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/zh-TW/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/zh-TW/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/zh-TW/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/zh-TW/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/zh-TW/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/zh-TW/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/zh-TW/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/zh-TW/dictionaries/af_ZA.po8
-rw-r--r--translations/source/zh-TW/dictionaries/an_ES.po6
-rw-r--r--translations/source/zh-TW/dictionaries/ar.po8
-rw-r--r--translations/source/zh-TW/dictionaries/be_BY.po8
-rw-r--r--translations/source/zh-TW/dictionaries/bg_BG.po8
-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.po6
-rw-r--r--translations/source/zh-TW/dictionaries/en.po6
-rw-r--r--translations/source/zh-TW/dictionaries/en/dialog.po80
-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.po11
-rw-r--r--translations/source/zh-TW/dictionaries/gl.po6
-rw-r--r--translations/source/zh-TW/dictionaries/gu_IN.po11
-rw-r--r--translations/source/zh-TW/dictionaries/he_IL.po11
-rw-r--r--translations/source/zh-TW/dictionaries/hi_IN.po11
-rw-r--r--translations/source/zh-TW/dictionaries/hr_HR.po11
-rw-r--r--translations/source/zh-TW/dictionaries/hu_HU.po11
-rw-r--r--translations/source/zh-TW/dictionaries/hu_HU/dialog.po78
-rw-r--r--translations/source/zh-TW/dictionaries/it_IT.po11
-rw-r--r--translations/source/zh-TW/dictionaries/ku_TR.po11
-rw-r--r--translations/source/zh-TW/dictionaries/lt_LT.po11
-rw-r--r--translations/source/zh-TW/dictionaries/lv_LV.po11
-rw-r--r--translations/source/zh-TW/dictionaries/ne_NP.po11
-rw-r--r--translations/source/zh-TW/dictionaries/nl_NL.po11
-rw-r--r--translations/source/zh-TW/dictionaries/no.po11
-rw-r--r--translations/source/zh-TW/dictionaries/oc_FR.po11
-rw-r--r--translations/source/zh-TW/dictionaries/pl_PL.po11
-rw-r--r--translations/source/zh-TW/dictionaries/pt_BR.po11
-rw-r--r--translations/source/zh-TW/dictionaries/pt_PT.po11
-rw-r--r--translations/source/zh-TW/dictionaries/ro.po11
-rw-r--r--translations/source/zh-TW/dictionaries/ru_RU.po11
-rw-r--r--translations/source/zh-TW/dictionaries/ru_RU/dialog.po43
-rw-r--r--translations/source/zh-TW/dictionaries/si_LK.po11
-rw-r--r--translations/source/zh-TW/dictionaries/sk_SK.po11
-rw-r--r--translations/source/zh-TW/dictionaries/sl_SI.po11
-rw-r--r--translations/source/zh-TW/dictionaries/sr.po11
-rw-r--r--translations/source/zh-TW/dictionaries/sv_SE.po11
-rw-r--r--translations/source/zh-TW/dictionaries/sw_TZ.po11
-rw-r--r--translations/source/zh-TW/dictionaries/te_IN.po11
-rw-r--r--translations/source/zh-TW/dictionaries/th_TH.po11
-rw-r--r--translations/source/zh-TW/dictionaries/uk_UA.po11
-rw-r--r--translations/source/zh-TW/dictionaries/vi.po11
-rw-r--r--translations/source/zh-TW/dictionaries/zu_ZA.po11
-rw-r--r--translations/source/zh-TW/editeng/source/accessibility.po6
-rw-r--r--translations/source/zh-TW/editeng/source/editeng.po6
-rw-r--r--translations/source/zh-TW/editeng/source/items.po26
-rw-r--r--translations/source/zh-TW/editeng/source/misc.po6
-rw-r--r--translations/source/zh-TW/editeng/source/outliner.po6
-rw-r--r--translations/source/zh-TW/extensions/source/abpilot.po6
-rw-r--r--translations/source/zh-TW/extensions/source/bibliography.po6
-rw-r--r--translations/source/zh-TW/extensions/source/dbpilots.po6
-rw-r--r--translations/source/zh-TW/extensions/source/propctrlr.po8
-rw-r--r--translations/source/zh-TW/extensions/source/scanner.po6
-rw-r--r--translations/source/zh-TW/extensions/source/update/check.po6
-rw-r--r--translations/source/zh-TW/filter/source/config/fragments/filters.po6
-rw-r--r--translations/source/zh-TW/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/zh-TW/filter/source/config/fragments/types.po6
-rw-r--r--translations/source/zh-TW/filter/source/flash.po6
-rw-r--r--translations/source/zh-TW/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/zh-TW/filter/source/pdf.po6
-rw-r--r--translations/source/zh-TW/filter/source/t602.po6
-rw-r--r--translations/source/zh-TW/filter/source/xsltdialog.po6
-rw-r--r--translations/source/zh-TW/forms/source/resource.po10
-rw-r--r--translations/source/zh-TW/formula/source/core/resource.po6
-rw-r--r--translations/source/zh-TW/formula/source/ui/dlg.po6
-rw-r--r--translations/source/zh-TW/fpicker/source/office.po6
-rw-r--r--translations/source/zh-TW/framework/source/classes.po6
-rw-r--r--translations/source/zh-TW/framework/source/services.po6
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/sbasic/guide.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/sbasic/shared.po4
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/sbasic/shared/01.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/sbasic/shared/02.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/scalc.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/scalc/00.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/scalc/01.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/scalc/02.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/scalc/04.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/scalc/05.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/scalc/guide.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/schart.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/schart/00.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/schart/01.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/schart/02.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/schart/04.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/sdraw.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/sdraw/00.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/sdraw/01.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/sdraw/04.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/sdraw/guide.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/shared.po8
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/shared/00.po14
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/shared/01.po18
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/shared/02.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/shared/04.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/shared/05.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/shared/07.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/shared/autokorr.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/shared/autopi.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/shared/explorer/database.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/shared/guide.po8
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/shared/optionen.po92
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/simpress.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/simpress/00.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/simpress/01.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/simpress/02.po28
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/simpress/04.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/simpress/guide.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/smath.po2
-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.po4
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/smath/02.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/smath/04.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/smath/guide.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/swriter.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/swriter/00.po2
-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.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/swriter/04.po2
-rw-r--r--translations/source/zh-TW/helpcontent2/source/text/swriter/guide.po10
-rw-r--r--translations/source/zh-TW/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--translations/source/zh-TW/mysqlc/source.po6
-rw-r--r--translations/source/zh-TW/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/zh-TW/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po12
-rw-r--r--translations/source/zh-TW/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po11
-rw-r--r--translations/source/zh-TW/nlpsolver/src/locale.po6
-rw-r--r--translations/source/zh-TW/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/zh-TW/officecfg/registry/data/org/openoffice/Office/UI.po74
-rw-r--r--translations/source/zh-TW/padmin/source.po6
-rw-r--r--translations/source/zh-TW/readlicense_oo/docs/readme.po14
-rw-r--r--translations/source/zh-TW/reportbuilder/java/com/sun/star/report/function/metadata.po21
-rw-r--r--translations/source/zh-TW/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/zh-TW/reportbuilder/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--translations/source/zh-TW/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/zh-TW/reportbuilder/util.po11
-rw-r--r--translations/source/zh-TW/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/zh-TW/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/zh-TW/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/zh-TW/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/zh-TW/sc/source/core/src.po6
-rw-r--r--translations/source/zh-TW/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/zh-TW/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/zh-TW/sc/source/ui/docshell.po6
-rw-r--r--translations/source/zh-TW/sc/source/ui/drawfunc.po10
-rw-r--r--translations/source/zh-TW/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/zh-TW/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/zh-TW/sc/source/ui/navipi.po6
-rw-r--r--translations/source/zh-TW/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/zh-TW/sc/source/ui/src.po89
-rw-r--r--translations/source/zh-TW/sc/source/ui/styleui.po6
-rw-r--r--translations/source/zh-TW/scaddins/source/analysis.po6
-rw-r--r--translations/source/zh-TW/scaddins/source/datefunc.po6
-rw-r--r--translations/source/zh-TW/sccomp/source/solver.po6
-rw-r--r--translations/source/zh-TW/scp2/source/accessories.po6
-rw-r--r--translations/source/zh-TW/scp2/source/activex.po6
-rw-r--r--translations/source/zh-TW/scp2/source/base.po18
-rw-r--r--translations/source/zh-TW/scp2/source/binfilter.po6
-rw-r--r--translations/source/zh-TW/scp2/source/calc.po10
-rw-r--r--translations/source/zh-TW/scp2/source/draw.po10
-rw-r--r--translations/source/zh-TW/scp2/source/extensions.po38
-rw-r--r--translations/source/zh-TW/scp2/source/gnome.po6
-rw-r--r--translations/source/zh-TW/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/zh-TW/scp2/source/impress.po10
-rw-r--r--translations/source/zh-TW/scp2/source/javafilter.po6
-rw-r--r--translations/source/zh-TW/scp2/source/kde.po6
-rw-r--r--translations/source/zh-TW/scp2/source/math.po10
-rw-r--r--translations/source/zh-TW/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/zh-TW/scp2/source/ooo.po292
-rw-r--r--translations/source/zh-TW/scp2/source/python.po6
-rw-r--r--translations/source/zh-TW/scp2/source/quickstart.po6
-rw-r--r--translations/source/zh-TW/scp2/source/sdkoo.po6
-rw-r--r--translations/source/zh-TW/scp2/source/smoketest.po13
-rw-r--r--translations/source/zh-TW/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/zh-TW/scp2/source/writer.po10
-rw-r--r--translations/source/zh-TW/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/zh-TW/scripting/source/pyprov.po4
-rw-r--r--translations/source/zh-TW/sd/source/core.po6
-rw-r--r--translations/source/zh-TW/sd/source/filter/html.po6
-rw-r--r--translations/source/zh-TW/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/zh-TW/sd/source/ui/animations.po6
-rw-r--r--translations/source/zh-TW/sd/source/ui/annotations.po6
-rw-r--r--translations/source/zh-TW/sd/source/ui/app.po14
-rw-r--r--translations/source/zh-TW/sd/source/ui/dlg.po8
-rw-r--r--translations/source/zh-TW/sd/source/ui/notes.po6
-rw-r--r--translations/source/zh-TW/sd/source/ui/slideshow.po6
-rw-r--r--translations/source/zh-TW/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/zh-TW/sd/source/ui/table.po6
-rw-r--r--translations/source/zh-TW/sd/source/ui/view.po6
-rw-r--r--translations/source/zh-TW/sdext/source/minimizer.po4
-rw-r--r--translations/source/zh-TW/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/zh-TW/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po10
-rw-r--r--translations/source/zh-TW/sdext/source/pdfimport.po4
-rw-r--r--translations/source/zh-TW/sdext/source/presenter.po4
-rw-r--r--translations/source/zh-TW/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/zh-TW/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/zh-TW/setup_native/source/mac.po6
-rw-r--r--translations/source/zh-TW/sfx2/source/appl.po6
-rw-r--r--translations/source/zh-TW/sfx2/source/bastyp.po6
-rw-r--r--translations/source/zh-TW/sfx2/source/dialog.po6
-rw-r--r--translations/source/zh-TW/sfx2/source/doc.po6
-rw-r--r--translations/source/zh-TW/sfx2/source/menu.po10
-rw-r--r--translations/source/zh-TW/sfx2/source/view.po6
-rw-r--r--translations/source/zh-TW/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/zh-TW/starmath/source.po14
-rw-r--r--translations/source/zh-TW/svl/source/items.po6
-rw-r--r--translations/source/zh-TW/svl/source/misc.po6
-rw-r--r--translations/source/zh-TW/svtools/source/contnr.po6
-rw-r--r--translations/source/zh-TW/svtools/source/control.po6
-rw-r--r--translations/source/zh-TW/svtools/source/dialogs.po10
-rw-r--r--translations/source/zh-TW/svtools/source/filter.po6
-rw-r--r--translations/source/zh-TW/svtools/source/java.po6
-rw-r--r--translations/source/zh-TW/svtools/source/misc.po6
-rw-r--r--translations/source/zh-TW/svtools/source/plugapp.po6
-rw-r--r--translations/source/zh-TW/svtools/source/toolpanel.po6
-rw-r--r--translations/source/zh-TW/svtools/workben/unodialog.po6
-rw-r--r--translations/source/zh-TW/svx/inc.po10
-rw-r--r--translations/source/zh-TW/svx/source/accessibility.po6
-rw-r--r--translations/source/zh-TW/svx/source/dialog.po6
-rw-r--r--translations/source/zh-TW/svx/source/engine3d.po6
-rw-r--r--translations/source/zh-TW/svx/source/fmcomp.po6
-rw-r--r--translations/source/zh-TW/svx/source/form.po8
-rw-r--r--translations/source/zh-TW/svx/source/gallery2.po6
-rw-r--r--translations/source/zh-TW/svx/source/items.po22
-rw-r--r--translations/source/zh-TW/svx/source/src.po12
-rw-r--r--translations/source/zh-TW/svx/source/stbctrls.po6
-rw-r--r--translations/source/zh-TW/svx/source/svdraw.po14
-rw-r--r--translations/source/zh-TW/svx/source/table.po6
-rw-r--r--translations/source/zh-TW/svx/source/tbxctrls.po6
-rw-r--r--translations/source/zh-TW/svx/source/toolbars.po6
-rw-r--r--translations/source/zh-TW/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/zh-TW/sw/source/core/layout.po10
-rw-r--r--translations/source/zh-TW/sw/source/core/undo.po20
-rw-r--r--translations/source/zh-TW/sw/source/core/unocore.po6
-rw-r--r--translations/source/zh-TW/sw/source/ui/app.po24
-rw-r--r--translations/source/zh-TW/sw/source/ui/chrdlg.po16
-rw-r--r--translations/source/zh-TW/sw/source/ui/config.po64
-rw-r--r--translations/source/zh-TW/sw/source/ui/dbui.po6
-rw-r--r--translations/source/zh-TW/sw/source/ui/dialog.po8
-rw-r--r--translations/source/zh-TW/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/zh-TW/sw/source/ui/docvw.po6
-rw-r--r--translations/source/zh-TW/sw/source/ui/envelp.po6
-rw-r--r--translations/source/zh-TW/sw/source/ui/fldui.po6
-rw-r--r--translations/source/zh-TW/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/zh-TW/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/zh-TW/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/zh-TW/sw/source/ui/index.po6
-rw-r--r--translations/source/zh-TW/sw/source/ui/lingu.po10
-rw-r--r--translations/source/zh-TW/sw/source/ui/misc.po14
-rw-r--r--translations/source/zh-TW/sw/source/ui/ribbar.po6
-rw-r--r--translations/source/zh-TW/sw/source/ui/shells.po6
-rw-r--r--translations/source/zh-TW/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/zh-TW/sw/source/ui/table.po10
-rw-r--r--translations/source/zh-TW/sw/source/ui/uiview.po6
-rw-r--r--translations/source/zh-TW/sw/source/ui/utlui.po206
-rw-r--r--translations/source/zh-TW/sw/source/ui/web.po6
-rw-r--r--translations/source/zh-TW/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/zh-TW/swext/mediawiki/help.po6
-rw-r--r--translations/source/zh-TW/swext/mediawiki/src.po8
-rw-r--r--translations/source/zh-TW/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/zh-TW/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/zh-TW/sysui/desktop/share.po6
-rw-r--r--translations/source/zh-TW/uui/source.po6
-rw-r--r--translations/source/zh-TW/vcl/source/src.po6
-rw-r--r--translations/source/zh-TW/wizards/source/euro.po6
-rw-r--r--translations/source/zh-TW/wizards/source/formwizard.po6
-rw-r--r--translations/source/zh-TW/wizards/source/importwizard.po50
-rw-r--r--translations/source/zh-TW/wizards/source/schedule.po6
-rw-r--r--translations/source/zh-TW/wizards/source/template.po6
-rw-r--r--translations/source/zh-TW/xmlsecurity/source/component.po6
-rw-r--r--translations/source/zh-TW/xmlsecurity/source/dialogs.po6
-rw-r--r--translations/source/zu/accessibility/source/helper.po6
-rw-r--r--translations/source/zu/avmedia/source/framework.po6
-rw-r--r--translations/source/zu/avmedia/source/viewer.po6
-rw-r--r--translations/source/zu/basctl/source/basicide.po6
-rw-r--r--translations/source/zu/basctl/source/dlged.po6
-rw-r--r--translations/source/zu/basic/source/classes.po6
-rw-r--r--translations/source/zu/basic/source/sbx.po6
-rw-r--r--translations/source/zu/chart2/source/controller/dialogs.po8
-rw-r--r--translations/source/zu/connectivity/source/drivers/ado.po6
-rw-r--r--translations/source/zu/connectivity/source/drivers/calc.po6
-rw-r--r--translations/source/zu/connectivity/source/drivers/dbase.po6
-rw-r--r--translations/source/zu/connectivity/source/drivers/evoab2.po6
-rw-r--r--translations/source/zu/connectivity/source/drivers/flat.po6
-rw-r--r--translations/source/zu/connectivity/source/drivers/hsqldb.po6
-rw-r--r--translations/source/zu/connectivity/source/drivers/jdbc.po6
-rw-r--r--translations/source/zu/connectivity/source/drivers/kab.po6
-rw-r--r--translations/source/zu/connectivity/source/drivers/macab.po6
-rw-r--r--translations/source/zu/connectivity/source/drivers/mozab.po10
-rw-r--r--translations/source/zu/connectivity/source/drivers/mysql.po6
-rw-r--r--translations/source/zu/connectivity/source/drivers/odbc.po6
-rw-r--r--translations/source/zu/connectivity/source/drivers/postgresql.po12
-rw-r--r--translations/source/zu/connectivity/source/resource.po6
-rw-r--r--translations/source/zu/cui/source/customize.po6
-rw-r--r--translations/source/zu/cui/source/dialogs.po53
-rw-r--r--translations/source/zu/cui/source/options.po22
-rw-r--r--translations/source/zu/cui/source/tabpages.po203
-rw-r--r--translations/source/zu/dbaccess/source/core/resource.po6
-rw-r--r--translations/source/zu/dbaccess/source/ext/adabas.po6
-rw-r--r--translations/source/zu/dbaccess/source/ext/macromigration.po10
-rw-r--r--translations/source/zu/dbaccess/source/sdbtools/resource.po6
-rw-r--r--translations/source/zu/dbaccess/source/ui/app.po6
-rw-r--r--translations/source/zu/dbaccess/source/ui/browser.po6
-rw-r--r--translations/source/zu/dbaccess/source/ui/control.po6
-rw-r--r--translations/source/zu/dbaccess/source/ui/dlg.po15
-rw-r--r--translations/source/zu/dbaccess/source/ui/inc.po6
-rw-r--r--translations/source/zu/dbaccess/source/ui/misc.po6
-rw-r--r--translations/source/zu/dbaccess/source/ui/querydesign.po6
-rw-r--r--translations/source/zu/dbaccess/source/ui/relationdesign.po8
-rw-r--r--translations/source/zu/dbaccess/source/ui/tabledesign.po6
-rw-r--r--translations/source/zu/dbaccess/source/ui/uno.po6
-rw-r--r--translations/source/zu/desktop/source/app.po10
-rw-r--r--translations/source/zu/desktop/source/deployment/gui.po26
-rw-r--r--translations/source/zu/desktop/source/deployment/manager.po6
-rw-r--r--translations/source/zu/desktop/source/deployment/misc.po8
-rw-r--r--translations/source/zu/desktop/source/deployment/registry.po6
-rw-r--r--translations/source/zu/desktop/source/deployment/registry/component.po6
-rw-r--r--translations/source/zu/desktop/source/deployment/registry/configuration.po6
-rw-r--r--translations/source/zu/desktop/source/deployment/registry/help.po6
-rw-r--r--translations/source/zu/desktop/source/deployment/registry/package.po6
-rw-r--r--translations/source/zu/desktop/source/deployment/registry/script.po6
-rw-r--r--translations/source/zu/desktop/source/deployment/registry/sfwk.po6
-rw-r--r--translations/source/zu/desktop/source/deployment/unopkg.po6
-rw-r--r--translations/source/zu/dictionaries/af_ZA.po4
-rw-r--r--translations/source/zu/dictionaries/an_ES.po19
-rw-r--r--translations/source/zu/dictionaries/ar.po4
-rw-r--r--translations/source/zu/dictionaries/be_BY.po4
-rw-r--r--translations/source/zu/dictionaries/bg_BG.po4
-rw-r--r--translations/source/zu/dictionaries/bn_BD.po4
-rw-r--r--translations/source/zu/dictionaries/br_FR.po4
-rw-r--r--translations/source/zu/dictionaries/ca.po4
-rw-r--r--translations/source/zu/dictionaries/cs_CZ.po4
-rw-r--r--translations/source/zu/dictionaries/da_DK.po4
-rw-r--r--translations/source/zu/dictionaries/de.po4
-rw-r--r--translations/source/zu/dictionaries/el_GR.po4
-rw-r--r--translations/source/zu/dictionaries/en.po6
-rw-r--r--translations/source/zu/dictionaries/en/dialog.po171
-rw-r--r--translations/source/zu/dictionaries/es_ES.po4
-rw-r--r--translations/source/zu/dictionaries/et_EE.po4
-rw-r--r--translations/source/zu/dictionaries/fr_FR.po4
-rw-r--r--translations/source/zu/dictionaries/gd_GB.po4
-rw-r--r--translations/source/zu/dictionaries/gl.po4
-rw-r--r--translations/source/zu/dictionaries/gu_IN.po4
-rw-r--r--translations/source/zu/dictionaries/he_IL.po4
-rw-r--r--translations/source/zu/dictionaries/hi_IN.po4
-rw-r--r--translations/source/zu/dictionaries/hr_HR.po4
-rw-r--r--translations/source/zu/dictionaries/hu_HU.po6
-rw-r--r--translations/source/zu/dictionaries/hu_HU/dialog.po153
-rw-r--r--translations/source/zu/dictionaries/it_IT.po4
-rw-r--r--translations/source/zu/dictionaries/ku_TR.po4
-rw-r--r--translations/source/zu/dictionaries/lt_LT.po4
-rw-r--r--translations/source/zu/dictionaries/lv_LV.po4
-rw-r--r--translations/source/zu/dictionaries/ne_NP.po4
-rw-r--r--translations/source/zu/dictionaries/nl_NL.po4
-rw-r--r--translations/source/zu/dictionaries/no.po4
-rw-r--r--translations/source/zu/dictionaries/oc_FR.po4
-rw-r--r--translations/source/zu/dictionaries/pl_PL.po4
-rw-r--r--translations/source/zu/dictionaries/pt_BR.po4
-rw-r--r--translations/source/zu/dictionaries/pt_PT.po4
-rw-r--r--translations/source/zu/dictionaries/ro.po4
-rw-r--r--translations/source/zu/dictionaries/ru_RU.po6
-rw-r--r--translations/source/zu/dictionaries/ru_RU/dialog.po83
-rw-r--r--translations/source/zu/dictionaries/si_LK.po19
-rw-r--r--translations/source/zu/dictionaries/sk_SK.po4
-rw-r--r--translations/source/zu/dictionaries/sl_SI.po4
-rw-r--r--translations/source/zu/dictionaries/sr.po4
-rw-r--r--translations/source/zu/dictionaries/sv_SE.po4
-rw-r--r--translations/source/zu/dictionaries/sw_TZ.po4
-rw-r--r--translations/source/zu/dictionaries/te_IN.po4
-rw-r--r--translations/source/zu/dictionaries/th_TH.po4
-rw-r--r--translations/source/zu/dictionaries/uk_UA.po4
-rw-r--r--translations/source/zu/dictionaries/vi.po4
-rw-r--r--translations/source/zu/dictionaries/zu_ZA.po4
-rw-r--r--translations/source/zu/editeng/source/accessibility.po6
-rw-r--r--translations/source/zu/editeng/source/editeng.po8
-rw-r--r--translations/source/zu/editeng/source/items.po34
-rw-r--r--translations/source/zu/editeng/source/misc.po6
-rw-r--r--translations/source/zu/editeng/source/outliner.po6
-rw-r--r--translations/source/zu/extensions/source/abpilot.po10
-rw-r--r--translations/source/zu/extensions/source/bibliography.po6
-rw-r--r--translations/source/zu/extensions/source/dbpilots.po6
-rw-r--r--translations/source/zu/extensions/source/propctrlr.po6
-rw-r--r--translations/source/zu/extensions/source/scanner.po8
-rw-r--r--translations/source/zu/extensions/source/update/check.po6
-rw-r--r--translations/source/zu/filter/source/config/fragments/filters.po10
-rw-r--r--translations/source/zu/filter/source/config/fragments/internalgraphicfilters.po6
-rw-r--r--translations/source/zu/filter/source/config/fragments/types.po8
-rw-r--r--translations/source/zu/filter/source/flash.po6
-rw-r--r--translations/source/zu/filter/source/graphicfilter/eps.po6
-rw-r--r--translations/source/zu/filter/source/pdf.po10
-rw-r--r--translations/source/zu/filter/source/t602.po6
-rw-r--r--translations/source/zu/filter/source/xsltdialog.po6
-rw-r--r--translations/source/zu/forms/source/resource.po6
-rw-r--r--translations/source/zu/formula/source/core/resource.po22
-rw-r--r--translations/source/zu/formula/source/ui/dlg.po6
-rw-r--r--translations/source/zu/fpicker/source/office.po6
-rw-r--r--translations/source/zu/framework/source/classes.po14
-rw-r--r--translations/source/zu/framework/source/services.po6
-rw-r--r--translations/source/zu/instsetoo_native/inc_openoffice/windows/msi_languages.po65
-rw-r--r--translations/source/zu/mysqlc/source.po6
-rw-r--r--translations/source/zu/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po6
-rw-r--r--translations/source/zu/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--translations/source/zu/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--translations/source/zu/nlpsolver/src/locale.po179
-rw-r--r--translations/source/zu/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/zu/officecfg/registry/data/org/openoffice/Office/UI.po72
-rw-r--r--translations/source/zu/padmin/source.po6
-rw-r--r--translations/source/zu/readlicense_oo/docs/readme.po34
-rw-r--r--translations/source/zu/reportbuilder/java/com/sun/star/report/function/metadata.po39
-rw-r--r--translations/source/zu/reportbuilder/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/zu/reportbuilder/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--translations/source/zu/reportbuilder/registry/data/org/openoffice/TypeDetection.po6
-rw-r--r--translations/source/zu/reportbuilder/util.po4
-rw-r--r--translations/source/zu/reportdesign/source/core/resource.po6
-rw-r--r--translations/source/zu/reportdesign/source/ui/dlg.po6
-rw-r--r--translations/source/zu/reportdesign/source/ui/inspection.po6
-rw-r--r--translations/source/zu/reportdesign/source/ui/report.po6
-rw-r--r--translations/source/zu/sc/source/core/src.po6
-rw-r--r--translations/source/zu/sc/source/ui/cctrl.po6
-rw-r--r--translations/source/zu/sc/source/ui/dbgui.po6
-rw-r--r--translations/source/zu/sc/source/ui/docshell.po6
-rw-r--r--translations/source/zu/sc/source/ui/drawfunc.po6
-rw-r--r--translations/source/zu/sc/source/ui/formdlg.po6
-rw-r--r--translations/source/zu/sc/source/ui/miscdlgs.po6
-rw-r--r--translations/source/zu/sc/source/ui/navipi.po8
-rw-r--r--translations/source/zu/sc/source/ui/pagedlg.po6
-rw-r--r--translations/source/zu/sc/source/ui/src.po154
-rw-r--r--translations/source/zu/sc/source/ui/styleui.po8
-rw-r--r--translations/source/zu/scaddins/source/analysis.po6
-rw-r--r--translations/source/zu/scaddins/source/datefunc.po6
-rw-r--r--translations/source/zu/sccomp/source/solver.po6
-rw-r--r--translations/source/zu/scp2/source/accessories.po6
-rw-r--r--translations/source/zu/scp2/source/activex.po6
-rw-r--r--translations/source/zu/scp2/source/base.po16
-rw-r--r--translations/source/zu/scp2/source/binfilter.po6
-rw-r--r--translations/source/zu/scp2/source/calc.po6
-rw-r--r--translations/source/zu/scp2/source/draw.po6
-rw-r--r--translations/source/zu/scp2/source/extensions.po2358
-rw-r--r--translations/source/zu/scp2/source/gnome.po6
-rw-r--r--translations/source/zu/scp2/source/graphicfilter.po6
-rw-r--r--translations/source/zu/scp2/source/impress.po6
-rw-r--r--translations/source/zu/scp2/source/javafilter.po6
-rw-r--r--translations/source/zu/scp2/source/kde.po6
-rw-r--r--translations/source/zu/scp2/source/math.po6
-rw-r--r--translations/source/zu/scp2/source/onlineupdate.po6
-rw-r--r--translations/source/zu/scp2/source/ooo.po31
-rw-r--r--translations/source/zu/scp2/source/python.po6
-rw-r--r--translations/source/zu/scp2/source/quickstart.po6
-rw-r--r--translations/source/zu/scp2/source/sdkoo.po6
-rw-r--r--translations/source/zu/scp2/source/smoketest.po23
-rw-r--r--translations/source/zu/scp2/source/winexplorerext.po6
-rw-r--r--translations/source/zu/scp2/source/writer.po6
-rw-r--r--translations/source/zu/scp2/source/xsltfilter.po6
-rw-r--r--translations/source/zu/scripting/source/pyprov.po4
-rw-r--r--translations/source/zu/sd/source/core.po43
-rw-r--r--translations/source/zu/sd/source/filter/html.po6
-rw-r--r--translations/source/zu/sd/source/ui/accessibility.po6
-rw-r--r--translations/source/zu/sd/source/ui/animations.po4
-rw-r--r--translations/source/zu/sd/source/ui/annotations.po6
-rw-r--r--translations/source/zu/sd/source/ui/app.po8
-rw-r--r--translations/source/zu/sd/source/ui/dlg.po6
-rw-r--r--translations/source/zu/sd/source/ui/notes.po6
-rw-r--r--translations/source/zu/sd/source/ui/slideshow.po19
-rw-r--r--translations/source/zu/sd/source/ui/slidesorter/view.po6
-rw-r--r--translations/source/zu/sd/source/ui/table.po6
-rw-r--r--translations/source/zu/sd/source/ui/view.po6
-rw-r--r--translations/source/zu/sdext/source/minimizer.po4
-rw-r--r--translations/source/zu/sdext/source/minimizer/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/zu/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--translations/source/zu/sdext/source/pdfimport.po4
-rw-r--r--translations/source/zu/sdext/source/presenter.po4
-rw-r--r--translations/source/zu/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po6
-rw-r--r--translations/source/zu/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po12
-rw-r--r--translations/source/zu/setup_native/source/mac.po6
-rw-r--r--translations/source/zu/sfx2/source/appl.po6
-rw-r--r--translations/source/zu/sfx2/source/bastyp.po6
-rw-r--r--translations/source/zu/sfx2/source/dialog.po10
-rw-r--r--translations/source/zu/sfx2/source/doc.po20
-rw-r--r--translations/source/zu/sfx2/source/menu.po6
-rw-r--r--translations/source/zu/sfx2/source/view.po6
-rw-r--r--translations/source/zu/shell/source/win32/shlxthandler/res.po6
-rw-r--r--translations/source/zu/starmath/source.po6
-rw-r--r--translations/source/zu/svl/source/items.po6
-rw-r--r--translations/source/zu/svl/source/misc.po6
-rw-r--r--translations/source/zu/svtools/source/contnr.po6
-rw-r--r--translations/source/zu/svtools/source/control.po6
-rw-r--r--translations/source/zu/svtools/source/dialogs.po6
-rw-r--r--translations/source/zu/svtools/source/filter.po6
-rw-r--r--translations/source/zu/svtools/source/java.po6
-rw-r--r--translations/source/zu/svtools/source/misc.po53
-rw-r--r--translations/source/zu/svtools/source/plugapp.po6
-rw-r--r--translations/source/zu/svtools/source/toolpanel.po6
-rw-r--r--translations/source/zu/svtools/workben/unodialog.po6
-rw-r--r--translations/source/zu/svx/inc.po8
-rw-r--r--translations/source/zu/svx/source/accessibility.po6
-rw-r--r--translations/source/zu/svx/source/dialog.po12
-rw-r--r--translations/source/zu/svx/source/engine3d.po6
-rw-r--r--translations/source/zu/svx/source/fmcomp.po6
-rw-r--r--translations/source/zu/svx/source/form.po6
-rw-r--r--translations/source/zu/svx/source/gallery2.po6
-rw-r--r--translations/source/zu/svx/source/items.po6
-rw-r--r--translations/source/zu/svx/source/src.po8
-rw-r--r--translations/source/zu/svx/source/stbctrls.po4
-rw-r--r--translations/source/zu/svx/source/svdraw.po6
-rw-r--r--translations/source/zu/svx/source/table.po6
-rw-r--r--translations/source/zu/svx/source/tbxctrls.po6
-rw-r--r--translations/source/zu/svx/source/toolbars.po6
-rw-r--r--translations/source/zu/svx/source/unodialogs/textconversiondlgs.po6
-rw-r--r--translations/source/zu/sw/source/core/layout.po4
-rw-r--r--translations/source/zu/sw/source/core/undo.po8
-rw-r--r--translations/source/zu/sw/source/core/unocore.po6
-rw-r--r--translations/source/zu/sw/source/ui/app.po22
-rw-r--r--translations/source/zu/sw/source/ui/chrdlg.po6
-rw-r--r--translations/source/zu/sw/source/ui/config.po10
-rw-r--r--translations/source/zu/sw/source/ui/dbui.po6
-rw-r--r--translations/source/zu/sw/source/ui/dialog.po14
-rw-r--r--translations/source/zu/sw/source/ui/dochdl.po6
-rw-r--r--translations/source/zu/sw/source/ui/docvw.po22
-rw-r--r--translations/source/zu/sw/source/ui/envelp.po6
-rw-r--r--translations/source/zu/sw/source/ui/fldui.po6
-rw-r--r--translations/source/zu/sw/source/ui/fmtui.po6
-rw-r--r--translations/source/zu/sw/source/ui/frmdlg.po6
-rw-r--r--translations/source/zu/sw/source/ui/globdoc.po6
-rw-r--r--translations/source/zu/sw/source/ui/index.po13
-rw-r--r--translations/source/zu/sw/source/ui/lingu.po6
-rw-r--r--translations/source/zu/sw/source/ui/misc.po6
-rw-r--r--translations/source/zu/sw/source/ui/ribbar.po16
-rw-r--r--translations/source/zu/sw/source/ui/shells.po14
-rw-r--r--translations/source/zu/sw/source/ui/smartmenu.po6
-rw-r--r--translations/source/zu/sw/source/ui/table.po18
-rw-r--r--translations/source/zu/sw/source/ui/uiview.po6
-rw-r--r--translations/source/zu/sw/source/ui/utlui.po21
-rw-r--r--translations/source/zu/sw/source/ui/web.po6
-rw-r--r--translations/source/zu/sw/source/ui/wrtsh.po6
-rw-r--r--translations/source/zu/swext/mediawiki/help.po10
-rw-r--r--translations/source/zu/swext/mediawiki/src.po6
-rw-r--r--translations/source/zu/swext/mediawiki/src/registry/data/org/openoffice/Office.po6
-rw-r--r--translations/source/zu/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--translations/source/zu/sysui/desktop/share.po8
-rw-r--r--translations/source/zu/uui/source.po8
-rw-r--r--translations/source/zu/vcl/source/src.po34
-rw-r--r--translations/source/zu/wizards/source/euro.po6
-rw-r--r--translations/source/zu/wizards/source/formwizard.po6
-rw-r--r--translations/source/zu/wizards/source/importwizard.po6
-rw-r--r--translations/source/zu/wizards/source/schedule.po6
-rw-r--r--translations/source/zu/wizards/source/template.po6
-rw-r--r--translations/source/zu/xmlsecurity/source/component.po6
-rw-r--r--translations/source/zu/xmlsecurity/source/dialogs.po6
31799 files changed, 198763 insertions, 254452 deletions
diff --git a/translations/source/af/accessibility/source/helper.po b/translations/source/af/accessibility/source/helper.po
index 16bbd1a1fbd..5758b3588a9 100644
--- a/translations/source/af/accessibility/source/helper.po
+++ b/translations/source/af/accessibility/source/helper.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/avmedia/source/framework.po b/translations/source/af/avmedia/source/framework.po
index 12bea5f1557..4534f932a89 100644
--- a/translations/source/af/avmedia/source/framework.po
+++ b/translations/source/af/avmedia/source/framework.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/avmedia/source/viewer.po b/translations/source/af/avmedia/source/viewer.po
index 785a7d5bfd0..9f39cab6e1a 100644
--- a/translations/source/af/avmedia/source/viewer.po
+++ b/translations/source/af/avmedia/source/viewer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/basctl/source/basicide.po b/translations/source/af/basctl/source/basicide.po
index 86d3b00110a..d2dce027a39 100644
--- a/translations/source/af/basctl/source/basicide.po
+++ b/translations/source/af/basctl/source/basicide.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/basctl/source/dlged.po b/translations/source/af/basctl/source/dlged.po
index ead001f5585..815fd806e0d 100644
--- a/translations/source/af/basctl/source/dlged.po
+++ b/translations/source/af/basctl/source/dlged.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/basic/source/classes.po b/translations/source/af/basic/source/classes.po
index fdf49a4a133..451ed942376 100644
--- a/translations/source/af/basic/source/classes.po
+++ b/translations/source/af/basic/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/basic/source/sbx.po b/translations/source/af/basic/source/sbx.po
index b4edb2d9d47..e3003658712 100644
--- a/translations/source/af/basic/source/sbx.po
+++ b/translations/source/af/basic/source/sbx.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/chart2/source/controller/dialogs.po b/translations/source/af/chart2/source/controller/dialogs.po
index a32a1c273df..92dfb589930 100644
--- a/translations/source/af/chart2/source/controller/dialogs.po
+++ b/translations/source/af/chart2/source/controller/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/connectivity/source/drivers/ado.po b/translations/source/af/connectivity/source/drivers/ado.po
index 8376ab59998..b08326be2f0 100644
--- a/translations/source/af/connectivity/source/drivers/ado.po
+++ b/translations/source/af/connectivity/source/drivers/ado.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/connectivity/source/drivers/calc.po b/translations/source/af/connectivity/source/drivers/calc.po
index 88cb0bc00d6..893e5646917 100644
--- a/translations/source/af/connectivity/source/drivers/calc.po
+++ b/translations/source/af/connectivity/source/drivers/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/connectivity/source/drivers/dbase.po b/translations/source/af/connectivity/source/drivers/dbase.po
index 5d1f14165eb..3fc1ba91643 100644
--- a/translations/source/af/connectivity/source/drivers/dbase.po
+++ b/translations/source/af/connectivity/source/drivers/dbase.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/connectivity/source/drivers/evoab2.po b/translations/source/af/connectivity/source/drivers/evoab2.po
index f1ecd0ab283..1ff55dac56f 100644
--- a/translations/source/af/connectivity/source/drivers/evoab2.po
+++ b/translations/source/af/connectivity/source/drivers/evoab2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/connectivity/source/drivers/flat.po b/translations/source/af/connectivity/source/drivers/flat.po
index 8feaaada3e5..9853a80a7bb 100644
--- a/translations/source/af/connectivity/source/drivers/flat.po
+++ b/translations/source/af/connectivity/source/drivers/flat.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/connectivity/source/drivers/hsqldb.po b/translations/source/af/connectivity/source/drivers/hsqldb.po
index fc6927ce42d..1d42f93be80 100644
--- a/translations/source/af/connectivity/source/drivers/hsqldb.po
+++ b/translations/source/af/connectivity/source/drivers/hsqldb.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/connectivity/source/drivers/jdbc.po b/translations/source/af/connectivity/source/drivers/jdbc.po
index 97abfe4250b..7813d9110df 100644
--- a/translations/source/af/connectivity/source/drivers/jdbc.po
+++ b/translations/source/af/connectivity/source/drivers/jdbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/connectivity/source/drivers/kab.po b/translations/source/af/connectivity/source/drivers/kab.po
index d482c5240a8..f77c27d4e89 100644
--- a/translations/source/af/connectivity/source/drivers/kab.po
+++ b/translations/source/af/connectivity/source/drivers/kab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/connectivity/source/drivers/macab.po b/translations/source/af/connectivity/source/drivers/macab.po
index 86114559aa5..1fe8e7e9652 100644
--- a/translations/source/af/connectivity/source/drivers/macab.po
+++ b/translations/source/af/connectivity/source/drivers/macab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/connectivity/source/drivers/mozab.po b/translations/source/af/connectivity/source/drivers/mozab.po
index c55b46a0eb4..177a53de1d6 100644
--- a/translations/source/af/connectivity/source/drivers/mozab.po
+++ b/translations/source/af/connectivity/source/drivers/mozab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-05 09:31+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-01-11 15:58+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -22,8 +22,9 @@ msgid "SeaMonkey Address Book"
msgstr "Mozilla-adresboek"
#: mozab2.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text
+#, fuzzy
msgctxt "mozab2.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text"
-msgid "Thunderbird Address Book"
+msgid "Thunderbird/Icedove Address Book"
msgstr "Thunderbird-adresboek"
#: mozab2.xcu#.Drivers.Installed.sdbc_address_ldap__.DriverTypeDisplayName.value.text
@@ -46,8 +47,9 @@ msgid "SeaMonkey Address Book"
msgstr "Mozilla-adresboek"
#: mozab.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text
+#, fuzzy
msgctxt "mozab.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text"
-msgid "Thunderbird Address Book"
+msgid "Thunderbird/Icedove Address Book"
msgstr "Thunderbird-adresboek"
#: mozab.xcu#.Drivers.Installed.sdbc_address_ldap__.DriverTypeDisplayName.value.text
diff --git a/translations/source/af/connectivity/source/drivers/mysql.po b/translations/source/af/connectivity/source/drivers/mysql.po
index 191b29c23d2..bbec0e68288 100644
--- a/translations/source/af/connectivity/source/drivers/mysql.po
+++ b/translations/source/af/connectivity/source/drivers/mysql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/connectivity/source/drivers/odbc.po b/translations/source/af/connectivity/source/drivers/odbc.po
index 99d4669c5b2..abfb0507d00 100644
--- a/translations/source/af/connectivity/source/drivers/odbc.po
+++ b/translations/source/af/connectivity/source/drivers/odbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/connectivity/source/drivers/postgresql.po b/translations/source/af/connectivity/source/drivers/postgresql.po
index c8d4549c247..9bae9bee22c 100644
--- a/translations/source/af/connectivity/source/drivers/postgresql.po
+++ b/translations/source/af/connectivity/source/drivers/postgresql.po
@@ -3,25 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:41+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"
+"Language: af\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 46cc51dc9a4..16a71e1c3ab 100644
--- a/translations/source/af/connectivity/source/resource.po
+++ b/translations/source/af/connectivity/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/cui/source/customize.po b/translations/source/af/cui/source/customize.po
index b7a40aa789a..6d3e33d2586 100644
--- a/translations/source/af/cui/source/customize.po
+++ b/translations/source/af/cui/source/customize.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/cui/source/dialogs.po b/translations/source/af/cui/source/dialogs.po
index ea11d0d1c68..de30d958945 100644
--- a/translations/source/af/cui/source/dialogs.po
+++ b/translations/source/af/cui/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-05 09:31+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 11:57+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -836,7 +836,8 @@ msgid "Object;Objects"
msgstr "Objek;Objekte"
#: gallery.src#RID_SVXSTR_GALLERY_READONLY.string.text
-msgid " (read-only)"
+#, fuzzy
+msgid "(read-only)"
msgstr " (leesalleen)"
#: gallery.src#RID_SVXSTR_GALLERY_ALLFILES.string.text
@@ -1219,20 +1220,16 @@ msgstr "Redigeer miniprogram"
msgid "Contributor credits"
msgstr ""
-#: about.src#RID_DEFAULTABOUT.ABOUT_STR_VERSION.string.text
-msgid "%PRODUCTNAME %ABOUTBOXPRODUCTVERSION %PRODUCTEXTENSION"
-msgstr ""
-
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_VENDOR.string.text
msgid "This product was supplied by %OOOVENDOR."
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT.string.text
-msgid "LibreOffice is copyright © 2000, 2011 LibreOffice contributors and/or their affiliates. All rights reserved."
+msgid "LibreOffice is copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved."
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT_DERIVED.string.text
-msgid "%PRODUCTNAME is derived from LibreOffice. LibreOffice is copyright © 2000, 2011 LibreOffice contributors and/or their affiliates. All rights reserved."
+msgid "%PRODUCTNAME is derived from LibreOffice. LibreOffice is copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved."
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT_ORACLE_DERIVED.string.text
@@ -1244,7 +1241,7 @@ msgid "%OOOVENDOR acknowledges all community members, please find more info at t
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_LINK.string.text
-msgid "http://www.libreoffice.org/credits.html"
+msgid "http://www.libreoffice.org/about-us/credits/"
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_BUILD.string.text
@@ -1257,7 +1254,7 @@ msgstr ""
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.PB_PICKER.imagebutton.text
msgid "-"
-msgstr ""
+msgstr "-"
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.PB_PICKER.imagebutton.quickhelptext
msgid "Pick a color from the document"
@@ -1265,7 +1262,7 @@ msgstr ""
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.FL_RGB.fixedline.text
msgid "RGB"
-msgstr ""
+msgstr "RGB"
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.CT_RED.fixedtext.text
msgid "~Red"
@@ -1301,7 +1298,7 @@ msgstr ""
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.FL_CMYK.fixedline.text
msgid "CMYK"
-msgstr ""
+msgstr "CMYK"
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.CT_CYAN.fixedtext.text
msgid "~Cyan"
@@ -1325,7 +1322,7 @@ msgstr "Tekstaa~l"
#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.LINK_EXPLAIN.fixedtext.text
msgid "More..."
-msgstr ""
+msgstr "Meer..."
#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.FT_NOTINDICT.fixedtext.text
msgid "~Not in dictionary"
@@ -1668,7 +1665,7 @@ msgid "A~fter"
msgstr "N~a"
#: insrc.src#DLG_INS_ROW_COL.FL_INS.fixedline.text
-msgctxt "insrc.src#DLG_INS_ROW_COL.FL_INS.fixedline.text"
+#, fuzzy
msgid "Insert"
msgstr "Voeg in"
@@ -1682,18 +1679,12 @@ msgid "~Number"
msgstr "~Aantal"
#: insrc.src#DLG_INS_ROW_COL.STR_ROW.string.text
-msgid " Rows"
-msgstr " Rye"
+msgid "Insert Rows"
+msgstr "Voeg rye in"
#: insrc.src#DLG_INS_ROW_COL.STR_COL.string.text
-#, fuzzy
-msgid " Columns"
-msgstr "~Kolomme"
-
-#: insrc.src#DLG_INS_ROW_COL.modaldialog.text
-msgctxt "insrc.src#DLG_INS_ROW_COL.modaldialog.text"
-msgid "Insert"
-msgstr "Voeg in"
+msgid "Insert Columns"
+msgstr ""
#: hyphen.src#RID_SVXSTR_HMERR_CHECKINSTALL.string.text
msgid ""
diff --git a/translations/source/af/cui/source/options.po b/translations/source/af/cui/source/options.po
index d3a59a741e2..e089873e72f 100644
--- a/translations/source/af/cui/source/options.po
+++ b/translations/source/af/cui/source/options.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-30 11:10+0200\n"
-"PO-Revision-Date: 2011-11-26 01:22+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 11:57+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: optgenrl.src#RID_SFXPAGE_GENERAL.FT_COMPANY.fixedtext.text
@@ -1091,9 +1091,8 @@ msgid "Proxy"
msgstr "Instaanbediener"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.PB_BACK.pushbutton.text
-#, fuzzy
msgid "~Revert"
-msgstr "~Verwyder"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.ST_LOAD_ERROR.string.text
msgid "The selected module could not be loaded."
@@ -1293,13 +1292,12 @@ 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)"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.7.itemlist.text
msgid "Basic Fonts (Asian)"
-msgstr "Basiese fonts (Asiaties)"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text
msgid "Basic Fonts (CTL)"
@@ -1313,12 +1311,12 @@ 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"
msgid "Table"
-msgstr "Tabel"
+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"
msgid "Changes"
-msgstr "Veranderinge"
+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"
@@ -1327,7 +1325,7 @@ msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.13.itemlist.text
msgid "AutoCaption"
-msgstr "OutoByskrif"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.14.itemlist.text
msgid "Mail Merge E-mail"
@@ -2384,9 +2382,8 @@ msgid "Move Down"
msgstr "Skuif ondertoe"
#: optlingu.src#RID_SVXDLG_EDIT_MODULES.PB_EDIT_MODULES_PRIO_BACK.pushbutton.text
-#, fuzzy
msgid "~Back"
-msgstr "Rugsteunkopieë"
+msgstr ""
#: optlingu.src#RID_SVXDLG_EDIT_MODULES.FT_EDIT_MODULES_NEWDICTSLINK.fixedtext.text
msgctxt "optlingu.src#RID_SVXDLG_EDIT_MODULES.FT_EDIT_MODULES_NEWDICTSLINK.fixedtext.text"
diff --git a/translations/source/af/cui/source/tabpages.po b/translations/source/af/cui/source/tabpages.po
index 850f3f55e26..c3a923ab4af 100644
--- a/translations/source/af/cui/source/tabpages.po
+++ b/translations/source/af/cui/source/tabpages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-05 09:31+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2011-12-15 11:57+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -483,12 +483,14 @@ msgid "~Numbering"
msgstr "~Nommering"
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.1.stringlist.text
-msgid "1, 2, 3, ... "
-msgstr "1, 2, 3, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.1.stringlist.text"
+msgid "1, 2, 3, ..."
+msgstr "1, 2, 3, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.2.stringlist.text
-msgid "A, B, C, ... "
-msgstr "A, B, C, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.2.stringlist.text"
+msgid "A, B, C, ..."
+msgstr "A, B, C, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.3.stringlist.text
msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.3.stringlist.text"
@@ -496,15 +498,18 @@ msgid "a, b, c, ..."
msgstr "a, b, c, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.4.stringlist.text
-msgid "I, II, III, ... "
-msgstr "I, II, III, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.4.stringlist.text"
+msgid "I, II, III, ..."
+msgstr "I, II, III, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.5.stringlist.text
-msgid "i, ii, iii, ... "
-msgstr "i, ii, iii, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.5.stringlist.text"
+msgid "i, ii, iii, ..."
+msgstr "i, ii, iii, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.6.stringlist.text
-msgid "A, .., AA, .., AAA, ... "
+#, fuzzy
+msgid "A, .., AA, .., AAA, ..."
msgstr "A, .., AA, .., AAA, ... "
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.7.stringlist.text
@@ -2311,6 +2316,8 @@ msgid "For~mat"
msgstr "For~maat"
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.1.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.1.stringlist.text"
msgid "A, B, C, ..."
msgstr "A, B, C, ..."
@@ -2320,14 +2327,20 @@ msgid "a, b, c, ..."
msgstr "a, b, c, ..."
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.3.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.3.stringlist.text"
msgid "I, II, III, ..."
msgstr "I, II, III, ..."
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.4.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.4.stringlist.text"
msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ..."
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.5.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.5.stringlist.text"
msgid "1, 2, 3, ..."
msgstr "1, 2, 3, ..."
@@ -2875,6 +2888,10 @@ msgctxt "textanim.src#RID_SVXPAGE_TEXTANIMATION.TSB_AUTO.tristatebox.text"
msgid "~Automatic"
msgstr "~Outomaties"
+#: textanim.src#RID_SVXPAGE_TEXTANIMATION.MTR_FLD_DELAY.metricfield.text
+msgid " ms"
+msgstr ""
+
#: textanim.src#RID_SVXPAGE_TEXTANIMATION.tabpage.text
msgid "Animation"
msgstr "Animasie"
@@ -4769,6 +4786,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr "~Skrap..."
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Hatches List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Hatches List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_HATCH.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_HATCH.tabpage.text"
msgid "Hatching"
@@ -4816,6 +4856,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr "~Skrap..."
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Bitmap List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Bitmap List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_BITMAP.tabpage.text
msgid "Bitmap Patterns"
msgstr "Biskaartpatrone"
@@ -4907,6 +4970,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr "~Skrap..."
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Gradients List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Gradients List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_GRADIENT.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.tabpage.text"
msgid "Gradients"
@@ -4938,6 +5024,22 @@ msgstr "RGB"
msgid "CMYK"
msgstr "CMYK"
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_1.fixedtext.text
+msgid "~C"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_2.fixedtext.text
+msgid "~M"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_3.fixedtext.text
+msgid "~Y"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_4.fixedtext.text
+msgid "~K"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_COLOR.BTN_ADD.pushbutton.text
msgid "~Add"
msgstr "~Voeg by"
@@ -4956,6 +5058,29 @@ msgstr "~Skrap..."
msgid "~Modify"
msgstr "~Wysig"
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Color List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Color List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_COLOR.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_COLOR.tabpage.text"
msgid "Colors"
diff --git a/translations/source/af/dbaccess/source/core/resource.po b/translations/source/af/dbaccess/source/core/resource.po
index 4fdc36145d8..dee20a3c982 100644
--- a/translations/source/af/dbaccess/source/core/resource.po
+++ b/translations/source/af/dbaccess/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dbaccess/source/ext/adabas.po b/translations/source/af/dbaccess/source/ext/adabas.po
index ca3b8392ab3..fb152c70280 100644
--- a/translations/source/af/dbaccess/source/ext/adabas.po
+++ b/translations/source/af/dbaccess/source/ext/adabas.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dbaccess/source/ext/macromigration.po b/translations/source/af/dbaccess/source/ext/macromigration.po
index 00ed8e730ca..236f837e203 100644
--- a/translations/source/af/dbaccess/source/ext/macromigration.po
+++ b/translations/source/af/dbaccess/source/ext/macromigration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-05 09:30+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 11:57+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -190,7 +190,8 @@ msgid "Warnings"
msgstr "Waarskuwings"
#: macromigration.src#STR_EXCEPTION.string.text
-msgid "caught exception: "
+#, fuzzy
+msgid "caught exception:"
msgstr "uitsondering gevang: "
#: macromigration.src#ERR_INVALID_BACKUP_LOCATION.errorbox.text
diff --git a/translations/source/af/dbaccess/source/sdbtools/resource.po b/translations/source/af/dbaccess/source/sdbtools/resource.po
index 3e4d0a5ebd5..930eeea8aeb 100644
--- a/translations/source/af/dbaccess/source/sdbtools/resource.po
+++ b/translations/source/af/dbaccess/source/sdbtools/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dbaccess/source/ui/app.po b/translations/source/af/dbaccess/source/ui/app.po
index 61e73071857..2a4853fe5f9 100644
--- a/translations/source/af/dbaccess/source/ui/app.po
+++ b/translations/source/af/dbaccess/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dbaccess/source/ui/browser.po b/translations/source/af/dbaccess/source/ui/browser.po
index c7f92ab1594..e09ab6228ab 100644
--- a/translations/source/af/dbaccess/source/ui/browser.po
+++ b/translations/source/af/dbaccess/source/ui/browser.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dbaccess/source/ui/control.po b/translations/source/af/dbaccess/source/ui/control.po
index 2fd62acc95a..f22589a2593 100644
--- a/translations/source/af/dbaccess/source/ui/control.po
+++ b/translations/source/af/dbaccess/source/ui/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dbaccess/source/ui/dlg.po b/translations/source/af/dbaccess/source/ui/dlg.po
index 5eaa084861f..aff4ea46e32 100644
--- a/translations/source/af/dbaccess/source/ui/dlg.po
+++ b/translations/source/af/dbaccess/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-05 09:31+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 11:57+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -1590,8 +1590,9 @@ msgid "~Base DN"
msgstr "~Basis-DN"
#: dbadmin.src#PAGE_LDAP.CB_USESSL.checkbox.text
-msgid "Use secure connection(SSL)"
-msgstr "Gebruik beveiligde verbinding (SSL)"
+#, fuzzy
+msgid "Use secure connection (SSL)"
+msgstr "Gebruik ~beveiligde verbinding (SSL)"
#: dbadmin.src#PAGE_LDAP.FT_PORTNUMBER.fixedtext.text
msgctxt "dbadmin.src#PAGE_LDAP.FT_PORTNUMBER.fixedtext.text"
diff --git a/translations/source/af/dbaccess/source/ui/inc.po b/translations/source/af/dbaccess/source/ui/inc.po
index a0f643a93b5..01fd7246722 100644
--- a/translations/source/af/dbaccess/source/ui/inc.po
+++ b/translations/source/af/dbaccess/source/ui/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dbaccess/source/ui/misc.po b/translations/source/af/dbaccess/source/ui/misc.po
index f83cdb8710f..d8a0afd83e0 100644
--- a/translations/source/af/dbaccess/source/ui/misc.po
+++ b/translations/source/af/dbaccess/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dbaccess/source/ui/querydesign.po b/translations/source/af/dbaccess/source/ui/querydesign.po
index 3d0fc7ad38a..e36cd299f74 100644
--- a/translations/source/af/dbaccess/source/ui/querydesign.po
+++ b/translations/source/af/dbaccess/source/ui/querydesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dbaccess/source/ui/relationdesign.po b/translations/source/af/dbaccess/source/ui/relationdesign.po
index 4b2f901fcde..157f31c4ff6 100644
--- a/translations/source/af/dbaccess/source/ui/relationdesign.po
+++ b/translations/source/af/dbaccess/source/ui/relationdesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -49,8 +49,6 @@ msgstr "Wanneer u hierdie tabel skrap, sal alle ooreenstemmende verwantskappe oo
#: relation.src#STR_QUERY_REL_COULD_NOT_CREATE.string.text
msgid ""
-"The database could not create the relation. May be foreign keys for this kind of table aren't supported.\n"
+"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
"Please check your documentation of the database."
msgstr ""
-"Die databasis kon nie die verwantskap skep nie. Dalk werk buitelandse sleutels nie met dié soort tabel nie.\n"
-"Kontroleer asseblief u dokumentasie van die databasis."
diff --git a/translations/source/af/dbaccess/source/ui/tabledesign.po b/translations/source/af/dbaccess/source/ui/tabledesign.po
index 0b14de55b6d..39ec348fd18 100644
--- a/translations/source/af/dbaccess/source/ui/tabledesign.po
+++ b/translations/source/af/dbaccess/source/ui/tabledesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dbaccess/source/ui/uno.po b/translations/source/af/dbaccess/source/ui/uno.po
index 2bc693ab1bb..9b7dfdaa331 100644
--- a/translations/source/af/dbaccess/source/ui/uno.po
+++ b/translations/source/af/dbaccess/source/ui/uno.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/desktop/source/app.po b/translations/source/af/desktop/source/app.po
index e1760b592fd..c8b52573385 100644
--- a/translations/source/af/desktop/source/app.po
+++ b/translations/source/af/desktop/source/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -134,6 +134,10 @@ msgctxt "desktop.src#STR_TITLE_USERDATALOCKED.string.text"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
+#: desktop.src#DLG_CMDLINEHELP.modaldialog.text
+msgid "Help Message..."
+msgstr ""
+
#: desktop.src#EBX_ERR_PRINTDISABLED.errorbox.text
msgid "Printing is disabled. No documents can be printed."
msgstr "Druk is gedeaktiveer. Geen dokumente kan gedruk word nie."
diff --git a/translations/source/af/desktop/source/deployment/gui.po b/translations/source/af/desktop/source/deployment/gui.po
index 2e9358de8c8..b95931d9d7d 100644
--- a/translations/source/af/desktop/source/deployment/gui.po
+++ b/translations/source/af/desktop/source/deployment/gui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-05 09:31+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2011-12-15 11:57+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -400,13 +400,29 @@ msgstr ""
"Kliek \\'OK\\' om die geïnstalleerde uitbreiding te vervang.\n"
"Kliek \\'Kanselleer\\' om die installasieproses te staak."
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_FT_TYPE_EXTENSIONS.fixedtext.text
+msgid "Type of Extension"
+msgstr ""
+
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_CBX_BUNDLED.checkbox.text
+msgid "~Installation"
+msgstr ""
+
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_CBX_SHARED.checkbox.text
+msgid "~Shared"
+msgstr ""
+
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_CBX_USER.checkbox.text
+msgid "~User"
+msgstr "~Gebruiker"
+
#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_ADD.pushbutton.text
msgid "~Add..."
msgstr "~Voeg by..."
#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_CHECK_UPDATES.pushbutton.text
-msgctxt "dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_CHECK_UPDATES.pushbutton.text"
-msgid "Check for ~Updates..."
+#, fuzzy
+msgid "~Check for Updates..."
msgstr "Kontroleer vir ~bywerkings..."
#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_FT_GET_EXTENSIONS.fixedtext.text
@@ -437,7 +453,7 @@ msgid "Adding %EXTENSION_NAME"
msgstr "Byvoeg van %EXTENSION_NAME"
#: dp_gui_dialog2.src#RID_DLG_UPDATE_REQUIRED.RID_EM_BTN_CHECK_UPDATES.pushbutton.text
-msgctxt "dp_gui_dialog2.src#RID_DLG_UPDATE_REQUIRED.RID_EM_BTN_CHECK_UPDATES.pushbutton.text"
+#, fuzzy
msgid "Check for ~Updates..."
msgstr "Kontroleer vir ~bywerkings..."
diff --git a/translations/source/af/desktop/source/deployment/manager.po b/translations/source/af/desktop/source/deployment/manager.po
index f7dd4ce0aaf..36e8f1944ca 100644
--- a/translations/source/af/desktop/source/deployment/manager.po
+++ b/translations/source/af/desktop/source/deployment/manager.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/desktop/source/deployment/misc.po b/translations/source/af/desktop/source/deployment/misc.po
index a51f7bd00ac..b9f5840757a 100644
--- a/translations/source/af/desktop/source/deployment/misc.po
+++ b/translations/source/af/desktop/source/deployment/misc.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+desktop%2Fsource%2Fdeployment%2Fmisc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: dp_misc.src#RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN.string.text
diff --git a/translations/source/af/desktop/source/deployment/registry.po b/translations/source/af/desktop/source/deployment/registry.po
index 1edf9af94e1..01e88796b39 100644
--- a/translations/source/af/desktop/source/deployment/registry.po
+++ b/translations/source/af/desktop/source/deployment/registry.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/desktop/source/deployment/registry/component.po b/translations/source/af/desktop/source/deployment/registry/component.po
index ba3849174aa..6c51a08ed4c 100644
--- a/translations/source/af/desktop/source/deployment/registry/component.po
+++ b/translations/source/af/desktop/source/deployment/registry/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/desktop/source/deployment/registry/configuration.po b/translations/source/af/desktop/source/deployment/registry/configuration.po
index 50c21d3854a..998a1084967 100644
--- a/translations/source/af/desktop/source/deployment/registry/configuration.po
+++ b/translations/source/af/desktop/source/deployment/registry/configuration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/desktop/source/deployment/registry/help.po b/translations/source/af/desktop/source/deployment/registry/help.po
index 1541c55a061..1444c44d7e8 100644
--- a/translations/source/af/desktop/source/deployment/registry/help.po
+++ b/translations/source/af/desktop/source/deployment/registry/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/desktop/source/deployment/registry/package.po b/translations/source/af/desktop/source/deployment/registry/package.po
index 49ce5599d0e..d87948faf81 100644
--- a/translations/source/af/desktop/source/deployment/registry/package.po
+++ b/translations/source/af/desktop/source/deployment/registry/package.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/desktop/source/deployment/registry/script.po b/translations/source/af/desktop/source/deployment/registry/script.po
index 943e1e72d4f..bbf078873cc 100644
--- a/translations/source/af/desktop/source/deployment/registry/script.po
+++ b/translations/source/af/desktop/source/deployment/registry/script.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/desktop/source/deployment/registry/sfwk.po b/translations/source/af/desktop/source/deployment/registry/sfwk.po
index 50226d7c561..9abeb6ce9d9 100644
--- a/translations/source/af/desktop/source/deployment/registry/sfwk.po
+++ b/translations/source/af/desktop/source/deployment/registry/sfwk.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/desktop/source/deployment/unopkg.po b/translations/source/af/desktop/source/deployment/unopkg.po
index 7427f154a8e..bbd2fda4021 100644
--- a/translations/source/af/desktop/source/deployment/unopkg.po
+++ b/translations/source/af/desktop/source/deployment/unopkg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/af_ZA.po b/translations/source/af/dictionaries/af_ZA.po
index 0f7cea1a9ce..530e55c9558 100644
--- a/translations/source/af/dictionaries/af_ZA.po
+++ b/translations/source/af/dictionaries/af_ZA.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/an_ES.po b/translations/source/af/dictionaries/an_ES.po
new file mode 100644
index 00000000000..d5369f311b3
--- /dev/null
+++ b/translations/source/af/dictionaries/an_ES.po
@@ -0,0 +1,19 @@
+#. extracted from dictionaries/an_ES.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%2Fan_ES.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: af\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Aragonese spelling dictionary"
+msgstr ""
diff --git a/translations/source/af/dictionaries/ar.po b/translations/source/af/dictionaries/ar.po
index ec5ea1e0d49..3f52a42778f 100644
--- a/translations/source/af/dictionaries/ar.po
+++ b/translations/source/af/dictionaries/ar.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/be_BY.po b/translations/source/af/dictionaries/be_BY.po
index 72807bcfd6f..d766fe7b863 100644
--- a/translations/source/af/dictionaries/be_BY.po
+++ b/translations/source/af/dictionaries/be_BY.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/bg_BG.po b/translations/source/af/dictionaries/bg_BG.po
index cd2eff0368d..b0bb24604ba 100644
--- a/translations/source/af/dictionaries/bg_BG.po
+++ b/translations/source/af/dictionaries/bg_BG.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/bn_BD.po b/translations/source/af/dictionaries/bn_BD.po
index 49ddc8f8615..872bdee6793 100644
--- a/translations/source/af/dictionaries/bn_BD.po
+++ b/translations/source/af/dictionaries/bn_BD.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/br_FR.po b/translations/source/af/dictionaries/br_FR.po
index e2d615d3a1c..ceb8e1c29f5 100644
--- a/translations/source/af/dictionaries/br_FR.po
+++ b/translations/source/af/dictionaries/br_FR.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/ca.po b/translations/source/af/dictionaries/ca.po
index c29f398f3f1..6124089e0d9 100644
--- a/translations/source/af/dictionaries/ca.po
+++ b/translations/source/af/dictionaries/ca.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/cs_CZ.po b/translations/source/af/dictionaries/cs_CZ.po
index d639daad006..87f9a5b5e71 100644
--- a/translations/source/af/dictionaries/cs_CZ.po
+++ b/translations/source/af/dictionaries/cs_CZ.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/da_DK.po b/translations/source/af/dictionaries/da_DK.po
index 90308dfcb16..45db98ff1f2 100644
--- a/translations/source/af/dictionaries/da_DK.po
+++ b/translations/source/af/dictionaries/da_DK.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/de.po b/translations/source/af/dictionaries/de.po
index 64c23dd99c3..75391f74f1f 100644
--- a/translations/source/af/dictionaries/de.po
+++ b/translations/source/af/dictionaries/de.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/el_GR.po b/translations/source/af/dictionaries/el_GR.po
index 369f918e327..18206095310 100644
--- a/translations/source/af/dictionaries/el_GR.po
+++ b/translations/source/af/dictionaries/el_GR.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/en.po b/translations/source/af/dictionaries/en.po
index f3e412ed19f..381269678f7 100644
--- a/translations/source/af/dictionaries/en.po
+++ b/translations/source/af/dictionaries/en.po
@@ -3,17 +3,17 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
-msgid "English (Australia, Canada, South Africa, UK, USA) spelling dictionaries, hyphenation rules, and thesaurus"
+msgid "English spelling dictionaries, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/translations/source/af/dictionaries/en/dialog.po b/translations/source/af/dictionaries/en/dialog.po
new file mode 100644
index 00000000000..d2365ad5f5a
--- /dev/null
+++ b/translations/source/af/dictionaries/en/dialog.po
@@ -0,0 +1,171 @@
+#. extracted from dictionaries/en/dialog.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%2Fen%2Fdialog.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: af\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "Woordeboeke"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.en.Label.value.text
+msgid "English sentence checking"
+msgstr ""
+
+#: en_en_US.properties#spelling.property.text
+msgid "Grammar checking"
+msgstr ""
+
+#: en_en_US.properties#hlp_grammar.property.text
+msgid "Check more grammar errors."
+msgstr ""
+
+#: en_en_US.properties#grammar.property.text
+msgid "Possible mistakes"
+msgstr ""
+
+#: en_en_US.properties#hlp_cap.property.text
+msgid "Check missing capitalization of sentences."
+msgstr ""
+
+#: en_en_US.properties#cap.property.text
+msgid "Capitalization"
+msgstr ""
+
+#: en_en_US.properties#hlp_dup.property.text
+msgid "Check repeated words."
+msgstr ""
+
+#: en_en_US.properties#dup.property.text
+msgid "Word duplication"
+msgstr ""
+
+#: en_en_US.properties#hlp_pair.property.text
+msgid "Check missing or extra parentheses and quotation marks."
+msgstr ""
+
+#: en_en_US.properties#pair.property.text
+msgid "Parentheses"
+msgstr ""
+
+#: en_en_US.properties#punctuation.property.text
+msgid "Punctuation"
+msgstr ""
+
+#: en_en_US.properties#hlp_spaces.property.text
+msgid "Check single spaces between words."
+msgstr ""
+
+#: en_en_US.properties#spaces.property.text
+msgid "Word spacing"
+msgstr ""
+
+#: en_en_US.properties#hlp_mdash.property.text
+msgid "Force unspaced em dash instead of spaced en dash."
+msgstr ""
+
+#: en_en_US.properties#mdash.property.text
+msgid "Em dash"
+msgstr ""
+
+#: en_en_US.properties#hlp_ndash.property.text
+msgid "Force spaced en dash instead of unspaced em dash."
+msgstr ""
+
+#: en_en_US.properties#ndash.property.text
+msgid "En dash"
+msgstr ""
+
+#: en_en_US.properties#hlp_quotation.property.text
+msgid "Check double quotation marks: \"x\" → “x”"
+msgstr ""
+
+#: en_en_US.properties#quotation.property.text
+msgid "Quotation marks"
+msgstr ""
+
+#: en_en_US.properties#hlp_times.property.text
+msgid "Check true multiplication sign: 5x5 → 5×5"
+msgstr ""
+
+#: en_en_US.properties#times.property.text
+msgid "Multiplication sign"
+msgstr ""
+
+#: en_en_US.properties#hlp_spaces2.property.text
+msgid "Check single spaces between sentences."
+msgstr ""
+
+#: en_en_US.properties#spaces2.property.text
+msgid "Sentence spacing"
+msgstr ""
+
+#: en_en_US.properties#hlp_spaces3.property.text
+msgid "Check more than two extra space characters between words and sentences."
+msgstr ""
+
+#: en_en_US.properties#spaces3.property.text
+msgid "More spaces"
+msgstr ""
+
+#: en_en_US.properties#hlp_minus.property.text
+msgid "Change hyphen characters to real minus signs."
+msgstr ""
+
+#: en_en_US.properties#minus.property.text
+msgid "Minus sign"
+msgstr ""
+
+#: en_en_US.properties#hlp_apostrophe.property.text
+msgid "Change typewriter apostrophe, single quotation marks and correct double primes."
+msgstr ""
+
+#: en_en_US.properties#apostrophe.property.text
+msgid "Apostrophe"
+msgstr ""
+
+#: en_en_US.properties#hlp_ellipsis.property.text
+msgid "Change three dots with ellipsis."
+msgstr ""
+
+#: en_en_US.properties#ellipsis.property.text
+msgid "Ellipsis"
+msgstr ""
+
+#: en_en_US.properties#others.property.text
+msgid "Others"
+msgstr "Andere"
+
+#: en_en_US.properties#hlp_metric.property.text
+msgid "Measurement conversion from °F, mph, ft, in, lb, gal and miles."
+msgstr ""
+
+#: en_en_US.properties#metric.property.text
+msgid "Convert to metric (°C, km/h, m, kg, l)"
+msgstr ""
+
+#: en_en_US.properties#hlp_numsep.property.text
+msgid "Common (1000000 → 1,000,000) or ISO (1000000 → 1 000 000)."
+msgstr ""
+
+#: en_en_US.properties#numsep.property.text
+msgid "Thousand separation of large numbers"
+msgstr ""
+
+#: en_en_US.properties#hlp_nonmetric.property.text
+msgid "Measurement conversion from °C; km/h; cm, m, km; kg; l."
+msgstr ""
+
+#: en_en_US.properties#nonmetric.property.text
+msgid "Convert to non-metric (°F, mph, ft, lb, gal)"
+msgstr ""
diff --git a/translations/source/af/dictionaries/es_ES.po b/translations/source/af/dictionaries/es_ES.po
index e8f0ea6905f..cee448514c1 100644
--- a/translations/source/af/dictionaries/es_ES.po
+++ b/translations/source/af/dictionaries/es_ES.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/et_EE.po b/translations/source/af/dictionaries/et_EE.po
index eec1d683b0d..8b4c7217a06 100644
--- a/translations/source/af/dictionaries/et_EE.po
+++ b/translations/source/af/dictionaries/et_EE.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/fr_FR.po b/translations/source/af/dictionaries/fr_FR.po
index 2a9061741c9..4d8c1518dc1 100644
--- a/translations/source/af/dictionaries/fr_FR.po
+++ b/translations/source/af/dictionaries/fr_FR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/gd_GB.po b/translations/source/af/dictionaries/gd_GB.po
index 47f9826d6f7..47c5fc6dfc6 100644
--- a/translations/source/af/dictionaries/gd_GB.po
+++ b/translations/source/af/dictionaries/gd_GB.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/gl.po b/translations/source/af/dictionaries/gl.po
index 609cd4110d1..04355f06719 100644
--- a/translations/source/af/dictionaries/gl.po
+++ b/translations/source/af/dictionaries/gl.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/gu_IN.po b/translations/source/af/dictionaries/gu_IN.po
index b4ec1c517eb..36c898c393f 100644
--- a/translations/source/af/dictionaries/gu_IN.po
+++ b/translations/source/af/dictionaries/gu_IN.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/he_IL.po b/translations/source/af/dictionaries/he_IL.po
index c288c8ae30c..47a31b0afa8 100644
--- a/translations/source/af/dictionaries/he_IL.po
+++ b/translations/source/af/dictionaries/he_IL.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/hi_IN.po b/translations/source/af/dictionaries/hi_IN.po
index 9626c6cb152..5830a07367d 100644
--- a/translations/source/af/dictionaries/hi_IN.po
+++ b/translations/source/af/dictionaries/hi_IN.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/hr_HR.po b/translations/source/af/dictionaries/hr_HR.po
index 92b7e58a07e..d223a7d825e 100644
--- a/translations/source/af/dictionaries/hr_HR.po
+++ b/translations/source/af/dictionaries/hr_HR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/hu_HU.po b/translations/source/af/dictionaries/hu_HU.po
index 6fe35cfedff..176e76dc29f 100644
--- a/translations/source/af/dictionaries/hu_HU.po
+++ b/translations/source/af/dictionaries/hu_HU.po
@@ -3,17 +3,17 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
-msgid "Hungarian spelling dictionary, hyphenation rules, and thesaurus"
+msgid "Hungarian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/translations/source/af/dictionaries/hu_HU/dialog.po b/translations/source/af/dictionaries/hu_HU/dialog.po
new file mode 100644
index 00000000000..40eec90311c
--- /dev/null
+++ b/translations/source/af/dictionaries/hu_HU/dialog.po
@@ -0,0 +1,153 @@
+#. extracted from dictionaries/hu_HU/dialog.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%2Fhu_HU%2Fdialog.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: af\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "Woordeboeke"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.hu_HU.Label.value.text
+msgid "Hungarian sentence checking"
+msgstr ""
+
+#: hu_HU_en_US.properties#spelling.property.text
+msgid "Spelling"
+msgstr "Spelling"
+
+#: hu_HU_en_US.properties#cap.property.text
+msgid "Capitalization"
+msgstr ""
+
+#: hu_HU_en_US.properties#par.property.text
+msgid "Parentheses"
+msgstr ""
+
+#: hu_HU_en_US.properties#wordpart.property.text
+msgid "Word parts of compounds"
+msgstr ""
+
+#: hu_HU_en_US.properties#comma.property.text
+msgid "Comma usage"
+msgstr ""
+
+#: hu_HU_en_US.properties#proofreading.property.text
+msgid "Proofreading"
+msgstr ""
+
+#: hu_HU_en_US.properties#style.property.text
+msgid "Style checking"
+msgstr ""
+
+#: hu_HU_en_US.properties#compound.property.text
+msgid "Underline typo-like compound words"
+msgstr ""
+
+#: hu_HU_en_US.properties#allcompound.property.text
+msgid "Underline all generated compound words"
+msgstr ""
+
+#: hu_HU_en_US.properties#grammar.property.text
+msgid "Possible mistakes"
+msgstr ""
+
+#: hu_HU_en_US.properties#money.property.text
+msgid "Consistency of money amounts"
+msgstr ""
+
+#: hu_HU_en_US.properties#duplication.property.text
+msgctxt "hu_HU_en_US.properties#duplication.property.text"
+msgid "Word duplication"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup0.property.text
+msgctxt "hu_HU_en_US.properties#dup0.property.text"
+msgid "Word duplication"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup.property.text
+msgid "Duplication within clauses"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup2.property.text
+msgid "Duplication within sentences"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup3.property.text
+msgid "Allow previous checkings with affixes"
+msgstr ""
+
+#: hu_HU_en_US.properties#numpart.property.text
+msgid "Thousand separation of numbers"
+msgstr ""
+
+#: hu_HU_en_US.properties#typography.property.text
+msgid "Typography"
+msgstr ""
+
+#: hu_HU_en_US.properties#quot.property.text
+msgid "Quotation marks"
+msgstr ""
+
+#: hu_HU_en_US.properties#apost.property.text
+msgid "Apostrophe"
+msgstr ""
+
+#: hu_HU_en_US.properties#dash.property.text
+msgid "En dash"
+msgstr ""
+
+#: hu_HU_en_US.properties#elli.property.text
+msgid "Ellipsis"
+msgstr ""
+
+#: hu_HU_en_US.properties#ligature.property.text
+msgid "Ligature suggestion"
+msgstr ""
+
+#: hu_HU_en_US.properties#noligature.property.text
+msgid "Underline ligatures"
+msgstr ""
+
+#: hu_HU_en_US.properties#frac.property.text
+msgid "Fractions"
+msgstr "Breuke"
+
+#: hu_HU_en_US.properties#thin.property.text
+msgid "Thin space"
+msgstr ""
+
+#: hu_HU_en_US.properties#spaces.property.text
+msgid "Double spaces"
+msgstr ""
+
+#: hu_HU_en_US.properties#spaces2.property.text
+msgid "More spaces"
+msgstr ""
+
+#: hu_HU_en_US.properties#idx.property.text
+msgid "Indices"
+msgstr ""
+
+#: hu_HU_en_US.properties#minus.property.text
+msgid "Minus"
+msgstr ""
+
+#: hu_HU_en_US.properties#SI.property.text
+msgid "Measurements"
+msgstr ""
+
+#: hu_HU_en_US.properties#hyphen.property.text
+msgid "Hyphenation of ambiguous words"
+msgstr ""
diff --git a/translations/source/af/dictionaries/it_IT.po b/translations/source/af/dictionaries/it_IT.po
index 5fbb6b1baf8..688eb0d4e4f 100644
--- a/translations/source/af/dictionaries/it_IT.po
+++ b/translations/source/af/dictionaries/it_IT.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/ku_TR.po b/translations/source/af/dictionaries/ku_TR.po
index bf0cf3d6b21..c7d5fe12d3a 100644
--- a/translations/source/af/dictionaries/ku_TR.po
+++ b/translations/source/af/dictionaries/ku_TR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/lt_LT.po b/translations/source/af/dictionaries/lt_LT.po
index 98b5ca05a26..b96f8fced8d 100644
--- a/translations/source/af/dictionaries/lt_LT.po
+++ b/translations/source/af/dictionaries/lt_LT.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/lv_LV.po b/translations/source/af/dictionaries/lv_LV.po
index 1af5de4dd93..816edc52ce7 100644
--- a/translations/source/af/dictionaries/lv_LV.po
+++ b/translations/source/af/dictionaries/lv_LV.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/ne_NP.po b/translations/source/af/dictionaries/ne_NP.po
index 0b277b06aea..f328dde22c0 100644
--- a/translations/source/af/dictionaries/ne_NP.po
+++ b/translations/source/af/dictionaries/ne_NP.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/nl_NL.po b/translations/source/af/dictionaries/nl_NL.po
index 6d87fd3b2b8..fc7f3e189f6 100644
--- a/translations/source/af/dictionaries/nl_NL.po
+++ b/translations/source/af/dictionaries/nl_NL.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/no.po b/translations/source/af/dictionaries/no.po
index e99f425d45a..13378b35ab2 100644
--- a/translations/source/af/dictionaries/no.po
+++ b/translations/source/af/dictionaries/no.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/oc_FR.po b/translations/source/af/dictionaries/oc_FR.po
index 936748c28a1..3b05482986a 100644
--- a/translations/source/af/dictionaries/oc_FR.po
+++ b/translations/source/af/dictionaries/oc_FR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/pl_PL.po b/translations/source/af/dictionaries/pl_PL.po
index 5a10a17f4fe..02890b146d1 100644
--- a/translations/source/af/dictionaries/pl_PL.po
+++ b/translations/source/af/dictionaries/pl_PL.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/pt_BR.po b/translations/source/af/dictionaries/pt_BR.po
index a6ab11a3e46..4a35b3910c8 100644
--- a/translations/source/af/dictionaries/pt_BR.po
+++ b/translations/source/af/dictionaries/pt_BR.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/pt_PT.po b/translations/source/af/dictionaries/pt_PT.po
index 5d9160b5694..c8e327e457d 100644
--- a/translations/source/af/dictionaries/pt_PT.po
+++ b/translations/source/af/dictionaries/pt_PT.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/ro.po b/translations/source/af/dictionaries/ro.po
index 7875e318a55..3b01aab3043 100644
--- a/translations/source/af/dictionaries/ro.po
+++ b/translations/source/af/dictionaries/ro.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/ru_RU.po b/translations/source/af/dictionaries/ru_RU.po
index 3b41cd4e927..f98dc5d64c2 100644
--- a/translations/source/af/dictionaries/ru_RU.po
+++ b/translations/source/af/dictionaries/ru_RU.po
@@ -3,17 +3,17 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
-msgid "Russian spelling dictionary, hyphenation rules, and thesaurus"
+msgid "Russian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/translations/source/af/dictionaries/ru_RU/dialog.po b/translations/source/af/dictionaries/ru_RU/dialog.po
new file mode 100644
index 00000000000..8125a49e200
--- /dev/null
+++ b/translations/source/af/dictionaries/ru_RU/dialog.po
@@ -0,0 +1,83 @@
+#. extracted from dictionaries/ru_RU/dialog.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%2Fru_RU%2Fdialog.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: af\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "Woordeboeke"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.ru_RU.Label.value.text
+msgid "Grammar checking (Russian)"
+msgstr ""
+
+#: ru_RU_en_US.properties#abbreviation.property.text
+msgid "Abbreviation"
+msgstr ""
+
+#: ru_RU_en_US.properties#grammar.property.text
+msgid "Grammar"
+msgstr "Grammatika"
+
+#: ru_RU_en_US.properties#hyphen.property.text
+msgid "Compound words with hyphen"
+msgstr ""
+
+#: ru_RU_en_US.properties#comma.property.text
+msgid "Comma usage"
+msgstr ""
+
+#: ru_RU_en_US.properties#common.property.text
+msgid "General error"
+msgstr ""
+
+#: ru_RU_en_US.properties#multiword.property.text
+msgid "Multiword expressions"
+msgstr ""
+
+#: ru_RU_en_US.properties#together.property.text
+msgid "Together/separately"
+msgstr ""
+
+#: ru_RU_en_US.properties#proofreading.property.text
+msgid "Proofreading"
+msgstr ""
+
+#: ru_RU_en_US.properties#space.property.text
+msgid "Space mistake"
+msgstr ""
+
+#: ru_RU_en_US.properties#typographica.property.text
+msgid "Typographica"
+msgstr ""
+
+#: ru_RU_en_US.properties#dup.property.text
+msgid "Word duplication within clauses"
+msgstr ""
+
+#: ru_RU_en_US.properties#dup2.property.text
+msgid "Word duplication within sentences"
+msgstr ""
+
+#: ru_RU_en_US.properties#others.property.text
+msgid "Others"
+msgstr "Andere"
+
+#: ru_RU_en_US.properties#numsep.property.text
+msgid "Separation of large numbers (ISO)"
+msgstr ""
+
+#: ru_RU_en_US.properties#quotation.property.text
+msgid "Quotation"
+msgstr "Aanhaling"
diff --git a/translations/source/af/dictionaries/si_LK.po b/translations/source/af/dictionaries/si_LK.po
new file mode 100644
index 00000000000..4081514bfa0
--- /dev/null
+++ b/translations/source/af/dictionaries/si_LK.po
@@ -0,0 +1,19 @@
+#. extracted from dictionaries/si_LK.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%2Fsi_LK.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: af\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Sinhala spelling dictionary"
+msgstr ""
diff --git a/translations/source/af/dictionaries/sk_SK.po b/translations/source/af/dictionaries/sk_SK.po
index b9eea900235..da61f9e22a0 100644
--- a/translations/source/af/dictionaries/sk_SK.po
+++ b/translations/source/af/dictionaries/sk_SK.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/sl_SI.po b/translations/source/af/dictionaries/sl_SI.po
index 3d26ba51bb6..ed3c1a2f536 100644
--- a/translations/source/af/dictionaries/sl_SI.po
+++ b/translations/source/af/dictionaries/sl_SI.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/sr.po b/translations/source/af/dictionaries/sr.po
index 381c4b34d3f..f65586db689 100644
--- a/translations/source/af/dictionaries/sr.po
+++ b/translations/source/af/dictionaries/sr.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/sv_SE.po b/translations/source/af/dictionaries/sv_SE.po
index 33a3af0ab8f..cf8dde43f98 100644
--- a/translations/source/af/dictionaries/sv_SE.po
+++ b/translations/source/af/dictionaries/sv_SE.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/sw_TZ.po b/translations/source/af/dictionaries/sw_TZ.po
index af9cd53e770..59a2fa026d9 100644
--- a/translations/source/af/dictionaries/sw_TZ.po
+++ b/translations/source/af/dictionaries/sw_TZ.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/te_IN.po b/translations/source/af/dictionaries/te_IN.po
index 435598867ee..f85aff072c5 100644
--- a/translations/source/af/dictionaries/te_IN.po
+++ b/translations/source/af/dictionaries/te_IN.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:41+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/th_TH.po b/translations/source/af/dictionaries/th_TH.po
index 70835b23998..b5072e55373 100644
--- a/translations/source/af/dictionaries/th_TH.po
+++ b/translations/source/af/dictionaries/th_TH.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/uk_UA.po b/translations/source/af/dictionaries/uk_UA.po
index 732fe192875..d05d2fdb405 100644
--- a/translations/source/af/dictionaries/uk_UA.po
+++ b/translations/source/af/dictionaries/uk_UA.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/vi.po b/translations/source/af/dictionaries/vi.po
index 0f2eafe4c93..61400c08f2f 100644
--- a/translations/source/af/dictionaries/vi.po
+++ b/translations/source/af/dictionaries/vi.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/dictionaries/zu_ZA.po b/translations/source/af/dictionaries/zu_ZA.po
index 09bba2a4507..70df4e85d25 100644
--- a/translations/source/af/dictionaries/zu_ZA.po
+++ b/translations/source/af/dictionaries/zu_ZA.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/editeng/source/accessibility.po b/translations/source/af/editeng/source/accessibility.po
index ef55997a5bd..b4ed5457169 100644
--- a/translations/source/af/editeng/source/accessibility.po
+++ b/translations/source/af/editeng/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/editeng/source/editeng.po b/translations/source/af/editeng/source/editeng.po
index 16ec8bdc260..c2175e837c7 100644
--- a/translations/source/af/editeng/source/editeng.po
+++ b/translations/source/af/editeng/source/editeng.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -49,7 +49,7 @@ msgstr "Pas style toe"
#: editeng.src#RID_EDITUNDO_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "~Verander kas"
#: editeng.src#RID_MENU_SPELL.MN_SPELLING.menuitem.text
msgid "~Spellcheck..."
diff --git a/translations/source/af/editeng/source/items.po b/translations/source/af/editeng/source/items.po
index 317ee70b13f..de99d763a9f 100644
--- a/translations/source/af/editeng/source/items.po
+++ b/translations/source/af/editeng/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -526,6 +526,30 @@ msgstr "Voeg in"
msgid "Outset"
msgstr "Buite"
+#: svxitems.src#RID_SVXITEMS_METRIC_MM.string.text
+msgid "mm"
+msgstr "mm"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_CM.string.text
+msgid "cm"
+msgstr "cm"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_INCH.string.text
+msgid "inch"
+msgstr "duim"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_POINT.string.text
+msgid "pt"
+msgstr "pt"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_TWIP.string.text
+msgid "twip"
+msgstr "twip"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_PIXEL.string.text
+msgid "pixel"
+msgstr ""
+
#: svxitems.src#RID_SVXITEMS_SHADOWED_TRUE.string.text
#, fuzzy
msgid "Shadowed"
diff --git a/translations/source/af/editeng/source/misc.po b/translations/source/af/editeng/source/misc.po
index 8e83b8f074c..253e1587c0f 100644
--- a/translations/source/af/editeng/source/misc.po
+++ b/translations/source/af/editeng/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/editeng/source/outliner.po b/translations/source/af/editeng/source/outliner.po
index cc8ed983927..2f86d19bf9e 100644
--- a/translations/source/af/editeng/source/outliner.po
+++ b/translations/source/af/editeng/source/outliner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/extensions/source/abpilot.po b/translations/source/af/extensions/source/abpilot.po
index 21886b3eeb4..68f4d4b4782 100644
--- a/translations/source/af/extensions/source/abpilot.po
+++ b/translations/source/af/extensions/source/abpilot.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -71,8 +71,8 @@ msgid "Mozilla / Netscape"
msgstr "Mozilla / Netscape"
#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_THUNDERBIRD.radiobutton.text
-msgid "Thunderbird"
-msgstr "Thunderbird"
+msgid "Thunderbird/Icedove"
+msgstr ""
#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_KAB.radiobutton.text
msgid "KDE address book"
diff --git a/translations/source/af/extensions/source/bibliography.po b/translations/source/af/extensions/source/bibliography.po
index 992736867e1..b3fabd23f25 100644
--- a/translations/source/af/extensions/source/bibliography.po
+++ b/translations/source/af/extensions/source/bibliography.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/extensions/source/dbpilots.po b/translations/source/af/extensions/source/dbpilots.po
index 386c861077c..89eb38ade7f 100644
--- a/translations/source/af/extensions/source/dbpilots.po
+++ b/translations/source/af/extensions/source/dbpilots.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/extensions/source/propctrlr.po b/translations/source/af/extensions/source/propctrlr.po
index 3f2a6f79a81..a46c6b35953 100644
--- a/translations/source/af/extensions/source/propctrlr.po
+++ b/translations/source/af/extensions/source/propctrlr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/extensions/source/scanner.po b/translations/source/af/extensions/source/scanner.po
index a8766c4ed68..7ddc83bf449 100644
--- a/translations/source/af/extensions/source/scanner.po
+++ b/translations/source/af/extensions/source/scanner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -54,7 +54,7 @@ msgstr ""
#: sanedlg.src#RID_SANE_DIALOG.RID_SCAN_BTN.pushbutton.text
msgid "Scan"
-msgstr ""
+msgstr "Skandeer"
#: sanedlg.src#RID_SANE_DIALOG.RID_PREVIEW_BOX.fixedline.text
msgid "Preview"
diff --git a/translations/source/af/extensions/source/update/check.po b/translations/source/af/extensions/source/update/check.po
index e514546c93e..e91194219ca 100644
--- a/translations/source/af/extensions/source/update/check.po
+++ b/translations/source/af/extensions/source/update/check.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/filter/source/config/fragments/filters.po b/translations/source/af/filter/source/config/fragments/filters.po
index ba1793d8ac7..ea2333e1b66 100644
--- a/translations/source/af/filter/source/config/fragments/filters.po
+++ b/translations/source/af/filter/source/config/fragments/filters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -60,7 +60,7 @@ msgstr "Teks geënkodeer (%productname% Meesterdokument)"
msgid "Microsoft Excel 2007 Binary"
msgstr "Microsoft Excel 2007- binêre lêer"
-#: impress_OOXML_ui.xcu#Office_Open_XML_Presentation.UIName.value.text
+#: impress_OOXML_ui.xcu#Impress_Office_Open_XML.UIName.value.text
msgid "Office Open XML Presentation"
msgstr ""
@@ -290,7 +290,7 @@ msgstr "HTML-dokument"
msgid "ODF Presentation"
msgstr "ODF-voorlegging"
-#: impress_OOXML_Template_ui.xcu#Office_Open_XML_Presentation_Template.UIName.value.text
+#: impress_OOXML_Template_ui.xcu#Impress_Office_Open_XML_Template.UIName.value.text
msgid "Office Open XML Presentation Template"
msgstr ""
diff --git a/translations/source/af/filter/source/config/fragments/internalgraphicfilters.po b/translations/source/af/filter/source/config/fragments/internalgraphicfilters.po
index d26bbb630b4..3b7bf258ad2 100644
--- a/translations/source/af/filter/source/config/fragments/internalgraphicfilters.po
+++ b/translations/source/af/filter/source/config/fragments/internalgraphicfilters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/filter/source/config/fragments/types.po b/translations/source/af/filter/source/config/fragments/types.po
index 3f91306a4f0..e9cfdedaaa6 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: StarBase.xcu#StarBase.UIName.value.text
@@ -100,7 +100,7 @@ msgstr "Writer 8-sjabloon"
#: MS_Excel_2007_Binary.xcu#MS_Excel_2007_Binary.UIName.value.text
msgid "Microsoft Excel 2007 Binary"
-msgstr ""
+msgstr "Microsoft Excel 2007- binêre lêer"
#: calc8.xcu#calc8.UIName.value.text
msgid "Calc 8"
diff --git a/translations/source/af/filter/source/flash.po b/translations/source/af/filter/source/flash.po
index 1183ab85ed7..a506d67c604 100644
--- a/translations/source/af/filter/source/flash.po
+++ b/translations/source/af/filter/source/flash.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/filter/source/graphicfilter/eps.po b/translations/source/af/filter/source/graphicfilter/eps.po
index 6dfae21a4b0..234939848e2 100644
--- a/translations/source/af/filter/source/graphicfilter/eps.po
+++ b/translations/source/af/filter/source/graphicfilter/eps.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/filter/source/pdf.po b/translations/source/af/filter/source/pdf.po
index 0bf0abde0b8..5c087e0b5aa 100644
--- a/translations/source/af/filter/source/pdf.po
+++ b/translations/source/af/filter/source/pdf.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -119,6 +119,10 @@ msgstr "~Voer opmerkinge uit"
msgid "Export ~notes pages"
msgstr ""
+#: impdialog.src#CB_EXPORTHIDDENSLIDES.checkbox.text
+msgid "Export ~hidden pages"
+msgstr ""
+
#: impdialog.src#CB_EXPORTEMPTYPAGES.checkbox.text
msgid "Exp~ort automatically inserted blank pages"
msgstr "Voer ~outomaties ingevoegde leë bladsye uit"
diff --git a/translations/source/af/filter/source/t602.po b/translations/source/af/filter/source/t602.po
index 06b79c4d570..4f936de7143 100644
--- a/translations/source/af/filter/source/t602.po
+++ b/translations/source/af/filter/source/t602.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/filter/source/xsltdialog.po b/translations/source/af/filter/source/xsltdialog.po
index 9202a8555fa..cd6a6206f75 100644
--- a/translations/source/af/filter/source/xsltdialog.po
+++ b/translations/source/af/filter/source/xsltdialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/forms/source/resource.po b/translations/source/af/forms/source/resource.po
index 79673bea0fb..d24c76dea85 100644
--- a/translations/source/af/forms/source/resource.po
+++ b/translations/source/af/forms/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/formula/source/core/resource.po b/translations/source/af/formula/source/core/resource.po
index 5f8e47f3dad..393955a4b6b 100644
--- a/translations/source/af/formula/source/core/resource.po
+++ b/translations/source/af/formula/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -143,6 +143,22 @@ msgstr "ATANH"
msgid "ACOTH"
msgstr "ACOTH"
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_COSECANT.string.text
+msgid "CSC"
+msgstr ""
+
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SECANT.string.text
+msgid "SEC"
+msgstr ""
+
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_COSECANT_HYP.string.text
+msgid "CSCH"
+msgstr ""
+
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SECANT_HYP.string.text
+msgid "SECH"
+msgstr ""
+
#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_EXP.string.text
msgid "EXP"
msgstr "EXP"
diff --git a/translations/source/af/formula/source/ui/dlg.po b/translations/source/af/formula/source/ui/dlg.po
index 701070224c2..f7c3718a416 100644
--- a/translations/source/af/formula/source/ui/dlg.po
+++ b/translations/source/af/formula/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/fpicker/source/office.po b/translations/source/af/fpicker/source/office.po
index 5216bb75f17..0b013c4f664 100644
--- a/translations/source/af/fpicker/source/office.po
+++ b/translations/source/af/fpicker/source/office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/framework/source/classes.po b/translations/source/af/framework/source/classes.po
index 6e160cab2bb..2b28f8895c0 100644
--- a/translations/source/af/framework/source/classes.po
+++ b/translations/source/af/framework/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/framework/source/services.po b/translations/source/af/framework/source/services.po
index c0238f47d99..161b5434469 100644
--- a/translations/source/af/framework/source/services.po
+++ b/translations/source/af/framework/source/services.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
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 84945985cac..a192288ecc8 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,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -31,68 +31,6 @@ msgstr "'n Ouer weergawe van [ProductName] is gevind. Om 'n nuwer weergawe te in
msgid "Please exit [DEFINEDPRODUCT] [DEFINEDVERSION] and the [DEFINEDPRODUCT] [DEFINEDVERSION] Quickstarter before you continue. If you are using a multi-user system, also make sure that no other user has [DEFINEDPRODUCT] [DEFINEDVERSION] open."
msgstr "Sluit asseblief [DEFINEDPRODUCT] [DEFINEDVERSION] en die [DEFINEDPRODUCT] [DEFINEDVERSION] Snelbeginner af voor u voortgaan. As u 'n multigebruikerrekenaar het, maak ook seker dat geen ander gebruiker [DEFINEDPRODUCT] [DEFINEDVERSION] oop het nie."
-#: Nsis.ulf#SetupCaption.LngText.text
-msgid "%PRODUCTNAME %PRODUCTVERSION Installation Preparation"
-msgstr "Installasievoorbereiding vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: Nsis.ulf#MUI_TEXT_WELCOME_INFO_TITLE.LngText.text
-msgid "Thank you for downloading %PRODUCTNAME %PRODUCTVERSION."
-msgstr "Dankie dat u %PRODUCTNAME %PRODUCTVERSION afgelaai het."
-
-#: Nsis.ulf#MUI_TEXT_WELCOME_INFO_TEXT.LngText.text
-msgid ""
-"The installation files must be unpacked and copied to your hard disk in preparation for the installation. After that, the %PRODUCTNAME installation will start automatically.\n"
-"\n"
-"Click \\'Next\\' to continue."
-msgstr ""
-"Die installasielêers moet uitgepak word en na jou hardeskyf gekopieer word voor die installasie kan plaasvind. Daarna sal die installering van %PRODUCTNAME outomaties begin.\n"
-"\n"
-"Kliek \\'Volgende\\' om voort te gaan."
-
-#: Nsis.ulf#MUI_TEXT_DIRECTORY_TITLE.LngText.text
-msgid "Select Folder"
-msgstr "Kies vouer"
-
-#: Nsis.ulf#MUI_TEXT_DIRECTORY_SUBTITLE.LngText.text
-msgid "Select the folder in which to save the unpacked files."
-msgstr "Kies die vouer waarin die uitgepakte lêers gestoor moet word."
-
-#: Nsis.ulf#InstallBtn.LngText.text
-msgid "&Unpack"
-msgstr "&Uitpak"
-
-#: Nsis.ulf#DirText.LngText.text
-msgid "The %PRODUCTNAME %PRODUCTVERSION installation files will be unpacked and saved in the folder shown below. If you would like to save %PRODUCTNAME to a different folder, click \\'Browse\\' to select another folder."
-msgstr "%PRODUCTNAME %PRODUCTVERSION se installasielêers sal in die vouer wat hier onder aangedui word, uitgepak en gestoor word. As u %PRODUCTNAME in 'n ander vouer wil uitpak, kliek \\'Blaai\\' om 'n ander vouer te kies."
-
-#: Nsis.ulf#DirSubText.LngText.text
-msgid "Destination Folder"
-msgstr "Teikenvouer"
-
-#: Nsis.ulf#SpaceRequired.LngText.text
-msgid "Space required: "
-msgstr "Spasie benodig: "
-
-#: Nsis.ulf#SpaceAvailable.LngText.text
-msgid "Space available: "
-msgstr "Spasie beskikbaar: "
-
-#: Nsis.ulf#MUI_TEXT_INSTALLING_TITLE.LngText.text
-msgid "Unpacking"
-msgstr "Pak tans uit"
-
-#: Nsis.ulf#MUI_TEXT_INSTALLING_SUBTITLE.LngText.text
-msgid "Please wait while the installation files are being unpacked."
-msgstr "Wag asseblief terwyl die installasielêers uitgepak word."
-
-#: Nsis.ulf#Extract.LngText.text
-msgid "Extract: "
-msgstr "Trek uit: "
-
-#: Nsis.ulf#MUI_TEXT_ABORTWARNING.LngText.text
-msgid "Are you sure you want to quit the %PRODUCTNAME %PRODUCTVERSION Installation Preparation"
-msgstr "Is u seker u wil die installasievoorbereiding vir %PRODUCTNAME %PRODUCTVERSION staak"
-
#: Error.ulf#OOO_ERROR_1.LngText.text
msgid "{{Fatal error: }}"
msgstr "{{Fatale fout: }}"
diff --git a/translations/source/af/mysqlc/source.po b/translations/source/af/mysqlc/source.po
index 530e5a8c5ea..1bcf0311566 100644
--- a/translations/source/af/mysqlc/source.po
+++ b/translations/source/af/mysqlc/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
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 685455b168f..29626e4765f 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,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/translations/source/af/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
new file mode 100644
index 00000000000..1aee307b9de
--- /dev/null
+++ b/translations/source/af/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
@@ -0,0 +1,205 @@
+#. extracted from nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.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+nlpsolver%2Fhelp%2Fen%2Fcom.sun.star.comp.Calc.NLPSolver.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: af\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: Options.xhp#tit.help.text
+msgid "Options"
+msgstr "Opsies"
+
+#: Options.xhp#bm_id0503200917110375_scalc.help.text
+msgid "<bookmark_value>Solver for Nonlinear Problems;Options</bookmark_value>"
+msgstr ""
+
+#: Options.xhp#hd_id0503200917103593.help.text
+msgid "General Options"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103780.help.text
+msgid "Size of Swarm"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103723.help.text
+msgid "… defines the number of individuals to participate in the learning process. Each individual finds its own solutions and contributes to the overall knowledge."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103771.help.text
+msgid "Learning Cycles"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103720.help.text
+msgid "… defines the number of iterations, the algorithm should take. In each iteration, all individuals make a guess on the best solution and share their knowledge."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103732.help.text
+msgid "Variable Bounds Guessing"
+msgstr ""
+
+#: Options.xhp#par_id050320091710378.help.text
+msgid "If enabled (default), the algorithm tries to find variable bounds by looking at the starting values."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103794.help.text
+msgid "Variable Bounds Threshold"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103710.help.text
+msgid "When guessing variable bounds, this threshold specifies, how the initial values are shifted to build the bounds. For an example how these values are calculated, please refer to the Manual in the Wiki."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103740.help.text
+msgid "Use ACR Comparator"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103766.help.text
+msgid "If <emph>disabled</emph> (default), the BCH Comparator is used. It compares two individuals by first looking at their constraint violations and only if those are equal, it measures their current solution."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103744.help.text
+msgid "If <emph>enabled</emph>, the ACR Comparator is used. It compares two individuals dependent on the current iteration and measures their goodness with knowledge about the libraries worst known solutions (in regard to their constraint violations)."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103792.help.text
+msgid "Use Random Starting Point"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103790.help.text
+msgid "If <emph>enabled</emph>, the library is simply filled up with randomly chosen points."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103765.help.text
+msgid "If <emph>disabled</emph>, the currently present values (as given by the user) are inserted in the library as reference point."
+msgstr ""
+
+#: Options.xhp#par_id0504200917103794.help.text
+msgid "Stagnation Limit"
+msgstr ""
+
+#: Options.xhp#par_id050320091710377.help.text
+msgid "If this number of individuals found solutions within a close range, the iteration is stopped and the best of these values is chosen as optimal."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103762.help.text
+msgid "Stagnation Tolerance"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103834.help.text
+msgid "Defines in what range solutions are considered “similar”."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103891.help.text
+msgid "Show Enhanced Solver Status"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103832.help.text
+msgid "If <emph>enabled</emph>, an additional dialog is shown during the solving process which gives informations about the current progress, the level of stagnation, the currently best known solution as well as the possibility, to stop or resume the solver."
+msgstr ""
+
+#: Options.xhp#hd_id0603200910392151.help.text
+msgid "DEPS-specific Options"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394232.help.text
+msgid "Agent Switch Rate"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394248.help.text
+msgid "Specifies the probability for an individual to choose the Differential Evolution strategy."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394277.help.text
+msgid "DE: Crossover Probability"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394280.help.text
+msgid "… defines the probability of the individual being combined with the globally best point. If crossover is not used, the point is assembled from the own memory of the individual."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394216.help.text
+msgid "DE: Scaling Factor"
+msgstr ""
+
+#: Options.xhp#par_id060320091039424.help.text
+msgid "During crossover, the scaling factor decides about the “speed” of movement."
+msgstr ""
+
+#: Options.xhp#par_id060320091039421.help.text
+msgid "PS: Constriction Coefficient"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394225.help.text
+msgid "… defines the speed at which the particles/individuals move towards each other."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394222.help.text
+msgid "PS: Cognitive Constant"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394212.help.text
+msgid "… sets the importance of the own memory (in particular the best reached point so far)."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394292.help.text
+msgid "PS: Social Constant"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394284.help.text
+msgid "… sets the importance of the global best point between all particles/individuals."
+msgstr ""
+
+#: Options.xhp#par_id060320091039425.help.text
+msgid "PS: Mutation Probability"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394272.help.text
+msgid "… defines the probability, that instead of moving a component of the particle towards the best point, it randomly chooses a new value from the valid range for that variable."
+msgstr ""
+
+#: Options.xhp#hd_id0603200910401383.help.text
+msgid "SCO-specific Options"
+msgstr ""
+
+#: Options.xhp#par_id0603200910401382.help.text
+msgid "Size of Library"
+msgstr ""
+
+#: Options.xhp#par_id060320091040136.help.text
+msgid "… defines the amount of informations to store in the public library. Each individual stores knowledge there and asks for informations."
+msgstr ""
+
+#: Usage.xhp#tit.help.text
+msgctxt "Usage.xhp#tit.help.text"
+msgid "Usage"
+msgstr ""
+
+#: Usage.xhp#bm_id0603200910434044_scalc.help.text
+msgid "<bookmark_value>Solver for Nonlinear Problems;Usage</bookmark_value>"
+msgstr ""
+
+#: Usage.xhp#hd_id0603200910430882.help.text
+msgctxt "Usage.xhp#hd_id0603200910430882.help.text"
+msgid "Usage"
+msgstr ""
+
+#: Usage.xhp#par_id0603200910430845.help.text
+msgid "Regardless whether you use DEPS or SCO, you start by going to Tools → Solver and set the Cell to be optimized, the direction to go (minimization, maximization) and the cells to be modified to reach the goal. Then you go to the Options and specify the solver to be used and if necessary adjust the according <link href=\"com.sun.star.comp.Calc.NLPSolver/Options.xhp\">parameters</link>."
+msgstr ""
+
+#: Usage.xhp#par_id0603200910430821.help.text
+msgid "There is also a list of constraints you can use to restrict the possible range of solutions or to penalize certain conditions. However, in case of the evolutionary solvers DEPS and SCO, these constraints are also used to specify bounds on the variables of the problem. Due to the random nature of the algorithms, it is <emph>highly recommended</emph> to do so and give upper (and in case \"Assume Non-Negative Variables\" is turned off also lower) bounds for all variables. They don't have to be near the actual solution (which is probably unknown) but should give a rough indication of the expected size (0 ≤ var ≤ 1 or maybe -1000000 ≤ var ≤ 1000000)."
+msgstr ""
+
+#: Usage.xhp#par_id0603200910430873.help.text
+msgid "Bounds are specified by selecting one or more variables (as range) on the left side and entering a numerical value (not a cell or a formula) on the right side. That way you can also choose one or more variables to be <emph>Integer</emph> or <emph>Binary</emph> only."
+msgstr ""
diff --git a/translations/source/af/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/translations/source/af/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
new file mode 100644
index 00000000000..dc42169e399
--- /dev/null
+++ b/translations/source/af/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
@@ -0,0 +1,23 @@
+#. extracted from nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.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+nlpsolver%2Fsrc%2Fcom%2Fsun%2Fstar%2Fcomp%2FCalc%2FNLPSolver.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: af\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Solver for Nonlinear Programming"
+msgstr ""
+
+#: description.xml#extdesc.extdesc.description.text
+msgid "This extension integrates into Calc and offers new Solver engines to use for optimizing nonlinear programming models.\n"
+msgstr ""
diff --git a/translations/source/af/nlpsolver/src/locale.po b/translations/source/af/nlpsolver/src/locale.po
new file mode 100644
index 00000000000..e608caca3b9
--- /dev/null
+++ b/translations/source/af/nlpsolver/src/locale.po
@@ -0,0 +1,179 @@
+#. extracted from nlpsolver/src/locale.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+nlpsolver%2Fsrc%2Flocale.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: af\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.AssumeNonNegative.property.text
+msgid "Assume Non-Negative Variables"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.SwarmSize.property.text
+msgid "Size of Swarm"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.LibrarySize.property.text
+msgid "Size of Library"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.LearningCycles.property.text
+msgid "Learning Cycles"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.GuessVariableRange.property.text
+msgid "Variable Bounds Guessing"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.VariableRangeThreshold.property.text
+msgid "Variable Bounds Threshold (when guessing)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.UseACRComparator.property.text
+msgid "Use ACR Comparator (instead of BCH)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.UseRandomStartingPoint.property.text
+msgid "Use Random starting point"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.StagnationLimit.property.text
+msgid "Stagnation Limit"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.Tolerance.property.text
+msgid "Stagnation Tolerance"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.EnhancedSolverStatus.property.text
+msgid "Show enhanced solver status"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.AgentSwitchRate.property.text
+msgid "Agent Switch Rate (DE Probability)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.DEFactor.property.text
+msgid "DE: Scaling Factor (0-1.2)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.DECR.property.text
+msgid "DE: Crossover Probability (0-1)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSC1.property.text
+msgid "PS: Cognitive Constant"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSC2.property.text
+msgid "PS: Social Constant"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSWeight.property.text
+msgid "PS: Constriction Coefficient"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSCL.property.text
+msgid "PS: Mutation Probability (0-0.005)"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Dialog.Caption.property.text
+msgid "Solver Status"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblSolution.property.text
+msgid "Current Solution:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblIteration.property.text
+msgid "Iteration:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblStagnation.property.text
+msgid "Stagnation:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblRuntime.property.text
+msgid "Runtime:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnStop.property.text
+msgid "Stop"
+msgstr "Stop"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnOK.property.text
+msgid "OK"
+msgstr "OK"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnContinue.property.text
+msgid "Continue"
+msgstr "Gaan voort"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopIteration.property.text
+msgid "Maximum iterations reached."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopStagnation.property.text
+msgid "Process stopped due to stagnation."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopUser.property.text
+msgid "Process stopped due to user interruption."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.CurrentIteration.property.text
+msgid "Process stopped at iteration %d of %d."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Nanoseconds.property.text
+msgid "Nanoseconds"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Microseconds.property.text
+msgid "Microseconds"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Milliseconds.property.text
+msgid "Milliseconds"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Second.property.text
+msgid "Second"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Seconds.property.text
+msgid "Seconds"
+msgstr "Sekondes"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Minute.property.text
+msgid "Minute"
+msgstr "Minuut"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Minutes.property.text
+msgid "Minutes"
+msgstr "Minute"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Hour.property.text
+msgid "Hour"
+msgstr "Uur"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Hours.property.text
+msgid "Hours"
+msgstr "Ure"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Day.property.text
+msgid "Day"
+msgstr "Dag"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Days.property.text
+msgid "Days"
+msgstr "Dae"
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 1e4292e3f8c..5e493320bdd 100644
--- a/translations/source/af/officecfg/registry/data/org/openoffice/Office.po
+++ b/translations/source/af/officecfg/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
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 8f5a2415792..1fdefae246d 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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-11-26 01:23+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-01-11 15:58+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: WriterReportWindowState.xcu#..WriterReportWindowState.UIElements.States.private_resource/toolbar/standardbar.UIName.value.text
@@ -2711,10 +2711,6 @@ msgstr "8-bis-kleurpalet"
msgid "24 Bit True Color"
msgstr "24-bis- ware kleur"
-#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_BigHandles.Label.value.text
-msgid "Large Handles"
-msgstr "Groot handvatsels"
-
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_DoubleClickTextEdit.Label.value.text
msgid "Double-click to edit Text"
msgstr "Dubbelkliek om teks te redigeer"
@@ -2846,7 +2842,7 @@ msgstr "Styl~e"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_SnapLinesMenu.Label.value.text
msgid "~Snap Lines"
-msgstr ""
+msgstr "~Springlyne"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_MasterPageMenu.Label.value.text
msgctxt "DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_MasterPageMenu.Label.value.text"
@@ -3276,6 +3272,11 @@ msgctxt "BasicIDEWindowState.xcu#..BasicIDEWindowState.UIElements.States.private
msgid "Language"
msgstr "Taal"
+#: BasicIDEWindowState.xcu#..BasicIDEWindowState.UIElements.States.private_resource/toolbar/formcontrolsbar.UIName.value.text
+#, fuzzy
+msgid "FormControls"
+msgstr "Vormkontroles"
+
#: BasicIDEWindowState.xcu#..BasicIDEWindowState.UIElements.States.private_resource/toolbar/insertcontrolsbar.UIName.value.text
msgid "Toolbox"
msgstr "Gereedskap"
@@ -8167,6 +8168,10 @@ msgstr "Toevoerm~etodestatus"
msgid "Optio~n Bar"
msgstr "Opsie~balk"
+#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_SendFeedback.Label.value.text
+msgid "Send Feedback..."
+msgstr ""
+
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_ShowLicense.Label.value.text
msgid "License Information..."
msgstr ""
@@ -11871,7 +11876,37 @@ msgid "Goto Line Number..."
msgstr ""
#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_ShowLines.Label.value.text
-msgid "Display Source Line Number"
+msgid "Line Numbers"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormRadio.Label.value.text
+msgid "Form Option Button"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormCheck.Label.value.text
+msgid "Form Check Box"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormList.Label.value.text
+msgid "Form List Box"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormCombo.Label.value.text
+msgid "Form Combo Box"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormVScroll.Label.value.text
+#, fuzzy
+msgid "Form Vertical Scroll Bar"
+msgstr "Vertikale rolstaaf"
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormHScroll.Label.value.text
+#, fuzzy
+msgid "Form Horizonal Scroll Bar"
+msgstr "Horisontale rolstaaf"
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormSpin.Label.value.text
+msgid "Form Spin Button"
msgstr ""
#: WriterWebWindowState.xcu#..WriterWebWindowState.UIElements.States.private_resource/toolbar/standardbar.UIName.value.text
diff --git a/translations/source/af/padmin/source.po b/translations/source/af/padmin/source.po
index 397002b6e15..4791c8c1e10 100644
--- a/translations/source/af/padmin/source.po
+++ b/translations/source/af/padmin/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/readlicense_oo/docs/readme.po b/translations/source/af/readlicense_oo/docs/readme.po
index 09a7732f933..c6b36ccef6c 100644
--- a/translations/source/af/readlicense_oo/docs/readme.po
+++ b/translations/source/af/readlicense_oo/docs/readme.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -104,7 +104,6 @@ msgid "1024x768 resolution (higher resolution recommended), at least 256 colors"
msgstr "1024x768-resolusie (hoër resolusie aanbeveel), ten minste 256 kleure"
#: readme.xrm#edssc3d.edssc3d.readmeitem.text
-msgctxt "readme.xrm#edssc3d.edssc3d.readmeitem.text"
msgid "Please be aware that administrator rights are needed for the installation process."
msgstr ""
@@ -113,20 +112,11 @@ msgid "Registration of ${PRODUCTNAME} as default application for Microsoft Offic
msgstr "Om ${PRODUCTNAME} as verstek toepassing vir Microsoft Office-formate te registreer, kan afgedwing of onderdruk word met die volgende bevelreël-skakelings by die installeerder:"
#: readme.xrm#MSOReg2.MSOReg2.readmeitem.text
-msgid "<tt>/msoreg=1</tt> will force registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
+msgid "<tt>REGISTER_ALL_MSO_TYPES=1</tt> will force registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
msgstr ""
#: readme.xrm#MSOReg3.MSOReg3.readmeitem.text
-msgid "<tt>/msoreg=0</tt> will suppress registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
-msgstr ""
-
-#: readme.xrm#DLLA1.DLLA1.readmeitem.text
-msgid "If you perform an administrative installation using setup /a, you need to make sure that the file msvc90.dll is installed on the system. This file is required for ${PRODUCTNAME} to start after an administrative installation. You can get the file from <a href=\"http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF\">http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF</a>"
-msgstr ""
-
-#: readme.xrm#AdminNeeded.AdminNeeded.readmeitem.text
-msgctxt "readme.xrm#AdminNeeded.AdminNeeded.readmeitem.text"
-msgid "Please be aware that administrator rights are needed for the installation process."
+msgid "<tt>REGISTER_NO_MSO_TYPES=1</tt> will suppress registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
msgstr ""
#: readme.xrm#s2we10.s2we10.readmeitem.text
@@ -187,7 +177,8 @@ msgid "Installation of ${PRODUCTNAME} on Debian/Ubuntu-based Linux systems"
msgstr ""
#: readme.xrm#debianinstall1.debianinstall1.readmeitem.text
-msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to do that, please read the section below entitled Deinstallation of a Previous Version of ${PRODUCTNAME}. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
+msgctxt "readme.xrm#debianinstall1.debianinstall1.readmeitem.text"
+msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
msgstr ""
#: readme.xrm#debianinstall2.debianinstall2.readmeitem.text
@@ -237,7 +228,8 @@ msgid "Installation of ${PRODUCTNAME} on Fedora, Suse, Mandriva and other Linux
msgstr ""
#: readme.xrm#rpminstall1.rpminstall1.readmeitem.text
-msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to do that, please read the section below entitled De-installation of a Previous Version of ${PRODUCTNAME}. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
+msgctxt "readme.xrm#rpminstall1.rpminstall1.readmeitem.text"
+msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
msgstr ""
#: readme.xrm#rpminstall2.rpminstall2.readmeitem.text
@@ -282,15 +274,19 @@ msgid "Now run the installation command again:"
msgstr ""
#: readme.xrm#rpminstallB.rpminstallB.readmeitem.text
-msgid "For Fedora-based systems: su -c 'yum install *redhat*.rpm'"
+msgid "For Fedora-based systems: su -c 'yum install *freedesktop*.rpm'"
msgstr ""
#: readme.xrm#rpminstallC.rpminstallC.readmeitem.text
msgid "For Mandriva-based systems: sudo urpmi *mandriva*.rpm"
msgstr ""
+#: readme.xrm#rpminstallF.rpminstallF.readmeitem.text
+msgid "For SUSE-based systems: rpm -Uvh *suse*.rpm"
+msgstr ""
+
#: readme.xrm#rpminstallD.rpminstallD.readmeitem.text
-msgid "For other RPM-based systems (Suse, etc.): rpm -Uvh *suse*.rpm"
+msgid "For other RPM-based systems: rpm -Uvh *freedesktop*.rpm"
msgstr ""
#: readme.xrm#rpminstallE.rpminstallE.readmeitem.text
diff --git a/translations/source/af/reportbuilder/java/com/sun/star/report/function/metadata.po b/translations/source/af/reportbuilder/java/com/sun/star/report/function/metadata.po
new file mode 100644
index 00000000000..35645a18c00
--- /dev/null
+++ b/translations/source/af/reportbuilder/java/com/sun/star/report/function/metadata.po
@@ -0,0 +1,39 @@
+#. extracted from reportbuilder/java/com/sun/star/report/function/metadata.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+reportbuilder%2Fjava%2Fcom%2Fsun%2Fstar%2Freport%2Ffunction%2Fmetadata.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: af\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: Author_Function_en_US.properties#display_name.property.text
+msgid "AUTHOR"
+msgstr ""
+
+#: Author_Function_en_US.properties#description.property.text
+msgid "Returns the author of the report."
+msgstr ""
+
+#: Title_Function_en_US.properties#display_name.property.text
+msgid "TITLE"
+msgstr ""
+
+#: Title_Function_en_US.properties#description.property.text
+msgid "Returns the title of the report."
+msgstr ""
+
+#: category_en_US.properties#display_name.property.text
+msgid "MetaData"
+msgstr ""
+
+#: category_en_US.properties#description.property.text
+msgid "Contains functions about meta data"
+msgstr ""
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 1fa95bcc826..8684428e9b8 100644
--- a/translations/source/af/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/translations/source/af/reportbuilder/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
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 fbbdbd96d08..fe7014dc3b3 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,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -239,7 +239,7 @@ msgstr "Verslagafvoerformaat"
#: ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_SnapLinesMenu.Label.value.text
msgid "~Snap Lines"
-msgstr ""
+msgstr "~Springlyne"
#: ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_ObjectResize.Label.value.text
msgctxt "ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_ObjectResize.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 b2fe2596d84..f856e817211 100644
--- a/translations/source/af/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/translations/source/af/reportbuilder/registry/data/org/openoffice/TypeDetection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/reportbuilder/util.po b/translations/source/af/reportbuilder/util.po
index 68738b030a7..d4dbbff0ef7 100644
--- a/translations/source/af/reportbuilder/util.po
+++ b/translations/source/af/reportbuilder/util.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/reportdesign/source/core/resource.po b/translations/source/af/reportdesign/source/core/resource.po
index afa931f90fe..31a3471a217 100644
--- a/translations/source/af/reportdesign/source/core/resource.po
+++ b/translations/source/af/reportdesign/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/reportdesign/source/ui/dlg.po b/translations/source/af/reportdesign/source/ui/dlg.po
index 90ecfc1674b..7fa5d3816ba 100644
--- a/translations/source/af/reportdesign/source/ui/dlg.po
+++ b/translations/source/af/reportdesign/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/reportdesign/source/ui/inspection.po b/translations/source/af/reportdesign/source/ui/inspection.po
index 3da54602e82..474bd825340 100644
--- a/translations/source/af/reportdesign/source/ui/inspection.po
+++ b/translations/source/af/reportdesign/source/ui/inspection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/reportdesign/source/ui/report.po b/translations/source/af/reportdesign/source/ui/report.po
index 0656327c6a9..a26a1320544 100644
--- a/translations/source/af/reportdesign/source/ui/report.po
+++ b/translations/source/af/reportdesign/source/ui/report.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sc/source/core/src.po b/translations/source/af/sc/source/core/src.po
index 439d1022506..0cdef0859ad 100644
--- a/translations/source/af/sc/source/core/src.po
+++ b/translations/source/af/sc/source/core/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sc/source/ui/cctrl.po b/translations/source/af/sc/source/ui/cctrl.po
index 76dd9666103..49d1a75c6fd 100644
--- a/translations/source/af/sc/source/ui/cctrl.po
+++ b/translations/source/af/sc/source/ui/cctrl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sc/source/ui/dbgui.po b/translations/source/af/sc/source/ui/dbgui.po
index 88115841ec5..c9a8b27a39b 100644
--- a/translations/source/af/sc/source/ui/dbgui.po
+++ b/translations/source/af/sc/source/ui/dbgui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sc/source/ui/docshell.po b/translations/source/af/sc/source/ui/docshell.po
index 48cf1b8511b..fcade67794c 100644
--- a/translations/source/af/sc/source/ui/docshell.po
+++ b/translations/source/af/sc/source/ui/docshell.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sc/source/ui/drawfunc.po b/translations/source/af/sc/source/ui/drawfunc.po
index ec35df41238..7513f291c8a 100644
--- a/translations/source/af/sc/source/ui/drawfunc.po
+++ b/translations/source/af/sc/source/ui/drawfunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sc/source/ui/formdlg.po b/translations/source/af/sc/source/ui/formdlg.po
index fde60f00b89..6646e410722 100644
--- a/translations/source/af/sc/source/ui/formdlg.po
+++ b/translations/source/af/sc/source/ui/formdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sc/source/ui/miscdlgs.po b/translations/source/af/sc/source/ui/miscdlgs.po
index 333673fad09..88a4b0f23a2 100644
--- a/translations/source/af/sc/source/ui/miscdlgs.po
+++ b/translations/source/af/sc/source/ui/miscdlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sc/source/ui/navipi.po b/translations/source/af/sc/source/ui/navipi.po
index d73f9fee151..8b873ab8e8c 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: navipi.src#RID_SCDLG_NAVIGATOR.FT_ROW.fixedtext.text
diff --git a/translations/source/af/sc/source/ui/pagedlg.po b/translations/source/af/sc/source/ui/pagedlg.po
index 0f7fb6b8758..90c21412f5b 100644
--- a/translations/source/af/sc/source/ui/pagedlg.po
+++ b/translations/source/af/sc/source/ui/pagedlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sc/source/ui/src.po b/translations/source/af/sc/source/ui/src.po
index 2e52a6a84e4..1351023b6a1 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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-11-26 01:23+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2011-12-15 11:58+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: namedlg.src#RID_SCDLG_NAMES.BTN_ADD.pushbutton.text
@@ -29,18 +29,13 @@ msgstr "~Skrap"
#: namedlg.src#RID_SCDLG_NAMES.BTN_NAME_OK.pushbutton.text
msgid "OK"
-msgstr ""
+msgstr "OK"
#: 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
msgctxt "namedlg.src#RID_SCDLG_NAMES.FT_SCOPE.fixedtext.text"
@@ -70,6 +65,7 @@ msgid "Shrink"
msgstr "Krimp"
#: namedlg.src#RID_SCDLG_NAMES.BTN_MORE.checkbox.text
+msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_MORE.checkbox.text"
msgid "Range Options"
msgstr ""
@@ -97,25 +93,6 @@ 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"
-
-#: namedlg.src#RID_SCDLG_NAMES.STR_MODIFYFAILED.string.text
-msgid "Modifying range name failed"
-msgstr ""
-
-#: 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_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_DEFAULT_INFO.string.text
msgid "Select cells in the document to update the range."
msgstr ""
@@ -446,10 +423,6 @@ msgstr "~Bladsybreuke"
msgid "Helplines ~While Moving"
msgstr ""
-#: optdlg.src#RID_SCPAGE_CONTENT.CB_BIGHANDLES.checkbox.text
-msgid "~Large handles"
-msgstr "~Groot handvatsels"
-
#: optdlg.src#RID_SCPAGE_CONTENT.GB_DISPLAY.fixedline.text
msgid "Display"
msgstr "Vertoon"
@@ -1673,9 +1646,9 @@ msgstr "Skrap"
msgid "Restore"
msgstr "Herstel"
-#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_LAST.pushbutton.text
-msgid "Last Record"
-msgstr "Laaste rekord"
+#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_PREV.pushbutton.text
+msgid "Previous Record"
+msgstr "Vorige rekord"
#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_NEXT.pushbutton.text
msgid "Next Record"
@@ -3929,8 +3902,8 @@ msgid "Number"
msgstr "Nommer"
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ARC_COS_HYP.3.string.text
-msgid "A value greater than or equal to 1 for which the hyperbolic cosine is to be returned."
-msgstr "'n Waarde groter as of gelyk aan 1 waarvan die hiperboliese kosinus gelewer moet word."
+msgid "A value greater than or equal to 1 for which the inverse hyperbolic cosine is to be returned."
+msgstr ""
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ARC_SIN_HYP.1.string.text
msgid "Returns the inverse hyperbolic sine of a number."
@@ -4121,6 +4094,60 @@ msgstr "nommer_y"
msgid "The value for the y coordinate."
msgstr "Die waarde vir die y-koördinaat."
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.1.string.text
+msgid "Return the cosecant of an angle. CSC(x)=1/SIN(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.3.string.text
+#, fuzzy
+msgid "The angle in radians for which the cosecant is to be calculated."
+msgstr "'n Hoek in die radiale waarvan die sinus bereken moet word."
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.1.string.text
+msgid "Return the secant of an angle. SEC(x)=1/COS(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.3.string.text
+#, fuzzy
+msgid "The angle in radians for which the secant is to be calculated."
+msgstr "'n Hoek in die radiale waarvan die sinus bereken moet word."
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.1.string.text
+msgid "Return the hyperbolic cosecant of a hyperbolic angle. CSCH(x)=1/SINH(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.3.string.text
+msgid "The hyperbolic angle in radians for which the hyperbolic cosecant is to be calculated."
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.1.string.text
+msgid "Return the hyperbolic secant of a hyperbolic angle. SECH(x)=1/COSH(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.3.string.text
+msgid "The hyperbolic angle in radians for which the hyperbolic secant is to be calculated."
+msgstr ""
+
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_DEG.1.string.text
msgid "Converts a radian to degrees"
msgstr "Skep 'n radiaal om in grade"
@@ -10608,7 +10635,7 @@ msgstr "Redigeer reikwydtename"
#: globstr.src#RID_GLOBSTR.STR_UNDO_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "~Verander kas"
#: globstr.src#RID_GLOBSTR.STR_DB_NONAME.string.text
msgctxt "globstr.src#RID_GLOBSTR.STR_DB_NONAME.string.text"
@@ -11941,7 +11968,6 @@ 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"
@@ -12225,6 +12251,25 @@ msgstr "Skopus"
msgid "Document (Global)"
msgstr "Dokument gesluit"
+#: globstr.src#RID_GLOBSTR.STR_ERR_NAME_EXISTS.string.text
+msgid "Invalid name. Already in use for the selected scope."
+msgstr ""
+
+#: globstr.src#RID_GLOBSTR.STR_ERR_NAME_INVALID.string.text
+msgid "Invalid name. Only use letters, numbers and underscore."
+msgstr ""
+
+#: globstr.src#RID_GLOBSTR.STR_UNSAVED_EXT_REF.string.text
+msgid ""
+"This Document contains external references to unsaved documents.\n"
+"\n"
+"Do you want to continue?"
+msgstr ""
+
+#: globstr.src#RID_GLOBSTR.STR_CLOSE_WITH_UNSAVED_REFS.string.text
+msgid "This Document is referenced by another document and not yet saved. Closing it without saving will result in data loss."
+msgstr ""
+
#: crnrdlg.src#RID_SCDLG_COLROWNAMERANGES.FL_ASSIGN.fixedline.text
msgctxt "crnrdlg.src#RID_SCDLG_COLROWNAMERANGES.FL_ASSIGN.fixedline.text"
msgid "Range"
@@ -12990,7 +13035,8 @@ msgid "Cancel"
msgstr "Kanselleer"
#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_MORE.checkbox.text
-msgid "RangeOptions"
+msgctxt "namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_MORE.checkbox.text"
+msgid "Range Options"
msgstr ""
#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.FT_NAME.fixedtext.text
@@ -13041,20 +13087,6 @@ 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 ""
diff --git a/translations/source/af/sc/source/ui/styleui.po b/translations/source/af/sc/source/ui/styleui.po
index 2db3276b6a7..be6c13a4cb7 100644
--- a/translations/source/af/sc/source/ui/styleui.po
+++ b/translations/source/af/sc/source/ui/styleui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -27,7 +27,7 @@ msgstr "Selstyle"
#: scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.2.filterlist.text
msgid "Applied Styles"
-msgstr ""
+msgstr "Toegepaste style"
#: scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.3.filterlist.text
msgctxt "scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.3.filterlist.text"
diff --git a/translations/source/af/scaddins/source/analysis.po b/translations/source/af/scaddins/source/analysis.po
index 3ced233c693..402a70f2450 100644
--- a/translations/source/af/scaddins/source/analysis.po
+++ b/translations/source/af/scaddins/source/analysis.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/scaddins/source/datefunc.po b/translations/source/af/scaddins/source/datefunc.po
index d6836b221bb..39c9988cdc3 100644
--- a/translations/source/af/scaddins/source/datefunc.po
+++ b/translations/source/af/scaddins/source/datefunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sccomp/source/solver.po b/translations/source/af/sccomp/source/solver.po
index 47d6556ea66..e2a6b2334f7 100644
--- a/translations/source/af/sccomp/source/solver.po
+++ b/translations/source/af/sccomp/source/solver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/scp2/source/accessories.po b/translations/source/af/scp2/source/accessories.po
index 4391f82965c..619db47630c 100644
--- a/translations/source/af/scp2/source/accessories.po
+++ b/translations/source/af/scp2/source/accessories.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/scp2/source/activex.po b/translations/source/af/scp2/source/activex.po
index ef54e586552..43e62ac1073 100644
--- a/translations/source/af/scp2/source/activex.po
+++ b/translations/source/af/scp2/source/activex.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/scp2/source/base.po b/translations/source/af/scp2/source/base.po
index e49af77400f..5672ffac305 100644
--- a/translations/source/af/scp2/source/base.po
+++ b/translations/source/af/scp2/source/base.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -39,6 +39,16 @@ msgstr "%PRODUCTNAME Base-hulp"
msgid "Help about %PRODUCTNAME Base"
msgstr "Hulp aangaande %PRODUCTNAME Base"
+#: postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr ""
+
+#: postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr ""
+
#: folderitem_base.ulf#STR_FI_TOOLTIP_BASE.LngText.text
msgid "Manage databases, create queries and reports to track and manage your information by using Base."
msgstr "Bestuur databasisse, skep navrae en verslae om u inligting na te speur en te bestuur, met Base."
diff --git a/translations/source/af/scp2/source/binfilter.po b/translations/source/af/scp2/source/binfilter.po
index 5747b6f85a2..6aba751032c 100644
--- a/translations/source/af/scp2/source/binfilter.po
+++ b/translations/source/af/scp2/source/binfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/scp2/source/calc.po b/translations/source/af/scp2/source/calc.po
index 1e5707637cd..a60c1e26424 100644
--- a/translations/source/af/scp2/source/calc.po
+++ b/translations/source/af/scp2/source/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/scp2/source/draw.po b/translations/source/af/scp2/source/draw.po
index 6b40d1bd379..9a58e328242 100644
--- a/translations/source/af/scp2/source/draw.po
+++ b/translations/source/af/scp2/source/draw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/scp2/source/extensions.po b/translations/source/af/scp2/source/extensions.po
index 4c80c448f41..a6836624116 100644
--- a/translations/source/af/scp2/source/extensions.po
+++ b/translations/source/af/scp2/source/extensions.po
@@ -3,2248 +3,74 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 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
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text"
msgid "English"
-msgstr ""
+msgstr "Engels"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text"
+#, fuzzy
msgid "Installs English support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installeer Engelse steun vir %PRODUCTNAME %PRODUCTVERSION"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text"
+#, fuzzy
msgid "German"
msgstr "Duits"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text"
+#, fuzzy
msgid "Installs German support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installeer Duitse steun vir %PRODUCTNAME %PRODUCTVERSION"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text"
msgid "French"
msgstr ""
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text"
+#, fuzzy
msgid "Installs French support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installeer Franse steun vir %PRODUCTNAME %PRODUCTVERSION"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text"
msgid "Italian"
msgstr ""
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text"
+#, fuzzy
msgid "Installs Italian support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installeer Italiaanse steun vir %PRODUCTNAME %PRODUCTVERSION"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text"
msgid "Spanish"
-msgstr ""
+msgstr "Spaans"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text"
+#, fuzzy
msgid "Installs Spanish support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installeer Spaanse steun vir %PRODUCTNAME %PRODUCTVERSION"
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text"
-msgid "Swedish"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text"
-msgid "Installs Swedish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Sweedse steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text"
-msgid "Portuguese"
-msgstr "Portugees"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Portugese steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Portuguese (Brazil)"
-msgstr "Portugees (Brasilië)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Portugese steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text"
-msgid "Japanese"
-msgstr "Japannees"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text"
-msgid "Installs Japanese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Japannese steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text"
-msgid "Korean"
-msgstr "Koreaans"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text"
-msgid "Installs Korean support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Koreaanse steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Chinese (simplified)"
-msgstr "Sjinees (vereenvoudig)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Installs Chinese (simplified) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Sjinese (vereenvoudig) steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Chinese (traditional)"
-msgstr "Sjinees (tradisioneel)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Installs Chinese (traditional) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Sjinese (tradisioneel) steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text"
-msgid "Dutch"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text"
-msgid "Installs Dutch support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Nederlandse steun vir %PRODUCTNAME %PRODUCTVERSION"
-
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text
#, fuzzy
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text"
msgid "Hungarian"
msgstr "Bulgaars"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text"
-msgid "Installs Hungarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Hongaarse steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text"
-msgid "Polish"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text"
-msgid "Installs Polish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Poolse steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text"
-msgid "Russian"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text"
-msgid "Installs Russian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Russiese steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text"
-msgid "Turkish"
-msgstr "Turks"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text"
-msgid "Installs Turkish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Turkse steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text"
-msgid "Greek"
-msgstr "Grieks"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text"
-msgid "Installs Greek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Griekse steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text"
-msgid "Thai"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text"
-msgid "Installs Thai support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Thai steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text"
-msgid "Czech"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text"
-msgid "Installs Czech support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Tjeggiese steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text"
-msgid "Slovak"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text"
-msgid "Installs Slovak support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Slowaakse steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text"
-msgid "Croatian"
-msgstr "Kroaties"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text"
-msgid "Installs Croatian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Kroatiese steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text"
-msgid "Estonian"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text"
-msgid "Installs Estonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Estniese steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text"
-msgid "Vietnamese"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text"
-msgid "Installs Vietnamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Viëtnamese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text"
-msgid "Bulgarian"
-msgstr "Bulgaars"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text"
-msgid "Installs Bulgarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Bulgaarse steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text"
-msgid "Khmer"
-msgstr "Khmer"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text"
-msgid "Installs Khmer support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Khmer-steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Punjabi"
-msgstr "Pandjab"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Installs Punjabi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Pandjaabse steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Gujarati"
-msgstr "Goedjarati"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Goedjaraatse steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text"
-msgid "Tamil"
-msgstr "Tamil"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Tamil steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Tamil"
-msgstr "Tamil"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Tamil steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text"
-msgid "Hindi"
-msgstr "Hindi"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Hindi steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Hindi"
-msgstr "Hindi"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Hindi steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text"
-msgid "Southern Sotho (Sutu)"
-msgstr "Suid-Sotho (Sutu)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text"
-msgid "Installs Southern Sotho (Sutu) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Suid-Sotho- (Sutu) steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text"
-msgid "Tswana"
-msgstr "Tswana"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text"
-msgid "Installs Tswana support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Tswana-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text"
-msgid "Xhosa"
-msgstr "Xhosa"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text"
-msgid "Installs Xhosa support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Xhosa-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Zulu"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Installs Zulu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Zoeloe-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text"
-msgid "Afrikaans"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text"
-msgid "Installs Afrikaans support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Afrikaanse steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text"
-msgid "Swahili"
-msgstr "Swahili"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Swahili-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Swahili"
-msgstr "Swahili"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Swahili-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text"
-msgid "Lao"
-msgstr "Lao"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text"
-msgid "Installs Lao support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Lao-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text"
-msgid "Burmese"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text
-#, fuzzy
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text"
-msgid "Installs Burmese (Myanmar) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Noorse (Bokmål) ondersteuning in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Northern Sotho"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text
-#, fuzzy
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Installs Northern Sotho support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Suid-Ndebele-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text"
-msgid "Bengali"
-msgstr "Bengaals"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text"
-msgid "Installs Bengali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Bengaalse steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Bengali (Bangladesh)"
-msgstr "Bengaals (Bangladesj)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Installs Bengali (Bangladesh) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Bengalese (Bangladesj) steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Bengali (India)"
-msgstr "Bengaals (Indië)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Installs Bengali (India) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Bengaalse (Indië) steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text"
-msgid "Oriya"
-msgstr "Orija"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Orija-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Oriya"
-msgstr "Orija"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Orija-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text"
-msgid "Marathi"
-msgstr "Marathi"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Marathiese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Marathi"
-msgstr "Marathi"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Marathiese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text"
-msgid "Nepali"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text"
-msgid "Installs Nepali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Nepalese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text"
-msgid "Arabic"
-msgstr "Arabies"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Arabiese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Arabic"
-msgstr "Arabies"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Arabiese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text"
-msgid "Catalan"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text"
-msgid "Installs Catalan support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Katalaanse steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text"
-msgid "Danish"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text"
-msgid "Installs Danish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Deense steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text"
-msgid "Finnish"
-msgstr "Fins"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text"
-msgid "Installs Finnish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Finse steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text"
-msgid "Hebrew"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text"
-msgid "Installs Hebrew support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Hebreeuse steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text"
-msgid "Icelandic"
-msgstr "Yslands"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text"
-msgid "Installs Icelandic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Yslandse steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text"
-msgid "Norwegian (Bokmal)"
-msgstr "Noors (Bokmål)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text"
-msgid "Installs Norwegian (Bokmal) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Noorse (Bokmål) ondersteuning in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text"
-msgid "Norwegian (Nynorsk)"
-msgstr "Noors (Nuutnoors)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text"
-msgid "Installs Norwegian (Nynorsk) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Noorse (Nuutnoors) steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text"
-msgid "Rhaeto-Romance"
-msgstr "Reto-Romaans"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text"
-msgid "Installs Rhaeto-Romance support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Reto-Romaanse steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text"
-msgid "Romanian"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text"
-msgid "Installs Romanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Roemeense steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Albanian"
-msgstr "Albanees"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Installs Albanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Albanese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text"
-msgid "Urdu"
-msgstr "Oerdoe"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Oerdoe-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text"
-msgid "Indonesian"
-msgstr "Indonesies"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text"
-msgid "Installs Indonesian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Indonesiese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text"
-msgid "Ukrainian"
-msgstr "Oekraïens"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text"
-msgid "Installs Ukrainian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Oekraïense steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text"
-msgid "Belarusian"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text
-#, fuzzy
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text"
-msgid "Installs Belarusian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Bulgaarse steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text"
-msgid "Slovenian"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text"
-msgid "Installs Slovenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Sloweense steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text"
-msgid "Latvian"
-msgstr "Letties"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text"
-msgid "Installs Latvian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Lettiese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text"
-msgid "Lithuanian"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text"
-msgid "Installs Lithuanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Litause steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text"
-msgid "Armenian"
-msgstr "Armeens"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text"
-msgid "Installs Armenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Armeense steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text"
-msgid "Basque"
-msgstr "Baskies"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text"
-msgid "Installs Basque support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Baskiese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text"
-msgid "Macedonian"
-msgstr "Masedonies"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text"
-msgid "Installs Macedonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Masedoniese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text"
-msgid "Maltese"
-msgstr "Maltees"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text"
-msgid "Installs Maltese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Maltese steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text"
-msgid "Welsh"
-msgstr "Wallies"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text"
-msgid "Installs Welsh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Walliese steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text"
-msgid "Galician"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text"
-msgid "Installs Galician support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Galisiese steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "Serwies (Latyn)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Serwiese (Latyn) ondersteuning in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "Serwies (Latyn)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Serwiese (Latyn) ondersteuning in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text"
-msgid "Irish"
-msgstr "Iers"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text"
-msgid "Installs Irish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Ierse steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "Serwies (Cyrillies)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Serwiese(Cyrillies) ondersteuning in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "Serwies (Cyrillies)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Serwiese(Cyrillies) ondersteuning in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text"
-msgid "Bosnian"
-msgstr "Bosnies"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text"
-msgid "Installs Bosnian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Bosniese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Assamese"
-msgstr "Assamees"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Installs Assamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Assamese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text"
-msgid "Kinyarwanda"
-msgstr "Kinjarwandees"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text"
-msgid "Installs Kinyarwanda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Kinjarwandese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text"
-msgid "Sanskrit"
-msgstr "Sanskrit"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text"
-msgid "Installs Sanskrit support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Sanskrit-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text"
-msgid "Farsi"
-msgstr "Farsi"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text"
-msgid "Installs Farsi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Farsi-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text"
-msgid "Faroese"
-msgstr "Faroëes"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text"
-msgid "Installs Faroese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Faroëse steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text"
-msgid "Sorbian"
-msgstr "Sorbies"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text"
-msgid "Installs Sorbian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Sorbiese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text"
-msgid "Tatar"
-msgstr "Tatar"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text"
-msgid "Installs Tatar support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Tartaarse steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text"
-msgid "Tsonga"
-msgstr "Tsonga"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text"
-msgid "Installs Tsonga support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Tsonga-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text"
-msgid "Yiddish"
-msgstr "Jiddisj"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text"
-msgid "Installs Yiddish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Jiddisje steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text"
-msgid "Breton"
-msgstr "Bretons"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text"
-msgid "Installs Breton support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Bretonse steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text"
-msgid "Ndebele South"
-msgstr "Suid-Ndebele"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text"
-msgid "Installs Ndebele South support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Suid-Ndebele-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text"
-msgid "Swazi"
-msgstr "Swazi"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text"
-msgid "Installs Swazi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Swazi-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text"
-msgid "Venda"
-msgstr "Venda"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text"
-msgid "Installs Venda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Venda-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text"
-msgid "Kannada"
-msgstr "Kannada"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text"
-msgid "Installs Kannada support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Kannadese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text"
-msgid "Malay (Malaysian)"
-msgstr "Maleis (Maleisies)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text"
-msgid "Installs Malay (Malaysian) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Maleise (Maleisië) steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text"
-msgid "Tajik"
-msgstr "Tadjik"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text"
-msgid "Installs Tajik support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Tajikse steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text"
-msgid "Kurdish"
-msgstr "Koerdies"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text"
-msgid "Installs Kurdish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Koerdiese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Dzongkha"
-msgstr "Dzongkha"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Installs Dzongkha support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Dzongkha-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text"
-msgid "Georgian"
-msgstr "Georgies"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text"
-msgid "Installs Georgian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Georgiese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text"
-msgid "Esperanto"
-msgstr "Esperanto"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text"
-msgid "Installs Esperanto support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Esperanto-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text"
-msgid "Gujarati"
-msgstr "Goedjarati"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Goedjaraatse steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "English (South Africa)"
-msgstr "Engels (Suid-Afrika)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "Installs English (South Africa) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Engelse (Suid-Afrika) steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "English (United Kingdom)"
-msgstr "Engels (Verenigde Koninkryk)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "Installs English (United Kingdom) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Engelse (Verenigde Koninkryk) steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Urdu"
-msgstr "Oerdoe"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Oerdoe-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Malayalam"
-msgstr "Malabaars"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Installs Malayalam support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Malabaarse steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Telugu"
-msgstr "Teloegoe"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Installs Telugu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Telugu-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Tigrinya"
-msgstr "Tigrinya"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Installs Tigrinya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Tigrinya-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Uzbek"
-msgstr "Oesbekies"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Installs Uzbek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Oesbeekse ondersteuning in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text"
-msgid "Mongolian"
-msgstr "Mongools"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text"
-msgid "Installs Mongolian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Mongoolse ondersteuning in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text"
-msgid "Kazakh"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text
-#, fuzzy
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text"
-msgid "Installs Kazakh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Marathiese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text"
-msgid "English"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text"
-msgid "Installs English support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Engelse steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text"
-msgid "German"
-msgstr "Duits"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text"
-msgid "Installs German support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Duitse steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text"
-msgid "French"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text"
-msgid "Installs French support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Franse steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text"
-msgid "Italian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text"
-msgid "Installs Italian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Italiaanse steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text"
-msgid "Spanish"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text"
-msgid "Installs Spanish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Spaanse steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text"
-msgid "Swedish"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text"
-msgid "Installs Swedish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Sweedse steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text"
-msgid "Portuguese"
-msgstr "Portugees"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Portugese steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Portuguese (Brazil)"
-msgstr "Portugees (Brasilië)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Portugese steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text"
-msgid "Japanese"
-msgstr "Japannees"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text"
-msgid "Installs Japanese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Japannese steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text"
-msgid "Korean"
-msgstr "Koreaans"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text"
-msgid "Installs Korean support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Koreaanse steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Chinese (simplified)"
-msgstr "Sjinees (vereenvoudig)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Installs Chinese (simplified) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Sjinese (vereenvoudig) steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Chinese (traditional)"
-msgstr "Sjinees (tradisioneel)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Installs Chinese (traditional) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Sjinese (tradisioneel) steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text"
-msgid "Dutch"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text"
-msgid "Installs Dutch support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Nederlandse steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text
#, fuzzy
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text"
-msgid "Hungarian"
-msgstr "Bulgaars"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text"
msgid "Installs Hungarian support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installeer Hongaarse steun vir %PRODUCTNAME %PRODUCTVERSION"
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text"
-msgid "Polish"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text"
-msgid "Installs Polish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Poolse steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text"
-msgid "Russian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text"
-msgid "Installs Russian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Russiese steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text"
-msgid "Turkish"
-msgstr "Turks"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text"
-msgid "Installs Turkish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Turkse steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text"
-msgid "Greek"
-msgstr "Grieks"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text"
-msgid "Installs Greek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Griekse steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text"
-msgid "Thai"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text"
-msgid "Installs Thai support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Thai steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text"
-msgid "Czech"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text"
-msgid "Installs Czech support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Tjeggiese steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text"
-msgid "Slovak"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text"
-msgid "Installs Slovak support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Slowaakse steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text"
-msgid "Croatian"
-msgstr "Kroaties"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text"
-msgid "Installs Croatian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Kroatiese steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text"
-msgid "Estonian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text"
-msgid "Installs Estonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Estniese steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text"
-msgid "Vietnamese"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text"
-msgid "Installs Vietnamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Viëtnamese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text"
-msgid "Bulgarian"
-msgstr "Bulgaars"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text"
-msgid "Installs Bulgarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Bulgaarse steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text"
-msgid "Khmer"
-msgstr "Khmer"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text"
-msgid "Installs Khmer support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Khmer-steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Punjabi"
-msgstr "Pandjab"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Installs Punjabi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Pandjaabse steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Gujarati"
-msgstr "Goedjarati"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Goedjaraatse steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text"
-msgid "Tamil"
-msgstr "Tamil"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Tamil steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Tamil"
-msgstr "Tamil"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Tamil steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text"
-msgid "Hindi"
-msgstr "Hindi"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Hindi steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Hindi"
-msgstr "Hindi"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Hindi steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text"
-msgid "Southern Sotho (Sutu)"
-msgstr "Suid-Sotho (Sutu)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text"
-msgid "Installs Southern Sotho (Sutu) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Suid-Sotho- (Sutu) steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text"
-msgid "Tswana"
-msgstr "Tswana"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text"
-msgid "Installs Tswana support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Tswana-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text"
-msgid "Xhosa"
-msgstr "Xhosa"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text"
-msgid "Installs Xhosa support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Xhosa-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Zulu"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Installs Zulu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Zoeloe-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text"
-msgid "Afrikaans"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text"
-msgid "Installs Afrikaans support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Afrikaanse steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text"
-msgid "Swahili"
-msgstr "Swahili"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Swahili-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Swahili"
-msgstr "Swahili"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Swahili-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text"
-msgid "Lao"
-msgstr "Lao"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text"
-msgid "Installs Lao support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Lao-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text"
-msgid "Burmese"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text
-#, fuzzy
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text"
-msgid "Installs Burmese (Myanmar) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Noorse (Bokmål) ondersteuning in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Northern Sotho"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text
-#, fuzzy
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Installs Northern Sotho support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Suid-Ndebele-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text"
-msgid "Bengali"
-msgstr "Bengaals"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text"
-msgid "Installs Bengali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Bengaalse steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Bengali (Bangladesh)"
-msgstr "Bengaals (Bangladesj)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Installs Bengali (Bangladesh) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Bengalese (Bangladesj) steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Bengali (India)"
-msgstr "Bengaals (Indië)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Installs Bengali (India) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Bengaalse (Indië) steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text"
-msgid "Oriya"
-msgstr "Orija"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Orija-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Oriya"
-msgstr "Orija"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Orija-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text"
-msgid "Marathi"
-msgstr "Marathi"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Marathiese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Marathi"
-msgstr "Marathi"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Marathiese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text"
-msgid "Nepali"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text"
-msgid "Installs Nepali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Nepalese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text"
-msgid "Arabic"
-msgstr "Arabies"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Arabiese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Arabic"
-msgstr "Arabies"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Arabiese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text"
-msgid "Catalan"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text"
-msgid "Installs Catalan support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Katalaanse steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text"
-msgid "Danish"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text"
-msgid "Installs Danish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Deense steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text"
-msgid "Finnish"
-msgstr "Fins"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text"
-msgid "Installs Finnish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Finse steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text"
-msgid "Hebrew"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text"
-msgid "Installs Hebrew support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Hebreeuse steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text"
-msgid "Icelandic"
-msgstr "Yslands"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text"
-msgid "Installs Icelandic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Yslandse steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text"
-msgid "Norwegian (Bokmal)"
-msgstr "Noors (Bokmål)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text"
-msgid "Installs Norwegian (Bokmal) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Noorse (Bokmål) ondersteuning in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text"
-msgid "Norwegian (Nynorsk)"
-msgstr "Noors (Nuutnoors)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text"
-msgid "Installs Norwegian (Nynorsk) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Noorse (Nuutnoors) steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text"
-msgid "Rhaeto-Romance"
-msgstr "Reto-Romaans"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text"
-msgid "Installs Rhaeto-Romance support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Reto-Romaanse steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text"
-msgid "Romanian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text"
-msgid "Installs Romanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Roemeense steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Albanian"
-msgstr "Albanees"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Installs Albanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Albanese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text"
-msgid "Urdu"
-msgstr "Oerdoe"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Oerdoe-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text"
-msgid "Indonesian"
-msgstr "Indonesies"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text"
-msgid "Installs Indonesian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Indonesiese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text"
-msgid "Ukrainian"
-msgstr "Oekraïens"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text"
-msgid "Installs Ukrainian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Oekraïense steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text"
-msgid "Belarusian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text
-#, fuzzy
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text"
-msgid "Installs Belarusian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Bulgaarse steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text"
-msgid "Slovenian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text"
-msgid "Installs Slovenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Sloweense steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text"
-msgid "Latvian"
-msgstr "Letties"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text"
-msgid "Installs Latvian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Lettiese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text"
-msgid "Lithuanian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text"
-msgid "Installs Lithuanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Litause steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text"
-msgid "Armenian"
-msgstr "Armeens"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text"
-msgid "Installs Armenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Armeense steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text"
-msgid "Basque"
-msgstr "Baskies"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text"
-msgid "Installs Basque support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Baskiese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text"
-msgid "Macedonian"
-msgstr "Masedonies"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text"
-msgid "Installs Macedonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Masedoniese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text"
-msgid "Maltese"
-msgstr "Maltees"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text"
-msgid "Installs Maltese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Maltese steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text"
-msgid "Welsh"
-msgstr "Wallies"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text"
-msgid "Installs Welsh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Walliese steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text"
-msgid "Galician"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text"
-msgid "Installs Galician support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Galisiese steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "Serwies (Latyn)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Serwiese (Latyn) ondersteuning in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "Serwies (Latyn)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Serwiese (Latyn) ondersteuning in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text"
-msgid "Irish"
-msgstr "Iers"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text"
-msgid "Installs Irish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Ierse steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "Serwies (Cyrillies)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Serwiese(Cyrillies) ondersteuning in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "Serwies (Cyrillies)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Serwiese(Cyrillies) ondersteuning in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text"
-msgid "Bosnian"
-msgstr "Bosnies"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text"
-msgid "Installs Bosnian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Bosniese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Assamese"
-msgstr "Assamees"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Installs Assamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Assamese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text"
-msgid "Kinyarwanda"
-msgstr "Kinjarwandees"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text"
-msgid "Installs Kinyarwanda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Kinjarwandese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text"
-msgid "Sanskrit"
-msgstr "Sanskrit"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text"
-msgid "Installs Sanskrit support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Sanskrit-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text"
-msgid "Farsi"
-msgstr "Farsi"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text"
-msgid "Installs Farsi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Farsi-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text"
-msgid "Faroese"
-msgstr "Faroëes"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text"
-msgid "Installs Faroese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Faroëse steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text"
-msgid "Sorbian"
-msgstr "Sorbies"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text"
-msgid "Installs Sorbian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Sorbiese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text"
-msgid "Tatar"
-msgstr "Tatar"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text"
-msgid "Installs Tatar support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Tartaarse steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text"
-msgid "Tsonga"
-msgstr "Tsonga"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text"
-msgid "Installs Tsonga support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Tsonga-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text"
-msgid "Yiddish"
-msgstr "Jiddisj"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text"
-msgid "Installs Yiddish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Jiddisje steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text"
-msgid "Breton"
-msgstr "Bretons"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text"
-msgid "Installs Breton support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Bretonse steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text"
-msgid "Ndebele South"
-msgstr "Suid-Ndebele"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text"
-msgid "Installs Ndebele South support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Suid-Ndebele-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text"
-msgid "Swazi"
-msgstr "Swazi"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text"
-msgid "Installs Swazi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Swazi-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text"
-msgid "Venda"
-msgstr "Venda"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text"
-msgid "Installs Venda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Venda-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text"
-msgid "Kannada"
-msgstr "Kannada"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text"
-msgid "Installs Kannada support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Kannadese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text"
-msgid "Malay (Malaysian)"
-msgstr "Maleis (Maleisies)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text"
-msgid "Installs Malay (Malaysian) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Maleise (Maleisië) steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text"
-msgid "Tajik"
-msgstr "Tadjik"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text"
-msgid "Installs Tajik support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Tajikse steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text"
-msgid "Kurdish"
-msgstr "Koerdies"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text"
-msgid "Installs Kurdish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Koerdiese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Dzongkha"
-msgstr "Dzongkha"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Installs Dzongkha support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Dzongkha-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text"
-msgid "Georgian"
-msgstr "Georgies"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text"
-msgid "Installs Georgian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Georgiese steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text"
-msgid "Esperanto"
-msgstr "Esperanto"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text"
-msgid "Installs Esperanto support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Esperanto-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text"
-msgid "Gujarati"
-msgstr "Goedjarati"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Goedjaraatse steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "English (South Africa)"
-msgstr "Engels (Suid-Afrika)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "Installs English (South Africa) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Engelse (Suid-Afrika) steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "English (United Kingdom)"
-msgstr "Engels (Verenigde Koninkryk)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "Installs English (United Kingdom) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Engelse (Verenigde Koninkryk) steun vir %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Urdu"
-msgstr "Oerdoe"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Oerdoe-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Malayalam"
-msgstr "Malabaars"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Installs Malayalam support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Malabaarse steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Telugu"
-msgstr "Teloegoe"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Installs Telugu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Telugu-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Tigrinya"
-msgstr "Tigrinya"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Installs Tigrinya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Tigrinya-steun in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Uzbek"
-msgstr "Oesbekies"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Installs Uzbek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Oesbeekse ondersteuning in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text"
-msgid "Mongolian"
-msgstr "Mongools"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text"
-msgid "Installs Mongolian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Mongoolse ondersteuning in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text"
-msgid "Kazakh"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text
-#, fuzzy
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text"
-msgid "Installs Kazakh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installeer Marathiese steun in %PRODUCTNAME %PRODUCTVERSION"
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS.LngText.text
msgid "Extensions"
msgstr ""
@@ -2303,16 +129,6 @@ msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_PDFIMPORT.Lng
msgid "PDF Import"
msgstr ""
-#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text
-msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text"
-msgid "Lightproof"
-msgstr ""
-
-#: module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text
-msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text"
-msgid "Lightproof"
-msgstr ""
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_NUMBERTEXT.LngText.text
msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_NUMBERTEXT.LngText.text"
msgid "Numbertext"
diff --git a/translations/source/af/scp2/source/gnome.po b/translations/source/af/scp2/source/gnome.po
index f88f046d729..88ef310a6ee 100644
--- a/translations/source/af/scp2/source/gnome.po
+++ b/translations/source/af/scp2/source/gnome.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/scp2/source/graphicfilter.po b/translations/source/af/scp2/source/graphicfilter.po
index ae53e31f324..fed7b173889 100644
--- a/translations/source/af/scp2/source/graphicfilter.po
+++ b/translations/source/af/scp2/source/graphicfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/scp2/source/impress.po b/translations/source/af/scp2/source/impress.po
index c4be9eef641..46188c88e42 100644
--- a/translations/source/af/scp2/source/impress.po
+++ b/translations/source/af/scp2/source/impress.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/scp2/source/javafilter.po b/translations/source/af/scp2/source/javafilter.po
index b9c1cf686cf..2b2bcb7abb1 100644
--- a/translations/source/af/scp2/source/javafilter.po
+++ b/translations/source/af/scp2/source/javafilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/scp2/source/kde.po b/translations/source/af/scp2/source/kde.po
index 1bc6b878fa2..ef98415c3c6 100644
--- a/translations/source/af/scp2/source/kde.po
+++ b/translations/source/af/scp2/source/kde.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/scp2/source/math.po b/translations/source/af/scp2/source/math.po
index 8489465cdec..8781e288b57 100644
--- a/translations/source/af/scp2/source/math.po
+++ b/translations/source/af/scp2/source/math.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/scp2/source/onlineupdate.po b/translations/source/af/scp2/source/onlineupdate.po
index cc91d7b51e7..feea7be23fb 100644
--- a/translations/source/af/scp2/source/onlineupdate.po
+++ b/translations/source/af/scp2/source/onlineupdate.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/scp2/source/ooo.po b/translations/source/af/scp2/source/ooo.po
index c94ebe764e3..ba059da743d 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: module_systemint.ulf#STR_NAME_MODULE_OPTIONAL_SYSTEMINTEGRATION.LngText.text
@@ -1188,6 +1188,14 @@ msgstr ""
msgid "Afrikaans spelling dictionary, and hyphenation rules"
msgstr ""
+#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AN.LngText.text
+msgid "Aragonese"
+msgstr ""
+
+#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_AN.LngText.text
+msgid "Aragonese spelling dictionary"
+msgstr ""
+
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AR.LngText.text
#, fuzzy
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AR.LngText.text"
@@ -1280,7 +1288,7 @@ msgid "English"
msgstr ""
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_EN.LngText.text
-msgid "English (Australia, Canada, South Africa, UK, USA) spelling dictionaries, hyphenation rules, and thesaurus"
+msgid "English spelling dictionaries, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_EL.LngText.text
@@ -1373,7 +1381,7 @@ msgid "Hungarian"
msgstr "Bulgaars"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_HU.LngText.text
-msgid "Hungarian spelling dictionary, hyphenation rules, and thesaurus"
+msgid "Hungarian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_HR.LngText.text
@@ -1502,6 +1510,15 @@ msgstr ""
msgid "Russian spelling dictionary, hyphenation rules, and thesaurus"
msgstr ""
+#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SI.LngText.text
+msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SI.LngText.text"
+msgid "Sinhala"
+msgstr ""
+
+#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_SI.LngText.text
+msgid "Sinhala spelling dictionary"
+msgstr ""
+
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SK.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SK.LngText.text"
msgid "Slovak"
@@ -2616,7 +2633,7 @@ msgstr ""
#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_LB.LngText.text
msgid "Luxembourgish"
-msgstr ""
+msgstr "Luxemburgs"
#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_LB.LngText.text
msgid "Installs the Luxembourgish user interface"
diff --git a/translations/source/af/scp2/source/python.po b/translations/source/af/scp2/source/python.po
index 02ee59d5a37..f98ec70ae87 100644
--- a/translations/source/af/scp2/source/python.po
+++ b/translations/source/af/scp2/source/python.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/scp2/source/quickstart.po b/translations/source/af/scp2/source/quickstart.po
index b34448b9d75..555f771805a 100644
--- a/translations/source/af/scp2/source/quickstart.po
+++ b/translations/source/af/scp2/source/quickstart.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/scp2/source/sdkoo.po b/translations/source/af/scp2/source/sdkoo.po
index 1e74a18bcc0..ccc89fa42d0 100644
--- a/translations/source/af/scp2/source/sdkoo.po
+++ b/translations/source/af/scp2/source/sdkoo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/scp2/source/smoketest.po b/translations/source/af/scp2/source/smoketest.po
new file mode 100644
index 00000000000..e90ca4e4345
--- /dev/null
+++ b/translations/source/af/scp2/source/smoketest.po
@@ -0,0 +1,23 @@
+#. extracted from scp2/source/smoketest.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+scp2%2Fsource%2Fsmoketest.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: af\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: module_smoketest.ulf#STR_NAME_MODULE_OPTIONAL_SMOKETEST.LngText.text
+msgid "%PRODUCTNAME %PRODUCTVERSION Smoketest"
+msgstr ""
+
+#: module_smoketest.ulf#STR_DESC_MODULE_OPTIONAL_SMOKETEST.LngText.text
+msgid "The smoketest of %PRODUCTNAME %PRODUCTVERSION"
+msgstr ""
diff --git a/translations/source/af/scp2/source/winexplorerext.po b/translations/source/af/scp2/source/winexplorerext.po
index 616a62f1b0c..1d5ed215829 100644
--- a/translations/source/af/scp2/source/winexplorerext.po
+++ b/translations/source/af/scp2/source/winexplorerext.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/scp2/source/writer.po b/translations/source/af/scp2/source/writer.po
index e56631279af..657955808a2 100644
--- a/translations/source/af/scp2/source/writer.po
+++ b/translations/source/af/scp2/source/writer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/scp2/source/xsltfilter.po b/translations/source/af/scp2/source/xsltfilter.po
index 4304a5b2a5d..29c419ec693 100644
--- a/translations/source/af/scp2/source/xsltfilter.po
+++ b/translations/source/af/scp2/source/xsltfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/scripting/source/pyprov.po b/translations/source/af/scripting/source/pyprov.po
index 55134caa775..393066a961e 100644
--- a/translations/source/af/scripting/source/pyprov.po
+++ b/translations/source/af/scripting/source/pyprov.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sd/source/core.po b/translations/source/af/sd/source/core.po
index 5a75077d3ef..da629721e97 100644
--- a/translations/source/af/sd/source/core.po
+++ b/translations/source/af/sd/source/core.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-05 09:31+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 11:58+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -26,6 +26,8 @@ msgid "Background objects"
msgstr "Agtergrondobjekte"
#: glob.src#STR_LAYER_LAYOUT.string.text
+#, fuzzy
+msgctxt "glob.src#STR_LAYER_LAYOUT.string.text"
msgid "Layout"
msgstr "Uitleg"
@@ -319,6 +321,37 @@ msgstr "Media-terugspeel"
msgid "Table"
msgstr "Tabel"
+#: glob.src#STR_SLIDESORTERVIEWSHELL.string.text
+msgid "Slide Sorter"
+msgstr "Skyfiesorteerder"
+
+#: glob.src#STR_TOOL_PANEL_SHELL.string.text
+msgid "Tool Panel"
+msgstr ""
+
+#: glob.src#STR_LEFT_IMPRESS_PANE_SHELL.string.text
+#, fuzzy
+msgid "Slides"
+msgstr "Skyfie"
+
+#: glob.src#STR_LEFT_DRAW_PANE_SHELL.string.text
+#, fuzzy
+msgid "Pages"
+msgstr "Bladsy"
+
+#: glob.src#STR_TASKPANEVIEWSHELL.string.text
+msgid "Tasks"
+msgstr "Take"
+
+#: glob.src#STR_MASTERPAGESSELECTOR.string.text
+msgid "Master Pages"
+msgstr "Meesterbladsye"
+
+#: glob.src#STR_TASKPANELAYOUTMENU.string.text
+msgctxt "glob.src#STR_TASKPANELAYOUTMENU.string.text"
+msgid "Layout"
+msgstr "Uitleg"
+
#: glob.src#STR_POWERPOINT_IMPORT.string.text
msgid "PowerPoint Import"
msgstr "PowerPoint-invoer"
diff --git a/translations/source/af/sd/source/filter/html.po b/translations/source/af/sd/source/filter/html.po
index 4b5089f0b75..3f8ea84b04f 100644
--- a/translations/source/af/sd/source/filter/html.po
+++ b/translations/source/af/sd/source/filter/html.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sd/source/ui/accessibility.po b/translations/source/af/sd/source/ui/accessibility.po
index b5b1a776e76..d1bdc0561e4 100644
--- a/translations/source/af/sd/source/ui/accessibility.po
+++ b/translations/source/af/sd/source/ui/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sd/source/ui/animations.po b/translations/source/af/sd/source/ui/animations.po
index 6e646f4859d..8a57f7639af 100644
--- a/translations/source/af/sd/source/ui/animations.po
+++ b/translations/source/af/sd/source/ui/animations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sd/source/ui/annotations.po b/translations/source/af/sd/source/ui/annotations.po
index fa81c63412c..46e7206c6ca 100644
--- a/translations/source/af/sd/source/ui/annotations.po
+++ b/translations/source/af/sd/source/ui/annotations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sd/source/ui/app.po b/translations/source/af/sd/source/ui/app.po
index a0a84ae0622..2507f9c3d1f 100644
--- a/translations/source/af/sd/source/ui/app.po
+++ b/translations/source/af/sd/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -1936,7 +1936,7 @@ msgstr "Vas ver~tikaal onder"
#: menuids_tmpl.src#MN_GRID_VISIBLE.SID_GRID_VISIBLE.menuitem.text
msgid "~Display Grid"
-msgstr ""
+msgstr "~Vertoon rooster"
#: menuids_tmpl.src#MN_GRID_USE.SID_GRID_USE.menuitem.text
msgid "Snap to Grid"
diff --git a/translations/source/af/sd/source/ui/dlg.po b/translations/source/af/sd/source/ui/dlg.po
index dd1fea554c1..32a2e44c856 100644
--- a/translations/source/af/sd/source/ui/dlg.po
+++ b/translations/source/af/sd/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sd/source/ui/notes.po b/translations/source/af/sd/source/ui/notes.po
index 4faaa648412..b59beb9b26d 100644
--- a/translations/source/af/sd/source/ui/notes.po
+++ b/translations/source/af/sd/source/ui/notes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sd/source/ui/slideshow.po b/translations/source/af/sd/source/ui/slideshow.po
index 4a348b473dc..d47d4cda9c8 100644
--- a/translations/source/af/sd/source/ui/slideshow.po
+++ b/translations/source/af/sd/source/ui/slideshow.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-05 09:31+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 11:58+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -36,7 +36,8 @@ msgid "~Go to Slide"
msgstr "~Gaan na skyfie"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_PEN_MODE.menuitem.text
-msgid "Mouse pointer as ~pen"
+#, fuzzy
+msgid "Mouse pointer as ~Pen"
msgstr "Muiswyser as ~pen"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_WIDTH_PEN.CM_WIDTH_PEN_VERY_THIN.menuitem.text
@@ -69,11 +70,11 @@ msgstr ""
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_COLOR_PEN.menuitem.text
#, fuzzy
-msgid "~Change Pen Color..."
+msgid "~Change pen Color..."
msgstr "Verander fontkleur"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_ERASE_ALLINK.menuitem.text
-msgid "~Erase All Ink On Slide"
+msgid "~Erase all ink on Slide"
msgstr ""
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_SCREEN.CM_SCREEN_BLACK.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 f2af26f6e7a..ccbd93a65c2 100644
--- a/translations/source/af/sd/source/ui/slidesorter/view.po
+++ b/translations/source/af/sd/source/ui/slidesorter/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sd/source/ui/table.po b/translations/source/af/sd/source/ui/table.po
index 520e07b60ab..25ace30850c 100644
--- a/translations/source/af/sd/source/ui/table.po
+++ b/translations/source/af/sd/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sd/source/ui/view.po b/translations/source/af/sd/source/ui/view.po
index 3770e7ea160..314aed16e2e 100644
--- a/translations/source/af/sd/source/ui/view.po
+++ b/translations/source/af/sd/source/ui/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sdext/source/minimizer.po b/translations/source/af/sdext/source/minimizer.po
index d96f2e99f3d..f37250d002b 100644
--- a/translations/source/af/sdext/source/minimizer.po
+++ b/translations/source/af/sdext/source/minimizer.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
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 c363e8dac1b..8188cdbd1b6 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,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
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 c55b8f796f1..805d34d63a5 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,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sdext/source/pdfimport.po b/translations/source/af/sdext/source/pdfimport.po
index d318b70fade..cf1031c4c8c 100644
--- a/translations/source/af/sdext/source/pdfimport.po
+++ b/translations/source/af/sdext/source/pdfimport.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:43+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sdext/source/presenter.po b/translations/source/af/sdext/source/presenter.po
index 2781c360157..ad523127b45 100644
--- a/translations/source/af/sdext/source/presenter.po
+++ b/translations/source/af/sdext/source/presenter.po
@@ -3,20 +3,20 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Presenter Console"
-msgstr ""
+msgstr "Voorleggerkonsole"
#: description.xml#extdesc.extdesc.description.text
msgid ""
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 50d6b4fe3cc..695b3def24b 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,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
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 09f4d4195e6..103b2a8734e 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,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-05 09:29+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 11:58+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -33,7 +33,11 @@ msgid "Slides"
msgstr "Skyfies"
#: PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.l.Normal.Text.value.text
-msgctxt "PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.l.Normal.Text.value.text"
+msgid "Exchange"
+msgstr ""
+
+#: PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.n.Normal.Text.value.text
+msgctxt "PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.n.Normal.Text.value.text"
msgid "Help"
msgstr "Hulp"
diff --git a/translations/source/af/setup_native/source/mac.po b/translations/source/af/setup_native/source/mac.po
index 9878fb73fff..c7ed00568f6 100644
--- a/translations/source/af/setup_native/source/mac.po
+++ b/translations/source/af/setup_native/source/mac.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sfx2/source/appl.po b/translations/source/af/sfx2/source/appl.po
index a4d29aa5758..b9382ab5182 100644
--- a/translations/source/af/sfx2/source/appl.po
+++ b/translations/source/af/sfx2/source/appl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sfx2/source/bastyp.po b/translations/source/af/sfx2/source/bastyp.po
index 17a54b15612..d1e4bf28050 100644
--- a/translations/source/af/sfx2/source/bastyp.po
+++ b/translations/source/af/sfx2/source/bastyp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sfx2/source/dialog.po b/translations/source/af/sfx2/source/dialog.po
index 9ab8a9762c4..3556aa68021 100644
--- a/translations/source/af/sfx2/source/dialog.po
+++ b/translations/source/af/sfx2/source/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -53,7 +53,7 @@ msgstr "~Opmerkings"
#: dinfdlg.src#TP_DOCINFODOC.BTN_CHANGE_PASS.pushbutton.text
msgid "Change ~Password..."
-msgstr ""
+msgstr "Verander ~wagwoord..."
#: dinfdlg.src#TP_DOCINFODOC.FT_FILE_TYP.fixedtext.text
msgid "Type:"
@@ -691,6 +691,10 @@ msgstr "~Meer inligting..."
msgid "~Ask when not saving in ODF format"
msgstr "~Vra wanneer nie in ODF-formaat stoor nie"
+#: alienwarn.src#RID_DLG_ALIEN_WARNING.modaldialog.text
+msgid "Confirm File Format"
+msgstr ""
+
#: taskpane.src#STR_SFX_DOCK.string.text
msgid "Dock"
msgstr ""
diff --git a/translations/source/af/sfx2/source/doc.po b/translations/source/af/sfx2/source/doc.po
index fab5242dd2a..4403aed4574 100644
--- a/translations/source/af/sfx2/source/doc.po
+++ b/translations/source/af/sfx2/source/doc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -223,7 +223,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME7.string.text
msgid "Brown"
-msgstr ""
+msgstr "Bruin"
#: templatelocnames.src#STR_TEMPLATE_NAME8.string.text
msgid "Characters with Glow"
@@ -231,7 +231,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME9.string.text
msgid "Forest"
-msgstr ""
+msgstr "Bos"
#: templatelocnames.src#STR_TEMPLATE_NAME10.string.text
msgid "Fresco"
@@ -247,7 +247,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME13.string.text
msgid "Keyboard"
-msgstr ""
+msgstr "Sleutelbord"
#: templatelocnames.src#STR_TEMPLATE_NAME14.string.text
msgid "Light Blue Shapes"
@@ -275,7 +275,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME20.string.text
msgid "Rounded Rectangles"
-msgstr ""
+msgstr "Geronde reghoeke"
#: templatelocnames.src#STR_TEMPLATE_NAME21.string.text
msgid "Blue and Red Gradient"
@@ -291,7 +291,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME24.string.text
msgid "Water"
-msgstr ""
+msgstr "Water"
#: templatelocnames.src#STR_TEMPLATE_NAME25.string.text
msgid "Wine"
@@ -721,8 +721,8 @@ msgstr ""
"Wil u die dokument stoor?"
#: doc.src#STR_QRYTEMPL_MESSAGE.string.text
-msgid "The template '$(ARG1)' on which this document is based, has been modified. Do you want to update style based formattings according to the modified template?"
-msgstr "Die sjabloon '$(ARG1)' waarop hierdie dokument gebaseer is, is gewysig. Wil u stylgebaseerde formatering bywerk op grond van die gewysigde sjabloon?"
+msgid "The template '$(ARG1)' on which this document is based, has been modified. Do you want to update style based formatting according to the modified template?"
+msgstr ""
#: doc.src#STR_QRYTEMPL_UPDATE_BTN.string.text
msgid "~Update Styles"
diff --git a/translations/source/af/sfx2/source/menu.po b/translations/source/af/sfx2/source/menu.po
index 5b431d4b34b..9eeb44d7006 100644
--- a/translations/source/af/sfx2/source/menu.po
+++ b/translations/source/af/sfx2/source/menu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sfx2/source/view.po b/translations/source/af/sfx2/source/view.po
index 4c1736b882a..15ce8186b02 100644
--- a/translations/source/af/sfx2/source/view.po
+++ b/translations/source/af/sfx2/source/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/shell/source/win32/shlxthandler/res.po b/translations/source/af/shell/source/win32/shlxthandler/res.po
index 89911c1fc08..14a8c1df1e1 100644
--- a/translations/source/af/shell/source/win32/shlxthandler/res.po
+++ b/translations/source/af/shell/source/win32/shlxthandler/res.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/starmath/source.po b/translations/source/af/starmath/source.po
index 332c22cfdc9..c896bce7be3 100644
--- a/translations/source/af/starmath/source.po
+++ b/translations/source/af/starmath/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/svl/source/items.po b/translations/source/af/svl/source/items.po
index 6597ff7b5ba..fa1fbb7bf64 100644
--- a/translations/source/af/svl/source/items.po
+++ b/translations/source/af/svl/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/svl/source/misc.po b/translations/source/af/svl/source/misc.po
index 399351829a3..85b3ba52ee7 100644
--- a/translations/source/af/svl/source/misc.po
+++ b/translations/source/af/svl/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -185,7 +185,7 @@ msgstr "Werkruimte"
#: mediatyp.src#STR_SVT_MIMETYPE_CNT_FSYSFLD.string.text
msgid "Folder"
-msgstr ""
+msgstr "Vouer"
#: mediatyp.src#STR_SVT_MIMETYPE_APP_GAL.string.text
msgid "Gallery"
diff --git a/translations/source/af/svtools/source/contnr.po b/translations/source/af/svtools/source/contnr.po
index bd28d33fa2b..e856288aa87 100644
--- a/translations/source/af/svtools/source/contnr.po
+++ b/translations/source/af/svtools/source/contnr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/svtools/source/control.po b/translations/source/af/svtools/source/control.po
index 5ef544a753c..d7a3957102b 100644
--- a/translations/source/af/svtools/source/control.po
+++ b/translations/source/af/svtools/source/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/svtools/source/dialogs.po b/translations/source/af/svtools/source/dialogs.po
index 44f0ca475c4..3c82529dd36 100644
--- a/translations/source/af/svtools/source/dialogs.po
+++ b/translations/source/af/svtools/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/svtools/source/filter.po b/translations/source/af/svtools/source/filter.po
index ce643e81134..5e21c58c1eb 100644
--- a/translations/source/af/svtools/source/filter.po
+++ b/translations/source/af/svtools/source/filter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/svtools/source/java.po b/translations/source/af/svtools/source/java.po
index 31516e7b34f..f9cf3a199e7 100644
--- a/translations/source/af/svtools/source/java.po
+++ b/translations/source/af/svtools/source/java.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/svtools/source/misc.po b/translations/source/af/svtools/source/misc.po
index 8c1dacdea71..b23223163c9 100644
--- a/translations/source/af/svtools/source/misc.po
+++ b/translations/source/af/svtools/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-05 09:31+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2011-12-19 23:40+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -179,6 +179,10 @@ msgstr "Witrussies"
msgid "Catalan"
msgstr "Katalaans"
+#: langtab.src#STR_ARR_SVT_LANGUAGE_TABLE.LANGUAGE_USER_CATALAN_VALENCIAN.pairedlist.text
+msgid "Catalan (Valencian)"
+msgstr ""
+
#: langtab.src#STR_ARR_SVT_LANGUAGE_TABLE.LANGUAGE_CHINESE_TRADITIONAL.pairedlist.text
msgid "Chinese (traditional)"
msgstr "Sjinees (tradisioneel)"
@@ -1379,20 +1383,24 @@ msgid "Database"
msgstr "Databasis"
#: imagemgr.src#STR_DESCRIPTION_CALC_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet Template"
-msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION-sigbladsjabloon"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet Template"
+msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION-sigblad"
#: imagemgr.src#STR_DESCRIPTION_DRAW_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Drawing Template"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Drawing Template"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION-tekeningsjabloon"
#: imagemgr.src#STR_DESCRIPTION_IMPRESS_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Presentation Template"
-msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION-voorleggingsjabloon"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Presentation Template"
+msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION-voorlegging"
#: imagemgr.src#STR_DESCRIPTION_WRITER_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Text Document Template"
-msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION-teksdokumentsjabloon"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Text Document Template"
+msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION-teksdokument"
#: imagemgr.src#STR_DESCRIPTION_LOCALE_VOLUME.string.text
msgid "Local drive"
@@ -1423,31 +1431,38 @@ msgid "MS PowerPoint Show"
msgstr "MS PowerPoint-vertoning"
#: imagemgr.src#STR_DESCRIPTION_SXMATH_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Formula"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Formula"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION-formule"
#: imagemgr.src#STR_DESCRIPTION_SXCHART_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Chart"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Chart"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION-grafiek"
#: imagemgr.src#STR_DESCRIPTION_SXDRAW_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Drawing"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Drawing"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION-tekening"
#: imagemgr.src#STR_DESCRIPTION_SXCALC_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION-sigblad"
#: imagemgr.src#STR_DESCRIPTION_SXIMPRESS_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Presentation"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Presentation"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION-voorlegging"
#: imagemgr.src#STR_DESCRIPTION_SXWRITER_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Text Document"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Text Document"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION-teksdokument"
#: imagemgr.src#STR_DESCRIPTION_SXGLOBAL_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Master Document"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Master Document"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION-meesterdokument"
#: imagemgr.src#STR_DESCRIPTION_MATHML_DOC.string.text
diff --git a/translations/source/af/svtools/source/plugapp.po b/translations/source/af/svtools/source/plugapp.po
index a226a0eae1d..3fd8916552f 100644
--- a/translations/source/af/svtools/source/plugapp.po
+++ b/translations/source/af/svtools/source/plugapp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/svtools/source/toolpanel.po b/translations/source/af/svtools/source/toolpanel.po
index 2825bbe7ad5..69833c4717a 100644
--- a/translations/source/af/svtools/source/toolpanel.po
+++ b/translations/source/af/svtools/source/toolpanel.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/svtools/workben/unodialog.po b/translations/source/af/svtools/workben/unodialog.po
index 61d710d4fc6..497fb13bf46 100644
--- a/translations/source/af/svtools/workben/unodialog.po
+++ b/translations/source/af/svtools/workben/unodialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/svx/inc.po b/translations/source/af/svx/inc.po
index 6d5e07bfe72..172a6dcc18b 100644
--- a/translations/source/af/svx/inc.po
+++ b/translations/source/af/svx/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -648,7 +648,7 @@ msgstr "~Katakana"
#: globlmn_tmpl.hrc#ITEM_TRANSLITERATE_MENU.SID_MN_SUB_TRANSLITERATE.menuitem.text
msgid "~Change Case"
-msgstr ""
+msgstr "~Verander kas"
#: globlmn_tmpl.hrc#ITEM_OPEN_HYPERLINK.#define.text
msgid "~Open Hyperlink"
diff --git a/translations/source/af/svx/source/accessibility.po b/translations/source/af/svx/source/accessibility.po
index 65716fd5526..1f681cac69a 100644
--- a/translations/source/af/svx/source/accessibility.po
+++ b/translations/source/af/svx/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/svx/source/dialog.po b/translations/source/af/svx/source/dialog.po
index 3f3454895e2..5750c222407 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: docrecovery.src#RID_SVXPAGE_DOCRECOVERY_SAVE.FT_SAVE_TITLE.fixedtext.text
@@ -2545,7 +2545,7 @@ msgstr ""
#: sdstring.src#RID_SVXSTR_LEND15.string.text
msgid "Diamond"
-msgstr ""
+msgstr "Diamant"
#: sdstring.src#RID_SVXSTR_LEND16.string.text
msgid "Circle unfilled"
diff --git a/translations/source/af/svx/source/engine3d.po b/translations/source/af/svx/source/engine3d.po
index a862be698ec..b495bdb681a 100644
--- a/translations/source/af/svx/source/engine3d.po
+++ b/translations/source/af/svx/source/engine3d.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/svx/source/fmcomp.po b/translations/source/af/svx/source/fmcomp.po
index 4e80cb0d50a..c17104a1240 100644
--- a/translations/source/af/svx/source/fmcomp.po
+++ b/translations/source/af/svx/source/fmcomp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/svx/source/form.po b/translations/source/af/svx/source/form.po
index f1968ded70d..69b4ee1a5e4 100644
--- a/translations/source/af/svx/source/form.po
+++ b/translations/source/af/svx/source/form.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/svx/source/gallery2.po b/translations/source/af/svx/source/gallery2.po
index 59ed20272dd..d565bf4fbc8 100644
--- a/translations/source/af/svx/source/gallery2.po
+++ b/translations/source/af/svx/source/gallery2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/svx/source/items.po b/translations/source/af/svx/source/items.po
index b871c9ce4af..a661c4ad283 100644
--- a/translations/source/af/svx/source/items.po
+++ b/translations/source/af/svx/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/svx/source/src.po b/translations/source/af/svx/source/src.po
index f6ea2a062de..8f2e89c1c17 100644
--- a/translations/source/af/svx/source/src.po
+++ b/translations/source/af/svx/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/svx/source/stbctrls.po b/translations/source/af/svx/source/stbctrls.po
index 92c59933c7c..8a894fcc67e 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: 2012-01-15 22:23+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
diff --git a/translations/source/af/svx/source/svdraw.po b/translations/source/af/svx/source/svdraw.po
index 6a185ea8f2f..7518c00a856 100644
--- a/translations/source/af/svx/source/svdraw.po
+++ b/translations/source/af/svx/source/svdraw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/svx/source/table.po b/translations/source/af/svx/source/table.po
index 9e57b1bd172..242d45ede86 100644
--- a/translations/source/af/svx/source/table.po
+++ b/translations/source/af/svx/source/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/svx/source/tbxctrls.po b/translations/source/af/svx/source/tbxctrls.po
index 33e78bbae7b..06c1263296f 100644
--- a/translations/source/af/svx/source/tbxctrls.po
+++ b/translations/source/af/svx/source/tbxctrls.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/svx/source/toolbars.po b/translations/source/af/svx/source/toolbars.po
index d8e4a8f7719..528bd0ac8fc 100644
--- a/translations/source/af/svx/source/toolbars.po
+++ b/translations/source/af/svx/source/toolbars.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/svx/source/unodialogs/textconversiondlgs.po b/translations/source/af/svx/source/unodialogs/textconversiondlgs.po
index 6fcb1e53fb2..ee5aa40de4c 100644
--- a/translations/source/af/svx/source/unodialogs/textconversiondlgs.po
+++ b/translations/source/af/svx/source/unodialogs/textconversiondlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sw/source/core/layout.po b/translations/source/af/sw/source/core/layout.po
index a57f23802d1..f420ffba684 100644
--- a/translations/source/af/sw/source/core/layout.po
+++ b/translations/source/af/sw/source/core/layout.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"Language: af\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sw/source/core/undo.po b/translations/source/af/sw/source/core/undo.po
index 3d09401edad..33f2adac99e 100644
--- a/translations/source/af/sw/source/core/undo.po
+++ b/translations/source/af/sw/source/core/undo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -263,7 +263,7 @@ msgstr "Voeg tabel saam"
#: undo.src#STR_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "~Verander kas"
#: undo.src#STR_DELNUM.string.text
msgid "Delete numbering"
diff --git a/translations/source/af/sw/source/core/unocore.po b/translations/source/af/sw/source/core/unocore.po
index e8026f0f6df..54cd3171cef 100644
--- a/translations/source/af/sw/source/core/unocore.po
+++ b/translations/source/af/sw/source/core/unocore.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sw/source/ui/app.po b/translations/source/af/sw/source/ui/app.po
index 054898235c5..1aa42e8546e 100644
--- a/translations/source/af/sw/source/ui/app.po
+++ b/translations/source/af/sw/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -394,7 +394,7 @@ msgstr "~Omvou"
#: mn.src#MN_AT_FRAME.FN_TOOL_ANCHOR_FRAME.menuitem.text
msgid "To ~Frame"
-msgstr ""
+msgstr "Na ~raam"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_PAGE.menuitem.text
msgid "To P~age"
@@ -402,15 +402,15 @@ msgstr ""
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_PARAGRAPH.menuitem.text
msgid "To ~Paragraph"
-msgstr ""
+msgstr "Na ~paragraaf"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_AT_CHAR.menuitem.text
msgid "To ~Character"
-msgstr ""
+msgstr "Na ~karakter"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_CHAR.menuitem.text
msgid "As C~haracter"
-msgstr ""
+msgstr "As k~arakter"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.menuitem.text
msgid "An~chor"
@@ -534,18 +534,10 @@ msgstr "Sluit voorskou"
msgid "Media object"
msgstr "Mediaobjek"
-#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_EDIT.menuitem.text
-msgid "Format $1..."
-msgstr ""
-
#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_BORDERBACK.menuitem.text
msgid "Border and Background..."
msgstr ""
-#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_DELETE.menuitem.text
-msgid "Delete $1..."
-msgstr ""
-
#: mn.src#MN_PAGEBREAK_BUTTON.FN_PAGEBREAK_EDIT.menuitem.text
msgid "Edit Page Break..."
msgstr ""
diff --git a/translations/source/af/sw/source/ui/chrdlg.po b/translations/source/af/sw/source/ui/chrdlg.po
index 99541cdca6a..94a855594db 100644
--- a/translations/source/af/sw/source/ui/chrdlg.po
+++ b/translations/source/af/sw/source/ui/chrdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sw/source/ui/config.po b/translations/source/af/sw/source/ui/config.po
index 5463315a1aa..f54c289b56a 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: 2012-01-30 11:10+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
diff --git a/translations/source/af/sw/source/ui/dbui.po b/translations/source/af/sw/source/ui/dbui.po
index e72384be41b..e3453826ecc 100644
--- a/translations/source/af/sw/source/ui/dbui.po
+++ b/translations/source/af/sw/source/ui/dbui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sw/source/ui/dialog.po b/translations/source/af/sw/source/ui/dialog.po
index 53b2d42a02f..17468b20761 100644
--- a/translations/source/af/sw/source/ui/dialog.po
+++ b/translations/source/af/sw/source/ui/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -94,6 +94,10 @@ msgctxt "wordcountdialog.src#DLG_WORDCOUNT.FT_DOCCHARACTEREXCLUDINGSPACES.fixedt
msgid "Characters excluding spaces:"
msgstr ""
+#: wordcountdialog.src#DLG_WORDCOUNT.PB_OK.okbutton.text
+msgid "~Close"
+msgstr "~Sluit"
+
#: wordcountdialog.src#DLG_WORDCOUNT.modelessdialog.text
msgid "Word Count"
msgstr ""
@@ -420,8 +424,8 @@ msgid "Included outline levels"
msgstr "Ingeslote skemavlakke"
#: abstract.src#DLG_INSERT_ABSTRACT.FT_PARA.fixedtext.text
-msgid "Subpoints per level"
-msgstr "Subafdelings per vlak"
+msgid "Paragraphs per level"
+msgstr ""
#: abstract.src#DLG_INSERT_ABSTRACT.FT_DESC.fixedtext.text
msgid "The abstract contains the selected number of paragraphs from the included outline levels."
diff --git a/translations/source/af/sw/source/ui/dochdl.po b/translations/source/af/sw/source/ui/dochdl.po
index 8ab4f5bfe08..865175c85a8 100644
--- a/translations/source/af/sw/source/ui/dochdl.po
+++ b/translations/source/af/sw/source/ui/dochdl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sw/source/ui/docvw.po b/translations/source/af/sw/source/ui/docvw.po
index 6c97e6709e8..d01c9f29810 100644
--- a/translations/source/af/sw/source/ui/docvw.po
+++ b/translations/source/af/sw/source/ui/docvw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -215,12 +215,20 @@ msgstr ""
msgid "Footer (%1)"
msgstr ""
-#: docvw.src#STR_HEADER.string.text
-msgid "Header"
+#: docvw.src#STR_DELETE_HEADER.string.text
+msgid "Delete Header..."
+msgstr ""
+
+#: docvw.src#STR_FORMAT_HEADER.string.text
+msgid "Format Header..."
+msgstr ""
+
+#: docvw.src#STR_DELETE_FOOTER.string.text
+msgid "Delete Footer..."
msgstr ""
-#: docvw.src#STR_FOOTER.string.text
-msgid "Footer"
+#: docvw.src#STR_FORMAT_FOOTER.string.text
+msgid "Format Footer..."
msgstr ""
#: access.src#STR_ACCESS_DOC_NAME.string.text
diff --git a/translations/source/af/sw/source/ui/envelp.po b/translations/source/af/sw/source/ui/envelp.po
index dfefe77c32b..bd6ad60bb65 100644
--- a/translations/source/af/sw/source/ui/envelp.po
+++ b/translations/source/af/sw/source/ui/envelp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sw/source/ui/fldui.po b/translations/source/af/sw/source/ui/fldui.po
index 37ca02eedde..04a782042e1 100644
--- a/translations/source/af/sw/source/ui/fldui.po
+++ b/translations/source/af/sw/source/ui/fldui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sw/source/ui/fmtui.po b/translations/source/af/sw/source/ui/fmtui.po
index 7fa7544c38e..a5d0d6cefc0 100644
--- a/translations/source/af/sw/source/ui/fmtui.po
+++ b/translations/source/af/sw/source/ui/fmtui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sw/source/ui/frmdlg.po b/translations/source/af/sw/source/ui/frmdlg.po
index 3a9f7d0c426..dec2b0ddf7c 100644
--- a/translations/source/af/sw/source/ui/frmdlg.po
+++ b/translations/source/af/sw/source/ui/frmdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sw/source/ui/globdoc.po b/translations/source/af/sw/source/ui/globdoc.po
index 24d5b745bfd..453db8b88a4 100644
--- a/translations/source/af/sw/source/ui/globdoc.po
+++ b/translations/source/af/sw/source/ui/globdoc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sw/source/ui/index.po b/translations/source/af/sw/source/ui/index.po
index 900e676c40e..3e2dc796ac2 100644
--- a/translations/source/af/sw/source/ui/index.po
+++ b/translations/source/af/sw/source/ui/index.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-05 09:31+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-01-05 12:05+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -772,7 +772,8 @@ msgid "~Main entry"
msgstr "~Hoofinskrywing"
#: idxmrk.src#IDX_DIALOG_WINDOW.WIN_DLG.CB_APPLY_TO_ALL.checkbox.text
-msgid "~Apply to all similar texts."
+#, fuzzy
+msgid "~Apply to all similar texts"
msgstr "~Pas op alle soortgelyke tekste toe."
#: idxmrk.src#IDX_DIALOG_WINDOW.WIN_DLG.CB_CASESENSITIVE.checkbox.text
diff --git a/translations/source/af/sw/source/ui/lingu.po b/translations/source/af/sw/source/ui/lingu.po
index 48dba052137..9773e04694d 100644
--- a/translations/source/af/sw/source/ui/lingu.po
+++ b/translations/source/af/sw/source/ui/lingu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sw/source/ui/misc.po b/translations/source/af/sw/source/ui/misc.po
index d1ee0c36415..47fff88fffa 100644
--- a/translations/source/af/sw/source/ui/misc.po
+++ b/translations/source/af/sw/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sw/source/ui/ribbar.po b/translations/source/af/sw/source/ui/ribbar.po
index 4feae337ee4..868470b9365 100644
--- a/translations/source/af/sw/source/ui/ribbar.po
+++ b/translations/source/af/sw/source/ui/ribbar.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -421,20 +421,20 @@ msgstr "Pas toe"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_PAGE.menuitem.text
msgid "To Page"
-msgstr ""
+msgstr "Na bladsy"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_PARAGRAPH.menuitem.text
msgid "To Paragraph"
-msgstr ""
+msgstr "Na paragraaf"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_AT_CHAR.menuitem.text
msgid "To Character"
-msgstr ""
+msgstr "Na karakter"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_CHAR.menuitem.text
msgid "As Character"
-msgstr ""
+msgstr "As karakter"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_FRAME.menuitem.text
msgid "To Frame"
-msgstr ""
+msgstr "Na raam"
diff --git a/translations/source/af/sw/source/ui/shells.po b/translations/source/af/sw/source/ui/shells.po
index 665f3691151..7fb5c43d285 100644
--- a/translations/source/af/sw/source/ui/shells.po
+++ b/translations/source/af/sw/source/ui/shells.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -200,6 +200,14 @@ msgstr "Bézier"
msgid "Draw text"
msgstr "Teken teks"
+#: shells.src#STR_SHELLNAME_MEDIA.string.text
+msgid "Media"
+msgstr "Media"
+
+#: shells.src#STR_SHELLNAME_NAVIGATION.string.text
+msgid "Navigation"
+msgstr "Navigasie"
+
#: shells.src#STR_SWBG_PARAGRAPH.string.text
msgid "Paragraph"
msgstr "Paragraaf"
diff --git a/translations/source/af/sw/source/ui/smartmenu.po b/translations/source/af/sw/source/ui/smartmenu.po
index f971ecfee9f..f74682e126f 100644
--- a/translations/source/af/sw/source/ui/smartmenu.po
+++ b/translations/source/af/sw/source/ui/smartmenu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sw/source/ui/table.po b/translations/source/af/sw/source/ui/table.po
index a01925a73e6..bba4dddeb37 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: colwd.src#DLG_COL_WIDTH.FT_WIDTH.fixedtext.text
@@ -382,7 +382,7 @@ msgstr "Links na regs"
#: tabledlg.src#TP_FORMAT_TABLE.LB_TEXTORIENTATION.2.stringlist.text
msgid "Right-to-left"
-msgstr ""
+msgstr "Regs na links"
#: tabledlg.src#TP_FORMAT_TABLE.LB_TEXTORIENTATION.3.stringlist.text
msgctxt "tabledlg.src#TP_FORMAT_TABLE.LB_TEXTORIENTATION.3.stringlist.text"
@@ -459,12 +459,12 @@ msgid "Text ~orientation"
msgstr ""
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.1.stringlist.text
-msgid "horizontal"
-msgstr ""
+msgid "Horizontal"
+msgstr "Horisontaal"
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.2.stringlist.text
-msgid "vertical"
-msgstr ""
+msgid "Vertical"
+msgstr "Vertikaal"
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.3.stringlist.text
msgctxt "tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.3.stringlist.text"
diff --git a/translations/source/af/sw/source/ui/uiview.po b/translations/source/af/sw/source/ui/uiview.po
index 22c1c297e13..db180c0f7c8 100644
--- a/translations/source/af/sw/source/ui/uiview.po
+++ b/translations/source/af/sw/source/ui/uiview.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sw/source/ui/utlui.po b/translations/source/af/sw/source/ui/utlui.po
index afac9b83fe8..a6ee3e97381 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: 2012-01-30 11:09+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
@@ -1513,7 +1513,7 @@ 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"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1E.string.text
msgid "Numbering 1 End"
@@ -1530,7 +1530,7 @@ 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"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2E.string.text
msgid "Numbering 2 End"
@@ -1547,7 +1547,7 @@ 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"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3E.string.text
msgid "Numbering 3 End"
@@ -1564,7 +1564,7 @@ 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"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4E.string.text
msgid "Numbering 4 End"
@@ -1581,7 +1581,7 @@ 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"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5E.string.text
msgid "Numbering 5 End"
@@ -1598,7 +1598,7 @@ 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"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1E.string.text
msgid "List 1 End"
@@ -1615,7 +1615,7 @@ 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"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2E.string.text
msgid "List 2 End"
@@ -1632,7 +1632,7 @@ 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"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3E.string.text
msgid "List 3 End"
@@ -1649,7 +1649,7 @@ 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"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4E.string.text
msgid "List 4 End"
@@ -1666,7 +1666,7 @@ 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"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5E.string.text
msgid "List 5 End"
diff --git a/translations/source/af/sw/source/ui/web.po b/translations/source/af/sw/source/ui/web.po
index 5bb4c406d09..d5fadaaa265 100644
--- a/translations/source/af/sw/source/ui/web.po
+++ b/translations/source/af/sw/source/ui/web.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sw/source/ui/wrtsh.po b/translations/source/af/sw/source/ui/wrtsh.po
index 3fea30112c1..053aeea47b5 100644
--- a/translations/source/af/sw/source/ui/wrtsh.po
+++ b/translations/source/af/sw/source/ui/wrtsh.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/swext/mediawiki/help.po b/translations/source/af/swext/mediawiki/help.po
index 4c566172d42..6ada5f9dbb9 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: wiki.xhp#tit.help.text
@@ -189,8 +189,8 @@ msgid "If the Wiki allows anonymous access, you can leave the account text boxes
msgstr "As die wiki anonieme skryftoegang toelaat, kan jy die gebruikernaam- en wagwoordvelde leeg laat. Of tik jou gebruikernaam en wagwoord."
#: wikiaccount.xhp#par_id9046601.help.text
-msgid "If you have enabled the master password feature on the Security tab page of the Tools - Options - %PRODUCTNAME dialog, then the software can store your password and automatically insert the data where necessary. Enable the \"Save password\" checkbox to store your password."
-msgstr "As jy die meesterwagwoordfunksie op die Sekuriteit-oortjie van die dialoog Nuts - Opsies - %PRODUCTNAME geaktiveer het, sal die sagteware jou wagwoord kan stoor en die inligting outomaties invoeg waar nodig. Aktiveer die \"Stoor wagwoord\"-merkblokkie om jou wagwoord te stoor."
+msgid "If you have enabled the master password feature on the Security tab page of the <item type=\"menuitem\">Tools - Options - %PRODUCTNAME</item> dialog, then the software can store your password and automatically insert the data where necessary. Enable the \"Save password\" checkbox to store your password."
+msgstr ""
#: wikiformats.xhp#tit.help.text
msgctxt "wikiformats.xhp#tit.help.text"
@@ -303,8 +303,8 @@ msgid "Borders"
msgstr "Grense"
#: wikiformats.xhp#par_id1831110.help.text
-msgid "Irrespective of custom table styles for border and background, a table is always exported as \"<emph>prettytable\"</emph>, which renders in the Wiki engine with simple borders and bold header."
-msgstr "Ongeag enige doelgemaakte tabelstyle vir grens en agtergrond word 'n tabel altyd uitgevoer as \"<emph>prettytable\"</emph>, wat in die wiki voorkom as eenvoudige grense en 'n vet opskrif."
+msgid "Irrespective of custom table styles for border and background, a table is always exported as \"<emph>prettytable</emph>\", which renders in the Wiki engine with simple borders and bold header."
+msgstr ""
#: wikiformats.xhp#hd_id6255073.help.text
msgid "Charset and special characters"
diff --git a/translations/source/af/swext/mediawiki/src.po b/translations/source/af/swext/mediawiki/src.po
index 06dfbe0985b..d1368b13b40 100644
--- a/translations/source/af/swext/mediawiki/src.po
+++ b/translations/source/af/swext/mediawiki/src.po
@@ -3,21 +3,21 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Wiki Publisher"
-msgstr ""
+msgstr "Wiki Publisher"
#: description.xml#extdesc.extdesc.description.text
msgid "The Wiki Publisher enables you to create Wiki articles on MediaWiki servers without having to know the syntax of the MediaWiki markup language. Publish your new and existing documents transparently with the Writer to a wiki page.\n"
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 25943a6a22f..d64b1a0d4c2 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,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
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 e5d126935df..17f323ee6e0 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,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/sysui/desktop/share.po b/translations/source/af/sysui/desktop/share.po
index 514f684423c..8b009bdbcdd 100644
--- a/translations/source/af/sysui/desktop/share.po
+++ b/translations/source/af/sysui/desktop/share.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/uui/source.po b/translations/source/af/uui/source.po
index d6ce1018255..7193dc881ad 100644
--- a/translations/source/af/uui/source.po
+++ b/translations/source/af/uui/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/vcl/source/src.po b/translations/source/af/vcl/source/src.po
index d6b8f6d1c4a..ceb3bdba8a9 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: stdtext.src#SV_STDTEXT_SERVICENOTAVAILABLE.string.text
@@ -775,23 +775,23 @@ msgstr "Verdeeldevenster-skeier"
#: fpicker.src#STR_FPICKER_AUTO_EXTENSION.string.text
msgid "~Automatic file name extension"
-msgstr ""
+msgstr "~Outomatiese veldnaamuitbreiding"
#: fpicker.src#STR_FPICKER_PASSWORD.string.text
msgid "Save with pass~word"
-msgstr ""
+msgstr "Stoor met wag~woord"
#: fpicker.src#STR_FPICKER_FILTER_OPTIONS.string.text
msgid "~Edit filter settings"
-msgstr ""
+msgstr "~Redigeer filterinstellings"
#: fpicker.src#STR_FPICKER_READONLY.string.text
msgid "~Read-only"
-msgstr ""
+msgstr "~Leesalleen"
#: fpicker.src#STR_FPICKER_INSERT_AS_LINK.string.text
msgid "~Link"
-msgstr ""
+msgstr "~Skakel"
#: fpicker.src#STR_FPICKER_SHOW_PREVIEW.string.text
#, fuzzy
@@ -804,27 +804,27 @@ msgstr ""
#: fpicker.src#STR_FPICKER_VERSION.string.text
msgid "~Version:"
-msgstr ""
+msgstr "~Weergawe:"
#: fpicker.src#STR_FPICKER_TEMPLATES.string.text
msgid "S~tyles:"
-msgstr ""
+msgstr "S~tyle:"
#: fpicker.src#STR_FPICKER_IMAGE_TEMPLATE.string.text
msgid "Style:"
-msgstr ""
+msgstr "Styl:"
#: fpicker.src#STR_FPICKER_SELECTION.string.text
msgid "~Selection"
-msgstr ""
+msgstr "~Seleksie"
#: fpicker.src#STR_FPICKER_FOLDER_DEFAULT_TITLE.string.text
msgid "Select Path"
-msgstr ""
+msgstr "Kies pad"
#: fpicker.src#STR_FPICKER_FOLDER_DEFAULT_DESCRIPTION.string.text
msgid "Please select a folder."
-msgstr ""
+msgstr "Kies asseblief 'n vouer."
#: fpicker.src#STR_FPICKER_ALREADYEXISTOVERWRITE.string.text
msgid ""
@@ -839,12 +839,12 @@ msgstr ""
#: fpicker.src#STR_FPICKER_OPEN.string.text
msgid "Open"
-msgstr ""
+msgstr "Open"
#: fpicker.src#STR_FPICKER_SAVE.string.text
msgid "Save"
-msgstr ""
+msgstr "Stoor"
#: fpicker.src#STR_FPICKER_TYPE.string.text
msgid "File ~type"
-msgstr ""
+msgstr "Lêer~tipe"
diff --git a/translations/source/af/wizards/source/euro.po b/translations/source/af/wizards/source/euro.po
index 3ae80e96244..79755bc2611 100644
--- a/translations/source/af/wizards/source/euro.po
+++ b/translations/source/af/wizards/source/euro.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/wizards/source/formwizard.po b/translations/source/af/wizards/source/formwizard.po
index 30077a20255..3f065acfe36 100644
--- a/translations/source/af/wizards/source/formwizard.po
+++ b/translations/source/af/wizards/source/formwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/wizards/source/importwizard.po b/translations/source/af/wizards/source/importwizard.po
index 6b6406240ab..ee7417fdd9d 100644
--- a/translations/source/af/wizards/source/importwizard.po
+++ b/translations/source/af/wizards/source/importwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/wizards/source/schedule.po b/translations/source/af/wizards/source/schedule.po
index a82e510c9c3..4e8243f9c71 100644
--- a/translations/source/af/wizards/source/schedule.po
+++ b/translations/source/af/wizards/source/schedule.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/wizards/source/template.po b/translations/source/af/wizards/source/template.po
index 240dd18a3a7..e10e6b8d20c 100644
--- a/translations/source/af/wizards/source/template.po
+++ b/translations/source/af/wizards/source/template.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/xmlsecurity/source/component.po b/translations/source/af/xmlsecurity/source/component.po
index f23f5d10255..fcc318e1b8f 100644
--- a/translations/source/af/xmlsecurity/source/component.po
+++ b/translations/source/af/xmlsecurity/source/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/af/xmlsecurity/source/dialogs.po b/translations/source/af/xmlsecurity/source/dialogs.po
index 8457ceaf1e5..4ab4e98301a 100644
--- a/translations/source/af/xmlsecurity/source/dialogs.po
+++ b/translations/source/af/xmlsecurity/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"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"
+"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/accessibility/source/helper.po b/translations/source/ar/accessibility/source/helper.po
index 2910a887c31..bd045c9f428 100644
--- a/translations/source/ar/accessibility/source/helper.po
+++ b/translations/source/ar/accessibility/source/helper.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/avmedia/source/framework.po b/translations/source/ar/avmedia/source/framework.po
index d302682fd57..97e45118383 100644
--- a/translations/source/ar/avmedia/source/framework.po
+++ b/translations/source/ar/avmedia/source/framework.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/avmedia/source/viewer.po b/translations/source/ar/avmedia/source/viewer.po
index d2893195f58..4aa7ebd2283 100644
--- a/translations/source/ar/avmedia/source/viewer.po
+++ b/translations/source/ar/avmedia/source/viewer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/basctl/source/basicide.po b/translations/source/ar/basctl/source/basicide.po
index cf44ba30549..c8188065ad6 100644
--- a/translations/source/ar/basctl/source/basicide.po
+++ b/translations/source/ar/basctl/source/basicide.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/basctl/source/dlged.po b/translations/source/ar/basctl/source/dlged.po
index 582f1859ecc..db4c6d37ee2 100644
--- a/translations/source/ar/basctl/source/dlged.po
+++ b/translations/source/ar/basctl/source/dlged.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/basic/source/classes.po b/translations/source/ar/basic/source/classes.po
index 9da8010c225..24eda48e1ca 100644
--- a/translations/source/ar/basic/source/classes.po
+++ b/translations/source/ar/basic/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/basic/source/sbx.po b/translations/source/ar/basic/source/sbx.po
index 26e75983d10..96a79a15e91 100644
--- a/translations/source/ar/basic/source/sbx.po
+++ b/translations/source/ar/basic/source/sbx.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/chart2/source/controller/dialogs.po b/translations/source/ar/chart2/source/controller/dialogs.po
index e5e2a536f84..b5391ebd666 100644
--- a/translations/source/ar/chart2/source/controller/dialogs.po
+++ b/translations/source/ar/chart2/source/controller/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/connectivity/source/drivers/ado.po b/translations/source/ar/connectivity/source/drivers/ado.po
index bbe6597d8c1..dd1e4e64157 100644
--- a/translations/source/ar/connectivity/source/drivers/ado.po
+++ b/translations/source/ar/connectivity/source/drivers/ado.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/connectivity/source/drivers/calc.po b/translations/source/ar/connectivity/source/drivers/calc.po
index 33799250f43..d6ad285ab3a 100644
--- a/translations/source/ar/connectivity/source/drivers/calc.po
+++ b/translations/source/ar/connectivity/source/drivers/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/connectivity/source/drivers/dbase.po b/translations/source/ar/connectivity/source/drivers/dbase.po
index 0003a8471ee..94ce66e7a12 100644
--- a/translations/source/ar/connectivity/source/drivers/dbase.po
+++ b/translations/source/ar/connectivity/source/drivers/dbase.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/connectivity/source/drivers/evoab2.po b/translations/source/ar/connectivity/source/drivers/evoab2.po
index 163a1c0ba0d..a8f854c0d94 100644
--- a/translations/source/ar/connectivity/source/drivers/evoab2.po
+++ b/translations/source/ar/connectivity/source/drivers/evoab2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/connectivity/source/drivers/flat.po b/translations/source/ar/connectivity/source/drivers/flat.po
index de6a411d020..3211b9b1416 100644
--- a/translations/source/ar/connectivity/source/drivers/flat.po
+++ b/translations/source/ar/connectivity/source/drivers/flat.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/connectivity/source/drivers/hsqldb.po b/translations/source/ar/connectivity/source/drivers/hsqldb.po
index e348855fd20..0f4c10f4791 100644
--- a/translations/source/ar/connectivity/source/drivers/hsqldb.po
+++ b/translations/source/ar/connectivity/source/drivers/hsqldb.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/connectivity/source/drivers/jdbc.po b/translations/source/ar/connectivity/source/drivers/jdbc.po
index def29b538d6..4beafcca159 100644
--- a/translations/source/ar/connectivity/source/drivers/jdbc.po
+++ b/translations/source/ar/connectivity/source/drivers/jdbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/connectivity/source/drivers/kab.po b/translations/source/ar/connectivity/source/drivers/kab.po
index 8ea005029d6..3031cb08066 100644
--- a/translations/source/ar/connectivity/source/drivers/kab.po
+++ b/translations/source/ar/connectivity/source/drivers/kab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/connectivity/source/drivers/macab.po b/translations/source/ar/connectivity/source/drivers/macab.po
index 7a512c5de31..1b80ee7bbb2 100644
--- a/translations/source/ar/connectivity/source/drivers/macab.po
+++ b/translations/source/ar/connectivity/source/drivers/macab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/connectivity/source/drivers/mozab.po b/translations/source/ar/connectivity/source/drivers/mozab.po
index 477791179e3..ba934664606 100644
--- a/translations/source/ar/connectivity/source/drivers/mozab.po
+++ b/translations/source/ar/connectivity/source/drivers/mozab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-11 23:03+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-01-11 16:01+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -22,8 +22,9 @@ msgid "SeaMonkey Address Book"
msgstr "دفتر عناوين Mozilla"
#: mozab2.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text
+#, fuzzy
msgctxt "mozab2.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text"
-msgid "Thunderbird Address Book"
+msgid "Thunderbird/Icedove Address Book"
msgstr "دفتر عناوين Thunderbird"
#: mozab2.xcu#.Drivers.Installed.sdbc_address_ldap__.DriverTypeDisplayName.value.text
@@ -46,8 +47,9 @@ msgid "SeaMonkey Address Book"
msgstr "دفتر عناوين Mozilla"
#: mozab.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text
+#, fuzzy
msgctxt "mozab.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text"
-msgid "Thunderbird Address Book"
+msgid "Thunderbird/Icedove Address Book"
msgstr "دفتر عناوين Thunderbird"
#: mozab.xcu#.Drivers.Installed.sdbc_address_ldap__.DriverTypeDisplayName.value.text
diff --git a/translations/source/ar/connectivity/source/drivers/mysql.po b/translations/source/ar/connectivity/source/drivers/mysql.po
index 9ae88b539c6..3857e6541ae 100644
--- a/translations/source/ar/connectivity/source/drivers/mysql.po
+++ b/translations/source/ar/connectivity/source/drivers/mysql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/connectivity/source/drivers/odbc.po b/translations/source/ar/connectivity/source/drivers/odbc.po
index b188efa0c5e..82b5ff289cd 100644
--- a/translations/source/ar/connectivity/source/drivers/odbc.po
+++ b/translations/source/ar/connectivity/source/drivers/odbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/connectivity/source/drivers/postgresql.po b/translations/source/ar/connectivity/source/drivers/postgresql.po
index dba527c14cf..30be9d032be 100644
--- a/translations/source/ar/connectivity/source/drivers/postgresql.po
+++ b/translations/source/ar/connectivity/source/drivers/postgresql.po
@@ -3,25 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:41+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"
+"Language: ar\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 7ce1ff048f4..f6c707786e7 100644
--- a/translations/source/ar/connectivity/source/resource.po
+++ b/translations/source/ar/connectivity/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/cui/source/customize.po b/translations/source/ar/cui/source/customize.po
index bbbd49dda7e..99ad580bef6 100644
--- a/translations/source/ar/cui/source/customize.po
+++ b/translations/source/ar/cui/source/customize.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/cui/source/dialogs.po b/translations/source/ar/cui/source/dialogs.po
index 9d3d5cee35a..72f97d3c585 100644
--- a/translations/source/ar/cui/source/dialogs.po
+++ b/translations/source/ar/cui/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-05-07 12:13+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:03+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -817,7 +817,8 @@ msgid "Object;Objects"
msgstr "كائن;كائنات"
#: gallery.src#RID_SVXSTR_GALLERY_READONLY.string.text
-msgid " (read-only)"
+#, fuzzy
+msgid "(read-only)"
msgstr " (للقراءة فقط)"
#: gallery.src#RID_SVXSTR_GALLERY_ALLFILES.string.text
@@ -1193,20 +1194,16 @@ msgstr "تحرير البُريمج"
msgid "Contributor credits"
msgstr ""
-#: about.src#RID_DEFAULTABOUT.ABOUT_STR_VERSION.string.text
-msgid "%PRODUCTNAME %ABOUTBOXPRODUCTVERSION %PRODUCTEXTENSION"
-msgstr ""
-
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_VENDOR.string.text
msgid "This product was supplied by %OOOVENDOR."
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT.string.text
-msgid "LibreOffice is copyright © 2000, 2011 LibreOffice contributors and/or their affiliates. All rights reserved."
+msgid "LibreOffice is copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved."
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT_DERIVED.string.text
-msgid "%PRODUCTNAME is derived from LibreOffice. LibreOffice is copyright © 2000, 2011 LibreOffice contributors and/or their affiliates. All rights reserved."
+msgid "%PRODUCTNAME is derived from LibreOffice. LibreOffice is copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved."
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT_ORACLE_DERIVED.string.text
@@ -1218,7 +1215,7 @@ msgid "%OOOVENDOR acknowledges all community members, please find more info at t
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_LINK.string.text
-msgid "http://www.libreoffice.org/credits.html"
+msgid "http://www.libreoffice.org/about-us/credits/"
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_BUILD.string.text
@@ -1231,7 +1228,7 @@ msgstr ""
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.PB_PICKER.imagebutton.text
msgid "-"
-msgstr ""
+msgstr "-"
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.PB_PICKER.imagebutton.quickhelptext
msgid "Pick a color from the document"
@@ -1239,7 +1236,7 @@ msgstr ""
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.FL_RGB.fixedline.text
msgid "RGB"
-msgstr ""
+msgstr "RGB"
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.CT_RED.fixedtext.text
msgid "~Red"
@@ -1275,7 +1272,7 @@ msgstr ""
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.FL_CMYK.fixedline.text
msgid "CMYK"
-msgstr ""
+msgstr "CMYK"
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.CT_CYAN.fixedtext.text
msgid "~Cyan"
@@ -1299,7 +1296,7 @@ msgstr "ل~غة النص"
#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.LINK_EXPLAIN.fixedtext.text
msgid "More..."
-msgstr ""
+msgstr "المزيد ..."
#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.FT_NOTINDICT.fixedtext.text
msgid "~Not in dictionary"
@@ -1637,7 +1634,7 @@ msgid "A~fter"
msgstr "~بعد"
#: insrc.src#DLG_INS_ROW_COL.FL_INS.fixedline.text
-msgctxt "insrc.src#DLG_INS_ROW_COL.FL_INS.fixedline.text"
+#, fuzzy
msgid "Insert"
msgstr "إدراج"
@@ -1651,17 +1648,12 @@ msgid "~Number"
msgstr "~الرقم"
#: insrc.src#DLG_INS_ROW_COL.STR_ROW.string.text
-msgid " Rows"
-msgstr " صفوف"
+msgid "Insert Rows"
+msgstr "إدراج صفوف"
#: insrc.src#DLG_INS_ROW_COL.STR_COL.string.text
-msgid " Columns"
-msgstr " أعمدة"
-
-#: insrc.src#DLG_INS_ROW_COL.modaldialog.text
-msgctxt "insrc.src#DLG_INS_ROW_COL.modaldialog.text"
-msgid "Insert"
-msgstr "إدراج"
+msgid "Insert Columns"
+msgstr ""
#: hyphen.src#RID_SVXSTR_HMERR_CHECKINSTALL.string.text
msgid ""
diff --git a/translations/source/ar/cui/source/options.po b/translations/source/ar/cui/source/options.po
index e1e81ad71a8..3519c783326 100644
--- a/translations/source/ar/cui/source/options.po
+++ b/translations/source/ar/cui/source/options.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-30 11:10+0200\n"
-"PO-Revision-Date: 2011-11-26 01:24+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Language: ar\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: optgenrl.src#RID_SFXPAGE_GENERAL.FT_COMPANY.fixedtext.text
@@ -1103,25 +1103,8 @@ msgid "Proxy"
msgstr "بروكسي"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.PB_BACK.pushbutton.text
-#, fuzzy
msgid "~Revert"
msgstr ""
-"#-#-#-#-# index.po (PACKAGE VERSION) #-#-#-#-#\n"
-"إ~زالة\n"
-"#-#-#-#-# fldui.po (PACKAGE VERSION) #-#-#-#-#\n"
-"إ~زالة\n"
-"#-#-#-#-# misc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"إ~زالة\n"
-"#-#-#-#-# dialogs.po (PACKAGE VERSION) #-#-#-#-#\n"
-"إ~زالة\n"
-"#-#-#-#-# dialogs.po (PACKAGE VERSION) #-#-#-#-#\n"
-"إ~زالة\n"
-"#-#-#-#-# tabpages.po (PACKAGE VERSION) #-#-#-#-#\n"
-"إ~زالة\n"
-"#-#-#-#-# Custom.po (PACKAGE VERSION) #-#-#-#-#\n"
-"إ~زالة\n"
-"#-#-#-#-# gui.po (PACKAGE VERSION) #-#-#-#-#\n"
-"إزا~لة"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.ST_LOAD_ERROR.string.text
msgid "The selected module could not be loaded."
@@ -1320,39 +1303,39 @@ msgstr "الشبكة"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.6.itemlist.text
msgid "Basic Fonts (Western)"
-msgstr "الخطوط الأساسية (غربية)"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.7.itemlist.text
msgid "Basic Fonts (Asian)"
-msgstr "الخطوط الأساسية (آسيوية)"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text
msgid "Basic Fonts (CTL)"
-msgstr "الخطوط الأساسية (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"
msgid "Print"
-msgstr "طباعة"
+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"
msgid "Table"
-msgstr "الجدول"
+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"
msgid "Changes"
-msgstr "التغييرات"
+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"
msgid "Compatibility"
-msgstr "التوافق"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.13.itemlist.text
msgid "AutoCaption"
-msgstr "تسمية توضيحيّة تلقائيّة"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.14.itemlist.text
msgid "Mail Merge E-mail"
diff --git a/translations/source/ar/cui/source/tabpages.po b/translations/source/ar/cui/source/tabpages.po
index 596874bfe7b..76056f830ef 100644
--- a/translations/source/ar/cui/source/tabpages.po
+++ b/translations/source/ar/cui/source/tabpages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-05-07 12:13+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2011-12-15 12:03+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -482,12 +482,14 @@ msgid "~Numbering"
msgstr "التر~قيم"
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.1.stringlist.text
-msgid "1, 2, 3, ... "
-msgstr "1, 2, 3, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.1.stringlist.text"
+msgid "1, 2, 3, ..."
+msgstr "1, 2, 3, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.2.stringlist.text
-msgid "A, B, C, ... "
-msgstr "A, B, C, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.2.stringlist.text"
+msgid "A, B, C, ..."
+msgstr "A, B, C, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.3.stringlist.text
msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.3.stringlist.text"
@@ -495,15 +497,18 @@ msgid "a, b, c, ..."
msgstr "a, b, c, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.4.stringlist.text
-msgid "I, II, III, ... "
-msgstr "I, II, III, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.4.stringlist.text"
+msgid "I, II, III, ..."
+msgstr "I, II, III, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.5.stringlist.text
-msgid "i, ii, iii, ... "
-msgstr "i, ii, iii, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.5.stringlist.text"
+msgid "i, ii, iii, ..."
+msgstr "i, ii, iii, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.6.stringlist.text
-msgid "A, .., AA, .., AAA, ... "
+#, fuzzy
+msgid "A, .., AA, .., AAA, ..."
msgstr "A, .., AA, .., AAA, ... "
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.7.stringlist.text
@@ -2299,6 +2304,8 @@ msgid "For~mat"
msgstr "~تنسيق"
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.1.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.1.stringlist.text"
msgid "A, B, C, ..."
msgstr "A, B, C, ..."
@@ -2308,14 +2315,20 @@ msgid "a, b, c, ..."
msgstr "a, b, c, ..."
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.3.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.3.stringlist.text"
msgid "I, II, III, ..."
msgstr "I, II, III, ..."
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.4.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.4.stringlist.text"
msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ..."
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.5.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.5.stringlist.text"
msgid "1, 2, 3, ..."
msgstr "1, 2, 3, ..."
@@ -2865,6 +2878,10 @@ msgctxt "textanim.src#RID_SVXPAGE_TEXTANIMATION.TSB_AUTO.tristatebox.text"
msgid "~Automatic"
msgstr "تل~قائي"
+#: textanim.src#RID_SVXPAGE_TEXTANIMATION.MTR_FLD_DELAY.metricfield.text
+msgid " ms"
+msgstr ""
+
#: textanim.src#RID_SVXPAGE_TEXTANIMATION.tabpage.text
msgid "Animation"
msgstr "حركة"
@@ -4749,6 +4766,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr "~حذف..."
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Hatches List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Hatches List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_HATCH.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_HATCH.tabpage.text"
msgid "Hatching"
@@ -4796,6 +4836,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr "~حذف..."
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Bitmap List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Bitmap List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_BITMAP.tabpage.text
msgid "Bitmap Patterns"
msgstr "نقوش الصور النقطية"
@@ -4887,6 +4950,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr "~حذف..."
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Gradients List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Gradients List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_GRADIENT.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.tabpage.text"
msgid "Gradients"
@@ -4918,6 +5004,22 @@ msgstr "RGB"
msgid "CMYK"
msgstr "CMYK"
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_1.fixedtext.text
+msgid "~C"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_2.fixedtext.text
+msgid "~M"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_3.fixedtext.text
+msgid "~Y"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_4.fixedtext.text
+msgid "~K"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_COLOR.BTN_ADD.pushbutton.text
msgid "~Add"
msgstr "إضا~فة"
@@ -4936,6 +5038,29 @@ msgstr "~حذف..."
msgid "~Modify"
msgstr "~تعديل"
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Color List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Color List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_COLOR.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_COLOR.tabpage.text"
msgid "Colors"
diff --git a/translations/source/ar/dbaccess/source/core/resource.po b/translations/source/ar/dbaccess/source/core/resource.po
index 6b15a60b1f4..012a593be9a 100644
--- a/translations/source/ar/dbaccess/source/core/resource.po
+++ b/translations/source/ar/dbaccess/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dbaccess/source/ext/adabas.po b/translations/source/ar/dbaccess/source/ext/adabas.po
index 4725183e4e1..2b5c0a71b51 100644
--- a/translations/source/ar/dbaccess/source/ext/adabas.po
+++ b/translations/source/ar/dbaccess/source/ext/adabas.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dbaccess/source/ext/macromigration.po b/translations/source/ar/dbaccess/source/ext/macromigration.po
index 44fe8d14979..c6f9243922e 100644
--- a/translations/source/ar/dbaccess/source/ext/macromigration.po
+++ b/translations/source/ar/dbaccess/source/ext/macromigration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-11 23:03+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:03+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -190,7 +190,8 @@ msgid "Warnings"
msgstr "تحذيرات"
#: macromigration.src#STR_EXCEPTION.string.text
-msgid "caught exception: "
+#, fuzzy
+msgid "caught exception:"
msgstr "ظهر استثناء: "
#: macromigration.src#ERR_INVALID_BACKUP_LOCATION.errorbox.text
diff --git a/translations/source/ar/dbaccess/source/sdbtools/resource.po b/translations/source/ar/dbaccess/source/sdbtools/resource.po
index 3f99ce3a2de..7100f771472 100644
--- a/translations/source/ar/dbaccess/source/sdbtools/resource.po
+++ b/translations/source/ar/dbaccess/source/sdbtools/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dbaccess/source/ui/app.po b/translations/source/ar/dbaccess/source/ui/app.po
index a45a3441e5a..bd0dc9530b7 100644
--- a/translations/source/ar/dbaccess/source/ui/app.po
+++ b/translations/source/ar/dbaccess/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dbaccess/source/ui/browser.po b/translations/source/ar/dbaccess/source/ui/browser.po
index b678ede9467..062d1b96bcb 100644
--- a/translations/source/ar/dbaccess/source/ui/browser.po
+++ b/translations/source/ar/dbaccess/source/ui/browser.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dbaccess/source/ui/control.po b/translations/source/ar/dbaccess/source/ui/control.po
index f1574c5b62f..3ad877382ea 100644
--- a/translations/source/ar/dbaccess/source/ui/control.po
+++ b/translations/source/ar/dbaccess/source/ui/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dbaccess/source/ui/dlg.po b/translations/source/ar/dbaccess/source/ui/dlg.po
index aed73930bbf..b8d85acebbe 100644
--- a/translations/source/ar/dbaccess/source/ui/dlg.po
+++ b/translations/source/ar/dbaccess/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-11 23:03+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:03+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -1590,8 +1590,9 @@ msgid "~Base DN"
msgstr "~Base DN"
#: dbadmin.src#PAGE_LDAP.CB_USESSL.checkbox.text
-msgid "Use secure connection(SSL)"
-msgstr "استخدام الاتصال الآمن (SSL)"
+#, fuzzy
+msgid "Use secure connection (SSL)"
+msgstr "استخدام الات~صال الآمن (SSL)"
#: dbadmin.src#PAGE_LDAP.FT_PORTNUMBER.fixedtext.text
msgctxt "dbadmin.src#PAGE_LDAP.FT_PORTNUMBER.fixedtext.text"
diff --git a/translations/source/ar/dbaccess/source/ui/inc.po b/translations/source/ar/dbaccess/source/ui/inc.po
index a0d6534747a..dec49a41886 100644
--- a/translations/source/ar/dbaccess/source/ui/inc.po
+++ b/translations/source/ar/dbaccess/source/ui/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dbaccess/source/ui/misc.po b/translations/source/ar/dbaccess/source/ui/misc.po
index 3bcf6be41fb..675b2471cfc 100644
--- a/translations/source/ar/dbaccess/source/ui/misc.po
+++ b/translations/source/ar/dbaccess/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dbaccess/source/ui/querydesign.po b/translations/source/ar/dbaccess/source/ui/querydesign.po
index 4965e8f862a..bcb550afdbe 100644
--- a/translations/source/ar/dbaccess/source/ui/querydesign.po
+++ b/translations/source/ar/dbaccess/source/ui/querydesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dbaccess/source/ui/relationdesign.po b/translations/source/ar/dbaccess/source/ui/relationdesign.po
index 082253a233c..331c596ad9a 100644
--- a/translations/source/ar/dbaccess/source/ui/relationdesign.po
+++ b/translations/source/ar/dbaccess/source/ui/relationdesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -49,8 +49,6 @@ msgstr "عندما تحذف هذا الجدول، سيتم أيضًا حذف ج
#: relation.src#STR_QUERY_REL_COULD_NOT_CREATE.string.text
msgid ""
-"The database could not create the relation. May be foreign keys for this kind of table aren't supported.\n"
+"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
"Please check your documentation of the database."
msgstr ""
-"تعذر على قاعدة البيانات إنشاء العلاقة. قد تكون المفاتيح الخارجية لهذا النوع من الجدول غير مدعومة.\n"
-"يرجى التحقق من الوثائق الخاصة بقاعدة البيانات."
diff --git a/translations/source/ar/dbaccess/source/ui/tabledesign.po b/translations/source/ar/dbaccess/source/ui/tabledesign.po
index 912cde6094b..93e5018eb62 100644
--- a/translations/source/ar/dbaccess/source/ui/tabledesign.po
+++ b/translations/source/ar/dbaccess/source/ui/tabledesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dbaccess/source/ui/uno.po b/translations/source/ar/dbaccess/source/ui/uno.po
index 240e034cdf9..1309b690da9 100644
--- a/translations/source/ar/dbaccess/source/ui/uno.po
+++ b/translations/source/ar/dbaccess/source/ui/uno.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/desktop/source/app.po b/translations/source/ar/desktop/source/app.po
index a487c878f4c..507188fe2ed 100644
--- a/translations/source/ar/desktop/source/app.po
+++ b/translations/source/ar/desktop/source/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -134,6 +134,10 @@ msgctxt "desktop.src#STR_TITLE_USERDATALOCKED.string.text"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
+#: desktop.src#DLG_CMDLINEHELP.modaldialog.text
+msgid "Help Message..."
+msgstr ""
+
#: desktop.src#EBX_ERR_PRINTDISABLED.errorbox.text
msgid "Printing is disabled. No documents can be printed."
msgstr "الطباعة معطلة. لا يمكن طباعة أية مستندات."
diff --git a/translations/source/ar/desktop/source/deployment/gui.po b/translations/source/ar/desktop/source/deployment/gui.po
index c40dfa336c1..c858a4b5213 100644
--- a/translations/source/ar/desktop/source/deployment/gui.po
+++ b/translations/source/ar/desktop/source/deployment/gui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-05-07 12:13+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2011-12-15 12:03+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -394,13 +394,29 @@ msgstr ""
"الإصدار الأقدم المسمى $DEPLOYED، المسمى \\'$OLDNAME\\' مثبت بالفعل. انقر فوق \\'موافق\\' لاستبدال الامتداد المثبت.\n"
"وانقر فوق \\'إلغاء الأمر\\' لإيقاف التثبيت."
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_FT_TYPE_EXTENSIONS.fixedtext.text
+msgid "Type of Extension"
+msgstr ""
+
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_CBX_BUNDLED.checkbox.text
+msgid "~Installation"
+msgstr ""
+
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_CBX_SHARED.checkbox.text
+msgid "~Shared"
+msgstr ""
+
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_CBX_USER.checkbox.text
+msgid "~User"
+msgstr "ال~مستخدم"
+
#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_ADD.pushbutton.text
msgid "~Add..."
msgstr "إ~ضافة..."
#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_CHECK_UPDATES.pushbutton.text
-msgctxt "dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_CHECK_UPDATES.pushbutton.text"
-msgid "Check for ~Updates..."
+#, fuzzy
+msgid "~Check for Updates..."
msgstr "التحقق من وجود ~تحديثات..."
#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_FT_GET_EXTENSIONS.fixedtext.text
@@ -432,7 +448,7 @@ msgid "Adding %EXTENSION_NAME"
msgstr "إضافة %EXTENSION_NAME"
#: dp_gui_dialog2.src#RID_DLG_UPDATE_REQUIRED.RID_EM_BTN_CHECK_UPDATES.pushbutton.text
-msgctxt "dp_gui_dialog2.src#RID_DLG_UPDATE_REQUIRED.RID_EM_BTN_CHECK_UPDATES.pushbutton.text"
+#, fuzzy
msgid "Check for ~Updates..."
msgstr "التحقق من وجود ~تحديثات..."
diff --git a/translations/source/ar/desktop/source/deployment/manager.po b/translations/source/ar/desktop/source/deployment/manager.po
index ec968e24e08..52ec5fe94d9 100644
--- a/translations/source/ar/desktop/source/deployment/manager.po
+++ b/translations/source/ar/desktop/source/deployment/manager.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/desktop/source/deployment/misc.po b/translations/source/ar/desktop/source/deployment/misc.po
index a3dcf6c3cb1..5066b125620 100644
--- a/translations/source/ar/desktop/source/deployment/misc.po
+++ b/translations/source/ar/desktop/source/deployment/misc.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+desktop%2Fsource%2Fdeployment%2Fmisc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 01:25+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: dp_misc.src#RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN.string.text
diff --git a/translations/source/ar/desktop/source/deployment/registry.po b/translations/source/ar/desktop/source/deployment/registry.po
index 76eeeb9bc23..c1fbe287ff7 100644
--- a/translations/source/ar/desktop/source/deployment/registry.po
+++ b/translations/source/ar/desktop/source/deployment/registry.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/desktop/source/deployment/registry/component.po b/translations/source/ar/desktop/source/deployment/registry/component.po
index 599d81ecf76..7bd0522cd17 100644
--- a/translations/source/ar/desktop/source/deployment/registry/component.po
+++ b/translations/source/ar/desktop/source/deployment/registry/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:04+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/desktop/source/deployment/registry/configuration.po b/translations/source/ar/desktop/source/deployment/registry/configuration.po
index a2b281a09ff..0e4fa2d13d3 100644
--- a/translations/source/ar/desktop/source/deployment/registry/configuration.po
+++ b/translations/source/ar/desktop/source/deployment/registry/configuration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/desktop/source/deployment/registry/help.po b/translations/source/ar/desktop/source/deployment/registry/help.po
index d6603af1e99..9ec8cb6109a 100644
--- a/translations/source/ar/desktop/source/deployment/registry/help.po
+++ b/translations/source/ar/desktop/source/deployment/registry/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/desktop/source/deployment/registry/package.po b/translations/source/ar/desktop/source/deployment/registry/package.po
index 2cbdb8a93b6..a3628ae4500 100644
--- a/translations/source/ar/desktop/source/deployment/registry/package.po
+++ b/translations/source/ar/desktop/source/deployment/registry/package.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/desktop/source/deployment/registry/script.po b/translations/source/ar/desktop/source/deployment/registry/script.po
index fee5a027d24..2ede7a91eac 100644
--- a/translations/source/ar/desktop/source/deployment/registry/script.po
+++ b/translations/source/ar/desktop/source/deployment/registry/script.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/desktop/source/deployment/registry/sfwk.po b/translations/source/ar/desktop/source/deployment/registry/sfwk.po
index 38eb17a6872..b71c1919467 100644
--- a/translations/source/ar/desktop/source/deployment/registry/sfwk.po
+++ b/translations/source/ar/desktop/source/deployment/registry/sfwk.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/desktop/source/deployment/unopkg.po b/translations/source/ar/desktop/source/deployment/unopkg.po
index b32512a1806..cd0cba16691 100644
--- a/translations/source/ar/desktop/source/deployment/unopkg.po
+++ b/translations/source/ar/desktop/source/deployment/unopkg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/af_ZA.po b/translations/source/ar/dictionaries/af_ZA.po
index 789265ca87d..8a477317eca 100644
--- a/translations/source/ar/dictionaries/af_ZA.po
+++ b/translations/source/ar/dictionaries/af_ZA.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/an_ES.po b/translations/source/ar/dictionaries/an_ES.po
new file mode 100644
index 00000000000..ec5ef84cc72
--- /dev/null
+++ b/translations/source/ar/dictionaries/an_ES.po
@@ -0,0 +1,19 @@
+#. extracted from dictionaries/an_ES.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%2Fan_ES.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Aragonese spelling dictionary"
+msgstr ""
diff --git a/translations/source/ar/dictionaries/ar.po b/translations/source/ar/dictionaries/ar.po
index 7c93d3a7d8d..0ea121494d5 100644
--- a/translations/source/ar/dictionaries/ar.po
+++ b/translations/source/ar/dictionaries/ar.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/be_BY.po b/translations/source/ar/dictionaries/be_BY.po
index 71690bbe588..327324a93c2 100644
--- a/translations/source/ar/dictionaries/be_BY.po
+++ b/translations/source/ar/dictionaries/be_BY.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/bg_BG.po b/translations/source/ar/dictionaries/bg_BG.po
index d061f9c262f..a761ae5e8d8 100644
--- a/translations/source/ar/dictionaries/bg_BG.po
+++ b/translations/source/ar/dictionaries/bg_BG.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/bn_BD.po b/translations/source/ar/dictionaries/bn_BD.po
index 076ee93812b..3c45ac8bb55 100644
--- a/translations/source/ar/dictionaries/bn_BD.po
+++ b/translations/source/ar/dictionaries/bn_BD.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/br_FR.po b/translations/source/ar/dictionaries/br_FR.po
index 8134b31661d..57856123040 100644
--- a/translations/source/ar/dictionaries/br_FR.po
+++ b/translations/source/ar/dictionaries/br_FR.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/ca.po b/translations/source/ar/dictionaries/ca.po
index 73eb9558bff..6ef7ecde037 100644
--- a/translations/source/ar/dictionaries/ca.po
+++ b/translations/source/ar/dictionaries/ca.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/cs_CZ.po b/translations/source/ar/dictionaries/cs_CZ.po
index ed10aa85341..4dc5acf408b 100644
--- a/translations/source/ar/dictionaries/cs_CZ.po
+++ b/translations/source/ar/dictionaries/cs_CZ.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/da_DK.po b/translations/source/ar/dictionaries/da_DK.po
index ea59c103fcd..77074d390c4 100644
--- a/translations/source/ar/dictionaries/da_DK.po
+++ b/translations/source/ar/dictionaries/da_DK.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/de.po b/translations/source/ar/dictionaries/de.po
index 3486e363420..0801bab8d02 100644
--- a/translations/source/ar/dictionaries/de.po
+++ b/translations/source/ar/dictionaries/de.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/el_GR.po b/translations/source/ar/dictionaries/el_GR.po
index 273a71c5de0..27f8935175f 100644
--- a/translations/source/ar/dictionaries/el_GR.po
+++ b/translations/source/ar/dictionaries/el_GR.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/en.po b/translations/source/ar/dictionaries/en.po
index ebdd0f24440..1d6b20d7738 100644
--- a/translations/source/ar/dictionaries/en.po
+++ b/translations/source/ar/dictionaries/en.po
@@ -3,17 +3,17 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
-msgid "English (Australia, Canada, South Africa, UK, USA) spelling dictionaries, hyphenation rules, and thesaurus"
+msgid "English spelling dictionaries, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/translations/source/ar/dictionaries/en/dialog.po b/translations/source/ar/dictionaries/en/dialog.po
new file mode 100644
index 00000000000..79456dd97a3
--- /dev/null
+++ b/translations/source/ar/dictionaries/en/dialog.po
@@ -0,0 +1,171 @@
+#. extracted from dictionaries/en/dialog.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%2Fen%2Fdialog.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "القواميس"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.en.Label.value.text
+msgid "English sentence checking"
+msgstr ""
+
+#: en_en_US.properties#spelling.property.text
+msgid "Grammar checking"
+msgstr ""
+
+#: en_en_US.properties#hlp_grammar.property.text
+msgid "Check more grammar errors."
+msgstr ""
+
+#: en_en_US.properties#grammar.property.text
+msgid "Possible mistakes"
+msgstr ""
+
+#: en_en_US.properties#hlp_cap.property.text
+msgid "Check missing capitalization of sentences."
+msgstr ""
+
+#: en_en_US.properties#cap.property.text
+msgid "Capitalization"
+msgstr ""
+
+#: en_en_US.properties#hlp_dup.property.text
+msgid "Check repeated words."
+msgstr ""
+
+#: en_en_US.properties#dup.property.text
+msgid "Word duplication"
+msgstr ""
+
+#: en_en_US.properties#hlp_pair.property.text
+msgid "Check missing or extra parentheses and quotation marks."
+msgstr ""
+
+#: en_en_US.properties#pair.property.text
+msgid "Parentheses"
+msgstr ""
+
+#: en_en_US.properties#punctuation.property.text
+msgid "Punctuation"
+msgstr ""
+
+#: en_en_US.properties#hlp_spaces.property.text
+msgid "Check single spaces between words."
+msgstr ""
+
+#: en_en_US.properties#spaces.property.text
+msgid "Word spacing"
+msgstr ""
+
+#: en_en_US.properties#hlp_mdash.property.text
+msgid "Force unspaced em dash instead of spaced en dash."
+msgstr ""
+
+#: en_en_US.properties#mdash.property.text
+msgid "Em dash"
+msgstr ""
+
+#: en_en_US.properties#hlp_ndash.property.text
+msgid "Force spaced en dash instead of unspaced em dash."
+msgstr ""
+
+#: en_en_US.properties#ndash.property.text
+msgid "En dash"
+msgstr ""
+
+#: en_en_US.properties#hlp_quotation.property.text
+msgid "Check double quotation marks: \"x\" → “x”"
+msgstr ""
+
+#: en_en_US.properties#quotation.property.text
+msgid "Quotation marks"
+msgstr ""
+
+#: en_en_US.properties#hlp_times.property.text
+msgid "Check true multiplication sign: 5x5 → 5×5"
+msgstr ""
+
+#: en_en_US.properties#times.property.text
+msgid "Multiplication sign"
+msgstr ""
+
+#: en_en_US.properties#hlp_spaces2.property.text
+msgid "Check single spaces between sentences."
+msgstr ""
+
+#: en_en_US.properties#spaces2.property.text
+msgid "Sentence spacing"
+msgstr ""
+
+#: en_en_US.properties#hlp_spaces3.property.text
+msgid "Check more than two extra space characters between words and sentences."
+msgstr ""
+
+#: en_en_US.properties#spaces3.property.text
+msgid "More spaces"
+msgstr ""
+
+#: en_en_US.properties#hlp_minus.property.text
+msgid "Change hyphen characters to real minus signs."
+msgstr ""
+
+#: en_en_US.properties#minus.property.text
+msgid "Minus sign"
+msgstr ""
+
+#: en_en_US.properties#hlp_apostrophe.property.text
+msgid "Change typewriter apostrophe, single quotation marks and correct double primes."
+msgstr ""
+
+#: en_en_US.properties#apostrophe.property.text
+msgid "Apostrophe"
+msgstr ""
+
+#: en_en_US.properties#hlp_ellipsis.property.text
+msgid "Change three dots with ellipsis."
+msgstr ""
+
+#: en_en_US.properties#ellipsis.property.text
+msgid "Ellipsis"
+msgstr ""
+
+#: en_en_US.properties#others.property.text
+msgid "Others"
+msgstr "غيرها"
+
+#: en_en_US.properties#hlp_metric.property.text
+msgid "Measurement conversion from °F, mph, ft, in, lb, gal and miles."
+msgstr ""
+
+#: en_en_US.properties#metric.property.text
+msgid "Convert to metric (°C, km/h, m, kg, l)"
+msgstr ""
+
+#: en_en_US.properties#hlp_numsep.property.text
+msgid "Common (1000000 → 1,000,000) or ISO (1000000 → 1 000 000)."
+msgstr ""
+
+#: en_en_US.properties#numsep.property.text
+msgid "Thousand separation of large numbers"
+msgstr ""
+
+#: en_en_US.properties#hlp_nonmetric.property.text
+msgid "Measurement conversion from °C; km/h; cm, m, km; kg; l."
+msgstr ""
+
+#: en_en_US.properties#nonmetric.property.text
+msgid "Convert to non-metric (°F, mph, ft, lb, gal)"
+msgstr ""
diff --git a/translations/source/ar/dictionaries/es_ES.po b/translations/source/ar/dictionaries/es_ES.po
index ef57b87619a..2f51c99e1a8 100644
--- a/translations/source/ar/dictionaries/es_ES.po
+++ b/translations/source/ar/dictionaries/es_ES.po
@@ -3,17 +3,17 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Spanish spelling dictionary"
-msgstr ""
+msgstr "قاموس التدقيق الإملائي للغة الإسبانية"
diff --git a/translations/source/ar/dictionaries/et_EE.po b/translations/source/ar/dictionaries/et_EE.po
index c51155dfb77..c513a3b0202 100644
--- a/translations/source/ar/dictionaries/et_EE.po
+++ b/translations/source/ar/dictionaries/et_EE.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/fr_FR.po b/translations/source/ar/dictionaries/fr_FR.po
index f0d3cedbe2b..6d8f85160e2 100644
--- a/translations/source/ar/dictionaries/fr_FR.po
+++ b/translations/source/ar/dictionaries/fr_FR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/gd_GB.po b/translations/source/ar/dictionaries/gd_GB.po
index 65c1010a0a1..1f54ecfcd11 100644
--- a/translations/source/ar/dictionaries/gd_GB.po
+++ b/translations/source/ar/dictionaries/gd_GB.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/gl.po b/translations/source/ar/dictionaries/gl.po
index 1b2de0cacd2..fcb2b186d23 100644
--- a/translations/source/ar/dictionaries/gl.po
+++ b/translations/source/ar/dictionaries/gl.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/gu_IN.po b/translations/source/ar/dictionaries/gu_IN.po
index 64b6dcadfee..b4b0a73db6c 100644
--- a/translations/source/ar/dictionaries/gu_IN.po
+++ b/translations/source/ar/dictionaries/gu_IN.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/he_IL.po b/translations/source/ar/dictionaries/he_IL.po
index c9f41d72f87..e052eff952e 100644
--- a/translations/source/ar/dictionaries/he_IL.po
+++ b/translations/source/ar/dictionaries/he_IL.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/hi_IN.po b/translations/source/ar/dictionaries/hi_IN.po
index 3875e5711bd..5ce0eb99feb 100644
--- a/translations/source/ar/dictionaries/hi_IN.po
+++ b/translations/source/ar/dictionaries/hi_IN.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/hr_HR.po b/translations/source/ar/dictionaries/hr_HR.po
index b5bb0de2a7f..d04aae207a3 100644
--- a/translations/source/ar/dictionaries/hr_HR.po
+++ b/translations/source/ar/dictionaries/hr_HR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/hu_HU.po b/translations/source/ar/dictionaries/hu_HU.po
index 220cf229fea..5207f4a797c 100644
--- a/translations/source/ar/dictionaries/hu_HU.po
+++ b/translations/source/ar/dictionaries/hu_HU.po
@@ -3,17 +3,17 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
-msgid "Hungarian spelling dictionary, hyphenation rules, and thesaurus"
+msgid "Hungarian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/translations/source/ar/dictionaries/hu_HU/dialog.po b/translations/source/ar/dictionaries/hu_HU/dialog.po
new file mode 100644
index 00000000000..4840cddb892
--- /dev/null
+++ b/translations/source/ar/dictionaries/hu_HU/dialog.po
@@ -0,0 +1,153 @@
+#. extracted from dictionaries/hu_HU/dialog.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%2Fhu_HU%2Fdialog.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "القواميس"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.hu_HU.Label.value.text
+msgid "Hungarian sentence checking"
+msgstr ""
+
+#: hu_HU_en_US.properties#spelling.property.text
+msgid "Spelling"
+msgstr "تدقيق إملائي"
+
+#: hu_HU_en_US.properties#cap.property.text
+msgid "Capitalization"
+msgstr ""
+
+#: hu_HU_en_US.properties#par.property.text
+msgid "Parentheses"
+msgstr ""
+
+#: hu_HU_en_US.properties#wordpart.property.text
+msgid "Word parts of compounds"
+msgstr ""
+
+#: hu_HU_en_US.properties#comma.property.text
+msgid "Comma usage"
+msgstr ""
+
+#: hu_HU_en_US.properties#proofreading.property.text
+msgid "Proofreading"
+msgstr ""
+
+#: hu_HU_en_US.properties#style.property.text
+msgid "Style checking"
+msgstr ""
+
+#: hu_HU_en_US.properties#compound.property.text
+msgid "Underline typo-like compound words"
+msgstr ""
+
+#: hu_HU_en_US.properties#allcompound.property.text
+msgid "Underline all generated compound words"
+msgstr ""
+
+#: hu_HU_en_US.properties#grammar.property.text
+msgid "Possible mistakes"
+msgstr ""
+
+#: hu_HU_en_US.properties#money.property.text
+msgid "Consistency of money amounts"
+msgstr ""
+
+#: hu_HU_en_US.properties#duplication.property.text
+msgctxt "hu_HU_en_US.properties#duplication.property.text"
+msgid "Word duplication"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup0.property.text
+msgctxt "hu_HU_en_US.properties#dup0.property.text"
+msgid "Word duplication"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup.property.text
+msgid "Duplication within clauses"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup2.property.text
+msgid "Duplication within sentences"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup3.property.text
+msgid "Allow previous checkings with affixes"
+msgstr ""
+
+#: hu_HU_en_US.properties#numpart.property.text
+msgid "Thousand separation of numbers"
+msgstr ""
+
+#: hu_HU_en_US.properties#typography.property.text
+msgid "Typography"
+msgstr ""
+
+#: hu_HU_en_US.properties#quot.property.text
+msgid "Quotation marks"
+msgstr ""
+
+#: hu_HU_en_US.properties#apost.property.text
+msgid "Apostrophe"
+msgstr ""
+
+#: hu_HU_en_US.properties#dash.property.text
+msgid "En dash"
+msgstr ""
+
+#: hu_HU_en_US.properties#elli.property.text
+msgid "Ellipsis"
+msgstr ""
+
+#: hu_HU_en_US.properties#ligature.property.text
+msgid "Ligature suggestion"
+msgstr ""
+
+#: hu_HU_en_US.properties#noligature.property.text
+msgid "Underline ligatures"
+msgstr ""
+
+#: hu_HU_en_US.properties#frac.property.text
+msgid "Fractions"
+msgstr "أجزاء"
+
+#: hu_HU_en_US.properties#thin.property.text
+msgid "Thin space"
+msgstr ""
+
+#: hu_HU_en_US.properties#spaces.property.text
+msgid "Double spaces"
+msgstr ""
+
+#: hu_HU_en_US.properties#spaces2.property.text
+msgid "More spaces"
+msgstr ""
+
+#: hu_HU_en_US.properties#idx.property.text
+msgid "Indices"
+msgstr ""
+
+#: hu_HU_en_US.properties#minus.property.text
+msgid "Minus"
+msgstr ""
+
+#: hu_HU_en_US.properties#SI.property.text
+msgid "Measurements"
+msgstr ""
+
+#: hu_HU_en_US.properties#hyphen.property.text
+msgid "Hyphenation of ambiguous words"
+msgstr ""
diff --git a/translations/source/ar/dictionaries/it_IT.po b/translations/source/ar/dictionaries/it_IT.po
index f1ccce5e398..0a7c40f00e2 100644
--- a/translations/source/ar/dictionaries/it_IT.po
+++ b/translations/source/ar/dictionaries/it_IT.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/ku_TR.po b/translations/source/ar/dictionaries/ku_TR.po
index 5a6ffb1105f..aa3253d9f5b 100644
--- a/translations/source/ar/dictionaries/ku_TR.po
+++ b/translations/source/ar/dictionaries/ku_TR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/lt_LT.po b/translations/source/ar/dictionaries/lt_LT.po
index 35387049b5b..4c689ad47c5 100644
--- a/translations/source/ar/dictionaries/lt_LT.po
+++ b/translations/source/ar/dictionaries/lt_LT.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/lv_LV.po b/translations/source/ar/dictionaries/lv_LV.po
index e6c9f69b7e7..119508cb9cc 100644
--- a/translations/source/ar/dictionaries/lv_LV.po
+++ b/translations/source/ar/dictionaries/lv_LV.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/ne_NP.po b/translations/source/ar/dictionaries/ne_NP.po
index 71adb59e404..8086c5d7fa7 100644
--- a/translations/source/ar/dictionaries/ne_NP.po
+++ b/translations/source/ar/dictionaries/ne_NP.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/nl_NL.po b/translations/source/ar/dictionaries/nl_NL.po
index fa410618f54..121333f5043 100644
--- a/translations/source/ar/dictionaries/nl_NL.po
+++ b/translations/source/ar/dictionaries/nl_NL.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/no.po b/translations/source/ar/dictionaries/no.po
index 6715589759f..43575a6c1a8 100644
--- a/translations/source/ar/dictionaries/no.po
+++ b/translations/source/ar/dictionaries/no.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/oc_FR.po b/translations/source/ar/dictionaries/oc_FR.po
index 86e17b117db..1ba3e914248 100644
--- a/translations/source/ar/dictionaries/oc_FR.po
+++ b/translations/source/ar/dictionaries/oc_FR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/pl_PL.po b/translations/source/ar/dictionaries/pl_PL.po
index 6e348a0900c..83d054faecf 100644
--- a/translations/source/ar/dictionaries/pl_PL.po
+++ b/translations/source/ar/dictionaries/pl_PL.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/pt_BR.po b/translations/source/ar/dictionaries/pt_BR.po
index 5b2de462c88..d407dac567e 100644
--- a/translations/source/ar/dictionaries/pt_BR.po
+++ b/translations/source/ar/dictionaries/pt_BR.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/pt_PT.po b/translations/source/ar/dictionaries/pt_PT.po
index 1ddf9fee625..adcfd4a54f1 100644
--- a/translations/source/ar/dictionaries/pt_PT.po
+++ b/translations/source/ar/dictionaries/pt_PT.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/ro.po b/translations/source/ar/dictionaries/ro.po
index 17630630a36..0faa9e24cc7 100644
--- a/translations/source/ar/dictionaries/ro.po
+++ b/translations/source/ar/dictionaries/ro.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/ru_RU.po b/translations/source/ar/dictionaries/ru_RU.po
index 64dead69945..85a73a12289 100644
--- a/translations/source/ar/dictionaries/ru_RU.po
+++ b/translations/source/ar/dictionaries/ru_RU.po
@@ -3,17 +3,17 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
-msgid "Russian spelling dictionary, hyphenation rules, and thesaurus"
+msgid "Russian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/translations/source/ar/dictionaries/ru_RU/dialog.po b/translations/source/ar/dictionaries/ru_RU/dialog.po
new file mode 100644
index 00000000000..9c002c23ab5
--- /dev/null
+++ b/translations/source/ar/dictionaries/ru_RU/dialog.po
@@ -0,0 +1,83 @@
+#. extracted from dictionaries/ru_RU/dialog.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%2Fru_RU%2Fdialog.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "القواميس"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.ru_RU.Label.value.text
+msgid "Grammar checking (Russian)"
+msgstr ""
+
+#: ru_RU_en_US.properties#abbreviation.property.text
+msgid "Abbreviation"
+msgstr ""
+
+#: ru_RU_en_US.properties#grammar.property.text
+msgid "Grammar"
+msgstr "التدقيق النحوي"
+
+#: ru_RU_en_US.properties#hyphen.property.text
+msgid "Compound words with hyphen"
+msgstr ""
+
+#: ru_RU_en_US.properties#comma.property.text
+msgid "Comma usage"
+msgstr ""
+
+#: ru_RU_en_US.properties#common.property.text
+msgid "General error"
+msgstr ""
+
+#: ru_RU_en_US.properties#multiword.property.text
+msgid "Multiword expressions"
+msgstr ""
+
+#: ru_RU_en_US.properties#together.property.text
+msgid "Together/separately"
+msgstr ""
+
+#: ru_RU_en_US.properties#proofreading.property.text
+msgid "Proofreading"
+msgstr ""
+
+#: ru_RU_en_US.properties#space.property.text
+msgid "Space mistake"
+msgstr ""
+
+#: ru_RU_en_US.properties#typographica.property.text
+msgid "Typographica"
+msgstr ""
+
+#: ru_RU_en_US.properties#dup.property.text
+msgid "Word duplication within clauses"
+msgstr ""
+
+#: ru_RU_en_US.properties#dup2.property.text
+msgid "Word duplication within sentences"
+msgstr ""
+
+#: ru_RU_en_US.properties#others.property.text
+msgid "Others"
+msgstr "غيرها"
+
+#: ru_RU_en_US.properties#numsep.property.text
+msgid "Separation of large numbers (ISO)"
+msgstr ""
+
+#: ru_RU_en_US.properties#quotation.property.text
+msgid "Quotation"
+msgstr "اقتباس"
diff --git a/translations/source/ar/dictionaries/si_LK.po b/translations/source/ar/dictionaries/si_LK.po
new file mode 100644
index 00000000000..15d33fbfe6b
--- /dev/null
+++ b/translations/source/ar/dictionaries/si_LK.po
@@ -0,0 +1,19 @@
+#. extracted from dictionaries/si_LK.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%2Fsi_LK.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Sinhala spelling dictionary"
+msgstr ""
diff --git a/translations/source/ar/dictionaries/sk_SK.po b/translations/source/ar/dictionaries/sk_SK.po
index f6cc8976645..c5918b7cb2c 100644
--- a/translations/source/ar/dictionaries/sk_SK.po
+++ b/translations/source/ar/dictionaries/sk_SK.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/sl_SI.po b/translations/source/ar/dictionaries/sl_SI.po
index 1257b0829d5..d40ff332f65 100644
--- a/translations/source/ar/dictionaries/sl_SI.po
+++ b/translations/source/ar/dictionaries/sl_SI.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/sr.po b/translations/source/ar/dictionaries/sr.po
index 11cd00d13a5..fea7c768146 100644
--- a/translations/source/ar/dictionaries/sr.po
+++ b/translations/source/ar/dictionaries/sr.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/sv_SE.po b/translations/source/ar/dictionaries/sv_SE.po
index f677199f320..323a6855d7e 100644
--- a/translations/source/ar/dictionaries/sv_SE.po
+++ b/translations/source/ar/dictionaries/sv_SE.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/sw_TZ.po b/translations/source/ar/dictionaries/sw_TZ.po
index 2c6c87a233a..45d943da5b0 100644
--- a/translations/source/ar/dictionaries/sw_TZ.po
+++ b/translations/source/ar/dictionaries/sw_TZ.po
@@ -3,17 +3,17 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Swahili spelling dictionary"
-msgstr ""
+msgstr "قاموس التدقيق الإملائي للغة السواحيلية"
diff --git a/translations/source/ar/dictionaries/te_IN.po b/translations/source/ar/dictionaries/te_IN.po
index 861f57766d5..8f7398ab097 100644
--- a/translations/source/ar/dictionaries/te_IN.po
+++ b/translations/source/ar/dictionaries/te_IN.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:41+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"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/th_TH.po b/translations/source/ar/dictionaries/th_TH.po
index fb9ba100522..e99ef47f882 100644
--- a/translations/source/ar/dictionaries/th_TH.po
+++ b/translations/source/ar/dictionaries/th_TH.po
@@ -3,17 +3,17 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Thai spelling dictionary"
-msgstr ""
+msgstr "قاموس التدقيق الإملائي للغة التايلاندية"
diff --git a/translations/source/ar/dictionaries/uk_UA.po b/translations/source/ar/dictionaries/uk_UA.po
index 336a55cdc50..749cafa30ba 100644
--- a/translations/source/ar/dictionaries/uk_UA.po
+++ b/translations/source/ar/dictionaries/uk_UA.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/vi.po b/translations/source/ar/dictionaries/vi.po
index b5b9a2f512e..33d45696761 100644
--- a/translations/source/ar/dictionaries/vi.po
+++ b/translations/source/ar/dictionaries/vi.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/dictionaries/zu_ZA.po b/translations/source/ar/dictionaries/zu_ZA.po
index 784f0a92fe8..2ca7a3922e9 100644
--- a/translations/source/ar/dictionaries/zu_ZA.po
+++ b/translations/source/ar/dictionaries/zu_ZA.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/editeng/source/accessibility.po b/translations/source/ar/editeng/source/accessibility.po
index e1a01905db3..f4c51fd4f34 100644
--- a/translations/source/ar/editeng/source/accessibility.po
+++ b/translations/source/ar/editeng/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/editeng/source/editeng.po b/translations/source/ar/editeng/source/editeng.po
index c9cb53e2323..1f8cdde9e0d 100644
--- a/translations/source/ar/editeng/source/editeng.po
+++ b/translations/source/ar/editeng/source/editeng.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -49,7 +49,7 @@ msgstr "تطبيق الأنماط"
#: editeng.src#RID_EDITUNDO_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "ت~غيير حالة الأحرف"
#: editeng.src#RID_MENU_SPELL.MN_SPELLING.menuitem.text
msgid "~Spellcheck..."
diff --git a/translations/source/ar/editeng/source/items.po b/translations/source/ar/editeng/source/items.po
index 8018217f792..075b70452c9 100644
--- a/translations/source/ar/editeng/source/items.po
+++ b/translations/source/ar/editeng/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:04+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -526,6 +526,30 @@ msgstr "إدراج"
msgid "Outset"
msgstr "خارج"
+#: svxitems.src#RID_SVXITEMS_METRIC_MM.string.text
+msgid "mm"
+msgstr "م.م."
+
+#: svxitems.src#RID_SVXITEMS_METRIC_CM.string.text
+msgid "cm"
+msgstr "س.م."
+
+#: svxitems.src#RID_SVXITEMS_METRIC_INCH.string.text
+msgid "inch"
+msgstr "بوصة"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_POINT.string.text
+msgid "pt"
+msgstr "نقطة"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_TWIP.string.text
+msgid "twip"
+msgstr "تويب"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_PIXEL.string.text
+msgid "pixel"
+msgstr ""
+
#: svxitems.src#RID_SVXITEMS_SHADOWED_TRUE.string.text
msgid "Shadowed"
msgstr "مظلل"
diff --git a/translations/source/ar/editeng/source/misc.po b/translations/source/ar/editeng/source/misc.po
index 28632091a56..a54ca53a505 100644
--- a/translations/source/ar/editeng/source/misc.po
+++ b/translations/source/ar/editeng/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/editeng/source/outliner.po b/translations/source/ar/editeng/source/outliner.po
index 5fec6b59257..43705d1526f 100644
--- a/translations/source/ar/editeng/source/outliner.po
+++ b/translations/source/ar/editeng/source/outliner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/extensions/source/abpilot.po b/translations/source/ar/extensions/source/abpilot.po
index 4e3ff202bb7..3924bb6a2c7 100644
--- a/translations/source/ar/extensions/source/abpilot.po
+++ b/translations/source/ar/extensions/source/abpilot.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -71,8 +71,8 @@ msgid "Mozilla / Netscape"
msgstr "Mozilla / Netscape"
#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_THUNDERBIRD.radiobutton.text
-msgid "Thunderbird"
-msgstr "Thunderbird"
+msgid "Thunderbird/Icedove"
+msgstr ""
#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_KAB.radiobutton.text
msgid "KDE address book"
diff --git a/translations/source/ar/extensions/source/bibliography.po b/translations/source/ar/extensions/source/bibliography.po
index dda5786eea9..ee4de6950b7 100644
--- a/translations/source/ar/extensions/source/bibliography.po
+++ b/translations/source/ar/extensions/source/bibliography.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:35+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/extensions/source/dbpilots.po b/translations/source/ar/extensions/source/dbpilots.po
index 38b588c0977..3a3dec60b16 100644
--- a/translations/source/ar/extensions/source/dbpilots.po
+++ b/translations/source/ar/extensions/source/dbpilots.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:35+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/extensions/source/propctrlr.po b/translations/source/ar/extensions/source/propctrlr.po
index 6aef3f6cb59..5385710a26c 100644
--- a/translations/source/ar/extensions/source/propctrlr.po
+++ b/translations/source/ar/extensions/source/propctrlr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-07 12:35+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/extensions/source/scanner.po b/translations/source/ar/extensions/source/scanner.po
index 476a1a79577..d673660fb9d 100644
--- a/translations/source/ar/extensions/source/scanner.po
+++ b/translations/source/ar/extensions/source/scanner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:35+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -54,7 +54,7 @@ msgstr ""
#: sanedlg.src#RID_SANE_DIALOG.RID_SCAN_BTN.pushbutton.text
msgid "Scan"
-msgstr ""
+msgstr "فحص"
#: sanedlg.src#RID_SANE_DIALOG.RID_PREVIEW_BOX.fixedline.text
msgid "Preview"
diff --git a/translations/source/ar/extensions/source/update/check.po b/translations/source/ar/extensions/source/update/check.po
index 894d26b0acb..74df517d356 100644
--- a/translations/source/ar/extensions/source/update/check.po
+++ b/translations/source/ar/extensions/source/update/check.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:35+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/filter/source/config/fragments/filters.po b/translations/source/ar/filter/source/config/fragments/filters.po
index 7522306b0d6..a0001194fab 100644
--- a/translations/source/ar/filter/source/config/fragments/filters.po
+++ b/translations/source/ar/filter/source/config/fragments/filters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-05-07 12:13+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2011-12-15 12:03+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -60,7 +60,7 @@ msgstr "نص مشفر (مستند %productname% رئيسي)"
msgid "Microsoft Excel 2007 Binary"
msgstr "ثنائي Microsoft Excel 2007"
-#: impress_OOXML_ui.xcu#Office_Open_XML_Presentation.UIName.value.text
+#: impress_OOXML_ui.xcu#Impress_Office_Open_XML.UIName.value.text
msgid "Office Open XML Presentation"
msgstr "عروض Office Open XML"
@@ -290,7 +290,7 @@ msgstr "مستند HTML"
msgid "ODF Presentation"
msgstr "عرض ODF التقديمي"
-#: impress_OOXML_Template_ui.xcu#Office_Open_XML_Presentation_Template.UIName.value.text
+#: impress_OOXML_Template_ui.xcu#Impress_Office_Open_XML_Template.UIName.value.text
msgid "Office Open XML Presentation Template"
msgstr "نموذج عروض Office Open XML"
diff --git a/translations/source/ar/filter/source/config/fragments/internalgraphicfilters.po b/translations/source/ar/filter/source/config/fragments/internalgraphicfilters.po
index ad93336c064..c6295d117a1 100644
--- a/translations/source/ar/filter/source/config/fragments/internalgraphicfilters.po
+++ b/translations/source/ar/filter/source/config/fragments/internalgraphicfilters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:35+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/filter/source/config/fragments/types.po b/translations/source/ar/filter/source/config/fragments/types.po
index d9627e4566d..f7b89a9b0f1 100644
--- a/translations/source/ar/filter/source/config/fragments/types.po
+++ b/translations/source/ar/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 01:25+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: StarBase.xcu#StarBase.UIName.value.text
@@ -100,7 +100,7 @@ msgstr "قالب Writer 8"
#: MS_Excel_2007_Binary.xcu#MS_Excel_2007_Binary.UIName.value.text
msgid "Microsoft Excel 2007 Binary"
-msgstr ""
+msgstr "ثنائي Microsoft Excel 2007"
#: calc8.xcu#calc8.UIName.value.text
msgid "Calc 8"
diff --git a/translations/source/ar/filter/source/flash.po b/translations/source/ar/filter/source/flash.po
index c43e1613ee4..51fb14ed092 100644
--- a/translations/source/ar/filter/source/flash.po
+++ b/translations/source/ar/filter/source/flash.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:35+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/filter/source/graphicfilter/eps.po b/translations/source/ar/filter/source/graphicfilter/eps.po
index a3431992e1f..7d1874a86f8 100644
--- a/translations/source/ar/filter/source/graphicfilter/eps.po
+++ b/translations/source/ar/filter/source/graphicfilter/eps.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:35+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/filter/source/pdf.po b/translations/source/ar/filter/source/pdf.po
index a3d9d28784a..e5ebdf1dad7 100644
--- a/translations/source/ar/filter/source/pdf.po
+++ b/translations/source/ar/filter/source/pdf.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-05-01 15:17+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-01-05 12:08+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -119,6 +119,11 @@ msgstr "ت~صدير تعليقات"
msgid "Export ~notes pages"
msgstr "ت~صدير صفحات الملاحظات"
+#: impdialog.src#CB_EXPORTHIDDENSLIDES.checkbox.text
+#, fuzzy
+msgid "Export ~hidden pages"
+msgstr "ت~صدير صفحات الملاحظات"
+
#: impdialog.src#CB_EXPORTEMPTYPAGES.checkbox.text
msgid "Exp~ort automatically inserted blank pages"
msgstr "تصدير الصفحات الفارغة التي تم إدراجها تلقائيًا"
diff --git a/translations/source/ar/filter/source/t602.po b/translations/source/ar/filter/source/t602.po
index f73702a1feb..26d712ee8e9 100644
--- a/translations/source/ar/filter/source/t602.po
+++ b/translations/source/ar/filter/source/t602.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:35+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/filter/source/xsltdialog.po b/translations/source/ar/filter/source/xsltdialog.po
index 2a063d3fbae..b40875bebcc 100644
--- a/translations/source/ar/filter/source/xsltdialog.po
+++ b/translations/source/ar/filter/source/xsltdialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-11 23:04+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/forms/source/resource.po b/translations/source/ar/forms/source/resource.po
index 45f7798433c..203e57bc09b 100644
--- a/translations/source/ar/forms/source/resource.po
+++ b/translations/source/ar/forms/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-07 12:35+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/formula/source/core/resource.po b/translations/source/ar/formula/source/core/resource.po
index eda8588d09b..45c7d0aca09 100644
--- a/translations/source/ar/formula/source/core/resource.po
+++ b/translations/source/ar/formula/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:35+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -143,6 +143,22 @@ msgstr "ATANH"
msgid "ACOTH"
msgstr "ACOTH"
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_COSECANT.string.text
+msgid "CSC"
+msgstr ""
+
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SECANT.string.text
+msgid "SEC"
+msgstr ""
+
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_COSECANT_HYP.string.text
+msgid "CSCH"
+msgstr ""
+
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SECANT_HYP.string.text
+msgid "SECH"
+msgstr ""
+
#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_EXP.string.text
msgid "EXP"
msgstr "EXP"
diff --git a/translations/source/ar/formula/source/ui/dlg.po b/translations/source/ar/formula/source/ui/dlg.po
index b4499d1af7c..12627ed665c 100644
--- a/translations/source/ar/formula/source/ui/dlg.po
+++ b/translations/source/ar/formula/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:35+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/fpicker/source/office.po b/translations/source/ar/fpicker/source/office.po
index 2b5e3cc8f0a..8e6bc4d5b35 100644
--- a/translations/source/ar/fpicker/source/office.po
+++ b/translations/source/ar/fpicker/source/office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/framework/source/classes.po b/translations/source/ar/framework/source/classes.po
index 6f39a68966c..adb0a65abf0 100644
--- a/translations/source/ar/framework/source/classes.po
+++ b/translations/source/ar/framework/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-07 12:35+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/framework/source/services.po b/translations/source/ar/framework/source/services.po
index 2e72999ccd2..4b0553ffbdc 100644
--- a/translations/source/ar/framework/source/services.po
+++ b/translations/source/ar/framework/source/services.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:35+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/instsetoo_native/inc_openoffice/windows/msi_languages.po b/translations/source/ar/instsetoo_native/inc_openoffice/windows/msi_languages.po
index 12e88827b6d..1d934e4e814 100644
--- a/translations/source/ar/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/translations/source/ar/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:04+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -31,68 +31,6 @@ msgstr "تم العثور على إصدار أقدم من [ProductName]. لتث
msgid "Please exit [DEFINEDPRODUCT] [DEFINEDVERSION] and the [DEFINEDPRODUCT] [DEFINEDVERSION] Quickstarter before you continue. If you are using a multi-user system, also make sure that no other user has [DEFINEDPRODUCT] [DEFINEDVERSION] open."
msgstr "Sie müssen [DEFINEDPRODUCT] [DEFINEDVERSION] und den [DEFINEDPRODUCT] [DEFINEDVERSION] Schnellstarter beenden bevor Sie mit der Deinstallation fortfahren kِnnen."
-#: Nsis.ulf#SetupCaption.LngText.text
-msgid "%PRODUCTNAME %PRODUCTVERSION Installation Preparation"
-msgstr "الإعدلد لتثبيت %PRODUCTNAME %PRODUCTVERSION "
-
-#: Nsis.ulf#MUI_TEXT_WELCOME_INFO_TITLE.LngText.text
-msgid "Thank you for downloading %PRODUCTNAME %PRODUCTVERSION."
-msgstr "نشكرك على تنزيل %PRODUCTNAME %PRODUCTVERSION."
-
-#: Nsis.ulf#MUI_TEXT_WELCOME_INFO_TEXT.LngText.text
-msgid ""
-"The installation files must be unpacked and copied to your hard disk in preparation for the installation. After that, the %PRODUCTNAME installation will start automatically.\n"
-"\n"
-"Click \\'Next\\' to continue."
-msgstr ""
-"يجب استخراج ملفات التثبيت ونسخها إلى القرص الثابت من أجل الإعداد للتثبيت. بعد ذلك، سيبدأ تثبيت %PRODUCTNAME تلقائيًا. \n"
-"\n"
-"انقر فوق \\'التالي\\' للمتابعة."
-
-#: Nsis.ulf#MUI_TEXT_DIRECTORY_TITLE.LngText.text
-msgid "Select Folder"
-msgstr "تحديد المجلد"
-
-#: Nsis.ulf#MUI_TEXT_DIRECTORY_SUBTITLE.LngText.text
-msgid "Select the folder in which to save the unpacked files."
-msgstr "تحديد المجلد الذي ستحفظ فيه الملفات المستخرجة."
-
-#: Nsis.ulf#InstallBtn.LngText.text
-msgid "&Unpack"
-msgstr "اس&تخراج"
-
-#: Nsis.ulf#DirText.LngText.text
-msgid "The %PRODUCTNAME %PRODUCTVERSION installation files will be unpacked and saved in the folder shown below. If you would like to save %PRODUCTNAME to a different folder, click \\'Browse\\' to select another folder."
-msgstr "سيتم استخراج ملفات تثبيت %PRODUCTNAME %PRODUCTVERSION وحفظها في المجلد المعروض أدناه. إذا كنت تريد حفظ %PRODUCTNAME في مجلد مختلف، فانقر فوق \\'استعراض\\' لتحديد مجلد آخر."
-
-#: Nsis.ulf#DirSubText.LngText.text
-msgid "Destination Folder"
-msgstr "مجلد الوجهة"
-
-#: Nsis.ulf#SpaceRequired.LngText.text
-msgid "Space required: "
-msgstr "المساحة المطلوبة: "
-
-#: Nsis.ulf#SpaceAvailable.LngText.text
-msgid "Space available: "
-msgstr "المساحة المتوفرة: "
-
-#: Nsis.ulf#MUI_TEXT_INSTALLING_TITLE.LngText.text
-msgid "Unpacking"
-msgstr "استخراج"
-
-#: Nsis.ulf#MUI_TEXT_INSTALLING_SUBTITLE.LngText.text
-msgid "Please wait while the installation files are being unpacked."
-msgstr "الرجاء الانتظار أثناء استخراج ملفات التثبيت."
-
-#: Nsis.ulf#Extract.LngText.text
-msgid "Extract: "
-msgstr "استخراج: "
-
-#: Nsis.ulf#MUI_TEXT_ABORTWARNING.LngText.text
-msgid "Are you sure you want to quit the %PRODUCTNAME %PRODUCTVERSION Installation Preparation"
-msgstr "هل تريد بالتأكيد إنهاء عملية الإعداد لتثبيت %PRODUCTNAME %PRODUCTVERSION"
-
#: Error.ulf#OOO_ERROR_1.LngText.text
msgid "{{Fatal error: }}"
msgstr "{{خطأ فادح: }}"
diff --git a/translations/source/ar/mysqlc/source.po b/translations/source/ar/mysqlc/source.po
index 235e1fcf6a5..1e097d5daaf 100644
--- a/translations/source/ar/mysqlc/source.po
+++ b/translations/source/ar/mysqlc/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/translations/source/ar/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index 350e3931368..618d4e9fa86 100644
--- a/translations/source/ar/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/translations/source/ar/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:35+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/translations/source/ar/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
new file mode 100644
index 00000000000..d1ecf20ca31
--- /dev/null
+++ b/translations/source/ar/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
@@ -0,0 +1,205 @@
+#. extracted from nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.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+nlpsolver%2Fhelp%2Fen%2Fcom.sun.star.comp.Calc.NLPSolver.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: Options.xhp#tit.help.text
+msgid "Options"
+msgstr "خيارات"
+
+#: Options.xhp#bm_id0503200917110375_scalc.help.text
+msgid "<bookmark_value>Solver for Nonlinear Problems;Options</bookmark_value>"
+msgstr ""
+
+#: Options.xhp#hd_id0503200917103593.help.text
+msgid "General Options"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103780.help.text
+msgid "Size of Swarm"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103723.help.text
+msgid "… defines the number of individuals to participate in the learning process. Each individual finds its own solutions and contributes to the overall knowledge."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103771.help.text
+msgid "Learning Cycles"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103720.help.text
+msgid "… defines the number of iterations, the algorithm should take. In each iteration, all individuals make a guess on the best solution and share their knowledge."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103732.help.text
+msgid "Variable Bounds Guessing"
+msgstr ""
+
+#: Options.xhp#par_id050320091710378.help.text
+msgid "If enabled (default), the algorithm tries to find variable bounds by looking at the starting values."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103794.help.text
+msgid "Variable Bounds Threshold"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103710.help.text
+msgid "When guessing variable bounds, this threshold specifies, how the initial values are shifted to build the bounds. For an example how these values are calculated, please refer to the Manual in the Wiki."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103740.help.text
+msgid "Use ACR Comparator"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103766.help.text
+msgid "If <emph>disabled</emph> (default), the BCH Comparator is used. It compares two individuals by first looking at their constraint violations and only if those are equal, it measures their current solution."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103744.help.text
+msgid "If <emph>enabled</emph>, the ACR Comparator is used. It compares two individuals dependent on the current iteration and measures their goodness with knowledge about the libraries worst known solutions (in regard to their constraint violations)."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103792.help.text
+msgid "Use Random Starting Point"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103790.help.text
+msgid "If <emph>enabled</emph>, the library is simply filled up with randomly chosen points."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103765.help.text
+msgid "If <emph>disabled</emph>, the currently present values (as given by the user) are inserted in the library as reference point."
+msgstr ""
+
+#: Options.xhp#par_id0504200917103794.help.text
+msgid "Stagnation Limit"
+msgstr ""
+
+#: Options.xhp#par_id050320091710377.help.text
+msgid "If this number of individuals found solutions within a close range, the iteration is stopped and the best of these values is chosen as optimal."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103762.help.text
+msgid "Stagnation Tolerance"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103834.help.text
+msgid "Defines in what range solutions are considered “similar”."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103891.help.text
+msgid "Show Enhanced Solver Status"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103832.help.text
+msgid "If <emph>enabled</emph>, an additional dialog is shown during the solving process which gives informations about the current progress, the level of stagnation, the currently best known solution as well as the possibility, to stop or resume the solver."
+msgstr ""
+
+#: Options.xhp#hd_id0603200910392151.help.text
+msgid "DEPS-specific Options"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394232.help.text
+msgid "Agent Switch Rate"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394248.help.text
+msgid "Specifies the probability for an individual to choose the Differential Evolution strategy."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394277.help.text
+msgid "DE: Crossover Probability"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394280.help.text
+msgid "… defines the probability of the individual being combined with the globally best point. If crossover is not used, the point is assembled from the own memory of the individual."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394216.help.text
+msgid "DE: Scaling Factor"
+msgstr ""
+
+#: Options.xhp#par_id060320091039424.help.text
+msgid "During crossover, the scaling factor decides about the “speed” of movement."
+msgstr ""
+
+#: Options.xhp#par_id060320091039421.help.text
+msgid "PS: Constriction Coefficient"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394225.help.text
+msgid "… defines the speed at which the particles/individuals move towards each other."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394222.help.text
+msgid "PS: Cognitive Constant"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394212.help.text
+msgid "… sets the importance of the own memory (in particular the best reached point so far)."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394292.help.text
+msgid "PS: Social Constant"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394284.help.text
+msgid "… sets the importance of the global best point between all particles/individuals."
+msgstr ""
+
+#: Options.xhp#par_id060320091039425.help.text
+msgid "PS: Mutation Probability"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394272.help.text
+msgid "… defines the probability, that instead of moving a component of the particle towards the best point, it randomly chooses a new value from the valid range for that variable."
+msgstr ""
+
+#: Options.xhp#hd_id0603200910401383.help.text
+msgid "SCO-specific Options"
+msgstr ""
+
+#: Options.xhp#par_id0603200910401382.help.text
+msgid "Size of Library"
+msgstr ""
+
+#: Options.xhp#par_id060320091040136.help.text
+msgid "… defines the amount of informations to store in the public library. Each individual stores knowledge there and asks for informations."
+msgstr ""
+
+#: Usage.xhp#tit.help.text
+msgctxt "Usage.xhp#tit.help.text"
+msgid "Usage"
+msgstr ""
+
+#: Usage.xhp#bm_id0603200910434044_scalc.help.text
+msgid "<bookmark_value>Solver for Nonlinear Problems;Usage</bookmark_value>"
+msgstr ""
+
+#: Usage.xhp#hd_id0603200910430882.help.text
+msgctxt "Usage.xhp#hd_id0603200910430882.help.text"
+msgid "Usage"
+msgstr ""
+
+#: Usage.xhp#par_id0603200910430845.help.text
+msgid "Regardless whether you use DEPS or SCO, you start by going to Tools → Solver and set the Cell to be optimized, the direction to go (minimization, maximization) and the cells to be modified to reach the goal. Then you go to the Options and specify the solver to be used and if necessary adjust the according <link href=\"com.sun.star.comp.Calc.NLPSolver/Options.xhp\">parameters</link>."
+msgstr ""
+
+#: Usage.xhp#par_id0603200910430821.help.text
+msgid "There is also a list of constraints you can use to restrict the possible range of solutions or to penalize certain conditions. However, in case of the evolutionary solvers DEPS and SCO, these constraints are also used to specify bounds on the variables of the problem. Due to the random nature of the algorithms, it is <emph>highly recommended</emph> to do so and give upper (and in case \"Assume Non-Negative Variables\" is turned off also lower) bounds for all variables. They don't have to be near the actual solution (which is probably unknown) but should give a rough indication of the expected size (0 ≤ var ≤ 1 or maybe -1000000 ≤ var ≤ 1000000)."
+msgstr ""
+
+#: Usage.xhp#par_id0603200910430873.help.text
+msgid "Bounds are specified by selecting one or more variables (as range) on the left side and entering a numerical value (not a cell or a formula) on the right side. That way you can also choose one or more variables to be <emph>Integer</emph> or <emph>Binary</emph> only."
+msgstr ""
diff --git a/translations/source/ar/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/translations/source/ar/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
new file mode 100644
index 00000000000..d5b59f1ec5b
--- /dev/null
+++ b/translations/source/ar/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
@@ -0,0 +1,23 @@
+#. extracted from nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.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+nlpsolver%2Fsrc%2Fcom%2Fsun%2Fstar%2Fcomp%2FCalc%2FNLPSolver.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Solver for Nonlinear Programming"
+msgstr ""
+
+#: description.xml#extdesc.extdesc.description.text
+msgid "This extension integrates into Calc and offers new Solver engines to use for optimizing nonlinear programming models.\n"
+msgstr ""
diff --git a/translations/source/ar/nlpsolver/src/locale.po b/translations/source/ar/nlpsolver/src/locale.po
new file mode 100644
index 00000000000..0c73105c7be
--- /dev/null
+++ b/translations/source/ar/nlpsolver/src/locale.po
@@ -0,0 +1,179 @@
+#. extracted from nlpsolver/src/locale.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+nlpsolver%2Fsrc%2Flocale.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.AssumeNonNegative.property.text
+msgid "Assume Non-Negative Variables"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.SwarmSize.property.text
+msgid "Size of Swarm"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.LibrarySize.property.text
+msgid "Size of Library"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.LearningCycles.property.text
+msgid "Learning Cycles"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.GuessVariableRange.property.text
+msgid "Variable Bounds Guessing"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.VariableRangeThreshold.property.text
+msgid "Variable Bounds Threshold (when guessing)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.UseACRComparator.property.text
+msgid "Use ACR Comparator (instead of BCH)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.UseRandomStartingPoint.property.text
+msgid "Use Random starting point"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.StagnationLimit.property.text
+msgid "Stagnation Limit"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.Tolerance.property.text
+msgid "Stagnation Tolerance"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.EnhancedSolverStatus.property.text
+msgid "Show enhanced solver status"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.AgentSwitchRate.property.text
+msgid "Agent Switch Rate (DE Probability)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.DEFactor.property.text
+msgid "DE: Scaling Factor (0-1.2)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.DECR.property.text
+msgid "DE: Crossover Probability (0-1)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSC1.property.text
+msgid "PS: Cognitive Constant"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSC2.property.text
+msgid "PS: Social Constant"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSWeight.property.text
+msgid "PS: Constriction Coefficient"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSCL.property.text
+msgid "PS: Mutation Probability (0-0.005)"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Dialog.Caption.property.text
+msgid "Solver Status"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblSolution.property.text
+msgid "Current Solution:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblIteration.property.text
+msgid "Iteration:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblStagnation.property.text
+msgid "Stagnation:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblRuntime.property.text
+msgid "Runtime:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnStop.property.text
+msgid "Stop"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnOK.property.text
+msgid "OK"
+msgstr "موافق"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnContinue.property.text
+msgid "Continue"
+msgstr "متابعة"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopIteration.property.text
+msgid "Maximum iterations reached."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopStagnation.property.text
+msgid "Process stopped due to stagnation."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopUser.property.text
+msgid "Process stopped due to user interruption."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.CurrentIteration.property.text
+msgid "Process stopped at iteration %d of %d."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Nanoseconds.property.text
+msgid "Nanoseconds"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Microseconds.property.text
+msgid "Microseconds"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Milliseconds.property.text
+msgid "Milliseconds"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Second.property.text
+msgid "Second"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Seconds.property.text
+msgid "Seconds"
+msgstr "ثوانٍ"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Minute.property.text
+msgid "Minute"
+msgstr "الدقيقة"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Minutes.property.text
+msgid "Minutes"
+msgstr "دقائق"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Hour.property.text
+msgid "Hour"
+msgstr "الساعة"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Hours.property.text
+msgid "Hours"
+msgstr "ساعات"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Day.property.text
+msgid "Day"
+msgstr "اليوم"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Days.property.text
+msgid "Days"
+msgstr "أيام"
diff --git a/translations/source/ar/officecfg/registry/data/org/openoffice/Office.po b/translations/source/ar/officecfg/registry/data/org/openoffice/Office.po
index 3be6db2fea3..694c0f751e4 100644
--- a/translations/source/ar/officecfg/registry/data/org/openoffice/Office.po
+++ b/translations/source/ar/officecfg/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:36+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po b/translations/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po
index 7949b1e0a38..469225a358b 100644
--- a/translations/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/ar/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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-11-26 01:25+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-01-11 16:01+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: WriterReportWindowState.xcu#..WriterReportWindowState.UIElements.States.private_resource/toolbar/standardbar.UIName.value.text
@@ -2717,10 +2717,6 @@ msgstr "لوح ألوان 8 بت"
msgid "24 Bit True Color"
msgstr "ألوان حقيقية 24 بت"
-#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_BigHandles.Label.value.text
-msgid "Large Handles"
-msgstr "مقابض كبيرة"
-
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_DoubleClickTextEdit.Label.value.text
msgid "Double-click to edit Text"
msgstr "انقر نقرًا مزدوجًا لتحرير النص"
@@ -2851,7 +2847,7 @@ msgstr "الأ~نماط"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_SnapLinesMenu.Label.value.text
msgid "~Snap Lines"
-msgstr ""
+msgstr "~خطوط الانطباق"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_MasterPageMenu.Label.value.text
msgctxt "DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_MasterPageMenu.Label.value.text"
@@ -3281,6 +3277,11 @@ msgctxt "BasicIDEWindowState.xcu#..BasicIDEWindowState.UIElements.States.private
msgid "Language"
msgstr "اللغة"
+#: BasicIDEWindowState.xcu#..BasicIDEWindowState.UIElements.States.private_resource/toolbar/formcontrolsbar.UIName.value.text
+#, fuzzy
+msgid "FormControls"
+msgstr "عناصر التحكم بالنموذج"
+
#: BasicIDEWindowState.xcu#..BasicIDEWindowState.UIElements.States.private_resource/toolbar/insertcontrolsbar.UIName.value.text
msgid "Toolbox"
msgstr "مربع أدوات"
@@ -8206,6 +8207,10 @@ msgstr "حالة ~طريقة الإدخال"
msgid "Optio~n Bar"
msgstr "شريط الخيا~رات"
+#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_SendFeedback.Label.value.text
+msgid "Send Feedback..."
+msgstr ""
+
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_ShowLicense.Label.value.text
msgid "License Information..."
msgstr "معلومات الرخصة..."
@@ -11907,7 +11912,37 @@ msgid "Goto Line Number..."
msgstr ""
#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_ShowLines.Label.value.text
-msgid "Display Source Line Number"
+msgid "Line Numbers"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormRadio.Label.value.text
+msgid "Form Option Button"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormCheck.Label.value.text
+msgid "Form Check Box"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormList.Label.value.text
+msgid "Form List Box"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormCombo.Label.value.text
+msgid "Form Combo Box"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormVScroll.Label.value.text
+#, fuzzy
+msgid "Form Vertical Scroll Bar"
+msgstr "شريط تمرير رأسي"
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormHScroll.Label.value.text
+#, fuzzy
+msgid "Form Horizonal Scroll Bar"
+msgstr "شريط تمرير أفقي"
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormSpin.Label.value.text
+msgid "Form Spin Button"
msgstr ""
#: WriterWebWindowState.xcu#..WriterWebWindowState.UIElements.States.private_resource/toolbar/standardbar.UIName.value.text
diff --git a/translations/source/ar/padmin/source.po b/translations/source/ar/padmin/source.po
index 22d3706db88..bb39af0488e 100644
--- a/translations/source/ar/padmin/source.po
+++ b/translations/source/ar/padmin/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:04+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/readlicense_oo/docs/readme.po b/translations/source/ar/readlicense_oo/docs/readme.po
index 3834aa74255..f225ab79c07 100644
--- a/translations/source/ar/readlicense_oo/docs/readme.po
+++ b/translations/source/ar/readlicense_oo/docs/readme.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:37+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -104,7 +104,7 @@ msgid "1024x768 resolution (higher resolution recommended), at least 256 colors"
msgstr "دقة عرض 1024x768 (ينصح بدقة عرض أحدث)، مع 256 لونًا على الأقل"
#: readme.xrm#edssc3d.edssc3d.readmeitem.text
-msgctxt "readme.xrm#edssc3d.edssc3d.readmeitem.text"
+#, fuzzy
msgid "Please be aware that administrator rights are needed for the installation process."
msgstr "يرجى تذكر أن حقوق المسؤول مطلوبة لعملية التثبيت."
@@ -113,21 +113,12 @@ msgid "Registration of ${PRODUCTNAME} as default application for Microsoft Offic
msgstr "يمكن فرض تسجيل ${PRODUCTNAME} كتطبيق افتراضي لتنسيقات Microsoft Office أو إيقاف تسجيله باستخدام تبديلات سطور الأوامر التالية مع المثبت:"
#: readme.xrm#MSOReg2.MSOReg2.readmeitem.text
-msgid "<tt>/msoreg=1</tt> will force registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
-msgstr "<tt>سيفرض /msoreg=1</tt> تسجيل ${PRODUCTNAME} كتطبيق افتراضي لتنسيقات Microsoft Office."
+msgid "<tt>REGISTER_ALL_MSO_TYPES=1</tt> will force registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
+msgstr ""
#: readme.xrm#MSOReg3.MSOReg3.readmeitem.text
-msgid "<tt>/msoreg=0</tt> will suppress registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
-msgstr "<tt>بينما يؤدي /msoreg=0</tt> إلى إيقاف تسجيل ${PRODUCTNAME} كتطبيق افتراضي لتنسيقات Microsoft Office."
-
-#: readme.xrm#DLLA1.DLLA1.readmeitem.text
-msgid "If you perform an administrative installation using setup /a, you need to make sure that the file msvc90.dll is installed on the system. This file is required for ${PRODUCTNAME} to start after an administrative installation. You can get the file from <a href=\"http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF\">http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF</a>"
-msgstr "إذا قمت بتنفيذ تثبيت إداري باستخدام الإعداد setup /a، فأنت بحاجة إلى التأكد من تثبيت الملف msvc90.dll على النظام. وهذا الملف يعد مطلوبًا لـ ${PRODUCTNAME} للبدء بعد التثبيت الإداري. يمكنك الحصول على الملف من <a href=\"http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF\">http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF</a>"
-
-#: readme.xrm#AdminNeeded.AdminNeeded.readmeitem.text
-msgctxt "readme.xrm#AdminNeeded.AdminNeeded.readmeitem.text"
-msgid "Please be aware that administrator rights are needed for the installation process."
-msgstr "يرجى تذكر أن حقوق المسؤول مطلوبة لعملية التثبيت."
+msgid "<tt>REGISTER_NO_MSO_TYPES=1</tt> will suppress registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
+msgstr ""
#: readme.xrm#s2we10.s2we10.readmeitem.text
msgid "As a general rule, you are recommended to install ${PRODUCTNAME} via the installation methods recommended by your particular Linux distribution (such as the Ubuntu Software Center, in the case of Ubuntu Linux). This is because it is usually the simplest way to obtain an installation that is optimally integrated into your system. Indeed, ${PRODUCTNAME} may well be already installed by default when you originally install your Linux operating system."
@@ -186,8 +177,9 @@ msgid "Installation of ${PRODUCTNAME} on Debian/Ubuntu-based Linux systems"
msgstr "تثبيت ${PRODUCTNAME} على الأنظمة القائمة على ديبيان/أبونتو لينكس"
#: readme.xrm#debianinstall1.debianinstall1.readmeitem.text
-msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to do that, please read the section below entitled Deinstallation of a Previous Version of ${PRODUCTNAME}. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
-msgstr "إذا كان لديك اصدارة سابقة مثبتة من ${PRODUCTNAME}. ستحتاج ﻹزالة تثبيتها قبل تثبيت اﻹصدارة اﻷحدث. لمعلومات عن ازالة الإصدارة القديمة، من فضلك اقرأ المقطع بعنوان إزالة تثبيت الإصدارة السابقة من ${PRODUCTNAME}. لمعلومات حول تثبيت حزم لغات معينة (بعد تثبيت اﻻصدارة الانجليزية من ${PRODUCTNAME})، من فضلك اقرأ المقطع بعنوان تثبيت حزمة لغات."
+msgctxt "readme.xrm#debianinstall1.debianinstall1.readmeitem.text"
+msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
+msgstr ""
#: readme.xrm#debianinstall2.debianinstall2.readmeitem.text
msgctxt "readme.xrm#debianinstall2.debianinstall2.readmeitem.text"
@@ -236,8 +228,9 @@ msgid "Installation of ${PRODUCTNAME} on Fedora, Suse, Mandriva and other Linux
msgstr "تثبيت ${PRODUCTNAME} على فيدورا، سوزي، ماندريفا وأنظمة لينكس الأخرى باستخدام حزم RPM"
#: readme.xrm#rpminstall1.rpminstall1.readmeitem.text
-msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to do that, please read the section below entitled De-installation of a Previous Version of ${PRODUCTNAME}. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
-msgstr "إذا كنت تمتلك نسخة سابقة مثبتة من ${PRODUCTNAME}، ستحتاج إلى إزالة التثبيت قبل المضي قدماُ. للتعليمات عن كيفية فعل ذلك، الرجاء قم بقراءة القسم التالي المعنون بإزالة التثبيت للنسخة السابقة من ${PRODUCTNAME}. للتعليمات عن تنزيل حزمة لغة (بعد تنزيل النسخة الإنجليزية للولايات المتحدة الأمريكية من ${PRODUCTNAME})، يرجى قراءة التعليمات التالية والمعنونة بحزمة اللغة."
+msgctxt "readme.xrm#rpminstall1.rpminstall1.readmeitem.text"
+msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
+msgstr ""
#: readme.xrm#rpminstall2.rpminstall2.readmeitem.text
msgctxt "readme.xrm#rpminstall2.rpminstall2.readmeitem.text"
@@ -281,16 +274,20 @@ msgid "Now run the installation command again:"
msgstr "الآن شغل أمر التثبيت مرة أخرى:"
#: readme.xrm#rpminstallB.rpminstallB.readmeitem.text
-msgid "For Fedora-based systems: su -c 'yum install *redhat*.rpm'"
-msgstr "للأنظمة القائمة على فيدورا: su -c 'yum install *redhat*.rpm'"
+msgid "For Fedora-based systems: su -c 'yum install *freedesktop*.rpm'"
+msgstr "للأنظمة القائمة على فيدورا: su -c 'yum install *freedesktop*.rpm'"
#: readme.xrm#rpminstallC.rpminstallC.readmeitem.text
msgid "For Mandriva-based systems: sudo urpmi *mandriva*.rpm"
msgstr "للأنظمة القائمة على ماندريفا: sudo urpmi *mandriva*.rpm"
+#: readme.xrm#rpminstallF.rpminstallF.readmeitem.text
+msgid "For SUSE-based systems: rpm -Uvh *suse*.rpm"
+msgstr ""
+
#: readme.xrm#rpminstallD.rpminstallD.readmeitem.text
-msgid "For other RPM-based systems (Suse, etc.): rpm -Uvh *suse*.rpm"
-msgstr "للأنظمة الأخرى القائمة على RPM (سوزي، إلخ): rpm -Uvh *suse*.rpm"
+msgid "For other RPM-based systems: rpm -Uvh *freedesktop*.rpm"
+msgstr ""
#: readme.xrm#rpminstallE.rpminstallE.readmeitem.text
msgctxt "readme.xrm#rpminstallE.rpminstallE.readmeitem.text"
diff --git a/translations/source/ar/reportbuilder/java/com/sun/star/report/function/metadata.po b/translations/source/ar/reportbuilder/java/com/sun/star/report/function/metadata.po
new file mode 100644
index 00000000000..45410ebd384
--- /dev/null
+++ b/translations/source/ar/reportbuilder/java/com/sun/star/report/function/metadata.po
@@ -0,0 +1,39 @@
+#. extracted from reportbuilder/java/com/sun/star/report/function/metadata.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+reportbuilder%2Fjava%2Fcom%2Fsun%2Fstar%2Freport%2Ffunction%2Fmetadata.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: Author_Function_en_US.properties#display_name.property.text
+msgid "AUTHOR"
+msgstr ""
+
+#: Author_Function_en_US.properties#description.property.text
+msgid "Returns the author of the report."
+msgstr ""
+
+#: Title_Function_en_US.properties#display_name.property.text
+msgid "TITLE"
+msgstr ""
+
+#: Title_Function_en_US.properties#description.property.text
+msgid "Returns the title of the report."
+msgstr ""
+
+#: category_en_US.properties#display_name.property.text
+msgid "MetaData"
+msgstr ""
+
+#: category_en_US.properties#description.property.text
+msgid "Contains functions about meta data"
+msgstr ""
diff --git a/translations/source/ar/reportbuilder/registry/data/org/openoffice/Office.po b/translations/source/ar/reportbuilder/registry/data/org/openoffice/Office.po
index 4d6602aeb91..4b493798a2d 100644
--- a/translations/source/ar/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/translations/source/ar/reportbuilder/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:37+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/reportbuilder/registry/data/org/openoffice/Office/UI.po b/translations/source/ar/reportbuilder/registry/data/org/openoffice/Office/UI.po
index 4bcd2a50e3c..d9e7c742390 100644
--- a/translations/source/ar/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/ar/reportbuilder/registry/data/org/openoffice/Office/UI.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:04+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -239,7 +239,7 @@ msgstr "تنسيق إخراج التقرير"
#: ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_SnapLinesMenu.Label.value.text
msgid "~Snap Lines"
-msgstr ""
+msgstr "~خطوط الانطباق"
#: ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_ObjectResize.Label.value.text
msgctxt "ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_ObjectResize.Label.value.text"
diff --git a/translations/source/ar/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/translations/source/ar/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index 6872c4d0927..77c03deb955 100644
--- a/translations/source/ar/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/translations/source/ar/reportbuilder/registry/data/org/openoffice/TypeDetection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:37+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/reportbuilder/util.po b/translations/source/ar/reportbuilder/util.po
index 662915c9f5d..40b79495b68 100644
--- a/translations/source/ar/reportbuilder/util.po
+++ b/translations/source/ar/reportbuilder/util.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/reportdesign/source/core/resource.po b/translations/source/ar/reportdesign/source/core/resource.po
index e73c19c5f4f..1c1134a50c5 100644
--- a/translations/source/ar/reportdesign/source/core/resource.po
+++ b/translations/source/ar/reportdesign/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-07 12:37+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/reportdesign/source/ui/dlg.po b/translations/source/ar/reportdesign/source/ui/dlg.po
index c265502043f..6e945cc1c93 100644
--- a/translations/source/ar/reportdesign/source/ui/dlg.po
+++ b/translations/source/ar/reportdesign/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:37+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/reportdesign/source/ui/inspection.po b/translations/source/ar/reportdesign/source/ui/inspection.po
index f7755057f0c..e017849fe59 100644
--- a/translations/source/ar/reportdesign/source/ui/inspection.po
+++ b/translations/source/ar/reportdesign/source/ui/inspection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-07 12:37+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/reportdesign/source/ui/report.po b/translations/source/ar/reportdesign/source/ui/report.po
index 7c7b4305b8f..388343d4256 100644
--- a/translations/source/ar/reportdesign/source/ui/report.po
+++ b/translations/source/ar/reportdesign/source/ui/report.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:37+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sc/source/core/src.po b/translations/source/ar/sc/source/core/src.po
index 4434fa6eb19..9b9e0083841 100644
--- a/translations/source/ar/sc/source/core/src.po
+++ b/translations/source/ar/sc/source/core/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-07 12:37+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sc/source/ui/cctrl.po b/translations/source/ar/sc/source/ui/cctrl.po
index c77722aaa68..61dec72d8f0 100644
--- a/translations/source/ar/sc/source/ui/cctrl.po
+++ b/translations/source/ar/sc/source/ui/cctrl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:37+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sc/source/ui/dbgui.po b/translations/source/ar/sc/source/ui/dbgui.po
index 7d98ef4c3eb..f93e05d6f81 100644
--- a/translations/source/ar/sc/source/ui/dbgui.po
+++ b/translations/source/ar/sc/source/ui/dbgui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sc/source/ui/docshell.po b/translations/source/ar/sc/source/ui/docshell.po
index c3183fb3924..8935c4c21da 100644
--- a/translations/source/ar/sc/source/ui/docshell.po
+++ b/translations/source/ar/sc/source/ui/docshell.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-07 12:37+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sc/source/ui/drawfunc.po b/translations/source/ar/sc/source/ui/drawfunc.po
index b65e213315a..33aacbc596d 100644
--- a/translations/source/ar/sc/source/ui/drawfunc.po
+++ b/translations/source/ar/sc/source/ui/drawfunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:37+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sc/source/ui/formdlg.po b/translations/source/ar/sc/source/ui/formdlg.po
index 6f5ffe97477..3305b168424 100644
--- a/translations/source/ar/sc/source/ui/formdlg.po
+++ b/translations/source/ar/sc/source/ui/formdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:37+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sc/source/ui/miscdlgs.po b/translations/source/ar/sc/source/ui/miscdlgs.po
index 6ab9c450000..354989d61e3 100644
--- a/translations/source/ar/sc/source/ui/miscdlgs.po
+++ b/translations/source/ar/sc/source/ui/miscdlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:04+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sc/source/ui/navipi.po b/translations/source/ar/sc/source/ui/navipi.po
index d61838d5bba..68557b2892a 100644
--- a/translations/source/ar/sc/source/ui/navipi.po
+++ b/translations/source/ar/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 01:25+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: navipi.src#RID_SCDLG_NAVIGATOR.FT_ROW.fixedtext.text
diff --git a/translations/source/ar/sc/source/ui/pagedlg.po b/translations/source/ar/sc/source/ui/pagedlg.po
index 2d9d2d5aba2..e2e5d41ad9e 100644
--- a/translations/source/ar/sc/source/ui/pagedlg.po
+++ b/translations/source/ar/sc/source/ui/pagedlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-07 12:37+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sc/source/ui/src.po b/translations/source/ar/sc/source/ui/src.po
index e6c5d63550b..325e3b02961 100644
--- a/translations/source/ar/sc/source/ui/src.po
+++ b/translations/source/ar/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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-11-26 01:25+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2011-12-15 12:04+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: namedlg.src#RID_SCDLG_NAMES.BTN_ADD.pushbutton.text
@@ -29,18 +29,13 @@ msgstr "ح~ذف"
#: namedlg.src#RID_SCDLG_NAMES.BTN_NAME_OK.pushbutton.text
msgid "OK"
-msgstr ""
+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 "إلغاء الأمر"
-#: namedlg.src#RID_SCDLG_NAMES.BTN_SELECT.pushbutton.text
-msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_SELECT.pushbutton.text"
-msgid "Select Range"
-msgstr "تحديد النطاق"
-
#: namedlg.src#RID_SCDLG_NAMES.FT_SCOPE.fixedtext.text
#, fuzzy
msgctxt "namedlg.src#RID_SCDLG_NAMES.FT_SCOPE.fixedtext.text"
@@ -70,6 +65,7 @@ msgid "Shrink"
msgstr "تقلصر"
#: namedlg.src#RID_SCDLG_NAMES.BTN_MORE.checkbox.text
+msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_MORE.checkbox.text"
msgid "Range Options"
msgstr ""
@@ -97,25 +93,6 @@ msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_COLHEADER.checkbox.text"
msgid "Repeat ~column"
msgstr "تكرار ال~عمود"
-#: namedlg.src#RID_SCDLG_NAMES.STR_INVALIDSYMBOL.string.text
-#, fuzzy
-msgctxt "namedlg.src#RID_SCDLG_NAMES.STR_INVALIDSYMBOL.string.text"
-msgid "Invalid expression"
-msgstr "تعبير غير صالح"
-
-#: namedlg.src#RID_SCDLG_NAMES.STR_MODIFYFAILED.string.text
-msgid "Modifying range name failed"
-msgstr ""
-
-#: 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_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_DEFAULT_INFO.string.text
msgid "Select cells in the document to update the range."
msgstr ""
@@ -445,10 +422,6 @@ msgstr "~فواصل الصفحات"
msgid "Helplines ~While Moving"
msgstr ""
-#: optdlg.src#RID_SCPAGE_CONTENT.CB_BIGHANDLES.checkbox.text
-msgid "~Large handles"
-msgstr "م~قابض كبيرة"
-
#: optdlg.src#RID_SCPAGE_CONTENT.GB_DISPLAY.fixedline.text
msgid "Display"
msgstr "عرض"
@@ -1670,9 +1643,9 @@ msgstr "حذف"
msgid "Restore"
msgstr "استعادة"
-#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_LAST.pushbutton.text
-msgid "Last Record"
-msgstr "آخر سجل"
+#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_PREV.pushbutton.text
+msgid "Previous Record"
+msgstr "السجل السابق"
#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_NEXT.pushbutton.text
msgid "Next Record"
@@ -3925,8 +3898,8 @@ msgid "Number"
msgstr "الرقم"
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ARC_COS_HYP.3.string.text
-msgid "A value greater than or equal to 1 for which the hyperbolic cosine is to be returned."
-msgstr "قيمة أكبر من أو يساوي 1 والتي سيتم حساب جيب الزاوية للقطع الزائد لها."
+msgid "A value greater than or equal to 1 for which the inverse hyperbolic cosine is to be returned."
+msgstr ""
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ARC_SIN_HYP.1.string.text
msgid "Returns the inverse hyperbolic sine of a number."
@@ -4117,6 +4090,60 @@ msgstr "رقم_ص"
msgid "The value for the y coordinate."
msgstr "قيمة الإحداثي ص."
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.1.string.text
+msgid "Return the cosecant of an angle. CSC(x)=1/SIN(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.3.string.text
+#, fuzzy
+msgid "The angle in radians for which the cosecant is to be calculated."
+msgstr "الزاوية بالراديان المراد معرفة جيبها."
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.1.string.text
+msgid "Return the secant of an angle. SEC(x)=1/COS(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.3.string.text
+#, fuzzy
+msgid "The angle in radians for which the secant is to be calculated."
+msgstr "الزاوية بالراديان المراد معرفة جيبها."
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.1.string.text
+msgid "Return the hyperbolic cosecant of a hyperbolic angle. CSCH(x)=1/SINH(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.3.string.text
+msgid "The hyperbolic angle in radians for which the hyperbolic cosecant is to be calculated."
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.1.string.text
+msgid "Return the hyperbolic secant of a hyperbolic angle. SECH(x)=1/COSH(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.3.string.text
+msgid "The hyperbolic angle in radians for which the hyperbolic secant is to be calculated."
+msgstr ""
+
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_DEG.1.string.text
msgid "Converts a radian to degrees"
msgstr "تحويل من راديان إلى درجات."
@@ -10596,7 +10623,7 @@ msgstr "تحرير أسماء نطاقات"
#: globstr.src#RID_GLOBSTR.STR_UNDO_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "ت~غيير حالة الأحرف"
#: globstr.src#RID_GLOBSTR.STR_DB_NONAME.string.text
msgctxt "globstr.src#RID_GLOBSTR.STR_DB_NONAME.string.text"
@@ -11927,7 +11954,6 @@ msgstr "تحديد الخلية"
#: 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 "تحديد النطاق"
@@ -12213,6 +12239,25 @@ msgstr "المجال"
msgid "Document (Global)"
msgstr "تم إغلاق المستند"
+#: globstr.src#RID_GLOBSTR.STR_ERR_NAME_EXISTS.string.text
+msgid "Invalid name. Already in use for the selected scope."
+msgstr ""
+
+#: globstr.src#RID_GLOBSTR.STR_ERR_NAME_INVALID.string.text
+msgid "Invalid name. Only use letters, numbers and underscore."
+msgstr ""
+
+#: globstr.src#RID_GLOBSTR.STR_UNSAVED_EXT_REF.string.text
+msgid ""
+"This Document contains external references to unsaved documents.\n"
+"\n"
+"Do you want to continue?"
+msgstr ""
+
+#: globstr.src#RID_GLOBSTR.STR_CLOSE_WITH_UNSAVED_REFS.string.text
+msgid "This Document is referenced by another document and not yet saved. Closing it without saving will result in data loss."
+msgstr ""
+
#: crnrdlg.src#RID_SCDLG_COLROWNAMERANGES.FL_ASSIGN.fixedline.text
msgctxt "crnrdlg.src#RID_SCDLG_COLROWNAMERANGES.FL_ASSIGN.fixedline.text"
msgid "Range"
@@ -12978,7 +13023,8 @@ msgid "Cancel"
msgstr "إلغاء الأمر"
#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_MORE.checkbox.text
-msgid "RangeOptions"
+msgctxt "namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_MORE.checkbox.text"
+msgid "Range Options"
msgstr ""
#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.FT_NAME.fixedtext.text
@@ -13029,20 +13075,6 @@ msgctxt "namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_COLHEADER.checkbox.text"
msgid "Repeat ~column"
msgstr "تكرار ال~عمود"
-#: 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 "تعبير غير صالح"
-
-#: 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 ""
diff --git a/translations/source/ar/sc/source/ui/styleui.po b/translations/source/ar/sc/source/ui/styleui.po
index 4cfd55f14b9..6b7004244dc 100644
--- a/translations/source/ar/sc/source/ui/styleui.po
+++ b/translations/source/ar/sc/source/ui/styleui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -27,7 +27,7 @@ msgstr "أنماط الخلايا"
#: scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.2.filterlist.text
msgid "Applied Styles"
-msgstr ""
+msgstr "أنماط مُستخدمة"
#: scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.3.filterlist.text
msgctxt "scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.3.filterlist.text"
diff --git a/translations/source/ar/scaddins/source/analysis.po b/translations/source/ar/scaddins/source/analysis.po
index 99f9678fa33..7e3b06e6b1f 100644
--- a/translations/source/ar/scaddins/source/analysis.po
+++ b/translations/source/ar/scaddins/source/analysis.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:38+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/scaddins/source/datefunc.po b/translations/source/ar/scaddins/source/datefunc.po
index d9bb2780fc9..d13ed83706f 100644
--- a/translations/source/ar/scaddins/source/datefunc.po
+++ b/translations/source/ar/scaddins/source/datefunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:38+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sccomp/source/solver.po b/translations/source/ar/sccomp/source/solver.po
index 05d1159c2d4..15eb8087180 100644
--- a/translations/source/ar/sccomp/source/solver.po
+++ b/translations/source/ar/sccomp/source/solver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-07 12:38+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/scp2/source/accessories.po b/translations/source/ar/scp2/source/accessories.po
index a9bb47bd2c2..704754d6c4a 100644
--- a/translations/source/ar/scp2/source/accessories.po
+++ b/translations/source/ar/scp2/source/accessories.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:56+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/scp2/source/activex.po b/translations/source/ar/scp2/source/activex.po
index 5fe73c160c6..e3d5bedb513 100644
--- a/translations/source/ar/scp2/source/activex.po
+++ b/translations/source/ar/scp2/source/activex.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-07 12:38+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/scp2/source/base.po b/translations/source/ar/scp2/source/base.po
index acc59d90f5f..b3d45a3a567 100644
--- a/translations/source/ar/scp2/source/base.po
+++ b/translations/source/ar/scp2/source/base.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:38+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -39,6 +39,16 @@ msgstr "تعليمات %PRODUCTNAME Base"
msgid "Help about %PRODUCTNAME Base"
msgstr "تعليمات حول %PRODUCTNAME Base"
+#: postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr ""
+
+#: postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr ""
+
#: folderitem_base.ulf#STR_FI_TOOLTIP_BASE.LngText.text
msgid "Manage databases, create queries and reports to track and manage your information by using Base."
msgstr "إدارة قواعد البيانات، وإنشاء الاستعلامات والتقارير وتتبّع وإدارة معلومات باستخدام بيز."
diff --git a/translations/source/ar/scp2/source/binfilter.po b/translations/source/ar/scp2/source/binfilter.po
index 87c3daf3cf8..841589109d4 100644
--- a/translations/source/ar/scp2/source/binfilter.po
+++ b/translations/source/ar/scp2/source/binfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-07 12:38+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/scp2/source/calc.po b/translations/source/ar/scp2/source/calc.po
index 534f2576714..6d7d8992729 100644
--- a/translations/source/ar/scp2/source/calc.po
+++ b/translations/source/ar/scp2/source/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-07 12:38+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/scp2/source/draw.po b/translations/source/ar/scp2/source/draw.po
index d65b0f09c90..f55c0e90d63 100644
--- a/translations/source/ar/scp2/source/draw.po
+++ b/translations/source/ar/scp2/source/draw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:38+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/scp2/source/extensions.po b/translations/source/ar/scp2/source/extensions.po
index b0e414b2314..781af589663 100644
--- a/translations/source/ar/scp2/source/extensions.po
+++ b/translations/source/ar/scp2/source/extensions.po
@@ -3,2240 +3,78 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:59+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text"
+#, fuzzy
msgid "English"
msgstr "الإنجليزية"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text"
+#, fuzzy
msgid "Installs English support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "تثبيت دعم الإنجليزية في %PRODUCTNAME %PRODUCTVERSION"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text"
+#, fuzzy
msgid "German"
msgstr "الألمانية"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text"
+#, fuzzy
msgid "Installs German support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "تثبيت دعم الألمانية في %PRODUCTNAME %PRODUCTVERSION"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text"
+#, fuzzy
msgid "French"
msgstr "الفرنسية"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text"
+#, fuzzy
msgid "Installs French support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "تثبيت دعم الفرنسية في %PRODUCTNAME %PRODUCTVERSION"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text"
+#, fuzzy
msgid "Italian"
msgstr "الإيطالية"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text"
+#, fuzzy
msgid "Installs Italian support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "تثبيت دعم الإيطالية في %PRODUCTNAME %PRODUCTVERSION"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text"
+#, fuzzy
msgid "Spanish"
msgstr "الإسبانية"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text"
+#, fuzzy
msgid "Installs Spanish support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "تثبيت دعم الإسبانية في %PRODUCTNAME %PRODUCTVERSION"
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text"
-msgid "Swedish"
-msgstr "السويدية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text"
-msgid "Installs Swedish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم السويدية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text"
-msgid "Portuguese"
-msgstr "البرتغالية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم البرتغالية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Portuguese (Brazil)"
-msgstr "البرتغالية (البرازيل)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم البرتغالية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text"
-msgid "Japanese"
-msgstr "اليابانية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text"
-msgid "Installs Japanese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم اليابانية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text"
-msgid "Korean"
-msgstr "الكورية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text"
-msgid "Installs Korean support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الكورية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Chinese (simplified)"
-msgstr "الصينية (المبسطة)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Installs Chinese (simplified) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الصينية (المبسطة) في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Chinese (traditional)"
-msgstr "الصينية (التقليدية)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Installs Chinese (traditional) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الصينية (التقليدية) في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text"
-msgid "Dutch"
-msgstr "الهولندية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text"
-msgid "Installs Dutch support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الهولندية في %PRODUCTNAME %PRODUCTVERSION"
-
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text"
+#, fuzzy
msgid "Hungarian"
msgstr "المجرية"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text"
-msgid "Installs Hungarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم المجرية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text"
-msgid "Polish"
-msgstr "البولندية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text"
-msgid "Installs Polish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم البولندية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text"
-msgid "Russian"
-msgstr "الروسية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text"
-msgid "Installs Russian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الروسية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text"
-msgid "Turkish"
-msgstr "التركية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text"
-msgid "Installs Turkish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم التركية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text"
-msgid "Greek"
-msgstr "اليونانية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text"
-msgid "Installs Greek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم اليونانية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text"
-msgid "Thai"
-msgstr "التايلاندية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text"
-msgid "Installs Thai support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم التايلاندية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text"
-msgid "Czech"
-msgstr "التشيكية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text"
-msgid "Installs Czech support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم التشيكية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text"
-msgid "Slovak"
-msgstr "السلوفاكية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text"
-msgid "Installs Slovak support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم السلوفاكية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text"
-msgid "Croatian"
-msgstr "الكرواتية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text"
-msgid "Installs Croatian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الكرواتية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text"
-msgid "Estonian"
-msgstr "الإستونية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text"
-msgid "Installs Estonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الإستونية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text"
-msgid "Vietnamese"
-msgstr "الفيتنامية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text"
-msgid "Installs Vietnamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم ‏‏الفيتنامية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text"
-msgid "Bulgarian"
-msgstr "البلغارية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text"
-msgid "Installs Bulgarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم البلغارية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text"
-msgid "Khmer"
-msgstr "الخميرية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text"
-msgid "Installs Khmer support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الخميرية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Punjabi"
-msgstr "البنجابية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Installs Punjabi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم البنجابية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Gujarati"
-msgstr "الجيوجاراتية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الجيوجاراتية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text"
-msgid "Tamil"
-msgstr "التاميلية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم التاميلية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Tamil"
-msgstr "التاميلية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم التاميلية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text"
-msgid "Hindi"
-msgstr "الهندية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الهندية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Hindi"
-msgstr "الهندية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الهندية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text"
-msgid "Southern Sotho (Sutu)"
-msgstr "جنوب سوثاوية (سوتو)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text"
-msgid "Installs Southern Sotho (Sutu) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم جنوب سوثاوية (سوتو) في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text"
-msgid "Tswana"
-msgstr "التسوانية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text"
-msgid "Installs Tswana support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم التسوانية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text"
-msgid "Xhosa"
-msgstr "الزوشا"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text"
-msgid "Installs Xhosa support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الخوسا في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Zulu"
-msgstr "الزولو"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Installs Zulu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الزولو في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text"
-msgid "Afrikaans"
-msgstr "الإفريقية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text"
-msgid "Installs Afrikaans support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الأفريقانية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text"
-msgid "Swahili"
-msgstr "السواحيلية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم السواحيلية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Swahili"
-msgstr "السواحيلية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم السواحيلية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text"
-msgid "Lao"
-msgstr "اللاوية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text"
-msgid "Installs Lao support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم اللاوية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text"
-msgid "Burmese"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text
#, fuzzy
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text"
-msgid "Installs Burmese (Myanmar) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "لتثبيت دعم اللغة النرويجية (BokmÃ¥l) في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Northern Sotho"
-msgstr "السوتو الشمالية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Installs Northern Sotho support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم السوتو الشمالية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text"
-msgid "Bengali"
-msgstr "البنغالية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text"
-msgid "Installs Bengali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم البنغالية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Bengali (Bangladesh)"
-msgstr "البنغالية (بنجلاديش)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Installs Bengali (Bangladesh) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم البنغالية (بنجلاديش) في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Bengali (India)"
-msgstr "البنغالية (الهند)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Installs Bengali (India) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم البنغالية (الهند) في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text"
-msgid "Oriya"
-msgstr "الأورية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الأورية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Oriya"
-msgstr "الأورية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الأورية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text"
-msgid "Marathi"
-msgstr "الماراثية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الماراثية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Marathi"
-msgstr "الماراثية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الماراثية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text"
-msgid "Nepali"
-msgstr "النيبالية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text"
-msgid "Installs Nepali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم النيبالية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text"
-msgid "Arabic"
-msgstr "العربية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم العربية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Arabic"
-msgstr "العربية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم العربية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text"
-msgid "Catalan"
-msgstr "الكتالانية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text"
-msgid "Installs Catalan support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم ‏‏الكتالانية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text"
-msgid "Danish"
-msgstr "الدانمركية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text"
-msgid "Installs Danish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الدانمركية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text"
-msgid "Finnish"
-msgstr "الفنلندية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text"
-msgid "Installs Finnish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الفنلندية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text"
-msgid "Hebrew"
-msgstr "العبرية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text"
-msgid "Installs Hebrew support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم العبرية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text"
-msgid "Icelandic"
-msgstr "الأيسلندية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text"
-msgid "Installs Icelandic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الأيسلندية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text"
-msgid "Norwegian (Bokmal)"
-msgstr "النرويجية (BokmÃ¥l)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text"
-msgid "Installs Norwegian (Bokmal) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "لتثبيت دعم اللغة النرويجية (BokmÃ¥l) في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text"
-msgid "Norwegian (Nynorsk)"
-msgstr "النرويجية (نينورسك)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text"
-msgid "Installs Norwegian (Nynorsk) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم النرويجية (نينورسك) في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text"
-msgid "Rhaeto-Romance"
-msgstr "الرايتو رومانسية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text"
-msgid "Installs Rhaeto-Romance support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الرايتو رومانسية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text"
-msgid "Romanian"
-msgstr "الرومانية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text"
-msgid "Installs Romanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الرومانية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Albanian"
-msgstr "الألبانية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Installs Albanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم اﻷلبانية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text"
-msgid "Urdu"
-msgstr "اﻷوردية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم اﻷوردية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text"
-msgid "Indonesian"
-msgstr "الإندونيسية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text"
-msgid "Installs Indonesian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الإندونيسية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text"
-msgid "Ukrainian"
-msgstr "الأوكرانية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text"
-msgid "Installs Ukrainian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الأوكرانية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text"
-msgid "Belarusian"
-msgstr "البيلاروسية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text"
-msgid "Installs Belarusian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم البيلاروسية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text"
-msgid "Slovenian"
-msgstr "السلوفانية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text"
-msgid "Installs Slovenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم السلوفينية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text"
-msgid "Latvian"
-msgstr "اللاتفية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text"
-msgid "Installs Latvian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم اللاتفية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text"
-msgid "Lithuanian"
-msgstr "الليتوانية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text"
-msgid "Installs Lithuanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الليتوانية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text"
-msgid "Armenian"
-msgstr "الأرمنية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text"
-msgid "Installs Armenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الأرمنية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text"
-msgid "Basque"
-msgstr "الباسكية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text"
-msgid "Installs Basque support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الباسكية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text"
-msgid "Macedonian"
-msgstr "المقدونية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text"
-msgid "Installs Macedonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم المقدونية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text"
-msgid "Maltese"
-msgstr "المالطية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text"
-msgid "Installs Maltese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم المالطية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text"
-msgid "Welsh"
-msgstr "الولشية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text"
-msgid "Installs Welsh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الولشية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text"
-msgid "Galician"
-msgstr "الغليشيانية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text"
-msgid "Installs Galician support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الغليشيانية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "الصربية (اللاتينية)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الصربية (اللاتينية) في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "الصربية (اللاتينية)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الصربية (اللاتينية) في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text"
-msgid "Irish"
-msgstr "الأيرلندية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text"
-msgid "Installs Irish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الأيرلندية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "الصربية (السيريلية)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الصربية (السيريلية) في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "الصربية (السيريلية)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الصربية (السيريلية) في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text"
-msgid "Bosnian"
-msgstr "البوسنية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text"
-msgid "Installs Bosnian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم البوسنية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Assamese"
-msgstr "الأساميزية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Installs Assamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الأساميزية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text"
-msgid "Kinyarwanda"
-msgstr "الكينياراوندية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text"
-msgid "Installs Kinyarwanda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الكينياراوندية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text"
-msgid "Sanskrit"
-msgstr "السنسكريتية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text"
-msgid "Installs Sanskrit support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم السنسكريتية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text"
-msgid "Farsi"
-msgstr "الفارسية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text"
-msgid "Installs Farsi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الفارسية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text"
-msgid "Faroese"
-msgstr "الفاروسية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text"
-msgid "Installs Faroese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الفاروسية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text"
-msgid "Sorbian"
-msgstr "الصربية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text"
-msgid "Installs Sorbian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الصربية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text"
-msgid "Tatar"
-msgstr "التترية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text"
-msgid "Installs Tatar support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم التترية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text"
-msgid "Tsonga"
-msgstr "التسونجا"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text"
-msgid "Installs Tsonga support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم التوسنجا في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text"
-msgid "Yiddish"
-msgstr "اليديشية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text"
-msgid "Installs Yiddish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم اليديشية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text"
-msgid "Breton"
-msgstr "البريتونية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text"
-msgid "Installs Breton support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم البريتونية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text"
-msgid "Ndebele South"
-msgstr "جنوب نيدابل"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text"
-msgid "Installs Ndebele South support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم جنوب نيدابل في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text"
-msgid "Swazi"
-msgstr "السوازيلاندية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text"
-msgid "Installs Swazi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم السوازيلاندية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text"
-msgid "Venda"
-msgstr "فندا"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text"
-msgid "Installs Venda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم فندا في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text"
-msgid "Kannada"
-msgstr "الكانادية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text"
-msgid "Installs Kannada support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الكاناداية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text"
-msgid "Malay (Malaysian)"
-msgstr "المالاوية (ماليزيا)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text"
-msgid "Installs Malay (Malaysian) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم المالاوية (ماليزيا) في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text"
-msgid "Tajik"
-msgstr "الطاجيكية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text"
-msgid "Installs Tajik support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الطاجيكية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text"
-msgid "Kurdish"
-msgstr "الكردية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text"
-msgid "Installs Kurdish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الكردية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Dzongkha"
-msgstr "الدزونكية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Installs Dzongkha support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الدزونكية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text"
-msgid "Georgian"
-msgstr "الجورجية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text"
-msgid "Installs Georgian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الجورجية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text"
-msgid "Esperanto"
-msgstr "إسبرانتو"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text"
-msgid "Installs Esperanto support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم إسبرانتو في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text"
-msgid "Gujarati"
-msgstr "الجيوجاراتية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الجيوجاراتية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "English (South Africa)"
-msgstr "الإنجليزية (جنوب إفريقيا)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "Installs English (South Africa) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الإنجليزية (جنوب إفريقيا) في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "English (United Kingdom)"
-msgstr "الإنجليزية (المملكة المتحدة)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "Installs English (United Kingdom) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الإنجليزية (المملكة المتحدة) في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Urdu"
-msgstr "اﻷوردية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم اﻷوردية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Malayalam"
-msgstr "المالايلامية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Installs Malayalam support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم المالايلامية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Telugu"
-msgstr "التيلوجو"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Installs Telugu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم التيلوجو في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Tigrinya"
-msgstr "التيجرينية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Installs Tigrinya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم التيجرينية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Uzbek"
-msgstr "الأوزبكية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Installs Uzbek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الأوزبكية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text"
-msgid "Mongolian"
-msgstr "المنغولية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text"
-msgid "Installs Mongolian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم المنغولية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text"
-msgid "Kazakh"
-msgstr "الكازاخستانية"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text"
-msgid "Installs Kazakh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "ثبت الدعم باللغة الكازاخستانية %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text"
-msgid "English"
-msgstr "الإنجليزية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text"
-msgid "Installs English support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الإنجليزية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text"
-msgid "German"
-msgstr "الألمانية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text"
-msgid "Installs German support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الألمانية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text"
-msgid "French"
-msgstr "الفرنسية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text"
-msgid "Installs French support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الفرنسية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text"
-msgid "Italian"
-msgstr "الإيطالية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text"
-msgid "Installs Italian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الإيطالية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text"
-msgid "Spanish"
-msgstr "الإسبانية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text"
-msgid "Installs Spanish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الإسبانية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text"
-msgid "Swedish"
-msgstr "السويدية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text"
-msgid "Installs Swedish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم السويدية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text"
-msgid "Portuguese"
-msgstr "البرتغالية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم البرتغالية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Portuguese (Brazil)"
-msgstr "البرتغالية (البرازيل)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم البرتغالية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text"
-msgid "Japanese"
-msgstr "اليابانية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text"
-msgid "Installs Japanese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم اليابانية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text"
-msgid "Korean"
-msgstr "الكورية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text"
-msgid "Installs Korean support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الكورية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Chinese (simplified)"
-msgstr "الصينية (المبسطة)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Installs Chinese (simplified) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الصينية (المبسطة) في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Chinese (traditional)"
-msgstr "الصينية (التقليدية)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Installs Chinese (traditional) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الصينية (التقليدية) في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text"
-msgid "Dutch"
-msgstr "الهولندية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text"
-msgid "Installs Dutch support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الهولندية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text"
-msgid "Hungarian"
-msgstr "المجرية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text"
msgid "Installs Hungarian support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "تثبيت دعم المجرية في %PRODUCTNAME %PRODUCTVERSION"
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text"
-msgid "Polish"
-msgstr "البولندية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text"
-msgid "Installs Polish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم البولندية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text"
-msgid "Russian"
-msgstr "الروسية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text"
-msgid "Installs Russian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الروسية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text"
-msgid "Turkish"
-msgstr "التركية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text"
-msgid "Installs Turkish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم التركية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text"
-msgid "Greek"
-msgstr "اليونانية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text"
-msgid "Installs Greek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم اليونانية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text"
-msgid "Thai"
-msgstr "التايلاندية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text"
-msgid "Installs Thai support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم التايلاندية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text"
-msgid "Czech"
-msgstr "التشيكية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text"
-msgid "Installs Czech support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم التشيكية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text"
-msgid "Slovak"
-msgstr "السلوفاكية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text"
-msgid "Installs Slovak support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم السلوفاكية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text"
-msgid "Croatian"
-msgstr "الكرواتية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text"
-msgid "Installs Croatian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الكرواتية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text"
-msgid "Estonian"
-msgstr "الإستونية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text"
-msgid "Installs Estonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الإستونية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text"
-msgid "Vietnamese"
-msgstr "الفيتنامية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text"
-msgid "Installs Vietnamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم ‏‏الفيتنامية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text"
-msgid "Bulgarian"
-msgstr "البلغارية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text"
-msgid "Installs Bulgarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم البلغارية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text"
-msgid "Khmer"
-msgstr "الخميرية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text"
-msgid "Installs Khmer support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الخميرية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Punjabi"
-msgstr "البنجابية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Installs Punjabi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم البنجابية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Gujarati"
-msgstr "الجيوجاراتية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الجيوجاراتية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text"
-msgid "Tamil"
-msgstr "التاميلية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم التاميلية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Tamil"
-msgstr "التاميلية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم التاميلية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text"
-msgid "Hindi"
-msgstr "الهندية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الهندية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Hindi"
-msgstr "الهندية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الهندية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text"
-msgid "Southern Sotho (Sutu)"
-msgstr "جنوب سوثاوية (سوتو)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text"
-msgid "Installs Southern Sotho (Sutu) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم جنوب سوثاوية (سوتو) في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text"
-msgid "Tswana"
-msgstr "التسوانية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text"
-msgid "Installs Tswana support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم التسوانية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text"
-msgid "Xhosa"
-msgstr "الزوشا"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text"
-msgid "Installs Xhosa support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الخوسا في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Zulu"
-msgstr "الزولو"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Installs Zulu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الزولو في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text"
-msgid "Afrikaans"
-msgstr "الإفريقية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text"
-msgid "Installs Afrikaans support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الأفريقانية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text"
-msgid "Swahili"
-msgstr "السواحيلية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم السواحيلية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Swahili"
-msgstr "السواحيلية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم السواحيلية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text"
-msgid "Lao"
-msgstr "اللاوية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text"
-msgid "Installs Lao support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم اللاوية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text"
-msgid "Burmese"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text
-#, fuzzy
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text"
-msgid "Installs Burmese (Myanmar) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "لتثبيت دعم اللغة النرويجية (BokmÃ¥l) في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Northern Sotho"
-msgstr "السوتو الشمالية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Installs Northern Sotho support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم السوتو الشمالية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text"
-msgid "Bengali"
-msgstr "البنغالية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text"
-msgid "Installs Bengali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم البنغالية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Bengali (Bangladesh)"
-msgstr "البنغالية (بنجلاديش)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Installs Bengali (Bangladesh) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم البنغالية (بنجلاديش) في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Bengali (India)"
-msgstr "البنغالية (الهند)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Installs Bengali (India) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم البنغالية (الهند) في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text"
-msgid "Oriya"
-msgstr "الأورية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الأورية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Oriya"
-msgstr "الأورية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الأورية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text"
-msgid "Marathi"
-msgstr "الماراثية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الماراثية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Marathi"
-msgstr "الماراثية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الماراثية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text"
-msgid "Nepali"
-msgstr "النيبالية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text"
-msgid "Installs Nepali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم النيبالية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text"
-msgid "Arabic"
-msgstr "العربية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم العربية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Arabic"
-msgstr "العربية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم العربية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text"
-msgid "Catalan"
-msgstr "الكتالانية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text"
-msgid "Installs Catalan support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم ‏‏الكتالانية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text"
-msgid "Danish"
-msgstr "الدانمركية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text"
-msgid "Installs Danish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الدانمركية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text"
-msgid "Finnish"
-msgstr "الفنلندية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text"
-msgid "Installs Finnish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الفنلندية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text"
-msgid "Hebrew"
-msgstr "العبرية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text"
-msgid "Installs Hebrew support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم العبرية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text"
-msgid "Icelandic"
-msgstr "الأيسلندية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text"
-msgid "Installs Icelandic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الأيسلندية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text"
-msgid "Norwegian (Bokmal)"
-msgstr "النرويجية (BokmÃ¥l)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text"
-msgid "Installs Norwegian (Bokmal) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "لتثبيت دعم اللغة النرويجية (BokmÃ¥l) في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text"
-msgid "Norwegian (Nynorsk)"
-msgstr "النرويجية (نينورسك)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text"
-msgid "Installs Norwegian (Nynorsk) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم النرويجية (نينورسك) في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text"
-msgid "Rhaeto-Romance"
-msgstr "الرايتو رومانسية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text"
-msgid "Installs Rhaeto-Romance support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الرايتو رومانسية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text"
-msgid "Romanian"
-msgstr "الرومانية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text"
-msgid "Installs Romanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الرومانية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Albanian"
-msgstr "الألبانية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Installs Albanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم اﻷلبانية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text"
-msgid "Urdu"
-msgstr "اﻷوردية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم اﻷوردية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text"
-msgid "Indonesian"
-msgstr "الإندونيسية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text"
-msgid "Installs Indonesian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الإندونيسية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text"
-msgid "Ukrainian"
-msgstr "الأوكرانية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text"
-msgid "Installs Ukrainian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الأوكرانية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text"
-msgid "Belarusian"
-msgstr "البيلاروسية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text"
-msgid "Installs Belarusian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم البيلاروسية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text"
-msgid "Slovenian"
-msgstr "السلوفانية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text"
-msgid "Installs Slovenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم السلوفينية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text"
-msgid "Latvian"
-msgstr "اللاتفية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text"
-msgid "Installs Latvian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم اللاتفية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text"
-msgid "Lithuanian"
-msgstr "الليتوانية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text"
-msgid "Installs Lithuanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الليتوانية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text"
-msgid "Armenian"
-msgstr "الأرمنية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text"
-msgid "Installs Armenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الأرمنية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text"
-msgid "Basque"
-msgstr "الباسكية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text"
-msgid "Installs Basque support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الباسكية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text"
-msgid "Macedonian"
-msgstr "المقدونية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text"
-msgid "Installs Macedonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم المقدونية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text"
-msgid "Maltese"
-msgstr "المالطية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text"
-msgid "Installs Maltese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم المالطية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text"
-msgid "Welsh"
-msgstr "الولشية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text"
-msgid "Installs Welsh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الولشية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text"
-msgid "Galician"
-msgstr "الغليشيانية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text"
-msgid "Installs Galician support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الغليشيانية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "الصربية (اللاتينية)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الصربية (اللاتينية) في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "الصربية (اللاتينية)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الصربية (اللاتينية) في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text"
-msgid "Irish"
-msgstr "الأيرلندية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text"
-msgid "Installs Irish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الأيرلندية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "الصربية (السيريلية)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الصربية (السيريلية) في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "الصربية (السيريلية)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الصربية (السيريلية) في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text"
-msgid "Bosnian"
-msgstr "البوسنية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text"
-msgid "Installs Bosnian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم البوسنية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Assamese"
-msgstr "الأساميزية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Installs Assamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الأساميزية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text"
-msgid "Kinyarwanda"
-msgstr "الكينياراوندية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text"
-msgid "Installs Kinyarwanda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الكينياراوندية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text"
-msgid "Sanskrit"
-msgstr "السنسكريتية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text"
-msgid "Installs Sanskrit support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم السنسكريتية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text"
-msgid "Farsi"
-msgstr "الفارسية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text"
-msgid "Installs Farsi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الفارسية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text"
-msgid "Faroese"
-msgstr "الفاروسية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text"
-msgid "Installs Faroese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الفاروسية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text"
-msgid "Sorbian"
-msgstr "الصربية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text"
-msgid "Installs Sorbian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الصربية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text"
-msgid "Tatar"
-msgstr "التترية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text"
-msgid "Installs Tatar support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم التترية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text"
-msgid "Tsonga"
-msgstr "التسونجا"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text"
-msgid "Installs Tsonga support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم التوسنجا في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text"
-msgid "Yiddish"
-msgstr "اليديشية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text"
-msgid "Installs Yiddish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم اليديشية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text"
-msgid "Breton"
-msgstr "البريتونية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text"
-msgid "Installs Breton support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم البريتونية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text"
-msgid "Ndebele South"
-msgstr "جنوب نيدابل"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text"
-msgid "Installs Ndebele South support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم جنوب نيدابل في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text"
-msgid "Swazi"
-msgstr "السوازيلاندية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text"
-msgid "Installs Swazi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم السوازيلاندية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text"
-msgid "Venda"
-msgstr "فندا"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text"
-msgid "Installs Venda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم فندا في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text"
-msgid "Kannada"
-msgstr "الكانادية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text"
-msgid "Installs Kannada support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الكاناداية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text"
-msgid "Malay (Malaysian)"
-msgstr "المالاوية (ماليزيا)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text"
-msgid "Installs Malay (Malaysian) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم المالاوية (ماليزيا) في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text"
-msgid "Tajik"
-msgstr "الطاجيكية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text"
-msgid "Installs Tajik support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الطاجيكية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text"
-msgid "Kurdish"
-msgstr "الكردية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text"
-msgid "Installs Kurdish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الكردية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Dzongkha"
-msgstr "الدزونكية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Installs Dzongkha support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الدزونكية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text"
-msgid "Georgian"
-msgstr "الجورجية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text"
-msgid "Installs Georgian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الجورجية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text"
-msgid "Esperanto"
-msgstr "إسبرانتو"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text"
-msgid "Installs Esperanto support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم إسبرانتو في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text"
-msgid "Gujarati"
-msgstr "الجيوجاراتية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الجيوجاراتية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "English (South Africa)"
-msgstr "الإنجليزية (جنوب إفريقيا)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "Installs English (South Africa) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الإنجليزية (جنوب إفريقيا) في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "English (United Kingdom)"
-msgstr "الإنجليزية (المملكة المتحدة)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "Installs English (United Kingdom) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الإنجليزية (المملكة المتحدة) في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Urdu"
-msgstr "اﻷوردية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم اﻷوردية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Malayalam"
-msgstr "المالايلامية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Installs Malayalam support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم المالايلامية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Telugu"
-msgstr "التيلوجو"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Installs Telugu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم التيلوجو في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Tigrinya"
-msgstr "التيجرينية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Installs Tigrinya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم التيجرينية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Uzbek"
-msgstr "الأوزبكية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Installs Uzbek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم الأوزبكية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text"
-msgid "Mongolian"
-msgstr "المنغولية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text"
-msgid "Installs Mongolian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "تثبيت دعم المنغولية في %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text"
-msgid "Kazakh"
-msgstr "الكازاخستانية"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text"
-msgid "Installs Kazakh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "ثبت الدعم باللغة الكازاخستانية %PRODUCTNAME %PRODUCTVERSION"
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS.LngText.text
msgid "Extensions"
msgstr "الملحقات"
@@ -2295,16 +133,6 @@ msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_PDFIMPORT.Lng
msgid "PDF Import"
msgstr "استيراد ملف PDF"
-#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text
-msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text"
-msgid "Lightproof"
-msgstr "Lightproof"
-
-#: module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text
-msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text"
-msgid "Lightproof"
-msgstr "Lightproof"
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_NUMBERTEXT.LngText.text
msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_NUMBERTEXT.LngText.text"
msgid "Numbertext"
diff --git a/translations/source/ar/scp2/source/gnome.po b/translations/source/ar/scp2/source/gnome.po
index 8a8958d4478..f49d014066c 100644
--- a/translations/source/ar/scp2/source/gnome.po
+++ b/translations/source/ar/scp2/source/gnome.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:38+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/scp2/source/graphicfilter.po b/translations/source/ar/scp2/source/graphicfilter.po
index 0ddf17deabe..3ab66d39a26 100644
--- a/translations/source/ar/scp2/source/graphicfilter.po
+++ b/translations/source/ar/scp2/source/graphicfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:38+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/scp2/source/impress.po b/translations/source/ar/scp2/source/impress.po
index 6e56141c1aa..1fb74bd6f61 100644
--- a/translations/source/ar/scp2/source/impress.po
+++ b/translations/source/ar/scp2/source/impress.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:38+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/scp2/source/javafilter.po b/translations/source/ar/scp2/source/javafilter.po
index 78e1e80d752..f056be285ae 100644
--- a/translations/source/ar/scp2/source/javafilter.po
+++ b/translations/source/ar/scp2/source/javafilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:38+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/scp2/source/kde.po b/translations/source/ar/scp2/source/kde.po
index fa3eefbde41..67e7651197b 100644
--- a/translations/source/ar/scp2/source/kde.po
+++ b/translations/source/ar/scp2/source/kde.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:38+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/scp2/source/math.po b/translations/source/ar/scp2/source/math.po
index 4b74c0ce77d..e9d102e5121 100644
--- a/translations/source/ar/scp2/source/math.po
+++ b/translations/source/ar/scp2/source/math.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:38+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/scp2/source/onlineupdate.po b/translations/source/ar/scp2/source/onlineupdate.po
index 80139b62d2b..98075b8001a 100644
--- a/translations/source/ar/scp2/source/onlineupdate.po
+++ b/translations/source/ar/scp2/source/onlineupdate.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:38+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/scp2/source/ooo.po b/translations/source/ar/scp2/source/ooo.po
index 108952a0a08..f827e86792b 100644
--- a/translations/source/ar/scp2/source/ooo.po
+++ b/translations/source/ar/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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-11-26 01:25+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2011-12-15 12:04+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: module_systemint.ulf#STR_NAME_MODULE_OPTIONAL_SYSTEMINTEGRATION.LngText.text
@@ -1093,6 +1093,15 @@ msgstr "الإفريقية"
msgid "Afrikaans spelling dictionary, and hyphenation rules"
msgstr "القاموس الكرواتى لفحص الكلمات ، مجموعات الترقيم"
+#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AN.LngText.text
+msgid "Aragonese"
+msgstr ""
+
+#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_AN.LngText.text
+#, fuzzy
+msgid "Aragonese spelling dictionary"
+msgstr "قاموس التدقيق الإملائي للغة التايلاندية"
+
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AR.LngText.text
#, fuzzy
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AR.LngText.text"
@@ -1193,7 +1202,7 @@ msgid "English"
msgstr "الإنجليزية"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_EN.LngText.text
-msgid "English (Australia, Canada, South Africa, UK, USA) spelling dictionaries, hyphenation rules, and thesaurus"
+msgid "English spelling dictionaries, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_EL.LngText.text
@@ -1293,7 +1302,7 @@ msgstr "المجرية"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_HU.LngText.text
#, fuzzy
-msgid "Hungarian spelling dictionary, hyphenation rules, and thesaurus"
+msgid "Hungarian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
msgstr "قاموس التدقيق الإملائي وأنماط الواصلة وقاموس المترادفات للغة المجرية"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_HR.LngText.text
@@ -1432,6 +1441,16 @@ msgstr "الروسية"
msgid "Russian spelling dictionary, hyphenation rules, and thesaurus"
msgstr "القاموس الروسى لفحص الكلمات ، الترقيم والمجموعات"
+#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SI.LngText.text
+msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SI.LngText.text"
+msgid "Sinhala"
+msgstr "السينهالية"
+
+#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_SI.LngText.text
+#, fuzzy
+msgid "Sinhala spelling dictionary"
+msgstr "قاموس التدقيق الإملائي للغة التايلاندية"
+
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SK.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SK.LngText.text"
msgid "Slovak"
@@ -2549,7 +2568,7 @@ msgstr ""
#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_LB.LngText.text
msgid "Luxembourgish"
-msgstr ""
+msgstr "اللكسمبورجية"
#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_LB.LngText.text
msgid "Installs the Luxembourgish user interface"
diff --git a/translations/source/ar/scp2/source/python.po b/translations/source/ar/scp2/source/python.po
index 0360496a9a1..f2c6292fa67 100644
--- a/translations/source/ar/scp2/source/python.po
+++ b/translations/source/ar/scp2/source/python.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:38+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/scp2/source/quickstart.po b/translations/source/ar/scp2/source/quickstart.po
index 2bc62f58dd5..a37a3ab65e1 100644
--- a/translations/source/ar/scp2/source/quickstart.po
+++ b/translations/source/ar/scp2/source/quickstart.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:38+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/scp2/source/sdkoo.po b/translations/source/ar/scp2/source/sdkoo.po
index 36c060930ae..a8ce208bd98 100644
--- a/translations/source/ar/scp2/source/sdkoo.po
+++ b/translations/source/ar/scp2/source/sdkoo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:38+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/scp2/source/smoketest.po b/translations/source/ar/scp2/source/smoketest.po
new file mode 100644
index 00000000000..56218dc373e
--- /dev/null
+++ b/translations/source/ar/scp2/source/smoketest.po
@@ -0,0 +1,23 @@
+#. extracted from scp2/source/smoketest.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+scp2%2Fsource%2Fsmoketest.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: module_smoketest.ulf#STR_NAME_MODULE_OPTIONAL_SMOKETEST.LngText.text
+msgid "%PRODUCTNAME %PRODUCTVERSION Smoketest"
+msgstr ""
+
+#: module_smoketest.ulf#STR_DESC_MODULE_OPTIONAL_SMOKETEST.LngText.text
+msgid "The smoketest of %PRODUCTNAME %PRODUCTVERSION"
+msgstr ""
diff --git a/translations/source/ar/scp2/source/winexplorerext.po b/translations/source/ar/scp2/source/winexplorerext.po
index 91093761083..f8c1c916a37 100644
--- a/translations/source/ar/scp2/source/winexplorerext.po
+++ b/translations/source/ar/scp2/source/winexplorerext.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:38+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/scp2/source/writer.po b/translations/source/ar/scp2/source/writer.po
index 90536aac6f5..20fa1e7b692 100644
--- a/translations/source/ar/scp2/source/writer.po
+++ b/translations/source/ar/scp2/source/writer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:39+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/scp2/source/xsltfilter.po b/translations/source/ar/scp2/source/xsltfilter.po
index 476adafb672..1e332c20bf8 100644
--- a/translations/source/ar/scp2/source/xsltfilter.po
+++ b/translations/source/ar/scp2/source/xsltfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:39+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/scripting/source/pyprov.po b/translations/source/ar/scripting/source/pyprov.po
index 427a2fe32b3..bbbc47a5e4d 100644
--- a/translations/source/ar/scripting/source/pyprov.po
+++ b/translations/source/ar/scripting/source/pyprov.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sd/source/core.po b/translations/source/ar/sd/source/core.po
index a677681fa2d..bfaeb1c16ae 100644
--- a/translations/source/ar/sd/source/core.po
+++ b/translations/source/ar/sd/source/core.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-07 12:39+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:04+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -26,6 +26,8 @@ msgid "Background objects"
msgstr "كائنات الخلفية"
#: glob.src#STR_LAYER_LAYOUT.string.text
+#, fuzzy
+msgctxt "glob.src#STR_LAYER_LAYOUT.string.text"
msgid "Layout"
msgstr "تخطيط"
@@ -317,6 +319,37 @@ msgstr "تشغيل الوسائط"
msgid "Table"
msgstr "الجدول"
+#: glob.src#STR_SLIDESORTERVIEWSHELL.string.text
+msgid "Slide Sorter"
+msgstr "فارز الشرائح"
+
+#: glob.src#STR_TOOL_PANEL_SHELL.string.text
+msgid "Tool Panel"
+msgstr ""
+
+#: glob.src#STR_LEFT_IMPRESS_PANE_SHELL.string.text
+#, fuzzy
+msgid "Slides"
+msgstr "شريحة"
+
+#: glob.src#STR_LEFT_DRAW_PANE_SHELL.string.text
+#, fuzzy
+msgid "Pages"
+msgstr "الصفحة"
+
+#: glob.src#STR_TASKPANEVIEWSHELL.string.text
+msgid "Tasks"
+msgstr "المهام"
+
+#: glob.src#STR_MASTERPAGESSELECTOR.string.text
+msgid "Master Pages"
+msgstr "صفحات رئيسية"
+
+#: glob.src#STR_TASKPANELAYOUTMENU.string.text
+msgctxt "glob.src#STR_TASKPANELAYOUTMENU.string.text"
+msgid "Layout"
+msgstr "تخطيط"
+
#: glob.src#STR_POWERPOINT_IMPORT.string.text
msgid "PowerPoint Import"
msgstr "استيراد PowerPoint"
diff --git a/translations/source/ar/sd/source/filter/html.po b/translations/source/ar/sd/source/filter/html.po
index ed47be3d0ce..c5aa4431eb5 100644
--- a/translations/source/ar/sd/source/filter/html.po
+++ b/translations/source/ar/sd/source/filter/html.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:39+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sd/source/ui/accessibility.po b/translations/source/ar/sd/source/ui/accessibility.po
index 920c1ee72be..87176ef92ba 100644
--- a/translations/source/ar/sd/source/ui/accessibility.po
+++ b/translations/source/ar/sd/source/ui/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:39+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sd/source/ui/animations.po b/translations/source/ar/sd/source/ui/animations.po
index dd4b0bdd7c8..a8f54d975b7 100644
--- a/translations/source/ar/sd/source/ui/animations.po
+++ b/translations/source/ar/sd/source/ui/animations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-07 12:39+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sd/source/ui/annotations.po b/translations/source/ar/sd/source/ui/annotations.po
index a0331af7750..e244d467a17 100644
--- a/translations/source/ar/sd/source/ui/annotations.po
+++ b/translations/source/ar/sd/source/ui/annotations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:39+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sd/source/ui/app.po b/translations/source/ar/sd/source/ui/app.po
index 7708bfee1d4..846101101f1 100644
--- a/translations/source/ar/sd/source/ui/app.po
+++ b/translations/source/ar/sd/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -1935,7 +1935,7 @@ msgstr "تثب~يت رأسي أسفل"
#: menuids_tmpl.src#MN_GRID_VISIBLE.SID_GRID_VISIBLE.menuitem.text
msgid "~Display Grid"
-msgstr ""
+msgstr "~عرض الشبكة"
#: menuids_tmpl.src#MN_GRID_USE.SID_GRID_USE.menuitem.text
msgid "Snap to Grid"
diff --git a/translations/source/ar/sd/source/ui/dlg.po b/translations/source/ar/sd/source/ui/dlg.po
index d040a882248..8a001b5397b 100644
--- a/translations/source/ar/sd/source/ui/dlg.po
+++ b/translations/source/ar/sd/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sd/source/ui/notes.po b/translations/source/ar/sd/source/ui/notes.po
index 3ffd0130703..df6845bc5f2 100644
--- a/translations/source/ar/sd/source/ui/notes.po
+++ b/translations/source/ar/sd/source/ui/notes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:39+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sd/source/ui/slideshow.po b/translations/source/ar/sd/source/ui/slideshow.po
index 442782de027..55767a8d8c2 100644
--- a/translations/source/ar/sd/source/ui/slideshow.po
+++ b/translations/source/ar/sd/source/ui/slideshow.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-11 23:05+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:04+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -36,7 +36,8 @@ msgid "~Go to Slide"
msgstr "اذ~هب إلى الشريحة"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_PEN_MODE.menuitem.text
-msgid "Mouse pointer as ~pen"
+#, fuzzy
+msgid "Mouse pointer as ~Pen"
msgstr "مؤشر الماوس على هيئة ~قلم"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_WIDTH_PEN.CM_WIDTH_PEN_VERY_THIN.menuitem.text
@@ -70,11 +71,12 @@ msgstr "عرض ~القلم"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_COLOR_PEN.menuitem.text
#, fuzzy
-msgid "~Change Pen Color..."
+msgid "~Change pen Color..."
msgstr "~تغيير لون القلم"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_ERASE_ALLINK.menuitem.text
-msgid "~Erase All Ink On Slide"
+#, fuzzy
+msgid "~Erase all ink on Slide"
msgstr "محو ~كل الحبر عن الشريحة"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_SCREEN.CM_SCREEN_BLACK.menuitem.text
diff --git a/translations/source/ar/sd/source/ui/slidesorter/view.po b/translations/source/ar/sd/source/ui/slidesorter/view.po
index 388b91cc134..c77efa00ab4 100644
--- a/translations/source/ar/sd/source/ui/slidesorter/view.po
+++ b/translations/source/ar/sd/source/ui/slidesorter/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sd/source/ui/table.po b/translations/source/ar/sd/source/ui/table.po
index 4512727c7f0..55f5b589c1e 100644
--- a/translations/source/ar/sd/source/ui/table.po
+++ b/translations/source/ar/sd/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:39+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sd/source/ui/view.po b/translations/source/ar/sd/source/ui/view.po
index 5f81c5c3634..423a2518a5f 100644
--- a/translations/source/ar/sd/source/ui/view.po
+++ b/translations/source/ar/sd/source/ui/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-07 12:39+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sdext/source/minimizer.po b/translations/source/ar/sdext/source/minimizer.po
index c5820e35f6b..8b8b22d0ef9 100644
--- a/translations/source/ar/sdext/source/minimizer.po
+++ b/translations/source/ar/sdext/source/minimizer.po
@@ -3,20 +3,20 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Presentation Minimizer"
-msgstr ""
+msgstr "Presentation Minimizer"
#: description.xml#extdesc.extdesc.description.text
msgid ""
diff --git a/translations/source/ar/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/translations/source/ar/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index fc544cba4b0..ca1ab903ed9 100644
--- a/translations/source/ar/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/translations/source/ar/sdext/source/minimizer/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:39+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/translations/source/ar/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index 91a179f674c..ab7445056b2 100644
--- a/translations/source/ar/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/ar/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:39+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sdext/source/pdfimport.po b/translations/source/ar/sdext/source/pdfimport.po
index 1c2fa7ce4b7..6b3c55a8b49 100644
--- a/translations/source/ar/sdext/source/pdfimport.po
+++ b/translations/source/ar/sdext/source/pdfimport.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:43+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"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sdext/source/presenter.po b/translations/source/ar/sdext/source/presenter.po
index c251ea356fb..2ebc9ce58c9 100644
--- a/translations/source/ar/sdext/source/presenter.po
+++ b/translations/source/ar/sdext/source/presenter.po
@@ -3,20 +3,20 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Presenter Console"
-msgstr ""
+msgstr "وحدة تحكم المقدم"
#: description.xml#extdesc.extdesc.description.text
msgid ""
diff --git a/translations/source/ar/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/translations/source/ar/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index bfa5dd744ad..bcb4a21f704 100644
--- a/translations/source/ar/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/translations/source/ar/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:39+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/translations/source/ar/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index 7658cafec26..dc51a0ac1fe 100644
--- a/translations/source/ar/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/ar/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-07 12:39+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:04+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -33,7 +33,11 @@ msgid "Slides"
msgstr "الشرائح"
#: PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.l.Normal.Text.value.text
-msgctxt "PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.l.Normal.Text.value.text"
+msgid "Exchange"
+msgstr ""
+
+#: PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.n.Normal.Text.value.text
+msgctxt "PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.n.Normal.Text.value.text"
msgid "Help"
msgstr "تعليمات"
diff --git a/translations/source/ar/setup_native/source/mac.po b/translations/source/ar/setup_native/source/mac.po
index a6520305aec..09569d6113b 100644
--- a/translations/source/ar/setup_native/source/mac.po
+++ b/translations/source/ar/setup_native/source/mac.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-07 12:39+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sfx2/source/appl.po b/translations/source/ar/sfx2/source/appl.po
index e3eccf88b93..b317aeb6cc6 100644
--- a/translations/source/ar/sfx2/source/appl.po
+++ b/translations/source/ar/sfx2/source/appl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sfx2/source/bastyp.po b/translations/source/ar/sfx2/source/bastyp.po
index 0f21ef14769..9e16c5e55e2 100644
--- a/translations/source/ar/sfx2/source/bastyp.po
+++ b/translations/source/ar/sfx2/source/bastyp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:39+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sfx2/source/dialog.po b/translations/source/ar/sfx2/source/dialog.po
index 57684ea749a..9544619ff9b 100644
--- a/translations/source/ar/sfx2/source/dialog.po
+++ b/translations/source/ar/sfx2/source/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:01+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -53,7 +53,7 @@ msgstr "~تعليقات"
#: dinfdlg.src#TP_DOCINFODOC.BTN_CHANGE_PASS.pushbutton.text
msgid "Change ~Password..."
-msgstr ""
+msgstr "تغيير ~كلمة المرور..."
#: dinfdlg.src#TP_DOCINFODOC.FT_FILE_TYP.fixedtext.text
msgid "Type:"
@@ -690,6 +690,10 @@ msgstr "~مزيد من المعلومات..."
msgid "~Ask when not saving in ODF format"
msgstr "ال~سؤال عند عدم الحفظ بتنسيق ODF"
+#: alienwarn.src#RID_DLG_ALIEN_WARNING.modaldialog.text
+msgid "Confirm File Format"
+msgstr ""
+
#: taskpane.src#STR_SFX_DOCK.string.text
msgid "Dock"
msgstr "إرساء"
diff --git a/translations/source/ar/sfx2/source/doc.po b/translations/source/ar/sfx2/source/doc.po
index 70d25d1e966..bf671a9c788 100644
--- a/translations/source/ar/sfx2/source/doc.po
+++ b/translations/source/ar/sfx2/source/doc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-07 12:39+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -223,7 +223,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME7.string.text
msgid "Brown"
-msgstr ""
+msgstr "بني"
#: templatelocnames.src#STR_TEMPLATE_NAME8.string.text
msgid "Characters with Glow"
@@ -231,7 +231,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME9.string.text
msgid "Forest"
-msgstr ""
+msgstr "غابة"
#: templatelocnames.src#STR_TEMPLATE_NAME10.string.text
msgid "Fresco"
@@ -247,7 +247,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME13.string.text
msgid "Keyboard"
-msgstr ""
+msgstr "لوحة المفاتيح"
#: templatelocnames.src#STR_TEMPLATE_NAME14.string.text
msgid "Light Blue Shapes"
@@ -275,7 +275,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME20.string.text
msgid "Rounded Rectangles"
-msgstr ""
+msgstr "مستطيلات مستديرة الزوايا"
#: templatelocnames.src#STR_TEMPLATE_NAME21.string.text
msgid "Blue and Red Gradient"
@@ -291,7 +291,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME24.string.text
msgid "Water"
-msgstr ""
+msgstr "مائي"
#: templatelocnames.src#STR_TEMPLATE_NAME25.string.text
msgid "Wine"
@@ -721,8 +721,8 @@ msgstr ""
"هل تريد حفظ المستند؟"
#: doc.src#STR_QRYTEMPL_MESSAGE.string.text
-msgid "The template '$(ARG1)' on which this document is based, has been modified. Do you want to update style based formattings according to the modified template?"
-msgstr "تم تعديل القالب '$(ARG1)' الذي يستند إليه هذا المستند. هل تريد تحديث التنسيقات التي تستند إلى النمط وفقًا للقالب المُعدّل؟"
+msgid "The template '$(ARG1)' on which this document is based, has been modified. Do you want to update style based formatting according to the modified template?"
+msgstr ""
#: doc.src#STR_QRYTEMPL_UPDATE_BTN.string.text
msgid "~Update Styles"
diff --git a/translations/source/ar/sfx2/source/menu.po b/translations/source/ar/sfx2/source/menu.po
index 00e63ec47cd..5f0eca839be 100644
--- a/translations/source/ar/sfx2/source/menu.po
+++ b/translations/source/ar/sfx2/source/menu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:39+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sfx2/source/view.po b/translations/source/ar/sfx2/source/view.po
index 0a1d08287e4..7be22331360 100644
--- a/translations/source/ar/sfx2/source/view.po
+++ b/translations/source/ar/sfx2/source/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:39+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/shell/source/win32/shlxthandler/res.po b/translations/source/ar/shell/source/win32/shlxthandler/res.po
index abeaaef48de..740541a4d65 100644
--- a/translations/source/ar/shell/source/win32/shlxthandler/res.po
+++ b/translations/source/ar/shell/source/win32/shlxthandler/res.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:39+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/starmath/source.po b/translations/source/ar/starmath/source.po
index 854c05f354f..4b4ecc4de4d 100644
--- a/translations/source/ar/starmath/source.po
+++ b/translations/source/ar/starmath/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/svl/source/items.po b/translations/source/ar/svl/source/items.po
index e2c7e225211..8991c33dadf 100644
--- a/translations/source/ar/svl/source/items.po
+++ b/translations/source/ar/svl/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:39+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/svl/source/misc.po b/translations/source/ar/svl/source/misc.po
index 92af04e1534..bbc0ab411ca 100644
--- a/translations/source/ar/svl/source/misc.po
+++ b/translations/source/ar/svl/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/svtools/source/contnr.po b/translations/source/ar/svtools/source/contnr.po
index a332c7c2e3a..9e42816caea 100644
--- a/translations/source/ar/svtools/source/contnr.po
+++ b/translations/source/ar/svtools/source/contnr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:39+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/svtools/source/control.po b/translations/source/ar/svtools/source/control.po
index 7dc89cd1a61..ee9744b2998 100644
--- a/translations/source/ar/svtools/source/control.po
+++ b/translations/source/ar/svtools/source/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/svtools/source/dialogs.po b/translations/source/ar/svtools/source/dialogs.po
index 992480c91ec..7c9bb653ab1 100644
--- a/translations/source/ar/svtools/source/dialogs.po
+++ b/translations/source/ar/svtools/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/svtools/source/filter.po b/translations/source/ar/svtools/source/filter.po
index b35bc17edf0..84387b17b6f 100644
--- a/translations/source/ar/svtools/source/filter.po
+++ b/translations/source/ar/svtools/source/filter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/svtools/source/java.po b/translations/source/ar/svtools/source/java.po
index 8b873605d10..d1971a45579 100644
--- a/translations/source/ar/svtools/source/java.po
+++ b/translations/source/ar/svtools/source/java.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/svtools/source/misc.po b/translations/source/ar/svtools/source/misc.po
index a81ad811dff..02ceb7d2f7d 100644
--- a/translations/source/ar/svtools/source/misc.po
+++ b/translations/source/ar/svtools/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-12 00:01+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2011-12-19 23:44+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -179,6 +179,10 @@ msgstr "البيلاروسية"
msgid "Catalan"
msgstr "‏‏الكتالانية"
+#: langtab.src#STR_ARR_SVT_LANGUAGE_TABLE.LANGUAGE_USER_CATALAN_VALENCIAN.pairedlist.text
+msgid "Catalan (Valencian)"
+msgstr ""
+
#: langtab.src#STR_ARR_SVT_LANGUAGE_TABLE.LANGUAGE_CHINESE_TRADITIONAL.pairedlist.text
msgid "Chinese (traditional)"
msgstr "الصينية (التقليدية)"
@@ -1377,20 +1381,24 @@ msgid "Database"
msgstr "قاعدة بيانات"
#: imagemgr.src#STR_DESCRIPTION_CALC_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet Template"
-msgstr "قالب جدول بيانات %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet Template"
+msgstr "جدول بيانات %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
#: imagemgr.src#STR_DESCRIPTION_DRAW_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Drawing Template"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Drawing Template"
msgstr "قالب رسم %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
#: imagemgr.src#STR_DESCRIPTION_IMPRESS_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Presentation Template"
-msgstr "قالب عرض تقديمي %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Presentation Template"
+msgstr "عرض %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION تقديمي"
#: imagemgr.src#STR_DESCRIPTION_WRITER_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Text Document Template"
-msgstr "قالب مستند نصي %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Text Document Template"
+msgstr "مستند نص %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
#: imagemgr.src#STR_DESCRIPTION_LOCALE_VOLUME.string.text
msgid "Local drive"
@@ -1421,31 +1429,38 @@ msgid "MS PowerPoint Show"
msgstr "عرض MS PowerPoint"
#: imagemgr.src#STR_DESCRIPTION_SXMATH_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Formula"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Formula"
msgstr "صيغة %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
#: imagemgr.src#STR_DESCRIPTION_SXCHART_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Chart"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Chart"
msgstr "رسم %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION بياني"
#: imagemgr.src#STR_DESCRIPTION_SXDRAW_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Drawing"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Drawing"
msgstr "رسم %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
#: imagemgr.src#STR_DESCRIPTION_SXCALC_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet"
msgstr "جدول بيانات %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
#: imagemgr.src#STR_DESCRIPTION_SXIMPRESS_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Presentation"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Presentation"
msgstr "عرض %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION تقديمي"
#: imagemgr.src#STR_DESCRIPTION_SXWRITER_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Text Document"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Text Document"
msgstr "مستند نص %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
#: imagemgr.src#STR_DESCRIPTION_SXGLOBAL_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Master Document"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Master Document"
msgstr "مستند %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION رئيسي"
#: imagemgr.src#STR_DESCRIPTION_MATHML_DOC.string.text
diff --git a/translations/source/ar/svtools/source/plugapp.po b/translations/source/ar/svtools/source/plugapp.po
index 1ee11af3a6a..96be18c0395 100644
--- a/translations/source/ar/svtools/source/plugapp.po
+++ b/translations/source/ar/svtools/source/plugapp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:40+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/svtools/source/toolpanel.po b/translations/source/ar/svtools/source/toolpanel.po
index e541c151eb5..b45950bf0f5 100644
--- a/translations/source/ar/svtools/source/toolpanel.po
+++ b/translations/source/ar/svtools/source/toolpanel.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-07 12:40+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/svtools/workben/unodialog.po b/translations/source/ar/svtools/workben/unodialog.po
index 9d7251c7097..d3fe667c9f3 100644
--- a/translations/source/ar/svtools/workben/unodialog.po
+++ b/translations/source/ar/svtools/workben/unodialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-07 12:40+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/svx/inc.po b/translations/source/ar/svx/inc.po
index 0386d29f5f3..92599933532 100644
--- a/translations/source/ar/svx/inc.po
+++ b/translations/source/ar/svx/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:40+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -648,7 +648,7 @@ msgstr "~كاتاكانا"
#: globlmn_tmpl.hrc#ITEM_TRANSLITERATE_MENU.SID_MN_SUB_TRANSLITERATE.menuitem.text
msgid "~Change Case"
-msgstr ""
+msgstr "ت~غيير حالة الأحرف"
#: globlmn_tmpl.hrc#ITEM_OPEN_HYPERLINK.#define.text
msgid "~Open Hyperlink"
diff --git a/translations/source/ar/svx/source/accessibility.po b/translations/source/ar/svx/source/accessibility.po
index 5eee45a4686..55fc98f1291 100644
--- a/translations/source/ar/svx/source/accessibility.po
+++ b/translations/source/ar/svx/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-07 12:40+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/svx/source/dialog.po b/translations/source/ar/svx/source/dialog.po
index ff199cf0d3d..e9a35198ee7 100644
--- a/translations/source/ar/svx/source/dialog.po
+++ b/translations/source/ar/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 01:25+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: docrecovery.src#RID_SVXPAGE_DOCRECOVERY_SAVE.FT_SAVE_TITLE.fixedtext.text
@@ -2552,7 +2552,7 @@ msgstr ""
#: sdstring.src#RID_SVXSTR_LEND15.string.text
msgid "Diamond"
-msgstr ""
+msgstr "معين"
#: sdstring.src#RID_SVXSTR_LEND16.string.text
msgid "Circle unfilled"
diff --git a/translations/source/ar/svx/source/engine3d.po b/translations/source/ar/svx/source/engine3d.po
index 3bbd2cb1b88..e177b1eeaae 100644
--- a/translations/source/ar/svx/source/engine3d.po
+++ b/translations/source/ar/svx/source/engine3d.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/svx/source/fmcomp.po b/translations/source/ar/svx/source/fmcomp.po
index bab6f0e9173..e20c14ea75b 100644
--- a/translations/source/ar/svx/source/fmcomp.po
+++ b/translations/source/ar/svx/source/fmcomp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:40+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/svx/source/form.po b/translations/source/ar/svx/source/form.po
index ef7ec08af2f..e8989ef0423 100644
--- a/translations/source/ar/svx/source/form.po
+++ b/translations/source/ar/svx/source/form.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:40+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/svx/source/gallery2.po b/translations/source/ar/svx/source/gallery2.po
index 745b12c5dea..8fde332c53e 100644
--- a/translations/source/ar/svx/source/gallery2.po
+++ b/translations/source/ar/svx/source/gallery2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:40+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/svx/source/items.po b/translations/source/ar/svx/source/items.po
index 811659a7e4d..5354c3320b3 100644
--- a/translations/source/ar/svx/source/items.po
+++ b/translations/source/ar/svx/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-07 12:40+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/svx/source/src.po b/translations/source/ar/svx/source/src.po
index f97d07ae27b..e3c34f7e408 100644
--- a/translations/source/ar/svx/source/src.po
+++ b/translations/source/ar/svx/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-11 23:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/svx/source/stbctrls.po b/translations/source/ar/svx/source/stbctrls.po
index 712d8105d15..be27b1d945d 100644
--- a/translations/source/ar/svx/source/stbctrls.po
+++ b/translations/source/ar/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: 2012-01-15 22:23+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-07 12:40+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ar/svx/source/svdraw.po b/translations/source/ar/svx/source/svdraw.po
index 8a95af89179..b27a1eb9eac 100644
--- a/translations/source/ar/svx/source/svdraw.po
+++ b/translations/source/ar/svx/source/svdraw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/svx/source/table.po b/translations/source/ar/svx/source/table.po
index bcdbf031499..c1f9f683f72 100644
--- a/translations/source/ar/svx/source/table.po
+++ b/translations/source/ar/svx/source/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-07 12:41+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/svx/source/tbxctrls.po b/translations/source/ar/svx/source/tbxctrls.po
index c1e4d763f5e..bcec73dfc81 100644
--- a/translations/source/ar/svx/source/tbxctrls.po
+++ b/translations/source/ar/svx/source/tbxctrls.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:41+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/svx/source/toolbars.po b/translations/source/ar/svx/source/toolbars.po
index 16568c5c7cc..08ffdb38650 100644
--- a/translations/source/ar/svx/source/toolbars.po
+++ b/translations/source/ar/svx/source/toolbars.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:41+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/svx/source/unodialogs/textconversiondlgs.po b/translations/source/ar/svx/source/unodialogs/textconversiondlgs.po
index 54fbae46058..1d732e15cf1 100644
--- a/translations/source/ar/svx/source/unodialogs/textconversiondlgs.po
+++ b/translations/source/ar/svx/source/unodialogs/textconversiondlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sw/source/core/layout.po b/translations/source/ar/sw/source/core/layout.po
index ca3b0d59196..6a164d5cda3 100644
--- a/translations/source/ar/sw/source/core/layout.po
+++ b/translations/source/ar/sw/source/core/layout.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sw/source/core/undo.po b/translations/source/ar/sw/source/core/undo.po
index f8198cc8ba5..8c4af44c279 100644
--- a/translations/source/ar/sw/source/core/undo.po
+++ b/translations/source/ar/sw/source/core/undo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-07 12:41+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -263,7 +263,7 @@ msgstr "دمج جدول"
#: undo.src#STR_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "ت~غيير حالة الأحرف"
#: undo.src#STR_DELNUM.string.text
msgid "Delete numbering"
diff --git a/translations/source/ar/sw/source/core/unocore.po b/translations/source/ar/sw/source/core/unocore.po
index bf02d0fe796..9dfa7f18456 100644
--- a/translations/source/ar/sw/source/core/unocore.po
+++ b/translations/source/ar/sw/source/core/unocore.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:41+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sw/source/ui/app.po b/translations/source/ar/sw/source/ui/app.po
index d43fda34e2f..a8db4e1784b 100644
--- a/translations/source/ar/sw/source/ui/app.po
+++ b/translations/source/ar/sw/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:01+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -414,7 +414,7 @@ msgstr "ال~تفاف"
#: mn.src#MN_AT_FRAME.FN_TOOL_ANCHOR_FRAME.menuitem.text
msgid "To ~Frame"
-msgstr ""
+msgstr "إلى الإ~طار"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_PAGE.menuitem.text
msgid "To P~age"
@@ -422,15 +422,15 @@ msgstr ""
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_PARAGRAPH.menuitem.text
msgid "To ~Paragraph"
-msgstr ""
+msgstr "إلى ال~فقرة"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_AT_CHAR.menuitem.text
msgid "To ~Character"
-msgstr ""
+msgstr "على ال~حرف"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_CHAR.menuitem.text
msgid "As C~haracter"
-msgstr ""
+msgstr "~كحرف"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.menuitem.text
msgid "An~chor"
@@ -554,18 +554,10 @@ msgstr "إغلاق المعاينة"
msgid "Media object"
msgstr "كائن وسائطي"
-#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_EDIT.menuitem.text
-msgid "Format $1..."
-msgstr ""
-
#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_BORDERBACK.menuitem.text
msgid "Border and Background..."
msgstr ""
-#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_DELETE.menuitem.text
-msgid "Delete $1..."
-msgstr ""
-
#: mn.src#MN_PAGEBREAK_BUTTON.FN_PAGEBREAK_EDIT.menuitem.text
msgid "Edit Page Break..."
msgstr ""
diff --git a/translations/source/ar/sw/source/ui/chrdlg.po b/translations/source/ar/sw/source/ui/chrdlg.po
index 238ecf1f44d..0e751fe44d6 100644
--- a/translations/source/ar/sw/source/ui/chrdlg.po
+++ b/translations/source/ar/sw/source/ui/chrdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:41+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sw/source/ui/config.po b/translations/source/ar/sw/source/ui/config.po
index b0b7ce0a11d..3f6fd9c89f5 100644
--- a/translations/source/ar/sw/source/ui/config.po
+++ b/translations/source/ar/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: 2012-01-30 11:10+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ar/sw/source/ui/dbui.po b/translations/source/ar/sw/source/ui/dbui.po
index 6fac1aac803..4cbae47b1a3 100644
--- a/translations/source/ar/sw/source/ui/dbui.po
+++ b/translations/source/ar/sw/source/ui/dbui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-07 12:41+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sw/source/ui/dialog.po b/translations/source/ar/sw/source/ui/dialog.po
index 6db119b308f..b9ac52f2be5 100644
--- a/translations/source/ar/sw/source/ui/dialog.po
+++ b/translations/source/ar/sw/source/ui/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-11 23:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -94,6 +94,10 @@ msgctxt "wordcountdialog.src#DLG_WORDCOUNT.FT_DOCCHARACTEREXCLUDINGSPACES.fixedt
msgid "Characters excluding spaces:"
msgstr "الحروف مستبعد منها الفواصل:"
+#: wordcountdialog.src#DLG_WORDCOUNT.PB_OK.okbutton.text
+msgid "~Close"
+msgstr ""
+
#: wordcountdialog.src#DLG_WORDCOUNT.modelessdialog.text
msgid "Word Count"
msgstr ""
@@ -420,8 +424,8 @@ msgid "Included outline levels"
msgstr "مستويات المُخطّط المشتملة"
#: abstract.src#DLG_INSERT_ABSTRACT.FT_PARA.fixedtext.text
-msgid "Subpoints per level"
-msgstr "النقط الفرعيّة لكل مستوى"
+msgid "Paragraphs per level"
+msgstr ""
#: abstract.src#DLG_INSERT_ABSTRACT.FT_DESC.fixedtext.text
msgid "The abstract contains the selected number of paragraphs from the included outline levels."
diff --git a/translations/source/ar/sw/source/ui/dochdl.po b/translations/source/ar/sw/source/ui/dochdl.po
index a5ac391c735..66245815532 100644
--- a/translations/source/ar/sw/source/ui/dochdl.po
+++ b/translations/source/ar/sw/source/ui/dochdl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:41+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sw/source/ui/docvw.po b/translations/source/ar/sw/source/ui/docvw.po
index 9c946b382cb..600943c72fd 100644
--- a/translations/source/ar/sw/source/ui/docvw.po
+++ b/translations/source/ar/sw/source/ui/docvw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -215,12 +215,20 @@ msgstr ""
msgid "Footer (%1)"
msgstr ""
-#: docvw.src#STR_HEADER.string.text
-msgid "Header"
+#: docvw.src#STR_DELETE_HEADER.string.text
+msgid "Delete Header..."
+msgstr ""
+
+#: docvw.src#STR_FORMAT_HEADER.string.text
+msgid "Format Header..."
+msgstr ""
+
+#: docvw.src#STR_DELETE_FOOTER.string.text
+msgid "Delete Footer..."
msgstr ""
-#: docvw.src#STR_FOOTER.string.text
-msgid "Footer"
+#: docvw.src#STR_FORMAT_FOOTER.string.text
+msgid "Format Footer..."
msgstr ""
#: access.src#STR_ACCESS_DOC_NAME.string.text
diff --git a/translations/source/ar/sw/source/ui/envelp.po b/translations/source/ar/sw/source/ui/envelp.po
index cad52c7d82b..ae69c86c0f7 100644
--- a/translations/source/ar/sw/source/ui/envelp.po
+++ b/translations/source/ar/sw/source/ui/envelp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-07 12:41+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sw/source/ui/fldui.po b/translations/source/ar/sw/source/ui/fldui.po
index b14c378e49c..61c7a921676 100644
--- a/translations/source/ar/sw/source/ui/fldui.po
+++ b/translations/source/ar/sw/source/ui/fldui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:41+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sw/source/ui/fmtui.po b/translations/source/ar/sw/source/ui/fmtui.po
index 4144bf38ffd..4e099a83677 100644
--- a/translations/source/ar/sw/source/ui/fmtui.po
+++ b/translations/source/ar/sw/source/ui/fmtui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-07 12:41+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sw/source/ui/frmdlg.po b/translations/source/ar/sw/source/ui/frmdlg.po
index c5800f10f6a..ae0041af9c4 100644
--- a/translations/source/ar/sw/source/ui/frmdlg.po
+++ b/translations/source/ar/sw/source/ui/frmdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sw/source/ui/globdoc.po b/translations/source/ar/sw/source/ui/globdoc.po
index 6fc10777b4b..6230668a04d 100644
--- a/translations/source/ar/sw/source/ui/globdoc.po
+++ b/translations/source/ar/sw/source/ui/globdoc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:41+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sw/source/ui/index.po b/translations/source/ar/sw/source/ui/index.po
index d1b1eb7d7e9..8c84c154916 100644
--- a/translations/source/ar/sw/source/ui/index.po
+++ b/translations/source/ar/sw/source/ui/index.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-11 23:06+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-01-05 12:09+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -818,7 +818,8 @@ msgid "~Main entry"
msgstr "المُد~خل الرئيسي"
#: idxmrk.src#IDX_DIALOG_WINDOW.WIN_DLG.CB_APPLY_TO_ALL.checkbox.text
-msgid "~Apply to all similar texts."
+#, fuzzy
+msgid "~Apply to all similar texts"
msgstr "~تطبيق على كل النصوص المتماثلة."
#: idxmrk.src#IDX_DIALOG_WINDOW.WIN_DLG.CB_CASESENSITIVE.checkbox.text
diff --git a/translations/source/ar/sw/source/ui/lingu.po b/translations/source/ar/sw/source/ui/lingu.po
index 80041d6b78a..4d3694a629a 100644
--- a/translations/source/ar/sw/source/ui/lingu.po
+++ b/translations/source/ar/sw/source/ui/lingu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-07 12:41+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sw/source/ui/misc.po b/translations/source/ar/sw/source/ui/misc.po
index fcd366fd143..8fe5ef0cee2 100644
--- a/translations/source/ar/sw/source/ui/misc.po
+++ b/translations/source/ar/sw/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sw/source/ui/ribbar.po b/translations/source/ar/sw/source/ui/ribbar.po
index c7fc6b61072..78b1a959389 100644
--- a/translations/source/ar/sw/source/ui/ribbar.po
+++ b/translations/source/ar/sw/source/ui/ribbar.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:41+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -421,20 +421,20 @@ msgstr "تطبيق"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_PAGE.menuitem.text
msgid "To Page"
-msgstr ""
+msgstr "إلى الصفحة"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_PARAGRAPH.menuitem.text
msgid "To Paragraph"
-msgstr ""
+msgstr "إلى فقرة"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_AT_CHAR.menuitem.text
msgid "To Character"
-msgstr ""
+msgstr "إلى حرف"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_CHAR.menuitem.text
msgid "As Character"
-msgstr ""
+msgstr "كحرف"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_FRAME.menuitem.text
msgid "To Frame"
-msgstr ""
+msgstr "إلى إطار"
diff --git a/translations/source/ar/sw/source/ui/shells.po b/translations/source/ar/sw/source/ui/shells.po
index 347498c6205..5141b5455bc 100644
--- a/translations/source/ar/sw/source/ui/shells.po
+++ b/translations/source/ar/sw/source/ui/shells.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-07 12:41+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -200,6 +200,14 @@ msgstr "Bézier"
msgid "Draw text"
msgstr "رسم نص"
+#: shells.src#STR_SHELLNAME_MEDIA.string.text
+msgid "Media"
+msgstr "الوسائط"
+
+#: shells.src#STR_SHELLNAME_NAVIGATION.string.text
+msgid "Navigation"
+msgstr "التنقل"
+
#: shells.src#STR_SWBG_PARAGRAPH.string.text
msgid "Paragraph"
msgstr "فقرة"
diff --git a/translations/source/ar/sw/source/ui/smartmenu.po b/translations/source/ar/sw/source/ui/smartmenu.po
index 7b194d21d8a..2f9e8b8b535 100644
--- a/translations/source/ar/sw/source/ui/smartmenu.po
+++ b/translations/source/ar/sw/source/ui/smartmenu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:41+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sw/source/ui/table.po b/translations/source/ar/sw/source/ui/table.po
index 6a0386b2a2b..94f7666367a 100644
--- a/translations/source/ar/sw/source/ui/table.po
+++ b/translations/source/ar/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-26 01:26+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: colwd.src#DLG_COL_WIDTH.FT_WIDTH.fixedtext.text
@@ -382,7 +382,7 @@ msgstr "من اليسار إلى اليمين"
#: tabledlg.src#TP_FORMAT_TABLE.LB_TEXTORIENTATION.2.stringlist.text
msgid "Right-to-left"
-msgstr ""
+msgstr "يمين إلى اليسار"
#: tabledlg.src#TP_FORMAT_TABLE.LB_TEXTORIENTATION.3.stringlist.text
msgctxt "tabledlg.src#TP_FORMAT_TABLE.LB_TEXTORIENTATION.3.stringlist.text"
@@ -459,12 +459,12 @@ msgid "Text ~orientation"
msgstr ""
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.1.stringlist.text
-msgid "horizontal"
-msgstr ""
+msgid "Horizontal"
+msgstr "أفقي"
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.2.stringlist.text
-msgid "vertical"
-msgstr ""
+msgid "Vertical"
+msgstr "رأسي"
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.3.stringlist.text
msgctxt "tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.3.stringlist.text"
diff --git a/translations/source/ar/sw/source/ui/uiview.po b/translations/source/ar/sw/source/ui/uiview.po
index d6998d89ffa..c0f49ababf0 100644
--- a/translations/source/ar/sw/source/ui/uiview.po
+++ b/translations/source/ar/sw/source/ui/uiview.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:41+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sw/source/ui/utlui.po b/translations/source/ar/sw/source/ui/utlui.po
index 3b40a1e31f1..35cc9980c76 100644
--- a/translations/source/ar/sw/source/ui/utlui.po
+++ b/translations/source/ar/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: 2012-01-30 11:09+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-11 23:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1513,7 +1513,7 @@ msgstr "بداية الترقيم 1"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text"
msgid "Numbering 1"
-msgstr "ترقيم 1"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1E.string.text
msgid "Numbering 1 End"
@@ -1530,7 +1530,7 @@ msgstr "بداية الترقيم 2"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text"
msgid "Numbering 2"
-msgstr "ترقيم 2"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2E.string.text
msgid "Numbering 2 End"
@@ -1547,7 +1547,7 @@ msgstr "بداية الترقيم 3"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text"
msgid "Numbering 3"
-msgstr "ترقيم 3"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3E.string.text
msgid "Numbering 3 End"
@@ -1564,7 +1564,7 @@ msgstr "بداية الترقيم 4"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text"
msgid "Numbering 4"
-msgstr "ترقيم 4"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4E.string.text
msgid "Numbering 4 End"
@@ -1581,7 +1581,7 @@ msgstr "بداية الترقيم 5"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text"
msgid "Numbering 5"
-msgstr "ترقيم 5"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5E.string.text
msgid "Numbering 5 End"
@@ -1598,7 +1598,7 @@ msgstr "بداية القائمة 1"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text"
msgid "List 1"
-msgstr "قائمة 1"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1E.string.text
msgid "List 1 End"
@@ -1615,7 +1615,7 @@ msgstr "بداية القائمة 2"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text"
msgid "List 2"
-msgstr "قائمة 2"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2E.string.text
msgid "List 2 End"
@@ -1632,7 +1632,7 @@ msgstr "بداية القائمة 3"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text"
msgid "List 3"
-msgstr "قائمة 3"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3E.string.text
msgid "List 3 End"
@@ -1649,7 +1649,7 @@ msgstr "بداية القائمة 4"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text"
msgid "List 4"
-msgstr "قائمة 4"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4E.string.text
msgid "List 4 End"
@@ -1666,7 +1666,7 @@ msgstr "بداية القائمة 5"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text"
msgid "List 5"
-msgstr "قائمة 5"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5E.string.text
msgid "List 5 End"
diff --git a/translations/source/ar/sw/source/ui/web.po b/translations/source/ar/sw/source/ui/web.po
index 5adad416d0c..afb4261c48c 100644
--- a/translations/source/ar/sw/source/ui/web.po
+++ b/translations/source/ar/sw/source/ui/web.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-07 12:42+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sw/source/ui/wrtsh.po b/translations/source/ar/sw/source/ui/wrtsh.po
index 21a265c4f92..ac6977c8405 100644
--- a/translations/source/ar/sw/source/ui/wrtsh.po
+++ b/translations/source/ar/sw/source/ui/wrtsh.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-07 12:42+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/swext/mediawiki/help.po b/translations/source/ar/swext/mediawiki/help.po
index 75603d21e6b..ee92d09871e 100644
--- a/translations/source/ar/swext/mediawiki/help.po
+++ b/translations/source/ar/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-26 01:26+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: wiki.xhp#tit.help.text
@@ -189,8 +189,8 @@ msgid "If the Wiki allows anonymous access, you can leave the account text boxes
msgstr "إذا كان موقع Wiki يسمح بالوصول المجهول، فيمكنك ترك المربعات النصية للحساب فارغة. وإلا، فأدخل اسم المستخدم وكلمة المرور."
#: wikiaccount.xhp#par_id9046601.help.text
-msgid "If you have enabled the master password feature on the Security tab page of the Tools - Options - %PRODUCTNAME dialog, then the software can store your password and automatically insert the data where necessary. Enable the \"Save password\" checkbox to store your password."
-msgstr "إذا قمت بتمكين كلمة المرور الرئيسية على صفحة علامة تبويب الأمان أدوات - خيارات - مربع الحوار %PRODUCTNAME، فحينئذٍ يمكن للبرنامج تخزين كلمة المرور الخاصة بك وإدراج البيانات تلقائيًا عند الضرورة. قم بتمكين خانة اختيار \"حفظ كلمة المرور\" لتخزين كلمة المرور."
+msgid "If you have enabled the master password feature on the Security tab page of the <item type=\"menuitem\">Tools - Options - %PRODUCTNAME</item> dialog, then the software can store your password and automatically insert the data where necessary. Enable the \"Save password\" checkbox to store your password."
+msgstr ""
#: wikiformats.xhp#tit.help.text
msgctxt "wikiformats.xhp#tit.help.text"
@@ -303,8 +303,8 @@ msgid "Borders"
msgstr "الحدود"
#: wikiformats.xhp#par_id1831110.help.text
-msgid "Irrespective of custom table styles for border and background, a table is always exported as \"<emph>prettytable\"</emph>, which renders in the Wiki engine with simple borders and bold header."
-msgstr "بغض النظر عن أنماط الجدول المخصصة للحدود والخلفية، يتم دائمًا تصدير جدول باعتباره \"<emph>prettytable\"</emph>، والذي يعمل في محرك موقع Wiki بحدود بسيطة ورأس صفحة غامق."
+msgid "Irrespective of custom table styles for border and background, a table is always exported as \"<emph>prettytable</emph>\", which renders in the Wiki engine with simple borders and bold header."
+msgstr ""
#: wikiformats.xhp#hd_id6255073.help.text
msgid "Charset and special characters"
diff --git a/translations/source/ar/swext/mediawiki/src.po b/translations/source/ar/swext/mediawiki/src.po
index a8a990d7ef8..0f96f6c8c2a 100644
--- a/translations/source/ar/swext/mediawiki/src.po
+++ b/translations/source/ar/swext/mediawiki/src.po
@@ -3,21 +3,21 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Wiki Publisher"
-msgstr ""
+msgstr "Wiki Publisher"
#: description.xml#extdesc.extdesc.description.text
msgid "The Wiki Publisher enables you to create Wiki articles on MediaWiki servers without having to know the syntax of the MediaWiki markup language. Publish your new and existing documents transparently with the Writer to a wiki page.\n"
diff --git a/translations/source/ar/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/translations/source/ar/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index c7dfc793fa1..82d315282db 100644
--- a/translations/source/ar/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/translations/source/ar/swext/mediawiki/src/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:42+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/translations/source/ar/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index 7ff24b6be7b..5150459ab56 100644
--- a/translations/source/ar/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/translations/source/ar/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:42+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/sysui/desktop/share.po b/translations/source/ar/sysui/desktop/share.po
index dd76cc01792..222f606d435 100644
--- a/translations/source/ar/sysui/desktop/share.po
+++ b/translations/source/ar/sysui/desktop/share.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/uui/source.po b/translations/source/ar/uui/source.po
index 5eb86d64536..9c098d48518 100644
--- a/translations/source/ar/uui/source.po
+++ b/translations/source/ar/uui/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
-"Language: ar\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"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/vcl/source/src.po b/translations/source/ar/vcl/source/src.po
index 9b040088a56..1523a3f310a 100644
--- a/translations/source/ar/vcl/source/src.po
+++ b/translations/source/ar/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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 01:26+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-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: stdtext.src#SV_STDTEXT_SERVICENOTAVAILABLE.string.text
@@ -773,23 +773,23 @@ msgstr "فاصل الإطار المقسّم"
#: fpicker.src#STR_FPICKER_AUTO_EXTENSION.string.text
msgid "~Automatic file name extension"
-msgstr ""
+msgstr "ام~تداد اسم ملف تلقائي"
#: fpicker.src#STR_FPICKER_PASSWORD.string.text
msgid "Save with pass~word"
-msgstr ""
+msgstr "حفظ بكلمة ~مرور"
#: fpicker.src#STR_FPICKER_FILTER_OPTIONS.string.text
msgid "~Edit filter settings"
-msgstr ""
+msgstr "~تحرير إعدادات التصفية"
#: fpicker.src#STR_FPICKER_READONLY.string.text
msgid "~Read-only"
-msgstr ""
+msgstr "للق~راءة فقط"
#: fpicker.src#STR_FPICKER_INSERT_AS_LINK.string.text
msgid "~Link"
-msgstr ""
+msgstr "الارتبا~ط"
#: fpicker.src#STR_FPICKER_SHOW_PREVIEW.string.text
#, fuzzy
@@ -798,19 +798,19 @@ msgstr "معاينة"
#: fpicker.src#STR_FPICKER_PLAY.string.text
msgid "~Play"
-msgstr ""
+msgstr "~تشغيل"
#: fpicker.src#STR_FPICKER_VERSION.string.text
msgid "~Version:"
-msgstr ""
+msgstr "الإ~صدار:"
#: fpicker.src#STR_FPICKER_TEMPLATES.string.text
msgid "S~tyles:"
-msgstr ""
+msgstr "الأن~ماط:"
#: fpicker.src#STR_FPICKER_IMAGE_TEMPLATE.string.text
msgid "Style:"
-msgstr ""
+msgstr "النمط:"
#: fpicker.src#STR_FPICKER_SELECTION.string.text
msgid "~Selection"
@@ -818,11 +818,11 @@ msgstr ""
#: fpicker.src#STR_FPICKER_FOLDER_DEFAULT_TITLE.string.text
msgid "Select Path"
-msgstr ""
+msgstr "تحديد المسار"
#: fpicker.src#STR_FPICKER_FOLDER_DEFAULT_DESCRIPTION.string.text
msgid "Please select a folder."
-msgstr ""
+msgstr "الرجاء تحديد مجلد."
#: fpicker.src#STR_FPICKER_ALREADYEXISTOVERWRITE.string.text
msgid ""
@@ -833,16 +833,16 @@ msgstr ""
#: fpicker.src#STR_FPICKER_ALLFORMATS.string.text
msgid "All Formats"
-msgstr ""
+msgstr "جميع الصيغ"
#: fpicker.src#STR_FPICKER_OPEN.string.text
msgid "Open"
-msgstr ""
+msgstr "فتح"
#: fpicker.src#STR_FPICKER_SAVE.string.text
msgid "Save"
-msgstr ""
+msgstr "حفظ"
#: fpicker.src#STR_FPICKER_TYPE.string.text
msgid "File ~type"
-msgstr ""
+msgstr "~نوع الملف"
diff --git a/translations/source/ar/wizards/source/euro.po b/translations/source/ar/wizards/source/euro.po
index 794f7b441dd..d28852ee1eb 100644
--- a/translations/source/ar/wizards/source/euro.po
+++ b/translations/source/ar/wizards/source/euro.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:42+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/wizards/source/formwizard.po b/translations/source/ar/wizards/source/formwizard.po
index 31d0171dcb6..6d5a004a2db 100644
--- a/translations/source/ar/wizards/source/formwizard.po
+++ b/translations/source/ar/wizards/source/formwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/wizards/source/importwizard.po b/translations/source/ar/wizards/source/importwizard.po
index 37fa8ddeb5b..778d7eaec2c 100644
--- a/translations/source/ar/wizards/source/importwizard.po
+++ b/translations/source/ar/wizards/source/importwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-07 12:42+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/wizards/source/schedule.po b/translations/source/ar/wizards/source/schedule.po
index 2165097801e..7cc84b85645 100644
--- a/translations/source/ar/wizards/source/schedule.po
+++ b/translations/source/ar/wizards/source/schedule.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-07 12:42+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/wizards/source/template.po b/translations/source/ar/wizards/source/template.po
index 36f5644b8d3..04448015d2f 100644
--- a/translations/source/ar/wizards/source/template.po
+++ b/translations/source/ar/wizards/source/template.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:42+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/xmlsecurity/source/component.po b/translations/source/ar/xmlsecurity/source/component.po
index cd4401a4288..3d02f33f990 100644
--- a/translations/source/ar/xmlsecurity/source/component.po
+++ b/translations/source/ar/xmlsecurity/source/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 12:42+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ar/xmlsecurity/source/dialogs.po b/translations/source/ar/xmlsecurity/source/dialogs.po
index f01fe0f1837..33b1a088358 100644
--- a/translations/source/ar/xmlsecurity/source/dialogs.po
+++ b/translations/source/ar/xmlsecurity/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-11 23:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ar\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ar\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.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/accessibility/source/helper.po b/translations/source/as/accessibility/source/helper.po
index 0cdfb9b8521..f4b56451b6e 100644
--- a/translations/source/as/accessibility/source/helper.po
+++ b/translations/source/as/accessibility/source/helper.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-26 15:00+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/avmedia/source/framework.po b/translations/source/as/avmedia/source/framework.po
index f5bb4c8d7dc..9c94d0dc280 100644
--- a/translations/source/as/avmedia/source/framework.po
+++ b/translations/source/as/avmedia/source/framework.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:00+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/avmedia/source/viewer.po b/translations/source/as/avmedia/source/viewer.po
index a3da366ad56..844f9c26a94 100644
--- a/translations/source/as/avmedia/source/viewer.po
+++ b/translations/source/as/avmedia/source/viewer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:00+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/basctl/source/basicide.po b/translations/source/as/basctl/source/basicide.po
index bd6620ae5f9..7eaa2fc0ebb 100644
--- a/translations/source/as/basctl/source/basicide.po
+++ b/translations/source/as/basctl/source/basicide.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-28 14:21+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/basctl/source/dlged.po b/translations/source/as/basctl/source/dlged.po
index 33ee20ba114..e56090f6f87 100644
--- a/translations/source/as/basctl/source/dlged.po
+++ b/translations/source/as/basctl/source/dlged.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:00+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/basic/source/classes.po b/translations/source/as/basic/source/classes.po
index 527a0d5b86f..da4545b5f90 100644
--- a/translations/source/as/basic/source/classes.po
+++ b/translations/source/as/basic/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:00+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/basic/source/sbx.po b/translations/source/as/basic/source/sbx.po
index ebeea1bc518..0e1c2457735 100644
--- a/translations/source/as/basic/source/sbx.po
+++ b/translations/source/as/basic/source/sbx.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:00+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/chart2/source/controller/dialogs.po b/translations/source/as/chart2/source/controller/dialogs.po
index aa9f2e72b0b..b5f820b60aa 100644
--- a/translations/source/as/chart2/source/controller/dialogs.po
+++ b/translations/source/as/chart2/source/controller/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-28 14:24+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/connectivity/source/drivers/ado.po b/translations/source/as/connectivity/source/drivers/ado.po
index 200b76afd5d..6b10d07dcdf 100644
--- a/translations/source/as/connectivity/source/drivers/ado.po
+++ b/translations/source/as/connectivity/source/drivers/ado.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-29 09:55+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/connectivity/source/drivers/calc.po b/translations/source/as/connectivity/source/drivers/calc.po
index 9e33e8ea21a..24e2111bd45 100644
--- a/translations/source/as/connectivity/source/drivers/calc.po
+++ b/translations/source/as/connectivity/source/drivers/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-29 09:56+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/connectivity/source/drivers/dbase.po b/translations/source/as/connectivity/source/drivers/dbase.po
index e7fde23a3ee..0867c8fc67a 100644
--- a/translations/source/as/connectivity/source/drivers/dbase.po
+++ b/translations/source/as/connectivity/source/drivers/dbase.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-29 09:56+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/connectivity/source/drivers/evoab2.po b/translations/source/as/connectivity/source/drivers/evoab2.po
index fdb7250c4a5..ec2b0537791 100644
--- a/translations/source/as/connectivity/source/drivers/evoab2.po
+++ b/translations/source/as/connectivity/source/drivers/evoab2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-29 09:56+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/connectivity/source/drivers/flat.po b/translations/source/as/connectivity/source/drivers/flat.po
index d10f7d08a09..1423c3df9e1 100644
--- a/translations/source/as/connectivity/source/drivers/flat.po
+++ b/translations/source/as/connectivity/source/drivers/flat.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-29 09:56+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/connectivity/source/drivers/hsqldb.po b/translations/source/as/connectivity/source/drivers/hsqldb.po
index 8ea7a1754f6..147974d294a 100644
--- a/translations/source/as/connectivity/source/drivers/hsqldb.po
+++ b/translations/source/as/connectivity/source/drivers/hsqldb.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-29 09:56+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/connectivity/source/drivers/jdbc.po b/translations/source/as/connectivity/source/drivers/jdbc.po
index 00edf5c9578..2233037ad7d 100644
--- a/translations/source/as/connectivity/source/drivers/jdbc.po
+++ b/translations/source/as/connectivity/source/drivers/jdbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-29 09:57+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/connectivity/source/drivers/kab.po b/translations/source/as/connectivity/source/drivers/kab.po
index 4d371b251e5..83a5534ebe3 100644
--- a/translations/source/as/connectivity/source/drivers/kab.po
+++ b/translations/source/as/connectivity/source/drivers/kab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-29 09:57+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/connectivity/source/drivers/macab.po b/translations/source/as/connectivity/source/drivers/macab.po
index 3f7e640cddd..b8839729e55 100644
--- a/translations/source/as/connectivity/source/drivers/macab.po
+++ b/translations/source/as/connectivity/source/drivers/macab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-29 09:57+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/connectivity/source/drivers/mozab.po b/translations/source/as/connectivity/source/drivers/mozab.po
index 2a8f34c6068..a149b9d4f90 100644
--- a/translations/source/as/connectivity/source/drivers/mozab.po
+++ b/translations/source/as/connectivity/source/drivers/mozab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-29 09:57+0200\n"
-"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-01-11 16:03+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -20,8 +20,9 @@ msgid "SeaMonkey Address Book"
msgstr "SeaMonkey ঠিকনা বহী"
#: mozab2.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text
+#, fuzzy
msgctxt "mozab2.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text"
-msgid "Thunderbird Address Book"
+msgid "Thunderbird/Icedove Address Book"
msgstr "Thunderbird ঠিকনা বহী"
#: mozab2.xcu#.Drivers.Installed.sdbc_address_ldap__.DriverTypeDisplayName.value.text
@@ -43,8 +44,9 @@ msgid "SeaMonkey Address Book"
msgstr "SeaMonkey ঠিকনা বহী"
#: mozab.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text
+#, fuzzy
msgctxt "mozab.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text"
-msgid "Thunderbird Address Book"
+msgid "Thunderbird/Icedove Address Book"
msgstr "Thunderbird ঠিকনা বহী"
#: mozab.xcu#.Drivers.Installed.sdbc_address_ldap__.DriverTypeDisplayName.value.text
diff --git a/translations/source/as/connectivity/source/drivers/mysql.po b/translations/source/as/connectivity/source/drivers/mysql.po
index 64f75596183..bbc6145c182 100644
--- a/translations/source/as/connectivity/source/drivers/mysql.po
+++ b/translations/source/as/connectivity/source/drivers/mysql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-29 09:57+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/connectivity/source/drivers/odbc.po b/translations/source/as/connectivity/source/drivers/odbc.po
index cea40aab1ed..2a42306fc9c 100644
--- a/translations/source/as/connectivity/source/drivers/odbc.po
+++ b/translations/source/as/connectivity/source/drivers/odbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-29 09:58+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/connectivity/source/drivers/postgresql.po b/translations/source/as/connectivity/source/drivers/postgresql.po
index 6eddc933fe1..94258cb8111 100644
--- a/translations/source/as/connectivity/source/drivers/postgresql.po
+++ b/translations/source/as/connectivity/source/drivers/postgresql.po
@@ -3,25 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:41+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: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\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/as/connectivity/source/resource.po b/translations/source/as/connectivity/source/resource.po
index 1a6376e76d7..ef74354baa3 100644
--- a/translations/source/as/connectivity/source/resource.po
+++ b/translations/source/as/connectivity/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-29 09:55+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/cui/source/customize.po b/translations/source/as/cui/source/customize.po
index aea99761b8c..365eb781724 100644
--- a/translations/source/as/cui/source/customize.po
+++ b/translations/source/as/cui/source/customize.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-10 17:41+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/cui/source/dialogs.po b/translations/source/as/cui/source/dialogs.po
index c6a70b12949..21353399367 100644
--- a/translations/source/as/cui/source/dialogs.po
+++ b/translations/source/as/cui/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-05-11 10:08+0200\n"
-"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:06+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -814,7 +814,8 @@ msgid "Object;Objects"
msgstr "বস্তু;বস্তুবোৰ"
#: gallery.src#RID_SVXSTR_GALLERY_READONLY.string.text
-msgid " (read-only)"
+#, fuzzy
+msgid "(read-only)"
msgstr " (কেৱল পঢ়িবৰ বাবে)"
#: gallery.src#RID_SVXSTR_GALLERY_ALLFILES.string.text
@@ -1190,20 +1191,16 @@ msgstr "এপলেটৰ সম্পাদনা কৰক"
msgid "Contributor credits"
msgstr "অৱদানকাৰী কৃতিত্বসমূহ"
-#: about.src#RID_DEFAULTABOUT.ABOUT_STR_VERSION.string.text
-msgid "%PRODUCTNAME %ABOUTBOXPRODUCTVERSION %PRODUCTEXTENSION"
-msgstr "%PRODUCTNAME %ABOUTBOXPRODUCTVERSION %PRODUCTEXTENSION"
-
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_VENDOR.string.text
msgid "This product was supplied by %OOOVENDOR."
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT.string.text
-msgid "LibreOffice is copyright © 2000, 2011 LibreOffice contributors and/or their affiliates. All rights reserved."
+msgid "LibreOffice is copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved."
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT_DERIVED.string.text
-msgid "%PRODUCTNAME is derived from LibreOffice. LibreOffice is copyright © 2000, 2011 LibreOffice contributors and/or their affiliates. All rights reserved."
+msgid "%PRODUCTNAME is derived from LibreOffice. LibreOffice is copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved."
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT_ORACLE_DERIVED.string.text
@@ -1215,8 +1212,8 @@ msgid "%OOOVENDOR acknowledges all community members, please find more info at t
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_LINK.string.text
-msgid "http://www.libreoffice.org/credits.html"
-msgstr "http://www.libreoffice.org/credits.html"
+msgid "http://www.libreoffice.org/about-us/credits/"
+msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_BUILD.string.text
msgid "Build ID:"
@@ -1228,7 +1225,7 @@ msgstr ""
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.PB_PICKER.imagebutton.text
msgid "-"
-msgstr ""
+msgstr "-"
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.PB_PICKER.imagebutton.quickhelptext
msgid "Pick a color from the document"
@@ -1236,7 +1233,7 @@ msgstr ""
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.FL_RGB.fixedline.text
msgid "RGB"
-msgstr ""
+msgstr "RGB"
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.CT_RED.fixedtext.text
msgid "~Red"
@@ -1272,7 +1269,7 @@ msgstr ""
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.FL_CMYK.fixedline.text
msgid "CMYK"
-msgstr ""
+msgstr "CMYK"
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.CT_CYAN.fixedtext.text
msgid "~Cyan"
@@ -1296,7 +1293,7 @@ msgstr "লিখনী ভাষা (~e)"
#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.LINK_EXPLAIN.fixedtext.text
msgid "More..."
-msgstr ""
+msgstr "অধিক..."
#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.FT_NOTINDICT.fixedtext.text
msgid "~Not in dictionary"
@@ -1634,7 +1631,7 @@ msgid "A~fter"
msgstr "পাছত"
#: insrc.src#DLG_INS_ROW_COL.FL_INS.fixedline.text
-msgctxt "insrc.src#DLG_INS_ROW_COL.FL_INS.fixedline.text"
+#, fuzzy
msgid "Insert"
msgstr "ভৰাওক"
@@ -1648,17 +1645,12 @@ msgid "~Number"
msgstr "সংখ্যা"
#: insrc.src#DLG_INS_ROW_COL.STR_ROW.string.text
-msgid " Rows"
-msgstr "শাৰীসমূহ"
+msgid "Insert Rows"
+msgstr "শাৰীবোৰ ভৰাওক "
#: insrc.src#DLG_INS_ROW_COL.STR_COL.string.text
-msgid " Columns"
-msgstr "স্তম্ভবোৰ"
-
-#: insrc.src#DLG_INS_ROW_COL.modaldialog.text
-msgctxt "insrc.src#DLG_INS_ROW_COL.modaldialog.text"
-msgid "Insert"
-msgstr "ভৰাওক"
+msgid "Insert Columns"
+msgstr ""
#: hyphen.src#RID_SVXSTR_HMERR_CHECKINSTALL.string.text
msgid ""
diff --git a/translations/source/as/cui/source/options.po b/translations/source/as/cui/source/options.po
index 89d894cba90..772933f6279 100644
--- a/translations/source/as/cui/source/options.po
+++ b/translations/source/as/cui/source/options.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-30 11:10+0200\n"
-"PO-Revision-Date: 2011-11-26 01:27+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:06+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: as\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: optgenrl.src#RID_SFXPAGE_GENERAL.FT_COMPANY.fixedtext.text
@@ -1082,9 +1082,8 @@ msgid "Proxy"
msgstr "প্ৰক্সি"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.PB_BACK.pushbutton.text
-#, fuzzy
msgid "~Revert"
-msgstr "আতৰাওক (~R)"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.ST_LOAD_ERROR.string.text
msgid "The selected module could not be loaded."
@@ -1283,39 +1282,39 @@ msgstr "জাল"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.6.itemlist.text
msgid "Basic Fonts (Western)"
-msgstr "সাধাৰন ফন্টসমূহ (পাশ্চাত্য)"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.7.itemlist.text
msgid "Basic Fonts (Asian)"
-msgstr "সাধাৰন ফন্টসমূহ (এছীয়)"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text
msgid "Basic Fonts (CTL)"
-msgstr "সাধাৰন ফন্টসমূহ (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"
msgid "Print"
-msgstr "প্ৰিন্ট কৰক"
+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"
msgid "Table"
-msgstr "টেবুল"
+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"
msgid "Changes"
-msgstr "জাল"
+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"
msgid "Compatibility"
-msgstr "খাপ খোৱা"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.13.itemlist.text
msgid "AutoCaption"
-msgstr "স্বকেপষণ"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.14.itemlist.text
msgid "Mail Merge E-mail"
diff --git a/translations/source/as/cui/source/tabpages.po b/translations/source/as/cui/source/tabpages.po
index a962dbb8c34..5175f61f3d0 100644
--- a/translations/source/as/cui/source/tabpages.po
+++ b/translations/source/as/cui/source/tabpages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-05-12 17:45+0200\n"
-"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2011-12-15 12:06+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -479,11 +479,13 @@ msgid "~Numbering"
msgstr "নাম্বাৰীং "
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.1.stringlist.text
-msgid "1, 2, 3, ... "
-msgstr "১,২,৩, ..."
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.1.stringlist.text"
+msgid "1, 2, 3, ..."
+msgstr "1, 2, 3, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.2.stringlist.text
-msgid "A, B, C, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.2.stringlist.text"
+msgid "A, B, C, ..."
msgstr "A, B, C, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.3.stringlist.text
@@ -492,15 +494,18 @@ msgid "a, b, c, ..."
msgstr "a, b, c, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.4.stringlist.text
-msgid "I, II, III, ... "
-msgstr "I, II, III, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.4.stringlist.text"
+msgid "I, II, III, ..."
+msgstr "I, II, III, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.5.stringlist.text
-msgid "i, ii, iii, ... "
-msgstr "i, ii, iii, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.5.stringlist.text"
+msgid "i, ii, iii, ..."
+msgstr "i, ii, iii, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.6.stringlist.text
-msgid "A, .., AA, .., AAA, ... "
+#, fuzzy
+msgid "A, .., AA, .., AAA, ..."
msgstr "A, .., AA, .., AAA, ... "
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.7.stringlist.text
@@ -2277,6 +2282,8 @@ msgid "For~mat"
msgstr "ফৰমেট"
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.1.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.1.stringlist.text"
msgid "A, B, C, ..."
msgstr "A, B, C, ..."
@@ -2286,14 +2293,20 @@ msgid "a, b, c, ..."
msgstr "a, b, c, ..."
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.3.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.3.stringlist.text"
msgid "I, II, III, ..."
msgstr "I, II, III, ..."
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.4.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.4.stringlist.text"
msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ..."
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.5.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.5.stringlist.text"
msgid "1, 2, 3, ..."
msgstr "1, 2, 3, ..."
@@ -2797,6 +2810,10 @@ msgctxt "textanim.src#RID_SVXPAGE_TEXTANIMATION.TSB_AUTO.tristatebox.text"
msgid "~Automatic"
msgstr "স্বচালিত (~A)"
+#: textanim.src#RID_SVXPAGE_TEXTANIMATION.MTR_FLD_DELAY.metricfield.text
+msgid " ms"
+msgstr ""
+
#: textanim.src#RID_SVXPAGE_TEXTANIMATION.tabpage.text
msgid "Animation"
msgstr "এনিমেশ্যন"
@@ -4645,6 +4662,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr "মচি দিয়ক (~D)..."
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Hatches List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Hatches List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_HATCH.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_HATCH.tabpage.text"
msgid "Hatching"
@@ -4692,6 +4732,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr "মচি দিয়ক (~D)..."
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Bitmap List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Bitmap List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_BITMAP.tabpage.text
msgid "Bitmap Patterns"
msgstr "বিটমেপ বিন্যাসসমূহ"
@@ -4783,6 +4846,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr "মচি দিয়ক (~D)..."
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Gradients List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Gradients List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_GRADIENT.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.tabpage.text"
msgid "Gradients"
@@ -4814,6 +4900,22 @@ msgstr "RGB"
msgid "CMYK"
msgstr "CMYK"
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_1.fixedtext.text
+msgid "~C"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_2.fixedtext.text
+msgid "~M"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_3.fixedtext.text
+msgid "~Y"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_4.fixedtext.text
+msgid "~K"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_COLOR.BTN_ADD.pushbutton.text
msgid "~Add"
msgstr "যোগ কৰক"
@@ -4832,6 +4934,29 @@ msgstr "মচি দিয়ক (~D)..."
msgid "~Modify"
msgstr "ৰূপান্তৰ কৰক"
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Color List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Color List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_COLOR.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_COLOR.tabpage.text"
msgid "Colors"
diff --git a/translations/source/as/dbaccess/source/core/resource.po b/translations/source/as/dbaccess/source/core/resource.po
index 0a770c711dd..9ff004b9704 100644
--- a/translations/source/as/dbaccess/source/core/resource.po
+++ b/translations/source/as/dbaccess/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-02 15:52+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dbaccess/source/ext/adabas.po b/translations/source/as/dbaccess/source/ext/adabas.po
index 1515fb131c0..4aa92e8816d 100644
--- a/translations/source/as/dbaccess/source/ext/adabas.po
+++ b/translations/source/as/dbaccess/source/ext/adabas.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:00+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dbaccess/source/ext/macromigration.po b/translations/source/as/dbaccess/source/ext/macromigration.po
index 9b4505fceb9..2768711edf6 100644
--- a/translations/source/as/dbaccess/source/ext/macromigration.po
+++ b/translations/source/as/dbaccess/source/ext/macromigration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-05-02 15:53+0200\n"
-"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:06+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -189,7 +189,8 @@ msgid "Warnings"
msgstr "সকীয়নিসমূহ"
#: macromigration.src#STR_EXCEPTION.string.text
-msgid "caught exception: "
+#, fuzzy
+msgid "caught exception:"
msgstr "caught exception: "
#: macromigration.src#ERR_INVALID_BACKUP_LOCATION.errorbox.text
diff --git a/translations/source/as/dbaccess/source/sdbtools/resource.po b/translations/source/as/dbaccess/source/sdbtools/resource.po
index eb91e8d9fa3..2076828237f 100644
--- a/translations/source/as/dbaccess/source/sdbtools/resource.po
+++ b/translations/source/as/dbaccess/source/sdbtools/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 21:00+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dbaccess/source/ui/app.po b/translations/source/as/dbaccess/source/ui/app.po
index b93f371b943..184bd60dd9b 100644
--- a/translations/source/as/dbaccess/source/ui/app.po
+++ b/translations/source/as/dbaccess/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 15:53+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dbaccess/source/ui/browser.po b/translations/source/as/dbaccess/source/ui/browser.po
index 14c04899867..e06d69435e9 100644
--- a/translations/source/as/dbaccess/source/ui/browser.po
+++ b/translations/source/as/dbaccess/source/ui/browser.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:00+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dbaccess/source/ui/control.po b/translations/source/as/dbaccess/source/ui/control.po
index 26eff37524b..df0c5c9851f 100644
--- a/translations/source/as/dbaccess/source/ui/control.po
+++ b/translations/source/as/dbaccess/source/ui/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 21:00+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dbaccess/source/ui/dlg.po b/translations/source/as/dbaccess/source/ui/dlg.po
index ed76726e134..ccb181c010c 100644
--- a/translations/source/as/dbaccess/source/ui/dlg.po
+++ b/translations/source/as/dbaccess/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-05-02 15:54+0200\n"
-"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:06+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -1589,8 +1589,9 @@ msgid "~Base DN"
msgstr "আধাৰ DN"
#: dbadmin.src#PAGE_LDAP.CB_USESSL.checkbox.text
-msgid "Use secure connection(SSL)"
-msgstr "নিৰাপদ সংযোগ(SSL) ব্যৱহাৰ কৰক"
+#, fuzzy
+msgid "Use secure connection (SSL)"
+msgstr "সুৰক্ষা সংযোগ (SSL) ব্যৱহাৰ কৰক"
#: dbadmin.src#PAGE_LDAP.FT_PORTNUMBER.fixedtext.text
msgctxt "dbadmin.src#PAGE_LDAP.FT_PORTNUMBER.fixedtext.text"
diff --git a/translations/source/as/dbaccess/source/ui/inc.po b/translations/source/as/dbaccess/source/ui/inc.po
index 32e0e66055a..acf48adf324 100644
--- a/translations/source/as/dbaccess/source/ui/inc.po
+++ b/translations/source/as/dbaccess/source/ui/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:00+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dbaccess/source/ui/misc.po b/translations/source/as/dbaccess/source/ui/misc.po
index b9b3bba0c9f..6364c278d29 100644
--- a/translations/source/as/dbaccess/source/ui/misc.po
+++ b/translations/source/as/dbaccess/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-02 15:54+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dbaccess/source/ui/querydesign.po b/translations/source/as/dbaccess/source/ui/querydesign.po
index 92f417c5020..23a8154f288 100644
--- a/translations/source/as/dbaccess/source/ui/querydesign.po
+++ b/translations/source/as/dbaccess/source/ui/querydesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 15:54+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dbaccess/source/ui/relationdesign.po b/translations/source/as/dbaccess/source/ui/relationdesign.po
index 898a33bda1f..98d2ab744a4 100644
--- a/translations/source/as/dbaccess/source/ui/relationdesign.po
+++ b/translations/source/as/dbaccess/source/ui/relationdesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-02 15:54+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -48,8 +48,6 @@ msgstr "আপুনি যেতিয়াই এই টেবুলখন ড
#: relation.src#STR_QUERY_REL_COULD_NOT_CREATE.string.text
msgid ""
-"The database could not create the relation. May be foreign keys for this kind of table aren't supported.\n"
+"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
"Please check your documentation of the database."
msgstr ""
-"ডাটাবেইচটোৱে সমন্ধ সৃষ্টি কৰিব নোৱাৰিলে। হওতো এই ধৰণৰ টেবুলৰ কাৰণে বিদেশী চাবি সমৰ্থিত নহয়।\n"
-"অনুগ্ৰহ কৰি আপোনাৰ ডাটাবেইচৰ তথ্য চিত্ৰ নিৰীক্ষণ কৰক।"
diff --git a/translations/source/as/dbaccess/source/ui/tabledesign.po b/translations/source/as/dbaccess/source/ui/tabledesign.po
index 5b1a2e1e336..b6b9b014237 100644
--- a/translations/source/as/dbaccess/source/ui/tabledesign.po
+++ b/translations/source/as/dbaccess/source/ui/tabledesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-02 15:55+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dbaccess/source/ui/uno.po b/translations/source/as/dbaccess/source/ui/uno.po
index 63a54235a72..a27cd543149 100644
--- a/translations/source/as/dbaccess/source/ui/uno.po
+++ b/translations/source/as/dbaccess/source/ui/uno.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-02 15:55+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/desktop/source/app.po b/translations/source/as/desktop/source/app.po
index 3210f80be06..d3e5cc97513 100644
--- a/translations/source/as/desktop/source/app.po
+++ b/translations/source/as/desktop/source/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-05 18:54+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -133,6 +133,10 @@ msgctxt "desktop.src#STR_TITLE_USERDATALOCKED.string.text"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
+#: desktop.src#DLG_CMDLINEHELP.modaldialog.text
+msgid "Help Message..."
+msgstr ""
+
#: desktop.src#EBX_ERR_PRINTDISABLED.errorbox.text
msgid "Printing is disabled. No documents can be printed."
msgstr "মূদ্ৰণ নিষ্ক্ৰিয় । কোনো আলেখ্যন মূদ্ৰণ কৰিব নোৱাৰি ।"
diff --git a/translations/source/as/desktop/source/deployment/gui.po b/translations/source/as/desktop/source/deployment/gui.po
index f61559a512e..d1f1202733b 100644
--- a/translations/source/as/desktop/source/deployment/gui.po
+++ b/translations/source/as/desktop/source/deployment/gui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-05-05 18:53+0200\n"
-"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2011-12-15 12:06+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -388,13 +388,29 @@ msgstr ""
"সংস্থাপিত সম্প্ৰসাৰণ সলনি কৰিবলৈ \\'ঠিক আছে\\' টিপক ।\n"
"সংস্থাপন বন্ধ কৰিবলৈ \\'বাতিল কৰক\\' টিপক ।"
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_FT_TYPE_EXTENSIONS.fixedtext.text
+msgid "Type of Extension"
+msgstr ""
+
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_CBX_BUNDLED.checkbox.text
+msgid "~Installation"
+msgstr ""
+
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_CBX_SHARED.checkbox.text
+msgid "~Shared"
+msgstr ""
+
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_CBX_USER.checkbox.text
+msgid "~User"
+msgstr ""
+
#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_ADD.pushbutton.text
msgid "~Add..."
msgstr "যোগ কৰক..."
#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_CHECK_UPDATES.pushbutton.text
-msgctxt "dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_CHECK_UPDATES.pushbutton.text"
-msgid "Check for ~Updates..."
+#, fuzzy
+msgid "~Check for Updates..."
msgstr "উন্নয়নৰ কাৰণে পৰীক্ষা কৰক (~U) ..."
#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_FT_GET_EXTENSIONS.fixedtext.text
@@ -425,7 +441,7 @@ msgid "Adding %EXTENSION_NAME"
msgstr "%EXTENSION_NAME যোগ কৰা হৈছে"
#: dp_gui_dialog2.src#RID_DLG_UPDATE_REQUIRED.RID_EM_BTN_CHECK_UPDATES.pushbutton.text
-msgctxt "dp_gui_dialog2.src#RID_DLG_UPDATE_REQUIRED.RID_EM_BTN_CHECK_UPDATES.pushbutton.text"
+#, fuzzy
msgid "Check for ~Updates..."
msgstr "উন্নয়নৰ কাৰণে পৰীক্ষা কৰক (~U) ..."
diff --git a/translations/source/as/desktop/source/deployment/manager.po b/translations/source/as/desktop/source/deployment/manager.po
index c0a626f28ad..330ff121069 100644
--- a/translations/source/as/desktop/source/deployment/manager.po
+++ b/translations/source/as/desktop/source/deployment/manager.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-05 18:53+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/desktop/source/deployment/misc.po b/translations/source/as/desktop/source/deployment/misc.po
index c59c9e09e26..7f23f7e7376 100644
--- a/translations/source/as/desktop/source/deployment/misc.po
+++ b/translations/source/as/desktop/source/deployment/misc.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 01:27+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
-"X-Generator: Pootle 2.1.6\n"
+"Language: as\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: dp_misc.src#RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN.string.text
diff --git a/translations/source/as/desktop/source/deployment/registry.po b/translations/source/as/desktop/source/deployment/registry.po
index a1e59cd6888..f259ba34338 100644
--- a/translations/source/as/desktop/source/deployment/registry.po
+++ b/translations/source/as/desktop/source/deployment/registry.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:00+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/desktop/source/deployment/registry/component.po b/translations/source/as/desktop/source/deployment/registry/component.po
index c6c11e21de7..80cdaf55ded 100644
--- a/translations/source/as/desktop/source/deployment/registry/component.po
+++ b/translations/source/as/desktop/source/deployment/registry/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-05 18:52+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/desktop/source/deployment/registry/configuration.po b/translations/source/as/desktop/source/deployment/registry/configuration.po
index 30b61eac1f5..0d870703e62 100644
--- a/translations/source/as/desktop/source/deployment/registry/configuration.po
+++ b/translations/source/as/desktop/source/deployment/registry/configuration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:00+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/desktop/source/deployment/registry/help.po b/translations/source/as/desktop/source/deployment/registry/help.po
index 09dd878730f..6855631a469 100644
--- a/translations/source/as/desktop/source/deployment/registry/help.po
+++ b/translations/source/as/desktop/source/deployment/registry/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:00+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/desktop/source/deployment/registry/package.po b/translations/source/as/desktop/source/deployment/registry/package.po
index 1ba18db785d..b4f913f8046 100644
--- a/translations/source/as/desktop/source/deployment/registry/package.po
+++ b/translations/source/as/desktop/source/deployment/registry/package.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:00+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/desktop/source/deployment/registry/script.po b/translations/source/as/desktop/source/deployment/registry/script.po
index bd6f651c561..6c3861d9697 100644
--- a/translations/source/as/desktop/source/deployment/registry/script.po
+++ b/translations/source/as/desktop/source/deployment/registry/script.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:00+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/desktop/source/deployment/registry/sfwk.po b/translations/source/as/desktop/source/deployment/registry/sfwk.po
index 2261a7b1f1c..4f9d21ff982 100644
--- a/translations/source/as/desktop/source/deployment/registry/sfwk.po
+++ b/translations/source/as/desktop/source/deployment/registry/sfwk.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:00+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/desktop/source/deployment/unopkg.po b/translations/source/as/desktop/source/deployment/unopkg.po
index 6cbe1f03009..1d4834d2613 100644
--- a/translations/source/as/desktop/source/deployment/unopkg.po
+++ b/translations/source/as/desktop/source/deployment/unopkg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-05 18:54+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/af_ZA.po b/translations/source/as/dictionaries/af_ZA.po
index 13c53a84d23..27c6076cda0 100644
--- a/translations/source/as/dictionaries/af_ZA.po
+++ b/translations/source/as/dictionaries/af_ZA.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/an_ES.po b/translations/source/as/dictionaries/an_ES.po
new file mode 100644
index 00000000000..40139a36aaa
--- /dev/null
+++ b/translations/source/as/dictionaries/an_ES.po
@@ -0,0 +1,19 @@
+#. extracted from dictionaries/an_ES.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%2Fan_ES.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Aragonese spelling dictionary"
+msgstr ""
diff --git a/translations/source/as/dictionaries/ar.po b/translations/source/as/dictionaries/ar.po
index ac5865ade6f..93c14eefc64 100644
--- a/translations/source/as/dictionaries/ar.po
+++ b/translations/source/as/dictionaries/ar.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/be_BY.po b/translations/source/as/dictionaries/be_BY.po
index b85e408ea6b..cb2c4efeabf 100644
--- a/translations/source/as/dictionaries/be_BY.po
+++ b/translations/source/as/dictionaries/be_BY.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:42+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: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/bg_BG.po b/translations/source/as/dictionaries/bg_BG.po
index f08931d1da6..078d171a724 100644
--- a/translations/source/as/dictionaries/bg_BG.po
+++ b/translations/source/as/dictionaries/bg_BG.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/bn_BD.po b/translations/source/as/dictionaries/bn_BD.po
index a634c23004a..b6f94e5e880 100644
--- a/translations/source/as/dictionaries/bn_BD.po
+++ b/translations/source/as/dictionaries/bn_BD.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/br_FR.po b/translations/source/as/dictionaries/br_FR.po
index fe4abfc1828..7420e264d3c 100644
--- a/translations/source/as/dictionaries/br_FR.po
+++ b/translations/source/as/dictionaries/br_FR.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/ca.po b/translations/source/as/dictionaries/ca.po
index 29aade79668..a4d17b7222a 100644
--- a/translations/source/as/dictionaries/ca.po
+++ b/translations/source/as/dictionaries/ca.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/cs_CZ.po b/translations/source/as/dictionaries/cs_CZ.po
index a1a38bbda84..48d8a6496fd 100644
--- a/translations/source/as/dictionaries/cs_CZ.po
+++ b/translations/source/as/dictionaries/cs_CZ.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/da_DK.po b/translations/source/as/dictionaries/da_DK.po
index e0dd0454d7b..1575d28196a 100644
--- a/translations/source/as/dictionaries/da_DK.po
+++ b/translations/source/as/dictionaries/da_DK.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/de.po b/translations/source/as/dictionaries/de.po
index 404f696317b..99762d12243 100644
--- a/translations/source/as/dictionaries/de.po
+++ b/translations/source/as/dictionaries/de.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/el_GR.po b/translations/source/as/dictionaries/el_GR.po
index ca252b80520..e33fb67a81e 100644
--- a/translations/source/as/dictionaries/el_GR.po
+++ b/translations/source/as/dictionaries/el_GR.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:42+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: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/en.po b/translations/source/as/dictionaries/en.po
index 69b88f8a9c3..d3d14e6a3a2 100644
--- a/translations/source/as/dictionaries/en.po
+++ b/translations/source/as/dictionaries/en.po
@@ -3,17 +3,17 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
-msgid "English (Australia, Canada, South Africa, UK, USA) spelling dictionaries, hyphenation rules, and thesaurus"
+msgid "English spelling dictionaries, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/translations/source/as/dictionaries/en/dialog.po b/translations/source/as/dictionaries/en/dialog.po
new file mode 100644
index 00000000000..635e7d48a94
--- /dev/null
+++ b/translations/source/as/dictionaries/en/dialog.po
@@ -0,0 +1,171 @@
+#. extracted from dictionaries/en/dialog.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%2Fen%2Fdialog.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "অভিধানবোৰ"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.en.Label.value.text
+msgid "English sentence checking"
+msgstr ""
+
+#: en_en_US.properties#spelling.property.text
+msgid "Grammar checking"
+msgstr ""
+
+#: en_en_US.properties#hlp_grammar.property.text
+msgid "Check more grammar errors."
+msgstr ""
+
+#: en_en_US.properties#grammar.property.text
+msgid "Possible mistakes"
+msgstr ""
+
+#: en_en_US.properties#hlp_cap.property.text
+msgid "Check missing capitalization of sentences."
+msgstr ""
+
+#: en_en_US.properties#cap.property.text
+msgid "Capitalization"
+msgstr ""
+
+#: en_en_US.properties#hlp_dup.property.text
+msgid "Check repeated words."
+msgstr ""
+
+#: en_en_US.properties#dup.property.text
+msgid "Word duplication"
+msgstr ""
+
+#: en_en_US.properties#hlp_pair.property.text
+msgid "Check missing or extra parentheses and quotation marks."
+msgstr ""
+
+#: en_en_US.properties#pair.property.text
+msgid "Parentheses"
+msgstr ""
+
+#: en_en_US.properties#punctuation.property.text
+msgid "Punctuation"
+msgstr ""
+
+#: en_en_US.properties#hlp_spaces.property.text
+msgid "Check single spaces between words."
+msgstr ""
+
+#: en_en_US.properties#spaces.property.text
+msgid "Word spacing"
+msgstr ""
+
+#: en_en_US.properties#hlp_mdash.property.text
+msgid "Force unspaced em dash instead of spaced en dash."
+msgstr ""
+
+#: en_en_US.properties#mdash.property.text
+msgid "Em dash"
+msgstr ""
+
+#: en_en_US.properties#hlp_ndash.property.text
+msgid "Force spaced en dash instead of unspaced em dash."
+msgstr ""
+
+#: en_en_US.properties#ndash.property.text
+msgid "En dash"
+msgstr ""
+
+#: en_en_US.properties#hlp_quotation.property.text
+msgid "Check double quotation marks: \"x\" → “x”"
+msgstr ""
+
+#: en_en_US.properties#quotation.property.text
+msgid "Quotation marks"
+msgstr ""
+
+#: en_en_US.properties#hlp_times.property.text
+msgid "Check true multiplication sign: 5x5 → 5×5"
+msgstr ""
+
+#: en_en_US.properties#times.property.text
+msgid "Multiplication sign"
+msgstr ""
+
+#: en_en_US.properties#hlp_spaces2.property.text
+msgid "Check single spaces between sentences."
+msgstr ""
+
+#: en_en_US.properties#spaces2.property.text
+msgid "Sentence spacing"
+msgstr ""
+
+#: en_en_US.properties#hlp_spaces3.property.text
+msgid "Check more than two extra space characters between words and sentences."
+msgstr ""
+
+#: en_en_US.properties#spaces3.property.text
+msgid "More spaces"
+msgstr ""
+
+#: en_en_US.properties#hlp_minus.property.text
+msgid "Change hyphen characters to real minus signs."
+msgstr ""
+
+#: en_en_US.properties#minus.property.text
+msgid "Minus sign"
+msgstr ""
+
+#: en_en_US.properties#hlp_apostrophe.property.text
+msgid "Change typewriter apostrophe, single quotation marks and correct double primes."
+msgstr ""
+
+#: en_en_US.properties#apostrophe.property.text
+msgid "Apostrophe"
+msgstr ""
+
+#: en_en_US.properties#hlp_ellipsis.property.text
+msgid "Change three dots with ellipsis."
+msgstr ""
+
+#: en_en_US.properties#ellipsis.property.text
+msgid "Ellipsis"
+msgstr ""
+
+#: en_en_US.properties#others.property.text
+msgid "Others"
+msgstr "অন্যবোৰ"
+
+#: en_en_US.properties#hlp_metric.property.text
+msgid "Measurement conversion from °F, mph, ft, in, lb, gal and miles."
+msgstr ""
+
+#: en_en_US.properties#metric.property.text
+msgid "Convert to metric (°C, km/h, m, kg, l)"
+msgstr ""
+
+#: en_en_US.properties#hlp_numsep.property.text
+msgid "Common (1000000 → 1,000,000) or ISO (1000000 → 1 000 000)."
+msgstr ""
+
+#: en_en_US.properties#numsep.property.text
+msgid "Thousand separation of large numbers"
+msgstr ""
+
+#: en_en_US.properties#hlp_nonmetric.property.text
+msgid "Measurement conversion from °C; km/h; cm, m, km; kg; l."
+msgstr ""
+
+#: en_en_US.properties#nonmetric.property.text
+msgid "Convert to non-metric (°F, mph, ft, lb, gal)"
+msgstr ""
diff --git a/translations/source/as/dictionaries/es_ES.po b/translations/source/as/dictionaries/es_ES.po
index 34c929f8154..5553f35bb7c 100644
--- a/translations/source/as/dictionaries/es_ES.po
+++ b/translations/source/as/dictionaries/es_ES.po
@@ -3,17 +3,17 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Spanish spelling dictionary"
-msgstr ""
+msgstr "স্পেনিচ বানান শব্দকোষ"
diff --git a/translations/source/as/dictionaries/et_EE.po b/translations/source/as/dictionaries/et_EE.po
index 1268653b849..a72ce5601be 100644
--- a/translations/source/as/dictionaries/et_EE.po
+++ b/translations/source/as/dictionaries/et_EE.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/fr_FR.po b/translations/source/as/dictionaries/fr_FR.po
index cd4f3bd7597..d1911c41d38 100644
--- a/translations/source/as/dictionaries/fr_FR.po
+++ b/translations/source/as/dictionaries/fr_FR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/gd_GB.po b/translations/source/as/dictionaries/gd_GB.po
index da6c4e485bb..fea56b0d84d 100644
--- a/translations/source/as/dictionaries/gd_GB.po
+++ b/translations/source/as/dictionaries/gd_GB.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:42+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: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/gl.po b/translations/source/as/dictionaries/gl.po
index d13519855e9..e00fadf343a 100644
--- a/translations/source/as/dictionaries/gl.po
+++ b/translations/source/as/dictionaries/gl.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/gu_IN.po b/translations/source/as/dictionaries/gu_IN.po
index 5a2d00519e5..e0a987d401f 100644
--- a/translations/source/as/dictionaries/gu_IN.po
+++ b/translations/source/as/dictionaries/gu_IN.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/he_IL.po b/translations/source/as/dictionaries/he_IL.po
index 1f372dee49a..e9d3806ab4a 100644
--- a/translations/source/as/dictionaries/he_IL.po
+++ b/translations/source/as/dictionaries/he_IL.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/hi_IN.po b/translations/source/as/dictionaries/hi_IN.po
index ccedcdefa0c..688f3404715 100644
--- a/translations/source/as/dictionaries/hi_IN.po
+++ b/translations/source/as/dictionaries/hi_IN.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/hr_HR.po b/translations/source/as/dictionaries/hr_HR.po
index 4e007258799..0d6863e02d2 100644
--- a/translations/source/as/dictionaries/hr_HR.po
+++ b/translations/source/as/dictionaries/hr_HR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/hu_HU.po b/translations/source/as/dictionaries/hu_HU.po
index ef35f50f4e5..6c8cb709c2e 100644
--- a/translations/source/as/dictionaries/hu_HU.po
+++ b/translations/source/as/dictionaries/hu_HU.po
@@ -3,17 +3,17 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
-msgid "Hungarian spelling dictionary, hyphenation rules, and thesaurus"
+msgid "Hungarian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/translations/source/as/dictionaries/hu_HU/dialog.po b/translations/source/as/dictionaries/hu_HU/dialog.po
new file mode 100644
index 00000000000..e6a425e6be9
--- /dev/null
+++ b/translations/source/as/dictionaries/hu_HU/dialog.po
@@ -0,0 +1,153 @@
+#. extracted from dictionaries/hu_HU/dialog.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%2Fhu_HU%2Fdialog.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "অভিধানবোৰ"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.hu_HU.Label.value.text
+msgid "Hungarian sentence checking"
+msgstr ""
+
+#: hu_HU_en_US.properties#spelling.property.text
+msgid "Spelling"
+msgstr "বানান"
+
+#: hu_HU_en_US.properties#cap.property.text
+msgid "Capitalization"
+msgstr ""
+
+#: hu_HU_en_US.properties#par.property.text
+msgid "Parentheses"
+msgstr ""
+
+#: hu_HU_en_US.properties#wordpart.property.text
+msgid "Word parts of compounds"
+msgstr ""
+
+#: hu_HU_en_US.properties#comma.property.text
+msgid "Comma usage"
+msgstr ""
+
+#: hu_HU_en_US.properties#proofreading.property.text
+msgid "Proofreading"
+msgstr ""
+
+#: hu_HU_en_US.properties#style.property.text
+msgid "Style checking"
+msgstr ""
+
+#: hu_HU_en_US.properties#compound.property.text
+msgid "Underline typo-like compound words"
+msgstr ""
+
+#: hu_HU_en_US.properties#allcompound.property.text
+msgid "Underline all generated compound words"
+msgstr ""
+
+#: hu_HU_en_US.properties#grammar.property.text
+msgid "Possible mistakes"
+msgstr ""
+
+#: hu_HU_en_US.properties#money.property.text
+msgid "Consistency of money amounts"
+msgstr ""
+
+#: hu_HU_en_US.properties#duplication.property.text
+msgctxt "hu_HU_en_US.properties#duplication.property.text"
+msgid "Word duplication"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup0.property.text
+msgctxt "hu_HU_en_US.properties#dup0.property.text"
+msgid "Word duplication"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup.property.text
+msgid "Duplication within clauses"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup2.property.text
+msgid "Duplication within sentences"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup3.property.text
+msgid "Allow previous checkings with affixes"
+msgstr ""
+
+#: hu_HU_en_US.properties#numpart.property.text
+msgid "Thousand separation of numbers"
+msgstr ""
+
+#: hu_HU_en_US.properties#typography.property.text
+msgid "Typography"
+msgstr ""
+
+#: hu_HU_en_US.properties#quot.property.text
+msgid "Quotation marks"
+msgstr ""
+
+#: hu_HU_en_US.properties#apost.property.text
+msgid "Apostrophe"
+msgstr ""
+
+#: hu_HU_en_US.properties#dash.property.text
+msgid "En dash"
+msgstr ""
+
+#: hu_HU_en_US.properties#elli.property.text
+msgid "Ellipsis"
+msgstr ""
+
+#: hu_HU_en_US.properties#ligature.property.text
+msgid "Ligature suggestion"
+msgstr ""
+
+#: hu_HU_en_US.properties#noligature.property.text
+msgid "Underline ligatures"
+msgstr ""
+
+#: hu_HU_en_US.properties#frac.property.text
+msgid "Fractions"
+msgstr "ভগ্নাংশসমূহ"
+
+#: hu_HU_en_US.properties#thin.property.text
+msgid "Thin space"
+msgstr ""
+
+#: hu_HU_en_US.properties#spaces.property.text
+msgid "Double spaces"
+msgstr ""
+
+#: hu_HU_en_US.properties#spaces2.property.text
+msgid "More spaces"
+msgstr ""
+
+#: hu_HU_en_US.properties#idx.property.text
+msgid "Indices"
+msgstr ""
+
+#: hu_HU_en_US.properties#minus.property.text
+msgid "Minus"
+msgstr ""
+
+#: hu_HU_en_US.properties#SI.property.text
+msgid "Measurements"
+msgstr ""
+
+#: hu_HU_en_US.properties#hyphen.property.text
+msgid "Hyphenation of ambiguous words"
+msgstr ""
diff --git a/translations/source/as/dictionaries/it_IT.po b/translations/source/as/dictionaries/it_IT.po
index 9f3bd582ea9..20df0b80b9a 100644
--- a/translations/source/as/dictionaries/it_IT.po
+++ b/translations/source/as/dictionaries/it_IT.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/ku_TR.po b/translations/source/as/dictionaries/ku_TR.po
index 2ee0ceb63f7..11c79379c50 100644
--- a/translations/source/as/dictionaries/ku_TR.po
+++ b/translations/source/as/dictionaries/ku_TR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/lt_LT.po b/translations/source/as/dictionaries/lt_LT.po
index 7109dac0390..31c7b405fe1 100644
--- a/translations/source/as/dictionaries/lt_LT.po
+++ b/translations/source/as/dictionaries/lt_LT.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/lv_LV.po b/translations/source/as/dictionaries/lv_LV.po
index 07fc3127f3d..9b04bd9e3be 100644
--- a/translations/source/as/dictionaries/lv_LV.po
+++ b/translations/source/as/dictionaries/lv_LV.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/ne_NP.po b/translations/source/as/dictionaries/ne_NP.po
index 856f4fc8950..7282259fff8 100644
--- a/translations/source/as/dictionaries/ne_NP.po
+++ b/translations/source/as/dictionaries/ne_NP.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/nl_NL.po b/translations/source/as/dictionaries/nl_NL.po
index 5839730bc4b..66c1cce78c1 100644
--- a/translations/source/as/dictionaries/nl_NL.po
+++ b/translations/source/as/dictionaries/nl_NL.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/no.po b/translations/source/as/dictionaries/no.po
index 51854da82d4..4900e3e1709 100644
--- a/translations/source/as/dictionaries/no.po
+++ b/translations/source/as/dictionaries/no.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/oc_FR.po b/translations/source/as/dictionaries/oc_FR.po
index 2aa6b9b2069..b7fde3fe347 100644
--- a/translations/source/as/dictionaries/oc_FR.po
+++ b/translations/source/as/dictionaries/oc_FR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/pl_PL.po b/translations/source/as/dictionaries/pl_PL.po
index 44bc760dc5f..f87399b6081 100644
--- a/translations/source/as/dictionaries/pl_PL.po
+++ b/translations/source/as/dictionaries/pl_PL.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/pt_BR.po b/translations/source/as/dictionaries/pt_BR.po
index a50242ec41e..becdcfeabbf 100644
--- a/translations/source/as/dictionaries/pt_BR.po
+++ b/translations/source/as/dictionaries/pt_BR.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/pt_PT.po b/translations/source/as/dictionaries/pt_PT.po
index 9edb099f204..732c2b98ea7 100644
--- a/translations/source/as/dictionaries/pt_PT.po
+++ b/translations/source/as/dictionaries/pt_PT.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/ro.po b/translations/source/as/dictionaries/ro.po
index 33b3678f190..3419a9fdb69 100644
--- a/translations/source/as/dictionaries/ro.po
+++ b/translations/source/as/dictionaries/ro.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/ru_RU.po b/translations/source/as/dictionaries/ru_RU.po
index a71eb9883b3..2f7204fc1ce 100644
--- a/translations/source/as/dictionaries/ru_RU.po
+++ b/translations/source/as/dictionaries/ru_RU.po
@@ -3,17 +3,17 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
-msgid "Russian spelling dictionary, hyphenation rules, and thesaurus"
+msgid "Russian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/translations/source/as/dictionaries/ru_RU/dialog.po b/translations/source/as/dictionaries/ru_RU/dialog.po
new file mode 100644
index 00000000000..667147cd1c6
--- /dev/null
+++ b/translations/source/as/dictionaries/ru_RU/dialog.po
@@ -0,0 +1,83 @@
+#. extracted from dictionaries/ru_RU/dialog.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%2Fru_RU%2Fdialog.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "অভিধানবোৰ"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.ru_RU.Label.value.text
+msgid "Grammar checking (Russian)"
+msgstr ""
+
+#: ru_RU_en_US.properties#abbreviation.property.text
+msgid "Abbreviation"
+msgstr ""
+
+#: ru_RU_en_US.properties#grammar.property.text
+msgid "Grammar"
+msgstr "বানান পৰীক্ষা কৰক"
+
+#: ru_RU_en_US.properties#hyphen.property.text
+msgid "Compound words with hyphen"
+msgstr ""
+
+#: ru_RU_en_US.properties#comma.property.text
+msgid "Comma usage"
+msgstr ""
+
+#: ru_RU_en_US.properties#common.property.text
+msgid "General error"
+msgstr ""
+
+#: ru_RU_en_US.properties#multiword.property.text
+msgid "Multiword expressions"
+msgstr ""
+
+#: ru_RU_en_US.properties#together.property.text
+msgid "Together/separately"
+msgstr ""
+
+#: ru_RU_en_US.properties#proofreading.property.text
+msgid "Proofreading"
+msgstr ""
+
+#: ru_RU_en_US.properties#space.property.text
+msgid "Space mistake"
+msgstr ""
+
+#: ru_RU_en_US.properties#typographica.property.text
+msgid "Typographica"
+msgstr ""
+
+#: ru_RU_en_US.properties#dup.property.text
+msgid "Word duplication within clauses"
+msgstr ""
+
+#: ru_RU_en_US.properties#dup2.property.text
+msgid "Word duplication within sentences"
+msgstr ""
+
+#: ru_RU_en_US.properties#others.property.text
+msgid "Others"
+msgstr "অন্যবোৰ"
+
+#: ru_RU_en_US.properties#numsep.property.text
+msgid "Separation of large numbers (ISO)"
+msgstr ""
+
+#: ru_RU_en_US.properties#quotation.property.text
+msgid "Quotation"
+msgstr "উদ্ধৃতি"
diff --git a/translations/source/as/dictionaries/si_LK.po b/translations/source/as/dictionaries/si_LK.po
new file mode 100644
index 00000000000..f59e602a1dd
--- /dev/null
+++ b/translations/source/as/dictionaries/si_LK.po
@@ -0,0 +1,19 @@
+#. extracted from dictionaries/si_LK.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%2Fsi_LK.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Sinhala spelling dictionary"
+msgstr ""
diff --git a/translations/source/as/dictionaries/sk_SK.po b/translations/source/as/dictionaries/sk_SK.po
index 9d53e080a9b..34dc17fc95f 100644
--- a/translations/source/as/dictionaries/sk_SK.po
+++ b/translations/source/as/dictionaries/sk_SK.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/sl_SI.po b/translations/source/as/dictionaries/sl_SI.po
index a89c0c65778..0a88ee57b4b 100644
--- a/translations/source/as/dictionaries/sl_SI.po
+++ b/translations/source/as/dictionaries/sl_SI.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/sr.po b/translations/source/as/dictionaries/sr.po
index c8d8f806317..db3862483f6 100644
--- a/translations/source/as/dictionaries/sr.po
+++ b/translations/source/as/dictionaries/sr.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/sv_SE.po b/translations/source/as/dictionaries/sv_SE.po
index 7ae18208a47..2fa667ca8a9 100644
--- a/translations/source/as/dictionaries/sv_SE.po
+++ b/translations/source/as/dictionaries/sv_SE.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/sw_TZ.po b/translations/source/as/dictionaries/sw_TZ.po
index 77d5208bdd2..4bc5b678b06 100644
--- a/translations/source/as/dictionaries/sw_TZ.po
+++ b/translations/source/as/dictionaries/sw_TZ.po
@@ -3,17 +3,17 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Swahili spelling dictionary"
-msgstr ""
+msgstr "স্বাহিলি বানান শব্দকোষ"
diff --git a/translations/source/as/dictionaries/te_IN.po b/translations/source/as/dictionaries/te_IN.po
index 887f9685d08..3ab9cfabe30 100644
--- a/translations/source/as/dictionaries/te_IN.po
+++ b/translations/source/as/dictionaries/te_IN.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:41+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: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/th_TH.po b/translations/source/as/dictionaries/th_TH.po
index 3e71db43f31..17db8bee92e 100644
--- a/translations/source/as/dictionaries/th_TH.po
+++ b/translations/source/as/dictionaries/th_TH.po
@@ -3,17 +3,17 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Thai spelling dictionary"
-msgstr ""
+msgstr "থাই বানান শব্দকোষ"
diff --git a/translations/source/as/dictionaries/uk_UA.po b/translations/source/as/dictionaries/uk_UA.po
index f84b8dd4d51..0d809f32fee 100644
--- a/translations/source/as/dictionaries/uk_UA.po
+++ b/translations/source/as/dictionaries/uk_UA.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/vi.po b/translations/source/as/dictionaries/vi.po
index fd9180d0734..02ce9aa21f8 100644
--- a/translations/source/as/dictionaries/vi.po
+++ b/translations/source/as/dictionaries/vi.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/dictionaries/zu_ZA.po b/translations/source/as/dictionaries/zu_ZA.po
index 6fffcdbf4f4..e8edd0d27c7 100644
--- a/translations/source/as/dictionaries/zu_ZA.po
+++ b/translations/source/as/dictionaries/zu_ZA.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/editeng/source/accessibility.po b/translations/source/as/editeng/source/accessibility.po
index b52de44f1c0..5a8f33a9d46 100644
--- a/translations/source/as/editeng/source/accessibility.po
+++ b/translations/source/as/editeng/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-04 16:40+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/editeng/source/editeng.po b/translations/source/as/editeng/source/editeng.po
index 02e98b78b09..27a40dbec1c 100644
--- a/translations/source/as/editeng/source/editeng.po
+++ b/translations/source/as/editeng/source/editeng.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-04 16:41+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -48,7 +48,7 @@ msgstr "শৈলীসমূহ প্ৰয়োগ কৰক"
#: editeng.src#RID_EDITUNDO_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "কেছ সলনি কৰক"
#: editeng.src#RID_MENU_SPELL.MN_SPELLING.menuitem.text
msgid "~Spellcheck..."
diff --git a/translations/source/as/editeng/source/items.po b/translations/source/as/editeng/source/items.po
index 1823668de62..f041aee9e98 100644
--- a/translations/source/as/editeng/source/items.po
+++ b/translations/source/as/editeng/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-04 16:41+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -512,6 +512,30 @@ msgstr "ইনচেট"
msgid "Outset"
msgstr "আউটচেট"
+#: svxitems.src#RID_SVXITEMS_METRIC_MM.string.text
+msgid "mm"
+msgstr "মি.মি."
+
+#: svxitems.src#RID_SVXITEMS_METRIC_CM.string.text
+msgid "cm"
+msgstr "ছে.মি."
+
+#: svxitems.src#RID_SVXITEMS_METRIC_INCH.string.text
+msgid "inch"
+msgstr "ইঞ্চি"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_POINT.string.text
+msgid "pt"
+msgstr "pt"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_TWIP.string.text
+msgid "twip"
+msgstr "টুইপ"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_PIXEL.string.text
+msgid "pixel"
+msgstr ""
+
#: svxitems.src#RID_SVXITEMS_SHADOWED_TRUE.string.text
msgid "Shadowed"
msgstr "ছাঁ দিয়া"
diff --git a/translations/source/as/editeng/source/misc.po b/translations/source/as/editeng/source/misc.po
index 67fc39130b5..d6925c59aff 100644
--- a/translations/source/as/editeng/source/misc.po
+++ b/translations/source/as/editeng/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-04 16:41+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/editeng/source/outliner.po b/translations/source/as/editeng/source/outliner.po
index bc9f63d93a9..663ec806ac3 100644
--- a/translations/source/as/editeng/source/outliner.po
+++ b/translations/source/as/editeng/source/outliner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-04 16:41+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/extensions/source/abpilot.po b/translations/source/as/extensions/source/abpilot.po
index dc98d368fb6..cb28ff2020e 100644
--- a/translations/source/as/extensions/source/abpilot.po
+++ b/translations/source/as/extensions/source/abpilot.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:00+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -70,8 +70,8 @@ msgid "Mozilla / Netscape"
msgstr "মজিলা / নেটস্কেপ"
#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_THUNDERBIRD.radiobutton.text
-msgid "Thunderbird"
-msgstr "Thunderbird"
+msgid "Thunderbird/Icedove"
+msgstr ""
#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_KAB.radiobutton.text
msgid "KDE address book"
diff --git a/translations/source/as/extensions/source/bibliography.po b/translations/source/as/extensions/source/bibliography.po
index d1624428ea2..5af59bf8eb0 100644
--- a/translations/source/as/extensions/source/bibliography.po
+++ b/translations/source/as/extensions/source/bibliography.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:00+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/extensions/source/dbpilots.po b/translations/source/as/extensions/source/dbpilots.po
index 7b47d6b4ced..9d0f9128dcc 100644
--- a/translations/source/as/extensions/source/dbpilots.po
+++ b/translations/source/as/extensions/source/dbpilots.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:00+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/extensions/source/propctrlr.po b/translations/source/as/extensions/source/propctrlr.po
index 80c5237b349..f2bd73c331d 100644
--- a/translations/source/as/extensions/source/propctrlr.po
+++ b/translations/source/as/extensions/source/propctrlr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-27 17:39+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/extensions/source/scanner.po b/translations/source/as/extensions/source/scanner.po
index d18b8a2eb9c..29d7ff785f5 100644
--- a/translations/source/as/extensions/source/scanner.po
+++ b/translations/source/as/extensions/source/scanner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:00+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -53,7 +53,7 @@ msgstr ""
#: sanedlg.src#RID_SANE_DIALOG.RID_SCAN_BTN.pushbutton.text
msgid "Scan"
-msgstr ""
+msgstr "স্কেন কৰক"
#: sanedlg.src#RID_SANE_DIALOG.RID_PREVIEW_BOX.fixedline.text
msgid "Preview"
diff --git a/translations/source/as/extensions/source/update/check.po b/translations/source/as/extensions/source/update/check.po
index 7c13d45f6d2..304f5a402d4 100644
--- a/translations/source/as/extensions/source/update/check.po
+++ b/translations/source/as/extensions/source/update/check.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-27 17:43+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/filter/source/config/fragments/filters.po b/translations/source/as/filter/source/config/fragments/filters.po
index 756e9dbad53..e36e76e350a 100644
--- a/translations/source/as/filter/source/config/fragments/filters.po
+++ b/translations/source/as/filter/source/config/fragments/filters.po
@@ -3,16 +3,16 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-11-26 01:27+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2011-12-15 12:06+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: as_IN <kde-i18n-doc@kde.org>\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Pootle 2.1.6\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
@@ -60,7 +60,7 @@ msgstr "টেক্সট এনক'ডেড (%productname% মুখ্য
msgid "Microsoft Excel 2007 Binary"
msgstr "Microsoft Excel 2007 Binary"
-#: impress_OOXML_ui.xcu#Office_Open_XML_Presentation.UIName.value.text
+#: impress_OOXML_ui.xcu#Impress_Office_Open_XML.UIName.value.text
msgid "Office Open XML Presentation"
msgstr "Office Open XML প্ৰদৰ্শন"
@@ -290,7 +290,7 @@ msgstr "HTML ডকুমেন্ট"
msgid "ODF Presentation"
msgstr "ODF Presentation"
-#: impress_OOXML_Template_ui.xcu#Office_Open_XML_Presentation_Template.UIName.value.text
+#: impress_OOXML_Template_ui.xcu#Impress_Office_Open_XML_Template.UIName.value.text
msgid "Office Open XML Presentation Template"
msgstr "Office Open XML প্ৰদৰ্শন টেমপ্লেইট"
diff --git a/translations/source/as/filter/source/config/fragments/internalgraphicfilters.po b/translations/source/as/filter/source/config/fragments/internalgraphicfilters.po
index be858268508..dfefc1345a9 100644
--- a/translations/source/as/filter/source/config/fragments/internalgraphicfilters.po
+++ b/translations/source/as/filter/source/config/fragments/internalgraphicfilters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:49+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/filter/source/config/fragments/types.po b/translations/source/as/filter/source/config/fragments/types.po
index 7ca491b1d17..9b7b287c0df 100644
--- a/translations/source/as/filter/source/config/fragments/types.po
+++ b/translations/source/as/filter/source/config/fragments/types.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-11-26 01:27+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:06+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Pootle 2.1.6\n"
+"Language: as\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: StarBase.xcu#StarBase.UIName.value.text
@@ -56,8 +56,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"
@@ -98,7 +99,7 @@ msgstr "Writer 8 Template"
#: MS_Excel_2007_Binary.xcu#MS_Excel_2007_Binary.UIName.value.text
msgid "Microsoft Excel 2007 Binary"
-msgstr ""
+msgstr "Microsoft Excel 2007 Binary"
#: calc8.xcu#calc8.UIName.value.text
msgid "Calc 8"
diff --git a/translations/source/as/filter/source/flash.po b/translations/source/as/filter/source/flash.po
index 481e15c8f01..93d280bb499 100644
--- a/translations/source/as/filter/source/flash.po
+++ b/translations/source/as/filter/source/flash.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:00+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/filter/source/graphicfilter/eps.po b/translations/source/as/filter/source/graphicfilter/eps.po
index b53175a2981..6d452a93351 100644
--- a/translations/source/as/filter/source/graphicfilter/eps.po
+++ b/translations/source/as/filter/source/graphicfilter/eps.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-27 18:04+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/filter/source/pdf.po b/translations/source/as/filter/source/pdf.po
index 63065a84568..78aa12bd4d4 100644
--- a/translations/source/as/filter/source/pdf.po
+++ b/translations/source/as/filter/source/pdf.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-27 18:03+0200\n"
-"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-01-05 12:10+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -116,6 +116,11 @@ msgstr "মন্তব্যসমূহ এক্সপোৰ্ট কৰক
msgid "Export ~notes pages"
msgstr "টোকা পৃষ্ঠাসমূহ এক্সপোৰ্ট কৰক (~n)"
+#: impdialog.src#CB_EXPORTHIDDENSLIDES.checkbox.text
+#, fuzzy
+msgid "Export ~hidden pages"
+msgstr "টোকা পৃষ্ঠাসমূহ এক্সপোৰ্ট কৰক (~n)"
+
#: impdialog.src#CB_EXPORTEMPTYPAGES.checkbox.text
msgid "Exp~ort automatically inserted blank pages"
msgstr "স্বয়ংক্রিয়ভাৱে ভৰোৱা ৰিক্ত পৃষ্ঠাৰ মূদ্ৰণ কৰক"
diff --git a/translations/source/as/filter/source/t602.po b/translations/source/as/filter/source/t602.po
index 0c46c9710e3..dea55296c88 100644
--- a/translations/source/as/filter/source/t602.po
+++ b/translations/source/as/filter/source/t602.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:00+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/filter/source/xsltdialog.po b/translations/source/as/filter/source/xsltdialog.po
index ee99ebb0541..7122d1f1db6 100644
--- a/translations/source/as/filter/source/xsltdialog.po
+++ b/translations/source/as/filter/source/xsltdialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-27 18:04+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/forms/source/resource.po b/translations/source/as/forms/source/resource.po
index 2bd55be64e2..1ff38ec30a6 100644
--- a/translations/source/as/forms/source/resource.po
+++ b/translations/source/as/forms/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:00+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/formula/source/core/resource.po b/translations/source/as/formula/source/core/resource.po
index 5374a19281c..63621914d9b 100644
--- a/translations/source/as/formula/source/core/resource.po
+++ b/translations/source/as/formula/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:00+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -142,6 +142,22 @@ msgstr "ATANH"
msgid "ACOTH"
msgstr "ACOTH"
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_COSECANT.string.text
+msgid "CSC"
+msgstr ""
+
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SECANT.string.text
+msgid "SEC"
+msgstr ""
+
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_COSECANT_HYP.string.text
+msgid "CSCH"
+msgstr ""
+
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SECANT_HYP.string.text
+msgid "SECH"
+msgstr ""
+
#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_EXP.string.text
msgid "EXP"
msgstr "EXP"
diff --git a/translations/source/as/formula/source/ui/dlg.po b/translations/source/as/formula/source/ui/dlg.po
index 28566d311e7..bd903361e4b 100644
--- a/translations/source/as/formula/source/ui/dlg.po
+++ b/translations/source/as/formula/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:00+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/fpicker/source/office.po b/translations/source/as/fpicker/source/office.po
index adf22a520ce..d36de7e7081 100644
--- a/translations/source/as/fpicker/source/office.po
+++ b/translations/source/as/fpicker/source/office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-28 14:22+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/framework/source/classes.po b/translations/source/as/framework/source/classes.po
index 736b910078f..06bd520d416 100644
--- a/translations/source/as/framework/source/classes.po
+++ b/translations/source/as/framework/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-28 14:23+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/framework/source/services.po b/translations/source/as/framework/source/services.po
index 2940fe4d6e9..626410f7502 100644
--- a/translations/source/as/framework/source/services.po
+++ b/translations/source/as/framework/source/services.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:00+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/instsetoo_native/inc_openoffice/windows/msi_languages.po b/translations/source/as/instsetoo_native/inc_openoffice/windows/msi_languages.po
index b25c1b5864a..d0a9b50b422 100644
--- a/translations/source/as/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/translations/source/as/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-27 16:58+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -30,68 +30,6 @@ msgstr "
msgid "Please exit [DEFINEDPRODUCT] [DEFINEDVERSION] and the [DEFINEDPRODUCT] [DEFINEDVERSION] Quickstarter before you continue. If you are using a multi-user system, also make sure that no other user has [DEFINEDPRODUCT] [DEFINEDVERSION] open."
msgstr "আগবঢ়াৰ আগতে অনুগ্ৰহ কৰি [DEFINEDPRODUCT] [DEFINEDVERSION] আৰু [DEFINEDPRODUCT] [DEFINEDVERSION] দ্ৰুতআৰম্ভক প্ৰস্থান কৰক। যদি আপুনি এটা বহু ব্যৱহাৰকাৰী চিস্টেম ব্যৱহাৰ কৰি আছে, নিশ্চিত কৰক যে অন্য কোনো ব্যৱহাৰকাৰীৰ [DEFINEDPRODUCT] [DEFINEDVERSION] খোলা অৱস্থাত নাই।"
-#: Nsis.ulf#SetupCaption.LngText.text
-msgid "%PRODUCTNAME %PRODUCTVERSION Installation Preparation"
-msgstr " %PRODUCTNAME% %PRODUCTVERSION% ইনষ্টলেছন প্ৰস্তুতি "
-
-#: Nsis.ulf#MUI_TEXT_WELCOME_INFO_TITLE.LngText.text
-msgid "Thank you for downloading %PRODUCTNAME %PRODUCTVERSION."
-msgstr " %PRODUCTNAME %PRODUCTVERSION ডাউনল'ড কৰাৰ কাৰণে ধন্যবাদ."
-
-#: Nsis.ulf#MUI_TEXT_WELCOME_INFO_TEXT.LngText.text
-msgid ""
-"The installation files must be unpacked and copied to your hard disk in preparation for the installation. After that, the %PRODUCTNAME installation will start automatically.\n"
-"\n"
-"Click \\'Next\\' to continue."
-msgstr ""
-"সংস্থাপনৰ ফাইল আনপেক কৰিব লাগিব আৰু হাৰ্ড ডিষ্কলৈ নকল কৰিব লাগিব সংস্থাপন আৰম্ভ কৰিবলৈ । তাৰ পিছত, %PRODUCTNAME সংস্থাপন নিজেই আৰম্ভ হ'ব ।\n"
-"\n"
-"আগবাঢ়িবলৈ \\'পিছলৈ\\' টিপক ।"
-
-#: Nsis.ulf#MUI_TEXT_DIRECTORY_TITLE.LngText.text
-msgid "Select Folder"
-msgstr "ফল্ডাৰ নিৰ্বাচন কৰক"
-
-#: Nsis.ulf#MUI_TEXT_DIRECTORY_SUBTITLE.LngText.text
-msgid "Select the folder in which to save the unpacked files."
-msgstr "আনপেকড ফাইলবোৰ য'ত ছেভ কৰিব সেই ফল্ডাৰটো বাছনী কৰক."
-
-#: Nsis.ulf#InstallBtn.LngText.text
-msgid "&Unpack"
-msgstr "& আন পেক কৰক"
-
-#: Nsis.ulf#DirText.LngText.text
-msgid "The %PRODUCTNAME %PRODUCTVERSION installation files will be unpacked and saved in the folder shown below. If you would like to save %PRODUCTNAME to a different folder, click \\'Browse\\' to select another folder."
-msgstr "%PRODUCTNAME %PRODUCTVERSION ইনষ্টলেছন ফাইলটো আনপেক কৰা হব আৰু তলত দেখুওৱা ফল্ডাৰত ছেভ কৰা হ'ল.যদি আপুনি %PRODUCTNAMEটো বেলেগ এটা ফল্ডাৰত ছেভ কৰিবলৈ বিচাৰে,অন্য ফল্ডাৰ নিৰ্বাচন কৰিবলৈ \\'ব্ৰাওজ\\'ত ক্লিক কৰক."
-
-#: Nsis.ulf#DirSubText.LngText.text
-msgid "Destination Folder"
-msgstr "লক্ষ্য ফল্ডাৰ "
-
-#: Nsis.ulf#SpaceRequired.LngText.text
-msgid "Space required: "
-msgstr "প্ৰয়োজনীয় ব্যৱধান:"
-
-#: Nsis.ulf#SpaceAvailable.LngText.text
-msgid "Space available: "
-msgstr "মজুত ব্যৱধান:"
-
-#: Nsis.ulf#MUI_TEXT_INSTALLING_TITLE.LngText.text
-msgid "Unpacking"
-msgstr "আন পেক কৰি আছে"
-
-#: Nsis.ulf#MUI_TEXT_INSTALLING_SUBTITLE.LngText.text
-msgid "Please wait while the installation files are being unpacked."
-msgstr "ইনষ্টলেছন ফাইলবোৰ আনপেক কৰি থাকোতে অপেক্ষা কৰক"
-
-#: Nsis.ulf#Extract.LngText.text
-msgid "Extract: "
-msgstr "উদ্ধৃতি: "
-
-#: Nsis.ulf#MUI_TEXT_ABORTWARNING.LngText.text
-msgid "Are you sure you want to quit the %PRODUCTNAME %PRODUCTVERSION Installation Preparation"
-msgstr "আপুনি %PRODUCTNAME %PRODUCTVERSION ইনষ্টলেছন প্ৰস্তুতিটোৰ ত্যাগ কৰিবলৈ বিচাৰে বুলি নিশ্চিতনে"
-
#: Error.ulf#OOO_ERROR_1.LngText.text
msgid "{{Fatal error: }}"
msgstr "{{Fatal error: }}"
diff --git a/translations/source/as/mysqlc/source.po b/translations/source/as/mysqlc/source.po
index 86c9e3cf51c..63d3b572212 100644
--- a/translations/source/as/mysqlc/source.po
+++ b/translations/source/as/mysqlc/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 13:06+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/translations/source/as/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index 0d2e2994224..25a29e1ef81 100644
--- a/translations/source/as/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/translations/source/as/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-27 14:22+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/translations/source/as/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
new file mode 100644
index 00000000000..685d06f1021
--- /dev/null
+++ b/translations/source/as/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
@@ -0,0 +1,205 @@
+#. extracted from nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.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+nlpsolver%2Fhelp%2Fen%2Fcom.sun.star.comp.Calc.NLPSolver.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: Options.xhp#tit.help.text
+msgid "Options"
+msgstr ""
+
+#: Options.xhp#bm_id0503200917110375_scalc.help.text
+msgid "<bookmark_value>Solver for Nonlinear Problems;Options</bookmark_value>"
+msgstr ""
+
+#: Options.xhp#hd_id0503200917103593.help.text
+msgid "General Options"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103780.help.text
+msgid "Size of Swarm"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103723.help.text
+msgid "… defines the number of individuals to participate in the learning process. Each individual finds its own solutions and contributes to the overall knowledge."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103771.help.text
+msgid "Learning Cycles"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103720.help.text
+msgid "… defines the number of iterations, the algorithm should take. In each iteration, all individuals make a guess on the best solution and share their knowledge."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103732.help.text
+msgid "Variable Bounds Guessing"
+msgstr ""
+
+#: Options.xhp#par_id050320091710378.help.text
+msgid "If enabled (default), the algorithm tries to find variable bounds by looking at the starting values."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103794.help.text
+msgid "Variable Bounds Threshold"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103710.help.text
+msgid "When guessing variable bounds, this threshold specifies, how the initial values are shifted to build the bounds. For an example how these values are calculated, please refer to the Manual in the Wiki."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103740.help.text
+msgid "Use ACR Comparator"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103766.help.text
+msgid "If <emph>disabled</emph> (default), the BCH Comparator is used. It compares two individuals by first looking at their constraint violations and only if those are equal, it measures their current solution."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103744.help.text
+msgid "If <emph>enabled</emph>, the ACR Comparator is used. It compares two individuals dependent on the current iteration and measures their goodness with knowledge about the libraries worst known solutions (in regard to their constraint violations)."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103792.help.text
+msgid "Use Random Starting Point"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103790.help.text
+msgid "If <emph>enabled</emph>, the library is simply filled up with randomly chosen points."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103765.help.text
+msgid "If <emph>disabled</emph>, the currently present values (as given by the user) are inserted in the library as reference point."
+msgstr ""
+
+#: Options.xhp#par_id0504200917103794.help.text
+msgid "Stagnation Limit"
+msgstr ""
+
+#: Options.xhp#par_id050320091710377.help.text
+msgid "If this number of individuals found solutions within a close range, the iteration is stopped and the best of these values is chosen as optimal."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103762.help.text
+msgid "Stagnation Tolerance"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103834.help.text
+msgid "Defines in what range solutions are considered “similar”."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103891.help.text
+msgid "Show Enhanced Solver Status"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103832.help.text
+msgid "If <emph>enabled</emph>, an additional dialog is shown during the solving process which gives informations about the current progress, the level of stagnation, the currently best known solution as well as the possibility, to stop or resume the solver."
+msgstr ""
+
+#: Options.xhp#hd_id0603200910392151.help.text
+msgid "DEPS-specific Options"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394232.help.text
+msgid "Agent Switch Rate"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394248.help.text
+msgid "Specifies the probability for an individual to choose the Differential Evolution strategy."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394277.help.text
+msgid "DE: Crossover Probability"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394280.help.text
+msgid "… defines the probability of the individual being combined with the globally best point. If crossover is not used, the point is assembled from the own memory of the individual."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394216.help.text
+msgid "DE: Scaling Factor"
+msgstr ""
+
+#: Options.xhp#par_id060320091039424.help.text
+msgid "During crossover, the scaling factor decides about the “speed” of movement."
+msgstr ""
+
+#: Options.xhp#par_id060320091039421.help.text
+msgid "PS: Constriction Coefficient"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394225.help.text
+msgid "… defines the speed at which the particles/individuals move towards each other."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394222.help.text
+msgid "PS: Cognitive Constant"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394212.help.text
+msgid "… sets the importance of the own memory (in particular the best reached point so far)."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394292.help.text
+msgid "PS: Social Constant"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394284.help.text
+msgid "… sets the importance of the global best point between all particles/individuals."
+msgstr ""
+
+#: Options.xhp#par_id060320091039425.help.text
+msgid "PS: Mutation Probability"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394272.help.text
+msgid "… defines the probability, that instead of moving a component of the particle towards the best point, it randomly chooses a new value from the valid range for that variable."
+msgstr ""
+
+#: Options.xhp#hd_id0603200910401383.help.text
+msgid "SCO-specific Options"
+msgstr ""
+
+#: Options.xhp#par_id0603200910401382.help.text
+msgid "Size of Library"
+msgstr ""
+
+#: Options.xhp#par_id060320091040136.help.text
+msgid "… defines the amount of informations to store in the public library. Each individual stores knowledge there and asks for informations."
+msgstr ""
+
+#: Usage.xhp#tit.help.text
+msgctxt "Usage.xhp#tit.help.text"
+msgid "Usage"
+msgstr ""
+
+#: Usage.xhp#bm_id0603200910434044_scalc.help.text
+msgid "<bookmark_value>Solver for Nonlinear Problems;Usage</bookmark_value>"
+msgstr ""
+
+#: Usage.xhp#hd_id0603200910430882.help.text
+msgctxt "Usage.xhp#hd_id0603200910430882.help.text"
+msgid "Usage"
+msgstr ""
+
+#: Usage.xhp#par_id0603200910430845.help.text
+msgid "Regardless whether you use DEPS or SCO, you start by going to Tools → Solver and set the Cell to be optimized, the direction to go (minimization, maximization) and the cells to be modified to reach the goal. Then you go to the Options and specify the solver to be used and if necessary adjust the according <link href=\"com.sun.star.comp.Calc.NLPSolver/Options.xhp\">parameters</link>."
+msgstr ""
+
+#: Usage.xhp#par_id0603200910430821.help.text
+msgid "There is also a list of constraints you can use to restrict the possible range of solutions or to penalize certain conditions. However, in case of the evolutionary solvers DEPS and SCO, these constraints are also used to specify bounds on the variables of the problem. Due to the random nature of the algorithms, it is <emph>highly recommended</emph> to do so and give upper (and in case \"Assume Non-Negative Variables\" is turned off also lower) bounds for all variables. They don't have to be near the actual solution (which is probably unknown) but should give a rough indication of the expected size (0 ≤ var ≤ 1 or maybe -1000000 ≤ var ≤ 1000000)."
+msgstr ""
+
+#: Usage.xhp#par_id0603200910430873.help.text
+msgid "Bounds are specified by selecting one or more variables (as range) on the left side and entering a numerical value (not a cell or a formula) on the right side. That way you can also choose one or more variables to be <emph>Integer</emph> or <emph>Binary</emph> only."
+msgstr ""
diff --git a/translations/source/as/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/translations/source/as/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
new file mode 100644
index 00000000000..7b55cc4218a
--- /dev/null
+++ b/translations/source/as/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
@@ -0,0 +1,23 @@
+#. extracted from nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.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+nlpsolver%2Fsrc%2Fcom%2Fsun%2Fstar%2Fcomp%2FCalc%2FNLPSolver.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Solver for Nonlinear Programming"
+msgstr ""
+
+#: description.xml#extdesc.extdesc.description.text
+msgid "This extension integrates into Calc and offers new Solver engines to use for optimizing nonlinear programming models.\n"
+msgstr ""
diff --git a/translations/source/as/nlpsolver/src/locale.po b/translations/source/as/nlpsolver/src/locale.po
new file mode 100644
index 00000000000..93975de3572
--- /dev/null
+++ b/translations/source/as/nlpsolver/src/locale.po
@@ -0,0 +1,179 @@
+#. extracted from nlpsolver/src/locale.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+nlpsolver%2Fsrc%2Flocale.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.AssumeNonNegative.property.text
+msgid "Assume Non-Negative Variables"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.SwarmSize.property.text
+msgid "Size of Swarm"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.LibrarySize.property.text
+msgid "Size of Library"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.LearningCycles.property.text
+msgid "Learning Cycles"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.GuessVariableRange.property.text
+msgid "Variable Bounds Guessing"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.VariableRangeThreshold.property.text
+msgid "Variable Bounds Threshold (when guessing)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.UseACRComparator.property.text
+msgid "Use ACR Comparator (instead of BCH)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.UseRandomStartingPoint.property.text
+msgid "Use Random starting point"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.StagnationLimit.property.text
+msgid "Stagnation Limit"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.Tolerance.property.text
+msgid "Stagnation Tolerance"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.EnhancedSolverStatus.property.text
+msgid "Show enhanced solver status"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.AgentSwitchRate.property.text
+msgid "Agent Switch Rate (DE Probability)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.DEFactor.property.text
+msgid "DE: Scaling Factor (0-1.2)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.DECR.property.text
+msgid "DE: Crossover Probability (0-1)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSC1.property.text
+msgid "PS: Cognitive Constant"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSC2.property.text
+msgid "PS: Social Constant"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSWeight.property.text
+msgid "PS: Constriction Coefficient"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSCL.property.text
+msgid "PS: Mutation Probability (0-0.005)"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Dialog.Caption.property.text
+msgid "Solver Status"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblSolution.property.text
+msgid "Current Solution:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblIteration.property.text
+msgid "Iteration:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblStagnation.property.text
+msgid "Stagnation:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblRuntime.property.text
+msgid "Runtime:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnStop.property.text
+msgid "Stop"
+msgstr "বন্ধ কৰক"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnOK.property.text
+msgid "OK"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnContinue.property.text
+msgid "Continue"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopIteration.property.text
+msgid "Maximum iterations reached."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopStagnation.property.text
+msgid "Process stopped due to stagnation."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopUser.property.text
+msgid "Process stopped due to user interruption."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.CurrentIteration.property.text
+msgid "Process stopped at iteration %d of %d."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Nanoseconds.property.text
+msgid "Nanoseconds"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Microseconds.property.text
+msgid "Microseconds"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Milliseconds.property.text
+msgid "Milliseconds"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Second.property.text
+msgid "Second"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Seconds.property.text
+msgid "Seconds"
+msgstr "ছেকেণ্ডবোৰ"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Minute.property.text
+msgid "Minute"
+msgstr "মিনিট"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Minutes.property.text
+msgid "Minutes"
+msgstr "লিখিত টোকাবোৰ"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Hour.property.text
+msgid "Hour"
+msgstr "ঘন্টা"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Hours.property.text
+msgid "Hours"
+msgstr "ঘণ্টাবোৰ"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Day.property.text
+msgid "Day"
+msgstr "দিন"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Days.property.text
+msgid "Days"
+msgstr ""
diff --git a/translations/source/as/officecfg/registry/data/org/openoffice/Office.po b/translations/source/as/officecfg/registry/data/org/openoffice/Office.po
index 9ce943434cb..bfff2dfe722 100644
--- a/translations/source/as/officecfg/registry/data/org/openoffice/Office.po
+++ b/translations/source/as/officecfg/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 14:00+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/officecfg/registry/data/org/openoffice/Office/UI.po b/translations/source/as/officecfg/registry/data/org/openoffice/Office/UI.po
index 259d4368fee..d5f753c3d1d 100644
--- a/translations/source/as/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/as/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-11-26 01:27+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-01-11 16:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
-"X-Generator: Pootle 2.1.6\n"
+"Language: as\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: WriterReportWindowState.xcu#..WriterReportWindowState.UIElements.States.private_resource/toolbar/standardbar.UIName.value.text
@@ -2708,10 +2708,6 @@ msgstr "8 বিট ৰঙৰ পেলেট"
msgid "24 Bit True Color"
msgstr "24 বিট সঁচা ৰং"
-#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_BigHandles.Label.value.text
-msgid "Large Handles"
-msgstr "ডাঙৰ হেণ্ডেলবোৰ"
-
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_DoubleClickTextEdit.Label.value.text
msgid "Double-click to edit Text"
msgstr " টেক্সট সম্পাদনা কৰিবলৈ দুবাৰ ক্লিক কৰক"
@@ -2842,7 +2838,7 @@ msgstr "শৈলীবোৰ"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_SnapLinesMenu.Label.value.text
msgid "~Snap Lines"
-msgstr ""
+msgstr "স্নেপ ৰেখাবোৰ"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_MasterPageMenu.Label.value.text
msgctxt "DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_MasterPageMenu.Label.value.text"
@@ -3271,6 +3267,11 @@ msgctxt "BasicIDEWindowState.xcu#..BasicIDEWindowState.UIElements.States.private
msgid "Language"
msgstr "ভাষা"
+#: BasicIDEWindowState.xcu#..BasicIDEWindowState.UIElements.States.private_resource/toolbar/formcontrolsbar.UIName.value.text
+#, fuzzy
+msgid "FormControls"
+msgstr "নিয়ন্ত্ৰণবোৰ"
+
#: BasicIDEWindowState.xcu#..BasicIDEWindowState.UIElements.States.private_resource/toolbar/insertcontrolsbar.UIName.value.text
msgid "Toolbox"
msgstr "টুলবক্স "
@@ -8150,6 +8151,10 @@ msgstr "ইনপুট মেথডৰ স্থিতি"
msgid "Optio~n Bar"
msgstr "বিকল্প বাৰ"
+#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_SendFeedback.Label.value.text
+msgid "Send Feedback..."
+msgstr ""
+
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_ShowLicense.Label.value.text
msgid "License Information..."
msgstr "অনুজ্ঞা পত্ৰ তথ্য..."
@@ -11835,7 +11840,37 @@ msgid "Goto Line Number..."
msgstr ""
#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_ShowLines.Label.value.text
-msgid "Display Source Line Number"
+msgid "Line Numbers"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormRadio.Label.value.text
+msgid "Form Option Button"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormCheck.Label.value.text
+msgid "Form Check Box"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormList.Label.value.text
+msgid "Form List Box"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormCombo.Label.value.text
+msgid "Form Combo Box"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormVScroll.Label.value.text
+#, fuzzy
+msgid "Form Vertical Scroll Bar"
+msgstr "উলম্ব স্ক্ৰ'ল বাৰ"
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormHScroll.Label.value.text
+#, fuzzy
+msgid "Form Horizonal Scroll Bar"
+msgstr "অনুভূমিক স্ক্র'লবাৰ"
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormSpin.Label.value.text
+msgid "Form Spin Button"
msgstr ""
#: WriterWebWindowState.xcu#..WriterWebWindowState.UIElements.States.private_resource/toolbar/standardbar.UIName.value.text
diff --git a/translations/source/as/padmin/source.po b/translations/source/as/padmin/source.po
index fd733ce4ea2..69886f399d0 100644
--- a/translations/source/as/padmin/source.po
+++ b/translations/source/as/padmin/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-28 15:26+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/readlicense_oo/docs/readme.po b/translations/source/as/readlicense_oo/docs/readme.po
index 9ef04f01f66..ee00c8ef9ae 100644
--- a/translations/source/as/readlicense_oo/docs/readme.po
+++ b/translations/source/as/readlicense_oo/docs/readme.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-16 06:56+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -103,7 +103,7 @@ msgid "1024x768 resolution (higher resolution recommended), at least 256 colors"
msgstr "1024x768 resolution (higher resolution recommended), at least 256 colors"
#: readme.xrm#edssc3d.edssc3d.readmeitem.text
-msgctxt "readme.xrm#edssc3d.edssc3d.readmeitem.text"
+#, fuzzy
msgid "Please be aware that administrator rights are needed for the installation process."
msgstr "টোকা: অনুগ্ৰহ কৰি সতৰ্ক হওক যে ইনষ্টল কৰা প্ৰক্ৰিয়াটোৰ কাৰণে প্ৰশাসক অধিকাৰবোৰৰ প্ৰয়োজন."
@@ -112,21 +112,12 @@ msgid "Registration of ${PRODUCTNAME} as default application for Microsoft Offic
msgstr "Microsoft Office ৰ কাৰণে ${PRODUCTNAME} অবিকল্পিত ৰূপে ন'হ'বলৈ সংস্থাপকৰ তলৰ command line switches বলবৎ কৰিব পাৰি:"
#: readme.xrm#MSOReg2.MSOReg2.readmeitem.text
-msgid "<tt>/msoreg=1</tt> will force registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
-msgstr "/msoreg=1 এ ${PRODUCTNAME} ক Microsoft Office formats ৰ কাৰণে অবিকল্পিত কৰিব ।"
+msgid "<tt>REGISTER_ALL_MSO_TYPES=1</tt> will force registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
+msgstr ""
#: readme.xrm#MSOReg3.MSOReg3.readmeitem.text
-msgid "<tt>/msoreg=0</tt> will suppress registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
-msgstr "/msoreg=0 এ ${PRODUCTNAME} ক Microsoft Office formats ৰ কাৰণে অবিকল্পিত নকৰে ।"
-
-#: readme.xrm#DLLA1.DLLA1.readmeitem.text
-msgid "If you perform an administrative installation using setup /a, you need to make sure that the file msvc90.dll is installed on the system. This file is required for ${PRODUCTNAME} to start after an administrative installation. You can get the file from <a href=\"http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF\">http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF</a>"
-msgstr "যদি আপুনি সংহতি /a ব্যৱহাৰ কৰি এটা প্ৰসাশনীয ইনস্টল কৰিব বিচাৰে, আপুনি সুনিশ্চিত হব লাগিব যে msvc90.dll নথিপত্ৰটো চিস্টেমত ইনস্টল হৈ আছে। এটা প্ৰসাশনীয় ইনস্টলৰ পিছত ${PRODUCTNAME} আৰম্ভ হবলে এই নথিপত্ৰৰ প্ৰয়োজন হয়। আপুনি নথিপত্ৰটো <a href= \"http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03 -4391-8A4D-074B9F2BC1BF\">http://www.microsoft.com/downloads/details.aspx? familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF</a> -ৰ পৰা পাব"
-
-#: readme.xrm#AdminNeeded.AdminNeeded.readmeitem.text
-msgctxt "readme.xrm#AdminNeeded.AdminNeeded.readmeitem.text"
-msgid "Please be aware that administrator rights are needed for the installation process."
-msgstr "টোকা: অনুগ্ৰহ কৰি সতৰ্ক হওক যে ইনষ্টল কৰা প্ৰক্ৰিয়াটোৰ কাৰণে প্ৰশাসক অধিকাৰবোৰৰ প্ৰয়োজন."
+msgid "<tt>REGISTER_NO_MSO_TYPES=1</tt> will suppress registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
+msgstr ""
#: readme.xrm#s2we10.s2we10.readmeitem.text
msgid "As a general rule, you are recommended to install ${PRODUCTNAME} via the installation methods recommended by your particular Linux distribution (such as the Ubuntu Software Center, in the case of Ubuntu Linux). This is because it is usually the simplest way to obtain an installation that is optimally integrated into your system. Indeed, ${PRODUCTNAME} may well be already installed by default when you originally install your Linux operating system."
@@ -185,8 +176,9 @@ msgid "Installation of ${PRODUCTNAME} on Debian/Ubuntu-based Linux systems"
msgstr "Debian/Ubuntu-ভিত্তিয় Linux চিস্টেমত ${PRODUCTNAME} -ৰ ইনস্টল"
#: readme.xrm#debianinstall1.debianinstall1.readmeitem.text
-msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to do that, please read the section below entitled Deinstallation of a Previous Version of ${PRODUCTNAME}. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
-msgstr "যদি আপোনাৰ ${PRODUCTNAME} -ৰ পূৰ্বৱৰ্তী সংস্কৰণ ইতিমধ্যে ইনস্টল হৈ আছে, তেনেহলে আপুনি আগবঢাৰ আগত ইয়াক ডিইনস্টল কৰি লব লাগিব। সেইটো কি ধৰণে কৰা হব তাৰ বিষয়ে নিৰ্দেশসমূহৰ বাবে, অনুগ্ৰহ কৰি ${PRODUCTNAME} -ৰ এটা পূৰ্বৱৰ্তী সংস্কৰণৰ ডিইনস্টল -ৰ তলত থকা অংশটো পঢ়ক। এটা ভাষা পেক কি ধৰণে ইনস্টল কৰা হব (${PRODUCTNAME} -ৰ মাৰ্কিন ইংৰাজী সংস্কৰণ ইনস্টল কৰাৰ পিছত) তাৰ বিষয়ে নিৰ্দেশসমূহ পাবলে, অনুগ্ৰহ কৰি এটা ভাষা পেক ইনস্টল কৰা -ৰ তলত থকা অংশটো পঢ়ক।"
+msgctxt "readme.xrm#debianinstall1.debianinstall1.readmeitem.text"
+msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
+msgstr ""
#: readme.xrm#debianinstall2.debianinstall2.readmeitem.text
msgctxt "readme.xrm#debianinstall2.debianinstall2.readmeitem.text"
@@ -235,8 +227,9 @@ msgid "Installation of ${PRODUCTNAME} on Fedora, Suse, Mandriva and other Linux
msgstr "Fedora, Suse, Mandriva আৰু অন্য Linux চিস্টেমসমূহত RPM পেকেইজসমূহ ব্যৱহাৰ কৰি ${PRODUCTNAME} -ৰ ইনস্টল"
#: readme.xrm#rpminstall1.rpminstall1.readmeitem.text
-msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to do that, please read the section below entitled De-installation of a Previous Version of ${PRODUCTNAME}. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
-msgstr "যদি আপোনাৰ ${PRODUCTNAME} -ৰ পূৰ্বৱৰ্তী সংস্কৰণ ইতিমধ্যে ইনস্টল হৈ আছে, তেনেহলে আপুনি আগবঢাৰ আগত ইয়াক ডিইনস্টল কৰি লব লাগিব। সেইটো কি ধৰণে কৰা হব তাৰ বিষয়ে নিৰ্দেশসমূহৰ বাবে, অনুগ্ৰহ কৰি ${PRODUCTNAME} -ৰ এটা পূৰ্বৱৰ্তী সংস্কৰণৰ ডিইনস্টল -ৰ তলত থকা অংশটো পঢ়ক। এটা ভাষা পেক কি ধৰণে ইনস্টল কৰা হব (${PRODUCTNAME} -ৰ মাৰ্কিন ইংৰাজী সংস্কৰণ ইনস্টল কৰাৰ পিছত) তাৰ বিষয়ে নিৰ্দেশসমূহ পাবলে, অনুগ্ৰহ কৰি এটা ভাষা পেক ইনস্টল কৰা -ৰ তলত থকা অংশটো পঢ়ক।"
+msgctxt "readme.xrm#rpminstall1.rpminstall1.readmeitem.text"
+msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
+msgstr ""
#: readme.xrm#rpminstall2.rpminstall2.readmeitem.text
msgctxt "readme.xrm#rpminstall2.rpminstall2.readmeitem.text"
@@ -280,16 +273,20 @@ msgid "Now run the installation command again:"
msgstr "এতিয়া ইনস্টল কমান্ডটো পুনৰ চলাওক:"
#: readme.xrm#rpminstallB.rpminstallB.readmeitem.text
-msgid "For Fedora-based systems: su -c 'yum install *redhat*.rpm'"
-msgstr "Fedora-ভিত্তিয় চিস্টেমসমূহৰ বাবে: su -c 'yum install *redhat*.rpm'"
+msgid "For Fedora-based systems: su -c 'yum install *freedesktop*.rpm'"
+msgstr "Fedora-ভিত্তিয় চিস্টেমসমূহৰ বাবে: su -c 'yum install *freedesktop*.rpm'"
#: readme.xrm#rpminstallC.rpminstallC.readmeitem.text
msgid "For Mandriva-based systems: sudo urpmi *mandriva*.rpm"
msgstr "Mandriva-ভিত্তিয় চিস্টেমসমূহৰ বাবে: sudo urpmi *mandriva*.rpm"
+#: readme.xrm#rpminstallF.rpminstallF.readmeitem.text
+msgid "For SUSE-based systems: rpm -Uvh *suse*.rpm"
+msgstr ""
+
#: readme.xrm#rpminstallD.rpminstallD.readmeitem.text
-msgid "For other RPM-based systems (Suse, etc.): rpm -Uvh *suse*.rpm"
-msgstr "অন্য RPM-ভিত্তিয় চিস্টেমসমূহৰ বাবে (Suse, etc.): rpm -Uvh *suse*.rpm"
+msgid "For other RPM-based systems: rpm -Uvh *freedesktop*.rpm"
+msgstr ""
#: readme.xrm#rpminstallE.rpminstallE.readmeitem.text
msgctxt "readme.xrm#rpminstallE.rpminstallE.readmeitem.text"
diff --git a/translations/source/as/reportbuilder/java/com/sun/star/report/function/metadata.po b/translations/source/as/reportbuilder/java/com/sun/star/report/function/metadata.po
new file mode 100644
index 00000000000..0566da19226
--- /dev/null
+++ b/translations/source/as/reportbuilder/java/com/sun/star/report/function/metadata.po
@@ -0,0 +1,39 @@
+#. extracted from reportbuilder/java/com/sun/star/report/function/metadata.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+reportbuilder%2Fjava%2Fcom%2Fsun%2Fstar%2Freport%2Ffunction%2Fmetadata.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: Author_Function_en_US.properties#display_name.property.text
+msgid "AUTHOR"
+msgstr ""
+
+#: Author_Function_en_US.properties#description.property.text
+msgid "Returns the author of the report."
+msgstr ""
+
+#: Title_Function_en_US.properties#display_name.property.text
+msgid "TITLE"
+msgstr ""
+
+#: Title_Function_en_US.properties#description.property.text
+msgid "Returns the title of the report."
+msgstr ""
+
+#: category_en_US.properties#display_name.property.text
+msgid "MetaData"
+msgstr ""
+
+#: category_en_US.properties#description.property.text
+msgid "Contains functions about meta data"
+msgstr ""
diff --git a/translations/source/as/reportbuilder/registry/data/org/openoffice/Office.po b/translations/source/as/reportbuilder/registry/data/org/openoffice/Office.po
index 2537854372a..927a2c637c8 100644
--- a/translations/source/as/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/translations/source/as/reportbuilder/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-29 08:36+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/reportbuilder/registry/data/org/openoffice/Office/UI.po b/translations/source/as/reportbuilder/registry/data/org/openoffice/Office/UI.po
index d950dbff26c..7d701ad9a89 100644
--- a/translations/source/as/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/as/reportbuilder/registry/data/org/openoffice/Office/UI.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-29 08:37+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -237,7 +237,7 @@ msgstr "সংবাদ আউটপুট বিন্যাস"
#: ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_SnapLinesMenu.Label.value.text
msgid "~Snap Lines"
-msgstr ""
+msgstr "স্নেপ ৰেখাবোৰ"
#: ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_ObjectResize.Label.value.text
msgctxt "ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_ObjectResize.Label.value.text"
diff --git a/translations/source/as/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/translations/source/as/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index 471e442aa89..15413e6d1ab 100644
--- a/translations/source/as/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/translations/source/as/reportbuilder/registry/data/org/openoffice/TypeDetection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-29 08:36+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/reportbuilder/util.po b/translations/source/as/reportbuilder/util.po
index 5b0b5c09911..86da8bb82ec 100644
--- a/translations/source/as/reportbuilder/util.po
+++ b/translations/source/as/reportbuilder/util.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/reportdesign/source/core/resource.po b/translations/source/as/reportdesign/source/core/resource.po
index b248ad6cf96..4d6092a3a66 100644
--- a/translations/source/as/reportdesign/source/core/resource.po
+++ b/translations/source/as/reportdesign/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 21:01+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/reportdesign/source/ui/dlg.po b/translations/source/as/reportdesign/source/ui/dlg.po
index 08e5c610def..c96e7ffa531 100644
--- a/translations/source/as/reportdesign/source/ui/dlg.po
+++ b/translations/source/as/reportdesign/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-27 15:34+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/reportdesign/source/ui/inspection.po b/translations/source/as/reportdesign/source/ui/inspection.po
index 0740ed3d059..bc4f48a5291 100644
--- a/translations/source/as/reportdesign/source/ui/inspection.po
+++ b/translations/source/as/reportdesign/source/ui/inspection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-27 15:38+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/reportdesign/source/ui/report.po b/translations/source/as/reportdesign/source/ui/report.po
index a20f0c92fb8..3833fb52423 100644
--- a/translations/source/as/reportdesign/source/ui/report.po
+++ b/translations/source/as/reportdesign/source/ui/report.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-27 15:40+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sc/source/core/src.po b/translations/source/as/sc/source/core/src.po
index 12ee3dbc8c4..cc60189bd78 100644
--- a/translations/source/as/sc/source/core/src.po
+++ b/translations/source/as/sc/source/core/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:01+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sc/source/ui/cctrl.po b/translations/source/as/sc/source/ui/cctrl.po
index 8d7bb082b58..43e8930b2a1 100644
--- a/translations/source/as/sc/source/ui/cctrl.po
+++ b/translations/source/as/sc/source/ui/cctrl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 09:51+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sc/source/ui/dbgui.po b/translations/source/as/sc/source/ui/dbgui.po
index fd0d2840373..2d1203eab45 100644
--- a/translations/source/as/sc/source/ui/dbgui.po
+++ b/translations/source/as/sc/source/ui/dbgui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-03 09:51+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sc/source/ui/docshell.po b/translations/source/as/sc/source/ui/docshell.po
index d51870fda46..3a792193eb5 100644
--- a/translations/source/as/sc/source/ui/docshell.po
+++ b/translations/source/as/sc/source/ui/docshell.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:01+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sc/source/ui/drawfunc.po b/translations/source/as/sc/source/ui/drawfunc.po
index 42dc036cf3d..e0a1eb99f7b 100644
--- a/translations/source/as/sc/source/ui/drawfunc.po
+++ b/translations/source/as/sc/source/ui/drawfunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 09:51+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sc/source/ui/formdlg.po b/translations/source/as/sc/source/ui/formdlg.po
index 9446eceb323..248c13bf505 100644
--- a/translations/source/as/sc/source/ui/formdlg.po
+++ b/translations/source/as/sc/source/ui/formdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:01+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sc/source/ui/miscdlgs.po b/translations/source/as/sc/source/ui/miscdlgs.po
index 457e2957d35..7103f00b774 100644
--- a/translations/source/as/sc/source/ui/miscdlgs.po
+++ b/translations/source/as/sc/source/ui/miscdlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-03 09:51+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sc/source/ui/navipi.po b/translations/source/as/sc/source/ui/navipi.po
index 15e85ba2fca..a3133d667b6 100644
--- a/translations/source/as/sc/source/ui/navipi.po
+++ b/translations/source/as/sc/source/ui/navipi.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 01:27+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
-"X-Generator: Pootle 2.1.6\n"
+"Language: as\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: navipi.src#RID_SCDLG_NAVIGATOR.FT_ROW.fixedtext.text
diff --git a/translations/source/as/sc/source/ui/pagedlg.po b/translations/source/as/sc/source/ui/pagedlg.po
index d6456c90dec..6435701f07a 100644
--- a/translations/source/as/sc/source/ui/pagedlg.po
+++ b/translations/source/as/sc/source/ui/pagedlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 21:01+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sc/source/ui/src.po b/translations/source/as/sc/source/ui/src.po
index 64ac1234718..1108eae11aa 100644
--- a/translations/source/as/sc/source/ui/src.po
+++ b/translations/source/as/sc/source/ui/src.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-11-26 01:27+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2011-12-15 12:07+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
-"X-Generator: Pootle 2.1.6\n"
+"Language: as\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: namedlg.src#RID_SCDLG_NAMES.BTN_ADD.pushbutton.text
@@ -35,11 +35,6 @@ msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_NAME_CANCEL.pushbutton.text"
msgid "Cancel"
msgstr "বাতিল"
-#: namedlg.src#RID_SCDLG_NAMES.BTN_SELECT.pushbutton.text
-msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_SELECT.pushbutton.text"
-msgid "Select Range"
-msgstr "পৰিসৰ বাছনী কৰক"
-
#: namedlg.src#RID_SCDLG_NAMES.FT_SCOPE.fixedtext.text
#, fuzzy
msgctxt "namedlg.src#RID_SCDLG_NAMES.FT_SCOPE.fixedtext.text"
@@ -69,6 +64,7 @@ msgid "Shrink"
msgstr "Shrink"
#: namedlg.src#RID_SCDLG_NAMES.BTN_MORE.checkbox.text
+msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_MORE.checkbox.text"
msgid "Range Options"
msgstr ""
@@ -96,25 +92,6 @@ msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_COLHEADER.checkbox.text"
msgid "Repeat ~column"
msgstr "স্তম্ভৰ পুনৰাবৃত্তি"
-#: namedlg.src#RID_SCDLG_NAMES.STR_INVALIDSYMBOL.string.text
-#, fuzzy
-msgctxt "namedlg.src#RID_SCDLG_NAMES.STR_INVALIDSYMBOL.string.text"
-msgid "Invalid expression"
-msgstr "অকার্যকৰী প্ৰকাশ"
-
-#: namedlg.src#RID_SCDLG_NAMES.STR_MODIFYFAILED.string.text
-msgid "Modifying range name failed"
-msgstr ""
-
-#: 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_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_DEFAULT_INFO.string.text
msgid "Select cells in the document to update the range."
msgstr ""
@@ -444,10 +421,6 @@ msgstr "পৃষ্ঠাৰ বিৰতিবোৰ"
msgid "Helplines ~While Moving"
msgstr ""
-#: optdlg.src#RID_SCPAGE_CONTENT.CB_BIGHANDLES.checkbox.text
-msgid "~Large handles"
-msgstr "ডাঙৰ হেণ্ডেলবোৰ"
-
#: optdlg.src#RID_SCPAGE_CONTENT.GB_DISPLAY.fixedline.text
msgid "Display"
msgstr "প্ৰদৰ্শন"
@@ -1663,9 +1636,9 @@ msgstr "মচি দিয়ক"
msgid "Restore"
msgstr "পুনৰ প্ৰতিষ্ঠা কৰক "
-#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_LAST.pushbutton.text
-msgid "Last Record"
-msgstr "অন্তিম ৰেকৰ্ড"
+#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_PREV.pushbutton.text
+msgid "Previous Record"
+msgstr "পূৰ্বৱৰ্তী ৰেকৰ্ড"
#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_NEXT.pushbutton.text
msgid "Next Record"
@@ -3918,8 +3891,8 @@ msgid "Number"
msgstr "সংখ্যা"
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ARC_COS_HYP.3.string.text
-msgid "A value greater than or equal to 1 for which the hyperbolic cosine is to be returned."
-msgstr "-1তকৈ ডাঙৰ বা 1ৰ সমান এটা মূল্য যাৰ কাৰণে প্ৰতিলোম পৰাবৃত্তীয় কোছাইনটো ঘূৰাই পথাব লগীয়া হয় । "
+msgid "A value greater than or equal to 1 for which the inverse hyperbolic cosine is to be returned."
+msgstr ""
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ARC_SIN_HYP.1.string.text
msgid "Returns the inverse hyperbolic sine of a number."
@@ -4110,6 +4083,60 @@ msgstr "সংখ্যা_y"
msgid "The value for the y coordinate."
msgstr " y স্থানাংকটোৰ কাৰণে মূল্যটো ।"
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.1.string.text
+msgid "Return the cosecant of an angle. CSC(x)=1/SIN(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.3.string.text
+#, fuzzy
+msgid "The angle in radians for which the cosecant is to be calculated."
+msgstr "যাৰ কাৰণে ছাইনটো বৰ্ণনা কৰিবলগীয়া হয়, ৰেডিয়ানবোৰত সেই কোণটো ।"
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.1.string.text
+msgid "Return the secant of an angle. SEC(x)=1/COS(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.3.string.text
+#, fuzzy
+msgid "The angle in radians for which the secant is to be calculated."
+msgstr "যাৰ কাৰণে ছাইনটো বৰ্ণনা কৰিবলগীয়া হয়, ৰেডিয়ানবোৰত সেই কোণটো ।"
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.1.string.text
+msgid "Return the hyperbolic cosecant of a hyperbolic angle. CSCH(x)=1/SINH(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.3.string.text
+msgid "The hyperbolic angle in radians for which the hyperbolic cosecant is to be calculated."
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.1.string.text
+msgid "Return the hyperbolic secant of a hyperbolic angle. SECH(x)=1/COSH(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.3.string.text
+msgid "The hyperbolic angle in radians for which the hyperbolic secant is to be calculated."
+msgstr ""
+
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_DEG.1.string.text
msgid "Converts a radian to degrees"
msgstr "ডিগ্ৰিবোৰলৈ এটা ৰেডিয়ান সলনি কৰে"
@@ -10562,7 +10589,7 @@ msgstr "পৰিসৰৰ নামবোৰ সম্পাদনা কৰক
#: globstr.src#RID_GLOBSTR.STR_UNDO_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "কেছ সলনি কৰক"
#: globstr.src#RID_GLOBSTR.STR_DB_NONAME.string.text
msgctxt "globstr.src#RID_GLOBSTR.STR_DB_NONAME.string.text"
@@ -11880,7 +11907,6 @@ msgstr "কক্ষ বাছনী কৰক"
#: 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 "পৰিসৰ বাছনী কৰক"
@@ -12161,6 +12187,25 @@ msgstr "Scope"
msgid "Document (Global)"
msgstr "দস্তাবেজ (বিশ্বব্যাপী)"
+#: globstr.src#RID_GLOBSTR.STR_ERR_NAME_EXISTS.string.text
+msgid "Invalid name. Already in use for the selected scope."
+msgstr ""
+
+#: globstr.src#RID_GLOBSTR.STR_ERR_NAME_INVALID.string.text
+msgid "Invalid name. Only use letters, numbers and underscore."
+msgstr ""
+
+#: globstr.src#RID_GLOBSTR.STR_UNSAVED_EXT_REF.string.text
+msgid ""
+"This Document contains external references to unsaved documents.\n"
+"\n"
+"Do you want to continue?"
+msgstr ""
+
+#: globstr.src#RID_GLOBSTR.STR_CLOSE_WITH_UNSAVED_REFS.string.text
+msgid "This Document is referenced by another document and not yet saved. Closing it without saving will result in data loss."
+msgstr ""
+
#: crnrdlg.src#RID_SCDLG_COLROWNAMERANGES.FL_ASSIGN.fixedline.text
msgctxt "crnrdlg.src#RID_SCDLG_COLROWNAMERANGES.FL_ASSIGN.fixedline.text"
msgid "Range"
@@ -12922,7 +12967,8 @@ msgid "Cancel"
msgstr "বাতিল"
#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_MORE.checkbox.text
-msgid "RangeOptions"
+msgctxt "namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_MORE.checkbox.text"
+msgid "Range Options"
msgstr ""
#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.FT_NAME.fixedtext.text
@@ -12973,20 +13019,6 @@ msgctxt "namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_COLHEADER.checkbox.text"
msgid "Repeat ~column"
msgstr "স্তম্ভৰ পুনৰাবৃত্তি"
-#: 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 "অকার্যকৰী প্ৰকাশ"
-
-#: 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 ""
diff --git a/translations/source/as/sc/source/ui/styleui.po b/translations/source/as/sc/source/ui/styleui.po
index dc2aea292dc..a1297e14c5b 100644
--- a/translations/source/as/sc/source/ui/styleui.po
+++ b/translations/source/as/sc/source/ui/styleui.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-26 01:27+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Pootle 2.1.6\n"
+"Language: as\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.sfxstylefamilyitem.text
@@ -27,7 +27,7 @@ msgstr "কক্ষ শৈলী"
#: scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.2.filterlist.text
msgid "Applied Styles"
-msgstr ""
+msgstr "ব্যৱহৃত শৈলীবোৰ"
#: scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.3.filterlist.text
msgctxt "scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.3.filterlist.text"
diff --git a/translations/source/as/scaddins/source/analysis.po b/translations/source/as/scaddins/source/analysis.po
index 3838187123b..aa62ed4ff7d 100644
--- a/translations/source/as/scaddins/source/analysis.po
+++ b/translations/source/as/scaddins/source/analysis.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-27 15:44+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/scaddins/source/datefunc.po b/translations/source/as/scaddins/source/datefunc.po
index b1da928098c..c09400e5c7e 100644
--- a/translations/source/as/scaddins/source/datefunc.po
+++ b/translations/source/as/scaddins/source/datefunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:01+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sccomp/source/solver.po b/translations/source/as/sccomp/source/solver.po
index 7670af26bd8..d44ebcd803e 100644
--- a/translations/source/as/sccomp/source/solver.po
+++ b/translations/source/as/sccomp/source/solver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:01+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/scp2/source/accessories.po b/translations/source/as/scp2/source/accessories.po
index 6981d837c09..fe2ec7c7ce2 100644
--- a/translations/source/as/scp2/source/accessories.po
+++ b/translations/source/as/scp2/source/accessories.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-09 17:04+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/scp2/source/activex.po b/translations/source/as/scp2/source/activex.po
index 2c4ed650be5..67e5e712273 100644
--- a/translations/source/as/scp2/source/activex.po
+++ b/translations/source/as/scp2/source/activex.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 21:01+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/scp2/source/base.po b/translations/source/as/scp2/source/base.po
index 46cb1474a7b..24f64f15dda 100644
--- a/translations/source/as/scp2/source/base.po
+++ b/translations/source/as/scp2/source/base.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:01+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -38,6 +38,16 @@ msgstr "%PRODUCTNAME আধাৰৰ সহায়"
msgid "Help about %PRODUCTNAME Base"
msgstr "%PRODUCTNAME আধাৰৰ বিষয়ে সহায়"
+#: postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr ""
+
+#: postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr ""
+
#: folderitem_base.ulf#STR_FI_TOOLTIP_BASE.LngText.text
msgid "Manage databases, create queries and reports to track and manage your information by using Base."
msgstr "আধাৰ ব্যৱহাৰ কৰি ডাটাবেছবোৰ নিয়ন্ত্ৰণ কৰক, প্ৰশ্নবোৰ সৃষ্টি কৰক আৰু ট্ৰেকলৈ ৰিপৰ্ট কৰক আৰু আপোনাৰ তথ্যবোৰ নিয়ন্ত্ৰণ কৰক."
diff --git a/translations/source/as/scp2/source/binfilter.po b/translations/source/as/scp2/source/binfilter.po
index d38ea30d2a3..2899146ce97 100644
--- a/translations/source/as/scp2/source/binfilter.po
+++ b/translations/source/as/scp2/source/binfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:01+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/scp2/source/calc.po b/translations/source/as/scp2/source/calc.po
index 837048bba1b..02d0a73ba2e 100644
--- a/translations/source/as/scp2/source/calc.po
+++ b/translations/source/as/scp2/source/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:01+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/scp2/source/draw.po b/translations/source/as/scp2/source/draw.po
index 79a0ab61b69..55bb317e8f4 100644
--- a/translations/source/as/scp2/source/draw.po
+++ b/translations/source/as/scp2/source/draw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:01+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/scp2/source/extensions.po b/translations/source/as/scp2/source/extensions.po
index 2604bf15bf8..c469d249e1f 100644
--- a/translations/source/as/scp2/source/extensions.po
+++ b/translations/source/as/scp2/source/extensions.po
@@ -3,2237 +3,77 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-09 17:04+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\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
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text"
+#, fuzzy
msgid "English"
msgstr "ইংৰাজী"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text"
+#, fuzzy
msgid "Installs English support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION ত English ৰ সমৰ্থন দিয়ে"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text"
+#, fuzzy
msgid "German"
msgstr "German"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text"
+#, fuzzy
msgid "Installs German support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION ত German ৰ সমৰ্থন দিয়ে"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text"
+#, fuzzy
msgid "French"
msgstr "French"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text"
+#, fuzzy
msgid "Installs French support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION ত French ৰ সমৰ্থন দিয়ে"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text"
+#, fuzzy
msgid "Italian"
msgstr "Italian"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text"
+#, fuzzy
msgid "Installs Italian support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION ত Italian ৰ সমৰ্থন দিয়ে"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text"
+#, fuzzy
msgid "Spanish"
msgstr "Spanish"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text"
+#, fuzzy
msgid "Installs Spanish support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION ত Spanish ৰ সমৰ্থন দিয়ে"
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text"
-msgid "Swedish"
-msgstr "Swedish"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text"
-msgid "Installs Swedish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Swedish ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text"
-msgid "Portuguese"
-msgstr "Portuguese"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION -ত Portuguese সমৰ্থন ইনস্টল কৰে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Portuguese (Brazil)"
-msgstr "Portuguese (Brazil)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Portuguese (Brazil) ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text"
-msgid "Japanese"
-msgstr "Japanese"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text"
-msgid "Installs Japanese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Japanese ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text"
-msgid "Korean"
-msgstr "Korean"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text"
-msgid "Installs Korean support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Korean ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Chinese (simplified)"
-msgstr "Chinese (simplified)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Installs Chinese (simplified) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Chinese (simplified) ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Chinese (traditional)"
-msgstr "Chinese (traditional)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Installs Chinese (traditional) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Chinese (traditional) ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text"
-msgid "Dutch"
-msgstr "Dutch"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text"
-msgid "Installs Dutch support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Dutch ৰ সমৰ্থন দিয়ে"
-
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text"
+#, fuzzy
msgid "Hungarian"
msgstr "Hungarian"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text"
+#, fuzzy
msgid "Installs Hungarian support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION ত Hungarian ৰ সমৰ্থন দিয়ে"
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text"
-msgid "Polish"
-msgstr "Polish"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text"
-msgid "Installs Polish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Polish ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text"
-msgid "Russian"
-msgstr "Russian"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text"
-msgid "Installs Russian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Russian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text"
-msgid "Turkish"
-msgstr "Turkish"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text"
-msgid "Installs Turkish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Turkish ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text"
-msgid "Greek"
-msgstr "Greek"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text"
-msgid "Installs Greek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Greek ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text"
-msgid "Thai"
-msgstr "Thai"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text"
-msgid "Installs Thai support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Thai ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text"
-msgid "Czech"
-msgstr "Czech"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text"
-msgid "Installs Czech support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Czech ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text"
-msgid "Slovak"
-msgstr "Slovak"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text"
-msgid "Installs Slovak support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Slovak ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text"
-msgid "Croatian"
-msgstr "Croatian"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text"
-msgid "Installs Croatian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Croatian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text"
-msgid "Estonian"
-msgstr "Estonian"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text"
-msgid "Installs Estonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Estonian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text"
-msgid "Vietnamese"
-msgstr "Vietnamese"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text"
-msgid "Installs Vietnamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Vietnamese ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text"
-msgid "Bulgarian"
-msgstr "Bulgarian"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text"
-msgid "Installs Bulgarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Bulgarian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text"
-msgid "Khmer"
-msgstr "Khmer"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text"
-msgid "Installs Khmer support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Khmer ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Punjabi"
-msgstr "Punjabi"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Installs Punjabi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Punjabi ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Gujarati"
-msgstr "Gujarati"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Gujarati ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text"
-msgid "Tamil"
-msgstr "Tamil"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Tamil ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Tamil"
-msgstr "Tamil"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Tamil ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text"
-msgid "Hindi"
-msgstr "Hindi"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Hindi ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Hindi"
-msgstr "Hindi"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Hindi ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text"
-msgid "Southern Sotho (Sutu)"
-msgstr "Southern Sotho (Sutu)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text"
-msgid "Installs Southern Sotho (Sutu) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Southern Sotho (Sutu) ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text"
-msgid "Tswana"
-msgstr "Tswana"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text"
-msgid "Installs Tswana support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Tswana ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text"
-msgid "Xhosa"
-msgstr "Xhosa"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text"
-msgid "Installs Xhosa support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Xhosa ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Zulu"
-msgstr "Zulu"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Installs Zulu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Zulu ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text"
-msgid "Afrikaans"
-msgstr "Afrikaans"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text"
-msgid "Installs Afrikaans support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Afrikaans ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text"
-msgid "Swahili"
-msgstr "Swahili"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Swahili ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Swahili"
-msgstr "Swahili"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Swahili ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text"
-msgid "Lao"
-msgstr "Lao"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text"
-msgid "Installs Lao support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Lao ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text"
-msgid "Burmese"
-msgstr "বাৰমিচ"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text"
-msgid "Installs Burmese (Myanmar) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION -ত বাৰমিচ (মাইয়ানমাৰ) সমৰ্থন ইনস্টল কৰে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Northern Sotho"
-msgstr "Northern Sotho"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Installs Northern Sotho support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Northern Sotho ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text"
-msgid "Bengali"
-msgstr "Bengali"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text"
-msgid "Installs Bengali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Bengali ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Bengali (Bangladesh)"
-msgstr "Bengali (Bangladesh)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Installs Bengali (Bangladesh) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Bengali (Bangladesh) ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Bengali (India)"
-msgstr "Bengali (India)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Installs Bengali (India) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Bengali (India) ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text"
-msgid "Oriya"
-msgstr "Oriya"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Oriya ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Oriya"
-msgstr "Oriya"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Oriya ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text"
-msgid "Marathi"
-msgstr "Marathi"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Marathi ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Marathi"
-msgstr "Marathi"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Marathi ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text"
-msgid "Nepali"
-msgstr "Nepali"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text"
-msgid "Installs Nepali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Nepali ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text"
-msgid "Arabic"
-msgstr "Arabic"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Arabic ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Arabic"
-msgstr "Arabic"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Arabic ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text"
-msgid "Catalan"
-msgstr "Catalan"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text"
-msgid "Installs Catalan support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Catalan ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text"
-msgid "Danish"
-msgstr "Danish"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text"
-msgid "Installs Danish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Danish ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text"
-msgid "Finnish"
-msgstr "Finnish"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text"
-msgid "Installs Finnish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Finnish ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text"
-msgid "Hebrew"
-msgstr "Hebrew"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text"
-msgid "Installs Hebrew support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Hebrew ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text"
-msgid "Icelandic"
-msgstr "Icelandic"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text"
-msgid "Installs Icelandic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Icelandic ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text"
-msgid "Norwegian (Bokmal)"
-msgstr "Norwegian (Bokmal)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text"
-msgid "Installs Norwegian (Bokmal) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Norwegian (Bokmal) ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text"
-msgid "Norwegian (Nynorsk)"
-msgstr "Norwegian (Nynorsk)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text"
-msgid "Installs Norwegian (Nynorsk) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Norwegian (Nynorsk) ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text"
-msgid "Rhaeto-Romance"
-msgstr "Rhaeto-Romance"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text"
-msgid "Installs Rhaeto-Romance support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Rhaeto-Romance ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text"
-msgid "Romanian"
-msgstr "Romanian"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text"
-msgid "Installs Romanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Romanian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Albanian"
-msgstr "Albanian"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Installs Albanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Albanian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text"
-msgid "Urdu"
-msgstr "Urdu"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Urdu ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text"
-msgid "Indonesian"
-msgstr "Indonesian"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text"
-msgid "Installs Indonesian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Indonesian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text"
-msgid "Ukrainian"
-msgstr "Ukrainian"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text"
-msgid "Installs Ukrainian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Ukrainian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text"
-msgid "Belarusian"
-msgstr "Belarusian"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text"
-msgid "Installs Belarusian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Belarusian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text"
-msgid "Slovenian"
-msgstr "Slovenian"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text"
-msgid "Installs Slovenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Slovenian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text"
-msgid "Latvian"
-msgstr "Latvian"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text"
-msgid "Installs Latvian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Latvian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text"
-msgid "Lithuanian"
-msgstr "Lithuanian"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text"
-msgid "Installs Lithuanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Lithuanian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text"
-msgid "Armenian"
-msgstr "Armenian"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text"
-msgid "Installs Armenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Armenian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text"
-msgid "Basque"
-msgstr "Basque"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text"
-msgid "Installs Basque support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Basque ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text"
-msgid "Macedonian"
-msgstr "Macedonian"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text"
-msgid "Installs Macedonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Macedonian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text"
-msgid "Maltese"
-msgstr "Maltese"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text"
-msgid "Installs Maltese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Maltese ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text"
-msgid "Welsh"
-msgstr "Welsh"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text"
-msgid "Installs Welsh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Welsh ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text"
-msgid "Galician"
-msgstr "Galician"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text"
-msgid "Installs Galician support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Galician ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "Serbian (Latin)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Serbian (Latin) ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "Serbian (Latin)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Serbian (Latin) ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text"
-msgid "Irish"
-msgstr "Irish"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text"
-msgid "Installs Irish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Irish ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "Serbian (Cyrillic)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Serbian (Cyrillic) ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "Serbian (Cyrillic)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Serbian (Cyrillic) ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text"
-msgid "Bosnian"
-msgstr "Bosnian"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text"
-msgid "Installs Bosnian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Bosnian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Assamese"
-msgstr "Assamese"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Installs Assamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Assamese ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text"
-msgid "Kinyarwanda"
-msgstr "Kinyarwanda"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text"
-msgid "Installs Kinyarwanda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Kinyarwanda ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text"
-msgid "Sanskrit"
-msgstr "Sanskrit"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text"
-msgid "Installs Sanskrit support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Sanskrit ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text"
-msgid "Farsi"
-msgstr "Farsi"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text"
-msgid "Installs Farsi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Farsi ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text"
-msgid "Faroese"
-msgstr "Faroese"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text"
-msgid "Installs Faroese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Faroese ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text"
-msgid "Sorbian"
-msgstr "Sorbian"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text"
-msgid "Installs Sorbian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Sorbian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text"
-msgid "Tatar"
-msgstr "Tatar"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text"
-msgid "Installs Tatar support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Tatar ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text"
-msgid "Tsonga"
-msgstr "Tsonga"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text"
-msgid "Installs Tsonga support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Tsonga ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text"
-msgid "Yiddish"
-msgstr "Yiddish"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text"
-msgid "Installs Yiddish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Yiddish ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text"
-msgid "Breton"
-msgstr "Breton"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text"
-msgid "Installs Breton support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Breton ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text"
-msgid "Ndebele South"
-msgstr "Ndebele South"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text"
-msgid "Installs Ndebele South support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Ndebele South ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text"
-msgid "Swazi"
-msgstr "Swazi"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text"
-msgid "Installs Swazi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Swazi ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text"
-msgid "Venda"
-msgstr "Venda"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text"
-msgid "Installs Venda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Venda ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text"
-msgid "Kannada"
-msgstr "Kannada"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text"
-msgid "Installs Kannada support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Kannada ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text"
-msgid "Malay (Malaysian)"
-msgstr "Malay (Malaysian)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text"
-msgid "Installs Malay (Malaysian) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Malay (Malaysian) ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text"
-msgid "Tajik"
-msgstr "Tajik"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text"
-msgid "Installs Tajik support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Tajik ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text"
-msgid "Kurdish"
-msgstr "Kurdish"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text"
-msgid "Installs Kurdish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Kurdish ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Dzongkha"
-msgstr "Dzongkha"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Installs Dzongkha support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Dzongkha ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text"
-msgid "Georgian"
-msgstr "Georgian"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text"
-msgid "Installs Georgian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Georgian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text"
-msgid "Esperanto"
-msgstr "Esperanto"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text"
-msgid "Installs Esperanto support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Esperanto ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text"
-msgid "Gujarati"
-msgstr "Gujarati"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Gujarati ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "English (South Africa)"
-msgstr "English (South Africa)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "Installs English (South Africa) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত English (South Africa) ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "English (United Kingdom)"
-msgstr "English (United Kingdom)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "Installs English (United Kingdom) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত English (United Kingdom) ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Urdu"
-msgstr "Urdu"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Urdu ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Malayalam"
-msgstr "Malayalam"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Installs Malayalam support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Malayalam ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Telugu"
-msgstr "Telugu"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Installs Telugu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Telugu ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Tigrinya"
-msgstr "Tigrinya"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Installs Tigrinya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Tigrinya ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Uzbek"
-msgstr "Uzbek"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Installs Uzbek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Uzbek ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text"
-msgid "Mongolian"
-msgstr "Mongolian"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text"
-msgid "Installs Mongolian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Mongolian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text"
-msgid "Kazakh"
-msgstr "কাজাখ"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text"
-msgid "Installs Kazakh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION -ত কাজাখৰ সমৰ্থন ইনস্টল কৰে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text"
-msgid "English"
-msgstr "English"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text"
-msgid "Installs English support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত English ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text"
-msgid "German"
-msgstr "German"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text"
-msgid "Installs German support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত German ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text"
-msgid "French"
-msgstr "French"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text"
-msgid "Installs French support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত French ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text"
-msgid "Italian"
-msgstr "Italian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text"
-msgid "Installs Italian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Italian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text"
-msgid "Spanish"
-msgstr "Spanish"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text"
-msgid "Installs Spanish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Spanish ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text"
-msgid "Swedish"
-msgstr "Swedish"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text"
-msgid "Installs Swedish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Swedish ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text"
-msgid "Portuguese"
-msgstr "Portuguese"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Portuguese ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Portuguese (Brazil)"
-msgstr "Portuguese (Brazil)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Portuguese (Brazil) ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text"
-msgid "Japanese"
-msgstr "Japanese"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text"
-msgid "Installs Japanese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Japanese ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text"
-msgid "Korean"
-msgstr "Korean"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text"
-msgid "Installs Korean support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Korean ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Chinese (simplified)"
-msgstr "Chinese (simplified)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Installs Chinese (simplified) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Chinese (simplified) ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Chinese (traditional)"
-msgstr "Chinese (traditional)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Installs Chinese (traditional) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Chinese (traditional) ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text"
-msgid "Dutch"
-msgstr "Dutch"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text"
-msgid "Installs Dutch support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Dutch ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text"
-msgid "Hungarian"
-msgstr "Hungarian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text"
-msgid "Installs Hungarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Hungarian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text"
-msgid "Polish"
-msgstr "Polish"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text"
-msgid "Installs Polish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Polish ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text"
-msgid "Russian"
-msgstr "Russian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text"
-msgid "Installs Russian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Russian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text"
-msgid "Turkish"
-msgstr "Turkish"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text"
-msgid "Installs Turkish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Turkish ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text"
-msgid "Greek"
-msgstr "Greek"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text"
-msgid "Installs Greek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Greek ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text"
-msgid "Thai"
-msgstr "Thai"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text"
-msgid "Installs Thai support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Thai ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text"
-msgid "Czech"
-msgstr "Czech"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text"
-msgid "Installs Czech support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Czech ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text"
-msgid "Slovak"
-msgstr "Slovak"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text"
-msgid "Installs Slovak support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Slovak ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text"
-msgid "Croatian"
-msgstr "Croatian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text"
-msgid "Installs Croatian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Croatian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text"
-msgid "Estonian"
-msgstr "Estonian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text"
-msgid "Installs Estonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Estonian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text"
-msgid "Vietnamese"
-msgstr "Vietnamese"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text"
-msgid "Installs Vietnamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Vietnamese ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text"
-msgid "Bulgarian"
-msgstr "Bulgarian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text"
-msgid "Installs Bulgarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Bulgarian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text"
-msgid "Khmer"
-msgstr "Khmer"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text"
-msgid "Installs Khmer support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Khmer ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Punjabi"
-msgstr "Punjabi"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Installs Punjabi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Punjabi ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Gujarati"
-msgstr "Gujarati"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Gujarati ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text"
-msgid "Tamil"
-msgstr "Tamil"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Tamil ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Tamil"
-msgstr "Tamil"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Tamil ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text"
-msgid "Hindi"
-msgstr "Hindi"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Hindi ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Hindi"
-msgstr "Hindi"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Hindi ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text"
-msgid "Southern Sotho (Sutu)"
-msgstr "Southern Sotho (Sutu)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text"
-msgid "Installs Southern Sotho (Sutu) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Southern Sotho (Sutu) ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text"
-msgid "Tswana"
-msgstr "Tswana"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text"
-msgid "Installs Tswana support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Tswana ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text"
-msgid "Xhosa"
-msgstr "Xhosa"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text"
-msgid "Installs Xhosa support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Xhosa ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Zulu"
-msgstr "Zulu"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Installs Zulu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Zulu ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text"
-msgid "Afrikaans"
-msgstr "Afrikaans"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text"
-msgid "Installs Afrikaans support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Afrikaans ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text"
-msgid "Swahili"
-msgstr "Swahili"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Swahili ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Swahili"
-msgstr "Swahili"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Swahili ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text"
-msgid "Lao"
-msgstr "Lao"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text"
-msgid "Installs Lao support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Lao ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text"
-msgid "Burmese"
-msgstr "বাৰমিচ"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text"
-msgid "Installs Burmese (Myanmar) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION -ত বাৰমিচ (মাইয়ানমাৰ) ৰ সমৰ্থন ইনস্টল কৰে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Northern Sotho"
-msgstr "Northern Sotho"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Installs Northern Sotho support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Northern Sotho ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text"
-msgid "Bengali"
-msgstr "Bengali"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text"
-msgid "Installs Bengali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Bengali ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Bengali (Bangladesh)"
-msgstr "Bengali (Bangladesh)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Installs Bengali (Bangladesh) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Bengali (Bangladesh) ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Bengali (India)"
-msgstr "Bengali (India)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Installs Bengali (India) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Bengali (India) ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text"
-msgid "Oriya"
-msgstr "Oriya"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Oriya ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Oriya"
-msgstr "Oriya"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Oriya ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text"
-msgid "Marathi"
-msgstr "Marathi"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Marathi ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Marathi"
-msgstr "Marathi"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Marathi ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text"
-msgid "Nepali"
-msgstr "Nepali"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text"
-msgid "Installs Nepali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Nepali ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text"
-msgid "Arabic"
-msgstr "Arabic"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Arabic ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Arabic"
-msgstr "Arabic"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Arabic ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text"
-msgid "Catalan"
-msgstr "Catalan"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text"
-msgid "Installs Catalan support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Catalan ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text"
-msgid "Danish"
-msgstr "Danish"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text"
-msgid "Installs Danish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Danish ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text"
-msgid "Finnish"
-msgstr "Finnish"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text"
-msgid "Installs Finnish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Finnish ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text"
-msgid "Hebrew"
-msgstr "Hebrew"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text"
-msgid "Installs Hebrew support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Hebrew ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text"
-msgid "Icelandic"
-msgstr "Icelandic"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text"
-msgid "Installs Icelandic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Icelandic ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text"
-msgid "Norwegian (Bokmal)"
-msgstr "Norwegian (Bokmal)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text"
-msgid "Installs Norwegian (Bokmal) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Norwegian (Bokmal) ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text"
-msgid "Norwegian (Nynorsk)"
-msgstr "Norwegian (Nynorsk)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text"
-msgid "Installs Norwegian (Nynorsk) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Norwegian (Nynorsk) ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text"
-msgid "Rhaeto-Romance"
-msgstr "Rhaeto-Romance"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text"
-msgid "Installs Rhaeto-Romance support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Rhaeto-Romance ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text"
-msgid "Romanian"
-msgstr "Romanian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text"
-msgid "Installs Romanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Romanian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Albanian"
-msgstr "Albanian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Installs Albanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Albanian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text"
-msgid "Urdu"
-msgstr "Urdu"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Urdu ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text"
-msgid "Indonesian"
-msgstr "Indonesian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text"
-msgid "Installs Indonesian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Indonesian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text"
-msgid "Ukrainian"
-msgstr "Ukrainian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text"
-msgid "Installs Ukrainian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Ukrainian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text"
-msgid "Belarusian"
-msgstr "Belarusian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text"
-msgid "Installs Belarusian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Belarusian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text"
-msgid "Slovenian"
-msgstr "Slovenian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text"
-msgid "Installs Slovenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Slovenian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text"
-msgid "Latvian"
-msgstr "Latvian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text"
-msgid "Installs Latvian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Latvian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text"
-msgid "Lithuanian"
-msgstr "Lithuanian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text"
-msgid "Installs Lithuanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Lithuanian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text"
-msgid "Armenian"
-msgstr "Armenian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text"
-msgid "Installs Armenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Armenian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text"
-msgid "Basque"
-msgstr "Basque"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text"
-msgid "Installs Basque support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Basque ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text"
-msgid "Macedonian"
-msgstr "Macedonian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text"
-msgid "Installs Macedonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Macedonian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text"
-msgid "Maltese"
-msgstr "Maltese"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text"
-msgid "Installs Maltese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Maltese ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text"
-msgid "Welsh"
-msgstr "Welsh"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text"
-msgid "Installs Welsh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Welsh ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text"
-msgid "Galician"
-msgstr "Galician"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text"
-msgid "Installs Galician support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Galician ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "Serbian (Latin)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Serbian (Latin) ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "Serbian (Latin)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Serbian (Latin) ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text"
-msgid "Irish"
-msgstr "Irish"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text"
-msgid "Installs Irish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Irish ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "Serbian (Cyrillic)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Serbian (Cyrillic) ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "Serbian (Cyrillic)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Serbian (Cyrillic) ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text"
-msgid "Bosnian"
-msgstr "Bosnian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text"
-msgid "Installs Bosnian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Bosnian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Assamese"
-msgstr "Assamese"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Installs Assamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Assamese ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text"
-msgid "Kinyarwanda"
-msgstr "Kinyarwanda"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text"
-msgid "Installs Kinyarwanda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Kinyarwanda ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text"
-msgid "Sanskrit"
-msgstr "Sanskrit"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text"
-msgid "Installs Sanskrit support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Sanskrit ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text"
-msgid "Farsi"
-msgstr "Farsi"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text"
-msgid "Installs Farsi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Farsi ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text"
-msgid "Faroese"
-msgstr "Faroese"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text"
-msgid "Installs Faroese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Faroese ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text"
-msgid "Sorbian"
-msgstr "Sorbian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text"
-msgid "Installs Sorbian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Sorbian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text"
-msgid "Tatar"
-msgstr "Tatar"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text"
-msgid "Installs Tatar support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Tatar ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text"
-msgid "Tsonga"
-msgstr "Tsonga"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text"
-msgid "Installs Tsonga support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Tsonga ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text"
-msgid "Yiddish"
-msgstr "Yiddish"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text"
-msgid "Installs Yiddish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Yiddish ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text"
-msgid "Breton"
-msgstr "Breton"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text"
-msgid "Installs Breton support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Breton ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text"
-msgid "Ndebele South"
-msgstr "Ndebele South"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text"
-msgid "Installs Ndebele South support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Ndebele South ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text"
-msgid "Swazi"
-msgstr "Swazi"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text"
-msgid "Installs Swazi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Swazi ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text"
-msgid "Venda"
-msgstr "Venda"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text"
-msgid "Installs Venda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Venda ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text"
-msgid "Kannada"
-msgstr "Kannada"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text"
-msgid "Installs Kannada support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Kannada ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text"
-msgid "Malay (Malaysian)"
-msgstr "Malay (Malaysian)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text"
-msgid "Installs Malay (Malaysian) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Malay (Malaysian) ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text"
-msgid "Tajik"
-msgstr "Tajik"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text"
-msgid "Installs Tajik support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Tajik ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text"
-msgid "Kurdish"
-msgstr "Kurdish"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text"
-msgid "Installs Kurdish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Kurdish ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Dzongkha"
-msgstr "Dzongkha"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Installs Dzongkha support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Dzongkha ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text"
-msgid "Georgian"
-msgstr "Georgian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text"
-msgid "Installs Georgian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Georgian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text"
-msgid "Esperanto"
-msgstr "Esperanto"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text"
-msgid "Installs Esperanto support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Esperanto ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text"
-msgid "Gujarati"
-msgstr "Gujarati"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Gujarati ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "English (South Africa)"
-msgstr "English (South Africa)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "Installs English (South Africa) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত English (South Africa) ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "English (United Kingdom)"
-msgstr "English (United Kingdom)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "Installs English (United Kingdom) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত English (United Kingdom) ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Urdu"
-msgstr "Urdu"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Urdu ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Malayalam"
-msgstr "Malayalam"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Installs Malayalam support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Malayalam ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Telugu"
-msgstr "Telugu"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Installs Telugu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Telugu ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Tigrinya"
-msgstr "Tigrinya"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Installs Tigrinya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Tigrinya ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Uzbek"
-msgstr "Uzbek"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Installs Uzbek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Uzbek ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text"
-msgid "Mongolian"
-msgstr "Mongolian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text"
-msgid "Installs Mongolian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ত Mongolian ৰ সমৰ্থন দিয়ে"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text"
-msgid "Kazakh"
-msgstr "কাজাখ"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text"
-msgid "Installs Kazakh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION -ত কাজাখ সমৰ্থন ইনস্টল কৰে"
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS.LngText.text
msgid "Extensions"
msgstr "প্ৰসাৰনসমূহ"
@@ -2292,16 +132,6 @@ msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_PDFIMPORT.Lng
msgid "PDF Import"
msgstr "PDF ইমপোৰ্ট"
-#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text
-msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text"
-msgid "Lightproof"
-msgstr "লাইটপ্ৰুফ"
-
-#: module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text
-msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text"
-msgid "Lightproof"
-msgstr "লাইটপ্ৰুফ"
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_NUMBERTEXT.LngText.text
msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_NUMBERTEXT.LngText.text"
msgid "Numbertext"
diff --git a/translations/source/as/scp2/source/gnome.po b/translations/source/as/scp2/source/gnome.po
index 63eb2535076..07187587cc3 100644
--- a/translations/source/as/scp2/source/gnome.po
+++ b/translations/source/as/scp2/source/gnome.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:01+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/scp2/source/graphicfilter.po b/translations/source/as/scp2/source/graphicfilter.po
index 5f581363d56..f791565ad6b 100644
--- a/translations/source/as/scp2/source/graphicfilter.po
+++ b/translations/source/as/scp2/source/graphicfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:01+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/scp2/source/impress.po b/translations/source/as/scp2/source/impress.po
index 4a660eaec8e..dd1e41b0bbf 100644
--- a/translations/source/as/scp2/source/impress.po
+++ b/translations/source/as/scp2/source/impress.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-09 17:05+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/scp2/source/javafilter.po b/translations/source/as/scp2/source/javafilter.po
index 6c85231c16a..989df1bcf21 100644
--- a/translations/source/as/scp2/source/javafilter.po
+++ b/translations/source/as/scp2/source/javafilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:01+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/scp2/source/kde.po b/translations/source/as/scp2/source/kde.po
index 515e53fbe9a..37ae893396e 100644
--- a/translations/source/as/scp2/source/kde.po
+++ b/translations/source/as/scp2/source/kde.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:01+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/scp2/source/math.po b/translations/source/as/scp2/source/math.po
index b5b095f9268..99741fa1bfa 100644
--- a/translations/source/as/scp2/source/math.po
+++ b/translations/source/as/scp2/source/math.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:01+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/scp2/source/onlineupdate.po b/translations/source/as/scp2/source/onlineupdate.po
index d473d2c3428..5caf177ce27 100644
--- a/translations/source/as/scp2/source/onlineupdate.po
+++ b/translations/source/as/scp2/source/onlineupdate.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:01+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/scp2/source/ooo.po b/translations/source/as/scp2/source/ooo.po
index aa6dc146fbb..e34971840bb 100644
--- a/translations/source/as/scp2/source/ooo.po
+++ b/translations/source/as/scp2/source/ooo.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-11-26 01:27+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2011-12-15 12:07+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
-"X-Generator: Pootle 2.1.6\n"
+"Language: as\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: module_systemint.ulf#STR_NAME_MODULE_OPTIONAL_SYSTEMINTEGRATION.LngText.text
@@ -1087,6 +1087,15 @@ msgstr "Afrikaans"
msgid "Afrikaans spelling dictionary, and hyphenation rules"
msgstr "ক্ৰোএছীয়ান বানান শব্দকোষ আৰু হাইফেনেষণ বিন্যাসসমূহ"
+#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AN.LngText.text
+msgid "Aragonese"
+msgstr ""
+
+#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_AN.LngText.text
+#, fuzzy
+msgid "Aragonese spelling dictionary"
+msgstr "থাই বানান শব্দকোষ"
+
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AR.LngText.text
#, fuzzy
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AR.LngText.text"
@@ -1186,7 +1195,7 @@ msgid "English"
msgstr "English"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_EN.LngText.text
-msgid "English (Australia, Canada, South Africa, UK, USA) spelling dictionaries, hyphenation rules, and thesaurus"
+msgid "English spelling dictionaries, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_EL.LngText.text
@@ -1286,7 +1295,7 @@ msgstr "Hungarian"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_HU.LngText.text
#, fuzzy
-msgid "Hungarian spelling dictionary, hyphenation rules, and thesaurus"
+msgid "Hungarian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
msgstr "হাংগেৰিয়ান বানান শব্দকোষ, হাইফেনেষণ বিন্যাসসমূহ, আৰু সমাৰ্থশব্দকোষ"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_HR.LngText.text
@@ -1425,6 +1434,16 @@ msgstr "Russian"
msgid "Russian spelling dictionary, hyphenation rules, and thesaurus"
msgstr "ৰাছিয়ান বানান নীৰিক্ষক শব্দকোষ, হাইফেনেষণ নিয়মসমূহ আৰু সমাৰ্থশব্দকোষ"
+#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SI.LngText.text
+msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SI.LngText.text"
+msgid "Sinhala"
+msgstr "সিংঘলী"
+
+#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_SI.LngText.text
+#, fuzzy
+msgid "Sinhala spelling dictionary"
+msgstr "থাই বানান শব্দকোষ"
+
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SK.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SK.LngText.text"
msgid "Slovak"
@@ -2536,7 +2555,7 @@ msgstr ""
#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_LB.LngText.text
msgid "Luxembourgish"
-msgstr ""
+msgstr "Luxembourgish"
#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_LB.LngText.text
msgid "Installs the Luxembourgish user interface"
diff --git a/translations/source/as/scp2/source/python.po b/translations/source/as/scp2/source/python.po
index 82e62b76430..dc0113a7679 100644
--- a/translations/source/as/scp2/source/python.po
+++ b/translations/source/as/scp2/source/python.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:01+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/scp2/source/quickstart.po b/translations/source/as/scp2/source/quickstart.po
index e44f36da78d..2e2d3e6b974 100644
--- a/translations/source/as/scp2/source/quickstart.po
+++ b/translations/source/as/scp2/source/quickstart.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:01+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/scp2/source/sdkoo.po b/translations/source/as/scp2/source/sdkoo.po
index c787947010e..8c33b63ae31 100644
--- a/translations/source/as/scp2/source/sdkoo.po
+++ b/translations/source/as/scp2/source/sdkoo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:01+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/scp2/source/smoketest.po b/translations/source/as/scp2/source/smoketest.po
new file mode 100644
index 00000000000..5853ddaa254
--- /dev/null
+++ b/translations/source/as/scp2/source/smoketest.po
@@ -0,0 +1,23 @@
+#. extracted from scp2/source/smoketest.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+scp2%2Fsource%2Fsmoketest.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: module_smoketest.ulf#STR_NAME_MODULE_OPTIONAL_SMOKETEST.LngText.text
+msgid "%PRODUCTNAME %PRODUCTVERSION Smoketest"
+msgstr ""
+
+#: module_smoketest.ulf#STR_DESC_MODULE_OPTIONAL_SMOKETEST.LngText.text
+msgid "The smoketest of %PRODUCTNAME %PRODUCTVERSION"
+msgstr ""
diff --git a/translations/source/as/scp2/source/winexplorerext.po b/translations/source/as/scp2/source/winexplorerext.po
index ffb6edecb59..1a0bf2aa26c 100644
--- a/translations/source/as/scp2/source/winexplorerext.po
+++ b/translations/source/as/scp2/source/winexplorerext.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:01+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/scp2/source/writer.po b/translations/source/as/scp2/source/writer.po
index 3fe0402c3f4..92132da038f 100644
--- a/translations/source/as/scp2/source/writer.po
+++ b/translations/source/as/scp2/source/writer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:01+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/scp2/source/xsltfilter.po b/translations/source/as/scp2/source/xsltfilter.po
index 36c0e5f5bae..f1a813fef73 100644
--- a/translations/source/as/scp2/source/xsltfilter.po
+++ b/translations/source/as/scp2/source/xsltfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:01+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/scripting/source/pyprov.po b/translations/source/as/scripting/source/pyprov.po
index 104066c7b23..4914f1bd071 100644
--- a/translations/source/as/scripting/source/pyprov.po
+++ b/translations/source/as/scripting/source/pyprov.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sd/source/core.po b/translations/source/as/sd/source/core.po
index ccff0e90990..50d52ccac3a 100644
--- a/translations/source/as/sd/source/core.po
+++ b/translations/source/as/sd/source/core.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-05 21:01+0200\n"
-"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:07+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -25,6 +25,8 @@ msgid "Background objects"
msgstr "পৃষ্ঠভূমিৰ বস্তুবোৰ"
#: glob.src#STR_LAYER_LAYOUT.string.text
+#, fuzzy
+msgctxt "glob.src#STR_LAYER_LAYOUT.string.text"
msgid "Layout"
msgstr "খচৰা"
@@ -316,6 +318,37 @@ msgstr "মেডিয়া পুনৰ বজাওক"
msgid "Table"
msgstr "টেবুল"
+#: glob.src#STR_SLIDESORTERVIEWSHELL.string.text
+msgid "Slide Sorter"
+msgstr "শ্লাইড বাছোঁতা"
+
+#: glob.src#STR_TOOL_PANEL_SHELL.string.text
+msgid "Tool Panel"
+msgstr ""
+
+#: glob.src#STR_LEFT_IMPRESS_PANE_SHELL.string.text
+#, fuzzy
+msgid "Slides"
+msgstr "শ্লাইড"
+
+#: glob.src#STR_LEFT_DRAW_PANE_SHELL.string.text
+#, fuzzy
+msgid "Pages"
+msgstr "পৃষ্ঠা"
+
+#: glob.src#STR_TASKPANEVIEWSHELL.string.text
+msgid "Tasks"
+msgstr ""
+
+#: glob.src#STR_MASTERPAGESSELECTOR.string.text
+msgid "Master Pages"
+msgstr ""
+
+#: glob.src#STR_TASKPANELAYOUTMENU.string.text
+msgctxt "glob.src#STR_TASKPANELAYOUTMENU.string.text"
+msgid "Layout"
+msgstr "খচৰা"
+
#: glob.src#STR_POWERPOINT_IMPORT.string.text
msgid "PowerPoint Import"
msgstr "পাৱাৰ পইণ্ট আমদানি"
diff --git a/translations/source/as/sd/source/filter/html.po b/translations/source/as/sd/source/filter/html.po
index ea71fd5129a..ff2064d832c 100644
--- a/translations/source/as/sd/source/filter/html.po
+++ b/translations/source/as/sd/source/filter/html.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:01+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sd/source/ui/accessibility.po b/translations/source/as/sd/source/ui/accessibility.po
index 45ef1a9e5de..b18175b94e0 100644
--- a/translations/source/as/sd/source/ui/accessibility.po
+++ b/translations/source/as/sd/source/ui/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:01+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sd/source/ui/animations.po b/translations/source/as/sd/source/ui/animations.po
index 708cfa9e03c..e6e6a2535b9 100644
--- a/translations/source/as/sd/source/ui/animations.po
+++ b/translations/source/as/sd/source/ui/animations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-28 08:26+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sd/source/ui/annotations.po b/translations/source/as/sd/source/ui/annotations.po
index 6081200a056..35cbbc485e3 100644
--- a/translations/source/as/sd/source/ui/annotations.po
+++ b/translations/source/as/sd/source/ui/annotations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-28 08:26+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sd/source/ui/app.po b/translations/source/as/sd/source/ui/app.po
index 6711707cf6e..f7c09ffcfb2 100644
--- a/translations/source/as/sd/source/ui/app.po
+++ b/translations/source/as/sd/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-28 12:06+0000\n"
"Last-Translator: Nilamdyuti Goswami <ngoswami@redhat.com>\n"
"Language-Team: as_IN <kde-i18n-doc@kde.org>\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -1934,7 +1934,7 @@ msgstr "নির্দিষ্ট তলৰ উলম্ব"
#: menuids_tmpl.src#MN_GRID_VISIBLE.SID_GRID_VISIBLE.menuitem.text
msgid "~Display Grid"
-msgstr ""
+msgstr "জাল প্রদর্শন কৰক"
#: menuids_tmpl.src#MN_GRID_USE.SID_GRID_USE.menuitem.text
msgid "Snap to Grid"
diff --git a/translations/source/as/sd/source/ui/dlg.po b/translations/source/as/sd/source/ui/dlg.po
index 9590cce4409..e91ebe5c22d 100644
--- a/translations/source/as/sd/source/ui/dlg.po
+++ b/translations/source/as/sd/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-28 09:21+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sd/source/ui/notes.po b/translations/source/as/sd/source/ui/notes.po
index d7f47d82e0e..dc4604bdbf8 100644
--- a/translations/source/as/sd/source/ui/notes.po
+++ b/translations/source/as/sd/source/ui/notes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:01+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sd/source/ui/slideshow.po b/translations/source/as/sd/source/ui/slideshow.po
index 52726303b72..cb1280e349e 100644
--- a/translations/source/as/sd/source/ui/slideshow.po
+++ b/translations/source/as/sd/source/ui/slideshow.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-28 09:21+0200\n"
-"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:07+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -35,7 +35,8 @@ msgid "~Go to Slide"
msgstr "শ্লাইডলৈ যাওক (~G)"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_PEN_MODE.menuitem.text
-msgid "Mouse pointer as ~pen"
+#, fuzzy
+msgid "Mouse pointer as ~Pen"
msgstr "কলমৰ দৰে মাউছৰ নির্দেশক"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_WIDTH_PEN.CM_WIDTH_PEN_VERY_THIN.menuitem.text
@@ -63,11 +64,13 @@ msgid "~Pen Width"
msgstr "কলম প্ৰস্থ (~P)"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_COLOR_PEN.menuitem.text
-msgid "~Change Pen Color..."
+#, fuzzy
+msgid "~Change pen Color..."
msgstr "কলমৰ ৰং সলনি কৰক (~C)..."
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_ERASE_ALLINK.menuitem.text
-msgid "~Erase All Ink On Slide"
+#, fuzzy
+msgid "~Erase all ink on Slide"
msgstr "স্লাইডত থকা সকলো কালি মচি দিয়ক (~E)"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_SCREEN.CM_SCREEN_BLACK.menuitem.text
diff --git a/translations/source/as/sd/source/ui/slidesorter/view.po b/translations/source/as/sd/source/ui/slidesorter/view.po
index e32a99e2335..46c9f5c5e27 100644
--- a/translations/source/as/sd/source/ui/slidesorter/view.po
+++ b/translations/source/as/sd/source/ui/slidesorter/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-28 09:26+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sd/source/ui/table.po b/translations/source/as/sd/source/ui/table.po
index 9ba9a57b486..6541521d2fb 100644
--- a/translations/source/as/sd/source/ui/table.po
+++ b/translations/source/as/sd/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:01+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sd/source/ui/view.po b/translations/source/as/sd/source/ui/view.po
index 44b3f4b44bc..ad7df3542f2 100644
--- a/translations/source/as/sd/source/ui/view.po
+++ b/translations/source/as/sd/source/ui/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-28 09:21+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sdext/source/minimizer.po b/translations/source/as/sdext/source/minimizer.po
index 1f15cdfc460..83d6cdaee64 100644
--- a/translations/source/as/sdext/source/minimizer.po
+++ b/translations/source/as/sdext/source/minimizer.po
@@ -3,20 +3,20 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Presentation Minimizer"
-msgstr ""
+msgstr "Presentation Minimizer"
#: description.xml#extdesc.extdesc.description.text
msgid ""
diff --git a/translations/source/as/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/translations/source/as/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index 6622f4be2e1..29a352d589a 100644
--- a/translations/source/as/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/translations/source/as/sdext/source/minimizer/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-29 15:02+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/translations/source/as/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index 603fdb3c236..37fd3502049 100644
--- a/translations/source/as/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/as/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-29 15:02+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sdext/source/pdfimport.po b/translations/source/as/sdext/source/pdfimport.po
index 4a36c61c743..9a14521b694 100644
--- a/translations/source/as/sdext/source/pdfimport.po
+++ b/translations/source/as/sdext/source/pdfimport.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:43+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: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sdext/source/presenter.po b/translations/source/as/sdext/source/presenter.po
index eb573af009d..55545dcab26 100644
--- a/translations/source/as/sdext/source/presenter.po
+++ b/translations/source/as/sdext/source/presenter.po
@@ -3,20 +3,20 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Presenter Console"
-msgstr ""
+msgstr "প্ৰদৰ্শক কনচৌল"
#: description.xml#extdesc.extdesc.description.text
msgid ""
diff --git a/translations/source/as/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/translations/source/as/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index 27d67937d9d..3b350f72a6e 100644
--- a/translations/source/as/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/translations/source/as/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-29 15:04+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/translations/source/as/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index 8e06c6eeb7a..1bc89c5e3a4 100644
--- a/translations/source/as/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/as/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-29 15:04+0200\n"
-"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:07+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -32,7 +32,11 @@ msgid "Slides"
msgstr "স্লাইডসমূহ"
#: PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.l.Normal.Text.value.text
-msgctxt "PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.l.Normal.Text.value.text"
+msgid "Exchange"
+msgstr ""
+
+#: PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.n.Normal.Text.value.text
+msgctxt "PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.n.Normal.Text.value.text"
msgid "Help"
msgstr "সহায়"
diff --git a/translations/source/as/setup_native/source/mac.po b/translations/source/as/setup_native/source/mac.po
index 1a29de2911a..5d0165f46a3 100644
--- a/translations/source/as/setup_native/source/mac.po
+++ b/translations/source/as/setup_native/source/mac.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-27 18:52+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sfx2/source/appl.po b/translations/source/as/sfx2/source/appl.po
index a7fdf69a19f..e324b9bffc1 100644
--- a/translations/source/as/sfx2/source/appl.po
+++ b/translations/source/as/sfx2/source/appl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 15:28+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sfx2/source/bastyp.po b/translations/source/as/sfx2/source/bastyp.po
index dcac4efdb80..d931c5a3c06 100644
--- a/translations/source/as/sfx2/source/bastyp.po
+++ b/translations/source/as/sfx2/source/bastyp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:01+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sfx2/source/dialog.po b/translations/source/as/sfx2/source/dialog.po
index 8ec6f0b51a5..d49232de121 100644
--- a/translations/source/as/sfx2/source/dialog.po
+++ b/translations/source/as/sfx2/source/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 15:28+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -689,6 +689,10 @@ msgstr "অতিৰিক্ত তথ্য"
msgid "~Ask when not saving in ODF format"
msgstr "ODF বা অবিকল্পিত ফৰ্মেটত ৰক্ষা নকৰিলে সকিয়নিন দিব"
+#: alienwarn.src#RID_DLG_ALIEN_WARNING.modaldialog.text
+msgid "Confirm File Format"
+msgstr ""
+
#: taskpane.src#STR_SFX_DOCK.string.text
msgid "Dock"
msgstr "ডক"
diff --git a/translations/source/as/sfx2/source/doc.po b/translations/source/as/sfx2/source/doc.po
index 27e592fa64f..3babd66a387 100644
--- a/translations/source/as/sfx2/source/doc.po
+++ b/translations/source/as/sfx2/source/doc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-03 18:55+0000\n"
"Last-Translator: Nilamdyuti Goswami <ngoswami@redhat.com>\n"
"Language-Team: as_IN <kde-i18n-doc@kde.org>\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -223,7 +223,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME7.string.text
msgid "Brown"
-msgstr ""
+msgstr "মূগা"
#: templatelocnames.src#STR_TEMPLATE_NAME8.string.text
msgid "Characters with Glow"
@@ -231,7 +231,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME9.string.text
msgid "Forest"
-msgstr ""
+msgstr "অৰণ্য"
#: templatelocnames.src#STR_TEMPLATE_NAME10.string.text
msgid "Fresco"
@@ -247,7 +247,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME13.string.text
msgid "Keyboard"
-msgstr ""
+msgstr "কীবর্ড "
#: templatelocnames.src#STR_TEMPLATE_NAME14.string.text
msgid "Light Blue Shapes"
@@ -275,7 +275,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME20.string.text
msgid "Rounded Rectangles"
-msgstr ""
+msgstr "গোলাকাৰ আয়তক্ষেত্ৰবোৰ"
#: templatelocnames.src#STR_TEMPLATE_NAME21.string.text
msgid "Blue and Red Gradient"
@@ -291,7 +291,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME24.string.text
msgid "Water"
-msgstr ""
+msgstr "পানী"
#: templatelocnames.src#STR_TEMPLATE_NAME25.string.text
msgid "Wine"
@@ -719,8 +719,8 @@ msgstr ""
"আপুনি ডকুমেন্ট ৰক্ষা কৰিব বিচাৰে নেকি ?"
#: doc.src#STR_QRYTEMPL_MESSAGE.string.text
-msgid "The template '$(ARG1)' on which this document is based, has been modified. Do you want to update style based formattings according to the modified template?"
-msgstr "টেম্পেলেট '$(ARG1)' যাৰ ভিত্তিত এই ডকুমেন্ট আছে, সলনি কৰা হৈছে । সলনিৰ মতে আপুনি style based formattings উন্নয়ন কৰিব বিচাৰে নেকি ?"
+msgid "The template '$(ARG1)' on which this document is based, has been modified. Do you want to update style based formatting according to the modified template?"
+msgstr ""
#: doc.src#STR_QRYTEMPL_UPDATE_BTN.string.text
msgid "~Update Styles"
diff --git a/translations/source/as/sfx2/source/menu.po b/translations/source/as/sfx2/source/menu.po
index de90e8ac2e1..7954b6ac424 100644
--- a/translations/source/as/sfx2/source/menu.po
+++ b/translations/source/as/sfx2/source/menu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 15:29+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sfx2/source/view.po b/translations/source/as/sfx2/source/view.po
index 7430dba67ff..d339a26d568 100644
--- a/translations/source/as/sfx2/source/view.po
+++ b/translations/source/as/sfx2/source/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:02+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/shell/source/win32/shlxthandler/res.po b/translations/source/as/shell/source/win32/shlxthandler/res.po
index 806b2ac4cb6..9dd50390df3 100644
--- a/translations/source/as/shell/source/win32/shlxthandler/res.po
+++ b/translations/source/as/shell/source/win32/shlxthandler/res.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:02+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/starmath/source.po b/translations/source/as/starmath/source.po
index 892b8c4ac75..c5001d8b9e2 100644
--- a/translations/source/as/starmath/source.po
+++ b/translations/source/as/starmath/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-27 15:56+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/svl/source/items.po b/translations/source/as/svl/source/items.po
index 6a8b8a8543e..0b71c10893b 100644
--- a/translations/source/as/svl/source/items.po
+++ b/translations/source/as/svl/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:02+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/svl/source/misc.po b/translations/source/as/svl/source/misc.po
index a60069d43e5..6e343063ab7 100644
--- a/translations/source/as/svl/source/misc.po
+++ b/translations/source/as/svl/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-27 18:35+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/svtools/source/contnr.po b/translations/source/as/svtools/source/contnr.po
index 0ef13f48498..d4b89323a09 100644
--- a/translations/source/as/svtools/source/contnr.po
+++ b/translations/source/as/svtools/source/contnr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:02+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/svtools/source/control.po b/translations/source/as/svtools/source/control.po
index f2564db4099..d4320dd85c2 100644
--- a/translations/source/as/svtools/source/control.po
+++ b/translations/source/as/svtools/source/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-03 16:55+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/svtools/source/dialogs.po b/translations/source/as/svtools/source/dialogs.po
index 3eb4adcd7c5..3b6773d4aaa 100644
--- a/translations/source/as/svtools/source/dialogs.po
+++ b/translations/source/as/svtools/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-03 19:10+0000\n"
"Last-Translator: Nilamdyuti Goswami <ngoswami@redhat.com>\n"
"Language-Team: as_IN <kde-i18n-doc@kde.org>\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/svtools/source/filter.po b/translations/source/as/svtools/source/filter.po
index 7015e8d5167..d8d5bb7c2fd 100644
--- a/translations/source/as/svtools/source/filter.po
+++ b/translations/source/as/svtools/source/filter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 16:55+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/svtools/source/java.po b/translations/source/as/svtools/source/java.po
index e9a3f0a0cca..087fa98b9df 100644
--- a/translations/source/as/svtools/source/java.po
+++ b/translations/source/as/svtools/source/java.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 16:56+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/svtools/source/misc.po b/translations/source/as/svtools/source/misc.po
index 851563bee6b..4341ef5dc16 100644
--- a/translations/source/as/svtools/source/misc.po
+++ b/translations/source/as/svtools/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-05-03 19:53+0000\n"
-"Last-Translator: Nilamdyuti Goswami <ngoswami@redhat.com>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2011-12-19 23:46+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: as_IN <kde-i18n-doc@kde.org>\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -179,6 +179,10 @@ msgstr "Belarusian"
msgid "Catalan"
msgstr "Catalan"
+#: langtab.src#STR_ARR_SVT_LANGUAGE_TABLE.LANGUAGE_USER_CATALAN_VALENCIAN.pairedlist.text
+msgid "Catalan (Valencian)"
+msgstr ""
+
#: langtab.src#STR_ARR_SVT_LANGUAGE_TABLE.LANGUAGE_CHINESE_TRADITIONAL.pairedlist.text
msgid "Chinese (traditional)"
msgstr "Chinese (traditional)"
@@ -1370,20 +1374,24 @@ msgid "Database"
msgstr "ডাটাবেছ"
#: imagemgr.src#STR_DESCRIPTION_CALC_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet Template"
-msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION স্প্ৰেডশ্বীট নমুনা"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet Template"
+msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION স্প্ৰেডশ্বীট"
#: imagemgr.src#STR_DESCRIPTION_DRAW_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Drawing Template"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Drawing Template"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION ড্ৰয়িং নমুনা"
#: imagemgr.src#STR_DESCRIPTION_IMPRESS_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Presentation Template"
-msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION উপস্থাপনৰ নমুনা"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Presentation Template"
+msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION উপস্থাপন"
#: imagemgr.src#STR_DESCRIPTION_WRITER_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Text Document Template"
-msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSIONটেক্সট ডকুমেন্ট নমুনা"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Text Document Template"
+msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION টেক্সট ডকুমেন্ট"
#: imagemgr.src#STR_DESCRIPTION_LOCALE_VOLUME.string.text
msgid "Local drive"
@@ -1414,31 +1422,38 @@ msgid "MS PowerPoint Show"
msgstr "MS-পাৱাৰ পইন্ট দেখুওৱা"
#: imagemgr.src#STR_DESCRIPTION_SXMATH_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Formula"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Formula"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION সূত্ৰ"
#: imagemgr.src#STR_DESCRIPTION_SXCHART_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Chart"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Chart"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION ছাৰ্ট"
#: imagemgr.src#STR_DESCRIPTION_SXDRAW_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Drawing"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Drawing"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION ড্ৰয়িং"
#: imagemgr.src#STR_DESCRIPTION_SXCALC_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION স্প্ৰেডশ্বীট"
#: imagemgr.src#STR_DESCRIPTION_SXIMPRESS_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Presentation"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Presentation"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION উপস্থাপন"
#: imagemgr.src#STR_DESCRIPTION_SXWRITER_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Text Document"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Text Document"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION টেক্সট ডকুমেন্ট"
#: imagemgr.src#STR_DESCRIPTION_SXGLOBAL_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Master Document"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Master Document"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION মাষ্টাৰ ডকুমেন্ট"
#: imagemgr.src#STR_DESCRIPTION_MATHML_DOC.string.text
diff --git a/translations/source/as/svtools/source/plugapp.po b/translations/source/as/svtools/source/plugapp.po
index dc2f075fe7c..e647b3fe582 100644
--- a/translations/source/as/svtools/source/plugapp.po
+++ b/translations/source/as/svtools/source/plugapp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:02+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/svtools/source/toolpanel.po b/translations/source/as/svtools/source/toolpanel.po
index f00930cc6ea..e7a4d47da18 100644
--- a/translations/source/as/svtools/source/toolpanel.po
+++ b/translations/source/as/svtools/source/toolpanel.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-03 16:56+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/svtools/workben/unodialog.po b/translations/source/as/svtools/workben/unodialog.po
index 11148148de3..c2be4493715 100644
--- a/translations/source/as/svtools/workben/unodialog.po
+++ b/translations/source/as/svtools/workben/unodialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:02+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/svx/inc.po b/translations/source/as/svx/inc.po
index 52f928c7b31..664fe8db65c 100644
--- a/translations/source/as/svx/inc.po
+++ b/translations/source/as/svx/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 17:54+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -647,7 +647,7 @@ msgstr "কটকানা"
#: globlmn_tmpl.hrc#ITEM_TRANSLITERATE_MENU.SID_MN_SUB_TRANSLITERATE.menuitem.text
msgid "~Change Case"
-msgstr ""
+msgstr "কেছ সলনি কৰক"
#: globlmn_tmpl.hrc#ITEM_OPEN_HYPERLINK.#define.text
msgid "~Open Hyperlink"
diff --git a/translations/source/as/svx/source/accessibility.po b/translations/source/as/svx/source/accessibility.po
index ad2bd82272f..c6798ca751a 100644
--- a/translations/source/as/svx/source/accessibility.po
+++ b/translations/source/as/svx/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:02+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/svx/source/dialog.po b/translations/source/as/svx/source/dialog.po
index a680f0e4157..77262d5dc69 100644
--- a/translations/source/as/svx/source/dialog.po
+++ b/translations/source/as/svx/source/dialog.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 01:28+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
-"X-Generator: Pootle 2.1.6\n"
+"Language: as\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: docrecovery.src#RID_SVXPAGE_DOCRECOVERY_SAVE.FT_SAVE_TITLE.fixedtext.text
@@ -2499,7 +2499,7 @@ msgstr ""
#: sdstring.src#RID_SVXSTR_LEND15.string.text
msgid "Diamond"
-msgstr ""
+msgstr "হীৰা"
#: sdstring.src#RID_SVXSTR_LEND16.string.text
msgid "Circle unfilled"
diff --git a/translations/source/as/svx/source/engine3d.po b/translations/source/as/svx/source/engine3d.po
index 07c452505d7..489f3ea94d6 100644
--- a/translations/source/as/svx/source/engine3d.po
+++ b/translations/source/as/svx/source/engine3d.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-04 12:25+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/svx/source/fmcomp.po b/translations/source/as/svx/source/fmcomp.po
index 74824498d14..572ac008a64 100644
--- a/translations/source/as/svx/source/fmcomp.po
+++ b/translations/source/as/svx/source/fmcomp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:02+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/svx/source/form.po b/translations/source/as/svx/source/form.po
index d0b9ad3eea1..4972f0d8240 100644
--- a/translations/source/as/svx/source/form.po
+++ b/translations/source/as/svx/source/form.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-04 12:25+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/svx/source/gallery2.po b/translations/source/as/svx/source/gallery2.po
index 3a4681533fa..ccfd2a35711 100644
--- a/translations/source/as/svx/source/gallery2.po
+++ b/translations/source/as/svx/source/gallery2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-04 12:25+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/svx/source/items.po b/translations/source/as/svx/source/items.po
index 770d90404ca..cbb2a89daaf 100644
--- a/translations/source/as/svx/source/items.po
+++ b/translations/source/as/svx/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 21:02+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/svx/source/src.po b/translations/source/as/svx/source/src.po
index 12305ff9e0b..a672c746a0d 100644
--- a/translations/source/as/svx/source/src.po
+++ b/translations/source/as/svx/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-04 12:25+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/svx/source/stbctrls.po b/translations/source/as/svx/source/stbctrls.po
index 603ea234c35..23fb8282db2 100644
--- a/translations/source/as/svx/source/stbctrls.po
+++ b/translations/source/as/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: 2012-01-15 22:23+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-04 12:26+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -68,7 +68,7 @@ msgstr "সৰ্বশেষ সংৰক্ষণৰ পিছত দস্ত
#: stbctrls.src#RID_SVXSTR_DOC_LOAD.string.text
msgid "Loading document..."
-msgstr "ডকুমেন্ট ল'ড কৰি আছে..."
+msgstr ""
#: stbctrls.src#RID_SVXMNU_ZOOM.ZOOM_OPTIMAL.menuitem.text
msgid "Optimal"
diff --git a/translations/source/as/svx/source/svdraw.po b/translations/source/as/svx/source/svdraw.po
index 2004821aed5..b96f62b9bd3 100644
--- a/translations/source/as/svx/source/svdraw.po
+++ b/translations/source/as/svx/source/svdraw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-04 12:26+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/svx/source/table.po b/translations/source/as/svx/source/table.po
index 0c7c51db9f3..e8ade66c982 100644
--- a/translations/source/as/svx/source/table.po
+++ b/translations/source/as/svx/source/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:02+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/svx/source/tbxctrls.po b/translations/source/as/svx/source/tbxctrls.po
index e2e2dcd318b..1ba818df726 100644
--- a/translations/source/as/svx/source/tbxctrls.po
+++ b/translations/source/as/svx/source/tbxctrls.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-04 12:26+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/svx/source/toolbars.po b/translations/source/as/svx/source/toolbars.po
index 345d289a8c2..4bec1e3084b 100644
--- a/translations/source/as/svx/source/toolbars.po
+++ b/translations/source/as/svx/source/toolbars.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:02+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/svx/source/unodialogs/textconversiondlgs.po b/translations/source/as/svx/source/unodialogs/textconversiondlgs.po
index cd408c53d54..22a7dbe1165 100644
--- a/translations/source/as/svx/source/unodialogs/textconversiondlgs.po
+++ b/translations/source/as/svx/source/unodialogs/textconversiondlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-04 12:24+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sw/source/core/layout.po b/translations/source/as/sw/source/core/layout.po
index be85564161d..e3d96d193c1 100644
--- a/translations/source/as/sw/source/core/layout.po
+++ b/translations/source/as/sw/source/core/layout.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sw/source/core/undo.po b/translations/source/as/sw/source/core/undo.po
index b3469fb2d24..bdf17a3fa3e 100644
--- a/translations/source/as/sw/source/core/undo.po
+++ b/translations/source/as/sw/source/core/undo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-02 14:14+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -262,7 +262,7 @@ msgstr "টেবুল একত্রিত কৰক"
#: undo.src#STR_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "কেছ সলনি কৰক"
#: undo.src#STR_DELNUM.string.text
msgid "Delete numbering"
diff --git a/translations/source/as/sw/source/core/unocore.po b/translations/source/as/sw/source/core/unocore.po
index 885af2a5fe0..211363d882a 100644
--- a/translations/source/as/sw/source/core/unocore.po
+++ b/translations/source/as/sw/source/core/unocore.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:02+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sw/source/ui/app.po b/translations/source/as/sw/source/ui/app.po
index be80e455437..53de51fa341 100644
--- a/translations/source/as/sw/source/ui/app.po
+++ b/translations/source/as/sw/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 14:15+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -392,7 +392,7 @@ msgstr "আবৃত কৰক"
#: mn.src#MN_AT_FRAME.FN_TOOL_ANCHOR_FRAME.menuitem.text
msgid "To ~Frame"
-msgstr ""
+msgstr "ফ্ৰেমলৈ"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_PAGE.menuitem.text
msgid "To P~age"
@@ -400,15 +400,15 @@ msgstr ""
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_PARAGRAPH.menuitem.text
msgid "To ~Paragraph"
-msgstr ""
+msgstr "পেৰেগ্ৰাফলৈ"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_AT_CHAR.menuitem.text
msgid "To ~Character"
-msgstr ""
+msgstr "আখৰলৈ"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_CHAR.menuitem.text
msgid "As C~haracter"
-msgstr ""
+msgstr "আখৰ হিচাপে"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.menuitem.text
msgid "An~chor"
@@ -529,18 +529,10 @@ msgstr "পূৰ্বদৃশ্য বন্ধ কৰক"
msgid "Media object"
msgstr "মিডিয়া বস্তু "
-#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_EDIT.menuitem.text
-msgid "Format $1..."
-msgstr ""
-
#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_BORDERBACK.menuitem.text
msgid "Border and Background..."
msgstr ""
-#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_DELETE.menuitem.text
-msgid "Delete $1..."
-msgstr ""
-
#: mn.src#MN_PAGEBREAK_BUTTON.FN_PAGEBREAK_EDIT.menuitem.text
msgid "Edit Page Break..."
msgstr ""
diff --git a/translations/source/as/sw/source/ui/chrdlg.po b/translations/source/as/sw/source/ui/chrdlg.po
index 75a0eeb9712..d319e28fbe2 100644
--- a/translations/source/as/sw/source/ui/chrdlg.po
+++ b/translations/source/as/sw/source/ui/chrdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:02+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sw/source/ui/config.po b/translations/source/as/sw/source/ui/config.po
index 14d4f03a3b9..307ca3dde5e 100644
--- a/translations/source/as/sw/source/ui/config.po
+++ b/translations/source/as/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: 2012-01-30 11:10+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 14:15+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/as/sw/source/ui/dbui.po b/translations/source/as/sw/source/ui/dbui.po
index c2352db7982..ed6c177a7a5 100644
--- a/translations/source/as/sw/source/ui/dbui.po
+++ b/translations/source/as/sw/source/ui/dbui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-02 14:16+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sw/source/ui/dialog.po b/translations/source/as/sw/source/ui/dialog.po
index 5b5e51cdc95..af946c72c6a 100644
--- a/translations/source/as/sw/source/ui/dialog.po
+++ b/translations/source/as/sw/source/ui/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-02 14:16+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -93,6 +93,10 @@ msgctxt "wordcountdialog.src#DLG_WORDCOUNT.FT_DOCCHARACTEREXCLUDINGSPACES.fixedt
msgid "Characters excluding spaces:"
msgstr "খালি ঠাই বাদ দিয়া আখৰসমূহ:"
+#: wordcountdialog.src#DLG_WORDCOUNT.PB_OK.okbutton.text
+msgid "~Close"
+msgstr ""
+
#: wordcountdialog.src#DLG_WORDCOUNT.modelessdialog.text
msgid "Word Count"
msgstr ""
@@ -418,8 +422,8 @@ msgid "Included outline levels"
msgstr "ৰূপৰেখাৰ স্তৰবোৰ অন্তর্ভূক্ত কৰা হ'ল"
#: abstract.src#DLG_INSERT_ABSTRACT.FT_PARA.fixedtext.text
-msgid "Subpoints per level"
-msgstr "প্ৰতিটো স্তৰৰ ছাবপইন্টবোৰ"
+msgid "Paragraphs per level"
+msgstr ""
#: abstract.src#DLG_INSERT_ABSTRACT.FT_DESC.fixedtext.text
msgid "The abstract contains the selected number of paragraphs from the included outline levels."
diff --git a/translations/source/as/sw/source/ui/dochdl.po b/translations/source/as/sw/source/ui/dochdl.po
index 769464ddcca..c9796c521f4 100644
--- a/translations/source/as/sw/source/ui/dochdl.po
+++ b/translations/source/as/sw/source/ui/dochdl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 14:16+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sw/source/ui/docvw.po b/translations/source/as/sw/source/ui/docvw.po
index d174436e657..9bc6c9d473b 100644
--- a/translations/source/as/sw/source/ui/docvw.po
+++ b/translations/source/as/sw/source/ui/docvw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 14:17+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -214,12 +214,20 @@ msgstr ""
msgid "Footer (%1)"
msgstr ""
-#: docvw.src#STR_HEADER.string.text
-msgid "Header"
+#: docvw.src#STR_DELETE_HEADER.string.text
+msgid "Delete Header..."
+msgstr ""
+
+#: docvw.src#STR_FORMAT_HEADER.string.text
+msgid "Format Header..."
+msgstr ""
+
+#: docvw.src#STR_DELETE_FOOTER.string.text
+msgid "Delete Footer..."
msgstr ""
-#: docvw.src#STR_FOOTER.string.text
-msgid "Footer"
+#: docvw.src#STR_FORMAT_FOOTER.string.text
+msgid "Format Footer..."
msgstr ""
#: access.src#STR_ACCESS_DOC_NAME.string.text
diff --git a/translations/source/as/sw/source/ui/envelp.po b/translations/source/as/sw/source/ui/envelp.po
index 5458390f269..565e244b41a 100644
--- a/translations/source/as/sw/source/ui/envelp.po
+++ b/translations/source/as/sw/source/ui/envelp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:02+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sw/source/ui/fldui.po b/translations/source/as/sw/source/ui/fldui.po
index 1499d6de238..792054da7aa 100644
--- a/translations/source/as/sw/source/ui/fldui.po
+++ b/translations/source/as/sw/source/ui/fldui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:02+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sw/source/ui/fmtui.po b/translations/source/as/sw/source/ui/fmtui.po
index 85161ea4f57..d9eb65e4452 100644
--- a/translations/source/as/sw/source/ui/fmtui.po
+++ b/translations/source/as/sw/source/ui/fmtui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:02+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sw/source/ui/frmdlg.po b/translations/source/as/sw/source/ui/frmdlg.po
index c9d7fb07c1b..78ffb7cee64 100644
--- a/translations/source/as/sw/source/ui/frmdlg.po
+++ b/translations/source/as/sw/source/ui/frmdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 14:17+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sw/source/ui/globdoc.po b/translations/source/as/sw/source/ui/globdoc.po
index c4a7d573684..6b5dca32cba 100644
--- a/translations/source/as/sw/source/ui/globdoc.po
+++ b/translations/source/as/sw/source/ui/globdoc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:02+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sw/source/ui/index.po b/translations/source/as/sw/source/ui/index.po
index 844d88b28d5..bfb6374e7cd 100644
--- a/translations/source/as/sw/source/ui/index.po
+++ b/translations/source/as/sw/source/ui/index.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-05-02 14:17+0200\n"
-"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-01-05 12:11+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -769,7 +769,8 @@ msgid "~Main entry"
msgstr "মুখ্য প্রৱিষ্টি"
#: idxmrk.src#IDX_DIALOG_WINDOW.WIN_DLG.CB_APPLY_TO_ALL.checkbox.text
-msgid "~Apply to all similar texts."
+#, fuzzy
+msgid "~Apply to all similar texts"
msgstr "সকলোবোৰ সদৃশ টেক্সটত প্ৰয়োগ কৰক. "
#: idxmrk.src#IDX_DIALOG_WINDOW.WIN_DLG.CB_CASESENSITIVE.checkbox.text
diff --git a/translations/source/as/sw/source/ui/lingu.po b/translations/source/as/sw/source/ui/lingu.po
index 70c41a7a188..754eee0c456 100644
--- a/translations/source/as/sw/source/ui/lingu.po
+++ b/translations/source/as/sw/source/ui/lingu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-02 14:18+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sw/source/ui/misc.po b/translations/source/as/sw/source/ui/misc.po
index deb4d02fdcb..6d5b4f52e7e 100644
--- a/translations/source/as/sw/source/ui/misc.po
+++ b/translations/source/as/sw/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 14:18+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sw/source/ui/ribbar.po b/translations/source/as/sw/source/ui/ribbar.po
index 4b052a04686..d6e6b984d54 100644
--- a/translations/source/as/sw/source/ui/ribbar.po
+++ b/translations/source/as/sw/source/ui/ribbar.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:02+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -420,20 +420,20 @@ msgstr "প্ৰয়োগ কৰক"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_PAGE.menuitem.text
msgid "To Page"
-msgstr ""
+msgstr "পৃষ্ঠালৈ"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_PARAGRAPH.menuitem.text
msgid "To Paragraph"
-msgstr ""
+msgstr "পেৰেগ্ৰাফলৈ"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_AT_CHAR.menuitem.text
msgid "To Character"
-msgstr ""
+msgstr "আখৰ"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_CHAR.menuitem.text
msgid "As Character"
-msgstr ""
+msgstr "আখৰ"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_FRAME.menuitem.text
msgid "To Frame"
-msgstr ""
+msgstr "ফ্ৰেমলৈ"
diff --git a/translations/source/as/sw/source/ui/shells.po b/translations/source/as/sw/source/ui/shells.po
index ada4d6e4f5c..f4cb5863062 100644
--- a/translations/source/as/sw/source/ui/shells.po
+++ b/translations/source/as/sw/source/ui/shells.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-02 14:19+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -199,6 +199,14 @@ msgstr "Bézier"
msgid "Draw text"
msgstr "টেক্সট আঁকক"
+#: shells.src#STR_SHELLNAME_MEDIA.string.text
+msgid "Media"
+msgstr "মিডিয়া"
+
+#: shells.src#STR_SHELLNAME_NAVIGATION.string.text
+msgid "Navigation"
+msgstr "নেভিগেশ্বন"
+
#: shells.src#STR_SWBG_PARAGRAPH.string.text
msgid "Paragraph"
msgstr "পেৰেগ্ৰাফ"
diff --git a/translations/source/as/sw/source/ui/smartmenu.po b/translations/source/as/sw/source/ui/smartmenu.po
index 719a809495a..50cb8c54afe 100644
--- a/translations/source/as/sw/source/ui/smartmenu.po
+++ b/translations/source/as/sw/source/ui/smartmenu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:02+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sw/source/ui/table.po b/translations/source/as/sw/source/ui/table.po
index b100f558b20..ec83236fe00 100644
--- a/translations/source/as/sw/source/ui/table.po
+++ b/translations/source/as/sw/source/ui/table.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-26 01:28+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
-"X-Generator: Pootle 2.1.6\n"
+"Language: as\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: colwd.src#DLG_COL_WIDTH.FT_WIDTH.fixedtext.text
@@ -458,12 +458,12 @@ msgid "Text ~orientation"
msgstr ""
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.1.stringlist.text
-msgid "horizontal"
-msgstr ""
+msgid "Horizontal"
+msgstr "অনুভূমিক"
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.2.stringlist.text
-msgid "vertical"
-msgstr ""
+msgid "Vertical"
+msgstr "উলম্ব"
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.3.stringlist.text
msgctxt "tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.3.stringlist.text"
diff --git a/translations/source/as/sw/source/ui/uiview.po b/translations/source/as/sw/source/ui/uiview.po
index e8d1387351b..be4edec7aba 100644
--- a/translations/source/as/sw/source/ui/uiview.po
+++ b/translations/source/as/sw/source/ui/uiview.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:02+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sw/source/ui/utlui.po b/translations/source/as/sw/source/ui/utlui.po
index a3c7ff9a9b9..168848e35a5 100644
--- a/translations/source/as/sw/source/ui/utlui.po
+++ b/translations/source/as/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: 2012-01-30 11:09+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-26 09:07+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1505,7 +1505,7 @@ msgstr "নাম্বাৰিং 1 আৰম্ভ"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text"
msgid "Numbering 1"
-msgstr "নাম্বাৰিং 1"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1E.string.text
msgid "Numbering 1 End"
@@ -1522,7 +1522,7 @@ msgstr "নাম্বাৰিং 2 আৰম্ভ"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text"
msgid "Numbering 2"
-msgstr "নাম্বাৰিং 2"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2E.string.text
msgid "Numbering 2 End"
@@ -1539,7 +1539,7 @@ msgstr " নাম্বাৰীং 3 আৰম্ভ "
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text"
msgid "Numbering 3"
-msgstr "নাম্বাৰিং 3"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3E.string.text
msgid "Numbering 3 End"
@@ -1556,7 +1556,7 @@ msgstr "নাম্বাৰিং 4 আৰম্ভ"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text"
msgid "Numbering 4"
-msgstr "নাম্বাৰিং 4"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4E.string.text
msgid "Numbering 4 End"
@@ -1573,7 +1573,7 @@ msgstr "নাম্বাৰিং 5 আৰম্ভ"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text"
msgid "Numbering 5"
-msgstr "নাম্বাৰিং 5"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5E.string.text
msgid "Numbering 5 End"
@@ -1590,7 +1590,7 @@ msgstr "তালিকা 1 আৰম্ভ"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text"
msgid "List 1"
-msgstr "তালিকা ১"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1E.string.text
msgid "List 1 End"
@@ -1607,7 +1607,7 @@ msgstr "তালিকা 2 আৰম্ভ"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text"
msgid "List 2"
-msgstr "তালিকা ২"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2E.string.text
msgid "List 2 End"
@@ -1624,7 +1624,7 @@ msgstr "তালিকা 3 আৰম্ভ"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text"
msgid "List 3"
-msgstr "তালিকা 3"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3E.string.text
msgid "List 3 End"
@@ -1641,7 +1641,7 @@ msgstr "তালিকা 4 আৰম্ভ"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text"
msgid "List 4"
-msgstr "তালিকা 4"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4E.string.text
msgid "List 4 End"
@@ -1658,7 +1658,7 @@ msgstr "তালিকা 5 আৰম্ভ"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text"
msgid "List 5"
-msgstr "তালিকা 5"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5E.string.text
msgid "List 5 End"
diff --git a/translations/source/as/sw/source/ui/web.po b/translations/source/as/sw/source/ui/web.po
index caa299d6979..c0a558ec883 100644
--- a/translations/source/as/sw/source/ui/web.po
+++ b/translations/source/as/sw/source/ui/web.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:02+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sw/source/ui/wrtsh.po b/translations/source/as/sw/source/ui/wrtsh.po
index d31c7c41833..f3db094e339 100644
--- a/translations/source/as/sw/source/ui/wrtsh.po
+++ b/translations/source/as/sw/source/ui/wrtsh.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:02+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/swext/mediawiki/help.po b/translations/source/as/swext/mediawiki/help.po
index 2dd7fd68620..002bff96c4a 100644
--- a/translations/source/as/swext/mediawiki/help.po
+++ b/translations/source/as/swext/mediawiki/help.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-26 01:28+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
-"X-Generator: Pootle 2.1.6\n"
+"Language: as\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: wiki.xhp#tit.help.text
@@ -188,8 +188,8 @@ msgid "If the Wiki allows anonymous access, you can leave the account text boxes
msgstr "ৱিকিয়ে বেনামী অভিগমৰ অনুমতি দিলে, আপুনি হিচাপৰ টেক্সট বাকচ ৰিক্ত ৰাখিব পাৰে । ন'হ'লে আপোনাৰ ব্যৱহাৰকৰোঁতাৰ নাম আৰু গুপ্তশব্দ দিয়ক ।"
#: wikiaccount.xhp#par_id9046601.help.text
-msgid "If you have enabled the master password feature on the Security tab page of the Tools - Options - %PRODUCTNAME dialog, then the software can store your password and automatically insert the data where necessary. Enable the \"Save password\" checkbox to store your password."
-msgstr "যদি আপুনি Tools - Options - StarOffice/OpenOffice.org সম্বাদৰ সুৰক্ষা টেব পৃষ্ঠাত মূখ্য গুপ্তশব্দৰ গুণ যদি সক্ৰিয় কৰিছে, তেতিয়াহ'লে চালনাজ্ঞানে গুপ্তশব্দ ৰক্ষা কৰিব আৰু প্ৰয়োজনৰ মতে নিজেই তথ্য দিব ।আপোনাৰ গুপ্তশব্দ ৰক্ষা কৰিবলৈ \"গুপ্তশব্দ ৰক্ষা কৰক\" সক্ৰিয় কৰক ।"
+msgid "If you have enabled the master password feature on the Security tab page of the <item type=\"menuitem\">Tools - Options - %PRODUCTNAME</item> dialog, then the software can store your password and automatically insert the data where necessary. Enable the \"Save password\" checkbox to store your password."
+msgstr ""
#: wikiformats.xhp#tit.help.text
msgctxt "wikiformats.xhp#tit.help.text"
@@ -302,8 +302,8 @@ msgid "Borders"
msgstr "কোণবোৰ"
#: wikiformats.xhp#par_id1831110.help.text
-msgid "Irrespective of custom table styles for border and background, a table is always exported as \"<emph>prettytable\"</emph>, which renders in the Wiki engine with simple borders and bold header."
-msgstr "কোণ আৰু পৃষ্ঠঙূনিৰ বাবে যি টেবুলৰ ধৰনেই নহওক, এটা টেবুলক সদায়ে \"<emph>prettytable\"</emph> হিচাপে ৰপ্তানি কৰা হয়, যি ৱিকি কলঘৰত সাধাৰণ কোণ আৰু ব'ল্ড হেডাৰেৰে ওলায় ।"
+msgid "Irrespective of custom table styles for border and background, a table is always exported as \"<emph>prettytable</emph>\", which renders in the Wiki engine with simple borders and bold header."
+msgstr ""
#: wikiformats.xhp#hd_id6255073.help.text
msgid "Charset and special characters"
diff --git a/translations/source/as/swext/mediawiki/src.po b/translations/source/as/swext/mediawiki/src.po
index fb96e912b1c..579c0b6178d 100644
--- a/translations/source/as/swext/mediawiki/src.po
+++ b/translations/source/as/swext/mediawiki/src.po
@@ -3,21 +3,21 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-04 12:25+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Wiki Publisher"
-msgstr ""
+msgstr "Wiki Publisher"
#: description.xml#extdesc.extdesc.description.text
msgid "The Wiki Publisher enables you to create Wiki articles on MediaWiki servers without having to know the syntax of the MediaWiki markup language. Publish your new and existing documents transparently with the Writer to a wiki page.\n"
diff --git a/translations/source/as/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/translations/source/as/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index 6b9a2d1b979..1e78bf706b7 100644
--- a/translations/source/as/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/translations/source/as/swext/mediawiki/src/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:02+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/translations/source/as/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index d6169370729..4a0b5bc4519 100644
--- a/translations/source/as/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/translations/source/as/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-27 17:17+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/sysui/desktop/share.po b/translations/source/as/sysui/desktop/share.po
index 3c42fd15d73..5f038b70172 100644
--- a/translations/source/as/sysui/desktop/share.po
+++ b/translations/source/as/sysui/desktop/share.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-07-28 10:53+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/uui/source.po b/translations/source/as/uui/source.po
index 1ff99176d04..2946ddb9d0c 100644
--- a/translations/source/as/uui/source.po
+++ b/translations/source/as/uui/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 13:06+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/vcl/source/src.po b/translations/source/as/vcl/source/src.po
index bb67573f979..5f5ee741ad6 100644
--- a/translations/source/as/vcl/source/src.po
+++ b/translations/source/as/vcl/source/src.po
@@ -3,16 +3,16 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 01:28+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: as_IN <kde-i18n-doc@kde.org>\n"
-"Language: as\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: as\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: stdtext.src#SV_STDTEXT_SERVICENOTAVAILABLE.string.text
@@ -746,19 +746,19 @@ msgstr "উইন্ডো বিভজন কৰক"
#: fpicker.src#STR_FPICKER_AUTO_EXTENSION.string.text
msgid "~Automatic file name extension"
-msgstr ""
+msgstr "স্বয়ংক্ৰিয় ফাইল নামৰ প্রসাৰণ "
#: fpicker.src#STR_FPICKER_PASSWORD.string.text
msgid "Save with pass~word"
-msgstr ""
+msgstr "পাছওৱাৰ্ড সৈতে সঞ্চয় কৰক"
#: fpicker.src#STR_FPICKER_FILTER_OPTIONS.string.text
msgid "~Edit filter settings"
-msgstr ""
+msgstr "ফিল্টাৰ সংহতিসমূহ সম্পাদনা কৰক"
#: fpicker.src#STR_FPICKER_READONLY.string.text
msgid "~Read-only"
-msgstr ""
+msgstr "কেৱল-পঢ়ক"
#: fpicker.src#STR_FPICKER_INSERT_AS_LINK.string.text
msgid "~Link"
@@ -779,11 +779,11 @@ msgstr ""
#: fpicker.src#STR_FPICKER_TEMPLATES.string.text
msgid "S~tyles:"
-msgstr ""
+msgstr "শৈলীসমূহ (~t):"
#: fpicker.src#STR_FPICKER_IMAGE_TEMPLATE.string.text
msgid "Style:"
-msgstr ""
+msgstr "শৈলী:"
#: fpicker.src#STR_FPICKER_SELECTION.string.text
msgid "~Selection"
@@ -791,11 +791,11 @@ msgstr ""
#: fpicker.src#STR_FPICKER_FOLDER_DEFAULT_TITLE.string.text
msgid "Select Path"
-msgstr ""
+msgstr "পথ বাছনী কৰক"
#: fpicker.src#STR_FPICKER_FOLDER_DEFAULT_DESCRIPTION.string.text
msgid "Please select a folder."
-msgstr ""
+msgstr "অনুগ্ৰহ কৰি এটা ফোল্ডাৰ নিৰ্বাচন কৰক."
#: fpicker.src#STR_FPICKER_ALREADYEXISTOVERWRITE.string.text
msgid ""
@@ -803,14 +803,17 @@ msgid ""
"\n"
"Do you want to replace it?"
msgstr ""
+"\"$filename$\" নামৰ এটা নথিপত্ৰ ইতিমধ্যে উপস্থিত।\n"
+"\n"
+"আপুনি ইয়াক সলনি কৰিব বিচাৰে নে?"
#: fpicker.src#STR_FPICKER_ALLFORMATS.string.text
msgid "All Formats"
-msgstr ""
+msgstr "সকলো বিন্যাসসমূহ"
#: fpicker.src#STR_FPICKER_OPEN.string.text
msgid "Open"
-msgstr ""
+msgstr "খোলক"
#: fpicker.src#STR_FPICKER_SAVE.string.text
msgid "Save"
@@ -818,4 +821,4 @@ msgstr ""
#: fpicker.src#STR_FPICKER_TYPE.string.text
msgid "File ~type"
-msgstr ""
+msgstr "ফাইলৰ প্রকাৰ"
diff --git a/translations/source/as/wizards/source/euro.po b/translations/source/as/wizards/source/euro.po
index 209e64fd63d..97770290fca 100644
--- a/translations/source/as/wizards/source/euro.po
+++ b/translations/source/as/wizards/source/euro.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-27 16:01+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/wizards/source/formwizard.po b/translations/source/as/wizards/source/formwizard.po
index 2f7801df412..7d60ae9f2a8 100644
--- a/translations/source/as/wizards/source/formwizard.po
+++ b/translations/source/as/wizards/source/formwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-27 16:03+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/wizards/source/importwizard.po b/translations/source/as/wizards/source/importwizard.po
index 1b7070b6e55..f4a4ca68d5c 100644
--- a/translations/source/as/wizards/source/importwizard.po
+++ b/translations/source/as/wizards/source/importwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:02+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/wizards/source/schedule.po b/translations/source/as/wizards/source/schedule.po
index a54d12dcdfb..d01a601bd26 100644
--- a/translations/source/as/wizards/source/schedule.po
+++ b/translations/source/as/wizards/source/schedule.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:02+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/wizards/source/template.po b/translations/source/as/wizards/source/template.po
index 57c21837473..fdc6242e77c 100644
--- a/translations/source/as/wizards/source/template.po
+++ b/translations/source/as/wizards/source/template.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:02+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/xmlsecurity/source/component.po b/translations/source/as/xmlsecurity/source/component.po
index e5ce744d935..f7d7d03288e 100644
--- a/translations/source/as/xmlsecurity/source/component.po
+++ b/translations/source/as/xmlsecurity/source/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:02+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/as/xmlsecurity/source/dialogs.po b/translations/source/as/xmlsecurity/source/dialogs.po
index 6591c0841f1..1ccde730a2a 100644
--- a/translations/source/as/xmlsecurity/source/dialogs.po
+++ b/translations/source/as/xmlsecurity/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-27 16:09+0200\n"
"Last-Translator: ngoswami <ngoswami@redhat.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: as\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"
+"Language: as\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/accessibility/source/helper.po b/translations/source/ast/accessibility/source/helper.po
index 5bb9a0f8e3e..40ab089eb91 100644
--- a/translations/source/ast/accessibility/source/helper.po
+++ b/translations/source/ast/accessibility/source/helper.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-14 13:14+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/avmedia/source/framework.po b/translations/source/ast/avmedia/source/framework.po
index 2e69f24a32e..19f6d2b574f 100644
--- a/translations/source/ast/avmedia/source/framework.po
+++ b/translations/source/ast/avmedia/source/framework.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+avmedia%2Fsource%2Fframework.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2011-10-14 13:15+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-24 19:33+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: mediacontrol.src#AVMEDIA_STR_OPEN.string.text
@@ -37,7 +37,7 @@ msgstr "Parar"
#: mediacontrol.src#AVMEDIA_STR_ENDLESS.string.text
msgid "Repeat"
-msgstr "Repitir"
+msgstr "Repetir"
#: mediacontrol.src#AVMEDIA_STR_MUTE.string.text
msgid "Mute"
diff --git a/translations/source/ast/avmedia/source/viewer.po b/translations/source/ast/avmedia/source/viewer.po
index 55dc85b9ae2..50c694b5bc5 100644
--- a/translations/source/ast/avmedia/source/viewer.po
+++ b/translations/source/ast/avmedia/source/viewer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 17:23+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/basctl/source/basicide.po b/translations/source/ast/basctl/source/basicide.po
index 5a23a202205..ff2b19b14e3 100644
--- a/translations/source/ast/basctl/source/basicide.po
+++ b/translations/source/ast/basctl/source/basicide.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-02-10 16:57+0200\n"
-"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-24 19:37+0200\n"
+"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -111,7 +111,7 @@ msgstr "Zarrar"
#: moduldlg.src#RID_TP_LIBS.RID_PB_PASSWORD.pushbutton.text
msgid "~Password..."
-msgstr "~Conseña..."
+msgstr "~Contraseña..."
#: moduldlg.src#RID_TP_LIBS.RID_PB_NEWLIB.pushbutton.text
msgctxt "moduldlg.src#RID_TP_LIBS.RID_PB_NEWLIB.pushbutton.text"
@@ -622,7 +622,7 @@ msgstr "Omitir"
#: basidesh.src#RID_STR_DLGIMP_MISMATCH_TITLE.string.text
msgid "Dialog Import - Language Mismatch"
-msgstr "Importar diálogu - Les llingües nun casen"
+msgstr "Importar diálogu - Les llingües nun concasen"
#: basidesh.src#RID_STR_DLGIMP_MISMATCH_TEXT.string.text
msgid ""
diff --git a/translations/source/ast/basctl/source/dlged.po b/translations/source/ast/basctl/source/dlged.po
index ad2521731ae..f2deb2a3221 100644
--- a/translations/source/ast/basctl/source/dlged.po
+++ b/translations/source/ast/basctl/source/dlged.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-10 17:05+0200\n"
-"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-24 19:42+0200\n"
+"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -21,11 +21,11 @@ msgstr "Llingües presentes"
#: managelang.src#RID_DLG_MANAGE_LANGUAGE.PB_ADD_LANG.pushbutton.text
msgid "Add..."
-msgstr "Añader..."
+msgstr "Amestar..."
#: managelang.src#RID_DLG_MANAGE_LANGUAGE.PB_DEL_LANG.pushbutton.text
msgid "Delete"
-msgstr "Eliminar"
+msgstr "Desaniciar"
#: managelang.src#RID_DLG_MANAGE_LANGUAGE.PB_MAKE_DEFAULT.pushbutton.text
msgid "Default"
@@ -49,7 +49,7 @@ msgstr "~Desaniciar"
#: managelang.src#RID_DLG_MANAGE_LANGUAGE.STR_CREATE_LANG.string.text
msgid "<Press 'Add' to create language resources>"
-msgstr "<Calca 'Añader' pa crear recursos de llingua>"
+msgstr "<Calca 'Amestar' pa crear recursos de llingua>"
#: managelang.src#RID_DLG_MANAGE_LANGUAGE.modaldialog.text
msgid "Manage User Interface Languages [$1]"
@@ -61,7 +61,7 @@ msgid ""
"\n"
"Do you want to delete the resources of the selected language(s)?"
msgstr ""
-"Tas a piques de desaniciar los recursos de llingua(es) esbillaos. Se desaniciarán toles cadenes de la interfaz d'usuariu d'esta llingua(es).\n"
+"Tas a piques de desaniciar los recursos de llingua(es) esbillaos. Van desaniciase toles cadenes de la interfaz d'usuariu d'esta llingua(es).\n"
"\n"
"¿Quies desaniciar los recursos de llingua(es) esbillaos?"
@@ -79,7 +79,7 @@ msgstr "Seleiciona una llingua pa definir la llingua predeterminada de la interf
#: managelang.src#RID_DLG_SETDEF_LANGUAGE.STR_ADDLANG_TITLE.string.text
msgid "Add User Interface Languages"
-msgstr "Añader llingües d'interfaz d'usuariu"
+msgstr "Amestar llingües d'interfaz d'usuariu"
#: managelang.src#RID_DLG_SETDEF_LANGUAGE.STR_ADDLANG_LABEL.string.text
msgid "Available Languages"
@@ -87,7 +87,7 @@ msgstr "Llingües disponibles"
#: managelang.src#RID_DLG_SETDEF_LANGUAGE.STR_ADDLANG_INFO.string.text
msgid "Select languages to be added. Resources for these languages will be created in the library. Strings of the current default user interface language will be copied to these new resources by default."
-msgstr "Seleiciona les llingües que quies añader. Los recursos pa estes llingües van crease na biblioteca. Les cadenes de la llingua de la interfaz d'usuariu actual van copiase a los recursos nuevos."
+msgstr "Seleiciona les llingües que quies amestar. Los recursos pa estes llingües van crease na biblioteca. Les cadenes de la llingua de la interfaz d'usuariu actual van copiase a los recursos nuevos."
#: managelang.src#RID_DLG_SETDEF_LANGUAGE.modaldialog.text
msgid "Set Default User Interface Language"
diff --git a/translations/source/ast/basic/source/classes.po b/translations/source/ast/basic/source/classes.po
index f8d8e17ce34..107bbc4feb4 100644
--- a/translations/source/ast/basic/source/classes.po
+++ b/translations/source/ast/basic/source/classes.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+basic%2Fsource%2Fclasses.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-14 00:59+0200\n"
-"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-24 19:48+0200\n"
+"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: sb.src#RID_BASIC_START.SbERR_SYNTAX___ERRCODE_RES_MASK.string.text
@@ -189,7 +189,7 @@ msgstr "Esperando pola rempuesta de la conexón DDE."
#: sb.src#RID_BASIC_START.SbERR_DDE_OUTOFCHANNELS___ERRCODE_RES_MASK.string.text
msgid "No DDE channels available."
-msgstr "Deguna canal DDE disponible."
+msgstr "Denguna canal DDE disponible."
#: sb.src#RID_BASIC_START.SbERR_DDE_NO_RESPONSE___ERRCODE_RES_MASK.string.text
msgid "No application responded to DDE connect initiation."
@@ -261,7 +261,7 @@ msgstr "DDE necesita'l ficheru DDEML.DLL."
#: sb.src#RID_BASIC_START.SbERR_CANNOT_LOAD___ERRCODE_RES_MASK.string.text
msgid "Module cannot be loaded; invalid format."
-msgstr "Nun se puede cargar el módulu: formatu non válidu."
+msgstr "Nun se pue cargar el módulu: formatu non válidu."
#: sb.src#RID_BASIC_START.SbERR_BAD_INDEX___ERRCODE_RES_MASK.string.text
msgid "Invalid object index."
@@ -447,7 +447,7 @@ msgstr "Bloquéu d'instrucción entá abiertu: falta $(ARG1)."
#: sb.src#RID_BASIC_START.SbERR_BAD_BRACKETS___ERRCODE_RES_MASK.string.text
msgid "Parentheses do not match."
-msgstr "Los paréntesis nun coinciden."
+msgstr "Los paréntesis nun concasen."
#: sb.src#RID_BASIC_START.SbERR_BAD_DECLARATION___ERRCODE_RES_MASK.string.text
msgid "Symbol $(ARG1) already defined differently."
@@ -471,7 +471,7 @@ msgstr "Else/Endif ensin If."
#: sb.src#RID_BASIC_START.SbERR_NOT_IN_SUBR___ERRCODE_RES_MASK.string.text
msgid "$(ARG1) not allowed within a procedure."
-msgstr "$(ARG1) nun se permite nún procedimientu."
+msgstr "$(ARG1) nun se permite nun procedimientu."
#: sb.src#RID_BASIC_START.SbERR_NOT_IN_MAIN___ERRCODE_RES_MASK.string.text
msgid "$(ARG1) not allowed outside a procedure."
@@ -479,7 +479,7 @@ msgstr "$(ARG1) nun se permite fuera d'un procedimientu."
#: sb.src#RID_BASIC_START.SbERR_WRONG_DIMS___ERRCODE_RES_MASK.string.text
msgid "Dimension specifications do not match."
-msgstr "Les especificaciones de dimensiones nun coinciden."
+msgstr "Les especificaciones de dimensiones nun concasen."
#: sb.src#RID_BASIC_START.SbERR_BAD_OPTION___ERRCODE_RES_MASK.string.text
msgid "Unknown option: $(ARG1)."
@@ -547,7 +547,7 @@ msgstr "Fallu al grabar la biblioteca: '$(ARG1)'."
#: sb.src#ERRCODE_BASMGR_MGROPEN___ERRCODE_RES_MASK.string.text
msgid "The BASIC from the file '$(ARG1)' could not be initialized."
-msgstr "No se fue quien a inicializar BASIC dende l'archivu '$(ARG1)'."
+msgstr "Nun pudo anicializase BASIC dende'l ficheru '$(ARG1)'."
#: sb.src#ERRCODE_BASMGR_MGRSAVE___ERRCODE_RES_MASK.string.text
msgid "Error saving BASIC: '$(ARG1)'."
@@ -559,4 +559,4 @@ msgstr "Fallu al desaniciar la biblioteca."
#: sb.src#ERRCODE_BASMGR_UNLOADLIB___ERRCODE_RES_MASK.string.text
msgid "The library could not be removed from memory."
-msgstr "Nun se pudo a desaniciar la biblioteca de la memoria."
+msgstr "Nun pudo desaniciase la biblioteca de la memoria."
diff --git a/translations/source/ast/basic/source/sbx.po b/translations/source/ast/basic/source/sbx.po
index 74f4fe176e4..5aafa71ad01 100644
--- a/translations/source/ast/basic/source/sbx.po
+++ b/translations/source/ast/basic/source/sbx.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-14 00:59+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/chart2/source/controller/dialogs.po b/translations/source/ast/chart2/source/controller/dialogs.po
index ffac2132e47..d943ed7131f 100644
--- a/translations/source/ast/chart2/source/controller/dialogs.po
+++ b/translations/source/ast/chart2/source/controller/dialogs.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-08 22:49+0200\n"
-"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-24 20:03+0200\n"
+"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -318,27 +318,27 @@ msgstr "Cuadrícula"
#: Strings.src#STR_OBJECT_GRID_MAJOR_X.string.text
msgid "X Axis Major Grid"
-msgstr "Cuadricula mayor de la exa X"
+msgstr "Cuadrícula mayor de la exa X"
#: Strings.src#STR_OBJECT_GRID_MAJOR_Y.string.text
msgid "Y Axis Major Grid"
-msgstr "Cuadricula mayor de la exa Y"
+msgstr "Cuadrícula mayor de la exa Y"
#: Strings.src#STR_OBJECT_GRID_MAJOR_Z.string.text
msgid "Z Axis Major Grid"
-msgstr "Cuadricula mayor de la exa Z"
+msgstr "Cuadrícula mayor de la exa Z"
#: Strings.src#STR_OBJECT_GRID_MINOR_X.string.text
msgid "X Axis Minor Grid"
-msgstr "Cuadricula menor de la exa X"
+msgstr "Cuadrícula menor de la exa X"
#: Strings.src#STR_OBJECT_GRID_MINOR_Y.string.text
msgid "Y Axis Minor Grid"
-msgstr "Cuadricula menor de la exa Y"
+msgstr "Cuadrícula menor de la exa Y"
#: Strings.src#STR_OBJECT_GRID_MINOR_Z.string.text
msgid "Z Axis Minor Grid"
-msgstr "Cuadricula menor de la exa Z"
+msgstr "Cuadrícula menor de la exa Z"
#: Strings.src#STR_OBJECT_LEGEND.string.text
msgid "Legend"
@@ -505,7 +505,7 @@ msgstr "Círculos espandíos por porcentaxe %PERCENTVALUE"
#: Strings.src#STR_OBJECT_FOR_SERIES.string.text
msgid "%OBJECTNAME for Data Series '%SERIESNAME'"
-msgstr "%OBJECTNAME pa las series de datos '%SERIESNAME'"
+msgstr "%OBJECTNAME pa les series de datos '%SERIESNAME'"
#: Strings.src#STR_OBJECT_FOR_ALL_SERIES.string.text
msgid "%OBJECTNAME for all Data Series"
@@ -545,7 +545,7 @@ msgstr "Alliñamientu de diagrama automaticu"
#: Strings.src#STR_ACTION_NOTPOSSIBLE.string.text
msgid "This function cannot be completed with the selected objects."
-msgstr "Nun se ye quien a executar l'aición colos oxetos esbillaos."
+msgstr "Nun se pue executar l'aición colos oxetos esbillaos."
#: Strings.src#STR_ACTION_EDIT_TEXT.string.text
msgid "Edit text"
@@ -823,7 +823,7 @@ msgstr "~Rangu de datos"
#: tp_RangeChooser.src#TP_RANGECHOOSER.RB_DATAROWS.radiobutton.text
msgid "Data series in ~rows"
-msgstr "Serie de datos en ~files"
+msgstr "Serie de datos en ~fileres"
#: tp_RangeChooser.src#TP_RANGECHOOSER.RB_DATACOLS.radiobutton.text
msgid "Data series in ~columns"
@@ -1502,7 +1502,7 @@ msgstr "Abaxo izquierda"
#: res_DataLabel_tmpl.hrc#WORKAROUND.7.stringlist.text
msgid "Below"
-msgstr "Enbaxo"
+msgstr "Embaxo"
#: res_DataLabel_tmpl.hrc#WORKAROUND.8.stringlist.text
msgid "Bottom right"
@@ -1685,7 +1685,7 @@ msgstr "Indicador de fallos"
#: res_ErrorBar_tmpl.hrc#RESOURCE_ERRORBARS_availablewidth__yoffset_.RB_BOTH.radiobutton.text
msgid "Positive ~and Negative"
-msgstr "Positivu ~y Negativu"
+msgstr "Positivu y Neg~ativu"
#: res_ErrorBar_tmpl.hrc#RESOURCE_ERRORBARS_availablewidth__yoffset_.RB_POSITIVE.radiobutton.text
msgid "Pos~itive"
diff --git a/translations/source/ast/connectivity/source/drivers/ado.po b/translations/source/ast/connectivity/source/drivers/ado.po
index 269ac03cd3d..283e1fbce66 100644
--- a/translations/source/ast/connectivity/source/drivers/ado.po
+++ b/translations/source/ast/connectivity/source/drivers/ado.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 17:24+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/connectivity/source/drivers/calc.po b/translations/source/ast/connectivity/source/drivers/calc.po
index d4ed79cca87..f869c2bd627 100644
--- a/translations/source/ast/connectivity/source/drivers/calc.po
+++ b/translations/source/ast/connectivity/source/drivers/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 17:24+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/connectivity/source/drivers/dbase.po b/translations/source/ast/connectivity/source/drivers/dbase.po
index 0d1e7df5c0b..309f5e3294f 100644
--- a/translations/source/ast/connectivity/source/drivers/dbase.po
+++ b/translations/source/ast/connectivity/source/drivers/dbase.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 17:24+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/connectivity/source/drivers/evoab2.po b/translations/source/ast/connectivity/source/drivers/evoab2.po
index b731a19f088..2487f31e036 100644
--- a/translations/source/ast/connectivity/source/drivers/evoab2.po
+++ b/translations/source/ast/connectivity/source/drivers/evoab2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-14 01:10+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/connectivity/source/drivers/flat.po b/translations/source/ast/connectivity/source/drivers/flat.po
index 423147ff1fc..1a9b268a120 100644
--- a/translations/source/ast/connectivity/source/drivers/flat.po
+++ b/translations/source/ast/connectivity/source/drivers/flat.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 17:24+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/connectivity/source/drivers/hsqldb.po b/translations/source/ast/connectivity/source/drivers/hsqldb.po
index cd4dcf1fd22..3ddb44b11a7 100644
--- a/translations/source/ast/connectivity/source/drivers/hsqldb.po
+++ b/translations/source/ast/connectivity/source/drivers/hsqldb.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-31 20:56+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/connectivity/source/drivers/jdbc.po b/translations/source/ast/connectivity/source/drivers/jdbc.po
index 44280dddbd7..776f834faa0 100644
--- a/translations/source/ast/connectivity/source/drivers/jdbc.po
+++ b/translations/source/ast/connectivity/source/drivers/jdbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-14 01:10+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/connectivity/source/drivers/kab.po b/translations/source/ast/connectivity/source/drivers/kab.po
index 43c3319df67..cd571309aad 100644
--- a/translations/source/ast/connectivity/source/drivers/kab.po
+++ b/translations/source/ast/connectivity/source/drivers/kab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 17:24+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/connectivity/source/drivers/macab.po b/translations/source/ast/connectivity/source/drivers/macab.po
index 9943c7da454..00b72f5d393 100644
--- a/translations/source/ast/connectivity/source/drivers/macab.po
+++ b/translations/source/ast/connectivity/source/drivers/macab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 17:24+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/connectivity/source/drivers/mozab.po b/translations/source/ast/connectivity/source/drivers/mozab.po
index 3ccc1cfac68..0d617d55b86 100644
--- a/translations/source/ast/connectivity/source/drivers/mozab.po
+++ b/translations/source/ast/connectivity/source/drivers/mozab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-12 23:19+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/connectivity/source/drivers/mysql.po b/translations/source/ast/connectivity/source/drivers/mysql.po
index 0a1a4812ab0..4348d5bc613 100644
--- a/translations/source/ast/connectivity/source/drivers/mysql.po
+++ b/translations/source/ast/connectivity/source/drivers/mysql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-14 01:11+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/connectivity/source/drivers/odbc.po b/translations/source/ast/connectivity/source/drivers/odbc.po
index eda08354c71..3a7c57aad1b 100644
--- a/translations/source/ast/connectivity/source/drivers/odbc.po
+++ b/translations/source/ast/connectivity/source/drivers/odbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 17:24+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/connectivity/source/drivers/postgresql.po b/translations/source/ast/connectivity/source/drivers/postgresql.po
index 85a79a1fcfc..b204ac8f845 100644
--- a/translations/source/ast/connectivity/source/drivers/postgresql.po
+++ b/translations/source/ast/connectivity/source/drivers/postgresql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-30 02:02+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -18,11 +18,3 @@ msgstr ""
#: postgresql.xcu#.Drivers.Installed.sdbc_postgresql__.DriverTypeDisplayName.value.text
msgid "PostgreSQL"
msgstr "PostgreSQL"
-
-#: description.xml#dispname.dispname.description.text
-msgid "PostgreSQL-SDBC Driver"
-msgstr "Controlador PostgreSQL-SDBC"
-
-#: 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 "Controlador nativu de la base de datos PostgreSQL pa LibreOffice. Ye más rápidu, perfeutamente integráu y nun fai falta instalar y configurar aparte un controlador JDBC o ODBC. Compatible con PostgreSQL versión 8.4 y siguientes.\n"
diff --git a/translations/source/ast/connectivity/source/resource.po b/translations/source/ast/connectivity/source/resource.po
index 1b7bbc1db43..0ec81237bee 100644
--- a/translations/source/ast/connectivity/source/resource.po
+++ b/translations/source/ast/connectivity/source/resource.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+connectivity%2Fsource%2Fresource.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-08 22:49+0200\n"
-"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-20 15:54+0200\n"
+"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: conn_error_message.src#256___2_100___0.string.text
@@ -25,7 +25,7 @@ msgstr "La orde contién una referencia cíclica a una o más consultes."
#: conn_error_message.src#256___2_300___0.string.text
msgid "The name must not contain any slashes ('/')."
-msgstr "El nome nun puede contener de slash ('/')."
+msgstr "El nome nun pue contener de slash ('/')."
#: conn_error_message.src#256___2_301___0.string.text
msgid "$1$ is no SQL conform identifier."
@@ -49,7 +49,7 @@ msgstr "Nun esiste $1$."
#: conn_error_message.src#256___2_550___0.string.text
msgid "Unable to display the complete table content. Please apply a filter."
-msgstr "Nun puede amosase'l conteníu completu de la tabla. Por favor aplique una peñera."
+msgstr "Nun pue amosase'l conteníu completu de la tabla. Por favor aplique una peñera."
#: conn_shared_res.src#STR_MOZILLA_ADDRESSBOOKS.string.text
msgid "Mozilla/Seamonkey Addressbook Directory"
@@ -77,7 +77,7 @@ msgstr "Nun se puen crear llibretes de direiciones nueves mientres se ta executa
#: conn_shared_res.src#STR_COULD_NOT_RETRIEVE_AB_ENTRY.string.text
msgid "An address book entry could not be retrieved, an unknown error occurred."
-msgstr "Nun puede recuperase una entrada na llibreta de direiciones, hebo un fallu desconocíu."
+msgstr "Nun pue recuperase una entrada na llibreta de direiciones, hebo un fallu desconocíu."
#: conn_shared_res.src#STR_COULD_NOT_GET_DIRECTORY_NAME.string.text
msgid "An address book directory name could not be retrieved, an unknown error occurred."
@@ -93,11 +93,11 @@ msgstr "Hebo un fallu al executar la consulta."
#: conn_shared_res.src#STR_MOZILLA_IS_RUNNIG_NO_CHANGES.string.text
msgid "You can't make any changes to mozilla address book when mozilla is running."
-msgstr "Nun se pueden facer cambeos na axenda de direiciones mientres se ta executando Mozilla."
+msgstr "Nun se puen facer cambeos na axenda de direiciones mientres se ta executando Mozilla."
#: conn_shared_res.src#STR_FOREIGN_PROCESS_CHANGED_AB.string.text
msgid "Mozilla Address Book has been changed out of this process, we can't modify it in this condition."
-msgstr "L'axenda de direiciones de Mozilla modificóse fuera d'esti procesu, y, nestes condiciones, nun se puede modificar."
+msgstr "L'axenda de direiciones de Mozilla modificóse fuera d'esti procesu, y, nestes condiciones, nun se pue modificar."
#: conn_shared_res.src#STR_CANT_FIND_ROW.string.text
msgid "Can't find the requested row."
@@ -109,7 +109,7 @@ msgstr "Nun s'atopó la tarxeta pa la filera que pidiste."
#: conn_shared_res.src#STR_QUERY_AT_LEAST_ONE_TABLES.string.text
msgid "The query can not be executed. It needs at least one table."
-msgstr "Nun puede executase la consulta. Requierse de a lo menos una tabla."
+msgstr "Nun pue executase la consulta. Requierse de a lo menos una tabla."
#: conn_shared_res.src#STR_NO_COUNT_SUPPORT.string.text
msgid "The driver does not support the 'COUNT' function."
@@ -141,11 +141,11 @@ msgstr "Hebo un fallu al obtener la filera actual."
#: conn_shared_res.src#STR_CAN_NOT_CANCEL_ROW_UPDATE.string.text
msgid "The row update can not be canceled."
-msgstr "L'anovamientu de la filera nun puede encaboxase."
+msgstr "L'anovamientu de la filera nun pue encaboxase."
#: conn_shared_res.src#STR_CAN_NOT_CREATE_ROW.string.text
msgid "A new row can not be created."
-msgstr "Nun puede crease una nueva filera."
+msgstr "Nun pue crease una nueva filera."
#: conn_shared_res.src#STR_QUERY_INVALID_IS_NULL_COLUMN.string.text
msgid "The query can not be executed. The 'IS NULL' can only be used with a column name."
@@ -161,11 +161,11 @@ msgstr "Por favor, confirmar la '$position$' de la filera, enantes d'anovar file
#: conn_shared_res.src#STR_INVALID_ROW_UPDATE.string.text
msgid "The update call can not be executed. The row is invalid."
-msgstr "La llamada a anovar nun puede executase. La filera ye inválida."
+msgstr "La llamada a anovar nun pue executase. La filera ye inválida."
#: conn_shared_res.src#STR_ROW_CAN_NOT_SAVE.string.text
msgid "The current row can not be saved."
-msgstr "Nun puede guardase la filera actual."
+msgstr "Nun pue guardase la filera actual."
#: conn_shared_res.src#STR_NO_HOSTNAME.string.text
msgid "No hostname was provided."
@@ -177,7 +177,7 @@ msgstr "Nun s'apurrió denguna Base DN."
#: conn_shared_res.src#STR_COULD_NOT_CONNECT_LDAP.string.text
msgid "The connection to the LDAP server could not be established."
-msgstr "Nun se fue quien a coneutar col sirvidor LDAP."
+msgstr "Nun se pudo coneutar col sirvidor LDAP."
#: conn_shared_res.src#STR_NO_CONNECTION_GIVEN.string.text
msgid "It doesn't exist a connection to the database."
@@ -185,11 +185,11 @@ msgstr "Nun hai conexón cola base de datos."
#: conn_shared_res.src#STR_WRONG_PARAM_INDEX.string.text
msgid "You tried to set a parameter at position '$pos$' but there is/are only '$count$' parameter(s) allowed. One reason may be that the property \"ParameterNameSubstitution\" is not set to TRUE in the data source."
-msgstr "Tentasti configurar un parámetru na posición '$pos$' pero namái se permite '$count$' parametru(os). Una de les razones pue ser que la propiedá \"ParameterNameSubstitution\" nun tea configurada como TRUE na fonte de datos."
+msgstr "Intentaste configurar un parámetru na posición '$pos$' pero namái se permite '$count$' parametru(os). Una de les razones pue ser que la propiedá \"ParameterNameSubstitution\" nun tea configurada como TRUE na fonte de datos."
#: conn_shared_res.src#STR_INPUTSTREAM_WRONG_LEN.string.text
msgid "End of InputStream reached before satisfying length specified when InputStream was set."
-msgstr "El final de InputStream algamóse enantes de satisfacer la llonxitú especificada nel intre de la so configuración."
+msgstr "El final de InputStream algamóse enantes de satisfacer la llonxitú especificada nel momentu de la so configuración."
#: conn_shared_res.src#STR_NO_INPUTSTREAM.string.text
msgid "The input stream was not set."
@@ -209,11 +209,11 @@ msgstr "Privilexu non concedíu: Namái se permiten los privilexos de tabla."
#: conn_shared_res.src#STR_PRIVILEGE_NOT_REVOKED.string.text
msgid "Privilege not revoked: Only table privileges can be revoked."
-msgstr "Privilexu non revocáu: Namái pueden revocase los privilexos de tabla."
+msgstr "Privilexu non revocáu: Namái puen revocase los privilexos de tabla."
#: conn_shared_res.src#STR_UNKNOWN_COLUMN_NAME.string.text
msgid "The column name '$columnname$' is unknown."
-msgstr "El nome de la columna '$columnname$' ye desconocía."
+msgstr "El nome de la columna '$columnname$' ye desconocíu."
#: conn_shared_res.src#STR_ERRORMSG_SEQUENCE.string.text
msgid "Function sequence error."
@@ -237,11 +237,11 @@ msgstr "La formula pa TypeInfoSetting ye errónea!"
#: conn_shared_res.src#STR_STRING_LENGTH_EXCEEDED.string.text
msgid "The string '$string$' exceeds the maximum length of $maxlen$ characters when converted to the target character set '$charset$'."
-msgstr "La cadena '$string$' pásase del tamañu máximu de caracteres $maxlen$ cuando se convierte al conxuntu de caracteres de destín '$charset$'."
+msgstr "La cadena '$string$' pásase del tamañu máximu de caráuteres $maxlen$ cuando se convierte al conxuntu de caráuteres de destín '$charset$'."
#: conn_shared_res.src#STR_CANNOT_CONVERT_STRING.string.text
msgid "The string '$string$' cannot be converted using the encoding '$charset$'."
-msgstr "Nun se puede convertir la cadena '$string$' emplegando la codificación '$charset$'."
+msgstr "Nun se pue convertir la cadena '$string$' emplegando la codificación '$charset$'."
#: conn_shared_res.src#STR_URI_SYNTAX_ERROR.string.text
msgid "The connection URL is invalid."
@@ -285,7 +285,7 @@ msgstr "La declaración contién una seición invalida de columnes."
#: conn_shared_res.src#STR_COLUMN_NOT_UPDATEABLE.string.text
msgid "The column at position '$position$' could not be updated."
-msgstr "La columna na posición '$position$' nun puede anovase."
+msgstr "La columna na posición '$position$' nun pue anovase."
#: conn_shared_res.src#STR_COULD_NOT_LOAD_FILE.string.text
msgid "The file $filename$ could not be loaded."
@@ -303,7 +303,7 @@ msgstr ""
#: conn_shared_res.src#STR_TYPE_NOT_CONVERT.string.text
msgid "The type could not be converted."
-msgstr "El tipu nun puede convertise."
+msgstr "El tipu nun pue convertise."
#: conn_shared_res.src#STR_INVALID_COLUMN_DESCRIPTOR_ERROR.string.text
msgid "Could not append column: invalid column descriptor."
@@ -351,11 +351,11 @@ msgstr "Nun pudo crease l'índiz. Namái ta permitida una columna por índiz."
#: conn_shared_res.src#STR_COULD_NOT_CREATE_INDEX_NOT_UNIQUE.string.text
msgid "The index could not be created. The values are not unique."
-msgstr "Nun puede crease l'índiz. Los valores nun son únicos."
+msgstr "Nun pue crease l'índiz. Los valores nun son únicos."
#: conn_shared_res.src#STR_COULD_NOT_CREATE_INDEX.string.text
msgid "The index could not be created. An unknown error appeared."
-msgstr "L'índiz nun puede crease. Apareció un fallu inesperáu."
+msgstr "L'índiz nun pue crease. Apareció un fallu inesperáu."
#: conn_shared_res.src#STR_COULD_NOT_CREATE_INDEX_NAME.string.text
msgid "The index could not be created. The file '$filename$' is used by an other index."
@@ -363,7 +363,7 @@ msgstr "Nun se pue crear l'índiz. El ficheru '$filename$' ta usándolu otru ín
#: conn_shared_res.src#STR_COULD_NOT_CREATE_INDEX_KEYSIZE.string.text
msgid "The index could not be created. The size of the chosen column is to big."
-msgstr "Nun se pudo crear l'índiz. El tamañu de la columna escoyía ye enforma grande."
+msgstr "Nun se pudo crear l'índiz. El tamañu de la columna esbillada ye enforma grande."
#: conn_shared_res.src#STR_SQL_NAME_ERROR.string.text
msgid "The name '$name$' doesn't match SQL naming constraints."
@@ -399,25 +399,25 @@ msgid ""
"\n"
"The specified value \"$value$ is longer than the number of digits allowed."
msgstr ""
-"La columna '$columnname$' se definió como de triba \"Decimal\", la llonxitú máx. ye de $precision$ caráuteres (con $scale$ cifres decimales).\n"
+"La columna '$columnname$' definióse como de triba \"Decimal\", la llonxitú máx. ye de $precision$ caráuteres (con $scale$ cifres decimales).\n"
"\n"
"El valor conseñáu \"$value$ ye mayor que'l númberu de cifres permitíu."
#: conn_shared_res.src#STR_COLUMN_NOT_ALTERABLE.string.text
msgid "The column '$columnname$' could not be altered. May be the file system is write protected."
-msgstr "La columna '$columnname$' nun puede alterase. Puede ser que'l sistema de fichero tea protexíu escontra escritura."
+msgstr "La columna '$columnname$' nun pue alterase. Pue ser que'l sistema de ficheru tea protexíu escontra escritura."
#: conn_shared_res.src#STR_INVALID_COLUMN_VALUE.string.text
msgid "The column '$columnname$' could not be updated. The value is invalid for that column."
-msgstr "La columna '$columnname$' nun puede anovase. El valor ye inválidu pa esta columna."
+msgstr "La columna '$columnname$' nun pue anovase. El valor ye inválidu pa esta columna."
#: conn_shared_res.src#STR_COLUMN_NOT_ADDABLE.string.text
msgid "The column '$columnname$' could not be added. May be the file system is write protected."
-msgstr "La columna '$columnname$' nun puede amestase. Puede ser que'l sistema de fichero tea protexíu escontra escritura."
+msgstr "La columna '$columnname$' nun pue amestase. Pue ser que'l sistema de ficheru tea protexíu escontra escritura."
#: conn_shared_res.src#STR_COLUMN_NOT_DROP.string.text
msgid "The column at position '$position$' could not be dropped. May be the file system is write protected."
-msgstr "La columna na posición '$position$' nun puede reducise. Puede ser que'l sistema de fichero tea protexíu escontra escritura."
+msgstr "La columna na posición '$position$' nun pue reducise. Pue ser que'l sistema de ficheru tea protexíu escontra escritura."
#: conn_shared_res.src#STR_TABLE_NOT_DROP.string.text
msgid "The table '$tablename$' could not be dropped. May be the file system is write protected."
@@ -425,7 +425,7 @@ msgstr "La tabla '$tablename$' nun se pue amenorgar. Pue ser que'l sistema de fi
#: conn_shared_res.src#STR_COULD_NOT_ALTER_TABLE.string.text
msgid "The table could not be altered."
-msgstr "La tabla nun puede alterase."
+msgstr "La tabla nun pue alterase."
#: conn_shared_res.src#STR_INVALID_DBASE_FILE.string.text
msgid "The file '$filename$' is an invalid (or unrecognized) dBase file."
@@ -433,7 +433,7 @@ msgstr "El ficheru '$filename$' ye un ficheru dBase inválidu (o non reconocíu)
#: conn_shared_res.src#STR_CANNOT_OPEN_BOOK.string.text
msgid "Cannot open Evolution address book."
-msgstr "Nun puede abrise la llibreta de señes d'Evolution."
+msgstr "Nun pue abrise la llibreta de señes d'Evolution."
#: conn_shared_res.src#STR_SORT_BY_COL_ONLY.string.text
msgid "Can only sort by table columns."
@@ -441,35 +441,35 @@ msgstr "Namái se pue ordenar poles columnes de la tabla."
#: conn_shared_res.src#STR_QUERY_COMPLEX_COUNT.string.text
msgid "The query can not be executed. It is too complex. Only \"COUNT(*)\" is supported."
-msgstr "Nun puede executase la consulta. Ye enforma complexa. Namái \"COUNT(*)\" ta sofitáu."
+msgstr "Nun pue executase la consulta. Ye enforma complexa. Namái \"COUNT(*)\" ta sofitáu."
#: conn_shared_res.src#STR_QUERY_INVALID_BETWEEN.string.text
msgid "The query can not be executed. The 'BETWEEN' arguments are not correct."
-msgstr "Nun puede executase la consulta. Los argumentos 'BETWEEN' nun son correutos."
+msgstr "Nun pue executase la consulta. Los argumentos 'BETWEEN' nun son correutos."
#: conn_shared_res.src#STR_QUERY_FUNCTION_NOT_SUPPORTED.string.text
msgid "The query can not be executed. The function is not supported."
-msgstr "Nun puede executase la consulta. Nun se sofita la función."
+msgstr "Nun pue executase la consulta. Nun se sofita la función."
#: conn_shared_res.src#STR_TABLE_READONLY.string.text
msgid "The table can not be changed. It is read only."
-msgstr "Nun puede camudase la tabla. Namái ye de llectura."
+msgstr "Nun pue camudase la tabla. Namái ye de llectura."
#: conn_shared_res.src#STR_DELETE_ROW.string.text
msgid "The row could not be deleted. The option \"Display inactive records\" is set."
-msgstr "Nun puede desaniciase la filera. La opción \"Amosar ficheros inactivos\" ta configurada."
+msgstr "Nun pue desaniciase la filera. La opción \"Amosar ficheros inactivos\" ta configurada."
#: conn_shared_res.src#STR_ROW_ALREADY_DELETED.string.text
msgid "The row could not be deleted. It is already deleted."
-msgstr "Nun puede desaniciase la filera. Yá ta desaniciada."
+msgstr "Nun pue desaniciase la filera. Yá ta desaniciada."
#: conn_shared_res.src#STR_QUERY_MORE_TABLES.string.text
msgid "The query can not be executed. It contains more than one table."
-msgstr "Nun puede executase la consulta. Ta conteníu en más d'una tabla."
+msgstr "Nun pue executase la consulta. Ta conteníu en más d'una tabla."
#: conn_shared_res.src#STR_QUERY_NO_TABLE.string.text
msgid "The query can not be executed. It contains no valid table."
-msgstr "Nun puede executase la consulta. Nun contién una tabla válida."
+msgstr "Nun pue executase la consulta. Nun contién una tabla válida."
#: conn_shared_res.src#STR_QUERY_NO_COLUMN.string.text
msgid "The query can not be executed. It contains no valid columns."
@@ -485,11 +485,11 @@ msgstr "La URL '$URL$' nun ye válida. Nun pudo crease una conexón."
#: conn_shared_res.src#STR_NO_CLASSNAME.string.text
msgid "The driver class '$classname$' could not be loaded."
-msgstr "El conductor de la clas '$classname$' nun puede cargase."
+msgstr "El conductor de la clas '$classname$' nun pue cargase."
#: conn_shared_res.src#STR_NO_JAVA.string.text
msgid "No Java installation could be found. Please check your installation."
-msgstr "Nun puede alcontrase la instalación de Java. Por favor, verifique la so instalación."
+msgstr "Nun pue alcontrase la instalación de Java. Por favor, verifica la to instalación."
#: conn_shared_res.src#STR_NO_RESULTSET.string.text
msgid "The execution of the query doesn't return a valid result set."
@@ -513,7 +513,7 @@ msgstr "El tipu de columna na posición '$position$' ye desconocíu."
#: conn_shared_res.src#STR_NO_KDE_INST.string.text
msgid "No suitable KDE installation was found."
-msgstr "Nun s'alcontró una instalación afayaíza de KDE."
+msgstr "Nun s'alcontró una instalación afayadiza de KDE."
#: conn_shared_res.src#STR_KDE_VERSION_TOO_OLD.string.text
msgid "KDE version $major$.$minor$ or higher is required to access the KDE Address Book."
@@ -533,7 +533,7 @@ msgstr ""
#: conn_shared_res.src#STR_PARA_ONLY_PREPARED.string.text
msgid "Parameters can appear only in prepared statements."
-msgstr "Los parámetros namái pueden aparecer nes declaraciones tresnaes."
+msgstr "Los parámetros namái puen apaecer nes declaraciones tresnaes."
#: conn_shared_res.src#STR_NO_TABLE.string.text
msgid "No such table!"
@@ -553,7 +553,7 @@ msgstr "La base de datos '$databasename$' nun pudo aniciase darréu que'l comand
#: conn_shared_res.src#STR_DATABASE_NEEDS_CONVERTING.string.text
msgid "The current database need to be converted. Please insert control user and password."
-msgstr "Se necesita convertir la base de datos actual. Por favor inxerta l'usuario de control y conseña."
+msgstr "Necesítase convertir la base de datos actual. Por favor inxerta l'usuariu de control y contraseña."
#: conn_shared_res.src#STR_USER_NO_DELETE.string.text
msgid "This user couldn't be deleted. Otherwise the database stays in a inconsistent state."
@@ -581,4 +581,4 @@ msgstr "Nun esiste una tabla denomada '$tablename$'."
#: conn_shared_res.src#STR_NO_DOCUMENTUI.string.text
msgid "The provided DocumentUI is not allowed to be NULL."
-msgstr "El DocumentUI provistu nun puede ser NULL."
+msgstr "El DocumentUI provistu nun pue ser NULL."
diff --git a/translations/source/ast/cui/source/customize.po b/translations/source/ast/cui/source/customize.po
index 167dba2cfc8..5b4ad89ab93 100644
--- a/translations/source/ast/cui/source/customize.po
+++ b/translations/source/ast/cui/source/customize.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-02-10 18:50+0200\n"
-"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 19:40+0200\n"
+"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -110,7 +110,7 @@ msgstr "Imprentación de documentu"
#: macropg.src#RID_SVXSTR_EVENT_MODIFYCHANGED.string.text
msgid "'Modified' status was changed"
-msgstr "Se camudó l'estáu 'camudáu'"
+msgstr "Modificóse l'estáu 'camudáu'"
#: macropg.src#RID_SVXSTR_EVENT_MAILMERGE.string.text
msgid "Printing of form letters started"
@@ -358,7 +358,7 @@ msgstr "Seleiciona la llibrería que contién la macro que quies. Darréu seleic
#: selector.src#STR_SELECTOR_ADD_COMMANDS.string.text
msgid "Add Commands"
-msgstr "Amestar comentariu"
+msgstr "Amestar comandu"
#: selector.src#STR_SELECTOR_MACROS.string.text
msgctxt "selector.src#STR_SELECTOR_MACROS.string.text"
diff --git a/translations/source/ast/cui/source/dialogs.po b/translations/source/ast/cui/source/dialogs.po
index 8a048f44d81..10b46b9db73 100644
--- a/translations/source/ast/cui/source/dialogs.po
+++ b/translations/source/ast/cui/source/dialogs.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%2Fdialogs.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-10 17:05+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: thesdlg.src#RID_SVXDLG_THESAURUS.FT_WORD.fixedtext.text
diff --git a/translations/source/ast/cui/source/options.po b/translations/source/ast/cui/source/options.po
index 10d0c84c9fe..cfbcf53eb52 100644
--- a/translations/source/ast/cui/source/options.po
+++ b/translations/source/ast/cui/source/options.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-11 04:44+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-22 14:58+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -1276,32 +1276,44 @@ msgid "Grid"
msgstr "Cuadrícula"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.6.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.6.itemlist.text"
+msgid "Basic Fonts (Western)"
+msgstr "Tipos de lletra básicos (occidentales)"
+
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.7.itemlist.text
+msgid "Basic Fonts (Asian)"
+msgstr "Tipos de lletra básicos (asiáticos)"
+
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text
+msgid "Basic Fonts (CTL)"
+msgstr "Tipos de lletra básicos (disposición complexa 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"
msgid "Print"
msgstr "Imprentar"
-#: 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"
+#: 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"
msgid "Table"
msgstr "Tabla"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text"
+#: 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"
msgid "Changes"
-msgstr "Cambeos"
+msgstr "Cambios"
-#: 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"
+#: 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"
msgid "Compatibility"
msgstr "Compatibilidá"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.10.itemlist.text
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.13.itemlist.text
msgid "AutoCaption"
-msgstr "AutoCaption"
+msgstr "Lleenda automática"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.11.itemlist.text
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.14.itemlist.text
msgid "Mail Merge E-mail"
-msgstr "Combinar correspondencia e-mail"
+msgstr "Corréu electrónicu pa combinar correspondencia"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_ONLINEOPTIONS.1.itemlist.text
msgid "%PRODUCTNAME Writer/Web"
diff --git a/translations/source/ast/cui/source/tabpages.po b/translations/source/ast/cui/source/tabpages.po
index 7cf709cf8d4..138c1cf9226 100644
--- a/translations/source/ast/cui/source/tabpages.po
+++ b/translations/source/ast/cui/source/tabpages.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-19 22:27+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-24 17:47+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -752,7 +752,7 @@ msgstr "Posición y espaciu"
#: numpages.src#RID_SVXPAGE_NUM_POSITION.FT_BORDERDIST.fixedtext.text
msgctxt "numpages.src#RID_SVXPAGE_NUM_POSITION.FT_BORDERDIST.fixedtext.text"
msgid "Indent"
-msgstr "Sangrí­a"
+msgstr "Sangría"
#: numpages.src#RID_SVXPAGE_NUM_POSITION.CB_RELATIVE.checkbox.text
msgid "Relati~ve"
@@ -764,7 +764,7 @@ msgstr "Anchor de numberaciones"
#: numpages.src#RID_SVXPAGE_NUM_POSITION.FT_NUMDIST.fixedtext.text
msgid "Minimum space numbering <-> text"
-msgstr "Distancia mí­nima númberu <-> testu"
+msgstr "Distancia mínima númberu <-> testu"
#: numpages.src#RID_SVXPAGE_NUM_POSITION.FT_ALIGN.fixedtext.text
msgid "N~umbering alignment"
@@ -824,7 +824,7 @@ msgstr "Enllazar"
#: strings.src#RID_SVXSTR_DESC_GRADIENT.string.text
msgid "Please enter a name for the gradient:"
-msgstr "Introduz equí­ un nome pal dilíu:"
+msgstr "Introduz equí un nome pal dilíu:"
#: strings.src#RID_SVXSTR_ASK_DEL_GRADIENT.string.text
msgid "Do you want to delete the gradient?"
@@ -840,11 +840,11 @@ msgstr ""
#: strings.src#RID_SVXSTR_DESC_NEW_BITMAP.string.text
msgid "Please enter a name for the bitmap:"
-msgstr "Introduz equí­ un nome pal bitmap:"
+msgstr "Introduz equí un nome pal bitmap:"
#: strings.src#RID_SVXSTR_DESC_EXT_BITMAP.string.text
msgid "Please enter a name for the external bitmap:"
-msgstr "Introduz equí­ un nome pal bitmap esternu:"
+msgstr "Introduz equí un nome pal bitmap esternu:"
#: strings.src#RID_SVXSTR_ASK_DEL_BITMAP.string.text
msgid "Are you sure you want to delete the bitmap?"
@@ -860,7 +860,7 @@ msgstr ""
#: strings.src#RID_SVXSTR_DESC_LINESTYLE.string.text
msgid "Please enter a name for the line style:"
-msgstr "Inxerta equí­ el nome del estilu de llinia:"
+msgstr "Inxerta equí el nome del estilu de llinia:"
#: strings.src#RID_SVXSTR_ASK_DEL_LINESTYLE.string.text
msgid "Do you want to delete the line style?"
@@ -876,7 +876,7 @@ msgstr ""
#: strings.src#RID_SVXSTR_DESC_HATCH.string.text
msgid "Please enter a name for the hatching:"
-msgstr "Introduz equí­ un nome pa la trama:"
+msgstr "Introduz equí un nome pa la trama:"
#: strings.src#RID_SVXSTR_ASK_DEL_HATCH.string.text
msgid "Do you want to delete the hatching?"
@@ -901,7 +901,7 @@ msgstr "Amestar"
#: strings.src#RID_SVXSTR_DESC_COLOR.string.text
msgid "Please enter a name for the new color:"
-msgstr "Inxerta equí­ el nome del nuevu color:"
+msgstr "Inxerta equí el nome del nuevu color:"
#: strings.src#RID_SVXSTR_ASK_DEL_COLOR.string.text
msgid "Do you want to delete the color?"
@@ -942,7 +942,7 @@ msgstr ""
#: strings.src#RID_SVXSTR_DESC_LINEEND.string.text
msgid "Please enter a name for the new arrowhead:"
-msgstr "Introduz equí­ un nome pal nuevu fin de llinia:"
+msgstr "Introduz equí un nome pal nuevu fin de llinia:"
#: strings.src#RID_SVXSTR_ASK_DEL_LINEEND.string.text
msgid "Do you want to delete the arrowhead?"
@@ -1000,7 +1000,7 @@ msgstr "Distribuíu"
#: align.src#RID_SVXPAGE_ALIGNMENT.FT_INDENT.fixedtext.text
msgid "I~ndent"
-msgstr "Sa~ngrí­a"
+msgstr "Sa~ngría"
#: align.src#RID_SVXPAGE_ALIGNMENT.FT_VERALIGN.fixedtext.text
msgctxt "align.src#RID_SVXPAGE_ALIGNMENT.FT_VERALIGN.fixedtext.text"
@@ -1295,7 +1295,7 @@ msgstr "Minúscules"
#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_EFFECTS2.4.stringlist.text
msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_EFFECTS2.4.stringlist.text"
msgid "Title"
-msgstr "Tí­tulu"
+msgstr "Títulu"
#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_EFFECTS2.5.stringlist.text
msgid "Small capitals"
@@ -1572,7 +1572,7 @@ msgstr "Puntu"
#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_EMPHASIS.3.stringlist.text
msgid "Circle"
-msgstr "Cí­rculu"
+msgstr "Círculu"
#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_EMPHASIS.4.stringlist.text
msgid "Disc"
@@ -1613,7 +1613,7 @@ msgstr "Minúscules"
#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.STR_EFFECTS_TITLE.string.text
msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.STR_EFFECTS_TITLE.string.text"
msgid "Title"
-msgstr "Tí­tulu"
+msgstr "Títulu"
#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.STR_EFFECTS_SMALL.string.text
msgid "Small Capitals"
@@ -1644,7 +1644,7 @@ msgstr "Posición"
#: chardlg.src#RID_SVXPAGE_CHAR_POSITION.RB_HIGHPOS.radiobutton.text
msgid "Superscript"
-msgstr "Superí­ndiz"
+msgstr "Superíndiz"
#: chardlg.src#RID_SVXPAGE_CHAR_POSITION.RB_NORMALPOS.radiobutton.text
msgctxt "chardlg.src#RID_SVXPAGE_CHAR_POSITION.RB_NORMALPOS.radiobutton.text"
@@ -1653,7 +1653,7 @@ msgstr "Normal"
#: chardlg.src#RID_SVXPAGE_CHAR_POSITION.RB_LOWPOS.radiobutton.text
msgid "Subscript"
-msgstr "Subí­ndiz"
+msgstr "Subíndiz"
#: chardlg.src#RID_SVXPAGE_CHAR_POSITION.FT_HIGHLOW.fixedtext.text
msgid "~Raise/lower by"
@@ -1923,7 +1923,7 @@ msgstr "Amestar los párrafos d'una sóla llinia si'l llargor ye mayor a"
#: autocdlg.src#RID_OFAPAGE_AUTOFMT_APPLY.STR_NUM.string.text
msgid "Apply numbering - symbol: "
-msgstr "Aplicar numberación - sí­mbolu: "
+msgstr "Aplicar numberación - símbolu: "
#: autocdlg.src#RID_OFAPAGE_AUTOFMT_APPLY.STR_BORDER.string.text
msgid "Apply border"
@@ -1947,7 +1947,7 @@ msgstr "Desaniciar espacios y tabuladores al final y al entamu de les llinies"
#: autocdlg.src#RID_OFADLG_PRCNT_SET.FL_PRCNT.fixedline.text
msgid "Minimum size"
-msgstr "Tamañu mí­nimu"
+msgstr "Tamañu mínimu"
#: autocdlg.src#RID_OFADLG_PRCNT_SET.modaldialog.text
msgid "Combine"
@@ -2158,7 +2158,7 @@ msgstr "Ace~utar con"
#: autocdlg.src#RID_OFAPAGE_AUTOCOMPLETE_OPTIONS.FT_MIN_WORDLEN.fixedtext.text
msgid "Mi~n. word length"
-msgstr "Llo~nxitú de pallabra mí­nima"
+msgstr "Llo~nxitú de pallabra mínima"
#: autocdlg.src#RID_OFAPAGE_AUTOCOMPLETE_OPTIONS.FT_MAX_ENTRIES.fixedtext.text
msgid "~Max. entries"
@@ -2639,11 +2639,11 @@ msgstr "D~istancia ente llinies"
#: measure.src#RID_SVXPAGE_MEASURE.FT_HELPLINE_OVERHANG.fixedtext.text
msgid "Guide ~overhang"
-msgstr "Guí­es ~sobrosalientes"
+msgstr "Guíes ~sobrosalientes"
#: measure.src#RID_SVXPAGE_MEASURE.FT_HELPLINE_DIST.fixedtext.text
msgid "~Guide distance"
-msgstr "~Distancia ente guí­es"
+msgstr "~Distancia ente guíes"
#: measure.src#RID_SVXPAGE_MEASURE.FT_HELPLINE1_LEN.fixedtext.text
msgid "~Left guide"
@@ -2789,7 +2789,7 @@ msgstr "Incrementu"
#: textanim.src#RID_SVXPAGE_TEXTANIMATION.TSB_PIXEL.tristatebox.text
msgid "~Pixels"
-msgstr "Pí­~xels"
+msgstr "Pí~xels"
#: textanim.src#RID_SVXPAGE_TEXTANIMATION.MTR_FLD_AMOUNT.metricfield.text
msgid " Pixel"
@@ -3512,7 +3512,7 @@ msgstr "E~spandir una pallabra"
#: paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.CB_SNAP.checkbox.text
msgid "Snap to text grid (if active)"
-msgstr "Usar cuadrí­cula (si ta activada)"
+msgstr "Usar cuadrícula (si ta activada)"
#: paragrph.src#RID_SVXPAGE_ALIGN_PARAGRAPH.FL_VERTALIGN.fixedline.text
msgid "Text-to-text"
@@ -3678,7 +3678,7 @@ msgstr "Aplicar espaciu ente testu asiáticu, llatín y complexu"
#: paragrph.src#RID_SVXPAGE_PARA_ASIAN.tabpage.text
msgid "Asian Typography"
-msgstr "Tipografí­a asiática"
+msgstr "Tipografía asiática"
#: paragrph.src#STR_EXAMPLE.string.text
msgctxt "paragrph.src#STR_EXAMPLE.string.text"
@@ -3691,7 +3691,7 @@ msgstr "Estilu de páxina"
#: numfmt.src#RID_SVXPAGE_NUMBERFORMAT.FT_CATEGORY.fixedtext.text
msgid "~Category"
-msgstr "~Categorí­a"
+msgstr "~Categoría"
#: numfmt.src#RID_SVXPAGE_NUMBERFORMAT.LB_CATEGORY.1.stringlist.text
msgid "All"
@@ -3924,7 +3924,7 @@ msgstr "Iconu"
#: tabline.src#RID_SVXPAGE_LINE.MB_SYMBOL_BITMAP.MN_SYMBOLS_NONE.menuitem.text
msgid "No Symbol"
-msgstr "Ensin sí­mbolu"
+msgstr "Ensin símbolu"
#: tabline.src#RID_SVXPAGE_LINE.MB_SYMBOL_BITMAP.MN_SYMBOLS_AUTO.menuitem.text
msgctxt "tabline.src#RID_SVXPAGE_LINE.MB_SYMBOL_BITMAP.MN_SYMBOLS_AUTO.menuitem.text"
@@ -3939,11 +3939,11 @@ msgstr "Dende documentu..."
#: tabline.src#RID_SVXPAGE_LINE.MB_SYMBOL_BITMAP.MN_GALLERY.menuitem.text
msgctxt "tabline.src#RID_SVXPAGE_LINE.MB_SYMBOL_BITMAP.MN_GALLERY.menuitem.text"
msgid "Gallery"
-msgstr "Galerí­a"
+msgstr "Galería"
#: tabline.src#RID_SVXPAGE_LINE.MB_SYMBOL_BITMAP.MN_SYMBOLS.menuitem.text
msgid "Symbols"
-msgstr "Sí­mbolos"
+msgstr "Símbolos"
#: tabline.src#RID_SVXPAGE_LINE.MB_SYMBOL_BITMAP.menubutton.text
msgctxt "tabline.src#RID_SVXPAGE_LINE.MB_SYMBOL_BITMAP.menubutton.text"
@@ -4126,7 +4126,7 @@ msgstr "Estilu de flecha"
#: tabline.src#RID_SVXPAGE_LINEEND_DEF.FT_TITLE.fixedtext.text
msgid "~Title"
-msgstr "~Tí­tulu"
+msgstr "~Títulu"
#: tabline.src#RID_SVXPAGE_LINEEND_DEF.BTN_ADD.pushbutton.text
msgctxt "tabline.src#RID_SVXPAGE_LINEEND_DEF.BTN_ADD.pushbutton.text"
diff --git a/translations/source/ast/dbaccess/source/core/resource.po b/translations/source/ast/dbaccess/source/core/resource.po
index 32a136a305a..5a44715d4f1 100644
--- a/translations/source/ast/dbaccess/source/core/resource.po
+++ b/translations/source/ast/dbaccess/source/core/resource.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+dbaccess%2Fsource%2Fcore%2Fresource.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-02-10 18:42+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/dbaccess/source/ext/adabas.po b/translations/source/ast/dbaccess/source/ext/adabas.po
index 7ffe284d3e3..f9da0339f65 100644
--- a/translations/source/ast/dbaccess/source/ext/adabas.po
+++ b/translations/source/ast/dbaccess/source/ext/adabas.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+dbaccess%2Fsource%2Fext%2Fadabas.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-08 21:27+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/dbaccess/source/ext/macromigration.po b/translations/source/ast/dbaccess/source/ext/macromigration.po
index f793dd53897..b3c16ffae43 100644
--- a/translations/source/ast/dbaccess/source/ext/macromigration.po
+++ b/translations/source/ast/dbaccess/source/ext/macromigration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-18 23:51+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dbaccess/source/sdbtools/resource.po b/translations/source/ast/dbaccess/source/sdbtools/resource.po
index 1dc67b04922..a3c67e81a15 100644
--- a/translations/source/ast/dbaccess/source/sdbtools/resource.po
+++ b/translations/source/ast/dbaccess/source/sdbtools/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-16 00:49+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dbaccess/source/ui/app.po b/translations/source/ast/dbaccess/source/ui/app.po
index 711aeffc776..28ab72b6e07 100644
--- a/translations/source/ast/dbaccess/source/ui/app.po
+++ b/translations/source/ast/dbaccess/source/ui/app.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+dbaccess%2Fsource%2Fui%2Fapp.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-19 22:36+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/dbaccess/source/ui/browser.po b/translations/source/ast/dbaccess/source/ui/browser.po
index e46468688d6..d1cb87b6419 100644
--- a/translations/source/ast/dbaccess/source/ui/browser.po
+++ b/translations/source/ast/dbaccess/source/ui/browser.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+dbaccess%2Fsource%2Fui%2Fbrowser.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 16:52+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/dbaccess/source/ui/control.po b/translations/source/ast/dbaccess/source/ui/control.po
index c7bb50cbbbc..05f72837958 100644
--- a/translations/source/ast/dbaccess/source/ui/control.po
+++ b/translations/source/ast/dbaccess/source/ui/control.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+dbaccess%2Fsource%2Fui%2Fcontrol.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-02-08 22:50+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/dbaccess/source/ui/dlg.po b/translations/source/ast/dbaccess/source/ui/dlg.po
index 22d0668ed91..dc7bea912e8 100644
--- a/translations/source/ast/dbaccess/source/ui/dlg.po
+++ b/translations/source/ast/dbaccess/source/ui/dlg.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-19 23:26+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-24 22:15+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -17,7 +17,7 @@ msgstr ""
#: textconnectionsettings.src#DLG_TEXT_CONNECTION_SETTINGS.modaldialog.text
msgid "Text Connection Settings"
-msgstr "Configuración de conexón"
+msgstr "Configuración de conexón de testu"
#: indexdialog.src#DLG_INDEXDESIGN.TLB_ACTIONS.ID_INDEX_NEW.toolboxitem.text
msgid "New Index"
@@ -104,7 +104,7 @@ msgstr "¿Quies guardar los cambeos fechos nel índiz actual?"
#: indexdialog.src#QUERY_SAVE_CURRENT_INDEX.querybox.title
msgid "Exit Index Design"
-msgstr "Pesllar diseñu d'índiz"
+msgstr "Zarrar diseñu d'índiz"
#: indexdialog.src#STR_INDEX_NAME_ALREADY_USED.string.text
msgid "There is already another index named \"$name$\"."
@@ -439,7 +439,7 @@ msgstr "Decidi cómo siguir grabando la base de datos"
#: dbadminsetup.src#PAGE_DBWIZARD_FINAL.FT_FINALHELPTEXT.fixedtext.text
msgid "Do you want the wizard to register the database in %PRODUCTNAME?"
-msgstr "¿Prestaría-y usar l'asistente pa rexistrar la base de datos en %PRODUCTNAME?"
+msgstr "¿Prestaríate usar l'asistente pa rexistrar la base de datos en %PRODUCTNAME?"
#: dbadminsetup.src#PAGE_DBWIZARD_FINAL.RB_REGISTERDATASOURCE.radiobutton.text
msgid "~Yes, register the database for me"
@@ -451,7 +451,7 @@ msgstr "N~on, non rexistrar la base de datos"
#: dbadminsetup.src#PAGE_DBWIZARD_FINAL.FT_ADDITIONALSETTINGS.fixedtext.text
msgid "After the database file has been saved, what do you want to do?"
-msgstr "Dempués d'atroxar el ficheru de la base de datos, ¿qué-y prestaría facer?"
+msgstr "Dempués d'atroxar el ficheru de la base de datos, ¿qué te prestaría facer?"
#: dbadminsetup.src#PAGE_DBWIZARD_FINAL.CB_OPENAFTERWARDS.checkbox.text
msgid "Open the database for editing"
@@ -463,7 +463,7 @@ msgstr "Crear tables usando l'asistente de tables"
#: dbadminsetup.src#PAGE_DBWIZARD_FINAL.FT_FINALTEXT.fixedtext.text
msgid "Click 'Finish' to save the database."
-msgstr "Calque 'Finar' pa guardar la base de datos."
+msgstr "Calca 'Finar' pa guardar la base de datos."
#: dbadminsetup.src#PAGE_DBWIZARD_MYSQL_JDBC.STR_MYSQLJDBC_HEADERTEXT.string.text
msgid "Set up connection to a MySQL database using JDBC"
@@ -657,7 +657,7 @@ msgstr "Estáu"
#: directsql.src#DLG_DIRECTSQL.PB_CLOSE.pushbutton.text
msgid "Close"
-msgstr "Pesllar"
+msgstr "Zarrar"
#: directsql.src#DLG_DIRECTSQL.modaldialog.text
msgid "Execute SQL Statement"
@@ -931,7 +931,7 @@ msgstr "- dengún -"
#: queryfilter.src#DLG_FILTERCRIT.STR_COMPARE_OPERATORS.string.text
msgid "=;<>;<;<=;>;>=;like;not like;null;not null"
-msgstr "=;<>;<;<=;>;>=;como;non como;vaciu;enllenu"
+msgstr "=;<>;<;<=;>;>=;como;non como;vacíu;enllenu"
#: queryfilter.src#DLG_FILTERCRIT.modaldialog.text
msgid "Standard Filter"
@@ -1413,7 +1413,7 @@ msgstr "Bienveníu al Asistente de Base de Datos %PRODUCTNAME"
#: dbadmin.src#PAGE_GENERAL.FT_GENERALHELPTEXT.fixedtext.text
msgid "Use the Database Wizard to create a new database, open an existing database file, or connect to a database stored on a server."
-msgstr "Emplegue l'Asistente de Bases de Datos pa crear una base de datos nueva, abrir un ficheru existente de base de datos, o coneutar a una base de datos guardada nel so ordenador."
+msgstr "Emplega l'Asistente de Bases de Datos pa crear una base de datos nueva, abrir un ficheru existente de base de datos, o coneutar a una base de datos guardada nel to equipu."
#: dbadmin.src#PAGE_GENERAL.FT_DATASOURCEHEADER.fixedtext.text
msgid "What do you want to do?"
@@ -1538,7 +1538,7 @@ msgstr "C~ontraseña de control"
#: dbadmin.src#PAGE_ADABAS.CB_SHUTDB.checkbox.text
msgid "~Shut down service when closing %PRODUCTNAME"
-msgstr "~Pesllar servicia al zarrar %PRODUCTNAME"
+msgstr "~Zarra'l serviciu al quitar %PRODUCTNAME"
#: dbadmin.src#PAGE_ADABAS.PB_STAT.pushbutton.text
msgid "E~xtended..."
diff --git a/translations/source/ast/dbaccess/source/ui/inc.po b/translations/source/ast/dbaccess/source/ui/inc.po
index 217bdfea9a4..0b9bc2a5e22 100644
--- a/translations/source/ast/dbaccess/source/ui/inc.po
+++ b/translations/source/ast/dbaccess/source/ui/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 17:25+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dbaccess/source/ui/misc.po b/translations/source/ast/dbaccess/source/ui/misc.po
index bd8188aa988..370b2ebf424 100644
--- a/translations/source/ast/dbaccess/source/ui/misc.po
+++ b/translations/source/ast/dbaccess/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-20 00:27+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dbaccess/source/ui/querydesign.po b/translations/source/ast/dbaccess/source/ui/querydesign.po
index 6ed14c49b3d..caf81918417 100644
--- a/translations/source/ast/dbaccess/source/ui/querydesign.po
+++ b/translations/source/ast/dbaccess/source/ui/querydesign.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+dbaccess%2Fsource%2Fui%2Fquerydesign.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-08 22:51+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/dbaccess/source/ui/relationdesign.po b/translations/source/ast/dbaccess/source/ui/relationdesign.po
index 08c008be7f3..da0af14da8d 100644
--- a/translations/source/ast/dbaccess/source/ui/relationdesign.po
+++ b/translations/source/ast/dbaccess/source/ui/relationdesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-17 00:24+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dbaccess/source/ui/tabledesign.po b/translations/source/ast/dbaccess/source/ui/tabledesign.po
index 7224f02984b..c484f261577 100644
--- a/translations/source/ast/dbaccess/source/ui/tabledesign.po
+++ b/translations/source/ast/dbaccess/source/ui/tabledesign.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+dbaccess%2Fsource%2Fui%2Ftabledesign.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-02-08 21:31+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/dbaccess/source/ui/uno.po b/translations/source/ast/dbaccess/source/ui/uno.po
index 521cce068bc..21f23fad8d5 100644
--- a/translations/source/ast/dbaccess/source/ui/uno.po
+++ b/translations/source/ast/dbaccess/source/ui/uno.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+dbaccess%2Fsource%2Fui%2Funo.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-02-06 21:47+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/desktop/source/app.po b/translations/source/ast/desktop/source/app.po
index ceb3a761d14..dee58c0d712 100644
--- a/translations/source/ast/desktop/source/app.po
+++ b/translations/source/ast/desktop/source/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-20 00:32+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/desktop/source/deployment/gui.po b/translations/source/ast/desktop/source/deployment/gui.po
index 91cbf195f1f..a39177792b0 100644
--- a/translations/source/ast/desktop/source/deployment/gui.po
+++ b/translations/source/ast/desktop/source/deployment/gui.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-02-17 16:39+0200\n"
-"Last-Translator: astur <ivarela@softastur.org>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-23 22:58+0200\n"
+"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -176,7 +176,7 @@ msgid ""
"Click \\'OK\\' to remove the extension.\n"
"Click \\'Cancel\\' to stop removing the extension."
msgstr ""
-"Comprueba que nun hai más usuarios trabayando col mesmu %PRODUCTNAME cuando camudes estensiones compartíes nún entornu multiusuariu.\n"
+"Comprueba que nun hai más usuarios trabayando col mesmu %PRODUCTNAME cuando camudes estensiones compartíes nun entornu multiusuariu.\n"
"Calca \\'Aceutar\\' pa desaniciar la estensión.\n"
"Calca \\'Encaboxar\\' pa detener el desaniciu de la estensión."
@@ -186,7 +186,7 @@ msgid ""
"Click \\'OK\\' to enable the extension.\n"
"Click \\'Cancel\\' to stop enabling the extension."
msgstr ""
-"Comprueba que nun hai más usuarios trabayando col mesmu %PRODUCTNAME cuando camudes estensiones compartíes nún entornu multiusuariu.\n"
+"Comprueba que nun hai más usuarios trabayando col mesmu %PRODUCTNAME cuando camudes estensiones compartíes nun entornu multiusuariu.\n"
"Calca \\'Aceutar\\' p'activar la estensión.\n"
"Calca \\'Encaboxar\\' pa detener l'activación de la estensión."
@@ -196,7 +196,7 @@ msgid ""
"Click \\'OK\\' to disable the extension.\n"
"Click \\'Cancel\\' to stop disabling the extension."
msgstr ""
-"Comprueba que nun hai más usuarios trabayando col mesmu %PRODUCTNAME cuando camudes estensiones compartíes nún entornu multiusuariu.\n"
+"Comprueba que nun hai más usuarios trabayando col mesmu %PRODUCTNAME cuando camudes estensiones compartíes nun entornu multiusuariu.\n"
"Calca \\'Aceutar\\' pa desactivar la estensión.\n"
"Calca \\'Encaboxar\\' pa detener la desactivación de la estensión."
@@ -311,7 +311,7 @@ msgid ""
"Click \\'OK\\' to update the extensions.\n"
"Click \\'Cancel\\' to stop updating the extensions."
msgstr ""
-"Comprueba que nun hai máos usuarios trabayando col mesmu %PRODUCTNAME cuando camudes estensiones compartíes nún entornu multiusuariu.\n"
+"Comprueba que nun hai más usuarios trabayando col mesmu %PRODUCTNAME cuando camudes estensiones compartíes nun entornu multiusuariu.\n"
"Calca \\'Aceutar\\' p'anovar les estensiones.\n"
"Calca \\'Encaboxar\\' pa dexar d'anovar les estensiones."
diff --git a/translations/source/ast/desktop/source/deployment/manager.po b/translations/source/ast/desktop/source/deployment/manager.po
index 0b91a36deba..1b1a7285729 100644
--- a/translations/source/ast/desktop/source/deployment/manager.po
+++ b/translations/source/ast/desktop/source/deployment/manager.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-31 21:13+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/desktop/source/deployment/misc.po b/translations/source/ast/desktop/source/deployment/misc.po
index 003ea045a6b..8361769fc3e 100644
--- a/translations/source/ast/desktop/source/deployment/misc.po
+++ b/translations/source/ast/desktop/source/deployment/misc.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+desktop%2Fsource%2Fdeployment%2Fmisc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 19:56+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: dp_misc.src#RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN.string.text
diff --git a/translations/source/ast/desktop/source/deployment/registry.po b/translations/source/ast/desktop/source/deployment/registry.po
index 24c0ec1f1c0..fb8e2a40dcc 100644
--- a/translations/source/ast/desktop/source/deployment/registry.po
+++ b/translations/source/ast/desktop/source/deployment/registry.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 17:26+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/desktop/source/deployment/registry/component.po b/translations/source/ast/desktop/source/deployment/registry/component.po
index 872711f4933..13b982f4359 100644
--- a/translations/source/ast/desktop/source/deployment/registry/component.po
+++ b/translations/source/ast/desktop/source/deployment/registry/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-14 11:53+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/desktop/source/deployment/registry/configuration.po b/translations/source/ast/desktop/source/deployment/registry/configuration.po
index 5078607949e..ce5a2a2734d 100644
--- a/translations/source/ast/desktop/source/deployment/registry/configuration.po
+++ b/translations/source/ast/desktop/source/deployment/registry/configuration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 17:26+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/desktop/source/deployment/registry/help.po b/translations/source/ast/desktop/source/deployment/registry/help.po
index b7241374971..5e5e901eb2f 100644
--- a/translations/source/ast/desktop/source/deployment/registry/help.po
+++ b/translations/source/ast/desktop/source/deployment/registry/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-12 20:39+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/desktop/source/deployment/registry/package.po b/translations/source/ast/desktop/source/deployment/registry/package.po
index 6121e44b4be..5511afb7fe8 100644
--- a/translations/source/ast/desktop/source/deployment/registry/package.po
+++ b/translations/source/ast/desktop/source/deployment/registry/package.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 17:26+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/desktop/source/deployment/registry/script.po b/translations/source/ast/desktop/source/deployment/registry/script.po
index 9e3089f648a..6e4daf4d0e1 100644
--- a/translations/source/ast/desktop/source/deployment/registry/script.po
+++ b/translations/source/ast/desktop/source/deployment/registry/script.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 17:26+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/desktop/source/deployment/registry/sfwk.po b/translations/source/ast/desktop/source/deployment/registry/sfwk.po
index 3158dd1fe31..9d7c0f95fc0 100644
--- a/translations/source/ast/desktop/source/deployment/registry/sfwk.po
+++ b/translations/source/ast/desktop/source/deployment/registry/sfwk.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 17:26+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/desktop/source/deployment/unopkg.po b/translations/source/ast/desktop/source/deployment/unopkg.po
index 85652e17f44..b44fbad187a 100644
--- a/translations/source/ast/desktop/source/deployment/unopkg.po
+++ b/translations/source/ast/desktop/source/deployment/unopkg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-20 00:37+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/af_ZA.po b/translations/source/ast/dictionaries/af_ZA.po
index 373a7a4cb74..fcdc98b8ed3 100644
--- a/translations/source/ast/dictionaries/af_ZA.po
+++ b/translations/source/ast/dictionaries/af_ZA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-13 00:02+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/an_ES.po b/translations/source/ast/dictionaries/an_ES.po
index 730aaff9f27..55337e9e711 100644
--- a/translations/source/ast/dictionaries/an_ES.po
+++ b/translations/source/ast/dictionaries/an_ES.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fan_ES.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-05 22:01+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/ar.po b/translations/source/ast/dictionaries/ar.po
index e3f363b9bda..d42768af11d 100644
--- a/translations/source/ast/dictionaries/ar.po
+++ b/translations/source/ast/dictionaries/ar.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 00:02+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/be_BY.po b/translations/source/ast/dictionaries/be_BY.po
index e7cbdfbc333..9a52803f61b 100644
--- a/translations/source/ast/dictionaries/be_BY.po
+++ b/translations/source/ast/dictionaries/be_BY.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-30 02:07+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/bg_BG.po b/translations/source/ast/dictionaries/bg_BG.po
index b91a1745bf1..d8f8aea85ed 100644
--- a/translations/source/ast/dictionaries/bg_BG.po
+++ b/translations/source/ast/dictionaries/bg_BG.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-13 00:03+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/bn_BD.po b/translations/source/ast/dictionaries/bn_BD.po
index 16cccc055f9..73805b1e294 100644
--- a/translations/source/ast/dictionaries/bn_BD.po
+++ b/translations/source/ast/dictionaries/bn_BD.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 00:03+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/br_FR.po b/translations/source/ast/dictionaries/br_FR.po
index d1f4bcc8ba9..6c9d294e7d0 100644
--- a/translations/source/ast/dictionaries/br_FR.po
+++ b/translations/source/ast/dictionaries/br_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 00:03+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/ca.po b/translations/source/ast/dictionaries/ca.po
index 46f257e7b3e..d6df4f565e0 100644
--- a/translations/source/ast/dictionaries/ca.po
+++ b/translations/source/ast/dictionaries/ca.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-13 00:03+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/cs_CZ.po b/translations/source/ast/dictionaries/cs_CZ.po
index 285cb6b2cf2..4f281e5b09c 100644
--- a/translations/source/ast/dictionaries/cs_CZ.po
+++ b/translations/source/ast/dictionaries/cs_CZ.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 00:04+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/da_DK.po b/translations/source/ast/dictionaries/da_DK.po
index a1bea3ab8c3..584db4eeca8 100644
--- a/translations/source/ast/dictionaries/da_DK.po
+++ b/translations/source/ast/dictionaries/da_DK.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 00:04+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/de.po b/translations/source/ast/dictionaries/de.po
index dfa9048604d..f654f93bf65 100644
--- a/translations/source/ast/dictionaries/de.po
+++ b/translations/source/ast/dictionaries/de.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 00:04+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/el_GR.po b/translations/source/ast/dictionaries/el_GR.po
index 9b66e8d232b..398e6971a5f 100644
--- a/translations/source/ast/dictionaries/el_GR.po
+++ b/translations/source/ast/dictionaries/el_GR.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-30 02:09+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/en.po b/translations/source/ast/dictionaries/en.po
index 8446b842613..2358d1cf408 100644
--- a/translations/source/ast/dictionaries/en.po
+++ b/translations/source/ast/dictionaries/en.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-05 22:03+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/en/dialog.po b/translations/source/ast/dictionaries/en/dialog.po
index 8c727acc662..2a0ebf28b69 100644
--- a/translations/source/ast/dictionaries/en/dialog.po
+++ b/translations/source/ast/dictionaries/en/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-12 23:42+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/es_ES.po b/translations/source/ast/dictionaries/es_ES.po
index aade11b1159..99c8435cb49 100644
--- a/translations/source/ast/dictionaries/es_ES.po
+++ b/translations/source/ast/dictionaries/es_ES.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 00:05+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/et_EE.po b/translations/source/ast/dictionaries/et_EE.po
index b5a20371b9c..75e18a6d11f 100644
--- a/translations/source/ast/dictionaries/et_EE.po
+++ b/translations/source/ast/dictionaries/et_EE.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 00:05+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/fr_FR.po b/translations/source/ast/dictionaries/fr_FR.po
index 370e1d7bec8..23079734313 100644
--- a/translations/source/ast/dictionaries/fr_FR.po
+++ b/translations/source/ast/dictionaries/fr_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 00:05+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/gd_GB.po b/translations/source/ast/dictionaries/gd_GB.po
index 982c4ddd33a..83068f5efd7 100644
--- a/translations/source/ast/dictionaries/gd_GB.po
+++ b/translations/source/ast/dictionaries/gd_GB.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-30 02:10+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/gl.po b/translations/source/ast/dictionaries/gl.po
index 4bbc4d58b3b..33b40114ba9 100644
--- a/translations/source/ast/dictionaries/gl.po
+++ b/translations/source/ast/dictionaries/gl.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-13 00:05+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/gu_IN.po b/translations/source/ast/dictionaries/gu_IN.po
index 5616a4eb2fb..ed8f1c9cd78 100644
--- a/translations/source/ast/dictionaries/gu_IN.po
+++ b/translations/source/ast/dictionaries/gu_IN.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 00:06+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/he_IL.po b/translations/source/ast/dictionaries/he_IL.po
index b4bcc601565..a8bf4035727 100644
--- a/translations/source/ast/dictionaries/he_IL.po
+++ b/translations/source/ast/dictionaries/he_IL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 00:06+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/hi_IN.po b/translations/source/ast/dictionaries/hi_IN.po
index 897b7faa807..55916bdbb09 100644
--- a/translations/source/ast/dictionaries/hi_IN.po
+++ b/translations/source/ast/dictionaries/hi_IN.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 00:25+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/hr_HR.po b/translations/source/ast/dictionaries/hr_HR.po
index 5aa27eeebcd..a0827b42916 100644
--- a/translations/source/ast/dictionaries/hr_HR.po
+++ b/translations/source/ast/dictionaries/hr_HR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 00:27+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/hu_HU.po b/translations/source/ast/dictionaries/hu_HU.po
index cad48b65b4d..b965473d4f1 100644
--- a/translations/source/ast/dictionaries/hu_HU.po
+++ b/translations/source/ast/dictionaries/hu_HU.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-12 23:44+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/hu_HU/dialog.po b/translations/source/ast/dictionaries/hu_HU/dialog.po
index 72e05d39d6f..94bddaf1fd0 100644
--- a/translations/source/ast/dictionaries/hu_HU/dialog.po
+++ b/translations/source/ast/dictionaries/hu_HU/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-13 22:30+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/it_IT.po b/translations/source/ast/dictionaries/it_IT.po
index 9a1d56cb108..5b0737bcb3d 100644
--- a/translations/source/ast/dictionaries/it_IT.po
+++ b/translations/source/ast/dictionaries/it_IT.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-13 22:31+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/ku_TR.po b/translations/source/ast/dictionaries/ku_TR.po
index 05025f85ed6..c76f743cba7 100644
--- a/translations/source/ast/dictionaries/ku_TR.po
+++ b/translations/source/ast/dictionaries/ku_TR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-13 22:31+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/lt_LT.po b/translations/source/ast/dictionaries/lt_LT.po
index fa2b79a88f9..4ce46766de0 100644
--- a/translations/source/ast/dictionaries/lt_LT.po
+++ b/translations/source/ast/dictionaries/lt_LT.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-13 22:31+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/lv_LV.po b/translations/source/ast/dictionaries/lv_LV.po
index d56005bc642..80c04798e3d 100644
--- a/translations/source/ast/dictionaries/lv_LV.po
+++ b/translations/source/ast/dictionaries/lv_LV.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-13 22:31+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/ne_NP.po b/translations/source/ast/dictionaries/ne_NP.po
index 6433660b251..081b59c72ff 100644
--- a/translations/source/ast/dictionaries/ne_NP.po
+++ b/translations/source/ast/dictionaries/ne_NP.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-13 22:32+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/nl_NL.po b/translations/source/ast/dictionaries/nl_NL.po
index 1386b66117c..4bf3c1e2e18 100644
--- a/translations/source/ast/dictionaries/nl_NL.po
+++ b/translations/source/ast/dictionaries/nl_NL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-13 22:32+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/no.po b/translations/source/ast/dictionaries/no.po
index 070c8926847..e541927f9a8 100644
--- a/translations/source/ast/dictionaries/no.po
+++ b/translations/source/ast/dictionaries/no.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-13 22:32+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/oc_FR.po b/translations/source/ast/dictionaries/oc_FR.po
index 7fa833bbcf5..a01ed7a5f90 100644
--- a/translations/source/ast/dictionaries/oc_FR.po
+++ b/translations/source/ast/dictionaries/oc_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 00:29+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/pl_PL.po b/translations/source/ast/dictionaries/pl_PL.po
index 9093e3955c7..91d70bae44b 100644
--- a/translations/source/ast/dictionaries/pl_PL.po
+++ b/translations/source/ast/dictionaries/pl_PL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-13 00:29+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/pt_BR.po b/translations/source/ast/dictionaries/pt_BR.po
index 4e58fb7cbe4..cbd67f2dc0d 100644
--- a/translations/source/ast/dictionaries/pt_BR.po
+++ b/translations/source/ast/dictionaries/pt_BR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 00:30+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/pt_PT.po b/translations/source/ast/dictionaries/pt_PT.po
index 6a853356ca1..36cdf0ae044 100644
--- a/translations/source/ast/dictionaries/pt_PT.po
+++ b/translations/source/ast/dictionaries/pt_PT.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 00:30+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/ro.po b/translations/source/ast/dictionaries/ro.po
index 8088ab799ba..32594ec47fc 100644
--- a/translations/source/ast/dictionaries/ro.po
+++ b/translations/source/ast/dictionaries/ro.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 00:30+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/ru_RU.po b/translations/source/ast/dictionaries/ru_RU.po
index 9ad84c6ef0a..3a496b534ec 100644
--- a/translations/source/ast/dictionaries/ru_RU.po
+++ b/translations/source/ast/dictionaries/ru_RU.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-13 22:33+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/ru_RU/dialog.po b/translations/source/ast/dictionaries/ru_RU/dialog.po
index 794dac4d85d..369abf22676 100644
--- a/translations/source/ast/dictionaries/ru_RU/dialog.po
+++ b/translations/source/ast/dictionaries/ru_RU/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-14 00:37+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/si_LK.po b/translations/source/ast/dictionaries/si_LK.po
index dda305268d0..c84ca6b2c6c 100644
--- a/translations/source/ast/dictionaries/si_LK.po
+++ b/translations/source/ast/dictionaries/si_LK.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fsi_LK.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-14 00:37+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/sk_SK.po b/translations/source/ast/dictionaries/sk_SK.po
index 16c5bb55a3f..69b1178e1f9 100644
--- a/translations/source/ast/dictionaries/sk_SK.po
+++ b/translations/source/ast/dictionaries/sk_SK.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 00:31+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/sl_SI.po b/translations/source/ast/dictionaries/sl_SI.po
index c43f60f2d83..1763f6edfb5 100644
--- a/translations/source/ast/dictionaries/sl_SI.po
+++ b/translations/source/ast/dictionaries/sl_SI.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 00:31+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/sr.po b/translations/source/ast/dictionaries/sr.po
index 1fc3be47b08..aa6ed3f3f46 100644
--- a/translations/source/ast/dictionaries/sr.po
+++ b/translations/source/ast/dictionaries/sr.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 00:31+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/sv_SE.po b/translations/source/ast/dictionaries/sv_SE.po
index 736c930b5ac..720e866ae41 100644
--- a/translations/source/ast/dictionaries/sv_SE.po
+++ b/translations/source/ast/dictionaries/sv_SE.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-13 00:31+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/sw_TZ.po b/translations/source/ast/dictionaries/sw_TZ.po
index 177aacc26f9..fbba5d43349 100644
--- a/translations/source/ast/dictionaries/sw_TZ.po
+++ b/translations/source/ast/dictionaries/sw_TZ.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 00:32+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/te_IN.po b/translations/source/ast/dictionaries/te_IN.po
index b19579de5f2..54f8a5e3080 100644
--- a/translations/source/ast/dictionaries/te_IN.po
+++ b/translations/source/ast/dictionaries/te_IN.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-30 02:10+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/th_TH.po b/translations/source/ast/dictionaries/th_TH.po
index e5c5e3559ed..cee4313f7f7 100644
--- a/translations/source/ast/dictionaries/th_TH.po
+++ b/translations/source/ast/dictionaries/th_TH.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 00:32+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/uk_UA.po b/translations/source/ast/dictionaries/uk_UA.po
index e59ef9f675d..de46c4d92f2 100644
--- a/translations/source/ast/dictionaries/uk_UA.po
+++ b/translations/source/ast/dictionaries/uk_UA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-13 00:32+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/dictionaries/vi.po b/translations/source/ast/dictionaries/vi.po
index 52021939f57..76c5d605cdc 100644
--- a/translations/source/ast/dictionaries/vi.po
+++ b/translations/source/ast/dictionaries/vi.po
@@ -3,16 +3,16 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-02-11 04:42+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/ast/dictionaries/zu_ZA.po b/translations/source/ast/dictionaries/zu_ZA.po
index 38fccb09b6b..451849d574b 100644
--- a/translations/source/ast/dictionaries/zu_ZA.po
+++ b/translations/source/ast/dictionaries/zu_ZA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 00:32+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/editeng/source/accessibility.po b/translations/source/ast/editeng/source/accessibility.po
index b1f290b3fda..a34c08cd3e6 100644
--- a/translations/source/ast/editeng/source/accessibility.po
+++ b/translations/source/ast/editeng/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 17:26+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/editeng/source/editeng.po b/translations/source/ast/editeng/source/editeng.po
index 107860c50dd..ec7e85f1df3 100644
--- a/translations/source/ast/editeng/source/editeng.po
+++ b/translations/source/ast/editeng/source/editeng.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-14 16:09+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/editeng/source/items.po b/translations/source/ast/editeng/source/items.po
index 06faa19456b..c64aa4e3ff0 100644
--- a/translations/source/ast/editeng/source/items.po
+++ b/translations/source/ast/editeng/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-16 02:55+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/editeng/source/misc.po b/translations/source/ast/editeng/source/misc.po
index fbef643636d..bbcfe12cc62 100644
--- a/translations/source/ast/editeng/source/misc.po
+++ b/translations/source/ast/editeng/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 17:26+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/editeng/source/outliner.po b/translations/source/ast/editeng/source/outliner.po
index 33c8172891b..319d9e4fc6e 100644
--- a/translations/source/ast/editeng/source/outliner.po
+++ b/translations/source/ast/editeng/source/outliner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 17:26+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/extensions/source/abpilot.po b/translations/source/ast/extensions/source/abpilot.po
index fbaba546776..d39c016c435 100644
--- a/translations/source/ast/extensions/source/abpilot.po
+++ b/translations/source/ast/extensions/source/abpilot.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+extensions%2Fsource%2Fabpilot.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-06 22:42+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/extensions/source/bibliography.po b/translations/source/ast/extensions/source/bibliography.po
index 52aa0265a24..e920a05919e 100644
--- a/translations/source/ast/extensions/source/bibliography.po
+++ b/translations/source/ast/extensions/source/bibliography.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+extensions%2Fsource%2Fbibliography.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 22:55+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/extensions/source/dbpilots.po b/translations/source/ast/extensions/source/dbpilots.po
index 756075ab806..a7ebe1cb6bd 100644
--- a/translations/source/ast/extensions/source/dbpilots.po
+++ b/translations/source/ast/extensions/source/dbpilots.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+extensions%2Fsource%2Fdbpilots.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-10 17:11+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/extensions/source/propctrlr.po b/translations/source/ast/extensions/source/propctrlr.po
index 27ec1942e86..74b5f0b0b43 100644
--- a/translations/source/ast/extensions/source/propctrlr.po
+++ b/translations/source/ast/extensions/source/propctrlr.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+extensions%2Fsource%2Fpropctrlr.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-02-10 17:15+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/extensions/source/scanner.po b/translations/source/ast/extensions/source/scanner.po
index 1bcf9c91673..1723209c541 100644
--- a/translations/source/ast/extensions/source/scanner.po
+++ b/translations/source/ast/extensions/source/scanner.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+extensions%2Fsource%2Fscanner.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-22 23:41+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: grid.src#GRID_DIALOG.GRID_DIALOG_RESET_BTN.pushbutton.text
diff --git a/translations/source/ast/extensions/source/update/check.po b/translations/source/ast/extensions/source/update/check.po
index 335e7a085a9..2986c08ea43 100644
--- a/translations/source/ast/extensions/source/update/check.po
+++ b/translations/source/ast/extensions/source/update/check.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+extensions%2Fsource%2Fupdate%2Fcheck.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-06 21:49+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/filter/source/config/fragments/filters.po b/translations/source/ast/filter/source/config/fragments/filters.po
index 2797623facb..e81973919a9 100644
--- a/translations/source/ast/filter/source/config/fragments/filters.po
+++ b/translations/source/ast/filter/source/config/fragments/filters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-16 02:57+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/filter/source/config/fragments/internalgraphicfilters.po b/translations/source/ast/filter/source/config/fragments/internalgraphicfilters.po
index 380ebfd7755..38bf83e3d3e 100644
--- a/translations/source/ast/filter/source/config/fragments/internalgraphicfilters.po
+++ b/translations/source/ast/filter/source/config/fragments/internalgraphicfilters.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%2Finternalgraphicfilters.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 23:19+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/filter/source/config/fragments/types.po b/translations/source/ast/filter/source/config/fragments/types.po
index eb73c37c658..29e210a0d3d 100644
--- a/translations/source/ast/filter/source/config/fragments/types.po
+++ b/translations/source/ast/filter/source/config/fragments/types.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-31 20:19+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/filter/source/flash.po b/translations/source/ast/filter/source/flash.po
index 11337251303..9b67ea4dd32 100644
--- a/translations/source/ast/filter/source/flash.po
+++ b/translations/source/ast/filter/source/flash.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-16 01:06+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/filter/source/graphicfilter/eps.po b/translations/source/ast/filter/source/graphicfilter/eps.po
index 2634da1b480..64c1fcdb4f7 100644
--- a/translations/source/ast/filter/source/graphicfilter/eps.po
+++ b/translations/source/ast/filter/source/graphicfilter/eps.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-25 23:06+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 22:59+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -20,5 +20,5 @@ msgid ""
"Warning: Not all of the imported EPS graphics could be saved at level1\n"
"as some are at a higher level!"
msgstr ""
-"Avisu: ¡Nun se pudieron atroxar como nivel1 tolos gráficos EPS importaos\n"
-"porque dalgunos tan nún nivel más altu!"
+"Avisu: Nun se pudieron atroxar como nivel1 tolos gráficos EPS importaos\n"
+"porque dalgunos tan nun nivel más altu"
diff --git a/translations/source/ast/filter/source/pdf.po b/translations/source/ast/filter/source/pdf.po
index e58aa1ca465..230c8b7a7fa 100644
--- a/translations/source/ast/filter/source/pdf.po
+++ b/translations/source/ast/filter/source/pdf.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%2Fpdf.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-19 22:49+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/filter/source/t602.po b/translations/source/ast/filter/source/t602.po
index 4d5c18928f0..8fbcf95ba1c 100644
--- a/translations/source/ast/filter/source/t602.po
+++ b/translations/source/ast/filter/source/t602.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-20 22:28+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/filter/source/xsltdialog.po b/translations/source/ast/filter/source/xsltdialog.po
index 936af514ac7..79c16505281 100644
--- a/translations/source/ast/filter/source/xsltdialog.po
+++ b/translations/source/ast/filter/source/xsltdialog.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%2Fxsltdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-25 23:07+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: xmlfilterdialogstrings.src#STR_COLUMN_HEADER_NAME.string.text
diff --git a/translations/source/ast/forms/source/resource.po b/translations/source/ast/forms/source/resource.po
index 3c7a9e02827..429b91887f9 100644
--- a/translations/source/ast/forms/source/resource.po
+++ b/translations/source/ast/forms/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-16 01:06+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/formula/source/core/resource.po b/translations/source/ast/formula/source/core/resource.po
index 981fa75937c..1040f09cc9d 100644
--- a/translations/source/ast/formula/source/core/resource.po
+++ b/translations/source/ast/formula/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-16 02:16+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/formula/source/ui/dlg.po b/translations/source/ast/formula/source/ui/dlg.po
index d1b276d40d5..135eba4c543 100644
--- a/translations/source/ast/formula/source/ui/dlg.po
+++ b/translations/source/ast/formula/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-14 02:25+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/fpicker/source/office.po b/translations/source/ast/fpicker/source/office.po
index 57330e9cf8f..6de004cff3a 100644
--- a/translations/source/ast/fpicker/source/office.po
+++ b/translations/source/ast/fpicker/source/office.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+fpicker%2Fsource%2Foffice.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-02-06 21:54+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/framework/source/classes.po b/translations/source/ast/framework/source/classes.po
index 54378920019..e2dc0b6043c 100644
--- a/translations/source/ast/framework/source/classes.po
+++ b/translations/source/ast/framework/source/classes.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-02-11 04:45+0200\n"
-"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-24 22:16+0200\n"
+"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -33,7 +33,7 @@ msgstr "~Anovar"
#: resource.src#STR_CLOSEDOC_ANDRETURN.string.text
msgid "~Close & Return to "
-msgstr "~Pesllar y tornar a "
+msgstr "~Zarrar y tornar a "
#: resource.src#POPUPMENU_TOOLBAR_QUICKCUSTOMIZATION.MENUITEM_TOOLBAR_VISIBLEBUTTON.menuitem.text
msgid "Visible ~Buttons"
diff --git a/translations/source/ast/framework/source/services.po b/translations/source/ast/framework/source/services.po
index e762c929c47..3bbda515245 100644
--- a/translations/source/ast/framework/source/services.po
+++ b/translations/source/ast/framework/source/services.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-29 02:31+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/instsetoo_native/inc_openoffice/windows/msi_languages.po b/translations/source/ast/instsetoo_native/inc_openoffice/windows/msi_languages.po
index 1f96e23ad77..5ff0d1cc67d 100644
--- a/translations/source/ast/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/translations/source/ast/instsetoo_native/inc_openoffice/windows/msi_languages.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+instsetoo_native%2Finc_openoffice%2Fwindows%2Fmsi_languages.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-02-10 18:03+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: CustomAc.ulf#OOO_CUSTOMACTION_1.LngText.text
diff --git a/translations/source/ast/mysqlc/source.po b/translations/source/ast/mysqlc/source.po
index 751474afb28..a005a73bc94 100644
--- a/translations/source/ast/mysqlc/source.po
+++ b/translations/source/ast/mysqlc/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-12 17:17+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/translations/source/ast/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index dec79001cf7..6ecc6ac7b97 100644
--- a/translations/source/ast/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/translations/source/ast/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 17:26+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/translations/source/ast/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
index 6588aac0bb6..c172c096586 100644
--- a/translations/source/ast/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
+++ b/translations/source/ast/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fhelp%2Fen%2Fcom.sun.star.comp.Calc.NLPSolver.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-10 18:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 01:53+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\n"
@@ -195,7 +195,7 @@ msgstr "Utilización"
#: Usage.xhp#par_id0603200910430845.help.text
msgid "Regardless whether you use DEPS or SCO, you start by going to Tools → Solver and set the Cell to be optimized, the direction to go (minimization, maximization) and the cells to be modified to reach the goal. Then you go to the Options and specify the solver to be used and if necessary adjust the according <link href=\"com.sun.star.comp.Calc.NLPSolver/Options.xhp\">parameters</link>."
-msgstr "Lo mesmo si uses DEPS como SCO, entra en Ferramientes → Solver y establez la caxella qu'ameyorar, la direición (a menor, a mayor) y les caxelles a camudar pa llegar al oxetivu. Llueu entra en Opciones y conseña el solver que s'utilizará y, si fai falta, axusta los <link href=\"com.sun.star.comp.Calc.NLPSolver/Options.xhp\">parámetros</link> rellacionaos."
+msgstr "Lo mesmo si uses DEPS como SCO, entra en Ferramientes → Solver y establez la caxella qu'ameyorar, la direición (a menor, a mayor) y les caxelles a camudar pa llegar al oxetivu. Llueu entra en Opciones y conseña'l solver que s'utilizará y, si fai falta, axusta los <link href=\"com.sun.star.comp.Calc.NLPSolver/Options.xhp\">parámetros</link> rellacionaos."
#: Usage.xhp#par_id0603200910430821.help.text
msgid "There is also a list of constraints you can use to restrict the possible range of solutions or to penalize certain conditions. However, in case of the evolutionary solvers DEPS and SCO, these constraints are also used to specify bounds on the variables of the problem. Due to the random nature of the algorithms, it is <emph>highly recommended</emph> to do so and give upper (and in case \"Assume Non-Negative Variables\" is turned off also lower) bounds for all variables. They don't have to be near the actual solution (which is probably unknown) but should give a rough indication of the expected size (0 ≤ var ≤ 1 or maybe -1000000 ≤ var ≤ 1000000)."
diff --git a/translations/source/ast/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/translations/source/ast/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
index 9800823ec15..5ae7821e11f 100644
--- a/translations/source/ast/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
+++ b/translations/source/ast/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fsrc%2Fcom%2Fsun%2Fstar%2Fcomp%2FCalc%2FNLPSolver.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-19 02:52+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/nlpsolver/src/locale.po b/translations/source/ast/nlpsolver/src/locale.po
index 82e2acc72a4..ca32a045529 100644
--- a/translations/source/ast/nlpsolver/src/locale.po
+++ b/translations/source/ast/nlpsolver/src/locale.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fsrc%2Flocale.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-15 23:05+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/officecfg/registry/data/org/openoffice/Office.po b/translations/source/ast/officecfg/registry/data/org/openoffice/Office.po
index 841b99bf731..17eb6f8085c 100644
--- a/translations/source/ast/officecfg/registry/data/org/openoffice/Office.po
+++ b/translations/source/ast/officecfg/registry/data/org/openoffice/Office.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.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-19 22:34+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/officecfg/registry/data/org/openoffice/Office/UI.po b/translations/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po
index 776e249f024..35aabb6d55e 100644
--- a/translations/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-02-19 23:24+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-24 21:57+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -438,7 +438,7 @@ msgstr "Espandir"
#: Effects.xcu#..Effects.UserInterface.Effects.ooo_entrance_flip.Label.value.text
msgctxt "Effects.xcu#..Effects.UserInterface.Effects.ooo_entrance_flip.Label.value.text"
msgid "Flip"
-msgstr "Voltiar"
+msgstr "Reflexar"
#: Effects.xcu#..Effects.UserInterface.Effects.ooo_entrance_fold.Label.value.text
msgctxt "Effects.xcu#..Effects.UserInterface.Effects.ooo_entrance_fold.Label.value.text"
@@ -757,7 +757,7 @@ msgstr "Curva faza abaxo"
#: Effects.xcu#..Effects.UserInterface.Effects.ooo_exit_flip.Label.value.text
msgctxt "Effects.xcu#..Effects.UserInterface.Effects.ooo_exit_flip.Label.value.text"
msgid "Flip"
-msgstr "Voltiar"
+msgstr "Reflexar"
#: Effects.xcu#..Effects.UserInterface.Effects.ooo_exit_float.Label.value.text
msgctxt "Effects.xcu#..Effects.UserInterface.Effects.ooo_exit_float.Label.value.text"
@@ -2386,7 +2386,7 @@ msgstr "~Capa"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_MeasureLine.Label.value.text
msgid "Dimension Line"
-msgstr "Llinia de dimensiones"
+msgstr "Llinia d'acotación"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_MasterPage.Label.value.text
msgctxt "DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_MasterPage.Label.value.text"
@@ -2466,7 +2466,7 @@ msgstr "Diseñu"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_CrookRotate.Label.value.text
msgid "Set in Circle (perspective)"
-msgstr "Llantar en círculu (perspeutiva)"
+msgstr "Llantar en círculu (en perspeutiva)"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_CrookSlant.Label.value.text
msgid "Set to circle (slant)"
@@ -2482,7 +2482,7 @@ msgstr "~Xunir"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_Break.Label.value.text
msgid "~Break"
-msgstr "~Rotura"
+msgstr "~Saltu"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_AdvancedMode.Label.value.text
msgid "Effects"
@@ -2753,7 +2753,7 @@ msgstr "Llinica con cuadráu/flecha"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_Mirror.Label.value.text
msgctxt "DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_Mirror.Label.value.text"
msgid "Flip"
-msgstr "Voltiar"
+msgstr "Reflexar"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_InsertMasterPage.Label.value.text
msgid "New Master"
@@ -4821,7 +4821,7 @@ msgstr "~Separtamientu silábicu..."
#: WriterCommands.xcu#..WriterCommands.UserInterface.Commands..uno_VScroll.Label.value.text
msgctxt "WriterCommands.xcu#..WriterCommands.UserInterface.Commands..uno_VScroll.Label.value.text"
msgid "Vertical Scroll Bar"
-msgstr "Barra de movición vertical"
+msgstr "Barra de desplazamientu vertical"
#: WriterCommands.xcu#..WriterCommands.UserInterface.Commands..uno_AddAllUnknownWords.Label.value.text
msgid "Add Unknown Words"
@@ -5799,7 +5799,7 @@ msgstr "Alliniamientu de Fontwork"
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_FontworkCharacterSpacingFloater.Label.value.text
msgid "Fontwork Character Spacing"
-msgstr "Espaciu entre caracteres de Fontwork"
+msgstr "Espaciu entre caráuteres de Fontwork"
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_BasicShapes.Label.value.text
msgctxt "GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_BasicShapes.Label.value.text"
@@ -6242,15 +6242,15 @@ msgstr "Ñube"
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_CalloutShapes.line_callout_1.Label.value.text
msgid "Line Callout 1"
-msgstr "Llamada de llínea 1"
+msgstr "Llamada de llinia 1"
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_CalloutShapes.line_callout_2.Label.value.text
msgid "Line Callout 2"
-msgstr "Llamada de llínea 2"
+msgstr "Llamada de llinia 2"
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_CalloutShapes.line_callout_3.Label.value.text
msgid "Line Callout 3"
-msgstr "Llamada de llínea 3"
+msgstr "Llamada de llinia 3"
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_StarShapes.bang.Label.value.text
msgid "Explosion"
@@ -6631,7 +6631,7 @@ msgstr "Módulu Basic actual"
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_ManageBreakPoints.Label.value.text
msgid "Manage Breakpoints"
-msgstr "Xestionar puntos de rotura"
+msgstr "Xestionar puntos de saltu"
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_TransformDialog.Label.value.text
msgid "Position and Si~ze..."
@@ -6823,7 +6823,7 @@ msgstr "Zarrar Bézier"
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_PrintDefault.Label.value.text
msgid "Print File Directly"
-msgstr "Imprentar ficheru diréutamente"
+msgstr "Imprentar ficheru direutamente"
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_BezierSmooth.Label.value.text
msgid "Smooth Transition"
@@ -7304,12 +7304,12 @@ msgstr "Botón xiratoriu"
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_HScrollbar.Label.value.text
msgid "Horizontal Scroll Bar"
-msgstr "Barra de movición horizontal"
+msgstr "Barra de desplazamientu horizontal"
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_VScrollbar.Label.value.text
msgctxt "GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_VScrollbar.Label.value.text"
msgid "Vertical Scroll Bar"
-msgstr "Barra de movición vertical"
+msgstr "Barra de desplazamientu vertical"
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_Preview.Label.value.text
msgctxt "GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_Preview.Label.value.text"
@@ -7555,7 +7555,7 @@ msgstr "~Soníu..."
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_InsertVideo.Label.value.text
msgid "~Video..."
-msgstr "~Vídeo..."
+msgstr "~Videu..."
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_HyperlinkDialog.Label.value.text
msgid "~Hyperlink"
@@ -7567,7 +7567,7 @@ msgstr "~Xuncir"
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_Substract.Label.value.text
msgid "~Subtract"
-msgstr "~Substrayer"
+msgstr "~Sustrayer"
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_SuperScript.Label.value.text
msgctxt "GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_SuperScript.Label.value.text"
@@ -7642,7 +7642,7 @@ msgstr "~Apegar"
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_Delete.Label.value.text
msgid "Delete C~ontents..."
-msgstr "Desanicia c~onteníos..."
+msgstr "Desaniciar c~onteníos..."
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_TwainSelect.Label.value.text
msgid "~Select Source..."
@@ -8007,11 +8007,11 @@ msgstr "~Formatu predetermináu"
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_DecrementIndent.Label.value.text
msgid "Decrease Indent"
-msgstr "Amenorgar indentación"
+msgstr "Amenorgar sangría"
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_IncrementIndent.Label.value.text
msgid "Increase Indent"
-msgstr "Aumentar indentación"
+msgstr "Aumentar sangría"
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_Freeline.Label.value.text
msgid "Freeform Line, Filled"
@@ -8150,6 +8150,10 @@ msgstr "~Estáu del métodu d'entrada"
msgid "Optio~n Bar"
msgstr "Barra d'opcio~nes"
+#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_SendFeedback.Label.value.text
+msgid "Send Feedback..."
+msgstr "Unvia la to opinión..."
+
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_ShowLicense.Label.value.text
msgid "License Information..."
msgstr "Información de la llicencia..."
@@ -8515,7 +8519,7 @@ msgstr "Rexistros"
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_SbaNativeSql.Label.value.text
msgid "Run SQL command directly"
-msgstr "Executar diréutamente comandu SQL"
+msgstr "Executar direutamente comandu SQL"
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_SbaExecuteSql.Label.value.text
msgid "Run Query"
@@ -9551,7 +9555,7 @@ msgstr "~Toles cuadrícules..."
#: ChartCommands.xcu#..ChartCommands.UserInterface.Commands..uno_FormatWall.Label.value.text
msgid "Format Wall..."
-msgstr "Formatu de Muru..."
+msgstr "Formatu del muru..."
#: ChartCommands.xcu#..ChartCommands.UserInterface.Commands..uno_FormatFloor.Label.value.text
msgid "Format Floor..."
@@ -9559,7 +9563,7 @@ msgstr "Format Floor..."
#: ChartCommands.xcu#..ChartCommands.UserInterface.Commands..uno_FormatChartArea.Label.value.text
msgid "Format Chart Area..."
-msgstr "Formatu Area gráfica..."
+msgstr "Formatu Área gráfica..."
#: ChartCommands.xcu#..ChartCommands.UserInterface.Commands..uno_InsertTitles.Label.value.text
msgid "Insert Titles..."
@@ -10745,7 +10749,7 @@ msgstr "Dixebrar caxelles"
#: CalcCommands.xcu#..CalcCommands.UserInterface.Commands..uno_ToggleMergeCells.Label.value.text
msgid "M~erge and Center Cells"
-msgstr "Am~estar y centrar celdes"
+msgstr "Am~estar y centrar caxelles"
#: CalcCommands.xcu#..CalcCommands.UserInterface.Commands..uno_PageFormatDialog.Label.value.text
msgid "Format ~Page..."
@@ -11084,7 +11088,7 @@ msgstr "~Compartir documentu..."
#: CalcCommands.xcu#..CalcCommands.UserInterface.Commands..uno_ToggleSheetGrid.Label.value.text
msgid "Toggle Grid Lines for Current Sheet"
-msgstr "Conmutar les llinies de la rexilla na fueya actual"
+msgstr "Conmutar les llinies de la rexella na fueya actual"
#: CalcCommands.xcu#..CalcCommands.UserInterface.Popups..uno_AuditMenu.Label.value.text
msgid "~Detective"
diff --git a/translations/source/ast/padmin/source.po b/translations/source/ast/padmin/source.po
index ccc23efbf1b..f25ca00361e 100644
--- a/translations/source/ast/padmin/source.po
+++ b/translations/source/ast/padmin/source.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+padmin%2Fsource.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-02-10 18:07+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/readlicense_oo/docs/readme.po b/translations/source/ast/readlicense_oo/docs/readme.po
index 43b1e8c08d3..f7c29a2a201 100644
--- a/translations/source/ast/readlicense_oo/docs/readme.po
+++ b/translations/source/ast/readlicense_oo/docs/readme.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-02-19 22:51+0200\n"
-"Last-Translator: astur <ivarela@softastur.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 23:01+0200\n"
+"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -192,7 +192,7 @@ msgstr "Esti direutoriu contien un subdireutoriu nomáu «DEBS». Cambia de dire
#: readme.xrm#debianinstall4.debianinstall4.readmeitem.text
msgctxt "readme.xrm#debianinstall4.debianinstall4.readmeitem.text"
msgid "Right-click within the directory and choose \"Open in Terminal\". A terminal window will open. From the command line of the terminal window, enter the following command (you will be prompted to enter your root user's password before the command will execute):"
-msgstr "Calca col botón drechu dientro del direutoriu y escueye «Abrir nún terminal». S'abrirá una ventana de terminal. Na llinia de comandu, escribi'l comandu siguiente (se pidirá escribir la conseña del usuariu root enantes d'executar el comandu):"
+msgstr "Calca col botón drechu dientro del direutoriu y escueyi «Abrir nun terminal». S'abrirá una ventana de terminal. Na llinia de comandu, escribi'l comandu siguiente (se pidirá escribir la conseña del usuariu root enantes d'executar el comandu):"
#: readme.xrm#debianinstall5.debianinstall5.readmeitem.text
msgctxt "readme.xrm#debianinstall5.debianinstall5.readmeitem.text"
@@ -243,7 +243,7 @@ msgstr "Esti direutoriu contien un subdireutoriu nomáu «RPMS». Cambiar de dir
#: readme.xrm#rpminstall4.rpminstall4.readmeitem.text
msgctxt "readme.xrm#rpminstall4.rpminstall4.readmeitem.text"
msgid "Right-click within the directory and choose \"Open in Terminal\". A terminal window will open. From the command line of the terminal window, enter the following command (you will be prompted to enter your root user's password before the command will execute):"
-msgstr "Calca col botón drechu dientro del direutoriu y escueye «Abrir nún terminal». S'abrirá una ventana de terminal. Na llinia de comandu del terminal, escribi'l comandu darréu (te pidirá qu'escribas la conseña del usuariu root pa poder executar el comandu):"
+msgstr "Calca col botón drechu dientro del direutoriu y escueyi «Abrir nun terminal». S'abrirá una ventana de terminal. Na llinia de comandu del terminal, escribi'l comandu darréu (te pidirá qu'escribas la conseña del usuariu root pa poder executar el comandu):"
#: readme.xrm#rpminstall5.rpminstall5.readmeitem.text
msgctxt "readme.xrm#rpminstall5.rpminstall5.readmeitem.text"
@@ -280,9 +280,13 @@ msgstr "Pa los sistemes basaos en Fedora: su -c 'yum install *freedesktop*.rpm'"
msgid "For Mandriva-based systems: sudo urpmi *mandriva*.rpm"
msgstr "Pa los sistemes basaos en Mandriva: sudo urpmi *mandriva*.rpm"
+#: readme.xrm#rpminstallF.rpminstallF.readmeitem.text
+msgid "For SUSE-based systems: rpm -Uvh *suse*.rpm"
+msgstr "Pa sistemes basaos en SUSE: rpm -Uvh *suse*.rpm"
+
#: readme.xrm#rpminstallD.rpminstallD.readmeitem.text
-msgid "For other RPM-based systems (Suse, etc.): rpm -Uvh *suse*.rpm"
-msgstr "Pa otros sistemes basaos en RPM (Suse, etc.): rpm -Uvh *suse*.rpm"
+msgid "For other RPM-based systems: rpm -Uvh *freedesktop*.rpm"
+msgstr "Pa otros sistemes basaos en RPM: rpm -Uvh *freedesktop*.rpm"
#: readme.xrm#rpminstallE.rpminstallE.readmeitem.text
msgctxt "readme.xrm#rpminstallE.rpminstallE.readmeitem.text"
@@ -323,7 +327,7 @@ msgstr "Agora, cambia al direutoriu que contién los paquetes pa instalar. Nos s
#: readme.xrm#linuxlangpack5.linuxlangpack5.readmeitem.text
msgid "From the Nautilus file manager, right-click in the directory and choose the command \"Open in terminal\". In the terminal window you just opened, execute the command to install the language pack (with all of the commands below, you may be prompted to enter your root user's password):"
-msgstr "Dende'l alministrador de ficheros Nautilus, calca col botón drechu nel direutoriu y escueyi el comandu «Abrir nún terminal». Na ventana del terminal que vienes d'abrir, executa'l comandu pa instalar el paquete d'idioma (con tolos comandos darréu, va pidite qu'escribas la conseña del usuariu root):"
+msgstr "Dende'l xestor de ficheros Nautilus, calca col botón drechu nel direutoriu y escueyi'l comandu «Abrir nun terminal». Na ventana del terminal que vienes d'abrir, executa'l comandu pa instalar el paquete d'idioma (con tolos comandos darréu, va pidite qu'escribas la conseña del usuariu root):"
#: readme.xrm#linuxlangpack6.linuxlangpack6.readmeitem.text
msgid "For Debian/Ubuntu-based systems: sudo dpkg -i *.deb"
diff --git a/translations/source/ast/reportbuilder/java/com/sun/star/report/function/metadata.po b/translations/source/ast/reportbuilder/java/com/sun/star/report/function/metadata.po
index f131a810145..a33411a5274 100644
--- a/translations/source/ast/reportbuilder/java/com/sun/star/report/function/metadata.po
+++ b/translations/source/ast/reportbuilder/java/com/sun/star/report/function/metadata.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fjava%2Fcom%2Fsun%2Fstar%2Freport%2Ffunction%2Fmetadata.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-16 01:23+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/reportbuilder/registry/data/org/openoffice/Office.po b/translations/source/ast/reportbuilder/registry/data/org/openoffice/Office.po
index 8643b366856..9801e1fa448 100644
--- a/translations/source/ast/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/translations/source/ast/reportbuilder/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-05 20:20+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/reportbuilder/registry/data/org/openoffice/Office/UI.po b/translations/source/ast/reportbuilder/registry/data/org/openoffice/Office/UI.po
index 420ce73b955..e715d01d7dd 100644
--- a/translations/source/ast/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/ast/reportbuilder/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+reportbuilder%2Fregistry%2Fdata%2Forg%2Fopenoffice%2FOffice%2FUI.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-08 21:07+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/translations/source/ast/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index 02e683024a0..c0a739c4da0 100644
--- a/translations/source/ast/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/translations/source/ast/reportbuilder/registry/data/org/openoffice/TypeDetection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 17:28+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/reportbuilder/util.po b/translations/source/ast/reportbuilder/util.po
index 3e51457a6a2..535ba141543 100644
--- a/translations/source/ast/reportbuilder/util.po
+++ b/translations/source/ast/reportbuilder/util.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-14 02:46+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/reportdesign/source/core/resource.po b/translations/source/ast/reportdesign/source/core/resource.po
index a2725d1d390..d6f6727c737 100644
--- a/translations/source/ast/reportdesign/source/core/resource.po
+++ b/translations/source/ast/reportdesign/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-20 20:44+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/reportdesign/source/ui/dlg.po b/translations/source/ast/reportdesign/source/ui/dlg.po
index 168853407b3..dfaa94ce7e0 100644
--- a/translations/source/ast/reportdesign/source/ui/dlg.po
+++ b/translations/source/ast/reportdesign/source/ui/dlg.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+reportdesign%2Fsource%2Fui%2Fdlg.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-08 23:01+0200\n"
-"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-20 15:53+0200\n"
+"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: GroupsSorting.src#RID_GROUPS_SORTING.FL_SEPARATOR2.fixedline.text
@@ -179,7 +179,7 @@ msgstr "Seleiciona el valor o intervalu de valores qu'entama un grupu nuevu."
#: GroupsSorting.src#STR_RPT_HELP_INTERVAL.string.text
msgid "Interval or number of characters to group on."
-msgstr "Intervalu o númberu de caracteres pa agrupar."
+msgstr "Intervalu o númberu de caráuteres p'agrupar."
#: GroupsSorting.src#STR_RPT_HELP_KEEP.string.text
msgid "Keep group together on one page?"
diff --git a/translations/source/ast/reportdesign/source/ui/inspection.po b/translations/source/ast/reportdesign/source/ui/inspection.po
index c1a119d118c..dba91d83ed3 100644
--- a/translations/source/ast/reportdesign/source/ui/inspection.po
+++ b/translations/source/ast/reportdesign/source/ui/inspection.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+reportdesign%2Fsource%2Fui%2Finspection.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-02-19 23:22+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/reportdesign/source/ui/report.po b/translations/source/ast/reportdesign/source/ui/report.po
index 948d97a485a..3c9b1238cee 100644
--- a/translations/source/ast/reportdesign/source/ui/report.po
+++ b/translations/source/ast/reportdesign/source/ui/report.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+reportdesign%2Fsource%2Fui%2Freport.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-08 23:01+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/sc/source/core/src.po b/translations/source/ast/sc/source/core/src.po
index 0cd2b7d03af..35f43c0d702 100644
--- a/translations/source/ast/sc/source/core/src.po
+++ b/translations/source/ast/sc/source/core/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%2Fcore%2Fsrc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-25 17:14+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/sc/source/ui/cctrl.po b/translations/source/ast/sc/source/ui/cctrl.po
index 8a38f3dea72..0f8b721a7d7 100644
--- a/translations/source/ast/sc/source/ui/cctrl.po
+++ b/translations/source/ast/sc/source/ui/cctrl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-16 01:24+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/sc/source/ui/dbgui.po b/translations/source/ast/sc/source/ui/dbgui.po
index 660feb11f7e..e30da8adb16 100644
--- a/translations/source/ast/sc/source/ui/dbgui.po
+++ b/translations/source/ast/sc/source/ui/dbgui.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-02-19 23:23+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-24 18:32+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -93,7 +93,7 @@ msgstr "T~riba de columna"
#: asciiopt.src#RID_SCDLG_ASCII.STR_TEXTTOCOLUMNS.string.text
msgid "Text to Columns"
-msgstr "Textu a Columnes"
+msgstr "Testu a Columnes"
#: asciiopt.src#RID_SCDLG_ASCII.modaldialog.text
msgid "Text Import"
diff --git a/translations/source/ast/sc/source/ui/docshell.po b/translations/source/ast/sc/source/ui/docshell.po
index eb9ed453fe0..29be989ba5e 100644
--- a/translations/source/ast/sc/source/ui/docshell.po
+++ b/translations/source/ast/sc/source/ui/docshell.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 17:28+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/sc/source/ui/drawfunc.po b/translations/source/ast/sc/source/ui/drawfunc.po
index 7f03bebd991..e67744f1f49 100644
--- a/translations/source/ast/sc/source/ui/drawfunc.po
+++ b/translations/source/ast/sc/source/ui/drawfunc.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-26 00:28+0200\n"
-"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-24 21:52+0200\n"
+"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -144,7 +144,7 @@ msgstr "~Horizontal"
#: objdraw.src#MN_MIRRORSUB.SUBMENU_OBJMIRROR.menuitem.text
msgid "~Flip"
-msgstr "~Voltiar"
+msgstr "~Reflexar"
#: objdraw.src#MN_ARRANGESUB.SUBMENU_OBJARRANGE.SID_FRAME_UP.menuitem.text
msgctxt "objdraw.src#MN_ARRANGESUB.SUBMENU_OBJARRANGE.SID_FRAME_UP.menuitem.text"
diff --git a/translations/source/ast/sc/source/ui/formdlg.po b/translations/source/ast/sc/source/ui/formdlg.po
index 7741c1caafe..7e44541a038 100644
--- a/translations/source/ast/sc/source/ui/formdlg.po
+++ b/translations/source/ast/sc/source/ui/formdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 17:28+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/sc/source/ui/miscdlgs.po b/translations/source/ast/sc/source/ui/miscdlgs.po
index 95af72775af..9228d5a2ecf 100644
--- a/translations/source/ast/sc/source/ui/miscdlgs.po
+++ b/translations/source/ast/sc/source/ui/miscdlgs.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-02-08 23:01+0200\n"
-"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-24 17:55+0200\n"
+"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -292,15 +292,15 @@ msgstr "Opciones"
#: protectiondlg.src#RID_SCDLG_TABPROTECTION.FT_OPTIONS.fixedtext.text
msgid "Allow all users of this sheet to:"
-msgstr "Permite a tolos usuarios d'esta fueya a:"
+msgstr "Permitir a tolos usuarios d'esta fueya:"
#: protectiondlg.src#RID_SCDLG_TABPROTECTION.ST_SELECT_PROTECTED_CELLS.string.text
msgid "Select protected cells"
-msgstr "Seleiciona les caxelles protexíes"
+msgstr "Seleicionar les caxelles protexíes"
#: protectiondlg.src#RID_SCDLG_TABPROTECTION.ST_SELECT_UNPROTECTED_CELLS.string.text
msgid "Select unprotected cells"
-msgstr "Seleiciona les caxelles ensin protexer"
+msgstr "Seleicionar les caxelles ensin protexer"
#: protectiondlg.src#RID_SCDLG_TABPROTECTION.modaldialog.text
msgid "Protect Sheet"
diff --git a/translations/source/ast/sc/source/ui/navipi.po b/translations/source/ast/sc/source/ui/navipi.po
index 9b805c9a3a7..91b21294736 100644
--- a/translations/source/ast/sc/source/ui/navipi.po
+++ b/translations/source/ast/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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 05:55+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: navipi.src#RID_SCDLG_NAVIGATOR.FT_ROW.fixedtext.text
diff --git a/translations/source/ast/sc/source/ui/pagedlg.po b/translations/source/ast/sc/source/ui/pagedlg.po
index 3ec8afc0243..5ee6d1ca416 100644
--- a/translations/source/ast/sc/source/ui/pagedlg.po
+++ b/translations/source/ast/sc/source/ui/pagedlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-14 13:30+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/sc/source/ui/src.po b/translations/source/ast/sc/source/ui/src.po
index db3e3e97eea..f749c53e06b 100644
--- a/translations/source/ast/sc/source/ui/src.po
+++ b/translations/source/ast/sc/source/ui/src.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2012-02-19 23:22+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-24 18:20+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -1483,7 +1483,7 @@ msgstr "Exemplu"
#: condfrmt.src#RID_SCDLG_CONDFORMAT.BTN_COND2_NEW.pushbutton.text
msgid "Ne~w Style..."
-msgstr "Nue~vu Estilu..."
+msgstr "Estilu nue~vu..."
#: condfrmt.src#RID_SCDLG_CONDFORMAT.CBX_COND3.checkbox.text
msgid "Condition ~3"
@@ -1585,7 +1585,7 @@ msgstr "Exemplu"
#: condfrmt.src#RID_SCDLG_CONDFORMAT.BTN_COND3_NEW.pushbutton.text
msgid "New ~Style..."
-msgstr "Nu~evu Estilu..."
+msgstr "Estilu nu~evu..."
#: condfrmt.src#RID_SCDLG_CONDFORMAT.BTN_ADD.pushbutton.text
msgctxt "condfrmt.src#RID_SCDLG_CONDFORMAT.BTN_ADD.pushbutton.text"
@@ -2996,7 +2996,7 @@ msgstr "Fautor. Fautor d'amenorgamientu de saldu. F = 2, pa un fautor d'amenorga
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_GDA_2.1.string.text
msgid "Returns the real depreciation of an asset for a specified period using the fixed-declining balance method."
-msgstr "Devuelve la depreciación real d'un activu nún períodu específicu usando'l métodu d'amenorgamientu fixu del balance."
+msgstr "Devuelve la depreciación real d'un activu nun periodu específicu usando'l métodu d'amenorgamientu fixu del balance."
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_GDA_2.2.string.text
msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_GDA_2.2.string.text"
@@ -3047,7 +3047,7 @@ msgstr "Meses: Ye'l númberu de meses del primer añu de depreciación."
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_VBD.1.string.text
msgid "Variable declining balance. Returns the declining balance depreciation for a particular period."
-msgstr "Amenorgamientu variable del balance. Devuelve la depreciación por amenorgamientu del balance nún periodu especificáu."
+msgstr "Amenorgamientu variable del balance. Devuelve la depreciación por amenorgamientu del balance nun periodu especificáu."
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_VBD.2.string.text
msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_VBD.2.string.text"
@@ -8813,7 +8813,7 @@ msgstr "Esti nome yá ta usándose."
#: miscdlgs.src#RID_SCDLG_MOVETAB.STR_TABNAME_WARN_EMPTY.string.text
msgid "Name is empty."
-msgstr "El nombre ta baleru."
+msgstr "El nombre ta ermu."
#: miscdlgs.src#RID_SCDLG_MOVETAB.STR_TABNAME_WARN_INVALID.string.text
msgid "Name contains one or more invalid characters."
@@ -9927,7 +9927,7 @@ msgstr "Caráuter"
#: textdlgs.src#RID_SCDLG_PARAGRAPH.1.RID_SVXPAGE_STD_PARAGRAPH.pageitem.text
msgid "Indents & Spacing"
-msgstr "Indentaciones y espaciáu"
+msgstr "Sangríes y espaciáu"
#: textdlgs.src#RID_SCDLG_PARAGRAPH.1.RID_SVXPAGE_ALIGN_PARAGRAPH.pageitem.text
msgctxt "textdlgs.src#RID_SCDLG_PARAGRAPH.1.RID_SVXPAGE_ALIGN_PARAGRAPH.pageitem.text"
@@ -10513,11 +10513,11 @@ msgstr "Editar comentariu"
#: globstr.src#RID_GLOBSTR.STR_UNDO_DEC_INDENT.string.text
msgid "Decrease Indent"
-msgstr "Amenorgar indentación"
+msgstr "Amenorgar sangría"
#: globstr.src#RID_GLOBSTR.STR_UNDO_INC_INDENT.string.text
msgid "Increase Indent"
-msgstr "Aumentar indentación"
+msgstr "Aumentar sangría"
#: globstr.src#RID_GLOBSTR.STR_UNDO_PROTECT_TAB.string.text
msgid "Protect sheet"
@@ -10747,7 +10747,7 @@ msgstr "Les tables dinámiques nun pueden superponese."
#: globstr.src#RID_GLOBSTR.STR_PIVOT_NOTEMPTY.string.text
msgid "The destination range is not empty. Overwrite existing contents?"
-msgstr "L'intervalu de destín nun ta baleru. ¿Sustituir el conteníu esistente?"
+msgstr "L'intervalu de destín nun ta ermu. ¿Sustituir el conteníu esistente?"
#: globstr.src#RID_GLOBSTR.STR_DATAPILOT_SUBTOTAL.string.text
msgid "The source range contains subtotals which may distort the results. Use it anyway?"
@@ -10964,7 +10964,7 @@ msgstr "Nun s'atopó denguna tabla dinámica nesta posición."
#: globstr.src#RID_GLOBSTR.STR_EMPTYDATA.string.text
msgid "(empty)"
-msgstr "(baleru)"
+msgstr "(vacíu)"
#: globstr.src#RID_GLOBSTR.STR_PRINT_INVALID_AREA.string.text
msgid "Invalid print range"
@@ -11811,11 +11811,11 @@ msgstr "L'oxetu nun pudo inxertase."
#: globstr.src#RID_GLOBSTR.STR_CHANGED_BLANK.string.text
msgid "<empty>"
-msgstr "<vaciu>"
+msgstr "<vacíu>"
#: globstr.src#RID_GLOBSTR.STR_CHANGED_CELL.string.text
msgid "Cell #1 changed from '#2' to '#3'"
-msgstr "La caxella #1 camudose de '#2' a '#3'"
+msgstr "La caxella #1 camudóse de '#2' a '#3'"
#: globstr.src#RID_GLOBSTR.STR_CHANGED_INSERT.string.text
msgid "#1 inserted"
diff --git a/translations/source/ast/sc/source/ui/styleui.po b/translations/source/ast/sc/source/ui/styleui.po
index 86a54bd1bef..36aed889740 100644
--- a/translations/source/ast/sc/source/ui/styleui.po
+++ b/translations/source/ast/sc/source/ui/styleui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-31 20:04+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/scaddins/source/analysis.po b/translations/source/ast/scaddins/source/analysis.po
index 30e53dbc4bd..71e4a418e2b 100644
--- a/translations/source/ast/scaddins/source/analysis.po
+++ b/translations/source/ast/scaddins/source/analysis.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-11 03:17+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 22:56+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -835,7 +835,7 @@ msgstr "Orde de la función Bessel"
#: analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Bin2Oct.1.string.text
msgid "Converts a binary number to an octal number"
-msgstr "Convierte un númberu binariu nún octal"
+msgstr "Convierte un númberu binariu nun octal"
#: analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Bin2Oct.2.string.text
msgctxt "analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Bin2Oct.2.string.text"
@@ -859,7 +859,7 @@ msgstr "Cantidá de cifres usaes"
#: analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Bin2Dec.1.string.text
msgid "Converts a binary number to a decimal number"
-msgstr "Convierte un númberu binariu nún decimal"
+msgstr "Convierte un númberu binariu nun decimal"
#: analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Bin2Dec.2.string.text
msgctxt "analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Bin2Dec.2.string.text"
@@ -873,7 +873,7 @@ msgstr "El númberu binariu a convertir (como testu)"
#: analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Bin2Hex.1.string.text
msgid "Converts a binary number to a hexadecimal number"
-msgstr "Convierte un númberu binariu nún hexadecimal"
+msgstr "Convierte un númberu binariu nun hexadecimal"
#: analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Bin2Hex.2.string.text
msgctxt "analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Bin2Hex.2.string.text"
@@ -920,7 +920,7 @@ msgstr "Cantidá de cifres usaes"
#: analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Oct2Dec.1.string.text
msgid "Converts an octal number to a decimal number"
-msgstr "Convierte un númberu octal nún decimal"
+msgstr "Convierte un númberu octal nun decimal"
#: analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Oct2Dec.2.string.text
msgctxt "analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Oct2Dec.2.string.text"
@@ -934,7 +934,7 @@ msgstr "Númberu octal (como testu)"
#: analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Oct2Hex.1.string.text
msgid "Converts an octal number to a hexadecimal number"
-msgstr "Convierte un númberu octal nún hexadecimal"
+msgstr "Convierte un númberu octal nun hexadecimal"
#: analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Oct2Hex.2.string.text
msgctxt "analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Oct2Hex.2.string.text"
@@ -958,7 +958,7 @@ msgstr "Cantidá de cifres usaes"
#: analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Dec2Bin.1.string.text
msgid "Converts a decimal number to a binary number"
-msgstr "Convierte un númberu decimal nún binariu"
+msgstr "Convierte un númberu decimal nun binariu"
#: analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Dec2Bin.2.string.text
msgctxt "analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Dec2Bin.2.string.text"
@@ -982,7 +982,7 @@ msgstr "Cantidá de cifres usaes"
#: analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Dec2Hex.1.string.text
msgid "Converts a decimal number to a hexadecimal number"
-msgstr "Convierte un númberu decimal nún hexadecimal"
+msgstr "Convierte un númberu decimal nun hexadecimal"
#: analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Dec2Hex.2.string.text
msgctxt "analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Dec2Hex.2.string.text"
@@ -1006,7 +1006,7 @@ msgstr "Cantidá de cifres usaes"
#: analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Dec2Oct.1.string.text
msgid "Converts a decimal number into an octal number"
-msgstr "Convierte un númberu decimal nún octal"
+msgstr "Convierte un númberu decimal nun octal"
#: analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Dec2Oct.2.string.text
msgctxt "analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Dec2Oct.2.string.text"
@@ -1030,7 +1030,7 @@ msgstr "Cantidá de cifres usaes"
#: analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Hex2Bin.1.string.text
msgid "Converts a hexadecimal number to a binary number"
-msgstr "Convierte un númberu hexadecimal nún binariu"
+msgstr "Convierte un númberu hexadecimal nun binariu"
#: analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Hex2Bin.2.string.text
msgctxt "analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Hex2Bin.2.string.text"
@@ -1054,7 +1054,7 @@ msgstr "Cantidá de cifres usaes"
#: analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Hex2Dec.1.string.text
msgid "Converts a hexadecimal number to a decimal number"
-msgstr "Convierte un númberu hexadecimal nún decimal"
+msgstr "Convierte un númberu hexadecimal nun decimal"
#: analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Hex2Dec.2.string.text
msgctxt "analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Hex2Dec.2.string.text"
@@ -1068,7 +1068,7 @@ msgstr "El númberu hexadecimal a convertir (como testu)"
#: analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Hex2Oct.1.string.text
msgid "Converts a hexadecimal number to an octal number"
-msgstr "Convierte un númberu hexadecimal nún octal"
+msgstr "Convierte un númberu hexadecimal nun octal"
#: analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Hex2Oct.2.string.text
msgctxt "analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Hex2Oct.2.string.text"
@@ -1458,7 +1458,7 @@ msgstr "El númberu complexu"
#: analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Complex.1.string.text
msgid "Converts real and imaginary coefficients into a complex number"
-msgstr "Convierte los coeficientes real ya imaxinariu nún númberu complexu"
+msgstr "Convierte los coeficientes real ya imaxinariu nun númberu complexu"
#: analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Complex.2.string.text
msgid "Real num"
@@ -2387,7 +2387,7 @@ msgstr "Los periodos"
#: analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Dollarfr.1.string.text
msgid "Converts a price expressed as a decimal into a price expressed as a fraction"
-msgstr "Convierte un preciu n'espresión decimal nún preciu espresáu como fraición"
+msgstr "Convierte un preciu n'espresión decimal nun preciu espresáu como fraición"
#: analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Dollarfr.2.string.text
msgid "Decimal dollar"
@@ -2410,7 +2410,7 @@ msgstr "El divisor"
#: analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Dollarde.1.string.text
msgid "Converts a price expressed as a fraction into a price expressed as a decimal"
-msgstr "Convierte un preciu espresáu como fraición nún preciu n'espresión decimal"
+msgstr "Convierte un preciu espresáu como fraición nun preciu n'espresión decimal"
#: analysis.src#RID_ANALYSIS_FUNCTION_DESCRIPTIONS.ANALYSIS_Dollarde.2.string.text
msgid "Fractional dollar"
diff --git a/translations/source/ast/scaddins/source/datefunc.po b/translations/source/ast/scaddins/source/datefunc.po
index d9e6d943941..ea04288efde 100644
--- a/translations/source/ast/scaddins/source/datefunc.po
+++ b/translations/source/ast/scaddins/source/datefunc.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+scaddins%2Fsource%2Fdatefunc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-11 03:23+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/sccomp/source/solver.po b/translations/source/ast/sccomp/source/solver.po
index eb9ce098e65..c59ab9e341f 100644
--- a/translations/source/ast/sccomp/source/solver.po
+++ b/translations/source/ast/sccomp/source/solver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 17:29+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/scp2/source/accessories.po b/translations/source/ast/scp2/source/accessories.po
index cc13ad96d11..7e28b4c2b0d 100644
--- a/translations/source/ast/scp2/source/accessories.po
+++ b/translations/source/ast/scp2/source/accessories.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%2Faccessories.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-02-11 04:42+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/scp2/source/activex.po b/translations/source/ast/scp2/source/activex.po
index 5ac912f1158..e1a3c7ec450 100644
--- a/translations/source/ast/scp2/source/activex.po
+++ b/translations/source/ast/scp2/source/activex.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 17:29+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/scp2/source/base.po b/translations/source/ast/scp2/source/base.po
index d40f5110553..49c0453768b 100644
--- a/translations/source/ast/scp2/source/base.po
+++ b/translations/source/ast/scp2/source/base.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-11 03:55+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-22 15:00+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -39,6 +39,16 @@ msgstr "Ayuda de %PRODUCTNAME Base"
msgid "Help about %PRODUCTNAME Base"
msgstr "Ayuda tocante a %PRODUCTNAME Base"
+#: postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr "Coneutor PostgreSQL"
+
+#: postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr "Coneutor PostgreSQL"
+
#: folderitem_base.ulf#STR_FI_TOOLTIP_BASE.LngText.text
msgid "Manage databases, create queries and reports to track and manage your information by using Base."
msgstr "Alministrar bases de datos, crear consultes ya informes de siguimientu y xestionar información con Base."
diff --git a/translations/source/ast/scp2/source/binfilter.po b/translations/source/ast/scp2/source/binfilter.po
index e187d8fbd4a..f3d7e57af52 100644
--- a/translations/source/ast/scp2/source/binfilter.po
+++ b/translations/source/ast/scp2/source/binfilter.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%2Fbinfilter.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-02-11 03:59+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/scp2/source/calc.po b/translations/source/ast/scp2/source/calc.po
index a7bf81dcd04..408db6d9ea7 100644
--- a/translations/source/ast/scp2/source/calc.po
+++ b/translations/source/ast/scp2/source/calc.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%2Fcalc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-02-11 04:03+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/scp2/source/draw.po b/translations/source/ast/scp2/source/draw.po
index daedea7fab9..b3f202c1592 100644
--- a/translations/source/ast/scp2/source/draw.po
+++ b/translations/source/ast/scp2/source/draw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-19 00:33+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/scp2/source/extensions.po b/translations/source/ast/scp2/source/extensions.po
index 2a705d3828f..8b8e673e26d 100644
--- a/translations/source/ast/scp2/source/extensions.po
+++ b/translations/source/ast/scp2/source/extensions.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%2Fextensions.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-02-11 04:27+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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
@@ -237,16 +237,6 @@ msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_MYSQLC.LngTex
msgid "MySQL Connector"
msgstr "Coneutor MySQL"
-#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text
-msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text"
-msgid "PostgreSQL Connector"
-msgstr "Coneutor PostgreSQL"
-
-#: module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text
-msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text"
-msgid "PostgreSQL Connector"
-msgstr "Coneutor PostgreSQL"
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_OOOBLOGGER.LngText.text
msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_OOOBLOGGER.LngText.text"
msgid "Metaweblog Support"
diff --git a/translations/source/ast/scp2/source/gnome.po b/translations/source/ast/scp2/source/gnome.po
index 2574188c149..b417fa33792 100644
--- a/translations/source/ast/scp2/source/gnome.po
+++ b/translations/source/ast/scp2/source/gnome.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%2Fgnome.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-11 04:28+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/scp2/source/graphicfilter.po b/translations/source/ast/scp2/source/graphicfilter.po
index 75331ad166b..df58b099981 100644
--- a/translations/source/ast/scp2/source/graphicfilter.po
+++ b/translations/source/ast/scp2/source/graphicfilter.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%2Fgraphicfilter.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-11 04:34+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/scp2/source/impress.po b/translations/source/ast/scp2/source/impress.po
index 41c321c441c..b755a7178de 100644
--- a/translations/source/ast/scp2/source/impress.po
+++ b/translations/source/ast/scp2/source/impress.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%2Fimpress.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-11 04:35+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/scp2/source/javafilter.po b/translations/source/ast/scp2/source/javafilter.po
index 6cc8f06154a..ed6a51a803c 100644
--- a/translations/source/ast/scp2/source/javafilter.po
+++ b/translations/source/ast/scp2/source/javafilter.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%2Fjavafilter.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-19 22:52+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/scp2/source/kde.po b/translations/source/ast/scp2/source/kde.po
index 66fcac10d61..1f90bb0c038 100644
--- a/translations/source/ast/scp2/source/kde.po
+++ b/translations/source/ast/scp2/source/kde.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-29 03:41+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/scp2/source/math.po b/translations/source/ast/scp2/source/math.po
index 0e556a08e64..fc860bf3626 100644
--- a/translations/source/ast/scp2/source/math.po
+++ b/translations/source/ast/scp2/source/math.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-12 20:42+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/scp2/source/onlineupdate.po b/translations/source/ast/scp2/source/onlineupdate.po
index 53f71981dfe..931dc184f5c 100644
--- a/translations/source/ast/scp2/source/onlineupdate.po
+++ b/translations/source/ast/scp2/source/onlineupdate.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 17:30+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/scp2/source/ooo.po b/translations/source/ast/scp2/source/ooo.po
index 3c93b64af86..b292dc88ac9 100644
--- a/translations/source/ast/scp2/source/ooo.po
+++ b/translations/source/ast/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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-02-11 05:05+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: module_systemint.ulf#STR_NAME_MODULE_OPTIONAL_SYSTEMINTEGRATION.LngText.text
diff --git a/translations/source/ast/scp2/source/python.po b/translations/source/ast/scp2/source/python.po
index 1b98b97e01c..463e848b8d0 100644
--- a/translations/source/ast/scp2/source/python.po
+++ b/translations/source/ast/scp2/source/python.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-30 03:01+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/scp2/source/quickstart.po b/translations/source/ast/scp2/source/quickstart.po
index 75def02961b..e637966f155 100644
--- a/translations/source/ast/scp2/source/quickstart.po
+++ b/translations/source/ast/scp2/source/quickstart.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 17:30+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/scp2/source/sdkoo.po b/translations/source/ast/scp2/source/sdkoo.po
index fe31e9c3fe8..81a77b771d8 100644
--- a/translations/source/ast/scp2/source/sdkoo.po
+++ b/translations/source/ast/scp2/source/sdkoo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 17:30+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/scp2/source/smoketest.po b/translations/source/ast/scp2/source/smoketest.po
index 5f1b610534e..46fb1bc2461 100644
--- a/translations/source/ast/scp2/source/smoketest.po
+++ b/translations/source/ast/scp2/source/smoketest.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fsmoketest.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-05 21:36+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/scp2/source/winexplorerext.po b/translations/source/ast/scp2/source/winexplorerext.po
index 26e1633ac02..0be863c6d24 100644
--- a/translations/source/ast/scp2/source/winexplorerext.po
+++ b/translations/source/ast/scp2/source/winexplorerext.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-13 13:11+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/scp2/source/writer.po b/translations/source/ast/scp2/source/writer.po
index 7a6bc84860b..d95ba234c3a 100644
--- a/translations/source/ast/scp2/source/writer.po
+++ b/translations/source/ast/scp2/source/writer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-19 00:37+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/scp2/source/xsltfilter.po b/translations/source/ast/scp2/source/xsltfilter.po
index 9469c7daf33..93b2a61ecb7 100644
--- a/translations/source/ast/scp2/source/xsltfilter.po
+++ b/translations/source/ast/scp2/source/xsltfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-13 15:27+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/scripting/source/pyprov.po b/translations/source/ast/scripting/source/pyprov.po
index 8d132521ca8..c95a2ed569f 100644
--- a/translations/source/ast/scripting/source/pyprov.po
+++ b/translations/source/ast/scripting/source/pyprov.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-12 17:08+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/sd/source/core.po b/translations/source/ast/sd/source/core.po
index a561548586d..6b8608b3ef5 100644
--- a/translations/source/ast/sd/source/core.po
+++ b/translations/source/ast/sd/source/core.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+sd%2Fsource%2Fcore.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-10 17:26+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/sd/source/filter/html.po b/translations/source/ast/sd/source/filter/html.po
index bad514a816a..a39a147a734 100644
--- a/translations/source/ast/sd/source/filter/html.po
+++ b/translations/source/ast/sd/source/filter/html.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+sd%2Fsource%2Ffilter%2Fhtml.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 06:05+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/sd/source/ui/accessibility.po b/translations/source/ast/sd/source/ui/accessibility.po
index 23945a4421b..570cb3f9b8b 100644
--- a/translations/source/ast/sd/source/ui/accessibility.po
+++ b/translations/source/ast/sd/source/ui/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-19 00:39+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/sd/source/ui/animations.po b/translations/source/ast/sd/source/ui/animations.po
index 1ef2a19d0d2..efc004b10de 100644
--- a/translations/source/ast/sd/source/ui/animations.po
+++ b/translations/source/ast/sd/source/ui/animations.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+sd%2Fsource%2Fui%2Fanimations.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-02-10 16:14+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/sd/source/ui/annotations.po b/translations/source/ast/sd/source/ui/annotations.po
index e6e26ba88ad..7b53eb92967 100644
--- a/translations/source/ast/sd/source/ui/annotations.po
+++ b/translations/source/ast/sd/source/ui/annotations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 17:31+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/sd/source/ui/app.po b/translations/source/ast/sd/source/ui/app.po
index 14b93052352..e2ed202dbb0 100644
--- a/translations/source/ast/sd/source/ui/app.po
+++ b/translations/source/ast/sd/source/ui/app.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2012-02-10 17:27+0200\n"
-"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-24 21:59+0200\n"
+"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -743,7 +743,7 @@ msgstr "La llingua escoyida nun ta disponible."
#: strings.src#STR_ASK_FOR_CONVERT_TO_BEZIER.string.text
msgid "Convert selected object to curve?"
-msgstr "¿Quies convertir en curva l'oxetu escoyíu?"
+msgstr "¿Quies tresformar en curva l'oxetu escoyíu?"
#: strings.src#STR_UNDO_CHANGE_PRES_OBJECT.string.text
msgid "Modify presentation object '$'"
@@ -2006,7 +2006,7 @@ msgstr "Con~vertir"
#: menuids_tmpl.src#MNSUB_MIRROR.SID_MIRROR.menuitem.text
msgid "~Flip"
-msgstr "~Voltiar"
+msgstr "~Reflexar"
#: menuids_tmpl.src#MNSUB_ROTATE.SID_OBJECT_ROTATE.menuitem.text
msgid "~Rotate"
diff --git a/translations/source/ast/sd/source/ui/dlg.po b/translations/source/ast/sd/source/ui/dlg.po
index 15201b77082..d7196342e39 100644
--- a/translations/source/ast/sd/source/ui/dlg.po
+++ b/translations/source/ast/sd/source/ui/dlg.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-10 17:29+0200\n"
-"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-24 19:13+0200\n"
+"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -316,7 +316,7 @@ msgstr "Efeutu de fonte"
#: tabtempl.src#TAB_TEMPLATE.1.RID_SVXPAGE_STD_PARAGRAPH.pageitem.text
msgctxt "tabtempl.src#TAB_TEMPLATE.1.RID_SVXPAGE_STD_PARAGRAPH.pageitem.text"
msgid "Indents & Spacing"
-msgstr "Indentaciones y espaciáu"
+msgstr "Sangríes y espaciáu"
#: tabtempl.src#TAB_TEMPLATE.1.RID_SVXPAGE_TEXTATTR.pageitem.text
msgctxt "tabtempl.src#TAB_TEMPLATE.1.RID_SVXPAGE_TEXTATTR.pageitem.text"
@@ -390,7 +390,7 @@ msgstr "Efeutos de fonte"
#: prltempl.src#TAB_PRES_LAYOUT_TEMPLATE.1.RID_SVXPAGE_STD_PARAGRAPH.pageitem.text
msgctxt "prltempl.src#TAB_PRES_LAYOUT_TEMPLATE.1.RID_SVXPAGE_STD_PARAGRAPH.pageitem.text"
msgid "Indents & Spacing"
-msgstr "Indentaciones y espaciáu"
+msgstr "Sangríes y espaciáu"
#: prltempl.src#TAB_PRES_LAYOUT_TEMPLATE.1.RID_SVXPAGE_TEXTATTR.pageitem.text
msgctxt "prltempl.src#TAB_PRES_LAYOUT_TEMPLATE.1.RID_SVXPAGE_TEXTATTR.pageitem.text"
@@ -485,7 +485,7 @@ msgstr "Árbol de páxines"
#: paragr.src#TAB_PARAGRAPH.1.RID_SVXPAGE_STD_PARAGRAPH.pageitem.text
msgctxt "paragr.src#TAB_PARAGRAPH.1.RID_SVXPAGE_STD_PARAGRAPH.pageitem.text"
msgid "Indents & Spacing"
-msgstr "Indentaciones y espaciáu"
+msgstr "Sangríes y espaciáu"
#: paragr.src#TAB_PARAGRAPH.1.RID_SVXPAGE_ALIGN_PARAGRAPH.pageitem.text
msgctxt "paragr.src#TAB_PARAGRAPH.1.RID_SVXPAGE_ALIGN_PARAGRAPH.pageitem.text"
@@ -541,7 +541,7 @@ msgstr "Númberu de diapositiva"
#: masterlayoutdlg.src#RID_SD_DLG_MASTER_LAYOUT.STR_MASTER_LAYOUT_TITLE.string.text
msgid "Master Elements"
-msgstr "Elements principals"
+msgstr "Elementos maestros"
#: animobjs.src#FLT_WIN_ANIMATION.BTN_FIRST.imagebutton.text
msgctxt "animobjs.src#FLT_WIN_ANIMATION.BTN_FIRST.imagebutton.text"
diff --git a/translations/source/ast/sd/source/ui/notes.po b/translations/source/ast/sd/source/ui/notes.po
index b5a33c3172d..2d8e26abaad 100644
--- a/translations/source/ast/sd/source/ui/notes.po
+++ b/translations/source/ast/sd/source/ui/notes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 17:31+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/sd/source/ui/slideshow.po b/translations/source/ast/sd/source/ui/slideshow.po
index 6b25e45e078..524b043dd28 100644
--- a/translations/source/ast/sd/source/ui/slideshow.po
+++ b/translations/source/ast/sd/source/ui/slideshow.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-05 20:32+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/sd/source/ui/slidesorter/view.po b/translations/source/ast/sd/source/ui/slidesorter/view.po
index dd2ff2354a0..bd2ff6367ae 100644
--- a/translations/source/ast/sd/source/ui/slidesorter/view.po
+++ b/translations/source/ast/sd/source/ui/slidesorter/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-15 02:59+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/sd/source/ui/table.po b/translations/source/ast/sd/source/ui/table.po
index 5313810bef9..22ebca8919d 100644
--- a/translations/source/ast/sd/source/ui/table.po
+++ b/translations/source/ast/sd/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-20 20:50+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/sd/source/ui/view.po b/translations/source/ast/sd/source/ui/view.po
index 51e1a5cf214..207f87707ae 100644
--- a/translations/source/ast/sd/source/ui/view.po
+++ b/translations/source/ast/sd/source/ui/view.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+sd%2Fsource%2Fui%2Fview.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-02-10 16:16+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/sdext/source/minimizer.po b/translations/source/ast/sdext/source/minimizer.po
index 5ea37326725..faa1123fecb 100644
--- a/translations/source/ast/sdext/source/minimizer.po
+++ b/translations/source/ast/sdext/source/minimizer.po
@@ -3,16 +3,16 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-02-08 23:22+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/ast/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/translations/source/ast/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index deaca8dbbf5..6614370f620 100644
--- a/translations/source/ast/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/translations/source/ast/sdext/source/minimizer/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 17:31+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/translations/source/ast/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index 371800c0fe4..1b4fe8731da 100644
--- a/translations/source/ast/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/ast/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.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+sdext%2Fsource%2Fminimizer%2Fregistry%2Fdata%2Forg%2Fopenoffice%2FOffice%2Fextension.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-10 16:16+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: SunPresentationMinimizer.xcu#.SunPresentationMinimizer.Strings.STR_SUN_OPTIMIZATION_WIZARD2.value.text
diff --git a/translations/source/ast/sdext/source/pdfimport.po b/translations/source/ast/sdext/source/pdfimport.po
index 346b818f2f7..1ccbf175195 100644
--- a/translations/source/ast/sdext/source/pdfimport.po
+++ b/translations/source/ast/sdext/source/pdfimport.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-20 01:42+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/sdext/source/presenter.po b/translations/source/ast/sdext/source/presenter.po
index 8ee752d9b57..816fa1ed5e0 100644
--- a/translations/source/ast/sdext/source/presenter.po
+++ b/translations/source/ast/sdext/source/presenter.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-12 23:58+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/translations/source/ast/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index a81c479d42c..18c63c894dc 100644
--- a/translations/source/ast/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/translations/source/ast/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.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+sdext%2Fsource%2Fpresenter%2Fhelp%2Fen-US%2Fcom.sun.PresenterScreen.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-10 18:20+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: presenter.xhp#tit.help.text
diff --git a/translations/source/ast/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/translations/source/ast/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index 3ba7881cbf0..bafe7d4d476 100644
--- a/translations/source/ast/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/ast/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-19 02:41+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/setup_native/source/mac.po b/translations/source/ast/setup_native/source/mac.po
index d5fae72d45c..aa5db55eef6 100644
--- a/translations/source/ast/setup_native/source/mac.po
+++ b/translations/source/ast/setup_native/source/mac.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-19 00:59+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/sfx2/source/appl.po b/translations/source/ast/sfx2/source/appl.po
index 88249c18f50..24e137869c2 100644
--- a/translations/source/ast/sfx2/source/appl.po
+++ b/translations/source/ast/sfx2/source/appl.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-10 18:22+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 02:01+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -405,8 +405,8 @@ msgid ""
"portions of the Software are set forth in the THIRDPARTYLICENSEREADME.html\n"
"file; choose Show License to see exact details in English."
msgstr ""
-"Códigu de Terceros: Otros avisos de copyright y términos de llicencia que s'apliquen a\n"
-"partes del Software tán conseñaos nel ficheru THIRDPARTYLICENSEREADME.html;\n"
+"Códigu de Terceros: Otros avisos de copyright y términos de llicencia que\n"
+"s'apliquen a partes del Software tán conseñaos nel ficheru THIRDPARTYLICENSEREADME.html; \n"
"escueyi Ver Llicencia pa ver los detalles exactos n'inglés."
#: app.src#DLG_HELP_LICENSING.STR_LICENSING_INFORMATION_3.string.text
diff --git a/translations/source/ast/sfx2/source/bastyp.po b/translations/source/ast/sfx2/source/bastyp.po
index 38ba9bfb943..27d5d5273cf 100644
--- a/translations/source/ast/sfx2/source/bastyp.po
+++ b/translations/source/ast/sfx2/source/bastyp.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+sfx2%2Fsource%2Fbastyp.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-10 18:23+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/sfx2/source/dialog.po b/translations/source/ast/sfx2/source/dialog.po
index eae116885a0..f4fca08b28d 100644
--- a/translations/source/ast/sfx2/source/dialog.po
+++ b/translations/source/ast/sfx2/source/dialog.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-19 17:46+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 02:04+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -754,8 +754,8 @@ msgid ""
"Name already exists as a default Style.\n"
"Please choose another name."
msgstr ""
-"El nome yá s'usa por un estilu\n"
-"predetermináu. Escueya otru nome."
+"El nome yá esiste como estilu predetermináu.\n"
+"Escueyi otru nome, por favor."
#: dialog.src#STR_DELETE_STYLE.string.text
msgid "Do you really want to delete Style $1?"
diff --git a/translations/source/ast/sfx2/source/doc.po b/translations/source/ast/sfx2/source/doc.po
index f23df7d369c..57013abb447 100644
--- a/translations/source/ast/sfx2/source/doc.po
+++ b/translations/source/ast/sfx2/source/doc.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2012-02-10 17:30+0200\n"
-"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-23 02:05+0200\n"
+"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -335,7 +335,7 @@ msgid ""
"Do you want to save your changes?"
msgstr ""
"Camudóse'l documentu \"$(DOC)\".\n"
-"¿Quies guardar los cambeos?"
+"¿Quies guardar los cambios?"
#: doc.src#STR_STYLES.string.text
msgid "Styles"
@@ -598,7 +598,7 @@ msgstr "Nun se pue acceder al mediu de datos actual."
#: doc.src#STR_PACKNGO_NEWMEDIUM.string.text
msgid "Insert the next data carrier and click OK."
-msgstr "Inxertar el mediu de datos siguiente y calca n'Aceutar."
+msgstr "Inxerta'l mediu de datos siguiente y calca Aceutar."
#: doc.src#STR_OBJECT.string.text
msgid "Object"
diff --git a/translations/source/ast/sfx2/source/menu.po b/translations/source/ast/sfx2/source/menu.po
index 9d3b410103f..f347c18a16c 100644
--- a/translations/source/ast/sfx2/source/menu.po
+++ b/translations/source/ast/sfx2/source/menu.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+sfx2%2Fsource%2Fmenu.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-06 22:40+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/sfx2/source/view.po b/translations/source/ast/sfx2/source/view.po
index dd53242ed4c..b9557605db5 100644
--- a/translations/source/ast/sfx2/source/view.po
+++ b/translations/source/ast/sfx2/source/view.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+sfx2%2Fsource%2Fview.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-10 17:31+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: view.src#STR_NODEFPRINTER.string.text
diff --git a/translations/source/ast/shell/source/win32/shlxthandler/res.po b/translations/source/ast/shell/source/win32/shlxthandler/res.po
index 7d31ce074fc..5117b9684b5 100644
--- a/translations/source/ast/shell/source/win32/shlxthandler/res.po
+++ b/translations/source/ast/shell/source/win32/shlxthandler/res.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-16 03:26+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/starmath/source.po b/translations/source/ast/starmath/source.po
index 5cb3c5168e5..4992b2dcb93 100644
--- a/translations/source/ast/starmath/source.po
+++ b/translations/source/ast/starmath/source.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-02-10 17:33+0200\n"
-"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-23 02:09+0200\n"
+"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -637,7 +637,7 @@ msgstr "Tolos ficheros (*.*)"
#: smres.src#RID_ERR_IDENT.string.text
msgid "ERROR : "
-msgstr "FALLU : "
+msgstr "ERROR : "
#: smres.src#RID_ERR_UNKOWN.string.text
msgid "Unknown error occurred"
@@ -1759,7 +1759,7 @@ msgstr "ipsilon"
#: symbol.src#RID_UI_SYMBOL_NAMES.40.itemlist.text
msgid "UPSILON"
-msgstr "YPSILON"
+msgstr "ÍPSILON"
#: symbol.src#RID_UI_SYMBOL_NAMES.41.itemlist.text
msgid "phi"
diff --git a/translations/source/ast/svl/source/items.po b/translations/source/ast/svl/source/items.po
index 12625710f56..2bfb9a23d1c 100644
--- a/translations/source/ast/svl/source/items.po
+++ b/translations/source/ast/svl/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 17:31+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/svl/source/misc.po b/translations/source/ast/svl/source/misc.po
index a61873105f1..18260617419 100644
--- a/translations/source/ast/svl/source/misc.po
+++ b/translations/source/ast/svl/source/misc.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+svl%2Fsource%2Fmisc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-26 00:24+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: mediatyp.src#STR_SVT_MIMETYPE_APP_OCTSTREAM.string.text
diff --git a/translations/source/ast/svtools/source/contnr.po b/translations/source/ast/svtools/source/contnr.po
index e7a576b2c46..ea3f620203b 100644
--- a/translations/source/ast/svtools/source/contnr.po
+++ b/translations/source/ast/svtools/source/contnr.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+svtools%2Fsource%2Fcontnr.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-08 22:18+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/svtools/source/control.po b/translations/source/ast/svtools/source/control.po
index 51d490b2d40..5edf204d617 100644
--- a/translations/source/ast/svtools/source/control.po
+++ b/translations/source/ast/svtools/source/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-14 15:57+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/svtools/source/dialogs.po b/translations/source/ast/svtools/source/dialogs.po
index e6b3ae39604..64dce724dd0 100644
--- a/translations/source/ast/svtools/source/dialogs.po
+++ b/translations/source/ast/svtools/source/dialogs.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-19 22:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-24 22:12+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -877,7 +877,7 @@ msgstr "¿Quies crear el direutoriu %s?"
#: wizardmachine.src#STR_WIZDLG_FINISH.string.text
msgid "~Finish"
-msgstr "~Acabar"
+msgstr "~Finar"
#: wizardmachine.src#STR_WIZDLG_NEXT.string.text
msgid "~Next >>"
diff --git a/translations/source/ast/svtools/source/filter.po b/translations/source/ast/svtools/source/filter.po
index 8fbcaf2fa27..c174386f24e 100644
--- a/translations/source/ast/svtools/source/filter.po
+++ b/translations/source/ast/svtools/source/filter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-25 23:54+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/svtools/source/java.po b/translations/source/ast/svtools/source/java.po
index 7bf401e30d0..730cd929f53 100644
--- a/translations/source/ast/svtools/source/java.po
+++ b/translations/source/ast/svtools/source/java.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+svtools%2Fsource%2Fjava.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-10 17:34+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: javaerror.src#WARNINGBOX_JAVANOTFOUND.warningbox.text
diff --git a/translations/source/ast/svtools/source/misc.po b/translations/source/ast/svtools/source/misc.po
index 64f6a8fce85..56e397222a7 100644
--- a/translations/source/ast/svtools/source/misc.po
+++ b/translations/source/ast/svtools/source/misc.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+svtools%2Fsource%2Fmisc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-19 01:01+0200\n"
-"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-23 02:14+0200\n"
+"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: langtab.src#STR_ARR_SVT_LANGUAGE_TABLE.LANGUAGE_NONE.pairedlist.text
@@ -133,7 +133,7 @@ msgstr "Árabe (Túnez)"
#: langtab.src#STR_ARR_SVT_LANGUAGE_TABLE.LANGUAGE_ARABIC_UAE.pairedlist.text
msgid "Arabic (UAE)"
-msgstr "Árabe (Emiratos Árabes Xuníos)"
+msgstr "Árabe (EAX)"
#: langtab.src#STR_ARR_SVT_LANGUAGE_TABLE.LANGUAGE_ARABIC_YEMEN.pairedlist.text
msgid "Arabic (Yemen)"
diff --git a/translations/source/ast/svtools/source/plugapp.po b/translations/source/ast/svtools/source/plugapp.po
index da0e05f5d4f..def7bf4cfb7 100644
--- a/translations/source/ast/svtools/source/plugapp.po
+++ b/translations/source/ast/svtools/source/plugapp.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+svtools%2Fsource%2Fplugapp.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-08 21:09+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/svtools/source/toolpanel.po b/translations/source/ast/svtools/source/toolpanel.po
index 1da1b0fca0d..c61fdd841a2 100644
--- a/translations/source/ast/svtools/source/toolpanel.po
+++ b/translations/source/ast/svtools/source/toolpanel.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 17:31+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/svtools/workben/unodialog.po b/translations/source/ast/svtools/workben/unodialog.po
index cbb34e58b55..f8413f115f2 100644
--- a/translations/source/ast/svtools/workben/unodialog.po
+++ b/translations/source/ast/svtools/workben/unodialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 17:31+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/svx/inc.po b/translations/source/ast/svx/inc.po
index 658f9a1591d..a985054f64e 100644
--- a/translations/source/ast/svx/inc.po
+++ b/translations/source/ast/svx/inc.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%2Finc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-17 16:52+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/svx/source/accessibility.po b/translations/source/ast/svx/source/accessibility.po
index 20db237f4f2..21090116acc 100644
--- a/translations/source/ast/svx/source/accessibility.po
+++ b/translations/source/ast/svx/source/accessibility.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%2Faccessibility.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-02-10 16:23+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/svx/source/dialog.po b/translations/source/ast/svx/source/dialog.po
index 47b862478ef..b3a9bf36733 100644
--- a/translations/source/ast/svx/source/dialog.po
+++ b/translations/source/ast/svx/source/dialog.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-19 23:10+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-24 21:54+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -535,7 +535,7 @@ msgstr "Off"
#: fontwork.src#RID_SVXDLG_FONTWORK.TBX_STYLE.TBI_STYLE_ROTATE.toolboxitem.text
msgid "Rotate"
-msgstr "Voltiar"
+msgstr "Rotar"
#: fontwork.src#RID_SVXDLG_FONTWORK.TBX_STYLE.TBI_STYLE_UPRIGHT.toolboxitem.text
msgid "Upright"
@@ -1783,7 +1783,7 @@ msgstr "Cian dilíu"
#: sdstring.src#RID_SVXSTR_LIGHTRED.string.text
msgid "Light red"
-msgstr "Bermeyo dilíu"
+msgstr "Bermeyu dilíu"
#: sdstring.src#RID_SVXSTR_LIGHTMAGENTA.string.text
msgid "Light magenta"
@@ -2768,7 +2768,7 @@ msgstr "Dende abaxo"
#: swframeposstrings.src#RID_SVXSW_FRAMEPOSITIONS.STR_BELOW.string.text
msgid "Below"
-msgstr "Enbaxo"
+msgstr "Embaxo"
#: swframeposstrings.src#RID_SVXSW_FRAMEPOSITIONS.STR_FROMRIGHT.string.text
msgid "From right"
@@ -2913,7 +2913,7 @@ msgstr "Numbéricu, lletres minúscules, viñetes pequeñes sólides circulares"
#: svxbmpnumvalueset.src#RID_SVXSTR_OUTLINENUM_DESCRIPTION_2.string.text
msgid "Numeric, lowercase letters, lowercase Roman, uppercase letters, solid small circular bullet"
-msgstr "Numbéricu, lletres minúscules,lletres llatines minúscules, lletres mayúscules, viñetes pequeñes sólides circulares"
+msgstr "Numbéricu, lletres minúscules, númberos romanos en minúscules, lletres mayúscules, viñeta pequeña sólida circular"
#: svxbmpnumvalueset.src#RID_SVXSTR_OUTLINENUM_DESCRIPTION_3.string.text
msgid "Numeric"
diff --git a/translations/source/ast/svx/source/engine3d.po b/translations/source/ast/svx/source/engine3d.po
index 46c048bd12a..ae96d018720 100644
--- a/translations/source/ast/svx/source/engine3d.po
+++ b/translations/source/ast/svx/source/engine3d.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%2Fengine3d.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-10 18:57+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/svx/source/fmcomp.po b/translations/source/ast/svx/source/fmcomp.po
index a7fa449dc2f..a4cf6a0ca6b 100644
--- a/translations/source/ast/svx/source/fmcomp.po
+++ b/translations/source/ast/svx/source/fmcomp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 17:31+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/svx/source/form.po b/translations/source/ast/svx/source/form.po
index 7fa8559946a..daf7caba7ff 100644
--- a/translations/source/ast/svx/source/form.po
+++ b/translations/source/ast/svx/source/form.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-10 16:24+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 02:20+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -701,7 +701,7 @@ msgstr "Fallu na creación d'un formulariu"
#: fmstring.src#RID_ERR_FIELDREQUIRED.string.text
msgid "Input required in field '#'. Please enter a value."
-msgstr "El campu '#' requier una entrada. Escribi un valor."
+msgstr "Ye obligatoria una entrada nel campu '#'. Escribi un valor."
#: fmstring.src#RID_ERR_DUPLICATE_NAME.string.text
msgid ""
diff --git a/translations/source/ast/svx/source/gallery2.po b/translations/source/ast/svx/source/gallery2.po
index 3576438a4b1..360b092b5dc 100644
--- a/translations/source/ast/svx/source/gallery2.po
+++ b/translations/source/ast/svx/source/gallery2.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%2Fgallery2.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-08 22:24+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/svx/source/items.po b/translations/source/ast/svx/source/items.po
index e01a0df5850..1eeb20abf26 100644
--- a/translations/source/ast/svx/source/items.po
+++ b/translations/source/ast/svx/source/items.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-02-10 18:24+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-24 21:54+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -87,7 +87,7 @@ msgstr "Nun se determinó la llingua pal términu seleicionáu."
#: svxerr.src#RID_SVXERRCODE._ERRCODE_SVX_FORMS_NOIOSERVICES___ERRCODE_CLASS_READ____ERRCODE_RES_MASK.string.text
msgid "The form layer wasn't loaded as the required IO-services (stardiv.uno.io.*) could not be instantiated."
-msgstr "Nun se cargó la capa del formulariu darréu de que nun pudo crease un casu de los servicios de ES (stardiv.uno.io.*)."
+msgstr "Nun se cargó la capa del formulariu porque nun pudo crease un casu de los servicios (stardiv.uno.io.*) d'Entrada-Salida."
#: svxerr.src#RID_SVXERRCODE._ERRCODE_SVX_FORMS_NOIOSERVICES___ERRCODE_CLASS_WRITE____ERRCODE_RES_MASK.string.text
msgid "The form layer wasn't written as the required IO services (stardiv.uno.io.*) could not be instantiated."
@@ -264,12 +264,12 @@ msgstr "Espaciáu"
#: svxitems.src#RID_ATTR_NAMES.32.itemlist.text
msgctxt "svxitems.src#RID_ATTR_NAMES.32.itemlist.text"
msgid "Indent"
-msgstr "Indentar"
+msgstr "Sangría"
#: svxitems.src#RID_ATTR_NAMES.33.itemlist.text
msgctxt "svxitems.src#RID_ATTR_NAMES.33.itemlist.text"
msgid "Indent"
-msgstr "Indentar"
+msgstr "Sangría"
#: svxitems.src#RID_ATTR_NAMES.34.itemlist.text
msgctxt "svxitems.src#RID_ATTR_NAMES.34.itemlist.text"
@@ -365,7 +365,7 @@ msgstr "Caráuteres non permitíos"
#: svxitems.src#RID_ATTR_NAMES.56.itemlist.text
msgid "Rotation"
-msgstr "Voltiar"
+msgstr "Rotar"
#: svxitems.src#RID_ATTR_NAMES.57.itemlist.text
msgctxt "svxitems.src#RID_ATTR_NAMES.57.itemlist.text"
diff --git a/translations/source/ast/svx/source/src.po b/translations/source/ast/svx/source/src.po
index ae817711379..9cc9c1db7e9 100644
--- a/translations/source/ast/svx/source/src.po
+++ b/translations/source/ast/svx/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+svx%2Fsource%2Fsrc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-02-10 16:26+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/svx/source/stbctrls.po b/translations/source/ast/svx/source/stbctrls.po
index 588835d4a26..d865ddf4349 100644
--- a/translations/source/ast/svx/source/stbctrls.po
+++ b/translations/source/ast/svx/source/stbctrls.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%2Fstbctrls.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-22 22:28+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/svx/source/svdraw.po b/translations/source/ast/svx/source/svdraw.po
index 6820fe92f96..0e8156abe58 100644
--- a/translations/source/ast/svx/source/svdraw.po
+++ b/translations/source/ast/svx/source/svdraw.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%2Fsvdraw.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-10 18:57+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: svdstr.src#STR_ObjNameSingulNONE.string.text
diff --git a/translations/source/ast/svx/source/table.po b/translations/source/ast/svx/source/table.po
index e31209372e5..70fc987d852 100644
--- a/translations/source/ast/svx/source/table.po
+++ b/translations/source/ast/svx/source/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 17:32+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/svx/source/tbxctrls.po b/translations/source/ast/svx/source/tbxctrls.po
index fffe4dc5267..b5d8ce667f5 100644
--- a/translations/source/ast/svx/source/tbxctrls.po
+++ b/translations/source/ast/svx/source/tbxctrls.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-19 01:16+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/svx/source/toolbars.po b/translations/source/ast/svx/source/toolbars.po
index 9cd3a1de911..215c4bd27cb 100644
--- a/translations/source/ast/svx/source/toolbars.po
+++ b/translations/source/ast/svx/source/toolbars.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-13 12:36+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/svx/source/unodialogs/textconversiondlgs.po b/translations/source/ast/svx/source/unodialogs/textconversiondlgs.po
index b3a3281b0b9..2cc908d01e3 100644
--- a/translations/source/ast/svx/source/unodialogs/textconversiondlgs.po
+++ b/translations/source/ast/svx/source/unodialogs/textconversiondlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-13 12:37+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/sw/source/core/layout.po b/translations/source/ast/sw/source/core/layout.po
index cb1c54a797e..a9f36495479 100644
--- a/translations/source/ast/sw/source/core/layout.po
+++ b/translations/source/ast/sw/source/core/layout.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-14 16:11+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: none\n"
-"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/sw/source/core/undo.po b/translations/source/ast/sw/source/core/undo.po
index 0866c98cd1c..a1d04505675 100644
--- a/translations/source/ast/sw/source/core/undo.po
+++ b/translations/source/ast/sw/source/core/undo.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%2Fcore%2Fundo.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-02-10 18:58+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ast/sw/source/core/unocore.po b/translations/source/ast/sw/source/core/unocore.po
index 3540d8d407e..6768bf083cf 100644
--- a/translations/source/ast/sw/source/core/unocore.po
+++ b/translations/source/ast/sw/source/core/unocore.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 17:32+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/sw/source/ui/app.po b/translations/source/ast/sw/source/ui/app.po
index ad9d1c70874..5a9fcda3389 100644
--- a/translations/source/ast/sw/source/ui/app.po
+++ b/translations/source/ast/sw/source/ui/app.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%2Fapp.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-17 23:47+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: mn.src#MN_TXT.FN_FORMAT_PAGE_DLG.menuitem.text
diff --git a/translations/source/ast/sw/source/ui/chrdlg.po b/translations/source/ast/sw/source/ui/chrdlg.po
index cad116a01a8..5b53309c744 100644
--- a/translations/source/ast/sw/source/ui/chrdlg.po
+++ b/translations/source/ast/sw/source/ui/chrdlg.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-19 23:14+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 20:31+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -428,7 +428,7 @@ msgstr "Conteníos"
#: paradlg.src#DLG_PARA.1.TP_PARA_STD.pageitem.text
msgctxt "paradlg.src#DLG_PARA.1.TP_PARA_STD.pageitem.text"
msgid "Indents & Spacing"
-msgstr "Indentaciones y Espaciáu"
+msgstr "Sangríes y Espaciáu"
#: paradlg.src#DLG_PARA.1.TP_PARA_ALIGN.pageitem.text
msgctxt "paradlg.src#DLG_PARA.1.TP_PARA_ALIGN.pageitem.text"
@@ -475,7 +475,7 @@ msgstr "Párrafu"
#: paradlg.src#DLG_DRAWPARA.1.TP_PARA_STD.pageitem.text
msgctxt "paradlg.src#DLG_DRAWPARA.1.TP_PARA_STD.pageitem.text"
msgid "Indents & Spacing"
-msgstr "Indentaciones y Espaciáu"
+msgstr "Sangríes y Espaciáu"
#: paradlg.src#DLG_DRAWPARA.1.TP_PARA_ALIGN.pageitem.text
msgctxt "paradlg.src#DLG_DRAWPARA.1.TP_PARA_ALIGN.pageitem.text"
diff --git a/translations/source/ast/sw/source/ui/config.po b/translations/source/ast/sw/source/ui/config.po
index f51a5f03a54..833002a5b2b 100644
--- a/translations/source/ast/sw/source/ui/config.po
+++ b/translations/source/ast/sw/source/ui/config.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-11 01:12+0200\n"
-"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-20 15:19+0200\n"
+"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
@@ -334,6 +334,58 @@ msgctxt "optdlg.src#TP_OPTPRINT_PAGE.ST_NONE.string.text"
msgid "<None>"
msgstr "<Nengún>"
+#: optdlg.src#TP_STD_FONT.FL_STDCHR.fixedline.text
+msgid "Basic fonts (%1)"
+msgstr "Fontes básiques (%1)"
+
+#: optdlg.src#TP_STD_FONT.FT_TYPE.fixedtext.text
+msgid "Font"
+msgstr "Fonte"
+
+#: optdlg.src#TP_STD_FONT.FT_SIZE.fixedtext.text
+msgid "Size"
+msgstr "Tamañu"
+
+#: optdlg.src#TP_STD_FONT.FT_STANDARD.fixedtext.text
+msgid "De~fault"
+msgstr "De~feutu"
+
+#: optdlg.src#TP_STD_FONT.FT_TITLE.fixedtext.text
+msgid "Headin~g"
+msgstr "Ca~becera"
+
+#: optdlg.src#TP_STD_FONT.FT_LIST.fixedtext.text
+msgid "~List"
+msgstr "~Llista"
+
+#: optdlg.src#TP_STD_FONT.FT_LABEL.fixedtext.text
+msgid "C~aption"
+msgstr "~Anotación"
+
+#: optdlg.src#TP_STD_FONT.FT_IDX.fixedtext.text
+msgid "~Index"
+msgstr "~Indiz"
+
+#: optdlg.src#TP_STD_FONT.CB_DOCONLY.checkbox.text
+msgid "C~urrent document only"
+msgstr "Sólo document~u actual"
+
+#: optdlg.src#TP_STD_FONT.PB_STANDARD.pushbutton.text
+msgid "~Default"
+msgstr "~Defeutu"
+
+#: optdlg.src#TP_STD_FONT.ST_SCRIPT_ASIAN.string.text
+msgid "Asian"
+msgstr "Asia"
+
+#: 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 "Oeste"
+
#: optdlg.src#TP_OPTTABLE_PAGE.FL_TABLE.fixedline.text
msgid "Default"
msgstr "Predeterminao"
@@ -683,7 +735,7 @@ msgstr "Amestar espaciu ente parágrafos y tables (nel documentu actual)"
#: optcomp.src#TP_OPTCOMPATIBILITY_PAGE.STR_MERGE_PARA_DIST_PAGESTART.string.text
msgid "Add paragraph and table spacing at tops of pages (in current document)"
-msgstr "Amestar parágrafu y espaciáu de tabla no cimero de les páxines (nel documentu actual)"
+msgstr "Amestar párrafu y espaciáu de tabla no cimero de les páxines (nel documentu actual)"
#: optcomp.src#TP_OPTCOMPATIBILITY_PAGE.STR_TAB_ALIGNMENT.string.text
msgid "Use %WRITERCOMPATIBILITYVERSIONOOO11 tabstop formatting"
@@ -699,7 +751,7 @@ msgstr "Usar espaciáu de llinia de %WRITERCOMPATIBILITYVERSIONOOO11"
#: optcomp.src#TP_OPTCOMPATIBILITY_PAGE.STR_ADD_TABLESPACING.string.text
msgid "Add paragraph and table spacing at bottom of table cells"
-msgstr "Amestar espaciáu de parágrafu y tabla baxo les caxelles de la tabla"
+msgstr "Amestar espaciáu de párrafu y tabla baxo les caxelles de la tabla"
#: optcomp.src#TP_OPTCOMPATIBILITY_PAGE.STR_USE_OBJPOSITIONING.string.text
msgid "Use %WRITERCOMPATIBILITYVERSIONOOO11 object positioning"
diff --git a/translations/source/ast/sw/source/ui/dbui.po b/translations/source/ast/sw/source/ui/dbui.po
index 59c750f44ac..c484f493901 100644
--- a/translations/source/ast/sw/source/ui/dbui.po
+++ b/translations/source/ast/sw/source/ui/dbui.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-02-10 18:58+0200\n"
-"Last-Translator: astur <ivarela@softastur.org>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-23 23:04+0200\n"
+"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -927,7 +927,7 @@ msgstr "Personalizar los documentos de combinación de correspondencia"
#: mmmergepage.src#DLG_MM_MERGE_PAGE.FI_EDIT.fixedtext.text
msgid "You can personalize particular documents. Clicking '%1' will temporarily reduce the wizard to a small window so you can edit your document. After editing the document, return to the wizard by clicking 'Return to Mail Merge Wizard' in the small window."
-msgstr "Pues personalizar documentos concretos. Al calcar en '%1' l'asistente convertiráse temporalmente nún ventanucu pa poder editar el documentu. Cuando tea editáu, torna al asistente calcando en 'Tornar al Asistente pa combinar correspondencia' de la ventana pequeña."
+msgstr "Pues personalizar documentos concretos. Al calcar en '%1' l'asistente convertiráse temporalmente nun ventanucu pa poder editar el documentu. Cuando tea editáu, torna al asistente calcando en 'Tornar al Asistente pa combinar correspondencia' del ventanucu."
#: mmmergepage.src#DLG_MM_MERGE_PAGE.PB_EDIT.pushbutton.text
msgid "~Edit individual document..."
diff --git a/translations/source/ast/sw/source/ui/dialog.po b/translations/source/ast/sw/source/ui/dialog.po
index 774e8659272..3906d5ad6f1 100644
--- a/translations/source/ast/sw/source/ui/dialog.po
+++ b/translations/source/ast/sw/source/ui/dialog.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-10 18:25+0200\n"
-"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-23 20:33+0200\n"
+"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -256,7 +256,7 @@ msgstr "Columnes"
#: regionsw.src#DLG_SECTION_PROPERTIES.1.TP_SECTION_INDENTS.pageitem.text
msgctxt "regionsw.src#DLG_SECTION_PROPERTIES.1.TP_SECTION_INDENTS.pageitem.text"
msgid "Indents"
-msgstr "Indentaciones"
+msgstr "Sangríes"
#: regionsw.src#DLG_SECTION_PROPERTIES.1.TP_BACKGROUND.pageitem.text
msgctxt "regionsw.src#DLG_SECTION_PROPERTIES.1.TP_BACKGROUND.pageitem.text"
@@ -339,7 +339,7 @@ msgstr "D~epués"
#: regionsw.src#TP_SECTION_INDENTS.FL_INDENT.fixedline.text
msgid "Indent"
-msgstr "Indentar"
+msgstr "Sangría"
#: regionsw.src#TP_SECTION_INDENTS.FT_BEFORE.fixedtext.text
msgid "~Before section"
diff --git a/translations/source/ast/sw/source/ui/dochdl.po b/translations/source/ast/sw/source/ui/dochdl.po
index 5782af8684b..c8ed580dce0 100644
--- a/translations/source/ast/sw/source/ui/dochdl.po
+++ b/translations/source/ast/sw/source/ui/dochdl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 17:32+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/sw/source/ui/docvw.po b/translations/source/ast/sw/source/ui/docvw.po
index a5a5c616a99..ec21b04fb23 100644
--- a/translations/source/ast/sw/source/ui/docvw.po
+++ b/translations/source/ast/sw/source/ui/docvw.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%2Fdocvw.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-05 20:43+0200\n"
-"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-24 18:20+0200\n"
+"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: docvw.src#MN_READONLY_POPUP.MN_READONLY_OPENURL.menuitem.text
@@ -125,7 +125,7 @@ msgstr "Calca col botón esquierdu del mur pa enllaciar los marcos."
#: docvw.src#STR_CHAIN_NOT_EMPTY.string.text
msgid "Target frame not empty."
-msgstr "Marcu de destín non vaciu."
+msgstr "Marcu de destín nun ta vacíu."
#: docvw.src#STR_CHAIN_IS_IN_CHAIN.string.text
msgid "Target frame is already linked."
diff --git a/translations/source/ast/sw/source/ui/envelp.po b/translations/source/ast/sw/source/ui/envelp.po
index 74afd5e4067..7840bbb38d3 100644
--- a/translations/source/ast/sw/source/ui/envelp.po
+++ b/translations/source/ast/sw/source/ui/envelp.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2012-01-25 16:29+0200\n"
-"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-23 19:51+0200\n"
+"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -499,7 +499,7 @@ msgstr "~Caráuter..."
#: envfmt.src#MNU_EDIT.MID_PARA.menuitem.text
msgid "P~aragraph..."
-msgstr "P~arágrafu..."
+msgstr "Pá~rrafu..."
#: envelp.src#STR_DATABASE_NOT_OPENED.string.text
msgid "Database could not be opened."
diff --git a/translations/source/ast/sw/source/ui/fldui.po b/translations/source/ast/sw/source/ui/fldui.po
index 3b5aae201be..c81f258ae5e 100644
--- a/translations/source/ast/sw/source/ui/fldui.po
+++ b/translations/source/ast/sw/source/ui/fldui.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-19 23:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 20:06+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -357,11 +357,11 @@ msgstr "Númberu capítulu y nome"
#: fldui.src#FMT_NUM_ROMAN.string.text
msgid "Roman (I II III)"
-msgstr "Románu (I II III)"
+msgstr "Romanu (I II III)"
#: fldui.src#FMT_NUM_SROMAN.string.text
msgid "Roman (i ii iii)"
-msgstr "Románu (i ii iii)"
+msgstr "Romanu (i ii iii)"
#: fldui.src#FMT_NUM_ARABIC.string.text
msgid "Arabic (1 2 3)"
@@ -457,7 +457,7 @@ msgstr "Capítulu"
#: fldui.src#FMT_REF_UPDOWN.string.text
msgid "Above/Below"
-msgstr "Enrriba/Enbaxo"
+msgstr "Enriba/Embaxo"
#: fldui.src#FMT_REF_PAGE_PGDSC.string.text
msgctxt "fldui.src#FMT_REF_PAGE_PGDSC.string.text"
diff --git a/translations/source/ast/sw/source/ui/fmtui.po b/translations/source/ast/sw/source/ui/fmtui.po
index 3cae11782cb..5070495b6c1 100644
--- a/translations/source/ast/sw/source/ui/fmtui.po
+++ b/translations/source/ast/sw/source/ui/fmtui.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%2Ffmtui.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2011-10-13 12:38+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-23 20:30+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: tmpdlg.src#DLG_TEMPLATE_1.1.TP_CHAR_STD.pageitem.text
@@ -46,7 +46,7 @@ msgstr "Estilu de caráuter"
#: tmpdlg.src#DLG_TEMPLATE_2.1.TP_PARA_STD.pageitem.text
msgid "Indents & Spacing"
-msgstr "Indentaciones y Espaciáu"
+msgstr "Sangríes y Espaciáu"
#: tmpdlg.src#DLG_TEMPLATE_2.1.TP_PARA_ALIGN.pageitem.text
msgid "Alignment"
diff --git a/translations/source/ast/sw/source/ui/frmdlg.po b/translations/source/ast/sw/source/ui/frmdlg.po
index 3ffd83bc18a..f95112c8b25 100644
--- a/translations/source/ast/sw/source/ui/frmdlg.po
+++ b/translations/source/ast/sw/source/ui/frmdlg.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-19 23:18+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-24 21:50+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -98,7 +98,7 @@ msgstr "Fondu"
#: frmui.src#STR_FRMUI_WRAP.string.text
msgctxt "frmui.src#STR_FRMUI_WRAP.string.text"
msgid "Wrap"
-msgstr "Endolcar"
+msgstr "Axuste"
#: frmui.src#MSG_COLUMN_ERR_BOUNDWIDTH.infobox.text
msgid "Column spacing exceeds the column width."
@@ -379,7 +379,7 @@ msgstr "Opciones"
#: frmpage.src#DLG_FRM_STD.1.TP_FRM_WRAP.pageitem.text
msgctxt "frmpage.src#DLG_FRM_STD.1.TP_FRM_WRAP.pageitem.text"
msgid "Wrap"
-msgstr "Endolcar"
+msgstr "Axuste"
#: frmpage.src#DLG_FRM_STD.1.TP_FRM_URL.pageitem.text
msgctxt "frmpage.src#DLG_FRM_STD.1.TP_FRM_URL.pageitem.text"
@@ -424,7 +424,7 @@ msgstr "Opciones"
#: frmpage.src#DLG_FRM_GRF.1.TP_FRM_WRAP.pageitem.text
msgctxt "frmpage.src#DLG_FRM_GRF.1.TP_FRM_WRAP.pageitem.text"
msgid "Wrap"
-msgstr "Endolcar"
+msgstr "Axuste"
#: frmpage.src#DLG_FRM_GRF.1.TP_FRM_URL.pageitem.text
msgctxt "frmpage.src#DLG_FRM_GRF.1.TP_FRM_URL.pageitem.text"
@@ -473,7 +473,7 @@ msgstr "Opciones"
#: frmpage.src#DLG_FRM_OLE.1.TP_FRM_WRAP.pageitem.text
msgctxt "frmpage.src#DLG_FRM_OLE.1.TP_FRM_WRAP.pageitem.text"
msgid "Wrap"
-msgstr "Endolcar"
+msgstr "Axuste"
#: frmpage.src#DLG_FRM_OLE.1.TP_FRM_URL.pageitem.text
msgctxt "frmpage.src#DLG_FRM_OLE.1.TP_FRM_URL.pageitem.text"
@@ -551,11 +551,11 @@ msgstr "A ~páxina"
#: frmpage.src#TP_FRM_STD.RB_ANCHOR_PARA.radiobutton.text
msgid "To paragrap~h"
-msgstr "A pá~grafu"
+msgstr "A pá~rrafu"
#: frmpage.src#TP_FRM_STD.RB_ANCHOR_AT_CHAR.radiobutton.text
msgid "To cha~racter"
-msgstr "A ca~rauter"
+msgstr "A ca~ráuter"
#: frmpage.src#TP_FRM_STD.RB_ANCHOR_AS_CHAR.radiobutton.text
msgid "~As character"
@@ -637,15 +637,15 @@ msgstr "En toles páxines"
#: frmpage.src#TP_GRF_EXT.RB_MIRROR_LEFT_PAGES.radiobutton.text
msgid "On left pages"
-msgstr "Nes páxines manzorga"
+msgstr "Nes páxines a manzorga"
#: frmpage.src#TP_GRF_EXT.RB_MIRROR_RIGHT_PAGES.radiobutton.text
msgid "On right pages"
-msgstr "Nes páxines drecha"
+msgstr "Nes páxines a mandrecha"
#: frmpage.src#TP_GRF_EXT.FL_MIRROR.fixedline.text
msgid "Flip"
-msgstr "Voltiar"
+msgstr "Reflexar"
#: frmpage.src#STR_EDIT_GRF.string.text
msgctxt "frmpage.src#STR_EDIT_GRF.string.text"
@@ -676,11 +676,11 @@ msgstr "Enllaz a"
#: frmpage.src#TP_FRM_URL.CB_SERVER.checkbox.text
msgid "~Server-side image map"
-msgstr "Mapa imaxe del lláu del ~sirvidor"
+msgstr "Mapa imaxe del llau del ~sirvidor"
#: frmpage.src#TP_FRM_URL.CB_CLIENT.checkbox.text
msgid "~Client-side image map"
-msgstr "Mapa imaxe del lláu del ~veceru"
+msgstr "Mapa imaxe del llau del ~veceru"
#: frmpage.src#TP_FRM_URL.FL_IMAGE.fixedline.text
msgid "Image map"
@@ -794,7 +794,7 @@ msgstr "Al tra~viés"
#: wrap.src#TP_FRM_WRAP.RB_WRAP_IDEAL.imageradiobutton.text
msgid "~Optimal"
-msgstr "~Optimu"
+msgstr "~Óptimu"
#: wrap.src#TP_FRM_WRAP.CB_ANCHOR_ONLY.checkbox.text
msgid "~First paragraph"
diff --git a/translations/source/ast/sw/source/ui/globdoc.po b/translations/source/ast/sw/source/ui/globdoc.po
index 0c3c3d9b898..febdd463a7e 100644
--- a/translations/source/ast/sw/source/ui/globdoc.po
+++ b/translations/source/ast/sw/source/ui/globdoc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-13 13:26+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/sw/source/ui/index.po b/translations/source/ast/sw/source/ui/index.po
index b609eb7b388..1fb6d82f9c6 100644
--- a/translations/source/ast/sw/source/ui/index.po
+++ b/translations/source/ast/sw/source/ui/index.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-02-10 17:36+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/sw/source/ui/lingu.po b/translations/source/ast/sw/source/ui/lingu.po
index 2a6f2947d67..d5d4c5e55db 100644
--- a/translations/source/ast/sw/source/ui/lingu.po
+++ b/translations/source/ast/sw/source/ui/lingu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-19 17:51+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/sw/source/ui/misc.po b/translations/source/ast/sw/source/ui/misc.po
index b1cdfa95698..f1eb2fcc68b 100644
--- a/translations/source/ast/sw/source/ui/misc.po
+++ b/translations/source/ast/sw/source/ui/misc.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-19 23:20+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-24 17:11+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -544,7 +544,7 @@ msgstr "Área de te~stu"
#: docfnote.src#TP_FOOTNOTEOPTION.FT_TEXT_CHARFMT.fixedtext.text
msgid "~Footnote area"
-msgstr "Area ~nota al pie"
+msgstr "Área ~nota al pie"
#: docfnote.src#TP_FOOTNOTEOPTION.FL_CONT.fixedline.text
msgctxt "docfnote.src#TP_FOOTNOTEOPTION.FL_CONT.fixedline.text"
@@ -618,7 +618,7 @@ msgstr "Área de te~stu"
#: docfnote.src#FT_TEXT_CHARFMT.fixedtext.text
msgid "~Endnote area"
-msgstr "Area de nota ~final"
+msgstr "Área de nota ~final"
#: docfnote.src#FL_CONT.fixedline.text
msgctxt "docfnote.src#FL_CONT.fixedline.text"
@@ -973,7 +973,7 @@ msgstr "Posición y espaciáu"
#: num.src#TP_NUM_POSITION.FT_BORDERDIST.fixedtext.text
msgid "Indent"
-msgstr "Indentar"
+msgstr "Sangría"
#: num.src#TP_NUM_POSITION.CB_RELATIVE.checkbox.text
msgid "Relati~ve"
@@ -1086,7 +1086,7 @@ msgstr "Espaciu al testu"
#: pgfnote.src#TP_FOOTNOTE_PAGE.FL_FOOTNOTE_SIZE.fixedline.text
msgid "Footnote area"
-msgstr "Area nota al pie"
+msgstr "Área nota al pie"
#: pgfnote.src#TP_FOOTNOTE_PAGE.FT_LINEPOS.fixedtext.text
msgid "~Position"
diff --git a/translations/source/ast/sw/source/ui/ribbar.po b/translations/source/ast/sw/source/ui/ribbar.po
index e4208d3ae57..7f0eda8aad3 100644
--- a/translations/source/ast/sw/source/ui/ribbar.po
+++ b/translations/source/ast/sw/source/ui/ribbar.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-10 16:37+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/sw/source/ui/shells.po b/translations/source/ast/sw/source/ui/shells.po
index e229b0f83e6..dccf6a1989c 100644
--- a/translations/source/ast/sw/source/ui/shells.po
+++ b/translations/source/ast/sw/source/ui/shells.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-02-08 23:24+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/sw/source/ui/smartmenu.po b/translations/source/ast/sw/source/ui/smartmenu.po
index ec082230f90..c869f01f78d 100644
--- a/translations/source/ast/sw/source/ui/smartmenu.po
+++ b/translations/source/ast/sw/source/ui/smartmenu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 17:32+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/sw/source/ui/table.po b/translations/source/ast/sw/source/ui/table.po
index 9ab42df620e..e342f983e8b 100644
--- a/translations/source/ast/sw/source/ui/table.po
+++ b/translations/source/ast/sw/source/ui/table.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-19 23:19+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-23 20:10+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -66,7 +66,7 @@ msgstr "Les primeres fileres de %POSITION_OF_CONTROL"
#: instable.src#DLG_INSERT_TABLE.CB_DONT_SPLIT.checkbox.text
msgctxt "instable.src#DLG_INSERT_TABLE.CB_DONT_SPLIT.checkbox.text"
msgid "Don't split table"
-msgstr "Non dixebrar tabla"
+msgstr "Nun dixebrar tabla"
#: instable.src#DLG_INSERT_TABLE.CB_BORDER.checkbox.text
msgctxt "instable.src#DLG_INSERT_TABLE.CB_BORDER.checkbox.text"
@@ -188,7 +188,7 @@ msgstr "~Patrón"
#: tautofmt.src#DLG_AUTOFMT_TABLE.BTN_ALIGNMENT.checkbox.text
msgid "Alignmen~t"
-msgstr "Alineamien~tu"
+msgstr "Alliniamien~tu"
#: tautofmt.src#DLG_AUTOFMT_TABLE.FL_FORMATS.fixedline.text
msgid "Formatting"
@@ -361,11 +361,11 @@ msgstr "Drec~ha"
#: tabledlg.src#TP_FORMAT_TABLE.FT_TOP_DIST.fixedtext.text
msgid "~Above"
-msgstr "~Enrriba"
+msgstr "~Enriba"
#: tabledlg.src#TP_FORMAT_TABLE.FT_BOTTOM_DIST.fixedtext.text
msgid "~Below"
-msgstr "~Enbaxo"
+msgstr "~Embaxo"
#: tabledlg.src#TP_FORMAT_TABLE.FL_PROPERTIES.fixedline.text
msgctxt "tabledlg.src#TP_FORMAT_TABLE.FL_PROPERTIES.fixedline.text"
@@ -555,7 +555,7 @@ msgstr "Les primeres fileres de %POSITION_OF_CONTROL"
#: convert.src#DLG_CONV_TEXT_TABLE.CB_DONT_SPLIT.checkbox.text
msgctxt "convert.src#DLG_CONV_TEXT_TABLE.CB_DONT_SPLIT.checkbox.text"
msgid "Don't split table"
-msgstr "Non dixebrar tabla"
+msgstr "Nun dixebrar tabla"
#: convert.src#DLG_CONV_TEXT_TABLE.CB_BORDER.checkbox.text
msgctxt "convert.src#DLG_CONV_TEXT_TABLE.CB_BORDER.checkbox.text"
diff --git a/translations/source/ast/sw/source/ui/uiview.po b/translations/source/ast/sw/source/ui/uiview.po
index 06234f9c50f..92feba8756a 100644
--- a/translations/source/ast/sw/source/ui/uiview.po
+++ b/translations/source/ast/sw/source/ui/uiview.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-08 22:31+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/sw/source/ui/utlui.po b/translations/source/ast/sw/source/ui/utlui.po
index 8c17f6107f9..366e36b3483 100644
--- a/translations/source/ast/sw/source/ui/utlui.po
+++ b/translations/source/ast/sw/source/ui/utlui.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2012-02-19 23:21+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-24 21:51+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -318,7 +318,7 @@ msgstr "** Fallu **"
#: initui.src#RID_SW_SHELLRES.STR_CALC_ERROR.string.text
msgid "** Expression is faulty **"
-msgstr "** Expresión errónea **"
+msgstr "** Espresión non válida **"
#: initui.src#RID_SW_SHELLRES.STR_GETREFFLD_UP.string.text
msgid "above"
@@ -677,19 +677,19 @@ msgstr "Ensin saltu de páxina"
#: attrdesc.src#STR_NO_MIRROR.string.text
msgid "Don't mirror"
-msgstr "Ensin espeyu"
+msgstr "Nun reflexar"
#: attrdesc.src#STR_VERT_MIRROR.string.text
msgid "Flip vertically"
-msgstr "Voltiar verticalmente"
+msgstr "Reflexar verticalmente"
#: attrdesc.src#STR_HORI_MIRROR.string.text
msgid "Flip horizontal"
-msgstr "Voltiar horizontalmente"
+msgstr "Reflexar horizontalmente"
#: attrdesc.src#STR_BOTH_MIRROR.string.text
msgid "Horizontal and Vertical Flip"
-msgstr "Voltiar horizontal y verticalmente"
+msgstr "Reflexar horizontal y verticalmente"
#: attrdesc.src#STR_MIRROR_TOGGLE.string.text
msgid "+ mirror horizontal on even pages"
@@ -1049,7 +1049,7 @@ msgstr "Afitar Estilu \"Cuerpu testu\""
#: utlui.src#RID_SHELLRES_AUTOFMTSTRS.STR_AUTOFMTREDL_SET_TMPL_INDENT___1.string.text
msgctxt "utlui.src#RID_SHELLRES_AUTOFMTSTRS.STR_AUTOFMTREDL_SET_TMPL_INDENT___1.string.text"
msgid "Set \"Text body indent\" Style"
-msgstr "Afitar Estilu \"Indentación cuerpu testu\""
+msgstr "Afitar Estilu \"Sangría cuerpu testu\""
#: utlui.src#RID_SHELLRES_AUTOFMTSTRS.STR_AUTOFMTREDL_SET_TMPL_NEG_INDENT___1.string.text
msgid "Set \"Hanging indent\" Style"
@@ -1058,7 +1058,7 @@ msgstr "Aplicar estilu \"Sangría negativa de primera llinia\""
#: utlui.src#RID_SHELLRES_AUTOFMTSTRS.STR_AUTOFMTREDL_SET_TMPL_TEXT_INDENT__1.string.text
msgctxt "utlui.src#RID_SHELLRES_AUTOFMTSTRS.STR_AUTOFMTREDL_SET_TMPL_TEXT_INDENT__1.string.text"
msgid "Set \"Text body indent\" Style"
-msgstr "Afitar Estilu \"Indentación cuerpu testu\""
+msgstr "Afitar Estilu \"Sangría cuerpu testu\""
#: utlui.src#RID_SHELLRES_AUTOFMTSTRS.STR_AUTOFMTREDL_SET_TMPL_HEADLINE__1.string.text
msgid "Set \"Heading $(ARG1)\" Style"
@@ -1341,7 +1341,7 @@ msgstr "Anchor de nota al pie"
#: poolfmt.src#STR_POOLCHR_ENDNOTE_ANCHOR.string.text
msgid "Endnote anchor"
-msgstr "Ancla de nota a lo cabero"
+msgstr "Ancla de nota final"
#: poolfmt.src#STR_POOLCHR_HTML_EMPHASIS.string.text
msgid "Emphasis"
@@ -1421,7 +1421,7 @@ msgstr "Cuerpu testu"
#: poolfmt.src#STR_POOLCOLL_TEXT_IDENT.string.text
msgid "First line indent"
-msgstr "Indentáu primer llinia"
+msgstr "Sangría de primer llinia"
#: poolfmt.src#STR_POOLCOLL_TEXT_NEGIDENT.string.text
msgid "Hanging indent"
@@ -1429,7 +1429,7 @@ msgstr "Sangría negativa de la primera llinia"
#: poolfmt.src#STR_POOLCOLL_TEXT_MOVE.string.text
msgid "Text body indent"
-msgstr "Indentáu testu cuerpu"
+msgstr "Sangría de testu cuerpu"
#: poolfmt.src#STR_POOLCOLL_GREETING.string.text
msgid "Complimentary close"
@@ -1455,7 +1455,7 @@ msgstr "Índiz"
#: poolfmt.src#STR_POOLCOLL_CONFRONTATION.string.text
msgid "List Indent"
-msgstr "Indentación Llista"
+msgstr "Sangría de Llista"
#: poolfmt.src#STR_POOLCOLL_MARGINAL.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_MARGINAL.string.text"
@@ -1502,6 +1502,176 @@ msgstr "Encabezamientu 9"
msgid "Heading 10"
msgstr "Encabezamientu 10"
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1S.string.text
+msgid "Numbering 1 Start"
+msgstr "Entamu Numberación 1"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text"
+msgid "Numbering 1"
+msgstr "Numberación 1"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1E.string.text
+msgid "Numbering 1 End"
+msgstr "Final Numberación 1"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM1.string.text
+msgid "Numbering 1 Cont."
+msgstr "Cont. Numberación 1"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2S.string.text
+msgid "Numbering 2 Start"
+msgstr "Entamu Numberación 2"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text"
+msgid "Numbering 2"
+msgstr "Numberación 2"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2E.string.text
+msgid "Numbering 2 End"
+msgstr "Final Numberación 2"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM2.string.text
+msgid "Numbering 2 Cont."
+msgstr "Cont. Numberación 2"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3S.string.text
+msgid "Numbering 3 Start"
+msgstr "Entamu Numberación 3"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text"
+msgid "Numbering 3"
+msgstr "Numberación 3"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3E.string.text
+msgid "Numbering 3 End"
+msgstr "Final Numberación 3"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM3.string.text
+msgid "Numbering 3 Cont."
+msgstr "Cont. Numberación 3"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4S.string.text
+msgid "Numbering 4 Start"
+msgstr "Entamu Numberación 4"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text"
+msgid "Numbering 4"
+msgstr "Numberación 4"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4E.string.text
+msgid "Numbering 4 End"
+msgstr "Final Numberación 4"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM4.string.text
+msgid "Numbering 4 Cont."
+msgstr "Cont. Numberación 4"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5S.string.text
+msgid "Numbering 5 Start"
+msgstr "Entamu Numberación 5"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text"
+msgid "Numbering 5"
+msgstr "Numberación 5"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5E.string.text
+msgid "Numbering 5 End"
+msgstr "Final Numberación 5"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM5.string.text
+msgid "Numbering 5 Cont."
+msgstr "Cont. Numberación 5"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1S.string.text
+msgid "List 1 Start"
+msgstr "Entamu Llista 1"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text"
+msgid "List 1"
+msgstr "Llista 1"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1E.string.text
+msgid "List 1 End"
+msgstr "Final Llista 1"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM1.string.text
+msgid "List 1 Cont."
+msgstr "Cont. Llista 1"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2S.string.text
+msgid "List 2 Start"
+msgstr "Entamu Llista 2"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text"
+msgid "List 2"
+msgstr "Llista 2"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2E.string.text
+msgid "List 2 End"
+msgstr "Final Llista 2"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM2.string.text
+msgid "List 2 Cont."
+msgstr "Cont. Llista 2"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3S.string.text
+msgid "List 3 Start"
+msgstr "Entamu Llista 3"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text"
+msgid "List 3"
+msgstr "Llista 3"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3E.string.text
+msgid "List 3 End"
+msgstr "Final Llista 3"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM3.string.text
+msgid "List 3 Cont."
+msgstr "Cont. Llista 3"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4S.string.text
+msgid "List 4 Start"
+msgstr "Entamu Llista 4"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text"
+msgid "List 4"
+msgstr "Llista 4"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4E.string.text
+msgid "List 4 End"
+msgstr "Final Llista 4"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM4.string.text
+msgid "List 4 Cont."
+msgstr "Cont. Llista 4"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5S.string.text
+msgid "List 5 Start"
+msgstr "Entamu Llista 5"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text"
+msgid "List 5"
+msgstr "Llista 5"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5E.string.text
+msgid "List 5 End"
+msgstr "Final Llista 5"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM5.string.text
+msgid "List 5 Cont."
+msgstr "Cont. Llista 5"
+
#: poolfmt.src#STR_POOLCOLL_HEADER.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_HEADER.string.text"
msgid "Header"
@@ -1790,42 +1960,52 @@ msgid "Endnote"
msgstr "Nota final"
#: poolfmt.src#STR_POOLNUMRULE_NUM1.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM1.string.text"
msgid "Numbering 1"
msgstr "Numberación 1"
#: poolfmt.src#STR_POOLNUMRULE_NUM2.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM2.string.text"
msgid "Numbering 2"
msgstr "Numberación 2"
#: poolfmt.src#STR_POOLNUMRULE_NUM3.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM3.string.text"
msgid "Numbering 3"
msgstr "Numberación 3"
#: poolfmt.src#STR_POOLNUMRULE_NUM4.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM4.string.text"
msgid "Numbering 4"
msgstr "Numberación 4"
#: poolfmt.src#STR_POOLNUMRULE_NUM5.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM5.string.text"
msgid "Numbering 5"
msgstr "Numberación 5"
#: poolfmt.src#STR_POOLNUMRULE_BUL1.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL1.string.text"
msgid "List 1"
msgstr "Llista 1"
#: poolfmt.src#STR_POOLNUMRULE_BUL2.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL2.string.text"
msgid "List 2"
msgstr "Llista 2"
#: poolfmt.src#STR_POOLNUMRULE_BUL3.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL3.string.text"
msgid "List 3"
msgstr "Llista 3"
#: poolfmt.src#STR_POOLNUMRULE_BUL4.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL4.string.text"
msgid "List 4"
msgstr "Llista 4"
#: poolfmt.src#STR_POOLNUMRULE_BUL5.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL5.string.text"
msgid "List 5"
msgstr "Llista 5"
diff --git a/translations/source/ast/sw/source/ui/web.po b/translations/source/ast/sw/source/ui/web.po
index 6fe882ec3de..23d6b75f1e6 100644
--- a/translations/source/ast/sw/source/ui/web.po
+++ b/translations/source/ast/sw/source/ui/web.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 17:32+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/sw/source/ui/wrtsh.po b/translations/source/ast/sw/source/ui/wrtsh.po
index a84094505ed..8fada249bb4 100644
--- a/translations/source/ast/sw/source/ui/wrtsh.po
+++ b/translations/source/ast/sw/source/ui/wrtsh.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-19 01:18+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/swext/mediawiki/help.po b/translations/source/ast/swext/mediawiki/help.po
index 271a42cac7d..7d9d37ef5de 100644
--- a/translations/source/ast/swext/mediawiki/help.po
+++ b/translations/source/ast/swext/mediawiki/help.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2012-02-10 18:32+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-23 22:57+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -123,7 +123,7 @@ msgstr "Escueyi <item type=\"menuitem\">Documentu - Unviar - a MediaWiki</item>.
#: wiki.xhp#par_id228278.help.text
msgid "In the <link href=\"com.sun.wiki-publisher/wikisend.xhp\">Send to MediaWiki</link> dialog, specify the settings for your entry."
-msgstr "Na caxa de diálogu <link href=\"com.sun.wiki-publisher/wikisend.xhp\">Unviar pa MediaWiki</link>, especifica los axustes d'entrada."
+msgstr "Na caxa de diálogu <link href=\"com.sun.wiki-publisher/wikisend.xhp\">Unviar a MediaWiki</link>, especifica los axustes d'entrada."
#: wiki.xhp#par_id2564165.help.text
msgid "<emph>MediaWiki server</emph>: Select the Wiki."
@@ -181,7 +181,7 @@ msgstr "<ahelp hid=\".\" visibility=\"hidden\">Activar pa guardar la conseña en
#: wikiaccount.xhp#par_id3112582.help.text
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 "Escribi la direición del sirvidor Wiki nún formatu como http://wiki.documentfoundation.org o copia la URL del navegador web."
+msgstr "Escribi la direición del sirvidor Wiki nun formatu como http://wiki.documentfoundation.org o copia la URL del navegador web."
#: 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."
diff --git a/translations/source/ast/swext/mediawiki/src.po b/translations/source/ast/swext/mediawiki/src.po
index 3ab6dd376aa..7cd136f7e02 100644
--- a/translations/source/ast/swext/mediawiki/src.po
+++ b/translations/source/ast/swext/mediawiki/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-16 00:47+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/translations/source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index d8642ed89bb..28ba2b72b56 100644
--- a/translations/source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/translations/source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 17:32+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/translations/source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index 402582e8f8b..7efbec64d3e 100644
--- a/translations/source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/translations/source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-10 16:40+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/sysui/desktop/share.po b/translations/source/ast/sysui/desktop/share.po
index c34c0bee1aa..e755aa603df 100644
--- a/translations/source/ast/sysui/desktop/share.po
+++ b/translations/source/ast/sysui/desktop/share.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-19 02:17+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/uui/source.po b/translations/source/ast/uui/source.po
index 07fb67e890b..811e309302a 100644
--- a/translations/source/ast/uui/source.po
+++ b/translations/source/ast/uui/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-10 18:59+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/vcl/source/src.po b/translations/source/ast/vcl/source/src.po
index aa720539495..306b3345be1 100644
--- a/translations/source/ast/vcl/source/src.po
+++ b/translations/source/ast/vcl/source/src.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-10 18:33+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-24 18:28+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -551,7 +551,7 @@ msgstr "Escoyer ~too"
#: menu.src#SV_RESID_MENU_EDIT.SV_MENU_EDIT_INSERTSYMBOL.menuitem.text
msgid "~Special Character..."
-msgstr "~Carauteres Especiales..."
+msgstr "~Caráuteres especiales..."
#: menu.src#SV_MENU_MAC_SERVICES.string.text
msgid "Services"
@@ -679,7 +679,7 @@ msgstr "Agrandar"
#: helptext.src#SV_HELPTEXT_ROLLUP.string.text
msgid "Roll up"
-msgstr "Endolcar"
+msgstr "Replegar"
#: helptext.src#SV_HELPTEXT_HELP.string.text
msgctxt "helptext.src#SV_HELPTEXT_HELP.string.text"
@@ -789,7 +789,7 @@ msgstr "~Seleición"
#: fpicker.src#STR_FPICKER_FOLDER_DEFAULT_TITLE.string.text
msgid "Select Path"
-msgstr "Seleicina un camín"
+msgstr "Seleiciona un camín"
#: fpicker.src#STR_FPICKER_FOLDER_DEFAULT_DESCRIPTION.string.text
msgid "Please select a folder."
@@ -803,7 +803,7 @@ msgid ""
msgstr ""
"Yá esiste un ficheru denomáu \"$filename$\".\n"
"\n"
-"Quies trocalu?"
+"¿Quies trocalu?"
#: fpicker.src#STR_FPICKER_ALLFORMATS.string.text
msgid "All Formats"
diff --git a/translations/source/ast/wizards/source/euro.po b/translations/source/ast/wizards/source/euro.po
index ce32781d942..3698a0e83a3 100644
--- a/translations/source/ast/wizards/source/euro.po
+++ b/translations/source/ast/wizards/source/euro.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-10 18:35+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/wizards/source/formwizard.po b/translations/source/ast/wizards/source/formwizard.po
index 7f0dc2a8595..bffc5290d7d 100644
--- a/translations/source/ast/wizards/source/formwizard.po
+++ b/translations/source/ast/wizards/source/formwizard.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-19 23:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-24 22:18+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\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: Pootle 2.1.6\n"
@@ -333,7 +333,7 @@ msgstr "Alliñar a la drecha"
#: dbwizres.src#RID_DB_FORM_WIZARD_START___35.string.text
msgid "Arrangement of DB fields"
-msgstr "Axuste de los campos de la base datos"
+msgstr "Disposición de campos de la base de datos"
#: dbwizres.src#RID_DB_FORM_WIZARD_START___36.string.text
msgid "Columnar - Labels Left"
@@ -898,7 +898,7 @@ msgstr "Apaisáu"
#: dbwizres.src#RID_DB_REPORT_WIZARD_START___28.string.text
msgid "Which fields do you want to have in your report?"
-msgstr "¿Qué campos quies incluir nel informe?"
+msgstr "¿Qué campos quies incluyir nel informe?"
#: dbwizres.src#RID_DB_REPORT_WIZARD_START___29.string.text
msgid "Do you want to add grouping levels?"
@@ -1529,7 +1529,7 @@ msgstr "Cai:"
#: dbwizres.src#RID_LETTERWIZARDDIALOG_START___45.string.text
msgctxt "dbwizres.src#RID_LETTERWIZARDDIALOG_START___45.string.text"
msgid "ZIP code/State/City:"
-msgstr "Códigu postal/Estáu/Ciudá:"
+msgstr "C.P./Estáu/Ciudá:"
#: dbwizres.src#RID_LETTERWIZARDDIALOG_START___46.string.text
msgid "Recipient's address"
@@ -1733,7 +1733,7 @@ msgstr "Cai:"
#: dbwizres.src#RID_FAXWIZARDDIALOG_START___21.string.text
msgctxt "dbwizres.src#RID_FAXWIZARDDIALOG_START___21.string.text"
msgid "ZIP code/State/City:"
-msgstr "Códigu postal/Estáu/Ciudá:"
+msgstr "C.P./Estáu/Ciudá:"
#: dbwizres.src#RID_FAXWIZARDDIALOG_START___22.string.text
msgctxt "dbwizres.src#RID_FAXWIZARDDIALOG_START___22.string.text"
diff --git a/translations/source/ast/wizards/source/importwizard.po b/translations/source/ast/wizards/source/importwizard.po
index f32f22f2120..9c7a8a1ffd3 100644
--- a/translations/source/ast/wizards/source/importwizard.po
+++ b/translations/source/ast/wizards/source/importwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-02-10 18:44+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/wizards/source/schedule.po b/translations/source/ast/wizards/source/schedule.po
index 200f8c95c3d..9a26fd9f40f 100644
--- a/translations/source/ast/wizards/source/schedule.po
+++ b/translations/source/ast/wizards/source/schedule.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-02-08 22:46+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/wizards/source/template.po b/translations/source/ast/wizards/source/template.po
index 628500c9bad..23633fb3f28 100644
--- a/translations/source/ast/wizards/source/template.po
+++ b/translations/source/ast/wizards/source/template.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-10 18:39+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/xmlsecurity/source/component.po b/translations/source/ast/xmlsecurity/source/component.po
index d91e32d03e2..fa1f7e9fff2 100644
--- a/translations/source/ast/xmlsecurity/source/component.po
+++ b/translations/source/ast/xmlsecurity/source/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 17:32+0200\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ast/xmlsecurity/source/dialogs.po b/translations/source/ast/xmlsecurity/source/dialogs.po
index e5cddda0b95..e3984426ceb 100644
--- a/translations/source/ast/xmlsecurity/source/dialogs.po
+++ b/translations/source/ast/xmlsecurity/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-02-19 22:57+0200\n"
"Last-Translator: astur <ivarela@softastur.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ast\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"
+"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/accessibility/source/helper.po b/translations/source/be/accessibility/source/helper.po
index 3a65d9def00..e6eb252ec74 100644
--- a/translations/source/be/accessibility/source/helper.po
+++ b/translations/source/be/accessibility/source/helper.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: helper\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-28 20:30+0300\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/avmedia/source/framework.po b/translations/source/be/avmedia/source/framework.po
index c1af0957e60..8f4ef08d2b7 100644
--- a/translations/source/be/avmedia/source/framework.po
+++ b/translations/source/be/avmedia/source/framework.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: framework\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/avmedia/source/viewer.po b/translations/source/be/avmedia/source/viewer.po
index 944e7a9bd33..17a1fedd6d6 100644
--- a/translations/source/be/avmedia/source/viewer.po
+++ b/translations/source/be/avmedia/source/viewer.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: viewer\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/basctl/source/basicide.po b/translations/source/be/basctl/source/basicide.po
index 60cb15971bf..de3b712b55f 100644
--- a/translations/source/be/basctl/source/basicide.po
+++ b/translations/source/be/basctl/source/basicide.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: basicide\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 11:56+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/basctl/source/dlged.po b/translations/source/be/basctl/source/dlged.po
index 48879536cbd..9bc1440f8f4 100644
--- a/translations/source/be/basctl/source/dlged.po
+++ b/translations/source/be/basctl/source/dlged.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: dlged\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-06 22:00+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/basic/source/classes.po b/translations/source/be/basic/source/classes.po
index 1198348cfef..43d162f80b9 100644
--- a/translations/source/be/basic/source/classes.po
+++ b/translations/source/be/basic/source/classes.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: classes\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/basic/source/sbx.po b/translations/source/be/basic/source/sbx.po
index 9ad81dd63d6..f69ee5e53f9 100644
--- a/translations/source/be/basic/source/sbx.po
+++ b/translations/source/be/basic/source/sbx.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: sbx\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/chart2/source/controller/dialogs.po b/translations/source/be/chart2/source/controller/dialogs.po
index 7979e23b650..20e6c827c4a 100644
--- a/translations/source/be/chart2/source/controller/dialogs.po
+++ b/translations/source/be/chart2/source/controller/dialogs.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: dialogs\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 12:56+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/connectivity/source/drivers/ado.po b/translations/source/be/connectivity/source/drivers/ado.po
index 2be9cf4f0da..70b009e754a 100644
--- a/translations/source/be/connectivity/source/drivers/ado.po
+++ b/translations/source/be/connectivity/source/drivers/ado.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: ado\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/connectivity/source/drivers/calc.po b/translations/source/be/connectivity/source/drivers/calc.po
index 7666aba6a1e..a17fc552848 100644
--- a/translations/source/be/connectivity/source/drivers/calc.po
+++ b/translations/source/be/connectivity/source/drivers/calc.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: calc\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/connectivity/source/drivers/dbase.po b/translations/source/be/connectivity/source/drivers/dbase.po
index cb79769873e..9c1e0b76fdc 100644
--- a/translations/source/be/connectivity/source/drivers/dbase.po
+++ b/translations/source/be/connectivity/source/drivers/dbase.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: dbase\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/connectivity/source/drivers/evoab2.po b/translations/source/be/connectivity/source/drivers/evoab2.po
index e0e8c0a3e38..3ce310b88e0 100644
--- a/translations/source/be/connectivity/source/drivers/evoab2.po
+++ b/translations/source/be/connectivity/source/drivers/evoab2.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: evoab2\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/connectivity/source/drivers/flat.po b/translations/source/be/connectivity/source/drivers/flat.po
index e6045da9339..9b286aaf2be 100644
--- a/translations/source/be/connectivity/source/drivers/flat.po
+++ b/translations/source/be/connectivity/source/drivers/flat.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: flat\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/connectivity/source/drivers/hsqldb.po b/translations/source/be/connectivity/source/drivers/hsqldb.po
index 541575f68c1..ddcdd0f5dbe 100644
--- a/translations/source/be/connectivity/source/drivers/hsqldb.po
+++ b/translations/source/be/connectivity/source/drivers/hsqldb.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: hsqldb\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/connectivity/source/drivers/jdbc.po b/translations/source/be/connectivity/source/drivers/jdbc.po
index bad6330875c..354e1430429 100644
--- a/translations/source/be/connectivity/source/drivers/jdbc.po
+++ b/translations/source/be/connectivity/source/drivers/jdbc.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: jdbc\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/connectivity/source/drivers/kab.po b/translations/source/be/connectivity/source/drivers/kab.po
index c74de67ecfa..3a66bc2e52c 100644
--- a/translations/source/be/connectivity/source/drivers/kab.po
+++ b/translations/source/be/connectivity/source/drivers/kab.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: kab\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/connectivity/source/drivers/macab.po b/translations/source/be/connectivity/source/drivers/macab.po
index d1c42d55e0d..04c5068207a 100644
--- a/translations/source/be/connectivity/source/drivers/macab.po
+++ b/translations/source/be/connectivity/source/drivers/macab.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: macab\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/connectivity/source/drivers/mozab.po b/translations/source/be/connectivity/source/drivers/mozab.po
index db720fa00f5..53b73a1da1e 100644
--- a/translations/source/be/connectivity/source/drivers/mozab.po
+++ b/translations/source/be/connectivity/source/drivers/mozab.po
@@ -3,14 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: mozab\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 13:35+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
+"Language: be\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/be/connectivity/source/drivers/mysql.po b/translations/source/be/connectivity/source/drivers/mysql.po
index 2b86a19899b..864e30f4ddb 100644
--- a/translations/source/be/connectivity/source/drivers/mysql.po
+++ b/translations/source/be/connectivity/source/drivers/mysql.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: mysql\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/connectivity/source/drivers/odbc.po b/translations/source/be/connectivity/source/drivers/odbc.po
index 6f9161ee96a..6689091a7a5 100644
--- a/translations/source/be/connectivity/source/drivers/odbc.po
+++ b/translations/source/be/connectivity/source/drivers/odbc.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: odbc\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/connectivity/source/drivers/postgresql.po b/translations/source/be/connectivity/source/drivers/postgresql.po
index 47480caaeec..36a19eec151 100644
--- a/translations/source/be/connectivity/source/drivers/postgresql.po
+++ b/translations/source/be/connectivity/source/drivers/postgresql.po
@@ -3,24 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: postgresql\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-26 11:55+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\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 "PostgreSQL"
-
-#: description.xml#dispname.dispname.description.text
-msgid "PostgreSQL-SDBC Driver"
-msgstr "Драйвер PostgreSQL-SDBC"
-
-#: 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 "Платформенны драйвер БД PostgreSQL для LibreOffice. Гэты драйвер больш хуткі, лепш інтэграваны і не патрабуе дадатковай устаноўкі драйвера JDBC ці ODBC. Сумяшчальны з PostgreSQL версій 8.4 і навейшых.\n"
diff --git a/translations/source/be/connectivity/source/resource.po b/translations/source/be/connectivity/source/resource.po
index 04b4f01820d..353c85be70b 100644
--- a/translations/source/be/connectivity/source/resource.po
+++ b/translations/source/be/connectivity/source/resource.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: resource\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-06 21:50+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/cui/source/customize.po b/translations/source/be/cui/source/customize.po
index b0cc05af047..02ff312f673 100644
--- a/translations/source/be/cui/source/customize.po
+++ b/translations/source/be/cui/source/customize.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: customize\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 13:32+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/cui/source/dialogs.po b/translations/source/be/cui/source/dialogs.po
index b6eaf1aa256..b749b225f85 100644
--- a/translations/source/be/cui/source/dialogs.po
+++ b/translations/source/be/cui/source/dialogs.po
@@ -3,15 +3,16 @@ msgid ""
msgstr ""
"Project-Id-Version: dialogs\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 13:35+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: KBabel 1.11.4\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: thesdlg.src#RID_SVXDLG_THESAURUS.FT_WORD.fixedtext.text
diff --git a/translations/source/be/cui/source/options.po b/translations/source/be/cui/source/options.po
index 7bc01816715..491da0c446b 100644
--- a/translations/source/be/cui/source/options.po
+++ b/translations/source/be/cui/source/options.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: options\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-22 22:33+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -1275,30 +1276,42 @@ msgid "Grid"
msgstr "Рашотка"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.6.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.6.itemlist.text"
-msgid "Print"
-msgstr "Друкаваць"
+msgid "Basic Fonts (Western)"
+msgstr ""
#: 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 "Табліца"
+msgid "Basic Fonts (Asian)"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text"
-msgid "Changes"
-msgstr "Змяненні"
+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"
-msgid "Compatibility"
-msgstr "Сумяшчальнасць"
+msgid "Print"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.10.itemlist.text
-msgid "AutoCaption"
-msgstr "AutoCaption"
+msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.10.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"
+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"
+msgid "Compatibility"
+msgstr ""
+
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.13.itemlist.text
+msgid "AutoCaption"
+msgstr ""
+
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.14.itemlist.text
msgid "Mail Merge E-mail"
msgstr "Адрас эл.пошты для памножанай пошты"
diff --git a/translations/source/be/cui/source/tabpages.po b/translations/source/be/cui/source/tabpages.po
index 8909d2c31fd..c0e1ccc3e4b 100644
--- a/translations/source/be/cui/source/tabpages.po
+++ b/translations/source/be/cui/source/tabpages.po
@@ -3,15 +3,16 @@ msgid ""
msgstr ""
"Project-Id-Version: tabpages\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-25 13:34+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: KBabel 1.11.4\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: macroass.src#RID_SVXPAGE_EVENTASSIGN.STR_EVENT.string.text
diff --git a/translations/source/be/dbaccess/source/core/resource.po b/translations/source/be/dbaccess/source/core/resource.po
index f8de52ba643..440129423b9 100644
--- a/translations/source/be/dbaccess/source/core/resource.po
+++ b/translations/source/be/dbaccess/source/core/resource.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: resource\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-06 22:01+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dbaccess/source/ext/adabas.po b/translations/source/be/dbaccess/source/ext/adabas.po
index b28ff1e380f..3fd48eb633a 100644
--- a/translations/source/be/dbaccess/source/ext/adabas.po
+++ b/translations/source/be/dbaccess/source/ext/adabas.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: adabas\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-06 22:09+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dbaccess/source/ext/macromigration.po b/translations/source/be/dbaccess/source/ext/macromigration.po
index c4a5907e402..1e4d04d5e14 100644
--- a/translations/source/be/dbaccess/source/ext/macromigration.po
+++ b/translations/source/be/dbaccess/source/ext/macromigration.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: macromigration\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-22 22:31+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dbaccess/source/sdbtools/resource.po b/translations/source/be/dbaccess/source/sdbtools/resource.po
index a2017f0f985..d3a54407170 100644
--- a/translations/source/be/dbaccess/source/sdbtools/resource.po
+++ b/translations/source/be/dbaccess/source/sdbtools/resource.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: resource\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dbaccess/source/ui/app.po b/translations/source/be/dbaccess/source/ui/app.po
index 61c772b8d5f..9a75b789f9d 100644
--- a/translations/source/be/dbaccess/source/ui/app.po
+++ b/translations/source/be/dbaccess/source/ui/app.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: app\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-06 22:12+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dbaccess/source/ui/browser.po b/translations/source/be/dbaccess/source/ui/browser.po
index af3e5c17c1e..ef3210c0542 100644
--- a/translations/source/be/dbaccess/source/ui/browser.po
+++ b/translations/source/be/dbaccess/source/ui/browser.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: browser\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dbaccess/source/ui/control.po b/translations/source/be/dbaccess/source/ui/control.po
index 7cafa4176f0..35456fe6b47 100644
--- a/translations/source/be/dbaccess/source/ui/control.po
+++ b/translations/source/be/dbaccess/source/ui/control.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: control\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-06 22:01+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dbaccess/source/ui/dlg.po b/translations/source/be/dbaccess/source/ui/dlg.po
index 8097991f40d..27ec24ef56f 100644
--- a/translations/source/be/dbaccess/source/ui/dlg.po
+++ b/translations/source/be/dbaccess/source/ui/dlg.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: dlg\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-22 22:31+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dbaccess/source/ui/inc.po b/translations/source/be/dbaccess/source/ui/inc.po
index 902b03a4e50..8068c3851e7 100644
--- a/translations/source/be/dbaccess/source/ui/inc.po
+++ b/translations/source/be/dbaccess/source/ui/inc.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: inc\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dbaccess/source/ui/misc.po b/translations/source/be/dbaccess/source/ui/misc.po
index cbc5db8876e..50c4a479921 100644
--- a/translations/source/be/dbaccess/source/ui/misc.po
+++ b/translations/source/be/dbaccess/source/ui/misc.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: misc\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dbaccess/source/ui/querydesign.po b/translations/source/be/dbaccess/source/ui/querydesign.po
index cf4b87db78a..3280d0efb92 100644
--- a/translations/source/be/dbaccess/source/ui/querydesign.po
+++ b/translations/source/be/dbaccess/source/ui/querydesign.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: querydesign\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dbaccess/source/ui/relationdesign.po b/translations/source/be/dbaccess/source/ui/relationdesign.po
index 88d78f9a26b..6b090f803b8 100644
--- a/translations/source/be/dbaccess/source/ui/relationdesign.po
+++ b/translations/source/be/dbaccess/source/ui/relationdesign.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: relationdesign\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-22 22:32+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dbaccess/source/ui/tabledesign.po b/translations/source/be/dbaccess/source/ui/tabledesign.po
index 6f1f84aa603..fc45cb3af2d 100644
--- a/translations/source/be/dbaccess/source/ui/tabledesign.po
+++ b/translations/source/be/dbaccess/source/ui/tabledesign.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: tabledesign\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dbaccess/source/ui/uno.po b/translations/source/be/dbaccess/source/ui/uno.po
index 0ca31ac0e6a..13ce94ff510 100644
--- a/translations/source/be/dbaccess/source/ui/uno.po
+++ b/translations/source/be/dbaccess/source/ui/uno.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: uno\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/desktop/source/app.po b/translations/source/be/desktop/source/app.po
index 73e746fedc2..41014a63a66 100644
--- a/translations/source/be/desktop/source/app.po
+++ b/translations/source/be/desktop/source/app.po
@@ -3,14 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: app\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 13:32+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
+"Language: be\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/be/desktop/source/deployment/gui.po b/translations/source/be/desktop/source/deployment/gui.po
index 4e2e0810750..fc9d697d3d6 100644
--- a/translations/source/be/desktop/source/deployment/gui.po
+++ b/translations/source/be/desktop/source/deployment/gui.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: gui\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-22 22:31+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/desktop/source/deployment/manager.po b/translations/source/be/desktop/source/deployment/manager.po
index b5f31e6ea56..927d38bbcb5 100644
--- a/translations/source/be/desktop/source/deployment/manager.po
+++ b/translations/source/be/desktop/source/deployment/manager.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: manager\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/desktop/source/deployment/misc.po b/translations/source/be/desktop/source/deployment/misc.po
index 772e57402ee..fa2078c2f83 100644
--- a/translations/source/be/desktop/source/deployment/misc.po
+++ b/translations/source/be/desktop/source/deployment/misc.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: misc\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 11:53+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/desktop/source/deployment/registry.po b/translations/source/be/desktop/source/deployment/registry.po
index 6be96e36d9c..493a5d54db8 100644
--- a/translations/source/be/desktop/source/deployment/registry.po
+++ b/translations/source/be/desktop/source/deployment/registry.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: registry\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/desktop/source/deployment/registry/component.po b/translations/source/be/desktop/source/deployment/registry/component.po
index a736e772dfa..22c01521b2f 100644
--- a/translations/source/be/desktop/source/deployment/registry/component.po
+++ b/translations/source/be/desktop/source/deployment/registry/component.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: component\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/desktop/source/deployment/registry/configuration.po b/translations/source/be/desktop/source/deployment/registry/configuration.po
index 04603c96d67..4f8ae3d0187 100644
--- a/translations/source/be/desktop/source/deployment/registry/configuration.po
+++ b/translations/source/be/desktop/source/deployment/registry/configuration.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: configuration\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/desktop/source/deployment/registry/help.po b/translations/source/be/desktop/source/deployment/registry/help.po
index b30ed3b9053..9f2b1f6177f 100644
--- a/translations/source/be/desktop/source/deployment/registry/help.po
+++ b/translations/source/be/desktop/source/deployment/registry/help.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: help\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/desktop/source/deployment/registry/package.po b/translations/source/be/desktop/source/deployment/registry/package.po
index cf515ffc35d..0fcb249e786 100644
--- a/translations/source/be/desktop/source/deployment/registry/package.po
+++ b/translations/source/be/desktop/source/deployment/registry/package.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: package\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/desktop/source/deployment/registry/script.po b/translations/source/be/desktop/source/deployment/registry/script.po
index 44efc19798b..466b49307c9 100644
--- a/translations/source/be/desktop/source/deployment/registry/script.po
+++ b/translations/source/be/desktop/source/deployment/registry/script.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: script\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/desktop/source/deployment/registry/sfwk.po b/translations/source/be/desktop/source/deployment/registry/sfwk.po
index b57e42d99ee..71186670b22 100644
--- a/translations/source/be/desktop/source/deployment/registry/sfwk.po
+++ b/translations/source/be/desktop/source/deployment/registry/sfwk.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: sfwk\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/desktop/source/deployment/unopkg.po b/translations/source/be/desktop/source/deployment/unopkg.po
index 39ea90b3b1d..7d1fb39d9f0 100644
--- a/translations/source/be/desktop/source/deployment/unopkg.po
+++ b/translations/source/be/desktop/source/deployment/unopkg.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: unopkg\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/af_ZA.po b/translations/source/be/dictionaries/af_ZA.po
index 5e0aabd79e3..63653b141f7 100644
--- a/translations/source/be/dictionaries/af_ZA.po
+++ b/translations/source/be/dictionaries/af_ZA.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: af_ZA\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-08 12:57+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/an_ES.po b/translations/source/be/dictionaries/an_ES.po
index 14ee34eb954..eb098a77185 100644
--- a/translations/source/be/dictionaries/an_ES.po
+++ b/translations/source/be/dictionaries/an_ES.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: an_ES\n"
"Report-Msgid-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%2Fan_ES.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-22 22:23+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/ar.po b/translations/source/be/dictionaries/ar.po
index 6ccf3cd5874..9b9ffa387f3 100644
--- a/translations/source/be/dictionaries/ar.po
+++ b/translations/source/be/dictionaries/ar.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: ar\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-04 20:27+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/be_BY.po b/translations/source/be/dictionaries/be_BY.po
index 75f75fd0e51..90935088284 100644
--- a/translations/source/be/dictionaries/be_BY.po
+++ b/translations/source/be/dictionaries/be_BY.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: be_BY\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 11:51+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/bg_BG.po b/translations/source/be/dictionaries/bg_BG.po
index a6de9ac07d1..a9eea3b5711 100644
--- a/translations/source/be/dictionaries/bg_BG.po
+++ b/translations/source/be/dictionaries/bg_BG.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: bg_BG\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-08 12:58+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/bn_BD.po b/translations/source/be/dictionaries/bn_BD.po
index 2b20e9daa58..3652257d9d3 100644
--- a/translations/source/be/dictionaries/bn_BD.po
+++ b/translations/source/be/dictionaries/bn_BD.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: bn_BD\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 12:58+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/br_FR.po b/translations/source/be/dictionaries/br_FR.po
index 3ad0d9d08b0..05e010f5eb9 100644
--- a/translations/source/be/dictionaries/br_FR.po
+++ b/translations/source/be/dictionaries/br_FR.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: br_FR\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 12:58+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/ca.po b/translations/source/be/dictionaries/ca.po
index 99f8cb3d7b7..03eb41ad5f7 100644
--- a/translations/source/be/dictionaries/ca.po
+++ b/translations/source/be/dictionaries/ca.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: ca\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-08 12:58+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/cs_CZ.po b/translations/source/be/dictionaries/cs_CZ.po
index b9180cbd1dc..e4db0a87d8d 100644
--- a/translations/source/be/dictionaries/cs_CZ.po
+++ b/translations/source/be/dictionaries/cs_CZ.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: cs_CZ\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 12:59+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/da_DK.po b/translations/source/be/dictionaries/da_DK.po
index bc7eb2dafab..a186c9ad12c 100644
--- a/translations/source/be/dictionaries/da_DK.po
+++ b/translations/source/be/dictionaries/da_DK.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: da_DK\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 12:59+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/de.po b/translations/source/be/dictionaries/de.po
index e3b650b31bf..62aaadb5137 100644
--- a/translations/source/be/dictionaries/de.po
+++ b/translations/source/be/dictionaries/de.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: de\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 12:59+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/el_GR.po b/translations/source/be/dictionaries/el_GR.po
index f8c5db313c7..e82b773c5aa 100644
--- a/translations/source/be/dictionaries/el_GR.po
+++ b/translations/source/be/dictionaries/el_GR.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: el_GR\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 11:51+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/en.po b/translations/source/be/dictionaries/en.po
index fb7ccd9eca7..e38d52c2803 100644
--- a/translations/source/be/dictionaries/en.po
+++ b/translations/source/be/dictionaries/en.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: en\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-22 22:24+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/en/dialog.po b/translations/source/be/dictionaries/en/dialog.po
index cf8b1181735..c5cafc9b704 100644
--- a/translations/source/be/dictionaries/en/dialog.po
+++ b/translations/source/be/dictionaries/en/dialog.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: dialog\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-22 22:30+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -143,7 +144,7 @@ msgstr ""
#: en_en_US.properties#others.property.text
msgid "Others"
-msgstr ""
+msgstr "Іншыя"
#: en_en_US.properties#hlp_metric.property.text
msgid "Measurement conversion from °F, mph, ft, in, lb, gal and miles."
diff --git a/translations/source/be/dictionaries/es_ES.po b/translations/source/be/dictionaries/es_ES.po
index 26eaf43c2aa..6126b805500 100644
--- a/translations/source/be/dictionaries/es_ES.po
+++ b/translations/source/be/dictionaries/es_ES.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: es_ES\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 12:59+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/et_EE.po b/translations/source/be/dictionaries/et_EE.po
index b5ffd9d1107..b73fbd18863 100644
--- a/translations/source/be/dictionaries/et_EE.po
+++ b/translations/source/be/dictionaries/et_EE.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: et_EE\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 13:00+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/fr_FR.po b/translations/source/be/dictionaries/fr_FR.po
index 10ad086545c..2cfd5c6e3df 100644
--- a/translations/source/be/dictionaries/fr_FR.po
+++ b/translations/source/be/dictionaries/fr_FR.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: fr_FR\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 13:00+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/gd_GB.po b/translations/source/be/dictionaries/gd_GB.po
index d8397e2436d..5514cc4cda7 100644
--- a/translations/source/be/dictionaries/gd_GB.po
+++ b/translations/source/be/dictionaries/gd_GB.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: gd_GB\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 11:51+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/gl.po b/translations/source/be/dictionaries/gl.po
index e9b6b027c5e..28c3e1fdd5b 100644
--- a/translations/source/be/dictionaries/gl.po
+++ b/translations/source/be/dictionaries/gl.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: gl\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-08 13:00+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/gu_IN.po b/translations/source/be/dictionaries/gu_IN.po
index c6c13340a5d..5085ca59739 100644
--- a/translations/source/be/dictionaries/gu_IN.po
+++ b/translations/source/be/dictionaries/gu_IN.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: gu_IN\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 13:00+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/he_IL.po b/translations/source/be/dictionaries/he_IL.po
index bbfe9e5a6f6..e0258b2dbd0 100644
--- a/translations/source/be/dictionaries/he_IL.po
+++ b/translations/source/be/dictionaries/he_IL.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: he_IL\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 13:00+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/hi_IN.po b/translations/source/be/dictionaries/hi_IN.po
index f3d39d5f3e0..0261a7f9c08 100644
--- a/translations/source/be/dictionaries/hi_IN.po
+++ b/translations/source/be/dictionaries/hi_IN.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: hi_IN\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 13:00+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/hr_HR.po b/translations/source/be/dictionaries/hr_HR.po
index d9b44c60a5c..96283ccc958 100644
--- a/translations/source/be/dictionaries/hr_HR.po
+++ b/translations/source/be/dictionaries/hr_HR.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: hr_HR\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 13:00+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/hu_HU.po b/translations/source/be/dictionaries/hu_HU.po
index b119484fa62..596979451c0 100644
--- a/translations/source/be/dictionaries/hu_HU.po
+++ b/translations/source/be/dictionaries/hu_HU.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: hu_HU\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-22 22:24+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/hu_HU/dialog.po b/translations/source/be/dictionaries/hu_HU/dialog.po
index 224cb8c8cee..6b9b644d1d4 100644
--- a/translations/source/be/dictionaries/hu_HU/dialog.po
+++ b/translations/source/be/dictionaries/hu_HU/dialog.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: dialog\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-22 22:28+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -23,7 +24,7 @@ msgstr ""
#: hu_HU_en_US.properties#spelling.property.text
msgid "Spelling"
-msgstr ""
+msgstr "Spelling"
#: hu_HU_en_US.properties#cap.property.text
msgid "Capitalization"
@@ -31,7 +32,7 @@ msgstr ""
#: hu_HU_en_US.properties#par.property.text
msgid "Parentheses"
-msgstr ""
+msgstr "Дужкі"
#: hu_HU_en_US.properties#wordpart.property.text
msgid "Word parts of compounds"
@@ -39,11 +40,11 @@ msgstr ""
#: hu_HU_en_US.properties#comma.property.text
msgid "Comma usage"
-msgstr ""
+msgstr "Ужыванне коскі"
#: hu_HU_en_US.properties#proofreading.property.text
msgid "Proofreading"
-msgstr ""
+msgstr "Вычытка*"
#: hu_HU_en_US.properties#style.property.text
msgid "Style checking"
@@ -59,7 +60,7 @@ msgstr ""
#: hu_HU_en_US.properties#grammar.property.text
msgid "Possible mistakes"
-msgstr ""
+msgstr "Магчымыя памылкі"
#: hu_HU_en_US.properties#money.property.text
msgid "Consistency of money amounts"
@@ -121,7 +122,7 @@ msgstr ""
#: hu_HU_en_US.properties#frac.property.text
msgid "Fractions"
-msgstr ""
+msgstr "Дробы"
#: hu_HU_en_US.properties#thin.property.text
msgid "Thin space"
diff --git a/translations/source/be/dictionaries/it_IT.po b/translations/source/be/dictionaries/it_IT.po
index 77fd5623f45..5c6670bbfe9 100644
--- a/translations/source/be/dictionaries/it_IT.po
+++ b/translations/source/be/dictionaries/it_IT.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: it_IT\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 13:01+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/ku_TR.po b/translations/source/be/dictionaries/ku_TR.po
index 65dc30b5d50..6dac4eb8e9a 100644
--- a/translations/source/be/dictionaries/ku_TR.po
+++ b/translations/source/be/dictionaries/ku_TR.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: ku_TR\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 13:01+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/lt_LT.po b/translations/source/be/dictionaries/lt_LT.po
index a07c7dce1f8..4007e9fa262 100644
--- a/translations/source/be/dictionaries/lt_LT.po
+++ b/translations/source/be/dictionaries/lt_LT.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: lt_LT\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 13:01+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/lv_LV.po b/translations/source/be/dictionaries/lv_LV.po
index 9b971e035b8..ad7d791fed0 100644
--- a/translations/source/be/dictionaries/lv_LV.po
+++ b/translations/source/be/dictionaries/lv_LV.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: lv_LV\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-08 13:02+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/ne_NP.po b/translations/source/be/dictionaries/ne_NP.po
index d97af27aff5..5b3225c2202 100644
--- a/translations/source/be/dictionaries/ne_NP.po
+++ b/translations/source/be/dictionaries/ne_NP.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: ne_NP\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-08 13:02+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/nl_NL.po b/translations/source/be/dictionaries/nl_NL.po
index e0ff682f8b6..5f10000e316 100644
--- a/translations/source/be/dictionaries/nl_NL.po
+++ b/translations/source/be/dictionaries/nl_NL.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: nl_NL\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 13:02+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/no.po b/translations/source/be/dictionaries/no.po
index a951a8f14df..0228dc182a0 100644
--- a/translations/source/be/dictionaries/no.po
+++ b/translations/source/be/dictionaries/no.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: no\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-08 13:03+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/oc_FR.po b/translations/source/be/dictionaries/oc_FR.po
index 288de2b1890..2b20bffebfc 100644
--- a/translations/source/be/dictionaries/oc_FR.po
+++ b/translations/source/be/dictionaries/oc_FR.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: oc_FR\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 13:03+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/pl_PL.po b/translations/source/be/dictionaries/pl_PL.po
index cea27647b07..22aea7f1db8 100644
--- a/translations/source/be/dictionaries/pl_PL.po
+++ b/translations/source/be/dictionaries/pl_PL.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: pl_PL\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-08 13:03+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/pt_BR.po b/translations/source/be/dictionaries/pt_BR.po
index 3ab2d2c754c..9ec7e78a1cb 100644
--- a/translations/source/be/dictionaries/pt_BR.po
+++ b/translations/source/be/dictionaries/pt_BR.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: pt_BR\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 13:04+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/pt_PT.po b/translations/source/be/dictionaries/pt_PT.po
index e37861e4d92..f4e2171a480 100644
--- a/translations/source/be/dictionaries/pt_PT.po
+++ b/translations/source/be/dictionaries/pt_PT.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: pt_PT\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 13:04+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/ro.po b/translations/source/be/dictionaries/ro.po
index 8aca6adb5b1..49ca5c45f0c 100644
--- a/translations/source/be/dictionaries/ro.po
+++ b/translations/source/be/dictionaries/ro.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: ro\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 13:04+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/ru_RU.po b/translations/source/be/dictionaries/ru_RU.po
index 5a89c442ea0..26437683d5a 100644
--- a/translations/source/be/dictionaries/ru_RU.po
+++ b/translations/source/be/dictionaries/ru_RU.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: ru_RU\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-22 22:25+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/ru_RU/dialog.po b/translations/source/be/dictionaries/ru_RU/dialog.po
index 08a4e9d6387..c56a2cf89e9 100644
--- a/translations/source/be/dictionaries/ru_RU/dialog.po
+++ b/translations/source/be/dictionaries/ru_RU/dialog.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: dialog\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-22 22:28+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/si_LK.po b/translations/source/be/dictionaries/si_LK.po
index d3de68840f0..7f781af768e 100644
--- a/translations/source/be/dictionaries/si_LK.po
+++ b/translations/source/be/dictionaries/si_LK.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: si_LK\n"
"Report-Msgid-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%2Fsi_LK.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-22 22:25+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/sk_SK.po b/translations/source/be/dictionaries/sk_SK.po
index ce742790f0e..ce6bd1dccf4 100644
--- a/translations/source/be/dictionaries/sk_SK.po
+++ b/translations/source/be/dictionaries/sk_SK.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: sk_SK\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 13:05+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/sl_SI.po b/translations/source/be/dictionaries/sl_SI.po
index 52960486521..a62806cc0a6 100644
--- a/translations/source/be/dictionaries/sl_SI.po
+++ b/translations/source/be/dictionaries/sl_SI.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: sl_SI\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 13:05+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/sr.po b/translations/source/be/dictionaries/sr.po
index 555c4e11fd4..f9bce109709 100644
--- a/translations/source/be/dictionaries/sr.po
+++ b/translations/source/be/dictionaries/sr.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: sr\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 13:05+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/sv_SE.po b/translations/source/be/dictionaries/sv_SE.po
index 6ee475bf025..46d0ab3e2db 100644
--- a/translations/source/be/dictionaries/sv_SE.po
+++ b/translations/source/be/dictionaries/sv_SE.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: sv_SE\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-08 13:05+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/sw_TZ.po b/translations/source/be/dictionaries/sw_TZ.po
index 9072274f9e4..200cab75f5c 100644
--- a/translations/source/be/dictionaries/sw_TZ.po
+++ b/translations/source/be/dictionaries/sw_TZ.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: sw_TZ\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 13:06+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/te_IN.po b/translations/source/be/dictionaries/te_IN.po
index e50a2efecce..276157125cc 100644
--- a/translations/source/be/dictionaries/te_IN.po
+++ b/translations/source/be/dictionaries/te_IN.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: te_IN\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-26 11:51+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/th_TH.po b/translations/source/be/dictionaries/th_TH.po
index c3e1f636b29..861a96f1122 100644
--- a/translations/source/be/dictionaries/th_TH.po
+++ b/translations/source/be/dictionaries/th_TH.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: th_TH\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 13:06+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/uk_UA.po b/translations/source/be/dictionaries/uk_UA.po
index 1a2827e4345..e99aea228e4 100644
--- a/translations/source/be/dictionaries/uk_UA.po
+++ b/translations/source/be/dictionaries/uk_UA.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: uk_UA\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-08 13:06+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/vi.po b/translations/source/be/dictionaries/vi.po
index ddc1133a515..907f74e4a88 100644
--- a/translations/source/be/dictionaries/vi.po
+++ b/translations/source/be/dictionaries/vi.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: vi\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-08 13:06+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/dictionaries/zu_ZA.po b/translations/source/be/dictionaries/zu_ZA.po
index 6ffa71817c3..0305641e50d 100644
--- a/translations/source/be/dictionaries/zu_ZA.po
+++ b/translations/source/be/dictionaries/zu_ZA.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: zu_ZA\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 13:06+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/editeng/source/accessibility.po b/translations/source/be/editeng/source/accessibility.po
index 6424fefe5c7..34b9124edd6 100644
--- a/translations/source/be/editeng/source/accessibility.po
+++ b/translations/source/be/editeng/source/accessibility.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: accessibility\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/editeng/source/editeng.po b/translations/source/be/editeng/source/editeng.po
index f763beafdab..f38471d1d6c 100644
--- a/translations/source/be/editeng/source/editeng.po
+++ b/translations/source/be/editeng/source/editeng.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: editeng\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-04 20:27+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/editeng/source/items.po b/translations/source/be/editeng/source/items.po
index a9c8a34db5c..90b44c34861 100644
--- a/translations/source/be/editeng/source/items.po
+++ b/translations/source/be/editeng/source/items.po
@@ -3,15 +3,16 @@ msgid ""
msgstr ""
"Project-Id-Version: items\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-25 13:36+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: KBabel 1.11.4\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/be/editeng/source/misc.po b/translations/source/be/editeng/source/misc.po
index ce08bb78e47..bfed872e824 100644
--- a/translations/source/be/editeng/source/misc.po
+++ b/translations/source/be/editeng/source/misc.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: misc\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/editeng/source/outliner.po b/translations/source/be/editeng/source/outliner.po
index 6557354f3c3..72c4989fd64 100644
--- a/translations/source/be/editeng/source/outliner.po
+++ b/translations/source/be/editeng/source/outliner.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: outliner\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/extensions/source/abpilot.po b/translations/source/be/extensions/source/abpilot.po
index 2934d55b9f0..7cc6666b8c4 100644
--- a/translations/source/be/extensions/source/abpilot.po
+++ b/translations/source/be/extensions/source/abpilot.po
@@ -3,15 +3,16 @@ msgid ""
msgstr ""
"Project-Id-Version: abpilot\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 13:36+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
-"X-Generator: KBabel 1.11.4\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/be/extensions/source/bibliography.po b/translations/source/be/extensions/source/bibliography.po
index 0a734a7f120..f403ba1f21e 100644
--- a/translations/source/be/extensions/source/bibliography.po
+++ b/translations/source/be/extensions/source/bibliography.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: bibliography\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/extensions/source/dbpilots.po b/translations/source/be/extensions/source/dbpilots.po
index 05c4af5e415..fcdd1dc91e5 100644
--- a/translations/source/be/extensions/source/dbpilots.po
+++ b/translations/source/be/extensions/source/dbpilots.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: dbpilots\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/extensions/source/propctrlr.po b/translations/source/be/extensions/source/propctrlr.po
index 57506ca1067..3f862ee0e1e 100644
--- a/translations/source/be/extensions/source/propctrlr.po
+++ b/translations/source/be/extensions/source/propctrlr.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: propctrlr\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/extensions/source/scanner.po b/translations/source/be/extensions/source/scanner.po
index 5b7a7f221bc..3370007478c 100644
--- a/translations/source/be/extensions/source/scanner.po
+++ b/translations/source/be/extensions/source/scanner.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: scanner\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-04 20:23+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/extensions/source/update/check.po b/translations/source/be/extensions/source/update/check.po
index 97737fc0a56..a4a45ece365 100644
--- a/translations/source/be/extensions/source/update/check.po
+++ b/translations/source/be/extensions/source/update/check.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: check\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-04 20:27+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/filter/source/config/fragments/filters.po b/translations/source/be/filter/source/config/fragments/filters.po
index 07ee16572f0..576a3507ad9 100644
--- a/translations/source/be/filter/source/config/fragments/filters.po
+++ b/translations/source/be/filter/source/config/fragments/filters.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: filters\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/filter/source/config/fragments/internalgraphicfilters.po b/translations/source/be/filter/source/config/fragments/internalgraphicfilters.po
index 95feb55bfad..e5c88eed75c 100644
--- a/translations/source/be/filter/source/config/fragments/internalgraphicfilters.po
+++ b/translations/source/be/filter/source/config/fragments/internalgraphicfilters.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: internalgraphicfilters\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/filter/source/config/fragments/types.po b/translations/source/be/filter/source/config/fragments/types.po
index 01c78fd81db..fca47704666 100644
--- a/translations/source/be/filter/source/config/fragments/types.po
+++ b/translations/source/be/filter/source/config/fragments/types.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: types\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/filter/source/flash.po b/translations/source/be/filter/source/flash.po
index e2b20d24482..9716093f2a1 100644
--- a/translations/source/be/filter/source/flash.po
+++ b/translations/source/be/filter/source/flash.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: flash\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/filter/source/graphicfilter/eps.po b/translations/source/be/filter/source/graphicfilter/eps.po
index ec8c7bb2bb0..0f1b97c8ac0 100644
--- a/translations/source/be/filter/source/graphicfilter/eps.po
+++ b/translations/source/be/filter/source/graphicfilter/eps.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: eps\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/filter/source/pdf.po b/translations/source/be/filter/source/pdf.po
index 965e8986033..ac6003ee2ab 100644
--- a/translations/source/be/filter/source/pdf.po
+++ b/translations/source/be/filter/source/pdf.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: pdf\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-14 13:11+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/filter/source/t602.po b/translations/source/be/filter/source/t602.po
index b71d33aa46b..dee82534725 100644
--- a/translations/source/be/filter/source/t602.po
+++ b/translations/source/be/filter/source/t602.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: t602\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/filter/source/xsltdialog.po b/translations/source/be/filter/source/xsltdialog.po
index bb285e417e8..c1804fc261f 100644
--- a/translations/source/be/filter/source/xsltdialog.po
+++ b/translations/source/be/filter/source/xsltdialog.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: xsltdialog\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-26 11:50+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/forms/source/resource.po b/translations/source/be/forms/source/resource.po
index ecd68d0a256..bda943b3a88 100644
--- a/translations/source/be/forms/source/resource.po
+++ b/translations/source/be/forms/source/resource.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: resource\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-29 19:09+0300\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/formula/source/core/resource.po b/translations/source/be/formula/source/core/resource.po
index a980b14c6b7..1f574a5172d 100644
--- a/translations/source/be/formula/source/core/resource.po
+++ b/translations/source/be/formula/source/core/resource.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: resource\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-22 22:34+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/formula/source/ui/dlg.po b/translations/source/be/formula/source/ui/dlg.po
index 653b7b2009a..4117b5dd003 100644
--- a/translations/source/be/formula/source/ui/dlg.po
+++ b/translations/source/be/formula/source/ui/dlg.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: dlg\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/fpicker/source/office.po b/translations/source/be/fpicker/source/office.po
index 0a5776d7442..d70b71c60dc 100644
--- a/translations/source/be/fpicker/source/office.po
+++ b/translations/source/be/fpicker/source/office.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: office\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-29 19:05+0300\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/framework/source/classes.po b/translations/source/be/framework/source/classes.po
index f64d4d76e9a..30ddeffe1c6 100644
--- a/translations/source/be/framework/source/classes.po
+++ b/translations/source/be/framework/source/classes.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: classes\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/framework/source/services.po b/translations/source/be/framework/source/services.po
index 0a94f080e58..b8113b5e421 100644
--- a/translations/source/be/framework/source/services.po
+++ b/translations/source/be/framework/source/services.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: services\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/instsetoo_native/inc_openoffice/windows/msi_languages.po b/translations/source/be/instsetoo_native/inc_openoffice/windows/msi_languages.po
index e0c34798fa7..45eb5197c2e 100644
--- a/translations/source/be/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/translations/source/be/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: msi_languages\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-26 11:50+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/mysqlc/source.po b/translations/source/be/mysqlc/source.po
index efb99530e35..e34dd0ce071 100644
--- a/translations/source/be/mysqlc/source.po
+++ b/translations/source/be/mysqlc/source.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: source\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 11:11+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/translations/source/be/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index 501ff838787..a0ba7fde31d 100644
--- a/translations/source/be/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/translations/source/be/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: DataAccess\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/translations/source/be/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
index 8c37cdcabec..e6f9de8ed6b 100644
--- a/translations/source/be/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
+++ b/translations/source/be/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
@@ -3,19 +3,20 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fhelp%2Fen%2Fcom.sun.star.comp.Calc.NLPSolver.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: Options.xhp#tit.help.text
msgid "Options"
-msgstr ""
+msgstr "Настаўленні"
#: Options.xhp#bm_id0503200917110375_scalc.help.text
msgid "<bookmark_value>Solver for Nonlinear Problems;Options</bookmark_value>"
diff --git a/translations/source/be/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/translations/source/be/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
index 2cb3115ddf6..c5cef709127 100644
--- a/translations/source/be/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
+++ b/translations/source/be/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fsrc%2Fcom%2Fsun%2Fstar%2Fcomp%2FCalc%2FNLPSolver.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/nlpsolver/src/locale.po b/translations/source/be/nlpsolver/src/locale.po
index 8082273c746..1652639c4aa 100644
--- a/translations/source/be/nlpsolver/src/locale.po
+++ b/translations/source/be/nlpsolver/src/locale.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fsrc%2Flocale.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -107,15 +108,15 @@ msgstr ""
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnStop.property.text
msgid "Stop"
-msgstr ""
+msgstr "Спыніць"
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnOK.property.text
msgid "OK"
-msgstr ""
+msgstr "ОК"
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnContinue.property.text
msgid "Continue"
-msgstr ""
+msgstr "Працягваць"
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopIteration.property.text
msgid "Maximum iterations reached."
@@ -151,28 +152,28 @@ msgstr ""
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Seconds.property.text
msgid "Seconds"
-msgstr ""
+msgstr "Секунды"
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Minute.property.text
msgid "Minute"
-msgstr ""
+msgstr "Minute"
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Minutes.property.text
msgid "Minutes"
-msgstr ""
+msgstr "мінуты"
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Hour.property.text
msgid "Hour"
-msgstr ""
+msgstr "Hour"
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Hours.property.text
msgid "Hours"
-msgstr ""
+msgstr "Гадзіны"
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Day.property.text
msgid "Day"
-msgstr ""
+msgstr "Дзень"
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Days.property.text
msgid "Days"
-msgstr ""
+msgstr "Дні"
diff --git a/translations/source/be/officecfg/registry/data/org/openoffice/Office.po b/translations/source/be/officecfg/registry/data/org/openoffice/Office.po
index 5e3bb9d4b4a..babd39f89fd 100644
--- a/translations/source/be/officecfg/registry/data/org/openoffice/Office.po
+++ b/translations/source/be/officecfg/registry/data/org/openoffice/Office.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: Office\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/officecfg/registry/data/org/openoffice/Office/UI.po b/translations/source/be/officecfg/registry/data/org/openoffice/Office/UI.po
index 629ee9f1f61..f5b60e75e68 100644
--- a/translations/source/be/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/be/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,15 +3,16 @@ msgid ""
msgstr ""
"Project-Id-Version: UI\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-25 13:31+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
-"X-Generator: KBabel 1.11.4\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: WriterReportWindowState.xcu#..WriterReportWindowState.UIElements.States.private_resource/toolbar/standardbar.UIName.value.text
@@ -8149,6 +8150,10 @@ msgstr "Стан метадаў уводу"
msgid "Optio~n Bar"
msgstr "Стужка настаўленняў"
+#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_SendFeedback.Label.value.text
+msgid "Send Feedback..."
+msgstr ""
+
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_ShowLicense.Label.value.text
msgid "License Information..."
msgstr "License Information..."
diff --git a/translations/source/be/padmin/source.po b/translations/source/be/padmin/source.po
index a3379cdaca0..388011631f5 100644
--- a/translations/source/be/padmin/source.po
+++ b/translations/source/be/padmin/source.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: source\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-29 19:06+0300\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/readlicense_oo/docs/readme.po b/translations/source/be/readlicense_oo/docs/readme.po
index f14ba39bd84..0967b323eaf 100644
--- a/translations/source/be/readlicense_oo/docs/readme.po
+++ b/translations/source/be/readlicense_oo/docs/readme.po
@@ -3,15 +3,16 @@ msgid ""
msgstr ""
"Project-Id-Version: readme\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 13:30+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: KBabel 1.11.4\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: readme.xrm#Welcome.Welcome.readmeitem.text
@@ -279,9 +280,13 @@ msgstr "For Fedora-based systems: su -c 'yum install *freedesktop*.rpm'"
msgid "For Mandriva-based systems: sudo urpmi *mandriva*.rpm"
msgstr "For Mandriva-based systems: sudo urpmi *mandriva*.rpm"
+#: readme.xrm#rpminstallF.rpminstallF.readmeitem.text
+msgid "For SUSE-based systems: rpm -Uvh *suse*.rpm"
+msgstr ""
+
#: readme.xrm#rpminstallD.rpminstallD.readmeitem.text
-msgid "For other RPM-based systems (Suse, etc.): rpm -Uvh *suse*.rpm"
-msgstr "For other RPM-based systems (Suse, etc.): rpm -Uvh *suse*.rpm"
+msgid "For other RPM-based systems: rpm -Uvh *freedesktop*.rpm"
+msgstr ""
#: readme.xrm#rpminstallE.rpminstallE.readmeitem.text
msgctxt "readme.xrm#rpminstallE.rpminstallE.readmeitem.text"
diff --git a/translations/source/be/reportbuilder/java/com/sun/star/report/function/metadata.po b/translations/source/be/reportbuilder/java/com/sun/star/report/function/metadata.po
index fa34addf0ab..f7189e7db68 100644
--- a/translations/source/be/reportbuilder/java/com/sun/star/report/function/metadata.po
+++ b/translations/source/be/reportbuilder/java/com/sun/star/report/function/metadata.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fjava%2Fcom%2Fsun%2Fstar%2Freport%2Ffunction%2Fmetadata.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/reportbuilder/registry/data/org/openoffice/Office.po b/translations/source/be/reportbuilder/registry/data/org/openoffice/Office.po
index b0512ad345c..1d8ea8c2c3b 100644
--- a/translations/source/be/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/translations/source/be/reportbuilder/registry/data/org/openoffice/Office.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: Office\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/reportbuilder/registry/data/org/openoffice/Office/UI.po b/translations/source/be/reportbuilder/registry/data/org/openoffice/Office/UI.po
index 3199da53439..e68e9a43d5e 100644
--- a/translations/source/be/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/be/reportbuilder/registry/data/org/openoffice/Office/UI.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: UI\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 11:15+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/translations/source/be/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index b884c228bb9..6b758ca0280 100644
--- a/translations/source/be/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/translations/source/be/reportbuilder/registry/data/org/openoffice/TypeDetection.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: TypeDetection\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-22 18:11+0300\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/reportbuilder/util.po b/translations/source/be/reportbuilder/util.po
index 596ba5f45d5..e6d18e41a2a 100644
--- a/translations/source/be/reportbuilder/util.po
+++ b/translations/source/be/reportbuilder/util.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: util\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-26 11:43+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/reportdesign/source/core/resource.po b/translations/source/be/reportdesign/source/core/resource.po
index abba4bb6e1f..531bd3d3652 100644
--- a/translations/source/be/reportdesign/source/core/resource.po
+++ b/translations/source/be/reportdesign/source/core/resource.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: resource\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-22 18:02+0300\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/reportdesign/source/ui/dlg.po b/translations/source/be/reportdesign/source/ui/dlg.po
index 1616a44d3db..ae2a69c0012 100644
--- a/translations/source/be/reportdesign/source/ui/dlg.po
+++ b/translations/source/be/reportdesign/source/ui/dlg.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: dlg\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/reportdesign/source/ui/inspection.po b/translations/source/be/reportdesign/source/ui/inspection.po
index 21e706df6f7..ac1f287fabf 100644
--- a/translations/source/be/reportdesign/source/ui/inspection.po
+++ b/translations/source/be/reportdesign/source/ui/inspection.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: inspection\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/reportdesign/source/ui/report.po b/translations/source/be/reportdesign/source/ui/report.po
index 73fc4cc446a..780dd59f1a7 100644
--- a/translations/source/be/reportdesign/source/ui/report.po
+++ b/translations/source/be/reportdesign/source/ui/report.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: report\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sc/source/core/src.po b/translations/source/be/sc/source/core/src.po
index 5d38b03d17b..6f3f8ffe889 100644
--- a/translations/source/be/sc/source/core/src.po
+++ b/translations/source/be/sc/source/core/src.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: src\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-08 12:06+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sc/source/ui/cctrl.po b/translations/source/be/sc/source/ui/cctrl.po
index c5533d8f063..b4be4d7b154 100644
--- a/translations/source/be/sc/source/ui/cctrl.po
+++ b/translations/source/be/sc/source/ui/cctrl.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: cctrl\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sc/source/ui/dbgui.po b/translations/source/be/sc/source/ui/dbgui.po
index ae534f4bcae..2001af7bd73 100644
--- a/translations/source/be/sc/source/ui/dbgui.po
+++ b/translations/source/be/sc/source/ui/dbgui.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: dbgui\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-08 11:39+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sc/source/ui/docshell.po b/translations/source/be/sc/source/ui/docshell.po
index bd230428566..c3b0b660fa0 100644
--- a/translations/source/be/sc/source/ui/docshell.po
+++ b/translations/source/be/sc/source/ui/docshell.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: docshell\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sc/source/ui/drawfunc.po b/translations/source/be/sc/source/ui/drawfunc.po
index 4180e2e132d..4c00527fa9f 100644
--- a/translations/source/be/sc/source/ui/drawfunc.po
+++ b/translations/source/be/sc/source/ui/drawfunc.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: drawfunc\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sc/source/ui/formdlg.po b/translations/source/be/sc/source/ui/formdlg.po
index 525decace3a..24e4b5caa77 100644
--- a/translations/source/be/sc/source/ui/formdlg.po
+++ b/translations/source/be/sc/source/ui/formdlg.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: formdlg\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sc/source/ui/miscdlgs.po b/translations/source/be/sc/source/ui/miscdlgs.po
index 99a732885a3..e3439939143 100644
--- a/translations/source/be/sc/source/ui/miscdlgs.po
+++ b/translations/source/be/sc/source/ui/miscdlgs.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: miscdlgs\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-26 11:36+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sc/source/ui/navipi.po b/translations/source/be/sc/source/ui/navipi.po
index 040ec3f7d54..9f3b5b7c403 100644
--- a/translations/source/be/sc/source/ui/navipi.po
+++ b/translations/source/be/sc/source/ui/navipi.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: navipi\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 11:35+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sc/source/ui/pagedlg.po b/translations/source/be/sc/source/ui/pagedlg.po
index e84090470ef..89618ce03cd 100644
--- a/translations/source/be/sc/source/ui/pagedlg.po
+++ b/translations/source/be/sc/source/ui/pagedlg.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: pagedlg\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sc/source/ui/src.po b/translations/source/be/sc/source/ui/src.po
index a6a770542cb..85bd60667a4 100644
--- a/translations/source/be/sc/source/ui/src.po
+++ b/translations/source/be/sc/source/ui/src.po
@@ -3,15 +3,16 @@ msgid ""
msgstr ""
"Project-Id-Version: src\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-25 13:23+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: KBabel 1.11.4\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: namedlg.src#RID_SCDLG_NAMES.BTN_ADD.pushbutton.text
diff --git a/translations/source/be/sc/source/ui/styleui.po b/translations/source/be/sc/source/ui/styleui.po
index adb137d707c..ea057c50038 100644
--- a/translations/source/be/sc/source/ui/styleui.po
+++ b/translations/source/be/sc/source/ui/styleui.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: styleui\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/scaddins/source/analysis.po b/translations/source/be/scaddins/source/analysis.po
index 4f3c6779a3a..0ee505433db 100644
--- a/translations/source/be/scaddins/source/analysis.po
+++ b/translations/source/be/scaddins/source/analysis.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: analysis\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-29 19:12+0300\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/scaddins/source/datefunc.po b/translations/source/be/scaddins/source/datefunc.po
index a5d19baf905..c07d4e76c33 100644
--- a/translations/source/be/scaddins/source/datefunc.po
+++ b/translations/source/be/scaddins/source/datefunc.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: datefunc\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sccomp/source/solver.po b/translations/source/be/sccomp/source/solver.po
index f5a80b74fdc..b6b229448d1 100644
--- a/translations/source/be/sccomp/source/solver.po
+++ b/translations/source/be/sccomp/source/solver.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: solver\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-22 17:55+0300\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/scp2/source/accessories.po b/translations/source/be/scp2/source/accessories.po
index 89e34671afc..9de30e1746d 100644
--- a/translations/source/be/scp2/source/accessories.po
+++ b/translations/source/be/scp2/source/accessories.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: accessories\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/scp2/source/activex.po b/translations/source/be/scp2/source/activex.po
index a0e85d024ba..774ce96ba7c 100644
--- a/translations/source/be/scp2/source/activex.po
+++ b/translations/source/be/scp2/source/activex.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: activex\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/scp2/source/base.po b/translations/source/be/scp2/source/base.po
index 95755242d9d..b39af1d9c7e 100644
--- a/translations/source/be/scp2/source/base.po
+++ b/translations/source/be/scp2/source/base.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: base\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-06 22:05+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -38,6 +39,16 @@ msgstr "Даведка %PRODUCTNAME Base"
msgid "Help about %PRODUCTNAME Base"
msgstr "Даведка на тэмы %PRODUCTNAME Base"
+#: postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr ""
+
+#: postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr ""
+
#: folderitem_base.ulf#STR_FI_TOOLTIP_BASE.LngText.text
msgid "Manage databases, create queries and reports to track and manage your information by using Base."
msgstr "Тут можна кіраваць базамі даных, афармляць звароты і справаздачы, каб кіраваць сваёй інфармацыяй з дапамогаю Base."
diff --git a/translations/source/be/scp2/source/binfilter.po b/translations/source/be/scp2/source/binfilter.po
index d93dda85e4c..0f461e3890f 100644
--- a/translations/source/be/scp2/source/binfilter.po
+++ b/translations/source/be/scp2/source/binfilter.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: binfilter\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/scp2/source/calc.po b/translations/source/be/scp2/source/calc.po
index 4e0bc44a781..9e1ed6be18f 100644
--- a/translations/source/be/scp2/source/calc.po
+++ b/translations/source/be/scp2/source/calc.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: calc\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-04 20:12+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/scp2/source/draw.po b/translations/source/be/scp2/source/draw.po
index a8b1aca04ad..f1cc8674ec2 100644
--- a/translations/source/be/scp2/source/draw.po
+++ b/translations/source/be/scp2/source/draw.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: draw\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/scp2/source/extensions.po b/translations/source/be/scp2/source/extensions.po
index 2170c3257e5..685b003a47f 100644
--- a/translations/source/be/scp2/source/extensions.po
+++ b/translations/source/be/scp2/source/extensions.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: extensions\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-22 22:44+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -235,16 +236,6 @@ msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_MYSQLC.LngTex
msgid "MySQL Connector"
msgstr "MySQL Connector"
-#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text
-msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text"
-msgid "PostgreSQL Connector"
-msgstr "Злучальнік PostgreSQL"
-
-#: module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text
-msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text"
-msgid "PostgreSQL Connector"
-msgstr "Злучальнік PostgreSQL"
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_OOOBLOGGER.LngText.text
msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_OOOBLOGGER.LngText.text"
msgid "Metaweblog Support"
diff --git a/translations/source/be/scp2/source/gnome.po b/translations/source/be/scp2/source/gnome.po
index 16f9f992cf4..b9fe35715bd 100644
--- a/translations/source/be/scp2/source/gnome.po
+++ b/translations/source/be/scp2/source/gnome.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: gnome\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/scp2/source/graphicfilter.po b/translations/source/be/scp2/source/graphicfilter.po
index bf9bba85d60..8c5d7a4a48f 100644
--- a/translations/source/be/scp2/source/graphicfilter.po
+++ b/translations/source/be/scp2/source/graphicfilter.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: graphicfilter\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/scp2/source/impress.po b/translations/source/be/scp2/source/impress.po
index c52ef538299..1f3548a0671 100644
--- a/translations/source/be/scp2/source/impress.po
+++ b/translations/source/be/scp2/source/impress.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: impress\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/scp2/source/javafilter.po b/translations/source/be/scp2/source/javafilter.po
index 5c50011e14e..0df1a2589be 100644
--- a/translations/source/be/scp2/source/javafilter.po
+++ b/translations/source/be/scp2/source/javafilter.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: javafilter\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/scp2/source/kde.po b/translations/source/be/scp2/source/kde.po
index 6a4815f6284..55dbec7c95d 100644
--- a/translations/source/be/scp2/source/kde.po
+++ b/translations/source/be/scp2/source/kde.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: kde\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/scp2/source/math.po b/translations/source/be/scp2/source/math.po
index 63f0122814e..b40e61dbdc2 100644
--- a/translations/source/be/scp2/source/math.po
+++ b/translations/source/be/scp2/source/math.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: math\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/scp2/source/onlineupdate.po b/translations/source/be/scp2/source/onlineupdate.po
index bda13078f87..22818467cfc 100644
--- a/translations/source/be/scp2/source/onlineupdate.po
+++ b/translations/source/be/scp2/source/onlineupdate.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: onlineupdate\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/scp2/source/ooo.po b/translations/source/be/scp2/source/ooo.po
index c5b7de1e8fc..0a55f3f4e99 100644
--- a/translations/source/be/scp2/source/ooo.po
+++ b/translations/source/be/scp2/source/ooo.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: ooo\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-22 22:40+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/scp2/source/python.po b/translations/source/be/scp2/source/python.po
index 67257e051d4..02612144363 100644
--- a/translations/source/be/scp2/source/python.po
+++ b/translations/source/be/scp2/source/python.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: python\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 11:35+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/scp2/source/quickstart.po b/translations/source/be/scp2/source/quickstart.po
index 14039af7983..400a296c8bc 100644
--- a/translations/source/be/scp2/source/quickstart.po
+++ b/translations/source/be/scp2/source/quickstart.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: quickstart\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/scp2/source/sdkoo.po b/translations/source/be/scp2/source/sdkoo.po
index cd76015b5e0..05c091cce5f 100644
--- a/translations/source/be/scp2/source/sdkoo.po
+++ b/translations/source/be/scp2/source/sdkoo.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: sdkoo\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/scp2/source/smoketest.po b/translations/source/be/scp2/source/smoketest.po
index eefda1b12ec..788fe07b72d 100644
--- a/translations/source/be/scp2/source/smoketest.po
+++ b/translations/source/be/scp2/source/smoketest.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: smoketest\n"
"Report-Msgid-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%2Fsmoketest.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-22 22:42+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/scp2/source/winexplorerext.po b/translations/source/be/scp2/source/winexplorerext.po
index 393b5f9ba71..301984012d2 100644
--- a/translations/source/be/scp2/source/winexplorerext.po
+++ b/translations/source/be/scp2/source/winexplorerext.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: winexplorerext\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/scp2/source/writer.po b/translations/source/be/scp2/source/writer.po
index 54a34d4c558..ec06307088d 100644
--- a/translations/source/be/scp2/source/writer.po
+++ b/translations/source/be/scp2/source/writer.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: writer\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/scp2/source/xsltfilter.po b/translations/source/be/scp2/source/xsltfilter.po
index 0131015b833..d190817d486 100644
--- a/translations/source/be/scp2/source/xsltfilter.po
+++ b/translations/source/be/scp2/source/xsltfilter.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: xsltfilter\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/scripting/source/pyprov.po b/translations/source/be/scripting/source/pyprov.po
index ed9b30a018f..e0e5ef24bb1 100644
--- a/translations/source/be/scripting/source/pyprov.po
+++ b/translations/source/be/scripting/source/pyprov.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: pyprov\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 11:13+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sd/source/core.po b/translations/source/be/sd/source/core.po
index c1631f84a52..e9e49e8f5a5 100644
--- a/translations/source/be/sd/source/core.po
+++ b/translations/source/be/sd/source/core.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: core\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-22 22:59+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sd/source/filter/html.po b/translations/source/be/sd/source/filter/html.po
index 44469a2404b..98451bdd2a3 100644
--- a/translations/source/be/sd/source/filter/html.po
+++ b/translations/source/be/sd/source/filter/html.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: html\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sd/source/ui/accessibility.po b/translations/source/be/sd/source/ui/accessibility.po
index 63689322261..559b3cd8203 100644
--- a/translations/source/be/sd/source/ui/accessibility.po
+++ b/translations/source/be/sd/source/ui/accessibility.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: accessibility\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sd/source/ui/animations.po b/translations/source/be/sd/source/ui/animations.po
index 52469729fc2..4eb33a3b7ac 100644
--- a/translations/source/be/sd/source/ui/animations.po
+++ b/translations/source/be/sd/source/ui/animations.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: animations\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sd/source/ui/annotations.po b/translations/source/be/sd/source/ui/annotations.po
index 755d79e85c3..5c1c3e92f72 100644
--- a/translations/source/be/sd/source/ui/annotations.po
+++ b/translations/source/be/sd/source/ui/annotations.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: annotations\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sd/source/ui/app.po b/translations/source/be/sd/source/ui/app.po
index 44d427578d3..e92e87b85bf 100644
--- a/translations/source/be/sd/source/ui/app.po
+++ b/translations/source/be/sd/source/ui/app.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: app\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-08 12:52+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sd/source/ui/dlg.po b/translations/source/be/sd/source/ui/dlg.po
index 3722e32811c..06575c6cf7f 100644
--- a/translations/source/be/sd/source/ui/dlg.po
+++ b/translations/source/be/sd/source/ui/dlg.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: dlg\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 12:52+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sd/source/ui/notes.po b/translations/source/be/sd/source/ui/notes.po
index 6cb10dd416c..82fdedcbe2a 100644
--- a/translations/source/be/sd/source/ui/notes.po
+++ b/translations/source/be/sd/source/ui/notes.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: notes\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sd/source/ui/slideshow.po b/translations/source/be/sd/source/ui/slideshow.po
index 8f433ef4909..01290740016 100644
--- a/translations/source/be/sd/source/ui/slideshow.po
+++ b/translations/source/be/sd/source/ui/slideshow.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: slideshow\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-22 22:58+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sd/source/ui/slidesorter/view.po b/translations/source/be/sd/source/ui/slidesorter/view.po
index 3dbe5a2b589..be645c57f53 100644
--- a/translations/source/be/sd/source/ui/slidesorter/view.po
+++ b/translations/source/be/sd/source/ui/slidesorter/view.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: view\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sd/source/ui/table.po b/translations/source/be/sd/source/ui/table.po
index 895e58c73dd..35bc1a29048 100644
--- a/translations/source/be/sd/source/ui/table.po
+++ b/translations/source/be/sd/source/ui/table.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: table\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sd/source/ui/view.po b/translations/source/be/sd/source/ui/view.po
index b3f5c2c6877..870941fe640 100644
--- a/translations/source/be/sd/source/ui/view.po
+++ b/translations/source/be/sd/source/ui/view.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: view\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sdext/source/minimizer.po b/translations/source/be/sdext/source/minimizer.po
index e413adf66c3..b4bdc138b94 100644
--- a/translations/source/be/sdext/source/minimizer.po
+++ b/translations/source/be/sdext/source/minimizer.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/translations/source/be/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index 3785e1523b3..9c608b9fe4d 100644
--- a/translations/source/be/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/translations/source/be/sdext/source/minimizer/registry/data/org/openoffice/Office.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: Office\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/translations/source/be/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index 90abd16e59c..152b160436f 100644
--- a/translations/source/be/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/be/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: extension\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-24 20:09+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sdext/source/pdfimport.po b/translations/source/be/sdext/source/pdfimport.po
index fb16420a4cc..9b87893fd22 100644
--- a/translations/source/be/sdext/source/pdfimport.po
+++ b/translations/source/be/sdext/source/pdfimport.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: pdfimport\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-04 19:59+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sdext/source/presenter.po b/translations/source/be/sdext/source/presenter.po
index d7f76ff844c..72cad8de3d3 100644
--- a/translations/source/be/sdext/source/presenter.po
+++ b/translations/source/be/sdext/source/presenter.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: presenter\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 11:07+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/translations/source/be/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index a28cdfbc1a2..cfdf2904508 100644
--- a/translations/source/be/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/translations/source/be/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
@@ -3,14 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: com.sun.PresenterScreen\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 13:02+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
+"Language: be\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: presenter.xhp#tit.help.text
diff --git a/translations/source/be/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/translations/source/be/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index 81b8521eea1..9f5aca8535a 100644
--- a/translations/source/be/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/be/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: extension\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 12:59+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
+"Language: be\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/be/setup_native/source/mac.po b/translations/source/be/setup_native/source/mac.po
index ac985ec8a8f..b71ebd119fd 100644
--- a/translations/source/be/setup_native/source/mac.po
+++ b/translations/source/be/setup_native/source/mac.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: mac\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sfx2/source/appl.po b/translations/source/be/sfx2/source/appl.po
index f86c35b6c6a..ef5527e4742 100644
--- a/translations/source/be/sfx2/source/appl.po
+++ b/translations/source/be/sfx2/source/appl.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: appl\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-29 19:06+0300\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sfx2/source/bastyp.po b/translations/source/be/sfx2/source/bastyp.po
index 6f3cf36a96c..c728e29723f 100644
--- a/translations/source/be/sfx2/source/bastyp.po
+++ b/translations/source/be/sfx2/source/bastyp.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: bastyp\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sfx2/source/dialog.po b/translations/source/be/sfx2/source/dialog.po
index 036ad720f1c..87a3cae22f3 100644
--- a/translations/source/be/sfx2/source/dialog.po
+++ b/translations/source/be/sfx2/source/dialog.po
@@ -3,15 +3,16 @@ msgid ""
msgstr ""
"Project-Id-Version: dialog\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 12:59+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: KBabel 1.11.4\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/be/sfx2/source/doc.po b/translations/source/be/sfx2/source/doc.po
index b3d1d2dcf03..595d5cc4940 100644
--- a/translations/source/be/sfx2/source/doc.po
+++ b/translations/source/be/sfx2/source/doc.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: doc\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-22 22:57+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sfx2/source/menu.po b/translations/source/be/sfx2/source/menu.po
index e0d4c4ae03c..d225cd8fc19 100644
--- a/translations/source/be/sfx2/source/menu.po
+++ b/translations/source/be/sfx2/source/menu.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: menu\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sfx2/source/view.po b/translations/source/be/sfx2/source/view.po
index 2b81ef1b8a4..402abfc90b7 100644
--- a/translations/source/be/sfx2/source/view.po
+++ b/translations/source/be/sfx2/source/view.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: view\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-29 19:06+0300\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/shell/source/win32/shlxthandler/res.po b/translations/source/be/shell/source/win32/shlxthandler/res.po
index ffe34832e42..55fc3b1260a 100644
--- a/translations/source/be/shell/source/win32/shlxthandler/res.po
+++ b/translations/source/be/shell/source/win32/shlxthandler/res.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: res\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-22 17:16+0300\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/starmath/source.po b/translations/source/be/starmath/source.po
index b8be9a77224..57ae62cc0b0 100644
--- a/translations/source/be/starmath/source.po
+++ b/translations/source/be/starmath/source.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: source\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-26 11:02+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/svl/source/items.po b/translations/source/be/svl/source/items.po
index 53bb5d40e9a..02998225985 100644
--- a/translations/source/be/svl/source/items.po
+++ b/translations/source/be/svl/source/items.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: items\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/svl/source/misc.po b/translations/source/be/svl/source/misc.po
index 924d643de9f..de2392d8c49 100644
--- a/translations/source/be/svl/source/misc.po
+++ b/translations/source/be/svl/source/misc.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: misc\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-04 19:45+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/svtools/source/contnr.po b/translations/source/be/svtools/source/contnr.po
index 94b17c91fb2..a367161db79 100644
--- a/translations/source/be/svtools/source/contnr.po
+++ b/translations/source/be/svtools/source/contnr.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: contnr\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-06 22:06+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/svtools/source/control.po b/translations/source/be/svtools/source/control.po
index a4a96b12b48..af9f571c1f3 100644
--- a/translations/source/be/svtools/source/control.po
+++ b/translations/source/be/svtools/source/control.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: control\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/svtools/source/dialogs.po b/translations/source/be/svtools/source/dialogs.po
index fc7771f5e98..71412602805 100644
--- a/translations/source/be/svtools/source/dialogs.po
+++ b/translations/source/be/svtools/source/dialogs.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: dialogs\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/svtools/source/filter.po b/translations/source/be/svtools/source/filter.po
index 0b8ba0f129c..62956f2f98d 100644
--- a/translations/source/be/svtools/source/filter.po
+++ b/translations/source/be/svtools/source/filter.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: filter\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 12:51+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/svtools/source/java.po b/translations/source/be/svtools/source/java.po
index a9593db8db4..10e1ebd66cb 100644
--- a/translations/source/be/svtools/source/java.po
+++ b/translations/source/be/svtools/source/java.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: java\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-04 19:32+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/svtools/source/misc.po b/translations/source/be/svtools/source/misc.po
index 24ada3baa47..86c107a7517 100644
--- a/translations/source/be/svtools/source/misc.po
+++ b/translations/source/be/svtools/source/misc.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: misc\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-22 22:57+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/svtools/source/plugapp.po b/translations/source/be/svtools/source/plugapp.po
index f0c217f57a2..48cf4e18c25 100644
--- a/translations/source/be/svtools/source/plugapp.po
+++ b/translations/source/be/svtools/source/plugapp.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: plugapp\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-22 17:22+0300\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/svtools/source/toolpanel.po b/translations/source/be/svtools/source/toolpanel.po
index 83e5cb228dc..b1a08b95ae8 100644
--- a/translations/source/be/svtools/source/toolpanel.po
+++ b/translations/source/be/svtools/source/toolpanel.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: toolpanel\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/svtools/workben/unodialog.po b/translations/source/be/svtools/workben/unodialog.po
index 83cee20aa59..aec7004a49b 100644
--- a/translations/source/be/svtools/workben/unodialog.po
+++ b/translations/source/be/svtools/workben/unodialog.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: unodialog\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-29 19:02+0300\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/svx/inc.po b/translations/source/be/svx/inc.po
index b4ded1b3d71..314047b3445 100644
--- a/translations/source/be/svx/inc.po
+++ b/translations/source/be/svx/inc.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: inc\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 13:12+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/svx/source/accessibility.po b/translations/source/be/svx/source/accessibility.po
index 4bf38c92942..081271ab00b 100644
--- a/translations/source/be/svx/source/accessibility.po
+++ b/translations/source/be/svx/source/accessibility.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: accessibility\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/svx/source/dialog.po b/translations/source/be/svx/source/dialog.po
index ab5f129c307..1ce203bf1d6 100644
--- a/translations/source/be/svx/source/dialog.po
+++ b/translations/source/be/svx/source/dialog.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: dialog\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-04 19:26+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/svx/source/engine3d.po b/translations/source/be/svx/source/engine3d.po
index 48010d428c9..b039db7613b 100644
--- a/translations/source/be/svx/source/engine3d.po
+++ b/translations/source/be/svx/source/engine3d.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: engine3d\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/svx/source/fmcomp.po b/translations/source/be/svx/source/fmcomp.po
index 91d70cf0771..9bdf3fe90f9 100644
--- a/translations/source/be/svx/source/fmcomp.po
+++ b/translations/source/be/svx/source/fmcomp.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: fmcomp\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/svx/source/form.po b/translations/source/be/svx/source/form.po
index c636a1b62d1..74e1f3e6201 100644
--- a/translations/source/be/svx/source/form.po
+++ b/translations/source/be/svx/source/form.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: form\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/svx/source/gallery2.po b/translations/source/be/svx/source/gallery2.po
index 11ce36744f3..2d2fc2f2b38 100644
--- a/translations/source/be/svx/source/gallery2.po
+++ b/translations/source/be/svx/source/gallery2.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: gallery2\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-06 22:06+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/svx/source/items.po b/translations/source/be/svx/source/items.po
index c5e009b65e6..a9e37963687 100644
--- a/translations/source/be/svx/source/items.po
+++ b/translations/source/be/svx/source/items.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: items\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-29 19:06+0300\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/svx/source/src.po b/translations/source/be/svx/source/src.po
index 74f10a56ced..1476e0a4fc9 100644
--- a/translations/source/be/svx/source/src.po
+++ b/translations/source/be/svx/source/src.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: src\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/svx/source/stbctrls.po b/translations/source/be/svx/source/stbctrls.po
index 5f405200c63..b9e69ef7de2 100644
--- a/translations/source/be/svx/source/stbctrls.po
+++ b/translations/source/be/svx/source/stbctrls.po
@@ -3,15 +3,16 @@ msgid ""
msgstr ""
"Project-Id-Version: stbctrls\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-25 12:58+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
-"X-Generator: KBabel 1.11.4\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/be/svx/source/svdraw.po b/translations/source/be/svx/source/svdraw.po
index ecefa836baf..48bc63c5f36 100644
--- a/translations/source/be/svx/source/svdraw.po
+++ b/translations/source/be/svx/source/svdraw.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: svdraw\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/svx/source/table.po b/translations/source/be/svx/source/table.po
index 8601631d264..32fa11b9ac8 100644
--- a/translations/source/be/svx/source/table.po
+++ b/translations/source/be/svx/source/table.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: table\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/svx/source/tbxctrls.po b/translations/source/be/svx/source/tbxctrls.po
index 7605994a179..0cccd0af151 100644
--- a/translations/source/be/svx/source/tbxctrls.po
+++ b/translations/source/be/svx/source/tbxctrls.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: tbxctrls\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/svx/source/toolbars.po b/translations/source/be/svx/source/toolbars.po
index 489b275e88f..9bf67123c11 100644
--- a/translations/source/be/svx/source/toolbars.po
+++ b/translations/source/be/svx/source/toolbars.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: toolbars\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/svx/source/unodialogs/textconversiondlgs.po b/translations/source/be/svx/source/unodialogs/textconversiondlgs.po
index dd5cd2fc86e..6ddb8711c92 100644
--- a/translations/source/be/svx/source/unodialogs/textconversiondlgs.po
+++ b/translations/source/be/svx/source/unodialogs/textconversiondlgs.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: textconversiondlgs\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sw/source/core/layout.po b/translations/source/be/sw/source/core/layout.po
index dfe66a6f4e7..5307aa828d3 100644
--- a/translations/source/be/sw/source/core/layout.po
+++ b/translations/source/be/sw/source/core/layout.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: layout\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-04 19:22+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sw/source/core/undo.po b/translations/source/be/sw/source/core/undo.po
index 7da082f3931..3a173ca50bd 100644
--- a/translations/source/be/sw/source/core/undo.po
+++ b/translations/source/be/sw/source/core/undo.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: undo\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-04 19:21+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sw/source/core/unocore.po b/translations/source/be/sw/source/core/unocore.po
index b232379e785..a8c8ff225ca 100644
--- a/translations/source/be/sw/source/core/unocore.po
+++ b/translations/source/be/sw/source/core/unocore.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: unocore\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sw/source/ui/app.po b/translations/source/be/sw/source/ui/app.po
index 91aaa2ef07f..5b4ebef025f 100644
--- a/translations/source/be/sw/source/ui/app.po
+++ b/translations/source/be/sw/source/ui/app.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: app\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-04 19:20+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sw/source/ui/chrdlg.po b/translations/source/be/sw/source/ui/chrdlg.po
index f053f61e756..cda19587998 100644
--- a/translations/source/be/sw/source/ui/chrdlg.po
+++ b/translations/source/be/sw/source/ui/chrdlg.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: chrdlg\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 10:57+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sw/source/ui/config.po b/translations/source/be/sw/source/ui/config.po
index e5e9c2dacb4..29f1e5b9344 100644
--- a/translations/source/be/sw/source/ui/config.po
+++ b/translations/source/be/sw/source/ui/config.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: config\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-04 19:18+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -333,6 +334,58 @@ msgctxt "optdlg.src#TP_OPTPRINT_PAGE.ST_NONE.string.text"
msgid "<None>"
msgstr "<няма>"
+#: optdlg.src#TP_STD_FONT.FL_STDCHR.fixedline.text
+msgid "Basic fonts (%1)"
+msgstr ""
+
+#: optdlg.src#TP_STD_FONT.FT_TYPE.fixedtext.text
+msgid "Font"
+msgstr "Шрыфт"
+
+#: optdlg.src#TP_STD_FONT.FT_SIZE.fixedtext.text
+msgid "Size"
+msgstr "Памер"
+
+#: optdlg.src#TP_STD_FONT.FT_STANDARD.fixedtext.text
+msgid "De~fault"
+msgstr "Прадвызначана"
+
+#: optdlg.src#TP_STD_FONT.FT_TITLE.fixedtext.text
+msgid "Headin~g"
+msgstr ""
+
+#: optdlg.src#TP_STD_FONT.FT_LIST.fixedtext.text
+msgid "~List"
+msgstr ""
+
+#: optdlg.src#TP_STD_FONT.FT_LABEL.fixedtext.text
+msgid "C~aption"
+msgstr ""
+
+#: optdlg.src#TP_STD_FONT.FT_IDX.fixedtext.text
+msgid "~Index"
+msgstr "Індэкс"
+
+#: optdlg.src#TP_STD_FONT.CB_DOCONLY.checkbox.text
+msgid "C~urrent document only"
+msgstr ""
+
+#: optdlg.src#TP_STD_FONT.PB_STANDARD.pushbutton.text
+msgid "~Default"
+msgstr "Прадвызначана"
+
+#: optdlg.src#TP_STD_FONT.ST_SCRIPT_ASIAN.string.text
+msgid "Asian"
+msgstr "Азіяцкае пісьмо"
+
+#: optdlg.src#TP_STD_FONT.ST_SCRIPT_CTL.string.text
+msgid "CTL"
+msgstr "С.Т.В."
+
+#: optdlg.src#TP_STD_FONT.ST_SCRIPT_WESTERN.string.text
+msgid "Western"
+msgstr "Заходняе пісьмо"
+
#: optdlg.src#TP_OPTTABLE_PAGE.FL_TABLE.fixedline.text
msgid "Default"
msgstr "Прадвызначана"
diff --git a/translations/source/be/sw/source/ui/dbui.po b/translations/source/be/sw/source/ui/dbui.po
index 0436a382cb3..1229cea6efc 100644
--- a/translations/source/be/sw/source/ui/dbui.po
+++ b/translations/source/be/sw/source/ui/dbui.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: dbui\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-04 19:17+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sw/source/ui/dialog.po b/translations/source/be/sw/source/ui/dialog.po
index b47d917120b..fcb920a279a 100644
--- a/translations/source/be/sw/source/ui/dialog.po
+++ b/translations/source/be/sw/source/ui/dialog.po
@@ -3,15 +3,16 @@ msgid ""
msgstr ""
"Project-Id-Version: dialog\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-25 12:57+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
-"X-Generator: KBabel 1.11.4\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: ascfldlg.src#DLG_ASCII_FILTER.FL_1.fixedline.text
diff --git a/translations/source/be/sw/source/ui/dochdl.po b/translations/source/be/sw/source/ui/dochdl.po
index 0fcd59a47b0..6b82885a9c2 100644
--- a/translations/source/be/sw/source/ui/dochdl.po
+++ b/translations/source/be/sw/source/ui/dochdl.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: dochdl\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sw/source/ui/docvw.po b/translations/source/be/sw/source/ui/docvw.po
index 320ac387cf5..fc4547eae1b 100644
--- a/translations/source/be/sw/source/ui/docvw.po
+++ b/translations/source/be/sw/source/ui/docvw.po
@@ -3,15 +3,16 @@ msgid ""
msgstr ""
"Project-Id-Version: docvw\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 12:56+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
-"X-Generator: KBabel 1.11.4\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/be/sw/source/ui/envelp.po b/translations/source/be/sw/source/ui/envelp.po
index dfa87158a0d..01f215d2867 100644
--- a/translations/source/be/sw/source/ui/envelp.po
+++ b/translations/source/be/sw/source/ui/envelp.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: envelp\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-29 19:02+0300\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sw/source/ui/fldui.po b/translations/source/be/sw/source/ui/fldui.po
index edaeec2f189..2b4509806b2 100644
--- a/translations/source/be/sw/source/ui/fldui.po
+++ b/translations/source/be/sw/source/ui/fldui.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: fldui\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sw/source/ui/fmtui.po b/translations/source/be/sw/source/ui/fmtui.po
index a1c0dea9c4f..be413644807 100644
--- a/translations/source/be/sw/source/ui/fmtui.po
+++ b/translations/source/be/sw/source/ui/fmtui.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: fmtui\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sw/source/ui/frmdlg.po b/translations/source/be/sw/source/ui/frmdlg.po
index 892343a3051..c53753b5a26 100644
--- a/translations/source/be/sw/source/ui/frmdlg.po
+++ b/translations/source/be/sw/source/ui/frmdlg.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: frmdlg\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sw/source/ui/globdoc.po b/translations/source/be/sw/source/ui/globdoc.po
index da6158a4f30..b45cfb7caa2 100644
--- a/translations/source/be/sw/source/ui/globdoc.po
+++ b/translations/source/be/sw/source/ui/globdoc.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: globdoc\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sw/source/ui/index.po b/translations/source/be/sw/source/ui/index.po
index cb20e6b4267..6645e135b3d 100644
--- a/translations/source/be/sw/source/ui/index.po
+++ b/translations/source/be/sw/source/ui/index.po
@@ -3,15 +3,16 @@ msgid ""
msgstr ""
"Project-Id-Version: index\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-25 12:55+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
-"X-Generator: KBabel 1.11.4\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: cnttab.src#STR_TITLE.string.text
diff --git a/translations/source/be/sw/source/ui/lingu.po b/translations/source/be/sw/source/ui/lingu.po
index 9aadcd4106b..dc338379cc6 100644
--- a/translations/source/be/sw/source/ui/lingu.po
+++ b/translations/source/be/sw/source/ui/lingu.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: lingu\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-26 10:57+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sw/source/ui/misc.po b/translations/source/be/sw/source/ui/misc.po
index dae6f1c8f5f..3daef091ad9 100644
--- a/translations/source/be/sw/source/ui/misc.po
+++ b/translations/source/be/sw/source/ui/misc.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: misc\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sw/source/ui/ribbar.po b/translations/source/be/sw/source/ui/ribbar.po
index 2d2fdb7dfe4..68eb100ce47 100644
--- a/translations/source/be/sw/source/ui/ribbar.po
+++ b/translations/source/be/sw/source/ui/ribbar.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: ribbar\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sw/source/ui/shells.po b/translations/source/be/sw/source/ui/shells.po
index cbcd71e3f65..d81a058317a 100644
--- a/translations/source/be/sw/source/ui/shells.po
+++ b/translations/source/be/sw/source/ui/shells.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: shells\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-22 22:45+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sw/source/ui/smartmenu.po b/translations/source/be/sw/source/ui/smartmenu.po
index fa0d2f8846f..0c9e755ebbd 100644
--- a/translations/source/be/sw/source/ui/smartmenu.po
+++ b/translations/source/be/sw/source/ui/smartmenu.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: smartmenu\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sw/source/ui/table.po b/translations/source/be/sw/source/ui/table.po
index fe6d674c562..a2cdbe9c97a 100644
--- a/translations/source/be/sw/source/ui/table.po
+++ b/translations/source/be/sw/source/ui/table.po
@@ -3,15 +3,16 @@ msgid ""
msgstr ""
"Project-Id-Version: table\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-25 12:55+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
-"X-Generator: KBabel 1.11.4\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: colwd.src#DLG_COL_WIDTH.FT_WIDTH.fixedtext.text
diff --git a/translations/source/be/sw/source/ui/uiview.po b/translations/source/be/sw/source/ui/uiview.po
index 19caefe7044..b2164c0311e 100644
--- a/translations/source/be/sw/source/ui/uiview.po
+++ b/translations/source/be/sw/source/ui/uiview.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: uiview\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-29 19:10+0300\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sw/source/ui/utlui.po b/translations/source/be/sw/source/ui/utlui.po
index d7a994e2570..3331efd4b27 100644
--- a/translations/source/be/sw/source/ui/utlui.po
+++ b/translations/source/be/sw/source/ui/utlui.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: utlui\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-22 22:22+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -1501,6 +1502,176 @@ msgstr "Загаловак 9"
msgid "Heading 10"
msgstr "Загаловак 10"
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1S.string.text
+msgid "Numbering 1 Start"
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text"
+msgid "Numbering 1"
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1E.string.text
+msgid "Numbering 1 End"
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM1.string.text
+msgid "Numbering 1 Cont."
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2S.string.text
+msgid "Numbering 2 Start"
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text"
+msgid "Numbering 2"
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2E.string.text
+msgid "Numbering 2 End"
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM2.string.text
+msgid "Numbering 2 Cont."
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3S.string.text
+msgid "Numbering 3 Start"
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text"
+msgid "Numbering 3"
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3E.string.text
+msgid "Numbering 3 End"
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM3.string.text
+msgid "Numbering 3 Cont."
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4S.string.text
+msgid "Numbering 4 Start"
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text"
+msgid "Numbering 4"
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4E.string.text
+msgid "Numbering 4 End"
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM4.string.text
+msgid "Numbering 4 Cont."
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5S.string.text
+msgid "Numbering 5 Start"
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text"
+msgid "Numbering 5"
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5E.string.text
+msgid "Numbering 5 End"
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM5.string.text
+msgid "Numbering 5 Cont."
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1S.string.text
+msgid "List 1 Start"
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text"
+msgid "List 1"
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1E.string.text
+msgid "List 1 End"
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM1.string.text
+msgid "List 1 Cont."
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2S.string.text
+msgid "List 2 Start"
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text"
+msgid "List 2"
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2E.string.text
+msgid "List 2 End"
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM2.string.text
+msgid "List 2 Cont."
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3S.string.text
+msgid "List 3 Start"
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text"
+msgid "List 3"
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3E.string.text
+msgid "List 3 End"
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM3.string.text
+msgid "List 3 Cont."
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4S.string.text
+msgid "List 4 Start"
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text"
+msgid "List 4"
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4E.string.text
+msgid "List 4 End"
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM4.string.text
+msgid "List 4 Cont."
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5S.string.text
+msgid "List 5 Start"
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text"
+msgid "List 5"
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5E.string.text
+msgid "List 5 End"
+msgstr ""
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM5.string.text
+msgid "List 5 Cont."
+msgstr ""
+
#: poolfmt.src#STR_POOLCOLL_HEADER.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_HEADER.string.text"
msgid "Header"
@@ -1789,42 +1960,62 @@ msgid "Endnote"
msgstr "Зноска затэкставая"
#: poolfmt.src#STR_POOLNUMRULE_NUM1.string.text
+#, fuzzy
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM1.string.text"
msgid "Numbering 1"
msgstr "Нумараванне 1"
#: poolfmt.src#STR_POOLNUMRULE_NUM2.string.text
+#, fuzzy
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM2.string.text"
msgid "Numbering 2"
msgstr "Нумараванне 2"
#: poolfmt.src#STR_POOLNUMRULE_NUM3.string.text
+#, fuzzy
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM3.string.text"
msgid "Numbering 3"
msgstr "Нумараванне 3"
#: poolfmt.src#STR_POOLNUMRULE_NUM4.string.text
+#, fuzzy
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM4.string.text"
msgid "Numbering 4"
msgstr "Нумараванне 4"
#: poolfmt.src#STR_POOLNUMRULE_NUM5.string.text
+#, fuzzy
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM5.string.text"
msgid "Numbering 5"
msgstr "Нумараванне 5"
#: poolfmt.src#STR_POOLNUMRULE_BUL1.string.text
+#, fuzzy
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL1.string.text"
msgid "List 1"
msgstr "Спіс 1"
#: poolfmt.src#STR_POOLNUMRULE_BUL2.string.text
+#, fuzzy
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL2.string.text"
msgid "List 2"
msgstr "Спіс 2"
#: poolfmt.src#STR_POOLNUMRULE_BUL3.string.text
+#, fuzzy
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL3.string.text"
msgid "List 3"
msgstr "Спіс 3"
#: poolfmt.src#STR_POOLNUMRULE_BUL4.string.text
+#, fuzzy
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL4.string.text"
msgid "List 4"
msgstr "Спіс 4"
#: poolfmt.src#STR_POOLNUMRULE_BUL5.string.text
+#, fuzzy
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL5.string.text"
msgid "List 5"
msgstr "Спіс 5"
diff --git a/translations/source/be/sw/source/ui/web.po b/translations/source/be/sw/source/ui/web.po
index 2af9aff622a..0a9a17c7705 100644
--- a/translations/source/be/sw/source/ui/web.po
+++ b/translations/source/be/sw/source/ui/web.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: web\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sw/source/ui/wrtsh.po b/translations/source/be/sw/source/ui/wrtsh.po
index f52eaa2633c..3852d5d2dff 100644
--- a/translations/source/be/sw/source/ui/wrtsh.po
+++ b/translations/source/be/sw/source/ui/wrtsh.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: wrtsh\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/swext/mediawiki/help.po b/translations/source/be/swext/mediawiki/help.po
index ba64468e86f..275580ac32c 100644
--- a/translations/source/be/swext/mediawiki/help.po
+++ b/translations/source/be/swext/mediawiki/help.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: help\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-26 10:56+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/swext/mediawiki/src.po b/translations/source/be/swext/mediawiki/src.po
index d92be4ba103..9764e2c8588 100644
--- a/translations/source/be/swext/mediawiki/src.po
+++ b/translations/source/be/swext/mediawiki/src.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: src\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-04 19:08+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/translations/source/be/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index 2c6d2b3578b..52327293a7d 100644
--- a/translations/source/be/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/translations/source/be/swext/mediawiki/src/registry/data/org/openoffice/Office.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: Office\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/translations/source/be/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index a6950df076c..929294417ca 100644
--- a/translations/source/be/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/translations/source/be/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: Custom\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-04 19:09+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/sysui/desktop/share.po b/translations/source/be/sysui/desktop/share.po
index e159ad6eaaf..5d00e65074d 100644
--- a/translations/source/be/sysui/desktop/share.po
+++ b/translations/source/be/sysui/desktop/share.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: share\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-04 19:05+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/uui/source.po b/translations/source/be/uui/source.po
index 24d21001f06..7c348c1f32d 100644
--- a/translations/source/be/uui/source.po
+++ b/translations/source/be/uui/source.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: source\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-04 19:05+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/vcl/source/src.po b/translations/source/be/vcl/source/src.po
index 10280379373..b7b88cbd66e 100644
--- a/translations/source/be/vcl/source/src.po
+++ b/translations/source/be/vcl/source/src.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: src\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-22 22:44+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/wizards/source/euro.po b/translations/source/be/wizards/source/euro.po
index 4e51e3e996e..8293f2d89db 100644
--- a/translations/source/be/wizards/source/euro.po
+++ b/translations/source/be/wizards/source/euro.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: euro\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-04 18:59+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/wizards/source/formwizard.po b/translations/source/be/wizards/source/formwizard.po
index 708fdc21530..528531a99ac 100644
--- a/translations/source/be/wizards/source/formwizard.po
+++ b/translations/source/be/wizards/source/formwizard.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: formwizard\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-29 19:07+0300\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/wizards/source/importwizard.po b/translations/source/be/wizards/source/importwizard.po
index f73383040eb..5dff91c38d3 100644
--- a/translations/source/be/wizards/source/importwizard.po
+++ b/translations/source/be/wizards/source/importwizard.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: importwizard\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-04 19:03+0200\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/wizards/source/schedule.po b/translations/source/be/wizards/source/schedule.po
index c2c335c3268..8e6523d2710 100644
--- a/translations/source/be/wizards/source/schedule.po
+++ b/translations/source/be/wizards/source/schedule.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: schedule\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/wizards/source/template.po b/translations/source/be/wizards/source/template.po
index 8febbb5a855..6d0301aaa6e 100644
--- a/translations/source/be/wizards/source/template.po
+++ b/translations/source/be/wizards/source/template.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: template\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-28 20:32+0300\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/xmlsecurity/source/component.po b/translations/source/be/xmlsecurity/source/component.po
index 9b76636f534..243ab747ae2 100644
--- a/translations/source/be/xmlsecurity/source/component.po
+++ b/translations/source/be/xmlsecurity/source/component.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: component\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 23:32+0300\n"
"Last-Translator: Yury Tarasievich\n"
"Language-Team: <en@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/be/xmlsecurity/source/dialogs.po b/translations/source/be/xmlsecurity/source/dialogs.po
index bf45aededb2..02a878f0067 100644
--- a/translations/source/be/xmlsecurity/source/dialogs.po
+++ b/translations/source/be/xmlsecurity/source/dialogs.po
@@ -3,13 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: dialogs\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-28 20:31+0300\n"
"Last-Translator: Yury Tarasievich <yury.tarasievich@gmail.com>\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: be\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/accessibility/source/helper.po b/translations/source/bg/accessibility/source/helper.po
index b403ba24d23..6de696853a8 100644
--- a/translations/source/bg/accessibility/source/helper.po
+++ b/translations/source/bg/accessibility/source/helper.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:56+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/avmedia/source/framework.po b/translations/source/bg/avmedia/source/framework.po
index 22c854af563..673d50fc009 100644
--- a/translations/source/bg/avmedia/source/framework.po
+++ b/translations/source/bg/avmedia/source/framework.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:56+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/avmedia/source/viewer.po b/translations/source/bg/avmedia/source/viewer.po
index 29a9beee53b..4774fa26f09 100644
--- a/translations/source/bg/avmedia/source/viewer.po
+++ b/translations/source/bg/avmedia/source/viewer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:56+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/basctl/source/basicide.po b/translations/source/bg/basctl/source/basicide.po
index 0c061b9521b..150767c7a24 100644
--- a/translations/source/bg/basctl/source/basicide.po
+++ b/translations/source/bg/basctl/source/basicide.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-03 11:57+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/basctl/source/dlged.po b/translations/source/bg/basctl/source/dlged.po
index 7902c8feec5..a33e313db46 100644
--- a/translations/source/bg/basctl/source/dlged.po
+++ b/translations/source/bg/basctl/source/dlged.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:56+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/basic/source/classes.po b/translations/source/bg/basic/source/classes.po
index 39859674226..c37f629b895 100644
--- a/translations/source/bg/basic/source/classes.po
+++ b/translations/source/bg/basic/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 18:56+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/basic/source/sbx.po b/translations/source/bg/basic/source/sbx.po
index 23a3d29c56b..0a35590f5e3 100644
--- a/translations/source/bg/basic/source/sbx.po
+++ b/translations/source/bg/basic/source/sbx.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:56+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/chart2/source/controller/dialogs.po b/translations/source/bg/chart2/source/controller/dialogs.po
index 87d3d12c85a..80664d15001 100644
--- a/translations/source/bg/chart2/source/controller/dialogs.po
+++ b/translations/source/bg/chart2/source/controller/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-12 17:22+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/connectivity/source/drivers/ado.po b/translations/source/bg/connectivity/source/drivers/ado.po
index 19a36ca12b4..c35f2065693 100644
--- a/translations/source/bg/connectivity/source/drivers/ado.po
+++ b/translations/source/bg/connectivity/source/drivers/ado.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:56+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/connectivity/source/drivers/calc.po b/translations/source/bg/connectivity/source/drivers/calc.po
index a8a3bb210a9..3996c20a24d 100644
--- a/translations/source/bg/connectivity/source/drivers/calc.po
+++ b/translations/source/bg/connectivity/source/drivers/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 18:56+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/connectivity/source/drivers/dbase.po b/translations/source/bg/connectivity/source/drivers/dbase.po
index c44c8ae79ff..ac9f08c2e14 100644
--- a/translations/source/bg/connectivity/source/drivers/dbase.po
+++ b/translations/source/bg/connectivity/source/drivers/dbase.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:56+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/connectivity/source/drivers/evoab2.po b/translations/source/bg/connectivity/source/drivers/evoab2.po
index 06820292a68..858aa0f17d8 100644
--- a/translations/source/bg/connectivity/source/drivers/evoab2.po
+++ b/translations/source/bg/connectivity/source/drivers/evoab2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 18:56+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/connectivity/source/drivers/flat.po b/translations/source/bg/connectivity/source/drivers/flat.po
index b821e8cb102..81d4ce3a11f 100644
--- a/translations/source/bg/connectivity/source/drivers/flat.po
+++ b/translations/source/bg/connectivity/source/drivers/flat.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:56+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/connectivity/source/drivers/hsqldb.po b/translations/source/bg/connectivity/source/drivers/hsqldb.po
index c419d4040e8..28cf027d391 100644
--- a/translations/source/bg/connectivity/source/drivers/hsqldb.po
+++ b/translations/source/bg/connectivity/source/drivers/hsqldb.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:56+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/connectivity/source/drivers/jdbc.po b/translations/source/bg/connectivity/source/drivers/jdbc.po
index 750fec33214..f30202a3ab7 100644
--- a/translations/source/bg/connectivity/source/drivers/jdbc.po
+++ b/translations/source/bg/connectivity/source/drivers/jdbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:56+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/connectivity/source/drivers/kab.po b/translations/source/bg/connectivity/source/drivers/kab.po
index d39c6b63450..a6f2223e094 100644
--- a/translations/source/bg/connectivity/source/drivers/kab.po
+++ b/translations/source/bg/connectivity/source/drivers/kab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:56+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/connectivity/source/drivers/macab.po b/translations/source/bg/connectivity/source/drivers/macab.po
index f2048f2d234..67c5e956218 100644
--- a/translations/source/bg/connectivity/source/drivers/macab.po
+++ b/translations/source/bg/connectivity/source/drivers/macab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:56+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/connectivity/source/drivers/mozab.po b/translations/source/bg/connectivity/source/drivers/mozab.po
index 466ce9a6bcf..42c0b399aaf 100644
--- a/translations/source/bg/connectivity/source/drivers/mozab.po
+++ b/translations/source/bg/connectivity/source/drivers/mozab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-12 13:44+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/connectivity/source/drivers/mysql.po b/translations/source/bg/connectivity/source/drivers/mysql.po
index 9802e8aff55..ae70629ed04 100644
--- a/translations/source/bg/connectivity/source/drivers/mysql.po
+++ b/translations/source/bg/connectivity/source/drivers/mysql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:56+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/connectivity/source/drivers/odbc.po b/translations/source/bg/connectivity/source/drivers/odbc.po
index fe87fe11bfe..3ee6c17b820 100644
--- a/translations/source/bg/connectivity/source/drivers/odbc.po
+++ b/translations/source/bg/connectivity/source/drivers/odbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:56+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/connectivity/source/drivers/postgresql.po b/translations/source/bg/connectivity/source/drivers/postgresql.po
index 2ae4caadb6b..136992b49da 100644
--- a/translations/source/bg/connectivity/source/drivers/postgresql.po
+++ b/translations/source/bg/connectivity/source/drivers/postgresql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-03 11:59+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -18,11 +18,3 @@ msgstr ""
#: postgresql.xcu#.Drivers.Installed.sdbc_postgresql__.DriverTypeDisplayName.value.text
msgid "PostgreSQL"
msgstr "PostgreSQL"
-
-#: description.xml#dispname.dispname.description.text
-msgid "PostgreSQL-SDBC Driver"
-msgstr "Драйвер за PostgreSQL-SDBC"
-
-#: 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 "Драйвер за бази от данни PostgreSQL за LibreOffice, който е по-бърз, тясно интегриран и не изисква инсталиране и настройване на отделен ODBC или JDBC драйвер. Съвместим с PostgreSQL версия 8.4 и по-нови.\n"
diff --git a/translations/source/bg/connectivity/source/resource.po b/translations/source/bg/connectivity/source/resource.po
index 420ef2022c7..1fd7f400cdc 100644
--- a/translations/source/bg/connectivity/source/resource.po
+++ b/translations/source/bg/connectivity/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-18 21:00+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/cui/source/customize.po b/translations/source/bg/cui/source/customize.po
index 2cb64504c5b..37e00689a07 100644
--- a/translations/source/bg/cui/source/customize.po
+++ b/translations/source/bg/cui/source/customize.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:56+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/cui/source/dialogs.po b/translations/source/bg/cui/source/dialogs.po
index 73785cb49fc..543eb984435 100644
--- a/translations/source/bg/cui/source/dialogs.po
+++ b/translations/source/bg/cui/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-12 13:52+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/cui/source/options.po b/translations/source/bg/cui/source/options.po
index 242da9c3c80..88a505d6b6b 100644
--- a/translations/source/bg/cui/source/options.po
+++ b/translations/source/bg/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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-12-25 12:07+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-26 20:22+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: optgenrl.src#RID_SFXPAGE_GENERAL.FT_COMPANY.fixedtext.text
@@ -1276,32 +1276,44 @@ msgid "Grid"
msgstr "Мрежа"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.6.itemlist.text
-msgctxt "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"
msgid "Print"
msgstr "Печат"
-#: 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"
+#: 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"
msgid "Table"
msgstr "Таблица"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text"
+#: 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"
msgid "Changes"
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"
+#: 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"
msgid "Compatibility"
msgstr "Съвместимост"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.10.itemlist.text
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.13.itemlist.text
msgid "AutoCaption"
msgstr "Автонадпис"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.11.itemlist.text
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.14.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/bg/cui/source/tabpages.po b/translations/source/bg/cui/source/tabpages.po
index c4dc664e20d..79de7474538 100644
--- a/translations/source/bg/cui/source/tabpages.po
+++ b/translations/source/bg/cui/source/tabpages.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%2Ftabpages.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-02-20 09:38+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: macroass.src#RID_SVXPAGE_EVENTASSIGN.STR_EVENT.string.text
diff --git a/translations/source/bg/dbaccess/source/core/resource.po b/translations/source/bg/dbaccess/source/core/resource.po
index 9f1098cd454..d64022ee03c 100644
--- a/translations/source/bg/dbaccess/source/core/resource.po
+++ b/translations/source/bg/dbaccess/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-03 21:16+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dbaccess/source/ext/adabas.po b/translations/source/bg/dbaccess/source/ext/adabas.po
index 588fad7b30a..c58c94d3fb9 100644
--- a/translations/source/bg/dbaccess/source/ext/adabas.po
+++ b/translations/source/bg/dbaccess/source/ext/adabas.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 20:30+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dbaccess/source/ext/macromigration.po b/translations/source/bg/dbaccess/source/ext/macromigration.po
index abacca622e2..1ac07fc7a0c 100644
--- a/translations/source/bg/dbaccess/source/ext/macromigration.po
+++ b/translations/source/bg/dbaccess/source/ext/macromigration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-25 12:10+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dbaccess/source/sdbtools/resource.po b/translations/source/bg/dbaccess/source/sdbtools/resource.po
index 6d5cdf38057..c6d8040a62f 100644
--- a/translations/source/bg/dbaccess/source/sdbtools/resource.po
+++ b/translations/source/bg/dbaccess/source/sdbtools/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 18:57+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dbaccess/source/ui/app.po b/translations/source/bg/dbaccess/source/ui/app.po
index 950dbae4057..98920e1ace9 100644
--- a/translations/source/bg/dbaccess/source/ui/app.po
+++ b/translations/source/bg/dbaccess/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 20:32+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dbaccess/source/ui/browser.po b/translations/source/bg/dbaccess/source/ui/browser.po
index 4fbe6a20d96..0c84ade4ca4 100644
--- a/translations/source/bg/dbaccess/source/ui/browser.po
+++ b/translations/source/bg/dbaccess/source/ui/browser.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:57+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dbaccess/source/ui/control.po b/translations/source/bg/dbaccess/source/ui/control.po
index cf1fca6fb6c..24e65e16a3b 100644
--- a/translations/source/bg/dbaccess/source/ui/control.po
+++ b/translations/source/bg/dbaccess/source/ui/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 18:57+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dbaccess/source/ui/dlg.po b/translations/source/bg/dbaccess/source/ui/dlg.po
index 31303e44c4e..0af64626183 100644
--- a/translations/source/bg/dbaccess/source/ui/dlg.po
+++ b/translations/source/bg/dbaccess/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-25 12:10+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dbaccess/source/ui/inc.po b/translations/source/bg/dbaccess/source/ui/inc.po
index 6d9297e8916..385af659015 100644
--- a/translations/source/bg/dbaccess/source/ui/inc.po
+++ b/translations/source/bg/dbaccess/source/ui/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 18:57+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dbaccess/source/ui/misc.po b/translations/source/bg/dbaccess/source/ui/misc.po
index 9f5c4ec6ea0..258838f4ca8 100644
--- a/translations/source/bg/dbaccess/source/ui/misc.po
+++ b/translations/source/bg/dbaccess/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-03 21:18+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dbaccess/source/ui/querydesign.po b/translations/source/bg/dbaccess/source/ui/querydesign.po
index 8090250b25e..0ade108f4bd 100644
--- a/translations/source/bg/dbaccess/source/ui/querydesign.po
+++ b/translations/source/bg/dbaccess/source/ui/querydesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:57+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dbaccess/source/ui/relationdesign.po b/translations/source/bg/dbaccess/source/ui/relationdesign.po
index c002059a1c0..8003e6e04f6 100644
--- a/translations/source/bg/dbaccess/source/ui/relationdesign.po
+++ b/translations/source/bg/dbaccess/source/ui/relationdesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-25 12:26+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dbaccess/source/ui/tabledesign.po b/translations/source/bg/dbaccess/source/ui/tabledesign.po
index f14367ff542..f30adb0e805 100644
--- a/translations/source/bg/dbaccess/source/ui/tabledesign.po
+++ b/translations/source/bg/dbaccess/source/ui/tabledesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 18:57+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dbaccess/source/ui/uno.po b/translations/source/bg/dbaccess/source/ui/uno.po
index ecf1f967a88..30d4bb4d0bb 100644
--- a/translations/source/bg/dbaccess/source/ui/uno.po
+++ b/translations/source/bg/dbaccess/source/ui/uno.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 18:57+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/desktop/source/app.po b/translations/source/bg/desktop/source/app.po
index ee2ec905935..21a463c16ef 100644
--- a/translations/source/bg/desktop/source/app.po
+++ b/translations/source/bg/desktop/source/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-12 13:45+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/desktop/source/deployment/gui.po b/translations/source/bg/desktop/source/deployment/gui.po
index ea0030cfef1..393ec8cd367 100644
--- a/translations/source/bg/desktop/source/deployment/gui.po
+++ b/translations/source/bg/desktop/source/deployment/gui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-25 12:28+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/desktop/source/deployment/manager.po b/translations/source/bg/desktop/source/deployment/manager.po
index 59741152501..14cacfea493 100644
--- a/translations/source/bg/desktop/source/deployment/manager.po
+++ b/translations/source/bg/desktop/source/deployment/manager.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:57+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/desktop/source/deployment/misc.po b/translations/source/bg/desktop/source/deployment/misc.po
index 488d9184821..55b41b76eb5 100644
--- a/translations/source/bg/desktop/source/deployment/misc.po
+++ b/translations/source/bg/desktop/source/deployment/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-03 12:02+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/desktop/source/deployment/registry.po b/translations/source/bg/desktop/source/deployment/registry.po
index 661eb60aff5..9a9a25b7943 100644
--- a/translations/source/bg/desktop/source/deployment/registry.po
+++ b/translations/source/bg/desktop/source/deployment/registry.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:57+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/desktop/source/deployment/registry/component.po b/translations/source/bg/desktop/source/deployment/registry/component.po
index a131475d49d..13880e02f08 100644
--- a/translations/source/bg/desktop/source/deployment/registry/component.po
+++ b/translations/source/bg/desktop/source/deployment/registry/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 21:28+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/desktop/source/deployment/registry/configuration.po b/translations/source/bg/desktop/source/deployment/registry/configuration.po
index b8703dd48b9..12778508632 100644
--- a/translations/source/bg/desktop/source/deployment/registry/configuration.po
+++ b/translations/source/bg/desktop/source/deployment/registry/configuration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:57+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/desktop/source/deployment/registry/help.po b/translations/source/bg/desktop/source/deployment/registry/help.po
index 1f0d9f9d8d1..ebabb734d7a 100644
--- a/translations/source/bg/desktop/source/deployment/registry/help.po
+++ b/translations/source/bg/desktop/source/deployment/registry/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:57+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/desktop/source/deployment/registry/package.po b/translations/source/bg/desktop/source/deployment/registry/package.po
index c441b195853..df3b0f59f73 100644
--- a/translations/source/bg/desktop/source/deployment/registry/package.po
+++ b/translations/source/bg/desktop/source/deployment/registry/package.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:57+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/desktop/source/deployment/registry/script.po b/translations/source/bg/desktop/source/deployment/registry/script.po
index a992f0eac55..00beb8488cb 100644
--- a/translations/source/bg/desktop/source/deployment/registry/script.po
+++ b/translations/source/bg/desktop/source/deployment/registry/script.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 18:57+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/desktop/source/deployment/registry/sfwk.po b/translations/source/bg/desktop/source/deployment/registry/sfwk.po
index b5516871040..43ebe2d601d 100644
--- a/translations/source/bg/desktop/source/deployment/registry/sfwk.po
+++ b/translations/source/bg/desktop/source/deployment/registry/sfwk.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:57+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/desktop/source/deployment/unopkg.po b/translations/source/bg/desktop/source/deployment/unopkg.po
index 13476797395..d83cab08835 100644
--- a/translations/source/bg/desktop/source/deployment/unopkg.po
+++ b/translations/source/bg/desktop/source/deployment/unopkg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 18:57+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/af_ZA.po b/translations/source/bg/dictionaries/af_ZA.po
index 38b6013041d..5a5176e3ae4 100644
--- a/translations/source/bg/dictionaries/af_ZA.po
+++ b/translations/source/bg/dictionaries/af_ZA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-18 20:41+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/an_ES.po b/translations/source/bg/dictionaries/an_ES.po
index 7de578b5d2c..51c7075d203 100644
--- a/translations/source/bg/dictionaries/an_ES.po
+++ b/translations/source/bg/dictionaries/an_ES.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fan_ES.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-25 19:03+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/ar.po b/translations/source/bg/dictionaries/ar.po
index f5e204051d7..e6a4d4c3c0e 100644
--- a/translations/source/bg/dictionaries/ar.po
+++ b/translations/source/bg/dictionaries/ar.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-18 20:45+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/be_BY.po b/translations/source/bg/dictionaries/be_BY.po
index 805b607096f..9301bb6faa1 100644
--- a/translations/source/bg/dictionaries/be_BY.po
+++ b/translations/source/bg/dictionaries/be_BY.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-03 12:06+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/bg_BG.po b/translations/source/bg/dictionaries/bg_BG.po
index f37c6f9f9cb..4b5a0fd0d4c 100644
--- a/translations/source/bg/dictionaries/bg_BG.po
+++ b/translations/source/bg/dictionaries/bg_BG.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-18 21:18+0300\n"
"Last-Translator: Михаил Балабанов <mishob@abv.bg>\n"
"Language-Team: .\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/bn_BD.po b/translations/source/bg/dictionaries/bn_BD.po
index 7d06e7c255c..f43e2a57bd3 100644
--- a/translations/source/bg/dictionaries/bn_BD.po
+++ b/translations/source/bg/dictionaries/bn_BD.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-18 20:26+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/br_FR.po b/translations/source/bg/dictionaries/br_FR.po
index f8c17f266f2..4d57e4b7b80 100644
--- a/translations/source/bg/dictionaries/br_FR.po
+++ b/translations/source/bg/dictionaries/br_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-18 20:27+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/ca.po b/translations/source/bg/dictionaries/ca.po
index 38b76e1d99c..a2a15ae03c3 100644
--- a/translations/source/bg/dictionaries/ca.po
+++ b/translations/source/bg/dictionaries/ca.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-18 20:22+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/cs_CZ.po b/translations/source/bg/dictionaries/cs_CZ.po
index 746670e68d9..157e6948cc3 100644
--- a/translations/source/bg/dictionaries/cs_CZ.po
+++ b/translations/source/bg/dictionaries/cs_CZ.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-18 20:22+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/da_DK.po b/translations/source/bg/dictionaries/da_DK.po
index 4d9a333ce2b..31452a68c59 100644
--- a/translations/source/bg/dictionaries/da_DK.po
+++ b/translations/source/bg/dictionaries/da_DK.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-18 20:23+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/de.po b/translations/source/bg/dictionaries/de.po
index 641ecbfbb37..e9a9768b911 100644
--- a/translations/source/bg/dictionaries/de.po
+++ b/translations/source/bg/dictionaries/de.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-18 20:49+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/el_GR.po b/translations/source/bg/dictionaries/el_GR.po
index eeca2bbe787..60ac407294a 100644
--- a/translations/source/bg/dictionaries/el_GR.po
+++ b/translations/source/bg/dictionaries/el_GR.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-03 12:09+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/en.po b/translations/source/bg/dictionaries/en.po
index c3be7a7d97f..09c362695bf 100644
--- a/translations/source/bg/dictionaries/en.po
+++ b/translations/source/bg/dictionaries/en.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-26 12:47+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/en/dialog.po b/translations/source/bg/dictionaries/en/dialog.po
index f6ec4483db4..d012ee2dcc2 100644
--- a/translations/source/bg/dictionaries/en/dialog.po
+++ b/translations/source/bg/dictionaries/en/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-26 14:36+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/es_ES.po b/translations/source/bg/dictionaries/es_ES.po
index 458738e6cfb..9b83dc256cb 100644
--- a/translations/source/bg/dictionaries/es_ES.po
+++ b/translations/source/bg/dictionaries/es_ES.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-18 20:27+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/et_EE.po b/translations/source/bg/dictionaries/et_EE.po
index e7d57b858db..27aa63d3f2a 100644
--- a/translations/source/bg/dictionaries/et_EE.po
+++ b/translations/source/bg/dictionaries/et_EE.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-18 20:41+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/fr_FR.po b/translations/source/bg/dictionaries/fr_FR.po
index a58f4e80e8f..94db687de03 100644
--- a/translations/source/bg/dictionaries/fr_FR.po
+++ b/translations/source/bg/dictionaries/fr_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-18 20:23+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/gd_GB.po b/translations/source/bg/dictionaries/gd_GB.po
index 73e05beb758..986cb96e73f 100644
--- a/translations/source/bg/dictionaries/gd_GB.po
+++ b/translations/source/bg/dictionaries/gd_GB.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-03 12:10+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/gl.po b/translations/source/bg/dictionaries/gl.po
index fe058ca9d73..3288f2edceb 100644
--- a/translations/source/bg/dictionaries/gl.po
+++ b/translations/source/bg/dictionaries/gl.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-18 20:29+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/gu_IN.po b/translations/source/bg/dictionaries/gu_IN.po
index a2c4eef8bae..6035a6a84bb 100644
--- a/translations/source/bg/dictionaries/gu_IN.po
+++ b/translations/source/bg/dictionaries/gu_IN.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-18 20:29+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/he_IL.po b/translations/source/bg/dictionaries/he_IL.po
index 30a140328de..90d980f748b 100644
--- a/translations/source/bg/dictionaries/he_IL.po
+++ b/translations/source/bg/dictionaries/he_IL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-18 20:30+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/hi_IN.po b/translations/source/bg/dictionaries/hi_IN.po
index 21a16fd9dc8..c8aaf31c95a 100644
--- a/translations/source/bg/dictionaries/hi_IN.po
+++ b/translations/source/bg/dictionaries/hi_IN.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-18 20:51+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/hr_HR.po b/translations/source/bg/dictionaries/hr_HR.po
index 55d2cb48526..124e255d277 100644
--- a/translations/source/bg/dictionaries/hr_HR.po
+++ b/translations/source/bg/dictionaries/hr_HR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-18 20:42+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/hu_HU.po b/translations/source/bg/dictionaries/hu_HU.po
index 36b060f4cdb..ba46952e256 100644
--- a/translations/source/bg/dictionaries/hu_HU.po
+++ b/translations/source/bg/dictionaries/hu_HU.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-26 14:37+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/hu_HU/dialog.po b/translations/source/bg/dictionaries/hu_HU/dialog.po
index b33fdd8bba5..794bf68cd6e 100644
--- a/translations/source/bg/dictionaries/hu_HU/dialog.po
+++ b/translations/source/bg/dictionaries/hu_HU/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-26 15:14+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/it_IT.po b/translations/source/bg/dictionaries/it_IT.po
index 66be3902534..aacf5716613 100644
--- a/translations/source/bg/dictionaries/it_IT.po
+++ b/translations/source/bg/dictionaries/it_IT.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-18 20:24+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/ku_TR.po b/translations/source/bg/dictionaries/ku_TR.po
index 5f75c1e7445..b7205627f93 100644
--- a/translations/source/bg/dictionaries/ku_TR.po
+++ b/translations/source/bg/dictionaries/ku_TR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-18 20:52+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/lt_LT.po b/translations/source/bg/dictionaries/lt_LT.po
index 29c20db902e..391e7c0e827 100644
--- a/translations/source/bg/dictionaries/lt_LT.po
+++ b/translations/source/bg/dictionaries/lt_LT.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-18 20:43+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/lv_LV.po b/translations/source/bg/dictionaries/lv_LV.po
index a35ef987b08..89980211587 100644
--- a/translations/source/bg/dictionaries/lv_LV.po
+++ b/translations/source/bg/dictionaries/lv_LV.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-18 20:43+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/ne_NP.po b/translations/source/bg/dictionaries/ne_NP.po
index d61be95118f..f5bd1afe737 100644
--- a/translations/source/bg/dictionaries/ne_NP.po
+++ b/translations/source/bg/dictionaries/ne_NP.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-18 20:46+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/nl_NL.po b/translations/source/bg/dictionaries/nl_NL.po
index 88915937ef7..0ae40666225 100644
--- a/translations/source/bg/dictionaries/nl_NL.po
+++ b/translations/source/bg/dictionaries/nl_NL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-18 20:44+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/no.po b/translations/source/bg/dictionaries/no.po
index a6f93c7a0ad..fcdf06caef5 100644
--- a/translations/source/bg/dictionaries/no.po
+++ b/translations/source/bg/dictionaries/no.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-18 20:55+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/oc_FR.po b/translations/source/bg/dictionaries/oc_FR.po
index 65b55e0ec7f..daf1c1e4751 100644
--- a/translations/source/bg/dictionaries/oc_FR.po
+++ b/translations/source/bg/dictionaries/oc_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-18 20:33+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/pl_PL.po b/translations/source/bg/dictionaries/pl_PL.po
index 1875f7c8e41..2ac0e10656a 100644
--- a/translations/source/bg/dictionaries/pl_PL.po
+++ b/translations/source/bg/dictionaries/pl_PL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-18 20:24+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/pt_BR.po b/translations/source/bg/dictionaries/pt_BR.po
index a030cce20b6..6f9b9b0b450 100644
--- a/translations/source/bg/dictionaries/pt_BR.po
+++ b/translations/source/bg/dictionaries/pt_BR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-18 20:57+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/pt_PT.po b/translations/source/bg/dictionaries/pt_PT.po
index 66c77fe1d20..c18d722d916 100644
--- a/translations/source/bg/dictionaries/pt_PT.po
+++ b/translations/source/bg/dictionaries/pt_PT.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-18 20:57+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/ro.po b/translations/source/bg/dictionaries/ro.po
index 88122643935..e722d5ffefa 100644
--- a/translations/source/bg/dictionaries/ro.po
+++ b/translations/source/bg/dictionaries/ro.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-18 20:24+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/ru_RU.po b/translations/source/bg/dictionaries/ru_RU.po
index e2686561a11..198231343e8 100644
--- a/translations/source/bg/dictionaries/ru_RU.po
+++ b/translations/source/bg/dictionaries/ru_RU.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-26 15:14+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/ru_RU/dialog.po b/translations/source/bg/dictionaries/ru_RU/dialog.po
index dbe92d12298..9f49261e89c 100644
--- a/translations/source/bg/dictionaries/ru_RU/dialog.po
+++ b/translations/source/bg/dictionaries/ru_RU/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-26 15:18+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/si_LK.po b/translations/source/bg/dictionaries/si_LK.po
index 2973e01ea3c..e0894eb77d1 100644
--- a/translations/source/bg/dictionaries/si_LK.po
+++ b/translations/source/bg/dictionaries/si_LK.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fsi_LK.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-26 15:31+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/sk_SK.po b/translations/source/bg/dictionaries/sk_SK.po
index 7b59c1ac99e..f71ad7b179c 100644
--- a/translations/source/bg/dictionaries/sk_SK.po
+++ b/translations/source/bg/dictionaries/sk_SK.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-18 20:25+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/sl_SI.po b/translations/source/bg/dictionaries/sl_SI.po
index 5a55501a320..a008a53dedf 100644
--- a/translations/source/bg/dictionaries/sl_SI.po
+++ b/translations/source/bg/dictionaries/sl_SI.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-18 20:25+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/sr.po b/translations/source/bg/dictionaries/sr.po
index be1d628c2dc..167c368dde9 100644
--- a/translations/source/bg/dictionaries/sr.po
+++ b/translations/source/bg/dictionaries/sr.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-18 20:59+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/sv_SE.po b/translations/source/bg/dictionaries/sv_SE.po
index d97a0737089..ae6e6fb0171 100644
--- a/translations/source/bg/dictionaries/sv_SE.po
+++ b/translations/source/bg/dictionaries/sv_SE.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-18 20:47+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/sw_TZ.po b/translations/source/bg/dictionaries/sw_TZ.po
index 78c2836419f..4f3c2a8c74d 100644
--- a/translations/source/bg/dictionaries/sw_TZ.po
+++ b/translations/source/bg/dictionaries/sw_TZ.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-18 20:33+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/te_IN.po b/translations/source/bg/dictionaries/te_IN.po
index a83cd96d101..f1e4847bb58 100644
--- a/translations/source/bg/dictionaries/te_IN.po
+++ b/translations/source/bg/dictionaries/te_IN.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-03 12:12+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/th_TH.po b/translations/source/bg/dictionaries/th_TH.po
index cd1883c4a37..2edabf885d2 100644
--- a/translations/source/bg/dictionaries/th_TH.po
+++ b/translations/source/bg/dictionaries/th_TH.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-18 20:36+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/uk_UA.po b/translations/source/bg/dictionaries/uk_UA.po
index 1399bb67971..7c8792a4aed 100644
--- a/translations/source/bg/dictionaries/uk_UA.po
+++ b/translations/source/bg/dictionaries/uk_UA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-18 20:25+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/vi.po b/translations/source/bg/dictionaries/vi.po
index a16f644176c..9f070363876 100644
--- a/translations/source/bg/dictionaries/vi.po
+++ b/translations/source/bg/dictionaries/vi.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-18 20:36+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/dictionaries/zu_ZA.po b/translations/source/bg/dictionaries/zu_ZA.po
index 96b97fb9f3d..1ce265686d4 100644
--- a/translations/source/bg/dictionaries/zu_ZA.po
+++ b/translations/source/bg/dictionaries/zu_ZA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-18 20:38+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/editeng/source/accessibility.po b/translations/source/bg/editeng/source/accessibility.po
index 88cb4dcb310..1e75a301dcf 100644
--- a/translations/source/bg/editeng/source/accessibility.po
+++ b/translations/source/bg/editeng/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:57+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/editeng/source/editeng.po b/translations/source/bg/editeng/source/editeng.po
index c17b240e65e..d4b534faa45 100644
--- a/translations/source/bg/editeng/source/editeng.po
+++ b/translations/source/bg/editeng/source/editeng.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-18 01:53+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/editeng/source/items.po b/translations/source/bg/editeng/source/items.po
index 3226063c16b..7eff8271726 100644
--- a/translations/source/bg/editeng/source/items.po
+++ b/translations/source/bg/editeng/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-12 17:28+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/editeng/source/misc.po b/translations/source/bg/editeng/source/misc.po
index 1369b6a0b1b..ddb5c3b3486 100644
--- a/translations/source/bg/editeng/source/misc.po
+++ b/translations/source/bg/editeng/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:57+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/editeng/source/outliner.po b/translations/source/bg/editeng/source/outliner.po
index e82218255f5..10a1b33d1e5 100644
--- a/translations/source/bg/editeng/source/outliner.po
+++ b/translations/source/bg/editeng/source/outliner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 18:57+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/extensions/source/abpilot.po b/translations/source/bg/extensions/source/abpilot.po
index 57d5a78035f..cf59a1b219c 100644
--- a/translations/source/bg/extensions/source/abpilot.po
+++ b/translations/source/bg/extensions/source/abpilot.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-12 13:45+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/extensions/source/bibliography.po b/translations/source/bg/extensions/source/bibliography.po
index d7378ebcb51..5c5a3e6f7bf 100644
--- a/translations/source/bg/extensions/source/bibliography.po
+++ b/translations/source/bg/extensions/source/bibliography.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:57+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/extensions/source/dbpilots.po b/translations/source/bg/extensions/source/dbpilots.po
index 1d4e02095ff..3f5d3e5f4b6 100644
--- a/translations/source/bg/extensions/source/dbpilots.po
+++ b/translations/source/bg/extensions/source/dbpilots.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:57+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/extensions/source/propctrlr.po b/translations/source/bg/extensions/source/propctrlr.po
index ff31d8e2eb1..5160bf79c29 100644
--- a/translations/source/bg/extensions/source/propctrlr.po
+++ b/translations/source/bg/extensions/source/propctrlr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-12 17:24+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/extensions/source/scanner.po b/translations/source/bg/extensions/source/scanner.po
index d16112068da..09eaebd8278 100644
--- a/translations/source/bg/extensions/source/scanner.po
+++ b/translations/source/bg/extensions/source/scanner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-02 01:58+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/extensions/source/update/check.po b/translations/source/bg/extensions/source/update/check.po
index 8c699c59d7f..bec0c0c8d1c 100644
--- a/translations/source/bg/extensions/source/update/check.po
+++ b/translations/source/bg/extensions/source/update/check.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 01:38+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/filter/source/config/fragments/filters.po b/translations/source/bg/filter/source/config/fragments/filters.po
index 03f8af8f1ab..fbd0d3a238d 100644
--- a/translations/source/bg/filter/source/config/fragments/filters.po
+++ b/translations/source/bg/filter/source/config/fragments/filters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-12 14:14+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/filter/source/config/fragments/internalgraphicfilters.po b/translations/source/bg/filter/source/config/fragments/internalgraphicfilters.po
index 2e97aaf75fd..06883a1551a 100644
--- a/translations/source/bg/filter/source/config/fragments/internalgraphicfilters.po
+++ b/translations/source/bg/filter/source/config/fragments/internalgraphicfilters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:57+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/filter/source/config/fragments/types.po b/translations/source/bg/filter/source/config/fragments/types.po
index 964a5107799..28cdef20b7e 100644
--- a/translations/source/bg/filter/source/config/fragments/types.po
+++ b/translations/source/bg/filter/source/config/fragments/types.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-01 22:58+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/filter/source/flash.po b/translations/source/bg/filter/source/flash.po
index bea7f24cc04..f6a3b221a41 100644
--- a/translations/source/bg/filter/source/flash.po
+++ b/translations/source/bg/filter/source/flash.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:57+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/filter/source/graphicfilter/eps.po b/translations/source/bg/filter/source/graphicfilter/eps.po
index cc227ac1537..002af5962b5 100644
--- a/translations/source/bg/filter/source/graphicfilter/eps.po
+++ b/translations/source/bg/filter/source/graphicfilter/eps.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:57+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/filter/source/pdf.po b/translations/source/bg/filter/source/pdf.po
index 0a9a0cc62be..c1368747389 100644
--- a/translations/source/bg/filter/source/pdf.po
+++ b/translations/source/bg/filter/source/pdf.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-07 15:04+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/filter/source/t602.po b/translations/source/bg/filter/source/t602.po
index eded746f49c..8f6de95e86e 100644
--- a/translations/source/bg/filter/source/t602.po
+++ b/translations/source/bg/filter/source/t602.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:57+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/filter/source/xsltdialog.po b/translations/source/bg/filter/source/xsltdialog.po
index de9bf3b7c09..1a11fbc35f0 100644
--- a/translations/source/bg/filter/source/xsltdialog.po
+++ b/translations/source/bg/filter/source/xsltdialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-03 12:13+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/forms/source/resource.po b/translations/source/bg/forms/source/resource.po
index 969eaddec9a..3cd9aba373e 100644
--- a/translations/source/bg/forms/source/resource.po
+++ b/translations/source/bg/forms/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 18:57+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/formula/source/core/resource.po b/translations/source/bg/formula/source/core/resource.po
index 975ed7b5e2a..a36e34db227 100644
--- a/translations/source/bg/formula/source/core/resource.po
+++ b/translations/source/bg/formula/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-25 12:29+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/formula/source/ui/dlg.po b/translations/source/bg/formula/source/ui/dlg.po
index 4955d4c25ea..fcf5c734cff 100644
--- a/translations/source/bg/formula/source/ui/dlg.po
+++ b/translations/source/bg/formula/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:57+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/fpicker/source/office.po b/translations/source/bg/fpicker/source/office.po
index abb9ed43bd3..824257e8d45 100644
--- a/translations/source/bg/fpicker/source/office.po
+++ b/translations/source/bg/fpicker/source/office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-19 18:27+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/framework/source/classes.po b/translations/source/bg/framework/source/classes.po
index 7c0796d3b5a..6d7b4833a1b 100644
--- a/translations/source/bg/framework/source/classes.po
+++ b/translations/source/bg/framework/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 18:57+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/framework/source/services.po b/translations/source/bg/framework/source/services.po
index 8c6ad13c5ba..bf85d96097e 100644
--- a/translations/source/bg/framework/source/services.po
+++ b/translations/source/bg/framework/source/services.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:57+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/helpcontent2/source/text/sbasic/guide.po b/translations/source/bg/helpcontent2/source/text/sbasic/guide.po
index 423050e82fa..e133d141d52 100644
--- a/translations/source/bg/helpcontent2/source/text/sbasic/guide.po
+++ b/translations/source/bg/helpcontent2/source/text/sbasic/guide.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 18:44+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/sbasic/shared.po b/translations/source/bg/helpcontent2/source/text/sbasic/shared.po
index 37ea2cd889c..c354e5c7b35 100644
--- a/translations/source/bg/helpcontent2/source/text/sbasic/shared.po
+++ b/translations/source/bg/helpcontent2/source/text/sbasic/shared.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-25 13:46+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/sbasic/shared/01.po b/translations/source/bg/helpcontent2/source/text/sbasic/shared/01.po
index 5881d37a8a7..76da65080ea 100644
--- a/translations/source/bg/helpcontent2/source/text/sbasic/shared/01.po
+++ b/translations/source/bg/helpcontent2/source/text/sbasic/shared/01.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 18:44+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/sbasic/shared/02.po b/translations/source/bg/helpcontent2/source/text/sbasic/shared/02.po
index ee8b560f4f3..311e71bf34b 100644
--- a/translations/source/bg/helpcontent2/source/text/sbasic/shared/02.po
+++ b/translations/source/bg/helpcontent2/source/text/sbasic/shared/02.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-08-01 22:10+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/scalc.po b/translations/source/bg/helpcontent2/source/text/scalc.po
index 3c7b85a8f82..eaca3517dfe 100644
--- a/translations/source/bg/helpcontent2/source/text/scalc.po
+++ b/translations/source/bg/helpcontent2/source/text/scalc.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+helpcontent2%2Fsource%2Ftext%2Fscalc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-04 11:30+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/scalc/00.po b/translations/source/bg/helpcontent2/source/text/scalc/00.po
index a29b0b5628b..cd70aaf4725 100644
--- a/translations/source/bg/helpcontent2/source/text/scalc/00.po
+++ b/translations/source/bg/helpcontent2/source/text/scalc/00.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-08-27 22:57+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/scalc/01.po b/translations/source/bg/helpcontent2/source/text/scalc/01.po
index 5dc531e1fed..3aa8adc4667 100644
--- a/translations/source/bg/helpcontent2/source/text/scalc/01.po
+++ b/translations/source/bg/helpcontent2/source/text/scalc/01.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-25 18:46+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: .\n"
diff --git a/translations/source/bg/helpcontent2/source/text/scalc/02.po b/translations/source/bg/helpcontent2/source/text/scalc/02.po
index e9fb0c3fb44..eb51e82d901 100644
--- a/translations/source/bg/helpcontent2/source/text/scalc/02.po
+++ b/translations/source/bg/helpcontent2/source/text/scalc/02.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-08-28 10:44+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/scalc/04.po b/translations/source/bg/helpcontent2/source/text/scalc/04.po
index 60a9ebf6492..75e2a282ebc 100644
--- a/translations/source/bg/helpcontent2/source/text/scalc/04.po
+++ b/translations/source/bg/helpcontent2/source/text/scalc/04.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-25 18:51+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/scalc/05.po b/translations/source/bg/helpcontent2/source/text/scalc/05.po
index 769be42137c..e5b4f97212c 100644
--- a/translations/source/bg/helpcontent2/source/text/scalc/05.po
+++ b/translations/source/bg/helpcontent2/source/text/scalc/05.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-12-04 20:06+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/scalc/guide.po b/translations/source/bg/helpcontent2/source/text/scalc/guide.po
index 0e2a870cb7d..27b8cc7dbe9 100644
--- a/translations/source/bg/helpcontent2/source/text/scalc/guide.po
+++ b/translations/source/bg/helpcontent2/source/text/scalc/guide.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-12-27 12:54+0300\n"
"Last-Translator: Михаил Балабанов <mishob@abv.bg>\n"
"Language-Team: .\n"
diff --git a/translations/source/bg/helpcontent2/source/text/schart.po b/translations/source/bg/helpcontent2/source/text/schart.po
index b276799a45d..fc9d3c73571 100644
--- a/translations/source/bg/helpcontent2/source/text/schart.po
+++ b/translations/source/bg/helpcontent2/source/text/schart.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+helpcontent2%2Fsource%2Ftext%2Fschart.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 18:44+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/schart/00.po b/translations/source/bg/helpcontent2/source/text/schart/00.po
index aceb3ef16a1..45c89e3625b 100644
--- a/translations/source/bg/helpcontent2/source/text/schart/00.po
+++ b/translations/source/bg/helpcontent2/source/text/schart/00.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-10-22 15:48+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/schart/01.po b/translations/source/bg/helpcontent2/source/text/schart/01.po
index 71e39e7730d..839030998db 100644
--- a/translations/source/bg/helpcontent2/source/text/schart/01.po
+++ b/translations/source/bg/helpcontent2/source/text/schart/01.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-11-02 21:23+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/schart/02.po b/translations/source/bg/helpcontent2/source/text/schart/02.po
index 65a674b0f32..6d36b7d8c4f 100644
--- a/translations/source/bg/helpcontent2/source/text/schart/02.po
+++ b/translations/source/bg/helpcontent2/source/text/schart/02.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 18:44+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/schart/04.po b/translations/source/bg/helpcontent2/source/text/schart/04.po
index b2370f57132..7aa8f29c6d0 100644
--- a/translations/source/bg/helpcontent2/source/text/schart/04.po
+++ b/translations/source/bg/helpcontent2/source/text/schart/04.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 18:44+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/sdraw.po b/translations/source/bg/helpcontent2/source/text/sdraw.po
index 3eaee561591..f868297f14c 100644
--- a/translations/source/bg/helpcontent2/source/text/sdraw.po
+++ b/translations/source/bg/helpcontent2/source/text/sdraw.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+helpcontent2%2Fsource%2Ftext%2Fsdraw.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-10-22 13:43+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/sdraw/00.po b/translations/source/bg/helpcontent2/source/text/sdraw/00.po
index 17daa3416d6..6f708157ad6 100644
--- a/translations/source/bg/helpcontent2/source/text/sdraw/00.po
+++ b/translations/source/bg/helpcontent2/source/text/sdraw/00.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 18:44+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/sdraw/01.po b/translations/source/bg/helpcontent2/source/text/sdraw/01.po
index 7c0947e446b..970ef62412c 100644
--- a/translations/source/bg/helpcontent2/source/text/sdraw/01.po
+++ b/translations/source/bg/helpcontent2/source/text/sdraw/01.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 18:44+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/sdraw/04.po b/translations/source/bg/helpcontent2/source/text/sdraw/04.po
index edf9a3eaa7e..7bf4a9f1d20 100644
--- a/translations/source/bg/helpcontent2/source/text/sdraw/04.po
+++ b/translations/source/bg/helpcontent2/source/text/sdraw/04.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-25 18:58+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/sdraw/guide.po b/translations/source/bg/helpcontent2/source/text/sdraw/guide.po
index 00ae605f9c4..4f7211ab3ad 100644
--- a/translations/source/bg/helpcontent2/source/text/sdraw/guide.po
+++ b/translations/source/bg/helpcontent2/source/text/sdraw/guide.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-05-04 01:29+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/shared.po b/translations/source/bg/helpcontent2/source/text/shared.po
index 4fd1dfccf95..f9aae6f5fcb 100644
--- a/translations/source/bg/helpcontent2/source/text/shared.po
+++ b/translations/source/bg/helpcontent2/source/text/shared.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+helpcontent2%2Fsource%2Ftext%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-12-05 02:23+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/shared/00.po b/translations/source/bg/helpcontent2/source/text/shared/00.po
index d9a1b57e087..51130ece36f 100644
--- a/translations/source/bg/helpcontent2/source/text/shared/00.po
+++ b/translations/source/bg/helpcontent2/source/text/shared/00.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-01-12 16:19+0200\n"
"Last-Translator: mbalabanov <m.balabanov@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 00000200.xhp#tit.help.text
diff --git a/translations/source/bg/helpcontent2/source/text/shared/01.po b/translations/source/bg/helpcontent2/source/text/shared/01.po
index d8ec11966ef..cab7ad277a7 100644
--- a/translations/source/bg/helpcontent2/source/text/shared/01.po
+++ b/translations/source/bg/helpcontent2/source/text/shared/01.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-12-25 19:02+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: .\n"
diff --git a/translations/source/bg/helpcontent2/source/text/shared/02.po b/translations/source/bg/helpcontent2/source/text/shared/02.po
index 88e5e22ea35..1f24851f0c9 100644
--- a/translations/source/bg/helpcontent2/source/text/shared/02.po
+++ b/translations/source/bg/helpcontent2/source/text/shared/02.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-12-27 12:37+0300\n"
"Last-Translator: Михаил Балабанов <mishob@abv.bg>\n"
"Language-Team: .\n"
diff --git a/translations/source/bg/helpcontent2/source/text/shared/04.po b/translations/source/bg/helpcontent2/source/text/shared/04.po
index 880c3b52a12..b51e559280e 100644
--- a/translations/source/bg/helpcontent2/source/text/shared/04.po
+++ b/translations/source/bg/helpcontent2/source/text/shared/04.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-05-04 01:52+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/shared/05.po b/translations/source/bg/helpcontent2/source/text/shared/05.po
index eaa5e3546f3..e0255ac1df2 100644
--- a/translations/source/bg/helpcontent2/source/text/shared/05.po
+++ b/translations/source/bg/helpcontent2/source/text/shared/05.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 18:46+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/shared/07.po b/translations/source/bg/helpcontent2/source/text/shared/07.po
index 1c6b2b860cb..f4c718f4c2b 100644
--- a/translations/source/bg/helpcontent2/source/text/shared/07.po
+++ b/translations/source/bg/helpcontent2/source/text/shared/07.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F07.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 18:46+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/shared/autokorr.po b/translations/source/bg/helpcontent2/source/text/shared/autokorr.po
index b95e55adf24..c401fc6469d 100644
--- a/translations/source/bg/helpcontent2/source/text/shared/autokorr.po
+++ b/translations/source/bg/helpcontent2/source/text/shared/autokorr.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautokorr.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 18:46+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/shared/autopi.po b/translations/source/bg/helpcontent2/source/text/shared/autopi.po
index 854113e0b53..c88c412f280 100644
--- a/translations/source/bg/helpcontent2/source/text/shared/autopi.po
+++ b/translations/source/bg/helpcontent2/source/text/shared/autopi.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautopi.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-10-22 16:00+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/shared/explorer/database.po b/translations/source/bg/helpcontent2/source/text/shared/explorer/database.po
index 5b4bf282f42..bb1760ee258 100644
--- a/translations/source/bg/helpcontent2/source/text/shared/explorer/database.po
+++ b/translations/source/bg/helpcontent2/source/text/shared/explorer/database.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fexplorer%2Fdatabase.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-11-02 22:58+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/shared/guide.po b/translations/source/bg/helpcontent2/source/text/shared/guide.po
index 643dc158c05..e1d1cc34805 100644
--- a/translations/source/bg/helpcontent2/source/text/shared/guide.po
+++ b/translations/source/bg/helpcontent2/source/text/shared/guide.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-01-12 17:08+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: .\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Project-Style: openoffice\n"
diff --git a/translations/source/bg/helpcontent2/source/text/shared/optionen.po b/translations/source/bg/helpcontent2/source/text/shared/optionen.po
index bea2d848147..6dc0aef70b3 100644
--- a/translations/source/bg/helpcontent2/source/text/shared/optionen.po
+++ b/translations/source/bg/helpcontent2/source/text/shared/optionen.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2Foptionen.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
-"PO-Revision-Date: 2012-01-12 17:09+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-02-26 20:33+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: .\n"
"Language: bg\n"
@@ -125,8 +125,8 @@ msgid "If you import an MS Word document, the spaces are automatically added dur
msgstr "Ако импортирате документ от MS Word, интервалите се добавят автоматично по време на преобразуването."
#: 01041000.xhp#hd_id3149964.42.help.text
-msgid "Use StarOffice 6.0/7 tab stop formatting"
-msgstr "Формат на позициите за табулация като в StarOffice 6.0/7"
+msgid "Use OpenOffice.org 1.1 tab stop formatting"
+msgstr "Формат на позициите за табулация като в OpenOffice.org 1.1"
#: 01041000.xhp#par_id3152777.43.help.text
msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTLOAD_PAGE_CB_TAB_ALIGNMENT\">Specifies how to align text at tab stops beyond the right margin, how to handle decimal tab stops, and how to handle tab stops close to a line break.</ahelp> If this check box is not selected, tab stops are handled in the same way as in other Office applications."
@@ -149,8 +149,8 @@ msgid "In text documents created by your current version of Writer, the addition
msgstr "В текстови документи, създадени с вашата текуща версия на Writer, по подразбиране се използват увеличените междуредия. В документи, създадени с версия на Writer преди StarOffice 8 или OpenOffice.org 2.0, междуредията не се увеличават."
#: 01041000.xhp#par_idN107FF.help.text
-msgid "Use StarOffice 6.0/7 line spacing"
-msgstr "Междуредия като в StarOffice 6.0/7"
+msgid "Use OpenOffice.org 1.1 line spacing"
+msgstr "Междуредия като в OpenOffice.org 1.1"
#: 01041000.xhp#par_idN10815.help.text
msgid "If the option is off, a new process for formatting text lines with proportional line spacing will be applied. If the option is on, the previous method of formatting of text lines with proportional line spacing will be applied."
@@ -174,8 +174,8 @@ msgid "If the option is off, table cells will be formatted as in Writer versions
msgstr "Ако настройката е изключена, клетките на таблиците ще бъдат форматирани като във версиите на Writer преди StarOffice 8 или OpenOffice.org 2.0. Ако е включена, се прилага алтернативен метод за форматиране на клетките от таблици. По подразбиране настройката е включена за нови документи, създадени с %PRODUCTNAME %PRODUCTVERSION и документи, импортирани от формата на Microsoft Word."
#: 01041000.xhp#par_idN1084C.help.text
-msgid "Use StarOffice 6.0/7 object positioning"
-msgstr "Позициониране на обектите както в StarOffice 6.0/7"
+msgid "Use OpenOffice.org 1.1 object positioning"
+msgstr "Позициониране на обектите както в OpenOffice.org 1.1"
#: 01041000.xhp#par_idN10864.help.text
msgid "Specifies how to calculate the position of floating objects anchored to a character or paragraph with respect to the top and bottom paragraph spacing."
@@ -190,8 +190,8 @@ msgid "The option will be set to off for new documents. For Writer documents cre
msgstr "Настройката ще бъде изключена за нови документи. За документи на Writer, създадени с версия на %PRODUCTNAME преди %PRODUCTVERSION, настройката е включена."
#: 01041000.xhp#par_idN10821.help.text
-msgid "Use StarOffice 6.0/7 text wrapping around objects"
-msgstr "Изливане на текст около обектите като в StarOffice 6.0/7"
+msgid "Use OpenOffice.org 1.1 text wrapping around objects"
+msgstr "Изливане на текст около обектите като в OpenOffice.org 1.1"
#: 01041000.xhp#par_id4016541.help.text
msgid "MS Word and Writer have different approaches on wrapping text around floating screen objects. Floating screen object are Writer frames and drawing objects, and the objects 'text box', 'graphic', 'frame', 'picture' etc. in MS Word."
@@ -3165,23 +3165,6 @@ msgstr "Картини и обекти"
msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PGRF\">Specifies whether the graphics of your text document are printed.</ahelp>"
msgstr "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PGRF\">Определя дали да се печатат графиките от текстовия документ.</ahelp>"
-#: 01040400.xhp#hd_id3150771.7.help.text
-msgctxt "01040400.xhp#hd_id3150771.7.help.text"
-msgid "Tables"
-msgstr "Таблици"
-
-#: 01040400.xhp#par_id3148943.8.help.text
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PTAB\">Specifies whether the tables of the text document are printed.</ahelp>"
-msgstr "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PTAB\">Определя дали да се печатат таблиците от текстовия документ.</ahelp>"
-
-#: 01040400.xhp#hd_id3149294.9.help.text
-msgid "Drawings (not for HTML documents)"
-msgstr "Рисунки (не за документи на HTML)"
-
-#: 01040400.xhp#par_id3149457.10.help.text
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PDRAW\">Specifies whether graphics created with $[officename] drawing functions are printed.</ahelp>"
-msgstr "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PDRAW\">Определя дали да се печатат графиките, създадени с функциите на $[officename] за рисуване.</ahelp>"
-
#: 01040400.xhp#hd_id3153525.11.help.text
msgid "Form controls"
msgstr "Елементи за управление"
@@ -5450,14 +5433,6 @@ msgstr "<emph>Пример:</emph> Въведете текста „Проба
msgid "The EXACT text function is always case-sensitive, independent of the settings in this dialog."
msgstr "Функцията за текст EXACT винаги взима предвид регистъра, независимо от настройките в този диалогов прозорец."
-#: 01060500.xhp#hd_id3145231.53.help.text
-msgid "Decimal places"
-msgstr "Десетични позиции"
-
-#: 01060500.xhp#par_id3149568.54.help.text
-msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
-msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Определя броя дробни позиции, които да се показват за числа с числовия формат <emph>Стандартен</emph>. Числата се изписват закръглени, но се съхраняват без закръгляване.</ahelp>"
-
#: 01060500.xhp#hd_id3145150.30.help.text
msgid "Precision as shown"
msgstr "Точност като на екрана"
@@ -5546,6 +5521,14 @@ msgstr "Ограничени дробни позиции за общия чис
msgid "<ahelp hid=\".\">You can specify the maximum number of decimal places that are shown by default for cells with General number format. If not enabled, cells with General number format show as many decimal places as the column width allows.</ahelp>"
msgstr "<ahelp hid=\".\">Можете да зададете максималния брой дробни позиции, показвани по подразбиране в клетки с числов формат General. Ако не е включено, в клетките с формат General ще се показват толкова дробни цифри, колкото позволява ширината на колоната.</ahelp>"
+#: 01060500.xhp#hd_id3145231.53.help.text
+msgid "Decimal places"
+msgstr "Десетични позиции"
+
+#: 01060500.xhp#par_id3149568.54.help.text
+msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
+msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Определя броя дробни позиции, които да се показват за числа с числовия формат <emph>Стандартен</emph>. Числата се изписват закръглени, но се съхраняват без закръгляване.</ahelp>"
+
#: viewcertificate_c.xhp#tit.help.text
msgid "Certificate Path"
msgstr "Път на сертификата"
@@ -5809,8 +5792,8 @@ msgid "View"
msgstr "Изглед"
#: 01060100.xhp#bm_id3147242.help.text
-msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>handles; showing large handles (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
-msgstr "<bookmark_value>клетки; видими линии на мрежата (Calc)</bookmark_value><bookmark_value>кантове; клетки върху екрана (Calc)</bookmark_value><bookmark_value>мрежи; видими линии (Calc)</bookmark_value><bookmark_value>цветове; мрежи и клетки (Calc)</bookmark_value><bookmark_value>разделители на страници; показване (Calc)</bookmark_value><bookmark_value>помощни линии; показване (Calc)</bookmark_value><bookmark_value>манипулатори; големи, показване (Calc)</bookmark_value><bookmark_value>показване; нулеви стойности (Calc)</bookmark_value><bookmark_value>нулеви стойности; показване (Calc)</bookmark_value><bookmark_value>таблици в електронни таблици; осветяване на стойности</bookmark_value><bookmark_value>клетки; форматиране без ефект (Calc)</bookmark_value><bookmark_value>клетки; оцветяване (Calc)</bookmark_value><bookmark_value>котви; показване (Calc)</bookmark_value><bookmark_value>цветове;ограничаване (Calc)</bookmark_value><bookmark_value>препълване с текст в клетки от електронна таблица</bookmark_value><bookmark_value>обръщения; показване в цвят (Calc)</bookmark_value><bookmark_value>обекти; показване в електронни таблици</bookmark_value><bookmark_value>картини; показване в Calc</bookmark_value><bookmark_value>диаграми; показване (Calc)</bookmark_value><bookmark_value>чертожни обекти; показване (Calc)</bookmark_value><bookmark_value>заглавия на редове; показване (Calc)</bookmark_value><bookmark_value>заглавия на колони; показване (Calc)</bookmark_value><bookmark_value>плъзгачи; показване (Calc)</bookmark_value><bookmark_value>етикети на листи; показване</bookmark_value><bookmark_value>етикети; показване на етикети на листи</bookmark_value><bookmark_value>планове;символи за план</bookmark_value>"
+msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
+msgstr "<bookmark_value>клетки; видими линии на мрежата (Calc)</bookmark_value><bookmark_value>кантове; клетки върху екрана (Calc)</bookmark_value><bookmark_value>мрежи; видими линии (Calc)</bookmark_value><bookmark_value>цветове; мрежи и клетки (Calc)</bookmark_value><bookmark_value>разделители на страници; показване (Calc)</bookmark_value><bookmark_value>помощни линии; показване (Calc)</bookmark_value><bookmark_value>манипулатори; показване простиl/големи (Calc)</bookmark_value><bookmark_value>манипулатори; прости/големи (Calc)</bookmark_value><bookmark_value>показване; нулеви стойности (Calc)</bookmark_value><bookmark_value>нулеви стойности; показване (Calc)</bookmark_value><bookmark_value>таблици в електронни таблици; осветяване на стойности</bookmark_value><bookmark_value>клетки; форматиране без ефект (Calc)</bookmark_value><bookmark_value>клетки; оцветяване (Calc)</bookmark_value><bookmark_value>котви; показване (Calc)</bookmark_value><bookmark_value>цветове;ограничаване (Calc)</bookmark_value><bookmark_value>препълване с текст в клетки от електронна таблица</bookmark_value><bookmark_value>обръщения; показване в цвят (Calc)</bookmark_value><bookmark_value>обекти; показване в електронни таблици</bookmark_value><bookmark_value>картини; показване в Calc</bookmark_value><bookmark_value>диаграми; показване (Calc)</bookmark_value><bookmark_value>чертожни обекти; показване (Calc)</bookmark_value><bookmark_value>заглавия на редове; показване (Calc)</bookmark_value><bookmark_value>заглавия на колони; показване (Calc)</bookmark_value><bookmark_value>плъзгачи; показване (Calc)</bookmark_value><bookmark_value>етикети на листи; показване</bookmark_value><bookmark_value>етикети; показване на етикети на листи</bookmark_value><bookmark_value>планове;символи за план</bookmark_value>"
#: 01060100.xhp#hd_id3150445.1.help.text
msgid "<link href=\"text/shared/optionen/01060100.xhp\" name=\"View\">View</link>"
@@ -5862,15 +5845,6 @@ msgstr "Помощни линии при местене"
msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">Specifies whether to view guides when moving drawings, frames, graphics and other objects.</ahelp> These guides help you align objects."
msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">Определя дали да се виждат помощни линии при преместване на рисунки, рамки, графики и други обекти.</ahelp> Тези линии ви помагат да подравнявате обектите."
-#: 01060100.xhp#hd_id3149202.40.help.text
-msgctxt "01060100.xhp#hd_id3149202.40.help.text"
-msgid "Large handles"
-msgstr "Големи манипулатори"
-
-#: 01060100.xhp#par_id3154123.41.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\">Specifies that larger than normal handles (the eight points on a selection box) are displayed.</ahelp>"
-msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\">Указва, че трябва да се показват по-големи от обикновените манипулатори (осемте квадратчета върху правоъгълника за избиране).</ahelp>"
-
#: 01060100.xhp#hd_id3152920.3.help.text
msgctxt "01060100.xhp#hd_id3152920.3.help.text"
msgid "Display"
@@ -6811,8 +6785,8 @@ msgid "View"
msgstr "Изглед"
#: 01040200.xhp#bm_id3156346.help.text
-msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>handles; displaying (Writer)</bookmark_value><bookmark_value>large handles (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
-msgstr "<bookmark_value>помощни линии; показване при местене на рамки (Writer)</bookmark_value><bookmark_value>манипулатори (Writer)</bookmark_value><bookmark_value>манипулатори; показване (Writer)</bookmark_value><bookmark_value>големи манипулатори (Writer)</bookmark_value><bookmark_value>ленти за превъртане; хоризонтална и вертикална (Writer)</bookmark_value><bookmark_value>хоризонтална лента за превъртане (Writer)</bookmark_value><bookmark_value>вертикална лента за превъртане (Writer)</bookmark_value><bookmark_value>плавно превъртане (Writer)</bookmark_value><bookmark_value>показване; картини и обекти (Writer)</bookmark_value><bookmark_value>картини; показване в Writer (Writer)</bookmark_value><bookmark_value>обекти; показване в текстови документи</bookmark_value><bookmark_value>показване; таблици (Writer)</bookmark_value><bookmark_value>таблици в текст; показване</bookmark_value><bookmark_value>граници на таблици (Writer)</bookmark_value><bookmark_value>кантове; граници на таблици (Writer)</bookmark_value><bookmark_value>граници на таблици (Writer)</bookmark_value><bookmark_value>показване; рисунки и елементи за управление (Writer)</bookmark_value><bookmark_value>рисунки; показване (Writer)</bookmark_value><bookmark_value>елементи за управление; показване (Writer)</bookmark_value><bookmark_value>полета; показване кодовете на полета (Writer)</bookmark_value><bookmark_value>показване; коментари в текстови документи</bookmark_value>"
+msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
+msgstr "<bookmark_value>помощни линии; показване при местене на рамки (Writer)</bookmark_value><bookmark_value>ленти за превъртане; хоризонтална и вертикална (Writer)</bookmark_value><bookmark_value>хоризонтална лента за превъртане (Writer)</bookmark_value><bookmark_value>вертикална лента за превъртане (Writer)</bookmark_value><bookmark_value>плавно превъртане (Writer)</bookmark_value><bookmark_value>показване; картини и обекти (Writer)</bookmark_value><bookmark_value>картини; показване в Writer (Writer)</bookmark_value><bookmark_value>обекти; показване в текстови документи</bookmark_value><bookmark_value>показване; таблици (Writer)</bookmark_value><bookmark_value>таблици в текст; показване</bookmark_value><bookmark_value>граници на таблици (Writer)</bookmark_value><bookmark_value>кантове; граници на таблици (Writer)</bookmark_value><bookmark_value>граници на таблици (Writer)</bookmark_value><bookmark_value>показване; рисунки и елементи за управление (Writer)</bookmark_value><bookmark_value>рисунки; показване (Writer)</bookmark_value><bookmark_value>елементи за управление; показване (Writer)</bookmark_value><bookmark_value>полета; показване кодовете на полета (Writer)</bookmark_value><bookmark_value>показване; коментари в текстови документи</bookmark_value>"
#: 01040200.xhp#hd_id3145090.1.help.text
msgid "<link href=\"text/shared/optionen/01040200.xhp\" name=\"View\">View</link>"
@@ -6839,15 +6813,6 @@ msgstr "Помощни линии при местене"
msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">Displays snap lines around the frames when frames are moved. You can select the<emph> Helplines While Moving </emph>option to show the exact position of the object using lineal values.</ahelp>"
msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">Показва помощни линии около рамките при местенето им. Можете да отметнете <emph>Помощни линии при местене</emph>, за да виждате точната позиция на обекта спрямо скалите.</ahelp>"
-#: 01040200.xhp#hd_id3149763.32.help.text
-msgctxt "01040200.xhp#hd_id3149763.32.help.text"
-msgid "Large handles"
-msgstr "Големи манипулатори"
-
-#: 01040200.xhp#par_id3153665.33.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_BIGHANDLE\">Displays larger sized handles (the eight points on a delimiting rectangle).</ahelp>"
-msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_BIGHANDLE\">Показва по-едри манипулатори Показва манипулаторите (осемте точки по края на обхващащия правоъгълник).</ahelp>"
-
#: 01040200.xhp#hd_id3149416.11.help.text
msgctxt "01040200.xhp#hd_id3149416.11.help.text"
msgid "View"
@@ -6941,7 +6906,6 @@ msgid "If the <emph>Graphics and objects </emph>option is not selected, no graph
msgstr "Ако не е отметнато полето <emph>Графики и обекти</emph>, няма да се зареждат графики от Интернет. Графиките в таблици и тези без указание за размера им могат да причинят проблеми при визуализирането, когато в разглежданата страница се използва по-стар стандарт за HTML."
#: 01040200.xhp#hd_id3156332.40.help.text
-msgctxt "01040200.xhp#hd_id3156332.40.help.text"
msgid "Tables"
msgstr "Таблици"
diff --git a/translations/source/bg/helpcontent2/source/text/simpress.po b/translations/source/bg/helpcontent2/source/text/simpress.po
index fc9f22eeaae..0b7cbdc3997 100644
--- a/translations/source/bg/helpcontent2/source/text/simpress.po
+++ b/translations/source/bg/helpcontent2/source/text/simpress.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+helpcontent2%2Fsource%2Ftext%2Fsimpress.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-10-22 13:41+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/simpress/00.po b/translations/source/bg/helpcontent2/source/text/simpress/00.po
index 0476d4d053f..a37658b2b18 100644
--- a/translations/source/bg/helpcontent2/source/text/simpress/00.po
+++ b/translations/source/bg/helpcontent2/source/text/simpress/00.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 18:48+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/simpress/01.po b/translations/source/bg/helpcontent2/source/text/simpress/01.po
index 5a8b6adaabb..e82ca0fef72 100644
--- a/translations/source/bg/helpcontent2/source/text/simpress/01.po
+++ b/translations/source/bg/helpcontent2/source/text/simpress/01.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-05-04 01:30+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/simpress/02.po b/translations/source/bg/helpcontent2/source/text/simpress/02.po
index 951793e0af0..9fbae2635cf 100644
--- a/translations/source/bg/helpcontent2/source/text/simpress/02.po
+++ b/translations/source/bg/helpcontent2/source/text/simpress/02.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-10-22 13:45+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -298,32 +298,6 @@ msgstr "<image id=\"img_id3147341\" src=\"cmd/sc_doubleclicktextedit.png\" width
msgid "Double-click to add Text"
msgstr "Редактиране на текста с двукратно щракване"
-#: 13080000.xhp#tit.help.text
-msgctxt "13080000.xhp#tit.help.text"
-msgid "Large Handles"
-msgstr "Големи манипулатори"
-
-#: 13080000.xhp#bm_id3146119.help.text
-msgid "<bookmark_value>handles; large</bookmark_value>"
-msgstr "<bookmark_value>манипулатори; голям</bookmark_value>"
-
-#: 13080000.xhp#hd_id3146119.1.help.text
-msgid "<link href=\"text/simpress/02/13080000.xhp\" name=\"Large Handles\">Large Handles</link>"
-msgstr "<link href=\"text/simpress/02/13080000.xhp\" name=\"Големи манипулатори\">Големи манипулатори</link>"
-
-#: 13080000.xhp#par_id3153142.2.help.text
-msgid "<ahelp hid=\".uno:BigHandles\" visibility=\"visible\">Displays large selection handles.</ahelp>"
-msgstr "<ahelp hid=\".uno:BigHandles\" visibility=\"visible\">Показва големи манипулатори за избор.</ahelp>"
-
-#: 13080000.xhp#par_id3155445.help.text
-msgid "<image src=\"cmd/sc_bighandles.png\" id=\"img_id3153714\"><alt id=\"alt_id3153714\">Icon</alt></image>"
-msgstr "<image src=\"cmd/sc_bighandles.png\" id=\"img_id3153714\"><alt id=\"alt_id3153714\">Икона</alt></image>"
-
-#: 13080000.xhp#par_id3154755.4.help.text
-msgctxt "13080000.xhp#par_id3154755.4.help.text"
-msgid "Large Handles"
-msgstr "Големи манипулатори"
-
#: 13170000.xhp#tit.help.text
msgctxt "13170000.xhp#tit.help.text"
msgid "Snap to Object Points"
diff --git a/translations/source/bg/helpcontent2/source/text/simpress/04.po b/translations/source/bg/helpcontent2/source/text/simpress/04.po
index d14ecfe9af9..6376e6260b6 100644
--- a/translations/source/bg/helpcontent2/source/text/simpress/04.po
+++ b/translations/source/bg/helpcontent2/source/text/simpress/04.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-27 02:35+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/simpress/guide.po b/translations/source/bg/helpcontent2/source/text/simpress/guide.po
index 9da4c9ffab9..9ec10683473 100644
--- a/translations/source/bg/helpcontent2/source/text/simpress/guide.po
+++ b/translations/source/bg/helpcontent2/source/text/simpress/guide.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-12-05 12:24+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/smath.po b/translations/source/bg/helpcontent2/source/text/smath.po
index f71abbde3c8..5f885ed2f41 100644
--- a/translations/source/bg/helpcontent2/source/text/smath.po
+++ b/translations/source/bg/helpcontent2/source/text/smath.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+helpcontent2%2Fsource%2Ftext%2Fsmath.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-05-04 01:28+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/smath/00.po b/translations/source/bg/helpcontent2/source/text/smath/00.po
index 471b48f804b..8df41e217e1 100644
--- a/translations/source/bg/helpcontent2/source/text/smath/00.po
+++ b/translations/source/bg/helpcontent2/source/text/smath/00.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-05-04 01:31+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/smath/01.po b/translations/source/bg/helpcontent2/source/text/smath/01.po
index b4a12fa7e07..4ab09d1bfff 100644
--- a/translations/source/bg/helpcontent2/source/text/smath/01.po
+++ b/translations/source/bg/helpcontent2/source/text/smath/01.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-27 01:28+0300\n"
"Last-Translator: Михаил Балабанов <mishob@abv.bg>\n"
"Language-Team: .\n"
diff --git a/translations/source/bg/helpcontent2/source/text/smath/02.po b/translations/source/bg/helpcontent2/source/text/smath/02.po
index 23d3cae02ac..0917d8822a2 100644
--- a/translations/source/bg/helpcontent2/source/text/smath/02.po
+++ b/translations/source/bg/helpcontent2/source/text/smath/02.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-05-04 01:31+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/smath/04.po b/translations/source/bg/helpcontent2/source/text/smath/04.po
index 5c63238f61f..32ddf721496 100644
--- a/translations/source/bg/helpcontent2/source/text/smath/04.po
+++ b/translations/source/bg/helpcontent2/source/text/smath/04.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-05-04 01:31+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/smath/guide.po b/translations/source/bg/helpcontent2/source/text/smath/guide.po
index e81e3736e1e..14885f4b801 100644
--- a/translations/source/bg/helpcontent2/source/text/smath/guide.po
+++ b/translations/source/bg/helpcontent2/source/text/smath/guide.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-05-04 01:31+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/swriter.po b/translations/source/bg/helpcontent2/source/text/swriter.po
index 6bff6bdd883..94311a893d1 100644
--- a/translations/source/bg/helpcontent2/source/text/swriter.po
+++ b/translations/source/bg/helpcontent2/source/text/swriter.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+helpcontent2%2Fsource%2Ftext%2Fswriter.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-05-04 01:28+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/swriter/00.po b/translations/source/bg/helpcontent2/source/text/swriter/00.po
index 66e0e86cab5..aae6f390e63 100644
--- a/translations/source/bg/helpcontent2/source/text/swriter/00.po
+++ b/translations/source/bg/helpcontent2/source/text/swriter/00.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-27 11:59+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/swriter/01.po b/translations/source/bg/helpcontent2/source/text/swriter/01.po
index 0ced72ff434..3f50c65e6b6 100644
--- a/translations/source/bg/helpcontent2/source/text/swriter/01.po
+++ b/translations/source/bg/helpcontent2/source/text/swriter/01.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-12 17:25+0200\n"
"Last-Translator: mbalabanov <m.balabanov@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: mailmerge04.xhp#tit.help.text
diff --git a/translations/source/bg/helpcontent2/source/text/swriter/02.po b/translations/source/bg/helpcontent2/source/text/swriter/02.po
index 6b1bc32f574..e4c97f2733e 100644
--- a/translations/source/bg/helpcontent2/source/text/swriter/02.po
+++ b/translations/source/bg/helpcontent2/source/text/swriter/02.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-05-04 01:32+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/swriter/04.po b/translations/source/bg/helpcontent2/source/text/swriter/04.po
index fe2d6e61be7..59ca570405f 100644
--- a/translations/source/bg/helpcontent2/source/text/swriter/04.po
+++ b/translations/source/bg/helpcontent2/source/text/swriter/04.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-27 12:02+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bg/helpcontent2/source/text/swriter/guide.po b/translations/source/bg/helpcontent2/source/text/swriter/guide.po
index 6db562b37ad..c30673ec52b 100644
--- a/translations/source/bg/helpcontent2/source/text/swriter/guide.po
+++ b/translations/source/bg/helpcontent2/source/text/swriter/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fswriter%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
-"PO-Revision-Date: 2011-12-27 12:06+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2012-02-26 20:20+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bg\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: nonprintable_text.xhp#tit.help.text
@@ -5521,8 +5521,8 @@ msgid "There are several ways to create a table in a text document. You can inse
msgstr "Има няколко начина да създадете таблица в текстов документ. Можете да я вмъкнете чрез лента с инструменти, чрез команда от меню или от електронна таблица."
#: table_insert.xhp#hd_id3155908.33.help.text
-msgid "To Insert a Table From the Insert Toolbar"
-msgstr "За да вмъкнете таблица чрез лентата Вмъкване"
+msgid "To Insert a Table From a Toolbar"
+msgstr "За да вмъкнете таблица чрез лента с инструменти"
#: table_insert.xhp#par_id3155861.34.help.text
msgctxt "table_insert.xhp#par_id3155861.34.help.text"
@@ -5530,8 +5530,8 @@ msgid "Place the cursor in your document where you want to insert the table."
msgstr "Поставете курсора на мястото в документа, където желаете да вмъкнете таблицата."
#: table_insert.xhp#par_id3147416.28.help.text
-msgid "On the <emph>Standard</emph> bar, click the arrow next to the <emph>Table</emph> icon."
-msgstr "В лентата <emph>Стандартни</emph> щракнете върху стрелката до иконата <emph>Таблица</emph>."
+msgid "On the <emph>Standard</emph> or the <emph>Insert</emph> bar, click the arrow next to the <emph>Table</emph> icon."
+msgstr "В лентата <emph>Стандартни</emph> или <emph>Вмъкване</emph> щракнете върху стрелката до иконата <emph>Таблица</emph>."
#: table_insert.xhp#par_id3153398.29.help.text
msgid "In the table grid, drag to select the numbers of rows and columns that you want, and then release."
diff --git a/translations/source/bg/instsetoo_native/inc_openoffice/windows/msi_languages.po b/translations/source/bg/instsetoo_native/inc_openoffice/windows/msi_languages.po
index 34f7c39ca55..ce47343a25b 100644
--- a/translations/source/bg/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/translations/source/bg/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-03 12:15+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/mysqlc/source.po b/translations/source/bg/mysqlc/source.po
index 36ad0aef127..c7b960d39ec 100644
--- a/translations/source/bg/mysqlc/source.po
+++ b/translations/source/bg/mysqlc/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-02 02:03+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/translations/source/bg/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index e75bb3696ef..da7f4cbfc06 100644
--- a/translations/source/bg/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/translations/source/bg/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:57+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/translations/source/bg/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
index a7b5fd6bebc..8b055b6b0e5 100644
--- a/translations/source/bg/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
+++ b/translations/source/bg/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fhelp%2Fen%2Fcom.sun.star.comp.Calc.NLPSolver.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-26 22:08+0300\n"
"Last-Translator: Михаил Балабанов <mishob@abv.bg>\n"
"Language-Team: .\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/translations/source/bg/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
index e7ef5b8e3c8..71da1bf9dcc 100644
--- a/translations/source/bg/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
+++ b/translations/source/bg/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fsrc%2Fcom%2Fsun%2Fstar%2Fcomp%2FCalc%2FNLPSolver.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-26 21:19+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/nlpsolver/src/locale.po b/translations/source/bg/nlpsolver/src/locale.po
index 198a9bfa679..54484131b31 100644
--- a/translations/source/bg/nlpsolver/src/locale.po
+++ b/translations/source/bg/nlpsolver/src/locale.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fsrc%2Flocale.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-26 22:10+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: .\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/officecfg/registry/data/org/openoffice/Office.po b/translations/source/bg/officecfg/registry/data/org/openoffice/Office.po
index 8025c60220e..4b492296495 100644
--- a/translations/source/bg/officecfg/registry/data/org/openoffice/Office.po
+++ b/translations/source/bg/officecfg/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:58+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po b/translations/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po
index 4388a4e4773..415e7cf8e86 100644
--- a/translations/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/bg/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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-11 16:07+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-26 01:26+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: WriterReportWindowState.xcu#..WriterReportWindowState.UIElements.States.private_resource/toolbar/standardbar.UIName.value.text
@@ -8150,6 +8150,10 @@ msgstr "~Настройка на входен метод..."
msgid "Optio~n Bar"
msgstr "Лента ~Настройки"
+#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_SendFeedback.Label.value.text
+msgid "Send Feedback..."
+msgstr "Изпращане на отзив…"
+
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_ShowLicense.Label.value.text
msgid "License Information..."
msgstr "Лицензионна информация…"
@@ -8160,7 +8164,7 @@ msgstr "%PRODUCTNAME – благодарности…"
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_StatusBarVisible.Label.value.text
msgid "Status ~Bar"
-msgstr "Лента за ~състоянието "
+msgstr "Лента за ~състоянието"
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_MacroBarVisible.Label.value.text
msgid "Macro Toolbar On/Off"
diff --git a/translations/source/bg/padmin/source.po b/translations/source/bg/padmin/source.po
index 6ea2de1b014..3945baa5b2d 100644
--- a/translations/source/bg/padmin/source.po
+++ b/translations/source/bg/padmin/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-03 22:01+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/readlicense_oo/docs/readme.po b/translations/source/bg/readlicense_oo/docs/readme.po
index 42fb664f8fb..6842bf664e8 100644
--- a/translations/source/bg/readlicense_oo/docs/readme.po
+++ b/translations/source/bg/readlicense_oo/docs/readme.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-02-20 09:42+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-26 01:24+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
@@ -280,9 +280,13 @@ msgstr "За системи, базирани на Fedora: su -c 'yum install *f
msgid "For Mandriva-based systems: sudo urpmi *mandriva*.rpm"
msgstr "За системи, базирани на Mandriva: sudo urpmi *mandriva*.rpm"
+#: readme.xrm#rpminstallF.rpminstallF.readmeitem.text
+msgid "For SUSE-based systems: rpm -Uvh *suse*.rpm"
+msgstr "За системи, базирани на SUSE: rpm -Uvh *suse*.rpm"
+
#: readme.xrm#rpminstallD.rpminstallD.readmeitem.text
-msgid "For other RPM-based systems (Suse, etc.): rpm -Uvh *suse*.rpm"
-msgstr "За други системи, използващи RPM (Suse и т.н.): rpm -Uvh *suse*.rpm"
+msgid "For other RPM-based systems: rpm -Uvh *freedesktop*.rpm"
+msgstr "За други системи, базирани на RPM: rpm -Uvh *freedesktop*.rpm"
#: readme.xrm#rpminstallE.rpminstallE.readmeitem.text
msgctxt "readme.xrm#rpminstallE.rpminstallE.readmeitem.text"
diff --git a/translations/source/bg/reportbuilder/java/com/sun/star/report/function/metadata.po b/translations/source/bg/reportbuilder/java/com/sun/star/report/function/metadata.po
index 5c402b6b65c..10c410d009d 100644
--- a/translations/source/bg/reportbuilder/java/com/sun/star/report/function/metadata.po
+++ b/translations/source/bg/reportbuilder/java/com/sun/star/report/function/metadata.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fjava%2Fcom%2Fsun%2Fstar%2Freport%2Ffunction%2Fmetadata.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-25 12:41+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/reportbuilder/registry/data/org/openoffice/Office.po b/translations/source/bg/reportbuilder/registry/data/org/openoffice/Office.po
index 2a120c2acc0..0a97d64a5f5 100644
--- a/translations/source/bg/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/translations/source/bg/reportbuilder/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:57+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/reportbuilder/registry/data/org/openoffice/Office/UI.po b/translations/source/bg/reportbuilder/registry/data/org/openoffice/Office/UI.po
index 6d2d1de3ff0..dce74e4be9c 100644
--- a/translations/source/bg/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/bg/reportbuilder/registry/data/org/openoffice/Office/UI.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-19 21:20+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/translations/source/bg/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index 67bd74611b6..98dd33cc0e8 100644
--- a/translations/source/bg/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/translations/source/bg/reportbuilder/registry/data/org/openoffice/TypeDetection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:57+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/reportbuilder/util.po b/translations/source/bg/reportbuilder/util.po
index b5b3e4bb91b..ea7d3d7aab8 100644
--- a/translations/source/bg/reportbuilder/util.po
+++ b/translations/source/bg/reportbuilder/util.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-04 10:37+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/reportdesign/source/core/resource.po b/translations/source/bg/reportdesign/source/core/resource.po
index 7f3d4b5dbc7..84f78407930 100644
--- a/translations/source/bg/reportdesign/source/core/resource.po
+++ b/translations/source/bg/reportdesign/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 18:57+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/reportdesign/source/ui/dlg.po b/translations/source/bg/reportdesign/source/ui/dlg.po
index 52b62630fa1..fe65b2a6329 100644
--- a/translations/source/bg/reportdesign/source/ui/dlg.po
+++ b/translations/source/bg/reportdesign/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:57+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/reportdesign/source/ui/inspection.po b/translations/source/bg/reportdesign/source/ui/inspection.po
index b2cf6c2df22..a019d7de1f8 100644
--- a/translations/source/bg/reportdesign/source/ui/inspection.po
+++ b/translations/source/bg/reportdesign/source/ui/inspection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 18:57+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/reportdesign/source/ui/report.po b/translations/source/bg/reportdesign/source/ui/report.po
index 81d683b505f..cc2313f7404 100644
--- a/translations/source/bg/reportdesign/source/ui/report.po
+++ b/translations/source/bg/reportdesign/source/ui/report.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:58+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sc/source/core/src.po b/translations/source/bg/sc/source/core/src.po
index 38e8cb47140..b23039dd9d6 100644
--- a/translations/source/bg/sc/source/core/src.po
+++ b/translations/source/bg/sc/source/core/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 18:57+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sc/source/ui/cctrl.po b/translations/source/bg/sc/source/ui/cctrl.po
index 6ac80580b12..75e71ddfe0a 100644
--- a/translations/source/bg/sc/source/ui/cctrl.po
+++ b/translations/source/bg/sc/source/ui/cctrl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:57+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sc/source/ui/dbgui.po b/translations/source/bg/sc/source/ui/dbgui.po
index 070a6679844..56c979d5be7 100644
--- a/translations/source/bg/sc/source/ui/dbgui.po
+++ b/translations/source/bg/sc/source/ui/dbgui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-20 22:04+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sc/source/ui/docshell.po b/translations/source/bg/sc/source/ui/docshell.po
index c63536c46d9..89ef809322a 100644
--- a/translations/source/bg/sc/source/ui/docshell.po
+++ b/translations/source/bg/sc/source/ui/docshell.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 18:58+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sc/source/ui/drawfunc.po b/translations/source/bg/sc/source/ui/drawfunc.po
index fe2a412e467..79b163be5ce 100644
--- a/translations/source/bg/sc/source/ui/drawfunc.po
+++ b/translations/source/bg/sc/source/ui/drawfunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:58+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sc/source/ui/formdlg.po b/translations/source/bg/sc/source/ui/formdlg.po
index 53873324d07..24094b8e257 100644
--- a/translations/source/bg/sc/source/ui/formdlg.po
+++ b/translations/source/bg/sc/source/ui/formdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:58+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sc/source/ui/miscdlgs.po b/translations/source/bg/sc/source/ui/miscdlgs.po
index bcc4fe8f5dd..e960d4ea0dc 100644
--- a/translations/source/bg/sc/source/ui/miscdlgs.po
+++ b/translations/source/bg/sc/source/ui/miscdlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-03 12:20+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sc/source/ui/navipi.po b/translations/source/bg/sc/source/ui/navipi.po
index d137b9f704f..c474f3d76f3 100644
--- a/translations/source/bg/sc/source/ui/navipi.po
+++ b/translations/source/bg/sc/source/ui/navipi.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-03 12:20+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sc/source/ui/pagedlg.po b/translations/source/bg/sc/source/ui/pagedlg.po
index 4667934a540..e322226ceac 100644
--- a/translations/source/bg/sc/source/ui/pagedlg.po
+++ b/translations/source/bg/sc/source/ui/pagedlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 18:58+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sc/source/ui/src.po b/translations/source/bg/sc/source/ui/src.po
index 21075f98ad6..886580206df 100644
--- a/translations/source/bg/sc/source/ui/src.po
+++ b/translations/source/bg/sc/source/ui/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-12 13:50+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sc/source/ui/styleui.po b/translations/source/bg/sc/source/ui/styleui.po
index afc6e741134..8cb6f32bd3a 100644
--- a/translations/source/bg/sc/source/ui/styleui.po
+++ b/translations/source/bg/sc/source/ui/styleui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-08-01 23:05+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/scaddins/source/analysis.po b/translations/source/bg/scaddins/source/analysis.po
index 60552d64ca6..be26e32ab12 100644
--- a/translations/source/bg/scaddins/source/analysis.po
+++ b/translations/source/bg/scaddins/source/analysis.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:58+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/scaddins/source/datefunc.po b/translations/source/bg/scaddins/source/datefunc.po
index 58385d669f6..f9444da1502 100644
--- a/translations/source/bg/scaddins/source/datefunc.po
+++ b/translations/source/bg/scaddins/source/datefunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:58+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sccomp/source/solver.po b/translations/source/bg/sccomp/source/solver.po
index 77625543583..a2a53eb5f61 100644
--- a/translations/source/bg/sccomp/source/solver.po
+++ b/translations/source/bg/sccomp/source/solver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 18:58+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/scp2/source/accessories.po b/translations/source/bg/scp2/source/accessories.po
index 50260a8aa32..e7842447eca 100644
--- a/translations/source/bg/scp2/source/accessories.po
+++ b/translations/source/bg/scp2/source/accessories.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-25 12:56+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/scp2/source/activex.po b/translations/source/bg/scp2/source/activex.po
index 205fef04004..c4a57eddc2f 100644
--- a/translations/source/bg/scp2/source/activex.po
+++ b/translations/source/bg/scp2/source/activex.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/scp2/source/base.po b/translations/source/bg/scp2/source/base.po
index 3b8392ac72d..be8b2eaeedc 100644
--- a/translations/source/bg/scp2/source/base.po
+++ b/translations/source/bg/scp2/source/base.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%2Fbase.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-04-05 18:59+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-26 01:24+0200\n"
+"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: module_base.ulf#STR_NAME_MODULE_PRG_BASE.LngText.text
@@ -39,6 +39,16 @@ msgstr "Помощ за %PRODUCTNAME Base"
msgid "Help about %PRODUCTNAME Base"
msgstr "Помощ за %PRODUCTNAME Base"
+#: postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr "PostgreSQL Connector"
+
+#: postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr "PostgreSQL Connector"
+
#: folderitem_base.ulf#STR_FI_TOOLTIP_BASE.LngText.text
msgid "Manage databases, create queries and reports to track and manage your information by using Base."
msgstr "С Base можете да управлявате бази от данни и да създавате заявки и справки, за да следите и управлявате Вашата информация."
diff --git a/translations/source/bg/scp2/source/binfilter.po b/translations/source/bg/scp2/source/binfilter.po
index 2df73792448..72b55c9791c 100644
--- a/translations/source/bg/scp2/source/binfilter.po
+++ b/translations/source/bg/scp2/source/binfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/scp2/source/calc.po b/translations/source/bg/scp2/source/calc.po
index 27195b03a12..ee80352ca84 100644
--- a/translations/source/bg/scp2/source/calc.po
+++ b/translations/source/bg/scp2/source/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-18 22:38+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/scp2/source/draw.po b/translations/source/bg/scp2/source/draw.po
index 3c769468af3..107a5f724b5 100644
--- a/translations/source/bg/scp2/source/draw.po
+++ b/translations/source/bg/scp2/source/draw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/scp2/source/extensions.po b/translations/source/bg/scp2/source/extensions.po
index b43d103a7c1..7f087f19d67 100644
--- a/translations/source/bg/scp2/source/extensions.po
+++ b/translations/source/bg/scp2/source/extensions.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-26 15:32+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -237,16 +237,6 @@ msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_MYSQLC.LngTex
msgid "MySQL Connector"
msgstr "MySQL Connector"
-#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text
-msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text"
-msgid "PostgreSQL Connector"
-msgstr "PostgreSQL Connector"
-
-#: module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text
-msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text"
-msgid "PostgreSQL Connector"
-msgstr "PostgreSQL Connector"
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_OOOBLOGGER.LngText.text
msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_OOOBLOGGER.LngText.text"
msgid "Metaweblog Support"
diff --git a/translations/source/bg/scp2/source/gnome.po b/translations/source/bg/scp2/source/gnome.po
index aeda2fa7f44..3edfad87ad8 100644
--- a/translations/source/bg/scp2/source/gnome.po
+++ b/translations/source/bg/scp2/source/gnome.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/scp2/source/graphicfilter.po b/translations/source/bg/scp2/source/graphicfilter.po
index d53ad7b091f..dd9fee2e562 100644
--- a/translations/source/bg/scp2/source/graphicfilter.po
+++ b/translations/source/bg/scp2/source/graphicfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/scp2/source/impress.po b/translations/source/bg/scp2/source/impress.po
index 162ad9852bd..b8be2a1e89b 100644
--- a/translations/source/bg/scp2/source/impress.po
+++ b/translations/source/bg/scp2/source/impress.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/scp2/source/javafilter.po b/translations/source/bg/scp2/source/javafilter.po
index 82ac8516003..db7b78e48fe 100644
--- a/translations/source/bg/scp2/source/javafilter.po
+++ b/translations/source/bg/scp2/source/javafilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/scp2/source/kde.po b/translations/source/bg/scp2/source/kde.po
index 0f33bd4d5fd..4449cf8bcbb 100644
--- a/translations/source/bg/scp2/source/kde.po
+++ b/translations/source/bg/scp2/source/kde.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/scp2/source/math.po b/translations/source/bg/scp2/source/math.po
index 7fc6f63ec80..c2e8e9e528c 100644
--- a/translations/source/bg/scp2/source/math.po
+++ b/translations/source/bg/scp2/source/math.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/scp2/source/onlineupdate.po b/translations/source/bg/scp2/source/onlineupdate.po
index 671bf2ffb28..5de67432ba4 100644
--- a/translations/source/bg/scp2/source/onlineupdate.po
+++ b/translations/source/bg/scp2/source/onlineupdate.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/scp2/source/ooo.po b/translations/source/bg/scp2/source/ooo.po
index 08bd2d1251d..af71b6388f9 100644
--- a/translations/source/bg/scp2/source/ooo.po
+++ b/translations/source/bg/scp2/source/ooo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-26 15:36+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/scp2/source/python.po b/translations/source/bg/scp2/source/python.po
index 9f2d682344e..b5bba0e9a6d 100644
--- a/translations/source/bg/scp2/source/python.po
+++ b/translations/source/bg/scp2/source/python.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-03 12:43+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/scp2/source/quickstart.po b/translations/source/bg/scp2/source/quickstart.po
index 0f80776d02b..6c7bf0dc686 100644
--- a/translations/source/bg/scp2/source/quickstart.po
+++ b/translations/source/bg/scp2/source/quickstart.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/scp2/source/sdkoo.po b/translations/source/bg/scp2/source/sdkoo.po
index a487fc3f7c5..d7d18e6f7a5 100644
--- a/translations/source/bg/scp2/source/sdkoo.po
+++ b/translations/source/bg/scp2/source/sdkoo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/scp2/source/smoketest.po b/translations/source/bg/scp2/source/smoketest.po
index 84036845020..6f449cb110d 100644
--- a/translations/source/bg/scp2/source/smoketest.po
+++ b/translations/source/bg/scp2/source/smoketest.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fsmoketest.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-26 16:05+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/scp2/source/winexplorerext.po b/translations/source/bg/scp2/source/winexplorerext.po
index 469887c09b8..6a5c061ea6b 100644
--- a/translations/source/bg/scp2/source/winexplorerext.po
+++ b/translations/source/bg/scp2/source/winexplorerext.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/scp2/source/writer.po b/translations/source/bg/scp2/source/writer.po
index b3355607c6f..39ef2329109 100644
--- a/translations/source/bg/scp2/source/writer.po
+++ b/translations/source/bg/scp2/source/writer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/scp2/source/xsltfilter.po b/translations/source/bg/scp2/source/xsltfilter.po
index 10aedeaebcf..2a3d385bf1b 100644
--- a/translations/source/bg/scp2/source/xsltfilter.po
+++ b/translations/source/bg/scp2/source/xsltfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/scripting/source/pyprov.po b/translations/source/bg/scripting/source/pyprov.po
index fd7c2c764dc..3b475ddf208 100644
--- a/translations/source/bg/scripting/source/pyprov.po
+++ b/translations/source/bg/scripting/source/pyprov.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-03 12:44+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sd/source/core.po b/translations/source/bg/sd/source/core.po
index 9e409d1616c..6f44aae9e1b 100644
--- a/translations/source/bg/sd/source/core.po
+++ b/translations/source/bg/sd/source/core.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-25 13:18+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sd/source/filter/html.po b/translations/source/bg/sd/source/filter/html.po
index 5554731284f..a6e0142d6b3 100644
--- a/translations/source/bg/sd/source/filter/html.po
+++ b/translations/source/bg/sd/source/filter/html.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sd/source/ui/accessibility.po b/translations/source/bg/sd/source/ui/accessibility.po
index 8ff10c26152..47520dfdfb9 100644
--- a/translations/source/bg/sd/source/ui/accessibility.po
+++ b/translations/source/bg/sd/source/ui/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sd/source/ui/animations.po b/translations/source/bg/sd/source/ui/animations.po
index bad5bb340f3..cfc6bbb3c28 100644
--- a/translations/source/bg/sd/source/ui/animations.po
+++ b/translations/source/bg/sd/source/ui/animations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sd/source/ui/annotations.po b/translations/source/bg/sd/source/ui/annotations.po
index e2839323465..37332ea380f 100644
--- a/translations/source/bg/sd/source/ui/annotations.po
+++ b/translations/source/bg/sd/source/ui/annotations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sd/source/ui/app.po b/translations/source/bg/sd/source/ui/app.po
index c763080344d..93dbf692181 100644
--- a/translations/source/bg/sd/source/ui/app.po
+++ b/translations/source/bg/sd/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-18 22:24+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sd/source/ui/dlg.po b/translations/source/bg/sd/source/ui/dlg.po
index 543ef49a6dc..22aa109ef70 100644
--- a/translations/source/bg/sd/source/ui/dlg.po
+++ b/translations/source/bg/sd/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-18 22:14+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sd/source/ui/notes.po b/translations/source/bg/sd/source/ui/notes.po
index 7ec1420c062..0bf964fa356 100644
--- a/translations/source/bg/sd/source/ui/notes.po
+++ b/translations/source/bg/sd/source/ui/notes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sd/source/ui/slideshow.po b/translations/source/bg/sd/source/ui/slideshow.po
index 16c9b26e901..2491f559d73 100644
--- a/translations/source/bg/sd/source/ui/slideshow.po
+++ b/translations/source/bg/sd/source/ui/slideshow.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-25 13:25+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sd/source/ui/slidesorter/view.po b/translations/source/bg/sd/source/ui/slidesorter/view.po
index 4afcd263f63..8a6cf2321cb 100644
--- a/translations/source/bg/sd/source/ui/slidesorter/view.po
+++ b/translations/source/bg/sd/source/ui/slidesorter/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 22:59+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sd/source/ui/table.po b/translations/source/bg/sd/source/ui/table.po
index cf46199612e..6fe106fcdb9 100644
--- a/translations/source/bg/sd/source/ui/table.po
+++ b/translations/source/bg/sd/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sd/source/ui/view.po b/translations/source/bg/sd/source/ui/view.po
index 5e08d577295..2f604e6d14b 100644
--- a/translations/source/bg/sd/source/ui/view.po
+++ b/translations/source/bg/sd/source/ui/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sdext/source/minimizer.po b/translations/source/bg/sdext/source/minimizer.po
index 5666c59066f..978788b27a6 100644
--- a/translations/source/bg/sdext/source/minimizer.po
+++ b/translations/source/bg/sdext/source/minimizer.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-20 22:59+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/translations/source/bg/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index b1e2b69d219..3734a11cbc0 100644
--- a/translations/source/bg/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/translations/source/bg/sdext/source/minimizer/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/translations/source/bg/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index d5c60b86751..da154f0a44c 100644
--- a/translations/source/bg/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/bg/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sdext/source/pdfimport.po b/translations/source/bg/sdext/source/pdfimport.po
index 3278f91144d..5a494f87ff2 100644
--- a/translations/source/bg/sdext/source/pdfimport.po
+++ b/translations/source/bg/sdext/source/pdfimport.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-02 02:06+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sdext/source/presenter.po b/translations/source/bg/sdext/source/presenter.po
index 5b363f4a95f..92fadab575e 100644
--- a/translations/source/bg/sdext/source/presenter.po
+++ b/translations/source/bg/sdext/source/presenter.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-21 20:28+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/translations/source/bg/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index a9767e79b5b..89555818db6 100644
--- a/translations/source/bg/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/translations/source/bg/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/translations/source/bg/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index a9a5d604524..487030a0c3c 100644
--- a/translations/source/bg/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/bg/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-25 12:31+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/setup_native/source/mac.po b/translations/source/bg/setup_native/source/mac.po
index 198b2b78988..7e9ecca1c3f 100644
--- a/translations/source/bg/setup_native/source/mac.po
+++ b/translations/source/bg/setup_native/source/mac.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sfx2/source/appl.po b/translations/source/bg/sfx2/source/appl.po
index 38f65b0a7f8..70a4edf87fc 100644
--- a/translations/source/bg/sfx2/source/appl.po
+++ b/translations/source/bg/sfx2/source/appl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 23:03+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sfx2/source/bastyp.po b/translations/source/bg/sfx2/source/bastyp.po
index f8ba8d7e65b..62c7f3a0e34 100644
--- a/translations/source/bg/sfx2/source/bastyp.po
+++ b/translations/source/bg/sfx2/source/bastyp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sfx2/source/dialog.po b/translations/source/bg/sfx2/source/dialog.po
index c1023d8ddd6..8cd0d9852ee 100644
--- a/translations/source/bg/sfx2/source/dialog.po
+++ b/translations/source/bg/sfx2/source/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-12 13:47+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sfx2/source/doc.po b/translations/source/bg/sfx2/source/doc.po
index 121b4a335df..84cf36009f4 100644
--- a/translations/source/bg/sfx2/source/doc.po
+++ b/translations/source/bg/sfx2/source/doc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-25 13:33+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sfx2/source/menu.po b/translations/source/bg/sfx2/source/menu.po
index 9b50656aec8..c7f83dbd461 100644
--- a/translations/source/bg/sfx2/source/menu.po
+++ b/translations/source/bg/sfx2/source/menu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sfx2/source/view.po b/translations/source/bg/sfx2/source/view.po
index bfcfbad3e82..6e434e3ee39 100644
--- a/translations/source/bg/sfx2/source/view.po
+++ b/translations/source/bg/sfx2/source/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/shell/source/win32/shlxthandler/res.po b/translations/source/bg/shell/source/win32/shlxthandler/res.po
index d377a152e2f..20286bc4a5d 100644
--- a/translations/source/bg/shell/source/win32/shlxthandler/res.po
+++ b/translations/source/bg/shell/source/win32/shlxthandler/res.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/starmath/source.po b/translations/source/bg/starmath/source.po
index 9ada7e3b9f4..c1b5b7f7360 100644
--- a/translations/source/bg/starmath/source.po
+++ b/translations/source/bg/starmath/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-05 12:28+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/svl/source/items.po b/translations/source/bg/svl/source/items.po
index d2398338f6f..5626a8c6c45 100644
--- a/translations/source/bg/svl/source/items.po
+++ b/translations/source/bg/svl/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/svl/source/misc.po b/translations/source/bg/svl/source/misc.po
index 5411a3ae56e..0e4c4ffe3cd 100644
--- a/translations/source/bg/svl/source/misc.po
+++ b/translations/source/bg/svl/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-02 02:06+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/svtools/source/contnr.po b/translations/source/bg/svtools/source/contnr.po
index f7518ed8ca3..a0746d93a40 100644
--- a/translations/source/bg/svtools/source/contnr.po
+++ b/translations/source/bg/svtools/source/contnr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/svtools/source/control.po b/translations/source/bg/svtools/source/control.po
index 91a9deaeb74..6e3b2ca8dd7 100644
--- a/translations/source/bg/svtools/source/control.po
+++ b/translations/source/bg/svtools/source/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-03 23:09+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/svtools/source/dialogs.po b/translations/source/bg/svtools/source/dialogs.po
index a9d9b6e90ce..f66f7151718 100644
--- a/translations/source/bg/svtools/source/dialogs.po
+++ b/translations/source/bg/svtools/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-08-01 23:45+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/svtools/source/filter.po b/translations/source/bg/svtools/source/filter.po
index fa5e590acb3..254ff9c23d3 100644
--- a/translations/source/bg/svtools/source/filter.po
+++ b/translations/source/bg/svtools/source/filter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 23:09+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/svtools/source/java.po b/translations/source/bg/svtools/source/java.po
index 11dbd932181..ae532e0fd94 100644
--- a/translations/source/bg/svtools/source/java.po
+++ b/translations/source/bg/svtools/source/java.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-19 21:00+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/svtools/source/misc.po b/translations/source/bg/svtools/source/misc.po
index bbcaebcb49e..8315c6224ea 100644
--- a/translations/source/bg/svtools/source/misc.po
+++ b/translations/source/bg/svtools/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-25 13:05+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/svtools/source/plugapp.po b/translations/source/bg/svtools/source/plugapp.po
index cb5c990bca0..9bedf649753 100644
--- a/translations/source/bg/svtools/source/plugapp.po
+++ b/translations/source/bg/svtools/source/plugapp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/svtools/source/toolpanel.po b/translations/source/bg/svtools/source/toolpanel.po
index b34e21cf25d..422e572e91e 100644
--- a/translations/source/bg/svtools/source/toolpanel.po
+++ b/translations/source/bg/svtools/source/toolpanel.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:00+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/svtools/workben/unodialog.po b/translations/source/bg/svtools/workben/unodialog.po
index 0e7805bc912..26dec8a3e50 100644
--- a/translations/source/bg/svtools/workben/unodialog.po
+++ b/translations/source/bg/svtools/workben/unodialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:00+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/svx/inc.po b/translations/source/bg/svx/inc.po
index db1ef5e5dc3..a41f1615489 100644
--- a/translations/source/bg/svx/inc.po
+++ b/translations/source/bg/svx/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-18 22:02+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/svx/source/accessibility.po b/translations/source/bg/svx/source/accessibility.po
index cbf5fdc93b0..c4cebbd63de 100644
--- a/translations/source/bg/svx/source/accessibility.po
+++ b/translations/source/bg/svx/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:00+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/svx/source/dialog.po b/translations/source/bg/svx/source/dialog.po
index 96b0c5bd86a..d0da3530867 100644
--- a/translations/source/bg/svx/source/dialog.po
+++ b/translations/source/bg/svx/source/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-02 12:06+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/svx/source/engine3d.po b/translations/source/bg/svx/source/engine3d.po
index ebdd867dab0..b382e68fec5 100644
--- a/translations/source/bg/svx/source/engine3d.po
+++ b/translations/source/bg/svx/source/engine3d.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-04 00:05+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/svx/source/fmcomp.po b/translations/source/bg/svx/source/fmcomp.po
index ad0f06b9266..9c5ca24b7be 100644
--- a/translations/source/bg/svx/source/fmcomp.po
+++ b/translations/source/bg/svx/source/fmcomp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:00+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/svx/source/form.po b/translations/source/bg/svx/source/form.po
index ff49d98c2ab..b4d7b675d68 100644
--- a/translations/source/bg/svx/source/form.po
+++ b/translations/source/bg/svx/source/form.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:00+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/svx/source/gallery2.po b/translations/source/bg/svx/source/gallery2.po
index 14f58aa1c80..e2c065ab162 100644
--- a/translations/source/bg/svx/source/gallery2.po
+++ b/translations/source/bg/svx/source/gallery2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:00+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/svx/source/items.po b/translations/source/bg/svx/source/items.po
index d44b7eeeb37..48fed567621 100644
--- a/translations/source/bg/svx/source/items.po
+++ b/translations/source/bg/svx/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:00+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/svx/source/src.po b/translations/source/bg/svx/source/src.po
index 2face1e558b..76aada6b269 100644
--- a/translations/source/bg/svx/source/src.po
+++ b/translations/source/bg/svx/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-03 23:44+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/svx/source/stbctrls.po b/translations/source/bg/svx/source/stbctrls.po
index 03ee00f72d9..0ba5511f397 100644
--- a/translations/source/bg/svx/source/stbctrls.po
+++ b/translations/source/bg/svx/source/stbctrls.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%2Fstbctrls.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-02-20 09:39+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/bg/svx/source/svdraw.po b/translations/source/bg/svx/source/svdraw.po
index bb881e54588..1a6e1944eb5 100644
--- a/translations/source/bg/svx/source/svdraw.po
+++ b/translations/source/bg/svx/source/svdraw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 23:45+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/svx/source/table.po b/translations/source/bg/svx/source/table.po
index f98a341bb94..a96e9061abd 100644
--- a/translations/source/bg/svx/source/table.po
+++ b/translations/source/bg/svx/source/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:00+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/svx/source/tbxctrls.po b/translations/source/bg/svx/source/tbxctrls.po
index a0653f67f76..ea305ccae4d 100644
--- a/translations/source/bg/svx/source/tbxctrls.po
+++ b/translations/source/bg/svx/source/tbxctrls.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:00+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/svx/source/toolbars.po b/translations/source/bg/svx/source/toolbars.po
index 691bae5fe75..fe381058de5 100644
--- a/translations/source/bg/svx/source/toolbars.po
+++ b/translations/source/bg/svx/source/toolbars.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:00+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/svx/source/unodialogs/textconversiondlgs.po b/translations/source/bg/svx/source/unodialogs/textconversiondlgs.po
index e6fc2f8ddd9..9c3907168a1 100644
--- a/translations/source/bg/svx/source/unodialogs/textconversiondlgs.po
+++ b/translations/source/bg/svx/source/unodialogs/textconversiondlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 23:44+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sw/source/core/layout.po b/translations/source/bg/sw/source/core/layout.po
index 1a70a72e987..ae90ab3bab3 100644
--- a/translations/source/bg/sw/source/core/layout.po
+++ b/translations/source/bg/sw/source/core/layout.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 21:09+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sw/source/core/undo.po b/translations/source/bg/sw/source/core/undo.po
index 9e09acce083..8610c820239 100644
--- a/translations/source/bg/sw/source/core/undo.po
+++ b/translations/source/bg/sw/source/core/undo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-20 21:09+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sw/source/core/unocore.po b/translations/source/bg/sw/source/core/unocore.po
index 5362792f23f..a49bc013eec 100644
--- a/translations/source/bg/sw/source/core/unocore.po
+++ b/translations/source/bg/sw/source/core/unocore.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:00+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sw/source/ui/app.po b/translations/source/bg/sw/source/ui/app.po
index 259402f32a2..5582100e9ff 100644
--- a/translations/source/bg/sw/source/ui/app.po
+++ b/translations/source/bg/sw/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-03 12:47+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sw/source/ui/chrdlg.po b/translations/source/bg/sw/source/ui/chrdlg.po
index 17dafb458b8..c7d43040186 100644
--- a/translations/source/bg/sw/source/ui/chrdlg.po
+++ b/translations/source/bg/sw/source/ui/chrdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-03 12:48+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sw/source/ui/config.po b/translations/source/bg/sw/source/ui/config.po
index 3d5e0ff0aec..48d097fa982 100644
--- a/translations/source/bg/sw/source/ui/config.po
+++ b/translations/source/bg/sw/source/ui/config.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 21:11+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -334,6 +334,58 @@ msgctxt "optdlg.src#TP_OPTPRINT_PAGE.ST_NONE.string.text"
msgid "<None>"
msgstr "<Няма>"
+#: optdlg.src#TP_STD_FONT.FL_STDCHR.fixedline.text
+msgid "Basic fonts (%1)"
+msgstr "Основни шрифтове (%1)"
+
+#: optdlg.src#TP_STD_FONT.FT_TYPE.fixedtext.text
+msgid "Font"
+msgstr "Шрифт"
+
+#: optdlg.src#TP_STD_FONT.FT_SIZE.fixedtext.text
+msgid "Size"
+msgstr "Размер"
+
+#: optdlg.src#TP_STD_FONT.FT_STANDARD.fixedtext.text
+msgid "De~fault"
+msgstr "По по~дразбиране"
+
+#: optdlg.src#TP_STD_FONT.FT_TITLE.fixedtext.text
+msgid "Headin~g"
+msgstr "За~главие"
+
+#: optdlg.src#TP_STD_FONT.FT_LIST.fixedtext.text
+msgid "~List"
+msgstr "~Списък"
+
+#: optdlg.src#TP_STD_FONT.FT_LABEL.fixedtext.text
+msgid "C~aption"
+msgstr "Н~адпис"
+
+#: optdlg.src#TP_STD_FONT.FT_IDX.fixedtext.text
+msgid "~Index"
+msgstr "~Указател"
+
+#: optdlg.src#TP_STD_FONT.CB_DOCONLY.checkbox.text
+msgid "C~urrent document only"
+msgstr "~Само за текущия документ"
+
+#: optdlg.src#TP_STD_FONT.PB_STANDARD.pushbutton.text
+msgid "~Default"
+msgstr "~По подразбиране"
+
+#: optdlg.src#TP_STD_FONT.ST_SCRIPT_ASIAN.string.text
+msgid "Asian"
+msgstr "Азиатски"
+
+#: 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 "Западни"
+
#: optdlg.src#TP_OPTTABLE_PAGE.FL_TABLE.fixedline.text
msgid "Default"
msgstr "По подразбиране"
diff --git a/translations/source/bg/sw/source/ui/dbui.po b/translations/source/bg/sw/source/ui/dbui.po
index 7751d56e8cb..2c0a48a049e 100644
--- a/translations/source/bg/sw/source/ui/dbui.po
+++ b/translations/source/bg/sw/source/ui/dbui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-20 21:13+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sw/source/ui/dialog.po b/translations/source/bg/sw/source/ui/dialog.po
index 5ad6e93209f..0af8ea09df8 100644
--- a/translations/source/bg/sw/source/ui/dialog.po
+++ b/translations/source/bg/sw/source/ui/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-07 15:05+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sw/source/ui/dochdl.po b/translations/source/bg/sw/source/ui/dochdl.po
index ab07f243ceb..96a5150dea5 100644
--- a/translations/source/bg/sw/source/ui/dochdl.po
+++ b/translations/source/bg/sw/source/ui/dochdl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:00+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sw/source/ui/docvw.po b/translations/source/bg/sw/source/ui/docvw.po
index 1e3d497f2f7..7147dbd8e82 100644
--- a/translations/source/bg/sw/source/ui/docvw.po
+++ b/translations/source/bg/sw/source/ui/docvw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-07 15:07+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sw/source/ui/envelp.po b/translations/source/bg/sw/source/ui/envelp.po
index e4b028bfe78..ab33d28ef7a 100644
--- a/translations/source/bg/sw/source/ui/envelp.po
+++ b/translations/source/bg/sw/source/ui/envelp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:00+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sw/source/ui/fldui.po b/translations/source/bg/sw/source/ui/fldui.po
index 4a49a411c28..e5aafb2edf9 100644
--- a/translations/source/bg/sw/source/ui/fldui.po
+++ b/translations/source/bg/sw/source/ui/fldui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:00+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sw/source/ui/fmtui.po b/translations/source/bg/sw/source/ui/fmtui.po
index 6bc99c78bef..ed99b9704ca 100644
--- a/translations/source/bg/sw/source/ui/fmtui.po
+++ b/translations/source/bg/sw/source/ui/fmtui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:00+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sw/source/ui/frmdlg.po b/translations/source/bg/sw/source/ui/frmdlg.po
index b9a90c79e48..bbe360b093b 100644
--- a/translations/source/bg/sw/source/ui/frmdlg.po
+++ b/translations/source/bg/sw/source/ui/frmdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-12 17:24+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sw/source/ui/globdoc.po b/translations/source/bg/sw/source/ui/globdoc.po
index 9d2364ea7d6..5c47696aa6d 100644
--- a/translations/source/bg/sw/source/ui/globdoc.po
+++ b/translations/source/bg/sw/source/ui/globdoc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:00+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sw/source/ui/index.po b/translations/source/bg/sw/source/ui/index.po
index a3b89b23700..af5cd516cfc 100644
--- a/translations/source/bg/sw/source/ui/index.po
+++ b/translations/source/bg/sw/source/ui/index.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-07 15:07+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sw/source/ui/lingu.po b/translations/source/bg/sw/source/ui/lingu.po
index bb55f021203..b4f9d5d5c9f 100644
--- a/translations/source/bg/sw/source/ui/lingu.po
+++ b/translations/source/bg/sw/source/ui/lingu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-03 12:48+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sw/source/ui/misc.po b/translations/source/bg/sw/source/ui/misc.po
index a2064a731e3..a61cd843344 100644
--- a/translations/source/bg/sw/source/ui/misc.po
+++ b/translations/source/bg/sw/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-04 00:11+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sw/source/ui/ribbar.po b/translations/source/bg/sw/source/ui/ribbar.po
index 0e463b24589..28a1d4c64ff 100644
--- a/translations/source/bg/sw/source/ui/ribbar.po
+++ b/translations/source/bg/sw/source/ui/ribbar.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-03 12:48+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sw/source/ui/shells.po b/translations/source/bg/sw/source/ui/shells.po
index 7903745ae86..7bcfbd56c65 100644
--- a/translations/source/bg/sw/source/ui/shells.po
+++ b/translations/source/bg/sw/source/ui/shells.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-25 12:31+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sw/source/ui/smartmenu.po b/translations/source/bg/sw/source/ui/smartmenu.po
index 95ea0d857ff..120543a75c1 100644
--- a/translations/source/bg/sw/source/ui/smartmenu.po
+++ b/translations/source/bg/sw/source/ui/smartmenu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:00+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sw/source/ui/table.po b/translations/source/bg/sw/source/ui/table.po
index d72871c01bd..783979dbbc1 100644
--- a/translations/source/bg/sw/source/ui/table.po
+++ b/translations/source/bg/sw/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-12 17:25+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sw/source/ui/uiview.po b/translations/source/bg/sw/source/ui/uiview.po
index fa0f7117072..b7f9e0a0a54 100644
--- a/translations/source/bg/sw/source/ui/uiview.po
+++ b/translations/source/bg/sw/source/ui/uiview.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:00+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sw/source/ui/utlui.po b/translations/source/bg/sw/source/ui/utlui.po
index f5bad047563..e4f087534a3 100644
--- a/translations/source/bg/sw/source/ui/utlui.po
+++ b/translations/source/bg/sw/source/ui/utlui.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%2Futlui.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2011-11-02 02:11+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-26 01:26+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: navipi.src#DLG_NAVIGATION_PI.window.text
@@ -1502,6 +1502,176 @@ msgstr "Заглавие 9"
msgid "Heading 10"
msgstr "Заглавие 10"
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1S.string.text
+msgid "Numbering 1 Start"
+msgstr "Номерация 1 - начало"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text"
+msgid "Numbering 1"
+msgstr "Номерация 1"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1E.string.text
+msgid "Numbering 1 End"
+msgstr "Номерация 1 - край"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM1.string.text
+msgid "Numbering 1 Cont."
+msgstr "Номерация 1 - продълж."
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2S.string.text
+msgid "Numbering 2 Start"
+msgstr "Номерация 2 - начало"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text"
+msgid "Numbering 2"
+msgstr "Номерация 2"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2E.string.text
+msgid "Numbering 2 End"
+msgstr "Номерация 2 - край"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM2.string.text
+msgid "Numbering 2 Cont."
+msgstr "Номерация 2 - продълж."
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3S.string.text
+msgid "Numbering 3 Start"
+msgstr "Номерация 3 - начало"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text"
+msgid "Numbering 3"
+msgstr "Номерация 3"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3E.string.text
+msgid "Numbering 3 End"
+msgstr "Номерация 3 - край"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM3.string.text
+msgid "Numbering 3 Cont."
+msgstr "Номерация 3 - продълж."
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4S.string.text
+msgid "Numbering 4 Start"
+msgstr "Номерация 4 - начало"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text"
+msgid "Numbering 4"
+msgstr "Номерация 4"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4E.string.text
+msgid "Numbering 4 End"
+msgstr "Номерация 4 - край"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM4.string.text
+msgid "Numbering 4 Cont."
+msgstr "Номерация 4 - продълж."
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5S.string.text
+msgid "Numbering 5 Start"
+msgstr "Номерация 5 - начало"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text"
+msgid "Numbering 5"
+msgstr "Номерация 5"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5E.string.text
+msgid "Numbering 5 End"
+msgstr "Номерация 5 - край"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM5.string.text
+msgid "Numbering 5 Cont."
+msgstr "Номерация 5 - продълж."
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1S.string.text
+msgid "List 1 Start"
+msgstr "Списък 1 - начало"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text"
+msgid "List 1"
+msgstr "Списък 1"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1E.string.text
+msgid "List 1 End"
+msgstr "Списък 1 - край"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM1.string.text
+msgid "List 1 Cont."
+msgstr "Списък 1 - продълж."
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2S.string.text
+msgid "List 2 Start"
+msgstr "Списък 2 - начало"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text"
+msgid "List 2"
+msgstr "Списък 2"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2E.string.text
+msgid "List 2 End"
+msgstr "Списък 2 - край"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM2.string.text
+msgid "List 2 Cont."
+msgstr "Списък 2 - продълж."
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3S.string.text
+msgid "List 3 Start"
+msgstr "Списък 3 - начало"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text"
+msgid "List 3"
+msgstr "Списък 3"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3E.string.text
+msgid "List 3 End"
+msgstr "Списък 3 - край"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM3.string.text
+msgid "List 3 Cont."
+msgstr "Списък 3 - продълж."
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4S.string.text
+msgid "List 4 Start"
+msgstr "Списък 4 - начало"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text"
+msgid "List 4"
+msgstr "Списък 4"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4E.string.text
+msgid "List 4 End"
+msgstr "Списък 4 - край"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM4.string.text
+msgid "List 4 Cont."
+msgstr "Списък 4 - продълж."
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5S.string.text
+msgid "List 5 Start"
+msgstr "Списък 5 - начало"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text"
+msgid "List 5"
+msgstr "Списък 5"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5E.string.text
+msgid "List 5 End"
+msgstr "Списък 5 - край"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM5.string.text
+msgid "List 5 Cont."
+msgstr "Списък 5 - продълж."
+
#: poolfmt.src#STR_POOLCOLL_HEADER.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_HEADER.string.text"
msgid "Header"
@@ -1790,42 +1960,52 @@ msgid "Endnote"
msgstr "Бележка в края"
#: poolfmt.src#STR_POOLNUMRULE_NUM1.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM1.string.text"
msgid "Numbering 1"
msgstr "Номерация 1"
#: poolfmt.src#STR_POOLNUMRULE_NUM2.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM2.string.text"
msgid "Numbering 2"
msgstr "Номерация 2"
#: poolfmt.src#STR_POOLNUMRULE_NUM3.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM3.string.text"
msgid "Numbering 3"
msgstr "Номерация 3"
#: poolfmt.src#STR_POOLNUMRULE_NUM4.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM4.string.text"
msgid "Numbering 4"
msgstr "Номерация 4"
#: poolfmt.src#STR_POOLNUMRULE_NUM5.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM5.string.text"
msgid "Numbering 5"
msgstr "Номерация 5"
#: poolfmt.src#STR_POOLNUMRULE_BUL1.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL1.string.text"
msgid "List 1"
msgstr "Списък 1"
#: poolfmt.src#STR_POOLNUMRULE_BUL2.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL2.string.text"
msgid "List 2"
msgstr "Списък 2"
#: poolfmt.src#STR_POOLNUMRULE_BUL3.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL3.string.text"
msgid "List 3"
msgstr "Списък 3"
#: poolfmt.src#STR_POOLNUMRULE_BUL4.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL4.string.text"
msgid "List 4"
msgstr "Списък 4"
#: poolfmt.src#STR_POOLNUMRULE_BUL5.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL5.string.text"
msgid "List 5"
msgstr "Списък 5"
diff --git a/translations/source/bg/sw/source/ui/web.po b/translations/source/bg/sw/source/ui/web.po
index 31df5af3e9b..c95b3bb9cfa 100644
--- a/translations/source/bg/sw/source/ui/web.po
+++ b/translations/source/bg/sw/source/ui/web.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:00+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sw/source/ui/wrtsh.po b/translations/source/bg/sw/source/ui/wrtsh.po
index 4daae270f55..b96efb66101 100644
--- a/translations/source/bg/sw/source/ui/wrtsh.po
+++ b/translations/source/bg/sw/source/ui/wrtsh.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:00+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/swext/mediawiki/help.po b/translations/source/bg/swext/mediawiki/help.po
index e8841d02e73..342fff0296f 100644
--- a/translations/source/bg/swext/mediawiki/help.po
+++ b/translations/source/bg/swext/mediawiki/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-25 12:39+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/swext/mediawiki/src.po b/translations/source/bg/swext/mediawiki/src.po
index ee8d3a60096..3faeaad6a6f 100644
--- a/translations/source/bg/swext/mediawiki/src.po
+++ b/translations/source/bg/swext/mediawiki/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-20 01:33+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/translations/source/bg/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index 7fad36c91d9..43b7ebd44a0 100644
--- a/translations/source/bg/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/translations/source/bg/swext/mediawiki/src/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:00+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/translations/source/bg/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index 3c7544b04d9..09ea527dc82 100644
--- a/translations/source/bg/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/translations/source/bg/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:00+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/sysui/desktop/share.po b/translations/source/bg/sysui/desktop/share.po
index ade21bed2c1..b644269f7fc 100644
--- a/translations/source/bg/sysui/desktop/share.po
+++ b/translations/source/bg/sysui/desktop/share.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-18 22:04+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/uui/source.po b/translations/source/bg/uui/source.po
index 20a26fd19ba..b28bd06c616 100644
--- a/translations/source/bg/uui/source.po
+++ b/translations/source/bg/uui/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-18 22:12+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/vcl/source/src.po b/translations/source/bg/vcl/source/src.po
index 6798599742c..5f07070a95d 100644
--- a/translations/source/bg/vcl/source/src.po
+++ b/translations/source/bg/vcl/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-03 13:13+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/wizards/source/euro.po b/translations/source/bg/wizards/source/euro.po
index 92580216a6c..1fcad67925f 100644
--- a/translations/source/bg/wizards/source/euro.po
+++ b/translations/source/bg/wizards/source/euro.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-19 21:02+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/wizards/source/formwizard.po b/translations/source/bg/wizards/source/formwizard.po
index c87ccc7f615..cf84636a73a 100644
--- a/translations/source/bg/wizards/source/formwizard.po
+++ b/translations/source/bg/wizards/source/formwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 21:13+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/wizards/source/importwizard.po b/translations/source/bg/wizards/source/importwizard.po
index 0787a6c6ba8..bc7fe152ea4 100644
--- a/translations/source/bg/wizards/source/importwizard.po
+++ b/translations/source/bg/wizards/source/importwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-19 21:18+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/wizards/source/schedule.po b/translations/source/bg/wizards/source/schedule.po
index e940504bacc..023ddad21de 100644
--- a/translations/source/bg/wizards/source/schedule.po
+++ b/translations/source/bg/wizards/source/schedule.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/wizards/source/template.po b/translations/source/bg/wizards/source/template.po
index c7463664d7f..aba2cb0d988 100644
--- a/translations/source/bg/wizards/source/template.po
+++ b/translations/source/bg/wizards/source/template.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-27 23:16+0200\n"
"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/xmlsecurity/source/component.po b/translations/source/bg/xmlsecurity/source/component.po
index 60cf1e30710..93a11f842c7 100644
--- a/translations/source/bg/xmlsecurity/source/component.po
+++ b/translations/source/bg/xmlsecurity/source/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bg/xmlsecurity/source/dialogs.po b/translations/source/bg/xmlsecurity/source/dialogs.po
index 9dd9de0d234..09265bf28bf 100644
--- a/translations/source/bg/xmlsecurity/source/dialogs.po
+++ b/translations/source/bg/xmlsecurity/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-04 00:14+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bg\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/accessibility/source/helper.po b/translations/source/bn/accessibility/source/helper.po
index 94a83ddb86a..73176590a0f 100644
--- a/translations/source/bn/accessibility/source/helper.po
+++ b/translations/source/bn/accessibility/source/helper.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:44+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/avmedia/source/framework.po b/translations/source/bn/avmedia/source/framework.po
index 7de61127289..0da91fbdd65 100644
--- a/translations/source/bn/avmedia/source/framework.po
+++ b/translations/source/bn/avmedia/source/framework.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:44+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/avmedia/source/viewer.po b/translations/source/bn/avmedia/source/viewer.po
index bcdf02c4e45..17832913026 100644
--- a/translations/source/bn/avmedia/source/viewer.po
+++ b/translations/source/bn/avmedia/source/viewer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:44+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/basctl/source/basicide.po b/translations/source/bn/basctl/source/basicide.po
index b4c677f35e5..2a7af40ad2e 100644
--- a/translations/source/bn/basctl/source/basicide.po
+++ b/translations/source/bn/basctl/source/basicide.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-06-09 11:20+0600\n"
"Last-Translator: Zenat Rahnuma <zenat@ankur.org.bd>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Language: bn_BD\n"
diff --git a/translations/source/bn/basctl/source/dlged.po b/translations/source/bn/basctl/source/dlged.po
index 4327682c909..ad278d5e98a 100644
--- a/translations/source/bn/basctl/source/dlged.po
+++ b/translations/source/bn/basctl/source/dlged.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/basic/source/classes.po b/translations/source/bn/basic/source/classes.po
index f3a2ba314d6..5e7b6604520 100644
--- a/translations/source/bn/basic/source/classes.po
+++ b/translations/source/bn/basic/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/basic/source/sbx.po b/translations/source/bn/basic/source/sbx.po
index 35dee71799e..1ce097f2c0f 100644
--- a/translations/source/bn/basic/source/sbx.po
+++ b/translations/source/bn/basic/source/sbx.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/chart2/source/controller/dialogs.po b/translations/source/bn/chart2/source/controller/dialogs.po
index 8307a3670a4..ef42c495397 100644
--- a/translations/source/bn/chart2/source/controller/dialogs.po
+++ b/translations/source/bn/chart2/source/controller/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-06-09 13:00+0600\n"
"Last-Translator: Zenat Rahnuma <zenat@ankur.org.bd>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Language: bn_BD\n"
diff --git a/translations/source/bn/connectivity/source/drivers/ado.po b/translations/source/bn/connectivity/source/drivers/ado.po
index 5ecce9c8e34..4bd134816ad 100644
--- a/translations/source/bn/connectivity/source/drivers/ado.po
+++ b/translations/source/bn/connectivity/source/drivers/ado.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/connectivity/source/drivers/calc.po b/translations/source/bn/connectivity/source/drivers/calc.po
index 3ce147a19c3..c1c35c43a7f 100644
--- a/translations/source/bn/connectivity/source/drivers/calc.po
+++ b/translations/source/bn/connectivity/source/drivers/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/connectivity/source/drivers/dbase.po b/translations/source/bn/connectivity/source/drivers/dbase.po
index 8195b3bfaec..5e3b98c2ad0 100644
--- a/translations/source/bn/connectivity/source/drivers/dbase.po
+++ b/translations/source/bn/connectivity/source/drivers/dbase.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/connectivity/source/drivers/evoab2.po b/translations/source/bn/connectivity/source/drivers/evoab2.po
index 45e6e636fc6..2d10b1642c3 100644
--- a/translations/source/bn/connectivity/source/drivers/evoab2.po
+++ b/translations/source/bn/connectivity/source/drivers/evoab2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/connectivity/source/drivers/flat.po b/translations/source/bn/connectivity/source/drivers/flat.po
index 10ba8dd15e0..428e0b85535 100644
--- a/translations/source/bn/connectivity/source/drivers/flat.po
+++ b/translations/source/bn/connectivity/source/drivers/flat.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/connectivity/source/drivers/hsqldb.po b/translations/source/bn/connectivity/source/drivers/hsqldb.po
index 2bb576d1055..42417d616c7 100644
--- a/translations/source/bn/connectivity/source/drivers/hsqldb.po
+++ b/translations/source/bn/connectivity/source/drivers/hsqldb.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/connectivity/source/drivers/jdbc.po b/translations/source/bn/connectivity/source/drivers/jdbc.po
index 8b0d4e1deed..88db2d33991 100644
--- a/translations/source/bn/connectivity/source/drivers/jdbc.po
+++ b/translations/source/bn/connectivity/source/drivers/jdbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/connectivity/source/drivers/kab.po b/translations/source/bn/connectivity/source/drivers/kab.po
index 87a3db2613d..6dc5caa839c 100644
--- a/translations/source/bn/connectivity/source/drivers/kab.po
+++ b/translations/source/bn/connectivity/source/drivers/kab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/connectivity/source/drivers/macab.po b/translations/source/bn/connectivity/source/drivers/macab.po
index 37bc0dc1a8e..7e1e61d1c71 100644
--- a/translations/source/bn/connectivity/source/drivers/macab.po
+++ b/translations/source/bn/connectivity/source/drivers/macab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/connectivity/source/drivers/mozab.po b/translations/source/bn/connectivity/source/drivers/mozab.po
index 0b2ff3538bd..59898ce9ea8 100644
--- a/translations/source/bn/connectivity/source/drivers/mozab.po
+++ b/translations/source/bn/connectivity/source/drivers/mozab.po
@@ -3,14 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-06-09 13:20+0600\n"
-"Last-Translator: Zenat Rahnuma <zenat@ankur.org.bd>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-10-22 23:06+0200\n"
+"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Language: bn_BD\n"
@@ -21,8 +22,9 @@ msgid "SeaMonkey Address Book"
msgstr "SeaMonkey ঠিকানাবই"
#: mozab2.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text
+#, fuzzy
msgctxt "mozab2.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text"
-msgid "Thunderbird Address Book"
+msgid "Thunderbird/Icedove Address Book"
msgstr "থান্ডারবার্ড ঠিকানা বই"
#: mozab2.xcu#.Drivers.Installed.sdbc_address_ldap__.DriverTypeDisplayName.value.text
@@ -44,8 +46,9 @@ msgid "SeaMonkey Address Book"
msgstr "SeaMonkey ঠিকানাবই"
#: mozab.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text
+#, fuzzy
msgctxt "mozab.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text"
-msgid "Thunderbird Address Book"
+msgid "Thunderbird/Icedove Address Book"
msgstr "থান্ডারবার্ড ঠিকানা বই"
#: mozab.xcu#.Drivers.Installed.sdbc_address_ldap__.DriverTypeDisplayName.value.text
diff --git a/translations/source/bn/connectivity/source/drivers/mysql.po b/translations/source/bn/connectivity/source/drivers/mysql.po
index 9716d36ae14..c8450e4b84f 100644
--- a/translations/source/bn/connectivity/source/drivers/mysql.po
+++ b/translations/source/bn/connectivity/source/drivers/mysql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/connectivity/source/drivers/odbc.po b/translations/source/bn/connectivity/source/drivers/odbc.po
index 53de6e3b888..4dd2c36b4d9 100644
--- a/translations/source/bn/connectivity/source/drivers/odbc.po
+++ b/translations/source/bn/connectivity/source/drivers/odbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/connectivity/source/drivers/postgresql.po b/translations/source/bn/connectivity/source/drivers/postgresql.po
index 5134b7540c2..e304c8d5459 100644
--- a/translations/source/bn/connectivity/source/drivers/postgresql.po
+++ b/translations/source/bn/connectivity/source/drivers/postgresql.po
@@ -3,25 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:41+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: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\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/bn/connectivity/source/resource.po b/translations/source/bn/connectivity/source/resource.po
index e44246d194a..0381c6eb597 100644
--- a/translations/source/bn/connectivity/source/resource.po
+++ b/translations/source/bn/connectivity/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-06-09 13:41+0600\n"
"Last-Translator: Zenat Rahnuma <zenat@ankur.org.bd>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Language: bn_BD\n"
diff --git a/translations/source/bn/cui/source/customize.po b/translations/source/bn/cui/source/customize.po
index d2a1dd51d13..3f7adbae6bf 100644
--- a/translations/source/bn/cui/source/customize.po
+++ b/translations/source/bn/cui/source/customize.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 11:15+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/cui/source/dialogs.po b/translations/source/bn/cui/source/dialogs.po
index 8d5de31c50a..f9a96fa895d 100644
--- a/translations/source/bn/cui/source/dialogs.po
+++ b/translations/source/bn/cui/source/dialogs.po
@@ -3,14 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-06-09 15:06+0600\n"
-"Last-Translator: Zenat Rahnuma <zenat@ankur.org.bd>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-10-22 23:06+0200\n"
+"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Language: bn_BD\n"
@@ -815,7 +816,8 @@ msgid "Object;Objects"
msgstr "অবজেক্ট;অবজেক্ট"
#: gallery.src#RID_SVXSTR_GALLERY_READONLY.string.text
-msgid " (read-only)"
+#, fuzzy
+msgid "(read-only)"
msgstr " (শুধুমাত্র-পাঠযোগ্য)"
#: gallery.src#RID_SVXSTR_GALLERY_ALLFILES.string.text
@@ -1191,20 +1193,16 @@ msgstr "অ্যাপলেট সম্পাদনা"
msgid "Contributor credits"
msgstr "অবদানকারীর ক্রেডিট"
-#: about.src#RID_DEFAULTABOUT.ABOUT_STR_VERSION.string.text
-msgid "%PRODUCTNAME %ABOUTBOXPRODUCTVERSION %PRODUCTEXTENSION"
-msgstr "%PRODUCTNAME %ABOUTBOXPRODUCTVERSION %PRODUCTEXTENSION"
-
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_VENDOR.string.text
msgid "This product was supplied by %OOOVENDOR."
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT.string.text
-msgid "LibreOffice is copyright © 2000, 2011 LibreOffice contributors and/or their affiliates. All rights reserved."
+msgid "LibreOffice is copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved."
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT_DERIVED.string.text
-msgid "%PRODUCTNAME is derived from LibreOffice. LibreOffice is copyright © 2000, 2011 LibreOffice contributors and/or their affiliates. All rights reserved."
+msgid "%PRODUCTNAME is derived from LibreOffice. LibreOffice is copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved."
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT_ORACLE_DERIVED.string.text
@@ -1216,8 +1214,8 @@ msgid "%OOOVENDOR acknowledges all community members, please find more info at t
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_LINK.string.text
-msgid "http://www.libreoffice.org/credits.html"
-msgstr "http://www.libreoffice.org/credits.html"
+msgid "http://www.libreoffice.org/about-us/credits/"
+msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_BUILD.string.text
msgid "Build ID:"
@@ -1237,7 +1235,7 @@ msgstr ""
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.FL_RGB.fixedline.text
msgid "RGB"
-msgstr ""
+msgstr "RGB"
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.CT_RED.fixedtext.text
msgid "~Red"
@@ -1273,7 +1271,7 @@ msgstr ""
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.FL_CMYK.fixedline.text
msgid "CMYK"
-msgstr ""
+msgstr "CMYK"
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.CT_CYAN.fixedtext.text
msgid "~Cyan"
@@ -1297,7 +1295,7 @@ msgstr "পাঠ্যের ভাষা (~e)"
#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.LINK_EXPLAIN.fixedtext.text
msgid "More..."
-msgstr ""
+msgstr "আরও..."
#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.FT_NOTINDICT.fixedtext.text
msgid "~Not in dictionary"
@@ -1635,7 +1633,7 @@ msgid "A~fter"
msgstr "পরে (~f)"
#: insrc.src#DLG_INS_ROW_COL.FL_INS.fixedline.text
-msgctxt "insrc.src#DLG_INS_ROW_COL.FL_INS.fixedline.text"
+#, fuzzy
msgid "Insert"
msgstr "সন্নিবেশ"
@@ -1649,17 +1647,12 @@ msgid "~Number"
msgstr "সংখ্যা (~N)"
#: insrc.src#DLG_INS_ROW_COL.STR_ROW.string.text
-msgid " Rows"
-msgstr "সারি"
+msgid "Insert Rows"
+msgstr "সারি সন্নিবেশ"
#: insrc.src#DLG_INS_ROW_COL.STR_COL.string.text
-msgid " Columns"
-msgstr "কলাম"
-
-#: insrc.src#DLG_INS_ROW_COL.modaldialog.text
-msgctxt "insrc.src#DLG_INS_ROW_COL.modaldialog.text"
-msgid "Insert"
-msgstr "সন্নিবেশ"
+msgid "Insert Columns"
+msgstr ""
#: hyphen.src#RID_SVXSTR_HMERR_CHECKINSTALL.string.text
msgid ""
diff --git a/translations/source/bn/cui/source/options.po b/translations/source/bn/cui/source/options.po
index cb94e651ae4..07749232fcd 100644
--- a/translations/source/bn/cui/source/options.po
+++ b/translations/source/bn/cui/source/options.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%2Foptions.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-30 11:10+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-22 23:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Language: bn_BD\n"
@@ -1085,9 +1085,8 @@ msgid "Proxy"
msgstr "প্রক্সি"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.PB_BACK.pushbutton.text
-#, fuzzy
msgid "~Revert"
-msgstr "অপসারণ (~R)"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.ST_LOAD_ERROR.string.text
msgid "The selected module could not be loaded."
@@ -1286,43 +1285,43 @@ msgstr "গ্রিড"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.6.itemlist.text
msgid "Basic Fonts (Western)"
-msgstr "বেসিক ফন্ট (পশ্চিমা)"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.7.itemlist.text
msgid "Basic Fonts (Asian)"
-msgstr "বেসিক ফন্ট (এশীয় )"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text
msgid "Basic Fonts (CTL)"
-msgstr "বেসিক ফন্ট (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"
msgid "Print"
-msgstr "মুদ্রণ"
+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"
msgid "Table"
-msgstr "সারণি"
+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"
msgid "Changes"
-msgstr "পরিবর্তন"
+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"
msgid "Compatibility"
-msgstr "উপযুক্ততা"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.13.itemlist.text
msgid "AutoCaption"
-msgstr "স্বয়ংক্রিয়-ক্যাপশন"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.14.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/bn/cui/source/tabpages.po b/translations/source/bn/cui/source/tabpages.po
index 205dbe65e7f..34628f99b0f 100644
--- a/translations/source/bn/cui/source/tabpages.po
+++ b/translations/source/bn/cui/source/tabpages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-07-11 10:24+0200\n"
-"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2011-10-22 23:06+0200\n"
+"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -481,12 +481,14 @@ msgid "~Numbering"
msgstr "সংখ্যায়ন (~N)"
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.1.stringlist.text
-msgid "1, 2, 3, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.1.stringlist.text"
+msgid "1, 2, 3, ..."
msgstr "1, 2, 3, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.2.stringlist.text
-msgid "A, B, C, ... "
-msgstr "A, B, C, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.2.stringlist.text"
+msgid "A, B, C, ..."
+msgstr "A, B, C, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.3.stringlist.text
msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.3.stringlist.text"
@@ -494,15 +496,18 @@ msgid "a, b, c, ..."
msgstr "a, b, c, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.4.stringlist.text
-msgid "I, II, III, ... "
-msgstr "I, II, III, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.4.stringlist.text"
+msgid "I, II, III, ..."
+msgstr "I, II, III, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.5.stringlist.text
-msgid "i, ii, iii, ... "
-msgstr "i, ii, iii, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.5.stringlist.text"
+msgid "i, ii, iii, ..."
+msgstr "i, ii, iii, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.6.stringlist.text
-msgid "A, .., AA, .., AAA, ... "
+#, fuzzy
+msgid "A, .., AA, .., AAA, ..."
msgstr "A, .., AA, .., AAA, ... "
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.7.stringlist.text
@@ -2293,6 +2298,8 @@ msgid "For~mat"
msgstr "বিন্যাস (~m)"
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.1.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.1.stringlist.text"
msgid "A, B, C, ..."
msgstr "A, B, C, ..."
@@ -2302,14 +2309,20 @@ msgid "a, b, c, ..."
msgstr "a, b, c, ..."
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.3.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.3.stringlist.text"
msgid "I, II, III, ..."
msgstr "I, II, III, ..."
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.4.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.4.stringlist.text"
msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ..."
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.5.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.5.stringlist.text"
msgid "1, 2, 3, ..."
msgstr "1, 2, 3, ..."
@@ -2859,6 +2872,10 @@ msgctxt "textanim.src#RID_SVXPAGE_TEXTANIMATION.TSB_AUTO.tristatebox.text"
msgid "~Automatic"
msgstr "স্বয়ংক্রিয় (~A)"
+#: textanim.src#RID_SVXPAGE_TEXTANIMATION.MTR_FLD_DELAY.metricfield.text
+msgid " ms"
+msgstr ""
+
#: textanim.src#RID_SVXPAGE_TEXTANIMATION.tabpage.text
msgid "Animation"
msgstr "অ্যানিমেশন"
@@ -4724,6 +4741,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr "মুছে ফেলা (~D)..."
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Hatches List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Hatches List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_HATCH.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_HATCH.tabpage.text"
msgid "Hatching"
@@ -4771,6 +4811,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr "মুছে ফেলা (~D)..."
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Bitmap List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Bitmap List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_BITMAP.tabpage.text
msgid "Bitmap Patterns"
msgstr "বিটম্যাপের প্যাটার্ন"
@@ -4862,6 +4925,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr "মুছে ফেলা (~D)..."
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Gradients List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Gradients List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_GRADIENT.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.tabpage.text"
msgid "Gradients"
@@ -4893,6 +4979,22 @@ msgstr "RGB"
msgid "CMYK"
msgstr "CMYK"
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_1.fixedtext.text
+msgid "~C"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_2.fixedtext.text
+msgid "~M"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_3.fixedtext.text
+msgid "~Y"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_4.fixedtext.text
+msgid "~K"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_COLOR.BTN_ADD.pushbutton.text
msgid "~Add"
msgstr "যোগ (~A)"
@@ -4911,6 +5013,29 @@ msgstr "মুছে ফেলা (~D)..."
msgid "~Modify"
msgstr "পরিবর্তন (~M)"
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Color List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Color List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_COLOR.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_COLOR.tabpage.text"
msgid "Colors"
diff --git a/translations/source/bn/dbaccess/source/core/resource.po b/translations/source/bn/dbaccess/source/core/resource.po
index 05cc57b0195..eb2b7e8bc60 100644
--- a/translations/source/bn/dbaccess/source/core/resource.po
+++ b/translations/source/bn/dbaccess/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-07 11:15+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dbaccess/source/ext/adabas.po b/translations/source/bn/dbaccess/source/ext/adabas.po
index fa944962e24..9f2859f1583 100644
--- a/translations/source/bn/dbaccess/source/ext/adabas.po
+++ b/translations/source/bn/dbaccess/source/ext/adabas.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dbaccess/source/ext/macromigration.po b/translations/source/bn/dbaccess/source/ext/macromigration.po
index cd1910d3042..794828896a1 100644
--- a/translations/source/bn/dbaccess/source/ext/macromigration.po
+++ b/translations/source/bn/dbaccess/source/ext/macromigration.po
@@ -3,14 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-06-14 11:20+0600\n"
-"Last-Translator: Zenat Rahnuma <zenat@ankur.org.bd>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-10-22 23:06+0200\n"
+"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Language: bn_BD\n"
@@ -190,7 +191,8 @@ msgid "Warnings"
msgstr "সতর্কীকরণ"
#: macromigration.src#STR_EXCEPTION.string.text
-msgid "caught exception: "
+#, fuzzy
+msgid "caught exception:"
msgstr "ব্যতিক্রম ধরা হয়েছে:"
#: macromigration.src#ERR_INVALID_BACKUP_LOCATION.errorbox.text
diff --git a/translations/source/bn/dbaccess/source/sdbtools/resource.po b/translations/source/bn/dbaccess/source/sdbtools/resource.po
index a24f781d40a..28807f6157a 100644
--- a/translations/source/bn/dbaccess/source/sdbtools/resource.po
+++ b/translations/source/bn/dbaccess/source/sdbtools/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dbaccess/source/ui/app.po b/translations/source/bn/dbaccess/source/ui/app.po
index 40bfec3b0f2..572f53baef5 100644
--- a/translations/source/bn/dbaccess/source/ui/app.po
+++ b/translations/source/bn/dbaccess/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dbaccess/source/ui/browser.po b/translations/source/bn/dbaccess/source/ui/browser.po
index e8adfad8d32..911bb60084c 100644
--- a/translations/source/bn/dbaccess/source/ui/browser.po
+++ b/translations/source/bn/dbaccess/source/ui/browser.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 11:15+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dbaccess/source/ui/control.po b/translations/source/bn/dbaccess/source/ui/control.po
index 51c38badde8..675f907633d 100644
--- a/translations/source/bn/dbaccess/source/ui/control.po
+++ b/translations/source/bn/dbaccess/source/ui/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dbaccess/source/ui/dlg.po b/translations/source/bn/dbaccess/source/ui/dlg.po
index fec958b0221..18a7835e0fe 100644
--- a/translations/source/bn/dbaccess/source/ui/dlg.po
+++ b/translations/source/bn/dbaccess/source/ui/dlg.po
@@ -3,14 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-06-14 15:20+0600\n"
-"Last-Translator: Zenat Rahnuma <zenat@ankur.org.bd>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-10-22 23:06+0200\n"
+"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Language: bn_BD\n"
@@ -1590,8 +1591,9 @@ msgid "~Base DN"
msgstr "বেস DN (~B)"
#: dbadmin.src#PAGE_LDAP.CB_USESSL.checkbox.text
-msgid "Use secure connection(SSL)"
-msgstr "নিরাপদ সংযোগ (SSL) ব্যবহার করুন"
+#, fuzzy
+msgid "Use secure connection (SSL)"
+msgstr "নিরাপদ সংযোগ ব্যবহার করুন (SSL) (~s)"
#: dbadmin.src#PAGE_LDAP.FT_PORTNUMBER.fixedtext.text
msgctxt "dbadmin.src#PAGE_LDAP.FT_PORTNUMBER.fixedtext.text"
diff --git a/translations/source/bn/dbaccess/source/ui/inc.po b/translations/source/bn/dbaccess/source/ui/inc.po
index c53db3df453..53cd9221f51 100644
--- a/translations/source/bn/dbaccess/source/ui/inc.po
+++ b/translations/source/bn/dbaccess/source/ui/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dbaccess/source/ui/misc.po b/translations/source/bn/dbaccess/source/ui/misc.po
index c4b261534df..eb21ca24156 100644
--- a/translations/source/bn/dbaccess/source/ui/misc.po
+++ b/translations/source/bn/dbaccess/source/ui/misc.po
@@ -3,21 +3,21 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-06-14 15:19+0600\n"
"Last-Translator: Zenat Rahnuma <zenat@ankur.org.bd>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Language: bn_BD\n"
#: dbumiscres.src#RSC_CHARSETS.1.string.text
msgid "System"
-msgstr ""
+msgstr "সিস্টেম"
#: dbumiscres.src#STR_ERROR_DURING_CREATION.string.text
msgid "Error during creation"
@@ -54,7 +54,7 @@ msgstr ""
#: dbumiscres.src#STR_FILE_DOES_NOT_EXIST.string.text
msgid "The file \"$file$\" does not exist."
-msgstr ""
+msgstr "\"$file$\" ফাইলটি নেই।"
#: dbumiscres.src#STR_WARNINGS_DURING_CONNECT.string.text
msgid "Warnings were encountered while connecting to the data source. Press \"$buttontext$\" to view them."
@@ -96,7 +96,7 @@ msgstr ""
#: WizardPages.src#WIZ_RTFCOPYTABLE.PB_PREV.pushbutton.text
msgid "< ~Back"
-msgstr ""
+msgstr "< পূর্ববর্তী (~B)"
#: WizardPages.src#WIZ_RTFCOPYTABLE.PB_NEXT.pushbutton.text
msgid "~Next>"
@@ -104,7 +104,7 @@ msgstr ""
#: WizardPages.src#WIZ_RTFCOPYTABLE.PB_OK.okbutton.text
msgid "C~reate"
-msgstr ""
+msgstr "তৈরি (~r)"
#: WizardPages.src#WIZ_RTFCOPYTABLE.modaldialog.text
msgid "Copy RTF Table"
@@ -128,7 +128,7 @@ msgstr ""
#: WizardPages.src#RID_SBA_RTF_PKEYPOPUP.SID_TABLEDESIGN_TABED_PRIMARYKEY.menuitem.text
msgid "Primary Key"
-msgstr ""
+msgstr "প্রাইমারি কী"
#: WizardPages.src#TAB_WIZ_NAME_MATCHING.FT_TABLE_LEFT.fixedtext.text
msgid "Source table: \n"
@@ -145,7 +145,7 @@ msgstr ""
#: WizardPages.src#TAB_WIZ_NAME_MATCHING.PB_NONE.pushbutton.text
msgid "Non~e"
-msgstr ""
+msgstr "একটিও না (~e)"
#: WizardPages.src#TAB_WIZ_COPYTABLE.FT_TABLENAME.fixedtext.text
msgid "Ta~ble name"
@@ -153,7 +153,7 @@ msgstr ""
#: WizardPages.src#TAB_WIZ_COPYTABLE.FL_OPTIONS.fixedline.text
msgid "Options"
-msgstr ""
+msgstr "অপশন"
#: WizardPages.src#TAB_WIZ_COPYTABLE.RB_DEFDATA.radiobutton.text
msgid "De~finition and data"
@@ -181,7 +181,7 @@ msgstr ""
#: WizardPages.src#TAB_WIZ_COPYTABLE.FT_KEYNAME.fixedtext.text
msgid "Name"
-msgstr ""
+msgstr "নাম"
#: WizardPages.src#STR_WIZ_TABLE_COPY.string.text
msgctxt "WizardPages.src#STR_WIZ_TABLE_COPY.string.text"
diff --git a/translations/source/bn/dbaccess/source/ui/querydesign.po b/translations/source/bn/dbaccess/source/ui/querydesign.po
index 06d75aa4680..26bb79766f0 100644
--- a/translations/source/bn/dbaccess/source/ui/querydesign.po
+++ b/translations/source/bn/dbaccess/source/ui/querydesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dbaccess/source/ui/relationdesign.po b/translations/source/bn/dbaccess/source/ui/relationdesign.po
index 0222e4de676..9da19a6611a 100644
--- a/translations/source/bn/dbaccess/source/ui/relationdesign.po
+++ b/translations/source/bn/dbaccess/source/ui/relationdesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -49,8 +49,6 @@ msgstr "আপনি এই টেবিলটি মুছে ফেললে
#: relation.src#STR_QUERY_REL_COULD_NOT_CREATE.string.text
msgid ""
-"The database could not create the relation. May be foreign keys for this kind of table aren't supported.\n"
+"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
"Please check your documentation of the database."
msgstr ""
-"ডাটাবেস রিলেশনটি তৈরি করতে পারেনি। সম্ভবত এধরনের টেবিলের জন্য ফরেন কী সমর্থিত নয়।\n"
-"অনুগ্রহপূর্বক আপনার ডাটাবেসের নথি পরীক্ষা করুন।"
diff --git a/translations/source/bn/dbaccess/source/ui/tabledesign.po b/translations/source/bn/dbaccess/source/ui/tabledesign.po
index 27aba02a1d6..e6184a5346e 100644
--- a/translations/source/bn/dbaccess/source/ui/tabledesign.po
+++ b/translations/source/bn/dbaccess/source/ui/tabledesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dbaccess/source/ui/uno.po b/translations/source/bn/dbaccess/source/ui/uno.po
index a7b2b3678b9..119e6bf4a79 100644
--- a/translations/source/bn/dbaccess/source/ui/uno.po
+++ b/translations/source/bn/dbaccess/source/ui/uno.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/desktop/source/app.po b/translations/source/bn/desktop/source/app.po
index ea5a515d2ce..8571869b044 100644
--- a/translations/source/bn/desktop/source/app.po
+++ b/translations/source/bn/desktop/source/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -134,6 +134,10 @@ msgctxt "desktop.src#STR_TITLE_USERDATALOCKED.string.text"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
+#: desktop.src#DLG_CMDLINEHELP.modaldialog.text
+msgid "Help Message..."
+msgstr ""
+
#: desktop.src#EBX_ERR_PRINTDISABLED.errorbox.text
msgid "Printing is disabled. No documents can be printed."
msgstr "মুদ্রণ নিষ্ক্রিয় করা আছে। কোনো নথি মুদ্রণ করা যাবেনা।"
diff --git a/translations/source/bn/desktop/source/deployment/gui.po b/translations/source/bn/desktop/source/deployment/gui.po
index d7099507947..fe1ea1071ca 100644
--- a/translations/source/bn/desktop/source/deployment/gui.po
+++ b/translations/source/bn/desktop/source/deployment/gui.po
@@ -3,14 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-06-14 15:19+0600\n"
-"Last-Translator: Zenat Rahnuma <zenat@ankur.org.bd>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2011-10-22 23:06+0200\n"
+"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Language: bn_BD\n"
@@ -387,13 +388,29 @@ msgstr ""
"ইনস্টলকৃত বর্ধিতাংশটি প্রতিস্থাপন করতে \\\\'ঠিক আছে\\\\' ক্লিক করুন।\n"
"ইনস্টলেশন বন্ধ করতে \\\\'বাতিল\\\\' ক্লিক করুন।"
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_FT_TYPE_EXTENSIONS.fixedtext.text
+msgid "Type of Extension"
+msgstr ""
+
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_CBX_BUNDLED.checkbox.text
+msgid "~Installation"
+msgstr ""
+
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_CBX_SHARED.checkbox.text
+msgid "~Shared"
+msgstr ""
+
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_CBX_USER.checkbox.text
+msgid "~User"
+msgstr "ব্যবহারকারী (~U)"
+
#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_ADD.pushbutton.text
msgid "~Add..."
msgstr "যোগ... (~A)"
#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_CHECK_UPDATES.pushbutton.text
-msgctxt "dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_CHECK_UPDATES.pushbutton.text"
-msgid "Check for ~Updates..."
+#, fuzzy
+msgid "~Check for Updates..."
msgstr "হালনাগাদের জন্য পরীক্ষা... (~U)"
#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_FT_GET_EXTENSIONS.fixedtext.text
@@ -424,7 +441,7 @@ msgid "Adding %EXTENSION_NAME"
msgstr "%EXTENSION_NAME যোগ করা হচ্ছে"
#: dp_gui_dialog2.src#RID_DLG_UPDATE_REQUIRED.RID_EM_BTN_CHECK_UPDATES.pushbutton.text
-msgctxt "dp_gui_dialog2.src#RID_DLG_UPDATE_REQUIRED.RID_EM_BTN_CHECK_UPDATES.pushbutton.text"
+#, fuzzy
msgid "Check for ~Updates..."
msgstr "হালনাগাদের জন্য পরীক্ষা... (~U)"
diff --git a/translations/source/bn/desktop/source/deployment/manager.po b/translations/source/bn/desktop/source/deployment/manager.po
index 45d5b8f66ec..c75b02754c8 100644
--- a/translations/source/bn/desktop/source/deployment/manager.po
+++ b/translations/source/bn/desktop/source/deployment/manager.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/desktop/source/deployment/misc.po b/translations/source/bn/desktop/source/deployment/misc.po
index 9ee7a602540..3fbd2c85d42 100644
--- a/translations/source/bn/desktop/source/deployment/misc.po
+++ b/translations/source/bn/desktop/source/deployment/misc.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+desktop%2Fsource%2Fdeployment%2Fmisc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-22 23:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: dp_misc.src#RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN.string.text
diff --git a/translations/source/bn/desktop/source/deployment/registry.po b/translations/source/bn/desktop/source/deployment/registry.po
index 34f1f5f2388..852881d882b 100644
--- a/translations/source/bn/desktop/source/deployment/registry.po
+++ b/translations/source/bn/desktop/source/deployment/registry.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/desktop/source/deployment/registry/component.po b/translations/source/bn/desktop/source/deployment/registry/component.po
index 7419b642fff..42e54f05579 100644
--- a/translations/source/bn/desktop/source/deployment/registry/component.po
+++ b/translations/source/bn/desktop/source/deployment/registry/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 11:15+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/desktop/source/deployment/registry/configuration.po b/translations/source/bn/desktop/source/deployment/registry/configuration.po
index e3186f396fd..2e4347768e6 100644
--- a/translations/source/bn/desktop/source/deployment/registry/configuration.po
+++ b/translations/source/bn/desktop/source/deployment/registry/configuration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/desktop/source/deployment/registry/help.po b/translations/source/bn/desktop/source/deployment/registry/help.po
index bd5a716dab7..a1908ebd940 100644
--- a/translations/source/bn/desktop/source/deployment/registry/help.po
+++ b/translations/source/bn/desktop/source/deployment/registry/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/desktop/source/deployment/registry/package.po b/translations/source/bn/desktop/source/deployment/registry/package.po
index 7834327da30..f0aec611e45 100644
--- a/translations/source/bn/desktop/source/deployment/registry/package.po
+++ b/translations/source/bn/desktop/source/deployment/registry/package.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/desktop/source/deployment/registry/script.po b/translations/source/bn/desktop/source/deployment/registry/script.po
index 79fcfbee354..f2351afc223 100644
--- a/translations/source/bn/desktop/source/deployment/registry/script.po
+++ b/translations/source/bn/desktop/source/deployment/registry/script.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/desktop/source/deployment/registry/sfwk.po b/translations/source/bn/desktop/source/deployment/registry/sfwk.po
index 43c6c12e1cb..e50204c53d5 100644
--- a/translations/source/bn/desktop/source/deployment/registry/sfwk.po
+++ b/translations/source/bn/desktop/source/deployment/registry/sfwk.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/desktop/source/deployment/unopkg.po b/translations/source/bn/desktop/source/deployment/unopkg.po
index d9d8e46f04d..8f79221cb72 100644
--- a/translations/source/bn/desktop/source/deployment/unopkg.po
+++ b/translations/source/bn/desktop/source/deployment/unopkg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/af_ZA.po b/translations/source/bn/dictionaries/af_ZA.po
index 69818322ce0..d16b6a56eca 100644
--- a/translations/source/bn/dictionaries/af_ZA.po
+++ b/translations/source/bn/dictionaries/af_ZA.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/an_ES.po b/translations/source/bn/dictionaries/an_ES.po
new file mode 100644
index 00000000000..1e5c9975ee6
--- /dev/null
+++ b/translations/source/bn/dictionaries/an_ES.po
@@ -0,0 +1,19 @@
+#. extracted from dictionaries/an_ES.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%2Fan_ES.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Aragonese spelling dictionary"
+msgstr ""
diff --git a/translations/source/bn/dictionaries/ar.po b/translations/source/bn/dictionaries/ar.po
index 922b6b346a6..44a19be1fa2 100644
--- a/translations/source/bn/dictionaries/ar.po
+++ b/translations/source/bn/dictionaries/ar.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/be_BY.po b/translations/source/bn/dictionaries/be_BY.po
index baf0e1a98f6..aee8003e5c5 100644
--- a/translations/source/bn/dictionaries/be_BY.po
+++ b/translations/source/bn/dictionaries/be_BY.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:42+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: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/bg_BG.po b/translations/source/bn/dictionaries/bg_BG.po
index fa49af36c86..1b15b3a1e98 100644
--- a/translations/source/bn/dictionaries/bg_BG.po
+++ b/translations/source/bn/dictionaries/bg_BG.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/bn_BD.po b/translations/source/bn/dictionaries/bn_BD.po
index b548a2a5de1..f33becf64da 100644
--- a/translations/source/bn/dictionaries/bn_BD.po
+++ b/translations/source/bn/dictionaries/bn_BD.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/br_FR.po b/translations/source/bn/dictionaries/br_FR.po
index 2b8037fdfd5..13924e7ef0c 100644
--- a/translations/source/bn/dictionaries/br_FR.po
+++ b/translations/source/bn/dictionaries/br_FR.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/ca.po b/translations/source/bn/dictionaries/ca.po
index a216c6df66c..e69ded445f3 100644
--- a/translations/source/bn/dictionaries/ca.po
+++ b/translations/source/bn/dictionaries/ca.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/cs_CZ.po b/translations/source/bn/dictionaries/cs_CZ.po
index 51aadf0f52c..c6a3724d3a5 100644
--- a/translations/source/bn/dictionaries/cs_CZ.po
+++ b/translations/source/bn/dictionaries/cs_CZ.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/da_DK.po b/translations/source/bn/dictionaries/da_DK.po
index 02c62744af9..30f42b01f7e 100644
--- a/translations/source/bn/dictionaries/da_DK.po
+++ b/translations/source/bn/dictionaries/da_DK.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/de.po b/translations/source/bn/dictionaries/de.po
index 66a19fd53f2..7352e9e23bf 100644
--- a/translations/source/bn/dictionaries/de.po
+++ b/translations/source/bn/dictionaries/de.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/el_GR.po b/translations/source/bn/dictionaries/el_GR.po
index 15c55d2919c..7972d44057b 100644
--- a/translations/source/bn/dictionaries/el_GR.po
+++ b/translations/source/bn/dictionaries/el_GR.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:42+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: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/en.po b/translations/source/bn/dictionaries/en.po
index 4fa8a03eb3b..cc505c084e8 100644
--- a/translations/source/bn/dictionaries/en.po
+++ b/translations/source/bn/dictionaries/en.po
@@ -3,17 +3,17 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
-msgid "English (Australia, Canada, South Africa, UK, USA) spelling dictionaries, hyphenation rules, and thesaurus"
+msgid "English spelling dictionaries, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/translations/source/bn/dictionaries/en/dialog.po b/translations/source/bn/dictionaries/en/dialog.po
new file mode 100644
index 00000000000..95ef2899bba
--- /dev/null
+++ b/translations/source/bn/dictionaries/en/dialog.po
@@ -0,0 +1,171 @@
+#. extracted from dictionaries/en/dialog.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%2Fen%2Fdialog.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "অভিধাণ"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.en.Label.value.text
+msgid "English sentence checking"
+msgstr ""
+
+#: en_en_US.properties#spelling.property.text
+msgid "Grammar checking"
+msgstr ""
+
+#: en_en_US.properties#hlp_grammar.property.text
+msgid "Check more grammar errors."
+msgstr ""
+
+#: en_en_US.properties#grammar.property.text
+msgid "Possible mistakes"
+msgstr ""
+
+#: en_en_US.properties#hlp_cap.property.text
+msgid "Check missing capitalization of sentences."
+msgstr ""
+
+#: en_en_US.properties#cap.property.text
+msgid "Capitalization"
+msgstr ""
+
+#: en_en_US.properties#hlp_dup.property.text
+msgid "Check repeated words."
+msgstr ""
+
+#: en_en_US.properties#dup.property.text
+msgid "Word duplication"
+msgstr ""
+
+#: en_en_US.properties#hlp_pair.property.text
+msgid "Check missing or extra parentheses and quotation marks."
+msgstr ""
+
+#: en_en_US.properties#pair.property.text
+msgid "Parentheses"
+msgstr ""
+
+#: en_en_US.properties#punctuation.property.text
+msgid "Punctuation"
+msgstr ""
+
+#: en_en_US.properties#hlp_spaces.property.text
+msgid "Check single spaces between words."
+msgstr ""
+
+#: en_en_US.properties#spaces.property.text
+msgid "Word spacing"
+msgstr ""
+
+#: en_en_US.properties#hlp_mdash.property.text
+msgid "Force unspaced em dash instead of spaced en dash."
+msgstr ""
+
+#: en_en_US.properties#mdash.property.text
+msgid "Em dash"
+msgstr ""
+
+#: en_en_US.properties#hlp_ndash.property.text
+msgid "Force spaced en dash instead of unspaced em dash."
+msgstr ""
+
+#: en_en_US.properties#ndash.property.text
+msgid "En dash"
+msgstr ""
+
+#: en_en_US.properties#hlp_quotation.property.text
+msgid "Check double quotation marks: \"x\" → “x”"
+msgstr ""
+
+#: en_en_US.properties#quotation.property.text
+msgid "Quotation marks"
+msgstr ""
+
+#: en_en_US.properties#hlp_times.property.text
+msgid "Check true multiplication sign: 5x5 → 5×5"
+msgstr ""
+
+#: en_en_US.properties#times.property.text
+msgid "Multiplication sign"
+msgstr ""
+
+#: en_en_US.properties#hlp_spaces2.property.text
+msgid "Check single spaces between sentences."
+msgstr ""
+
+#: en_en_US.properties#spaces2.property.text
+msgid "Sentence spacing"
+msgstr ""
+
+#: en_en_US.properties#hlp_spaces3.property.text
+msgid "Check more than two extra space characters between words and sentences."
+msgstr ""
+
+#: en_en_US.properties#spaces3.property.text
+msgid "More spaces"
+msgstr ""
+
+#: en_en_US.properties#hlp_minus.property.text
+msgid "Change hyphen characters to real minus signs."
+msgstr ""
+
+#: en_en_US.properties#minus.property.text
+msgid "Minus sign"
+msgstr ""
+
+#: en_en_US.properties#hlp_apostrophe.property.text
+msgid "Change typewriter apostrophe, single quotation marks and correct double primes."
+msgstr ""
+
+#: en_en_US.properties#apostrophe.property.text
+msgid "Apostrophe"
+msgstr ""
+
+#: en_en_US.properties#hlp_ellipsis.property.text
+msgid "Change three dots with ellipsis."
+msgstr ""
+
+#: en_en_US.properties#ellipsis.property.text
+msgid "Ellipsis"
+msgstr ""
+
+#: en_en_US.properties#others.property.text
+msgid "Others"
+msgstr "অন্যান্য"
+
+#: en_en_US.properties#hlp_metric.property.text
+msgid "Measurement conversion from °F, mph, ft, in, lb, gal and miles."
+msgstr ""
+
+#: en_en_US.properties#metric.property.text
+msgid "Convert to metric (°C, km/h, m, kg, l)"
+msgstr ""
+
+#: en_en_US.properties#hlp_numsep.property.text
+msgid "Common (1000000 → 1,000,000) or ISO (1000000 → 1 000 000)."
+msgstr ""
+
+#: en_en_US.properties#numsep.property.text
+msgid "Thousand separation of large numbers"
+msgstr ""
+
+#: en_en_US.properties#hlp_nonmetric.property.text
+msgid "Measurement conversion from °C; km/h; cm, m, km; kg; l."
+msgstr ""
+
+#: en_en_US.properties#nonmetric.property.text
+msgid "Convert to non-metric (°F, mph, ft, lb, gal)"
+msgstr ""
diff --git a/translations/source/bn/dictionaries/es_ES.po b/translations/source/bn/dictionaries/es_ES.po
index 68971f9ee99..8ae3fc15908 100644
--- a/translations/source/bn/dictionaries/es_ES.po
+++ b/translations/source/bn/dictionaries/es_ES.po
@@ -3,17 +3,17 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Spanish spelling dictionary"
-msgstr ""
+msgstr "স্প্যানিশ বানান অভিধান"
diff --git a/translations/source/bn/dictionaries/et_EE.po b/translations/source/bn/dictionaries/et_EE.po
index 36e03da7996..b565391873b 100644
--- a/translations/source/bn/dictionaries/et_EE.po
+++ b/translations/source/bn/dictionaries/et_EE.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/fr_FR.po b/translations/source/bn/dictionaries/fr_FR.po
index 2da411a2439..423db65f81a 100644
--- a/translations/source/bn/dictionaries/fr_FR.po
+++ b/translations/source/bn/dictionaries/fr_FR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/gd_GB.po b/translations/source/bn/dictionaries/gd_GB.po
index 663ab667879..e7e86f7bfc4 100644
--- a/translations/source/bn/dictionaries/gd_GB.po
+++ b/translations/source/bn/dictionaries/gd_GB.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:42+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: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/gl.po b/translations/source/bn/dictionaries/gl.po
index e7b5607a56c..03d181067cf 100644
--- a/translations/source/bn/dictionaries/gl.po
+++ b/translations/source/bn/dictionaries/gl.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/gu_IN.po b/translations/source/bn/dictionaries/gu_IN.po
index e9b069b79d5..e31e87b86a5 100644
--- a/translations/source/bn/dictionaries/gu_IN.po
+++ b/translations/source/bn/dictionaries/gu_IN.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/he_IL.po b/translations/source/bn/dictionaries/he_IL.po
index fbdff8fde40..240b7a151dc 100644
--- a/translations/source/bn/dictionaries/he_IL.po
+++ b/translations/source/bn/dictionaries/he_IL.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/hi_IN.po b/translations/source/bn/dictionaries/hi_IN.po
index 452dc8c2a7c..78b1dd999fd 100644
--- a/translations/source/bn/dictionaries/hi_IN.po
+++ b/translations/source/bn/dictionaries/hi_IN.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/hr_HR.po b/translations/source/bn/dictionaries/hr_HR.po
index a433a66f790..435c6a5c2c3 100644
--- a/translations/source/bn/dictionaries/hr_HR.po
+++ b/translations/source/bn/dictionaries/hr_HR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/hu_HU.po b/translations/source/bn/dictionaries/hu_HU.po
index 22e61d3bafa..bed289c15b5 100644
--- a/translations/source/bn/dictionaries/hu_HU.po
+++ b/translations/source/bn/dictionaries/hu_HU.po
@@ -3,17 +3,17 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
-msgid "Hungarian spelling dictionary, hyphenation rules, and thesaurus"
+msgid "Hungarian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/translations/source/bn/dictionaries/hu_HU/dialog.po b/translations/source/bn/dictionaries/hu_HU/dialog.po
new file mode 100644
index 00000000000..e5bb8ed7489
--- /dev/null
+++ b/translations/source/bn/dictionaries/hu_HU/dialog.po
@@ -0,0 +1,153 @@
+#. extracted from dictionaries/hu_HU/dialog.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%2Fhu_HU%2Fdialog.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "অভিধাণ"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.hu_HU.Label.value.text
+msgid "Hungarian sentence checking"
+msgstr ""
+
+#: hu_HU_en_US.properties#spelling.property.text
+msgid "Spelling"
+msgstr "বানান"
+
+#: hu_HU_en_US.properties#cap.property.text
+msgid "Capitalization"
+msgstr ""
+
+#: hu_HU_en_US.properties#par.property.text
+msgid "Parentheses"
+msgstr ""
+
+#: hu_HU_en_US.properties#wordpart.property.text
+msgid "Word parts of compounds"
+msgstr ""
+
+#: hu_HU_en_US.properties#comma.property.text
+msgid "Comma usage"
+msgstr ""
+
+#: hu_HU_en_US.properties#proofreading.property.text
+msgid "Proofreading"
+msgstr ""
+
+#: hu_HU_en_US.properties#style.property.text
+msgid "Style checking"
+msgstr ""
+
+#: hu_HU_en_US.properties#compound.property.text
+msgid "Underline typo-like compound words"
+msgstr ""
+
+#: hu_HU_en_US.properties#allcompound.property.text
+msgid "Underline all generated compound words"
+msgstr ""
+
+#: hu_HU_en_US.properties#grammar.property.text
+msgid "Possible mistakes"
+msgstr ""
+
+#: hu_HU_en_US.properties#money.property.text
+msgid "Consistency of money amounts"
+msgstr ""
+
+#: hu_HU_en_US.properties#duplication.property.text
+msgctxt "hu_HU_en_US.properties#duplication.property.text"
+msgid "Word duplication"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup0.property.text
+msgctxt "hu_HU_en_US.properties#dup0.property.text"
+msgid "Word duplication"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup.property.text
+msgid "Duplication within clauses"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup2.property.text
+msgid "Duplication within sentences"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup3.property.text
+msgid "Allow previous checkings with affixes"
+msgstr ""
+
+#: hu_HU_en_US.properties#numpart.property.text
+msgid "Thousand separation of numbers"
+msgstr ""
+
+#: hu_HU_en_US.properties#typography.property.text
+msgid "Typography"
+msgstr ""
+
+#: hu_HU_en_US.properties#quot.property.text
+msgid "Quotation marks"
+msgstr ""
+
+#: hu_HU_en_US.properties#apost.property.text
+msgid "Apostrophe"
+msgstr ""
+
+#: hu_HU_en_US.properties#dash.property.text
+msgid "En dash"
+msgstr ""
+
+#: hu_HU_en_US.properties#elli.property.text
+msgid "Ellipsis"
+msgstr ""
+
+#: hu_HU_en_US.properties#ligature.property.text
+msgid "Ligature suggestion"
+msgstr ""
+
+#: hu_HU_en_US.properties#noligature.property.text
+msgid "Underline ligatures"
+msgstr ""
+
+#: hu_HU_en_US.properties#frac.property.text
+msgid "Fractions"
+msgstr "ভগ্নাংশ"
+
+#: hu_HU_en_US.properties#thin.property.text
+msgid "Thin space"
+msgstr ""
+
+#: hu_HU_en_US.properties#spaces.property.text
+msgid "Double spaces"
+msgstr ""
+
+#: hu_HU_en_US.properties#spaces2.property.text
+msgid "More spaces"
+msgstr ""
+
+#: hu_HU_en_US.properties#idx.property.text
+msgid "Indices"
+msgstr ""
+
+#: hu_HU_en_US.properties#minus.property.text
+msgid "Minus"
+msgstr ""
+
+#: hu_HU_en_US.properties#SI.property.text
+msgid "Measurements"
+msgstr ""
+
+#: hu_HU_en_US.properties#hyphen.property.text
+msgid "Hyphenation of ambiguous words"
+msgstr ""
diff --git a/translations/source/bn/dictionaries/it_IT.po b/translations/source/bn/dictionaries/it_IT.po
index b4a1749e3b3..3add78b926c 100644
--- a/translations/source/bn/dictionaries/it_IT.po
+++ b/translations/source/bn/dictionaries/it_IT.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/ku_TR.po b/translations/source/bn/dictionaries/ku_TR.po
index df2f8c6da58..590b89da8a0 100644
--- a/translations/source/bn/dictionaries/ku_TR.po
+++ b/translations/source/bn/dictionaries/ku_TR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/lt_LT.po b/translations/source/bn/dictionaries/lt_LT.po
index 147cad1fd3a..b9c829726d3 100644
--- a/translations/source/bn/dictionaries/lt_LT.po
+++ b/translations/source/bn/dictionaries/lt_LT.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/lv_LV.po b/translations/source/bn/dictionaries/lv_LV.po
index 032e5634776..aa1666bc4ec 100644
--- a/translations/source/bn/dictionaries/lv_LV.po
+++ b/translations/source/bn/dictionaries/lv_LV.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/ne_NP.po b/translations/source/bn/dictionaries/ne_NP.po
index b79bc756c7c..836bab69d88 100644
--- a/translations/source/bn/dictionaries/ne_NP.po
+++ b/translations/source/bn/dictionaries/ne_NP.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/nl_NL.po b/translations/source/bn/dictionaries/nl_NL.po
index 78bfb89194d..6ededb93dbc 100644
--- a/translations/source/bn/dictionaries/nl_NL.po
+++ b/translations/source/bn/dictionaries/nl_NL.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/no.po b/translations/source/bn/dictionaries/no.po
index 80c721d311d..d320f82439d 100644
--- a/translations/source/bn/dictionaries/no.po
+++ b/translations/source/bn/dictionaries/no.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/oc_FR.po b/translations/source/bn/dictionaries/oc_FR.po
index dd798bbf22c..c349eb50b43 100644
--- a/translations/source/bn/dictionaries/oc_FR.po
+++ b/translations/source/bn/dictionaries/oc_FR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/pl_PL.po b/translations/source/bn/dictionaries/pl_PL.po
index ae07d83aad8..29674d0a723 100644
--- a/translations/source/bn/dictionaries/pl_PL.po
+++ b/translations/source/bn/dictionaries/pl_PL.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/pt_BR.po b/translations/source/bn/dictionaries/pt_BR.po
index f8317d65408..3c4cd71c76d 100644
--- a/translations/source/bn/dictionaries/pt_BR.po
+++ b/translations/source/bn/dictionaries/pt_BR.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/pt_PT.po b/translations/source/bn/dictionaries/pt_PT.po
index 93fc2f9c3da..cf969a11da5 100644
--- a/translations/source/bn/dictionaries/pt_PT.po
+++ b/translations/source/bn/dictionaries/pt_PT.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/ro.po b/translations/source/bn/dictionaries/ro.po
index 2cac4b1c070..3314967582d 100644
--- a/translations/source/bn/dictionaries/ro.po
+++ b/translations/source/bn/dictionaries/ro.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/ru_RU.po b/translations/source/bn/dictionaries/ru_RU.po
index 56e4b898493..fa317da6340 100644
--- a/translations/source/bn/dictionaries/ru_RU.po
+++ b/translations/source/bn/dictionaries/ru_RU.po
@@ -3,17 +3,17 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
-msgid "Russian spelling dictionary, hyphenation rules, and thesaurus"
+msgid "Russian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/translations/source/bn/dictionaries/ru_RU/dialog.po b/translations/source/bn/dictionaries/ru_RU/dialog.po
new file mode 100644
index 00000000000..9ce9fbb822d
--- /dev/null
+++ b/translations/source/bn/dictionaries/ru_RU/dialog.po
@@ -0,0 +1,83 @@
+#. extracted from dictionaries/ru_RU/dialog.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%2Fru_RU%2Fdialog.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "অভিধাণ"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.ru_RU.Label.value.text
+msgid "Grammar checking (Russian)"
+msgstr ""
+
+#: ru_RU_en_US.properties#abbreviation.property.text
+msgid "Abbreviation"
+msgstr ""
+
+#: ru_RU_en_US.properties#grammar.property.text
+msgid "Grammar"
+msgstr "ব্যকরণ"
+
+#: ru_RU_en_US.properties#hyphen.property.text
+msgid "Compound words with hyphen"
+msgstr ""
+
+#: ru_RU_en_US.properties#comma.property.text
+msgid "Comma usage"
+msgstr ""
+
+#: ru_RU_en_US.properties#common.property.text
+msgid "General error"
+msgstr ""
+
+#: ru_RU_en_US.properties#multiword.property.text
+msgid "Multiword expressions"
+msgstr ""
+
+#: ru_RU_en_US.properties#together.property.text
+msgid "Together/separately"
+msgstr ""
+
+#: ru_RU_en_US.properties#proofreading.property.text
+msgid "Proofreading"
+msgstr ""
+
+#: ru_RU_en_US.properties#space.property.text
+msgid "Space mistake"
+msgstr ""
+
+#: ru_RU_en_US.properties#typographica.property.text
+msgid "Typographica"
+msgstr ""
+
+#: ru_RU_en_US.properties#dup.property.text
+msgid "Word duplication within clauses"
+msgstr ""
+
+#: ru_RU_en_US.properties#dup2.property.text
+msgid "Word duplication within sentences"
+msgstr ""
+
+#: ru_RU_en_US.properties#others.property.text
+msgid "Others"
+msgstr "অন্যান্য"
+
+#: ru_RU_en_US.properties#numsep.property.text
+msgid "Separation of large numbers (ISO)"
+msgstr ""
+
+#: ru_RU_en_US.properties#quotation.property.text
+msgid "Quotation"
+msgstr "উদ্ধৃতি"
diff --git a/translations/source/bn/dictionaries/si_LK.po b/translations/source/bn/dictionaries/si_LK.po
new file mode 100644
index 00000000000..e0cf4375ed2
--- /dev/null
+++ b/translations/source/bn/dictionaries/si_LK.po
@@ -0,0 +1,19 @@
+#. extracted from dictionaries/si_LK.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%2Fsi_LK.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Sinhala spelling dictionary"
+msgstr ""
diff --git a/translations/source/bn/dictionaries/sk_SK.po b/translations/source/bn/dictionaries/sk_SK.po
index df195d0ca8f..9541f2db326 100644
--- a/translations/source/bn/dictionaries/sk_SK.po
+++ b/translations/source/bn/dictionaries/sk_SK.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/sl_SI.po b/translations/source/bn/dictionaries/sl_SI.po
index 69e975a9ed3..a4c48a77b2f 100644
--- a/translations/source/bn/dictionaries/sl_SI.po
+++ b/translations/source/bn/dictionaries/sl_SI.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/sr.po b/translations/source/bn/dictionaries/sr.po
index 6d1b1576077..458a9a30188 100644
--- a/translations/source/bn/dictionaries/sr.po
+++ b/translations/source/bn/dictionaries/sr.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/sv_SE.po b/translations/source/bn/dictionaries/sv_SE.po
index e564e36ac80..bdf58c7fca2 100644
--- a/translations/source/bn/dictionaries/sv_SE.po
+++ b/translations/source/bn/dictionaries/sv_SE.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/sw_TZ.po b/translations/source/bn/dictionaries/sw_TZ.po
index 734f41c145e..9fc0b7d0f5c 100644
--- a/translations/source/bn/dictionaries/sw_TZ.po
+++ b/translations/source/bn/dictionaries/sw_TZ.po
@@ -3,17 +3,17 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Swahili spelling dictionary"
-msgstr ""
+msgstr "সোয়াহিলি বানান অভিধান"
diff --git a/translations/source/bn/dictionaries/te_IN.po b/translations/source/bn/dictionaries/te_IN.po
index 2e1ce000e16..5b01480be4f 100644
--- a/translations/source/bn/dictionaries/te_IN.po
+++ b/translations/source/bn/dictionaries/te_IN.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:41+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: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/th_TH.po b/translations/source/bn/dictionaries/th_TH.po
index c0902882b55..b23069ce937 100644
--- a/translations/source/bn/dictionaries/th_TH.po
+++ b/translations/source/bn/dictionaries/th_TH.po
@@ -3,17 +3,17 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Thai spelling dictionary"
-msgstr ""
+msgstr "থাই বানান অভিধান"
diff --git a/translations/source/bn/dictionaries/uk_UA.po b/translations/source/bn/dictionaries/uk_UA.po
index 61a532b5cb2..cbbb0b2911a 100644
--- a/translations/source/bn/dictionaries/uk_UA.po
+++ b/translations/source/bn/dictionaries/uk_UA.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/vi.po b/translations/source/bn/dictionaries/vi.po
index 383b8b83cad..ac1d02df185 100644
--- a/translations/source/bn/dictionaries/vi.po
+++ b/translations/source/bn/dictionaries/vi.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/dictionaries/zu_ZA.po b/translations/source/bn/dictionaries/zu_ZA.po
index 5184af01ac6..79b3d57f060 100644
--- a/translations/source/bn/dictionaries/zu_ZA.po
+++ b/translations/source/bn/dictionaries/zu_ZA.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/editeng/source/accessibility.po b/translations/source/bn/editeng/source/accessibility.po
index 50bd045fea9..7d8f2c4e6e3 100644
--- a/translations/source/bn/editeng/source/accessibility.po
+++ b/translations/source/bn/editeng/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/editeng/source/editeng.po b/translations/source/bn/editeng/source/editeng.po
index aaca99387fb..9a2bf98dcfb 100644
--- a/translations/source/bn/editeng/source/editeng.po
+++ b/translations/source/bn/editeng/source/editeng.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -49,7 +49,7 @@ msgstr "শৈলী প্রয়োগ"
#: editeng.src#RID_EDITUNDO_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "অক্ষরের ছাঁদ পরিবর্তন (~C)"
#: editeng.src#RID_MENU_SPELL.MN_SPELLING.menuitem.text
msgid "~Spellcheck..."
diff --git a/translations/source/bn/editeng/source/items.po b/translations/source/bn/editeng/source/items.po
index 89bfdba2926..501a3992fd0 100644
--- a/translations/source/bn/editeng/source/items.po
+++ b/translations/source/bn/editeng/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-07-11 10:33+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -526,6 +526,30 @@ msgstr "সন্নিবেশ"
msgid "Outset"
msgstr "বাইরের শুরুতে"
+#: svxitems.src#RID_SVXITEMS_METRIC_MM.string.text
+msgid "mm"
+msgstr "মিমি"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_CM.string.text
+msgid "cm"
+msgstr "সেমি"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_INCH.string.text
+msgid "inch"
+msgstr "ইঞ্চি"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_POINT.string.text
+msgid "pt"
+msgstr "পয়েন্ট"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_TWIP.string.text
+msgid "twip"
+msgstr "টুইপ"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_PIXEL.string.text
+msgid "pixel"
+msgstr ""
+
#: svxitems.src#RID_SVXITEMS_SHADOWED_TRUE.string.text
msgid "Shadowed"
msgstr "ছায়াবৃত্ত"
diff --git a/translations/source/bn/editeng/source/misc.po b/translations/source/bn/editeng/source/misc.po
index 0fc1dda5614..5276273a975 100644
--- a/translations/source/bn/editeng/source/misc.po
+++ b/translations/source/bn/editeng/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/editeng/source/outliner.po b/translations/source/bn/editeng/source/outliner.po
index a90a6d1e29e..8c76d881fef 100644
--- a/translations/source/bn/editeng/source/outliner.po
+++ b/translations/source/bn/editeng/source/outliner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/extensions/source/abpilot.po b/translations/source/bn/extensions/source/abpilot.po
index a5e83f1118e..cf8b01f5e2a 100644
--- a/translations/source/bn/extensions/source/abpilot.po
+++ b/translations/source/bn/extensions/source/abpilot.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -71,8 +71,8 @@ msgid "Mozilla / Netscape"
msgstr "মজিলা / নেটস্কেপ"
#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_THUNDERBIRD.radiobutton.text
-msgid "Thunderbird"
-msgstr "থান্ডারবার্ড"
+msgid "Thunderbird/Icedove"
+msgstr ""
#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_KAB.radiobutton.text
msgid "KDE address book"
diff --git a/translations/source/bn/extensions/source/bibliography.po b/translations/source/bn/extensions/source/bibliography.po
index 835824d00d1..635300a5094 100644
--- a/translations/source/bn/extensions/source/bibliography.po
+++ b/translations/source/bn/extensions/source/bibliography.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/extensions/source/dbpilots.po b/translations/source/bn/extensions/source/dbpilots.po
index a5e0d338251..467e5118579 100644
--- a/translations/source/bn/extensions/source/dbpilots.po
+++ b/translations/source/bn/extensions/source/dbpilots.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:45+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/extensions/source/propctrlr.po b/translations/source/bn/extensions/source/propctrlr.po
index a87fe143a10..04c5eb9d979 100644
--- a/translations/source/bn/extensions/source/propctrlr.po
+++ b/translations/source/bn/extensions/source/propctrlr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-07 11:15+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/extensions/source/scanner.po b/translations/source/bn/extensions/source/scanner.po
index 1b0c5477e10..837591ae85b 100644
--- a/translations/source/bn/extensions/source/scanner.po
+++ b/translations/source/bn/extensions/source/scanner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:46+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -54,7 +54,7 @@ msgstr ""
#: sanedlg.src#RID_SANE_DIALOG.RID_SCAN_BTN.pushbutton.text
msgid "Scan"
-msgstr ""
+msgstr "স্ক্যান"
#: sanedlg.src#RID_SANE_DIALOG.RID_PREVIEW_BOX.fixedline.text
msgid "Preview"
diff --git a/translations/source/bn/extensions/source/update/check.po b/translations/source/bn/extensions/source/update/check.po
index 4d4663e88dd..17d7323567a 100644
--- a/translations/source/bn/extensions/source/update/check.po
+++ b/translations/source/bn/extensions/source/update/check.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:46+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/filter/source/config/fragments/filters.po b/translations/source/bn/filter/source/config/fragments/filters.po
index 3eaa8a6b418..ed6951e9e61 100644
--- a/translations/source/bn/filter/source/config/fragments/filters.po
+++ b/translations/source/bn/filter/source/config/fragments/filters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-07-11 11:26+0200\n"
-"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2011-10-22 23:06+0200\n"
+"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -60,7 +60,7 @@ msgstr "পাঠ্য এনকোড করা (%productname% মাস্ট
msgid "Microsoft Excel 2007 Binary"
msgstr "মাইক্রোসফট এক্সেল ২০০৭ বাইনারি"
-#: impress_OOXML_ui.xcu#Office_Open_XML_Presentation.UIName.value.text
+#: impress_OOXML_ui.xcu#Impress_Office_Open_XML.UIName.value.text
msgid "Office Open XML Presentation"
msgstr "অফিস ওপেন XML উপস্থাপনা"
@@ -290,7 +290,7 @@ msgstr "HTML নথি"
msgid "ODF Presentation"
msgstr "ODF উপস্থাপনা"
-#: impress_OOXML_Template_ui.xcu#Office_Open_XML_Presentation_Template.UIName.value.text
+#: impress_OOXML_Template_ui.xcu#Impress_Office_Open_XML_Template.UIName.value.text
msgid "Office Open XML Presentation Template"
msgstr "অফিস ওপেন XML উপস্থাপনা ফর্মা"
diff --git a/translations/source/bn/filter/source/config/fragments/internalgraphicfilters.po b/translations/source/bn/filter/source/config/fragments/internalgraphicfilters.po
index e11b5c35c4b..54bce57aa7a 100644
--- a/translations/source/bn/filter/source/config/fragments/internalgraphicfilters.po
+++ b/translations/source/bn/filter/source/config/fragments/internalgraphicfilters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:46+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/filter/source/config/fragments/types.po b/translations/source/bn/filter/source/config/fragments/types.po
index d52d48264d5..99718eec383 100644
--- a/translations/source/bn/filter/source/config/fragments/types.po
+++ b/translations/source/bn/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-22 23:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: StarBase.xcu#StarBase.UIName.value.text
@@ -100,7 +100,7 @@ msgstr "রাইটার ৮ ফর্মা"
#: MS_Excel_2007_Binary.xcu#MS_Excel_2007_Binary.UIName.value.text
msgid "Microsoft Excel 2007 Binary"
-msgstr ""
+msgstr "মাইক্রোসফট এক্সেল ২০০৭ বাইনারি"
#: calc8.xcu#calc8.UIName.value.text
msgid "Calc 8"
diff --git a/translations/source/bn/filter/source/flash.po b/translations/source/bn/filter/source/flash.po
index a534f28faee..bd55a7fa2b0 100644
--- a/translations/source/bn/filter/source/flash.po
+++ b/translations/source/bn/filter/source/flash.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:46+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/filter/source/graphicfilter/eps.po b/translations/source/bn/filter/source/graphicfilter/eps.po
index da398c5cefe..618ea9897e4 100644
--- a/translations/source/bn/filter/source/graphicfilter/eps.po
+++ b/translations/source/bn/filter/source/graphicfilter/eps.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:48+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/filter/source/pdf.po b/translations/source/bn/filter/source/pdf.po
index 207ede053cb..6aa0b02be82 100644
--- a/translations/source/bn/filter/source/pdf.po
+++ b/translations/source/bn/filter/source/pdf.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-07 11:15+0200\n"
-"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-10-22 23:06+0200\n"
+"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -119,6 +119,11 @@ msgstr "মন্তব্য এক্সপোর্ট করা হবে (~
msgid "Export ~notes pages"
msgstr "টীকার পৃষ্ঠা এক্সপোর্ট (~n)"
+#: impdialog.src#CB_EXPORTHIDDENSLIDES.checkbox.text
+#, fuzzy
+msgid "Export ~hidden pages"
+msgstr "টীকার পৃষ্ঠা এক্সপোর্ট (~n)"
+
#: impdialog.src#CB_EXPORTEMPTYPAGES.checkbox.text
msgid "Exp~ort automatically inserted blank pages"
msgstr "স্বয়ংক্রিয় ভাবে সন্নিবেশকৃত খালি পৃষ্ঠা এক্সপোর্ট করা হবে (~o)"
diff --git a/translations/source/bn/filter/source/t602.po b/translations/source/bn/filter/source/t602.po
index 4d47551987e..b7763e24cc8 100644
--- a/translations/source/bn/filter/source/t602.po
+++ b/translations/source/bn/filter/source/t602.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:46+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/filter/source/xsltdialog.po b/translations/source/bn/filter/source/xsltdialog.po
index b8812a9646c..6ba2b0d54f9 100644
--- a/translations/source/bn/filter/source/xsltdialog.po
+++ b/translations/source/bn/filter/source/xsltdialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-07 11:15+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/forms/source/resource.po b/translations/source/bn/forms/source/resource.po
index 6dc4abbba98..876ab0ed7bc 100644
--- a/translations/source/bn/forms/source/resource.po
+++ b/translations/source/bn/forms/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:46+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/formula/source/core/resource.po b/translations/source/bn/formula/source/core/resource.po
index 2c103b29da9..2b49b4a118a 100644
--- a/translations/source/bn/formula/source/core/resource.po
+++ b/translations/source/bn/formula/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:46+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -143,6 +143,22 @@ msgstr "ATANH"
msgid "ACOTH"
msgstr "ACOTH"
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_COSECANT.string.text
+msgid "CSC"
+msgstr ""
+
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SECANT.string.text
+msgid "SEC"
+msgstr ""
+
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_COSECANT_HYP.string.text
+msgid "CSCH"
+msgstr ""
+
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SECANT_HYP.string.text
+msgid "SECH"
+msgstr ""
+
#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_EXP.string.text
msgid "EXP"
msgstr "EXP"
diff --git a/translations/source/bn/formula/source/ui/dlg.po b/translations/source/bn/formula/source/ui/dlg.po
index 9b593b35d23..dfbad98212e 100644
--- a/translations/source/bn/formula/source/ui/dlg.po
+++ b/translations/source/bn/formula/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:46+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/fpicker/source/office.po b/translations/source/bn/fpicker/source/office.po
index ef9a73a0a5e..dee3639c8bd 100644
--- a/translations/source/bn/fpicker/source/office.po
+++ b/translations/source/bn/fpicker/source/office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-07 11:15+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/framework/source/classes.po b/translations/source/bn/framework/source/classes.po
index 5e57af1f62d..233f65972a3 100644
--- a/translations/source/bn/framework/source/classes.po
+++ b/translations/source/bn/framework/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:46+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/framework/source/services.po b/translations/source/bn/framework/source/services.po
index ae87980e5e4..76ce9b5c6f9 100644
--- a/translations/source/bn/framework/source/services.po
+++ b/translations/source/bn/framework/source/services.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:46+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/helpcontent2/source/text/sbasic/guide.po b/translations/source/bn/helpcontent2/source/text/sbasic/guide.po
index 5a05bed2a2b..0e174126677 100644
--- a/translations/source/bn/helpcontent2/source/text/sbasic/guide.po
+++ b/translations/source/bn/helpcontent2/source/text/sbasic/guide.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 13:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bn/helpcontent2/source/text/sbasic/shared.po b/translations/source/bn/helpcontent2/source/text/sbasic/shared.po
index 85119d6b7e7..e199fae1df5 100644
--- a/translations/source/bn/helpcontent2/source/text/sbasic/shared.po
+++ b/translations/source/bn/helpcontent2/source/text/sbasic/shared.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-07-28 13:30+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4967,8 +4967,8 @@ msgid "Default"
msgstr "ডিফল্ট"
#: 01170101.xhp#par_id3153547.179.help.text
-msgid "Only input controls receive the focus when using the <emph>Tab </emph>key. Controls without input like caption controls are omitted."
-msgstr "<emph> ট্যাব</emph> কী ব্যবহার করার সময় কেবলমাত্র ইনপুট কন্ট্রোল ফোকাস গ্রহণ করে। ইনপুট ব্যতীত কন্ট্রোল যেমন ক্যাপশন কন্ট্রোল বাদ দেওয়া হয়।"
+msgid "Only input controls receive the focus when using the <emph>Tab</emph> key. Controls without input like caption controls are omitted."
+msgstr ""
#: 01170101.xhp#par_id3154632.52.help.text
msgid "No"
diff --git a/translations/source/bn/helpcontent2/source/text/sbasic/shared/01.po b/translations/source/bn/helpcontent2/source/text/sbasic/shared/01.po
index f9b584b1221..ef8bbdf734d 100644
--- a/translations/source/bn/helpcontent2/source/text/sbasic/shared/01.po
+++ b/translations/source/bn/helpcontent2/source/text/sbasic/shared/01.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 13:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bn/helpcontent2/source/text/sbasic/shared/02.po b/translations/source/bn/helpcontent2/source/text/sbasic/shared/02.po
index b6c2e602e9d..4a7767622df 100644
--- a/translations/source/bn/helpcontent2/source/text/sbasic/shared/02.po
+++ b/translations/source/bn/helpcontent2/source/text/sbasic/shared/02.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bn/helpcontent2/source/text/scalc.po b/translations/source/bn/helpcontent2/source/text/scalc.po
index 505d01e93d6..824fe3bdbb1 100644
--- a/translations/source/bn/helpcontent2/source/text/scalc.po
+++ b/translations/source/bn/helpcontent2/source/text/scalc.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+helpcontent2%2Fsource%2Ftext%2Fscalc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bn/helpcontent2/source/text/scalc/00.po b/translations/source/bn/helpcontent2/source/text/scalc/00.po
index d807cbfa774..b08cc29b9c5 100644
--- a/translations/source/bn/helpcontent2/source/text/scalc/00.po
+++ b/translations/source/bn/helpcontent2/source/text/scalc/00.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 14:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bn/helpcontent2/source/text/scalc/01.po b/translations/source/bn/helpcontent2/source/text/scalc/01.po
index 4f8e5d41cb6..d36118bb7cd 100644
--- a/translations/source/bn/helpcontent2/source/text/scalc/01.po
+++ b/translations/source/bn/helpcontent2/source/text/scalc/01.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-12 07:19+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17883,8 +17883,8 @@ msgid "Editing Array Formulas"
msgstr "অ্যারে সূত্র সম্পাদনা করে"
#: 04060107.xhp#par_id3149241.317.help.text
-msgid "Select the cell range or array containing the array formula. To select the whole array, position the cell cursor inside the array range, then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>+ /, where / is the Division key on the numeric keypad."
-msgstr "অ্যারে সূত্র রয়েছে এমন ঘর পরিসর বা অ্যারে নির্বাচন করুন। সম্পূর্ণ অ্যারে নির্বাচন করতে, অ্যারে পরিসরের মধ্যে ঘরের কার্সারটি স্থাপন করুন, তারপর <switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড</caseinline><defaultinline>Ctrl </defaultinline></switchinline>+ / চাপুন, যেখানে / হলো সংখ্যাসূচক কী-প্যাডের ভাগ চিহ্ন কী। "
+msgid "Select the cell range or array containing the array formula. To select the whole array, position the cell cursor inside the array range, then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+/, where / is the Division key on the numeric keypad."
+msgstr ""
#: 04060107.xhp#par_id3143274.318.help.text
msgid "Either press F2 or position the cursor in the input line. Both of these actions let you edit the formula."
@@ -17945,8 +17945,8 @@ msgid "When you adjust the array range, the array formula will not automatically
msgstr "আপনি যখন অ্যারে পরিসরটি সমন্বয় করেন, অ্যারে সূত্রটি স্বয়ংক্রিয়ভাবে সমন্বয় করা হবে না। আপনি শুধুমাত্র এমন পরিসর পরিবর্তন করছেন, যেখানে ফলাফল প্রদর্শিত হবে।"
#: 04060107.xhp#par_id3146080.333.help.text
-msgid "By holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key, you can create a copy of the array formula in the given range."
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড </caseinline><defaultinline>Ctrl </defaultinline></switchinline>কী নিচের দিকে ধরে রেখে, আপনি প্রদত্ত পরিসরের মধ্যে অ্যারে সূত্রের একটি অনুলিপি তৈরি করতে পারবেন।"
+msgid "By holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, you can create a copy of the array formula in the given range."
+msgstr ""
#: 04060107.xhp#par_idN10D47.help.text
msgid "Conditional Array Calculations"
diff --git a/translations/source/bn/helpcontent2/source/text/scalc/02.po b/translations/source/bn/helpcontent2/source/text/scalc/02.po
index 212b32e5b2b..321f7603aa3 100644
--- a/translations/source/bn/helpcontent2/source/text/scalc/02.po
+++ b/translations/source/bn/helpcontent2/source/text/scalc/02.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bn/helpcontent2/source/text/scalc/04.po b/translations/source/bn/helpcontent2/source/text/scalc/04.po
index ce89e67f4b0..9df2c5f24af 100644
--- a/translations/source/bn/helpcontent2/source/text/scalc/04.po
+++ b/translations/source/bn/helpcontent2/source/text/scalc/04.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -36,7 +36,7 @@ msgid "To create a matrix in which all the cells contain the same information as
msgstr "<emph>ইনপুট লাইনে</emph> আপনার প্রদান করা তথ্য সকল ঘরে থাকবে এমন একটি ম্যাট্রিক্স তৈরি করতে, Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter চাপুন। আপনি ম্যাট্রিক্সের উপাদানগুলো সম্পাদনা করতে পারবেন না।"
#: 01020000.xhp#par_id3166426.4.help.text
-msgid "To select multiple cells in different areas of a sheet, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline>and drag in the different areas."
+msgid "To select multiple cells in different areas of a sheet, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and drag in the different areas."
msgstr ""
#: 01020000.xhp#par_id3150207.127.help.text
@@ -234,8 +234,8 @@ msgid "Adds the next sheet to the current selection of sheets. If all the sheets
msgstr "শীটের বর্তমান নির্বাচনের সাথে পরবর্তী শীট যোগ করা হয়। যদি একটি স্প্রেডশীটের সকল শীট নির্বাচন করা থাকে, এই শর্টকাট কী সমন্বয় শুধুমাত্র পরবর্তী শীট নির্বাচন করে। পরবর্তী শীটকে বর্তমান শীটে পরিবর্তন করা হয়।"
#: 01020000.xhp#hd_id3145826.96.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + *"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + *"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ *"
+msgstr ""
#: 01020000.xhp#par_id3148882.97.help.text
msgid "where (*) is the multiplication sign on the numeric key pad"
@@ -246,8 +246,8 @@ msgid "Selects the data range that contains the cursor. A range is a contiguous
msgstr "যেই ডাটা পরিসরে কার্সার আছে তা নির্বাচন করা হয়। একটি পরিসর হল একটি ধারাবাহিক ঘরের পরিসর যা ডাটা ধারণ করে এবং যা ফাঁকা সারি এবং কলাম দ্বারা আবদ্ধ থাকে।"
#: 01020000.xhp#hd_id3151233.180.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + /"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + /"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ /"
+msgstr ""
#: 01020000.xhp#par_id3149949.181.help.text
msgid "where (/) is the division sign on the numeric key pad"
@@ -282,8 +282,8 @@ msgid "Moves the cursor down one cell in a selected range. To specify the direct
msgstr ""
#: 01020000.xhp#par_id5961180.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline> + ` (see note below this table)"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline> + ` (এই সারণির নিচের নোট দেখুন)"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ ` (see note below this table)"
+msgstr ""
#: 01020000.xhp#par_id6407055.help.text
msgid "Displays or hides the formulas instead of the values in all cells."
@@ -497,36 +497,32 @@ msgid "Ungroups the selected data range."
msgstr "নির্বাচিত ডাটা পরিসর গ্রুপভঙ্গ করা হয়।"
#: 01020000.xhp#hd_id3151264.117.help.text
-#, fuzzy
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + Down Arrow"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Shift+তীর চিহ্নিত কী"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ Down Arrow"
+msgstr ""
#: 01020000.xhp#par_id3153155.118.help.text
msgid "Increases the height of current row."
msgstr "বর্তমান সারির উচ্চতা বাড়ানো হয়।"
#: 01020000.xhp#hd_id3151297.119.help.text
-#, fuzzy
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + Up Arrow"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+O"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ Up Arrow"
+msgstr ""
#: 01020000.xhp#par_id3155849.120.help.text
msgid "Decreases the height of current row."
msgstr "বর্তমান সারির উচ্চতা কমানো হয়।"
#: 01020000.xhp#hd_id3155997.121.help.text
-#, fuzzy
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + Right Arrow"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Shift+তীর চিহ্নিত কী"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ Right Arrow"
+msgstr ""
#: 01020000.xhp#par_id3150256.122.help.text
msgid "Increases the width of the current column."
msgstr "বর্তমান কলামের প্রস্থ বাড়ানো হয়।"
#: 01020000.xhp#hd_id3154046.123.help.text
-#, fuzzy
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + Left Arrow"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Shift+তীর চিহ্নিত কী"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ Left Arrow"
+msgstr ""
#: 01020000.xhp#par_id3150155.124.help.text
msgid "Decreases the width of the current column."
diff --git a/translations/source/bn/helpcontent2/source/text/scalc/05.po b/translations/source/bn/helpcontent2/source/text/scalc/05.po
index 219166bb51c..0357c8caf57 100644
--- a/translations/source/bn/helpcontent2/source/text/scalc/05.po
+++ b/translations/source/bn/helpcontent2/source/text/scalc/05.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 13:57+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bn/helpcontent2/source/text/scalc/guide.po b/translations/source/bn/helpcontent2/source/text/scalc/guide.po
index e1571e09db1..6763f4e6384 100644
--- a/translations/source/bn/helpcontent2/source/text/scalc/guide.po
+++ b/translations/source/bn/helpcontent2/source/text/scalc/guide.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 14:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1503,8 +1503,8 @@ msgstr "উদাহরণস্রুপ, ফাঁকা কক্ষে প
#: sorted_list.xhp#par_id2367931.help.text
msgctxt "sorted_list.xhp#par_id2367931.help.text"
-msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>if you do not want to fill the cells with different values."
-msgstr "যদি আপনি ভিন্ন মান সহ ঘরটি পূর্ণ করতে না চান তবে <switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড </caseinline><defaultinline>Ctrl </defaultinline></switchinline>ধরে রাখুন।"
+msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> if you do not want to fill the cells with different values."
+msgstr ""
#: sorted_list.xhp#par_id3152577.5.help.text
msgid "The predefined series can be found under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists</emph>. You can also create your own lists of text strings tailored to your needs, such as a list of your company's branch offices. When you use the information in these lists later (for example, as headings), just enter the first name in the list and expand the entry by dragging it with your mouse."
@@ -3618,8 +3618,8 @@ msgstr "দ্রুত ধারাবাহিক ভাবে দিনের
#: calc_series.xhp#par_id9720145.help.text
msgctxt "calc_series.xhp#par_id9720145.help.text"
-msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>if you do not want to fill the cells with different values."
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>ধরে রাকুন যদি আপনি ভিন্ন মান দ্বারা ঘর পূর্ণ করতে না চান।"
+msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> if you do not want to fill the cells with different values."
+msgstr ""
#: calc_series.xhp#par_id3154490.18.help.text
msgid "If you select two or more adjacent cells that contain different numbers, and drag, the remaining cells are filled with the arithmetic pattern that is recognized in the numbers. The AutoFill function also recognizes customized lists that are defined under <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists</item>."
@@ -3778,8 +3778,8 @@ msgid "Formatting Borders and Backgrounds for Cells and Pages"
msgstr "ঘর এবং পৃষ্ঠার জন্য কিনারা এবং পটভূমি বিন্যাস করা হচ্ছে"
#: format_table.xhp#par_id3154733.20.help.text
-msgid "You can assign a format to any group of cells by first selecting the cells (for multiple selection, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key when clicking), and then activating the <emph>Format Cells</emph> dialog in <item type=\"menuitem\">Format - Cell</item>. In this dialog, you can select attributes such as shadows and backgrounds."
-msgstr "প্রথমে ঘরটি নির্বাচন করে আপনি যেকোনো গ্রুপবদ্ধ কক্ষে বিন্যাস বরাদ্দ করতে পারবেন (বহুবিধ নির্বাচনের জন্য, ক্লিক করার সময়<switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড </caseinline><defaultinline>Ctrl </defaultinline></switchinline>কী ধরে রাখুন), এবং এরপর <item type=\"menuitem\">বিন্যাস - কক্ষে</item> <emph>ঘর বিন্যাস করুন</emph> ডায়ালগ সক্রিয় করুন। এই সংলাপে,আপনি গুণমান নির্বাচন করতে পারেন যেমন ছায়া এবং পটভূমি।"
+msgid "You can assign a format to any group of cells by first selecting the cells (for multiple selection, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key when clicking), and then activating the <emph>Format Cells</emph> dialog in <item type=\"menuitem\">Format - Cell</item>. In this dialog, you can select attributes such as shadows and backgrounds."
+msgstr ""
#: format_table.xhp#par_id3145116.21.help.text
msgid "To apply formatting attributes to an entire sheet, choose <emph>Format - Page</emph>. You can define headers and footers, for example, to appear on each printed page."
@@ -4689,8 +4689,8 @@ msgid "In $[officename] Calc, you can insert values, text or formulas that are s
msgstr "$[officename] calc এ, আপনি মান, পাঠ্য অথবা সূত্র যা সন্নিবেশ করাতে পারেন যা আপনার নথির অন্য নির্বাচিত নথিতে যুগপৎ ভাবে অনুলিপি করা হয়েছে।"
#: edit_multitables.xhp#par_id3153768.8.help.text
-msgid "Select all desired sheets by holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key and clicking the corresponding register tabs that are still gray at the bottom margin of the workspace. All selected register tabs are now white."
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড</caseinline><defaultinline>Ctrl </defaultinline></switchinline>কী ধরে নামিয়ে সব কাঙ্খিত পাতা নির্বাচন করুন এবং সংশ্লিষ্ট রেজিষ্টার ট্যাব এ ক্লিক করুন যা ক্রমপরিসরের নিম্ন মার্জিনে এখনো ধূসর। সব নির্বাচিত রেজিষ্টার ট্যাব এখন সাদা।"
+msgid "Select all desired sheets by holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key and clicking the corresponding register tabs that are still gray at the bottom margin of the workspace. All selected register tabs are now white."
+msgstr ""
#: edit_multitables.xhp#par_idN10614.help.text
msgctxt "edit_multitables.xhp#par_idN10614.help.text"
@@ -4918,7 +4918,7 @@ msgid "Selecting Multiple Sheets"
msgstr "বহুবিধ পাতা নির্বাচন করুন"
#: multitables.xhp#par_id3145251.6.help.text
-msgid "The sheet tab of the current sheet is always visible in white in front of the other sheet tabs. The other sheet tabs are gray when they are not selected. By clicking other sheet tabs while pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline>you can select multiple sheets."
+msgid "The sheet tab of the current sheet is always visible in white in front of the other sheet tabs. The other sheet tabs are gray when they are not selected. By clicking other sheet tabs while pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> you can select multiple sheets."
msgstr ""
#: multitables.xhp#par_idN106B7.help.text
@@ -4931,7 +4931,7 @@ msgid "Undoing a Selection"
msgstr "একটি নির্বাচন পূর্বাবস্থায় ফিরিয়ে নেওয়া হচ্ছে"
#: multitables.xhp#par_id3146969.13.help.text
-msgid "To undo the selection of a sheet, click its sheet tab again while pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline>key. The sheet that is currently visible cannot be removed from the selection."
+msgid "To undo the selection of a sheet, click its sheet tab again while pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key. The sheet that is currently visible cannot be removed from the selection."
msgstr ""
#: multitables.xhp#hd_id3156382.15.help.text
@@ -4983,8 +4983,8 @@ msgid "If you move cells in insert mode within the same row (only horizontally),
msgstr "যদি আপনি একই সারির মধ্যে সন্নিবেশ করান ধরনে ঘর সরান (শুধুমাত্র আনুভুমিকভাবে),এরপর ঘর সন্নিবেশ করানোর পরে, উৎস এলাকা পূরণ করতে সব ঘর বামে সরে যাবে।"
#: move_dragdrop.xhp#par_id2586748.help.text
-msgid "In both modes, you can hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key, or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift keys while you release the mouse button to insert a copy or a link, respectively."
-msgstr "উভয় ধরনে, আপনি <switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড </caseinline><defaultinline>Ctrl </defaultinline></switchinline>কী ধরে রাখতে পারেন, অথবা একটি অনুলিপি অথবা একটি সংযোগ সন্নিবেশ করানোর সময় যখন আপনি মাউস বোতাম ছেড়ে দেন তখন <switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift কী ধরে রাখুন, পর্যায়ক্রমে।"
+msgid "In both modes, you can hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift keys while you release the mouse button to insert a copy or a link, respectively."
+msgstr ""
#: move_dragdrop.xhp#par_id5814081.help.text
msgid "Keys pressed while releasing the mouse button"
@@ -5004,8 +5004,8 @@ msgid "Cells are moved and overwrite the cells in the target area. Source cells
msgstr "ঘর সরানো হয়েছে এবং লক্ষ এলাকায় ঘর ঊর্ধ্বলিপি করুন। উৎস ঘর খালি আছে।"
#: move_dragdrop.xhp#par_id6161687.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড </caseinline><defaultinline>Ctrl </defaultinline></switchinline>কী"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key"
+msgstr ""
#: move_dragdrop.xhp#par_id4278389.help.text
msgid "Cells are copied and overwrite the cells in the target area. Source cells stay as they are."
@@ -5032,8 +5032,8 @@ msgid "If you move within the same rows on the same sheet, the cells in the targ
msgstr "যদি আপনি একই পাতার একই সারির মধ্যে সরান, লক্ষ্যবস্তু এলাকার ঘর ডানে সরে যাবে, এবং এরপর সম্পূর্ণ সারি উৎস এলাকা পূর্ণ করতে স্থানান্তর করবে।"
#: move_dragdrop.xhp#par_id2783898.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option+Command </caseinline><defaultinline>Alt+Ctrl </defaultinline></switchinline>keys"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">পছন্দ+কমান্ড </caseinline><defaultinline>Alt+Ctrl </defaultinline></switchinline>কী"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option+Command </caseinline><defaultinline>Alt+Ctrl</defaultinline></switchinline> keys"
+msgstr ""
#: move_dragdrop.xhp#par_id2785119.help.text
msgid "Cells are copied and shift the cells in the target area to the right or to the bottom. Source cells stay as they are."
@@ -5126,8 +5126,8 @@ msgid "To create a scenario, select all the cells that provide the data for the
msgstr "একটি দৃশ্যাবলী তৈরি করতে, সব ঘর নির্বাচন করুন যা দৃশ্যাবলীর জন্য ডাটা প্রদান করে that provide the data for the scenario. "
#: scenario.xhp#par_id3154020.17.help.text
-msgid "Select the cells that contain the values that will change between scenarios. To select multiple cells, hold down the <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline></item>key as you click each cell."
-msgstr "ঘর নির্বাচন করুন যা মান ধারণ করে যা দৃশ্যাবলীর মধ্যে পরিবর্তিত হবে। বহুবিধ ঘর নির্বাচন করতে, প্রতি কক্ষে ক্লিক করলে <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড </caseinline><defaultinline>Ctrl </defaultinline></switchinline></item>কী ধরে রাখুন।"
+msgid "Select the cells that contain the values that will change between scenarios. To select multiple cells, hold down the <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline></item> key as you click each cell."
+msgstr ""
#: scenario.xhp#par_id3150364.18.help.text
msgid "Choose <emph>Tools - Scenarios</emph>. The <emph>Create Scenario</emph> dialog appears."
@@ -5566,7 +5566,7 @@ msgid "By double-clicking on one of the fields in the <emph>Data Fields</emph> a
msgstr "<emph>ডাটা ক্ষেত্র</emph> এলাকার যেকোনো একটি ক্ষেত্রে ডাবল ক্লিক করে আপনি <link href=\"text/scalc/01/12090105.xhp\" name=\"Data Field\"><emph>ডাটা ক্ষেত্র</emph></link> ডায়ালগ ডাকতে পারবেন।"
#: datapilot_createtable.xhp#par_id3156286.17.help.text
-msgid "Use the <item type=\"menuitem\">Data Field</item> dialog to select the calculations to be used for the data. To make a multiple selection, press the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline>key while clicking the desired calculation."
+msgid "Use the <item type=\"menuitem\">Data Field</item> dialog to select the calculations to be used for the data. To make a multiple selection, press the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while clicking the desired calculation."
msgstr ""
#: datapilot_createtable.xhp#par_id3150329.13.help.text
diff --git a/translations/source/bn/helpcontent2/source/text/schart.po b/translations/source/bn/helpcontent2/source/text/schart.po
index d32701c8a73..912b388c6fa 100644
--- a/translations/source/bn/helpcontent2/source/text/schart.po
+++ b/translations/source/bn/helpcontent2/source/text/schart.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+helpcontent2%2Fsource%2Ftext%2Fschart.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bn/helpcontent2/source/text/schart/00.po b/translations/source/bn/helpcontent2/source/text/schart/00.po
index 285db0ce431..ea6ba6e5e78 100644
--- a/translations/source/bn/helpcontent2/source/text/schart/00.po
+++ b/translations/source/bn/helpcontent2/source/text/schart/00.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 13:57+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bn/helpcontent2/source/text/schart/01.po b/translations/source/bn/helpcontent2/source/text/schart/01.po
index fe66650dfcf..457a7c7752e 100644
--- a/translations/source/bn/helpcontent2/source/text/schart/01.po
+++ b/translations/source/bn/helpcontent2/source/text/schart/01.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bn/helpcontent2/source/text/schart/02.po b/translations/source/bn/helpcontent2/source/text/schart/02.po
index c60ddcec272..81895b85c1e 100644
--- a/translations/source/bn/helpcontent2/source/text/schart/02.po
+++ b/translations/source/bn/helpcontent2/source/text/schart/02.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 13:57+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bn/helpcontent2/source/text/schart/04.po b/translations/source/bn/helpcontent2/source/text/schart/04.po
index 0aca1005daa..10c136d5ef0 100644
--- a/translations/source/bn/helpcontent2/source/text/schart/04.po
+++ b/translations/source/bn/helpcontent2/source/text/schart/04.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 13:57+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bn/helpcontent2/source/text/sdraw.po b/translations/source/bn/helpcontent2/source/text/sdraw.po
index e8622326115..0a3a6beac83 100644
--- a/translations/source/bn/helpcontent2/source/text/sdraw.po
+++ b/translations/source/bn/helpcontent2/source/text/sdraw.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+helpcontent2%2Fsource%2Ftext%2Fsdraw.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 13:57+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bn/helpcontent2/source/text/sdraw/00.po b/translations/source/bn/helpcontent2/source/text/sdraw/00.po
index 6deab313b4a..d8f66f79198 100644
--- a/translations/source/bn/helpcontent2/source/text/sdraw/00.po
+++ b/translations/source/bn/helpcontent2/source/text/sdraw/00.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 13:57+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bn/helpcontent2/source/text/sdraw/01.po b/translations/source/bn/helpcontent2/source/text/sdraw/01.po
index c213fc6da81..657aeecd039 100644
--- a/translations/source/bn/helpcontent2/source/text/sdraw/01.po
+++ b/translations/source/bn/helpcontent2/source/text/sdraw/01.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 13:57+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bn/helpcontent2/source/text/sdraw/04.po b/translations/source/bn/helpcontent2/source/text/sdraw/04.po
index 90b28c27475..e1bf20dfa86 100644
--- a/translations/source/bn/helpcontent2/source/text/sdraw/04.po
+++ b/translations/source/bn/helpcontent2/source/text/sdraw/04.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 13:57+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -375,8 +375,8 @@ msgid "Press the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option<
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">অপশন</caseinline><defaultinline>Alt</defaultinline></switchinline> কী চাপুন এবং একটি বস্তু আঁকতে অথবা আকার পরিবর্তন করতে কেন্দ্র থেকে বস্তুর বাইরের দিকে মাউস দ্বারা টানুন।"
#: 01020000.xhp#hd_id3143232.83.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + click on an object"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">অপশন</caseinline><defaultinline>Alt</defaultinline></switchinline> + একটি বস্তুতে ক্লিক করুন"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ click on an object"
+msgstr ""
#: 01020000.xhp#par_id3156007.84.help.text
msgid "Selects the object behind the currently selected object."
diff --git a/translations/source/bn/helpcontent2/source/text/sdraw/guide.po b/translations/source/bn/helpcontent2/source/text/sdraw/guide.po
index 5f7661a8883..8a2c006c08b 100644
--- a/translations/source/bn/helpcontent2/source/text/sdraw/guide.po
+++ b/translations/source/bn/helpcontent2/source/text/sdraw/guide.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bn/helpcontent2/source/text/shared.po b/translations/source/bn/helpcontent2/source/text/shared.po
index 283b26549bd..a48198c6864 100644
--- a/translations/source/bn/helpcontent2/source/text/shared.po
+++ b/translations/source/bn/helpcontent2/source/text/shared.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+helpcontent2%2Fsource%2Ftext%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 14:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bn/helpcontent2/source/text/shared/00.po b/translations/source/bn/helpcontent2/source/text/shared/00.po
index d0387bb6e51..6aefd63b366 100644
--- a/translations/source/bn/helpcontent2/source/text/shared/00.po
+++ b/translations/source/bn/helpcontent2/source/text/shared/00.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 14:04+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4424,6 +4424,10 @@ msgstr ""
msgid "<variable id=\"java\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Java</emph></variable>"
msgstr ""
+#: 00000406.xhp#par_id5485702.help.text
+msgid "<variable id=\"online_update\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Online Update </emph></variable>"
+msgstr ""
+
#: 00000406.xhp#par_id3146989.152.help.text
msgid "<variable id=\"accessibility\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Accessibility</emph></variable>"
msgstr ""
diff --git a/translations/source/bn/helpcontent2/source/text/shared/01.po b/translations/source/bn/helpcontent2/source/text/shared/01.po
index 79409582d36..6c0c389c27b 100644
--- a/translations/source/bn/helpcontent2/source/text/shared/01.po
+++ b/translations/source/bn/helpcontent2/source/text/shared/01.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-10-31 22:59+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3549,6 +3549,10 @@ msgstr "ফাইল খুলুন সংলাপে, আপনি যে ফ
msgid "The file types that are listed in this dialog are not supported by all operating systems."
msgstr "এই সংলাপে তালিকাভুক্ত ফাইলের ধরন সকল অপারেটিং সিস্টেম দ্বারা সমর্থিত নয়।"
+#: moviesound.xhp#par_idN10700.help.text
+msgid "Click the <emph>Link</emph> box if you want a link to the original file. If it is not checked, the media file will be embedded (not supported with all file formats)."
+msgstr ""
+
#: moviesound.xhp#par_idN106D7.help.text
msgid "Click <emph>Open</emph>."
msgstr "<emph>খোলা</emph>ক্লিক করুন।"
@@ -11919,8 +11923,8 @@ msgid "To view the styles that are used in a file, double-click the file name, a
msgstr "ফাইলে যে শৈলী ব্যবহৃত হয় তার প্রদর্শন করতে, ফাইলের নামে ডাবল ক্লিক করুন, এবং তারপর <emph>শৈলী</emph> এর আইকনে ডাবল ক্লিক করুন।"
#: 01110100.xhp#par_id3155504.35.help.text
-msgid "To copy a style, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>and drag the style from one file to another file. To move a style, drag the style from one file to another file."
-msgstr "একটি শৈলীর অনুলিপি করতে, <switchinline select=\"sys\"><caseinline select=\"MAC\">নির্দেশ </caseinline><defaultinline>Ctrl </defaultinline></switchinline>চেপে ধরে রাখুন এবং এক ফাইল হতে অন্য ফাইলে শৈলীটি টানুন। শৈলী সরাতে, এক ফাইল হতে অন্য ফাইলে শৈলীটি টানুন"
+msgid "To copy a style, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and drag the style from one file to another file. To move a style, drag the style from one file to another file."
+msgstr ""
#: 01110100.xhp#hd_id3149578.8.help.text
msgctxt "01110100.xhp#hd_id3149578.8.help.text"
@@ -12555,8 +12559,8 @@ msgid "Selection field"
msgstr "নির্বাচন ক্ষেত্র"
#: 02230401.xhp#par_id3161459.4.help.text
-msgid "<ahelp hid=\"HID_REDLINING_VIEW_DG_VIEW\">Lists the changes that were recorded in the document. When you select an entry in the list, the change is highlighted in the document. To sort the list, click a column heading. </ahelp> Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>while you click to select multiple entries in the list."
-msgstr "<ahelp hid=\"HID_REDLINING_VIEW_DG_VIEW\">নথিতে রেকর্ডকৃত পরিবর্তনসমূহ তালিকাবদ্ধ করে। আপনি যখন তালিকার একটি এন্ট্রি নির্বাচন করেন, পরিবর্তনটি নথিতে হাইলাইট করা হয়। তালিকাটি সাজাতে, কলামের শিরোনামে ক্লিক করুন। </ahelp>তালিকার বহুবিধ এন্ট্রি নির্বাচন করতে ক্লিক করার সময় <switchinline select=\"sys\"><caseinline select=\"MAC\">নির্দেশ </caseinline><defaultinline>Ctrl </defaultinline></switchinline> চেপে ধরে রাখুন।"
+msgid "<ahelp hid=\"HID_REDLINING_VIEW_DG_VIEW\">Lists the changes that were recorded in the document. When you select an entry in the list, the change is highlighted in the document. To sort the list, click a column heading. </ahelp> Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while you click to select multiple entries in the list."
+msgstr ""
#: 02230401.xhp#par_id3152812.6.help.text
msgid "To edit the comment for an entry in the list, right-click the entry, and then choose<emph> Edit - Comment</emph>."
@@ -19330,8 +19334,8 @@ msgid "Several records or removing a selection"
msgstr "একটি নির্বাচনে একাধিক রেকর্ড বা পুনঃসঞ্চালন"
#: 05340400.xhp#par_id3149295.17.help.text
-msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>and click the row header"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">নির্দেশ</caseinline><defaultinline> Ctrl </defaultinline></switchinline> চেপে ধরে রাখুন এবং সারির শিরোনামে ক্লিক করুন"
+msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and click the row header"
+msgstr ""
#: 05340400.xhp#par_id3152360.18.help.text
msgctxt "05340400.xhp#par_id3152360.18.help.text"
diff --git a/translations/source/bn/helpcontent2/source/text/shared/02.po b/translations/source/bn/helpcontent2/source/text/shared/02.po
index 28057a0c85c..a175ee9eaba 100644
--- a/translations/source/bn/helpcontent2/source/text/shared/02.po
+++ b/translations/source/bn/helpcontent2/source/text/shared/02.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 14:17+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -6781,7 +6781,7 @@ msgid "Decrease Indent"
msgstr "ইনডেন্ট কমানো"
#: 02130000.xhp#par_id3153031.6.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you click the <emph>Decrease Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key, the indent for the selected paragraph is moved by the default tab stop that has been set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you click the <emph>Decrease Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, the indent for the selected paragraph is moved by the default tab stop that has been set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
msgstr ""
#: 01171300.xhp#tit.help.text
@@ -7588,8 +7588,8 @@ msgid "You can copy controls in the document through the clipboard (shortcut key
msgstr "আপনি ক্লিপবোর্ডের মাধ্যমে নথির নিয়ন্ত্রণ অনুলিপি করতে পারেন (অনুলিপি করার জন্য শর্টকার্ট কী <switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C এবং সন্নিবেশ করানোর জন্য<switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V। <switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড</caseinline><defaultinline>Ctrl</defaultinline></switchinline> কী চাপা অবস্থায় আপনি টানুন-এবং-ছাড়ুন ব্যবহার করে <emph>ফর্ম ন্যাভিগেটর</emph>এ লুকায়িত নিয়ন্ত্রণ অনুলিপি করতে পারেন।"
#: 01170600.xhp#par_id3145068.20.help.text
-msgid "Drag and drop to copy controls within the same document or between documents. Open another form document and drag the hidden control from the <emph>Form Navigator</emph> into the <emph>Form Navigator</emph> of the target document. Click a visible control directly in the document, rest the mouse for a moment so that a copy of the control is added to the drag-and-drop clipboard, then drag the copy into the other document. If you want a copy in the same document, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>while dragging."
-msgstr "একই নথি অথবা নথিসমূহের মধ্যে নিয়ন্ত্রণ অনুলিপি করতে টানুন এবং ছাড়ুন। অন্য ফর্ম নথি খুলুন এবং <emph>ফর্ম ন্যাভিগেটর</emph> থেকে লুকায়িত নিযন্ত্রন কাঙ্খিত নথির <emph>ফর্ম ন্যাভিগেটর</emph> এ টানুন। নথিতে সরাসরি একটি দৃশ্যমান নিয়ন্ত্রনে ক্লিক করুন, কিছু সময়ের জন্য মাউসটি রাখুন যাতে করে নিয়ন্ত্রনের একটি অনুলিপি টানুন-এবং-ছাড়ুন ক্লিপবোর্ডে যুক্ত করা হয়, এরপর অনুলিপিটি অন্য নথিতে টেনে নিয়ে যান। যদি আপনি একই নথিতে একটি অনুলিপি চান, টানার সময় <switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড</caseinline><defaultinline>Ctrl </defaultinline></switchinline> চাপুন।"
+msgid "Drag and drop to copy controls within the same document or between documents. Open another form document and drag the hidden control from the <emph>Form Navigator</emph> into the <emph>Form Navigator</emph> of the target document. Click a visible control directly in the document, rest the mouse for a moment so that a copy of the control is added to the drag-and-drop clipboard, then drag the copy into the other document. If you want a copy in the same document, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while dragging."
+msgstr ""
#: 01170600.xhp#hd_id3152812.13.help.text
msgid "Delete"
@@ -8193,8 +8193,8 @@ msgid "Drag the mark on the right to the left while pressing the mouse button"
msgstr "মাউস বোতাম ধরে রেখে চিহ্নিত করণটিকে ডান থেকে বামে টেনে আনুন"
#: 13020000.xhp#par_id3154760.16.help.text
-msgid "In order to change the left indent starting with the second line of a paragraph, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline> key, click the triangle on the bottom left, and drag it to the right."
-msgstr "একটি অনুচ্ছেদের দ্বিতীয় লাইন দ্বারা শুরু হওয়া বাম ইনডেন্ট পরিবর্তন করতে, <switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড</caseinline><defaultinline>Ctrl </defaultinline></switchinline> কী ধরে রাখুন, নিম্নদেশের বামের ত্রিকোণে ক্লিক করুন, এবং একে ডানে টেনে আনুন।"
+msgid "In order to change the left indent starting with the second line of a paragraph, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, click the triangle on the bottom left, and drag it to the right."
+msgstr ""
#: 13020000.xhp#par_id3148453.17.help.text
msgid "Tabs that have been set are not changed when indenting a paragraph. If the set tabs end up outside the margins of the paragraph, they are no longer displayed, but they still exist."
@@ -8468,7 +8468,7 @@ msgid "Increase Indent"
msgstr "ইনডেন্ট বাড়ানো"
#: 02140000.xhp#par_id3152996.5.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Click the <emph>Increase Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key to move the indenting of the selected paragraph by the default tab distance set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Click the <emph>Increase Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key to move the indenting of the selected paragraph by the default tab distance set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
msgstr ""
#: 02140000.xhp#par_id3157910.6.help.text
diff --git a/translations/source/bn/helpcontent2/source/text/shared/04.po b/translations/source/bn/helpcontent2/source/text/shared/04.po
index 13b1a09a382..ba437897049 100644
--- a/translations/source/bn/helpcontent2/source/text/shared/04.po
+++ b/translations/source/bn/helpcontent2/source/text/shared/04.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:17+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bn/helpcontent2/source/text/shared/05.po b/translations/source/bn/helpcontent2/source/text/shared/05.po
index 8caaf09ca94..f11341d9f01 100644
--- a/translations/source/bn/helpcontent2/source/text/shared/05.po
+++ b/translations/source/bn/helpcontent2/source/text/shared/05.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 13:57+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bn/helpcontent2/source/text/shared/07.po b/translations/source/bn/helpcontent2/source/text/shared/07.po
index 134c05ac1f9..29dd1c584d2 100644
--- a/translations/source/bn/helpcontent2/source/text/shared/07.po
+++ b/translations/source/bn/helpcontent2/source/text/shared/07.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F07.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 13:57+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bn/helpcontent2/source/text/shared/autokorr.po b/translations/source/bn/helpcontent2/source/text/shared/autokorr.po
index 807af52f11d..3d265937ead 100644
--- a/translations/source/bn/helpcontent2/source/text/shared/autokorr.po
+++ b/translations/source/bn/helpcontent2/source/text/shared/autokorr.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautokorr.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 13:57+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bn/helpcontent2/source/text/shared/autopi.po b/translations/source/bn/helpcontent2/source/text/shared/autopi.po
index 0a995738065..0c2512a5a04 100644
--- a/translations/source/bn/helpcontent2/source/text/shared/autopi.po
+++ b/translations/source/bn/helpcontent2/source/text/shared/autopi.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautopi.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:18+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bn/helpcontent2/source/text/shared/explorer/database.po b/translations/source/bn/helpcontent2/source/text/shared/explorer/database.po
index f9008efaed3..ef531d67a61 100644
--- a/translations/source/bn/helpcontent2/source/text/shared/explorer/database.po
+++ b/translations/source/bn/helpcontent2/source/text/shared/explorer/database.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fexplorer%2Fdatabase.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 14:22+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bn/helpcontent2/source/text/shared/guide.po b/translations/source/bn/helpcontent2/source/text/shared/guide.po
index 3d9df93e394..fbf72d96777 100644
--- a/translations/source/bn/helpcontent2/source/text/shared/guide.po
+++ b/translations/source/bn/helpcontent2/source/text/shared/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-12 07:47+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2012-01-11 16:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bn\n"
@@ -3020,8 +3020,8 @@ msgid "Select an object by a single click."
msgstr "একক-ক্লিক দ্বারা বস্তু নির্বাচন করুন।"
#: gallery_insert.xhp#par_id3154140.12.help.text
-msgid "Drag the object into the document while pressing the Shift and <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>keys, or right-click to open the context menu and select <emph>Insert</emph> and <emph>Link</emph>."
-msgstr "Shift চেপে ধরে রাখার সময় নথিটির দিকে বস্তুটি টেনে নিয়ে যান এবং <switchinline select=\"sys\"><caseinline select=\"MAC\"> কমান্ড</caseinline><defaultinline> Ctrl</defaultinline></switchinline>কী অথবা প্রসঙ্গ মেনু খুলতে বোতাম ডান-ক্লিক করুন এবং <emph> অন্তর্ভুক্ত করুন</emph> এবং<emph> লিঙ্ক</emph> নির্বাচন করুন।"
+msgid "Drag the object into the document while pressing the Shift and <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> keys, or right-click to open the context menu and select <emph>Insert</emph> and <emph>Link</emph>."
+msgstr ""
#: gallery_insert.xhp#hd_id3156282.13.help.text
msgid "Inserting an object as a background graphic"
@@ -4383,8 +4383,8 @@ msgid "To reattach a floating window, drag-and-drop the window's title bar to an
msgstr "একটি ভাসমান উইন্ডো পুনঃসংযোজন করতে নথির উইন্ডোর একটি প্রান্তে উইন্ডোর শিরোনাম বার টানুন-এবং-ছেড়ে দিন। মাউস পয়েন্টারটি নথির উইন্ডো প্রান্তের খুব নিকটে রাখা উচিত যখন আপনি মাউস বোতামটি ছেড়ে দেন।"
#: floating_toolbar.xhp#par_id1510055.help.text
-msgid "Depending on your system's window manager settings, you may also double-click an empty place on the toolbar or window, while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key. Or double-click the title bar of the floating toolbar or window."
-msgstr "আপনার ব্যবস্থার উইন্ডো ব্যবস্থাপক বৈশিষ্ট্যের উপর নির্ভর করে আপনি টুলবার অথবা উইন্ডোর উপর একটি ফাঁকা স্থানে ডাবল-ক্লিক করতে পারেন যখন<switchinline select=\"sys\"><caseinline select=\"MAC\"> কমান্ড</caseinline><defaultinline> Ctrl</defaultinline></switchinline> কী চেপে ধরে রাখেন। অথবা ভাসমান টুলবার অথবা উইন্ডোর শিরোনাম বারে ডাবল-ক্লিক করুন।"
+msgid "Depending on your system's window manager settings, you may also double-click an empty place on the toolbar or window, while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key. Or double-click the title bar of the floating toolbar or window."
+msgstr ""
#: floating_toolbar.xhp#par_idN107AC.help.text
msgid "Docking toolbars and windows by drag-and-drop depends on your system's window manager settings. You must enable your system to show the full window contents when you move a window, instead of showing just the outer frame."
@@ -6533,16 +6533,16 @@ msgid "Starting the $[officename] Software From the Command Line"
msgstr "কমান্ড সারি হতে $[officename] সফটওয়্যার শুরু করছে"
#: start_parameters.xhp#par_id3156152.5.help.text
-msgid "Under Windows, select <emph>Run</emph> from the Windows Start menu, or open a Shell under UNIX® based platforms."
-msgstr "উইন্ডোজের অধীনে <emph>ধাবিত হওয়া</emph> উইন্ডোজ শুরু মেনু থেকে নির্বাচন করুন অথবা UNIX® প্ল্যাটফর্ম ভিত্তিক একটি শেল খুলুন।"
+msgid "Under Windows, select <emph>Run</emph> from the Windows Start menu, or open a shell under Linux, *BSD, or Mac OS X platforms."
+msgstr ""
#: start_parameters.xhp#par_id3152472.6.help.text
msgid "Under Windows, type the following text in the <emph>Open </emph>text field and click <emph>OK</emph>. "
msgstr "উইন্ডোজে, <emph> খোলা</emph> লেখা ক্ষেত্রে নিম্নলিখিত টেক্সট মুদ্রণ করুন এবং <emph>ঠিক আছে</emph> ক্লিক করুন। "
#: start_parameters.xhp#par_id3149669.53.help.text
-msgid "Under UNIX based systems, type the following line of text, then press <emph>Return</emph>:"
-msgstr "UNIX ভিত্তিক ব্যবস্থাপনার অধীনে টেক্সটের নিম্নলিখিত সারি মুদ্রণ করুন তারপর <emph>ফেরত পাঠান</emph> চাপুন:"
+msgid "Under UNIX-like systems, type the following line of text, then press <emph>Return</emph>:"
+msgstr ""
#: start_parameters.xhp#par_id3147561.7.help.text
msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">{install}\\program\\soffice.exe {parameter} </caseinline><caseinline select=\"UNIX\">{install}/program/soffice {parameter} </caseinline></switchinline>"
@@ -6569,15 +6569,25 @@ msgid "Meaning"
msgstr "অর্থ"
#: start_parameters.xhp#par_id3149983.73.help.text
-msgid "-help / -h / -?"
+#, fuzzy
+msgid "--help / -h / -?"
msgstr "-help / -h / -?"
#: start_parameters.xhp#par_id3147349.74.help.text
msgid "Lists the available command line parameters <switchinline select=\"sys\"><caseinline select=\"WIN\">in a dialog box</caseinline><defaultinline>to the console</defaultinline></switchinline>."
msgstr "প্রাপ্তিসাধ্য কমান্ড সারির মানসমূহের তালিকা <switchinline select=\"sys\"><caseinline select=\"WIN\">ডায়ালগ বাক্সে</caseinline><defaultinline>কনসোলে</defaultinline></switchinline>।"
+#: start_parameters.xhp#par_id31499et.73.help.text
+msgid "--version"
+msgstr ""
+
+#: start_parameters.xhp#par_id31473et.74.help.text
+msgid "Displays the version information."
+msgstr ""
+
#: start_parameters.xhp#par_id3150010.59.help.text
-msgid "-writer"
+#, fuzzy
+msgid "--writer"
msgstr "-writer"
#: start_parameters.xhp#par_id3147213.60.help.text
@@ -6585,7 +6595,8 @@ msgid "Starts with an empty Writer document."
msgstr "একটি শূন্য রাইটার নথির সাহায্যে শুরু করে।"
#: start_parameters.xhp#par_id3148616.61.help.text
-msgid "-calc"
+#, fuzzy
+msgid "--calc"
msgstr "-calc"
#: start_parameters.xhp#par_id3145261.62.help.text
@@ -6593,7 +6604,8 @@ msgid "Starts with an empty Calc document."
msgstr "একটি শূন্য calc নথির সাহায্যে শুরু করে।"
#: start_parameters.xhp#par_id3156443.63.help.text
-msgid "-draw"
+#, fuzzy
+msgid "--draw"
msgstr "-draw"
#: start_parameters.xhp#par_id3154011.64.help.text
@@ -6601,7 +6613,8 @@ msgid "Starts with an empty Draw document."
msgstr "একটি শূন্য আঁকার নথির সাহায্যে শুরু করে।"
#: start_parameters.xhp#par_id3153142.65.help.text
-msgid "-impress"
+#, fuzzy
+msgid "--impress"
msgstr "-impress"
#: start_parameters.xhp#par_id3153222.66.help.text
@@ -6609,7 +6622,8 @@ msgid "Starts with an empty Impress document."
msgstr "একটি শূন্য ইমপ্রেস নথির সাহায্যে শুরু করে।"
#: start_parameters.xhp#par_id3155853.67.help.text
-msgid "-math"
+#, fuzzy
+msgid "--math"
msgstr "-math"
#: start_parameters.xhp#par_id3146928.68.help.text
@@ -6617,7 +6631,8 @@ msgid "Starts with an empty Math document."
msgstr "একটি শূন্য অংক নথির সাহায্যে শুরু করে।"
#: start_parameters.xhp#par_id3149960.69.help.text
-msgid "-global"
+#, fuzzy
+msgid "--global"
msgstr "-global"
#: start_parameters.xhp#par_id3151075.70.help.text
@@ -6625,7 +6640,8 @@ msgid "Starts with an empty Writer master document."
msgstr "একটি শূন্য লেখনী প্রধান নথির সাহায্যে শুরু করে।"
#: start_parameters.xhp#par_id3154510.71.help.text
-msgid "-web"
+#, fuzzy
+msgid "--web"
msgstr "-web"
#: start_parameters.xhp#par_id3148836.72.help.text
@@ -6633,7 +6649,8 @@ msgid "Starts with an empty HTML document."
msgstr "একটি শূন্য HTML নথির সাহায্যে শুরু করে।"
#: start_parameters.xhp#par_id3149403.help.text
-msgid "-show {filename.odp}"
+#, fuzzy
+msgid "--show {filename.odp}"
msgstr "-show {filename.odp}"
#: start_parameters.xhp#par_id3153838.80.help.text
@@ -6641,23 +6658,17 @@ msgid "Starts with the Impress file <emph>{filename.odp}</emph> and starts the p
msgstr "ইমপ্রেস ফাইলের সঙ্গে শুরু করে<emph> {filename odp}</emph> এবং উপস্থাপনা শুরু করে। উপস্থাপনার পরে সম্পাদনা মোড সন্নিবেশ করে।"
#: start_parameters.xhp#par_id3156276.13.help.text
-msgid "-minimized"
+#, fuzzy
+msgid "--minimized"
msgstr "-minimized"
#: start_parameters.xhp#par_id3146080.14.help.text
msgid "Starts minimized. The splash screen is not displayed."
msgstr "হ্রাস করতে শুরু করে। স্প্ল্যাশ পর্দা প্রদর্শন করা হয় না।"
-#: start_parameters.xhp#par_id3641773.help.text
-msgid "-maximized"
-msgstr "-maximized"
-
-#: start_parameters.xhp#par_id8224433.help.text
-msgid "Starts maximized."
-msgstr "বড় করতে শুরু করে।"
-
#: start_parameters.xhp#par_id3145641.15.help.text
-msgid "-invisible"
+#, fuzzy
+msgid "--invisible"
msgstr "-invisible"
#: start_parameters.xhp#par_id3154756.16.help.text
@@ -6670,8 +6681,8 @@ msgid "Neither the start-up logo nor the initial program window will be visible.
msgstr "start-up লোগো নয়তো প্রাথমিক প্রোগ্রাম উইন্ডো দৃশ্যমান নয়। উপরন্তু, $[officename] সফটওয়্যার নিয়ন্ত্রণ করা যাবে এবং নথি এবং ডায়ালগ <link href=\"http://api.openoffice.org\" name=\"API\">API</link> হয়ে খোলেছিল ।"
#: start_parameters.xhp#par_id3147341.18.help.text
-msgid "When the $[officename] software has been started with this parameter, it can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX based systems)."
-msgstr "যখন $[officename] সফটওয়্যার এই বৈশিষ্ট্যের সঙ্গে শুরু করা হয়েছে, এইটি শুধুমাত্র কার্য ব্যবস্থাপক (উইন্ডোজ) অথবা<emph> হত্যা করুন</emph> কমান্ড (UNIX ব্যবস্থাপনা ভিত্তিক) ব্যবহার করে শেষ করা হয়েছে ।"
+msgid "When the $[officename] software has been started with this parameter, it can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX-like systems)."
+msgstr ""
#: start_parameters.xhp#par_id3150388.48.help.text
msgid "It cannot be used in conjunction with <emph>-quickstart</emph>."
@@ -6682,16 +6693,9 @@ msgctxt "start_parameters.xhp#par_id3145147.19.help.text"
msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
msgstr "আরও বেশি তথ্য <emph> $ [officename] উন্নয়নকারী সহায়িকা</emph>তে খুঁজে পাওয়া যায়।"
-#: start_parameters.xhp#par_id3155334.77.help.text
-msgid "-nocrashreport"
-msgstr "-nocrashreport"
-
-#: start_parameters.xhp#par_id3149259.78.help.text
-msgid "Disables the error report tool."
-msgstr "ত্রুটি প্রতিবেদন সরঞ্জাম নিষ্ক্রিয় করে।"
-
#: start_parameters.xhp#par_id3155903.20.help.text
-msgid "-norestore"
+#, fuzzy
+msgid "--norestore"
msgstr "-norestore"
#: start_parameters.xhp#par_id3156374.21.help.text
@@ -6699,8 +6703,9 @@ msgid "Disables restart and file recovery after a system crash."
msgstr "পদ্ধতি ভেঙ্গে পড়ার পর পুনরায় আরম্ভ করা নিষ্ক্রিয় করে এবং ফাইল পুনরুদ্ধার করে। "
#: start_parameters.xhp#par_id5215918.help.text
+#, fuzzy
msgctxt "start_parameters.xhp#par_id5215918.help.text"
-msgid "-nofirststartwizard"
+msgid "--nofirststartwizard"
msgstr "-nofirststartwizard"
#: start_parameters.xhp#par_id5665761.help.text
@@ -6708,7 +6713,8 @@ msgid "Disables the Welcome Wizard."
msgstr "স্বাগতম উইজার্ড নিষ্ক্রিয় করে।"
#: start_parameters.xhp#par_id3148477.25.help.text
-msgid "-quickstart"
+#, fuzzy
+msgid "--quickstart"
msgstr "-quickstart"
#: start_parameters.xhp#par_id3153919.26.help.text
@@ -6716,7 +6722,8 @@ msgid "Activates the Quickstarter."
msgstr "Quickstarter টি সক্রিয় করে।"
#: start_parameters.xhp#par_id3152479.30.help.text
-msgid "-accept={UNO string}"
+#, fuzzy
+msgid "--accept={UNO string}"
msgstr "-accept={UNO string}"
#: start_parameters.xhp#par_id3147130.31.help.text
@@ -6728,17 +6735,14 @@ msgctxt "start_parameters.xhp#par_id3148874.32.help.text"
msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
msgstr "আরও বেশি তথ্য <emph> $ [officename] উন্নয়নকারী সহায়িকা</emph>তে খুঁজে পাওয়া যায়।"
-#: start_parameters.xhp#par_id3149964.33.help.text
-msgid "-env"
-msgstr "-env"
-
-#: start_parameters.xhp#par_id2439039.help.text
-msgid "Sets another environment for the program start."
-msgstr "অনুষ্ঠান শুরুর জন্য অন্য একটি পরিবেশ স্থির করে।"
+#: start_parameters.xhp#par_id315247a.30.help.text
+#, fuzzy
+msgid "--unaccept={UNO string}"
+msgstr "-accept={UNO string}"
-#: start_parameters.xhp#par_id2789086.help.text
-msgid "Use soffice -env:UserInstallation=$(URL) where $(URL) is the URL of a folder that contains the \"user\" folder."
-msgstr "soffice -env ব্যবহার করুন: UserInstallation=$(URL) যেখানে $(URL) হলো একটি পত্রাধারের URL যা \" ব্যবহারকারী \" পত্রাধার ধারণ করে ।"
+#: start_parameters.xhp#par_id314713a.31.help.text
+msgid "Closes an acceptor that was created with --accept={UNO string}. Use --unaccept=all to close all open acceptors."
+msgstr ""
#: start_parameters.xhp#par_id3159238.36.help.text
msgid "-p {filename1} {filename2} ..."
@@ -6754,7 +6758,8 @@ msgid "If the file name contains spaces, then it must be enclosed in quotation m
msgstr "যদি ফাইলের নাম ফাঁকা স্থান ধারণ করে তাহলে এটি অবশ্যই উদ্ধৃতকরণ চিহ্নে সংযুক্ত হওয়া উচিত।"
#: start_parameters.xhp#par_id3150883.38.help.text
-msgid "-pt {Printername} {filename1} {filename2} ..."
+#, fuzzy
+msgid "--pt {Printername} {filename1} {filename2} ..."
msgstr "-pt {Printername} {filename1} {filename2} ..."
#: start_parameters.xhp#par_id3155081.50.help.text
@@ -6775,7 +6780,8 @@ msgid "Opens <emph>{filename}</emph> for editing, even if it is a template."
msgstr "সম্পাদনা করার জন্য <emph>{filename}</emph> এমনকি এটি যদি একটি ট্যামপ্লেট হয়।"
#: start_parameters.xhp#par_id3151182.54.help.text
-msgid "-view {filename}"
+#, fuzzy
+msgid "--view {filename}"
msgstr "-view {filename}"
#: start_parameters.xhp#par_id3145268.55.help.text
@@ -6791,7 +6797,8 @@ msgid "Creates a new document using <emph>{filename}</emph> as a template."
msgstr "ট্যামপ্লেট হিসেবে <emph> {filename}</emph> ব্যবহার করে একটি নতুন নথি তৈরি করে।"
#: start_parameters.xhp#par_id3155126.43.help.text
-msgid "-nologo"
+#, fuzzy
+msgid "--nologo"
msgstr "-nologo"
#: start_parameters.xhp#par_id3151334.44.help.text
@@ -6799,16 +6806,26 @@ msgid "Disables the splash screen at program start."
msgstr "অনুষ্ঠান শুরুতে স্প্ল্যাশ পর্দা নিষ্ক্রিয় করে।"
#: start_parameters.xhp#par_id3159171.75.help.text
-msgid "-nodefault"
+#, fuzzy
+msgid "--nodefault"
msgstr "-nodefault"
#: start_parameters.xhp#par_id3153306.76.help.text
msgid "Starts without displaying anything except the splash screen."
msgstr "স্প্ল্যাশ পর্দা ব্যতীত অন্যকিছু প্রদর্শন না করে শুরু করে।"
+#: start_parameters.xhp#par_id315917t.75.help.text
+msgid "--nolockcheck"
+msgstr ""
+
+#: start_parameters.xhp#par_id315330t.76.help.text
+msgid "Disables check for remote instances using the installation."
+msgstr ""
+
#: start_parameters.xhp#par_id2211676.help.text
+#, fuzzy
msgctxt "start_parameters.xhp#par_id2211676.help.text"
-msgid "-nofirststartwizard"
+msgid "--nofirststartwizard"
msgstr "-nofirststartwizard"
#: start_parameters.xhp#par_id1641895.help.text
@@ -6816,15 +6833,17 @@ msgid "Add this parameter to the program start command to suppress the Welcome W
msgstr "স্বাগতম উইজার্ড দমন করতে অনুষ্ঠান শুরু আদেশে এই মানটি সংযুক্ত করুন।"
#: start_parameters.xhp#par_id3153915.45.help.text
-msgid "-display {display}"
+#, fuzzy
+msgid "--display {display}"
msgstr "-display {display}"
#: start_parameters.xhp#par_id3146786.46.help.text
-msgid "Sets the <emph>DISPLAY </emph>environment variable on UNIX based platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for the $[officename] software on UNIX based platforms."
-msgstr "পরিবর্তনশীল <emph>DISPLAY </emph> তে UNIX ভিত্তিক প্ল্যাটফর্মে স্থির করে <emph>{display}</emph>। এই মানটি শুধুমাত্র UNIX ভিত্তিক প্ল্যাটফর্মে $[officename] সফ্টওয়্যার এর জন্য লিপির আরম্ভ দ্বারা সমর্থিত।"
+msgid "Sets the <emph>DISPLAY </emph>environment variable on UNIX-like platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for the $[officename] software on UNIX-like platforms."
+msgstr ""
#: start_parameters.xhp#par_id3149595.56.help.text
-msgid "-headless"
+#, fuzzy
+msgid "--headless"
msgstr "-headless"
#: start_parameters.xhp#par_id3150530.57.help.text
@@ -6836,6 +6855,30 @@ msgstr "\" headless মোড \" এ শুরু হয় যা ব্যব
msgid "This special mode can be used when the application is controlled by external clients via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
msgstr "এই বিশেষ মোডটি ব্যবহার করা যাবে যখন প্রয়োগ কোন বাহ্যিক গ্রাহক দ্বারা <link href=\"http://api.openoffice.org\" name=\"API\">API</link>এর মধ্য দিয়ে নিয়ন্ত্রিত হয়।।"
+#: start_parameters.xhp#par_id314959o.56.help.text
+msgid "--infilter={filter}"
+msgstr ""
+
+#: start_parameters.xhp#par_id315053o.57.help.text
+msgid "Forces an input filter type, if possible. Eg. --infilter=\"Calc Office Open XML\"."
+msgstr ""
+
+#: start_parameters.xhp#par_id314959p.56.help.text
+msgid "--convert-to output_file_extension[:output_filter_name] [--outdir output_dir] files"
+msgstr ""
+
+#: start_parameters.xhp#par_id315053p.57.help.text
+msgid "Batch convert files.If --outdir is not specified, then current working directory is used as output_dir.<br/> Eg. --convert-to pdf *.doc<br/> --convert-to pdf:writer_pdf_Export --outdir /home/user *.doc"
+msgstr ""
+
+#: start_parameters.xhp#par_id314959q.56.help.text
+msgid "--print-to-file [--printer-name printer_name] [--outdir output_dir] files"
+msgstr ""
+
+#: start_parameters.xhp#par_id315053q.57.help.text
+msgid "Batch print files to file.If --outdir is not specified, then current working directory is used as output_dir.<br/> Eg. --print-to-file *.doc<br/> --print-to-file --printer-name nasty_lowres_printer --outdir /home/user *.doc"
+msgstr ""
+
#: groups.xhp#tit.help.text
msgid "Working with Groups "
msgstr "শ্রেণী নিয়ে কাজ করছে"
@@ -9935,8 +9978,8 @@ msgid "Drag the window by its title bar to the side, or"
msgstr "শিরোনাম বার দ্বারা উইন্ডোটি পাশে টেনে নিয়ে যান অথবা"
#: autohide.xhp#par_id3150275.68.help.text
-msgid "Double-click inside a vacant area of the window while holding down the Ctrl key. In the Styles and Formatting window, double-click a gray part of the window next to the icons while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key. Alternatively, press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F10</item>."
-msgstr "Ctrl কী ধরে রাখার সময় উইন্ডোর শূন্য স্থানে ডাবল-ক্লিক করুন। উইন্ডো ধরন এবং বিন্যাসে পরবর্তী উইন্ডোতে ধূসর অংশে ডাবল-ক্লিক করুন যখন <switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড</caseinline><defaultinline>Ctrl </defaultinline></switchinline> ধরে রাখেন। বিকল্প হিসেবে, <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F10</item>চাপুন।"
+msgid "Double-click inside a vacant area of the window while holding down the Ctrl key. In the Styles and Formatting window, double-click a gray part of the window next to the icons while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key. Alternatively, press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F10</item>."
+msgstr ""
#: autohide.xhp#par_id3147335.69.help.text
msgid "These methods can also be used to undock a currently docked window."
diff --git a/translations/source/bn/helpcontent2/source/text/shared/optionen.po b/translations/source/bn/helpcontent2/source/text/shared/optionen.po
index 866bfc2253d..b2c59affc02 100644
--- a/translations/source/bn/helpcontent2/source/text/shared/optionen.po
+++ b/translations/source/bn/helpcontent2/source/text/shared/optionen.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Foptionen.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-10-31 23:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -124,8 +124,8 @@ msgid "If you import an MS Word document, the spaces are automatically added dur
msgstr "আপনি যদি MS Word নথি ইমপোর্ট করেন, কথোপকথনের চলাকালে ফাঁকাস্থান স্বয়ংক্রিয়ভাবে যুক্ত করা হয়।"
#: 01041000.xhp#hd_id3149964.42.help.text
-msgid "Use StarOffice 6.0/7 tab stop formatting"
-msgstr "StarOffice ৬.0/৭ ট্যাব বন্ধ বিন্যাসকরণ ব্যবহার করুন"
+msgid "Use OpenOffice.org 1.1 tab stop formatting"
+msgstr ""
#: 01041000.xhp#par_id3152777.43.help.text
msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTLOAD_PAGE_CB_TAB_ALIGNMENT\">Specifies how to align text at tab stops beyond the right margin, how to handle decimal tab stops, and how to handle tab stops close to a line break.</ahelp> If this check box is not selected, tab stops are handled in the same way as in other Office applications."
@@ -148,8 +148,8 @@ msgid "In text documents created by your current version of Writer, the addition
msgstr "আপনার রাইটারের বর্তমান সংস্করণ দ্বারা তৈরি টেক্সট নথিতে অতিরিক্ত নিয়ন্ত্রণ পূর্বনির্ধারিত হিসেবে ব্যবহৃত হয়। StarOffice 8 অথবা OpenOffice.org 2.0 কে প্রাধান্য প্রদান করে রাইটারের সংস্করণ দ্বারা কোন অতিরিক্ত নিয়ন্ত্রণ ব্যবহার না করে টেক্সট নথিতে তৈরি হয়।"
#: 01041000.xhp#par_idN107FF.help.text
-msgid "Use StarOffice 6.0/7 line spacing"
-msgstr "StarOffice 6.0/7 রেখা ফাঁকাকরণ ব্যবহার করুন"
+msgid "Use OpenOffice.org 1.1 line spacing"
+msgstr ""
#: 01041000.xhp#par_idN10815.help.text
msgid "If the option is off, a new process for formatting text lines with proportional line spacing will be applied. If the option is on, the previous method of formatting of text lines with proportional line spacing will be applied."
@@ -173,8 +173,8 @@ msgid "If the option is off, table cells will be formatted as in Writer versions
msgstr ""
#: 01041000.xhp#par_idN1084C.help.text
-msgid "Use StarOffice 6.0/7 object positioning"
-msgstr "StarOffice 6.0/7 বস্তু অবস্থিতিকরণ ব্যবহার করুন"
+msgid "Use OpenOffice.org 1.1 object positioning"
+msgstr ""
#: 01041000.xhp#par_idN10864.help.text
msgid "Specifies how to calculate the position of floating objects anchored to a character or paragraph with respect to the top and bottom paragraph spacing."
@@ -189,8 +189,8 @@ msgid "The option will be set to off for new documents. For Writer documents cre
msgstr ""
#: 01041000.xhp#par_idN10821.help.text
-msgid "Use StarOffice 6.0/7 text wrapping around objects"
-msgstr "বস্তুর চতুর্দিকে StarOffice 6.0/7 এর পাঠ মোড়ানোর বস্তু ব্যবহার করুন"
+msgid "Use OpenOffice.org 1.1 text wrapping around objects"
+msgstr ""
#: 01041000.xhp#par_id4016541.help.text
msgid "MS Word and Writer have different approaches on wrapping text around floating screen objects. Floating screen object are Writer frames and drawing objects, and the objects 'text box', 'graphic', 'frame', 'picture' etc. in MS Word."
@@ -2059,7 +2059,7 @@ msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the visible grid in front of
msgstr "<ahelp hid=\".\" visibility=\"hidden\">সকল বস্তুর সামনে দৃশ্যমান গ্রিড নির্ধারণ করে।</ahelp>"
#: 01050100.xhp#hd_id3149419.34.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Snap Lines to ~Front</caseinline><caseinline select=\"IMPRESS\">Snap Lines to ~Front</caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Snap Lines to Front</caseinline><caseinline select=\"IMPRESS\">Snap Lines to Front</caseinline></switchinline>"
msgstr ""
#: 01050100.xhp#par_id3150592.35.help.text
@@ -3213,23 +3213,6 @@ msgstr ""
msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PGRF\">Specifies whether the graphics of your text document are printed.</ahelp>"
msgstr ""
-#: 01040400.xhp#hd_id3150771.7.help.text
-msgctxt "01040400.xhp#hd_id3150771.7.help.text"
-msgid "Tables"
-msgstr "সারণি"
-
-#: 01040400.xhp#par_id3148943.8.help.text
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PTAB\">Specifies whether the tables of the text document are printed.</ahelp>"
-msgstr ""
-
-#: 01040400.xhp#hd_id3149294.9.help.text
-msgid "Drawings (not for HTML documents)"
-msgstr "অঙ্কন (HTML নথির জন্য নয়)"
-
-#: 01040400.xhp#par_id3149457.10.help.text
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PDRAW\">Specifies whether graphics created with $[officename] drawing functions are printed.</ahelp>"
-msgstr ""
-
#: 01040400.xhp#hd_id3153525.11.help.text
msgid "Form controls"
msgstr ""
@@ -5502,14 +5485,6 @@ msgstr ""
msgid "The EXACT text function is always case-sensitive, independent of the settings in this dialog."
msgstr "এই ডায়ালগের সেটিংে EXACT পাঠ ফাংশন সর্বদা কেস-সংবেদনশীল, স্বাধীন।"
-#: 01060500.xhp#hd_id3145231.53.help.text
-msgid "Decimal places"
-msgstr "দশমিক স্থান"
-
-#: 01060500.xhp#par_id3149568.54.help.text
-msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
-msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">সংখ্যার জন্য <emph>আদর্শ</emph> সংখ্যা বিন্যাসে দশমিক সংখ্যা প্রদর্শন করতে সুনির্দিষ্ট করে। সংখ্যা পূর্ণ সংখ্যা হিসেবে প্রদর্শিত হয়, কিন্তু পূর্ণ সংখ্যা হিসেবে সংরক্ষিত হয় না।</ahelp>"
-
#: 01060500.xhp#hd_id3145150.30.help.text
msgid "Precision as shown"
msgstr "প্রদর্শিত অনুযায়ি নির্ভুল"
@@ -5598,6 +5573,14 @@ msgstr ""
msgid "<ahelp hid=\".\">You can specify the maximum number of decimal places that are shown by default for cells with General number format. If not enabled, cells with General number format show as many decimal places as the column width allows.</ahelp>"
msgstr ""
+#: 01060500.xhp#hd_id3145231.53.help.text
+msgid "Decimal places"
+msgstr "দশমিক স্থান"
+
+#: 01060500.xhp#par_id3149568.54.help.text
+msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
+msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">সংখ্যার জন্য <emph>আদর্শ</emph> সংখ্যা বিন্যাসে দশমিক সংখ্যা প্রদর্শন করতে সুনির্দিষ্ট করে। সংখ্যা পূর্ণ সংখ্যা হিসেবে প্রদর্শিত হয়, কিন্তু পূর্ণ সংখ্যা হিসেবে সংরক্ষিত হয় না।</ahelp>"
+
#: viewcertificate_c.xhp#tit.help.text
msgid "Certificate Path"
msgstr "প্রত্যয়ন পত্রের পাথ"
@@ -5862,7 +5845,7 @@ msgid "View"
msgstr "প্রদর্শন"
#: 01060100.xhp#bm_id3147242.help.text
-msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>handles; showing large handles (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
+msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
msgstr ""
#: 01060100.xhp#hd_id3150445.1.help.text
@@ -5915,15 +5898,6 @@ msgstr ""
msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">Specifies whether to view guides when moving drawings, frames, graphics and other objects.</ahelp> These guides help you align objects."
msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">অঙ্কন, ফ্রেম, গ্রাফিক এবং অন্যান্য বস্তু সরানোর সময় নির্দেশনা প্রদর্শন করবে কিনা তা সুনির্দিষ্ট করে।</ahelp> বস্তু সারিবদ্ধ করতে এই নির্দেশনাসমূহ আপনাকে সহায়তা করে।"
-#: 01060100.xhp#hd_id3149202.40.help.text
-msgctxt "01060100.xhp#hd_id3149202.40.help.text"
-msgid "Large handles"
-msgstr "বড় হাতল"
-
-#: 01060100.xhp#par_id3154123.41.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\">Specifies that larger than normal handles (the eight points on a selection box) are displayed.</ahelp>"
-msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\">সুনির্দিষ্ট করে যে স্বাভাবিকের চেয়ে বড় হাতল (নির্বাচন বাক্সের আটটি বিন্দু) প্রদর্শিত হয়।</ahelp>"
-
#: 01060100.xhp#hd_id3152920.3.help.text
msgctxt "01060100.xhp#hd_id3152920.3.help.text"
msgid "Display"
@@ -6867,7 +6841,7 @@ msgid "View"
msgstr "প্রদর্শন"
#: 01040200.xhp#bm_id3156346.help.text
-msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>handles; displaying (Writer)</bookmark_value><bookmark_value>large handles (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
+msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
msgstr ""
#: 01040200.xhp#hd_id3145090.1.help.text
@@ -6896,15 +6870,6 @@ msgstr ""
msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">Displays snap lines around the frames when frames are moved. You can select the<emph> Helplines While Moving </emph>option to show the exact position of the object using lineal values.</ahelp>"
msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">ফ্রেম স্থানান্তর করার সময় ফ্রেমের চতুর্দিকে গাইড প্রদর্শন করে। লিনিয়াল মান ব্যবহার করে বস্তুর যথাযথ অবস্থান প্রদর্শন করতে আপনি <emph> স্থানান্তরণ করার গাইড</emph> অপশন নির্বাচন করতে পারেন।</ahelp>"
-#: 01040200.xhp#hd_id3149763.32.help.text
-msgctxt "01040200.xhp#hd_id3149763.32.help.text"
-msgid "Large handles"
-msgstr "বড় হাতল"
-
-#: 01040200.xhp#par_id3153665.33.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_BIGHANDLE\">Displays larger sized handles (the eight points on a delimiting rectangle).</ahelp>"
-msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_BIGHANDLE\">বৃহৎ আকারের হাতল প্রদর্শন করে (বিভেদক আয়তক্ষেত্রের আটটি বিন্দু)।</ahelp>"
-
#: 01040200.xhp#hd_id3149416.11.help.text
msgctxt "01040200.xhp#hd_id3149416.11.help.text"
msgid "View"
@@ -6998,7 +6963,7 @@ msgid "If the <emph>Graphics and objects </emph>option is not selected, no graph
msgstr "যদি <emph>গ্রাফিক্স এবং বস্তু </emph>অপশন নির্বাচিত না থাকে, ইন্টারনেট হতে কোনো গ্রাফিক্স লোড করা হবে না। সারণির মধ্যবর্তী এবং তাদের আকারের নির্দেশনা ব্যতীত গ্রাফিক্স প্রদর্শনে সমস্যা তৈরি করতে পারে যখন ব্রাউজকৃত পৃষ্ঠায় একটি পুরনো আদর্শের HTML ব্যবহার করে।"
#: 01040200.xhp#hd_id3156332.40.help.text
-msgctxt "01040200.xhp#hd_id3156332.40.help.text"
+#, fuzzy
msgid "Tables"
msgstr "সারণি"
diff --git a/translations/source/bn/helpcontent2/source/text/simpress.po b/translations/source/bn/helpcontent2/source/text/simpress.po
index 483cd1591ed..c1b1df21558 100644
--- a/translations/source/bn/helpcontent2/source/text/simpress.po
+++ b/translations/source/bn/helpcontent2/source/text/simpress.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+helpcontent2%2Fsource%2Ftext%2Fsimpress.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 13:58+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bn/helpcontent2/source/text/simpress/00.po b/translations/source/bn/helpcontent2/source/text/simpress/00.po
index def898208b1..4199f1eb2fe 100644
--- a/translations/source/bn/helpcontent2/source/text/simpress/00.po
+++ b/translations/source/bn/helpcontent2/source/text/simpress/00.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 14:27+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bn/helpcontent2/source/text/simpress/01.po b/translations/source/bn/helpcontent2/source/text/simpress/01.po
index 28612a87c0f..55be3a6b0f6 100644
--- a/translations/source/bn/helpcontent2/source/text/simpress/01.po
+++ b/translations/source/bn/helpcontent2/source/text/simpress/01.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:28+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bn/helpcontent2/source/text/simpress/02.po b/translations/source/bn/helpcontent2/source/text/simpress/02.po
index 46d826fb088..c10a59902a9 100644
--- a/translations/source/bn/helpcontent2/source/text/simpress/02.po
+++ b/translations/source/bn/helpcontent2/source/text/simpress/02.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 14:28+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -298,32 +298,6 @@ msgstr "<image id=\"img_id3147341\" src=\"cmd/sc_doubleclicktextedit.png\" width
msgid "Double-click to add Text"
msgstr "পাঠ যুক্ত করতে ডাবল ক্লিক করুন"
-#: 13080000.xhp#tit.help.text
-msgctxt "13080000.xhp#tit.help.text"
-msgid "Large Handles"
-msgstr "বড় হাতলসমূহ"
-
-#: 13080000.xhp#bm_id3146119.help.text
-msgid "<bookmark_value>handles; large</bookmark_value>"
-msgstr "<bookmark_value>handles; large</bookmark_value>"
-
-#: 13080000.xhp#hd_id3146119.1.help.text
-msgid "<link href=\"text/simpress/02/13080000.xhp\" name=\"Large Handles\">Large Handles</link>"
-msgstr "<link href=\"text/simpress/02/13080000.xhp\" name=\"Large Handles\">বড় হাতলসমূহ</link>"
-
-#: 13080000.xhp#par_id3153142.2.help.text
-msgid "<ahelp hid=\".uno:BigHandles\" visibility=\"visible\">Displays large selection handles.</ahelp>"
-msgstr "<ahelp hid=\".uno:BigHandles\" visibility=\"visible\">বড় নির্বাচন হাতলসমূহ প্রদর্শন করে।</ahelp>"
-
-#: 13080000.xhp#par_id3155445.help.text
-msgid "<image src=\"cmd/sc_bighandles.png\" id=\"img_id3153714\"><alt id=\"alt_id3153714\">Icon</alt></image>"
-msgstr "<image src=\"cmd/sc_bighandles.png\" id=\"img_id3153714\"><alt id=\"alt_id3153714\">আইকন</alt></image>"
-
-#: 13080000.xhp#par_id3154755.4.help.text
-msgctxt "13080000.xhp#par_id3154755.4.help.text"
-msgid "Large Handles"
-msgstr "বড় হাতলসমূহ"
-
#: 13170000.xhp#tit.help.text
msgctxt "13170000.xhp#tit.help.text"
msgid "Snap to Object Points"
diff --git a/translations/source/bn/helpcontent2/source/text/simpress/04.po b/translations/source/bn/helpcontent2/source/text/simpress/04.po
index b9400cd700b..9efc9095333 100644
--- a/translations/source/bn/helpcontent2/source/text/simpress/04.po
+++ b/translations/source/bn/helpcontent2/source/text/simpress/04.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 13:58+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -226,16 +226,16 @@ msgid "Jump to the last slide in the slide show."
msgstr "স্লাইড প্রদর্শনের শেষ স্লাইডে যান। "
#: 01020000.xhp#hd_id3153580.54.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> +Page Up "
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> +Page Up "
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Page Up "
+msgstr ""
#: 01020000.xhp#par_id3150702.55.help.text
msgid "Go to the previous slide."
msgstr "পূর্ববর্তী স্লাইডে যান।"
#: 01020000.xhp#hd_id3152944.56.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> +Page Down "
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> +Page Down "
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Page Down "
+msgstr ""
#: 01020000.xhp#par_id3153690.57.help.text
msgid "Go to the next slide."
@@ -320,8 +320,8 @@ msgid "Ungroup selected group."
msgstr "নির্বাচিত বস্তুসমূহ গ্রুপহীন করুন।"
#: 01020000.xhp#hd_id3149309.120.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + click"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + ক্লিক করুন"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ click"
+msgstr ""
#: 01020000.xhp#par_id3148996.121.help.text
msgid "Enter a group, so that you can edit the individual objects of the group. Click outside the group to return to the normal view."
@@ -329,8 +329,8 @@ msgstr "একটি গ্রুপ সন্নিবেশ করুন, ফ
#: 01020000.xhp#hd_id3149485.75.help.text
msgctxt "01020000.xhp#hd_id3149485.75.help.text"
-msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+K"
-msgstr "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+K"
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ K"
+msgstr ""
#: 01020000.xhp#par_id3151253.76.help.text
msgid "Combine selected objects."
@@ -338,8 +338,8 @@ msgstr "নির্বাচিত বস্তুসমূহ একত্র
#: 01020000.xhp#hd_id3149104.77.help.text
msgctxt "01020000.xhp#hd_id3149104.77.help.text"
-msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+K"
-msgstr "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+K"
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ K"
+msgstr ""
#: 01020000.xhp#par_id3154834.78.help.text
msgid "Split selected object. This combination only works on an object that was created by combining two or more objects."
@@ -354,24 +354,24 @@ msgid "Bring to Front."
msgstr "সামনে আনুন।"
#: 01020000.xhp#hd_id3148972.81.help.text
-msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Plus key"
-msgstr "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+যোগ কী"
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Plus key"
+msgstr ""
#: 01020000.xhp#par_id3154900.82.help.text
msgid "Bring Forward."
msgstr "এক ধাপ সামনে আনুন।"
#: 01020000.xhp#hd_id3149040.83.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Minus key"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+বিয়োগ কী"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Minus key"
+msgstr ""
#: 01020000.xhp#par_id3147580.84.help.text
msgid "Send Backward."
msgstr "পেছনে পাঠান।"
#: 01020000.xhp#hd_id3148742.85.help.text
-msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Minus key"
-msgstr "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+বিয়োগ কী"
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Minus key"
+msgstr ""
#: 01020000.xhp#par_id3152775.86.help.text
msgid "Send to Back."
@@ -402,8 +402,8 @@ msgid "Moves the selected object or the page view in the direction of the arrow.
msgstr "নির্বাচিত বস্তু বা পৃষ্ঠার প্রদর্শন তীরের নির্দেশ অনুযায়ী সরায়।"
#: 01020000.xhp#hd_id3154384.92.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Arrow Key"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+তীর চিহ্নিত কী"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Arrow Key"
+msgstr ""
#: 01020000.xhp#par_id3153279.93.help.text
msgid "Move around in the page view."
@@ -418,8 +418,8 @@ msgid "Constrains the movement of the selected object horizontally or vertically
msgstr "নির্বাচিত বস্তুর স্থানান্তরণ অনুভূমিকভাবে বা উল্লম্বভাবে সীমাবদ্ধ রাখে।"
#: 01020000.xhp#hd_id3154117.98.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + drag (with <link href=\"text/shared/optionen/01070500.xhp\" name=\"Copy when moving\">Copy when moving</link> option active)"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + টানুন (<link href=\"text/shared/optionen/01070500.xhp\" name=\"Copy when moving\">অনুলিপি সহ যখন স্থানান্তরণ</link> অপশন সক্রিয় থাকে)"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ drag (with <link href=\"text/shared/optionen/01070500.xhp\" name=\"Copy when moving\">Copy when moving</link> option active)"
+msgstr ""
#: 01020000.xhp#par_id3150584.99.help.text
msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> and drag an object to create a copy of the object."
diff --git a/translations/source/bn/helpcontent2/source/text/simpress/guide.po b/translations/source/bn/helpcontent2/source/text/simpress/guide.po
index b13224ae9cd..53025e3ae65 100644
--- a/translations/source/bn/helpcontent2/source/text/simpress/guide.po
+++ b/translations/source/bn/helpcontent2/source/text/simpress/guide.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 14:29+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bn/helpcontent2/source/text/smath.po b/translations/source/bn/helpcontent2/source/text/smath.po
index aa6e71f3033..ef9b621a09e 100644
--- a/translations/source/bn/helpcontent2/source/text/smath.po
+++ b/translations/source/bn/helpcontent2/source/text/smath.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+helpcontent2%2Fsource%2Ftext%2Fsmath.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:29+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bn/helpcontent2/source/text/smath/00.po b/translations/source/bn/helpcontent2/source/text/smath/00.po
index 0d681eca24c..686a6b3b039 100644
--- a/translations/source/bn/helpcontent2/source/text/smath/00.po
+++ b/translations/source/bn/helpcontent2/source/text/smath/00.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:29+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bn/helpcontent2/source/text/smath/01.po b/translations/source/bn/helpcontent2/source/text/smath/01.po
index ecdca304af0..b41e56bea3a 100644
--- a/translations/source/bn/helpcontent2/source/text/smath/01.po
+++ b/translations/source/bn/helpcontent2/source/text/smath/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsmath%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-11-26 01:29+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-01-11 16:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bn\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 03091501.xhp#tit.help.text
@@ -878,8 +878,8 @@ msgid "Line over"
msgstr "উপরের লাইন"
#: 03090600.xhp#par_id3147492.33.help.text
-msgid "<ahelp hid=\"HID_SMA_OVERLINEX\">Inserts a line over a placeholder.</ahelp> You can also type <emph>overline <?</emph> <emph>></emph> in the <emph>Commands</emph> window. The line adjusts itself to correct length."
-msgstr "<ahelp hid=\"HID_SMA_OVERLINEX\">একটি স্থানধারকের উপর একটি লাইন সন্নিবেশ করান। </ahelp> আপনি <emph>overline <?</emph> <emph>></emph> <emph>কমান্ড</emph> উইন্ডোতেও লিখচে পারবেন। লাইনটি দৈর্ঘ্য ঠিক করার জন্য নিজে নিজে সমন্বয় করে নেয়।"
+msgid "<ahelp hid=\"HID_SMA_OVERLINEX\">Inserts a line over a placeholder.</ahelp> You can also type <emph>overline <?></emph> in the <emph>Commands</emph> window. The line adjusts itself to correct length."
+msgstr ""
#: 03090600.xhp#par_idN103FD.help.text
msgid "<image id=\"img_id3145130\" src=\"starmath/res/at21714.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145130\">Icon</alt></image>"
@@ -3675,8 +3675,9 @@ msgid "<image id=\"img_id3148702\" src=\"starmath/res/bi21331.png\" width=\"0.84
msgstr ""
#: 03090200.xhp#par_id3150858.98.help.text
+#, fuzzy
msgid "precedes or equal"
-msgstr ""
+msgstr "উপসেট অথবা সমান"
#: 03090200.xhp#par_id3150871.97.help.text
msgid "<ahelp hid=\"HID_SMA_PRECEDESEQUAL\">Inserts the logical operator <emph>precedes or equal</emph> with two placeholders.</ahelp> You can also type <emph>preccurlyeq</emph> in the <emph>Commands</emph> window."
@@ -3687,8 +3688,9 @@ msgid "<image id=\"img_id3148703\" src=\"starmath/res/bi21332.png\" width=\"0.84
msgstr ""
#: 03090200.xhp#par_id3150859.100.help.text
+#, fuzzy
msgid "succeeds or equal"
-msgstr ""
+msgstr "উপসেট অথবা সমান"
#: 03090200.xhp#par_id3150872.99.help.text
msgid "<ahelp hid=\"HID_SMA_SUCCEEDSEQUAL\">Inserts the logical operator <emph>succeeds or equal</emph> with two placeholders.</ahelp> You can also type <emph>succcurlyeq</emph> in the <emph>Commands</emph> window."
@@ -3711,8 +3713,9 @@ msgid "<image id=\"img_id3148705\" src=\"starmath/res/bi21334.png\" width=\"0.84
msgstr ""
#: 03090200.xhp#par_id3150861.104.help.text
+#, fuzzy
msgid "succeeds or equivalent"
-msgstr ""
+msgstr "উপসেট অথবা সমান"
#: 03090200.xhp#par_id3150874.103.help.text
msgid "<ahelp hid=\"HID_SMA_SUCCEEDSEQUIV\">Inserts the logical operator <emph>succeeds or equivalent</emph> with two placeholders.</ahelp> You can also type <emph>succsim</emph> in the <emph>Commands</emph> window."
@@ -4018,8 +4021,9 @@ msgid "<image id=\"img_id3153967\" src=\"starmath/res/bi21331.png\" width=\"0.33
msgstr ""
#: 03091502.xhp#par_id3155849.139.help.text
+#, fuzzy
msgid "Precedes or equal to"
-msgstr ""
+msgstr "উপসেট অথবা সমান"
#: 03091502.xhp#par_id3153963.help.text
msgid "<image id=\"img_id3153968\" src=\"starmath/res/bi21332.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153968\">Icon</alt></image>"
@@ -4035,16 +4039,18 @@ msgid "<image id=\"img_id3153969\" src=\"starmath/res/bi21333.png\" width=\"0.33
msgstr ""
#: 03091502.xhp#par_id3155851.141.help.text
+#, fuzzy
msgid "Precedes or equivalent to"
-msgstr ""
+msgstr "উপসেট অথবা সমান"
#: 03091502.xhp#par_id3153965.help.text
msgid "<image id=\"img_id3153970\" src=\"starmath/res/bi21334.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153970\">Icon</alt></image>"
msgstr ""
#: 03091502.xhp#par_id3155852.142.help.text
+#, fuzzy
msgid "Succeeds or equivalent to"
-msgstr ""
+msgstr "উপসেট অথবা সমান"
#: 03091502.xhp#par_id3152853.98.help.text
msgid "Correspondence symbol image of"
diff --git a/translations/source/bn/helpcontent2/source/text/smath/02.po b/translations/source/bn/helpcontent2/source/text/smath/02.po
index 3d58ba86fa6..b7930c6eb61 100644
--- a/translations/source/bn/helpcontent2/source/text/smath/02.po
+++ b/translations/source/bn/helpcontent2/source/text/smath/02.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:29+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bn/helpcontent2/source/text/smath/04.po b/translations/source/bn/helpcontent2/source/text/smath/04.po
index ecc89118db0..3e9ef397e4a 100644
--- a/translations/source/bn/helpcontent2/source/text/smath/04.po
+++ b/translations/source/bn/helpcontent2/source/text/smath/04.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 14:29+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bn/helpcontent2/source/text/smath/guide.po b/translations/source/bn/helpcontent2/source/text/smath/guide.po
index 2fb305266c1..c92295641f4 100644
--- a/translations/source/bn/helpcontent2/source/text/smath/guide.po
+++ b/translations/source/bn/helpcontent2/source/text/smath/guide.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 14:29+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bn/helpcontent2/source/text/swriter.po b/translations/source/bn/helpcontent2/source/text/swriter.po
index 321d13b9e51..3ea2c219fd5 100644
--- a/translations/source/bn/helpcontent2/source/text/swriter.po
+++ b/translations/source/bn/helpcontent2/source/text/swriter.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+helpcontent2%2Fsource%2Ftext%2Fswriter.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:29+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bn/helpcontent2/source/text/swriter/00.po b/translations/source/bn/helpcontent2/source/text/swriter/00.po
index a571d50bcc8..bc4ab21b3d6 100644
--- a/translations/source/bn/helpcontent2/source/text/swriter/00.po
+++ b/translations/source/bn/helpcontent2/source/text/swriter/00.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:30+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -652,8 +652,8 @@ msgid "Choose <emph>Tools - Calculate</emph>"
msgstr "<emph>টুল - গণনা</emph>নির্বাচন করুন"
#: 00000406.xhp#par_id3159188.38.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ plus sign"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">কমান্ড </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ যোগ চিহ্ন"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + plus sign"
+msgstr ""
#: 00000406.xhp#par_id3155174.19.help.text
msgid "<variable id=\"aktualisieren\">Choose <emph>Tools - Update</emph></variable>"
diff --git a/translations/source/bn/helpcontent2/source/text/swriter/01.po b/translations/source/bn/helpcontent2/source/text/swriter/01.po
index 16b126b9446..d033730fcbd 100644
--- a/translations/source/bn/helpcontent2/source/text/swriter/01.po
+++ b/translations/source/bn/helpcontent2/source/text/swriter/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fswriter%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-05 14:31+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-01-11 16:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bn\n"
@@ -8351,28 +8351,26 @@ msgid "<ahelp hid=\"sw:NumericField:TP_TABLE_TEXTFLOW:NF_REPEAT_HEADER\">Enter t
msgstr "<ahelp hid=\"sw:NumericField:TP_TABLE_TEXTFLOW:NF_REPEAT_HEADER\">শিরোনামে অন্তর্ভূক্ত করতে সারিসমূহের নম্বর সন্নিবেশ করুন।</ahelp>"
#: 05090300.xhp#par_idN10940.help.text
-msgid "Text direction"
-msgstr "লেখার দিকবিন্যাস"
+msgid "Text orientation"
+msgstr ""
#: 05090300.xhp#par_idN10944.help.text
-msgid "<ahelp hid=\"sw:ListBox:TP_TABLE_TEXTFLOW:LB_TEXTDIRECTION\">Select the direction for the text in the cells.</ahelp> You can also use a combination of the following %PRODUCTNAME formatting options to specify the orientation of text in table cells:"
-msgstr "<ahelp hid=\"sw:ListBox:TP_TABLE_TEXTFLOW:LB_TEXTDIRECTION\">ঘরে পাঠ্যের নির্দেশনা নির্বাচন করুন।</ahelp> আপনি %PRODUCTNAME এর জন্য ঘরে পাঠ্যের স্থিতিবিন্যাসের বিন্যাস অপশন ব্যবহার করতে পারেন:"
+msgid "<ahelp hid=\"sw:ListBox:TP_TABLE_TEXTFLOW:LB_TEXTORIENTATION\">Select the orientation for the text in the cells.</ahelp> You can use the following formatting options to specify the orientation of text in table cells:"
+msgstr ""
#: 05090300.xhp#par_idN10964.help.text
-msgid "horizontal text"
-msgstr "অনুভূমিক পাঠ্য"
+msgctxt "05090300.xhp#par_idN10964.help.text"
+msgid "Horizontal"
+msgstr "অনুভূমিক"
#: 05090300.xhp#par_idN10968.help.text
-msgid "vertical text"
-msgstr "উল্লম্ব পাঠ্য"
-
-#: 05090300.xhp#par_idN1096C.help.text
-msgid "right-to-left (vertical) direction"
-msgstr "ডান-থেকে-বাম (উল্লম্ব) দিকবিন্যাস"
+msgctxt "05090300.xhp#par_idN10968.help.text"
+msgid "Vertical"
+msgstr "উল্লম্ব"
-#: 05090300.xhp#par_idN10970.help.text
-msgid "left-to-right direction."
-msgstr "বাম-থেকে-ডান দিকবিন্যাস"
+#: 05090300.xhp#par_idN1097T.help.text
+msgid "Use superordinate object settings"
+msgstr ""
#: 05090300.xhp#hd_id3151028.23.help.text
msgid "Vertical alignment"
@@ -9628,6 +9626,8 @@ msgid "Specify the location of the selected object on the current page."
msgstr "বর্তমান পৃষ্ঠায় নির্বাচিত বস্তুর অবস্থান সুনির্দিষ্ট ভাবে উল্লেখ করুন।"
#: 05060100.xhp#hd_id3147488.27.help.text
+#, fuzzy
+msgctxt "05060100.xhp#hd_id3147488.27.help.text"
msgid "Horizontal"
msgstr "অনুভূমিক"
@@ -9670,6 +9670,8 @@ msgid "You can also use the <link href=\"text/swriter/01/05060300.xhp\" name=\"G
msgstr "You can also use the <link href=\"text/swriter/01/05060300.xhp\" name=\"Graphics\"><emph>Graphics</emph></link> flip options to adjust the layout of objects on even and odd pages."
#: 05060100.xhp#hd_id3145310.31.help.text
+#, fuzzy
+msgctxt "05060100.xhp#hd_id3145310.31.help.text"
msgid "Vertical"
msgstr "উল্লম্ব"
diff --git a/translations/source/bn/helpcontent2/source/text/swriter/02.po b/translations/source/bn/helpcontent2/source/text/swriter/02.po
index ce709b199ce..6dfaf936c9f 100644
--- a/translations/source/bn/helpcontent2/source/text/swriter/02.po
+++ b/translations/source/bn/helpcontent2/source/text/swriter/02.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:31+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bn/helpcontent2/source/text/swriter/04.po b/translations/source/bn/helpcontent2/source/text/swriter/04.po
index b52983c4549..decd8b5aac7 100644
--- a/translations/source/bn/helpcontent2/source/text/swriter/04.po
+++ b/translations/source/bn/helpcontent2/source/text/swriter/04.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -411,7 +411,7 @@ msgid "Apply Heading 5 paragraph style"
msgstr "শিরোনাম ১ অনুচ্ছেদ শৈলী প্রয়োগ করুন"
#: 01020000.xhp#hd_id3146878.99.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Plus Key(+)"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + Plus Key(+)"
msgstr ""
#: 01020000.xhp#par_id3155403.101.help.text
@@ -804,7 +804,7 @@ msgid "Paste the contents of the clipboard as unformatted text."
msgstr ""
#: 01020000.xhp#hd_id3145382.288.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ double-click or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F10"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + double-click or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + Shift + F10"
msgstr ""
#: 01020000.xhp#par_id3150379.290.help.text
diff --git a/translations/source/bn/helpcontent2/source/text/swriter/guide.po b/translations/source/bn/helpcontent2/source/text/swriter/guide.po
index 55cdef1eeb2..12d89a5a694 100644
--- a/translations/source/bn/helpcontent2/source/text/swriter/guide.po
+++ b/translations/source/bn/helpcontent2/source/text/swriter/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fswriter%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:05+0200\n"
-"PO-Revision-Date: 2011-11-26 01:30+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2011-12-15 11:46+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bn\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: nonprintable_text.xhp#tit.help.text
@@ -5532,8 +5532,8 @@ msgid "There are several ways to create a table in a text document. You can inse
msgstr "একটি পাঠ্য নথিতে সারণি তৈরি করার অনেক পদ্ধতি আছে। আপনি একটি মেনু কমান্ড, অথবা একটি স্প্রেডশীটের মাধ্যমে, টুলবার থেকে একটি সারণি সন্নিবেশ করতে পারেন।"
#: table_insert.xhp#hd_id3155908.33.help.text
-msgid "To Insert a Table From the Insert Toolbar"
-msgstr "সন্নিবেশ টুলবার হতে একটি সারণি সন্নিবেশ করতে"
+msgid "To Insert a Table From a Toolbar"
+msgstr ""
#: table_insert.xhp#par_id3155861.34.help.text
msgctxt "table_insert.xhp#par_id3155861.34.help.text"
@@ -5541,8 +5541,8 @@ msgid "Place the cursor in your document where you want to insert the table."
msgstr "আপনার নথির যেখানে সারণি সন্নিবেশ করাতে চান সেখানে কার্সারটি রাখুন।"
#: table_insert.xhp#par_id3147416.28.help.text
-msgid "On the <emph>Standard</emph> bar, click the arrow next to the <emph>Table</emph> icon."
-msgstr "<emph>আদর্শ</emph> বারে, <emph> সারণি</emph>আইকন এর পরবর্তী তীর চিহ্নে ক্লিক করুন।"
+msgid "On the <emph>Standard</emph> or the <emph>Insert</emph> bar, click the arrow next to the <emph>Table</emph> icon."
+msgstr ""
#: table_insert.xhp#par_id3153398.29.help.text
msgid "In the table grid, drag to select the numbers of rows and columns that you want, and then release."
@@ -6073,6 +6073,8 @@ msgid "To apply bold formatting"
msgstr "গাঢ় বিন্যাস প্রয়োগ করতে"
#: shortcut_writing.xhp#par_id3155861.14.help.text
+#, fuzzy
+msgctxt "shortcut_writing.xhp#par_id3155861.14.help.text"
msgid "Select the text that you want to format."
msgstr "পাঠ্য নির্বাচন করুন যা আপনি বিন্যাস করতে চান।"
@@ -6084,6 +6086,41 @@ msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinl
msgid "You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B, type the text that you want to format in bold, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B when you are finished."
msgstr "আপনি <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B চাপতে পারেন, পাঠ্য লিখুন যা আপনি গাঢ় অক্ষরে বিন্যাস করতে চান, এবং এরপর যখন আপনি শেষ করবেন তখন <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B চাপুন।"
+#: shortcut_writing.xhp#hd_id3151909.2.help.text
+#, fuzzy
+msgid "To apply italic formatting"
+msgstr "গাঢ় বিন্যাস প্রয়োগ করতে"
+
+#: shortcut_writing.xhp#par_id3151861.14.help.text
+msgctxt "shortcut_writing.xhp#par_id3151861.14.help.text"
+msgid "Select the text that you want to format."
+msgstr "পাঠ্য নির্বাচন করুন যা আপনি বিন্যাস করতে চান।"
+
+#: shortcut_writing.xhp#par_id3141836.5.help.text
+msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+I."
+msgstr ""
+
+#: shortcut_writing.xhp#par_id3151112.6.help.text
+msgid "You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+I, type the text that you want to format in italic, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+I when you are finished."
+msgstr ""
+
+#: shortcut_writing.xhp#hd_id3152909.2.help.text
+msgid "To underline text"
+msgstr ""
+
+#: shortcut_writing.xhp#par_id3152861.14.help.text
+#, fuzzy
+msgid "Select the text that you want to underline."
+msgstr "পাঠ্য নির্বাচন করুন যা আপনি বড় হাতের অক্ষর করতে চান।"
+
+#: shortcut_writing.xhp#par_id3142836.5.help.text
+msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+U."
+msgstr ""
+
+#: shortcut_writing.xhp#par_id3152112.6.help.text
+msgid "You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+U, type the text that you want underlined, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+U when you are finished."
+msgstr ""
+
#: shortcut_writing.xhp#par_id3149648.12.help.text
msgid "<link href=\"text/swriter/04/01020000.xhp\" name=\"Keyboard shortcut for text documents\">Keyboard shortcut for text documents</link>"
msgstr "<link href=\"text/swriter/04/01020000.xhp\" name=\"Keyboard shortcut for text documents\">নথির জন্য কীবোর্ড শর্টকার্ট</link>"
diff --git a/translations/source/bn/instsetoo_native/inc_openoffice/windows/msi_languages.po b/translations/source/bn/instsetoo_native/inc_openoffice/windows/msi_languages.po
index 569406b04a1..6207a9fe9ac 100644
--- a/translations/source/bn/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/translations/source/bn/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:46+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -31,68 +31,6 @@ msgstr "[ProductName] এর অপেক্ষাকৃত পুরনো স
msgid "Please exit [DEFINEDPRODUCT] [DEFINEDVERSION] and the [DEFINEDPRODUCT] [DEFINEDVERSION] Quickstarter before you continue. If you are using a multi-user system, also make sure that no other user has [DEFINEDPRODUCT] [DEFINEDVERSION] open."
msgstr "আপনি অব্যাহত রাখার পূর্বে অনুগ্রহ করে [DEFINEDPRODUCT] [DEFINEDVERSION] এবং [DEFINEDPRODUCT] [DEFINEDVERSION] কুইকস্টার্টার ত্যাগ করুন। যদি আপনি বহু-ব্যবহারকারী সিস্টেম ব্যবহার করেন, তবুও আপনি নিশ্চিত করুন যে অন্য কোনো ব্যবহারকারী [DEFINEDPRODUCT] [DEFINEDVERSION] খোলেনি।"
-#: Nsis.ulf#SetupCaption.LngText.text
-msgid "%PRODUCTNAME %PRODUCTVERSION Installation Preparation"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ইনস্টলেশন প্রস্তুতি"
-
-#: Nsis.ulf#MUI_TEXT_WELCOME_INFO_TITLE.LngText.text
-msgid "Thank you for downloading %PRODUCTNAME %PRODUCTVERSION."
-msgstr "%PRODUCTNAME %PRODUCTVERSION ডাউনলোড করার জন্য ধন্যবাদ।"
-
-#: Nsis.ulf#MUI_TEXT_WELCOME_INFO_TEXT.LngText.text
-msgid ""
-"The installation files must be unpacked and copied to your hard disk in preparation for the installation. After that, the %PRODUCTNAME installation will start automatically.\n"
-"\n"
-"Click \\'Next\\' to continue."
-msgstr ""
-"ইনস্টলেশন প্রস্তুতির জন্য ইনস্টলেশন ফাইলগুলোকে অবশ্যই খুলতে হবে এবং আপনার হার্ড ডিস্কে কপি করতে হবে। এরপর %PRODUCTNAME ইনস্টলেশন প্রক্রিয়া স্বয়ংক্রিয় ভাবে শুরু হবে।\n"
-"\n"
-"চালিয়ে যেতে \\\\'পরবর্তী\\\\' ক্লিক করুন।"
-
-#: Nsis.ulf#MUI_TEXT_DIRECTORY_TITLE.LngText.text
-msgid "Select Folder"
-msgstr "ফোল্ডার নির্বাচন"
-
-#: Nsis.ulf#MUI_TEXT_DIRECTORY_SUBTITLE.LngText.text
-msgid "Select the folder in which to save the unpacked files."
-msgstr "আনপ্যাক ফাইলগুলো সংরক্ষণ করতে ফোল্ডার নির্বাচন করুন।"
-
-#: Nsis.ulf#InstallBtn.LngText.text
-msgid "&Unpack"
-msgstr "আনপ্যাক (&U)"
-
-#: Nsis.ulf#DirText.LngText.text
-msgid "The %PRODUCTNAME %PRODUCTVERSION installation files will be unpacked and saved in the folder shown below. If you would like to save %PRODUCTNAME to a different folder, click \\'Browse\\' to select another folder."
-msgstr "%PRODUCTNAME %PRODUCTVERSION ইনস্টলেশন ফাইলগুলো খোলা হবে এবং নিচে দেখানো ফোল্ডারে সংরক্ষিত হবে। যদি আপনি %PRODUCTNAME কে ভিন্ন কোন ফোল্ডারে সংরক্ষণ করতে চান তবে ভিন্ন ফোল্ডার নির্বাচন করতে \\\\'ব্রাউজ\\\\' ক্লিক করুন।"
-
-#: Nsis.ulf#DirSubText.LngText.text
-msgid "Destination Folder"
-msgstr "গন্তব্য ফোল্ডার"
-
-#: Nsis.ulf#SpaceRequired.LngText.text
-msgid "Space required: "
-msgstr "ফাঁকা জায়গা লাগবে:"
-
-#: Nsis.ulf#SpaceAvailable.LngText.text
-msgid "Space available: "
-msgstr "ফাঁকা জায়গা আছে:"
-
-#: Nsis.ulf#MUI_TEXT_INSTALLING_TITLE.LngText.text
-msgid "Unpacking"
-msgstr "প্যাকেট খোলে ফেলছে"
-
-#: Nsis.ulf#MUI_TEXT_INSTALLING_SUBTITLE.LngText.text
-msgid "Please wait while the installation files are being unpacked."
-msgstr "অনুগ্রহ করে ইনস্টলেশন ফাইল খোলার সময় অপেক্ষা করুন।"
-
-#: Nsis.ulf#Extract.LngText.text
-msgid "Extract: "
-msgstr "এক্সট্রাক্ট:"
-
-#: Nsis.ulf#MUI_TEXT_ABORTWARNING.LngText.text
-msgid "Are you sure you want to quit the %PRODUCTNAME %PRODUCTVERSION Installation Preparation"
-msgstr "আপনি কি নিশ্চিত যে আপনি %PRODUCTNAME %PRODUCTVERSION ইনস্টলেশন প্রস্তুতি প্রস্থান করতে চান"
-
#: Error.ulf#OOO_ERROR_1.LngText.text
msgid "{{Fatal error: }}"
msgstr "{{মারাত্মক ত্রুটি: }}"
diff --git a/translations/source/bn/mysqlc/source.po b/translations/source/bn/mysqlc/source.po
index eaa2de5d00b..676edcc2043 100644
--- a/translations/source/bn/mysqlc/source.po
+++ b/translations/source/bn/mysqlc/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 11:17+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/translations/source/bn/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index 37cab1610b9..48b0483bfcd 100644
--- a/translations/source/bn/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/translations/source/bn/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:46+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/translations/source/bn/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
new file mode 100644
index 00000000000..785e484304f
--- /dev/null
+++ b/translations/source/bn/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
@@ -0,0 +1,205 @@
+#. extracted from nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.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+nlpsolver%2Fhelp%2Fen%2Fcom.sun.star.comp.Calc.NLPSolver.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: Options.xhp#tit.help.text
+msgid "Options"
+msgstr "অপশন"
+
+#: Options.xhp#bm_id0503200917110375_scalc.help.text
+msgid "<bookmark_value>Solver for Nonlinear Problems;Options</bookmark_value>"
+msgstr ""
+
+#: Options.xhp#hd_id0503200917103593.help.text
+msgid "General Options"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103780.help.text
+msgid "Size of Swarm"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103723.help.text
+msgid "… defines the number of individuals to participate in the learning process. Each individual finds its own solutions and contributes to the overall knowledge."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103771.help.text
+msgid "Learning Cycles"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103720.help.text
+msgid "… defines the number of iterations, the algorithm should take. In each iteration, all individuals make a guess on the best solution and share their knowledge."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103732.help.text
+msgid "Variable Bounds Guessing"
+msgstr ""
+
+#: Options.xhp#par_id050320091710378.help.text
+msgid "If enabled (default), the algorithm tries to find variable bounds by looking at the starting values."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103794.help.text
+msgid "Variable Bounds Threshold"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103710.help.text
+msgid "When guessing variable bounds, this threshold specifies, how the initial values are shifted to build the bounds. For an example how these values are calculated, please refer to the Manual in the Wiki."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103740.help.text
+msgid "Use ACR Comparator"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103766.help.text
+msgid "If <emph>disabled</emph> (default), the BCH Comparator is used. It compares two individuals by first looking at their constraint violations and only if those are equal, it measures their current solution."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103744.help.text
+msgid "If <emph>enabled</emph>, the ACR Comparator is used. It compares two individuals dependent on the current iteration and measures their goodness with knowledge about the libraries worst known solutions (in regard to their constraint violations)."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103792.help.text
+msgid "Use Random Starting Point"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103790.help.text
+msgid "If <emph>enabled</emph>, the library is simply filled up with randomly chosen points."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103765.help.text
+msgid "If <emph>disabled</emph>, the currently present values (as given by the user) are inserted in the library as reference point."
+msgstr ""
+
+#: Options.xhp#par_id0504200917103794.help.text
+msgid "Stagnation Limit"
+msgstr ""
+
+#: Options.xhp#par_id050320091710377.help.text
+msgid "If this number of individuals found solutions within a close range, the iteration is stopped and the best of these values is chosen as optimal."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103762.help.text
+msgid "Stagnation Tolerance"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103834.help.text
+msgid "Defines in what range solutions are considered “similar”."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103891.help.text
+msgid "Show Enhanced Solver Status"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103832.help.text
+msgid "If <emph>enabled</emph>, an additional dialog is shown during the solving process which gives informations about the current progress, the level of stagnation, the currently best known solution as well as the possibility, to stop or resume the solver."
+msgstr ""
+
+#: Options.xhp#hd_id0603200910392151.help.text
+msgid "DEPS-specific Options"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394232.help.text
+msgid "Agent Switch Rate"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394248.help.text
+msgid "Specifies the probability for an individual to choose the Differential Evolution strategy."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394277.help.text
+msgid "DE: Crossover Probability"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394280.help.text
+msgid "… defines the probability of the individual being combined with the globally best point. If crossover is not used, the point is assembled from the own memory of the individual."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394216.help.text
+msgid "DE: Scaling Factor"
+msgstr ""
+
+#: Options.xhp#par_id060320091039424.help.text
+msgid "During crossover, the scaling factor decides about the “speed” of movement."
+msgstr ""
+
+#: Options.xhp#par_id060320091039421.help.text
+msgid "PS: Constriction Coefficient"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394225.help.text
+msgid "… defines the speed at which the particles/individuals move towards each other."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394222.help.text
+msgid "PS: Cognitive Constant"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394212.help.text
+msgid "… sets the importance of the own memory (in particular the best reached point so far)."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394292.help.text
+msgid "PS: Social Constant"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394284.help.text
+msgid "… sets the importance of the global best point between all particles/individuals."
+msgstr ""
+
+#: Options.xhp#par_id060320091039425.help.text
+msgid "PS: Mutation Probability"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394272.help.text
+msgid "… defines the probability, that instead of moving a component of the particle towards the best point, it randomly chooses a new value from the valid range for that variable."
+msgstr ""
+
+#: Options.xhp#hd_id0603200910401383.help.text
+msgid "SCO-specific Options"
+msgstr ""
+
+#: Options.xhp#par_id0603200910401382.help.text
+msgid "Size of Library"
+msgstr ""
+
+#: Options.xhp#par_id060320091040136.help.text
+msgid "… defines the amount of informations to store in the public library. Each individual stores knowledge there and asks for informations."
+msgstr ""
+
+#: Usage.xhp#tit.help.text
+msgctxt "Usage.xhp#tit.help.text"
+msgid "Usage"
+msgstr ""
+
+#: Usage.xhp#bm_id0603200910434044_scalc.help.text
+msgid "<bookmark_value>Solver for Nonlinear Problems;Usage</bookmark_value>"
+msgstr ""
+
+#: Usage.xhp#hd_id0603200910430882.help.text
+msgctxt "Usage.xhp#hd_id0603200910430882.help.text"
+msgid "Usage"
+msgstr ""
+
+#: Usage.xhp#par_id0603200910430845.help.text
+msgid "Regardless whether you use DEPS or SCO, you start by going to Tools → Solver and set the Cell to be optimized, the direction to go (minimization, maximization) and the cells to be modified to reach the goal. Then you go to the Options and specify the solver to be used and if necessary adjust the according <link href=\"com.sun.star.comp.Calc.NLPSolver/Options.xhp\">parameters</link>."
+msgstr ""
+
+#: Usage.xhp#par_id0603200910430821.help.text
+msgid "There is also a list of constraints you can use to restrict the possible range of solutions or to penalize certain conditions. However, in case of the evolutionary solvers DEPS and SCO, these constraints are also used to specify bounds on the variables of the problem. Due to the random nature of the algorithms, it is <emph>highly recommended</emph> to do so and give upper (and in case \"Assume Non-Negative Variables\" is turned off also lower) bounds for all variables. They don't have to be near the actual solution (which is probably unknown) but should give a rough indication of the expected size (0 ≤ var ≤ 1 or maybe -1000000 ≤ var ≤ 1000000)."
+msgstr ""
+
+#: Usage.xhp#par_id0603200910430873.help.text
+msgid "Bounds are specified by selecting one or more variables (as range) on the left side and entering a numerical value (not a cell or a formula) on the right side. That way you can also choose one or more variables to be <emph>Integer</emph> or <emph>Binary</emph> only."
+msgstr ""
diff --git a/translations/source/bn/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/translations/source/bn/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
new file mode 100644
index 00000000000..d76fd7aa05e
--- /dev/null
+++ b/translations/source/bn/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
@@ -0,0 +1,23 @@
+#. extracted from nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.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+nlpsolver%2Fsrc%2Fcom%2Fsun%2Fstar%2Fcomp%2FCalc%2FNLPSolver.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Solver for Nonlinear Programming"
+msgstr ""
+
+#: description.xml#extdesc.extdesc.description.text
+msgid "This extension integrates into Calc and offers new Solver engines to use for optimizing nonlinear programming models.\n"
+msgstr ""
diff --git a/translations/source/bn/nlpsolver/src/locale.po b/translations/source/bn/nlpsolver/src/locale.po
new file mode 100644
index 00000000000..8a4ccd8772c
--- /dev/null
+++ b/translations/source/bn/nlpsolver/src/locale.po
@@ -0,0 +1,179 @@
+#. extracted from nlpsolver/src/locale.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+nlpsolver%2Fsrc%2Flocale.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.AssumeNonNegative.property.text
+msgid "Assume Non-Negative Variables"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.SwarmSize.property.text
+msgid "Size of Swarm"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.LibrarySize.property.text
+msgid "Size of Library"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.LearningCycles.property.text
+msgid "Learning Cycles"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.GuessVariableRange.property.text
+msgid "Variable Bounds Guessing"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.VariableRangeThreshold.property.text
+msgid "Variable Bounds Threshold (when guessing)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.UseACRComparator.property.text
+msgid "Use ACR Comparator (instead of BCH)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.UseRandomStartingPoint.property.text
+msgid "Use Random starting point"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.StagnationLimit.property.text
+msgid "Stagnation Limit"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.Tolerance.property.text
+msgid "Stagnation Tolerance"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.EnhancedSolverStatus.property.text
+msgid "Show enhanced solver status"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.AgentSwitchRate.property.text
+msgid "Agent Switch Rate (DE Probability)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.DEFactor.property.text
+msgid "DE: Scaling Factor (0-1.2)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.DECR.property.text
+msgid "DE: Crossover Probability (0-1)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSC1.property.text
+msgid "PS: Cognitive Constant"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSC2.property.text
+msgid "PS: Social Constant"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSWeight.property.text
+msgid "PS: Constriction Coefficient"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSCL.property.text
+msgid "PS: Mutation Probability (0-0.005)"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Dialog.Caption.property.text
+msgid "Solver Status"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblSolution.property.text
+msgid "Current Solution:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblIteration.property.text
+msgid "Iteration:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblStagnation.property.text
+msgid "Stagnation:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblRuntime.property.text
+msgid "Runtime:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnStop.property.text
+msgid "Stop"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnOK.property.text
+msgid "OK"
+msgstr "ঠিক আছে"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnContinue.property.text
+msgid "Continue"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopIteration.property.text
+msgid "Maximum iterations reached."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopStagnation.property.text
+msgid "Process stopped due to stagnation."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopUser.property.text
+msgid "Process stopped due to user interruption."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.CurrentIteration.property.text
+msgid "Process stopped at iteration %d of %d."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Nanoseconds.property.text
+msgid "Nanoseconds"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Microseconds.property.text
+msgid "Microseconds"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Milliseconds.property.text
+msgid "Milliseconds"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Second.property.text
+msgid "Second"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Seconds.property.text
+msgid "Seconds"
+msgstr "সেকেন্ড"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Minute.property.text
+msgid "Minute"
+msgstr "মিনিট"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Minutes.property.text
+msgid "Minutes"
+msgstr "মিনিট"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Hour.property.text
+msgid "Hour"
+msgstr "ঘন্টা"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Hours.property.text
+msgid "Hours"
+msgstr "ঘন্টা"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Day.property.text
+msgid "Day"
+msgstr "দিন"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Days.property.text
+msgid "Days"
+msgstr ""
diff --git a/translations/source/bn/officecfg/registry/data/org/openoffice/Office.po b/translations/source/bn/officecfg/registry/data/org/openoffice/Office.po
index aa2a3933df7..4d2cc9d3a11 100644
--- a/translations/source/bn/officecfg/registry/data/org/openoffice/Office.po
+++ b/translations/source/bn/officecfg/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:46+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/officecfg/registry/data/org/openoffice/Office/UI.po b/translations/source/bn/officecfg/registry/data/org/openoffice/Office/UI.po
index cd6b45bda94..045b99864ab 100644
--- a/translations/source/bn/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/bn/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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-22 23:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: WriterReportWindowState.xcu#..WriterReportWindowState.UIElements.States.private_resource/toolbar/standardbar.UIName.value.text
@@ -2709,10 +2709,6 @@ msgstr "৮ বিট রঙের প্যালেট"
msgid "24 Bit True Color"
msgstr "২৪ বিট ট্রু কালার"
-#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_BigHandles.Label.value.text
-msgid "Large Handles"
-msgstr "বড় হ্যান্ডেল"
-
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_DoubleClickTextEdit.Label.value.text
msgid "Double-click to edit Text"
msgstr "লেখা সম্পাদনা করতে ডবল-ক্লিক করুন"
@@ -2843,7 +2839,7 @@ msgstr "শৈলী (~e)"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_SnapLinesMenu.Label.value.text
msgid "~Snap Lines"
-msgstr ""
+msgstr "স্ন্যাপ লাইন (~S)"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_MasterPageMenu.Label.value.text
msgctxt "DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_MasterPageMenu.Label.value.text"
@@ -3272,6 +3268,11 @@ msgctxt "BasicIDEWindowState.xcu#..BasicIDEWindowState.UIElements.States.private
msgid "Language"
msgstr "ভাষা"
+#: BasicIDEWindowState.xcu#..BasicIDEWindowState.UIElements.States.private_resource/toolbar/formcontrolsbar.UIName.value.text
+#, fuzzy
+msgid "FormControls"
+msgstr "ফরম কন্ট্রোল"
+
#: BasicIDEWindowState.xcu#..BasicIDEWindowState.UIElements.States.private_resource/toolbar/insertcontrolsbar.UIName.value.text
msgid "Toolbox"
msgstr "টুলবাক্স"
@@ -8151,6 +8152,10 @@ msgstr "ইনপুট মেথডের অবস্থা (~e)"
msgid "Optio~n Bar"
msgstr "অপশন বার (~n)"
+#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_SendFeedback.Label.value.text
+msgid "Send Feedback..."
+msgstr ""
+
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_ShowLicense.Label.value.text
msgid "License Information..."
msgstr "লাইসেন্স সংক্রান্ত তথ্য..."
@@ -11836,7 +11841,37 @@ msgid "Goto Line Number..."
msgstr ""
#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_ShowLines.Label.value.text
-msgid "Display Source Line Number"
+msgid "Line Numbers"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormRadio.Label.value.text
+msgid "Form Option Button"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormCheck.Label.value.text
+msgid "Form Check Box"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormList.Label.value.text
+msgid "Form List Box"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormCombo.Label.value.text
+msgid "Form Combo Box"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormVScroll.Label.value.text
+#, fuzzy
+msgid "Form Vertical Scroll Bar"
+msgstr "উল্লম্ব স্ক্রল বার"
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormHScroll.Label.value.text
+#, fuzzy
+msgid "Form Horizonal Scroll Bar"
+msgstr "অনুভূমিক স্ক্রল বার"
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormSpin.Label.value.text
+msgid "Form Spin Button"
msgstr ""
#: WriterWebWindowState.xcu#..WriterWebWindowState.UIElements.States.private_resource/toolbar/standardbar.UIName.value.text
diff --git a/translations/source/bn/padmin/source.po b/translations/source/bn/padmin/source.po
index 778f7a63ed7..45875e5851d 100644
--- a/translations/source/bn/padmin/source.po
+++ b/translations/source/bn/padmin/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-07 11:16+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/readlicense_oo/docs/readme.po b/translations/source/bn/readlicense_oo/docs/readme.po
index afbb6c4b942..8d88fb06af2 100644
--- a/translations/source/bn/readlicense_oo/docs/readme.po
+++ b/translations/source/bn/readlicense_oo/docs/readme.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:03+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -107,7 +107,7 @@ msgid "1024x768 resolution (higher resolution recommended), at least 256 colors"
msgstr "১০২৪ x ৭৬৮ রেজল্যুশন (আরো বেশি রেজল্যুশন সুপারিশকৃত), অন্তত ২৫৬ কালারসহ"
#: readme.xrm#edssc3d.edssc3d.readmeitem.text
-msgctxt "readme.xrm#edssc3d.edssc3d.readmeitem.text"
+#, fuzzy
msgid "Please be aware that administrator rights are needed for the installation process."
msgstr "অনুগ্রহ করে খেয়াল করুন ইনস্টলেশন প্রক্রিয়ার জন্য অ্যাডমিনিস্ট্রেটর অধিকার প্রয়োজন।"
@@ -116,21 +116,12 @@ msgid "Registration of ${PRODUCTNAME} as default application for Microsoft Offic
msgstr "ইনস্টলারের নিম্নবর্ণিত কমান্ড লাইন সুইচগুলো ব্যবহার করে Microsoft Office ফরম্যাটের জন্য ডিফল্ট অ্যাপ্লিকেশন হিসেবে ${PRODUCTNAME} কে রেজিস্ট্রেশন করানো যায় বা বাদ দেয়া যায়।"
#: readme.xrm#MSOReg2.MSOReg2.readmeitem.text
-msgid "<tt>/msoreg=1</tt> will force registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
-msgstr "<tt>/msoreg=1</tt> মাইক্রোসফ্ট অফিস ফরম্যাটের জন্য ${PRODUCTNAME} রেজিস্ট্রেশন করে ডিফল্ট অ্যাপ্লিকেশন হিসাবে ব্যবহার করার উপর জোর দিবে।"
+msgid "<tt>REGISTER_ALL_MSO_TYPES=1</tt> will force registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
+msgstr ""
#: readme.xrm#MSOReg3.MSOReg3.readmeitem.text
-msgid "<tt>/msoreg=0</tt> will suppress registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
-msgstr "<tt>/msoreg=0</tt> মাইক্রোসফ্ট অফিস ফরম্যাটের জন্য ${PRODUCTNAME} রেজিস্ট্রেশন করে ডিফল্ট অ্যাপ্লিকেশন হিসাবে ব্যবহার করতে বাধা দিবে।"
-
-#: readme.xrm#DLLA1.DLLA1.readmeitem.text
-msgid "If you perform an administrative installation using setup /a, you need to make sure that the file msvc90.dll is installed on the system. This file is required for ${PRODUCTNAME} to start after an administrative installation. You can get the file from <a href=\"http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF\">http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF</a>"
-msgstr "আপনি যদি সেটআপ /a ব্যবাহার করে সব ধরণের প্রসাশনিক ইন্সটলেশনের কাজ করেন তবে আপনাকে নিশ্চিত হতে হবে যে সিস্টেমে msvc90.dll ফাইলটি ইন্সটল করা আছে কিনা। প্রসাশনিক ইন্সটলেশনের পর কাজ শুরু করতে ${PRODUCTNAME} ফাইলটি প্রয়োজন। আপনি<a href=\"http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF\">http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF</a> থেকে ফাইলটি পেতে পারেন।"
-
-#: readme.xrm#AdminNeeded.AdminNeeded.readmeitem.text
-msgctxt "readme.xrm#AdminNeeded.AdminNeeded.readmeitem.text"
-msgid "Please be aware that administrator rights are needed for the installation process."
-msgstr "অনুগ্রহ করে খেয়াল করুন ইনস্টলেশন প্রক্রিয়ার জন্য অ্যাডমিনিস্ট্রেটর অধিকার প্রয়োজন।"
+msgid "<tt>REGISTER_NO_MSO_TYPES=1</tt> will suppress registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
+msgstr ""
#: readme.xrm#s2we10.s2we10.readmeitem.text
msgid "As a general rule, you are recommended to install ${PRODUCTNAME} via the installation methods recommended by your particular Linux distribution (such as the Ubuntu Software Center, in the case of Ubuntu Linux). This is because it is usually the simplest way to obtain an installation that is optimally integrated into your system. Indeed, ${PRODUCTNAME} may well be already installed by default when you originally install your Linux operating system."
@@ -189,8 +180,9 @@ msgid "Installation of ${PRODUCTNAME} on Debian/Ubuntu-based Linux systems"
msgstr "ডেবিয়ান/উবুন্টু ভিত্তিক লিনাক্স সিস্টেমের জন্য ${PRODUCTNAME} ইনস্টল প্রক্রিয়া"
#: readme.xrm#debianinstall1.debianinstall1.readmeitem.text
-msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to do that, please read the section below entitled Deinstallation of a Previous Version of ${PRODUCTNAME}. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
-msgstr "${PRODUCTNAME} এর পূর্ববর্তী সংস্করণ যদি ইতোমধ্যে ইনস্টল করা থাকে তবে সামনে কোনো অগ্রসর হওয়ার পূর্বে এটা ডি-ইনস্টল করে নিতে হবে। এটা কিভাবে করতে হবে তা বিস্তারিতভাবে জানার জন্য পুরাতন সংস্করণ ডিইনস্টলেশন শিরোনামের নিম্নোক্ত বিভাগটি পড়ুন। ভাষা প্যাক ইনস্টল করার বিস্তারিত তথ্য জানার জন্য( ${PRODUCTNAME} এর ইউএস ইংরেজি সংস্করণ ইনস্টল করার পর), অনুগ্রহ করে ভাষা প্যাক ইনস্টল শিরোনামের নিম্নোক্ত বিভাগটি পড়ে নিন।"
+msgctxt "readme.xrm#debianinstall1.debianinstall1.readmeitem.text"
+msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
+msgstr ""
#: readme.xrm#debianinstall2.debianinstall2.readmeitem.text
msgctxt "readme.xrm#debianinstall2.debianinstall2.readmeitem.text"
@@ -239,8 +231,9 @@ msgid "Installation of ${PRODUCTNAME} on Fedora, Suse, Mandriva and other Linux
msgstr "RPM প্যাকেজ ব্যবহার করে ফেডোরা, মানড্রিভা এবং অন্যান্য লিনাক্স সিস্টেমে ${PRODUCTNAME} ইনস্টল প্রক্রিয়া"
#: readme.xrm#rpminstall1.rpminstall1.readmeitem.text
-msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to do that, please read the section below entitled De-installation of a Previous Version of ${PRODUCTNAME}. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
-msgstr "${PRODUCTNAME} এর পূর্ববর্তী সংস্করণ যদি ইতোমধ্যে ইনস্টল করা থাকে তবে সামনে কোনো অগ্রসর হওয়ার পূর্বে এটা ডি-ইনস্টল করে নিতে হবে। এটা কিভাবে করতে হবে তা বিস্তারিতভাবে জানার জন্য পুরাতন সংস্করণ ডিইনস্টলেশন শিরোনামের নিম্নোক্ত বিভাগটি পড়ুন। ভাষা প্যাক ইনস্টল করার বিস্তারিত তথ্য জানার জন্য( ${PRODUCTNAME} এর ইউএস ইংরেজি সংস্করণ ইনস্টল করার পর), অনুগ্রহ করে ভাষা প্যাক ইনস্টল শিরোনামের নিম্নোক্ত বিভাগটি পড়ে নিন।"
+msgctxt "readme.xrm#rpminstall1.rpminstall1.readmeitem.text"
+msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
+msgstr ""
#: readme.xrm#rpminstall2.rpminstall2.readmeitem.text
msgctxt "readme.xrm#rpminstall2.rpminstall2.readmeitem.text"
@@ -260,7 +253,7 @@ msgstr ""
#, fuzzy
msgctxt "readme.xrm#rpminstall5.rpminstall5.readmeitem.text"
msgid "For Fedora-based systems: su -c 'yum install *.rpm'"
-msgstr "ফেডোরা-ভিত্তিক সিস্টেমের জন্য: su -c 'yum install *redhat*.rpm'"
+msgstr "ফেডোরা-ভিত্তিক সিস্টেমের জন্য: su -c 'yum install *freedesktop*.rpm'"
#: readme.xrm#rpminstall6.rpminstall6.readmeitem.text
#, fuzzy
@@ -286,16 +279,20 @@ msgid "Now run the installation command again:"
msgstr "এখন পুনরায় ইনস্টলেশন কমান্ড চালান:"
#: readme.xrm#rpminstallB.rpminstallB.readmeitem.text
-msgid "For Fedora-based systems: su -c 'yum install *redhat*.rpm'"
-msgstr "ফেডোরা-ভিত্তিক সিস্টেমের জন্য: su -c 'yum install *redhat*.rpm'"
+msgid "For Fedora-based systems: su -c 'yum install *freedesktop*.rpm'"
+msgstr "ফেডোরা-ভিত্তিক সিস্টেমের জন্য: su -c 'yum install *freedesktop*.rpm'"
#: readme.xrm#rpminstallC.rpminstallC.readmeitem.text
msgid "For Mandriva-based systems: sudo urpmi *mandriva*.rpm"
msgstr "ম্যানড্রিভা ভিত্তিক সিস্টেমের জন্য: sudo urpmi *mandriva*.rpm"
+#: readme.xrm#rpminstallF.rpminstallF.readmeitem.text
+msgid "For SUSE-based systems: rpm -Uvh *suse*.rpm"
+msgstr ""
+
#: readme.xrm#rpminstallD.rpminstallD.readmeitem.text
-msgid "For other RPM-based systems (Suse, etc.): rpm -Uvh *suse*.rpm"
-msgstr "অন্যান্য RPM-ভিত্তিক সিস্টেমের জন্য (Suse, etc.): rpm -Uvh *suse*.rpm"
+msgid "For other RPM-based systems: rpm -Uvh *freedesktop*.rpm"
+msgstr ""
#: readme.xrm#rpminstallE.rpminstallE.readmeitem.text
msgctxt "readme.xrm#rpminstallE.rpminstallE.readmeitem.text"
@@ -346,7 +343,7 @@ msgstr "ডেবিয়ান/উবুন্টু ভিত্তিক সি
#, fuzzy
msgctxt "readme.xrm#linuxlangpack7.linuxlangpack7.readmeitem.text"
msgid "For Fedora-based systems: su -c 'yum install *.rpm'"
-msgstr "ফেডোরা-ভিত্তিক সিস্টেমের জন্য: su -c 'yum install *redhat*.rpm'"
+msgstr "ফেডোরা-ভিত্তিক সিস্টেমের জন্য: su -c 'yum install *freedesktop*.rpm'"
#: readme.xrm#linuxlangpack8.linuxlangpack8.readmeitem.text
#, fuzzy
diff --git a/translations/source/bn/reportbuilder/java/com/sun/star/report/function/metadata.po b/translations/source/bn/reportbuilder/java/com/sun/star/report/function/metadata.po
new file mode 100644
index 00000000000..46d15b5ebf1
--- /dev/null
+++ b/translations/source/bn/reportbuilder/java/com/sun/star/report/function/metadata.po
@@ -0,0 +1,39 @@
+#. extracted from reportbuilder/java/com/sun/star/report/function/metadata.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+reportbuilder%2Fjava%2Fcom%2Fsun%2Fstar%2Freport%2Ffunction%2Fmetadata.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: Author_Function_en_US.properties#display_name.property.text
+msgid "AUTHOR"
+msgstr ""
+
+#: Author_Function_en_US.properties#description.property.text
+msgid "Returns the author of the report."
+msgstr ""
+
+#: Title_Function_en_US.properties#display_name.property.text
+msgid "TITLE"
+msgstr ""
+
+#: Title_Function_en_US.properties#description.property.text
+msgid "Returns the title of the report."
+msgstr ""
+
+#: category_en_US.properties#display_name.property.text
+msgid "MetaData"
+msgstr ""
+
+#: category_en_US.properties#description.property.text
+msgid "Contains functions about meta data"
+msgstr ""
diff --git a/translations/source/bn/reportbuilder/registry/data/org/openoffice/Office.po b/translations/source/bn/reportbuilder/registry/data/org/openoffice/Office.po
index e8a69bc423a..29aaf3d2394 100644
--- a/translations/source/bn/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/translations/source/bn/reportbuilder/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:46+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/reportbuilder/registry/data/org/openoffice/Office/UI.po b/translations/source/bn/reportbuilder/registry/data/org/openoffice/Office/UI.po
index 8d772747592..af72568705b 100644
--- a/translations/source/bn/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/bn/reportbuilder/registry/data/org/openoffice/Office/UI.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 11:16+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -239,7 +239,7 @@ msgstr "আউটপুট ফরম্যাট রিপোর্ট"
#: ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_SnapLinesMenu.Label.value.text
msgid "~Snap Lines"
-msgstr ""
+msgstr "স্ন্যাপ লাইন (~S)"
#: ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_ObjectResize.Label.value.text
msgctxt "ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_ObjectResize.Label.value.text"
diff --git a/translations/source/bn/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/translations/source/bn/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index f2f149aab0d..006402cef58 100644
--- a/translations/source/bn/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/translations/source/bn/reportbuilder/registry/data/org/openoffice/TypeDetection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:46+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/reportbuilder/util.po b/translations/source/bn/reportbuilder/util.po
index 685aa090856..d319278b3a2 100644
--- a/translations/source/bn/reportbuilder/util.po
+++ b/translations/source/bn/reportbuilder/util.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/reportdesign/source/core/resource.po b/translations/source/bn/reportdesign/source/core/resource.po
index 9815707cad0..1041737d0dc 100644
--- a/translations/source/bn/reportdesign/source/core/resource.po
+++ b/translations/source/bn/reportdesign/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:46+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/reportdesign/source/ui/dlg.po b/translations/source/bn/reportdesign/source/ui/dlg.po
index a7590402937..53ae67b901f 100644
--- a/translations/source/bn/reportdesign/source/ui/dlg.po
+++ b/translations/source/bn/reportdesign/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:46+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/reportdesign/source/ui/inspection.po b/translations/source/bn/reportdesign/source/ui/inspection.po
index d3d31862502..670eb859f73 100644
--- a/translations/source/bn/reportdesign/source/ui/inspection.po
+++ b/translations/source/bn/reportdesign/source/ui/inspection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:46+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/reportdesign/source/ui/report.po b/translations/source/bn/reportdesign/source/ui/report.po
index 6781621a563..33ab3414611 100644
--- a/translations/source/bn/reportdesign/source/ui/report.po
+++ b/translations/source/bn/reportdesign/source/ui/report.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:46+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sc/source/core/src.po b/translations/source/bn/sc/source/core/src.po
index 25e2da02671..f55fb76d95f 100644
--- a/translations/source/bn/sc/source/core/src.po
+++ b/translations/source/bn/sc/source/core/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:46+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sc/source/ui/cctrl.po b/translations/source/bn/sc/source/ui/cctrl.po
index b9e09f6f337..b2296ffb584 100644
--- a/translations/source/bn/sc/source/ui/cctrl.po
+++ b/translations/source/bn/sc/source/ui/cctrl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:46+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sc/source/ui/dbgui.po b/translations/source/bn/sc/source/ui/dbgui.po
index 3dd6b661a1f..7d65e1b0b04 100644
--- a/translations/source/bn/sc/source/ui/dbgui.po
+++ b/translations/source/bn/sc/source/ui/dbgui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-07 11:16+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sc/source/ui/docshell.po b/translations/source/bn/sc/source/ui/docshell.po
index ec8c33d278e..0a0a9667484 100644
--- a/translations/source/bn/sc/source/ui/docshell.po
+++ b/translations/source/bn/sc/source/ui/docshell.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:46+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sc/source/ui/drawfunc.po b/translations/source/bn/sc/source/ui/drawfunc.po
index 11ec461ab39..702c0f472ec 100644
--- a/translations/source/bn/sc/source/ui/drawfunc.po
+++ b/translations/source/bn/sc/source/ui/drawfunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:46+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sc/source/ui/formdlg.po b/translations/source/bn/sc/source/ui/formdlg.po
index 21246274df9..f8c8e9c9791 100644
--- a/translations/source/bn/sc/source/ui/formdlg.po
+++ b/translations/source/bn/sc/source/ui/formdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:46+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sc/source/ui/miscdlgs.po b/translations/source/bn/sc/source/ui/miscdlgs.po
index 990b655181e..cde9c793d67 100644
--- a/translations/source/bn/sc/source/ui/miscdlgs.po
+++ b/translations/source/bn/sc/source/ui/miscdlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-07 11:16+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sc/source/ui/navipi.po b/translations/source/bn/sc/source/ui/navipi.po
index 8502912404a..3cf20c52f04 100644
--- a/translations/source/bn/sc/source/ui/navipi.po
+++ b/translations/source/bn/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-22 23:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: navipi.src#RID_SCDLG_NAVIGATOR.FT_ROW.fixedtext.text
diff --git a/translations/source/bn/sc/source/ui/pagedlg.po b/translations/source/bn/sc/source/ui/pagedlg.po
index ec409b0fe4b..0bde007d04f 100644
--- a/translations/source/bn/sc/source/ui/pagedlg.po
+++ b/translations/source/bn/sc/source/ui/pagedlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:46+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sc/source/ui/src.po b/translations/source/bn/sc/source/ui/src.po
index 2891a485374..d62a2500e71 100644
--- a/translations/source/bn/sc/source/ui/src.po
+++ b/translations/source/bn/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-22 23:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: namedlg.src#RID_SCDLG_NAMES.BTN_ADD.pushbutton.text
@@ -29,18 +29,13 @@ msgstr "মুছে ফেলুন (~D)"
#: namedlg.src#RID_SCDLG_NAMES.BTN_NAME_OK.pushbutton.text
msgid "OK"
-msgstr ""
+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 "বাতিল"
-#: namedlg.src#RID_SCDLG_NAMES.BTN_SELECT.pushbutton.text
-msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_SELECT.pushbutton.text"
-msgid "Select Range"
-msgstr "পরিসর নির্বাচন করুন"
-
#: namedlg.src#RID_SCDLG_NAMES.FT_SCOPE.fixedtext.text
#, fuzzy
msgctxt "namedlg.src#RID_SCDLG_NAMES.FT_SCOPE.fixedtext.text"
@@ -70,6 +65,7 @@ msgid "Shrink"
msgstr "সংকোচন"
#: namedlg.src#RID_SCDLG_NAMES.BTN_MORE.checkbox.text
+msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_MORE.checkbox.text"
msgid "Range Options"
msgstr ""
@@ -97,25 +93,6 @@ msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_COLHEADER.checkbox.text"
msgid "Repeat ~column"
msgstr "কলাম পুনরাবৃত্তকরণ (~c)"
-#: namedlg.src#RID_SCDLG_NAMES.STR_INVALIDSYMBOL.string.text
-#, fuzzy
-msgctxt "namedlg.src#RID_SCDLG_NAMES.STR_INVALIDSYMBOL.string.text"
-msgid "Invalid expression"
-msgstr "অকার্যকর এক্সপ্রেশন"
-
-#: namedlg.src#RID_SCDLG_NAMES.STR_MODIFYFAILED.string.text
-msgid "Modifying range name failed"
-msgstr ""
-
-#: 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_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_DEFAULT_INFO.string.text
msgid "Select cells in the document to update the range."
msgstr ""
@@ -479,10 +456,6 @@ msgstr "পৃষ্ঠা বিভাজক (~P)"
msgid "Helplines ~While Moving"
msgstr ""
-#: optdlg.src#RID_SCPAGE_CONTENT.CB_BIGHANDLES.checkbox.text
-msgid "~Large handles"
-msgstr "বড় হ্যান্ডেল (~L)"
-
#: optdlg.src#RID_SCPAGE_CONTENT.GB_DISPLAY.fixedline.text
msgid "Display"
msgstr "প্রদর্শন"
@@ -1742,16 +1715,9 @@ msgstr ""
msgid "Restore"
msgstr "পুনরুদ্ধার"
-#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_LAST.pushbutton.text
-#, fuzzy
-msgid "Last Record"
-msgstr ""
-"#-#-#-#-# lo-build-bn.po (@PACKAGE@) #-#-#-#-#\n"
-"সর্বশেষ রেকর্ড\n"
-"#-#-#-#-# shared.po (PACKAGE VERSION) #-#-#-#-#\n"
-"শেষ রেকর্ড\n"
-"#-#-#-#-# UI.po (PACKAGE VERSION) #-#-#-#-#\n"
-"সর্বশেষ রেকর্ড"
+#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_PREV.pushbutton.text
+msgid "Previous Record"
+msgstr "পূর্ববর্তী রেকর্ড"
#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_NEXT.pushbutton.text
msgid "Next Record"
@@ -4005,8 +3971,8 @@ msgid "Number"
msgstr "নম্বর"
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ARC_COS_HYP.3.string.text
-msgid "A value greater than or equal to 1 for which the hyperbolic cosine is to be returned."
-msgstr "1 এর সমান বা অপেক্ষাকৃত বড় মানের জন্য অধিবৃত্তিক কোসাইন ফেরত পাঠাতে হবে।"
+msgid "A value greater than or equal to 1 for which the inverse hyperbolic cosine is to be returned."
+msgstr ""
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ARC_SIN_HYP.1.string.text
msgid "Returns the inverse hyperbolic sine of a number."
@@ -4197,6 +4163,60 @@ msgstr "number_y"
msgid "The value for the y coordinate."
msgstr "y স্থানাংকের জন্য মান।"
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.1.string.text
+msgid "Return the cosecant of an angle. CSC(x)=1/SIN(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.3.string.text
+#, fuzzy
+msgid "The angle in radians for which the cosecant is to be calculated."
+msgstr "রেডিয়ানে কোণের মান যার জন্য সাইন হিসাব করতে হবে।"
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.1.string.text
+msgid "Return the secant of an angle. SEC(x)=1/COS(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.3.string.text
+#, fuzzy
+msgid "The angle in radians for which the secant is to be calculated."
+msgstr "রেডিয়ানে কোণের মান যার জন্য সাইন হিসাব করতে হবে।"
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.1.string.text
+msgid "Return the hyperbolic cosecant of a hyperbolic angle. CSCH(x)=1/SINH(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.3.string.text
+msgid "The hyperbolic angle in radians for which the hyperbolic cosecant is to be calculated."
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.1.string.text
+msgid "Return the hyperbolic secant of a hyperbolic angle. SECH(x)=1/COSH(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.3.string.text
+msgid "The hyperbolic angle in radians for which the hyperbolic secant is to be calculated."
+msgstr ""
+
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_DEG.1.string.text
msgid "Converts a radian to degrees"
msgstr "রেডিয়ান থেকে ডিগ্রীতে রূপান্তর করে"
@@ -10676,7 +10696,7 @@ msgstr "পরিসরের নামসমূহ সম্পাদনা ক
#: globstr.src#RID_GLOBSTR.STR_UNDO_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "অক্ষরের ছাঁদ পরিবর্তন (~C)"
#: globstr.src#RID_GLOBSTR.STR_DB_NONAME.string.text
msgctxt "globstr.src#RID_GLOBSTR.STR_DB_NONAME.string.text"
@@ -12006,7 +12026,6 @@ msgstr "ঘর নির্বাচন করুন"
#: 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 "পরিসর নির্বাচন করুন"
@@ -12337,11 +12356,11 @@ msgstr "লোক্যালের সাথে বর্তমান সূত
#: globstr.src#RID_GLOBSTR.STR_UNDO_INSERT_CURRENT_DATE.string.text
msgid "Insert Current Date"
-msgstr ""
+msgstr "বর্তমান তারিখ সংযোজন"
#: globstr.src#RID_GLOBSTR.STR_UNDO_INSERT_CURRENT_TIME.string.text
msgid "Insert Current Time"
-msgstr ""
+msgstr "বর্তমান সময় সংযোজন"
#: globstr.src#RID_GLOBSTR.STR_MANAGE_NAMES.string.text
msgid "Manage Names..."
@@ -12370,6 +12389,25 @@ msgstr "সুযোগ"
msgid "Document (Global)"
msgstr "নথি বন্ধ করা হয়েছে"
+#: globstr.src#RID_GLOBSTR.STR_ERR_NAME_EXISTS.string.text
+msgid "Invalid name. Already in use for the selected scope."
+msgstr ""
+
+#: globstr.src#RID_GLOBSTR.STR_ERR_NAME_INVALID.string.text
+msgid "Invalid name. Only use letters, numbers and underscore."
+msgstr ""
+
+#: globstr.src#RID_GLOBSTR.STR_UNSAVED_EXT_REF.string.text
+msgid ""
+"This Document contains external references to unsaved documents.\n"
+"\n"
+"Do you want to continue?"
+msgstr ""
+
+#: globstr.src#RID_GLOBSTR.STR_CLOSE_WITH_UNSAVED_REFS.string.text
+msgid "This Document is referenced by another document and not yet saved. Closing it without saving will result in data loss."
+msgstr ""
+
#: crnrdlg.src#RID_SCDLG_COLROWNAMERANGES.FL_ASSIGN.fixedline.text
msgctxt "crnrdlg.src#RID_SCDLG_COLROWNAMERANGES.FL_ASSIGN.fixedline.text"
msgid "Range"
@@ -13135,7 +13173,8 @@ msgid "Cancel"
msgstr "বাতিল"
#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_MORE.checkbox.text
-msgid "RangeOptions"
+msgctxt "namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_MORE.checkbox.text"
+msgid "Range Options"
msgstr ""
#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.FT_NAME.fixedtext.text
@@ -13186,20 +13225,6 @@ msgctxt "namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_COLHEADER.checkbox.text"
msgid "Repeat ~column"
msgstr "কলাম পুনরাবৃত্তকরণ (~c)"
-#: 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 "অকার্যকর এক্সপ্রেশন"
-
-#: 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 ""
diff --git a/translations/source/bn/sc/source/ui/styleui.po b/translations/source/bn/sc/source/ui/styleui.po
index a478b055250..4032c14e541 100644
--- a/translations/source/bn/sc/source/ui/styleui.po
+++ b/translations/source/bn/sc/source/ui/styleui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-11 11:26+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -27,7 +27,7 @@ msgstr "ঘরের শৈলী"
#: scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.2.filterlist.text
msgid "Applied Styles"
-msgstr ""
+msgstr "প্রয়োগকৃত শৈলী"
#: scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.3.filterlist.text
msgctxt "scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.3.filterlist.text"
diff --git a/translations/source/bn/scaddins/source/analysis.po b/translations/source/bn/scaddins/source/analysis.po
index 3fd30c4cf94..f026116a7b5 100644
--- a/translations/source/bn/scaddins/source/analysis.po
+++ b/translations/source/bn/scaddins/source/analysis.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:46+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/scaddins/source/datefunc.po b/translations/source/bn/scaddins/source/datefunc.po
index 27f64d99b9d..d82091b20a9 100644
--- a/translations/source/bn/scaddins/source/datefunc.po
+++ b/translations/source/bn/scaddins/source/datefunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:46+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sccomp/source/solver.po b/translations/source/bn/sccomp/source/solver.po
index dc5c7a4f61f..adc6497939a 100644
--- a/translations/source/bn/sccomp/source/solver.po
+++ b/translations/source/bn/sccomp/source/solver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:46+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/scp2/source/accessories.po b/translations/source/bn/scp2/source/accessories.po
index a14dd0869ee..8ab5ef24479 100644
--- a/translations/source/bn/scp2/source/accessories.po
+++ b/translations/source/bn/scp2/source/accessories.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-12 00:03+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/scp2/source/activex.po b/translations/source/bn/scp2/source/activex.po
index fbb5ce990cd..da08596af19 100644
--- a/translations/source/bn/scp2/source/activex.po
+++ b/translations/source/bn/scp2/source/activex.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:46+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/scp2/source/base.po b/translations/source/bn/scp2/source/base.po
index 53fe5512401..02d7b4e81c7 100644
--- a/translations/source/bn/scp2/source/base.po
+++ b/translations/source/bn/scp2/source/base.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:46+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -39,6 +39,16 @@ msgstr "%PRODUCTNAME বেস সহায়তা"
msgid "Help about %PRODUCTNAME Base"
msgstr "%PRODUCTNAME বেস সম্পর্কিত সহায়তা"
+#: postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr ""
+
+#: postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr ""
+
#: folderitem_base.ulf#STR_FI_TOOLTIP_BASE.LngText.text
msgid "Manage databases, create queries and reports to track and manage your information by using Base."
msgstr "আপনার তথ্য অনুসরণ এবং নিয়ন্ত্রণ করতে, বেস ব্যবহার করে ডাটাবেস নিয়ন্ত্রণ, কোয়েরি এবং প্রতিবেদন তৈরি করুন।"
diff --git a/translations/source/bn/scp2/source/binfilter.po b/translations/source/bn/scp2/source/binfilter.po
index 8a37bbf66ea..f00e90e098f 100644
--- a/translations/source/bn/scp2/source/binfilter.po
+++ b/translations/source/bn/scp2/source/binfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:46+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/scp2/source/calc.po b/translations/source/bn/scp2/source/calc.po
index d549ed2edd9..fda9720ff39 100644
--- a/translations/source/bn/scp2/source/calc.po
+++ b/translations/source/bn/scp2/source/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:46+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/scp2/source/draw.po b/translations/source/bn/scp2/source/draw.po
index c06bc27aff5..d5a651489f9 100644
--- a/translations/source/bn/scp2/source/draw.po
+++ b/translations/source/bn/scp2/source/draw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:46+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/scp2/source/extensions.po b/translations/source/bn/scp2/source/extensions.po
index 508675d9cdd..1c144bd7cea 100644
--- a/translations/source/bn/scp2/source/extensions.po
+++ b/translations/source/bn/scp2/source/extensions.po
@@ -3,2238 +3,78 @@ msgid ""
msgstr ""
"Project-Id-Version: 6thmarch2011\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-06-30 13:19+0600\n"
"Last-Translator: Zenat Rahnuma <zenat@ankur.org.bd>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Language: bn_BD\n"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text"
+#, fuzzy
msgid "English"
msgstr "ইংরেজি"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text"
+#, fuzzy
msgid "Installs English support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION এ ইংরেজি সাপোর্ট ইনস্টল "
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text"
+#, fuzzy
msgid "German"
msgstr "জার্মান"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text"
+#, fuzzy
msgid "Installs German support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION এ জার্মান সাপোর্ট ইনস্টল "
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text"
+#, fuzzy
msgid "French"
msgstr "ফ্রেঞ্চ"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text"
+#, fuzzy
msgid "Installs French support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION এ ফ্রেঞ্চ সাপোর্ট ইনস্টল "
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text"
+#, fuzzy
msgid "Italian"
msgstr "ইটালিয়ান"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text"
+#, fuzzy
msgid "Installs Italian support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION এ ইটালিয়ান সাপোর্ট ইনস্টল "
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text"
+#, fuzzy
msgid "Spanish"
msgstr "স্প্যানিশ"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text"
+#, fuzzy
msgid "Installs Spanish support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION এ স্প্যানিশ সাপোর্ট ইনস্টল "
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text"
-msgid "Swedish"
-msgstr "সুইডিশ"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text"
-msgid "Installs Swedish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ সুইডিশ সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text"
-msgid "Portuguese"
-msgstr "পর্তুগীজ"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ পর্তুগীজ সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Portuguese (Brazil)"
-msgstr "পর্তুগীজ (ব্রাজিল)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ পর্তুগীজ সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text"
-msgid "Japanese"
-msgstr "জাপানী"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text"
-msgid "Installs Japanese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ জাপানী সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text"
-msgid "Korean"
-msgstr "কোরিয়ান"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text"
-msgid "Installs Korean support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ কোরিয়ান সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Chinese (simplified)"
-msgstr "চাইনিজ (সরলীকৃত)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Installs Chinese (simplified) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ চাইনিজ (সরলকৃত) সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Chinese (traditional)"
-msgstr "চাইনিজ (সনাতন)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Installs Chinese (traditional) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ চাইনিজ (সনাতন) সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text"
-msgid "Dutch"
-msgstr "ডাচ"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text"
-msgid "Installs Dutch support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ডাচ সাপোর্ট ইনস্টল "
-
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text"
+#, fuzzy
msgid "Hungarian"
msgstr "হাঙ্গেরিয়"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text"
+#, fuzzy
msgid "Installs Hungarian support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION এ হাঙ্গেরিয় সাপোর্ট ইনস্টল "
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text"
-msgid "Polish"
-msgstr "পোলিশ"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text"
-msgid "Installs Polish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ পোলিশ সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text"
-msgid "Russian"
-msgstr "রাশীয়"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text"
-msgid "Installs Russian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ রাশীয় সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text"
-msgid "Turkish"
-msgstr "তুর্কি"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text"
-msgid "Installs Turkish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ তুর্কি সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text"
-msgid "Greek"
-msgstr "গ্রিক"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text"
-msgid "Installs Greek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ গ্রিক সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text"
-msgid "Thai"
-msgstr "থাই"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text"
-msgid "Installs Thai support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ থাই সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text"
-msgid "Czech"
-msgstr "চেক"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text"
-msgid "Installs Czech support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ চেক সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text"
-msgid "Slovak"
-msgstr "স্লোভাক"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text"
-msgid "Installs Slovak support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ স্লোভাক সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text"
-msgid "Croatian"
-msgstr "ক্রোয়েশিয়ান"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text"
-msgid "Installs Croatian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ক্রোয়েশিয়ান সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text"
-msgid "Estonian"
-msgstr "এস্তোনীয়"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text"
-msgid "Installs Estonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ এস্তোনীয় সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text"
-msgid "Vietnamese"
-msgstr "ভিয়েতনামী"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text"
-msgid "Installs Vietnamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ভিয়েতনামী সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text"
-msgid "Bulgarian"
-msgstr "বুলগেরীয়"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text"
-msgid "Installs Bulgarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ বুলগেরীয় সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text"
-msgid "Khmer"
-msgstr "খেমার"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text"
-msgid "Installs Khmer support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ খেমার সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Punjabi"
-msgstr "পাঞ্জাবি"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Installs Punjabi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ পাঞ্জাবি সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Gujarati"
-msgstr "গুজরাটি"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ গুজরাটি সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text"
-msgid "Tamil"
-msgstr "তামিল"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ তামিল সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Tamil"
-msgstr "তামিল"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ তামিল সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text"
-msgid "Hindi"
-msgstr "হিন্দি"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ হিন্দি সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Hindi"
-msgstr "হিন্দি"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ হিন্দি সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text"
-msgid "Southern Sotho (Sutu)"
-msgstr "দক্ষিণ সোথো (সুটু)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text"
-msgid "Installs Southern Sotho (Sutu) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ দক্ষিণ সোথো (সুটু) সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text"
-msgid "Tswana"
-msgstr "সোয়ানা"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text"
-msgid "Installs Tswana support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এসোয়ানা সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text"
-msgid "Xhosa"
-msgstr "জোসা"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text"
-msgid "Installs Xhosa support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ জোসা সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Zulu"
-msgstr "জুলু"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Installs Zulu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ জুলু সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text"
-msgid "Afrikaans"
-msgstr "আফ্রিকান"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text"
-msgid "Installs Afrikaans support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ আফ্রিকান সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text"
-msgid "Swahili"
-msgstr "সোয়াহিলি"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ সোয়াহিলি সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Swahili"
-msgstr "সোয়াহিলি"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ সোয়াহিলি সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text"
-msgid "Lao"
-msgstr "লাও"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text"
-msgid "Installs Lao support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ লাও সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text"
-msgid "Burmese"
-msgstr "বার্মিজ"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text"
-msgid "Installs Burmese (Myanmar) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ বার্মিজ (মিয়ানমার) সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Northern Sotho"
-msgstr "উত্তর সোথো"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Installs Northern Sotho support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ উত্তর সোথো সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text"
-msgid "Bengali"
-msgstr "বাংলা"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text"
-msgid "Installs Bengali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ বাংলা সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Bengali (Bangladesh)"
-msgstr "বাংলা (বাংলাদেশ)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Installs Bengali (Bangladesh) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ বাংলা (বাংলাদেশ) সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Bengali (India)"
-msgstr "বাংলা (ভারত)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Installs Bengali (India) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ বাংলা (ভারত) সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text"
-msgid "Oriya"
-msgstr "ওড়িয়া"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ওড়িয়া সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Oriya"
-msgstr "ওড়িয়া"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ওড়িয়া সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text"
-msgid "Marathi"
-msgstr "মারাঠি"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ মারাঠি সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Marathi"
-msgstr "মারাঠি"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ মারাঠি সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text"
-msgid "Nepali"
-msgstr "নেপালি"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text"
-msgid "Installs Nepali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ নেপালি সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text"
-msgid "Arabic"
-msgstr "আরবি"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ আরবি সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Arabic"
-msgstr "আরবি"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ আরবি সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text"
-msgid "Catalan"
-msgstr "ক্যাটালান"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text"
-msgid "Installs Catalan support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ক্যাটালান সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text"
-msgid "Danish"
-msgstr "ড্যানিশ"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text"
-msgid "Installs Danish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ড্যানিশ সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text"
-msgid "Finnish"
-msgstr "ফিনিশ"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text"
-msgid "Installs Finnish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ফিনিশ সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text"
-msgid "Hebrew"
-msgstr "হিব্রু"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text"
-msgid "Installs Hebrew support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ হিব্রু সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text"
-msgid "Icelandic"
-msgstr "আইসল্যান্ডীয়"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text"
-msgid "Installs Icelandic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ আইসল্যান্ডীয় সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text"
-msgid "Norwegian (Bokmal)"
-msgstr "নরওয়েজীয় (বুকমল)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text"
-msgid "Installs Norwegian (Bokmal) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ নরওয়েজীয় (বুকমল) সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text"
-msgid "Norwegian (Nynorsk)"
-msgstr "নরওয়েজিয়ান (নিনর্স্ক)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text"
-msgid "Installs Norwegian (Nynorsk) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ নরওয়েজীয় (নিনর্স্ক) সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text"
-msgid "Rhaeto-Romance"
-msgstr "রিটো-রোমান্স"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text"
-msgid "Installs Rhaeto-Romance support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ রিটো-রোমান্স সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text"
-msgid "Romanian"
-msgstr "রোমানীয়"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text"
-msgid "Installs Romanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ রোমানীয় সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Albanian"
-msgstr "আলবেনিয়"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Installs Albanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ আলবেনিয় সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text"
-msgid "Urdu"
-msgstr "উর্দু"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ উর্দু সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text"
-msgid "Indonesian"
-msgstr "ইন্দোনেশীয়"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text"
-msgid "Installs Indonesian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ইন্দোনেশীয় সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text"
-msgid "Ukrainian"
-msgstr "ইউক্রেনীয়"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text"
-msgid "Installs Ukrainian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ইউক্রেনীয় সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text"
-msgid "Belarusian"
-msgstr "বেলারুশীয়"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text"
-msgid "Installs Belarusian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ বেলারুশীয় সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text"
-msgid "Slovenian"
-msgstr "স্লোভেনিয়ান"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text"
-msgid "Installs Slovenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ স্লোভেনিয়ান সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text"
-msgid "Latvian"
-msgstr "লাতভীয়"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text"
-msgid "Installs Latvian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ লাতভীয় সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text"
-msgid "Lithuanian"
-msgstr "লিথুয়ানীয়"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text"
-msgid "Installs Lithuanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ লিথুয়ানীয় সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text"
-msgid "Armenian"
-msgstr "আর্মেনিয়"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text"
-msgid "Installs Armenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ আর্মেনিয় সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text"
-msgid "Basque"
-msgstr "বাস্ক"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text"
-msgid "Installs Basque support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ বাস্ক সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text"
-msgid "Macedonian"
-msgstr "মেসেডোনীয়"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text"
-msgid "Installs Macedonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ মেসেডোনীয় সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text"
-msgid "Maltese"
-msgstr "মাল্টীজ"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text"
-msgid "Installs Maltese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ মাল্টীজ সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text"
-msgid "Welsh"
-msgstr "ওয়েলশ"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text"
-msgid "Installs Welsh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ওয়েলশ সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text"
-msgid "Galician"
-msgstr "গালিসিয়ান"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text"
-msgid "Installs Galician support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ গালিসিয়ান সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "সার্বীয় (ল্যাটিন)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ সার্বীয় (ল্যাটিন) সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "সার্বীয় (ল্যাটিন)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ সার্বীয় (ল্যাটিন) সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text"
-msgid "Irish"
-msgstr "আইরিশ"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text"
-msgid "Installs Irish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ আইরিশ সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "সার্বীয় (সিরিলিক)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ সার্বীয় (সিরিলিক) সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "সার্বীয় (সিরিলিক)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ সার্বীয় (সিরিলিক) সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text"
-msgid "Bosnian"
-msgstr "বসনিয়া"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text"
-msgid "Installs Bosnian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ বসনিয়া সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Assamese"
-msgstr "আসামীয়"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Installs Assamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ আসামীয় সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text"
-msgid "Kinyarwanda"
-msgstr "কিনইয়ারওয়ান্ডা"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text"
-msgid "Installs Kinyarwanda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ কিনইয়ারওয়ান্ডা সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text"
-msgid "Sanskrit"
-msgstr "সংস্কৃত"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text"
-msgid "Installs Sanskrit support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ সংস্কৃত সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text"
-msgid "Farsi"
-msgstr "ফারসী"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text"
-msgid "Installs Farsi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ফারসী সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text"
-msgid "Faroese"
-msgstr "ফেরোইজ"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text"
-msgid "Installs Faroese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ফেরোইজ সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text"
-msgid "Sorbian"
-msgstr "সর্বিয়ান"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text"
-msgid "Installs Sorbian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ সর্বিয়ান সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text"
-msgid "Tatar"
-msgstr "তাতার"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text"
-msgid "Installs Tatar support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ তাতার সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text"
-msgid "Tsonga"
-msgstr "টংগা"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text"
-msgid "Installs Tsonga support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ টংগা সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text"
-msgid "Yiddish"
-msgstr "ইয়িদ্দিস"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text"
-msgid "Installs Yiddish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ইয়িদ্দিস সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text"
-msgid "Breton"
-msgstr "ব্রেটন"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text"
-msgid "Installs Breton support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ব্রেটন সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text"
-msgid "Ndebele South"
-msgstr "নডাবেল দক্ষিণ"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text"
-msgid "Installs Ndebele South support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ নটাবেল দক্ষিণ সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text"
-msgid "Swazi"
-msgstr "সোয়জি"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text"
-msgid "Installs Swazi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ সোয়জি সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text"
-msgid "Venda"
-msgstr "ভেনদা"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text"
-msgid "Installs Venda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ভেনদা সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text"
-msgid "Kannada"
-msgstr "কান্নাড়া"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text"
-msgid "Installs Kannada support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ কান্নাড়াসাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text"
-msgid "Malay (Malaysian)"
-msgstr "মালয় (মালয়েশীয়ান)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text"
-msgid "Installs Malay (Malaysian) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ মালয় (মালয়েশীয়ান) সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text"
-msgid "Tajik"
-msgstr "তাজিক"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text"
-msgid "Installs Tajik support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ তাজিক সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text"
-msgid "Kurdish"
-msgstr "কুর্দী"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text"
-msgid "Installs Kurdish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ কুর্দী সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Dzongkha"
-msgstr "ঝোঙ্খা"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Installs Dzongkha support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ঝোঙ্খা সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text"
-msgid "Georgian"
-msgstr "জর্জীয়"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text"
-msgid "Installs Georgian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ জর্জীয় সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text"
-msgid "Esperanto"
-msgstr "এসপারান্তো"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text"
-msgid "Installs Esperanto support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ এসপারান্তো সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text"
-msgid "Gujarati"
-msgstr "গুজরাটি"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ গুজরাটি সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "English (South Africa)"
-msgstr "ইংরেজি (দক্ষিণ আফ্রিকা)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "Installs English (South Africa) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ইংরেজি (দক্ষিণ আফ্রিকা) সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "English (United Kingdom)"
-msgstr "ইংরেজি (যুক্তরাজ্য)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "Installs English (United Kingdom) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ইংরেজি (যুক্তরাজ্য) সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Urdu"
-msgstr "উর্দু"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ উর্দু সাপোর্ট ইনস্টল "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Malayalam"
-msgstr "মালায়ালাম"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Installs Malayalam support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ মালায়ালাম সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Telugu"
-msgstr "তেলেগু"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Installs Telugu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ তেলেগু সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Tigrinya"
-msgstr "তিগরিনিয়া"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Installs Tigrinya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ তিগরিনিয়া সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Uzbek"
-msgstr "উজবেক"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Installs Uzbek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ উজবেক সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text"
-msgid "Mongolian"
-msgstr "মঙ্গোলিয়ান"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text"
-msgid "Installs Mongolian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ মঙ্গোলিয়ান সাপোর্ট ইনস্টল"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text"
-msgid "Kazakh"
-msgstr "কাজাখ"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text"
-msgid "Installs Kazakh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ কাজাখ সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text"
-msgid "English"
-msgstr "ইংরেজি "
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text"
-msgid "Installs English support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ইংরেজি সাপোর্ট ইনস্টল "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text"
-msgid "German"
-msgstr "জার্মান"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text"
-msgid "Installs German support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ জার্মান সাপোর্ট ইনস্টল "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text"
-msgid "French"
-msgstr "ফ্রেঞ্চ"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text"
-msgid "Installs French support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ফ্রেঞ্চ সাপোর্ট ইনস্টল "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text"
-msgid "Italian"
-msgstr "ইটালিয়ান"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text"
-msgid "Installs Italian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ইটালিয়ান সাপোর্ট ইনস্টল "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text"
-msgid "Spanish"
-msgstr "স্প্যানিশ"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text"
-msgid "Installs Spanish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ স্প্যানিশ সাপোর্ট ইনস্টল "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text"
-msgid "Swedish"
-msgstr "সুইডিশ"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text"
-msgid "Installs Swedish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ সুইডিশ সাপোর্ট ইনস্টল "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text"
-msgid "Portuguese"
-msgstr "পর্তুগীজ"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ পর্তুগীজ সাপোর্ট ইনস্টল "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Portuguese (Brazil)"
-msgstr "পর্তুগীজ (ব্রাজিল)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ পর্তুগীজ সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text"
-msgid "Japanese"
-msgstr "জাপানী"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text"
-msgid "Installs Japanese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ জাপানী সাপোর্ট ইনস্টল "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text"
-msgid "Korean"
-msgstr "কোরিয়ান"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text"
-msgid "Installs Korean support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ কোরিয়ান সাপোর্ট ইনস্টল "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Chinese (simplified)"
-msgstr "চাইনিজ (সরলীকৃত)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Installs Chinese (simplified) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ চাইনিজ (সরলকৃত) সাপোর্ট ইনস্টল "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Chinese (traditional)"
-msgstr "চাইনিজ (সনাতন)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Installs Chinese (traditional) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ চাইনিজ (সনাতন) সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text"
-msgid "Dutch"
-msgstr "ডাচ"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text"
-msgid "Installs Dutch support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ডাচ সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text"
-msgid "Hungarian"
-msgstr "হাঙ্গেরিয়"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text"
-msgid "Installs Hungarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ হাঙ্গেরিয় সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text"
-msgid "Polish"
-msgstr "পোলিশ"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text"
-msgid "Installs Polish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ পোলিশ সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text"
-msgid "Russian"
-msgstr "রাশীয়"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text"
-msgid "Installs Russian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ রাশীয় সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text"
-msgid "Turkish"
-msgstr "তুর্কি"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text"
-msgid "Installs Turkish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ তুর্কি সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text"
-msgid "Greek"
-msgstr "গ্রিক"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text"
-msgid "Installs Greek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ গ্রিক সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text"
-msgid "Thai"
-msgstr "থাই"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text"
-msgid "Installs Thai support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ থাই সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text"
-msgid "Czech"
-msgstr "চেক"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text"
-msgid "Installs Czech support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ চেক সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text"
-msgid "Slovak"
-msgstr "স্লোভাক"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text"
-msgid "Installs Slovak support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ স্লোভাক সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text"
-msgid "Croatian"
-msgstr "ক্রোয়েশিয়ান"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text"
-msgid "Installs Croatian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ক্রোয়েশিয়ান সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text"
-msgid "Estonian"
-msgstr "এস্তোনীয়"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text"
-msgid "Installs Estonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ এস্তোনীয় সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text"
-msgid "Vietnamese"
-msgstr "ভিয়েতনামী"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text"
-msgid "Installs Vietnamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ভিয়েতনামী সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text"
-msgid "Bulgarian"
-msgstr "বুলগেরীয়"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text"
-msgid "Installs Bulgarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ বুলগেরীয় সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text"
-msgid "Khmer"
-msgstr "খেমার"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text"
-msgid "Installs Khmer support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ খেমার সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Punjabi"
-msgstr "পাঞ্জাবি"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Installs Punjabi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ পাঞ্জাবি সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Gujarati"
-msgstr "গুজরাটি"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ গুজরাটি সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text"
-msgid "Tamil"
-msgstr "তামিল"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ তামিল সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Tamil"
-msgstr "তামিল"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ তামিল সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text"
-msgid "Hindi"
-msgstr "হিন্দি"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ হিন্দি সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Hindi"
-msgstr "হিন্দি"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ হিন্দি সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text"
-msgid "Southern Sotho (Sutu)"
-msgstr "দক্ষিণ সোথো (সুটু)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text"
-msgid "Installs Southern Sotho (Sutu) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ দক্ষিণ সোথো (সুটু) সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text"
-msgid "Tswana"
-msgstr "সোয়ানা"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text"
-msgid "Installs Tswana support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ সোয়ানা সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text"
-msgid "Xhosa"
-msgstr "জোসা"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text"
-msgid "Installs Xhosa support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ জোসা সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Zulu"
-msgstr "জুলু"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Installs Zulu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ জুলু সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text"
-msgid "Afrikaans"
-msgstr "আফ্রিকান"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text"
-msgid "Installs Afrikaans support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ আফ্রিকান সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text"
-msgid "Swahili"
-msgstr "সোয়াহিলি"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ সোয়াহিলি সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Swahili"
-msgstr "সোয়াহিলি"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ সোয়াহিলি সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text"
-msgid "Lao"
-msgstr "লাও"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text"
-msgid "Installs Lao support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ লাও সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text"
-msgid "Burmese"
-msgstr "বার্মিজ"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text"
-msgid "Installs Burmese (Myanmar) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ বার্মিজ (মিয়ানমার) সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Northern Sotho"
-msgstr "উত্তর সোথো"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Installs Northern Sotho support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ উত্তর সোথো সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text"
-msgid "Bengali"
-msgstr "বাংলা"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text"
-msgid "Installs Bengali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ বাংলা সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Bengali (Bangladesh)"
-msgstr "বাংলা (বাংলাদেশ)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Installs Bengali (Bangladesh) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ বাংলা (বাংলাদেশ) সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Bengali (India)"
-msgstr "বাংলা‌ (ভারত)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Installs Bengali (India) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ বাংলা (ভারত) সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text"
-msgid "Oriya"
-msgstr "ওড়িয়া"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ওড়িয়া সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Oriya"
-msgstr "ওড়িয়া"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ওড়িয়া সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text"
-msgid "Marathi"
-msgstr "মারাঠি"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ মারাঠি সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Marathi"
-msgstr "মারাঠি"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ মারাঠি সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text"
-msgid "Nepali"
-msgstr "নেপালি"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text"
-msgid "Installs Nepali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ নেপালি সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text"
-msgid "Arabic"
-msgstr "আরবি"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ আরবি সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Arabic"
-msgstr "আরবি"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ আরবি সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text"
-msgid "Catalan"
-msgstr "ক্যাটালান"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text"
-msgid "Installs Catalan support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ক্যাটালান সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text"
-msgid "Danish"
-msgstr "ড্যানিশ"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text"
-msgid "Installs Danish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ড্যানিশ সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text"
-msgid "Finnish"
-msgstr "ফিনিশ"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text"
-msgid "Installs Finnish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ফিনিশ সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text"
-msgid "Hebrew"
-msgstr "হিব্রু"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text"
-msgid "Installs Hebrew support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ হিব্রু সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text"
-msgid "Icelandic"
-msgstr "আইসল্যান্ডীয়"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text"
-msgid "Installs Icelandic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ আইসল্যান্ডীয় সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text"
-msgid "Norwegian (Bokmal)"
-msgstr "নরওয়েজীয় (বকমল)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text"
-msgid "Installs Norwegian (Bokmal) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ নরওয়েজীয় (বুকমাল) সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text"
-msgid "Norwegian (Nynorsk)"
-msgstr "নরওয়েজিয়ান (নিনর্স্ক)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text"
-msgid "Installs Norwegian (Nynorsk) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ নরওয়েজীয় (নাইনরস্ক) সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text"
-msgid "Rhaeto-Romance"
-msgstr "রিটো-রোমান্স"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text"
-msgid "Installs Rhaeto-Romance support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ রিটো-রোমান্স সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text"
-msgid "Romanian"
-msgstr "রোমানীয়"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text"
-msgid "Installs Romanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ রোমানীয় সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Albanian"
-msgstr "আলবেনিয়"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Installs Albanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ আলবেনিয় সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text"
-msgid "Urdu"
-msgstr "উর্দু"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ উর্দু সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text"
-msgid "Indonesian"
-msgstr "ইন্দোনেশীয়"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text"
-msgid "Installs Indonesian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ইন্দোনেশীয় সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text"
-msgid "Ukrainian"
-msgstr "ইউক্রেনীয়"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text"
-msgid "Installs Ukrainian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ইউক্রেনীয় সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text"
-msgid "Belarusian"
-msgstr "বেলারুশীয়"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text"
-msgid "Installs Belarusian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ বেলারুশীয় সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text"
-msgid "Slovenian"
-msgstr "স্লোভেনিয়ান"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text"
-msgid "Installs Slovenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ স্লোভেনিয়ান সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text"
-msgid "Latvian"
-msgstr "লাতভীয়"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text"
-msgid "Installs Latvian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ লাতভীয় সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text"
-msgid "Lithuanian"
-msgstr "লিথুয়ানীয়"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text"
-msgid "Installs Lithuanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ লিথুয়ানীয় সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text"
-msgid "Armenian"
-msgstr "আর্মেনিয়"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text"
-msgid "Installs Armenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ আর্মেনিয় সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text"
-msgid "Basque"
-msgstr "বাস্ক"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text"
-msgid "Installs Basque support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ বাস্ক সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text"
-msgid "Macedonian"
-msgstr "মেসেডোনীয়"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text"
-msgid "Installs Macedonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ মেসেডোনীয় সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text"
-msgid "Maltese"
-msgstr "মাল্টীজ"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text"
-msgid "Installs Maltese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ মাল্টীজ সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text"
-msgid "Welsh"
-msgstr "ওয়েলশ"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text"
-msgid "Installs Welsh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ওয়েলশ সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text"
-msgid "Galician"
-msgstr "গালিসিয়ান"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text"
-msgid "Installs Galician support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ গালিসিয়ান সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "সার্বীয় (ল্যাটিন)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ সার্বীয় (ল্যাটিন) সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "সার্বীয় (ল্যাটিন)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ সার্বীয় (ল্যাটিন) সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text"
-msgid "Irish"
-msgstr "আইরিশ"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text"
-msgid "Installs Irish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ আইরিশ সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "সার্বীয় (সিরিলিক)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ সার্বীয় (সিরিলিক) সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "সার্বীয় (সিরিলিক)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ সার্বীয় (সিরিলিক) সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text"
-msgid "Bosnian"
-msgstr "বসনিয়া"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text"
-msgid "Installs Bosnian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ বসনিয়া সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Assamese"
-msgstr "আসামীয়"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Installs Assamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ আসামীয় সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text"
-msgid "Kinyarwanda"
-msgstr "কিনইয়ারওয়ান্ডা"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text"
-msgid "Installs Kinyarwanda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ কিনইয়ারওয়ান্ডা সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text"
-msgid "Sanskrit"
-msgstr "সংস্কৃত"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text"
-msgid "Installs Sanskrit support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ সংস্কৃত সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text"
-msgid "Farsi"
-msgstr "ফারসী"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text"
-msgid "Installs Farsi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ফারসী সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text"
-msgid "Faroese"
-msgstr "ফেরোইজ"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text"
-msgid "Installs Faroese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ফেরোইজ সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text"
-msgid "Sorbian"
-msgstr "সোর্বিয়ান"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text"
-msgid "Installs Sorbian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ সোর্বিয়ান সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text"
-msgid "Tatar"
-msgstr "টাটার"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text"
-msgid "Installs Tatar support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ টাটার সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text"
-msgid "Tsonga"
-msgstr "টংগা"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text"
-msgid "Installs Tsonga support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ টংগা সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text"
-msgid "Yiddish"
-msgstr "ইয়িদ্দিস"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text"
-msgid "Installs Yiddish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ইয়িদ্দিস সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text"
-msgid "Breton"
-msgstr "ব্রেটন"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text"
-msgid "Installs Breton support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ব্রেটন সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text"
-msgid "Ndebele South"
-msgstr "নডাবেল দক্ষিণ"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text"
-msgid "Installs Ndebele South support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ নডাবেল দক্ষিণ সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text"
-msgid "Swazi"
-msgstr "সোয়াজি"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text"
-msgid "Installs Swazi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ সোয়াজি সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text"
-msgid "Venda"
-msgstr "ভেনদা"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text"
-msgid "Installs Venda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ভেনদা সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text"
-msgid "Kannada"
-msgstr "কান্নাড়া"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text"
-msgid "Installs Kannada support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ কান্নাড়া সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text"
-msgid "Malay (Malaysian)"
-msgstr "মালয় (মালয়শীয়ান)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text"
-msgid "Installs Malay (Malaysian) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ মালয় (মালয়শীয়ান) সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text"
-msgid "Tajik"
-msgstr "তাজিক"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text"
-msgid "Installs Tajik support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ তাজিক সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text"
-msgid "Kurdish"
-msgstr "কুর্দী"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text"
-msgid "Installs Kurdish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ কুর্দী সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Dzongkha"
-msgstr "ঝোঙ্খা"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Installs Dzongkha support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ঝোঙ্খা সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text"
-msgid "Georgian"
-msgstr "জর্জীয়"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text"
-msgid "Installs Georgian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ জর্জীয় সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text"
-msgid "Esperanto"
-msgstr "এসপারান্তো"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text"
-msgid "Installs Esperanto support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ এসপারান্তো সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text"
-msgid "Gujarati"
-msgstr "গুজরাটি"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ গুজরাটি সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "English (South Africa)"
-msgstr "ইংরেজি (দক্ষিণ আফ্রিকা)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "Installs English (South Africa) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ইংরেজি (দক্ষিণ আফ্রিকা) সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "English (United Kingdom)"
-msgstr "ইংরেজি (যুক্তরাজ্য)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "Installs English (United Kingdom) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ ইংরেজি (যুক্তরাজ্য) সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Urdu"
-msgstr "উর্দু"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ উর্দু সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Malayalam"
-msgstr "মালায়ালাম"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Installs Malayalam support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ মালায়ালাম সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Telugu"
-msgstr "তেলেগু"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Installs Telugu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ তেলেগু সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Tigrinya"
-msgstr "তিগরিনিয়া"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Installs Tigrinya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ তিগরিনিয়া সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Uzbek"
-msgstr "উজবেক"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Installs Uzbek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ উজবেক সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text"
-msgid "Mongolian"
-msgstr "মঙ্গোলিয়ান"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text"
-msgid "Installs Mongolian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ মঙ্গোলিয়ান সাপোর্ট ইনস্টল"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text"
-msgid "Kazakh"
-msgstr "কাজাখ"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text"
-msgid "Installs Kazakh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION এ কাজাখ সাপোর্ট ইনস্টল"
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS.LngText.text
msgid "Extensions"
msgstr "এক্সটেনশন"
@@ -2293,16 +133,6 @@ msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_PDFIMPORT.Lng
msgid "PDF Import"
msgstr "PDF ইম্পোর্ট"
-#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text
-msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text"
-msgid "Lightproof"
-msgstr "Lightproof"
-
-#: module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text
-msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text"
-msgid "Lightproof"
-msgstr "Lightproof"
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_NUMBERTEXT.LngText.text
msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_NUMBERTEXT.LngText.text"
msgid "Numbertext"
diff --git a/translations/source/bn/scp2/source/gnome.po b/translations/source/bn/scp2/source/gnome.po
index 8937936307a..94727d681a0 100644
--- a/translations/source/bn/scp2/source/gnome.po
+++ b/translations/source/bn/scp2/source/gnome.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:46+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/scp2/source/graphicfilter.po b/translations/source/bn/scp2/source/graphicfilter.po
index a04385a0d09..729b7c96b44 100644
--- a/translations/source/bn/scp2/source/graphicfilter.po
+++ b/translations/source/bn/scp2/source/graphicfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:46+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/scp2/source/impress.po b/translations/source/bn/scp2/source/impress.po
index b273a74fe01..e1e22384a47 100644
--- a/translations/source/bn/scp2/source/impress.po
+++ b/translations/source/bn/scp2/source/impress.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:46+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/scp2/source/javafilter.po b/translations/source/bn/scp2/source/javafilter.po
index 4228eabdbd1..3b90b3efeed 100644
--- a/translations/source/bn/scp2/source/javafilter.po
+++ b/translations/source/bn/scp2/source/javafilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:46+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/scp2/source/kde.po b/translations/source/bn/scp2/source/kde.po
index 4a6ea1fcfe8..a837dde7087 100644
--- a/translations/source/bn/scp2/source/kde.po
+++ b/translations/source/bn/scp2/source/kde.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/scp2/source/math.po b/translations/source/bn/scp2/source/math.po
index df097e09ad5..7df48df61a2 100644
--- a/translations/source/bn/scp2/source/math.po
+++ b/translations/source/bn/scp2/source/math.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/scp2/source/onlineupdate.po b/translations/source/bn/scp2/source/onlineupdate.po
index 3f0d78bb575..4d096067b1b 100644
--- a/translations/source/bn/scp2/source/onlineupdate.po
+++ b/translations/source/bn/scp2/source/onlineupdate.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/scp2/source/ooo.po b/translations/source/bn/scp2/source/ooo.po
index c735f89ec79..b57884d6cf5 100644
--- a/translations/source/bn/scp2/source/ooo.po
+++ b/translations/source/bn/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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-22 23:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Language: bn_BD\n"
@@ -1089,6 +1089,15 @@ msgstr "আফ্রিকান"
msgid "Afrikaans spelling dictionary, and hyphenation rules"
msgstr "ক্রোয়েশিয়ান বানান পরীক্ষক অভিধান এবং হাইফেন প্রয়োগ প্যাটার্ন"
+#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AN.LngText.text
+msgid "Aragonese"
+msgstr ""
+
+#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_AN.LngText.text
+#, fuzzy
+msgid "Aragonese spelling dictionary"
+msgstr "থাই বানান অভিধান"
+
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AR.LngText.text
#, fuzzy
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AR.LngText.text"
@@ -1188,7 +1197,7 @@ msgid "English"
msgstr "ইংরেজি"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_EN.LngText.text
-msgid "English (Australia, Canada, South Africa, UK, USA) spelling dictionaries, hyphenation rules, and thesaurus"
+msgid "English spelling dictionaries, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_EL.LngText.text
@@ -1288,7 +1297,7 @@ msgstr "হাঙ্গেরিয়"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_HU.LngText.text
#, fuzzy
-msgid "Hungarian spelling dictionary, hyphenation rules, and thesaurus"
+msgid "Hungarian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
msgstr "হাঙ্গেরিয় বানান অভিধান, হাইফেন প্রয়োগ প্যাটার্ন, এবং শব্দকোষ"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_HR.LngText.text
@@ -1427,6 +1436,16 @@ msgstr "রাশীয়"
msgid "Russian spelling dictionary, hyphenation rules, and thesaurus"
msgstr "রাশীয় বানান পরীক্ষা অভিধান, হাইফেন প্রয়োগ নিয়ম এবং শব্দকোষ"
+#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SI.LngText.text
+msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SI.LngText.text"
+msgid "Sinhala"
+msgstr ""
+
+#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_SI.LngText.text
+#, fuzzy
+msgid "Sinhala spelling dictionary"
+msgstr "থাই বানান অভিধান"
+
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SK.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SK.LngText.text"
msgid "Slovak"
@@ -2538,7 +2557,7 @@ msgstr ""
#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_LB.LngText.text
msgid "Luxembourgish"
-msgstr ""
+msgstr "লুক্সেমবুর্গীয়"
#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_LB.LngText.text
msgid "Installs the Luxembourgish user interface"
diff --git a/translations/source/bn/scp2/source/python.po b/translations/source/bn/scp2/source/python.po
index d0b10e2f43d..5e67def58fc 100644
--- a/translations/source/bn/scp2/source/python.po
+++ b/translations/source/bn/scp2/source/python.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/scp2/source/quickstart.po b/translations/source/bn/scp2/source/quickstart.po
index effc54bfb32..7efc72eb710 100644
--- a/translations/source/bn/scp2/source/quickstart.po
+++ b/translations/source/bn/scp2/source/quickstart.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/scp2/source/sdkoo.po b/translations/source/bn/scp2/source/sdkoo.po
index dfcee729621..acf8c8cd6d3 100644
--- a/translations/source/bn/scp2/source/sdkoo.po
+++ b/translations/source/bn/scp2/source/sdkoo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/scp2/source/smoketest.po b/translations/source/bn/scp2/source/smoketest.po
new file mode 100644
index 00000000000..f5dbab39332
--- /dev/null
+++ b/translations/source/bn/scp2/source/smoketest.po
@@ -0,0 +1,23 @@
+#. extracted from scp2/source/smoketest.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+scp2%2Fsource%2Fsmoketest.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: module_smoketest.ulf#STR_NAME_MODULE_OPTIONAL_SMOKETEST.LngText.text
+msgid "%PRODUCTNAME %PRODUCTVERSION Smoketest"
+msgstr ""
+
+#: module_smoketest.ulf#STR_DESC_MODULE_OPTIONAL_SMOKETEST.LngText.text
+msgid "The smoketest of %PRODUCTNAME %PRODUCTVERSION"
+msgstr ""
diff --git a/translations/source/bn/scp2/source/winexplorerext.po b/translations/source/bn/scp2/source/winexplorerext.po
index 58137fce956..931f43c6b7b 100644
--- a/translations/source/bn/scp2/source/winexplorerext.po
+++ b/translations/source/bn/scp2/source/winexplorerext.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/scp2/source/writer.po b/translations/source/bn/scp2/source/writer.po
index 133fb01c32c..72e412b8dd2 100644
--- a/translations/source/bn/scp2/source/writer.po
+++ b/translations/source/bn/scp2/source/writer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/scp2/source/xsltfilter.po b/translations/source/bn/scp2/source/xsltfilter.po
index f2efe67c3c5..b7839c55663 100644
--- a/translations/source/bn/scp2/source/xsltfilter.po
+++ b/translations/source/bn/scp2/source/xsltfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/scripting/source/pyprov.po b/translations/source/bn/scripting/source/pyprov.po
index 80f329e8536..419f0f1556f 100644
--- a/translations/source/bn/scripting/source/pyprov.po
+++ b/translations/source/bn/scripting/source/pyprov.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sd/source/core.po b/translations/source/bn/sd/source/core.po
index a7c08cbfd93..9210bb0b083 100644
--- a/translations/source/bn/sd/source/core.po
+++ b/translations/source/bn/sd/source/core.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-05 10:47+0200\n"
-"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-10-22 23:06+0200\n"
+"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -26,6 +26,8 @@ msgid "Background objects"
msgstr "পটভূমির বস্তু"
#: glob.src#STR_LAYER_LAYOUT.string.text
+#, fuzzy
+msgctxt "glob.src#STR_LAYER_LAYOUT.string.text"
msgid "Layout"
msgstr "বহির্বিন্যাস"
@@ -317,6 +319,37 @@ msgstr "মিডিয়া প্লেব্যাক"
msgid "Table"
msgstr "সারণি"
+#: glob.src#STR_SLIDESORTERVIEWSHELL.string.text
+msgid "Slide Sorter"
+msgstr "স্লাইড নির্বাচক"
+
+#: glob.src#STR_TOOL_PANEL_SHELL.string.text
+msgid "Tool Panel"
+msgstr ""
+
+#: glob.src#STR_LEFT_IMPRESS_PANE_SHELL.string.text
+#, fuzzy
+msgid "Slides"
+msgstr "স্লাইড"
+
+#: glob.src#STR_LEFT_DRAW_PANE_SHELL.string.text
+#, fuzzy
+msgid "Pages"
+msgstr "পৃষ্ঠা"
+
+#: glob.src#STR_TASKPANEVIEWSHELL.string.text
+msgid "Tasks"
+msgstr ""
+
+#: glob.src#STR_MASTERPAGESSELECTOR.string.text
+msgid "Master Pages"
+msgstr "মাস্টার পৃষ্ঠা"
+
+#: glob.src#STR_TASKPANELAYOUTMENU.string.text
+msgctxt "glob.src#STR_TASKPANELAYOUTMENU.string.text"
+msgid "Layout"
+msgstr "বহির্বিন্যাস"
+
#: glob.src#STR_POWERPOINT_IMPORT.string.text
msgid "PowerPoint Import"
msgstr "PowerPoint ইমপোর্ট"
diff --git a/translations/source/bn/sd/source/filter/html.po b/translations/source/bn/sd/source/filter/html.po
index d1a25fa4112..4d57b2a3821 100644
--- a/translations/source/bn/sd/source/filter/html.po
+++ b/translations/source/bn/sd/source/filter/html.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sd/source/ui/accessibility.po b/translations/source/bn/sd/source/ui/accessibility.po
index 860a35c63b7..b5c3311d8f3 100644
--- a/translations/source/bn/sd/source/ui/accessibility.po
+++ b/translations/source/bn/sd/source/ui/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sd/source/ui/animations.po b/translations/source/bn/sd/source/ui/animations.po
index 8ca31c74eaf..a87d7b312a8 100644
--- a/translations/source/bn/sd/source/ui/animations.po
+++ b/translations/source/bn/sd/source/ui/animations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sd/source/ui/annotations.po b/translations/source/bn/sd/source/ui/annotations.po
index eab36ad9f9d..e44fdaff778 100644
--- a/translations/source/bn/sd/source/ui/annotations.po
+++ b/translations/source/bn/sd/source/ui/annotations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sd/source/ui/app.po b/translations/source/bn/sd/source/ui/app.po
index d6c0655ab92..81a14951fa9 100644
--- a/translations/source/bn/sd/source/ui/app.po
+++ b/translations/source/bn/sd/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-11 11:26+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -1935,7 +1935,7 @@ msgstr "নির্দিষ্ট উল্লম্ব নিচে (~t)"
#: menuids_tmpl.src#MN_GRID_VISIBLE.SID_GRID_VISIBLE.menuitem.text
msgid "~Display Grid"
-msgstr ""
+msgstr "গ্রিড প্রদর্শন (~D)"
#: menuids_tmpl.src#MN_GRID_USE.SID_GRID_USE.menuitem.text
msgid "Snap to Grid"
diff --git a/translations/source/bn/sd/source/ui/dlg.po b/translations/source/bn/sd/source/ui/dlg.po
index 04a34a9f891..802b566fca1 100644
--- a/translations/source/bn/sd/source/ui/dlg.po
+++ b/translations/source/bn/sd/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-11 10:35+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sd/source/ui/notes.po b/translations/source/bn/sd/source/ui/notes.po
index 7880140889d..e1d4c707b51 100644
--- a/translations/source/bn/sd/source/ui/notes.po
+++ b/translations/source/bn/sd/source/ui/notes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sd/source/ui/slideshow.po b/translations/source/bn/sd/source/ui/slideshow.po
index a2899f73f0e..754c586efad 100644
--- a/translations/source/bn/sd/source/ui/slideshow.po
+++ b/translations/source/bn/sd/source/ui/slideshow.po
@@ -3,14 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-06-15 15:19+0600\n"
-"Last-Translator: Zenat Rahnuma <zenat@ankur.org.bd>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-10-22 23:06+0200\n"
+"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Language: bn_BD\n"
@@ -36,7 +37,8 @@ msgid "~Go to Slide"
msgstr "স্লাইডে যান (~G)"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_PEN_MODE.menuitem.text
-msgid "Mouse pointer as ~pen"
+#, fuzzy
+msgid "Mouse pointer as ~Pen"
msgstr "কলমের ন্যায় মাউস পয়েন্টার (~p)"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_WIDTH_PEN.CM_WIDTH_PEN_VERY_THIN.menuitem.text
@@ -64,11 +66,13 @@ msgid "~Pen Width"
msgstr "লেখার প্রস্থ (~P)"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_COLOR_PEN.menuitem.text
-msgid "~Change Pen Color..."
+#, fuzzy
+msgid "~Change pen Color..."
msgstr "লেখার রং পরিবর্তন (~C)..."
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_ERASE_ALLINK.menuitem.text
-msgid "~Erase All Ink On Slide"
+#, fuzzy
+msgid "~Erase all ink on Slide"
msgstr "স্লাইডের সব লেখা মুছে ফেলা হবে (~E)"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_SCREEN.CM_SCREEN_BLACK.menuitem.text
diff --git a/translations/source/bn/sd/source/ui/slidesorter/view.po b/translations/source/bn/sd/source/ui/slidesorter/view.po
index b3fe5610e32..6ab14488e3c 100644
--- a/translations/source/bn/sd/source/ui/slidesorter/view.po
+++ b/translations/source/bn/sd/source/ui/slidesorter/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-06-15 15:19+0600\n"
"Last-Translator: Zenat Rahnuma <zenat@ankur.org.bd>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Language: bn_BD\n"
diff --git a/translations/source/bn/sd/source/ui/table.po b/translations/source/bn/sd/source/ui/table.po
index 687ec4f060c..142070f95de 100644
--- a/translations/source/bn/sd/source/ui/table.po
+++ b/translations/source/bn/sd/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sd/source/ui/view.po b/translations/source/bn/sd/source/ui/view.po
index cd9515bc554..a507292d7a9 100644
--- a/translations/source/bn/sd/source/ui/view.po
+++ b/translations/source/bn/sd/source/ui/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:50+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sdext/source/minimizer.po b/translations/source/bn/sdext/source/minimizer.po
index fe8c42f9729..bb141292836 100644
--- a/translations/source/bn/sdext/source/minimizer.po
+++ b/translations/source/bn/sdext/source/minimizer.po
@@ -3,20 +3,20 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Presentation Minimizer"
-msgstr ""
+msgstr "Presentation Minimizer"
#: description.xml#extdesc.extdesc.description.text
msgid ""
diff --git a/translations/source/bn/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/translations/source/bn/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index 25c12827041..ba53d5c0a67 100644
--- a/translations/source/bn/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/translations/source/bn/sdext/source/minimizer/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/translations/source/bn/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index 247cfc8dd77..cf37832e030 100644
--- a/translations/source/bn/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/bn/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sdext/source/pdfimport.po b/translations/source/bn/sdext/source/pdfimport.po
index 7a08a3e7e2f..d062a43b5a1 100644
--- a/translations/source/bn/sdext/source/pdfimport.po
+++ b/translations/source/bn/sdext/source/pdfimport.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:43+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: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sdext/source/presenter.po b/translations/source/bn/sdext/source/presenter.po
index 3a55a08a004..d8e0b410443 100644
--- a/translations/source/bn/sdext/source/presenter.po
+++ b/translations/source/bn/sdext/source/presenter.po
@@ -3,20 +3,20 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Presenter Console"
-msgstr ""
+msgstr "উপস্থাপক কনসোল"
#: description.xml#extdesc.extdesc.description.text
msgid ""
diff --git a/translations/source/bn/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/translations/source/bn/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index 4f9c1e717df..c38bb6a288c 100644
--- a/translations/source/bn/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/translations/source/bn/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/translations/source/bn/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index edc42667fa2..9baa80d888a 100644
--- a/translations/source/bn/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/bn/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-05 10:47+0200\n"
-"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-10-22 23:06+0200\n"
+"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -33,7 +33,11 @@ msgid "Slides"
msgstr "স্লাইড"
#: PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.l.Normal.Text.value.text
-msgctxt "PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.l.Normal.Text.value.text"
+msgid "Exchange"
+msgstr ""
+
+#: PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.n.Normal.Text.value.text
+msgctxt "PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.n.Normal.Text.value.text"
msgid "Help"
msgstr "সহায়তা"
diff --git a/translations/source/bn/setup_native/source/mac.po b/translations/source/bn/setup_native/source/mac.po
index e729024da46..f197b5b9a9b 100644
--- a/translations/source/bn/setup_native/source/mac.po
+++ b/translations/source/bn/setup_native/source/mac.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sfx2/source/appl.po b/translations/source/bn/sfx2/source/appl.po
index f7668377564..06f77596e8c 100644
--- a/translations/source/bn/sfx2/source/appl.po
+++ b/translations/source/bn/sfx2/source/appl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-06-15 15:19+0600\n"
"Last-Translator: Zenat Rahnuma <zenat@ankur.org.bd>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sfx2/source/bastyp.po b/translations/source/bn/sfx2/source/bastyp.po
index ba5f845c656..c6f8982c1bf 100644
--- a/translations/source/bn/sfx2/source/bastyp.po
+++ b/translations/source/bn/sfx2/source/bastyp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sfx2/source/dialog.po b/translations/source/bn/sfx2/source/dialog.po
index cdd111f7771..0678c0c4b67 100644
--- a/translations/source/bn/sfx2/source/dialog.po
+++ b/translations/source/bn/sfx2/source/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-06-15 15:19+0600\n"
"Last-Translator: Zenat Rahnuma <zenat@ankur.org.bd>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Language: bn_BD\n"
@@ -690,6 +690,10 @@ msgstr "আরও তথ্য... (~M)"
msgid "~Ask when not saving in ODF format"
msgstr "ODF বিন্যাসে সংরক্ষণ না করার সময় জিজ্ঞাস করা (~A)"
+#: alienwarn.src#RID_DLG_ALIEN_WARNING.modaldialog.text
+msgid "Confirm File Format"
+msgstr ""
+
#: taskpane.src#STR_SFX_DOCK.string.text
msgid "Dock"
msgstr "ডক"
diff --git a/translations/source/bn/sfx2/source/doc.po b/translations/source/bn/sfx2/source/doc.po
index ad5bcbd094a..9ad744baf61 100644
--- a/translations/source/bn/sfx2/source/doc.po
+++ b/translations/source/bn/sfx2/source/doc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-22 23:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -224,7 +224,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME7.string.text
msgid "Brown"
-msgstr ""
+msgstr "বাদামি"
#: templatelocnames.src#STR_TEMPLATE_NAME8.string.text
msgid "Characters with Glow"
@@ -232,7 +232,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME9.string.text
msgid "Forest"
-msgstr ""
+msgstr "অরণ্য"
#: templatelocnames.src#STR_TEMPLATE_NAME10.string.text
msgid "Fresco"
@@ -248,7 +248,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME13.string.text
msgid "Keyboard"
-msgstr ""
+msgstr "কীবোর্ড"
#: templatelocnames.src#STR_TEMPLATE_NAME14.string.text
msgid "Light Blue Shapes"
@@ -276,7 +276,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME20.string.text
msgid "Rounded Rectangles"
-msgstr ""
+msgstr "গোলাকৃতি আয়তক্ষেত্রসমূহ"
#: templatelocnames.src#STR_TEMPLATE_NAME21.string.text
msgid "Blue and Red Gradient"
@@ -292,7 +292,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME24.string.text
msgid "Water"
-msgstr ""
+msgstr "পানি"
#: templatelocnames.src#STR_TEMPLATE_NAME25.string.text
msgid "Wine"
@@ -722,8 +722,8 @@ msgstr ""
"আপনি কি নথিটি সংরক্ষণ করতে চান?"
#: doc.src#STR_QRYTEMPL_MESSAGE.string.text
-msgid "The template '$(ARG1)' on which this document is based, has been modified. Do you want to update style based formattings according to the modified template?"
-msgstr "'$(ARG1)' ফর্মা, যার উপর নথিটি ভিত্তি করে, সেটি পরিবর্তন করা হয়েছে। আপনি কি পরিবর্তিত ফর্মা অনুসারে, শৈলী ভিত্তিক বিন্যাস হালনাগাদ করতে চান?"
+msgid "The template '$(ARG1)' on which this document is based, has been modified. Do you want to update style based formatting according to the modified template?"
+msgstr ""
#: doc.src#STR_QRYTEMPL_UPDATE_BTN.string.text
msgid "~Update Styles"
diff --git a/translations/source/bn/sfx2/source/menu.po b/translations/source/bn/sfx2/source/menu.po
index df5a17adf02..cf078e487f5 100644
--- a/translations/source/bn/sfx2/source/menu.po
+++ b/translations/source/bn/sfx2/source/menu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sfx2/source/view.po b/translations/source/bn/sfx2/source/view.po
index b968f301eaa..accd3ed2db9 100644
--- a/translations/source/bn/sfx2/source/view.po
+++ b/translations/source/bn/sfx2/source/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/shell/source/win32/shlxthandler/res.po b/translations/source/bn/shell/source/win32/shlxthandler/res.po
index 1842897877a..83b1c216b72 100644
--- a/translations/source/bn/shell/source/win32/shlxthandler/res.po
+++ b/translations/source/bn/shell/source/win32/shlxthandler/res.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/starmath/source.po b/translations/source/bn/starmath/source.po
index a6aaaf2506f..c0bd3ebaba9 100644
--- a/translations/source/bn/starmath/source.po
+++ b/translations/source/bn/starmath/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-06-15 15:19+0600\n"
"Last-Translator: Zenat Rahnuma <zenat@ankur.org.bd>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Language: bn_BD\n"
diff --git a/translations/source/bn/svl/source/items.po b/translations/source/bn/svl/source/items.po
index 824a842f165..b9244c4b067 100644
--- a/translations/source/bn/svl/source/items.po
+++ b/translations/source/bn/svl/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/svl/source/misc.po b/translations/source/bn/svl/source/misc.po
index f57fa2f4183..9b1b351b9e7 100644
--- a/translations/source/bn/svl/source/misc.po
+++ b/translations/source/bn/svl/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-06-15 15:19+0600\n"
"Last-Translator: Zenat Rahnuma <zenat@ankur.org.bd>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/svtools/source/contnr.po b/translations/source/bn/svtools/source/contnr.po
index bb6220af4c8..cd4e0ae2f73 100644
--- a/translations/source/bn/svtools/source/contnr.po
+++ b/translations/source/bn/svtools/source/contnr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/svtools/source/control.po b/translations/source/bn/svtools/source/control.po
index 5ba04abb885..c35f2da96e8 100644
--- a/translations/source/bn/svtools/source/control.po
+++ b/translations/source/bn/svtools/source/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-06-16 15:19+0600\n"
"Last-Translator: Zenat Rahnuma <zenat@ankur.org.bd>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Language: bn_BD\n"
diff --git a/translations/source/bn/svtools/source/dialogs.po b/translations/source/bn/svtools/source/dialogs.po
index c164631f52c..9cb66756768 100644
--- a/translations/source/bn/svtools/source/dialogs.po
+++ b/translations/source/bn/svtools/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-11 11:26+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/svtools/source/filter.po b/translations/source/bn/svtools/source/filter.po
index 4323dcc70e9..b3ad1f94b11 100644
--- a/translations/source/bn/svtools/source/filter.po
+++ b/translations/source/bn/svtools/source/filter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-06-15 15:19+0600\n"
"Last-Translator: Zenat Rahnuma <zenat@ankur.org.bd>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Language: bn_BD\n"
diff --git a/translations/source/bn/svtools/source/java.po b/translations/source/bn/svtools/source/java.po
index fe92306b250..0bc169d66b7 100644
--- a/translations/source/bn/svtools/source/java.po
+++ b/translations/source/bn/svtools/source/java.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-06-16 15:19+0600\n"
"Last-Translator: Zenat Rahnuma <zenat@ankur.org.bd>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Language: bn_BD\n"
diff --git a/translations/source/bn/svtools/source/misc.po b/translations/source/bn/svtools/source/misc.po
index 82173887803..d7632802f03 100644
--- a/translations/source/bn/svtools/source/misc.po
+++ b/translations/source/bn/svtools/source/misc.po
@@ -3,14 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-06-16 15:19+0600\n"
-"Last-Translator: Zenat Rahnuma <zenat@ankur.org.bd>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2011-10-22 23:06+0200\n"
+"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Language: bn_BD\n"
@@ -179,6 +180,10 @@ msgstr "বেলারাশিয়ান"
msgid "Catalan"
msgstr "কাটালান"
+#: langtab.src#STR_ARR_SVT_LANGUAGE_TABLE.LANGUAGE_USER_CATALAN_VALENCIAN.pairedlist.text
+msgid "Catalan (Valencian)"
+msgstr ""
+
#: langtab.src#STR_ARR_SVT_LANGUAGE_TABLE.LANGUAGE_CHINESE_TRADITIONAL.pairedlist.text
msgid "Chinese (traditional)"
msgstr "চীনা (সনাতন)"
@@ -1370,20 +1375,24 @@ msgid "Database"
msgstr "ডাটাবেস "
#: imagemgr.src#STR_DESCRIPTION_CALC_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet Template"
-msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION স্প্রেডশীট ফর্মা"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet Template"
+msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION স্প্রেডশীট"
#: imagemgr.src#STR_DESCRIPTION_DRAW_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Drawing Template"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Drawing Template"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION অঙ্কন ফর্মা"
#: imagemgr.src#STR_DESCRIPTION_IMPRESS_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Presentation Template"
-msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION উপস্থাপনা ফর্মা"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Presentation Template"
+msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION উপস্থাপনা"
#: imagemgr.src#STR_DESCRIPTION_WRITER_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Text Document Template"
-msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION লেখা নথি ফর্মা"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Text Document Template"
+msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION লেখা নথি"
#: imagemgr.src#STR_DESCRIPTION_LOCALE_VOLUME.string.text
msgid "Local drive"
@@ -1414,31 +1423,38 @@ msgid "MS PowerPoint Show"
msgstr "এমএস PowerPoint প্রদর্শনী"
#: imagemgr.src#STR_DESCRIPTION_SXMATH_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Formula"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Formula"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION সূত্র"
#: imagemgr.src#STR_DESCRIPTION_SXCHART_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Chart"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Chart"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION লেখচিত্র"
#: imagemgr.src#STR_DESCRIPTION_SXDRAW_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Drawing"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Drawing"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION অঙ্কন"
#: imagemgr.src#STR_DESCRIPTION_SXCALC_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION স্প্রেডশীট"
#: imagemgr.src#STR_DESCRIPTION_SXIMPRESS_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Presentation"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Presentation"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION উপস্থাপনা"
#: imagemgr.src#STR_DESCRIPTION_SXWRITER_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Text Document"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Text Document"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION লেখা নথি"
#: imagemgr.src#STR_DESCRIPTION_SXGLOBAL_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Master Document"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Master Document"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION মাস্টার নথি"
#: imagemgr.src#STR_DESCRIPTION_MATHML_DOC.string.text
diff --git a/translations/source/bn/svtools/source/plugapp.po b/translations/source/bn/svtools/source/plugapp.po
index 135fb0823c7..4319d23a5f6 100644
--- a/translations/source/bn/svtools/source/plugapp.po
+++ b/translations/source/bn/svtools/source/plugapp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/svtools/source/toolpanel.po b/translations/source/bn/svtools/source/toolpanel.po
index 41042f0f6c2..2605bac7d56 100644
--- a/translations/source/bn/svtools/source/toolpanel.po
+++ b/translations/source/bn/svtools/source/toolpanel.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/svtools/workben/unodialog.po b/translations/source/bn/svtools/workben/unodialog.po
index b07fce1f42d..61255a0af97 100644
--- a/translations/source/bn/svtools/workben/unodialog.po
+++ b/translations/source/bn/svtools/workben/unodialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/svx/inc.po b/translations/source/bn/svx/inc.po
index 869c7fb0c29..735b5596398 100644
--- a/translations/source/bn/svx/inc.po
+++ b/translations/source/bn/svx/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-06-21 13:19+0600\n"
"Last-Translator: Zenat Rahnuma <zenat@ankur.org.bd>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Language: bn_BD\n"
@@ -648,7 +648,7 @@ msgstr "কাটাকানা (~K)"
#: globlmn_tmpl.hrc#ITEM_TRANSLITERATE_MENU.SID_MN_SUB_TRANSLITERATE.menuitem.text
msgid "~Change Case"
-msgstr ""
+msgstr "অক্ষরের ছাঁদ পরিবর্তন (~C)"
#: globlmn_tmpl.hrc#ITEM_OPEN_HYPERLINK.#define.text
msgid "~Open Hyperlink"
diff --git a/translations/source/bn/svx/source/accessibility.po b/translations/source/bn/svx/source/accessibility.po
index 7cdf5257ba3..37db1111f4a 100644
--- a/translations/source/bn/svx/source/accessibility.po
+++ b/translations/source/bn/svx/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/svx/source/dialog.po b/translations/source/bn/svx/source/dialog.po
index 310f5202de4..6d53bb34ae7 100644
--- a/translations/source/bn/svx/source/dialog.po
+++ b/translations/source/bn/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-22 23:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Language: bn_BD\n"
@@ -2501,7 +2501,7 @@ msgstr ""
#: sdstring.src#RID_SVXSTR_LEND15.string.text
msgid "Diamond"
-msgstr ""
+msgstr "হীরা"
#: sdstring.src#RID_SVXSTR_LEND16.string.text
msgid "Circle unfilled"
diff --git a/translations/source/bn/svx/source/engine3d.po b/translations/source/bn/svx/source/engine3d.po
index fa91fd20d06..665a8b6b64f 100644
--- a/translations/source/bn/svx/source/engine3d.po
+++ b/translations/source/bn/svx/source/engine3d.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-06-21 13:19+0600\n"
"Last-Translator: Zenat Rahnuma <zenat@ankur.org.bd>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Language: bn_BD\n"
diff --git a/translations/source/bn/svx/source/fmcomp.po b/translations/source/bn/svx/source/fmcomp.po
index e3a88d0f30d..c65bc70c99b 100644
--- a/translations/source/bn/svx/source/fmcomp.po
+++ b/translations/source/bn/svx/source/fmcomp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/svx/source/form.po b/translations/source/bn/svx/source/form.po
index e7294e95725..c06e621999a 100644
--- a/translations/source/bn/svx/source/form.po
+++ b/translations/source/bn/svx/source/form.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/svx/source/gallery2.po b/translations/source/bn/svx/source/gallery2.po
index 90a1fefacd8..cde2e68650a 100644
--- a/translations/source/bn/svx/source/gallery2.po
+++ b/translations/source/bn/svx/source/gallery2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-06-21 13:19+0600\n"
"Last-Translator: Zenat Rahnuma <zenat@ankur.org.bd>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Language: bn_BD\n"
diff --git a/translations/source/bn/svx/source/items.po b/translations/source/bn/svx/source/items.po
index 042a4c8d106..916442320b1 100644
--- a/translations/source/bn/svx/source/items.po
+++ b/translations/source/bn/svx/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/svx/source/src.po b/translations/source/bn/svx/source/src.po
index cc01faa85a4..4ee3d4b94db 100644
--- a/translations/source/bn/svx/source/src.po
+++ b/translations/source/bn/svx/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-06-21 13:19+0600\n"
"Last-Translator: Zenat Rahnuma <zenat@ankur.org.bd>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Language: bn_BD\n"
diff --git a/translations/source/bn/svx/source/stbctrls.po b/translations/source/bn/svx/source/stbctrls.po
index 64f4ed0159b..ff81ace11cd 100644
--- a/translations/source/bn/svx/source/stbctrls.po
+++ b/translations/source/bn/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: 2012-01-15 22:23+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bn/svx/source/svdraw.po b/translations/source/bn/svx/source/svdraw.po
index 8289df74fbd..44012609645 100644
--- a/translations/source/bn/svx/source/svdraw.po
+++ b/translations/source/bn/svx/source/svdraw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-06-21 13:19+0600\n"
"Last-Translator: Zenat Rahnuma <zenat@ankur.org.bd>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Language: bn_BD\n"
diff --git a/translations/source/bn/svx/source/table.po b/translations/source/bn/svx/source/table.po
index 7623f2cb739..d62ede4aa72 100644
--- a/translations/source/bn/svx/source/table.po
+++ b/translations/source/bn/svx/source/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/svx/source/tbxctrls.po b/translations/source/bn/svx/source/tbxctrls.po
index 3dc7d5ea8a2..c63f40f7657 100644
--- a/translations/source/bn/svx/source/tbxctrls.po
+++ b/translations/source/bn/svx/source/tbxctrls.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-06-21 13:19+0600\n"
"Last-Translator: Zenat Rahnuma <zenat@ankur.org.bd>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Language: bn_BD\n"
diff --git a/translations/source/bn/svx/source/toolbars.po b/translations/source/bn/svx/source/toolbars.po
index d5377e414e0..3c382341036 100644
--- a/translations/source/bn/svx/source/toolbars.po
+++ b/translations/source/bn/svx/source/toolbars.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/svx/source/unodialogs/textconversiondlgs.po b/translations/source/bn/svx/source/unodialogs/textconversiondlgs.po
index ee8a3925322..f8a74d27eab 100644
--- a/translations/source/bn/svx/source/unodialogs/textconversiondlgs.po
+++ b/translations/source/bn/svx/source/unodialogs/textconversiondlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-06-16 15:19+0600\n"
"Last-Translator: Zenat Rahnuma <zenat@ankur.org.bd>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Language: bn_BD\n"
diff --git a/translations/source/bn/sw/source/core/layout.po b/translations/source/bn/sw/source/core/layout.po
index 83c41c7d1ba..8f21244f003 100644
--- a/translations/source/bn/sw/source/core/layout.po
+++ b/translations/source/bn/sw/source/core/layout.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sw/source/core/undo.po b/translations/source/bn/sw/source/core/undo.po
index ba3cb7f351f..c6992d28c13 100644
--- a/translations/source/bn/sw/source/core/undo.po
+++ b/translations/source/bn/sw/source/core/undo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -263,7 +263,7 @@ msgstr "সারণি মিলিত করুন"
#: undo.src#STR_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "অক্ষরের ছাঁদ পরিবর্তন (~C)"
#: undo.src#STR_DELNUM.string.text
msgid "Delete numbering"
diff --git a/translations/source/bn/sw/source/core/unocore.po b/translations/source/bn/sw/source/core/unocore.po
index e884598d901..a4c5cb58b8e 100644
--- a/translations/source/bn/sw/source/core/unocore.po
+++ b/translations/source/bn/sw/source/core/unocore.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sw/source/ui/app.po b/translations/source/bn/sw/source/ui/app.po
index 79ea45fb2e5..4e7a41c7bb9 100644
--- a/translations/source/bn/sw/source/ui/app.po
+++ b/translations/source/bn/sw/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-06-21 13:19+0600\n"
"Last-Translator: Zenat Rahnuma <zenat@ankur.org.bd>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Language: bn_BD\n"
@@ -393,7 +393,7 @@ msgstr "মোড়ান (~W)"
#: mn.src#MN_AT_FRAME.FN_TOOL_ANCHOR_FRAME.menuitem.text
msgid "To ~Frame"
-msgstr ""
+msgstr "ফ্রেমে (~F)"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_PAGE.menuitem.text
msgid "To P~age"
@@ -401,15 +401,15 @@ msgstr ""
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_PARAGRAPH.menuitem.text
msgid "To ~Paragraph"
-msgstr ""
+msgstr "অনুচ্ছেদে (~P)"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_AT_CHAR.menuitem.text
msgid "To ~Character"
-msgstr ""
+msgstr "অক্ষরে (~C)"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_CHAR.menuitem.text
msgid "As C~haracter"
-msgstr ""
+msgstr "অক্ষর হিসেবে (~h)"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.menuitem.text
msgid "An~chor"
@@ -530,18 +530,10 @@ msgstr "প্রাকদর্শন বন্ধ"
msgid "Media object"
msgstr "মিডিয়া অবজেক্ট"
-#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_EDIT.menuitem.text
-msgid "Format $1..."
-msgstr ""
-
#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_BORDERBACK.menuitem.text
msgid "Border and Background..."
msgstr ""
-#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_DELETE.menuitem.text
-msgid "Delete $1..."
-msgstr ""
-
#: mn.src#MN_PAGEBREAK_BUTTON.FN_PAGEBREAK_EDIT.menuitem.text
msgid "Edit Page Break..."
msgstr ""
diff --git a/translations/source/bn/sw/source/ui/chrdlg.po b/translations/source/bn/sw/source/ui/chrdlg.po
index 04d4e374cff..fc35e05a50a 100644
--- a/translations/source/bn/sw/source/ui/chrdlg.po
+++ b/translations/source/bn/sw/source/ui/chrdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sw/source/ui/config.po b/translations/source/bn/sw/source/ui/config.po
index d2c05961784..bc5a9c2824a 100644
--- a/translations/source/bn/sw/source/ui/config.po
+++ b/translations/source/bn/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: 2012-01-30 11:10+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-06-21 13:19+0600\n"
"Last-Translator: Zenat Rahnuma <zenat@ankur.org.bd>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
diff --git a/translations/source/bn/sw/source/ui/dbui.po b/translations/source/bn/sw/source/ui/dbui.po
index 117dee8e9ec..ca294266ff2 100644
--- a/translations/source/bn/sw/source/ui/dbui.po
+++ b/translations/source/bn/sw/source/ui/dbui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sw/source/ui/dialog.po b/translations/source/bn/sw/source/ui/dialog.po
index 0213447500d..612834910fe 100644
--- a/translations/source/bn/sw/source/ui/dialog.po
+++ b/translations/source/bn/sw/source/ui/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-06-21 13:19+0600\n"
"Last-Translator: Zenat Rahnuma <zenat@ankur.org.bd>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Language: bn_BD\n"
@@ -94,6 +94,10 @@ msgctxt "wordcountdialog.src#DLG_WORDCOUNT.FT_DOCCHARACTEREXCLUDINGSPACES.fixedt
msgid "Characters excluding spaces:"
msgstr "অক্ষর স্পেস ছাড়া:"
+#: wordcountdialog.src#DLG_WORDCOUNT.PB_OK.okbutton.text
+msgid "~Close"
+msgstr ""
+
#: wordcountdialog.src#DLG_WORDCOUNT.modelessdialog.text
msgid "Word Count"
msgstr ""
@@ -419,8 +423,8 @@ msgid "Included outline levels"
msgstr "অন্তর্ভুক্ত রূপরেখার স্তর"
#: abstract.src#DLG_INSERT_ABSTRACT.FT_PARA.fixedtext.text
-msgid "Subpoints per level"
-msgstr "প্রতি স্তরের উপবিন্দু"
+msgid "Paragraphs per level"
+msgstr ""
#: abstract.src#DLG_INSERT_ABSTRACT.FT_DESC.fixedtext.text
msgid "The abstract contains the selected number of paragraphs from the included outline levels."
diff --git a/translations/source/bn/sw/source/ui/dochdl.po b/translations/source/bn/sw/source/ui/dochdl.po
index 0b967ad5c3f..29706106213 100644
--- a/translations/source/bn/sw/source/ui/dochdl.po
+++ b/translations/source/bn/sw/source/ui/dochdl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sw/source/ui/docvw.po b/translations/source/bn/sw/source/ui/docvw.po
index 3e4d01d7bcd..09c11c2a36d 100644
--- a/translations/source/bn/sw/source/ui/docvw.po
+++ b/translations/source/bn/sw/source/ui/docvw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-06-21 13:19+0600\n"
"Last-Translator: Zenat Rahnuma <zenat@ankur.org.bd>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Language: bn_BD\n"
@@ -215,12 +215,20 @@ msgstr ""
msgid "Footer (%1)"
msgstr ""
-#: docvw.src#STR_HEADER.string.text
-msgid "Header"
+#: docvw.src#STR_DELETE_HEADER.string.text
+msgid "Delete Header..."
+msgstr ""
+
+#: docvw.src#STR_FORMAT_HEADER.string.text
+msgid "Format Header..."
+msgstr ""
+
+#: docvw.src#STR_DELETE_FOOTER.string.text
+msgid "Delete Footer..."
msgstr ""
-#: docvw.src#STR_FOOTER.string.text
-msgid "Footer"
+#: docvw.src#STR_FORMAT_FOOTER.string.text
+msgid "Format Footer..."
msgstr ""
#: access.src#STR_ACCESS_DOC_NAME.string.text
diff --git a/translations/source/bn/sw/source/ui/envelp.po b/translations/source/bn/sw/source/ui/envelp.po
index bd9f8def93c..57b0e1dba88 100644
--- a/translations/source/bn/sw/source/ui/envelp.po
+++ b/translations/source/bn/sw/source/ui/envelp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sw/source/ui/fldui.po b/translations/source/bn/sw/source/ui/fldui.po
index 03f761b5d25..933606ad6e3 100644
--- a/translations/source/bn/sw/source/ui/fldui.po
+++ b/translations/source/bn/sw/source/ui/fldui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sw/source/ui/fmtui.po b/translations/source/bn/sw/source/ui/fmtui.po
index 8238e6dd1a5..f3760d7a5e3 100644
--- a/translations/source/bn/sw/source/ui/fmtui.po
+++ b/translations/source/bn/sw/source/ui/fmtui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sw/source/ui/frmdlg.po b/translations/source/bn/sw/source/ui/frmdlg.po
index 1a5369a45bb..faa28c3fd9e 100644
--- a/translations/source/bn/sw/source/ui/frmdlg.po
+++ b/translations/source/bn/sw/source/ui/frmdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-06-21 13:19+0600\n"
"Last-Translator: Zenat Rahnuma <zenat@ankur.org.bd>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Language: bn_BD\n"
diff --git a/translations/source/bn/sw/source/ui/globdoc.po b/translations/source/bn/sw/source/ui/globdoc.po
index b0c98a5ae0a..e2c007379e8 100644
--- a/translations/source/bn/sw/source/ui/globdoc.po
+++ b/translations/source/bn/sw/source/ui/globdoc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sw/source/ui/index.po b/translations/source/bn/sw/source/ui/index.po
index c51ad37e740..8cd9f91c411 100644
--- a/translations/source/bn/sw/source/ui/index.po
+++ b/translations/source/bn/sw/source/ui/index.po
@@ -3,14 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-06-21 13:19+0600\n"
-"Last-Translator: Zenat Rahnuma <zenat@ankur.org.bd>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2011-10-22 23:06+0200\n"
+"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Language: bn_BD\n"
@@ -770,7 +771,8 @@ msgid "~Main entry"
msgstr "প্রধান ভুক্তি (~M)"
#: idxmrk.src#IDX_DIALOG_WINDOW.WIN_DLG.CB_APPLY_TO_ALL.checkbox.text
-msgid "~Apply to all similar texts."
+#, fuzzy
+msgid "~Apply to all similar texts"
msgstr "একই রকম সকল লেখায় প্রয়োগ করা (~A)"
#: idxmrk.src#IDX_DIALOG_WINDOW.WIN_DLG.CB_CASESENSITIVE.checkbox.text
diff --git a/translations/source/bn/sw/source/ui/lingu.po b/translations/source/bn/sw/source/ui/lingu.po
index 6ab544d619a..dc1f1903fa8 100644
--- a/translations/source/bn/sw/source/ui/lingu.po
+++ b/translations/source/bn/sw/source/ui/lingu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sw/source/ui/misc.po b/translations/source/bn/sw/source/ui/misc.po
index 4b3922d30ee..3952b4e9364 100644
--- a/translations/source/bn/sw/source/ui/misc.po
+++ b/translations/source/bn/sw/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-06-21 13:19+0600\n"
"Last-Translator: Zenat Rahnuma <zenat@ankur.org.bd>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sw/source/ui/ribbar.po b/translations/source/bn/sw/source/ui/ribbar.po
index 5f69da428dd..d34bd4dad43 100644
--- a/translations/source/bn/sw/source/ui/ribbar.po
+++ b/translations/source/bn/sw/source/ui/ribbar.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -421,20 +421,20 @@ msgstr "প্রয়োগ"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_PAGE.menuitem.text
msgid "To Page"
-msgstr ""
+msgstr "পৃষ্ঠায়"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_PARAGRAPH.menuitem.text
msgid "To Paragraph"
-msgstr ""
+msgstr "অনুচ্ছেদে"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_AT_CHAR.menuitem.text
msgid "To Character"
-msgstr ""
+msgstr "অক্ষরে"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_CHAR.menuitem.text
msgid "As Character"
-msgstr ""
+msgstr "অক্ষর হিসেবে"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_FRAME.menuitem.text
msgid "To Frame"
-msgstr ""
+msgstr "ফ্রেমে"
diff --git a/translations/source/bn/sw/source/ui/shells.po b/translations/source/bn/sw/source/ui/shells.po
index 8e438891eee..81b0c88c0eb 100644
--- a/translations/source/bn/sw/source/ui/shells.po
+++ b/translations/source/bn/sw/source/ui/shells.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -200,6 +200,14 @@ msgstr "Bézier"
msgid "Draw text"
msgstr "অঙ্কন লেখা"
+#: shells.src#STR_SHELLNAME_MEDIA.string.text
+msgid "Media"
+msgstr "মিডিয়া"
+
+#: shells.src#STR_SHELLNAME_NAVIGATION.string.text
+msgid "Navigation"
+msgstr ""
+
#: shells.src#STR_SWBG_PARAGRAPH.string.text
msgid "Paragraph"
msgstr "অনুচ্ছেদ"
diff --git a/translations/source/bn/sw/source/ui/smartmenu.po b/translations/source/bn/sw/source/ui/smartmenu.po
index 34dac6527af..6f2e541d039 100644
--- a/translations/source/bn/sw/source/ui/smartmenu.po
+++ b/translations/source/bn/sw/source/ui/smartmenu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sw/source/ui/table.po b/translations/source/bn/sw/source/ui/table.po
index 2d84760d2cd..7d72de56521 100644
--- a/translations/source/bn/sw/source/ui/table.po
+++ b/translations/source/bn/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-22 23:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Language: bn_BD\n"
@@ -460,12 +460,12 @@ msgid "Text ~orientation"
msgstr ""
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.1.stringlist.text
-msgid "horizontal"
+msgid "Horizontal"
msgstr ""
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.2.stringlist.text
-msgid "vertical"
-msgstr ""
+msgid "Vertical"
+msgstr "উল্লম্ব"
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.3.stringlist.text
msgctxt "tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.3.stringlist.text"
diff --git a/translations/source/bn/sw/source/ui/uiview.po b/translations/source/bn/sw/source/ui/uiview.po
index 287306873b8..14dcf0d3ed9 100644
--- a/translations/source/bn/sw/source/ui/uiview.po
+++ b/translations/source/bn/sw/source/ui/uiview.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-06-21 13:19+0600\n"
"Last-Translator: Zenat Rahnuma <zenat@ankur.org.bd>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Language: bn_BD\n"
diff --git a/translations/source/bn/sw/source/ui/utlui.po b/translations/source/bn/sw/source/ui/utlui.po
index 0861382b9f5..c94fe9ff9ba 100644
--- a/translations/source/bn/sw/source/ui/utlui.po
+++ b/translations/source/bn/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: 2012-01-30 11:09+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-06-21 13:19+0600\n"
"Last-Translator: Zenat Rahnuma <zenat@ankur.org.bd>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
@@ -1510,7 +1510,7 @@ msgstr "সংখ্যায়ন ১ শুরু"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text"
msgid "Numbering 1"
-msgstr "সংখ্যায়ন ১"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1E.string.text
msgid "Numbering 1 End"
@@ -1527,7 +1527,7 @@ msgstr "সংখ্যায়ন ২ শুরু"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text"
msgid "Numbering 2"
-msgstr "সংখ্যায়ন ২"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2E.string.text
msgid "Numbering 2 End"
@@ -1544,7 +1544,7 @@ msgstr "সংখ্যায়ন ৩ শুরু"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text"
msgid "Numbering 3"
-msgstr "সংখ্যায়ন ৩"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3E.string.text
msgid "Numbering 3 End"
@@ -1561,7 +1561,7 @@ msgstr "সংখ্যায়ন ৪ শুরু"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text"
msgid "Numbering 4"
-msgstr "সংখ্যায়ন ৪"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4E.string.text
msgid "Numbering 4 End"
@@ -1578,7 +1578,7 @@ msgstr "সংখ্যায়ন ৫ শুরু"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text"
msgid "Numbering 5"
-msgstr "সংখ্যায়ন ৫"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5E.string.text
msgid "Numbering 5 End"
@@ -1595,7 +1595,7 @@ msgstr "তালিকা ১ শুরু"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text"
msgid "List 1"
-msgstr "তালিকা ১"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1E.string.text
msgid "List 1 End"
@@ -1612,7 +1612,7 @@ msgstr "তালিকা ২ শুরু"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text"
msgid "List 2"
-msgstr "তালিকা ২"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2E.string.text
msgid "List 2 End"
@@ -1629,7 +1629,7 @@ msgstr "তালিকা ৩ শুরু"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text"
msgid "List 3"
-msgstr "তালিকা ৩"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3E.string.text
msgid "List 3 End"
@@ -1646,7 +1646,7 @@ msgstr "তালিকা ৪ শুরু"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text"
msgid "List 4"
-msgstr "তালিকা ৪"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4E.string.text
msgid "List 4 End"
@@ -1663,7 +1663,7 @@ msgstr "তালিকা ৫ শুরু"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text"
msgid "List 5"
-msgstr "তালিকা ৫"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5E.string.text
msgid "List 5 End"
diff --git a/translations/source/bn/sw/source/ui/web.po b/translations/source/bn/sw/source/ui/web.po
index 18bd256e160..2951fa70089 100644
--- a/translations/source/bn/sw/source/ui/web.po
+++ b/translations/source/bn/sw/source/ui/web.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sw/source/ui/wrtsh.po b/translations/source/bn/sw/source/ui/wrtsh.po
index 4969dc4dc12..25d91e3efb0 100644
--- a/translations/source/bn/sw/source/ui/wrtsh.po
+++ b/translations/source/bn/sw/source/ui/wrtsh.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/swext/mediawiki/help.po b/translations/source/bn/swext/mediawiki/help.po
index 72f302632fd..ab58806b8a8 100644
--- a/translations/source/bn/swext/mediawiki/help.po
+++ b/translations/source/bn/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-22 23:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: wiki.xhp#tit.help.text
@@ -189,8 +189,8 @@ msgid "If the Wiki allows anonymous access, you can leave the account text boxes
msgstr "উইকি যদি যেকোনো অজ্ঞাত ব্যবহারকারীকে প্রবেশের অনুমতি দেয়, আপনি অ্যাকাউন্টের টেক্সট বাক্সটি ফাঁকা রাখতে পারেন। এছাড়া আপনার ব্যবহারকারী নাম এবং পাসওয়ার্ড সন্নিবেশ করান।"
#: wikiaccount.xhp#par_id9046601.help.text
-msgid "If you have enabled the master password feature on the Security tab page of the Tools - Options - %PRODUCTNAME dialog, then the software can store your password and automatically insert the data where necessary. Enable the \"Save password\" checkbox to store your password."
-msgstr "আপনি যদি টুল - অপশন - %PRODUCTNAME ডায়ালগের নিরাপত্তা ট্যাব পৃষ্ঠার মাস্টার পাসওয়ার্ডের বৈশিষ্ট্যাবলী সক্রিয় করে থাকেন, তাহলে সফ্টওয়্যারটির মাধ্যমে পাসওয়ার্ড সংরক্ষণ করা যাবে এবং প্রয়োজন অনুসারে স্বয়ংক্রিয়ভাবে ডাটা সন্নিবেশ করানো যাবে। আপনার পাসওয়ার্ড সংরক্ষণ করার জন্য \"পাসওয়ার্ড সংরক্ষণ করুন\" চিহ্নিতকরণ বাক্সটি সক্রিয় করুন।"
+msgid "If you have enabled the master password feature on the Security tab page of the <item type=\"menuitem\">Tools - Options - %PRODUCTNAME</item> dialog, then the software can store your password and automatically insert the data where necessary. Enable the \"Save password\" checkbox to store your password."
+msgstr ""
#: wikiformats.xhp#tit.help.text
msgctxt "wikiformats.xhp#tit.help.text"
@@ -303,8 +303,8 @@ msgid "Borders"
msgstr "সীমানা"
#: wikiformats.xhp#par_id1831110.help.text
-msgid "Irrespective of custom table styles for border and background, a table is always exported as \"<emph>prettytable\"</emph>, which renders in the Wiki engine with simple borders and bold header."
-msgstr "সীমানা এবং পটভূমির জন্য স্বনির্বাচিত সারণি শৈলী বিবেচনা না করে, একটি সারণি সবসময় \"<emph>সুদৃশ্য-সারণি</emph>\" হিসেবে এক্সপোর্ট করা হয়, যেটি সাধারণ সীমানা এবং গাঢ় শিরোনাম সহ উইকি ইনজিনে আনা হয়।"
+msgid "Irrespective of custom table styles for border and background, a table is always exported as \"<emph>prettytable</emph>\", which renders in the Wiki engine with simple borders and bold header."
+msgstr ""
#: wikiformats.xhp#hd_id6255073.help.text
msgid "Charset and special characters"
diff --git a/translations/source/bn/swext/mediawiki/src.po b/translations/source/bn/swext/mediawiki/src.po
index afe9854a12e..3bbfcdc2411 100644
--- a/translations/source/bn/swext/mediawiki/src.po
+++ b/translations/source/bn/swext/mediawiki/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-06-21 13:19+0600\n"
"Last-Translator: Zenat Rahnuma <zenat@ankur.org.bd>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -18,7 +18,7 @@ msgstr ""
#: description.xml#dispname.dispname.description.text
msgid "Wiki Publisher"
-msgstr ""
+msgstr "Wiki Publisher"
#: description.xml#extdesc.extdesc.description.text
msgid "The Wiki Publisher enables you to create Wiki articles on MediaWiki servers without having to know the syntax of the MediaWiki markup language. Publish your new and existing documents transparently with the Writer to a wiki page.\n"
diff --git a/translations/source/bn/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/translations/source/bn/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index 621d1f6dbff..a0e445f9efc 100644
--- a/translations/source/bn/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/translations/source/bn/swext/mediawiki/src/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/translations/source/bn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index db684667390..9496b8ccfb3 100644
--- a/translations/source/bn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/translations/source/bn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/sysui/desktop/share.po b/translations/source/bn/sysui/desktop/share.po
index 7b348bbf24b..7e3a40d040b 100644
--- a/translations/source/bn/sysui/desktop/share.po
+++ b/translations/source/bn/sysui/desktop/share.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-07-11 11:26+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/uui/source.po b/translations/source/bn/uui/source.po
index e39019b89c5..f802c73821d 100644
--- a/translations/source/bn/uui/source.po
+++ b/translations/source/bn/uui/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 11:17+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/vcl/source/src.po b/translations/source/bn/vcl/source/src.po
index 3fdc7de547b..51f97a2b3e7 100644
--- a/translations/source/bn/vcl/source/src.po
+++ b/translations/source/bn/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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-22 23:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
-"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Language: bn_BD\n"
@@ -747,19 +747,19 @@ msgstr "উইন্ডো বিভাজক বিভক্ত করা"
#: fpicker.src#STR_FPICKER_AUTO_EXTENSION.string.text
msgid "~Automatic file name extension"
-msgstr ""
+msgstr "স্বয়ংক্রিয় ফাইল নামের বর্ধিতাংশ (~A)"
#: fpicker.src#STR_FPICKER_PASSWORD.string.text
msgid "Save with pass~word"
-msgstr ""
+msgstr "পাসওয়ার্ড দিয়ে সংরক্ষণ (~w)"
#: fpicker.src#STR_FPICKER_FILTER_OPTIONS.string.text
msgid "~Edit filter settings"
-msgstr ""
+msgstr "পরিশোধক সেটিংসমূহ সম্পাদনা (~E)"
#: fpicker.src#STR_FPICKER_READONLY.string.text
msgid "~Read-only"
-msgstr ""
+msgstr "শুধুমাত্র-পাঠযোগ্য (~R)"
#: fpicker.src#STR_FPICKER_INSERT_AS_LINK.string.text
msgid "~Link"
@@ -776,27 +776,27 @@ msgstr ""
#: fpicker.src#STR_FPICKER_VERSION.string.text
msgid "~Version:"
-msgstr ""
+msgstr "সংস্করণ: (~V)"
#: fpicker.src#STR_FPICKER_TEMPLATES.string.text
msgid "S~tyles:"
-msgstr ""
+msgstr "শৈলী: (~t)"
#: fpicker.src#STR_FPICKER_IMAGE_TEMPLATE.string.text
msgid "Style:"
-msgstr ""
+msgstr "শৈলী:"
#: fpicker.src#STR_FPICKER_SELECTION.string.text
msgid "~Selection"
-msgstr ""
+msgstr "নির্বাচন (~S)"
#: fpicker.src#STR_FPICKER_FOLDER_DEFAULT_TITLE.string.text
msgid "Select Path"
-msgstr ""
+msgstr "পাথ নির্বাচন"
#: fpicker.src#STR_FPICKER_FOLDER_DEFAULT_DESCRIPTION.string.text
msgid "Please select a folder."
-msgstr ""
+msgstr "অনুগ্রহ করে একটি ফোল্ডার নির্বাচন করুন।"
#: fpicker.src#STR_FPICKER_ALREADYEXISTOVERWRITE.string.text
msgid ""
@@ -807,16 +807,16 @@ msgstr ""
#: fpicker.src#STR_FPICKER_ALLFORMATS.string.text
msgid "All Formats"
-msgstr ""
+msgstr "সব বিন্যাস"
#: fpicker.src#STR_FPICKER_OPEN.string.text
msgid "Open"
-msgstr ""
+msgstr "খুলুন"
#: fpicker.src#STR_FPICKER_SAVE.string.text
msgid "Save"
-msgstr ""
+msgstr "সংরক্ষণ"
#: fpicker.src#STR_FPICKER_TYPE.string.text
msgid "File ~type"
-msgstr ""
+msgstr "ফাইলের ধরন (~t)"
diff --git a/translations/source/bn/wizards/source/euro.po b/translations/source/bn/wizards/source/euro.po
index fc7043d9be3..981428b7510 100644
--- a/translations/source/bn/wizards/source/euro.po
+++ b/translations/source/bn/wizards/source/euro.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/wizards/source/formwizard.po b/translations/source/bn/wizards/source/formwizard.po
index f1635463268..aef072756b2 100644
--- a/translations/source/bn/wizards/source/formwizard.po
+++ b/translations/source/bn/wizards/source/formwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/wizards/source/importwizard.po b/translations/source/bn/wizards/source/importwizard.po
index 266e1b80dd5..de4b2c97553 100644
--- a/translations/source/bn/wizards/source/importwizard.po
+++ b/translations/source/bn/wizards/source/importwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/wizards/source/schedule.po b/translations/source/bn/wizards/source/schedule.po
index b04a266f439..06f4e796a35 100644
--- a/translations/source/bn/wizards/source/schedule.po
+++ b/translations/source/bn/wizards/source/schedule.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/wizards/source/template.po b/translations/source/bn/wizards/source/template.po
index 66778c821c1..ac9a24aa954 100644
--- a/translations/source/bn/wizards/source/template.po
+++ b/translations/source/bn/wizards/source/template.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/xmlsecurity/source/component.po b/translations/source/bn/xmlsecurity/source/component.po
index c67f51d17d6..4c1e3ee7a90 100644
--- a/translations/source/bn/xmlsecurity/source/component.po
+++ b/translations/source/bn/xmlsecurity/source/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bn/xmlsecurity/source/dialogs.po b/translations/source/bn/xmlsecurity/source/dialogs.po
index 9273055a94f..7059866135b 100644
--- a/translations/source/bn/xmlsecurity/source/dialogs.po
+++ b/translations/source/bn/xmlsecurity/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:47+0200\n"
"Last-Translator: Israt <isratjahan.ry@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bn\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"
+"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/accessibility/source/helper.po b/translations/source/bo/accessibility/source/helper.po
index f241f18590a..c2fae957e45 100644
--- a/translations/source/bo/accessibility/source/helper.po
+++ b/translations/source/bo/accessibility/source/helper.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/avmedia/source/framework.po b/translations/source/bo/avmedia/source/framework.po
index e2b68e7c3b5..badbffc1adf 100644
--- a/translations/source/bo/avmedia/source/framework.po
+++ b/translations/source/bo/avmedia/source/framework.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/avmedia/source/viewer.po b/translations/source/bo/avmedia/source/viewer.po
index d483e635a9c..92668e63387 100644
--- a/translations/source/bo/avmedia/source/viewer.po
+++ b/translations/source/bo/avmedia/source/viewer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/basctl/source/basicide.po b/translations/source/bo/basctl/source/basicide.po
index 8c4bd4c0a3b..ba8747db27a 100644
--- a/translations/source/bo/basctl/source/basicide.po
+++ b/translations/source/bo/basctl/source/basicide.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:05+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/basctl/source/dlged.po b/translations/source/bo/basctl/source/dlged.po
index 1edb87fcf6b..ff4a2248fcb 100644
--- a/translations/source/bo/basctl/source/dlged.po
+++ b/translations/source/bo/basctl/source/dlged.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/basic/source/classes.po b/translations/source/bo/basic/source/classes.po
index 4055a99fcbf..b8f818f2363 100644
--- a/translations/source/bo/basic/source/classes.po
+++ b/translations/source/bo/basic/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/basic/source/sbx.po b/translations/source/bo/basic/source/sbx.po
index 3c72fea87cf..7175efb177f 100644
--- a/translations/source/bo/basic/source/sbx.po
+++ b/translations/source/bo/basic/source/sbx.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/chart2/source/controller/dialogs.po b/translations/source/bo/chart2/source/controller/dialogs.po
index 0ff9872e71a..e1388ba8873 100644
--- a/translations/source/bo/chart2/source/controller/dialogs.po
+++ b/translations/source/bo/chart2/source/controller/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:05+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/connectivity/source/drivers/ado.po b/translations/source/bo/connectivity/source/drivers/ado.po
index d69f0be0dc9..1382a96dcb1 100644
--- a/translations/source/bo/connectivity/source/drivers/ado.po
+++ b/translations/source/bo/connectivity/source/drivers/ado.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/connectivity/source/drivers/calc.po b/translations/source/bo/connectivity/source/drivers/calc.po
index 81911266a7d..49f10eb6b9c 100644
--- a/translations/source/bo/connectivity/source/drivers/calc.po
+++ b/translations/source/bo/connectivity/source/drivers/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/connectivity/source/drivers/dbase.po b/translations/source/bo/connectivity/source/drivers/dbase.po
index ebffd082251..63729ed2723 100644
--- a/translations/source/bo/connectivity/source/drivers/dbase.po
+++ b/translations/source/bo/connectivity/source/drivers/dbase.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/connectivity/source/drivers/evoab2.po b/translations/source/bo/connectivity/source/drivers/evoab2.po
index a8292725369..bde17e9520c 100644
--- a/translations/source/bo/connectivity/source/drivers/evoab2.po
+++ b/translations/source/bo/connectivity/source/drivers/evoab2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/connectivity/source/drivers/flat.po b/translations/source/bo/connectivity/source/drivers/flat.po
index de9ea6880ab..811329c6e03 100644
--- a/translations/source/bo/connectivity/source/drivers/flat.po
+++ b/translations/source/bo/connectivity/source/drivers/flat.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/connectivity/source/drivers/hsqldb.po b/translations/source/bo/connectivity/source/drivers/hsqldb.po
index 55985d7788e..0239cec4289 100644
--- a/translations/source/bo/connectivity/source/drivers/hsqldb.po
+++ b/translations/source/bo/connectivity/source/drivers/hsqldb.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/connectivity/source/drivers/jdbc.po b/translations/source/bo/connectivity/source/drivers/jdbc.po
index ed5a0948edc..301e2d64853 100644
--- a/translations/source/bo/connectivity/source/drivers/jdbc.po
+++ b/translations/source/bo/connectivity/source/drivers/jdbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/connectivity/source/drivers/kab.po b/translations/source/bo/connectivity/source/drivers/kab.po
index 5bf00bf82ed..247fa0df4ea 100644
--- a/translations/source/bo/connectivity/source/drivers/kab.po
+++ b/translations/source/bo/connectivity/source/drivers/kab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/connectivity/source/drivers/macab.po b/translations/source/bo/connectivity/source/drivers/macab.po
index 74127e95515..2540909eb04 100644
--- a/translations/source/bo/connectivity/source/drivers/macab.po
+++ b/translations/source/bo/connectivity/source/drivers/macab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/connectivity/source/drivers/mozab.po b/translations/source/bo/connectivity/source/drivers/mozab.po
index d3c6dd1759a..ef37b115b25 100644
--- a/translations/source/bo/connectivity/source/drivers/mozab.po
+++ b/translations/source/bo/connectivity/source/drivers/mozab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:05+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -23,7 +23,7 @@ msgstr "གནས་ཡུལ་ལིང་འདེམས་པ།"
#: mozab2.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text
msgctxt "mozab2.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text"
-msgid "Thunderbird Address Book"
+msgid "Thunderbird/Icedove Address Book"
msgstr ""
#: mozab2.xcu#.Drivers.Installed.sdbc_address_ldap__.DriverTypeDisplayName.value.text
@@ -47,7 +47,7 @@ msgstr "གནས་ཡུལ་ལིང་འདེམས་པ།"
#: mozab.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text
msgctxt "mozab.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text"
-msgid "Thunderbird Address Book"
+msgid "Thunderbird/Icedove Address Book"
msgstr ""
#: mozab.xcu#.Drivers.Installed.sdbc_address_ldap__.DriverTypeDisplayName.value.text
diff --git a/translations/source/bo/connectivity/source/drivers/mysql.po b/translations/source/bo/connectivity/source/drivers/mysql.po
index 0f44588c133..eadb0b979a9 100644
--- a/translations/source/bo/connectivity/source/drivers/mysql.po
+++ b/translations/source/bo/connectivity/source/drivers/mysql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/connectivity/source/drivers/odbc.po b/translations/source/bo/connectivity/source/drivers/odbc.po
index 4e467633af6..4dc86fb7a6b 100644
--- a/translations/source/bo/connectivity/source/drivers/odbc.po
+++ b/translations/source/bo/connectivity/source/drivers/odbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/connectivity/source/drivers/postgresql.po b/translations/source/bo/connectivity/source/drivers/postgresql.po
index 787831dcb50..20d11c5a72b 100644
--- a/translations/source/bo/connectivity/source/drivers/postgresql.po
+++ b/translations/source/bo/connectivity/source/drivers/postgresql.po
@@ -3,25 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:41+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: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\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/bo/connectivity/source/resource.po b/translations/source/bo/connectivity/source/resource.po
index 68d9697e354..4ed7b4e6ef2 100644
--- a/translations/source/bo/connectivity/source/resource.po
+++ b/translations/source/bo/connectivity/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/cui/source/customize.po b/translations/source/bo/cui/source/customize.po
index 95d83cb00d4..b2c418f4282 100644
--- a/translations/source/bo/cui/source/customize.po
+++ b/translations/source/bo/cui/source/customize.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/cui/source/dialogs.po b/translations/source/bo/cui/source/dialogs.po
index e5ff1072ddc..e5d0a9a382d 100644
--- a/translations/source/bo/cui/source/dialogs.po
+++ b/translations/source/bo/cui/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-05-09 20:45+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:21+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -1073,7 +1073,7 @@ msgstr ""
#: gallery.src#RID_SVXSTR_GALLERY_READONLY.string.text
#, fuzzy
-msgid " (read-only)"
+msgid "(read-only)"
msgstr ""
"#-#-#-#-# view.po (PACKAGE VERSION) #-#-#-#-#\n"
" (ལྟ་ཀློག་ཙམ།)\n"
@@ -1710,20 +1710,16 @@ msgstr "རྩོམ་སྒྲིག Applet"
msgid "Contributor credits"
msgstr ""
-#: about.src#RID_DEFAULTABOUT.ABOUT_STR_VERSION.string.text
-msgid "%PRODUCTNAME %ABOUTBOXPRODUCTVERSION %PRODUCTEXTENSION"
-msgstr ""
-
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_VENDOR.string.text
msgid "This product was supplied by %OOOVENDOR."
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT.string.text
-msgid "LibreOffice is copyright © 2000, 2011 LibreOffice contributors and/or their affiliates. All rights reserved."
+msgid "LibreOffice is copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved."
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT_DERIVED.string.text
-msgid "%PRODUCTNAME is derived from LibreOffice. LibreOffice is copyright © 2000, 2011 LibreOffice contributors and/or their affiliates. All rights reserved."
+msgid "%PRODUCTNAME is derived from LibreOffice. LibreOffice is copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved."
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT_ORACLE_DERIVED.string.text
@@ -1735,7 +1731,7 @@ msgid "%OOOVENDOR acknowledges all community members, please find more info at t
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_LINK.string.text
-msgid "http://www.libreoffice.org/credits.html"
+msgid "http://www.libreoffice.org/about-us/credits/"
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_BUILD.string.text
@@ -1748,7 +1744,7 @@ msgstr ""
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.PB_PICKER.imagebutton.text
msgid "-"
-msgstr ""
+msgstr "-"
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.PB_PICKER.imagebutton.quickhelptext
msgid "Pick a color from the document"
@@ -2309,7 +2305,6 @@ msgstr "རྗེས་ལ།(~F)"
#: insrc.src#DLG_INS_ROW_COL.FL_INS.fixedline.text
#, fuzzy
-msgctxt "insrc.src#DLG_INS_ROW_COL.FL_INS.fixedline.text"
msgid "Insert"
msgstr ""
"#-#-#-#-# envelp.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -2337,41 +2332,12 @@ msgid "~Number"
msgstr "ཨང་སྒྲིག(~N)"
#: insrc.src#DLG_INS_ROW_COL.STR_ROW.string.text
-msgid " Rows"
-msgstr ""
+msgid "Insert Rows"
+msgstr "ཕྲེང་བསྒར་འཛུད།"
#: insrc.src#DLG_INS_ROW_COL.STR_COL.string.text
-#, fuzzy
-msgid " Columns"
+msgid "Insert Columns"
msgstr ""
-"#-#-#-#-# envelp.po (PACKAGE VERSION) #-#-#-#-#\n"
-"སྟར།(~C)\n"
-"#-#-#-#-# table.po (PACKAGE VERSION) #-#-#-#-#\n"
-"སྟར།(~C)\n"
-"#-#-#-#-# uiview.po (PACKAGE VERSION) #-#-#-#-#\n"
-"སྟར།(~C)\n"
-"#-#-#-#-# src.po (PACKAGE VERSION) #-#-#-#-#\n"
-"སྟར་པ།(~C)"
-
-#: insrc.src#DLG_INS_ROW_COL.modaldialog.text
-#, fuzzy
-msgctxt "insrc.src#DLG_INS_ROW_COL.modaldialog.text"
-msgid "Insert"
-msgstr ""
-"#-#-#-#-# envelp.po (PACKAGE VERSION) #-#-#-#-#\n"
-"བསྒར་འཛུད།(~I)\n"
-"#-#-#-#-# index.po (PACKAGE VERSION) #-#-#-#-#\n"
-"བསྒར་འཛུད།(~I)\n"
-"#-#-#-#-# fldui.po (PACKAGE VERSION) #-#-#-#-#\n"
-"བསྒར་འཛུད།(~I)\n"
-"#-#-#-#-# misc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"བསྒར་འཛུད།(~I)\n"
-"#-#-#-#-# dialog.po (PACKAGE VERSION) #-#-#-#-#\n"
-"བར་འཇུག(~I)\n"
-"#-#-#-#-# source.po (PACKAGE VERSION) #-#-#-#-#\n"
-"སྤྱོད་པ།(~I)\n"
-"#-#-#-#-# schedule.po (PACKAGE VERSION) #-#-#-#-#\n"
-"བར་འཇུག(~I)"
#: hyphen.src#RID_SVXSTR_HMERR_CHECKINSTALL.string.text
msgid ""
diff --git a/translations/source/bo/cui/source/options.po b/translations/source/bo/cui/source/options.po
index 4398d4814af..5c3056b5d03 100644
--- a/translations/source/bo/cui/source/options.po
+++ b/translations/source/bo/cui/source/options.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%2Foptions.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-30 11:10+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -625,7 +625,7 @@ msgstr "རང་འགུལ།(~A)"
#: optdict.src#RID_SFXDLG_NEWDICT.FT_DICTNAME.fixedtext.text
msgid "~Name"
-msgstr ""
+msgstr "མིང་།(~N)"
#: optdict.src#RID_SFXDLG_NEWDICT.FT_DICTLANG.fixedtext.text
#, fuzzy
@@ -1405,19 +1405,8 @@ msgid "Proxy"
msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.PB_BACK.pushbutton.text
-#, fuzzy
msgid "~Revert"
msgstr ""
-"#-#-#-#-# index.po (PACKAGE VERSION) #-#-#-#-#\n"
-"སུབ་པ།(~R)\n"
-"#-#-#-#-# fldui.po (PACKAGE VERSION) #-#-#-#-#\n"
-"སུབ་པ།(~R)\n"
-"#-#-#-#-# misc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"སུབ་པ།(~R)\n"
-"#-#-#-#-# dialogs.po (PACKAGE VERSION) #-#-#-#-#\n"
-"སུབ་རྒྱུ།(~R)\n"
-"#-#-#-#-# gui.po (PACKAGE VERSION) #-#-#-#-#\n"
-"སུབ་པ་(~R)..."
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.ST_LOAD_ERROR.string.text
msgid "The selected module could not be loaded."
@@ -2921,9 +2910,8 @@ msgstr ""
"འོག་སྤོ།"
#: optlingu.src#RID_SVXDLG_EDIT_MODULES.PB_EDIT_MODULES_PRIO_BACK.pushbutton.text
-#, fuzzy
msgid "~Back"
-msgstr "བདེ་འཇགས་གྲབས་ཆས།"
+msgstr ""
#: optlingu.src#RID_SVXDLG_EDIT_MODULES.FT_EDIT_MODULES_NEWDICTSLINK.fixedtext.text
msgctxt "optlingu.src#RID_SVXDLG_EDIT_MODULES.FT_EDIT_MODULES_NEWDICTSLINK.fixedtext.text"
@@ -3257,7 +3245,7 @@ msgstr ""
#: optpath.src#RID_SFXPAGE_PATH.FT_TYPE.fixedtext.text
msgid "Type"
-msgstr ""
+msgstr "རིགས།"
#: optpath.src#RID_SFXPAGE_PATH.FT_PATH.fixedtext.text
msgid "Path"
@@ -3389,7 +3377,7 @@ msgstr ""
#: optpath.src#RID_SVXSTR_KEY_DICTIONARY_PATH.string.text
msgid "Dictionaries"
-msgstr ""
+msgstr "ཚིག་མཛོད།"
#: optpath.src#RID_SVXSTR_KEY_HELP_DIR.string.text
msgctxt "optpath.src#RID_SVXSTR_KEY_HELP_DIR.string.text"
diff --git a/translations/source/bo/cui/source/tabpages.po b/translations/source/bo/cui/source/tabpages.po
index e4937982243..60df882121a 100644
--- a/translations/source/bo/cui/source/tabpages.po
+++ b/translations/source/bo/cui/source/tabpages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-07-28 11:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2011-12-15 12:21+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -645,13 +645,13 @@ msgstr ""
"ཨང་སྒྲིག(~N)"
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.1.stringlist.text
-#, fuzzy
-msgid "1, 2, 3, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.1.stringlist.text"
+msgid "1, 2, 3, ..."
msgstr "1,2,3,..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.2.stringlist.text
-#, fuzzy
-msgid "A, B, C, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.2.stringlist.text"
+msgid "A, B, C, ..."
msgstr "A, B, C, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.3.stringlist.text
@@ -661,18 +661,18 @@ msgid "a, b, c, ..."
msgstr "A, B, C, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.4.stringlist.text
-#, fuzzy
-msgid "I, II, III, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.4.stringlist.text"
+msgid "I, II, III, ..."
msgstr "I, II, III, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.5.stringlist.text
-#, fuzzy
-msgid "i, ii, iii, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.5.stringlist.text"
+msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.6.stringlist.text
-msgid "A, .., AA, .., AAA, ... "
-msgstr ""
+msgid "A, .., AA, .., AAA, ..."
+msgstr "A, .., AA, .., AAA, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.7.stringlist.text
msgid "a, .., aa, .., aaa, ..."
@@ -2765,6 +2765,8 @@ msgid "For~mat"
msgstr "རྣམ་གཞག(~M)"
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.1.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.1.stringlist.text"
msgid "A, B, C, ..."
msgstr "A, B, C, ..."
@@ -2775,14 +2777,20 @@ msgid "a, b, c, ..."
msgstr "A, B, C, ..."
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.3.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.3.stringlist.text"
msgid "I, II, III, ..."
msgstr "I, II, III, ..."
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.4.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.4.stringlist.text"
msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ..."
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.5.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.5.stringlist.text"
msgid "1, 2, 3, ..."
msgstr "1,2,3,..."
@@ -3409,6 +3417,10 @@ msgctxt "textanim.src#RID_SVXPAGE_TEXTANIMATION.TSB_AUTO.tristatebox.text"
msgid "~Automatic"
msgstr ""
+#: textanim.src#RID_SVXPAGE_TEXTANIMATION.MTR_FLD_DELAY.metricfield.text
+msgid " ms"
+msgstr ""
+
#: textanim.src#RID_SVXPAGE_TEXTANIMATION.tabpage.text
msgid "Animation"
msgstr "འགུལ་རིས་སྔོན་ལྟ།"
@@ -5993,6 +6005,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr ""
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Hatches List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Hatches List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_HATCH.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_HATCH.tabpage.text"
msgid "Hatching"
@@ -6061,6 +6096,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr ""
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Bitmap List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Bitmap List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_BITMAP.tabpage.text
msgid "Bitmap Patterns"
msgstr ""
@@ -6169,6 +6227,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr ""
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Gradients List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Gradients List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_GRADIENT.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.tabpage.text"
msgid "Gradients"
@@ -6211,6 +6292,22 @@ msgstr ""
msgid "CMYK"
msgstr ""
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_1.fixedtext.text
+msgid "~C"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_2.fixedtext.text
+msgid "~M"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_3.fixedtext.text
+msgid "~Y"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_4.fixedtext.text
+msgid "~K"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_COLOR.BTN_ADD.pushbutton.text
#, fuzzy
msgid "~Add"
@@ -6252,6 +6349,29 @@ msgstr ""
msgid "~Modify"
msgstr "བཟོ་བཅོས།(~M)"
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Color List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Color List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_COLOR.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_COLOR.tabpage.text"
msgid "Colors"
diff --git a/translations/source/bo/dbaccess/source/core/resource.po b/translations/source/bo/dbaccess/source/core/resource.po
index ef9ae98f85e..8aa3c9aba7f 100644
--- a/translations/source/bo/dbaccess/source/core/resource.po
+++ b/translations/source/bo/dbaccess/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-11 23:05+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dbaccess/source/ext/adabas.po b/translations/source/bo/dbaccess/source/ext/adabas.po
index 82d0b7ec909..b5d82c961eb 100644
--- a/translations/source/bo/dbaccess/source/ext/adabas.po
+++ b/translations/source/bo/dbaccess/source/ext/adabas.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dbaccess/source/ext/macromigration.po b/translations/source/bo/dbaccess/source/ext/macromigration.po
index 76d97824115..88944fb28ee 100644
--- a/translations/source/bo/dbaccess/source/ext/macromigration.po
+++ b/translations/source/bo/dbaccess/source/ext/macromigration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -183,7 +183,7 @@ msgid "Warnings"
msgstr ""
#: macromigration.src#STR_EXCEPTION.string.text
-msgid "caught exception: "
+msgid "caught exception:"
msgstr ""
#: macromigration.src#ERR_INVALID_BACKUP_LOCATION.errorbox.text
diff --git a/translations/source/bo/dbaccess/source/sdbtools/resource.po b/translations/source/bo/dbaccess/source/sdbtools/resource.po
index 0d61d910a43..b5536e9d9e8 100644
--- a/translations/source/bo/dbaccess/source/sdbtools/resource.po
+++ b/translations/source/bo/dbaccess/source/sdbtools/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dbaccess/source/ui/app.po b/translations/source/bo/dbaccess/source/ui/app.po
index 319aa3a1d92..d553f2d7e35 100644
--- a/translations/source/bo/dbaccess/source/ui/app.po
+++ b/translations/source/bo/dbaccess/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dbaccess/source/ui/browser.po b/translations/source/bo/dbaccess/source/ui/browser.po
index e2334a4a451..f6b030cca3b 100644
--- a/translations/source/bo/dbaccess/source/ui/browser.po
+++ b/translations/source/bo/dbaccess/source/ui/browser.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dbaccess/source/ui/control.po b/translations/source/bo/dbaccess/source/ui/control.po
index fe469948139..54adc918082 100644
--- a/translations/source/bo/dbaccess/source/ui/control.po
+++ b/translations/source/bo/dbaccess/source/ui/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dbaccess/source/ui/dlg.po b/translations/source/bo/dbaccess/source/ui/dlg.po
index ca731e459cf..f7799758c9e 100644
--- a/translations/source/bo/dbaccess/source/ui/dlg.po
+++ b/translations/source/bo/dbaccess/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-11 23:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:21+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -1597,8 +1597,9 @@ msgid "~Base DN"
msgstr "རྩ་བའི་DN(~B)"
#: dbadmin.src#PAGE_LDAP.CB_USESSL.checkbox.text
-msgid "Use secure connection(SSL)"
-msgstr "བདེ་འཇགས་འབྲེལ་མཐུད་ (SSL)བེད་སྤྱོད་བྱེད།"
+#, fuzzy
+msgid "Use secure connection (SSL)"
+msgstr "བདེ་འཇགས་སྦྲེལ་མཐུད (~SSL)བེད་སྤྱོད་པ།"
#: dbadmin.src#PAGE_LDAP.FT_PORTNUMBER.fixedtext.text
msgctxt "dbadmin.src#PAGE_LDAP.FT_PORTNUMBER.fixedtext.text"
diff --git a/translations/source/bo/dbaccess/source/ui/inc.po b/translations/source/bo/dbaccess/source/ui/inc.po
index c54ed10f8b4..4d58131bb80 100644
--- a/translations/source/bo/dbaccess/source/ui/inc.po
+++ b/translations/source/bo/dbaccess/source/ui/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dbaccess/source/ui/misc.po b/translations/source/bo/dbaccess/source/ui/misc.po
index 17ab0e38e43..bbfa4ba1567 100644
--- a/translations/source/bo/dbaccess/source/ui/misc.po
+++ b/translations/source/bo/dbaccess/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dbaccess/source/ui/querydesign.po b/translations/source/bo/dbaccess/source/ui/querydesign.po
index cb3534a2747..1a34dd480b7 100644
--- a/translations/source/bo/dbaccess/source/ui/querydesign.po
+++ b/translations/source/bo/dbaccess/source/ui/querydesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dbaccess/source/ui/relationdesign.po b/translations/source/bo/dbaccess/source/ui/relationdesign.po
index 8639b96b60f..44352bb5b9d 100644
--- a/translations/source/bo/dbaccess/source/ui/relationdesign.po
+++ b/translations/source/bo/dbaccess/source/ui/relationdesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -49,6 +49,6 @@ msgstr "གལ་སྲིད་རེའུ་མིག་འདི་སུབ
#: relation.src#STR_QUERY_REL_COULD_NOT_CREATE.string.text
msgid ""
-"The database could not create the relation. May be foreign keys for this kind of table aren't supported.\n"
+"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
"Please check your documentation of the database."
msgstr ""
diff --git a/translations/source/bo/dbaccess/source/ui/tabledesign.po b/translations/source/bo/dbaccess/source/ui/tabledesign.po
index 268d560ffc3..2cb8c7694a3 100644
--- a/translations/source/bo/dbaccess/source/ui/tabledesign.po
+++ b/translations/source/bo/dbaccess/source/ui/tabledesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dbaccess/source/ui/uno.po b/translations/source/bo/dbaccess/source/ui/uno.po
index eb7007ab631..fc1468c155b 100644
--- a/translations/source/bo/dbaccess/source/ui/uno.po
+++ b/translations/source/bo/dbaccess/source/ui/uno.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/desktop/source/app.po b/translations/source/bo/desktop/source/app.po
index b35c97bb94a..4aa52d21f8e 100644
--- a/translations/source/bo/desktop/source/app.po
+++ b/translations/source/bo/desktop/source/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -129,6 +129,10 @@ msgctxt "desktop.src#STR_TITLE_USERDATALOCKED.string.text"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
+#: desktop.src#DLG_CMDLINEHELP.modaldialog.text
+msgid "Help Message..."
+msgstr ""
+
#: desktop.src#EBX_ERR_PRINTDISABLED.errorbox.text
msgid "Printing is disabled. No documents can be printed."
msgstr "པར་འདེབས་བཀག་སྡོམ་ཟིན་པས་ཡིག་ཚགས་གང་ཡང་པར་འདེབས་བྱེད་ཐབས་མེད་པ།"
diff --git a/translations/source/bo/desktop/source/deployment/gui.po b/translations/source/bo/desktop/source/deployment/gui.po
index a094b09d221..5a65ab714e1 100644
--- a/translations/source/bo/desktop/source/deployment/gui.po
+++ b/translations/source/bo/desktop/source/deployment/gui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-11 23:06+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2011-12-15 12:21+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -403,13 +403,29 @@ msgid ""
"Click \\'Cancel\\' to stop the installation."
msgstr "ཁྱེད་ཀྱིས་\\'$NAME'ཡི\\་ $NEW དཔར་མ་སྒྲིག་སྦྱོར་རྒྱ་སྐྱེད་བྱེད་རྩིས་འདུག མིང་ལ་\\SDEPLOYEDཞེས་ པའི་དཔར་མ་ཪྙིང་་པSDEPLOYEDདེསྒྲིག་སྦྱོར་བྱས་ཟིན་་སོང་། “གཏན་འཁེལ”མཐེབ་རྒྱག་གཅིག་མནན་་ན་སྒྲིག་སྦྱོར་་རྒྱ་སྐྱེད་བྱས་་པ་དེར་བརྗེ་གི་རེད། “མི་དགོས”མཐེབ་རྒྱག་གཅིག་མནན་ན་སྒྲིག་སྦྱོར་བྱེད་མཚམས་འཇོག་གི་རེད།"
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_FT_TYPE_EXTENSIONS.fixedtext.text
+msgid "Type of Extension"
+msgstr ""
+
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_CBX_BUNDLED.checkbox.text
+msgid "~Installation"
+msgstr ""
+
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_CBX_SHARED.checkbox.text
+msgid "~Shared"
+msgstr ""
+
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_CBX_USER.checkbox.text
+msgid "~User"
+msgstr ""
+
#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_ADD.pushbutton.text
msgid "~Add..."
msgstr "ཁ་སྣོན།(~A)..."
#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_CHECK_UPDATES.pushbutton.text
-msgctxt "dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_CHECK_UPDATES.pushbutton.text"
-msgid "Check for ~Updates..."
+#, fuzzy
+msgid "~Check for Updates..."
msgstr "གསར་བརྗེས་ཞིབ་བཤེར་བྱེད་པ།(~U)..."
#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_FT_GET_EXTENSIONS.fixedtext.text
@@ -440,7 +456,7 @@ msgid "Adding %EXTENSION_NAME"
msgstr "%EXTENSION_NAMEཁ་སྣོན།"
#: dp_gui_dialog2.src#RID_DLG_UPDATE_REQUIRED.RID_EM_BTN_CHECK_UPDATES.pushbutton.text
-msgctxt "dp_gui_dialog2.src#RID_DLG_UPDATE_REQUIRED.RID_EM_BTN_CHECK_UPDATES.pushbutton.text"
+#, fuzzy
msgid "Check for ~Updates..."
msgstr "གསར་བརྗེས་ཞིབ་བཤེར་བྱེད་པ།(~U)..."
diff --git a/translations/source/bo/desktop/source/deployment/manager.po b/translations/source/bo/desktop/source/deployment/manager.po
index f48378008fd..8d53bbcfd5c 100644
--- a/translations/source/bo/desktop/source/deployment/manager.po
+++ b/translations/source/bo/desktop/source/deployment/manager.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/desktop/source/deployment/misc.po b/translations/source/bo/desktop/source/deployment/misc.po
index eaed21ca591..2318da1f332 100644
--- a/translations/source/bo/desktop/source/deployment/misc.po
+++ b/translations/source/bo/desktop/source/deployment/misc.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+desktop%2Fsource%2Fdeployment%2Fmisc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 01:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: dp_misc.src#RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN.string.text
diff --git a/translations/source/bo/desktop/source/deployment/registry.po b/translations/source/bo/desktop/source/deployment/registry.po
index 07ebb252ea5..7af4a694491 100644
--- a/translations/source/bo/desktop/source/deployment/registry.po
+++ b/translations/source/bo/desktop/source/deployment/registry.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/desktop/source/deployment/registry/component.po b/translations/source/bo/desktop/source/deployment/registry/component.po
index bcdf4ecf6bb..0c686be0a95 100644
--- a/translations/source/bo/desktop/source/deployment/registry/component.po
+++ b/translations/source/bo/desktop/source/deployment/registry/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:06+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/desktop/source/deployment/registry/configuration.po b/translations/source/bo/desktop/source/deployment/registry/configuration.po
index 8970911d39e..f2dec5fe6b9 100644
--- a/translations/source/bo/desktop/source/deployment/registry/configuration.po
+++ b/translations/source/bo/desktop/source/deployment/registry/configuration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/desktop/source/deployment/registry/help.po b/translations/source/bo/desktop/source/deployment/registry/help.po
index 87e4fb09924..aa9f17218db 100644
--- a/translations/source/bo/desktop/source/deployment/registry/help.po
+++ b/translations/source/bo/desktop/source/deployment/registry/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/desktop/source/deployment/registry/package.po b/translations/source/bo/desktop/source/deployment/registry/package.po
index cd152f8e174..f9609eaae52 100644
--- a/translations/source/bo/desktop/source/deployment/registry/package.po
+++ b/translations/source/bo/desktop/source/deployment/registry/package.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/desktop/source/deployment/registry/script.po b/translations/source/bo/desktop/source/deployment/registry/script.po
index e1185dc0982..25f831ba993 100644
--- a/translations/source/bo/desktop/source/deployment/registry/script.po
+++ b/translations/source/bo/desktop/source/deployment/registry/script.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/desktop/source/deployment/registry/sfwk.po b/translations/source/bo/desktop/source/deployment/registry/sfwk.po
index 2cad1f53b5f..6b559210e71 100644
--- a/translations/source/bo/desktop/source/deployment/registry/sfwk.po
+++ b/translations/source/bo/desktop/source/deployment/registry/sfwk.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/desktop/source/deployment/unopkg.po b/translations/source/bo/desktop/source/deployment/unopkg.po
index 63e7a2b5c0f..61bd0c743f1 100644
--- a/translations/source/bo/desktop/source/deployment/unopkg.po
+++ b/translations/source/bo/desktop/source/deployment/unopkg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/af_ZA.po b/translations/source/bo/dictionaries/af_ZA.po
index 953d6e1878f..0c9dc91bc50 100644
--- a/translations/source/bo/dictionaries/af_ZA.po
+++ b/translations/source/bo/dictionaries/af_ZA.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/an_ES.po b/translations/source/bo/dictionaries/an_ES.po
new file mode 100644
index 00000000000..5d003309aea
--- /dev/null
+++ b/translations/source/bo/dictionaries/an_ES.po
@@ -0,0 +1,19 @@
+#. extracted from dictionaries/an_ES.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%2Fan_ES.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Aragonese spelling dictionary"
+msgstr ""
diff --git a/translations/source/bo/dictionaries/ar.po b/translations/source/bo/dictionaries/ar.po
index c2f52af033f..f9588b61024 100644
--- a/translations/source/bo/dictionaries/ar.po
+++ b/translations/source/bo/dictionaries/ar.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/be_BY.po b/translations/source/bo/dictionaries/be_BY.po
index 54224b85b21..3d6438af9cf 100644
--- a/translations/source/bo/dictionaries/be_BY.po
+++ b/translations/source/bo/dictionaries/be_BY.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:42+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: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/bg_BG.po b/translations/source/bo/dictionaries/bg_BG.po
index ba5cbabdb7c..430efa80f75 100644
--- a/translations/source/bo/dictionaries/bg_BG.po
+++ b/translations/source/bo/dictionaries/bg_BG.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/bn_BD.po b/translations/source/bo/dictionaries/bn_BD.po
index 3600578c80f..44418511b22 100644
--- a/translations/source/bo/dictionaries/bn_BD.po
+++ b/translations/source/bo/dictionaries/bn_BD.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/br_FR.po b/translations/source/bo/dictionaries/br_FR.po
index 031af511265..554d3838578 100644
--- a/translations/source/bo/dictionaries/br_FR.po
+++ b/translations/source/bo/dictionaries/br_FR.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/ca.po b/translations/source/bo/dictionaries/ca.po
index 19f0e5d04bb..9d5ca204810 100644
--- a/translations/source/bo/dictionaries/ca.po
+++ b/translations/source/bo/dictionaries/ca.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/cs_CZ.po b/translations/source/bo/dictionaries/cs_CZ.po
index b4a2c98af08..ba3722a438e 100644
--- a/translations/source/bo/dictionaries/cs_CZ.po
+++ b/translations/source/bo/dictionaries/cs_CZ.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/da_DK.po b/translations/source/bo/dictionaries/da_DK.po
index 0e2ff052676..62fe327c507 100644
--- a/translations/source/bo/dictionaries/da_DK.po
+++ b/translations/source/bo/dictionaries/da_DK.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/de.po b/translations/source/bo/dictionaries/de.po
index 1f68b07f5d6..c4a18ccc6f3 100644
--- a/translations/source/bo/dictionaries/de.po
+++ b/translations/source/bo/dictionaries/de.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/el_GR.po b/translations/source/bo/dictionaries/el_GR.po
index 666af69d285..25aa949a2a0 100644
--- a/translations/source/bo/dictionaries/el_GR.po
+++ b/translations/source/bo/dictionaries/el_GR.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:42+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: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/en.po b/translations/source/bo/dictionaries/en.po
index fedce618743..e55dad22e23 100644
--- a/translations/source/bo/dictionaries/en.po
+++ b/translations/source/bo/dictionaries/en.po
@@ -3,17 +3,17 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
-msgid "English (Australia, Canada, South Africa, UK, USA) spelling dictionaries, hyphenation rules, and thesaurus"
+msgid "English spelling dictionaries, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/translations/source/bo/dictionaries/en/dialog.po b/translations/source/bo/dictionaries/en/dialog.po
new file mode 100644
index 00000000000..43ece589204
--- /dev/null
+++ b/translations/source/bo/dictionaries/en/dialog.po
@@ -0,0 +1,171 @@
+#. extracted from dictionaries/en/dialog.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%2Fen%2Fdialog.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "ཚིག་མཛོད།"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.en.Label.value.text
+msgid "English sentence checking"
+msgstr ""
+
+#: en_en_US.properties#spelling.property.text
+msgid "Grammar checking"
+msgstr ""
+
+#: en_en_US.properties#hlp_grammar.property.text
+msgid "Check more grammar errors."
+msgstr ""
+
+#: en_en_US.properties#grammar.property.text
+msgid "Possible mistakes"
+msgstr ""
+
+#: en_en_US.properties#hlp_cap.property.text
+msgid "Check missing capitalization of sentences."
+msgstr ""
+
+#: en_en_US.properties#cap.property.text
+msgid "Capitalization"
+msgstr ""
+
+#: en_en_US.properties#hlp_dup.property.text
+msgid "Check repeated words."
+msgstr ""
+
+#: en_en_US.properties#dup.property.text
+msgid "Word duplication"
+msgstr ""
+
+#: en_en_US.properties#hlp_pair.property.text
+msgid "Check missing or extra parentheses and quotation marks."
+msgstr ""
+
+#: en_en_US.properties#pair.property.text
+msgid "Parentheses"
+msgstr ""
+
+#: en_en_US.properties#punctuation.property.text
+msgid "Punctuation"
+msgstr ""
+
+#: en_en_US.properties#hlp_spaces.property.text
+msgid "Check single spaces between words."
+msgstr ""
+
+#: en_en_US.properties#spaces.property.text
+msgid "Word spacing"
+msgstr ""
+
+#: en_en_US.properties#hlp_mdash.property.text
+msgid "Force unspaced em dash instead of spaced en dash."
+msgstr ""
+
+#: en_en_US.properties#mdash.property.text
+msgid "Em dash"
+msgstr ""
+
+#: en_en_US.properties#hlp_ndash.property.text
+msgid "Force spaced en dash instead of unspaced em dash."
+msgstr ""
+
+#: en_en_US.properties#ndash.property.text
+msgid "En dash"
+msgstr ""
+
+#: en_en_US.properties#hlp_quotation.property.text
+msgid "Check double quotation marks: \"x\" → “x”"
+msgstr ""
+
+#: en_en_US.properties#quotation.property.text
+msgid "Quotation marks"
+msgstr ""
+
+#: en_en_US.properties#hlp_times.property.text
+msgid "Check true multiplication sign: 5x5 → 5×5"
+msgstr ""
+
+#: en_en_US.properties#times.property.text
+msgid "Multiplication sign"
+msgstr ""
+
+#: en_en_US.properties#hlp_spaces2.property.text
+msgid "Check single spaces between sentences."
+msgstr ""
+
+#: en_en_US.properties#spaces2.property.text
+msgid "Sentence spacing"
+msgstr ""
+
+#: en_en_US.properties#hlp_spaces3.property.text
+msgid "Check more than two extra space characters between words and sentences."
+msgstr ""
+
+#: en_en_US.properties#spaces3.property.text
+msgid "More spaces"
+msgstr ""
+
+#: en_en_US.properties#hlp_minus.property.text
+msgid "Change hyphen characters to real minus signs."
+msgstr ""
+
+#: en_en_US.properties#minus.property.text
+msgid "Minus sign"
+msgstr ""
+
+#: en_en_US.properties#hlp_apostrophe.property.text
+msgid "Change typewriter apostrophe, single quotation marks and correct double primes."
+msgstr ""
+
+#: en_en_US.properties#apostrophe.property.text
+msgid "Apostrophe"
+msgstr ""
+
+#: en_en_US.properties#hlp_ellipsis.property.text
+msgid "Change three dots with ellipsis."
+msgstr ""
+
+#: en_en_US.properties#ellipsis.property.text
+msgid "Ellipsis"
+msgstr ""
+
+#: en_en_US.properties#others.property.text
+msgid "Others"
+msgstr "གཞན་དག"
+
+#: en_en_US.properties#hlp_metric.property.text
+msgid "Measurement conversion from °F, mph, ft, in, lb, gal and miles."
+msgstr ""
+
+#: en_en_US.properties#metric.property.text
+msgid "Convert to metric (°C, km/h, m, kg, l)"
+msgstr ""
+
+#: en_en_US.properties#hlp_numsep.property.text
+msgid "Common (1000000 → 1,000,000) or ISO (1000000 → 1 000 000)."
+msgstr ""
+
+#: en_en_US.properties#numsep.property.text
+msgid "Thousand separation of large numbers"
+msgstr ""
+
+#: en_en_US.properties#hlp_nonmetric.property.text
+msgid "Measurement conversion from °C; km/h; cm, m, km; kg; l."
+msgstr ""
+
+#: en_en_US.properties#nonmetric.property.text
+msgid "Convert to non-metric (°F, mph, ft, lb, gal)"
+msgstr ""
diff --git a/translations/source/bo/dictionaries/es_ES.po b/translations/source/bo/dictionaries/es_ES.po
index c126fb454fe..89b4ccf6985 100644
--- a/translations/source/bo/dictionaries/es_ES.po
+++ b/translations/source/bo/dictionaries/es_ES.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/et_EE.po b/translations/source/bo/dictionaries/et_EE.po
index b5920b80b56..99403d938ff 100644
--- a/translations/source/bo/dictionaries/et_EE.po
+++ b/translations/source/bo/dictionaries/et_EE.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/fr_FR.po b/translations/source/bo/dictionaries/fr_FR.po
index a5402410c71..a08675ca936 100644
--- a/translations/source/bo/dictionaries/fr_FR.po
+++ b/translations/source/bo/dictionaries/fr_FR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/gd_GB.po b/translations/source/bo/dictionaries/gd_GB.po
index b84b6d1b437..77c2184c014 100644
--- a/translations/source/bo/dictionaries/gd_GB.po
+++ b/translations/source/bo/dictionaries/gd_GB.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:42+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: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/gl.po b/translations/source/bo/dictionaries/gl.po
index 35fde2b4031..08d1a7baeb7 100644
--- a/translations/source/bo/dictionaries/gl.po
+++ b/translations/source/bo/dictionaries/gl.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/gu_IN.po b/translations/source/bo/dictionaries/gu_IN.po
index 280bd4d4197..83b694a3e20 100644
--- a/translations/source/bo/dictionaries/gu_IN.po
+++ b/translations/source/bo/dictionaries/gu_IN.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/he_IL.po b/translations/source/bo/dictionaries/he_IL.po
index 00faed34610..cffaf476844 100644
--- a/translations/source/bo/dictionaries/he_IL.po
+++ b/translations/source/bo/dictionaries/he_IL.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/hi_IN.po b/translations/source/bo/dictionaries/hi_IN.po
index 1bfce831a26..ebbf5c23059 100644
--- a/translations/source/bo/dictionaries/hi_IN.po
+++ b/translations/source/bo/dictionaries/hi_IN.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/hr_HR.po b/translations/source/bo/dictionaries/hr_HR.po
index be55ed46cc8..6fb50ee58f7 100644
--- a/translations/source/bo/dictionaries/hr_HR.po
+++ b/translations/source/bo/dictionaries/hr_HR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/hu_HU.po b/translations/source/bo/dictionaries/hu_HU.po
index 78d39c27132..800c8c15b6a 100644
--- a/translations/source/bo/dictionaries/hu_HU.po
+++ b/translations/source/bo/dictionaries/hu_HU.po
@@ -3,17 +3,17 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
-msgid "Hungarian spelling dictionary, hyphenation rules, and thesaurus"
+msgid "Hungarian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/translations/source/bo/dictionaries/hu_HU/dialog.po b/translations/source/bo/dictionaries/hu_HU/dialog.po
new file mode 100644
index 00000000000..cf820db1e84
--- /dev/null
+++ b/translations/source/bo/dictionaries/hu_HU/dialog.po
@@ -0,0 +1,153 @@
+#. extracted from dictionaries/hu_HU/dialog.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%2Fhu_HU%2Fdialog.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "ཚིག་མཛོད།"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.hu_HU.Label.value.text
+msgid "Hungarian sentence checking"
+msgstr ""
+
+#: hu_HU_en_US.properties#spelling.property.text
+msgid "Spelling"
+msgstr ""
+
+#: hu_HU_en_US.properties#cap.property.text
+msgid "Capitalization"
+msgstr ""
+
+#: hu_HU_en_US.properties#par.property.text
+msgid "Parentheses"
+msgstr ""
+
+#: hu_HU_en_US.properties#wordpart.property.text
+msgid "Word parts of compounds"
+msgstr ""
+
+#: hu_HU_en_US.properties#comma.property.text
+msgid "Comma usage"
+msgstr ""
+
+#: hu_HU_en_US.properties#proofreading.property.text
+msgid "Proofreading"
+msgstr ""
+
+#: hu_HU_en_US.properties#style.property.text
+msgid "Style checking"
+msgstr ""
+
+#: hu_HU_en_US.properties#compound.property.text
+msgid "Underline typo-like compound words"
+msgstr ""
+
+#: hu_HU_en_US.properties#allcompound.property.text
+msgid "Underline all generated compound words"
+msgstr ""
+
+#: hu_HU_en_US.properties#grammar.property.text
+msgid "Possible mistakes"
+msgstr ""
+
+#: hu_HU_en_US.properties#money.property.text
+msgid "Consistency of money amounts"
+msgstr ""
+
+#: hu_HU_en_US.properties#duplication.property.text
+msgctxt "hu_HU_en_US.properties#duplication.property.text"
+msgid "Word duplication"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup0.property.text
+msgctxt "hu_HU_en_US.properties#dup0.property.text"
+msgid "Word duplication"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup.property.text
+msgid "Duplication within clauses"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup2.property.text
+msgid "Duplication within sentences"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup3.property.text
+msgid "Allow previous checkings with affixes"
+msgstr ""
+
+#: hu_HU_en_US.properties#numpart.property.text
+msgid "Thousand separation of numbers"
+msgstr ""
+
+#: hu_HU_en_US.properties#typography.property.text
+msgid "Typography"
+msgstr ""
+
+#: hu_HU_en_US.properties#quot.property.text
+msgid "Quotation marks"
+msgstr ""
+
+#: hu_HU_en_US.properties#apost.property.text
+msgid "Apostrophe"
+msgstr ""
+
+#: hu_HU_en_US.properties#dash.property.text
+msgid "En dash"
+msgstr ""
+
+#: hu_HU_en_US.properties#elli.property.text
+msgid "Ellipsis"
+msgstr ""
+
+#: hu_HU_en_US.properties#ligature.property.text
+msgid "Ligature suggestion"
+msgstr ""
+
+#: hu_HU_en_US.properties#noligature.property.text
+msgid "Underline ligatures"
+msgstr ""
+
+#: hu_HU_en_US.properties#frac.property.text
+msgid "Fractions"
+msgstr ""
+
+#: hu_HU_en_US.properties#thin.property.text
+msgid "Thin space"
+msgstr ""
+
+#: hu_HU_en_US.properties#spaces.property.text
+msgid "Double spaces"
+msgstr ""
+
+#: hu_HU_en_US.properties#spaces2.property.text
+msgid "More spaces"
+msgstr ""
+
+#: hu_HU_en_US.properties#idx.property.text
+msgid "Indices"
+msgstr ""
+
+#: hu_HU_en_US.properties#minus.property.text
+msgid "Minus"
+msgstr ""
+
+#: hu_HU_en_US.properties#SI.property.text
+msgid "Measurements"
+msgstr ""
+
+#: hu_HU_en_US.properties#hyphen.property.text
+msgid "Hyphenation of ambiguous words"
+msgstr ""
diff --git a/translations/source/bo/dictionaries/it_IT.po b/translations/source/bo/dictionaries/it_IT.po
index e681bc6a8f3..046ffbe7a31 100644
--- a/translations/source/bo/dictionaries/it_IT.po
+++ b/translations/source/bo/dictionaries/it_IT.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/ku_TR.po b/translations/source/bo/dictionaries/ku_TR.po
index 71d2a11e28d..3cb43e797a2 100644
--- a/translations/source/bo/dictionaries/ku_TR.po
+++ b/translations/source/bo/dictionaries/ku_TR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/lt_LT.po b/translations/source/bo/dictionaries/lt_LT.po
index 11844e4cbac..837a03703a8 100644
--- a/translations/source/bo/dictionaries/lt_LT.po
+++ b/translations/source/bo/dictionaries/lt_LT.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/lv_LV.po b/translations/source/bo/dictionaries/lv_LV.po
index 4cdce4110b4..91d37b09938 100644
--- a/translations/source/bo/dictionaries/lv_LV.po
+++ b/translations/source/bo/dictionaries/lv_LV.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/ne_NP.po b/translations/source/bo/dictionaries/ne_NP.po
index 4a48b9644d6..d755be0021c 100644
--- a/translations/source/bo/dictionaries/ne_NP.po
+++ b/translations/source/bo/dictionaries/ne_NP.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/nl_NL.po b/translations/source/bo/dictionaries/nl_NL.po
index 9105111dd2d..97489b75394 100644
--- a/translations/source/bo/dictionaries/nl_NL.po
+++ b/translations/source/bo/dictionaries/nl_NL.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/no.po b/translations/source/bo/dictionaries/no.po
index b0be96d5a30..0b21da1437d 100644
--- a/translations/source/bo/dictionaries/no.po
+++ b/translations/source/bo/dictionaries/no.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/oc_FR.po b/translations/source/bo/dictionaries/oc_FR.po
index 7e66cab305f..84ae8c11fd5 100644
--- a/translations/source/bo/dictionaries/oc_FR.po
+++ b/translations/source/bo/dictionaries/oc_FR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/pl_PL.po b/translations/source/bo/dictionaries/pl_PL.po
index 5374835a498..43a3b3b9d5a 100644
--- a/translations/source/bo/dictionaries/pl_PL.po
+++ b/translations/source/bo/dictionaries/pl_PL.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/pt_BR.po b/translations/source/bo/dictionaries/pt_BR.po
index 6f640a2d277..5fb3e95305a 100644
--- a/translations/source/bo/dictionaries/pt_BR.po
+++ b/translations/source/bo/dictionaries/pt_BR.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/pt_PT.po b/translations/source/bo/dictionaries/pt_PT.po
index 8a0ae644f0a..4f22b570117 100644
--- a/translations/source/bo/dictionaries/pt_PT.po
+++ b/translations/source/bo/dictionaries/pt_PT.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/ro.po b/translations/source/bo/dictionaries/ro.po
index c91c164203a..9a566f64828 100644
--- a/translations/source/bo/dictionaries/ro.po
+++ b/translations/source/bo/dictionaries/ro.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/ru_RU.po b/translations/source/bo/dictionaries/ru_RU.po
index e441ec7ffff..100436de34d 100644
--- a/translations/source/bo/dictionaries/ru_RU.po
+++ b/translations/source/bo/dictionaries/ru_RU.po
@@ -3,17 +3,17 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
-msgid "Russian spelling dictionary, hyphenation rules, and thesaurus"
+msgid "Russian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/translations/source/bo/dictionaries/ru_RU/dialog.po b/translations/source/bo/dictionaries/ru_RU/dialog.po
new file mode 100644
index 00000000000..414e2c0df1a
--- /dev/null
+++ b/translations/source/bo/dictionaries/ru_RU/dialog.po
@@ -0,0 +1,83 @@
+#. extracted from dictionaries/ru_RU/dialog.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%2Fru_RU%2Fdialog.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "ཚིག་མཛོད།"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.ru_RU.Label.value.text
+msgid "Grammar checking (Russian)"
+msgstr ""
+
+#: ru_RU_en_US.properties#abbreviation.property.text
+msgid "Abbreviation"
+msgstr ""
+
+#: ru_RU_en_US.properties#grammar.property.text
+msgid "Grammar"
+msgstr ""
+
+#: ru_RU_en_US.properties#hyphen.property.text
+msgid "Compound words with hyphen"
+msgstr ""
+
+#: ru_RU_en_US.properties#comma.property.text
+msgid "Comma usage"
+msgstr ""
+
+#: ru_RU_en_US.properties#common.property.text
+msgid "General error"
+msgstr ""
+
+#: ru_RU_en_US.properties#multiword.property.text
+msgid "Multiword expressions"
+msgstr ""
+
+#: ru_RU_en_US.properties#together.property.text
+msgid "Together/separately"
+msgstr ""
+
+#: ru_RU_en_US.properties#proofreading.property.text
+msgid "Proofreading"
+msgstr ""
+
+#: ru_RU_en_US.properties#space.property.text
+msgid "Space mistake"
+msgstr ""
+
+#: ru_RU_en_US.properties#typographica.property.text
+msgid "Typographica"
+msgstr ""
+
+#: ru_RU_en_US.properties#dup.property.text
+msgid "Word duplication within clauses"
+msgstr ""
+
+#: ru_RU_en_US.properties#dup2.property.text
+msgid "Word duplication within sentences"
+msgstr ""
+
+#: ru_RU_en_US.properties#others.property.text
+msgid "Others"
+msgstr "གཞན་དག"
+
+#: ru_RU_en_US.properties#numsep.property.text
+msgid "Separation of large numbers (ISO)"
+msgstr ""
+
+#: ru_RU_en_US.properties#quotation.property.text
+msgid "Quotation"
+msgstr "འདྲེན་སྤྱོད་ཡི་གེ"
diff --git a/translations/source/bo/dictionaries/si_LK.po b/translations/source/bo/dictionaries/si_LK.po
new file mode 100644
index 00000000000..c0cac5a483e
--- /dev/null
+++ b/translations/source/bo/dictionaries/si_LK.po
@@ -0,0 +1,19 @@
+#. extracted from dictionaries/si_LK.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%2Fsi_LK.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Sinhala spelling dictionary"
+msgstr ""
diff --git a/translations/source/bo/dictionaries/sk_SK.po b/translations/source/bo/dictionaries/sk_SK.po
index 932fcd44369..5ab16a27944 100644
--- a/translations/source/bo/dictionaries/sk_SK.po
+++ b/translations/source/bo/dictionaries/sk_SK.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/sl_SI.po b/translations/source/bo/dictionaries/sl_SI.po
index bc82344f722..5411b94c6b9 100644
--- a/translations/source/bo/dictionaries/sl_SI.po
+++ b/translations/source/bo/dictionaries/sl_SI.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/sr.po b/translations/source/bo/dictionaries/sr.po
index 4e1d39b6854..0f24063ff45 100644
--- a/translations/source/bo/dictionaries/sr.po
+++ b/translations/source/bo/dictionaries/sr.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/sv_SE.po b/translations/source/bo/dictionaries/sv_SE.po
index 2991130c27b..5b1e72b6bd7 100644
--- a/translations/source/bo/dictionaries/sv_SE.po
+++ b/translations/source/bo/dictionaries/sv_SE.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/sw_TZ.po b/translations/source/bo/dictionaries/sw_TZ.po
index 422f0d33001..523888d6a98 100644
--- a/translations/source/bo/dictionaries/sw_TZ.po
+++ b/translations/source/bo/dictionaries/sw_TZ.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/te_IN.po b/translations/source/bo/dictionaries/te_IN.po
index a020ee3058d..3e2e669fa60 100644
--- a/translations/source/bo/dictionaries/te_IN.po
+++ b/translations/source/bo/dictionaries/te_IN.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:41+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: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/th_TH.po b/translations/source/bo/dictionaries/th_TH.po
index 3986af4cce2..28d0cfe3afd 100644
--- a/translations/source/bo/dictionaries/th_TH.po
+++ b/translations/source/bo/dictionaries/th_TH.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/uk_UA.po b/translations/source/bo/dictionaries/uk_UA.po
index fade4c23ca1..571160ea4ac 100644
--- a/translations/source/bo/dictionaries/uk_UA.po
+++ b/translations/source/bo/dictionaries/uk_UA.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/vi.po b/translations/source/bo/dictionaries/vi.po
index 9d352c75265..252060c3090 100644
--- a/translations/source/bo/dictionaries/vi.po
+++ b/translations/source/bo/dictionaries/vi.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/dictionaries/zu_ZA.po b/translations/source/bo/dictionaries/zu_ZA.po
index b530d216c10..6d233fe0ec0 100644
--- a/translations/source/bo/dictionaries/zu_ZA.po
+++ b/translations/source/bo/dictionaries/zu_ZA.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/editeng/source/accessibility.po b/translations/source/bo/editeng/source/accessibility.po
index 0f0aa29f3b6..cf6dff8a047 100644
--- a/translations/source/bo/editeng/source/accessibility.po
+++ b/translations/source/bo/editeng/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/editeng/source/editeng.po b/translations/source/bo/editeng/source/editeng.po
index f97cf272921..ce3c52ce339 100644
--- a/translations/source/bo/editeng/source/editeng.po
+++ b/translations/source/bo/editeng/source/editeng.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -94,7 +94,7 @@ msgstr ""
#: editeng.src#RID_EDITUNDO_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "ཆེ་བྲིས་ཆུང་བྲིས་བཟོ་བཅོས།(~C)"
#: editeng.src#RID_MENU_SPELL.MN_SPELLING.menuitem.text
msgid "~Spellcheck..."
diff --git a/translations/source/bo/editeng/source/items.po b/translations/source/bo/editeng/source/items.po
index 21e55d2f10d..3ef5b4844d2 100644
--- a/translations/source/bo/editeng/source/items.po
+++ b/translations/source/bo/editeng/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-12 00:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -713,6 +713,30 @@ msgstr ""
msgid "Outset"
msgstr "ཕྱི་ངོས།"
+#: svxitems.src#RID_SVXITEMS_METRIC_MM.string.text
+msgid "mm"
+msgstr "ཧའི་སྨི།"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_CM.string.text
+msgid "cm"
+msgstr "ལིའི་སྨི།"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_INCH.string.text
+msgid "inch"
+msgstr "དབྱིན་ཚུན།"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_POINT.string.text
+msgid "pt"
+msgstr "pt"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_TWIP.string.text
+msgid "twip"
+msgstr "twip"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_PIXEL.string.text
+msgid "pixel"
+msgstr ""
+
#: svxitems.src#RID_SVXITEMS_SHADOWED_TRUE.string.text
msgid "Shadowed"
msgstr "གྲིབ་ནག་ཡོད་པ།"
diff --git a/translations/source/bo/editeng/source/misc.po b/translations/source/bo/editeng/source/misc.po
index 0cd2682545c..30c2e29b195 100644
--- a/translations/source/bo/editeng/source/misc.po
+++ b/translations/source/bo/editeng/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/editeng/source/outliner.po b/translations/source/bo/editeng/source/outliner.po
index 16db2ac0aad..e4294413432 100644
--- a/translations/source/bo/editeng/source/outliner.po
+++ b/translations/source/bo/editeng/source/outliner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/extensions/source/abpilot.po b/translations/source/bo/extensions/source/abpilot.po
index 7a1a6eb11a7..30cf82de7d2 100644
--- a/translations/source/bo/extensions/source/abpilot.po
+++ b/translations/source/bo/extensions/source/abpilot.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -71,8 +71,8 @@ msgid "Mozilla / Netscape"
msgstr "Mozilla / Netscape"
#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_THUNDERBIRD.radiobutton.text
-msgid "Thunderbird"
-msgstr "Thunderbird"
+msgid "Thunderbird/Icedove"
+msgstr ""
#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_KAB.radiobutton.text
msgid "KDE address book"
diff --git a/translations/source/bo/extensions/source/bibliography.po b/translations/source/bo/extensions/source/bibliography.po
index 27c18caabe4..cc5f71217a3 100644
--- a/translations/source/bo/extensions/source/bibliography.po
+++ b/translations/source/bo/extensions/source/bibliography.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/extensions/source/dbpilots.po b/translations/source/bo/extensions/source/dbpilots.po
index e73e72ebc07..96c719aa233 100644
--- a/translations/source/bo/extensions/source/dbpilots.po
+++ b/translations/source/bo/extensions/source/dbpilots.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/extensions/source/propctrlr.po b/translations/source/bo/extensions/source/propctrlr.po
index 29bf5cb523f..64c11795ad3 100644
--- a/translations/source/bo/extensions/source/propctrlr.po
+++ b/translations/source/bo/extensions/source/propctrlr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/extensions/source/scanner.po b/translations/source/bo/extensions/source/scanner.po
index 547234d40af..78ad75e8da6 100644
--- a/translations/source/bo/extensions/source/scanner.po
+++ b/translations/source/bo/extensions/source/scanner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/extensions/source/update/check.po b/translations/source/bo/extensions/source/update/check.po
index b6c09098609..630a9117b87 100644
--- a/translations/source/bo/extensions/source/update/check.po
+++ b/translations/source/bo/extensions/source/update/check.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/filter/source/config/fragments/filters.po b/translations/source/bo/filter/source/config/fragments/filters.po
index 42f207f18af..f6680dbfcf0 100644
--- a/translations/source/bo/filter/source/config/fragments/filters.po
+++ b/translations/source/bo/filter/source/config/fragments/filters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-07-28 11:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -60,7 +60,7 @@ msgstr "ཨང་སྒྲིག་ཟིན་པའི་ཡིག་དེབ
msgid "Microsoft Excel 2007 Binary"
msgstr "Microsoft Excel 2007གཉིས་གོང་འགྲིལ་ལུགས།"
-#: impress_OOXML_ui.xcu#Office_Open_XML_Presentation.UIName.value.text
+#: impress_OOXML_ui.xcu#Impress_Office_Open_XML.UIName.value.text
msgid "Office Open XML Presentation"
msgstr ""
@@ -290,7 +290,7 @@ msgstr "HTML ཡིག་ཚགས་"
msgid "ODF Presentation"
msgstr "%productname% གསལ་སྟོན་ཡིག་ཟིན།"
-#: impress_OOXML_Template_ui.xcu#Office_Open_XML_Presentation_Template.UIName.value.text
+#: impress_OOXML_Template_ui.xcu#Impress_Office_Open_XML_Template.UIName.value.text
msgid "Office Open XML Presentation Template"
msgstr ""
diff --git a/translations/source/bo/filter/source/config/fragments/internalgraphicfilters.po b/translations/source/bo/filter/source/config/fragments/internalgraphicfilters.po
index 5db536050ce..b6afa206bbe 100644
--- a/translations/source/bo/filter/source/config/fragments/internalgraphicfilters.po
+++ b/translations/source/bo/filter/source/config/fragments/internalgraphicfilters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/filter/source/config/fragments/types.po b/translations/source/bo/filter/source/config/fragments/types.po
index 0968a3a0a86..e4ac968bc0d 100644
--- a/translations/source/bo/filter/source/config/fragments/types.po
+++ b/translations/source/bo/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 01:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: StarBase.xcu#StarBase.UIName.value.text
@@ -100,7 +100,7 @@ msgstr "Writer 8དཔེ་པང་།"
#: MS_Excel_2007_Binary.xcu#MS_Excel_2007_Binary.UIName.value.text
msgid "Microsoft Excel 2007 Binary"
-msgstr ""
+msgstr "Microsoft Excel 2007གཉིས་གོང་འགྲིལ་ལུགས།"
#: calc8.xcu#calc8.UIName.value.text
msgid "Calc 8"
diff --git a/translations/source/bo/filter/source/flash.po b/translations/source/bo/filter/source/flash.po
index 7eb2d7180a1..3afc564f7b0 100644
--- a/translations/source/bo/filter/source/flash.po
+++ b/translations/source/bo/filter/source/flash.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/filter/source/graphicfilter/eps.po b/translations/source/bo/filter/source/graphicfilter/eps.po
index bfc865befeb..04802606124 100644
--- a/translations/source/bo/filter/source/graphicfilter/eps.po
+++ b/translations/source/bo/filter/source/graphicfilter/eps.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/filter/source/pdf.po b/translations/source/bo/filter/source/pdf.po
index 78863d4b157..03029ce3c6c 100644
--- a/translations/source/bo/filter/source/pdf.po
+++ b/translations/source/bo/filter/source/pdf.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:06+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -119,6 +119,10 @@ msgstr ""
msgid "Export ~notes pages"
msgstr ""
+#: impdialog.src#CB_EXPORTHIDDENSLIDES.checkbox.text
+msgid "Export ~hidden pages"
+msgstr ""
+
#: impdialog.src#CB_EXPORTEMPTYPAGES.checkbox.text
msgid "Exp~ort automatically inserted blank pages"
msgstr "རང་འགུལ་དུ་བར་འཇུག་གི་ཤོག་ངོས་སྟོང་པ་ཕྱིར་འདྲེན།"
diff --git a/translations/source/bo/filter/source/t602.po b/translations/source/bo/filter/source/t602.po
index fc040e5b59c..978d9333890 100644
--- a/translations/source/bo/filter/source/t602.po
+++ b/translations/source/bo/filter/source/t602.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/filter/source/xsltdialog.po b/translations/source/bo/filter/source/xsltdialog.po
index a77ba6ccd5d..0a838a7240c 100644
--- a/translations/source/bo/filter/source/xsltdialog.po
+++ b/translations/source/bo/filter/source/xsltdialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-11 23:06+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/forms/source/resource.po b/translations/source/bo/forms/source/resource.po
index 4f499502d72..a9b4de094df 100644
--- a/translations/source/bo/forms/source/resource.po
+++ b/translations/source/bo/forms/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/formula/source/core/resource.po b/translations/source/bo/formula/source/core/resource.po
index ac6394382a0..b48c488d32b 100644
--- a/translations/source/bo/formula/source/core/resource.po
+++ b/translations/source/bo/formula/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-09 20:45+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -144,6 +144,22 @@ msgstr ""
msgid "ACOTH"
msgstr ""
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_COSECANT.string.text
+msgid "CSC"
+msgstr ""
+
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SECANT.string.text
+msgid "SEC"
+msgstr ""
+
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_COSECANT_HYP.string.text
+msgid "CSCH"
+msgstr ""
+
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SECANT_HYP.string.text
+msgid "SECH"
+msgstr ""
+
#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_EXP.string.text
msgid "EXP"
msgstr ""
diff --git a/translations/source/bo/formula/source/ui/dlg.po b/translations/source/bo/formula/source/ui/dlg.po
index df11da25e5a..aa502aaa189 100644
--- a/translations/source/bo/formula/source/ui/dlg.po
+++ b/translations/source/bo/formula/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/fpicker/source/office.po b/translations/source/bo/fpicker/source/office.po
index 48534b10718..34a485bc4dc 100644
--- a/translations/source/bo/fpicker/source/office.po
+++ b/translations/source/bo/fpicker/source/office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:06+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/framework/source/classes.po b/translations/source/bo/framework/source/classes.po
index 461b891d02d..b3f558b91d7 100644
--- a/translations/source/bo/framework/source/classes.po
+++ b/translations/source/bo/framework/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/framework/source/services.po b/translations/source/bo/framework/source/services.po
index 7796109a63b..88ba8bb7436 100644
--- a/translations/source/bo/framework/source/services.po
+++ b/translations/source/bo/framework/source/services.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/helpcontent2/source/text/sbasic/guide.po b/translations/source/bo/helpcontent2/source/text/sbasic/guide.po
index b07b2c12a53..d666d6c47db 100644
--- a/translations/source/bo/helpcontent2/source/text/sbasic/guide.po
+++ b/translations/source/bo/helpcontent2/source/text/sbasic/guide.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 18:53+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bo/helpcontent2/source/text/sbasic/shared.po b/translations/source/bo/helpcontent2/source/text/sbasic/shared.po
index c8bd9e222c4..6468625b796 100644
--- a/translations/source/bo/helpcontent2/source/text/sbasic/shared.po
+++ b/translations/source/bo/helpcontent2/source/text/sbasic/shared.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-12 08:49+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4969,8 +4969,8 @@ msgid "Default"
msgstr "ཁས་ལེན་"
#: 01170101.xhp#par_id3153547.179.help.text
-msgid "Only input controls receive the focus when using the <emph>Tab </emph>key. Controls without input like caption controls are omitted."
-msgstr "<emph>Tab</emph> མཐེབ་སྤྱོད་སྐབས་ཚོད་ཆས་ཁོ་ན་བཅུག་ན་མདོ་གནས་ཐོག་ཐུབ་ནང་བཅུག་མེད་པའི་ཚོད་ཆས་བསྡུས།"
+msgid "Only input controls receive the focus when using the <emph>Tab</emph> key. Controls without input like caption controls are omitted."
+msgstr ""
#: 01170101.xhp#par_id3154632.52.help.text
msgid "No"
diff --git a/translations/source/bo/helpcontent2/source/text/sbasic/shared/01.po b/translations/source/bo/helpcontent2/source/text/sbasic/shared/01.po
index b2917f49b8b..e1fc92be3c8 100644
--- a/translations/source/bo/helpcontent2/source/text/sbasic/shared/01.po
+++ b/translations/source/bo/helpcontent2/source/text/sbasic/shared/01.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 18:53+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bo/helpcontent2/source/text/sbasic/shared/02.po b/translations/source/bo/helpcontent2/source/text/sbasic/shared/02.po
index 5adcb124059..f382f81a2de 100644
--- a/translations/source/bo/helpcontent2/source/text/sbasic/shared/02.po
+++ b/translations/source/bo/helpcontent2/source/text/sbasic/shared/02.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-12 08:50+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bo/helpcontent2/source/text/scalc.po b/translations/source/bo/helpcontent2/source/text/scalc.po
index 638884e6c78..909d8491824 100644
--- a/translations/source/bo/helpcontent2/source/text/scalc.po
+++ b/translations/source/bo/helpcontent2/source/text/scalc.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+helpcontent2%2Fsource%2Ftext%2Fscalc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 18:53+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bo/helpcontent2/source/text/scalc/00.po b/translations/source/bo/helpcontent2/source/text/scalc/00.po
index 989256e4fe8..84c4dd47ee4 100644
--- a/translations/source/bo/helpcontent2/source/text/scalc/00.po
+++ b/translations/source/bo/helpcontent2/source/text/scalc/00.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 18:54+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bo/helpcontent2/source/text/scalc/01.po b/translations/source/bo/helpcontent2/source/text/scalc/01.po
index eefcb69b934..1bf0b2e9fa7 100644
--- a/translations/source/bo/helpcontent2/source/text/scalc/01.po
+++ b/translations/source/bo/helpcontent2/source/text/scalc/01.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-12 08:51+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17906,7 +17906,7 @@ msgid "Editing Array Formulas"
msgstr "ལིང་ཚེ་སྤྱི་འགྲོས་རྩོམ་སྒྲིག"
#: 04060107.xhp#par_id3149241.317.help.text
-msgid "Select the cell range or array containing the array formula. To select the whole array, position the cell cursor inside the array range, then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>+ /, where / is the Division key on the numeric keypad."
+msgid "Select the cell range or array containing the array formula. To select the whole array, position the cell cursor inside the array range, then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+/, where / is the Division key on the numeric keypad."
msgstr ""
#: 04060107.xhp#par_id3143274.318.help.text
@@ -17968,7 +17968,7 @@ msgid "When you adjust the array range, the array formula will not automatically
msgstr "ལིང་ཚེ་ས་ཁོངས་ལེགས་སྒྲིག་སྐབས་རང་འགུལ་གྱིས་ལིང་ཚེ་སྤྱི་འགྲོས་ལེགས་སྒྲིག་མི་བྱ། འབྲས་བུའི་ས་ཁོངས་མངོན་པ་ཙམ་ལ་བསྒྱུར་བཅོས་བྱས་པའོ།"
#: 04060107.xhp#par_id3146080.333.help.text
-msgid "By holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key, you can create a copy of the array formula in the given range."
+msgid "By holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, you can create a copy of the array formula in the given range."
msgstr ""
#: 04060107.xhp#par_idN10D47.help.text
diff --git a/translations/source/bo/helpcontent2/source/text/scalc/02.po b/translations/source/bo/helpcontent2/source/text/scalc/02.po
index 40f6ce84b5b..ceadd46e33a 100644
--- a/translations/source/bo/helpcontent2/source/text/scalc/02.po
+++ b/translations/source/bo/helpcontent2/source/text/scalc/02.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 18:54+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bo/helpcontent2/source/text/scalc/04.po b/translations/source/bo/helpcontent2/source/text/scalc/04.po
index 8bd82fda383..0f609d62ecb 100644
--- a/translations/source/bo/helpcontent2/source/text/scalc/04.po
+++ b/translations/source/bo/helpcontent2/source/text/scalc/04.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 18:54+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -36,8 +36,8 @@ msgid "To create a matrix in which all the cells contain the same information as
msgstr "ཕྱོགས་ཚད་སྟར་སྒྲིག་ཅིག་གསར་འཛུགས་བྱེད་ན་ དེའི་ནང་གི་རྐྱང་རྒྱུ་ཡོད་ཚད་<emph>ནང་འཇུག་ཕྲེང་</emph>ནང་ནང་འཇུག་གི་ཆ་འཕྲིན་འདུས་ཡོད། ཁྱེད་ཀྱིས་ Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">བཀའ་ཚིག་གནོན་དགོས།</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter འོན་ཀྱང་ཁྱེད་ཀྱིས་ཕྱོགས་ཚད་སྟར་སྒྲིག་གི་ཚོ་ཆས་རྩོམ་སྒྲིག་བྱེད་མ་ཐུབ།"
#: 01020000.xhp#par_id3166426.4.help.text
-msgid "To select multiple cells in different areas of a sheet, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline>and drag in the different areas."
-msgstr "ལས་ཁྲའི་ནང་ས་ཁོངས་མི་འདྲ་བར་གནས་པའི་དྲ་མིག་མང་པོ་འདེམས་ན་ <switchinline select=\"sys\"><caseinline select=\"MAC\">བཀའ་ཚིག་</caseinline><defaultinline>Ctrl</defaultinline></switchinline> མཐེབ་གནོན་པ་མ་ཟད་ས་ཁོངས་མི་འདྲ་བའི་ནང་ཙི་རྟགས་འདྲུད་སྒུལ་བྱེད།"
+msgid "To select multiple cells in different areas of a sheet, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and drag in the different areas."
+msgstr ""
#: 01020000.xhp#par_id3150207.127.help.text
msgid "To select multiple sheets in a spreadsheet, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, and then click the name tabs at the lower edge of the workspace. To select only one sheet in a selection, hold down Shift, and then click the name tab of the sheet."
@@ -237,8 +237,8 @@ msgid "Adds the next sheet to the current selection of sheets. If all the sheets
msgstr "གཤམ་གྱི་ལས་ཁྲ་ཞིག་མིག་སྔའི་བདམས་པའི་ལས་ཁྲར་གསབ་སྣོན་བྱ། གལ་སྲིད་གློག་རྡུལ་རེའུ་མིག་ནང་གི་ལས་ཁྲ་ཡོད་ཚད་བདམས་ན་ འདིས་ཚོ་སྒྲིག་བྱས་པའི་མྱུར་བདེའི་མཐེབ་ཀྱིས་གཤམ་གྱི་ལས་ཁྲ་ཁོ་ན་འདེམས། གཤམ་གྱི་ལས་ཁྲ་མིག་སྔའི་ལས་ཁྲར་འགྱུར་རོ།"
#: 01020000.xhp#hd_id3145826.96.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + *"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">བཀའ་ཚིག་</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+*"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ *"
+msgstr ""
#: 01020000.xhp#par_id3148882.97.help.text
msgid "where (*) is the multiplication sign on the numeric key pad"
@@ -249,8 +249,8 @@ msgid "Selects the data range that contains the cursor. A range is a contiguous
msgstr "འོད་རྟགས་གནས་སའི་གཞི་གྲངས་ས་ཁོངས་འདེམས་དགོས། གནས་འདིའི་ས་ཁོངས་ནི་གཞི་གྲངས་ལྡན་པའི་མུའབྲེལ་དྲ་མིག་ཚོ་ཞིག་ཡིན་ དེའི་ཕྱོགས་བཞིའི་ཕྲེང་དང་སྟར་ཚང་མ་སྟོང་པ་ཡིན།"
#: 01020000.xhp#hd_id3151233.180.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + /"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">བཀའ་ཚིག་</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+/"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ /"
+msgstr ""
#: 01020000.xhp#par_id3149949.181.help.text
msgid "where (/) is the division sign on the numeric key pad"
@@ -285,8 +285,8 @@ msgid "Moves the cursor down one cell in a selected range. To specify the direct
msgstr ""
#: 01020000.xhp#par_id5961180.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline> + ` (see note below this table)"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">བཀའ་ཚིག་</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+1(གྲངས་ཀའི་མཐེབ་གཞོང་ཆུང་བའི་སྟེང་གི་གྲངས་ཀ་མིན་པ་)"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ ` (see note below this table)"
+msgstr ""
#: 01020000.xhp#par_id6407055.help.text
msgid "Displays or hides the formulas instead of the values in all cells."
@@ -499,32 +499,32 @@ msgid "Ungroups the selected data range."
msgstr "བདམས་པའི་གཞི་གྲངས་ས་ཁོངས་ཀྱི་ཚོ་སྒྲིག་རྩིས་མེད་གཏོང་བ།"
#: 01020000.xhp#hd_id3151264.117.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + Down Arrow"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">འདེམས་གཞི་</caseinline><defaultinline>Alt</defaultinline></switchinline>+མདའ་རྩེ་འོག་མ་"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ Down Arrow"
+msgstr ""
#: 01020000.xhp#par_id3153155.118.help.text
msgid "Increases the height of current row."
msgstr "མིག་སྔའི་ཕྲེང་གི་མཐོ་ཚད་འཕར་སྣོན།"
#: 01020000.xhp#hd_id3151297.119.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + Up Arrow"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">འདེམས་གཞི་</caseinline><defaultinline>Alt</defaultinline></switchinline>+མདའ་རྩེ་སྟེང་མ་"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ Up Arrow"
+msgstr ""
#: 01020000.xhp#par_id3155849.120.help.text
msgid "Decreases the height of current row."
msgstr "མིག་སྔའི་ཕྲེང་གི་མཐོ་ཚད་ཆུང་དུ་གཏོང་བ།"
#: 01020000.xhp#hd_id3155997.121.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + Right Arrow"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">འདེམས་གཞི་</caseinline><defaultinline>Alt</defaultinline></switchinline> + མདའ་རྩེ་གཡས་པ་"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ Right Arrow"
+msgstr ""
#: 01020000.xhp#par_id3150256.122.help.text
msgid "Increases the width of the current column."
msgstr "མིག་སྔའི་སྟར་གྱི་སྟར་ཞེང་འཕར་སྣོན།"
#: 01020000.xhp#hd_id3154046.123.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + Left Arrow"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">འདེམས་གཞི་</caseinline><defaultinline>Alt</defaultinline></switchinline> + གཡོན་མཐེབ་མགོ་མཐེབ་"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ Left Arrow"
+msgstr ""
#: 01020000.xhp#par_id3150155.124.help.text
msgid "Decreases the width of the current column."
diff --git a/translations/source/bo/helpcontent2/source/text/scalc/05.po b/translations/source/bo/helpcontent2/source/text/scalc/05.po
index 6897d216042..0a78f7caee5 100644
--- a/translations/source/bo/helpcontent2/source/text/scalc/05.po
+++ b/translations/source/bo/helpcontent2/source/text/scalc/05.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 18:54+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bo/helpcontent2/source/text/scalc/guide.po b/translations/source/bo/helpcontent2/source/text/scalc/guide.po
index d01671e1984..1d542d040af 100644
--- a/translations/source/bo/helpcontent2/source/text/scalc/guide.po
+++ b/translations/source/bo/helpcontent2/source/text/scalc/guide.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-12 08:51+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1531,7 +1531,7 @@ msgstr "དཔེར་ན་ དྲ་མིག་སྟོང་པའི་
#: sorted_list.xhp#par_id2367931.help.text
msgctxt "sorted_list.xhp#par_id2367931.help.text"
-msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>if you do not want to fill the cells with different values."
+msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> if you do not want to fill the cells with different values."
msgstr ""
#: sorted_list.xhp#par_id3152577.5.help.text
@@ -3666,7 +3666,7 @@ msgstr "མགྱོགས་མྱུར་ངང་རྒྱུན་མཐུ
#: calc_series.xhp#par_id9720145.help.text
msgctxt "calc_series.xhp#par_id9720145.help.text"
-msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>if you do not want to fill the cells with different values."
+msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> if you do not want to fill the cells with different values."
msgstr ""
#: calc_series.xhp#par_id3154490.18.help.text
@@ -3825,7 +3825,7 @@ msgid "Formatting Borders and Backgrounds for Cells and Pages"
msgstr "དྲ་མིག་དང་ཤོག་ངོས་ཟླ་སྒྲིག་མཐའ་སྒྲོམ་དང་རྒྱབ་ལྗོངས་རྣམ་གཞག"
#: format_table.xhp#par_id3154733.20.help.text
-msgid "You can assign a format to any group of cells by first selecting the cells (for multiple selection, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key when clicking), and then activating the <emph>Format Cells</emph> dialog in <item type=\"menuitem\">Format - Cell</item>. In this dialog, you can select attributes such as shadows and backgrounds."
+msgid "You can assign a format to any group of cells by first selecting the cells (for multiple selection, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key when clicking), and then activating the <emph>Format Cells</emph> dialog in <item type=\"menuitem\">Format - Cell</item>. In this dialog, you can select attributes such as shadows and backgrounds."
msgstr ""
#: format_table.xhp#par_id3145116.21.help.text
@@ -4743,7 +4743,7 @@ msgid "In $[officename] Calc, you can insert values, text or formulas that are s
msgstr "$[officename] གློག་རྡུལ་རེའུ་མིག་ནང་གྲངས་ཐང་དང་ཡི་གེའམ་སྤྱི་འགྲོས་བསྒར་འཛུད་བྱ་རུང་ དུས་མཚུངས་དེ་ཡིག་ཚགས་ནང་བདམས་པའི་ལས་ཁྲ་གཞན་དག་ལ་འདྲ་ཕབ་བྱ།"
#: edit_multitables.xhp#par_id3153768.8.help.text
-msgid "Select all desired sheets by holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key and clicking the corresponding register tabs that are still gray at the bottom margin of the workspace. All selected register tabs are now white."
+msgid "Select all desired sheets by holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key and clicking the corresponding register tabs that are still gray at the bottom margin of the workspace. All selected register tabs are now white."
msgstr ""
#: edit_multitables.xhp#par_idN10614.help.text
@@ -4974,9 +4974,8 @@ msgid "Selecting Multiple Sheets"
msgstr "ལས་ཁྲ་མང་པོ་འདེམས་པ།"
#: multitables.xhp#par_id3145251.6.help.text
-#, fuzzy
-msgid "The sheet tab of the current sheet is always visible in white in front of the other sheet tabs. The other sheet tabs are gray when they are not selected. By clicking other sheet tabs while pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline>you can select multiple sheets."
-msgstr "མཐེབ་གཞོང་སྤྱད་ནས་རེའུ་མིག་འདེམས་ན་འོད་རྟགས་རེའུ་མིག་ནང་སྤོས་རྗེས་ <switchinline select=\"sys\"><caseinline select=\"MAC\">བཀའ་ཚིག་</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A མཐེབ་གནོན་པ་དང་ དྲ་མིག་ཡོད་ཚད་བདམས་མ་ཚར་བར་དུ་མཐེབ་གནོན་དགོས།"
+msgid "The sheet tab of the current sheet is always visible in white in front of the other sheet tabs. The other sheet tabs are gray when they are not selected. By clicking other sheet tabs while pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> you can select multiple sheets."
+msgstr ""
#: multitables.xhp#par_idN106B7.help.text
msgctxt "multitables.xhp#par_idN106B7.help.text"
@@ -4988,9 +4987,8 @@ msgid "Undoing a Selection"
msgstr "བདམས་པ་རྩིས་མེད།"
#: multitables.xhp#par_id3146969.13.help.text
-#, fuzzy
-msgid "To undo the selection of a sheet, click its sheet tab again while pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline>key. The sheet that is currently visible cannot be removed from the selection."
-msgstr "རེའུ་མིག་གི་ནང་དོན་སུབ་ན་ རེའུ་མིག་ནང་རྐྱང་རྡེབ་བྱ་ <switchinline select=\"sys\"><caseinline select=\"MAC\">བཀའ་ཚིག་</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A མཐེབ་གནོན་འཛིན་གྱིས་དྲ་མིག་ཡོད་ཚད་འདེམས་མ་ཚར་བར་མནན་རྗེས་ Delete ཡང་ན་ Backspace མཐེབ་གནོན་དགོས།"
+msgid "To undo the selection of a sheet, click its sheet tab again while pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key. The sheet that is currently visible cannot be removed from the selection."
+msgstr ""
#: multitables.xhp#hd_id3156382.15.help.text
msgid "Calculating Across Multiple Sheets"
@@ -5041,7 +5039,7 @@ msgid "If you move cells in insert mode within the same row (only horizontally),
msgstr ""
#: move_dragdrop.xhp#par_id2586748.help.text
-msgid "In both modes, you can hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key, or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift keys while you release the mouse button to insert a copy or a link, respectively."
+msgid "In both modes, you can hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift keys while you release the mouse button to insert a copy or a link, respectively."
msgstr ""
#: move_dragdrop.xhp#par_id5814081.help.text
@@ -5062,7 +5060,7 @@ msgid "Cells are moved and overwrite the cells in the target area. Source cells
msgstr ""
#: move_dragdrop.xhp#par_id6161687.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key"
msgstr ""
#: move_dragdrop.xhp#par_id4278389.help.text
@@ -5090,7 +5088,7 @@ msgid "If you move within the same rows on the same sheet, the cells in the targ
msgstr ""
#: move_dragdrop.xhp#par_id2783898.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option+Command </caseinline><defaultinline>Alt+Ctrl </defaultinline></switchinline>keys"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option+Command </caseinline><defaultinline>Alt+Ctrl</defaultinline></switchinline> keys"
msgstr ""
#: move_dragdrop.xhp#par_id2785119.help.text
@@ -5184,8 +5182,8 @@ msgid "To create a scenario, select all the cells that provide the data for the
msgstr "འཆར་འགོད་གསར་འཛུགས་དགོས་ན་འཆར་འགོད་འདིའི་གཞི་གྲངས་ཚུད་པའི་འབྲེལ་ཡོད་དྲ་མིག་ཡོད་ཚད་འདེམས་རོགས།"
#: scenario.xhp#par_id3154020.17.help.text
-msgid "Select the cells that contain the values that will change between scenarios. To select multiple cells, hold down the <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline></item>key as you click each cell."
-msgstr "ད་ཡོད་འཆར་འགོད་སྒྲོམ་བདམས་ནས་དྲ་མིག་ཡོད་ཚད་འབུར་དུ་མངོན་པ་བྱེད། གལ་ཏེ་མཁོ་བའི་གཞི་གྲངས་ཁོངས་གཅིག་མིན་ཞིང་ལས་ཁྲའི་ཤོག་ལྷེའི་ནང་ ཁྱེད་ཀྱིས་ངེས་པར་དུ་ཟློས་མང་འདེམས་པའི་ནུས་པ་སྤྱད་ནས་གཞི་གྲངས་ཁོངས་འདི་རྣམས་འདེམས་ ཁྱེད་ཀྱིས་<switchinline select=\"sys\"> <caseinline select=\"MAC\"><item type=\"keycode\">བཀའ་ཚིག་</item></caseinline> <defaultinline><item type=\"keycode\">Ctrl</item></defaultinline> </switchinline> མཐེབ་གནོན་དང་ཆབས་ཅིག་ཙིག་རྟགས་གི་དྲ་མིག་དེར་རྐྱང་རྡེབ་དགོས།"
+msgid "Select the cells that contain the values that will change between scenarios. To select multiple cells, hold down the <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline></item> key as you click each cell."
+msgstr ""
#: scenario.xhp#par_id3150364.18.help.text
msgid "Choose <emph>Tools - Scenarios</emph>. The <emph>Create Scenario</emph> dialog appears."
@@ -5629,9 +5627,8 @@ msgid "By double-clicking on one of the fields in the <emph>Data Fields</emph> a
msgstr "<emph>གཞི་གྲངས་ཡིག་དུམ་</emph>ས་ཁོངས་ནང་གི་ཡིག་དུམ་ཞིག་ལ་ཆ་རྡེབ་བྱ་ དེས་ན་<link href=\"text/scalc/01/12090105.xhp\" name=\"གཞི་གྲངས་ཡིག་དུམ།\"><emph>གཞི་གྲངས་ཡིག་དུམ།</emph></link> གླེང་སྒྲོམ་མངོན་པར་འགྱུར།"
#: datapilot_createtable.xhp#par_id3156286.17.help.text
-#, fuzzy
-msgid "Use the <item type=\"menuitem\">Data Field</item> dialog to select the calculations to be used for the data. To make a multiple selection, press the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline>key while clicking the desired calculation."
-msgstr "མཐེབ་གཞོང་སྤྱད་ནས་རེའུ་མིག་འདེམས་ན་འོད་རྟགས་རེའུ་མིག་ནང་སྤོས་རྗེས་ <switchinline select=\"sys\"><caseinline select=\"MAC\">བཀའ་ཚིག་</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A མཐེབ་གནོན་པ་དང་ དྲ་མིག་ཡོད་ཚད་བདམས་མ་ཚར་བར་དུ་མཐེབ་གནོན་དགོས།"
+msgid "Use the <item type=\"menuitem\">Data Field</item> dialog to select the calculations to be used for the data. To make a multiple selection, press the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while clicking the desired calculation."
+msgstr ""
#: datapilot_createtable.xhp#par_id3150329.13.help.text
msgid "The order of the buttons can be changed at any time by moving them to a different position in the area with the mouse."
diff --git a/translations/source/bo/helpcontent2/source/text/schart.po b/translations/source/bo/helpcontent2/source/text/schart.po
index 2428d4057f1..dcd381aebb2 100644
--- a/translations/source/bo/helpcontent2/source/text/schart.po
+++ b/translations/source/bo/helpcontent2/source/text/schart.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+helpcontent2%2Fsource%2Ftext%2Fschart.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 18:54+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bo/helpcontent2/source/text/schart/00.po b/translations/source/bo/helpcontent2/source/text/schart/00.po
index b63d4310eb2..d234f639618 100644
--- a/translations/source/bo/helpcontent2/source/text/schart/00.po
+++ b/translations/source/bo/helpcontent2/source/text/schart/00.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 18:55+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bo/helpcontent2/source/text/schart/01.po b/translations/source/bo/helpcontent2/source/text/schart/01.po
index dd6d7158e39..2d62cda879b 100644
--- a/translations/source/bo/helpcontent2/source/text/schart/01.po
+++ b/translations/source/bo/helpcontent2/source/text/schart/01.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-12 08:51+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bo/helpcontent2/source/text/schart/02.po b/translations/source/bo/helpcontent2/source/text/schart/02.po
index e2c84211787..fd5e6ff0554 100644
--- a/translations/source/bo/helpcontent2/source/text/schart/02.po
+++ b/translations/source/bo/helpcontent2/source/text/schart/02.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 18:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bo/helpcontent2/source/text/schart/04.po b/translations/source/bo/helpcontent2/source/text/schart/04.po
index 62419744136..3e426e6de1b 100644
--- a/translations/source/bo/helpcontent2/source/text/schart/04.po
+++ b/translations/source/bo/helpcontent2/source/text/schart/04.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 18:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bo/helpcontent2/source/text/sdraw.po b/translations/source/bo/helpcontent2/source/text/sdraw.po
index 6b6fc81af33..f6e007347eb 100644
--- a/translations/source/bo/helpcontent2/source/text/sdraw.po
+++ b/translations/source/bo/helpcontent2/source/text/sdraw.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+helpcontent2%2Fsource%2Ftext%2Fsdraw.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 18:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bo/helpcontent2/source/text/sdraw/00.po b/translations/source/bo/helpcontent2/source/text/sdraw/00.po
index 391ab892023..6539153e0da 100644
--- a/translations/source/bo/helpcontent2/source/text/sdraw/00.po
+++ b/translations/source/bo/helpcontent2/source/text/sdraw/00.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 18:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bo/helpcontent2/source/text/sdraw/01.po b/translations/source/bo/helpcontent2/source/text/sdraw/01.po
index 9e6c34296bc..c29e516e1fe 100644
--- a/translations/source/bo/helpcontent2/source/text/sdraw/01.po
+++ b/translations/source/bo/helpcontent2/source/text/sdraw/01.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 18:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bo/helpcontent2/source/text/sdraw/04.po b/translations/source/bo/helpcontent2/source/text/sdraw/04.po
index 6912e8ce8ab..39329ff03db 100644
--- a/translations/source/bo/helpcontent2/source/text/sdraw/04.po
+++ b/translations/source/bo/helpcontent2/source/text/sdraw/04.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 18:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -375,8 +375,8 @@ msgid "Press the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option<
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">འདེམས་གཞི་</caseinline><defaultinline>Alt</defaultinline></switchinline> མཐེབ་གནོན་པ་མ་ཟད་ཙིག་རྟགས་འདྲུད་སྒུལ་བེད་སྤྱོད་པ་ བྱ་ཡུལ་གྱི་ལྟེ་གནས་ནས་ཕྱིར་ལ་བྱ་ཡུལ་ཆེ་ཆུང་འགོད་པའམ་ཡང་ན་བཟོ་བཅོས་བྱ་ཆོག"
#: 01020000.xhp#hd_id3143232.83.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + click on an object"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">འདེམས་གཞི།</caseinline><defaultinline>Alt</defaultinline></switchinline> + བྱ་ཡུལ་ལ་རྐྱང་རྡེབ།"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ click on an object"
+msgstr ""
#: 01020000.xhp#par_id3156007.84.help.text
msgid "Selects the object behind the currently selected object."
diff --git a/translations/source/bo/helpcontent2/source/text/sdraw/guide.po b/translations/source/bo/helpcontent2/source/text/sdraw/guide.po
index 08bce92d665..e060a40ce2a 100644
--- a/translations/source/bo/helpcontent2/source/text/sdraw/guide.po
+++ b/translations/source/bo/helpcontent2/source/text/sdraw/guide.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 18:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bo/helpcontent2/source/text/shared.po b/translations/source/bo/helpcontent2/source/text/shared.po
index 454bf05802b..21740b570ad 100644
--- a/translations/source/bo/helpcontent2/source/text/shared.po
+++ b/translations/source/bo/helpcontent2/source/text/shared.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+helpcontent2%2Fsource%2Ftext%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 18:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bo/helpcontent2/source/text/shared/00.po b/translations/source/bo/helpcontent2/source/text/shared/00.po
index df577415148..edff936fc22 100644
--- a/translations/source/bo/helpcontent2/source/text/shared/00.po
+++ b/translations/source/bo/helpcontent2/source/text/shared/00.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 18:57+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4507,6 +4507,10 @@ msgstr ""
msgid "<variable id=\"java\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Java</emph></variable>"
msgstr ""
+#: 00000406.xhp#par_id5485702.help.text
+msgid "<variable id=\"online_update\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Online Update </emph></variable>"
+msgstr ""
+
#: 00000406.xhp#par_id3146989.152.help.text
msgid "<variable id=\"accessibility\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Accessibility</emph></variable>"
msgstr ""
diff --git a/translations/source/bo/helpcontent2/source/text/shared/01.po b/translations/source/bo/helpcontent2/source/text/shared/01.po
index c054e434c40..a1f8b06b897 100644
--- a/translations/source/bo/helpcontent2/source/text/shared/01.po
+++ b/translations/source/bo/helpcontent2/source/text/shared/01.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-07-28 11:30+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3597,6 +3597,10 @@ msgstr "\"གློག་བཪྙན་པར་གཞི་དང་སྐད
msgid "The file types that are listed in this dialog are not supported by all operating systems."
msgstr "བཀོལ་སྤྱོད་མ་ལག་ཚང་མས་གླེང་སྒྲོམ་དེའི་ནང་བསྒྲིགས་པའི་ཡིག་ཆའི་རིགས་རྒྱབ་སྐྱོར་མི་བྱེད།"
+#: moviesound.xhp#par_idN10700.help.text
+msgid "Click the <emph>Link</emph> box if you want a link to the original file. If it is not checked, the media file will be embedded (not supported with all file formats)."
+msgstr ""
+
#: moviesound.xhp#par_idN106D7.help.text
msgid "Click <emph>Open</emph>."
msgstr "<emph>\"ཁ་ཕྱེ་\"</emph>གནོན་མཐེབ་ལ་རྐྱང་རྡེབ་བྱེད།"
@@ -12019,7 +12023,7 @@ msgid "To view the styles that are used in a file, double-click the file name, a
msgstr "ཡིག་ཆའི་སྤྱད་པའི་བཟོ་ལྟ་ལྟ་ཞིབ་བྱ་དགོས་ན་ཡིག་ཆའི་མིང་ལ་ཆ་རྡེབ་བྱ་ དེ་རྗེས་<emph>\"བཟོ་ལྟ་\"</emph>རིས་རྟགས་ལ་ཆ་རྡེབ་བྱ།"
#: 01110100.xhp#par_id3155504.35.help.text
-msgid "To copy a style, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>and drag the style from one file to another file. To move a style, drag the style from one file to another file."
+msgid "To copy a style, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and drag the style from one file to another file. To move a style, drag the style from one file to another file."
msgstr ""
#: 01110100.xhp#hd_id3149578.8.help.text
@@ -12657,7 +12661,7 @@ msgid "Selection field"
msgstr "ཡིག་དུམ་འདེམས་པ།"
#: 02230401.xhp#par_id3161459.4.help.text
-msgid "<ahelp hid=\"HID_REDLINING_VIEW_DG_VIEW\">Lists the changes that were recorded in the document. When you select an entry in the list, the change is highlighted in the document. To sort the list, click a column heading. </ahelp> Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>while you click to select multiple entries in the list."
+msgid "<ahelp hid=\"HID_REDLINING_VIEW_DG_VIEW\">Lists the changes that were recorded in the document. When you select an entry in the list, the change is highlighted in the document. To sort the list, click a column heading. </ahelp> Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while you click to select multiple entries in the list."
msgstr ""
#: 02230401.xhp#par_id3152812.6.help.text
@@ -19441,7 +19445,7 @@ msgid "Several records or removing a selection"
msgstr "ཟིན་ཐོ་མང་པོ་འདེམས་པའམ་ཡང་ན་འདེམས་གཞི་རྩིས་མེད་གཏོང་།"
#: 05340400.xhp#par_id3149295.17.help.text
-msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>and click the row header"
+msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and click the row header"
msgstr ""
#: 05340400.xhp#par_id3152360.18.help.text
diff --git a/translations/source/bo/helpcontent2/source/text/shared/02.po b/translations/source/bo/helpcontent2/source/text/shared/02.po
index 68ec3cf2c32..535ab01ca96 100644
--- a/translations/source/bo/helpcontent2/source/text/shared/02.po
+++ b/translations/source/bo/helpcontent2/source/text/shared/02.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-07-28 11:31+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -6825,8 +6825,8 @@ msgid "Decrease Indent"
msgstr "ནང་སྐུམ་ཚད་ཉུང་དུ་གཏོང་བ།"
#: 02130000.xhp#par_id3153031.6.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you click the <emph>Decrease Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key, the indent for the selected paragraph is moved by the default tab stop that has been set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">གལ་ཏེ་<emph>\"ནང་སྐུམ་ཚད་ཉུང་དུ་གཏོང་བ།\"</emph>རིས་རྟགས་ལ་རྐྱང་རྡེབ་བྱས་ནས་དུས་མཚུངས་<switchinline select=\"sys\"><caseinline select=\"MAC\">བཀའ་ཚིག་མཐེབ་</caseinline><defaultinline>Ctrl མཐེབ་</defaultinline></switchinline>མནན་ན་ བདམས་པའི་དུམ་བུའི་ནང་སྐུམ་ཐང་ལ་<link href=\"text/shared/optionen/01040200.xhp\" name=\"ཡོ་བྱད་ - འདེམས་གཞི་ - ཡི་གེ་ལས་སྣོན་ཡིག་ཚགས་ - སྤྱིར་བཏང་\"><emph>[ཡོ་བྱད། [འདེམས་གཞི།...] - \"ཡི་གེ་ལས་སྣོན་ཡིག་ཚགས།\" - \"སྤྱིར་བཏང་།\"</emph></link>ནང་གཏན་འཁེལ་བྱས་པའི་ཁས་ལེན་རེའུ་འགོད་གནས་སྤྱོད་དོ།</caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you click the <emph>Decrease Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, the indent for the selected paragraph is moved by the default tab stop that has been set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
+msgstr ""
#: 01171300.xhp#tit.help.text
msgctxt "01171300.xhp#tit.help.text"
@@ -7636,7 +7636,7 @@ msgid "You can copy controls in the document through the clipboard (shortcut key
msgstr "དྲས་སྦྱར་པང་བརྒྱུད་ནས་ཡིག་ཚགས་ནང་གི་ཚོད་ཆས་འདྲ་ཕབ་བྱེད་(མྱུར་བདེའི་མཐེབ་ <switchinline select=\"sys\"><caseinline select=\"MAC\">བཀའ་ཚིག་</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C འདྲ་ཕབ་ལ་སྤྱོད་<switchinline select=\"sys\"><caseinline select=\"MAC\">བཀའ་ཚིག་</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V བསྒར་འཛུད་ལ་སྤྱོད་)<emph>རེའུ་བྱང་ལས་རོགས་</emph>ནང་གབ་སྦས་ཚོད་ཆས་འདྲ་ཕབ་བྱེད་ ཁྱེད་ཀྱིས་འདྲུད་འཇོག་བྱེད་དུས་<switchinline select=\"sys\"><caseinline select=\"MAC\">བཀའ་ཚིག་</caseinline><defaultinline>Ctrl</defaultinline></switchinline> མཐེབ་གནོན་དགོས་སོ།"
#: 01170600.xhp#par_id3145068.20.help.text
-msgid "Drag and drop to copy controls within the same document or between documents. Open another form document and drag the hidden control from the <emph>Form Navigator</emph> into the <emph>Form Navigator</emph> of the target document. Click a visible control directly in the document, rest the mouse for a moment so that a copy of the control is added to the drag-and-drop clipboard, then drag the copy into the other document. If you want a copy in the same document, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>while dragging."
+msgid "Drag and drop to copy controls within the same document or between documents. Open another form document and drag the hidden control from the <emph>Form Navigator</emph> into the <emph>Form Navigator</emph> of the target document. Click a visible control directly in the document, rest the mouse for a moment so that a copy of the control is added to the drag-and-drop clipboard, then drag the copy into the other document. If you want a copy in the same document, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while dragging."
msgstr ""
#: 01170600.xhp#hd_id3152812.13.help.text
@@ -8245,8 +8245,8 @@ msgid "Drag the mark on the right to the left while pressing the mouse button"
msgstr "ཙིག་མཐེབ་གནོན་འཛིན་གྱིས་གཡས་ཕྱོགས་ཀྱི་རྟགས་གཡོན་ངོས་སུ་འདྲུད།"
#: 13020000.xhp#par_id3154760.16.help.text
-msgid "In order to change the left indent starting with the second line of a paragraph, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline> key, click the triangle on the bottom left, and drag it to the right."
-msgstr "དུམ་མཚམས་ཀྱི་ཡིག་ཕྲེང་གཉིས་པ་ནས་གཡོན་ནང་སྐུམ་བྱས་པར་བཟོ་བཅོས་བྱ་དགོས་ན་<switchinline select=\"sys\"><caseinline select=\"MAC\">བཀའ་ཚིག་</caseinline><defaultinline> Ctrl </defaultinline></switchinline>མཐེབ་གནོན་འཛིན་དང་གཡོན་འོག་གི་ཟུར་གསུམ་དབྱིབས་ལ་རྐྱང་རྡེབ་དང་སྦྲགས་གཡས་སུ་འདྲུད།"
+msgid "In order to change the left indent starting with the second line of a paragraph, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, click the triangle on the bottom left, and drag it to the right."
+msgstr ""
#: 13020000.xhp#par_id3148453.17.help.text
msgid "Tabs that have been set are not changed when indenting a paragraph. If the set tabs end up outside the margins of the paragraph, they are no longer displayed, but they still exist."
@@ -8523,8 +8523,8 @@ msgid "Increase Indent"
msgstr "ནང་སྐུམ་ཚད་ཆེར་གཏོང་བ།"
#: 02140000.xhp#par_id3152996.5.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Click the <emph>Increase Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key to move the indenting of the selected paragraph by the default tab distance set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">གལ་ཏེ་<switchinline select=\"sys\"><caseinline select=\"MAC\">བཀའ་ཚིག་ </caseinline><defaultinline>Ctrl</defaultinline></switchinline> མཐེབ་གནོན་པ་དང་དུས་མཚུངས་<emph>\" ནང་སྐུམ་ཚད་ཆེར་གཏོང་བ།\"</emph>རིས་རྟགས་ལ་རྐྱང་རྡེའུ་བྱས་ན་ བདམས་པའི་དུམ་བུའི་ནང་སྐུམ་ཐང་ལ་<link href=\"text/shared/optionen/01040200.xhp\" name=\"ཡོ་བྱད་ - འདེམས་གཞི་ - ཡི་གེ་ལས་སྣོན་ཡིག་ཚགས་ - སྤྱིར་བཏང་\"><emph>[ཡོ་བྱད།] - [འདེམས་གཞི།..] - \"ཡི་གེ་ལས་སྣོན་ཡིག་ཚགས།\" - \"སྤྱིར་བཏང་།\"</emph></link>ནང་བཀོད་སྒྲིག་བྱས་པའི་ཁས་ལེན་རེའུ་འགོད་རྟགས་བར་ཆོད་སྤྱོད་དོ།</caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Click the <emph>Increase Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key to move the indenting of the selected paragraph by the default tab distance set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
+msgstr ""
#: 02140000.xhp#par_id3157910.6.help.text
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Example:</caseinline></switchinline>"
diff --git a/translations/source/bo/helpcontent2/source/text/shared/04.po b/translations/source/bo/helpcontent2/source/text/shared/04.po
index c863f604c17..eeb1c1a0c72 100644
--- a/translations/source/bo/helpcontent2/source/text/shared/04.po
+++ b/translations/source/bo/helpcontent2/source/text/shared/04.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 18:58+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bo/helpcontent2/source/text/shared/05.po b/translations/source/bo/helpcontent2/source/text/shared/05.po
index 82cfe0fd03a..c94692b7510 100644
--- a/translations/source/bo/helpcontent2/source/text/shared/05.po
+++ b/translations/source/bo/helpcontent2/source/text/shared/05.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 18:58+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bo/helpcontent2/source/text/shared/07.po b/translations/source/bo/helpcontent2/source/text/shared/07.po
index 56f453ac8ed..c0a0a3ec410 100644
--- a/translations/source/bo/helpcontent2/source/text/shared/07.po
+++ b/translations/source/bo/helpcontent2/source/text/shared/07.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F07.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 18:58+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bo/helpcontent2/source/text/shared/autokorr.po b/translations/source/bo/helpcontent2/source/text/shared/autokorr.po
index b5c1186536f..2bc841e512f 100644
--- a/translations/source/bo/helpcontent2/source/text/shared/autokorr.po
+++ b/translations/source/bo/helpcontent2/source/text/shared/autokorr.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautokorr.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 18:58+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bo/helpcontent2/source/text/shared/autopi.po b/translations/source/bo/helpcontent2/source/text/shared/autopi.po
index 7ecf6bc8b71..763b7f80fa5 100644
--- a/translations/source/bo/helpcontent2/source/text/shared/autopi.po
+++ b/translations/source/bo/helpcontent2/source/text/shared/autopi.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautopi.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-12 09:17+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bo/helpcontent2/source/text/shared/explorer/database.po b/translations/source/bo/helpcontent2/source/text/shared/explorer/database.po
index fce33784457..8adeb00d286 100644
--- a/translations/source/bo/helpcontent2/source/text/shared/explorer/database.po
+++ b/translations/source/bo/helpcontent2/source/text/shared/explorer/database.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fexplorer%2Fdatabase.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-12 09:17+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bo/helpcontent2/source/text/shared/guide.po b/translations/source/bo/helpcontent2/source/text/shared/guide.po
index 97c3de5ccbb..423f6b54523 100644
--- a/translations/source/bo/helpcontent2/source/text/shared/guide.po
+++ b/translations/source/bo/helpcontent2/source/text/shared/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-12 09:23+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2012-01-11 16:05+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bo\n"
@@ -3019,7 +3019,7 @@ msgid "Select an object by a single click."
msgstr "ལ་རྐྱང་རྡེབ་བརྒྱུད་བྱ་ཡུལ་འདེམས།"
#: gallery_insert.xhp#par_id3154140.12.help.text
-msgid "Drag the object into the document while pressing the Shift and <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>keys, or right-click to open the context menu and select <emph>Insert</emph> and <emph>Link</emph>."
+msgid "Drag the object into the document while pressing the Shift and <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> keys, or right-click to open the context menu and select <emph>Insert</emph> and <emph>Link</emph>."
msgstr ""
#: gallery_insert.xhp#hd_id3156282.13.help.text
@@ -4384,7 +4384,7 @@ msgid "To reattach a floating window, drag-and-drop the window's title bar to an
msgstr ""
#: floating_toolbar.xhp#par_id1510055.help.text
-msgid "Depending on your system's window manager settings, you may also double-click an empty place on the toolbar or window, while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key. Or double-click the title bar of the floating toolbar or window."
+msgid "Depending on your system's window manager settings, you may also double-click an empty place on the toolbar or window, while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key. Or double-click the title bar of the floating toolbar or window."
msgstr ""
#: floating_toolbar.xhp#par_idN107AC.help.text
@@ -6529,16 +6529,16 @@ msgid "Starting the $[officename] Software From the Command Line"
msgstr "བཀའ་ཚིག་ཕྲེང་ $[officename] མཉེན་ཆས་སྒུལ་སློང་བྱེད།"
#: start_parameters.xhp#par_id3156152.5.help.text
-msgid "Under Windows, select <emph>Run</emph> from the Windows Start menu, or open a Shell under UNIX® based platforms."
-msgstr "Windows འོག་ Windows \"འགོ་འཛུགས་\"ཚལ་ཐོའི་ནང་<emph>འཁོར་སྐྱེད་</emph>འདེམས་ ཡང་ན་ UNIX® གཞིགས་པའི་མ་སྟེགས་འོག་Shellཁ་ཕྱེ།"
+msgid "Under Windows, select <emph>Run</emph> from the Windows Start menu, or open a shell under Linux, *BSD, or Mac OS X platforms."
+msgstr ""
#: start_parameters.xhp#par_id3152472.6.help.text
msgid "Under Windows, type the following text in the <emph>Open </emph>text field and click <emph>OK</emph>. "
msgstr "Windows འོག་<emph>ཁ་ཕྱེ་</emph>ཡི་གེའི་ཡིག་དུམ་ནང་གཤམ་གྱི་ཡི་གེ་མཐེབ་འཇུག་བྱེད་པ་མ་ཟད་<emph>\"གཏན་འཁེལ་\"</emph>རྐྱང་རྡེབ་བྱེད།"
#: start_parameters.xhp#par_id3149669.53.help.text
-msgid "Under UNIX based systems, type the following line of text, then press <emph>Return</emph>:"
-msgstr "UNIX གཞིགས་པའི་མ་ལག་འོག་ གཤམ་གྱི་ཡི་གེའི་ཕྲེང་མཐེབ་འཇུག་བྱེད་ དེ་རྗེས་ <emph>Enter</emph> མཐེབ་གནོན།"
+msgid "Under UNIX-like systems, type the following line of text, then press <emph>Return</emph>:"
+msgstr ""
#: start_parameters.xhp#par_id3147561.7.help.text
msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">{install}\\program\\soffice.exe {parameter} </caseinline><caseinline select=\"UNIX\">{install}/program/soffice {parameter} </caseinline></switchinline>"
@@ -6565,15 +6565,25 @@ msgid "Meaning"
msgstr "གོ་དོན།"
#: start_parameters.xhp#par_id3149983.73.help.text
-msgid "-help / -h / -?"
+#, fuzzy
+msgid "--help / -h / -?"
msgstr "-help / -h / -?"
#: start_parameters.xhp#par_id3147349.74.help.text
msgid "Lists the available command line parameters <switchinline select=\"sys\"><caseinline select=\"WIN\">in a dialog box</caseinline><defaultinline>to the console</defaultinline></switchinline>."
msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">གླེང་སྒྲོམ་ནང་</caseinline><defaultinline>ཚོད་འཛིན་སྟེགས་བུའི་ནང་</defaultinline></switchinline>སྤྱོད་རུང་བའི་བཀའ་ཚིག་ཕྲེང་ཞུགས་གྲངས་སྒྲིག།-help ཅུང་རིང་བའི་རོགས་ཐམ་ཡི་གེ་མངོན་ -h ཅུང་ཐུང་བའི་རོགས་རམ་ཡི་གེ་མངོན།"
+#: start_parameters.xhp#par_id31499et.73.help.text
+msgid "--version"
+msgstr ""
+
+#: start_parameters.xhp#par_id31473et.74.help.text
+msgid "Displays the version information."
+msgstr ""
+
#: start_parameters.xhp#par_id3150010.59.help.text
-msgid "-writer"
+#, fuzzy
+msgid "--writer"
msgstr "-writer"
#: start_parameters.xhp#par_id3147213.60.help.text
@@ -6581,7 +6591,8 @@ msgid "Starts with an empty Writer document."
msgstr "སྟོང་ཆའི་ཡི་གེ་ལས་སྣོན་ཡིག་ཚགས་སྒུལ་སློང་བྱེད།"
#: start_parameters.xhp#par_id3148616.61.help.text
-msgid "-calc"
+#, fuzzy
+msgid "--calc"
msgstr "-calc"
#: start_parameters.xhp#par_id3145261.62.help.text
@@ -6589,7 +6600,8 @@ msgid "Starts with an empty Calc document."
msgstr "སྟོང་པའི་ལས་དེབ་སྒུལ་སློང་།"
#: start_parameters.xhp#par_id3156443.63.help.text
-msgid "-draw"
+#, fuzzy
+msgid "--draw"
msgstr "-draw"
#: start_parameters.xhp#par_id3154011.64.help.text
@@ -6597,7 +6609,8 @@ msgid "Starts with an empty Draw document."
msgstr "སྟོང་ཆའི་རིས་འགོད་ཡིག་ཚགས་སྒུལ་སློང་བྱེད།"
#: start_parameters.xhp#par_id3153142.65.help.text
-msgid "-impress"
+#, fuzzy
+msgid "--impress"
msgstr "-impress"
#: start_parameters.xhp#par_id3153222.66.help.text
@@ -6605,7 +6618,8 @@ msgid "Starts with an empty Impress document."
msgstr "སྟོང་ཆའི་སྒྲོན་བཪྙན་སྤྱིན་ཤོག་སྒུལ་སློང་།"
#: start_parameters.xhp#par_id3155853.67.help.text
-msgid "-math"
+#, fuzzy
+msgid "--math"
msgstr "-math"
#: start_parameters.xhp#par_id3146928.68.help.text
@@ -6613,7 +6627,8 @@ msgid "Starts with an empty Math document."
msgstr "སྟོང་ཆའི་སྤྱི་འགྲོས་ཡིག་ཚགས་སྒུལ་སློང་བྱེད།"
#: start_parameters.xhp#par_id3149960.69.help.text
-msgid "-global"
+#, fuzzy
+msgid "--global"
msgstr "-global"
#: start_parameters.xhp#par_id3151075.70.help.text
@@ -6621,7 +6636,8 @@ msgid "Starts with an empty Writer master document."
msgstr "སྟོང་ཆའི་ཁྱོན་ཡོངས་ཀྱི་ཡིག་ཚགས་སྒུལ་སློང་བྱེད།"
#: start_parameters.xhp#par_id3154510.71.help.text
-msgid "-web"
+#, fuzzy
+msgid "--web"
msgstr "-web"
#: start_parameters.xhp#par_id3148836.72.help.text
@@ -6629,7 +6645,8 @@ msgid "Starts with an empty HTML document."
msgstr "སྟོང་བའི་ HTML ཡིག་ཚགས་སྒུལ་སློང་བྱེད།"
#: start_parameters.xhp#par_id3149403.help.text
-msgid "-show {filename.odp}"
+#, fuzzy
+msgid "--show {filename.odp}"
msgstr "-show {filename.odp}"
#: start_parameters.xhp#par_id3153838.80.help.text
@@ -6637,23 +6654,17 @@ msgid "Starts with the Impress file <emph>{filename.odp}</emph> and starts the p
msgstr "གསལ་སྟོན་ཡིག་ཟིན་ཡིག་ཆ་ནས་ <emph>{filename.odp}</emph> གསལ་སྟོན་ཡིག་ཟིན་བཪྙན་གཏོང་འགོ་འཛུགས། གསལ་སྟོན་ཡིག་ཟིན་བཪྙན་གཏོང་ཚར་བའི་རྗེས་མ་ཚུལ་རྩོམ་སྒྲིག་ནང་ཚུད་ཡོད།"
#: start_parameters.xhp#par_id3156276.13.help.text
-msgid "-minimized"
+#, fuzzy
+msgid "--minimized"
msgstr "-minimized"
#: start_parameters.xhp#par_id3146080.14.help.text
msgid "Starts minimized. The splash screen is not displayed."
msgstr "ཆུང་ཤོས་ཀྱི་ཐབས་ཚུལ་གྱིས་སྒུལ་སློང་བྱེད། སྒུལ་སློང་གསལ་ཡོལ་མངོན་མི་ཐུབ།"
-#: start_parameters.xhp#par_id3641773.help.text
-msgid "-maximized"
-msgstr "-minimized"
-
-#: start_parameters.xhp#par_id8224433.help.text
-msgid "Starts maximized."
-msgstr ""
-
#: start_parameters.xhp#par_id3145641.15.help.text
-msgid "-invisible"
+#, fuzzy
+msgid "--invisible"
msgstr "-invisible"
#: start_parameters.xhp#par_id3154756.16.help.text
@@ -6665,8 +6676,8 @@ msgid "Neither the start-up logo nor the initial program window will be visible.
msgstr ""
#: start_parameters.xhp#par_id3147341.18.help.text
-msgid "When the $[officename] software has been started with this parameter, it can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX based systems)."
-msgstr "ཞུགས་གྲངས་དེ་སྤྱད་དེ་ $[officename] མཉེན་ཆས་སྒུལ་སློང་རྗེས་ ལས་འགན་དོ་དམ་ཆས་ཁོ་ན་བེད་སྤྱད་དེ་ (Windows) ཡང་ན་ <emph>kill</emph> བཀའ་ཚིག་( UNIX གཞིགས་པའི་མ་ལག་)མཉེན་ཆས་མཇུག་སྒྲིལ།"
+msgid "When the $[officename] software has been started with this parameter, it can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX-like systems)."
+msgstr ""
#: start_parameters.xhp#par_id3150388.48.help.text
msgid "It cannot be used in conjunction with <emph>-quickstart</emph>."
@@ -6677,16 +6688,9 @@ msgctxt "start_parameters.xhp#par_id3145147.19.help.text"
msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
msgstr "གལ་སྲིད་དེ་བས་མང་བའི་ཆ་འཕྲིན་དགོས་ན་<emph>《$[officename] གསར་སྤེལ་མཁན་གྱི་ཕྱོགས་སྟོན་》</emph>ལ་དཔྱད་གཟིགས་གནང་།"
-#: start_parameters.xhp#par_id3155334.77.help.text
-msgid "-nocrashreport"
-msgstr "-nocrashreport"
-
-#: start_parameters.xhp#par_id3149259.78.help.text
-msgid "Disables the error report tool."
-msgstr "ནོར་འཁྲུལ་སྙན་ཞུ་ཡོ་བྱད་བཀག་སྤྱོད་བྱེད།"
-
#: start_parameters.xhp#par_id3155903.20.help.text
-msgid "-norestore"
+#, fuzzy
+msgid "--norestore"
msgstr "-norestore"
#: start_parameters.xhp#par_id3156374.21.help.text
@@ -6695,7 +6699,7 @@ msgstr "$[officename] མ་ལག་ཐོར་རྗེས་བསྐྱར
#: start_parameters.xhp#par_id5215918.help.text
msgctxt "start_parameters.xhp#par_id5215918.help.text"
-msgid "-nofirststartwizard"
+msgid "--nofirststartwizard"
msgstr ""
#: start_parameters.xhp#par_id5665761.help.text
@@ -6703,7 +6707,8 @@ msgid "Disables the Welcome Wizard."
msgstr ""
#: start_parameters.xhp#par_id3148477.25.help.text
-msgid "-quickstart"
+#, fuzzy
+msgid "--quickstart"
msgstr "-quickstart"
#: start_parameters.xhp#par_id3153919.26.help.text
@@ -6711,7 +6716,8 @@ msgid "Activates the Quickstarter."
msgstr "Windows མ་ལག་ནང་ Quickstarterགསོན་སློང་བྱེད། གསལ་ཡོལ་སྒུལ་སློང་མི་མངོན་པ།"
#: start_parameters.xhp#par_id3152479.30.help.text
-msgid "-accept={UNO string}"
+#, fuzzy
+msgid "--accept={UNO string}"
msgstr "-accept={UNO string}"
#: start_parameters.xhp#par_id3147130.31.help.text
@@ -6723,16 +6729,13 @@ msgctxt "start_parameters.xhp#par_id3148874.32.help.text"
msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
msgstr "གལ་སྲིད་དེ་བས་མང་བའི་ཆ་འཕྲིན་དགོས་ན་<emph>《$[officename] གསར་སྤེལ་མཁན་གྱི་ཕྱོགས་སྟོན་》</emph>ལ་དཔྱད་གཟིགས་གནང་།"
-#: start_parameters.xhp#par_id3149964.33.help.text
-msgid "-env"
-msgstr "-userid={user id}"
-
-#: start_parameters.xhp#par_id2439039.help.text
-msgid "Sets another environment for the program start."
-msgstr ""
+#: start_parameters.xhp#par_id315247a.30.help.text
+#, fuzzy
+msgid "--unaccept={UNO string}"
+msgstr "-accept={UNO string}"
-#: start_parameters.xhp#par_id2789086.help.text
-msgid "Use soffice -env:UserInstallation=$(URL) where $(URL) is the URL of a folder that contains the \"user\" folder."
+#: start_parameters.xhp#par_id314713a.31.help.text
+msgid "Closes an acceptor that was created with --accept={UNO string}. Use --unaccept=all to close all open acceptors."
msgstr ""
#: start_parameters.xhp#par_id3159238.36.help.text
@@ -6749,7 +6752,8 @@ msgid "If the file name contains spaces, then it must be enclosed in quotation m
msgstr "གལ་སྲིད་ཡིག་ཆའི་མིང་སྟོང་མིག་ལ་འདུས་ ངེས་པར་དུ་མིང་སྔོན་རྗེས་འདྲེན་རྟགས་གནོན།"
#: start_parameters.xhp#par_id3150883.38.help.text
-msgid "-pt {Printername} {filename1} {filename2} ..."
+#, fuzzy
+msgid "--pt {Printername} {filename1} {filename2} ..."
msgstr "-pt {Printername} {filename1} {filename2} ..."
#: start_parameters.xhp#par_id3155081.50.help.text
@@ -6770,7 +6774,8 @@ msgid "Opens <emph>{filename}</emph> for editing, even if it is a template."
msgstr "<emph>{filename}</emph> རྩོམ་སྒྲིག་ཁ་ཕྱེས། ཡིག་ཆ་འདི་མ་པང་ཞིག་ཡིན་ བཀོལ་སྤྱོད་འདི་ལག་བསྟར་བྱེད།"
#: start_parameters.xhp#par_id3151182.54.help.text
-msgid "-view {filename}"
+#, fuzzy
+msgid "--view {filename}"
msgstr "-view {filename}"
#: start_parameters.xhp#par_id3145268.55.help.text
@@ -6786,7 +6791,8 @@ msgid "Creates a new document using <emph>{filename}</emph> as a template."
msgstr "<emph>{filename}</emph> མ་པང་ལ་བརྩིས་ཏེ་ཡིག་ཚགས་གསར་པ་ཞིག་གསར་བཟོ་བྱེད།"
#: start_parameters.xhp#par_id3155126.43.help.text
-msgid "-nologo"
+#, fuzzy
+msgid "--nologo"
msgstr "-nologo"
#: start_parameters.xhp#par_id3151334.44.help.text
@@ -6794,16 +6800,25 @@ msgid "Disables the splash screen at program start."
msgstr "བྱ་རིམ་སྒུལ་སློང་སྐབས་སྒུལ་སློང་གསལ་ཡོལ་སྒུལ་སློང་བྱེད།"
#: start_parameters.xhp#par_id3159171.75.help.text
-msgid "-nodefault"
+#, fuzzy
+msgid "--nodefault"
msgstr "-nodefault"
#: start_parameters.xhp#par_id3153306.76.help.text
msgid "Starts without displaying anything except the splash screen."
msgstr ""
+#: start_parameters.xhp#par_id315917t.75.help.text
+msgid "--nolockcheck"
+msgstr ""
+
+#: start_parameters.xhp#par_id315330t.76.help.text
+msgid "Disables check for remote instances using the installation."
+msgstr ""
+
#: start_parameters.xhp#par_id2211676.help.text
msgctxt "start_parameters.xhp#par_id2211676.help.text"
-msgid "-nofirststartwizard"
+msgid "--nofirststartwizard"
msgstr ""
#: start_parameters.xhp#par_id1641895.help.text
@@ -6811,15 +6826,17 @@ msgid "Add this parameter to the program start command to suppress the Welcome W
msgstr ""
#: start_parameters.xhp#par_id3153915.45.help.text
-msgid "-display {display}"
+#, fuzzy
+msgid "--display {display}"
msgstr "-display {display}"
#: start_parameters.xhp#par_id3146786.46.help.text
-msgid "Sets the <emph>DISPLAY </emph>environment variable on UNIX based platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for the $[officename] software on UNIX based platforms."
-msgstr "UNIX གཞིགས་པའི་མ་སྟེགས་ཐོག་གི་ཟླུམ་འཁོར་འགྱུར་ཚད་<emph>DISPLAY</emph>ཐང་ལ་བཀོད་སྒྲིག་བྱེད་ <emph>{display}</emph> UNIX གཞིགས་པའི་མ་སྟེགས་ཐོག་གི་ $[officename] མཉེན་ཆས་ཀྱི་ཞབས་དེབ་སྒུལ་སློང་བྱས་ཏེ་གཞི་ནས་ཞུགས་གྲངས་འདི་རྒྱབ་སྐྱོར་བྱེད།"
+msgid "Sets the <emph>DISPLAY </emph>environment variable on UNIX-like platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for the $[officename] software on UNIX-like platforms."
+msgstr ""
#: start_parameters.xhp#par_id3149595.56.help.text
-msgid "-headless"
+#, fuzzy
+msgid "--headless"
msgstr "-headless"
#: start_parameters.xhp#par_id3150530.57.help.text
@@ -6830,6 +6847,30 @@ msgstr "\"འཆར་འགོད་མེད་པའི་མ་ཚུལ་\
msgid "This special mode can be used when the application is controlled by external clients via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
msgstr ""
+#: start_parameters.xhp#par_id314959o.56.help.text
+msgid "--infilter={filter}"
+msgstr ""
+
+#: start_parameters.xhp#par_id315053o.57.help.text
+msgid "Forces an input filter type, if possible. Eg. --infilter=\"Calc Office Open XML\"."
+msgstr ""
+
+#: start_parameters.xhp#par_id314959p.56.help.text
+msgid "--convert-to output_file_extension[:output_filter_name] [--outdir output_dir] files"
+msgstr ""
+
+#: start_parameters.xhp#par_id315053p.57.help.text
+msgid "Batch convert files.If --outdir is not specified, then current working directory is used as output_dir.<br/> Eg. --convert-to pdf *.doc<br/> --convert-to pdf:writer_pdf_Export --outdir /home/user *.doc"
+msgstr ""
+
+#: start_parameters.xhp#par_id314959q.56.help.text
+msgid "--print-to-file [--printer-name printer_name] [--outdir output_dir] files"
+msgstr ""
+
+#: start_parameters.xhp#par_id315053q.57.help.text
+msgid "Batch print files to file.If --outdir is not specified, then current working directory is used as output_dir.<br/> Eg. --print-to-file *.doc<br/> --print-to-file --printer-name nasty_lowres_printer --outdir /home/user *.doc"
+msgstr ""
+
#: groups.xhp#tit.help.text
msgid "Working with Groups "
msgstr "རེའུ་བྱང་བེད་སྤྱོད་བྱེད།"
@@ -9941,7 +9982,7 @@ msgid "Drag the window by its title bar to the side, or"
msgstr "སྒེའུ་ཁུང་གི་ཁ་བྱང་ཚང་དྲུད་འགུལ་བྱས་ནས་དེ་ཤོག་གཅིལ་ལ་དྲུད་པ་འམ།"
#: autohide.xhp#par_id3150275.68.help.text
-msgid "Double-click inside a vacant area of the window while holding down the Ctrl key. In the Styles and Formatting window, double-click a gray part of the window next to the icons while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key. Alternatively, press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F10</item>."
+msgid "Double-click inside a vacant area of the window while holding down the Ctrl key. In the Styles and Formatting window, double-click a gray part of the window next to the icons while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key. Alternatively, press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F10</item>."
msgstr ""
#: autohide.xhp#par_id3147335.69.help.text
diff --git a/translations/source/bo/helpcontent2/source/text/shared/optionen.po b/translations/source/bo/helpcontent2/source/text/shared/optionen.po
index 1b7594c6995..2db6b971f3b 100644
--- a/translations/source/bo/helpcontent2/source/text/shared/optionen.po
+++ b/translations/source/bo/helpcontent2/source/text/shared/optionen.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Foptionen.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-10-31 23:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -124,8 +124,8 @@ msgid "If you import an MS Word document, the spaces are automatically added dur
msgstr "གལ་སྲིད་ཁྱེད་ནས་ MS Word ཡིག་ཚགས་ཤིག་ནང་འཇུག་བྱས་ན་ ཡིག་ཚགས་བརྗེ་བསྒྱུར་སྐབས་རང་འགུལ་གྱིས་དུམ་མཚམས་དབར་གྱིས་བར་ཆོད་ཆེ་གཏོང་བ་བྱེད།"
#: 01041000.xhp#hd_id3149964.42.help.text
-msgid "Use StarOffice 6.0/7 tab stop formatting"
-msgstr "$[officename] སྤྱད་ནས་རེའུ་འགོད་རྟགས་རྣམ་གཞག་ཅན་དུ་བསྒྱུར་བ།"
+msgid "Use OpenOffice.org 1.1 tab stop formatting"
+msgstr ""
#: 01041000.xhp#par_id3152777.43.help.text
msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTLOAD_PAGE_CB_TAB_ALIGNMENT\">Specifies how to align text at tab stops beyond the right margin, how to handle decimal tab stops, and how to handle tab stops close to a line break.</ahelp> If this check box is not selected, tab stops are handled in the same way as in other Office applications."
@@ -148,8 +148,8 @@ msgid "In text documents created by your current version of Writer, the addition
msgstr "%PRODUCTNAME %PRODUCTVERSION དུ་གསར་དུ་འཛུགས་པའི་ཡི་གེ་ལས་སྣོན་ཡིག་ཚགས་ནང་ཁས་ལེན་ཟུར་སྣོན་སྣེ་ཤན་པ་སྤྱོད་དོ། པར་གཞི་ %PRODUCTVERSION སྔོན་གྱི་ %PRODUCTNAME དུ་གསར་དུ་འཛུགས་པའི་ཡིག་ཚགས་ནང་ཟུར་སྣོན་སྣེ་ཤན་པ་མི་སྤྱོད་དོ།"
#: 01041000.xhp#par_idN107FF.help.text
-msgid "Use StarOffice 6.0/7 line spacing"
-msgstr "$[officename] ཐིག་སྐུད་སྤྱད་ནས་བར་གཅོད་བྱེད་པ།"
+msgid "Use OpenOffice.org 1.1 line spacing"
+msgstr ""
#: 01041000.xhp#par_idN10815.help.text
msgid "If the option is off, a new process for formatting text lines with proportional line spacing will be applied. If the option is on, the previous method of formatting of text lines with proportional line spacing will be applied."
@@ -173,8 +173,8 @@ msgid "If the option is off, table cells will be formatted as in Writer versions
msgstr "གལ་སྲིད་འདེམས་གཞི་འདི་ཁ་བརྒྱབ་ན་རེའུ་མིག་དྲ་མིག་གི་རྣམ་གཞག་ཅན་གྱི་ཐབས་ཤེས་དང་པར་གཞི་ %PRODUCTVERSION དེ་སྔོན་གྱི་ %PRODUCTNAMEགཅིག་མཚུངས་སོ། གལ་སྲིད་འདེམས་གཞི་འདི་ཁ་ཕྱེ་ན་ %PRODUCTNAMEརྣམ་གཞག་ཅན་རེའུ་མིག་དྲ་མིག་གི་གྲབས་སྤྱོད་ཐབས་སྤྱོད་པར་བྱེད། %PRODUCTVERSIONནངགསར་དུ་འཛུག་པའི་ཡིག་ཚགས་གསར་པ་དང་ Microsoft Word རྣམ་གཞག་ནས་འདྲེན་འཇུག་བྱས་པའི་ཡིག་ཚགས་ནང་འདེམས་གཞི་འདི་ཁ་ཕྱེ་བ་ཁས་ལེན་བྱེད།"
#: 01041000.xhp#par_idN1084C.help.text
-msgid "Use StarOffice 6.0/7 object positioning"
-msgstr "$[officename] བྱ་ཡུལ་གནས་ས་སྤྱད་པ།"
+msgid "Use OpenOffice.org 1.1 object positioning"
+msgstr ""
#: 01041000.xhp#par_idN10864.help.text
msgid "Specifies how to calculate the position of floating objects anchored to a character or paragraph with respect to the top and bottom paragraph spacing."
@@ -189,8 +189,8 @@ msgid "The option will be set to off for new documents. For Writer documents cre
msgstr "ཡིག་ཚགས་གསར་པ་ནས་བཤད་ན་ འདེམས་གཞི་འདིའི་བཀོད་སྒྲིག་ནི་ཁ་བརྒྱབ་པ་ཡིན། %PRODUCTNAME སྔོན་གྱི་པར་གཞི་གསར་དུ་འཛུགས་པའི་ཡི་གེ་ལས་སྣོན་ཡིག་ཚགས་ནས་བཤད་ན་ %PRODUCTVERSION འདེམས་གཞི་འདི་ཉིད་ཁ་ཕྱེ་བ་ཡིན།"
#: 01041000.xhp#par_idN10821.help.text
-msgid "Use StarOffice 6.0/7 text wrapping around objects"
-msgstr "བྱ་ཡུལ་མཐའ་འཁོར་དུ་"
+msgid "Use OpenOffice.org 1.1 text wrapping around objects"
+msgstr ""
#: 01041000.xhp#par_id4016541.help.text
msgid "MS Word and Writer have different approaches on wrapping text around floating screen objects. Floating screen object are Writer frames and drawing objects, and the objects 'text box', 'graphic', 'frame', 'picture' etc. in MS Word."
@@ -2076,9 +2076,8 @@ msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the visible grid in front of
msgstr ""
#: 01050100.xhp#hd_id3149419.34.help.text
-#, fuzzy
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Snap Lines to ~Front</caseinline><caseinline select=\"IMPRESS\">Snap Lines to ~Front</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\">སྔོན་འཇོག་གནས་ཚད་ཐིག</caseinline><caseinline select=\"IMPRESS\">སྔོན་འཇོག་གནས་ཚད་ཐིག</caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Snap Lines to Front</caseinline><caseinline select=\"IMPRESS\">Snap Lines to Front</caseinline></switchinline>"
+msgstr ""
#: 01050100.xhp#par_id3150592.35.help.text
#, fuzzy
@@ -3188,25 +3187,6 @@ msgstr "པར་རིས་དང་བྱ་ཡུལ།"
msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PGRF\">Specifies whether the graphics of your text document are printed.</ahelp>"
msgstr "<ahelp hid=\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_PGRF\">ཡི་གེ་ལས་སྣོན་ཡིག་ཚགས་ནང་གི་པར་རིས་གཏག་པར་དགོས་མིན་གཏན་འཁེལ་བཟོ་བ།</ahelp>"
-#: 01040400.xhp#hd_id3150771.7.help.text
-msgctxt "01040400.xhp#hd_id3150771.7.help.text"
-msgid "Tables"
-msgstr "རེའུ་མིག"
-
-#: 01040400.xhp#par_id3148943.8.help.text
-#, fuzzy
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PTAB\">Specifies whether the tables of the text document are printed.</ahelp>"
-msgstr "<ahelp hid=\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_PTAB\">ཡི་གེ་ལས་སྣོན་ཡིག་ཚགས་ནང་གི་རེའུ་མིག་གཏག་པར་དགོས་མིན་གཏན་འཁེལ་བཟོ་བ།</ahelp>"
-
-#: 01040400.xhp#hd_id3149294.9.help.text
-msgid "Drawings (not for HTML documents)"
-msgstr "རིས་འགོད་(HTML ཡིག་ཚགས་ཕུད་)"
-
-#: 01040400.xhp#par_id3149457.10.help.text
-#, fuzzy
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PDRAW\">Specifies whether graphics created with $[officename] drawing functions are printed.</ahelp>"
-msgstr "<ahelp hid=\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_PDRAW\">$[officename] རིས་འགོད་བྱེད་ནུས་ཀྱི་གསར་དུ་འཛུགས་པའི་པར་རིས་གཏག་པར་དགོས་མིན་གཏན་འཁེལ་བྱ་དགོས།</ahelp>"
-
#: 01040400.xhp#hd_id3153525.11.help.text
#, fuzzy
msgid "Form controls"
@@ -5499,14 +5479,6 @@ msgstr "<emph>དཔེ་གཞི་ </emph>དྲ་མིག་ A1 ནང་
msgid "The EXACT text function is always case-sensitive, independent of the settings in this dialog."
msgstr "ཡི་གེའི་རྟེན་གྲངས་ EXACT རྟག་ཏུ་ཡིག་ཆེ་ཡིག་ཆུང་ལ་བསམ་བློ་གཏོང་དགོས་ གླེང་སྒྲོམ་དེའི་ཇུས་སྒྲིག་ལ་རག་ལུས་མེད།"
-#: 01060500.xhp#hd_id3145231.53.help.text
-msgid "Decimal places"
-msgstr "སིལ་གྲངས་གནས་གྲངས།"
-
-#: 01060500.xhp#par_id3149568.54.help.text
-msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
-msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">མཚན་འཇོག་<emph>ཚད་གཞི་</emph>གྲངས་ཀའི་རྣམ་གཞག་གི་གྲངས་གསལ་བའི་སིལ་གྲངས་གནས་གྲངས།</ahelp>གྲངས་དེ་ཚོ་གསལ་བའི་སྐབས་བཞི་དོར་ལྔ་འདྲིལ་བྱེད་ཀྱང་ཉར་བའི་སྐབས་བཞི་དོར་ལྔ་འདྲིལ་བྱེད་མི་ཐུབ། "
-
#: 01060500.xhp#hd_id3145150.30.help.text
msgid "Precision as shown"
msgstr "གསལ་བའི་ཡང་དག་ཚད།"
@@ -5596,6 +5568,14 @@ msgstr ""
msgid "<ahelp hid=\".\">You can specify the maximum number of decimal places that are shown by default for cells with General number format. If not enabled, cells with General number format show as many decimal places as the column width allows.</ahelp>"
msgstr ""
+#: 01060500.xhp#hd_id3145231.53.help.text
+msgid "Decimal places"
+msgstr "སིལ་གྲངས་གནས་གྲངས།"
+
+#: 01060500.xhp#par_id3149568.54.help.text
+msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
+msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">མཚན་འཇོག་<emph>ཚད་གཞི་</emph>གྲངས་ཀའི་རྣམ་གཞག་གི་གྲངས་གསལ་བའི་སིལ་གྲངས་གནས་གྲངས།</ahelp>གྲངས་དེ་ཚོ་གསལ་བའི་སྐབས་བཞི་དོར་ལྔ་འདྲིལ་བྱེད་ཀྱང་ཉར་བའི་སྐབས་བཞི་དོར་ལྔ་འདྲིལ་བྱེད་མི་ཐུབ། "
+
#: viewcertificate_c.xhp#tit.help.text
msgid "Certificate Path"
msgstr "པང་ཡིག་བརྒྱུད་ལམ།"
@@ -5864,7 +5844,7 @@ msgid "View"
msgstr "མཐོང་རིས།"
#: 01060100.xhp#bm_id3147242.help.text
-msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>handles; showing large handles (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
+msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
msgstr ""
#: 01060100.xhp#hd_id3150445.1.help.text
@@ -5917,15 +5897,6 @@ msgstr ""
msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">Specifies whether to view guides when moving drawings, frames, graphics and other objects.</ahelp> These guides help you align objects."
msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">རིས་འགོད་དང་སྒྲོམ་ རིས་གཟུགས་ དེ་བཞིན་བྱ་ཡུལ་གཞན་སྤོ་འགུལ་གྱི་སྐབས་གཞོགས་འདེགས་ཐིག་མངོན་དགོས་མིན་གཏན་འཁེལ་དགོས། གཞོགས་འདེགས་ཐིག་འདི་དག་གི་བྱ་ཡུལ་སྙོམས་གཤིབ་བྱེད་པར་ཕན་པ་བསྐྲུན། </ahelp> "
-#: 01060100.xhp#hd_id3149202.40.help.text
-msgctxt "01060100.xhp#hd_id3149202.40.help.text"
-msgid "Large handles"
-msgstr "ཚད་ཚེག་ཆེན་མོ།"
-
-#: 01060100.xhp#par_id3154123.41.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\">Specifies that larger than normal handles (the eight points on a selection box) are displayed.</ahelp>"
-msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\"> སྤྱིར་བཏང་ཚོད་ཚིག་(འདེམས་སྒྲོམ་ཐོག་གི་ཚེག་བརྒྱད་)ལས་ཆེ་བའི་ཚོད་ཚེག་མངོན་རྒྱུར་གཏན་འཁེལ་དགོས། </ahelp>"
-
#: 01060100.xhp#hd_id3152920.3.help.text
msgctxt "01060100.xhp#hd_id3152920.3.help.text"
msgid "Display"
@@ -6885,7 +6856,7 @@ msgid "View"
msgstr "མཐོང་རིས།"
#: 01040200.xhp#bm_id3156346.help.text
-msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>handles; displaying (Writer)</bookmark_value><bookmark_value>large handles (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
+msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
msgstr ""
#: 01040200.xhp#hd_id3145090.1.help.text
@@ -6914,15 +6885,6 @@ msgstr ""
msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">Displays snap lines around the frames when frames are moved. You can select the<emph> Helplines While Moving </emph>option to show the exact position of the object using lineal values.</ahelp>"
msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">སྒྲོམ་གཞི་སྤོ་འགུལ་སྐབས་སྒྲོམ་གྱི་མཐའ་འཁོར་དུ་གཞོགས་འདེགས་ཐིག་མངོན་པ། <emph>\"སྤོ་འགུལ་སྐབས་གཞོགས་འདེགས་ཐིག་མངོན་པའི་\"</emph>འདེམས་གཞི་ བདེ་ཆག་དེ་ནི་ཐིག་གཤིས་ཐང་སྤྱད་དེ་བྱ་ཡུལ་གྱི་གཏན་འཁེལ་གནས་ས་མངོན་ཐུབ།</ahelp>"
-#: 01040200.xhp#hd_id3149763.32.help.text
-msgctxt "01040200.xhp#hd_id3149763.32.help.text"
-msgid "Large handles"
-msgstr "ཚད་ཚེག་ཆེན་མོ།"
-
-#: 01040200.xhp#par_id3153665.33.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_BIGHANDLE\">Displays larger sized handles (the eight points on a delimiting rectangle).</ahelp>"
-msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_BIGHANDLE\">ཚོད་ཚེག་ཆེན་མོ་མངོན་པ་ (མཚོན་ཆད་གྲུ་བཞིའི་སྟེང་གི་ཚེག་བརྒྱད་)</ahelp>"
-
#: 01040200.xhp#hd_id3149416.11.help.text
msgctxt "01040200.xhp#hd_id3149416.11.help.text"
msgid "View"
@@ -7016,7 +6978,7 @@ msgid "If the <emph>Graphics and objects </emph>option is not selected, no graph
msgstr "གལ་སྲིད་པར་རིས་བྱ་ཡུལ་<emph>\"པར་རིས་བྱ་ཡུལ།\"</emph>འདེམས་གཞི་ བདམས་མེད་ན་དབྱིན་ཐ་དྲ་ཐོག་ནས་རིས་གཟུགས་གང་ཡང་བླུགས་ཐབས་མེད། གལ་སྲིད་མིག་བཤར་གྱི་ཤོག་ངོས་ཐོག་ HTML ཚད་གཞི་ཪྙིང་པ་བེད་སྤྱད་ན་རེའུ་མིག་ནང་ཆེ་ཆུང་གཏན་འཁེལ་མེད་པའི་རིས་གཟུགས་ཀྱིས་མངོན་ཚུལ་ལ་འགོག་དོན་བཟོས།"
#: 01040200.xhp#hd_id3156332.40.help.text
-msgctxt "01040200.xhp#hd_id3156332.40.help.text"
+#, fuzzy
msgid "Tables"
msgstr "རེའུ་མིག"
diff --git a/translations/source/bo/helpcontent2/source/text/simpress.po b/translations/source/bo/helpcontent2/source/text/simpress.po
index b0e59f13ed6..bd41499e607 100644
--- a/translations/source/bo/helpcontent2/source/text/simpress.po
+++ b/translations/source/bo/helpcontent2/source/text/simpress.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+helpcontent2%2Fsource%2Ftext%2Fsimpress.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bo/helpcontent2/source/text/simpress/00.po b/translations/source/bo/helpcontent2/source/text/simpress/00.po
index 21f13e5a9bd..4573723c98a 100644
--- a/translations/source/bo/helpcontent2/source/text/simpress/00.po
+++ b/translations/source/bo/helpcontent2/source/text/simpress/00.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bo/helpcontent2/source/text/simpress/01.po b/translations/source/bo/helpcontent2/source/text/simpress/01.po
index b898d7bff41..f0212bd57e3 100644
--- a/translations/source/bo/helpcontent2/source/text/simpress/01.po
+++ b/translations/source/bo/helpcontent2/source/text/simpress/01.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-12 09:24+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bo/helpcontent2/source/text/simpress/02.po b/translations/source/bo/helpcontent2/source/text/simpress/02.po
index 07d5c88249b..5ad9ad7a1f6 100644
--- a/translations/source/bo/helpcontent2/source/text/simpress/02.po
+++ b/translations/source/bo/helpcontent2/source/text/simpress/02.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -302,33 +302,6 @@ msgstr "<image id=\"img_id3147341\" src=\"cmd/sc_doubleclicktextedit.png\" width
msgid "Double-click to add Text"
msgstr "རྩོམ་སྒྲིག་ཡི་གེར་རྩི་རྡེབ་བྱེད་"
-#: 13080000.xhp#tit.help.text
-msgctxt "13080000.xhp#tit.help.text"
-msgid "Large Handles"
-msgstr "ཚོད་འཛིན་ཚེག་ཆེ་བ་"
-
-#: 13080000.xhp#bm_id3146119.help.text
-msgid "<bookmark_value>handles; large</bookmark_value>"
-msgstr "<bookmark_value>ཚོད་འཛིན་ཚེག་ ཆེ།</bookmark_value>"
-
-#: 13080000.xhp#hd_id3146119.1.help.text
-msgid "<link href=\"text/simpress/02/13080000.xhp\" name=\"Large Handles\">Large Handles</link>"
-msgstr "<link href=\"text/simpress/02/13080000.xhp\" name=\"ཚོད་འཛིན་ཚེག་ཆེ་\">ཚོད་འཛིན་ཚེག་ཆེ་</link>"
-
-#: 13080000.xhp#par_id3153142.2.help.text
-msgid "<ahelp hid=\".uno:BigHandles\" visibility=\"visible\">Displays large selection handles.</ahelp>"
-msgstr "<ahelp hid=\".uno:BigHandles\" visibility=\"visible\">འདམས་པའི་ཚོད་འཛིན་ཚེག་ཆེ་བ་མངོན་པ།</ahelp>"
-
-#: 13080000.xhp#par_id3155445.help.text
-#, fuzzy
-msgid "<image src=\"cmd/sc_bighandles.png\" id=\"img_id3153714\"><alt id=\"alt_id3153714\">Icon</alt></image>"
-msgstr "<image src=\"cmd/sc_pickthrough.png\" id=\"img_id3154015\"><alt id=\"alt_id3154015\">རིས་འགོད་</alt></image>"
-
-#: 13080000.xhp#par_id3154755.4.help.text
-msgctxt "13080000.xhp#par_id3154755.4.help.text"
-msgid "Large Handles"
-msgstr "ཚོད་འཛིན་ཚེག་ཆེ་བ་"
-
#: 13170000.xhp#tit.help.text
msgctxt "13170000.xhp#tit.help.text"
msgid "Snap to Object Points"
diff --git a/translations/source/bo/helpcontent2/source/text/simpress/04.po b/translations/source/bo/helpcontent2/source/text/simpress/04.po
index 51306dc0c95..263b5ecbf95 100644
--- a/translations/source/bo/helpcontent2/source/text/simpress/04.po
+++ b/translations/source/bo/helpcontent2/source/text/simpress/04.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -227,16 +227,16 @@ msgid "Jump to the last slide in the slide show."
msgstr "སྒྲོན་བཪྙན་སྤྱོན་ཤོག་བསྒྲགས་གཏོང་བྱེད་སྐབས་མཇུག་མཐའི་སྒྲོན་བཪྙན་སྤྱོན་ཤོག་མཆོངས་པ།"
#: 01020000.xhp#hd_id3153580.54.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> +Page Up "
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">བཀའ་ཚིག་</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Up མཐེབ་"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Page Up "
+msgstr ""
#: 01020000.xhp#par_id3150702.55.help.text
msgid "Go to the previous slide."
msgstr "སྒྲོན་བཪྙན་སྤྱོན་ཤོག་གོང་དེ་བསྒྱུར་བ།"
#: 01020000.xhp#hd_id3152944.56.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> +Page Down "
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">བཀའ་ཚིག་</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Page Down མཐེབ་"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Page Down "
+msgstr ""
#: 01020000.xhp#par_id3153690.57.help.text
msgid "Go to the next slide."
@@ -321,8 +321,8 @@ msgid "Ungroup selected group."
msgstr "འདེམས་ངེས་བྱ་ཡུལ་རྩེས་མེད་་བྱེད།"
#: 01020000.xhp#hd_id3149309.120.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + click"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">བཀའ་ཚིག་</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+རྐྱང་རྡེབ་"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ click"
+msgstr ""
#: 01020000.xhp#par_id3148996.121.help.text
msgid "Enter a group, so that you can edit the individual objects of the group. Click outside the group to return to the normal view."
@@ -330,8 +330,8 @@ msgstr "ཚོ་དབྱེ་ཞིག་ལ་སླེབས་པ་དང
#: 01020000.xhp#hd_id3149485.75.help.text
msgctxt "01020000.xhp#hd_id3149485.75.help.text"
-msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+K"
-msgstr "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">བཀའ་ཚིག་</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+K མཐེབ་"
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ K"
+msgstr ""
#: 01020000.xhp#par_id3151253.76.help.text
msgid "Combine selected objects."
@@ -339,8 +339,8 @@ msgstr "འདེམས་ངེས་བྱ་ཡུལ་ཟླ་སྒྲི
#: 01020000.xhp#hd_id3149104.77.help.text
msgctxt "01020000.xhp#hd_id3149104.77.help.text"
-msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+K"
-msgstr "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">བཀའ་ཚིག་</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+K མཐེབ་"
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ K"
+msgstr ""
#: 01020000.xhp#par_id3154834.78.help.text
msgid "Split selected object. This combination only works on an object that was created by combining two or more objects."
@@ -355,24 +355,24 @@ msgid "Bring to Front."
msgstr "རྩེ་མོར་འཇོག་པ།"
#: 01020000.xhp#hd_id3148972.81.help.text
-msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Plus key"
-msgstr "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">བཀའ་ཚིག་</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+སྣོན་རྟགས་ (+) མཐེབ་"
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Plus key"
+msgstr ""
#: 01020000.xhp#par_id3154900.82.help.text
msgid "Bring Forward."
msgstr "གོང་ལ་རིམ་པ་གཅིག་སྤོ།"
#: 01020000.xhp#hd_id3149040.83.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Minus key"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">བཀའ་ཚིག་</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+འཐེན་རྟགས་ (-) མཐེབ་"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Minus key"
+msgstr ""
#: 01020000.xhp#par_id3147580.84.help.text
msgid "Send Backward."
msgstr "གཤམ་ལ་རིམ་པ་གཅིག་སྤོ།"
#: 01020000.xhp#hd_id3148742.85.help.text
-msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Minus key"
-msgstr "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">བཀའ་ཚིག་</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+འཐེན་རྟགས་ (-) མཐེབ་"
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Minus key"
+msgstr ""
#: 01020000.xhp#par_id3152775.86.help.text
msgid "Send to Back."
@@ -403,8 +403,8 @@ msgid "Moves the selected object or the page view in the direction of the arrow.
msgstr "མདའ་རྩེའི་ཁ་ཕྱོགས་བརྒྱུད་ནས་འདེམས་ངེས་བྱ་ཡུལ་ཡང་ན་ཤོག་ངོས་མཐོང་རེས་སྤོ་སྒུལ་བྱེད།"
#: 01020000.xhp#hd_id3154384.92.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Arrow Key"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">བཀའ་ཚིག་</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ མདའ་རྩེ་མཐེབ་"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Arrow Key"
+msgstr ""
#: 01020000.xhp#par_id3153279.93.help.text
msgid "Move around in the page view."
@@ -419,8 +419,8 @@ msgid "Constrains the movement of the selected object horizontally or vertically
msgstr "འདེམས་ངེས་ཀྱི་བྱ་ཡུལ་དེ་ཆུ་སྙོམས་ཁ་ཕྱོགས་སུའམ་དྲང་འཕྱང་ཁ་ཕྱོགས་སུ་སྤོ།"
#: 01020000.xhp#hd_id3154117.98.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + drag (with <link href=\"text/shared/optionen/01070500.xhp\" name=\"Copy when moving\">Copy when moving</link> option active)"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">བཀའ་ཚིག་</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ དྲུད་སྒུལ་(在<link href=\"text/shared/optionen/01070500.xhp\" name=\"སྤོ་སྒུལ་བྱ་བ་དང་མཉམ་དུ་འདྲ་ཕབ་བྱེད་\">སྤོ་སྒུལ་བྱ་བ་དང་མཉམ་དུ་འདྲ་ཕབ་བྱེད་</link>འདེམས་གཞི་སྤྱོད་རུང་སྐབས་)"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ drag (with <link href=\"text/shared/optionen/01070500.xhp\" name=\"Copy when moving\">Copy when moving</link> option active)"
+msgstr ""
#: 01020000.xhp#par_id3150584.99.help.text
msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> and drag an object to create a copy of the object."
diff --git a/translations/source/bo/helpcontent2/source/text/simpress/guide.po b/translations/source/bo/helpcontent2/source/text/simpress/guide.po
index 50068f29e3b..350f535a42b 100644
--- a/translations/source/bo/helpcontent2/source/text/simpress/guide.po
+++ b/translations/source/bo/helpcontent2/source/text/simpress/guide.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bo/helpcontent2/source/text/smath.po b/translations/source/bo/helpcontent2/source/text/smath.po
index 83ab44ca1f8..db821f28776 100644
--- a/translations/source/bo/helpcontent2/source/text/smath.po
+++ b/translations/source/bo/helpcontent2/source/text/smath.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+helpcontent2%2Fsource%2Ftext%2Fsmath.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bo/helpcontent2/source/text/smath/00.po b/translations/source/bo/helpcontent2/source/text/smath/00.po
index 2fd223f2c0d..f69521d419d 100644
--- a/translations/source/bo/helpcontent2/source/text/smath/00.po
+++ b/translations/source/bo/helpcontent2/source/text/smath/00.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bo/helpcontent2/source/text/smath/01.po b/translations/source/bo/helpcontent2/source/text/smath/01.po
index 06592c9e622..51bb1fcee65 100644
--- a/translations/source/bo/helpcontent2/source/text/smath/01.po
+++ b/translations/source/bo/helpcontent2/source/text/smath/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsmath%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-11-26 01:33+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-01-11 16:05+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bo\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 03091501.xhp#tit.help.text
@@ -910,8 +910,8 @@ msgid "Line over"
msgstr "གོང་ཐིག་"
#: 03090600.xhp#par_id3147492.33.help.text
-msgid "<ahelp hid=\"HID_SMA_OVERLINEX\">Inserts a line over a placeholder.</ahelp> You can also type <emph>overline <?</emph> <emph>></emph> in the <emph>Commands</emph> window. The line adjusts itself to correct length."
-msgstr "<ahelp hid=\"HID_SMA_OVERLINEX\">གནས་ཟིན་རྟགས་སྟེང་ཐིག་སྐུད་ཤིག་བསྒར་འཛུད་བྱེད། </ahelp>ཡང་ན་ཁྱེད་ཀྱིས་<emph>བཀའ་ཚིག་</emph>སྒེའུ་ཁུང་ནང་མཐེབ་འཇུག་བྱས་ཆོག་ <emph>overline<?></emph>ཐིག་སྐུད་ཀྱི་རང་བཞིན་ནས་ལེགས་སྒྲིག་རིང་མཐུང་ལ་ཕབ་ཐུབ་"
+msgid "<ahelp hid=\"HID_SMA_OVERLINEX\">Inserts a line over a placeholder.</ahelp> You can also type <emph>overline <?></emph> in the <emph>Commands</emph> window. The line adjusts itself to correct length."
+msgstr ""
#: 03090600.xhp#par_idN103FD.help.text
msgid "<image id=\"img_id3145130\" src=\"starmath/res/at21714.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145130\">Icon</alt></image>"
@@ -3774,8 +3774,9 @@ msgid "<image id=\"img_id3148702\" src=\"starmath/res/bi21331.png\" width=\"0.84
msgstr ""
#: 03090200.xhp#par_id3150858.98.help.text
+#, fuzzy
msgid "precedes or equal"
-msgstr ""
+msgstr "བུ་ཚོགས་ས་མ་མཚུངས་པ་"
#: 03090200.xhp#par_id3150871.97.help.text
msgid "<ahelp hid=\"HID_SMA_PRECEDESEQUAL\">Inserts the logical operator <emph>precedes or equal</emph> with two placeholders.</ahelp> You can also type <emph>preccurlyeq</emph> in the <emph>Commands</emph> window."
@@ -3786,8 +3787,9 @@ msgid "<image id=\"img_id3148703\" src=\"starmath/res/bi21332.png\" width=\"0.84
msgstr ""
#: 03090200.xhp#par_id3150859.100.help.text
+#, fuzzy
msgid "succeeds or equal"
-msgstr ""
+msgstr "བུ་ཚོགས་ས་མ་མཚུངས་པ་"
#: 03090200.xhp#par_id3150872.99.help.text
msgid "<ahelp hid=\"HID_SMA_SUCCEEDSEQUAL\">Inserts the logical operator <emph>succeeds or equal</emph> with two placeholders.</ahelp> You can also type <emph>succcurlyeq</emph> in the <emph>Commands</emph> window."
@@ -3810,8 +3812,9 @@ msgid "<image id=\"img_id3148705\" src=\"starmath/res/bi21334.png\" width=\"0.84
msgstr ""
#: 03090200.xhp#par_id3150861.104.help.text
+#, fuzzy
msgid "succeeds or equivalent"
-msgstr ""
+msgstr "བུ་ཚོགས་ས་མ་མཚུངས་པ་"
#: 03090200.xhp#par_id3150874.103.help.text
msgid "<ahelp hid=\"HID_SMA_SUCCEEDSEQUIV\">Inserts the logical operator <emph>succeeds or equivalent</emph> with two placeholders.</ahelp> You can also type <emph>succsim</emph> in the <emph>Commands</emph> window."
@@ -4139,8 +4142,9 @@ msgid "<image id=\"img_id3153967\" src=\"starmath/res/bi21331.png\" width=\"0.33
msgstr ""
#: 03091502.xhp#par_id3155849.139.help.text
+#, fuzzy
msgid "Precedes or equal to"
-msgstr ""
+msgstr "བུ་ཚོགས་ས་མ་མཚུངས་པ་"
#: 03091502.xhp#par_id3153963.help.text
msgid "<image id=\"img_id3153968\" src=\"starmath/res/bi21332.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153968\">Icon</alt></image>"
@@ -4156,16 +4160,18 @@ msgid "<image id=\"img_id3153969\" src=\"starmath/res/bi21333.png\" width=\"0.33
msgstr ""
#: 03091502.xhp#par_id3155851.141.help.text
+#, fuzzy
msgid "Precedes or equivalent to"
-msgstr ""
+msgstr "བུ་ཚོགས་ས་མ་མཚུངས་པ་"
#: 03091502.xhp#par_id3153965.help.text
msgid "<image id=\"img_id3153970\" src=\"starmath/res/bi21334.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153970\">Icon</alt></image>"
msgstr ""
#: 03091502.xhp#par_id3155852.142.help.text
+#, fuzzy
msgid "Succeeds or equivalent to"
-msgstr ""
+msgstr "བུ་ཚོགས་ས་མ་མཚུངས་པ་"
#: 03091502.xhp#par_id3152853.98.help.text
msgid "Correspondence symbol image of"
diff --git a/translations/source/bo/helpcontent2/source/text/smath/02.po b/translations/source/bo/helpcontent2/source/text/smath/02.po
index 77b71e97b5e..7289638961c 100644
--- a/translations/source/bo/helpcontent2/source/text/smath/02.po
+++ b/translations/source/bo/helpcontent2/source/text/smath/02.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bo/helpcontent2/source/text/smath/04.po b/translations/source/bo/helpcontent2/source/text/smath/04.po
index 0001b41c752..405f4de989e 100644
--- a/translations/source/bo/helpcontent2/source/text/smath/04.po
+++ b/translations/source/bo/helpcontent2/source/text/smath/04.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bo/helpcontent2/source/text/smath/guide.po b/translations/source/bo/helpcontent2/source/text/smath/guide.po
index 1cb24164c1e..9848536a12a 100644
--- a/translations/source/bo/helpcontent2/source/text/smath/guide.po
+++ b/translations/source/bo/helpcontent2/source/text/smath/guide.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bo/helpcontent2/source/text/swriter.po b/translations/source/bo/helpcontent2/source/text/swriter.po
index 6ca297fb569..6ed40589b8c 100644
--- a/translations/source/bo/helpcontent2/source/text/swriter.po
+++ b/translations/source/bo/helpcontent2/source/text/swriter.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+helpcontent2%2Fsource%2Ftext%2Fswriter.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-12 09:26+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bo/helpcontent2/source/text/swriter/00.po b/translations/source/bo/helpcontent2/source/text/swriter/00.po
index 20c426113f5..d7353bf850a 100644
--- a/translations/source/bo/helpcontent2/source/text/swriter/00.po
+++ b/translations/source/bo/helpcontent2/source/text/swriter/00.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 18:59+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -666,8 +666,8 @@ msgid "Choose <emph>Tools - Calculate</emph>"
msgstr "ཚལ་ཐོ་:<emph>[ཡོ་བྱད་] - [རྩིས་རྒྱག་]</emph>"
#: 00000406.xhp#par_id3159188.38.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ plus sign"
-msgstr "མྱུར་བདེའི་མཐེབ་:<switchinline select=\"sys\"><caseinline select=\"MAC\">བཀའ་རྒྱ་</caseinline><defaultinline>Ctrl</defaultinline></switchinline>++"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + plus sign"
+msgstr ""
#: 00000406.xhp#par_id3155174.19.help.text
msgid "<variable id=\"aktualisieren\">Choose <emph>Tools - Update</emph></variable>"
diff --git a/translations/source/bo/helpcontent2/source/text/swriter/01.po b/translations/source/bo/helpcontent2/source/text/swriter/01.po
index 45c29e244c7..58256d587c9 100644
--- a/translations/source/bo/helpcontent2/source/text/swriter/01.po
+++ b/translations/source/bo/helpcontent2/source/text/swriter/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fswriter%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-07-28 11:31+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-01-11 16:05+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bo\n"
@@ -8355,28 +8355,26 @@ msgid "<ahelp hid=\"sw:NumericField:TP_TABLE_TEXTFLOW:NF_REPEAT_HEADER\">Enter t
msgstr "<ahelp hid=\"sw:NumericField:TP_TABLE_TEXTFLOW:NF_REPEAT_HEADER\">ཁ་བྱང་ནང་ཚུད་པའི་ཕྲེང་གྲངས་ནང་འཇུག།</ahelp>"
#: 05090300.xhp#par_idN10940.help.text
-msgid "Text direction"
-msgstr "ཡི་གེའི་ཁ་ཕྱོགས།"
+msgid "Text orientation"
+msgstr ""
#: 05090300.xhp#par_idN10944.help.text
-msgid "<ahelp hid=\"sw:ListBox:TP_TABLE_TEXTFLOW:LB_TEXTDIRECTION\">Select the direction for the text in the cells.</ahelp> You can also use a combination of the following %PRODUCTNAME formatting options to specify the orientation of text in table cells:"
-msgstr "<ahelp hid=\"sw:ListBox:TP_TABLE_TEXTFLOW:LB_TEXTDIRECTION\">དྲ་མིག་ནང་གི་ཡི་གེའི་ཁ་ཕྱོགས་འདེམས་དགོས།</ahelp> གཤམ་གྱི་རྣམ་པ་འདེམས་གཞི་ཕྱོགས་བསྡུསབསྡུསཐོག་བེད་སྤྱད་ནས་རེའུ་མིག་དྲ་མིག་ནང་གི་ཡི་གེའི་ཁ་ཕྱོགས་གཏན་འཁེལ་ %PRODUCTNAME 格式选项来指定表格单元格中的文字的方向:"
+msgid "<ahelp hid=\"sw:ListBox:TP_TABLE_TEXTFLOW:LB_TEXTORIENTATION\">Select the orientation for the text in the cells.</ahelp> You can use the following formatting options to specify the orientation of text in table cells:"
+msgstr ""
#: 05090300.xhp#par_idN10964.help.text
-msgid "horizontal text"
-msgstr "ཆུ་སྙོམས་ཡིག་དེབ།"
+msgctxt "05090300.xhp#par_idN10964.help.text"
+msgid "Horizontal"
+msgstr "ཆུ་སྙོམས་ཁ་ཕྱོགས།"
#: 05090300.xhp#par_idN10968.help.text
-msgid "vertical text"
-msgstr "དྲང་འཕྱང་ཡིག་དེབ།"
-
-#: 05090300.xhp#par_idN1096C.help.text
-msgid "right-to-left (vertical) direction"
-msgstr "གཡས་ནས་གཡོན་(དྲང་འཕྱང་)གྱི་ཁ་ཕྱོགས།"
+msgctxt "05090300.xhp#par_idN10968.help.text"
+msgid "Vertical"
+msgstr "དྲང་ཕྱང་ཁ་ཕྱོགས།"
-#: 05090300.xhp#par_idN10970.help.text
-msgid "left-to-right direction."
-msgstr "གཡོན་ནས་གཡས་ཀྱི་ཁ་ཕྱོགས།"
+#: 05090300.xhp#par_idN1097T.help.text
+msgid "Use superordinate object settings"
+msgstr ""
#: 05090300.xhp#hd_id3151028.23.help.text
msgid "Vertical alignment"
@@ -9618,6 +9616,8 @@ msgid "Specify the location of the selected object on the current page."
msgstr "འདེམས་ངེས་པའི་བྱ་ཡུལ་དེ་མིན་སྔའི་ཤོག་ངོས་ནང་གི་གནས་ས་གཏན་འཁེལ།"
#: 05060100.xhp#hd_id3147488.27.help.text
+#, fuzzy
+msgctxt "05060100.xhp#hd_id3147488.27.help.text"
msgid "Horizontal"
msgstr "ཆུ་སྙོམས་ཁ་ཕྱོགས།"
@@ -9660,6 +9660,8 @@ msgid "You can also use the <link href=\"text/swriter/01/05060300.xhp\" name=\"G
msgstr "ཁྱེད་ཀྱི་ཀྱང་<link href=\"text/swriter/01/05060300.xhp\" name=\"རིས་དབྱིབས་\"><emph>རིས་དབྱིབས་</emph></link>ཆ་གྲངས་དང་ཡ་གྲངས་ཤོག་ལྷེའི་འདེམས་བྱ་ལེགས་སྒྲིག་བྱ་ཡུལ་གྱི་བཀོད་རྣམ་མགོ་རྟིང་སློག"
#: 05060100.xhp#hd_id3145310.31.help.text
+#, fuzzy
+msgctxt "05060100.xhp#hd_id3145310.31.help.text"
msgid "Vertical"
msgstr "དྲང་ཕྱང་ཁ་ཕྱོགས།"
diff --git a/translations/source/bo/helpcontent2/source/text/swriter/02.po b/translations/source/bo/helpcontent2/source/text/swriter/02.po
index 549ff6c49a2..d6a4b7e1ab7 100644
--- a/translations/source/bo/helpcontent2/source/text/swriter/02.po
+++ b/translations/source/bo/helpcontent2/source/text/swriter/02.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-12 09:30+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bo/helpcontent2/source/text/swriter/04.po b/translations/source/bo/helpcontent2/source/text/swriter/04.po
index 2090522153b..ffaf9d85ef2 100644
--- a/translations/source/bo/helpcontent2/source/text/swriter/04.po
+++ b/translations/source/bo/helpcontent2/source/text/swriter/04.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -465,9 +465,8 @@ msgid "Apply Heading 5 paragraph style"
msgstr "ཁ་བྱང་ 1 དུམ་མཚམས་བཟོ་ལྟ་ཉེར་སྤྱོད་"
#: 01020000.xhp#hd_id3146878.99.help.text
-#, fuzzy
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Plus Key(+)"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">བཀའ་ཚིག་</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+སྡོམས་རྟགས་ (+) མཐེབ་"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + Plus Key(+)"
+msgstr ""
#: 01020000.xhp#par_id3155403.101.help.text
msgid "Calculates the selected text and copies the result to the clipboard."
@@ -885,9 +884,8 @@ msgid "Paste the contents of the clipboard as unformatted text."
msgstr "དྲས་སྦྱར་པང་ནང་གི་ནང་དོན་སྦྱར་བ།"
#: 01020000.xhp#hd_id3145382.288.help.text
-#, fuzzy
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ double-click or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F10"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">བཀའ་ཚིག་</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ ཆ་རྡེབ་ཡང་ན་<switchinline select=\"sys\"><caseinline select=\"MAC\">བཀའ་ཚིག་</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F10 མཐེབ་"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + double-click or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + Shift + F10"
+msgstr ""
#: 01020000.xhp#par_id3150379.290.help.text
msgid "Use this combination to quickly dock or undock the Navigator, Styles and Formatting window, or other windows"
diff --git a/translations/source/bo/helpcontent2/source/text/swriter/guide.po b/translations/source/bo/helpcontent2/source/text/swriter/guide.po
index 4222b502345..d3b4cf7fac9 100644
--- a/translations/source/bo/helpcontent2/source/text/swriter/guide.po
+++ b/translations/source/bo/helpcontent2/source/text/swriter/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fswriter%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:05+0200\n"
-"PO-Revision-Date: 2011-04-05 19:01+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2011-12-15 11:49+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bo\n"
@@ -5570,8 +5570,8 @@ msgid "There are several ways to create a table in a text document. You can inse
msgstr "ཐབས་ཚུལ་མང་པོས་ཡི་གེ་ལས་སྣོན་ནང་རེའུ་མིག་གསར་འཛུགས་བྱེད། ཁྱེད་ཀྱིས་ཡོ་བྱད་ཚང་དང་ཚལ་ཐོའི་བཀའ་རིག་གམ་གློག་རྡུལ་རེའུ་མིག་བརྒྱུད་རེའུ་མིག་བསྒར་འཛུད་བྱེད།"
#: table_insert.xhp#hd_id3155908.33.help.text
-msgid "To Insert a Table From the Insert Toolbar"
-msgstr "ཡོ་བྱད་ཚང་སྤྱད་དེ་རེའུ་མིག་བསྒར་འཛུད་བྱེད་"
+msgid "To Insert a Table From a Toolbar"
+msgstr ""
#: table_insert.xhp#par_id3155861.34.help.text
msgctxt "table_insert.xhp#par_id3155861.34.help.text"
@@ -5579,8 +5579,8 @@ msgid "Place the cursor in your document where you want to insert the table."
msgstr "འོད་རྟགས་ནི་ཡིག་ཚགས་ནང་བསྒར་འཛུད་བྱ་རྒྱུའི་རེའུ་མིག་གི་གནས་སར་འཇོག"
#: table_insert.xhp#par_id3147416.28.help.text
-msgid "On the <emph>Standard</emph> bar, click the arrow next to the <emph>Table</emph> icon."
-msgstr "<emph>[རྒྱུན་སྤྱོད་ཡོ་བྱད་ཚང་]</emph>ཡང་ན་<emph>[བསྒར་འཛུད་ཡོ་བྱད་ཚང་]</emph>སྟེང་ <emph>\"རེའུ་མིག་\"</emph>རིས་རྟགས་འཁྲིས་ཀྱི་མདའ་རྩེ་ལ་རྐྱང་རྡེབ་བྱ།"
+msgid "On the <emph>Standard</emph> or the <emph>Insert</emph> bar, click the arrow next to the <emph>Table</emph> icon."
+msgstr ""
#: table_insert.xhp#par_id3153398.29.help.text
msgid "In the table grid, drag to select the numbers of rows and columns that you want, and then release."
@@ -6113,6 +6113,8 @@ msgid "To apply bold formatting"
msgstr "སྦོམ་གཟུགས་རྣམ་གཞག་སྤྱོད་"
#: shortcut_writing.xhp#par_id3155861.14.help.text
+#, fuzzy
+msgctxt "shortcut_writing.xhp#par_id3155861.14.help.text"
msgid "Select the text that you want to format."
msgstr "རྣམ་གཞག་ཅན་གྱི་ཡི་གེ་འདེམས་དགོས།"
@@ -6124,6 +6126,41 @@ msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">བཀའ་ཚ
msgid "You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B, type the text that you want to format in bold, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B when you are finished."
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">བཀའ་ཚིག་</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B མཐེབ་གནོན་ ཉེར་སྤྱོད་བྱ་རྒྱུའི་སྦོམ་གཟུགས་རྣམ་གཞག་གི་ཡི་གེའི་ནང་འཇུག་བྱས་རྗེས་བསྐྱར་དུ་ <switchinline select=\"sys\"><caseinline select=\"MAC\">བཀའ་ཚིག་གནོན་</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B མཐེབ་གནོན་དགོས།"
+#: shortcut_writing.xhp#hd_id3151909.2.help.text
+#, fuzzy
+msgid "To apply italic formatting"
+msgstr "སྦོམ་གཟུགས་རྣམ་གཞག་སྤྱོད་"
+
+#: shortcut_writing.xhp#par_id3151861.14.help.text
+msgctxt "shortcut_writing.xhp#par_id3151861.14.help.text"
+msgid "Select the text that you want to format."
+msgstr "རྣམ་གཞག་ཅན་གྱི་ཡི་གེ་འདེམས་དགོས།"
+
+#: shortcut_writing.xhp#par_id3141836.5.help.text
+msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+I."
+msgstr ""
+
+#: shortcut_writing.xhp#par_id3151112.6.help.text
+msgid "You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+I, type the text that you want to format in italic, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+I when you are finished."
+msgstr ""
+
+#: shortcut_writing.xhp#hd_id3152909.2.help.text
+msgid "To underline text"
+msgstr ""
+
+#: shortcut_writing.xhp#par_id3152861.14.help.text
+#, fuzzy
+msgid "Select the text that you want to underline."
+msgstr "ཡིག་ཆེན་འབྲི་རྒྱུའི་ཡི་གེ་འདེམས་དགོས།"
+
+#: shortcut_writing.xhp#par_id3142836.5.help.text
+msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+U."
+msgstr ""
+
+#: shortcut_writing.xhp#par_id3152112.6.help.text
+msgid "You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+U, type the text that you want underlined, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+U when you are finished."
+msgstr ""
+
#: shortcut_writing.xhp#par_id3149648.12.help.text
msgid "<link href=\"text/swriter/04/01020000.xhp\" name=\"Keyboard shortcut for text documents\">Keyboard shortcut for text documents</link>"
msgstr "<link href=\"text/swriter/04/01020000.xhp\" name=\"ཡི་གེ་ལས་སྣོན་ཡིག་ཚགས་སྤྱོད་པའི་མྱུར་བདེའི་མཐེབ་\">ཡི་གེ་ལས་སྣོན་ཡིག་ཚགས་སྤྱོད་པའི་མྱུར་བདེའི་མཐེབ་</link>"
diff --git a/translations/source/bo/instsetoo_native/inc_openoffice/windows/msi_languages.po b/translations/source/bo/instsetoo_native/inc_openoffice/windows/msi_languages.po
index bef3020b05c..395e4c6ae7f 100644
--- a/translations/source/bo/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/translations/source/bo/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-12 00:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -31,65 +31,6 @@ msgstr ""
msgid "Please exit [DEFINEDPRODUCT] [DEFINEDVERSION] and the [DEFINEDPRODUCT] [DEFINEDVERSION] Quickstarter before you continue. If you are using a multi-user system, also make sure that no other user has [DEFINEDPRODUCT] [DEFINEDVERSION] open."
msgstr ""
-#: Nsis.ulf#SetupCaption.LngText.text
-msgid "%PRODUCTNAME %PRODUCTVERSION Installation Preparation"
-msgstr ""
-
-#: Nsis.ulf#MUI_TEXT_WELCOME_INFO_TITLE.LngText.text
-msgid "Thank you for downloading %PRODUCTNAME %PRODUCTVERSION."
-msgstr ""
-
-#: Nsis.ulf#MUI_TEXT_WELCOME_INFO_TEXT.LngText.text
-msgid ""
-"The installation files must be unpacked and copied to your hard disk in preparation for the installation. After that, the %PRODUCTNAME installation will start automatically.\n"
-"\n"
-"Click \\'Next\\' to continue."
-msgstr ""
-
-#: Nsis.ulf#MUI_TEXT_DIRECTORY_TITLE.LngText.text
-msgid "Select Folder"
-msgstr ""
-
-#: Nsis.ulf#MUI_TEXT_DIRECTORY_SUBTITLE.LngText.text
-msgid "Select the folder in which to save the unpacked files."
-msgstr ""
-
-#: Nsis.ulf#InstallBtn.LngText.text
-msgid "&Unpack"
-msgstr ""
-
-#: Nsis.ulf#DirText.LngText.text
-msgid "The %PRODUCTNAME %PRODUCTVERSION installation files will be unpacked and saved in the folder shown below. If you would like to save %PRODUCTNAME to a different folder, click \\'Browse\\' to select another folder."
-msgstr ""
-
-#: Nsis.ulf#DirSubText.LngText.text
-msgid "Destination Folder"
-msgstr ""
-
-#: Nsis.ulf#SpaceRequired.LngText.text
-msgid "Space required: "
-msgstr ""
-
-#: Nsis.ulf#SpaceAvailable.LngText.text
-msgid "Space available: "
-msgstr ""
-
-#: Nsis.ulf#MUI_TEXT_INSTALLING_TITLE.LngText.text
-msgid "Unpacking"
-msgstr ""
-
-#: Nsis.ulf#MUI_TEXT_INSTALLING_SUBTITLE.LngText.text
-msgid "Please wait while the installation files are being unpacked."
-msgstr ""
-
-#: Nsis.ulf#Extract.LngText.text
-msgid "Extract: "
-msgstr ""
-
-#: Nsis.ulf#MUI_TEXT_ABORTWARNING.LngText.text
-msgid "Are you sure you want to quit the %PRODUCTNAME %PRODUCTVERSION Installation Preparation"
-msgstr ""
-
#: Error.ulf#OOO_ERROR_1.LngText.text
msgid "{{Fatal error: }}"
msgstr ""
diff --git a/translations/source/bo/mysqlc/source.po b/translations/source/bo/mysqlc/source.po
index 36dfd4cf771..8960f65934c 100644
--- a/translations/source/bo/mysqlc/source.po
+++ b/translations/source/bo/mysqlc/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:07+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/translations/source/bo/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index 4ef1652de22..fae652fc549 100644
--- a/translations/source/bo/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/translations/source/bo/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/translations/source/bo/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
new file mode 100644
index 00000000000..245e33bfc5e
--- /dev/null
+++ b/translations/source/bo/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
@@ -0,0 +1,205 @@
+#. extracted from nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.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+nlpsolver%2Fhelp%2Fen%2Fcom.sun.star.comp.Calc.NLPSolver.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: Options.xhp#tit.help.text
+msgid "Options"
+msgstr ""
+
+#: Options.xhp#bm_id0503200917110375_scalc.help.text
+msgid "<bookmark_value>Solver for Nonlinear Problems;Options</bookmark_value>"
+msgstr ""
+
+#: Options.xhp#hd_id0503200917103593.help.text
+msgid "General Options"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103780.help.text
+msgid "Size of Swarm"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103723.help.text
+msgid "… defines the number of individuals to participate in the learning process. Each individual finds its own solutions and contributes to the overall knowledge."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103771.help.text
+msgid "Learning Cycles"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103720.help.text
+msgid "… defines the number of iterations, the algorithm should take. In each iteration, all individuals make a guess on the best solution and share their knowledge."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103732.help.text
+msgid "Variable Bounds Guessing"
+msgstr ""
+
+#: Options.xhp#par_id050320091710378.help.text
+msgid "If enabled (default), the algorithm tries to find variable bounds by looking at the starting values."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103794.help.text
+msgid "Variable Bounds Threshold"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103710.help.text
+msgid "When guessing variable bounds, this threshold specifies, how the initial values are shifted to build the bounds. For an example how these values are calculated, please refer to the Manual in the Wiki."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103740.help.text
+msgid "Use ACR Comparator"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103766.help.text
+msgid "If <emph>disabled</emph> (default), the BCH Comparator is used. It compares two individuals by first looking at their constraint violations and only if those are equal, it measures their current solution."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103744.help.text
+msgid "If <emph>enabled</emph>, the ACR Comparator is used. It compares two individuals dependent on the current iteration and measures their goodness with knowledge about the libraries worst known solutions (in regard to their constraint violations)."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103792.help.text
+msgid "Use Random Starting Point"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103790.help.text
+msgid "If <emph>enabled</emph>, the library is simply filled up with randomly chosen points."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103765.help.text
+msgid "If <emph>disabled</emph>, the currently present values (as given by the user) are inserted in the library as reference point."
+msgstr ""
+
+#: Options.xhp#par_id0504200917103794.help.text
+msgid "Stagnation Limit"
+msgstr ""
+
+#: Options.xhp#par_id050320091710377.help.text
+msgid "If this number of individuals found solutions within a close range, the iteration is stopped and the best of these values is chosen as optimal."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103762.help.text
+msgid "Stagnation Tolerance"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103834.help.text
+msgid "Defines in what range solutions are considered “similar”."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103891.help.text
+msgid "Show Enhanced Solver Status"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103832.help.text
+msgid "If <emph>enabled</emph>, an additional dialog is shown during the solving process which gives informations about the current progress, the level of stagnation, the currently best known solution as well as the possibility, to stop or resume the solver."
+msgstr ""
+
+#: Options.xhp#hd_id0603200910392151.help.text
+msgid "DEPS-specific Options"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394232.help.text
+msgid "Agent Switch Rate"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394248.help.text
+msgid "Specifies the probability for an individual to choose the Differential Evolution strategy."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394277.help.text
+msgid "DE: Crossover Probability"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394280.help.text
+msgid "… defines the probability of the individual being combined with the globally best point. If crossover is not used, the point is assembled from the own memory of the individual."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394216.help.text
+msgid "DE: Scaling Factor"
+msgstr ""
+
+#: Options.xhp#par_id060320091039424.help.text
+msgid "During crossover, the scaling factor decides about the “speed” of movement."
+msgstr ""
+
+#: Options.xhp#par_id060320091039421.help.text
+msgid "PS: Constriction Coefficient"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394225.help.text
+msgid "… defines the speed at which the particles/individuals move towards each other."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394222.help.text
+msgid "PS: Cognitive Constant"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394212.help.text
+msgid "… sets the importance of the own memory (in particular the best reached point so far)."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394292.help.text
+msgid "PS: Social Constant"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394284.help.text
+msgid "… sets the importance of the global best point between all particles/individuals."
+msgstr ""
+
+#: Options.xhp#par_id060320091039425.help.text
+msgid "PS: Mutation Probability"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394272.help.text
+msgid "… defines the probability, that instead of moving a component of the particle towards the best point, it randomly chooses a new value from the valid range for that variable."
+msgstr ""
+
+#: Options.xhp#hd_id0603200910401383.help.text
+msgid "SCO-specific Options"
+msgstr ""
+
+#: Options.xhp#par_id0603200910401382.help.text
+msgid "Size of Library"
+msgstr ""
+
+#: Options.xhp#par_id060320091040136.help.text
+msgid "… defines the amount of informations to store in the public library. Each individual stores knowledge there and asks for informations."
+msgstr ""
+
+#: Usage.xhp#tit.help.text
+msgctxt "Usage.xhp#tit.help.text"
+msgid "Usage"
+msgstr ""
+
+#: Usage.xhp#bm_id0603200910434044_scalc.help.text
+msgid "<bookmark_value>Solver for Nonlinear Problems;Usage</bookmark_value>"
+msgstr ""
+
+#: Usage.xhp#hd_id0603200910430882.help.text
+msgctxt "Usage.xhp#hd_id0603200910430882.help.text"
+msgid "Usage"
+msgstr ""
+
+#: Usage.xhp#par_id0603200910430845.help.text
+msgid "Regardless whether you use DEPS or SCO, you start by going to Tools → Solver and set the Cell to be optimized, the direction to go (minimization, maximization) and the cells to be modified to reach the goal. Then you go to the Options and specify the solver to be used and if necessary adjust the according <link href=\"com.sun.star.comp.Calc.NLPSolver/Options.xhp\">parameters</link>."
+msgstr ""
+
+#: Usage.xhp#par_id0603200910430821.help.text
+msgid "There is also a list of constraints you can use to restrict the possible range of solutions or to penalize certain conditions. However, in case of the evolutionary solvers DEPS and SCO, these constraints are also used to specify bounds on the variables of the problem. Due to the random nature of the algorithms, it is <emph>highly recommended</emph> to do so and give upper (and in case \"Assume Non-Negative Variables\" is turned off also lower) bounds for all variables. They don't have to be near the actual solution (which is probably unknown) but should give a rough indication of the expected size (0 ≤ var ≤ 1 or maybe -1000000 ≤ var ≤ 1000000)."
+msgstr ""
+
+#: Usage.xhp#par_id0603200910430873.help.text
+msgid "Bounds are specified by selecting one or more variables (as range) on the left side and entering a numerical value (not a cell or a formula) on the right side. That way you can also choose one or more variables to be <emph>Integer</emph> or <emph>Binary</emph> only."
+msgstr ""
diff --git a/translations/source/bo/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/translations/source/bo/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
new file mode 100644
index 00000000000..1a8ee4dab49
--- /dev/null
+++ b/translations/source/bo/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
@@ -0,0 +1,23 @@
+#. extracted from nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.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+nlpsolver%2Fsrc%2Fcom%2Fsun%2Fstar%2Fcomp%2FCalc%2FNLPSolver.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Solver for Nonlinear Programming"
+msgstr ""
+
+#: description.xml#extdesc.extdesc.description.text
+msgid "This extension integrates into Calc and offers new Solver engines to use for optimizing nonlinear programming models.\n"
+msgstr ""
diff --git a/translations/source/bo/nlpsolver/src/locale.po b/translations/source/bo/nlpsolver/src/locale.po
new file mode 100644
index 00000000000..aecfa15c90b
--- /dev/null
+++ b/translations/source/bo/nlpsolver/src/locale.po
@@ -0,0 +1,179 @@
+#. extracted from nlpsolver/src/locale.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+nlpsolver%2Fsrc%2Flocale.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.AssumeNonNegative.property.text
+msgid "Assume Non-Negative Variables"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.SwarmSize.property.text
+msgid "Size of Swarm"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.LibrarySize.property.text
+msgid "Size of Library"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.LearningCycles.property.text
+msgid "Learning Cycles"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.GuessVariableRange.property.text
+msgid "Variable Bounds Guessing"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.VariableRangeThreshold.property.text
+msgid "Variable Bounds Threshold (when guessing)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.UseACRComparator.property.text
+msgid "Use ACR Comparator (instead of BCH)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.UseRandomStartingPoint.property.text
+msgid "Use Random starting point"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.StagnationLimit.property.text
+msgid "Stagnation Limit"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.Tolerance.property.text
+msgid "Stagnation Tolerance"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.EnhancedSolverStatus.property.text
+msgid "Show enhanced solver status"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.AgentSwitchRate.property.text
+msgid "Agent Switch Rate (DE Probability)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.DEFactor.property.text
+msgid "DE: Scaling Factor (0-1.2)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.DECR.property.text
+msgid "DE: Crossover Probability (0-1)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSC1.property.text
+msgid "PS: Cognitive Constant"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSC2.property.text
+msgid "PS: Social Constant"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSWeight.property.text
+msgid "PS: Constriction Coefficient"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSCL.property.text
+msgid "PS: Mutation Probability (0-0.005)"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Dialog.Caption.property.text
+msgid "Solver Status"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblSolution.property.text
+msgid "Current Solution:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblIteration.property.text
+msgid "Iteration:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblStagnation.property.text
+msgid "Stagnation:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblRuntime.property.text
+msgid "Runtime:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnStop.property.text
+msgid "Stop"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnOK.property.text
+msgid "OK"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnContinue.property.text
+msgid "Continue"
+msgstr "མུ་མཐུད།"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopIteration.property.text
+msgid "Maximum iterations reached."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopStagnation.property.text
+msgid "Process stopped due to stagnation."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopUser.property.text
+msgid "Process stopped due to user interruption."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.CurrentIteration.property.text
+msgid "Process stopped at iteration %d of %d."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Nanoseconds.property.text
+msgid "Nanoseconds"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Microseconds.property.text
+msgid "Microseconds"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Milliseconds.property.text
+msgid "Milliseconds"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Second.property.text
+msgid "Second"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Seconds.property.text
+msgid "Seconds"
+msgstr "སྐར་ཆ།"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Minute.property.text
+msgid "Minute"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Minutes.property.text
+msgid "Minutes"
+msgstr "སྐར་མ།"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Hour.property.text
+msgid "Hour"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Hours.property.text
+msgid "Hours"
+msgstr "ཆུ་ཚོད།"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Day.property.text
+msgid "Day"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Days.property.text
+msgid "Days"
+msgstr ""
diff --git a/translations/source/bo/officecfg/registry/data/org/openoffice/Office.po b/translations/source/bo/officecfg/registry/data/org/openoffice/Office.po
index 1f596b881b5..6349fcad9a5 100644
--- a/translations/source/bo/officecfg/registry/data/org/openoffice/Office.po
+++ b/translations/source/bo/officecfg/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/officecfg/registry/data/org/openoffice/Office/UI.po b/translations/source/bo/officecfg/registry/data/org/openoffice/Office/UI.po
index 6eabe18adb8..473fc65a5ee 100644
--- a/translations/source/bo/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/bo/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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-11-26 01:37+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-01-11 16:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: WriterReportWindowState.xcu#..WriterReportWindowState.UIElements.States.private_resource/toolbar/standardbar.UIName.value.text
@@ -2709,10 +2709,6 @@ msgstr "8 གནས་ཀྱི་ཚོས་གཞི།"
msgid "24 Bit True Color"
msgstr "24 གནས་དངོས་མའི་ཚོན་ཁྲ།"
-#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_BigHandles.Label.value.text
-msgid "Large Handles"
-msgstr "ཚོད་འཛིན་ཚེག་ཆེ་བ།"
-
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_DoubleClickTextEdit.Label.value.text
msgid "Double-click to edit Text"
msgstr "ཙིག་རྟགས་ཆ་རྡེབ་ཀྱིས་ཡི་གེ་རྩོམ་སྒྲིག་བྱེད།"
@@ -2843,7 +2839,7 @@ msgstr "བཟོ་ལྟ།(~E)"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_SnapLinesMenu.Label.value.text
msgid "~Snap Lines"
-msgstr ""
+msgstr "གནས་ཚད་ཐིག"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_MasterPageMenu.Label.value.text
msgctxt "DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_MasterPageMenu.Label.value.text"
@@ -3281,6 +3277,11 @@ msgctxt "BasicIDEWindowState.xcu#..BasicIDEWindowState.UIElements.States.private
msgid "Language"
msgstr "སྐད་ཡིག"
+#: BasicIDEWindowState.xcu#..BasicIDEWindowState.UIElements.States.private_resource/toolbar/formcontrolsbar.UIName.value.text
+#, fuzzy
+msgid "FormControls"
+msgstr "ཚོད་ཆས་ཡོ་བྱད་སྒམ།"
+
#: BasicIDEWindowState.xcu#..BasicIDEWindowState.UIElements.States.private_resource/toolbar/insertcontrolsbar.UIName.value.text
msgid "Toolbox"
msgstr "ཡོ་ཆད་ཚང་གཙོ་བོ།"
@@ -8190,6 +8191,10 @@ msgstr "ནང་འཇུག་ཐབས་ཀྱི་གནས་སྟངས
msgid "Optio~n Bar"
msgstr "འདེམས་གཞི་ཚང་།(~N)"
+#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_SendFeedback.Label.value.text
+msgid "Send Feedback..."
+msgstr ""
+
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_ShowLicense.Label.value.text
msgid "License Information..."
msgstr ""
@@ -11900,7 +11905,37 @@ msgid "Goto Line Number..."
msgstr ""
#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_ShowLines.Label.value.text
-msgid "Display Source Line Number"
+msgid "Line Numbers"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormRadio.Label.value.text
+msgid "Form Option Button"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormCheck.Label.value.text
+msgid "Form Check Box"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormList.Label.value.text
+msgid "Form List Box"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormCombo.Label.value.text
+msgid "Form Combo Box"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormVScroll.Label.value.text
+#, fuzzy
+msgid "Form Vertical Scroll Bar"
+msgstr "དྲང་འཕྱང་འགྲིལ་འཁོར་ཚང་།"
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormHScroll.Label.value.text
+#, fuzzy
+msgid "Form Horizonal Scroll Bar"
+msgstr "ཆུ་སྙོམས་འགྲིལ་འཁོར་མདའ།"
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormSpin.Label.value.text
+msgid "Form Spin Button"
msgstr ""
#: WriterWebWindowState.xcu#..WriterWebWindowState.UIElements.States.private_resource/toolbar/standardbar.UIName.value.text
diff --git a/translations/source/bo/padmin/source.po b/translations/source/bo/padmin/source.po
index 4421993cd41..8352961d2fd 100644
--- a/translations/source/bo/padmin/source.po
+++ b/translations/source/bo/padmin/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:06+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/readlicense_oo/docs/readme.po b/translations/source/bo/readlicense_oo/docs/readme.po
index 52a65711d53..45e0432b45e 100644
--- a/translations/source/bo/readlicense_oo/docs/readme.po
+++ b/translations/source/bo/readlicense_oo/docs/readme.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:04+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -104,7 +104,7 @@ msgid "1024x768 resolution (higher resolution recommended), at least 256 colors"
msgstr "1024x768བཪྙན་རྒྱུ་དང་ཡང་ན་དེ་ཡན་འཛོམ་དགོས་མམཐར་ཡང་མདོག་ 256 དགོས་"
#: readme.xrm#edssc3d.edssc3d.readmeitem.text
-msgctxt "readme.xrm#edssc3d.edssc3d.readmeitem.text"
+#, fuzzy
msgid "Please be aware that administrator rights are needed for the installation process."
msgstr "ཟབ་ནན་བྱེད་རྒྱུར། བསྒར་འཇུག་བྱེད་སྐབས་དོ་དམ་པའི་དབང་ཚད་དགོས།"
@@ -113,22 +113,13 @@ msgid "Registration of ${PRODUCTNAME} as default application for Microsoft Offic
msgstr "གཤམ་གསལ་བསྒར་འཇུག་བྱ་རིམ་གྱི་བཀའ་བརྡ་ཕྲེང་ཚུད་པའི་སྒོ་ཕྱེ་རྒྱག་གི་སྡེ་ཚན་བེད་སྤྱད་ནས་${PRODUCTNAME} དེ་Microsoft Office རྣམ་གཞག་གི་ངོས་ལེན་བཀོལ་སྤྱོད་བྱ་རིམ་ལ་ཐོ་འགོད་བྱེད་རྒྱུ་བཙན་ཤེད་བྱེད་ཆོག་པའམ་ཡང་ན་བཀག་འགོག་བྱེད་ཆོག"
#: readme.xrm#MSOReg2.MSOReg2.readmeitem.text
-msgid "<tt>/msoreg=1</tt> will force registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
+msgid "<tt>REGISTER_ALL_MSO_TYPES=1</tt> will force registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
msgstr ""
#: readme.xrm#MSOReg3.MSOReg3.readmeitem.text
-msgid "<tt>/msoreg=0</tt> will suppress registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
-msgstr ""
-
-#: readme.xrm#DLLA1.DLLA1.readmeitem.text
-msgid "If you perform an administrative installation using setup /a, you need to make sure that the file msvc90.dll is installed on the system. This file is required for ${PRODUCTNAME} to start after an administrative installation. You can get the file from <a href=\"http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF\">http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF</a>"
+msgid "<tt>REGISTER_NO_MSO_TYPES=1</tt> will suppress registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
msgstr ""
-#: readme.xrm#AdminNeeded.AdminNeeded.readmeitem.text
-msgctxt "readme.xrm#AdminNeeded.AdminNeeded.readmeitem.text"
-msgid "Please be aware that administrator rights are needed for the installation process."
-msgstr "ཟབ་ནན་བྱེད་རྒྱུར། བསྒར་འཇུག་བྱེད་སྐབས་དོ་དམ་པའི་དབང་ཚད་དགོས།"
-
#: readme.xrm#s2we10.s2we10.readmeitem.text
msgid "As a general rule, you are recommended to install ${PRODUCTNAME} via the installation methods recommended by your particular Linux distribution (such as the Ubuntu Software Center, in the case of Ubuntu Linux). This is because it is usually the simplest way to obtain an installation that is optimally integrated into your system. Indeed, ${PRODUCTNAME} may well be already installed by default when you originally install your Linux operating system."
msgstr ""
@@ -189,7 +180,8 @@ msgid "Installation of ${PRODUCTNAME} on Debian/Ubuntu-based Linux systems"
msgstr ""
#: readme.xrm#debianinstall1.debianinstall1.readmeitem.text
-msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to do that, please read the section below entitled Deinstallation of a Previous Version of ${PRODUCTNAME}. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
+msgctxt "readme.xrm#debianinstall1.debianinstall1.readmeitem.text"
+msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
msgstr ""
#: readme.xrm#debianinstall2.debianinstall2.readmeitem.text
@@ -239,7 +231,8 @@ msgid "Installation of ${PRODUCTNAME} on Fedora, Suse, Mandriva and other Linux
msgstr ""
#: readme.xrm#rpminstall1.rpminstall1.readmeitem.text
-msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to do that, please read the section below entitled De-installation of a Previous Version of ${PRODUCTNAME}. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
+msgctxt "readme.xrm#rpminstall1.rpminstall1.readmeitem.text"
+msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
msgstr ""
#: readme.xrm#rpminstall2.rpminstall2.readmeitem.text
@@ -284,15 +277,19 @@ msgid "Now run the installation command again:"
msgstr ""
#: readme.xrm#rpminstallB.rpminstallB.readmeitem.text
-msgid "For Fedora-based systems: su -c 'yum install *redhat*.rpm'"
+msgid "For Fedora-based systems: su -c 'yum install *freedesktop*.rpm'"
msgstr ""
#: readme.xrm#rpminstallC.rpminstallC.readmeitem.text
msgid "For Mandriva-based systems: sudo urpmi *mandriva*.rpm"
msgstr ""
+#: readme.xrm#rpminstallF.rpminstallF.readmeitem.text
+msgid "For SUSE-based systems: rpm -Uvh *suse*.rpm"
+msgstr ""
+
#: readme.xrm#rpminstallD.rpminstallD.readmeitem.text
-msgid "For other RPM-based systems (Suse, etc.): rpm -Uvh *suse*.rpm"
+msgid "For other RPM-based systems: rpm -Uvh *freedesktop*.rpm"
msgstr ""
#: readme.xrm#rpminstallE.rpminstallE.readmeitem.text
diff --git a/translations/source/bo/reportbuilder/java/com/sun/star/report/function/metadata.po b/translations/source/bo/reportbuilder/java/com/sun/star/report/function/metadata.po
new file mode 100644
index 00000000000..4158950b9f0
--- /dev/null
+++ b/translations/source/bo/reportbuilder/java/com/sun/star/report/function/metadata.po
@@ -0,0 +1,39 @@
+#. extracted from reportbuilder/java/com/sun/star/report/function/metadata.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+reportbuilder%2Fjava%2Fcom%2Fsun%2Fstar%2Freport%2Ffunction%2Fmetadata.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: Author_Function_en_US.properties#display_name.property.text
+msgid "AUTHOR"
+msgstr ""
+
+#: Author_Function_en_US.properties#description.property.text
+msgid "Returns the author of the report."
+msgstr ""
+
+#: Title_Function_en_US.properties#display_name.property.text
+msgid "TITLE"
+msgstr ""
+
+#: Title_Function_en_US.properties#description.property.text
+msgid "Returns the title of the report."
+msgstr ""
+
+#: category_en_US.properties#display_name.property.text
+msgid "MetaData"
+msgstr ""
+
+#: category_en_US.properties#description.property.text
+msgid "Contains functions about meta data"
+msgstr ""
diff --git a/translations/source/bo/reportbuilder/registry/data/org/openoffice/Office.po b/translations/source/bo/reportbuilder/registry/data/org/openoffice/Office.po
index ef7f8c4dc59..39424e075f8 100644
--- a/translations/source/bo/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/translations/source/bo/reportbuilder/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/reportbuilder/registry/data/org/openoffice/Office/UI.po b/translations/source/bo/reportbuilder/registry/data/org/openoffice/Office/UI.po
index 803d680c5d6..20a63b804c7 100644
--- a/translations/source/bo/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/bo/reportbuilder/registry/data/org/openoffice/Office/UI.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:06+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -299,7 +299,7 @@ msgstr ""
#: ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_SnapLinesMenu.Label.value.text
msgid "~Snap Lines"
-msgstr ""
+msgstr "གནས་ཚད་ཐིག"
#: ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_ObjectResize.Label.value.text
msgctxt "ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_ObjectResize.Label.value.text"
diff --git a/translations/source/bo/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/translations/source/bo/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index c93b180bbd0..5c376db5cb1 100644
--- a/translations/source/bo/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/translations/source/bo/reportbuilder/registry/data/org/openoffice/TypeDetection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/reportbuilder/util.po b/translations/source/bo/reportbuilder/util.po
index 97e2648a2cc..ffb9e9b658d 100644
--- a/translations/source/bo/reportbuilder/util.po
+++ b/translations/source/bo/reportbuilder/util.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/reportdesign/source/core/resource.po b/translations/source/bo/reportdesign/source/core/resource.po
index 880535fc532..2de2a376f74 100644
--- a/translations/source/bo/reportdesign/source/core/resource.po
+++ b/translations/source/bo/reportdesign/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/reportdesign/source/ui/dlg.po b/translations/source/bo/reportdesign/source/ui/dlg.po
index fafae054f86..1b4b4b01cfe 100644
--- a/translations/source/bo/reportdesign/source/ui/dlg.po
+++ b/translations/source/bo/reportdesign/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:04+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/reportdesign/source/ui/inspection.po b/translations/source/bo/reportdesign/source/ui/inspection.po
index d41a3835f1d..b5325b93e09 100644
--- a/translations/source/bo/reportdesign/source/ui/inspection.po
+++ b/translations/source/bo/reportdesign/source/ui/inspection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-12 00:04+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/reportdesign/source/ui/report.po b/translations/source/bo/reportdesign/source/ui/report.po
index 62b9236e96f..de2b9df815d 100644
--- a/translations/source/bo/reportdesign/source/ui/report.po
+++ b/translations/source/bo/reportdesign/source/ui/report.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:04+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sc/source/core/src.po b/translations/source/bo/sc/source/core/src.po
index 5cfdc2df6b4..2759e9cbf48 100644
--- a/translations/source/bo/sc/source/core/src.po
+++ b/translations/source/bo/sc/source/core/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sc/source/ui/cctrl.po b/translations/source/bo/sc/source/ui/cctrl.po
index feb4f4070f3..1f7086ce0e5 100644
--- a/translations/source/bo/sc/source/ui/cctrl.po
+++ b/translations/source/bo/sc/source/ui/cctrl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sc/source/ui/dbgui.po b/translations/source/bo/sc/source/ui/dbgui.po
index 91a40d50a51..75540ef3610 100644
--- a/translations/source/bo/sc/source/ui/dbgui.po
+++ b/translations/source/bo/sc/source/ui/dbgui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:06+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sc/source/ui/docshell.po b/translations/source/bo/sc/source/ui/docshell.po
index 10aa5a9460b..1dedb245bd3 100644
--- a/translations/source/bo/sc/source/ui/docshell.po
+++ b/translations/source/bo/sc/source/ui/docshell.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sc/source/ui/drawfunc.po b/translations/source/bo/sc/source/ui/drawfunc.po
index ef1517eaa86..efb2e4e06e4 100644
--- a/translations/source/bo/sc/source/ui/drawfunc.po
+++ b/translations/source/bo/sc/source/ui/drawfunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sc/source/ui/formdlg.po b/translations/source/bo/sc/source/ui/formdlg.po
index f766e58ccca..b4ab7839246 100644
--- a/translations/source/bo/sc/source/ui/formdlg.po
+++ b/translations/source/bo/sc/source/ui/formdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sc/source/ui/miscdlgs.po b/translations/source/bo/sc/source/ui/miscdlgs.po
index 2b7c0e21657..d4a6ae3ce62 100644
--- a/translations/source/bo/sc/source/ui/miscdlgs.po
+++ b/translations/source/bo/sc/source/ui/miscdlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:06+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sc/source/ui/navipi.po b/translations/source/bo/sc/source/ui/navipi.po
index c71d4691344..b5cd56c4908 100644
--- a/translations/source/bo/sc/source/ui/navipi.po
+++ b/translations/source/bo/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 01:37+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: navipi.src#RID_SCDLG_NAVIGATOR.FT_ROW.fixedtext.text
diff --git a/translations/source/bo/sc/source/ui/pagedlg.po b/translations/source/bo/sc/source/ui/pagedlg.po
index 56e5ea883fb..2944987e111 100644
--- a/translations/source/bo/sc/source/ui/pagedlg.po
+++ b/translations/source/bo/sc/source/ui/pagedlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sc/source/ui/src.po b/translations/source/bo/sc/source/ui/src.po
index 6129be22065..54bbd98c681 100644
--- a/translations/source/bo/sc/source/ui/src.po
+++ b/translations/source/bo/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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-11-26 01:37+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2011-12-15 12:22+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: namedlg.src#RID_SCDLG_NAMES.BTN_ADD.pushbutton.text
@@ -36,11 +36,6 @@ msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_NAME_CANCEL.pushbutton.text"
msgid "Cancel"
msgstr "འདོར་བ།"
-#: namedlg.src#RID_SCDLG_NAMES.BTN_SELECT.pushbutton.text
-msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_SELECT.pushbutton.text"
-msgid "Select Range"
-msgstr "ཁྱབ་ཁོངས་འདེམས་པ།"
-
#: namedlg.src#RID_SCDLG_NAMES.FT_SCOPE.fixedtext.text
msgctxt "namedlg.src#RID_SCDLG_NAMES.FT_SCOPE.fixedtext.text"
msgid "Scope"
@@ -69,6 +64,7 @@ msgid "Shrink"
msgstr "ཆུང་གཏོང་/ཆེར་གཏོང་།"
#: namedlg.src#RID_SCDLG_NAMES.BTN_MORE.checkbox.text
+msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_MORE.checkbox.text"
msgid "Range Options"
msgstr ""
@@ -96,25 +92,6 @@ msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_COLHEADER.checkbox.text"
msgid "Repeat ~column"
msgstr "བསྐྱར་ཟློས་ཀྱི་སྟར།(~C)"
-#: namedlg.src#RID_SCDLG_NAMES.STR_INVALIDSYMBOL.string.text
-#, fuzzy
-msgctxt "namedlg.src#RID_SCDLG_NAMES.STR_INVALIDSYMBOL.string.text"
-msgid "Invalid expression"
-msgstr "ནུས་མེད་ཀྱི་ཞིབ་བརྗོད་རྣམ་པ།"
-
-#: namedlg.src#RID_SCDLG_NAMES.STR_MODIFYFAILED.string.text
-msgid "Modifying range name failed"
-msgstr ""
-
-#: 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_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_DEFAULT_INFO.string.text
msgid "Select cells in the document to update the range."
msgstr ""
@@ -441,10 +418,6 @@ msgstr "ཤོག་བརྗེ།(~P)"
msgid "Helplines ~While Moving"
msgstr ""
-#: optdlg.src#RID_SCPAGE_CONTENT.CB_BIGHANDLES.checkbox.text
-msgid "~Large handles"
-msgstr "ཚོད་འཛིན་ཚེག་ཆེ་བ།(~L)"
-
#: optdlg.src#RID_SCPAGE_CONTENT.GB_DISPLAY.fixedline.text
msgid "Display"
msgstr "མངོན་པ།"
@@ -1693,9 +1666,9 @@ msgstr ""
msgid "Restore"
msgstr "སླར་གསོ།"
-#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_LAST.pushbutton.text
-msgid "Last Record"
-msgstr "མཐའ་མའི་ཟིན་ཐོ་གཅིག"
+#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_PREV.pushbutton.text
+msgid "Previous Record"
+msgstr "འོག་གི་ཟིན་ཐོ་གཅིག"
#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_NEXT.pushbutton.text
msgid "Next Record"
@@ -3984,8 +3957,8 @@ msgid "Number"
msgstr "number"
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ARC_COS_HYP.3.string.text
-msgid "A value greater than or equal to 1 for which the hyperbolic cosine is to be returned."
-msgstr "དེའི་ཆ་ལྡོག་འཁྱོག་པའི་ལྷག་རྒྱུད་ཀྱི་ཐང་གི་ 1 ལས་ཆེ་བའམ་མཚུངས་པའི་གྲངས་ཐང་གཅིག་རྩིས་དགོས།"
+msgid "A value greater than or equal to 1 for which the inverse hyperbolic cosine is to be returned."
+msgstr ""
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ARC_SIN_HYP.1.string.text
msgid "Returns the inverse hyperbolic sine of a number."
@@ -4176,6 +4149,60 @@ msgstr "number_y"
msgid "The value for the y coordinate."
msgstr "ཚེག་གི་ y-གནས་ཚད་ཐང་། "
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.1.string.text
+msgid "Return the cosecant of an angle. CSC(x)=1/SIN(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.3.string.text
+#, fuzzy
+msgid "The angle in radians for which the cosecant is to be calculated."
+msgstr "དེའི་དྲང་གཞུའི་ཟུར་ཚད་རྩིས་དགོས་ གཞུ་ཚད་ཀྱིས་མཚོན།"
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.1.string.text
+msgid "Return the secant of an angle. SEC(x)=1/COS(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.3.string.text
+#, fuzzy
+msgid "The angle in radians for which the secant is to be calculated."
+msgstr "དེའི་དྲང་གཞུའི་ཟུར་ཚད་རྩིས་དགོས་ གཞུ་ཚད་ཀྱིས་མཚོན།"
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.1.string.text
+msgid "Return the hyperbolic cosecant of a hyperbolic angle. CSCH(x)=1/SINH(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.3.string.text
+msgid "The hyperbolic angle in radians for which the hyperbolic cosecant is to be calculated."
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.1.string.text
+msgid "Return the hyperbolic secant of a hyperbolic angle. SECH(x)=1/COSH(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.3.string.text
+msgid "The hyperbolic angle in radians for which the hyperbolic secant is to be calculated."
+msgstr ""
+
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_DEG.1.string.text
msgid "Converts a radian to degrees"
msgstr "གཞུ་ཚད་ཟུར་ཚད་ལ་བརྗེས་འགྱུར།"
@@ -10733,7 +10760,7 @@ msgstr "རྩོམ་སྒྲིག་ས་ཁོངས་ཀྱི་མི
#: globstr.src#RID_GLOBSTR.STR_UNDO_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "ཆེ་བྲིས་ཆུང་བྲིས་བཟོ་བཅོས།(~C)"
#: globstr.src#RID_GLOBSTR.STR_DB_NONAME.string.text
msgctxt "globstr.src#RID_GLOBSTR.STR_DB_NONAME.string.text"
@@ -12062,7 +12089,6 @@ msgstr "དྲ་མིག་འདེམས་པ།"
#: 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 "ཁྱབ་ཁོངས་འདེམས་པ།"
@@ -12414,6 +12440,25 @@ msgstr ""
msgid "Document (Global)"
msgstr "ཡིག་ཚགས་དཔེ་བཟོ།"
+#: globstr.src#RID_GLOBSTR.STR_ERR_NAME_EXISTS.string.text
+msgid "Invalid name. Already in use for the selected scope."
+msgstr ""
+
+#: globstr.src#RID_GLOBSTR.STR_ERR_NAME_INVALID.string.text
+msgid "Invalid name. Only use letters, numbers and underscore."
+msgstr ""
+
+#: globstr.src#RID_GLOBSTR.STR_UNSAVED_EXT_REF.string.text
+msgid ""
+"This Document contains external references to unsaved documents.\n"
+"\n"
+"Do you want to continue?"
+msgstr ""
+
+#: globstr.src#RID_GLOBSTR.STR_CLOSE_WITH_UNSAVED_REFS.string.text
+msgid "This Document is referenced by another document and not yet saved. Closing it without saving will result in data loss."
+msgstr ""
+
#: crnrdlg.src#RID_SCDLG_COLROWNAMERANGES.FL_ASSIGN.fixedline.text
msgctxt "crnrdlg.src#RID_SCDLG_COLROWNAMERANGES.FL_ASSIGN.fixedline.text"
msgid "Range"
@@ -13197,7 +13242,8 @@ msgid "Cancel"
msgstr "འདོར་བ།"
#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_MORE.checkbox.text
-msgid "RangeOptions"
+msgctxt "namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_MORE.checkbox.text"
+msgid "Range Options"
msgstr ""
#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.FT_NAME.fixedtext.text
@@ -13247,20 +13293,6 @@ msgctxt "namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_COLHEADER.checkbox.text"
msgid "Repeat ~column"
msgstr "བསྐྱར་ཟློས་ཀྱི་སྟར།(~C)"
-#: 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 "ནུས་མེད་ཀྱི་ཞིབ་བརྗོད་རྣམ་པ།"
-
-#: 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 ""
diff --git a/translations/source/bo/sc/source/ui/styleui.po b/translations/source/bo/sc/source/ui/styleui.po
index a98d44d8259..e815fb53715 100644
--- a/translations/source/bo/sc/source/ui/styleui.po
+++ b/translations/source/bo/sc/source/ui/styleui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-28 11:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -27,7 +27,7 @@ msgstr "སྡེ་ཚན་ཁྲ་མིག་གི་བཟོ་ལྟ།
#: scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.2.filterlist.text
msgid "Applied Styles"
-msgstr ""
+msgstr "བེད་སྤྱོད་ཀྱི་བཟོ་ལྟ།"
#: scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.3.filterlist.text
msgctxt "scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.3.filterlist.text"
diff --git a/translations/source/bo/scaddins/source/analysis.po b/translations/source/bo/scaddins/source/analysis.po
index 9eede1cf09f..33398891aa1 100644
--- a/translations/source/bo/scaddins/source/analysis.po
+++ b/translations/source/bo/scaddins/source/analysis.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/scaddins/source/datefunc.po b/translations/source/bo/scaddins/source/datefunc.po
index 7537c5b7828..ce8d2a1c8ec 100644
--- a/translations/source/bo/scaddins/source/datefunc.po
+++ b/translations/source/bo/scaddins/source/datefunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sccomp/source/solver.po b/translations/source/bo/sccomp/source/solver.po
index 6d972d165ed..201b39a3d86 100644
--- a/translations/source/bo/sccomp/source/solver.po
+++ b/translations/source/bo/sccomp/source/solver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/scp2/source/accessories.po b/translations/source/bo/scp2/source/accessories.po
index c766d63a840..dba2882c1d8 100644
--- a/translations/source/bo/scp2/source/accessories.po
+++ b/translations/source/bo/scp2/source/accessories.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-12 00:04+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/scp2/source/activex.po b/translations/source/bo/scp2/source/activex.po
index d5dffb45ab4..f6effc984e6 100644
--- a/translations/source/bo/scp2/source/activex.po
+++ b/translations/source/bo/scp2/source/activex.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/scp2/source/base.po b/translations/source/bo/scp2/source/base.po
index 7810fb06060..5fc9990abc4 100644
--- a/translations/source/bo/scp2/source/base.po
+++ b/translations/source/bo/scp2/source/base.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -39,6 +39,16 @@ msgstr "ཀྲུང་པེའོ་ཧྥུའུ་ཧྭ་ Officeཡི
msgid "Help about %PRODUCTNAME Base"
msgstr "ཀྲུང་པའེ་ཧྥུའུ་ཧྭའི་Office གཞི་གྲངས་ཐོ་མཛོད་ཀྱི་རོགས་རམ་སྐོར།"
+#: postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr ""
+
+#: postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr ""
+
#: folderitem_base.ulf#STR_FI_TOOLTIP_BASE.LngText.text
msgid "Manage databases, create queries and reports to track and manage your information by using Base."
msgstr "ཀྲུང་པེའོ་ཧྥུ་ཧྭ་ཡི་ Officeགཞི་གྲངས་མཛོད་སྤྱད་དེ་གཞི་གྲངས་མཛོད་དོ་དམ་ཐོག་ནས་གསར་བཟོ་བཙལ་འཚོལ་དང་རེའུ་མིག་ཐོ་གཞུང་གིས་ཆ་འཕྲིན་ལ་རྗེས་འདེད་དང་དོ་དམ་བྱེད་རྒྱུ།"
diff --git a/translations/source/bo/scp2/source/binfilter.po b/translations/source/bo/scp2/source/binfilter.po
index cf5f92ee7eb..c5c25393f92 100644
--- a/translations/source/bo/scp2/source/binfilter.po
+++ b/translations/source/bo/scp2/source/binfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/scp2/source/calc.po b/translations/source/bo/scp2/source/calc.po
index 359dab7c2be..f1934ae06da 100644
--- a/translations/source/bo/scp2/source/calc.po
+++ b/translations/source/bo/scp2/source/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/scp2/source/draw.po b/translations/source/bo/scp2/source/draw.po
index f2c89156ed0..b06e1e974a7 100644
--- a/translations/source/bo/scp2/source/draw.po
+++ b/translations/source/bo/scp2/source/draw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/scp2/source/extensions.po b/translations/source/bo/scp2/source/extensions.po
index 03f7b01c149..43c8bb1950c 100644
--- a/translations/source/bo/scp2/source/extensions.po
+++ b/translations/source/bo/scp2/source/extensions.po
@@ -3,2242 +3,78 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-12 00:04+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\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
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text"
+#, fuzzy
msgid "English"
msgstr "དབྱིན་སྐད།"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text"
+#, fuzzy
msgid "Installs English support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་དབྱིན་ཡིག་འཇུག་རྒྱུ།"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text"
+#, fuzzy
msgid "German"
msgstr "འཇར་མན་སྐད།"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text"
+#, fuzzy
msgid "Installs German support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་འཇར་མན་སྐད་ཡིག་འཇུག་རྒྱུ།"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text"
+#, fuzzy
msgid "French"
msgstr "ཧྥ་རན་སིའི་སྐད།"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text"
+#, fuzzy
msgid "Installs French support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་སེར་ཝེ་ཡའི་སྐད(ལ་ཏིང)འཇུག་རྒྱུ།"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text"
+#, fuzzy
msgid "Italian"
msgstr "དབྱི་ཏ་ལིའི་སྐད།"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text"
+#, fuzzy
msgid "Installs Italian support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་དབྱི་ཊ་ལིའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text"
+#, fuzzy
msgid "Spanish"
msgstr "སི་ཕན་སྐད།"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text"
+#, fuzzy
msgid "Installs Spanish support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་སི་ཕན་ཡའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text"
-msgid "Swedish"
-msgstr "སུའེ་ཏན་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text"
-msgid "Installs Swedish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་སུའེ་ཏན་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text"
-msgid "Portuguese"
-msgstr "ཕོར་ཐི་ཀོའི་སྐད"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཕུ་ཐོ་ཀོའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Portuguese (Brazil)"
-msgstr "ཕོར་ཐི་ཀོའི་སྐད(པ་སི)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཕུ་ཐོ་ཀོའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text"
-msgid "Japanese"
-msgstr "འཇར་ཕན་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text"
-msgid "Installs Japanese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་འཇར་པན་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text"
-msgid "Korean"
-msgstr "ཁོ་རེ་ཡའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text"
-msgid "Installs Korean support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ལྷོ་ཀོ་རེ་ཡའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Chinese (simplified)"
-msgstr "རྒྱ་ཡིག(འདུས་གཟུགས)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Installs Chinese (simplified) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "རྒྱ་ཡིག(འདུས་གཟུགས)མཁོ་ཆས།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Chinese (traditional)"
-msgstr "རྒྱ་ཡིག(ཟོར་ལྕིའི་ཡི་གེ)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Installs Chinese (traditional) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་རྒྱ་ཡིག་(རྒྱས་གཟུགས)འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text"
-msgid "Dutch"
-msgstr "ཧོ་ལནཊའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text"
-msgid "Installs Dutch support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཧོ་ལན་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text"
+#, fuzzy
msgid "Hungarian"
msgstr "ཧང་ག་རིའི་སྐད།"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text"
-msgid "Installs Hungarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཧང་ག་རིའི་སྐད་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text"
-msgid "Polish"
-msgstr "ཕོ་ལན་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text"
-msgid "Installs Polish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་པོ་ལན་སྐད་ཡིག་་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text"
-msgid "Russian"
-msgstr "ཨུ་རུ་སུའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text"
-msgid "Installs Russian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཨུ་རུ་སུའི་སྐད་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text"
-msgid "Turkish"
-msgstr "ཐུར་ཁེའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text"
-msgid "Installs Turkish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཐུར་ཁེའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text"
-msgid "Greek"
-msgstr "ཀེ་རི་སིའིསྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text"
-msgid "Installs Greek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཀེ་རི་སིའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text"
-msgid "Thai"
-msgstr "ཐེ་ལན་ཊའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text"
-msgid "Installs Thai support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཐེ་ལན་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text"
-msgid "Czech"
-msgstr "ཅེ་ཁེའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text"
-msgid "Installs Czech support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཅེ་ཁེ་འི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text"
-msgid "Slovak"
-msgstr "སེ་ལོ་ཧྥ་ཁེའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text"
-msgid "Installs Slovak support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་སི་ལོ་ཧྥ་ཁེའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text"
-msgid "Croatian"
-msgstr "ཁེ་ལོ་ཏི་ཡའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text"
-msgid "Installs Croatian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཁེ་ལོ་ཏི་ཡའི་སྐད་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text"
-msgid "Estonian"
-msgstr "ཨེ་ཧྲ་ནི་ཡའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text"
-msgid "Installs Estonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཨེ་ཧྲ་ནི་ཡའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text"
-msgid "Vietnamese"
-msgstr "ཝུལ་ཐེ་ནེམ་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text"
-msgid "Installs Vietnamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཝེ་ཐེ་ནེམ་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text"
-msgid "Bulgarian"
-msgstr "པོ་ཀ་ལི་ཡེའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text"
-msgid "Installs Bulgarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་པའོ་ཅ་ལི་ཡའི་སྐད་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text"
-msgid "Khmer"
-msgstr "ཀའོ་མན་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text"
-msgid "Installs Khmer support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཀོ་མན་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Punjabi"
-msgstr "རྒྱ་གར་གྱི་ཡུལ་སྐད།(Punjabi)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Installs Punjabi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་རྒྱ་གར་ཡུལ་སྐད(Punjabi)འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Gujarati"
-msgstr "ཀུ་ཅ་ལ་ཐི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཀུ་ཅ་ལ་ཐིའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text"
-msgid "Tamil"
-msgstr "ཐེ་མིར་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཐེ་མིར་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Tamil"
-msgstr "ཐེ་མིར་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཐེ་མིར་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text"
-msgid "Hindi"
-msgstr "ཧིན་ཏིའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཧིན་ཏིའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Hindi"
-msgstr "ཧིན་ཏིའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཧིན་ཏིའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text"
-msgid "Southern Sotho (Sutu)"
-msgstr "ལྷོ་སོ་ཐོའི་སྐད(སུ་ཧྲེ)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text"
-msgid "Installs Southern Sotho (Sutu) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ལྷོ་སོ་ཐོའི་སྐད་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text"
-msgid "Tswana"
-msgstr "ཚི་ཝ་ནའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text"
-msgid "Installs Tswana support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཚི་ཝ་ནའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text"
-msgid "Xhosa"
-msgstr "ཁོ་སའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text"
-msgid "Installs Xhosa support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཁོ་སའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Zulu"
-msgstr "ཙུ་ལུའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Installs Zulu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཙུ་ལུའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text"
-msgid "Afrikaans"
-msgstr "ལྷོ་ཨ་ཧྥེ་རི་ཧོ་ལན་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text"
-msgid "Installs Afrikaans support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་དུ་ལྷོ་ཨ་ཧྥེ་རི་ཁ་ཧྥུན་ལན་སྐད་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text"
-msgid "Swahili"
-msgstr "སེ་ཝ་ཤི་ལིའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་སེར་ཝ་ཤི་ལིའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Swahili"
-msgstr "སེ་ཝ་ཤི་ལིའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་སེར་ཝ་ཤི་ལིའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text"
-msgid "Lao"
-msgstr "ལོ་སིའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text"
-msgid "Installs Lao support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ལོ་སོའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text"
-msgid "Burmese"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text
-#, fuzzy
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text"
-msgid "Installs Burmese (Myanmar) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ནོར་ཝེལ་སྐད(བོ་ཁེ་མར་སྐད)འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Northern Sotho"
-msgstr "བྱང་སོ་ཐོའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Installs Northern Sotho support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་བྱང་སོ་ཐོའི་སྐད་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text"
-msgid "Bengali"
-msgstr "བྷང་ག་ལའི་རྒྱལ་ཁབ་ཀྱི་བྷང་ག་ལའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text"
-msgid "Installs Bengali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་བྷང་ག་ལའི་སྐད(བྷང་ག་ལ)འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Bengali (Bangladesh)"
-msgstr "བྷང་ག་ལའི་རྒྱལ་ཁབ་ཀྱི་བྷང་ག་ལའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Installs Bengali (Bangladesh) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་བྷང་ག་ལའི་སྐད(བྷང་ག་ལ)འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Bengali (India)"
-msgstr "་རྒྱ་གར་བྷང་ག་ལའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Installs Bengali (India) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་བྷང་ག་ལའི་སྐད(རྒྱ་གར)འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text"
-msgid "Oriya"
-msgstr "ཨོ་ལེ་ཡའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་སེར་ཝེ་ཡའི་སྐད(ལ་ཏིང)འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Oriya"
-msgstr "ཨོ་ལེ་ཡའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་སེར་ཝེ་ཡའི་སྐད(ལ་ཏིང)འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text"
-msgid "Marathi"
-msgstr "མ་ལ་ཏི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་མ་ལ་ཏིའི་སྐད་ཡིགའཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Marathi"
-msgstr "མ་ལ་ཏི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་མ་ལ་ཏིའི་སྐད་ཡིགའཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text"
-msgid "Nepali"
-msgstr "འབྲུག་ཡུལ་གྱི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text"
-msgid "Installs Nepali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་བལ་པོའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text"
-msgid "Arabic"
-msgstr "ཨ་རབ་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཨ་རབ་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Arabic"
-msgstr "ཨ་རབ་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཨ་རབ་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text"
-msgid "Catalan"
-msgstr "ཅ་ཐེ་ལོ་ནི་ཡའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text"
-msgid "Installs Catalan support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཅ་ཐེ་ལོ་ནི་ཡའི་སྐད་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text"
-msgid "Danish"
-msgstr "ཏན་མག་གི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text"
-msgid "Installs Danish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཏན་མག་སྐད་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text"
-msgid "Finnish"
-msgstr "ཧྥུན་ལན་ཊའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text"
-msgid "Installs Finnish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཧྥུན་ལན་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text"
-msgid "Hebrew"
-msgstr "ཞི་པོ་ལེའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text"
-msgid "Installs Hebrew support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཞི་པོ་ལའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text"
-msgid "Icelandic"
-msgstr "འཁྱགས་གླིང་གི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text"
-msgid "Installs Icelandic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་འཁྱགས་གླིང་སྐད་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text"
-msgid "Norwegian (Bokmal)"
-msgstr "ནོར་ལྦིའི་སྐད། ﹙པོར་ཁེ་མར﹚"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text"
-msgid "Installs Norwegian (Bokmal) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ནོར་ཝེལ་སྐད(བོ་ཁེ་མར་སྐད)འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text"
-msgid "Norwegian (Nynorsk)"
-msgstr "ནོར་ཝེའི་སྐད(ནི་ནོ་སེ་ཁེའི་སྐད)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text"
-msgid "Installs Norwegian (Nynorsk) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ནོར་ཝེལ་སྐད(ཉི་ནོ་སི་ཁེའི་སྐད)འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text"
-msgid "Rhaeto-Romance"
-msgstr "ལེ་ཏི་ཡ་-རོ་མའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text"
-msgid "Installs Rhaeto-Romance support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ལེ་ཏི་ཡ་རོ་མའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text"
-msgid "Romanian"
-msgstr "རོ་མ་ནི་ཡའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text"
-msgid "Installs Romanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་རོ་མ་ནི་ཡའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Albanian"
-msgstr "ཨར་པ་ཉི་ཡའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Installs Albanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཨར་པ་ནི་ཡའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text"
-msgid "Urdu"
-msgstr "འུར་ཏུའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་འུར་ཏུའི་སྐད་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text"
-msgid "Indonesian"
-msgstr "་ཡའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text"
-msgid "Installs Indonesian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཧིན་རྡུ་ནི་ཤེ་ཡའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text"
-msgid "Ukrainian"
-msgstr "ཨུ་ཁེ་ལན་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text"
-msgid "Installs Ukrainian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཨུ་ཁེ་ལན་སྐད་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text"
-msgid "Belarusian"
-msgstr "པེ་ཨུ་རུ་སུའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text"
-msgid "Installs Belarusian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་པེ་ཨུ་རུ་སུའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text"
-msgid "Slovenian"
-msgstr "སེ་རོ་ཝན་ནི་ཡའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text"
-msgid "Installs Slovenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་སི་ལོ་ཝུན་ནི་ཡའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text"
-msgid "Latvian"
-msgstr "ལ་ཐོ་ཝུ་ཡའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text"
-msgid "Installs Latvian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ལ་ཐོ་ཝུ་ཡའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text"
-msgid "Lithuanian"
-msgstr "་ལི་ཐུ་ཝན་ནི་ཡའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text"
-msgid "Installs Lithuanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ལི་ཐོ་ཝན་སྐད་ཡིགའཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text"
-msgid "Armenian"
-msgstr "ཡ་མེ་ནི་ཡའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text"
-msgid "Installs Armenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཡ་མེ་ནི་ཡའི་སྐད་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text"
-msgid "Basque"
-msgstr "པར་སིག་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text"
-msgid "Installs Basque support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་པར་སི་ཁེའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text"
-msgid "Macedonian"
-msgstr "མ་ཆི་ཏུན་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text"
-msgid "Installs Macedonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་མ་ཆི་ཏུན་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text"
-msgid "Maltese"
-msgstr "མར་ཐའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text"
-msgid "Installs Maltese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་མར་ཐའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text"
-msgid "Welsh"
-msgstr "ཝུར་ཧྲེའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text"
-msgid "Installs Welsh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཝུར་ཧྲེའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text"
-msgid "Galician"
-msgstr "ཅ་ལི་ཤི་ཡའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text"
-msgid "Installs Galician support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཅ་ལི་ཤི་ཡའི་སྐད་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "སེར་ཝུ་ཡའི་སྐད(ལ་ཏིང་)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་སེར་ཝེ་ཡའི་སྐད(ལ་ཏིང)འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "སེར་ཝུ་ཡའི་སྐད(ལ་ཏིང་)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་སེར་ཝེ་ཡའི་སྐད(ལ་ཏིང)འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text"
-msgid "Irish"
-msgstr "ཨེར་ལན་ཊའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text"
-msgid "Installs Irish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཨེར་ལན་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "སེར་ཝུ་ཡའི་སྐད(ཤི་ལིར)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་སེར་ཝེ་ཡའི་སྐད(ཤི་ལིར)འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "སེར་ཝུ་ཡའི་སྐད(ཤི་ལིར)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་སེར་ཝེ་ཡའི་སྐད(ཤི་ལིར)འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text"
-msgid "Bosnian"
-msgstr "པར་སིག་ནི་ཡའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text"
-msgid "Installs Bosnian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་པར་སིག་ནི་ཡའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Assamese"
-msgstr "ཨ་སམ་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Installs Assamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཨ་ས་མུའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text"
-msgid "Kinyarwanda"
-msgstr "རུ་ཝང་ཏའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text"
-msgid "Installs Kinyarwanda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་རུ་ཝང་ཏའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text"
-msgid "Sanskrit"
-msgstr "སམ་ཀྲི་ཏའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text"
-msgid "Installs Sanskrit support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་སམ་ཀྲི་ཏའི་སྐད་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text"
-msgid "Farsi"
-msgstr "པར་སིག་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text"
-msgid "Installs Farsi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་པར་སིག་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text"
-msgid "Faroese"
-msgstr "ཧྥ་རོའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text"
-msgid "Installs Faroese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཧྥ་ལོའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text"
-msgid "Sorbian"
-msgstr "སོ་པོའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text"
-msgid "Installs Sorbian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་སོ་པོའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text"
-msgid "Tatar"
-msgstr "ཏ་ཏན་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text"
-msgid "Installs Tatar support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཏ་ཏན་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text"
-msgid "Tsonga"
-msgstr "ཚུང་ཅཱའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text"
-msgid "Installs Tsonga support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཚུང་ཅཱ་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text"
-msgid "Yiddish"
-msgstr "དབྱི་ཏི་ཤུད་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text"
-msgid "Installs Yiddish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་དབྱི་ཏི་ཤུའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text"
-msgid "Breton"
-msgstr "པུ་ལེ་ཐ་ནིའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text"
-msgid "Installs Breton support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་པུ་ལེ་ཐ་ནིའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text"
-msgid "Ndebele South"
-msgstr "ཨེན་ཏེ་པེ་ལའི་སྐད(ལྷོ་ཕྱོགས)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text"
-msgid "Installs Ndebele South support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཨེན་ཏེ་པེ་ལའི་སྐད(ལྷོ་ཕྱོགས)འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text"
-msgid "Swazi"
-msgstr "སི་ཝེ་ཧྲེའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text"
-msgid "Installs Swazi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་སེར་ཝེ་ཧྲེའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text"
-msgid "Venda"
-msgstr "ཝེན་ཏའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text"
-msgid "Installs Venda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཝུན་ཏའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text"
-msgid "Kannada"
-msgstr "ཨེ་ན་ཏེའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text"
-msgid "Installs Kannada support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཨེ་ན་ཏེའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text"
-msgid "Malay (Malaysian)"
-msgstr "མ་ལའེ་སྐད(མ་ལའེ་སི་ཡ)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text"
-msgid "Installs Malay (Malaysian) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་མ་ལེ་ཡའི་སྐད་ཡིག(མ་ལེ་ཤི་ཡ)འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text"
-msgid "Tajik"
-msgstr "ཐ་ཅེ་ཁེའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text"
-msgid "Installs Tajik support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཐ་ཅེ་ཁེའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text"
-msgid "Kurdish"
-msgstr "ཁུར་ཏེའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text"
-msgid "Installs Kurdish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཁུར་ཏེའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Dzongkha"
-msgstr "འབྲུག་ཡུལ་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Installs Dzongkha support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་འབྲུག་ཡུལ་སྐད་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text"
-msgid "Georgian"
-msgstr "ཀུ་རུ་ཅི་ཡའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text"
-msgid "Installs Georgian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཀེ་ལུ་ཅི་ཡའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text"
-msgid "Esperanto"
-msgstr "འཛམ་གླིང་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text"
-msgid "Installs Esperanto support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་འཛམ་གླིང་སྐད་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text"
-msgid "Gujarati"
-msgstr "ཀུ་ཅ་ལ་ཐི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཀུ་ཅ་ལ་ཐིའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "English (South Africa)"
-msgstr "དབྱིན་སྐད(ལྷོ་ཨ་ཧྥེ་རི་ཁ)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "Installs English (South Africa) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་དབྱིན་ཡིག(ལྷོ་ཨ་ཧྥེ་རི་ཁ)འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "English (United Kingdom)"
-msgstr "དབྱིན་སྐད(དབྱིན་ཇི)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "Installs English (United Kingdom) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་དབྱིན་ཡིག(དབྱིན་ཇི)འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Urdu"
-msgstr "འུར་ཏུའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་འུར་ཏུའི་སྐད་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Malayalam"
-msgstr "མ་ལའེ་ཡ་ལམ་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Installs Malayalam support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་མ་ལེ་ཤི་ཡ་ལ་མུའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Telugu"
-msgstr "ཐེ་ལུ་ཀུའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Installs Telugu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཐེ་ལུ་ཀུའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Tigrinya"
-msgstr "ཐི་གེ་ལི་ནིའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Installs Tigrinya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཐི་ཀེ་ལི་ནི་ཡའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Uzbek"
-msgstr "ཨུ་ཙི་པེ་ཁེའི་སྐད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Installs Uzbek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཨུ་ཙི་པེ་ཁེའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text"
-msgid "Mongolian"
-msgstr "སོག་སྐད"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text"
-msgid "Installs Mongolian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་སོག་པོའི་སྐད་འཇུག་རྒྱུ།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text"
-msgid "Kazakh"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text
#, fuzzy
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text"
-msgid "Installs Kazakh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་མ་ལ་ཏིའི་སྐད་ཡིགའཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text"
-msgid "English"
-msgstr "དབྱིན་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text"
-msgid "Installs English support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་དབྱིན་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text"
-msgid "German"
-msgstr "འཇར་མན་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text"
-msgid "Installs German support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་འཇར་མན་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text"
-msgid "French"
-msgstr "ཧྥ་རན་སིའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text"
-msgid "Installs French support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་སེར་ཝེ་ཡའི་སྐད(ལ་ཏིང)འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text"
-msgid "Italian"
-msgstr "དབྱི་ཏ་ལིའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text"
-msgid "Installs Italian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་དབྱི་ཊ་ལིའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text"
-msgid "Spanish"
-msgstr "སི་ཕན་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text"
-msgid "Installs Spanish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་སི་ཕན་ཡའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text"
-msgid "Swedish"
-msgstr "སུའེ་ཏན་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text"
-msgid "Installs Swedish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་སུའེ་ཏན་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text"
-msgid "Portuguese"
-msgstr "ཕོར་ཐི་ཀོའི་སྐད"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཕུ་ཐོ་ཀོའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Portuguese (Brazil)"
-msgstr "ཕོར་ཐི་ཀོའི་སྐད(པ་སི)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཕུ་ཐོ་ཀོའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text"
-msgid "Japanese"
-msgstr "འཇར་ཕན་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text"
-msgid "Installs Japanese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་འཇར་པན་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text"
-msgid "Korean"
-msgstr "ཁོ་རེ་ཡའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text"
-msgid "Installs Korean support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ལྷོ་ཀོ་རེ་ཡའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Chinese (simplified)"
-msgstr "རྒྱ་ཡིག(འདུས་གཟུགས)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Installs Chinese (simplified) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "རྒྱ་ཡིག(འདུས་གཟུགས)མཁོ་ཆས།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Chinese (traditional)"
-msgstr "རྒྱ་ཡིག(ཟོར་ལྕིའི་ཡི་གེ)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Installs Chinese (traditional) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་རྒྱ་ཡིག་(རྒྱས་གཟུགས)འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text"
-msgid "Dutch"
-msgstr "ཧོ་ལནཊའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text"
-msgid "Installs Dutch support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཧོ་ལན་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text"
-msgid "Hungarian"
-msgstr "ཧང་ག་རིའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text"
msgid "Installs Hungarian support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཧང་ག་རིའི་སྐད་འཇུག་རྒྱུ།"
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text"
-msgid "Polish"
-msgstr "ཕོ་ལན་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text"
-msgid "Installs Polish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་པོ་ལན་སྐད་ཡིག་་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text"
-msgid "Russian"
-msgstr "ཨུ་རུ་སུའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text"
-msgid "Installs Russian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཨུ་རུ་སུའི་སྐད་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text"
-msgid "Turkish"
-msgstr "ཐུར་ཁེའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text"
-msgid "Installs Turkish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཐུར་ཁེའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text"
-msgid "Greek"
-msgstr "ཀེ་རི་སིའིསྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text"
-msgid "Installs Greek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཀེ་རི་སིའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text"
-msgid "Thai"
-msgstr "ཐེ་ལན་ཊའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text"
-msgid "Installs Thai support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཐེ་ལན་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text"
-msgid "Czech"
-msgstr "ཅེ་ཁེའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text"
-msgid "Installs Czech support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཅེ་ཁེ་འི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text"
-msgid "Slovak"
-msgstr "སེ་ལོ་ཧྥ་ཁེའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text"
-msgid "Installs Slovak support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་སི་ལོ་ཧྥ་ཁེའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text"
-msgid "Croatian"
-msgstr "ཁེ་ལོ་ཏི་ཡའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text"
-msgid "Installs Croatian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཁེ་ལོ་ཏི་ཡའི་སྐད་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text"
-msgid "Estonian"
-msgstr "ཨེ་ཧྲ་ནི་ཡའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text"
-msgid "Installs Estonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཨེ་ཧྲ་ནི་ཡའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text"
-msgid "Vietnamese"
-msgstr "ཝུལ་ཐེ་ནེམ་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text"
-msgid "Installs Vietnamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཝེ་ཐེ་ནེམ་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text"
-msgid "Bulgarian"
-msgstr "པོ་ཀ་ལི་ཡེའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text"
-msgid "Installs Bulgarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་པའོ་ཅ་ལི་ཡའི་སྐད་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text"
-msgid "Khmer"
-msgstr "ཀའོ་མན་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text"
-msgid "Installs Khmer support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཀོ་མན་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Punjabi"
-msgstr "རྒྱ་གར་གྱི་ཡུལ་སྐད།(Punjabi)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Installs Punjabi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་རྒྱ་གར་ཡུལ་སྐད(Punjabi)འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Gujarati"
-msgstr "ཀུ་ཅ་ལ་ཐི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཀུ་ཅ་ལ་ཐིའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text"
-msgid "Tamil"
-msgstr "ཐེ་མིར་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཐེ་མིར་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Tamil"
-msgstr "ཐེ་མིར་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཐེ་མིར་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text"
-msgid "Hindi"
-msgstr "ཧིན་ཏིའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཧིན་ཏིའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Hindi"
-msgstr "ཧིན་ཏིའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཧིན་ཏིའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text"
-msgid "Southern Sotho (Sutu)"
-msgstr "ལྷོ་སོ་ཐོའི་སྐད(སུ་ཧྲེ)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text"
-msgid "Installs Southern Sotho (Sutu) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ལྷོ་སོ་ཐོའི་སྐད་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text"
-msgid "Tswana"
-msgstr "ཚི་ཝ་ནའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text"
-msgid "Installs Tswana support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཚི་ཝ་ནའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text"
-msgid "Xhosa"
-msgstr "ཁོ་སའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text"
-msgid "Installs Xhosa support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཁོ་སའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Zulu"
-msgstr "ཙུ་ལུའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Installs Zulu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཙུ་ལུའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text"
-msgid "Afrikaans"
-msgstr "ལྷོ་ཨ་ཧྥེ་རི་ཧོ་ལན་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text"
-msgid "Installs Afrikaans support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་དུ་ལྷོ་ཨ་ཧྥེ་རི་ཁ་ཧྥུན་ལན་སྐད་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text"
-msgid "Swahili"
-msgstr "སེ་ཝ་ཤི་ལིའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་སེར་ཝ་ཤི་ལིའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Swahili"
-msgstr "སེ་ཝ་ཤི་ལིའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་སེར་ཝ་ཤི་ལིའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text"
-msgid "Lao"
-msgstr "ལོ་སིའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text"
-msgid "Installs Lao support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ལོ་སོའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text"
-msgid "Burmese"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text
-#, fuzzy
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text"
-msgid "Installs Burmese (Myanmar) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ནོར་ཝེལ་སྐད(བོ་ཁེ་མར་སྐད)འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Northern Sotho"
-msgstr "བྱང་སོ་ཐོའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Installs Northern Sotho support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་བྱང་སོ་ཐོའི་སྐད་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text"
-msgid "Bengali"
-msgstr "བྷང་ག་ལའི་རྒྱལ་ཁབ་ཀྱི་བྷང་ག་ལའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text"
-msgid "Installs Bengali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་བྷང་ག་ལའི་སྐད(བྷང་ག་ལ)འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Bengali (Bangladesh)"
-msgstr "བྷང་ག་ལའི་རྒྱལ་ཁབ་ཀྱི་བྷང་ག་ལའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Installs Bengali (Bangladesh) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་བྷང་ག་ལའི་སྐད(བྷང་ག་ལ)འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Bengali (India)"
-msgstr "་རྒྱ་གར་བྷང་ག་ལའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Installs Bengali (India) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་བྷང་ག་ལའི་སྐད(རྒྱ་གར)འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text"
-msgid "Oriya"
-msgstr "ཨོ་ལེ་ཡའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་སེར་ཝེ་ཡའི་སྐད(ལ་ཏིང)འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Oriya"
-msgstr "ཨོ་ལེ་ཡའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་སེར་ཝེ་ཡའི་སྐད(ལ་ཏིང)འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text"
-msgid "Marathi"
-msgstr "མ་ལ་ཏི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་མ་ལ་ཏིའི་སྐད་ཡིགའཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Marathi"
-msgstr "མ་ལ་ཏི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་མ་ལ་ཏིའི་སྐད་ཡིགའཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text"
-msgid "Nepali"
-msgstr "འབྲུག་ཡུལ་གྱི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text"
-msgid "Installs Nepali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་བལ་པོའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text"
-msgid "Arabic"
-msgstr "ཨ་རབ་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཨ་རབ་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Arabic"
-msgstr "ཨ་རབ་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཨ་རབ་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text"
-msgid "Catalan"
-msgstr "ཅ་ཐེ་ལོ་ནི་ཡའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text"
-msgid "Installs Catalan support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཅ་ཐེ་ལོ་ནི་ཡའི་སྐད་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text"
-msgid "Danish"
-msgstr "ཏན་མག་གི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text"
-msgid "Installs Danish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཏན་མག་སྐད་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text"
-msgid "Finnish"
-msgstr "ཧྥུན་ལན་ཊའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text"
-msgid "Installs Finnish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཧྥུན་ལན་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text"
-msgid "Hebrew"
-msgstr "ཞི་པོ་ལེའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text"
-msgid "Installs Hebrew support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཞི་པོ་ལའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text"
-msgid "Icelandic"
-msgstr "འཁྱགས་གླིང་གི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text"
-msgid "Installs Icelandic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་འཁྱགས་གླིང་སྐད་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text"
-msgid "Norwegian (Bokmal)"
-msgstr "ནོར་ལྦིའི་སྐད། ﹙པོར་ཁེ་མར﹚"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text"
-msgid "Installs Norwegian (Bokmal) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ནོར་ཝེལ་སྐད(བོ་ཁེ་མར་སྐད)འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text"
-msgid "Norwegian (Nynorsk)"
-msgstr "ནོར་ཝེའི་སྐད(ནི་ནོ་སེ་ཁེའི་སྐད)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text"
-msgid "Installs Norwegian (Nynorsk) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ནོར་ཝེལ་སྐད(ཉི་ནོ་སི་ཁེའི་སྐད)འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text"
-msgid "Rhaeto-Romance"
-msgstr "ལེ་ཏི་ཡ་-རོ་མའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text"
-msgid "Installs Rhaeto-Romance support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ལེ་ཏི་ཡ་རོ་མའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text"
-msgid "Romanian"
-msgstr "རོ་མ་ནི་ཡའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text"
-msgid "Installs Romanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་རོ་མ་ནི་ཡའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Albanian"
-msgstr "ཨར་པ་ཉི་ཡའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Installs Albanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཨར་པ་ནི་ཡའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text"
-msgid "Urdu"
-msgstr "འུར་ཏུའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་འུར་ཏུའི་སྐད་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text"
-msgid "Indonesian"
-msgstr "་ཡའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text"
-msgid "Installs Indonesian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཧིན་རྡུ་ནི་ཤེ་ཡའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text"
-msgid "Ukrainian"
-msgstr "ཨུ་ཁེ་ལན་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text"
-msgid "Installs Ukrainian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཨུ་ཁེ་ལན་སྐད་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text"
-msgid "Belarusian"
-msgstr "པེ་ཨུ་རུ་སུའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text"
-msgid "Installs Belarusian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་པེ་ཨུ་རུ་སུའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text"
-msgid "Slovenian"
-msgstr "སེ་རོ་ཝན་ནི་ཡའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text"
-msgid "Installs Slovenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་སི་ལོ་ཝུན་ནི་ཡའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text"
-msgid "Latvian"
-msgstr "ལ་ཐོ་ཝུ་ཡའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text"
-msgid "Installs Latvian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ལ་ཐོ་ཝུ་ཡའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text"
-msgid "Lithuanian"
-msgstr "་ལི་ཐུ་ཝན་ནི་ཡའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text"
-msgid "Installs Lithuanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ལི་ཐོ་ཝན་སྐད་ཡིགའཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text"
-msgid "Armenian"
-msgstr "ཡ་མེ་ནི་ཡའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text"
-msgid "Installs Armenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཡ་མེ་ནི་ཡའི་སྐད་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text"
-msgid "Basque"
-msgstr "པར་སིག་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text"
-msgid "Installs Basque support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་པར་སི་ཁེའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text"
-msgid "Macedonian"
-msgstr "མ་ཆི་ཏུན་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text"
-msgid "Installs Macedonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་མ་ཆི་ཏུན་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text"
-msgid "Maltese"
-msgstr "མར་ཐའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text"
-msgid "Installs Maltese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་མར་ཐའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text"
-msgid "Welsh"
-msgstr "ཝུར་ཧྲེའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text"
-msgid "Installs Welsh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཝུར་ཧྲེའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text"
-msgid "Galician"
-msgstr "ཅ་ལི་ཤི་ཡའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text"
-msgid "Installs Galician support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཅ་ལི་ཤི་ཡའི་སྐད་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "སེར་ཝུ་ཡའི་སྐད(ལ་ཏིང་)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་སེར་ཝེ་ཡའི་སྐད(ལ་ཏིང)འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "སེར་ཝུ་ཡའི་སྐད(ལ་ཏིང་)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་སེར་ཝེ་ཡའི་སྐད(ལ་ཏིང)འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text"
-msgid "Irish"
-msgstr "ཨེར་ལན་ཊའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text"
-msgid "Installs Irish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཨེར་ལན་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "སེར་ཝུ་ཡའི་སྐད(ཤི་ལིར)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་སེར་ཝེ་ཡའི་སྐད(ཤི་ལིར)འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "སེར་ཝུ་ཡའི་སྐད(ཤི་ལིར)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་སེར་ཝེ་ཡའི་སྐད(ཤི་ལིར)འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text"
-msgid "Bosnian"
-msgstr "པར་སིག་ནི་ཡའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text"
-msgid "Installs Bosnian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་པར་སིག་ནི་ཡའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Assamese"
-msgstr "ཨ་སམ་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Installs Assamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཨ་ས་མུའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text"
-msgid "Kinyarwanda"
-msgstr "རུ་ཝང་ཏའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text"
-msgid "Installs Kinyarwanda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་རུ་ཝང་ཏའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text"
-msgid "Sanskrit"
-msgstr "སམ་ཀྲི་ཏའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text"
-msgid "Installs Sanskrit support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་སམ་ཀྲི་ཏའི་སྐད་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text"
-msgid "Farsi"
-msgstr "པར་སིག་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text"
-msgid "Installs Farsi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་པར་སིག་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text"
-msgid "Faroese"
-msgstr "ཧྥ་རོའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text"
-msgid "Installs Faroese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཧྥ་ལོའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text"
-msgid "Sorbian"
-msgstr "སོ་པོའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text"
-msgid "Installs Sorbian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་སོ་པོའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text"
-msgid "Tatar"
-msgstr "ཏ་ཏན་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text"
-msgid "Installs Tatar support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཏ་ཏན་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text"
-msgid "Tsonga"
-msgstr "ཚུང་ཅཱའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text"
-msgid "Installs Tsonga support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཚུང་ཅཱ་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text"
-msgid "Yiddish"
-msgstr "དབྱི་ཏི་ཤུད་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text"
-msgid "Installs Yiddish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་དབྱི་ཏི་ཤུའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text"
-msgid "Breton"
-msgstr "པུ་ལེ་ཐ་ནིའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text"
-msgid "Installs Breton support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་པུ་ལེ་ཐ་ནིའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text"
-msgid "Ndebele South"
-msgstr "ཨེན་ཏེ་པེ་ལའི་སྐད(ལྷོ་ཕྱོགས)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text"
-msgid "Installs Ndebele South support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཨེན་ཏེ་པེ་ལའི་སྐད(ལྷོ་ཕྱོགས)འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text"
-msgid "Swazi"
-msgstr "སི་ཝེ་ཧྲེའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text"
-msgid "Installs Swazi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་སེར་ཝེ་ཧྲེའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text"
-msgid "Venda"
-msgstr "ཝེན་ཏའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text"
-msgid "Installs Venda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཝུན་ཏའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text"
-msgid "Kannada"
-msgstr "ཨེ་ན་ཏེའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text"
-msgid "Installs Kannada support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཨེ་ན་ཏེའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text"
-msgid "Malay (Malaysian)"
-msgstr "མ་ལའེ་སྐད(མ་ལའེ་སི་ཡ)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text"
-msgid "Installs Malay (Malaysian) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་མ་ལེ་ཡའི་སྐད་ཡིག(མ་ལེ་ཤི་ཡ)འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text"
-msgid "Tajik"
-msgstr "ཐ་ཅེ་ཁེའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text"
-msgid "Installs Tajik support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཐ་ཅེ་ཁེའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text"
-msgid "Kurdish"
-msgstr "ཁུར་ཏེའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text"
-msgid "Installs Kurdish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཁུར་ཏེའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Dzongkha"
-msgstr "འབྲུག་ཡུལ་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Installs Dzongkha support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་འབྲུག་ཡུལ་སྐད་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text"
-msgid "Georgian"
-msgstr "ཀུ་རུ་ཅི་ཡའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text"
-msgid "Installs Georgian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཀེ་ལུ་ཅི་ཡའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text"
-msgid "Esperanto"
-msgstr "འཛམ་གླིང་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text"
-msgid "Installs Esperanto support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་འཛམ་གླིང་སྐད་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text"
-msgid "Gujarati"
-msgstr "ཀུ་ཅ་ལ་ཐི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཀུ་ཅ་ལ་ཐིའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "English (South Africa)"
-msgstr "དབྱིན་སྐད(ལྷོ་ཨ་ཧྥེ་རི་ཁ)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "Installs English (South Africa) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་དབྱིན་ཡིག(ལྷོ་ཨ་ཧྥེ་རི་ཁ)འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "English (United Kingdom)"
-msgstr "དབྱིན་སྐད(དབྱིན་ཇི)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "Installs English (United Kingdom) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་དབྱིན་ཡིག(དབྱིན་ཇི)འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Urdu"
-msgstr "འུར་ཏུའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་འུར་ཏུའི་སྐད་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Malayalam"
-msgstr "མ་ལའེ་ཡ་ལམ་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Installs Malayalam support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་མ་ལེ་ཤི་ཡ་ལ་མུའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Telugu"
-msgstr "ཐེ་ལུ་ཀུའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Installs Telugu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཐེ་ལུ་ཀུའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Tigrinya"
-msgstr "ཐི་གེ་ལི་ནིའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Installs Tigrinya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཐི་ཀེ་ལི་ནི་ཡའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Uzbek"
-msgstr "ཨུ་ཙི་པེ་ཁེའི་སྐད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Installs Uzbek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་ཨུ་ཙི་པེ་ཁེའི་སྐད་ཡིག་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text"
-msgid "Mongolian"
-msgstr "སོག་སྐད"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text"
-msgid "Installs Mongolian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་སོག་པོའི་སྐད་འཇུག་རྒྱུ།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text"
-msgid "Kazakh"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text
-#, fuzzy
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text"
-msgid "Installs Kazakh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSION ནང་དུ་མ་ལ་ཏིའི་སྐད་ཡིགའཇུག་རྒྱུ།"
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS.LngText.text
msgid "Extensions"
msgstr ""
@@ -2297,16 +133,6 @@ msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_PDFIMPORT.Lng
msgid "PDF Import"
msgstr ""
-#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text
-msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text"
-msgid "Lightproof"
-msgstr ""
-
-#: module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text
-msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text"
-msgid "Lightproof"
-msgstr ""
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_NUMBERTEXT.LngText.text
msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_NUMBERTEXT.LngText.text"
msgid "Numbertext"
diff --git a/translations/source/bo/scp2/source/gnome.po b/translations/source/bo/scp2/source/gnome.po
index f4b8aa64e64..e3a2fd9a8dd 100644
--- a/translations/source/bo/scp2/source/gnome.po
+++ b/translations/source/bo/scp2/source/gnome.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/scp2/source/graphicfilter.po b/translations/source/bo/scp2/source/graphicfilter.po
index 36cade86cb0..ccb6655ffb1 100644
--- a/translations/source/bo/scp2/source/graphicfilter.po
+++ b/translations/source/bo/scp2/source/graphicfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/scp2/source/impress.po b/translations/source/bo/scp2/source/impress.po
index 1ab784af9a0..de74e08426c 100644
--- a/translations/source/bo/scp2/source/impress.po
+++ b/translations/source/bo/scp2/source/impress.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/scp2/source/javafilter.po b/translations/source/bo/scp2/source/javafilter.po
index 029365060fe..aee2ad7bcfb 100644
--- a/translations/source/bo/scp2/source/javafilter.po
+++ b/translations/source/bo/scp2/source/javafilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/scp2/source/kde.po b/translations/source/bo/scp2/source/kde.po
index f2140bbc208..9b1b901e804 100644
--- a/translations/source/bo/scp2/source/kde.po
+++ b/translations/source/bo/scp2/source/kde.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/scp2/source/math.po b/translations/source/bo/scp2/source/math.po
index ff866bdb6b8..7075f349a1c 100644
--- a/translations/source/bo/scp2/source/math.po
+++ b/translations/source/bo/scp2/source/math.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/scp2/source/onlineupdate.po b/translations/source/bo/scp2/source/onlineupdate.po
index 4f1147b688f..25dcf0b023e 100644
--- a/translations/source/bo/scp2/source/onlineupdate.po
+++ b/translations/source/bo/scp2/source/onlineupdate.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/scp2/source/ooo.po b/translations/source/bo/scp2/source/ooo.po
index 55d8b9c02b6..9c3e91d87b6 100644
--- a/translations/source/bo/scp2/source/ooo.po
+++ b/translations/source/bo/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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-26 01:37+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: module_systemint.ulf#STR_NAME_MODULE_OPTIONAL_SYSTEMINTEGRATION.LngText.text
@@ -1194,6 +1194,14 @@ msgstr "ལྷོ་ཨ་ཧྥེ་རི་ཧོ་ལན་སྐད།"
msgid "Afrikaans spelling dictionary, and hyphenation rules"
msgstr ""
+#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AN.LngText.text
+msgid "Aragonese"
+msgstr ""
+
+#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_AN.LngText.text
+msgid "Aragonese spelling dictionary"
+msgstr ""
+
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AR.LngText.text
#, fuzzy
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AR.LngText.text"
@@ -1286,7 +1294,7 @@ msgid "English"
msgstr "དབྱིན་སྐད།"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_EN.LngText.text
-msgid "English (Australia, Canada, South Africa, UK, USA) spelling dictionaries, hyphenation rules, and thesaurus"
+msgid "English spelling dictionaries, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_EL.LngText.text
@@ -1378,7 +1386,7 @@ msgid "Hungarian"
msgstr "ཧང་ག་རིའི་སྐད།"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_HU.LngText.text
-msgid "Hungarian spelling dictionary, hyphenation rules, and thesaurus"
+msgid "Hungarian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_HR.LngText.text
@@ -1507,6 +1515,15 @@ msgstr "ཨུ་རུ་སུའི་སྐད།"
msgid "Russian spelling dictionary, hyphenation rules, and thesaurus"
msgstr ""
+#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SI.LngText.text
+msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SI.LngText.text"
+msgid "Sinhala"
+msgstr ""
+
+#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_SI.LngText.text
+msgid "Sinhala spelling dictionary"
+msgstr ""
+
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SK.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SK.LngText.text"
msgid "Slovak"
@@ -2629,7 +2646,7 @@ msgstr ""
#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_LB.LngText.text
msgid "Luxembourgish"
-msgstr ""
+msgstr "ལུའུ་ཧྲེན་པའོ་སྐད།"
#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_LB.LngText.text
msgid "Installs the Luxembourgish user interface"
diff --git a/translations/source/bo/scp2/source/python.po b/translations/source/bo/scp2/source/python.po
index 11150cd284d..3f0c6d56ef8 100644
--- a/translations/source/bo/scp2/source/python.po
+++ b/translations/source/bo/scp2/source/python.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/scp2/source/quickstart.po b/translations/source/bo/scp2/source/quickstart.po
index e4e26cfeda4..cd0a5b410cf 100644
--- a/translations/source/bo/scp2/source/quickstart.po
+++ b/translations/source/bo/scp2/source/quickstart.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/scp2/source/sdkoo.po b/translations/source/bo/scp2/source/sdkoo.po
index 6e97d7fcf20..99565883621 100644
--- a/translations/source/bo/scp2/source/sdkoo.po
+++ b/translations/source/bo/scp2/source/sdkoo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/scp2/source/smoketest.po b/translations/source/bo/scp2/source/smoketest.po
new file mode 100644
index 00000000000..149628db393
--- /dev/null
+++ b/translations/source/bo/scp2/source/smoketest.po
@@ -0,0 +1,23 @@
+#. extracted from scp2/source/smoketest.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+scp2%2Fsource%2Fsmoketest.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: module_smoketest.ulf#STR_NAME_MODULE_OPTIONAL_SMOKETEST.LngText.text
+msgid "%PRODUCTNAME %PRODUCTVERSION Smoketest"
+msgstr ""
+
+#: module_smoketest.ulf#STR_DESC_MODULE_OPTIONAL_SMOKETEST.LngText.text
+msgid "The smoketest of %PRODUCTNAME %PRODUCTVERSION"
+msgstr ""
diff --git a/translations/source/bo/scp2/source/winexplorerext.po b/translations/source/bo/scp2/source/winexplorerext.po
index 07f291403c5..f180f36678d 100644
--- a/translations/source/bo/scp2/source/winexplorerext.po
+++ b/translations/source/bo/scp2/source/winexplorerext.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/scp2/source/writer.po b/translations/source/bo/scp2/source/writer.po
index 80b12064490..8710a523c3b 100644
--- a/translations/source/bo/scp2/source/writer.po
+++ b/translations/source/bo/scp2/source/writer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/scp2/source/xsltfilter.po b/translations/source/bo/scp2/source/xsltfilter.po
index a838ff4b487..abdba0b2b3b 100644
--- a/translations/source/bo/scp2/source/xsltfilter.po
+++ b/translations/source/bo/scp2/source/xsltfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/scripting/source/pyprov.po b/translations/source/bo/scripting/source/pyprov.po
index c472d49823d..5486a86bc0d 100644
--- a/translations/source/bo/scripting/source/pyprov.po
+++ b/translations/source/bo/scripting/source/pyprov.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sd/source/core.po b/translations/source/bo/sd/source/core.po
index 144aa2f0236..2100ae85042 100644
--- a/translations/source/bo/sd/source/core.po
+++ b/translations/source/bo/sd/source/core.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-05 19:02+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:22+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -26,6 +26,8 @@ msgid "Background objects"
msgstr "མ་དཔེའི་ཁ་གཏད།"
#: glob.src#STR_LAYER_LAYOUT.string.text
+#, fuzzy
+msgctxt "glob.src#STR_LAYER_LAYOUT.string.text"
msgid "Layout"
msgstr "པར་དཔེ།"
@@ -315,6 +317,37 @@ msgstr "མཚམས་སྦྱོར་སྟོན་པ།"
msgid "Table"
msgstr "རེའུ་མིག"
+#: glob.src#STR_SLIDESORTERVIEWSHELL.string.text
+msgid "Slide Sorter"
+msgstr ""
+
+#: glob.src#STR_TOOL_PANEL_SHELL.string.text
+msgid "Tool Panel"
+msgstr ""
+
+#: glob.src#STR_LEFT_IMPRESS_PANE_SHELL.string.text
+#, fuzzy
+msgid "Slides"
+msgstr "ཤོག་ལྷེ།"
+
+#: glob.src#STR_LEFT_DRAW_PANE_SHELL.string.text
+#, fuzzy
+msgid "Pages"
+msgstr "ཤོག་ངོས།"
+
+#: glob.src#STR_TASKPANEVIEWSHELL.string.text
+msgid "Tasks"
+msgstr ""
+
+#: glob.src#STR_MASTERPAGESSELECTOR.string.text
+msgid "Master Pages"
+msgstr "སྒྲོན་བཪྙན་བཟོ་འགོད།"
+
+#: glob.src#STR_TASKPANELAYOUTMENU.string.text
+msgctxt "glob.src#STR_TASKPANELAYOUTMENU.string.text"
+msgid "Layout"
+msgstr "པར་དཔེ།"
+
#: glob.src#STR_POWERPOINT_IMPORT.string.text
msgid "PowerPoint Import"
msgstr "PowerPointའདྲེན་འཇུག"
diff --git a/translations/source/bo/sd/source/filter/html.po b/translations/source/bo/sd/source/filter/html.po
index dbe337eb838..493d688509a 100644
--- a/translations/source/bo/sd/source/filter/html.po
+++ b/translations/source/bo/sd/source/filter/html.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sd/source/ui/accessibility.po b/translations/source/bo/sd/source/ui/accessibility.po
index db98efc6ae2..b53400001be 100644
--- a/translations/source/bo/sd/source/ui/accessibility.po
+++ b/translations/source/bo/sd/source/ui/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sd/source/ui/animations.po b/translations/source/bo/sd/source/ui/animations.po
index 17856f09360..808526f349a 100644
--- a/translations/source/bo/sd/source/ui/animations.po
+++ b/translations/source/bo/sd/source/ui/animations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sd/source/ui/annotations.po b/translations/source/bo/sd/source/ui/annotations.po
index 05db6f742be..29560af78a6 100644
--- a/translations/source/bo/sd/source/ui/annotations.po
+++ b/translations/source/bo/sd/source/ui/annotations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sd/source/ui/app.po b/translations/source/bo/sd/source/ui/app.po
index 8f5c4f228d1..a6e6ef0e3d9 100644
--- a/translations/source/bo/sd/source/ui/app.po
+++ b/translations/source/bo/sd/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-28 11:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -1939,7 +1939,7 @@ msgstr "དྲང་འཕྱང་འོག་ཕྱོགས་སུ་རྒ
#: menuids_tmpl.src#MN_GRID_VISIBLE.SID_GRID_VISIBLE.menuitem.text
msgid "~Display Grid"
-msgstr ""
+msgstr "དྲ་མིག་མངོན་པ།(~V)"
#: menuids_tmpl.src#MN_GRID_USE.SID_GRID_USE.menuitem.text
msgid "Snap to Grid"
diff --git a/translations/source/bo/sd/source/ui/dlg.po b/translations/source/bo/sd/source/ui/dlg.po
index f52202965e7..a500c6ce14e 100644
--- a/translations/source/bo/sd/source/ui/dlg.po
+++ b/translations/source/bo/sd/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:07+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sd/source/ui/notes.po b/translations/source/bo/sd/source/ui/notes.po
index 482f31a1884..e0ec25c71c6 100644
--- a/translations/source/bo/sd/source/ui/notes.po
+++ b/translations/source/bo/sd/source/ui/notes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sd/source/ui/slideshow.po b/translations/source/bo/sd/source/ui/slideshow.po
index 84971ee23b7..3893f318923 100644
--- a/translations/source/bo/sd/source/ui/slideshow.po
+++ b/translations/source/bo/sd/source/ui/slideshow.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-11 23:07+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:22+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -36,7 +36,8 @@ msgid "~Go to Slide"
msgstr "སྒྲོན་བཪྙན་ལ་གནས་གཏན་འཁེལ་བྱེད།(~G)"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_PEN_MODE.menuitem.text
-msgid "Mouse pointer as ~pen"
+#, fuzzy
+msgid "Mouse pointer as ~Pen"
msgstr "ཙིག་རྟགས་དེ་པིར་གཟུགས་སུ་མངོན་པ།(~P)"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_WIDTH_PEN.CM_WIDTH_PEN_VERY_THIN.menuitem.text
@@ -69,11 +70,11 @@ msgstr ""
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_COLOR_PEN.menuitem.text
#, fuzzy
-msgid "~Change Pen Color..."
+msgid "~Change pen Color..."
msgstr "ཡིག་གཟུགས་ཀྱི་ཚོས་གཞི་སྒྱུར་བ།"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_ERASE_ALLINK.menuitem.text
-msgid "~Erase All Ink On Slide"
+msgid "~Erase all ink on Slide"
msgstr ""
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_SCREEN.CM_SCREEN_BLACK.menuitem.text
diff --git a/translations/source/bo/sd/source/ui/slidesorter/view.po b/translations/source/bo/sd/source/ui/slidesorter/view.po
index cc91f83caf7..ec6aff7d052 100644
--- a/translations/source/bo/sd/source/ui/slidesorter/view.po
+++ b/translations/source/bo/sd/source/ui/slidesorter/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:07+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sd/source/ui/table.po b/translations/source/bo/sd/source/ui/table.po
index 296d1deda1b..5826bf2bb2f 100644
--- a/translations/source/bo/sd/source/ui/table.po
+++ b/translations/source/bo/sd/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sd/source/ui/view.po b/translations/source/bo/sd/source/ui/view.po
index 01061ca2181..7de4e0f0331 100644
--- a/translations/source/bo/sd/source/ui/view.po
+++ b/translations/source/bo/sd/source/ui/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-12 00:06+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sdext/source/minimizer.po b/translations/source/bo/sdext/source/minimizer.po
index 910d88399a6..ea00ba23964 100644
--- a/translations/source/bo/sdext/source/minimizer.po
+++ b/translations/source/bo/sdext/source/minimizer.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/translations/source/bo/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index 425d508f182..f7b880dfe43 100644
--- a/translations/source/bo/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/translations/source/bo/sdext/source/minimizer/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/translations/source/bo/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index f5d3c0648e1..bd8f6813d0a 100644
--- a/translations/source/bo/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/bo/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sdext/source/pdfimport.po b/translations/source/bo/sdext/source/pdfimport.po
index 549dcb2bf45..257b37d957f 100644
--- a/translations/source/bo/sdext/source/pdfimport.po
+++ b/translations/source/bo/sdext/source/pdfimport.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:43+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: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sdext/source/presenter.po b/translations/source/bo/sdext/source/presenter.po
index 1cb9bb5b1e5..6a1297c35f8 100644
--- a/translations/source/bo/sdext/source/presenter.po
+++ b/translations/source/bo/sdext/source/presenter.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/translations/source/bo/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index 1166778d780..51d6aa4602a 100644
--- a/translations/source/bo/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/translations/source/bo/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/translations/source/bo/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index 50b733f66a7..a63c5722dc6 100644
--- a/translations/source/bo/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/bo/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -33,7 +33,11 @@ msgid "Slides"
msgstr "བསྡུས་རིས།"
#: PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.l.Normal.Text.value.text
-msgctxt "PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.l.Normal.Text.value.text"
+msgid "Exchange"
+msgstr ""
+
+#: PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.n.Normal.Text.value.text
+msgctxt "PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.n.Normal.Text.value.text"
msgid "Help"
msgstr ""
diff --git a/translations/source/bo/setup_native/source/mac.po b/translations/source/bo/setup_native/source/mac.po
index f8a4735dea8..58b216e3ee7 100644
--- a/translations/source/bo/setup_native/source/mac.po
+++ b/translations/source/bo/setup_native/source/mac.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sfx2/source/appl.po b/translations/source/bo/sfx2/source/appl.po
index ae71c06fc5f..5bc9439a1b6 100644
--- a/translations/source/bo/sfx2/source/appl.po
+++ b/translations/source/bo/sfx2/source/appl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:07+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sfx2/source/bastyp.po b/translations/source/bo/sfx2/source/bastyp.po
index aa56b656ca3..3c64e51ffa0 100644
--- a/translations/source/bo/sfx2/source/bastyp.po
+++ b/translations/source/bo/sfx2/source/bastyp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sfx2/source/dialog.po b/translations/source/bo/sfx2/source/dialog.po
index ddd677a32db..e8c2adb4c2a 100644
--- a/translations/source/bo/sfx2/source/dialog.po
+++ b/translations/source/bo/sfx2/source/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:06+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -53,7 +53,7 @@ msgstr "མཆན་འགྲེལ།(~C)"
#: dinfdlg.src#TP_DOCINFODOC.BTN_CHANGE_PASS.pushbutton.text
msgid "Change ~Password..."
-msgstr ""
+msgstr "གསང་ཨང་བཟོ་བཅོས།(~P)..."
#: dinfdlg.src#TP_DOCINFODOC.FT_FILE_TYP.fixedtext.text
msgid "Type:"
@@ -690,6 +690,10 @@ msgstr "ཆེས་མང་ཆ་འཕྲིན།(~M)..."
msgid "~Ask when not saving in ODF format"
msgstr "རྗེས་སུ་ཐ་ཚིག་འདི་བསྐྱར་དུ་མི་མངོན་པ།"
+#: alienwarn.src#RID_DLG_ALIEN_WARNING.modaldialog.text
+msgid "Confirm File Format"
+msgstr ""
+
#: taskpane.src#STR_SFX_DOCK.string.text
msgid "Dock"
msgstr ""
diff --git a/translations/source/bo/sfx2/source/doc.po b/translations/source/bo/sfx2/source/doc.po
index 96e90710559..9eea8821f8d 100644
--- a/translations/source/bo/sfx2/source/doc.po
+++ b/translations/source/bo/sfx2/source/doc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -231,7 +231,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME9.string.text
msgid "Forest"
-msgstr ""
+msgstr "ཤིང་ནག་མདོག"
#: templatelocnames.src#STR_TEMPLATE_NAME10.string.text
msgid "Fresco"
@@ -247,7 +247,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME13.string.text
msgid "Keyboard"
-msgstr ""
+msgstr "མཐེབ་བཀྱག"
#: templatelocnames.src#STR_TEMPLATE_NAME14.string.text
msgid "Light Blue Shapes"
@@ -275,7 +275,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME20.string.text
msgid "Rounded Rectangles"
-msgstr ""
+msgstr "སྒོར་ཟུར་གྲུ་བཞི།"
#: templatelocnames.src#STR_TEMPLATE_NAME21.string.text
msgid "Blue and Red Gradient"
@@ -291,7 +291,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME24.string.text
msgid "Water"
-msgstr ""
+msgstr "ཆུ།"
#: templatelocnames.src#STR_TEMPLATE_NAME25.string.text
msgid "Wine"
@@ -715,8 +715,8 @@ msgstr ""
" ཡིག་ཚགས་ཉར་ཚགས་བྱེད་དམ།"
#: doc.src#STR_QRYTEMPL_MESSAGE.string.text
-msgid "The template '$(ARG1)' on which this document is based, has been modified. Do you want to update style based formattings according to the modified template?"
-msgstr "ཡིག་ཚགས་འདི་དཔེ་པང་$(ARG1)'བརྟེན་ནས་བཟོ་བཅོས་བྱས་ཟིན། བཟོ་བཅོས་བྱས་རྗེས་ཀྱི་དཔེ་པང་ལ་གཞིགས་ཏེ་བཟོ་ལྟའི་རྣམ་གཞག་ལ་བརྟེན་ནས་གསར་བརྗེས་བྱེད་དམ།"
+msgid "The template '$(ARG1)' on which this document is based, has been modified. Do you want to update style based formatting according to the modified template?"
+msgstr ""
#: doc.src#STR_QRYTEMPL_UPDATE_BTN.string.text
msgid "~Update Styles"
diff --git a/translations/source/bo/sfx2/source/menu.po b/translations/source/bo/sfx2/source/menu.po
index 19c319556c4..53d90e03744 100644
--- a/translations/source/bo/sfx2/source/menu.po
+++ b/translations/source/bo/sfx2/source/menu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sfx2/source/view.po b/translations/source/bo/sfx2/source/view.po
index 2f00cef3d5d..f872d49b925 100644
--- a/translations/source/bo/sfx2/source/view.po
+++ b/translations/source/bo/sfx2/source/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/shell/source/win32/shlxthandler/res.po b/translations/source/bo/shell/source/win32/shlxthandler/res.po
index faebe90f76c..8855345436c 100644
--- a/translations/source/bo/shell/source/win32/shlxthandler/res.po
+++ b/translations/source/bo/shell/source/win32/shlxthandler/res.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/starmath/source.po b/translations/source/bo/starmath/source.po
index ea62a2fd848..49003001d66 100644
--- a/translations/source/bo/starmath/source.po
+++ b/translations/source/bo/starmath/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:07+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/svl/source/items.po b/translations/source/bo/svl/source/items.po
index 25086435966..f05e99b1d5d 100644
--- a/translations/source/bo/svl/source/items.po
+++ b/translations/source/bo/svl/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/svl/source/misc.po b/translations/source/bo/svl/source/misc.po
index 9b5f6aab7b5..47b01ded38e 100644
--- a/translations/source/bo/svl/source/misc.po
+++ b/translations/source/bo/svl/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-09 20:46+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -216,7 +216,7 @@ msgstr ""
#: mediatyp.src#STR_SVT_MIMETYPE_CNT_FSYSFLD.string.text
msgid "Folder"
-msgstr ""
+msgstr "ཡིག་ཚང་།"
#: mediatyp.src#STR_SVT_MIMETYPE_APP_GAL.string.text
#, fuzzy
diff --git a/translations/source/bo/svtools/source/contnr.po b/translations/source/bo/svtools/source/contnr.po
index 6e49511daa5..a32a6158ee3 100644
--- a/translations/source/bo/svtools/source/contnr.po
+++ b/translations/source/bo/svtools/source/contnr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/svtools/source/control.po b/translations/source/bo/svtools/source/control.po
index a660c5de702..7d647e1e691 100644
--- a/translations/source/bo/svtools/source/control.po
+++ b/translations/source/bo/svtools/source/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:07+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/svtools/source/dialogs.po b/translations/source/bo/svtools/source/dialogs.po
index b0e5fb04bd1..dbc50f9d0ba 100644
--- a/translations/source/bo/svtools/source/dialogs.po
+++ b/translations/source/bo/svtools/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-28 11:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/svtools/source/filter.po b/translations/source/bo/svtools/source/filter.po
index 3a076fb1722..0e1f5f53db2 100644
--- a/translations/source/bo/svtools/source/filter.po
+++ b/translations/source/bo/svtools/source/filter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:06+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/svtools/source/java.po b/translations/source/bo/svtools/source/java.po
index 70ce64d0866..5aab0e9e0d5 100644
--- a/translations/source/bo/svtools/source/java.po
+++ b/translations/source/bo/svtools/source/java.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:07+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/svtools/source/misc.po b/translations/source/bo/svtools/source/misc.po
index e0c340f8834..16cb285d990 100644
--- a/translations/source/bo/svtools/source/misc.po
+++ b/translations/source/bo/svtools/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-12 00:06+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2011-12-19 23:53+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -179,6 +179,10 @@ msgstr "ཨུ་རུ་སུ་དཀར་པོ་སྐད་"
msgid "Catalan"
msgstr "ཅ་ཐེ་ལེ་ཉི་ཡ་(སེ་ཕེན་སྐད་ཡིག་)"
+#: langtab.src#STR_ARR_SVT_LANGUAGE_TABLE.LANGUAGE_USER_CATALAN_VALENCIAN.pairedlist.text
+msgid "Catalan (Valencian)"
+msgstr ""
+
#: langtab.src#STR_ARR_SVT_LANGUAGE_TABLE.LANGUAGE_CHINESE_TRADITIONAL.pairedlist.text
msgid "Chinese (traditional)"
msgstr "རྒྱ་ཡིག(ཟོར་ལྕིའི་ཡི་གེ)"
@@ -1378,20 +1382,24 @@ msgid "Database"
msgstr "གཞི་གྲངས་མཛོད།"
#: imagemgr.src#STR_DESCRIPTION_CALC_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet Template"
-msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION གློག་རྡུལ་རེའུ་མིག་གི་དཔེ་པང་།"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet Template"
+msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION གློག་རྡུལ་རེའུ་མིག"
#: imagemgr.src#STR_DESCRIPTION_DRAW_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Drawing Template"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Drawing Template"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION རིས་འབྲིའི་དཔེ་པང་།"
#: imagemgr.src#STR_DESCRIPTION_IMPRESS_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Presentation Template"
-msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION འགྲེམས་སྟོན་ཟིན་བྲིས་ཀྱི་དཔེ་པང་།"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Presentation Template"
+msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION སྟོན་་འགྲེམས་ཟིན་བྲིས།"
#: imagemgr.src#STR_DESCRIPTION_WRITER_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Text Document Template"
-msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION ཡིག་རྐྱང་ཡིག་ཚགས་དཔེ་པང་།"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Text Document Template"
+msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION ཡིག་དེབ་ཀྱི་ཡིག་ཚགས།"
#: imagemgr.src#STR_DESCRIPTION_LOCALE_VOLUME.string.text
msgid "Local drive"
@@ -1422,31 +1430,38 @@ msgid "MS PowerPoint Show"
msgstr "Microsoft PowerPoint Show"
#: imagemgr.src#STR_DESCRIPTION_SXMATH_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Formula"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Formula"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION སྤྱི་འགྲོས།"
#: imagemgr.src#STR_DESCRIPTION_SXCHART_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Chart"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Chart"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION དཔེ་རིས།"
#: imagemgr.src#STR_DESCRIPTION_SXDRAW_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Drawing"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Drawing"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION རི་མོ་འབྲི་བ།"
#: imagemgr.src#STR_DESCRIPTION_SXCALC_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION གློག་རྡུལ་རེའུ་མིག"
#: imagemgr.src#STR_DESCRIPTION_SXIMPRESS_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Presentation"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Presentation"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION སྟོན་་འགྲེམས་ཟིན་བྲིས།"
#: imagemgr.src#STR_DESCRIPTION_SXWRITER_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Text Document"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Text Document"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION ཡིག་དེབ་ཀྱི་ཡིག་ཚགས།"
#: imagemgr.src#STR_DESCRIPTION_SXGLOBAL_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Master Document"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Master Document"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION གཙོ་བོའི་ཚོད་འཛིན་ཡིག་ཚགས།"
#: imagemgr.src#STR_DESCRIPTION_MATHML_DOC.string.text
diff --git a/translations/source/bo/svtools/source/plugapp.po b/translations/source/bo/svtools/source/plugapp.po
index 229e9c8091c..c34ab5063b1 100644
--- a/translations/source/bo/svtools/source/plugapp.po
+++ b/translations/source/bo/svtools/source/plugapp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/svtools/source/toolpanel.po b/translations/source/bo/svtools/source/toolpanel.po
index 1002a7a8303..55d1321a4d1 100644
--- a/translations/source/bo/svtools/source/toolpanel.po
+++ b/translations/source/bo/svtools/source/toolpanel.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/svtools/workben/unodialog.po b/translations/source/bo/svtools/workben/unodialog.po
index 3583e431fdb..3621d65600b 100644
--- a/translations/source/bo/svtools/workben/unodialog.po
+++ b/translations/source/bo/svtools/workben/unodialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/svx/inc.po b/translations/source/bo/svx/inc.po
index d815be9817b..13edc076be1 100644
--- a/translations/source/bo/svx/inc.po
+++ b/translations/source/bo/svx/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -648,7 +648,7 @@ msgstr "གཞུང་སྤྱོད་མིང་།(~K)"
#: globlmn_tmpl.hrc#ITEM_TRANSLITERATE_MENU.SID_MN_SUB_TRANSLITERATE.menuitem.text
msgid "~Change Case"
-msgstr ""
+msgstr "ཆེ་བྲིས་ཆུང་བྲིས་བཟོ་བཅོས།(~C)"
#: globlmn_tmpl.hrc#ITEM_OPEN_HYPERLINK.#define.text
msgid "~Open Hyperlink"
diff --git a/translations/source/bo/svx/source/accessibility.po b/translations/source/bo/svx/source/accessibility.po
index a54bcece0e5..db21866eafd 100644
--- a/translations/source/bo/svx/source/accessibility.po
+++ b/translations/source/bo/svx/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/svx/source/dialog.po b/translations/source/bo/svx/source/dialog.po
index 712258a004d..19999457207 100644
--- a/translations/source/bo/svx/source/dialog.po
+++ b/translations/source/bo/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 01:37+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: docrecovery.src#RID_SVXPAGE_DOCRECOVERY_SAVE.FT_SAVE_TITLE.fixedtext.text
@@ -2588,7 +2588,7 @@ msgstr ""
#: sdstring.src#RID_SVXSTR_LEND15.string.text
msgid "Diamond"
-msgstr ""
+msgstr "གཏད་ཟུར་ཁྲ་མིག"
#: sdstring.src#RID_SVXSTR_LEND16.string.text
msgid "Circle unfilled"
diff --git a/translations/source/bo/svx/source/engine3d.po b/translations/source/bo/svx/source/engine3d.po
index 009ee4a5b34..11e5dca865d 100644
--- a/translations/source/bo/svx/source/engine3d.po
+++ b/translations/source/bo/svx/source/engine3d.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:07+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/svx/source/fmcomp.po b/translations/source/bo/svx/source/fmcomp.po
index 8771a76485e..9b4d60f7af5 100644
--- a/translations/source/bo/svx/source/fmcomp.po
+++ b/translations/source/bo/svx/source/fmcomp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/svx/source/form.po b/translations/source/bo/svx/source/form.po
index 6288a6af95e..de55d45e7d8 100644
--- a/translations/source/bo/svx/source/form.po
+++ b/translations/source/bo/svx/source/form.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/svx/source/gallery2.po b/translations/source/bo/svx/source/gallery2.po
index 17cdaeadc01..11ec42bee30 100644
--- a/translations/source/bo/svx/source/gallery2.po
+++ b/translations/source/bo/svx/source/gallery2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:06+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/svx/source/items.po b/translations/source/bo/svx/source/items.po
index a89462aeb4c..d034d94d65a 100644
--- a/translations/source/bo/svx/source/items.po
+++ b/translations/source/bo/svx/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/svx/source/src.po b/translations/source/bo/svx/source/src.po
index f4d1c5999f1..b5564c78dfd 100644
--- a/translations/source/bo/svx/source/src.po
+++ b/translations/source/bo/svx/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-11 23:07+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/svx/source/stbctrls.po b/translations/source/bo/svx/source/stbctrls.po
index deb2459338b..37c3a0e4633 100644
--- a/translations/source/bo/svx/source/stbctrls.po
+++ b/translations/source/bo/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: 2012-01-15 22:23+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -69,7 +69,7 @@ msgstr ""
#: stbctrls.src#RID_SVXSTR_DOC_LOAD.string.text
msgid "Loading document..."
-msgstr "ཡིག་ཚགས་འཇུག་པ།..."
+msgstr ""
#: stbctrls.src#RID_SVXMNU_ZOOM.ZOOM_OPTIMAL.menuitem.text
msgid "Optimal"
diff --git a/translations/source/bo/svx/source/svdraw.po b/translations/source/bo/svx/source/svdraw.po
index 1f5133589eb..dc7ae221f01 100644
--- a/translations/source/bo/svx/source/svdraw.po
+++ b/translations/source/bo/svx/source/svdraw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/svx/source/table.po b/translations/source/bo/svx/source/table.po
index 5b288649668..5878a94e404 100644
--- a/translations/source/bo/svx/source/table.po
+++ b/translations/source/bo/svx/source/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/svx/source/tbxctrls.po b/translations/source/bo/svx/source/tbxctrls.po
index 2977d47f7ff..eb2cce67879 100644
--- a/translations/source/bo/svx/source/tbxctrls.po
+++ b/translations/source/bo/svx/source/tbxctrls.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/svx/source/toolbars.po b/translations/source/bo/svx/source/toolbars.po
index f691ca39973..d0d095c7fe4 100644
--- a/translations/source/bo/svx/source/toolbars.po
+++ b/translations/source/bo/svx/source/toolbars.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/svx/source/unodialogs/textconversiondlgs.po b/translations/source/bo/svx/source/unodialogs/textconversiondlgs.po
index eb396ff8a6d..1b85940326b 100644
--- a/translations/source/bo/svx/source/unodialogs/textconversiondlgs.po
+++ b/translations/source/bo/svx/source/unodialogs/textconversiondlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:07+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sw/source/core/layout.po b/translations/source/bo/sw/source/core/layout.po
index a8d4a2f44bd..39de30524c2 100644
--- a/translations/source/bo/sw/source/core/layout.po
+++ b/translations/source/bo/sw/source/core/layout.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sw/source/core/undo.po b/translations/source/bo/sw/source/core/undo.po
index dedc3032c50..8145e6380c5 100644
--- a/translations/source/bo/sw/source/core/undo.po
+++ b/translations/source/bo/sw/source/core/undo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -263,7 +263,7 @@ msgstr "རེའུ་མིག་ཟླ་སྒྲིལ་བ།"
#: undo.src#STR_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "ཆེ་བྲིས་ཆུང་བྲིས་བཟོ་བཅོས།(~C)"
#: undo.src#STR_DELNUM.string.text
msgid "Delete numbering"
diff --git a/translations/source/bo/sw/source/core/unocore.po b/translations/source/bo/sw/source/core/unocore.po
index 4105facee15..492d8dedc3b 100644
--- a/translations/source/bo/sw/source/core/unocore.po
+++ b/translations/source/bo/sw/source/core/unocore.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sw/source/ui/app.po b/translations/source/bo/sw/source/ui/app.po
index 2f6d18076fd..e2f7b9ee540 100644
--- a/translations/source/bo/sw/source/ui/app.po
+++ b/translations/source/bo/sw/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:06+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -424,7 +424,7 @@ msgstr "མཐའ་འཁོར།(~W)"
#: mn.src#MN_AT_FRAME.FN_TOOL_ANCHOR_FRAME.menuitem.text
msgid "To ~Frame"
-msgstr ""
+msgstr "སྒྲོམ་གཞི་ལ།(~F)"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_PAGE.menuitem.text
msgid "To P~age"
@@ -432,15 +432,15 @@ msgstr ""
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_PARAGRAPH.menuitem.text
msgid "To ~Paragraph"
-msgstr ""
+msgstr "དུམ་མཚམས་ལ།(~P)"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_AT_CHAR.menuitem.text
msgid "To ~Character"
-msgstr ""
+msgstr "ཡིག་རྟགས་ལ།(~C)"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_CHAR.menuitem.text
msgid "As C~haracter"
-msgstr ""
+msgstr "ཡིག་རྟགས་བྱས་པ།(~H)"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.menuitem.text
msgid "An~chor"
@@ -569,18 +569,10 @@ msgstr "ཤོག་ངོས་སྔོན་ལྟ་ཁ་བརྒྱབ།
msgid "Media object"
msgstr "མཚམས་སྦྱོར་གྱི་ཁ་གཏད།"
-#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_EDIT.menuitem.text
-msgid "Format $1..."
-msgstr ""
-
#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_BORDERBACK.menuitem.text
msgid "Border and Background..."
msgstr ""
-#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_DELETE.menuitem.text
-msgid "Delete $1..."
-msgstr ""
-
#: mn.src#MN_PAGEBREAK_BUTTON.FN_PAGEBREAK_EDIT.menuitem.text
msgid "Edit Page Break..."
msgstr ""
diff --git a/translations/source/bo/sw/source/ui/chrdlg.po b/translations/source/bo/sw/source/ui/chrdlg.po
index ab6bb42c8d5..a02ae40c50d 100644
--- a/translations/source/bo/sw/source/ui/chrdlg.po
+++ b/translations/source/bo/sw/source/ui/chrdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sw/source/ui/config.po b/translations/source/bo/sw/source/ui/config.po
index 97a55e1d432..74a4099130f 100644
--- a/translations/source/bo/sw/source/ui/config.po
+++ b/translations/source/bo/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: 2012-01-30 11:10+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:06+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bo/sw/source/ui/dbui.po b/translations/source/bo/sw/source/ui/dbui.po
index 3503d290480..19e64eb48d5 100644
--- a/translations/source/bo/sw/source/ui/dbui.po
+++ b/translations/source/bo/sw/source/ui/dbui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sw/source/ui/dialog.po b/translations/source/bo/sw/source/ui/dialog.po
index aaccf510868..213e4765a35 100644
--- a/translations/source/bo/sw/source/ui/dialog.po
+++ b/translations/source/bo/sw/source/ui/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-11 23:07+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -94,6 +94,10 @@ msgctxt "wordcountdialog.src#DLG_WORDCOUNT.FT_DOCCHARACTEREXCLUDINGSPACES.fixedt
msgid "Characters excluding spaces:"
msgstr ""
+#: wordcountdialog.src#DLG_WORDCOUNT.PB_OK.okbutton.text
+msgid "~Close"
+msgstr ""
+
#: wordcountdialog.src#DLG_WORDCOUNT.modelessdialog.text
msgid "Word Count"
msgstr ""
@@ -420,8 +424,8 @@ msgid "Included outline levels"
msgstr "ཁོངས་གཏོགས་ཀྱི་ལེའུ་ས་བཅད་རྩ་ཚིག་རིམ་པ།"
#: abstract.src#DLG_INSERT_ABSTRACT.FT_PARA.fixedtext.text
-msgid "Subpoints per level"
-msgstr "ལིའུ་ས་བཅད་སོ་སོར་འདུས་པའི་དུམ་མཚམས།"
+msgid "Paragraphs per level"
+msgstr ""
#: abstract.src#DLG_INSERT_ABSTRACT.FT_DESC.fixedtext.text
msgid "The abstract contains the selected number of paragraphs from the included outline levels."
diff --git a/translations/source/bo/sw/source/ui/dochdl.po b/translations/source/bo/sw/source/ui/dochdl.po
index 36da8d886b2..667ac992397 100644
--- a/translations/source/bo/sw/source/ui/dochdl.po
+++ b/translations/source/bo/sw/source/ui/dochdl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sw/source/ui/docvw.po b/translations/source/bo/sw/source/ui/docvw.po
index 05cf5258bc3..345ebc104e2 100644
--- a/translations/source/bo/sw/source/ui/docvw.po
+++ b/translations/source/bo/sw/source/ui/docvw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:07+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -215,12 +215,20 @@ msgstr ""
msgid "Footer (%1)"
msgstr ""
-#: docvw.src#STR_HEADER.string.text
-msgid "Header"
+#: docvw.src#STR_DELETE_HEADER.string.text
+msgid "Delete Header..."
+msgstr ""
+
+#: docvw.src#STR_FORMAT_HEADER.string.text
+msgid "Format Header..."
+msgstr ""
+
+#: docvw.src#STR_DELETE_FOOTER.string.text
+msgid "Delete Footer..."
msgstr ""
-#: docvw.src#STR_FOOTER.string.text
-msgid "Footer"
+#: docvw.src#STR_FORMAT_FOOTER.string.text
+msgid "Format Footer..."
msgstr ""
#: access.src#STR_ACCESS_DOC_NAME.string.text
diff --git a/translations/source/bo/sw/source/ui/envelp.po b/translations/source/bo/sw/source/ui/envelp.po
index 7d6327f3319..74f149e3f62 100644
--- a/translations/source/bo/sw/source/ui/envelp.po
+++ b/translations/source/bo/sw/source/ui/envelp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sw/source/ui/fldui.po b/translations/source/bo/sw/source/ui/fldui.po
index cf134b25162..800980ac7c3 100644
--- a/translations/source/bo/sw/source/ui/fldui.po
+++ b/translations/source/bo/sw/source/ui/fldui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sw/source/ui/fmtui.po b/translations/source/bo/sw/source/ui/fmtui.po
index ff54ea8aa33..07007790555 100644
--- a/translations/source/bo/sw/source/ui/fmtui.po
+++ b/translations/source/bo/sw/source/ui/fmtui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sw/source/ui/frmdlg.po b/translations/source/bo/sw/source/ui/frmdlg.po
index e6009b91e03..4caa7acc444 100644
--- a/translations/source/bo/sw/source/ui/frmdlg.po
+++ b/translations/source/bo/sw/source/ui/frmdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:07+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sw/source/ui/globdoc.po b/translations/source/bo/sw/source/ui/globdoc.po
index 75c5c1b5168..36537946969 100644
--- a/translations/source/bo/sw/source/ui/globdoc.po
+++ b/translations/source/bo/sw/source/ui/globdoc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sw/source/ui/index.po b/translations/source/bo/sw/source/ui/index.po
index db7c1810ce3..e2740c52853 100644
--- a/translations/source/bo/sw/source/ui/index.po
+++ b/translations/source/bo/sw/source/ui/index.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-11 23:07+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-01-05 12:20+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -806,7 +806,8 @@ msgid "~Main entry"
msgstr "གཙོ་བོའི་བཤར་བྱང་།(~M)"
#: idxmrk.src#IDX_DIALOG_WINDOW.WIN_DLG.CB_APPLY_TO_ALL.checkbox.text
-msgid "~Apply to all similar texts."
+#, fuzzy
+msgid "~Apply to all similar texts"
msgstr "མཚུངས་པའི་དངོས་ཡིག་ལ་སྤྱོད།(~A)"
#: idxmrk.src#IDX_DIALOG_WINDOW.WIN_DLG.CB_CASESENSITIVE.checkbox.text
diff --git a/translations/source/bo/sw/source/ui/lingu.po b/translations/source/bo/sw/source/ui/lingu.po
index 6c0221f6f14..a2821879fba 100644
--- a/translations/source/bo/sw/source/ui/lingu.po
+++ b/translations/source/bo/sw/source/ui/lingu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sw/source/ui/misc.po b/translations/source/bo/sw/source/ui/misc.po
index 68c7a72c064..d963c945fdc 100644
--- a/translations/source/bo/sw/source/ui/misc.po
+++ b/translations/source/bo/sw/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-09 20:46+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sw/source/ui/ribbar.po b/translations/source/bo/sw/source/ui/ribbar.po
index e9c4c8a4615..9b2c4d4d753 100644
--- a/translations/source/bo/sw/source/ui/ribbar.po
+++ b/translations/source/bo/sw/source/ui/ribbar.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -421,20 +421,20 @@ msgstr "སྤྱོད་པ།"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_PAGE.menuitem.text
msgid "To Page"
-msgstr ""
+msgstr "ཤོག་ངོས་ལ་སྒྱུར།"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_PARAGRAPH.menuitem.text
msgid "To Paragraph"
-msgstr ""
+msgstr "དུམ་མཚམས་སྟེང་ལ།(~P)"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_AT_CHAR.menuitem.text
msgid "To Character"
-msgstr ""
+msgstr "ཡིག་རྟགས།"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_CHAR.menuitem.text
msgid "As Character"
-msgstr ""
+msgstr "ཡིག་རྟགས།"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_FRAME.menuitem.text
msgid "To Frame"
-msgstr ""
+msgstr "སྒྲོམ་སྟེང་ལ།(~F)"
diff --git a/translations/source/bo/sw/source/ui/shells.po b/translations/source/bo/sw/source/ui/shells.po
index 989eafd9c7a..4d11a3ab5b0 100644
--- a/translations/source/bo/sw/source/ui/shells.po
+++ b/translations/source/bo/sw/source/ui/shells.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -200,6 +200,14 @@ msgstr "སེར་འཁྱོག་ཐིག"
msgid "Draw text"
msgstr "རི་མོ་འབྲི་བའི་ཡི་གེ"
+#: shells.src#STR_SHELLNAME_MEDIA.string.text
+msgid "Media"
+msgstr "མཚམས་སྦྱོར།"
+
+#: shells.src#STR_SHELLNAME_NAVIGATION.string.text
+msgid "Navigation"
+msgstr ""
+
#: shells.src#STR_SWBG_PARAGRAPH.string.text
msgid "Paragraph"
msgstr "དུམ་མཚམས།"
diff --git a/translations/source/bo/sw/source/ui/smartmenu.po b/translations/source/bo/sw/source/ui/smartmenu.po
index 3818a68522d..75a17d889b8 100644
--- a/translations/source/bo/sw/source/ui/smartmenu.po
+++ b/translations/source/bo/sw/source/ui/smartmenu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sw/source/ui/table.po b/translations/source/bo/sw/source/ui/table.po
index 855aca2d2c4..f28943d7b83 100644
--- a/translations/source/bo/sw/source/ui/table.po
+++ b/translations/source/bo/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-26 01:37+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: colwd.src#DLG_COL_WIDTH.FT_WIDTH.fixedtext.text
@@ -459,11 +459,11 @@ msgid "Text ~orientation"
msgstr ""
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.1.stringlist.text
-msgid "horizontal"
+msgid "Horizontal"
msgstr ""
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.2.stringlist.text
-msgid "vertical"
+msgid "Vertical"
msgstr ""
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.3.stringlist.text
diff --git a/translations/source/bo/sw/source/ui/uiview.po b/translations/source/bo/sw/source/ui/uiview.po
index be9131ee08c..a2d15858d39 100644
--- a/translations/source/bo/sw/source/ui/uiview.po
+++ b/translations/source/bo/sw/source/ui/uiview.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sw/source/ui/utlui.po b/translations/source/bo/sw/source/ui/utlui.po
index f230835ebf5..e004f96642c 100644
--- a/translations/source/bo/sw/source/ui/utlui.po
+++ b/translations/source/bo/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: 2012-01-30 11:09+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-11 23:07+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1509,7 +1509,7 @@ msgstr "སྒྲིག་ཨང་འགོ་འཛུགས།"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text"
msgid "Numbering 1"
-msgstr "སྒྲིག་ཨང་ 1"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1E.string.text
msgid "Numbering 1 End"
@@ -1526,7 +1526,7 @@ msgstr "སྒྲིག་ཨང་འགོ་འཛུགས།"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text"
msgid "Numbering 2"
-msgstr "སྒྲིག་ཨང་ 2"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2E.string.text
msgid "Numbering 2 End"
@@ -1543,7 +1543,7 @@ msgstr "སྒྲིག་ཨང་འགོ་འཛུགས།"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text"
msgid "Numbering 3"
-msgstr "སྒྲིག་ཨང་ 3"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3E.string.text
msgid "Numbering 3 End"
@@ -1560,7 +1560,7 @@ msgstr "སྒྲིག་ཨང་འགོ་འཛུགས།"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text"
msgid "Numbering 4"
-msgstr "སྒྲིག་ཨང་ 4"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4E.string.text
msgid "Numbering 4 End"
@@ -1577,7 +1577,7 @@ msgstr "སྒྲིག་ཨང་་འགོ་འཛུགས།"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text"
msgid "Numbering 5"
-msgstr "སྒྲིག་ཨང་ 5"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5E.string.text
msgid "Numbering 5 End"
@@ -1594,7 +1594,7 @@ msgstr "རྣམ་གྲངས་མཚོན་རྟགས་1འགོ་
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text"
msgid "List 1"
-msgstr "རྣམ་གྲངས་མཚོན་རྟགས་1"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1E.string.text
msgid "List 1 End"
@@ -1611,7 +1611,7 @@ msgstr "རྣམ་གྲངས་མཚོན་རྟགས་2འགོ་
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text"
msgid "List 2"
-msgstr "རྣམ་གྲངས་མཚོན་རྟགས་2"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2E.string.text
msgid "List 2 End"
@@ -1628,7 +1628,7 @@ msgstr "རྣམ་གྲངས་མཚོན་རྟགས་3འགོ་
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text"
msgid "List 3"
-msgstr "རྣམ་གྲངས་མཚོན་རྟགས་3"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3E.string.text
msgid "List 3 End"
@@ -1645,7 +1645,7 @@ msgstr "རྣམ་གྲངས་མཚོན་རྟགས་4འགོ་
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text"
msgid "List 4"
-msgstr "རྣམ་གྲངས་མཚོན་རྟགས་4"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4E.string.text
msgid "List 4 End"
@@ -1662,7 +1662,7 @@ msgstr "རྣམ་གྲངས་མཚོན་རྟགས་5འགོ་
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text"
msgid "List 5"
-msgstr "རྣམ་གྲངས་མཚོན་རྟགས་5"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5E.string.text
msgid "List 5 End"
diff --git a/translations/source/bo/sw/source/ui/web.po b/translations/source/bo/sw/source/ui/web.po
index dec0c6c6ee0..2602b65fff8 100644
--- a/translations/source/bo/sw/source/ui/web.po
+++ b/translations/source/bo/sw/source/ui/web.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sw/source/ui/wrtsh.po b/translations/source/bo/sw/source/ui/wrtsh.po
index e94972110b7..7ecd87754f1 100644
--- a/translations/source/bo/sw/source/ui/wrtsh.po
+++ b/translations/source/bo/sw/source/ui/wrtsh.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/swext/mediawiki/help.po b/translations/source/bo/swext/mediawiki/help.po
index 897e76725de..29490a79189 100644
--- a/translations/source/bo/swext/mediawiki/help.po
+++ b/translations/source/bo/swext/mediawiki/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -188,7 +188,7 @@ msgid "If the Wiki allows anonymous access, you can leave the account text boxes
msgstr ""
#: wikiaccount.xhp#par_id9046601.help.text
-msgid "If you have enabled the master password feature on the Security tab page of the Tools - Options - %PRODUCTNAME dialog, then the software can store your password and automatically insert the data where necessary. Enable the \"Save password\" checkbox to store your password."
+msgid "If you have enabled the master password feature on the Security tab page of the <item type=\"menuitem\">Tools - Options - %PRODUCTNAME</item> dialog, then the software can store your password and automatically insert the data where necessary. Enable the \"Save password\" checkbox to store your password."
msgstr ""
#: wikiformats.xhp#tit.help.text
@@ -355,7 +355,7 @@ msgstr ""
"མཐའ་སྒྲོམ།"
#: wikiformats.xhp#par_id1831110.help.text
-msgid "Irrespective of custom table styles for border and background, a table is always exported as \"<emph>prettytable\"</emph>, which renders in the Wiki engine with simple borders and bold header."
+msgid "Irrespective of custom table styles for border and background, a table is always exported as \"<emph>prettytable</emph>\", which renders in the Wiki engine with simple borders and bold header."
msgstr ""
#: wikiformats.xhp#hd_id6255073.help.text
diff --git a/translations/source/bo/swext/mediawiki/src.po b/translations/source/bo/swext/mediawiki/src.po
index bdbdbcd8e7a..590462b4849 100644
--- a/translations/source/bo/swext/mediawiki/src.po
+++ b/translations/source/bo/swext/mediawiki/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:07+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/translations/source/bo/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index 80875cc291d..b37f370b0c7 100644
--- a/translations/source/bo/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/translations/source/bo/swext/mediawiki/src/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/translations/source/bo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index 677f70398c6..69bc643b5c5 100644
--- a/translations/source/bo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/translations/source/bo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/sysui/desktop/share.po b/translations/source/bo/sysui/desktop/share.po
index f1947f43a74..fd9f3fe90ff 100644
--- a/translations/source/bo/sysui/desktop/share.po
+++ b/translations/source/bo/sysui/desktop/share.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-07-28 11:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/uui/source.po b/translations/source/bo/uui/source.po
index 0c73bdbc41d..2532649e65c 100644
--- a/translations/source/bo/uui/source.po
+++ b/translations/source/bo/uui/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:07+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/vcl/source/src.po b/translations/source/bo/vcl/source/src.po
index a26a1a30984..aa641ed9d29 100644
--- a/translations/source/bo/vcl/source/src.po
+++ b/translations/source/bo/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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 01:37+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: stdtext.src#SV_STDTEXT_SERVICENOTAVAILABLE.string.text
@@ -896,19 +896,19 @@ msgstr "ཁྲ་ཁུང་གི་མཚམས་རྟགས་ཁ་ཕྲ
#: fpicker.src#STR_FPICKER_AUTO_EXTENSION.string.text
msgid "~Automatic file name extension"
-msgstr ""
+msgstr "རང་འགུལ་དུ་ཡིག་ཚགས་ཀྱི་བསྐྱེད་མིང་སྣོན་པ། (~A)"
#: fpicker.src#STR_FPICKER_PASSWORD.string.text
msgid "Save with pass~word"
-msgstr ""
+msgstr "གསང་ཨང་སྤྱད་ནས་ཉར་སྡེར་བྱེད།"
#: fpicker.src#STR_FPICKER_FILTER_OPTIONS.string.text
msgid "~Edit filter settings"
-msgstr ""
+msgstr "འཚག་འདེམ་བཀོད་སྒྲིག་རྩོམ་སྒྲིག"
#: fpicker.src#STR_FPICKER_READONLY.string.text
msgid "~Read-only"
-msgstr ""
+msgstr "ལྟ་ཀློག་ཙམ།(~R)"
#: fpicker.src#STR_FPICKER_INSERT_AS_LINK.string.text
msgid "~Link"
@@ -929,7 +929,7 @@ msgstr ""
#: fpicker.src#STR_FPICKER_TEMPLATES.string.text
msgid "S~tyles:"
-msgstr ""
+msgstr "བཟོ་ལྟ།(~T):"
#: fpicker.src#STR_FPICKER_IMAGE_TEMPLATE.string.text
msgid "Style:"
@@ -941,11 +941,11 @@ msgstr ""
#: fpicker.src#STR_FPICKER_FOLDER_DEFAULT_TITLE.string.text
msgid "Select Path"
-msgstr ""
+msgstr "བརྒྱུད་ལམ་འདེམས་པ།"
#: fpicker.src#STR_FPICKER_FOLDER_DEFAULT_DESCRIPTION.string.text
msgid "Please select a folder."
-msgstr ""
+msgstr "ཡིག་ཁུག་གཅིག་འདེམ་རོགས།"
#: fpicker.src#STR_FPICKER_ALREADYEXISTOVERWRITE.string.text
msgid ""
@@ -960,12 +960,12 @@ msgstr ""
#: fpicker.src#STR_FPICKER_OPEN.string.text
msgid "Open"
-msgstr ""
+msgstr "ཁ་འབྱེད།"
#: fpicker.src#STR_FPICKER_SAVE.string.text
msgid "Save"
-msgstr ""
+msgstr "ཉར་ཚགས།"
#: fpicker.src#STR_FPICKER_TYPE.string.text
msgid "File ~type"
-msgstr ""
+msgstr "ཡིག་ཆའི་རིགས(~T)"
diff --git a/translations/source/bo/wizards/source/euro.po b/translations/source/bo/wizards/source/euro.po
index ad2c6a2c6fa..adfb9df832b 100644
--- a/translations/source/bo/wizards/source/euro.po
+++ b/translations/source/bo/wizards/source/euro.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/wizards/source/formwizard.po b/translations/source/bo/wizards/source/formwizard.po
index 700812607dc..ca9bbac819c 100644
--- a/translations/source/bo/wizards/source/formwizard.po
+++ b/translations/source/bo/wizards/source/formwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/wizards/source/importwizard.po b/translations/source/bo/wizards/source/importwizard.po
index dee794106a2..0cc629b4334 100644
--- a/translations/source/bo/wizards/source/importwizard.po
+++ b/translations/source/bo/wizards/source/importwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/wizards/source/schedule.po b/translations/source/bo/wizards/source/schedule.po
index cce4af2383c..3128679c45d 100644
--- a/translations/source/bo/wizards/source/schedule.po
+++ b/translations/source/bo/wizards/source/schedule.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/wizards/source/template.po b/translations/source/bo/wizards/source/template.po
index bd6b9f2e135..606c6943652 100644
--- a/translations/source/bo/wizards/source/template.po
+++ b/translations/source/bo/wizards/source/template.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/xmlsecurity/source/component.po b/translations/source/bo/xmlsecurity/source/component.po
index 22409daf16f..6b42670d576 100644
--- a/translations/source/bo/xmlsecurity/source/component.po
+++ b/translations/source/bo/xmlsecurity/source/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bo/xmlsecurity/source/dialogs.po b/translations/source/bo/xmlsecurity/source/dialogs.po
index 1a61b693016..b4ad6afdc78 100644
--- a/translations/source/bo/xmlsecurity/source/dialogs.po
+++ b/translations/source/bo/xmlsecurity/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bo\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"
+"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/accessibility/source/helper.po b/translations/source/br/accessibility/source/helper.po
index 0310d5d16da..b9f4b5d341f 100644
--- a/translations/source/br/accessibility/source/helper.po
+++ b/translations/source/br/accessibility/source/helper.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:49+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/avmedia/source/framework.po b/translations/source/br/avmedia/source/framework.po
index ecacba74860..b740d87f24e 100644
--- a/translations/source/br/avmedia/source/framework.po
+++ b/translations/source/br/avmedia/source/framework.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:49+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/avmedia/source/viewer.po b/translations/source/br/avmedia/source/viewer.po
index e4ae2620ca6..779553454e6 100644
--- a/translations/source/br/avmedia/source/viewer.po
+++ b/translations/source/br/avmedia/source/viewer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:49+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/basctl/source/basicide.po b/translations/source/br/basctl/source/basicide.po
index 08cab8b184e..ee5f7aa5bf5 100644
--- a/translations/source/br/basctl/source/basicide.po
+++ b/translations/source/br/basctl/source/basicide.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-27 14:46+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/basctl/source/dlged.po b/translations/source/br/basctl/source/dlged.po
index 878c9cb019a..0f3714c88f6 100644
--- a/translations/source/br/basctl/source/dlged.po
+++ b/translations/source/br/basctl/source/dlged.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-20 00:40+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/basic/source/classes.po b/translations/source/br/basic/source/classes.po
index b9bbb0751f9..b8782643ea4 100644
--- a/translations/source/br/basic/source/classes.po
+++ b/translations/source/br/basic/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-19 23:27+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/basic/source/sbx.po b/translations/source/br/basic/source/sbx.po
index 47c139284ba..b12d7e91551 100644
--- a/translations/source/br/basic/source/sbx.po
+++ b/translations/source/br/basic/source/sbx.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 15:53+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/chart2/source/controller/dialogs.po b/translations/source/br/chart2/source/controller/dialogs.po
index 221a960db3d..0940ff0f4d6 100644
--- a/translations/source/br/chart2/source/controller/dialogs.po
+++ b/translations/source/br/chart2/source/controller/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-01 14:59+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/connectivity/source/drivers/ado.po b/translations/source/br/connectivity/source/drivers/ado.po
index 8f571c88703..bf33f800534 100644
--- a/translations/source/br/connectivity/source/drivers/ado.po
+++ b/translations/source/br/connectivity/source/drivers/ado.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:49+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/connectivity/source/drivers/calc.po b/translations/source/br/connectivity/source/drivers/calc.po
index e9f7ca8edde..1db77ef34f5 100644
--- a/translations/source/br/connectivity/source/drivers/calc.po
+++ b/translations/source/br/connectivity/source/drivers/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:49+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/connectivity/source/drivers/dbase.po b/translations/source/br/connectivity/source/drivers/dbase.po
index f2cf2800460..2a12ec100fd 100644
--- a/translations/source/br/connectivity/source/drivers/dbase.po
+++ b/translations/source/br/connectivity/source/drivers/dbase.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:49+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/connectivity/source/drivers/evoab2.po b/translations/source/br/connectivity/source/drivers/evoab2.po
index 89567447836..93d40f16ae3 100644
--- a/translations/source/br/connectivity/source/drivers/evoab2.po
+++ b/translations/source/br/connectivity/source/drivers/evoab2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:49+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/connectivity/source/drivers/flat.po b/translations/source/br/connectivity/source/drivers/flat.po
index d1934dffcce..66f490d1238 100644
--- a/translations/source/br/connectivity/source/drivers/flat.po
+++ b/translations/source/br/connectivity/source/drivers/flat.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:49+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/connectivity/source/drivers/hsqldb.po b/translations/source/br/connectivity/source/drivers/hsqldb.po
index 91d72d9b731..eb7942c768b 100644
--- a/translations/source/br/connectivity/source/drivers/hsqldb.po
+++ b/translations/source/br/connectivity/source/drivers/hsqldb.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:49+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/connectivity/source/drivers/jdbc.po b/translations/source/br/connectivity/source/drivers/jdbc.po
index f60f6b1b27c..0274c64ba21 100644
--- a/translations/source/br/connectivity/source/drivers/jdbc.po
+++ b/translations/source/br/connectivity/source/drivers/jdbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:49+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/connectivity/source/drivers/kab.po b/translations/source/br/connectivity/source/drivers/kab.po
index 5c3705d33c9..030fae038a3 100644
--- a/translations/source/br/connectivity/source/drivers/kab.po
+++ b/translations/source/br/connectivity/source/drivers/kab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:49+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/connectivity/source/drivers/macab.po b/translations/source/br/connectivity/source/drivers/macab.po
index 78553934ccc..4a8a40c0961 100644
--- a/translations/source/br/connectivity/source/drivers/macab.po
+++ b/translations/source/br/connectivity/source/drivers/macab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:49+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/connectivity/source/drivers/mozab.po b/translations/source/br/connectivity/source/drivers/mozab.po
index fdcd8743bb2..fd8c6e7b261 100644
--- a/translations/source/br/connectivity/source/drivers/mozab.po
+++ b/translations/source/br/connectivity/source/drivers/mozab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-12 00:44+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/connectivity/source/drivers/mysql.po b/translations/source/br/connectivity/source/drivers/mysql.po
index 9840d6b76bf..f9125d9cd9d 100644
--- a/translations/source/br/connectivity/source/drivers/mysql.po
+++ b/translations/source/br/connectivity/source/drivers/mysql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-19 10:07+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/connectivity/source/drivers/odbc.po b/translations/source/br/connectivity/source/drivers/odbc.po
index 35218f4d84e..2ad395a1c02 100644
--- a/translations/source/br/connectivity/source/drivers/odbc.po
+++ b/translations/source/br/connectivity/source/drivers/odbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:49+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/connectivity/source/drivers/postgresql.po b/translations/source/br/connectivity/source/drivers/postgresql.po
index cc073b6d611..d4cd9aebddd 100644
--- a/translations/source/br/connectivity/source/drivers/postgresql.po
+++ b/translations/source/br/connectivity/source/drivers/postgresql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-27 14:52+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -18,13 +18,3 @@ msgstr ""
#: postgresql.xcu#.Drivers.Installed.sdbc_postgresql__.DriverTypeDisplayName.value.text
msgid "PostgreSQL"
msgstr "PostgreSQL"
-
-#: description.xml#dispname.dispname.description.text
-msgid "PostgreSQL-SDBC Driver"
-msgstr "Stur PostgreSQL-SDBC"
-
-#: 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 ""
-"Ur stur eus ur stlennvon genidik mod PostgreSQL evit LibreOffice. Herrekoc'h eo, enframmet gant un doare lufr ha n'eus ket ezhomm staliañ ha kefluniañ ur stur mod JDBC pe ODBC en e gichen. Keverlec'h gant handelv PostgreSQL 8.4 ha nevesoc'h.\n"
-" "
diff --git a/translations/source/br/connectivity/source/resource.po b/translations/source/br/connectivity/source/resource.po
index d3e29904248..02704f1ec88 100644
--- a/translations/source/br/connectivity/source/resource.po
+++ b/translations/source/br/connectivity/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 20:33+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/cui/source/customize.po b/translations/source/br/cui/source/customize.po
index 4edf5c63f4b..f349cc8df03 100644
--- a/translations/source/br/cui/source/customize.po
+++ b/translations/source/br/cui/source/customize.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-01 11:35+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/cui/source/dialogs.po b/translations/source/br/cui/source/dialogs.po
index 0031454dad7..98e39bab075 100644
--- a/translations/source/br/cui/source/dialogs.po
+++ b/translations/source/br/cui/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-12 00:47+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/cui/source/options.po b/translations/source/br/cui/source/options.po
index 71b07afa674..abea8d02dcb 100644
--- a/translations/source/br/cui/source/options.po
+++ b/translations/source/br/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: 2012-01-30 11:10+0200\n"
-"PO-Revision-Date: 2011-12-16 16:30+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-25 01:04+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: optgenrl.src#RID_SFXPAGE_GENERAL.FT_COMPANY.fixedtext.text
@@ -1281,11 +1281,11 @@ msgstr "Nodrezhoù diazez (Kornog)"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.7.itemlist.text
msgid "Basic Fonts (Asian)"
-msgstr "Nodrezhoù diazez (Aziat)"
+msgstr "Nodrezhoù diazez (Azia)"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text
msgid "Basic Fonts (CTL)"
-msgstr "Nodrezhoù diazez (Skridoù o neuz kemplezh)"
+msgstr "Nodrezhoù diazez (Pajennaozañ kemplezh)"
#: 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"
@@ -1313,7 +1313,7 @@ msgstr "Leadell emgefreek"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.14.itemlist.text
msgid "Mail Merge E-mail"
-msgstr "Postel toueziet diwar ur bostelaoueg"
+msgstr "Postel mailing"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_ONLINEOPTIONS.1.itemlist.text
msgid "%PRODUCTNAME Writer/Web"
diff --git a/translations/source/br/cui/source/tabpages.po b/translations/source/br/cui/source/tabpages.po
index a64a56012b0..9c08f673d1b 100644
--- a/translations/source/br/cui/source/tabpages.po
+++ b/translations/source/br/cui/source/tabpages.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%2Ftabpages.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-21 19:30+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: macroass.src#RID_SVXPAGE_EVENTASSIGN.STR_EVENT.string.text
diff --git a/translations/source/br/dbaccess/source/core/resource.po b/translations/source/br/dbaccess/source/core/resource.po
index 2ab7c5e6855..3139b7e80dc 100644
--- a/translations/source/br/dbaccess/source/core/resource.po
+++ b/translations/source/br/dbaccess/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-22 16:17+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dbaccess/source/ext/adabas.po b/translations/source/br/dbaccess/source/ext/adabas.po
index c476cece420..7a4b865fa2d 100644
--- a/translations/source/br/dbaccess/source/ext/adabas.po
+++ b/translations/source/br/dbaccess/source/ext/adabas.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-25 23:07+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dbaccess/source/ext/macromigration.po b/translations/source/br/dbaccess/source/ext/macromigration.po
index f74645d60ef..db7a5c73dfe 100644
--- a/translations/source/br/dbaccess/source/ext/macromigration.po
+++ b/translations/source/br/dbaccess/source/ext/macromigration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-16 16:31+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dbaccess/source/sdbtools/resource.po b/translations/source/br/dbaccess/source/sdbtools/resource.po
index a3f7ab005b4..a348cdbd61f 100644
--- a/translations/source/br/dbaccess/source/sdbtools/resource.po
+++ b/translations/source/br/dbaccess/source/sdbtools/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-20 17:16+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dbaccess/source/ui/app.po b/translations/source/br/dbaccess/source/ui/app.po
index 5ea825bd1a3..9e23cf18ea0 100644
--- a/translations/source/br/dbaccess/source/ui/app.po
+++ b/translations/source/br/dbaccess/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 20:59+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dbaccess/source/ui/browser.po b/translations/source/br/dbaccess/source/ui/browser.po
index bbb6c7daec3..06fb805f72d 100644
--- a/translations/source/br/dbaccess/source/ui/browser.po
+++ b/translations/source/br/dbaccess/source/ui/browser.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-01 16:34+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dbaccess/source/ui/control.po b/translations/source/br/dbaccess/source/ui/control.po
index 3a112c5fdb2..27d55147391 100644
--- a/translations/source/br/dbaccess/source/ui/control.po
+++ b/translations/source/br/dbaccess/source/ui/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-06 00:41+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dbaccess/source/ui/dlg.po b/translations/source/br/dbaccess/source/ui/dlg.po
index d845f2d1cdb..ea477b9468c 100644
--- a/translations/source/br/dbaccess/source/ui/dlg.po
+++ b/translations/source/br/dbaccess/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-16 16:31+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dbaccess/source/ui/inc.po b/translations/source/br/dbaccess/source/ui/inc.po
index 22f056d29cd..9532908b32a 100644
--- a/translations/source/br/dbaccess/source/ui/inc.po
+++ b/translations/source/br/dbaccess/source/ui/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:49+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dbaccess/source/ui/misc.po b/translations/source/br/dbaccess/source/ui/misc.po
index 13ce17f2955..4f826986350 100644
--- a/translations/source/br/dbaccess/source/ui/misc.po
+++ b/translations/source/br/dbaccess/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-09-04 23:44+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dbaccess/source/ui/querydesign.po b/translations/source/br/dbaccess/source/ui/querydesign.po
index 3e8da85e0da..5a98ecb95b4 100644
--- a/translations/source/br/dbaccess/source/ui/querydesign.po
+++ b/translations/source/br/dbaccess/source/ui/querydesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-01 16:35+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dbaccess/source/ui/relationdesign.po b/translations/source/br/dbaccess/source/ui/relationdesign.po
index e031859cbd8..83ce33e5a40 100644
--- a/translations/source/br/dbaccess/source/ui/relationdesign.po
+++ b/translations/source/br/dbaccess/source/ui/relationdesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-16 16:33+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dbaccess/source/ui/tabledesign.po b/translations/source/br/dbaccess/source/ui/tabledesign.po
index 30eb59ffa75..4f4f7253ade 100644
--- a/translations/source/br/dbaccess/source/ui/tabledesign.po
+++ b/translations/source/br/dbaccess/source/ui/tabledesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-01 16:36+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dbaccess/source/ui/uno.po b/translations/source/br/dbaccess/source/ui/uno.po
index d69fc5c0692..6a4c0e40b84 100644
--- a/translations/source/br/dbaccess/source/ui/uno.po
+++ b/translations/source/br/dbaccess/source/ui/uno.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-22 15:47+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/desktop/source/app.po b/translations/source/br/desktop/source/app.po
index 144878e1cf0..46298c52b23 100644
--- a/translations/source/br/desktop/source/app.po
+++ b/translations/source/br/desktop/source/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-12 01:19+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/desktop/source/deployment/gui.po b/translations/source/br/desktop/source/deployment/gui.po
index 861f152d806..1684c3a4243 100644
--- a/translations/source/br/desktop/source/deployment/gui.po
+++ b/translations/source/br/desktop/source/deployment/gui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-16 16:34+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/desktop/source/deployment/manager.po b/translations/source/br/desktop/source/deployment/manager.po
index 0ef825f60c3..7432048403a 100644
--- a/translations/source/br/desktop/source/deployment/manager.po
+++ b/translations/source/br/desktop/source/deployment/manager.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:49+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/desktop/source/deployment/misc.po b/translations/source/br/desktop/source/deployment/misc.po
index 3e4916634c0..7c0be0caab6 100644
--- a/translations/source/br/desktop/source/deployment/misc.po
+++ b/translations/source/br/desktop/source/deployment/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-27 14:56+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/desktop/source/deployment/registry.po b/translations/source/br/desktop/source/deployment/registry.po
index 25dca119ae4..32dd1a1641f 100644
--- a/translations/source/br/desktop/source/deployment/registry.po
+++ b/translations/source/br/desktop/source/deployment/registry.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-27 14:56+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/desktop/source/deployment/registry/component.po b/translations/source/br/desktop/source/deployment/registry/component.po
index bb28c724ca7..064f3c87dbe 100644
--- a/translations/source/br/desktop/source/deployment/registry/component.po
+++ b/translations/source/br/desktop/source/deployment/registry/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-19 10:14+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/desktop/source/deployment/registry/configuration.po b/translations/source/br/desktop/source/deployment/registry/configuration.po
index ae7718a62d1..293c755f117 100644
--- a/translations/source/br/desktop/source/deployment/registry/configuration.po
+++ b/translations/source/br/desktop/source/deployment/registry/configuration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:49+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/desktop/source/deployment/registry/help.po b/translations/source/br/desktop/source/deployment/registry/help.po
index bc38f8d8a9e..6ed8dd8554a 100644
--- a/translations/source/br/desktop/source/deployment/registry/help.po
+++ b/translations/source/br/desktop/source/deployment/registry/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-09-04 23:50+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/desktop/source/deployment/registry/package.po b/translations/source/br/desktop/source/deployment/registry/package.po
index 858f3b95bae..10b17a31bfe 100644
--- a/translations/source/br/desktop/source/deployment/registry/package.po
+++ b/translations/source/br/desktop/source/deployment/registry/package.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:49+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/desktop/source/deployment/registry/script.po b/translations/source/br/desktop/source/deployment/registry/script.po
index 8129ed5f8fa..d155b08a3ee 100644
--- a/translations/source/br/desktop/source/deployment/registry/script.po
+++ b/translations/source/br/desktop/source/deployment/registry/script.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:49+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/desktop/source/deployment/registry/sfwk.po b/translations/source/br/desktop/source/deployment/registry/sfwk.po
index 1bc998e7c72..d507705b57b 100644
--- a/translations/source/br/desktop/source/deployment/registry/sfwk.po
+++ b/translations/source/br/desktop/source/deployment/registry/sfwk.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:49+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/desktop/source/deployment/unopkg.po b/translations/source/br/desktop/source/deployment/unopkg.po
index e995ed55c18..fcdad1c2999 100644
--- a/translations/source/br/desktop/source/deployment/unopkg.po
+++ b/translations/source/br/desktop/source/deployment/unopkg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-20 17:16+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/af_ZA.po b/translations/source/br/dictionaries/af_ZA.po
index ae83df79506..462b529d904 100644
--- a/translations/source/br/dictionaries/af_ZA.po
+++ b/translations/source/br/dictionaries/af_ZA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-11 22:46+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/an_ES.po b/translations/source/br/dictionaries/an_ES.po
index afeac43279e..47bed005745 100644
--- a/translations/source/br/dictionaries/an_ES.po
+++ b/translations/source/br/dictionaries/an_ES.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fan_ES.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-16 16:35+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/ar.po b/translations/source/br/dictionaries/ar.po
index 2ce986c44ad..32fc93b4ff2 100644
--- a/translations/source/br/dictionaries/ar.po
+++ b/translations/source/br/dictionaries/ar.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-15 14:02+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/be_BY.po b/translations/source/br/dictionaries/be_BY.po
index 6960b5e87bc..4b2dd0b6db0 100644
--- a/translations/source/br/dictionaries/be_BY.po
+++ b/translations/source/br/dictionaries/be_BY.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-27 14:58+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/bg_BG.po b/translations/source/br/dictionaries/bg_BG.po
index e0eb79f7e95..40988e8cc0f 100644
--- a/translations/source/br/dictionaries/bg_BG.po
+++ b/translations/source/br/dictionaries/bg_BG.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-15 14:03+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/bn_BD.po b/translations/source/br/dictionaries/bn_BD.po
index 3ea6b5d4721..66aab3c9ca3 100644
--- a/translations/source/br/dictionaries/bn_BD.po
+++ b/translations/source/br/dictionaries/bn_BD.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-15 14:04+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/br_FR.po b/translations/source/br/dictionaries/br_FR.po
index 0f83490b772..13a32752905 100644
--- a/translations/source/br/dictionaries/br_FR.po
+++ b/translations/source/br/dictionaries/br_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 22:48+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/ca.po b/translations/source/br/dictionaries/ca.po
index 22887290ca6..5bfca1e0810 100644
--- a/translations/source/br/dictionaries/ca.po
+++ b/translations/source/br/dictionaries/ca.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-11 22:48+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/cs_CZ.po b/translations/source/br/dictionaries/cs_CZ.po
index 99a1c1b2e90..433b6b2fcc8 100644
--- a/translations/source/br/dictionaries/cs_CZ.po
+++ b/translations/source/br/dictionaries/cs_CZ.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-15 14:04+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/da_DK.po b/translations/source/br/dictionaries/da_DK.po
index ed3de4332ac..dd857106d4d 100644
--- a/translations/source/br/dictionaries/da_DK.po
+++ b/translations/source/br/dictionaries/da_DK.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-15 14:04+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/de.po b/translations/source/br/dictionaries/de.po
index 77be881d449..f3aa77ecaa2 100644
--- a/translations/source/br/dictionaries/de.po
+++ b/translations/source/br/dictionaries/de.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-15 14:05+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/el_GR.po b/translations/source/br/dictionaries/el_GR.po
index fda6d8ea07c..456ee034c45 100644
--- a/translations/source/br/dictionaries/el_GR.po
+++ b/translations/source/br/dictionaries/el_GR.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-27 14:58+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/en.po b/translations/source/br/dictionaries/en.po
index 7ce3a1e12e2..75d089f87a1 100644
--- a/translations/source/br/dictionaries/en.po
+++ b/translations/source/br/dictionaries/en.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-16 16:36+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/en/dialog.po b/translations/source/br/dictionaries/en/dialog.po
index a46e4464718..a9299666b75 100644
--- a/translations/source/br/dictionaries/en/dialog.po
+++ b/translations/source/br/dictionaries/en/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 19:09+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/es_ES.po b/translations/source/br/dictionaries/es_ES.po
index 03909fb97f8..7cdb6e9bd45 100644
--- a/translations/source/br/dictionaries/es_ES.po
+++ b/translations/source/br/dictionaries/es_ES.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-15 14:07+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/et_EE.po b/translations/source/br/dictionaries/et_EE.po
index 9e1b96032a9..30387fa3a49 100644
--- a/translations/source/br/dictionaries/et_EE.po
+++ b/translations/source/br/dictionaries/et_EE.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-15 14:07+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/fr_FR.po b/translations/source/br/dictionaries/fr_FR.po
index 82274200ed5..24ec0bbbde2 100644
--- a/translations/source/br/dictionaries/fr_FR.po
+++ b/translations/source/br/dictionaries/fr_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-15 14:07+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/gd_GB.po b/translations/source/br/dictionaries/gd_GB.po
index 15e91da977c..226122d04e5 100644
--- a/translations/source/br/dictionaries/gd_GB.po
+++ b/translations/source/br/dictionaries/gd_GB.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-27 14:59+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/gl.po b/translations/source/br/dictionaries/gl.po
index 92d57c20a76..92e47df06a6 100644
--- a/translations/source/br/dictionaries/gl.po
+++ b/translations/source/br/dictionaries/gl.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-15 14:07+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/gu_IN.po b/translations/source/br/dictionaries/gu_IN.po
index e18cebe1cb9..ca5e39a96ff 100644
--- a/translations/source/br/dictionaries/gu_IN.po
+++ b/translations/source/br/dictionaries/gu_IN.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-15 14:08+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/he_IL.po b/translations/source/br/dictionaries/he_IL.po
index 128b91b0ae2..789f12a26f2 100644
--- a/translations/source/br/dictionaries/he_IL.po
+++ b/translations/source/br/dictionaries/he_IL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-15 14:08+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/hi_IN.po b/translations/source/br/dictionaries/hi_IN.po
index fcf970a93d0..77fd7775d0e 100644
--- a/translations/source/br/dictionaries/hi_IN.po
+++ b/translations/source/br/dictionaries/hi_IN.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-15 14:08+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/hr_HR.po b/translations/source/br/dictionaries/hr_HR.po
index db35f049508..3f8e63bc46b 100644
--- a/translations/source/br/dictionaries/hr_HR.po
+++ b/translations/source/br/dictionaries/hr_HR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-15 14:08+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/hu_HU.po b/translations/source/br/dictionaries/hu_HU.po
index 06a8c186e8a..a31a17a3052 100644
--- a/translations/source/br/dictionaries/hu_HU.po
+++ b/translations/source/br/dictionaries/hu_HU.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-18 16:00+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/hu_HU/dialog.po b/translations/source/br/dictionaries/hu_HU/dialog.po
index 4ac7940d9b6..a30251fe0cd 100644
--- a/translations/source/br/dictionaries/hu_HU/dialog.po
+++ b/translations/source/br/dictionaries/hu_HU/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-20 17:40+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/it_IT.po b/translations/source/br/dictionaries/it_IT.po
index 1fa9c1e7415..5b7a66b8958 100644
--- a/translations/source/br/dictionaries/it_IT.po
+++ b/translations/source/br/dictionaries/it_IT.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-15 14:09+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/ku_TR.po b/translations/source/br/dictionaries/ku_TR.po
index ab4a2f78006..03858f89a08 100644
--- a/translations/source/br/dictionaries/ku_TR.po
+++ b/translations/source/br/dictionaries/ku_TR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-15 14:09+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/lt_LT.po b/translations/source/br/dictionaries/lt_LT.po
index cf48ec17456..073a581094f 100644
--- a/translations/source/br/dictionaries/lt_LT.po
+++ b/translations/source/br/dictionaries/lt_LT.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-15 14:10+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/lv_LV.po b/translations/source/br/dictionaries/lv_LV.po
index 58e68c27720..c7c78e0c626 100644
--- a/translations/source/br/dictionaries/lv_LV.po
+++ b/translations/source/br/dictionaries/lv_LV.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-15 14:10+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/ne_NP.po b/translations/source/br/dictionaries/ne_NP.po
index 8f99723bd0b..bea74267634 100644
--- a/translations/source/br/dictionaries/ne_NP.po
+++ b/translations/source/br/dictionaries/ne_NP.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-15 14:10+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/nl_NL.po b/translations/source/br/dictionaries/nl_NL.po
index 9c19da6de43..232f08ed48e 100644
--- a/translations/source/br/dictionaries/nl_NL.po
+++ b/translations/source/br/dictionaries/nl_NL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-15 14:11+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/no.po b/translations/source/br/dictionaries/no.po
index ed5b6930695..0c30ddd7ec4 100644
--- a/translations/source/br/dictionaries/no.po
+++ b/translations/source/br/dictionaries/no.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-15 14:11+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/oc_FR.po b/translations/source/br/dictionaries/oc_FR.po
index c51619ca391..49d5ec8a962 100644
--- a/translations/source/br/dictionaries/oc_FR.po
+++ b/translations/source/br/dictionaries/oc_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-15 14:12+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/pl_PL.po b/translations/source/br/dictionaries/pl_PL.po
index 1538635fb7e..dd29e7bd4b9 100644
--- a/translations/source/br/dictionaries/pl_PL.po
+++ b/translations/source/br/dictionaries/pl_PL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-15 14:12+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/pt_BR.po b/translations/source/br/dictionaries/pt_BR.po
index 6db9a53d184..9bc3f98f27a 100644
--- a/translations/source/br/dictionaries/pt_BR.po
+++ b/translations/source/br/dictionaries/pt_BR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-15 14:13+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/pt_PT.po b/translations/source/br/dictionaries/pt_PT.po
index e35bd7e68b3..ee59cf70611 100644
--- a/translations/source/br/dictionaries/pt_PT.po
+++ b/translations/source/br/dictionaries/pt_PT.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-15 14:13+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/ro.po b/translations/source/br/dictionaries/ro.po
index d5beea5a0f8..38dec23fb36 100644
--- a/translations/source/br/dictionaries/ro.po
+++ b/translations/source/br/dictionaries/ro.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-15 14:13+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/ru_RU.po b/translations/source/br/dictionaries/ru_RU.po
index 869a01aa60d..e1c7fa57373 100644
--- a/translations/source/br/dictionaries/ru_RU.po
+++ b/translations/source/br/dictionaries/ru_RU.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 19:10+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/ru_RU/dialog.po b/translations/source/br/dictionaries/ru_RU/dialog.po
index dbeeacbaad0..4abf9c82617 100644
--- a/translations/source/br/dictionaries/ru_RU/dialog.po
+++ b/translations/source/br/dictionaries/ru_RU/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 19:17+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/si_LK.po b/translations/source/br/dictionaries/si_LK.po
index 5b7aa2fad7f..d06adf87e03 100644
--- a/translations/source/br/dictionaries/si_LK.po
+++ b/translations/source/br/dictionaries/si_LK.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fsi_LK.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-18 16:19+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/sk_SK.po b/translations/source/br/dictionaries/sk_SK.po
index 6febca7d15c..bad70bd248f 100644
--- a/translations/source/br/dictionaries/sk_SK.po
+++ b/translations/source/br/dictionaries/sk_SK.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-15 14:14+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/sl_SI.po b/translations/source/br/dictionaries/sl_SI.po
index 52fbe917fff..e02f98dff81 100644
--- a/translations/source/br/dictionaries/sl_SI.po
+++ b/translations/source/br/dictionaries/sl_SI.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-15 14:14+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/sr.po b/translations/source/br/dictionaries/sr.po
index cd058ead29e..e01b5107bc9 100644
--- a/translations/source/br/dictionaries/sr.po
+++ b/translations/source/br/dictionaries/sr.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-15 14:14+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/sv_SE.po b/translations/source/br/dictionaries/sv_SE.po
index f3be6c69ba9..73be183d346 100644
--- a/translations/source/br/dictionaries/sv_SE.po
+++ b/translations/source/br/dictionaries/sv_SE.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-15 14:15+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/sw_TZ.po b/translations/source/br/dictionaries/sw_TZ.po
index 756f9290b56..8b93f6f23c9 100644
--- a/translations/source/br/dictionaries/sw_TZ.po
+++ b/translations/source/br/dictionaries/sw_TZ.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-15 14:15+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/te_IN.po b/translations/source/br/dictionaries/te_IN.po
index 680a349e418..37888b3a284 100644
--- a/translations/source/br/dictionaries/te_IN.po
+++ b/translations/source/br/dictionaries/te_IN.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-27 14:59+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/th_TH.po b/translations/source/br/dictionaries/th_TH.po
index f6261343a5b..8cdfe5eefae 100644
--- a/translations/source/br/dictionaries/th_TH.po
+++ b/translations/source/br/dictionaries/th_TH.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-15 14:15+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/uk_UA.po b/translations/source/br/dictionaries/uk_UA.po
index 4a19b0c2dd2..1ce714c354e 100644
--- a/translations/source/br/dictionaries/uk_UA.po
+++ b/translations/source/br/dictionaries/uk_UA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-15 14:16+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/vi.po b/translations/source/br/dictionaries/vi.po
index 50a6ab14621..3b0fa25d0ea 100644
--- a/translations/source/br/dictionaries/vi.po
+++ b/translations/source/br/dictionaries/vi.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-15 14:16+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/dictionaries/zu_ZA.po b/translations/source/br/dictionaries/zu_ZA.po
index 442fdbb0626..9c443c9db48 100644
--- a/translations/source/br/dictionaries/zu_ZA.po
+++ b/translations/source/br/dictionaries/zu_ZA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-15 14:16+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/editeng/source/accessibility.po b/translations/source/br/editeng/source/accessibility.po
index ac7a98c353a..d943e0dfc2d 100644
--- a/translations/source/br/editeng/source/accessibility.po
+++ b/translations/source/br/editeng/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:49+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/editeng/source/editeng.po b/translations/source/br/editeng/source/editeng.po
index 5e956c01989..77d370972df 100644
--- a/translations/source/br/editeng/source/editeng.po
+++ b/translations/source/br/editeng/source/editeng.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 21:01+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/editeng/source/items.po b/translations/source/br/editeng/source/items.po
index c9dfa5c521a..5ac1afc3fcd 100644
--- a/translations/source/br/editeng/source/items.po
+++ b/translations/source/br/editeng/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-12 01:18+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/editeng/source/misc.po b/translations/source/br/editeng/source/misc.po
index 8bf3808b8c0..cef548bc4d1 100644
--- a/translations/source/br/editeng/source/misc.po
+++ b/translations/source/br/editeng/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:49+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/editeng/source/outliner.po b/translations/source/br/editeng/source/outliner.po
index 89431d7ce9f..2d0d506468a 100644
--- a/translations/source/br/editeng/source/outliner.po
+++ b/translations/source/br/editeng/source/outliner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:49+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/extensions/source/abpilot.po b/translations/source/br/extensions/source/abpilot.po
index 04cdce52ade..d5476c544c8 100644
--- a/translations/source/br/extensions/source/abpilot.po
+++ b/translations/source/br/extensions/source/abpilot.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-12 00:54+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/extensions/source/bibliography.po b/translations/source/br/extensions/source/bibliography.po
index 34b1144802c..c3416d61772 100644
--- a/translations/source/br/extensions/source/bibliography.po
+++ b/translations/source/br/extensions/source/bibliography.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-01 16:37+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/extensions/source/dbpilots.po b/translations/source/br/extensions/source/dbpilots.po
index 40420ffbb2b..65dc8ed6de5 100644
--- a/translations/source/br/extensions/source/dbpilots.po
+++ b/translations/source/br/extensions/source/dbpilots.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-01 16:37+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/extensions/source/propctrlr.po b/translations/source/br/extensions/source/propctrlr.po
index 718934792ac..4b5c9c12200 100644
--- a/translations/source/br/extensions/source/propctrlr.po
+++ b/translations/source/br/extensions/source/propctrlr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-01 15:05+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/extensions/source/scanner.po b/translations/source/br/extensions/source/scanner.po
index 89d4e7139e7..a6671385d93 100644
--- a/translations/source/br/extensions/source/scanner.po
+++ b/translations/source/br/extensions/source/scanner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-01 11:11+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/extensions/source/update/check.po b/translations/source/br/extensions/source/update/check.po
index 5755602e457..005bc19c0e0 100644
--- a/translations/source/br/extensions/source/update/check.po
+++ b/translations/source/br/extensions/source/update/check.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 19:57+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/filter/source/config/fragments/filters.po b/translations/source/br/filter/source/config/fragments/filters.po
index a2f9866ddee..123f08f006b 100644
--- a/translations/source/br/filter/source/config/fragments/filters.po
+++ b/translations/source/br/filter/source/config/fragments/filters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-15 12:24+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/filter/source/config/fragments/internalgraphicfilters.po b/translations/source/br/filter/source/config/fragments/internalgraphicfilters.po
index afc3ebd23fc..d845ec73f32 100644
--- a/translations/source/br/filter/source/config/fragments/internalgraphicfilters.po
+++ b/translations/source/br/filter/source/config/fragments/internalgraphicfilters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:49+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/filter/source/config/fragments/types.po b/translations/source/br/filter/source/config/fragments/types.po
index 5fe55813012..d4f950661e7 100644
--- a/translations/source/br/filter/source/config/fragments/types.po
+++ b/translations/source/br/filter/source/config/fragments/types.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-29 08:46+0200\n"
"Last-Translator: DenisArnaud <denisarnuad@yahoo.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/filter/source/flash.po b/translations/source/br/filter/source/flash.po
index eca94a8a385..7ec55b527b0 100644
--- a/translations/source/br/filter/source/flash.po
+++ b/translations/source/br/filter/source/flash.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:49+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/filter/source/graphicfilter/eps.po b/translations/source/br/filter/source/graphicfilter/eps.po
index 0a0909d6e36..59d233a4288 100644
--- a/translations/source/br/filter/source/graphicfilter/eps.po
+++ b/translations/source/br/filter/source/graphicfilter/eps.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-01 16:53+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/filter/source/pdf.po b/translations/source/br/filter/source/pdf.po
index ac78e478bc2..1d30bfca916 100644
--- a/translations/source/br/filter/source/pdf.po
+++ b/translations/source/br/filter/source/pdf.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-07 01:26+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/filter/source/t602.po b/translations/source/br/filter/source/t602.po
index 794496c5189..4550a6f890a 100644
--- a/translations/source/br/filter/source/t602.po
+++ b/translations/source/br/filter/source/t602.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-19 17:12+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/filter/source/xsltdialog.po b/translations/source/br/filter/source/xsltdialog.po
index f813cd1482f..60997a1d76a 100644
--- a/translations/source/br/filter/source/xsltdialog.po
+++ b/translations/source/br/filter/source/xsltdialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-14 17:17+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/forms/source/resource.po b/translations/source/br/forms/source/resource.po
index 65abef87776..0bdcfa9fdab 100644
--- a/translations/source/br/forms/source/resource.po
+++ b/translations/source/br/forms/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-20 15:58+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/formula/source/core/resource.po b/translations/source/br/formula/source/core/resource.po
index fde25ac21e3..b96d2429eca 100644
--- a/translations/source/br/formula/source/core/resource.po
+++ b/translations/source/br/formula/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-16 16:42+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/formula/source/ui/dlg.po b/translations/source/br/formula/source/ui/dlg.po
index 15e8260b2cf..65bed99eb81 100644
--- a/translations/source/br/formula/source/ui/dlg.po
+++ b/translations/source/br/formula/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:49+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/fpicker/source/office.po b/translations/source/br/fpicker/source/office.po
index 49e647483cd..cd800f07e67 100644
--- a/translations/source/br/fpicker/source/office.po
+++ b/translations/source/br/fpicker/source/office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-20 15:44+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/framework/source/classes.po b/translations/source/br/framework/source/classes.po
index e7747e29c15..82eff9db053 100644
--- a/translations/source/br/framework/source/classes.po
+++ b/translations/source/br/framework/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-08 14:31+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/framework/source/services.po b/translations/source/br/framework/source/services.po
index 6a058d3ecd3..09d783b9ab7 100644
--- a/translations/source/br/framework/source/services.po
+++ b/translations/source/br/framework/source/services.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:49+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/instsetoo_native/inc_openoffice/windows/msi_languages.po b/translations/source/br/instsetoo_native/inc_openoffice/windows/msi_languages.po
index f540c88bf63..1725ee1b2af 100644
--- a/translations/source/br/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/translations/source/br/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-27 15:03+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/mysqlc/source.po b/translations/source/br/mysqlc/source.po
index 27fb42a031a..c67f82c87c2 100644
--- a/translations/source/br/mysqlc/source.po
+++ b/translations/source/br/mysqlc/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-01 11:19+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/translations/source/br/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index 562351d6b4a..ce2785cb7fd 100644
--- a/translations/source/br/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/translations/source/br/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:49+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/translations/source/br/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
index 5ec1f06afdf..11e773d9a87 100644
--- a/translations/source/br/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
+++ b/translations/source/br/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fhelp%2Fen%2Fcom.sun.star.comp.Calc.NLPSolver.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-25 23:07+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/translations/source/br/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
index 17fad404cd5..09da556c107 100644
--- a/translations/source/br/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
+++ b/translations/source/br/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fsrc%2Fcom%2Fsun%2Fstar%2Fcomp%2FCalc%2FNLPSolver.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-24 17:43+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/nlpsolver/src/locale.po b/translations/source/br/nlpsolver/src/locale.po
index 5c9ab85e447..a8f837084fe 100644
--- a/translations/source/br/nlpsolver/src/locale.po
+++ b/translations/source/br/nlpsolver/src/locale.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fsrc%2Flocale.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-25 23:03+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/officecfg/registry/data/org/openoffice/Office.po b/translations/source/br/officecfg/registry/data/org/openoffice/Office.po
index ab88dd5c62e..42ab92effa1 100644
--- a/translations/source/br/officecfg/registry/data/org/openoffice/Office.po
+++ b/translations/source/br/officecfg/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-28 13:59+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/officecfg/registry/data/org/openoffice/Office/UI.po b/translations/source/br/officecfg/registry/data/org/openoffice/Office/UI.po
index 68daa2d4128..8a24a9dac73 100644
--- a/translations/source/br/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/br/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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-11 16:12+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-25 01:05+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: WriterReportWindowState.xcu#..WriterReportWindowState.UIElements.States.private_resource/toolbar/standardbar.UIName.value.text
@@ -8150,6 +8150,10 @@ msgstr "D~ezvad an hentenn euvriñ"
msgid "Optio~n Bar"
msgstr "Barrenn dibarzhi~où"
+#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_SendFeedback.Label.value.text
+msgid "Send Feedback..."
+msgstr "Kas evezhiadennoù..."
+
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_ShowLicense.Label.value.text
msgid "License Information..."
msgstr "Titouroù al lañvaz..."
diff --git a/translations/source/br/padmin/source.po b/translations/source/br/padmin/source.po
index ee05a9d7665..10580fc6606 100644
--- a/translations/source/br/padmin/source.po
+++ b/translations/source/br/padmin/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-01 16:38+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/readlicense_oo/docs/readme.po b/translations/source/br/readlicense_oo/docs/readme.po
index d72ba94c35e..7e2d05c1f20 100644
--- a/translations/source/br/readlicense_oo/docs/readme.po
+++ b/translations/source/br/readlicense_oo/docs/readme.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+readlicense_oo%2Fdocs%2Freadme.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-12 01:11+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-25 01:06+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: readme.xrm#Welcome.Welcome.readmeitem.text
@@ -248,7 +248,7 @@ msgstr "Klikit a-zehou war ar c'havlec'hiad ha dibabit \"Digeriñ en un dermenel
#: readme.xrm#rpminstall5.rpminstall5.readmeitem.text
msgctxt "readme.xrm#rpminstall5.rpminstall5.readmeitem.text"
msgid "For Fedora-based systems: su -c 'yum install *.rpm'"
-msgstr "Evit reizhiadoù mod Fedora : su -c 'yum install *redhat*.rpm'"
+msgstr "Evit reizhiadoù mod Fedora : su -c 'yum install *freedesktop*.rpm'"
#: readme.xrm#rpminstall6.rpminstall6.readmeitem.text
msgctxt "readme.xrm#rpminstall6.rpminstall6.readmeitem.text"
@@ -273,16 +273,20 @@ msgid "Now run the installation command again:"
msgstr "Bremañ erounezit an arc'had staliañ en-dro :"
#: readme.xrm#rpminstallB.rpminstallB.readmeitem.text
-msgid "For Fedora-based systems: su -c 'yum install *redhat*.rpm'"
-msgstr "Evit reizhiadoù mod Fedora : su -c 'yum install *redhat*.rpm'"
+msgid "For Fedora-based systems: su -c 'yum install *freedesktop*.rpm'"
+msgstr "Evit reizhiadoù mod Fedora : su -c 'yum install *freedesktop*.rpm'"
#: readme.xrm#rpminstallC.rpminstallC.readmeitem.text
msgid "For Mandriva-based systems: sudo urpmi *mandriva*.rpm"
msgstr "Evit ar reizhiadoù diazezet war Mandriva : sudo urpmi *mandriva*.rpm"
+#: readme.xrm#rpminstallF.rpminstallF.readmeitem.text
+msgid "For SUSE-based systems: rpm -Uvh *suse*.rpm"
+msgstr "Evit ar reizhiadoù diazezet war SUSE : rpm -Uvh *suse*.rpm"
+
#: readme.xrm#rpminstallD.rpminstallD.readmeitem.text
-msgid "For other RPM-based systems (Suse, etc.): rpm -Uvh *suse*.rpm"
-msgstr "Evit ar reizhiadoù all diazezet war RPM (Suse, etc.) : rpm -Uvh *suse*.rpm"
+msgid "For other RPM-based systems: rpm -Uvh *freedesktop*.rpm"
+msgstr "Evit ar reizhiadoù all diazezet war RPM : rpm -Uvh *freedesktop*.rpm"
#: readme.xrm#rpminstallE.rpminstallE.readmeitem.text
msgctxt "readme.xrm#rpminstallE.rpminstallE.readmeitem.text"
@@ -332,7 +336,7 @@ msgstr "Evit ar reizhiadoù diazezet war Debian/Ubuntu : sudo dpkg -i *.deb"
#: readme.xrm#linuxlangpack7.linuxlangpack7.readmeitem.text
msgctxt "readme.xrm#linuxlangpack7.linuxlangpack7.readmeitem.text"
msgid "For Fedora-based systems: su -c 'yum install *.rpm'"
-msgstr "Evit ar reizhiadoù diazezet war Fedora : su -c 'yum install *redhat*.rpm'"
+msgstr "Evit ar reizhiadoù diazezet war Fedora : su -c 'yum install *freedesktop*.rpm'"
#: readme.xrm#linuxlangpack8.linuxlangpack8.readmeitem.text
msgctxt "readme.xrm#linuxlangpack8.linuxlangpack8.readmeitem.text"
diff --git a/translations/source/br/reportbuilder/java/com/sun/star/report/function/metadata.po b/translations/source/br/reportbuilder/java/com/sun/star/report/function/metadata.po
index 08fd9fb3e57..baef6a809f1 100644
--- a/translations/source/br/reportbuilder/java/com/sun/star/report/function/metadata.po
+++ b/translations/source/br/reportbuilder/java/com/sun/star/report/function/metadata.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fjava%2Fcom%2Fsun%2Fstar%2Freport%2Ffunction%2Fmetadata.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-17 21:02+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/reportbuilder/registry/data/org/openoffice/Office.po b/translations/source/br/reportbuilder/registry/data/org/openoffice/Office.po
index 5ff326e2dbf..0a5162e4c7a 100644
--- a/translations/source/br/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/translations/source/br/reportbuilder/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:50+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/reportbuilder/registry/data/org/openoffice/Office/UI.po b/translations/source/br/reportbuilder/registry/data/org/openoffice/Office/UI.po
index e9288b53c16..d733b75d798 100644
--- a/translations/source/br/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/br/reportbuilder/registry/data/org/openoffice/Office/UI.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 23:03+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/translations/source/br/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index 562eb9d66af..8107f162358 100644
--- a/translations/source/br/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/translations/source/br/reportbuilder/registry/data/org/openoffice/TypeDetection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:50+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/reportbuilder/util.po b/translations/source/br/reportbuilder/util.po
index b93a5b3b056..d1d3d8709cc 100644
--- a/translations/source/br/reportbuilder/util.po
+++ b/translations/source/br/reportbuilder/util.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-14 17:24+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/reportdesign/source/core/resource.po b/translations/source/br/reportdesign/source/core/resource.po
index 553aec84b33..a7d915016a4 100644
--- a/translations/source/br/reportdesign/source/core/resource.po
+++ b/translations/source/br/reportdesign/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:50+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/reportdesign/source/ui/dlg.po b/translations/source/br/reportdesign/source/ui/dlg.po
index 79b97ca0b84..40d12b86a2e 100644
--- a/translations/source/br/reportdesign/source/ui/dlg.po
+++ b/translations/source/br/reportdesign/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 15:48+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/reportdesign/source/ui/inspection.po b/translations/source/br/reportdesign/source/ui/inspection.po
index 4808572cd10..758edbab911 100644
--- a/translations/source/br/reportdesign/source/ui/inspection.po
+++ b/translations/source/br/reportdesign/source/ui/inspection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-12 00:42+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/reportdesign/source/ui/report.po b/translations/source/br/reportdesign/source/ui/report.po
index 0dbe4c09dae..6bc7e02328c 100644
--- a/translations/source/br/reportdesign/source/ui/report.po
+++ b/translations/source/br/reportdesign/source/ui/report.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-20 00:44+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sc/source/core/src.po b/translations/source/br/sc/source/core/src.po
index f287d5a13f9..fd5490e73aa 100644
--- a/translations/source/br/sc/source/core/src.po
+++ b/translations/source/br/sc/source/core/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:50+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sc/source/ui/cctrl.po b/translations/source/br/sc/source/ui/cctrl.po
index fc9bedcc2a7..e74d7545096 100644
--- a/translations/source/br/sc/source/ui/cctrl.po
+++ b/translations/source/br/sc/source/ui/cctrl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:50+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sc/source/ui/dbgui.po b/translations/source/br/sc/source/ui/dbgui.po
index a8b9672e53b..00155429ef8 100644
--- a/translations/source/br/sc/source/ui/dbgui.po
+++ b/translations/source/br/sc/source/ui/dbgui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-15 14:17+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sc/source/ui/docshell.po b/translations/source/br/sc/source/ui/docshell.po
index 65632500c7e..7121bb01b0a 100644
--- a/translations/source/br/sc/source/ui/docshell.po
+++ b/translations/source/br/sc/source/ui/docshell.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:50+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sc/source/ui/drawfunc.po b/translations/source/br/sc/source/ui/drawfunc.po
index 2e5ecdc9525..f13089ef38c 100644
--- a/translations/source/br/sc/source/ui/drawfunc.po
+++ b/translations/source/br/sc/source/ui/drawfunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-09-21 15:11+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sc/source/ui/formdlg.po b/translations/source/br/sc/source/ui/formdlg.po
index 2c3630ccfa4..0bcf1e0613c 100644
--- a/translations/source/br/sc/source/ui/formdlg.po
+++ b/translations/source/br/sc/source/ui/formdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:50+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sc/source/ui/miscdlgs.po b/translations/source/br/sc/source/ui/miscdlgs.po
index 332909ebc47..088b7319e22 100644
--- a/translations/source/br/sc/source/ui/miscdlgs.po
+++ b/translations/source/br/sc/source/ui/miscdlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-27 15:09+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sc/source/ui/navipi.po b/translations/source/br/sc/source/ui/navipi.po
index 61d288e723a..eb643041ead 100644
--- a/translations/source/br/sc/source/ui/navipi.po
+++ b/translations/source/br/sc/source/ui/navipi.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-27 15:10+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sc/source/ui/pagedlg.po b/translations/source/br/sc/source/ui/pagedlg.po
index 293e383bb83..6f9a869ec96 100644
--- a/translations/source/br/sc/source/ui/pagedlg.po
+++ b/translations/source/br/sc/source/ui/pagedlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-22 15:48+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sc/source/ui/src.po b/translations/source/br/sc/source/ui/src.po
index 7e29e6e81c8..fa332bc1b7b 100644
--- a/translations/source/br/sc/source/ui/src.po
+++ b/translations/source/br/sc/source/ui/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-12 00:59+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sc/source/ui/styleui.po b/translations/source/br/sc/source/ui/styleui.po
index ec4d5aae35d..cedadbb8fa6 100644
--- a/translations/source/br/sc/source/ui/styleui.po
+++ b/translations/source/br/sc/source/ui/styleui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-31 23:19+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/scaddins/source/analysis.po b/translations/source/br/scaddins/source/analysis.po
index 923b9583496..783fab157cf 100644
--- a/translations/source/br/scaddins/source/analysis.po
+++ b/translations/source/br/scaddins/source/analysis.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-21 14:14+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/scaddins/source/datefunc.po b/translations/source/br/scaddins/source/datefunc.po
index beec77f31cb..3f4881d65f9 100644
--- a/translations/source/br/scaddins/source/datefunc.po
+++ b/translations/source/br/scaddins/source/datefunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 16:29+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sccomp/source/solver.po b/translations/source/br/sccomp/source/solver.po
index 02503872f2a..77061a8552c 100644
--- a/translations/source/br/sccomp/source/solver.po
+++ b/translations/source/br/sccomp/source/solver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-25 23:08+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/scp2/source/accessories.po b/translations/source/br/scp2/source/accessories.po
index 267bdd090e1..15b38a8d96e 100644
--- a/translations/source/br/scp2/source/accessories.po
+++ b/translations/source/br/scp2/source/accessories.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-23 02:21+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/scp2/source/activex.po b/translations/source/br/scp2/source/activex.po
index 137e7e91fb1..9abcc72530f 100644
--- a/translations/source/br/scp2/source/activex.po
+++ b/translations/source/br/scp2/source/activex.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:50+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/scp2/source/base.po b/translations/source/br/scp2/source/base.po
index d85f95773aa..69099f04b3e 100644
--- a/translations/source/br/scp2/source/base.po
+++ b/translations/source/br/scp2/source/base.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%2Fbase.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-04-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-25 01:08+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: module_base.ulf#STR_NAME_MODULE_PRG_BASE.LngText.text
@@ -39,6 +39,16 @@ msgstr "Skoazell Base %PRODUCTNAME"
msgid "Help about %PRODUCTNAME Base"
msgstr "Skoazell a-zivout Base %PRODUCTNAME"
+#: postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr "Kennasker mod PostgreSQL"
+
+#: postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr "Kennasker mod PostgreSQL"
+
#: folderitem_base.ulf#STR_FI_TOOLTIP_BASE.LngText.text
msgid "Manage databases, create queries and reports to track and manage your information by using Base."
msgstr "Merañ a ra stlennvonoù, krouiñ a ra azgoulennoù ha danavelloù evit tresañ ha merañ ho titouroù en ur arverañ Base."
diff --git a/translations/source/br/scp2/source/binfilter.po b/translations/source/br/scp2/source/binfilter.po
index 898ca05b61d..41da2a09104 100644
--- a/translations/source/br/scp2/source/binfilter.po
+++ b/translations/source/br/scp2/source/binfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:50+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/scp2/source/calc.po b/translations/source/br/scp2/source/calc.po
index cf82fe1976c..57b9af974bd 100644
--- a/translations/source/br/scp2/source/calc.po
+++ b/translations/source/br/scp2/source/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-10 20:05+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/scp2/source/draw.po b/translations/source/br/scp2/source/draw.po
index 2a92ebc1154..82d77b72f44 100644
--- a/translations/source/br/scp2/source/draw.po
+++ b/translations/source/br/scp2/source/draw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-19 23:51+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/scp2/source/extensions.po b/translations/source/br/scp2/source/extensions.po
index 0596b7ed7d4..ec0575ada1d 100644
--- a/translations/source/br/scp2/source/extensions.po
+++ b/translations/source/br/scp2/source/extensions.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-21 19:21+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -237,16 +237,6 @@ msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_MYSQLC.LngTex
msgid "MySQL Connector"
msgstr "Kennasker MySQL"
-#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text
-msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text"
-msgid "PostgreSQL Connector"
-msgstr "Kennasker PostgreSQL"
-
-#: module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text
-msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text"
-msgid "PostgreSQL Connector"
-msgstr "Kennasker PostgreSQL"
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_OOOBLOGGER.LngText.text
msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_OOOBLOGGER.LngText.text"
msgid "Metaweblog Support"
diff --git a/translations/source/br/scp2/source/gnome.po b/translations/source/br/scp2/source/gnome.po
index 239839ca4e5..8e9c189e7a5 100644
--- a/translations/source/br/scp2/source/gnome.po
+++ b/translations/source/br/scp2/source/gnome.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:50+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/scp2/source/graphicfilter.po b/translations/source/br/scp2/source/graphicfilter.po
index 1c088072bbd..e08ea676fdc 100644
--- a/translations/source/br/scp2/source/graphicfilter.po
+++ b/translations/source/br/scp2/source/graphicfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:50+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/scp2/source/impress.po b/translations/source/br/scp2/source/impress.po
index fd9dd13159e..9008b6185b4 100644
--- a/translations/source/br/scp2/source/impress.po
+++ b/translations/source/br/scp2/source/impress.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-19 23:51+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/scp2/source/javafilter.po b/translations/source/br/scp2/source/javafilter.po
index 462e4ed143d..829dd11ae3d 100644
--- a/translations/source/br/scp2/source/javafilter.po
+++ b/translations/source/br/scp2/source/javafilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:50+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/scp2/source/kde.po b/translations/source/br/scp2/source/kde.po
index 13b812fe4d7..b68994678c2 100644
--- a/translations/source/br/scp2/source/kde.po
+++ b/translations/source/br/scp2/source/kde.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:50+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/scp2/source/math.po b/translations/source/br/scp2/source/math.po
index 4be8bb861bb..e707fbb58f4 100644
--- a/translations/source/br/scp2/source/math.po
+++ b/translations/source/br/scp2/source/math.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-19 23:51+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/scp2/source/onlineupdate.po b/translations/source/br/scp2/source/onlineupdate.po
index 75385d964dc..a990b43522c 100644
--- a/translations/source/br/scp2/source/onlineupdate.po
+++ b/translations/source/br/scp2/source/onlineupdate.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:50+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/scp2/source/ooo.po b/translations/source/br/scp2/source/ooo.po
index df28983fef9..9b279554b28 100644
--- a/translations/source/br/scp2/source/ooo.po
+++ b/translations/source/br/scp2/source/ooo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-21 19:22+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/scp2/source/python.po b/translations/source/br/scp2/source/python.po
index 745e81ecc16..7d448fc2ca2 100644
--- a/translations/source/br/scp2/source/python.po
+++ b/translations/source/br/scp2/source/python.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-27 15:29+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/scp2/source/quickstart.po b/translations/source/br/scp2/source/quickstart.po
index eefb8c582a4..aeebeb5f717 100644
--- a/translations/source/br/scp2/source/quickstart.po
+++ b/translations/source/br/scp2/source/quickstart.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:50+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/scp2/source/sdkoo.po b/translations/source/br/scp2/source/sdkoo.po
index b4a6fe2f677..9329c105c8e 100644
--- a/translations/source/br/scp2/source/sdkoo.po
+++ b/translations/source/br/scp2/source/sdkoo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:50+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/scp2/source/smoketest.po b/translations/source/br/scp2/source/smoketest.po
index cfda33911c7..16465f300db 100644
--- a/translations/source/br/scp2/source/smoketest.po
+++ b/translations/source/br/scp2/source/smoketest.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fsmoketest.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 19:28+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/scp2/source/winexplorerext.po b/translations/source/br/scp2/source/winexplorerext.po
index 821e6c7fd59..b71b6439f0e 100644
--- a/translations/source/br/scp2/source/winexplorerext.po
+++ b/translations/source/br/scp2/source/winexplorerext.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:50+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/scp2/source/writer.po b/translations/source/br/scp2/source/writer.po
index e6d3c3375f3..c7f044b6242 100644
--- a/translations/source/br/scp2/source/writer.po
+++ b/translations/source/br/scp2/source/writer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-19 23:52+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/scp2/source/xsltfilter.po b/translations/source/br/scp2/source/xsltfilter.po
index 8f48422c4ea..7812fef87a6 100644
--- a/translations/source/br/scp2/source/xsltfilter.po
+++ b/translations/source/br/scp2/source/xsltfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:50+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/scripting/source/pyprov.po b/translations/source/br/scripting/source/pyprov.po
index 8fda2432cc3..d11185565ee 100644
--- a/translations/source/br/scripting/source/pyprov.po
+++ b/translations/source/br/scripting/source/pyprov.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-14 17:27+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sd/source/core.po b/translations/source/br/sd/source/core.po
index 5cd1412242f..7604bfd634f 100644
--- a/translations/source/br/sd/source/core.po
+++ b/translations/source/br/sd/source/core.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-17 21:05+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sd/source/filter/html.po b/translations/source/br/sd/source/filter/html.po
index 02cb4e0c5ae..e01e1936953 100644
--- a/translations/source/br/sd/source/filter/html.po
+++ b/translations/source/br/sd/source/filter/html.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-20 10:42+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sd/source/ui/accessibility.po b/translations/source/br/sd/source/ui/accessibility.po
index 8cb44319cc2..419e96ffc90 100644
--- a/translations/source/br/sd/source/ui/accessibility.po
+++ b/translations/source/br/sd/source/ui/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:50+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sd/source/ui/animations.po b/translations/source/br/sd/source/ui/animations.po
index 215a9c493d0..54d40a649a9 100644
--- a/translations/source/br/sd/source/ui/animations.po
+++ b/translations/source/br/sd/source/ui/animations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-09-21 15:11+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sd/source/ui/annotations.po b/translations/source/br/sd/source/ui/annotations.po
index aa7f4c399db..8e59d8e017b 100644
--- a/translations/source/br/sd/source/ui/annotations.po
+++ b/translations/source/br/sd/source/ui/annotations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-20 00:47+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sd/source/ui/app.po b/translations/source/br/sd/source/ui/app.po
index 936f3310ded..cf63c748a76 100644
--- a/translations/source/br/sd/source/ui/app.po
+++ b/translations/source/br/sd/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-10 20:00+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sd/source/ui/dlg.po b/translations/source/br/sd/source/ui/dlg.po
index ba42eafdc29..125d7211616 100644
--- a/translations/source/br/sd/source/ui/dlg.po
+++ b/translations/source/br/sd/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 20:00+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sd/source/ui/notes.po b/translations/source/br/sd/source/ui/notes.po
index 1d78284794d..68677704e53 100644
--- a/translations/source/br/sd/source/ui/notes.po
+++ b/translations/source/br/sd/source/ui/notes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:50+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sd/source/ui/slideshow.po b/translations/source/br/sd/source/ui/slideshow.po
index 7ecb27b6885..7804f4bffe1 100644
--- a/translations/source/br/sd/source/ui/slideshow.po
+++ b/translations/source/br/sd/source/ui/slideshow.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-17 21:05+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sd/source/ui/slidesorter/view.po b/translations/source/br/sd/source/ui/slidesorter/view.po
index 999a0680f01..61a781d709e 100644
--- a/translations/source/br/sd/source/ui/slidesorter/view.po
+++ b/translations/source/br/sd/source/ui/slidesorter/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-10 17:05+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sd/source/ui/table.po b/translations/source/br/sd/source/ui/table.po
index 8a336a812d5..a11f8e0be52 100644
--- a/translations/source/br/sd/source/ui/table.po
+++ b/translations/source/br/sd/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:50+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sd/source/ui/view.po b/translations/source/br/sd/source/ui/view.po
index 09d4eacc0b8..9eb0f5cea02 100644
--- a/translations/source/br/sd/source/ui/view.po
+++ b/translations/source/br/sd/source/ui/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-20 10:49+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sdext/source/minimizer.po b/translations/source/br/sdext/source/minimizer.po
index 718f6f1e639..89bcb0bae22 100644
--- a/translations/source/br/sdext/source/minimizer.po
+++ b/translations/source/br/sdext/source/minimizer.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-15 14:35+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/translations/source/br/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index 2d42d0375eb..c4c7e0d2297 100644
--- a/translations/source/br/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/translations/source/br/sdext/source/minimizer/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-20 10:50+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/translations/source/br/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index 31470e35791..fc92208b7b9 100644
--- a/translations/source/br/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/br/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-23 02:23+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sdext/source/pdfimport.po b/translations/source/br/sdext/source/pdfimport.po
index 6b1b2c34446..7f84374bfd6 100644
--- a/translations/source/br/sdext/source/pdfimport.po
+++ b/translations/source/br/sdext/source/pdfimport.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-01 11:28+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sdext/source/presenter.po b/translations/source/br/sdext/source/presenter.po
index 119236b585e..b7b5e638167 100644
--- a/translations/source/br/sdext/source/presenter.po
+++ b/translations/source/br/sdext/source/presenter.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-19 21:36+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/translations/source/br/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index 51700f06d49..b8a5a7fbcf3 100644
--- a/translations/source/br/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/translations/source/br/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-01 11:40+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/translations/source/br/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index e0df376cc67..fb048b27c24 100644
--- a/translations/source/br/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/br/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-16 16:41+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/setup_native/source/mac.po b/translations/source/br/setup_native/source/mac.po
index 0a28898ec45..9999ef1d50d 100644
--- a/translations/source/br/setup_native/source/mac.po
+++ b/translations/source/br/setup_native/source/mac.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-02 14:41+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sfx2/source/appl.po b/translations/source/br/sfx2/source/appl.po
index 4d92ecf371e..94a45d3b91e 100644
--- a/translations/source/br/sfx2/source/appl.po
+++ b/translations/source/br/sfx2/source/appl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 20:39+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sfx2/source/bastyp.po b/translations/source/br/sfx2/source/bastyp.po
index d2dfa5b7b40..add17c6f7a1 100644
--- a/translations/source/br/sfx2/source/bastyp.po
+++ b/translations/source/br/sfx2/source/bastyp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:50+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sfx2/source/dialog.po b/translations/source/br/sfx2/source/dialog.po
index 7794f80638e..6230ed4536d 100644
--- a/translations/source/br/sfx2/source/dialog.po
+++ b/translations/source/br/sfx2/source/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-12 00:55+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sfx2/source/doc.po b/translations/source/br/sfx2/source/doc.po
index abc2c5f299a..767993dbe6f 100644
--- a/translations/source/br/sfx2/source/doc.po
+++ b/translations/source/br/sfx2/source/doc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-17 21:12+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sfx2/source/menu.po b/translations/source/br/sfx2/source/menu.po
index 638f47fc99f..389036bab40 100644
--- a/translations/source/br/sfx2/source/menu.po
+++ b/translations/source/br/sfx2/source/menu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:50+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sfx2/source/view.po b/translations/source/br/sfx2/source/view.po
index a1ca3247fac..ba27133723d 100644
--- a/translations/source/br/sfx2/source/view.po
+++ b/translations/source/br/sfx2/source/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:50+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/shell/source/win32/shlxthandler/res.po b/translations/source/br/shell/source/win32/shlxthandler/res.po
index 21f4dd16650..b553a55106c 100644
--- a/translations/source/br/shell/source/win32/shlxthandler/res.po
+++ b/translations/source/br/shell/source/win32/shlxthandler/res.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:50+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/starmath/source.po b/translations/source/br/starmath/source.po
index f50d18d865a..28086feaf5b 100644
--- a/translations/source/br/starmath/source.po
+++ b/translations/source/br/starmath/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-27 15:48+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/svl/source/items.po b/translations/source/br/svl/source/items.po
index 93df9612a55..c49834d5236 100644
--- a/translations/source/br/svl/source/items.po
+++ b/translations/source/br/svl/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:50+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/svl/source/misc.po b/translations/source/br/svl/source/misc.po
index 6095eab091a..18faaf7a311 100644
--- a/translations/source/br/svl/source/misc.po
+++ b/translations/source/br/svl/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-01 11:28+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/svtools/source/contnr.po b/translations/source/br/svtools/source/contnr.po
index f0461bcc691..d5a24d8bab1 100644
--- a/translations/source/br/svtools/source/contnr.po
+++ b/translations/source/br/svtools/source/contnr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-01 16:43+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/svtools/source/control.po b/translations/source/br/svtools/source/control.po
index b0595c12d07..f23bfb89f29 100644
--- a/translations/source/br/svtools/source/control.po
+++ b/translations/source/br/svtools/source/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-23 03:16+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/svtools/source/dialogs.po b/translations/source/br/svtools/source/dialogs.po
index 99737024cd5..fad82cd4043 100644
--- a/translations/source/br/svtools/source/dialogs.po
+++ b/translations/source/br/svtools/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-29 08:49+0200\n"
"Last-Translator: DenisArnaud <denisarnuad@yahoo.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/svtools/source/filter.po b/translations/source/br/svtools/source/filter.po
index dd9f6f600fe..b666b46bc72 100644
--- a/translations/source/br/svtools/source/filter.po
+++ b/translations/source/br/svtools/source/filter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 16:35+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/svtools/source/java.po b/translations/source/br/svtools/source/java.po
index 2c7a38b5f8a..2a880203119 100644
--- a/translations/source/br/svtools/source/java.po
+++ b/translations/source/br/svtools/source/java.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 20:02+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/svtools/source/misc.po b/translations/source/br/svtools/source/misc.po
index 6194c71379e..586c1880582 100644
--- a/translations/source/br/svtools/source/misc.po
+++ b/translations/source/br/svtools/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-17 21:08+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/svtools/source/plugapp.po b/translations/source/br/svtools/source/plugapp.po
index eae3347cecf..7d50407da75 100644
--- a/translations/source/br/svtools/source/plugapp.po
+++ b/translations/source/br/svtools/source/plugapp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-20 10:52+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/svtools/source/toolpanel.po b/translations/source/br/svtools/source/toolpanel.po
index 1fe65cd641d..ced502231a8 100644
--- a/translations/source/br/svtools/source/toolpanel.po
+++ b/translations/source/br/svtools/source/toolpanel.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:50+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/svtools/workben/unodialog.po b/translations/source/br/svtools/workben/unodialog.po
index 25baf14ebd3..4fc2316d56b 100644
--- a/translations/source/br/svtools/workben/unodialog.po
+++ b/translations/source/br/svtools/workben/unodialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:50+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/svx/inc.po b/translations/source/br/svx/inc.po
index 2c9a1545d21..f2cf458084f 100644
--- a/translations/source/br/svx/inc.po
+++ b/translations/source/br/svx/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 22:59+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/svx/source/accessibility.po b/translations/source/br/svx/source/accessibility.po
index 1d3eac6b1eb..82418d38155 100644
--- a/translations/source/br/svx/source/accessibility.po
+++ b/translations/source/br/svx/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-22 21:13+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/svx/source/dialog.po b/translations/source/br/svx/source/dialog.po
index 24f37fdf8fa..d3e2931e459 100644
--- a/translations/source/br/svx/source/dialog.po
+++ b/translations/source/br/svx/source/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-01 14:57+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/svx/source/engine3d.po b/translations/source/br/svx/source/engine3d.po
index 089f98b5228..22282e711e0 100644
--- a/translations/source/br/svx/source/engine3d.po
+++ b/translations/source/br/svx/source/engine3d.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-09-21 15:12+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/svx/source/fmcomp.po b/translations/source/br/svx/source/fmcomp.po
index 1e2fbed2cce..8f502bbc30c 100644
--- a/translations/source/br/svx/source/fmcomp.po
+++ b/translations/source/br/svx/source/fmcomp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-20 10:55+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/svx/source/form.po b/translations/source/br/svx/source/form.po
index 02e5d026af8..8db37d1a57a 100644
--- a/translations/source/br/svx/source/form.po
+++ b/translations/source/br/svx/source/form.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-01 11:43+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/svx/source/gallery2.po b/translations/source/br/svx/source/gallery2.po
index 42e7f8477b1..d1244921b12 100644
--- a/translations/source/br/svx/source/gallery2.po
+++ b/translations/source/br/svx/source/gallery2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-01 16:44+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/svx/source/items.po b/translations/source/br/svx/source/items.po
index 8d21ddf1918..df217a911ad 100644
--- a/translations/source/br/svx/source/items.po
+++ b/translations/source/br/svx/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-09-21 15:12+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/svx/source/src.po b/translations/source/br/svx/source/src.po
index 3141ce62abc..38dce3ba771 100644
--- a/translations/source/br/svx/source/src.po
+++ b/translations/source/br/svx/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-01 16:44+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/svx/source/stbctrls.po b/translations/source/br/svx/source/stbctrls.po
index 6a1bce9d21f..2373be35a02 100644
--- a/translations/source/br/svx/source/stbctrls.po
+++ b/translations/source/br/svx/source/stbctrls.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%2Fstbctrls.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-21 19:31+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Pootle 2.1.6\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/br/svx/source/svdraw.po b/translations/source/br/svx/source/svdraw.po
index d959249de28..fdf32945328 100644
--- a/translations/source/br/svx/source/svdraw.po
+++ b/translations/source/br/svx/source/svdraw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-09-21 15:13+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/svx/source/table.po b/translations/source/br/svx/source/table.po
index 98196527189..6f7b768695d 100644
--- a/translations/source/br/svx/source/table.po
+++ b/translations/source/br/svx/source/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/svx/source/tbxctrls.po b/translations/source/br/svx/source/tbxctrls.po
index b193a81280f..f22143428c0 100644
--- a/translations/source/br/svx/source/tbxctrls.po
+++ b/translations/source/br/svx/source/tbxctrls.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 16:26+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/svx/source/toolbars.po b/translations/source/br/svx/source/toolbars.po
index c6a1fcc46c8..b724fe47333 100644
--- a/translations/source/br/svx/source/toolbars.po
+++ b/translations/source/br/svx/source/toolbars.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-01 11:44+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/svx/source/unodialogs/textconversiondlgs.po b/translations/source/br/svx/source/unodialogs/textconversiondlgs.po
index d0b748849ef..52c7ca16102 100644
--- a/translations/source/br/svx/source/unodialogs/textconversiondlgs.po
+++ b/translations/source/br/svx/source/unodialogs/textconversiondlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-23 02:40+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sw/source/core/layout.po b/translations/source/br/sw/source/core/layout.po
index d40c19bbdc9..595f3ab544e 100644
--- a/translations/source/br/sw/source/core/layout.po
+++ b/translations/source/br/sw/source/core/layout.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 23:21+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sw/source/core/undo.po b/translations/source/br/sw/source/core/undo.po
index ce1a81a1473..e38dd6c36de 100644
--- a/translations/source/br/sw/source/core/undo.po
+++ b/translations/source/br/sw/source/core/undo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-11 23:21+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sw/source/core/unocore.po b/translations/source/br/sw/source/core/unocore.po
index 0d203041b9a..a96cd44ab77 100644
--- a/translations/source/br/sw/source/core/unocore.po
+++ b/translations/source/br/sw/source/core/unocore.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sw/source/ui/app.po b/translations/source/br/sw/source/ui/app.po
index 111114c97f4..6d46aa8a5bf 100644
--- a/translations/source/br/sw/source/ui/app.po
+++ b/translations/source/br/sw/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-14 17:29+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sw/source/ui/chrdlg.po b/translations/source/br/sw/source/ui/chrdlg.po
index 700b6f51fd9..1827a8398c3 100644
--- a/translations/source/br/sw/source/ui/chrdlg.po
+++ b/translations/source/br/sw/source/ui/chrdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-27 15:50+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sw/source/ui/config.po b/translations/source/br/sw/source/ui/config.po
index f4936477729..fefb399271f 100644
--- a/translations/source/br/sw/source/ui/config.po
+++ b/translations/source/br/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: 2012-01-30 11:10+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 23:24+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/br/sw/source/ui/dbui.po b/translations/source/br/sw/source/ui/dbui.po
index b83e688ac27..97f26072e2d 100644
--- a/translations/source/br/sw/source/ui/dbui.po
+++ b/translations/source/br/sw/source/ui/dbui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-11 23:25+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sw/source/ui/dialog.po b/translations/source/br/sw/source/ui/dialog.po
index 9b0dcf528d7..c8e37f41d38 100644
--- a/translations/source/br/sw/source/ui/dialog.po
+++ b/translations/source/br/sw/source/ui/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-07 01:28+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sw/source/ui/dochdl.po b/translations/source/br/sw/source/ui/dochdl.po
index 229f403584b..257d22f5fea 100644
--- a/translations/source/br/sw/source/ui/dochdl.po
+++ b/translations/source/br/sw/source/ui/dochdl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sw/source/ui/docvw.po b/translations/source/br/sw/source/ui/docvw.po
index 8dafd22bb82..4ba0530816e 100644
--- a/translations/source/br/sw/source/ui/docvw.po
+++ b/translations/source/br/sw/source/ui/docvw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-07 01:29+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sw/source/ui/envelp.po b/translations/source/br/sw/source/ui/envelp.po
index 4881627d21a..b21be73640d 100644
--- a/translations/source/br/sw/source/ui/envelp.po
+++ b/translations/source/br/sw/source/ui/envelp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-09-21 15:13+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sw/source/ui/fldui.po b/translations/source/br/sw/source/ui/fldui.po
index fad820cb329..9c0fffd23e7 100644
--- a/translations/source/br/sw/source/ui/fldui.po
+++ b/translations/source/br/sw/source/ui/fldui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-01 11:49+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sw/source/ui/fmtui.po b/translations/source/br/sw/source/ui/fmtui.po
index d80c832e200..655aa251892 100644
--- a/translations/source/br/sw/source/ui/fmtui.po
+++ b/translations/source/br/sw/source/ui/fmtui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sw/source/ui/frmdlg.po b/translations/source/br/sw/source/ui/frmdlg.po
index 7f861ca7f8f..af415155a88 100644
--- a/translations/source/br/sw/source/ui/frmdlg.po
+++ b/translations/source/br/sw/source/ui/frmdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-09-21 15:14+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sw/source/ui/globdoc.po b/translations/source/br/sw/source/ui/globdoc.po
index ab1496dab5a..ad3373243db 100644
--- a/translations/source/br/sw/source/ui/globdoc.po
+++ b/translations/source/br/sw/source/ui/globdoc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sw/source/ui/index.po b/translations/source/br/sw/source/ui/index.po
index bb304026c8b..8207a2ed1be 100644
--- a/translations/source/br/sw/source/ui/index.po
+++ b/translations/source/br/sw/source/ui/index.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-07 01:30+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sw/source/ui/lingu.po b/translations/source/br/sw/source/ui/lingu.po
index a7dde775306..2bf0610a2d4 100644
--- a/translations/source/br/sw/source/ui/lingu.po
+++ b/translations/source/br/sw/source/ui/lingu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-27 15:31+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sw/source/ui/misc.po b/translations/source/br/sw/source/ui/misc.po
index ca6bed1c205..aafaafdd4f6 100644
--- a/translations/source/br/sw/source/ui/misc.po
+++ b/translations/source/br/sw/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-09-21 15:14+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sw/source/ui/ribbar.po b/translations/source/br/sw/source/ui/ribbar.po
index a7dfafbf7da..68e9b259614 100644
--- a/translations/source/br/sw/source/ui/ribbar.po
+++ b/translations/source/br/sw/source/ui/ribbar.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-14 17:30+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sw/source/ui/shells.po b/translations/source/br/sw/source/ui/shells.po
index 1733ed9bcc7..55dbcbd9311 100644
--- a/translations/source/br/sw/source/ui/shells.po
+++ b/translations/source/br/sw/source/ui/shells.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-16 16:42+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sw/source/ui/smartmenu.po b/translations/source/br/sw/source/ui/smartmenu.po
index 7b236b5cade..d117dd584c3 100644
--- a/translations/source/br/sw/source/ui/smartmenu.po
+++ b/translations/source/br/sw/source/ui/smartmenu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sw/source/ui/table.po b/translations/source/br/sw/source/ui/table.po
index 056c6a48714..c2b95659bf0 100644
--- a/translations/source/br/sw/source/ui/table.po
+++ b/translations/source/br/sw/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-12 00:55+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sw/source/ui/uiview.po b/translations/source/br/sw/source/ui/uiview.po
index c73e399e3ae..bdc1b3adac1 100644
--- a/translations/source/br/sw/source/ui/uiview.po
+++ b/translations/source/br/sw/source/ui/uiview.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-01 16:46+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sw/source/ui/utlui.po b/translations/source/br/sw/source/ui/utlui.po
index d78d74bd25f..e04554b522a 100644
--- a/translations/source/br/sw/source/ui/utlui.po
+++ b/translations/source/br/sw/source/ui/utlui.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%2Futlui.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-30 11:09+0200\n"
-"PO-Revision-Date: 2011-11-01 15:10+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-25 01:09+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: navipi.src#DLG_NAVIGATION_PI.window.text
diff --git a/translations/source/br/sw/source/ui/web.po b/translations/source/br/sw/source/ui/web.po
index eeaa5381731..2268c64b033 100644
--- a/translations/source/br/sw/source/ui/web.po
+++ b/translations/source/br/sw/source/ui/web.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sw/source/ui/wrtsh.po b/translations/source/br/sw/source/ui/wrtsh.po
index 09154d03301..3dd7e808891 100644
--- a/translations/source/br/sw/source/ui/wrtsh.po
+++ b/translations/source/br/sw/source/ui/wrtsh.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/swext/mediawiki/help.po b/translations/source/br/swext/mediawiki/help.po
index 9c1ff3a6da2..56aa5630b19 100644
--- a/translations/source/br/swext/mediawiki/help.po
+++ b/translations/source/br/swext/mediawiki/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-21 19:40+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/swext/mediawiki/src.po b/translations/source/br/swext/mediawiki/src.po
index 71f1748cc16..a21136db188 100644
--- a/translations/source/br/swext/mediawiki/src.po
+++ b/translations/source/br/swext/mediawiki/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 23:20+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/translations/source/br/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index 7c7079adb3e..97cf791b781 100644
--- a/translations/source/br/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/translations/source/br/swext/mediawiki/src/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/translations/source/br/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index a87f3b14a9d..72e661e127c 100644
--- a/translations/source/br/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/translations/source/br/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-23 02:40+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/sysui/desktop/share.po b/translations/source/br/sysui/desktop/share.po
index 14690ab7936..50c5f4e421a 100644
--- a/translations/source/br/sysui/desktop/share.po
+++ b/translations/source/br/sysui/desktop/share.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-10 19:45+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/uui/source.po b/translations/source/br/uui/source.po
index 29e0c0d0f7d..5dd9b7a2d16 100644
--- a/translations/source/br/uui/source.po
+++ b/translations/source/br/uui/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 19:42+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/vcl/source/src.po b/translations/source/br/vcl/source/src.po
index ab90a55d0cd..c43ab456435 100644
--- a/translations/source/br/vcl/source/src.po
+++ b/translations/source/br/vcl/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-14 17:39+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/wizards/source/euro.po b/translations/source/br/wizards/source/euro.po
index 7906cefc5c3..e6e47a1f9c9 100644
--- a/translations/source/br/wizards/source/euro.po
+++ b/translations/source/br/wizards/source/euro.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-15 13:54+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/wizards/source/formwizard.po b/translations/source/br/wizards/source/formwizard.po
index 241935af6c2..ee20f41abfb 100644
--- a/translations/source/br/wizards/source/formwizard.po
+++ b/translations/source/br/wizards/source/formwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-01 15:08+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/wizards/source/importwizard.po b/translations/source/br/wizards/source/importwizard.po
index 88118ccd92e..0d2b061022c 100644
--- a/translations/source/br/wizards/source/importwizard.po
+++ b/translations/source/br/wizards/source/importwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-15 14:01+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/wizards/source/schedule.po b/translations/source/br/wizards/source/schedule.po
index 32dcedd4306..ab188ee2a96 100644
--- a/translations/source/br/wizards/source/schedule.po
+++ b/translations/source/br/wizards/source/schedule.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-27 22:06+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/wizards/source/template.po b/translations/source/br/wizards/source/template.po
index 481b215c240..8ac3153bb88 100644
--- a/translations/source/br/wizards/source/template.po
+++ b/translations/source/br/wizards/source/template.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-23 02:41+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/xmlsecurity/source/component.po b/translations/source/br/xmlsecurity/source/component.po
index 7040b6359c6..ada6f9c7821 100644
--- a/translations/source/br/xmlsecurity/source/component.po
+++ b/translations/source/br/xmlsecurity/source/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/br/xmlsecurity/source/dialogs.po b/translations/source/br/xmlsecurity/source/dialogs.po
index 3ff03dcd045..02acaa8c5b6 100644
--- a/translations/source/br/xmlsecurity/source/dialogs.po
+++ b/translations/source/br/xmlsecurity/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-23 02:41+0200\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: br\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: br\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/accessibility/source/helper.po b/translations/source/brx/accessibility/source/helper.po
index b65c60b0d74..b8a59b46d28 100644
--- a/translations/source/brx/accessibility/source/helper.po
+++ b/translations/source/brx/accessibility/source/helper.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:22+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/avmedia/source/framework.po b/translations/source/brx/avmedia/source/framework.po
index 37efa602917..6cc4556d518 100644
--- a/translations/source/brx/avmedia/source/framework.po
+++ b/translations/source/brx/avmedia/source/framework.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:22+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/avmedia/source/viewer.po b/translations/source/brx/avmedia/source/viewer.po
index aae8a3e623a..02a8d8404f5 100644
--- a/translations/source/brx/avmedia/source/viewer.po
+++ b/translations/source/brx/avmedia/source/viewer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:22+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/basctl/source/basicide.po b/translations/source/brx/basctl/source/basicide.po
index 48cab548cf1..06236958517 100644
--- a/translations/source/brx/basctl/source/basicide.po
+++ b/translations/source/brx/basctl/source/basicide.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-17 17:17+0200\n"
"Last-Translator: alayaran <alayaran@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/basctl/source/dlged.po b/translations/source/brx/basctl/source/dlged.po
index 5fbfecfb423..7e09437fca4 100644
--- a/translations/source/brx/basctl/source/dlged.po
+++ b/translations/source/brx/basctl/source/dlged.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-17 17:26+0200\n"
"Last-Translator: alayaran <alayaran@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/basic/source/classes.po b/translations/source/brx/basic/source/classes.po
index 65b1a9a05bc..67df4591659 100644
--- a/translations/source/brx/basic/source/classes.po
+++ b/translations/source/brx/basic/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:23+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/basic/source/sbx.po b/translations/source/brx/basic/source/sbx.po
index ca1ed9d97c3..c77678fb0c2 100644
--- a/translations/source/brx/basic/source/sbx.po
+++ b/translations/source/brx/basic/source/sbx.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:23+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/chart2/source/controller/dialogs.po b/translations/source/brx/chart2/source/controller/dialogs.po
index 8ae96e18ad3..75ca9fb3e54 100644
--- a/translations/source/brx/chart2/source/controller/dialogs.po
+++ b/translations/source/brx/chart2/source/controller/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-09 20:48+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/connectivity/source/drivers/ado.po b/translations/source/brx/connectivity/source/drivers/ado.po
index 0b223495ea9..0574844cbad 100644
--- a/translations/source/brx/connectivity/source/drivers/ado.po
+++ b/translations/source/brx/connectivity/source/drivers/ado.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:23+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/connectivity/source/drivers/calc.po b/translations/source/brx/connectivity/source/drivers/calc.po
index 360bc01668f..4b5ac5bdeb5 100644
--- a/translations/source/brx/connectivity/source/drivers/calc.po
+++ b/translations/source/brx/connectivity/source/drivers/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-06 09:23+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/connectivity/source/drivers/dbase.po b/translations/source/brx/connectivity/source/drivers/dbase.po
index 72b564217cd..2a525b73ba4 100644
--- a/translations/source/brx/connectivity/source/drivers/dbase.po
+++ b/translations/source/brx/connectivity/source/drivers/dbase.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:23+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/connectivity/source/drivers/evoab2.po b/translations/source/brx/connectivity/source/drivers/evoab2.po
index b8c2d81cb80..3caf516bac3 100644
--- a/translations/source/brx/connectivity/source/drivers/evoab2.po
+++ b/translations/source/brx/connectivity/source/drivers/evoab2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-06 09:23+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/connectivity/source/drivers/flat.po b/translations/source/brx/connectivity/source/drivers/flat.po
index 28f60186f83..d73079e1b7b 100644
--- a/translations/source/brx/connectivity/source/drivers/flat.po
+++ b/translations/source/brx/connectivity/source/drivers/flat.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:23+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/connectivity/source/drivers/hsqldb.po b/translations/source/brx/connectivity/source/drivers/hsqldb.po
index 6466facaa87..3ac31cd0a79 100644
--- a/translations/source/brx/connectivity/source/drivers/hsqldb.po
+++ b/translations/source/brx/connectivity/source/drivers/hsqldb.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:23+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/connectivity/source/drivers/jdbc.po b/translations/source/brx/connectivity/source/drivers/jdbc.po
index bb47ff6251b..33e9d577e2e 100644
--- a/translations/source/brx/connectivity/source/drivers/jdbc.po
+++ b/translations/source/brx/connectivity/source/drivers/jdbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:23+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/connectivity/source/drivers/kab.po b/translations/source/brx/connectivity/source/drivers/kab.po
index 6bcb3f1684f..2721c7e72d2 100644
--- a/translations/source/brx/connectivity/source/drivers/kab.po
+++ b/translations/source/brx/connectivity/source/drivers/kab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:23+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/connectivity/source/drivers/macab.po b/translations/source/brx/connectivity/source/drivers/macab.po
index eec2c613a50..8d5f013b1d5 100644
--- a/translations/source/brx/connectivity/source/drivers/macab.po
+++ b/translations/source/brx/connectivity/source/drivers/macab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:23+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/connectivity/source/drivers/mozab.po b/translations/source/brx/connectivity/source/drivers/mozab.po
index 4d19d76b6c5..311d6faf3f4 100644
--- a/translations/source/brx/connectivity/source/drivers/mozab.po
+++ b/translations/source/brx/connectivity/source/drivers/mozab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:06+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -22,7 +22,7 @@ msgstr "थं ब्लक सायख"
#: mozab2.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text
msgctxt "mozab2.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text"
-msgid "Thunderbird Address Book"
+msgid "Thunderbird/Icedove Address Book"
msgstr ""
#: mozab2.xcu#.Drivers.Installed.sdbc_address_ldap__.DriverTypeDisplayName.value.text
@@ -46,7 +46,7 @@ msgstr "थं ब्लक सायख"
#: mozab.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text
msgctxt "mozab.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text"
-msgid "Thunderbird Address Book"
+msgid "Thunderbird/Icedove Address Book"
msgstr ""
#: mozab.xcu#.Drivers.Installed.sdbc_address_ldap__.DriverTypeDisplayName.value.text
diff --git a/translations/source/brx/connectivity/source/drivers/mysql.po b/translations/source/brx/connectivity/source/drivers/mysql.po
index 137b39d9144..4e0b85a3507 100644
--- a/translations/source/brx/connectivity/source/drivers/mysql.po
+++ b/translations/source/brx/connectivity/source/drivers/mysql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:23+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/connectivity/source/drivers/odbc.po b/translations/source/brx/connectivity/source/drivers/odbc.po
index cd529f83d8f..cd9fde555b8 100644
--- a/translations/source/brx/connectivity/source/drivers/odbc.po
+++ b/translations/source/brx/connectivity/source/drivers/odbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:23+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/connectivity/source/drivers/postgresql.po b/translations/source/brx/connectivity/source/drivers/postgresql.po
index d032465d741..0bdb8cbcb28 100644
--- a/translations/source/brx/connectivity/source/drivers/postgresql.po
+++ b/translations/source/brx/connectivity/source/drivers/postgresql.po
@@ -3,25 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\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/brx/connectivity/source/resource.po b/translations/source/brx/connectivity/source/resource.po
index 6994bc5210d..c7d9a8fde99 100644
--- a/translations/source/brx/connectivity/source/resource.po
+++ b/translations/source/brx/connectivity/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:47+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/cui/source/customize.po b/translations/source/brx/cui/source/customize.po
index 5ae2ae644c1..a83a2333391 100644
--- a/translations/source/brx/cui/source/customize.po
+++ b/translations/source/brx/cui/source/customize.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:47+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/cui/source/dialogs.po b/translations/source/brx/cui/source/dialogs.po
index a221b16f0ef..bc41a4b61ef 100644
--- a/translations/source/brx/cui/source/dialogs.po
+++ b/translations/source/brx/cui/source/dialogs.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-15 12:27+0200\n"
"Last-Translator: alayaran <alayaran@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
-"X-Generator: Pootle 2.1.6\n"
+"Language: brx\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: thesdlg.src#RID_SVXDLG_THESAURUS.FT_WORD.fixedtext.text
@@ -1534,20 +1534,16 @@ msgstr "आप्लेट सुजु"
msgid "Contributor credits"
msgstr ""
-#: about.src#RID_DEFAULTABOUT.ABOUT_STR_VERSION.string.text
-msgid "%PRODUCTNAME %ABOUTBOXPRODUCTVERSION %PRODUCTEXTENSION"
-msgstr ""
-
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_VENDOR.string.text
msgid "This product was supplied by %OOOVENDOR."
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT.string.text
-msgid "LibreOffice is copyright © 2000, 2011 LibreOffice contributors and/or their affiliates. All rights reserved."
+msgid "LibreOffice is copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved."
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT_DERIVED.string.text
-msgid "%PRODUCTNAME is derived from LibreOffice. LibreOffice is copyright © 2000, 2011 LibreOffice contributors and/or their affiliates. All rights reserved."
+msgid "%PRODUCTNAME is derived from LibreOffice. LibreOffice is copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved."
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT_ORACLE_DERIVED.string.text
@@ -2080,7 +2076,6 @@ msgstr "उनाव"
#: insrc.src#DLG_INS_ROW_COL.FL_INS.fixedline.text
#, fuzzy
-msgctxt "insrc.src#DLG_INS_ROW_COL.FL_INS.fixedline.text"
msgid "Insert"
msgstr ""
"#-#-#-#-# envelp.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -2108,41 +2103,12 @@ msgid "~Number"
msgstr "अनजिमा"
#: insrc.src#DLG_INS_ROW_COL.STR_ROW.string.text
-msgid " Rows"
-msgstr ""
+msgid "Insert Rows"
+msgstr "सारि फज'"
#: insrc.src#DLG_INS_ROW_COL.STR_COL.string.text
-#, fuzzy
-msgid " Columns"
-msgstr ""
-"#-#-#-#-# envelp.po (PACKAGE VERSION) #-#-#-#-#\n"
-"खाम्फाफोर\n"
-"#-#-#-#-# table.po (PACKAGE VERSION) #-#-#-#-#\n"
-"खाम्फाफोर\n"
-"#-#-#-#-# uiview.po (PACKAGE VERSION) #-#-#-#-#\n"
-"खाम्फाफोर\n"
-"#-#-#-#-# src.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~खाम्फाफोर"
-
-#: insrc.src#DLG_INS_ROW_COL.modaldialog.text
-#, fuzzy
-msgctxt "insrc.src#DLG_INS_ROW_COL.modaldialog.text"
-msgid "Insert"
+msgid "Insert Columns"
msgstr ""
-"#-#-#-#-# envelp.po (PACKAGE VERSION) #-#-#-#-#\n"
-"सोसन\n"
-"#-#-#-#-# index.po (PACKAGE VERSION) #-#-#-#-#\n"
-"सोसन\n"
-"#-#-#-#-# fldui.po (PACKAGE VERSION) #-#-#-#-#\n"
-"सोसन\n"
-"#-#-#-#-# misc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"सोसन\n"
-"#-#-#-#-# dialog.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~सोसन\n"
-"#-#-#-#-# source.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~सोसन\n"
-"#-#-#-#-# schedule.po (PACKAGE VERSION) #-#-#-#-#\n"
-"सोसन"
#: hyphen.src#RID_SVXSTR_HMERR_CHECKINSTALL.string.text
msgid ""
diff --git a/translations/source/brx/cui/source/options.po b/translations/source/brx/cui/source/options.po
index 2398894f319..573cce67d8a 100644
--- a/translations/source/brx/cui/source/options.po
+++ b/translations/source/brx/cui/source/options.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%2Foptions.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-30 11:10+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:47+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -306,7 +306,7 @@ msgstr ""
#: optinet2.src#RID_SVXPAGE_INET_PROXY.LB_PROXYMODE.1.stringlist.text
msgid "None"
-msgstr ""
+msgstr "रावबो नङा"
#: optinet2.src#RID_SVXPAGE_INET_PROXY.LB_PROXYMODE.2.stringlist.text
msgctxt "optinet2.src#RID_SVXPAGE_INET_PROXY.LB_PROXYMODE.2.stringlist.text"
@@ -3048,7 +3048,7 @@ msgstr ""
#: optpath.src#RID_SFXPAGE_PATH.FT_TYPE.fixedtext.text
msgid "Type"
-msgstr ""
+msgstr "रोखोम"
#: optpath.src#RID_SFXPAGE_PATH.FT_PATH.fixedtext.text
msgid "Path"
@@ -3146,7 +3146,7 @@ msgstr "गावआरि फराय बिजाब"
#: optpath.src#RID_SVXSTR_KEY_DICTIONARY_PATH.string.text
msgid "Dictionaries"
-msgstr ""
+msgstr "सोदोब बिहुंफोर"
#: optpath.src#RID_SVXSTR_KEY_HELP_DIR.string.text
msgctxt "optpath.src#RID_SVXSTR_KEY_HELP_DIR.string.text"
diff --git a/translations/source/brx/cui/source/tabpages.po b/translations/source/brx/cui/source/tabpages.po
index 94b8e189e7d..659d6a76692 100644
--- a/translations/source/brx/cui/source/tabpages.po
+++ b/translations/source/brx/cui/source/tabpages.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-15 12:27+0200\n"
"Last-Translator: alayaran <alayaran@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
-"X-Generator: Pootle 2.1.6\n"
+"Language: brx\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: macroass.src#RID_SVXPAGE_EVENTASSIGN.STR_EVENT.string.text
@@ -601,7 +601,7 @@ msgstr "i, ii, iii, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.6.stringlist.text
msgid "A, .., AA, .., AAA, ..."
-msgstr ""
+msgstr "A, .., AA, .., AAA, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.7.stringlist.text
msgid "a, .., aa, .., aaa, ..."
@@ -3225,6 +3225,10 @@ msgctxt "textanim.src#RID_SVXPAGE_TEXTANIMATION.TSB_AUTO.tristatebox.text"
msgid "~Automatic"
msgstr ""
+#: textanim.src#RID_SVXPAGE_TEXTANIMATION.MTR_FLD_DELAY.metricfield.text
+msgid " ms"
+msgstr ""
+
#: textanim.src#RID_SVXPAGE_TEXTANIMATION.tabpage.text
msgid "Animation"
msgstr "जिउ गोनां"
@@ -5477,6 +5481,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr ""
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Hatches List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Hatches List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_HATCH.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_HATCH.tabpage.text"
msgid "Hatching"
@@ -5547,6 +5574,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr ""
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Bitmap List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Bitmap List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_BITMAP.tabpage.text
msgid "Bitmap Patterns"
msgstr ""
@@ -5645,6 +5695,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr ""
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Gradients List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Gradients List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_GRADIENT.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.tabpage.text"
msgid "Gradients"
@@ -5692,6 +5765,22 @@ msgstr ""
msgid "CMYK"
msgstr ""
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_1.fixedtext.text
+msgid "~C"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_2.fixedtext.text
+msgid "~M"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_3.fixedtext.text
+msgid "~Y"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_4.fixedtext.text
+msgid "~K"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_COLOR.BTN_ADD.pushbutton.text
#, fuzzy
msgid "~Add"
@@ -5734,6 +5823,29 @@ msgstr ""
"#-#-#-#-# textconversiondlgs.po (PACKAGE VERSION) #-#-#-#-#\n"
"सोलाय हो"
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Color List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Color List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_COLOR.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_COLOR.tabpage.text"
msgid "Colors"
diff --git a/translations/source/brx/dbaccess/source/core/resource.po b/translations/source/brx/dbaccess/source/core/resource.po
index 7c8d1ad753a..074ded0f3e6 100644
--- a/translations/source/brx/dbaccess/source/core/resource.po
+++ b/translations/source/brx/dbaccess/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-11 23:07+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dbaccess/source/ext/adabas.po b/translations/source/brx/dbaccess/source/ext/adabas.po
index cb86e5dc5ce..83f68dbeecb 100644
--- a/translations/source/brx/dbaccess/source/ext/adabas.po
+++ b/translations/source/brx/dbaccess/source/ext/adabas.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:48+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dbaccess/source/ext/macromigration.po b/translations/source/brx/dbaccess/source/ext/macromigration.po
index c3a3697b0e6..1dd45987197 100644
--- a/translations/source/brx/dbaccess/source/ext/macromigration.po
+++ b/translations/source/brx/dbaccess/source/ext/macromigration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:26+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dbaccess/source/sdbtools/resource.po b/translations/source/brx/dbaccess/source/sdbtools/resource.po
index c4665096219..85d1fde1d37 100644
--- a/translations/source/brx/dbaccess/source/sdbtools/resource.po
+++ b/translations/source/brx/dbaccess/source/sdbtools/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-06 09:26+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dbaccess/source/ui/app.po b/translations/source/brx/dbaccess/source/ui/app.po
index 3f5fac8435f..460bf65511b 100644
--- a/translations/source/brx/dbaccess/source/ui/app.po
+++ b/translations/source/brx/dbaccess/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:48+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dbaccess/source/ui/browser.po b/translations/source/brx/dbaccess/source/ui/browser.po
index 52f647ffd4c..781a178bc2e 100644
--- a/translations/source/brx/dbaccess/source/ui/browser.po
+++ b/translations/source/brx/dbaccess/source/ui/browser.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:26+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dbaccess/source/ui/control.po b/translations/source/brx/dbaccess/source/ui/control.po
index e74cd7144ec..945f51ceb85 100644
--- a/translations/source/brx/dbaccess/source/ui/control.po
+++ b/translations/source/brx/dbaccess/source/ui/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-06 09:26+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dbaccess/source/ui/dlg.po b/translations/source/brx/dbaccess/source/ui/dlg.po
index 64390d8ba87..87ad76485e8 100644
--- a/translations/source/brx/dbaccess/source/ui/dlg.po
+++ b/translations/source/brx/dbaccess/source/ui/dlg.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-15 12:27+0200\n"
"Last-Translator: alayaran <alayaran@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
-"X-Generator: Pootle 2.1.6\n"
+"Language: brx\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/brx/dbaccess/source/ui/inc.po b/translations/source/brx/dbaccess/source/ui/inc.po
index 6db048d3b42..4be9a390a5a 100644
--- a/translations/source/brx/dbaccess/source/ui/inc.po
+++ b/translations/source/brx/dbaccess/source/ui/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:26+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dbaccess/source/ui/misc.po b/translations/source/brx/dbaccess/source/ui/misc.po
index c1ccb9c2822..5cb60c7b58a 100644
--- a/translations/source/brx/dbaccess/source/ui/misc.po
+++ b/translations/source/brx/dbaccess/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-06 09:26+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dbaccess/source/ui/querydesign.po b/translations/source/brx/dbaccess/source/ui/querydesign.po
index 63d659b2d03..fe3f60c90fc 100644
--- a/translations/source/brx/dbaccess/source/ui/querydesign.po
+++ b/translations/source/brx/dbaccess/source/ui/querydesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:48+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dbaccess/source/ui/relationdesign.po b/translations/source/brx/dbaccess/source/ui/relationdesign.po
index 69c96569e30..1616e3842b3 100644
--- a/translations/source/brx/dbaccess/source/ui/relationdesign.po
+++ b/translations/source/brx/dbaccess/source/ui/relationdesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:26+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dbaccess/source/ui/tabledesign.po b/translations/source/brx/dbaccess/source/ui/tabledesign.po
index cbf7aa4c4e9..f9e35b556d0 100644
--- a/translations/source/brx/dbaccess/source/ui/tabledesign.po
+++ b/translations/source/brx/dbaccess/source/ui/tabledesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-11 23:48+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dbaccess/source/ui/uno.po b/translations/source/brx/dbaccess/source/ui/uno.po
index 4c869727b6d..74301d44a01 100644
--- a/translations/source/brx/dbaccess/source/ui/uno.po
+++ b/translations/source/brx/dbaccess/source/ui/uno.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:26+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/desktop/source/app.po b/translations/source/brx/desktop/source/app.po
index 19787022f7e..f7370e745f6 100644
--- a/translations/source/brx/desktop/source/app.po
+++ b/translations/source/brx/desktop/source/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:26+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -129,6 +129,10 @@ msgctxt "desktop.src#STR_TITLE_USERDATALOCKED.string.text"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
+#: desktop.src#DLG_CMDLINEHELP.modaldialog.text
+msgid "Help Message..."
+msgstr ""
+
#: desktop.src#EBX_ERR_PRINTDISABLED.errorbox.text
msgid "Printing is disabled. No documents can be printed."
msgstr "साफायनो हाथाव नङा। जेबो फोरमान बिलाइखौ साफायनो हानाय नङा।"
diff --git a/translations/source/brx/desktop/source/deployment/gui.po b/translations/source/brx/desktop/source/deployment/gui.po
index 622626d5a48..c2672161104 100644
--- a/translations/source/brx/desktop/source/deployment/gui.po
+++ b/translations/source/brx/desktop/source/deployment/gui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:48+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/desktop/source/deployment/manager.po b/translations/source/brx/desktop/source/deployment/manager.po
index 45929d1f962..cc47933d819 100644
--- a/translations/source/brx/desktop/source/deployment/manager.po
+++ b/translations/source/brx/desktop/source/deployment/manager.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:26+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/desktop/source/deployment/misc.po b/translations/source/brx/desktop/source/deployment/misc.po
index f0c2ed6ebea..f81fc32a7e3 100644
--- a/translations/source/brx/desktop/source/deployment/misc.po
+++ b/translations/source/brx/desktop/source/deployment/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-17 17:26+0200\n"
"Last-Translator: alayaran <alayaran@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/desktop/source/deployment/registry.po b/translations/source/brx/desktop/source/deployment/registry.po
index 551c276f789..b85fec72077 100644
--- a/translations/source/brx/desktop/source/deployment/registry.po
+++ b/translations/source/brx/desktop/source/deployment/registry.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:26+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/desktop/source/deployment/registry/component.po b/translations/source/brx/desktop/source/deployment/registry/component.po
index 529fcaf87e2..499208760e6 100644
--- a/translations/source/brx/desktop/source/deployment/registry/component.po
+++ b/translations/source/brx/desktop/source/deployment/registry/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:07+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/desktop/source/deployment/registry/configuration.po b/translations/source/brx/desktop/source/deployment/registry/configuration.po
index 92ad63e6601..6f13cc2d27a 100644
--- a/translations/source/brx/desktop/source/deployment/registry/configuration.po
+++ b/translations/source/brx/desktop/source/deployment/registry/configuration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:26+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/desktop/source/deployment/registry/help.po b/translations/source/brx/desktop/source/deployment/registry/help.po
index a32a249ce5d..9123451c7f7 100644
--- a/translations/source/brx/desktop/source/deployment/registry/help.po
+++ b/translations/source/brx/desktop/source/deployment/registry/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:26+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/desktop/source/deployment/registry/package.po b/translations/source/brx/desktop/source/deployment/registry/package.po
index c20312921ed..332f5c44d37 100644
--- a/translations/source/brx/desktop/source/deployment/registry/package.po
+++ b/translations/source/brx/desktop/source/deployment/registry/package.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:26+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/desktop/source/deployment/registry/script.po b/translations/source/brx/desktop/source/deployment/registry/script.po
index 8a7b44ee283..b932bcbe561 100644
--- a/translations/source/brx/desktop/source/deployment/registry/script.po
+++ b/translations/source/brx/desktop/source/deployment/registry/script.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:26+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/desktop/source/deployment/registry/sfwk.po b/translations/source/brx/desktop/source/deployment/registry/sfwk.po
index ed290936869..50cd8609847 100644
--- a/translations/source/brx/desktop/source/deployment/registry/sfwk.po
+++ b/translations/source/brx/desktop/source/deployment/registry/sfwk.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:26+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/desktop/source/deployment/unopkg.po b/translations/source/brx/desktop/source/deployment/unopkg.po
index 5c9bc155e10..a63817e6bca 100644
--- a/translations/source/brx/desktop/source/deployment/unopkg.po
+++ b/translations/source/brx/desktop/source/deployment/unopkg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:26+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/af_ZA.po b/translations/source/brx/dictionaries/af_ZA.po
index 0c4b9ab89b7..2aa15d72f62 100644
--- a/translations/source/brx/dictionaries/af_ZA.po
+++ b/translations/source/brx/dictionaries/af_ZA.po
@@ -3,14 +3,14 @@ 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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/an_ES.po b/translations/source/brx/dictionaries/an_ES.po
index f33d2dea86d..95decf59b55 100644
--- a/translations/source/brx/dictionaries/an_ES.po
+++ b/translations/source/brx/dictionaries/an_ES.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fan_ES.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/ar.po b/translations/source/brx/dictionaries/ar.po
index 2be28ad3664..93d2298b34e 100644
--- a/translations/source/brx/dictionaries/ar.po
+++ b/translations/source/brx/dictionaries/ar.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/be_BY.po b/translations/source/brx/dictionaries/be_BY.po
index 20dd18c17dd..6295a7e1b92 100644
--- a/translations/source/brx/dictionaries/be_BY.po
+++ b/translations/source/brx/dictionaries/be_BY.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/bg_BG.po b/translations/source/brx/dictionaries/bg_BG.po
index 181b75791b4..ced99b56bd2 100644
--- a/translations/source/brx/dictionaries/bg_BG.po
+++ b/translations/source/brx/dictionaries/bg_BG.po
@@ -3,14 +3,14 @@ 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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/bn_BD.po b/translations/source/brx/dictionaries/bn_BD.po
index ccdd71f6ea2..945414e1f06 100644
--- a/translations/source/brx/dictionaries/bn_BD.po
+++ b/translations/source/brx/dictionaries/bn_BD.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/br_FR.po b/translations/source/brx/dictionaries/br_FR.po
index df21c8e178a..a40aa93d1b2 100644
--- a/translations/source/brx/dictionaries/br_FR.po
+++ b/translations/source/brx/dictionaries/br_FR.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/ca.po b/translations/source/brx/dictionaries/ca.po
index 354de2e420b..303025f4e7e 100644
--- a/translations/source/brx/dictionaries/ca.po
+++ b/translations/source/brx/dictionaries/ca.po
@@ -3,14 +3,14 @@ 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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/cs_CZ.po b/translations/source/brx/dictionaries/cs_CZ.po
index e526beb9e14..c6fe6f72f0e 100644
--- a/translations/source/brx/dictionaries/cs_CZ.po
+++ b/translations/source/brx/dictionaries/cs_CZ.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/da_DK.po b/translations/source/brx/dictionaries/da_DK.po
index bb12ae621d7..2b742ba1e9a 100644
--- a/translations/source/brx/dictionaries/da_DK.po
+++ b/translations/source/brx/dictionaries/da_DK.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/de.po b/translations/source/brx/dictionaries/de.po
index 158c14acbce..055016c0ea6 100644
--- a/translations/source/brx/dictionaries/de.po
+++ b/translations/source/brx/dictionaries/de.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/el_GR.po b/translations/source/brx/dictionaries/el_GR.po
index 118d3024a57..666e97f0681 100644
--- a/translations/source/brx/dictionaries/el_GR.po
+++ b/translations/source/brx/dictionaries/el_GR.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/en.po b/translations/source/brx/dictionaries/en.po
index db1e45eacb1..b1f70ac9856 100644
--- a/translations/source/brx/dictionaries/en.po
+++ b/translations/source/brx/dictionaries/en.po
@@ -3,14 +3,14 @@ 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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/en/dialog.po b/translations/source/brx/dictionaries/en/dialog.po
index aabecf3b12b..508b51f105d 100644
--- a/translations/source/brx/dictionaries/en/dialog.po
+++ b/translations/source/brx/dictionaries/en/dialog.po
@@ -3,17 +3,25 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "सोदोब बिहुंफोर"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.en.Label.value.text
+msgid "English sentence checking"
+msgstr ""
+
#: en_en_US.properties#spelling.property.text
msgid "Grammar checking"
msgstr ""
@@ -136,7 +144,7 @@ msgstr ""
#: en_en_US.properties#others.property.text
msgid "Others"
-msgstr ""
+msgstr "गुबुन"
#: en_en_US.properties#hlp_metric.property.text
msgid "Measurement conversion from °F, mph, ft, in, lb, gal and miles."
diff --git a/translations/source/brx/dictionaries/es_ES.po b/translations/source/brx/dictionaries/es_ES.po
index 0a6a3a91420..b3249166486 100644
--- a/translations/source/brx/dictionaries/es_ES.po
+++ b/translations/source/brx/dictionaries/es_ES.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/et_EE.po b/translations/source/brx/dictionaries/et_EE.po
index 712f8065531..f876b091a91 100644
--- a/translations/source/brx/dictionaries/et_EE.po
+++ b/translations/source/brx/dictionaries/et_EE.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/fr_FR.po b/translations/source/brx/dictionaries/fr_FR.po
index 9c972b88eef..107dcd0e0ae 100644
--- a/translations/source/brx/dictionaries/fr_FR.po
+++ b/translations/source/brx/dictionaries/fr_FR.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/gd_GB.po b/translations/source/brx/dictionaries/gd_GB.po
index 11fd13d090d..82815630986 100644
--- a/translations/source/brx/dictionaries/gd_GB.po
+++ b/translations/source/brx/dictionaries/gd_GB.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/gl.po b/translations/source/brx/dictionaries/gl.po
index ec1d23ab79b..21114bf9ed7 100644
--- a/translations/source/brx/dictionaries/gl.po
+++ b/translations/source/brx/dictionaries/gl.po
@@ -3,14 +3,14 @@ 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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/gu_IN.po b/translations/source/brx/dictionaries/gu_IN.po
index 85e9cfae26b..ed667afedb9 100644
--- a/translations/source/brx/dictionaries/gu_IN.po
+++ b/translations/source/brx/dictionaries/gu_IN.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/he_IL.po b/translations/source/brx/dictionaries/he_IL.po
index cac5817c379..6cbb9d0f25c 100644
--- a/translations/source/brx/dictionaries/he_IL.po
+++ b/translations/source/brx/dictionaries/he_IL.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/hi_IN.po b/translations/source/brx/dictionaries/hi_IN.po
index 1f31bfbdb79..bcaae02eeb6 100644
--- a/translations/source/brx/dictionaries/hi_IN.po
+++ b/translations/source/brx/dictionaries/hi_IN.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/hr_HR.po b/translations/source/brx/dictionaries/hr_HR.po
index 7070c54fb18..f3f38809df1 100644
--- a/translations/source/brx/dictionaries/hr_HR.po
+++ b/translations/source/brx/dictionaries/hr_HR.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/hu_HU.po b/translations/source/brx/dictionaries/hu_HU.po
index e30cc3df93d..600b93f0701 100644
--- a/translations/source/brx/dictionaries/hu_HU.po
+++ b/translations/source/brx/dictionaries/hu_HU.po
@@ -3,14 +3,14 @@ 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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/hu_HU/dialog.po b/translations/source/brx/dictionaries/hu_HU/dialog.po
index b3ddc79463c..169e3ab52ce 100644
--- a/translations/source/brx/dictionaries/hu_HU/dialog.po
+++ b/translations/source/brx/dictionaries/hu_HU/dialog.po
@@ -3,17 +3,25 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "सोदोब बिहुंफोर"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.hu_HU.Label.value.text
+msgid "Hungarian sentence checking"
+msgstr ""
+
#: hu_HU_en_US.properties#spelling.property.text
msgid "Spelling"
msgstr ""
diff --git a/translations/source/brx/dictionaries/it_IT.po b/translations/source/brx/dictionaries/it_IT.po
index 337fba54f0c..a6a6f65aee0 100644
--- a/translations/source/brx/dictionaries/it_IT.po
+++ b/translations/source/brx/dictionaries/it_IT.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/ku_TR.po b/translations/source/brx/dictionaries/ku_TR.po
index 471294fdda2..2cb2ea6efc6 100644
--- a/translations/source/brx/dictionaries/ku_TR.po
+++ b/translations/source/brx/dictionaries/ku_TR.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/lt_LT.po b/translations/source/brx/dictionaries/lt_LT.po
index 76b45164148..e02a3067716 100644
--- a/translations/source/brx/dictionaries/lt_LT.po
+++ b/translations/source/brx/dictionaries/lt_LT.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/lv_LV.po b/translations/source/brx/dictionaries/lv_LV.po
index b6f969a2b58..237d731856c 100644
--- a/translations/source/brx/dictionaries/lv_LV.po
+++ b/translations/source/brx/dictionaries/lv_LV.po
@@ -3,14 +3,14 @@ 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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/ne_NP.po b/translations/source/brx/dictionaries/ne_NP.po
index 10b83382212..6858973fa6c 100644
--- a/translations/source/brx/dictionaries/ne_NP.po
+++ b/translations/source/brx/dictionaries/ne_NP.po
@@ -3,14 +3,14 @@ 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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/nl_NL.po b/translations/source/brx/dictionaries/nl_NL.po
index d47a2c03187..9f7b9869830 100644
--- a/translations/source/brx/dictionaries/nl_NL.po
+++ b/translations/source/brx/dictionaries/nl_NL.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/no.po b/translations/source/brx/dictionaries/no.po
index 5e430908cd1..f1d1964e0de 100644
--- a/translations/source/brx/dictionaries/no.po
+++ b/translations/source/brx/dictionaries/no.po
@@ -3,14 +3,14 @@ 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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/oc_FR.po b/translations/source/brx/dictionaries/oc_FR.po
index 8fb528623d6..e8545ec1a40 100644
--- a/translations/source/brx/dictionaries/oc_FR.po
+++ b/translations/source/brx/dictionaries/oc_FR.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/pl_PL.po b/translations/source/brx/dictionaries/pl_PL.po
index ca1c4fc5a63..5d027ac1510 100644
--- a/translations/source/brx/dictionaries/pl_PL.po
+++ b/translations/source/brx/dictionaries/pl_PL.po
@@ -3,14 +3,14 @@ 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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/pt_BR.po b/translations/source/brx/dictionaries/pt_BR.po
index 2cd84abc5eb..052475323ff 100644
--- a/translations/source/brx/dictionaries/pt_BR.po
+++ b/translations/source/brx/dictionaries/pt_BR.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/pt_PT.po b/translations/source/brx/dictionaries/pt_PT.po
index 12f4fdb5ac8..3d7f490bb9b 100644
--- a/translations/source/brx/dictionaries/pt_PT.po
+++ b/translations/source/brx/dictionaries/pt_PT.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/ro.po b/translations/source/brx/dictionaries/ro.po
index 418f134a988..8accd52afec 100644
--- a/translations/source/brx/dictionaries/ro.po
+++ b/translations/source/brx/dictionaries/ro.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/ru_RU.po b/translations/source/brx/dictionaries/ru_RU.po
index 2d2e914c6be..1d096190997 100644
--- a/translations/source/brx/dictionaries/ru_RU.po
+++ b/translations/source/brx/dictionaries/ru_RU.po
@@ -3,17 +3,17 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
-msgid "Russian spelling dictionary, hyphenation rules, and thesaurus"
+msgid "Russian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/translations/source/brx/dictionaries/ru_RU/dialog.po b/translations/source/brx/dictionaries/ru_RU/dialog.po
new file mode 100644
index 00000000000..e2459ad2bb2
--- /dev/null
+++ b/translations/source/brx/dictionaries/ru_RU/dialog.po
@@ -0,0 +1,83 @@
+#. extracted from dictionaries/ru_RU/dialog.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%2Fru_RU%2Fdialog.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "सोदोब बिहुंफोर"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.ru_RU.Label.value.text
+msgid "Grammar checking (Russian)"
+msgstr ""
+
+#: ru_RU_en_US.properties#abbreviation.property.text
+msgid "Abbreviation"
+msgstr ""
+
+#: ru_RU_en_US.properties#grammar.property.text
+msgid "Grammar"
+msgstr ""
+
+#: ru_RU_en_US.properties#hyphen.property.text
+msgid "Compound words with hyphen"
+msgstr ""
+
+#: ru_RU_en_US.properties#comma.property.text
+msgid "Comma usage"
+msgstr ""
+
+#: ru_RU_en_US.properties#common.property.text
+msgid "General error"
+msgstr ""
+
+#: ru_RU_en_US.properties#multiword.property.text
+msgid "Multiword expressions"
+msgstr ""
+
+#: ru_RU_en_US.properties#together.property.text
+msgid "Together/separately"
+msgstr ""
+
+#: ru_RU_en_US.properties#proofreading.property.text
+msgid "Proofreading"
+msgstr ""
+
+#: ru_RU_en_US.properties#space.property.text
+msgid "Space mistake"
+msgstr ""
+
+#: ru_RU_en_US.properties#typographica.property.text
+msgid "Typographica"
+msgstr ""
+
+#: ru_RU_en_US.properties#dup.property.text
+msgid "Word duplication within clauses"
+msgstr ""
+
+#: ru_RU_en_US.properties#dup2.property.text
+msgid "Word duplication within sentences"
+msgstr ""
+
+#: ru_RU_en_US.properties#others.property.text
+msgid "Others"
+msgstr "गुबुन"
+
+#: ru_RU_en_US.properties#numsep.property.text
+msgid "Separation of large numbers (ISO)"
+msgstr ""
+
+#: ru_RU_en_US.properties#quotation.property.text
+msgid "Quotation"
+msgstr "मुख'नाय राव"
diff --git a/translations/source/brx/dictionaries/si_LK.po b/translations/source/brx/dictionaries/si_LK.po
index be9781c7180..dc1c1f356e3 100644
--- a/translations/source/brx/dictionaries/si_LK.po
+++ b/translations/source/brx/dictionaries/si_LK.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fsi_LK.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/sk_SK.po b/translations/source/brx/dictionaries/sk_SK.po
index a6a6e04ab7e..2844bf852ba 100644
--- a/translations/source/brx/dictionaries/sk_SK.po
+++ b/translations/source/brx/dictionaries/sk_SK.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/sl_SI.po b/translations/source/brx/dictionaries/sl_SI.po
index 0e44a78b889..d9f6d7ee040 100644
--- a/translations/source/brx/dictionaries/sl_SI.po
+++ b/translations/source/brx/dictionaries/sl_SI.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/sr.po b/translations/source/brx/dictionaries/sr.po
index f901005ca83..f32a8ca5db5 100644
--- a/translations/source/brx/dictionaries/sr.po
+++ b/translations/source/brx/dictionaries/sr.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/sv_SE.po b/translations/source/brx/dictionaries/sv_SE.po
index b0bd448df81..2dfc533944a 100644
--- a/translations/source/brx/dictionaries/sv_SE.po
+++ b/translations/source/brx/dictionaries/sv_SE.po
@@ -3,14 +3,14 @@ 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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/sw_TZ.po b/translations/source/brx/dictionaries/sw_TZ.po
index d0bda737fd5..4d0bef2dfcb 100644
--- a/translations/source/brx/dictionaries/sw_TZ.po
+++ b/translations/source/brx/dictionaries/sw_TZ.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/te_IN.po b/translations/source/brx/dictionaries/te_IN.po
index 18ec9d3e5e5..6563e2f4666 100644
--- a/translations/source/brx/dictionaries/te_IN.po
+++ b/translations/source/brx/dictionaries/te_IN.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/th_TH.po b/translations/source/brx/dictionaries/th_TH.po
index 86ed40e5a1d..9e0515fadf0 100644
--- a/translations/source/brx/dictionaries/th_TH.po
+++ b/translations/source/brx/dictionaries/th_TH.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/uk_UA.po b/translations/source/brx/dictionaries/uk_UA.po
index 4a821b5ab6c..7b0494b4dda 100644
--- a/translations/source/brx/dictionaries/uk_UA.po
+++ b/translations/source/brx/dictionaries/uk_UA.po
@@ -3,14 +3,14 @@ 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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/vi.po b/translations/source/brx/dictionaries/vi.po
index f0337ba5d4b..a470f7b3be0 100644
--- a/translations/source/brx/dictionaries/vi.po
+++ b/translations/source/brx/dictionaries/vi.po
@@ -3,14 +3,14 @@ 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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/dictionaries/zu_ZA.po b/translations/source/brx/dictionaries/zu_ZA.po
index 117e2a91d23..14b5439c436 100644
--- a/translations/source/brx/dictionaries/zu_ZA.po
+++ b/translations/source/brx/dictionaries/zu_ZA.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/editeng/source/accessibility.po b/translations/source/brx/editeng/source/accessibility.po
index 9c67a76fdd8..f260d9a3cee 100644
--- a/translations/source/brx/editeng/source/accessibility.po
+++ b/translations/source/brx/editeng/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:26+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/editeng/source/editeng.po b/translations/source/brx/editeng/source/editeng.po
index f63623f99f6..8adf639f79b 100644
--- a/translations/source/brx/editeng/source/editeng.po
+++ b/translations/source/brx/editeng/source/editeng.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:26+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -71,7 +71,7 @@ msgstr ""
#: editeng.src#RID_EDITUNDO_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "~केस सोलाय"
#: editeng.src#RID_MENU_SPELL.MN_SPELLING.menuitem.text
msgid "~Spellcheck..."
diff --git a/translations/source/brx/editeng/source/items.po b/translations/source/brx/editeng/source/items.po
index c3ec078f482..b1e5f9cf5f0 100644
--- a/translations/source/brx/editeng/source/items.po
+++ b/translations/source/brx/editeng/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:48+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -569,6 +569,30 @@ msgstr "सोसन"
msgid "Outset"
msgstr "बायजोआव"
+#: svxitems.src#RID_SVXITEMS_METRIC_MM.string.text
+msgid "mm"
+msgstr "mm"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_CM.string.text
+msgid "cm"
+msgstr "cm"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_INCH.string.text
+msgid "inch"
+msgstr "इन्चि"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_POINT.string.text
+msgid "pt"
+msgstr "pt"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_TWIP.string.text
+msgid "twip"
+msgstr "twip"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_PIXEL.string.text
+msgid "pixel"
+msgstr ""
+
#: svxitems.src#RID_SVXITEMS_SHADOWED_TRUE.string.text
msgid "Shadowed"
msgstr "सायख्लुम होनाय"
diff --git a/translations/source/brx/editeng/source/misc.po b/translations/source/brx/editeng/source/misc.po
index d259a30fd13..c29a784cdff 100644
--- a/translations/source/brx/editeng/source/misc.po
+++ b/translations/source/brx/editeng/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:48+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/editeng/source/outliner.po b/translations/source/brx/editeng/source/outliner.po
index ca5d40b481f..9a2b93d2c2c 100644
--- a/translations/source/brx/editeng/source/outliner.po
+++ b/translations/source/brx/editeng/source/outliner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-06 09:26+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/extensions/source/abpilot.po b/translations/source/brx/extensions/source/abpilot.po
index 9b654f8ac38..6c90e04c5c2 100644
--- a/translations/source/brx/extensions/source/abpilot.po
+++ b/translations/source/brx/extensions/source/abpilot.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:26+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -70,8 +70,8 @@ msgid "Mozilla / Netscape"
msgstr "मजिला/ नेटस्केप"
#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_THUNDERBIRD.radiobutton.text
-msgid "Thunderbird"
-msgstr "थन्डारबार्ड"
+msgid "Thunderbird/Icedove"
+msgstr ""
#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_KAB.radiobutton.text
msgid "KDE address book"
diff --git a/translations/source/brx/extensions/source/bibliography.po b/translations/source/brx/extensions/source/bibliography.po
index b00ef0adf5b..b0553808ce7 100644
--- a/translations/source/brx/extensions/source/bibliography.po
+++ b/translations/source/brx/extensions/source/bibliography.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:26+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/extensions/source/dbpilots.po b/translations/source/brx/extensions/source/dbpilots.po
index 3586cb780f8..213cfe997d2 100644
--- a/translations/source/brx/extensions/source/dbpilots.po
+++ b/translations/source/brx/extensions/source/dbpilots.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:26+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/extensions/source/propctrlr.po b/translations/source/brx/extensions/source/propctrlr.po
index 4dada37efef..85b741e7534 100644
--- a/translations/source/brx/extensions/source/propctrlr.po
+++ b/translations/source/brx/extensions/source/propctrlr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:48+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/extensions/source/scanner.po b/translations/source/brx/extensions/source/scanner.po
index 6cd116718ed..01d6528cdf3 100644
--- a/translations/source/brx/extensions/source/scanner.po
+++ b/translations/source/brx/extensions/source/scanner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:26+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -53,7 +53,7 @@ msgstr ""
#: sanedlg.src#RID_SANE_DIALOG.RID_SCAN_BTN.pushbutton.text
msgid "Scan"
-msgstr ""
+msgstr "स्केन"
#: sanedlg.src#RID_SANE_DIALOG.RID_PREVIEW_BOX.fixedline.text
msgid "Preview"
diff --git a/translations/source/brx/extensions/source/update/check.po b/translations/source/brx/extensions/source/update/check.po
index b937c8eded8..e35d6128027 100644
--- a/translations/source/brx/extensions/source/update/check.po
+++ b/translations/source/brx/extensions/source/update/check.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:26+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/filter/source/config/fragments/filters.po b/translations/source/brx/filter/source/config/fragments/filters.po
index 4a822516e5c..3859ab6c386 100644
--- a/translations/source/brx/filter/source/config/fragments/filters.po
+++ b/translations/source/brx/filter/source/config/fragments/filters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-07-28 11:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/filter/source/config/fragments/internalgraphicfilters.po b/translations/source/brx/filter/source/config/fragments/internalgraphicfilters.po
index 7cb132bb40b..84661e12181 100644
--- a/translations/source/brx/filter/source/config/fragments/internalgraphicfilters.po
+++ b/translations/source/brx/filter/source/config/fragments/internalgraphicfilters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:27+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/filter/source/config/fragments/types.po b/translations/source/brx/filter/source/config/fragments/types.po
index 7a62293d6c9..d9d30fb05cf 100644
--- a/translations/source/brx/filter/source/config/fragments/types.po
+++ b/translations/source/brx/filter/source/config/fragments/types.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-17 17:26+0200\n"
"Last-Translator: alayaran <alayaran@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/filter/source/flash.po b/translations/source/brx/filter/source/flash.po
index a4f7bfd5028..0bb90b27b24 100644
--- a/translations/source/brx/filter/source/flash.po
+++ b/translations/source/brx/filter/source/flash.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:27+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/filter/source/graphicfilter/eps.po b/translations/source/brx/filter/source/graphicfilter/eps.po
index 5d39000a90c..75460f83794 100644
--- a/translations/source/brx/filter/source/graphicfilter/eps.po
+++ b/translations/source/brx/filter/source/graphicfilter/eps.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:27+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/filter/source/pdf.po b/translations/source/brx/filter/source/pdf.po
index 4d6a548244c..8f2da1fae02 100644
--- a/translations/source/brx/filter/source/pdf.po
+++ b/translations/source/brx/filter/source/pdf.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:48+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -118,6 +118,10 @@ msgstr "न'टसखौ~ दैथाय हर"
msgid "Export ~notes pages"
msgstr ""
+#: impdialog.src#CB_EXPORTHIDDENSLIDES.checkbox.text
+msgid "Export ~hidden pages"
+msgstr ""
+
#: impdialog.src#CB_EXPORTEMPTYPAGES.checkbox.text
msgid "Exp~ort automatically inserted blank pages"
msgstr "गावनो गाव सोसननाय~ लांदां बिखंफोरखौ दैथाय हर"
diff --git a/translations/source/brx/filter/source/t602.po b/translations/source/brx/filter/source/t602.po
index 340d1781cce..9964ee2be85 100644
--- a/translations/source/brx/filter/source/t602.po
+++ b/translations/source/brx/filter/source/t602.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:27+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/filter/source/xsltdialog.po b/translations/source/brx/filter/source/xsltdialog.po
index e8038bfaf8a..982d60074ec 100644
--- a/translations/source/brx/filter/source/xsltdialog.po
+++ b/translations/source/brx/filter/source/xsltdialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-11 23:07+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/forms/source/resource.po b/translations/source/brx/forms/source/resource.po
index 36295170b79..914211da371 100644
--- a/translations/source/brx/forms/source/resource.po
+++ b/translations/source/brx/forms/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:27+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/formula/source/core/resource.po b/translations/source/brx/formula/source/core/resource.po
index 2f72f0339cd..849fdc2f75e 100644
--- a/translations/source/brx/formula/source/core/resource.po
+++ b/translations/source/brx/formula/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-09 20:49+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/formula/source/ui/dlg.po b/translations/source/brx/formula/source/ui/dlg.po
index 7facada749d..7e3981a669f 100644
--- a/translations/source/brx/formula/source/ui/dlg.po
+++ b/translations/source/brx/formula/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:48+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/fpicker/source/office.po b/translations/source/brx/fpicker/source/office.po
index bba9b9c21d4..7dd32ea4115 100644
--- a/translations/source/brx/fpicker/source/office.po
+++ b/translations/source/brx/fpicker/source/office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:07+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/framework/source/classes.po b/translations/source/brx/framework/source/classes.po
index c2aecf55922..be5d260add6 100644
--- a/translations/source/brx/framework/source/classes.po
+++ b/translations/source/brx/framework/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-06 09:27+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/framework/source/services.po b/translations/source/brx/framework/source/services.po
index 3a7c4d91799..251390b127c 100644
--- a/translations/source/brx/framework/source/services.po
+++ b/translations/source/brx/framework/source/services.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:27+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/instsetoo_native/inc_openoffice/windows/msi_languages.po b/translations/source/brx/instsetoo_native/inc_openoffice/windows/msi_languages.po
index e2555ebb6ed..cf9e70e7e18 100644
--- a/translations/source/brx/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/translations/source/brx/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-06 09:27+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/mysqlc/source.po b/translations/source/brx/mysqlc/source.po
index b8b250cc7f5..adebd5b7ed3 100644
--- a/translations/source/brx/mysqlc/source.po
+++ b/translations/source/brx/mysqlc/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/translations/source/brx/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index b20410640ce..92ff4547c66 100644
--- a/translations/source/brx/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/translations/source/brx/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:27+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/translations/source/brx/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
index e06201dfd4a..958c52d4486 100644
--- a/translations/source/brx/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
+++ b/translations/source/brx/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fhelp%2Fen%2Fcom.sun.star.comp.Calc.NLPSolver.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/translations/source/brx/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
index d69cda516e3..e7b67083f1b 100644
--- a/translations/source/brx/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
+++ b/translations/source/brx/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fsrc%2Fcom%2Fsun%2Fstar%2Fcomp%2FCalc%2FNLPSolver.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/nlpsolver/src/locale.po b/translations/source/brx/nlpsolver/src/locale.po
index a1de025c526..ca90e855371 100644
--- a/translations/source/brx/nlpsolver/src/locale.po
+++ b/translations/source/brx/nlpsolver/src/locale.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fsrc%2Flocale.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -112,11 +112,11 @@ msgstr ""
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnOK.property.text
msgid "OK"
-msgstr ""
+msgstr "OK"
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnContinue.property.text
msgid "Continue"
-msgstr ""
+msgstr "सोलिगासिनो थानाय"
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopIteration.property.text
msgid "Maximum iterations reached."
@@ -152,7 +152,7 @@ msgstr ""
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Seconds.property.text
msgid "Seconds"
-msgstr ""
+msgstr "सेकेण्डफोर"
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Minute.property.text
msgid "Minute"
@@ -160,7 +160,7 @@ msgstr ""
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Minutes.property.text
msgid "Minutes"
-msgstr ""
+msgstr "मिनिटफोर"
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Hour.property.text
msgid "Hour"
@@ -168,12 +168,12 @@ msgstr ""
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Hours.property.text
msgid "Hours"
-msgstr ""
+msgstr "घन्टाफोर"
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Day.property.text
msgid "Day"
-msgstr ""
+msgstr "सान"
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Days.property.text
msgid "Days"
-msgstr ""
+msgstr "सानफोर"
diff --git a/translations/source/brx/officecfg/registry/data/org/openoffice/Office.po b/translations/source/brx/officecfg/registry/data/org/openoffice/Office.po
index 637fc866de0..d329ddf0cff 100644
--- a/translations/source/brx/officecfg/registry/data/org/openoffice/Office.po
+++ b/translations/source/brx/officecfg/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:28+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/officecfg/registry/data/org/openoffice/Office/UI.po b/translations/source/brx/officecfg/registry/data/org/openoffice/Office/UI.po
index e1f5866e052..222ca82c4ce 100644
--- a/translations/source/brx/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/brx/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
-"PO-Revision-Date: 2011-12-15 12:28+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2011-12-18 22:03+0200\n"
"Last-Translator: alayaran <alayaran@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
-"X-Generator: Pootle 2.1.6\n"
+"Language: brx\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: WriterReportWindowState.xcu#..WriterReportWindowState.UIElements.States.private_resource/toolbar/standardbar.UIName.value.text
@@ -2845,7 +2845,7 @@ msgstr "आदबफोर"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_SnapLinesMenu.Label.value.text
msgid "~Snap Lines"
-msgstr ""
+msgstr "~सारिफोर स्नेप खालाम"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_MasterPageMenu.Label.value.text
msgctxt "DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_MasterPageMenu.Label.value.text"
@@ -8203,6 +8203,10 @@ msgstr "इनपुट ~नेमखानथि थाखोमान"
msgid "Optio~n Bar"
msgstr "~उफ्रा बार"
+#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_SendFeedback.Label.value.text
+msgid "Send Feedback..."
+msgstr ""
+
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_ShowLicense.Label.value.text
msgid "License Information..."
msgstr ""
@@ -11942,33 +11946,33 @@ msgstr ""
msgid "Line Numbers"
msgstr ""
-#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_RadioBUTTON.Label.value.text
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormRadio.Label.value.text
msgid "Form Option Button"
msgstr ""
-#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_CheckBOX.Label.value.text
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormCheck.Label.value.text
msgid "Form Check Box"
msgstr ""
-#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertListBOX.Label.value.text
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormList.Label.value.text
msgid "Form List Box"
msgstr ""
-#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_ComboBOX.Label.value.text
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormCombo.Label.value.text
msgid "Form Combo Box"
msgstr ""
-#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_VScrollBAR.Label.value.text
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormVScroll.Label.value.text
#, fuzzy
msgid "Form Vertical Scroll Bar"
msgstr "थोंगोरै थानाय स्क्रोल बार"
-#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_HScrollBAR.Label.value.text
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormHScroll.Label.value.text
#, fuzzy
msgid "Form Horizonal Scroll Bar"
msgstr "समानथि स्क्रोल बार"
-#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_SpinBUTTON.Label.value.text
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormSpin.Label.value.text
msgid "Form Spin Button"
msgstr ""
diff --git a/translations/source/brx/padmin/source.po b/translations/source/brx/padmin/source.po
index 8e7ed399df0..15500c25f91 100644
--- a/translations/source/brx/padmin/source.po
+++ b/translations/source/brx/padmin/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:07+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/readlicense_oo/docs/readme.po b/translations/source/brx/readlicense_oo/docs/readme.po
index f8c7eb12dc4..a29bbe741fd 100644
--- a/translations/source/brx/readlicense_oo/docs/readme.po
+++ b/translations/source/brx/readlicense_oo/docs/readme.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:29+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -103,7 +103,6 @@ msgid "1024x768 resolution (higher resolution recommended), at least 256 colors"
msgstr ""
#: readme.xrm#edssc3d.edssc3d.readmeitem.text
-msgctxt "readme.xrm#edssc3d.edssc3d.readmeitem.text"
msgid "Please be aware that administrator rights are needed for the installation process."
msgstr ""
@@ -112,20 +111,11 @@ msgid "Registration of ${PRODUCTNAME} as default application for Microsoft Offic
msgstr ""
#: readme.xrm#MSOReg2.MSOReg2.readmeitem.text
-msgid "<tt>/msoreg=1</tt> will force registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
+msgid "<tt>REGISTER_ALL_MSO_TYPES=1</tt> will force registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
msgstr ""
#: readme.xrm#MSOReg3.MSOReg3.readmeitem.text
-msgid "<tt>/msoreg=0</tt> will suppress registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
-msgstr ""
-
-#: readme.xrm#DLLA1.DLLA1.readmeitem.text
-msgid "If you perform an administrative installation using setup /a, you need to make sure that the file msvc90.dll is installed on the system. This file is required for ${PRODUCTNAME} to start after an administrative installation. You can get the file from <a href=\"http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF\">http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF</a>"
-msgstr ""
-
-#: readme.xrm#AdminNeeded.AdminNeeded.readmeitem.text
-msgctxt "readme.xrm#AdminNeeded.AdminNeeded.readmeitem.text"
-msgid "Please be aware that administrator rights are needed for the installation process."
+msgid "<tt>REGISTER_NO_MSO_TYPES=1</tt> will suppress registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
msgstr ""
#: readme.xrm#s2we10.s2we10.readmeitem.text
@@ -185,7 +175,8 @@ msgid "Installation of ${PRODUCTNAME} on Debian/Ubuntu-based Linux systems"
msgstr ""
#: readme.xrm#debianinstall1.debianinstall1.readmeitem.text
-msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to do that, please read the section below entitled Deinstallation of a Previous Version of ${PRODUCTNAME}. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
+msgctxt "readme.xrm#debianinstall1.debianinstall1.readmeitem.text"
+msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
msgstr ""
#: readme.xrm#debianinstall2.debianinstall2.readmeitem.text
@@ -235,7 +226,8 @@ msgid "Installation of ${PRODUCTNAME} on Fedora, Suse, Mandriva and other Linux
msgstr ""
#: readme.xrm#rpminstall1.rpminstall1.readmeitem.text
-msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to do that, please read the section below entitled De-installation of a Previous Version of ${PRODUCTNAME}. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
+msgctxt "readme.xrm#rpminstall1.rpminstall1.readmeitem.text"
+msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
msgstr ""
#: readme.xrm#rpminstall2.rpminstall2.readmeitem.text
@@ -280,15 +272,19 @@ msgid "Now run the installation command again:"
msgstr ""
#: readme.xrm#rpminstallB.rpminstallB.readmeitem.text
-msgid "For Fedora-based systems: su -c 'yum install *redhat*.rpm'"
+msgid "For Fedora-based systems: su -c 'yum install *freedesktop*.rpm'"
msgstr ""
#: readme.xrm#rpminstallC.rpminstallC.readmeitem.text
msgid "For Mandriva-based systems: sudo urpmi *mandriva*.rpm"
msgstr ""
+#: readme.xrm#rpminstallF.rpminstallF.readmeitem.text
+msgid "For SUSE-based systems: rpm -Uvh *suse*.rpm"
+msgstr ""
+
#: readme.xrm#rpminstallD.rpminstallD.readmeitem.text
-msgid "For other RPM-based systems (Suse, etc.): rpm -Uvh *suse*.rpm"
+msgid "For other RPM-based systems: rpm -Uvh *freedesktop*.rpm"
msgstr ""
#: readme.xrm#rpminstallE.rpminstallE.readmeitem.text
diff --git a/translations/source/brx/reportbuilder/java/com/sun/star/report/function/metadata.po b/translations/source/brx/reportbuilder/java/com/sun/star/report/function/metadata.po
index c34af101800..3f2996bb406 100644
--- a/translations/source/brx/reportbuilder/java/com/sun/star/report/function/metadata.po
+++ b/translations/source/brx/reportbuilder/java/com/sun/star/report/function/metadata.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fjava%2Fcom%2Fsun%2Fstar%2Freport%2Ffunction%2Fmetadata.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/reportbuilder/registry/data/org/openoffice/Office.po b/translations/source/brx/reportbuilder/registry/data/org/openoffice/Office.po
index ac1b52d1592..faa67eb9878 100644
--- a/translations/source/brx/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/translations/source/brx/reportbuilder/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:29+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/reportbuilder/registry/data/org/openoffice/Office/UI.po b/translations/source/brx/reportbuilder/registry/data/org/openoffice/Office/UI.po
index f1b1f091c1c..58d86321c43 100644
--- a/translations/source/brx/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/brx/reportbuilder/registry/data/org/openoffice/Office/UI.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:07+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -261,7 +261,7 @@ msgstr ""
#: ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_SnapLinesMenu.Label.value.text
msgid "~Snap Lines"
-msgstr ""
+msgstr "~सारिफोर स्नेप खालाम"
#: ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_ObjectResize.Label.value.text
msgctxt "ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_ObjectResize.Label.value.text"
diff --git a/translations/source/brx/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/translations/source/brx/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index 6af61904fa6..49ceef95927 100644
--- a/translations/source/brx/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/translations/source/brx/reportbuilder/registry/data/org/openoffice/TypeDetection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:29+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/reportbuilder/util.po b/translations/source/brx/reportbuilder/util.po
index 2f787eeb5a3..1a9d3582e87 100644
--- a/translations/source/brx/reportbuilder/util.po
+++ b/translations/source/brx/reportbuilder/util.po
@@ -3,14 +3,14 @@ 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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/reportdesign/source/core/resource.po b/translations/source/brx/reportdesign/source/core/resource.po
index e4c4283252b..43a95bde153 100644
--- a/translations/source/brx/reportdesign/source/core/resource.po
+++ b/translations/source/brx/reportdesign/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-06 09:29+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/reportdesign/source/ui/dlg.po b/translations/source/brx/reportdesign/source/ui/dlg.po
index a7f5717b663..797267fe496 100644
--- a/translations/source/brx/reportdesign/source/ui/dlg.po
+++ b/translations/source/brx/reportdesign/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:49+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/reportdesign/source/ui/inspection.po b/translations/source/brx/reportdesign/source/ui/inspection.po
index 7c072d583af..b192cac3cac 100644
--- a/translations/source/brx/reportdesign/source/ui/inspection.po
+++ b/translations/source/brx/reportdesign/source/ui/inspection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-06 09:30+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/reportdesign/source/ui/report.po b/translations/source/brx/reportdesign/source/ui/report.po
index b1c95b4b023..999f5108d0b 100644
--- a/translations/source/brx/reportdesign/source/ui/report.po
+++ b/translations/source/brx/reportdesign/source/ui/report.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:49+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sc/source/core/src.po b/translations/source/brx/sc/source/core/src.po
index c014011c370..525c1d825fd 100644
--- a/translations/source/brx/sc/source/core/src.po
+++ b/translations/source/brx/sc/source/core/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:30+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sc/source/ui/cctrl.po b/translations/source/brx/sc/source/ui/cctrl.po
index db7bcd7f249..90fa117b725 100644
--- a/translations/source/brx/sc/source/ui/cctrl.po
+++ b/translations/source/brx/sc/source/ui/cctrl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:30+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sc/source/ui/dbgui.po b/translations/source/brx/sc/source/ui/dbgui.po
index a158cec6095..a2fadc78275 100644
--- a/translations/source/brx/sc/source/ui/dbgui.po
+++ b/translations/source/brx/sc/source/ui/dbgui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:49+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sc/source/ui/docshell.po b/translations/source/brx/sc/source/ui/docshell.po
index 0ad482c1fc5..5d25ce167ef 100644
--- a/translations/source/brx/sc/source/ui/docshell.po
+++ b/translations/source/brx/sc/source/ui/docshell.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:30+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sc/source/ui/drawfunc.po b/translations/source/brx/sc/source/ui/drawfunc.po
index 7034e6f2015..f46f105cad0 100644
--- a/translations/source/brx/sc/source/ui/drawfunc.po
+++ b/translations/source/brx/sc/source/ui/drawfunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:30+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sc/source/ui/formdlg.po b/translations/source/brx/sc/source/ui/formdlg.po
index 5dd0996d152..dab39c29f80 100644
--- a/translations/source/brx/sc/source/ui/formdlg.po
+++ b/translations/source/brx/sc/source/ui/formdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:30+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sc/source/ui/miscdlgs.po b/translations/source/brx/sc/source/ui/miscdlgs.po
index 03bbfa7e1e2..6b1d068cfda 100644
--- a/translations/source/brx/sc/source/ui/miscdlgs.po
+++ b/translations/source/brx/sc/source/ui/miscdlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:49+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sc/source/ui/navipi.po b/translations/source/brx/sc/source/ui/navipi.po
index 0dba141eedb..30af1a85caa 100644
--- a/translations/source/brx/sc/source/ui/navipi.po
+++ b/translations/source/brx/sc/source/ui/navipi.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-17 17:26+0200\n"
"Last-Translator: alayaran <alayaran@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sc/source/ui/pagedlg.po b/translations/source/brx/sc/source/ui/pagedlg.po
index c43c7dd5aa9..aa293aff22f 100644
--- a/translations/source/brx/sc/source/ui/pagedlg.po
+++ b/translations/source/brx/sc/source/ui/pagedlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-06 09:30+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sc/source/ui/src.po b/translations/source/brx/sc/source/ui/src.po
index eb6fc537a12..f2c22ed56a5 100644
--- a/translations/source/brx/sc/source/ui/src.po
+++ b/translations/source/brx/sc/source/ui/src.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-15 12:28+0200\n"
"Last-Translator: alayaran <alayaran@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
-"X-Generator: Pootle 2.1.6\n"
+"Language: brx\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: namedlg.src#RID_SCDLG_NAMES.BTN_ADD.pushbutton.text
@@ -28,7 +28,7 @@ msgstr "~हुखुमोर"
#: namedlg.src#RID_SCDLG_NAMES.BTN_NAME_OK.pushbutton.text
msgid "OK"
-msgstr ""
+msgstr "OK"
#: namedlg.src#RID_SCDLG_NAMES.BTN_NAME_CANCEL.pushbutton.text
msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_NAME_CANCEL.pushbutton.text"
@@ -1663,9 +1663,9 @@ msgstr "हुखुमोर"
msgid "Restore"
msgstr "लाबोफिन"
-#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_LAST.pushbutton.text
-msgid "Last Record"
-msgstr "जोबथा फोरमानलाइ"
+#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_PREV.pushbutton.text
+msgid "Previous Record"
+msgstr "सिगांनि फोरमानलाइ"
#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_NEXT.pushbutton.text
msgid "Next Record"
@@ -3919,8 +3919,8 @@ msgid "Number"
msgstr "अनजिमा"
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ARC_COS_HYP.3.string.text
-msgid "A value greater than or equal to 1 for which the hyperbolic cosine is to be returned."
-msgstr "मोनसे बेसेना 1 जों समान एबा गेदेरसिन जायनि थाखाय हाइपारबलिक क'साइनखौ दैथाय हरफिननाय जायो।"
+msgid "A value greater than or equal to 1 for which the inverse hyperbolic cosine is to be returned."
+msgstr ""
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ARC_SIN_HYP.1.string.text
msgid "Returns the inverse hyperbolic sine of a number."
@@ -10701,7 +10701,7 @@ msgstr "सारि मुंफोर सुजु"
#: globstr.src#RID_GLOBSTR.STR_UNDO_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "~केस सोलाय"
#: globstr.src#RID_GLOBSTR.STR_DB_NONAME.string.text
msgctxt "globstr.src#RID_GLOBSTR.STR_DB_NONAME.string.text"
@@ -12350,6 +12350,17 @@ msgstr ""
msgid "Invalid name. Only use letters, numbers and underscore."
msgstr ""
+#: globstr.src#RID_GLOBSTR.STR_UNSAVED_EXT_REF.string.text
+msgid ""
+"This Document contains external references to unsaved documents.\n"
+"\n"
+"Do you want to continue?"
+msgstr ""
+
+#: globstr.src#RID_GLOBSTR.STR_CLOSE_WITH_UNSAVED_REFS.string.text
+msgid "This Document is referenced by another document and not yet saved. Closing it without saving will result in data loss."
+msgstr ""
+
#: crnrdlg.src#RID_SCDLG_COLROWNAMERANGES.FL_ASSIGN.fixedline.text
msgctxt "crnrdlg.src#RID_SCDLG_COLROWNAMERANGES.FL_ASSIGN.fixedline.text"
msgid "Range"
diff --git a/translations/source/brx/sc/source/ui/styleui.po b/translations/source/brx/sc/source/ui/styleui.po
index 4455f1ca20f..10326b8b0e0 100644
--- a/translations/source/brx/sc/source/ui/styleui.po
+++ b/translations/source/brx/sc/source/ui/styleui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-28 11:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -26,7 +26,7 @@ msgstr "खथासा आदबफोर"
#: scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.2.filterlist.text
msgid "Applied Styles"
-msgstr ""
+msgstr "बाहायनाय आदब"
#: scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.3.filterlist.text
msgctxt "scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.3.filterlist.text"
diff --git a/translations/source/brx/scaddins/source/analysis.po b/translations/source/brx/scaddins/source/analysis.po
index 814914f2959..4f126afe9eb 100644
--- a/translations/source/brx/scaddins/source/analysis.po
+++ b/translations/source/brx/scaddins/source/analysis.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:31+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/scaddins/source/datefunc.po b/translations/source/brx/scaddins/source/datefunc.po
index f53a65e1d0f..806021a893b 100644
--- a/translations/source/brx/scaddins/source/datefunc.po
+++ b/translations/source/brx/scaddins/source/datefunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:31+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sccomp/source/solver.po b/translations/source/brx/sccomp/source/solver.po
index d4fe2cdd2ff..244b7113076 100644
--- a/translations/source/brx/sccomp/source/solver.po
+++ b/translations/source/brx/sccomp/source/solver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:31+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/scp2/source/accessories.po b/translations/source/brx/scp2/source/accessories.po
index 863b1345152..fa9c294b8e2 100644
--- a/translations/source/brx/scp2/source/accessories.po
+++ b/translations/source/brx/scp2/source/accessories.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:54+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/scp2/source/activex.po b/translations/source/brx/scp2/source/activex.po
index 02948b7af13..6ccdfbdd524 100644
--- a/translations/source/brx/scp2/source/activex.po
+++ b/translations/source/brx/scp2/source/activex.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-06 09:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/scp2/source/base.po b/translations/source/brx/scp2/source/base.po
index 88281488cea..d83025db16a 100644
--- a/translations/source/brx/scp2/source/base.po
+++ b/translations/source/brx/scp2/source/base.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -38,6 +38,16 @@ msgstr "%PRODUCTNAME बेस मदत"
msgid "Help about %PRODUCTNAME Base"
msgstr "%PRODUCTNAME बेसनि सोमोनदै मदत"
+#: postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr ""
+
+#: postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr ""
+
#: folderitem_base.ulf#STR_FI_TOOLTIP_BASE.LngText.text
msgid "Manage databases, create queries and reports to track and manage your information by using Base."
msgstr "बेस बाहायनानै डाटाबेस मेनेज खालामा, सोंनायफोरखौ सोरजि आरो ट्रेकसिम फोरमायो आरो नोंथांनि मोनथिहोनायखौ मेनेज खालामो।"
diff --git a/translations/source/brx/scp2/source/binfilter.po b/translations/source/brx/scp2/source/binfilter.po
index 0edd9c65d42..1a3a91aeff7 100644
--- a/translations/source/brx/scp2/source/binfilter.po
+++ b/translations/source/brx/scp2/source/binfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/scp2/source/calc.po b/translations/source/brx/scp2/source/calc.po
index fd00d91a2fd..dba49c7bd1a 100644
--- a/translations/source/brx/scp2/source/calc.po
+++ b/translations/source/brx/scp2/source/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-11 23:54+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/scp2/source/draw.po b/translations/source/brx/scp2/source/draw.po
index 82bc098fdf1..f60b964c9e3 100644
--- a/translations/source/brx/scp2/source/draw.po
+++ b/translations/source/brx/scp2/source/draw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/scp2/source/extensions.po b/translations/source/brx/scp2/source/extensions.po
index 942f5f43330..4f90f39c61a 100644
--- a/translations/source/brx/scp2/source/extensions.po
+++ b/translations/source/brx/scp2/source/extensions.po
@@ -3,1019 +3,65 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\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
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text"
msgid "English"
-msgstr ""
+msgstr "इंग्राजि"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text"
msgid "Installs English support in %PRODUCTNAME %PRODUCTVERSION"
msgstr ""
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text"
msgid "German"
-msgstr ""
+msgstr "जर्मन"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text"
msgid "Installs German support in %PRODUCTNAME %PRODUCTVERSION"
msgstr ""
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text"
msgid "French"
msgstr ""
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text"
msgid "Installs French support in %PRODUCTNAME %PRODUCTVERSION"
msgstr ""
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text"
msgid "Italian"
msgstr ""
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text"
msgid "Installs Italian support in %PRODUCTNAME %PRODUCTVERSION"
msgstr ""
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text"
msgid "Spanish"
-msgstr ""
+msgstr "स्पेनिश "
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text"
msgid "Installs Spanish support in %PRODUCTNAME %PRODUCTVERSION"
msgstr ""
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text"
msgid "Hungarian"
-msgstr ""
+msgstr "हांगेरियान"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text"
-msgid "Installs Hungarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text"
-msgid "English"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text"
-msgid "Installs English support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text"
-msgid "German"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text"
-msgid "Installs German support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text"
-msgid "French"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text"
-msgid "Installs French support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text"
-msgid "Italian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text"
-msgid "Installs Italian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text"
-msgid "Spanish"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text"
-msgid "Installs Spanish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text
-msgid "Swedish"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text
-msgid "Installs Swedish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text
-msgid "Portuguese"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text
-msgid "Portuguese (Brazil)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text
-msgid "Japanese"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text
-msgid "Installs Japanese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text
-msgid "Korean"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text
-msgid "Installs Korean support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text
-msgid "Chinese (simplified)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text
-msgid "Installs Chinese (simplified) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text
-msgid "Chinese (traditional)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text
-msgid "Installs Chinese (traditional) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text
-msgid "Dutch"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text
-msgid "Installs Dutch support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text"
-msgid "Hungarian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text"
msgid "Installs Hungarian support in %PRODUCTNAME %PRODUCTVERSION"
msgstr ""
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text
-msgid "Polish"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text
-msgid "Installs Polish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text
-msgid "Russian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text
-msgid "Installs Russian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text
-msgid "Turkish"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text
-msgid "Installs Turkish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text
-msgid "Greek"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text
-msgid "Installs Greek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text
-msgid "Thai"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text
-msgid "Installs Thai support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text
-msgid "Czech"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text
-msgid "Installs Czech support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text
-msgid "Slovak"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text
-msgid "Installs Slovak support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text
-msgid "Croatian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text
-msgid "Installs Croatian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text
-msgid "Estonian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text
-msgid "Installs Estonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text
-msgid "Vietnamese"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text
-msgid "Installs Vietnamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text
-msgid "Bulgarian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text
-msgid "Installs Bulgarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text
-msgid "Khmer"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text
-msgid "Installs Khmer support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text
-msgid "Punjabi"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text
-msgid "Installs Punjabi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Gujarati"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text"
-msgid "Tamil"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Tamil"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text"
-msgid "Hindi"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Hindi"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text
-msgid "Southern Sotho (Sutu)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text
-msgid "Installs Southern Sotho (Sutu) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text
-msgid "Tswana"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text
-msgid "Installs Tswana support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text
-msgid "Xhosa"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text
-msgid "Installs Xhosa support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text
-msgid "Zulu"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text
-msgid "Installs Zulu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text
-msgid "Afrikaans"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text
-msgid "Installs Afrikaans support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text"
-msgid "Swahili"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Swahili"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text
-msgid "Lao"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text
-msgid "Installs Lao support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text
-msgid "Burmese"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text
-msgid "Installs Burmese (Myanmar) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text
-msgid "Northern Sotho"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text
-msgid "Installs Northern Sotho support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text
-msgid "Bengali"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text
-msgid "Installs Bengali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text
-msgid "Bengali (Bangladesh)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text
-msgid "Installs Bengali (Bangladesh) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text
-msgid "Bengali (India)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text
-msgid "Installs Bengali (India) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text"
-msgid "Oriya"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Oriya"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text"
-msgid "Marathi"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Marathi"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text
-msgid "Nepali"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text
-msgid "Installs Nepali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text"
-msgid "Arabic"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Arabic"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text
-msgid "Catalan"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text
-msgid "Installs Catalan support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text
-msgid "Danish"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text
-msgid "Installs Danish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text
-msgid "Finnish"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text
-msgid "Installs Finnish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text
-msgid "Hebrew"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text
-msgid "Installs Hebrew support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text
-msgid "Icelandic"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text
-msgid "Installs Icelandic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text
-msgid "Norwegian (Bokmal)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text
-msgid "Installs Norwegian (Bokmal) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text
-msgid "Norwegian (Nynorsk)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text
-msgid "Installs Norwegian (Nynorsk) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text
-msgid "Rhaeto-Romance"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text
-msgid "Installs Rhaeto-Romance support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text
-msgid "Romanian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text
-msgid "Installs Romanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text
-msgid "Albanian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text
-msgid "Installs Albanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text"
-msgid "Urdu"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text
-msgid "Indonesian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text
-msgid "Installs Indonesian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text
-msgid "Ukrainian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text
-msgid "Installs Ukrainian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text
-msgid "Belarusian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text
-msgid "Installs Belarusian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text
-msgid "Slovenian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text
-msgid "Installs Slovenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text
-msgid "Latvian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text
-msgid "Installs Latvian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text
-msgid "Lithuanian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text
-msgid "Installs Lithuanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text
-msgid "Armenian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text
-msgid "Installs Armenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text
-msgid "Basque"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text
-msgid "Installs Basque support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text
-msgid "Macedonian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text
-msgid "Installs Macedonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text
-msgid "Maltese"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text
-msgid "Installs Maltese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text
-msgid "Welsh"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text
-msgid "Installs Welsh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text
-msgid "Galician"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text
-msgid "Installs Galician support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Serbian (Latin)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text"
-msgid "Serbian (Latin)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text
-msgid "Irish"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text
-msgid "Installs Irish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text
-msgid "Bosnian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text
-msgid "Installs Bosnian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text
-msgid "Assamese"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text
-msgid "Installs Assamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text
-msgid "Kinyarwanda"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text
-msgid "Installs Kinyarwanda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text
-msgid "Sanskrit"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text
-msgid "Installs Sanskrit support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text
-msgid "Farsi"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text
-msgid "Installs Farsi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text
-msgid "Faroese"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text
-msgid "Installs Faroese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text
-msgid "Sorbian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text
-msgid "Installs Sorbian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text
-msgid "Tatar"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text
-msgid "Installs Tatar support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text
-msgid "Tsonga"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text
-msgid "Installs Tsonga support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text
-msgid "Yiddish"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text
-msgid "Installs Yiddish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text
-msgid "Breton"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text
-msgid "Installs Breton support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text
-msgid "Ndebele South"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text
-msgid "Installs Ndebele South support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text
-msgid "Swazi"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text
-msgid "Installs Swazi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text
-msgid "Venda"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text
-msgid "Installs Venda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text
-msgid "Kannada"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text
-msgid "Installs Kannada support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text
-msgid "Malay (Malaysian)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text
-msgid "Installs Malay (Malaysian) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text
-msgid "Tajik"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text
-msgid "Installs Tajik support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text
-msgid "Kurdish"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text
-msgid "Installs Kurdish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text
-msgid "Dzongkha"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text
-msgid "Installs Dzongkha support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text
-msgid "Georgian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text
-msgid "Installs Georgian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text
-msgid "Esperanto"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text
-msgid "Installs Esperanto support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text"
-msgid "Gujarati"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text
-msgid "English (South Africa)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text
-msgid "Installs English (South Africa) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text
-msgid "English (United Kingdom)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text
-msgid "Installs English (United Kingdom) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Urdu"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text
-msgid "Malayalam"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text
-msgid "Installs Malayalam support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text
-msgid "Telugu"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text
-msgid "Installs Telugu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text
-msgid "Tigrinya"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text
-msgid "Installs Tigrinya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text
-msgid "Uzbek"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text
-msgid "Installs Uzbek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text
-msgid "Mongolian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text
-msgid "Installs Mongolian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text
-msgid "Kazakh"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text
-msgid "Installs Kazakh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS.LngText.text
msgid "Extensions"
msgstr ""
@@ -1074,16 +120,6 @@ msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_PDFIMPORT.Lng
msgid "PDF Import"
msgstr ""
-#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text
-msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text"
-msgid "Lightproof"
-msgstr ""
-
-#: module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text
-msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text"
-msgid "Lightproof"
-msgstr ""
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_NUMBERTEXT.LngText.text
msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_NUMBERTEXT.LngText.text"
msgid "Numbertext"
@@ -1210,16 +246,6 @@ msgstr ""
"#-#-#-#-# svdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
"सारि फोनांजाबग्रा"
-#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text
-msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text"
-msgid "PostgreSQL Connector"
-msgstr ""
-
-#: module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text
-msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text"
-msgid "PostgreSQL Connector"
-msgstr ""
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_OOOBLOGGER.LngText.text
msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_OOOBLOGGER.LngText.text"
msgid "Metaweblog Support"
diff --git a/translations/source/brx/scp2/source/gnome.po b/translations/source/brx/scp2/source/gnome.po
index 8f8125c81f1..4d8169dd770 100644
--- a/translations/source/brx/scp2/source/gnome.po
+++ b/translations/source/brx/scp2/source/gnome.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/scp2/source/graphicfilter.po b/translations/source/brx/scp2/source/graphicfilter.po
index 32f9254e06b..aa2189754d1 100644
--- a/translations/source/brx/scp2/source/graphicfilter.po
+++ b/translations/source/brx/scp2/source/graphicfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/scp2/source/impress.po b/translations/source/brx/scp2/source/impress.po
index 26bc5d8a728..d47a8b831e3 100644
--- a/translations/source/brx/scp2/source/impress.po
+++ b/translations/source/brx/scp2/source/impress.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/scp2/source/javafilter.po b/translations/source/brx/scp2/source/javafilter.po
index 8fd6d998113..151c486d8a9 100644
--- a/translations/source/brx/scp2/source/javafilter.po
+++ b/translations/source/brx/scp2/source/javafilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/scp2/source/kde.po b/translations/source/brx/scp2/source/kde.po
index f6835e7484d..4a5a2ba61f9 100644
--- a/translations/source/brx/scp2/source/kde.po
+++ b/translations/source/brx/scp2/source/kde.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/scp2/source/math.po b/translations/source/brx/scp2/source/math.po
index d4d8d010d6a..568e065108d 100644
--- a/translations/source/brx/scp2/source/math.po
+++ b/translations/source/brx/scp2/source/math.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/scp2/source/onlineupdate.po b/translations/source/brx/scp2/source/onlineupdate.po
index 6e30638eddf..7602de7f791 100644
--- a/translations/source/brx/scp2/source/onlineupdate.po
+++ b/translations/source/brx/scp2/source/onlineupdate.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/scp2/source/ooo.po b/translations/source/brx/scp2/source/ooo.po
index e544f074c52..d5cf9bfe76d 100644
--- a/translations/source/brx/scp2/source/ooo.po
+++ b/translations/source/brx/scp2/source/ooo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:59+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/scp2/source/python.po b/translations/source/brx/scp2/source/python.po
index ee91ffa8c9b..9388245c87f 100644
--- a/translations/source/brx/scp2/source/python.po
+++ b/translations/source/brx/scp2/source/python.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/scp2/source/quickstart.po b/translations/source/brx/scp2/source/quickstart.po
index 2bd82fd06f6..c00d5b21ea8 100644
--- a/translations/source/brx/scp2/source/quickstart.po
+++ b/translations/source/brx/scp2/source/quickstart.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/scp2/source/sdkoo.po b/translations/source/brx/scp2/source/sdkoo.po
index 09b50999d49..3f33a930ff7 100644
--- a/translations/source/brx/scp2/source/sdkoo.po
+++ b/translations/source/brx/scp2/source/sdkoo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/scp2/source/smoketest.po b/translations/source/brx/scp2/source/smoketest.po
index 129855ff881..05543f7cd0c 100644
--- a/translations/source/brx/scp2/source/smoketest.po
+++ b/translations/source/brx/scp2/source/smoketest.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fsmoketest.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/scp2/source/winexplorerext.po b/translations/source/brx/scp2/source/winexplorerext.po
index 3919651494c..dfe37cd02b7 100644
--- a/translations/source/brx/scp2/source/winexplorerext.po
+++ b/translations/source/brx/scp2/source/winexplorerext.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/scp2/source/writer.po b/translations/source/brx/scp2/source/writer.po
index e8259bb0374..53e6528708a 100644
--- a/translations/source/brx/scp2/source/writer.po
+++ b/translations/source/brx/scp2/source/writer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/scp2/source/xsltfilter.po b/translations/source/brx/scp2/source/xsltfilter.po
index e746059803f..7eca576fb26 100644
--- a/translations/source/brx/scp2/source/xsltfilter.po
+++ b/translations/source/brx/scp2/source/xsltfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/scripting/source/pyprov.po b/translations/source/brx/scripting/source/pyprov.po
index 689c42354ac..0548b739aec 100644
--- a/translations/source/brx/scripting/source/pyprov.po
+++ b/translations/source/brx/scripting/source/pyprov.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sd/source/core.po b/translations/source/brx/sd/source/core.po
index d82c4dbe7d4..b15dd7fcab1 100644
--- a/translations/source/brx/sd/source/core.po
+++ b/translations/source/brx/sd/source/core.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-15 12:28+0200\n"
"Last-Translator: alayaran <alayaran@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
-"X-Generator: Pootle 2.1.6\n"
+"Language: brx\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: glob.src#STR_LAYER_BCKGRND.string.text
@@ -342,7 +342,7 @@ msgstr ""
#: glob.src#STR_MASTERPAGESSELECTOR.string.text
msgid "Master Pages"
-msgstr ""
+msgstr "गाहाय बिखंफोर"
#: glob.src#STR_TASKPANELAYOUTMENU.string.text
msgctxt "glob.src#STR_TASKPANELAYOUTMENU.string.text"
diff --git a/translations/source/brx/sd/source/filter/html.po b/translations/source/brx/sd/source/filter/html.po
index 2d7314fd850..3ece07e9406 100644
--- a/translations/source/brx/sd/source/filter/html.po
+++ b/translations/source/brx/sd/source/filter/html.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sd/source/ui/accessibility.po b/translations/source/brx/sd/source/ui/accessibility.po
index f6faf4ac7f0..934d2c28d34 100644
--- a/translations/source/brx/sd/source/ui/accessibility.po
+++ b/translations/source/brx/sd/source/ui/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sd/source/ui/animations.po b/translations/source/brx/sd/source/ui/animations.po
index 04555b63f74..2974d0b40f1 100644
--- a/translations/source/brx/sd/source/ui/animations.po
+++ b/translations/source/brx/sd/source/ui/animations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sd/source/ui/annotations.po b/translations/source/brx/sd/source/ui/annotations.po
index 19149b20d6b..45ebafe8ca7 100644
--- a/translations/source/brx/sd/source/ui/annotations.po
+++ b/translations/source/brx/sd/source/ui/annotations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sd/source/ui/app.po b/translations/source/brx/sd/source/ui/app.po
index 46c41d53692..1583bdc6a05 100644
--- a/translations/source/brx/sd/source/ui/app.po
+++ b/translations/source/brx/sd/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-28 11:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -1987,7 +1987,7 @@ msgstr "थिनाय थोंगोर सिंथारनि"
#: menuids_tmpl.src#MN_GRID_VISIBLE.SID_GRID_VISIBLE.menuitem.text
msgid "~Display Grid"
-msgstr ""
+msgstr "~ग्रिड दिन्थिफुं"
#: menuids_tmpl.src#MN_GRID_USE.SID_GRID_USE.menuitem.text
msgid "Snap to Grid"
diff --git a/translations/source/brx/sd/source/ui/dlg.po b/translations/source/brx/sd/source/ui/dlg.po
index 7c034a86db2..2692432b7dd 100644
--- a/translations/source/brx/sd/source/ui/dlg.po
+++ b/translations/source/brx/sd/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sd/source/ui/notes.po b/translations/source/brx/sd/source/ui/notes.po
index a8573307c48..a6e19aa0b2c 100644
--- a/translations/source/brx/sd/source/ui/notes.po
+++ b/translations/source/brx/sd/source/ui/notes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sd/source/ui/slideshow.po b/translations/source/brx/sd/source/ui/slideshow.po
index da3343a5120..84df4f90162 100644
--- a/translations/source/brx/sd/source/ui/slideshow.po
+++ b/translations/source/brx/sd/source/ui/slideshow.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-15 12:28+0200\n"
"Last-Translator: alayaran <alayaran@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
-"X-Generator: Pootle 2.1.6\n"
+"Language: brx\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/brx/sd/source/ui/slidesorter/view.po b/translations/source/brx/sd/source/ui/slidesorter/view.po
index d943d115ad3..81d8b99d7f5 100644
--- a/translations/source/brx/sd/source/ui/slidesorter/view.po
+++ b/translations/source/brx/sd/source/ui/slidesorter/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:08+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sd/source/ui/table.po b/translations/source/brx/sd/source/ui/table.po
index b0fa747dd76..a48faf51e3e 100644
--- a/translations/source/brx/sd/source/ui/table.po
+++ b/translations/source/brx/sd/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sd/source/ui/view.po b/translations/source/brx/sd/source/ui/view.po
index 047cbbe0e5f..72c322220d9 100644
--- a/translations/source/brx/sd/source/ui/view.po
+++ b/translations/source/brx/sd/source/ui/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-12 00:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sdext/source/minimizer.po b/translations/source/brx/sdext/source/minimizer.po
index afe64fee7d4..606fd7c39f8 100644
--- a/translations/source/brx/sdext/source/minimizer.po
+++ b/translations/source/brx/sdext/source/minimizer.po
@@ -3,14 +3,14 @@ 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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/translations/source/brx/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index 02e3206c199..724fd6e9696 100644
--- a/translations/source/brx/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/translations/source/brx/sdext/source/minimizer/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/translations/source/brx/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index ae26321d7e2..41b06f552f0 100644
--- a/translations/source/brx/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/brx/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sdext/source/pdfimport.po b/translations/source/brx/sdext/source/pdfimport.po
index 32a9121cdc3..8bcfbbaa64c 100644
--- a/translations/source/brx/sdext/source/pdfimport.po
+++ b/translations/source/brx/sdext/source/pdfimport.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sdext/source/presenter.po b/translations/source/brx/sdext/source/presenter.po
index 38b68bc1776..9c83c03f4f5 100644
--- a/translations/source/brx/sdext/source/presenter.po
+++ b/translations/source/brx/sdext/source/presenter.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/translations/source/brx/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index 181cb03e147..78c07180130 100644
--- a/translations/source/brx/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/translations/source/brx/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/translations/source/brx/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index ddd1702789c..7749541801b 100644
--- a/translations/source/brx/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/brx/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/setup_native/source/mac.po b/translations/source/brx/setup_native/source/mac.po
index e15836f8c54..be9a0d7338e 100644
--- a/translations/source/brx/setup_native/source/mac.po
+++ b/translations/source/brx/setup_native/source/mac.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sfx2/source/appl.po b/translations/source/brx/sfx2/source/appl.po
index 8f49274a692..6e814310f9e 100644
--- a/translations/source/brx/sfx2/source/appl.po
+++ b/translations/source/brx/sfx2/source/appl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sfx2/source/bastyp.po b/translations/source/brx/sfx2/source/bastyp.po
index 0978e2e12e2..237991b97bd 100644
--- a/translations/source/brx/sfx2/source/bastyp.po
+++ b/translations/source/brx/sfx2/source/bastyp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sfx2/source/dialog.po b/translations/source/brx/sfx2/source/dialog.po
index 68fc3544ac9..68555fe6941 100644
--- a/translations/source/brx/sfx2/source/dialog.po
+++ b/translations/source/brx/sfx2/source/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -52,7 +52,7 @@ msgstr "~बिबुंफोर"
#: dinfdlg.src#TP_DOCINFODOC.BTN_CHANGE_PASS.pushbutton.text
msgid "Change ~Password..."
-msgstr ""
+msgstr "पासवर्डखौ~ सोलाय..."
#: dinfdlg.src#TP_DOCINFODOC.FT_FILE_TYP.fixedtext.text
msgid "Type:"
@@ -745,6 +745,10 @@ msgstr "~गोबां मोनथिहोनाय"
msgid "~Ask when not saving in ODF format"
msgstr ""
+#: alienwarn.src#RID_DLG_ALIEN_WARNING.modaldialog.text
+msgid "Confirm File Format"
+msgstr ""
+
#: taskpane.src#STR_SFX_DOCK.string.text
msgid "Dock"
msgstr ""
diff --git a/translations/source/brx/sfx2/source/doc.po b/translations/source/brx/sfx2/source/doc.po
index 6efb2af8193..07d01c3908c 100644
--- a/translations/source/brx/sfx2/source/doc.po
+++ b/translations/source/brx/sfx2/source/doc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -230,7 +230,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME9.string.text
msgid "Forest"
-msgstr ""
+msgstr "अरन"
#: templatelocnames.src#STR_TEMPLATE_NAME10.string.text
msgid "Fresco"
@@ -246,7 +246,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME13.string.text
msgid "Keyboard"
-msgstr ""
+msgstr "किबर्ड"
#: templatelocnames.src#STR_TEMPLATE_NAME14.string.text
msgid "Light Blue Shapes"
@@ -274,7 +274,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME20.string.text
msgid "Rounded Rectangles"
-msgstr ""
+msgstr "दुलुर आयतफोर"
#: templatelocnames.src#STR_TEMPLATE_NAME21.string.text
msgid "Blue and Red Gradient"
@@ -290,7 +290,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME24.string.text
msgid "Water"
-msgstr ""
+msgstr "दै"
#: templatelocnames.src#STR_TEMPLATE_NAME25.string.text
msgid "Wine"
diff --git a/translations/source/brx/sfx2/source/menu.po b/translations/source/brx/sfx2/source/menu.po
index c2fe576de98..35aa0a47e2d 100644
--- a/translations/source/brx/sfx2/source/menu.po
+++ b/translations/source/brx/sfx2/source/menu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sfx2/source/view.po b/translations/source/brx/sfx2/source/view.po
index 3d962a184f1..9be17e5a774 100644
--- a/translations/source/brx/sfx2/source/view.po
+++ b/translations/source/brx/sfx2/source/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/shell/source/win32/shlxthandler/res.po b/translations/source/brx/shell/source/win32/shlxthandler/res.po
index b97edca39ea..197054e3d26 100644
--- a/translations/source/brx/shell/source/win32/shlxthandler/res.po
+++ b/translations/source/brx/shell/source/win32/shlxthandler/res.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/starmath/source.po b/translations/source/brx/starmath/source.po
index d03d73bdc57..2cfd0dcbcc2 100644
--- a/translations/source/brx/starmath/source.po
+++ b/translations/source/brx/starmath/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-12 00:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/svl/source/items.po b/translations/source/brx/svl/source/items.po
index 932c29b6d09..9655ffc3bcf 100644
--- a/translations/source/brx/svl/source/items.po
+++ b/translations/source/brx/svl/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/svl/source/misc.po b/translations/source/brx/svl/source/misc.po
index 8047eef531b..936c1caf8d4 100644
--- a/translations/source/brx/svl/source/misc.po
+++ b/translations/source/brx/svl/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-09 20:50+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/svtools/source/contnr.po b/translations/source/brx/svtools/source/contnr.po
index 023f303b70d..33b00bf8cb4 100644
--- a/translations/source/brx/svtools/source/contnr.po
+++ b/translations/source/brx/svtools/source/contnr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/svtools/source/control.po b/translations/source/brx/svtools/source/control.po
index 24f3c5adc25..c6e1964c3cf 100644
--- a/translations/source/brx/svtools/source/control.po
+++ b/translations/source/brx/svtools/source/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:08+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/svtools/source/dialogs.po b/translations/source/brx/svtools/source/dialogs.po
index 03daee3bd9a..54e6ffc9b1e 100644
--- a/translations/source/brx/svtools/source/dialogs.po
+++ b/translations/source/brx/svtools/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-28 11:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/svtools/source/filter.po b/translations/source/brx/svtools/source/filter.po
index b65cb0f91c6..eb009fd3ed4 100644
--- a/translations/source/brx/svtools/source/filter.po
+++ b/translations/source/brx/svtools/source/filter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/svtools/source/java.po b/translations/source/brx/svtools/source/java.po
index 216064ca1b3..128c5a0d428 100644
--- a/translations/source/brx/svtools/source/java.po
+++ b/translations/source/brx/svtools/source/java.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:08+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/svtools/source/misc.po b/translations/source/brx/svtools/source/misc.po
index 10d4e7da700..2ee9b963536 100644
--- a/translations/source/brx/svtools/source/misc.po
+++ b/translations/source/brx/svtools/source/misc.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
-"PO-Revision-Date: 2011-12-15 12:28+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2011-12-18 22:03+0200\n"
"Last-Translator: alayaran <alayaran@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
-"X-Generator: Pootle 2.1.6\n"
+"Language: brx\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: langtab.src#STR_ARR_SVT_LANGUAGE_TABLE.LANGUAGE_NONE.pairedlist.text
@@ -1394,8 +1394,9 @@ msgid "Database"
msgstr "डाटाबेस"
#: imagemgr.src#STR_DESCRIPTION_CALC_TEMPLATE.string.text
+#, fuzzy
msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet Template"
-msgstr ""
+msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION स्प्रेडशीट"
#: imagemgr.src#STR_DESCRIPTION_DRAW_TEMPLATE.string.text
#, fuzzy
@@ -1403,12 +1404,14 @@ msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Drawing Template"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION सावगारि टेमप्लेट"
#: imagemgr.src#STR_DESCRIPTION_IMPRESS_TEMPLATE.string.text
+#, fuzzy
msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Presentation Template"
-msgstr ""
+msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION प्रेजेन्टेसन"
#: imagemgr.src#STR_DESCRIPTION_WRITER_TEMPLATE.string.text
+#, fuzzy
msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Text Document Template"
-msgstr ""
+msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION फराय बिजाब फोरमान बिलाइ"
#: imagemgr.src#STR_DESCRIPTION_LOCALE_VOLUME.string.text
msgid "Local drive"
diff --git a/translations/source/brx/svtools/source/plugapp.po b/translations/source/brx/svtools/source/plugapp.po
index d9ed1db2870..51499ca0951 100644
--- a/translations/source/brx/svtools/source/plugapp.po
+++ b/translations/source/brx/svtools/source/plugapp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/svtools/source/toolpanel.po b/translations/source/brx/svtools/source/toolpanel.po
index 873f3e84e49..eb88d1d0868 100644
--- a/translations/source/brx/svtools/source/toolpanel.po
+++ b/translations/source/brx/svtools/source/toolpanel.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/svtools/workben/unodialog.po b/translations/source/brx/svtools/workben/unodialog.po
index 8934bbbc0b9..b11974334a2 100644
--- a/translations/source/brx/svtools/workben/unodialog.po
+++ b/translations/source/brx/svtools/workben/unodialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/svx/inc.po b/translations/source/brx/svx/inc.po
index fbc1c7835ad..d4fbb14e2f2 100644
--- a/translations/source/brx/svx/inc.po
+++ b/translations/source/brx/svx/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -647,7 +647,7 @@ msgstr "~काटाकाना"
#: globlmn_tmpl.hrc#ITEM_TRANSLITERATE_MENU.SID_MN_SUB_TRANSLITERATE.menuitem.text
msgid "~Change Case"
-msgstr ""
+msgstr "~केस सोलाय"
#: globlmn_tmpl.hrc#ITEM_OPEN_HYPERLINK.#define.text
msgid "~Open Hyperlink"
diff --git a/translations/source/brx/svx/source/accessibility.po b/translations/source/brx/svx/source/accessibility.po
index 346cf56e206..6ceaf84bd51 100644
--- a/translations/source/brx/svx/source/accessibility.po
+++ b/translations/source/brx/svx/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/svx/source/dialog.po b/translations/source/brx/svx/source/dialog.po
index 179a4ac479a..f3c52907693 100644
--- a/translations/source/brx/svx/source/dialog.po
+++ b/translations/source/brx/svx/source/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-17 17:26+0200\n"
"Last-Translator: alayaran <alayaran@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -2567,7 +2567,7 @@ msgstr ""
#: sdstring.src#RID_SVXSTR_LEND15.string.text
msgid "Diamond"
-msgstr ""
+msgstr "हिरा"
#: sdstring.src#RID_SVXSTR_LEND16.string.text
msgid "Circle unfilled"
diff --git a/translations/source/brx/svx/source/engine3d.po b/translations/source/brx/svx/source/engine3d.po
index 86f95a2d1cf..abdf54f81bc 100644
--- a/translations/source/brx/svx/source/engine3d.po
+++ b/translations/source/brx/svx/source/engine3d.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:08+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/svx/source/fmcomp.po b/translations/source/brx/svx/source/fmcomp.po
index 851eb2cb9a8..41e9e7ea6b0 100644
--- a/translations/source/brx/svx/source/fmcomp.po
+++ b/translations/source/brx/svx/source/fmcomp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/svx/source/form.po b/translations/source/brx/svx/source/form.po
index ddb73152021..1e23e1ad1f7 100644
--- a/translations/source/brx/svx/source/form.po
+++ b/translations/source/brx/svx/source/form.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/svx/source/gallery2.po b/translations/source/brx/svx/source/gallery2.po
index 84b3206f4d7..02ed67dcd11 100644
--- a/translations/source/brx/svx/source/gallery2.po
+++ b/translations/source/brx/svx/source/gallery2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/svx/source/items.po b/translations/source/brx/svx/source/items.po
index 73d7cccf770..0f7db824e4c 100644
--- a/translations/source/brx/svx/source/items.po
+++ b/translations/source/brx/svx/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-06 09:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/svx/source/src.po b/translations/source/brx/svx/source/src.po
index 6bcdf258451..341ca0a76cc 100644
--- a/translations/source/brx/svx/source/src.po
+++ b/translations/source/brx/svx/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-11 23:08+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/svx/source/stbctrls.po b/translations/source/brx/svx/source/stbctrls.po
index a4cf16d6bab..59f3a266e6a 100644
--- a/translations/source/brx/svx/source/stbctrls.po
+++ b/translations/source/brx/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: 2012-01-15 22:23+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -68,7 +68,7 @@ msgstr ""
#: stbctrls.src#RID_SVXSTR_DOC_LOAD.string.text
msgid "Loading document..."
-msgstr "फोरमान बिलाइ ल'ड खालाम गासिनो दङ..."
+msgstr ""
#: stbctrls.src#RID_SVXMNU_ZOOM.ZOOM_OPTIMAL.menuitem.text
msgid "Optimal"
diff --git a/translations/source/brx/svx/source/svdraw.po b/translations/source/brx/svx/source/svdraw.po
index 86e1217de90..dfd8eb177d3 100644
--- a/translations/source/brx/svx/source/svdraw.po
+++ b/translations/source/brx/svx/source/svdraw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:08+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/svx/source/table.po b/translations/source/brx/svx/source/table.po
index 7ad2bfa3d29..1707fb0e54e 100644
--- a/translations/source/brx/svx/source/table.po
+++ b/translations/source/brx/svx/source/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/svx/source/tbxctrls.po b/translations/source/brx/svx/source/tbxctrls.po
index e27e14fbb4e..7f59c07efec 100644
--- a/translations/source/brx/svx/source/tbxctrls.po
+++ b/translations/source/brx/svx/source/tbxctrls.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/svx/source/toolbars.po b/translations/source/brx/svx/source/toolbars.po
index 2258613bb33..27ecf211258 100644
--- a/translations/source/brx/svx/source/toolbars.po
+++ b/translations/source/brx/svx/source/toolbars.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/svx/source/unodialogs/textconversiondlgs.po b/translations/source/brx/svx/source/unodialogs/textconversiondlgs.po
index 4b04d85ecd8..feabc8ba7be 100644
--- a/translations/source/brx/svx/source/unodialogs/textconversiondlgs.po
+++ b/translations/source/brx/svx/source/unodialogs/textconversiondlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:08+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sw/source/core/layout.po b/translations/source/brx/sw/source/core/layout.po
index 9374039eb3d..9d92758cf98 100644
--- a/translations/source/brx/sw/source/core/layout.po
+++ b/translations/source/brx/sw/source/core/layout.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: brx\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sw/source/core/undo.po b/translations/source/brx/sw/source/core/undo.po
index b49a84f2c6d..756fd3b9f11 100644
--- a/translations/source/brx/sw/source/core/undo.po
+++ b/translations/source/brx/sw/source/core/undo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-06 09:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -262,7 +262,7 @@ msgstr "फारिलाइ खौसे खालाम"
#: undo.src#STR_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "~केस सोलाय"
#: undo.src#STR_DELNUM.string.text
msgid "Delete numbering"
diff --git a/translations/source/brx/sw/source/core/unocore.po b/translations/source/brx/sw/source/core/unocore.po
index bfbc29fa470..e0907099af6 100644
--- a/translations/source/brx/sw/source/core/unocore.po
+++ b/translations/source/brx/sw/source/core/unocore.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sw/source/ui/app.po b/translations/source/brx/sw/source/ui/app.po
index 15a3aa6aba8..a8f7183a1fd 100644
--- a/translations/source/brx/sw/source/ui/app.po
+++ b/translations/source/brx/sw/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -407,7 +407,7 @@ msgstr "खोबनाय"
#: mn.src#MN_AT_FRAME.FN_TOOL_ANCHOR_FRAME.menuitem.text
msgid "To ~Frame"
-msgstr ""
+msgstr "फ्रेम खालामनो"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_PAGE.menuitem.text
msgid "To P~age"
@@ -415,15 +415,15 @@ msgstr ""
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_PARAGRAPH.menuitem.text
msgid "To ~Paragraph"
-msgstr ""
+msgstr "~आन्थोर सिम"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_AT_CHAR.menuitem.text
msgid "To ~Character"
-msgstr ""
+msgstr "~हांखोसिम"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_CHAR.menuitem.text
msgid "As C~haracter"
-msgstr ""
+msgstr "~हांखो बादि"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.menuitem.text
msgid "An~chor"
@@ -547,18 +547,10 @@ msgstr "गिबि नुथाय बन्द खालाम"
msgid "Media object"
msgstr "मेडिया बेसाद"
-#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_EDIT.menuitem.text
-msgid "Format $1..."
-msgstr ""
-
#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_BORDERBACK.menuitem.text
msgid "Border and Background..."
msgstr ""
-#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_DELETE.menuitem.text
-msgid "Delete $1..."
-msgstr ""
-
#: mn.src#MN_PAGEBREAK_BUTTON.FN_PAGEBREAK_EDIT.menuitem.text
msgid "Edit Page Break..."
msgstr ""
diff --git a/translations/source/brx/sw/source/ui/chrdlg.po b/translations/source/brx/sw/source/ui/chrdlg.po
index 0013dc216f1..9f041441624 100644
--- a/translations/source/brx/sw/source/ui/chrdlg.po
+++ b/translations/source/brx/sw/source/ui/chrdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sw/source/ui/config.po b/translations/source/brx/sw/source/ui/config.po
index 175e86044e6..d31da730f0f 100644
--- a/translations/source/brx/sw/source/ui/config.po
+++ b/translations/source/brx/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: 2012-01-30 11:10+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/brx/sw/source/ui/dbui.po b/translations/source/brx/sw/source/ui/dbui.po
index a0d991dc5af..9739f042af4 100644
--- a/translations/source/brx/sw/source/ui/dbui.po
+++ b/translations/source/brx/sw/source/ui/dbui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-12 00:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sw/source/ui/dialog.po b/translations/source/brx/sw/source/ui/dialog.po
index 107469a30c1..63d18e55e05 100644
--- a/translations/source/brx/sw/source/ui/dialog.po
+++ b/translations/source/brx/sw/source/ui/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-11 23:08+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -423,8 +423,8 @@ msgid "Included outline levels"
msgstr "सरजाबफानाय सिमा हांखो लेभेलफोर"
#: abstract.src#DLG_INSERT_ABSTRACT.FT_PARA.fixedtext.text
-msgid "Subpoints per level"
-msgstr "मोनफ्रोम लेभेलआव दालाय बिन्दोफोर"
+msgid "Paragraphs per level"
+msgstr ""
#: abstract.src#DLG_INSERT_ABSTRACT.FT_DESC.fixedtext.text
msgid "The abstract contains the selected number of paragraphs from the included outline levels."
diff --git a/translations/source/brx/sw/source/ui/dochdl.po b/translations/source/brx/sw/source/ui/dochdl.po
index 3748c9932cd..3edb7218bdf 100644
--- a/translations/source/brx/sw/source/ui/dochdl.po
+++ b/translations/source/brx/sw/source/ui/dochdl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sw/source/ui/docvw.po b/translations/source/brx/sw/source/ui/docvw.po
index 9148d1f4386..3893260083e 100644
--- a/translations/source/brx/sw/source/ui/docvw.po
+++ b/translations/source/brx/sw/source/ui/docvw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:08+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -214,12 +214,20 @@ msgstr ""
msgid "Footer (%1)"
msgstr ""
-#: docvw.src#STR_HEADER.string.text
-msgid "Header"
+#: docvw.src#STR_DELETE_HEADER.string.text
+msgid "Delete Header..."
+msgstr ""
+
+#: docvw.src#STR_FORMAT_HEADER.string.text
+msgid "Format Header..."
+msgstr ""
+
+#: docvw.src#STR_DELETE_FOOTER.string.text
+msgid "Delete Footer..."
msgstr ""
-#: docvw.src#STR_FOOTER.string.text
-msgid "Footer"
+#: docvw.src#STR_FORMAT_FOOTER.string.text
+msgid "Format Footer..."
msgstr ""
#: access.src#STR_ACCESS_DOC_NAME.string.text
diff --git a/translations/source/brx/sw/source/ui/envelp.po b/translations/source/brx/sw/source/ui/envelp.po
index 02cd5af809c..71db1ed690e 100644
--- a/translations/source/brx/sw/source/ui/envelp.po
+++ b/translations/source/brx/sw/source/ui/envelp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-12 00:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sw/source/ui/fldui.po b/translations/source/brx/sw/source/ui/fldui.po
index 482d7e2437b..a8fde944291 100644
--- a/translations/source/brx/sw/source/ui/fldui.po
+++ b/translations/source/brx/sw/source/ui/fldui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sw/source/ui/fmtui.po b/translations/source/brx/sw/source/ui/fmtui.po
index 7224101d815..5b43fafa678 100644
--- a/translations/source/brx/sw/source/ui/fmtui.po
+++ b/translations/source/brx/sw/source/ui/fmtui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sw/source/ui/frmdlg.po b/translations/source/brx/sw/source/ui/frmdlg.po
index c8f7837b5ea..9832f831f75 100644
--- a/translations/source/brx/sw/source/ui/frmdlg.po
+++ b/translations/source/brx/sw/source/ui/frmdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:08+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sw/source/ui/globdoc.po b/translations/source/brx/sw/source/ui/globdoc.po
index f671317c569..9780bc2c733 100644
--- a/translations/source/brx/sw/source/ui/globdoc.po
+++ b/translations/source/brx/sw/source/ui/globdoc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sw/source/ui/index.po b/translations/source/brx/sw/source/ui/index.po
index 2cfe2ff0350..66db4ce44b4 100644
--- a/translations/source/brx/sw/source/ui/index.po
+++ b/translations/source/brx/sw/source/ui/index.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
-"PO-Revision-Date: 2011-04-06 09:34+0200\n"
-"Last-Translator: Anonymous Pootle User\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2011-12-18 22:03+0200\n"
+"Last-Translator: alayaran <alayaran@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -791,7 +791,8 @@ msgid "~Main entry"
msgstr "गाहाय हाबनाय"
#: idxmrk.src#IDX_DIALOG_WINDOW.WIN_DLG.CB_APPLY_TO_ALL.checkbox.text
-msgid "~Apply to all similar texts."
+#, fuzzy
+msgid "~Apply to all similar texts"
msgstr "गासै एखे फराय बिजाबआव बाहाय"
#: idxmrk.src#IDX_DIALOG_WINDOW.WIN_DLG.CB_CASESENSITIVE.checkbox.text
diff --git a/translations/source/brx/sw/source/ui/lingu.po b/translations/source/brx/sw/source/ui/lingu.po
index b5460c409ff..3fc0aac51ba 100644
--- a/translations/source/brx/sw/source/ui/lingu.po
+++ b/translations/source/brx/sw/source/ui/lingu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sw/source/ui/misc.po b/translations/source/brx/sw/source/ui/misc.po
index 6bc52046f11..f9d8bcdd956 100644
--- a/translations/source/brx/sw/source/ui/misc.po
+++ b/translations/source/brx/sw/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-09 20:50+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sw/source/ui/ribbar.po b/translations/source/brx/sw/source/ui/ribbar.po
index 400ba4b52d9..35d2b77abb2 100644
--- a/translations/source/brx/sw/source/ui/ribbar.po
+++ b/translations/source/brx/sw/source/ui/ribbar.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -420,20 +420,20 @@ msgstr "बाहाय"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_PAGE.menuitem.text
msgid "To Page"
-msgstr ""
+msgstr "बिखं सिम"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_PARAGRAPH.menuitem.text
msgid "To Paragraph"
-msgstr ""
+msgstr "आन्थोर"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_AT_CHAR.menuitem.text
msgid "To Character"
-msgstr ""
+msgstr "हांखोआव"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_CHAR.menuitem.text
msgid "As Character"
-msgstr ""
+msgstr "हांखो बादि"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_FRAME.menuitem.text
msgid "To Frame"
-msgstr ""
+msgstr "फ्रेम"
diff --git a/translations/source/brx/sw/source/ui/shells.po b/translations/source/brx/sw/source/ui/shells.po
index 41389284c94..1cc3d9e848c 100644
--- a/translations/source/brx/sw/source/ui/shells.po
+++ b/translations/source/brx/sw/source/ui/shells.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-06 09:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sw/source/ui/smartmenu.po b/translations/source/brx/sw/source/ui/smartmenu.po
index 31fef09533e..4dd4ec58e0a 100644
--- a/translations/source/brx/sw/source/ui/smartmenu.po
+++ b/translations/source/brx/sw/source/ui/smartmenu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sw/source/ui/table.po b/translations/source/brx/sw/source/ui/table.po
index a4e9666ac21..49701ac3f2c 100644
--- a/translations/source/brx/sw/source/ui/table.po
+++ b/translations/source/brx/sw/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-17 17:26+0200\n"
"Last-Translator: alayaran <alayaran@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -381,7 +381,7 @@ msgstr "आगसि-निफ्राय-आगदा"
#: tabledlg.src#TP_FORMAT_TABLE.LB_TEXTORIENTATION.2.stringlist.text
msgid "Right-to-left"
-msgstr ""
+msgstr "आगदा-निफ्राय-आगसि सिम"
#: tabledlg.src#TP_FORMAT_TABLE.LB_TEXTORIENTATION.3.stringlist.text
msgctxt "tabledlg.src#TP_FORMAT_TABLE.LB_TEXTORIENTATION.3.stringlist.text"
@@ -458,12 +458,12 @@ msgid "Text ~orientation"
msgstr ""
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.1.stringlist.text
-msgid "horizontal"
-msgstr ""
+msgid "Horizontal"
+msgstr "समानथि"
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.2.stringlist.text
-msgid "vertical"
-msgstr ""
+msgid "Vertical"
+msgstr "थोंगोर"
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.3.stringlist.text
msgctxt "tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.3.stringlist.text"
diff --git a/translations/source/brx/sw/source/ui/uiview.po b/translations/source/brx/sw/source/ui/uiview.po
index 713f78023fa..2a0ffd252d6 100644
--- a/translations/source/brx/sw/source/ui/uiview.po
+++ b/translations/source/brx/sw/source/ui/uiview.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sw/source/ui/utlui.po b/translations/source/brx/sw/source/ui/utlui.po
index 9310c035820..a0a0651fc0b 100644
--- a/translations/source/brx/sw/source/ui/utlui.po
+++ b/translations/source/brx/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: 2012-01-30 11:09+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-12 00:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1513,7 +1513,7 @@ msgstr "अनजिमा होनाय 1 जागायनाय"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text"
msgid "Numbering 1"
-msgstr "अनजिमा होनाय 1"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1E.string.text
msgid "Numbering 1 End"
@@ -1530,7 +1530,7 @@ msgstr "अनजिमा होनाय 2 जागायनाय"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text"
msgid "Numbering 2"
-msgstr "अनजिमा होनाय 2"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2E.string.text
msgid "Numbering 2 End"
@@ -1547,7 +1547,7 @@ msgstr "अनजिमा होनाय 3 जागायनाय"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text"
msgid "Numbering 3"
-msgstr "अनजिमा होनाय 3"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3E.string.text
msgid "Numbering 3 End"
@@ -1564,7 +1564,7 @@ msgstr "अनजिमा होनाय 4 जागायनाय"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text"
msgid "Numbering 4"
-msgstr "अनजिमा होनाय 4"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4E.string.text
msgid "Numbering 4 End"
@@ -1581,7 +1581,7 @@ msgstr "अनजिमा होनाय 5 जागायनाय"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text"
msgid "Numbering 5"
-msgstr "अनजिमा होनाय 5"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5E.string.text
msgid "Numbering 5 End"
@@ -1598,7 +1598,7 @@ msgstr "फारिलाइ 1 जागायनाय"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text"
msgid "List 1"
-msgstr "फारिलाइ 1"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1E.string.text
msgid "List 1 End"
@@ -1615,7 +1615,7 @@ msgstr "फारिलाइ 2 जागायनाय"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text"
msgid "List 2"
-msgstr "फारिलाइ 2"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2E.string.text
msgid "List 2 End"
@@ -1632,7 +1632,7 @@ msgstr "फारिलाइ 3 जागायनाय"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text"
msgid "List 3"
-msgstr "फारिलाइ 3"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3E.string.text
msgid "List 3 End"
@@ -1649,7 +1649,7 @@ msgstr "फारिलाइ 4 जागायनाय"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text"
msgid "List 4"
-msgstr "फारिलाइ 4"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4E.string.text
msgid "List 4 End"
@@ -1666,7 +1666,7 @@ msgstr "फारिलाइ 5 जागायनाय"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text"
msgid "List 5"
-msgstr "फारिलाइ 5"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5E.string.text
msgid "List 5 End"
diff --git a/translations/source/brx/sw/source/ui/web.po b/translations/source/brx/sw/source/ui/web.po
index cc4ab72c722..005b212417c 100644
--- a/translations/source/brx/sw/source/ui/web.po
+++ b/translations/source/brx/sw/source/ui/web.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sw/source/ui/wrtsh.po b/translations/source/brx/sw/source/ui/wrtsh.po
index 4e21bb363fc..d7755c3226d 100644
--- a/translations/source/brx/sw/source/ui/wrtsh.po
+++ b/translations/source/brx/sw/source/ui/wrtsh.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/swext/mediawiki/help.po b/translations/source/brx/swext/mediawiki/help.po
index 722c61a5921..7e3713db187 100644
--- a/translations/source/brx/swext/mediawiki/help.po
+++ b/translations/source/brx/swext/mediawiki/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/swext/mediawiki/src.po b/translations/source/brx/swext/mediawiki/src.po
index 3bcab1084de..3c4153f5755 100644
--- a/translations/source/brx/swext/mediawiki/src.po
+++ b/translations/source/brx/swext/mediawiki/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:08+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/translations/source/brx/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index aa2307e62ae..7b1c939aee0 100644
--- a/translations/source/brx/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/translations/source/brx/swext/mediawiki/src/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/translations/source/brx/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index 2cfd2078cd4..371e349d2f0 100644
--- a/translations/source/brx/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/translations/source/brx/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/sysui/desktop/share.po b/translations/source/brx/sysui/desktop/share.po
index 234b6aad95f..e35c5e8ec21 100644
--- a/translations/source/brx/sysui/desktop/share.po
+++ b/translations/source/brx/sysui/desktop/share.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-06 09:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/uui/source.po b/translations/source/brx/uui/source.po
index fb50b20cfec..29826a8da14 100644
--- a/translations/source/brx/uui/source.po
+++ b/translations/source/brx/uui/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/vcl/source/src.po b/translations/source/brx/vcl/source/src.po
index 8a64e961323..19705bce719 100644
--- a/translations/source/brx/vcl/source/src.po
+++ b/translations/source/brx/vcl/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-17 17:26+0200\n"
"Last-Translator: alayaran <alayaran@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -843,19 +843,19 @@ msgstr "उइन्ड बोयखावग्रा बोखाव"
#: fpicker.src#STR_FPICKER_AUTO_EXTENSION.string.text
msgid "~Automatic file name extension"
-msgstr ""
+msgstr "~गावनोगाव फाइलनि मुं बारायनाय"
#: fpicker.src#STR_FPICKER_PASSWORD.string.text
msgid "Save with pass~word"
-msgstr ""
+msgstr "पासवर्डजों थिना दोन"
#: fpicker.src#STR_FPICKER_FILTER_OPTIONS.string.text
msgid "~Edit filter settings"
-msgstr ""
+msgstr "फिल्टार फज'नायफोर सुजु"
#: fpicker.src#STR_FPICKER_READONLY.string.text
msgid "~Read-only"
-msgstr ""
+msgstr "फरायनो-थाखायल'"
#: fpicker.src#STR_FPICKER_INSERT_AS_LINK.string.text
msgid "~Link"
@@ -886,27 +886,27 @@ msgstr ""
#: fpicker.src#STR_FPICKER_VERSION.string.text
msgid "~Version:"
-msgstr ""
+msgstr "~भारसन:"
#: fpicker.src#STR_FPICKER_TEMPLATES.string.text
msgid "S~tyles:"
-msgstr ""
+msgstr "~आदबफोर:"
#: fpicker.src#STR_FPICKER_IMAGE_TEMPLATE.string.text
msgid "Style:"
-msgstr ""
+msgstr "आदब:"
#: fpicker.src#STR_FPICKER_SELECTION.string.text
msgid "~Selection"
-msgstr ""
+msgstr "~सायखनाय"
#: fpicker.src#STR_FPICKER_FOLDER_DEFAULT_TITLE.string.text
msgid "Select Path"
-msgstr ""
+msgstr "लामा सायख"
#: fpicker.src#STR_FPICKER_FOLDER_DEFAULT_DESCRIPTION.string.text
msgid "Please select a folder."
-msgstr ""
+msgstr "अननानै मोनसे फलडार सायख।"
#: fpicker.src#STR_FPICKER_ALREADYEXISTOVERWRITE.string.text
msgid ""
@@ -921,7 +921,7 @@ msgstr ""
#: fpicker.src#STR_FPICKER_OPEN.string.text
msgid "Open"
-msgstr ""
+msgstr "खेव"
#: fpicker.src#STR_FPICKER_SAVE.string.text
msgid "Save"
@@ -929,4 +929,4 @@ msgstr ""
#: fpicker.src#STR_FPICKER_TYPE.string.text
msgid "File ~type"
-msgstr ""
+msgstr "फाइल रोखोम"
diff --git a/translations/source/brx/wizards/source/euro.po b/translations/source/brx/wizards/source/euro.po
index f807696615b..d7d9e297feb 100644
--- a/translations/source/brx/wizards/source/euro.po
+++ b/translations/source/brx/wizards/source/euro.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/wizards/source/formwizard.po b/translations/source/brx/wizards/source/formwizard.po
index e5410acfc35..964eeec2f4f 100644
--- a/translations/source/brx/wizards/source/formwizard.po
+++ b/translations/source/brx/wizards/source/formwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/wizards/source/importwizard.po b/translations/source/brx/wizards/source/importwizard.po
index c034952a070..a06e46a1cf7 100644
--- a/translations/source/brx/wizards/source/importwizard.po
+++ b/translations/source/brx/wizards/source/importwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/wizards/source/schedule.po b/translations/source/brx/wizards/source/schedule.po
index 91f6e381806..b3b6bbdf6ca 100644
--- a/translations/source/brx/wizards/source/schedule.po
+++ b/translations/source/brx/wizards/source/schedule.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/wizards/source/template.po b/translations/source/brx/wizards/source/template.po
index 20c17a64e7f..2862201d706 100644
--- a/translations/source/brx/wizards/source/template.po
+++ b/translations/source/brx/wizards/source/template.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/xmlsecurity/source/component.po b/translations/source/brx/xmlsecurity/source/component.po
index b767b5cff31..e8b368376bf 100644
--- a/translations/source/brx/xmlsecurity/source/component.po
+++ b/translations/source/brx/xmlsecurity/source/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/brx/xmlsecurity/source/dialogs.po b/translations/source/brx/xmlsecurity/source/dialogs.po
index 89a671ac083..c683c4d9c5e 100644
--- a/translations/source/brx/xmlsecurity/source/dialogs.po
+++ b/translations/source/brx/xmlsecurity/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: brx\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"
+"Language: brx\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/accessibility/source/helper.po b/translations/source/bs/accessibility/source/helper.po
index c5eea51a7e3..507452aa95e 100644
--- a/translations/source/bs/accessibility/source/helper.po
+++ b/translations/source/bs/accessibility/source/helper.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:04+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/avmedia/source/framework.po b/translations/source/bs/avmedia/source/framework.po
index e674ec49e7e..37b9865c84a 100644
--- a/translations/source/bs/avmedia/source/framework.po
+++ b/translations/source/bs/avmedia/source/framework.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:04+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/avmedia/source/viewer.po b/translations/source/bs/avmedia/source/viewer.po
index b5c9bb9e3e1..19d3e24c0b7 100644
--- a/translations/source/bs/avmedia/source/viewer.po
+++ b/translations/source/bs/avmedia/source/viewer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:04+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/basctl/source/basicide.po b/translations/source/bs/basctl/source/basicide.po
index 263d9c95b10..fa6c838aa6e 100644
--- a/translations/source/bs/basctl/source/basicide.po
+++ b/translations/source/bs/basctl/source/basicide.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:07+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/basctl/source/dlged.po b/translations/source/bs/basctl/source/dlged.po
index 1fe2b2538e0..9400adc0b2a 100644
--- a/translations/source/bs/basctl/source/dlged.po
+++ b/translations/source/bs/basctl/source/dlged.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:04+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/basic/source/classes.po b/translations/source/bs/basic/source/classes.po
index 140f54a2146..fbf6aa6798e 100644
--- a/translations/source/bs/basic/source/classes.po
+++ b/translations/source/bs/basic/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:04+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/basic/source/sbx.po b/translations/source/bs/basic/source/sbx.po
index 367f519defb..62d7c4bae12 100644
--- a/translations/source/bs/basic/source/sbx.po
+++ b/translations/source/bs/basic/source/sbx.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:04+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/chart2/source/controller/dialogs.po b/translations/source/bs/chart2/source/controller/dialogs.po
index 4d029892881..e9ab2cee8e4 100644
--- a/translations/source/bs/chart2/source/controller/dialogs.po
+++ b/translations/source/bs/chart2/source/controller/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:07+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/connectivity/source/drivers/ado.po b/translations/source/bs/connectivity/source/drivers/ado.po
index f9503be9841..dcc8d6958db 100644
--- a/translations/source/bs/connectivity/source/drivers/ado.po
+++ b/translations/source/bs/connectivity/source/drivers/ado.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:04+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/connectivity/source/drivers/calc.po b/translations/source/bs/connectivity/source/drivers/calc.po
index c86e1971830..9296452ea08 100644
--- a/translations/source/bs/connectivity/source/drivers/calc.po
+++ b/translations/source/bs/connectivity/source/drivers/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:04+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/connectivity/source/drivers/dbase.po b/translations/source/bs/connectivity/source/drivers/dbase.po
index 2ec8e583895..2547104f830 100644
--- a/translations/source/bs/connectivity/source/drivers/dbase.po
+++ b/translations/source/bs/connectivity/source/drivers/dbase.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:04+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/connectivity/source/drivers/evoab2.po b/translations/source/bs/connectivity/source/drivers/evoab2.po
index 4bda1a1884c..bd38f43214c 100644
--- a/translations/source/bs/connectivity/source/drivers/evoab2.po
+++ b/translations/source/bs/connectivity/source/drivers/evoab2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:04+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/connectivity/source/drivers/flat.po b/translations/source/bs/connectivity/source/drivers/flat.po
index e25e25db794..38e616273a2 100644
--- a/translations/source/bs/connectivity/source/drivers/flat.po
+++ b/translations/source/bs/connectivity/source/drivers/flat.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:04+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/connectivity/source/drivers/hsqldb.po b/translations/source/bs/connectivity/source/drivers/hsqldb.po
index 9a7569b775d..2f99feaf42d 100644
--- a/translations/source/bs/connectivity/source/drivers/hsqldb.po
+++ b/translations/source/bs/connectivity/source/drivers/hsqldb.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/connectivity/source/drivers/jdbc.po b/translations/source/bs/connectivity/source/drivers/jdbc.po
index e7915c59eda..1ba88928c40 100644
--- a/translations/source/bs/connectivity/source/drivers/jdbc.po
+++ b/translations/source/bs/connectivity/source/drivers/jdbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/connectivity/source/drivers/kab.po b/translations/source/bs/connectivity/source/drivers/kab.po
index 0c1e8ae01aa..e4845ae3903 100644
--- a/translations/source/bs/connectivity/source/drivers/kab.po
+++ b/translations/source/bs/connectivity/source/drivers/kab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/connectivity/source/drivers/macab.po b/translations/source/bs/connectivity/source/drivers/macab.po
index b94e41605b7..97f7454ba72 100644
--- a/translations/source/bs/connectivity/source/drivers/macab.po
+++ b/translations/source/bs/connectivity/source/drivers/macab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/connectivity/source/drivers/mozab.po b/translations/source/bs/connectivity/source/drivers/mozab.po
index 7c48486503c..38aa2427eb9 100644
--- a/translations/source/bs/connectivity/source/drivers/mozab.po
+++ b/translations/source/bs/connectivity/source/drivers/mozab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-11 23:07+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-01-11 16:15+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -22,8 +22,9 @@ msgid "SeaMonkey Address Book"
msgstr "Mozilla adresar"
#: mozab2.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text
+#, fuzzy
msgctxt "mozab2.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text"
-msgid "Thunderbird Address Book"
+msgid "Thunderbird/Icedove Address Book"
msgstr "Thunderbird adresar"
#: mozab2.xcu#.Drivers.Installed.sdbc_address_ldap__.DriverTypeDisplayName.value.text
@@ -46,8 +47,9 @@ msgid "SeaMonkey Address Book"
msgstr "Mozilla adresar"
#: mozab.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text
+#, fuzzy
msgctxt "mozab.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text"
-msgid "Thunderbird Address Book"
+msgid "Thunderbird/Icedove Address Book"
msgstr "Thunderbird adresar"
#: mozab.xcu#.Drivers.Installed.sdbc_address_ldap__.DriverTypeDisplayName.value.text
diff --git a/translations/source/bs/connectivity/source/drivers/mysql.po b/translations/source/bs/connectivity/source/drivers/mysql.po
index a2248f22020..300ec933eab 100644
--- a/translations/source/bs/connectivity/source/drivers/mysql.po
+++ b/translations/source/bs/connectivity/source/drivers/mysql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/connectivity/source/drivers/odbc.po b/translations/source/bs/connectivity/source/drivers/odbc.po
index db8cca8d1b3..e25cfa78eb9 100644
--- a/translations/source/bs/connectivity/source/drivers/odbc.po
+++ b/translations/source/bs/connectivity/source/drivers/odbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/connectivity/source/drivers/postgresql.po b/translations/source/bs/connectivity/source/drivers/postgresql.po
index a806fbd1865..f4ca7cec76b 100644
--- a/translations/source/bs/connectivity/source/drivers/postgresql.po
+++ b/translations/source/bs/connectivity/source/drivers/postgresql.po
@@ -3,25 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:41+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: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\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/bs/connectivity/source/resource.po b/translations/source/bs/connectivity/source/resource.po
index d0241d982f8..cf0bd028cc9 100644
--- a/translations/source/bs/connectivity/source/resource.po
+++ b/translations/source/bs/connectivity/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:07+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/cui/source/customize.po b/translations/source/bs/cui/source/customize.po
index 50d7c7ad87a..dbe84dc9d91 100644
--- a/translations/source/bs/cui/source/customize.po
+++ b/translations/source/bs/cui/source/customize.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:02+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/cui/source/dialogs.po b/translations/source/bs/cui/source/dialogs.po
index 1a84dac3304..503eff74823 100644
--- a/translations/source/bs/cui/source/dialogs.po
+++ b/translations/source/bs/cui/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-12 00:02+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:29+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -818,7 +818,8 @@ msgid "Object;Objects"
msgstr "Predmet;Predmeti"
#: gallery.src#RID_SVXSTR_GALLERY_READONLY.string.text
-msgid " (read-only)"
+#, fuzzy
+msgid "(read-only)"
msgstr " (samo za čitanje)"
#: gallery.src#RID_SVXSTR_GALLERY_ALLFILES.string.text
@@ -1195,20 +1196,16 @@ msgstr "Izmijeni applet"
msgid "Contributor credits"
msgstr ""
-#: about.src#RID_DEFAULTABOUT.ABOUT_STR_VERSION.string.text
-msgid "%PRODUCTNAME %ABOUTBOXPRODUCTVERSION %PRODUCTEXTENSION"
-msgstr ""
-
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_VENDOR.string.text
msgid "This product was supplied by %OOOVENDOR."
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT.string.text
-msgid "LibreOffice is copyright © 2000, 2011 LibreOffice contributors and/or their affiliates. All rights reserved."
+msgid "LibreOffice is copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved."
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT_DERIVED.string.text
-msgid "%PRODUCTNAME is derived from LibreOffice. LibreOffice is copyright © 2000, 2011 LibreOffice contributors and/or their affiliates. All rights reserved."
+msgid "%PRODUCTNAME is derived from LibreOffice. LibreOffice is copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved."
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT_ORACLE_DERIVED.string.text
@@ -1220,7 +1217,7 @@ msgid "%OOOVENDOR acknowledges all community members, please find more info at t
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_LINK.string.text
-msgid "http://www.libreoffice.org/credits.html"
+msgid "http://www.libreoffice.org/about-us/credits/"
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_BUILD.string.text
@@ -1233,7 +1230,7 @@ msgstr ""
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.PB_PICKER.imagebutton.text
msgid "-"
-msgstr ""
+msgstr "-"
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.PB_PICKER.imagebutton.quickhelptext
msgid "Pick a color from the document"
@@ -1277,7 +1274,7 @@ msgstr ""
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.FL_CMYK.fixedline.text
msgid "CMYK"
-msgstr ""
+msgstr "CMYK"
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.CT_CYAN.fixedtext.text
msgid "~Cyan"
@@ -1645,7 +1642,7 @@ msgid "A~fter"
msgstr "P~oslije"
#: insrc.src#DLG_INS_ROW_COL.FL_INS.fixedline.text
-msgctxt "insrc.src#DLG_INS_ROW_COL.FL_INS.fixedline.text"
+#, fuzzy
msgid "Insert"
msgstr "Ubaci"
@@ -1660,17 +1657,12 @@ msgid "~Number"
msgstr "~Broj"
#: insrc.src#DLG_INS_ROW_COL.STR_ROW.string.text
-msgid " Rows"
-msgstr " Redovi"
+msgid "Insert Rows"
+msgstr "Ubaci redove"
#: insrc.src#DLG_INS_ROW_COL.STR_COL.string.text
-msgid " Columns"
-msgstr "Kolone"
-
-#: insrc.src#DLG_INS_ROW_COL.modaldialog.text
-msgctxt "insrc.src#DLG_INS_ROW_COL.modaldialog.text"
-msgid "Insert"
-msgstr "Ubaci"
+msgid "Insert Columns"
+msgstr ""
#: hyphen.src#RID_SVXSTR_HMERR_CHECKINSTALL.string.text
msgid ""
diff --git a/translations/source/bs/cui/source/options.po b/translations/source/bs/cui/source/options.po
index 8d02cf1c839..6252eecd429 100644
--- a/translations/source/bs/cui/source/options.po
+++ b/translations/source/bs/cui/source/options.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-30 11:10+0200\n"
-"PO-Revision-Date: 2011-11-26 01:55+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:30+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: optgenrl.src#RID_SFXPAGE_GENERAL.FT_COMPANY.fixedtext.text
@@ -1087,9 +1087,8 @@ msgid "Proxy"
msgstr "Proxy"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.PB_BACK.pushbutton.text
-#, fuzzy
msgid "~Revert"
-msgstr "~Ukloni"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.ST_LOAD_ERROR.string.text
msgid "The selected module could not be loaded."
@@ -1292,43 +1291,43 @@ msgstr "Mreža"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.6.itemlist.text
msgid "Basic Fonts (Western)"
-msgstr "Osnovni fontovi (zapadni)"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.7.itemlist.text
msgid "Basic Fonts (Asian)"
-msgstr "Osnovni fontovi (azijski)"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text
msgid "Basic Fonts (CTL)"
-msgstr "Osnovni fontovi (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"
msgid "Print"
-msgstr "Štampaj"
+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"
msgid "Table"
-msgstr "Tabela"
+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"
msgid "Changes"
-msgstr "Izmjene"
+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"
msgid "Compatibility"
-msgstr "Kompatibilnost"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.13.itemlist.text
msgid "AutoCaption"
-msgstr "Automatski naslovi"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.14.itemlist.text
msgid "Mail Merge E-mail"
-msgstr "E-mail cirkularno pismo"
+msgstr "Pošalji cirkularno pismo"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_ONLINEOPTIONS.1.itemlist.text
msgid "%PRODUCTNAME Writer/Web"
diff --git a/translations/source/bs/cui/source/tabpages.po b/translations/source/bs/cui/source/tabpages.po
index 0b63d118d16..bcf97c4fdd1 100644
--- a/translations/source/bs/cui/source/tabpages.po
+++ b/translations/source/bs/cui/source/tabpages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-05-07 12:15+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2011-12-15 12:30+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -537,12 +537,14 @@ msgid "~Numbering"
msgstr "~Numerisanje"
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.1.stringlist.text
-msgid "1, 2, 3, ... "
-msgstr "1, 2, 3, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.1.stringlist.text"
+msgid "1, 2, 3, ..."
+msgstr "1, 2, 3, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.2.stringlist.text
-msgid "A, B, C, ... "
-msgstr "A, B, C, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.2.stringlist.text"
+msgid "A, B, C, ..."
+msgstr "A, B, C, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.3.stringlist.text
#, fuzzy
@@ -551,15 +553,18 @@ msgid "a, b, c, ..."
msgstr "A, B, C, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.4.stringlist.text
-msgid "I, II, III, ... "
-msgstr "I, II, III, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.4.stringlist.text"
+msgid "I, II, III, ..."
+msgstr "I, II, III, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.5.stringlist.text
-msgid "i, ii, iii, ... "
-msgstr "i, ii, iii, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.5.stringlist.text"
+msgid "i, ii, iii, ..."
+msgstr "i, ii, iii, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.6.stringlist.text
-msgid "A, .., AA, .., AAA, ... "
+#, fuzzy
+msgid "A, .., AA, .., AAA, ..."
msgstr "A, .., AA, .., AAA, ... "
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.7.stringlist.text
@@ -2534,6 +2539,8 @@ msgid "For~mat"
msgstr "For~mat"
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.1.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.1.stringlist.text"
msgid "A, B, C, ..."
msgstr "A, B, C, ..."
@@ -2544,14 +2551,20 @@ msgid "a, b, c, ..."
msgstr "A, B, C, ..."
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.3.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.3.stringlist.text"
msgid "I, II, III, ..."
msgstr "I, II, III, ..."
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.4.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.4.stringlist.text"
msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ..."
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.5.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.5.stringlist.text"
msgid "1, 2, 3, ..."
msgstr "1, 2, 3, ..."
@@ -3160,6 +3173,10 @@ msgctxt "textanim.src#RID_SVXPAGE_TEXTANIMATION.TSB_AUTO.tristatebox.text"
msgid "~Automatic"
msgstr ""
+#: textanim.src#RID_SVXPAGE_TEXTANIMATION.MTR_FLD_DELAY.metricfield.text
+msgid " ms"
+msgstr ""
+
#: textanim.src#RID_SVXPAGE_TEXTANIMATION.tabpage.text
msgid "Animation"
msgstr "Animacija"
@@ -5353,6 +5370,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr ""
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Hatches List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Hatches List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_HATCH.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_HATCH.tabpage.text"
msgid "Hatching"
@@ -5427,6 +5467,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr ""
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Bitmap List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Bitmap List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_BITMAP.tabpage.text
msgid "Bitmap Patterns"
msgstr ""
@@ -5537,6 +5600,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr ""
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Gradients List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Gradients List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_GRADIENT.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.tabpage.text"
msgid "Gradients"
@@ -5601,6 +5687,22 @@ msgstr ""
msgid "CMYK"
msgstr "CMYK"
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_1.fixedtext.text
+msgid "~C"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_2.fixedtext.text
+msgid "~M"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_3.fixedtext.text
+msgid "~Y"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_4.fixedtext.text
+msgid "~K"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_COLOR.BTN_ADD.pushbutton.text
#, fuzzy
msgid "~Add"
@@ -5655,6 +5757,29 @@ msgstr ""
"#-#-#-#-# textconversiondlgs.po (PACKAGE VERSION) #-#-#-#-#\n"
"Iz~mijeni"
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Color List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Color List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_COLOR.tabpage.text
#, fuzzy
msgctxt "tabarea.src#RID_SVXPAGE_COLOR.tabpage.text"
diff --git a/translations/source/bs/dbaccess/source/core/resource.po b/translations/source/bs/dbaccess/source/core/resource.po
index 9a6dc1e95e4..5583aec8fd6 100644
--- a/translations/source/bs/dbaccess/source/core/resource.po
+++ b/translations/source/bs/dbaccess/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-12 00:02+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dbaccess/source/ext/adabas.po b/translations/source/bs/dbaccess/source/ext/adabas.po
index de4703edf1f..dcafda7821b 100644
--- a/translations/source/bs/dbaccess/source/ext/adabas.po
+++ b/translations/source/bs/dbaccess/source/ext/adabas.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:03+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dbaccess/source/ext/macromigration.po b/translations/source/bs/dbaccess/source/ext/macromigration.po
index ddd6b70c39b..38b0b29e730 100644
--- a/translations/source/bs/dbaccess/source/ext/macromigration.po
+++ b/translations/source/bs/dbaccess/source/ext/macromigration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -183,7 +183,7 @@ msgid "Warnings"
msgstr ""
#: macromigration.src#STR_EXCEPTION.string.text
-msgid "caught exception: "
+msgid "caught exception:"
msgstr ""
#: macromigration.src#ERR_INVALID_BACKUP_LOCATION.errorbox.text
diff --git a/translations/source/bs/dbaccess/source/sdbtools/resource.po b/translations/source/bs/dbaccess/source/sdbtools/resource.po
index afc34169034..fe575e326d6 100644
--- a/translations/source/bs/dbaccess/source/sdbtools/resource.po
+++ b/translations/source/bs/dbaccess/source/sdbtools/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dbaccess/source/ui/app.po b/translations/source/bs/dbaccess/source/ui/app.po
index 9269521b77d..1a05ba8032c 100644
--- a/translations/source/bs/dbaccess/source/ui/app.po
+++ b/translations/source/bs/dbaccess/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dbaccess/source/ui/browser.po b/translations/source/bs/dbaccess/source/ui/browser.po
index 4d4a4059f7a..c0c4c19ea0c 100644
--- a/translations/source/bs/dbaccess/source/ui/browser.po
+++ b/translations/source/bs/dbaccess/source/ui/browser.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dbaccess/source/ui/control.po b/translations/source/bs/dbaccess/source/ui/control.po
index 207f1e365b5..18a3962edea 100644
--- a/translations/source/bs/dbaccess/source/ui/control.po
+++ b/translations/source/bs/dbaccess/source/ui/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dbaccess/source/ui/dlg.po b/translations/source/bs/dbaccess/source/ui/dlg.po
index 6dccfe4b26f..ca68dafe33e 100644
--- a/translations/source/bs/dbaccess/source/ui/dlg.po
+++ b/translations/source/bs/dbaccess/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-11 23:07+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:30+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -1590,8 +1590,9 @@ msgid "~Base DN"
msgstr "~Bazni DN"
#: dbadmin.src#PAGE_LDAP.CB_USESSL.checkbox.text
-msgid "Use secure connection(SSL)"
-msgstr "Koristi sigurnu vezu (SSL)"
+#, fuzzy
+msgid "Use secure connection (SSL)"
+msgstr "Koristi ~sigurnu konekciju (SSL)"
#: dbadmin.src#PAGE_LDAP.FT_PORTNUMBER.fixedtext.text
msgctxt "dbadmin.src#PAGE_LDAP.FT_PORTNUMBER.fixedtext.text"
diff --git a/translations/source/bs/dbaccess/source/ui/inc.po b/translations/source/bs/dbaccess/source/ui/inc.po
index 597d2801e3b..a8f63e33874 100644
--- a/translations/source/bs/dbaccess/source/ui/inc.po
+++ b/translations/source/bs/dbaccess/source/ui/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dbaccess/source/ui/misc.po b/translations/source/bs/dbaccess/source/ui/misc.po
index 100b54dfaad..9ffe4ffbbf5 100644
--- a/translations/source/bs/dbaccess/source/ui/misc.po
+++ b/translations/source/bs/dbaccess/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dbaccess/source/ui/querydesign.po b/translations/source/bs/dbaccess/source/ui/querydesign.po
index 71b09ccc184..44756bd3ce4 100644
--- a/translations/source/bs/dbaccess/source/ui/querydesign.po
+++ b/translations/source/bs/dbaccess/source/ui/querydesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dbaccess/source/ui/relationdesign.po b/translations/source/bs/dbaccess/source/ui/relationdesign.po
index b9dbf0851ed..97b2e1703d5 100644
--- a/translations/source/bs/dbaccess/source/ui/relationdesign.po
+++ b/translations/source/bs/dbaccess/source/ui/relationdesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -49,6 +49,6 @@ msgstr "Kada izbrišete ovu tabelu sve odgovarajuće relacije će takođe biti i
#: relation.src#STR_QUERY_REL_COULD_NOT_CREATE.string.text
msgid ""
-"The database could not create the relation. May be foreign keys for this kind of table aren't supported.\n"
+"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
"Please check your documentation of the database."
msgstr ""
diff --git a/translations/source/bs/dbaccess/source/ui/tabledesign.po b/translations/source/bs/dbaccess/source/ui/tabledesign.po
index 295a2ab1ad5..379dc76fe12 100644
--- a/translations/source/bs/dbaccess/source/ui/tabledesign.po
+++ b/translations/source/bs/dbaccess/source/ui/tabledesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dbaccess/source/ui/uno.po b/translations/source/bs/dbaccess/source/ui/uno.po
index a4f36c8030d..919f8dbc446 100644
--- a/translations/source/bs/dbaccess/source/ui/uno.po
+++ b/translations/source/bs/dbaccess/source/ui/uno.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/desktop/source/app.po b/translations/source/bs/desktop/source/app.po
index 472ce846e0b..55cd69b32cb 100644
--- a/translations/source/bs/desktop/source/app.po
+++ b/translations/source/bs/desktop/source/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -134,6 +134,10 @@ msgctxt "desktop.src#STR_TITLE_USERDATALOCKED.string.text"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
+#: desktop.src#DLG_CMDLINEHELP.modaldialog.text
+msgid "Help Message..."
+msgstr ""
+
#: desktop.src#EBX_ERR_PRINTDISABLED.errorbox.text
msgid "Printing is disabled. No documents can be printed."
msgstr "Štampanje je onemogućeno. Nije moguće odštampat nijedan dokument."
diff --git a/translations/source/bs/desktop/source/deployment/gui.po b/translations/source/bs/desktop/source/deployment/gui.po
index c57b020fb4f..5a33964856b 100644
--- a/translations/source/bs/desktop/source/deployment/gui.po
+++ b/translations/source/bs/desktop/source/deployment/gui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-11 23:07+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2011-12-15 12:30+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -404,13 +404,29 @@ msgstr ""
"Kliknite\\'U redu\\' da zamijenite dodatak.\n"
"Kliknite \\'Odustani\\' da prekinete instalaciju."
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_FT_TYPE_EXTENSIONS.fixedtext.text
+msgid "Type of Extension"
+msgstr ""
+
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_CBX_BUNDLED.checkbox.text
+msgid "~Installation"
+msgstr ""
+
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_CBX_SHARED.checkbox.text
+msgid "~Shared"
+msgstr ""
+
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_CBX_USER.checkbox.text
+msgid "~User"
+msgstr "~Korisnik"
+
#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_ADD.pushbutton.text
msgid "~Add..."
msgstr "~Dodaj..."
#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_CHECK_UPDATES.pushbutton.text
-msgctxt "dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_CHECK_UPDATES.pushbutton.text"
-msgid "Check for ~Updates..."
+#, fuzzy
+msgid "~Check for Updates..."
msgstr "Potraži ~nove verzije..."
#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_FT_GET_EXTENSIONS.fixedtext.text
@@ -441,7 +457,7 @@ msgid "Adding %EXTENSION_NAME"
msgstr "Dodajem %EXTENSION_NAME"
#: dp_gui_dialog2.src#RID_DLG_UPDATE_REQUIRED.RID_EM_BTN_CHECK_UPDATES.pushbutton.text
-msgctxt "dp_gui_dialog2.src#RID_DLG_UPDATE_REQUIRED.RID_EM_BTN_CHECK_UPDATES.pushbutton.text"
+#, fuzzy
msgid "Check for ~Updates..."
msgstr "Potraži ~nove verzije..."
diff --git a/translations/source/bs/desktop/source/deployment/manager.po b/translations/source/bs/desktop/source/deployment/manager.po
index a77cc1bdcb6..0cf48372a25 100644
--- a/translations/source/bs/desktop/source/deployment/manager.po
+++ b/translations/source/bs/desktop/source/deployment/manager.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/desktop/source/deployment/misc.po b/translations/source/bs/desktop/source/deployment/misc.po
index eea6e415736..74c641fc795 100644
--- a/translations/source/bs/desktop/source/deployment/misc.po
+++ b/translations/source/bs/desktop/source/deployment/misc.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+desktop%2Fsource%2Fdeployment%2Fmisc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 01:55+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: dp_misc.src#RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN.string.text
diff --git a/translations/source/bs/desktop/source/deployment/registry.po b/translations/source/bs/desktop/source/deployment/registry.po
index 7aafd7dee32..fd77ea90c72 100644
--- a/translations/source/bs/desktop/source/deployment/registry.po
+++ b/translations/source/bs/desktop/source/deployment/registry.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/desktop/source/deployment/registry/component.po b/translations/source/bs/desktop/source/deployment/registry/component.po
index ce4d876d4f8..04ea677ccae 100644
--- a/translations/source/bs/desktop/source/deployment/registry/component.po
+++ b/translations/source/bs/desktop/source/deployment/registry/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:07+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/desktop/source/deployment/registry/configuration.po b/translations/source/bs/desktop/source/deployment/registry/configuration.po
index 33ffc02dd90..6923d817307 100644
--- a/translations/source/bs/desktop/source/deployment/registry/configuration.po
+++ b/translations/source/bs/desktop/source/deployment/registry/configuration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/desktop/source/deployment/registry/help.po b/translations/source/bs/desktop/source/deployment/registry/help.po
index 87416c97ec0..8c57f92396a 100644
--- a/translations/source/bs/desktop/source/deployment/registry/help.po
+++ b/translations/source/bs/desktop/source/deployment/registry/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/desktop/source/deployment/registry/package.po b/translations/source/bs/desktop/source/deployment/registry/package.po
index a9ef502c480..78f10e35ac9 100644
--- a/translations/source/bs/desktop/source/deployment/registry/package.po
+++ b/translations/source/bs/desktop/source/deployment/registry/package.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/desktop/source/deployment/registry/script.po b/translations/source/bs/desktop/source/deployment/registry/script.po
index c902aa10b66..97cd75a5a58 100644
--- a/translations/source/bs/desktop/source/deployment/registry/script.po
+++ b/translations/source/bs/desktop/source/deployment/registry/script.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/desktop/source/deployment/registry/sfwk.po b/translations/source/bs/desktop/source/deployment/registry/sfwk.po
index e03d1d995d2..0206caa7c8d 100644
--- a/translations/source/bs/desktop/source/deployment/registry/sfwk.po
+++ b/translations/source/bs/desktop/source/deployment/registry/sfwk.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/desktop/source/deployment/unopkg.po b/translations/source/bs/desktop/source/deployment/unopkg.po
index ae579da6054..9ddeeb61e9c 100644
--- a/translations/source/bs/desktop/source/deployment/unopkg.po
+++ b/translations/source/bs/desktop/source/deployment/unopkg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/af_ZA.po b/translations/source/bs/dictionaries/af_ZA.po
index 1590340cbe2..065ccbcd0fe 100644
--- a/translations/source/bs/dictionaries/af_ZA.po
+++ b/translations/source/bs/dictionaries/af_ZA.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/an_ES.po b/translations/source/bs/dictionaries/an_ES.po
new file mode 100644
index 00000000000..f22e0daa399
--- /dev/null
+++ b/translations/source/bs/dictionaries/an_ES.po
@@ -0,0 +1,19 @@
+#. extracted from dictionaries/an_ES.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%2Fan_ES.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Aragonese spelling dictionary"
+msgstr ""
diff --git a/translations/source/bs/dictionaries/ar.po b/translations/source/bs/dictionaries/ar.po
index 3e445172ffb..6ced01078b1 100644
--- a/translations/source/bs/dictionaries/ar.po
+++ b/translations/source/bs/dictionaries/ar.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/be_BY.po b/translations/source/bs/dictionaries/be_BY.po
index 7644b71e740..11487f46819 100644
--- a/translations/source/bs/dictionaries/be_BY.po
+++ b/translations/source/bs/dictionaries/be_BY.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:42+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: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/bg_BG.po b/translations/source/bs/dictionaries/bg_BG.po
index 2c8ed8f0368..9f62d8d47ed 100644
--- a/translations/source/bs/dictionaries/bg_BG.po
+++ b/translations/source/bs/dictionaries/bg_BG.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/bn_BD.po b/translations/source/bs/dictionaries/bn_BD.po
index a1ac936f4a4..b0b25534c01 100644
--- a/translations/source/bs/dictionaries/bn_BD.po
+++ b/translations/source/bs/dictionaries/bn_BD.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/br_FR.po b/translations/source/bs/dictionaries/br_FR.po
index bda54fb79fa..0651085ed1c 100644
--- a/translations/source/bs/dictionaries/br_FR.po
+++ b/translations/source/bs/dictionaries/br_FR.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/ca.po b/translations/source/bs/dictionaries/ca.po
index 4f94f2bbb09..9a21b446f2f 100644
--- a/translations/source/bs/dictionaries/ca.po
+++ b/translations/source/bs/dictionaries/ca.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/cs_CZ.po b/translations/source/bs/dictionaries/cs_CZ.po
index d75206f799e..6dcbe36d9cc 100644
--- a/translations/source/bs/dictionaries/cs_CZ.po
+++ b/translations/source/bs/dictionaries/cs_CZ.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/da_DK.po b/translations/source/bs/dictionaries/da_DK.po
index 126a9b9ee4a..25cbb45753e 100644
--- a/translations/source/bs/dictionaries/da_DK.po
+++ b/translations/source/bs/dictionaries/da_DK.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/de.po b/translations/source/bs/dictionaries/de.po
index 829629ee685..896ae828954 100644
--- a/translations/source/bs/dictionaries/de.po
+++ b/translations/source/bs/dictionaries/de.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/el_GR.po b/translations/source/bs/dictionaries/el_GR.po
index 4ef350344cc..d354afed114 100644
--- a/translations/source/bs/dictionaries/el_GR.po
+++ b/translations/source/bs/dictionaries/el_GR.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:42+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: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/en.po b/translations/source/bs/dictionaries/en.po
index 0603ba68722..c9d1f6e8442 100644
--- a/translations/source/bs/dictionaries/en.po
+++ b/translations/source/bs/dictionaries/en.po
@@ -3,17 +3,17 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
-msgid "English (Australia, Canada, South Africa, UK, USA) spelling dictionaries, hyphenation rules, and thesaurus"
+msgid "English spelling dictionaries, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/translations/source/bs/dictionaries/en/dialog.po b/translations/source/bs/dictionaries/en/dialog.po
new file mode 100644
index 00000000000..aa97a32b64d
--- /dev/null
+++ b/translations/source/bs/dictionaries/en/dialog.po
@@ -0,0 +1,171 @@
+#. extracted from dictionaries/en/dialog.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%2Fen%2Fdialog.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "Rječnici"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.en.Label.value.text
+msgid "English sentence checking"
+msgstr ""
+
+#: en_en_US.properties#spelling.property.text
+msgid "Grammar checking"
+msgstr ""
+
+#: en_en_US.properties#hlp_grammar.property.text
+msgid "Check more grammar errors."
+msgstr ""
+
+#: en_en_US.properties#grammar.property.text
+msgid "Possible mistakes"
+msgstr ""
+
+#: en_en_US.properties#hlp_cap.property.text
+msgid "Check missing capitalization of sentences."
+msgstr ""
+
+#: en_en_US.properties#cap.property.text
+msgid "Capitalization"
+msgstr ""
+
+#: en_en_US.properties#hlp_dup.property.text
+msgid "Check repeated words."
+msgstr ""
+
+#: en_en_US.properties#dup.property.text
+msgid "Word duplication"
+msgstr ""
+
+#: en_en_US.properties#hlp_pair.property.text
+msgid "Check missing or extra parentheses and quotation marks."
+msgstr ""
+
+#: en_en_US.properties#pair.property.text
+msgid "Parentheses"
+msgstr ""
+
+#: en_en_US.properties#punctuation.property.text
+msgid "Punctuation"
+msgstr ""
+
+#: en_en_US.properties#hlp_spaces.property.text
+msgid "Check single spaces between words."
+msgstr ""
+
+#: en_en_US.properties#spaces.property.text
+msgid "Word spacing"
+msgstr ""
+
+#: en_en_US.properties#hlp_mdash.property.text
+msgid "Force unspaced em dash instead of spaced en dash."
+msgstr ""
+
+#: en_en_US.properties#mdash.property.text
+msgid "Em dash"
+msgstr ""
+
+#: en_en_US.properties#hlp_ndash.property.text
+msgid "Force spaced en dash instead of unspaced em dash."
+msgstr ""
+
+#: en_en_US.properties#ndash.property.text
+msgid "En dash"
+msgstr ""
+
+#: en_en_US.properties#hlp_quotation.property.text
+msgid "Check double quotation marks: \"x\" → “x”"
+msgstr ""
+
+#: en_en_US.properties#quotation.property.text
+msgid "Quotation marks"
+msgstr ""
+
+#: en_en_US.properties#hlp_times.property.text
+msgid "Check true multiplication sign: 5x5 → 5×5"
+msgstr ""
+
+#: en_en_US.properties#times.property.text
+msgid "Multiplication sign"
+msgstr ""
+
+#: en_en_US.properties#hlp_spaces2.property.text
+msgid "Check single spaces between sentences."
+msgstr ""
+
+#: en_en_US.properties#spaces2.property.text
+msgid "Sentence spacing"
+msgstr ""
+
+#: en_en_US.properties#hlp_spaces3.property.text
+msgid "Check more than two extra space characters between words and sentences."
+msgstr ""
+
+#: en_en_US.properties#spaces3.property.text
+msgid "More spaces"
+msgstr ""
+
+#: en_en_US.properties#hlp_minus.property.text
+msgid "Change hyphen characters to real minus signs."
+msgstr ""
+
+#: en_en_US.properties#minus.property.text
+msgid "Minus sign"
+msgstr ""
+
+#: en_en_US.properties#hlp_apostrophe.property.text
+msgid "Change typewriter apostrophe, single quotation marks and correct double primes."
+msgstr ""
+
+#: en_en_US.properties#apostrophe.property.text
+msgid "Apostrophe"
+msgstr ""
+
+#: en_en_US.properties#hlp_ellipsis.property.text
+msgid "Change three dots with ellipsis."
+msgstr ""
+
+#: en_en_US.properties#ellipsis.property.text
+msgid "Ellipsis"
+msgstr ""
+
+#: en_en_US.properties#others.property.text
+msgid "Others"
+msgstr "Ostali"
+
+#: en_en_US.properties#hlp_metric.property.text
+msgid "Measurement conversion from °F, mph, ft, in, lb, gal and miles."
+msgstr ""
+
+#: en_en_US.properties#metric.property.text
+msgid "Convert to metric (°C, km/h, m, kg, l)"
+msgstr ""
+
+#: en_en_US.properties#hlp_numsep.property.text
+msgid "Common (1000000 → 1,000,000) or ISO (1000000 → 1 000 000)."
+msgstr ""
+
+#: en_en_US.properties#numsep.property.text
+msgid "Thousand separation of large numbers"
+msgstr ""
+
+#: en_en_US.properties#hlp_nonmetric.property.text
+msgid "Measurement conversion from °C; km/h; cm, m, km; kg; l."
+msgstr ""
+
+#: en_en_US.properties#nonmetric.property.text
+msgid "Convert to non-metric (°F, mph, ft, lb, gal)"
+msgstr ""
diff --git a/translations/source/bs/dictionaries/es_ES.po b/translations/source/bs/dictionaries/es_ES.po
index 073f6bf4913..0236a473267 100644
--- a/translations/source/bs/dictionaries/es_ES.po
+++ b/translations/source/bs/dictionaries/es_ES.po
@@ -3,17 +3,17 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Spanish spelling dictionary"
-msgstr ""
+msgstr "Španjolski rječnik za provjeru pravopisa"
diff --git a/translations/source/bs/dictionaries/et_EE.po b/translations/source/bs/dictionaries/et_EE.po
index a783d663922..484d44f7c36 100644
--- a/translations/source/bs/dictionaries/et_EE.po
+++ b/translations/source/bs/dictionaries/et_EE.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/fr_FR.po b/translations/source/bs/dictionaries/fr_FR.po
index aa733130dcc..cef32add1de 100644
--- a/translations/source/bs/dictionaries/fr_FR.po
+++ b/translations/source/bs/dictionaries/fr_FR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/gd_GB.po b/translations/source/bs/dictionaries/gd_GB.po
index fce91cbe1db..d09e4fe97e1 100644
--- a/translations/source/bs/dictionaries/gd_GB.po
+++ b/translations/source/bs/dictionaries/gd_GB.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:42+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: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/gl.po b/translations/source/bs/dictionaries/gl.po
index d3ff70e2f22..191ddfdac3c 100644
--- a/translations/source/bs/dictionaries/gl.po
+++ b/translations/source/bs/dictionaries/gl.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/gu_IN.po b/translations/source/bs/dictionaries/gu_IN.po
index 59677709464..c43bf83ce0a 100644
--- a/translations/source/bs/dictionaries/gu_IN.po
+++ b/translations/source/bs/dictionaries/gu_IN.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/he_IL.po b/translations/source/bs/dictionaries/he_IL.po
index 19f2533908c..7265fc7f088 100644
--- a/translations/source/bs/dictionaries/he_IL.po
+++ b/translations/source/bs/dictionaries/he_IL.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/hi_IN.po b/translations/source/bs/dictionaries/hi_IN.po
index ff8324dceb2..6b02ddc404d 100644
--- a/translations/source/bs/dictionaries/hi_IN.po
+++ b/translations/source/bs/dictionaries/hi_IN.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/hr_HR.po b/translations/source/bs/dictionaries/hr_HR.po
index ae60b4d2f53..e5c96bad0ab 100644
--- a/translations/source/bs/dictionaries/hr_HR.po
+++ b/translations/source/bs/dictionaries/hr_HR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/hu_HU.po b/translations/source/bs/dictionaries/hu_HU.po
index 4e98c1b4d97..22882f2c54c 100644
--- a/translations/source/bs/dictionaries/hu_HU.po
+++ b/translations/source/bs/dictionaries/hu_HU.po
@@ -3,17 +3,17 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
-msgid "Hungarian spelling dictionary, hyphenation rules, and thesaurus"
+msgid "Hungarian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/translations/source/bs/dictionaries/hu_HU/dialog.po b/translations/source/bs/dictionaries/hu_HU/dialog.po
new file mode 100644
index 00000000000..d6cc39d0436
--- /dev/null
+++ b/translations/source/bs/dictionaries/hu_HU/dialog.po
@@ -0,0 +1,153 @@
+#. extracted from dictionaries/hu_HU/dialog.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%2Fhu_HU%2Fdialog.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "Rječnici"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.hu_HU.Label.value.text
+msgid "Hungarian sentence checking"
+msgstr ""
+
+#: hu_HU_en_US.properties#spelling.property.text
+msgid "Spelling"
+msgstr "Provjera pravopisa"
+
+#: hu_HU_en_US.properties#cap.property.text
+msgid "Capitalization"
+msgstr ""
+
+#: hu_HU_en_US.properties#par.property.text
+msgid "Parentheses"
+msgstr ""
+
+#: hu_HU_en_US.properties#wordpart.property.text
+msgid "Word parts of compounds"
+msgstr ""
+
+#: hu_HU_en_US.properties#comma.property.text
+msgid "Comma usage"
+msgstr ""
+
+#: hu_HU_en_US.properties#proofreading.property.text
+msgid "Proofreading"
+msgstr ""
+
+#: hu_HU_en_US.properties#style.property.text
+msgid "Style checking"
+msgstr ""
+
+#: hu_HU_en_US.properties#compound.property.text
+msgid "Underline typo-like compound words"
+msgstr ""
+
+#: hu_HU_en_US.properties#allcompound.property.text
+msgid "Underline all generated compound words"
+msgstr ""
+
+#: hu_HU_en_US.properties#grammar.property.text
+msgid "Possible mistakes"
+msgstr ""
+
+#: hu_HU_en_US.properties#money.property.text
+msgid "Consistency of money amounts"
+msgstr ""
+
+#: hu_HU_en_US.properties#duplication.property.text
+msgctxt "hu_HU_en_US.properties#duplication.property.text"
+msgid "Word duplication"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup0.property.text
+msgctxt "hu_HU_en_US.properties#dup0.property.text"
+msgid "Word duplication"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup.property.text
+msgid "Duplication within clauses"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup2.property.text
+msgid "Duplication within sentences"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup3.property.text
+msgid "Allow previous checkings with affixes"
+msgstr ""
+
+#: hu_HU_en_US.properties#numpart.property.text
+msgid "Thousand separation of numbers"
+msgstr ""
+
+#: hu_HU_en_US.properties#typography.property.text
+msgid "Typography"
+msgstr ""
+
+#: hu_HU_en_US.properties#quot.property.text
+msgid "Quotation marks"
+msgstr ""
+
+#: hu_HU_en_US.properties#apost.property.text
+msgid "Apostrophe"
+msgstr ""
+
+#: hu_HU_en_US.properties#dash.property.text
+msgid "En dash"
+msgstr ""
+
+#: hu_HU_en_US.properties#elli.property.text
+msgid "Ellipsis"
+msgstr ""
+
+#: hu_HU_en_US.properties#ligature.property.text
+msgid "Ligature suggestion"
+msgstr ""
+
+#: hu_HU_en_US.properties#noligature.property.text
+msgid "Underline ligatures"
+msgstr ""
+
+#: hu_HU_en_US.properties#frac.property.text
+msgid "Fractions"
+msgstr "Razlomci"
+
+#: hu_HU_en_US.properties#thin.property.text
+msgid "Thin space"
+msgstr ""
+
+#: hu_HU_en_US.properties#spaces.property.text
+msgid "Double spaces"
+msgstr ""
+
+#: hu_HU_en_US.properties#spaces2.property.text
+msgid "More spaces"
+msgstr ""
+
+#: hu_HU_en_US.properties#idx.property.text
+msgid "Indices"
+msgstr ""
+
+#: hu_HU_en_US.properties#minus.property.text
+msgid "Minus"
+msgstr ""
+
+#: hu_HU_en_US.properties#SI.property.text
+msgid "Measurements"
+msgstr ""
+
+#: hu_HU_en_US.properties#hyphen.property.text
+msgid "Hyphenation of ambiguous words"
+msgstr ""
diff --git a/translations/source/bs/dictionaries/it_IT.po b/translations/source/bs/dictionaries/it_IT.po
index b8ade95bb4d..4d159482d2d 100644
--- a/translations/source/bs/dictionaries/it_IT.po
+++ b/translations/source/bs/dictionaries/it_IT.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/ku_TR.po b/translations/source/bs/dictionaries/ku_TR.po
index deee4487b57..3db54be90e2 100644
--- a/translations/source/bs/dictionaries/ku_TR.po
+++ b/translations/source/bs/dictionaries/ku_TR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/lt_LT.po b/translations/source/bs/dictionaries/lt_LT.po
index a3377f2ba0d..0457c8b0b97 100644
--- a/translations/source/bs/dictionaries/lt_LT.po
+++ b/translations/source/bs/dictionaries/lt_LT.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/lv_LV.po b/translations/source/bs/dictionaries/lv_LV.po
index 38b5986942a..460a52c845a 100644
--- a/translations/source/bs/dictionaries/lv_LV.po
+++ b/translations/source/bs/dictionaries/lv_LV.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/ne_NP.po b/translations/source/bs/dictionaries/ne_NP.po
index 050ed0c1fbc..c15dab84803 100644
--- a/translations/source/bs/dictionaries/ne_NP.po
+++ b/translations/source/bs/dictionaries/ne_NP.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/nl_NL.po b/translations/source/bs/dictionaries/nl_NL.po
index 99be009e6e5..50732c468e8 100644
--- a/translations/source/bs/dictionaries/nl_NL.po
+++ b/translations/source/bs/dictionaries/nl_NL.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/no.po b/translations/source/bs/dictionaries/no.po
index b4a2d10f4c0..6c870eeca09 100644
--- a/translations/source/bs/dictionaries/no.po
+++ b/translations/source/bs/dictionaries/no.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/oc_FR.po b/translations/source/bs/dictionaries/oc_FR.po
index 4d0c89e5424..8f3ce57e99b 100644
--- a/translations/source/bs/dictionaries/oc_FR.po
+++ b/translations/source/bs/dictionaries/oc_FR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/pl_PL.po b/translations/source/bs/dictionaries/pl_PL.po
index 2ec91c572fc..5c12ad24dea 100644
--- a/translations/source/bs/dictionaries/pl_PL.po
+++ b/translations/source/bs/dictionaries/pl_PL.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/pt_BR.po b/translations/source/bs/dictionaries/pt_BR.po
index 09f38de2294..ffd5775abec 100644
--- a/translations/source/bs/dictionaries/pt_BR.po
+++ b/translations/source/bs/dictionaries/pt_BR.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/pt_PT.po b/translations/source/bs/dictionaries/pt_PT.po
index d1520d9653d..b84d8111028 100644
--- a/translations/source/bs/dictionaries/pt_PT.po
+++ b/translations/source/bs/dictionaries/pt_PT.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/ro.po b/translations/source/bs/dictionaries/ro.po
index 619e1c94ae3..8a6937954ac 100644
--- a/translations/source/bs/dictionaries/ro.po
+++ b/translations/source/bs/dictionaries/ro.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/ru_RU.po b/translations/source/bs/dictionaries/ru_RU.po
index d989b3639fa..cce748a7aaf 100644
--- a/translations/source/bs/dictionaries/ru_RU.po
+++ b/translations/source/bs/dictionaries/ru_RU.po
@@ -3,17 +3,17 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
-msgid "Russian spelling dictionary, hyphenation rules, and thesaurus"
+msgid "Russian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/translations/source/bs/dictionaries/ru_RU/dialog.po b/translations/source/bs/dictionaries/ru_RU/dialog.po
new file mode 100644
index 00000000000..9dbd6849283
--- /dev/null
+++ b/translations/source/bs/dictionaries/ru_RU/dialog.po
@@ -0,0 +1,83 @@
+#. extracted from dictionaries/ru_RU/dialog.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%2Fru_RU%2Fdialog.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "Rječnici"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.ru_RU.Label.value.text
+msgid "Grammar checking (Russian)"
+msgstr ""
+
+#: ru_RU_en_US.properties#abbreviation.property.text
+msgid "Abbreviation"
+msgstr ""
+
+#: ru_RU_en_US.properties#grammar.property.text
+msgid "Grammar"
+msgstr "Gramatika"
+
+#: ru_RU_en_US.properties#hyphen.property.text
+msgid "Compound words with hyphen"
+msgstr ""
+
+#: ru_RU_en_US.properties#comma.property.text
+msgid "Comma usage"
+msgstr ""
+
+#: ru_RU_en_US.properties#common.property.text
+msgid "General error"
+msgstr ""
+
+#: ru_RU_en_US.properties#multiword.property.text
+msgid "Multiword expressions"
+msgstr ""
+
+#: ru_RU_en_US.properties#together.property.text
+msgid "Together/separately"
+msgstr ""
+
+#: ru_RU_en_US.properties#proofreading.property.text
+msgid "Proofreading"
+msgstr ""
+
+#: ru_RU_en_US.properties#space.property.text
+msgid "Space mistake"
+msgstr ""
+
+#: ru_RU_en_US.properties#typographica.property.text
+msgid "Typographica"
+msgstr ""
+
+#: ru_RU_en_US.properties#dup.property.text
+msgid "Word duplication within clauses"
+msgstr ""
+
+#: ru_RU_en_US.properties#dup2.property.text
+msgid "Word duplication within sentences"
+msgstr ""
+
+#: ru_RU_en_US.properties#others.property.text
+msgid "Others"
+msgstr "Ostali"
+
+#: ru_RU_en_US.properties#numsep.property.text
+msgid "Separation of large numbers (ISO)"
+msgstr ""
+
+#: ru_RU_en_US.properties#quotation.property.text
+msgid "Quotation"
+msgstr "Citat"
diff --git a/translations/source/bs/dictionaries/si_LK.po b/translations/source/bs/dictionaries/si_LK.po
new file mode 100644
index 00000000000..d3e0dccf5e6
--- /dev/null
+++ b/translations/source/bs/dictionaries/si_LK.po
@@ -0,0 +1,19 @@
+#. extracted from dictionaries/si_LK.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%2Fsi_LK.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Sinhala spelling dictionary"
+msgstr ""
diff --git a/translations/source/bs/dictionaries/sk_SK.po b/translations/source/bs/dictionaries/sk_SK.po
index 62c34f00063..5fb9799693f 100644
--- a/translations/source/bs/dictionaries/sk_SK.po
+++ b/translations/source/bs/dictionaries/sk_SK.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/sl_SI.po b/translations/source/bs/dictionaries/sl_SI.po
index 5d5327758b4..1e8a4033075 100644
--- a/translations/source/bs/dictionaries/sl_SI.po
+++ b/translations/source/bs/dictionaries/sl_SI.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/sr.po b/translations/source/bs/dictionaries/sr.po
index 33489ce4430..ae484b95eac 100644
--- a/translations/source/bs/dictionaries/sr.po
+++ b/translations/source/bs/dictionaries/sr.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/sv_SE.po b/translations/source/bs/dictionaries/sv_SE.po
index f255cf1fd9e..cd81b01cdf0 100644
--- a/translations/source/bs/dictionaries/sv_SE.po
+++ b/translations/source/bs/dictionaries/sv_SE.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/sw_TZ.po b/translations/source/bs/dictionaries/sw_TZ.po
index 8637244cf2c..692fb4a462a 100644
--- a/translations/source/bs/dictionaries/sw_TZ.po
+++ b/translations/source/bs/dictionaries/sw_TZ.po
@@ -3,17 +3,17 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Swahili spelling dictionary"
-msgstr ""
+msgstr "Swahili rječnik za provjeru pravopisa"
diff --git a/translations/source/bs/dictionaries/te_IN.po b/translations/source/bs/dictionaries/te_IN.po
index a5b5a939fde..866b7405d35 100644
--- a/translations/source/bs/dictionaries/te_IN.po
+++ b/translations/source/bs/dictionaries/te_IN.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:41+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: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/th_TH.po b/translations/source/bs/dictionaries/th_TH.po
index 2c35d4223dd..19a8e331a66 100644
--- a/translations/source/bs/dictionaries/th_TH.po
+++ b/translations/source/bs/dictionaries/th_TH.po
@@ -3,17 +3,17 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Thai spelling dictionary"
-msgstr ""
+msgstr "Thai rječnik za provjeru pravopisa"
diff --git a/translations/source/bs/dictionaries/uk_UA.po b/translations/source/bs/dictionaries/uk_UA.po
index 35117f633ba..d9c14d1f6ae 100644
--- a/translations/source/bs/dictionaries/uk_UA.po
+++ b/translations/source/bs/dictionaries/uk_UA.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/vi.po b/translations/source/bs/dictionaries/vi.po
index 0a9ad314b6d..6ea35371224 100644
--- a/translations/source/bs/dictionaries/vi.po
+++ b/translations/source/bs/dictionaries/vi.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/dictionaries/zu_ZA.po b/translations/source/bs/dictionaries/zu_ZA.po
index f74717ac534..f9a4e2d7966 100644
--- a/translations/source/bs/dictionaries/zu_ZA.po
+++ b/translations/source/bs/dictionaries/zu_ZA.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/editeng/source/accessibility.po b/translations/source/bs/editeng/source/accessibility.po
index 705d236a9cf..b2e827f021a 100644
--- a/translations/source/bs/editeng/source/accessibility.po
+++ b/translations/source/bs/editeng/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/editeng/source/editeng.po b/translations/source/bs/editeng/source/editeng.po
index 176ea6d2392..8df506667c4 100644
--- a/translations/source/bs/editeng/source/editeng.po
+++ b/translations/source/bs/editeng/source/editeng.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -49,7 +49,7 @@ msgstr "Primijeni stilove"
#: editeng.src#RID_EDITUNDO_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "Pro~mijeni slova"
#: editeng.src#RID_MENU_SPELL.MN_SPELLING.menuitem.text
msgid "~Spellcheck..."
diff --git a/translations/source/bs/editeng/source/items.po b/translations/source/bs/editeng/source/items.po
index 0c8d612a4cf..d4d37c03faf 100644
--- a/translations/source/bs/editeng/source/items.po
+++ b/translations/source/bs/editeng/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:07+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -529,6 +529,30 @@ msgstr ""
"#-#-#-#-# dialog.po (PACKAGE VERSION) #-#-#-#-#\n"
"Izvan"
+#: svxitems.src#RID_SVXITEMS_METRIC_MM.string.text
+msgid "mm"
+msgstr "mm"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_CM.string.text
+msgid "cm"
+msgstr "cm"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_INCH.string.text
+msgid "inch"
+msgstr "inč"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_POINT.string.text
+msgid "pt"
+msgstr "tč"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_TWIP.string.text
+msgid "twip"
+msgstr "twip"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_PIXEL.string.text
+msgid "pixel"
+msgstr ""
+
#: svxitems.src#RID_SVXITEMS_SHADOWED_TRUE.string.text
msgid "Shadowed"
msgstr "Zasjenjeno"
diff --git a/translations/source/bs/editeng/source/misc.po b/translations/source/bs/editeng/source/misc.po
index 96a7209e978..abd41646da0 100644
--- a/translations/source/bs/editeng/source/misc.po
+++ b/translations/source/bs/editeng/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/editeng/source/outliner.po b/translations/source/bs/editeng/source/outliner.po
index 9f2ed11b697..8a27211e4e0 100644
--- a/translations/source/bs/editeng/source/outliner.po
+++ b/translations/source/bs/editeng/source/outliner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/extensions/source/abpilot.po b/translations/source/bs/extensions/source/abpilot.po
index 5cf725d4b1f..d033477428a 100644
--- a/translations/source/bs/extensions/source/abpilot.po
+++ b/translations/source/bs/extensions/source/abpilot.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -68,8 +68,8 @@ msgid "Mozilla / Netscape"
msgstr "Mozilla / Netscape"
#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_THUNDERBIRD.radiobutton.text
-msgid "Thunderbird"
-msgstr "Thunderbird"
+msgid "Thunderbird/Icedove"
+msgstr ""
#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_KAB.radiobutton.text
msgid "KDE address book"
diff --git a/translations/source/bs/extensions/source/bibliography.po b/translations/source/bs/extensions/source/bibliography.po
index d0fef6ffc34..3a92520ab3d 100644
--- a/translations/source/bs/extensions/source/bibliography.po
+++ b/translations/source/bs/extensions/source/bibliography.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/extensions/source/dbpilots.po b/translations/source/bs/extensions/source/dbpilots.po
index 49b8aff7269..2cb65181864 100644
--- a/translations/source/bs/extensions/source/dbpilots.po
+++ b/translations/source/bs/extensions/source/dbpilots.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/extensions/source/propctrlr.po b/translations/source/bs/extensions/source/propctrlr.po
index d08aa7e2174..0e1276a3153 100644
--- a/translations/source/bs/extensions/source/propctrlr.po
+++ b/translations/source/bs/extensions/source/propctrlr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/extensions/source/scanner.po b/translations/source/bs/extensions/source/scanner.po
index 52bebf481f4..5feebfb2197 100644
--- a/translations/source/bs/extensions/source/scanner.po
+++ b/translations/source/bs/extensions/source/scanner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/extensions/source/update/check.po b/translations/source/bs/extensions/source/update/check.po
index d93b206c669..587e6c0f858 100644
--- a/translations/source/bs/extensions/source/update/check.po
+++ b/translations/source/bs/extensions/source/update/check.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/filter/source/config/fragments/filters.po b/translations/source/bs/filter/source/config/fragments/filters.po
index 0acfd438c43..d4b2c9f4b67 100644
--- a/translations/source/bs/filter/source/config/fragments/filters.po
+++ b/translations/source/bs/filter/source/config/fragments/filters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-05-07 12:15+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2011-12-15 12:30+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -60,7 +60,7 @@ msgstr "Kodirani tekst (%productname% Glavni dokument)"
msgid "Microsoft Excel 2007 Binary"
msgstr "Microsoft Excel 2007 Binary"
-#: impress_OOXML_ui.xcu#Office_Open_XML_Presentation.UIName.value.text
+#: impress_OOXML_ui.xcu#Impress_Office_Open_XML.UIName.value.text
msgid "Office Open XML Presentation"
msgstr "Office Open XML prezentacija"
@@ -290,7 +290,7 @@ msgstr "HTML dokument"
msgid "ODF Presentation"
msgstr "ODF prezentacija"
-#: impress_OOXML_Template_ui.xcu#Office_Open_XML_Presentation_Template.UIName.value.text
+#: impress_OOXML_Template_ui.xcu#Impress_Office_Open_XML_Template.UIName.value.text
msgid "Office Open XML Presentation Template"
msgstr "Office Open XML šablon za prezentaciju"
diff --git a/translations/source/bs/filter/source/config/fragments/internalgraphicfilters.po b/translations/source/bs/filter/source/config/fragments/internalgraphicfilters.po
index f255bc48c36..6f8bd7cb666 100644
--- a/translations/source/bs/filter/source/config/fragments/internalgraphicfilters.po
+++ b/translations/source/bs/filter/source/config/fragments/internalgraphicfilters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/filter/source/config/fragments/types.po b/translations/source/bs/filter/source/config/fragments/types.po
index 9d3371786b2..d8509647bc1 100644
--- a/translations/source/bs/filter/source/config/fragments/types.po
+++ b/translations/source/bs/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 01:55+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: StarBase.xcu#StarBase.UIName.value.text
@@ -100,7 +100,7 @@ msgstr "Writer 8 šablon"
#: MS_Excel_2007_Binary.xcu#MS_Excel_2007_Binary.UIName.value.text
msgid "Microsoft Excel 2007 Binary"
-msgstr ""
+msgstr "Microsoft Excel 2007 Binary"
#: calc8.xcu#calc8.UIName.value.text
msgid "Calc 8"
diff --git a/translations/source/bs/filter/source/flash.po b/translations/source/bs/filter/source/flash.po
index 3aec2b4d2f3..5b731fc6dfb 100644
--- a/translations/source/bs/filter/source/flash.po
+++ b/translations/source/bs/filter/source/flash.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/filter/source/graphicfilter/eps.po b/translations/source/bs/filter/source/graphicfilter/eps.po
index 022b72962f1..a11d86be827 100644
--- a/translations/source/bs/filter/source/graphicfilter/eps.po
+++ b/translations/source/bs/filter/source/graphicfilter/eps.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/filter/source/pdf.po b/translations/source/bs/filter/source/pdf.po
index 696e63a68f1..226ead1357a 100644
--- a/translations/source/bs/filter/source/pdf.po
+++ b/translations/source/bs/filter/source/pdf.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-11 23:07+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-01-05 12:24+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -119,6 +119,11 @@ msgstr "Izvezi ~napomene"
msgid "Export ~notes pages"
msgstr "Izvezi stranice sa ~komentarima"
+#: impdialog.src#CB_EXPORTHIDDENSLIDES.checkbox.text
+#, fuzzy
+msgid "Export ~hidden pages"
+msgstr "Izvezi stranice sa ~komentarima"
+
#: impdialog.src#CB_EXPORTEMPTYPAGES.checkbox.text
msgid "Exp~ort automatically inserted blank pages"
msgstr "Izvezi automatski umetnute prazne stranice"
diff --git a/translations/source/bs/filter/source/t602.po b/translations/source/bs/filter/source/t602.po
index 46a13bed6e5..ffe3f9e3199 100644
--- a/translations/source/bs/filter/source/t602.po
+++ b/translations/source/bs/filter/source/t602.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/filter/source/xsltdialog.po b/translations/source/bs/filter/source/xsltdialog.po
index 026b9b1133e..87fc95d2e15 100644
--- a/translations/source/bs/filter/source/xsltdialog.po
+++ b/translations/source/bs/filter/source/xsltdialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-11 23:07+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/forms/source/resource.po b/translations/source/bs/forms/source/resource.po
index 74dee1efeba..511537f9b88 100644
--- a/translations/source/bs/forms/source/resource.po
+++ b/translations/source/bs/forms/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/formula/source/core/resource.po b/translations/source/bs/formula/source/core/resource.po
index 7ec7a5c5d31..193e482af27 100644
--- a/translations/source/bs/formula/source/core/resource.po
+++ b/translations/source/bs/formula/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -143,6 +143,22 @@ msgstr "ATANH"
msgid "ACOTH"
msgstr "ACOTH"
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_COSECANT.string.text
+msgid "CSC"
+msgstr ""
+
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SECANT.string.text
+msgid "SEC"
+msgstr ""
+
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_COSECANT_HYP.string.text
+msgid "CSCH"
+msgstr ""
+
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SECANT_HYP.string.text
+msgid "SECH"
+msgstr ""
+
#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_EXP.string.text
msgid "EXP"
msgstr "EXP"
diff --git a/translations/source/bs/formula/source/ui/dlg.po b/translations/source/bs/formula/source/ui/dlg.po
index cbc2c732877..14a360004d9 100644
--- a/translations/source/bs/formula/source/ui/dlg.po
+++ b/translations/source/bs/formula/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/fpicker/source/office.po b/translations/source/bs/fpicker/source/office.po
index 6769f508dfe..8929a5ea3d8 100644
--- a/translations/source/bs/fpicker/source/office.po
+++ b/translations/source/bs/fpicker/source/office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:08+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/framework/source/classes.po b/translations/source/bs/framework/source/classes.po
index b776230f6c1..0a6cfb015bd 100644
--- a/translations/source/bs/framework/source/classes.po
+++ b/translations/source/bs/framework/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/framework/source/services.po b/translations/source/bs/framework/source/services.po
index 848c60d3d8f..9b3b4d6962e 100644
--- a/translations/source/bs/framework/source/services.po
+++ b/translations/source/bs/framework/source/services.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/helpcontent2/source/text/sbasic/guide.po b/translations/source/bs/helpcontent2/source/text/sbasic/guide.po
index 95c0d44aa96..789354a66e4 100644
--- a/translations/source/bs/helpcontent2/source/text/sbasic/guide.po
+++ b/translations/source/bs/helpcontent2/source/text/sbasic/guide.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bs/helpcontent2/source/text/sbasic/shared.po b/translations/source/bs/helpcontent2/source/text/sbasic/shared.po
index 025837e033a..0eae04b17f3 100644
--- a/translations/source/bs/helpcontent2/source/text/sbasic/shared.po
+++ b/translations/source/bs/helpcontent2/source/text/sbasic/shared.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-07-28 11:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -5112,8 +5112,8 @@ msgid "Default"
msgstr "Uobičajeno"
#: 01170101.xhp#par_id3153547.179.help.text
-msgid "Only input controls receive the focus when using the <emph>Tab </emph>key. Controls without input like caption controls are omitted."
-msgstr "Ulazna kontrola prima fokus koristeci <emph>Tab</emph> key. Controls without input like caption controls are omitted."
+msgid "Only input controls receive the focus when using the <emph>Tab</emph> key. Controls without input like caption controls are omitted."
+msgstr ""
#: 01170101.xhp#par_id3154632.52.help.text
msgid "No"
diff --git a/translations/source/bs/helpcontent2/source/text/sbasic/shared/01.po b/translations/source/bs/helpcontent2/source/text/sbasic/shared/01.po
index 2610e19eaf9..8071f2c8ac1 100644
--- a/translations/source/bs/helpcontent2/source/text/sbasic/shared/01.po
+++ b/translations/source/bs/helpcontent2/source/text/sbasic/shared/01.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bs/helpcontent2/source/text/sbasic/shared/02.po b/translations/source/bs/helpcontent2/source/text/sbasic/shared/02.po
index 54c82738b69..e99bd37fac0 100644
--- a/translations/source/bs/helpcontent2/source/text/sbasic/shared/02.po
+++ b/translations/source/bs/helpcontent2/source/text/sbasic/shared/02.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bs/helpcontent2/source/text/scalc.po b/translations/source/bs/helpcontent2/source/text/scalc.po
index 6ca69f96ab4..9949796768e 100644
--- a/translations/source/bs/helpcontent2/source/text/scalc.po
+++ b/translations/source/bs/helpcontent2/source/text/scalc.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+helpcontent2%2Fsource%2Ftext%2Fscalc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-11 08:16+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bs/helpcontent2/source/text/scalc/00.po b/translations/source/bs/helpcontent2/source/text/scalc/00.po
index 23da48a77ca..0175f546a97 100644
--- a/translations/source/bs/helpcontent2/source/text/scalc/00.po
+++ b/translations/source/bs/helpcontent2/source/text/scalc/00.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-11 08:16+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bs/helpcontent2/source/text/scalc/01.po b/translations/source/bs/helpcontent2/source/text/scalc/01.po
index 2ce352da275..4582e51e4a9 100644
--- a/translations/source/bs/helpcontent2/source/text/scalc/01.po
+++ b/translations/source/bs/helpcontent2/source/text/scalc/01.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-10-31 23:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -18422,8 +18422,8 @@ msgid "Editing Array Formulas"
msgstr "Uredjivanje formule niza"
#: 04060107.xhp#par_id3149241.317.help.text
-msgid "Select the cell range or array containing the array formula. To select the whole array, position the cell cursor inside the array range, then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>+ /, where / is the Division key on the numeric keypad."
-msgstr "Oznaci rang celije ili niza koji sadrzi formulu niza. Za oznacavanje kompletnog niza, pozicionirajte kursor unutar rang niza, onda pritisnite<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>+ /, gdje je / ioznaka za djeljenje na numerickoj tastaturi."
+msgid "Select the cell range or array containing the array formula. To select the whole array, position the cell cursor inside the array range, then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+/, where / is the Division key on the numeric keypad."
+msgstr ""
#: 04060107.xhp#par_id3143274.318.help.text
msgid "Either press F2 or position the cursor in the input line. Both of these actions let you edit the formula."
@@ -18484,7 +18484,7 @@ msgid "When you adjust the array range, the array formula will not automatically
msgstr ""
#: 04060107.xhp#par_id3146080.333.help.text
-msgid "By holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key, you can create a copy of the array formula in the given range."
+msgid "By holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, you can create a copy of the array formula in the given range."
msgstr ""
#: 04060107.xhp#par_idN10D47.help.text
diff --git a/translations/source/bs/helpcontent2/source/text/scalc/02.po b/translations/source/bs/helpcontent2/source/text/scalc/02.po
index 9eeb1e794cd..08f639a48e4 100644
--- a/translations/source/bs/helpcontent2/source/text/scalc/02.po
+++ b/translations/source/bs/helpcontent2/source/text/scalc/02.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-12 08:31+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bs/helpcontent2/source/text/scalc/04.po b/translations/source/bs/helpcontent2/source/text/scalc/04.po
index 65a4217be99..4d7997ddd30 100644
--- a/translations/source/bs/helpcontent2/source/text/scalc/04.po
+++ b/translations/source/bs/helpcontent2/source/text/scalc/04.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-11 08:19+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -36,8 +36,8 @@ msgid "To create a matrix in which all the cells contain the same information as
msgstr "Da kreirate matricu u kojoj sve ćelije sadržavaju iste informacije koje ste ukucali na <emph>Linija unosa</emph>, pritisnite Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter. Komponenete matrice ne možete mijenjati."
#: 01020000.xhp#par_id3166426.4.help.text
-msgid "To select multiple cells in different areas of a sheet, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline>and drag in the different areas."
-msgstr "Da bi označili više ćelija u različitim oblastima stranice, pritisnite i držite <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline> i povlačite u razne oblasti."
+msgid "To select multiple cells in different areas of a sheet, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and drag in the different areas."
+msgstr ""
#: 01020000.xhp#par_id3150207.127.help.text
msgid "To select multiple sheets in a spreadsheet, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, and then click the name tabs at the lower edge of the workspace. To select only one sheet in a selection, hold down Shift, and then click the name tab of the sheet."
@@ -240,9 +240,8 @@ msgid "Adds the next sheet to the current selection of sheets. If all the sheets
msgstr "Dodaje slijedeču stranicu na trenutnu selekciju stranica. Ako su označene sve stranice u tabeli ova kombinacija tastaturne kratice označi slijedeću stranicu. Čini slijedeću stranicu aktuelnom."
#: 01020000.xhp#hd_id3145826.96.help.text
-#, fuzzy
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + *"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Naredba</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ *"
+msgstr ""
#: 01020000.xhp#par_id3148882.97.help.text
msgid "where (*) is the multiplication sign on the numeric key pad"
@@ -253,9 +252,8 @@ msgid "Selects the data range that contains the cursor. A range is a contiguous
msgstr "Izabire područje podataka koje sadržava kursor. Područje je granično ćelijsko područje koje sadržava podatke i ograničeno je praznim redom i kolonama."
#: 01020000.xhp#hd_id3151233.180.help.text
-#, fuzzy
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + /"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Naredba</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ /"
+msgstr ""
#: 01020000.xhp#par_id3149949.181.help.text
msgid "where (/) is the division sign on the numeric key pad"
@@ -290,8 +288,8 @@ msgid "Moves the cursor down one cell in a selected range. To specify the direct
msgstr ""
#: 01020000.xhp#par_id5961180.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline> + ` (see note below this table)"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline> + ` (vidi zabilješku ispod ove tabele)"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ ` (see note below this table)"
+msgstr ""
#: 01020000.xhp#par_id6407055.help.text
msgid "Displays or hides the formulas instead of the values in all cells."
@@ -515,32 +513,32 @@ msgid "Ungroups the selected data range."
msgstr "De-grupiše označeno područje podataka."
#: 01020000.xhp#hd_id3151264.117.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + Down Arrow"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>Alt</defaultinline></switchinline> + Strelica Dolje"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ Down Arrow"
+msgstr ""
#: 01020000.xhp#par_id3153155.118.help.text
msgid "Increases the height of current row."
msgstr "Povečava visinu trenutnog reda."
#: 01020000.xhp#hd_id3151297.119.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + Up Arrow"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>Alt</defaultinline></switchinline> + Strelica Gore"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ Up Arrow"
+msgstr ""
#: 01020000.xhp#par_id3155849.120.help.text
msgid "Decreases the height of current row."
msgstr "Smanjuje visinu trenutnog reda."
#: 01020000.xhp#hd_id3155997.121.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + Right Arrow"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>Alt</defaultinline></switchinline> + Strelica Desno"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ Right Arrow"
+msgstr ""
#: 01020000.xhp#par_id3150256.122.help.text
msgid "Increases the width of the current column."
msgstr "Povečava širinu trenutne kolone."
#: 01020000.xhp#hd_id3154046.123.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + Left Arrow"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option </caseinline><defaultinline>Alt</defaultinline></switchinline> + Strelica Lijevo"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ Left Arrow"
+msgstr ""
#: 01020000.xhp#par_id3150155.124.help.text
msgid "Decreases the width of the current column."
diff --git a/translations/source/bs/helpcontent2/source/text/scalc/05.po b/translations/source/bs/helpcontent2/source/text/scalc/05.po
index 9f9bc947a0d..cf855e556f4 100644
--- a/translations/source/bs/helpcontent2/source/text/scalc/05.po
+++ b/translations/source/bs/helpcontent2/source/text/scalc/05.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 19:01+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bs/helpcontent2/source/text/scalc/guide.po b/translations/source/bs/helpcontent2/source/text/scalc/guide.po
index 63396ecce9a..c6c51823e49 100644
--- a/translations/source/bs/helpcontent2/source/text/scalc/guide.po
+++ b/translations/source/bs/helpcontent2/source/text/scalc/guide.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-07-28 11:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1531,7 +1531,7 @@ msgstr ""
#: sorted_list.xhp#par_id2367931.help.text
msgctxt "sorted_list.xhp#par_id2367931.help.text"
-msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>if you do not want to fill the cells with different values."
+msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> if you do not want to fill the cells with different values."
msgstr ""
#: sorted_list.xhp#par_id3152577.5.help.text
@@ -3677,7 +3677,7 @@ msgstr ""
#: calc_series.xhp#par_id9720145.help.text
msgctxt "calc_series.xhp#par_id9720145.help.text"
-msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>if you do not want to fill the cells with different values."
+msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> if you do not want to fill the cells with different values."
msgstr ""
#: calc_series.xhp#par_id3154490.18.help.text
@@ -3838,8 +3838,8 @@ msgid "Formatting Borders and Backgrounds for Cells and Pages"
msgstr ":Formatting Borders and Backgrounds for Cells and Pages"
#: format_table.xhp#par_id3154733.20.help.text
-msgid "You can assign a format to any group of cells by first selecting the cells (for multiple selection, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key when clicking), and then activating the <emph>Format Cells</emph> dialog in <item type=\"menuitem\">Format - Cell</item>. In this dialog, you can select attributes such as shadows and backgrounds."
-msgstr ":You can assign a format to any group of cells by first selecting the cells (for multiple selection, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key when clicking), and then activating the <emph>Formatiraj ćelije</emph> dialogue box in <item type=\"menuitem\">Format - Cell</item>. In this dialogue box, you can select attributes such as shadows and backgrounds."
+msgid "You can assign a format to any group of cells by first selecting the cells (for multiple selection, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key when clicking), and then activating the <emph>Format Cells</emph> dialog in <item type=\"menuitem\">Format - Cell</item>. In this dialog, you can select attributes such as shadows and backgrounds."
+msgstr ""
#: format_table.xhp#par_id3145116.21.help.text
msgid "To apply formatting attributes to an entire sheet, choose <emph>Format - Page</emph>. You can define headers and footers, for example, to appear on each printed page."
@@ -4760,8 +4760,8 @@ msgid "In $[officename] Calc, you can insert values, text or formulas that are s
msgstr "U $[officename] Calc, mozeš insertovati vrijednosti, tekst ili formule koje se simultano kopiraju u ostale selektovane sheets dokumenta."
#: edit_multitables.xhp#par_id3153768.8.help.text
-msgid "Select all desired sheets by holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key and clicking the corresponding register tabs that are still gray at the bottom margin of the workspace. All selected register tabs are now white."
-msgstr "Izaberi sve zeljene sheets pritišćući <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline> tipku i klikajući odgovarajuće register tabove koji su još uvijek sivi na dnu margine radnog prostora. Svi selektovani register tabovi su sada bijeli. "
+msgid "Select all desired sheets by holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key and clicking the corresponding register tabs that are still gray at the bottom margin of the workspace. All selected register tabs are now white."
+msgstr ""
#: edit_multitables.xhp#par_idN10614.help.text
msgctxt "edit_multitables.xhp#par_idN10614.help.text"
@@ -4992,9 +4992,8 @@ msgid "Selecting Multiple Sheets"
msgstr "Odabir visestrukih ploca"
#: multitables.xhp#par_id3145251.6.help.text
-#, fuzzy
-msgid "The sheet tab of the current sheet is always visible in white in front of the other sheet tabs. The other sheet tabs are gray when they are not selected. By clicking other sheet tabs while pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline>you can select multiple sheets."
-msgstr "Tab ploce trenutne ploce je uvijek vidljiv u bijelom fontu drugog taba ploce. Drugi tabovi ploce su sivi i oni nisu selektovani. Klikanjem druge ploce dok drzite <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>mozete izabrati vise ploca."
+msgid "The sheet tab of the current sheet is always visible in white in front of the other sheet tabs. The other sheet tabs are gray when they are not selected. By clicking other sheet tabs while pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> you can select multiple sheets."
+msgstr ""
#: multitables.xhp#par_idN106B7.help.text
msgctxt "multitables.xhp#par_idN106B7.help.text"
@@ -5006,9 +5005,8 @@ msgid "Undoing a Selection"
msgstr "Vracanje selekcije"
#: multitables.xhp#par_id3146969.13.help.text
-#, fuzzy
-msgid "To undo the selection of a sheet, click its sheet tab again while pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline>key. The sheet that is currently visible cannot be removed from the selection."
-msgstr "Da biste selektovali tabelu, kliknite na njenu karticu dok držite <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline></item>tipku. Tabela koja je trenutno vidljiva ne može biti izbrisana iz selekcije."
+msgid "To undo the selection of a sheet, click its sheet tab again while pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key. The sheet that is currently visible cannot be removed from the selection."
+msgstr ""
#: multitables.xhp#hd_id3156382.15.help.text
msgid "Calculating Across Multiple Sheets"
@@ -5059,8 +5057,8 @@ msgid "If you move cells in insert mode within the same row (only horizontally),
msgstr "Ako pomjerite celije u modus ubacivanja u istom redu (samo horizontalno),Poslije ubacivanja celije, sve celije ce biti prebacene ulijevo da bi popunile podrucje izvora."
#: move_dragdrop.xhp#par_id2586748.help.text
-msgid "In both modes, you can hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key, or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift keys while you release the mouse button to insert a copy or a link, respectively."
-msgstr "U oba modusa mozete drzati <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key, or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift dugmice dok pustate dugme misa, da biste unijeli kopirano ili link."
+msgid "In both modes, you can hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift keys while you release the mouse button to insert a copy or a link, respectively."
+msgstr ""
#: move_dragdrop.xhp#par_id5814081.help.text
msgid "Keys pressed while releasing the mouse button"
@@ -5080,8 +5078,8 @@ msgid "Cells are moved and overwrite the cells in the target area. Source cells
msgstr "Celije su prebacene i prepisane u celije ciljane zone. Izvorne celije su prazne."
#: move_dragdrop.xhp#par_id6161687.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>Tipka"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key"
+msgstr ""
#: move_dragdrop.xhp#par_id4278389.help.text
msgid "Cells are copied and overwrite the cells in the target area. Source cells stay as they are."
@@ -5109,9 +5107,8 @@ msgid "If you move within the same rows on the same sheet, the cells in the targ
msgstr "Ako pomjerite u istim redovima i na istoj ploci, celije ciljane zone se pomjeraju udesno, i onda cijeli red se pomjera da bi popunio izvorno podrucje."
#: move_dragdrop.xhp#par_id2783898.help.text
-#, fuzzy
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option+Command </caseinline><defaultinline>Alt+Ctrl </defaultinline></switchinline>keys"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>Tipka"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option+Command </caseinline><defaultinline>Alt+Ctrl</defaultinline></switchinline> keys"
+msgstr ""
#: move_dragdrop.xhp#par_id2785119.help.text
msgid "Cells are copied and shift the cells in the target area to the right or to the bottom. Source cells stay as they are."
@@ -5205,7 +5202,7 @@ msgid "To create a scenario, select all the cells that provide the data for the
msgstr ""
#: scenario.xhp#par_id3154020.17.help.text
-msgid "Select the cells that contain the values that will change between scenarios. To select multiple cells, hold down the <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline></item>key as you click each cell."
+msgid "Select the cells that contain the values that will change between scenarios. To select multiple cells, hold down the <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline></item> key as you click each cell."
msgstr ""
#: scenario.xhp#par_id3150364.18.help.text
@@ -5654,9 +5651,8 @@ msgid "By double-clicking on one of the fields in the <emph>Data Fields</emph> a
msgstr "Duplim klikom na jedno od polja u <emph>Polja sa podacima</emph> površinu možete pozvati <link href=\"text/scalc/01/12090105.xhp\" name=\"Polja Podataka\"><emph>Podatkovno polje</emph></link> dijaloški prozor."
#: datapilot_createtable.xhp#par_id3156286.17.help.text
-#, fuzzy
-msgid "Use the <item type=\"menuitem\">Data Field</item> dialog to select the calculations to be used for the data. To make a multiple selection, press the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline>key while clicking the desired calculation."
-msgstr "Koristite <emph>Polja Podataka</emph> dijaloški prozor da izaberete kalkulacije za korištenje za podatke. Da bi izabrali više selekcija, kliknite <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline> tipku dok u isto vrijeme klikate željene kalkulacije."
+msgid "Use the <item type=\"menuitem\">Data Field</item> dialog to select the calculations to be used for the data. To make a multiple selection, press the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while clicking the desired calculation."
+msgstr ""
#: datapilot_createtable.xhp#par_id3150329.13.help.text
msgid "The order of the buttons can be changed at any time by moving them to a different position in the area with the mouse."
diff --git a/translations/source/bs/helpcontent2/source/text/schart.po b/translations/source/bs/helpcontent2/source/text/schart.po
index a451c91dc12..0335e695043 100644
--- a/translations/source/bs/helpcontent2/source/text/schart.po
+++ b/translations/source/bs/helpcontent2/source/text/schart.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+helpcontent2%2Fsource%2Ftext%2Fschart.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bs/helpcontent2/source/text/schart/00.po b/translations/source/bs/helpcontent2/source/text/schart/00.po
index abbde1ffce9..bd730167b6c 100644
--- a/translations/source/bs/helpcontent2/source/text/schart/00.po
+++ b/translations/source/bs/helpcontent2/source/text/schart/00.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bs/helpcontent2/source/text/schart/01.po b/translations/source/bs/helpcontent2/source/text/schart/01.po
index 3e1a1430172..ddf036401a5 100644
--- a/translations/source/bs/helpcontent2/source/text/schart/01.po
+++ b/translations/source/bs/helpcontent2/source/text/schart/01.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-07-28 11:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bs/helpcontent2/source/text/schart/02.po b/translations/source/bs/helpcontent2/source/text/schart/02.po
index e7c9c0ce327..44e039fbef8 100644
--- a/translations/source/bs/helpcontent2/source/text/schart/02.po
+++ b/translations/source/bs/helpcontent2/source/text/schart/02.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bs/helpcontent2/source/text/schart/04.po b/translations/source/bs/helpcontent2/source/text/schart/04.po
index e72b78bb9b4..1bf5be7f18c 100644
--- a/translations/source/bs/helpcontent2/source/text/schart/04.po
+++ b/translations/source/bs/helpcontent2/source/text/schart/04.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bs/helpcontent2/source/text/sdraw.po b/translations/source/bs/helpcontent2/source/text/sdraw.po
index 51b1cd4c7a7..7357e69b57c 100644
--- a/translations/source/bs/helpcontent2/source/text/sdraw.po
+++ b/translations/source/bs/helpcontent2/source/text/sdraw.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+helpcontent2%2Fsource%2Ftext%2Fsdraw.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-07-28 11:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bs/helpcontent2/source/text/sdraw/00.po b/translations/source/bs/helpcontent2/source/text/sdraw/00.po
index 4e98584a7b4..7644c4683cb 100644
--- a/translations/source/bs/helpcontent2/source/text/sdraw/00.po
+++ b/translations/source/bs/helpcontent2/source/text/sdraw/00.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bs/helpcontent2/source/text/sdraw/01.po b/translations/source/bs/helpcontent2/source/text/sdraw/01.po
index 6eb7700e2cf..093218ca420 100644
--- a/translations/source/bs/helpcontent2/source/text/sdraw/01.po
+++ b/translations/source/bs/helpcontent2/source/text/sdraw/01.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bs/helpcontent2/source/text/sdraw/04.po b/translations/source/bs/helpcontent2/source/text/sdraw/04.po
index 0d7c2287bb7..3d26034abd1 100644
--- a/translations/source/bs/helpcontent2/source/text/sdraw/04.po
+++ b/translations/source/bs/helpcontent2/source/text/sdraw/04.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -389,9 +389,8 @@ msgid "Press the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option<
msgstr ""
#: 01020000.xhp#hd_id3143232.83.help.text
-#, fuzzy
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + click on an object"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Naredba</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ click on an object"
+msgstr ""
#: 01020000.xhp#par_id3156007.84.help.text
msgid "Selects the object behind the currently selected object."
diff --git a/translations/source/bs/helpcontent2/source/text/sdraw/guide.po b/translations/source/bs/helpcontent2/source/text/sdraw/guide.po
index 64ce4fd85d3..163b77a8e9a 100644
--- a/translations/source/bs/helpcontent2/source/text/sdraw/guide.po
+++ b/translations/source/bs/helpcontent2/source/text/sdraw/guide.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-11 08:19+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bs/helpcontent2/source/text/shared.po b/translations/source/bs/helpcontent2/source/text/shared.po
index 8475a1b7a93..edddb45ea73 100644
--- a/translations/source/bs/helpcontent2/source/text/shared.po
+++ b/translations/source/bs/helpcontent2/source/text/shared.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+helpcontent2%2Fsource%2Ftext%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-12 08:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bs/helpcontent2/source/text/shared/00.po b/translations/source/bs/helpcontent2/source/text/shared/00.po
index 6bfaac911fd..62847e240c4 100644
--- a/translations/source/bs/helpcontent2/source/text/shared/00.po
+++ b/translations/source/bs/helpcontent2/source/text/shared/00.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-07-28 11:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4590,6 +4590,10 @@ msgstr ""
msgid "<variable id=\"java\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Java</emph></variable>"
msgstr ""
+#: 00000406.xhp#par_id5485702.help.text
+msgid "<variable id=\"online_update\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Online Update </emph></variable>"
+msgstr ""
+
#: 00000406.xhp#par_id3146989.152.help.text
msgid "<variable id=\"accessibility\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Accessibility</emph></variable>"
msgstr ""
diff --git a/translations/source/bs/helpcontent2/source/text/shared/01.po b/translations/source/bs/helpcontent2/source/text/shared/01.po
index d736e25453d..565f4d4ad67 100644
--- a/translations/source/bs/helpcontent2/source/text/shared/01.po
+++ b/translations/source/bs/helpcontent2/source/text/shared/01.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-10-31 23:04+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3640,6 +3640,10 @@ msgstr ""
msgid "The file types that are listed in this dialog are not supported by all operating systems."
msgstr ""
+#: moviesound.xhp#par_idN10700.help.text
+msgid "Click the <emph>Link</emph> box if you want a link to the original file. If it is not checked, the media file will be embedded (not supported with all file formats)."
+msgstr ""
+
#: moviesound.xhp#par_idN106D7.help.text
msgid "Click <emph>Open</emph>."
msgstr "Klikni <emph>Otvori</emph>."
@@ -12193,7 +12197,7 @@ msgid "To view the styles that are used in a file, double-click the file name, a
msgstr ""
#: 01110100.xhp#par_id3155504.35.help.text
-msgid "To copy a style, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>and drag the style from one file to another file. To move a style, drag the style from one file to another file."
+msgid "To copy a style, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and drag the style from one file to another file. To move a style, drag the style from one file to another file."
msgstr ""
#: 01110100.xhp#hd_id3149578.8.help.text
@@ -12840,8 +12844,8 @@ msgid "Selection field"
msgstr "Polje za odabir"
#: 02230401.xhp#par_id3161459.4.help.text
-msgid "<ahelp hid=\"HID_REDLINING_VIEW_DG_VIEW\">Lists the changes that were recorded in the document. When you select an entry in the list, the change is highlighted in the document. To sort the list, click a column heading. </ahelp> Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>while you click to select multiple entries in the list."
-msgstr "<ahelp hid=\"HID_REDLINING_VIEW_DG_VIEW\">Ispisuje promjene koje su zapisane u dokumentu. Kada označite upis u spisku, promjena je osvijetljena u dokumentu. Da bi poredali spisak, pritisnite na zaglavlje kolone. </ahelp> Držite <switchinline select=\"sys\"><caseinline select=\"MAC\">Komandu </caseinline><defaultinline>Ctrl </defaultinline></switchinline>dok pritisnete da označite više upisa u spisku."
+msgid "<ahelp hid=\"HID_REDLINING_VIEW_DG_VIEW\">Lists the changes that were recorded in the document. When you select an entry in the list, the change is highlighted in the document. To sort the list, click a column heading. </ahelp> Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while you click to select multiple entries in the list."
+msgstr ""
#: 02230401.xhp#par_id3152812.6.help.text
msgid "To edit the comment for an entry in the list, right-click the entry, and then choose<emph> Edit - Comment</emph>."
@@ -19715,8 +19719,8 @@ msgid "Several records or removing a selection"
msgstr "Nekoliko unosa ili brisanje selekcije"
#: 05340400.xhp#par_id3149295.17.help.text
-msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>and click the row header"
-msgstr "Držite <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>i kliknite glavu reda"
+msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and click the row header"
+msgstr ""
#: 05340400.xhp#par_id3152360.18.help.text
msgctxt "05340400.xhp#par_id3152360.18.help.text"
diff --git a/translations/source/bs/helpcontent2/source/text/shared/02.po b/translations/source/bs/helpcontent2/source/text/shared/02.po
index ca9b6688776..c03ef8a1349 100644
--- a/translations/source/bs/helpcontent2/source/text/shared/02.po
+++ b/translations/source/bs/helpcontent2/source/text/shared/02.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-07-28 11:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -6879,7 +6879,7 @@ msgid "Decrease Indent"
msgstr "Smanji uvlačenje"
#: 02130000.xhp#par_id3153031.6.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you click the <emph>Decrease Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key, the indent for the selected paragraph is moved by the default tab stop that has been set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you click the <emph>Decrease Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, the indent for the selected paragraph is moved by the default tab stop that has been set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
msgstr ""
#: 01171300.xhp#tit.help.text
@@ -7706,7 +7706,7 @@ msgid "You can copy controls in the document through the clipboard (shortcut key
msgstr ""
#: 01170600.xhp#par_id3145068.20.help.text
-msgid "Drag and drop to copy controls within the same document or between documents. Open another form document and drag the hidden control from the <emph>Form Navigator</emph> into the <emph>Form Navigator</emph> of the target document. Click a visible control directly in the document, rest the mouse for a moment so that a copy of the control is added to the drag-and-drop clipboard, then drag the copy into the other document. If you want a copy in the same document, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>while dragging."
+msgid "Drag and drop to copy controls within the same document or between documents. Open another form document and drag the hidden control from the <emph>Form Navigator</emph> into the <emph>Form Navigator</emph> of the target document. Click a visible control directly in the document, rest the mouse for a moment so that a copy of the control is added to the drag-and-drop clipboard, then drag the copy into the other document. If you want a copy in the same document, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while dragging."
msgstr ""
#: 01170600.xhp#hd_id3152812.13.help.text
@@ -8325,8 +8325,8 @@ msgid "Drag the mark on the right to the left while pressing the mouse button"
msgstr "dovuci znak s desna na lijevo pritiscuci mis "
#: 13020000.xhp#par_id3154760.16.help.text
-msgid "In order to change the left indent starting with the second line of a paragraph, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline> key, click the triangle on the bottom left, and drag it to the right."
-msgstr "Za promjenu lijeve uvlake pocinjuci sa drugom linijom paragrafa,pritisni<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline> kljuc,kliknite trijangl dole lijevo i povucite ga na desno"
+msgid "In order to change the left indent starting with the second line of a paragraph, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, click the triangle on the bottom left, and drag it to the right."
+msgstr ""
#: 13020000.xhp#par_id3148453.17.help.text
msgid "Tabs that have been set are not changed when indenting a paragraph. If the set tabs end up outside the margins of the paragraph, they are no longer displayed, but they still exist."
@@ -8606,7 +8606,7 @@ msgid "Increase Indent"
msgstr "Povećaj uvlačenje"
#: 02140000.xhp#par_id3152996.5.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Click the <emph>Increase Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key to move the indenting of the selected paragraph by the default tab distance set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Click the <emph>Increase Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key to move the indenting of the selected paragraph by the default tab distance set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
msgstr ""
#: 02140000.xhp#par_id3157910.6.help.text
diff --git a/translations/source/bs/helpcontent2/source/text/shared/04.po b/translations/source/bs/helpcontent2/source/text/shared/04.po
index aa93fe495a2..887a1684fc6 100644
--- a/translations/source/bs/helpcontent2/source/text/shared/04.po
+++ b/translations/source/bs/helpcontent2/source/text/shared/04.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-12 08:55+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bs/helpcontent2/source/text/shared/05.po b/translations/source/bs/helpcontent2/source/text/shared/05.po
index 58acf77be01..31e0f9daf85 100644
--- a/translations/source/bs/helpcontent2/source/text/shared/05.po
+++ b/translations/source/bs/helpcontent2/source/text/shared/05.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bs/helpcontent2/source/text/shared/07.po b/translations/source/bs/helpcontent2/source/text/shared/07.po
index 9232d3d4786..626c1226f9b 100644
--- a/translations/source/bs/helpcontent2/source/text/shared/07.po
+++ b/translations/source/bs/helpcontent2/source/text/shared/07.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F07.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bs/helpcontent2/source/text/shared/autokorr.po b/translations/source/bs/helpcontent2/source/text/shared/autokorr.po
index a90cc401994..1cef827010d 100644
--- a/translations/source/bs/helpcontent2/source/text/shared/autokorr.po
+++ b/translations/source/bs/helpcontent2/source/text/shared/autokorr.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautokorr.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bs/helpcontent2/source/text/shared/autopi.po b/translations/source/bs/helpcontent2/source/text/shared/autopi.po
index ffb9e6269d7..856b87e06e3 100644
--- a/translations/source/bs/helpcontent2/source/text/shared/autopi.po
+++ b/translations/source/bs/helpcontent2/source/text/shared/autopi.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautopi.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-07-28 11:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bs/helpcontent2/source/text/shared/explorer/database.po b/translations/source/bs/helpcontent2/source/text/shared/explorer/database.po
index 2b34d196b82..f1423e1e46e 100644
--- a/translations/source/bs/helpcontent2/source/text/shared/explorer/database.po
+++ b/translations/source/bs/helpcontent2/source/text/shared/explorer/database.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2Fexplorer%2Fdatabase.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-11-26 01:35+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2012-01-11 16:08+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bs\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 11080000.xhp#tit.help.text
@@ -1399,8 +1399,9 @@ msgid "Field name"
msgstr "Ime polja"
#: querywizard06.xhp#par_idN1056B.help.text
+#, fuzzy
msgid "<ahelp hid=\".\">Select the field name for the grouping condition.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Unesite korisničko ime za pristup bazi.</ahelp>"
#: querywizard06.xhp#par_idN1056E.help.text
msgctxt "querywizard06.xhp#par_idN1056E.help.text"
@@ -1417,8 +1418,9 @@ msgid "Value"
msgstr "Vrijednost"
#: querywizard06.xhp#par_idN10579.help.text
+#, fuzzy
msgid "<ahelp hid=\".\">Enter the value for the grouping condition.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Unesite korisničko ime za pristup bazi.</ahelp>"
#: querywizard06.xhp#par_idN1057C.help.text
msgid "<link href=\"text/shared/explorer/database/querywizard07.xhp\" name=\"Query Wizard - Aliases\">Query Wizard - Aliases</link>"
@@ -5078,8 +5080,9 @@ msgid "Field"
msgstr "Polje"
#: querywizard03.xhp#par_idN105CC.help.text
+#, fuzzy
msgid "<ahelp hid=\".\">Select the field name for the filter condition.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Unesite korisničko ime za pristup bazi.</ahelp>"
#: querywizard03.xhp#par_idN10568.help.text
msgctxt "querywizard03.xhp#par_idN10568.help.text"
diff --git a/translations/source/bs/helpcontent2/source/text/shared/guide.po b/translations/source/bs/helpcontent2/source/text/shared/guide.po
index b30c5fe44c0..4848053fdf4 100644
--- a/translations/source/bs/helpcontent2/source/text/shared/guide.po
+++ b/translations/source/bs/helpcontent2/source/text/shared/guide.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-07-28 11:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3037,7 +3037,7 @@ msgid "Select an object by a single click."
msgstr "Odaberite objekt jednim klikom."
#: gallery_insert.xhp#par_id3154140.12.help.text
-msgid "Drag the object into the document while pressing the Shift and <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>keys, or right-click to open the context menu and select <emph>Insert</emph> and <emph>Link</emph>."
+msgid "Drag the object into the document while pressing the Shift and <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> keys, or right-click to open the context menu and select <emph>Insert</emph> and <emph>Link</emph>."
msgstr ""
#: gallery_insert.xhp#hd_id3156282.13.help.text
@@ -4410,7 +4410,7 @@ msgid "To reattach a floating window, drag-and-drop the window's title bar to an
msgstr ""
#: floating_toolbar.xhp#par_id1510055.help.text
-msgid "Depending on your system's window manager settings, you may also double-click an empty place on the toolbar or window, while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key. Or double-click the title bar of the floating toolbar or window."
+msgid "Depending on your system's window manager settings, you may also double-click an empty place on the toolbar or window, while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key. Or double-click the title bar of the floating toolbar or window."
msgstr ""
#: floating_toolbar.xhp#par_idN107AC.help.text
@@ -6568,7 +6568,7 @@ msgid "Starting the $[officename] Software From the Command Line"
msgstr ""
#: start_parameters.xhp#par_id3156152.5.help.text
-msgid "Under Windows, select <emph>Run</emph> from the Windows Start menu, or open a Shell under UNIX® based platforms."
+msgid "Under Windows, select <emph>Run</emph> from the Windows Start menu, or open a shell under Linux, *BSD, or Mac OS X platforms."
msgstr ""
#: start_parameters.xhp#par_id3152472.6.help.text
@@ -6576,7 +6576,7 @@ msgid "Under Windows, type the following text in the <emph>Open </emph>text fiel
msgstr ""
#: start_parameters.xhp#par_id3149669.53.help.text
-msgid "Under UNIX based systems, type the following line of text, then press <emph>Return</emph>:"
+msgid "Under UNIX-like systems, type the following line of text, then press <emph>Return</emph>:"
msgstr ""
#: start_parameters.xhp#par_id3147561.7.help.text
@@ -6604,15 +6604,23 @@ msgid "Meaning"
msgstr "Znacenje"
#: start_parameters.xhp#par_id3149983.73.help.text
-msgid "-help / -h / -?"
+msgid "--help / -h / -?"
msgstr ""
#: start_parameters.xhp#par_id3147349.74.help.text
msgid "Lists the available command line parameters <switchinline select=\"sys\"><caseinline select=\"WIN\">in a dialog box</caseinline><defaultinline>to the console</defaultinline></switchinline>."
msgstr ""
+#: start_parameters.xhp#par_id31499et.73.help.text
+msgid "--version"
+msgstr ""
+
+#: start_parameters.xhp#par_id31473et.74.help.text
+msgid "Displays the version information."
+msgstr ""
+
#: start_parameters.xhp#par_id3150010.59.help.text
-msgid "-writer"
+msgid "--writer"
msgstr ""
#: start_parameters.xhp#par_id3147213.60.help.text
@@ -6620,7 +6628,7 @@ msgid "Starts with an empty Writer document."
msgstr ""
#: start_parameters.xhp#par_id3148616.61.help.text
-msgid "-calc"
+msgid "--calc"
msgstr ""
#: start_parameters.xhp#par_id3145261.62.help.text
@@ -6628,7 +6636,7 @@ msgid "Starts with an empty Calc document."
msgstr ""
#: start_parameters.xhp#par_id3156443.63.help.text
-msgid "-draw"
+msgid "--draw"
msgstr ""
#: start_parameters.xhp#par_id3154011.64.help.text
@@ -6636,7 +6644,7 @@ msgid "Starts with an empty Draw document."
msgstr ""
#: start_parameters.xhp#par_id3153142.65.help.text
-msgid "-impress"
+msgid "--impress"
msgstr ""
#: start_parameters.xhp#par_id3153222.66.help.text
@@ -6644,7 +6652,7 @@ msgid "Starts with an empty Impress document."
msgstr ""
#: start_parameters.xhp#par_id3155853.67.help.text
-msgid "-math"
+msgid "--math"
msgstr ""
#: start_parameters.xhp#par_id3146928.68.help.text
@@ -6652,7 +6660,7 @@ msgid "Starts with an empty Math document."
msgstr ""
#: start_parameters.xhp#par_id3149960.69.help.text
-msgid "-global"
+msgid "--global"
msgstr ""
#: start_parameters.xhp#par_id3151075.70.help.text
@@ -6660,7 +6668,7 @@ msgid "Starts with an empty Writer master document."
msgstr ""
#: start_parameters.xhp#par_id3154510.71.help.text
-msgid "-web"
+msgid "--web"
msgstr ""
#: start_parameters.xhp#par_id3148836.72.help.text
@@ -6668,7 +6676,7 @@ msgid "Starts with an empty HTML document."
msgstr ""
#: start_parameters.xhp#par_id3149403.help.text
-msgid "-show {filename.odp}"
+msgid "--show {filename.odp}"
msgstr ""
#: start_parameters.xhp#par_id3153838.80.help.text
@@ -6676,23 +6684,15 @@ msgid "Starts with the Impress file <emph>{filename.odp}</emph> and starts the p
msgstr ""
#: start_parameters.xhp#par_id3156276.13.help.text
-msgid "-minimized"
+msgid "--minimized"
msgstr ""
#: start_parameters.xhp#par_id3146080.14.help.text
msgid "Starts minimized. The splash screen is not displayed."
msgstr ""
-#: start_parameters.xhp#par_id3641773.help.text
-msgid "-maximized"
-msgstr ""
-
-#: start_parameters.xhp#par_id8224433.help.text
-msgid "Starts maximized."
-msgstr ""
-
#: start_parameters.xhp#par_id3145641.15.help.text
-msgid "-invisible"
+msgid "--invisible"
msgstr ""
#: start_parameters.xhp#par_id3154756.16.help.text
@@ -6704,7 +6704,7 @@ msgid "Neither the start-up logo nor the initial program window will be visible.
msgstr ""
#: start_parameters.xhp#par_id3147341.18.help.text
-msgid "When the $[officename] software has been started with this parameter, it can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX based systems)."
+msgid "When the $[officename] software has been started with this parameter, it can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX-like systems)."
msgstr ""
#: start_parameters.xhp#par_id3150388.48.help.text
@@ -6716,16 +6716,8 @@ msgctxt "start_parameters.xhp#par_id3145147.19.help.text"
msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
msgstr ""
-#: start_parameters.xhp#par_id3155334.77.help.text
-msgid "-nocrashreport"
-msgstr ""
-
-#: start_parameters.xhp#par_id3149259.78.help.text
-msgid "Disables the error report tool."
-msgstr ""
-
#: start_parameters.xhp#par_id3155903.20.help.text
-msgid "-norestore"
+msgid "--norestore"
msgstr ""
#: start_parameters.xhp#par_id3156374.21.help.text
@@ -6734,7 +6726,7 @@ msgstr ""
#: start_parameters.xhp#par_id5215918.help.text
msgctxt "start_parameters.xhp#par_id5215918.help.text"
-msgid "-nofirststartwizard"
+msgid "--nofirststartwizard"
msgstr ""
#: start_parameters.xhp#par_id5665761.help.text
@@ -6742,7 +6734,7 @@ msgid "Disables the Welcome Wizard."
msgstr ""
#: start_parameters.xhp#par_id3148477.25.help.text
-msgid "-quickstart"
+msgid "--quickstart"
msgstr ""
#: start_parameters.xhp#par_id3153919.26.help.text
@@ -6750,7 +6742,7 @@ msgid "Activates the Quickstarter."
msgstr ""
#: start_parameters.xhp#par_id3152479.30.help.text
-msgid "-accept={UNO string}"
+msgid "--accept={UNO string}"
msgstr ""
#: start_parameters.xhp#par_id3147130.31.help.text
@@ -6762,16 +6754,12 @@ msgctxt "start_parameters.xhp#par_id3148874.32.help.text"
msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
msgstr ""
-#: start_parameters.xhp#par_id3149964.33.help.text
-msgid "-env"
+#: start_parameters.xhp#par_id315247a.30.help.text
+msgid "--unaccept={UNO string}"
msgstr ""
-#: start_parameters.xhp#par_id2439039.help.text
-msgid "Sets another environment for the program start."
-msgstr ""
-
-#: start_parameters.xhp#par_id2789086.help.text
-msgid "Use soffice -env:UserInstallation=$(URL) where $(URL) is the URL of a folder that contains the \"user\" folder."
+#: start_parameters.xhp#par_id314713a.31.help.text
+msgid "Closes an acceptor that was created with --accept={UNO string}. Use --unaccept=all to close all open acceptors."
msgstr ""
#: start_parameters.xhp#par_id3159238.36.help.text
@@ -6788,7 +6776,7 @@ msgid "If the file name contains spaces, then it must be enclosed in quotation m
msgstr ""
#: start_parameters.xhp#par_id3150883.38.help.text
-msgid "-pt {Printername} {filename1} {filename2} ..."
+msgid "--pt {Printername} {filename1} {filename2} ..."
msgstr ""
#: start_parameters.xhp#par_id3155081.50.help.text
@@ -6809,7 +6797,7 @@ msgid "Opens <emph>{filename}</emph> for editing, even if it is a template."
msgstr ""
#: start_parameters.xhp#par_id3151182.54.help.text
-msgid "-view {filename}"
+msgid "--view {filename}"
msgstr ""
#: start_parameters.xhp#par_id3145268.55.help.text
@@ -6825,7 +6813,7 @@ msgid "Creates a new document using <emph>{filename}</emph> as a template."
msgstr ""
#: start_parameters.xhp#par_id3155126.43.help.text
-msgid "-nologo"
+msgid "--nologo"
msgstr ""
#: start_parameters.xhp#par_id3151334.44.help.text
@@ -6833,16 +6821,24 @@ msgid "Disables the splash screen at program start."
msgstr ""
#: start_parameters.xhp#par_id3159171.75.help.text
-msgid "-nodefault"
+msgid "--nodefault"
msgstr ""
#: start_parameters.xhp#par_id3153306.76.help.text
msgid "Starts without displaying anything except the splash screen."
msgstr ""
+#: start_parameters.xhp#par_id315917t.75.help.text
+msgid "--nolockcheck"
+msgstr ""
+
+#: start_parameters.xhp#par_id315330t.76.help.text
+msgid "Disables check for remote instances using the installation."
+msgstr ""
+
#: start_parameters.xhp#par_id2211676.help.text
msgctxt "start_parameters.xhp#par_id2211676.help.text"
-msgid "-nofirststartwizard"
+msgid "--nofirststartwizard"
msgstr ""
#: start_parameters.xhp#par_id1641895.help.text
@@ -6850,15 +6846,15 @@ msgid "Add this parameter to the program start command to suppress the Welcome W
msgstr ""
#: start_parameters.xhp#par_id3153915.45.help.text
-msgid "-display {display}"
+msgid "--display {display}"
msgstr ""
#: start_parameters.xhp#par_id3146786.46.help.text
-msgid "Sets the <emph>DISPLAY </emph>environment variable on UNIX based platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for the $[officename] software on UNIX based platforms."
+msgid "Sets the <emph>DISPLAY </emph>environment variable on UNIX-like platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for the $[officename] software on UNIX-like platforms."
msgstr ""
#: start_parameters.xhp#par_id3149595.56.help.text
-msgid "-headless"
+msgid "--headless"
msgstr ""
#: start_parameters.xhp#par_id3150530.57.help.text
@@ -6869,6 +6865,30 @@ msgstr ""
msgid "This special mode can be used when the application is controlled by external clients via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
msgstr ""
+#: start_parameters.xhp#par_id314959o.56.help.text
+msgid "--infilter={filter}"
+msgstr ""
+
+#: start_parameters.xhp#par_id315053o.57.help.text
+msgid "Forces an input filter type, if possible. Eg. --infilter=\"Calc Office Open XML\"."
+msgstr ""
+
+#: start_parameters.xhp#par_id314959p.56.help.text
+msgid "--convert-to output_file_extension[:output_filter_name] [--outdir output_dir] files"
+msgstr ""
+
+#: start_parameters.xhp#par_id315053p.57.help.text
+msgid "Batch convert files.If --outdir is not specified, then current working directory is used as output_dir.<br/> Eg. --convert-to pdf *.doc<br/> --convert-to pdf:writer_pdf_Export --outdir /home/user *.doc"
+msgstr ""
+
+#: start_parameters.xhp#par_id314959q.56.help.text
+msgid "--print-to-file [--printer-name printer_name] [--outdir output_dir] files"
+msgstr ""
+
+#: start_parameters.xhp#par_id315053q.57.help.text
+msgid "Batch print files to file.If --outdir is not specified, then current working directory is used as output_dir.<br/> Eg. --print-to-file *.doc<br/> --print-to-file --printer-name nasty_lowres_printer --outdir /home/user *.doc"
+msgstr ""
+
#: groups.xhp#tit.help.text
msgid "Working with Groups "
msgstr "Rad s grupama"
@@ -9982,7 +10002,7 @@ msgid "Drag the window by its title bar to the side, or"
msgstr ""
#: autohide.xhp#par_id3150275.68.help.text
-msgid "Double-click inside a vacant area of the window while holding down the Ctrl key. In the Styles and Formatting window, double-click a gray part of the window next to the icons while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key. Alternatively, press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F10</item>."
+msgid "Double-click inside a vacant area of the window while holding down the Ctrl key. In the Styles and Formatting window, double-click a gray part of the window next to the icons while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key. Alternatively, press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F10</item>."
msgstr ""
#: autohide.xhp#par_id3147335.69.help.text
diff --git a/translations/source/bs/helpcontent2/source/text/shared/optionen.po b/translations/source/bs/helpcontent2/source/text/shared/optionen.po
index bb97be61d94..0d673d1c764 100644
--- a/translations/source/bs/helpcontent2/source/text/shared/optionen.po
+++ b/translations/source/bs/helpcontent2/source/text/shared/optionen.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Foptionen.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-10-31 23:04+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -125,8 +125,8 @@ msgid "If you import an MS Word document, the spaces are automatically added dur
msgstr "Ako ubacite MS Word dokument, razmaci su automatski dodani tokom konverzije."
#: 01041000.xhp#hd_id3149964.42.help.text
-msgid "Use StarOffice 6.0/7 tab stop formatting"
-msgstr "Koristi StarOffice 6.0/7 tab stop formatiranje"
+msgid "Use OpenOffice.org 1.1 tab stop formatting"
+msgstr ""
#: 01041000.xhp#par_id3152777.43.help.text
msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTLOAD_PAGE_CB_TAB_ALIGNMENT\">Specifies how to align text at tab stops beyond the right margin, how to handle decimal tab stops, and how to handle tab stops close to a line break.</ahelp> If this check box is not selected, tab stops are handled in the same way as in other Office applications."
@@ -149,8 +149,8 @@ msgid "In text documents created by your current version of Writer, the addition
msgstr "U tekst dokumentima kreiranim putem vaše trenutne verzije Writer-a, dodatni razmaci između redova se koriste po standardu. U tekst dokumentima kreiranim putem Writer verzija prije StarOffice 8 ili OpenOffice.org 2.0, dodatni razmaci između redova se ne koriste."
#: 01041000.xhp#par_idN107FF.help.text
-msgid "Use StarOffice 6.0/7 line spacing"
-msgstr "Koristi StarOffice 6.0/7 razmak linija"
+msgid "Use OpenOffice.org 1.1 line spacing"
+msgstr ""
#: 01041000.xhp#par_idN10815.help.text
msgid "If the option is off, a new process for formatting text lines with proportional line spacing will be applied. If the option is on, the previous method of formatting of text lines with proportional line spacing will be applied."
@@ -174,8 +174,8 @@ msgid "If the option is off, table cells will be formatted as in Writer versions
msgstr "Ako je opcija isključena, ćelije tabele će biti formatirane kao u Writer verzijama prije StarOffice-a 8 ili OpenOffice.org 2.0. Ako je opcija aktivirana, alternativna metoda formatiranja ćelija tabele će biti primijenjena. Opcija je aktivirana standardno za nove dokumente kreirane sa %PRODUCTNAME %PRODUCTVERSION i za dokumente ubačene iz Microsoft Word formata."
#: 01041000.xhp#par_idN1084C.help.text
-msgid "Use StarOffice 6.0/7 object positioning"
-msgstr "Koristi StarOffice 6.0/7 pozicioniranje objekta"
+msgid "Use OpenOffice.org 1.1 object positioning"
+msgstr ""
#: 01041000.xhp#par_idN10864.help.text
msgid "Specifies how to calculate the position of floating objects anchored to a character or paragraph with respect to the top and bottom paragraph spacing."
@@ -190,8 +190,8 @@ msgid "The option will be set to off for new documents. For Writer documents cre
msgstr "Opcija će biti podešena na isključeno za nove dokumente. Za Writer dokumente kreirane putem verzije prije %PRODUCTNAME %PRODUCTVERSION opcija je aktivirana."
#: 01041000.xhp#par_idN10821.help.text
-msgid "Use StarOffice 6.0/7 text wrapping around objects"
-msgstr "Koristi StarOffice 6.0/7 umotavanje teksta oko objekata"
+msgid "Use OpenOffice.org 1.1 text wrapping around objects"
+msgstr ""
#: 01041000.xhp#par_id4016541.help.text
msgid "MS Word and Writer have different approaches on wrapping text around floating screen objects. Floating screen object are Writer frames and drawing objects, and the objects 'text box', 'graphic', 'frame', 'picture' etc. in MS Word."
@@ -2077,9 +2077,8 @@ msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the visible grid in front of
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Postavlja vidljivu mrežu ispred svih objekata.</ahelp>"
#: 01050100.xhp#hd_id3149419.34.help.text
-#, fuzzy
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Snap Lines to ~Front</caseinline><caseinline select=\"IMPRESS\">Snap Lines to ~Front</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Upućuje prema naprijed </caseinline><caseinline select=\"IMPRESS\">Upućuje prema naprijed </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Snap Lines to Front</caseinline><caseinline select=\"IMPRESS\">Snap Lines to Front</caseinline></switchinline>"
+msgstr ""
#: 01050100.xhp#par_id3150592.35.help.text
#, fuzzy
@@ -3194,25 +3193,6 @@ msgstr "Grafika i objekti"
msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PGRF\">Specifies whether the graphics of your text document are printed.</ahelp>"
msgstr "<ahelp hid=\"HID_OPTLOAD_PAGE\">Određuje generalne postavke za tekst dokumenta.</ahelp>"
-#: 01040400.xhp#hd_id3150771.7.help.text
-msgctxt "01040400.xhp#hd_id3150771.7.help.text"
-msgid "Tables"
-msgstr "Tabele"
-
-#: 01040400.xhp#par_id3148943.8.help.text
-#, fuzzy
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PTAB\">Specifies whether the tables of the text document are printed.</ahelp>"
-msgstr "<ahelp hid=\"HID_LTRWIZ_TXTTEMPLATENAME\">Određuje naslov šablona od dokumenta.</ahelp>"
-
-#: 01040400.xhp#hd_id3149294.9.help.text
-msgid "Drawings (not for HTML documents)"
-msgstr "Crteži (ne za HTML dokumente)"
-
-#: 01040400.xhp#par_id3149457.10.help.text
-#, fuzzy
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PDRAW\">Specifies whether graphics created with $[officename] drawing functions are printed.</ahelp>"
-msgstr "<ahelp hid=\"SW_LISTBOX_TP_OPTCAPTION_PAGE_BOX_FORMAT\">Određuje traženu vrstu odbrojavanja.</ahelp>"
-
#: 01040400.xhp#hd_id3153525.11.help.text
#, fuzzy
msgid "Form controls"
@@ -5504,14 +5484,6 @@ msgstr ""
msgid "The EXACT text function is always case-sensitive, independent of the settings in this dialog."
msgstr ""
-#: 01060500.xhp#hd_id3145231.53.help.text
-msgid "Decimal places"
-msgstr "Decimalna mjesta"
-
-#: 01060500.xhp#par_id3149568.54.help.text
-msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
-msgstr ""
-
#: 01060500.xhp#hd_id3145150.30.help.text
msgid "Precision as shown"
msgstr "Preciznost kao što je prikazano"
@@ -5601,6 +5573,14 @@ msgstr ""
msgid "<ahelp hid=\".\">You can specify the maximum number of decimal places that are shown by default for cells with General number format. If not enabled, cells with General number format show as many decimal places as the column width allows.</ahelp>"
msgstr ""
+#: 01060500.xhp#hd_id3145231.53.help.text
+msgid "Decimal places"
+msgstr "Decimalna mjesta"
+
+#: 01060500.xhp#par_id3149568.54.help.text
+msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
+msgstr ""
+
#: viewcertificate_c.xhp#tit.help.text
msgid "Certificate Path"
msgstr "Staza Certifikata"
@@ -5869,7 +5849,7 @@ msgid "View"
msgstr "Pogled"
#: 01060100.xhp#bm_id3147242.help.text
-msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>handles; showing large handles (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
+msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
msgstr ""
#: 01060100.xhp#hd_id3150445.1.help.text
@@ -5922,15 +5902,6 @@ msgstr ""
msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">Specifies whether to view guides when moving drawings, frames, graphics and other objects.</ahelp> These guides help you align objects."
msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">Određuje da li da se prikažu navodi, okviri, grafički i drugi objekti.</ahelp> Ovi navodi vam pomažu kod usklađivanja objekata."
-#: 01060100.xhp#hd_id3149202.40.help.text
-msgctxt "01060100.xhp#hd_id3149202.40.help.text"
-msgid "Large handles"
-msgstr "Velike ručice"
-
-#: 01060100.xhp#par_id3154123.41.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\">Specifies that larger than normal handles (the eight points on a selection box) are displayed.</ahelp>"
-msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\">Određuje da su veće nego normalne ručke (osam tački na kutiji za odabiranje) prikazane.</ahelp>"
-
#: 01060100.xhp#hd_id3152920.3.help.text
msgctxt "01060100.xhp#hd_id3152920.3.help.text"
msgid "Display"
@@ -6888,7 +6859,7 @@ msgid "View"
msgstr "Pogled"
#: 01040200.xhp#bm_id3156346.help.text
-msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>handles; displaying (Writer)</bookmark_value><bookmark_value>large handles (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
+msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
msgstr ""
#: 01040200.xhp#hd_id3145090.1.help.text
@@ -6916,15 +6887,6 @@ msgstr ""
msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">Displays snap lines around the frames when frames are moved. You can select the<emph> Helplines While Moving </emph>option to show the exact position of the object using lineal values.</ahelp>"
msgstr ""
-#: 01040200.xhp#hd_id3149763.32.help.text
-msgctxt "01040200.xhp#hd_id3149763.32.help.text"
-msgid "Large handles"
-msgstr "Velike ručice"
-
-#: 01040200.xhp#par_id3153665.33.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_BIGHANDLE\">Displays larger sized handles (the eight points on a delimiting rectangle).</ahelp>"
-msgstr ""
-
#: 01040200.xhp#hd_id3149416.11.help.text
msgctxt "01040200.xhp#hd_id3149416.11.help.text"
msgid "View"
@@ -7018,7 +6980,7 @@ msgid "If the <emph>Graphics and objects </emph>option is not selected, no graph
msgstr ""
#: 01040200.xhp#hd_id3156332.40.help.text
-msgctxt "01040200.xhp#hd_id3156332.40.help.text"
+#, fuzzy
msgid "Tables"
msgstr "Tabele"
diff --git a/translations/source/bs/helpcontent2/source/text/simpress.po b/translations/source/bs/helpcontent2/source/text/simpress.po
index 3509f92b4b3..faf4012bab7 100644
--- a/translations/source/bs/helpcontent2/source/text/simpress.po
+++ b/translations/source/bs/helpcontent2/source/text/simpress.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+helpcontent2%2Fsource%2Ftext%2Fsimpress.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-10-31 23:04+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bs/helpcontent2/source/text/simpress/00.po b/translations/source/bs/helpcontent2/source/text/simpress/00.po
index 34eb6715f23..b24cf326126 100644
--- a/translations/source/bs/helpcontent2/source/text/simpress/00.po
+++ b/translations/source/bs/helpcontent2/source/text/simpress/00.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-12 08:59+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bs/helpcontent2/source/text/simpress/01.po b/translations/source/bs/helpcontent2/source/text/simpress/01.po
index 5b6021291eb..9a12388eabd 100644
--- a/translations/source/bs/helpcontent2/source/text/simpress/01.po
+++ b/translations/source/bs/helpcontent2/source/text/simpress/01.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-10-31 23:04+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bs/helpcontent2/source/text/simpress/02.po b/translations/source/bs/helpcontent2/source/text/simpress/02.po
index a31ed568905..921d9ef53b2 100644
--- a/translations/source/bs/helpcontent2/source/text/simpress/02.po
+++ b/translations/source/bs/helpcontent2/source/text/simpress/02.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-10-31 23:04+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -314,32 +314,6 @@ msgstr ""
msgid "Double-click to add Text"
msgstr ""
-#: 13080000.xhp#tit.help.text
-msgctxt "13080000.xhp#tit.help.text"
-msgid "Large Handles"
-msgstr ""
-
-#: 13080000.xhp#bm_id3146119.help.text
-msgid "<bookmark_value>handles; large</bookmark_value>"
-msgstr ""
-
-#: 13080000.xhp#hd_id3146119.1.help.text
-msgid "<link href=\"text/simpress/02/13080000.xhp\" name=\"Large Handles\">Large Handles</link>"
-msgstr ""
-
-#: 13080000.xhp#par_id3153142.2.help.text
-msgid "<ahelp hid=\".uno:BigHandles\" visibility=\"visible\">Displays large selection handles.</ahelp>"
-msgstr ""
-
-#: 13080000.xhp#par_id3155445.help.text
-msgid "<image src=\"cmd/sc_bighandles.png\" id=\"img_id3153714\"><alt id=\"alt_id3153714\">Icon</alt></image>"
-msgstr ""
-
-#: 13080000.xhp#par_id3154755.4.help.text
-msgctxt "13080000.xhp#par_id3154755.4.help.text"
-msgid "Large Handles"
-msgstr ""
-
#: 13170000.xhp#tit.help.text
msgctxt "13170000.xhp#tit.help.text"
msgid "Snap to Object Points"
diff --git a/translations/source/bs/helpcontent2/source/text/simpress/04.po b/translations/source/bs/helpcontent2/source/text/simpress/04.po
index ac75381ef55..ac43d861d51 100644
--- a/translations/source/bs/helpcontent2/source/text/simpress/04.po
+++ b/translations/source/bs/helpcontent2/source/text/simpress/04.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:04+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -225,7 +225,7 @@ msgid "Jump to the last slide in the slide show."
msgstr ""
#: 01020000.xhp#hd_id3153580.54.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> +Page Up "
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Page Up "
msgstr ""
#: 01020000.xhp#par_id3150702.55.help.text
@@ -233,7 +233,7 @@ msgid "Go to the previous slide."
msgstr ""
#: 01020000.xhp#hd_id3152944.56.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> +Page Down "
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Page Down "
msgstr ""
#: 01020000.xhp#par_id3153690.57.help.text
@@ -319,7 +319,7 @@ msgid "Ungroup selected group."
msgstr ""
#: 01020000.xhp#hd_id3149309.120.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ click"
msgstr ""
#: 01020000.xhp#par_id3148996.121.help.text
@@ -328,7 +328,7 @@ msgstr ""
#: 01020000.xhp#hd_id3149485.75.help.text
msgctxt "01020000.xhp#hd_id3149485.75.help.text"
-msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+K"
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ K"
msgstr ""
#: 01020000.xhp#par_id3151253.76.help.text
@@ -337,7 +337,7 @@ msgstr ""
#: 01020000.xhp#hd_id3149104.77.help.text
msgctxt "01020000.xhp#hd_id3149104.77.help.text"
-msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+K"
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ K"
msgstr ""
#: 01020000.xhp#par_id3154834.78.help.text
@@ -353,7 +353,7 @@ msgid "Bring to Front."
msgstr ""
#: 01020000.xhp#hd_id3148972.81.help.text
-msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Plus key"
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Plus key"
msgstr ""
#: 01020000.xhp#par_id3154900.82.help.text
@@ -361,7 +361,7 @@ msgid "Bring Forward."
msgstr ""
#: 01020000.xhp#hd_id3149040.83.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Minus key"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Minus key"
msgstr ""
#: 01020000.xhp#par_id3147580.84.help.text
@@ -369,7 +369,7 @@ msgid "Send Backward."
msgstr ""
#: 01020000.xhp#hd_id3148742.85.help.text
-msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Minus key"
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Minus key"
msgstr ""
#: 01020000.xhp#par_id3152775.86.help.text
@@ -401,7 +401,7 @@ msgid "Moves the selected object or the page view in the direction of the arrow.
msgstr ""
#: 01020000.xhp#hd_id3154384.92.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Arrow Key"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Arrow Key"
msgstr ""
#: 01020000.xhp#par_id3153279.93.help.text
@@ -417,7 +417,7 @@ msgid "Constrains the movement of the selected object horizontally or vertically
msgstr ""
#: 01020000.xhp#hd_id3154117.98.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + drag (with <link href=\"text/shared/optionen/01070500.xhp\" name=\"Copy when moving\">Copy when moving</link> option active)"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ drag (with <link href=\"text/shared/optionen/01070500.xhp\" name=\"Copy when moving\">Copy when moving</link> option active)"
msgstr ""
#: 01020000.xhp#par_id3150584.99.help.text
diff --git a/translations/source/bs/helpcontent2/source/text/simpress/guide.po b/translations/source/bs/helpcontent2/source/text/simpress/guide.po
index bd9daacd906..ae366bd35e7 100644
--- a/translations/source/bs/helpcontent2/source/text/simpress/guide.po
+++ b/translations/source/bs/helpcontent2/source/text/simpress/guide.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-12 09:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bs/helpcontent2/source/text/smath.po b/translations/source/bs/helpcontent2/source/text/smath.po
index 983dea54324..df88e2f20a0 100644
--- a/translations/source/bs/helpcontent2/source/text/smath.po
+++ b/translations/source/bs/helpcontent2/source/text/smath.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+helpcontent2%2Fsource%2Ftext%2Fsmath.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-10-31 23:04+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bs/helpcontent2/source/text/smath/00.po b/translations/source/bs/helpcontent2/source/text/smath/00.po
index 1f1681912e3..b7818a56465 100644
--- a/translations/source/bs/helpcontent2/source/text/smath/00.po
+++ b/translations/source/bs/helpcontent2/source/text/smath/00.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-07-28 11:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bs/helpcontent2/source/text/smath/01.po b/translations/source/bs/helpcontent2/source/text/smath/01.po
index 3d801aa751c..00d4d3faf17 100644
--- a/translations/source/bs/helpcontent2/source/text/smath/01.po
+++ b/translations/source/bs/helpcontent2/source/text/smath/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsmath%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-11-26 01:36+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-01-11 16:08+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bs\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 03091501.xhp#tit.help.text
@@ -935,7 +935,7 @@ msgid "Line over"
msgstr ""
#: 03090600.xhp#par_id3147492.33.help.text
-msgid "<ahelp hid=\"HID_SMA_OVERLINEX\">Inserts a line over a placeholder.</ahelp> You can also type <emph>overline <?</emph> <emph>></emph> in the <emph>Commands</emph> window. The line adjusts itself to correct length."
+msgid "<ahelp hid=\"HID_SMA_OVERLINEX\">Inserts a line over a placeholder.</ahelp> You can also type <emph>overline <?></emph> in the <emph>Commands</emph> window. The line adjusts itself to correct length."
msgstr ""
#: 03090600.xhp#par_idN103FD.help.text
@@ -3869,8 +3869,9 @@ msgid "<image id=\"img_id3148702\" src=\"starmath/res/bi21331.png\" width=\"0.84
msgstr ""
#: 03090200.xhp#par_id3150858.98.help.text
+#, fuzzy
msgid "precedes or equal"
-msgstr ""
+msgstr "Nije podskup ili jednako sa"
#: 03090200.xhp#par_id3150871.97.help.text
msgid "<ahelp hid=\"HID_SMA_PRECEDESEQUAL\">Inserts the logical operator <emph>precedes or equal</emph> with two placeholders.</ahelp> You can also type <emph>preccurlyeq</emph> in the <emph>Commands</emph> window."
@@ -3881,8 +3882,9 @@ msgid "<image id=\"img_id3148703\" src=\"starmath/res/bi21332.png\" width=\"0.84
msgstr ""
#: 03090200.xhp#par_id3150859.100.help.text
+#, fuzzy
msgid "succeeds or equal"
-msgstr ""
+msgstr "Nije podskup ili jednako sa"
#: 03090200.xhp#par_id3150872.99.help.text
msgid "<ahelp hid=\"HID_SMA_SUCCEEDSEQUAL\">Inserts the logical operator <emph>succeeds or equal</emph> with two placeholders.</ahelp> You can also type <emph>succcurlyeq</emph> in the <emph>Commands</emph> window."
@@ -3905,8 +3907,9 @@ msgid "<image id=\"img_id3148705\" src=\"starmath/res/bi21334.png\" width=\"0.84
msgstr ""
#: 03090200.xhp#par_id3150861.104.help.text
+#, fuzzy
msgid "succeeds or equivalent"
-msgstr ""
+msgstr "Nije podskup ili jednako sa"
#: 03090200.xhp#par_id3150874.103.help.text
msgid "<ahelp hid=\"HID_SMA_SUCCEEDSEQUIV\">Inserts the logical operator <emph>succeeds or equivalent</emph> with two placeholders.</ahelp> You can also type <emph>succsim</emph> in the <emph>Commands</emph> window."
@@ -4242,8 +4245,9 @@ msgid "<image id=\"img_id3153967\" src=\"starmath/res/bi21331.png\" width=\"0.33
msgstr ""
#: 03091502.xhp#par_id3155849.139.help.text
+#, fuzzy
msgid "Precedes or equal to"
-msgstr ""
+msgstr "Nije podskup ili jednako sa"
#: 03091502.xhp#par_id3153963.help.text
msgid "<image id=\"img_id3153968\" src=\"starmath/res/bi21332.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153968\">Icon</alt></image>"
@@ -4259,16 +4263,18 @@ msgid "<image id=\"img_id3153969\" src=\"starmath/res/bi21333.png\" width=\"0.33
msgstr ""
#: 03091502.xhp#par_id3155851.141.help.text
+#, fuzzy
msgid "Precedes or equivalent to"
-msgstr ""
+msgstr "Nije podskup ili jednako sa"
#: 03091502.xhp#par_id3153965.help.text
msgid "<image id=\"img_id3153970\" src=\"starmath/res/bi21334.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153970\">Icon</alt></image>"
msgstr ""
#: 03091502.xhp#par_id3155852.142.help.text
+#, fuzzy
msgid "Succeeds or equivalent to"
-msgstr ""
+msgstr "Nije podskup ili jednako sa"
#: 03091502.xhp#par_id3152853.98.help.text
msgid "Correspondence symbol image of"
diff --git a/translations/source/bs/helpcontent2/source/text/smath/02.po b/translations/source/bs/helpcontent2/source/text/smath/02.po
index 18cb98a6c5b..3d8fc52569d 100644
--- a/translations/source/bs/helpcontent2/source/text/smath/02.po
+++ b/translations/source/bs/helpcontent2/source/text/smath/02.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:04+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bs/helpcontent2/source/text/smath/04.po b/translations/source/bs/helpcontent2/source/text/smath/04.po
index 690c638753e..487017517b3 100644
--- a/translations/source/bs/helpcontent2/source/text/smath/04.po
+++ b/translations/source/bs/helpcontent2/source/text/smath/04.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-11 08:20+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bs/helpcontent2/source/text/smath/guide.po b/translations/source/bs/helpcontent2/source/text/smath/guide.po
index 30831c18715..f4d67e52a4b 100644
--- a/translations/source/bs/helpcontent2/source/text/smath/guide.po
+++ b/translations/source/bs/helpcontent2/source/text/smath/guide.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-11 08:20+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bs/helpcontent2/source/text/swriter.po b/translations/source/bs/helpcontent2/source/text/swriter.po
index 2624b580ff4..ba95908327f 100644
--- a/translations/source/bs/helpcontent2/source/text/swriter.po
+++ b/translations/source/bs/helpcontent2/source/text/swriter.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+helpcontent2%2Fsource%2Ftext%2Fswriter.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-07-28 11:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bs/helpcontent2/source/text/swriter/00.po b/translations/source/bs/helpcontent2/source/text/swriter/00.po
index 8dafbba370c..e3b8e9eb3c0 100644
--- a/translations/source/bs/helpcontent2/source/text/swriter/00.po
+++ b/translations/source/bs/helpcontent2/source/text/swriter/00.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-07-28 11:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -667,7 +667,7 @@ msgid "Choose <emph>Tools - Calculate</emph>"
msgstr ""
#: 00000406.xhp#par_id3159188.38.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ plus sign"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + plus sign"
msgstr ""
#: 00000406.xhp#par_id3155174.19.help.text
diff --git a/translations/source/bs/helpcontent2/source/text/swriter/01.po b/translations/source/bs/helpcontent2/source/text/swriter/01.po
index 99bfaab9631..96205f1ef4c 100644
--- a/translations/source/bs/helpcontent2/source/text/swriter/01.po
+++ b/translations/source/bs/helpcontent2/source/text/swriter/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fswriter%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-07-28 11:33+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-01-11 16:08+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bs\n"
@@ -8484,29 +8484,25 @@ msgid "<ahelp hid=\"sw:NumericField:TP_TABLE_TEXTFLOW:NF_REPEAT_HEADER\">Enter t
msgstr ""
#: 05090300.xhp#par_idN10940.help.text
-msgid "Text direction"
-msgstr "Smjer teksta"
+msgid "Text orientation"
+msgstr ""
#: 05090300.xhp#par_idN10944.help.text
-msgid "<ahelp hid=\"sw:ListBox:TP_TABLE_TEXTFLOW:LB_TEXTDIRECTION\">Select the direction for the text in the cells.</ahelp> You can also use a combination of the following %PRODUCTNAME formatting options to specify the orientation of text in table cells:"
+msgid "<ahelp hid=\"sw:ListBox:TP_TABLE_TEXTFLOW:LB_TEXTORIENTATION\">Select the orientation for the text in the cells.</ahelp> You can use the following formatting options to specify the orientation of text in table cells:"
msgstr ""
#: 05090300.xhp#par_idN10964.help.text
-#, fuzzy
-msgid "horizontal text"
-msgstr "Vodoravno lijevo"
+msgctxt "05090300.xhp#par_idN10964.help.text"
+msgid "Horizontal"
+msgstr "Vodoravno"
#: 05090300.xhp#par_idN10968.help.text
-#, fuzzy
-msgid "vertical text"
-msgstr "Vertikalno lijevo"
-
-#: 05090300.xhp#par_idN1096C.help.text
-msgid "right-to-left (vertical) direction"
-msgstr ""
+msgctxt "05090300.xhp#par_idN10968.help.text"
+msgid "Vertical"
+msgstr "Verticalno"
-#: 05090300.xhp#par_idN10970.help.text
-msgid "left-to-right direction."
+#: 05090300.xhp#par_idN1097T.help.text
+msgid "Use superordinate object settings"
msgstr ""
#: 05090300.xhp#hd_id3151028.23.help.text
@@ -9769,6 +9765,8 @@ msgid "Specify the location of the selected object on the current page."
msgstr "Odredite lokaciju odabranog objekta na trenutnoj stranici."
#: 05060100.xhp#hd_id3147488.27.help.text
+#, fuzzy
+msgctxt "05060100.xhp#hd_id3147488.27.help.text"
msgid "Horizontal"
msgstr "Vodoravno"
@@ -9811,6 +9809,8 @@ msgid "You can also use the <link href=\"text/swriter/01/05060300.xhp\" name=\"G
msgstr "Takodjer mozete koristiti <link href=\"text/swriter/01/05060300.xhp\" name=\"Graphics\"><emph>Ilustracije</emph></link> opciju okretanja za prilagodjavanje iyglada objekta na parnim ili neparnim stranicama."
#: 05060100.xhp#hd_id3145310.31.help.text
+#, fuzzy
+msgctxt "05060100.xhp#hd_id3145310.31.help.text"
msgid "Vertical"
msgstr "Verticalno"
diff --git a/translations/source/bs/helpcontent2/source/text/swriter/02.po b/translations/source/bs/helpcontent2/source/text/swriter/02.po
index cd06da71b30..e2c109b8cfe 100644
--- a/translations/source/bs/helpcontent2/source/text/swriter/02.po
+++ b/translations/source/bs/helpcontent2/source/text/swriter/02.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-10-31 23:04+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bs/helpcontent2/source/text/swriter/04.po b/translations/source/bs/helpcontent2/source/text/swriter/04.po
index 6bbf5f0f77e..18568622358 100644
--- a/translations/source/bs/helpcontent2/source/text/swriter/04.po
+++ b/translations/source/bs/helpcontent2/source/text/swriter/04.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-12 09:07+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -436,9 +436,8 @@ msgid "Apply Heading 5 paragraph style"
msgstr ""
#: 01020000.xhp#hd_id3146878.99.help.text
-#, fuzzy
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Plus Key(+)"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ znak Plus"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + Plus Key(+)"
+msgstr ""
#: 01020000.xhp#par_id3155403.101.help.text
msgid "Calculates the selected text and copies the result to the clipboard."
@@ -854,9 +853,8 @@ msgid "Paste the contents of the clipboard as unformatted text."
msgstr ""
#: 01020000.xhp#hd_id3145382.288.help.text
-#, fuzzy
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ double-click or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F10"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Naredba</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F4 ili <switchinline select=\"sys\"><caseinline select=\"MAC\">Opcije</caseinline><defaultinline>Alt</defaultinline></switchinline>+F4"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + double-click or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + Shift + F10"
+msgstr ""
#: 01020000.xhp#par_id3150379.290.help.text
msgid "Use this combination to quickly dock or undock the Navigator, Styles and Formatting window, or other windows"
diff --git a/translations/source/bs/helpcontent2/source/text/swriter/guide.po b/translations/source/bs/helpcontent2/source/text/swriter/guide.po
index d1363ba02dd..a6c5be9ece8 100644
--- a/translations/source/bs/helpcontent2/source/text/swriter/guide.po
+++ b/translations/source/bs/helpcontent2/source/text/swriter/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fswriter%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:05+0200\n"
-"PO-Revision-Date: 2011-11-26 01:36+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2011-12-15 11:52+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bs\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: nonprintable_text.xhp#tit.help.text
@@ -4075,8 +4075,9 @@ msgid "To Insert a Manual Page Break"
msgstr ""
#: page_break.xhp#par_id3153402.3.help.text
+#, fuzzy
msgid "Click in your document where you want the new page to begin."
-msgstr ""
+msgstr "Postavite pokazivac u dokumentu gdje želite umetnuti odbrojavanje stranica."
#: page_break.xhp#par_id3153119.4.help.text
msgid "Press Ctrl+Enter."
@@ -5658,8 +5659,8 @@ msgid "There are several ways to create a table in a text document. You can inse
msgstr "There are several ways to create a table in a text document. You can insert a table from a toolbar, through a menu command, or from a spreadsheet."
#: table_insert.xhp#hd_id3155908.33.help.text
-msgid "To Insert a Table From the Insert Toolbar"
-msgstr "To insert a table from the Insert toolbar"
+msgid "To Insert a Table From a Toolbar"
+msgstr ""
#: table_insert.xhp#par_id3155861.34.help.text
#, fuzzy
@@ -5668,8 +5669,8 @@ msgid "Place the cursor in your document where you want to insert the table."
msgstr "Postavite pokazivac u dokumentu gdje želite umetnuti odbrojavanje stranica."
#: table_insert.xhp#par_id3147416.28.help.text
-msgid "On the <emph>Standard</emph> bar, click the arrow next to the <emph>Table</emph> icon."
-msgstr "On the <emph>Standardno</emph> bar, click the arrow next to the <emph>Tabela</emph> icon."
+msgid "On the <emph>Standard</emph> or the <emph>Insert</emph> bar, click the arrow next to the <emph>Table</emph> icon."
+msgstr ""
#: table_insert.xhp#par_id3153398.29.help.text
msgid "In the table grid, drag to select the numbers of rows and columns that you want, and then release."
@@ -6205,6 +6206,7 @@ msgstr ""
#: shortcut_writing.xhp#par_id3155861.14.help.text
#, fuzzy
+msgctxt "shortcut_writing.xhp#par_id3155861.14.help.text"
msgid "Select the text that you want to format."
msgstr "Select the text that you want to capitalise."
@@ -6216,6 +6218,41 @@ msgstr ""
msgid "You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B, type the text that you want to format in bold, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B when you are finished."
msgstr ""
+#: shortcut_writing.xhp#hd_id3151909.2.help.text
+msgid "To apply italic formatting"
+msgstr ""
+
+#: shortcut_writing.xhp#par_id3151861.14.help.text
+#, fuzzy
+msgctxt "shortcut_writing.xhp#par_id3151861.14.help.text"
+msgid "Select the text that you want to format."
+msgstr "Select the text that you want to capitalise."
+
+#: shortcut_writing.xhp#par_id3141836.5.help.text
+msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+I."
+msgstr ""
+
+#: shortcut_writing.xhp#par_id3151112.6.help.text
+msgid "You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+I, type the text that you want to format in italic, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+I when you are finished."
+msgstr ""
+
+#: shortcut_writing.xhp#hd_id3152909.2.help.text
+msgid "To underline text"
+msgstr ""
+
+#: shortcut_writing.xhp#par_id3152861.14.help.text
+#, fuzzy
+msgid "Select the text that you want to underline."
+msgstr "Select the text that you want to capitalise."
+
+#: shortcut_writing.xhp#par_id3142836.5.help.text
+msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+U."
+msgstr ""
+
+#: shortcut_writing.xhp#par_id3152112.6.help.text
+msgid "You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+U, type the text that you want underlined, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+U when you are finished."
+msgstr ""
+
#: shortcut_writing.xhp#par_id3149648.12.help.text
msgid "<link href=\"text/swriter/04/01020000.xhp\" name=\"Keyboard shortcut for text documents\">Keyboard shortcut for text documents</link>"
msgstr ""
diff --git a/translations/source/bs/instsetoo_native/inc_openoffice/windows/msi_languages.po b/translations/source/bs/instsetoo_native/inc_openoffice/windows/msi_languages.po
index 2aa673faf47..19b69ddbd8d 100644
--- a/translations/source/bs/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/translations/source/bs/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -31,68 +31,6 @@ msgstr "Starija verzija [ProductName] je locirana. Da bi se instalirala novija v
msgid "Please exit [DEFINEDPRODUCT] [DEFINEDVERSION] and the [DEFINEDPRODUCT] [DEFINEDVERSION] Quickstarter before you continue. If you are using a multi-user system, also make sure that no other user has [DEFINEDPRODUCT] [DEFINEDVERSION] open."
msgstr ""
-#: Nsis.ulf#SetupCaption.LngText.text
-msgid "%PRODUCTNAME %PRODUCTVERSION Installation Preparation"
-msgstr "%PRODUCTNAME %PRODUCTVERSION priprema instalacije"
-
-#: Nsis.ulf#MUI_TEXT_WELCOME_INFO_TITLE.LngText.text
-msgid "Thank you for downloading %PRODUCTNAME %PRODUCTVERSION."
-msgstr "Hvala zua preuzimanje %PRODUCTNAME %PRODUCTVERSION."
-
-#: Nsis.ulf#MUI_TEXT_WELCOME_INFO_TEXT.LngText.text
-msgid ""
-"The installation files must be unpacked and copied to your hard disk in preparation for the installation. After that, the %PRODUCTNAME installation will start automatically.\n"
-"\n"
-"Click \\'Next\\' to continue."
-msgstr ""
-"Instalacijske datoteke se moraju otpakovati i kopirati na vaš hard disk u pripremi za instalaciju. Nakon toga %PRODUCTNAME instalacija kreće automatski.\n"
-"\n"
-"Klikni \\'Dalje\\' za nastavak."
-
-#: Nsis.ulf#MUI_TEXT_DIRECTORY_TITLE.LngText.text
-msgid "Select Folder"
-msgstr "Odaberite direktorij"
-
-#: Nsis.ulf#MUI_TEXT_DIRECTORY_SUBTITLE.LngText.text
-msgid "Select the folder in which to save the unpacked files."
-msgstr "Odaberite direktorij u koji će se snimiti otpakovane datoteke."
-
-#: Nsis.ulf#InstallBtn.LngText.text
-msgid "&Unpack"
-msgstr "&Otpakuj"
-
-#: Nsis.ulf#DirText.LngText.text
-msgid "The %PRODUCTNAME %PRODUCTVERSION installation files will be unpacked and saved in the folder shown below. If you would like to save %PRODUCTNAME to a different folder, click \\'Browse\\' to select another folder."
-msgstr "Instalacijske datoteke programa %PRODUCTNAME %PRODUCTVERSION će se otpakovati i snimiti u sljedeći direktorij. Ako želite snimiti %PRODUCTNAME u drugi direktorij, kliknite \\'Browse\\' za izbor drugog direktorija."
-
-#: Nsis.ulf#DirSubText.LngText.text
-msgid "Destination Folder"
-msgstr "Odredišni direktorij"
-
-#: Nsis.ulf#SpaceRequired.LngText.text
-msgid "Space required: "
-msgstr "Potreban prostor: "
-
-#: Nsis.ulf#SpaceAvailable.LngText.text
-msgid "Space available: "
-msgstr "Raspoloživ prostor: "
-
-#: Nsis.ulf#MUI_TEXT_INSTALLING_TITLE.LngText.text
-msgid "Unpacking"
-msgstr "Otpakivanje"
-
-#: Nsis.ulf#MUI_TEXT_INSTALLING_SUBTITLE.LngText.text
-msgid "Please wait while the installation files are being unpacked."
-msgstr "Molim, sačekajte da se instalacijske datoteke otpakuju."
-
-#: Nsis.ulf#Extract.LngText.text
-msgid "Extract: "
-msgstr "Izdvajanje: "
-
-#: Nsis.ulf#MUI_TEXT_ABORTWARNING.LngText.text
-msgid "Are you sure you want to quit the %PRODUCTNAME %PRODUCTVERSION Installation Preparation"
-msgstr "Da li ste sigurni da želite napustiti %PRODUCTNAME %PRODUCTVERSION pripremu instalacije"
-
#: Error.ulf#OOO_ERROR_1.LngText.text
msgid "{{Fatal error: }}"
msgstr "{{Fatalna greška: }}"
diff --git a/translations/source/bs/mysqlc/source.po b/translations/source/bs/mysqlc/source.po
index c3b34169bcb..c8f1427b8e0 100644
--- a/translations/source/bs/mysqlc/source.po
+++ b/translations/source/bs/mysqlc/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:09+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/translations/source/bs/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index 273e42e4ddc..c3e912261a9 100644
--- a/translations/source/bs/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/translations/source/bs/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/translations/source/bs/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
new file mode 100644
index 00000000000..010d4c0e55f
--- /dev/null
+++ b/translations/source/bs/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
@@ -0,0 +1,205 @@
+#. extracted from nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.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+nlpsolver%2Fhelp%2Fen%2Fcom.sun.star.comp.Calc.NLPSolver.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: Options.xhp#tit.help.text
+msgid "Options"
+msgstr "Opcije"
+
+#: Options.xhp#bm_id0503200917110375_scalc.help.text
+msgid "<bookmark_value>Solver for Nonlinear Problems;Options</bookmark_value>"
+msgstr ""
+
+#: Options.xhp#hd_id0503200917103593.help.text
+msgid "General Options"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103780.help.text
+msgid "Size of Swarm"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103723.help.text
+msgid "… defines the number of individuals to participate in the learning process. Each individual finds its own solutions and contributes to the overall knowledge."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103771.help.text
+msgid "Learning Cycles"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103720.help.text
+msgid "… defines the number of iterations, the algorithm should take. In each iteration, all individuals make a guess on the best solution and share their knowledge."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103732.help.text
+msgid "Variable Bounds Guessing"
+msgstr ""
+
+#: Options.xhp#par_id050320091710378.help.text
+msgid "If enabled (default), the algorithm tries to find variable bounds by looking at the starting values."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103794.help.text
+msgid "Variable Bounds Threshold"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103710.help.text
+msgid "When guessing variable bounds, this threshold specifies, how the initial values are shifted to build the bounds. For an example how these values are calculated, please refer to the Manual in the Wiki."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103740.help.text
+msgid "Use ACR Comparator"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103766.help.text
+msgid "If <emph>disabled</emph> (default), the BCH Comparator is used. It compares two individuals by first looking at their constraint violations and only if those are equal, it measures their current solution."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103744.help.text
+msgid "If <emph>enabled</emph>, the ACR Comparator is used. It compares two individuals dependent on the current iteration and measures their goodness with knowledge about the libraries worst known solutions (in regard to their constraint violations)."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103792.help.text
+msgid "Use Random Starting Point"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103790.help.text
+msgid "If <emph>enabled</emph>, the library is simply filled up with randomly chosen points."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103765.help.text
+msgid "If <emph>disabled</emph>, the currently present values (as given by the user) are inserted in the library as reference point."
+msgstr ""
+
+#: Options.xhp#par_id0504200917103794.help.text
+msgid "Stagnation Limit"
+msgstr ""
+
+#: Options.xhp#par_id050320091710377.help.text
+msgid "If this number of individuals found solutions within a close range, the iteration is stopped and the best of these values is chosen as optimal."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103762.help.text
+msgid "Stagnation Tolerance"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103834.help.text
+msgid "Defines in what range solutions are considered “similar”."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103891.help.text
+msgid "Show Enhanced Solver Status"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103832.help.text
+msgid "If <emph>enabled</emph>, an additional dialog is shown during the solving process which gives informations about the current progress, the level of stagnation, the currently best known solution as well as the possibility, to stop or resume the solver."
+msgstr ""
+
+#: Options.xhp#hd_id0603200910392151.help.text
+msgid "DEPS-specific Options"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394232.help.text
+msgid "Agent Switch Rate"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394248.help.text
+msgid "Specifies the probability for an individual to choose the Differential Evolution strategy."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394277.help.text
+msgid "DE: Crossover Probability"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394280.help.text
+msgid "… defines the probability of the individual being combined with the globally best point. If crossover is not used, the point is assembled from the own memory of the individual."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394216.help.text
+msgid "DE: Scaling Factor"
+msgstr ""
+
+#: Options.xhp#par_id060320091039424.help.text
+msgid "During crossover, the scaling factor decides about the “speed” of movement."
+msgstr ""
+
+#: Options.xhp#par_id060320091039421.help.text
+msgid "PS: Constriction Coefficient"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394225.help.text
+msgid "… defines the speed at which the particles/individuals move towards each other."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394222.help.text
+msgid "PS: Cognitive Constant"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394212.help.text
+msgid "… sets the importance of the own memory (in particular the best reached point so far)."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394292.help.text
+msgid "PS: Social Constant"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394284.help.text
+msgid "… sets the importance of the global best point between all particles/individuals."
+msgstr ""
+
+#: Options.xhp#par_id060320091039425.help.text
+msgid "PS: Mutation Probability"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394272.help.text
+msgid "… defines the probability, that instead of moving a component of the particle towards the best point, it randomly chooses a new value from the valid range for that variable."
+msgstr ""
+
+#: Options.xhp#hd_id0603200910401383.help.text
+msgid "SCO-specific Options"
+msgstr ""
+
+#: Options.xhp#par_id0603200910401382.help.text
+msgid "Size of Library"
+msgstr ""
+
+#: Options.xhp#par_id060320091040136.help.text
+msgid "… defines the amount of informations to store in the public library. Each individual stores knowledge there and asks for informations."
+msgstr ""
+
+#: Usage.xhp#tit.help.text
+msgctxt "Usage.xhp#tit.help.text"
+msgid "Usage"
+msgstr ""
+
+#: Usage.xhp#bm_id0603200910434044_scalc.help.text
+msgid "<bookmark_value>Solver for Nonlinear Problems;Usage</bookmark_value>"
+msgstr ""
+
+#: Usage.xhp#hd_id0603200910430882.help.text
+msgctxt "Usage.xhp#hd_id0603200910430882.help.text"
+msgid "Usage"
+msgstr ""
+
+#: Usage.xhp#par_id0603200910430845.help.text
+msgid "Regardless whether you use DEPS or SCO, you start by going to Tools → Solver and set the Cell to be optimized, the direction to go (minimization, maximization) and the cells to be modified to reach the goal. Then you go to the Options and specify the solver to be used and if necessary adjust the according <link href=\"com.sun.star.comp.Calc.NLPSolver/Options.xhp\">parameters</link>."
+msgstr ""
+
+#: Usage.xhp#par_id0603200910430821.help.text
+msgid "There is also a list of constraints you can use to restrict the possible range of solutions or to penalize certain conditions. However, in case of the evolutionary solvers DEPS and SCO, these constraints are also used to specify bounds on the variables of the problem. Due to the random nature of the algorithms, it is <emph>highly recommended</emph> to do so and give upper (and in case \"Assume Non-Negative Variables\" is turned off also lower) bounds for all variables. They don't have to be near the actual solution (which is probably unknown) but should give a rough indication of the expected size (0 ≤ var ≤ 1 or maybe -1000000 ≤ var ≤ 1000000)."
+msgstr ""
+
+#: Usage.xhp#par_id0603200910430873.help.text
+msgid "Bounds are specified by selecting one or more variables (as range) on the left side and entering a numerical value (not a cell or a formula) on the right side. That way you can also choose one or more variables to be <emph>Integer</emph> or <emph>Binary</emph> only."
+msgstr ""
diff --git a/translations/source/bs/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/translations/source/bs/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
new file mode 100644
index 00000000000..0ca4bbbaad0
--- /dev/null
+++ b/translations/source/bs/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
@@ -0,0 +1,23 @@
+#. extracted from nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.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+nlpsolver%2Fsrc%2Fcom%2Fsun%2Fstar%2Fcomp%2FCalc%2FNLPSolver.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Solver for Nonlinear Programming"
+msgstr ""
+
+#: description.xml#extdesc.extdesc.description.text
+msgid "This extension integrates into Calc and offers new Solver engines to use for optimizing nonlinear programming models.\n"
+msgstr ""
diff --git a/translations/source/bs/nlpsolver/src/locale.po b/translations/source/bs/nlpsolver/src/locale.po
new file mode 100644
index 00000000000..da3de540901
--- /dev/null
+++ b/translations/source/bs/nlpsolver/src/locale.po
@@ -0,0 +1,179 @@
+#. extracted from nlpsolver/src/locale.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+nlpsolver%2Fsrc%2Flocale.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.AssumeNonNegative.property.text
+msgid "Assume Non-Negative Variables"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.SwarmSize.property.text
+msgid "Size of Swarm"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.LibrarySize.property.text
+msgid "Size of Library"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.LearningCycles.property.text
+msgid "Learning Cycles"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.GuessVariableRange.property.text
+msgid "Variable Bounds Guessing"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.VariableRangeThreshold.property.text
+msgid "Variable Bounds Threshold (when guessing)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.UseACRComparator.property.text
+msgid "Use ACR Comparator (instead of BCH)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.UseRandomStartingPoint.property.text
+msgid "Use Random starting point"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.StagnationLimit.property.text
+msgid "Stagnation Limit"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.Tolerance.property.text
+msgid "Stagnation Tolerance"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.EnhancedSolverStatus.property.text
+msgid "Show enhanced solver status"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.AgentSwitchRate.property.text
+msgid "Agent Switch Rate (DE Probability)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.DEFactor.property.text
+msgid "DE: Scaling Factor (0-1.2)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.DECR.property.text
+msgid "DE: Crossover Probability (0-1)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSC1.property.text
+msgid "PS: Cognitive Constant"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSC2.property.text
+msgid "PS: Social Constant"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSWeight.property.text
+msgid "PS: Constriction Coefficient"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSCL.property.text
+msgid "PS: Mutation Probability (0-0.005)"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Dialog.Caption.property.text
+msgid "Solver Status"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblSolution.property.text
+msgid "Current Solution:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblIteration.property.text
+msgid "Iteration:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblStagnation.property.text
+msgid "Stagnation:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblRuntime.property.text
+msgid "Runtime:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnStop.property.text
+msgid "Stop"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnOK.property.text
+msgid "OK"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnContinue.property.text
+msgid "Continue"
+msgstr "Nastavi"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopIteration.property.text
+msgid "Maximum iterations reached."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopStagnation.property.text
+msgid "Process stopped due to stagnation."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopUser.property.text
+msgid "Process stopped due to user interruption."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.CurrentIteration.property.text
+msgid "Process stopped at iteration %d of %d."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Nanoseconds.property.text
+msgid "Nanoseconds"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Microseconds.property.text
+msgid "Microseconds"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Milliseconds.property.text
+msgid "Milliseconds"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Second.property.text
+msgid "Second"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Seconds.property.text
+msgid "Seconds"
+msgstr "Sekundi"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Minute.property.text
+msgid "Minute"
+msgstr "Minuta"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Minutes.property.text
+msgid "Minutes"
+msgstr "Minute"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Hour.property.text
+msgid "Hour"
+msgstr "Sat"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Hours.property.text
+msgid "Hours"
+msgstr "Sati"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Day.property.text
+msgid "Day"
+msgstr "Dan"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Days.property.text
+msgid "Days"
+msgstr "Dani"
diff --git a/translations/source/bs/officecfg/registry/data/org/openoffice/Office.po b/translations/source/bs/officecfg/registry/data/org/openoffice/Office.po
index 2bfe87a33cd..4e077efb5f2 100644
--- a/translations/source/bs/officecfg/registry/data/org/openoffice/Office.po
+++ b/translations/source/bs/officecfg/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/officecfg/registry/data/org/openoffice/Office/UI.po b/translations/source/bs/officecfg/registry/data/org/openoffice/Office/UI.po
index 0a9722ff45f..bede70f084c 100644
--- a/translations/source/bs/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/bs/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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-11-26 01:55+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-01-11 16:16+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: WriterReportWindowState.xcu#..WriterReportWindowState.UIElements.States.private_resource/toolbar/standardbar.UIName.value.text
@@ -2709,10 +2709,6 @@ msgstr "8-bitna paleta boja"
msgid "24 Bit True Color"
msgstr "24-bitno (True Color)"
-#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_BigHandles.Label.value.text
-msgid "Large Handles"
-msgstr "Velike ručke"
-
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_DoubleClickTextEdit.Label.value.text
msgid "Double-click to edit Text"
msgstr "Dva puta kliknite za izmjenu teksta"
@@ -2843,7 +2839,7 @@ msgstr "~Stilovi"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_SnapLinesMenu.Label.value.text
msgid "~Snap Lines"
-msgstr ""
+msgstr "~Linije ljepljenja"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_MasterPageMenu.Label.value.text
msgctxt "DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_MasterPageMenu.Label.value.text"
@@ -3273,6 +3269,11 @@ msgctxt "BasicIDEWindowState.xcu#..BasicIDEWindowState.UIElements.States.private
msgid "Language"
msgstr "Jezik"
+#: BasicIDEWindowState.xcu#..BasicIDEWindowState.UIElements.States.private_resource/toolbar/formcontrolsbar.UIName.value.text
+#, fuzzy
+msgid "FormControls"
+msgstr "Kontrole formulara"
+
#: BasicIDEWindowState.xcu#..BasicIDEWindowState.UIElements.States.private_resource/toolbar/insertcontrolsbar.UIName.value.text
msgid "Toolbox"
msgstr "Kutija sa alatima"
@@ -8177,6 +8178,10 @@ msgstr "Status ulaznih m~etoda"
msgid "Optio~n Bar"
msgstr "~Opcije"
+#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_SendFeedback.Label.value.text
+msgid "Send Feedback..."
+msgstr ""
+
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_ShowLicense.Label.value.text
msgid "License Information..."
msgstr "Informacije o licenci..."
@@ -11882,7 +11887,37 @@ msgid "Goto Line Number..."
msgstr ""
#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_ShowLines.Label.value.text
-msgid "Display Source Line Number"
+msgid "Line Numbers"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormRadio.Label.value.text
+msgid "Form Option Button"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormCheck.Label.value.text
+msgid "Form Check Box"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormList.Label.value.text
+msgid "Form List Box"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormCombo.Label.value.text
+msgid "Form Combo Box"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormVScroll.Label.value.text
+#, fuzzy
+msgid "Form Vertical Scroll Bar"
+msgstr "Uspravni klizač"
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormHScroll.Label.value.text
+#, fuzzy
+msgid "Form Horizonal Scroll Bar"
+msgstr "Vodoravni klizač"
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormSpin.Label.value.text
+msgid "Form Spin Button"
msgstr ""
#: WriterWebWindowState.xcu#..WriterWebWindowState.UIElements.States.private_resource/toolbar/standardbar.UIName.value.text
diff --git a/translations/source/bs/padmin/source.po b/translations/source/bs/padmin/source.po
index bac425ece1e..5c3e08c98e5 100644
--- a/translations/source/bs/padmin/source.po
+++ b/translations/source/bs/padmin/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:08+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/readlicense_oo/docs/readme.po b/translations/source/bs/readlicense_oo/docs/readme.po
index 42c9909547f..7e714eadd0c 100644
--- a/translations/source/bs/readlicense_oo/docs/readme.po
+++ b/translations/source/bs/readlicense_oo/docs/readme.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:03+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -105,7 +105,7 @@ msgid "1024x768 resolution (higher resolution recommended), at least 256 colors"
msgstr "rezolucija 1024x768 (preporučuje se najveća dostupna rezolucija) sa najmanje 256 boja"
#: readme.xrm#edssc3d.edssc3d.readmeitem.text
-msgctxt "readme.xrm#edssc3d.edssc3d.readmeitem.text"
+#, fuzzy
msgid "Please be aware that administrator rights are needed for the installation process."
msgstr "Imajte na umu da su administratorska prava potrebna za instalacijski proces."
@@ -114,21 +114,12 @@ msgid "Registration of ${PRODUCTNAME} as default application for Microsoft Offic
msgstr "Registracija ${PRODUCTNAME} kao podrazumijevane aplikacije za Microsoft Office formate može biti forsirana ili prevaziđena sljedećim parametrima komandne linije unutar instalacije:"
#: readme.xrm#MSOReg2.MSOReg2.readmeitem.text
-msgid "<tt>/msoreg=1</tt> will force registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
-msgstr "<tt>/msoreg=1</tt> će forsirati registraciju ${PRODUCTNAME} kao podrazumijevane aplikacije za Microsoft Office formate."
+msgid "<tt>REGISTER_ALL_MSO_TYPES=1</tt> will force registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
+msgstr ""
#: readme.xrm#MSOReg3.MSOReg3.readmeitem.text
-msgid "<tt>/msoreg=0</tt> will suppress registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
-msgstr "<tt>/msoreg=0</tt> će deaktivirati registraciju ${PRODUCTNAME} kao podrazumijevanog programa za Microsoft Office formate."
-
-#: readme.xrm#DLLA1.DLLA1.readmeitem.text
-msgid "If you perform an administrative installation using setup /a, you need to make sure that the file msvc90.dll is installed on the system. This file is required for ${PRODUCTNAME} to start after an administrative installation. You can get the file from <a href=\"http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF\">http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF</a>"
-msgstr "Ako obavite administrativnu instalaciju koristeći \"setup /a\", trebate biti sigurni da je datoteka msvc90.dll instalirana na sistemu. Ova datoteka je potrebna kako bi se ${PRODUCTNAME} pokrenuo nakon administrativne instalacije. Možete dobiti datoteku sa <a href=\"http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF\">http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF</a>"
-
-#: readme.xrm#AdminNeeded.AdminNeeded.readmeitem.text
-msgctxt "readme.xrm#AdminNeeded.AdminNeeded.readmeitem.text"
-msgid "Please be aware that administrator rights are needed for the installation process."
-msgstr "Imajte na umu da su administratorska prava potrebna za instalacijski proces."
+msgid "<tt>REGISTER_NO_MSO_TYPES=1</tt> will suppress registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
+msgstr ""
#: readme.xrm#s2we10.s2we10.readmeitem.text
msgid "As a general rule, you are recommended to install ${PRODUCTNAME} via the installation methods recommended by your particular Linux distribution (such as the Ubuntu Software Center, in the case of Ubuntu Linux). This is because it is usually the simplest way to obtain an installation that is optimally integrated into your system. Indeed, ${PRODUCTNAME} may well be already installed by default when you originally install your Linux operating system."
@@ -191,7 +182,8 @@ msgid "Installation of ${PRODUCTNAME} on Debian/Ubuntu-based Linux systems"
msgstr ""
#: readme.xrm#debianinstall1.debianinstall1.readmeitem.text
-msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to do that, please read the section below entitled Deinstallation of a Previous Version of ${PRODUCTNAME}. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
+msgctxt "readme.xrm#debianinstall1.debianinstall1.readmeitem.text"
+msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
msgstr ""
#: readme.xrm#debianinstall2.debianinstall2.readmeitem.text
@@ -241,7 +233,8 @@ msgid "Installation of ${PRODUCTNAME} on Fedora, Suse, Mandriva and other Linux
msgstr ""
#: readme.xrm#rpminstall1.rpminstall1.readmeitem.text
-msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to do that, please read the section below entitled De-installation of a Previous Version of ${PRODUCTNAME}. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
+msgctxt "readme.xrm#rpminstall1.rpminstall1.readmeitem.text"
+msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
msgstr ""
#: readme.xrm#rpminstall2.rpminstall2.readmeitem.text
@@ -286,15 +279,19 @@ msgid "Now run the installation command again:"
msgstr ""
#: readme.xrm#rpminstallB.rpminstallB.readmeitem.text
-msgid "For Fedora-based systems: su -c 'yum install *redhat*.rpm'"
+msgid "For Fedora-based systems: su -c 'yum install *freedesktop*.rpm'"
msgstr ""
#: readme.xrm#rpminstallC.rpminstallC.readmeitem.text
msgid "For Mandriva-based systems: sudo urpmi *mandriva*.rpm"
msgstr ""
+#: readme.xrm#rpminstallF.rpminstallF.readmeitem.text
+msgid "For SUSE-based systems: rpm -Uvh *suse*.rpm"
+msgstr ""
+
#: readme.xrm#rpminstallD.rpminstallD.readmeitem.text
-msgid "For other RPM-based systems (Suse, etc.): rpm -Uvh *suse*.rpm"
+msgid "For other RPM-based systems: rpm -Uvh *freedesktop*.rpm"
msgstr ""
#: readme.xrm#rpminstallE.rpminstallE.readmeitem.text
diff --git a/translations/source/bs/reportbuilder/java/com/sun/star/report/function/metadata.po b/translations/source/bs/reportbuilder/java/com/sun/star/report/function/metadata.po
new file mode 100644
index 00000000000..c299769b82d
--- /dev/null
+++ b/translations/source/bs/reportbuilder/java/com/sun/star/report/function/metadata.po
@@ -0,0 +1,39 @@
+#. extracted from reportbuilder/java/com/sun/star/report/function/metadata.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+reportbuilder%2Fjava%2Fcom%2Fsun%2Fstar%2Freport%2Ffunction%2Fmetadata.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: Author_Function_en_US.properties#display_name.property.text
+msgid "AUTHOR"
+msgstr ""
+
+#: Author_Function_en_US.properties#description.property.text
+msgid "Returns the author of the report."
+msgstr ""
+
+#: Title_Function_en_US.properties#display_name.property.text
+msgid "TITLE"
+msgstr ""
+
+#: Title_Function_en_US.properties#description.property.text
+msgid "Returns the title of the report."
+msgstr ""
+
+#: category_en_US.properties#display_name.property.text
+msgid "MetaData"
+msgstr ""
+
+#: category_en_US.properties#description.property.text
+msgid "Contains functions about meta data"
+msgstr ""
diff --git a/translations/source/bs/reportbuilder/registry/data/org/openoffice/Office.po b/translations/source/bs/reportbuilder/registry/data/org/openoffice/Office.po
index e63e084bd9a..1046a32063e 100644
--- a/translations/source/bs/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/translations/source/bs/reportbuilder/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/reportbuilder/registry/data/org/openoffice/Office/UI.po b/translations/source/bs/reportbuilder/registry/data/org/openoffice/Office/UI.po
index 46a34419a0c..749ecee5d22 100644
--- a/translations/source/bs/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/bs/reportbuilder/registry/data/org/openoffice/Office/UI.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:08+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -239,7 +239,7 @@ msgstr "Izlazni format izvještaja"
#: ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_SnapLinesMenu.Label.value.text
msgid "~Snap Lines"
-msgstr ""
+msgstr "~Linije ljepljenja"
#: ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_ObjectResize.Label.value.text
msgctxt "ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_ObjectResize.Label.value.text"
diff --git a/translations/source/bs/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/translations/source/bs/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index 7a3f1b06701..c31094dd277 100644
--- a/translations/source/bs/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/translations/source/bs/reportbuilder/registry/data/org/openoffice/TypeDetection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/reportbuilder/util.po b/translations/source/bs/reportbuilder/util.po
index d66dfa1b818..1d2ed7c2d4a 100644
--- a/translations/source/bs/reportbuilder/util.po
+++ b/translations/source/bs/reportbuilder/util.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/reportdesign/source/core/resource.po b/translations/source/bs/reportdesign/source/core/resource.po
index 79d699f7bd2..a826fa86ada 100644
--- a/translations/source/bs/reportdesign/source/core/resource.po
+++ b/translations/source/bs/reportdesign/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/reportdesign/source/ui/dlg.po b/translations/source/bs/reportdesign/source/ui/dlg.po
index 3cf324fd103..8c5a628e9eb 100644
--- a/translations/source/bs/reportdesign/source/ui/dlg.po
+++ b/translations/source/bs/reportdesign/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/reportdesign/source/ui/inspection.po b/translations/source/bs/reportdesign/source/ui/inspection.po
index 1638e16b26f..d17851bd05f 100644
--- a/translations/source/bs/reportdesign/source/ui/inspection.po
+++ b/translations/source/bs/reportdesign/source/ui/inspection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-12 00:03+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/reportdesign/source/ui/report.po b/translations/source/bs/reportdesign/source/ui/report.po
index fdc7e3051a0..dc1ebda4209 100644
--- a/translations/source/bs/reportdesign/source/ui/report.po
+++ b/translations/source/bs/reportdesign/source/ui/report.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sc/source/core/src.po b/translations/source/bs/sc/source/core/src.po
index 6356e812e26..f4ef8f2046b 100644
--- a/translations/source/bs/sc/source/core/src.po
+++ b/translations/source/bs/sc/source/core/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sc/source/ui/cctrl.po b/translations/source/bs/sc/source/ui/cctrl.po
index 204d1b32dcb..facc3b49bef 100644
--- a/translations/source/bs/sc/source/ui/cctrl.po
+++ b/translations/source/bs/sc/source/ui/cctrl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sc/source/ui/dbgui.po b/translations/source/bs/sc/source/ui/dbgui.po
index bec17592b14..5cc49c9f5ce 100644
--- a/translations/source/bs/sc/source/ui/dbgui.po
+++ b/translations/source/bs/sc/source/ui/dbgui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-12 00:03+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sc/source/ui/docshell.po b/translations/source/bs/sc/source/ui/docshell.po
index dbfee9bb00a..e3488600a1d 100644
--- a/translations/source/bs/sc/source/ui/docshell.po
+++ b/translations/source/bs/sc/source/ui/docshell.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sc/source/ui/drawfunc.po b/translations/source/bs/sc/source/ui/drawfunc.po
index fc3d5f73790..c431b997e61 100644
--- a/translations/source/bs/sc/source/ui/drawfunc.po
+++ b/translations/source/bs/sc/source/ui/drawfunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sc/source/ui/formdlg.po b/translations/source/bs/sc/source/ui/formdlg.po
index e36fac23968..e4a46d444e6 100644
--- a/translations/source/bs/sc/source/ui/formdlg.po
+++ b/translations/source/bs/sc/source/ui/formdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sc/source/ui/miscdlgs.po b/translations/source/bs/sc/source/ui/miscdlgs.po
index 7f58db122e7..f8d3b8325bb 100644
--- a/translations/source/bs/sc/source/ui/miscdlgs.po
+++ b/translations/source/bs/sc/source/ui/miscdlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:08+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sc/source/ui/navipi.po b/translations/source/bs/sc/source/ui/navipi.po
index 772d5c22cfc..fbd395d77ec 100644
--- a/translations/source/bs/sc/source/ui/navipi.po
+++ b/translations/source/bs/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 01:55+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: navipi.src#RID_SCDLG_NAVIGATOR.FT_ROW.fixedtext.text
diff --git a/translations/source/bs/sc/source/ui/pagedlg.po b/translations/source/bs/sc/source/ui/pagedlg.po
index 6b89a701089..77cf79628bd 100644
--- a/translations/source/bs/sc/source/ui/pagedlg.po
+++ b/translations/source/bs/sc/source/ui/pagedlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sc/source/ui/src.po b/translations/source/bs/sc/source/ui/src.po
index 2764e64d039..2aa86d08010 100644
--- a/translations/source/bs/sc/source/ui/src.po
+++ b/translations/source/bs/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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-11-26 01:55+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2011-12-15 12:30+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: namedlg.src#RID_SCDLG_NAMES.BTN_ADD.pushbutton.text
@@ -36,11 +36,6 @@ msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_NAME_CANCEL.pushbutton.text"
msgid "Cancel"
msgstr "Odustani"
-#: namedlg.src#RID_SCDLG_NAMES.BTN_SELECT.pushbutton.text
-msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_SELECT.pushbutton.text"
-msgid "Select Range"
-msgstr "Izaberi opseg"
-
#: namedlg.src#RID_SCDLG_NAMES.FT_SCOPE.fixedtext.text
#, fuzzy
msgctxt "namedlg.src#RID_SCDLG_NAMES.FT_SCOPE.fixedtext.text"
@@ -70,6 +65,7 @@ msgid "Shrink"
msgstr "Smanji"
#: namedlg.src#RID_SCDLG_NAMES.BTN_MORE.checkbox.text
+msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_MORE.checkbox.text"
msgid "Range Options"
msgstr ""
@@ -97,25 +93,6 @@ msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_COLHEADER.checkbox.text"
msgid "Repeat ~column"
msgstr "Ponovi ~kolonu"
-#: namedlg.src#RID_SCDLG_NAMES.STR_INVALIDSYMBOL.string.text
-#, fuzzy
-msgctxt "namedlg.src#RID_SCDLG_NAMES.STR_INVALIDSYMBOL.string.text"
-msgid "Invalid expression"
-msgstr "Neispravan izraz"
-
-#: namedlg.src#RID_SCDLG_NAMES.STR_MODIFYFAILED.string.text
-msgid "Modifying range name failed"
-msgstr ""
-
-#: 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_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_DEFAULT_INFO.string.text
msgid "Select cells in the document to update the range."
msgstr ""
@@ -445,10 +422,6 @@ msgstr "~Prelomi stranica"
msgid "Helplines ~While Moving"
msgstr ""
-#: optdlg.src#RID_SCPAGE_CONTENT.CB_BIGHANDLES.checkbox.text
-msgid "~Large handles"
-msgstr "Ve~like ručice"
-
#: optdlg.src#RID_SCPAGE_CONTENT.GB_DISPLAY.fixedline.text
msgid "Display"
msgstr "Prikaz"
@@ -1671,9 +1644,9 @@ msgstr "Obriši"
msgid "Restore"
msgstr "Obnovi"
-#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_LAST.pushbutton.text
-msgid "Last Record"
-msgstr "Zadnji zapis"
+#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_PREV.pushbutton.text
+msgid "Previous Record"
+msgstr "Prethodni zapis"
#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_NEXT.pushbutton.text
msgid "Next Record"
@@ -3926,8 +3899,8 @@ msgid "Number"
msgstr "Broj"
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ARC_COS_HYP.3.string.text
-msgid "A value greater than or equal to 1 for which the hyperbolic cosine is to be returned."
-msgstr "Vrijednost veća ili jednaka 1 za koju će biti izračunat hiperbolični kosinus."
+msgid "A value greater than or equal to 1 for which the inverse hyperbolic cosine is to be returned."
+msgstr ""
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ARC_SIN_HYP.1.string.text
msgid "Returns the inverse hyperbolic sine of a number."
@@ -4118,6 +4091,60 @@ msgstr "broj_y"
msgid "The value for the y coordinate."
msgstr "Vrijednost koordinate y."
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.1.string.text
+msgid "Return the cosecant of an angle. CSC(x)=1/SIN(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.3.string.text
+#, fuzzy
+msgid "The angle in radians for which the cosecant is to be calculated."
+msgstr "Ugao u radijanima za koji će biti izračunat sinus."
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.1.string.text
+msgid "Return the secant of an angle. SEC(x)=1/COS(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.3.string.text
+#, fuzzy
+msgid "The angle in radians for which the secant is to be calculated."
+msgstr "Ugao u radijanima za koji će biti izračunat sinus."
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.1.string.text
+msgid "Return the hyperbolic cosecant of a hyperbolic angle. CSCH(x)=1/SINH(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.3.string.text
+msgid "The hyperbolic angle in radians for which the hyperbolic cosecant is to be calculated."
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.1.string.text
+msgid "Return the hyperbolic secant of a hyperbolic angle. SECH(x)=1/COSH(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.3.string.text
+msgid "The hyperbolic angle in radians for which the hyperbolic secant is to be calculated."
+msgstr ""
+
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_DEG.1.string.text
msgid "Converts a radian to degrees"
msgstr "Pretvara radijane u stepene"
@@ -10623,7 +10650,7 @@ msgstr "Izmijeni imena raspona"
#: globstr.src#RID_GLOBSTR.STR_UNDO_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "Pro~mijeni slova"
#: globstr.src#RID_GLOBSTR.STR_DB_NONAME.string.text
msgctxt "globstr.src#RID_GLOBSTR.STR_DB_NONAME.string.text"
@@ -11954,7 +11981,6 @@ msgstr "Izaberi ćeliju"
#: 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 "Izaberi opseg"
@@ -12238,6 +12264,25 @@ msgstr "Opseg"
msgid "Document (Global)"
msgstr "Dokument se zatvara"
+#: globstr.src#RID_GLOBSTR.STR_ERR_NAME_EXISTS.string.text
+msgid "Invalid name. Already in use for the selected scope."
+msgstr ""
+
+#: globstr.src#RID_GLOBSTR.STR_ERR_NAME_INVALID.string.text
+msgid "Invalid name. Only use letters, numbers and underscore."
+msgstr ""
+
+#: globstr.src#RID_GLOBSTR.STR_UNSAVED_EXT_REF.string.text
+msgid ""
+"This Document contains external references to unsaved documents.\n"
+"\n"
+"Do you want to continue?"
+msgstr ""
+
+#: globstr.src#RID_GLOBSTR.STR_CLOSE_WITH_UNSAVED_REFS.string.text
+msgid "This Document is referenced by another document and not yet saved. Closing it without saving will result in data loss."
+msgstr ""
+
#: crnrdlg.src#RID_SCDLG_COLROWNAMERANGES.FL_ASSIGN.fixedline.text
msgctxt "crnrdlg.src#RID_SCDLG_COLROWNAMERANGES.FL_ASSIGN.fixedline.text"
msgid "Range"
@@ -13007,7 +13052,8 @@ msgid "Cancel"
msgstr "Odustani"
#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_MORE.checkbox.text
-msgid "RangeOptions"
+msgctxt "namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_MORE.checkbox.text"
+msgid "Range Options"
msgstr ""
#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.FT_NAME.fixedtext.text
@@ -13058,20 +13104,6 @@ msgctxt "namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_COLHEADER.checkbox.text"
msgid "Repeat ~column"
msgstr "Ponovi ~kolonu"
-#: 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 "Neispravan izraz"
-
-#: 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 ""
diff --git a/translations/source/bs/sc/source/ui/styleui.po b/translations/source/bs/sc/source/ui/styleui.po
index 94bf6338313..d9ce0cfe8cc 100644
--- a/translations/source/bs/sc/source/ui/styleui.po
+++ b/translations/source/bs/sc/source/ui/styleui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-07 12:15+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -27,7 +27,7 @@ msgstr "Stilovi ćelija"
#: scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.2.filterlist.text
msgid "Applied Styles"
-msgstr ""
+msgstr "Primijenjeni stilovi"
#: scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.3.filterlist.text
msgctxt "scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.3.filterlist.text"
diff --git a/translations/source/bs/scaddins/source/analysis.po b/translations/source/bs/scaddins/source/analysis.po
index eb4424c3b79..a6d8a7a6e27 100644
--- a/translations/source/bs/scaddins/source/analysis.po
+++ b/translations/source/bs/scaddins/source/analysis.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/scaddins/source/datefunc.po b/translations/source/bs/scaddins/source/datefunc.po
index ce81123d726..da1943cfe6e 100644
--- a/translations/source/bs/scaddins/source/datefunc.po
+++ b/translations/source/bs/scaddins/source/datefunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sccomp/source/solver.po b/translations/source/bs/sccomp/source/solver.po
index 7efe1fde644..89c9a9fe792 100644
--- a/translations/source/bs/sccomp/source/solver.po
+++ b/translations/source/bs/sccomp/source/solver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/scp2/source/accessories.po b/translations/source/bs/scp2/source/accessories.po
index 49075d9fbe2..cd8fb9ad581 100644
--- a/translations/source/bs/scp2/source/accessories.po
+++ b/translations/source/bs/scp2/source/accessories.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-12 00:04+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/scp2/source/activex.po b/translations/source/bs/scp2/source/activex.po
index f5b54cc1aa8..0ab534c0688 100644
--- a/translations/source/bs/scp2/source/activex.po
+++ b/translations/source/bs/scp2/source/activex.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/scp2/source/base.po b/translations/source/bs/scp2/source/base.po
index aa1c2e71d63..b25ae274807 100644
--- a/translations/source/bs/scp2/source/base.po
+++ b/translations/source/bs/scp2/source/base.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -39,6 +39,16 @@ msgstr "%PRODUCTNAME Base Pomoć"
msgid "Help about %PRODUCTNAME Base"
msgstr "Pomoć sa %PRODUCTNAME Base"
+#: postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr ""
+
+#: postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr ""
+
#: folderitem_base.ulf#STR_FI_TOOLTIP_BASE.LngText.text
msgid "Manage databases, create queries and reports to track and manage your information by using Base."
msgstr "Upravlja bazama podataka, kreira upite i izvještaje kako bi mogli pratiti i urediti vaše informacije koristeći Base."
diff --git a/translations/source/bs/scp2/source/binfilter.po b/translations/source/bs/scp2/source/binfilter.po
index 73f5b8faee9..f8517447ba7 100644
--- a/translations/source/bs/scp2/source/binfilter.po
+++ b/translations/source/bs/scp2/source/binfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/scp2/source/calc.po b/translations/source/bs/scp2/source/calc.po
index f1a592d7a53..b333c96d4f7 100644
--- a/translations/source/bs/scp2/source/calc.po
+++ b/translations/source/bs/scp2/source/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/scp2/source/draw.po b/translations/source/bs/scp2/source/draw.po
index 695c06f5d8c..0dd12721bc0 100644
--- a/translations/source/bs/scp2/source/draw.po
+++ b/translations/source/bs/scp2/source/draw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/scp2/source/extensions.po b/translations/source/bs/scp2/source/extensions.po
index 989296aa44a..2d46d331e99 100644
--- a/translations/source/bs/scp2/source/extensions.po
+++ b/translations/source/bs/scp2/source/extensions.po
@@ -3,2242 +3,78 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-12 00:04+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text"
+#, fuzzy
msgid "English"
msgstr "Engleski"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text"
+#, fuzzy
msgid "Installs English support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Instalira podršku za engleski u %PRODUCTNAME %PRODUCTVERSION"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text"
+#, fuzzy
msgid "German"
msgstr "Njemački"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text"
+#, fuzzy
msgid "Installs German support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Instalira podršku za njemački u %PRODUCTNAME %PRODUCTVERSION"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text"
+#, fuzzy
msgid "French"
msgstr "Francuski"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text"
+#, fuzzy
msgid "Installs French support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Instalira podršku za francuski u %PRODUCTNAME %PRODUCTVERSION"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text"
+#, fuzzy
msgid "Italian"
msgstr "Italijanski"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text"
+#, fuzzy
msgid "Installs Italian support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Instalira podršku za italijanski u %PRODUCTNAME %PRODUCTVERSION"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text"
+#, fuzzy
msgid "Spanish"
msgstr "Španjolski"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text"
+#, fuzzy
msgid "Installs Spanish support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Instalira podršku za španjolski u %PRODUCTNAME %PRODUCTVERSION"
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text"
-msgid "Swedish"
-msgstr "Švedski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text"
-msgid "Installs Swedish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za švedski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text"
-msgid "Portuguese"
-msgstr "Portugalski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za portugalski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Portuguese (Brazil)"
-msgstr "Portugalski (Brazil)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za portugalski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text"
-msgid "Japanese"
-msgstr "Japanski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text"
-msgid "Installs Japanese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za japanski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text"
-msgid "Korean"
-msgstr "Koreanski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text"
-msgid "Installs Korean support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za koreanski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Chinese (simplified)"
-msgstr "Kineski (pojednostavljeni)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Installs Chinese (simplified) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za kineski (pojednostavljeni) u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Chinese (traditional)"
-msgstr "Kineski (tradicionalni)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Installs Chinese (traditional) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za kineski (tradicionalni) u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text"
-msgid "Dutch"
-msgstr "Holandski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text"
-msgid "Installs Dutch support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za holandijski u %PRODUCTNAME %PRODUCTVERSION"
-
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text"
+#, fuzzy
msgid "Hungarian"
msgstr "Mađarski"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text"
-msgid "Installs Hungarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za mađarski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text"
-msgid "Polish"
-msgstr "Poljski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text"
-msgid "Installs Polish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za poljski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text"
-msgid "Russian"
-msgstr "Ruski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text"
-msgid "Installs Russian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za ruski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text"
-msgid "Turkish"
-msgstr "Turski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text"
-msgid "Installs Turkish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za turski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text"
-msgid "Greek"
-msgstr "Grčki"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text"
-msgid "Installs Greek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za grčki u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text"
-msgid "Thai"
-msgstr "Thai"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text"
-msgid "Installs Thai support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za thai u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text"
-msgid "Czech"
-msgstr "Češki"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text"
-msgid "Installs Czech support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za češki u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text"
-msgid "Slovak"
-msgstr "Slovački"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text"
-msgid "Installs Slovak support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za slovački u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text"
-msgid "Croatian"
-msgstr "Hrvatski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text"
-msgid "Installs Croatian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za hrvatski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text"
-msgid "Estonian"
-msgstr "Estonski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text"
-msgid "Installs Estonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za estonski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text"
-msgid "Vietnamese"
-msgstr "Vijetnamski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text"
-msgid "Installs Vietnamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za vietnamski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text"
-msgid "Bulgarian"
-msgstr "Bugarski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text"
-msgid "Installs Bulgarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za bugarski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text"
-msgid "Khmer"
-msgstr "Kmerski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text"
-msgid "Installs Khmer support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za Khmer u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Punjabi"
-msgstr "Pendžabski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Installs Punjabi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za Punjabi u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Gujarati"
-msgstr "Gujarati"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za gujarati u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text"
-msgid "Tamil"
-msgstr "Tamilski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za tamilski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Tamil"
-msgstr "Tamilski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za tamilski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text"
-msgid "Hindi"
-msgstr "Hindi"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za hindi u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Hindi"
-msgstr "Hindi"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za hindi u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text"
-msgid "Southern Sotho (Sutu)"
-msgstr "Južni Sotho (Sutu)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text"
-msgid "Installs Southern Sotho (Sutu) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za južni sotho (sutu) u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text"
-msgid "Tswana"
-msgstr "Tswana"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text"
-msgid "Installs Tswana support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za tswana u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text"
-msgid "Xhosa"
-msgstr "Xhosa"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text"
-msgid "Installs Xhosa support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za xhosa u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Zulu"
-msgstr "Zulu"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Installs Zulu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za zulu u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text"
-msgid "Afrikaans"
-msgstr "Afrikaans"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text"
-msgid "Installs Afrikaans support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za afrikaans u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text"
-msgid "Swahili"
-msgstr "Swahili"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za swahili u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Swahili"
-msgstr "Swahili"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za swahili u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text"
-msgid "Lao"
-msgstr "Lao"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text"
-msgid "Installs Lao support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za lao u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text"
-msgid "Burmese"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text
#, fuzzy
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text"
-msgid "Installs Burmese (Myanmar) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za norveški (bokmal) u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Northern Sotho"
-msgstr "Sjeverni sotho"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Installs Northern Sotho support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za sjeverni sotho u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text"
-msgid "Bengali"
-msgstr "Bengalski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text"
-msgid "Installs Bengali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za bengalski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Bengali (Bangladesh)"
-msgstr "Bengalski (Bangladeš)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Installs Bengali (Bangladesh) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za bengalski (Bangladeš) u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Bengali (India)"
-msgstr "Bengalski (Indija)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Installs Bengali (India) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za bengalski (Indija) u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text"
-msgid "Oriya"
-msgstr "Oriya"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za oriya u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Oriya"
-msgstr "Oriya"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za oriya u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text"
-msgid "Marathi"
-msgstr "Marathi"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za marathi u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Marathi"
-msgstr "Marathi"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za marathi u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text"
-msgid "Nepali"
-msgstr "Nepalski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text"
-msgid "Installs Nepali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za nepalski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text"
-msgid "Arabic"
-msgstr "Arapski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za arapski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Arabic"
-msgstr "Arapski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za arapski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text"
-msgid "Catalan"
-msgstr "Katalonski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text"
-msgid "Installs Catalan support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za katalonski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text"
-msgid "Danish"
-msgstr "Danski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text"
-msgid "Installs Danish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za danski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text"
-msgid "Finnish"
-msgstr "Finski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text"
-msgid "Installs Finnish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za finski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text"
-msgid "Hebrew"
-msgstr "Hebrejski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text"
-msgid "Installs Hebrew support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za hebrejski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text"
-msgid "Icelandic"
-msgstr "Islandski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text"
-msgid "Installs Icelandic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za islandski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text"
-msgid "Norwegian (Bokmal)"
-msgstr "Norveški (bokmal)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text"
-msgid "Installs Norwegian (Bokmal) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za norveški (bokmal) u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text"
-msgid "Norwegian (Nynorsk)"
-msgstr "Norveški (nynorsk)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text"
-msgid "Installs Norwegian (Nynorsk) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za norveški (nynorsk) u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text"
-msgid "Rhaeto-Romance"
-msgstr "Retoromanski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text"
-msgid "Installs Rhaeto-Romance support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za retoromanski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text"
-msgid "Romanian"
-msgstr "Rumunjski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text"
-msgid "Installs Romanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za rumunjski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Albanian"
-msgstr "Albanski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Installs Albanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za albanski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text"
-msgid "Urdu"
-msgstr "Urdu"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za urdu u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text"
-msgid "Indonesian"
-msgstr "Indonežanski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text"
-msgid "Installs Indonesian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za indonezijski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text"
-msgid "Ukrainian"
-msgstr "Ukrajinski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text"
-msgid "Installs Ukrainian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za ukrajinski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text"
-msgid "Belarusian"
-msgstr "Bjeloruski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text"
-msgid "Installs Belarusian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za bjeloruski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text"
-msgid "Slovenian"
-msgstr "Slovenački"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text"
-msgid "Installs Slovenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za slovenački u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text"
-msgid "Latvian"
-msgstr "Latvijski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text"
-msgid "Installs Latvian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za latvijski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text"
-msgid "Lithuanian"
-msgstr "Litvanski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text"
-msgid "Installs Lithuanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za litvanski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text"
-msgid "Armenian"
-msgstr "Armenski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text"
-msgid "Installs Armenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za armenski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text"
-msgid "Basque"
-msgstr "Baskijski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text"
-msgid "Installs Basque support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za baskijski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text"
-msgid "Macedonian"
-msgstr "Makedonski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text"
-msgid "Installs Macedonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za makedonski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text"
-msgid "Maltese"
-msgstr "Malteški"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text"
-msgid "Installs Maltese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za malteški u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text"
-msgid "Welsh"
-msgstr "Velški"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text"
-msgid "Installs Welsh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za velški u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text"
-msgid "Galician"
-msgstr "Galicijski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text"
-msgid "Installs Galician support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za galicijski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "Srpski (latinica)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za srpski (latinica) u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "Srpski (latinica)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za srpski (latinica) u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text"
-msgid "Irish"
-msgstr "Irski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text"
-msgid "Installs Irish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za irski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "Srpski (ćirilica)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za srpski (ćirilica) u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "Srpski (ćirilica)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za srpski (ćirilica) u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text"
-msgid "Bosnian"
-msgstr "Bosanski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text"
-msgid "Installs Bosnian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za bosanski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Assamese"
-msgstr "Asameški"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Installs Assamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za asameški u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text"
-msgid "Kinyarwanda"
-msgstr "Kinyarwanda"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text"
-msgid "Installs Kinyarwanda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za kinyarwanda u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text"
-msgid "Sanskrit"
-msgstr "Sanskrit"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text"
-msgid "Installs Sanskrit support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za sanskrit u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text"
-msgid "Farsi"
-msgstr "Farsi"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text"
-msgid "Installs Farsi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za farsi u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text"
-msgid "Faroese"
-msgstr "Farski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text"
-msgid "Installs Faroese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za farski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text"
-msgid "Sorbian"
-msgstr "Sorbijski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text"
-msgid "Installs Sorbian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za sorbijski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text"
-msgid "Tatar"
-msgstr "Tatarski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text"
-msgid "Installs Tatar support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za tatarski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text"
-msgid "Tsonga"
-msgstr "Tsonga"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text"
-msgid "Installs Tsonga support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za tsonga u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text"
-msgid "Yiddish"
-msgstr "Jidiš"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text"
-msgid "Installs Yiddish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za jidiš u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text"
-msgid "Breton"
-msgstr "Bretonski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text"
-msgid "Installs Breton support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za bretonski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text"
-msgid "Ndebele South"
-msgstr "Ndebele južni"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text"
-msgid "Installs Ndebele South support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za ndebele južni u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text"
-msgid "Swazi"
-msgstr "Svazi"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text"
-msgid "Installs Swazi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za svazi u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text"
-msgid "Venda"
-msgstr "Venda"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text"
-msgid "Installs Venda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za venda u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text"
-msgid "Kannada"
-msgstr "Kannadski (južna Indija)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text"
-msgid "Installs Kannada support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za kannadski (južna Indija) u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text"
-msgid "Malay (Malaysian)"
-msgstr "Malajski (malezijski)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text"
-msgid "Installs Malay (Malaysian) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za malajski (malezijski) u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text"
-msgid "Tajik"
-msgstr "Tadžički"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text"
-msgid "Installs Tajik support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za tadžički u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text"
-msgid "Kurdish"
-msgstr "Kurdski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text"
-msgid "Installs Kurdish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za kurdski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Dzongkha"
-msgstr "Dzongkha"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Installs Dzongkha support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za dzongkha u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text"
-msgid "Georgian"
-msgstr "Gruzijski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text"
-msgid "Installs Georgian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za gruzijski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text"
-msgid "Esperanto"
-msgstr "Esperanto"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text"
-msgid "Installs Esperanto support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za esperanto u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text"
-msgid "Gujarati"
-msgstr "Gujarati"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za gujarati u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "English (South Africa)"
-msgstr "Engleski (Južna Afrika)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "Installs English (South Africa) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za engleski (Južna Afrika) u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "English (United Kingdom)"
-msgstr "Engleski (Velika Britanija)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "Installs English (United Kingdom) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za engleski (Velika Britanija) u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Urdu"
-msgstr "Urdu"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za urdu u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Malayalam"
-msgstr "Malayalam"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Installs Malayalam support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za malayalam u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Telugu"
-msgstr "Telugu"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Installs Telugu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za telugu u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Tigrinya"
-msgstr "Tigrinya"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Installs Tigrinya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za tigrinya u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Uzbek"
-msgstr "Uzbečki"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Installs Uzbek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za uzbečki u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text"
-msgid "Mongolian"
-msgstr "Mongolski"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text"
-msgid "Installs Mongolian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za mongolski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text"
-msgid "Kazakh"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text
-#, fuzzy
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text"
-msgid "Installs Kazakh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za marathi u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text"
-msgid "English"
-msgstr "Engleski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text"
-msgid "Installs English support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za engleski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text"
-msgid "German"
-msgstr "Njemački"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text"
-msgid "Installs German support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za njemački u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text"
-msgid "French"
-msgstr "Francuski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text"
-msgid "Installs French support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za francuski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text"
-msgid "Italian"
-msgstr "Italijanski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text"
-msgid "Installs Italian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za italijanski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text"
-msgid "Spanish"
-msgstr "Španjolski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text"
-msgid "Installs Spanish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za španjolski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text"
-msgid "Swedish"
-msgstr "Švedski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text"
-msgid "Installs Swedish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za švedski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text"
-msgid "Portuguese"
-msgstr "Portugalski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za portugalski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Portuguese (Brazil)"
-msgstr "Portugalski (Brazil)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za portugalski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text"
-msgid "Japanese"
-msgstr "Japanski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text"
-msgid "Installs Japanese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za japanski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text"
-msgid "Korean"
-msgstr "Koreanski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text"
-msgid "Installs Korean support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za koreanski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Chinese (simplified)"
-msgstr "Kineski (pojednostavljeni)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Installs Chinese (simplified) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za kineski (pojednostavljeni) u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Chinese (traditional)"
-msgstr "Kineski (tradicionalni)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Installs Chinese (traditional) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za kineski (tradicionalni) u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text"
-msgid "Dutch"
-msgstr "Holandski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text"
-msgid "Installs Dutch support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za holandijski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text"
-msgid "Hungarian"
-msgstr "Mađarski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text"
msgid "Installs Hungarian support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Instalira podršku za mađarski u %PRODUCTNAME %PRODUCTVERSION"
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text"
-msgid "Polish"
-msgstr "Poljski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text"
-msgid "Installs Polish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za poljski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text"
-msgid "Russian"
-msgstr "Ruski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text"
-msgid "Installs Russian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za ruski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text"
-msgid "Turkish"
-msgstr "Turski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text"
-msgid "Installs Turkish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za turski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text"
-msgid "Greek"
-msgstr "Grčki"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text"
-msgid "Installs Greek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za grčki u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text"
-msgid "Thai"
-msgstr "Thai"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text"
-msgid "Installs Thai support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za thai u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text"
-msgid "Czech"
-msgstr "Češki"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text"
-msgid "Installs Czech support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za češki u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text"
-msgid "Slovak"
-msgstr "Slovački"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text"
-msgid "Installs Slovak support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za slovački u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text"
-msgid "Croatian"
-msgstr "Hrvatski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text"
-msgid "Installs Croatian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za hrvatski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text"
-msgid "Estonian"
-msgstr "Estonski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text"
-msgid "Installs Estonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za estonski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text"
-msgid "Vietnamese"
-msgstr "Vijetnamski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text"
-msgid "Installs Vietnamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za vietnamski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text"
-msgid "Bulgarian"
-msgstr "Bugarski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text"
-msgid "Installs Bulgarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za bugarski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text"
-msgid "Khmer"
-msgstr "Kmerski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text"
-msgid "Installs Khmer support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za Khmer u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Punjabi"
-msgstr "Pendžabski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Installs Punjabi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za Punjabi u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Gujarati"
-msgstr "Gujarati"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za gujarati u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text"
-msgid "Tamil"
-msgstr "Tamilski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za tamilski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Tamil"
-msgstr "Tamilski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za tamilski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text"
-msgid "Hindi"
-msgstr "Hindi"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za hindi u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Hindi"
-msgstr "Hindi"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za hindi u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text"
-msgid "Southern Sotho (Sutu)"
-msgstr "Južni Sotho (Sutu)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text"
-msgid "Installs Southern Sotho (Sutu) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za južni sotho (sutu) u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text"
-msgid "Tswana"
-msgstr "Tswana"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text"
-msgid "Installs Tswana support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za tswana u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text"
-msgid "Xhosa"
-msgstr "Xhosa"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text"
-msgid "Installs Xhosa support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za xhosa u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Zulu"
-msgstr "Zulu"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Installs Zulu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za zulu u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text"
-msgid "Afrikaans"
-msgstr "Afrikaans"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text"
-msgid "Installs Afrikaans support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za afrikaans u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text"
-msgid "Swahili"
-msgstr "Swahili"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za swahili u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Swahili"
-msgstr "Swahili"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za swahili u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text"
-msgid "Lao"
-msgstr "Lao"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text"
-msgid "Installs Lao support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za lao u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text"
-msgid "Burmese"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text
-#, fuzzy
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text"
-msgid "Installs Burmese (Myanmar) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za norveški (bokmal) u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Northern Sotho"
-msgstr "Sjeverni sotho"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Installs Northern Sotho support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za sjeverni sotho u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text"
-msgid "Bengali"
-msgstr "Bengalski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text"
-msgid "Installs Bengali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za bengalski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Bengali (Bangladesh)"
-msgstr "Bengalski (Bangladeš)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Installs Bengali (Bangladesh) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za bengalski (Bangladeš) u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Bengali (India)"
-msgstr "Bengalski (Indija)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Installs Bengali (India) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za bengalski (Indija) u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text"
-msgid "Oriya"
-msgstr "Oriya"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za oriya u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Oriya"
-msgstr "Oriya"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za oriya u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text"
-msgid "Marathi"
-msgstr "Marathi"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za marathi u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Marathi"
-msgstr "Marathi"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za marathi u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text"
-msgid "Nepali"
-msgstr "Nepalski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text"
-msgid "Installs Nepali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za nepalski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text"
-msgid "Arabic"
-msgstr "Arapski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za arapski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Arabic"
-msgstr "Arapski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za arapski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text"
-msgid "Catalan"
-msgstr "Katalonski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text"
-msgid "Installs Catalan support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za katalonski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text"
-msgid "Danish"
-msgstr "Danski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text"
-msgid "Installs Danish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za danski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text"
-msgid "Finnish"
-msgstr "Finski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text"
-msgid "Installs Finnish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za finski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text"
-msgid "Hebrew"
-msgstr "Hebrejski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text"
-msgid "Installs Hebrew support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za hebrejski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text"
-msgid "Icelandic"
-msgstr "Islandski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text"
-msgid "Installs Icelandic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za islandski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text"
-msgid "Norwegian (Bokmal)"
-msgstr "Norveški (bokmal)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text"
-msgid "Installs Norwegian (Bokmal) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za norveški (bokmal) u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text"
-msgid "Norwegian (Nynorsk)"
-msgstr "Norveški (nynorsk)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text"
-msgid "Installs Norwegian (Nynorsk) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za norveški (nynorsk) u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text"
-msgid "Rhaeto-Romance"
-msgstr "Retoromanski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text"
-msgid "Installs Rhaeto-Romance support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za retoromanski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text"
-msgid "Romanian"
-msgstr "Rumunjski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text"
-msgid "Installs Romanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za rumunjski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Albanian"
-msgstr "Albanski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Installs Albanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za albanski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text"
-msgid "Urdu"
-msgstr "Urdu"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za urdu u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text"
-msgid "Indonesian"
-msgstr "Indonežanski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text"
-msgid "Installs Indonesian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za indonezijski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text"
-msgid "Ukrainian"
-msgstr "Ukrajinski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text"
-msgid "Installs Ukrainian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za ukrajinski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text"
-msgid "Belarusian"
-msgstr "Bjeloruski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text"
-msgid "Installs Belarusian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za bjeloruski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text"
-msgid "Slovenian"
-msgstr "Slovenački"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text"
-msgid "Installs Slovenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za slovenački u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text"
-msgid "Latvian"
-msgstr "Latvijski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text"
-msgid "Installs Latvian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za latvijski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text"
-msgid "Lithuanian"
-msgstr "Litvanski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text"
-msgid "Installs Lithuanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za litvanski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text"
-msgid "Armenian"
-msgstr "Armenski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text"
-msgid "Installs Armenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za armenski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text"
-msgid "Basque"
-msgstr "Baskijski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text"
-msgid "Installs Basque support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za baskijski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text"
-msgid "Macedonian"
-msgstr "Makedonski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text"
-msgid "Installs Macedonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za makedonski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text"
-msgid "Maltese"
-msgstr "Malteški"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text"
-msgid "Installs Maltese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za malteški u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text"
-msgid "Welsh"
-msgstr "Velški"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text"
-msgid "Installs Welsh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za velški u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text"
-msgid "Galician"
-msgstr "Galicijski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text"
-msgid "Installs Galician support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za galicijski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "Srpski (latinica)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za srpski (latinica) u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "Srpski (latinica)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za srpski (latinica) u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text"
-msgid "Irish"
-msgstr "Irski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text"
-msgid "Installs Irish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za irski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "Srpski (ćirilica)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za srpski (ćirilica) u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "Srpski (ćirilica)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za srpski (ćirilica) u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text"
-msgid "Bosnian"
-msgstr "Bosanski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text"
-msgid "Installs Bosnian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za bosanski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Assamese"
-msgstr "Asameški"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Installs Assamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za asameški u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text"
-msgid "Kinyarwanda"
-msgstr "Kinyarwanda"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text"
-msgid "Installs Kinyarwanda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za kinyarwanda u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text"
-msgid "Sanskrit"
-msgstr "Sanskrit"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text"
-msgid "Installs Sanskrit support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za sanskrit u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text"
-msgid "Farsi"
-msgstr "Farsi"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text"
-msgid "Installs Farsi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za farsi u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text"
-msgid "Faroese"
-msgstr "Farski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text"
-msgid "Installs Faroese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za farski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text"
-msgid "Sorbian"
-msgstr "Sorbijski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text"
-msgid "Installs Sorbian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za sorbijski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text"
-msgid "Tatar"
-msgstr "Tatarski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text"
-msgid "Installs Tatar support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za tatarski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text"
-msgid "Tsonga"
-msgstr "Tsonga"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text"
-msgid "Installs Tsonga support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za tsonga u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text"
-msgid "Yiddish"
-msgstr "Jidiš"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text"
-msgid "Installs Yiddish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za jidiš u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text"
-msgid "Breton"
-msgstr "Bretonski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text"
-msgid "Installs Breton support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za bretonski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text"
-msgid "Ndebele South"
-msgstr "Ndebele južni"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text"
-msgid "Installs Ndebele South support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za ndebele južni u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text"
-msgid "Swazi"
-msgstr "Svazi"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text"
-msgid "Installs Swazi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za svazi u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text"
-msgid "Venda"
-msgstr "Venda"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text"
-msgid "Installs Venda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za venda u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text"
-msgid "Kannada"
-msgstr "Kannadski (južna Indija)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text"
-msgid "Installs Kannada support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za kannadski (južna Indija) u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text"
-msgid "Malay (Malaysian)"
-msgstr "Malajski (malezijski)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text"
-msgid "Installs Malay (Malaysian) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za malajski (malezijski) u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text"
-msgid "Tajik"
-msgstr "Tadžički"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text"
-msgid "Installs Tajik support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za tadžički u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text"
-msgid "Kurdish"
-msgstr "Kurdski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text"
-msgid "Installs Kurdish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za kurdski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Dzongkha"
-msgstr "Dzongkha"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Installs Dzongkha support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za dzongkha u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text"
-msgid "Georgian"
-msgstr "Gruzijski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text"
-msgid "Installs Georgian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za gruzijski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text"
-msgid "Esperanto"
-msgstr "Esperanto"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text"
-msgid "Installs Esperanto support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za esperanto u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text"
-msgid "Gujarati"
-msgstr "Gujarati"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za gujarati u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "English (South Africa)"
-msgstr "Engleski (Južna Afrika)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "Installs English (South Africa) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za engleski (Južna Afrika) u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "English (United Kingdom)"
-msgstr "Engleski (Velika Britanija)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "Installs English (United Kingdom) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za engleski (Velika Britanija) u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Urdu"
-msgstr "Urdu"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za urdu u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Malayalam"
-msgstr "Malayalam"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Installs Malayalam support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za malayalam u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Telugu"
-msgstr "Telugu"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Installs Telugu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za telugu u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Tigrinya"
-msgstr "Tigrinya"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Installs Tigrinya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za tigrinya u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Uzbek"
-msgstr "Uzbečki"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Installs Uzbek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za uzbečki u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text"
-msgid "Mongolian"
-msgstr "Mongolski"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text"
-msgid "Installs Mongolian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za mongolski u %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text"
-msgid "Kazakh"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text
-#, fuzzy
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text"
-msgid "Installs Kazakh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instalira podršku za marathi u %PRODUCTNAME %PRODUCTVERSION"
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS.LngText.text
msgid "Extensions"
msgstr "Ekstenzije"
@@ -2297,16 +133,6 @@ msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_PDFIMPORT.Lng
msgid "PDF Import"
msgstr ""
-#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text
-msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text"
-msgid "Lightproof"
-msgstr "Lightproof"
-
-#: module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text
-msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text"
-msgid "Lightproof"
-msgstr "Lightproof"
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_NUMBERTEXT.LngText.text
msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_NUMBERTEXT.LngText.text"
msgid "Numbertext"
diff --git a/translations/source/bs/scp2/source/gnome.po b/translations/source/bs/scp2/source/gnome.po
index 2647576ad45..5b87532614b 100644
--- a/translations/source/bs/scp2/source/gnome.po
+++ b/translations/source/bs/scp2/source/gnome.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/scp2/source/graphicfilter.po b/translations/source/bs/scp2/source/graphicfilter.po
index dd27fbfd253..392edd886e1 100644
--- a/translations/source/bs/scp2/source/graphicfilter.po
+++ b/translations/source/bs/scp2/source/graphicfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/scp2/source/impress.po b/translations/source/bs/scp2/source/impress.po
index e1986193116..18abdfd7144 100644
--- a/translations/source/bs/scp2/source/impress.po
+++ b/translations/source/bs/scp2/source/impress.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/scp2/source/javafilter.po b/translations/source/bs/scp2/source/javafilter.po
index e7d1c9d82e8..39de59f811f 100644
--- a/translations/source/bs/scp2/source/javafilter.po
+++ b/translations/source/bs/scp2/source/javafilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/scp2/source/kde.po b/translations/source/bs/scp2/source/kde.po
index 22b036f28b1..f29bc7d3c32 100644
--- a/translations/source/bs/scp2/source/kde.po
+++ b/translations/source/bs/scp2/source/kde.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/scp2/source/math.po b/translations/source/bs/scp2/source/math.po
index e8a66b9b88b..5729fad5639 100644
--- a/translations/source/bs/scp2/source/math.po
+++ b/translations/source/bs/scp2/source/math.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/scp2/source/onlineupdate.po b/translations/source/bs/scp2/source/onlineupdate.po
index 17455347cb7..f9c3201286a 100644
--- a/translations/source/bs/scp2/source/onlineupdate.po
+++ b/translations/source/bs/scp2/source/onlineupdate.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/scp2/source/ooo.po b/translations/source/bs/scp2/source/ooo.po
index 2d5a4e6e6e9..7eba61761a1 100644
--- a/translations/source/bs/scp2/source/ooo.po
+++ b/translations/source/bs/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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-11-26 01:55+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2011-12-19 23:57+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: module_systemint.ulf#STR_NAME_MODULE_OPTIONAL_SYSTEMINTEGRATION.LngText.text
@@ -1187,6 +1187,15 @@ msgstr "Afrikaans"
msgid "Afrikaans spelling dictionary, and hyphenation rules"
msgstr "Hrvatska provjera pravopisa i uzorci za prelom riječi"
+#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AN.LngText.text
+msgid "Aragonese"
+msgstr ""
+
+#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_AN.LngText.text
+#, fuzzy
+msgid "Aragonese spelling dictionary"
+msgstr "Thai rječnik za provjeru pravopisa"
+
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AR.LngText.text
#, fuzzy
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AR.LngText.text"
@@ -1282,7 +1291,7 @@ msgid "English"
msgstr "Engleski"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_EN.LngText.text
-msgid "English (Australia, Canada, South Africa, UK, USA) spelling dictionaries, hyphenation rules, and thesaurus"
+msgid "English spelling dictionaries, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_EL.LngText.text
@@ -1380,7 +1389,7 @@ msgid "Hungarian"
msgstr "Mađarski"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_HU.LngText.text
-msgid "Hungarian spelling dictionary, hyphenation rules, and thesaurus"
+msgid "Hungarian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_HR.LngText.text
@@ -1514,6 +1523,16 @@ msgstr "Ruski"
msgid "Russian spelling dictionary, hyphenation rules, and thesaurus"
msgstr ""
+#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SI.LngText.text
+msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SI.LngText.text"
+msgid "Sinhala"
+msgstr ""
+
+#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_SI.LngText.text
+#, fuzzy
+msgid "Sinhala spelling dictionary"
+msgstr "Thai rječnik za provjeru pravopisa"
+
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SK.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SK.LngText.text"
msgid "Slovak"
@@ -1594,8 +1613,9 @@ msgid "Vietnamese"
msgstr "Vijetnamski"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_VI.LngText.text
+#, fuzzy
msgid "Vietnamese spelling dictionary"
-msgstr ""
+msgstr "Thai rječnik za provjeru pravopisa"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_ZU.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_ZU.LngText.text"
@@ -2625,7 +2645,7 @@ msgstr ""
#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_LB.LngText.text
msgid "Luxembourgish"
-msgstr ""
+msgstr "Luksemburški"
#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_LB.LngText.text
msgid "Installs the Luxembourgish user interface"
diff --git a/translations/source/bs/scp2/source/python.po b/translations/source/bs/scp2/source/python.po
index b95b9d6d461..685262d984b 100644
--- a/translations/source/bs/scp2/source/python.po
+++ b/translations/source/bs/scp2/source/python.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/scp2/source/quickstart.po b/translations/source/bs/scp2/source/quickstart.po
index 927b7e51821..b2865cfa24c 100644
--- a/translations/source/bs/scp2/source/quickstart.po
+++ b/translations/source/bs/scp2/source/quickstart.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/scp2/source/sdkoo.po b/translations/source/bs/scp2/source/sdkoo.po
index eddc8f90f6b..cb77ee9fdbd 100644
--- a/translations/source/bs/scp2/source/sdkoo.po
+++ b/translations/source/bs/scp2/source/sdkoo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/scp2/source/smoketest.po b/translations/source/bs/scp2/source/smoketest.po
new file mode 100644
index 00000000000..306ca24a74b
--- /dev/null
+++ b/translations/source/bs/scp2/source/smoketest.po
@@ -0,0 +1,23 @@
+#. extracted from scp2/source/smoketest.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+scp2%2Fsource%2Fsmoketest.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: module_smoketest.ulf#STR_NAME_MODULE_OPTIONAL_SMOKETEST.LngText.text
+msgid "%PRODUCTNAME %PRODUCTVERSION Smoketest"
+msgstr ""
+
+#: module_smoketest.ulf#STR_DESC_MODULE_OPTIONAL_SMOKETEST.LngText.text
+msgid "The smoketest of %PRODUCTNAME %PRODUCTVERSION"
+msgstr ""
diff --git a/translations/source/bs/scp2/source/winexplorerext.po b/translations/source/bs/scp2/source/winexplorerext.po
index 8b4ad17cb4c..9ff04f5ba95 100644
--- a/translations/source/bs/scp2/source/winexplorerext.po
+++ b/translations/source/bs/scp2/source/winexplorerext.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/scp2/source/writer.po b/translations/source/bs/scp2/source/writer.po
index 3d5887d8c25..1026fa1b3a8 100644
--- a/translations/source/bs/scp2/source/writer.po
+++ b/translations/source/bs/scp2/source/writer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/scp2/source/xsltfilter.po b/translations/source/bs/scp2/source/xsltfilter.po
index a4fdc082d7a..8ed43922219 100644
--- a/translations/source/bs/scp2/source/xsltfilter.po
+++ b/translations/source/bs/scp2/source/xsltfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/scripting/source/pyprov.po b/translations/source/bs/scripting/source/pyprov.po
index a18ea1d149c..973e56fa6f9 100644
--- a/translations/source/bs/scripting/source/pyprov.po
+++ b/translations/source/bs/scripting/source/pyprov.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sd/source/core.po b/translations/source/bs/sd/source/core.po
index 428a55eb82f..f0a98f9dcf6 100644
--- a/translations/source/bs/sd/source/core.po
+++ b/translations/source/bs/sd/source/core.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-05 19:06+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:30+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -26,6 +26,8 @@ msgid "Background objects"
msgstr "Pozadinski predmeti"
#: glob.src#STR_LAYER_LAYOUT.string.text
+#, fuzzy
+msgctxt "glob.src#STR_LAYER_LAYOUT.string.text"
msgid "Layout"
msgstr "Raspored"
@@ -317,6 +319,37 @@ msgstr "Reprodukcija medija"
msgid "Table"
msgstr "Tabela"
+#: glob.src#STR_SLIDESORTERVIEWSHELL.string.text
+msgid "Slide Sorter"
+msgstr ""
+
+#: glob.src#STR_TOOL_PANEL_SHELL.string.text
+msgid "Tool Panel"
+msgstr ""
+
+#: glob.src#STR_LEFT_IMPRESS_PANE_SHELL.string.text
+#, fuzzy
+msgid "Slides"
+msgstr "Slajd"
+
+#: glob.src#STR_LEFT_DRAW_PANE_SHELL.string.text
+#, fuzzy
+msgid "Pages"
+msgstr "Stranica"
+
+#: glob.src#STR_TASKPANEVIEWSHELL.string.text
+msgid "Tasks"
+msgstr "Zadaci"
+
+#: glob.src#STR_MASTERPAGESSELECTOR.string.text
+msgid "Master Pages"
+msgstr ""
+
+#: glob.src#STR_TASKPANELAYOUTMENU.string.text
+msgctxt "glob.src#STR_TASKPANELAYOUTMENU.string.text"
+msgid "Layout"
+msgstr "Raspored"
+
#: glob.src#STR_POWERPOINT_IMPORT.string.text
msgid "PowerPoint Import"
msgstr "Uvoz iz PowerPoint-a"
diff --git a/translations/source/bs/sd/source/filter/html.po b/translations/source/bs/sd/source/filter/html.po
index c38b53f3bec..3ab7512629f 100644
--- a/translations/source/bs/sd/source/filter/html.po
+++ b/translations/source/bs/sd/source/filter/html.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sd/source/ui/accessibility.po b/translations/source/bs/sd/source/ui/accessibility.po
index 6af5dc4a912..69a188d9388 100644
--- a/translations/source/bs/sd/source/ui/accessibility.po
+++ b/translations/source/bs/sd/source/ui/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sd/source/ui/animations.po b/translations/source/bs/sd/source/ui/animations.po
index 548bffa1998..a4329db1a74 100644
--- a/translations/source/bs/sd/source/ui/animations.po
+++ b/translations/source/bs/sd/source/ui/animations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sd/source/ui/annotations.po b/translations/source/bs/sd/source/ui/annotations.po
index 07eaa45ebd1..83f493fde1b 100644
--- a/translations/source/bs/sd/source/ui/annotations.po
+++ b/translations/source/bs/sd/source/ui/annotations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sd/source/ui/app.po b/translations/source/bs/sd/source/ui/app.po
index 490486dc1e2..f49aa929e95 100644
--- a/translations/source/bs/sd/source/ui/app.po
+++ b/translations/source/bs/sd/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-07 12:15+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -1934,7 +1934,7 @@ msgstr "Fiksno us~pravno dolje"
#: menuids_tmpl.src#MN_GRID_VISIBLE.SID_GRID_VISIBLE.menuitem.text
msgid "~Display Grid"
-msgstr ""
+msgstr "~Prikaži mrežu"
#: menuids_tmpl.src#MN_GRID_USE.SID_GRID_USE.menuitem.text
msgid "Snap to Grid"
diff --git a/translations/source/bs/sd/source/ui/dlg.po b/translations/source/bs/sd/source/ui/dlg.po
index 106c3a14c3b..32b4bb84251 100644
--- a/translations/source/bs/sd/source/ui/dlg.po
+++ b/translations/source/bs/sd/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:08+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sd/source/ui/notes.po b/translations/source/bs/sd/source/ui/notes.po
index b68719c2e94..778c611a7b7 100644
--- a/translations/source/bs/sd/source/ui/notes.po
+++ b/translations/source/bs/sd/source/ui/notes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sd/source/ui/slideshow.po b/translations/source/bs/sd/source/ui/slideshow.po
index 54d4b4c8bb7..195e8d30df5 100644
--- a/translations/source/bs/sd/source/ui/slideshow.po
+++ b/translations/source/bs/sd/source/ui/slideshow.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-11 23:08+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:31+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -36,7 +36,8 @@ msgid "~Go to Slide"
msgstr "~Idi na slajd"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_PEN_MODE.menuitem.text
-msgid "Mouse pointer as ~pen"
+#, fuzzy
+msgid "Mouse pointer as ~Pen"
msgstr "Pokazivač kao ~olovka"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_WIDTH_PEN.CM_WIDTH_PEN_VERY_THIN.menuitem.text
@@ -70,11 +71,11 @@ msgstr "Š~irina olovke"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_COLOR_PEN.menuitem.text
#, fuzzy
-msgid "~Change Pen Color..."
+msgid "~Change pen Color..."
msgstr "~Promijeni boju olovke"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_ERASE_ALLINK.menuitem.text
-msgid "~Erase All Ink On Slide"
+msgid "~Erase all ink on Slide"
msgstr ""
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_SCREEN.CM_SCREEN_BLACK.menuitem.text
diff --git a/translations/source/bs/sd/source/ui/slidesorter/view.po b/translations/source/bs/sd/source/ui/slidesorter/view.po
index 05c95bf97bc..568c2ef7de1 100644
--- a/translations/source/bs/sd/source/ui/slidesorter/view.po
+++ b/translations/source/bs/sd/source/ui/slidesorter/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:08+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sd/source/ui/table.po b/translations/source/bs/sd/source/ui/table.po
index 851ee218400..5d3582a4d29 100644
--- a/translations/source/bs/sd/source/ui/table.po
+++ b/translations/source/bs/sd/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sd/source/ui/view.po b/translations/source/bs/sd/source/ui/view.po
index f2460c1ff29..88ead207952 100644
--- a/translations/source/bs/sd/source/ui/view.po
+++ b/translations/source/bs/sd/source/ui/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-12 00:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sdext/source/minimizer.po b/translations/source/bs/sdext/source/minimizer.po
index 3285d3ee9c9..429c2bc76ce 100644
--- a/translations/source/bs/sdext/source/minimizer.po
+++ b/translations/source/bs/sdext/source/minimizer.po
@@ -3,20 +3,20 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Presentation Minimizer"
-msgstr ""
+msgstr "Sun minimizator prezentacija"
#: description.xml#extdesc.extdesc.description.text
msgid ""
diff --git a/translations/source/bs/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/translations/source/bs/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index 82cef74a54f..14f65572296 100644
--- a/translations/source/bs/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/translations/source/bs/sdext/source/minimizer/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/translations/source/bs/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index 7e78feb3702..547e7f03072 100644
--- a/translations/source/bs/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/bs/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sdext/source/pdfimport.po b/translations/source/bs/sdext/source/pdfimport.po
index 03c4e089fba..c833e5df556 100644
--- a/translations/source/bs/sdext/source/pdfimport.po
+++ b/translations/source/bs/sdext/source/pdfimport.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:43+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: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sdext/source/presenter.po b/translations/source/bs/sdext/source/presenter.po
index 9be088fb896..5d90113953f 100644
--- a/translations/source/bs/sdext/source/presenter.po
+++ b/translations/source/bs/sdext/source/presenter.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/translations/source/bs/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index d0e06b923b2..f47d9ce09b7 100644
--- a/translations/source/bs/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/translations/source/bs/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/translations/source/bs/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index be271d3b2d7..472558bc80f 100644
--- a/translations/source/bs/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/bs/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-05 19:06+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:31+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -33,7 +33,11 @@ msgid "Slides"
msgstr "Slajdovi"
#: PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.l.Normal.Text.value.text
-msgctxt "PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.l.Normal.Text.value.text"
+msgid "Exchange"
+msgstr ""
+
+#: PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.n.Normal.Text.value.text
+msgctxt "PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.n.Normal.Text.value.text"
msgid "Help"
msgstr "Pomoć"
diff --git a/translations/source/bs/setup_native/source/mac.po b/translations/source/bs/setup_native/source/mac.po
index 723c71142a4..6a6804c481d 100644
--- a/translations/source/bs/setup_native/source/mac.po
+++ b/translations/source/bs/setup_native/source/mac.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sfx2/source/appl.po b/translations/source/bs/sfx2/source/appl.po
index 3a1f41101fb..5bec265e686 100644
--- a/translations/source/bs/sfx2/source/appl.po
+++ b/translations/source/bs/sfx2/source/appl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:08+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sfx2/source/bastyp.po b/translations/source/bs/sfx2/source/bastyp.po
index 98e3c6f6487..24a8a3a39f9 100644
--- a/translations/source/bs/sfx2/source/bastyp.po
+++ b/translations/source/bs/sfx2/source/bastyp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sfx2/source/dialog.po b/translations/source/bs/sfx2/source/dialog.po
index 4d7b252bb02..b364f7f94e0 100644
--- a/translations/source/bs/sfx2/source/dialog.po
+++ b/translations/source/bs/sfx2/source/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -54,7 +54,7 @@ msgstr "~Komentari"
#: dinfdlg.src#TP_DOCINFODOC.BTN_CHANGE_PASS.pushbutton.text
msgid "Change ~Password..."
-msgstr ""
+msgstr "Promijeni ~šifru..."
#: dinfdlg.src#TP_DOCINFODOC.FT_FILE_TYP.fixedtext.text
msgid "Type:"
@@ -691,6 +691,10 @@ msgstr "~Dodatne informacije..."
msgid "~Ask when not saving in ODF format"
msgstr "Ne prikazuj više ovo upozorenje"
+#: alienwarn.src#RID_DLG_ALIEN_WARNING.modaldialog.text
+msgid "Confirm File Format"
+msgstr ""
+
#: taskpane.src#STR_SFX_DOCK.string.text
msgid "Dock"
msgstr "Spajanje"
diff --git a/translations/source/bs/sfx2/source/doc.po b/translations/source/bs/sfx2/source/doc.po
index 5aa1e02e486..988501fabaf 100644
--- a/translations/source/bs/sfx2/source/doc.po
+++ b/translations/source/bs/sfx2/source/doc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -223,7 +223,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME7.string.text
msgid "Brown"
-msgstr ""
+msgstr "Smeda"
#: templatelocnames.src#STR_TEMPLATE_NAME8.string.text
msgid "Characters with Glow"
@@ -231,7 +231,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME9.string.text
msgid "Forest"
-msgstr ""
+msgstr "Šuma"
#: templatelocnames.src#STR_TEMPLATE_NAME10.string.text
msgid "Fresco"
@@ -247,7 +247,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME13.string.text
msgid "Keyboard"
-msgstr ""
+msgstr "Tastatura"
#: templatelocnames.src#STR_TEMPLATE_NAME14.string.text
msgid "Light Blue Shapes"
@@ -275,7 +275,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME20.string.text
msgid "Rounded Rectangles"
-msgstr ""
+msgstr "Zaobljeni pravougaonici"
#: templatelocnames.src#STR_TEMPLATE_NAME21.string.text
msgid "Blue and Red Gradient"
@@ -291,7 +291,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME24.string.text
msgid "Water"
-msgstr ""
+msgstr "Voda"
#: templatelocnames.src#STR_TEMPLATE_NAME25.string.text
msgid "Wine"
@@ -721,8 +721,8 @@ msgstr ""
"Želite li snimiti dokument?"
#: doc.src#STR_QRYTEMPL_MESSAGE.string.text
-msgid "The template '$(ARG1)' on which this document is based, has been modified. Do you want to update style based formattings according to the modified template?"
-msgstr "Šablon '$(ARG1)' nad kojim je ovaj dokument baziran, je izmijenjen. Želite li ažurirati formatiranja po stilu u skladu s izmijenjenim šablonom?"
+msgid "The template '$(ARG1)' on which this document is based, has been modified. Do you want to update style based formatting according to the modified template?"
+msgstr ""
#: doc.src#STR_QRYTEMPL_UPDATE_BTN.string.text
msgid "~Update Styles"
diff --git a/translations/source/bs/sfx2/source/menu.po b/translations/source/bs/sfx2/source/menu.po
index 74bcdb5af7d..ca334936557 100644
--- a/translations/source/bs/sfx2/source/menu.po
+++ b/translations/source/bs/sfx2/source/menu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sfx2/source/view.po b/translations/source/bs/sfx2/source/view.po
index b6b28dc2aec..5abc09ae4b5 100644
--- a/translations/source/bs/sfx2/source/view.po
+++ b/translations/source/bs/sfx2/source/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/shell/source/win32/shlxthandler/res.po b/translations/source/bs/shell/source/win32/shlxthandler/res.po
index 163e102eaf4..bfc7512b386 100644
--- a/translations/source/bs/shell/source/win32/shlxthandler/res.po
+++ b/translations/source/bs/shell/source/win32/shlxthandler/res.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/starmath/source.po b/translations/source/bs/starmath/source.po
index 625066b5fba..2eb29c5980b 100644
--- a/translations/source/bs/starmath/source.po
+++ b/translations/source/bs/starmath/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:08+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/svl/source/items.po b/translations/source/bs/svl/source/items.po
index a7a5d015698..8157710b4f1 100644
--- a/translations/source/bs/svl/source/items.po
+++ b/translations/source/bs/svl/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/svl/source/misc.po b/translations/source/bs/svl/source/misc.po
index 0dbe1a1748c..a3fac9a2982 100644
--- a/translations/source/bs/svl/source/misc.po
+++ b/translations/source/bs/svl/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:08+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/svtools/source/contnr.po b/translations/source/bs/svtools/source/contnr.po
index 820497eb092..96c543ec3e8 100644
--- a/translations/source/bs/svtools/source/contnr.po
+++ b/translations/source/bs/svtools/source/contnr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/svtools/source/control.po b/translations/source/bs/svtools/source/control.po
index 3abf418ba66..54f47a6e08f 100644
--- a/translations/source/bs/svtools/source/control.po
+++ b/translations/source/bs/svtools/source/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:08+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/svtools/source/dialogs.po b/translations/source/bs/svtools/source/dialogs.po
index 7bf1ed6b776..053905a70f2 100644
--- a/translations/source/bs/svtools/source/dialogs.po
+++ b/translations/source/bs/svtools/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-07 12:15+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/svtools/source/filter.po b/translations/source/bs/svtools/source/filter.po
index b01eff50052..6c35b59f27a 100644
--- a/translations/source/bs/svtools/source/filter.po
+++ b/translations/source/bs/svtools/source/filter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:08+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/svtools/source/java.po b/translations/source/bs/svtools/source/java.po
index bbfcdc50632..9efe75aeedd 100644
--- a/translations/source/bs/svtools/source/java.po
+++ b/translations/source/bs/svtools/source/java.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:08+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/svtools/source/misc.po b/translations/source/bs/svtools/source/misc.po
index 4434b24bd18..263db799326 100644
--- a/translations/source/bs/svtools/source/misc.po
+++ b/translations/source/bs/svtools/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-12 00:06+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2011-12-19 23:57+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -179,6 +179,10 @@ msgstr "Bjeloruski"
msgid "Catalan"
msgstr "Katalonski"
+#: langtab.src#STR_ARR_SVT_LANGUAGE_TABLE.LANGUAGE_USER_CATALAN_VALENCIAN.pairedlist.text
+msgid "Catalan (Valencian)"
+msgstr ""
+
#: langtab.src#STR_ARR_SVT_LANGUAGE_TABLE.LANGUAGE_CHINESE_TRADITIONAL.pairedlist.text
msgid "Chinese (traditional)"
msgstr "Kineski (tradicionalni)"
@@ -1389,20 +1393,24 @@ msgid "Database"
msgstr "Baza podataka"
#: imagemgr.src#STR_DESCRIPTION_CALC_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet Template"
-msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION šablon tabličnog proračuna"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet Template"
+msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION tablični proračun"
#: imagemgr.src#STR_DESCRIPTION_DRAW_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Drawing Template"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Drawing Template"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION šablon crteža"
#: imagemgr.src#STR_DESCRIPTION_IMPRESS_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Presentation Template"
-msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION šablon prezentacije"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Presentation Template"
+msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION prezentacija"
#: imagemgr.src#STR_DESCRIPTION_WRITER_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Text Document Template"
-msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION šablon tekst dokumenta"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Text Document Template"
+msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION tekst dokument"
#: imagemgr.src#STR_DESCRIPTION_LOCALE_VOLUME.string.text
msgid "Local drive"
@@ -1433,31 +1441,38 @@ msgid "MS PowerPoint Show"
msgstr "MS PowerPoint prezentacija"
#: imagemgr.src#STR_DESCRIPTION_SXMATH_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Formula"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Formula"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION formula"
#: imagemgr.src#STR_DESCRIPTION_SXCHART_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Chart"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Chart"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION grafikon"
#: imagemgr.src#STR_DESCRIPTION_SXDRAW_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Drawing"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Drawing"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION crtež"
#: imagemgr.src#STR_DESCRIPTION_SXCALC_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION tablični proračun"
#: imagemgr.src#STR_DESCRIPTION_SXIMPRESS_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Presentation"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Presentation"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION prezentacija"
#: imagemgr.src#STR_DESCRIPTION_SXWRITER_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Text Document"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Text Document"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION tekst dokument"
#: imagemgr.src#STR_DESCRIPTION_SXGLOBAL_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Master Document"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Master Document"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION glavni dokument"
#: imagemgr.src#STR_DESCRIPTION_MATHML_DOC.string.text
diff --git a/translations/source/bs/svtools/source/plugapp.po b/translations/source/bs/svtools/source/plugapp.po
index 5219e357cfe..6e7a1a44096 100644
--- a/translations/source/bs/svtools/source/plugapp.po
+++ b/translations/source/bs/svtools/source/plugapp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/svtools/source/toolpanel.po b/translations/source/bs/svtools/source/toolpanel.po
index 9ef1386e685..00e3ae6db82 100644
--- a/translations/source/bs/svtools/source/toolpanel.po
+++ b/translations/source/bs/svtools/source/toolpanel.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/svtools/workben/unodialog.po b/translations/source/bs/svtools/workben/unodialog.po
index 39f72fc8b63..05f78eb747a 100644
--- a/translations/source/bs/svtools/workben/unodialog.po
+++ b/translations/source/bs/svtools/workben/unodialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/svx/inc.po b/translations/source/bs/svx/inc.po
index 77d869483ae..5c7409018f0 100644
--- a/translations/source/bs/svx/inc.po
+++ b/translations/source/bs/svx/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -653,7 +653,7 @@ msgstr "~Katakana"
#: globlmn_tmpl.hrc#ITEM_TRANSLITERATE_MENU.SID_MN_SUB_TRANSLITERATE.menuitem.text
msgid "~Change Case"
-msgstr ""
+msgstr "Pro~mijeni slova"
#: globlmn_tmpl.hrc#ITEM_OPEN_HYPERLINK.#define.text
msgid "~Open Hyperlink"
diff --git a/translations/source/bs/svx/source/accessibility.po b/translations/source/bs/svx/source/accessibility.po
index 2160c7f6366..9056b0a5831 100644
--- a/translations/source/bs/svx/source/accessibility.po
+++ b/translations/source/bs/svx/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/svx/source/dialog.po b/translations/source/bs/svx/source/dialog.po
index 7e8de493cff..fe3f1f21be3 100644
--- a/translations/source/bs/svx/source/dialog.po
+++ b/translations/source/bs/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 01:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: docrecovery.src#RID_SVXPAGE_DOCRECOVERY_SAVE.FT_SAVE_TITLE.fixedtext.text
@@ -2556,7 +2556,7 @@ msgstr ""
#: sdstring.src#RID_SVXSTR_LEND15.string.text
msgid "Diamond"
-msgstr ""
+msgstr "Dijamant"
#: sdstring.src#RID_SVXSTR_LEND16.string.text
msgid "Circle unfilled"
diff --git a/translations/source/bs/svx/source/engine3d.po b/translations/source/bs/svx/source/engine3d.po
index 82bab99e853..0ce38383449 100644
--- a/translations/source/bs/svx/source/engine3d.po
+++ b/translations/source/bs/svx/source/engine3d.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:08+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/svx/source/fmcomp.po b/translations/source/bs/svx/source/fmcomp.po
index d271b252280..e606cf230cd 100644
--- a/translations/source/bs/svx/source/fmcomp.po
+++ b/translations/source/bs/svx/source/fmcomp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/svx/source/form.po b/translations/source/bs/svx/source/form.po
index ad28c7766ec..0aa9aa5b538 100644
--- a/translations/source/bs/svx/source/form.po
+++ b/translations/source/bs/svx/source/form.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/svx/source/gallery2.po b/translations/source/bs/svx/source/gallery2.po
index 29cec4bd3d0..2f5c22747c0 100644
--- a/translations/source/bs/svx/source/gallery2.po
+++ b/translations/source/bs/svx/source/gallery2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/svx/source/items.po b/translations/source/bs/svx/source/items.po
index d47a004c513..87639c74b75 100644
--- a/translations/source/bs/svx/source/items.po
+++ b/translations/source/bs/svx/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/svx/source/src.po b/translations/source/bs/svx/source/src.po
index 03766f25c0c..a23adc99d24 100644
--- a/translations/source/bs/svx/source/src.po
+++ b/translations/source/bs/svx/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-11 23:08+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/svx/source/stbctrls.po b/translations/source/bs/svx/source/stbctrls.po
index 452811d8c77..2ccc4d17763 100644
--- a/translations/source/bs/svx/source/stbctrls.po
+++ b/translations/source/bs/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: 2012-01-15 22:23+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bs/svx/source/svdraw.po b/translations/source/bs/svx/source/svdraw.po
index c87620a59a9..c0332ed7c56 100644
--- a/translations/source/bs/svx/source/svdraw.po
+++ b/translations/source/bs/svx/source/svdraw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:08+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/svx/source/table.po b/translations/source/bs/svx/source/table.po
index bdad8ce62a9..87443ee70ec 100644
--- a/translations/source/bs/svx/source/table.po
+++ b/translations/source/bs/svx/source/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/svx/source/tbxctrls.po b/translations/source/bs/svx/source/tbxctrls.po
index 640a2ae8e64..9df074b99ac 100644
--- a/translations/source/bs/svx/source/tbxctrls.po
+++ b/translations/source/bs/svx/source/tbxctrls.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/svx/source/toolbars.po b/translations/source/bs/svx/source/toolbars.po
index 60f7cbfbb5a..c4f3c8b5e69 100644
--- a/translations/source/bs/svx/source/toolbars.po
+++ b/translations/source/bs/svx/source/toolbars.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/svx/source/unodialogs/textconversiondlgs.po b/translations/source/bs/svx/source/unodialogs/textconversiondlgs.po
index bb982627d15..8ee2f7e7633 100644
--- a/translations/source/bs/svx/source/unodialogs/textconversiondlgs.po
+++ b/translations/source/bs/svx/source/unodialogs/textconversiondlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:08+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sw/source/core/layout.po b/translations/source/bs/sw/source/core/layout.po
index e3e088695ec..af5aad63ad7 100644
--- a/translations/source/bs/sw/source/core/layout.po
+++ b/translations/source/bs/sw/source/core/layout.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sw/source/core/undo.po b/translations/source/bs/sw/source/core/undo.po
index f8f67f79948..bef5181c3ba 100644
--- a/translations/source/bs/sw/source/core/undo.po
+++ b/translations/source/bs/sw/source/core/undo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -263,7 +263,7 @@ msgstr "Spoji tablicu"
#: undo.src#STR_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "Pro~mijeni slova"
#: undo.src#STR_DELNUM.string.text
msgid "Delete numbering"
diff --git a/translations/source/bs/sw/source/core/unocore.po b/translations/source/bs/sw/source/core/unocore.po
index a1cf8660b40..12e68d17c08 100644
--- a/translations/source/bs/sw/source/core/unocore.po
+++ b/translations/source/bs/sw/source/core/unocore.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sw/source/ui/app.po b/translations/source/bs/sw/source/ui/app.po
index 8a82e0ee71e..e395220745a 100644
--- a/translations/source/bs/sw/source/ui/app.po
+++ b/translations/source/bs/sw/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -425,7 +425,7 @@ msgstr "~Omotavanje"
#: mn.src#MN_AT_FRAME.FN_TOOL_ANCHOR_FRAME.menuitem.text
msgid "To ~Frame"
-msgstr ""
+msgstr "U ~okvir"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_PAGE.menuitem.text
msgid "To P~age"
@@ -433,15 +433,15 @@ msgstr ""
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_PARAGRAPH.menuitem.text
msgid "To ~Paragraph"
-msgstr ""
+msgstr "Na ~odlomak"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_AT_CHAR.menuitem.text
msgid "To ~Character"
-msgstr ""
+msgstr "Na ~znak"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_CHAR.menuitem.text
msgid "As C~haracter"
-msgstr ""
+msgstr "Kao ~znak"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.menuitem.text
msgid "An~chor"
@@ -565,18 +565,10 @@ msgstr "Zatvori pregled"
msgid "Media object"
msgstr "Multimedijalni objekat"
-#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_EDIT.menuitem.text
-msgid "Format $1..."
-msgstr ""
-
#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_BORDERBACK.menuitem.text
msgid "Border and Background..."
msgstr ""
-#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_DELETE.menuitem.text
-msgid "Delete $1..."
-msgstr ""
-
#: mn.src#MN_PAGEBREAK_BUTTON.FN_PAGEBREAK_EDIT.menuitem.text
msgid "Edit Page Break..."
msgstr ""
diff --git a/translations/source/bs/sw/source/ui/chrdlg.po b/translations/source/bs/sw/source/ui/chrdlg.po
index 3fccd42554c..d0e5b26d07d 100644
--- a/translations/source/bs/sw/source/ui/chrdlg.po
+++ b/translations/source/bs/sw/source/ui/chrdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sw/source/ui/config.po b/translations/source/bs/sw/source/ui/config.po
index 1ccdfc2b5c6..7db491220a8 100644
--- a/translations/source/bs/sw/source/ui/config.po
+++ b/translations/source/bs/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: 2012-01-30 11:10+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:08+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/bs/sw/source/ui/dbui.po b/translations/source/bs/sw/source/ui/dbui.po
index 2ddb82d7a01..c30d5ec3c95 100644
--- a/translations/source/bs/sw/source/ui/dbui.po
+++ b/translations/source/bs/sw/source/ui/dbui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sw/source/ui/dialog.po b/translations/source/bs/sw/source/ui/dialog.po
index 3886e66e8b7..7c4b21d074e 100644
--- a/translations/source/bs/sw/source/ui/dialog.po
+++ b/translations/source/bs/sw/source/ui/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-11 23:08+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -94,6 +94,10 @@ msgctxt "wordcountdialog.src#DLG_WORDCOUNT.FT_DOCCHARACTEREXCLUDINGSPACES.fixedt
msgid "Characters excluding spaces:"
msgstr "Znakova ne računajući razmake:"
+#: wordcountdialog.src#DLG_WORDCOUNT.PB_OK.okbutton.text
+msgid "~Close"
+msgstr "~Zatvori"
+
#: wordcountdialog.src#DLG_WORDCOUNT.modelessdialog.text
msgid "Word Count"
msgstr ""
@@ -420,8 +424,8 @@ msgid "Included outline levels"
msgstr "Uključeni nivoi isticanja"
#: abstract.src#DLG_INSERT_ABSTRACT.FT_PARA.fixedtext.text
-msgid "Subpoints per level"
-msgstr "Podtačke po nivou"
+msgid "Paragraphs per level"
+msgstr ""
#: abstract.src#DLG_INSERT_ABSTRACT.FT_DESC.fixedtext.text
msgid "The abstract contains the selected number of paragraphs from the included outline levels."
diff --git a/translations/source/bs/sw/source/ui/dochdl.po b/translations/source/bs/sw/source/ui/dochdl.po
index 4bdfe48fd46..6ab924180cb 100644
--- a/translations/source/bs/sw/source/ui/dochdl.po
+++ b/translations/source/bs/sw/source/ui/dochdl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sw/source/ui/docvw.po b/translations/source/bs/sw/source/ui/docvw.po
index 3ff7e734a42..ef1cf8d5f4f 100644
--- a/translations/source/bs/sw/source/ui/docvw.po
+++ b/translations/source/bs/sw/source/ui/docvw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:08+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -215,12 +215,20 @@ msgstr ""
msgid "Footer (%1)"
msgstr ""
-#: docvw.src#STR_HEADER.string.text
-msgid "Header"
+#: docvw.src#STR_DELETE_HEADER.string.text
+msgid "Delete Header..."
+msgstr ""
+
+#: docvw.src#STR_FORMAT_HEADER.string.text
+msgid "Format Header..."
+msgstr ""
+
+#: docvw.src#STR_DELETE_FOOTER.string.text
+msgid "Delete Footer..."
msgstr ""
-#: docvw.src#STR_FOOTER.string.text
-msgid "Footer"
+#: docvw.src#STR_FORMAT_FOOTER.string.text
+msgid "Format Footer..."
msgstr ""
#: access.src#STR_ACCESS_DOC_NAME.string.text
diff --git a/translations/source/bs/sw/source/ui/envelp.po b/translations/source/bs/sw/source/ui/envelp.po
index 89680d0d9a6..62f6c7b9b26 100644
--- a/translations/source/bs/sw/source/ui/envelp.po
+++ b/translations/source/bs/sw/source/ui/envelp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sw/source/ui/fldui.po b/translations/source/bs/sw/source/ui/fldui.po
index 999d9f8fd78..d43f201901b 100644
--- a/translations/source/bs/sw/source/ui/fldui.po
+++ b/translations/source/bs/sw/source/ui/fldui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sw/source/ui/fmtui.po b/translations/source/bs/sw/source/ui/fmtui.po
index f7c97f74662..5bc0a0944ba 100644
--- a/translations/source/bs/sw/source/ui/fmtui.po
+++ b/translations/source/bs/sw/source/ui/fmtui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sw/source/ui/frmdlg.po b/translations/source/bs/sw/source/ui/frmdlg.po
index 4489ddd8c46..466fbe62c2a 100644
--- a/translations/source/bs/sw/source/ui/frmdlg.po
+++ b/translations/source/bs/sw/source/ui/frmdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:08+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sw/source/ui/globdoc.po b/translations/source/bs/sw/source/ui/globdoc.po
index 34bb4f9bfc0..b32d4943500 100644
--- a/translations/source/bs/sw/source/ui/globdoc.po
+++ b/translations/source/bs/sw/source/ui/globdoc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sw/source/ui/index.po b/translations/source/bs/sw/source/ui/index.po
index 7e0f2112897..aff6908fbfd 100644
--- a/translations/source/bs/sw/source/ui/index.po
+++ b/translations/source/bs/sw/source/ui/index.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-11 23:08+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-01-05 12:25+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -772,7 +772,8 @@ msgid "~Main entry"
msgstr "~Glavni unos"
#: idxmrk.src#IDX_DIALOG_WINDOW.WIN_DLG.CB_APPLY_TO_ALL.checkbox.text
-msgid "~Apply to all similar texts."
+#, fuzzy
+msgid "~Apply to all similar texts"
msgstr "~Primijeni na sve slične tekstove."
#: idxmrk.src#IDX_DIALOG_WINDOW.WIN_DLG.CB_CASESENSITIVE.checkbox.text
diff --git a/translations/source/bs/sw/source/ui/lingu.po b/translations/source/bs/sw/source/ui/lingu.po
index f1704e288b4..8cb1c948da4 100644
--- a/translations/source/bs/sw/source/ui/lingu.po
+++ b/translations/source/bs/sw/source/ui/lingu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sw/source/ui/misc.po b/translations/source/bs/sw/source/ui/misc.po
index fc54b0a8df8..37f62025a06 100644
--- a/translations/source/bs/sw/source/ui/misc.po
+++ b/translations/source/bs/sw/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:08+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sw/source/ui/ribbar.po b/translations/source/bs/sw/source/ui/ribbar.po
index 7e69599f0f0..1cb28bc5fd3 100644
--- a/translations/source/bs/sw/source/ui/ribbar.po
+++ b/translations/source/bs/sw/source/ui/ribbar.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -421,20 +421,20 @@ msgstr "Primijeni"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_PAGE.menuitem.text
msgid "To Page"
-msgstr ""
+msgstr "Na stranicu"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_PARAGRAPH.menuitem.text
msgid "To Paragraph"
-msgstr ""
+msgstr "Do odlomka"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_AT_CHAR.menuitem.text
msgid "To Character"
-msgstr ""
+msgstr "Na znak"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_CHAR.menuitem.text
msgid "As Character"
-msgstr ""
+msgstr "Kao znak"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_FRAME.menuitem.text
msgid "To Frame"
-msgstr ""
+msgstr "Na okvir"
diff --git a/translations/source/bs/sw/source/ui/shells.po b/translations/source/bs/sw/source/ui/shells.po
index 838c66859b3..a53a76813c3 100644
--- a/translations/source/bs/sw/source/ui/shells.po
+++ b/translations/source/bs/sw/source/ui/shells.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -200,6 +200,14 @@ msgstr "Bezierova kriva"
msgid "Draw text"
msgstr "Crtani tekst"
+#: shells.src#STR_SHELLNAME_MEDIA.string.text
+msgid "Media"
+msgstr "Medij"
+
+#: shells.src#STR_SHELLNAME_NAVIGATION.string.text
+msgid "Navigation"
+msgstr "Navigacija"
+
#: shells.src#STR_SWBG_PARAGRAPH.string.text
msgid "Paragraph"
msgstr "Odlomak"
diff --git a/translations/source/bs/sw/source/ui/smartmenu.po b/translations/source/bs/sw/source/ui/smartmenu.po
index 27ce2b85631..077b11aad5e 100644
--- a/translations/source/bs/sw/source/ui/smartmenu.po
+++ b/translations/source/bs/sw/source/ui/smartmenu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sw/source/ui/table.po b/translations/source/bs/sw/source/ui/table.po
index c92e710ae4a..e255e8b49cd 100644
--- a/translations/source/bs/sw/source/ui/table.po
+++ b/translations/source/bs/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-26 01:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: colwd.src#DLG_COL_WIDTH.FT_WIDTH.fixedtext.text
@@ -459,11 +459,11 @@ msgid "Text ~orientation"
msgstr ""
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.1.stringlist.text
-msgid "horizontal"
-msgstr ""
+msgid "Horizontal"
+msgstr "Vodoravno"
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.2.stringlist.text
-msgid "vertical"
+msgid "Vertical"
msgstr ""
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.3.stringlist.text
diff --git a/translations/source/bs/sw/source/ui/uiview.po b/translations/source/bs/sw/source/ui/uiview.po
index 1d9299788c3..34aab047252 100644
--- a/translations/source/bs/sw/source/ui/uiview.po
+++ b/translations/source/bs/sw/source/ui/uiview.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sw/source/ui/utlui.po b/translations/source/bs/sw/source/ui/utlui.po
index 375eb4e4247..fcfb3c7038a 100644
--- a/translations/source/bs/sw/source/ui/utlui.po
+++ b/translations/source/bs/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: 2012-01-30 11:09+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-11 23:08+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1536,7 +1536,7 @@ msgstr "Početak numerisanja 1"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text"
msgid "Numbering 1"
-msgstr "Numerisanje 1"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1E.string.text
msgid "Numbering 1 End"
@@ -1553,7 +1553,7 @@ msgstr "Početak numerisanja 2"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text"
msgid "Numbering 2"
-msgstr "Numerisanje 2"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2E.string.text
msgid "Numbering 2 End"
@@ -1570,7 +1570,7 @@ msgstr "Početak numerisanja 3"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text"
msgid "Numbering 3"
-msgstr "Numerisanje 3"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3E.string.text
msgid "Numbering 3 End"
@@ -1587,7 +1587,7 @@ msgstr "Početak numerisanja 4"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text"
msgid "Numbering 4"
-msgstr "Numerisanje 4"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4E.string.text
msgid "Numbering 4 End"
@@ -1604,7 +1604,7 @@ msgstr "Početak numerisanja 5"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text"
msgid "Numbering 5"
-msgstr "Numerisanje 5"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5E.string.text
msgid "Numbering 5 End"
@@ -1621,7 +1621,7 @@ msgstr "Početak liste 1"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text"
msgid "List 1"
-msgstr "Lista 1"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1E.string.text
msgid "List 1 End"
@@ -1638,7 +1638,7 @@ msgstr "Početak liste 2"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text"
msgid "List 2"
-msgstr "Lista 2"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2E.string.text
msgid "List 2 End"
@@ -1655,7 +1655,7 @@ msgstr "Početak liste 3"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text"
msgid "List 3"
-msgstr "Lista 3"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3E.string.text
msgid "List 3 End"
@@ -1672,7 +1672,7 @@ msgstr "Početak liste 4"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text"
msgid "List 4"
-msgstr "Lista 4"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4E.string.text
msgid "List 4 End"
@@ -1689,7 +1689,7 @@ msgstr "Početak liste 5"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text"
msgid "List 5"
-msgstr "Lista 5"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5E.string.text
msgid "List 5 End"
diff --git a/translations/source/bs/sw/source/ui/web.po b/translations/source/bs/sw/source/ui/web.po
index 6deeb2f5dfb..56ee856e9f3 100644
--- a/translations/source/bs/sw/source/ui/web.po
+++ b/translations/source/bs/sw/source/ui/web.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sw/source/ui/wrtsh.po b/translations/source/bs/sw/source/ui/wrtsh.po
index fde3cc26d1c..aa9bc678d20 100644
--- a/translations/source/bs/sw/source/ui/wrtsh.po
+++ b/translations/source/bs/sw/source/ui/wrtsh.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/swext/mediawiki/help.po b/translations/source/bs/swext/mediawiki/help.po
index 019108dbb6c..8e2110b5b9a 100644
--- a/translations/source/bs/swext/mediawiki/help.po
+++ b/translations/source/bs/swext/mediawiki/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -188,7 +188,7 @@ msgid "If the Wiki allows anonymous access, you can leave the account text boxes
msgstr ""
#: wikiaccount.xhp#par_id9046601.help.text
-msgid "If you have enabled the master password feature on the Security tab page of the Tools - Options - %PRODUCTNAME dialog, then the software can store your password and automatically insert the data where necessary. Enable the \"Save password\" checkbox to store your password."
+msgid "If you have enabled the master password feature on the Security tab page of the <item type=\"menuitem\">Tools - Options - %PRODUCTNAME</item> dialog, then the software can store your password and automatically insert the data where necessary. Enable the \"Save password\" checkbox to store your password."
msgstr ""
#: wikiformats.xhp#tit.help.text
@@ -302,7 +302,7 @@ msgid "Borders"
msgstr "Rubovi"
#: wikiformats.xhp#par_id1831110.help.text
-msgid "Irrespective of custom table styles for border and background, a table is always exported as \"<emph>prettytable\"</emph>, which renders in the Wiki engine with simple borders and bold header."
+msgid "Irrespective of custom table styles for border and background, a table is always exported as \"<emph>prettytable</emph>\", which renders in the Wiki engine with simple borders and bold header."
msgstr ""
#: wikiformats.xhp#hd_id6255073.help.text
diff --git a/translations/source/bs/swext/mediawiki/src.po b/translations/source/bs/swext/mediawiki/src.po
index ae9ecfd0ae7..cef31043ec4 100644
--- a/translations/source/bs/swext/mediawiki/src.po
+++ b/translations/source/bs/swext/mediawiki/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:08+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/translations/source/bs/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index 023dbd57b69..b83128444e9 100644
--- a/translations/source/bs/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/translations/source/bs/swext/mediawiki/src/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/translations/source/bs/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index 66e7a0ef5af..cd0fce21ba5 100644
--- a/translations/source/bs/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/translations/source/bs/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/sysui/desktop/share.po b/translations/source/bs/sysui/desktop/share.po
index c5b0c2f6828..941fa966a8f 100644
--- a/translations/source/bs/sysui/desktop/share.po
+++ b/translations/source/bs/sysui/desktop/share.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-07 12:15+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/uui/source.po b/translations/source/bs/uui/source.po
index 6a173241fa9..e922b4860d6 100644
--- a/translations/source/bs/uui/source.po
+++ b/translations/source/bs/uui/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:09+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/vcl/source/src.po b/translations/source/bs/vcl/source/src.po
index 4e2a18752ee..f372cc4ccd0 100644
--- a/translations/source/bs/vcl/source/src.po
+++ b/translations/source/bs/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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 01:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: stdtext.src#SV_STDTEXT_SERVICENOTAVAILABLE.string.text
@@ -792,19 +792,19 @@ msgstr "Separator podjele prozora"
#: fpicker.src#STR_FPICKER_AUTO_EXTENSION.string.text
msgid "~Automatic file name extension"
-msgstr ""
+msgstr "~Automatska ekstenzija datoteke"
#: fpicker.src#STR_FPICKER_PASSWORD.string.text
msgid "Save with pass~word"
-msgstr ""
+msgstr "Snimi sa š~ifrom"
#: fpicker.src#STR_FPICKER_FILTER_OPTIONS.string.text
msgid "~Edit filter settings"
-msgstr ""
+msgstr "~Izmijeni opcije filtera"
#: fpicker.src#STR_FPICKER_READONLY.string.text
msgid "~Read-only"
-msgstr ""
+msgstr "~Samo za čitanje"
#: fpicker.src#STR_FPICKER_INSERT_AS_LINK.string.text
msgid "~Link"
@@ -821,27 +821,27 @@ msgstr ""
#: fpicker.src#STR_FPICKER_VERSION.string.text
msgid "~Version:"
-msgstr ""
+msgstr "~Verzija:"
#: fpicker.src#STR_FPICKER_TEMPLATES.string.text
msgid "S~tyles:"
-msgstr ""
+msgstr "S~tilovi:"
#: fpicker.src#STR_FPICKER_IMAGE_TEMPLATE.string.text
msgid "Style:"
-msgstr ""
+msgstr "Stil:"
#: fpicker.src#STR_FPICKER_SELECTION.string.text
msgid "~Selection"
-msgstr ""
+msgstr "~Izbor"
#: fpicker.src#STR_FPICKER_FOLDER_DEFAULT_TITLE.string.text
msgid "Select Path"
-msgstr ""
+msgstr "Izaberi stazu"
#: fpicker.src#STR_FPICKER_FOLDER_DEFAULT_DESCRIPTION.string.text
msgid "Please select a folder."
-msgstr ""
+msgstr "Izaberite direktorij."
#: fpicker.src#STR_FPICKER_ALREADYEXISTOVERWRITE.string.text
msgid ""
@@ -852,11 +852,11 @@ msgstr ""
#: fpicker.src#STR_FPICKER_ALLFORMATS.string.text
msgid "All Formats"
-msgstr ""
+msgstr "Svi formati"
#: fpicker.src#STR_FPICKER_OPEN.string.text
msgid "Open"
-msgstr ""
+msgstr "Otvori"
#: fpicker.src#STR_FPICKER_SAVE.string.text
msgid "Save"
@@ -864,4 +864,4 @@ msgstr ""
#: fpicker.src#STR_FPICKER_TYPE.string.text
msgid "File ~type"
-msgstr ""
+msgstr "Vrsta ~datoteke"
diff --git a/translations/source/bs/wizards/source/euro.po b/translations/source/bs/wizards/source/euro.po
index 45b5f1fa428..f294aa625a5 100644
--- a/translations/source/bs/wizards/source/euro.po
+++ b/translations/source/bs/wizards/source/euro.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/wizards/source/formwizard.po b/translations/source/bs/wizards/source/formwizard.po
index bdac899239f..82069e87419 100644
--- a/translations/source/bs/wizards/source/formwizard.po
+++ b/translations/source/bs/wizards/source/formwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/wizards/source/importwizard.po b/translations/source/bs/wizards/source/importwizard.po
index 3758182c568..b1f1c4f211b 100644
--- a/translations/source/bs/wizards/source/importwizard.po
+++ b/translations/source/bs/wizards/source/importwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/wizards/source/schedule.po b/translations/source/bs/wizards/source/schedule.po
index 17000706994..4ac41d2181c 100644
--- a/translations/source/bs/wizards/source/schedule.po
+++ b/translations/source/bs/wizards/source/schedule.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/wizards/source/template.po b/translations/source/bs/wizards/source/template.po
index 748467a9a63..df84698192b 100644
--- a/translations/source/bs/wizards/source/template.po
+++ b/translations/source/bs/wizards/source/template.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/xmlsecurity/source/component.po b/translations/source/bs/xmlsecurity/source/component.po
index ff9f62c3493..0e439af423d 100644
--- a/translations/source/bs/xmlsecurity/source/component.po
+++ b/translations/source/bs/xmlsecurity/source/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/bs/xmlsecurity/source/dialogs.po b/translations/source/bs/xmlsecurity/source/dialogs.po
index 390d664335c..333acada3fc 100644
--- a/translations/source/bs/xmlsecurity/source/dialogs.po
+++ b/translations/source/bs/xmlsecurity/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: bs\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: bs\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/accessibility/source/helper.po b/translations/source/ca-XV/accessibility/source/helper.po
index bfe36527fc6..8dd56ded27c 100644
--- a/translations/source/ca-XV/accessibility/source/helper.po
+++ b/translations/source/ca-XV/accessibility/source/helper.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:07+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/avmedia/source/framework.po b/translations/source/ca-XV/avmedia/source/framework.po
index b8326f3e5fa..ef68fd36de5 100644
--- a/translations/source/ca-XV/avmedia/source/framework.po
+++ b/translations/source/ca-XV/avmedia/source/framework.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 08:05+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/avmedia/source/viewer.po b/translations/source/ca-XV/avmedia/source/viewer.po
index 6481684a1fe..6ebcbdb055e 100644
--- a/translations/source/ca-XV/avmedia/source/viewer.po
+++ b/translations/source/ca-XV/avmedia/source/viewer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 08:05+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/basctl/source/basicide.po b/translations/source/ca-XV/basctl/source/basicide.po
index 5f2d8cf92e5..a3172b27a83 100644
--- a/translations/source/ca-XV/basctl/source/basicide.po
+++ b/translations/source/ca-XV/basctl/source/basicide.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 08:05+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/basctl/source/dlged.po b/translations/source/ca-XV/basctl/source/dlged.po
index 87b8420d944..8168c8afae1 100644
--- a/translations/source/ca-XV/basctl/source/dlged.po
+++ b/translations/source/ca-XV/basctl/source/dlged.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:07+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/basic/source/classes.po b/translations/source/ca-XV/basic/source/classes.po
index 42afee4eff9..5253e91b6f4 100644
--- a/translations/source/ca-XV/basic/source/classes.po
+++ b/translations/source/ca-XV/basic/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-22 10:07+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/basic/source/sbx.po b/translations/source/ca-XV/basic/source/sbx.po
index 96e81e62d9f..d13a64cac1c 100644
--- a/translations/source/ca-XV/basic/source/sbx.po
+++ b/translations/source/ca-XV/basic/source/sbx.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:07+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/chart2/source/controller/dialogs.po b/translations/source/ca-XV/chart2/source/controller/dialogs.po
index d57071850b6..07485b86294 100644
--- a/translations/source/ca-XV/chart2/source/controller/dialogs.po
+++ b/translations/source/ca-XV/chart2/source/controller/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:07+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/connectivity/source/drivers/ado.po b/translations/source/ca-XV/connectivity/source/drivers/ado.po
index 7bdca425fa6..e0e7a5a9a05 100644
--- a/translations/source/ca-XV/connectivity/source/drivers/ado.po
+++ b/translations/source/ca-XV/connectivity/source/drivers/ado.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:17+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/connectivity/source/drivers/calc.po b/translations/source/ca-XV/connectivity/source/drivers/calc.po
index 5db3dfc145c..0b11605984a 100644
--- a/translations/source/ca-XV/connectivity/source/drivers/calc.po
+++ b/translations/source/ca-XV/connectivity/source/drivers/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:17+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/connectivity/source/drivers/dbase.po b/translations/source/ca-XV/connectivity/source/drivers/dbase.po
index 95c0c95795b..c8b48de9763 100644
--- a/translations/source/ca-XV/connectivity/source/drivers/dbase.po
+++ b/translations/source/ca-XV/connectivity/source/drivers/dbase.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:17+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/connectivity/source/drivers/evoab2.po b/translations/source/ca-XV/connectivity/source/drivers/evoab2.po
index ff3ae036ec9..2c881c25759 100644
--- a/translations/source/ca-XV/connectivity/source/drivers/evoab2.po
+++ b/translations/source/ca-XV/connectivity/source/drivers/evoab2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:17+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/connectivity/source/drivers/flat.po b/translations/source/ca-XV/connectivity/source/drivers/flat.po
index 4d50d9b3eb9..55f0ef53dd9 100644
--- a/translations/source/ca-XV/connectivity/source/drivers/flat.po
+++ b/translations/source/ca-XV/connectivity/source/drivers/flat.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:17+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/connectivity/source/drivers/hsqldb.po b/translations/source/ca-XV/connectivity/source/drivers/hsqldb.po
index 75fe55dc535..a25d662e58d 100644
--- a/translations/source/ca-XV/connectivity/source/drivers/hsqldb.po
+++ b/translations/source/ca-XV/connectivity/source/drivers/hsqldb.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:17+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/connectivity/source/drivers/jdbc.po b/translations/source/ca-XV/connectivity/source/drivers/jdbc.po
index cc9d655c50c..ef34e243a26 100644
--- a/translations/source/ca-XV/connectivity/source/drivers/jdbc.po
+++ b/translations/source/ca-XV/connectivity/source/drivers/jdbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:17+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/connectivity/source/drivers/kab.po b/translations/source/ca-XV/connectivity/source/drivers/kab.po
index d679e75ca2b..4f3dffb0226 100644
--- a/translations/source/ca-XV/connectivity/source/drivers/kab.po
+++ b/translations/source/ca-XV/connectivity/source/drivers/kab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:17+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/connectivity/source/drivers/macab.po b/translations/source/ca-XV/connectivity/source/drivers/macab.po
index 638230cf4a8..e80ba009e7a 100644
--- a/translations/source/ca-XV/connectivity/source/drivers/macab.po
+++ b/translations/source/ca-XV/connectivity/source/drivers/macab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:17+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/connectivity/source/drivers/mozab.po b/translations/source/ca-XV/connectivity/source/drivers/mozab.po
index b06f9944e92..19c2c1f25d6 100644
--- a/translations/source/ca-XV/connectivity/source/drivers/mozab.po
+++ b/translations/source/ca-XV/connectivity/source/drivers/mozab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-11 23:08+0200\n"
-"Last-Translator: PauGNU <pau@somgnu.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-01-11 16:18+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -22,8 +22,9 @@ msgid "SeaMonkey Address Book"
msgstr "Llibreta d'adreces del Mozilla"
#: mozab2.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text
+#, fuzzy
msgctxt "mozab2.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text"
-msgid "Thunderbird Address Book"
+msgid "Thunderbird/Icedove Address Book"
msgstr "Llibreta d'adreces del Thunderbird"
#: mozab2.xcu#.Drivers.Installed.sdbc_address_ldap__.DriverTypeDisplayName.value.text
@@ -46,8 +47,9 @@ msgid "SeaMonkey Address Book"
msgstr "Llibreta d'adreces del Mozilla"
#: mozab.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text
+#, fuzzy
msgctxt "mozab.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text"
-msgid "Thunderbird Address Book"
+msgid "Thunderbird/Icedove Address Book"
msgstr "Llibreta d'adreces del Thunderbird"
#: mozab.xcu#.Drivers.Installed.sdbc_address_ldap__.DriverTypeDisplayName.value.text
diff --git a/translations/source/ca-XV/connectivity/source/drivers/mysql.po b/translations/source/ca-XV/connectivity/source/drivers/mysql.po
index 15b1a2d94c8..e79d67fbc2b 100644
--- a/translations/source/ca-XV/connectivity/source/drivers/mysql.po
+++ b/translations/source/ca-XV/connectivity/source/drivers/mysql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:17+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/connectivity/source/drivers/odbc.po b/translations/source/ca-XV/connectivity/source/drivers/odbc.po
index ead7ff717e4..1f2daa270ac 100644
--- a/translations/source/ca-XV/connectivity/source/drivers/odbc.po
+++ b/translations/source/ca-XV/connectivity/source/drivers/odbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:17+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/connectivity/source/drivers/postgresql.po b/translations/source/ca-XV/connectivity/source/drivers/postgresql.po
index 0fce7aac9c8..efe3d055b23 100644
--- a/translations/source/ca-XV/connectivity/source/drivers/postgresql.po
+++ b/translations/source/ca-XV/connectivity/source/drivers/postgresql.po
@@ -3,25 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:41+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: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\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/ca-XV/connectivity/source/resource.po b/translations/source/ca-XV/connectivity/source/resource.po
index 027bac81b9c..46bd11f05e8 100644
--- a/translations/source/ca-XV/connectivity/source/resource.po
+++ b/translations/source/ca-XV/connectivity/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:07+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/cui/source/customize.po b/translations/source/ca-XV/cui/source/customize.po
index 14e7961775b..5e968d4e2f4 100644
--- a/translations/source/ca-XV/cui/source/customize.po
+++ b/translations/source/ca-XV/cui/source/customize.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 08:05+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/cui/source/dialogs.po b/translations/source/ca-XV/cui/source/dialogs.po
index dbadcab767a..1092947b828 100644
--- a/translations/source/ca-XV/cui/source/dialogs.po
+++ b/translations/source/ca-XV/cui/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-05-03 08:05+0200\n"
-"Last-Translator: PauGNU <pau@somgnu.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:35+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -816,7 +816,8 @@ msgid "Object;Objects"
msgstr "Objecte;objectes"
#: gallery.src#RID_SVXSTR_GALLERY_READONLY.string.text
-msgid " (read-only)"
+#, fuzzy
+msgid "(read-only)"
msgstr " (només de lectura)"
#: gallery.src#RID_SVXSTR_GALLERY_ALLFILES.string.text
@@ -1192,20 +1193,16 @@ msgstr "Edita la miniaplicació"
msgid "Contributor credits"
msgstr ""
-#: about.src#RID_DEFAULTABOUT.ABOUT_STR_VERSION.string.text
-msgid "%PRODUCTNAME %ABOUTBOXPRODUCTVERSION %PRODUCTEXTENSION"
-msgstr ""
-
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_VENDOR.string.text
msgid "This product was supplied by %OOOVENDOR."
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT.string.text
-msgid "LibreOffice is copyright © 2000, 2011 LibreOffice contributors and/or their affiliates. All rights reserved."
+msgid "LibreOffice is copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved."
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT_DERIVED.string.text
-msgid "%PRODUCTNAME is derived from LibreOffice. LibreOffice is copyright © 2000, 2011 LibreOffice contributors and/or their affiliates. All rights reserved."
+msgid "%PRODUCTNAME is derived from LibreOffice. LibreOffice is copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved."
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT_ORACLE_DERIVED.string.text
@@ -1217,7 +1214,7 @@ msgid "%OOOVENDOR acknowledges all community members, please find more info at t
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_LINK.string.text
-msgid "http://www.libreoffice.org/credits.html"
+msgid "http://www.libreoffice.org/about-us/credits/"
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_BUILD.string.text
@@ -1230,7 +1227,7 @@ msgstr ""
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.PB_PICKER.imagebutton.text
msgid "-"
-msgstr ""
+msgstr "-"
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.PB_PICKER.imagebutton.quickhelptext
msgid "Pick a color from the document"
@@ -1238,7 +1235,7 @@ msgstr ""
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.FL_RGB.fixedline.text
msgid "RGB"
-msgstr ""
+msgstr "RGB"
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.CT_RED.fixedtext.text
msgid "~Red"
@@ -1274,7 +1271,7 @@ msgstr ""
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.FL_CMYK.fixedline.text
msgid "CMYK"
-msgstr ""
+msgstr "CMYK"
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.CT_CYAN.fixedtext.text
msgid "~Cyan"
@@ -1298,7 +1295,7 @@ msgstr "Ll~engua del text"
#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.LINK_EXPLAIN.fixedtext.text
msgid "More..."
-msgstr ""
+msgstr "Més..."
#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.FT_NOTINDICT.fixedtext.text
msgid "~Not in dictionary"
@@ -1636,7 +1633,7 @@ msgid "A~fter"
msgstr "Desp~rés"
#: insrc.src#DLG_INS_ROW_COL.FL_INS.fixedline.text
-msgctxt "insrc.src#DLG_INS_ROW_COL.FL_INS.fixedline.text"
+#, fuzzy
msgid "Insert"
msgstr "Insereix"
@@ -1650,17 +1647,12 @@ msgid "~Number"
msgstr "~Nombre"
#: insrc.src#DLG_INS_ROW_COL.STR_ROW.string.text
-msgid " Rows"
-msgstr " Files"
+msgid "Insert Rows"
+msgstr "Insereix files"
#: insrc.src#DLG_INS_ROW_COL.STR_COL.string.text
-msgid " Columns"
-msgstr " Columnes"
-
-#: insrc.src#DLG_INS_ROW_COL.modaldialog.text
-msgctxt "insrc.src#DLG_INS_ROW_COL.modaldialog.text"
-msgid "Insert"
-msgstr "Insereix"
+msgid "Insert Columns"
+msgstr ""
#: hyphen.src#RID_SVXSTR_HMERR_CHECKINSTALL.string.text
msgid ""
diff --git a/translations/source/ca-XV/cui/source/options.po b/translations/source/ca-XV/cui/source/options.po
index c5026786c37..48ea58fffa3 100644
--- a/translations/source/ca-XV/cui/source/options.po
+++ b/translations/source/ca-XV/cui/source/options.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-30 11:10+0200\n"
-"PO-Revision-Date: 2011-11-26 01:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: optgenrl.src#RID_SFXPAGE_GENERAL.FT_COMPANY.fixedtext.text
@@ -1103,25 +1103,8 @@ msgid "Proxy"
msgstr "Servidor intermediari"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.PB_BACK.pushbutton.text
-#, fuzzy
msgid "~Revert"
msgstr ""
-"#-#-#-#-# index.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~Suprimeix\n"
-"#-#-#-#-# fldui.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~Suprimeix\n"
-"#-#-#-#-# misc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~Suprimeix\n"
-"#-#-#-#-# dialogs.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~Suprimeix\n"
-"#-#-#-#-# dialogs.po (PACKAGE VERSION) #-#-#-#-#\n"
-"Sup~rimeix\n"
-"#-#-#-#-# tabpages.po (PACKAGE VERSION) #-#-#-#-#\n"
-"Sup~rimeix\n"
-"#-#-#-#-# Custom.po (PACKAGE VERSION) #-#-#-#-#\n"
-"Sup~rimeix\n"
-"#-#-#-#-# gui.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~Suprimeix"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.ST_LOAD_ERROR.string.text
msgid "The selected module could not be loaded."
@@ -1320,39 +1303,39 @@ msgstr "Graella"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.6.itemlist.text
msgid "Basic Fonts (Western)"
-msgstr "Tipus de lletra bàsics (occidental)"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.7.itemlist.text
msgid "Basic Fonts (Asian)"
-msgstr "Tipus de lletra bàsics (asiàtic)"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text
msgid "Basic Fonts (CTL)"
-msgstr "Tipus de lletra bàsics (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"
msgid "Print"
-msgstr "Impressió"
+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"
msgid "Table"
-msgstr "Taula"
+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"
msgid "Changes"
-msgstr "Canvis"
+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"
msgid "Compatibility"
-msgstr "Compatibilitat"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.13.itemlist.text
msgid "AutoCaption"
-msgstr "Llegenda automàtica"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.14.itemlist.text
msgid "Mail Merge E-mail"
diff --git a/translations/source/ca-XV/cui/source/tabpages.po b/translations/source/ca-XV/cui/source/tabpages.po
index 47f20501853..0b774a01342 100644
--- a/translations/source/ca-XV/cui/source/tabpages.po
+++ b/translations/source/ca-XV/cui/source/tabpages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-22 10:07+0200\n"
-"Last-Translator: PauGNU <pau@somgnu.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2011-12-15 12:35+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -481,12 +481,14 @@ msgid "~Numbering"
msgstr "~Numeració"
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.1.stringlist.text
-msgid "1, 2, 3, ... "
-msgstr "1, 2, 3... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.1.stringlist.text"
+msgid "1, 2, 3, ..."
+msgstr "1, 2, 3..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.2.stringlist.text
-msgid "A, B, C, ... "
-msgstr "A, B, C... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.2.stringlist.text"
+msgid "A, B, C, ..."
+msgstr "A, B, C..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.3.stringlist.text
msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.3.stringlist.text"
@@ -494,15 +496,18 @@ msgid "a, b, c, ..."
msgstr "a, b, c..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.4.stringlist.text
-msgid "I, II, III, ... "
-msgstr "I, II, III... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.4.stringlist.text"
+msgid "I, II, III, ..."
+msgstr "I, II, III..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.5.stringlist.text
-msgid "i, ii, iii, ... "
-msgstr "i, ii, iii... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.5.stringlist.text"
+msgid "i, ii, iii, ..."
+msgstr "i, ii, iii..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.6.stringlist.text
-msgid "A, .., AA, .., AAA, ... "
+#, fuzzy
+msgid "A, .., AA, .., AAA, ..."
msgstr "A, .., AA, .., AAA... "
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.7.stringlist.text
@@ -2296,6 +2301,8 @@ msgid "For~mat"
msgstr "For~mat"
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.1.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.1.stringlist.text"
msgid "A, B, C, ..."
msgstr "A, B, C..."
@@ -2305,14 +2312,20 @@ msgid "a, b, c, ..."
msgstr "a, b, c..."
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.3.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.3.stringlist.text"
msgid "I, II, III, ..."
msgstr "I, II, III..."
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.4.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.4.stringlist.text"
msgid "i, ii, iii, ..."
msgstr "i, ii, iii..."
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.5.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.5.stringlist.text"
msgid "1, 2, 3, ..."
msgstr "1, 2, 3..."
@@ -2862,6 +2875,10 @@ msgctxt "textanim.src#RID_SVXPAGE_TEXTANIMATION.TSB_AUTO.tristatebox.text"
msgid "~Automatic"
msgstr "~Automàtic"
+#: textanim.src#RID_SVXPAGE_TEXTANIMATION.MTR_FLD_DELAY.metricfield.text
+msgid " ms"
+msgstr ""
+
#: textanim.src#RID_SVXPAGE_TEXTANIMATION.tabpage.text
msgid "Animation"
msgstr "Animació"
@@ -4772,6 +4789,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr "~Suprimeix..."
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Hatches List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Hatches List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_HATCH.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_HATCH.tabpage.text"
msgid "Hatching"
@@ -4819,6 +4859,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr "~Suprimeix..."
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Bitmap List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Bitmap List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_BITMAP.tabpage.text
msgid "Bitmap Patterns"
msgstr "Patrons de mapa de bits"
@@ -4910,6 +4973,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr "~Suprimeix..."
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Gradients List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Gradients List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_GRADIENT.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.tabpage.text"
msgid "Gradients"
@@ -4941,6 +5027,22 @@ msgstr "RGB"
msgid "CMYK"
msgstr "CMYK"
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_1.fixedtext.text
+msgid "~C"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_2.fixedtext.text
+msgid "~M"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_3.fixedtext.text
+msgid "~Y"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_4.fixedtext.text
+msgid "~K"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_COLOR.BTN_ADD.pushbutton.text
msgid "~Add"
msgstr "~Afig"
@@ -4959,6 +5061,29 @@ msgstr "~Suprimeix..."
msgid "~Modify"
msgstr "~Modifica"
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Color List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Color List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_COLOR.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_COLOR.tabpage.text"
msgid "Colors"
diff --git a/translations/source/ca-XV/dbaccess/source/core/resource.po b/translations/source/ca-XV/dbaccess/source/core/resource.po
index 052dba72444..94565e22da3 100644
--- a/translations/source/ca-XV/dbaccess/source/core/resource.po
+++ b/translations/source/ca-XV/dbaccess/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-22 10:07+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dbaccess/source/ext/adabas.po b/translations/source/ca-XV/dbaccess/source/ext/adabas.po
index 60a6d36d199..5531ea3a424 100644
--- a/translations/source/ca-XV/dbaccess/source/ext/adabas.po
+++ b/translations/source/ca-XV/dbaccess/source/ext/adabas.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:07+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dbaccess/source/ext/macromigration.po b/translations/source/ca-XV/dbaccess/source/ext/macromigration.po
index 0c16a488fb4..c4850f9382e 100644
--- a/translations/source/ca-XV/dbaccess/source/ext/macromigration.po
+++ b/translations/source/ca-XV/dbaccess/source/ext/macromigration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-22 10:07+0200\n"
-"Last-Translator: PauGNU <pau@somgnu.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:35+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -190,7 +190,8 @@ msgid "Warnings"
msgstr "Advertiments"
#: macromigration.src#STR_EXCEPTION.string.text
-msgid "caught exception: "
+#, fuzzy
+msgid "caught exception:"
msgstr "excepció capturada: "
#: macromigration.src#ERR_INVALID_BACKUP_LOCATION.errorbox.text
diff --git a/translations/source/ca-XV/dbaccess/source/sdbtools/resource.po b/translations/source/ca-XV/dbaccess/source/sdbtools/resource.po
index 42b25c29cb1..b9656c7f3c9 100644
--- a/translations/source/ca-XV/dbaccess/source/sdbtools/resource.po
+++ b/translations/source/ca-XV/dbaccess/source/sdbtools/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-22 10:07+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dbaccess/source/ui/app.po b/translations/source/ca-XV/dbaccess/source/ui/app.po
index dca74ffd1ff..ce8166079ea 100644
--- a/translations/source/ca-XV/dbaccess/source/ui/app.po
+++ b/translations/source/ca-XV/dbaccess/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 08:05+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dbaccess/source/ui/browser.po b/translations/source/ca-XV/dbaccess/source/ui/browser.po
index 83d901733b2..1e45f0a2bbd 100644
--- a/translations/source/ca-XV/dbaccess/source/ui/browser.po
+++ b/translations/source/ca-XV/dbaccess/source/ui/browser.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:08+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dbaccess/source/ui/control.po b/translations/source/ca-XV/dbaccess/source/ui/control.po
index 9bd4b142571..42723614185 100644
--- a/translations/source/ca-XV/dbaccess/source/ui/control.po
+++ b/translations/source/ca-XV/dbaccess/source/ui/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-22 10:08+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dbaccess/source/ui/dlg.po b/translations/source/ca-XV/dbaccess/source/ui/dlg.po
index 3c7c86a3e83..6b337498992 100644
--- a/translations/source/ca-XV/dbaccess/source/ui/dlg.po
+++ b/translations/source/ca-XV/dbaccess/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-05-03 08:05+0200\n"
-"Last-Translator: PauGNU <pau@somgnu.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:35+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -1590,8 +1590,9 @@ msgid "~Base DN"
msgstr "DN ~base"
#: dbadmin.src#PAGE_LDAP.CB_USESSL.checkbox.text
-msgid "Use secure connection(SSL)"
-msgstr "Utilitza una connexió segura(SSL)"
+#, fuzzy
+msgid "Use secure connection (SSL)"
+msgstr "Utilitza una connexió ~segura (SSL)"
#: dbadmin.src#PAGE_LDAP.FT_PORTNUMBER.fixedtext.text
msgctxt "dbadmin.src#PAGE_LDAP.FT_PORTNUMBER.fixedtext.text"
diff --git a/translations/source/ca-XV/dbaccess/source/ui/inc.po b/translations/source/ca-XV/dbaccess/source/ui/inc.po
index 6454bdb61e4..242f0982e9b 100644
--- a/translations/source/ca-XV/dbaccess/source/ui/inc.po
+++ b/translations/source/ca-XV/dbaccess/source/ui/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-22 10:08+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dbaccess/source/ui/misc.po b/translations/source/ca-XV/dbaccess/source/ui/misc.po
index 4c44f0ee13c..1fa62c2947b 100644
--- a/translations/source/ca-XV/dbaccess/source/ui/misc.po
+++ b/translations/source/ca-XV/dbaccess/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-22 10:08+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dbaccess/source/ui/querydesign.po b/translations/source/ca-XV/dbaccess/source/ui/querydesign.po
index 08ebae9c1a7..f233ed56a0e 100644
--- a/translations/source/ca-XV/dbaccess/source/ui/querydesign.po
+++ b/translations/source/ca-XV/dbaccess/source/ui/querydesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:08+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dbaccess/source/ui/relationdesign.po b/translations/source/ca-XV/dbaccess/source/ui/relationdesign.po
index caa2ea1db64..8d43c8fcaec 100644
--- a/translations/source/ca-XV/dbaccess/source/ui/relationdesign.po
+++ b/translations/source/ca-XV/dbaccess/source/ui/relationdesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-22 10:08+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -49,8 +49,6 @@ msgstr "Quan s'elimini esta taula també se suprimiran les relacions associades.
#: relation.src#STR_QUERY_REL_COULD_NOT_CREATE.string.text
msgid ""
-"The database could not create the relation. May be foreign keys for this kind of table aren't supported.\n"
+"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
"Please check your documentation of the database."
msgstr ""
-"La base de dades no ha pogut crear la relació. Potser les claus alienes per a este tipus de taula no són compatibles.\n"
-"Consulteu la documentació de la base de dades."
diff --git a/translations/source/ca-XV/dbaccess/source/ui/tabledesign.po b/translations/source/ca-XV/dbaccess/source/ui/tabledesign.po
index 28c3abb5c25..4e4d0fa05fb 100644
--- a/translations/source/ca-XV/dbaccess/source/ui/tabledesign.po
+++ b/translations/source/ca-XV/dbaccess/source/ui/tabledesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-22 10:08+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dbaccess/source/ui/uno.po b/translations/source/ca-XV/dbaccess/source/ui/uno.po
index a41e37845d9..654e7df9974 100644
--- a/translations/source/ca-XV/dbaccess/source/ui/uno.po
+++ b/translations/source/ca-XV/dbaccess/source/ui/uno.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-22 10:08+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/desktop/source/app.po b/translations/source/ca-XV/desktop/source/app.po
index 9e5b905cbee..f3eddccc89c 100644
--- a/translations/source/ca-XV/desktop/source/app.po
+++ b/translations/source/ca-XV/desktop/source/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:08+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -134,6 +134,10 @@ msgctxt "desktop.src#STR_TITLE_USERDATALOCKED.string.text"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
+#: desktop.src#DLG_CMDLINEHELP.modaldialog.text
+msgid "Help Message..."
+msgstr ""
+
#: desktop.src#EBX_ERR_PRINTDISABLED.errorbox.text
msgid "Printing is disabled. No documents can be printed."
msgstr "La impressió està inhabilitada. No es poden imprimir documents."
diff --git a/translations/source/ca-XV/desktop/source/deployment/gui.po b/translations/source/ca-XV/desktop/source/deployment/gui.po
index 3c753a0f49f..9dcaaf149c8 100644
--- a/translations/source/ca-XV/desktop/source/deployment/gui.po
+++ b/translations/source/ca-XV/desktop/source/deployment/gui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-22 10:08+0200\n"
-"Last-Translator: PauGNU <pau@somgnu.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2011-12-15 12:35+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -399,13 +399,29 @@ msgstr ""
"Feu clic a \"D'acord\" per reemplaçar l'extensió instal·lada.\n"
"Feu clic a \"Cancel·la\" per aturar la instal·lació."
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_FT_TYPE_EXTENSIONS.fixedtext.text
+msgid "Type of Extension"
+msgstr ""
+
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_CBX_BUNDLED.checkbox.text
+msgid "~Installation"
+msgstr ""
+
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_CBX_SHARED.checkbox.text
+msgid "~Shared"
+msgstr ""
+
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_CBX_USER.checkbox.text
+msgid "~User"
+msgstr "~Usuari"
+
#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_ADD.pushbutton.text
msgid "~Add..."
msgstr "~Afig..."
#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_CHECK_UPDATES.pushbutton.text
-msgctxt "dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_CHECK_UPDATES.pushbutton.text"
-msgid "Check for ~Updates..."
+#, fuzzy
+msgid "~Check for Updates..."
msgstr "Comprova si hi ha act~ualitzacions..."
#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_FT_GET_EXTENSIONS.fixedtext.text
@@ -436,7 +452,7 @@ msgid "Adding %EXTENSION_NAME"
msgstr "S'està afegint %EXTENSION_NAME"
#: dp_gui_dialog2.src#RID_DLG_UPDATE_REQUIRED.RID_EM_BTN_CHECK_UPDATES.pushbutton.text
-msgctxt "dp_gui_dialog2.src#RID_DLG_UPDATE_REQUIRED.RID_EM_BTN_CHECK_UPDATES.pushbutton.text"
+#, fuzzy
msgid "Check for ~Updates..."
msgstr "Comprova si hi ha act~ualitzacions..."
diff --git a/translations/source/ca-XV/desktop/source/deployment/manager.po b/translations/source/ca-XV/desktop/source/deployment/manager.po
index 2fd66d70f96..ed9d2e7e4cd 100644
--- a/translations/source/ca-XV/desktop/source/deployment/manager.po
+++ b/translations/source/ca-XV/desktop/source/deployment/manager.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:08+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/desktop/source/deployment/misc.po b/translations/source/ca-XV/desktop/source/deployment/misc.po
index dc5b79b7d46..d1fb4faee36 100644
--- a/translations/source/ca-XV/desktop/source/deployment/misc.po
+++ b/translations/source/ca-XV/desktop/source/deployment/misc.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+desktop%2Fsource%2Fdeployment%2Fmisc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 01:59+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: dp_misc.src#RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN.string.text
diff --git a/translations/source/ca-XV/desktop/source/deployment/registry.po b/translations/source/ca-XV/desktop/source/deployment/registry.po
index 3c6409ea67d..003570c8c52 100644
--- a/translations/source/ca-XV/desktop/source/deployment/registry.po
+++ b/translations/source/ca-XV/desktop/source/deployment/registry.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:08+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/desktop/source/deployment/registry/component.po b/translations/source/ca-XV/desktop/source/deployment/registry/component.po
index c28096cf867..be7f80c0545 100644
--- a/translations/source/ca-XV/desktop/source/deployment/registry/component.po
+++ b/translations/source/ca-XV/desktop/source/deployment/registry/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:08+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/desktop/source/deployment/registry/configuration.po b/translations/source/ca-XV/desktop/source/deployment/registry/configuration.po
index b4bc7ac11a1..bdc3002d838 100644
--- a/translations/source/ca-XV/desktop/source/deployment/registry/configuration.po
+++ b/translations/source/ca-XV/desktop/source/deployment/registry/configuration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:18+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/desktop/source/deployment/registry/help.po b/translations/source/ca-XV/desktop/source/deployment/registry/help.po
index 89951fb5827..6ada0652712 100644
--- a/translations/source/ca-XV/desktop/source/deployment/registry/help.po
+++ b/translations/source/ca-XV/desktop/source/deployment/registry/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:18+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/desktop/source/deployment/registry/package.po b/translations/source/ca-XV/desktop/source/deployment/registry/package.po
index 7ed3d004279..4fa0075aa1c 100644
--- a/translations/source/ca-XV/desktop/source/deployment/registry/package.po
+++ b/translations/source/ca-XV/desktop/source/deployment/registry/package.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:18+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/desktop/source/deployment/registry/script.po b/translations/source/ca-XV/desktop/source/deployment/registry/script.po
index 3d7050a937a..00c71714965 100644
--- a/translations/source/ca-XV/desktop/source/deployment/registry/script.po
+++ b/translations/source/ca-XV/desktop/source/deployment/registry/script.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-22 10:08+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/desktop/source/deployment/registry/sfwk.po b/translations/source/ca-XV/desktop/source/deployment/registry/sfwk.po
index 45404176809..3ee0cb0bbf4 100644
--- a/translations/source/ca-XV/desktop/source/deployment/registry/sfwk.po
+++ b/translations/source/ca-XV/desktop/source/deployment/registry/sfwk.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:18+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/desktop/source/deployment/unopkg.po b/translations/source/ca-XV/desktop/source/deployment/unopkg.po
index f11c7777ac1..1b844ffe9f8 100644
--- a/translations/source/ca-XV/desktop/source/deployment/unopkg.po
+++ b/translations/source/ca-XV/desktop/source/deployment/unopkg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-22 10:08+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/af_ZA.po b/translations/source/ca-XV/dictionaries/af_ZA.po
index adfbf8565b2..49b1d321813 100644
--- a/translations/source/ca-XV/dictionaries/af_ZA.po
+++ b/translations/source/ca-XV/dictionaries/af_ZA.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/an_ES.po b/translations/source/ca-XV/dictionaries/an_ES.po
new file mode 100644
index 00000000000..06a85e7ef25
--- /dev/null
+++ b/translations/source/ca-XV/dictionaries/an_ES.po
@@ -0,0 +1,19 @@
+#. extracted from dictionaries/an_ES.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%2Fan_ES.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Aragonese spelling dictionary"
+msgstr ""
diff --git a/translations/source/ca-XV/dictionaries/ar.po b/translations/source/ca-XV/dictionaries/ar.po
index 92bf71f4a4c..7bd3f0f4420 100644
--- a/translations/source/ca-XV/dictionaries/ar.po
+++ b/translations/source/ca-XV/dictionaries/ar.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/be_BY.po b/translations/source/ca-XV/dictionaries/be_BY.po
index ac950326659..f6f662f1d88 100644
--- a/translations/source/ca-XV/dictionaries/be_BY.po
+++ b/translations/source/ca-XV/dictionaries/be_BY.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:42+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: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/bg_BG.po b/translations/source/ca-XV/dictionaries/bg_BG.po
index c9cb9492d5a..4528c5ed514 100644
--- a/translations/source/ca-XV/dictionaries/bg_BG.po
+++ b/translations/source/ca-XV/dictionaries/bg_BG.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/bn_BD.po b/translations/source/ca-XV/dictionaries/bn_BD.po
index e66cb77f3fa..82e4c798744 100644
--- a/translations/source/ca-XV/dictionaries/bn_BD.po
+++ b/translations/source/ca-XV/dictionaries/bn_BD.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/br_FR.po b/translations/source/ca-XV/dictionaries/br_FR.po
index 53e70790c14..043c3c1b5b0 100644
--- a/translations/source/ca-XV/dictionaries/br_FR.po
+++ b/translations/source/ca-XV/dictionaries/br_FR.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/ca.po b/translations/source/ca-XV/dictionaries/ca.po
index f19716397c3..684cac79f4a 100644
--- a/translations/source/ca-XV/dictionaries/ca.po
+++ b/translations/source/ca-XV/dictionaries/ca.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/cs_CZ.po b/translations/source/ca-XV/dictionaries/cs_CZ.po
index 86db45c64e4..a84c953205d 100644
--- a/translations/source/ca-XV/dictionaries/cs_CZ.po
+++ b/translations/source/ca-XV/dictionaries/cs_CZ.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/da_DK.po b/translations/source/ca-XV/dictionaries/da_DK.po
index 149fcbe74e5..f95b01b2d50 100644
--- a/translations/source/ca-XV/dictionaries/da_DK.po
+++ b/translations/source/ca-XV/dictionaries/da_DK.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/de.po b/translations/source/ca-XV/dictionaries/de.po
index dbd0412ae55..148ba06c4f4 100644
--- a/translations/source/ca-XV/dictionaries/de.po
+++ b/translations/source/ca-XV/dictionaries/de.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/el_GR.po b/translations/source/ca-XV/dictionaries/el_GR.po
index fea7ef9886c..e8b4450136e 100644
--- a/translations/source/ca-XV/dictionaries/el_GR.po
+++ b/translations/source/ca-XV/dictionaries/el_GR.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:42+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: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/en.po b/translations/source/ca-XV/dictionaries/en.po
index a15e9fe3cc1..67490b50c50 100644
--- a/translations/source/ca-XV/dictionaries/en.po
+++ b/translations/source/ca-XV/dictionaries/en.po
@@ -3,17 +3,17 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
-msgid "English (Australia, Canada, South Africa, UK, USA) spelling dictionaries, hyphenation rules, and thesaurus"
+msgid "English spelling dictionaries, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/translations/source/ca-XV/dictionaries/en/dialog.po b/translations/source/ca-XV/dictionaries/en/dialog.po
new file mode 100644
index 00000000000..5efca07a4cc
--- /dev/null
+++ b/translations/source/ca-XV/dictionaries/en/dialog.po
@@ -0,0 +1,171 @@
+#. extracted from dictionaries/en/dialog.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%2Fen%2Fdialog.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "Diccionaris"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.en.Label.value.text
+msgid "English sentence checking"
+msgstr ""
+
+#: en_en_US.properties#spelling.property.text
+msgid "Grammar checking"
+msgstr ""
+
+#: en_en_US.properties#hlp_grammar.property.text
+msgid "Check more grammar errors."
+msgstr ""
+
+#: en_en_US.properties#grammar.property.text
+msgid "Possible mistakes"
+msgstr ""
+
+#: en_en_US.properties#hlp_cap.property.text
+msgid "Check missing capitalization of sentences."
+msgstr ""
+
+#: en_en_US.properties#cap.property.text
+msgid "Capitalization"
+msgstr ""
+
+#: en_en_US.properties#hlp_dup.property.text
+msgid "Check repeated words."
+msgstr ""
+
+#: en_en_US.properties#dup.property.text
+msgid "Word duplication"
+msgstr ""
+
+#: en_en_US.properties#hlp_pair.property.text
+msgid "Check missing or extra parentheses and quotation marks."
+msgstr ""
+
+#: en_en_US.properties#pair.property.text
+msgid "Parentheses"
+msgstr ""
+
+#: en_en_US.properties#punctuation.property.text
+msgid "Punctuation"
+msgstr ""
+
+#: en_en_US.properties#hlp_spaces.property.text
+msgid "Check single spaces between words."
+msgstr ""
+
+#: en_en_US.properties#spaces.property.text
+msgid "Word spacing"
+msgstr ""
+
+#: en_en_US.properties#hlp_mdash.property.text
+msgid "Force unspaced em dash instead of spaced en dash."
+msgstr ""
+
+#: en_en_US.properties#mdash.property.text
+msgid "Em dash"
+msgstr ""
+
+#: en_en_US.properties#hlp_ndash.property.text
+msgid "Force spaced en dash instead of unspaced em dash."
+msgstr ""
+
+#: en_en_US.properties#ndash.property.text
+msgid "En dash"
+msgstr ""
+
+#: en_en_US.properties#hlp_quotation.property.text
+msgid "Check double quotation marks: \"x\" → “x”"
+msgstr ""
+
+#: en_en_US.properties#quotation.property.text
+msgid "Quotation marks"
+msgstr ""
+
+#: en_en_US.properties#hlp_times.property.text
+msgid "Check true multiplication sign: 5x5 → 5×5"
+msgstr ""
+
+#: en_en_US.properties#times.property.text
+msgid "Multiplication sign"
+msgstr ""
+
+#: en_en_US.properties#hlp_spaces2.property.text
+msgid "Check single spaces between sentences."
+msgstr ""
+
+#: en_en_US.properties#spaces2.property.text
+msgid "Sentence spacing"
+msgstr ""
+
+#: en_en_US.properties#hlp_spaces3.property.text
+msgid "Check more than two extra space characters between words and sentences."
+msgstr ""
+
+#: en_en_US.properties#spaces3.property.text
+msgid "More spaces"
+msgstr ""
+
+#: en_en_US.properties#hlp_minus.property.text
+msgid "Change hyphen characters to real minus signs."
+msgstr ""
+
+#: en_en_US.properties#minus.property.text
+msgid "Minus sign"
+msgstr ""
+
+#: en_en_US.properties#hlp_apostrophe.property.text
+msgid "Change typewriter apostrophe, single quotation marks and correct double primes."
+msgstr ""
+
+#: en_en_US.properties#apostrophe.property.text
+msgid "Apostrophe"
+msgstr ""
+
+#: en_en_US.properties#hlp_ellipsis.property.text
+msgid "Change three dots with ellipsis."
+msgstr ""
+
+#: en_en_US.properties#ellipsis.property.text
+msgid "Ellipsis"
+msgstr ""
+
+#: en_en_US.properties#others.property.text
+msgid "Others"
+msgstr "Altres"
+
+#: en_en_US.properties#hlp_metric.property.text
+msgid "Measurement conversion from °F, mph, ft, in, lb, gal and miles."
+msgstr ""
+
+#: en_en_US.properties#metric.property.text
+msgid "Convert to metric (°C, km/h, m, kg, l)"
+msgstr ""
+
+#: en_en_US.properties#hlp_numsep.property.text
+msgid "Common (1000000 → 1,000,000) or ISO (1000000 → 1 000 000)."
+msgstr ""
+
+#: en_en_US.properties#numsep.property.text
+msgid "Thousand separation of large numbers"
+msgstr ""
+
+#: en_en_US.properties#hlp_nonmetric.property.text
+msgid "Measurement conversion from °C; km/h; cm, m, km; kg; l."
+msgstr ""
+
+#: en_en_US.properties#nonmetric.property.text
+msgid "Convert to non-metric (°F, mph, ft, lb, gal)"
+msgstr ""
diff --git a/translations/source/ca-XV/dictionaries/es_ES.po b/translations/source/ca-XV/dictionaries/es_ES.po
index 38226265688..72d2c6041ae 100644
--- a/translations/source/ca-XV/dictionaries/es_ES.po
+++ b/translations/source/ca-XV/dictionaries/es_ES.po
@@ -3,17 +3,17 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Spanish spelling dictionary"
-msgstr ""
+msgstr "Diccionari ortogràfic per a l'espanyol"
diff --git a/translations/source/ca-XV/dictionaries/et_EE.po b/translations/source/ca-XV/dictionaries/et_EE.po
index f56a67365e5..085a46b2b4d 100644
--- a/translations/source/ca-XV/dictionaries/et_EE.po
+++ b/translations/source/ca-XV/dictionaries/et_EE.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/fr_FR.po b/translations/source/ca-XV/dictionaries/fr_FR.po
index 42d3dbd9c13..884d3b6fa38 100644
--- a/translations/source/ca-XV/dictionaries/fr_FR.po
+++ b/translations/source/ca-XV/dictionaries/fr_FR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/gd_GB.po b/translations/source/ca-XV/dictionaries/gd_GB.po
index d0b57a8a306..a8305f0c260 100644
--- a/translations/source/ca-XV/dictionaries/gd_GB.po
+++ b/translations/source/ca-XV/dictionaries/gd_GB.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:42+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: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/gl.po b/translations/source/ca-XV/dictionaries/gl.po
index bdab21c8d99..ac20f88f04c 100644
--- a/translations/source/ca-XV/dictionaries/gl.po
+++ b/translations/source/ca-XV/dictionaries/gl.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/gu_IN.po b/translations/source/ca-XV/dictionaries/gu_IN.po
index 84942504ca3..75eaca8a2a1 100644
--- a/translations/source/ca-XV/dictionaries/gu_IN.po
+++ b/translations/source/ca-XV/dictionaries/gu_IN.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/he_IL.po b/translations/source/ca-XV/dictionaries/he_IL.po
index 53ded6c5061..2110bc33c56 100644
--- a/translations/source/ca-XV/dictionaries/he_IL.po
+++ b/translations/source/ca-XV/dictionaries/he_IL.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/hi_IN.po b/translations/source/ca-XV/dictionaries/hi_IN.po
index 3225c49fa66..a19671ac556 100644
--- a/translations/source/ca-XV/dictionaries/hi_IN.po
+++ b/translations/source/ca-XV/dictionaries/hi_IN.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/hr_HR.po b/translations/source/ca-XV/dictionaries/hr_HR.po
index 6ec8277782e..7dd1a3b6cef 100644
--- a/translations/source/ca-XV/dictionaries/hr_HR.po
+++ b/translations/source/ca-XV/dictionaries/hr_HR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/hu_HU.po b/translations/source/ca-XV/dictionaries/hu_HU.po
index 2a863b1b22d..abbec2e7305 100644
--- a/translations/source/ca-XV/dictionaries/hu_HU.po
+++ b/translations/source/ca-XV/dictionaries/hu_HU.po
@@ -3,17 +3,17 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
-msgid "Hungarian spelling dictionary, hyphenation rules, and thesaurus"
+msgid "Hungarian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/translations/source/ca-XV/dictionaries/hu_HU/dialog.po b/translations/source/ca-XV/dictionaries/hu_HU/dialog.po
new file mode 100644
index 00000000000..560ae7e601f
--- /dev/null
+++ b/translations/source/ca-XV/dictionaries/hu_HU/dialog.po
@@ -0,0 +1,153 @@
+#. extracted from dictionaries/hu_HU/dialog.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%2Fhu_HU%2Fdialog.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "Diccionaris"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.hu_HU.Label.value.text
+msgid "Hungarian sentence checking"
+msgstr ""
+
+#: hu_HU_en_US.properties#spelling.property.text
+msgid "Spelling"
+msgstr "Ortografia"
+
+#: hu_HU_en_US.properties#cap.property.text
+msgid "Capitalization"
+msgstr ""
+
+#: hu_HU_en_US.properties#par.property.text
+msgid "Parentheses"
+msgstr ""
+
+#: hu_HU_en_US.properties#wordpart.property.text
+msgid "Word parts of compounds"
+msgstr ""
+
+#: hu_HU_en_US.properties#comma.property.text
+msgid "Comma usage"
+msgstr ""
+
+#: hu_HU_en_US.properties#proofreading.property.text
+msgid "Proofreading"
+msgstr ""
+
+#: hu_HU_en_US.properties#style.property.text
+msgid "Style checking"
+msgstr ""
+
+#: hu_HU_en_US.properties#compound.property.text
+msgid "Underline typo-like compound words"
+msgstr ""
+
+#: hu_HU_en_US.properties#allcompound.property.text
+msgid "Underline all generated compound words"
+msgstr ""
+
+#: hu_HU_en_US.properties#grammar.property.text
+msgid "Possible mistakes"
+msgstr ""
+
+#: hu_HU_en_US.properties#money.property.text
+msgid "Consistency of money amounts"
+msgstr ""
+
+#: hu_HU_en_US.properties#duplication.property.text
+msgctxt "hu_HU_en_US.properties#duplication.property.text"
+msgid "Word duplication"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup0.property.text
+msgctxt "hu_HU_en_US.properties#dup0.property.text"
+msgid "Word duplication"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup.property.text
+msgid "Duplication within clauses"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup2.property.text
+msgid "Duplication within sentences"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup3.property.text
+msgid "Allow previous checkings with affixes"
+msgstr ""
+
+#: hu_HU_en_US.properties#numpart.property.text
+msgid "Thousand separation of numbers"
+msgstr ""
+
+#: hu_HU_en_US.properties#typography.property.text
+msgid "Typography"
+msgstr ""
+
+#: hu_HU_en_US.properties#quot.property.text
+msgid "Quotation marks"
+msgstr ""
+
+#: hu_HU_en_US.properties#apost.property.text
+msgid "Apostrophe"
+msgstr ""
+
+#: hu_HU_en_US.properties#dash.property.text
+msgid "En dash"
+msgstr ""
+
+#: hu_HU_en_US.properties#elli.property.text
+msgid "Ellipsis"
+msgstr ""
+
+#: hu_HU_en_US.properties#ligature.property.text
+msgid "Ligature suggestion"
+msgstr ""
+
+#: hu_HU_en_US.properties#noligature.property.text
+msgid "Underline ligatures"
+msgstr ""
+
+#: hu_HU_en_US.properties#frac.property.text
+msgid "Fractions"
+msgstr "Fraccions"
+
+#: hu_HU_en_US.properties#thin.property.text
+msgid "Thin space"
+msgstr ""
+
+#: hu_HU_en_US.properties#spaces.property.text
+msgid "Double spaces"
+msgstr ""
+
+#: hu_HU_en_US.properties#spaces2.property.text
+msgid "More spaces"
+msgstr ""
+
+#: hu_HU_en_US.properties#idx.property.text
+msgid "Indices"
+msgstr ""
+
+#: hu_HU_en_US.properties#minus.property.text
+msgid "Minus"
+msgstr ""
+
+#: hu_HU_en_US.properties#SI.property.text
+msgid "Measurements"
+msgstr ""
+
+#: hu_HU_en_US.properties#hyphen.property.text
+msgid "Hyphenation of ambiguous words"
+msgstr ""
diff --git a/translations/source/ca-XV/dictionaries/it_IT.po b/translations/source/ca-XV/dictionaries/it_IT.po
index 73b2542eac6..39d7d68c49a 100644
--- a/translations/source/ca-XV/dictionaries/it_IT.po
+++ b/translations/source/ca-XV/dictionaries/it_IT.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/ku_TR.po b/translations/source/ca-XV/dictionaries/ku_TR.po
index cb3b057fe6e..030969c9bd0 100644
--- a/translations/source/ca-XV/dictionaries/ku_TR.po
+++ b/translations/source/ca-XV/dictionaries/ku_TR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/lt_LT.po b/translations/source/ca-XV/dictionaries/lt_LT.po
index ed726756a97..a749afab400 100644
--- a/translations/source/ca-XV/dictionaries/lt_LT.po
+++ b/translations/source/ca-XV/dictionaries/lt_LT.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/lv_LV.po b/translations/source/ca-XV/dictionaries/lv_LV.po
index fb0aca1485c..29d7e7fc180 100644
--- a/translations/source/ca-XV/dictionaries/lv_LV.po
+++ b/translations/source/ca-XV/dictionaries/lv_LV.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/ne_NP.po b/translations/source/ca-XV/dictionaries/ne_NP.po
index 1efc885234c..e649c820408 100644
--- a/translations/source/ca-XV/dictionaries/ne_NP.po
+++ b/translations/source/ca-XV/dictionaries/ne_NP.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/nl_NL.po b/translations/source/ca-XV/dictionaries/nl_NL.po
index 8dbb076f867..791a8ecdeac 100644
--- a/translations/source/ca-XV/dictionaries/nl_NL.po
+++ b/translations/source/ca-XV/dictionaries/nl_NL.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/no.po b/translations/source/ca-XV/dictionaries/no.po
index d236a54bd83..32debcbcb28 100644
--- a/translations/source/ca-XV/dictionaries/no.po
+++ b/translations/source/ca-XV/dictionaries/no.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/oc_FR.po b/translations/source/ca-XV/dictionaries/oc_FR.po
index 3f5eb5cfe19..80f0b5cb469 100644
--- a/translations/source/ca-XV/dictionaries/oc_FR.po
+++ b/translations/source/ca-XV/dictionaries/oc_FR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/pl_PL.po b/translations/source/ca-XV/dictionaries/pl_PL.po
index 53c17122368..fd396300671 100644
--- a/translations/source/ca-XV/dictionaries/pl_PL.po
+++ b/translations/source/ca-XV/dictionaries/pl_PL.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/pt_BR.po b/translations/source/ca-XV/dictionaries/pt_BR.po
index d00201062a5..a01d38abecb 100644
--- a/translations/source/ca-XV/dictionaries/pt_BR.po
+++ b/translations/source/ca-XV/dictionaries/pt_BR.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/pt_PT.po b/translations/source/ca-XV/dictionaries/pt_PT.po
index 666cf14c7ff..8edcd1399bd 100644
--- a/translations/source/ca-XV/dictionaries/pt_PT.po
+++ b/translations/source/ca-XV/dictionaries/pt_PT.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/ro.po b/translations/source/ca-XV/dictionaries/ro.po
index 3c3b3f7fe62..db33b5f8b2c 100644
--- a/translations/source/ca-XV/dictionaries/ro.po
+++ b/translations/source/ca-XV/dictionaries/ro.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/ru_RU.po b/translations/source/ca-XV/dictionaries/ru_RU.po
index a2df5b60ac7..1c5c8f719de 100644
--- a/translations/source/ca-XV/dictionaries/ru_RU.po
+++ b/translations/source/ca-XV/dictionaries/ru_RU.po
@@ -3,17 +3,17 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
-msgid "Russian spelling dictionary, hyphenation rules, and thesaurus"
+msgid "Russian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/translations/source/ca-XV/dictionaries/ru_RU/dialog.po b/translations/source/ca-XV/dictionaries/ru_RU/dialog.po
new file mode 100644
index 00000000000..ebe3a1424ea
--- /dev/null
+++ b/translations/source/ca-XV/dictionaries/ru_RU/dialog.po
@@ -0,0 +1,83 @@
+#. extracted from dictionaries/ru_RU/dialog.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%2Fru_RU%2Fdialog.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "Diccionaris"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.ru_RU.Label.value.text
+msgid "Grammar checking (Russian)"
+msgstr ""
+
+#: ru_RU_en_US.properties#abbreviation.property.text
+msgid "Abbreviation"
+msgstr ""
+
+#: ru_RU_en_US.properties#grammar.property.text
+msgid "Grammar"
+msgstr "Gramàtica"
+
+#: ru_RU_en_US.properties#hyphen.property.text
+msgid "Compound words with hyphen"
+msgstr ""
+
+#: ru_RU_en_US.properties#comma.property.text
+msgid "Comma usage"
+msgstr ""
+
+#: ru_RU_en_US.properties#common.property.text
+msgid "General error"
+msgstr ""
+
+#: ru_RU_en_US.properties#multiword.property.text
+msgid "Multiword expressions"
+msgstr ""
+
+#: ru_RU_en_US.properties#together.property.text
+msgid "Together/separately"
+msgstr ""
+
+#: ru_RU_en_US.properties#proofreading.property.text
+msgid "Proofreading"
+msgstr ""
+
+#: ru_RU_en_US.properties#space.property.text
+msgid "Space mistake"
+msgstr ""
+
+#: ru_RU_en_US.properties#typographica.property.text
+msgid "Typographica"
+msgstr ""
+
+#: ru_RU_en_US.properties#dup.property.text
+msgid "Word duplication within clauses"
+msgstr ""
+
+#: ru_RU_en_US.properties#dup2.property.text
+msgid "Word duplication within sentences"
+msgstr ""
+
+#: ru_RU_en_US.properties#others.property.text
+msgid "Others"
+msgstr "Altres"
+
+#: ru_RU_en_US.properties#numsep.property.text
+msgid "Separation of large numbers (ISO)"
+msgstr ""
+
+#: ru_RU_en_US.properties#quotation.property.text
+msgid "Quotation"
+msgstr "Citació"
diff --git a/translations/source/ca-XV/dictionaries/si_LK.po b/translations/source/ca-XV/dictionaries/si_LK.po
new file mode 100644
index 00000000000..c5fa0714f59
--- /dev/null
+++ b/translations/source/ca-XV/dictionaries/si_LK.po
@@ -0,0 +1,19 @@
+#. extracted from dictionaries/si_LK.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%2Fsi_LK.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Sinhala spelling dictionary"
+msgstr ""
diff --git a/translations/source/ca-XV/dictionaries/sk_SK.po b/translations/source/ca-XV/dictionaries/sk_SK.po
index c55d41fa6af..21100daf01b 100644
--- a/translations/source/ca-XV/dictionaries/sk_SK.po
+++ b/translations/source/ca-XV/dictionaries/sk_SK.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/sl_SI.po b/translations/source/ca-XV/dictionaries/sl_SI.po
index e9585c19ab5..289aec78ac0 100644
--- a/translations/source/ca-XV/dictionaries/sl_SI.po
+++ b/translations/source/ca-XV/dictionaries/sl_SI.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/sr.po b/translations/source/ca-XV/dictionaries/sr.po
index 4e1f533108f..d69c94739aa 100644
--- a/translations/source/ca-XV/dictionaries/sr.po
+++ b/translations/source/ca-XV/dictionaries/sr.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/sv_SE.po b/translations/source/ca-XV/dictionaries/sv_SE.po
index 01e64c7236b..c46edb3df24 100644
--- a/translations/source/ca-XV/dictionaries/sv_SE.po
+++ b/translations/source/ca-XV/dictionaries/sv_SE.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/sw_TZ.po b/translations/source/ca-XV/dictionaries/sw_TZ.po
index 0b6e15547a5..f7f42f715ce 100644
--- a/translations/source/ca-XV/dictionaries/sw_TZ.po
+++ b/translations/source/ca-XV/dictionaries/sw_TZ.po
@@ -3,17 +3,17 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Swahili spelling dictionary"
-msgstr ""
+msgstr "Diccionari ortogràfic per al suahili"
diff --git a/translations/source/ca-XV/dictionaries/te_IN.po b/translations/source/ca-XV/dictionaries/te_IN.po
index f0422b95516..e95a1b3caca 100644
--- a/translations/source/ca-XV/dictionaries/te_IN.po
+++ b/translations/source/ca-XV/dictionaries/te_IN.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:41+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: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/th_TH.po b/translations/source/ca-XV/dictionaries/th_TH.po
index 4f7158fe140..f92390595b1 100644
--- a/translations/source/ca-XV/dictionaries/th_TH.po
+++ b/translations/source/ca-XV/dictionaries/th_TH.po
@@ -3,17 +3,17 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Thai spelling dictionary"
-msgstr ""
+msgstr "Diccionari ortogràfic per al tai"
diff --git a/translations/source/ca-XV/dictionaries/uk_UA.po b/translations/source/ca-XV/dictionaries/uk_UA.po
index 4f29207e045..054f8262c68 100644
--- a/translations/source/ca-XV/dictionaries/uk_UA.po
+++ b/translations/source/ca-XV/dictionaries/uk_UA.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/vi.po b/translations/source/ca-XV/dictionaries/vi.po
index f92d76198f4..6919bc185df 100644
--- a/translations/source/ca-XV/dictionaries/vi.po
+++ b/translations/source/ca-XV/dictionaries/vi.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/dictionaries/zu_ZA.po b/translations/source/ca-XV/dictionaries/zu_ZA.po
index b56c4cbe71b..1002cfab8ed 100644
--- a/translations/source/ca-XV/dictionaries/zu_ZA.po
+++ b/translations/source/ca-XV/dictionaries/zu_ZA.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/editeng/source/accessibility.po b/translations/source/ca-XV/editeng/source/accessibility.po
index bf2ae02d7a3..4093e47d93e 100644
--- a/translations/source/ca-XV/editeng/source/accessibility.po
+++ b/translations/source/ca-XV/editeng/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:08+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/editeng/source/editeng.po b/translations/source/ca-XV/editeng/source/editeng.po
index f4294d36289..d6709fab2a0 100644
--- a/translations/source/ca-XV/editeng/source/editeng.po
+++ b/translations/source/ca-XV/editeng/source/editeng.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:08+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -49,7 +49,7 @@ msgstr "Aplica els estils"
#: editeng.src#RID_EDITUNDO_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "~Canvia a majúscules/minúscules"
#: editeng.src#RID_MENU_SPELL.MN_SPELLING.menuitem.text
msgid "~Spellcheck..."
diff --git a/translations/source/ca-XV/editeng/source/items.po b/translations/source/ca-XV/editeng/source/items.po
index df548fc2799..3c0d36fa97b 100644
--- a/translations/source/ca-XV/editeng/source/items.po
+++ b/translations/source/ca-XV/editeng/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-22 10:08+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -526,6 +526,30 @@ msgstr "Insereix"
msgid "Outset"
msgstr "Fora"
+#: svxitems.src#RID_SVXITEMS_METRIC_MM.string.text
+msgid "mm"
+msgstr "mm"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_CM.string.text
+msgid "cm"
+msgstr "cm"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_INCH.string.text
+msgid "inch"
+msgstr "polzada"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_POINT.string.text
+msgid "pt"
+msgstr "pt"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_TWIP.string.text
+msgid "twip"
+msgstr "twip"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_PIXEL.string.text
+msgid "pixel"
+msgstr ""
+
#: svxitems.src#RID_SVXITEMS_SHADOWED_TRUE.string.text
msgid "Shadowed"
msgstr "Ombrejat"
diff --git a/translations/source/ca-XV/editeng/source/misc.po b/translations/source/ca-XV/editeng/source/misc.po
index 3c82398b309..c1b2528865d 100644
--- a/translations/source/ca-XV/editeng/source/misc.po
+++ b/translations/source/ca-XV/editeng/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:08+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/editeng/source/outliner.po b/translations/source/ca-XV/editeng/source/outliner.po
index 49d09b1de80..9154dc19645 100644
--- a/translations/source/ca-XV/editeng/source/outliner.po
+++ b/translations/source/ca-XV/editeng/source/outliner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-22 10:08+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/extensions/source/abpilot.po b/translations/source/ca-XV/extensions/source/abpilot.po
index 3b3ca0fa9d5..1ff87661644 100644
--- a/translations/source/ca-XV/extensions/source/abpilot.po
+++ b/translations/source/ca-XV/extensions/source/abpilot.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:08+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -71,8 +71,8 @@ msgid "Mozilla / Netscape"
msgstr "Mozilla / Netscape"
#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_THUNDERBIRD.radiobutton.text
-msgid "Thunderbird"
-msgstr "Thunderbird"
+msgid "Thunderbird/Icedove"
+msgstr ""
#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_KAB.radiobutton.text
msgid "KDE address book"
diff --git a/translations/source/ca-XV/extensions/source/bibliography.po b/translations/source/ca-XV/extensions/source/bibliography.po
index 2768a6ba7a6..a7051da253e 100644
--- a/translations/source/ca-XV/extensions/source/bibliography.po
+++ b/translations/source/ca-XV/extensions/source/bibliography.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 08:05+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/extensions/source/dbpilots.po b/translations/source/ca-XV/extensions/source/dbpilots.po
index 006ac5ad923..337f563c677 100644
--- a/translations/source/ca-XV/extensions/source/dbpilots.po
+++ b/translations/source/ca-XV/extensions/source/dbpilots.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:08+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/extensions/source/propctrlr.po b/translations/source/ca-XV/extensions/source/propctrlr.po
index 9841a279196..756d4b6bd5f 100644
--- a/translations/source/ca-XV/extensions/source/propctrlr.po
+++ b/translations/source/ca-XV/extensions/source/propctrlr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-03 08:05+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/extensions/source/scanner.po b/translations/source/ca-XV/extensions/source/scanner.po
index 60f0932e285..aa0111ca7c8 100644
--- a/translations/source/ca-XV/extensions/source/scanner.po
+++ b/translations/source/ca-XV/extensions/source/scanner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:08+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -54,7 +54,7 @@ msgstr ""
#: sanedlg.src#RID_SANE_DIALOG.RID_SCAN_BTN.pushbutton.text
msgid "Scan"
-msgstr ""
+msgstr "Escàner"
#: sanedlg.src#RID_SANE_DIALOG.RID_PREVIEW_BOX.fixedline.text
msgid "Preview"
diff --git a/translations/source/ca-XV/extensions/source/update/check.po b/translations/source/ca-XV/extensions/source/update/check.po
index 604195591bf..4e17ec2b9f3 100644
--- a/translations/source/ca-XV/extensions/source/update/check.po
+++ b/translations/source/ca-XV/extensions/source/update/check.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 07:50+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/filter/source/config/fragments/filters.po b/translations/source/ca-XV/filter/source/config/fragments/filters.po
index b0f16effd06..356cdfd534b 100644
--- a/translations/source/ca-XV/filter/source/config/fragments/filters.po
+++ b/translations/source/ca-XV/filter/source/config/fragments/filters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-05-10 18:26+0200\n"
-"Last-Translator: PauGNU <pau@somgnu.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2011-12-15 12:35+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -60,7 +60,7 @@ msgstr "Text codificat (document mestre de %PRODUCTNAME%)"
msgid "Microsoft Excel 2007 Binary"
msgstr "Binari del Microsoft Excel 2007"
-#: impress_OOXML_ui.xcu#Office_Open_XML_Presentation.UIName.value.text
+#: impress_OOXML_ui.xcu#Impress_Office_Open_XML.UIName.value.text
msgid "Office Open XML Presentation"
msgstr "Presentació d'Office Open XML"
@@ -290,7 +290,7 @@ msgstr "Document HTML"
msgid "ODF Presentation"
msgstr "Presentació ODF"
-#: impress_OOXML_Template_ui.xcu#Office_Open_XML_Presentation_Template.UIName.value.text
+#: impress_OOXML_Template_ui.xcu#Impress_Office_Open_XML_Template.UIName.value.text
msgid "Office Open XML Presentation Template"
msgstr "Plantilla de presentació d'Office Open XML"
diff --git a/translations/source/ca-XV/filter/source/config/fragments/internalgraphicfilters.po b/translations/source/ca-XV/filter/source/config/fragments/internalgraphicfilters.po
index 464df9dcacc..98a92d5b866 100644
--- a/translations/source/ca-XV/filter/source/config/fragments/internalgraphicfilters.po
+++ b/translations/source/ca-XV/filter/source/config/fragments/internalgraphicfilters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:08+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/filter/source/config/fragments/types.po b/translations/source/ca-XV/filter/source/config/fragments/types.po
index 0bcaab725d3..4f924d07d93 100644
--- a/translations/source/ca-XV/filter/source/config/fragments/types.po
+++ b/translations/source/ca-XV/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 01:59+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: StarBase.xcu#StarBase.UIName.value.text
@@ -100,7 +100,7 @@ msgstr "Plantilla del Writer 8"
#: MS_Excel_2007_Binary.xcu#MS_Excel_2007_Binary.UIName.value.text
msgid "Microsoft Excel 2007 Binary"
-msgstr ""
+msgstr "Binari del Microsoft Excel 2007"
#: calc8.xcu#calc8.UIName.value.text
msgid "Calc 8"
diff --git a/translations/source/ca-XV/filter/source/flash.po b/translations/source/ca-XV/filter/source/flash.po
index 50c79093298..8a1b8368f27 100644
--- a/translations/source/ca-XV/filter/source/flash.po
+++ b/translations/source/ca-XV/filter/source/flash.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:08+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/filter/source/graphicfilter/eps.po b/translations/source/ca-XV/filter/source/graphicfilter/eps.po
index 4d4169bad49..83fdcc8e7eb 100644
--- a/translations/source/ca-XV/filter/source/graphicfilter/eps.po
+++ b/translations/source/ca-XV/filter/source/graphicfilter/eps.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:08+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/filter/source/pdf.po b/translations/source/ca-XV/filter/source/pdf.po
index ac9ac4abae7..be883bac327 100644
--- a/translations/source/ca-XV/filter/source/pdf.po
+++ b/translations/source/ca-XV/filter/source/pdf.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-05-03 08:05+0200\n"
-"Last-Translator: PauGNU <pau@somgnu.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-01-05 12:28+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -119,6 +119,11 @@ msgstr "~Exporta els comentaris"
msgid "Export ~notes pages"
msgstr "Exporta les pàgines de ~notes"
+#: impdialog.src#CB_EXPORTHIDDENSLIDES.checkbox.text
+#, fuzzy
+msgid "Export ~hidden pages"
+msgstr "Exporta les pàgines de ~notes"
+
#: impdialog.src#CB_EXPORTEMPTYPAGES.checkbox.text
msgid "Exp~ort automatically inserted blank pages"
msgstr "Exp~orta les pàgines en blanc inserides automàticament"
diff --git a/translations/source/ca-XV/filter/source/t602.po b/translations/source/ca-XV/filter/source/t602.po
index 577f6725a25..f35c6980d3c 100644
--- a/translations/source/ca-XV/filter/source/t602.po
+++ b/translations/source/ca-XV/filter/source/t602.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:08+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/filter/source/xsltdialog.po b/translations/source/ca-XV/filter/source/xsltdialog.po
index 540721e6e01..eebd97bdddb 100644
--- a/translations/source/ca-XV/filter/source/xsltdialog.po
+++ b/translations/source/ca-XV/filter/source/xsltdialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-03 08:05+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/forms/source/resource.po b/translations/source/ca-XV/forms/source/resource.po
index 3c1ba7f3367..d68c2ec678c 100644
--- a/translations/source/ca-XV/forms/source/resource.po
+++ b/translations/source/ca-XV/forms/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-22 10:08+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/formula/source/core/resource.po b/translations/source/ca-XV/formula/source/core/resource.po
index e636df6ccaf..3a0c3a40c6d 100644
--- a/translations/source/ca-XV/formula/source/core/resource.po
+++ b/translations/source/ca-XV/formula/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:08+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -143,6 +143,22 @@ msgstr "ATANH"
msgid "ACOTH"
msgstr "ACOTH"
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_COSECANT.string.text
+msgid "CSC"
+msgstr ""
+
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SECANT.string.text
+msgid "SEC"
+msgstr ""
+
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_COSECANT_HYP.string.text
+msgid "CSCH"
+msgstr ""
+
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SECANT_HYP.string.text
+msgid "SECH"
+msgstr ""
+
#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_EXP.string.text
msgid "EXP"
msgstr "EXP"
diff --git a/translations/source/ca-XV/formula/source/ui/dlg.po b/translations/source/ca-XV/formula/source/ui/dlg.po
index cc332dcf437..ffb9957be19 100644
--- a/translations/source/ca-XV/formula/source/ui/dlg.po
+++ b/translations/source/ca-XV/formula/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:08+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/fpicker/source/office.po b/translations/source/ca-XV/fpicker/source/office.po
index 2d51bce563e..724f6ac4d1c 100644
--- a/translations/source/ca-XV/fpicker/source/office.po
+++ b/translations/source/ca-XV/fpicker/source/office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-03 08:05+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/framework/source/classes.po b/translations/source/ca-XV/framework/source/classes.po
index 7b3d7955ad1..142cfb1d509 100644
--- a/translations/source/ca-XV/framework/source/classes.po
+++ b/translations/source/ca-XV/framework/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-22 10:08+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/framework/source/services.po b/translations/source/ca-XV/framework/source/services.po
index 76780b1ecb3..67012fc35dd 100644
--- a/translations/source/ca-XV/framework/source/services.po
+++ b/translations/source/ca-XV/framework/source/services.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 08:05+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/sbasic/guide.po b/translations/source/ca-XV/helpcontent2/source/text/sbasic/guide.po
index 7f57d48b6f9..d9c0a61e0ff 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/sbasic/guide.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/sbasic/guide.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-29 08:11+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/sbasic/shared.po b/translations/source/ca-XV/helpcontent2/source/text/sbasic/shared.po
index c88f9c7c611..cf6321e2b28 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/sbasic/shared.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/sbasic/shared.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-29 08:11+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4968,8 +4968,8 @@ msgid "Default"
msgstr "Per defecte"
#: 01170101.xhp#par_id3153547.179.help.text
-msgid "Only input controls receive the focus when using the <emph>Tab </emph>key. Controls without input like caption controls are omitted."
-msgstr "Només els controls d'entrada reben el focus quan s'utilitza la tecla <emph>Tabulador</emph>. Els controls sense entrada com ara els controls de llegenda s'ometen."
+msgid "Only input controls receive the focus when using the <emph>Tab</emph> key. Controls without input like caption controls are omitted."
+msgstr ""
#: 01170101.xhp#par_id3154632.52.help.text
msgid "No"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/sbasic/shared/01.po b/translations/source/ca-XV/helpcontent2/source/text/sbasic/shared/01.po
index e98e16140a2..7c68a336d8e 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/sbasic/shared/01.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/sbasic/shared/01.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-29 08:11+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/sbasic/shared/02.po b/translations/source/ca-XV/helpcontent2/source/text/sbasic/shared/02.po
index 0a8b9bf40d1..25743d81a1d 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/sbasic/shared/02.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/sbasic/shared/02.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-29 08:11+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/scalc.po b/translations/source/ca-XV/helpcontent2/source/text/scalc.po
index fcb9cd56b44..16b5335e201 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/scalc.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/scalc.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+helpcontent2%2Fsource%2Ftext%2Fscalc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-29 08:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/scalc/00.po b/translations/source/ca-XV/helpcontent2/source/text/scalc/00.po
index 0a64706ba6a..506126760b9 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/scalc/00.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/scalc/00.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-22 10:22+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/scalc/01.po b/translations/source/ca-XV/helpcontent2/source/text/scalc/01.po
index 5a3481891e2..882ea66f45e 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/scalc/01.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/scalc/01.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-29 08:12+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17908,8 +17908,8 @@ msgid "Editing Array Formulas"
msgstr "Edició de fórmules matricials"
#: 04060107.xhp#par_id3149241.317.help.text
-msgid "Select the cell range or array containing the array formula. To select the whole array, position the cell cursor inside the array range, then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>+ /, where / is the Division key on the numeric keypad."
-msgstr "Seleccioneu un interval de cel·les o una matriu que continga la fórmula matricial. Per seleccionar tota la matriu, col·loqueu el cursor de la cel·la dins de l'interval de la matriu i premeu <switchinline select=\"sys\"><caseinline select=\"MAC\">Orde</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ /, on / és la tecla de divisió en el teclat numèric."
+msgid "Select the cell range or array containing the array formula. To select the whole array, position the cell cursor inside the array range, then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+/, where / is the Division key on the numeric keypad."
+msgstr ""
#: 04060107.xhp#par_id3143274.318.help.text
msgid "Either press F2 or position the cursor in the input line. Both of these actions let you edit the formula."
@@ -17970,8 +17970,8 @@ msgid "When you adjust the array range, the array formula will not automatically
msgstr "Quan ajusteu l'interval de matriu, la fórmula matricial no s'ajusta automàticament. Només canvieu l'interval on apareixerà el resultat."
#: 04060107.xhp#par_id3146080.333.help.text
-msgid "By holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key, you can create a copy of the array formula in the given range."
-msgstr "Si premeu <switchinline select=\"sys\"><caseinline select=\"MAC\">Orde</caseinline><defaultinline>Ctrl</defaultinline></switchinline> podreu crear una còpia de la fórmula matricial a l'interval donat."
+msgid "By holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, you can create a copy of the array formula in the given range."
+msgstr ""
#: 04060107.xhp#par_idN10D47.help.text
msgid "Conditional Array Calculations"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/scalc/02.po b/translations/source/ca-XV/helpcontent2/source/text/scalc/02.po
index 2b943c58958..2c07a2fa6c3 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/scalc/02.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/scalc/02.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-22 10:24+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/scalc/04.po b/translations/source/ca-XV/helpcontent2/source/text/scalc/04.po
index ae3ef8089d3..98b577e76f3 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/scalc/04.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/scalc/04.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-29 08:12+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -36,8 +36,8 @@ msgid "To create a matrix in which all the cells contain the same information as
msgstr "Per crear una matriu en la qual totes les cel·les continguen la mateixa informació que heu introduït a la <emph>línia d'entrada</emph>, premeu Maj+<switchinline select=\"sys\"><caseinline select=\"MAC\">Orde</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Retorn. No podeu editar els components de la matriu."
#: 01020000.xhp#par_id3166426.4.help.text
-msgid "To select multiple cells in different areas of a sheet, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline>and drag in the different areas."
-msgstr "Per seleccionar diverses cel·les de diferents àrees d'un full, mantingueu premuda la tecla <switchinline select=\"sys\"><caseinline select=\"MAC\">Orde</caseinline><defaultinline>Ctrl</defaultinline></switchinline> i arrossegueu el ratolí per les diferents àrees."
+msgid "To select multiple cells in different areas of a sheet, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and drag in the different areas."
+msgstr ""
#: 01020000.xhp#par_id3150207.127.help.text
msgid "To select multiple sheets in a spreadsheet, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, and then click the name tabs at the lower edge of the workspace. To select only one sheet in a selection, hold down Shift, and then click the name tab of the sheet."
@@ -234,8 +234,8 @@ msgid "Adds the next sheet to the current selection of sheets. If all the sheets
msgstr "Afig el full següent a la selecció actual de fulls. Si tots els fulls del full de càlcul estan seleccionats, esta combinació de tecles de drecera només seleccionarà el full següent. Fa que el full següent siga el full actual."
#: 01020000.xhp#hd_id3145826.96.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + *"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Orde</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+*"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ *"
+msgstr ""
#: 01020000.xhp#par_id3148882.97.help.text
msgid "where (*) is the multiplication sign on the numeric key pad"
@@ -246,8 +246,8 @@ msgid "Selects the data range that contains the cursor. A range is a contiguous
msgstr "Selecciona l'interval de dades que conté el cursor. Un interval és un conjunt de cel·les contigües que contenen dades i que està limitat per files i columnes buides."
#: 01020000.xhp#hd_id3151233.180.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + /"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Orde</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+/"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ /"
+msgstr ""
#: 01020000.xhp#par_id3149949.181.help.text
msgid "where (/) is the division sign on the numeric key pad"
@@ -282,8 +282,8 @@ msgid "Moves the cursor down one cell in a selected range. To specify the direct
msgstr "Mou el cursor una cel·la avall en un interval seleccionat. Si voleu especificar la direcció cap a la qual es mou el cursor, trieu <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferències</caseinline><defaultinline>Eines - Opcions</defaultinline></switchinline> - %PRODUCTNAME Calc - General</emph>."
#: 01020000.xhp#par_id5961180.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline> + ` (see note below this table)"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Orde</caseinline><defaultinline>Ctrl </defaultinline></switchinline>+` (vegeu la nota a continuació de la taula)"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ ` (see note below this table)"
+msgstr ""
#: 01020000.xhp#par_id6407055.help.text
msgid "Displays or hides the formulas instead of the values in all cells."
@@ -496,32 +496,32 @@ msgid "Ungroups the selected data range."
msgstr "Desagrupa l'interval de dades seleccionat."
#: 01020000.xhp#hd_id3151264.117.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + Down Arrow"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Opció</caseinline><defaultinline>Alt</defaultinline></switchinline> + Fletxa avall"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ Down Arrow"
+msgstr ""
#: 01020000.xhp#par_id3153155.118.help.text
msgid "Increases the height of current row."
msgstr "Augmenta l'alçada de la fila actual."
#: 01020000.xhp#hd_id3151297.119.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + Up Arrow"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Opció</caseinline><defaultinline>Alt</defaultinline></switchinline> + Fletxa amunt"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ Up Arrow"
+msgstr ""
#: 01020000.xhp#par_id3155849.120.help.text
msgid "Decreases the height of current row."
msgstr "Redueix l'alçada de la fila actual."
#: 01020000.xhp#hd_id3155997.121.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + Right Arrow"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Opció</caseinline><defaultinline>Alt</defaultinline></switchinline> + Fletxa dreta"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ Right Arrow"
+msgstr ""
#: 01020000.xhp#par_id3150256.122.help.text
msgid "Increases the width of the current column."
msgstr "Augmenta l'amplada de la columna actual."
#: 01020000.xhp#hd_id3154046.123.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + Left Arrow"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Opció</caseinline><defaultinline>Alt</defaultinline></switchinline> + Fletxa esquerra"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ Left Arrow"
+msgstr ""
#: 01020000.xhp#par_id3150155.124.help.text
msgid "Decreases the width of the current column."
diff --git a/translations/source/ca-XV/helpcontent2/source/text/scalc/05.po b/translations/source/ca-XV/helpcontent2/source/text/scalc/05.po
index cbdf844b908..8ed91a7c04c 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/scalc/05.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/scalc/05.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-22 10:24+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/scalc/guide.po b/translations/source/ca-XV/helpcontent2/source/text/scalc/guide.po
index ef0a3de2385..6e3bfae470e 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/scalc/guide.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/scalc/guide.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-29 08:12+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1509,8 +1509,8 @@ msgstr "Per exemple, introduïu el text \"gen.\" o \"gener\" en una cel·la buid
#: sorted_list.xhp#par_id2367931.help.text
msgctxt "sorted_list.xhp#par_id2367931.help.text"
-msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>if you do not want to fill the cells with different values."
-msgstr "Manteniu premuda la tecla <switchinline select=\"sys\"><caseinline select=\"MAC\">Orde</caseinline><defaultinline>Ctrl</defaultinline></switchinline> si no voleu emplenar les cel·les amb valors diferents."
+msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> if you do not want to fill the cells with different values."
+msgstr ""
#: sorted_list.xhp#par_id3152577.5.help.text
msgid "The predefined series can be found under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists</emph>. You can also create your own lists of text strings tailored to your needs, such as a list of your company's branch offices. When you use the information in these lists later (for example, as headings), just enter the first name in the list and expand the entry by dragging it with your mouse."
@@ -3647,8 +3647,8 @@ msgstr "Per crear ràpidament una llista de dies consecutius, introduïu <item t
#: calc_series.xhp#par_id9720145.help.text
msgctxt "calc_series.xhp#par_id9720145.help.text"
-msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>if you do not want to fill the cells with different values."
-msgstr "Mantingueu premuda <switchinline select=\"sys\"><caseinline select=\"MAC\">Orde </caseinline><defaultinline>Ctrl </defaultinline></switchinline>si no voleu omplir les cel·les amb valors diferents."
+msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> if you do not want to fill the cells with different values."
+msgstr ""
#: calc_series.xhp#par_id3154490.18.help.text
msgid "If you select two or more adjacent cells that contain different numbers, and drag, the remaining cells are filled with the arithmetic pattern that is recognized in the numbers. The AutoFill function also recognizes customized lists that are defined under <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists</item>."
@@ -3806,8 +3806,8 @@ msgid "Formatting Borders and Backgrounds for Cells and Pages"
msgstr "Formatació de vores i fons per a cel·les i pàgines"
#: format_table.xhp#par_id3154733.20.help.text
-msgid "You can assign a format to any group of cells by first selecting the cells (for multiple selection, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key when clicking), and then activating the <emph>Format Cells</emph> dialog in <item type=\"menuitem\">Format - Cell</item>. In this dialog, you can select attributes such as shadows and backgrounds."
-msgstr "Podeu assignar un format a qualsevol grup de cel·les seleccionant primer les cel·les (per a seleccions múltiples, manteniu premuda la tecla <switchinline select=\"sys\"><caseinline select=\"MAC\">Orde</caseinline><defaultinline>Ctrl</defaultinline></switchinline> mentre feu clic) i activant després el diàleg <emph>Formata les cel·les</emph> a <item type=\"menuitem\">Format - Cel·les</item>. En este diàleg podeu seleccionar atributs com ara ombres i fons."
+msgid "You can assign a format to any group of cells by first selecting the cells (for multiple selection, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key when clicking), and then activating the <emph>Format Cells</emph> dialog in <item type=\"menuitem\">Format - Cell</item>. In this dialog, you can select attributes such as shadows and backgrounds."
+msgstr ""
#: format_table.xhp#par_id3145116.21.help.text
msgid "To apply formatting attributes to an entire sheet, choose <emph>Format - Page</emph>. You can define headers and footers, for example, to appear on each printed page."
@@ -4721,8 +4721,8 @@ msgid "In $[officename] Calc, you can insert values, text or formulas that are s
msgstr "A l'$[officename] Calc podeu inserir valors, text o fórmules que es copien simultàniament en altres fulls seleccionats del document."
#: edit_multitables.xhp#par_id3153768.8.help.text
-msgid "Select all desired sheets by holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key and clicking the corresponding register tabs that are still gray at the bottom margin of the workspace. All selected register tabs are now white."
-msgstr "Seleccioneu tots els fulls que vulgueu mantenint premuda la tecla <switchinline select=\"sys\"><caseinline select=\"MAC\">Orde </caseinline><defaultinline>Ctrl </defaultinline></switchinline>i fent clic a les pestanyes de registre corresponents que encara estan de color gris al marge inferior de l'espai de treball. Ara totes les pestanyes de registre seleccionades seran blanques."
+msgid "Select all desired sheets by holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key and clicking the corresponding register tabs that are still gray at the bottom margin of the workspace. All selected register tabs are now white."
+msgstr ""
#: edit_multitables.xhp#par_idN10614.help.text
msgctxt "edit_multitables.xhp#par_idN10614.help.text"
@@ -4952,9 +4952,8 @@ msgid "Selecting Multiple Sheets"
msgstr "Selecció de fulls múltiples"
#: multitables.xhp#par_id3145251.6.help.text
-#, fuzzy
-msgid "The sheet tab of the current sheet is always visible in white in front of the other sheet tabs. The other sheet tabs are gray when they are not selected. By clicking other sheet tabs while pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline>you can select multiple sheets."
-msgstr "La pestanya del full actual sempre es veu de color blanc davant de les altres pestanyes del full. La resta de pestanyes del full són de color gris quan no estan seleccionades. Si feu clic a les altres pestanyes del full mentre premeu <switchinline select=\"sys\"><caseinline select=\"MAC\">Orde</caseinline><defaultinline>Ctrl</defaultinline></switchinline> podreu seleccionar fulls múltiples."
+msgid "The sheet tab of the current sheet is always visible in white in front of the other sheet tabs. The other sheet tabs are gray when they are not selected. By clicking other sheet tabs while pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> you can select multiple sheets."
+msgstr ""
#: multitables.xhp#par_idN106B7.help.text
msgctxt "multitables.xhp#par_idN106B7.help.text"
@@ -4966,9 +4965,8 @@ msgid "Undoing a Selection"
msgstr "Desfer una selecció"
#: multitables.xhp#par_id3146969.13.help.text
-#, fuzzy
-msgid "To undo the selection of a sheet, click its sheet tab again while pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline>key. The sheet that is currently visible cannot be removed from the selection."
-msgstr "Per desfer la selecció d'un full, feu clic de nou a la pestanya del full mentre premeu la tecla <switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre</caseinline><defaultinline>Ctrl</defaultinline></switchinline>. El full que es veu actualment no es pot eliminar de la selecció. "
+msgid "To undo the selection of a sheet, click its sheet tab again while pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key. The sheet that is currently visible cannot be removed from the selection."
+msgstr ""
#: multitables.xhp#hd_id3156382.15.help.text
msgid "Calculating Across Multiple Sheets"
@@ -5019,8 +5017,8 @@ msgid "If you move cells in insert mode within the same row (only horizontally),
msgstr "Si moveu les cel·les en el mode d'inserció dins de la mateixa fila (només horitzontalment), després de la inserció de les cel·les totes les cel·les es desplaçaran cap a l'esquerra per omplir l'àrea d'origen."
#: move_dragdrop.xhp#par_id2586748.help.text
-msgid "In both modes, you can hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key, or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift keys while you release the mouse button to insert a copy or a link, respectively."
-msgstr "En tots dos modes, podeu mantindre premuda la tecla <switchinline select=\"sys\"><caseinline select=\"MAC\">Orde</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, o bé les tecles <switchinline select=\"sys\"><caseinline select=\"MAC\">Orde</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Maj mentre deixeu anar el botó del ratolí per inserir una còpia o un enllaç, respectivament."
+msgid "In both modes, you can hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift keys while you release the mouse button to insert a copy or a link, respectively."
+msgstr ""
#: move_dragdrop.xhp#par_id5814081.help.text
msgid "Keys pressed while releasing the mouse button"
@@ -5040,8 +5038,8 @@ msgid "Cells are moved and overwrite the cells in the target area. Source cells
msgstr "Les cel·les es mouen i sobreescriuen les cel·les de l'àrea de destinació. Es buiden les cel·les d'origen."
#: move_dragdrop.xhp#par_id6161687.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key"
-msgstr "tecla <switchinline select=\"sys\"><caseinline select=\"MAC\">Orde</caseinline><defaultinline>Ctrl</defaultinline></switchinline>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key"
+msgstr ""
#: move_dragdrop.xhp#par_id4278389.help.text
msgid "Cells are copied and overwrite the cells in the target area. Source cells stay as they are."
@@ -5068,8 +5066,8 @@ msgid "If you move within the same rows on the same sheet, the cells in the targ
msgstr "Si moveu les cel·les dins les mateixes files al mateix full, les cel·les de l'àrea de destinació es desplaçaran cap a la dreta, i després tota la fila es desplaçarà per omplir l'àrea d'origen."
#: move_dragdrop.xhp#par_id2783898.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option+Command </caseinline><defaultinline>Alt+Ctrl </defaultinline></switchinline>keys"
-msgstr "tecles <switchinline select=\"sys\"><caseinline select=\"MAC\">Opció+Orde</caseinline><defaultinline>Alt+Ctrl</defaultinline></switchinline>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option+Command </caseinline><defaultinline>Alt+Ctrl</defaultinline></switchinline> keys"
+msgstr ""
#: move_dragdrop.xhp#par_id2785119.help.text
msgid "Cells are copied and shift the cells in the target area to the right or to the bottom. Source cells stay as they are."
@@ -5162,8 +5160,8 @@ msgid "To create a scenario, select all the cells that provide the data for the
msgstr "Per crear un escenari, seleccioneu totes les cel·les que proporcionen les dades per a l'escenari."
#: scenario.xhp#par_id3154020.17.help.text
-msgid "Select the cells that contain the values that will change between scenarios. To select multiple cells, hold down the <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline></item>key as you click each cell."
-msgstr "Seleccioneu les cel·les que contenen els valors que canviaran entre els escenaris. Per seleccionar cel·les múltiples, manteniu premuda la tecla <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre</caseinline><defaultinline>Ctrl</defaultinline></switchinline></item> mentre feu clic a cada cel·la."
+msgid "Select the cells that contain the values that will change between scenarios. To select multiple cells, hold down the <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline></item> key as you click each cell."
+msgstr ""
#: scenario.xhp#par_id3150364.18.help.text
msgid "Choose <emph>Tools - Scenarios</emph>. The <emph>Create Scenario</emph> dialog appears."
@@ -5606,9 +5604,8 @@ msgid "By double-clicking on one of the fields in the <emph>Data Fields</emph> a
msgstr "Si feu doble clic a un dels camps de l'àrea <emph>Camps de dades</emph> podreu cridar el diàleg <link href=\"text/scalc/01/12090105.xhp\" name=\"Camp de dades\"><emph>Camp de dades</emph></link>."
#: datapilot_createtable.xhp#par_id3156286.17.help.text
-#, fuzzy
-msgid "Use the <item type=\"menuitem\">Data Field</item> dialog to select the calculations to be used for the data. To make a multiple selection, press the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline>key while clicking the desired calculation."
-msgstr "Utilitzeu el diàleg <item type=\"menuitem\">Camp de dades</item> per seleccionar els càlculs que s'han d'utilitzar per a les dades. Per fer una selecció múltiple, premeu la tecla <switchinline select=\"sys\"><caseinline select=\"MAC\">Orde</caseinline><defaultinline>Ctrl</defaultinline></switchinline> mentre feu clic al càlcul desitjat."
+msgid "Use the <item type=\"menuitem\">Data Field</item> dialog to select the calculations to be used for the data. To make a multiple selection, press the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while clicking the desired calculation."
+msgstr ""
#: datapilot_createtable.xhp#par_id3150329.13.help.text
msgid "The order of the buttons can be changed at any time by moving them to a different position in the area with the mouse."
diff --git a/translations/source/ca-XV/helpcontent2/source/text/schart.po b/translations/source/ca-XV/helpcontent2/source/text/schart.po
index c37ef6c7025..d41ea46883f 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/schart.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/schart.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+helpcontent2%2Fsource%2Ftext%2Fschart.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-29 08:11+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/schart/00.po b/translations/source/ca-XV/helpcontent2/source/text/schart/00.po
index cbc00755942..05c2e2fccc0 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/schart/00.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/schart/00.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-22 10:24+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/schart/01.po b/translations/source/ca-XV/helpcontent2/source/text/schart/01.po
index 63db03174f5..5c2138df9f6 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/schart/01.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/schart/01.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-29 08:12+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/schart/02.po b/translations/source/ca-XV/helpcontent2/source/text/schart/02.po
index 4f90ea5db69..a739301f712 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/schart/02.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/schart/02.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-22 10:25+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/schart/04.po b/translations/source/ca-XV/helpcontent2/source/text/schart/04.po
index 2113867beae..a184030dae6 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/schart/04.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/schart/04.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-29 08:12+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/sdraw.po b/translations/source/ca-XV/helpcontent2/source/text/sdraw.po
index d6c2e942f1f..790d5080f7b 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/sdraw.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/sdraw.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+helpcontent2%2Fsource%2Ftext%2Fsdraw.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-29 08:11+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/sdraw/00.po b/translations/source/ca-XV/helpcontent2/source/text/sdraw/00.po
index 4cbdb90f7da..8f23d09ca88 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/sdraw/00.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/sdraw/00.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 19:15+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/sdraw/01.po b/translations/source/ca-XV/helpcontent2/source/text/sdraw/01.po
index f2feee485d6..e1d04ade506 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/sdraw/01.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/sdraw/01.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-22 10:25+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/sdraw/04.po b/translations/source/ca-XV/helpcontent2/source/text/sdraw/04.po
index e5784a26961..4d778d5d2eb 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/sdraw/04.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/sdraw/04.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-29 08:12+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -374,8 +374,8 @@ msgid "Press the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option<
msgstr "Premeu la tecla <switchinline select=\"sys\"><caseinline select=\"MAC\">Opció</caseinline><defaultinline>Alt</defaultinline></switchinline> i arrossegueu amb el ratolí per dibuixar o canviar la mida d'un objecte des del centre cap a fora."
#: 01020000.xhp#hd_id3143232.83.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + click on an object"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Opció</caseinline><defaultinline>Alt</defaultinline></switchinline> + clic sobre un objecte"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ click on an object"
+msgstr ""
#: 01020000.xhp#par_id3156007.84.help.text
msgid "Selects the object behind the currently selected object."
diff --git a/translations/source/ca-XV/helpcontent2/source/text/sdraw/guide.po b/translations/source/ca-XV/helpcontent2/source/text/sdraw/guide.po
index 3dec6aadc63..ba06fd10617 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/sdraw/guide.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/sdraw/guide.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-29 08:12+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/shared.po b/translations/source/ca-XV/helpcontent2/source/text/shared.po
index 1f8b676e8fa..2da04d8116a 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/shared.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/shared.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+helpcontent2%2Fsource%2Ftext%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-29 08:11+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/shared/00.po b/translations/source/ca-XV/helpcontent2/source/text/shared/00.po
index 0adc35f4d5c..c4f707234d8 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/shared/00.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/shared/00.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-29 08:12+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4434,6 +4434,10 @@ msgstr "<variable id=\"scripting\">Trieu <emph><switchinline select=\"sys\"><cas
msgid "<variable id=\"java\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Java</emph></variable>"
msgstr "<variable id=\"java\">Trieu <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferències</caseinline><defaultinline>Eines - Opcions</defaultinline></switchinline> - $[officename] - Java</emph></variable>"
+#: 00000406.xhp#par_id5485702.help.text
+msgid "<variable id=\"online_update\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Online Update </emph></variable>"
+msgstr ""
+
#: 00000406.xhp#par_id3146989.152.help.text
msgid "<variable id=\"accessibility\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Accessibility</emph></variable>"
msgstr "<variable id=\"accessibility\">Trieu <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferències</caseinline><defaultinline>Eines - Opcions</defaultinline></switchinline> - $[officename] - Accessibilitat</emph></variable>"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/shared/01.po b/translations/source/ca-XV/helpcontent2/source/text/shared/01.po
index e6cca25c19e..16aae11b30b 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/shared/01.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/shared/01.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-10-31 23:08+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3547,6 +3547,10 @@ msgstr "En el diàleg Òbriga un fitxer, seleccioneu el fitxer que vulgueu inser
msgid "The file types that are listed in this dialog are not supported by all operating systems."
msgstr "Els tipus de fitxer que es llisten en este diàleg no són compatibles amb tots els sistemes operatius."
+#: moviesound.xhp#par_idN10700.help.text
+msgid "Click the <emph>Link</emph> box if you want a link to the original file. If it is not checked, the media file will be embedded (not supported with all file formats)."
+msgstr ""
+
#: moviesound.xhp#par_idN106D7.help.text
msgid "Click <emph>Open</emph>."
msgstr "Feu clic a <emph>Òbriga</emph>."
@@ -11950,8 +11954,8 @@ msgid "To view the styles that are used in a file, double-click the file name, a
msgstr "Per visualitzar els estils que s'utilitzen en un fitxer, feu doble clic al nom del fitxer i, tot seguit, a la icona <emph>Estils</emph>."
#: 01110100.xhp#par_id3155504.35.help.text
-msgid "To copy a style, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>and drag the style from one file to another file. To move a style, drag the style from one file to another file."
-msgstr "Per copiar un estil, manteniu premuda la tecla <switchinline select=\"sys\"><caseinline select=\"MAC\">Orde </caseinline><defaultinline>Ctrl </defaultinline></switchinline>i arrossegueu l'estil cap a un altre fitxer. Per moure un estil, arrossegueu-lo d'un fitxer cap a un altre."
+msgid "To copy a style, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and drag the style from one file to another file. To move a style, drag the style from one file to another file."
+msgstr ""
#: 01110100.xhp#hd_id3149578.8.help.text
msgctxt "01110100.xhp#hd_id3149578.8.help.text"
@@ -12588,8 +12592,8 @@ msgid "Selection field"
msgstr "Camp de selecció"
#: 02230401.xhp#par_id3161459.4.help.text
-msgid "<ahelp hid=\"HID_REDLINING_VIEW_DG_VIEW\">Lists the changes that were recorded in the document. When you select an entry in the list, the change is highlighted in the document. To sort the list, click a column heading. </ahelp> Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>while you click to select multiple entries in the list."
-msgstr "<ahelp hid=\"HID_REDLINING_VIEW_DG_VIEW\">Enumera els canvis que s'han enregistrat al document. Quan seleccioneu una entrada a la llista, es realça el canvi al document. Per ordenar la llista, feu clic en una capçalera de columna. </ahelp> Manteniu premuda la tecla <switchinline select=\"sys\"><caseinline select=\"MAC\">Orde </caseinline><defaultinline>Ctrl </defaultinline></switchinline>mentre seleccioneu diverses entrades a la llista."
+msgid "<ahelp hid=\"HID_REDLINING_VIEW_DG_VIEW\">Lists the changes that were recorded in the document. When you select an entry in the list, the change is highlighted in the document. To sort the list, click a column heading. </ahelp> Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while you click to select multiple entries in the list."
+msgstr ""
#: 02230401.xhp#par_id3152812.6.help.text
msgid "To edit the comment for an entry in the list, right-click the entry, and then choose<emph> Edit - Comment</emph>."
@@ -19365,8 +19369,8 @@ msgid "Several records or removing a selection"
msgstr "Diversos registres o supressió d'una selecció"
#: 05340400.xhp#par_id3149295.17.help.text
-msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>and click the row header"
-msgstr "Mantingueu premuda la tecla <switchinline select=\"sys\"><caseinline select=\"MAC\">Orde </caseinline> <defaultinline>Ctrl </defaultinline></switchinline> i feu clic a la capçalera de fila"
+msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and click the row header"
+msgstr ""
#: 05340400.xhp#par_id3152360.18.help.text
msgctxt "05340400.xhp#par_id3152360.18.help.text"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/shared/02.po b/translations/source/ca-XV/helpcontent2/source/text/shared/02.po
index bf0535a788a..4c8a7c56ea3 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/shared/02.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/shared/02.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-05-02 15:58+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -6765,8 +6765,8 @@ msgid "Decrease Indent"
msgstr "Redueix el sagnat"
#: 02130000.xhp#par_id3153031.6.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you click the <emph>Decrease Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key, the indent for the selected paragraph is moved by the default tab stop that has been set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Si feu clic a la icona <emph>Redueix el sagnat</emph> mentre premeu la tecla <switchinline select=\"sys\"><caseinline select=\"MAC\">Orde</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, el sagnat per al paràgraf seleccionat es mou a la tabulació per defecte que s'ha definit a <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> del quadre de diàleg Opcions.</caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you click the <emph>Decrease Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, the indent for the selected paragraph is moved by the default tab stop that has been set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
+msgstr ""
#: 01171300.xhp#tit.help.text
msgctxt "01171300.xhp#tit.help.text"
@@ -7572,8 +7572,8 @@ msgid "You can copy controls in the document through the clipboard (shortcut key
msgstr "Podeu copiar controls al document mitjançant el porta-retalls (les tecles de drecera són <switchinline select=\"sys\"><caseinline select=\"MAC\">Orde</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C per copiar i <switchinline select=\"sys\"><caseinline select=\"MAC\">Orde</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V per inserir). Podeu copiar controls amagats al <emph>Navegador de formularis</emph> utilitzant la funció d'arrossegar i deixar anar mentre manteniu premuda la tecla <switchinline select=\"sys\"><caseinline select=\"MAC\">Orde</caseinline><defaultinline>Ctrl</defaultinline></switchinline>."
#: 01170600.xhp#par_id3145068.20.help.text
-msgid "Drag and drop to copy controls within the same document or between documents. Open another form document and drag the hidden control from the <emph>Form Navigator</emph> into the <emph>Form Navigator</emph> of the target document. Click a visible control directly in the document, rest the mouse for a moment so that a copy of the control is added to the drag-and-drop clipboard, then drag the copy into the other document. If you want a copy in the same document, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>while dragging."
-msgstr "Utilitzeu la funció d'arrossegar i deixar anar per copiar controls dins del mateix document o entre documents. Obriu un altre document de formulari i arrossegueu el control amagat del <emph>Navegador de formularis</emph> al <emph>Navegador de formularis</emph> del document de destinació. Feu clic directament a un control visible del document, deixeu aturat un moment el ratolí perquè s'afija una còpia del control al porta-retalls d'arrossegar i deixar anar i llavors arrossegueu la còpia a l'altre document. Si voleu una còpia al mateix document, premeu <switchinline select=\"sys\"><caseinline select=\"MAC\">Orde</caseinline><defaultinline>Ctrl</defaultinline></switchinline> mentre arrossegueu."
+msgid "Drag and drop to copy controls within the same document or between documents. Open another form document and drag the hidden control from the <emph>Form Navigator</emph> into the <emph>Form Navigator</emph> of the target document. Click a visible control directly in the document, rest the mouse for a moment so that a copy of the control is added to the drag-and-drop clipboard, then drag the copy into the other document. If you want a copy in the same document, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while dragging."
+msgstr ""
#: 01170600.xhp#hd_id3152812.13.help.text
msgid "Delete"
@@ -8177,8 +8177,8 @@ msgid "Drag the mark on the right to the left while pressing the mouse button"
msgstr "Arrossegueu la marca de la dreta cap a l'esquerra mentre premeu el botó del ratolí"
#: 13020000.xhp#par_id3154760.16.help.text
-msgid "In order to change the left indent starting with the second line of a paragraph, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline> key, click the triangle on the bottom left, and drag it to the right."
-msgstr "Per canviar el sagnat esquerre que comença a la segona línia d'un paràgraf, manteniu premuda la tecla <switchinline select=\"sys\"><caseinline select=\"MAC\">Orde</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, feu clic al triangle de la part inferior esquerre i arrossegueu-lo cap a la dreta."
+msgid "In order to change the left indent starting with the second line of a paragraph, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, click the triangle on the bottom left, and drag it to the right."
+msgstr ""
#: 13020000.xhp#par_id3148453.17.help.text
msgid "Tabs that have been set are not changed when indenting a paragraph. If the set tabs end up outside the margins of the paragraph, they are no longer displayed, but they still exist."
@@ -8453,8 +8453,8 @@ msgid "Increase Indent"
msgstr "Augmenta el sagnat"
#: 02140000.xhp#par_id3152996.5.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Click the <emph>Increase Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key to move the indenting of the selected paragraph by the default tab distance set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Feu clic a la icona <emph>Augmenta el sagnat</emph> mentre premeu la tecla <switchinline select=\"sys\"><caseinline select=\"MAC\">Orde</caseinline><defaultinline>Ctrl</defaultinline></switchinline> per moure el sagnat del paràgraf seleccionat a la distància de tabulació per defecte seleccionada a <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> del quadre de diàleg Opcions.</caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Click the <emph>Increase Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key to move the indenting of the selected paragraph by the default tab distance set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
+msgstr ""
#: 02140000.xhp#par_id3157910.6.help.text
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Example:</caseinline></switchinline>"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/shared/04.po b/translations/source/ca-XV/helpcontent2/source/text/shared/04.po
index eb3c23226af..87c920316f6 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/shared/04.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/shared/04.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-29 08:12+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/shared/05.po b/translations/source/ca-XV/helpcontent2/source/text/shared/05.po
index 908a5e262c3..82dd0c385cd 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/shared/05.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/shared/05.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-29 08:12+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/shared/07.po b/translations/source/ca-XV/helpcontent2/source/text/shared/07.po
index ecaeac6b17d..e9d28a64a59 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/shared/07.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/shared/07.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F07.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-22 10:27+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/shared/autokorr.po b/translations/source/ca-XV/helpcontent2/source/text/shared/autokorr.po
index 1743fb0dd8e..d280624d6ec 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/shared/autokorr.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/shared/autokorr.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautokorr.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-22 10:27+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/shared/autopi.po b/translations/source/ca-XV/helpcontent2/source/text/shared/autopi.po
index a3b43aa7613..e41f6ab5a0a 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/shared/autopi.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/shared/autopi.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautopi.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-29 08:12+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/shared/explorer/database.po b/translations/source/ca-XV/helpcontent2/source/text/shared/explorer/database.po
index 492824be655..60fd1d67bb4 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/shared/explorer/database.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/shared/explorer/database.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fexplorer%2Fdatabase.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-29 08:12+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/shared/guide.po b/translations/source/ca-XV/helpcontent2/source/text/shared/guide.po
index 8477a96ebae..20e932006bf 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/shared/guide.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/shared/guide.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-05-02 08:11+0200\n"
-"Last-Translator: PauGNU <pau@somgnu.cat>\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2012-01-11 16:13+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca_XV\n"
"MIME-Version: 1.0\n"
@@ -3022,8 +3022,8 @@ msgid "Select an object by a single click."
msgstr "Seleccioneu un objecte amb un sol clic."
#: gallery_insert.xhp#par_id3154140.12.help.text
-msgid "Drag the object into the document while pressing the Shift and <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>keys, or right-click to open the context menu and select <emph>Insert</emph> and <emph>Link</emph>."
-msgstr "Arrossegueu l'objecte cap al document mentre premeu les tecles Maj i <switchinline select=\"sys\"><caseinline select=\"MAC\">Orde</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, o feu clic amb el botó dret del ratolí per obrir el menú contextual, i seleccioneu <emph>Insereix</emph> i <emph>Enllaç</emph>."
+msgid "Drag the object into the document while pressing the Shift and <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> keys, or right-click to open the context menu and select <emph>Insert</emph> and <emph>Link</emph>."
+msgstr ""
#: gallery_insert.xhp#hd_id3156282.13.help.text
msgid "Inserting an object as a background graphic"
@@ -4383,8 +4383,8 @@ msgid "To reattach a floating window, drag-and-drop the window's title bar to an
msgstr "Per tornar a adjuntar una finestra flotant, arrossegueu i deixeu anar la barra de títol de la finestra en una vora de la finestra del document. La busca del ratolí ha d'estar molt a prop de la vora de la finestra del document quan deixeu anar el botó del ratolí."
#: floating_toolbar.xhp#par_id1510055.help.text
-msgid "Depending on your system's window manager settings, you may also double-click an empty place on the toolbar or window, while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key. Or double-click the title bar of the floating toolbar or window."
-msgstr "Segons la configuració del gestor de finestres del vostre sistema, també podeu fer doble clic en un espai buit de la barra d'eines o de la finestra mentre manteniu premuda la tecla <switchinline select=\"sys\"><caseinline select=\"MAC\">Orde</caseinline><defaultinline>Ctrl</defaultinline></switchinline>. Igualment, podeu fer doble clic a la barra de títol de la barra d'eines o la finestra flotant."
+msgid "Depending on your system's window manager settings, you may also double-click an empty place on the toolbar or window, while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key. Or double-click the title bar of the floating toolbar or window."
+msgstr ""
#: floating_toolbar.xhp#par_idN107AC.help.text
msgid "Docking toolbars and windows by drag-and-drop depends on your system's window manager settings. You must enable your system to show the full window contents when you move a window, instead of showing just the outer frame."
@@ -6535,16 +6535,16 @@ msgid "Starting the $[officename] Software From the Command Line"
msgstr "Inici de l'$[officename] des de la línia d'ordes"
#: start_parameters.xhp#par_id3156152.5.help.text
-msgid "Under Windows, select <emph>Run</emph> from the Windows Start menu, or open a Shell under UNIX® based platforms."
-msgstr "Al Windows, seleccioneu <emph>Executa</emph> al menú Inicia del Windows; a les plataformes UNIX®, obriu una finestra d'intèrpret d'ordes."
+msgid "Under Windows, select <emph>Run</emph> from the Windows Start menu, or open a shell under Linux, *BSD, or Mac OS X platforms."
+msgstr ""
#: start_parameters.xhp#par_id3152472.6.help.text
msgid "Under Windows, type the following text in the <emph>Open </emph>text field and click <emph>OK</emph>. "
msgstr "Al Windows, introduïu el text següent al camp de text <emph>Òbriga</emph> i feu clic a <emph>D'acord</emph>. "
#: start_parameters.xhp#par_id3149669.53.help.text
-msgid "Under UNIX based systems, type the following line of text, then press <emph>Return</emph>:"
-msgstr "Als sistemes basats en el UNIX, introduïu la línia de text següent i, tot seguit, premeu <emph>Retorn</emph>:"
+msgid "Under UNIX-like systems, type the following line of text, then press <emph>Return</emph>:"
+msgstr ""
#: start_parameters.xhp#par_id3147561.7.help.text
msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">{install}\\program\\soffice.exe {parameter} </caseinline><caseinline select=\"UNIX\">{install}/program/soffice {parameter} </caseinline></switchinline>"
@@ -6571,15 +6571,25 @@ msgid "Meaning"
msgstr "Significat"
#: start_parameters.xhp#par_id3149983.73.help.text
-msgid "-help / -h / -?"
+#, fuzzy
+msgid "--help / -h / -?"
msgstr "-help / -h / -?"
#: start_parameters.xhp#par_id3147349.74.help.text
msgid "Lists the available command line parameters <switchinline select=\"sys\"><caseinline select=\"WIN\">in a dialog box</caseinline><defaultinline>to the console</defaultinline></switchinline>."
msgstr "Enumera els paràmetres de línia d'ordes disponibles <switchinline select=\"sys\"><caseinline select=\"WIN\">a un quadre de diàleg</caseinline><defaultinline> a la consola</defaultinline></switchinline>."
+#: start_parameters.xhp#par_id31499et.73.help.text
+msgid "--version"
+msgstr ""
+
+#: start_parameters.xhp#par_id31473et.74.help.text
+msgid "Displays the version information."
+msgstr ""
+
#: start_parameters.xhp#par_id3150010.59.help.text
-msgid "-writer"
+#, fuzzy
+msgid "--writer"
msgstr "-writer"
#: start_parameters.xhp#par_id3147213.60.help.text
@@ -6587,7 +6597,8 @@ msgid "Starts with an empty Writer document."
msgstr "Inicia l'aplicació amb un document del Writer buit."
#: start_parameters.xhp#par_id3148616.61.help.text
-msgid "-calc"
+#, fuzzy
+msgid "--calc"
msgstr "-calc"
#: start_parameters.xhp#par_id3145261.62.help.text
@@ -6595,7 +6606,8 @@ msgid "Starts with an empty Calc document."
msgstr "Inicia l'aplicació amb un document del Calc buit."
#: start_parameters.xhp#par_id3156443.63.help.text
-msgid "-draw"
+#, fuzzy
+msgid "--draw"
msgstr "-draw"
#: start_parameters.xhp#par_id3154011.64.help.text
@@ -6603,7 +6615,8 @@ msgid "Starts with an empty Draw document."
msgstr "Inicia l'aplicació amb un document del Draw buit."
#: start_parameters.xhp#par_id3153142.65.help.text
-msgid "-impress"
+#, fuzzy
+msgid "--impress"
msgstr "-impress"
#: start_parameters.xhp#par_id3153222.66.help.text
@@ -6611,7 +6624,8 @@ msgid "Starts with an empty Impress document."
msgstr "Inicia l'aplicació amb un document de l'Impress buit."
#: start_parameters.xhp#par_id3155853.67.help.text
-msgid "-math"
+#, fuzzy
+msgid "--math"
msgstr "-math"
#: start_parameters.xhp#par_id3146928.68.help.text
@@ -6619,7 +6633,8 @@ msgid "Starts with an empty Math document."
msgstr "Inicia l'aplicació amb un document del Math buit."
#: start_parameters.xhp#par_id3149960.69.help.text
-msgid "-global"
+#, fuzzy
+msgid "--global"
msgstr "-global"
#: start_parameters.xhp#par_id3151075.70.help.text
@@ -6627,7 +6642,8 @@ msgid "Starts with an empty Writer master document."
msgstr "Inicia l'aplicació amb un document mestre del Writer buit."
#: start_parameters.xhp#par_id3154510.71.help.text
-msgid "-web"
+#, fuzzy
+msgid "--web"
msgstr "-web"
#: start_parameters.xhp#par_id3148836.72.help.text
@@ -6635,7 +6651,8 @@ msgid "Starts with an empty HTML document."
msgstr "Inicia l'aplicació amb un document HTML buit."
#: start_parameters.xhp#par_id3149403.help.text
-msgid "-show {filename.odp}"
+#, fuzzy
+msgid "--show {filename.odp}"
msgstr "-show {nomdefitxer.odp}"
#: start_parameters.xhp#par_id3153838.80.help.text
@@ -6643,23 +6660,17 @@ msgid "Starts with the Impress file <emph>{filename.odp}</emph> and starts the p
msgstr "Comença amb el fitxer Impress <emph>{nomdefitxer.odp}</emph> i inicia la presentació. Entra al mode d'edició després de la presentació."
#: start_parameters.xhp#par_id3156276.13.help.text
-msgid "-minimized"
+#, fuzzy
+msgid "--minimized"
msgstr "-minimized"
#: start_parameters.xhp#par_id3146080.14.help.text
msgid "Starts minimized. The splash screen is not displayed."
msgstr "Inicia l'aplicació minimitzada. La pantalla de presentació no es mostra."
-#: start_parameters.xhp#par_id3641773.help.text
-msgid "-maximized"
-msgstr "-maximized"
-
-#: start_parameters.xhp#par_id8224433.help.text
-msgid "Starts maximized."
-msgstr "Inicia l'aplicació maximitzada."
-
#: start_parameters.xhp#par_id3145641.15.help.text
-msgid "-invisible"
+#, fuzzy
+msgid "--invisible"
msgstr "-invisible"
#: start_parameters.xhp#par_id3154756.16.help.text
@@ -6672,8 +6683,8 @@ msgid "Neither the start-up logo nor the initial program window will be visible.
msgstr "No es mostrarà el logotip d'inici ni la finestra inicial del programa. No obstant això, és possible controlar el programari de l'$[officename], així com obrir documents i quadres de diàleg mitjançant l'<link href=\"http://api.openoffice.org\" name=\"API\">API</link>. "
#: start_parameters.xhp#par_id3147341.18.help.text
-msgid "When the $[officename] software has been started with this parameter, it can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX based systems)."
-msgstr "Quan s'ha iniciat el programari de l'$[officename] amb este paràmetre, només es pot tancar mitjançant l'Administrador de tasques (Windows) o l'orde <emph>kill</emph> (sistemes basats en el UNIX)."
+msgid "When the $[officename] software has been started with this parameter, it can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX-like systems)."
+msgstr ""
#: start_parameters.xhp#par_id3150388.48.help.text
msgid "It cannot be used in conjunction with <emph>-quickstart</emph>."
@@ -6684,16 +6695,9 @@ msgctxt "start_parameters.xhp#par_id3145147.19.help.text"
msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
msgstr "En trobareu més informació a la <emph>Guia del desenvolupador de l'$[officename]</emph> (en anglés)."
-#: start_parameters.xhp#par_id3155334.77.help.text
-msgid "-nocrashreport"
-msgstr "-nocrashreport"
-
-#: start_parameters.xhp#par_id3149259.78.help.text
-msgid "Disables the error report tool."
-msgstr "Inhabilita l'eina d'informe d'errors."
-
#: start_parameters.xhp#par_id3155903.20.help.text
-msgid "-norestore"
+#, fuzzy
+msgid "--norestore"
msgstr "-norestore"
#: start_parameters.xhp#par_id3156374.21.help.text
@@ -6701,8 +6705,9 @@ msgid "Disables restart and file recovery after a system crash."
msgstr "Inhabilita el reinici i la restauració de fitxers després d'una fallada del sistema."
#: start_parameters.xhp#par_id5215918.help.text
+#, fuzzy
msgctxt "start_parameters.xhp#par_id5215918.help.text"
-msgid "-nofirststartwizard"
+msgid "--nofirststartwizard"
msgstr "-nofirststartwizard"
#: start_parameters.xhp#par_id5665761.help.text
@@ -6710,7 +6715,8 @@ msgid "Disables the Welcome Wizard."
msgstr "Desactiva l'auxiliar de benvinguda."
#: start_parameters.xhp#par_id3148477.25.help.text
-msgid "-quickstart"
+#, fuzzy
+msgid "--quickstart"
msgstr "-quickstart"
#: start_parameters.xhp#par_id3153919.26.help.text
@@ -6718,7 +6724,8 @@ msgid "Activates the Quickstarter."
msgstr "Activa l'inici ràpid."
#: start_parameters.xhp#par_id3152479.30.help.text
-msgid "-accept={UNO string}"
+#, fuzzy
+msgid "--accept={UNO string}"
msgstr "-accept={cadena UNO}"
#: start_parameters.xhp#par_id3147130.31.help.text
@@ -6730,17 +6737,14 @@ msgctxt "start_parameters.xhp#par_id3148874.32.help.text"
msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
msgstr "En trobareu més informació a la <emph>Guia del desenvolupador de l'$[officename]</emph> (en anglés)."
-#: start_parameters.xhp#par_id3149964.33.help.text
-msgid "-env"
-msgstr "-env"
-
-#: start_parameters.xhp#par_id2439039.help.text
-msgid "Sets another environment for the program start."
-msgstr "Defineix un altre entorn per a l'inici del programa."
+#: start_parameters.xhp#par_id315247a.30.help.text
+#, fuzzy
+msgid "--unaccept={UNO string}"
+msgstr "-accept={cadena UNO}"
-#: start_parameters.xhp#par_id2789086.help.text
-msgid "Use soffice -env:UserInstallation=$(URL) where $(URL) is the URL of a folder that contains the \"user\" folder."
-msgstr "Utilitzeu soffice -env:UserInstallation=$(URL), on $(URL) és l'URL d'una carpeta que conté la carpeta \"user\"."
+#: start_parameters.xhp#par_id314713a.31.help.text
+msgid "Closes an acceptor that was created with --accept={UNO string}. Use --unaccept=all to close all open acceptors."
+msgstr ""
#: start_parameters.xhp#par_id3159238.36.help.text
msgid "-p {filename1} {filename2} ..."
@@ -6756,7 +6760,8 @@ msgid "If the file name contains spaces, then it must be enclosed in quotation m
msgstr "Si el nom de fitxer conté espais, l'haureu de posar entre cometes."
#: start_parameters.xhp#par_id3150883.38.help.text
-msgid "-pt {Printername} {filename1} {filename2} ..."
+#, fuzzy
+msgid "--pt {Printername} {filename1} {filename2} ..."
msgstr "-pt {nomd'impressora} {nomdefitxer1} {nomdefitxer2} ..."
#: start_parameters.xhp#par_id3155081.50.help.text
@@ -6777,7 +6782,8 @@ msgid "Opens <emph>{filename}</emph> for editing, even if it is a template."
msgstr "Òbriga <emph>{nomdefitxer}</emph> per editar-lo, fins i tot si és una plantilla."
#: start_parameters.xhp#par_id3151182.54.help.text
-msgid "-view {filename}"
+#, fuzzy
+msgid "--view {filename}"
msgstr "-view {nomdefitxer}"
#: start_parameters.xhp#par_id3145268.55.help.text
@@ -6793,7 +6799,8 @@ msgid "Creates a new document using <emph>{filename}</emph> as a template."
msgstr "Crea un document nou i utilitza <emph>{nomdefitxer}</emph> com a plantilla."
#: start_parameters.xhp#par_id3155126.43.help.text
-msgid "-nologo"
+#, fuzzy
+msgid "--nologo"
msgstr "-nologo"
#: start_parameters.xhp#par_id3151334.44.help.text
@@ -6801,16 +6808,26 @@ msgid "Disables the splash screen at program start."
msgstr "Inhabilita la pantalla de presentació quan s'inicia el programa."
#: start_parameters.xhp#par_id3159171.75.help.text
-msgid "-nodefault"
+#, fuzzy
+msgid "--nodefault"
msgstr "-nodefault"
#: start_parameters.xhp#par_id3153306.76.help.text
msgid "Starts without displaying anything except the splash screen."
msgstr "Inicia l'aplicació i només mostra la pantalla de presentació."
+#: start_parameters.xhp#par_id315917t.75.help.text
+msgid "--nolockcheck"
+msgstr ""
+
+#: start_parameters.xhp#par_id315330t.76.help.text
+msgid "Disables check for remote instances using the installation."
+msgstr ""
+
#: start_parameters.xhp#par_id2211676.help.text
+#, fuzzy
msgctxt "start_parameters.xhp#par_id2211676.help.text"
-msgid "-nofirststartwizard"
+msgid "--nofirststartwizard"
msgstr "-nofirststartwizard"
#: start_parameters.xhp#par_id1641895.help.text
@@ -6818,15 +6835,17 @@ msgid "Add this parameter to the program start command to suppress the Welcome W
msgstr "Afegiu este paràmetre a l'orde d'inici del programa per suprimir l'auxiliar de benvinguda."
#: start_parameters.xhp#par_id3153915.45.help.text
-msgid "-display {display}"
+#, fuzzy
+msgid "--display {display}"
msgstr "-display {visualització}"
#: start_parameters.xhp#par_id3146786.46.help.text
-msgid "Sets the <emph>DISPLAY </emph>environment variable on UNIX based platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for the $[officename] software on UNIX based platforms."
-msgstr "Estableix la variable d'entorn <emph>DISPLAY</emph> de les plataformes UNIX al valor <emph>{visualització}</emph>. Este paràmetre només l'admet l'script d'inici de l'$[officename] a les plataformes UNIX."
+msgid "Sets the <emph>DISPLAY </emph>environment variable on UNIX-like platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for the $[officename] software on UNIX-like platforms."
+msgstr ""
#: start_parameters.xhp#par_id3149595.56.help.text
-msgid "-headless"
+#, fuzzy
+msgid "--headless"
msgstr "-headless"
#: start_parameters.xhp#par_id3150530.57.help.text
@@ -6838,6 +6857,30 @@ msgstr "Inici en mode \"headless\", que permet utilitzar l'aplicació sense inte
msgid "This special mode can be used when the application is controlled by external clients via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
msgstr "Este mode especial es pot utilitzar quan l'aplicació es controla mitjançant clients externs a través de l'<link href=\"http://api.openoffice.org\" name=\"API\">API</link>."
+#: start_parameters.xhp#par_id314959o.56.help.text
+msgid "--infilter={filter}"
+msgstr ""
+
+#: start_parameters.xhp#par_id315053o.57.help.text
+msgid "Forces an input filter type, if possible. Eg. --infilter=\"Calc Office Open XML\"."
+msgstr ""
+
+#: start_parameters.xhp#par_id314959p.56.help.text
+msgid "--convert-to output_file_extension[:output_filter_name] [--outdir output_dir] files"
+msgstr ""
+
+#: start_parameters.xhp#par_id315053p.57.help.text
+msgid "Batch convert files.If --outdir is not specified, then current working directory is used as output_dir.<br/> Eg. --convert-to pdf *.doc<br/> --convert-to pdf:writer_pdf_Export --outdir /home/user *.doc"
+msgstr ""
+
+#: start_parameters.xhp#par_id314959q.56.help.text
+msgid "--print-to-file [--printer-name printer_name] [--outdir output_dir] files"
+msgstr ""
+
+#: start_parameters.xhp#par_id315053q.57.help.text
+msgid "Batch print files to file.If --outdir is not specified, then current working directory is used as output_dir.<br/> Eg. --print-to-file *.doc<br/> --print-to-file --printer-name nasty_lowres_printer --outdir /home/user *.doc"
+msgstr ""
+
#: groups.xhp#tit.help.text
msgid "Working with Groups "
msgstr "Treball amb grups"
@@ -9947,8 +9990,8 @@ msgid "Drag the window by its title bar to the side, or"
msgstr "Arrossegueu la finestra per la barra de títol al costat, o"
#: autohide.xhp#par_id3150275.68.help.text
-msgid "Double-click inside a vacant area of the window while holding down the Ctrl key. In the Styles and Formatting window, double-click a gray part of the window next to the icons while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key. Alternatively, press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F10</item>."
-msgstr "Feu doble clic dins d'una àrea buida de la finestra mentre manteniu premuda la tecla Ctrl. A la finestra Estils i formatació, feu doble clic en una part grisa de la finestra que hi ha al costat de les icones mentre manteniu premuda la tecla <switchinline select=\"sys\"><caseinline select=\"MAC\">Orde</caseinline><defaultinline>Ctrl</defaultinline></switchinline>. Si ho preferiu, premeu <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Orde</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Maj+F10</item>."
+msgid "Double-click inside a vacant area of the window while holding down the Ctrl key. In the Styles and Formatting window, double-click a gray part of the window next to the icons while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key. Alternatively, press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F10</item>."
+msgstr ""
#: autohide.xhp#par_id3147335.69.help.text
msgid "These methods can also be used to undock a currently docked window."
diff --git a/translations/source/ca-XV/helpcontent2/source/text/shared/optionen.po b/translations/source/ca-XV/helpcontent2/source/text/shared/optionen.po
index d79d3a8031e..59d5143cd98 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/shared/optionen.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/shared/optionen.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Foptionen.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-10-31 23:08+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -124,8 +124,8 @@ msgid "If you import an MS Word document, the spaces are automatically added dur
msgstr "Si importeu un document del MS Word, els espais s'afigen automàticament durant la conversió."
#: 01041000.xhp#hd_id3149964.42.help.text
-msgid "Use StarOffice 6.0/7 tab stop formatting"
-msgstr "Utilitza la formatació de tabulació de l'StarOffice 6.0/7"
+msgid "Use OpenOffice.org 1.1 tab stop formatting"
+msgstr ""
#: 01041000.xhp#par_id3152777.43.help.text
msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTLOAD_PAGE_CB_TAB_ALIGNMENT\">Specifies how to align text at tab stops beyond the right margin, how to handle decimal tab stops, and how to handle tab stops close to a line break.</ahelp> If this check box is not selected, tab stops are handled in the same way as in other Office applications."
@@ -148,8 +148,8 @@ msgid "In text documents created by your current version of Writer, the addition
msgstr "En documents de text creats per la versió actual del Writer, l'interlineat addicional s'utilitza per defecte. En documents creats per versions del Writer anteriors a l'StarOffice 8 o OpenOffice.org 2.0, no s'utilitza l'interlineat addicional."
#: 01041000.xhp#par_idN107FF.help.text
-msgid "Use StarOffice 6.0/7 line spacing"
-msgstr "Utilitza l'interlineat de l'StarOffice 6.0/7"
+msgid "Use OpenOffice.org 1.1 line spacing"
+msgstr ""
#: 01041000.xhp#par_idN10815.help.text
msgid "If the option is off, a new process for formatting text lines with proportional line spacing will be applied. If the option is on, the previous method of formatting of text lines with proportional line spacing will be applied."
@@ -173,8 +173,8 @@ msgid "If the option is off, table cells will be formatted as in Writer versions
msgstr "Si l'opció està desactivada, les cel·les de la taula es formataran com a les versions del Writer anteriors a l'StarOffice 8 o l'OpenOffice.org 2.0. Si l'opció està activada, s'aplicarà un mètode alternatiu per formatar les cel·les de la taula. Esta opció està activada per defecte per als documents nous creats amb %PRODUCTNAME %PRODUCTVERSION i per als documents importats des del format del Microsoft Word."
#: 01041000.xhp#par_idN1084C.help.text
-msgid "Use StarOffice 6.0/7 object positioning"
-msgstr "Utilitza el posicionament d'objectes de l'StarOffice 6.0/7"
+msgid "Use OpenOffice.org 1.1 object positioning"
+msgstr ""
#: 01041000.xhp#par_idN10864.help.text
msgid "Specifies how to calculate the position of floating objects anchored to a character or paragraph with respect to the top and bottom paragraph spacing."
@@ -189,8 +189,8 @@ msgid "The option will be set to off for new documents. For Writer documents cre
msgstr "L'opció estarà desactivada per als documents nous. Per als documents del Writer creats amb una versió anterior a %PRODUCTNAME %PRODUCTVERSION l'opció estarà activada."
#: 01041000.xhp#par_idN10821.help.text
-msgid "Use StarOffice 6.0/7 text wrapping around objects"
-msgstr "Utilitza l'ajustament del text al voltant dels objectes de l'StarOffice 6.0/7"
+msgid "Use OpenOffice.org 1.1 text wrapping around objects"
+msgstr ""
#: 01041000.xhp#par_id4016541.help.text
msgid "MS Word and Writer have different approaches on wrapping text around floating screen objects. Floating screen object are Writer frames and drawing objects, and the objects 'text box', 'graphic', 'frame', 'picture' etc. in MS Word."
@@ -2068,9 +2068,8 @@ msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the visible grid in front of
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Estableix la graella com a visible davant de tots els objectes.</ahelp>"
#: 01050100.xhp#hd_id3149419.34.help.text
-#, fuzzy
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Snap Lines to ~Front</caseinline><caseinline select=\"IMPRESS\">Snap Lines to ~Front</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Envia les línies al davant </caseinline><caseinline select=\"IMPRESS\">Envia les línies al davant </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Snap Lines to Front</caseinline><caseinline select=\"IMPRESS\">Snap Lines to Front</caseinline></switchinline>"
+msgstr ""
#: 01050100.xhp#par_id3150592.35.help.text
#, fuzzy
@@ -3179,25 +3178,6 @@ msgstr "Gràfics i objectes"
msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PGRF\">Specifies whether the graphics of your text document are printed.</ahelp>"
msgstr "<ahelp hid=\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_PGRF\">Especifica si cal imprimir els gràfics del document de text.</ahelp>"
-#: 01040400.xhp#hd_id3150771.7.help.text
-msgctxt "01040400.xhp#hd_id3150771.7.help.text"
-msgid "Tables"
-msgstr "Taules"
-
-#: 01040400.xhp#par_id3148943.8.help.text
-#, fuzzy
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PTAB\">Specifies whether the tables of the text document are printed.</ahelp>"
-msgstr "<ahelp hid=\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_PTAB\">Especifica si cal imprimir les taules del document de text.</ahelp>"
-
-#: 01040400.xhp#hd_id3149294.9.help.text
-msgid "Drawings (not for HTML documents)"
-msgstr "Dibuixos (no per a documents HTML)"
-
-#: 01040400.xhp#par_id3149457.10.help.text
-#, fuzzy
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PDRAW\">Specifies whether graphics created with $[officename] drawing functions are printed.</ahelp>"
-msgstr "<ahelp hid=\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_PDRAW\">Especifica si cal imprimir els gràfics creats amb les funcions de dibuix de l'$[officename].</ahelp>"
-
#: 01040400.xhp#hd_id3153525.11.help.text
#, fuzzy
msgid "Form controls"
@@ -5483,14 +5463,6 @@ msgstr "<emph>Exemple:</emph> escriviu el text 'Prova' a la cel·la A1 i el text
msgid "The EXACT text function is always case-sensitive, independent of the settings in this dialog."
msgstr "La funció de text EXACTE sempre distingeix entre majúscules i minúscules, independentment dels paràmetres d'este diàleg."
-#: 01060500.xhp#hd_id3145231.53.help.text
-msgid "Decimal places"
-msgstr "Nombre de decimals"
-
-#: 01060500.xhp#par_id3149568.54.help.text
-msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
-msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defineix el nombre de decimals que es mostraran per als nombres amb el format <emph>Estàndard</emph>. Els nombres es mostren com a nombres arrodonits, però en canvi no s'alcen com a tals.</ahelp>"
-
#: 01060500.xhp#hd_id3145150.30.help.text
msgid "Precision as shown"
msgstr "Precisió com es mostra"
@@ -5580,6 +5552,14 @@ msgstr ""
msgid "<ahelp hid=\".\">You can specify the maximum number of decimal places that are shown by default for cells with General number format. If not enabled, cells with General number format show as many decimal places as the column width allows.</ahelp>"
msgstr ""
+#: 01060500.xhp#hd_id3145231.53.help.text
+msgid "Decimal places"
+msgstr "Nombre de decimals"
+
+#: 01060500.xhp#par_id3149568.54.help.text
+msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
+msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defineix el nombre de decimals que es mostraran per als nombres amb el format <emph>Estàndard</emph>. Els nombres es mostren com a nombres arrodonits, però en canvi no s'alcen com a tals.</ahelp>"
+
#: viewcertificate_c.xhp#tit.help.text
msgid "Certificate Path"
msgstr "Camí del certificat"
@@ -5848,7 +5828,7 @@ msgid "View"
msgstr "Visualització"
#: 01060100.xhp#bm_id3147242.help.text
-msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>handles; showing large handles (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
+msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
msgstr ""
#: 01060100.xhp#hd_id3150445.1.help.text
@@ -5901,15 +5881,6 @@ msgstr ""
msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">Specifies whether to view guides when moving drawings, frames, graphics and other objects.</ahelp> These guides help you align objects."
msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">Especifica si cal mostrar les guies en moure dibuixos, marcs, gràfics i altres objectes.</ahelp> Estes guies vos ajuden a alinear objectes."
-#: 01060100.xhp#hd_id3149202.40.help.text
-msgctxt "01060100.xhp#hd_id3149202.40.help.text"
-msgid "Large handles"
-msgstr "Anses grans"
-
-#: 01060100.xhp#par_id3154123.41.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\">Specifies that larger than normal handles (the eight points on a selection box) are displayed.</ahelp>"
-msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\">Especifica si es mostren anses més grans que les normals (els vuit punts d'un quadre de selecció).</ahelp>"
-
#: 01060100.xhp#hd_id3152920.3.help.text
msgctxt "01060100.xhp#hd_id3152920.3.help.text"
msgid "Display"
@@ -6852,7 +6823,7 @@ msgid "View"
msgstr "Visualització"
#: 01040200.xhp#bm_id3156346.help.text
-msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>handles; displaying (Writer)</bookmark_value><bookmark_value>large handles (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
+msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
msgstr ""
#: 01040200.xhp#hd_id3145090.1.help.text
@@ -6881,15 +6852,6 @@ msgstr ""
msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">Displays snap lines around the frames when frames are moved. You can select the<emph> Helplines While Moving </emph>option to show the exact position of the object using lineal values.</ahelp>"
msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">Mostra les guies al voltant dels marcs quan es mouen els marcs. Podeu seleccionar l'opció <emph>Guies en moure</emph> per mostrar la posició exacta de l'objecte amb valors lineals.</ahelp>"
-#: 01040200.xhp#hd_id3149763.32.help.text
-msgctxt "01040200.xhp#hd_id3149763.32.help.text"
-msgid "Large handles"
-msgstr "Anses grans"
-
-#: 01040200.xhp#par_id3153665.33.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_BIGHANDLE\">Displays larger sized handles (the eight points on a delimiting rectangle).</ahelp>"
-msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_BIGHANDLE\">Mostra les anses amb una mida més gran (els vuit punts d'un rectangle de delimitació).</ahelp>"
-
#: 01040200.xhp#hd_id3149416.11.help.text
msgctxt "01040200.xhp#hd_id3149416.11.help.text"
msgid "View"
@@ -6983,7 +6945,7 @@ msgid "If the <emph>Graphics and objects </emph>option is not selected, no graph
msgstr "Si l'opció <emph>Gràfics i objectes </emph>no està seleccionada, no es carregarà cap gràfic d'Internet. Els gràfics d'una taula i sense una indicació de mida poden provocar problemes de visualització quan s'utilitza un estàndard HTML antic a la pàgina visitada."
#: 01040200.xhp#hd_id3156332.40.help.text
-msgctxt "01040200.xhp#hd_id3156332.40.help.text"
+#, fuzzy
msgid "Tables"
msgstr "Taules"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/simpress.po b/translations/source/ca-XV/helpcontent2/source/text/simpress.po
index 406c9f20903..94858581903 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/simpress.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/simpress.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+helpcontent2%2Fsource%2Ftext%2Fsimpress.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-29 08:11+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/simpress/00.po b/translations/source/ca-XV/helpcontent2/source/text/simpress/00.po
index 6c9900783f6..15b355a9a2c 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/simpress/00.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/simpress/00.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-29 08:12+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/simpress/01.po b/translations/source/ca-XV/helpcontent2/source/text/simpress/01.po
index 2ab30839e3a..f6644feafc6 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/simpress/01.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/simpress/01.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-29 08:12+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/simpress/02.po b/translations/source/ca-XV/helpcontent2/source/text/simpress/02.po
index 70fe488ebc7..13b1e8e3009 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/simpress/02.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/simpress/02.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-29 08:12+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -298,32 +298,6 @@ msgstr "<image id=\"img_id3147341\" src=\"cmd/sc_doubleclicktextedit.png\" width
msgid "Double-click to add Text"
msgstr "Feu doble clic per afegir text"
-#: 13080000.xhp#tit.help.text
-msgctxt "13080000.xhp#tit.help.text"
-msgid "Large Handles"
-msgstr "Anses grans"
-
-#: 13080000.xhp#bm_id3146119.help.text
-msgid "<bookmark_value>handles; large</bookmark_value>"
-msgstr "<bookmark_value>anses; grans</bookmark_value>"
-
-#: 13080000.xhp#hd_id3146119.1.help.text
-msgid "<link href=\"text/simpress/02/13080000.xhp\" name=\"Large Handles\">Large Handles</link>"
-msgstr "<link href=\"text/simpress/02/13080000.xhp\" name=\"Anses grans\">Anses grans</link>"
-
-#: 13080000.xhp#par_id3153142.2.help.text
-msgid "<ahelp hid=\".uno:BigHandles\" visibility=\"visible\">Displays large selection handles.</ahelp>"
-msgstr "<ahelp hid=\".uno:BigHandles\" visibility=\"visible\">Mostra les anses de selecció grans.</ahelp>"
-
-#: 13080000.xhp#par_id3155445.help.text
-msgid "<image src=\"cmd/sc_bighandles.png\" id=\"img_id3153714\"><alt id=\"alt_id3153714\">Icon</alt></image>"
-msgstr "<image src=\"cmd/sc_bighandles.png\" id=\"img_id3153714\"><alt id=\"alt_id3153714\">Icona</alt></image>"
-
-#: 13080000.xhp#par_id3154755.4.help.text
-msgctxt "13080000.xhp#par_id3154755.4.help.text"
-msgid "Large Handles"
-msgstr "Anses grans"
-
#: 13170000.xhp#tit.help.text
msgctxt "13170000.xhp#tit.help.text"
msgid "Snap to Object Points"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/simpress/04.po b/translations/source/ca-XV/helpcontent2/source/text/simpress/04.po
index 1a821518422..d342538f264 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/simpress/04.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/simpress/04.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-22 10:29+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -225,16 +225,16 @@ msgid "Jump to the last slide in the slide show."
msgstr "Salta a l'última diapositiva de la presentació."
#: 01020000.xhp#hd_id3153580.54.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> +Page Up "
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Orde </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Re Pàg"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Page Up "
+msgstr ""
#: 01020000.xhp#par_id3150702.55.help.text
msgid "Go to the previous slide."
msgstr "Va a la diapositiva anterior."
#: 01020000.xhp#hd_id3152944.56.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> +Page Down "
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Orde</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + Av Pàg"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Page Down "
+msgstr ""
#: 01020000.xhp#par_id3153690.57.help.text
msgid "Go to the next slide."
@@ -319,8 +319,8 @@ msgid "Ungroup selected group."
msgstr "Desagrupa el grup seleccionat."
#: 01020000.xhp#hd_id3149309.120.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + click"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Orde </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + clic"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ click"
+msgstr ""
#: 01020000.xhp#par_id3148996.121.help.text
msgid "Enter a group, so that you can edit the individual objects of the group. Click outside the group to return to the normal view."
@@ -328,8 +328,8 @@ msgstr "Entreu en un grup per tal d'editar-ne els objectes individuals. Feu clic
#: 01020000.xhp#hd_id3149485.75.help.text
msgctxt "01020000.xhp#hd_id3149485.75.help.text"
-msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+K"
-msgstr "Maj+<switchinline select=\"sys\"><caseinline select=\"MAC\">Orde </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+K"
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ K"
+msgstr ""
#: 01020000.xhp#par_id3151253.76.help.text
msgid "Combine selected objects."
@@ -337,8 +337,8 @@ msgstr "Combina els objectes seleccionats."
#: 01020000.xhp#hd_id3149104.77.help.text
msgctxt "01020000.xhp#hd_id3149104.77.help.text"
-msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+K"
-msgstr "Maj+<switchinline select=\"sys\"><caseinline select=\"MAC\">Orde </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+K"
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ K"
+msgstr ""
#: 01020000.xhp#par_id3154834.78.help.text
msgid "Split selected object. This combination only works on an object that was created by combining two or more objects."
@@ -353,24 +353,24 @@ msgid "Bring to Front."
msgstr "Porta al davant."
#: 01020000.xhp#hd_id3148972.81.help.text
-msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Plus key"
-msgstr "Maj+<switchinline select=\"sys\"><caseinline select=\"MAC\">Orde </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ tecla de més"
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Plus key"
+msgstr ""
#: 01020000.xhp#par_id3154900.82.help.text
msgid "Bring Forward."
msgstr "Porta avant."
#: 01020000.xhp#hd_id3149040.83.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Minus key"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Orde </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ tecla de menys"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Minus key"
+msgstr ""
#: 01020000.xhp#par_id3147580.84.help.text
msgid "Send Backward."
msgstr "Envia arrere."
#: 01020000.xhp#hd_id3148742.85.help.text
-msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Minus key"
-msgstr "Maj +<switchinline select=\"sys\"><caseinline select=\"MAC\">Orde </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ tecla de menys (-)"
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Minus key"
+msgstr ""
#: 01020000.xhp#par_id3152775.86.help.text
msgid "Send to Back."
@@ -401,8 +401,8 @@ msgid "Moves the selected object or the page view in the direction of the arrow.
msgstr "Mou l'objecte seleccionat o la visualització de pàgina en la direcció de la fletxa."
#: 01020000.xhp#hd_id3154384.92.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Arrow Key"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Orde </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ tecla de cursor"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Arrow Key"
+msgstr ""
#: 01020000.xhp#par_id3153279.93.help.text
msgid "Move around in the page view."
@@ -417,8 +417,8 @@ msgid "Constrains the movement of the selected object horizontally or vertically
msgstr "Restringeix el moviment de l'objecte seleccionat de manera horitzontal o vertical."
#: 01020000.xhp#hd_id3154117.98.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + drag (with <link href=\"text/shared/optionen/01070500.xhp\" name=\"Copy when moving\">Copy when moving</link> option active)"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Orde </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + arrossegament (amb l'opció <link href=\"text/shared/optionen/01070500.xhp\" name=\"Copia en moure\">Copia en moure</link> activa)"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ drag (with <link href=\"text/shared/optionen/01070500.xhp\" name=\"Copy when moving\">Copy when moving</link> option active)"
+msgstr ""
#: 01020000.xhp#par_id3150584.99.help.text
msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> and drag an object to create a copy of the object."
diff --git a/translations/source/ca-XV/helpcontent2/source/text/simpress/guide.po b/translations/source/ca-XV/helpcontent2/source/text/simpress/guide.po
index ee606cc65b9..ef2501acab8 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/simpress/guide.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/simpress/guide.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-29 08:12+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/smath.po b/translations/source/ca-XV/helpcontent2/source/text/smath.po
index 3f4791be08e..63fce1247fb 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/smath.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/smath.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+helpcontent2%2Fsource%2Ftext%2Fsmath.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-29 08:11+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/smath/00.po b/translations/source/ca-XV/helpcontent2/source/text/smath/00.po
index 7cbb64e461f..1ccd69c0ee2 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/smath/00.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/smath/00.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-22 10:29+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/smath/01.po b/translations/source/ca-XV/helpcontent2/source/text/smath/01.po
index 14108699884..84e8b5ae3f8 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/smath/01.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/smath/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsmath%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-11-26 01:55+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-01-11 16:14+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca_XV\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 03091501.xhp#tit.help.text
@@ -886,8 +886,8 @@ msgid "Line over"
msgstr "Línia a sobre"
#: 03090600.xhp#par_id3147492.33.help.text
-msgid "<ahelp hid=\"HID_SMA_OVERLINEX\">Inserts a line over a placeholder.</ahelp> You can also type <emph>overline <?</emph> <emph>></emph> in the <emph>Commands</emph> window. The line adjusts itself to correct length."
-msgstr "<ahelp hid=\"HID_SMA_OVERLINEX\">Insereix una línia a sobre d'un espai reservat.</ahelp> També podeu escriure <emph>overline <?</emph> <emph>></emph> a la finestra d'<emph>ordes</emph>. La línia s'ajusta automàticament a la longitud de l'espai reservat."
+msgid "<ahelp hid=\"HID_SMA_OVERLINEX\">Inserts a line over a placeholder.</ahelp> You can also type <emph>overline <?></emph> in the <emph>Commands</emph> window. The line adjusts itself to correct length."
+msgstr ""
#: 03090600.xhp#par_idN103FD.help.text
msgid "<image id=\"img_id3145130\" src=\"starmath/res/at21714.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145130\">Icon</alt></image>"
@@ -3695,8 +3695,9 @@ msgid "<image id=\"img_id3148702\" src=\"starmath/res/bi21331.png\" width=\"0.84
msgstr ""
#: 03090200.xhp#par_id3150858.98.help.text
+#, fuzzy
msgid "precedes or equal"
-msgstr ""
+msgstr "Subconjunt o igual a"
#: 03090200.xhp#par_id3150871.97.help.text
msgid "<ahelp hid=\"HID_SMA_PRECEDESEQUAL\">Inserts the logical operator <emph>precedes or equal</emph> with two placeholders.</ahelp> You can also type <emph>preccurlyeq</emph> in the <emph>Commands</emph> window."
@@ -3707,8 +3708,9 @@ msgid "<image id=\"img_id3148703\" src=\"starmath/res/bi21332.png\" width=\"0.84
msgstr ""
#: 03090200.xhp#par_id3150859.100.help.text
+#, fuzzy
msgid "succeeds or equal"
-msgstr ""
+msgstr "Subconjunt o igual a"
#: 03090200.xhp#par_id3150872.99.help.text
msgid "<ahelp hid=\"HID_SMA_SUCCEEDSEQUAL\">Inserts the logical operator <emph>succeeds or equal</emph> with two placeholders.</ahelp> You can also type <emph>succcurlyeq</emph> in the <emph>Commands</emph> window."
@@ -3731,8 +3733,9 @@ msgid "<image id=\"img_id3148705\" src=\"starmath/res/bi21334.png\" width=\"0.84
msgstr ""
#: 03090200.xhp#par_id3150861.104.help.text
+#, fuzzy
msgid "succeeds or equivalent"
-msgstr ""
+msgstr "Subconjunt o igual a"
#: 03090200.xhp#par_id3150874.103.help.text
msgid "<ahelp hid=\"HID_SMA_SUCCEEDSEQUIV\">Inserts the logical operator <emph>succeeds or equivalent</emph> with two placeholders.</ahelp> You can also type <emph>succsim</emph> in the <emph>Commands</emph> window."
@@ -4038,8 +4041,9 @@ msgid "<image id=\"img_id3153967\" src=\"starmath/res/bi21331.png\" width=\"0.33
msgstr ""
#: 03091502.xhp#par_id3155849.139.help.text
+#, fuzzy
msgid "Precedes or equal to"
-msgstr ""
+msgstr "Subconjunt o igual a"
#: 03091502.xhp#par_id3153963.help.text
msgid "<image id=\"img_id3153968\" src=\"starmath/res/bi21332.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153968\">Icon</alt></image>"
@@ -4055,16 +4059,18 @@ msgid "<image id=\"img_id3153969\" src=\"starmath/res/bi21333.png\" width=\"0.33
msgstr ""
#: 03091502.xhp#par_id3155851.141.help.text
+#, fuzzy
msgid "Precedes or equivalent to"
-msgstr ""
+msgstr "Subconjunt o igual a"
#: 03091502.xhp#par_id3153965.help.text
msgid "<image id=\"img_id3153970\" src=\"starmath/res/bi21334.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153970\">Icon</alt></image>"
msgstr ""
#: 03091502.xhp#par_id3155852.142.help.text
+#, fuzzy
msgid "Succeeds or equivalent to"
-msgstr ""
+msgstr "Subconjunt o igual a"
#: 03091502.xhp#par_id3152853.98.help.text
msgid "Correspondence symbol image of"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/smath/02.po b/translations/source/ca-XV/helpcontent2/source/text/smath/02.po
index 25965451a08..8340ae9139b 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/smath/02.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/smath/02.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-22 10:33+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/smath/04.po b/translations/source/ca-XV/helpcontent2/source/text/smath/04.po
index 8dddc873c82..edcf7c1c250 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/smath/04.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/smath/04.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-22 10:33+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/smath/guide.po b/translations/source/ca-XV/helpcontent2/source/text/smath/guide.po
index 96d61ff245b..cf65fa81c7b 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/smath/guide.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/smath/guide.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-22 10:33+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/swriter.po b/translations/source/ca-XV/helpcontent2/source/text/swriter.po
index 9192b61e30f..b2169d26ad5 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/swriter.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/swriter.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+helpcontent2%2Fsource%2Ftext%2Fswriter.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-29 08:11+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/swriter/00.po b/translations/source/ca-XV/helpcontent2/source/text/swriter/00.po
index f2e4847d50b..c38c0cad616 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/swriter/00.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/swriter/00.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-05-02 15:58+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -653,8 +653,8 @@ msgid "Choose <emph>Tools - Calculate</emph>"
msgstr "Trieu <emph>Eines - Calcula</emph>"
#: 00000406.xhp#par_id3159188.38.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ plus sign"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Orde </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ símbol de més"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + plus sign"
+msgstr ""
#: 00000406.xhp#par_id3155174.19.help.text
msgid "<variable id=\"aktualisieren\">Choose <emph>Tools - Update</emph></variable>"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/swriter/01.po b/translations/source/ca-XV/helpcontent2/source/text/swriter/01.po
index d50a7b0e28f..2a3c6b64f53 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/swriter/01.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/swriter/01.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fswriter%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-05-02 08:12+0200\n"
-"Last-Translator: PauGNU <pau@somgnu.cat>\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-01-11 16:14+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca_XV\n"
"MIME-Version: 1.0\n"
@@ -8317,28 +8317,26 @@ msgid "<ahelp hid=\"sw:NumericField:TP_TABLE_TEXTFLOW:NF_REPEAT_HEADER\">Enter t
msgstr "<ahelp hid=\"sw:NumericField:TP_TABLE_TEXTFLOW:NF_REPEAT_HEADER\">Introduïu el número de files que voleu incloure a l'encapçalament.</ahelp>"
#: 05090300.xhp#par_idN10940.help.text
-msgid "Text direction"
-msgstr "Direcció del text"
+msgid "Text orientation"
+msgstr ""
#: 05090300.xhp#par_idN10944.help.text
-msgid "<ahelp hid=\"sw:ListBox:TP_TABLE_TEXTFLOW:LB_TEXTDIRECTION\">Select the direction for the text in the cells.</ahelp> You can also use a combination of the following %PRODUCTNAME formatting options to specify the orientation of text in table cells:"
-msgstr "<ahelp hid=\"sw:ListBox:TP_TABLE_TEXTFLOW:LB_TEXTDIRECTION\">Seleccioneu la direcció del text de les cel·les.</ahelp> També podeu utilitzar una combinació de les opcions de formatació següents de %PRODUCTNAME per especificar l'orientació del text en les cel·les de la taula:"
+msgid "<ahelp hid=\"sw:ListBox:TP_TABLE_TEXTFLOW:LB_TEXTORIENTATION\">Select the orientation for the text in the cells.</ahelp> You can use the following formatting options to specify the orientation of text in table cells:"
+msgstr ""
#: 05090300.xhp#par_idN10964.help.text
-msgid "horizontal text"
-msgstr "text horitzontal"
+msgctxt "05090300.xhp#par_idN10964.help.text"
+msgid "Horizontal"
+msgstr "Horitzontal"
#: 05090300.xhp#par_idN10968.help.text
-msgid "vertical text"
-msgstr "text vertical"
-
-#: 05090300.xhp#par_idN1096C.help.text
-msgid "right-to-left (vertical) direction"
-msgstr "direcció de dreta a esquerra (vertical) "
+msgctxt "05090300.xhp#par_idN10968.help.text"
+msgid "Vertical"
+msgstr "Vertical"
-#: 05090300.xhp#par_idN10970.help.text
-msgid "left-to-right direction."
-msgstr "direcció d'esquerra a dreta."
+#: 05090300.xhp#par_idN1097T.help.text
+msgid "Use superordinate object settings"
+msgstr ""
#: 05090300.xhp#hd_id3151028.23.help.text
msgid "Vertical alignment"
@@ -9580,6 +9578,8 @@ msgid "Specify the location of the selected object on the current page."
msgstr "Especifiqueu la ubicació de l'objecte seleccionat en la pàgina actual."
#: 05060100.xhp#hd_id3147488.27.help.text
+#, fuzzy
+msgctxt "05060100.xhp#hd_id3147488.27.help.text"
msgid "Horizontal"
msgstr "Horitzontal"
@@ -9622,6 +9622,8 @@ msgid "You can also use the <link href=\"text/swriter/01/05060300.xhp\" name=\"G
msgstr "També podeu utilitzar les opcions d'inversió dels <link href=\"text/swriter/01/05060300.xhp\" name=\"Gràfics\"><emph>Gràfics</emph></link> per ajustar el format dels objectes en les pàgines senars i parelles."
#: 05060100.xhp#hd_id3145310.31.help.text
+#, fuzzy
+msgctxt "05060100.xhp#hd_id3145310.31.help.text"
msgid "Vertical"
msgstr "Vertical"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/swriter/02.po b/translations/source/ca-XV/helpcontent2/source/text/swriter/02.po
index ee8ca950aeb..3a500dd5784 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/swriter/02.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/swriter/02.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-29 08:13+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/swriter/04.po b/translations/source/ca-XV/helpcontent2/source/text/swriter/04.po
index d3f6f0d31fa..e69aedfc3e3 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/swriter/04.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/swriter/04.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-29 08:13+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -428,9 +428,8 @@ msgid "Apply Heading 5 paragraph style"
msgstr "Aplica l'estil de paràgraf Encapçalament 1"
#: 01020000.xhp#hd_id3146878.99.help.text
-#, fuzzy
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Plus Key(+)"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Orde </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ tecla de més (+)"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + Plus Key(+)"
+msgstr ""
#: 01020000.xhp#par_id3155403.101.help.text
msgid "Calculates the selected text and copies the result to the clipboard."
@@ -847,9 +846,8 @@ msgid "Paste the contents of the clipboard as unformatted text."
msgstr "Enganxa el contingut del porta-retalls."
#: 01020000.xhp#hd_id3145382.288.help.text
-#, fuzzy
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ double-click or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F10"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Orde </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ doble clic o <switchinline select=\"sys\"><caseinline select=\"MAC\">Orde </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Maj+F10"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + double-click or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + Shift + F10"
+msgstr ""
#: 01020000.xhp#par_id3150379.290.help.text
msgid "Use this combination to quickly dock or undock the Navigator, Styles and Formatting window, or other windows"
diff --git a/translations/source/ca-XV/helpcontent2/source/text/swriter/guide.po b/translations/source/ca-XV/helpcontent2/source/text/swriter/guide.po
index e6697836bde..dbd54f5fb68 100644
--- a/translations/source/ca-XV/helpcontent2/source/text/swriter/guide.po
+++ b/translations/source/ca-XV/helpcontent2/source/text/swriter/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fswriter%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:05+0200\n"
-"PO-Revision-Date: 2011-11-26 01:55+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2011-12-15 11:59+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca_XV\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: nonprintable_text.xhp#tit.help.text
@@ -5560,8 +5560,8 @@ msgid "There are several ways to create a table in a text document. You can inse
msgstr "Disposeu de diversos mètodes per crear una taula en un document de text. Així, podeu inserir una taula des d'una barra d'eines, mitjançant una orde de menú o des d'un full de càlcul."
#: table_insert.xhp#hd_id3155908.33.help.text
-msgid "To Insert a Table From the Insert Toolbar"
-msgstr "Per inserir una taula des de la barra d'eines «Insereix»"
+msgid "To Insert a Table From a Toolbar"
+msgstr ""
#: table_insert.xhp#par_id3155861.34.help.text
msgctxt "table_insert.xhp#par_id3155861.34.help.text"
@@ -5569,8 +5569,8 @@ msgid "Place the cursor in your document where you want to insert the table."
msgstr "Col·loqueu el cursor a la part del document on vulgueu inserir la taula."
#: table_insert.xhp#par_id3147416.28.help.text
-msgid "On the <emph>Standard</emph> bar, click the arrow next to the <emph>Table</emph> icon."
-msgstr "Feu clic a la fletxa que hi ha al costat de la icona <emph>Taula</emph> de la barra <emph>Estàndard</emph>."
+msgid "On the <emph>Standard</emph> or the <emph>Insert</emph> bar, click the arrow next to the <emph>Table</emph> icon."
+msgstr ""
#: table_insert.xhp#par_id3153398.29.help.text
msgid "In the table grid, drag to select the numbers of rows and columns that you want, and then release."
@@ -6102,6 +6102,8 @@ msgid "To apply bold formatting"
msgstr "Per aplicar formatació en negreta"
#: shortcut_writing.xhp#par_id3155861.14.help.text
+#, fuzzy
+msgctxt "shortcut_writing.xhp#par_id3155861.14.help.text"
msgid "Select the text that you want to format."
msgstr "Seleccioneu el text que vulgueu formatar."
@@ -6113,6 +6115,41 @@ msgstr "Premeu <switchinline select=\"sys\"><caseinline select=\"MAC\">Orde </ca
msgid "You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B, type the text that you want to format in bold, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B when you are finished."
msgstr "També podeu prémer <switchinline select=\"sys\"><caseinline select=\"MAC\">Orde </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B, introduir el text que vulgueu formatar en negreta i tornar a prémer <switchinline select=\"sys\"><caseinline select=\"MAC\">Orde </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B quan hàgeu acabat."
+#: shortcut_writing.xhp#hd_id3151909.2.help.text
+#, fuzzy
+msgid "To apply italic formatting"
+msgstr "Per aplicar formatació en negreta"
+
+#: shortcut_writing.xhp#par_id3151861.14.help.text
+msgctxt "shortcut_writing.xhp#par_id3151861.14.help.text"
+msgid "Select the text that you want to format."
+msgstr "Seleccioneu el text que vulgueu formatar."
+
+#: shortcut_writing.xhp#par_id3141836.5.help.text
+msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+I."
+msgstr ""
+
+#: shortcut_writing.xhp#par_id3151112.6.help.text
+msgid "You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+I, type the text that you want to format in italic, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+I when you are finished."
+msgstr ""
+
+#: shortcut_writing.xhp#hd_id3152909.2.help.text
+msgid "To underline text"
+msgstr ""
+
+#: shortcut_writing.xhp#par_id3152861.14.help.text
+#, fuzzy
+msgid "Select the text that you want to underline."
+msgstr "Seleccioneu el text que vulgueu posar en majúscules."
+
+#: shortcut_writing.xhp#par_id3142836.5.help.text
+msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+U."
+msgstr ""
+
+#: shortcut_writing.xhp#par_id3152112.6.help.text
+msgid "You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+U, type the text that you want underlined, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+U when you are finished."
+msgstr ""
+
#: shortcut_writing.xhp#par_id3149648.12.help.text
msgid "<link href=\"text/swriter/04/01020000.xhp\" name=\"Keyboard shortcut for text documents\">Keyboard shortcut for text documents</link>"
msgstr "<link href=\"text/swriter/04/01020000.xhp\" name=\"Dreceres del teclat per a documents de text\">Dreceres del teclat per a documents de text</link>"
diff --git a/translations/source/ca-XV/instsetoo_native/inc_openoffice/windows/msi_languages.po b/translations/source/ca-XV/instsetoo_native/inc_openoffice/windows/msi_languages.po
index 8e4147abeec..f96ee12097f 100644
--- a/translations/source/ca-XV/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/translations/source/ca-XV/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-03 08:05+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -31,68 +31,6 @@ msgstr "S'ha trobat una versió anterior de l'[ProductName]. Per instal·lar una
msgid "Please exit [DEFINEDPRODUCT] [DEFINEDVERSION] and the [DEFINEDPRODUCT] [DEFINEDVERSION] Quickstarter before you continue. If you are using a multi-user system, also make sure that no other user has [DEFINEDPRODUCT] [DEFINEDVERSION] open."
msgstr "Tanqueu l'[DEFINEDPRODUCT] [DEFINEDVERSION] i l'Inici ràpid de l'[DEFINEDPRODUCT] [DEFINEDVERSION] abans de continuar. Si esteu emprant un sistema multiusuari, assegureu-vos també que cap altre usuari no té l'[DEFINEDPRODUCT] [DEFINEDVERSION] obert."
-#: Nsis.ulf#SetupCaption.LngText.text
-msgid "%PRODUCTNAME %PRODUCTVERSION Installation Preparation"
-msgstr "Preparació de la instal·lació de %PRODUCTNAME %PRODUCTVERSION"
-
-#: Nsis.ulf#MUI_TEXT_WELCOME_INFO_TITLE.LngText.text
-msgid "Thank you for downloading %PRODUCTNAME %PRODUCTVERSION."
-msgstr "Gràcies per descarregar-vos %PRODUCTNAME %PRODUCTVERSION."
-
-#: Nsis.ulf#MUI_TEXT_WELCOME_INFO_TEXT.LngText.text
-msgid ""
-"The installation files must be unpacked and copied to your hard disk in preparation for the installation. After that, the %PRODUCTNAME installation will start automatically.\n"
-"\n"
-"Click \\'Next\\' to continue."
-msgstr ""
-"Els fitxers d'instal·lació s'han de descomprimir i copiar al disc dur per poder preparar la instal·lació. Després d'això, la instal·lació de %PRODUCTNAME s'iniciarà automàticament.\n"
-"\n"
-"Feu clic a \\'Següent\\' per continuar."
-
-#: Nsis.ulf#MUI_TEXT_DIRECTORY_TITLE.LngText.text
-msgid "Select Folder"
-msgstr "Seleccioneu una carpeta"
-
-#: Nsis.ulf#MUI_TEXT_DIRECTORY_SUBTITLE.LngText.text
-msgid "Select the folder in which to save the unpacked files."
-msgstr "Seleccioneu la carpeta a on voleu descomprimir els fitxers."
-
-#: Nsis.ulf#InstallBtn.LngText.text
-msgid "&Unpack"
-msgstr "&Descomprimeix"
-
-#: Nsis.ulf#DirText.LngText.text
-msgid "The %PRODUCTNAME %PRODUCTVERSION installation files will be unpacked and saved in the folder shown below. If you would like to save %PRODUCTNAME to a different folder, click \\'Browse\\' to select another folder."
-msgstr "Els fitxers d'instal·lació de %PRODUCTNAME %PRODUCTVERSION es descomprimiran i s'alçaran a la carpeta que es mostra a continuació. Si voleu alçar %PRODUCTNAME en una carpeta diferent, feu clic a \\'Navega\\' i seleccioneu-la."
-
-#: Nsis.ulf#DirSubText.LngText.text
-msgid "Destination Folder"
-msgstr "Carpeta de destí"
-
-#: Nsis.ulf#SpaceRequired.LngText.text
-msgid "Space required: "
-msgstr "Espai necessari: "
-
-#: Nsis.ulf#SpaceAvailable.LngText.text
-msgid "Space available: "
-msgstr "Espai disponible: "
-
-#: Nsis.ulf#MUI_TEXT_INSTALLING_TITLE.LngText.text
-msgid "Unpacking"
-msgstr "S'està descomprimint"
-
-#: Nsis.ulf#MUI_TEXT_INSTALLING_SUBTITLE.LngText.text
-msgid "Please wait while the installation files are being unpacked."
-msgstr "Espereu mentre es descomprimeixen els fitxers d'instal·lació."
-
-#: Nsis.ulf#Extract.LngText.text
-msgid "Extract: "
-msgstr "S'està extraient: "
-
-#: Nsis.ulf#MUI_TEXT_ABORTWARNING.LngText.text
-msgid "Are you sure you want to quit the %PRODUCTNAME %PRODUCTVERSION Installation Preparation"
-msgstr "Esteu segur que voleu eixir de la preparació de la instal·lació de %PRODUCTNAME %PRODUCTVERSION?"
-
#: Error.ulf#OOO_ERROR_1.LngText.text
msgid "{{Fatal error: }}"
msgstr "{{Error fatal: }}"
diff --git a/translations/source/ca-XV/mysqlc/source.po b/translations/source/ca-XV/mysqlc/source.po
index 766d7bfc28f..ba79f9f41aa 100644
--- a/translations/source/ca-XV/mysqlc/source.po
+++ b/translations/source/ca-XV/mysqlc/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 08:06+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/translations/source/ca-XV/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index 442c5a8163c..521d4d09e52 100644
--- a/translations/source/ca-XV/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/translations/source/ca-XV/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:18+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/translations/source/ca-XV/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
new file mode 100644
index 00000000000..f304f95e35d
--- /dev/null
+++ b/translations/source/ca-XV/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
@@ -0,0 +1,205 @@
+#. extracted from nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.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+nlpsolver%2Fhelp%2Fen%2Fcom.sun.star.comp.Calc.NLPSolver.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: Options.xhp#tit.help.text
+msgid "Options"
+msgstr "Opcions"
+
+#: Options.xhp#bm_id0503200917110375_scalc.help.text
+msgid "<bookmark_value>Solver for Nonlinear Problems;Options</bookmark_value>"
+msgstr ""
+
+#: Options.xhp#hd_id0503200917103593.help.text
+msgid "General Options"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103780.help.text
+msgid "Size of Swarm"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103723.help.text
+msgid "… defines the number of individuals to participate in the learning process. Each individual finds its own solutions and contributes to the overall knowledge."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103771.help.text
+msgid "Learning Cycles"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103720.help.text
+msgid "… defines the number of iterations, the algorithm should take. In each iteration, all individuals make a guess on the best solution and share their knowledge."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103732.help.text
+msgid "Variable Bounds Guessing"
+msgstr ""
+
+#: Options.xhp#par_id050320091710378.help.text
+msgid "If enabled (default), the algorithm tries to find variable bounds by looking at the starting values."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103794.help.text
+msgid "Variable Bounds Threshold"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103710.help.text
+msgid "When guessing variable bounds, this threshold specifies, how the initial values are shifted to build the bounds. For an example how these values are calculated, please refer to the Manual in the Wiki."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103740.help.text
+msgid "Use ACR Comparator"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103766.help.text
+msgid "If <emph>disabled</emph> (default), the BCH Comparator is used. It compares two individuals by first looking at their constraint violations and only if those are equal, it measures their current solution."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103744.help.text
+msgid "If <emph>enabled</emph>, the ACR Comparator is used. It compares two individuals dependent on the current iteration and measures their goodness with knowledge about the libraries worst known solutions (in regard to their constraint violations)."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103792.help.text
+msgid "Use Random Starting Point"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103790.help.text
+msgid "If <emph>enabled</emph>, the library is simply filled up with randomly chosen points."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103765.help.text
+msgid "If <emph>disabled</emph>, the currently present values (as given by the user) are inserted in the library as reference point."
+msgstr ""
+
+#: Options.xhp#par_id0504200917103794.help.text
+msgid "Stagnation Limit"
+msgstr ""
+
+#: Options.xhp#par_id050320091710377.help.text
+msgid "If this number of individuals found solutions within a close range, the iteration is stopped and the best of these values is chosen as optimal."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103762.help.text
+msgid "Stagnation Tolerance"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103834.help.text
+msgid "Defines in what range solutions are considered “similar”."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103891.help.text
+msgid "Show Enhanced Solver Status"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103832.help.text
+msgid "If <emph>enabled</emph>, an additional dialog is shown during the solving process which gives informations about the current progress, the level of stagnation, the currently best known solution as well as the possibility, to stop or resume the solver."
+msgstr ""
+
+#: Options.xhp#hd_id0603200910392151.help.text
+msgid "DEPS-specific Options"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394232.help.text
+msgid "Agent Switch Rate"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394248.help.text
+msgid "Specifies the probability for an individual to choose the Differential Evolution strategy."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394277.help.text
+msgid "DE: Crossover Probability"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394280.help.text
+msgid "… defines the probability of the individual being combined with the globally best point. If crossover is not used, the point is assembled from the own memory of the individual."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394216.help.text
+msgid "DE: Scaling Factor"
+msgstr ""
+
+#: Options.xhp#par_id060320091039424.help.text
+msgid "During crossover, the scaling factor decides about the “speed” of movement."
+msgstr ""
+
+#: Options.xhp#par_id060320091039421.help.text
+msgid "PS: Constriction Coefficient"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394225.help.text
+msgid "… defines the speed at which the particles/individuals move towards each other."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394222.help.text
+msgid "PS: Cognitive Constant"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394212.help.text
+msgid "… sets the importance of the own memory (in particular the best reached point so far)."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394292.help.text
+msgid "PS: Social Constant"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394284.help.text
+msgid "… sets the importance of the global best point between all particles/individuals."
+msgstr ""
+
+#: Options.xhp#par_id060320091039425.help.text
+msgid "PS: Mutation Probability"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394272.help.text
+msgid "… defines the probability, that instead of moving a component of the particle towards the best point, it randomly chooses a new value from the valid range for that variable."
+msgstr ""
+
+#: Options.xhp#hd_id0603200910401383.help.text
+msgid "SCO-specific Options"
+msgstr ""
+
+#: Options.xhp#par_id0603200910401382.help.text
+msgid "Size of Library"
+msgstr ""
+
+#: Options.xhp#par_id060320091040136.help.text
+msgid "… defines the amount of informations to store in the public library. Each individual stores knowledge there and asks for informations."
+msgstr ""
+
+#: Usage.xhp#tit.help.text
+msgctxt "Usage.xhp#tit.help.text"
+msgid "Usage"
+msgstr ""
+
+#: Usage.xhp#bm_id0603200910434044_scalc.help.text
+msgid "<bookmark_value>Solver for Nonlinear Problems;Usage</bookmark_value>"
+msgstr ""
+
+#: Usage.xhp#hd_id0603200910430882.help.text
+msgctxt "Usage.xhp#hd_id0603200910430882.help.text"
+msgid "Usage"
+msgstr ""
+
+#: Usage.xhp#par_id0603200910430845.help.text
+msgid "Regardless whether you use DEPS or SCO, you start by going to Tools → Solver and set the Cell to be optimized, the direction to go (minimization, maximization) and the cells to be modified to reach the goal. Then you go to the Options and specify the solver to be used and if necessary adjust the according <link href=\"com.sun.star.comp.Calc.NLPSolver/Options.xhp\">parameters</link>."
+msgstr ""
+
+#: Usage.xhp#par_id0603200910430821.help.text
+msgid "There is also a list of constraints you can use to restrict the possible range of solutions or to penalize certain conditions. However, in case of the evolutionary solvers DEPS and SCO, these constraints are also used to specify bounds on the variables of the problem. Due to the random nature of the algorithms, it is <emph>highly recommended</emph> to do so and give upper (and in case \"Assume Non-Negative Variables\" is turned off also lower) bounds for all variables. They don't have to be near the actual solution (which is probably unknown) but should give a rough indication of the expected size (0 ≤ var ≤ 1 or maybe -1000000 ≤ var ≤ 1000000)."
+msgstr ""
+
+#: Usage.xhp#par_id0603200910430873.help.text
+msgid "Bounds are specified by selecting one or more variables (as range) on the left side and entering a numerical value (not a cell or a formula) on the right side. That way you can also choose one or more variables to be <emph>Integer</emph> or <emph>Binary</emph> only."
+msgstr ""
diff --git a/translations/source/ca-XV/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/translations/source/ca-XV/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
new file mode 100644
index 00000000000..053f93819eb
--- /dev/null
+++ b/translations/source/ca-XV/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
@@ -0,0 +1,23 @@
+#. extracted from nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.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+nlpsolver%2Fsrc%2Fcom%2Fsun%2Fstar%2Fcomp%2FCalc%2FNLPSolver.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Solver for Nonlinear Programming"
+msgstr ""
+
+#: description.xml#extdesc.extdesc.description.text
+msgid "This extension integrates into Calc and offers new Solver engines to use for optimizing nonlinear programming models.\n"
+msgstr ""
diff --git a/translations/source/ca-XV/nlpsolver/src/locale.po b/translations/source/ca-XV/nlpsolver/src/locale.po
new file mode 100644
index 00000000000..b3416eb69c5
--- /dev/null
+++ b/translations/source/ca-XV/nlpsolver/src/locale.po
@@ -0,0 +1,179 @@
+#. extracted from nlpsolver/src/locale.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+nlpsolver%2Fsrc%2Flocale.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.AssumeNonNegative.property.text
+msgid "Assume Non-Negative Variables"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.SwarmSize.property.text
+msgid "Size of Swarm"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.LibrarySize.property.text
+msgid "Size of Library"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.LearningCycles.property.text
+msgid "Learning Cycles"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.GuessVariableRange.property.text
+msgid "Variable Bounds Guessing"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.VariableRangeThreshold.property.text
+msgid "Variable Bounds Threshold (when guessing)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.UseACRComparator.property.text
+msgid "Use ACR Comparator (instead of BCH)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.UseRandomStartingPoint.property.text
+msgid "Use Random starting point"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.StagnationLimit.property.text
+msgid "Stagnation Limit"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.Tolerance.property.text
+msgid "Stagnation Tolerance"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.EnhancedSolverStatus.property.text
+msgid "Show enhanced solver status"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.AgentSwitchRate.property.text
+msgid "Agent Switch Rate (DE Probability)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.DEFactor.property.text
+msgid "DE: Scaling Factor (0-1.2)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.DECR.property.text
+msgid "DE: Crossover Probability (0-1)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSC1.property.text
+msgid "PS: Cognitive Constant"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSC2.property.text
+msgid "PS: Social Constant"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSWeight.property.text
+msgid "PS: Constriction Coefficient"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSCL.property.text
+msgid "PS: Mutation Probability (0-0.005)"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Dialog.Caption.property.text
+msgid "Solver Status"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblSolution.property.text
+msgid "Current Solution:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblIteration.property.text
+msgid "Iteration:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblStagnation.property.text
+msgid "Stagnation:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblRuntime.property.text
+msgid "Runtime:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnStop.property.text
+msgid "Stop"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnOK.property.text
+msgid "OK"
+msgstr "D'acord"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnContinue.property.text
+msgid "Continue"
+msgstr "Continua"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopIteration.property.text
+msgid "Maximum iterations reached."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopStagnation.property.text
+msgid "Process stopped due to stagnation."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopUser.property.text
+msgid "Process stopped due to user interruption."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.CurrentIteration.property.text
+msgid "Process stopped at iteration %d of %d."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Nanoseconds.property.text
+msgid "Nanoseconds"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Microseconds.property.text
+msgid "Microseconds"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Milliseconds.property.text
+msgid "Milliseconds"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Second.property.text
+msgid "Second"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Seconds.property.text
+msgid "Seconds"
+msgstr "Segons"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Minute.property.text
+msgid "Minute"
+msgstr "Minut"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Minutes.property.text
+msgid "Minutes"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Hour.property.text
+msgid "Hour"
+msgstr "Hora"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Hours.property.text
+msgid "Hours"
+msgstr "Hores"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Day.property.text
+msgid "Day"
+msgstr "Dia"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Days.property.text
+msgid "Days"
+msgstr "Dies"
diff --git a/translations/source/ca-XV/officecfg/registry/data/org/openoffice/Office.po b/translations/source/ca-XV/officecfg/registry/data/org/openoffice/Office.po
index 9fb407c8588..150da625876 100644
--- a/translations/source/ca-XV/officecfg/registry/data/org/openoffice/Office.po
+++ b/translations/source/ca-XV/officecfg/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 08:05+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/officecfg/registry/data/org/openoffice/Office/UI.po b/translations/source/ca-XV/officecfg/registry/data/org/openoffice/Office/UI.po
index 40193fd202e..dd2928dbb42 100644
--- a/translations/source/ca-XV/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/ca-XV/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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-11-26 01:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-01-11 16:19+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: WriterReportWindowState.xcu#..WriterReportWindowState.UIElements.States.private_resource/toolbar/standardbar.UIName.value.text
@@ -2709,10 +2709,6 @@ msgstr "Paleta de color de 8 bits"
msgid "24 Bit True Color"
msgstr "Color real de 24 bits"
-#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_BigHandles.Label.value.text
-msgid "Large Handles"
-msgstr "Anses grans"
-
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_DoubleClickTextEdit.Label.value.text
msgid "Double-click to edit Text"
msgstr "Feu doble clic per editar el text"
@@ -2843,7 +2839,7 @@ msgstr "~Estils"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_SnapLinesMenu.Label.value.text
msgid "~Snap Lines"
-msgstr ""
+msgstr "Línie~s de captura"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_MasterPageMenu.Label.value.text
msgctxt "DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_MasterPageMenu.Label.value.text"
@@ -3273,6 +3269,11 @@ msgctxt "BasicIDEWindowState.xcu#..BasicIDEWindowState.UIElements.States.private
msgid "Language"
msgstr "Llengua"
+#: BasicIDEWindowState.xcu#..BasicIDEWindowState.UIElements.States.private_resource/toolbar/formcontrolsbar.UIName.value.text
+#, fuzzy
+msgid "FormControls"
+msgstr "Controls de formulari"
+
#: BasicIDEWindowState.xcu#..BasicIDEWindowState.UIElements.States.private_resource/toolbar/insertcontrolsbar.UIName.value.text
msgid "Toolbox"
msgstr "Quadre d'eines"
@@ -8170,6 +8171,10 @@ msgstr "Estat del mètode d'entrada"
msgid "Optio~n Bar"
msgstr "Barra d'opcio~ns"
+#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_SendFeedback.Label.value.text
+msgid "Send Feedback..."
+msgstr ""
+
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_ShowLicense.Label.value.text
msgid "License Information..."
msgstr "Informació de la llicència..."
@@ -11871,7 +11876,37 @@ msgid "Goto Line Number..."
msgstr ""
#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_ShowLines.Label.value.text
-msgid "Display Source Line Number"
+msgid "Line Numbers"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormRadio.Label.value.text
+msgid "Form Option Button"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormCheck.Label.value.text
+msgid "Form Check Box"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormList.Label.value.text
+msgid "Form List Box"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormCombo.Label.value.text
+msgid "Form Combo Box"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormVScroll.Label.value.text
+#, fuzzy
+msgid "Form Vertical Scroll Bar"
+msgstr "Barra de desplaçament vertical"
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormHScroll.Label.value.text
+#, fuzzy
+msgid "Form Horizonal Scroll Bar"
+msgstr "Barra de desplaçament horitzontal"
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormSpin.Label.value.text
+msgid "Form Spin Button"
msgstr ""
#: WriterWebWindowState.xcu#..WriterWebWindowState.UIElements.States.private_resource/toolbar/standardbar.UIName.value.text
diff --git a/translations/source/ca-XV/padmin/source.po b/translations/source/ca-XV/padmin/source.po
index c6441815bd8..1e5bc98e9a7 100644
--- a/translations/source/ca-XV/padmin/source.po
+++ b/translations/source/ca-XV/padmin/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-22 10:09+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/readlicense_oo/docs/readme.po b/translations/source/ca-XV/readlicense_oo/docs/readme.po
index cf5f850b739..bfd66f8485d 100644
--- a/translations/source/ca-XV/readlicense_oo/docs/readme.po
+++ b/translations/source/ca-XV/readlicense_oo/docs/readme.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 08:05+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -104,7 +104,7 @@ msgid "1024x768 resolution (higher resolution recommended), at least 256 colors"
msgstr "Resolució 1024x768 (es recomana una resolució més alta), amb 256 colors com a mínim"
#: readme.xrm#edssc3d.edssc3d.readmeitem.text
-msgctxt "readme.xrm#edssc3d.edssc3d.readmeitem.text"
+#, fuzzy
msgid "Please be aware that administrator rights are needed for the installation process."
msgstr "Tingueu en compte que cal tindre drets d'administrador per al procés d'instal·lació."
@@ -113,21 +113,12 @@ msgid "Registration of ${PRODUCTNAME} as default application for Microsoft Offic
msgstr "El registre de l'${PRODUCTNAME} com a aplicació per defecte per als formats del Microsoft Office es pot forçar o eliminar mitjançant les següents opcions de línia d'ordes de l'instal·lador:"
#: readme.xrm#MSOReg2.MSOReg2.readmeitem.text
-msgid "<tt>/msoreg=1</tt> will force registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
-msgstr "<tt>/msoreg=1</tt> registrarà l'${PRODUCTNAME} com a aplicació per defecte per als formats del Microsoft Office."
+msgid "<tt>REGISTER_ALL_MSO_TYPES=1</tt> will force registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
+msgstr ""
#: readme.xrm#MSOReg3.MSOReg3.readmeitem.text
-msgid "<tt>/msoreg=0</tt> will suppress registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
-msgstr "<tt>/msoreg=0</tt> eliminarà el registre de l'${PRODUCTNAME} com a aplicació per defecte per als formats del Microsoft Office."
-
-#: readme.xrm#DLLA1.DLLA1.readmeitem.text
-msgid "If you perform an administrative installation using setup /a, you need to make sure that the file msvc90.dll is installed on the system. This file is required for ${PRODUCTNAME} to start after an administrative installation. You can get the file from <a href=\"http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF\">http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF</a>"
-msgstr "Si feu una instal·lació administrativa mitjançant l'orde setup /a, cal que vos assegureu que el fitxer msvc90.dll està instal·lat al sistema. Este fitxer és necessari per iniciar l'${PRODUCTNAME} després d'una instal·lació administrativa. Podeu aconseguir el fitxer de <a href=\"http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF\">http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF</a>"
-
-#: readme.xrm#AdminNeeded.AdminNeeded.readmeitem.text
-msgctxt "readme.xrm#AdminNeeded.AdminNeeded.readmeitem.text"
-msgid "Please be aware that administrator rights are needed for the installation process."
-msgstr "Tingueu en compte que cal tindre drets d'administrador per al procés d'instal·lació."
+msgid "<tt>REGISTER_NO_MSO_TYPES=1</tt> will suppress registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
+msgstr ""
#: readme.xrm#s2we10.s2we10.readmeitem.text
msgid "As a general rule, you are recommended to install ${PRODUCTNAME} via the installation methods recommended by your particular Linux distribution (such as the Ubuntu Software Center, in the case of Ubuntu Linux). This is because it is usually the simplest way to obtain an installation that is optimally integrated into your system. Indeed, ${PRODUCTNAME} may well be already installed by default when you originally install your Linux operating system."
@@ -186,8 +177,9 @@ msgid "Installation of ${PRODUCTNAME} on Debian/Ubuntu-based Linux systems"
msgstr "Instal·lació del ${PRODUCTNAME} en sistemes Linux basats en Debian/Ubuntu"
#: readme.xrm#debianinstall1.debianinstall1.readmeitem.text
-msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to do that, please read the section below entitled Deinstallation of a Previous Version of ${PRODUCTNAME}. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
-msgstr "Si teniu instal·lada una versió anterior del ${PRODUCTNAME}, heu de desinstal·lar-la abans de continuar. Per a instruccions de com fer-ho, llegiu la secció que es diu Desinstal·lació d'una versió anterior del ${PRODUCTNAME}. Per a instruccions de com instal·lar un paquet d'idioma (després d'haver instal·lat la versió anglesa del ${PRODUCTNAME}), llegiu la secció anomenada Instal·lació de paquets d'idioma."
+msgctxt "readme.xrm#debianinstall1.debianinstall1.readmeitem.text"
+msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
+msgstr ""
#: readme.xrm#debianinstall2.debianinstall2.readmeitem.text
msgctxt "readme.xrm#debianinstall2.debianinstall2.readmeitem.text"
@@ -236,8 +228,9 @@ msgid "Installation of ${PRODUCTNAME} on Fedora, Suse, Mandriva and other Linux
msgstr "Instal·lació del ${PRODUCTNAME} a Fedora, Suse, Mandriva i altres distribucions que utilitzen paquets RPM"
#: readme.xrm#rpminstall1.rpminstall1.readmeitem.text
-msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to do that, please read the section below entitled De-installation of a Previous Version of ${PRODUCTNAME}. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
-msgstr "Si teniu instal·lada una versió anterior del ${PRODUCTNAME}, l'haureu de desinstal·lar abans de continuar. Per a instruccions sobre com fer-ho, si vos plau llegiu la secció que es diu Desinstal·lació de versions anteriors del ${PRODUCTNAME}. Per a instruccions sobre com instal·lar un paquet d'idioma (després d'haver instal·lat la versió d'anglés americà del ${PRODUCTNAME}) llegiu la secció que s'anomena Instal·lació d'un paquet d'idioma."
+msgctxt "readme.xrm#rpminstall1.rpminstall1.readmeitem.text"
+msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
+msgstr ""
#: readme.xrm#rpminstall2.rpminstall2.readmeitem.text
msgctxt "readme.xrm#rpminstall2.rpminstall2.readmeitem.text"
@@ -281,16 +274,20 @@ msgid "Now run the installation command again:"
msgstr "Ara torneu a executar la comanda d'instal·lació:"
#: readme.xrm#rpminstallB.rpminstallB.readmeitem.text
-msgid "For Fedora-based systems: su -c 'yum install *redhat*.rpm'"
+msgid "For Fedora-based systems: su -c 'yum install *freedesktop*.rpm'"
msgstr "Per a sistemes basats en Fedora: su -c 'yum install *.rpm'"
#: readme.xrm#rpminstallC.rpminstallC.readmeitem.text
msgid "For Mandriva-based systems: sudo urpmi *mandriva*.rpm"
msgstr "Per a sistemes basats en Mandriva: sudo urpmi *.rpm"
+#: readme.xrm#rpminstallF.rpminstallF.readmeitem.text
+msgid "For SUSE-based systems: rpm -Uvh *suse*.rpm"
+msgstr ""
+
#: readme.xrm#rpminstallD.rpminstallD.readmeitem.text
-msgid "For other RPM-based systems (Suse, etc.): rpm -Uvh *suse*.rpm"
-msgstr "Per a altres sistemes que utilitzen RPM (Suse, etc.): rpm -Uvh *.rpm"
+msgid "For other RPM-based systems: rpm -Uvh *freedesktop*.rpm"
+msgstr ""
#: readme.xrm#rpminstallE.rpminstallE.readmeitem.text
msgctxt "readme.xrm#rpminstallE.rpminstallE.readmeitem.text"
diff --git a/translations/source/ca-XV/reportbuilder/java/com/sun/star/report/function/metadata.po b/translations/source/ca-XV/reportbuilder/java/com/sun/star/report/function/metadata.po
new file mode 100644
index 00000000000..c141c69c4de
--- /dev/null
+++ b/translations/source/ca-XV/reportbuilder/java/com/sun/star/report/function/metadata.po
@@ -0,0 +1,39 @@
+#. extracted from reportbuilder/java/com/sun/star/report/function/metadata.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+reportbuilder%2Fjava%2Fcom%2Fsun%2Fstar%2Freport%2Ffunction%2Fmetadata.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: Author_Function_en_US.properties#display_name.property.text
+msgid "AUTHOR"
+msgstr ""
+
+#: Author_Function_en_US.properties#description.property.text
+msgid "Returns the author of the report."
+msgstr ""
+
+#: Title_Function_en_US.properties#display_name.property.text
+msgid "TITLE"
+msgstr ""
+
+#: Title_Function_en_US.properties#description.property.text
+msgid "Returns the title of the report."
+msgstr ""
+
+#: category_en_US.properties#display_name.property.text
+msgid "MetaData"
+msgstr ""
+
+#: category_en_US.properties#description.property.text
+msgid "Contains functions about meta data"
+msgstr ""
diff --git a/translations/source/ca-XV/reportbuilder/registry/data/org/openoffice/Office.po b/translations/source/ca-XV/reportbuilder/registry/data/org/openoffice/Office.po
index 4bb88fcd8c1..c2632166643 100644
--- a/translations/source/ca-XV/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/translations/source/ca-XV/reportbuilder/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:09+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/reportbuilder/registry/data/org/openoffice/Office/UI.po b/translations/source/ca-XV/reportbuilder/registry/data/org/openoffice/Office/UI.po
index f4156bddb81..cf5a94ed4c7 100644
--- a/translations/source/ca-XV/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/ca-XV/reportbuilder/registry/data/org/openoffice/Office/UI.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 07:50+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -239,7 +239,7 @@ msgstr "Format d'eixida de l'informe"
#: ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_SnapLinesMenu.Label.value.text
msgid "~Snap Lines"
-msgstr ""
+msgstr "Línie~s de captura"
#: ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_ObjectResize.Label.value.text
msgctxt "ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_ObjectResize.Label.value.text"
diff --git a/translations/source/ca-XV/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/translations/source/ca-XV/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index 315674473a7..91e5b06fa9d 100644
--- a/translations/source/ca-XV/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/translations/source/ca-XV/reportbuilder/registry/data/org/openoffice/TypeDetection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:09+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/reportbuilder/util.po b/translations/source/ca-XV/reportbuilder/util.po
index d8a506c0c27..a7f7f3de8d6 100644
--- a/translations/source/ca-XV/reportbuilder/util.po
+++ b/translations/source/ca-XV/reportbuilder/util.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/reportdesign/source/core/resource.po b/translations/source/ca-XV/reportdesign/source/core/resource.po
index 2cc491ae78f..268fde9230f 100644
--- a/translations/source/ca-XV/reportdesign/source/core/resource.po
+++ b/translations/source/ca-XV/reportdesign/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-22 10:09+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/reportdesign/source/ui/dlg.po b/translations/source/ca-XV/reportdesign/source/ui/dlg.po
index ae8da925d5d..632c6c17e54 100644
--- a/translations/source/ca-XV/reportdesign/source/ui/dlg.po
+++ b/translations/source/ca-XV/reportdesign/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:09+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/reportdesign/source/ui/inspection.po b/translations/source/ca-XV/reportdesign/source/ui/inspection.po
index 8f69b42b99f..c8755f62f3d 100644
--- a/translations/source/ca-XV/reportdesign/source/ui/inspection.po
+++ b/translations/source/ca-XV/reportdesign/source/ui/inspection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-22 10:09+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/reportdesign/source/ui/report.po b/translations/source/ca-XV/reportdesign/source/ui/report.po
index e1a5a416893..ad699ba07e4 100644
--- a/translations/source/ca-XV/reportdesign/source/ui/report.po
+++ b/translations/source/ca-XV/reportdesign/source/ui/report.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 08:05+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sc/source/core/src.po b/translations/source/ca-XV/sc/source/core/src.po
index d50376a8c1b..6de690d1603 100644
--- a/translations/source/ca-XV/sc/source/core/src.po
+++ b/translations/source/ca-XV/sc/source/core/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-22 10:09+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sc/source/ui/cctrl.po b/translations/source/ca-XV/sc/source/ui/cctrl.po
index 4b207230f81..eaa6cb8524b 100644
--- a/translations/source/ca-XV/sc/source/ui/cctrl.po
+++ b/translations/source/ca-XV/sc/source/ui/cctrl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:09+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sc/source/ui/dbgui.po b/translations/source/ca-XV/sc/source/ui/dbgui.po
index 44777fc78c0..4fe3cbc6c9b 100644
--- a/translations/source/ca-XV/sc/source/ui/dbgui.po
+++ b/translations/source/ca-XV/sc/source/ui/dbgui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-22 10:09+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sc/source/ui/docshell.po b/translations/source/ca-XV/sc/source/ui/docshell.po
index fe2ab1d65f5..332c175079c 100644
--- a/translations/source/ca-XV/sc/source/ui/docshell.po
+++ b/translations/source/ca-XV/sc/source/ui/docshell.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:18+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sc/source/ui/drawfunc.po b/translations/source/ca-XV/sc/source/ui/drawfunc.po
index c0d860b01d9..80b71f7cba5 100644
--- a/translations/source/ca-XV/sc/source/ui/drawfunc.po
+++ b/translations/source/ca-XV/sc/source/ui/drawfunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:09+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sc/source/ui/formdlg.po b/translations/source/ca-XV/sc/source/ui/formdlg.po
index 30aeaeb13be..8adf28526a2 100644
--- a/translations/source/ca-XV/sc/source/ui/formdlg.po
+++ b/translations/source/ca-XV/sc/source/ui/formdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:09+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sc/source/ui/miscdlgs.po b/translations/source/ca-XV/sc/source/ui/miscdlgs.po
index a14e2df1684..5655289f009 100644
--- a/translations/source/ca-XV/sc/source/ui/miscdlgs.po
+++ b/translations/source/ca-XV/sc/source/ui/miscdlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-22 10:09+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sc/source/ui/navipi.po b/translations/source/ca-XV/sc/source/ui/navipi.po
index 4b5d5022c93..95d7fab01e6 100644
--- a/translations/source/ca-XV/sc/source/ui/navipi.po
+++ b/translations/source/ca-XV/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 01:59+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: navipi.src#RID_SCDLG_NAVIGATOR.FT_ROW.fixedtext.text
diff --git a/translations/source/ca-XV/sc/source/ui/pagedlg.po b/translations/source/ca-XV/sc/source/ui/pagedlg.po
index 250503b1752..90249aa4d1c 100644
--- a/translations/source/ca-XV/sc/source/ui/pagedlg.po
+++ b/translations/source/ca-XV/sc/source/ui/pagedlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-22 10:09+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sc/source/ui/src.po b/translations/source/ca-XV/sc/source/ui/src.po
index 03436e77164..80906f9b7b1 100644
--- a/translations/source/ca-XV/sc/source/ui/src.po
+++ b/translations/source/ca-XV/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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-11-26 01:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2011-12-15 12:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: namedlg.src#RID_SCDLG_NAMES.BTN_ADD.pushbutton.text
@@ -29,18 +29,13 @@ msgstr "~Suprimeix"
#: namedlg.src#RID_SCDLG_NAMES.BTN_NAME_OK.pushbutton.text
msgid "OK"
-msgstr ""
+msgstr "D'acord"
#: namedlg.src#RID_SCDLG_NAMES.BTN_NAME_CANCEL.pushbutton.text
msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_NAME_CANCEL.pushbutton.text"
msgid "Cancel"
msgstr "Cancel·la"
-#: namedlg.src#RID_SCDLG_NAMES.BTN_SELECT.pushbutton.text
-msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_SELECT.pushbutton.text"
-msgid "Select Range"
-msgstr "Selecciona l'interval"
-
#: namedlg.src#RID_SCDLG_NAMES.FT_SCOPE.fixedtext.text
#, fuzzy
msgctxt "namedlg.src#RID_SCDLG_NAMES.FT_SCOPE.fixedtext.text"
@@ -70,6 +65,7 @@ msgid "Shrink"
msgstr "Redueix"
#: namedlg.src#RID_SCDLG_NAMES.BTN_MORE.checkbox.text
+msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_MORE.checkbox.text"
msgid "Range Options"
msgstr ""
@@ -97,25 +93,6 @@ msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_COLHEADER.checkbox.text"
msgid "Repeat ~column"
msgstr "Repeteix la ~columna"
-#: namedlg.src#RID_SCDLG_NAMES.STR_INVALIDSYMBOL.string.text
-#, fuzzy
-msgctxt "namedlg.src#RID_SCDLG_NAMES.STR_INVALIDSYMBOL.string.text"
-msgid "Invalid expression"
-msgstr "L'expressió no és vàlida"
-
-#: namedlg.src#RID_SCDLG_NAMES.STR_MODIFYFAILED.string.text
-msgid "Modifying range name failed"
-msgstr ""
-
-#: 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_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_DEFAULT_INFO.string.text
msgid "Select cells in the document to update the range."
msgstr ""
@@ -444,10 +421,6 @@ msgstr "Salts de ~pàgina"
msgid "Helplines ~While Moving"
msgstr ""
-#: optdlg.src#RID_SCPAGE_CONTENT.CB_BIGHANDLES.checkbox.text
-msgid "~Large handles"
-msgstr "Anses ~grans"
-
#: optdlg.src#RID_SCPAGE_CONTENT.GB_DISPLAY.fixedline.text
msgid "Display"
msgstr "Visualitza"
@@ -1669,9 +1642,9 @@ msgstr "Suprimeix"
msgid "Restore"
msgstr "Restableix"
-#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_LAST.pushbutton.text
-msgid "Last Record"
-msgstr "Últim registre"
+#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_PREV.pushbutton.text
+msgid "Previous Record"
+msgstr "Registre anterior"
#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_NEXT.pushbutton.text
msgid "Next Record"
@@ -3924,8 +3897,8 @@ msgid "Number"
msgstr "Nombre"
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ARC_COS_HYP.3.string.text
-msgid "A value greater than or equal to 1 for which the hyperbolic cosine is to be returned."
-msgstr "Un valor més gran que o igual a 1 el cosinus hiperbòlic del qual s'ha de retornar."
+msgid "A value greater than or equal to 1 for which the inverse hyperbolic cosine is to be returned."
+msgstr ""
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ARC_SIN_HYP.1.string.text
msgid "Returns the inverse hyperbolic sine of a number."
@@ -4116,6 +4089,60 @@ msgstr "nombre_y"
msgid "The value for the y coordinate."
msgstr "Valor de la coordenada y."
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.1.string.text
+msgid "Return the cosecant of an angle. CSC(x)=1/SIN(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.3.string.text
+#, fuzzy
+msgid "The angle in radians for which the cosecant is to be calculated."
+msgstr "Angle en radians el sinus del qual s'ha de calcular."
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.1.string.text
+msgid "Return the secant of an angle. SEC(x)=1/COS(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.3.string.text
+#, fuzzy
+msgid "The angle in radians for which the secant is to be calculated."
+msgstr "Angle en radians el sinus del qual s'ha de calcular."
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.1.string.text
+msgid "Return the hyperbolic cosecant of a hyperbolic angle. CSCH(x)=1/SINH(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.3.string.text
+msgid "The hyperbolic angle in radians for which the hyperbolic cosecant is to be calculated."
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.1.string.text
+msgid "Return the hyperbolic secant of a hyperbolic angle. SECH(x)=1/COSH(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.3.string.text
+msgid "The hyperbolic angle in radians for which the hyperbolic secant is to be calculated."
+msgstr ""
+
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_DEG.1.string.text
msgid "Converts a radian to degrees"
msgstr "Converteix un radian en graus."
@@ -10599,7 +10626,7 @@ msgstr "Edita els noms d'intervals"
#: globstr.src#RID_GLOBSTR.STR_UNDO_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "~Canvia a majúscules/minúscules"
#: globstr.src#RID_GLOBSTR.STR_DB_NONAME.string.text
msgctxt "globstr.src#RID_GLOBSTR.STR_DB_NONAME.string.text"
@@ -11930,7 +11957,6 @@ msgstr "Selecciona la cel·la"
#: 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 "Selecciona l'interval"
@@ -12216,6 +12242,25 @@ msgstr "Àmbit"
msgid "Document (Global)"
msgstr "S'ha tancat el document"
+#: globstr.src#RID_GLOBSTR.STR_ERR_NAME_EXISTS.string.text
+msgid "Invalid name. Already in use for the selected scope."
+msgstr ""
+
+#: globstr.src#RID_GLOBSTR.STR_ERR_NAME_INVALID.string.text
+msgid "Invalid name. Only use letters, numbers and underscore."
+msgstr ""
+
+#: globstr.src#RID_GLOBSTR.STR_UNSAVED_EXT_REF.string.text
+msgid ""
+"This Document contains external references to unsaved documents.\n"
+"\n"
+"Do you want to continue?"
+msgstr ""
+
+#: globstr.src#RID_GLOBSTR.STR_CLOSE_WITH_UNSAVED_REFS.string.text
+msgid "This Document is referenced by another document and not yet saved. Closing it without saving will result in data loss."
+msgstr ""
+
#: crnrdlg.src#RID_SCDLG_COLROWNAMERANGES.FL_ASSIGN.fixedline.text
msgctxt "crnrdlg.src#RID_SCDLG_COLROWNAMERANGES.FL_ASSIGN.fixedline.text"
msgid "Range"
@@ -12981,7 +13026,8 @@ msgid "Cancel"
msgstr "Cancel·la"
#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_MORE.checkbox.text
-msgid "RangeOptions"
+msgctxt "namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_MORE.checkbox.text"
+msgid "Range Options"
msgstr ""
#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.FT_NAME.fixedtext.text
@@ -13032,20 +13078,6 @@ msgctxt "namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_COLHEADER.checkbox.text"
msgid "Repeat ~column"
msgstr "Repeteix la ~columna"
-#: 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 "L'expressió no és vàlida"
-
-#: 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 ""
diff --git a/translations/source/ca-XV/sc/source/ui/styleui.po b/translations/source/ca-XV/sc/source/ui/styleui.po
index 7f767580965..5584d1ab5f2 100644
--- a/translations/source/ca-XV/sc/source/ui/styleui.po
+++ b/translations/source/ca-XV/sc/source/ui/styleui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-10 18:26+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -27,7 +27,7 @@ msgstr "Estils de cel·la"
#: scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.2.filterlist.text
msgid "Applied Styles"
-msgstr ""
+msgstr "Estils aplicats"
#: scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.3.filterlist.text
msgctxt "scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.3.filterlist.text"
diff --git a/translations/source/ca-XV/scaddins/source/analysis.po b/translations/source/ca-XV/scaddins/source/analysis.po
index a0cfa6889e6..a59d503f03d 100644
--- a/translations/source/ca-XV/scaddins/source/analysis.po
+++ b/translations/source/ca-XV/scaddins/source/analysis.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:09+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/scaddins/source/datefunc.po b/translations/source/ca-XV/scaddins/source/datefunc.po
index 26d66e0746d..60420abd0f9 100644
--- a/translations/source/ca-XV/scaddins/source/datefunc.po
+++ b/translations/source/ca-XV/scaddins/source/datefunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:09+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sccomp/source/solver.po b/translations/source/ca-XV/sccomp/source/solver.po
index c8d14b94a9b..5caa7000a6f 100644
--- a/translations/source/ca-XV/sccomp/source/solver.po
+++ b/translations/source/ca-XV/sccomp/source/solver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-22 10:09+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/scp2/source/accessories.po b/translations/source/ca-XV/scp2/source/accessories.po
index 30af55c870b..e8c0155d842 100644
--- a/translations/source/ca-XV/scp2/source/accessories.po
+++ b/translations/source/ca-XV/scp2/source/accessories.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-03 08:06+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/scp2/source/activex.po b/translations/source/ca-XV/scp2/source/activex.po
index f82f3293ba7..5a603f928fd 100644
--- a/translations/source/ca-XV/scp2/source/activex.po
+++ b/translations/source/ca-XV/scp2/source/activex.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-22 10:09+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/scp2/source/base.po b/translations/source/ca-XV/scp2/source/base.po
index 876429869b9..2b08aaf85bd 100644
--- a/translations/source/ca-XV/scp2/source/base.po
+++ b/translations/source/ca-XV/scp2/source/base.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:09+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -39,6 +39,16 @@ msgstr "Ajuda de %PRODUCTNAME Base"
msgid "Help about %PRODUCTNAME Base"
msgstr "Ajuda sobre %PRODUCTNAME Base"
+#: postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr ""
+
+#: postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr ""
+
#: folderitem_base.ulf#STR_FI_TOOLTIP_BASE.LngText.text
msgid "Manage databases, create queries and reports to track and manage your information by using Base."
msgstr "Gestioneu bases de dades, creeu consultes i informes per tal d'estar al dia i gestionar la vostra informació utilitzant Base."
diff --git a/translations/source/ca-XV/scp2/source/binfilter.po b/translations/source/ca-XV/scp2/source/binfilter.po
index 6dba59acd89..8a3a28c96c8 100644
--- a/translations/source/ca-XV/scp2/source/binfilter.po
+++ b/translations/source/ca-XV/scp2/source/binfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-22 10:09+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/scp2/source/calc.po b/translations/source/ca-XV/scp2/source/calc.po
index d140439a4d5..a9be9168b68 100644
--- a/translations/source/ca-XV/scp2/source/calc.po
+++ b/translations/source/ca-XV/scp2/source/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-22 10:09+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/scp2/source/draw.po b/translations/source/ca-XV/scp2/source/draw.po
index b20d811e628..588d24ba869 100644
--- a/translations/source/ca-XV/scp2/source/draw.po
+++ b/translations/source/ca-XV/scp2/source/draw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:09+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/scp2/source/extensions.po b/translations/source/ca-XV/scp2/source/extensions.po
index 5f7b8f50f45..3cb048d1c83 100644
--- a/translations/source/ca-XV/scp2/source/extensions.po
+++ b/translations/source/ca-XV/scp2/source/extensions.po
@@ -3,2240 +3,78 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-03 08:06+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 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
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text"
+#, fuzzy
msgid "English"
msgstr "Anglés"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text"
+#, fuzzy
msgid "Installs English support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Instal·la els fitxers per a l'anglés de %PRODUCTNAME %PRODUCTVERSION"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text"
+#, fuzzy
msgid "German"
msgstr "Alemany"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text"
+#, fuzzy
msgid "Installs German support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Instal·la els fitxers per a l'alemany de %PRODUCTNAME %PRODUCTVERSION"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text"
+#, fuzzy
msgid "French"
msgstr "Francés"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text"
+#, fuzzy
msgid "Installs French support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Instal·la els fitxers per al francés de %PRODUCTNAME %PRODUCTVERSION"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text"
+#, fuzzy
msgid "Italian"
msgstr "Italià"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text"
+#, fuzzy
msgid "Installs Italian support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Instal·la els fitxers per a l'italià de %PRODUCTNAME %PRODUCTVERSION"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text"
+#, fuzzy
msgid "Spanish"
msgstr "Espanyol"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text"
+#, fuzzy
msgid "Installs Spanish support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Instal·la els fitxers per a l'espanyol de %PRODUCTNAME %PRODUCTVERSION"
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text"
-msgid "Swedish"
-msgstr "Suec"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text"
-msgid "Installs Swedish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al suec de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text"
-msgid "Portuguese"
-msgstr "Portugués"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al portugués de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Portuguese (Brazil)"
-msgstr "Portugués (Brasil)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al portugués de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text"
-msgid "Japanese"
-msgstr "Japonés"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text"
-msgid "Installs Japanese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al japonés de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text"
-msgid "Korean"
-msgstr "Coreà"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text"
-msgid "Installs Korean support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al coreà de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Chinese (simplified)"
-msgstr "Xinés (simplificat)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Installs Chinese (simplified) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al xinés (simplificat) de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Chinese (traditional)"
-msgstr "Xinés (tradicional)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Installs Chinese (traditional) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al xinés (tradicional) de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text"
-msgid "Dutch"
-msgstr "Holandés"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text"
-msgid "Installs Dutch support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'holandés de %PRODUCTNAME %PRODUCTVERSION"
-
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text"
+#, fuzzy
msgid "Hungarian"
msgstr "Hongarés"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text"
-msgid "Installs Hungarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'hongarés de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text"
-msgid "Polish"
-msgstr "Polonés"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text"
-msgid "Installs Polish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al polonés de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text"
-msgid "Russian"
-msgstr "Rus"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text"
-msgid "Installs Russian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al rus de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text"
-msgid "Turkish"
-msgstr "Turc"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text"
-msgid "Installs Turkish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al turc de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text"
-msgid "Greek"
-msgstr "Grec"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text"
-msgid "Installs Greek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al grec de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text"
-msgid "Thai"
-msgstr "Tai"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text"
-msgid "Installs Thai support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al tai de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text"
-msgid "Czech"
-msgstr "Txec"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text"
-msgid "Installs Czech support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al txec de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text"
-msgid "Slovak"
-msgstr "Eslovac"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text"
-msgid "Installs Slovak support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'eslovac de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text"
-msgid "Croatian"
-msgstr "Croat"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text"
-msgid "Installs Croatian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al croat de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text"
-msgid "Estonian"
-msgstr "Estonià"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text"
-msgid "Installs Estonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'estonià de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text"
-msgid "Vietnamese"
-msgstr "Vietnamita"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text"
-msgid "Installs Vietnamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al vietnamita de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text"
-msgid "Bulgarian"
-msgstr "Búlgar"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text"
-msgid "Installs Bulgarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al búlgar de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text"
-msgid "Khmer"
-msgstr "Khmer"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text"
-msgid "Installs Khmer support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al khmer de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Punjabi"
-msgstr "Panjabi"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Installs Punjabi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al punjabi de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Gujarati"
-msgstr "Gujarati"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al gujarati de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text"
-msgid "Tamil"
-msgstr "Tàmil"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al tàmil de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Tamil"
-msgstr "Tàmil"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al tàmil de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text"
-msgid "Hindi"
-msgstr "Hindi"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'hindi de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Hindi"
-msgstr "Hindi"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'hindi de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text"
-msgid "Southern Sotho (Sutu)"
-msgstr "Sotho del sud (Sutu)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text"
-msgid "Installs Southern Sotho (Sutu) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al Sotho del sud de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text"
-msgid "Tswana"
-msgstr "Tswana"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text"
-msgid "Installs Tswana support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al tswana de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text"
-msgid "Xhosa"
-msgstr "Xhosa"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text"
-msgid "Installs Xhosa support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al xhosa de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Zulu"
-msgstr "Zulu"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Installs Zulu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al zulu de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text"
-msgid "Afrikaans"
-msgstr "Afrikaans"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text"
-msgid "Installs Afrikaans support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'afrikaans de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text"
-msgid "Swahili"
-msgstr "Suahili"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al suahili de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Swahili"
-msgstr "Suahili"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al suahili de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text"
-msgid "Lao"
-msgstr "Laosià"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text"
-msgid "Installs Lao support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al laosià de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text"
-msgid "Burmese"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text
#, fuzzy
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text"
-msgid "Installs Burmese (Myanmar) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al noruec (Bokmål) de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Northern Sotho"
-msgstr "Sotho del nord"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Installs Northern Sotho support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al sotho del nord de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text"
-msgid "Bengali"
-msgstr "Bengalí"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text"
-msgid "Installs Bengali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al bengalí de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Bengali (Bangladesh)"
-msgstr "Bengalí (Bangladesh)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Installs Bengali (Bangladesh) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al bengalí (Bangladesh) de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Bengali (India)"
-msgstr "Bengalí (Índia)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Installs Bengali (India) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al bengalí (Índia) de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text"
-msgid "Oriya"
-msgstr "Oriya"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'oriya de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Oriya"
-msgstr "Oriya"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'oriya de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text"
-msgid "Marathi"
-msgstr "Marathi"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al marathi de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Marathi"
-msgstr "Marathi"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al marathi de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text"
-msgid "Nepali"
-msgstr "Nepalés"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text"
-msgid "Installs Nepali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al nepalés de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text"
-msgid "Arabic"
-msgstr "Àrab"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'àrab de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Arabic"
-msgstr "Àrab"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'àrab de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text"
-msgid "Catalan"
-msgstr "Català"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text"
-msgid "Installs Catalan support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al català de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text"
-msgid "Danish"
-msgstr "Danés"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text"
-msgid "Installs Danish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al danés de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text"
-msgid "Finnish"
-msgstr "Finés"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text"
-msgid "Installs Finnish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al finés de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text"
-msgid "Hebrew"
-msgstr "Hebreu"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text"
-msgid "Installs Hebrew support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'hebreu de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text"
-msgid "Icelandic"
-msgstr "Islandés"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text"
-msgid "Installs Icelandic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'islandés de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text"
-msgid "Norwegian (Bokmal)"
-msgstr "Noruec (Bokmål)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text"
-msgid "Installs Norwegian (Bokmal) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al noruec (Bokmål) de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text"
-msgid "Norwegian (Nynorsk)"
-msgstr "Noruec (Nynorsk)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text"
-msgid "Installs Norwegian (Nynorsk) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al noruec (Nynorsk) de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text"
-msgid "Rhaeto-Romance"
-msgstr "Retoromànic"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text"
-msgid "Installs Rhaeto-Romance support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al retoromànic de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text"
-msgid "Romanian"
-msgstr "Romanés"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text"
-msgid "Installs Romanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al romanés de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Albanian"
-msgstr "Albanés"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Installs Albanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'albanés de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text"
-msgid "Urdu"
-msgstr "Urdu"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'urdu de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text"
-msgid "Indonesian"
-msgstr "Indonesi"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text"
-msgid "Installs Indonesian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'indonesi de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text"
-msgid "Ukrainian"
-msgstr "Ucraïnés"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text"
-msgid "Installs Ukrainian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'ucraïnés de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text"
-msgid "Belarusian"
-msgstr "Bielorús"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text"
-msgid "Installs Belarusian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al bielorús de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text"
-msgid "Slovenian"
-msgstr "Eslovè"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text"
-msgid "Installs Slovenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'eslovè de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text"
-msgid "Latvian"
-msgstr "Letó"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text"
-msgid "Installs Latvian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al letó de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text"
-msgid "Lithuanian"
-msgstr "Lituà"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text"
-msgid "Installs Lithuanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al lituà de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text"
-msgid "Armenian"
-msgstr "Armeni"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text"
-msgid "Installs Armenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'armeni de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text"
-msgid "Basque"
-msgstr "Basc"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text"
-msgid "Installs Basque support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al basc de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text"
-msgid "Macedonian"
-msgstr "Macedoni"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text"
-msgid "Installs Macedonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al macedoni de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text"
-msgid "Maltese"
-msgstr "Maltés"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text"
-msgid "Installs Maltese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al maltés de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text"
-msgid "Welsh"
-msgstr "Gal·lès"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text"
-msgid "Installs Welsh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al gal·lès de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text"
-msgid "Galician"
-msgstr "Gallec"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text"
-msgid "Installs Galician support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al gallec de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "Serbi (llatí)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al serbi (llatí) de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "Serbi (llatí)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al serbi (llatí) de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text"
-msgid "Irish"
-msgstr "Irlandés"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text"
-msgid "Installs Irish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'irlandés de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "Serbi (ciríl·lic)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al serbi (ciríl·lic) de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "Serbi (ciríl·lic)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al serbi (ciríl·lic) de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text"
-msgid "Bosnian"
-msgstr "Bosnià"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text"
-msgid "Installs Bosnian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al bosnià de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Assamese"
-msgstr "Assamés"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Installs Assamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'assamés de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text"
-msgid "Kinyarwanda"
-msgstr "Kinyarwanda"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text"
-msgid "Installs Kinyarwanda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al kinyarwanda de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text"
-msgid "Sanskrit"
-msgstr "Sànscrit"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text"
-msgid "Installs Sanskrit support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al sànscrit de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text"
-msgid "Farsi"
-msgstr "Persa"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text"
-msgid "Installs Farsi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al persa de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text"
-msgid "Faroese"
-msgstr "Feroés"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text"
-msgid "Installs Faroese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al feroés de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text"
-msgid "Sorbian"
-msgstr "Sòrab"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text"
-msgid "Installs Sorbian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al sòrab de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text"
-msgid "Tatar"
-msgstr "Tàrtar"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text"
-msgid "Installs Tatar support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al tàrtar de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text"
-msgid "Tsonga"
-msgstr "Tsonga"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text"
-msgid "Installs Tsonga support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al tsonga de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text"
-msgid "Yiddish"
-msgstr "Jiddisch"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text"
-msgid "Installs Yiddish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al jiddisch de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text"
-msgid "Breton"
-msgstr "Bretó"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text"
-msgid "Installs Breton support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al bretó de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text"
-msgid "Ndebele South"
-msgstr "Ndebele del sud"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text"
-msgid "Installs Ndebele South support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'ndebele del sud de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text"
-msgid "Swazi"
-msgstr "Swazi"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text"
-msgid "Installs Swazi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al swazi de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text"
-msgid "Venda"
-msgstr "Venda"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text"
-msgid "Installs Venda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al venda de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text"
-msgid "Kannada"
-msgstr "Kannada"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text"
-msgid "Installs Kannada support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al kannada de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text"
-msgid "Malay (Malaysian)"
-msgstr "Malai (malaisi)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text"
-msgid "Installs Malay (Malaysian) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al malai (malaisi) de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text"
-msgid "Tajik"
-msgstr "Tajik"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text"
-msgid "Installs Tajik support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al tajik de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text"
-msgid "Kurdish"
-msgstr "Kurd"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text"
-msgid "Installs Kurdish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al kurd de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Dzongkha"
-msgstr "Dzongkha"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Installs Dzongkha support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al dzongkha de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text"
-msgid "Georgian"
-msgstr "Georgià"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text"
-msgid "Installs Georgian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al georgià de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text"
-msgid "Esperanto"
-msgstr "Esperanto"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text"
-msgid "Installs Esperanto support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'esperanto de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text"
-msgid "Gujarati"
-msgstr "Gujarati"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al gujarati de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "English (South Africa)"
-msgstr "Anglés (Sud-àfrica)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "Installs English (South Africa) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'anglés (Sud-àfrica) de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "English (United Kingdom)"
-msgstr "Anglés (Regne Unit)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "Installs English (United Kingdom) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'anglés (Regne Unit) de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Urdu"
-msgstr "Urdu"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'urdu de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Malayalam"
-msgstr "Malaiàlam"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Installs Malayalam support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al malaiàlam de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Telugu"
-msgstr "Telugu"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Installs Telugu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al telugu de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Tigrinya"
-msgstr "Tigrinya"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Installs Tigrinya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al tigrinya de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Uzbek"
-msgstr "Uzbek"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Installs Uzbek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'uzbek de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text"
-msgid "Mongolian"
-msgstr "Mongol"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text"
-msgid "Installs Mongolian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al mongol de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text"
-msgid "Kazakh"
-msgstr "Kazakh"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text"
-msgid "Installs Kazakh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al kazakh del %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text"
-msgid "English"
-msgstr "Anglés"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text"
-msgid "Installs English support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'anglés de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text"
-msgid "German"
-msgstr "Alemany"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text"
-msgid "Installs German support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'alemany de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text"
-msgid "French"
-msgstr "Francés"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text"
-msgid "Installs French support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al francés de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text"
-msgid "Italian"
-msgstr "Italià"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text"
-msgid "Installs Italian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'italià de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text"
-msgid "Spanish"
-msgstr "Espanyol"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text"
-msgid "Installs Spanish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'espanyol de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text"
-msgid "Swedish"
-msgstr "Suec"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text"
-msgid "Installs Swedish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al suec de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text"
-msgid "Portuguese"
-msgstr "Portugués"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al portugués de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Portuguese (Brazil)"
-msgstr "Portugués (Brasil)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al portugués de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text"
-msgid "Japanese"
-msgstr "Japonés"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text"
-msgid "Installs Japanese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al japonés de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text"
-msgid "Korean"
-msgstr "Coreà"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text"
-msgid "Installs Korean support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al coreà de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Chinese (simplified)"
-msgstr "Xinés (simplificat)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Installs Chinese (simplified) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al xinés (simplificat) de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Chinese (traditional)"
-msgstr "Xinés (tradicional)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Installs Chinese (traditional) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al xinés (tradicional) de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text"
-msgid "Dutch"
-msgstr "Holandés"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text"
-msgid "Installs Dutch support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'holandés de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text"
-msgid "Hungarian"
-msgstr "Hongarés"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text"
msgid "Installs Hungarian support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Instal·la els fitxers per a l'hongarés de %PRODUCTNAME %PRODUCTVERSION"
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text"
-msgid "Polish"
-msgstr "Polonés"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text"
-msgid "Installs Polish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al polonés de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text"
-msgid "Russian"
-msgstr "Rus"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text"
-msgid "Installs Russian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al rus de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text"
-msgid "Turkish"
-msgstr "Turc"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text"
-msgid "Installs Turkish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al turc de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text"
-msgid "Greek"
-msgstr "Grec"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text"
-msgid "Installs Greek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al grec de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text"
-msgid "Thai"
-msgstr "Tai"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text"
-msgid "Installs Thai support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al tai de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text"
-msgid "Czech"
-msgstr "Txec"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text"
-msgid "Installs Czech support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al txec de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text"
-msgid "Slovak"
-msgstr "Eslovac"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text"
-msgid "Installs Slovak support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'eslovac de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text"
-msgid "Croatian"
-msgstr "Croat"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text"
-msgid "Installs Croatian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al croat de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text"
-msgid "Estonian"
-msgstr "Estonià"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text"
-msgid "Installs Estonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'estonià de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text"
-msgid "Vietnamese"
-msgstr "Vietnamita"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text"
-msgid "Installs Vietnamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al vietnamita de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text"
-msgid "Bulgarian"
-msgstr "Búlgar"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text"
-msgid "Installs Bulgarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al búlgar de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text"
-msgid "Khmer"
-msgstr "Khmer"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text"
-msgid "Installs Khmer support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al khmer de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Punjabi"
-msgstr "Panjabi"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Installs Punjabi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al punjabi de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Gujarati"
-msgstr "Gujarati"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al gujarati de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text"
-msgid "Tamil"
-msgstr "Tàmil"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al tàmil de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Tamil"
-msgstr "Tàmil"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al tàmil de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text"
-msgid "Hindi"
-msgstr "Hindi"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'hindi de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Hindi"
-msgstr "Hindi"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'hindi de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text"
-msgid "Southern Sotho (Sutu)"
-msgstr "Sotho del sud (Sutu)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text"
-msgid "Installs Southern Sotho (Sutu) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al Sotho del sud de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text"
-msgid "Tswana"
-msgstr "Tswana"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text"
-msgid "Installs Tswana support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al tswana de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text"
-msgid "Xhosa"
-msgstr "Xhosa"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text"
-msgid "Installs Xhosa support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al xhosa de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Zulu"
-msgstr "Zulu"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Installs Zulu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al zulu de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text"
-msgid "Afrikaans"
-msgstr "Afrikaans"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text"
-msgid "Installs Afrikaans support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'afrikaans de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text"
-msgid "Swahili"
-msgstr "Suahili"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al suahili de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Swahili"
-msgstr "Suahili"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al suahili de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text"
-msgid "Lao"
-msgstr "Laosià"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text"
-msgid "Installs Lao support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al laosià de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text"
-msgid "Burmese"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text
-#, fuzzy
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text"
-msgid "Installs Burmese (Myanmar) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al noruec (Bokmål) de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Northern Sotho"
-msgstr "Sotho del nord"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Installs Northern Sotho support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al sotho del nord de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text"
-msgid "Bengali"
-msgstr "Bengalí"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text"
-msgid "Installs Bengali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al bengalí de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Bengali (Bangladesh)"
-msgstr "Bengalí (Bangladesh)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Installs Bengali (Bangladesh) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al bengalí (Bangladesh) de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Bengali (India)"
-msgstr "Bengalí (Índia)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Installs Bengali (India) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al bengalí (Índia) de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text"
-msgid "Oriya"
-msgstr "Oriya"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'oriya de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Oriya"
-msgstr "Oriya"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'oriya de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text"
-msgid "Marathi"
-msgstr "Marathi"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al marathi de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Marathi"
-msgstr "Marathi"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al marathi de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text"
-msgid "Nepali"
-msgstr "Nepalés"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text"
-msgid "Installs Nepali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al nepalés de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text"
-msgid "Arabic"
-msgstr "Àrab"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'àrab de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Arabic"
-msgstr "Àrab"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'àrab de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text"
-msgid "Catalan"
-msgstr "Català"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text"
-msgid "Installs Catalan support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al català de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text"
-msgid "Danish"
-msgstr "Danés"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text"
-msgid "Installs Danish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al danés de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text"
-msgid "Finnish"
-msgstr "Finés"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text"
-msgid "Installs Finnish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al finés de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text"
-msgid "Hebrew"
-msgstr "Hebreu"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text"
-msgid "Installs Hebrew support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'hebreu de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text"
-msgid "Icelandic"
-msgstr "Islandés"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text"
-msgid "Installs Icelandic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'islandés de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text"
-msgid "Norwegian (Bokmal)"
-msgstr "Noruec (Bokmål)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text"
-msgid "Installs Norwegian (Bokmal) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al noruec (Bokmål) de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text"
-msgid "Norwegian (Nynorsk)"
-msgstr "Noruec (Nynorsk)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text"
-msgid "Installs Norwegian (Nynorsk) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al noruec (Nynorsk) de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text"
-msgid "Rhaeto-Romance"
-msgstr "Retoromànic"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text"
-msgid "Installs Rhaeto-Romance support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al retoromànic de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text"
-msgid "Romanian"
-msgstr "Romanés"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text"
-msgid "Installs Romanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al romanés de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Albanian"
-msgstr "Albanés"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Installs Albanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'albanés de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text"
-msgid "Urdu"
-msgstr "Urdu"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'urdu de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text"
-msgid "Indonesian"
-msgstr "Indonesi"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text"
-msgid "Installs Indonesian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'indonesi de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text"
-msgid "Ukrainian"
-msgstr "Ucraïnés"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text"
-msgid "Installs Ukrainian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'ucraïnés de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text"
-msgid "Belarusian"
-msgstr "Bielorús"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text"
-msgid "Installs Belarusian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al bielorús de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text"
-msgid "Slovenian"
-msgstr "Eslovè"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text"
-msgid "Installs Slovenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'eslovè de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text"
-msgid "Latvian"
-msgstr "Letó"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text"
-msgid "Installs Latvian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al letó de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text"
-msgid "Lithuanian"
-msgstr "Lituà"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text"
-msgid "Installs Lithuanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al lituà de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text"
-msgid "Armenian"
-msgstr "Armeni"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text"
-msgid "Installs Armenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'armeni de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text"
-msgid "Basque"
-msgstr "Basc"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text"
-msgid "Installs Basque support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al basc de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text"
-msgid "Macedonian"
-msgstr "Macedoni"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text"
-msgid "Installs Macedonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al macedoni de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text"
-msgid "Maltese"
-msgstr "Maltés"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text"
-msgid "Installs Maltese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al maltés de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text"
-msgid "Welsh"
-msgstr "Gal·lès"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text"
-msgid "Installs Welsh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al gal·lès de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text"
-msgid "Galician"
-msgstr "Gallec"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text"
-msgid "Installs Galician support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al gallec de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "Serbi (llatí)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al serbi (llatí) de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "Serbi (llatí)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al serbi (llatí) de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text"
-msgid "Irish"
-msgstr "Irlandés"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text"
-msgid "Installs Irish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'irlandés de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "Serbi (ciríl·lic)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al serbi (ciríl·lic) de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "Serbi (ciríl·lic)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al serbi (ciríl·lic) de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text"
-msgid "Bosnian"
-msgstr "Bosnià"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text"
-msgid "Installs Bosnian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al bosnià de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Assamese"
-msgstr "Assamés"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Installs Assamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'assamés de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text"
-msgid "Kinyarwanda"
-msgstr "Kinyarwanda"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text"
-msgid "Installs Kinyarwanda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al kinyarwanda de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text"
-msgid "Sanskrit"
-msgstr "Sànscrit"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text"
-msgid "Installs Sanskrit support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al sànscrit de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text"
-msgid "Farsi"
-msgstr "Persa"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text"
-msgid "Installs Farsi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al persa de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text"
-msgid "Faroese"
-msgstr "Feroés"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text"
-msgid "Installs Faroese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al feroés de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text"
-msgid "Sorbian"
-msgstr "Sòrab"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text"
-msgid "Installs Sorbian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al sòrab de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text"
-msgid "Tatar"
-msgstr "Tàrtar"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text"
-msgid "Installs Tatar support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al tàrtar de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text"
-msgid "Tsonga"
-msgstr "Tsonga"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text"
-msgid "Installs Tsonga support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al tsonga de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text"
-msgid "Yiddish"
-msgstr "Jiddisch"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text"
-msgid "Installs Yiddish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al jiddisch de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text"
-msgid "Breton"
-msgstr "Bretó"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text"
-msgid "Installs Breton support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al bretó de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text"
-msgid "Ndebele South"
-msgstr "Ndebele del sud"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text"
-msgid "Installs Ndebele South support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'ndebele del sud de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text"
-msgid "Swazi"
-msgstr "Swazi"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text"
-msgid "Installs Swazi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al swazi de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text"
-msgid "Venda"
-msgstr "Venda"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text"
-msgid "Installs Venda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al venda de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text"
-msgid "Kannada"
-msgstr "Kannada"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text"
-msgid "Installs Kannada support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al kannada de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text"
-msgid "Malay (Malaysian)"
-msgstr "Malai (malaisi)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text"
-msgid "Installs Malay (Malaysian) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al malai (malaisi) de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text"
-msgid "Tajik"
-msgstr "Tajik"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text"
-msgid "Installs Tajik support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al tajik de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text"
-msgid "Kurdish"
-msgstr "Kurd"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text"
-msgid "Installs Kurdish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al kurd de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Dzongkha"
-msgstr "Dzongkha"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Installs Dzongkha support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al dzongkha de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text"
-msgid "Georgian"
-msgstr "Georgià"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text"
-msgid "Installs Georgian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al georgià de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text"
-msgid "Esperanto"
-msgstr "Esperanto"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text"
-msgid "Installs Esperanto support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'esperanto de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text"
-msgid "Gujarati"
-msgstr "Gujarati"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al gujarati de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "English (South Africa)"
-msgstr "Anglés (Sud-àfrica)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "Installs English (South Africa) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'anglés (Sud-àfrica) de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "English (United Kingdom)"
-msgstr "Anglés (Regne Unit)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "Installs English (United Kingdom) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'anglés (Regne Unit) de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Urdu"
-msgstr "Urdu"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'urdu de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Malayalam"
-msgstr "Malaiàlam"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Installs Malayalam support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al malaiàlam de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Telugu"
-msgstr "Telugu"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Installs Telugu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al telugu de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Tigrinya"
-msgstr "Tigrinya"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Installs Tigrinya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al tigrinya de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Uzbek"
-msgstr "Uzbek"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Installs Uzbek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'uzbek de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text"
-msgid "Mongolian"
-msgstr "Mongol"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text"
-msgid "Installs Mongolian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al mongol de %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text"
-msgid "Kazakh"
-msgstr "Kazakh"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text"
-msgid "Installs Kazakh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al kazakh del %PRODUCTNAME %PRODUCTVERSION"
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS.LngText.text
msgid "Extensions"
msgstr "Extensions"
@@ -2295,16 +133,6 @@ msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_PDFIMPORT.Lng
msgid "PDF Import"
msgstr "Importador de PDF"
-#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text
-msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text"
-msgid "Lightproof"
-msgstr "Lightproof"
-
-#: module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text
-msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text"
-msgid "Lightproof"
-msgstr "Lightproof"
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_NUMBERTEXT.LngText.text
msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_NUMBERTEXT.LngText.text"
msgid "Numbertext"
diff --git a/translations/source/ca-XV/scp2/source/gnome.po b/translations/source/ca-XV/scp2/source/gnome.po
index bc74fe0444e..412903f21e2 100644
--- a/translations/source/ca-XV/scp2/source/gnome.po
+++ b/translations/source/ca-XV/scp2/source/gnome.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:09+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/scp2/source/graphicfilter.po b/translations/source/ca-XV/scp2/source/graphicfilter.po
index 8152a164903..a309256a2a0 100644
--- a/translations/source/ca-XV/scp2/source/graphicfilter.po
+++ b/translations/source/ca-XV/scp2/source/graphicfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:09+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/scp2/source/impress.po b/translations/source/ca-XV/scp2/source/impress.po
index cd68ef00f3e..cc53265873d 100644
--- a/translations/source/ca-XV/scp2/source/impress.po
+++ b/translations/source/ca-XV/scp2/source/impress.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:09+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/scp2/source/javafilter.po b/translations/source/ca-XV/scp2/source/javafilter.po
index ccca8ad0ce3..34ba7eaee84 100644
--- a/translations/source/ca-XV/scp2/source/javafilter.po
+++ b/translations/source/ca-XV/scp2/source/javafilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:09+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/scp2/source/kde.po b/translations/source/ca-XV/scp2/source/kde.po
index 3788186a582..b7855703c81 100644
--- a/translations/source/ca-XV/scp2/source/kde.po
+++ b/translations/source/ca-XV/scp2/source/kde.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:09+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/scp2/source/math.po b/translations/source/ca-XV/scp2/source/math.po
index c1001df2ea3..a04e4a46a10 100644
--- a/translations/source/ca-XV/scp2/source/math.po
+++ b/translations/source/ca-XV/scp2/source/math.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:09+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/scp2/source/onlineupdate.po b/translations/source/ca-XV/scp2/source/onlineupdate.po
index bc5963eb5f4..2e1b7536af7 100644
--- a/translations/source/ca-XV/scp2/source/onlineupdate.po
+++ b/translations/source/ca-XV/scp2/source/onlineupdate.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:09+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/scp2/source/ooo.po b/translations/source/ca-XV/scp2/source/ooo.po
index 519f8b6dcb2..aef23df4603 100644
--- a/translations/source/ca-XV/scp2/source/ooo.po
+++ b/translations/source/ca-XV/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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-11-26 01:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2011-12-15 12:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: module_systemint.ulf#STR_NAME_MODULE_OPTIONAL_SYSTEMINTEGRATION.LngText.text
@@ -1089,6 +1089,15 @@ msgstr "Afrikaans"
msgid "Afrikaans spelling dictionary, and hyphenation rules"
msgstr "Diccionari ortogràfic i de separació de síl·labes per al croat"
+#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AN.LngText.text
+msgid "Aragonese"
+msgstr ""
+
+#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_AN.LngText.text
+#, fuzzy
+msgid "Aragonese spelling dictionary"
+msgstr "Diccionari ortogràfic per al tai"
+
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AR.LngText.text
#, fuzzy
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AR.LngText.text"
@@ -1189,7 +1198,7 @@ msgid "English"
msgstr "Anglés"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_EN.LngText.text
-msgid "English (Australia, Canada, South Africa, UK, USA) spelling dictionaries, hyphenation rules, and thesaurus"
+msgid "English spelling dictionaries, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_EL.LngText.text
@@ -1289,7 +1298,7 @@ msgstr "Hongarés"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_HU.LngText.text
#, fuzzy
-msgid "Hungarian spelling dictionary, hyphenation rules, and thesaurus"
+msgid "Hungarian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
msgstr "Diccionari ortogràfic, de partició de mots i tesaurus per a l'hongarés"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_HR.LngText.text
@@ -1428,6 +1437,16 @@ msgstr "Rus"
msgid "Russian spelling dictionary, hyphenation rules, and thesaurus"
msgstr "Diccionari ortogràfic, separació sil·làbica i sinònims per al rus"
+#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SI.LngText.text
+msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SI.LngText.text"
+msgid "Sinhala"
+msgstr "Sinhala"
+
+#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_SI.LngText.text
+#, fuzzy
+msgid "Sinhala spelling dictionary"
+msgstr "Diccionari ortogràfic per al tai"
+
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SK.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SK.LngText.text"
msgid "Slovak"
@@ -2539,7 +2558,7 @@ msgstr ""
#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_LB.LngText.text
msgid "Luxembourgish"
-msgstr ""
+msgstr "Luxemburgués"
#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_LB.LngText.text
msgid "Installs the Luxembourgish user interface"
diff --git a/translations/source/ca-XV/scp2/source/python.po b/translations/source/ca-XV/scp2/source/python.po
index aaa6daa9b3e..347aaf41618 100644
--- a/translations/source/ca-XV/scp2/source/python.po
+++ b/translations/source/ca-XV/scp2/source/python.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:09+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/scp2/source/quickstart.po b/translations/source/ca-XV/scp2/source/quickstart.po
index 180d98dff34..5a04c1db107 100644
--- a/translations/source/ca-XV/scp2/source/quickstart.po
+++ b/translations/source/ca-XV/scp2/source/quickstart.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:09+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/scp2/source/sdkoo.po b/translations/source/ca-XV/scp2/source/sdkoo.po
index 3be7d241f66..3d426d4a27d 100644
--- a/translations/source/ca-XV/scp2/source/sdkoo.po
+++ b/translations/source/ca-XV/scp2/source/sdkoo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:09+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/scp2/source/smoketest.po b/translations/source/ca-XV/scp2/source/smoketest.po
new file mode 100644
index 00000000000..607335a0498
--- /dev/null
+++ b/translations/source/ca-XV/scp2/source/smoketest.po
@@ -0,0 +1,23 @@
+#. extracted from scp2/source/smoketest.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+scp2%2Fsource%2Fsmoketest.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: module_smoketest.ulf#STR_NAME_MODULE_OPTIONAL_SMOKETEST.LngText.text
+msgid "%PRODUCTNAME %PRODUCTVERSION Smoketest"
+msgstr ""
+
+#: module_smoketest.ulf#STR_DESC_MODULE_OPTIONAL_SMOKETEST.LngText.text
+msgid "The smoketest of %PRODUCTNAME %PRODUCTVERSION"
+msgstr ""
diff --git a/translations/source/ca-XV/scp2/source/winexplorerext.po b/translations/source/ca-XV/scp2/source/winexplorerext.po
index deb196c4506..b27e89c3b62 100644
--- a/translations/source/ca-XV/scp2/source/winexplorerext.po
+++ b/translations/source/ca-XV/scp2/source/winexplorerext.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:09+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/scp2/source/writer.po b/translations/source/ca-XV/scp2/source/writer.po
index 1b78d5f1e5f..f513db1f525 100644
--- a/translations/source/ca-XV/scp2/source/writer.po
+++ b/translations/source/ca-XV/scp2/source/writer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:09+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/scp2/source/xsltfilter.po b/translations/source/ca-XV/scp2/source/xsltfilter.po
index bb23e6597eb..7631890da83 100644
--- a/translations/source/ca-XV/scp2/source/xsltfilter.po
+++ b/translations/source/ca-XV/scp2/source/xsltfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:18+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/scripting/source/pyprov.po b/translations/source/ca-XV/scripting/source/pyprov.po
index 4909d3b4a33..412dafab93a 100644
--- a/translations/source/ca-XV/scripting/source/pyprov.po
+++ b/translations/source/ca-XV/scripting/source/pyprov.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sd/source/core.po b/translations/source/ca-XV/sd/source/core.po
index 0bd07731379..64810ac600e 100644
--- a/translations/source/ca-XV/sd/source/core.po
+++ b/translations/source/ca-XV/sd/source/core.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-22 10:09+0200\n"
-"Last-Translator: PauGNU <pau@somgnu.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:36+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -26,6 +26,8 @@ msgid "Background objects"
msgstr "Objectes de fons"
#: glob.src#STR_LAYER_LAYOUT.string.text
+#, fuzzy
+msgctxt "glob.src#STR_LAYER_LAYOUT.string.text"
msgid "Layout"
msgstr "Format"
@@ -317,6 +319,37 @@ msgstr "Reproductor multimèdia"
msgid "Table"
msgstr "Taula"
+#: glob.src#STR_SLIDESORTERVIEWSHELL.string.text
+msgid "Slide Sorter"
+msgstr "Classificador de diapositives"
+
+#: glob.src#STR_TOOL_PANEL_SHELL.string.text
+msgid "Tool Panel"
+msgstr ""
+
+#: glob.src#STR_LEFT_IMPRESS_PANE_SHELL.string.text
+#, fuzzy
+msgid "Slides"
+msgstr "Diapositiva"
+
+#: glob.src#STR_LEFT_DRAW_PANE_SHELL.string.text
+#, fuzzy
+msgid "Pages"
+msgstr "Pàgina"
+
+#: glob.src#STR_TASKPANEVIEWSHELL.string.text
+msgid "Tasks"
+msgstr "Tasques"
+
+#: glob.src#STR_MASTERPAGESSELECTOR.string.text
+msgid "Master Pages"
+msgstr "Pàgines mestres"
+
+#: glob.src#STR_TASKPANELAYOUTMENU.string.text
+msgctxt "glob.src#STR_TASKPANELAYOUTMENU.string.text"
+msgid "Layout"
+msgstr "Format"
+
#: glob.src#STR_POWERPOINT_IMPORT.string.text
msgid "PowerPoint Import"
msgstr "Importació des del PowerPoint"
diff --git a/translations/source/ca-XV/sd/source/filter/html.po b/translations/source/ca-XV/sd/source/filter/html.po
index 620951336c5..f45785e8101 100644
--- a/translations/source/ca-XV/sd/source/filter/html.po
+++ b/translations/source/ca-XV/sd/source/filter/html.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:09+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sd/source/ui/accessibility.po b/translations/source/ca-XV/sd/source/ui/accessibility.po
index 72c8818e5ee..8650185bba8 100644
--- a/translations/source/ca-XV/sd/source/ui/accessibility.po
+++ b/translations/source/ca-XV/sd/source/ui/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:09+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sd/source/ui/animations.po b/translations/source/ca-XV/sd/source/ui/animations.po
index a80862247d9..49459915275 100644
--- a/translations/source/ca-XV/sd/source/ui/animations.po
+++ b/translations/source/ca-XV/sd/source/ui/animations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-22 10:09+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sd/source/ui/annotations.po b/translations/source/ca-XV/sd/source/ui/annotations.po
index 7f14d34a9ca..9db3f810bb2 100644
--- a/translations/source/ca-XV/sd/source/ui/annotations.po
+++ b/translations/source/ca-XV/sd/source/ui/annotations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sd/source/ui/app.po b/translations/source/ca-XV/sd/source/ui/app.po
index 3ab00758277..59f924ab9d3 100644
--- a/translations/source/ca-XV/sd/source/ui/app.po
+++ b/translations/source/ca-XV/sd/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-10 18:26+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -1935,7 +1935,7 @@ msgstr "Inferior ver~tical fix"
#: menuids_tmpl.src#MN_GRID_VISIBLE.SID_GRID_VISIBLE.menuitem.text
msgid "~Display Grid"
-msgstr ""
+msgstr "~Visualitza la graella"
#: menuids_tmpl.src#MN_GRID_USE.SID_GRID_USE.menuitem.text
msgid "Snap to Grid"
diff --git a/translations/source/ca-XV/sd/source/ui/dlg.po b/translations/source/ca-XV/sd/source/ui/dlg.po
index b0fc751231f..754eabc8f84 100644
--- a/translations/source/ca-XV/sd/source/ui/dlg.po
+++ b/translations/source/ca-XV/sd/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 08:06+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sd/source/ui/notes.po b/translations/source/ca-XV/sd/source/ui/notes.po
index 435033c8bc0..71cbc1fca63 100644
--- a/translations/source/ca-XV/sd/source/ui/notes.po
+++ b/translations/source/ca-XV/sd/source/ui/notes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:18+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sd/source/ui/slideshow.po b/translations/source/ca-XV/sd/source/ui/slideshow.po
index fd0394a5bcf..10cf540059c 100644
--- a/translations/source/ca-XV/sd/source/ui/slideshow.po
+++ b/translations/source/ca-XV/sd/source/ui/slideshow.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-22 10:10+0200\n"
-"Last-Translator: PauGNU <pau@somgnu.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:36+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -36,7 +36,8 @@ msgid "~Go to Slide"
msgstr "~Vés a la diapositiva"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_PEN_MODE.menuitem.text
-msgid "Mouse pointer as ~pen"
+#, fuzzy
+msgid "Mouse pointer as ~Pen"
msgstr "Busca del ratolí com a ploma"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_WIDTH_PEN.CM_WIDTH_PEN_VERY_THIN.menuitem.text
@@ -70,11 +71,12 @@ msgstr "Amplada de la ~ploma"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_COLOR_PEN.menuitem.text
#, fuzzy
-msgid "~Change Pen Color..."
+msgid "~Change pen Color..."
msgstr "~Canvia el color de la ploma"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_ERASE_ALLINK.menuitem.text
-msgid "~Erase All Ink On Slide"
+#, fuzzy
+msgid "~Erase all ink on Slide"
msgstr "~Esborra tota la tinta de la diapositiva"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_SCREEN.CM_SCREEN_BLACK.menuitem.text
diff --git a/translations/source/ca-XV/sd/source/ui/slidesorter/view.po b/translations/source/ca-XV/sd/source/ui/slidesorter/view.po
index bcde5bafc25..f400fbef31f 100644
--- a/translations/source/ca-XV/sd/source/ui/slidesorter/view.po
+++ b/translations/source/ca-XV/sd/source/ui/slidesorter/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sd/source/ui/table.po b/translations/source/ca-XV/sd/source/ui/table.po
index 11120778f88..dfb1e52622b 100644
--- a/translations/source/ca-XV/sd/source/ui/table.po
+++ b/translations/source/ca-XV/sd/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:18+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sd/source/ui/view.po b/translations/source/ca-XV/sd/source/ui/view.po
index a0fa9515fa2..15f6a4bd480 100644
--- a/translations/source/ca-XV/sd/source/ui/view.po
+++ b/translations/source/ca-XV/sd/source/ui/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sdext/source/minimizer.po b/translations/source/ca-XV/sdext/source/minimizer.po
index 41689ad7d43..73a91ce2261 100644
--- a/translations/source/ca-XV/sdext/source/minimizer.po
+++ b/translations/source/ca-XV/sdext/source/minimizer.po
@@ -3,20 +3,20 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Presentation Minimizer"
-msgstr ""
+msgstr "Presentation Minimizer"
#: description.xml#extdesc.extdesc.description.text
msgid ""
diff --git a/translations/source/ca-XV/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/translations/source/ca-XV/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index 0ebd76d3325..e2c92bce239 100644
--- a/translations/source/ca-XV/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/translations/source/ca-XV/sdext/source/minimizer/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:18+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/translations/source/ca-XV/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index 7073a84608d..7cb17298206 100644
--- a/translations/source/ca-XV/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/ca-XV/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 08:06+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sdext/source/pdfimport.po b/translations/source/ca-XV/sdext/source/pdfimport.po
index 8f9124c4d73..6da965d196b 100644
--- a/translations/source/ca-XV/sdext/source/pdfimport.po
+++ b/translations/source/ca-XV/sdext/source/pdfimport.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:43+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: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sdext/source/presenter.po b/translations/source/ca-XV/sdext/source/presenter.po
index bbd4e513aab..c2abc428a8e 100644
--- a/translations/source/ca-XV/sdext/source/presenter.po
+++ b/translations/source/ca-XV/sdext/source/presenter.po
@@ -3,20 +3,20 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Presenter Console"
-msgstr ""
+msgstr "Consola del presentador"
#: description.xml#extdesc.extdesc.description.text
msgid ""
diff --git a/translations/source/ca-XV/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/translations/source/ca-XV/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index 9badae5597a..9bf5800ae4f 100644
--- a/translations/source/ca-XV/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/translations/source/ca-XV/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/translations/source/ca-XV/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index 9164f20acf5..503fcada191 100644
--- a/translations/source/ca-XV/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/ca-XV/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-22 10:10+0200\n"
-"Last-Translator: PauGNU <pau@somgnu.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:36+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -33,7 +33,11 @@ msgid "Slides"
msgstr "Diapositives"
#: PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.l.Normal.Text.value.text
-msgctxt "PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.l.Normal.Text.value.text"
+msgid "Exchange"
+msgstr ""
+
+#: PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.n.Normal.Text.value.text
+msgctxt "PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.n.Normal.Text.value.text"
msgid "Help"
msgstr "Ajuda"
diff --git a/translations/source/ca-XV/setup_native/source/mac.po b/translations/source/ca-XV/setup_native/source/mac.po
index cd3b4230f33..05446d49295 100644
--- a/translations/source/ca-XV/setup_native/source/mac.po
+++ b/translations/source/ca-XV/setup_native/source/mac.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sfx2/source/appl.po b/translations/source/ca-XV/sfx2/source/appl.po
index 334cbe10eb8..fcf5ecd2c3c 100644
--- a/translations/source/ca-XV/sfx2/source/appl.po
+++ b/translations/source/ca-XV/sfx2/source/appl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 08:06+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sfx2/source/bastyp.po b/translations/source/ca-XV/sfx2/source/bastyp.po
index 25fe874fd84..f18a7bb1bdc 100644
--- a/translations/source/ca-XV/sfx2/source/bastyp.po
+++ b/translations/source/ca-XV/sfx2/source/bastyp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:18+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sfx2/source/dialog.po b/translations/source/ca-XV/sfx2/source/dialog.po
index cf46f96d58c..3588341ba52 100644
--- a/translations/source/ca-XV/sfx2/source/dialog.po
+++ b/translations/source/ca-XV/sfx2/source/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 08:06+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -53,7 +53,7 @@ msgstr "~Comentaris"
#: dinfdlg.src#TP_DOCINFODOC.BTN_CHANGE_PASS.pushbutton.text
msgid "Change ~Password..."
-msgstr ""
+msgstr "Canvia la ~contrasenya..."
#: dinfdlg.src#TP_DOCINFODOC.FT_FILE_TYP.fixedtext.text
msgid "Type:"
@@ -690,6 +690,10 @@ msgstr "~Més informació..."
msgid "~Ask when not saving in ODF format"
msgstr "Dem~ana què fer quan no s'alce en format ODF"
+#: alienwarn.src#RID_DLG_ALIEN_WARNING.modaldialog.text
+msgid "Confirm File Format"
+msgstr ""
+
#: taskpane.src#STR_SFX_DOCK.string.text
msgid "Dock"
msgstr "Acobla"
diff --git a/translations/source/ca-XV/sfx2/source/doc.po b/translations/source/ca-XV/sfx2/source/doc.po
index 774e4045129..d4d8f73084b 100644
--- a/translations/source/ca-XV/sfx2/source/doc.po
+++ b/translations/source/ca-XV/sfx2/source/doc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -223,7 +223,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME7.string.text
msgid "Brown"
-msgstr ""
+msgstr "Marró"
#: templatelocnames.src#STR_TEMPLATE_NAME8.string.text
msgid "Characters with Glow"
@@ -231,7 +231,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME9.string.text
msgid "Forest"
-msgstr ""
+msgstr "Bosc"
#: templatelocnames.src#STR_TEMPLATE_NAME10.string.text
msgid "Fresco"
@@ -247,7 +247,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME13.string.text
msgid "Keyboard"
-msgstr ""
+msgstr "Teclat"
#: templatelocnames.src#STR_TEMPLATE_NAME14.string.text
msgid "Light Blue Shapes"
@@ -275,7 +275,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME20.string.text
msgid "Rounded Rectangles"
-msgstr ""
+msgstr "Rectangles arrodonits"
#: templatelocnames.src#STR_TEMPLATE_NAME21.string.text
msgid "Blue and Red Gradient"
@@ -291,7 +291,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME24.string.text
msgid "Water"
-msgstr ""
+msgstr "Aigua"
#: templatelocnames.src#STR_TEMPLATE_NAME25.string.text
msgid "Wine"
@@ -721,8 +721,8 @@ msgstr ""
"Voleu alçar el document?"
#: doc.src#STR_QRYTEMPL_MESSAGE.string.text
-msgid "The template '$(ARG1)' on which this document is based, has been modified. Do you want to update style based formattings according to the modified template?"
-msgstr "La plantilla '$(ARG1)', en la qual es basa este document, ha estat modificada. Voleu actualitzar la formatació basada en estils segons la plantilla modificada?"
+msgid "The template '$(ARG1)' on which this document is based, has been modified. Do you want to update style based formatting according to the modified template?"
+msgstr ""
#: doc.src#STR_QRYTEMPL_UPDATE_BTN.string.text
msgid "~Update Styles"
diff --git a/translations/source/ca-XV/sfx2/source/menu.po b/translations/source/ca-XV/sfx2/source/menu.po
index dfb04e39e87..64a00bf57f4 100644
--- a/translations/source/ca-XV/sfx2/source/menu.po
+++ b/translations/source/ca-XV/sfx2/source/menu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sfx2/source/view.po b/translations/source/ca-XV/sfx2/source/view.po
index 28f9cb93804..68c94e7ebfe 100644
--- a/translations/source/ca-XV/sfx2/source/view.po
+++ b/translations/source/ca-XV/sfx2/source/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/shell/source/win32/shlxthandler/res.po b/translations/source/ca-XV/shell/source/win32/shlxthandler/res.po
index 665edba3b4c..c7139e20990 100644
--- a/translations/source/ca-XV/shell/source/win32/shlxthandler/res.po
+++ b/translations/source/ca-XV/shell/source/win32/shlxthandler/res.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/starmath/source.po b/translations/source/ca-XV/starmath/source.po
index eecd03f4eb2..251ca0c85ba 100644
--- a/translations/source/ca-XV/starmath/source.po
+++ b/translations/source/ca-XV/starmath/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/svl/source/items.po b/translations/source/ca-XV/svl/source/items.po
index 7be6e7da4a9..ff032987693 100644
--- a/translations/source/ca-XV/svl/source/items.po
+++ b/translations/source/ca-XV/svl/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:19+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/svl/source/misc.po b/translations/source/ca-XV/svl/source/misc.po
index f6225442e82..9c8d4b71141 100644
--- a/translations/source/ca-XV/svl/source/misc.po
+++ b/translations/source/ca-XV/svl/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-02 07:50+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/svtools/source/contnr.po b/translations/source/ca-XV/svtools/source/contnr.po
index 8a86a2f620a..2e60a509be3 100644
--- a/translations/source/ca-XV/svtools/source/contnr.po
+++ b/translations/source/ca-XV/svtools/source/contnr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 08:06+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/svtools/source/control.po b/translations/source/ca-XV/svtools/source/control.po
index ca91f4e1e0f..82aa273ed8b 100644
--- a/translations/source/ca-XV/svtools/source/control.po
+++ b/translations/source/ca-XV/svtools/source/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/svtools/source/dialogs.po b/translations/source/ca-XV/svtools/source/dialogs.po
index 523dcb01808..00a82755a1d 100644
--- a/translations/source/ca-XV/svtools/source/dialogs.po
+++ b/translations/source/ca-XV/svtools/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-10 18:26+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/svtools/source/filter.po b/translations/source/ca-XV/svtools/source/filter.po
index b6dbd63be59..6509acc2497 100644
--- a/translations/source/ca-XV/svtools/source/filter.po
+++ b/translations/source/ca-XV/svtools/source/filter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/svtools/source/java.po b/translations/source/ca-XV/svtools/source/java.po
index 9b1aa6b8bf5..27cc8240d7d 100644
--- a/translations/source/ca-XV/svtools/source/java.po
+++ b/translations/source/ca-XV/svtools/source/java.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/svtools/source/misc.po b/translations/source/ca-XV/svtools/source/misc.po
index 536f4d1ac21..a0eaa9ba867 100644
--- a/translations/source/ca-XV/svtools/source/misc.po
+++ b/translations/source/ca-XV/svtools/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-05-03 08:06+0200\n"
-"Last-Translator: PauGNU <pau@somgnu.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2011-12-20 00:01+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -179,6 +179,10 @@ msgstr "Bielorús"
msgid "Catalan"
msgstr "Català"
+#: langtab.src#STR_ARR_SVT_LANGUAGE_TABLE.LANGUAGE_USER_CATALAN_VALENCIAN.pairedlist.text
+msgid "Catalan (Valencian)"
+msgstr ""
+
#: langtab.src#STR_ARR_SVT_LANGUAGE_TABLE.LANGUAGE_CHINESE_TRADITIONAL.pairedlist.text
msgid "Chinese (traditional)"
msgstr "Xinés (tradicional)"
@@ -1389,20 +1393,24 @@ msgid "Database"
msgstr "Base de dades"
#: imagemgr.src#STR_DESCRIPTION_CALC_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet Template"
-msgstr "Plantilla de full de càlcul de %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet Template"
+msgstr "Full de càlcul de %PRODUCTNAME %PRODUCTVERSION"
#: imagemgr.src#STR_DESCRIPTION_DRAW_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Drawing Template"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Drawing Template"
msgstr "Plantilla de dibuix de %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
#: imagemgr.src#STR_DESCRIPTION_IMPRESS_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Presentation Template"
-msgstr "Plantilla de presentació de %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Presentation Template"
+msgstr "Presentació de %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
#: imagemgr.src#STR_DESCRIPTION_WRITER_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Text Document Template"
-msgstr "Plantilla de document de text de %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Text Document Template"
+msgstr "Document de text de %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
#: imagemgr.src#STR_DESCRIPTION_LOCALE_VOLUME.string.text
msgid "Local drive"
@@ -1433,31 +1441,38 @@ msgid "MS PowerPoint Show"
msgstr "Exposició del MS PowerPoint"
#: imagemgr.src#STR_DESCRIPTION_SXMATH_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Formula"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Formula"
msgstr "Fórmula de %PRODUCTNAME %PRODUCTVERSION"
#: imagemgr.src#STR_DESCRIPTION_SXCHART_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Chart"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Chart"
msgstr "Diagrama de %PRODUCTNAME %PRODUCTVERSION"
#: imagemgr.src#STR_DESCRIPTION_SXDRAW_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Drawing"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Drawing"
msgstr "Dibuix de %PRODUCTNAME %PRODUCTVERSION"
#: imagemgr.src#STR_DESCRIPTION_SXCALC_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet"
msgstr "Full de càlcul de %PRODUCTNAME %PRODUCTVERSION"
#: imagemgr.src#STR_DESCRIPTION_SXIMPRESS_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Presentation"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Presentation"
msgstr "Presentació de %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
#: imagemgr.src#STR_DESCRIPTION_SXWRITER_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Text Document"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Text Document"
msgstr "Document de text de %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
#: imagemgr.src#STR_DESCRIPTION_SXGLOBAL_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Master Document"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Master Document"
msgstr "Document mestre de %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
#: imagemgr.src#STR_DESCRIPTION_MATHML_DOC.string.text
diff --git a/translations/source/ca-XV/svtools/source/plugapp.po b/translations/source/ca-XV/svtools/source/plugapp.po
index 4af5a45c9a7..34a249afe3c 100644
--- a/translations/source/ca-XV/svtools/source/plugapp.po
+++ b/translations/source/ca-XV/svtools/source/plugapp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/svtools/source/toolpanel.po b/translations/source/ca-XV/svtools/source/toolpanel.po
index 9b5c7fb54dc..fe8fa98930a 100644
--- a/translations/source/ca-XV/svtools/source/toolpanel.po
+++ b/translations/source/ca-XV/svtools/source/toolpanel.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/svtools/workben/unodialog.po b/translations/source/ca-XV/svtools/workben/unodialog.po
index 9be3bafdbc4..8801074c575 100644
--- a/translations/source/ca-XV/svtools/workben/unodialog.po
+++ b/translations/source/ca-XV/svtools/workben/unodialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/svx/inc.po b/translations/source/ca-XV/svx/inc.po
index 538e189f370..542f6b0a746 100644
--- a/translations/source/ca-XV/svx/inc.po
+++ b/translations/source/ca-XV/svx/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 08:06+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -648,7 +648,7 @@ msgstr "~Katakana"
#: globlmn_tmpl.hrc#ITEM_TRANSLITERATE_MENU.SID_MN_SUB_TRANSLITERATE.menuitem.text
msgid "~Change Case"
-msgstr ""
+msgstr "~Canvia a majúscules/minúscules"
#: globlmn_tmpl.hrc#ITEM_OPEN_HYPERLINK.#define.text
msgid "~Open Hyperlink"
diff --git a/translations/source/ca-XV/svx/source/accessibility.po b/translations/source/ca-XV/svx/source/accessibility.po
index 810dcd85d00..0dc89cf2b66 100644
--- a/translations/source/ca-XV/svx/source/accessibility.po
+++ b/translations/source/ca-XV/svx/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/svx/source/dialog.po b/translations/source/ca-XV/svx/source/dialog.po
index af3ac57de1d..b9e1b20c14f 100644
--- a/translations/source/ca-XV/svx/source/dialog.po
+++ b/translations/source/ca-XV/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 02:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: docrecovery.src#RID_SVXPAGE_DOCRECOVERY_SAVE.FT_SAVE_TITLE.fixedtext.text
@@ -2552,7 +2552,7 @@ msgstr ""
#: sdstring.src#RID_SVXSTR_LEND15.string.text
msgid "Diamond"
-msgstr ""
+msgstr "Diamant"
#: sdstring.src#RID_SVXSTR_LEND16.string.text
msgid "Circle unfilled"
diff --git a/translations/source/ca-XV/svx/source/engine3d.po b/translations/source/ca-XV/svx/source/engine3d.po
index 0051d36cd05..c6a7ffdb7c6 100644
--- a/translations/source/ca-XV/svx/source/engine3d.po
+++ b/translations/source/ca-XV/svx/source/engine3d.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/svx/source/fmcomp.po b/translations/source/ca-XV/svx/source/fmcomp.po
index 9900591e079..f1a41208b36 100644
--- a/translations/source/ca-XV/svx/source/fmcomp.po
+++ b/translations/source/ca-XV/svx/source/fmcomp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/svx/source/form.po b/translations/source/ca-XV/svx/source/form.po
index 81d116299d7..f94534147a1 100644
--- a/translations/source/ca-XV/svx/source/form.po
+++ b/translations/source/ca-XV/svx/source/form.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 08:06+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/svx/source/gallery2.po b/translations/source/ca-XV/svx/source/gallery2.po
index 5ea927067a9..642d001d27d 100644
--- a/translations/source/ca-XV/svx/source/gallery2.po
+++ b/translations/source/ca-XV/svx/source/gallery2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/svx/source/items.po b/translations/source/ca-XV/svx/source/items.po
index ade251c44fe..7c0aae5b946 100644
--- a/translations/source/ca-XV/svx/source/items.po
+++ b/translations/source/ca-XV/svx/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/svx/source/src.po b/translations/source/ca-XV/svx/source/src.po
index ed2e796d012..05fc0dcfeb8 100644
--- a/translations/source/ca-XV/svx/source/src.po
+++ b/translations/source/ca-XV/svx/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/svx/source/stbctrls.po b/translations/source/ca-XV/svx/source/stbctrls.po
index ff0079d6e0e..189d2764921 100644
--- a/translations/source/ca-XV/svx/source/stbctrls.po
+++ b/translations/source/ca-XV/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: 2012-01-15 22:23+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca-XV/svx/source/svdraw.po b/translations/source/ca-XV/svx/source/svdraw.po
index 0f0e64c56f8..80f1598f9c4 100644
--- a/translations/source/ca-XV/svx/source/svdraw.po
+++ b/translations/source/ca-XV/svx/source/svdraw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/svx/source/table.po b/translations/source/ca-XV/svx/source/table.po
index a7f6fc21684..e0f0f3bbfb2 100644
--- a/translations/source/ca-XV/svx/source/table.po
+++ b/translations/source/ca-XV/svx/source/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:19+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/svx/source/tbxctrls.po b/translations/source/ca-XV/svx/source/tbxctrls.po
index 221040e05c8..4a5785a0140 100644
--- a/translations/source/ca-XV/svx/source/tbxctrls.po
+++ b/translations/source/ca-XV/svx/source/tbxctrls.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/svx/source/toolbars.po b/translations/source/ca-XV/svx/source/toolbars.po
index 116b93f4c13..3e10668241b 100644
--- a/translations/source/ca-XV/svx/source/toolbars.po
+++ b/translations/source/ca-XV/svx/source/toolbars.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/svx/source/unodialogs/textconversiondlgs.po b/translations/source/ca-XV/svx/source/unodialogs/textconversiondlgs.po
index fd27bc251ab..30a8909c881 100644
--- a/translations/source/ca-XV/svx/source/unodialogs/textconversiondlgs.po
+++ b/translations/source/ca-XV/svx/source/unodialogs/textconversiondlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sw/source/core/layout.po b/translations/source/ca-XV/sw/source/core/layout.po
index 4a591bfa4a9..77ca9fca124 100644
--- a/translations/source/ca-XV/sw/source/core/layout.po
+++ b/translations/source/ca-XV/sw/source/core/layout.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: ca_XV\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca_XV\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sw/source/core/undo.po b/translations/source/ca-XV/sw/source/core/undo.po
index f0a9c8264de..3dc69713c1a 100644
--- a/translations/source/ca-XV/sw/source/core/undo.po
+++ b/translations/source/ca-XV/sw/source/core/undo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -263,7 +263,7 @@ msgstr "Fusiona la taula"
#: undo.src#STR_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "~Canvia a majúscules/minúscules"
#: undo.src#STR_DELNUM.string.text
msgid "Delete numbering"
diff --git a/translations/source/ca-XV/sw/source/core/unocore.po b/translations/source/ca-XV/sw/source/core/unocore.po
index 38d580b7143..ff0703ba2ce 100644
--- a/translations/source/ca-XV/sw/source/core/unocore.po
+++ b/translations/source/ca-XV/sw/source/core/unocore.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sw/source/ui/app.po b/translations/source/ca-XV/sw/source/ui/app.po
index 5e8d7dcdf23..4013ab4148f 100644
--- a/translations/source/ca-XV/sw/source/ui/app.po
+++ b/translations/source/ca-XV/sw/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 08:06+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -426,7 +426,7 @@ msgstr "~Ajusta"
#: mn.src#MN_AT_FRAME.FN_TOOL_ANCHOR_FRAME.menuitem.text
msgid "To ~Frame"
-msgstr ""
+msgstr "Al ma~rc"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_PAGE.menuitem.text
msgid "To P~age"
@@ -434,15 +434,15 @@ msgstr ""
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_PARAGRAPH.menuitem.text
msgid "To ~Paragraph"
-msgstr ""
+msgstr "Al ~paràgraf"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_AT_CHAR.menuitem.text
msgid "To ~Character"
-msgstr ""
+msgstr "Al ~caràcter"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_CHAR.menuitem.text
msgid "As C~haracter"
-msgstr ""
+msgstr "Com a c~aràcter"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.menuitem.text
msgid "An~chor"
@@ -566,18 +566,10 @@ msgstr "Tanca la previsualització"
msgid "Media object"
msgstr "Objecte multimèdia"
-#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_EDIT.menuitem.text
-msgid "Format $1..."
-msgstr ""
-
#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_BORDERBACK.menuitem.text
msgid "Border and Background..."
msgstr ""
-#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_DELETE.menuitem.text
-msgid "Delete $1..."
-msgstr ""
-
#: mn.src#MN_PAGEBREAK_BUTTON.FN_PAGEBREAK_EDIT.menuitem.text
msgid "Edit Page Break..."
msgstr ""
diff --git a/translations/source/ca-XV/sw/source/ui/chrdlg.po b/translations/source/ca-XV/sw/source/ui/chrdlg.po
index 354561b7be1..5f64e464ef6 100644
--- a/translations/source/ca-XV/sw/source/ui/chrdlg.po
+++ b/translations/source/ca-XV/sw/source/ui/chrdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sw/source/ui/config.po b/translations/source/ca-XV/sw/source/ui/config.po
index db50df12f4f..aae0a969c0d 100644
--- a/translations/source/ca-XV/sw/source/ui/config.po
+++ b/translations/source/ca-XV/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: 2012-01-30 11:10+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca-XV/sw/source/ui/dbui.po b/translations/source/ca-XV/sw/source/ui/dbui.po
index 94185a5952e..9c776f8d1a6 100644
--- a/translations/source/ca-XV/sw/source/ui/dbui.po
+++ b/translations/source/ca-XV/sw/source/ui/dbui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-03 08:06+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sw/source/ui/dialog.po b/translations/source/ca-XV/sw/source/ui/dialog.po
index 25a6a2c442c..fa2606a2a71 100644
--- a/translations/source/ca-XV/sw/source/ui/dialog.po
+++ b/translations/source/ca-XV/sw/source/ui/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -94,6 +94,10 @@ msgctxt "wordcountdialog.src#DLG_WORDCOUNT.FT_DOCCHARACTEREXCLUDINGSPACES.fixedt
msgid "Characters excluding spaces:"
msgstr "Caràcters excloent els espais:"
+#: wordcountdialog.src#DLG_WORDCOUNT.PB_OK.okbutton.text
+msgid "~Close"
+msgstr "~Tanca"
+
#: wordcountdialog.src#DLG_WORDCOUNT.modelessdialog.text
msgid "Word Count"
msgstr ""
@@ -420,8 +424,8 @@ msgid "Included outline levels"
msgstr "Nivells del capítol inclosos"
#: abstract.src#DLG_INSERT_ABSTRACT.FT_PARA.fixedtext.text
-msgid "Subpoints per level"
-msgstr "Subpunts per nivell"
+msgid "Paragraphs per level"
+msgstr ""
#: abstract.src#DLG_INSERT_ABSTRACT.FT_DESC.fixedtext.text
msgid "The abstract contains the selected number of paragraphs from the included outline levels."
diff --git a/translations/source/ca-XV/sw/source/ui/dochdl.po b/translations/source/ca-XV/sw/source/ui/dochdl.po
index 5852721468b..f2ee5bc7865 100644
--- a/translations/source/ca-XV/sw/source/ui/dochdl.po
+++ b/translations/source/ca-XV/sw/source/ui/dochdl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sw/source/ui/docvw.po b/translations/source/ca-XV/sw/source/ui/docvw.po
index 6205171aad1..966e41b71b3 100644
--- a/translations/source/ca-XV/sw/source/ui/docvw.po
+++ b/translations/source/ca-XV/sw/source/ui/docvw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 08:06+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -215,12 +215,20 @@ msgstr ""
msgid "Footer (%1)"
msgstr ""
-#: docvw.src#STR_HEADER.string.text
-msgid "Header"
+#: docvw.src#STR_DELETE_HEADER.string.text
+msgid "Delete Header..."
+msgstr ""
+
+#: docvw.src#STR_FORMAT_HEADER.string.text
+msgid "Format Header..."
+msgstr ""
+
+#: docvw.src#STR_DELETE_FOOTER.string.text
+msgid "Delete Footer..."
msgstr ""
-#: docvw.src#STR_FOOTER.string.text
-msgid "Footer"
+#: docvw.src#STR_FORMAT_FOOTER.string.text
+msgid "Format Footer..."
msgstr ""
#: access.src#STR_ACCESS_DOC_NAME.string.text
diff --git a/translations/source/ca-XV/sw/source/ui/envelp.po b/translations/source/ca-XV/sw/source/ui/envelp.po
index 46350689b39..071fde00aad 100644
--- a/translations/source/ca-XV/sw/source/ui/envelp.po
+++ b/translations/source/ca-XV/sw/source/ui/envelp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-03 08:06+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sw/source/ui/fldui.po b/translations/source/ca-XV/sw/source/ui/fldui.po
index e02c1b0de9b..57cb08c69c0 100644
--- a/translations/source/ca-XV/sw/source/ui/fldui.po
+++ b/translations/source/ca-XV/sw/source/ui/fldui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sw/source/ui/fmtui.po b/translations/source/ca-XV/sw/source/ui/fmtui.po
index 384ed723284..67be88be7e0 100644
--- a/translations/source/ca-XV/sw/source/ui/fmtui.po
+++ b/translations/source/ca-XV/sw/source/ui/fmtui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sw/source/ui/frmdlg.po b/translations/source/ca-XV/sw/source/ui/frmdlg.po
index 02d42555085..509b5a3901a 100644
--- a/translations/source/ca-XV/sw/source/ui/frmdlg.po
+++ b/translations/source/ca-XV/sw/source/ui/frmdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sw/source/ui/globdoc.po b/translations/source/ca-XV/sw/source/ui/globdoc.po
index 814a84133dc..902daff194c 100644
--- a/translations/source/ca-XV/sw/source/ui/globdoc.po
+++ b/translations/source/ca-XV/sw/source/ui/globdoc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sw/source/ui/index.po b/translations/source/ca-XV/sw/source/ui/index.po
index 13dd7d6a3e1..e15c884cee2 100644
--- a/translations/source/ca-XV/sw/source/ui/index.po
+++ b/translations/source/ca-XV/sw/source/ui/index.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-05-03 08:06+0200\n"
-"Last-Translator: PauGNU <pau@somgnu.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-01-05 12:28+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -818,7 +818,8 @@ msgid "~Main entry"
msgstr "Entrada ~principal"
#: idxmrk.src#IDX_DIALOG_WINDOW.WIN_DLG.CB_APPLY_TO_ALL.checkbox.text
-msgid "~Apply to all similar texts."
+#, fuzzy
+msgid "~Apply to all similar texts"
msgstr "~Aplica-ho a tots els textos semblants."
#: idxmrk.src#IDX_DIALOG_WINDOW.WIN_DLG.CB_CASESENSITIVE.checkbox.text
diff --git a/translations/source/ca-XV/sw/source/ui/lingu.po b/translations/source/ca-XV/sw/source/ui/lingu.po
index 72adaa10a44..49a24bcab2c 100644
--- a/translations/source/ca-XV/sw/source/ui/lingu.po
+++ b/translations/source/ca-XV/sw/source/ui/lingu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sw/source/ui/misc.po b/translations/source/ca-XV/sw/source/ui/misc.po
index ee370f1683b..d1ae1bea519 100644
--- a/translations/source/ca-XV/sw/source/ui/misc.po
+++ b/translations/source/ca-XV/sw/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sw/source/ui/ribbar.po b/translations/source/ca-XV/sw/source/ui/ribbar.po
index 7d619fb58ce..646362a98e3 100644
--- a/translations/source/ca-XV/sw/source/ui/ribbar.po
+++ b/translations/source/ca-XV/sw/source/ui/ribbar.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -421,20 +421,20 @@ msgstr "Aplica"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_PAGE.menuitem.text
msgid "To Page"
-msgstr ""
+msgstr "A la pàgina"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_PARAGRAPH.menuitem.text
msgid "To Paragraph"
-msgstr ""
+msgstr "Al paràgraf"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_AT_CHAR.menuitem.text
msgid "To Character"
-msgstr ""
+msgstr "Al caràcter"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_CHAR.menuitem.text
msgid "As Character"
-msgstr ""
+msgstr "Com a caràcter"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_FRAME.menuitem.text
msgid "To Frame"
-msgstr ""
+msgstr "Al marc"
diff --git a/translations/source/ca-XV/sw/source/ui/shells.po b/translations/source/ca-XV/sw/source/ui/shells.po
index 61912b4e600..536dddcccc3 100644
--- a/translations/source/ca-XV/sw/source/ui/shells.po
+++ b/translations/source/ca-XV/sw/source/ui/shells.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -200,6 +200,14 @@ msgstr "Bézier"
msgid "Draw text"
msgstr "Text del dibuix"
+#: shells.src#STR_SHELLNAME_MEDIA.string.text
+msgid "Media"
+msgstr "Mitjà"
+
+#: shells.src#STR_SHELLNAME_NAVIGATION.string.text
+msgid "Navigation"
+msgstr "Navegació"
+
#: shells.src#STR_SWBG_PARAGRAPH.string.text
msgid "Paragraph"
msgstr "Paràgraf"
diff --git a/translations/source/ca-XV/sw/source/ui/smartmenu.po b/translations/source/ca-XV/sw/source/ui/smartmenu.po
index 9db025bbb5f..4c654a965b2 100644
--- a/translations/source/ca-XV/sw/source/ui/smartmenu.po
+++ b/translations/source/ca-XV/sw/source/ui/smartmenu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:19+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sw/source/ui/table.po b/translations/source/ca-XV/sw/source/ui/table.po
index 06ae9e8a7aa..1195f38d75f 100644
--- a/translations/source/ca-XV/sw/source/ui/table.po
+++ b/translations/source/ca-XV/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-26 02:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: colwd.src#DLG_COL_WIDTH.FT_WIDTH.fixedtext.text
@@ -382,7 +382,7 @@ msgstr "D'esquerra a dreta"
#: tabledlg.src#TP_FORMAT_TABLE.LB_TEXTORIENTATION.2.stringlist.text
msgid "Right-to-left"
-msgstr ""
+msgstr "De dreta a esquerra"
#: tabledlg.src#TP_FORMAT_TABLE.LB_TEXTORIENTATION.3.stringlist.text
msgctxt "tabledlg.src#TP_FORMAT_TABLE.LB_TEXTORIENTATION.3.stringlist.text"
@@ -459,12 +459,12 @@ msgid "Text ~orientation"
msgstr ""
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.1.stringlist.text
-msgid "horizontal"
-msgstr ""
+msgid "Horizontal"
+msgstr "Horitzontal"
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.2.stringlist.text
-msgid "vertical"
-msgstr ""
+msgid "Vertical"
+msgstr "Vertical"
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.3.stringlist.text
msgctxt "tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.3.stringlist.text"
diff --git a/translations/source/ca-XV/sw/source/ui/uiview.po b/translations/source/ca-XV/sw/source/ui/uiview.po
index 482fc5b7cf3..da5ba470269 100644
--- a/translations/source/ca-XV/sw/source/ui/uiview.po
+++ b/translations/source/ca-XV/sw/source/ui/uiview.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sw/source/ui/utlui.po b/translations/source/ca-XV/sw/source/ui/utlui.po
index e6fe51bcd27..05928685db7 100644
--- a/translations/source/ca-XV/sw/source/ui/utlui.po
+++ b/translations/source/ca-XV/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: 2012-01-30 11:09+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-10 18:26+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1513,7 +1513,7 @@ msgstr "Inici de la numeració 1"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text"
msgid "Numbering 1"
-msgstr "Numeració 1"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1E.string.text
msgid "Numbering 1 End"
@@ -1530,7 +1530,7 @@ msgstr "Inici de la numeració 2"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text"
msgid "Numbering 2"
-msgstr "Numeració 2"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2E.string.text
msgid "Numbering 2 End"
@@ -1547,7 +1547,7 @@ msgstr "Inici de la numeració 3"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text"
msgid "Numbering 3"
-msgstr "Numeració 3"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3E.string.text
msgid "Numbering 3 End"
@@ -1564,7 +1564,7 @@ msgstr "Inici de la numeració 4"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text"
msgid "Numbering 4"
-msgstr "Numeració 4"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4E.string.text
msgid "Numbering 4 End"
@@ -1581,7 +1581,7 @@ msgstr "Inici de la numeració 5"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text"
msgid "Numbering 5"
-msgstr "Numeració 5"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5E.string.text
msgid "Numbering 5 End"
@@ -1598,7 +1598,7 @@ msgstr "Inici de la llista 1"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text"
msgid "List 1"
-msgstr "Llista 1"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1E.string.text
msgid "List 1 End"
@@ -1615,7 +1615,7 @@ msgstr "Inici de la llista 2"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text"
msgid "List 2"
-msgstr "Llista 2"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2E.string.text
msgid "List 2 End"
@@ -1632,7 +1632,7 @@ msgstr "Inici de la llista 3"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text"
msgid "List 3"
-msgstr "Llista 3"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3E.string.text
msgid "List 3 End"
@@ -1649,7 +1649,7 @@ msgstr "Inici de la llista 4"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text"
msgid "List 4"
-msgstr "Llista 4"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4E.string.text
msgid "List 4 End"
@@ -1666,7 +1666,7 @@ msgstr "Inici de la llista 5"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text"
msgid "List 5"
-msgstr "Llista 5"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5E.string.text
msgid "List 5 End"
diff --git a/translations/source/ca-XV/sw/source/ui/web.po b/translations/source/ca-XV/sw/source/ui/web.po
index b644a97fe5b..a534d6a0001 100644
--- a/translations/source/ca-XV/sw/source/ui/web.po
+++ b/translations/source/ca-XV/sw/source/ui/web.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-22 10:11+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sw/source/ui/wrtsh.po b/translations/source/ca-XV/sw/source/ui/wrtsh.po
index d9d945e79f1..cd35d5b052f 100644
--- a/translations/source/ca-XV/sw/source/ui/wrtsh.po
+++ b/translations/source/ca-XV/sw/source/ui/wrtsh.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:19+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/swext/mediawiki/help.po b/translations/source/ca-XV/swext/mediawiki/help.po
index 615552997f8..c9106ceb7fd 100644
--- a/translations/source/ca-XV/swext/mediawiki/help.po
+++ b/translations/source/ca-XV/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-26 02:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: wiki.xhp#tit.help.text
@@ -189,8 +189,8 @@ msgid "If the Wiki allows anonymous access, you can leave the account text boxes
msgstr "Si la Wiki permet l'accés anònim, podeu deixar els quadres de text del compte en blanc. Si no, introduïu el vostre nom d'usuari i la contrasenya."
#: wikiaccount.xhp#par_id9046601.help.text
-msgid "If you have enabled the master password feature on the Security tab page of the Tools - Options - %PRODUCTNAME dialog, then the software can store your password and automatically insert the data where necessary. Enable the \"Save password\" checkbox to store your password."
-msgstr "Si heu habilitat la contrasenya mestra a la pestanya Seguretat del diàleg Eines - Opcions - %PRODUCTNAME, l'aplicació pot emmagatzemar la vostra contrasenya i inserir les dades automàticament allà on siga necessari. Habiliteu la casella \"Alça la contrasenya\" per emmagatzemar la vostra contrasenya."
+msgid "If you have enabled the master password feature on the Security tab page of the <item type=\"menuitem\">Tools - Options - %PRODUCTNAME</item> dialog, then the software can store your password and automatically insert the data where necessary. Enable the \"Save password\" checkbox to store your password."
+msgstr ""
#: wikiformats.xhp#tit.help.text
msgctxt "wikiformats.xhp#tit.help.text"
@@ -303,8 +303,8 @@ msgid "Borders"
msgstr "Vores"
#: wikiformats.xhp#par_id1831110.help.text
-msgid "Irrespective of custom table styles for border and background, a table is always exported as \"<emph>prettytable\"</emph>, which renders in the Wiki engine with simple borders and bold header."
-msgstr "Independentment dels estils personalitzats per a vora i fons, una taula sempre s'exporta com a estil Wiki <emph>\"prettytable\"</emph>, que es representa en el motor Wiki amb vores simples i capçalera en negreta."
+msgid "Irrespective of custom table styles for border and background, a table is always exported as \"<emph>prettytable</emph>\", which renders in the Wiki engine with simple borders and bold header."
+msgstr ""
#: wikiformats.xhp#hd_id6255073.help.text
msgid "Charset and special characters"
diff --git a/translations/source/ca-XV/swext/mediawiki/src.po b/translations/source/ca-XV/swext/mediawiki/src.po
index 3a19c162037..d4ca6029c6c 100644
--- a/translations/source/ca-XV/swext/mediawiki/src.po
+++ b/translations/source/ca-XV/swext/mediawiki/src.po
@@ -3,21 +3,21 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:10+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Wiki Publisher"
-msgstr ""
+msgstr "Wiki Publisher"
#: description.xml#extdesc.extdesc.description.text
msgid "The Wiki Publisher enables you to create Wiki articles on MediaWiki servers without having to know the syntax of the MediaWiki markup language. Publish your new and existing documents transparently with the Writer to a wiki page.\n"
diff --git a/translations/source/ca-XV/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/translations/source/ca-XV/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index 791b6fb761b..0b1dcba784e 100644
--- a/translations/source/ca-XV/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/translations/source/ca-XV/swext/mediawiki/src/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:19+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/translations/source/ca-XV/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index 179ac597b80..afedda17d58 100644
--- a/translations/source/ca-XV/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/translations/source/ca-XV/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 08:06+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/sysui/desktop/share.po b/translations/source/ca-XV/sysui/desktop/share.po
index 67680cd07cf..5b3b86800c3 100644
--- a/translations/source/ca-XV/sysui/desktop/share.po
+++ b/translations/source/ca-XV/sysui/desktop/share.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-10 18:26+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/uui/source.po b/translations/source/ca-XV/uui/source.po
index baca094a8da..da1aadac66c 100644
--- a/translations/source/ca-XV/uui/source.po
+++ b/translations/source/ca-XV/uui/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 08:06+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/vcl/source/src.po b/translations/source/ca-XV/vcl/source/src.po
index 89c19425cd9..2e43b80df14 100644
--- a/translations/source/ca-XV/vcl/source/src.po
+++ b/translations/source/ca-XV/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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 02:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: stdtext.src#SV_STDTEXT_SERVICENOTAVAILABLE.string.text
@@ -779,19 +779,19 @@ msgstr "Divideix el separador de la finestra"
#: fpicker.src#STR_FPICKER_AUTO_EXTENSION.string.text
msgid "~Automatic file name extension"
-msgstr ""
+msgstr "~Posa automàticament l'extensió "
#: fpicker.src#STR_FPICKER_PASSWORD.string.text
msgid "Save with pass~word"
-msgstr ""
+msgstr "Alça amb contrasen~ya"
#: fpicker.src#STR_FPICKER_FILTER_OPTIONS.string.text
msgid "~Edit filter settings"
-msgstr ""
+msgstr "~Edita els paràmetres del filtre"
#: fpicker.src#STR_FPICKER_READONLY.string.text
msgid "~Read-only"
-msgstr ""
+msgstr "~Només de lectura"
#: fpicker.src#STR_FPICKER_INSERT_AS_LINK.string.text
msgid "~Link"
@@ -808,27 +808,27 @@ msgstr ""
#: fpicker.src#STR_FPICKER_VERSION.string.text
msgid "~Version:"
-msgstr ""
+msgstr "~Versió:"
#: fpicker.src#STR_FPICKER_TEMPLATES.string.text
msgid "S~tyles:"
-msgstr ""
+msgstr "Es~tils:"
#: fpicker.src#STR_FPICKER_IMAGE_TEMPLATE.string.text
msgid "Style:"
-msgstr ""
+msgstr "Estil:"
#: fpicker.src#STR_FPICKER_SELECTION.string.text
msgid "~Selection"
-msgstr ""
+msgstr "~Selecció"
#: fpicker.src#STR_FPICKER_FOLDER_DEFAULT_TITLE.string.text
msgid "Select Path"
-msgstr ""
+msgstr "Seleccioneu el camí"
#: fpicker.src#STR_FPICKER_FOLDER_DEFAULT_DESCRIPTION.string.text
msgid "Please select a folder."
-msgstr ""
+msgstr "Seleccioneu una carpeta."
#: fpicker.src#STR_FPICKER_ALREADYEXISTOVERWRITE.string.text
msgid ""
@@ -839,16 +839,16 @@ msgstr ""
#: fpicker.src#STR_FPICKER_ALLFORMATS.string.text
msgid "All Formats"
-msgstr ""
+msgstr "Tots els formats"
#: fpicker.src#STR_FPICKER_OPEN.string.text
msgid "Open"
-msgstr ""
+msgstr "Obri"
#: fpicker.src#STR_FPICKER_SAVE.string.text
msgid "Save"
-msgstr ""
+msgstr "Alça"
#: fpicker.src#STR_FPICKER_TYPE.string.text
msgid "File ~type"
-msgstr ""
+msgstr "~Tipus de fitxer"
diff --git a/translations/source/ca-XV/wizards/source/euro.po b/translations/source/ca-XV/wizards/source/euro.po
index 38ccd615327..af8d2832a06 100644
--- a/translations/source/ca-XV/wizards/source/euro.po
+++ b/translations/source/ca-XV/wizards/source/euro.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 08:06+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/wizards/source/formwizard.po b/translations/source/ca-XV/wizards/source/formwizard.po
index 76e93dcc763..9e88851558f 100644
--- a/translations/source/ca-XV/wizards/source/formwizard.po
+++ b/translations/source/ca-XV/wizards/source/formwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 08:07+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/wizards/source/importwizard.po b/translations/source/ca-XV/wizards/source/importwizard.po
index 6a065e4d175..20a1682c80d 100644
--- a/translations/source/ca-XV/wizards/source/importwizard.po
+++ b/translations/source/ca-XV/wizards/source/importwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-22 10:11+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/wizards/source/schedule.po b/translations/source/ca-XV/wizards/source/schedule.po
index 17bcbadfbaf..7daf85294c3 100644
--- a/translations/source/ca-XV/wizards/source/schedule.po
+++ b/translations/source/ca-XV/wizards/source/schedule.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-22 10:11+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/wizards/source/template.po b/translations/source/ca-XV/wizards/source/template.po
index 253f388f61f..c90bde5d04d 100644
--- a/translations/source/ca-XV/wizards/source/template.po
+++ b/translations/source/ca-XV/wizards/source/template.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:11+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/xmlsecurity/source/component.po b/translations/source/ca-XV/xmlsecurity/source/component.po
index 0407aac5242..bf951897019 100644
--- a/translations/source/ca-XV/xmlsecurity/source/component.po
+++ b/translations/source/ca-XV/xmlsecurity/source/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 10:11+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca-XV/xmlsecurity/source/dialogs.po b/translations/source/ca-XV/xmlsecurity/source/dialogs.po
index f5bcfc8da4f..28b14893d95 100644
--- a/translations/source/ca-XV/xmlsecurity/source/dialogs.po
+++ b/translations/source/ca-XV/xmlsecurity/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-22 10:11+0200\n"
"Last-Translator: PauGNU <pau@somgnu.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca_XV\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"
+"Language: ca_XV\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/accessibility/source/helper.po b/translations/source/ca/accessibility/source/helper.po
index 198ffb832f3..311199e5180 100644
--- a/translations/source/ca/accessibility/source/helper.po
+++ b/translations/source/ca/accessibility/source/helper.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:10+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/avmedia/source/framework.po b/translations/source/ca/avmedia/source/framework.po
index 38aa7315058..05bf45602bd 100644
--- a/translations/source/ca/avmedia/source/framework.po
+++ b/translations/source/ca/avmedia/source/framework.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:10+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/avmedia/source/viewer.po b/translations/source/ca/avmedia/source/viewer.po
index 11a3f190f58..0c741d9b6ab 100644
--- a/translations/source/ca/avmedia/source/viewer.po
+++ b/translations/source/ca/avmedia/source/viewer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:10+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/basctl/source/basicide.po b/translations/source/ca/basctl/source/basicide.po
index 17fa1d8d041..4d18a9af141 100644
--- a/translations/source/ca/basctl/source/basicide.po
+++ b/translations/source/ca/basctl/source/basicide.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 19:21+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/basctl/source/dlged.po b/translations/source/ca/basctl/source/dlged.po
index aeaa60119e0..d68509ac2e1 100644
--- a/translations/source/ca/basctl/source/dlged.po
+++ b/translations/source/ca/basctl/source/dlged.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:10+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/basic/source/classes.po b/translations/source/ca/basic/source/classes.po
index c5310648682..f6888e57c17 100644
--- a/translations/source/ca/basic/source/classes.po
+++ b/translations/source/ca/basic/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:10+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/basic/source/sbx.po b/translations/source/ca/basic/source/sbx.po
index 759578b9360..544e4692ad5 100644
--- a/translations/source/ca/basic/source/sbx.po
+++ b/translations/source/ca/basic/source/sbx.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:10+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/chart2/source/controller/dialogs.po b/translations/source/ca/chart2/source/controller/dialogs.po
index a812526cb3f..eede49d4743 100644
--- a/translations/source/ca/chart2/source/controller/dialogs.po
+++ b/translations/source/ca/chart2/source/controller/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-28 09:12+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/connectivity/source/drivers/ado.po b/translations/source/ca/connectivity/source/drivers/ado.po
index 06f321bbdf5..33344c554a5 100644
--- a/translations/source/ca/connectivity/source/drivers/ado.po
+++ b/translations/source/ca/connectivity/source/drivers/ado.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:10+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/connectivity/source/drivers/calc.po b/translations/source/ca/connectivity/source/drivers/calc.po
index 7d69b96dd33..9da6bcef69e 100644
--- a/translations/source/ca/connectivity/source/drivers/calc.po
+++ b/translations/source/ca/connectivity/source/drivers/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:10+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/connectivity/source/drivers/dbase.po b/translations/source/ca/connectivity/source/drivers/dbase.po
index 1c6ad462518..c1998b8b2b0 100644
--- a/translations/source/ca/connectivity/source/drivers/dbase.po
+++ b/translations/source/ca/connectivity/source/drivers/dbase.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:10+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/connectivity/source/drivers/evoab2.po b/translations/source/ca/connectivity/source/drivers/evoab2.po
index 8fd1383fa69..995b75f25fa 100644
--- a/translations/source/ca/connectivity/source/drivers/evoab2.po
+++ b/translations/source/ca/connectivity/source/drivers/evoab2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:10+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/connectivity/source/drivers/flat.po b/translations/source/ca/connectivity/source/drivers/flat.po
index 86e4daf4b08..8fad2ebde65 100644
--- a/translations/source/ca/connectivity/source/drivers/flat.po
+++ b/translations/source/ca/connectivity/source/drivers/flat.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:10+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/connectivity/source/drivers/hsqldb.po b/translations/source/ca/connectivity/source/drivers/hsqldb.po
index 7d7bb78631d..3f054142b36 100644
--- a/translations/source/ca/connectivity/source/drivers/hsqldb.po
+++ b/translations/source/ca/connectivity/source/drivers/hsqldb.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:10+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/connectivity/source/drivers/jdbc.po b/translations/source/ca/connectivity/source/drivers/jdbc.po
index ad789f7280a..d93c97004db 100644
--- a/translations/source/ca/connectivity/source/drivers/jdbc.po
+++ b/translations/source/ca/connectivity/source/drivers/jdbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:10+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/connectivity/source/drivers/kab.po b/translations/source/ca/connectivity/source/drivers/kab.po
index 845fc487552..d4a5b89948a 100644
--- a/translations/source/ca/connectivity/source/drivers/kab.po
+++ b/translations/source/ca/connectivity/source/drivers/kab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:10+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/connectivity/source/drivers/macab.po b/translations/source/ca/connectivity/source/drivers/macab.po
index c9634c4f6ef..b749445715b 100644
--- a/translations/source/ca/connectivity/source/drivers/macab.po
+++ b/translations/source/ca/connectivity/source/drivers/macab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:10+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/connectivity/source/drivers/mozab.po b/translations/source/ca/connectivity/source/drivers/mozab.po
index 766358ede62..63bba0a1200 100644
--- a/translations/source/ca/connectivity/source/drivers/mozab.po
+++ b/translations/source/ca/connectivity/source/drivers/mozab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-20 13:36+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/connectivity/source/drivers/mysql.po b/translations/source/ca/connectivity/source/drivers/mysql.po
index 76fdfad9592..88428e5e571 100644
--- a/translations/source/ca/connectivity/source/drivers/mysql.po
+++ b/translations/source/ca/connectivity/source/drivers/mysql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:10+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/connectivity/source/drivers/odbc.po b/translations/source/ca/connectivity/source/drivers/odbc.po
index f78b7ddd401..66c79ba66bd 100644
--- a/translations/source/ca/connectivity/source/drivers/odbc.po
+++ b/translations/source/ca/connectivity/source/drivers/odbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:10+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/connectivity/source/drivers/postgresql.po b/translations/source/ca/connectivity/source/drivers/postgresql.po
index 9729f12b208..2d972c3a3b1 100644
--- a/translations/source/ca/connectivity/source/drivers/postgresql.po
+++ b/translations/source/ca/connectivity/source/drivers/postgresql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-26 11:34+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -18,11 +18,3 @@ msgstr ""
#: postgresql.xcu#.Drivers.Installed.sdbc_postgresql__.DriverTypeDisplayName.value.text
msgid "PostgreSQL"
msgstr "PostgreSQL"
-
-#: description.xml#dispname.dispname.description.text
-msgid "PostgreSQL-SDBC Driver"
-msgstr "Controlador SDBC del PostgreSQL"
-
-#: 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 "Un controlador natiu de la base de dades PostgresSQL pel LibreOffice. És ràpid i està perfectament integrat amb la qual cosa no hi ha cap necessitat d'instal·lar un controlador JDBC o ODBC per separat. És compatible amb PostgresSQL versió 8.4 i posterior.\n"
diff --git a/translations/source/ca/connectivity/source/resource.po b/translations/source/ca/connectivity/source/resource.po
index 89e1368ddbc..d90238226cf 100644
--- a/translations/source/ca/connectivity/source/resource.po
+++ b/translations/source/ca/connectivity/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-27 15:39+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/cui/source/customize.po b/translations/source/ca/cui/source/customize.po
index 95618ceaeac..d3c0a2f7d87 100644
--- a/translations/source/ca/cui/source/customize.po
+++ b/translations/source/ca/cui/source/customize.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 19:27+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/cui/source/dialogs.po b/translations/source/ca/cui/source/dialogs.po
index 2a9ac4f3b4b..684cb1cba5e 100644
--- a/translations/source/ca/cui/source/dialogs.po
+++ b/translations/source/ca/cui/source/dialogs.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%2Fdialogs.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-20 13:40+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-26 22:33+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: thesdlg.src#RID_SVXDLG_THESAURUS.FT_WORD.fixedtext.text
@@ -1199,7 +1199,7 @@ msgstr "El LibreOffice és copyright © 2000, 2012 els contribuidors del LibreOf
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT_DERIVED.string.text
msgid "%PRODUCTNAME is derived from LibreOffice. LibreOffice is copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved."
-msgstr "El %PRODUCTNAME és un derivat del LibreOffice. El LibreOffice és copyright © 2000, 2012 els contribuidors del LibreOffice i/o els seus afiliats. Tots els drets reservats."
+msgstr "El %PRODUCTNAME és un derivat del LibreOffice. El LibreOffice és copyright © 2000, 2012 dels col·laboradors del LibreOffice i/o els seus afiliats. Tots els drets reservats."
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT_ORACLE_DERIVED.string.text
msgid "LibreOffice is derived from OpenOffice.org. OpenOffice.org is copyright © 2000, 2011 Oracle and/or its affiliates. All rights reserved."
diff --git a/translations/source/ca/cui/source/options.po b/translations/source/ca/cui/source/options.po
index 91e69aaf046..5ad909fb414 100644
--- a/translations/source/ca/cui/source/options.po
+++ b/translations/source/ca/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: 2012-01-30 11:10+0200\n"
-"PO-Revision-Date: 2012-01-20 13:40+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-26 22:41+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: optgenrl.src#RID_SFXPAGE_GENERAL.FT_COMPANY.fixedtext.text
@@ -396,7 +396,7 @@ msgstr "Protegides amb una contrasenya mestra (recomanat)"
#: optinet2.src#RID_SVXPAGE_INET_SECURITY.FI_SEC_MASTERPASSWORD.fixedtext.text
msgid "Passwords are protected by a master password. You will be asked to enter it once per session, if %PRODUCTNAME retrieves a password from the protected password list."
-msgstr "Les contrasenyes estan protegides amb una contrasenya mestra. Se us demanarà que la introduïu un cop per sessió, en cas que %PRODUCTNAME recuperi una contrasenya de la llista de contrasenyes protegides."
+msgstr "Les contrasenyes estan protegides amb una contrasenya mestra. Se us demanarà que la introduïu un cop per sessió, en cas que el %PRODUCTNAME recuperi una contrasenya de la llista de contrasenyes protegides."
#: optinet2.src#RID_SVXPAGE_INET_SECURITY.PB_SEC_MASTERPASSWORD.pushbutton.text
msgid "Master Password..."
@@ -1088,7 +1088,7 @@ msgstr "No es pot carregar el mòdul seleccionat."
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.STR_HELPTEXTS.1.itemlist.text
msgid "This dialog is used to define general settings when working with %PRODUCTNAME. Enter your personal data, the defaults to be used when saving documents, and paths to important files. These settings will be saved automatically and used in later sessions as well."
-msgstr "Aquest diàleg s'utilitza per definir els paràmetres generals quan es treballa amb %PRODUCTNAME. Introduïu les vostres dades personals, els valors per defecte en desar els documents i els camins als fitxers importants. Aquests paràmetres es desaran automàticament i es faran servir en les properes sessions."
+msgstr "Aquest diàleg s'utilitza per definir els paràmetres generals quan es treballa amb el %PRODUCTNAME. Introduïu les vostres dades personals, els valors per defecte en desar els documents i els camins als fitxers importants. Aquests paràmetres es desaran automàticament i es faran servir en les properes sessions."
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.STR_HELPTEXTS.2.itemlist.text
msgid "This is where you make settings concerning language and writing aids for your work with %PRODUCTNAME."
@@ -1096,15 +1096,15 @@ msgstr "Configureu aquí la llengua i les ajudes a l'escriptura per treballar am
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.STR_HELPTEXTS.3.itemlist.text
msgid "This is where you configure %PRODUCTNAME for the Internet. You can save your proxy settings."
-msgstr "Configureu aquí la connexió a Internet pel %PRODUCTNAME. Podeu definir els paràmetres del servidor intermediari."
+msgstr "Configureu aquí la connexió a Internet per al %PRODUCTNAME. Podeu definir els paràmetres del servidor intermediari."
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.STR_HELPTEXTS.4.itemlist.text
msgid "This is where you specify various settings for text documents. These settings determine how your text documents are handled in %PRODUCTNAME and are valid for all new %PRODUCTNAME Writer documents. You can also define a few settings for the active text document if you save it afterwards."
-msgstr "Configureu aquí els diferents paràmetres dels documents de text. Aquests paràmetres determinen com es gestionen els documents de text a %PRODUCTNAME i són vàlids per a tots els documents nous de %PRODUCTNAME Writer. Podeu definir alguns paràmetres per al document de text actiu si el deseu més endavant."
+msgstr "Configureu aquí els diferents paràmetres dels documents de text. Aquests paràmetres determinen com es gestionen els documents de text al %PRODUCTNAME i són vàlids per a tots els documents nous de %PRODUCTNAME Writer. Podeu definir alguns paràmetres per al document de text actiu si el deseu més endavant."
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.STR_HELPTEXTS.5.itemlist.text
msgid "This is where you define the basic settings for %PRODUCTNAME documents in HTML format. For example, you decide which contents should be displayed on the screen or printed, how the pages are scrolled on the screen, in which color keywords are highlighted in the source text and much more."
-msgstr "\tConfigureu aquí els paràmetres bàsics per als documents de %PRODUCTNAME en format HTML. Podeu decidir quin contingut s'ha de mostrar a la pantalla o s'ha d'imprimir, com es desplacen les pàgines per la pantalla, el color de les paraules clau realçades en el codi font, entre d'altres."
+msgstr "Configureu aquí els paràmetres bàsics per als documents del %PRODUCTNAME en format HTML. Podeu decidir quin contingut s'ha de mostrar a la pantalla o s'ha d'imprimir, com es desplacen les pàgines per la pantalla, el color de les paraules clau realçades en el codi font, entre d'altres."
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.STR_HELPTEXTS.6.itemlist.text
msgid "This is where you define various global settings for spreadsheets. For example, you can define which contents should be displayed and in which direction the cursor will move after you enter data in a cell. You also define sort lists, the number of the decimal places displayed, etc."
@@ -1120,7 +1120,7 @@ msgstr "Configureu aquí els paràmetres per als documents de dibuix. Entre d'al
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.STR_HELPTEXTS.9.itemlist.text
msgid "This is where you select the print format and print options for all newly saved formula documents. These options take effect when you want to print a formula directly from %PRODUCTNAME Math."
-msgstr "Seleccioneu aquí el format d'impressió i les opcions d'impressió per als documents de fórmules nous. Aquestes opcions s'apliquen quan imprimiu una fórmula directament des de %PRODUCTNAME Math."
+msgstr "Seleccioneu aquí el format d'impressió i les opcions d'impressió per als documents de fórmules nous. Aquestes opcions s'apliquen quan imprimiu una fórmula directament des del %PRODUCTNAME Math."
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.STR_HELPTEXTS.10.itemlist.text
msgid "This is where you specify general default settings for your %PRODUCTNAME Charts. Set the colors you want for all new charts."
@@ -1281,11 +1281,11 @@ msgstr "Tipus de lletra bàsics (occidental)"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.7.itemlist.text
msgid "Basic Fonts (Asian)"
-msgstr "Tipus de lletra bàsics (asiàtic)"
+msgstr "Tipus de lletra bàsics (asiàtiques)"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text
msgid "Basic Fonts (CTL)"
-msgstr "Tipus de lletra bàsics (CTL)"
+msgstr "Tipus de lletra bàsiques (disposició complexa de 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"
@@ -1655,7 +1655,7 @@ msgstr "Memòria cau d'imatges"
#: optmemory.src#OFA_TP_MEMORY.FT_GRAPHICCACHE.fixedtext.text
msgid "Use for %PRODUCTNAME"
-msgstr "Utilitzats pel %PRODUCTNAME"
+msgstr "Utilitzeu per al %PRODUCTNAME"
#: optmemory.src#OFA_TP_MEMORY.FT_GRAPHICCACHE_UNIT.fixedtext.text
msgctxt "optmemory.src#OFA_TP_MEMORY.FT_GRAPHICCACHE_UNIT.fixedtext.text"
@@ -1857,7 +1857,7 @@ msgstr "Més informació"
#: optimprove.src#RID_SVXPAGE_IMPROVEMENT.tabpage.text
msgid "%PRODUCTNAME Improvement Program"
-msgstr "Programa de millora de %PRODUCTNAME"
+msgstr "Programa de millora del %PRODUCTNAME"
#: connpooloptions.src#RID_OFAPAGE_CONNPOOLOPTIONS.FL_POOLING.fixedline.text
msgid "Connection pool"
@@ -1966,7 +1966,7 @@ msgstr "Diàlegs d'impressió"
#: optgdlg.src#OFA_TP_MISC.CB_PRINTDLG.checkbox.text
msgid "Use %PRODUCTNAME ~dialogs"
-msgstr "Utilitza els ~diàlegs de %PRODUCTNAME"
+msgstr "Utilitza els ~diàlegs del %PRODUCTNAME"
#: optgdlg.src#OFA_TP_MISC.FL_DOCSTATUS.fixedline.text
msgid "Document status"
@@ -2303,7 +2303,7 @@ msgstr "Del WinWord al %PRODUCTNAME Writer o a la inversa"
#: optfltr.src#RID_OFAPAGE_MSFILTEROPT2.ST_CHG_CALC.string.text
msgid "Excel to %PRODUCTNAME Calc or reverse"
-msgstr "De l'Excel a %PRODUCTNAME Calc o a la inversa"
+msgstr "De l'Excel al %PRODUCTNAME Calc o a la inversa"
#: optfltr.src#RID_OFAPAGE_MSFILTEROPT2.ST_CHG_IMPRESS.string.text
msgid "PowerPoint to %PRODUCTNAME Impress or reverse"
diff --git a/translations/source/ca/cui/source/tabpages.po b/translations/source/ca/cui/source/tabpages.po
index 30016c379fc..fb3c45ce4a1 100644
--- a/translations/source/ca/cui/source/tabpages.po
+++ b/translations/source/ca/cui/source/tabpages.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%2Ftabpages.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-26 18:00+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: macroass.src#RID_SVXPAGE_EVENTASSIGN.STR_EVENT.string.text
diff --git a/translations/source/ca/dbaccess/source/core/resource.po b/translations/source/ca/dbaccess/source/core/resource.po
index 9d9ac36e4dc..2f9eb5cf2b6 100644
--- a/translations/source/ca/dbaccess/source/core/resource.po
+++ b/translations/source/ca/dbaccess/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-29 16:20+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/dbaccess/source/ext/adabas.po b/translations/source/ca/dbaccess/source/ext/adabas.po
index 8e6d96ebf4a..f3d105044af 100644
--- a/translations/source/ca/dbaccess/source/ext/adabas.po
+++ b/translations/source/ca/dbaccess/source/ext/adabas.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-29 16:20+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/dbaccess/source/ext/macromigration.po b/translations/source/ca/dbaccess/source/ext/macromigration.po
index 29b79fafa3a..98ca2ed6557 100644
--- a/translations/source/ca/dbaccess/source/ext/macromigration.po
+++ b/translations/source/ca/dbaccess/source/ext/macromigration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-20 13:45+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/dbaccess/source/sdbtools/resource.po b/translations/source/ca/dbaccess/source/sdbtools/resource.po
index fcdf8576df4..a9f6a22a6ed 100644
--- a/translations/source/ca/dbaccess/source/sdbtools/resource.po
+++ b/translations/source/ca/dbaccess/source/sdbtools/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:11+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/dbaccess/source/ui/app.po b/translations/source/ca/dbaccess/source/ui/app.po
index 2251e526ef3..43b82a5b4cd 100644
--- a/translations/source/ca/dbaccess/source/ui/app.po
+++ b/translations/source/ca/dbaccess/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-29 16:22+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/dbaccess/source/ui/browser.po b/translations/source/ca/dbaccess/source/ui/browser.po
index 9e209726055..cf145f1af8e 100644
--- a/translations/source/ca/dbaccess/source/ui/browser.po
+++ b/translations/source/ca/dbaccess/source/ui/browser.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:11+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/dbaccess/source/ui/control.po b/translations/source/ca/dbaccess/source/ui/control.po
index 32983579948..779c4e346c7 100644
--- a/translations/source/ca/dbaccess/source/ui/control.po
+++ b/translations/source/ca/dbaccess/source/ui/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:11+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/dbaccess/source/ui/dlg.po b/translations/source/ca/dbaccess/source/ui/dlg.po
index 5bd939ab93f..44c0a2ce2f2 100644
--- a/translations/source/ca/dbaccess/source/ui/dlg.po
+++ b/translations/source/ca/dbaccess/source/ui/dlg.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+dbaccess%2Fsource%2Fui%2Fdlg.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-20 13:45+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-26 22:44+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: textconnectionsettings.src#DLG_TEXT_CONNECTION_SETTINGS.modaldialog.text
@@ -474,7 +474,7 @@ msgid ""
"Please enter the required information to connect to a MySQL database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME.\n"
"Please contact your system administrator if you are unsure about the following settings."
msgstr ""
-"Introduïu la informació sol·licitada per connectar a una base de dades MySQL utilitzant JDBC. Recordeu que hi ha d'haver instal·lada una classe de controlador JDBC al sistema i ha d'estar registrada amb %PRODUCTNAME.\n"
+"Introduïu la informació sol·licitada per connectar a una base de dades MySQL utilitzant JDBC. Recordeu que hi ha d'haver instal·lada una classe de controlador JDBC al sistema i ha d'estar registrada amb el %PRODUCTNAME.\n"
"Poseu-vos en contacte amb l'administrador de sistemes si no esteu segur dels paràmetres següents."
#: dbadminsetup.src#PAGE_DBWIZARD_MYSQL_JDBC.STR_MYSQL_DRIVERCLASSTEXT.string.text
@@ -553,7 +553,7 @@ msgid ""
"Click 'Browse...' to select an Adabas D database that is already registered in %PRODUCTNAME."
msgstr ""
"Introduïu el nom de la base de dades Adabas D a la qual us vulgueu connectar.\n"
-"Feu clic a 'Navega...' per seleccionar una base de dades Adabas D que ja estigui registrada a %PRODUCTNAME."
+"Feu clic a 'Navega...' per seleccionar una base de dades Adabas D que ja estigui registrada al %PRODUCTNAME."
#: dbadminsetup.src#PAGE_DBWIZARD_ADO.STR_ADO_HEADERTEXT.string.text
msgid "Set up a connection to an ADO database"
@@ -580,7 +580,7 @@ msgid ""
"Please contact your system administrator if you are unsure about the following settings."
msgstr ""
"Introduïu el nom de la base de dades ODBC a la qual us voleu connectar.\n"
-"Feu clic a 'Navega...' per seleccionar una base de dades ODBC que ja estigui registrada a %PRODUCTNAME.\n"
+"Feu clic a 'Navega...' per seleccionar una base de dades ODBC que ja estigui registrada al %PRODUCTNAME.\n"
"Poseu-vos en contacte amb l'administrador de sistemes si teniu dubtes sobre els paràmetres següents."
#: dbadminsetup.src#PAGE_DBWIZARD_JDBC.STR_JDBC_HEADERTEXT.string.text
@@ -612,7 +612,7 @@ msgid ""
"Please enter the required information to connect to an Oracle database.Note that a JDBC Driver Class must be installed on your system and registered with %PRODUCTNAME.\n"
"Please contact your system administrator if you are unsure about the following settings."
msgstr ""
-"Introduïu la informació sol·licitada per connectar a una base de dades Oracle. Recordeu que cal tenir una classe de controlador JDBC instal·lada al vostre sistema i registrada amb %PRODUCTNAME.\n"
+"Introduïu la informació sol·licitada per connectar a una base de dades Oracle. Recordeu que cal tenir una classe de controlador JDBC instal·lada al vostre sistema i registrada amb el %PRODUCTNAME.\n"
"Poseu-vos en contacte amb l'administrador de sistemes si teniu dubtes sobre els paràmetres següents."
#: dbadminsetup.src#PAGE_DBWIZARD_SPREADSHEET.STR_SPREADSHEET_HEADERTEXT.string.text
diff --git a/translations/source/ca/dbaccess/source/ui/inc.po b/translations/source/ca/dbaccess/source/ui/inc.po
index 9794d7c221b..fab6e219423 100644
--- a/translations/source/ca/dbaccess/source/ui/inc.po
+++ b/translations/source/ca/dbaccess/source/ui/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:11+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/dbaccess/source/ui/misc.po b/translations/source/ca/dbaccess/source/ui/misc.po
index 3d89e7a2a05..1c0031878fe 100644
--- a/translations/source/ca/dbaccess/source/ui/misc.po
+++ b/translations/source/ca/dbaccess/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-29 16:24+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/dbaccess/source/ui/querydesign.po b/translations/source/ca/dbaccess/source/ui/querydesign.po
index 0ef9493a5b1..1a9f6cc2b01 100644
--- a/translations/source/ca/dbaccess/source/ui/querydesign.po
+++ b/translations/source/ca/dbaccess/source/ui/querydesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:11+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/dbaccess/source/ui/relationdesign.po b/translations/source/ca/dbaccess/source/ui/relationdesign.po
index a0b80decb71..b60ce3fb2cf 100644
--- a/translations/source/ca/dbaccess/source/ui/relationdesign.po
+++ b/translations/source/ca/dbaccess/source/ui/relationdesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-20 13:51+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/dbaccess/source/ui/tabledesign.po b/translations/source/ca/dbaccess/source/ui/tabledesign.po
index 995ef7c4e29..a822a847f88 100644
--- a/translations/source/ca/dbaccess/source/ui/tabledesign.po
+++ b/translations/source/ca/dbaccess/source/ui/tabledesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:11+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/dbaccess/source/ui/uno.po b/translations/source/ca/dbaccess/source/ui/uno.po
index b11d8051858..07dee8f1c76 100644
--- a/translations/source/ca/dbaccess/source/ui/uno.po
+++ b/translations/source/ca/dbaccess/source/ui/uno.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:11+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/desktop/source/app.po b/translations/source/ca/desktop/source/app.po
index 39ba6f4e810..7ff156bd751 100644
--- a/translations/source/ca/desktop/source/app.po
+++ b/translations/source/ca/desktop/source/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-20 13:51+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/desktop/source/deployment/gui.po b/translations/source/ca/desktop/source/deployment/gui.po
index 0888b676c03..3487ae7d634 100644
--- a/translations/source/ca/desktop/source/deployment/gui.po
+++ b/translations/source/ca/desktop/source/deployment/gui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-20 13:52+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/desktop/source/deployment/manager.po b/translations/source/ca/desktop/source/deployment/manager.po
index e36352c1b22..e927416dd74 100644
--- a/translations/source/ca/desktop/source/deployment/manager.po
+++ b/translations/source/ca/desktop/source/deployment/manager.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:11+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/desktop/source/deployment/misc.po b/translations/source/ca/desktop/source/deployment/misc.po
index 3e7a2a39c77..6cccf30644d 100644
--- a/translations/source/ca/desktop/source/deployment/misc.po
+++ b/translations/source/ca/desktop/source/deployment/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 11:28+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/desktop/source/deployment/registry.po b/translations/source/ca/desktop/source/deployment/registry.po
index 5a87c7492f3..a2b360f1880 100644
--- a/translations/source/ca/desktop/source/deployment/registry.po
+++ b/translations/source/ca/desktop/source/deployment/registry.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:11+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/desktop/source/deployment/registry/component.po b/translations/source/ca/desktop/source/deployment/registry/component.po
index a8ba245cdda..e9791060d4c 100644
--- a/translations/source/ca/desktop/source/deployment/registry/component.po
+++ b/translations/source/ca/desktop/source/deployment/registry/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-26 20:04+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/desktop/source/deployment/registry/configuration.po b/translations/source/ca/desktop/source/deployment/registry/configuration.po
index 5313881199c..b35db132d76 100644
--- a/translations/source/ca/desktop/source/deployment/registry/configuration.po
+++ b/translations/source/ca/desktop/source/deployment/registry/configuration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:11+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/desktop/source/deployment/registry/help.po b/translations/source/ca/desktop/source/deployment/registry/help.po
index 80764273f62..32c1aefbb47 100644
--- a/translations/source/ca/desktop/source/deployment/registry/help.po
+++ b/translations/source/ca/desktop/source/deployment/registry/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:11+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/desktop/source/deployment/registry/package.po b/translations/source/ca/desktop/source/deployment/registry/package.po
index 18318d63c85..247ccfb14bd 100644
--- a/translations/source/ca/desktop/source/deployment/registry/package.po
+++ b/translations/source/ca/desktop/source/deployment/registry/package.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:11+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/desktop/source/deployment/registry/script.po b/translations/source/ca/desktop/source/deployment/registry/script.po
index dc5ee83c8f3..295f4587642 100644
--- a/translations/source/ca/desktop/source/deployment/registry/script.po
+++ b/translations/source/ca/desktop/source/deployment/registry/script.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-26 20:48+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/desktop/source/deployment/registry/sfwk.po b/translations/source/ca/desktop/source/deployment/registry/sfwk.po
index 59013c97700..9f128275f6d 100644
--- a/translations/source/ca/desktop/source/deployment/registry/sfwk.po
+++ b/translations/source/ca/desktop/source/deployment/registry/sfwk.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:11+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/desktop/source/deployment/unopkg.po b/translations/source/ca/desktop/source/deployment/unopkg.po
index a09ec0237bc..7f8fd2a1290 100644
--- a/translations/source/ca/desktop/source/deployment/unopkg.po
+++ b/translations/source/ca/desktop/source/deployment/unopkg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:11+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/dictionaries/af_ZA.po b/translations/source/ca/dictionaries/af_ZA.po
index 3cd13520936..d561b16d5b3 100644
--- a/translations/source/ca/dictionaries/af_ZA.po
+++ b/translations/source/ca/dictionaries/af_ZA.po
@@ -3,18 +3,18 @@ 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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2011-10-18 21:44+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-23 09:15+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Afrikaans spelling dictionary, and hyphenation rules"
-msgstr "Diccionari ortogràfic i regles de separació sil·làbica per a l'afrikaans"
+msgstr "Afrikaans: corrector ortogràfic i partició de mots"
diff --git a/translations/source/ca/dictionaries/an_ES.po b/translations/source/ca/dictionaries/an_ES.po
index 008503a3488..708a755b74e 100644
--- a/translations/source/ca/dictionaries/an_ES.po
+++ b/translations/source/ca/dictionaries/an_ES.po
@@ -3,18 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fan_ES.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-20 13:52+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 09:16+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Aragonese spelling dictionary"
-msgstr "Diccionari orotgràfic per a l'aragonès"
+msgstr "Aragonès: corrector ortogràfic"
diff --git a/translations/source/ca/dictionaries/ar.po b/translations/source/ca/dictionaries/ar.po
index d81f057e80a..7b76913de0c 100644
--- a/translations/source/ca/dictionaries/ar.po
+++ b/translations/source/ca/dictionaries/ar.po
@@ -3,18 +3,18 @@ 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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-10-18 21:45+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 09:17+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Arabic spelling dictionary, and thesaurus"
-msgstr "Diccionari ortogràfic i sinònims per a l'àrab"
+msgstr "Àrab: corrector ortogràfic i tesaurus (sinònims i termes relacionats)"
diff --git a/translations/source/ca/dictionaries/be_BY.po b/translations/source/ca/dictionaries/be_BY.po
index 834647fdcb5..1f0247ae72e 100644
--- a/translations/source/ca/dictionaries/be_BY.po
+++ b/translations/source/ca/dictionaries/be_BY.po
@@ -3,18 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-11-26 11:23+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 09:17+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Belarusian spelling dictionary"
-msgstr "Diccionari ortogràfic bielorús"
+msgstr "Bielorús: corrector ortogràfic"
diff --git a/translations/source/ca/dictionaries/bg_BG.po b/translations/source/ca/dictionaries/bg_BG.po
index c1feb82b172..c456f917f4f 100644
--- a/translations/source/ca/dictionaries/bg_BG.po
+++ b/translations/source/ca/dictionaries/bg_BG.po
@@ -3,18 +3,18 @@ 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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2011-10-18 21:46+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-23 09:18+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Bulgarian spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionari ortogràfic, regles de separació sil·làbica i sinònims per al búlgar"
+msgstr "Búlgar: corrector ortogràfic, partició de mots i tesaurus (sinònims i termes relacionats)"
diff --git a/translations/source/ca/dictionaries/bn_BD.po b/translations/source/ca/dictionaries/bn_BD.po
index e1579024cb4..853a97d4133 100644
--- a/translations/source/ca/dictionaries/bn_BD.po
+++ b/translations/source/ca/dictionaries/bn_BD.po
@@ -3,18 +3,18 @@ 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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-10-18 21:46+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 09:19+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Bengali spelling dictionary"
-msgstr "Diccionari ortogràfic per al bengali"
+msgstr "Bengalí: corrector ortogràfic"
diff --git a/translations/source/ca/dictionaries/br_FR.po b/translations/source/ca/dictionaries/br_FR.po
index 835a186c42d..a2e0bbc14bc 100644
--- a/translations/source/ca/dictionaries/br_FR.po
+++ b/translations/source/ca/dictionaries/br_FR.po
@@ -3,18 +3,18 @@ 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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-10-18 21:47+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 09:19+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Breton spelling dictionary"
-msgstr "Diccionari ortogràfic per al bretó"
+msgstr "Bretó: corrector ortogràfic"
diff --git a/translations/source/ca/dictionaries/ca.po b/translations/source/ca/dictionaries/ca.po
index a0541d6cb32..de2291006b2 100644
--- a/translations/source/ca/dictionaries/ca.po
+++ b/translations/source/ca/dictionaries/ca.po
@@ -3,18 +3,18 @@ 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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2011-10-18 21:43+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-23 09:19+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Catalan spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionari ortogràfic, regles de separació sil·làbica i sinònims pel català"
+msgstr "Català: corrector ortogràfic, partició de mots i tesaurus (sinònims i termes relacionats)"
diff --git a/translations/source/ca/dictionaries/cs_CZ.po b/translations/source/ca/dictionaries/cs_CZ.po
index 640fe2357cd..539484b059e 100644
--- a/translations/source/ca/dictionaries/cs_CZ.po
+++ b/translations/source/ca/dictionaries/cs_CZ.po
@@ -3,18 +3,18 @@ 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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-10-18 21:47+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 09:20+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Czech spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionari ortogràfic, regles de separació sil·làbica i sinònims per al txec"
+msgstr "Txec: corrector ortogràfic, partició de mots i tesaurus (sinònims i termes relacionats)"
diff --git a/translations/source/ca/dictionaries/da_DK.po b/translations/source/ca/dictionaries/da_DK.po
index 6054068af3f..fe3d10648df 100644
--- a/translations/source/ca/dictionaries/da_DK.po
+++ b/translations/source/ca/dictionaries/da_DK.po
@@ -3,18 +3,18 @@ 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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2011-10-18 21:48+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 09:20+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Danish spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionari ortogràfic, regles de separació sil·làbica i sinònims per al danès"
+msgstr "Danès: corrector ortogràfic, partició de mots i tesaurus (sinònims i termes relacionats)"
diff --git a/translations/source/ca/dictionaries/de.po b/translations/source/ca/dictionaries/de.po
index 539ff6c71dd..112b25abd31 100644
--- a/translations/source/ca/dictionaries/de.po
+++ b/translations/source/ca/dictionaries/de.po
@@ -3,18 +3,18 @@ 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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-10-18 21:49+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 09:21+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "German (Austria, Germany, Switzerland) spelling dictionaries, hyphenation rules, and thesauri"
-msgstr "Diccionari ortogràfic, regles de separació sil·làbica i sinònims per a l'alemany (Alemanya, Àustria i Suïssa)"
+msgstr "Alemany (Alemanya, Àustria, Suïssa): corrector ortogràfic, partició de mots i tesaurus (sinònims i termes relacionats)"
diff --git a/translations/source/ca/dictionaries/el_GR.po b/translations/source/ca/dictionaries/el_GR.po
index c40c90063ba..fc1b5773fc6 100644
--- a/translations/source/ca/dictionaries/el_GR.po
+++ b/translations/source/ca/dictionaries/el_GR.po
@@ -3,18 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-11-26 11:24+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 09:21+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Greek spelling dictionary, and hyphenation rules"
-msgstr "Diccionari ortogràfic grec, amb regles de separació de síl·labes"
+msgstr "Grec: corrector ortogràfic i partició de mots"
diff --git a/translations/source/ca/dictionaries/en.po b/translations/source/ca/dictionaries/en.po
index 977bcfd08f3..6759e4273da 100644
--- a/translations/source/ca/dictionaries/en.po
+++ b/translations/source/ca/dictionaries/en.po
@@ -3,9 +3,9 @@ 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: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2012-01-26 18:14+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-23 09:22+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -17,4 +17,4 @@ msgstr ""
#: description.xml#dispname.dispname.description.text
msgid "English spelling dictionaries, hyphenation rules, thesaurus, and grammar checker"
-msgstr "Diccionari ortogràfic, separació de mots, sinònoms i verificador gramatical per a l'anglès"
+msgstr "Anglès: corrector ortogràfic i gramatical, partició de mots i tesaurus (sinònims i termes relacionats)"
diff --git a/translations/source/ca/dictionaries/en/dialog.po b/translations/source/ca/dictionaries/en/dialog.po
index 52343aed57b..3f35b7e60c2 100644
--- a/translations/source/ca/dictionaries/en/dialog.po
+++ b/translations/source/ca/dictionaries/en/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+dictionaries%2Fen%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 16:37+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
diff --git a/translations/source/ca/dictionaries/es_ES.po b/translations/source/ca/dictionaries/es_ES.po
index 27d4709e59a..56140d305db 100644
--- a/translations/source/ca/dictionaries/es_ES.po
+++ b/translations/source/ca/dictionaries/es_ES.po
@@ -3,18 +3,18 @@ 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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2011-10-18 21:52+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 09:22+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Spanish spelling dictionary"
-msgstr "Diccionari ortogràfic per a l'espanyol"
+msgstr "Espanyol: corrector ortogràfic"
diff --git a/translations/source/ca/dictionaries/et_EE.po b/translations/source/ca/dictionaries/et_EE.po
index 2f544a1318e..e06867ed5c3 100644
--- a/translations/source/ca/dictionaries/et_EE.po
+++ b/translations/source/ca/dictionaries/et_EE.po
@@ -3,18 +3,18 @@ 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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-10-18 21:52+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 09:22+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Estonian spelling dictionary, and hyphenation rules"
-msgstr "Diccionari ortogràfic i sinònims per a l'estonià"
+msgstr "Estonià: corrector ortogràfic i partició de mots"
diff --git a/translations/source/ca/dictionaries/fr_FR.po b/translations/source/ca/dictionaries/fr_FR.po
index 31803d0a8c6..0758f30ff0a 100644
--- a/translations/source/ca/dictionaries/fr_FR.po
+++ b/translations/source/ca/dictionaries/fr_FR.po
@@ -3,18 +3,18 @@ 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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-10-18 21:53+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 09:22+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "French spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionari ortogràfic, regles de separació sil·làbica i sinònims per al francès"
+msgstr "Francès: corrector ortogràfic, partició de mots i tesaurus (sinònims i termes relacionats)"
diff --git a/translations/source/ca/dictionaries/gd_GB.po b/translations/source/ca/dictionaries/gd_GB.po
index cde07424587..305c0319da3 100644
--- a/translations/source/ca/dictionaries/gd_GB.po
+++ b/translations/source/ca/dictionaries/gd_GB.po
@@ -3,18 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2011-11-26 11:24+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 09:23+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Scottish Gaelic spelling dictionary"
-msgstr "Diccionari ortogràfic del gaèlic escocès"
+msgstr "Gaèlic escocès: corrector ortogràfic"
diff --git a/translations/source/ca/dictionaries/gl.po b/translations/source/ca/dictionaries/gl.po
index 7adf72b9260..3755ba3da77 100644
--- a/translations/source/ca/dictionaries/gl.po
+++ b/translations/source/ca/dictionaries/gl.po
@@ -3,18 +3,18 @@ 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: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2011-10-18 21:53+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-23 09:23+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Galician spelling dictionary"
-msgstr "Diccionari ortogràfic per al gallec"
+msgstr "Gallec: corrector ortogràfic"
diff --git a/translations/source/ca/dictionaries/gu_IN.po b/translations/source/ca/dictionaries/gu_IN.po
index e98a79b47a0..d7b395c9fe3 100644
--- a/translations/source/ca/dictionaries/gu_IN.po
+++ b/translations/source/ca/dictionaries/gu_IN.po
@@ -3,18 +3,18 @@ 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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-10-26 21:13+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 09:23+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Gujarati spelling dictionary"
-msgstr "Corrector ortogràfic Gujarati"
+msgstr "Gujarati: corrector ortogràfic"
diff --git a/translations/source/ca/dictionaries/he_IL.po b/translations/source/ca/dictionaries/he_IL.po
index dc09692fb78..9b4a9b936ca 100644
--- a/translations/source/ca/dictionaries/he_IL.po
+++ b/translations/source/ca/dictionaries/he_IL.po
@@ -3,18 +3,18 @@ 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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-10-18 21:55+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 09:23+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Hebrew spelling dictionary"
-msgstr "Diccionari ortogràfic per a l'hebreu"
+msgstr "Hebreu: corrector ortogràfic"
diff --git a/translations/source/ca/dictionaries/hi_IN.po b/translations/source/ca/dictionaries/hi_IN.po
index 4d38254b2dd..509f9fb7ceb 100644
--- a/translations/source/ca/dictionaries/hi_IN.po
+++ b/translations/source/ca/dictionaries/hi_IN.po
@@ -3,18 +3,18 @@ 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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2011-10-18 21:55+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 09:24+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Hindi spelling dictionary"
-msgstr "Diccionari ortogràfic per a l'hindi"
+msgstr "Hindi: corrector ortogràfic"
diff --git a/translations/source/ca/dictionaries/hr_HR.po b/translations/source/ca/dictionaries/hr_HR.po
index f015993f471..45a98120c28 100644
--- a/translations/source/ca/dictionaries/hr_HR.po
+++ b/translations/source/ca/dictionaries/hr_HR.po
@@ -3,18 +3,18 @@ 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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-10-26 21:14+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 09:24+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Croatian spelling dictionary, and hyphenation rules"
-msgstr "Corrector ortogràfic croat, amb separador de síl·labes"
+msgstr "Croat: corrector ortogràfic i partició de mots"
diff --git a/translations/source/ca/dictionaries/hu_HU.po b/translations/source/ca/dictionaries/hu_HU.po
index 57883706100..bd0f8bdc4d9 100644
--- a/translations/source/ca/dictionaries/hu_HU.po
+++ b/translations/source/ca/dictionaries/hu_HU.po
@@ -3,9 +3,9 @@ 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: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2012-01-27 16:37+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-23 09:25+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -17,4 +17,4 @@ msgstr ""
#: description.xml#dispname.dispname.description.text
msgid "Hungarian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
-msgstr "Diccionari ortogràfic, regles de separació sil·làbica, sinònims i comprovador gramatical per a l'hongarès"
+msgstr "Hongarès: corrector ortogràfic i gramatical, partició de mots i tesaurus (sinònims i termes relacionats)"
diff --git a/translations/source/ca/dictionaries/hu_HU/dialog.po b/translations/source/ca/dictionaries/hu_HU/dialog.po
index 93a76b9aa29..3164685e6eb 100644
--- a/translations/source/ca/dictionaries/hu_HU/dialog.po
+++ b/translations/source/ca/dictionaries/hu_HU/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+dictionaries%2Fhu_HU%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 16:55+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
diff --git a/translations/source/ca/dictionaries/it_IT.po b/translations/source/ca/dictionaries/it_IT.po
index 24a65376411..438eb95f20f 100644
--- a/translations/source/ca/dictionaries/it_IT.po
+++ b/translations/source/ca/dictionaries/it_IT.po
@@ -3,18 +3,18 @@ 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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-10-18 21:55+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 09:25+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Italian spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionari ortogràfic, regles de separació sil·làbica i sinònims per a l'italià"
+msgstr "Italià: corrector ortogràfic, partició de mots i tesaurus (sinònims i termes relacionats)"
diff --git a/translations/source/ca/dictionaries/ku_TR.po b/translations/source/ca/dictionaries/ku_TR.po
index 941e03de7c2..805fa1d6ef2 100644
--- a/translations/source/ca/dictionaries/ku_TR.po
+++ b/translations/source/ca/dictionaries/ku_TR.po
@@ -3,18 +3,18 @@ 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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2011-10-26 21:14+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 09:26+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Kurdish (Turkey) spelling dictionary"
-msgstr "Corrector ortogràfic Kurd (Turquia)"
+msgstr "Kurd (Turquia): corrector ortogràfic"
diff --git a/translations/source/ca/dictionaries/lt_LT.po b/translations/source/ca/dictionaries/lt_LT.po
index 264a694361e..6c016ecc251 100644
--- a/translations/source/ca/dictionaries/lt_LT.po
+++ b/translations/source/ca/dictionaries/lt_LT.po
@@ -3,18 +3,18 @@ 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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-10-26 21:14+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 09:26+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Lithuanian spelling dictionary, and hyphenation rules"
-msgstr "Corrector ortogràfic lituà i regles de separació de síl·labes"
+msgstr "Lituà: corrector ortogràfic i partició de mots"
diff --git a/translations/source/ca/dictionaries/lv_LV.po b/translations/source/ca/dictionaries/lv_LV.po
index 8449a381f85..b0750bc0e9b 100644
--- a/translations/source/ca/dictionaries/lv_LV.po
+++ b/translations/source/ca/dictionaries/lv_LV.po
@@ -3,18 +3,18 @@ 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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2011-10-26 21:15+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-23 09:26+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Latvian spelling dictionary, and hyphenation rules"
-msgstr "Corrector ortogràfic letó, i regles de separació de síl·labes"
+msgstr "Letó: corrector ortogràfic i partició de mots"
diff --git a/translations/source/ca/dictionaries/ne_NP.po b/translations/source/ca/dictionaries/ne_NP.po
index 5645b220b1d..30846739325 100644
--- a/translations/source/ca/dictionaries/ne_NP.po
+++ b/translations/source/ca/dictionaries/ne_NP.po
@@ -3,18 +3,18 @@ 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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2011-10-26 21:15+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-23 09:27+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Nepali spelling dictionary, and thesaurus"
-msgstr "Corrector ortogràfic nepalí, i regles de separació de síl·labes"
+msgstr "Nepalès: corrector ortogràfic i tesaurus (sinònims i termes relacionats)"
diff --git a/translations/source/ca/dictionaries/nl_NL.po b/translations/source/ca/dictionaries/nl_NL.po
index 6dae956e8ec..cc15975c590 100644
--- a/translations/source/ca/dictionaries/nl_NL.po
+++ b/translations/source/ca/dictionaries/nl_NL.po
@@ -3,18 +3,18 @@ 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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-10-18 22:05+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 09:27+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Dutch spelling dictionary, and hyphenation rules"
-msgstr "Diccionari ortogràfic i regles de separació sil·làbica per al neerlandès"
+msgstr "Neerlandès: corrector ortogràfic i partició de mots"
diff --git a/translations/source/ca/dictionaries/no.po b/translations/source/ca/dictionaries/no.po
index 229ae6be72b..5c8e8632d34 100644
--- a/translations/source/ca/dictionaries/no.po
+++ b/translations/source/ca/dictionaries/no.po
@@ -3,18 +3,18 @@ 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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2011-10-27 14:41+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-23 09:28+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Norwegian (Nynorsk and Bokmål) spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Corrector ortogràfic noruec (Nynorsk i Bokmål), regles de separació de síl·labes i sinònoms"
+msgstr "Noruec (Nynorsk i Bokmål): corrector ortogràfic, partició de mots i tesaurus (sinònims i termes relacionats)"
diff --git a/translations/source/ca/dictionaries/oc_FR.po b/translations/source/ca/dictionaries/oc_FR.po
index f774b0fdc0a..4aaf81e0c15 100644
--- a/translations/source/ca/dictionaries/oc_FR.po
+++ b/translations/source/ca/dictionaries/oc_FR.po
@@ -3,18 +3,18 @@ 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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-10-18 21:56+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 09:28+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Occitan spelling dictionary"
-msgstr "Diccionari ortogràfic per a l'occità"
+msgstr "Occità: corrector ortogràfic"
diff --git a/translations/source/ca/dictionaries/pl_PL.po b/translations/source/ca/dictionaries/pl_PL.po
index b663413fac8..652606e83e5 100644
--- a/translations/source/ca/dictionaries/pl_PL.po
+++ b/translations/source/ca/dictionaries/pl_PL.po
@@ -3,18 +3,18 @@ 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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2011-10-18 22:00+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-23 09:29+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Polish spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionari ortogràfic, regles de separació sil·làbica i sinònims per al polonès"
+msgstr "Polonès: corrector ortogràfic, partició de mots i tesaurus (sinònims i termes relacionats)"
diff --git a/translations/source/ca/dictionaries/pt_BR.po b/translations/source/ca/dictionaries/pt_BR.po
index 7106f746225..a65d9951d9e 100644
--- a/translations/source/ca/dictionaries/pt_BR.po
+++ b/translations/source/ca/dictionaries/pt_BR.po
@@ -3,18 +3,18 @@ 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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-10-18 22:01+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 09:31+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Brazilian Portuguese spelling Dictionary (1990 Spelling Agreement), and hyphenation rules"
-msgstr "Diccionari ortogràfic (normes ortogràfiques de 1990) i regles de separació sil·làbica per al portuguès de Brasil"
+msgstr "Portuguès (Brasil): corrector ortogràfic (normes ortogràfiques de 1990) i partició de mots"
diff --git a/translations/source/ca/dictionaries/pt_PT.po b/translations/source/ca/dictionaries/pt_PT.po
index 1d049f6ed75..10138482a31 100644
--- a/translations/source/ca/dictionaries/pt_PT.po
+++ b/translations/source/ca/dictionaries/pt_PT.po
@@ -3,18 +3,18 @@ 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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-10-18 22:02+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 09:31+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "European Portuguese spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionari ortogràfic, regles de separació sil·làbica i sinònims per al portuguès de Portugal"
+msgstr "Portuguès (Portugal): corrector ortogràfic, partició de mots i tesaurus (sinònims i termes relacionats)"
diff --git a/translations/source/ca/dictionaries/ro.po b/translations/source/ca/dictionaries/ro.po
index 52c65007337..60503003120 100644
--- a/translations/source/ca/dictionaries/ro.po
+++ b/translations/source/ca/dictionaries/ro.po
@@ -3,18 +3,18 @@ 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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-10-18 22:02+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 09:31+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Romanian spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionari ortogràfic, regles de separació sil·làbica i sinònims per al romanès"
+msgstr "Romanès: corrector ortogràfic, partició de mots i tesaurus (sinònims i termes relacionats)"
diff --git a/translations/source/ca/dictionaries/ru_RU.po b/translations/source/ca/dictionaries/ru_RU.po
index 7e0347ae8b6..dcde77b07a2 100644
--- a/translations/source/ca/dictionaries/ru_RU.po
+++ b/translations/source/ca/dictionaries/ru_RU.po
@@ -3,9 +3,9 @@ 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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-27 16:55+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 09:32+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -17,4 +17,4 @@ msgstr ""
#: description.xml#dispname.dispname.description.text
msgid "Russian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
-msgstr "Diccionari ortogràfic, regles de separació sil·làbica, sinònims i comprovació gramatical per al rus"
+msgstr "Rus: corrector ortogràfic i gramatical, partició de mots i tesaurus (sinònims i termes relacionats)"
diff --git a/translations/source/ca/dictionaries/ru_RU/dialog.po b/translations/source/ca/dictionaries/ru_RU/dialog.po
index 6bd8bd68c0e..2d2fc7cea86 100644
--- a/translations/source/ca/dictionaries/ru_RU/dialog.po
+++ b/translations/source/ca/dictionaries/ru_RU/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+dictionaries%2Fru_RU%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 17:01+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
diff --git a/translations/source/ca/dictionaries/si_LK.po b/translations/source/ca/dictionaries/si_LK.po
index 33c3b49af32..2b8b313801d 100644
--- a/translations/source/ca/dictionaries/si_LK.po
+++ b/translations/source/ca/dictionaries/si_LK.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fsi_LK.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-27 17:01+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 09:32+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -17,4 +17,4 @@ msgstr ""
#: description.xml#dispname.dispname.description.text
msgid "Sinhala spelling dictionary"
-msgstr "Diccionari ortogràfic per al Sinhala"
+msgstr "Sinhala: corrector ortogràfic"
diff --git a/translations/source/ca/dictionaries/sk_SK.po b/translations/source/ca/dictionaries/sk_SK.po
index 843ae3ec35f..9bc8c06ec65 100644
--- a/translations/source/ca/dictionaries/sk_SK.po
+++ b/translations/source/ca/dictionaries/sk_SK.po
@@ -3,18 +3,18 @@ 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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-10-27 14:42+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 09:32+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Slovak spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Corrector ortogràfic eslovac, regles de separació de síl·labes i sinònims"
+msgstr "Eslovac: corrector ortogràfic, partició de mots i tesaurus (sinònims i termes relacionats)"
diff --git a/translations/source/ca/dictionaries/sl_SI.po b/translations/source/ca/dictionaries/sl_SI.po
index 6f4104b3a1f..922c76fd42c 100644
--- a/translations/source/ca/dictionaries/sl_SI.po
+++ b/translations/source/ca/dictionaries/sl_SI.po
@@ -3,18 +3,18 @@ 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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-10-18 22:07+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 09:32+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Slovenian spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionari ortogràfic, regles de separació sil·làbica i sinònims per a l'eslovè"
+msgstr "Eslovè: corrector ortogràfic, partició de mots i tesaurus (sinònims i termes relacionats)"
diff --git a/translations/source/ca/dictionaries/sr.po b/translations/source/ca/dictionaries/sr.po
index 0b4ea3650bf..a83dbad3bc0 100644
--- a/translations/source/ca/dictionaries/sr.po
+++ b/translations/source/ca/dictionaries/sr.po
@@ -3,18 +3,18 @@ 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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2011-10-18 22:08+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 09:33+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Serbian (Cyrillic and Latin) spelling dictionary, and hyphenation rules"
-msgstr "Diccionari ortogràfic i regles de separació sil·làbica i sinònims per al serbi (ciríl·lic i llatí)"
+msgstr "Serbi (ciríl·lic i llatí): corrector ortogràfic i partició de mots"
diff --git a/translations/source/ca/dictionaries/sv_SE.po b/translations/source/ca/dictionaries/sv_SE.po
index 46f4f5a6027..7c00fe02c69 100644
--- a/translations/source/ca/dictionaries/sv_SE.po
+++ b/translations/source/ca/dictionaries/sv_SE.po
@@ -3,18 +3,18 @@ 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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2011-10-27 14:42+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-23 09:33+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Swedish spelling dictionary, and thesaurus"
-msgstr "Corrector ortogràfic suec, i sinònims"
+msgstr "Suec: corrector ortogràfic i tesaurus (sinònims i termes relacionats)"
diff --git a/translations/source/ca/dictionaries/sw_TZ.po b/translations/source/ca/dictionaries/sw_TZ.po
index e591f10a9a7..4cdb4f5ff74 100644
--- a/translations/source/ca/dictionaries/sw_TZ.po
+++ b/translations/source/ca/dictionaries/sw_TZ.po
@@ -3,18 +3,18 @@ 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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-10-26 21:16+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 09:33+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Swahili spelling dictionary"
-msgstr "Corrector ortogràfic swahili"
+msgstr "Suahili: corrector ortogràfic"
diff --git a/translations/source/ca/dictionaries/te_IN.po b/translations/source/ca/dictionaries/te_IN.po
index de9c5f626d2..037e4e2e23f 100644
--- a/translations/source/ca/dictionaries/te_IN.po
+++ b/translations/source/ca/dictionaries/te_IN.po
@@ -3,18 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-11-26 11:25+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-23 09:34+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Telugu spelling dictionary, and hyphenation rules"
-msgstr "Diccionari ortogràfic del telugu i regles de separació de síl·labes"
+msgstr "Telugu: corrector ortogràfic i partició de mots"
diff --git a/translations/source/ca/dictionaries/th_TH.po b/translations/source/ca/dictionaries/th_TH.po
index 3a26f9ea1f2..62bf6f22e5f 100644
--- a/translations/source/ca/dictionaries/th_TH.po
+++ b/translations/source/ca/dictionaries/th_TH.po
@@ -3,18 +3,18 @@ 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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-10-27 14:43+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 09:36+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Thai spelling dictionary"
-msgstr "Corrector ortogràfic Thai"
+msgstr "Tai: corrector ortogràfic"
diff --git a/translations/source/ca/dictionaries/uk_UA.po b/translations/source/ca/dictionaries/uk_UA.po
index 504f7cdc62e..4d3122c805a 100644
--- a/translations/source/ca/dictionaries/uk_UA.po
+++ b/translations/source/ca/dictionaries/uk_UA.po
@@ -3,18 +3,18 @@ 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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2011-10-18 22:07+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-23 09:37+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Ukrainian spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionari ortogràfic, regles de separació sil·làbica i sinònims per a l'ucraïnès "
+msgstr "Ucraïnès: corrector ortogràfic, partició de mots i tesaurus (sinònims i termes relacionats)"
diff --git a/translations/source/ca/dictionaries/vi.po b/translations/source/ca/dictionaries/vi.po
index b35a80ea387..fef81e97cd4 100644
--- a/translations/source/ca/dictionaries/vi.po
+++ b/translations/source/ca/dictionaries/vi.po
@@ -3,18 +3,18 @@ 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: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2011-10-27 14:43+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-23 09:37+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Vietnamese spelling dictionary"
-msgstr "Corrector ortogràfic vietnamita"
+msgstr "Vietnamita: corrector ortogràfic"
diff --git a/translations/source/ca/dictionaries/zu_ZA.po b/translations/source/ca/dictionaries/zu_ZA.po
index eea5af5311a..10d2cd2e2b2 100644
--- a/translations/source/ca/dictionaries/zu_ZA.po
+++ b/translations/source/ca/dictionaries/zu_ZA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-27 14:43+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: none\n"
-"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/editeng/source/accessibility.po b/translations/source/ca/editeng/source/accessibility.po
index 8494f09751d..23f644b949d 100644
--- a/translations/source/ca/editeng/source/accessibility.po
+++ b/translations/source/ca/editeng/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:11+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/editeng/source/editeng.po b/translations/source/ca/editeng/source/editeng.po
index 696878dcb1f..986ccce0cb0 100644
--- a/translations/source/ca/editeng/source/editeng.po
+++ b/translations/source/ca/editeng/source/editeng.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-29 16:27+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/editeng/source/items.po b/translations/source/ca/editeng/source/items.po
index 6b2cc776c67..8aadb55ffb9 100644
--- a/translations/source/ca/editeng/source/items.po
+++ b/translations/source/ca/editeng/source/items.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+editeng%2Fsource%2Fitems.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-26 17:19+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ca/editeng/source/misc.po b/translations/source/ca/editeng/source/misc.po
index 777b0c4baf3..db7b8f8f463 100644
--- a/translations/source/ca/editeng/source/misc.po
+++ b/translations/source/ca/editeng/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:11+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/editeng/source/outliner.po b/translations/source/ca/editeng/source/outliner.po
index 0ba1c20a45a..daee062b69e 100644
--- a/translations/source/ca/editeng/source/outliner.po
+++ b/translations/source/ca/editeng/source/outliner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:11+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/extensions/source/abpilot.po b/translations/source/ca/extensions/source/abpilot.po
index 327c78bf042..f72958bf878 100644
--- a/translations/source/ca/extensions/source/abpilot.po
+++ b/translations/source/ca/extensions/source/abpilot.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-26 17:19+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-26 22:48+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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: Pootle 2.1.6\n"
@@ -136,7 +136,7 @@ msgid ""
"\n"
"Click the button below to open another dialog where you can enter the settings for your data source."
msgstr ""
-"Per incorporar les dades d'adreces de les plantilles, cal que %PRODUCTNAME sàpiga quins camps contenen quines dades.\n"
+"Per incorporar les dades d'adreces de les plantilles, cal que el %PRODUCTNAME sàpiga quins camps contenen quines dades.\n"
"\n"
"Per exemple, podríeu haver desat les adreces de correu en un camp anomenat «email», «E-mail», «EM» o qualsevol altra cosa.\n"
"\n"
diff --git a/translations/source/ca/extensions/source/bibliography.po b/translations/source/ca/extensions/source/bibliography.po
index 7106afed3f0..840c60391cb 100644
--- a/translations/source/ca/extensions/source/bibliography.po
+++ b/translations/source/ca/extensions/source/bibliography.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:11+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/extensions/source/dbpilots.po b/translations/source/ca/extensions/source/dbpilots.po
index 9848bbab7fb..a74067841f5 100644
--- a/translations/source/ca/extensions/source/dbpilots.po
+++ b/translations/source/ca/extensions/source/dbpilots.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:11+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/extensions/source/propctrlr.po b/translations/source/ca/extensions/source/propctrlr.po
index eafd89be6d2..d3037c03ffb 100644
--- a/translations/source/ca/extensions/source/propctrlr.po
+++ b/translations/source/ca/extensions/source/propctrlr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:11+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/extensions/source/scanner.po b/translations/source/ca/extensions/source/scanner.po
index 3e49309d9de..4179cefcc92 100644
--- a/translations/source/ca/extensions/source/scanner.po
+++ b/translations/source/ca/extensions/source/scanner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-01 11:37+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/extensions/source/update/check.po b/translations/source/ca/extensions/source/update/check.po
index 229253289f3..297e456acb8 100644
--- a/translations/source/ca/extensions/source/update/check.po
+++ b/translations/source/ca/extensions/source/update/check.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+extensions%2Fsource%2Fupdate%2Fcheck.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-11-26 20:58+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-26 22:51+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: updatehdl.src#RID_UPDATE_STR_CHECKING.string.text
@@ -185,7 +185,7 @@ msgstr "Feu clic aquí per a més informació."
#: updatehdl.src#RID_UPDATE_BUBBLE_T_AUTO_START.string.text
msgctxt "updatehdl.src#RID_UPDATE_BUBBLE_T_AUTO_START.string.text"
msgid "%PRODUCTNAME update available"
-msgstr "Hi ha una actualització disponible pel %PRODUCTNAME"
+msgstr "Hi ha una actualització disponible per al %PRODUCTNAME"
#: updatehdl.src#RID_UPDATE_BUBBLE_AUTO_START.string.text
msgid "Download of update begins."
diff --git a/translations/source/ca/filter/source/config/fragments/filters.po b/translations/source/ca/filter/source/config/fragments/filters.po
index fb686786cd2..2080715bdac 100644
--- a/translations/source/ca/filter/source/config/fragments/filters.po
+++ b/translations/source/ca/filter/source/config/fragments/filters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-27 14:21+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/filter/source/config/fragments/internalgraphicfilters.po b/translations/source/ca/filter/source/config/fragments/internalgraphicfilters.po
index e87d95be34d..9540b7b7130 100644
--- a/translations/source/ca/filter/source/config/fragments/internalgraphicfilters.po
+++ b/translations/source/ca/filter/source/config/fragments/internalgraphicfilters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:11+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/filter/source/config/fragments/types.po b/translations/source/ca/filter/source/config/fragments/types.po
index 68a4bb1e3ff..84c9912321a 100644
--- a/translations/source/ca/filter/source/config/fragments/types.po
+++ b/translations/source/ca/filter/source/config/fragments/types.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-27 17:47+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/filter/source/flash.po b/translations/source/ca/filter/source/flash.po
index 813fe46d38f..aa48a6cefb9 100644
--- a/translations/source/ca/filter/source/flash.po
+++ b/translations/source/ca/filter/source/flash.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:11+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/filter/source/graphicfilter/eps.po b/translations/source/ca/filter/source/graphicfilter/eps.po
index d0b13b9fcf9..66ae13dc60b 100644
--- a/translations/source/ca/filter/source/graphicfilter/eps.po
+++ b/translations/source/ca/filter/source/graphicfilter/eps.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:11+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/filter/source/pdf.po b/translations/source/ca/filter/source/pdf.po
index 9beeae8b3d6..f1d4b3ad72c 100644
--- a/translations/source/ca/filter/source/pdf.po
+++ b/translations/source/ca/filter/source/pdf.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%2Fpdf.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-26 17:19+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ca/filter/source/t602.po b/translations/source/ca/filter/source/t602.po
index 00250610945..20c1d4a0f02 100644
--- a/translations/source/ca/filter/source/t602.po
+++ b/translations/source/ca/filter/source/t602.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:11+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/filter/source/xsltdialog.po b/translations/source/ca/filter/source/xsltdialog.po
index bb22480e7ce..a51b44d7e21 100644
--- a/translations/source/ca/filter/source/xsltdialog.po
+++ b/translations/source/ca/filter/source/xsltdialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-19 23:51+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/forms/source/resource.po b/translations/source/ca/forms/source/resource.po
index 75e08630635..fd9e1edef20 100644
--- a/translations/source/ca/forms/source/resource.po
+++ b/translations/source/ca/forms/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:11+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/formula/source/core/resource.po b/translations/source/ca/formula/source/core/resource.po
index 16b4625a85c..5b6c1dac4a3 100644
--- a/translations/source/ca/formula/source/core/resource.po
+++ b/translations/source/ca/formula/source/core/resource.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+formula%2Fsource%2Fcore%2Fresource.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-26 17:20+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ca/formula/source/ui/dlg.po b/translations/source/ca/formula/source/ui/dlg.po
index 31c9cc416d4..0eb521fef4f 100644
--- a/translations/source/ca/formula/source/ui/dlg.po
+++ b/translations/source/ca/formula/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:11+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/fpicker/source/office.po b/translations/source/ca/fpicker/source/office.po
index 6e33bf74228..d15eb682e66 100644
--- a/translations/source/ca/fpicker/source/office.po
+++ b/translations/source/ca/fpicker/source/office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-26 11:50+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/framework/source/classes.po b/translations/source/ca/framework/source/classes.po
index c25cce0512c..9263f95f95b 100644
--- a/translations/source/ca/framework/source/classes.po
+++ b/translations/source/ca/framework/source/classes.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+framework%2Fsource%2Fclasses.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2011-11-26 21:12+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-26 22:57+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: resource.src#STR_MENU_ADDONS.string.text
@@ -125,7 +125,7 @@ msgid ""
"Press the 'Retry' button after you have allocated more free disk space to retry saving the data.\n"
"\n"
msgstr ""
-"%El PRODUCTNAME no ha pogut desar informació interna important perquè no hi ha espai de disc suficient a:\n"
+"El %PRODUCTNAME no ha pogut desar informació interna important perquè no hi ha espai de disc suficient a:\n"
"%PATH\n"
"\n"
"No podreu continuar treballant amb el %PRODUCTNAME sense fer més espai de disc en aquella ubicació.\n"
diff --git a/translations/source/ca/framework/source/services.po b/translations/source/ca/framework/source/services.po
index 524609a2fa8..63651aa5a57 100644
--- a/translations/source/ca/framework/source/services.po
+++ b/translations/source/ca/framework/source/services.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 21:13+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/helpcontent2/source/text/sbasic/guide.po b/translations/source/ca/helpcontent2/source/text/sbasic/guide.po
index d82920ea005..bbe50c303c1 100644
--- a/translations/source/ca/helpcontent2/source/text/sbasic/guide.po
+++ b/translations/source/ca/helpcontent2/source/text/sbasic/guide.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
-"PO-Revision-Date: 2011-04-05 19:09+0200\n"
-"Last-Translator: Anonymous Pootle User\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
+"PO-Revision-Date: 2012-02-27 15:24+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: translation.xhp#tit.help.text
@@ -141,7 +141,7 @@ msgstr "Repetiu l'operació per a totes les llengües que hàgiu afegit."
#: translation.xhp#par_id3682058.help.text
msgid "The user of your dialog will see the strings of the user interface language of the user's version of %PRODUCTNAME, if you did provide strings in that language. "
-msgstr "L'usuari del diàleg veurà les cadenes en la llengua de la interfície d'usuari de la versió de %PRODUCTNAME que tingui, si heu proporcionat les cadenes en aquesta llengua."
+msgstr "L'usuari del diàleg veurà les cadenes en la llengua de la interfície d'usuari de la versió del %PRODUCTNAME que tingui, si heu proporcionat les cadenes en aquesta llengua. "
#: translation.xhp#par_id5977965.help.text
msgid "If no language matches the user's version, the user will see the default language strings. "
@@ -149,7 +149,7 @@ msgstr "Si no hi ha cap llengua que coincideixi amb la versió de l'usuari, l'us
#: translation.xhp#par_id3050325.help.text
msgid "If the user has an older version of %PRODUCTNAME that does not know localizable string resources for Basic dialogs, the user will see the default language strings."
-msgstr "Si l'usuari té una versió antiga de %PRODUCTNAME que no reconeix els recursos de cadenes localitzables per als diàlegs del Basic, veurà les cadenes en la llengua per defecte."
+msgstr "Si l'usuari té una versió antiga del %PRODUCTNAME que no reconeix els recursos de cadenes localitzables per als diàlegs del Basic, veurà les cadenes en la llengua per defecte."
#: sample_code.xhp#tit.help.text
msgid "Programming Examples for Controls in the Dialog Editor"
@@ -472,7 +472,7 @@ msgstr "<variable id=\"show_dialog\"><link href=\"text/sbasic/guide/show_dialog.
#: show_dialog.xhp#par_id3145171.2.help.text
msgid "In the <item type=\"productname\">%PRODUCTNAME</item> BASIC window for a dialog that you created, leave the dialog editor by clicking the name tab of the Module that the dialog is assigned to. The name tab is at the bottom of the window."
-msgstr "A la finestra de l'<item type=\"productname\">%PRODUCTNAME</item> BASIC del diàleg que heu creat, feu clic a la pestanya que mostra el nom del mòdul al qual està assignat el diàleg per sortir de l'editor de diàlegs. La pestanya del nom es troba a la part inferior de la finestra."
+msgstr "A la finestra del <item type=\"productname\">%PRODUCTNAME</item> BASIC del diàleg que heu creat, feu clic a la pestanya que mostra el nom del mòdul al qual està assignat el diàleg per sortir de l'editor de diàlegs. La pestanya del nom es troba a la part inferior de la finestra."
#: show_dialog.xhp#par_id3153968.6.help.text
msgid "Enter the following code for a subroutine called <emph>Dialog1Show</emph>. In this example, the name of the dialog that you created is \"Dialog1\":"
diff --git a/translations/source/ca/helpcontent2/source/text/sbasic/shared.po b/translations/source/ca/helpcontent2/source/text/sbasic/shared.po
index aee9a766837..c1cef7952fc 100644
--- a/translations/source/ca/helpcontent2/source/text/sbasic/shared.po
+++ b/translations/source/ca/helpcontent2/source/text/sbasic/shared.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
-"PO-Revision-Date: 2012-02-06 14:27+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-02-28 14:00+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -516,7 +516,7 @@ msgstr "<bookmark_value>DLL (Biblioteca d'enllaç dinàmic)</bookmark_value>"
#: 03090403.xhp#par_id3145316.2.help.text
msgid "Declares and defines a subroutine in a DLL file that you want to execute from $[officename] Basic."
-msgstr "Declara i defineix una subrutina en un fitxer de DLL que voleu executar des del Basic de l'$[officename]."
+msgstr "Declara i defineix una subrutina en un fitxer de DLL que voleu executar des del Basic del $[officename]."
#: 03090403.xhp#par_id3146795.3.help.text
msgid "See also: <link href=\"text/sbasic/shared/03090405.xhp\" name=\"FreeLibrary\">FreeLibrary</link>"
@@ -538,7 +538,7 @@ msgstr "Paràmetres:"
#: 03090403.xhp#par_id3154140.8.help.text
msgid "<emph>Name:</emph> A different name than defined in the DLL, to call the subroutine from $[officename] Basic."
-msgstr "<emph>Nom:</emph> Un nom diferent del definit a la DLL, per cridar la subrutina del Basic de l'$[officename]."
+msgstr "<emph>Nom:</emph> Un nom diferent del definit a la DLL, per cridar la subrutina del Basic del $[officename]."
#: 03090403.xhp#par_id3150870.9.help.text
msgid "<emph>Aliasname</emph>: Name of the subroutine as defined in the DLL."
@@ -1046,12 +1046,12 @@ msgstr "<emph>[Variant]:</emph> Tipus de variable de variant (conté tots els ti
#: 03102100.xhp#par_id3146316.26.help.text
msgctxt "03102100.xhp#par_id3146316.26.help.text"
msgid "In $[officename] Basic, you do not need to declare variables explicitly. However, you need to declare an array before you can use them. You can declare a variable with the Dim statement, using commas to separate multiple declarations. To declare a variable type, enter a type-declaration character following the name or use a corresponding key word."
-msgstr "Al Basic de l'$[officename] no cal que declareu les variables explícitament. No obstant això, cal que declareu una matriu abans de poder utilitzar-les. Podeu declarar una variable amb l'expressió Dim, fent servir comes per separar múltiples declaracions. Per declarar un tipus de variable, introduïu un caràcter de declaració de tipus després del nom, o utilitzeu la paraula clau corresponent. "
+msgstr "Al $[officename] Basic no cal que declareu les variables explícitament. No obstant això, cal que declareu una matriu abans de poder utilitzar-les. Podeu declarar una variable amb l'expressió Dim, fent servir comes per separar múltiples declaracions. Per declarar un tipus de variable, introduïu un caràcter de declaració de tipus després del nom, o utilitzeu la paraula clau corresponent. "
#: 03102100.xhp#par_id3149924.27.help.text
msgctxt "03102100.xhp#par_id3149924.27.help.text"
msgid "$[officename] Basic supports single or multi-dimensional arrays that are defined by a specified variable type. Arrays are suitable if the program contains lists or tables that you want to edit. The advantage of arrays is that it is possible to address individual elements according to indexes, which can be formulated as numeric expressions or variables."
-msgstr "El Basic de l'$[officename] admet matrius de dimensió senzilla o múltiple que es defineixen amb un tipus de variable especificat. Les matrius són adequades si el programa conté llistes o taules que voleu editar. L'avantatge de les matrius és que és possible adreçar elements individuals segons els índexs, que es poden formular com a expressions numèriques o variables."
+msgstr "El $[officename] Basic admet matrius de dimensió senzilla o múltiple que es defineixen amb un tipus de variable especificat. Les matrius són adequades si el programa conté llistes o taules que voleu editar. L'avantatge de les matrius és que és possible adreçar elements individuals segons els índexs, que es poden formular com a expressions numèriques o variables."
#: 03102100.xhp#par_id3148488.28.help.text
msgid "Arrays are declared with the Dim statement. There are two methods to define the index range:"
@@ -1849,7 +1849,7 @@ msgstr "Paràmetres:"
#: 03090101.xhp#par_id3153062.6.help.text
msgid "The <emph>If...Then</emph> statement executes program blocks depending on given conditions. When $[officename] Basic encounters an <emph>If</emph> statement, the condition is tested. If the condition is True, all subsequent statements up to the next <emph>Else</emph> or <emph>ElseIf</emph> statement are executed. If the condition is False, and an <emph>ElseIf</emph> statement follows, $[officename] Basic tests the next condition and executes the following statements if the condition is True. If False, the program continues either with the next <emph>ElseIf</emph> or <emph>Else</emph> statement. Statements following <emph>Else</emph> are executed only if none of the previously tested conditions were True. After all conditions are evaluated, and the corresponding statements executed, the program continues with the statement following <emph>EndIf</emph>."
-msgstr "L'expressió <emph>If...Then</emph> executa blocs de programa segons les condicions determinades. Quan el Basic de l'$[officename] troba una expressió <emph>If</emph>, la condició es prova. Si la condició és certa, s'executen totes les expressions posteriors fins a la propera expressió <emph>Else</emph> o <emph>ElseIf</emph>. Si la condició és falsa, i una expressió <emph>ElseIf</emph> segueix, el Basic de l'$[officename] prova la següent condició i executa les expressions següents si la condició és certa. Si és falsa, el programa continua amb la següent expressió <emph>ElseIf</emph> o <emph>Else</emph>. Les expressions que segueixen a <emph>Else</emph> s'executen només si cap de les condicions que s'han provat anteriorment no era certa. Després d'avaluar totes les condicions, i d'executar les expressions corresponents, el programa continua amb l'expressió que segueix a <emph>EndIf</emph>."
+msgstr "L'expressió <emph>If...Then</emph> executa blocs de programa segons les condicions determinades. Quan el Basic de l'$[officename] troba una expressió <emph>If</emph>, la condició es prova. Si la condició és certa, s'executen totes les expressions posteriors fins a la propera expressió <emph>Else</emph> o <emph>ElseIf</emph>. Si la condició és falsa, i una expressió <emph>ElseIf</emph> segueix, el $[officename] Basic prova la següent condició i executa les expressions següents si la condició és certa. Si és falsa, el programa continua amb la següent expressió <emph>ElseIf</emph> o <emph>Else</emph>. Les expressions que segueixen a <emph>Else</emph> s'executen només si cap de les condicions que s'han provat anteriorment no era certa. Després d'avaluar totes les condicions, i d'executar les expressions corresponents, el programa continua amb l'expressió que segueix a <emph>EndIf</emph>."
#: 03090101.xhp#par_id3153192.7.help.text
msgid "You can nest multiple <emph>If...Then</emph> statements."
@@ -2569,7 +2569,7 @@ msgstr "<link href=\"text/sbasic/shared/03080100.xhp\" name=\"Funcions trigonom
#: 03080100.xhp#par_id3149180.2.help.text
msgid "The following are the trigonometric functions that are supported in $[officename] Basic."
-msgstr "A continuació es mostren les funcions trigonomètriques admeses al Basic de l'$[officename]."
+msgstr "A continuació es mostren les funcions trigonomètriques admeses al $[officename] Basic."
#: 01170100.xhp#tit.help.text
msgid "Control and Dialog Properties"
@@ -3335,7 +3335,7 @@ msgstr "<variable id=\"doc_title\"><link href=\"text/sbasic/shared/03000000.xhp\
#: 03000000.xhp#par_id3148983.2.help.text
msgid "This section describes the Runtime Functions of <item type=\"productname\">%PRODUCTNAME</item> Basic."
-msgstr "En aquesta secció es descriuen les funcions de temps d'execució del Basic de l'<item type=\"productname\">%PRODUCTNAME</item>."
+msgstr "En aquesta secció es descriuen les funcions de temps d'execució del <item type=\"productname\">%PRODUCTNAME</item> Basic."
#: 03030107.xhp#tit.help.text
msgid "CDateToIso Function [Runtime]"
@@ -3478,7 +3478,7 @@ msgstr "End Sub/Function"
#: 03090302.xhp#par_id3152596.16.help.text
msgid "Use the GoTo statement to instruct $[officename] Basic to continue program execution at another place within the procedure. The position must be indicated by a label. To set a label, assign a name, and then and end it with a colon (\":\")."
-msgstr "Utilitzeu l'expressió GoTo per instruir el Basic de l'$[officename] a continuar amb l'execució del programa en un altre lloc dins del procediment. La posició s'ha d'indicar amb una etiqueta. Per definir una etiqueta, assigneu un nom i, a continuació, finalitzeu-lo amb dos punts (\":\")."
+msgstr "Utilitzeu l'expressió GoTo per instruir el $[officename] Basic a continuar amb l'execució del programa en un altre lloc dins del procediment. La posició s'ha d'indicar amb una etiqueta. Per definir una etiqueta, assigneu un nom i, a continuació, finalitzeu-lo amb dos punts (\":\")."
#: 03090302.xhp#par_id3155416.17.help.text
msgid "You cannot use the GoTo statement to jump out of a Sub or Function."
@@ -3555,7 +3555,7 @@ msgstr "<emph>Pos</emph>: S'insereixen espais fins a la posició especificada."
#: 03010103.xhp#par_id3154319.9.help.text
msgid "If a semicolon or comma appears after the last expression to be printed, $[officename] Basic stores the text in an internal buffer and continues program execution without printing. When another Print statement without a semicolon or comma at the end is encountered, all text to be printed is printed at once."
-msgstr "Si apareix un punt i coma o una coma després de l'última expressió que cal imprimir, el Basic de l'$[officename] emmagatzema el text en una memòria intermèdia interna i continua l'execució del programa sense imprimir. Quan es troba una altra expressió Print sense punt i coma o coma al final, s'imprimeix tot el text que calia imprimir immediatament."
+msgstr "Si apareix un punt i coma o una coma després de l'última expressió que cal imprimir, el $[officename] Basic emmagatzema el text en una memòria intermèdia interna i continua l'execució del programa sense imprimir. Quan es troba una altra expressió Print sense punt i coma o coma al final, s'imprimeix tot el text que calia imprimir immediatament."
#: 03010103.xhp#par_id3145272.10.help.text
msgid "Positive numeric expressions are printed with a leading space. Negative expressions are printed with a leading minus sign. If a certain range is exceeded for floating-point values, the respective numeric expression is printed in exponential notation."
@@ -4694,7 +4694,7 @@ msgstr "<ahelp hid=\".\">Especifiqueu l'ordre en què els controls reben el focu
#: 01170101.xhp#par_id3155259.46.help.text
msgid "Initially, the controls receive numbers in the order they are added to the dialog. You can change the order numbers for controls. $[officename] Basic updates the order numbers automatically to avoid duplicate numbers. Controls that cannot be focused are also assigned a value but these controls are skipped when using the Tab key."
-msgstr "Inicialment, els controls reben nombres en l'ordre en què s'afegeixen al diàleg. Podeu canviar els nombres d'ordre per als controls. El Basic de l'$[officename] actualitza els nombres d'ordre automàticament per evitar nombres duplicats. Als controls que no es poden centrar també se'ls assigna un valor però s'ometen en utilitzar la tecla Tabulador."
+msgstr "Inicialment, els controls reben nombres en l'ordre en què s'afegeixen al diàleg. Podeu canviar els nombres d'ordre per als controls. El $[officename] Basic actualitza els nombres d'ordre automàticament per evitar nombres duplicats. Als controls que no es poden centrar també se'ls assigna un valor però s'ometen en utilitzar la tecla Tabulador."
#: 01170101.xhp#hd_id3149511.247.help.text
msgid "Orientation"
@@ -5770,7 +5770,7 @@ msgstr "Les funcions i expressions següents validen i retornen cadenes."
#: 03120000.xhp#par_id3154285.3.help.text
msgid "You can use strings to edit text within $[officename] Basic programs."
-msgstr "Podeu utilitzar les cadenes per editar text a dins dels programes del Basic de l'$[officename]."
+msgstr "Podeu utilitzar les cadenes per editar text a dins dels programes del $[officename] Basic."
#: 03102800.xhp#tit.help.text
msgid "IsObject Function [Runtime]"
@@ -5890,7 +5890,7 @@ msgstr "La <emph>funció DateSerial</emph> torna la variant de tipus de data amb
#: 03030101.xhp#par_id3152576.13.help.text
msgid "If a date is defined that lies outside of the accepted range, $[officename] Basic returns an error message."
-msgstr "Si es defineix una data que cau fora de l'interval acceptat, el Basic de l'$[officename] torna un missatge d'error."
+msgstr "Si es defineix una data que cau fora de l'interval acceptat, el $[officename] Basic torna un missatge d'error."
#: 03030101.xhp#par_id3149481.14.help.text
msgid "Whereas you define the <emph>DateValue function</emph> as a string that contains the date, the <emph>DateSerial function</emph> evaluates each of the parameters (year, month, day) as separate numeric expressions."
@@ -5961,11 +5961,11 @@ msgstr "Utilitzeu les expressions i les funcions aquí descrites per calcular la
#: 03030000.xhp#par_id3152363.3.help.text
msgid "<item type=\"productname\">%PRODUCTNAME</item> Basic lets you calculate time or date differences by converting the time and date values to continuous numeric values. After the difference is calculated, special functions are used to reconvert the values to the standard time or date formats."
-msgstr "El Basic d'<item type=\"productname\">%PRODUCTNAME</item> us permet calcular les diferències de data i d'hora convertint els valors de data i d'hora en valors numèrics continus. Després de calcular la diferència, les funcions especials s'utilitzen per reconvertir els valors als formats de data i hora estàndard."
+msgstr "El <item type=\"productname\">%PRODUCTNAME</item> Basic us permet calcular les diferències de data i d'hora convertint els valors de data i d'hora en valors numèrics continus. Després de calcular la diferència, les funcions especials s'utilitzen per reconvertir els valors als formats de data i hora estàndard."
#: 03030000.xhp#par_id3151054.4.help.text
msgid "You can combine date and time values into a single floating-decimal number. Dates are converted to integers, and times to decimal values. <item type=\"productname\">%PRODUCTNAME</item> Basic also supports the variable type Date, which can contain a time specification consisting of both a date and time."
-msgstr "Podeu combinar els valors de data i hora amb un únic número de decimal flotant. Les dates es converteixen en enters i les hores en valors decimals. El Basic d'<item type=\"productname\">%PRODUCTNAME</item> també admet el tipus de variable Date, que pot contenir una especificació d'hora que consta d'una data i una hora."
+msgstr "Podeu combinar els valors de data i hora amb un únic número de decimal flotant. Les dates es converteixen en enters i les hores en valors decimals. El <item type=\"productname\">%PRODUCTNAME</item> Basic també admet el tipus de variable Date, que pot contenir una especificació d'hora que consta d'una data i una hora."
#: 01020100.xhp#tit.help.text
msgid "Using Variables"
@@ -5981,7 +5981,7 @@ msgstr "<link href=\"text/sbasic/shared/01020100.xhp\" name=\"Ús de variables\"
#: 01020100.xhp#par_id3154346.3.help.text
msgid "The following describes the basic use of variables in $[officename] Basic."
-msgstr "Tot seguit es descriu l'ús bàsic de variables al Basic de l'$[officename]."
+msgstr "Tot seguit es descriu l'ús bàsic de variables al $[officename] Basic."
#: 01020100.xhp#hd_id3153361.4.help.text
msgid "Naming Conventions for Variable Identifiers"
@@ -6069,7 +6069,7 @@ msgstr "Declaració de variables"
#: 01020100.xhp#par_id3150299.18.help.text
msgid "In $[officename] Basic you don't need to declare variables explicitly. A variable declaration can be performed with the <emph>Dim</emph> statement. You can declare more than one variable at a time by separating the names with a comma. To define the variable type, use either a type-declaration sign after the name, or the appropriate key word. "
-msgstr "Al Basic de l'$[officename] no cal que declareu les variables explícitament. Una declaració de variable es pot dur a terme amb l'expressió <emph>Dim</emph>. Podeu declarar més d'una variable en qualsevol moment separant els noms amb una coma. Per definir el tipus de variable, utilitzeu un signe de declaració de tipus després del nom, o la paraula clau apropiada. "
+msgstr "Al $[officename] Basic no cal que declareu les variables explícitament. Una declaració de variable es pot dur a terme amb l'expressió <emph>Dim</emph>. Podeu declarar més d'una variable en qualsevol moment separant els noms amb una coma. Per definir el tipus de variable, utilitzeu un signe de declaració de tipus després del nom, o la paraula clau apropiada. "
#: 01020100.xhp#par_id3154118.140.help.text
msgid "Examples for variable declarations:"
@@ -6157,7 +6157,7 @@ msgstr "Tipus de variable"
#: 01020100.xhp#par_id3155383.35.help.text
msgid "$[officename] Basic supports four variable classes:"
-msgstr "El Basic de l'$[officename] admet quatre classes de variables:"
+msgstr "El $[officename] Basic admet quatre classes de variables:"
#: 01020100.xhp#par_id3153972.36.help.text
msgid "<emph>Numeric</emph> variables can contain number values. Some variables are used to store large or small numbers, and others are used for floating-point or fractional numbers. "
@@ -6221,7 +6221,7 @@ msgstr "Podeu utilitzar els signes més (+) o menys (-) com a prefixos per a nom
#: 01020100.xhp#par_id1593676.help.text
msgid "If a decimal number is assigned to an integer variable, %PRODUCTNAME Basic rounds the figure up or down."
-msgstr "Si un nombre decimal s'assigna a una variable entera, %PRODUCTNAME Basic arrodoneix la xifra cap amunt o cap avall."
+msgstr "Si un nombre decimal s'assigna a una variable entera, el %PRODUCTNAME Basic arrodoneix la xifra cap amunt o cap avall."
#: 01020100.xhp#hd_id3147500.50.help.text
msgid "Single Variables"
@@ -6337,7 +6337,7 @@ msgstr "Matrius"
#: 01020100.xhp#par_id3148736.84.help.text
msgid "$[officename] Basic knows one- or multi-dimensional arrays, defined by a specified variable type. Arrays are suitable for editing lists and tables in programs. Individual elements of an array can be addressed through a numeric index."
-msgstr "El Basic de l'$[officename] coneix matrius d'una dimensió o de diverses dimensions, definides per un tipus de variable especificat. Les matrius serveixen per editar llistes i taules en programes. Es pot accedir als elements individuals d'una matriu a través d'un índex numèric."
+msgstr "El $[officename] Basic coneix matrius d'una dimensió o de diverses dimensions, definides per un tipus de variable especificat. Les matrius serveixen per editar llistes i taules en programes. Es pot accedir als elements individuals d'una matriu a través d'un índex numèric."
#: 01020100.xhp#par_id3149546.85.help.text
msgid "Arrays <emph>must</emph> be declared with the <emph>Dim</emph> statement. There are several ways to define the index range of an array:"
@@ -7741,7 +7741,7 @@ msgstr "<emph>Data:</emph> Expressió de cadena que conté la data que voleu cal
#: 03030102.xhp#par_id3153189.22.help.text
msgid "You can use this function to convert a date that occurs between December 1, 1582 and December 31, 9999 into a single integer value. You can then use this value to calculate the difference between two dates. If the date argument lies outside the acceptable range, $[officename] Basic returns an error message."
-msgstr "Podeu utilitzar aquesta funció per convertir una data que es produeix entre l'1 de desembre de 1582 i el 31 de desembre de 9999 en un únic valor d'enter. També podeu utilitzar aquest valor per calcular la diferència entre dues dates. Si l'argument de data es troba fora de l'interval acceptable, el Basic de l'$[officename] torna un missatge d'error."
+msgstr "Podeu utilitzar aquesta funció per convertir una data que es produeix entre l'1 de desembre de 1582 i el 31 de desembre de 9999 en un únic valor d'enter. També podeu utilitzar aquest valor per calcular la diferència entre dues dates. Si l'argument de data es troba fora de l'interval acceptable, el $[officename] Basic torna un missatge d'error."
#: 03030102.xhp#par_id3146974.23.help.text
msgid "In contrast to the DateSerial function that passes years, months, and days as separate numeric values, the DateValue function passes the date using the format \"month.[,]day.[,]year\"."
@@ -7972,7 +7972,7 @@ msgstr "<link href=\"text/sbasic/shared/03131000.xhp\" name=\"Funció GetSolarVe
#: 03131000.xhp#par_id3152801.2.help.text
msgid "Returns the internal number of the current $[officename] version."
-msgstr "Torna el número intern de la versió actual de l'$[officename]."
+msgstr "Torna el número intern de la versió actual del $[officename]."
#: 03131000.xhp#hd_id3153311.3.help.text
msgctxt "03131000.xhp#hd_id3153311.3.help.text"
@@ -8074,7 +8074,7 @@ msgstr "Sub ExampleHex"
#: 03080801.xhp#par_id3156214.30.help.text
msgid "REM uses BasicFormulas in $[officename] Calc"
-msgstr "REM utilitza fórmules del Basic a l'$[officename] Calc"
+msgstr "REM utilitza fórmules del Basic al $[officename] Calc"
#: 03080801.xhp#par_id3153970.31.help.text
msgid "Dim a2, b2, c2 as String"
@@ -8253,7 +8253,7 @@ msgstr "Paràmetres:"
#: 03080201.xhp#par_id3150793.8.help.text
msgid "<emph>Number:</emph> Any numeric expression that specifies the power that you want to raise \"e\" to (the base of natural logarithms). The power must be for both single-precision numbers less than or equal to 88.02969 and double-precision numbers less than or equal to 709.782712893, since $[officename] Basic returns an Overflow error for numbers exceeding these values."
-msgstr "<emph>Nombre:</emph> Qualsevol expressió numèrica que especifica la potència que voleu elevar \"e\" a (la base dels logaritmes naturals). La potència ha de ser per a nombres de precisió senzilla menors o iguals que 88,02969 i nombres de precisió doble menors o iguals que 709,782712893, perquè el Basic de l'$[officename] torna un error de desbordament per als nombres que superin aquests valors."
+msgstr "<emph>Nombre:</emph> Qualsevol expressió numèrica que especifica la potència que voleu elevar \"e\" a (la base dels logaritmes naturals). La potència ha de ser per a nombres de precisió senzilla menors o iguals que 88,02969 i nombres de precisió doble menors o iguals que 709,782712893, perquè el $[officename] Basic torna un error de desbordament per als nombres que superin aquests valors."
#: 03080201.xhp#hd_id3156280.9.help.text
msgctxt "03080201.xhp#hd_id3156280.9.help.text"
@@ -9772,7 +9772,7 @@ msgstr "CONST ConstName=Expression"
#: 03100700.xhp#par_id3150400.9.help.text
msgid "The type of expression is irrelevant. If a program is started, $[officename] Basic converts the program code internally so that each time a constant is used, the defined expression replaces it."
-msgstr "El tipus d'expressió és irrellevant. Si un programa està iniciat, el Basic de l'$[officename] converteix el codi del programa internament perquè cada cop que s'utilitzi una constant, l'expressió definida la substitueixi."
+msgstr "El tipus d'expressió és irrellevant. Si un programa està iniciat, el $[officename] Basic converteix el codi del programa internament perquè cada cop que s'utilitzi una constant, l'expressió definida la substitueixi."
#: 03100700.xhp#hd_id3154366.10.help.text
msgctxt "03100700.xhp#hd_id3154366.10.help.text"
@@ -10034,7 +10034,7 @@ msgstr "L'expressió <emph>GoSub</emph> crida una subrutina local indicada per u
#: 03090301.xhp#par_id3153190.17.help.text
msgid "If the program encounters a Return statement not preceded by <emph>GoSub</emph>, $[officename] Basic returns an error message. Use <emph>Exit Sub</emph> or <emph>Exit Function</emph> to ensure that the program leaves a Sub or Function before reaching the next Return statement."
-msgstr "Si el programa troba una expressió Return no precedida de <emph>GoSub</emph>, el Basic de l'$[officename] torna un missatge d'error. Utilitzeu <emph>Exit Sub</emph> o <emph>Exit Function</emph> per garantir que el programa deixa una Sub o Funció abans d'arribar a l'expressió Return següent."
+msgstr "Si el programa troba una expressió Return no precedida de <emph>GoSub</emph>, el $[officename] Basic torna un missatge d'error. Utilitzeu <emph>Exit Sub</emph> o <emph>Exit Function</emph> per garantir que el programa deixa una Sub o Funció abans d'arribar a l'expressió Return següent."
#: 03090301.xhp#par_id3145799.19.help.text
msgid "The following example demonstrates the use of <emph>GoSub</emph> and <emph>Return</emph>. By executing a program section twice, the program calculates the square root of two numbers that are entered by the user."
@@ -10120,15 +10120,15 @@ msgstr "End Sub"
#: main0601.xhp#tit.help.text
msgid "$[officename] Basic Help"
-msgstr "Ajuda del Basic de l'$[officename]"
+msgstr "Ajuda del $[officename] Basic"
#: main0601.xhp#hd_id3154232.1.help.text
msgid "<link href=\"text/sbasic/shared/main0601.xhp\" name=\"$[officename] Basic Help\">%PRODUCTNAME Basic Help</link>"
-msgstr "<link href=\"text/sbasic/shared/main0601.xhp\" name=\"Ajuda del Basic de l'$[officename]\">Ajuda de %PRODUCTNAME Basic</link>"
+msgstr "<link href=\"text/sbasic/shared/main0601.xhp\" name=\"Ajuda del $[officename] Basic\">Ajuda del %PRODUCTNAME Basic</link>"
#: main0601.xhp#par_id3153894.4.help.text
msgid "%PRODUCTNAME %PRODUCTVERSION provides an Application Programming Interface (API) that allows controlling the $[officename] components with different programming languages by using the $[officename] Software Development Kit (SDK). For more information about the $[officename] API and the Software Development Kit, visit <link href=\"http://api.libreoffice.org/\" name=\"http://api.libreoffice.org\">http://api.libreoffice.org</link>"
-msgstr "El %PRODUCTNAME %PRODUCTVERSION proporciona una Interfície de Programació de l'Aplicació (API, en anglès) que permet controlar els components de l'$[officename] a través de diversos llenguatges de programació amb el Conjunt d'eines de Desenvolupament de Programari (SDK) de l'$[officename]. Per obtenir més informació sobre l'API de l'$[officename] i el Conjunt d'eines de Desenvolupament de Programari, visiteu <link href=\"http://api.libreoffice.org/\" name=\"http://api.libreoffice.org\">http://api.libreoffice.org</link>"
+msgstr "El %PRODUCTNAME %PRODUCTVERSION proporciona una Interfície de Programació de l'Aplicació (API, en anglès) que permet controlar els components del $[officename] a través de diversos llenguatges de programació amb el Conjunt d'eines de Desenvolupament de Programari (SDK) del $[officename]. Per obtenir més informació sobre l'API del $[officename] i el Conjunt d'eines de Desenvolupament de Programari, visiteu <link href=\"http://api.libreoffice.org/\" name=\"http://api.libreoffice.org\">http://api.libreoffice.org</link>"
#: main0601.xhp#par_id3147226.10.help.text
msgid "This help section explains the most common runtime functions of %PRODUCTNAME Basic. For more in-depth information please refer to the <link href=\"http://wiki.documentfoundation.org/Documentation/BASIC_Guide\">OpenOffice.org BASIC Programming Guide</link> on the Wiki."
@@ -10136,7 +10136,7 @@ msgstr "Aquesta secció de l'ajuda explica les funcions en temps d'execució mé
#: main0601.xhp#hd_id3146957.9.help.text
msgid "Working with %PRODUCTNAME Basic"
-msgstr "Com treballar amb %PRODUCTNAME Basic"
+msgstr "Com treballar amb el %PRODUCTNAME Basic"
#: main0601.xhp#hd_id3148473.7.help.text
msgid "Help about the Help"
@@ -15396,7 +15396,7 @@ msgstr "Unitats de mesura"
#: 00000002.xhp#par_id3154013.33.help.text
msgid "In $[officename] Basic, a <emph>method parameter</emph> or a <emph>property</emph> expecting unit information can be specified either as integer or long integer expression without a unit, or as a character string containing a unit. If no unit is passed to the method the default unit defined for the active document type will be used. If the parameter is passed as a character string containing a measurement unit, the default setting will be ignored. The default measurement unit for a document type can be set under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - (Document Type) - General</emph>."
-msgstr "Al Basic de l'$[officename], es pot especificar un <emph>paràmetre de mètode</emph> o una <emph>propietat</emph> que esperen informació d'unitat com a enter o com a expressió d'enter llarg sense una unitat, o bé com a cadena de caràcters que conté una unitat. Si no es passa cap unitat al mètode, s'utilitzarà la unitat per defecte definida per al tipus de document actiu. Si el paràmetre es passa com a cadena de caràcters que conté una unitat de mesura, s'ometrà el valor per defecte. La unitat de mesura per defecte per a un tipus de document es pot definir a <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferències</caseinline><defaultinline>Eines - Opcions</defaultinline></switchinline> - (Tipus de document) - General</emph>."
+msgstr "Al $[officename] Basic, es pot especificar un <emph>paràmetre de mètode</emph> o una <emph>propietat</emph> que esperen informació d'unitat com a enter o com a expressió d'enter llarg sense una unitat, o bé com a cadena de caràcters que conté una unitat. Si no es passa cap unitat al mètode, s'utilitzarà la unitat per defecte definida per al tipus de document actiu. Si el paràmetre es passa com a cadena de caràcters que conté una unitat de mesura, s'ometrà el valor per defecte. La unitat de mesura per defecte per a un tipus de document es pot definir a <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferències</caseinline><defaultinline>Eines - Opcions</defaultinline></switchinline> - (Tipus de document) - General</emph>."
#: 00000002.xhp#bm_id3145801.help.text
msgid "<bookmark_value>twips; definition</bookmark_value>"
@@ -17076,7 +17076,7 @@ msgstr "Feu clic a la pestanya <emph>Biblioteques</emph>."
#: 01030400.xhp#par_id3149664.9.help.text
msgid "Select to where you want to attach the library in the <emph>Location</emph> list. If you select %PRODUCTNAME Macros & Dialogs, the library will belong to the $[officename] application and will be available for all documents. If you select a document the library will be attached to this document and only available from there."
-msgstr "Seleccioneu on voleu afegir la biblioteca a la llista <emph>Ubicació</emph>. Si seleccioneu Macros i diàlegs de %PRODUCTNAME, la biblioteca pertanyerà a l'aplicació $[officename] i estarà disponible per a tots els documents. Si seleccioneu un document, la biblioteca s'afegirà a aquest document i només estarà disponible des d'aquí."
+msgstr "Seleccioneu on voleu afegir la biblioteca a la llista <emph>Ubicació</emph>. Si seleccioneu Macros i diàlegs del %PRODUCTNAME, la biblioteca pertanyerà a l'aplicació $[officename] i estarà disponible per a tots els documents. Si seleccioneu un document, la biblioteca s'afegirà a aquest document i només estarà disponible des d'aquí."
#: 01030400.xhp#par_id3153365.10.help.text
msgid "Click <emph>New</emph> and insert a name to create a new library."
@@ -17098,7 +17098,7 @@ msgstr "Feu clic a la pestanya <emph>Biblioteques</emph>."
#: 01030400.xhp#par_id3145640.51.help.text
msgid "Select to where you want to append the library in the <emph>Location</emph> list. If you select %PRODUCTNAME Macros & Dialogs, the library will belong to the $[officename] application and will be available for all documents. If you select a document the library will be appended to this document and only available from there."
-msgstr "Seleccioneu on voleu afegir la biblioteca a la llista <emph>Ubicació</emph>. Si seleccioneu Macros i diàlegs de %PRODUCTNAME, la biblioteca pertanyerà a l'aplicació $[officename] i estarà disponible per a tots els documents. Si seleccioneu un document, la biblioteca s'afegirà a aquest document i només estarà disponible des d'aquí."
+msgstr "Seleccioneu on voleu afegir la biblioteca a la llista <emph>Ubicació</emph>. Si seleccioneu Macros i diàlegs del %PRODUCTNAME, la biblioteca pertanyerà a l'aplicació $[officename] i estarà disponible per a tots els documents. Si seleccioneu un document, la biblioteca s'afegirà a aquest document i només estarà disponible des d'aquí."
#: 01030400.xhp#par_id3154253.52.help.text
msgid "Click <emph>Append</emph> and select an external library to append."
@@ -19562,7 +19562,7 @@ msgstr "Informació"
#: 00000003.xhp#par_id3153381.102.help.text
msgid "You can set the locale used for controlling the formatting numbers, dates and currencies in $[officename] Basic in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>. In Basic format codes, the decimal point (<emph>.</emph>) is always used as <emph>placeholder</emph> for the decimal separator defined in your locale and will be replaced by the corresponding character."
-msgstr "Podeu definir la configuració regional per controlar el format de nombres, dates i monedes al Basic de l'$[officename] a <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferències</caseinline><defaultinline>Eines - Opcions</defaultinline></switchinline> - Configuració de la llengua- Llengües</emph>. En codis de format del Basic, el punt decimal (<emph>.</emph>) sempre s'utilitza com a <emph>espai reservat</emph> per al separador decimal definit a la vostra configuració regional i es reemplaçarà pel caràcter corresponent."
+msgstr "Podeu definir la configuració regional per controlar el format de nombres, dates i monedes al $[officename] Basic a <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferències</caseinline><defaultinline>Eines - Opcions</defaultinline></switchinline> - Configuració de la llengua- Llengües</emph>. En codis de format del Basic, el punt decimal (<emph>.</emph>) sempre s'utilitza com a <emph>espai reservat</emph> per al separador decimal definit a la vostra configuració regional i es reemplaçarà pel caràcter corresponent."
#: 00000003.xhp#par_id3150870.103.help.text
msgid "The same applies to the locale settings for date, time and currency formats. The Basic format code will be interpreted and displayed according to your locale setting."
@@ -20418,7 +20418,7 @@ msgstr "x"
#: 05060700.xhp#par_id3154533.66.help.text
msgid "Input of alpha characters "
-msgstr "Entrada de caràcters alfa"
+msgstr "Entrada de caràcters alfanumèrics"
#: 05060700.xhp#par_id3155266.67.help.text
msgid "Text is entered from the keyboard."
@@ -20431,7 +20431,7 @@ msgstr "x"
#: 05060700.xhp#par_id3145659.69.help.text
msgid "Input of non-alpha characters "
-msgstr "Entrada de caràcters no alfa"
+msgstr "Entrada de caràcters no alfanumèrics "
#: 05060700.xhp#par_id3151131.70.help.text
msgid "Nonprinting characters are entered from the keyboard, for example, tabs and line breaks."
diff --git a/translations/source/ca/helpcontent2/source/text/sbasic/shared/01.po b/translations/source/ca/helpcontent2/source/text/sbasic/shared/01.po
index 730a19b8d26..55e2f18de08 100644
--- a/translations/source/ca/helpcontent2/source/text/sbasic/shared/01.po
+++ b/translations/source/ca/helpcontent2/source/text/sbasic/shared/01.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
-"PO-Revision-Date: 2011-04-05 19:09+0200\n"
-"Last-Translator: Anonymous Pootle User\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
+"PO-Revision-Date: 2012-02-27 15:31+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: 06130000.xhp#tit.help.text
@@ -267,7 +267,7 @@ msgstr "Afegeix biblioteques"
#: 06130500.xhp#par_id3154840.2.help.text
msgid "<ahelp hid=\".\">Locate that <item type=\"productname\">%PRODUCTNAME</item> Basic library that you want to add to the current list, and then click Open.</ahelp>"
-msgstr "<ahelp hid=\".\">Cerqueu la biblioteca de l'<item type=\"productname\">%PRODUCTNAME</item> Basic que voleu afegir a la llista actual i, a continuació, feu clic a Obre.</ahelp>"
+msgstr "<ahelp hid=\".\">Cerqueu la biblioteca del <item type=\"productname\">%PRODUCTNAME</item> Basic que voleu afegir a la llista actual i, a continuació, feu clic a Obre.</ahelp>"
#: 06130500.xhp#hd_id3149119.3.help.text
msgid "File name:"
@@ -287,7 +287,7 @@ msgstr "Insereix com a referència (només de lectura)"
#: 06130500.xhp#par_id3155892.8.help.text
msgid "<ahelp hid=\"BASCTL_CHECKBOX_RID_DLG_LIBS_RID_CB_REF\">Adds the selected library as a read-only file. The library is reloaded each time you start <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
-msgstr "<ahelp hid=\"BASCTL_CHECKBOX_RID_DLG_LIBS_RID_CB_REF\">Afegeix la biblioteca seleccionada com a fitxer només de lectura. La biblioteca es recarrega cada cop que inicieu l'<item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
+msgstr "<ahelp hid=\"BASCTL_CHECKBOX_RID_DLG_LIBS_RID_CB_REF\">Afegeix la biblioteca seleccionada com a fitxer només de lectura. La biblioteca es recarrega cada cop que inicieu el <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
#: 06130500.xhp#hd_id3145071.9.help.text
msgid "Replace existing libraries"
diff --git a/translations/source/ca/helpcontent2/source/text/sbasic/shared/02.po b/translations/source/ca/helpcontent2/source/text/sbasic/shared/02.po
index 49a5dac8dd5..1db989f61bd 100644
--- a/translations/source/ca/helpcontent2/source/text/sbasic/shared/02.po
+++ b/translations/source/ca/helpcontent2/source/text/sbasic/shared/02.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-10-08 11:41+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca/helpcontent2/source/text/scalc.po b/translations/source/ca/helpcontent2/source/text/scalc.po
index cc886859340..476a9cf688a 100644
--- a/translations/source/ca/helpcontent2/source/text/scalc.po
+++ b/translations/source/ca/helpcontent2/source/text/scalc.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+helpcontent2%2Fsource%2Ftext%2Fscalc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-02-10 10:33+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: main0112.xhp#tit.help.text
diff --git a/translations/source/ca/helpcontent2/source/text/scalc/00.po b/translations/source/ca/helpcontent2/source/text/scalc/00.po
index 99c64487f94..7ca3f641e3a 100644
--- a/translations/source/ca/helpcontent2/source/text/scalc/00.po
+++ b/translations/source/ca/helpcontent2/source/text/scalc/00.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fscalc%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
-"PO-Revision-Date: 2012-02-10 10:36+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2012-02-27 15:32+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -347,7 +347,7 @@ msgstr "<variable id=\"moreontop\">En trobareu més informació a l'inici de la
#: 00000004.xhp#par_idN105AF.help.text
msgid "<variable id=\"optional\">In the %PRODUCTNAME Calc functions, parameters marked as \"optional\" can be left out only when no parameter follows. For example, in a function with four parameters, where the last two parameters are marked as \"optional\", you can leave out parameter 4 or parameters 3 and 4, but you cannot leave out parameter 3 alone. </variable>"
-msgstr "<variable id=\"optional\">En les funcions de %PRODUCTNAME Calc, els paràmetres marcats com a \"opcionals\" es poden ometre quan no hi ha cap altre paràmetre que els segueixi. Per exemple, en una funció amb quatre paràmetres, en què els dos darrers estan marcats com a \"opcionals\", es pot ometre el paràmetre 4 o bé els paràmetres 3 i 4; en canvi, no es pot ometre únicament el paràmetre 3. </variable>"
+msgstr "<variable id=\"optional\">En les funcions del %PRODUCTNAME Calc, els paràmetres marcats com a \"opcionals\" es poden ometre quan no hi ha cap altre paràmetre que els segueixi. Per exemple, en una funció amb quatre paràmetres, en què els dos darrers estan marcats com a \"opcionals\", es pot ometre el paràmetre 4 o bé els paràmetres 3 i 4; en canvi, no es pot ometre únicament el paràmetre 3. </variable>"
#: 00000004.xhp#par_id9751884.help.text
msgid "<variable id=\"codes\">Codes greater than 127 may depend on your system's character mapping (for example iso-8859-1, iso-8859-2, Windows-1252, Windows-1250), and hence may not be portable.</variable>"
diff --git a/translations/source/ca/helpcontent2/source/text/scalc/01.po b/translations/source/ca/helpcontent2/source/text/scalc/01.po
index 9c79a9b6f46..505e6e6abd3 100644
--- a/translations/source/ca/helpcontent2/source/text/scalc/01.po
+++ b/translations/source/ca/helpcontent2/source/text/scalc/01.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fscalc%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
-"PO-Revision-Date: 2012-02-13 15:29+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-02-27 15:39+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -359,7 +359,7 @@ msgstr "DDE"
#: 04060109.xhp#par_id3149434.29.help.text
msgid "<ahelp hid=\"HID_FUNC_DDE\">Returns the result of a DDE-based link.</ahelp> If the contents of the linked range or section changes, the returned value will also change. You must reload the spreadsheet or choose <emph>Edit - Links</emph> to see the updated links. Cross-platform links, for example from a <item type=\"productname\">%PRODUCTNAME</item> installation running on a Windows machine to a document created on a Linux machine, are not allowed."
-msgstr "<ahelp hid=\"HID_FUNC_DDE\">Retorna el resultat d'un enllaç basat en DDE.</ahelp> Si els continguts de la secció o de l'interval enllaçat canvien, el valor retornat també canviarà. Per veure els enllaços actualitzats, actualitzeu el full de càlcul o trieu <emph>Edita - Enllaços</emph>. No es permeten els enllaços multiplataforma (per exemple, des d'una instal·lació de l'<item type=\"productname\">%PRODUCTNAME</item> que s'executi en un ordinador amb el Windows a un document creat en un ordinador amb el Linux)."
+msgstr "<ahelp hid=\"HID_FUNC_DDE\">Retorna el resultat d'un enllaç basat en DDE.</ahelp> Si els continguts de la secció o de l'interval enllaçat canvien, el valor retornat també canviarà. Per veure els enllaços actualitzats, actualitzeu el full de càlcul o trieu <emph>Edita - Enllaços</emph>. No es permeten els enllaços multiplataforma (per exemple, des d'una instal·lació del <item type=\"productname\">%PRODUCTNAME</item> que s'executi en un ordinador amb el Windows a un document creat en un ordinador amb el Linux)."
#: 04060109.xhp#hd_id3150700.30.help.text
msgctxt "04060109.xhp#hd_id3150700.30.help.text"
@@ -372,7 +372,7 @@ msgstr "DDE(\"Servidor\"; \"Fitxer\"; \"Interval\"; Mode)"
#: 04060109.xhp#par_id3154842.32.help.text
msgid " <emph>Server</emph> is the name of a server application. <item type=\"productname\">%PRODUCTNAME</item>applications have the server name \"Soffice\"."
-msgstr "<emph>Servidor</emph> és el nom d'una aplicació de servidor. En el cas de les aplicacions de l'<item type=\"productname\">%PRODUCTNAME</item>, el nom de servidor és \"Soffice\"."
+msgstr "<emph>Servidor</emph> és el nom d'una aplicació de servidor. En el cas de les aplicacions del <item type=\"productname\">%PRODUCTNAME</item>, el nom de servidor és \"Soffice\"."
#: 04060109.xhp#par_id3153034.33.help.text
msgid " <emph>File</emph> is the complete file name, including path specification."
@@ -428,11 +428,11 @@ msgstr "Exemple"
#: 04060109.xhp#par_id3148734.36.help.text
msgid " <item type=\"input\">=DDE(\"soffice\";\"c:\\office\\document\\data1.sxc\";\"sheet1.A1\")</item> reads the contents of cell A1 in sheet1 of the <item type=\"productname\">%PRODUCTNAME</item> Calc spreadsheet data1.sxc."
-msgstr "<item type=\"input\">=DDE(\"soffice\";\"c:\\office\\document\\dades1.sxc\";\"full1.A1\")</item> llegeix el contingut de la cel·la A1 en el Full1 del full de càlcul dades1.sxc de l'<item type=\"productname\">%PRODUCTNAME</item> Calc."
+msgstr "<item type=\"input\">=DDE(\"soffice\";\"c:\\office\\document\\dades1.sxc\";\"full1.A1\")</item> llegeix el contingut de la cel·la A1 en el Full1 del full de càlcul dades1.sxc del <item type=\"productname\">%PRODUCTNAME</item> Calc."
#: 04060109.xhp#par_id3153081.37.help.text
msgid " <item type=\"input\">=DDE(\"soffice\";\"c:\\office\\document\\motto.sxw\";\"Today's motto\")</item> returns a motto in the cell containing this formula. First, you must enter a line in the motto.sxw document containing the motto text and define it as the first line of a section named <item type=\"literal\">Today's Motto</item> (in <item type=\"productname\">%PRODUCTNAME</item> Writer under <emph>Insert - Section</emph>). If the motto is modified (and saved) in the <item type=\"productname\">%PRODUCTNAME</item> Writer document, the motto is updated in all <item type=\"productname\">%PRODUCTNAME</item> Calc cells in which this DDE link is defined."
-msgstr "<item type=\"input\">=DDE(\"soffice\";\"c:\\office\\document\\lema.sxw\";\"Lema del dia\")</item> retorna un lema en la cel·la que conté aquesta fórmula. En primer lloc, heu d'introduir una línia en el document lema.sxw que conté el text del lema i definir-lo com la primera línia d'una secció anomenada <item type=\"literal\">Lema del dia</item> (a l'<item type=\"productname\">%PRODUCTNAME</item> Writer, a <emph>Insereix - Secció</emph>). Si es modifica (i es desa) el lema en el document de l'<item type=\"productname\">%PRODUCTNAME</item> Writer, s'actualitza el lema en totes les cel·les de l'<item type=\"productname\">%PRODUCTNAME</item> Calc en què s'hagi definit aquest enllaç DDE."
+msgstr "<item type=\"input\">=DDE(\"soffice\";\"c:\\office\\document\\lema.sxw\";\"Lema del dia\")</item> retorna un lema en la cel·la que conté aquesta fórmula. En primer lloc, heu d'introduir una línia en el document lema.sxw que conté el text del lema i definir-lo com la primera línia d'una secció anomenada <item type=\"literal\">Lema del dia</item> (al <item type=\"productname\">%PRODUCTNAME</item> Writer, a <emph>Insereix - Secció</emph>). Si es modifica (i es desa) el lema en el document del <item type=\"productname\">%PRODUCTNAME</item> Writer, s'actualitza el lema en totes les cel·les del <item type=\"productname\">%PRODUCTNAME</item> Calc en què s'hagi definit aquest enllaç DDE."
#: 04060109.xhp#bm_id3153114.help.text
msgid "<bookmark_value>ERRORTYPE function</bookmark_value>"
@@ -448,7 +448,7 @@ msgstr "<ahelp hid=\"HID_FUNC_FEHLERTYP\">Retorna el nombre corresponent a un <l
#: 04060109.xhp#par_id3149877.40.help.text
msgid "The Status Bar displays the predefined error code from <item type=\"productname\">%PRODUCTNAME</item> if you click the cell containing the error."
-msgstr "La barra d'estat mostra el codi d'error predefinit de l'<item type=\"productname\">%PRODUCTNAME</item> si feu clic a la cel·la que conté l'error."
+msgstr "La barra d'estat mostra el codi d'error predefinit del <item type=\"productname\">%PRODUCTNAME</item> si feu clic a la cel·la que conté l'error."
#: 04060109.xhp#hd_id3154327.41.help.text
msgctxt "04060109.xhp#hd_id3154327.41.help.text"
@@ -616,7 +616,7 @@ msgstr "<emph>Referència</emph> és la referència a una cel·la o a una àrea
#: 04060109.xhp#par_id3155837.194.help.text
msgid "If no reference is entered, the column number of the cell in which the formula is entered is found. <item type=\"productname\">%PRODUCTNAME</item> Calc automatically sets the reference to the current cell."
-msgstr "Si no indiqueu cap referència, se cercarà el número de columna de la cel·la on s'introdueixi la fórmula. L'<item type=\"productname\">%PRODUCTNAME</item> Calc defineix automàticament la referència de la cel·la actual."
+msgstr "Si no indiqueu cap referència, se cercarà el número de columna de la cel·la on s'introdueixi la fórmula. El <item type=\"productname\">%PRODUCTNAME</item> Calc defineix automàticament la referència de la cel·la actual."
#: 04060109.xhp#hd_id3152932.75.help.text
msgctxt "04060109.xhp#hd_id3152932.75.help.text"
@@ -1145,7 +1145,7 @@ msgstr "<emph>Referència</emph> és una cel·la, una àrea o el nom d'una àrea
#: 04060109.xhp#par_id3151109.204.help.text
msgid "If you do not indicate a reference, the row number of the cell in which the formula is entered will be found. <item type=\"productname\">%PRODUCTNAME</item> Calc automatically sets the reference to the current cell."
-msgstr "Si no indiqueu una referència, es trobarà el número de fila de cel·la on s'introdueix la fórmula. L'<item type=\"productname\">%PRODUCTNAME</item> Calc defineix automàticament la referència de la cel·la actual."
+msgstr "Si no indiqueu una referència, es trobarà el número de fila de cel·la on s'introdueix la fórmula. EL <item type=\"productname\">%PRODUCTNAME</item> Calc defineix automàticament la referència de la cel·la actual."
#: 04060109.xhp#hd_id3155609.162.help.text
msgctxt "04060109.xhp#hd_id3155609.162.help.text"
@@ -3496,7 +3496,7 @@ msgstr "<emph>Mitjana</emph> és el valor mitjà de la distribució de Poisson."
#: 04060184.xhp#par_id3149200.108.help.text
msgid "<emph>C</emph> (optional) = 0 or False calculates the density function; <emph>C</emph> = 1 or True calculates the distribution. When omitted, the default value True is inserted when you save the document, for best compatibility with other programs and older versions of %PRODUCTNAME."
-msgstr "<emph>C</emph> (opcional) = 0 o Fals calcula la funció de densitat; <emph>C</emph> = 1 o Cert calcula la distribució. Si s'omet, s'insereix el valor per defecte Cert en desar el document, per tal de garantir la compatibilitat amb altres programes i amb versions anteriors de %PRODUCTNAME."
+msgstr "<emph>C</emph> (opcional) = 0 o Fals calcula la funció de densitat; <emph>C</emph> = 1 o Cert calcula la distribució. Si s'omet, s'insereix el valor per defecte Cert en desar el document, per tal de garantir la compatibilitat amb altres programes i amb versions anteriors del %PRODUCTNAME."
#: 04060184.xhp#hd_id3159347.109.help.text
msgctxt "04060184.xhp#hd_id3159347.109.help.text"
@@ -12061,14 +12061,16 @@ msgid "Time"
msgstr "Hora"
#: 04060120.xhp#tit.help.text
+#, fuzzy
msgctxt "04060120.xhp#tit.help.text"
msgid "Bit Operation Functions"
-msgstr ""
+msgstr "Funcions d'operació de bits"
#: 04060120.xhp#hd_id4149052.1.help.text
+#, fuzzy
msgctxt "04060120.xhp#hd_id4149052.1.help.text"
msgid "Bit Operation Functions"
-msgstr ""
+msgstr "Funcions d'operació de bits"
#: 04060120.xhp#bm_id4150026.help.text
#, fuzzy
@@ -12076,12 +12078,14 @@ msgid "<bookmark_value>BITAND function</bookmark_value>"
msgstr "<bookmark_value>funció I</bookmark_value>"
#: 04060120.xhp#hd_id4150026.238.help.text
+#, fuzzy
msgid "BITAND"
-msgstr ""
+msgstr "BITAND"
#: 04060120.xhp#par_id4146942.239.help.text
+#, fuzzy
msgid "<ahelp hid=\"HID_FUNC_BITAND\">Returns a bitwise logical \"and\" of the parameters.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_FUNC_BITAND\">Retorna un \"i\" lògic binari dels paràmetres.</ahelp>"
#: 04060120.xhp#hd_id4150459.240.help.text
#, fuzzy
@@ -13352,7 +13356,7 @@ msgstr "Escenaris"
#: 02110000.xhp#par_id3153955.25.help.text
msgid "<ahelp hid=\"HID_SC_NAVIPI_SCEN\">Displays all available scenarios. Double-click a name to apply that scenario.</ahelp> The result is shown in the sheet. For more information, choose <link href=\"text/scalc/01/06050000.xhp\" name=\"Tools - Scenarios\"><emph>Tools - Scenarios</emph></link>."
-msgstr "<ahelp hid=\"HID_SC_NAVIPI_SCEN\">Mostra tots els escenaris disponibles. Feu doble clic a un nom per aplicar l'escenari.</ahelp> El resultat es mostra en una fulla. Per obtenir-ne més informació, trieu <link href=\"text/scalc/01/06050000.xhp\" name=\"Eines - Escenaris\"><emph>Eines - Escenaris</emph></link>."
+msgstr "<ahelp hid=\"HID_SC_NAVIPI_SCEN\">Mostra tots els escenaris disponibles. Feu doble clic a un nom per aplicar l'escenari.</ahelp> El resultat es mostra en el full. Per obtenir-ne més informació, trieu <link href=\"text/scalc/01/06050000.xhp\" name=\"Eines - Escenaris\"><emph>Eines - Escenaris</emph></link>."
#: 02110000.xhp#par_id3148745.help.text
#, fuzzy
@@ -15013,7 +15017,7 @@ msgstr "ESANYTRASPAS(\"Data\")"
#: 04060111.xhp#par_id3159239.18.help.text
msgid "<emph>Date</emph> specifies whether a given date falls within a leap year. The Date parameter must be a valid date according to the locale settings of %PRODUCTNAME."
-msgstr "<emph>Data</emph> indica si una data indicada cau en any de traspàs. El paràmetre Data ha de ser una data vàlida d'acord amb la configuració regional de %PRODUCTNAME."
+msgstr "<emph>Data</emph> indica si una data indicada cau en any de traspàs. El paràmetre Data ha de ser una data vàlida d'acord amb la configuració regional del %PRODUCTNAME."
#: 04060111.xhp#hd_id3149817.19.help.text
msgctxt "04060111.xhp#hd_id3149817.19.help.text"
@@ -15151,7 +15155,7 @@ msgstr "DIESENANY(Data)"
#: 04060111.xhp#par_id3153803.47.help.text
msgctxt "04060111.xhp#par_id3153803.47.help.text"
msgid "<emph>Date</emph> is any date in the respective year. The Date parameter must be a valid date according to the locale settings of %PRODUCTNAME."
-msgstr "<emph>Data</emph> és qualsevol data en l'any respectiu. El paràmetre Data ha de ser una data vàlida d'acord amb la configuració regional de %PRODUCTNAME."
+msgstr "<emph>Data</emph> és qualsevol data en l'any respectiu. El paràmetre Data ha de ser una data vàlida d'acord amb la configuració regional del %PRODUCTNAME."
#: 04060111.xhp#hd_id3153487.48.help.text
msgctxt "04060111.xhp#hd_id3153487.48.help.text"
@@ -15185,7 +15189,7 @@ msgstr "DIESENMES(Data)"
#: 04060111.xhp#par_id3147501.54.help.text
msgid "<emph>Date</emph> is any date in the respective month of the desired year. The Date parameter must be a valid date according to the locale settings of %PRODUCTNAME."
-msgstr "<emph>Data</emph> és qualsevol data en el mes respectiu de l'any indicat. El paràmetre Data ha de ser una data vàlida d'acord amb la configuració regional de %PRODUCTNAME."
+msgstr "<emph>Data</emph> és qualsevol data en el mes respectiu de l'any indicat. El paràmetre Data ha de ser una data vàlida d'acord amb la configuració regional del %PRODUCTNAME."
#: 04060111.xhp#hd_id3149871.55.help.text
msgctxt "04060111.xhp#hd_id3149871.55.help.text"
@@ -15255,7 +15259,7 @@ msgstr "SETMANESENANY(Data)"
#: 04060111.xhp#par_id3149946.68.help.text
msgctxt "04060111.xhp#par_id3149946.68.help.text"
msgid "<emph>Date</emph> is any date in the respective year. The Date parameter must be a valid date according to the locale settings of %PRODUCTNAME."
-msgstr "<emph>Data</emph> és qualsevol data en l'any respectiu. El paràmetre Data ha de ser una data vàlida d'acord amb la configuració regional de %PRODUCTNAME."
+msgstr "<emph>Data</emph> és qualsevol data en l'any respectiu. El paràmetre Data ha de ser una data vàlida d'acord amb la configuració regional del %PRODUCTNAME."
#: 04060111.xhp#hd_id3150037.69.help.text
msgctxt "04060111.xhp#hd_id3150037.69.help.text"
@@ -15268,12 +15272,11 @@ msgstr "SETMANESENANY(A1) retorna 53 si A1 conté 1970-02-17, una data vàlida p
#: 04060111.xhp#hd_id3157901.72.help.text
msgid "Add-ins through %PRODUCTNAME API"
-msgstr "Complements a través de l'API de %PRODUCTNAME"
+msgstr "Complements a través de l'API del %PRODUCTNAME"
#: 04060111.xhp#par_id3149351.73.help.text
-#, fuzzy
msgid "Add-ins can also be implemented through the %PRODUCTNAME <link href=\"http://api.libreoffice.org/\">API</link>."
-msgstr "També es poden implementar complements a través de l'<link href=\"http://api.openoffice.org/\">API</link> de %PRODUCTNAME."
+msgstr "També es poden implementar complements a través de l'<link href=\"http://api.openoffice.org/\">API</link> del %PRODUCTNAME."
#: 04060102.xhp#tit.help.text
msgctxt "04060102.xhp#tit.help.text"
@@ -21093,7 +21096,7 @@ msgstr "<emph>CriterisDeCerca</emph> és l'interval de cel·les que conté els c
#: 04060101.xhp#par_id3151188.188.help.text
msgid "Choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060500.xhp\" name=\"Spreadsheet - Calculate\">%PRODUCTNAME Calc - Calculate</link> to define how $[officename] Calc acts when searching for identical entries."
-msgstr "Trieu <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferències</caseinline><defaultinline>Eines - Opcions</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060500.xhp\" name=\"Full de càlcul - Càlcul\">%PRODUCTNAME Calc - Càlcul</link> per definir com ha d'actuar l'$[officename] Calc en cercar entrades idèntiques."
+msgstr "Trieu <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferències</caseinline><defaultinline>Eines - Opcions</defaultinline></switchinline> - <link href=\"text/shared/optionen/01060500.xhp\" name=\"Full de càlcul - Càlcul\">%PRODUCTNAME Calc - Càlcul</link> per definir com ha d'actuar el $[officename] Calc en cercar entrades idèntiques."
#: 04060101.xhp#par_id3882869.help.text
msgid "See also the Wiki page about <link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Conditional_Counting_and_Summation\">Conditional Counting and Summation</link>."
@@ -25576,11 +25579,11 @@ msgstr "\"recalc\""
#: 04060104.xhp#par_id1491134.help.text
msgid "Current formula recalculation mode, either \"Automatic\" or \"Manual\" (localized into %PRODUCTNAME language)"
-msgstr "Mode de recàlcul de la fórmula actual, \"Automàtic\" o \"Manual\" (traduït en la llengua de %PRODUCTNAME)."
+msgstr "Mode de recàlcul de la fórmula actual, \"Automàtic\" o \"Manual\" (traduït en la llengua del %PRODUCTNAME)."
#: 04060104.xhp#par_id1161534.help.text
msgid "Other spreadsheet applications may accept localized values for the <item type=\"literal\">Type</item> parameter, but %PRODUCTNAME Calc will only accept the English values."
-msgstr "És possible que altres aplicacions de full de càlcul acceptin valors traduïts per al paràmetre <item type=\"literal\">Tipus</item>, però %PRODUCTNAME Calc només accepta els valors en anglès."
+msgstr "És possible que altres aplicacions de full de càlcul acceptin valors traduïts per al paràmetre <item type=\"literal\">Tipus</item>, però el %PRODUCTNAME Calc només accepta els valors en anglès."
#: 04060104.xhp#hd_id5459456.help.text
msgctxt "04060104.xhp#hd_id5459456.help.text"
@@ -25589,7 +25592,7 @@ msgstr "Exemple"
#: 04060104.xhp#par_id3994567.help.text
msgid "<item type=\"input\">=INFO(\"release\")</item> returns the product release number of the %PRODUCTNAME in use."
-msgstr "<item type=\"input\">=INFO(\"release\")</item> retorna el nombre de versió de %PRODUCTNAME que utilitzeu."
+msgstr "<item type=\"input\">=INFO(\"release\")</item> retorna el nombre de versió del %PRODUCTNAME que utilitzeu."
#: 04060104.xhp#par_id2873622.help.text
msgid "<item type=\"input\">=INFO(D5)</item> with cell <item type=\"literal\">D5</item> containing a text string <item type=\"literal\">system</item> returns the operation system type."
@@ -26599,7 +26602,7 @@ msgstr "Funcions financeres: primera part"
#: 04060103.xhp#par_id3149095.2.help.text
msgid "<variable id=\"finanztext\">This category contains the mathematical finance functions of <item type=\"productname\">%PRODUCTNAME</item> Calc. </variable>"
-msgstr "<variable id=\"finanztext\">Aquesta categoria conté les funcions financeres matemàtiques de l'<item type=\"productname\">%PRODUCTNAME</item> Calc. </variable>"
+msgstr "<variable id=\"finanztext\">Aquesta categoria conté les funcions financeres matemàtiques del <item type=\"productname\">%PRODUCTNAME</item> Calc. </variable>"
#: 04060103.xhp#bm_id3153366.help.text
msgid "<bookmark_value>AMORDEGRC function</bookmark_value> <bookmark_value>depreciations;degressive amortizations</bookmark_value>"
@@ -26895,7 +26898,7 @@ msgstr "Utilitzeu aquesta funció per calcular la quantitat de diners que heu d'
#: 04060103.xhp#par_id3153334.6.help.text
msgid "Enter these values either as numbers, expressions or references. If, for example, interest is paid annually at 8%, but you want to use month as your period, enter 8%/12 under <emph>Rate</emph> and <item type=\"productname\">%PRODUCTNAME</item> Calc with automatically calculate the correct factor."
-msgstr "Introduïu els valors en forma de nombres, d'expressions o de referències. Si, per exemple, obteniu interessos anuals del 8% però voleu utilitzar el mes com a període, introduïu 8%/12 a <emph>Tipus</emph> i l'<item type=\"productname\">%PRODUCTNAME</item> Calc calcularà el factor correcte automàticament."
+msgstr "Introduïu els valors en forma de nombres, d'expressions o de referències. Si, per exemple, obteniu interessos anuals del 8% però voleu utilitzar el mes com a període, introduïu 8%/12 a <emph>Tipus</emph> i el <item type=\"productname\">%PRODUCTNAME</item> Calc calcularà el factor correcte automàticament."
#: 04060103.xhp#hd_id3147407.7.help.text
msgctxt "04060103.xhp#hd_id3147407.7.help.text"
@@ -27005,7 +27008,7 @@ msgstr "<item type=\"input\">=DTA(50000;10000;5;1)</item>=13.333,33 unitats mone
#: 04060103.xhp#par_id3146142.31.help.text
msgid "To have an overview of depreciation rates per period, it is best to define a depreciation table. By entering the different depreciation formulas available in <item type=\"productname\">%PRODUCTNAME</item> Calc next to each other, you can see which depreciation form is the most appropriate. Enter the table as follows:"
-msgstr "Per fer-se una idea de les taxes de depreciació per període, és millor definir una taula de depreciació. En introduir les diferents fórmules de depreciació disponibles a l'<item type=\"productname\">%PRODUCTNAME</item> Calc l'una al costat de l'altra, podreu veure quina forma de depreciació és la més apropiada. Introduïu la taula de la manera següent:"
+msgstr "Per fer-se una idea de les taxes de depreciació per període, és millor definir una taula de depreciació. En introduir les diferents fórmules de depreciació disponibles al <item type=\"productname\">%PRODUCTNAME</item> Calc l'una al costat de l'altra, podreu veure quina forma de depreciació és la més apropiada. Introduïu la taula de la manera següent:"
#: 04060103.xhp#par_id3155258.32.help.text
msgid " <emph>A</emph> "
diff --git a/translations/source/ca/helpcontent2/source/text/scalc/02.po b/translations/source/ca/helpcontent2/source/text/scalc/02.po
index 2dca6fef212..476cebc3827 100644
--- a/translations/source/ca/helpcontent2/source/text/scalc/02.po
+++ b/translations/source/ca/helpcontent2/source/text/scalc/02.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:10+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca/helpcontent2/source/text/scalc/04.po b/translations/source/ca/helpcontent2/source/text/scalc/04.po
index 5fd1fd376fb..89066e830cb 100644
--- a/translations/source/ca/helpcontent2/source/text/scalc/04.po
+++ b/translations/source/ca/helpcontent2/source/text/scalc/04.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:10+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca/helpcontent2/source/text/scalc/05.po b/translations/source/ca/helpcontent2/source/text/scalc/05.po
index 94702c2ea3a..e471a8a8e0f 100644
--- a/translations/source/ca/helpcontent2/source/text/scalc/05.po
+++ b/translations/source/ca/helpcontent2/source/text/scalc/05.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
-"PO-Revision-Date: 2011-04-05 19:10+0200\n"
-"Last-Translator: Anonymous Pootle User\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
+"PO-Revision-Date: 2012-02-27 15:41+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: empty_cells.xhp#tit.help.text
@@ -179,7 +179,7 @@ msgstr "=ESTEXT(C1) => FALS"
#: 02140000.xhp#tit.help.text
msgid "Error Codes in %PRODUCTNAME Calc"
-msgstr "Codis d'error de %PRODUCTNAME Calc"
+msgstr "Codis d'error del %PRODUCTNAME Calc"
#: 02140000.xhp#bm_id3146797.help.text
msgid "<bookmark_value>error codes;list of</bookmark_value>"
@@ -187,11 +187,11 @@ msgstr "<bookmark_value>codis d'error;llista de</bookmark_value>"
#: 02140000.xhp#hd_id3146797.1.help.text
msgid "<link href=\"text/scalc/05/02140000.xhp\" name=\"Error Codes in %PRODUCTNAME Calc\">Error Codes in <item type=\"productname\">%PRODUCTNAME</item> Calc</link>"
-msgstr "<link href=\"text/scalc/05/02140000.xhp\" name=\"Codis d'error de %PRODUCTNAME Calc\">Codis d'error de l'<item type=\"productname\">%PRODUCTNAME</item> Calc</link>"
+msgstr "<link href=\"text/scalc/05/02140000.xhp\" name=\"Codis d'error del %PRODUCTNAME Calc\">Codis d'error del <item type=\"productname\">%PRODUCTNAME</item> Calc</link>"
#: 02140000.xhp#par_id3150275.2.help.text
msgid "The following table is an overview of the error messages for <item type=\"productname\">%PRODUCTNAME</item> Calc. If the error occurs in the cell that contains the cursor, the error message is displayed on the <emph>Status Bar</emph>."
-msgstr "La taula següent conté un resum dels missatges d'error de l'<item type=\"productname\">%PRODUCTNAME</item> Calc. Si l'error es produeix a la cel·la que conté el cursor, el missatge d'error es mostrarà a la <emph>Barra d'estat</emph>."
+msgstr "La taula següent conté un resum dels missatges d'error del <item type=\"productname\">%PRODUCTNAME</item> Calc. Si l'error es produeix a la cel·la que conté el cursor, el missatge d'error es mostrarà a la <emph>Barra d'estat</emph>."
#: 02140000.xhp#bm_id0202201010205429.help.text
msgid "<bookmark_value>### error message</bookmark_value>"
diff --git a/translations/source/ca/helpcontent2/source/text/scalc/guide.po b/translations/source/ca/helpcontent2/source/text/scalc/guide.po
index abcbc281b6d..1643a8870cf 100644
--- a/translations/source/ca/helpcontent2/source/text/scalc/guide.po
+++ b/translations/source/ca/helpcontent2/source/text/scalc/guide.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
-"PO-Revision-Date: 2011-04-05 19:10+0200\n"
-"Last-Translator: Anonymous Pootle User\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2012-02-27 15:56+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: year2000.xhp#tit.help.text
@@ -53,15 +53,15 @@ msgstr "<variable id=\"currency_format\"><link href=\"text/scalc/guide/currency_
#: currency_format.xhp#par_id3153968.47.help.text
msgid "In <item type=\"productname\">%PRODUCTNAME</item> Calc you can give numbers any currency format. When you click the <item type=\"menuitem\">Currency</item> icon <image id=\"img_id3150791\" src=\"cmd/sc_currencyfield.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150791\">Icon</alt></image> in the <item type=\"menuitem\">Formatting</item> bar to format a number, the cell is given the default currency format set under <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</item>."
-msgstr "A l'<item type=\"productname\">%PRODUCTNAME</item> Calc podeu donar qualsevol format de moneda als nombres. Quan feu clic a la icona <item type=\"menuitem\">Moneda</item> <image id=\"img_id3150791\" src=\"cmd/sc_currencyfield.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150791\">Icona</alt></image> de la barra <item type=\"menuitem\">Formatació</item> per formatar un nombre, a la cel·la se li assigna el format de moneda per defecte definit a <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferències</caseinline><defaultinline>Eines - Opcions</defaultinline></switchinline> - Configuració de la llengua - Llengües</item>."
+msgstr "Al <item type=\"productname\">%PRODUCTNAME</item> Calc podeu donar qualsevol format de moneda als nombres. Quan feu clic a la icona <item type=\"menuitem\">Moneda</item> <image id=\"img_id3150791\" src=\"cmd/sc_currencyfield.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3150791\">Icona</alt></image> de la barra <item type=\"menuitem\">Formatació</item> per formatar un nombre, a la cel·la se li assigna el format de moneda per defecte definit a <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferències</caseinline><defaultinline>Eines - Opcions</defaultinline></switchinline> - Configuració de la llengua - Llengües</item>."
#: currency_format.xhp#par_id3150010.48.help.text
msgid "Exchanging of <item type=\"productname\">%PRODUCTNAME</item> Calc documents can lead to misunderstandings, if your <item type=\"productname\">%PRODUCTNAME</item> Calc document is loaded by a user who uses a different default currency format."
-msgstr "L'intercanvi de documents de l'<item type=\"productname\">%PRODUCTNAME</item> Calc pot produir errors si un usuari que utilitzi un format de moneda per defecte diferent carrega el vostre document de l'<item type=\"productname\">%PRODUCTNAME</item> Calc."
+msgstr "L'intercanvi de documents del <item type=\"productname\">%PRODUCTNAME</item> Calc pot produir errors si un usuari que utilitzi un format de moneda per defecte diferent carrega el vostre document del <item type=\"productname\">%PRODUCTNAME</item> Calc."
#: currency_format.xhp#par_id3156442.52.help.text
msgid "In <item type=\"productname\">%PRODUCTNAME</item> Calc you can define that a number that you have formatted as \"1,234.50 €\", still remains in euros in another country and does not become dollars."
-msgstr "A l'<item type=\"productname\">%PRODUCTNAME</item> Calc podeu definir que un nombre formatat com a \"1.234,50 €\" es mantingui en euros en un altre país i no es converteixi en dòlars."
+msgstr "Al <item type=\"productname\">%PRODUCTNAME</item> Calc podeu definir que un nombre formatat com a \"1.234,50 €\" es mantingui en euros en un altre país i no es converteixi en dòlars."
#: currency_format.xhp#par_id3151075.49.help.text
msgid "You can change the currency format in the <item type=\"menuitem\">Format Cells</item> dialog (choose <item type=\"menuitem\">Format - Cells - Numbers</item> tab) by two country settings. In the <item type=\"menuitem\">Language</item> combo box select the basic setting for decimal and thousands separators. In the <item type=\"menuitem\">Format</item> list box you can select the currency symbol and its position."
@@ -296,7 +296,7 @@ msgstr "Podeu definir un interval de cel·les en un full de càlcul per utilitza
#: database_define.xhp#par_id3145801.82.help.text
msgid "You can only edit and access a database range in the spreadsheet that contains the range. You cannot access the database range in the %PRODUCTNAME Data Sources view. "
-msgstr "Només podeu editar i accedir a un interval d'una base de dades en el full de càlcul que conté l'interval. No podeu accedir a l'interval de la base de dades a la visualització de la font de dades de %PRODUCTNAME."
+msgstr "Només podeu editar i accedir a un interval d'una base de dades en el full de càlcul que conté l'interval. No podeu accedir a l'interval de la base de dades a la visualització de la font de dades del %PRODUCTNAME."
#: database_define.xhp#par_idN10648.help.text
msgid "To define a database range"
@@ -996,7 +996,7 @@ msgstr "<variable id=\"dbase_files\"><link href=\"text/scalc/guide/dbase_files.x
#: dbase_files.xhp#par_idN10756.help.text
msgid "You can open and save data in the dBASE file format (*.dbf file extension) in $[officename] Base or a spreadsheet. In %PRODUCTNAME Base, a dBASE database is a folder that contains files with the .dbf file extension. Each file corresponds to a table in the database. Formulas and formatting are lost when you open and save a dBASE file from %PRODUCTNAME."
-msgstr "Podeu obrir dades i desar-les amb el format de fitxer dBASE (extensió del fitxer *.dbf) a l'$[officename] Base o en un full de càlcul. A %PRODUCTNAME Base, una base de dades dBASE és una carpeta que conté fitxers amb l'extensió de fitxer .dbf. Cada fitxer es correspon amb una taula de la base de dades. Les fórmules i la formatació es perden quan obriu i deseu un fitxer dBASE des de %PRODUCTNAME."
+msgstr "Podeu obrir dades i desar-les amb el format de fitxer dBASE (extensió del fitxer *.dbf) a l'$[officename] Base o en un full de càlcul. Al %PRODUCTNAME Base, una base de dades dBASE és una carpeta que conté fitxers amb l'extensió de fitxer .dbf. Cada fitxer es correspon amb una taula de la base de dades. Les fórmules i la formatació es perden quan obriu i deseu un fitxer dBASE des del %PRODUCTNAME."
#: dbase_files.xhp#par_idN10759.help.text
msgid "To Import a dBASE File Into a Spreadsheet"
@@ -1038,7 +1038,7 @@ msgstr "Importació d'un fitxer dBASE a la taula d'una base de dades"
#: dbase_files.xhp#par_idN1076C.help.text
msgid "A %PRODUCTNAME Base database table is actually a link to an existing database."
-msgstr "La taula d'una base de dades de %PRODUCTNAME Base és un enllaç a una base de dades ja existent."
+msgstr "La taula d'una base de dades del %PRODUCTNAME Base és un enllaç a una base de dades ja existent."
#: dbase_files.xhp#par_idN10796.help.text
msgid "Choose <item type=\"menuitem\">File - New - Database</item>."
@@ -1112,7 +1112,7 @@ msgstr "<variable id=\"format_value_userdef\"><link href=\"text/scalc/guide/form
#: format_value_userdef.xhp#par_id3150400.1.help.text
msgid "You can define your own number formats to display numbers in <item type=\"productname\">%PRODUCTNAME</item> Calc."
-msgstr "Podeu definir els vostres propis formats numèrics per visualitzar nombres a l'<item type=\"productname\">%PRODUCTNAME</item> Calc."
+msgstr "Podeu definir els vostres propis formats numèrics per visualitzar nombres al <item type=\"productname\">%PRODUCTNAME</item> Calc."
#: format_value_userdef.xhp#par_id3150767.2.help.text
msgid "As an example, to display the number 10,200,000 as 10.2 Million:"
@@ -1785,11 +1785,11 @@ msgstr "Desament de fulls en HTML"
#: html_doc.xhp#par_id3145785.3.help.text
msgid "<item type=\"productname\">%PRODUCTNAME</item> Calc saves all the sheets of a Calc document together as an HTML document. At the beginning of the HTML document, a heading and a list of hyperlinks are automatically added which lead to the individual sheets within the document."
-msgstr "L'<item type=\"productname\">%PRODUCTNAME</item> Calc desa tots els fulls d'un document del Calc junts com a document HTML. Al començament del document HTML s'afegeix automàticament un encapçalament i una llista d'enllaços que porten als fulls individuals dins del document."
+msgstr "El <item type=\"productname\">%PRODUCTNAME</item> Calc desa tots els fulls d'un document del Calc junts com a document HTML. Al començament del document HTML s'afegeix automàticament un encapçalament i una llista d'enllaços que porten als fulls individuals dins del document."
#: html_doc.xhp#par_id3155854.4.help.text
msgid "Numbers are shown as written. In addition, in the <SDVAL> HTML tag, the exact internal number value is written so that after opening the HTML document with <item type=\"productname\">%PRODUCTNAME</item> you know you have the exact values."
-msgstr "Els nombres es mostren tal com s'escriuen. A més, a l'etiqueta HTML <SDVAL> el valor del nombre intern exacte s'escriu de manera que després d'obrir el document HTML amb l'<item type=\"productname\">%PRODUCTNAME</item> sabreu que teniu els valors exactes."
+msgstr "Els nombres es mostren tal com s'escriuen. A més, a l'etiqueta HTML <SDVAL> el valor del nombre intern exacte s'escriu de manera que després d'obrir el document HTML amb el<item type=\"productname\">%PRODUCTNAME</item> sabreu que teniu els valors exactes."
#: html_doc.xhp#par_id3153188.5.help.text
msgid "To save the current Calc document as HTML, choose <emph>File - Save As</emph>."
@@ -1797,7 +1797,7 @@ msgstr "Per desar el document actual del Calc com a HTML, trieu <emph>Fitxer - A
#: html_doc.xhp#par_id3148645.6.help.text
msgid "In the <emph>File type</emph> list box, in the area with the other <item type=\"productname\">%PRODUCTNAME</item> Calc filters, choose the file type \"HTML Document (<item type=\"productname\">%PRODUCTNAME</item> Calc)\"."
-msgstr "En el quadre de llista <emph>Tipus de fitxer</emph>, dins l'àrea on hi ha els altres filtres de l'<item type=\"productname\">%PRODUCTNAME</item> Calc, trieu el tipus de fitxer \"Document HTML (<item type=\"productname\">%PRODUCTNAME</item> Calc)\"."
+msgstr "En el quadre de llista <emph>Tipus de fitxer</emph>, dins l'àrea on hi ha els altres filtres del <item type=\"productname\">%PRODUCTNAME</item> Calc, trieu el tipus de fitxer \"Document HTML (<item type=\"productname\">%PRODUCTNAME</item> Calc)\"."
#: html_doc.xhp#par_id3154729.7.help.text
msgid "Enter a <emph>File name</emph> and click <emph>Save</emph>."
@@ -1809,15 +1809,15 @@ msgstr "Obertura de fulls en HTML"
#: html_doc.xhp#par_id3149959.10.help.text
msgid "<item type=\"productname\">%PRODUCTNAME</item> offers various filters for opening HTML files, which you can select under <emph>File - Open</emph> in the <emph>Files of type</emph> list box:"
-msgstr "L'<item type=\"productname\">%PRODUCTNAME</item> ofereix diversos filtres per obrir fitxers HTML que podeu seleccionar des del quadre de llista <emph>Tipus de fitxer</emph> de <emph>Fitxer - Obre</emph>:"
+msgstr "El <item type=\"productname\">%PRODUCTNAME</item> ofereix diversos filtres per obrir fitxers HTML que podeu seleccionar des del quadre de llista <emph>Tipus de fitxer</emph> de <emph>Fitxer - Obre</emph>:"
#: html_doc.xhp#par_id3146969.15.help.text
msgid "Choose the file type \"HTML Document (<item type=\"productname\">%PRODUCTNAME</item> Calc)\" to open in <item type=\"productname\">%PRODUCTNAME</item> Calc."
-msgstr "Trieu el tipus de fitxer \"Document HTML (<item type=\"productname\">%PRODUCTNAME</item> Calc)\" per obrir-lo amb l'<item type=\"productname\">%PRODUCTNAME</item> Calc."
+msgstr "Trieu el tipus de fitxer \"Document HTML (<item type=\"productname\">%PRODUCTNAME</item> Calc)\" per obrir-lo amb el <item type=\"productname\">%PRODUCTNAME</item> Calc."
#: html_doc.xhp#par_id3155446.16.help.text
msgid "All <item type=\"productname\">%PRODUCTNAME</item> Calc options are now available to you. However, not all options that <item type=\"productname\">%PRODUCTNAME</item> Calc offers for editing can be saved in HTML format."
-msgstr "Ara teniu disponibles totes les opcions de l'<item type=\"productname\">%PRODUCTNAME</item> Calc. No obstant això, tingueu en compte que no és possible desar en format HTML totes les opcions d'edició que ofereix l'<item type=\"productname\">%PRODUCTNAME</item> Calc."
+msgstr "Ara teniu disponibles totes les opcions del <item type=\"productname\">%PRODUCTNAME</item> Calc. No obstant això, tingueu en compte que no és possible desar en format HTML totes les opcions d'edició que ofereix el <item type=\"productname\">%PRODUCTNAME</item> Calc."
#: html_doc.xhp#par_id3150370.17.help.text
msgid "<link href=\"text/shared/01/01020000.xhp\" name=\"File - Open\">File - Open</link>"
@@ -3449,7 +3449,7 @@ msgstr "Podeu programar funcions com a <link href=\"text/scalc/01/04060111.xhp\"
#: userdefined_function.xhp#hd_id3149260.6.help.text
msgid "Defining A Function Using %PRODUCTNAME Basic"
-msgstr "Definició d'una funció amb %PRODUCTNAME Basic"
+msgstr "Definició d'una funció amb el %PRODUCTNAME Basic"
#: userdefined_function.xhp#par_id3148456.7.help.text
msgid "Choose <item type=\"menuitem\">Tools - Macros - Organize Macros - %PRODUCTNAME Basic</item>."
@@ -3477,7 +3477,7 @@ msgstr "Còpia d'una funció en un document"
#: userdefined_function.xhp#par_id3145232.19.help.text
msgid "In stage 2 of \"Defining A Function Using %PRODUCTNAME Basic\", in the <emph>Macro</emph> dialog you clicked on <emph>Edit </emph>. As the default, in the <emph>Macro from</emph> field the <emph>My Macros - Standard - Module1</emph> module is selected. The <emph>Standard</emph> library resides locally in your user directory."
-msgstr "Al pas 2 de \"Definició d'una funció amb %PRODUCTNAME Basic\", en el diàleg <emph>Macro</emph> heu fet clic a <emph>Edita</emph>. Com a opció per defecte, al camp <emph>Macro des de</emph> se selecciona el mòdul <emph>Les meves macros - Standard - Module1</emph>. La biblioteca <emph>Standard</emph> resideix de manera local en el vostre directori d'usuari."
+msgstr "Al pas 2 de \"Definició d'una funció amb el %PRODUCTNAME Basic\", en el diàleg <emph>Macro</emph> heu fet clic a <emph>Edita</emph>. Com a opció per defecte, al camp <emph>Macro des de</emph> se selecciona el mòdul <emph>Les meves macros - Standard - Module1</emph>. La biblioteca <emph>Standard</emph> resideix de manera local en el vostre directori d'usuari."
#: userdefined_function.xhp#par_id3154022.20.help.text
msgid "If you want to copy the user-defined function to a Calc document:"
@@ -4293,19 +4293,19 @@ msgstr "<link href=\"text/scalc/01/05080300.xhp\">Edició de les àrees d'impres
#: keyboard.xhp#tit.help.text
msgid "Shortcut Keys (%PRODUCTNAME Calc Accessibility)"
-msgstr "Tecles de drecera (accessibilitat a %PRODUCTNAME Calc)"
+msgstr "Tecles de drecera (accessibilitat al %PRODUCTNAME Calc)"
#: keyboard.xhp#bm_id3145120.help.text
msgid "<bookmark_value>accessibility; %PRODUCTNAME Calc shortcuts</bookmark_value><bookmark_value>shortcut keys;%PRODUCTNAME Calc accessibility</bookmark_value>"
-msgstr "<bookmark_value>accessibilitat; tecles de drecera de %PRODUCTNAME Calc</bookmark_value><bookmark_value>tecles de drecera;accessibilitat a %PRODUCTNAME Calc</bookmark_value>"
+msgstr "<bookmark_value>accessibilitat; tecles de drecera del %PRODUCTNAME Calc</bookmark_value><bookmark_value>tecles de drecera;accessibilitat al %PRODUCTNAME Calc</bookmark_value>"
#: keyboard.xhp#hd_id3145120.1.help.text
msgid "<variable id=\"keyboard\"><link href=\"text/scalc/guide/keyboard.xhp\" name=\"Shortcut Keys (%PRODUCTNAME Calc Accessibility)\">Shortcut Keys (<item type=\"productname\">%PRODUCTNAME</item> Calc Accessibility)</link></variable>"
-msgstr "<variable id=\"keyboard\"><link href=\"text/scalc/guide/keyboard.xhp\" name=\"Tecles de drecera (accessibilitat a %PRODUCTNAME Calc)\">Tecles de drecera (accessibilitat a l'<item type=\"productname\">%PRODUCTNAME</item> Calc)</link></variable>"
+msgstr "<variable id=\"keyboard\"><link href=\"text/scalc/guide/keyboard.xhp\" name=\"Tecles de drecera (accessibilitat a %PRODUCTNAME Calc)\">Tecles de drecera (accessibilitat al <item type=\"productname\">%PRODUCTNAME</item> Calc)</link></variable>"
#: keyboard.xhp#par_id3154760.13.help.text
msgid "Refer also to the lists of shortcut keys for <item type=\"productname\">%PRODUCTNAME</item> Calc and <item type=\"productname\">%PRODUCTNAME</item> in general."
-msgstr "Consulteu també les llistes de tecles de drecera per a l'<item type=\"productname\">%PRODUCTNAME</item> Calc i l'<item type=\"productname\">%PRODUCTNAME</item> en general."
+msgstr "Consulteu també les llistes de tecles de drecera per al <item type=\"productname\">%PRODUCTNAME</item> Calc i el<item type=\"productname\">%PRODUCTNAME</item> en general."
#: keyboard.xhp#hd_id3153360.12.help.text
msgid "Cell Selection Mode"
@@ -4575,7 +4575,7 @@ msgstr "<variable id=\"cell_protect\"><link href=\"text/scalc/guide/cell_protect
#: cell_protect.xhp#par_id3153368.17.help.text
msgid "In <item type=\"productname\">%PRODUCTNAME</item> Calc you can protect sheets and the document as a whole. You can choose whether the cells are protected against accidental changes, whether the formulas can be viewed from within Calc, whether the cells are visible or whether the cells can be printed."
-msgstr "A l'<item type=\"productname\">%PRODUCTNAME</item> Calc podeu protegir els fulls i el document com si fossin una sola unitat. Podeu triar si les cel·les s'han de protegir contra canvis accidentals, si les fórmules es poden visualitzar des del Calc, i també si les cel·les són visibles o si es poden imprimir. "
+msgstr "Al <item type=\"productname\">%PRODUCTNAME</item> Calc podeu protegir els fulls i el document com si fossin una sola unitat. Podeu triar si les cel·les s'han de protegir contra canvis accidentals, si les fórmules es poden visualitzar des del Calc, i també si les cel·les són visibles o si es poden imprimir. "
#: cell_protect.xhp#par_id3145261.18.help.text
msgid "Protection can be provided by means of a password, but it does not have to be. If you have assigned a password, protection can only be removed once the correct password has been entered."
@@ -5617,7 +5617,7 @@ msgstr "Elimineu un botó tornant-lo a arrossegar a l'àrea dels altres botons q
#: datapilot_createtable.xhp#par_id3147338.15.help.text
msgid "To open the <link href=\"text/scalc/01/12090105.xhp\" name=\"Data Field\"><emph>Data Field</emph></link> dialog, double-click one of the buttons in the <emph>Row</emph> or <emph>Column</emph> area. Use the dialog to select if and to what extent <item type=\"productname\">%PRODUCTNAME</item> calculates display subtotals."
-msgstr "Per obrir el diàleg <link href=\"text/scalc/01/12090105.xhp\" name=\"Camp de dades\"><emph>Camp de dades</emph></link>, feu doble clic a un dels botons de l'àrea <emph>Fila</emph> o <emph>Columna</emph>. Utilitzeu el diàleg per seleccionar fins on calcula l'<item type=\"productname\">%PRODUCTNAME</item> els subtotals que es visualitzen i si ho ha de fer."
+msgstr "Per obrir el diàleg <link href=\"text/scalc/01/12090105.xhp\" name=\"Camp de dades\"><emph>Camp de dades</emph></link>, feu doble clic a un dels botons de l'àrea <emph>Fila</emph> o <emph>Columna</emph>. Utilitzeu el diàleg per seleccionar fins on calcula el<item type=\"productname\">%PRODUCTNAME</item> els subtotals que es visualitzen i si ho ha de fer."
#: datapilot_createtable.xhp#par_id3154020.18.help.text
#, fuzzy
diff --git a/translations/source/ca/helpcontent2/source/text/schart.po b/translations/source/ca/helpcontent2/source/text/schart.po
index 147743c551a..e09b88b0e6d 100644
--- a/translations/source/ca/helpcontent2/source/text/schart.po
+++ b/translations/source/ca/helpcontent2/source/text/schart.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+helpcontent2%2Fsource%2Ftext%2Fschart.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
-"PO-Revision-Date: 2011-04-05 19:10+0200\n"
-"Last-Translator: Anonymous Pootle User\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-02-27 15:56+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: main0000.xhp#tit.help.text
@@ -25,7 +25,7 @@ msgstr "<bookmark_value>diagrames; descripció general</bookmark_value> <bo
#: main0000.xhp#hd_id3148664.1.help.text
msgid "<variable id=\"chart_main\"><link href=\"text/schart/main0000.xhp\" name=\"Charts in $[officename]\">Using Charts in %PRODUCTNAME</link></variable>"
-msgstr "<variable id=\"chart_main\"><link href=\"text/schart/main0000.xhp\" name=\"Diagrames de l'$[officename]\">Ús de diagrames a %PRODUCTNAME</link></variable>"
+msgstr "<variable id=\"chart_main\"><link href=\"text/schart/main0000.xhp\" name=\"Diagrames de l'$[officename]\">Ús de diagrames al %PRODUCTNAME</link></variable>"
#: main0000.xhp#par_id3154685.2.help.text
msgid "<variable id=\"chart\">$[officename] lets you present data graphically in a chart, so that you can visually compare data series and view trends in the data. You can insert charts into spreadsheets, text documents, drawings, and presentations. </variable>"
diff --git a/translations/source/ca/helpcontent2/source/text/schart/00.po b/translations/source/ca/helpcontent2/source/text/schart/00.po
index e7abb6cb72d..b861056546c 100644
--- a/translations/source/ca/helpcontent2/source/text/schart/00.po
+++ b/translations/source/ca/helpcontent2/source/text/schart/00.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:10+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca/helpcontent2/source/text/schart/01.po b/translations/source/ca/helpcontent2/source/text/schart/01.po
index 1462310ecf2..639887d7966 100644
--- a/translations/source/ca/helpcontent2/source/text/schart/01.po
+++ b/translations/source/ca/helpcontent2/source/text/schart/01.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
-"PO-Revision-Date: 2011-04-05 19:11+0200\n"
-"Last-Translator: Anonymous Pootle User\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-02-27 15:57+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: 04020000.xhp#tit.help.text
@@ -654,7 +654,7 @@ msgstr "Tipus 2"
#: type_stock.xhp#par_id1911679.help.text
msgid "Based on <emph>open, low, high</emph>, and <emph>close</emph> column Type 2 generates the traditional \"candle stick\" chart. Type 2 draws the vertical line between the bottom and top price and adds a rectangle in front, which visualizes the range between the opening and closing price. If you click on the rectangle you see more information in the status bar. %PRODUCTNAME uses different fill colors for rising values (the opening price is lower than the closing price) and falling values."
-msgstr "A partir de les columnes <emph>obertura, baix, alt</emph> i <emph>tancament</emph>, el tipus 2 genera el típic diagrama d'\"espelma\". El tipus 2 dibuixa la línia vertical entre el preu inferior i el preu superior i dibuixa un rectangle al davant, mitjançant el qual es mostra l'interval entre el preu d'obertura i el preu de tancament. Fent clic en aquest rectangle es mostrarà més informació a la barra d'estat. %PRODUCTNAME utilitza colors d'emplenament diferents per als valors ascendents (el preu d'obertura és inferior al preu de tancament) i els valors descendents."
+msgstr "A partir de les columnes <emph>obertura, baix, alt</emph> i <emph>tancament</emph>, el tipus 2 genera el típic diagrama d'\"espelma\". El tipus 2 dibuixa la línia vertical entre el preu inferior i el preu superior i dibuixa un rectangle al davant, mitjançant el qual es mostra l'interval entre el preu d'obertura i el preu de tancament. Fent clic en aquest rectangle es mostrarà més informació a la barra d'estat. El %PRODUCTNAME utilitza colors d'emplenament diferents per als valors ascendents (el preu d'obertura és inferior al preu de tancament) i els valors descendents."
#: type_stock.xhp#hd_id9364909.help.text
msgid "Type 3"
@@ -732,7 +732,7 @@ msgstr "En el Calc, un exemple d'interval de dades és \"$Sheet1.$B$3:$B$14\". T
#: type_stock.xhp#par_id1614429.help.text
msgid "As long as the syntax is not correct, %PRODUCTNAME shows the text in red."
-msgstr "Quan la sintaxi no sigui correcta, %PRODUCTNAME mostrarà el text en color vermell."
+msgstr "Quan la sintaxi no sigui correcta, el %PRODUCTNAME mostrarà el text en color vermell."
#: type_stock.xhp#par_id1589098.help.text
msgid "In Calc, click <emph>Select data range</emph> to minimize the dialog, then drag to select the data range. When you release the mouse, the data are entered. Click <emph>Select </emph> <emph>data range</emph> again to add a data range. In the input field of the minimized dialog, click after the entry and type a semicolon. Then drag to select the next range."
@@ -2158,7 +2158,7 @@ msgstr "Només punts"
#: type_xy.xhp#par_id6571550.help.text
msgid "Each data point is shown by an icon. %PRODUCTNAME uses default icons with different forms and colors for each data series. The default colors are set in <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Charts - Default Colors</item>. "
-msgstr "Cada punt de dades es mostra mitjançant una icona. %PRODUCTNAME utilitza icones per defecte amb formes i colors diferents per a cada sèrie de dades. Els colors per defecte es defineixen a <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferències</caseinline><defaultinline>Eines - Opcions</defaultinline></switchinline> - Diagrames - Colors per defecte</item>."
+msgstr "Cada punt de dades es mostra mitjançant una icona. El %PRODUCTNAME utilitza icones per defecte amb formes i colors diferents per a cada sèrie de dades. Els colors per defecte es defineixen a <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferències</caseinline><defaultinline>Eines - Opcions</defaultinline></switchinline> - Diagrames - Colors per defecte</item>."
#: type_xy.xhp#hd_id5376140.help.text
msgid "Lines Only"
@@ -2795,7 +2795,7 @@ msgstr "<ahelp hid=\".\">Per mostrar l'equació de la línia de tendència, sele
#: 04050100.xhp#par_id8962065.help.text
msgid "When the chart is in edit mode, %PRODUCTNAME gives you the equation of the trend line and the coefficient of determination R². Click on the trend line to see the information in the status bar."
-msgstr "Quan el diagrama està en mode d'edició, %PRODUCTNAME us proporciona l'equació de la línia de tendència i el coeficient de determinació R². Feu clic a la línia de tendència per visualitzar la informació a la barra d'estat."
+msgstr "Quan el diagrama està en mode d'edició, el %PRODUCTNAME us proporciona l'equació de la línia de tendència i el coeficient de determinació R². Feu clic a la línia de tendència per visualitzar la informació a la barra d'estat."
#: 04050100.xhp#par_id1328470.help.text
#, fuzzy
@@ -3326,7 +3326,7 @@ msgstr "Definiu la longitud del focus amb el botó de selecció de valors. Amb e
#: three_d_view.xhp#par_id3791924.help.text
msgid "Older versions of %PRODUCTNAME cannot display the percentage of perspective the same way as the current version."
-msgstr "Les versions anteriors de %PRODUCTNAME no podien mostrar el percentatge de la perspectiva de la mateixa manera que la versió actual."
+msgstr "Les versions anteriors del %PRODUCTNAME no podien mostrar el percentatge de la perspectiva de la mateixa manera que la versió actual."
#: three_d_view.xhp#par_id7623828.help.text
msgid "<ahelp hid=\".\" visibility=\"hidden\">If Right-angled axes is enabled, you can rotate the chart contents only in X and Y direction, that is, parallel to the chart borders. Right-angled axes is enabled by default for newly created 3D charts. Pie and Donut charts do not support right-angled axes.</ahelp>"
diff --git a/translations/source/ca/helpcontent2/source/text/schart/02.po b/translations/source/ca/helpcontent2/source/text/schart/02.po
index 5bb0fb9b6ea..1f44f65dba0 100644
--- a/translations/source/ca/helpcontent2/source/text/schart/02.po
+++ b/translations/source/ca/helpcontent2/source/text/schart/02.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:10+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca/helpcontent2/source/text/schart/04.po b/translations/source/ca/helpcontent2/source/text/schart/04.po
index 1a90734fe35..46aaa8368fd 100644
--- a/translations/source/ca/helpcontent2/source/text/schart/04.po
+++ b/translations/source/ca/helpcontent2/source/text/schart/04.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:10+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca/helpcontent2/source/text/sdraw.po b/translations/source/ca/helpcontent2/source/text/sdraw.po
index 148a5590c99..75ab9c2fca2 100644
--- a/translations/source/ca/helpcontent2/source/text/sdraw.po
+++ b/translations/source/ca/helpcontent2/source/text/sdraw.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+helpcontent2%2Fsource%2Ftext%2Fsdraw.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
-"PO-Revision-Date: 2011-04-05 19:11+0200\n"
-"Last-Translator: Anonymous Pootle User\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-02-23 10:31+0200\n"
+"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: main0101.xhp#tit.help.text
@@ -297,10 +297,9 @@ msgstr "Podeu crear objectes senzills 3D com ara cubs, esferes i cilindres amb l
#: main0503.xhp#hd_id3154491.20.help.text
msgid "Grids and Snap Lines"
-msgstr ""
+msgstr "Graelles i guies d'ajust"
#: main0503.xhp#par_id3149379.6.help.text
-#, fuzzy
msgid "Grids and snap lines provide a visual cue to help you align objects in your drawing. You can also choose to snap an object to a grid line, snap line or to the edge of another object."
msgstr "Les graelles i les guies tenen una marca visual per ajudar-vos a alinear els objectes en el dibuix. També podeu ajustar l'objecte a una línia de la graella, a una guia o a la vora d'un altre objecte."
@@ -465,7 +464,6 @@ msgid "<link href=\"text/shared/02/01171200.xhp\" name=\"Display Grid\">Display
msgstr "<link href=\"text/shared/02/01171200.xhp\" name=\"Mostra la graella\">Mostra la graella</link>"
#: main0213.xhp#hd_id3149018.5.help.text
-#, fuzzy
msgid "<link href=\"text/shared/02/01171400.xhp\" name=\"Helplines While Moving\">Helplines While Moving</link>"
msgstr "<link href=\"text/shared/02/01171400.xhp\" name=\"Guies en moure\">Guies en moure</link>"
@@ -474,7 +472,6 @@ msgid "<link href=\"text/shared/02/01171300.xhp\" name=\"Snap to Grid\">Snap to
msgstr "<link href=\"text/shared/02/01171300.xhp\" name=\"Ajusta a la graella\">Ajusta a la graella</link>"
#: main0213.xhp#hd_id3146313.7.help.text
-#, fuzzy
msgid "<link href=\"text/simpress/02/13140000.xhp\" name=\"Snap to Snap Lines\">Snap to Snap Lines</link>"
msgstr "<link href=\"text/simpress/02/13140000.xhp\" name=\"Ajusta a les guies\">Ajusta a les guies</link>"
diff --git a/translations/source/ca/helpcontent2/source/text/sdraw/00.po b/translations/source/ca/helpcontent2/source/text/sdraw/00.po
index eabf626db35..58c44623f44 100644
--- a/translations/source/ca/helpcontent2/source/text/sdraw/00.po
+++ b/translations/source/ca/helpcontent2/source/text/sdraw/00.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 19:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca/helpcontent2/source/text/sdraw/01.po b/translations/source/ca/helpcontent2/source/text/sdraw/01.po
index d4ab8ec8401..c5f20b3cbce 100644
--- a/translations/source/ca/helpcontent2/source/text/sdraw/01.po
+++ b/translations/source/ca/helpcontent2/source/text/sdraw/01.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca/helpcontent2/source/text/sdraw/04.po b/translations/source/ca/helpcontent2/source/text/sdraw/04.po
index 220fcb61266..50eb3921cf7 100644
--- a/translations/source/ca/helpcontent2/source/text/sdraw/04.po
+++ b/translations/source/ca/helpcontent2/source/text/sdraw/04.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-02-06 16:03+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 01020000.xhp#tit.help.text
diff --git a/translations/source/ca/helpcontent2/source/text/sdraw/guide.po b/translations/source/ca/helpcontent2/source/text/sdraw/guide.po
index 799eb0ea621..288113595c3 100644
--- a/translations/source/ca/helpcontent2/source/text/sdraw/guide.po
+++ b/translations/source/ca/helpcontent2/source/text/sdraw/guide.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsdraw%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
-"PO-Revision-Date: 2012-02-06 16:05+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-02-27 15:57+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -279,7 +279,7 @@ msgstr "Si voleu ampliar o reduir l'àrea de selecció de color, augmenteu o dis
#: eyedropper.xhp#par_id3146878.39.help.text
msgid "<link href=\"text/shared/01/06030000.xhp\" name=\"Color Replacer\">Color Replacer</link>"
-msgstr "<link href=\"text/shared/01/03170000.xhp\" name=\"Reemplaçador de Color\">Reemplaçador de Color</link>"
+msgstr "<link href=\"text/shared/01/06030000.xhp\" name=\"Reemplaçador de Color\">Reemplaçador de Color</link>"
#: rotate_object.xhp#tit.help.text
msgid "Rotating Objects"
@@ -727,7 +727,7 @@ msgstr "Seleccioneu el model de color RGB o CMYK en el quadre que hi ha a sota d
#: color_define.xhp#par_id4979705.help.text
msgid "%PRODUCTNAME uses only the RGB color model for printing in color. The CMYK controls are provided only to ease the input of color values using CMYK notation."
-msgstr "%PRODUCTNAME només utilitza el model de color RGB per imprimir en color. Els controls CMYK només es proporcionen per facilitar la introducció de valors de color en notació CMYK."
+msgstr "El %PRODUCTNAME només utilitza el model de color RGB per imprimir en color. Els controls CMYK només es proporcionen per facilitar la introducció de valors de color en notació CMYK."
#: color_define.xhp#par_id3152987.16.help.text
msgid "The RGB color model mixes red, green and blue light to create colors on a computer screen. In the RGB model, the three color components are additive and can have values ranging from 0 (black) to 255 (white). The CMYK color model combines Cyan (C), Magenta (M), Yellow (Y), and blacK (K, also used for \"Key\") to create colors for printing. The four colors of the CMYK models are subtractive and are defined as percentages. Black corresponds to 100 % and white to 0 %."
diff --git a/translations/source/ca/helpcontent2/source/text/shared.po b/translations/source/ca/helpcontent2/source/text/shared.po
index e43b89c6b52..7ecfa185cc9 100644
--- a/translations/source/ca/helpcontent2/source/text/shared.po
+++ b/translations/source/ca/helpcontent2/source/text/shared.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+helpcontent2%2Fsource%2Ftext%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
-"PO-Revision-Date: 2011-04-05 19:11+0200\n"
-"Last-Translator: Anonymous Pootle User\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
+"PO-Revision-Date: 2012-02-27 16:05+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: main0226.xhp#tit.help.text
@@ -61,7 +61,6 @@ msgid "<ahelp hid=\".uno:GridUse\">Specifies that you can move objects only betw
msgstr "<ahelp hid=\".uno:GridUse\">Indica que podeu moure els objectes únicament entre punts de la graella.</ahelp>"
#: main0226.xhp#hd_id3148920.11.help.text
-#, fuzzy
msgid "<link href=\"text/shared/02/01171400.xhp\" name=\"Helplines While Moving\">Helplines While Moving</link>"
msgstr "<link href=\"text/shared/02/01171400.xhp\" name=\"Guies en moure\">Guies en moure</link>"
@@ -190,18 +189,12 @@ msgid "Table Bar"
msgstr "Barra Taula"
#: main0204.xhp#hd_id3145587.help.text
-#, fuzzy
msgid "<link href=\"text/shared/main0204.xhp\" name=\"Table Bar\">Table Bar</link>"
-msgstr ""
-"#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/swriter/main0204.xhp\" name=\"Barra de taula\">Barra de taula</link>\n"
-"#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\n"
-"<link href=\"text/swriter/main0204.xhp\" name=\"Barra Taula\">Barra Taula</link>"
+msgstr "<link href=\"text/shared/main0204.xhp\" name=\"Barra de taula\">Barra de taula</link>"
#: main0204.xhp#par_id3154252.help.text
-#, fuzzy
msgid "<ahelp hid=\".\">The <emph>Table</emph> Bar contains functions you need when working with tables. It appears when you move the cursor into a table.</ahelp>"
-msgstr "<ahelp hid=\"HID_TABLE_TOOLBOX\">La barra <emph>Taula</emph> conté les funcions que necessiteu quan treballeu amb taules. La barra apareix quan moveu el cursor cap a una taula.</ahelp>"
+msgstr "<ahelp hid=\".\">La barra <emph>Taula</emph> conté les funcions que necessiteu quan treballeu amb taules. La barra apareix quan moveu el cursor cap a una taula.</ahelp>"
#: main0204.xhp#hd_id319945759.help.text
msgid "<link href=\"text/shared/01/05210100.xhp\" name=\"Area Style / Filling\">Area Style / Filling</link>"
@@ -220,19 +213,16 @@ msgid "<link href=\"text/swriter/01/05120500.xhp\" name=\"Delete Column\">Delete
msgstr "<link href=\"text/swriter/01/05120500.xhp\" name=\"Suprimeix la columna\">Suprimeix la columna</link>"
#: main0204.xhp#hd_id3134447820.help.text
-#, fuzzy
msgid "<link href=\"text/simpress/01/taskpanel.xhp\" name=\"Table Design\">Table Design</link>"
-msgstr "<link href=\"text/simpress/01/05120000.xhp\" name=\"Disseny de la diapositiva\">Disseny de la diapositiva</link>"
+msgstr "<link href=\"text/simpress/01/taskpanel.xhp\" name=\"Disseny de la diapositiva\">Disseny de la diapositiva</link>"
#: main0204.xhp#par_id16200812240344.help.text
-#, fuzzy
msgid "Opens the Table Design. Double-click a preview to insert a new table."
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Obre el Disseny de taula. Feu doble clic sobre una previsualització per inserir una taula nova.</ahelp>"
+msgstr "Obre el Disseny de taula. Feu doble clic sobre una previsualització per inserir una taula nova."
#: main0204.xhp#hd_id947820.help.text
-#, fuzzy
msgid "<link href=\"text/simpress/01/05090000m.xhp\" name=\"Table Properties\">Table Properties</link>"
-msgstr "<link href=\"text/swriter/01/05080000.xhp\" name=\"Propietats dels objectes\">Propietats dels objectes</link>"
+msgstr "<link href=\"text/simpress/01/05090000m.xhp\" name=\"Propietats de la taula\">Propietats de la taula</link>"
#: tree_strings.xhp#par_id3147571.3.help.text
msgid "<help_section application=\"swriter\" id=\"02\" title=\"Text Documents\">"
@@ -360,7 +350,7 @@ msgstr "<node id=\"1001\" title=\"Informació general\">"
#: tree_strings.xhp#par_id3155429.107.help.text
msgid "<node id=\"1002\" title=\"%PRODUCTNAME and Microsoft Office\">"
-msgstr "<node id=\"1002\" title=\"%PRODUCTNAME i el Microsoft Office\">"
+msgstr "<node id=\"1002\" title=\"El %PRODUCTNAME i el Microsoft Office\">"
#: tree_strings.xhp#par_id3153368.35.help.text
msgid "<node id=\"1003\" title=\"Command and Menu Reference\">"
@@ -368,7 +358,7 @@ msgstr "<node id=\"1003\" title=\"Referència d'ordres i de menús\">"
#: tree_strings.xhp#par_id3146147.36.help.text
msgid "<node id=\"1004\" title=\"%PRODUCTNAME Options\">"
-msgstr "<node id=\"1004\" title=\"Opcions de %PRODUCTNAME\">"
+msgstr "<node id=\"1004\" title=\"Opcions del %PRODUCTNAME\">"
#: tree_strings.xhp#par_id3145365.37.help.text
msgid "<node id=\"1005\" title=\"Wizards\">"
@@ -416,7 +406,7 @@ msgstr "<node id=\"100512\" title=\"Auxiliar de quadres combinats i quadres de l
#: tree_strings.xhp#par_id3154729.108.help.text
msgid "<node id=\"1006\" title=\"Configuring %PRODUCTNAME\">"
-msgstr "<node id=\"1006\" title=\"Configuració de %PRODUCTNAME\">"
+msgstr "<node id=\"1006\" title=\"Configuració del %PRODUCTNAME\">"
#: tree_strings.xhp#par_id3151076.109.help.text
msgid "<node id=\"1007\" title=\"Working with the User Interface\">"
@@ -571,9 +561,8 @@ msgid "<node id=\"0808\" title=\"Data Ranges\">"
msgstr "<node id=\"0808\" title=\"Intervals de dades\">"
#: tree_strings.xhp#par_id3150364.70.help.text
-#, fuzzy
msgid "<node id=\"0809\" title=\"Pivot Table\">"
-msgstr "<node id=\"0809\" title=\"Data Pilot\">"
+msgstr "<node id=\"0809\" title=\"Taula dinàmica\">"
#: tree_strings.xhp#par_id3149966.71.help.text
msgid "<node id=\"0810\" title=\"Scenarios\">"
@@ -898,11 +887,11 @@ msgstr "Activeu l'ús de la plataforma Java des del menú <emph><switchinline se
#: main0650.xhp#par_id9116183.help.text
msgid "Before you can use a JDBC driver, you need to add its class path. Choose <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME- Java, and click the Class Path button. After you add the path information, restart %PRODUCTNAME."
-msgstr "Abans d'utilitzar un controlador JDBC, n'haureu d'afegir el camí a la classe. Trieu <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferències</caseinline><defaultinline>Eines - Opcions</defaultinline></switchinline> - %PRODUCTNAME - Java i feu clic al botó Camí a les classes. Una vegada hàgiu introduït la informació del camí, reinicieu %PRODUCTNAME."
+msgstr "Abans d'utilitzar un controlador JDBC, n'haureu d'afegir el camí a la classe. Trieu <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferències</caseinline><defaultinline>Eines - Opcions</defaultinline></switchinline> - %PRODUCTNAME - Java i feu clic al botó Camí a les classes. Una vegada hàgiu introduït la informació del camí, reinicieu el %PRODUCTNAME."
#: main0650.xhp#par_id3153822.11.help.text
msgid "Your modifications at the <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Java</emph> tab page will be used even if the Java Virtual Machine (JVM, a virtual machine for the Java platform) already has been started. After modifications to the ClassPath you must restart $[officename]. The same is true for modifications under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Internet - Proxy</emph>. Only the two boxes \"Http Proxy\" and \"Ftp Proxy\" and their ports don't require a restart, they will be evaluated when you click <emph>OK</emph>."
-msgstr "Les modificacions que feu a <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferències</caseinline><defaultinline>Eines - Opcions</defaultinline></switchinline> - $[officename] - Java</emph> s'utilitzaran fins i tot si ja s'ha iniciat la Java Virtual Machine (JVM, una màquina virtual per a la plataforma Java). Si feu modificacions al ClassPath (camí a les classes Java) haureu de reiniciar l'$[officename]. Passa el mateix per a les modificacions que feu a <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferències</caseinline><defaultinline>Eines - Opcions</defaultinline></switchinline> - Internet - Servidor intermediari</emph>. Només els quadres \"Servidor intermediari HTTP\" i \"Servidor intermediari FTP\" i els seus ports poden modificar-se sense que calgui tornar a iniciar l'aplicació, ja que s'analitzaran quan feu clic a <emph>D'acord</emph>."
+msgstr "Les modificacions que feu a <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferències</caseinline><defaultinline>Eines - Opcions</defaultinline></switchinline> - $[officename] - Java</emph> s'utilitzaran fins i tot si ja s'ha iniciat la Java Virtual Machine (JVM, una màquina virtual per a la plataforma Java). Si feu modificacions al ClassPath (camí a les classes Java) haureu de reiniciar el $[officename]. Passa el mateix per a les modificacions que feu a <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferències</caseinline><defaultinline>Eines - Opcions</defaultinline></switchinline> - Internet - Servidor intermediari</emph>. Només els quadres \"Servidor intermediari HTTP\" i \"Servidor intermediari FTP\" i els seus ports poden modificar-se sense que calgui tornar a iniciar l'aplicació, ja que s'analitzaran quan feu clic a <emph>D'acord</emph>."
#: main0208.xhp#tit.help.text
msgid "Status Bar in $[officename] Basic Documents"
@@ -1311,7 +1300,6 @@ msgid "First Record"
msgstr "Primer registre"
#: main0213.xhp#par_id3154013.help.text
-#, fuzzy
msgid "<image id=\"img_id3150010\" src=\"cmd/sc_firstrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150010\">Icon</alt></image>"
msgstr "<image id=\"img_id3150753\" src=\"cmd/sc_nextrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150753\">Icona</alt></image>"
@@ -1348,9 +1336,8 @@ msgid "Last Record"
msgstr "Últim registre"
#: main0213.xhp#par_id3155337.help.text
-#, fuzzy
msgid "<image id=\"img_id3163808\" src=\"cmd/sc_lastrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3163808\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155578\" src=\"cmd/sc_newrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155578\">Icona</alt></image>"
+msgstr "<image id=\"img_id3163808\" src=\"cmd/sc_lastrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3163808\">Icona</alt></image>"
#: main0213.xhp#par_id3151248.13.help.text
msgid "<ahelp hid=\".uno:LastRecord\">Takes you to the last record.</ahelp>"
@@ -1463,23 +1450,23 @@ msgstr "<image id=\"img_id1619006\" src=\"cmd/sc_helpindex.png\" width=\"0.222in
#: main0108.xhp#par_idN10667.help.text
msgid "%PRODUCTNAME Help"
-msgstr "Ajuda de %PRODUCTNAME"
+msgstr "Ajuda del %PRODUCTNAME"
#: main0108.xhp#hd_id4153881.7.help.text
msgid "License Information"
-msgstr ""
+msgstr "Informació de la llicència"
#: main0108.xhp#par_id4144510.8.help.text
msgid "<ahelp hid=\".uno:ShowLicense\">Displays the Licensing and Legal information dialog.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:ShowLicense\">Mostra el quadre de diàleg amb informació legal i de la llicència.</ahelp>"
#: main0108.xhp#hd_id5153881.7.help.text
msgid "%PRODUCTNAME Credits"
-msgstr ""
+msgstr "Crèdits del %PRODUCTNAME"
#: main0108.xhp#par_id5144510.8.help.text
msgid "<ahelp hid=\".uno:ShowLicense\">Displays the CREDITS.odt document which lists the names of individuals who have contributed to OpenOffice.org source code (and whose contributions were imported into LibreOffice) or LibreOffice since 2010-09-28.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:ShowLicense\">Mostra el document CREDITS.odt amb els noms de les persones que han contribuït al codi font de l'OpenOffice.org (i les seves contribucions s'han importat al LibreOffice) o al LibreOffice des del 28/9/2010.</ahelp>"
#: main0108.xhp#hd_id3153881.7.help.text
msgid "About $[officename]"
@@ -1510,9 +1497,8 @@ msgid "$[officename] provides an Application Programming Interface (API) that en
msgstr "L'$[officename] proporciona una interfície de programació d'aplicacions (API, Application Programming Interface) que us permet controlar els components de l'$[officename] a través de diversos llenguatges de programació. Hi ha disponible un conjunt d'eines de desenvolupament de programari (SDK) de l'$[officename] per a aquesta interfície de programació."
#: main0600.xhp#par_id3156346.15.help.text
-#, fuzzy
msgid "For more information about $[officename] API reference, please visit http://api.libreoffice.org/"
-msgstr "Per obtenir més informació sobre la referència de l'API de l'$[officename], visiteu http://api.openoffice.org/"
+msgstr "Per obtenir més informació sobre la referència de l'API del $[officename], visiteu http://api.libreoffice.org/"
#: main0600.xhp#par_id3153825.13.help.text
msgid "Macros created with $[officename] Basic based on the old programming interface will no longer be supported by the current version."
diff --git a/translations/source/ca/helpcontent2/source/text/shared/00.po b/translations/source/ca/helpcontent2/source/text/shared/00.po
index 614720a91ab..4aa9cd6b807 100644
--- a/translations/source/ca/helpcontent2/source/text/shared/00.po
+++ b/translations/source/ca/helpcontent2/source/text/shared/00.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
-"PO-Revision-Date: 2011-04-05 19:11+0200\n"
-"Last-Translator: Anonymous Pootle User\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2012-03-01 08:12+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: 00000200.xhp#tit.help.text
@@ -34,11 +34,11 @@ msgstr "<ahelp hid=\"\" visibility=\"visible\">Defineix l'aparença de les targe
#: 00000200.xhp#par_id1.help.text
msgid "When you export graphical elements to a file, you can select the file type. For most supported file types a dialog opens where you can setup export options."
-msgstr ""
+msgstr "Quan exporteu elements gràfics a un fitxer, podeu seleccioanr el tipus de fitxer. Per a la gran majoria de tipus de fitxers suportats, s'obre un quadre de diàleg on podeu definir les opcions d'exportació."
#: 00000200.xhp#par_id2.help.text
msgid "The following file types do not show an options dialog: PWP, RAS, SVG, TIFF, XPM."
-msgstr ""
+msgstr "Els tipus de fitxer següent no mostren cap quadre de diàleg: PWP, RAS, SVG, TIFF i XPM."
#: 00000200.xhp#par_id3.help.text
msgid "The other file types show options dialogs where you can set the width and height of the exported image."
@@ -458,9 +458,8 @@ msgid "<ahelp hid=\".\">When this option is enabled, fields or cells whose value
msgstr ""
#: 00000208.xhp#hd_id314847422.help.text
-#, fuzzy
msgid "Detect special numbers"
-msgstr "Conjunt dels nombres reals"
+msgstr "Detecta els nombres especials"
#: 00000208.xhp#par_id314995722.help.text
msgid "<ahelp hid=\".\">When this option is enabled, Calc will automatically detect all number formats, including special number formats such as dates, time, and scientific notation.</ahelp>"
@@ -506,7 +505,7 @@ msgstr "Estàndard"
#: 00000208.xhp#par_id3155923.28.help.text
msgid "$[officename] determines the type."
-msgstr "L'$[officename] determina el tipus."
+msgstr "El $[officename] determina el tipus."
#: 00000208.xhp#par_id3152472.29.help.text
msgid "Text"
@@ -1611,7 +1610,7 @@ msgstr "Macros del Basic en documents del MS Office"
#: 00000020.xhp#par_id3156211.239.help.text
msgid "In <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01130100.xhp\" name=\"Load/Save - VBA Properties\">Load/Save - VBA Properties</link> you can specify the settings for the VBA macro codes in MS Office documents. VBA macros are unable to run in $[officename]; they must first be converted and adapted. Often you only want to use $[officename] to change the visible content of a Word, Excel or PowerPoint file and then save the file again in Microsoft Office format without changing the macros they contain. You can set the behavior of $[officename] as desired: Either the VBA macros are saved in commented form as a subroutine of $[officename] and when the document is saved in MS Office format are written back correctly again, or you can select the Microsoft Office macros to be removed when loading. The last option is an effective protection against viruses within the Microsoft Office documents."
-msgstr "A <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferències</caseinline><defaultinline>Eines - Opcions</defaultinline></switchinline> - <link href=\"text/shared/optionen/01130100.xhp\" name=\"Carrega/desa - Propietats VBA\">Carrega/desa - Propietats VBA</link> podeu indicar els paràmetres per als codis de macro VBA en els documents del MS Office. Les macros VBA no es poden executar a l'$[officename]; primer s'han de convertir i adaptar. Moltes vegades només voleu utilitzar l'$[officename] per canviar el contingut visible d'un fitxer del Word, l'Excel o el PowerPoint i després desar-lo de nou en format del Microsoft Office sense canviar les macros que incorporen. Podeu establir el comportament de l'$[officename] com desitgeu: o bé podeu desar les macros VBA de manera comentada com a subrutines de l'$[officename] i que quan es desi el document en format del MS Office s'escriguin de nou correctament, o bé podeu seleccionar que en carregar se suprimeixin les macros del Microsoft Office. L'última opció és una protecció efectiva contra els virus en documents del Microsoft Office."
+msgstr "A <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferències</caseinline><defaultinline>Eines - Opcions</defaultinline></switchinline> - <link href=\"text/shared/optionen/01130100.xhp\" name=\"Carrega/desa - Propietats VBA\">Carrega/desa - Propietats VBA</link> podeu indicar els paràmetres per als codis de macro VBA en els documents del MS Office. Les macros VBA no es poden executar al $[officename]; primer s'han de convertir i adaptar. Moltes vegades només voleu utilitzar el $[officename] per canviar el contingut visible d'un fitxer del Word, l'Excel o el PowerPoint i després desar-lo de nou en format del Microsoft Office sense canviar les macros que incorporen. Podeu establir el comportament del $[officename] com desitgeu: o bé podeu desar les macros VBA de manera comentada com a subrutines del $[officename] i que quan es desi el document en format del MS Office s'escriguin de nou correctament, o bé podeu seleccionar que en carregar se suprimeixin les macros del Microsoft Office. L'última opció és una protecció efectiva contra els virus en documents del Microsoft Office."
#: 00000020.xhp#hd_id3154232.5.help.text
msgid "Notes regarding external formats and file types"
@@ -1622,9 +1621,8 @@ msgid "Even if they are not installed, some filters can be selected in the <emph
msgstr "Encara que no estiguin instal·lats, podeu seleccionar alguns filtres en els diàlegs <emph>Obre</emph> i <emph>Desa</emph>. Si seleccioneu un d'aquests filtres, apareixerà un missatge per indicar que encara podeu instal·lar el filtre si ho necessiteu."
#: 00000020.xhp#par_id3149999.200.help.text
-#, fuzzy
msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">If you want to install additional filters or remove individual filters from the installation, close %PRODUCTNAME, start the Setup program and select the <emph>Modify</emph> option. Then you will see a dialog in which you can add or remove individual components of %PRODUCTNAME. Graphic filters can be found in \"Optional Components\".</caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Si voleu instal·lar filtres addicionals o suprimir filtres individuals de la instal·lació, tanqueu %PRODUCTNAME, inicieu el programa d'instal·lació i seleccioneu l'opció <emph>Modifica</emph>. Llavors veureu un diàleg en el qual podeu afegir o suprimir components individuals de %PRODUCTNAME. Els filtres per a gràfics es troben a \"Components opcionals\". </caseinline></switchinline>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Si voleu instal·lar filtres addicionals o suprimir filtres individuals de la instal·lació, tanqueu el %PRODUCTNAME, inicieu el programa d'instal·lació i seleccioneu l'opció <emph>Modifica</emph>. Llavors veureu un diàleg en el qual podeu afegir o suprimir components individuals del %PRODUCTNAME. Els filtres per a gràfics es troben a \"Components opcionals\". </caseinline></switchinline>"
#: 00000020.xhp#hd_id3156027.7.help.text
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\"></caseinline><caseinline select=\"DRAW\"></caseinline><caseinline select=\"IMPRESS\"></caseinline><defaultinline>Importing and Exporting Text Documents</defaultinline></switchinline>"
@@ -1668,7 +1666,7 @@ msgstr "En exportar a HTML, s'utilitza el joc de caràcters seleccionat a <emph>
#: 00000020.xhp#par_id3153146.197.help.text
msgid "If, in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - HTML Compatibility</emph>, you select Netscape Navigator, MS Internet Explorer, or $[officename] Writer as the export option, upon export all important font attributes are exported as direct attributes (for example, text color, font size, bold, italic, and so on) in CSS1 styles. (<link href=\"text/shared/00/00000002.xhp\" name=\"CSS\">CSS</link> stands for Cascading Style Sheets.) Importing is also carried out according to this standard."
-msgstr "Si a <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferències</caseinline><defaultinline>Eines - Opcions</defaultinline></switchinline> - Carrega/desa - Compatibilitat HTML</emph>, seleccioneu com a opció d'exportació el Netscape Navigator, el MS Internet Explorer, o l'$[officename] Writer, s'exporten tots els atributs de tipus de lletra importants com a atributs directes (per exemple, color del text, mida del tipus de lletra, negreta, cursiva, etc.) en estils CSS1. (<link href=\"text/shared/00/00000002.xhp\" name=\"CSS\">CSS</link> vol dir fulls d'estil en cascada, \"Cascading Style Sheets\" en anglès). La importació es duu a terme segons aquest estàndard."
+msgstr "Si a <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferències</caseinline><defaultinline>Eines - Opcions</defaultinline></switchinline> - Carrega/desa - Compatibilitat HTML</emph>, seleccioneu com a opció d'exportació el Netscape Navigator, el MS Internet Explorer, o el $[officename] Writer, s'exporten tots els atributs de tipus de lletra importants com a atributs directes (per exemple, color del text, mida del tipus de lletra, negreta, cursiva, etc.) en estils CSS1. (<link href=\"text/shared/00/00000002.xhp\" name=\"CSS\">CSS</link> vol dir fulls d'estil en cascada, \"Cascading Style Sheets\" en anglès). La importació es duu a terme segons aquest estàndard."
#: 00000020.xhp#par_id3154143.130.help.text
msgid "The \"font\" property corresponds to Netscape Navigator; that is, before the font size you can specify optional values for \"font-style\" (italic, none), \"font-variant\" (normal, small-caps) and \"font-weight\" (normal, bold)."
@@ -1890,7 +1888,7 @@ msgstr "<ahelp hid=\".uno:ActiveHelp\">Habilita la visualització d'una descripc
#: 00000099.xhp#par_id6200750.help.text
msgid "Some of the shortcut keys may be assigned to your desktop system. Keys that are assigned to the desktop system are not available to %PRODUCTNAME. Try to assign different keys either for %PRODUCTNAME, in <emph>Tools - Customize - Keyboard</emph>, or in your desktop system."
-msgstr "Algunes de les tecles de drecera poden estar assignades al vostre sistema d'escriptori. Les tecles que estan assignades al vostre sistema d'escriptori no estan disponibles per a %PRODUCTNAME. Proveu d'assignar tecles diferents per a %PRODUCTNAME, a <emph>Eines - Personalitza - Teclat</emph>, o bé en el vostre sistema d'escriptori."
+msgstr "Algunes de les tecles de drecera poden estar assignades al vostre sistema d'escriptori. Les tecles que estan assignades al vostre sistema d'escriptori no estan disponibles per al %PRODUCTNAME. Proveu d'assignar tecles diferents per al %PRODUCTNAME, a <emph>Eines - Personalitza - Teclat</emph>, o bé en el vostre sistema d'escriptori."
#: 00000409.xhp#tit.help.text
msgctxt "00000409.xhp#tit.help.text"
@@ -2181,9 +2179,8 @@ msgid "Floating Frame"
msgstr "Marc flotant"
#: 00000404.xhp#par_id3150396.47.help.text
-#, fuzzy
msgid "<variable id=\"filterauswahl\">Open a file of a type that is unknown to %PRODUCTNAME and that is no text file</variable>"
-msgstr "<variable id=\"filterauswahl\">Obre un fitxer d'un format desconegut per a %PRODUCTNAME i que no és un fitxer de text </variable>"
+msgstr "<variable id=\"filterauswahl\">Obre un fitxer d'un format desconegut per al %PRODUCTNAME i que no és un fitxer de text </variable>"
#: 00000404.xhp#par_idN10DDC.help.text
msgid "<image id=\"Graphic2\" src=\"cmd/sc_fontworkgalleryfloater.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Icon</alt></image>"
@@ -3558,7 +3555,7 @@ msgstr "Noms del format de fitxer OpenDocument"
#: 00000021.xhp#par_id3154926.5.help.text
msgid "%PRODUCTNAME %PRODUCTVERSION uses the following file formats:"
-msgstr "%PRODUCTNAME %PRODUCTVERSION utilitza els formats de fitxer següents:"
+msgstr "El %PRODUCTNAME %PRODUCTVERSION utilitza els formats de fitxer següents:"
#: 00000021.xhp#par_id3157898.6.help.text
msgid "Document format"
@@ -3674,7 +3671,7 @@ msgstr "*.odb"
#: 00000021.xhp#par_id9756157.help.text
msgid "%PRODUCTNAME Extension"
-msgstr "Extensió de %PRODUCTNAME"
+msgstr "Extensió del %PRODUCTNAME"
#: 00000021.xhp#par_id2089907.help.text
msgid "*.oxt"
@@ -3690,7 +3687,7 @@ msgstr "ODF Chart és el nom del format de fitxer per a diagrames autònoms. El
#: 00000021.xhp#par_idN107E3.help.text
msgid "Older File Formats Prior to %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Formats de fitxer anteriors a %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Formats de fitxer anteriors al %PRODUCTNAME %PRODUCTVERSION"
#: 00000021.xhp#par_id0514200811525257.help.text
msgid "The OpenDocument format evolves over time."
@@ -3766,7 +3763,7 @@ msgstr "Si voleu intercanviar documents amb usuaris que encara utilitzen l'OpenO
#: 00000021.xhp#par_id3146907.1.help.text
msgid "If you want to define another file format as the default, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010200.xhp\" name=\"Load/Save - General\">Load/Save - General</link></emph> to find alternative file formats for each $[officename] document type."
-msgstr "Si voleu definir un altre format de fitxer com a format per defecte, trieu <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferències</caseinline><defaultinline>Eines - Opcions</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010200.xhp\" name=\"Carrega/desa - General\">Carrega/desa - General</link></emph> per trobar formats de fitxer alternatius per a cada tipus de document de l'$[officename]."
+msgstr "Si voleu definir un altre format de fitxer com a format per defecte, trieu <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferències</caseinline><defaultinline>Eines - Opcions</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010200.xhp\" name=\"Carrega/desa - General\">Carrega/desa - General</link></emph> per trobar formats de fitxer alternatius per a cada tipus de document del $[officename]."
#: 00000021.xhp#hd_id3150398.28.help.text
msgid "XML file structure"
@@ -4436,7 +4433,7 @@ msgstr "<variable id=\"java\">Trieu <emph><switchinline select=\"sys\"><caseinli
#: 00000406.xhp#par_id5485702.help.text
msgid "<variable id=\"online_update\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Online Update </emph></variable>"
-msgstr ""
+msgstr "<variable id=\"online_update\">Trieu <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferències</caseinline><defaultinline>Eines - Opcions</defaultinline></switchinline> - $[officename] - Actualització en línia</emph></variable>"
#: 00000406.xhp#par_id3146989.152.help.text
msgid "<variable id=\"accessibility\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Accessibility</emph></variable>"
@@ -4668,11 +4665,11 @@ msgstr "<link href=\"text/shared/00/00000005.xhp\" name=\"Glossari general\">Glo
#: 00000005.xhp#par_id3154788.2.help.text
msgid "This glossary includes explanations of some of the most important terms you will come across in $[officename]."
-msgstr "El glossari inclou explicacions d'alguns dels termes més importants que trobareu a l'$[officename]."
+msgstr "El glossari inclou explicacions d'alguns dels termes més importants que trobareu al $[officename]."
#: 00000005.xhp#par_id3154873.3.help.text
msgid "Use the glossary to look up unfamiliar terms found in any $[officename] application."
-msgstr "Utilitzeu el glossari per cercar termes poc familiars que trobareu a qualsevol aplicació de l'$[officename]."
+msgstr "Utilitzeu el glossari per cercar termes poc familiars que trobareu a qualsevol aplicació del $[officename]."
#: 00000005.xhp#bm_id3156192.help.text
msgid "<bookmark_value>ASCII; definition</bookmark_value>"
@@ -4756,7 +4753,6 @@ msgid "If you format a document without Styles, it is referred to as \"direct\"
msgstr "La formatació sense estils d'un document s'anomena formatació \"directa\". Això vol dir que modifiqueu text o altres objectes, com marcs o taules, aplicant diferents atributs directament. El format s'aplica només a l'àrea seleccionada i tots els canvis s'han de fer separadament. D'altra banda, els estils no s'apliquen directament al text, sinó que es defineixen a la finestra Estils i formatació i després s'apliquen. Un dels avantatges és que quan canvieu un estil, totes les parts del document que tenen aquest estil assignat es modifiquen alhora."
#: 00000005.xhp#par_id3147287.35.help.text
-#, fuzzy
msgid "You can remove direct formatting from your document by selecting the entire text with the shortcut keys <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A and then choosing <emph>Format - Clear Direct Formatting</emph>."
msgstr "Podeu suprimir la formatació directa del document si seleccioneu el text sencer amb les tecles de drecera <switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+A i després trieu <emph>Format - Formatació per defecte</emph>."
@@ -5371,36 +5367,35 @@ msgstr "Anomena i desa"
#: 00000401.xhp#par_id3150300.99.help.text
msgid "<variable id=\"htmlspeichern\">$[officename] Draw or $[officename] Impress menu <emph>File - Export</emph>, select \"HTML Document\" file type, this dialog opens automatically</variable>"
-msgstr "<variable id=\"htmlspeichern\">En el menú <emph>Fitxer - Exporta</emph> de l'$[officename] Draw o l'$[officename] Impress, seleccioneu \"Document HTML\" com a tipus de fitxer, s'obrirà el diàleg automàticament</variable>"
+msgstr "<variable id=\"htmlspeichern\">En el menú <emph>Fitxer - Exporta</emph> del $[officename] Draw o del $[officename] Impress, seleccioneu \"Document HTML\" com a tipus de fitxer, s'obrirà el diàleg automàticament</variable>"
#: 00000401.xhp#par_id3153387.137.help.text
msgid "<variable id=\"htmlspeichern1\">$[officename] Draw/$[officename] Impress menu<emph> File - Export</emph>, select HTML file type, page 1 of the wizard</variable>"
-msgstr "<variable id=\"htmlspeichern1\">Menú de l'$[officename] Draw/$[officename] Impress <emph> Fitxer - Exporta</emph>, seleccioneu el tipus de fitxer HTML, pàgina 1 de l'auxiliar</variable>"
+msgstr "<variable id=\"htmlspeichern1\">Menú del $[officename] Draw o del $[officename] Impress <emph> Fitxer - Exporta</emph>, seleccioneu el tipus de fitxer HTML, pàgina 1 de l'auxiliar</variable>"
#: 00000401.xhp#par_id3154021.138.help.text
msgid "<variable id=\"htmlspeichern2\">$[officename] Draw/$[officename] Impress menu<emph> File - Export</emph>, select HTML file type, page 2 of the wizard</variable>"
-msgstr "<variable id=\"htmlspeichern2\">Menú de l'$[officename] Draw/$[officename] Impress <emph> Fitxer - Exporta</emph>, seleccioneu el tipus de fitxer HTML, pàgina 2 de l'auxiliar</variable>"
+msgstr "<variable id=\"htmlspeichern2\">Menú del $[officename] Draw o del $[officename] Impress <emph> Fitxer - Exporta</emph>, seleccioneu el tipus de fitxer HTML, pàgina 2 de l'auxiliar</variable>"
#: 00000401.xhp#par_id3147246.159.help.text
msgid "<variable id=\"htmlspeichern3\">$[officename] Draw/$[officename] Impress menu<emph> File - Export</emph>, select HTML file type, page 3 of the wizard</variable>"
-msgstr "<variable id=\"htmlspeichern3\">Menú de l'$[officename] Draw/$[officename] Impress <emph> Fitxer - Exporta</emph>, seleccioneu el tipus de fitxer HTML, pàgina 3 de l'auxiliar</variable>"
+msgstr "<variable id=\"htmlspeichern3\">Menú del $[officename] Draw o del $[officename] Impress <emph> Fitxer - Exporta</emph>, seleccioneu el tipus de fitxer HTML, pàgina 3 de l'auxiliar</variable>"
#: 00000401.xhp#par_id3145131.140.help.text
msgid "<variable id=\"htmlspeichern4\">$[officename] Draw/$[officename] Impress menu<emph> File - Export</emph>, select HTML file type, page 4 of the wizard</variable>"
-msgstr "<variable id=\"htmlspeichern4\">Menú de l'$[officename] Draw/$[officename] Impress <emph> Fitxer - Exporta</emph>, seleccioneu el tipus de fitxer HTML, pàgina 4 de l'auxiliar</variable>"
+msgstr "<variable id=\"htmlspeichern4\">Menú del $[officename] Draw o del $[officename] Impress <emph> Fitxer - Exporta</emph>, seleccioneu el tipus de fitxer HTML, pàgina 4 de l'auxiliar</variable>"
#: 00000401.xhp#par_id3150235.141.help.text
msgid "<variable id=\"htmlspeichern5\">$[officename] Draw/$[officename] Impress menu<emph> File - Export</emph>, select HTML file type, page 5 of the wizard</variable>"
-msgstr "<variable id=\"htmlspeichern5\">Menú de l'$[officename] Draw/$[officename] Impress <emph> Fitxer - Exporta</emph>, seleccioneu el tipus de fitxer HTML, pàgina 5 de l'auxiliar</variable>"
+msgstr "<variable id=\"htmlspeichern5\">Menú del $[officename] Draw o del $[officename] Impress <emph> Fitxer - Exporta</emph>, seleccioneu el tipus de fitxer HTML, pàgina 5 de l'auxiliar</variable>"
#: 00000401.xhp#par_id3145762.142.help.text
msgid "<variable id=\"htmlspeichern6\">$[officename] Draw/$[officename] Impress menu<emph> File - Export</emph>, select HTML file type, page 6 of the wizard</variable>"
-msgstr "<variable id=\"htmlspeichern6\">Menú de l'$[officename] Draw/$[officename] Impress <emph> Fitxer - Exporta</emph>, seleccioneu el tipus de fitxer HTML, pàgina 6 de l'auxiliar</variable>"
+msgstr "<variable id=\"htmlspeichern6\">Menú del $[officename] Draw o del $[officename] Impress <emph> Fitxer - Exporta</emph>, seleccioneu el tipus de fitxer HTML, pàgina 6 de l'auxiliar</variable>"
#: 00000401.xhp#par_id3149735.help.text
-#, fuzzy
msgid "<variable id=\"exportgraphic\">Choose <emph>File - Export</emph>, select a graphics file type, dialog opens automatically</variable>"
-msgstr "<variable id=\"bmpexport\">Trieu <emph>Fitxer - Exporta</emph>, si se selecciona BMP com a tipus de fitxer, s'obrirà automàticament el diàleg</variable>"
+msgstr "<variable id=\"exportgraphic\">Trieu <emph>Fitxer - Exporta</emph>, si se selecciona un fitxer de tipus gràfic, s'obrirà automàticament el diàleg</variable>"
#: 00000401.xhp#par_id3154901.58.help.text
msgid "<variable id=\"saveall\">Choose <emph>File - Save All</emph></variable>"
@@ -6074,7 +6069,7 @@ msgstr "<image id=\"img_id3155129\" src=\"cmd/sc_setobjecttoforeground.png\" wid
#: 00040501.xhp#par_id3153607.24.help.text
msgid "To Foreground"
-msgstr "Al fons"
+msgstr "En primer pla"
#: 00040501.xhp#par_id3159626.25.help.text
msgid "Choose <emph>Format - Arrange - To Background</emph>"
@@ -6313,7 +6308,7 @@ msgstr "<variable id=\"diaobjektleiste\">Icona a la barra Visualització de diap
#: 00000007.xhp#par_id3156553.10.help.text
msgid "<variable id=\"symbolleistenneu\">This overview describes the default toolbar configuration for $[officename].</variable>"
-msgstr "<variable id=\"symbolleistenneu\">Aquesta visió general descriu la configuració per defecte de la barra d'eines per a l'$[officename].</variable>"
+msgstr "<variable id=\"symbolleistenneu\">Aquesta visió general descriu la configuració per defecte de la barra d'eines per al $[officename].</variable>"
#: 00000007.xhp#par_id3153551.11.help.text
msgid "Asian Language Support"
@@ -6353,7 +6348,7 @@ msgstr "<variable id=\"Datenquelle\">En una finestra d'un fitxer de base de dade
#: 00000450.xhp#par_id3149119.6.help.text
msgid "<variable id=\"Verzeichnis\">Path selection button in various Wizards / <emph>Edit</emph> Buttons for some entries in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Paths</emph></variable>"
-msgstr "<variable id=\"Verzeichnis\">Botó de selecció de camí en diferents auxiliars / botons <emph>Edita</emph> per a algunes entrades a <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferències</caseinline><defaultinline>Eines - Opcions</defaultinline></switchinline> - $[officename] - Camins</emph></variable>"
+msgstr "<variable id=\"Verzeichnis\">Botó de selecció de camí en diferents auxiliars / botons <emph>Edita</emph> per a algunes entrades a <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferències</caseinline><defaultinline>Eines - Opcions</defaultinline></switchinline> - $[officename] - Camins</emph></variable>"
#: 00000450.xhp#par_id3154497.8.help.text
#, fuzzy
@@ -6511,7 +6506,7 @@ msgstr "<variable id=\"infoanwendung\">Trieu <emph>Ajuda - Quant a l'</emph><emp
#: 00000408.xhp#par_id3151387.15.help.text
msgid "Automatically after <item type=\"productname\">%PRODUCTNAME</item> is first started."
-msgstr "Automàticament després que l'<item type=\"productname\">%PRODUCTNAME</item> s'ha iniciat per primera vegada."
+msgstr "Automàticament després que el <item type=\"productname\">%PRODUCTNAME</item> s'ha iniciat per primera vegada."
#: 00000408.xhp#par_id3153808.16.help.text
msgid "Choose <emph>Help - Registration</emph> (this is a direct link to an external website)"
diff --git a/translations/source/ca/helpcontent2/source/text/shared/01.po b/translations/source/ca/helpcontent2/source/text/shared/01.po
index d762c835fc7..3c5f1839469 100644
--- a/translations/source/ca/helpcontent2/source/text/shared/01.po
+++ b/translations/source/ca/helpcontent2/source/text/shared/01.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
-"PO-Revision-Date: 2011-10-27 15:10+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
+"PO-Revision-Date: 2012-02-28 13:49+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: 06150000.xhp#tit.help.text
@@ -90,7 +90,7 @@ msgstr "<ahelp hid=\"HID_XML_FILTER_LIST\">Seleccioneu un o més filtres i feu c
#: 06150000.xhp#par_idN10711.help.text
msgctxt "06150000.xhp#par_idN10711.help.text"
msgid "Some filters are only available as optional components during the %PRODUCTNAME installation. To install an optional filter, run the %PRODUCTNAME Setup application, select \"Modify\", and then select the filter that you want in the list of modules."
-msgstr "Alguns filtres només estan disponibles com a components addicionals durant la instal·lació de %PRODUCTNAME. Per instal·lar un filtre opcional, executeu l'aplicació d'instal·lació de %PRODUCTNAME, seleccioneu \"Modifica\" i a la llista de mòduls seleccioneu el filtre que vulgueu instal·lar."
+msgstr "Alguns filtres només estan disponibles com a components addicionals durant la instal·lació del %PRODUCTNAME. Per instal·lar un filtre opcional, executeu l'aplicació d'instal·lació del %PRODUCTNAME, seleccioneu \"Modifica\" i a la llista de mòduls seleccioneu el filtre que vulgueu instal·lar."
#: 06150000.xhp#par_id3153032.33.help.text
msgid "The lists shows the name and the type of the installed filters."
@@ -202,7 +202,7 @@ msgstr "Afegeix espais"
#: 06040600.xhp#par_id3153700.101.help.text
msgid "<ahelp hid=\"OFFMGR_CHECKBOX_RID_OFAPAGE_AUTOCOMPLETE_OPTIONS_CB_APPEND_SPACE\">If you do not add punctuation after the word, $[officename] adds a space.</ahelp> The space is added as soon as you begin typing the next word."
-msgstr "<ahelp hid=\"OFFMGR_CHECKBOX_RID_OFAPAGE_AUTOCOMPLETE_OPTIONS_CB_APPEND_SPACE\">Si no afegiu puntuació després de la paraula, l'$[officename] hi afegirà un espai.</ahelp> Aquest espai s'afegirà just quan comenceu a escriure la paraula següent."
+msgstr "<ahelp hid=\"OFFMGR_CHECKBOX_RID_OFAPAGE_AUTOCOMPLETE_OPTIONS_CB_APPEND_SPACE\">Si no afegiu puntuació després de la paraula, el $[officename] hi afegirà un espai.</ahelp> Aquest espai s'afegirà just quan comenceu a escriure la paraula següent."
#: 06040600.xhp#hd_id3150771.102.help.text
msgid "Show as tip"
@@ -226,7 +226,7 @@ msgstr "En tancar un document, suprimeix de la llista les paraules recollides d'
#: 06040600.xhp#par_id3158430.99.help.text
msgid "<ahelp hid=\"OFFMGR_CHECKBOX_RID_OFAPAGE_AUTOCOMPLETE_OPTIONS_CB_KEEP_LIST\">When enabled, the list gets cleared when closing the current document. When disabled, makes the current Word Completion list available to other documents after you close the current document. The list remains available until you exit %PRODUCTNAME.</ahelp>"
-msgstr "<ahelp hid=\"OFFMGR_CHECKBOX_RID_OFAPAGE_AUTOCOMPLETE_OPTIONS_CB_KEEP_LIST\">Quan aquesta opció està activada, la llista s'esborra en tancar el document actual. Quan està desactivada, fa que la llista de compleció de paraules estigui disponible per als altres documents en tancar el document actual. La llista està disponible fins que sortiu de %PRODUCTNAME.</ahelp>"
+msgstr "<ahelp hid=\"OFFMGR_CHECKBOX_RID_OFAPAGE_AUTOCOMPLETE_OPTIONS_CB_KEEP_LIST\">Quan aquesta opció està activada, la llista s'esborra en tancar el document actual. Quan està desactivada, fa que la llista de compleció de paraules estigui disponible per als altres documents en tancar el document actual. La llista està disponible fins que sortiu del %PRODUCTNAME.</ahelp>"
#: 06040600.xhp#hd_id3149580.104.help.text
msgid "Accept with"
@@ -394,7 +394,7 @@ msgstr "<ahelp hid=\"HID_FILESAVE_FILETYPE\">Seleccioneu el format de fitxer del
#: 01070000.xhp#par_id3145116.41.help.text
msgid "Always save your document in a <item type=\"productname\">%PRODUCTNAME</item> file type before saving it to an external file type. When you export to an external file type, some formatting features may be lost."
-msgstr "Deseu sempre el document en un tipus de fitxer de l'<item type=\"productname\">%PRODUCTNAME</item> abans de desar-lo en un tipus de fitxer extern. Quan exporteu a un tipus de fitxer extern, pot ser que algunes funcions de formatació es perdin."
+msgstr "Deseu sempre el document en un tipus de fitxer del <item type=\"productname\">%PRODUCTNAME</item> abans de desar-lo en un tipus de fitxer extern. Quan exporteu a un tipus de fitxer extern, pot ser que algunes funcions de formatació es perdin."
#: 01070000.xhp#hd_id3147228.42.help.text
msgctxt "01070000.xhp#hd_id3147228.42.help.text"
@@ -415,7 +415,7 @@ msgstr "<ahelp hid=\"HID_FILESAVE_SAVEWITHPASSWORD\">Protegeix el fitxer mitjan
#: 01070000.xhp#par_id3152920.65.help.text
msgid "Only documents using the <item type=\"productname\">%PRODUCTNAME</item> XML-based format can be saved with a password."
-msgstr "Només es poden desar amb contrasenya els documents que utilitzen el format XML de l'<item type=\"productname\">%PRODUCTNAME</item>."
+msgstr "Només es poden desar amb contrasenya els documents que utilitzen el format XML del <item type=\"productname\">%PRODUCTNAME</item>."
#: 01070000.xhp#hd_id3147502.66.help.text
msgid "Edit filter settings"
@@ -432,7 +432,7 @@ msgstr "Selecció"
#: 01070000.xhp#par_id3159125.48.help.text
msgid "<ahelp hid=\"HID_FILESAVE_SELECTION\">Exports only the selected graphic objects in <item type=\"productname\">%PRODUCTNAME</item> Draw and Impress to another format. If this box is not checked, the entire document is exported.</ahelp>"
-msgstr "<ahelp hid=\"HID_FILESAVE_SELECTION\">Només exporta els objectes gràfics seleccionats a l'<item type=\"productname\">%PRODUCTNAME</item> Draw i Impress a un altre format. Si no s'activa aquesta casella, s'exporta tot el document.</ahelp>"
+msgstr "<ahelp hid=\"HID_FILESAVE_SELECTION\">Només exporta els objectes gràfics seleccionats al <item type=\"productname\">%PRODUCTNAME</item> Draw i Impress a un altre format. Si no s'activa aquesta casella, s'exporta tot el document.</ahelp>"
#: 01070000.xhp#par_id3148577.70.help.text
msgid "If you are exporting to any document file type, the entire document is exported."
@@ -779,7 +779,6 @@ msgid "<ahelp hid=\"HID_ALIGNMENT_CTR_DIAL\">Click in the dial to set the text o
msgstr "<ahelp hid=\"HID_ALIGNMENT_CTR_DIAL\">Feu clic al disc per definir l'orientació del text.</ahelp>"
#: 05340300.xhp#hd_id3150449.45.help.text
-#, fuzzy
msgid "Degrees"
msgstr "Graus"
@@ -824,7 +823,6 @@ msgid "This checkbox is only available if Asian language support is enabled and
msgstr "Aquesta casella de selecció només està disponible si s'ha habilitat la compatibilitat amb llengües asiàtiques i si la direcció del text s'ha definit com a vertical. <ahelp hid=\"SVX_TRISTATEBOX_RID_SVXPAGE_ALIGNMENT_BTN_ASIAN_VERTICAL\">Alinea els caràcters asiàtics l'un sota de l'altre a la cel·la o les cel·les seleccionades. Si la cel·la conté més d'una línia de text, aquestes línies es converteixen en columnes de text que s'organitzen de dreta a esquerra. Els caràcters occidentals del text convertit es giren 90º cap a la dreta, mentre que els caràcters asiàtics no es giren.</ahelp>"
#: 05340300.xhp#hd_id3150032.43.help.text
-#, fuzzy
msgctxt "05340300.xhp#hd_id3150032.43.help.text"
msgid "Properties"
msgstr "Propietats"
@@ -2514,7 +2512,7 @@ msgstr "Icones"
#: 06140402.xhp#par_idN1054B.help.text
msgid "Displays the available icons in %PRODUCTNAME. To replace the icon that you selected in the <link href=\"text/shared/01/06140400.xhp\">Customize</link> dialog, click an icon, then click the <emph>OK</emph> button."
-msgstr "Mostra les icones disponibles a %PRODUCTNAME. Per reemplaçar una icona que hàgiu seleccionat en el diàleg <link href=\"text/shared/01/06140400.xhp\">Personalitza</link>, feu clic a la icona i, a continuació, al botó <emph>D'acord</emph>. "
+msgstr "Mostra les icones disponibles al %PRODUCTNAME. Per reemplaçar una icona que hàgiu seleccionat en el diàleg <link href=\"text/shared/01/06140400.xhp\">Personalitza</link>, feu clic a la icona i, a continuació, al botó <emph>D'acord</emph>. "
#: 06140402.xhp#par_idN1055C.help.text
msgctxt "06140402.xhp#par_idN1055C.help.text"
@@ -2523,7 +2521,7 @@ msgstr "Importa"
#: 06140402.xhp#par_idN10560.help.text
msgid "<ahelp hid=\".\">Adds new icons to the list of icons. You see a file open dialog that imports the selected icon or icons into the internal icon directory of %PRODUCTNAME.</ahelp>"
-msgstr "<ahelp hid=\".\">Afegeix icones noves a la llista d'icones. Visualitzareu un diàleg d'obertura de fitxers que us permetrà importar la icona o les icones seleccionades al directori d'icones intern de %PRODUCTNAME.</ahelp>"
+msgstr "<ahelp hid=\".\">Afegeix icones noves a la llista d'icones. Visualitzareu un diàleg d'obertura de fitxers que us permetrà importar la icona o les icones seleccionades al directori d'icones intern del %PRODUCTNAME.</ahelp>"
#: 06140402.xhp#par_idN10575.help.text
msgid "You can only import icons that are in the PNG file format and that are 16x16 or 26x26 pixels in size."
@@ -3229,7 +3227,7 @@ msgstr "<ahelp hid=\"34869\">Feu doble clic en un enllaç de la llista per obrir
#: 02180000.xhp#par_idN1099856.help.text
msgid "When you open a file by an URL from the Windows file dialog, Windows will open a local copy of the file, located in the Internet Explorer cache. The %PRODUCTNAME file dialog opens the remote file."
-msgstr "Quan obriu un fitxer a partir d'un URL des del diàleg de fitxers del Windows, el Windows obrirà una còpia local d'aquest fitxer, que es troba a la memòria cau de l'Internet Explorer. El diàleg de fitxers de %PRODUCTNAME obre el fitxer remot."
+msgstr "Quan obriu un fitxer a partir d'un URL des del diàleg de fitxers del Windows, el Windows obrirà una còpia local d'aquest fitxer, que es troba a la memòria cau de l'Internet Explorer. El diàleg de fitxers del %PRODUCTNAME obre el fitxer remot."
#: 02180000.xhp#hd_id3155503.3.help.text
msgid "Source file"
@@ -4464,7 +4462,7 @@ msgstr "<ahelp hid=\"HID_XML_FILTER_IMPORT_TEMPLATE\" visibility=\"visible\">Int
#: 06150120.xhp#par_id3156330.19.help.text
msgid "The path to the directory that contains the template must be included in <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Paths</emph>. When you open an XML file whose filter uses the template, the template opens first. In the template, you can map $[officename] styles to display XML tags in the XML document."
-msgstr "Heu d'incloure el camí del directori que conté la plantilla a <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferències</caseinline><defaultinline>Eines - Opcions</defaultinline></switchinline> - $[officename] - Camins</emph>. Si obriu un fitxer XML amb un filtre que utilitzi la plantilla, aquesta plantilla s'obrirà primer. Un cop a la plantilla podreu mapar els estils de l'$[officename] perquè es mostrin les etiquetes XML en el document XML."
+msgstr "Heu d'incloure el camí del directori que conté la plantilla a <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferències</caseinline><defaultinline>Eines - Opcions</defaultinline></switchinline> - $[officename] - Camins</emph>. Si obriu un fitxer XML amb un filtre que utilitzi la plantilla, aquesta plantilla s'obrirà primer. Un cop a la plantilla podreu mapar els estils del $[officename] perquè es mostrin les etiquetes XML en el document XML."
#: 05230100.xhp#tit.help.text
msgctxt "05230100.xhp#tit.help.text"
@@ -4755,7 +4753,7 @@ msgstr "Edita"
#: 06130000.xhp#par_id3150355.18.help.text
msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_EDIT\">Starts the $[officename] Basic editor and opens the selected macro or dialog for editing.</ahelp>"
-msgstr "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_EDIT\">Inicia l'editor de l'$[officename] Basic i obre la macro o el diàleg seleccionats per editar-los.</ahelp>"
+msgstr "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_EDIT\">Inicia l'editor del $[officename] Basic i obre la macro o el diàleg seleccionats per editar-los.</ahelp>"
#: 06130000.xhp#hd_id3150772.19.help.text
msgid "New / Delete"
@@ -4873,7 +4871,7 @@ msgstr "Edita"
#: 06130000.xhp#par_id3150868.49.help.text
msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_EDIT\">Opens the $[officename] Basic editor so that you can modify the selected library.</ahelp>"
-msgstr "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_EDIT\">Obre l'editor de l'$[officename] Basic perquè pugueu modificar la biblioteca seleccionada.</ahelp>"
+msgstr "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_EDIT\">Obre l'editor del $[officename] Basic perquè pugueu modificar la biblioteca seleccionada.</ahelp>"
#: 06130000.xhp#hd_id3153104.50.help.text
msgctxt "06130000.xhp#hd_id3153104.50.help.text"
@@ -4909,7 +4907,7 @@ msgstr "Importa"
#: 06130000.xhp#par_id3147441.55.help.text
msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_APPEND\">Locate that $[officename] Basic library that you want to add to the current list, and then click Open.</ahelp>"
-msgstr "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_APPEND\">Cerqueu la biblioteca de l'$[officename] Basic que vulgueu afegir a la llista actual i, a continuació, feu clic a <emph>Obre</emph>.</ahelp>"
+msgstr "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_APPEND\">Cerqueu la biblioteca del $[officename] Basic que vulgueu afegir a la llista actual i, a continuació, feu clic a <emph>Obre</emph>.</ahelp>"
#: 06130000.xhp#par_idN10A39.help.text
msgid "<variable id=\"script\">Scripts </variable>"
@@ -10950,9 +10948,8 @@ msgid "Color Replacer"
msgstr "Barra de colors"
#: 06030000.xhp#hd_id3156324.1.help.text
-#, fuzzy
msgid "<link href=\"text/shared/01/06030000.xhp\" name=\"Color Replacer\">Color Replacer</link>"
-msgstr "<link href=\"text/shared/01/03170000.xhp\" name=\"Barra de colors\">Barra de colors</link>"
+msgstr "<link href=\"text/shared/01/06030000.xhp\" name=\"Barra de colors\">Barra de colors</link>"
#: 06030000.xhp#par_id3145138.2.help.text
#, fuzzy
diff --git a/translations/source/ca/helpcontent2/source/text/shared/02.po b/translations/source/ca/helpcontent2/source/text/shared/02.po
index 7909b2a477c..5e6540a523e 100644
--- a/translations/source/ca/helpcontent2/source/text/shared/02.po
+++ b/translations/source/ca/helpcontent2/source/text/shared/02.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 19:12+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca/helpcontent2/source/text/shared/04.po b/translations/source/ca/helpcontent2/source/text/shared/04.po
index 3a642694474..34c49b1cb3c 100644
--- a/translations/source/ca/helpcontent2/source/text/shared/04.po
+++ b/translations/source/ca/helpcontent2/source/text/shared/04.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca/helpcontent2/source/text/shared/05.po b/translations/source/ca/helpcontent2/source/text/shared/05.po
index 5db3e7427db..4702354982e 100644
--- a/translations/source/ca/helpcontent2/source/text/shared/05.po
+++ b/translations/source/ca/helpcontent2/source/text/shared/05.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca/helpcontent2/source/text/shared/07.po b/translations/source/ca/helpcontent2/source/text/shared/07.po
index 330cfba16b4..01f63686bec 100644
--- a/translations/source/ca/helpcontent2/source/text/shared/07.po
+++ b/translations/source/ca/helpcontent2/source/text/shared/07.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F07.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca/helpcontent2/source/text/shared/autokorr.po b/translations/source/ca/helpcontent2/source/text/shared/autokorr.po
index feb523f27f1..48b7e030b2c 100644
--- a/translations/source/ca/helpcontent2/source/text/shared/autokorr.po
+++ b/translations/source/ca/helpcontent2/source/text/shared/autokorr.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautokorr.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca/helpcontent2/source/text/shared/autopi.po b/translations/source/ca/helpcontent2/source/text/shared/autopi.po
index c26cf59191c..af3218a8850 100644
--- a/translations/source/ca/helpcontent2/source/text/shared/autopi.po
+++ b/translations/source/ca/helpcontent2/source/text/shared/autopi.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautopi.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:12+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca/helpcontent2/source/text/shared/explorer/database.po b/translations/source/ca/helpcontent2/source/text/shared/explorer/database.po
index 7ecc952ba89..76cf7fec13a 100644
--- a/translations/source/ca/helpcontent2/source/text/shared/explorer/database.po
+++ b/translations/source/ca/helpcontent2/source/text/shared/explorer/database.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fexplorer%2Fdatabase.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 19:12+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca/helpcontent2/source/text/shared/guide.po b/translations/source/ca/helpcontent2/source/text/shared/guide.po
index 71128396d41..cb5184b7c55 100644
--- a/translations/source/ca/helpcontent2/source/text/shared/guide.po
+++ b/translations/source/ca/helpcontent2/source/text/shared/guide.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-01-11 16:10+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: redlining_doccompare.xhp#tit.help.text
diff --git a/translations/source/ca/helpcontent2/source/text/shared/optionen.po b/translations/source/ca/helpcontent2/source/text/shared/optionen.po
index 57551bf1d47..988d150211e 100644
--- a/translations/source/ca/helpcontent2/source/text/shared/optionen.po
+++ b/translations/source/ca/helpcontent2/source/text/shared/optionen.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Foptionen.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-10-27 15:10+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -124,8 +124,8 @@ msgid "If you import an MS Word document, the spaces are automatically added dur
msgstr "Si importeu un document del MS Word, els espais s'afegeixen automàticament durant la conversió."
#: 01041000.xhp#hd_id3149964.42.help.text
-msgid "Use StarOffice 6.0/7 tab stop formatting"
-msgstr "Utilitza la formatació de tabulació de l'StarOffice 6.0/7"
+msgid "Use OpenOffice.org 1.1 tab stop formatting"
+msgstr ""
#: 01041000.xhp#par_id3152777.43.help.text
msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTLOAD_PAGE_CB_TAB_ALIGNMENT\">Specifies how to align text at tab stops beyond the right margin, how to handle decimal tab stops, and how to handle tab stops close to a line break.</ahelp> If this check box is not selected, tab stops are handled in the same way as in other Office applications."
@@ -148,8 +148,8 @@ msgid "In text documents created by your current version of Writer, the addition
msgstr "En documents de text creats per la versió actual del Writer, l'interlineat addicional s'utilitza per defecte. En documents creats per versions del Writer anteriors a l'StarOffice 8 o OpenOffice.org 2.0, no s'utilitza l'interlineat addicional."
#: 01041000.xhp#par_idN107FF.help.text
-msgid "Use StarOffice 6.0/7 line spacing"
-msgstr "Utilitza l'interlineat de l'StarOffice 6.0/7"
+msgid "Use OpenOffice.org 1.1 line spacing"
+msgstr ""
#: 01041000.xhp#par_idN10815.help.text
msgid "If the option is off, a new process for formatting text lines with proportional line spacing will be applied. If the option is on, the previous method of formatting of text lines with proportional line spacing will be applied."
@@ -173,8 +173,8 @@ msgid "If the option is off, table cells will be formatted as in Writer versions
msgstr "Si l'opció està desactivada, les cel·les de la taula es formataran com a les versions del Writer anteriors a l'StarOffice 8 o l'OpenOffice.org 2.0. Si l'opció està activada, s'aplicarà un mètode alternatiu per formatar les cel·les de la taula. Aquesta opció està activada per defecte per als documents nous creats amb %PRODUCTNAME %PRODUCTVERSION i per als documents importats des del format del Microsoft Word."
#: 01041000.xhp#par_idN1084C.help.text
-msgid "Use StarOffice 6.0/7 object positioning"
-msgstr "Utilitza el posicionament d'objectes de l'StarOffice 6.0/7"
+msgid "Use OpenOffice.org 1.1 object positioning"
+msgstr ""
#: 01041000.xhp#par_idN10864.help.text
msgid "Specifies how to calculate the position of floating objects anchored to a character or paragraph with respect to the top and bottom paragraph spacing."
@@ -189,8 +189,8 @@ msgid "The option will be set to off for new documents. For Writer documents cre
msgstr "L'opció estarà desactivada per als documents nous. Per als documents del Writer creats amb una versió anterior a %PRODUCTNAME %PRODUCTVERSION l'opció estarà activada."
#: 01041000.xhp#par_idN10821.help.text
-msgid "Use StarOffice 6.0/7 text wrapping around objects"
-msgstr "Utilitza l'ajustament del text al voltant dels objectes de l'StarOffice 6.0/7"
+msgid "Use OpenOffice.org 1.1 text wrapping around objects"
+msgstr ""
#: 01041000.xhp#par_id4016541.help.text
msgid "MS Word and Writer have different approaches on wrapping text around floating screen objects. Floating screen object are Writer frames and drawing objects, and the objects 'text box', 'graphic', 'frame', 'picture' etc. in MS Word."
@@ -3178,25 +3178,6 @@ msgstr "Gràfics i objectes"
msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PGRF\">Specifies whether the graphics of your text document are printed.</ahelp>"
msgstr "<ahelp hid=\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_PGRF\">Especifica si cal imprimir els gràfics del document de text.</ahelp>"
-#: 01040400.xhp#hd_id3150771.7.help.text
-msgctxt "01040400.xhp#hd_id3150771.7.help.text"
-msgid "Tables"
-msgstr "Taules"
-
-#: 01040400.xhp#par_id3148943.8.help.text
-#, fuzzy
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PTAB\">Specifies whether the tables of the text document are printed.</ahelp>"
-msgstr "<ahelp hid=\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_PTAB\">Especifica si cal imprimir les taules del document de text.</ahelp>"
-
-#: 01040400.xhp#hd_id3149294.9.help.text
-msgid "Drawings (not for HTML documents)"
-msgstr "Dibuixos (no per a documents HTML)"
-
-#: 01040400.xhp#par_id3149457.10.help.text
-#, fuzzy
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PDRAW\">Specifies whether graphics created with $[officename] drawing functions are printed.</ahelp>"
-msgstr "<ahelp hid=\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_PDRAW\">Especifica si cal imprimir els gràfics creats amb les funcions de dibuix de l'$[officename].</ahelp>"
-
#: 01040400.xhp#hd_id3153525.11.help.text
#, fuzzy
msgid "Form controls"
@@ -5482,14 +5463,6 @@ msgstr "<emph>Exemple:</emph> escriviu el text 'Prova' a la cel·la A1 i el text
msgid "The EXACT text function is always case-sensitive, independent of the settings in this dialog."
msgstr "La funció de text EXACTE sempre distingeix entre majúscules i minúscules, independentment dels paràmetres d'aquest diàleg."
-#: 01060500.xhp#hd_id3145231.53.help.text
-msgid "Decimal places"
-msgstr "Nombre de decimals"
-
-#: 01060500.xhp#par_id3149568.54.help.text
-msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
-msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defineix el nombre de decimals que es mostraran per als nombres amb el format <emph>Estàndard</emph>. Els nombres es mostren com a nombres arrodonits, però en canvi no es desen com a tals.</ahelp>"
-
#: 01060500.xhp#hd_id3145150.30.help.text
msgid "Precision as shown"
msgstr "Precisió com es mostra"
@@ -5579,6 +5552,14 @@ msgstr ""
msgid "<ahelp hid=\".\">You can specify the maximum number of decimal places that are shown by default for cells with General number format. If not enabled, cells with General number format show as many decimal places as the column width allows.</ahelp>"
msgstr ""
+#: 01060500.xhp#hd_id3145231.53.help.text
+msgid "Decimal places"
+msgstr "Nombre de decimals"
+
+#: 01060500.xhp#par_id3149568.54.help.text
+msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
+msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defineix el nombre de decimals que es mostraran per als nombres amb el format <emph>Estàndard</emph>. Els nombres es mostren com a nombres arrodonits, però en canvi no es desen com a tals.</ahelp>"
+
#: viewcertificate_c.xhp#tit.help.text
msgid "Certificate Path"
msgstr "Camí del certificat"
@@ -5847,7 +5828,7 @@ msgid "View"
msgstr "Visualització"
#: 01060100.xhp#bm_id3147242.help.text
-msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>handles; showing large handles (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
+msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
msgstr ""
#: 01060100.xhp#hd_id3150445.1.help.text
@@ -5900,15 +5881,6 @@ msgstr ""
msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">Specifies whether to view guides when moving drawings, frames, graphics and other objects.</ahelp> These guides help you align objects."
msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">Especifica si cal mostrar les guies en moure dibuixos, marcs, gràfics i altres objectes.</ahelp> Aquestes guies us ajuden a alinear objectes."
-#: 01060100.xhp#hd_id3149202.40.help.text
-msgctxt "01060100.xhp#hd_id3149202.40.help.text"
-msgid "Large handles"
-msgstr "Anses grans"
-
-#: 01060100.xhp#par_id3154123.41.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\">Specifies that larger than normal handles (the eight points on a selection box) are displayed.</ahelp>"
-msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\">Especifica si es mostren anses més grans que les normals (els vuit punts d'un quadre de selecció).</ahelp>"
-
#: 01060100.xhp#hd_id3152920.3.help.text
msgctxt "01060100.xhp#hd_id3152920.3.help.text"
msgid "Display"
@@ -6851,7 +6823,7 @@ msgid "View"
msgstr "Visualització"
#: 01040200.xhp#bm_id3156346.help.text
-msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>handles; displaying (Writer)</bookmark_value><bookmark_value>large handles (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
+msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
msgstr ""
#: 01040200.xhp#hd_id3145090.1.help.text
@@ -6880,15 +6852,6 @@ msgstr ""
msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">Displays snap lines around the frames when frames are moved. You can select the<emph> Helplines While Moving </emph>option to show the exact position of the object using lineal values.</ahelp>"
msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">Mostra les guies al voltant dels marcs quan es mouen els marcs. Podeu seleccionar l'opció <emph>Guies en moure</emph> per mostrar la posició exacta de l'objecte amb valors lineals.</ahelp>"
-#: 01040200.xhp#hd_id3149763.32.help.text
-msgctxt "01040200.xhp#hd_id3149763.32.help.text"
-msgid "Large handles"
-msgstr "Anses grans"
-
-#: 01040200.xhp#par_id3153665.33.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_BIGHANDLE\">Displays larger sized handles (the eight points on a delimiting rectangle).</ahelp>"
-msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_BIGHANDLE\">Mostra les anses amb una mida més gran (els vuit punts d'un rectangle de delimitació).</ahelp>"
-
#: 01040200.xhp#hd_id3149416.11.help.text
msgctxt "01040200.xhp#hd_id3149416.11.help.text"
msgid "View"
@@ -6982,7 +6945,7 @@ msgid "If the <emph>Graphics and objects </emph>option is not selected, no graph
msgstr "Si l'opció <emph>Gràfics i objectes </emph>no està seleccionada, no es carregarà cap gràfic d'Internet. Els gràfics d'una taula i sense una indicació de mida poden provocar problemes de visualització quan s'utilitza un estàndard HTML antic a la pàgina visitada."
#: 01040200.xhp#hd_id3156332.40.help.text
-msgctxt "01040200.xhp#hd_id3156332.40.help.text"
+#, fuzzy
msgid "Tables"
msgstr "Taules"
diff --git a/translations/source/ca/helpcontent2/source/text/simpress.po b/translations/source/ca/helpcontent2/source/text/simpress.po
index 51ced5c9425..9281cc0e7d9 100644
--- a/translations/source/ca/helpcontent2/source/text/simpress.po
+++ b/translations/source/ca/helpcontent2/source/text/simpress.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+helpcontent2%2Fsource%2Ftext%2Fsimpress.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-11-29 15:43+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca/helpcontent2/source/text/simpress/00.po b/translations/source/ca/helpcontent2/source/text/simpress/00.po
index 1627f28ae90..63231d7ee0a 100644
--- a/translations/source/ca/helpcontent2/source/text/simpress/00.po
+++ b/translations/source/ca/helpcontent2/source/text/simpress/00.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 19:12+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca/helpcontent2/source/text/simpress/01.po b/translations/source/ca/helpcontent2/source/text/simpress/01.po
index 78a88df683b..e37ca0eaeaa 100644
--- a/translations/source/ca/helpcontent2/source/text/simpress/01.po
+++ b/translations/source/ca/helpcontent2/source/text/simpress/01.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
-"PO-Revision-Date: 2011-04-05 19:13+0200\n"
-"Last-Translator: Anonymous Pootle User\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-02-24 23:01+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: 13150000.xhp#tit.help.text
@@ -929,9 +929,8 @@ msgid "Table"
msgstr "Taula"
#: 04080100.xhp#hd_id3148576.1.help.text
-#, fuzzy
msgid "<link href=\"text/shared/01/04080100.xhp\">Table</link>"
-msgstr "<link href=\"text/swriter/01/04150000.xhp\">Taula</link>"
+msgstr "<link href=\"text/shared/01/04080100.xhp\">Taula</link>"
#: 04080100.xhp#par_id3146975.2.help.text
msgid "<variable id=\"tabelletext\"><ahelp hid=\".\">Inserts a new table into the current slide or page.</ahelp></variable>"
@@ -1517,9 +1516,8 @@ msgid "Format Cells"
msgstr "Formata les cel·les"
#: 05090000m.xhp#par_id3154643.2.help.text
-#, fuzzy
msgid "<variable id=\"tabelletext\"><ahelp hid=\".\">Specifies the properties of the selected table, for example, fonts, font effects, borders, and background.</ahelp></variable>"
-msgstr "<variable id=\"tabelletext\"><ahelp hid=\".uno:TableDialog\">Especifica les propietats de la taula seleccionada, com ara el tipus de lletra, els efectes de lletra, les vores i el fons.</ahelp></variable>"
+msgstr "<variable id=\"tabelletext\"><ahelp hid=\".\">Especifica les propietats de la taula seleccionada, com ara el tipus de lletra, els efectes de lletra, les vores i el fons.</ahelp></variable>"
#: 05090000m.xhp#par_id0916200811543127.help.text
msgid "On the Table Bar, click <emph>Table Properties</emph>."
diff --git a/translations/source/ca/helpcontent2/source/text/simpress/02.po b/translations/source/ca/helpcontent2/source/text/simpress/02.po
index b5d41163ba5..8d2128f4a1e 100644
--- a/translations/source/ca/helpcontent2/source/text/simpress/02.po
+++ b/translations/source/ca/helpcontent2/source/text/simpress/02.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
-"PO-Revision-Date: 2011-04-05 19:13+0200\n"
-"Last-Translator: Anonymous Pootle User\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
+"PO-Revision-Date: 2012-02-27 16:06+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: 13150000.xhp#tit.help.text
@@ -298,32 +298,6 @@ msgstr "<image id=\"img_id3147341\" src=\"cmd/sc_doubleclicktextedit.png\" width
msgid "Double-click to add Text"
msgstr "Feu doble clic per afegir text"
-#: 13080000.xhp#tit.help.text
-msgctxt "13080000.xhp#tit.help.text"
-msgid "Large Handles"
-msgstr "Anses grans"
-
-#: 13080000.xhp#bm_id3146119.help.text
-msgid "<bookmark_value>handles; large</bookmark_value>"
-msgstr "<bookmark_value>anses; grans</bookmark_value>"
-
-#: 13080000.xhp#hd_id3146119.1.help.text
-msgid "<link href=\"text/simpress/02/13080000.xhp\" name=\"Large Handles\">Large Handles</link>"
-msgstr "<link href=\"text/simpress/02/13080000.xhp\" name=\"Anses grans\">Anses grans</link>"
-
-#: 13080000.xhp#par_id3153142.2.help.text
-msgid "<ahelp hid=\".uno:BigHandles\" visibility=\"visible\">Displays large selection handles.</ahelp>"
-msgstr "<ahelp hid=\".uno:BigHandles\" visibility=\"visible\">Mostra les anses de selecció grans.</ahelp>"
-
-#: 13080000.xhp#par_id3155445.help.text
-msgid "<image src=\"cmd/sc_bighandles.png\" id=\"img_id3153714\"><alt id=\"alt_id3153714\">Icon</alt></image>"
-msgstr "<image src=\"cmd/sc_bighandles.png\" id=\"img_id3153714\"><alt id=\"alt_id3153714\">Icona</alt></image>"
-
-#: 13080000.xhp#par_id3154755.4.help.text
-msgctxt "13080000.xhp#par_id3154755.4.help.text"
-msgid "Large Handles"
-msgstr "Anses grans"
-
#: 13170000.xhp#tit.help.text
msgctxt "13170000.xhp#tit.help.text"
msgid "Snap to Object Points"
@@ -1230,10 +1204,9 @@ msgstr "Tots els nivells"
#: 13140000.xhp#tit.help.text
msgctxt "13140000.xhp#tit.help.text"
msgid "Snap to Snap Lines"
-msgstr ""
+msgstr "Ajusta a les guies"
#: 13140000.xhp#hd_id3153726.1.help.text
-#, fuzzy
msgid "<link href=\"text/simpress/02/13140000.xhp\" name=\"Snap to Snap Lines\">Snap to Snap Lines</link>"
msgstr "<link href=\"text/simpress/02/13140000.xhp\" name=\"Ajusta a les guies\">Ajusta a les guies</link>"
@@ -1244,7 +1217,7 @@ msgstr "<image id=\"img_id3146969\" src=\"cmd/sc_helplinesuse.png\" width=\"0.16
#: 13140000.xhp#par_id3154255.3.help.text
msgctxt "13140000.xhp#par_id3154255.3.help.text"
msgid "Snap to Snap Lines"
-msgstr ""
+msgstr "Ajusta a les guies"
#: 13010000.xhp#tit.help.text
msgctxt "13010000.xhp#tit.help.text"
@@ -1732,9 +1705,8 @@ msgid "Zoom Out"
msgstr "Allunya"
#: 10020000.xhp#par_id3153734.13.help.text
-#, fuzzy
msgid "<ahelp hid=\".\">Displays the slide at half its current size.</ahelp>"
-msgstr "<ahelp hid=\".uno:ZoomIn\">Mostra la diapositiva a la meitat de la mida actual.</ahelp>"
+msgstr "<ahelp hid=\".\">Mostra la diapositiva a la meitat de la mida actual.</ahelp>"
#: 10020000.xhp#par_id3145247.help.text
msgid "<image id=\"img_id3145355\" src=\"cmd/sc_zoomout.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145355\">Icon</alt></image>"
@@ -1771,7 +1743,7 @@ msgstr "Escala anterior"
#: 10020000.xhp#par_id3152926.20.help.text
#, fuzzy
msgid "<ahelp hid=\".uno:ZoomPrevious\">Returns the display of the slide to the previous zoom factor you applied.</ahelp> You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Comma(,)."
-msgstr "<ahelp hid=\".uno:ZoomPrevious\">Retorna la visualització de la diapositiva al factor d'escala anterior que heu aplicat.</ahelp> També podeu prémer <switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + coma (,)."
+msgstr "<ahelp hid=\".uno:ZoomPrevious\">Retorna la visualització de la diapositiva al factor d'escala anterior que heu aplicat.</ahelp> També podeu prémer <switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+coma (,)."
#: 10020000.xhp#par_id3154642.help.text
msgid "<image id=\"img_id3145202\" src=\"cmd/sc_zoomprevious.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145202\">Icon</alt></image>"
@@ -1790,7 +1762,7 @@ msgstr "Escala següent"
#: 10020000.xhp#par_id3143228.23.help.text
#, fuzzy
msgid "<ahelp hid=\".uno:ZoomNext\">Undoes the action of the <emph>Previous Zoom </emph>command.</ahelp> You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Period(.)."
-msgstr "<ahelp hid=\".uno:ZoomNext\">Desfà l'acció de l'ordre <emph>Escala anterior</emph>.</ahelp> També podeu prémer <switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + punt (.)."
+msgstr "<ahelp hid=\".uno:ZoomNext\">Desfà l'acció de l'ordre <emph>Escala anterior</emph>.</ahelp> També podeu prémer <switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+punt (.)."
#: 10020000.xhp#par_id3153908.help.text
msgid "<image id=\"img_id3154932\" src=\"cmd/sc_zoomnext.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154932\">Icon</alt></image>"
diff --git a/translations/source/ca/helpcontent2/source/text/simpress/04.po b/translations/source/ca/helpcontent2/source/text/simpress/04.po
index 72fc36c0b36..d711209e866 100644
--- a/translations/source/ca/helpcontent2/source/text/simpress/04.po
+++ b/translations/source/ca/helpcontent2/source/text/simpress/04.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
-"PO-Revision-Date: 2011-04-05 19:13+0200\n"
-"Last-Translator: Anonymous Pootle User\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-02-24 23:15+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: 01020000.xhp#tit.help.text
@@ -225,16 +225,18 @@ msgid "Jump to the last slide in the slide show."
msgstr "Salta a l'última diapositiva de la presentació."
#: 01020000.xhp#hd_id3153580.54.help.text
+#, fuzzy
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Page Up "
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Re Pàg "
#: 01020000.xhp#par_id3150702.55.help.text
msgid "Go to the previous slide."
msgstr "Va a la diapositiva anterior."
#: 01020000.xhp#hd_id3152944.56.help.text
+#, fuzzy
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Page Down "
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Av Pàg"
#: 01020000.xhp#par_id3153690.57.help.text
msgid "Go to the next slide."
@@ -319,26 +321,29 @@ msgid "Ungroup selected group."
msgstr "Desagrupa el grup seleccionat."
#: 01020000.xhp#hd_id3149309.120.help.text
+#, fuzzy
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ click"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ clic"
#: 01020000.xhp#par_id3148996.121.help.text
msgid "Enter a group, so that you can edit the individual objects of the group. Click outside the group to return to the normal view."
msgstr "Entreu en un grup per tal d'editar-ne els objectes individuals. Feu clic fora del grup per tornar a la visualització normal."
#: 01020000.xhp#hd_id3149485.75.help.text
+#, fuzzy
msgctxt "01020000.xhp#hd_id3149485.75.help.text"
msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ K"
-msgstr ""
+msgstr "Maj+<switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ K"
#: 01020000.xhp#par_id3151253.76.help.text
msgid "Combine selected objects."
msgstr "Combina els objectes seleccionats."
#: 01020000.xhp#hd_id3149104.77.help.text
+#, fuzzy
msgctxt "01020000.xhp#hd_id3149104.77.help.text"
msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ K"
-msgstr ""
+msgstr "Maj+<switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ K"
#: 01020000.xhp#par_id3154834.78.help.text
msgid "Split selected object. This combination only works on an object that was created by combining two or more objects."
@@ -353,24 +358,27 @@ msgid "Bring to Front."
msgstr "Porta al davant."
#: 01020000.xhp#hd_id3148972.81.help.text
+#, fuzzy
msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Plus key"
-msgstr ""
+msgstr "Maj+<switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ signe més"
#: 01020000.xhp#par_id3154900.82.help.text
msgid "Bring Forward."
msgstr "Porta endavant."
#: 01020000.xhp#hd_id3149040.83.help.text
+#, fuzzy
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Minus key"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ signe menys"
#: 01020000.xhp#par_id3147580.84.help.text
msgid "Send Backward."
msgstr "Envia enrere."
#: 01020000.xhp#hd_id3148742.85.help.text
+#, fuzzy
msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Minus key"
-msgstr ""
+msgstr "Maj+<switchinline select=\"sys\"><caseinline select=\"MAC\">Odre </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ signe menys"
#: 01020000.xhp#par_id3152775.86.help.text
msgid "Send to Back."
@@ -401,8 +409,9 @@ msgid "Moves the selected object or the page view in the direction of the arrow.
msgstr "Mou l'objecte seleccionat o la visualització de pàgina en la direcció de la fletxa."
#: 01020000.xhp#hd_id3154384.92.help.text
+#, fuzzy
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Arrow Key"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ fletxa"
#: 01020000.xhp#par_id3153279.93.help.text
msgid "Move around in the page view."
diff --git a/translations/source/ca/helpcontent2/source/text/simpress/guide.po b/translations/source/ca/helpcontent2/source/text/simpress/guide.po
index ee3d3b06353..657e8a15fef 100644
--- a/translations/source/ca/helpcontent2/source/text/simpress/guide.po
+++ b/translations/source/ca/helpcontent2/source/text/simpress/guide.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
-"PO-Revision-Date: 2011-04-05 19:13+0200\n"
-"Last-Translator: Anonymous Pootle User\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2012-02-24 23:18+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: layer_new.xhp#tit.help.text
@@ -1413,9 +1413,8 @@ msgid "To save a color list, click the <emph>Save Color List</emph> button, ente
msgstr "Per desar una llista de colors, feu clic al botó <emph>Desa la llista de colors</emph>, introduïu un nom de fitxer i feu clic a <emph>Desa</emph>."
#: palette_files.xhp#bm_id3149871.help.text
-#, fuzzy
msgid "<bookmark_value>colors; default colors</bookmark_value><bookmark_value>colors; LibreOffice colors</bookmark_value><bookmark_value>LibreOffice colors</bookmark_value><bookmark_value>colors; Tango colors</bookmark_value><bookmark_value>Tango colors</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; CMYK</bookmark_value>"
-msgstr "<bookmark_value>fulls de càlcul; amagar funcions</bookmark_value><bookmark_value>amagar; files</bookmark_value><bookmark_value>amagar; columnes</bookmark_value><bookmark_value>amagar; fulls</bookmark_value><bookmark_value>fulls;amagar</bookmark_value><bookmark_value>columnes;amagar</bookmark_value><bookmark_value>files;amagar</bookmark_value>"
+msgstr "<bookmark_value>colors; colors predeterminats</bookmark_value><bookmark_value>colors; colors del LibreOffice</bookmark_value><bookmark_value>Colors del LibreOffice</bookmark_value><bookmark_value>colors; colors Tango</bookmark_value><bookmark_value>Colors Tango</bookmark_value><bookmark_value>colors; web</bookmark_value><bookmark_value>colors; CMYK</bookmark_value>"
#: palette_files.xhp#par_id3149871.71.help.text
msgid "The CMYK list is optimized for print colors. The colors in the Web and the HTML lists are optimized for displays using a resolution of 256 colors. The palettes libreoffice.soc and tango.soc contain the official LibreOffice and Tango colors respectively."
@@ -1582,9 +1581,8 @@ msgid "<ahelp hid=\".\" visibility=\"hidden\">The cell contents are aligned at t
msgstr "<ahelp hid=\".\" visibility=\"hidden\">El contingut de la cel·la s'alinea a la part inferior de les cel·les.</ahelp>"
#: table_insert.xhp#par_idN10626.help.text
-#, fuzzy
msgid "<ahelp hid=\".\" visibility=\"hidden\">Selects the current table.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Suprimeix el registre actual.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Selecciona la taula actual.</ahelp>"
#: table_insert.xhp#par_id0916200803551734.help.text
msgid "<ahelp hid=\".\" visibility=\"hidden\">Choose commands for the selected or all rows.</ahelp>"
@@ -2161,11 +2159,11 @@ msgstr "Escriviu el número de pàgina de la diapositiva i premeu <item type=\"k
#: keyboard.xhp#hd_id4153003.12.help.text
msgid "Stop slide show"
-msgstr ""
+msgstr "Atura la presentació"
#: keyboard.xhp#par_id4154501.13.help.text
msgid "<item type=\"keycode\">Esc</item> or <item type=\"keycode\">-</item>."
-msgstr ""
+msgstr "<item type=\"keycode\">Esc</item> o <item type=\"keycode\">-</item>."
#: keyboard.xhp#hd_id3150337.14.help.text
msgid "Slide Sorter"
diff --git a/translations/source/ca/helpcontent2/source/text/smath.po b/translations/source/ca/helpcontent2/source/text/smath.po
index 37e2b0bfe24..7d271e9e82a 100644
--- a/translations/source/ca/helpcontent2/source/text/smath.po
+++ b/translations/source/ca/helpcontent2/source/text/smath.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+helpcontent2%2Fsource%2Ftext%2Fsmath.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-31 16:14+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: main0101.xhp#tit.help.text
diff --git a/translations/source/ca/helpcontent2/source/text/smath/00.po b/translations/source/ca/helpcontent2/source/text/smath/00.po
index aa2ae4e69d7..9b8489408d7 100644
--- a/translations/source/ca/helpcontent2/source/text/smath/00.po
+++ b/translations/source/ca/helpcontent2/source/text/smath/00.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca/helpcontent2/source/text/smath/01.po b/translations/source/ca/helpcontent2/source/text/smath/01.po
index d116a2fdbf8..c694523a65b 100644
--- a/translations/source/ca/helpcontent2/source/text/smath/01.po
+++ b/translations/source/ca/helpcontent2/source/text/smath/01.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsmath%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
-"PO-Revision-Date: 2012-01-11 16:10+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-02-28 14:55+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -887,7 +887,7 @@ msgstr "Línia a sobre"
#: 03090600.xhp#par_id3147492.33.help.text
msgid "<ahelp hid=\"HID_SMA_OVERLINEX\">Inserts a line over a placeholder.</ahelp> You can also type <emph>overline <?></emph> in the <emph>Commands</emph> window. The line adjusts itself to correct length."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_OVERLINEX\">Insereix una línia sobre l'espai reservat.</ahelp> També poeu escriure <emph>overline <?></emph> directament a la finestra d'<emph>ordres</emph>. La longitud de la línia s'ajusta automàticament."
#: 03090600.xhp#par_idN103FD.help.text
msgid "<image id=\"img_id3145130\" src=\"starmath/res/at21714.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145130\">Icon</alt></image>"
@@ -1126,12 +1126,13 @@ msgid "<image id=\"img_idA3155336\" src=\"starmath/res/mi21618.png\" width=\"0.3
msgstr "<image id=\"img_id3155336\" src=\"starmath/res/mi21608.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155336\">Icona</alt></image>"
#: 03091600.xhp#hd_idA3154398.46.help.text
+#, fuzzy
msgid "There does not exist"
-msgstr ""
+msgstr "No existeix"
#: 03091600.xhp#par_idA3156346.41.help.text
msgid "<ahelp hid=\"HID_SMA_NOTEXISTS\">Inserts the symbol for an Existence quantor.</ahelp>Command for the <emph>Commands</emph> window: <emph>notexists</emph>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_NOTEXISTS\">Insereix el símbol per a un quantificador existencial.</ahelp>Ordre per a la finestra d'<emph>ordres</emph>: <emph>notexists</emph>"
#: 03091600.xhp#par_id3151296.help.text
msgid "<image id=\"img_id3151302\" src=\"starmath/res/mi21612.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151302\">Icon</alt></image>"
@@ -1463,7 +1464,7 @@ msgstr "<image id=\"img_id3162633\" src=\"starmath/res/mi21608.png\" width=\"0.3
#: 03091507.xhp#par_idA3162747.150.help.text
msgid "Existential quantifier, there does not exist"
-msgstr ""
+msgstr "Quantificador existencial, no n'hi ha cap"
#: 03091507.xhp#par_id3162775.help.text
msgid "<image id=\"img_id3162781\" src=\"starmath/res/mi21612.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3162781\">Icon</alt></image>"
@@ -3644,55 +3645,63 @@ msgstr "<ahelp hid=\"HID_SMA_DRARROW\">Insereix l'operador lògic <emph>fletxa a
#: 03090200.xhp#par_idN10564.help.text
msgid "<image id=\"img_id3148698\" src=\"starmath/res/bi21327.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148698\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148698\" src=\"starmath/res/bi21327.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148698\">Icona</alt></image>"
#: 03090200.xhp#par_id3150854.90.help.text
+#, fuzzy
msgid "precedes"
-msgstr ""
+msgstr "precedeix"
#: 03090200.xhp#par_id3150867.89.help.text
+#, fuzzy
msgid "<ahelp hid=\"HID_SMA_PRECEDES\">Inserts the logical operator <emph>precedes</emph> with two placeholders.</ahelp> You can also type <emph>prec</emph> in the <emph>Commands</emph> window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_PRECEDES\">Insereix l'operador lògic <emph>precedeix</emph> amb dos espais reservats.</ahelp> També podeu escriure <emph>prec</emph> a la finestra d'<emph>ordres</emph>."
#: 03090200.xhp#par_idN10565.help.text
msgid "<image id=\"img_id3148699\" src=\"starmath/res/bi21329.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148699\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148699\" src=\"starmath/res/bi21329.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148699\">Icona</alt></image>"
#: 03090200.xhp#par_id3150855.92.help.text
+#, fuzzy
msgid "succeeds"
-msgstr ""
+msgstr "succeeix"
#: 03090200.xhp#par_id3150868.91.help.text
+#, fuzzy
msgid "<ahelp hid=\"HID_SMA_SUCCEEDS\">Inserts the logical operator <emph>succeeds</emph> with two placeholders.</ahelp> You can also type <emph>succ</emph> in the <emph>Commands</emph> window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_SUCCEEDS\">Insereix l'operador lògic <emph>succeeix</emph> amb dos espais reservats.</ahelp> També podeu escriure <emph>succ</emph> a la finestra d'<emph>ordres</emph>."
#: 03090200.xhp#par_idN10566.help.text
msgid "<image id=\"img_id3148700\" src=\"starmath/res/bi21328.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148700\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148700\" src=\"starmath/res/bi21328.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148700\">Icona</alt></image>"
#: 03090200.xhp#par_id3150856.94.help.text
+#, fuzzy
msgid "not precedes"
-msgstr ""
+msgstr "no precedeix"
#: 03090200.xhp#par_id3150869.93.help.text
+#, fuzzy
msgid "<ahelp hid=\"HID_SMA_NOTPRECEDES\">Inserts the logical operator <emph>not precedes</emph> with two placeholders.</ahelp> You can also type <emph>nprec</emph> in the <emph>Commands</emph> window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_NOTPRECEDES\">Insereix l'operador lògic <emph>no precedeix</emph> amb dos espais reservats.</ahelp> També podeu escriure <emph>nprec</emph> a la finestra d'<emph>ordres</emph>."
#: 03090200.xhp#par_idN10567.help.text
msgid "<image id=\"img_id3148701\" src=\"starmath/res/bi21330.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148701\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148701\" src=\"starmath/res/bi21330.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148701\">Icona</alt></image>"
#: 03090200.xhp#par_id3150857.96.help.text
+#, fuzzy
msgid "not succeeds"
-msgstr ""
+msgstr "no succeeix"
#: 03090200.xhp#par_id3150870.95.help.text
+#, fuzzy
msgid "<ahelp hid=\"HID_SMA_NOTSUCCEEDS\">Inserts the logical operator <emph>not succeeds</emph> with two placeholders.</ahelp> You can also type <emph>nsucc</emph> in the <emph>Commands</emph> window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_NOTSUCCEEDS\">Insereix l'operador lògic <emph>no succeeix</emph> amb dos espais reservats.</ahelp> També podeu escriure <emph>nsucc</emph> a la finestra d'<emph>ordres</emph>."
#: 03090200.xhp#par_idN10568.help.text
msgid "<image id=\"img_id3148702\" src=\"starmath/res/bi21331.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148702\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148702\" src=\"starmath/res/bi21331.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148702\">Icona</alt></image>"
#: 03090200.xhp#par_id3150858.98.help.text
#, fuzzy
@@ -3700,46 +3709,51 @@ msgid "precedes or equal"
msgstr "Subconjunt o igual a"
#: 03090200.xhp#par_id3150871.97.help.text
+#, fuzzy
msgid "<ahelp hid=\"HID_SMA_PRECEDESEQUAL\">Inserts the logical operator <emph>precedes or equal</emph> with two placeholders.</ahelp> You can also type <emph>preccurlyeq</emph> in the <emph>Commands</emph> window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_PRECEDESEQUAL\">Insereix l'operador lògic <emph>precedeix o igual</emph> amb dos espais reservats.</ahelp> També podeu escriure <emph>preccurlyeq</emph> a la finestra d'<emph>ordres</emph> window."
#: 03090200.xhp#par_idN10569.help.text
msgid "<image id=\"img_id3148703\" src=\"starmath/res/bi21332.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148703\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148703\" src=\"starmath/res/bi21332.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148703\">Icona</alt></image>"
#: 03090200.xhp#par_id3150859.100.help.text
#, fuzzy
msgid "succeeds or equal"
-msgstr "Subconjunt o igual a"
+msgstr "Succeeix o és igual a"
#: 03090200.xhp#par_id3150872.99.help.text
+#, fuzzy
msgid "<ahelp hid=\"HID_SMA_SUCCEEDSEQUAL\">Inserts the logical operator <emph>succeeds or equal</emph> with two placeholders.</ahelp> You can also type <emph>succcurlyeq</emph> in the <emph>Commands</emph> window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_SUCCEEDSEQUAL\">Insereix l'operador lògic <emph>succeeix o és igual a</emph> amb dos espais reservats.</ahelp> També podeu escriure <emph>succcurlyeq</emph> a la finestra d'<emph>ordres</emph>."
#: 03090200.xhp#par_idN10570.help.text
msgid "<image id=\"img_id3148704\" src=\"starmath/res/bi21333.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148704\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148704\" src=\"starmath/res/bi21333.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148704\">Icona</alt></image>"
#: 03090200.xhp#par_id3150860.102.help.text
+#, fuzzy
msgid "precedes or equivalent"
-msgstr ""
+msgstr "Precedeix o és equivalent a"
#: 03090200.xhp#par_id3150873.101.help.text
+#, fuzzy
msgid "<ahelp hid=\"HID_SMA_PRECEDESEQUIV\">Inserts the logical operator <emph>precedes or equivalent</emph> with two placeholders.</ahelp> You can also type <emph>precsim</emph> in the <emph>Commands</emph> window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_PRECEDESEQUIV\">Insereix l'operador lògic <emph>precedeix o és equivalent</emph> amb dos espais reservats.</ahelp> També podeu escriure <emph>precsim</emph> a la finestra d'<emph>ordres</emph>."
#: 03090200.xhp#par_idN10571.help.text
msgid "<image id=\"img_id3148705\" src=\"starmath/res/bi21334.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148705\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148705\" src=\"starmath/res/bi21334.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148705\">Icona</alt></image>"
#: 03090200.xhp#par_id3150861.104.help.text
#, fuzzy
msgid "succeeds or equivalent"
-msgstr "Subconjunt o igual a"
+msgstr "Succedeix o és equivalent a"
#: 03090200.xhp#par_id3150874.103.help.text
+#, fuzzy
msgid "<ahelp hid=\"HID_SMA_SUCCEEDSEQUIV\">Inserts the logical operator <emph>succeeds or equivalent</emph> with two placeholders.</ahelp> You can also type <emph>succsim</emph> in the <emph>Commands</emph> window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_SUCCEEDSEQUIV\">Insereix l'operador lògic <emph>succeeix o és equivalent a</emph> amb dos espais reservats.</ahelp> També podeu escriure <emph>succsim</emph> a la finestra d'<emph>ordres</emph>."
#: 03090200.xhp#par_id3153545.74.help.text
msgid "To create the <emph>much greater than</emph> relation with two placeholders, type <emph><?> gg <?> </emph>or <emph>>></emph> in the <emph>Commands</emph> window."
@@ -4006,39 +4020,43 @@ msgstr "Tendeix "
#: 03091502.xhp#par_id3153958.help.text
msgid "<image id=\"img_id3153963\" src=\"starmath/res/bi21327.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153963\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153963\" src=\"starmath/res/bi21327.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153963\">Icona</alt></image>"
#: 03091502.xhp#par_id3155845.135.help.text
+#, fuzzy
msgid "Precedes"
-msgstr ""
+msgstr "Precedeix"
#: 03091502.xhp#par_id3153959.help.text
msgid "<image id=\"img_id3153964\" src=\"starmath/res/bi21328.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153964\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153964\" src=\"starmath/res/bi21328.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153964\">Icona</alt></image>"
#: 03091502.xhp#par_id3155846.136.help.text
+#, fuzzy
msgid "Not precedes"
-msgstr ""
+msgstr "No precedeix"
#: 03091502.xhp#par_id3153960.help.text
msgid "<image id=\"img_id3153965\" src=\"starmath/res/bi21329.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153965\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153965\" src=\"starmath/res/bi21329.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153965\">Icona</alt></image>"
#: 03091502.xhp#par_id3155847.137.help.text
+#, fuzzy
msgid "Succeeds"
-msgstr ""
+msgstr "Succeeix"
#: 03091502.xhp#par_id3153961.help.text
msgid "<image id=\"img_id3153966\" src=\"starmath/res/bi21330.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153966\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153966\" src=\"starmath/res/bi21330.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153966\">Icona</alt></image>"
#: 03091502.xhp#par_id3155848.138.help.text
+#, fuzzy
msgid "Not succeeds"
-msgstr ""
+msgstr "No succeeix"
#: 03091502.xhp#par_id3153962.help.text
msgid "<image id=\"img_id3153967\" src=\"starmath/res/bi21331.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153967\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153967\" src=\"starmath/res/bi21331.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153967\">Icona</alt></image>"
#: 03091502.xhp#par_id3155849.139.help.text
#, fuzzy
@@ -4047,7 +4065,7 @@ msgstr "Subconjunt o igual a"
#: 03091502.xhp#par_id3153963.help.text
msgid "<image id=\"img_id3153968\" src=\"starmath/res/bi21332.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153968\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153968\" src=\"starmath/res/bi21332.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153968\">Icona</alt></image>"
#: 03091502.xhp#par_id3155850.140.help.text
#, fuzzy
@@ -4056,7 +4074,7 @@ msgstr "Subconjunt o igual a"
#: 03091502.xhp#par_id3153964.help.text
msgid "<image id=\"img_id3153969\" src=\"starmath/res/bi21333.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153969\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153969\" src=\"starmath/res/bi21333.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153969\">Icona</alt></image>"
#: 03091502.xhp#par_id3155851.141.help.text
#, fuzzy
@@ -4065,7 +4083,7 @@ msgstr "Subconjunt o igual a"
#: 03091502.xhp#par_id3153965.help.text
msgid "<image id=\"img_id3153970\" src=\"starmath/res/bi21334.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153970\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153970\" src=\"starmath/res/bi21334.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153970\">Icona</alt></image>"
#: 03091502.xhp#par_id3155852.142.help.text
#, fuzzy
@@ -5226,7 +5244,7 @@ msgstr "Espai o separació gran"
#: 03091509.xhp#par_id318637799.help.text
msgid "Suppress horizontal space between elements"
-msgstr ""
+msgstr "Suprimeix l'espai horitzontal entre els elements"
#: 05030000.xhp#tit.help.text
msgctxt "05030000.xhp#tit.help.text"
diff --git a/translations/source/ca/helpcontent2/source/text/smath/02.po b/translations/source/ca/helpcontent2/source/text/smath/02.po
index 7203a8d9253..fe24d771a23 100644
--- a/translations/source/ca/helpcontent2/source/text/smath/02.po
+++ b/translations/source/ca/helpcontent2/source/text/smath/02.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca/helpcontent2/source/text/smath/04.po b/translations/source/ca/helpcontent2/source/text/smath/04.po
index bb2fa57f72c..38bd4498e8e 100644
--- a/translations/source/ca/helpcontent2/source/text/smath/04.po
+++ b/translations/source/ca/helpcontent2/source/text/smath/04.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 19:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca/helpcontent2/source/text/smath/guide.po b/translations/source/ca/helpcontent2/source/text/smath/guide.po
index 15231f84281..927afbb24cf 100644
--- a/translations/source/ca/helpcontent2/source/text/smath/guide.po
+++ b/translations/source/ca/helpcontent2/source/text/smath/guide.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 19:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/ca/helpcontent2/source/text/swriter.po b/translations/source/ca/helpcontent2/source/text/swriter.po
index affee05d111..940ef845b73 100644
--- a/translations/source/ca/helpcontent2/source/text/swriter.po
+++ b/translations/source/ca/helpcontent2/source/text/swriter.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fswriter.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
-"PO-Revision-Date: 2011-11-29 15:41+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-02-22 14:31+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: main0101.xhp#tit.help.text
@@ -619,11 +619,11 @@ msgstr "<link href=\"text/swriter/01/05120500.xhp\" name=\"Suprimeix la columna\
#: main0204.xhp#hd_id943333820.help.text
msgid "<link href=\"text/swriter/01/05150101.xhp\" name=\"AutoFormat\">AutoFormat</link>"
-msgstr "<link href=\"text/swriter/01/05150200.xhp\" name=\"Formatació automàtica\">Correcció automàtica</link>"
+msgstr "<link href=\"text/swriter/01/05150101.xhp\" name=\"Formatació automàtica\">Formatació automàtica</link>"
#: main0204.xhp#hd_id947820.help.text
msgid "<link href=\"text/swriter/01/05090000.xhp\" name=\"Table Properties\">Table Properties</link>"
-msgstr "<link href=\"text/swriter/01/05080000.xhp\" name=\"Propietats de la Taula\">Propietats de la taula</link>"
+msgstr "<link href=\"text/swriter/01/05090000.xhp\" name=\"Propietats de la Taula\">Propietats de la taula</link>"
#: main0204.xhp#hd_id94007820.help.text
msgctxt "main0204.xhp#hd_id94007820.help.text"
diff --git a/translations/source/ca/helpcontent2/source/text/swriter/00.po b/translations/source/ca/helpcontent2/source/text/swriter/00.po
index a71e2ca8ba8..7abdf64d26c 100644
--- a/translations/source/ca/helpcontent2/source/text/swriter/00.po
+++ b/translations/source/ca/helpcontent2/source/text/swriter/00.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
-"PO-Revision-Date: 2011-04-05 19:13+0200\n"
-"Last-Translator: Anonymous Pootle User\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-02-24 23:27+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: 00000402.xhp#tit.help.text
@@ -653,8 +653,9 @@ msgid "Choose <emph>Tools - Calculate</emph>"
msgstr "Trieu <emph>Eines - Calcula</emph>"
#: 00000406.xhp#par_id3159188.38.help.text
+#, fuzzy
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + plus sign"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + signe menys"
#: 00000406.xhp#par_id3155174.19.help.text
msgid "<variable id=\"aktualisieren\">Choose <emph>Tools - Update</emph></variable>"
diff --git a/translations/source/ca/helpcontent2/source/text/swriter/01.po b/translations/source/ca/helpcontent2/source/text/swriter/01.po
index 46d01c06932..6d592635b00 100644
--- a/translations/source/ca/helpcontent2/source/text/swriter/01.po
+++ b/translations/source/ca/helpcontent2/source/text/swriter/01.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fswriter%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
-"PO-Revision-Date: 2012-01-11 16:11+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-02-24 23:29+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -8317,8 +8317,9 @@ msgid "<ahelp hid=\"sw:NumericField:TP_TABLE_TEXTFLOW:NF_REPEAT_HEADER\">Enter t
msgstr "<ahelp hid=\"sw:NumericField:TP_TABLE_TEXTFLOW:NF_REPEAT_HEADER\">Introduïu el número de files que voleu incloure a l'encapçalament.</ahelp>"
#: 05090300.xhp#par_idN10940.help.text
+#, fuzzy
msgid "Text orientation"
-msgstr ""
+msgstr "Orientació del text"
#: 05090300.xhp#par_idN10944.help.text
msgid "<ahelp hid=\"sw:ListBox:TP_TABLE_TEXTFLOW:LB_TEXTORIENTATION\">Select the orientation for the text in the cells.</ahelp> You can use the following formatting options to specify the orientation of text in table cells:"
@@ -9578,7 +9579,6 @@ msgid "Specify the location of the selected object on the current page."
msgstr "Especifiqueu la ubicació de l'objecte seleccionat en la pàgina actual."
#: 05060100.xhp#hd_id3147488.27.help.text
-#, fuzzy
msgctxt "05060100.xhp#hd_id3147488.27.help.text"
msgid "Horizontal"
msgstr "Horitzontal"
@@ -9622,7 +9622,6 @@ msgid "You can also use the <link href=\"text/swriter/01/05060300.xhp\" name=\"G
msgstr "També podeu utilitzar les opcions d'inversió dels <link href=\"text/swriter/01/05060300.xhp\" name=\"Gràfics\"><emph>Gràfics</emph></link> per ajustar el format dels objectes en les pàgines senars i parelles."
#: 05060100.xhp#hd_id3145310.31.help.text
-#, fuzzy
msgctxt "05060100.xhp#hd_id3145310.31.help.text"
msgid "Vertical"
msgstr "Vertical"
@@ -10003,7 +10002,7 @@ msgstr "<link href=\"text/swriter/01/04070000.xhp\" name=\"Sobre\">Sobre</link>"
#: 04070000.xhp#par_id3149289.2.help.text
#, fuzzy
msgid "<variable id=\"briefum\"><ahelp hid=\".uno:InsertEnvelope\">Creates an envelope.</ahelp> On three tab pages, you can specify the addressee and sender, the position and format for both addresses, the size of the envelope, and the envelope orientation.</variable>"
-msgstr "<variable id=\"briefum\"><ahelp hid=\".uno:InsertEnvelope\">Crea un sobre.</ahelp> A les tres pestanyes, podeu especificar l'adreça i el remitent, la posició i el format per a ambdues adreces, la mida del sobre i la seva orientació. </variable>"
+msgstr "<variable id=\"briefum\"><ahelp hid=\".uno:InsertEnvelope\">Crea un sobre.</ahelp> A les tres pestanyes, podeu especificar l'adreça i el remitent, la posició i el format per a ambdues adreces, la mida del sobre i la seva orientació.</variable>"
#: 04070000.xhp#hd_id3153540.4.help.text
msgid "New doc."
diff --git a/translations/source/ca/helpcontent2/source/text/swriter/02.po b/translations/source/ca/helpcontent2/source/text/swriter/02.po
index 393b044e3c4..d0776b8993e 100644
--- a/translations/source/ca/helpcontent2/source/text/swriter/02.po
+++ b/translations/source/ca/helpcontent2/source/text/swriter/02.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
-"PO-Revision-Date: 2011-04-05 19:13+0200\n"
-"Last-Translator: Anonymous Pootle User\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-02-24 23:31+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: 04250000.xhp#tit.help.text
@@ -1744,9 +1744,8 @@ msgid "<link href=\"text/swriter/02/10020000.xhp\" name=\"Zoom Out\">Zoom Out</l
msgstr "<link href=\"text/swriter/02/10020000.xhp\" name=\"Allunya\">Allunya</link>"
#: 10020000.xhp#par_id3147401.2.help.text
-#, fuzzy
msgid "<ahelp hid=\".\">Zooms out to see more of the document at a reduced size.</ahelp>"
-msgstr "<ahelp hid=\".uno:ZoomIn\">Redueix el zoom per veure més parts del document amb una mida més petita.</ahelp>"
+msgstr "<ahelp hid=\".\">Redueix l'escala per veure més parts del document amb una mida més petita.</ahelp>"
#: 10020000.xhp#par_id3148775.help.text
msgid "<image id=\"img_id3150764\" src=\"cmd/sc_zoomout.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150764\">Icon</alt></image>"
diff --git a/translations/source/ca/helpcontent2/source/text/swriter/04.po b/translations/source/ca/helpcontent2/source/text/swriter/04.po
index 194c8927cfa..ff206802ee7 100644
--- a/translations/source/ca/helpcontent2/source/text/swriter/04.po
+++ b/translations/source/ca/helpcontent2/source/text/swriter/04.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
-"PO-Revision-Date: 2011-04-05 19:13+0200\n"
-"Last-Translator: Anonymous Pootle User\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-02-24 23:37+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: 01020000.xhp#tit.help.text
@@ -410,35 +410,35 @@ msgstr "Aplica l'estil de paràgraf Encapçalament 3"
#: 01020000.xhp#par_idN1550DF8.help.text
#, fuzzy
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+4"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+O"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+4"
#: 01020000.xhp#par_idN5510E23.help.text
#, fuzzy
msgid "Apply Heading 4 paragraph style"
-msgstr "Aplica l'estil de paràgraf Encapçalament 1"
+msgstr "Aplica l'estil de paràgraf Encapçalament 4"
#: 01020000.xhp#hd_id3150849.96.help.text
#, fuzzy
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+5"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+5"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+5"
#: 01020000.xhp#par_id3146860.98.help.text
#, fuzzy
msgid "Apply Heading 5 paragraph style"
-msgstr "Aplica l'estil de paràgraf Encapçalament 1"
+msgstr "Aplica l'estil de paràgraf Encapçalament 5"
#: 01020000.xhp#hd_id3146878.99.help.text
+#, fuzzy
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + Plus Key(+)"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + signe més"
#: 01020000.xhp#par_id3155403.101.help.text
msgid "Calculates the selected text and copies the result to the clipboard."
msgstr "Calcula el text seleccionat i copia el resultat en el porta-retalls."
#: 01020000.xhp#hd_id3155432.102.help.text
-#, fuzzy
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Hyphen(-)"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Guionet (-)"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ signe menys"
#: 01020000.xhp#par_id3150712.104.help.text
msgid "Custom hyphens; hyphenation set by you."
@@ -447,7 +447,7 @@ msgstr "Guionets personalitzats; partició de mots definida per l'usuari."
#: 01020000.xhp#hd_id3150732.303.help.text
#, fuzzy
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+minus sign (-)"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Maj+signe de menys (-)"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Maj+signe de menys (-)"
#: 01020000.xhp#par_id3148394.302.help.text
msgid "Non-breaking dash (is not used for hyphenation)"
@@ -456,7 +456,7 @@ msgstr "Guió no separable (no s'utilitza per a la partició de mots)"
#: 01020000.xhp#hd_id3148414.105.help.text
#, fuzzy
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+multiplication sign * (only on number pad)"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+signe de multiplicació * (només en el teclat numèric)"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+signe de multiplicació * (només en el teclat numèric)"
#: 01020000.xhp#par_id3147302.107.help.text
msgid "Run macro field"
@@ -490,7 +490,7 @@ msgstr "Salt de pàgina manual"
#: 01020000.xhp#hd_id3146967.117.help.text
#, fuzzy
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Maj+Retorn"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Maj+Retorn"
#: 01020000.xhp#par_id3146993.119.help.text
msgid "Column break in multicolumnar texts"
@@ -510,7 +510,7 @@ msgstr "Inserció d'un paràgraf nou sense numeració"
#, fuzzy
msgctxt "01020000.xhp#hd_id3153772.291.help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+Enter"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Opció </caseinline><defaultinline>Alt</defaultinline></switchinline>+Retorn"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Opció</caseinline><defaultinline>Alt</defaultinline></switchinline>+Retorn"
#: 01020000.xhp#par_id3153798.293.help.text
msgid "Inserting a new paragraph directly before or after a section or a table."
@@ -535,7 +535,7 @@ msgstr "Mou el cursor amb la selecció cap a l'esquerra"
#: 01020000.xhp#hd_id3148631.125.help.text
#, fuzzy
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Arrow Left"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+fletxa esquerra"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+fletxa esquerra"
#: 01020000.xhp#par_id3148656.127.help.text
msgid "Go to beginning of word"
@@ -544,7 +544,7 @@ msgstr "Va al començament de la paraula"
#: 01020000.xhp#hd_id3154244.128.help.text
#, fuzzy
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Arrow Left"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Maj+Fletxa esquerra"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Maj+fletxa esquerra"
#: 01020000.xhp#par_id3154270.130.help.text
msgid "Selecting to the left word by word"
@@ -569,7 +569,7 @@ msgstr "Mou el cursor amb la selecció cap a la dreta"
#: 01020000.xhp#hd_id3154067.136.help.text
#, fuzzy
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Arrow Right"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Fletxa dreta"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Ordre</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+fletxa dreta"
#: 01020000.xhp#par_id3154093.138.help.text
msgid "Go to start of next word"
diff --git a/translations/source/ca/helpcontent2/source/text/swriter/guide.po b/translations/source/ca/helpcontent2/source/text/swriter/guide.po
index 452cd05d0a3..cf277265e81 100644
--- a/translations/source/ca/helpcontent2/source/text/swriter/guide.po
+++ b/translations/source/ca/helpcontent2/source/text/swriter/guide.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-11-29 16:55+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -5560,8 +5560,8 @@ msgid "There are several ways to create a table in a text document. You can inse
msgstr "Disposeu de diversos mètodes per crear una taula en un document de text. Així, podeu inserir una taula des d'una barra d'eines, mitjançant una ordre de menú o des d'un full de càlcul."
#: table_insert.xhp#hd_id3155908.33.help.text
-msgid "To Insert a Table From the Insert Toolbar"
-msgstr "Per inserir una taula des de la barra d'eines «Insereix»"
+msgid "To Insert a Table From a Toolbar"
+msgstr ""
#: table_insert.xhp#par_id3155861.34.help.text
msgctxt "table_insert.xhp#par_id3155861.34.help.text"
@@ -5569,8 +5569,8 @@ msgid "Place the cursor in your document where you want to insert the table."
msgstr "Col·loqueu el cursor a la part del document on vulgueu inserir la taula."
#: table_insert.xhp#par_id3147416.28.help.text
-msgid "On the <emph>Standard</emph> bar, click the arrow next to the <emph>Table</emph> icon."
-msgstr "Feu clic a la fletxa que hi ha al costat de la icona <emph>Taula</emph> de la barra <emph>Estàndard</emph>."
+msgid "On the <emph>Standard</emph> or the <emph>Insert</emph> bar, click the arrow next to the <emph>Table</emph> icon."
+msgstr ""
#: table_insert.xhp#par_id3153398.29.help.text
msgid "In the table grid, drag to select the numbers of rows and columns that you want, and then release."
diff --git a/translations/source/ca/instsetoo_native/inc_openoffice/windows/msi_languages.po b/translations/source/ca/instsetoo_native/inc_openoffice/windows/msi_languages.po
index a1f05e3225c..e9708c2b41a 100644
--- a/translations/source/ca/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/translations/source/ca/instsetoo_native/inc_openoffice/windows/msi_languages.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+instsetoo_native%2Finc_openoffice%2Fwindows%2Fmsi_languages.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2011-11-26 21:42+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-26 23:04+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: CustomAc.ulf#OOO_CUSTOMACTION_1.LngText.text
@@ -945,7 +945,7 @@ msgstr "Especifiqueu una ubicació de xarxa per a la imatge de servidor del prod
#: Control.ulf#OOO_CONTROL_20.LngText.text
msgid "Enter the network location or click Change to browse to a location. Click Install to create a server image of [ProductName] at the specified network location or click Cancel to exit the wizard."
-msgstr "Introduïu la localització de xarxa o feu clic a Canvia per navegar a una ubicació. Feu clic a Instal·la per crear una imatge de servidor de [ProductName] a la ubicació de xarxa especificada, o feu clic a Cancel·la per sortir de l'auxiliar."
+msgstr "Introduïu la localització de xarxa o feu clic a Canvia per navegar a una ubicació. Feu clic a Instal·la per crear una imatge de servidor del [ProductName] a la ubicació de xarxa especificada, o feu clic a Cancel·la per sortir de l'auxiliar."
#: Control.ulf#OOO_CONTROL_21.LngText.text
msgid "{&MSSansBold8}Network Location"
@@ -1806,7 +1806,7 @@ msgstr "L'auxiliar d'instal·lació completarà la instal·lació suspesa del [P
#: Control.ulf#OOO_CONTROL_250.LngText.text
msgid "{&TahomaBold10}Resuming the Installation Wizard for [ProductName]"
-msgstr "{&TahomaBold10}S'està continuant L'auxiliar d'instal·lació del [ProductName]"
+msgstr "{&TahomaBold10}S'està continuant l'auxiliar d'instal·lació del [ProductName]"
#: Control.ulf#OOO_CONTROL_251.LngText.text
msgctxt "Control.ulf#OOO_CONTROL_251.LngText.text"
@@ -1820,7 +1820,7 @@ msgstr "Cancel·la"
#: Control.ulf#OOO_CONTROL_255.LngText.text
msgid "[ProductName] will be installed with the default components, including spelling dictionaries in all available languages."
-msgstr "El [ProductName] s'instalarà amb els components per defecte, incloent els diccionaris ortogràfics de tots els idiomes disponibles."
+msgstr "El [ProductName] s'instal·larà amb els components per defecte, incloent els diccionaris ortogràfics de tots els idiomes disponibles."
#: Control.ulf#OOO_CONTROL_256.LngText.text
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."
@@ -1860,7 +1860,7 @@ msgstr "&Següent >"
#: Control.ulf#OOO_CONTROL_267.LngText.text
msgid "Please select the product language for [ProductName]."
-msgstr "Seleccioneu una llengua de producte pel [ProductName]."
+msgstr "Seleccioneu una llengua de producte per al [ProductName]."
#: Control.ulf#OOO_CONTROL_268.LngText.text
msgid "{&MSSansBold8}Language Selection"
diff --git a/translations/source/ca/mysqlc/source.po b/translations/source/ca/mysqlc/source.po
index 13f10c43585..d7ddf0a8298 100644
--- a/translations/source/ca/mysqlc/source.po
+++ b/translations/source/ca/mysqlc/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-01 11:42+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/translations/source/ca/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index f862e9683bf..ecf9e556579 100644
--- a/translations/source/ca/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/translations/source/ca/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:11+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/translations/source/ca/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
index c6dd70bf407..00b2d64e650 100644
--- a/translations/source/ca/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
+++ b/translations/source/ca/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.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+nlpsolver%2Fhelp%2Fen%2Fcom.sun.star.comp.Calc.NLPSolver.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-29 20:08+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: Options.xhp#tit.help.text
diff --git a/translations/source/ca/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/translations/source/ca/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
index 0514e6e27d4..6f490e6b1f2 100644
--- a/translations/source/ca/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
+++ b/translations/source/ca/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.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+nlpsolver%2Fsrc%2Fcom%2Fsun%2Fstar%2Fcomp%2FCalc%2FNLPSolver.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 17:30+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/ca/nlpsolver/src/locale.po b/translations/source/ca/nlpsolver/src/locale.po
index d2af727bac1..bbe52d634c5 100644
--- a/translations/source/ca/nlpsolver/src/locale.po
+++ b/translations/source/ca/nlpsolver/src/locale.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fsrc%2Flocale.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-29 19:27+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-28 14:20+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -85,7 +85,7 @@ msgstr "PS: Coeficient de constricció"
#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSCL.property.text
msgid "PS: Mutation Probability (0-0.005)"
-msgstr "PS: Probabilitat de mutació (0-0.005)"
+msgstr "PS: Probabilitat de mutació (0-0,005)"
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Dialog.Caption.property.text
msgid "Solver Status"
diff --git a/translations/source/ca/officecfg/registry/data/org/openoffice/Office.po b/translations/source/ca/officecfg/registry/data/org/openoffice/Office.po
index 7690ef67a8e..3fe96162a43 100644
--- a/translations/source/ca/officecfg/registry/data/org/openoffice/Office.po
+++ b/translations/source/ca/officecfg/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 21:44+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/officecfg/registry/data/org/openoffice/Office/UI.po b/translations/source/ca/officecfg/registry/data/org/openoffice/Office/UI.po
index 110edec3217..ad77ec24ae4 100644
--- a/translations/source/ca/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/ca/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-26 18:17+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-22 09:44+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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: Pootle 2.1.6\n"
@@ -8150,6 +8150,10 @@ msgstr "Estat del mètode d'entrada"
msgid "Optio~n Bar"
msgstr "Barra d'opcio~ns"
+#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_SendFeedback.Label.value.text
+msgid "Send Feedback..."
+msgstr "Envia opinions..."
+
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_ShowLicense.Label.value.text
msgid "License Information..."
msgstr "Informació de la llicència..."
diff --git a/translations/source/ca/padmin/source.po b/translations/source/ca/padmin/source.po
index cc24f104563..2a82ee6f073 100644
--- a/translations/source/ca/padmin/source.po
+++ b/translations/source/ca/padmin/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-26 21:45+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/readlicense_oo/docs/readme.po b/translations/source/ca/readlicense_oo/docs/readme.po
index 77101fcf1da..a4d4d0917d5 100644
--- a/translations/source/ca/readlicense_oo/docs/readme.po
+++ b/translations/source/ca/readlicense_oo/docs/readme.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-27 17:28+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-27 23:35+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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: Pootle 2.1.6\n"
@@ -178,7 +178,7 @@ msgstr "Instal·lació del ${PRODUCTNAME} en sistemes Linux basats en Debian/Ubu
#: readme.xrm#debianinstall1.debianinstall1.readmeitem.text
msgctxt "readme.xrm#debianinstall1.debianinstall1.readmeitem.text"
msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
-msgstr "Si teniu una versió anterior de ${PRODUCTNAME} ja instal·lada, haureu de desinstal·lar-la abans de continuar. Per tal d'obtenir informació de com instal·lar un paquet d'idioma (després d'instal·lar la versió anglesa de ${PRODUCTNAME}) llegiu la secció de més avall anomenada Instal·lació d'un paquet d'idioma."
+msgstr "Si teniu una versió anterior del ${PRODUCTNAME} ja instal·lada, haureu de desinstal·lar-la abans de continuar. Per tal d'obtenir informació de com instal·lar un paquet d'idioma (després d'instal·lar la versió anglesa del ${PRODUCTNAME}) llegiu la secció de més avall anomenada Instal·lació d'un paquet d'idioma."
#: readme.xrm#debianinstall2.debianinstall2.readmeitem.text
msgctxt "readme.xrm#debianinstall2.debianinstall2.readmeitem.text"
@@ -229,7 +229,7 @@ msgstr "Instal·lació del ${PRODUCTNAME} a Fedora, Suse, Mandriva i altres dist
#: readme.xrm#rpminstall1.rpminstall1.readmeitem.text
msgctxt "readme.xrm#rpminstall1.rpminstall1.readmeitem.text"
msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
-msgstr "Si teniu una versió anterior de ${PRODUCTNAME} ja instal·lada, haureu de desinstal·lar-la abans de continuar. Per tal d'obtenir informació de com instal·lar un paquet d'idioma (després d'instal·lar la versió anglesa de ${PRODUCTNAME}) llegiu la secció de més avall anomenada Instal·lació d'un paquet d'idioma."
+msgstr "Si teniu una versió anterior del ${PRODUCTNAME} ja instal·lada, haureu de desinstal·lar-la abans de continuar. Per tal d'obtenir informació de com instal·lar un paquet d'idioma (després d'instal·lar la versió anglesa del ${PRODUCTNAME}) llegiu la secció de més avall anomenada Instal·lació d'un paquet d'idioma."
#: readme.xrm#rpminstall2.rpminstall2.readmeitem.text
msgctxt "readme.xrm#rpminstall2.rpminstall2.readmeitem.text"
@@ -273,16 +273,20 @@ msgid "Now run the installation command again:"
msgstr "Ara torneu a executar la comanda d'instal·lació:"
#: readme.xrm#rpminstallB.rpminstallB.readmeitem.text
-msgid "For Fedora-based systems: su -c 'yum install *redhat*.rpm'"
+msgid "For Fedora-based systems: su -c 'yum install *freedesktop*.rpm'"
msgstr "Per a sistemes basats en Fedora: su -c 'yum install *.rpm'"
#: readme.xrm#rpminstallC.rpminstallC.readmeitem.text
msgid "For Mandriva-based systems: sudo urpmi *mandriva*.rpm"
msgstr "Per a sistemes basats en Mandriva: sudo urpmi *.rpm"
+#: readme.xrm#rpminstallF.rpminstallF.readmeitem.text
+msgid "For SUSE-based systems: rpm -Uvh *suse*.rpm"
+msgstr "Per a sistemes basats en SUSE: rpm -Uvh *suse*.rpm"
+
#: readme.xrm#rpminstallD.rpminstallD.readmeitem.text
-msgid "For other RPM-based systems (Suse, etc.): rpm -Uvh *suse*.rpm"
-msgstr "Per a altres sistemes que utilitzen RPM (Suse, etc.): rpm -Uvh *.rpm"
+msgid "For other RPM-based systems: rpm -Uvh *freedesktop*.rpm"
+msgstr "Per a altres sistemes basats en RPM: rpm -Uvh *freedesktop*.rpm"
#: readme.xrm#rpminstallE.rpminstallE.readmeitem.text
msgctxt "readme.xrm#rpminstallE.rpminstallE.readmeitem.text"
@@ -361,7 +365,7 @@ msgstr "Problemes en iniciar el programa"
#: readme.xrm#abcdef.abcdef.readmeitem.text
msgid "Difficulties starting ${PRODUCTNAME} (e.g. applications hang) as well as problems with the screen display are often caused by the graphics card driver. If these problems occur, please update your graphics card driver or try using the graphics driver delivered with your operating system. Difficulties displaying 3D objects can often be solved by deactivating the option \"Use OpenGL\" under 'Tools - Options - ${PRODUCTNAME} - View - 3D view'."
-msgstr "Els problemes en iniciar l'${PRODUCTNAME} (com ara que les aplicacions es pengin) així com els problemes amb la pantalla sovint són deguts al controlador de la targeta gràfica. Si teniu problemes d'aquest tipus, actualitzeu el controlador de la targeta gràfica o proveu el controlador gràfic proporcionat amb el sistema operatiu. Els problemes amb la visualització d'objectes 3D sovint es poden solucionar desactivant l'opció \"Utilitza OpenGL\" dins el menú 'Eines - Opcions - ${PRODUCTNAME} - Visualitza - Visualització 3D'."
+msgstr "Els problemes en iniciar el ${PRODUCTNAME} (com ara que les aplicacions es pengin) així com els problemes amb la pantalla sovint són deguts al controlador de la targeta gràfica. Si teniu problemes d'aquest tipus, actualitzeu el controlador de la targeta gràfica o proveu el controlador gràfic proporcionat amb el sistema operatiu. Els problemes amb la visualització d'objectes 3D sovint es poden solucionar desactivant l'opció \"Utilitza OpenGL\" dins el menú 'Eines - Opcions - ${PRODUCTNAME} - Visualitza - Visualització 3D'."
#: readme.xrm#naso.naso.readmeitem.text
msgid "ALPS/Synaptics notebook touchpads in Windows"
@@ -393,7 +397,7 @@ msgstr "Tecles de drecera"
#: readme.xrm#w32e1.w32e1.readmeitem.text
msgid "Only shortcut keys (key combinations) not used by the operating system can be used in ${PRODUCTNAME}. If a key combination in ${PRODUCTNAME} does not work as described in the ${PRODUCTNAME} Help, check if that shortcut is already used by the operating system. To rectify such conflicts, you can change the keys assigned by your operating system. Alternatively, you can change almost any key assignment in ${PRODUCTNAME}. For more information on this topic, refer to the ${PRODUCTNAME} Help or the Help documention of your operating system."
-msgstr "Només les tecles de drecera (combinacions de tecles) que no s'utilitzen en el sistema operatiu es poden utilitzar a l'${PRODUCTNAME}. Si una combinació de tecles no funciona tal com diu l'ajuda de l'${PRODUCTNAME}, comproveu que no la utilitzi ja el sistema operatiu. Per resoldre aquests conflictes, podeu canviar les assignacions de tecles del sistema operatiu. Alternativament, podeu canviar gairebé qualsevol assignació de tecles a l'${PRODUCTNAME}. Per a més informació, vegeu l'ajuda de l'${PRODUCTNAME} o del sistema operatiu."
+msgstr "Només les tecles de drecera (combinacions de tecles) que no s'utilitzen en el sistema operatiu es poden utilitzar al ${PRODUCTNAME}. Si una combinació de tecles no funciona tal com diu l'ajuda del ${PRODUCTNAME}, comproveu que no la utilitzi ja el sistema operatiu. Per resoldre aquests conflictes, podeu canviar les assignacions de tecles del sistema operatiu. Alternativament, podeu canviar gairebé qualsevol assignació de tecles a ${PRODUCTNAME}. Per a més informació, vegeu l'ajuda del ${PRODUCTNAME} o del sistema operatiu."
#: readme.xrm#mackeys1.mackeys1.readmeitem.text
msgid "The application help of ${PRODUCTNAME} may use shortcut combinations for PC keyboards only."
@@ -405,11 +409,11 @@ msgstr "Bloqueig de fitxers"
#: readme.xrm#pji76w.pji76w.readmeitem.text
msgid "File locking is enabled by default in ${PRODUCTNAME}. On a network that uses the Network File System protocol (NFS), the locking daemon for NFS clients must be active. To disable file locking, edit the <tt>soffice</tt> script and change the line \"<tt>export SAL_ENABLE_FILE_LOCKING</tt>\" to \"<tt># export SAL_ENABLE_FILE_LOCKING</tt>\". If you disable file locking, the write access of a document is not restricted to the user who first opens the document."
-msgstr "El bloqueig de fitxers està activat per defecte a l'${PRODUCTNAME}. En una xarxa que utilitza el protocol NFS (Network File System), el dimoni de bloqueig per als clients NFS ha d'estar actiu. Per desactivar el bloqueig de fitxers, editeu l'script <tt>soffice</tt> i canvieu la línia \"<tt>export SAL_ENABLE_FILE_LOCKING</tt>\" per \"<tt># export SAL_ENABLE_FILE_LOCKING</tt>\". Si desactiveu el bloqueig de fitxers, l'accés d'escriptura d'un document no està restringit al primer usuari que obri el document."
+msgstr "El bloqueig de fitxers està activat per defecte al ${PRODUCTNAME}. En una xarxa que utilitza el protocol NFS (Network File System), el dimoni de bloqueig per als clients NFS ha d'estar actiu. Per desactivar el bloqueig de fitxers, editeu l'script <tt>soffice</tt> i canvieu la línia \"<tt>export SAL_ENABLE_FILE_LOCKING</tt>\" per \"<tt># export SAL_ENABLE_FILE_LOCKING</tt>\". Si desactiveu el bloqueig de fitxers, l'accés d'escriptura d'un document no està restringit al primer usuari que obri el document."
#: readme.xrm#pji76wsdf.pji76wsdf.readmeitem.text
msgid "Warning: The activated file locking feature can cause problems with Solaris 2.5.1 and 2.7 used in conjunction with Linux NFS 2.0. If your system environment has these parameters, we strongly recommend that you avoid using the file locking feature. Otherwise, ${PRODUCTNAME} will hang when you try to open a file from a NFS mounted directory from a Linux computer."
-msgstr "Atenció: l'activació del bloqueig de fitxers pot provocar problemes amb Solaris 2.5.1 i 2.7 utilitzat en conjunció amb Linux NFS 2.0. Si l'entorn del sistema té aquests paràmetres, recomanem que eviteu utilitzar aquesta funcionalitat. En cas contrari, l'${PRODUCTNAME} es penjarà quan intenteu obrir un fitxer des d'un directori NFS muntat en un ordinador Linux."
+msgstr "Atenció: l'activació del bloqueig de fitxers pot provocar problemes amb Solaris 2.5.1 i 2.7 utilitzat en conjunció amb Linux NFS 2.0. Si l'entorn del sistema té aquests paràmetres, recomanem que eviteu utilitzar aquesta funcionalitat. En cas contrari,el ${PRODUCTNAME} es penjarà quan intenteu obrir un fitxer des d'un directori NFS muntat en un ordinador Linux."
#: readme.xrm#gfh6w0.gfh6w0.readmeitem.text
msgid "Graphic Performance"
@@ -453,7 +457,7 @@ msgstr "Notificació d'errors i problemes"
#: readme.xrm#reportbugs1.reportbugs1.readmeitem.text
msgid "Our system for reporting, tracking and solving bugs is currently BugZilla, kindly hosted at <a href=\"https://bugs.freedesktop.org/\">https://bugs.freedesktop.org/</a>. We encourage all users to feel entitled and welcome to report bugs that may arise on your particular platform. Energetic reporting of bugs is one of the most important contributions that the user community can make to the ongoing development and improvement of ${PRODUCTNAME}."
-msgstr "El nostre sistema actual per a reportar, seguir i resoldre errors és BugZilla, que es troba a <a href=\"https://bugs.freedesktop.org/\">https://bugs.freedesktop.org/</a>. Volem que tots els usuaris reportin errors que trobin a la seva plataforma particular. Reportar errors és una de les contribucions més importants que la comunitat pot fer per millorar el desenvolupament del ${PRODUCTNAME}."
+msgstr "El nostre sistema actual per a reportar, seguir i resoldre errors és el BugZilla, que es troba a <a href=\"https://bugs.freedesktop.org/\">https://bugs.freedesktop.org/</a>. Volem que tots els usuaris reportin errors que trobin a la seva plataforma particular. Reportar errors és una de les contribucions més importants que la comunitat pot fer per millorar el desenvolupament del ${PRODUCTNAME}."
#: readme.xrm#gettinginvolved1.gettinginvolved1.readmeitem.text
msgid "Getting Involved"
@@ -461,7 +465,7 @@ msgstr "Com col·laborar "
#: readme.xrm#gettinginvolved2.gettinginvolved2.readmeitem.text
msgid "The ${PRODUCTNAME} Community would very much benefit from your active participation in the development of this important open source project."
-msgstr "La comunitat ${PRODUCTNAME} es pot beneficiar en gran mesura de la vostra participació activa en el desenvolupament d'aquest important projecte de codi font obert."
+msgstr "La comunitat del ${PRODUCTNAME} es pot beneficiar en gran mesura de la vostra participació activa en el desenvolupament d'aquest important projecte de codi font obert."
#: readme.xrm#gettingimvolved3.gettingimvolved3.readmeitem.text
msgid "As a user, you are already a valuable part of the suite's development process and we would like to encourage you to take an even more active role with a view to being a long-term contributor to the community. Please join and check out the contributing page at <a href=\"http://www.libreoffice.org/contribution/\">http://www.libreoffice.org/contribution/</a>"
diff --git a/translations/source/ca/reportbuilder/java/com/sun/star/report/function/metadata.po b/translations/source/ca/reportbuilder/java/com/sun/star/report/function/metadata.po
index a5cee156dc3..5570e53887b 100644
--- a/translations/source/ca/reportbuilder/java/com/sun/star/report/function/metadata.po
+++ b/translations/source/ca/reportbuilder/java/com/sun/star/report/function/metadata.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+reportbuilder%2Fjava%2Fcom%2Fsun%2Fstar%2Freport%2Ffunction%2Fmetadata.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-26 17:46+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: Author_Function_en_US.properties#display_name.property.text
diff --git a/translations/source/ca/reportbuilder/registry/data/org/openoffice/Office.po b/translations/source/ca/reportbuilder/registry/data/org/openoffice/Office.po
index e363f531f32..98d5ab6a2ba 100644
--- a/translations/source/ca/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/translations/source/ca/reportbuilder/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:12+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/reportbuilder/registry/data/org/openoffice/Office/UI.po b/translations/source/ca/reportbuilder/registry/data/org/openoffice/Office/UI.po
index 6007bcb847e..4c02a22a460 100644
--- a/translations/source/ca/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/ca/reportbuilder/registry/data/org/openoffice/Office/UI.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-26 20:02+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/translations/source/ca/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index fc95767352b..875c41b1104 100644
--- a/translations/source/ca/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/translations/source/ca/reportbuilder/registry/data/org/openoffice/TypeDetection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 21:50+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/reportbuilder/util.po b/translations/source/ca/reportbuilder/util.po
index 52ce4e6a71a..3d216e4685f 100644
--- a/translations/source/ca/reportbuilder/util.po
+++ b/translations/source/ca/reportbuilder/util.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-26 12:00+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: none\n"
-"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/reportdesign/source/core/resource.po b/translations/source/ca/reportdesign/source/core/resource.po
index 098bf0781e9..3b557659d44 100644
--- a/translations/source/ca/reportdesign/source/core/resource.po
+++ b/translations/source/ca/reportdesign/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:12+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/reportdesign/source/ui/dlg.po b/translations/source/ca/reportdesign/source/ui/dlg.po
index 2e531018114..ad089522ae7 100644
--- a/translations/source/ca/reportdesign/source/ui/dlg.po
+++ b/translations/source/ca/reportdesign/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:13+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/reportdesign/source/ui/inspection.po b/translations/source/ca/reportdesign/source/ui/inspection.po
index 0ed635eb3a6..78bfd53040d 100644
--- a/translations/source/ca/reportdesign/source/ui/inspection.po
+++ b/translations/source/ca/reportdesign/source/ui/inspection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:13+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/reportdesign/source/ui/report.po b/translations/source/ca/reportdesign/source/ui/report.po
index 323630984f9..0092c968412 100644
--- a/translations/source/ca/reportdesign/source/ui/report.po
+++ b/translations/source/ca/reportdesign/source/ui/report.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 21:50+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sc/source/core/src.po b/translations/source/ca/sc/source/core/src.po
index 8412f067875..21e7b90b1f0 100644
--- a/translations/source/ca/sc/source/core/src.po
+++ b/translations/source/ca/sc/source/core/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:13+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sc/source/ui/cctrl.po b/translations/source/ca/sc/source/ui/cctrl.po
index b2d76d9165e..d436c1188fe 100644
--- a/translations/source/ca/sc/source/ui/cctrl.po
+++ b/translations/source/ca/sc/source/ui/cctrl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:13+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sc/source/ui/dbgui.po b/translations/source/ca/sc/source/ui/dbgui.po
index 45bfa6cc0f0..866900c313b 100644
--- a/translations/source/ca/sc/source/ui/dbgui.po
+++ b/translations/source/ca/sc/source/ui/dbgui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-26 21:50+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sc/source/ui/docshell.po b/translations/source/ca/sc/source/ui/docshell.po
index 6b78fdfd9c2..59ebbfd7a61 100644
--- a/translations/source/ca/sc/source/ui/docshell.po
+++ b/translations/source/ca/sc/source/ui/docshell.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:13+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sc/source/ui/drawfunc.po b/translations/source/ca/sc/source/ui/drawfunc.po
index 579a940b255..698b9524311 100644
--- a/translations/source/ca/sc/source/ui/drawfunc.po
+++ b/translations/source/ca/sc/source/ui/drawfunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:13+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sc/source/ui/formdlg.po b/translations/source/ca/sc/source/ui/formdlg.po
index f14148c8b4d..c44a969553a 100644
--- a/translations/source/ca/sc/source/ui/formdlg.po
+++ b/translations/source/ca/sc/source/ui/formdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:13+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sc/source/ui/miscdlgs.po b/translations/source/ca/sc/source/ui/miscdlgs.po
index dd77239fc52..703dad4578d 100644
--- a/translations/source/ca/sc/source/ui/miscdlgs.po
+++ b/translations/source/ca/sc/source/ui/miscdlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-26 12:04+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sc/source/ui/navipi.po b/translations/source/ca/sc/source/ui/navipi.po
index a43848c8e25..ba9f298df2d 100644
--- a/translations/source/ca/sc/source/ui/navipi.po
+++ b/translations/source/ca/sc/source/ui/navipi.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 12:04+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sc/source/ui/pagedlg.po b/translations/source/ca/sc/source/ui/pagedlg.po
index 3d163ba1c0a..395ff0dfc27 100644
--- a/translations/source/ca/sc/source/ui/pagedlg.po
+++ b/translations/source/ca/sc/source/ui/pagedlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:13+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sc/source/ui/src.po b/translations/source/ca/sc/source/ui/src.po
index c4a88dfbb96..a119cd7fef4 100644
--- a/translations/source/ca/sc/source/ui/src.po
+++ b/translations/source/ca/sc/source/ui/src.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2012-01-26 18:41+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-27 23:38+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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: Pootle 2.1.6\n"
@@ -2094,7 +2094,7 @@ msgstr "text"
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_GET_DATE_VALUE.3.string.text
msgid "A text enclosed in quotation marks which returns a date in a %PRODUCTNAME date format."
-msgstr "Un text entre cometes que serà retornat en un format de data de %PRODUCTNAME."
+msgstr "Un text entre cometes que serà retornat en un format de data del %PRODUCTNAME."
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_GET_DAY.1.string.text
msgid "Returns the sequential date of the month as an integer (1-31) in relation to the date value."
@@ -2239,7 +2239,7 @@ msgstr "text"
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_GET_TIME_VALUE.3.string.text
msgid "A text enclosed in quotation marks which returns a time in a %PRODUCTNAME time format."
-msgstr "Un text entre cometes que retorna una hora en un dels formats horaris de %PRODUCTNAME."
+msgstr "Un text entre cometes que retorna una hora en un dels formats horaris del %PRODUCTNAME."
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_GET_ACT_DATE.1.string.text
msgid "Determines the current date of the computer."
@@ -8068,7 +8068,7 @@ msgstr "Enter positiu menor de 2^48."
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_BITOR.1.string.text
msgid "Bitwise \"OR\" of two integers."
-msgstr "\"OR\" a nivell de bits de dos enters."
+msgstr "\"O\" a nivell de bits de dos enters."
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_BITOR.2.string.text
msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_BITOR.2.string.text"
@@ -8092,7 +8092,7 @@ msgstr "Enter positiu menor de 2^48."
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_BITXOR.1.string.text
msgid "Bitwise \"exclusive OR\" of two integers."
-msgstr "\"OR exclusiu\" a nivell de bits de dos enters."
+msgstr "\"O exclusiu\" a nivell de bits de dos enters."
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_BITXOR.2.string.text
msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_BITXOR.2.string.text"
@@ -9476,7 +9476,7 @@ msgid ""
"Do you want to accept the correction proposed below?\n"
"\n"
msgstr ""
-"%PRODUCTNAME Calc ha trobat un error en la fórmula.\n"
+"El %PRODUCTNAME Calc ha trobat un error en la fórmula.\n"
"Voleu acceptar la proposta de correcció?\n"
"\n"
@@ -11440,11 +11440,11 @@ msgstr "No és possible aplicar el filtre automàtic"
#: globstr.src#RID_GLOBSTR.STR_MSSG_SEARCHANDREPLACE_1.string.text
msgid "%PRODUCTNAME Calc has searched to the beginning of the sheet. Do you want to continue at the end?"
-msgstr "%PRODUCTNAME Calc ha cercat fins al començament del full. Voleu continuar la cerca des de l'acabament?"
+msgstr "El %PRODUCTNAME Calc ha cercat fins al començament del full. Voleu continuar la cerca des de l'acabament?"
#: globstr.src#RID_GLOBSTR.STR_MSSG_SEARCHANDREPLACE_2.string.text
msgid "%PRODUCTNAME Calc has searched to the end of the sheet. Do you want to continue at the beginning?"
-msgstr "%PRODUCTNAME Calc ha cercat fins a l'acabament del full. Voleu continuar la cerca des del començament?"
+msgstr "El %PRODUCTNAME Calc ha cercat fins a l'acabament del full. Voleu continuar la cerca des del començament?"
#: globstr.src#RID_GLOBSTR.STR_MSSG_SEARCHANDREPLACE_3.string.text
msgid "Find & Replace"
@@ -11452,11 +11452,11 @@ msgstr "Cerca i reemplaça"
#: globstr.src#RID_GLOBSTR.STR_MSSG_SEARCHANDREPLACE_4.string.text
msgid "%PRODUCTNAME Calc has searched to the beginning of the document. Do you want to continue at the end?"
-msgstr "%PRODUCTNAME Calc ha cercat fins al començament del document. Voleu continuar la cerca des de l'acabament?"
+msgstr "El %PRODUCTNAME Calc ha cercat fins al començament del document. Voleu continuar la cerca des de l'acabament?"
#: globstr.src#RID_GLOBSTR.STR_MSSG_SEARCHANDREPLACE_5.string.text
msgid "%PRODUCTNAME Calc has searched to the end of the document. Do you want to continue at the beginning?"
-msgstr "%PRODUCTNAME Calc ha cercat fins a l'acabament del document. Voleu continuar la cerca des del començament?"
+msgstr "El %PRODUCTNAME Calc ha cercat fins a l'acabament del document. Voleu continuar la cerca des del començament?"
#: globstr.src#RID_GLOBSTR.STR_CREATENAME_REPLACE.string.text
msgid "Replace existing definition of #?"
diff --git a/translations/source/ca/sc/source/ui/styleui.po b/translations/source/ca/sc/source/ui/styleui.po
index fb727f96b96..4f239e1b115 100644
--- a/translations/source/ca/sc/source/ui/styleui.po
+++ b/translations/source/ca/sc/source/ui/styleui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-26 20:45+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/scaddins/source/analysis.po b/translations/source/ca/scaddins/source/analysis.po
index 2ae93a86db7..daa05b3b864 100644
--- a/translations/source/ca/scaddins/source/analysis.po
+++ b/translations/source/ca/scaddins/source/analysis.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:13+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/scaddins/source/datefunc.po b/translations/source/ca/scaddins/source/datefunc.po
index a06ea1ff3bf..6f1bea386ad 100644
--- a/translations/source/ca/scaddins/source/datefunc.po
+++ b/translations/source/ca/scaddins/source/datefunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:13+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sccomp/source/solver.po b/translations/source/ca/sccomp/source/solver.po
index 5a9e1754a2e..4bd9451573a 100644
--- a/translations/source/ca/sccomp/source/solver.po
+++ b/translations/source/ca/sccomp/source/solver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-26 21:51+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/scp2/source/accessories.po b/translations/source/ca/scp2/source/accessories.po
index ca5f759105d..2da2150acc8 100644
--- a/translations/source/ca/scp2/source/accessories.po
+++ b/translations/source/ca/scp2/source/accessories.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%2Faccessories.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2011-11-26 23:43+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-27 23:46+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: module_samples_accessories.ulf#STR_NAME_MODULE_OPTIONAL_ACCESSORIES_SAMPLES.LngText.text
@@ -1293,7 +1293,7 @@ msgstr "Holandès"
#: module_templates_accessories.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text
msgctxt "module_templates_accessories.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text"
msgid "Installs Dutch support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per a l'holandès del %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instal·la els fitxers per al neerlandès del %PRODUCTNAME %PRODUCTVERSION"
#: module_templates_accessories.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text
msgctxt "module_templates_accessories.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text"
diff --git a/translations/source/ca/scp2/source/activex.po b/translations/source/ca/scp2/source/activex.po
index 21bcdf857ce..6892acce86d 100644
--- a/translations/source/ca/scp2/source/activex.po
+++ b/translations/source/ca/scp2/source/activex.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-26 23:44+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/scp2/source/base.po b/translations/source/ca/scp2/source/base.po
index 0d664cfed9c..e4311c3b70b 100644
--- a/translations/source/ca/scp2/source/base.po
+++ b/translations/source/ca/scp2/source/base.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%2Fbase.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-11-26 23:45+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-22 09:45+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: module_base.ulf#STR_NAME_MODULE_PRG_BASE.LngText.text
@@ -39,6 +39,16 @@ msgstr "Ajuda del %PRODUCTNAME Base"
msgid "Help about %PRODUCTNAME Base"
msgstr "Ajuda sobre el %PRODUCTNAME Base"
+#: postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr "Connector PostgreSQL"
+
+#: postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr "Connector PostgreSQL"
+
#: folderitem_base.ulf#STR_FI_TOOLTIP_BASE.LngText.text
msgid "Manage databases, create queries and reports to track and manage your information by using Base."
msgstr "Gestioneu bases de dades, creeu consultes i informes per tal d'estar al dia i gestionar la vostra informació utilitzant Base."
diff --git a/translations/source/ca/scp2/source/binfilter.po b/translations/source/ca/scp2/source/binfilter.po
index ed8c58184db..7ec6469ca35 100644
--- a/translations/source/ca/scp2/source/binfilter.po
+++ b/translations/source/ca/scp2/source/binfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:14+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/scp2/source/calc.po b/translations/source/ca/scp2/source/calc.po
index 518385f0c5a..7b73c442368 100644
--- a/translations/source/ca/scp2/source/calc.po
+++ b/translations/source/ca/scp2/source/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-26 23:46+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/scp2/source/draw.po b/translations/source/ca/scp2/source/draw.po
index 6f508dee110..d68c9a257af 100644
--- a/translations/source/ca/scp2/source/draw.po
+++ b/translations/source/ca/scp2/source/draw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 23:47+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/scp2/source/extensions.po b/translations/source/ca/scp2/source/extensions.po
index a87e10300f8..87ae824fc52 100644
--- a/translations/source/ca/scp2/source/extensions.po
+++ b/translations/source/ca/scp2/source/extensions.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-26 17:54+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-27 23:56+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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: Pootle 2.1.6\n"
@@ -61,7 +61,7 @@ msgstr "Hongarès"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text
msgid "Installs Hungarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al suport hongarès del %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instal·la els fitxers per al suport hongarès del %PRODUCTNAME %PRODUCTVERSION"
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS.LngText.text
msgid "Extensions"
@@ -237,16 +237,6 @@ msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_MYSQLC.LngTex
msgid "MySQL Connector"
msgstr "Connector MySQL"
-#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text
-msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text"
-msgid "PostgreSQL Connector"
-msgstr "Connector PostgreSQL"
-
-#: module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text
-msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text"
-msgid "PostgreSQL Connector"
-msgstr "Connector PostgreSQL"
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_OOOBLOGGER.LngText.text
msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_OOOBLOGGER.LngText.text"
msgid "Metaweblog Support"
diff --git a/translations/source/ca/scp2/source/gnome.po b/translations/source/ca/scp2/source/gnome.po
index 8c6a6db84e3..f5a22553bc6 100644
--- a/translations/source/ca/scp2/source/gnome.po
+++ b/translations/source/ca/scp2/source/gnome.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%2Fgnome.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2011-04-05 19:14+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-27 23:57+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: module_gnome.ulf#STR_NAME_MODULE_OPTIONAL_GNOME.LngText.text
@@ -21,4 +21,4 @@ msgstr "Integració amb GNOME"
#: module_gnome.ulf#STR_DESC_MODULE_OPTIONAL_GNOME.LngText.text
msgid "System integration of %PRODUCTNAME %PRODUCTVERSION into Gnome Desktop Environment."
-msgstr "Integració de %PRODUCTNAME %PRODUCTVERSION amb l'entorn d'escriptori GNOME."
+msgstr "Integració del %PRODUCTNAME %PRODUCTVERSION amb l'entorn d'escriptori GNOME."
diff --git a/translations/source/ca/scp2/source/graphicfilter.po b/translations/source/ca/scp2/source/graphicfilter.po
index f6f362bef16..f3683f4ba28 100644
--- a/translations/source/ca/scp2/source/graphicfilter.po
+++ b/translations/source/ca/scp2/source/graphicfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:14+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/scp2/source/impress.po b/translations/source/ca/scp2/source/impress.po
index 9b504ca8404..e9942663d11 100644
--- a/translations/source/ca/scp2/source/impress.po
+++ b/translations/source/ca/scp2/source/impress.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%2Fimpress.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-04-05 19:14+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-27 23:58+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: module_impress.ulf#STR_NAME_MODULE_PRG_IMPRESS.LngText.text
@@ -21,7 +21,7 @@ msgstr "%PRODUCTNAME Impress"
#: module_impress.ulf#STR_DESC_MODULE_PRG_IMPRESS.LngText.text
msgid "Create and edit presentations for slideshows, meeting and Web pages by using %PRODUCTNAME Impress."
-msgstr "Creeu i editeu presentacions per a diapositives, pàgines web i conferències amb %PRODUCTNAME Impress."
+msgstr "Creeu i editeu presentacions per a diapositives, pàgines web i conferències amb el %PRODUCTNAME Impress."
#: module_impress.ulf#STR_NAME_MODULE_PRG_IMPRESS_BIN.LngText.text
msgid "Program Module"
@@ -33,19 +33,19 @@ msgstr "L'aplicació %PRODUCTNAME Impress"
#: module_impress.ulf#STR_NAME_MODULE_PRG_IMPRESS_HELP.LngText.text
msgid "%PRODUCTNAME Impress Help"
-msgstr "Ajuda de %PRODUCTNAME Impress"
+msgstr "Ajuda del %PRODUCTNAME Impress"
#: module_impress.ulf#STR_DESC_MODULE_PRG_IMPRESS_HELP.LngText.text
msgid "Help about %PRODUCTNAME Impress"
-msgstr "Ajuda sobre %PRODUCTNAME Impress"
+msgstr "Ajuda sobre el %PRODUCTNAME Impress"
#: module_ogltrans.ulf#STR_NAME_MODULE_OPTIONAL_OGLTRANS.LngText.text
msgid "OpenGL slide transitions for %PRODUCTNAME Impress"
-msgstr "Transicions de diapositiva OpenGL per a %PRODUCTNAME Impress"
+msgstr "Transicions de diapositiva OpenGL per al %PRODUCTNAME Impress"
#: module_ogltrans.ulf#STR_DESC_MODULE_MODULE_OPTIONAL_OGLTRANS.LngText.text
msgid "OpenGL slide transitions for %PRODUCTNAME Impress."
-msgstr "Transicions de diapositiva OpenGL per a %PRODUCTNAME Impress."
+msgstr "Transicions de diapositiva OpenGL per al %PRODUCTNAME Impress."
#: folderitem_impress.ulf#STR_FI_NAME_PRAESENTATION.LngText.text
msgid "Presentation"
diff --git a/translations/source/ca/scp2/source/javafilter.po b/translations/source/ca/scp2/source/javafilter.po
index 6180663c491..5d5b9cc95d6 100644
--- a/translations/source/ca/scp2/source/javafilter.po
+++ b/translations/source/ca/scp2/source/javafilter.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%2Fjavafilter.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-04-05 19:14+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-27 23:59+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: module_javafilter.ulf#STR_NAME_MODULE_OPTIONAL_JAVAFILTER.LngText.text
@@ -84,7 +84,7 @@ msgstr "%PRODUCTNAME Writer"
#: registryitem_javafilter.ulf#STR_VALUE__BDD611C3_7BAB_460F_8711_5B9AC9EF6020__PEGASUSFILTER_DESCRIPTION.LngText.text
msgid "%PRODUCTNAME Writer XML Document"
-msgstr "Document XML de %PRODUCTNAME Writer"
+msgstr "Document XML del %PRODUCTNAME Writer"
#: registryitem_javafilter.ulf#STR_VALUE__C6AB3E74_9F4F_4370_8120_A8A6FABB7A7C_.LngText.text
msgid "%PRODUCTNAME Calc"
@@ -92,7 +92,7 @@ msgstr "%PRODUCTNAME Calc"
#: registryitem_javafilter.ulf#STR_VALUE__C6AB3E74_9F4F_4370_8120_A8A6FABB7A7C__PEGASUSFILTER_DESCRIPTION.LngText.text
msgid "%PRODUCTNAME Calc XML Document"
-msgstr "Document XML de %PRODUCTNAME Calc"
+msgstr "Document XML del %PRODUCTNAME Calc"
#: registryitem_javafilter.ulf#STR_VALUE__CB43F086_838D_4FA4_B5F6_3406B9A57439_.LngText.text
msgctxt "registryitem_javafilter.ulf#STR_VALUE__CB43F086_838D_4FA4_B5F6_3406B9A57439_.LngText.text"
@@ -105,7 +105,7 @@ msgstr "Document de Pocket Word - Pocket PC"
#: registryitem_javafilter.ulf#STR_VALUE_HKLM_SOFT_SUN_STAROFFICE_XMERGESYNC_MSGS_ERROR_CLASSPATH.LngText.text
msgid "The %PRODUCTNAME mobile device filters cannot be located."
-msgstr "No s'han pogut trobar filtres de dispositius mòbils per a %PRODUCTNAME."
+msgstr "No s'han pogut trobar filtres de dispositius mòbils per al %PRODUCTNAME."
#: registryitem_javafilter.ulf#STR_VALUE_HKLM_SOFT_SUN_STAROFFICE_XMERGESYNC_MSGS_ERROR_JAVA.LngText.text
msgid "A Java 1.4 installation cannot be located."
diff --git a/translations/source/ca/scp2/source/kde.po b/translations/source/ca/scp2/source/kde.po
index be0127d0aa0..b12560f6a0d 100644
--- a/translations/source/ca/scp2/source/kde.po
+++ b/translations/source/ca/scp2/source/kde.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%2Fkde.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-04-05 19:14+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-28 00:00+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: module_kde.ulf#STR_NAME_MODULE_OPTIONAL_KDE.LngText.text
@@ -21,4 +21,4 @@ msgstr "Integració en el KDE"
#: module_kde.ulf#STR_DESC_MODULE_OPTIONAL_KDE.LngText.text
msgid "System integration of %PRODUCTNAME %PRODUCTVERSION into KDE."
-msgstr "Integració de %PRODUCTNAME %PRODUCTVERSION en el KDE."
+msgstr "Integració del %PRODUCTNAME %PRODUCTVERSION en el KDE."
diff --git a/translations/source/ca/scp2/source/math.po b/translations/source/ca/scp2/source/math.po
index 9989821036a..95f2a2e5678 100644
--- a/translations/source/ca/scp2/source/math.po
+++ b/translations/source/ca/scp2/source/math.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%2Fmath.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-04-05 19:14+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-28 00:01+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: module_math.ulf#STR_NAME_MODULE_PRG_MATH.LngText.text
@@ -21,7 +21,7 @@ msgstr "%PRODUCTNAME Math"
#: module_math.ulf#STR_DESC_MODULE_PRG_MATH.LngText.text
msgid "Create and edit scientific formulas and equations by using %PRODUCTNAME Math."
-msgstr "Creeu i editeu fórmules científiques i equacions amb %PRODUCTNAME Math."
+msgstr "Creeu i editeu fórmules científiques i equacions amb el %PRODUCTNAME Math."
#: module_math.ulf#STR_NAME_MODULE_PRG_MATH_BIN.LngText.text
msgid "Program Module"
@@ -33,11 +33,11 @@ msgstr "L'aplicació %PRODUCTNAME Math"
#: module_math.ulf#STR_NAME_MODULE_PRG_MATH_HELP.LngText.text
msgid "%PRODUCTNAME Math Help"
-msgstr "Ajuda de %PRODUCTNAME Math"
+msgstr "Ajuda del %PRODUCTNAME Math"
#: module_math.ulf#STR_DESC_MODULE_PRG_MATH_HELP.LngText.text
msgid "Help about %PRODUCTNAME Math"
-msgstr "Ajuda sobre %PRODUCTNAME Math"
+msgstr "Ajuda sobre el %PRODUCTNAME Math"
#: registryitem_math.ulf#STR_REG_VAL_NEW.LngText.text
msgid "&New"
diff --git a/translations/source/ca/scp2/source/onlineupdate.po b/translations/source/ca/scp2/source/onlineupdate.po
index 1022ba3d2f6..cd14d4b8e08 100644
--- a/translations/source/ca/scp2/source/onlineupdate.po
+++ b/translations/source/ca/scp2/source/onlineupdate.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%2Fonlineupdate.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-04-05 19:14+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-28 00:01+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: module_onlineupdate.ulf#STR_NAME_MODULE_OPT_ONLINEUPDATE.LngText.text
@@ -21,4 +21,4 @@ msgstr "Actualització en línia"
#: module_onlineupdate.ulf#STR_DESC_MODULE_OPT_ONLINEUPDATE.LngText.text
msgid "Get automatically notified when a new update of %PRODUCTNAME becomes available."
-msgstr "Rebeu un avís automàticament quan aparegui una nova actualització de %PRODUCTNAME."
+msgstr "Rebeu un avís automàticament quan aparegui una nova actualització del %PRODUCTNAME."
diff --git a/translations/source/ca/scp2/source/ooo.po b/translations/source/ca/scp2/source/ooo.po
index 274fc0e876a..410dd92b669 100644
--- a/translations/source/ca/scp2/source/ooo.po
+++ b/translations/source/ca/scp2/source/ooo.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-26 17:57+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-28 00:14+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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: Pootle 2.1.6\n"
@@ -21,7 +21,7 @@ msgstr "Integració amb l'escriptori"
#: module_systemint.ulf#STR_DESC_MODULE_OPTIONAL_SYSTEMINTEGRATION.LngText.text
msgid "Desktop integration of %PRODUCTNAME %PRODUCTVERSION."
-msgstr "Integració amb l'escriptori de %PRODUCTNAME %PRODUCTVERSION."
+msgstr "Integració amb l'escriptori del %PRODUCTNAME %PRODUCTVERSION."
#: module_helppack.ulf#STR_NAME_MODULE_ROOT_HELPPACK.LngText.text
msgctxt "module_helppack.ulf#STR_NAME_MODULE_ROOT_HELPPACK.LngText.text"
@@ -76,7 +76,7 @@ msgstr "Castellà"
#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_ES.LngText.text
msgid "Installs Spanish help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la l'ajuda en castellà al %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instal·la l'ajuda en espanyol al %PRODUCTNAME %PRODUCTVERSION"
#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_SV.LngText.text
msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_SV.LngText.text"
@@ -519,7 +519,7 @@ msgstr "Ucraïnès"
#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_UK.LngText.text
msgid "Installs Ukrainian help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la l'ajuda en ukranià al %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instal·la l'ajuda en ucraïnès al %PRODUCTNAME %PRODUCTVERSION"
#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_BE.LngText.text
msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_BE.LngText.text"
@@ -1016,7 +1016,7 @@ msgstr "Entreteniment i més"
#: directory_ooo.ulf#STR_DIR_STARONE.LngText.text
msgid "%PRODUCTNAME API"
-msgstr "API de %PRODUCTNAME"
+msgstr "API del %PRODUCTNAME"
#: directory_ooo.ulf#STR_DIR_TOURISMUS.LngText.text
msgid "Travel"
@@ -1042,11 +1042,11 @@ msgstr "%PRODUCTNAME %PRODUCTVERSION"
#: module_ooo.ulf#STR_NAME_MODULE_PRG.LngText.text
msgid "%PRODUCTNAME Program Modules"
-msgstr "Mòduls de programa de %PRODUCTNAME"
+msgstr "Mòduls de programa del %PRODUCTNAME"
#: module_ooo.ulf#STR_DESC_MODULE_PRG.LngText.text
msgid "List of all installable %PRODUCTNAME modules."
-msgstr "Llista de tots els mòduls instal·lables de %PRODUCTNAME."
+msgstr "Llista de tots els mòduls instal·lables del %PRODUCTNAME."
#: module_ooo.ulf#STR_NAME_MODULE_OPTIONAL.LngText.text
msgid "Optional Components"
@@ -1054,7 +1054,7 @@ msgstr "Components opcionals"
#: module_ooo.ulf#STR_DESC_MODULE_OPTIONAL.LngText.text
msgid "Common components and additional programs shared by all %PRODUCTNAME programs."
-msgstr "Components comuns i programes addicionals compartits per tots els programes de %PRODUCTNAME."
+msgstr "Components comuns i programes addicionals compartits per tots els programes del %PRODUCTNAME."
#: module_ooo.ulf#STR_NAME_MODULE_DICTIONARIES.LngText.text
msgid "Dictionaries"
@@ -1062,7 +1062,7 @@ msgstr "Diccionaris"
#: module_ooo.ulf#STR_DESC_MODULE_DICTIONARIES.LngText.text
msgid "Spelling dictionaries, hyphenation rules, and thesauri."
-msgstr "Diccionari ortogràfic, de partició de mots i tesaurus"
+msgstr "Corrector ortogràfic, partició de mots i tesaurus."
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AF.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AF.LngText.text"
@@ -1071,7 +1071,7 @@ msgstr "Afrikaans"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_AF.LngText.text
msgid "Afrikaans spelling dictionary, and hyphenation rules"
-msgstr "Diccionari ortogràfic i de separació de síl·labes pel afrikaans"
+msgstr "Afrikaans: corrector ortogràfic i partició de mots"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AN.LngText.text
msgid "Aragonese"
@@ -1079,7 +1079,7 @@ msgstr "Aragonès"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_AN.LngText.text
msgid "Aragonese spelling dictionary"
-msgstr "Diccionari ortogràfic per l'aragonès"
+msgstr "Aragonès: corrector ortogràfic"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AR.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AR.LngText.text"
@@ -1088,7 +1088,7 @@ msgstr "Àrab"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_AR.LngText.text
msgid "Arabic spelling dictionary, and thesaurus"
-msgstr "Diccionari ortogràfic i de separació de síl·labes pel àrab"
+msgstr "Àrab: corrector ortogràfic i tesaurus (sinònims i termes relacionats)"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_BE.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_BE.LngText.text"
@@ -1097,7 +1097,7 @@ msgstr "Bielorús"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_BE.LngText.text
msgid "Belarusian spelling dictionary"
-msgstr "Diccionari ortogràfic per al bielorús"
+msgstr "Bielorús: corrector ortogràfic"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_BG.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_BG.LngText.text"
@@ -1106,7 +1106,7 @@ msgstr "Búlgar"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_BG.LngText.text
msgid "Bulgarian spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionari ortogràfic, de partició de mots i tesaurus pel búlgar"
+msgstr "Búlgar: corrector ortogràfic, partició de mots i tesaurus (sinònims i termes relacionats)"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_BN.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_BN.LngText.text"
@@ -1115,7 +1115,7 @@ msgstr "Bengalí"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_BN.LngText.text
msgid "Bengali spelling dictionary"
-msgstr "Diccionari ortogràfic per al bengalí"
+msgstr "Bengalí: corrector ortogràfic"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_BR.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_BR.LngText.text"
@@ -1124,7 +1124,7 @@ msgstr "Bretó"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_BR.LngText.text
msgid "Breton spelling dictionary"
-msgstr "Diccionari ortogràfic pel bretó"
+msgstr "Bretó: corrector ortogràfic"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_CA.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_CA.LngText.text"
@@ -1133,7 +1133,7 @@ msgstr "Català"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_CA.LngText.text
msgid "Catalan spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionari ortogràfic, de partició de mots i tesaurus pel català"
+msgstr "Català: corrector ortogràfic, partició de mots i tesaurus (sinònims i termes relacionats)"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_CS.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_CS.LngText.text"
@@ -1142,7 +1142,7 @@ msgstr "Txec"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_CS.LngText.text
msgid "Czech spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionari ortogràfic, de partició de mots i tesaurus pel txec"
+msgstr "Txec: corrector ortogràfic, partició de mots i tesaurus (sinònims i termes relacionats)"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_DA.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_DA.LngText.text"
@@ -1151,7 +1151,7 @@ msgstr "Danès"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_DA.LngText.text
msgid "Danish spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionari ortogràfic, de partició de mots i tesaurus pel danès"
+msgstr "Danès: corrector ortogràfic, partició de mots i tesaurus (sinònims i termes relacionats)"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_DE.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_DE.LngText.text"
@@ -1160,7 +1160,7 @@ msgstr "Alemany"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_DE.LngText.text
msgid "German (Austria, Germany, Switzerland) spelling dictionaries, hyphenation rules, and thesauri"
-msgstr "Diccionari ortogràfic alemany (Àustria, Alemanya, Suïssa), regles de partició de mots, i tesaurus"
+msgstr "Alemany (Àustria, Alemanya, Suïssa): corrector ortogràfic, partició de mots i tesaurus (sinònims i termes relacionats)"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_EN.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_EN.LngText.text"
@@ -1169,7 +1169,7 @@ msgstr "Anglès"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_EN.LngText.text
msgid "English spelling dictionaries, hyphenation rules, thesaurus, and grammar checker"
-msgstr "Diccionari ortogràfic, partició de mots, sinònims i de comprovador de gramàtica per a l'anglès"
+msgstr "Anglès: corrector ortogràfic i gramatical, partició de mots i tesaurus (sinònims i termes relacionats)"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_EL.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_EL.LngText.text"
@@ -1178,7 +1178,7 @@ msgstr "Grec"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_EL.LngText.text
msgid "Greek spelling dictionary, and hyphenation rules"
-msgstr "Diccionari ortogràfic i de separació de síl·labes per al grec"
+msgstr "Grec: corrector ortogràfic i partició de mots"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_ES.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_ES.LngText.text"
@@ -1187,7 +1187,7 @@ msgstr "Espanyol"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_ES.LngText.text
msgid "Spanish spelling dictionary"
-msgstr "Diccionari ortogràfic per a l'espanyol"
+msgstr "Espanyol: corrector ortogràfic"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_ET.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_ET.LngText.text"
@@ -1196,7 +1196,7 @@ msgstr "Estonià"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_ET.LngText.text
msgid "Estonian spelling dictionary, and hyphenation rules"
-msgstr "Diccionari ortogràfic i de separació de síl·labes per a l'estoni"
+msgstr "Estonià: corrector ortogràfic i partició de mots"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_FR.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_FR.LngText.text"
@@ -1205,7 +1205,7 @@ msgstr "Francès"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_FR.LngText.text
msgid "French spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionari ortogràfic, de partició de mots i tesaurus per al francès"
+msgstr "Francès: corrector ortogràfic, partició de mots i tesaurus (sinònims i termes relacionats)"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_GD.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_GD.LngText.text"
@@ -1214,7 +1214,7 @@ msgstr "Gal·lès d'escòcia"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_GD.LngText.text
msgid "Scottish Gaelic spelling dictionary"
-msgstr "Diccionari ortogràfic per al gaelic escocès"
+msgstr "Gaèlic escocès: corrector ortogràfic"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_GL.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_GL.LngText.text"
@@ -1223,7 +1223,7 @@ msgstr "Gallec"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_GL.LngText.text
msgid "Galician spelling dictionary"
-msgstr "Diccionari ortogràfic per al gallec"
+msgstr "Gallec: corrector ortogràfic"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_GU.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_GU.LngText.text"
@@ -1232,7 +1232,7 @@ msgstr "Gujarati"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_GU.LngText.text
msgid "Gujarati spelling dictionary"
-msgstr "Diccionari ortogràfic per al gujarati"
+msgstr "Gujarati: corrector ortogràfic"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_HE.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_HE.LngText.text"
@@ -1241,7 +1241,7 @@ msgstr "Hebreu"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_HE.LngText.text
msgid "Hebrew spelling dictionary"
-msgstr "Diccionari ortogràfic per a l'hebreu"
+msgstr "Hebreu: corrector ortogràfic"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_HI.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_HI.LngText.text"
@@ -1250,7 +1250,7 @@ msgstr "Hindi"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_HI.LngText.text
msgid "Hindi spelling dictionary"
-msgstr "Diccionari ortogràfic per al hindi"
+msgstr "Hindi: corrector ortogràfic"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_HU.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_HU.LngText.text"
@@ -1259,7 +1259,7 @@ msgstr "Hongarès"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_HU.LngText.text
msgid "Hungarian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
-msgstr "Diccionari ortogràfic, de partició de mots, sinònims i comprovació de gramàtica per a l'hongarès"
+msgstr "Hongarès: corrector ortogràfic i gramatical, partició de mots i tesaurus (sinònims i termes relacionats)"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_HR.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_HR.LngText.text"
@@ -1268,7 +1268,7 @@ msgstr "Croat"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_HR.LngText.text
msgid "Croatian spelling dictionary, and hyphenation rules"
-msgstr "Diccionari ortogràfic i de separació de síl·labes per al croat"
+msgstr "Croat: corrector ortogràfic i partició de mots"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_IT.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_IT.LngText.text"
@@ -1277,7 +1277,7 @@ msgstr "Italià"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_IT.LngText.text
msgid "Italian spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionari ortogràfic, de partició de mots i tesaurus per a l'italià"
+msgstr "Italià: corrector ortogràfic, partició de mots i tesaurus (sinònims i termes relacionats)"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_KU_TR.LngText.text
msgid "Kurdish (Turkey)"
@@ -1285,7 +1285,7 @@ msgstr "Kurd (Turquia)"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_KU_TR.LngText.text
msgid "Kurdish (Turkey) spelling dictionary"
-msgstr "Diccionari ortogràfic per al kurd (Turquia)"
+msgstr "Kurd (Turquia): corrector ortogràfic"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_LT.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_LT.LngText.text"
@@ -1294,7 +1294,7 @@ msgstr "Lituà"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_LT.LngText.text
msgid "Lithuanian spelling dictionary, and hyphenation rules"
-msgstr "Diccionari ortogràfic i de separació de síl·labes per al lituà"
+msgstr "Lituà: corrector ortogràfic i partició de mots"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_LV.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_LV.LngText.text"
@@ -1303,7 +1303,7 @@ msgstr "Letó"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_LV.LngText.text
msgid "Latvian spelling dictionary, and hyphenation rules"
-msgstr "Diccionari ortogràfic i de separació de síl·labes per al letó"
+msgstr "Letó: corrector ortogràfic i partició de mots"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_NE.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_NE.LngText.text"
@@ -1312,7 +1312,7 @@ msgstr "Nepalès"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_NE.LngText.text
msgid "Nepali spelling dictionary, and thesaurus"
-msgstr "Diccionari ortogràfic i tesaurus per al nepalès"
+msgstr "Nepalès: corrector ortogràfic i tesaurus (sinònims i termes relacionats)"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_NL.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_NL.LngText.text"
@@ -1321,7 +1321,7 @@ msgstr "Holandès"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_NL.LngText.text
msgid "Dutch spelling dictionary, and hyphenation rules"
-msgstr "Diccionari ortogràfic i de separació de síl·labes per al holandès"
+msgstr "Neerlandès: corrector ortogràfic i partició de mots"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_NO.LngText.text
msgid "Norwegian"
@@ -1329,7 +1329,7 @@ msgstr "Noruec"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_NO.LngText.text
msgid "Norwegian (Nynorsk and Bokmal) spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionari ortogràfic i de separació de síl·labes per al noruec (nynorsk i bokmal)"
+msgstr "Noruec (nynorsk i bokmal): corrector ortogràfic, partició de mots i tesaurus (sinònims i termes relacionats)"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_OC.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_OC.LngText.text"
@@ -1338,7 +1338,7 @@ msgstr "Occità"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_OC.LngText.text
msgid "Occitan spelling dictionary"
-msgstr "Corrector ortogràfic per a l'occità"
+msgstr "Occità: corrector ortogràfic"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_PL.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_PL.LngText.text"
@@ -1347,7 +1347,7 @@ msgstr "Polonès"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_PL.LngText.text
msgid "Polish spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionari ortogràfic, de partició de mots i tesaurus per al polonès"
+msgstr "Polonès: corrector ortogràfic, partició de mots i tesaurus (sinònims i termes relacionats)"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_PT.LngText.text
msgid "Brazilian Portuguese"
@@ -1355,7 +1355,7 @@ msgstr "Portuguès (Brasil)"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_PT.LngText.text
msgid "Brazilian Portuguese spelling Dictionary (1990 Spelling Agreement), and hyphenation rules"
-msgstr "Diccionari ortogràfic (normes d'ortografia de 1990), i de partició de mots per al portuguès (Brasil)"
+msgstr "Portuguès (Brasil): corrector ortogràfic (normes ortogràfiques de 1990) i partició de mots"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_PT_PT.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_PT_PT.LngText.text"
@@ -1364,7 +1364,7 @@ msgstr "Portuguès"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_PT_PT.LngText.text
msgid "European Portuguese spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionari ortogràfic, de partició de mots i tesaurus per al portuguès europeu"
+msgstr "Portuguès (Portugal): corrector ortogràfic, partició de mots i tesaurus (sinònims i termes relacionats)"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_RO.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_RO.LngText.text"
@@ -1373,7 +1373,7 @@ msgstr "Romanès"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_RO.LngText.text
msgid "Romanian spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionari ortogràfic, de partició de mots i tesaurus per al romanès"
+msgstr "Romanès: corrector ortogràfic, partició de mots i tesaurus (sinònims i termes relacionats)"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_RU.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_RU.LngText.text"
@@ -1382,7 +1382,7 @@ msgstr "Rus"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_RU.LngText.text
msgid "Russian spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionari ortogràfic, separació sil·làbica i sinònims per al rus"
+msgstr "Rus: corrector ortogràfic, partició de mots i tesaurus (sinònims i termes relacionats)"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SI.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SI.LngText.text"
@@ -1391,7 +1391,7 @@ msgstr "Sinhala"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_SI.LngText.text
msgid "Sinhala spelling dictionary"
-msgstr "Diccionari ortogràfic per al sinhala"
+msgstr "Sinhala: corrector ortogràfic"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SK.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SK.LngText.text"
@@ -1400,7 +1400,7 @@ msgstr "Eslovac"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_SK.LngText.text
msgid "Slovak spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionari ortogràfic, de partició de mots i tesaurus per a l'eslovac"
+msgstr "Eslovac: corrector ortogràfic, partició de mots i tesaurus (sinònims i termes relacionats)"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SL.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SL.LngText.text"
@@ -1409,7 +1409,7 @@ msgstr "Eslovè"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_SL.LngText.text
msgid "Slovenian spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionari ortogràfic, de partició de mots i tesaurus per a l'eslovè"
+msgstr "Eslovè: corrector ortogràfic, partició de mots i tesaurus (sinònims i termes relacionats)"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SR.LngText.text
msgid "Serbian"
@@ -1417,7 +1417,7 @@ msgstr "Serbi"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_SR.LngText.text
msgid "Serbian (Cyrillic and Latin) spelling dictionary, and hyphenation rules"
-msgstr "Diccionari ortogràfic i de partició de mots per al serbi (ciríl·lic i llatí)"
+msgstr "Serbi (ciríl·lic i llatí): corrector ortogràfic i partició de mots"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SV.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SV.LngText.text"
@@ -1426,7 +1426,7 @@ msgstr "Suec"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_SV.LngText.text
msgid "Swedish spelling dictionary, and thesaurus"
-msgstr "Diccionari ortogràfic i tesaurus per al suec"
+msgstr "Suec: corrector ortogràfic i tesaurus (sinònims i termes relacionats)"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SW.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SW.LngText.text"
@@ -1435,7 +1435,7 @@ msgstr "Suahili"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_SW.LngText.text
msgid "Swahili spelling dictionary"
-msgstr "Diccionari ortogràfic per al suahili"
+msgstr "Suahili: corrector ortogràfic"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_TE.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_TE.LngText.text"
@@ -1444,7 +1444,7 @@ msgstr "Telugu"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_TE.LngText.text
msgid "Telugu spelling dictionary, and hyphenation rules"
-msgstr "Diccionari ortogràfic i de separació de síl·labes per al telugu"
+msgstr "Telugu: corrector ortogràfic i partició de mots"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_TH.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_TH.LngText.text"
@@ -1453,7 +1453,7 @@ msgstr "Tai"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_TH.LngText.text
msgid "Thai spelling dictionary"
-msgstr "Diccionari ortogràfic per al tai"
+msgstr "Tai: corrector ortogràfic"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_UK.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_UK.LngText.text"
@@ -1462,7 +1462,7 @@ msgstr "Ucraïnès"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_UK.LngText.text
msgid "Ukrainian spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionari ortogràfic, separació sil·làbica i sinònims per a l'ucraïnès"
+msgstr "Ucraïnès: corrector ortogràfic, partició de mots i tesaurus (sinònims i termes relacionats)"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_VI.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_VI.LngText.text"
@@ -1471,7 +1471,7 @@ msgstr "Vietnamita"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_VI.LngText.text
msgid "Vietnamese spelling dictionary"
-msgstr "Diccionari ortogràfic per al vietnamita"
+msgstr "Vietnamita: corrector ortogràfic"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_ZU.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_ZU.LngText.text"
@@ -1516,7 +1516,7 @@ msgstr "Implementació d'aplicacions sense pantalla"
#: module_headless.ulf#STR_DESC_MODULE_OPTIONAL_HEADLESS.LngText.text
msgid "Component for enabling use %PRODUCTNAME without a display"
-msgstr "Component que permet l'ús de %PRODUCTNAME sense pantalla"
+msgstr "Component que permet l'ús del %PRODUCTNAME sense pantalla"
#: folderitem_ooo.ulf#STR_FI_NAME_FROMTEMPLATE.LngText.text
msgid "From Template"
diff --git a/translations/source/ca/scp2/source/python.po b/translations/source/ca/scp2/source/python.po
index d68bac930ae..906479fcdf5 100644
--- a/translations/source/ca/scp2/source/python.po
+++ b/translations/source/ca/scp2/source/python.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%2Fpython.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2011-11-27 12:17+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-28 00:14+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: module_python_mailmerge.ulf#STR_NAME_MODULE_OPTIONAL_PYTHON_MAILMERGE.LngText.text
@@ -21,7 +21,7 @@ msgstr "Correu en sèrie"
#: module_python_mailmerge.ulf#STR_DESC_MODULE_OPTIONAL_PYTHON_MAILMERGE.LngText.text
msgid "Module for %PRODUCTNAME E-mail Mailmerge feature"
-msgstr "Mòdul de Python per al correu en sèrie de %PRODUCTNAME"
+msgstr "Mòdul de Python per al correu en sèrie del %PRODUCTNAME"
#: module_python.ulf#STR_NAME_MODULE_OPTIONAL_PYTHON.LngText.text
msgid "Python-UNO Bridge"
diff --git a/translations/source/ca/scp2/source/quickstart.po b/translations/source/ca/scp2/source/quickstart.po
index c1088e4151b..5de88d64474 100644
--- a/translations/source/ca/scp2/source/quickstart.po
+++ b/translations/source/ca/scp2/source/quickstart.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%2Fquickstart.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-04-05 19:14+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-28 00:15+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: module_quickstart.ulf#STR_NAME_MODULE_OPTIONAL_QUICKSTART.LngText.text
@@ -21,4 +21,4 @@ msgstr "Inici ràpid"
#: module_quickstart.ulf#STR_DESC_MODULE_OPTIONAL_QUICKSTART.LngText.text
msgid "Loads basic components on system start to accelerate start up time of %PRODUCTNAME %PRODUCTVERSION."
-msgstr "Carrega els components bàsics de %PRODUCTNAME %PRODUCTVERSION a l'inici del sistema per tal d'accelerar la seva arrencada."
+msgstr "Carrega els components bàsics del %PRODUCTNAME %PRODUCTVERSION a l'inici del sistema per tal d'accelerar la seva arrencada."
diff --git a/translations/source/ca/scp2/source/sdkoo.po b/translations/source/ca/scp2/source/sdkoo.po
index 2de88da4078..0ea3dae433e 100644
--- a/translations/source/ca/scp2/source/sdkoo.po
+++ b/translations/source/ca/scp2/source/sdkoo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:14+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/scp2/source/smoketest.po b/translations/source/ca/scp2/source/smoketest.po
index e35b16a14a5..7dc3c0d729f 100644
--- a/translations/source/ca/scp2/source/smoketest.po
+++ b/translations/source/ca/scp2/source/smoketest.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%2Fsmoketest.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-26 17:58+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: module_smoketest.ulf#STR_NAME_MODULE_OPTIONAL_SMOKETEST.LngText.text
diff --git a/translations/source/ca/scp2/source/winexplorerext.po b/translations/source/ca/scp2/source/winexplorerext.po
index 4f41b867e25..5bf2320dccc 100644
--- a/translations/source/ca/scp2/source/winexplorerext.po
+++ b/translations/source/ca/scp2/source/winexplorerext.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%2Fwinexplorerext.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-04-05 19:14+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-28 00:16+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: module_winexplorerext.ulf#STR_NAME_MODULE_OPTIONAL_WINDOWS_EXPLORER_EXTENSIONS.LngText.text
@@ -21,4 +21,4 @@ msgstr "Extensió de l'Explorador del Windows"
#: module_winexplorerext.ulf#STR_DESC_MODULE_OPTIONAL_WINDOWS_EXPLORER_EXTENSIONS.LngText.text
msgid "Enables the Microsoft Windows Explorer to show information about %PRODUCTNAME documents, such as thumbnail previews."
-msgstr "Permet que l'Explorador del Microsoft Windows mostri informació sobre els documents de %PRODUCTNAME, com ara imatges de previsualització."
+msgstr "Permet que l'Explorador del Microsoft Windows mostri informació sobre els documents del %PRODUCTNAME, com ara imatges de previsualització."
diff --git a/translations/source/ca/scp2/source/writer.po b/translations/source/ca/scp2/source/writer.po
index fd7ca703008..561188ca63b 100644
--- a/translations/source/ca/scp2/source/writer.po
+++ b/translations/source/ca/scp2/source/writer.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%2Fwriter.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-04-05 19:14+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-28 00:17+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: registryitem_writer.ulf#STR_REG_VAL_NEW.LngText.text
@@ -73,7 +73,7 @@ msgstr "%PRODUCTNAME Writer"
#: module_writer.ulf#STR_DESC_MODULE_PRG_WRT.LngText.text
msgid "Create and edit text and graphics in letters, reports, documents and Web pages by using %PRODUCTNAME Writer."
-msgstr "Creeu i editeu textos i gràfics en cartes, informes, documents i pàgines web amb %PRODUCTNAME Writer."
+msgstr "Creeu i editeu textos i gràfics en cartes, informes, documents i pàgines web amb el %PRODUCTNAME Writer."
#: module_writer.ulf#STR_NAME_MODULE_PRG_WRT_BIN.LngText.text
msgid "Program Module"
@@ -85,11 +85,11 @@ msgstr "L'aplicació %PRODUCTNAME Writer"
#: module_writer.ulf#STR_NAME_MODULE_PRG_WRT_HELP.LngText.text
msgid "%PRODUCTNAME Writer Help"
-msgstr "Ajuda de %PRODUCTNAME Writer"
+msgstr "Ajuda del %PRODUCTNAME Writer"
#: module_writer.ulf#STR_DESC_MODULE_PRG_WRT_HELP.LngText.text
msgid "Help about %PRODUCTNAME Writer"
-msgstr "Ajuda sobre %PRODUCTNAME Writer"
+msgstr "Ajuda sobre el %PRODUCTNAME Writer"
#: module_writer.ulf#STR_NAME_MODULE_PRG_WRT_WRITER2LATEX.LngText.text
msgid "LaTeX Export"
diff --git a/translations/source/ca/scp2/source/xsltfilter.po b/translations/source/ca/scp2/source/xsltfilter.po
index 69e5316e0a8..3ee69954016 100644
--- a/translations/source/ca/scp2/source/xsltfilter.po
+++ b/translations/source/ca/scp2/source/xsltfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:14+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/scripting/source/pyprov.po b/translations/source/ca/scripting/source/pyprov.po
index 77d33439d7a..25d81ce9da9 100644
--- a/translations/source/ca/scripting/source/pyprov.po
+++ b/translations/source/ca/scripting/source/pyprov.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 22:02+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: none\n"
-"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sd/source/core.po b/translations/source/ca/sd/source/core.po
index 1c81308f77b..e50f8a0a986 100644
--- a/translations/source/ca/sd/source/core.po
+++ b/translations/source/ca/sd/source/core.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+sd%2Fsource%2Fcore.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-26 17:51+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ca/sd/source/filter/html.po b/translations/source/ca/sd/source/filter/html.po
index b20dfda7157..8e4788a77ea 100644
--- a/translations/source/ca/sd/source/filter/html.po
+++ b/translations/source/ca/sd/source/filter/html.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+sd%2Fsource%2Ffilter%2Fhtml.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-04-05 19:14+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-28 00:17+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: pubdlg.src#DLG_PUBLISHING.PAGE1_TITEL.fixedline.text
@@ -195,7 +195,7 @@ msgstr "Enllaça a la còpia de la presentació ~original"
#: pubdlg.src#DLG_PUBLISHING.PAGE4_CREATED.checkbox.text
msgid "Note: 'Created with %PRODUCTNAME'"
-msgstr "Nota: \"Creat amb %PRODUCTNAME\""
+msgstr "Nota: \"Creat amb el %PRODUCTNAME\""
#: pubdlg.src#DLG_PUBLISHING.PAGE5_TITEL.fixedline.text
msgid "Select button style"
diff --git a/translations/source/ca/sd/source/ui/accessibility.po b/translations/source/ca/sd/source/ui/accessibility.po
index e8468153054..70345b8021d 100644
--- a/translations/source/ca/sd/source/ui/accessibility.po
+++ b/translations/source/ca/sd/source/ui/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:14+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sd/source/ui/animations.po b/translations/source/ca/sd/source/ui/animations.po
index dbcbaf561c8..1af2a6e6ac2 100644
--- a/translations/source/ca/sd/source/ui/animations.po
+++ b/translations/source/ca/sd/source/ui/animations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:14+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sd/source/ui/annotations.po b/translations/source/ca/sd/source/ui/annotations.po
index fbdb7f55a25..b1d5902449f 100644
--- a/translations/source/ca/sd/source/ui/annotations.po
+++ b/translations/source/ca/sd/source/ui/annotations.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+sd%2Fsource%2Fui%2Fannotations.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-04-05 19:14+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-28 00:18+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: annotations.src#RID_ANNOTATION_CONTEXTMENU.SID_REPLYTO_POSTIT.menuitem.text
@@ -91,19 +91,19 @@ msgstr "(sense autor)"
#: annotations.src#STR_ANNOTATION_WRAP_FORWARD.string.text
msgid "%PRODUCTNAME Impress reached the end of the presentation. Do you want to continue at the beginning?"
-msgstr "%PRODUCTNAME Impress ha cercat fins al final de la presentació. Voleu continuar la cerca des de l'inici?"
+msgstr "El %PRODUCTNAME Impress ha cercat fins al final de la presentació. Voleu continuar la cerca des de l'inici?"
#: annotations.src#STR_ANNOTATION_WRAP_BACKWARD.string.text
msgid "%PRODUCTNAME Impress reached the beginning of the presentation. Do you want to continue at the end?"
-msgstr "%PRODUCTNAME Impress ha cercat fins a l'inici de la presentació. Voleu continuar la cerca des del final?"
+msgstr "El %PRODUCTNAME Impress ha cercat fins a l'inici de la presentació. Voleu continuar la cerca des del final?"
#: annotations.src#STR_ANNOTATION_WRAP_FORWARD_DRAW.string.text
msgid "%PRODUCTNAME Draw reached the end of the document. Do you want to continue at the beginning?"
-msgstr "%PRODUCTNAME Draw ha cercat fins al final del document. Voleu continuar la cerca des de l'inici?"
+msgstr "El %PRODUCTNAME Draw ha cercat fins al final del document. Voleu continuar la cerca des de l'inici?"
#: annotations.src#STR_ANNOTATION_WRAP_BACKWARD_DRAW.string.text
msgid "%PRODUCTNAME Draw reached the beginning of the document. Do you want to continue at the end?"
-msgstr "%PRODUCTNAME Draw ha cercat fins a l'inici del document. Voleu continuar la cerca des del final?"
+msgstr "El %PRODUCTNAME Draw ha cercat fins a l'inici del document. Voleu continuar la cerca des del final?"
#: annotations.src#STR_ANNOTATION_UNDO_INSERT.string.text
msgid "Insert Comment"
diff --git a/translations/source/ca/sd/source/ui/app.po b/translations/source/ca/sd/source/ui/app.po
index 0312699d54c..e6d5b79b853 100644
--- a/translations/source/ca/sd/source/ui/app.po
+++ b/translations/source/ca/sd/source/ui/app.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+sd%2Fsource%2Fui%2Fapp.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2011-11-27 12:25+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-28 00:25+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: popup.src#RID_DRAW_TABLEOBJ_INSIDE_POPUP.SID_FORMAT_TABLE_DLG.menuitem.text
@@ -1078,7 +1078,7 @@ msgstr "Presentació"
#: strings.src#STR_IMPRESS_DOCUMENT_FULLTYPE_60.string.text
msgid "%PRODUCTNAME %PRODUCTVERSION Presentation"
-msgstr "Presentació de %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Presentació del %PRODUCTNAME %PRODUCTVERSION"
#: strings.src#STR_GRAPHIC_DOCUMENT.string.text
msgid "Drawing"
@@ -1086,7 +1086,7 @@ msgstr "Dibuix"
#: strings.src#STR_GRAPHIC_DOCUMENT_FULLTYPE_60.string.text
msgid "%PRODUCTNAME %PRODUCTVERSION Drawing"
-msgstr "Dibuix de %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Dibuix del %PRODUCTNAME %PRODUCTVERSION"
#: strings.src#STR_BREAK_METAFILE.string.text
msgid "Ungroup Metafile(s)..."
@@ -2489,19 +2489,19 @@ msgstr "No s'ha trobat l'expressió cercada."
#: sdstring.src#STR_SAR_WRAP_FORWARD.string.text
msgid "%PRODUCTNAME Impress has searched to the end of the presentation. Do you want to continue at the beginning?"
-msgstr "%PRODUCTNAME Impress ha cercat fins a l'acabament de la presentació. Voleu continuar la cerca des del començament?"
+msgstr "El %PRODUCTNAME Impress ha cercat fins a l'acabament de la presentació. Voleu continuar la cerca des del començament?"
#: sdstring.src#STR_SAR_WRAP_BACKWARD.string.text
msgid "%PRODUCTNAME Impress has searched to the beginning of the presentation. Do you want to continue at the end?"
-msgstr "%PRODUCTNAME Impress ha cercat fins al començament de la presentació. Voleu continuar la cerca des de l'acabament?"
+msgstr "El %PRODUCTNAME Impress ha cercat fins al començament de la presentació. Voleu continuar la cerca des de l'acabament?"
#: sdstring.src#STR_SAR_WRAP_FORWARD_DRAW.string.text
msgid "%PRODUCTNAME Draw has searched to the end of the document. Do you want to continue at the beginning?"
-msgstr "%PRODUCTNAME Draw ha cercat fins a l'acabament del document. Voleu continuar la cerca des del començament?"
+msgstr "El %PRODUCTNAME Draw ha cercat fins a l'acabament del document. Voleu continuar la cerca des del començament?"
#: sdstring.src#STR_SAR_WRAP_BACKWARD_DRAW.string.text
msgid "%PRODUCTNAME Draw has searched to the beginning of the document. Do you want to continue at the end?"
-msgstr "%PRODUCTNAME Draw ha cercat fins al començament del document. Voleu continuar la cerca des de l'acabament?"
+msgstr "El %PRODUCTNAME Draw ha cercat fins al començament del document. Voleu continuar la cerca des de l'acabament?"
#: toolbox.src#RID_DRAW_VIEWER_TOOLBOX.string.text
msgctxt "toolbox.src#RID_DRAW_VIEWER_TOOLBOX.string.text"
diff --git a/translations/source/ca/sd/source/ui/dlg.po b/translations/source/ca/sd/source/ui/dlg.po
index 2fed1cf4955..b552d684a2e 100644
--- a/translations/source/ca/sd/source/ui/dlg.po
+++ b/translations/source/ca/sd/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-27 12:27+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sd/source/ui/notes.po b/translations/source/ca/sd/source/ui/notes.po
index 6691f761b08..e8a9c6ff4bb 100644
--- a/translations/source/ca/sd/source/ui/notes.po
+++ b/translations/source/ca/sd/source/ui/notes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:14+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sd/source/ui/slideshow.po b/translations/source/ca/sd/source/ui/slideshow.po
index 73e5ac45c15..f17ad9c0a91 100644
--- a/translations/source/ca/sd/source/ui/slideshow.po
+++ b/translations/source/ca/sd/source/ui/slideshow.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+sd%2Fsource%2Fui%2Fslideshow.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-26 17:51+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ca/sd/source/ui/slidesorter/view.po b/translations/source/ca/sd/source/ui/slidesorter/view.po
index cecd5b5c217..bb774ab73ea 100644
--- a/translations/source/ca/sd/source/ui/slidesorter/view.po
+++ b/translations/source/ca/sd/source/ui/slidesorter/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-27 12:31+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sd/source/ui/table.po b/translations/source/ca/sd/source/ui/table.po
index 8d3f515d858..af2a334f30d 100644
--- a/translations/source/ca/sd/source/ui/table.po
+++ b/translations/source/ca/sd/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:14+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sd/source/ui/view.po b/translations/source/ca/sd/source/ui/view.po
index 2552d9a40d9..1f3cc5cad64 100644
--- a/translations/source/ca/sd/source/ui/view.po
+++ b/translations/source/ca/sd/source/ui/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:14+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sdext/source/minimizer.po b/translations/source/ca/sdext/source/minimizer.po
index ae728594ef2..e477ae8a590 100644
--- a/translations/source/ca/sdext/source/minimizer.po
+++ b/translations/source/ca/sdext/source/minimizer.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-27 14:38+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: none\n"
-"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/translations/source/ca/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index 60f11df22c5..6e5cd4e9422 100644
--- a/translations/source/ca/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/translations/source/ca/sdext/source/minimizer/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:14+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/translations/source/ca/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index c721ff41c82..c921a2e2f46 100644
--- a/translations/source/ca/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/ca/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-27 14:39+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sdext/source/pdfimport.po b/translations/source/ca/sdext/source/pdfimport.po
index 3ac468c3ff6..e37e298d476 100644
--- a/translations/source/ca/sdext/source/pdfimport.po
+++ b/translations/source/ca/sdext/source/pdfimport.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-26 22:57+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sdext/source/presenter.po b/translations/source/ca/sdext/source/presenter.po
index c90e456de14..12a4cd6f6b0 100644
--- a/translations/source/ca/sdext/source/presenter.po
+++ b/translations/source/ca/sdext/source/presenter.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-27 12:38+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: none\n"
-"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/translations/source/ca/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index 329c4fd4d02..df512377a66 100644
--- a/translations/source/ca/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/translations/source/ca/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:14+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/translations/source/ca/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index c1818ba7dec..c6a4522386b 100644
--- a/translations/source/ca/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/ca/sdext/source/presenter/registry/data/org/openoffice/Office/extension.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+sdext%2Fsource%2Fpresenter%2Fregistry%2Fdata%2Forg%2Fopenoffice%2FOffice%2Fextension.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-26 17:21+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ca/setup_native/source/mac.po b/translations/source/ca/setup_native/source/mac.po
index 80408fa3498..01ed06d6231 100644
--- a/translations/source/ca/setup_native/source/mac.po
+++ b/translations/source/ca/setup_native/source/mac.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+setup_native%2Fsource%2Fmac.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2011-04-05 19:14+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-28 00:27+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: macinstall.ulf#OKLabel.LngText.text
@@ -35,7 +35,7 @@ msgstr "Us donem la benvinguda a l'auxiliar d'instal·lació de l'[FULLPRODUCTNA
#: macinstall.ulf#IntroText2.LngText.text
msgid "This installation will update your installed versions of [PRODUCTNAME]"
-msgstr "La instal·lació actualitzarà les versions instal·lades de l'[PRODUCTNAME]"
+msgstr "La instal·lació actualitzarà les versions instal·lades del [PRODUCTNAME]"
#: macinstall.ulf#IntroText3.LngText.text
msgid "This might take a moment."
@@ -47,11 +47,11 @@ msgstr "No llistada (trieu la ubicació en un pas addicional)"
#: macinstall.ulf#ListPromptText.LngText.text
msgid "Choose [PRODUCTNAME] [PRODUCTVERSION] installation for which you want to install the [FULLPRODUCTNAME]"
-msgstr "Trieu la instal·lació de l'[PRODUCTNAME] [PRODUCTVERSION] amb què voleu instal·lar l'[FULLPRODUCTNAME]"
+msgstr "Trieu la instal·lació del [PRODUCTNAME] [PRODUCTVERSION] amb què voleu instal·lar el [FULLPRODUCTNAME]"
#: macinstall.ulf#ChooseManualText.LngText.text
msgid "Point the dialog to your [PRODUCTNAME] [PRODUCTVERSION] installation."
-msgstr "Especifiqueu al diàleg la instal·lació de l'[PRODUCTNAME] [PRODUCTVERSION]."
+msgstr "Especifiqueu al diàleg la instal·lació del [PRODUCTNAME] [PRODUCTVERSION]."
#: macinstall.ulf#ListOKLabelText.LngText.text
msgctxt "macinstall.ulf#ListOKLabelText.LngText.text"
@@ -65,11 +65,11 @@ msgstr "Interromp"
#: macinstall.ulf#AppInvalidText1.LngText.text
msgid "This is not a valid [PRODUCTNAME] [PRODUCTVERSION] installation."
-msgstr "Aquesta no és una instal·lació vàlida de l'[PRODUCTNAME] [PRODUCTVERSION]."
+msgstr "Aquesta no és una instal·lació vàlida del [PRODUCTNAME] [PRODUCTVERSION]."
#: macinstall.ulf#AppInvalidText2.LngText.text
msgid "Run the installer again and choose a valid [PRODUCTNAME] [PRODUCTVERSION] installation"
-msgstr "Torneu a executar l'instal·lador de nou i trieu una instal·lació vàlida de l'[PRODUCTNAME] [PRODUCTVERSION]"
+msgstr "Torneu a executar l'instal·lador de nou i trieu una instal·lació vàlida del [PRODUCTNAME] [PRODUCTVERSION]"
#: macinstall.ulf#StartInstallText1.LngText.text
msgid "Click Install to start the installation"
@@ -101,7 +101,7 @@ msgstr "La instal·lació ha fallat."
#: macinstall.ulf#InstallCompleteText.LngText.text
msgid "Installation of [PRODUCTNAME] language pack completed."
-msgstr "La instal·lació del paquet de llengua de l'[PRODUCTNAME] ha acabat."
+msgstr "La instal·lació del paquet de llengua del [PRODUCTNAME] ha acabat."
#: macinstall.ulf#InstallCompleteText2.LngText.text
msgid "Call '[PRODUCTNAME]-Preferences-Language Settings-Languages' to change the user interface language."
diff --git a/translations/source/ca/sfx2/source/appl.po b/translations/source/ca/sfx2/source/appl.po
index e412c7aaaa9..70047d63520 100644
--- a/translations/source/ca/sfx2/source/appl.po
+++ b/translations/source/ca/sfx2/source/appl.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+sfx2%2Fsource%2Fappl.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-10-18 22:14+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-28 00:29+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: dde.src#MD_DDE_LINKEDIT.FT_DDE_APP.fixedtext.text
@@ -78,7 +78,7 @@ msgstr "Document ja obert."
#: app.src#MSG_ERR_NO_WEBBROWSER_FOUND.errorbox.text
msgid "%PRODUCTNAME could not find a web browser on your system. Please check your Desktop Preferences or install a web browser (for example, Mozilla) in the default location requested during the browser installation."
-msgstr "%PRODUCTNAME no pot trobar un navegador web en el sistema. Comproveu les preferències d'escriptori o bé instal·leu-ne un (per exemple, el Mozilla) en la localització per defecte sol·licitada durant la instal·lació del navegador."
+msgstr "El %PRODUCTNAME no pot trobar un navegador web en el sistema. Comproveu les preferències d'escriptori o bé instal·leu-ne un (per exemple, el Mozilla) en la localització per defecte sol·licitada durant la instal·lació del navegador."
#: app.src#GID_INTERN.string.text
msgid "Internal"
@@ -237,7 +237,7 @@ msgstr "Surt de l'inici ràpid"
#: app.src#STR_QUICKSTART_TIP.string.text
msgid "%PRODUCTNAME %PRODUCTVERSION Quickstarter"
-msgstr "Inici ràpid de %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Inici ràpid del %PRODUCTNAME %PRODUCTVERSION"
#: app.src#STR_QUICKSTART_FILEOPEN.string.text
msgid "Open Document..."
@@ -249,7 +249,7 @@ msgstr "Des d'una plantilla..."
#: app.src#STR_QUICKSTART_PRELAUNCH.string.text
msgid "Load %PRODUCTNAME During System Start-Up"
-msgstr "Carrega %PRODUCTNAME en iniciar el sistema"
+msgstr "Carrega el %PRODUCTNAME en iniciar el sistema"
#: app.src#STR_QUICKSTART_PRELAUNCH_UNX.string.text
msgid "Disable systray Quickstarter"
@@ -394,7 +394,7 @@ msgid ""
"License Version 3. A copy of the LGPL license can be found at\n"
"http://www.gnu.org/licenses/lgpl-3.0.html"
msgstr ""
-"%PRODUCTNAME es troba disponible segons les condicions de la GNU Lesser General\n"
+"El %PRODUCTNAME es troba disponible segons les condicions de la GNU Lesser General\n"
"Public License Version 3. Una còpia de la llicència es pot trobar a\n"
"http://www.gnu.org/licenses/lgpl-3.0.html"
@@ -505,7 +505,7 @@ msgstr "~Visualitza"
#: newhelp.src#STR_HELP_WINDOW_TITLE.string.text
msgid "%PRODUCTNAME Help"
-msgstr "Ajuda de %PRODUCTNAME"
+msgstr "Ajuda del %PRODUCTNAME"
#: newhelp.src#STR_HELP_BUTTON_INDEX_ON.string.text
msgid "Show Navigation Pane"
@@ -589,7 +589,7 @@ msgstr "El text que heu introduït no s'ha trobat."
#: newhelp.src#RID_HELP_ONSTARTUP_TEXT.string.text
msgid "~Display %PRODUCTNAME %MODULENAME Help at Startup"
-msgstr "Mostra l'ajuda de %PRODUCTNAME %MODULENAME a l'inici"
+msgstr "Mostra l'ajuda del %PRODUCTNAME %MODULENAME a l'inici"
#: sfx.src#STR_ACCTITLE_PRODUCTIVITYTOOLS.string.text
msgid "%PRODUCTNAME"
diff --git a/translations/source/ca/sfx2/source/bastyp.po b/translations/source/ca/sfx2/source/bastyp.po
index 6779a5b1135..c9be3263b16 100644
--- a/translations/source/ca/sfx2/source/bastyp.po
+++ b/translations/source/ca/sfx2/source/bastyp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:14+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sfx2/source/dialog.po b/translations/source/ca/sfx2/source/dialog.po
index ba11983ddc1..ca60575b2a2 100644
--- a/translations/source/ca/sfx2/source/dialog.po
+++ b/translations/source/ca/sfx2/source/dialog.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-26 17:29+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-28 00:29+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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: Pootle 2.1.6\n"
@@ -29,11 +29,11 @@ msgstr "Crea un estil"
#: mailwindow.src#RID_ERRBOX_MAIL_CONFIG.errorbox.text
msgid "%PRODUCTNAME was unable to find a working e-mail configuration. Please save this document locally instead and attach it from within your e-mail client."
-msgstr "%PRODUCTNAME no ha pogut trobar una configuració de correu electrònic que funcioni. Deseu aquest document localment i adjunteu-lo des del client de correu electrònic."
+msgstr "El %PRODUCTNAME no ha pogut trobar una configuració de correu electrònic que funcioni. Deseu aquest document localment i adjunteu-lo des del client de correu electrònic."
#: dinfdlg.src#STR_SFX_NEWOFFICEDOC.string.text
msgid "%PRODUCTNAME document"
-msgstr "Document de %PRODUCTNAME"
+msgstr "Document del %PRODUCTNAME"
#: dinfdlg.src#TP_DOCINFODESC.FT_TITLE.fixedtext.text
msgid "~Title"
diff --git a/translations/source/ca/sfx2/source/doc.po b/translations/source/ca/sfx2/source/doc.po
index f25d00a436c..a3a3cad9704 100644
--- a/translations/source/ca/sfx2/source/doc.po
+++ b/translations/source/ca/sfx2/source/doc.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2012-01-26 17:31+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-28 00:30+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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: Pootle 2.1.6\n"
@@ -494,7 +494,7 @@ msgstr "Configuracions"
#: doc.src#RID_STR_FILTBASIC.string.text
msgid "%PRODUCTNAME Basic libraries"
-msgstr "Biblioteques de %PRODUCTNAME Basic"
+msgstr "Biblioteques del %PRODUCTNAME Basic"
#: doc.src#RID_STR_WARNSTYLEOVERWRITE.string.text
msgid "Should the \"$(ARG1)\" Style be replaced?"
@@ -534,7 +534,7 @@ msgstr "Edita"
#: doc.src#RID_OFFICEFILTER.string.text
msgid "%PRODUCTNAME Documents"
-msgstr "Documents de %PRODUCTNAME"
+msgstr "Documents del %PRODUCTNAME"
#: doc.src#STR_FRAMEOBJECT_PROPERTIES.string.text
msgid "Propert~ies..."
@@ -546,7 +546,7 @@ msgstr "HTML (conjunt de marcs)"
#: doc.src#STR_FSET_FILTERNAME1.string.text
msgid "%PRODUCTNAME Frame Document"
-msgstr "Document de marc de %PRODUCTNAME "
+msgstr "Document de marc del %PRODUCTNAME "
#: doc.src#STR_TEMPL_MOVED.string.text
msgid "The template \"$(TEMPLATE)\" was not found at the original location. A template with the same name exists at \"$(FOUND)\". Should this template be used in the future when comparing?"
diff --git a/translations/source/ca/sfx2/source/menu.po b/translations/source/ca/sfx2/source/menu.po
index 9c1f234d01b..bee93bb11a0 100644
--- a/translations/source/ca/sfx2/source/menu.po
+++ b/translations/source/ca/sfx2/source/menu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:15+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sfx2/source/view.po b/translations/source/ca/sfx2/source/view.po
index fba73a9176f..0f61eed0194 100644
--- a/translations/source/ca/sfx2/source/view.po
+++ b/translations/source/ca/sfx2/source/view.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+sfx2%2Fsource%2Fview.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2011-04-05 19:15+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-28 00:31+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: view.src#STR_NODEFPRINTER.string.text
@@ -137,7 +137,7 @@ msgid ""
"Please check the %PRODUCTNAME settings or your e-mail program settings."
msgstr ""
"S'ha produït un error en enviar el missatge. És possible que no hi hagi cap compte d'usuari o que la configuració sigui incorrecta.\n"
-"Reviseu la configuració de %PRODUCTNAME o del programa de correu."
+"Reviseu la configuració del %PRODUCTNAME o del programa de correu."
#: view.src#MSG_QUERY_OPENASTEMPLATE.querybox.text
msgid "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?"
@@ -149,4 +149,4 @@ msgstr " (document reparat)"
#: view.src#MSG_ERROR_NO_WEBBROWSER_FOUND.errorbox.text
msgid "%PRODUCTNAME could not find a web browser on your system. Please check your Desktop Preferences or install a web browser (for example, Mozilla) in the default location requested during the browser installation."
-msgstr "%PRODUCTNAME no ha pogut trobar un navegador web al sistema. Comproveu les preferències d'escriptori o instal·leu un navegador web (per exemple, Mozilla) en la ubicació per defecte que es demana en la instal·lació del navegador."
+msgstr "El %PRODUCTNAME no ha pogut trobar un navegador web al sistema. Comproveu les preferències d'escriptori o instal·leu un navegador web (per exemple, Mozilla) en la ubicació per defecte que es demana en la instal·lació del navegador."
diff --git a/translations/source/ca/shell/source/win32/shlxthandler/res.po b/translations/source/ca/shell/source/win32/shlxthandler/res.po
index 7d874cb0f56..1df6d83ad23 100644
--- a/translations/source/ca/shell/source/win32/shlxthandler/res.po
+++ b/translations/source/ca/shell/source/win32/shlxthandler/res.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:15+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/starmath/source.po b/translations/source/ca/starmath/source.po
index 33e6e5d9e14..7f33b96a7e3 100644
--- a/translations/source/ca/starmath/source.po
+++ b/translations/source/ca/starmath/source.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+starmath%2Fsource.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2011-11-27 11:44+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-28 14:03+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: smres.src#RID_FONTDIALOG.1.fixedtext.text
@@ -477,8 +477,8 @@ msgid ""
"Please install this font and restart %PRODUCTNAME Math."
msgstr ""
"No teniu instal·lat el tipus de lletra \"StarMath\".\n"
-"Sense aquest tipus de lletra %PRODUCTNAME Math no funcionarà correctament.\n"
-"Instal·leu aquest tipus de lletra i reinicieu %PRODUCTNAME Math."
+"Sense aquest tipus de lletra el %PRODUCTNAME Math no funcionarà correctament.\n"
+"Instal·leu aquest tipus de lletra i reinicieu el %PRODUCTNAME Math."
#: smres.src#RID_DEFAULTSAVEQUERY.querybox.text
msgid ""
@@ -1691,19 +1691,19 @@ msgstr "LAMBDA"
#: symbol.src#RID_UI_SYMBOL_NAMES.23.itemlist.text
msgid "mu"
-msgstr "mu"
+msgstr "mi"
#: symbol.src#RID_UI_SYMBOL_NAMES.24.itemlist.text
msgid "MU"
-msgstr "MU"
+msgstr "MI"
#: symbol.src#RID_UI_SYMBOL_NAMES.25.itemlist.text
msgid "nu"
-msgstr "nu"
+msgstr "ni"
#: symbol.src#RID_UI_SYMBOL_NAMES.26.itemlist.text
msgid "NU"
-msgstr "NU"
+msgstr "NI"
#: symbol.src#RID_UI_SYMBOL_NAMES.27.itemlist.text
msgid "xi"
diff --git a/translations/source/ca/svl/source/items.po b/translations/source/ca/svl/source/items.po
index fd1f28d9a86..69943ba1fe7 100644
--- a/translations/source/ca/svl/source/items.po
+++ b/translations/source/ca/svl/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:15+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/svl/source/misc.po b/translations/source/ca/svl/source/misc.po
index 041292e5f62..656d1fc7449 100644
--- a/translations/source/ca/svl/source/misc.po
+++ b/translations/source/ca/svl/source/misc.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+svl%2Fsource%2Fmisc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2011-11-01 11:45+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-28 00:39+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: mediatyp.src#STR_SVT_MIMETYPE_APP_OCTSTREAM.string.text
@@ -33,27 +33,27 @@ msgstr "Document del MS Word"
#: mediatyp.src#STR_SVT_MIMETYPE_APP_STARCALC.string.text
msgid "%PRODUCTNAME Spreadsheet"
-msgstr "Full de càlcul de %PRODUCTNAME"
+msgstr "Full de càlcul del %PRODUCTNAME"
#: mediatyp.src#STR_SVT_MIMETYPE_APP_STARCHART.string.text
msgid "%PRODUCTNAME Chart"
-msgstr "Diagrama de %PRODUCTNAME"
+msgstr "Diagrama del %PRODUCTNAME"
#: mediatyp.src#STR_SVT_MIMETYPE_APP_STARDRAW.string.text
msgid "%PRODUCTNAME Drawing"
-msgstr "Dibuix de %PRODUCTNAME"
+msgstr "Dibuix del %PRODUCTNAME"
#: mediatyp.src#STR_SVT_MIMETYPE_APP_STARIMAGE.string.text
msgid "%PRODUCTNAME Image"
-msgstr "Imatge de %PRODUCTNAME"
+msgstr "Imatge del %PRODUCTNAME"
#: mediatyp.src#STR_SVT_MIMETYPE_APP_STARMATH.string.text
msgid "%PRODUCTNAME Formula"
-msgstr "Fórmula de %PRODUCTNAME"
+msgstr "Fórmula del %PRODUCTNAME"
#: mediatyp.src#STR_SVT_MIMETYPE_APP_STARWRITER.string.text
msgid "%PRODUCTNAME Text"
-msgstr "Text de %PRODUCTNAME"
+msgstr "Text del %PRODUCTNAME"
#: mediatyp.src#STR_SVT_MIMETYPE_APP_ZIP.string.text
msgid "ZIP file"
@@ -159,15 +159,15 @@ msgstr "Fitxer VRML"
#: mediatyp.src#STR_SVT_MIMETYPE_APP_STARIMPRESS.string.text
msgid "%PRODUCTNAME Presentation"
-msgstr "Presentació de %PRODUCTNAME"
+msgstr "Presentació del %PRODUCTNAME"
#: mediatyp.src#STR_SVT_MIMETYPE_APP_IMPRESSPACKED.string.text
msgid "%PRODUCTNAME Presentation (packed)"
-msgstr "Presentació de %PRODUCTNAME (empaquetada)"
+msgstr "Presentació del %PRODUCTNAME (empaquetada)"
#: mediatyp.src#STR_SVT_MIMETYPE_APP_STARHELP.string.text
msgid "%PRODUCTNAME Help"
-msgstr "Ajuda de %PRODUCTNAME"
+msgstr "Ajuda del %PRODUCTNAME"
#: mediatyp.src#STR_SVT_MIMETYPE_CNT_FSYSBOX.string.text
msgid "Workplace"
@@ -187,7 +187,7 @@ msgstr "Tema de Galeria"
#: mediatyp.src#STR_SVT_MIMETYPE_APP_STARW_GLOB.string.text
msgid "%PRODUCTNAME Master Document"
-msgstr "Document mestre de %PRODUCTNAME"
+msgstr "Document mestre del %PRODUCTNAME"
#: mediatyp.src#STR_SVT_MIMETYPE_APP_SDM.string.text
msgctxt "mediatyp.src#STR_SVT_MIMETYPE_APP_SDM.string.text"
@@ -209,19 +209,19 @@ msgstr "Tasques i esdeveniments"
#: mediatyp.src#STR_SVT_MIMETYPE_SCHEDULE_EVT.string.text
msgid "%PRODUCTNAME Events View"
-msgstr "Visualització d'esdeveniments de %PRODUCTNAME"
+msgstr "Visualització d'esdeveniments del %PRODUCTNAME"
#: mediatyp.src#STR_SVT_MIMETYPE_SCHEDULE_TASK.string.text
msgid "%PRODUCTNAME Task View"
-msgstr "Visualització de tasques de %PRODUCTNAME"
+msgstr "Visualització de tasques del %PRODUCTNAME"
#: mediatyp.src#STR_SVT_MIMETYPE_SCHEDULE_FEVT.string.text
msgid "%PRODUCTNAME Event"
-msgstr "Esdeveniment de %PRODUCTNAME"
+msgstr "Esdeveniment del %PRODUCTNAME"
#: mediatyp.src#STR_SVT_MIMETYPE_SCHEDULE_FTASK.string.text
msgid "%PRODUCTNAME Task"
-msgstr "Tasca de %PRODUCTNAME"
+msgstr "Tasca del %PRODUCTNAME"
#: mediatyp.src#STR_SVT_MIMETYPE_FRAMESET.string.text
msgid "Frameset Document"
@@ -237,7 +237,7 @@ msgstr "Carpeta del sistema"
#: mediatyp.src#STR_SVT_MIMETYPE_APP_TEMPLATE.string.text
msgid "%PRODUCTNAME Template"
-msgstr "Plantilla de %PRODUCTNAME"
+msgstr "Plantilla del %PRODUCTNAME"
#: mediatyp.src#STR_SVT_MIMETYPE_IMAGE_GENERIC.string.text
msgctxt "mediatyp.src#STR_SVT_MIMETYPE_IMAGE_GENERIC.string.text"
@@ -298,32 +298,32 @@ msgstr "multipart/mixed"
#: mediatyp.src#STR_SVT_MIMETYPE_APP_SXCALC.string.text
msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet"
-msgstr "Full de càlcul de %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
+msgstr "Full de càlcul del %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
#: mediatyp.src#STR_SVT_MIMETYPE_APP_SXCHART.string.text
msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Chart"
-msgstr "Diagrama de %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
+msgstr "Diagrama del %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
#: mediatyp.src#STR_SVT_MIMETYPE_APP_SXDRAW.string.text
msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Drawing"
-msgstr "Dibuix de %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
+msgstr "Dibuix del %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
#: mediatyp.src#STR_SVT_MIMETYPE_APP_SXMATH.string.text
msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Formula"
-msgstr "Fórmula de %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
+msgstr "Fórmula del %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
#: mediatyp.src#STR_SVT_MIMETYPE_APP_SXWRITER.string.text
msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Text Document"
-msgstr "Document de text de %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
+msgstr "Document de text del %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
#: mediatyp.src#STR_SVT_MIMETYPE_APP_SXIMPRESS.string.text
msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Presentation"
-msgstr "Presentació de %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
+msgstr "Presentació del %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
#: mediatyp.src#STR_SVT_MIMETYPE_APP_SXGLOBAL.string.text
msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Master Document"
-msgstr "Document mestre de %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
+msgstr "Document mestre del %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
#: mediatyp.src#STR_SVT_MIMETYPE_APP_SXIPACKED.string.text
msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Presentation (packed)"
-msgstr "Presentació de %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION (empaquetada)"
+msgstr "Presentació del %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION (empaquetada)"
diff --git a/translations/source/ca/svtools/source/contnr.po b/translations/source/ca/svtools/source/contnr.po
index 389b64abd44..6fabaa360ef 100644
--- a/translations/source/ca/svtools/source/contnr.po
+++ b/translations/source/ca/svtools/source/contnr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:15+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/svtools/source/control.po b/translations/source/ca/svtools/source/control.po
index 3216c1dec33..6c5c6f41ef3 100644
--- a/translations/source/ca/svtools/source/control.po
+++ b/translations/source/ca/svtools/source/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-26 22:08+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/svtools/source/dialogs.po b/translations/source/ca/svtools/source/dialogs.po
index f1e4b6dde62..4dbed7bd2bf 100644
--- a/translations/source/ca/svtools/source/dialogs.po
+++ b/translations/source/ca/svtools/source/dialogs.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+svtools%2Fsource%2Fdialogs.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-11-26 22:08+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-28 00:39+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: formats.src#STR_FORMAT_STRING.string.text
@@ -45,7 +45,7 @@ msgstr "Informació d'estat d'un enllaç intern d'SVX"
#: formats.src#STR_FORMAT_ID_SOLK.string.text
msgid "SOLK (%PRODUCTNAME Link)"
-msgstr "SOLK (enllaç de %PRODUCTNAME)"
+msgstr "SOLK (enllaç del %PRODUCTNAME)"
#: formats.src#STR_FORMAT_ID_NETSCAPE_BOOKMARK.string.text
msgid "Netscape Bookmark"
diff --git a/translations/source/ca/svtools/source/filter.po b/translations/source/ca/svtools/source/filter.po
index 00b7f8c23da..24548483908 100644
--- a/translations/source/ca/svtools/source/filter.po
+++ b/translations/source/ca/svtools/source/filter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-27 13:16+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/svtools/source/java.po b/translations/source/ca/svtools/source/java.po
index 57851ecd564..cca46a6807b 100644
--- a/translations/source/ca/svtools/source/java.po
+++ b/translations/source/ca/svtools/source/java.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-27 13:18+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/svtools/source/misc.po b/translations/source/ca/svtools/source/misc.po
index a0e8b14ca75..11a66b1b607 100644
--- a/translations/source/ca/svtools/source/misc.po
+++ b/translations/source/ca/svtools/source/misc.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-26 17:40+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-28 00:40+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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: Pootle 2.1.6\n"
@@ -1495,4 +1495,4 @@ msgstr "Plantilla de text OpenDocument"
#: imagemgr.src#STR_DESCRIPTION_EXTENSION.string.text
msgid "%PRODUCTNAME Extension"
-msgstr "Extensió de %PRODUCTNAME"
+msgstr "Extensió del %PRODUCTNAME"
diff --git a/translations/source/ca/svtools/source/plugapp.po b/translations/source/ca/svtools/source/plugapp.po
index 464c8c4fba5..29393fcc44b 100644
--- a/translations/source/ca/svtools/source/plugapp.po
+++ b/translations/source/ca/svtools/source/plugapp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:15+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/svtools/source/toolpanel.po b/translations/source/ca/svtools/source/toolpanel.po
index 4aedb89ad28..edaddebc109 100644
--- a/translations/source/ca/svtools/source/toolpanel.po
+++ b/translations/source/ca/svtools/source/toolpanel.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:15+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/svtools/workben/unodialog.po b/translations/source/ca/svtools/workben/unodialog.po
index f289e01029b..1883cc4d0d7 100644
--- a/translations/source/ca/svtools/workben/unodialog.po
+++ b/translations/source/ca/svtools/workben/unodialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:15+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/svx/inc.po b/translations/source/ca/svx/inc.po
index f3f0c8dd1ca..93909418c4a 100644
--- a/translations/source/ca/svx/inc.po
+++ b/translations/source/ca/svx/inc.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%2Finc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-11-26 23:25+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-28 00:40+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: globlmn_tmpl.hrc#ITEM_FORM_CONTROL_PROPERTIES.#define.text
@@ -570,7 +570,7 @@ msgstr "Crèdits del %PRODUCTNAME..."
#: globlmn_tmpl.hrc#ITEM_HELP_ABOUT.#define.text
msgid "A~bout %PRODUCTNAME..."
-msgstr "~Quant a %PRODUCTNAME..."
+msgstr "~Quant al %PRODUCTNAME..."
#: globlmn_tmpl.hrc#ITEM_POPUP_TEMPLATE_EDIT.#define.text
msgid "Edit Paragraph Style..."
diff --git a/translations/source/ca/svx/source/accessibility.po b/translations/source/ca/svx/source/accessibility.po
index 3104837e034..9cfa9626950 100644
--- a/translations/source/ca/svx/source/accessibility.po
+++ b/translations/source/ca/svx/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:15+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/svx/source/dialog.po b/translations/source/ca/svx/source/dialog.po
index effc58d83c0..c42ecddf90d 100644
--- a/translations/source/ca/svx/source/dialog.po
+++ b/translations/source/ca/svx/source/dialog.po
@@ -3,26 +3,26 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-11-27 13:55+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-28 00:43+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: docrecovery.src#RID_SVXPAGE_DOCRECOVERY_SAVE.FT_SAVE_TITLE.fixedtext.text
msgctxt "docrecovery.src#RID_SVXPAGE_DOCRECOVERY_SAVE.FT_SAVE_TITLE.fixedtext.text"
msgid "%PRODUCTNAME Document Recovery"
-msgstr "Recuperació de documents de %PRODUCTNAME"
+msgstr "Recuperació de documents del %PRODUCTNAME"
#: docrecovery.src#RID_SVXPAGE_DOCRECOVERY_SAVE.FT_SAVE_DESCR.fixedtext.text
msgid "Due to an unexpected error, %PRODUCTNAME crashed. All the files you were working on will now be saved. The next time %PRODUCTNAME is launched, your files will be recovered automatically."
-msgstr "A causa d'un error inesperat, %PRODUCTNAME ha fallat. Tots els fitxers amb què estàveu treballant es desaran ara. La propera vegada que inicieu %PRODUCTNAME, els fitxers es recuperaran automàticament."
+msgstr "A causa d'un error inesperat, el %PRODUCTNAME ha fallat. Tots els fitxers amb què estàveu treballant es desaran ara. La propera vegada que inicieu el %PRODUCTNAME, els fitxers es recuperaran automàticament."
#: docrecovery.src#RID_SVXPAGE_DOCRECOVERY_SAVE.FT_SAVE_FILELIST.fixedtext.text
msgid "The following files will be recovered:"
@@ -39,7 +39,7 @@ msgstr "Progrés en desar: "
#: docrecovery.src#RID_SVXPAGE_DOCRECOVERY_RECOVER.FT_RECOV_TITLE.fixedtext.text
msgctxt "docrecovery.src#RID_SVXPAGE_DOCRECOVERY_RECOVER.FT_RECOV_TITLE.fixedtext.text"
msgid "%PRODUCTNAME Document Recovery"
-msgstr "Recuperació de documents de %PRODUCTNAME"
+msgstr "Recuperació de documents del %PRODUCTNAME"
#: docrecovery.src#RID_SVXPAGE_DOCRECOVERY_RECOVER.FT_RECOV_DESCR.fixedtext.text
msgid ""
@@ -94,11 +94,11 @@ msgstr "Encara no s'ha recuperat"
#: docrecovery.src#RID_SVXPAGE_DOCRECOVERY_RECOVER.STR_RECOVERY_INPROGRESS.string.text
msgid "%PRODUCTNAME %PRODUCTVERSION will start to recover your documents. Depending on the size of the documents this process can take some time."
-msgstr "%PRODUCTNAME %PRODUCTVERSION començarà a recuperar els documents. Segons la mida dels documents, aquest procés pot trigar una estona."
+msgstr "El %PRODUCTNAME %PRODUCTVERSION començarà a recuperar els documents. Segons la mida dels documents, aquest procés pot trigar una estona."
#: docrecovery.src#RID_SVXPAGE_DOCRECOVERY_RECOVER.STR_RECOVERY_REPORT.string.text
msgid "A report of the crash was created to help us identify the reason why %PRODUCTNAME crashed. Click 'Next' to get to the Error Report Tool or press 'Cancel' to skip this step."
-msgstr "S'ha creat un informe d'error per ajudar-nos a identificar el motiu pel qual %PRODUCTNAME ha fallat. Feu clic a 'Següent' per obrir l'eina d'informe d'errors o premeu 'Cancel·la' per saltar-vos aquest pas."
+msgstr "S'ha creat un informe d'error per ajudar-nos a identificar el motiu pel qual el %PRODUCTNAME ha fallat. Feu clic a 'Següent' per obrir l'eina d'informe d'errors o premeu 'Cancel·la' per saltar-vos aquest pas."
#: docrecovery.src#RID_SVXPAGE_DOCRECOVERY_RECOVER.STR_RECOVERYONLY_FINISH_DESCR.string.text
msgid ""
@@ -114,7 +114,7 @@ msgstr "~Finalitza"
#: docrecovery.src#RID_SVXQB_EXIT_RECOVERY.querybox.text
msgid "Are you sure you want to cancel the %PRODUCTNAME document recovery?"
-msgstr "Esteu segur que voleu cancel·lar la recuperació de documents de %PRODUCTNAME?"
+msgstr "Esteu segur que voleu cancel·lar la recuperació de documents del %PRODUCTNAME?"
#: docrecovery.src#RID_SVX_MDLG_DOCRECOVERY_BROKEN.FT_BROKEN_DESCR.fixedtext.text
msgid ""
@@ -144,7 +144,7 @@ msgstr "~Desa"
#: docrecovery.src#RID_SVXPAGE_ERR_REP_WELCOME.FT_RECOV_TITLE.fixedtext.text
msgid "Welcome to the %PRODUCTNAME %PRODUCTVERSION Error Report"
-msgstr "Us donem la benvinguda a l'informe d'errors de %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Us donem la benvinguda a l'informe d'errors del %PRODUCTNAME %PRODUCTVERSION"
#: docrecovery.src#RID_SVXPAGE_ERR_REP_WELCOME.FT_RECOV_DESCR.fixedtext.text
msgid ""
@@ -159,14 +159,14 @@ msgid ""
"For more information on Oracle's privacy policy, visit\n"
"www.oracle.com/html/services-privacy-policy.html"
msgstr ""
-"Aquesta eina d'informe d'errors obté informació sobre com funciona %PRODUCTNAME i l'envia a Oracle per ajudar a millorar les versions futures.\n"
+"Aquesta eina d'informe d'errors obté informació sobre com funciona el %PRODUCTNAME i l'envia a Oracle per ajudar a millorar les versions futures.\n"
"\n"
"És fàcil: simplement envieu l'informe fent clic a 'Envia' al quadre de diàleg següent, o bé també podeu explicar què fèieu quan s'ha produït l'error, llavors fer clic a 'Envia'. Si voleu veure l'informe, feu clic a 'Mostra l'informe'. Si feu clic a 'No l'enviïs', no s'enviarà res.\n"
"\n"
"Política de privadesa\n"
-"La informació obtinguda es limita a les dades que es refereixen a l'estat de %PRODUCTNAME %PRODUCTVERSION en el moment en el qual s'ha produït l'error. No s'obté cap mena d'informació sobre continguts dels documents o contrasenyes.\n"
+"La informació obtinguda es limita a les dades que es refereixen a l'estat del %PRODUCTNAME %PRODUCTVERSION en el moment en el qual s'ha produït l'error. No s'obté cap mena d'informació sobre continguts dels documents o contrasenyes.\n"
"\n"
-"Aquesta informació només s'utilitzarà per millorar la qualitat de %PRODUCTNAME i no es compartirà amb tercers.\n"
+"Aquesta informació només s'utilitzarà per millorar la qualitat del %PRODUCTNAME i no es compartirà amb tercers.\n"
"Si voleu més informació quant a la política de privadesa d'Oracle, visiteu\n"
"www.oracle.com/html/services-privacy-policy.html"
@@ -194,7 +194,7 @@ msgstr "~Quin tipus de document (p.e. una presentació) estàveu fent servir qua
#: docrecovery.src#RID_SVXPAGE_ERR_REP_SEND.FT_ERRSEND_USING.fixedtext.text
msgid "~How were you using %PRODUCTNAME when the error occurred? (optional)"
-msgstr "~Com estàveu fent servir %PRODUCTNAME quan s'ha produït l'error? (opcional)"
+msgstr "~Com estàveu fent servir el %PRODUCTNAME quan s'ha produït l'error? (opcional)"
#: docrecovery.src#RID_SVXPAGE_ERR_REP_SEND.BTN_ERRSEND_SHOWREP.pushbutton.text
msgid "Show ~Report"
@@ -255,7 +255,7 @@ msgid ""
"Companies often use proxy servers in conjunction with a firewall to protect the network.\n"
"If this applies to your situation, you have to specify the address and port for the server."
msgstr ""
-"Per poder enviar els informes d'error, l'eina Informe d'errors de %PRODUCTNAME ha d'estar connectada a Internet.\n"
+"Per poder enviar els informes d'error, l'eina Informe d'errors del %PRODUCTNAME ha d'estar connectada a Internet.\n"
"Les empreses sovint utilitzen servidors intermediaris i tallafocs per tal de protegir la xarxa.\n"
"Si és el cas, especifiqueu l'adreça i el port del servidor."
diff --git a/translations/source/ca/svx/source/engine3d.po b/translations/source/ca/svx/source/engine3d.po
index f23e14d61c7..79f0af664d6 100644
--- a/translations/source/ca/svx/source/engine3d.po
+++ b/translations/source/ca/svx/source/engine3d.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-27 13:56+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/svx/source/fmcomp.po b/translations/source/ca/svx/source/fmcomp.po
index 9cda7743d4d..91392cce831 100644
--- a/translations/source/ca/svx/source/fmcomp.po
+++ b/translations/source/ca/svx/source/fmcomp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:16+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/svx/source/form.po b/translations/source/ca/svx/source/form.po
index 67bbf1261a9..ba2b19327e9 100644
--- a/translations/source/ca/svx/source/form.po
+++ b/translations/source/ca/svx/source/form.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:16+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/svx/source/gallery2.po b/translations/source/ca/svx/source/gallery2.po
index da2888794af..180c2c22955 100644
--- a/translations/source/ca/svx/source/gallery2.po
+++ b/translations/source/ca/svx/source/gallery2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:16+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/svx/source/items.po b/translations/source/ca/svx/source/items.po
index 04849c319d9..e39b75c6c78 100644
--- a/translations/source/ca/svx/source/items.po
+++ b/translations/source/ca/svx/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:16+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/svx/source/src.po b/translations/source/ca/svx/source/src.po
index cb4ad20aa48..1cd105f7521 100644
--- a/translations/source/ca/svx/source/src.po
+++ b/translations/source/ca/svx/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+svx%2Fsource%2Fsrc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-11-27 13:57+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-28 00:44+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: errtxt.src#RID_ERRCTX.ERRCTX_ERROR.string.text
@@ -464,7 +464,7 @@ msgid ""
"Please save the document in a %PRODUCTNAME %PRODUCTVERSION file format."
msgstr ""
"Aquest document conté atributs que no es poden desar en el format escollit.\n"
-"Deseu el document amb el format de fitxer de %PRODUCTNAME %PRODUCTVERSION."
+"Deseu el document amb el format de fitxer del %PRODUCTNAME %PRODUCTVERSION."
#: errtxt.src#RID_ERRHDL.ERRCODE_SFX_TARGETFILECORRUPTED.string.text
msgid "The file $(FILENAME) cannot be saved. Please check your system settings. You can find an automatically generated backup copy of this file in folder $(PATH) named $(BACKUPNAME)."
@@ -568,4 +568,4 @@ msgstr ""
#: app.src#RID_ERRBOX_MODULENOTINSTALLED.errorbox.text
msgid "The action could not be executed. The %PRODUCTNAME program module needed for this action is currently not installed."
-msgstr "L'acció no s'ha pogut dur a terme. El mòdul de %PRODUCTNAME que es necessita per a aquesta acció no està instal·lat."
+msgstr "L'acció no s'ha pogut dur a terme. El mòdul del %PRODUCTNAME que es necessita per a aquesta acció no està instal·lat."
diff --git a/translations/source/ca/svx/source/stbctrls.po b/translations/source/ca/svx/source/stbctrls.po
index 11ac7626360..91eb348c4a0 100644
--- a/translations/source/ca/svx/source/stbctrls.po
+++ b/translations/source/ca/svx/source/stbctrls.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%2Fstbctrls.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-26 17:31+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/ca/svx/source/svdraw.po b/translations/source/ca/svx/source/svdraw.po
index 236e47f429c..f08809a2146 100644
--- a/translations/source/ca/svx/source/svdraw.po
+++ b/translations/source/ca/svx/source/svdraw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-27 13:57+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/svx/source/table.po b/translations/source/ca/svx/source/table.po
index d5a72c0e97c..70f839abfa6 100644
--- a/translations/source/ca/svx/source/table.po
+++ b/translations/source/ca/svx/source/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:16+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/svx/source/tbxctrls.po b/translations/source/ca/svx/source/tbxctrls.po
index c481d7ba81c..b18ec27b8a4 100644
--- a/translations/source/ca/svx/source/tbxctrls.po
+++ b/translations/source/ca/svx/source/tbxctrls.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-27 13:58+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/svx/source/toolbars.po b/translations/source/ca/svx/source/toolbars.po
index 4ddb833c648..bbe9a7375ca 100644
--- a/translations/source/ca/svx/source/toolbars.po
+++ b/translations/source/ca/svx/source/toolbars.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:16+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/svx/source/unodialogs/textconversiondlgs.po b/translations/source/ca/svx/source/unodialogs/textconversiondlgs.po
index cd45275c99b..0572d485ee8 100644
--- a/translations/source/ca/svx/source/unodialogs/textconversiondlgs.po
+++ b/translations/source/ca/svx/source/unodialogs/textconversiondlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-27 14:03+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sw/source/core/layout.po b/translations/source/ca/sw/source/core/layout.po
index 5dc2460bb4b..2750e1bca2b 100644
--- a/translations/source/ca/sw/source/core/layout.po
+++ b/translations/source/ca/sw/source/core/layout.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-26 20:33+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: none\n"
-"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sw/source/core/undo.po b/translations/source/ca/sw/source/core/undo.po
index d7e0333a874..7334f0d980c 100644
--- a/translations/source/ca/sw/source/core/undo.po
+++ b/translations/source/ca/sw/source/core/undo.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%2Fcore%2Fundo.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2011-10-26 20:34+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-28 00:44+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: undo.src#STR_CANT_UNDO.string.text
@@ -133,7 +133,7 @@ msgstr "Insereix una línia horitzontal"
#: undo.src#STR_INSERT_CHART.string.text
msgid "Insert %PRODUCTNAME Chart"
-msgstr "Insereix un diagrama de %PRODUCTNAME"
+msgstr "Insereix un diagrama del %PRODUCTNAME"
#: undo.src#STR_INSERTFLY.string.text
msgid "Insert frame"
diff --git a/translations/source/ca/sw/source/core/unocore.po b/translations/source/ca/sw/source/core/unocore.po
index 5a16f2b78ee..bad2d8f518a 100644
--- a/translations/source/ca/sw/source/core/unocore.po
+++ b/translations/source/ca/sw/source/core/unocore.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:16+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sw/source/ui/app.po b/translations/source/ca/sw/source/ui/app.po
index df5aca71852..2e7ce2a1d6e 100644
--- a/translations/source/ca/sw/source/ui/app.po
+++ b/translations/source/ca/sw/source/ui/app.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%2Fapp.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2011-11-26 12:15+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-28 00:46+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: mn.src#MN_TXT.FN_FORMAT_PAGE_DLG.menuitem.text
@@ -693,7 +693,7 @@ msgstr "Text"
#: app.src#STR_WRITER_DOCUMENT_FULLTYPE.string.text
msgid "%PRODUCTNAME %PRODUCTVERSION Text Document"
-msgstr "Document de text de %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Document de text del %PRODUCTNAME %PRODUCTVERSION"
#: app.src#STR_CANTOPEN.string.text
msgid "Cannot open document."
@@ -980,7 +980,7 @@ msgstr "Error d'entrada del fitxer."
#: error.src#RID_SW_ERRHDL.ERR_CODE___ERRCODE_CLASS_READ___ERR_SW6_NOWRITER_FILE__.string.text
msgid "This is not a %PRODUCTNAME Writer file."
-msgstr "No és un fitxer de %PRODUCTNAME Writer."
+msgstr "No és un fitxer del %PRODUCTNAME Writer."
#: error.src#RID_SW_ERRHDL.ERR_CODE___ERRCODE_CLASS_READ___ERR_SW6_UNEXPECTED_EOF__.string.text
msgid "Unexpected end of file."
@@ -1032,12 +1032,12 @@ msgstr "S'ha produït un error en escriure el subdocument $(ARG1)."
#: error.src#RID_SW_ERRHDL.ERR_CODE___ERRCODE_CLASS_READ___ERR_SWG_INTERNAL_ERROR__.string.text
msgctxt "error.src#RID_SW_ERRHDL.ERR_CODE___ERRCODE_CLASS_READ___ERR_SWG_INTERNAL_ERROR__.string.text"
msgid "Internal error in %PRODUCTNAME Writer file format."
-msgstr "S'ha produït un error intern en el format del fitxer de %PRODUCTNAME Writer."
+msgstr "S'ha produït un error intern en el format del fitxer del %PRODUCTNAME Writer."
#: error.src#RID_SW_ERRHDL.ERR_CODE___ERRCODE_CLASS_WRITE___ERR_SWG_INTERNAL_ERROR__.string.text
msgctxt "error.src#RID_SW_ERRHDL.ERR_CODE___ERRCODE_CLASS_WRITE___ERR_SWG_INTERNAL_ERROR__.string.text"
msgid "Internal error in %PRODUCTNAME Writer file format."
-msgstr "S'ha produït un error intern en el format del fitxer de %PRODUCTNAME Writer."
+msgstr "S'ha produït un error intern en el format del fitxer del %PRODUCTNAME Writer."
#: error.src#RID_SW_ERRHDL.ERR_CODE___ERRCODE_CLASS_LOCKING___ERR_TXTBLOCK_NEWFILE_ERROR__.string.text
msgid "$(ARG1) has changed."
@@ -1097,7 +1097,7 @@ msgid ""
"This HTML document contains %PRODUCTNAME Basic macros.\n"
"They were not saved with the current export settings."
msgstr ""
-"El document HTML conté macros de %PRODUCTNAME Basic.\n"
+"El document HTML conté macros del %PRODUCTNAME Basic.\n"
"No s'han desat amb la configuració actual d'exportació."
#: error.src#RID_SW_ERRHDL.ERR_CODE___ERRCODE_CLASS_WRITE___WARN_WRITE_ERROR_FILE__.string.text
diff --git a/translations/source/ca/sw/source/ui/chrdlg.po b/translations/source/ca/sw/source/ui/chrdlg.po
index 54a973e2059..e13149e39ee 100644
--- a/translations/source/ca/sw/source/ui/chrdlg.po
+++ b/translations/source/ca/sw/source/ui/chrdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 12:16+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sw/source/ui/config.po b/translations/source/ca/sw/source/ui/config.po
index 94d33b12c63..8ac1cfbd56e 100644
--- a/translations/source/ca/sw/source/ui/config.po
+++ b/translations/source/ca/sw/source/ui/config.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%2Fconfig.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-30 11:10+0200\n"
-"PO-Revision-Date: 2011-10-26 20:38+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-28 00:48+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: redlopt.src#TP_REDLINE_OPT.FL_TE.fixedline.text
@@ -819,7 +819,7 @@ msgstr "Adreça electrònica de la combinació de correu"
#: mailconfigpage.src#DLG_MM_TESTACCOUNTSETTINGS.FI_INFO.fixedtext.text
msgid "%PRODUCTNAME is testing the e-mail account settings..."
-msgstr "%PRODUCTNAME està comprovant els paràmetres del correu electrònic."
+msgstr "El %PRODUCTNAME està comprovant els paràmetres del correu electrònic..."
#: mailconfigpage.src#DLG_MM_TESTACCOUNTSETTINGS.FI_ERROR.fixedtext.text
msgid "Errors"
@@ -859,7 +859,7 @@ msgstr "Ha fallat"
#: mailconfigpage.src#ST_ERROR_SERVER.string.text
msgid "%PRODUCTNAME could not connect to the outgoing mail server. Check your system's settings and the settings in %PRODUCTNAME. Check the server name, the port and the secure connections settings"
-msgstr "%PRODUCTNAME no es pot connectar al servidor de correu de sortida. Comproveu els paràmetres del sistema i els de %PRODUCTNAME. Comproveu el nom del servidor, el port i els paràmetres de la connexió segura."
+msgstr "El %PRODUCTNAME no es pot connectar al servidor de correu de sortida. Comproveu els paràmetres del sistema i els del %PRODUCTNAME. Comproveu el nom del servidor, el port i els paràmetres de la connexió segura"
#: mailconfigpage.src#DLG_MM_SERVERAUTHENTICATION.CB_AUTHENTICATION.checkbox.text
msgid "The outgoing mail server (SMTP) requires au~thentication"
@@ -997,15 +997,15 @@ msgstr "Primer la numeració"
#: optload.src#TP_OPTCAPTION_PAGE.STR_TABLE.string.text
msgid "%PRODUCTNAME Writer Table"
-msgstr "Taula de %PRODUCTNAME Writer"
+msgstr "Taula del %PRODUCTNAME Writer"
#: optload.src#TP_OPTCAPTION_PAGE.STR_FRAME.string.text
msgid "%PRODUCTNAME Writer Frame"
-msgstr "Marc de %PRODUCTNAME Writer"
+msgstr "Marc del %PRODUCTNAME Writer"
#: optload.src#TP_OPTCAPTION_PAGE.STR_GRAPHIC.string.text
msgid "%PRODUCTNAME Writer Picture"
-msgstr "Imatge de %PRODUCTNAME Writer"
+msgstr "Imatge del %PRODUCTNAME Writer"
#: optload.src#TP_OPTCAPTION_PAGE.STR_OLE.string.text
msgid "Other OLE Objects"
diff --git a/translations/source/ca/sw/source/ui/dbui.po b/translations/source/ca/sw/source/ui/dbui.po
index 8b84d88fbb4..9d7db19083c 100644
--- a/translations/source/ca/sw/source/ui/dbui.po
+++ b/translations/source/ca/sw/source/ui/dbui.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%2Fdbui.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2011-10-26 20:39+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-28 00:49+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: dbtablepreviewdialog.src#DLG_MM_DBTABLEPREVIEWDIALOG.FI_DESCRIPTION.fixedtext.text
@@ -421,7 +421,7 @@ msgstr "Mostra el ~número d'entrada"
#: createaddresslistdialog.src#DLG_MM_CREATEADDRESSLIST.ST_FILTERNAME.string.text
msgid "%PRODUCTNAME Address List (.csv)"
-msgstr "Llista d'adreces de %PRODUCTNAME (.csv)"
+msgstr "Llista d'adreces del %PRODUCTNAME (.csv)"
#: createaddresslistdialog.src#DLG_MM_CREATEADDRESSLIST.modaldialog.text
msgid "New Address List"
@@ -906,7 +906,7 @@ msgid ""
"There are still e-mail messages in your %PRODUCTNAME Outbox.\n"
"Would you like to exit anyway?"
msgstr ""
-"Encara hi ha missatges de correu electrònic a la bústia de sortida de %PRODUCTNAME.\n"
+"Encara hi ha missatges de correu electrònic a la bústia de sortida del %PRODUCTNAME.\n"
"Voleu sortir de totes maneres?"
#: mailmergechildwindow.src#DLG_MM_SENDWARNING.FI_WARNING.fixedtext.text
@@ -1114,7 +1114,7 @@ msgid ""
"\n"
"Do you want to enter e-mail account information now?"
msgstr ""
-"Per poder enviar documents de combinació de correu per correu electrònic, %PRODUCTNAME necessita algunes dades sobre el compte de correu que s'utilitzarà.\n"
+"Per poder enviar documents de combinació de correu per correu electrònic, el %PRODUCTNAME necessita algunes dades sobre el compte de correu que s'utilitzarà.\n"
"\n"
" Voleu introduir ara la informació del compte de correu?"
@@ -1401,4 +1401,4 @@ msgstr "Envia missatges de correu electrònic a un grup de destinataris. Els mis
#: mmoutputtypepage.src#DLG_MM_OUTPUTTYPE_PAGE.FT_NOMAILHINT.fixedtext.text
msgid "%PRODUCTNAME was unable to find a Java Mail connection. In order to send e-mail with %PRODUCTNAME, you need to install the latest version of Java Mail. You can find further information about Java Mail on the internet at 'http://java.sun.com/products/javamail/'."
-msgstr "%PRODUCTNAME no ha pogut trobar una connexió Java Mail. Per poder enviar un correu electrònic amb %PRODUCTNAME, cal que instal·leu l'última versió del Java Mail. Podeu trobar més informació sobre el Java Mail a l'Internet a l'adreça 'http://java.sun.com/products/javamail/'."
+msgstr "El %PRODUCTNAME no ha pogut trobar una connexió Java Mail. Per poder enviar un correu electrònic amb el %PRODUCTNAME, cal que instal·leu l'última versió del Java Mail. Podeu trobar més informació sobre el Java Mail a l'Internet a l'adreça 'http://java.sun.com/products/javamail/'."
diff --git a/translations/source/ca/sw/source/ui/dialog.po b/translations/source/ca/sw/source/ui/dialog.po
index 5cc6df16e78..277e1926473 100644
--- a/translations/source/ca/sw/source/ui/dialog.po
+++ b/translations/source/ca/sw/source/ui/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-26 17:32+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sw/source/ui/dochdl.po b/translations/source/ca/sw/source/ui/dochdl.po
index 903182ca6c7..cc5457bb810 100644
--- a/translations/source/ca/sw/source/ui/dochdl.po
+++ b/translations/source/ca/sw/source/ui/dochdl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:16+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sw/source/ui/docvw.po b/translations/source/ca/sw/source/ui/docvw.po
index 34222a5daa8..48015204cc2 100644
--- a/translations/source/ca/sw/source/ui/docvw.po
+++ b/translations/source/ca/sw/source/ui/docvw.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-26 17:33+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-28 00:50+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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: Pootle 2.1.6\n"
@@ -319,7 +319,7 @@ msgstr "(Mode de previsualització)"
#: access.src#STR_ACCESS_DOC_WORDPROCESSING.string.text
msgid "%PRODUCTNAME Document"
-msgstr "Documents de %PRODUCTNAME"
+msgstr "Documents del %PRODUCTNAME"
#: access.src#STR_ACCESS_DOC_WORDPROCESSING_READONLY.string.text
msgid "(read-only)"
diff --git a/translations/source/ca/sw/source/ui/envelp.po b/translations/source/ca/sw/source/ui/envelp.po
index 98ca6edbdeb..b0814fb66a4 100644
--- a/translations/source/ca/sw/source/ui/envelp.po
+++ b/translations/source/ca/sw/source/ui/envelp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:16+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sw/source/ui/fldui.po b/translations/source/ca/sw/source/ui/fldui.po
index 77ee17f27cb..c06f8d0a419 100644
--- a/translations/source/ca/sw/source/ui/fldui.po
+++ b/translations/source/ca/sw/source/ui/fldui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:16+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sw/source/ui/fmtui.po b/translations/source/ca/sw/source/ui/fmtui.po
index d54034cfd88..dc9355ed9a7 100644
--- a/translations/source/ca/sw/source/ui/fmtui.po
+++ b/translations/source/ca/sw/source/ui/fmtui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:16+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sw/source/ui/frmdlg.po b/translations/source/ca/sw/source/ui/frmdlg.po
index 775fb532bb1..f28a9f7b005 100644
--- a/translations/source/ca/sw/source/ui/frmdlg.po
+++ b/translations/source/ca/sw/source/ui/frmdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-26 20:41+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sw/source/ui/globdoc.po b/translations/source/ca/sw/source/ui/globdoc.po
index 2bc377b3770..7a5dd239d97 100644
--- a/translations/source/ca/sw/source/ui/globdoc.po
+++ b/translations/source/ca/sw/source/ui/globdoc.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%2Fglobdoc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-04-05 19:16+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-28 00:51+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: globdoc.src#STR_HUMAN_SWGLOBDOC_NAME.string.text
@@ -21,4 +21,4 @@ msgstr "Document mestre"
#: globdoc.src#STR_WRITER_GLOBALDOC_FULLTYPE.string.text
msgid "%PRODUCTNAME %PRODUCTVERSION Master Document"
-msgstr "Document mestre de %PRODUCTNAME %PRODUCTVERSION "
+msgstr "Document mestre del %PRODUCTNAME %PRODUCTVERSION "
diff --git a/translations/source/ca/sw/source/ui/index.po b/translations/source/ca/sw/source/ui/index.po
index 90f4b1b7bfc..8060def5844 100644
--- a/translations/source/ca/sw/source/ui/index.po
+++ b/translations/source/ca/sw/source/ui/index.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-26 17:33+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sw/source/ui/lingu.po b/translations/source/ca/sw/source/ui/lingu.po
index 50ccf23cdab..cf281013912 100644
--- a/translations/source/ca/sw/source/ui/lingu.po
+++ b/translations/source/ca/sw/source/ui/lingu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-26 12:16+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sw/source/ui/misc.po b/translations/source/ca/sw/source/ui/misc.po
index eebac272b33..07fff3962e2 100644
--- a/translations/source/ca/sw/source/ui/misc.po
+++ b/translations/source/ca/sw/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-26 20:43+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sw/source/ui/ribbar.po b/translations/source/ca/sw/source/ui/ribbar.po
index 6ee736d44da..49dad729e80 100644
--- a/translations/source/ca/sw/source/ui/ribbar.po
+++ b/translations/source/ca/sw/source/ui/ribbar.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 12:17+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sw/source/ui/shells.po b/translations/source/ca/sw/source/ui/shells.po
index 8ca1fba5165..68899fe5b40 100644
--- a/translations/source/ca/sw/source/ui/shells.po
+++ b/translations/source/ca/sw/source/ui/shells.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-26 17:33+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sw/source/ui/smartmenu.po b/translations/source/ca/sw/source/ui/smartmenu.po
index 6a480a08b88..79db8d1846f 100644
--- a/translations/source/ca/sw/source/ui/smartmenu.po
+++ b/translations/source/ca/sw/source/ui/smartmenu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:16+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sw/source/ui/table.po b/translations/source/ca/sw/source/ui/table.po
index 1253b0ff0d6..02499a7078e 100644
--- a/translations/source/ca/sw/source/ui/table.po
+++ b/translations/source/ca/sw/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-26 17:33+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sw/source/ui/uiview.po b/translations/source/ca/sw/source/ui/uiview.po
index 7e380a8a4a8..971d2105842 100644
--- a/translations/source/ca/sw/source/ui/uiview.po
+++ b/translations/source/ca/sw/source/ui/uiview.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%2Fuiview.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-04-05 19:16+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-28 00:52+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: pview.src#DLG_PAGEPREVIEW_ZOOM.FT_COL.fixedtext.text
@@ -61,11 +61,11 @@ msgstr "La verificació d'àrees especials està desactivada. Voleu verificar-le
#: view.src#MSG_SEARCH_END.querybox.text
msgid "%PRODUCTNAME Writer has searched to the end of the document. Do you want to continue at the beginning?"
-msgstr "%PRODUCTNAME Writer ha cercat fins a la fi del document. Voleu seguir des del començament?"
+msgstr "El %PRODUCTNAME Writer ha cercat fins a la fi del document. Voleu seguir des del començament?"
#: view.src#MSG_SEARCH_START.querybox.text
msgid "%PRODUCTNAME Writer has searched to the beginning of the document. Do you want to continue at the end?"
-msgstr "%PRODUCTNAME Writer ha cercat fins al començament del document. Voleu continuar des del final?"
+msgstr "El %PRODUCTNAME Writer ha cercat fins al començament del document. Voleu continuar des del final?"
#: view.src#MSG_NO_MERGE_ENTRY.infobox.text
msgid "Could not merge documents."
diff --git a/translations/source/ca/sw/source/ui/utlui.po b/translations/source/ca/sw/source/ui/utlui.po
index 6d620528668..730a7e79a4c 100644
--- a/translations/source/ca/sw/source/ui/utlui.po
+++ b/translations/source/ca/sw/source/ui/utlui.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%2Futlui.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-30 11:09+0200\n"
-"PO-Revision-Date: 2011-11-01 11:47+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-22 09:46+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: navipi.src#DLG_NAVIGATION_PI.window.text
diff --git a/translations/source/ca/sw/source/ui/web.po b/translations/source/ca/sw/source/ui/web.po
index fb6723e7dc6..0efa8905018 100644
--- a/translations/source/ca/sw/source/ui/web.po
+++ b/translations/source/ca/sw/source/ui/web.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%2Fweb.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2011-04-05 19:16+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-28 00:53+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: web.src#STR_HUMAN_SWWEBDOC_NAME.string.text
@@ -29,7 +29,7 @@ msgstr "%PRODUCTNAME 5.0 HTML"
#: web.src#STR_WRITER_WEBDOC_FULLTYPE.string.text
msgid "%PRODUCTNAME %PRODUCTVERSION HTML Document"
-msgstr "Document HTML de %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Document HTML del %PRODUCTNAME %PRODUCTVERSION"
#: web.src#STR_SHELLNAME_WEBTEXT.string.text
msgid "Text/Web"
diff --git a/translations/source/ca/sw/source/ui/wrtsh.po b/translations/source/ca/sw/source/ui/wrtsh.po
index fceebc3025d..1a98087ac68 100644
--- a/translations/source/ca/sw/source/ui/wrtsh.po
+++ b/translations/source/ca/sw/source/ui/wrtsh.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:16+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/swext/mediawiki/help.po b/translations/source/ca/swext/mediawiki/help.po
index f89a77a3064..6bdbe15d1c9 100644
--- a/translations/source/ca/swext/mediawiki/help.po
+++ b/translations/source/ca/swext/mediawiki/help.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2012-01-26 17:49+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-28 00:54+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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: Pootle 2.1.6\n"
@@ -63,7 +63,7 @@ msgstr "Per connectar-vos a una Wiki"
#: wiki.xhp#par_id2381969.help.text
msgid "Note: You can store your user name and password for all respective dialogs inside %PRODUCTNAME. The password will be stored in a secure way, where access is maintained by a master password. To enable the master password, choose <item type=\"menuitem\">Tools - Options - %PRODUCTNAME - Security</item>."
-msgstr "Nota: Podeu emmagatzemar el nom d'usuari i la contrasenya per a tots els diàlegs de %PRODUCTNAME. La contrasenya es desarà de manera segura, amb accés restringit mitjançant una contrasenya mestra. Per habilitar la contrasenya mestra, trieu <item type=\"menuitem\">Eines - Opcions - %PRODUCTNAME - Seguretat</item>."
+msgstr "Nota: Podeu emmagatzemar el nom d'usuari i la contrasenya per a tots els diàlegs del %PRODUCTNAME. La contrasenya es desarà de manera segura, amb accés restringit mitjançant una contrasenya mestra. Per habilitar la contrasenya mestra, trieu <item type=\"menuitem\">Eines - Opcions - %PRODUCTNAME - Seguretat</item>."
#: wiki.xhp#par_id3751640.help.text
msgid "Note: If you connect to the web using a proxy server, enter the proxy information to <item type=\"menuitem\">Tools - Options - Internet - Proxy</item>, and restart the software."
diff --git a/translations/source/ca/swext/mediawiki/src.po b/translations/source/ca/swext/mediawiki/src.po
index 5ec77f9aa08..cc51ece46ac 100644
--- a/translations/source/ca/swext/mediawiki/src.po
+++ b/translations/source/ca/swext/mediawiki/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-26 19:46+0200\n"
"Last-Translator: Jesús <jesus@softcatala.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/translations/source/ca/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index 02a630dd53b..2bb8758d392 100644
--- a/translations/source/ca/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/translations/source/ca/swext/mediawiki/src/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:16+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/translations/source/ca/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index 6ea595003c0..47a1692946c 100644
--- a/translations/source/ca/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/translations/source/ca/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:16+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/sysui/desktop/share.po b/translations/source/ca/sysui/desktop/share.po
index e9744ccea0b..51ad1a7262a 100644
--- a/translations/source/ca/sysui/desktop/share.po
+++ b/translations/source/ca/sysui/desktop/share.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+sysui%2Fdesktop%2Fshare.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2011-10-18 21:32+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-28 00:57+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: launcher_comment.ulf#writer.LngText.text
@@ -45,7 +45,7 @@ msgstr "El programari ofimàtic compatible amb el format obert i estàndard ODF.
#: launcher_name.ulf#printeradmin.LngText.text
msgid "%PRODUCTNAME Printer Administration"
-msgstr "Administració d'impressió de %PRODUCTNAME"
+msgstr "Administració d'impressió del %PRODUCTNAME"
#: launcher_genericname.ulf#writer.LngText.text
msgid "Word Processor"
@@ -81,43 +81,43 @@ msgstr "Importador de formats de dispositius petits"
#: documents.ulf#text.LngText.text
msgid "%PRODUCTNAME Text Document"
-msgstr "Document de text de %PRODUCTNAME"
+msgstr "Document de text del %PRODUCTNAME"
#: documents.ulf#text_template.LngText.text
msgid "%PRODUCTNAME Text Document Template"
-msgstr "Plantilla de document de text de %PRODUCTNAME"
+msgstr "Plantilla de document de text del %PRODUCTNAME"
#: documents.ulf#master_document.LngText.text
msgid "%PRODUCTNAME Master Document"
-msgstr "Document mestre de %PRODUCTNAME"
+msgstr "Document mestre del %PRODUCTNAME"
#: documents.ulf#formula.LngText.text
msgid "%PRODUCTNAME Formula"
-msgstr "Fórmula de %PRODUCTNAME"
+msgstr "Fórmula del %PRODUCTNAME"
#: documents.ulf#presentation.LngText.text
msgid "%PRODUCTNAME Presentation"
-msgstr "Presentació de %PRODUCTNAME"
+msgstr "Presentació del %PRODUCTNAME"
#: documents.ulf#presentation_template.LngText.text
msgid "%PRODUCTNAME Presentation Template"
-msgstr "Plantilla de presentació de %PRODUCTNAME"
+msgstr "Plantilla de presentació del %PRODUCTNAME"
#: documents.ulf#drawing.LngText.text
msgid "%PRODUCTNAME Drawing"
-msgstr "Dibuix de %PRODUCTNAME"
+msgstr "Dibuix del %PRODUCTNAME"
#: documents.ulf#drawing_template.LngText.text
msgid "%PRODUCTNAME Drawing Template"
-msgstr "Plantilla de dibuix de %PRODUCTNAME"
+msgstr "Plantilla de dibuix del %PRODUCTNAME"
#: documents.ulf#spreadsheet.LngText.text
msgid "%PRODUCTNAME Spreadsheet"
-msgstr "Full de càlcul de %PRODUCTNAME"
+msgstr "Full de càlcul del %PRODUCTNAME"
#: documents.ulf#spreadsheet_template.LngText.text
msgid "%PRODUCTNAME Spreadsheet Template"
-msgstr "Plantilla de full de càlcul de %PRODUCTNAME"
+msgstr "Plantilla de full de càlcul del %PRODUCTNAME"
#: documents.ulf#oasis_text.LngText.text
msgid "OpenDocument Text"
@@ -169,7 +169,7 @@ msgstr "Plantilla de document HTML"
#: documents.ulf#extension.LngText.text
msgid "%PRODUCTNAME Extension"
-msgstr "Extensió de %PRODUCTNAME"
+msgstr "Extensió del %PRODUCTNAME"
#: documents.ulf#ms_excel_sheet.LngText.text
msgctxt "documents.ulf#ms_excel_sheet.LngText.text"
diff --git a/translations/source/ca/uui/source.po b/translations/source/ca/uui/source.po
index a9569d5faa2..e5cf902f323 100644
--- a/translations/source/ca/uui/source.po
+++ b/translations/source/ca/uui/source.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+uui%2Fsource.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-10-26 19:16+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-29 23:03+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: newerverwarn.src#RID_DLG_NEWER_VERSION_WARNING.FT_INFO.fixedtext.text
@@ -21,9 +21,9 @@ msgid ""
"\n"
"Click 'Update Now...' to run online update and get the latest version of %PRODUCTNAME."
msgstr ""
-"Aquest document s'ha creat amb una versió més nova de %PRODUCTNAME. Pot contenir característiques no compatibles amb la vostra versió.\n"
+"Aquest document s'ha creat amb una versió més nova del %PRODUCTNAME. Pot contenir característiques no compatibles amb la vostra versió.\n"
"\n"
-"Feu clic a 'Actualitza ara...' per executar l'actualització en línia i obtenir la darrera versió de %PRODUCTNAME."
+"Feu clic a 'Actualitza ara...' per executar l'actualització en línia i obtenir la darrera versió del %PRODUCTNAME."
#: newerverwarn.src#RID_DLG_NEWER_VERSION_WARNING.PB_UPDATE.pushbutton.text
msgid "~Update Now..."
@@ -35,7 +35,7 @@ msgstr "~Més tard"
#: newerverwarn.src#RID_DLG_NEWER_VERSION_WARNING.modaldialog.text
msgid "%PRODUCTNAME Update Available"
-msgstr "Hi ha una actualització de %PRODUCTNAME disponible"
+msgstr "Hi ha una actualització del %PRODUCTNAME disponible"
#: openlocked.src#STR_OPENLOCKED_TITLE.string.text
msgctxt "openlocked.src#STR_OPENLOCKED_TITLE.string.text"
@@ -350,7 +350,7 @@ msgstr "No es pot crear l'objecte al directori $(ARG1)."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_UNSUPPORTEDOVERWRITE___ERRCODE_RES_MASK_.string.text
msgid "%PRODUCTNAME cannot keep files from being overwritten when this transmission protocol is used. Do you want to continue anyway?"
-msgstr "%PRODUCTNAME no pot protegir els fitxers de la sobreescriptura quan s'utilitza aquest protocol de transmissió. Voleu continuar?"
+msgstr "El %PRODUCTNAME no pot protegir els fitxers de la sobreescriptura quan s'utilitza aquest protocol de transmissió. Voleu continuar?"
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_BROKENPACKAGE___ERRCODE_RES_MASK_.string.text
msgid ""
@@ -363,14 +363,14 @@ msgid ""
"\n"
"Should %PRODUCTNAME repair the file?\n"
msgstr ""
-"El fitxer '$(ARG1)' és corrupte i per tant no es pot obrir. %PRODUCTNAME pot intentar reparar el fitxer.\n"
+"El fitxer '$(ARG1)' és corrupte i per tant no es pot obrir. El %PRODUCTNAME pot intentar reparar el fitxer.\n"
"\n"
"La corrupció podria ser el resultat de la manipulació del document o de danys en l'estructura del document deguts a la transmissió de dades.\n"
"\n"
"Recomanem que no confieu en el contingut del document reparat.\n"
"L'execució de macros està inhabilitada per a aquest document.\n"
"\n"
-"Voleu que %PRODUCTNAME repari el fitxer?\n"
+"Voleu que el %PRODUCTNAME repari el fitxer?\n"
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_BROKENPACKAGE_CANTREPAIR___ERRCODE_RES_MASK_.string.text
msgid "The file '$(ARG1)' could not be repaired and therefore cannot be opened."
@@ -382,7 +382,7 @@ msgid ""
"Do you want to continue startup of %PRODUCTNAME without the corrupted configuration data?"
msgstr ""
"La configuració de les dades a $(ARG1) ha quedat malmesa. Sense aquestes dades algunes funcions potser no operen correctament.\n"
-"Esteu segurs de voler iniciar %PRODUCTNAME sense les dades corruptes de configuració?"
+"Esteu segurs de voler iniciar el %PRODUCTNAME sense les dades corruptes de configuració?"
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_CONFIGURATION_BROKENDATA_WITHREMOVE___ERRCODE_RES_MASK_.string.text
msgid ""
@@ -390,7 +390,7 @@ msgid ""
"Do you want to continue startup of %PRODUCTNAME without the corrupted configuration data?"
msgstr ""
"El fitxer de la configuració personal '$(ARG1)' ha quedat malmès i s'ha d'eliminar per continuar. Part de la configuració personal es pot perdre\n"
-"Esteu segur de voler iniciar %PRODUCTNAME sense les dades de configuració que han quedat malmeses?"
+"Esteu segur de voler iniciar el %PRODUCTNAME sense les dades de configuració que han quedat malmeses?"
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_CONFIGURATION_BACKENDMISSING___ERRCODE_RES_MASK_.string.text
msgid "The configuration data source '$(ARG1)' is unavailable. Without this data some functions may not operate correctly."
@@ -402,7 +402,7 @@ msgid ""
"Do you want to continue startup of %PRODUCTNAME without the missing configuration data?"
msgstr ""
"La font de les dades de configuració '$(ARG1) no està disponible. Sense aquestes dades, algunes funcions poden funcionar de manera incorrecta. \n"
-"Esteu segurs de voler iniciar %PRODUCTNAME sense les dades de configuració que falten?"
+"Esteu segurs de voler iniciar el %PRODUCTNAME sense les dades de configuració que falten?"
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_INVALID_XFORMS_SUBMISSION_DATA___ERRCODE_RES_MASK_.string.text
msgid "The form contains invalid data. Do you still want to continue?"
@@ -621,7 +621,7 @@ msgstr "%PRODUCTNAME - Avís de seguretat"
#: masterpasscrtdlg.src#DLG_UUI_MASTERPASSWORD_CRT.FT_INFOTEXT.fixedtext.text
msgid "Passwords for web connections are protected by a master password. You will be asked to enter it once per session, if %PRODUCTNAME retrieves a password from the protected password list."
-msgstr "Les contrasenyes per a les connexions web estan protegides per una contrasenya mestra. Se us demanarà que la introduïu un cop per sessió, si és que %PRODUCTNAME recupera una contrasenya de la llista de contrasenyes protegides."
+msgstr "Les contrasenyes per a les connexions web estan protegides per una contrasenya mestra. Se us demanarà que la introduïu un cop per sessió, si és que el %PRODUCTNAME recupera una contrasenya de la llista de contrasenyes protegides."
#: masterpasscrtdlg.src#DLG_UUI_MASTERPASSWORD_CRT.FT_MASTERPASSWORD_CRT.fixedtext.text
msgid "~Enter password"
@@ -776,7 +776,7 @@ msgid ""
"\n"
msgstr ""
"El servidor '${HOST}' vol configurar una o més galetes.\n"
-"Les galetes contenen informació referent a determinats tipus d'URL. Si més endavant %PRODUCTNAME demana un document que correspon a un tipus de galeta que ja ha configurat, %PRODUCTNAME envia aquesta informació al servidor. D'aquesta manera els servidors poden recordar l'estat d'una aplicació www (p. ex. quan es compra en línia).\n"
+"Les galetes contenen informació referent a determinats tipus d'URL. Si més endavant el %PRODUCTNAME demana un document que correspon a un tipus de galeta que ja ha configurat, el %PRODUCTNAME envia aquesta informació al servidor. D'aquesta manera els servidors poden recordar l'estat d'una aplicació www (p. ex. quan es compra en línia).\n"
"\n"
"S'han de configurar les galetes següents:\n"
"\n"
@@ -798,8 +798,8 @@ msgid ""
"The following Cookies should be set:\n"
"\n"
msgstr ""
-"%PRODUCTNAME ha desat les galetes per al servidor '${HOST}' que s'enviaran quan es demani el document ${PATH}.\n"
-"Les galetes contenen informació referent a determinats tipus d'URL. Alguns servidors les envien a %PRODUCTNAME, on es desen en accedir a determinats documents. Si més endavant %PRODUCTNAME carrega un document que, segons l'URL, correspon a un tipus de galeta ja rebuda, %PRODUCTNAME enviarà aquesta informació al servidor. D'aquesta manera els servidors poden fer un seguiment de l'estat d'una aplicació web (p. ex. quan es compra en línia).\n"
+"El %PRODUCTNAME ha desat les galetes per al servidor '${HOST}' que s'enviaran quan es demani el document ${PATH}.\n"
+"Les galetes contenen informació referent a determinats tipus d'URL. Alguns servidors les envien al %PRODUCTNAME, on es desen en accedir a determinats documents. Si més endavant el %PRODUCTNAME carrega un document que, segons l'URL, correspon a un tipus de galeta ja rebuda, el %PRODUCTNAME enviarà aquesta informació al servidor. D'aquesta manera els servidors poden fer un seguiment de l'estat d'una aplicació web (p. ex. quan es compra en línia).\n"
"\n"
"És recomanable configurar les galetes següents:\n"
"\n"
@@ -824,7 +824,7 @@ msgid ""
"Do you want to save anyway?\n"
"\n"
msgstr ""
-"El fitxer s'ha modificat des que el vau obrir per a edició a %PRODUCTNAME. Si deseu la vostra versió del document, se sobreescriuran els canvis fets per altri.\n"
+"El fitxer s'ha modificat des que el vau obrir per a edició al %PRODUCTNAME. Si deseu la vostra versió del document, se sobreescriuran els canvis fets per altri.\n"
"\n"
"Voleu desar-lo igualment?\n"
"\n"
@@ -835,4 +835,4 @@ msgstr "De~sa igualment"
#: lockfailed.src#STR_LOCKFAILED_MSG.string.text
msgid "The file could not be locked for exclusive access by %PRODUCTNAME, due to missing permission to create a lock file on that file location."
-msgstr "%PRODUCTNAME no ha pogut bloquejar el fitxer per a accés exclusiu, atès que no teniu permisos per crear un fitxer de bloqueig en aquesta ubicació."
+msgstr "El %PRODUCTNAME no ha pogut bloquejar el fitxer per a accés exclusiu, atès que no teniu permisos per crear un fitxer de bloqueig en aquesta ubicació."
diff --git a/translations/source/ca/vcl/source/src.po b/translations/source/ca/vcl/source/src.po
index 20451e82c7a..61f4fd97e7c 100644
--- a/translations/source/ca/vcl/source/src.po
+++ b/translations/source/ca/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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-11-26 21:10+0200\n"
-"Last-Translator: Jesús <jesus@softcatala.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-29 23:24+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: stdtext.src#SV_STDTEXT_SERVICENOTAVAILABLE.string.text
@@ -41,11 +41,11 @@ msgstr "Versió errònia"
#: stdtext.src#SV_ACCESSERROR_BRIDGE_MSG.string.text
msgid "%PRODUCTNAME %PRODUCTVERSION requires a Java Access Bridge 1.0.3 or later version to support accessibility."
-msgstr "%PRODUCTNAME %PRODUCTVERSION requereix una versió del Java Access Bridge 1.03 o posterior per tal d'implementar l'accessibilitat."
+msgstr "El %PRODUCTNAME %PRODUCTVERSION requereix una versió del Java Access Bridge 1.03 o posterior per tal d'implementar l'accessibilitat."
#: stdtext.src#SV_ACCESSERROR_OK_CANCEL_MSG.string.text
msgid "Click '%OK' to start %PRODUCTNAME %PRODUCTVERSION without accessibility support, or click '%CANCEL' to exit %PRODUCTNAME %PRODUCTVERSION."
-msgstr "Feu clic a '%OK' per iniciar %PRODUCTNAME %PRODUCTVERSION sense les opcions d'accessibilitat, o feu clic a '%CANCEL' per sortir de %PRODUCTNAME %PRODUCTVERSION."
+msgstr "Feu clic a '%OK' per iniciar el %PRODUCTNAME %PRODUCTVERSION sense les opcions d'accessibilitat, o feu clic a '%CANCEL' per sortir del %PRODUCTNAME %PRODUCTVERSION."
#: stdtext.src#SV_ACCESSERROR_MISSING_BRIDGE.string.text
msgid "No Java Access Bridge"
@@ -57,7 +57,7 @@ msgstr "Instal·lació del Java defectuosa"
#: stdtext.src#SV_ACCESSERROR_JAVA_MSG.string.text
msgid "%PRODUCTNAME %PRODUCTVERSION requires Java 1.4.0_02 or later version to support accessibility."
-msgstr "%PRODUCTNAME %PRODUCTVERSION requereix Java 1.4.0_02 o posterior per implementar l'accessibilitat."
+msgstr "El %PRODUCTNAME %PRODUCTVERSION requereix Java 1.4.0_02 o posterior per implementar l'accessibilitat."
#: stdtext.src#SV_ACCESSERROR_MISSING_JAVA.string.text
msgid "No Java Installation"
@@ -81,7 +81,7 @@ msgstr "No s'han pogut trobar tipus de lletra al sistema."
#: stdtext.src#SV_STDTEXT_ABOUT.string.text
msgid "About %PRODUCTNAME"
-msgstr "Quant a %PRODUCTNAME"
+msgstr "Quant al %PRODUCTNAME"
#: stdtext.src#SV_STDTEXT_PREFERENCES.string.text
msgid "Preferences..."
@@ -559,7 +559,7 @@ msgstr "Serveis"
#: menu.src#SV_MENU_MAC_HIDEAPP.string.text
msgid "Hide %PRODUCTNAME"
-msgstr "Amaga %PRODUCTNAME"
+msgstr "Amaga el %PRODUCTNAME"
#: menu.src#SV_MENU_MAC_HIDEALL.string.text
msgid "Hide Others"
@@ -571,7 +571,7 @@ msgstr "Mostra-ho tot"
#: menu.src#SV_MENU_MAC_QUITAPP.string.text
msgid "Quit %PRODUCTNAME"
-msgstr "Surt de %PRODUCTNAME"
+msgstr "Surt del %PRODUCTNAME"
#: units.src#SV_FUNIT_STRINGS.1.itemlist.text
msgid "mm"
diff --git a/translations/source/ca/wizards/source/euro.po b/translations/source/ca/wizards/source/euro.po
index c6246024112..3e118e0a53a 100644
--- a/translations/source/ca/wizards/source/euro.po
+++ b/translations/source/ca/wizards/source/euro.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+wizards%2Fsource%2Feuro.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-10-18 21:34+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-29 23:25+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: euro.src#STEP_ZERO.string.text
@@ -97,7 +97,7 @@ msgstr "Abast"
#: euro.src#STEP_AUTOPILOT___1.string.text
msgid "~Single %PRODUCTNAME Calc document"
-msgstr "~Un fitxer de %PRODUCTNAME Calc"
+msgstr "~Un fitxer del %PRODUCTNAME Calc"
#: euro.src#STEP_AUTOPILOT___2.string.text
msgid "Complete ~directory"
@@ -229,7 +229,7 @@ msgstr "Cancel·la"
#: euro.src#MESSAGES___19.string.text
msgid "Please select a %PRODUCTNAME Calc document for editing!"
-msgstr "Seleccioneu el document de %PRODUCTNAME Calc que voleu editar."
+msgstr "Seleccioneu el document del %PRODUCTNAME Calc que voleu editar."
#: euro.src#MESSAGES___20.string.text
msgid "'<1>' is not a directory!"
diff --git a/translations/source/ca/wizards/source/formwizard.po b/translations/source/ca/wizards/source/formwizard.po
index 5872b9cbb85..83b563db798 100644
--- a/translations/source/ca/wizards/source/formwizard.po
+++ b/translations/source/ca/wizards/source/formwizard.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+wizards%2Fsource%2Fformwizard.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-04-05 19:16+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-29 23:27+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: dbwizres.src#RID_COMMON_START___0.string.text
@@ -41,7 +41,7 @@ msgstr "No s'ha pogut crear la fórmula.<BR>Comproveu que el mòdul 'PRODUCTNAME
#: dbwizres.src#RID_COMMON_START___6.string.text
msgid "The files required could not be found.<BR>Please start the %PRODUCTNAME Setup and choose 'Repair'."
-msgstr "No s'han pogut trobar els fitxers necessaris.<BR>Inicieu el programa d'instal·lació de %PRODUCTNAME i trieu 'Repara'."
+msgstr "No s'han pogut trobar els fitxers necessaris.<BR>Inicieu el programa d'instal·lació del %PRODUCTNAME i trieu 'Repara'."
#: dbwizres.src#RID_COMMON_START___7.string.text
msgid "The file '<PATH>' already exists.<BR><BR>Would you like to overwrite the existing file?"
diff --git a/translations/source/ca/wizards/source/importwizard.po b/translations/source/ca/wizards/source/importwizard.po
index f9b4eb634aa..e4dbbe1c9d9 100644
--- a/translations/source/ca/wizards/source/importwizard.po
+++ b/translations/source/ca/wizards/source/importwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-18 21:35+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/wizards/source/schedule.po b/translations/source/ca/wizards/source/schedule.po
index b2c3a2e149e..f4466778ef9 100644
--- a/translations/source/ca/wizards/source/schedule.po
+++ b/translations/source/ca/wizards/source/schedule.po
@@ -3,21 +3,21 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-04-05 19:16+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-29 23:30+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: schedule.src#dlgCalTitle.string.text
msgid "%PRODUCTNAME Calendar"
-msgstr "Calendari de %PRODUCTNAME"
+msgstr "Calendari del %PRODUCTNAME"
#: schedule.src#dlgCalTitleBack.string.text
msgid "Back"
diff --git a/translations/source/ca/wizards/source/template.po b/translations/source/ca/wizards/source/template.po
index bcd8819cbc4..27a617b1087 100644
--- a/translations/source/ca/wizards/source/template.po
+++ b/translations/source/ca/wizards/source/template.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:16+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/xmlsecurity/source/component.po b/translations/source/ca/xmlsecurity/source/component.po
index 2e273941235..edf6a388387 100644
--- a/translations/source/ca/xmlsecurity/source/component.po
+++ b/translations/source/ca/xmlsecurity/source/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:16+0200\n"
"Last-Translator: jmontane <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca\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"
+"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/ca/xmlsecurity/source/dialogs.po b/translations/source/ca/xmlsecurity/source/dialogs.po
index 5e10aea6f7f..04b7ac48055 100644
--- a/translations/source/ca/xmlsecurity/source/dialogs.po
+++ b/translations/source/ca/xmlsecurity/source/dialogs.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+xmlsecurity%2Fsource%2Fdialogs.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2011-04-05 19:16+0200\n"
-"Last-Translator: jmontane <joan@montane.cat>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-29 23:30+0200\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: macrosecurity.src#RID_XMLSECTP_MACROSEC.1.RID_XMLSECTP_SECLEVEL.pageitem.text
@@ -178,7 +178,7 @@ msgid ""
"\n"
"Save document in ODF 1.2 format and add all desired signatures again."
msgstr ""
-"Aquest document conté signatures en format ODF 1.1 (OpenOffice.org 2.x). La signatura de documents a %PRODUCTNAME %PRODUCTVERSION requereix la versió d'ODF 1.2. Per tant, no es pot afegir o suprimir cap signatura a aquest document.\n"
+"Aquest document conté signatures en format ODF 1.1 (OpenOffice.org 2.x). La signatura de documents al %PRODUCTNAME %PRODUCTVERSION requereix la versió d'ODF 1.2. Per tant, no es pot afegir o suprimir cap signatura a aquest document.\n"
"\n"
"Deseu el document en format ODF 1.2 i torneu a afegir totes les signatures que vulgueu."
diff --git a/translations/source/cs/accessibility/source/helper.po b/translations/source/cs/accessibility/source/helper.po
index 7278bb94543..603bc6ab606 100644
--- a/translations/source/cs/accessibility/source/helper.po
+++ b/translations/source/cs/accessibility/source/helper.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:27+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/avmedia/source/framework.po b/translations/source/cs/avmedia/source/framework.po
index 89c114c23b9..2fb46033d7c 100644
--- a/translations/source/cs/avmedia/source/framework.po
+++ b/translations/source/cs/avmedia/source/framework.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:27+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/avmedia/source/viewer.po b/translations/source/cs/avmedia/source/viewer.po
index 62a1824356b..800d9abb8c2 100644
--- a/translations/source/cs/avmedia/source/viewer.po
+++ b/translations/source/cs/avmedia/source/viewer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:27+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/basctl/source/basicide.po b/translations/source/cs/basctl/source/basicide.po
index a4d6ac9ba63..6830979b728 100644
--- a/translations/source/cs/basctl/source/basicide.po
+++ b/translations/source/cs/basctl/source/basicide.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-29 16:10+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-21 23:28+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
@@ -183,7 +183,7 @@ msgstr "<Vše>"
#: basidesh.src#RID_STR_NOMODULE.string.text
msgid "< No Module >"
-msgstr "<Žádný modul>"
+msgstr "< Žádný modul >"
#: basidesh.src#RID_STR_WRONGPASSWORD.string.text
msgid "Incorrect Password"
@@ -207,11 +207,11 @@ msgstr ""
#: basidesh.src#RID_STR_ERROROPENSTORAGE.string.text
msgid "Error opening file"
-msgstr "Chyba při otevírání souboru"
+msgstr "Při otevírání souboru došlo k chybě"
#: basidesh.src#RID_STR_ERROROPENLIB.string.text
msgid "Error loading library"
-msgstr "Chyba při načítání knihovny"
+msgstr "Při načítání knihovny došlo k chybě"
#: basidesh.src#RID_STR_NOLIBINSTORAGE.string.text
msgid "The file does not contain any BASIC libraries"
diff --git a/translations/source/cs/basctl/source/dlged.po b/translations/source/cs/basctl/source/dlged.po
index 1fa380309a4..18919f917ce 100644
--- a/translations/source/cs/basctl/source/dlged.po
+++ b/translations/source/cs/basctl/source/dlged.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-08 22:51+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/basic/source/classes.po b/translations/source/cs/basic/source/classes.po
index be2ae5ffc3e..9f819e91a94 100644
--- a/translations/source/cs/basic/source/classes.po
+++ b/translations/source/cs/basic/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-22 23:37+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-21 23:36+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
@@ -85,7 +85,7 @@ msgstr "Podprocedura nebo funkční procedura není definována."
#: sb.src#RID_BASIC_START.SbERR_BAD_DLL_LOAD___ERRCODE_RES_MASK.string.text
msgid "Error loading DLL file."
-msgstr "Chyba při zavádění souboru DLL."
+msgstr "Při zavádění souboru DLL došlo k chybě."
#: sb.src#RID_BASIC_START.SbERR_BAD_DLL_CALL___ERRCODE_RES_MASK.string.text
msgid "Wrong DLL call convention."
@@ -161,7 +161,7 @@ msgstr "Přejmenování na různých discích není možné."
#: sb.src#RID_BASIC_START.SbERR_ACCESS_ERROR___ERRCODE_RES_MASK.string.text
msgid "Path/File access error."
-msgstr "Chyba při přístupu k souboru."
+msgstr "Při přístupu k souboru došlo k chybě."
#: sb.src#RID_BASIC_START.SbERR_PATH_NOT_FOUND___ERRCODE_RES_MASK.string.text
msgid "Path not found."
@@ -371,7 +371,7 @@ msgstr "Neplatný počet argumentů."
#: sb.src#RID_BASIC_START.SbERR_METHOD_FAILED___ERRCODE_RES_MASK.string.text
msgid "Error executing a method."
-msgstr "Chyba při vykonání metody."
+msgstr "Při vykonání metody došlo k chybě."
#: sb.src#RID_BASIC_START.SbERR_SETPROP_FAILED___ERRCODE_RES_MASK.string.text
msgid "Unable to set property."
@@ -539,11 +539,11 @@ msgstr "Odkaz nebude uložen: "
#: sb.src#ERRCODE_BASMGR_LIBLOAD___ERRCODE_RES_MASK.string.text
msgid "Error loading library '$(ARG1)'."
-msgstr "Chyba při načtení knihovny '$(ARG1)'."
+msgstr "Při načítání knihovny '$(ARG1)' došlo k chybě."
#: sb.src#ERRCODE_BASMGR_LIBSAVE___ERRCODE_RES_MASK.string.text
msgid "Error saving library: '$(ARG1)'."
-msgstr "Chyba při ukládání knihovny: '$(ARG1)'."
+msgstr "Při ukládání knihovny došlo k chybě: '$(ARG1)'."
#: sb.src#ERRCODE_BASMGR_MGROPEN___ERRCODE_RES_MASK.string.text
msgid "The BASIC from the file '$(ARG1)' could not be initialized."
@@ -551,11 +551,11 @@ msgstr "Nelze inicializovat BASIC ze souboru '$(ARG1)'."
#: sb.src#ERRCODE_BASMGR_MGRSAVE___ERRCODE_RES_MASK.string.text
msgid "Error saving BASIC: '$(ARG1)'."
-msgstr "Chyba při ukládání BASICu: '$(ARG1)'."
+msgstr "Při ukládání BASICu došlo k chybě: '$(ARG1)'."
#: sb.src#ERRCODE_BASMGR_REMOVELIB___ERRCODE_RES_MASK.string.text
msgid "Error removing library."
-msgstr "Chyba při odstraňování knihovny."
+msgstr "Při odstraňování knihovny došlo k chybě."
#: sb.src#ERRCODE_BASMGR_UNLOADLIB___ERRCODE_RES_MASK.string.text
msgid "The library could not be removed from memory."
diff --git a/translations/source/cs/basic/source/sbx.po b/translations/source/cs/basic/source/sbx.po
index a25072db5ec..23b069a8080 100644
--- a/translations/source/cs/basic/source/sbx.po
+++ b/translations/source/cs/basic/source/sbx.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:27+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/chart2/source/controller/dialogs.po b/translations/source/cs/chart2/source/controller/dialogs.po
index e0acc37be44..63079d37eb0 100644
--- a/translations/source/cs/chart2/source/controller/dialogs.po
+++ b/translations/source/cs/chart2/source/controller/dialogs.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-05 17:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-25 15:43+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
@@ -172,7 +172,7 @@ msgstr "Typ grafu"
#: Strings.src#STR_PAGE_DATA_RANGE.string.text
msgid "Data Range"
-msgstr "Rozsah dat"
+msgstr "Datová oblast"
#: Strings.src#STR_PAGE_CHART_ELEMENTS.string.text
msgid "Chart Elements"
@@ -465,7 +465,7 @@ msgstr "Objekt kresby"
#: Strings.src#STR_TIP_SELECT_RANGE.string.text
msgid "Select data range"
-msgstr "Zvolte rozsah dat"
+msgstr "Vyberte oblast dat"
#: Strings.src#STR_TIP_CHOOSECOLOR.string.text
msgid "Select a color using the color dialog"
@@ -517,7 +517,7 @@ msgstr "Upravit typ grafu"
#: Strings.src#STR_ACTION_EDIT_DATA_RANGES.string.text
msgid "Edit data ranges"
-msgstr "Upravit rozsah dat"
+msgstr "Upravit oblasti dat"
#: Strings.src#STR_ACTION_EDIT_3D_VIEW.string.text
msgid "Edit 3D view"
@@ -629,23 +629,23 @@ msgstr "Nepojmenované řady %NUMBER"
#: Strings.src#STR_DATA_SELECT_RANGE_FOR_SERIES.string.text
msgid "Select Range for %VALUETYPE of %SERIESNAME"
-msgstr "Zvolte rozsah pro %VALUETYPE %SERIESNAME"
+msgstr "Vyberte oblast pro %VALUETYPE %SERIESNAME"
#: Strings.src#STR_DATA_SELECT_RANGE_FOR_CATEGORIES.string.text
msgid "Select Range for Categories"
-msgstr "Zvolte rozsah pro kategorie"
+msgstr "Vyberte oblast pro kategorie"
#: Strings.src#STR_DATA_SELECT_RANGE_FOR_DATALABELS.string.text
msgid "Select Range for data labels"
-msgstr "Zvolte rozsah pro popisky dat"
+msgstr "Vyberte oblast pro popisky dat"
#: Strings.src#STR_DATA_SELECT_RANGE_FOR_POSITIVE_ERRORBARS.string.text
msgid "Select Range for Positive Error Bars"
-msgstr "Zvolte rozsah pro kladné ukazatele chyby"
+msgstr "Vyberte oblast pro kladné chybové úsečky"
#: Strings.src#STR_DATA_SELECT_RANGE_FOR_NEGATIVE_ERRORBARS.string.text
msgid "Select Range for Negative Error Bars"
-msgstr "Zvolte rozsah pro záporné ukazatele chyby"
+msgstr "Vyberte oblast pro záporné chybové úsečky"
#: Strings.src#STR_DATA_EDITOR_INCORRECT_INPUT.string.text
msgid ""
@@ -726,7 +726,7 @@ msgstr "Směr textu"
#: tp_DataSource.src#TP_DATA_SOURCE.FT_CAPTION_FOR_WIZARD.fixedtext.text
msgid "Customize data ranges for individual data series"
-msgstr "Upravit rozsahy dat pro jednotlivé datové řady"
+msgstr "Upravit oblasti dat pro jednotlivé datové řady"
#: tp_DataSource.src#TP_DATA_SOURCE.FT_SERIES.fixedtext.text
msgid "Data ~series"
@@ -734,11 +734,11 @@ msgstr "Datové řady"
#: tp_DataSource.src#TP_DATA_SOURCE.FT_ROLE.fixedtext.text
msgid "~Data ranges"
-msgstr "Rozsahy dat"
+msgstr "Datové oblasti"
#: tp_DataSource.src#TP_DATA_SOURCE.FT_RANGE.fixedtext.text
msgid "Ran~ge for %VALUETYPE"
-msgstr "Rozsah pro %VALUETYPE"
+msgstr "Oblast pro %VALUETYPE"
#: tp_DataSource.src#TP_DATA_SOURCE.FT_CATEGORIES.fixedtext.text
msgid "~Categories"
@@ -815,11 +815,11 @@ msgstr "~Stupeň polynomů"
#: tp_RangeChooser.src#TP_RANGECHOOSER.FT_CAPTION_FOR_WIZARD.fixedtext.text
msgid "Choose a data range"
-msgstr "Zvolte rozsah dat"
+msgstr "Zvolte oblast dat"
#: tp_RangeChooser.src#TP_RANGECHOOSER.FT_RANGE.fixedtext.text
msgid "~Data range"
-msgstr "Rozsah dat"
+msgstr "Datová oblast"
#: tp_RangeChooser.src#TP_RANGECHOOSER.RB_DATAROWS.radiobutton.text
msgid "Data series in ~rows"
@@ -1129,7 +1129,7 @@ msgstr "Náhled osvětlení"
#: dlg_DataSource.src#DLG_DATA_SOURCE.tabdialog.text
msgid "Data Ranges"
-msgstr "Rozsahy dat"
+msgstr "Datové oblasti"
#: dlg_DataEditor.src#DLG_DIAGRAM_DATA.TBX_DATA.TBI_DATA_INSERT_ROW.toolboxitem.text
msgid "Insert Row"
diff --git a/translations/source/cs/connectivity/source/drivers/ado.po b/translations/source/cs/connectivity/source/drivers/ado.po
index 106ad603d68..e0282cf4cd8 100644
--- a/translations/source/cs/connectivity/source/drivers/ado.po
+++ b/translations/source/cs/connectivity/source/drivers/ado.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:27+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/connectivity/source/drivers/calc.po b/translations/source/cs/connectivity/source/drivers/calc.po
index ccf615bb5d2..0be432d734d 100644
--- a/translations/source/cs/connectivity/source/drivers/calc.po
+++ b/translations/source/cs/connectivity/source/drivers/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 13:27+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/connectivity/source/drivers/dbase.po b/translations/source/cs/connectivity/source/drivers/dbase.po
index 45b526d9a44..be32fef6545 100644
--- a/translations/source/cs/connectivity/source/drivers/dbase.po
+++ b/translations/source/cs/connectivity/source/drivers/dbase.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:27+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/connectivity/source/drivers/evoab2.po b/translations/source/cs/connectivity/source/drivers/evoab2.po
index 9cb19be1aef..b3be86a32c1 100644
--- a/translations/source/cs/connectivity/source/drivers/evoab2.po
+++ b/translations/source/cs/connectivity/source/drivers/evoab2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 13:27+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/connectivity/source/drivers/flat.po b/translations/source/cs/connectivity/source/drivers/flat.po
index 90227d6bdf2..e3e7c19ac3c 100644
--- a/translations/source/cs/connectivity/source/drivers/flat.po
+++ b/translations/source/cs/connectivity/source/drivers/flat.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:27+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/connectivity/source/drivers/hsqldb.po b/translations/source/cs/connectivity/source/drivers/hsqldb.po
index dc177cdde6e..d18353de6e7 100644
--- a/translations/source/cs/connectivity/source/drivers/hsqldb.po
+++ b/translations/source/cs/connectivity/source/drivers/hsqldb.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:27+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/connectivity/source/drivers/jdbc.po b/translations/source/cs/connectivity/source/drivers/jdbc.po
index 72ecbfca08e..2ac7e329f15 100644
--- a/translations/source/cs/connectivity/source/drivers/jdbc.po
+++ b/translations/source/cs/connectivity/source/drivers/jdbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:27+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/connectivity/source/drivers/kab.po b/translations/source/cs/connectivity/source/drivers/kab.po
index 1d387e50537..77311d7b908 100644
--- a/translations/source/cs/connectivity/source/drivers/kab.po
+++ b/translations/source/cs/connectivity/source/drivers/kab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 23:53+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/connectivity/source/drivers/macab.po b/translations/source/cs/connectivity/source/drivers/macab.po
index 9dc6482230e..7e7b267771b 100644
--- a/translations/source/cs/connectivity/source/drivers/macab.po
+++ b/translations/source/cs/connectivity/source/drivers/macab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 23:53+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/connectivity/source/drivers/mozab.po b/translations/source/cs/connectivity/source/drivers/mozab.po
index fbc1cd63e93..470d23b60db 100644
--- a/translations/source/cs/connectivity/source/drivers/mozab.po
+++ b/translations/source/cs/connectivity/source/drivers/mozab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-15 01:47+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/connectivity/source/drivers/mysql.po b/translations/source/cs/connectivity/source/drivers/mysql.po
index cfd02e1a859..d0c88e09e5f 100644
--- a/translations/source/cs/connectivity/source/drivers/mysql.po
+++ b/translations/source/cs/connectivity/source/drivers/mysql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:27+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/connectivity/source/drivers/odbc.po b/translations/source/cs/connectivity/source/drivers/odbc.po
index d841a71ceca..1aa5bec9ee7 100644
--- a/translations/source/cs/connectivity/source/drivers/odbc.po
+++ b/translations/source/cs/connectivity/source/drivers/odbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:27+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/connectivity/source/drivers/postgresql.po b/translations/source/cs/connectivity/source/drivers/postgresql.po
index 3076fbbc898..390fbd53bc6 100644
--- a/translations/source/cs/connectivity/source/drivers/postgresql.po
+++ b/translations/source/cs/connectivity/source/drivers/postgresql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-28 13:38+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -18,11 +18,3 @@ msgstr ""
#: postgresql.xcu#.Drivers.Installed.sdbc_postgresql__.DriverTypeDisplayName.value.text
msgid "PostgreSQL"
msgstr "PostgreSQL"
-
-#: description.xml#dispname.dispname.description.text
-msgid "PostgreSQL-SDBC Driver"
-msgstr "SDBC ovladač PostgreSQL"
-
-#: 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 "Nativní LibreOffice ovladač pro databázi PostgreSQL. Je rychlejší, optimálně integrovaný a není třeba samostatně nastavovat JDBC nebo ODBC ovladač. Je kompatibilní s PostgreSQL 8.4 a novějšími.\n"
diff --git a/translations/source/cs/connectivity/source/resource.po b/translations/source/cs/connectivity/source/resource.po
index 166ddfc3587..abb6db05087 100644
--- a/translations/source/cs/connectivity/source/resource.po
+++ b/translations/source/cs/connectivity/source/resource.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+connectivity%2Fsource%2Fresource.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-22 23:38+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-20 21:30+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: conn_error_message.src#256___2_100___0.string.text
@@ -25,7 +25,7 @@ msgstr "Výraz obsahuje cyklický odkaz na jeden či více poddotazů."
#: conn_error_message.src#256___2_300___0.string.text
msgid "The name must not contain any slashes ('/')."
-msgstr "Jméno nesmí obsahovat lomítka ('/')."
+msgstr "Název nesmí obsahovat lomítka ('/')."
#: conn_error_message.src#256___2_301___0.string.text
msgid "$1$ is no SQL conform identifier."
@@ -169,7 +169,7 @@ msgstr "Aktuální řádek nelze uložit."
#: conn_shared_res.src#STR_NO_HOSTNAME.string.text
msgid "No hostname was provided."
-msgstr "Nebylo zadáno jméno hostitele."
+msgstr "Nebyl zadán název hostitele."
#: conn_shared_res.src#STR_NO_BASEDN.string.text
msgid "No Base DN was provided."
diff --git a/translations/source/cs/cui/source/customize.po b/translations/source/cs/cui/source/customize.po
index 8c7c94d7b8e..6495db5b703 100644
--- a/translations/source/cs/cui/source/customize.po
+++ b/translations/source/cs/cui/source/customize.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%2Fcustomize.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-19 19:51+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/cui/source/dialogs.po b/translations/source/cs/cui/source/dialogs.po
index 46c99c0eb12..1fceb727cee 100644
--- a/translations/source/cs/cui/source/dialogs.po
+++ b/translations/source/cs/cui/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-10 20:46+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-21 23:38+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
@@ -553,7 +553,7 @@ msgstr "Makra %MACROLANG"
#: scriptdlg.src#RID_DLG_NEWLIB.FT_NEWLIB.fixedtext.text
msgid "Enter the name for the new library."
-msgstr "Zadejte jméno nové knihovny."
+msgstr "Zadejte název nové knihovny."
#: scriptdlg.src#RID_DLG_NEWLIB.STR_NEWLIB.string.text
msgctxt "scriptdlg.src#RID_DLG_NEWLIB.STR_NEWLIB.string.text"
@@ -566,7 +566,7 @@ msgstr "Vytvořit makro"
#: scriptdlg.src#RID_DLG_NEWLIB.STR_FT_NEWMACRO.string.text
msgid "Enter the name for the new macro."
-msgstr "Zadejte jméno nového makra."
+msgstr "Zadejte název nového makra."
#: scriptdlg.src#RID_DLG_NEWLIB.STR_RENAME.string.text
msgid "Rename"
@@ -574,7 +574,7 @@ msgstr "Přejmenovat"
#: scriptdlg.src#RID_DLG_NEWLIB.STR_FT_RENAME.string.text
msgid "Enter the new name for the selected object."
-msgstr "Zadejte nové jméno vybraného objektu."
+msgstr "Zadejte nový název vybraného objektu."
#: scriptdlg.src#RID_DLG_NEWLIB.modaldialog.text
msgctxt "scriptdlg.src#RID_DLG_NEWLIB.modaldialog.text"
@@ -599,7 +599,7 @@ msgstr " Nemáte oprávnění smazat tento objekt."
#: scriptdlg.src#RID_SVXSTR_DELFAILED_TITLE.string.text
msgid "Error Deleting Object"
-msgstr "Chyba při odstraňování objektu"
+msgstr "Při odstraňování objektu došlo k chybě"
#: scriptdlg.src#RID_SVXSTR_CREATEFAILED.string.text
msgid "The object could not be created."
@@ -607,7 +607,7 @@ msgstr "Objekt nelze vytvořit."
#: scriptdlg.src#RID_SVXSTR_CREATEFAILEDDUP.string.text
msgid " Object with the same name already exists."
-msgstr " Již existuje objekt se stejným jménem."
+msgstr " Objekt s tímto názvem již existuje."
#: scriptdlg.src#RID_SVXSTR_CREATEFAILEDPERM.string.text
msgid " You do not have permission to create this object."
@@ -627,7 +627,7 @@ msgstr " Nemáte oprávnění přejmenovat tento objekt."
#: scriptdlg.src#RID_SVXSTR_RENAMEFAILED_TITLE.string.text
msgid "Error Renaming Object"
-msgstr "Chyba při přejmenování objektu"
+msgstr "Při přejmenování objektu došlo k chybě"
#: scriptdlg.src#RID_SVXSTR_ERROR_TITLE.string.text
msgid "%PRODUCTNAME Error"
diff --git a/translations/source/cs/cui/source/options.po b/translations/source/cs/cui/source/options.po
index 1d4597bba57..4b4732013c6 100644
--- a/translations/source/cs/cui/source/options.po
+++ b/translations/source/cs/cui/source/options.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-18 23:35+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-21 19:48+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
@@ -1276,30 +1276,42 @@ msgid "Grid"
msgstr "Mřížka"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.6.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.6.itemlist.text"
+msgid "Basic Fonts (Western)"
+msgstr "Základní písma (západní)"
+
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.7.itemlist.text
+msgid "Basic Fonts (Asian)"
+msgstr "Základní písma (asijská)"
+
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text
+msgid "Basic Fonts (CTL)"
+msgstr "Základní písma (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"
msgid "Print"
msgstr "Tisk"
-#: 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"
+#: 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"
msgid "Table"
msgstr "Tabulky"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text"
+#: 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"
msgid "Changes"
msgstr "Změny"
-#: 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"
+#: 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"
msgid "Compatibility"
msgstr "Kompatibilita"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.10.itemlist.text
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.13.itemlist.text
msgid "AutoCaption"
msgstr "Automatické popisky"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.11.itemlist.text
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.14.itemlist.text
msgid "Mail Merge E-mail"
msgstr "Hromadné rozesílání e-mailů"
@@ -2299,7 +2311,7 @@ msgstr "PowerPoint na %PRODUCTNAME Impress nebo naopak"
#: dbregister.src#RID_SFXPAGE_DBREGISTER.FT_TYPE.fixedtext.text
msgid "Registered name"
-msgstr "Registrované jméno"
+msgstr "Registrovaný název"
#: dbregister.src#RID_SFXPAGE_DBREGISTER.FT_PATH.fixedtext.text
msgid "Database file"
diff --git a/translations/source/cs/cui/source/tabpages.po b/translations/source/cs/cui/source/tabpages.po
index 7b04af2717d..7c23c0eed3f 100644
--- a/translations/source/cs/cui/source/tabpages.po
+++ b/translations/source/cs/cui/source/tabpages.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-16 21:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-25 15:52+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
@@ -1080,15 +1080,15 @@ msgstr "Směr textu"
#: align.src#RID_SVXPAGE_ALIGNMENT.STR_BOTTOMLOCK.string.text
msgid "Text Extension From Lower Cell Border"
-msgstr "Rozsah textu od dolního ohraničení buňky"
+msgstr "Text vychází z dolního okraje buňky"
#: align.src#RID_SVXPAGE_ALIGNMENT.STR_TOPLOCK.string.text
msgid "Text Extension From Upper Cell Border"
-msgstr "Rozsah textu od horního ohraničení buňky"
+msgstr "Text vychází z horního okraje buňky"
#: align.src#RID_SVXPAGE_ALIGNMENT.STR_CELLLOCK.string.text
msgid "Text Extension Inside Cell"
-msgstr "Rozsah textu uvnitř buňky"
+msgstr "Text zůstane uvnitř buňky"
#: align.src#RID_SVXPAGE_ALIGNMENT.tabpage.text
msgctxt "align.src#RID_SVXPAGE_ALIGNMENT.tabpage.text"
diff --git a/translations/source/cs/dbaccess/source/core/resource.po b/translations/source/cs/dbaccess/source/core/resource.po
index 26dd8056c40..403d8c2ba81 100644
--- a/translations/source/cs/dbaccess/source/core/resource.po
+++ b/translations/source/cs/dbaccess/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2012-01-23 23:34+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-21 23:39+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
@@ -226,7 +226,7 @@ msgid ""
"Error accessing data source '$name$':\n"
"$error$"
msgstr ""
-"Chyba při přístupu k datovém zdroji '$name$':\n"
+"Při přístupu k datovém zdroji '$name$' došlo k chybě:\n"
"$error$"
#: strings.src#RID_STR_NO_SUB_FOLDER.string.text
diff --git a/translations/source/cs/dbaccess/source/ext/adabas.po b/translations/source/cs/dbaccess/source/ext/adabas.po
index 18df7d74929..3bb273b5831 100644
--- a/translations/source/cs/dbaccess/source/ext/adabas.po
+++ b/translations/source/cs/dbaccess/source/ext/adabas.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+dbaccess%2Fsource%2Fext%2Fadabas.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-26 22:32+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/dbaccess/source/ext/macromigration.po b/translations/source/cs/dbaccess/source/ext/macromigration.po
index 0976121dbad..cfc6f1b90ef 100644
--- a/translations/source/cs/dbaccess/source/ext/macromigration.po
+++ b/translations/source/cs/dbaccess/source/ext/macromigration.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+dbaccess%2Fsource%2Fext%2Fmacromigration.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-22 23:46+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/dbaccess/source/sdbtools/resource.po b/translations/source/cs/dbaccess/source/sdbtools/resource.po
index 569b3fcd309..cd6eef84985 100644
--- a/translations/source/cs/dbaccess/source/sdbtools/resource.po
+++ b/translations/source/cs/dbaccess/source/sdbtools/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 13:28+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dbaccess/source/ui/app.po b/translations/source/cs/dbaccess/source/ui/app.po
index eff4eb7352c..2525a151e05 100644
--- a/translations/source/cs/dbaccess/source/ui/app.po
+++ b/translations/source/cs/dbaccess/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-17 21:32+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dbaccess/source/ui/browser.po b/translations/source/cs/dbaccess/source/ui/browser.po
index dbd5eaf5e98..6ac1d47e377 100644
--- a/translations/source/cs/dbaccess/source/ui/browser.po
+++ b/translations/source/cs/dbaccess/source/ui/browser.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-23 16:16+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dbaccess/source/ui/control.po b/translations/source/cs/dbaccess/source/ui/control.po
index 001763af1c5..a862ebb02d9 100644
--- a/translations/source/cs/dbaccess/source/ui/control.po
+++ b/translations/source/cs/dbaccess/source/ui/control.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+dbaccess%2Fsource%2Fui%2Fcontrol.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-27 00:08+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-20 21:55+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: undosqledit.src#STR_QUERY_UNDO_MODIFYSQLEDIT.string.text
@@ -73,7 +73,7 @@ msgstr "Nepodařilo se vytvořit připojení pro URL #connurl#."
#: tabletree.src#STR_COULDNOTCONNECT_PLEASECHECK.string.text
msgid "Please check the current settings, for example user name and password."
-msgstr "Zkontrolujte aktuální nastavení, např. uživatelské jméno a heslo."
+msgstr "Zkontrolujte aktuální nastavení, například uživatelské jméno a heslo."
#: tabletree.src#STR_NOTABLEINFO.string.text
msgid "Successfully connected, but information about database tables is not available."
diff --git a/translations/source/cs/dbaccess/source/ui/dlg.po b/translations/source/cs/dbaccess/source/ui/dlg.po
index 430e462af26..45280ad5de2 100644
--- a/translations/source/cs/dbaccess/source/ui/dlg.po
+++ b/translations/source/cs/dbaccess/source/ui/dlg.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+dbaccess%2Fsource%2Fui%2Fdlg.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-30 22:07+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-20 21:56+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: textconnectionsettings.src#DLG_TEXT_CONNECTION_SETTINGS.modaldialog.text
@@ -1530,7 +1530,7 @@ msgstr "Administrace"
#: dbadmin.src#PAGE_ADABAS.FT_CTRLUSERNAME.fixedtext.text
msgid "Control ~user name"
-msgstr "Řídící uživatelské jméno"
+msgstr "Jméno řídícího uživatele"
#: dbadmin.src#PAGE_ADABAS.FT_CTRLPASSWORD.fixedtext.text
msgid "Control ~password"
diff --git a/translations/source/cs/dbaccess/source/ui/inc.po b/translations/source/cs/dbaccess/source/ui/inc.po
index d7551350c65..2e01cfdefb5 100644
--- a/translations/source/cs/dbaccess/source/ui/inc.po
+++ b/translations/source/cs/dbaccess/source/ui/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 13:28+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dbaccess/source/ui/misc.po b/translations/source/cs/dbaccess/source/ui/misc.po
index baaed36517c..23e85efdec7 100644
--- a/translations/source/cs/dbaccess/source/ui/misc.po
+++ b/translations/source/cs/dbaccess/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-30 20:45+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-21 23:39+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
@@ -21,7 +21,7 @@ msgstr "Systémová"
#: dbumiscres.src#STR_ERROR_DURING_CREATION.string.text
msgid "Error during creation"
-msgstr "Chyba při vytváření"
+msgstr "Při vytváření došlo k chybě"
#: dbumiscres.src#STR_UNEXPECTED_ERROR.string.text
msgid "An unexpected error occurred. The operation could not be performed."
diff --git a/translations/source/cs/dbaccess/source/ui/querydesign.po b/translations/source/cs/dbaccess/source/ui/querydesign.po
index 511a6fd14ca..1be82ac8cb3 100644
--- a/translations/source/cs/dbaccess/source/ui/querydesign.po
+++ b/translations/source/cs/dbaccess/source/ui/querydesign.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+dbaccess%2Fsource%2Fui%2Fquerydesign.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 00:09+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/dbaccess/source/ui/relationdesign.po b/translations/source/cs/dbaccess/source/ui/relationdesign.po
index d15e4daf4c6..f45d5e3fef9 100644
--- a/translations/source/cs/dbaccess/source/ui/relationdesign.po
+++ b/translations/source/cs/dbaccess/source/ui/relationdesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-17 21:41+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dbaccess/source/ui/tabledesign.po b/translations/source/cs/dbaccess/source/ui/tabledesign.po
index a57c823b8ca..c87e9a9cd1c 100644
--- a/translations/source/cs/dbaccess/source/ui/tabledesign.po
+++ b/translations/source/cs/dbaccess/source/ui/tabledesign.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+dbaccess%2Fsource%2Fui%2Ftabledesign.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2011-12-28 12:46+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-21 23:40+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: table.src#STR_TABLEDESIGN_DBFIELDTYPES.string.text
@@ -313,7 +313,7 @@ msgstr "Sloupec \"$column$\" nemohl být změněn. Má být místo toho smazán
#: table.src#STR_TABLEDESIGN_SAVE_ERROR.string.text
msgid "Error while saving the table design"
-msgstr "Chyba při ukládání návrhu tabulky"
+msgstr "Při ukládání návrhu tabulky došlo k chybě"
#: table.src#STR_TABLEDESIGN_COULD_NOT_DROP_COL.string.text
msgid "The column $column$ could not be deleted."
@@ -347,7 +347,7 @@ msgstr ""
#: table.src#STR_CHANGE_COLUMN_NAME.string.text
msgid "change field name"
-msgstr "změnit jméno pole"
+msgstr "změnit název pole"
#: table.src#STR_CHANGE_COLUMN_TYPE.string.text
msgid "change field type"
diff --git a/translations/source/cs/dbaccess/source/ui/uno.po b/translations/source/cs/dbaccess/source/ui/uno.po
index 7a8f4a24ae7..83cecb1eb0b 100644
--- a/translations/source/cs/dbaccess/source/ui/uno.po
+++ b/translations/source/cs/dbaccess/source/ui/uno.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-07 23:20+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/desktop/source/app.po b/translations/source/cs/desktop/source/app.po
index 537a705f182..1826abf97c5 100644
--- a/translations/source/cs/desktop/source/app.po
+++ b/translations/source/cs/desktop/source/app.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+desktop%2Fsource%2Fapp.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-15 02:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-21 23:41+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: desktop.src#STR_RECOVER_QUERY.string.text
@@ -97,7 +97,7 @@ msgstr "Nelze přistupovat k centrální konfiguraci kvůli chybějícím opráv
#: desktop.src#STR_CONFIG_ERR_ACCESS_GENERAL.string.text
msgid "A general error occurred while accessing your central configuration. "
-msgstr "Při přístupu k centrální konfiguraci nastala obecná chyba. "
+msgstr "Při přístupu k centrální konfiguraci došlo k obecné chybě. "
#: desktop.src#STR_CONFIG_ERR_NO_WRITE_ACCESS.string.text
msgid "The changes to your personal settings cannot be stored centrally because of missing access rights. "
@@ -111,7 +111,7 @@ msgid ""
msgstr ""
"%PRODUCTNAME nemůže být spuštěn kvůli chybě v přístupu ke konfiguračním informacím %PRODUCTNAME.\n"
"\n"
-"Kontaktujte prosím vašeho systémového administrátora."
+"Kontaktujte vašeho systémového administrátora."
#: desktop.src#STR_INTERNAL_ERRMSG.string.text
msgid "The following internal error has occurred: "
@@ -164,7 +164,7 @@ msgid ""
"%PRODUCTNAME user installation could not be completed due to insufficient free disk space. Please free more disc space at the following location and restart %PRODUCTNAME:\n"
"\n"
msgstr ""
-"Uživatelskou instalaci %PRODUCTNAME nelze dokončit z důvodu nedostatečného místa na disku. Uvolněte prosím místo na disku a restartujte %PRODUCTNAME:\n"
+"Uživatelskou instalaci %PRODUCTNAME nelze dokončit z důvodu nedostatečného místa na disku. Uvolněte místo na disku a %PRODUCTNAME restartujte:\n"
"\n"
#: desktop.src#STR_BOOSTRAP_ERR_NOACCESSRIGHTS.string.text
@@ -172,5 +172,5 @@ msgid ""
"%PRODUCTNAME user installation could not be processed due to missing access rights. Please make sure that you have sufficient access rights for the following location and restart %PRODUCTNAME:\n"
"\n"
msgstr ""
-"Uživatelskou instalaci %PRODUCTNAME nelze provést z důvodu nedostatečných přístupových práv. Ujistěte se prosím, zda máte dostatečná práva, a restartujte %PRODUCTNAME:\n"
+"Uživatelskou instalaci %PRODUCTNAME nelze provést z důvodu nedostatečných přístupových práv. Ujistěte se, zda máte dostatečná oprávnění, a %PRODUCTNAME restartujte:\n"
"\n"
diff --git a/translations/source/cs/desktop/source/deployment/gui.po b/translations/source/cs/desktop/source/deployment/gui.po
index 32668be406e..2297c326ef6 100644
--- a/translations/source/cs/desktop/source/deployment/gui.po
+++ b/translations/source/cs/desktop/source/deployment/gui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-27 23:12+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-21 23:43+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
@@ -358,10 +358,10 @@ msgid ""
"Click \\'OK\\' to replace the installed extension.\n"
"Click \\'Cancel\\' to stop the installation."
msgstr ""
-"Chystáte se nainstalovat verzi $NEW rozšíření \\'$NAME\\'.\n"
-"Tato verze je již nainstalována pod jménem \\'$OLDNAME\\'.\n"
+"Chystáte se nainstalovat verze $NEW rozšíření \\'$NAME\\'.\n"
+"Tato verze je již nainstalována pod názvem \\'$OLDNAME\\'.\n"
"Klepnutím na \\'OK\\' nahradíte nainstalované rozšíření.\n"
-"Klepnutím na \\'Zrušit\\' instalaci přerušíte."
+"Klepnutím na \\'Zrušit\\' instalaci zrušíte."
#: dp_gui_versionboxes.src#RID_WARNINGBOX_VERSION_GREATER.warningbox.text
msgid ""
@@ -490,7 +490,7 @@ msgstr "Žádné chyby."
#: dp_gui_updateinstalldialog.src#RID_DLG_UPDATEINSTALL.RID_DLG_UPDATE_INSTALL_ERROR_DOWNLOAD.string.text
msgid "Error while downloading extension %NAME. "
-msgstr "Chyba při stahování rozšíření %NAME."
+msgstr "Při stahování rozšíření %NAME došlo k chybě."
#: dp_gui_updateinstalldialog.src#RID_DLG_UPDATEINSTALL.RID_DLG_UPDATE_INSTALL_THIS_ERROR_OCCURRED.string.text
msgid "The error message is: "
@@ -498,7 +498,7 @@ msgstr "Chybová zpráva je: "
#: dp_gui_updateinstalldialog.src#RID_DLG_UPDATEINSTALL.RID_DLG_UPDATE_INSTALL_ERROR_INSTALLATION.string.text
msgid "Error while installing extension %NAME. "
-msgstr "Chyba při instalaci rozšíření %NAME. "
+msgstr "Při instalaci rozšíření %NAME došlo k chybě. "
#: dp_gui_updateinstalldialog.src#RID_DLG_UPDATEINSTALL.RID_DLG_UPDATE_INSTALL_ERROR_LIC_DECLINED.string.text
msgid "The license agreement for extension %NAME was refused. "
diff --git a/translations/source/cs/desktop/source/deployment/manager.po b/translations/source/cs/desktop/source/deployment/manager.po
index 65735586a84..07667f7f58a 100644
--- a/translations/source/cs/desktop/source/deployment/manager.po
+++ b/translations/source/cs/desktop/source/deployment/manager.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+desktop%2Fsource%2Fdeployment%2Fmanager.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-04-05 13:28+0200\n"
-"Last-Translator: pawell <p.franc@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-21 23:45+0200\n"
+"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: dp_manager.src#RID_STR_COPYING_PACKAGE.string.text
@@ -21,11 +21,11 @@ msgstr "Kopírování: "
#: dp_manager.src#RID_STR_ERROR_WHILE_ADDING.string.text
msgid "Error while adding: "
-msgstr "Chyba během přidávání:"
+msgstr "Při přidávání došlo k chybě: "
#: dp_manager.src#RID_STR_ERROR_WHILE_REMOVING.string.text
msgid "Error while removing: "
-msgstr "Chyba během odstranění: "
+msgstr "Při odstraňování došlo k chybě: "
#: dp_manager.src#RID_STR_PACKAGE_ALREADY_ADDED.string.text
msgid "Extension has already been added: "
diff --git a/translations/source/cs/desktop/source/deployment/misc.po b/translations/source/cs/desktop/source/deployment/misc.po
index d3885a05275..d1c59ed5ba6 100644
--- a/translations/source/cs/desktop/source/deployment/misc.po
+++ b/translations/source/cs/desktop/source/deployment/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-17 15:10+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/desktop/source/deployment/registry.po b/translations/source/cs/desktop/source/deployment/registry.po
index f7436b775b0..f082cf44e47 100644
--- a/translations/source/cs/desktop/source/deployment/registry.po
+++ b/translations/source/cs/desktop/source/deployment/registry.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-08 10:03+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/desktop/source/deployment/registry/component.po b/translations/source/cs/desktop/source/deployment/registry/component.po
index 7f92d217289..218ccec1009 100644
--- a/translations/source/cs/desktop/source/deployment/registry/component.po
+++ b/translations/source/cs/desktop/source/deployment/registry/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-08 10:04+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/desktop/source/deployment/registry/configuration.po b/translations/source/cs/desktop/source/deployment/registry/configuration.po
index 409da65a1cf..24e64cc20cc 100644
--- a/translations/source/cs/desktop/source/deployment/registry/configuration.po
+++ b/translations/source/cs/desktop/source/deployment/registry/configuration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:28+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/desktop/source/deployment/registry/help.po b/translations/source/cs/desktop/source/deployment/registry/help.po
index 084bede8b3f..17d1d591c8f 100644
--- a/translations/source/cs/desktop/source/deployment/registry/help.po
+++ b/translations/source/cs/desktop/source/deployment/registry/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:28+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/desktop/source/deployment/registry/package.po b/translations/source/cs/desktop/source/deployment/registry/package.po
index b718dbbb303..d27612288f6 100644
--- a/translations/source/cs/desktop/source/deployment/registry/package.po
+++ b/translations/source/cs/desktop/source/deployment/registry/package.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:28+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/desktop/source/deployment/registry/script.po b/translations/source/cs/desktop/source/deployment/registry/script.po
index caa5659f327..d6849fdc217 100644
--- a/translations/source/cs/desktop/source/deployment/registry/script.po
+++ b/translations/source/cs/desktop/source/deployment/registry/script.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2011-04-07 22:37+0200\n"
-"Last-Translator: pawell <p.franc@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-20 21:41+0200\n"
+"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -25,8 +25,8 @@ msgstr "Knihovna dialogu"
#: dp_script.src#RID_STR_CANNOT_DETERMINE_LIBNAME.string.text
msgid "The library name could not be determined."
-msgstr "Není možné zjistit jméno knihovny."
+msgstr "Název knihovny se nepodařilo zjistit."
#: dp_script.src#RID_STR_LIBNAME_ALREADY_EXISTS.string.text
msgid "This library name already exists. Please choose a different name."
-msgstr "Jméno knihovny již existuje. Zvolte prosím jiné jméno."
+msgstr "Knihovna s tímto názvem již existuje. Zvolte jiný název."
diff --git a/translations/source/cs/desktop/source/deployment/registry/sfwk.po b/translations/source/cs/desktop/source/deployment/registry/sfwk.po
index 495205273c9..2fa1a945137 100644
--- a/translations/source/cs/desktop/source/deployment/registry/sfwk.po
+++ b/translations/source/cs/desktop/source/deployment/registry/sfwk.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:28+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/desktop/source/deployment/unopkg.po b/translations/source/cs/desktop/source/deployment/unopkg.po
index 41ca7de5222..1732287a70d 100644
--- a/translations/source/cs/desktop/source/deployment/unopkg.po
+++ b/translations/source/cs/desktop/source/deployment/unopkg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-04-08 23:39+0200\n"
-"Last-Translator: pawell <p.franc@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-20 23:18+0200\n"
+"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -29,7 +29,7 @@ msgstr "[Zadejte \"yes\" nebo \"no\"]:"
#: unopkg.src#RID_STR_UNOPKG_ACCEPT_LIC_4.string.text
msgid "Your input was not correct. Please enter \"yes\" or \"no\":"
-msgstr "Nesprávný vstup. Zadejte prosím \"yes\" nebo \"no\":"
+msgstr "Chybný vstup. Zadejte \"yes\" nebo \"no\":"
#: unopkg.src#RID_STR_UNOPKG_ACCEPT_LIC_YES.string.text
msgid "YES"
diff --git a/translations/source/cs/dictionaries/af_ZA.po b/translations/source/cs/dictionaries/af_ZA.po
index 5bdb5a8b030..72f3b99673d 100644
--- a/translations/source/cs/dictionaries/af_ZA.po
+++ b/translations/source/cs/dictionaries/af_ZA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-18 19:46+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/an_ES.po b/translations/source/cs/dictionaries/an_ES.po
index 8b7cadb8686..cbe03660a65 100644
--- a/translations/source/cs/dictionaries/an_ES.po
+++ b/translations/source/cs/dictionaries/an_ES.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fan_ES.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-17 21:45+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/ar.po b/translations/source/cs/dictionaries/ar.po
index f0661f5c22a..53d62d78ec2 100644
--- a/translations/source/cs/dictionaries/ar.po
+++ b/translations/source/cs/dictionaries/ar.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-17 21:48+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/be_BY.po b/translations/source/cs/dictionaries/be_BY.po
index f87132a4c14..c8831a0df9a 100644
--- a/translations/source/cs/dictionaries/be_BY.po
+++ b/translations/source/cs/dictionaries/be_BY.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-17 21:48+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/bg_BG.po b/translations/source/cs/dictionaries/bg_BG.po
index 8794ede0341..ef7ab1aa492 100644
--- a/translations/source/cs/dictionaries/bg_BG.po
+++ b/translations/source/cs/dictionaries/bg_BG.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-17 21:49+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/bn_BD.po b/translations/source/cs/dictionaries/bn_BD.po
index a09be57995c..aa7957755e0 100644
--- a/translations/source/cs/dictionaries/bn_BD.po
+++ b/translations/source/cs/dictionaries/bn_BD.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-17 21:49+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/br_FR.po b/translations/source/cs/dictionaries/br_FR.po
index 8a071415a4f..69b182b2bad 100644
--- a/translations/source/cs/dictionaries/br_FR.po
+++ b/translations/source/cs/dictionaries/br_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-17 21:51+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/ca.po b/translations/source/cs/dictionaries/ca.po
index ef3aa9dd1c0..3f4dc538698 100644
--- a/translations/source/cs/dictionaries/ca.po
+++ b/translations/source/cs/dictionaries/ca.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-17 21:52+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/cs_CZ.po b/translations/source/cs/dictionaries/cs_CZ.po
index 198915475c1..3625dad50d1 100644
--- a/translations/source/cs/dictionaries/cs_CZ.po
+++ b/translations/source/cs/dictionaries/cs_CZ.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-17 21:53+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/da_DK.po b/translations/source/cs/dictionaries/da_DK.po
index c7db8bd4d72..bd865776f05 100644
--- a/translations/source/cs/dictionaries/da_DK.po
+++ b/translations/source/cs/dictionaries/da_DK.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-17 21:53+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/de.po b/translations/source/cs/dictionaries/de.po
index 44022b2eb05..6a8cff5b1f3 100644
--- a/translations/source/cs/dictionaries/de.po
+++ b/translations/source/cs/dictionaries/de.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-17 21:54+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/el_GR.po b/translations/source/cs/dictionaries/el_GR.po
index 3e86ad31c73..85331871500 100644
--- a/translations/source/cs/dictionaries/el_GR.po
+++ b/translations/source/cs/dictionaries/el_GR.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-17 21:54+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/en.po b/translations/source/cs/dictionaries/en.po
index 338fe40d912..9526e035ac3 100644
--- a/translations/source/cs/dictionaries/en.po
+++ b/translations/source/cs/dictionaries/en.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-17 21:55+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/en/dialog.po b/translations/source/cs/dictionaries/en/dialog.po
index bea9513b013..ad23509e1d4 100644
--- a/translations/source/cs/dictionaries/en/dialog.po
+++ b/translations/source/cs/dictionaries/en/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-23 15:19+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/es_ES.po b/translations/source/cs/dictionaries/es_ES.po
index 50fd4728ea0..9bc6587294c 100644
--- a/translations/source/cs/dictionaries/es_ES.po
+++ b/translations/source/cs/dictionaries/es_ES.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-17 22:32+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/et_EE.po b/translations/source/cs/dictionaries/et_EE.po
index 7fb4f92a729..f0298886933 100644
--- a/translations/source/cs/dictionaries/et_EE.po
+++ b/translations/source/cs/dictionaries/et_EE.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-17 22:32+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/fr_FR.po b/translations/source/cs/dictionaries/fr_FR.po
index 11f5fb459a0..3c160448342 100644
--- a/translations/source/cs/dictionaries/fr_FR.po
+++ b/translations/source/cs/dictionaries/fr_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-17 22:33+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/gd_GB.po b/translations/source/cs/dictionaries/gd_GB.po
index 45fd857b7b3..f390ae7e159 100644
--- a/translations/source/cs/dictionaries/gd_GB.po
+++ b/translations/source/cs/dictionaries/gd_GB.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-17 22:35+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/gl.po b/translations/source/cs/dictionaries/gl.po
index cc61e653bbc..f232f68df72 100644
--- a/translations/source/cs/dictionaries/gl.po
+++ b/translations/source/cs/dictionaries/gl.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-17 22:36+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/gu_IN.po b/translations/source/cs/dictionaries/gu_IN.po
index e219b31f06d..9cff6195698 100644
--- a/translations/source/cs/dictionaries/gu_IN.po
+++ b/translations/source/cs/dictionaries/gu_IN.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-17 22:37+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/he_IL.po b/translations/source/cs/dictionaries/he_IL.po
index c686a2b26d6..c96c2649f50 100644
--- a/translations/source/cs/dictionaries/he_IL.po
+++ b/translations/source/cs/dictionaries/he_IL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-17 22:37+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/hi_IN.po b/translations/source/cs/dictionaries/hi_IN.po
index a6ff2c2f3e0..cf3d9753fa8 100644
--- a/translations/source/cs/dictionaries/hi_IN.po
+++ b/translations/source/cs/dictionaries/hi_IN.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-17 22:38+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/hr_HR.po b/translations/source/cs/dictionaries/hr_HR.po
index eebe1fa9c8e..ee8eb0002fc 100644
--- a/translations/source/cs/dictionaries/hr_HR.po
+++ b/translations/source/cs/dictionaries/hr_HR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-17 22:38+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/hu_HU.po b/translations/source/cs/dictionaries/hu_HU.po
index f2e68e17684..aacbd378a0b 100644
--- a/translations/source/cs/dictionaries/hu_HU.po
+++ b/translations/source/cs/dictionaries/hu_HU.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-17 22:39+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/hu_HU/dialog.po b/translations/source/cs/dictionaries/hu_HU/dialog.po
index 14b26a845ab..5d2d6210b8d 100644
--- a/translations/source/cs/dictionaries/hu_HU/dialog.po
+++ b/translations/source/cs/dictionaries/hu_HU/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+dictionaries%2Fhu_HU%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-22 11:47+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
diff --git a/translations/source/cs/dictionaries/it_IT.po b/translations/source/cs/dictionaries/it_IT.po
index 3bf7e09933f..357fa438277 100644
--- a/translations/source/cs/dictionaries/it_IT.po
+++ b/translations/source/cs/dictionaries/it_IT.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-18 19:43+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/ku_TR.po b/translations/source/cs/dictionaries/ku_TR.po
index 40902fe2285..61a01e6e18a 100644
--- a/translations/source/cs/dictionaries/ku_TR.po
+++ b/translations/source/cs/dictionaries/ku_TR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-18 19:48+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/lt_LT.po b/translations/source/cs/dictionaries/lt_LT.po
index e8e3a7067d4..86375d6710d 100644
--- a/translations/source/cs/dictionaries/lt_LT.po
+++ b/translations/source/cs/dictionaries/lt_LT.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-18 19:50+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/lv_LV.po b/translations/source/cs/dictionaries/lv_LV.po
index ab784cfd0da..077d75d4cb9 100644
--- a/translations/source/cs/dictionaries/lv_LV.po
+++ b/translations/source/cs/dictionaries/lv_LV.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-18 19:51+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/ne_NP.po b/translations/source/cs/dictionaries/ne_NP.po
index b34b0ac6190..0dc1a9e7b1b 100644
--- a/translations/source/cs/dictionaries/ne_NP.po
+++ b/translations/source/cs/dictionaries/ne_NP.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-18 19:52+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/nl_NL.po b/translations/source/cs/dictionaries/nl_NL.po
index aa5190e6069..8d3c1ef94e7 100644
--- a/translations/source/cs/dictionaries/nl_NL.po
+++ b/translations/source/cs/dictionaries/nl_NL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-18 19:52+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/no.po b/translations/source/cs/dictionaries/no.po
index b2dd666acbd..ab34c8cde3e 100644
--- a/translations/source/cs/dictionaries/no.po
+++ b/translations/source/cs/dictionaries/no.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-18 20:10+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/oc_FR.po b/translations/source/cs/dictionaries/oc_FR.po
index 70109a433b9..f94aac02f90 100644
--- a/translations/source/cs/dictionaries/oc_FR.po
+++ b/translations/source/cs/dictionaries/oc_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-18 20:20+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/pl_PL.po b/translations/source/cs/dictionaries/pl_PL.po
index d377eb8aeb4..0172cd4a4a1 100644
--- a/translations/source/cs/dictionaries/pl_PL.po
+++ b/translations/source/cs/dictionaries/pl_PL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-18 20:20+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/pt_BR.po b/translations/source/cs/dictionaries/pt_BR.po
index 7b73d4dc982..0ef15c3cebe 100644
--- a/translations/source/cs/dictionaries/pt_BR.po
+++ b/translations/source/cs/dictionaries/pt_BR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-18 20:35+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/pt_PT.po b/translations/source/cs/dictionaries/pt_PT.po
index 9c94fbb080c..4862d6527f0 100644
--- a/translations/source/cs/dictionaries/pt_PT.po
+++ b/translations/source/cs/dictionaries/pt_PT.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-18 20:37+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/ro.po b/translations/source/cs/dictionaries/ro.po
index c04d771eb10..d9e4b638b02 100644
--- a/translations/source/cs/dictionaries/ro.po
+++ b/translations/source/cs/dictionaries/ro.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-18 20:38+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/ru_RU.po b/translations/source/cs/dictionaries/ru_RU.po
index 6ab2a7db33a..ac58becc3d6 100644
--- a/translations/source/cs/dictionaries/ru_RU.po
+++ b/translations/source/cs/dictionaries/ru_RU.po
@@ -3,16 +3,16 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-16 20:57+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/cs/dictionaries/ru_RU/dialog.po b/translations/source/cs/dictionaries/ru_RU/dialog.po
index e65d8a6b1e2..68d51652a19 100644
--- a/translations/source/cs/dictionaries/ru_RU/dialog.po
+++ b/translations/source/cs/dictionaries/ru_RU/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+dictionaries%2Fru_RU%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-16 20:58+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
diff --git a/translations/source/cs/dictionaries/si_LK.po b/translations/source/cs/dictionaries/si_LK.po
index d61caed3980..687e93773d5 100644
--- a/translations/source/cs/dictionaries/si_LK.po
+++ b/translations/source/cs/dictionaries/si_LK.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fsi_LK.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-18 20:39+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/sk_SK.po b/translations/source/cs/dictionaries/sk_SK.po
index d868ec8797e..0d5775ec9e2 100644
--- a/translations/source/cs/dictionaries/sk_SK.po
+++ b/translations/source/cs/dictionaries/sk_SK.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-18 20:40+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/sl_SI.po b/translations/source/cs/dictionaries/sl_SI.po
index c3909d393aa..0b975792af2 100644
--- a/translations/source/cs/dictionaries/sl_SI.po
+++ b/translations/source/cs/dictionaries/sl_SI.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-18 20:40+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/sr.po b/translations/source/cs/dictionaries/sr.po
index 0d413803a84..aaf7f42743d 100644
--- a/translations/source/cs/dictionaries/sr.po
+++ b/translations/source/cs/dictionaries/sr.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-18 20:41+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/sv_SE.po b/translations/source/cs/dictionaries/sv_SE.po
index 4af3682de36..73a4815e62e 100644
--- a/translations/source/cs/dictionaries/sv_SE.po
+++ b/translations/source/cs/dictionaries/sv_SE.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-18 20:42+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/sw_TZ.po b/translations/source/cs/dictionaries/sw_TZ.po
index 96989e1332a..ea11921dd23 100644
--- a/translations/source/cs/dictionaries/sw_TZ.po
+++ b/translations/source/cs/dictionaries/sw_TZ.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-18 20:43+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/te_IN.po b/translations/source/cs/dictionaries/te_IN.po
index 59de41ac0ae..46d0702c37d 100644
--- a/translations/source/cs/dictionaries/te_IN.po
+++ b/translations/source/cs/dictionaries/te_IN.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-23 00:19+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/th_TH.po b/translations/source/cs/dictionaries/th_TH.po
index 01cae4345f7..4811a28380b 100644
--- a/translations/source/cs/dictionaries/th_TH.po
+++ b/translations/source/cs/dictionaries/th_TH.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-18 20:44+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/uk_UA.po b/translations/source/cs/dictionaries/uk_UA.po
index 9edd8e36b6d..9e7dbf2e890 100644
--- a/translations/source/cs/dictionaries/uk_UA.po
+++ b/translations/source/cs/dictionaries/uk_UA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-18 20:45+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/vi.po b/translations/source/cs/dictionaries/vi.po
index 45415ac357f..6e991f888dd 100644
--- a/translations/source/cs/dictionaries/vi.po
+++ b/translations/source/cs/dictionaries/vi.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-18 20:45+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/dictionaries/zu_ZA.po b/translations/source/cs/dictionaries/zu_ZA.po
index 5ff8edd933e..a39f28accb7 100644
--- a/translations/source/cs/dictionaries/zu_ZA.po
+++ b/translations/source/cs/dictionaries/zu_ZA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-18 20:48+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/editeng/source/accessibility.po b/translations/source/cs/editeng/source/accessibility.po
index a891ffcf606..8d09c79f674 100644
--- a/translations/source/cs/editeng/source/accessibility.po
+++ b/translations/source/cs/editeng/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:28+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/editeng/source/editeng.po b/translations/source/cs/editeng/source/editeng.po
index 935f4e4e8e9..382d07c01cf 100644
--- a/translations/source/cs/editeng/source/editeng.po
+++ b/translations/source/cs/editeng/source/editeng.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-23 15:22+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/editeng/source/items.po b/translations/source/cs/editeng/source/items.po
index 252897681f1..e17e5dee54c 100644
--- a/translations/source/cs/editeng/source/items.po
+++ b/translations/source/cs/editeng/source/items.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+editeng%2Fsource%2Fitems.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-02-18 21:47+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/editeng/source/misc.po b/translations/source/cs/editeng/source/misc.po
index 523946518f7..d0b2178693d 100644
--- a/translations/source/cs/editeng/source/misc.po
+++ b/translations/source/cs/editeng/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-20 00:16+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-20 23:20+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -28,8 +28,8 @@ msgid ""
"No thesaurus is available for the selected language. \n"
"Please check your installation and install the desired language\n"
msgstr ""
-"Pro zvolený jazyk není k dispozici slovník synonym.\n"
-"Nainstalujte prosím požadovaný jazyk\n"
+"Slovník synonym není pro zvolený jazyk k dispozici.\n"
+"Zkontrolujte vaši instalaci a nainstalujte požadovaný jazyk\n"
#: lingu.src#RID_SVXSTR_DIC_ERR_UNKNOWN.string.text
msgid ""
diff --git a/translations/source/cs/editeng/source/outliner.po b/translations/source/cs/editeng/source/outliner.po
index f3e4f808a81..b7a04c289c2 100644
--- a/translations/source/cs/editeng/source/outliner.po
+++ b/translations/source/cs/editeng/source/outliner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 13:28+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/extensions/source/abpilot.po b/translations/source/cs/extensions/source/abpilot.po
index 34b694e64cd..a0d98631278 100644
--- a/translations/source/cs/extensions/source/abpilot.po
+++ b/translations/source/cs/extensions/source/abpilot.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+extensions%2Fsource%2Fabpilot.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-30 23:46+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-20 23:24+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: abspilot.src#RID_DLG_ADDRESSBOOKSOURCEPILOT.STR_SELECT_ABTYPE.string.text
@@ -52,7 +52,7 @@ msgstr ""
#: abspilot.src#RID_PAGE_SELECTABTYPE.FL_TYPE.fixedline.text
msgid "Please select the type of your external address book:"
-msgstr "Zvolte si prosím typ externího adresáře:"
+msgstr "Zvolte typ externího adresáře:"
#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_EVOLUTION.radiobutton.text
msgid "Evolution"
@@ -118,7 +118,7 @@ msgid ""
"Before you proceed, please check the settings made, or (on the previous page) choose another address data source type."
msgstr ""
"Nepodařilo se navázat spojení se zdrojem dat.\n"
-"Než budete pokračovat, překontrolujte prosím, zda jsou nastavení na této a předchozí straně správná, případně zvolte jiný typ zdroje dat."
+"Než budete pokračovat, zkontrolujte nastavení, nebo (na předchozí stránce) zvolte jiný typ zdroje dat."
#: abspilot.src#RID_PAGE_TABLESELECTION_AB.FL_TOOMUCHTABLES.fixedtext.text
msgid ""
@@ -126,7 +126,7 @@ msgid ""
"Please select the one you mainly want to work with:"
msgstr ""
"Externí zdroj dat, který jste zvolili, obsahuje více adresářů.\n"
-"Zvolte prosím ten, se kterým budete pracovat nejčastěji:"
+"Zvolte ten, se kterým budete pracovat nejčastěji:"
#: abspilot.src#RID_PAGE_FIELDMAPPING.FT_FIELDASSIGMENTEXPL.fixedtext.text
msgid ""
@@ -179,7 +179,7 @@ msgstr "Jiný zdroj dat již používá tento název. Jelikož zdroje dat musí
#: abspilot.src#RID_ERR_NEEDTYPESELECTION.errorbox.text
msgid "Please select a type of address book."
-msgstr "Zvolte prosím typ adresáře."
+msgstr "Zvolte typ adresáře."
#: abspilot.src#RID_QRY_NOTABLES.querybox.text
msgid ""
@@ -211,7 +211,7 @@ msgstr "Spojení nelze navázat."
#: abspilot.src#RID_STR_PLEASECHECKSETTINGS.string.text
msgid "Please check the settings made for the data source."
-msgstr "Zkontrolujte prosím nastavení provedená pro zdroj dat."
+msgstr "Zkontrolujte nastavení zdroje dat."
#: abspilot.src#RID_STR_FIELDDIALOGTITLE.string.text
msgid "Address Data - Field Assignment"
diff --git a/translations/source/cs/extensions/source/bibliography.po b/translations/source/cs/extensions/source/bibliography.po
index 61976ae1774..edb8b4772d8 100644
--- a/translations/source/cs/extensions/source/bibliography.po
+++ b/translations/source/cs/extensions/source/bibliography.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+extensions%2Fsource%2Fbibliography.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-29 23:00+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/extensions/source/dbpilots.po b/translations/source/cs/extensions/source/dbpilots.po
index 64cbaf0bd63..2b0c90b4b05 100644
--- a/translations/source/cs/extensions/source/dbpilots.po
+++ b/translations/source/cs/extensions/source/dbpilots.po
@@ -3,21 +3,21 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-07 21:34+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-25 14:55+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: dbpilots.src#RID_DLG_GROUPBOXWIZARD.modaldialog.text
msgid "Group Element Wizard"
-msgstr "Průvodce prvkem skupiny"
+msgstr "Průvodce prvkem seskupení"
#: dbpilots.src#RID_DLG_GRIDWIZARD.modaldialog.text
msgid "Table Element Wizard"
diff --git a/translations/source/cs/extensions/source/propctrlr.po b/translations/source/cs/extensions/source/propctrlr.po
index 386ee94bd59..73552f369fb 100644
--- a/translations/source/cs/extensions/source/propctrlr.po
+++ b/translations/source/cs/extensions/source/propctrlr.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-23 23:17+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-03-03 11:43+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
@@ -152,7 +152,7 @@ msgstr "Seznam"
#: pcrmiscres.src#RID_STR_PROPTITLE_COMBOBOX.string.text
msgid "Combo Box"
-msgstr "Kombinované pole"
+msgstr "Pole se seznamem"
#: pcrmiscres.src#RID_STR_PROPTITLE_IMAGEBUTTON.string.text
msgid "Image Button"
@@ -421,7 +421,7 @@ msgstr "Název"
#: formres.src#RID_STR_GROUP_NAME.string.text
msgid "Group name"
-msgstr "Jméno skupiny"
+msgstr "Název skupiny"
#: formres.src#RID_STR_TABINDEX.string.text
msgid "Tab order"
@@ -896,7 +896,7 @@ msgstr "Více"
#: formres.src#RID_RSC_ENUM_SELECTION_TYPE.4.string.text
msgid "Range"
-msgstr "Rozsah"
+msgstr "Oblast"
#: formres.src#RID_STR_EVT_APPROVEPARAMETER.string.text
msgid "Fill parameters"
@@ -1165,15 +1165,15 @@ msgstr "Text"
#: formres.src#RID_STR_BOUND_CELL.string.text
msgid "Linked cell"
-msgstr "Spojená buňka"
+msgstr "Propojená buňka"
#: formres.src#RID_STR_LIST_CELL_RANGE.string.text
msgid "Source cell range"
-msgstr "Rozsah zdrojové buňky"
+msgstr "Oblast zdrojových buněk"
#: formres.src#RID_STR_CELL_EXCHANGE_TYPE.string.text
msgid "Contents of the linked cell"
-msgstr "Obsah spojené buňky"
+msgstr "Obsah propojené buňky"
#: formres.src#RID_RSC_ENUM_CELL_EXCHANGE_TYPE.1.string.text
msgid "The selected entry"
diff --git a/translations/source/cs/extensions/source/scanner.po b/translations/source/cs/extensions/source/scanner.po
index d56a08a0ff9..947163d3280 100644
--- a/translations/source/cs/extensions/source/scanner.po
+++ b/translations/source/cs/extensions/source/scanner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-18 21:34+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/extensions/source/update/check.po b/translations/source/cs/extensions/source/update/check.po
index 5a098eeb28b..edf017e72e7 100644
--- a/translations/source/cs/extensions/source/update/check.po
+++ b/translations/source/cs/extensions/source/update/check.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+extensions%2Fsource%2Fupdate%2Fcheck.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-30 17:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-20 23:26+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: updatehdl.src#RID_UPDATE_STR_CHECKING.string.text
@@ -109,11 +109,11 @@ msgstr "Instalovat později"
#: updatehdl.src#RID_UPDATE_STR_INSTALL_ERROR.string.text
msgid "Could not run the installer application, please run %FILE_NAME in %DOWNLOAD_PATH manually."
-msgstr "Nelze spustit instalátor, spusťte prosím ručně soubor %FILE_NAME v adresáři %DOWNLOAD_PATH."
+msgstr "Instalátor nelze spustit, spusťte soubor %FILE_NAME v adresáři %DOWNLOAD_PATH ručně."
#: updatehdl.src#RID_UPDATE_STR_OVERWRITE_WARNING.string.text
msgid "A file with that name already exists! Do you want to overwrite the existing file?"
-msgstr "Soubor stejného jména již existuje! Chcete přepsat existující soubor?"
+msgstr "Soubor s tímto názvem již existuje! Chcete existující soubor přepsat?"
#: updatehdl.src#RID_UPDATE_STR_RELOAD_WARNING.string.text
msgid "A file with the name '%FILENAME' already exists in '%DOWNLOAD_PATH'! Do you want to continue with the download or delete and reload the file?"
diff --git a/translations/source/cs/filter/source/config/fragments/filters.po b/translations/source/cs/filter/source/config/fragments/filters.po
index 6d55fb9d187..f703246ab12 100644
--- a/translations/source/cs/filter/source/config/fragments/filters.po
+++ b/translations/source/cs/filter/source/config/fragments/filters.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%2Ffilters.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-26 22:39+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/filter/source/config/fragments/internalgraphicfilters.po b/translations/source/cs/filter/source/config/fragments/internalgraphicfilters.po
index 60b153690c5..c78b20215e8 100644
--- a/translations/source/cs/filter/source/config/fragments/internalgraphicfilters.po
+++ b/translations/source/cs/filter/source/config/fragments/internalgraphicfilters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:28+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/filter/source/config/fragments/types.po b/translations/source/cs/filter/source/config/fragments/types.po
index fd69e6c5a22..7e5c048135a 100644
--- a/translations/source/cs/filter/source/config/fragments/types.po
+++ b/translations/source/cs/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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-26 22:30+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: StarBase.xcu#StarBase.UIName.value.text
diff --git a/translations/source/cs/filter/source/flash.po b/translations/source/cs/filter/source/flash.po
index 4cd56171ab2..c3669a51c69 100644
--- a/translations/source/cs/filter/source/flash.po
+++ b/translations/source/cs/filter/source/flash.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 22:00+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/filter/source/graphicfilter/eps.po b/translations/source/cs/filter/source/graphicfilter/eps.po
index a5935ed6639..2e026f5c3d7 100644
--- a/translations/source/cs/filter/source/graphicfilter/eps.po
+++ b/translations/source/cs/filter/source/graphicfilter/eps.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-12-15 22:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-20 21:23+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -21,4 +21,4 @@ msgid ""
"as some are at a higher level!"
msgstr ""
"Varování: Ne všechny importované EPS obrázky bylo možné uložit jako Level 1,\n"
-"protože využívají funkce vyšších úrovní."
+"protože využívají funkce vyšších úrovní!"
diff --git a/translations/source/cs/filter/source/pdf.po b/translations/source/cs/filter/source/pdf.po
index 9b6f70be477..6b07fd1dc05 100644
--- a/translations/source/cs/filter/source/pdf.po
+++ b/translations/source/cs/filter/source/pdf.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%2Fpdf.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-28 13:21+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-20 21:43+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: pdf.src#PDF_PROGRESS_BAR.string.text
@@ -103,7 +103,7 @@ msgstr "Formát odeslání"
#: impdialog.src#CB_ALLOWDUPLICATEFIELDNAMES.checkbox.text
msgid "Allow duplicate field ~names"
-msgstr "Povolit shodná jména polí"
+msgstr "Povolit shodné názvy polí"
#: impdialog.src#CB_EXPORTBOOKMARKS.checkbox.text
msgid "Export ~bookmarks"
@@ -454,7 +454,7 @@ msgstr "Konflikt verzí PDF"
#: impdialog.src#RID_PDF_ERROR_DLG.STR_WARN_TRANSP_VERSION.string.text
msgid "Transparency is not supported in PDF versions earlier than PDF 1.4. A transparent object was painted opaque instead"
-msgstr "Průhlednost není podporována ve verzích před PDF 1.4. Průhledný objekt byl vykreslen jako neprůhledný."
+msgstr "Průhlednost není ve verzích starších než PDF 1.4 podporována. Průhledný objekt byl vykreslen jako neprůhledný."
#: impdialog.src#RID_PDF_ERROR_DLG.STR_WARN_FORMACTION_PDFA_SHORT.string.text
msgid "PDF/A form action"
diff --git a/translations/source/cs/filter/source/t602.po b/translations/source/cs/filter/source/t602.po
index 3d2c214cc25..05061d538ba 100644
--- a/translations/source/cs/filter/source/t602.po
+++ b/translations/source/cs/filter/source/t602.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%2Ft602.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-16 20:58+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/filter/source/xsltdialog.po b/translations/source/cs/filter/source/xsltdialog.po
index 0dceffe8c2a..6b70e900139 100644
--- a/translations/source/cs/filter/source/xsltdialog.po
+++ b/translations/source/cs/filter/source/xsltdialog.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%2Fxsltdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2012-01-29 16:29+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-20 23:28+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: xmlfilterdialogstrings.src#STR_COLUMN_HEADER_NAME.string.text
@@ -45,27 +45,27 @@ msgstr "Opravdu chcete smazat XML filtr '%s'? Tato akce je nevratná."
#: xmlfilterdialogstrings.src#STR_ERROR_FILTER_NAME_EXISTS.string.text
msgid "An XML filter with the name '%s' already exists. Please enter a different name."
-msgstr "XML filtr '%s' již existuje. Zadejte prosím jiný název."
+msgstr "XML filtr s názvem '%s' již existuje. Zadejte jiný název."
#: xmlfilterdialogstrings.src#STR_ERROR_TYPE_NAME_EXISTS.string.text
msgid "The name for the user interface '%s1' is already used by the XML filter '%s2'. Please enter a different name."
-msgstr "Název uživatelského rozhraní '%s1' je již používán XML filtrem '%s2'. Zadejte prosím jiný název."
+msgstr "Název uživatelského rozhraní '%s1' je již používán XML filtrem '%s2'. Zadejte jiný název."
#: xmlfilterdialogstrings.src#STR_ERROR_DTD_NOT_FOUND.string.text
msgid "The DTD could not be found. Please enter a valid path."
-msgstr "DTD nebylo nalezeno. Zadejte prosím platnou cestu."
+msgstr "DTD nebylo nalezeno. Zadejte platnou cestu."
#: xmlfilterdialogstrings.src#STR_ERROR_EXPORT_XSLT_NOT_FOUND.string.text
msgid "The XSLT for export cannot be found. Please enter a valid path."
-msgstr "XSLT pro export nebylo nalezeno. Zadejte prosím platnou cestu."
+msgstr "XSLT pro export nebylo nalezeno. Zadejte platnou cestu."
#: xmlfilterdialogstrings.src#STR_ERROR_IMPORT_XSLT_NOT_FOUND.string.text
msgid "The XSLT for import cannot be found. Please enter a valid path."
-msgstr "XSLT pro import nebylo nalezeno. Zadejte prosím platnou cestu."
+msgstr "XSLT pro import nebylo nalezeno. Zadejte platnou cestu."
#: xmlfilterdialogstrings.src#STR_ERROR_IMPORT_TEMPLATE_NOT_FOUND.string.text
msgid "The given import template cannot be found. Please enter a valid path."
-msgstr "Zadaná importní šablona nebyla nalezena. Zadejte prosím platnou cestu."
+msgstr "Zadaná importní šablona nebyla nalezena. Zadejte platnou cestu."
#: xmlfilterdialogstrings.src#STR_NOT_SPECIFIED.string.text
msgid "Not specified"
diff --git a/translations/source/cs/forms/source/resource.po b/translations/source/cs/forms/source/resource.po
index 54783b168a3..fcfc40e2960 100644
--- a/translations/source/cs/forms/source/resource.po
+++ b/translations/source/cs/forms/source/resource.po
@@ -3,21 +3,21 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2012-02-18 21:49+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-21 23:46+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: xforms.src#RID_STR_XFORMS_NO_BINDING_EXPRESSION.string.text
msgid "Please enter a binding expression."
-msgstr "Zadejte prosím výraz pro vazbu."
+msgstr "Zadejte výraz pro vazbu."
#: xforms.src#RID_STR_XFORMS_INVALID_BINDING_EXPRESSION.string.text
msgid "This is an invalid binding expression."
@@ -161,11 +161,11 @@ msgstr "nahrazeno"
#: strings.src#RID_STR_CONTROL_SUBSTITUTED_EPXPLAIN.string.text
msgid "An error occurred while this control was being loaded. It was therefore replaced with a placeholder."
-msgstr "Nastala chyba při načítání tohoto ovládacího prvku, který byl tudíž nahrazen pouze zástupkou."
+msgstr "Při načítání tohoto ovládacího prvku došlo k chybě, byl proto nahrazen zástupným znakem."
#: strings.src#RID_STR_READERROR.string.text
msgid "Error reading data from database"
-msgstr "Chyba při čtení dat z databáze"
+msgstr "Při čtení dat z databáze došlo k chybě"
#: strings.src#RID_STR_CONNECTERROR.string.text
msgid "Connection failed"
@@ -181,19 +181,19 @@ msgstr "Datový obsah nemohl být obnoven."
#: strings.src#RID_STR_ERR_INSERTRECORD.string.text
msgid "Error inserting the new record"
-msgstr "Chyba při vkládání nového záznamu"
+msgstr "Při vkládání nového záznamu došlo k chybě"
#: strings.src#RID_STR_ERR_UPDATERECORD.string.text
msgid "Error updating the current record"
-msgstr "Chyba při aktualizaci stávajícího záznamu"
+msgstr "Při aktualizaci stávajícího záznamu došlo k chybě"
#: strings.src#RID_STR_ERR_DELETERECORD.string.text
msgid "Error deleting the current record"
-msgstr "Chyba při odstraňování stávajícího záznamu"
+msgstr "Při odstraňování stávajícího záznamu došlo k chybě"
#: strings.src#RID_STR_ERR_DELETERECORDS.string.text
msgid "Error deleting the specified records"
-msgstr "Chyba při odstraňování uvedených záznamů"
+msgstr "Při odstraňování uvedených záznamů došlo k chybě"
#: strings.src#RID_STR_NEED_NON_NULL_OBJECT.string.text
msgid "The object cannot be NULL."
diff --git a/translations/source/cs/formula/source/core/resource.po b/translations/source/cs/formula/source/core/resource.po
index d8941599de2..26173527849 100644
--- a/translations/source/cs/formula/source/core/resource.po
+++ b/translations/source/cs/formula/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-17 09:49+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/formula/source/ui/dlg.po b/translations/source/cs/formula/source/ui/dlg.po
index 47fd796113f..c04fecdc8a3 100644
--- a/translations/source/cs/formula/source/ui/dlg.po
+++ b/translations/source/cs/formula/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:28+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/fpicker/source/office.po b/translations/source/cs/fpicker/source/office.po
index 863444048cd..b39cd8206ee 100644
--- a/translations/source/cs/fpicker/source/office.po
+++ b/translations/source/cs/fpicker/source/office.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+fpicker%2Fsource%2Foffice.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-29 19:36+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/framework/source/classes.po b/translations/source/cs/framework/source/classes.po
index 206686365a6..f1e112628da 100644
--- a/translations/source/cs/framework/source/classes.po
+++ b/translations/source/cs/framework/source/classes.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-02-06 20:44+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-25 16:35+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
@@ -45,11 +45,11 @@ msgstr "Přizpůsobit lištu..."
#: resource.src#POPUPMENU_TOOLBAR_QUICKCUSTOMIZATION.MENUITEM_TOOLBAR_DOCKTOOLBAR.menuitem.text
msgid "~Dock Toolbar"
-msgstr "Dokovat lištu"
+msgstr "Ukotvit lištu"
#: resource.src#POPUPMENU_TOOLBAR_QUICKCUSTOMIZATION.MENUITEM_TOOLBAR_DOCKALLTOOLBAR.menuitem.text
msgid "Dock ~All Toolbars"
-msgstr "Dokovat všechny lišty"
+msgstr "Ukotvit všechny lišty"
#: resource.src#POPUPMENU_TOOLBAR_QUICKCUSTOMIZATION.MENUITEM_TOOLBAR_LOCKTOOLBARPOSITION.menuitem.text
msgid "~Lock Toolbar Position"
@@ -85,7 +85,7 @@ msgstr "1."
#: resource.src#DLG_LICENSE.FT_INFO2.fixedtext.text
msgid "View the complete License Agreement. Please use the scroll bar or the '%PAGEDOWN' button in this dialog to view the entire license text."
-msgstr "Přečtěte si celé licenční ujednání. Použijte prosím posuvnou lištu nebo tlačítko '%PAGEDOWN' v tomto dialogu pro přečtení celého textu licenčního ujednání."
+msgstr "Přečtěte si celé licenční ujednání. Pro přečtení celého textu licenčního ujednání použijte posuvník nebo tlačítko '%PAGEDOWN'."
#: resource.src#DLG_LICENSE.PB_PAGEDOWN.pushbutton.text
msgid "Scroll Down"
@@ -125,12 +125,12 @@ msgid ""
"Press the 'Retry' button after you have allocated more free disk space to retry saving the data.\n"
"\n"
msgstr ""
-"%PRODUCTNAME nemohl do následujícího umístění uložit kvůli nedostatku místa na disku důležité vnitřní informace:\n"
+"Z důvodu nedostatku místa na disku nemohl %PRODUCTNAME do následujícího umístění uložit důležité interní informace:\n"
"%PATH\n"
"\n"
"Neuvolníte-li více místa, další práce s %PRODUCTNAME nebude možná.\n"
"\n"
-"Jakmile uvolníte další místo na disku, klepněte prosím pro uložení dat na tlačítko 'Zkusit znovu'.\n"
+"Jakmile uvolníte další místo na disku, klikněte pro uložení dat na tlačítko 'Zkusit znovu'.\n"
"\n"
#: resource.src#STR_RESTORE_TOOLBARS.string.text
@@ -142,24 +142,24 @@ msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
"Please try to reinstall the application."
msgstr ""
-"Došlo k chybě při načítání nastavení uživatelského rozhraní. Aplikace bude ukončena.\n"
-"Přeinstalujte prosím aplikaci."
+"Při načítání nastavení uživatelského rozhraní došlo k chybě. Aplikace bude ukončena.\n"
+"Zkuste aplikaci přeinstalovat."
#: resource.src#STR_CORRUPT_UICFG_USER.string.text
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
"Please try to remove your user profile for the application."
msgstr ""
-"Došlo k chybě při načítání nastavení uživatelského rozhraní. Aplikace bude ukončena.\n"
-"Zkuste prosím odstranit svůj uživatelský profil aplikace."
+"Při načítání nastavení uživatelského rozhraní došlo k chybě. Aplikace bude ukončena.\n"
+"Zkuste odstranit svůj uživatelský profil aplikace."
#: resource.src#STR_CORRUPT_UICFG_GENERAL.string.text
msgid ""
"An error occurred while loading the user interface configuration data. The application will be terminated now.\n"
"Please try to remove your user profile for the application first or try to reinstall the application."
msgstr ""
-"Došlo k chybě při načítání nastavení uživatelského rozhraní. Aplikace bude ukončena.\n"
-"Zkuste prosím odstranit svůj uživatelský profil aplikace nebo přeinstalujte aplikaci."
+"Při načítání nastavení uživatelského rozhraní došlo k chybě. Aplikace bude ukončena.\n"
+"Zkuste odstranit svůj uživatelský profil aplikace nebo aplikaci přeinstalujte."
#: resource.src#STR_UNTITLED_DOCUMENT.string.text
msgid "Untitled"
diff --git a/translations/source/cs/framework/source/services.po b/translations/source/cs/framework/source/services.po
index 6790d6c17f9..9b64a9366d6 100644
--- a/translations/source/cs/framework/source/services.po
+++ b/translations/source/cs/framework/source/services.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:28+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/helpcontent2/source/text/sbasic/guide.po b/translations/source/cs/helpcontent2/source/text/sbasic/guide.po
index e422419864f..8be233e6292 100644
--- a/translations/source/cs/helpcontent2/source/text/sbasic/guide.po
+++ b/translations/source/cs/helpcontent2/source/text/sbasic/guide.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2012-02-16 23:18+0200\n"
"Last-Translator: Stanislav <stanislav.horacek@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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: translation.xhp#tit.help.text
diff --git a/translations/source/cs/helpcontent2/source/text/sbasic/shared.po b/translations/source/cs/helpcontent2/source/text/sbasic/shared.po
index 8f69240119f..4c28c92fca9 100644
--- a/translations/source/cs/helpcontent2/source/text/sbasic/shared.po
+++ b/translations/source/cs/helpcontent2/source/text/sbasic/shared.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
-"PO-Revision-Date: 2012-02-16 22:44+0200\n"
-"Last-Translator: Stanislav <stanislav.horacek@gmail.com>\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-03-01 20:54+0200\n"
+"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
@@ -1865,7 +1865,7 @@ msgstr "Pomocí příkazů <emph>GoTo</emph> a <emph>GoSub</emph> je možné vys
#: 03090101.xhp#par_id3153951.10.help.text
msgid "The following example enables you to enter the expiration date of a product, and determines if the expiration date has passed."
-msgstr "Následující příkaz vám umožní zadat datum trvanlivosti výrobku a určí, zda již toto datum proběhlo:"
+msgstr "Následující příklad vám umožní zadat datum konce trvanlivosti výrobku a určí, zda již toto datum bylo překročeno."
#: 03090101.xhp#hd_id3152576.11.help.text
msgctxt "03090101.xhp#hd_id3152576.11.help.text"
@@ -4790,7 +4790,7 @@ msgstr "Pouze pro čtení"
#: 01170101.xhp#par_id3155930.43.help.text
msgid "<ahelp hid=\".\">Select \"Yes\" to prevent the user from editing the value of the current control. The control is enabled and can be focussed but not modified.</ahelp>"
-msgstr "<ahelp hid=\".\">Výběrem \"Ano\" zabráníte uživateli upravovat hodnotu vybraného ovládacího prvku.</ahelp> Ovládací prvek je zapnut, lze jej aktivovat, ale nelze jej upravit."
+msgstr "<ahelp hid=\".\">Výběrem \"Ano\" zabráníte uživateli upravovat hodnotu vybraného ovládacího prvku. Ovládací prvek je zapnut, lze jej aktivovat, ale nelze jej upravit.</ahelp>"
#: 01170101.xhp#par_idN11112.help.text
msgid "Repeat"
@@ -6083,7 +6083,7 @@ msgstr "DIM a$"
#: 01020100.xhp#par_id3150982.132.help.text
msgctxt "01020100.xhp#par_id3150982.132.help.text"
msgid "Declares the variable \"a\" as a String"
-msgstr "Deklaruje proměnnou \"a\" jako datový typ String."
+msgstr "Deklaruje proměnnou \"a\" jako datový typ String"
#: 01020100.xhp#par_id3149531.20.help.text
msgid "DIM a As String"
@@ -6092,7 +6092,7 @@ msgstr "DIM a As String"
#: 01020100.xhp#par_id3150343.133.help.text
msgctxt "01020100.xhp#par_id3150343.133.help.text"
msgid "Declares the variable \"a\" as a String"
-msgstr "Deklaruje proměnnou \"a\" jako datový typ String."
+msgstr "Deklaruje proměnnou \"a\" jako datový typ String"
#: 01020100.xhp#par_id3149036.21.help.text
msgid "DIM a$, b As Integer"
@@ -6121,7 +6121,7 @@ msgstr "DIM a$"
#: 01020100.xhp#par_id3154527.134.help.text
msgid "Declares \"a\" as a String"
-msgstr "Deklaruje proměnnou \"a\" jako datový typ String."
+msgstr "Deklaruje proměnnou \"a\" jako datový typ String"
#: 01020100.xhp#par_id3148599.25.help.text
msgid "a=\"TestString\""
@@ -8111,7 +8111,7 @@ msgstr "Function Hex2Int( sHex As String ) As Long"
#: 03080801.xhp#par_id3149262.20.help.text
msgid "REM Returns a Long-Integer from a hexadecimal value."
-msgstr "REM Vrací celočíselnou hodnotu z šestnáctkové"
+msgstr "REM Vrátí šetnáctkovou hodnotu jako dlouhé celé číslo."
#: 03080801.xhp#par_id3148616.21.help.text
msgid "Hex2Int = clng( sHex )"
@@ -8128,7 +8128,7 @@ msgstr "Function Int2Hex( iLong As Long) As String"
#: 03080801.xhp#par_id3147215.25.help.text
msgid "REM Calculates a hexadecimal value in Integer."
-msgstr "REM Vypočte šestnáctkovou hodnotu celého čísla"
+msgstr "REM Vypočte šestnáctkovou hodnotu celého čísla."
#: 03080801.xhp#par_id3148575.26.help.text
msgid "Int2Hex = \"&H\" & Hex( iLong )"
@@ -8326,11 +8326,11 @@ msgstr "Příklady:"
#: 03104100.xhp#par_id3154347.8.help.text
msgid "Result = MyFunction(\"Here\", 1, \"There\") ' all arguments are passed."
-msgstr "Výsledek = MojeFunkce(\"Tady\", 1, \"Tam\") ' jsou předány všechny argumenty"
+msgstr "Výsledek = MojeFunkce(\"Tady\", 1, \"Tam\") ' jsou předány všechny argumenty."
#: 03104100.xhp#par_id3146795.9.help.text
msgid "Result = MyFunction(\"Test\", ,1) ' second argument is missing."
-msgstr "Výsledek = MojeFunkce(\"Test\", ,1) ' chybí druhý argument"
+msgstr "Výsledek = MojeFunkce(\"Test\", ,1) ' chybí druhý argument."
#: 03104100.xhp#par_id3153897.10.help.text
msgctxt "03104100.xhp#par_id3153897.10.help.text"
@@ -11585,7 +11585,7 @@ msgstr "<emph>Výraz1, Výraz2</emph>: Výrazy, které chcete použít jako vstu
#: 03060100.xhp#par_id3156215.8.help.text
msgid "Boolean expressions combined with AND only return the value <emph>True</emph> if both expressions evaluate to <emph>True</emph>:"
-msgstr "Booleovské výrazy násobené pomocí AND vrací hodnotu <emph>True</emph>, pouze pokud jsou oba výrazy <emph>True</emph>."
+msgstr "Booleovské výrazy násobené pomocí AND vrací hodnotu <emph>True</emph>, pouze pokud jsou oba výrazy <emph>True</emph>:"
#: 03060100.xhp#par_id3150870.9.help.text
msgid "<emph>True</emph> AND <emph>True</emph> returns <emph>True</emph>; for all other combinations the result is <emph>False</emph>."
@@ -11699,7 +11699,7 @@ msgstr "<link href=\"text/sbasic/shared/03090400.xhp\" name=\"Další příkazy\
#: 03090400.xhp#par_id3154923.2.help.text
msgid "Statements that do not belong to any of the other runtime categories are described here."
-msgstr "Zde najdete příkazy, které nepatří do žádné jiné kategorie:"
+msgstr "Příkazy, které nepatří do žádné z ostatních popisovaných kategorií."
#: 01030000.xhp#tit.help.text
msgid "Integrated Development Environment (IDE)"
@@ -12558,7 +12558,7 @@ msgstr "<emph>Number:</emph> Číselná podoba času, ze které se vrátí sekun
#: 03030204.xhp#par_id3125864.9.help.text
msgid "This function is the opposite of the <emph>TimeSerial </emph>function. It returns the seconds of a serial time value that is generated by the <emph>TimeSerial</emph> or <emph>TimeValue </emph>functions. For example, the expression:"
-msgstr "Tato funkce je opakem funkce <emph>TimeSerial</emph>. Vrací číselnou hodnotu představující sekundy z číselné časové hodnoty vygenerované funkcí <emph>TimeSerial</emph> nebo <emph>TimeValue</emph>. Například výraz"
+msgstr "Tato funkce je opakem funkce <emph>TimeSerial</emph>. Vrací číselnou hodnotu představující sekundy z číselné časové hodnoty vygenerované funkcí <emph>TimeSerial</emph> nebo <emph>TimeValue</emph>. Například výraz:"
#: 03030204.xhp#par_id3153951.10.help.text
msgid "Print Second(TimeSerial(12,30,41))"
@@ -13420,7 +13420,7 @@ msgstr "sText = InputBox(\"Zadejte krátkou větu:\")"
#: 03100100.xhp#par_id3155855.15.help.text
msgid "REM Proof if the word »and« appears in the sentence."
-msgstr "REM Zjistí, zda se ve větě vyskytuje »and«"
+msgstr "REM Zjistí, zda se ve větě vyskytuje »and«."
#: 03100100.xhp#par_id3146984.16.help.text
msgid "REM Instead of the command line"
diff --git a/translations/source/cs/helpcontent2/source/text/sbasic/shared/01.po b/translations/source/cs/helpcontent2/source/text/sbasic/shared/01.po
index 965f297ed0a..a9fd17749f9 100644
--- a/translations/source/cs/helpcontent2/source/text/sbasic/shared/01.po
+++ b/translations/source/cs/helpcontent2/source/text/sbasic/shared/01.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2012-02-09 21:25+0200\n"
"Last-Translator: Jindřich <khagaroth@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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 06130000.xhp#tit.help.text
diff --git a/translations/source/cs/helpcontent2/source/text/sbasic/shared/02.po b/translations/source/cs/helpcontent2/source/text/sbasic/shared/02.po
index 5076db42d03..8505f77ba6d 100644
--- a/translations/source/cs/helpcontent2/source/text/sbasic/shared/02.po
+++ b/translations/source/cs/helpcontent2/source/text/sbasic/shared/02.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-02-09 21:26+0200\n"
"Last-Translator: Jindřich <khagaroth@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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 11080000.xhp#tit.help.text
diff --git a/translations/source/cs/helpcontent2/source/text/scalc.po b/translations/source/cs/helpcontent2/source/text/scalc.po
index 63c297f3141..b6e4ca664d7 100644
--- a/translations/source/cs/helpcontent2/source/text/scalc.po
+++ b/translations/source/cs/helpcontent2/source/text/scalc.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+helpcontent2%2Fsource%2Ftext%2Fscalc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-07 22:18+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/cs/helpcontent2/source/text/scalc/00.po b/translations/source/cs/helpcontent2/source/text/scalc/00.po
index 276f73bb3ca..4c04d094979 100644
--- a/translations/source/cs/helpcontent2/source/text/scalc/00.po
+++ b/translations/source/cs/helpcontent2/source/text/scalc/00.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-02-09 21:49+0200\n"
"Last-Translator: Jindřich <khagaroth@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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 00000407.xhp#tit.help.text
diff --git a/translations/source/cs/helpcontent2/source/text/scalc/01.po b/translations/source/cs/helpcontent2/source/text/scalc/01.po
index 9c92c75f6e0..f0f02ee5470 100644
--- a/translations/source/cs/helpcontent2/source/text/scalc/01.po
+++ b/translations/source/cs/helpcontent2/source/text/scalc/01.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fscalc%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
-"PO-Revision-Date: 2012-02-16 00:47+0200\n"
-"Last-Translator: Stanislav <stanislav.horacek@gmail.com>\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-03-03 11:05+0200\n"
+"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
@@ -917,7 +917,6 @@ msgid "Arguments <emph>Height</emph> and <emph>Width</emph> must not lead to zer
msgstr "Argumenty <emph>Výška</emph> a <emph>Šířka</emph> nesmí vést k nulovému nebo zápornému počtu řádků a sloupců."
#: 04060109.xhp#par_idN1104B.help.text
-#, fuzzy
msgctxt "04060109.xhp#par_idN1104B.help.text"
msgid " <embedvar href=\"text/scalc/00/00000004.xhp#optional\"/> "
msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
@@ -1031,7 +1030,6 @@ msgid " <emph>Style2</emph> is the optional name of a cell style assi
msgstr ""
#: 04060109.xhp#par_idN111CA.help.text
-#, fuzzy
msgctxt "04060109.xhp#par_idN111CA.help.text"
msgid " <embedvar href=\"text/scalc/00/00000004.xhp#optional\"/> "
msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
@@ -1214,9 +1212,8 @@ msgid " <item type=\"input\">=Rows(B5)</item> returns 1 because a cel
msgstr ""
#: 04060109.xhp#par_id3150102.172.help.text
-#, fuzzy
msgid " <item type=\"input\">=ROWS(A10:B12)</item> returns 3."
-msgstr "<item type=\"input\">=IMABS(\"5+12j\")</item> vrátí 13."
+msgstr "<item type=\"input\">=ROWS(A10:B12)</item> vrátí 3."
#: 04060109.xhp#par_id3155143.213.help.text
msgid " <item type=\"input\">=ROWS(Rabbit)</item> returns 3 if \"Rabbit\" is the named area (C1:D3)."
@@ -3668,9 +3665,8 @@ msgid "Example"
msgstr "Příklad"
#: 04060182.xhp#par_id3145073.10.help.text
-#, fuzzy
msgid " <item type=\"input\">=FINV(0.5;5;10)</item> yields 0.93."
-msgstr "<item type=\"input\">=OR(A;B)</item> vrací TRUE"
+msgstr "<item type=\"input\">=FINV(0.5;5;10)</item> vrátí 0.93."
#: 04060182.xhp#bm_id3150888.help.text
msgid "<bookmark_value>FISHER function</bookmark_value>"
@@ -3704,9 +3700,8 @@ msgid "Example"
msgstr "Příklad"
#: 04060182.xhp#par_id3149383.18.help.text
-#, fuzzy
msgid " <item type=\"input\">=FISHER(0.5)</item> yields 0.55."
-msgstr "<item type=\"input\">=OR(A;B)</item> vrací TRUE"
+msgstr "<item type=\"input\">=FISHER(0.5)</item> vrátí 0.55."
#: 04060182.xhp#bm_id3155758.help.text
#, fuzzy
@@ -3740,9 +3735,8 @@ msgid "Example"
msgstr "Příklad"
#: 04060182.xhp#par_id3150432.26.help.text
-#, fuzzy
msgid " <item type=\"input\">=FISHERINV(0.5)</item> yields 0.46."
-msgstr "<item type=\"input\">=OR(A;B)</item> vrací TRUE"
+msgstr "<item type=\"input\">=FISHERINV(0.5)</item> vrátí 0.46."
#: 04060182.xhp#bm_id3151390.help.text
msgid "<bookmark_value>FTEST function</bookmark_value>"
@@ -3821,9 +3815,8 @@ msgid "Example"
msgstr "Příklad"
#: 04060182.xhp#par_id3150696.45.help.text
-#, fuzzy
msgid " <item type=\"input\">=FDIST(0.8;8;12)</item> yields 0.61."
-msgstr "<item type=\"input\">=OR(A;B)</item> vrací TRUE"
+msgstr "<item type=\"input\">=FDIST(0.8;8;12)</item> vrátí 0.61."
#: 04060182.xhp#bm_id0119200903223192.help.text
#, fuzzy
@@ -10692,7 +10685,7 @@ msgstr "Pro úrokovou sazbu 4,75%, počáteční vklad 25000 měnových jednotek
#: 04060119.xhp#bm_id3148912.help.text
msgid "<bookmark_value>calculating;linear depreciations</bookmark_value><bookmark_value>depreciations;linear</bookmark_value><bookmark_value>linear depreciations</bookmark_value><bookmark_value>straight-line depreciations</bookmark_value><bookmark_value>SLN function</bookmark_value>"
-msgstr "<bookmark_value>výpočet; lineární odpisy</bookmark_value><bookmark_value>odpisy; lineární</bookmark_value><bookmark_value>lineární odpisy</bookmark_value><bookmark_value>SLN</bookmark_value>"
+msgstr "<bookmark_value>výpočet;lineární odpisy</bookmark_value><bookmark_value>odpisy;lineární</bookmark_value><bookmark_value>lineární odpisy</bookmark_value><bookmark_value>funkce SLN</bookmark_value>"
#: 04060119.xhp#hd_id3148912.290.help.text
msgid "SLN"
@@ -10967,7 +10960,7 @@ msgstr "<item type=\"input\">=DOLLARFR(1.125;8)</item> převede na osminy. Výsl
#: 04060119.xhp#bm_id3154671.help.text
msgid "<bookmark_value>fractions; converting</bookmark_value><bookmark_value>converting;decimal fractions, into decimal numbers</bookmark_value><bookmark_value>DOLLARDE function</bookmark_value>"
-msgstr "<bookmark_value>zlomky; převod</bookmark_value><bookmark_value>DOLLARDE</bookmark_value>"
+msgstr "<bookmark_value>zlomky; převod</bookmark_value><bookmark_value>převod;desetinné zlomky na desetinná čísla</bookmark_value><bookmark_value>funkce DOLLARDE</bookmark_value>"
#: 04060119.xhp#hd_id3154671.199.help.text
msgid "DOLLARDE"
@@ -11010,7 +11003,7 @@ msgstr "<item type=\"input\">=DOLLARDE(1.1;8)</item> znamená 1 a 1/8. Vrátí 1
#: 04060119.xhp#bm_id3148974.help.text
msgid "<bookmark_value>calculating;modified internal rates of return</bookmark_value><bookmark_value>modified internal rates of return</bookmark_value><bookmark_value>MIRR function</bookmark_value><bookmark_value>internal rates of return;modified</bookmark_value>"
-msgstr "<bookmark_value>výpočet; modifikovaný vnitřní výnos</bookmark_value><bookmark_value>modifikovaný vnitřní výnos</bookmark_value><bookmark_value>MIRR</bookmark_value>"
+msgstr "<bookmark_value>výpočet;modifikovaný vnitřní výnos</bookmark_value><bookmark_value>modifikovaný vnitřní výnos</bookmark_value><bookmark_value>funkce MIRR</bookmark_value><bookmark_value>vnitřní výnos;modifikovaný</bookmark_value>"
#: 04060119.xhp#hd_id3148974.321.help.text
msgid "MIRR"
@@ -11052,7 +11045,7 @@ msgstr "Předpokládejme obsah buněk takto: A1 = <item type=\"input\">-5</item>
#: 04060119.xhp#bm_id3149323.help.text
msgid "<bookmark_value>YIELD function</bookmark_value><bookmark_value>rates of return;securities</bookmark_value><bookmark_value>yields, see also rates of return</bookmark_value>"
-msgstr "<bookmark_value>YIELD</bookmark_value><bookmark_value>výnos; cenné papíry</bookmark_value>"
+msgstr "<bookmark_value>funkce YIELD</bookmark_value><bookmark_value>výnosy;cenné papíry</bookmark_value><bookmark_value>výnosy, viz také výnosová míra</bookmark_value>"
#: 04060119.xhp#hd_id3149323.129.help.text
msgid "YIELD"
@@ -11961,9 +11954,8 @@ msgid "Center Area"
msgstr "Oblast uprostřed"
#: 02120100.xhp#par_id3163710.6.help.text
-#, fuzzy
msgid "<ahelp hid=\".\">Enter the text to be displayed at the center of the header or footer.</ahelp>"
-msgstr "<ahelp hid=\"HID_SC_HF_FLL\">Vložte text, který má být zobrazen v levé části záhlaví nebo zápatí.</ahelp>"
+msgstr "<ahelp hid=\".\">Vložte text, který má být zobrazen uprostřed záhlaví nebo zápatí.</ahelp>"
#: 02120100.xhp#hd_id3154942.7.help.text
msgid "Right Area"
@@ -13027,7 +13019,7 @@ msgstr "Seznam funkcí"
#: 04080000.xhp#bm_id3154126.help.text
msgid "<bookmark_value>formula list window</bookmark_value><bookmark_value>function list window</bookmark_value><bookmark_value>inserting functions; function list window</bookmark_value>"
-msgstr "<bookmark_value>seznam vzorců</bookmark_value><bookmark_value>seznam funkcí</bookmark_value><bookmark_value>vkládání funkcí; seznam funkcí</bookmark_value><bookmark_value>funkce; seznam</bookmark_value><bookmark_value>vzorce; seznam funkcí</bookmark_value>"
+msgstr "<bookmark_value>seznam vzorců</bookmark_value><bookmark_value>seznam funkcí</bookmark_value><bookmark_value>vkládání funkcí; seznam funkcí</bookmark_value>"
#: 04080000.xhp#hd_id3154126.1.help.text
msgid "<link href=\"text/scalc/01/04080000.xhp\" name=\"Function List\">Function List</link>"
@@ -13161,15 +13153,13 @@ msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELFORMULAS\">Deletes form
msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELFORMULAS\">Smaže vzorce. Formáty, texty, čísla, datové a časové hodnoty zůstávají beze změn.</ahelp>"
#: 02150000.xhp#hd_id3150300.15.help.text
-#, fuzzy
msgctxt "02150000.xhp#hd_id3150300.15.help.text"
msgid "Comments"
-msgstr "Komentář"
+msgstr "Komentáře"
#: 02150000.xhp#par_id3154658.16.help.text
-#, fuzzy
msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELNOTES\">Deletes comments added to cells. All other elements remain unchanged.</ahelp>"
-msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELATTRS\">Smaže formátovací atributy přidané k buňce. Všechny ostatní prvky zůstávají beze změn.</ahelp>"
+msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELNOTES\">Smaže komentáře přiřazené buňkám. Ostatní prvky zůstanou beze změn.</ahelp>"
#: 02150000.xhp#hd_id3155112.17.help.text
msgid "Formats"
@@ -13264,7 +13254,7 @@ msgstr "Navigátor"
#: 02110000.xhp#bm_id3150791.help.text
msgid "<bookmark_value>Navigator;for sheets</bookmark_value><bookmark_value>navigating;in spreadsheets</bookmark_value><bookmark_value>displaying; scenario names</bookmark_value><bookmark_value>scenarios;displaying names</bookmark_value>"
-msgstr "<bookmark_value>Navigátor;pro listy</bookmark_value><bookmark_value>navigace v sešitech</bookmark_value><bookmark_value>navigace; datový rozsah</bookmark_value><bookmark_value>zobrazení; jména scénářů</bookmark_value><bookmark_value>scénáře;zobrazení jmen</bookmark_value>"
+msgstr "<bookmark_value>Navigátor;pro listy</bookmark_value><bookmark_value>navigace;v sešitech</bookmark_value><bookmark_value>zobrazení; názvy scénářů</bookmark_value><bookmark_value>scénáře;zobrazení názvů</bookmark_value>"
#: 02110000.xhp#hd_id3150791.1.help.text
msgid "<link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navigator</link>"
@@ -15637,9 +15627,8 @@ msgid "Rows to repeat"
msgstr "Opakovat řádky"
#: 05080300.xhp#par_id3147426.8.help.text
-#, fuzzy
msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_AREAS:ED_REPEATROW\">Choose one or more rows to print on every page. In the right text box enter the row reference, for example, \"1\" or \"$1\" or \"$2:$3\".</ahelp> The list box displays <emph>-user defined-</emph>. You can also select <emph>-none-</emph> to remove a defined repeating row."
-msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_AREAS:ED_REPEATCOL\">Vyberte jeden nebo více sloupců, které budou vytištěny na každé straně. Do textového pole vpravo zadejte odkaz na sloupec, např. \"A\", \"AB\" nebo \"$C:$E\".</ahelp> Pole seznamu zobrazí <emph>-uživatelem definované-</emph>. Vyberte <emph>-žádný-</emph>, chcete-li odstranit opakující se sloupce na tištěných stranách."
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_AREAS:ED_REPEATROW\">Vyberte jeden nebo více řádků, které mají být vytištěny na každé straně. Do textového pole vpravo zadejte odkaz na řádky, např. \"1\", \"$1\" nebo \"$2:$3\".</ahelp> V seznamu bude zobrazeno <emph>-uživatelem definované-</emph>. Pro odstranění již definovaných opakujících se řádků také můžete vybrat položku <emph>-žádný-</emph>."
#: 05080300.xhp#par_id3155418.9.help.text
msgid "You can also define repeating rows by dragging the mouse in the spreadsheet, if the cursor is in the <emph>Rows to repeat</emph> text field in the dialog."
@@ -15651,7 +15640,7 @@ msgstr "Opakovat sloupce"
#: 05080300.xhp#par_id3155602.11.help.text
msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_AREAS:ED_REPEATCOL\">Choose one or more columns to print on every page. In the right text box enter the column reference, for example, \"A\" or \"AB\" or \"$C:$E\".</ahelp> The list box then displays <emph>-user defined-</emph>. You can also select <emph>-none-</emph> to remove a defined repeating column."
-msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_AREAS:ED_REPEATCOL\">Vyberte jeden nebo více sloupců, které budou vytištěny na každé straně. Do textového pole vpravo zadejte odkaz na sloupec, např. \"A\", \"AB\" nebo \"$C:$E\".</ahelp> Pole seznamu zobrazí <emph>-uživatelem definované-</emph>. Vyberte <emph>-žádný-</emph>, chcete-li odstranit opakující se sloupce na tištěných stranách."
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_AREAS:ED_REPEATCOL\">Vyberte jeden nebo více sloupců, které mají být vytištěny na každé straně. Do textového pole vpravo zadejte odkaz na sloupec, např. \"A\", \"AB\" nebo \"$C:$E\".</ahelp> V seznamu bude zobrazeno <emph>-uživatelem definované-</emph>. Pro odstranění již definovaných opakujících se sloupců také můžete vybrat položku <emph>-žádný-</emph>."
#: 05080300.xhp#par_id3150749.12.help.text
msgid "You can also define repeating columns by dragging the mouse in the spreadsheet, if the cursor is in the <emph>Columns to repeat</emph> text field in the dialog."
@@ -15944,9 +15933,8 @@ msgid "Value Highlighting"
msgstr "Zvýrazňování hodnot"
#: 03080000.xhp#bm_id3151384.help.text
-#, fuzzy
msgid "<bookmark_value>spreadsheets; value highlighting</bookmark_value><bookmark_value>values;highlighting</bookmark_value><bookmark_value>highlighting; values in sheets</bookmark_value><bookmark_value>colors;values</bookmark_value>"
-msgstr "<bookmark_value>sešity; zvýrazňování hodnot</bookmark_value><bookmark_value>hodnoty;zvýrazňování</bookmark_value><bookmark_value>zvýrazňování; hodnot v listech</bookmark_value>"
+msgstr "<bookmark_value>sešity; zvýrazňování hodnot</bookmark_value><bookmark_value>hodnoty;zvýrazňování</bookmark_value><bookmark_value>zvýrazňování; hodnoty v listech</bookmark_value><bookmark_value>barvy;hodnoty</bookmark_value>"
#: 03080000.xhp#hd_id3151384.help.text
msgid "<link href=\"text/scalc/01/03080000.xhp\" name=\"Value Highlighting\">Value Highlighting</link>"
@@ -15975,7 +15963,7 @@ msgstr "Doplňky pro programování v $[officename] Calc"
#: 04060112.xhp#bm_id3151076.help.text
msgid "<bookmark_value>programming; add-ins</bookmark_value><bookmark_value>shared libraries; programming</bookmark_value><bookmark_value>external DLL functions</bookmark_value><bookmark_value>functions; $[officename] Calc add-in DLL</bookmark_value><bookmark_value>add-ins; for programming</bookmark_value>"
-msgstr "<bookmark_value>programování; doplňky</bookmark_value><bookmark_value>sdílené knihovny; programování</bookmark_value><bookmark_value>externí DLL funkce; programování</bookmark_value><bookmark_value>funkce; sdílené knihovny pro $[officename] Calc</bookmark_value><bookmark_value>funkce; DLL doplňku $[officename] Calc</bookmark_value><bookmark_value>doplňky; programování</bookmark_value>"
+msgstr "<bookmark_value>programování; doplňky</bookmark_value><bookmark_value>sdílené knihovny; programování</bookmark_value><bookmark_value>externí DLL funkce</bookmark_value><bookmark_value>funkce; DLL doplňku $[officename] Calc</bookmark_value><bookmark_value>doplňky; programování</bookmark_value>"
#: 04060112.xhp#hd_id3151076.1.help.text
msgctxt "04060112.xhp#hd_id3151076.1.help.text"
@@ -17729,7 +17717,7 @@ msgstr "Maticové funkce"
#: 04060107.xhp#bm_id3147273.help.text
msgid "<bookmark_value>matrices; functions</bookmark_value><bookmark_value>Function Wizard; arrays</bookmark_value><bookmark_value>array formulas</bookmark_value><bookmark_value>inline array constants</bookmark_value><bookmark_value>formulas;arrays</bookmark_value><bookmark_value>functions;array functions</bookmark_value><bookmark_value>editing; array formulas</bookmark_value><bookmark_value>copying; array formulas</bookmark_value><bookmark_value>adjusting array ranges</bookmark_value><bookmark_value>calculating;conditional calculations</bookmark_value><bookmark_value>matrices; calculations</bookmark_value><bookmark_value>conditional calculations with arrays</bookmark_value><bookmark_value>implicit array handling</bookmark_value><bookmark_value>forced array handling</bookmark_value>"
-msgstr "<bookmark_value>matice; funkce</bookmark_value><bookmark_value>Průvodce funkcí; matice</bookmark_value><bookmark_value>maticové funkce</bookmark_value><bookmark_value>vzorce;matice</bookmark_value><bookmark_value>funkce;maticové funkce</bookmark_value><bookmark_value>úpravy; maticové funkce</bookmark_value><bookmark_value>kopírování; maticové funkce</bookmark_value><bookmark_value>úprava rozsahu matice</bookmark_value><bookmark_value>výpočty; podmíněné výpočty</bookmark_value><bookmark_value>matice; výpočty</bookmark_value><bookmark_value>podmíněné výpočty s maticemi</bookmark_value><bookmark_value>implicitní zpracování matic</bookmark_value><bookmark_value>vynucené zpracování matic</bookmark_value>"
+msgstr "<bookmark_value>matice; funkce</bookmark_value><bookmark_value>Průvodce funkcí; matice</bookmark_value><bookmark_value>maticové funkce</bookmark_value><bookmark_value>vložené maticové konstanty</bookmark_value><bookmark_value>vzorce;matice</bookmark_value><bookmark_value>funkce;maticové funkce</bookmark_value><bookmark_value>úpravy; maticové funkce</bookmark_value><bookmark_value>kopírování; maticové funkce</bookmark_value><bookmark_value>úprava rozsahu matice</bookmark_value><bookmark_value>výpočty; podmíněné výpočty</bookmark_value><bookmark_value>matice; výpočty</bookmark_value><bookmark_value>podmíněné výpočty s maticemi</bookmark_value><bookmark_value>implicitní zpracování matic</bookmark_value><bookmark_value>vynucené zpracování matic</bookmark_value>"
#: 04060107.xhp#hd_id3147273.1.help.text
msgctxt "04060107.xhp#hd_id3147273.1.help.text"
@@ -18697,7 +18685,7 @@ msgstr "Pokud je parametr <emph>statistika</emph> vynechán nebo FALSE, bude vr
#: 04060107.xhp#par_id0811200804502261.help.text
msgid "LINEST returns a table (array) of statistics as below and must be entered as an array formula (for example by using <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Return rather than just Return)."
-msgstr "LINEST vrací tabulku (matici) statistik a musí být zadána jako maticový vzorec (např. klávesovou zkratkou <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter namísto Enter)."
+msgstr "LINEST vrací tabulku (matici) statistik a musí být zadána jako maticový vzorec (například pomocí klávesové zkratky <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter namísto Enter)."
#: 04060107.xhp#par_idN11416.help.text
msgctxt "04060107.xhp#par_idN11416.help.text"
@@ -18716,7 +18704,7 @@ msgstr "Příklad"
#: 04060107.xhp#par_id3154176.73.help.text
msgid "This function returns an array and is handled in the same way as the other array functions. Select a range for the answers and then the function. Select <emph>data_Y</emph>. If you want, you can enter other parameters. Select <emph>Array</emph> and click <emph>OK</emph>."
-msgstr "Tato funkce vrací matici a je ovládána stejným způsobem jako jiné maticové funkce. Vyberte oblast pro výsledek a poté funkci. Vyberte <emph>data_Y</emph>. Pokud chcete, můžete vybrat i další parametry. Vyberte <emph>Pole</emph> a klepněte na <emph>OK</emph>."
+msgstr "Tato funkce vrací matici a je ovládána stejným způsobem jako jiné maticové funkce. Vyberte oblast pro výsledek a poté funkci. Vyberte <emph>data_Y</emph>. Pokud chcete, můžete vybrat i další parametry. Vyberte <emph>Matice</emph> a klikněte na tlačítko <emph>OK</emph>."
#: 04060107.xhp#par_id3155468.74.help.text
msgid "The results returned by the system (if <emph>stats</emph> = 0), will at least show the slope of the regression line and its intersection with the Y axis. If <emph>stats</emph> does not equal 0, other results are to be displayed."
@@ -19124,7 +19112,7 @@ msgstr "Viz LINEST. V tomto případě ale nebudou vráceny žádné součty dru
#: 04060107.xhp#bm_id3163286.help.text
msgid "<bookmark_value>SUMPRODUCT function</bookmark_value><bookmark_value>scalar products</bookmark_value><bookmark_value>dot products</bookmark_value><bookmark_value>inner products</bookmark_value>"
-msgstr "<bookmark_value>SUMPRODUCT</bookmark_value><bookmark_value>skalární součin</bookmark_value><bookmark_value>vnitřní součiny</bookmark_value>"
+msgstr "<bookmark_value>funkce SUMPRODUCT</bookmark_value><bookmark_value>skalární součiny</bookmark_value><bookmark_value>bodové součiny</bookmark_value><bookmark_value>vnitřní součiny</bookmark_value>"
#: 04060107.xhp#hd_id3163286.161.help.text
msgid "SUMPRODUCT"
@@ -19488,7 +19476,7 @@ msgstr "Příklad"
#: 04060107.xhp#par_id3173852.216.help.text
msgid "This function returns an array and is handled in the same way as the other array functions. Select a range where you want the answers to appear and select the function. Select DataY. Enter any other parameters, mark <emph>Array</emph> and click <emph>OK</emph>."
-msgstr "Tato funkce vrací matici a je ovládána stejným způsobem jako jiné maticové funkce. Vyberte oblast, kde chcete, aby se objevily odpovědi a poté zvolte funkci."
+msgstr "Tato funkce vrací matici a je ovládána stejným způsobem jako ostatní maticové funkce. Vyberte oblast, kde chcete, aby se objevily odpovědi a poté zvolte funkci. Vyberte DataY. Zadejte ostatní parametry, označte <emph>Matice</emph> a klikněte na tlačítko <emph>OK</emph>."
#: 12080500.xhp#tit.help.text
msgid "AutoOutline"
@@ -21821,7 +21809,7 @@ msgstr "Vložit nebo odstranit buňky"
#: 12010100.xhp#par_id3154684.6.help.text
msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_DBNAMES:BTN_SIZE\" visibility=\"visible\">Automatically inserts new rows and columns into the database range in your document when new records are added to the database.</ahelp> To manually update the database range, choose <emph>Data - Refresh</emph> <emph>Range</emph>."
-msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_DBNAMES:BTN_SIZE\" visibility=\"visible\">Automaticky vloží nové řádky a sloupce do databázové oblasti, když do databáze přidáte nové záznamy.</ahelp> Chcete-li ručně aktualizovat databázovou oblast, zvolte <emph>Data - Obnovit oblast</emph>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_DBNAMES:BTN_SIZE\" visibility=\"visible\">Po přidání nových záznamů do databáze automaticky vloží nové sloupce a řádky do databázové oblasti dokumentu.</ahelp> Pokud chcete databázovou oblast aktualizovat ručně, zvolte <emph>Data - Obnovit oblast</emph>."
#: 12010100.xhp#hd_id3153768.7.help.text
msgid "Keep formatting"
@@ -22366,16 +22354,15 @@ msgstr "<item type=\"input\">=AND(A;B)</item> vrací FALSE"
#: 04060181.xhp#bm_id3156096.help.text
msgid "<bookmark_value>BETADIST function</bookmark_value> <bookmark_value>cumulative probability density function;calculating</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>funkce BETADIST</bookmark_value><bookmark_value>funkce hustoty součtové pravděpodobnosti;výpočet</bookmark_value>"
#: 04060181.xhp#hd_id3156096.64.help.text
msgid "BETADIST"
msgstr "BETADIST"
#: 04060181.xhp#par_id3150880.65.help.text
-#, fuzzy
msgid "<ahelp hid=\"HID_FUNC_BETAVERT\">Returns the beta function.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_TVERT\">Vrátí t-rozdělení.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_BETAVERT\">Vrátí beta rozdělení.</ahelp>"
#: 04060181.xhp#hd_id3150762.66.help.text
msgctxt "04060181.xhp#hd_id3150762.66.help.text"
@@ -22384,39 +22371,38 @@ msgstr "Syntaxe"
#: 04060181.xhp#par_id3147571.67.help.text
msgid "BETADIST(Number; Alpha; Beta; Start; End; Cumulative)"
-msgstr ""
+msgstr "BETADIST(číslo; alpha; beta; počátek; konec; kumulativní)"
#: 04060181.xhp#par_id3156317.68.help.text
msgctxt "04060181.xhp#par_id3156317.68.help.text"
msgid " <emph>Number</emph> is the value between <emph>Start</emph> and <emph>End</emph> at which to evaluate the function."
-msgstr ""
+msgstr "<emph>číslo</emph> je hodnota mezi <emph>počátkem</emph> a <emph>koncem</emph> pro kterou chcete zjistit hodnotu funkce."
#: 04060181.xhp#par_id3156107.69.help.text
msgctxt "04060181.xhp#par_id3156107.69.help.text"
msgid " <emph>Alpha</emph> is a parameter to the distribution."
-msgstr ""
+msgstr "<emph>alpha</emph> je parametr rozdělení."
#: 04060181.xhp#par_id3153619.70.help.text
msgctxt "04060181.xhp#par_id3153619.70.help.text"
msgid " <emph>Beta</emph> is a parameter to the distribution."
-msgstr ""
+msgstr "<emph>beta</emph> je parametr rozdělení."
#: 04060181.xhp#par_id3150254.71.help.text
msgctxt "04060181.xhp#par_id3150254.71.help.text"
msgid " <emph>Start</emph> (optional) is the lower bound for <emph>Number</emph>."
-msgstr ""
+msgstr "<emph>počátek</emph> (nepovinné) dolní mez pro <emph>číslo</emph>."
#: 04060181.xhp#par_id3149138.72.help.text
msgctxt "04060181.xhp#par_id3149138.72.help.text"
msgid " <emph>End</emph> (optional) is the upper bound for <emph>Number</emph>."
-msgstr ""
+msgstr "<emph>konec</emph> (nepovinné) horní mez pro <emph>číslo</emph>."
#: 04060181.xhp#par_id012020091254453.help.text
msgid " <emph>Cumulative</emph> (optional) can be 0 or False to calculate the probability density function. It can be any other value or True or omitted to calculate the cumulative distribution function."
-msgstr ""
+msgstr "<emph>kumulativní</emph> (nepovinné) může být 0 nebo False pro výpočet funkce hustoty pravděpodobnosti. Nebo jakákoliv jiná hodnota, True nebo zcela vynecháno pro výpočet kumulativní distribuční funkce."
#: 04060181.xhp#par_idN10AB3.help.text
-#, fuzzy
msgctxt "04060181.xhp#par_idN10AB3.help.text"
msgid " <embedvar href=\"text/scalc/00/00000004.xhp#optional\"/> "
msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
@@ -22427,9 +22413,8 @@ msgid "Example"
msgstr "Příklad"
#: 04060181.xhp#par_id3156118.74.help.text
-#, fuzzy
msgid " <item type=\"input\">=BETADIST(0.75;3;4)</item> returns the value 0.96"
-msgstr "<item type=\"input\">=OCT2BIN(3;3)</item> vrátí 011."
+msgstr "<item type=\"input\">=BETADIST(0.75;3;4)</item> vrátí hodnotu 0.96"
#: 04060181.xhp#bm_id3143228.help.text
msgid "<bookmark_value>BINOMDIST function</bookmark_value>"
@@ -22450,23 +22435,21 @@ msgstr "Syntaxe"
#: 04060181.xhp#par_id3156009.79.help.text
msgid "BINOMDIST(X; Trials; SP; C)"
-msgstr "BINOMDIST(X; Pokusů; SP; C)"
+msgstr "BINOMDIST(X; pokusy; SP; C)"
#: 04060181.xhp#par_id3154304.80.help.text
msgid " <emph>X</emph> is the number of successes in a set of trials."
-msgstr ""
+msgstr "<emph>X</emph> je počet úspěšných pokusů."
#: 04060181.xhp#par_id3147492.81.help.text
-#, fuzzy
msgctxt "04060181.xhp#par_id3147492.81.help.text"
msgid " <emph>Trials</emph> is the number of independent trials."
-msgstr " <emph>Sazba</emph>je odpisová sazba."
+msgstr "<emph>pokusy</emph> je počet nezávislých pokusů."
#: 04060181.xhp#par_id3146085.82.help.text
-#, fuzzy
msgctxt "04060181.xhp#par_id3146085.82.help.text"
msgid " <emph>SP</emph> is the probability of success on each trial."
-msgstr "<emph>SP</emph> je pravděpodobnost úspěchu jednoho pokusu."
+msgstr "<emph>SP</emph> je pravděpodobnost úspěchu každého pokusu."
#: 04060181.xhp#par_id3149760.83.help.text
msgid " <emph>C</emph> = 0 calculates the probability of a single event and <emph>C</emph> = 1 calculates the cumulative probability."
@@ -27545,9 +27528,8 @@ msgid "What is the effective annual rate of interest for a 5.25% nominal rate an
msgstr "Jaká je efektivní roční úroková sazba při nominální sazbě 5,25 % a čtvrtletních platbách?"
#: 04060103.xhp#par_id3148927.422.help.text
-#, fuzzy
msgid " <item type=\"input\">=EFFECT_ADD(0.0525;4)</item> returns 0.053543 or 5.3543%."
-msgstr " <item type=\"input\">=OCT2HEX(144;4)</item> vrací 0064."
+msgstr "<item type=\"input\">=EFFECT_ADD(0.0525;4)</item> vrátí 0.053543 nebo 5.3543%."
#: 04060103.xhp#bm_id3149998.help.text
msgid "<bookmark_value>calculating; arithmetic-degressive depreciations</bookmark_value> <bookmark_value>arithmetic-degressive depreciations</bookmark_value> <bookmark_value>depreciations;arithmetic-degressive</bookmark_value> <bookmark_value>DDB function</bookmark_value>"
diff --git a/translations/source/cs/helpcontent2/source/text/scalc/02.po b/translations/source/cs/helpcontent2/source/text/scalc/02.po
index e2fa8169e73..2b7c0a16d72 100644
--- a/translations/source/cs/helpcontent2/source/text/scalc/02.po
+++ b/translations/source/cs/helpcontent2/source/text/scalc/02.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
-"PO-Revision-Date: 2011-04-05 18:00+0200\n"
-"Last-Translator: pawell <p.franc@gmail.com>\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-02-22 16:17+0200\n"
+"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: 18010000.xhp#tit.help.text
@@ -105,7 +105,7 @@ msgstr "Zmenšit"
#: 10060000.xhp#bm_id3153561.help.text
msgid "<bookmark_value>page views;reducing scales</bookmark_value><bookmark_value>zooming;reducing page views</bookmark_value>"
-msgstr "<bookmark_value>pohled na stránku; zmenšení</bookmark_value><bookmark_value>zmenšení pohledu na stránku</bookmark_value><bookmark_value>lupa; zmenšení pohledu na stránku</bookmark_value>"
+msgstr "<bookmark_value>pohled na stránku;zmenšení</bookmark_value><bookmark_value>lupa;zmenšení pohledu na stránku</bookmark_value>"
#: 10060000.xhp#hd_id3153561.1.help.text
msgid "<link href=\"text/scalc/02/10060000.xhp\" name=\"Zoom Out\">Zoom Out</link>"
@@ -442,17 +442,15 @@ msgstr "<link href=\"text/scalc/02/06040000.xhp\" name=\"Funkce\">Funkce</link>"
#: 06040000.xhp#par_id3151245.2.help.text
msgid "<ahelp hid=\"HID_INSWIN_FUNC\">Adds a formula to the current cell. Click this icon, and then enter the formula in the <emph>Input line</emph>.</ahelp>"
-msgstr "<ahelp hid=\"HID_INSWIN_FUNC\">Přidá vzorec do aktuální buňky. Klepněte na tuto ikonu a poté zadejte vzorec do vstupního řádku.</ahelp>"
+msgstr "<ahelp hid=\"HID_INSWIN_FUNC\">Přidá vzorec do aktuální buňky. Klikněte na tuto ikonu a poté zadejte vzorec do <emph>vstupního řádku</emph>.</ahelp>"
#: 06040000.xhp#par_id3153360.3.help.text
-#, fuzzy
msgid "This icon is only available when the <emph>Input line</emph> box is not active."
-msgstr "Tato ikona je dostupná jen, když je <emph>Vstupní řádek</emph> skryt."
+msgstr "Ikona je dostupná jen pokud není <emph>Vstupní řádek</emph> aktivní."
#: 06040000.xhp#par_id3153770.help.text
-#, fuzzy
msgid "<image id=\"img_id3145785\" src=\"sc/imglst/sc26049.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3145785\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156422\" src=\"svx/res/nu07.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3156422\">Ikonka</alt></image>"
+msgstr "<image id=\"img_id3145785\" src=\"sc/imglst/sc26049.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3145785\">Ikonka Funkce</alt></image>"
#: 06040000.xhp#par_id3153951.4.help.text
msgctxt "06040000.xhp#par_id3153951.4.help.text"
@@ -466,7 +464,7 @@ msgstr "Zvětšit"
#: 10050000.xhp#bm_id3148491.help.text
msgid "<bookmark_value>page views; increasing scales</bookmark_value><bookmark_value>increasing scales in page view</bookmark_value><bookmark_value>zooming;enlarging page views</bookmark_value>"
-msgstr "<bookmark_value>pohled na stránku; zvětšení</bookmark_value><bookmark_value>zvětšení pohledu na stránku</bookmark_value><bookmark_value>měřítko; pohled na stránku</bookmark_value><bookmark_value>lupa; pohled na stránku</bookmark_value>"
+msgstr "<bookmark_value>pohled na stránku; zvětšení</bookmark_value><bookmark_value>zvětšení pohledu na stránku</bookmark_value><bookmark_value>lupa;zvětšení pohledu na stránku</bookmark_value>"
#: 10050000.xhp#hd_id3148491.1.help.text
msgid "<link href=\"text/scalc/02/10050000.xhp\" name=\"Zoom In\">Zoom In</link>"
diff --git a/translations/source/cs/helpcontent2/source/text/scalc/04.po b/translations/source/cs/helpcontent2/source/text/scalc/04.po
index c6703ee5069..31042eb71f1 100644
--- a/translations/source/cs/helpcontent2/source/text/scalc/04.po
+++ b/translations/source/cs/helpcontent2/source/text/scalc/04.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fscalc%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
-"PO-Revision-Date: 2012-02-16 22:42+0200\n"
-"Last-Translator: Stanislav <stanislav.horacek@gmail.com>\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-02-29 22:08+0200\n"
+"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
@@ -136,7 +136,7 @@ msgstr "Vybere buňky od aktuální buňky o jednu stránku v aktuálním sloupc
#: 01020000.xhp#hd_id3143220.101.help.text
msgctxt "01020000.xhp#hd_id3143220.101.help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Left Arrow"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+šipka vlevo"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Šipka doleva"
#: 01020000.xhp#par_id3154766.102.help.text
msgid "Moves the cursor to the left edge of the current data range. If the column to the left of the cell that contains the cursor is empty, the cursor moves to the next column to the left that contains data."
@@ -655,7 +655,7 @@ msgstr "Přepne zaměření v současné oblasti dialogu o jeden prvek dolů."
#: 01020000.xhp#hd_id3148912.169.help.text
msgid "left arrow"
-msgstr "šipka vlevo"
+msgstr "šipka doleva"
#: 01020000.xhp#par_id3153238.168.help.text
msgid "Moves the focus one item to the left in the current dialog area."
@@ -732,7 +732,7 @@ msgstr "Posune aktuální pole o jedno místo dolů."
#: 01020000.xhp#hd_id3145373.151.help.text
msgctxt "01020000.xhp#hd_id3145373.151.help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Left Arrow"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+šipka vlevo"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Šipka doleva"
#: 01020000.xhp#par_id3151125.150.help.text
msgid "Moves the current field one place to the left."
diff --git a/translations/source/cs/helpcontent2/source/text/scalc/05.po b/translations/source/cs/helpcontent2/source/text/scalc/05.po
index 745c8953e5c..71d5523d6fc 100644
--- a/translations/source/cs/helpcontent2/source/text/scalc/05.po
+++ b/translations/source/cs/helpcontent2/source/text/scalc/05.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2012-02-16 22:45+0200\n"
"Last-Translator: Stanislav <stanislav.horacek@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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: empty_cells.xhp#tit.help.text
diff --git a/translations/source/cs/helpcontent2/source/text/scalc/guide.po b/translations/source/cs/helpcontent2/source/text/scalc/guide.po
index 906ae54a813..60fe35b49a8 100644
--- a/translations/source/cs/helpcontent2/source/text/scalc/guide.po
+++ b/translations/source/cs/helpcontent2/source/text/scalc/guide.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
-"PO-Revision-Date: 2011-07-28 12:49+0200\n"
-"Last-Translator: kendy <kendy@suse.cz>\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2012-02-25 14:40+0200\n"
+"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: year2000.xhp#tit.help.text
@@ -76,10 +76,9 @@ msgid "If, under <item type=\"menuitem\">Language</item>, you convert the cells
msgstr ""
#: currency_format.xhp#par_id3154255.53.help.text
-#, fuzzy
msgctxt "currency_format.xhp#par_id3154255.53.help.text"
msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cells - Numbers\">Format - Cells - Numbers</link>"
-msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"Formát - Buňky - Zarovnání\">Formát - Buňky - Zarovnání</link>"
+msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Formá - Buňky - Čísla\">Formát - Buňky... - Čísla</link>"
#: goalseek.xhp#tit.help.text
msgid "Applying Goal Seek"
@@ -235,7 +234,7 @@ msgstr "Čím je relativní odkaz odlišný? Předpokládejme, že chcete spoč
#: relativ_absolut_ref.xhp#par_id3155335.9.help.text
msgid "Fortunately, $[officename] does this work for you. After having inserted a new column A, the formula =SUM(A1:B2) will be automatically updated to =SUM(B1:C2). Row numbers will also be automatically adjusted when a new row 1 is inserted. Absolute and relative references are always adjusted in $[officename] Calc whenever the referenced area is moved. But be careful if you are copying a formula since in that case only the relative references will be adjusted, not the absolute references."
-msgstr "Naštěstí to $[officename] dělá za vás. Po vložení nového sloupce A bude vzorec =SUM(A1:B2) automaticky změněn na =SUM(B1:C2). Po vložení nového řádku 1 budou čísla řádků též automaticky upravena. Při posunu odkazovaných buněk $[officename] Calc vždy upraví absolutní i relativní odkazy na ně. Při kopírování vzorců budou upraveny <emph>pouze</emph> relativní odkazy, absolutní zůstanou beze změny."
+msgstr "Naštěstí to $[officename] dělá za vás. Po vložení nového sloupce A bude vzorec =SUM(A1:B2) automaticky změněn na =SUM(B1:C2). Po vložení nového řádku 1 budou čísla řádků též automaticky upravena. Při posunu odkazovaných buněk $[officename] Calc vždy upraví absolutní i relativní odkazy na ně. Ale pozor, při kopírování vzorců budou upraveny pouze relativní odkazy, absolutní zůstanou beze změny."
#: relativ_absolut_ref.xhp#par_id3145791.39.help.text
msgid "Absolute references are used when a calculation refers to one specific cell in your sheet. If a formula that refers to exactly this cell is copied relatively to a cell below the original cell, the reference will also be moved down if you did not define the cell coordinates as absolute."
@@ -262,19 +261,17 @@ msgid "If you want to display the formulas in the cells, for example in the form
msgstr "Chcete-li zobrazit v buňkách vzorce, například ve tvaru =SUM(A1:B5), postupujte takto:"
#: formula_value.xhp#par_id3151116.3.help.text
-#, fuzzy
msgctxt "formula_value.xhp#par_id3151116.3.help.text"
msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - View</emph>."
-msgstr "Vyberte <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - nastavení</caseinline><defaultinline>Nástroje - Volby</defaultinline></switchinline> - %PRODUCTNAME Writer - Tisk</emph>."
+msgstr "Zvolte <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Nastavení</caseinline><defaultinline>Nástroje - Možnosti...</defaultinline></switchinline> - %PRODUCTNAME Calc - Zobrazení</emph>."
#: formula_value.xhp#par_id3146120.4.help.text
msgid "In the <emph>Display</emph> area mark the <emph>Formulas</emph> box. Click OK."
-msgstr "V části <emph>Zobrazení</emph> zaškrtněte <emph>Vzorce</emph>. Klepněte na OK."
+msgstr "V části <emph>Zobrazení</emph> zaškrtněte položku <emph>Vzorce</emph>. Klikněte na OK."
#: formula_value.xhp#par_id3147396.5.help.text
-#, fuzzy
msgid "If you want to view the calculation results instead of the formula, do not mark the Formulas box."
-msgstr "Chcete-li exportovat výsledky namísto vzorců, pole <emph>Vzorce</emph> nezaškrtávejte."
+msgstr "Pokud chcete vidět výsledky a ne vzorce, položku Vzorce nezaškrtávejte."
#: formula_value.xhp#par_id3153157.6.help.text
msgctxt "formula_value.xhp#par_id3153157.6.help.text"
@@ -415,10 +412,9 @@ msgid "If you decide to enter a number directly as text, enter an apostrophe (')
msgstr "Chcete-li zadat čísla přímo jako text, zadejte nejprve apostrof ('). Například roky v záhlaví sloupců je možné zadat jako '1999, '2000 a '2001. Apostrof v buňce není zobrazen, pouze určuje, že se číslo má interpretovat jako text. To se hodí zadáváte-li například telefonní číslo či PSČ začínající nulou (0), protože nula (0) je na začátku čísel ve standardním číselném formátu odstraněna."
#: text_numbers.xhp#par_id3156284.47.help.text
-#, fuzzy
msgctxt "text_numbers.xhp#par_id3156284.47.help.text"
msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cells - Numbers\">Format - Cells - Numbers</link>"
-msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"Formát - Buňky - Zarovnání\">Formát - Buňky - Zarovnání</link>"
+msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Formát - Buňky - Čísla\">Formát - Buňky... - Čísla</link>"
#: note_insert.xhp#tit.help.text
msgid "Inserting and Editing Comments"
@@ -465,9 +461,8 @@ msgid "To display a help tip for a selected cell, use <emph>Data - Validity - In
msgstr "K zobrazení nápovědy při zadávání údajů zvolte <emph>Data - Kontrola vstupních dat - Nápověda při vstupu</emph>."
#: note_insert.xhp#par_id3153707.36.help.text
-#, fuzzy
msgid "<link href=\"text/shared/01/04050000.xhp\" name=\"Insert - Comment\">Insert - Comment</link>"
-msgstr "<link href=\"text/shared/01/01020000.xhp\" name=\"Soubor - Otevřít\">Soubor - Otevřít</link>"
+msgstr "<link href=\"text/shared/01/04050000.xhp\" name=\"Vložit - Komentář\">Vložit - Komentář</link>"
#: value_with_name.xhp#tit.help.text
msgid "Naming Cells"
@@ -1864,25 +1859,24 @@ msgid "<bookmark_value>database ranges; sorting</bookmark_value> <bookmark_
msgstr ""
#: database_sort.xhp#hd_id3150767.44.help.text
-#, fuzzy
msgid "<variable id=\"database_sort\"><link href=\"text/scalc/guide/database_sort.xhp\" name=\"Sorting Database Ranges\">Sorting Data</link></variable>"
-msgstr "<variable id=\"database_define\"><link href=\"text/scalc/guide/database_define.xhp\" name=\"Definování databázové oblasti\">Definování databázové oblasti</link></variable>"
+msgstr "<variable id=\"database_sort\"><link href=\"text/scalc/guide/database_sort.xhp\" name=\"Seřazení databázových oblastí\">Seřazení dat</link></variable>"
#: database_sort.xhp#par_id3145751.45.help.text
msgid "Click in a database range."
-msgstr "Klepněte myší v databázové oblasti."
+msgstr "Klikněte myší do databázové oblasti."
#: database_sort.xhp#par_id121020081121549.help.text
msgid "If you select a range of cells, only these cells will get sorted. If you just click one cell without selecting, then the whole database range will get sorted."
-msgstr ""
+msgstr "Pokud vyberete určitý rozsah buněk, budou seřazeny pouze tyto buňky. Pokud kliknete jen na jednu buňku bez vytvoření výběru, bude seřazena celá databázová oblast."
#: database_sort.xhp#par_idN10635.help.text
msgid "Choose <item type=\"menuitem\">Data - Sort</item>."
-msgstr "Zvolte <item type=\"menuitem\">Data - Řadit</item>."
+msgstr "Zvolte <item type=\"menuitem\">Data - Řadit...</item>."
#: database_sort.xhp#par_id121020081121547.help.text
msgid "The range of cells that will get sorted is shown in inverted colors."
-msgstr ""
+msgstr "Rozsah buněk které budou seřazeny je zobrazen v invertovaných barvách."
#: database_sort.xhp#par_idN10645.help.text
msgid "Select the sort options that you want."
@@ -1891,12 +1885,12 @@ msgstr "Určete možnosti řazení."
#: database_sort.xhp#par_idN1063D.help.text
msgctxt "database_sort.xhp#par_idN1063D.help.text"
msgid "Click <emph>OK</emph>."
-msgstr "Klepněte na <emph>OK</emph>."
+msgstr "Klikněte na tlačítko <emph>OK</emph>."
#: database_sort.xhp#par_id1846980.help.text
msgctxt "database_sort.xhp#par_id1846980.help.text"
msgid "<link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Defining_a_Data_Range\">Wiki page about defining a data range</link>"
-msgstr ""
+msgstr "<link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Defining_a_Data_Range\">Stránka na Wiki věnovaná definování datových oblastí</link>"
#: finding.xhp#tit.help.text
msgid "Finding and Replacing in Calc"
@@ -2010,7 +2004,7 @@ msgstr "Změna výšky řádku a šířky sloupce"
#: row_height.xhp#bm_id3145748.help.text
msgid "<bookmark_value>heights of cells</bookmark_value><bookmark_value>cell heights</bookmark_value><bookmark_value>cell widths</bookmark_value><bookmark_value>cells; heights and widths</bookmark_value><bookmark_value>widths of cells</bookmark_value><bookmark_value>column widths</bookmark_value><bookmark_value>rows; heights</bookmark_value><bookmark_value>columns; widths</bookmark_value><bookmark_value>changing;row heights/column widths</bookmark_value>"
-msgstr "<bookmark_value>výška buněk</bookmark_value><bookmark_value>buňky; výška a šířka</bookmark_value><bookmark_value>šířka buněk</bookmark_value><bookmark_value>šířka sloupců</bookmark_value><bookmark_value>řádky; výška</bookmark_value><bookmark_value>sloupce; šířka</bookmark_value><bookmark_value>změna; výška řádku/šířka sloupce</bookmark_value>"
+msgstr "<bookmark_value>výška buněk</bookmark_value><bookmark_value>šířka buněk</bookmark_value><bookmark_value>buňky; výška a šířka</bookmark_value><bookmark_value>šířka buněk</bookmark_value><bookmark_value>šířka sloupců</bookmark_value><bookmark_value>řádky; výška</bookmark_value><bookmark_value>sloupce; šířka</bookmark_value><bookmark_value>změna;výška řádků/šířka sloupců</bookmark_value>"
#: row_height.xhp#hd_id3145748.1.help.text
msgid "<variable id=\"row_height\"><link href=\"text/scalc/guide/row_height.xhp\" name=\"Changing Row Height or Column Width\">Changing Row Height or Column Width</link></variable>"
@@ -2793,10 +2787,9 @@ msgid "In A2 enter <item type=\"literal\">=A1+1</item> (which correctly results
msgstr ""
#: numbers_text.xhp#par_id0908200901265544.help.text
-#, fuzzy
msgctxt "numbers_text.xhp#par_id0908200901265544.help.text"
msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cells - Numbers\">Format - Cells - Numbers</link>"
-msgstr "<link href=\"text/shared/01/05340300.xhp\" name=\"Formát - Buňky - Zarovnání\">Formát - Buňky - Zarovnání</link>"
+msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Formát - Buňky... - Čísla\">Formát - Buňky - Čísla</link>"
#: table_cellmerge.xhp#tit.help.text
msgid "Merging and Splitting Cells"
@@ -3118,7 +3111,7 @@ msgstr ""
#: datapilot_filtertable.xhp#par_id0720201001344584.help.text
#, fuzzy
msgid "To edit the custom sort lists, open <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists."
-msgstr "Vyberte <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - nastavení</caseinline><defaultinline>Nástroje - Volby</defaultinline></switchinline> - %PRODUCTNAME Writer - Tisk</emph>."
+msgstr "Pro úpravu vlastních řazených seznamů otevřete <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Nastavení</caseinline><defaultinline>Nástroje - Možnosti...</defaultinline></switchinline> - %PRODUCTNAME Calc - Řazené seznamy."
#: datapilot_filtertable.xhp#par_id0720201001344811.help.text
msgid "The arrow to open the pop-up window is normally black. When the field contains one or more hidden field members, the arrow is blue and displays a tiny square at its lower-right corner."
@@ -4236,7 +4229,7 @@ msgstr "Použití náhledu zalomení stránky k úpravě oblastí tisku"
#: printranges.xhp#par_idN1093E.help.text
msgid "In the <emph>Page Break Preview</emph>, print ranges as well as page break regions are outlined by a blue border and contain a centered page number in gray. Nonprinting areas have a gray background."
-msgstr "V Náhledu zalomení stránky jsou oblasti tisku a také zalomení stránky ohraničeny modrou linkou a obsahují uprostřed šedivé číslo stránky. Oblasti, které se netisknout, mají šedivé pozadí."
+msgstr "V <emph>Náhledu zalomení stránky</emph> jsou oblasti tisku a také zalomení stránky ohraničeny modrou linií a obsahují uprostřed šedivé číslo stránky. Oblasti, které se netisknou, mají šedivé pozadí."
#: printranges.xhp#par_id3153143.8.help.text
msgid "To define a new page break region, drag the border to a new location. When you define a new page break region, an automatic page break is replaced by a manual page break."
@@ -4253,7 +4246,7 @@ msgstr "Zvolte <emph>Zobrazit - Náhled zalomení stránky</emph>."
#: printranges.xhp#par_idN1082A.help.text
msgid "To change the default zoom factor of the <emph>Page Break Preview</emph>, double click the percentage value on the <emph>Status</emph> bar, and select a new zoom factor."
-msgstr "Změnu měřítka Lupy v <emph>Náhledu zalomení stránky</emph> provedete dvojím poklepáním na procentní údaj ve stavové řádce a výběrem nové hodnoty."
+msgstr "Změnu měřítka Lupy v <emph>Náhledu zalomení stránky</emph> provedete dvojitým kliknutím na procentní údaj ve stavové řádce a výběrem nové hodnoty."
#: printranges.xhp#par_idN10836.help.text
msgid "Edit the print range."
@@ -4554,9 +4547,8 @@ msgid "<bookmark_value>protecting;cells and sheets</bookmark_value> <bookma
msgstr ""
#: cell_protect.xhp#hd_id3146119.5.help.text
-#, fuzzy
msgid "<variable id=\"cell_protect\"><link href=\"text/scalc/guide/cell_protect.xhp\" name=\"Protecting Cells from Changes\">Protecting Cells from Changes</link></variable>"
-msgstr "<variable id=\"cell_unprotect\"><link href=\"text/scalc/guide/cell_unprotect.xhp\" name=\"Unprotecting Cells\">Nechráněné buňky</link> </variable>"
+msgstr "<variable id=\"cell_protect\"><link href=\"text/scalc/guide/cell_protect.xhp\" name=\"Ochrana buněk pře změnami\">Ochrana buněk před změnami</link></variable>"
#: cell_protect.xhp#par_id3153368.17.help.text
msgid "In <item type=\"productname\">%PRODUCTNAME</item> Calc you can protect sheets and the document as a whole. You can choose whether the cells are protected against accidental changes, whether the formulas can be viewed from within Calc, whether the cells are visible or whether the cells can be printed."
@@ -4764,7 +4756,7 @@ msgstr "Pomocí importního filtru <emph>Webový dotaz ($[officename] Calc)</emp
#: webquery.xhp#par_id3148575.4.help.text
msgid "You can use the same method to insert ranges defined by name from a Calc or Microsoft Excel spreadsheet."
-msgstr "Stejným způsobem lze vkládat pojmenované oblasti z $[officename] Calc nebo z tabulky Microsoft Excel."
+msgstr "Stejným způsobem lze vkládat pojmenované oblasti z Calcu nebo z tabulky Microsoft Excel."
#: webquery.xhp#par_id3149664.5.help.text
msgid "The following insert methods are available:"
@@ -4872,7 +4864,7 @@ msgstr ""
#: calc_date.xhp#par_id3149020.52.help.text
msgid "After pressing the <item type=\"keycode\">Enter</item> key you will see the result in date format. Since the result should show the difference between two dates as a number of days, you must format cell A3 as a number."
-msgstr "Po stisknutí klávesy Enter se výsledek zobrazí ve formátu data. Protože výsledek má být rozdíl vyjádřený počtem dnů, musíte buňku A3 zformátovat jako číslo. "
+msgstr "Po stisknutí klávesy <item type=\"keycode\">Enter</item> se výsledek zobrazí ve formátu data. Protože výsledek má být rozdíl vyjádřený počtem dnů, musíte buňku A3 zformátovat jako číslo. "
#: calc_date.xhp#par_id3155335.53.help.text
msgid "Place the cursor in cell A3, right-click to open a context menu and choose <emph>Format Cells</emph>."
@@ -4903,9 +4895,8 @@ msgid "<bookmark_value>sheets; inserting</bookmark_value> <bookmark_value>i
msgstr ""
#: multitables.xhp#hd_id3154759.9.help.text
-#, fuzzy
msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\" name=\"Applying Multiple Sheets\">Applying Multiple Sheets</link></variable>"
-msgstr "<variable id=\"edit_multitables\"><link href=\"text/scalc/guide/edit_multitables.xhp\" name=\"Copying to Multiple Sheets\">Kopírování do více Listů</link> </variable>"
+msgstr "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\" name=\"Práce s více listy\">Práce s více listy</link></variable>"
#: multitables.xhp#hd_id3148576.10.help.text
msgid "Inserting a Sheet"
@@ -4968,7 +4959,7 @@ msgstr "Přesun buněk přetažením"
#: move_dragdrop.xhp#bm_id3155686.help.text
msgid "<bookmark_value>drag and drop; moving cells</bookmark_value><bookmark_value>cells; moving by drag and drop </bookmark_value><bookmark_value>columns;moving by drag and drop</bookmark_value><bookmark_value>moving;cells by drag and drop</bookmark_value><bookmark_value>inserting;cells, by drag and drop</bookmark_value>"
-msgstr "<bookmark_value>přetažení; přesun buněk</bookmark_value><bookmark_value>buňky; přesun přetažením</bookmark_value><bookmark_value>přesun; buňky přetažením</bookmark_value><bookmark_value>vložení; buňky, přetažením</bookmark_value>"
+msgstr "<bookmark_value>přetažení; přesun buněk</bookmark_value><bookmark_value>buňky; přesun přetažením</bookmark_value><bookmark_value>sloupce;přesun přetažením</bookmark_value><bookmark_value>přesun; buněk přetažením</bookmark_value><bookmark_value>vložení; buňky, přetažením</bookmark_value>"
#: move_dragdrop.xhp#hd_id986358.help.text
msgid "<variable id=\"move_dragdrop\"><link href=\"text/scalc/guide/move_dragdrop.xhp\">Moving Cells by Drag-and-Drop</link></variable>"
@@ -5600,7 +5591,7 @@ msgstr "Tlačítko odstraníte přetažením do pravé části dialogu."
#: datapilot_createtable.xhp#par_id3147338.15.help.text
msgid "To open the <link href=\"text/scalc/01/12090105.xhp\" name=\"Data Field\"><emph>Data Field</emph></link> dialog, double-click one of the buttons in the <emph>Row</emph> or <emph>Column</emph> area. Use the dialog to select if and to what extent <item type=\"productname\">%PRODUCTNAME</item> calculates display subtotals."
-msgstr "Poklepáním na tlačítko v části <emph>Pole řádku</emph> či <emph>Pole sloupce</emph> zobrazíte dialog <link href=\"text/scalc/01/12090105.xhp\" name=\"atové pole\"><emph>Datové pole</emph></link>. Zde lze nastavit zda a jak má <item type=\"productname\">%PRODUCTNAME</item> počítat mezisoučty."
+msgstr "Pro otevření dialogu <link href=\"text/scalc/01/12090105.xhp\" name=\"Datové pole\"><emph>Datové pole</emph></link> dvakrát klikněte na některé z tlačítek v části <emph>Řádek</emph> nebo <emph>Sloupec</emph>. Dialog použijte k určení toho zda a v jakém rozsahu bude <item type=\"productname\">%PRODUCTNAME</item> počítat mezisoučty."
#: datapilot_createtable.xhp#par_id3154020.18.help.text
msgid "Exit the Pivot Table dialog by pressing OK. A <emph>Filter</emph> button will now be inserted, or a page button for every data field that you dropped in the <emph>Page Fields</emph> area. The pivot table is inserted further down."
diff --git a/translations/source/cs/helpcontent2/source/text/schart.po b/translations/source/cs/helpcontent2/source/text/schart.po
index 434b6dcde0e..a5f665d9def 100644
--- a/translations/source/cs/helpcontent2/source/text/schart.po
+++ b/translations/source/cs/helpcontent2/source/text/schart.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+helpcontent2%2Fsource%2Ftext%2Fschart.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 18:03+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/cs/helpcontent2/source/text/schart/00.po b/translations/source/cs/helpcontent2/source/text/schart/00.po
index 5eb7c148c0c..5c35d0558c1 100644
--- a/translations/source/cs/helpcontent2/source/text/schart/00.po
+++ b/translations/source/cs/helpcontent2/source/text/schart/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fschart%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
-"PO-Revision-Date: 2012-01-08 20:38+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-02-22 17:20+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: 00000004.xhp#tit.help.text
@@ -117,7 +117,7 @@ msgstr "V grafu vyberte datovou řadu a <variable id=\"frtodr\">zvolte <emph>For
#: 00000004.xhp#par_id3153009.66.help.text
msgid "<variable id=\"optionen\">Choose <emph>Format - Format Selection - Data Series - Options</emph> tab (Charts)</variable>"
-msgstr "V grafu vyberte datovou řadu, <variable id=\"optionen\">zvolte <emph>Formát - Formát výběru...</emph> a v dialogu <emph>Datové řady</emph> vyberte záložku <emph>Možnosti</emph> (grafy)</variable>"
+msgstr "V grafu vyberte datovou řadu a <variable id=\"optionen\">zvolte <emph>Formát - Formát výběru...</emph> a poté záložku Možnosti (grafy)</variable>"
#: 00000004.xhp#par_id3154707.25.help.text
msgid "<variable id=\"frtttl\">Choose <emph>Format - Title </emph>(Charts)</variable>"
diff --git a/translations/source/cs/helpcontent2/source/text/schart/01.po b/translations/source/cs/helpcontent2/source/text/schart/01.po
index 916c73ab0e9..5116e4fc57b 100644
--- a/translations/source/cs/helpcontent2/source/text/schart/01.po
+++ b/translations/source/cs/helpcontent2/source/text/schart/01.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-24 19:59+0200\n"
"Last-Translator: Jindřich <khagaroth@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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 04020000.xhp#tit.help.text
diff --git a/translations/source/cs/helpcontent2/source/text/schart/02.po b/translations/source/cs/helpcontent2/source/text/schart/02.po
index 9a595b5645d..9220d210362 100644
--- a/translations/source/cs/helpcontent2/source/text/schart/02.po
+++ b/translations/source/cs/helpcontent2/source/text/schart/02.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 18:05+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/cs/helpcontent2/source/text/schart/04.po b/translations/source/cs/helpcontent2/source/text/schart/04.po
index 8c1d98d874f..cd9180662d1 100644
--- a/translations/source/cs/helpcontent2/source/text/schart/04.po
+++ b/translations/source/cs/helpcontent2/source/text/schart/04.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 18:05+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/cs/helpcontent2/source/text/sdraw.po b/translations/source/cs/helpcontent2/source/text/sdraw.po
index cf93001ce8b..0f3fc682e2c 100644
--- a/translations/source/cs/helpcontent2/source/text/sdraw.po
+++ b/translations/source/cs/helpcontent2/source/text/sdraw.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+helpcontent2%2Fsource%2Ftext%2Fsdraw.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-21 01:30+0200\n"
"Last-Translator: kendy <kendy@suse.cz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/cs/helpcontent2/source/text/sdraw/00.po b/translations/source/cs/helpcontent2/source/text/sdraw/00.po
index 00819e813f6..a54789e6c5a 100644
--- a/translations/source/cs/helpcontent2/source/text/sdraw/00.po
+++ b/translations/source/cs/helpcontent2/source/text/sdraw/00.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 18:05+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/cs/helpcontent2/source/text/sdraw/01.po b/translations/source/cs/helpcontent2/source/text/sdraw/01.po
index d57fddc844e..38c72aecd80 100644
--- a/translations/source/cs/helpcontent2/source/text/sdraw/01.po
+++ b/translations/source/cs/helpcontent2/source/text/sdraw/01.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 18:05+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/cs/helpcontent2/source/text/sdraw/04.po b/translations/source/cs/helpcontent2/source/text/sdraw/04.po
index a31640f6f35..4d5e31b91fa 100644
--- a/translations/source/cs/helpcontent2/source/text/sdraw/04.po
+++ b/translations/source/cs/helpcontent2/source/text/sdraw/04.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-07 22:20+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/cs/helpcontent2/source/text/sdraw/guide.po b/translations/source/cs/helpcontent2/source/text/sdraw/guide.po
index f388cdaa9f8..562c739dd7d 100644
--- a/translations/source/cs/helpcontent2/source/text/sdraw/guide.po
+++ b/translations/source/cs/helpcontent2/source/text/sdraw/guide.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
-"PO-Revision-Date: 2011-07-16 22:02+0200\n"
-"Last-Translator: kendy <kendy@suse.cz>\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-02-29 22:09+0200\n"
+"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: draw_sector.xhp#tit.help.text
@@ -114,7 +114,7 @@ msgstr "Když složíte objekty, objeví se díry v místech, kde se objekty př
#: combine_etc.xhp#par_id3156019.help.text
msgid " <image id=\"img_id3157978\" src=\"res/helpimg/kombi1.png\" width=\"8.3646inch\" height=\"2.5inch\"><alt id=\"alt_id3157978\">Illustration for combining objects</alt></image>"
-msgstr "<image id=\"img_id3157978\" src=\"res/helpimg/kombi1.png\" width=\"212.46mm\" height=\"63.5mm\"><alt id=\"alt_id3157978\">Obrázek ke skládání objektů</alt></image>"
+msgstr " <image id=\"img_id3157978\" src=\"res/helpimg/kombi1.png\" width=\"8.3646inch\" height=\"2.5inch\"><alt id=\"alt_id3157978\">Ukázka skládání objektů</alt></image>"
#: combine_etc.xhp#par_id3153249.35.help.text
msgid "In the illustration, the uncombined objects are on the left and the combined objects on the right."
@@ -175,7 +175,7 @@ msgstr "Tvary - Sloučit"
#: combine_etc.xhp#par_id3148585.help.text
msgid " <image id=\"img_id3145593\" src=\"res/helpimg/formvers.png\" width=\"3.4791inch\" height=\"1.3126inch\"><alt id=\"alt_id3145593\">Illustration for merging shapes</alt></image>"
-msgstr "<image id=\"img_id3145593\" src=\"res/helpimg/formvers.png\" width=\"88.37mm\" height=\"33.34mm\"><alt id=\"alt_id3145593\">Obrázek pro sloučení tvarů</alt></image>"
+msgstr " <image id=\"img_id3145593\" src=\"res/helpimg/formvers.png\" width=\"3.4791inch\" height=\"1.3126inch\"><alt id=\"alt_id3145593\">Ukázka slučování tvarů</alt></image>"
#: combine_etc.xhp#par_id3150001.73.help.text
msgid "Adds the area of the selected objects to the area of the lowermost object in the stacking order."
@@ -187,7 +187,7 @@ msgstr "Tvary - Odečíst"
#: combine_etc.xhp#par_id3150338.help.text
msgid " <image id=\"img_id3154505\" src=\"res/helpimg/formsubt.png\" width=\"3.4689inch\" height=\"1.3126inch\"><alt id=\"alt_id3154505\">Illustration for subtracting shapes</alt></image>"
-msgstr "<image id=\"img_id3154505\" src=\"res/helpimg/formsubt.png\" width=\"88.11mm\" height=\"33.34mm\"><alt id=\"alt_id3154505\">Obrázek k odčítání tvarů</alt></image>"
+msgstr " <image id=\"img_id3154505\" src=\"res/helpimg/formsubt.png\" width=\"3.4689inch\" height=\"1.3126inch\"><alt id=\"alt_id3154505\">Ukázka odečítání tvarů</alt></image>"
#: combine_etc.xhp#par_id3150022.75.help.text
msgid "Subtracts the area of the selected objects from the area of the lowermost object in the stacking order."
@@ -199,7 +199,7 @@ msgstr "Tvary - Průnik"
#: combine_etc.xhp#par_id3150570.help.text
msgid " <image id=\"img_id3150658\" src=\"res/helpimg/formschn.png\" width=\"3.4272inch\" height=\"1.302inch\"><alt id=\"alt_id3150658\">Illustration for intersecting shapes</alt></image>"
-msgstr "<image id=\"img_id3150658\" src=\"res/helpimg/formschn.png\" width=\"87.05mm\" height=\"33.07mm\"><alt id=\"alt_id3150658\">Obrázek průniku tvarů</alt></image>"
+msgstr " <image id=\"img_id3150658\" src=\"res/helpimg/formschn.png\" width=\"3.4272inch\" height=\"1.302inch\"><alt id=\"alt_id3150658\">Ukázka průniku tvarů</alt></image>"
#: combine_etc.xhp#par_id3157972.79.help.text
msgid "The overlapping area of the selected objects creates the new shape."
@@ -215,7 +215,7 @@ msgstr "Nahrazování barev"
#: eyedropper.xhp#bm_id3147436.help.text
msgid "<bookmark_value>eyedropper tool</bookmark_value><bookmark_value>colors; replacing</bookmark_value><bookmark_value>replacing;colors in bitmaps</bookmark_value><bookmark_value>metafiles;replacing colors</bookmark_value><bookmark_value>bitmaps;replacing colors</bookmark_value><bookmark_value>GIF images;replacing colors</bookmark_value>"
-msgstr "<bookmark_value>kapátko</bookmark_value><bookmark_value>barvy; nahrazení</bookmark_value><bookmark_value>nahrazování; barvy v bitmapách</bookmark_value><bookmark_value>bitmapy;nahrazování barev</bookmark_value><bookmark_value>GIF;nahrazování barev</bookmark_value>"
+msgstr "<bookmark_value>kapátko</bookmark_value><bookmark_value>barvy; nahrazení</bookmark_value><bookmark_value>nahrazování; barvy v rastrových obrázcích</bookmark_value><bookmark_value>metasoubory;nahrazování barev</bookmark_value><bookmark_value>rastrové obrázky;nahrazování barev</bookmark_value><bookmark_value>obrázky formátu GIF;nahrazování barev</bookmark_value>"
#: eyedropper.xhp#hd_id3147436.38.help.text
msgid "<variable id=\"eyedropper\"><link href=\"text/sdraw/guide/eyedropper.xhp\" name=\"Replacing Colors\">Replacing Colors</link></variable>"
@@ -287,7 +287,7 @@ msgstr "Otáčení objektů"
#: rotate_object.xhp#bm_id3154684.help.text
msgid "<bookmark_value>rotating; draw objects</bookmark_value><bookmark_value>draw objects; rotating</bookmark_value><bookmark_value>pivot points of draw objects</bookmark_value><bookmark_value>skewing draw objects</bookmark_value>"
-msgstr "<bookmark_value>otáčení; objekty kresby</bookmark_value><bookmark_value>objekty kresby; otáčení</bookmark_value><bookmark_value>rotační body objektů kresby</bookmark_value>"
+msgstr "<bookmark_value>otáčení; objekty kresby</bookmark_value><bookmark_value>objekty kresby; otáčení</bookmark_value><bookmark_value>rotační body objektů kresby</bookmark_value><bookmark_value>zkosení objektů kresby</bookmark_value>"
#: rotate_object.xhp#hd_id3154684.12.help.text
msgid "<variable id=\"rotate_object\"><link href=\"text/sdraw/guide/rotate_object.xhp\" name=\"Rotating Objects\">Rotating Objects</link></variable>"
@@ -335,7 +335,7 @@ msgstr "Vytvoření barevného přechodu"
#: gradient.xhp#bm_id3150792.help.text
msgid "<bookmark_value>gradients; applying and defining</bookmark_value><bookmark_value>editing;gradients</bookmark_value><bookmark_value>defining;gradients</bookmark_value><bookmark_value>custom gradients</bookmark_value><bookmark_value>transparency;adjusting</bookmark_value>"
-msgstr "<bookmark_value>přechody; použití a určení</bookmark_value><bookmark_value>úpravy; přechody</bookmark_value><bookmark_value>určení; přechody</bookmark_value><bookmark_value>použití; přechody</bookmark_value><bookmark_value>vlastní přechody</bookmark_value><bookmark_value>průhlednost; úprava</bookmark_value>"
+msgstr "<bookmark_value>přechody; použití a vytvoření</bookmark_value><bookmark_value>úpravy;přechody</bookmark_value><bookmark_value>vytvoření; přechody</bookmark_value><bookmark_value>vlastní přechody</bookmark_value><bookmark_value>průhlednost;nastavení</bookmark_value>"
#: gradient.xhp#hd_id3150792.3.help.text
msgid "<variable id=\"gradient\"><link href=\"text/sdraw/guide/gradient.xhp\" name=\"Creating Gradient Fills\">Creating Gradient Fills</link> </variable>"
@@ -469,7 +469,7 @@ msgstr "Přidání textového rámce"
#: text_enter.xhp#par_id3155266.49.help.text
msgid "Click the <emph>Text</emph> icon <image id=\"img_id3156450\" src=\"cmd/sc_text.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3156450\">Icon</alt></image> and move the mouse pointer to where you want to enter the text box."
-msgstr "Klepněte na ikonu <emph>Text</emph> <image id=\"img_id3156450\" src=\"cmd/sc_text.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156450\">Icon</alt></image> a přesuňte ukazatel myši na místo, kam chcete zadat text."
+msgstr "Klikněte na ikonu <emph>Text</emph> <image id=\"img_id3156450\" src=\"cmd/sc_text.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3156450\">Ikonka Text</alt></image> a přesuňte ukazatel myši na místo, kam chcete text umístit."
#: text_enter.xhp#par_id3149052.50.help.text
msgid "Drag a text box to the size you want in your document."
@@ -517,7 +517,7 @@ msgstr "Pro určení pozice textu použijte nastavení v dialogu <emph>Formát -
#: text_enter.xhp#par_id3147366.59.help.text
msgid "For example, click the arrow next to the <emph>Callouts</emph> icon <image id=\"img_id3154508\" src=\"cmd/sc_calloutshapes.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3154508\">Icon</alt></image> to open the Callouts toolbar."
-msgstr "Např. klepněte na šipku vedle ikony <emph>Bubliny</emph> <image id=\"img_id3154508\" src=\"cmd/sc_calloutshapes.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3154508\">Ikonka</alt></image> a otevře se panel <emph>Bubliny</emph>."
+msgstr "Např. klepněte na šipku vedle ikony <emph>Bubliny</emph> <image id=\"img_id3154508\" src=\"cmd/sc_calloutshapes.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3154508\">Ikonka</alt></image> a otevře se panel Bubliny."
#: text_enter.xhp#par_idN108FD.help.text
msgid "Select a callout and move the mouse pointer to where you want the callout to start."
@@ -931,7 +931,7 @@ msgstr "Pomocí šipky <item type=\"keycode\">vpravo</item> se posuňte na ikonu
#: keyboard.xhp#par_idN106CD.help.text
msgid "If there is an arrow next to the icon, the drawing tool opens a sub toolbar. Press the <item type=\"keycode\">Up</item> or <item type=\"keycode\">Down</item> arrow key to open the sub toolbar, then press the <item type=\"keycode\">Right</item> or <item type=\"keycode\">Left</item> key to select an icon."
-msgstr "Je-li vedle ikony šipka, je možno k danému nástroji otevřít další panel nástrojů. Stiskněte šipku <item type=\"keycode\">nahoru</item> nebo <item type=\"keycode\">dolů</item> k otevření panelu, poté stiskem šipek <item type=\"keycode\">vlevo</item> nebo <item type=\"keycode\">vpravo</item> vyberte ikonu."
+msgstr "Je-li vedle ikony šipka, je možno k danému nástroji otevřít další panel nástrojů. Stiskněte šipku <item type=\"keycode\">nahoru</item> nebo <item type=\"keycode\">dolů</item> k otevření panelu, poté stiskem šipek <item type=\"keycode\">doleva</item> nebo <item type=\"keycode\">doprava</item> vyberte ikonu."
#: keyboard.xhp#par_id3147338.8.help.text
msgid "Press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter</item>."
diff --git a/translations/source/cs/helpcontent2/source/text/shared.po b/translations/source/cs/helpcontent2/source/text/shared.po
index dce3eedef99..9188d8f455d 100644
--- a/translations/source/cs/helpcontent2/source/text/shared.po
+++ b/translations/source/cs/helpcontent2/source/text/shared.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
-"PO-Revision-Date: 2012-01-27 22:42+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
+"PO-Revision-Date: 2012-02-25 16:38+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\n"
@@ -358,7 +358,7 @@ msgstr "<node id=\"1003\" title=\"Přehled příkazů a nabídek\">"
#: tree_strings.xhp#par_id3146147.36.help.text
msgid "<node id=\"1004\" title=\"%PRODUCTNAME Options\">"
-msgstr "<node id=\"1004\" title=\"Volby %PRODUCTNAME\">"
+msgstr "<node id=\"1004\" title=\"Možnosti %PRODUCTNAME\">"
#: tree_strings.xhp#par_id3145365.37.help.text
msgid "<node id=\"1005\" title=\"Wizards\">"
@@ -370,7 +370,7 @@ msgstr "<node id=\"100501\" title=\"Průvodce dopisem\">"
#: tree_strings.xhp#par_id3151113.39.help.text
msgid "<node id=\"100502\" title=\"Fax Wizard\">"
-msgstr "<node id=\"100502\" title=\"Průdoce faxem\">"
+msgstr "<node id=\"100502\" title=\"Průvodce faxem\">"
#: tree_strings.xhp#par_id3156442.41.help.text
msgid "<node id=\"100504\" title=\"Agenda Wizard\">"
@@ -386,7 +386,7 @@ msgstr "<node id=\"100506\" title=\"Průvodce HTML exportem\">"
#: tree_strings.xhp#par_id3153143.44.help.text
msgid "<node id=\"100507\" title=\"Group Element Wizard\">"
-msgstr "<node id=\"100507\" title=\"Průvodce skupinovým prvkem\">"
+msgstr "<node id=\"100507\" title=\"Průvodce prvkem seskupení\">"
#: tree_strings.xhp#par_id3153574.46.help.text
msgid "<node id=\"100509\" title=\"Forms Wizard\">"
@@ -394,11 +394,11 @@ msgstr "<node id=\"100509\" title=\"Průvodce formulářem\">"
#: tree_strings.xhp#par_id3146921.47.help.text
msgid "<node id=\"100510\" title=\"Document Converter Wizard\">"
-msgstr "<node id=\"100510\" title=\"Průvodce převodem dokumentu\">"
+msgstr "<node id=\"100510\" title=\"Průvodce převodem dokumentů\">"
#: tree_strings.xhp#par_id3154096.48.help.text
msgid "<node id=\"100511\" title=\"Table Element Wizard\">"
-msgstr "<node id=\"100511\" title=\"Průvodce tabulkovým prvkem\">"
+msgstr "<node id=\"100511\" title=\"Průvodce prvkem tabulka\">"
#: tree_strings.xhp#par_id3144766.49.help.text
msgid "<node id=\"100512\" title=\"Combo Box/List Box Wizard\">"
@@ -406,7 +406,7 @@ msgstr "<node id=\"100512\" title=\"Průvodce (rozbalovacím) seznamem\">"
#: tree_strings.xhp#par_id3154729.108.help.text
msgid "<node id=\"1006\" title=\"Configuring %PRODUCTNAME\">"
-msgstr "<node id=\"1006\" title=\"Konfigurace %PRODUCTNAME\">"
+msgstr "<node id=\"1006\" title=\"Nastavení %PRODUCTNAME\">"
#: tree_strings.xhp#par_id3151076.109.help.text
msgid "<node id=\"1007\" title=\"Working with the User Interface\">"
@@ -558,7 +558,7 @@ msgstr "<node id=\"0807\" title=\"Tisk\">"
#: tree_strings.xhp#par_id3150344.69.help.text
msgid "<node id=\"0808\" title=\"Data Ranges\">"
-msgstr "<node id=\"0808\" title=\"Rozsahy dat\">"
+msgstr "<node id=\"0808\" title=\"Datové oblasti\">"
#: tree_strings.xhp#par_id3150364.70.help.text
msgid "<node id=\"0809\" title=\"Pivot Table\">"
@@ -586,7 +586,7 @@ msgstr "<node id=\"0814\" title=\"Uzamknutí\">"
#: tree_strings.xhp#par_id3150885.76.help.text
msgid "<node id=\"0815\" title=\"Miscellaneous\">"
-msgstr "<node id=\"0815\" title=\"Různé\">"
+msgstr "<node id=\"0815\" title=\"Ostatní\">"
#: tree_strings.xhp#par_id3150519.78.help.text
msgid "<help_section application=\"smath\" id=\"03\" title=\"Formulas\">"
@@ -658,7 +658,7 @@ msgstr "<node id=\"0406\" title=\"Efekty\">"
#: tree_strings.xhp#par_id3150107.96.help.text
msgid "<node id=\"0407\" title=\"Objects, Graphics, and Bitmaps\">"
-msgstr "<node id=\"0407\" title=\"Objekty, obrázky a bitmapy\">"
+msgstr "<node id=\"0407\" title=\"Objekty, obrázky a rastry\">"
#: tree_strings.xhp#par_id3154343.97.help.text
msgid "<node id=\"0408\" title=\"Groups and Layers\">"
@@ -911,7 +911,7 @@ msgstr "Panel Upravit body"
#: main0227.xhp#bm_id3149987.help.text
msgid "<bookmark_value>lines; editing points</bookmark_value><bookmark_value>curves; editing points</bookmark_value><bookmark_value>Edit Points bar</bookmark_value>"
-msgstr "<bookmark_value>čáry; úpravy</bookmark_value><bookmark_value>křivky; úpravy</bookmark_value><bookmark_value>body; úpravy</bookmark_value><bookmark_value>Panel Upravit body</bookmark_value>"
+msgstr "<bookmark_value>čáry; úpravy bodů</bookmark_value><bookmark_value>křivky; úpravy bodů</bookmark_value><bookmark_value>Panel Upravit body</bookmark_value>"
#: main0227.xhp#hd_id3149987.39.help.text
msgid "<link href=\"text/shared/main0227.xhp\" name=\"Edit Points Bar\">Edit Points Bar</link>"
diff --git a/translations/source/cs/helpcontent2/source/text/shared/00.po b/translations/source/cs/helpcontent2/source/text/shared/00.po
index e29276b5d14..de23217dd6e 100644
--- a/translations/source/cs/helpcontent2/source/text/shared/00.po
+++ b/translations/source/cs/helpcontent2/source/text/shared/00.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
-"PO-Revision-Date: 2012-02-19 23:47+0200\n"
-"Last-Translator: kendy <kendy@suse.cz>\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2012-03-03 12:08+0200\n"
+"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
@@ -27,7 +27,7 @@ msgstr "Volby exportu obrázků"
#: 00000200.xhp#par_id3160463.help.text
msgid "<ahelp hid=\".\" visibility=\"visible\">Defines graphics export options.</ahelp>"
-msgstr "<ahelp hid=\"\" visibility=\"visible\">Určuje volby exportu obrázků.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"visible\">Určuje volby exportu obrázků.</ahelp>"
#: 00000200.xhp#par_id1.help.text
msgid "When you export graphical elements to a file, you can select the file type. For most supported file types a dialog opens where you can setup export options."
@@ -91,8 +91,9 @@ msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the compression and quality f
msgstr ""
#: 00000200.xhp#par_id11.help.text
+#, fuzzy
msgid "For BMP files you can set the compression and the RLE encoding."
-msgstr ""
+msgstr "U souborů PNG lze nastavit kompresi a režim prokládání."
#: 00000200.xhp#par_id312346798.help.text
#, fuzzy
@@ -104,14 +105,12 @@ msgid "For PBM, PGM, and PPM files you can set the encoding."
msgstr ""
#: 00000200.xhp#par_id344441.help.text
-#, fuzzy
msgid "<ahelp hid=\".\" visibility=\"hidden\">Exports the file in binary format. The resulting file is smaller than a text file.</ahelp>"
-msgstr "<ahelp hid=\".\">Exportuje soubor v binárním formátu. Výsledný soubor je menší než (ASCII) textový soubor.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Exportuje soubor v binárním formátu. Výsledný soubor je menší než textový soubor.</ahelp>"
#: 00000200.xhp#par_id3555783.help.text
-#, fuzzy
msgid "<ahelp hid=\".\" visibility=\"hidden\">Exports the file in ASCII text format. The resulting file is larger than a binary file.</ahelp>"
-msgstr "<ahelp hid=\".\">Exportuje soubor v ASCII textovém formátu. Tento soubor je větší než binární.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Exportuje soubor v ASCII textovém formátu. Výsledný soubor je větší než binární.</ahelp>"
#: 00000200.xhp#par_id13.help.text
msgid "For PNG files you can set the compression and the interlaced mode."
@@ -128,7 +127,7 @@ msgstr "U souborů GIF lze nastavit průhlednost a režim prokládání."
#: 00000200.xhp#par_id31456456938.help.text
msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether to save the background of the picture as transparent. Only objects will be visible in the GIF image. Use the Color Replacer to set the transparent color in the picture.</ahelp>"
-msgstr "<ahelp hid=\"VCL:CHECKBOX:DLG_EXPORT_GIF:CBX_TRANSLUCENT\">Určuje, zda se má pozadí obrázku uložit jako průhledné. V obrázku GIF budou viditelné pouze objekty. Průhlednou barvu obrázku je možné určit pomocí Kapátka.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Určuje, zda se má pozadí obrázku uložit jako průhledné. V obrázku GIF budou viditelné pouze objekty. Průhlednou barvu obrázku je možné určit pomocí Kapátka.</ahelp>"
#: 00000200.xhp#par_id15.help.text
msgid "For EPS files you can set the preview, the color format, the compression, and the version."
@@ -139,24 +138,20 @@ msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">You must print an
msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">EPS soubor musíte tisknout na PostScript tiskárně. Jiné tiskárny vytisknou pouze vložený náhled.</caseinline></switchinline>"
#: 00000200.xhp#par_id993155271.help.text
-#, fuzzy
msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether a preview image is exported in the TIFF format together with the actual PostScript file.</ahelp>"
-msgstr "<ahelp hid=\"GOODIES:CHECKBOX:DLG_EXPORT_EPS:CB_PREVIEW_TIFF\">Určuje, zda se v aktuálním EPS souboru uloží také náhled v obrázku ve formátu TIFF.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Určuje, zda je spolu se samotným PostScript souborem exportován i náhled ve formátu TIFF.</ahelp>"
#: 00000200.xhp#par_id993144740.30.help.text
-#, fuzzy
msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether a monochrome preview graphic in EPSI format is exported together with the PostScript file. This format only contains printable characters from the 7-bit ASCII code.</ahelp>"
-msgstr "<ahelp hid=\"GOODIES:CHECKBOX:DLG_EXPORT_EPS:CB_PREVIEW_EPSI\">Určuje, zda se v aktuálním EPS souboru uloží také náhled v obrázku ve formátu EPSI.</ahelp> Tento formát obsahuje pouze tisknutelné znaky ze 7 bitové ASCII kódu."
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Určuje, zda je spolu s PostScript souborem exportován i černobílý náhled ve formátu EPSI. Tento formát obsahuje pouze tisknutelné znaky kódování 7-bit ASCII.</ahelp>"
#: 00000200.xhp#par_id993150935.12.help.text
-#, fuzzy
msgid "<ahelp hid=\".\" visibility=\"hidden\">Compression is not available at this level. Select the Level 1 option if your PostScript printer does not offer the capabilities of Level 2.</ahelp>"
-msgstr "<ahelp hid=\"GOODIES:RADIOBUTTON:DLG_EXPORT_EPS:RB_LEVEL1\">Na této úrovni se nepoužívá komprese. Pokud vaše tiskárna nepodporuje vlastnosti Úrovně 2, zvolte možnost <emph>Úroveň 1</emph>.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Na této úrovni není možné použít kompresi. Volbu Level 1 zvolte pokud vaše PostScript tiskárna nepodporuje schopnosti Level 2.</ahelp>"
#: 00000200.xhp#par_id993159201.14.help.text
-#, fuzzy
msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the Level 2 option if your output device supports colored bitmaps, palette graphics and compressed graphics.</ahelp>"
-msgstr "<ahelp hid=\"GOODIES:RADIOBUTTON:DLG_EXPORT_EPS:RB_LEVEL2\">Zvolte <emph>Úroveň 2</emph>, pokud výstupní zařízení podporuje barevné bitmapy, obrázky s barevnou paletou a komprimované obrázky.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Volbu Level 2 zvolte pokud výstupní zařízení podporuje barevné rastry, obrázky s paletou a komprimované obrázky.</ahelp>"
#: 00000200.xhp#par_id319947250.18.help.text
#, fuzzy
@@ -226,7 +221,7 @@ msgstr "Zvolte záložku <emph>Formát - Osy - Osa Y - Čísla</emph> (grafy)"
#: 00040503.xhp#par_id3150823.32.help.text
msgid "Also as <emph>Number Format</emph> dialog for tables and fields in text documents: Choose <emph>Format - Number Format</emph>, or choose <emph>Insert - Fields - Other - Variables</emph> tab and select \"Additional formats\" in the <emph>Format</emph> list."
-msgstr "Také jako dialog <emph>Formát čísla</emph> pro tabulky a pole v textových dokumentech: Zvolte <emph>Formát - Formát čísla</emph> nebo zvolte záložku <emph>Vložit - Pole - Jiné - Proměnné</emph> a vyberte ze seznamu \"Další formáty\"."
+msgstr "Také jako dialog <emph>Formát čísla</emph> pro tabulky a pole v textových dokumentech: Zvolte <emph>Formát - Formát čísla</emph> nebo zvolte <emph>Vložit - Pole - Jiné</emph> a na záložce <emph>Proměnné</emph> vyberte v seznamu <emph>Formát</emph> položku \"Další formáty\"."
#: 00040503.xhp#par_id3154923.6.help.text
msgid "<switchinline select=\"appl\"><caseinline select=\"CHART\">Choose <emph>Format - Title - Main Title - Alignment</emph> tab </caseinline><defaultinline>Choose <emph>Format - Cells - Alignment</emph> tab</defaultinline></switchinline>"
@@ -310,7 +305,7 @@ msgstr "Import textu"
#: 00000208.xhp#par_id3149987.2.help.text
msgid "<ahelp hid=\"SC:MODALDIALOG:RID_SCDLG_ASCII\">Sets the import options for delimited data.</ahelp>"
-msgstr "<ahelp hid=\"SC:MODALDIALOG:RID_SCDLG_ASCII\">Nastavení pro import oddělených dat.</ahelp>"
+msgstr "<ahelp hid=\"SC:MODALDIALOG:RID_SCDLG_ASCII\">Nastavení pro import dat oddělených oddělovači.</ahelp>"
#: 00000208.xhp#hd_id3147588.45.help.text
msgid "Import"
@@ -322,42 +317,40 @@ msgstr "Znaková sada"
#: 00000208.xhp#par_id3149495.10.help.text
msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_ASCII:LB_CHARSET\">Specifies the character set to be used in the imported file.</ahelp>"
-msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_ASCII:LB_CHARSET\">Určuje znakovou sadu, která se používá v importovaném souboru.</ahelp>"
+msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_ASCII:LB_CHARSET\">Určuje znakovou sadu použitou k uložení dat v importovaném souboru.</ahelp>"
#: 00000208.xhp#hd_id315478899.help.text
-#, fuzzy
msgctxt "00000208.xhp#hd_id315478899.help.text"
msgid "Language"
msgstr "Jazyk"
#: 00000208.xhp#par_id314949588.help.text
-#, fuzzy
msgid "<ahelp hid=\".\">Determines how the number strings are imported.</ahelp>"
-msgstr "<ahelp hid=\"\">Nastavení tiskárny pro sešity.</ahelp>"
+msgstr "<ahelp hid=\".\">Určuje jak budou importovány řetězce s čísly.</ahelp>"
#: 00000208.xhp#par_id314949587.help.text
msgid "If Language is set to Default (for CSV import) or Automatic (for HTML import), Calc will use the globally set language. If Language is set to a specific language, that language will be used when importing numbers."
-msgstr ""
+msgstr "Pokud je nastaven výchozí (pro import CSV) nebo automatický (pro import HTML) jazyk, Calc použije globálně nastavený jazyk. Pokud je nastaven určitý jazyk, bude při importu použit ten."
#: 00000208.xhp#par_id314949586.help.text
msgid "When importing an HTML document, the Language selection can conflict with the global HTML option <link href=\"text/shared/optionen/01030500.xhp\" name=\"Use\">Use 'English (USA)' locale for numbers</link>. The global HTML option is effective only when the Automatic language option is selected. If you select a specific language in the HTML Import Options dialog, the global HTML option is ignored."
-msgstr ""
+msgstr "Při importu HTML může být vybraný jazyk v konfliktu s globálním nastavením pro HTML <link href=\"text/shared/optionen/01030500.xhp\" name=\"Use\">Použít pro čísla nastavení 'Angličtina (USA)</link>. Globální nastavení je platné pouze pokud je zvolen automatický jazyk. Pokud v dialogu pro import HTML zvolíte konkrétní jazyk, je globální nastavení ignorováno."
#: 00000208.xhp#hd_id3154894.47.help.text
msgid "From Row"
-msgstr "Z řádku"
+msgstr "Od řádku"
#: 00000208.xhp#par_id3150247.48.help.text
msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCDLG_ASCII:NF_AT_ROW\">Specifies the row where you want to start the import.</ahelp> The rows are visible in the preview window at the bottom of the dialog."
-msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCDLG_ASCII:NF_AT_ROW\">Určuje, od kterého řádku chcete začít s importem.</ahelp> Řádky se zobrazují v náhledovém okně ve spodní části dialogu."
+msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCDLG_ASCII:NF_AT_ROW\">Určuje, od kterého řádku chcete začít importovat.</ahelp> Řádky se zobrazují v okně náhledu ve spodní části dialogu."
#: 00000208.xhp#hd_id3149999.3.help.text
msgid "Separator Options"
-msgstr "Volby oddělovače"
+msgstr "Možnosti oddělovače"
#: 00000208.xhp#par_id3149640.4.help.text
msgid "Specifies whether your data uses separators or fixed widths as delimiters."
-msgstr "Určuje, zda se v souboru používají oddělovače nebo sloupce pevné šířky."
+msgstr "Určuje, zda jsou data oddělena oddělovacími znaky, nebo používají pevnou šířku sloupce."
#: 00000208.xhp#hd_id3156553.7.help.text
msgid "Fixed width"
@@ -365,7 +358,7 @@ msgstr "Pevná šířka"
#: 00000208.xhp#par_id3150710.8.help.text
msgid "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_ASCII:RB_FIXED\">Separates fixed-width data (equal number of characters) into columns.</ahelp> Click on the ruler in the preview window to set the width."
-msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_ASCII:RB_FIXED\">Rozdělí data pevné šířky (stejný počet znaků) do sloupců.</ahelp> Šířku je možné nastavit klepnutím na pravítko v náhledovém okně."
+msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCDLG_ASCII:RB_FIXED\">Rozdělí do sloupců data pevné šířky (stejný počet znaků).</ahelp> Šířku je možné nastavit kliknutím na pravítko v okně náhledu."
#: 00000208.xhp#hd_id3156560.5.help.text
msgid "Separated by"
@@ -381,7 +374,7 @@ msgstr "Tabulátor"
#: 00000208.xhp#par_id3147576.50.help.text
msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ASCII:CKB_TAB\">Separates data delimited by tabs into columns.</ahelp>"
-msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ASCII:CKB_TAB\">Data jsou rozdělena do sloupců tabulátorem.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ASCII:CKB_TAB\">Rozdělí do sloupců data oddělená tabulátory.</ahelp>"
#: 00000208.xhp#hd_id3154317.51.help.text
msgid "Semicolon"
@@ -389,7 +382,7 @@ msgstr "Středník"
#: 00000208.xhp#par_id3157863.52.help.text
msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ASCII:CKB_SEMICOLON\">Separates data delimited by semicolons into columns.</ahelp>"
-msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ASCII:CKB_SEMICOLON\">Data jsou rozdělena do sloupců středníkem.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ASCII:CKB_SEMICOLON\">Rozdělí do sloupců data oddělená středníky.</ahelp>"
#: 00000208.xhp#hd_id3145313.53.help.text
msgid "Comma"
@@ -397,7 +390,7 @@ msgstr "Čárka"
#: 00000208.xhp#par_id3150693.54.help.text
msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ASCII:CKB_COMMA\">Separates data delimited by commas into columns.</ahelp>"
-msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ASCII:CKB_COMMA\">Data jsou rozdělena do sloupců čárkou.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ASCII:CKB_COMMA\">Rozdělí do sloupců data oddělená čárkami.</ahelp>"
#: 00000208.xhp#hd_id3163802.55.help.text
msgid "Space"
@@ -405,7 +398,7 @@ msgstr "Mezera"
#: 00000208.xhp#par_id3153663.56.help.text
msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ASCII:CKB_SPACE\">Separates data delimited by spaces into columns.</ahelp>"
-msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ASCII:CKB_SPACE\">Data jsou rozdělena do sloupců mezerou.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ASCII:CKB_SPACE\">Rozdělí do sloupců data oddělená mezerami.</ahelp>"
#: 00000208.xhp#hd_id3147335.57.help.text
msgid "Other"
@@ -413,15 +406,15 @@ msgstr "Ostatní"
#: 00000208.xhp#par_id3156329.58.help.text
msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_ASCII:ED_OTHER\">Separates data into columns using the custom separator that you specify. Note: The custom separator must also be contained in your data.</ahelp>"
-msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_ASCII:ED_OTHER\">Data jsou rozdělena do sloupců zadaným znakem. Poznámka: vlastní oddělovač se také musí nacházet v datech.</ahelp>"
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_ASCII:ED_OTHER\">Rozdělí do sloupců data oddělená zadaným znakem. Poznámka: zadaný oddělovač musí být obsažen v importovaných datech.</ahelp>"
#: 00000208.xhp#hd_id3150978.59.help.text
msgid "Merge delimiters"
-msgstr "Sloučení oddělovačů"
+msgstr "Sloučit oddělovače"
#: 00000208.xhp#par_id3153827.60.help.text
msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ASCII:CB_ASONCE\">Combines consecutive delimiters and removes blank data fields.</ahelp>"
-msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ASCII:CB_ASONCE\">Spojí po sobě jdoucí oddělovače a odstraní prázdná datová pole.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_ASCII:CB_ASONCE\">Sloučí po sobě jdoucí oddělovače a odstraní prázdná datová pole.</ahelp>"
#: 00000208.xhp#hd_id3155341.15.help.text
msgctxt "00000208.xhp#hd_id3155341.15.help.text"
@@ -430,41 +423,39 @@ msgstr "Oddělovač textu"
#: 00000208.xhp#par_id3156326.16.help.text
msgid "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_ASCII:CB_TEXTSEP\">Select a character to delimit text data. You can can also enter a character in the text box.</ahelp>"
-msgstr "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_ASCII:CB_TEXTSEP\">Vyberte znak, který odděluje textové údaje. Také je možné zadat vlastní znak do textového pole.</ahelp>"
+msgstr "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_ASCII:CB_TEXTSEP\">Vyberte znak, kterým jsou oddělena textová data. Do textového pole také můžete zadat svůj vlastní znak.</ahelp>"
#: 00000208.xhp#hd_id315538811.help.text
msgid "Other options"
-msgstr "Různé volby"
+msgstr "Ostatní možnosti"
#: 00000208.xhp#par_id315366511.help.text
-#, fuzzy
msgid "Sets some other import options."
-msgstr "Nastavení obecných voleb exportu do PDF."
+msgstr "Nastavení ostatních možností importu."
#: 00000208.xhp#hd_id314847411.help.text
msgid "Quoted fields as text"
-msgstr ""
+msgstr "Pole v uvozovkách jako text"
#: 00000208.xhp#par_id314995711.help.text
msgid "<ahelp hid=\".\">When this option is enabled, fields or cells whose values are quoted in their entirety (the first and last characters of the value equal the text delimiter) are imported as text.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Pokud je povolena tato možnost, jsou pole kompletně (první a poslední znak po a před oddělovačem jsou uvozovky) uzavřená v uvozovkách naimportována jako text.</ahelp>"
#: 00000208.xhp#hd_id314847422.help.text
-#, fuzzy
msgid "Detect special numbers"
-msgstr "Množina reálných čísel"
+msgstr "Detekovat speciální čísla"
#: 00000208.xhp#par_id314995722.help.text
msgid "<ahelp hid=\".\">When this option is enabled, Calc will automatically detect all number formats, including special number formats such as dates, time, and scientific notation.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Pokud je povolena tato možnost, Calc bude automaticky detekovat formát čísel, včetně speciálních formátů čísel jako je datum, čas a vědecký zápis.</ahelp>"
#: 00000208.xhp#par_id314995723.help.text
msgid "The selected language influences how such special numbers are detected, since different languages and regions many have different conventions for such special numbers."
-msgstr ""
+msgstr "To jak jsou dané speciální formáty čísel detekovány ovlivňuje vybraný jazyk, protože různé jazyky mají rozdílná pravidla zápisu takových čísel."
#: 00000208.xhp#par_id314995724.help.text
msgid "When this option is disabled, Calc will detect and convert only decimal numbers. The rest, including numbers formatted in scientific notation, will be imported as text. A decimal number string can have digits 0-9, thousands separators, and a decimal separator. Thousands separators and decimal separators may vary with the selected language and region."
-msgstr ""
+msgstr "Pokud je tato volba zakázána, Calc bude detekovat a převádět pouze desetinná čísla. Ostatní, včetně čísel používajících vědecký zápis, budou naimportována jako text. Desetinné číslo může obsahovat číslice od 0 do 9, oddělovače tisíců a oddělovač desetinných míst. Oddělovače tisíců a desetinných míst se mohou lišit v závislosti na vybraném jazyku."
#: 00000208.xhp#hd_id3155388.61.help.text
msgid "Fields"
@@ -595,7 +586,7 @@ msgstr "Náhled"
#: 00000208.xhp#par_id3147377.40.help.text
msgid "Shows how the imported text will look after it is separated into columns. To apply a format to a column when it is imported, click a column and select a <emph>Column type</emph>. When you select a <emph>Column type</emph>, the column heading displays the applied format."
-msgstr "Zde se zobrazuje, jak bude importovaný text vypadat po rozdělení do sloupců. Chcete-li při importu použít na sloupec formát, klepněte na sloupec a zvolte <emph>Typ sloupce</emph>. Poté se záhlaví sloupce zobrazí ve vybraném formátu."
+msgstr "Ukazuje, jak bude importovaný text vypadat po rozdělení do sloupců. Pokud chcete pro některý sloupec při importu použít určitý formát, klikněte na něj a z rozevíracího seznamu <emph>Typ sloupce</emph> vyberte požadovaný formát. Vybraný <emph>Typ sloupce</emph> pro daný sloupec je poté zobrazen v jeho záhlaví."
#: 00000208.xhp#par_id3150105.64.help.text
msgid "If you want to use a fixed width to separate the imported data into columns, click in the ruler to set the width boundaries."
@@ -746,7 +737,7 @@ msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinl
#: 00000402.xhp#par_id3154094.3.help.text
msgid "On the <emph>Standard</emph> Bar or Table Data bar, click"
-msgstr "Na Standardním panelu nebo panelu Data tabulky klepněte na"
+msgstr "Na <emph>Standardním</emph> panelu nebo panelu Data tabulky klikněte na"
#: 00000402.xhp#par_id3155449.help.text
msgid "<image id=\"img_id3155577\" src=\"cmd/sc_undo.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155577\">Icon</alt></image>"
@@ -1204,7 +1195,7 @@ msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Zvolte zálož
#: 00040500.xhp#par_id3155915.177.help.text
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Menu <emph>Format - Paragraph</emph> - <emph>Border</emph> tab -<emph> Spacing to contents</emph></caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Zvolte <emph>Formát - Odstavec - Ohraničení</emph> - <emph>Vzdálenost k obsahu</emph></caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Zvolte <emph>Formát - Odstavec...</emph> a přejděte na položku <emph>Vzdálenost k obsahu</emph> na záložce <emph>Ohraničení</emph></caseinline></switchinline>"
#: 00040500.xhp#par_id3159130.178.help.text
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Menu<emph> Format - Page - Border - Spacing to contents</emph></caseinline></switchinline>"
@@ -1306,7 +1297,7 @@ msgstr "Styly a formátování"
#: 00040500.xhp#par_id3159313.88.help.text
msgid "<switchinline select=\"appl\"><caseinline select=\"CHART\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"WRITER\"></caseinline><caseinline select=\"MATH\"></caseinline><defaultinline>On the <emph>Drawing</emph> bar, click</defaultinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CHART\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"WRITER\"></caseinline><caseinline select=\"MATH\"></caseinline><defaultinline>Na panelu Kresba klepněte na</defaultinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CHART\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"WRITER\"></caseinline><caseinline select=\"MATH\"></caseinline><defaultinline>Na liště <emph>Kresba</emph> klikněte na</defaultinline></switchinline>"
#: 00040500.xhp#par_id3109845.help.text
msgid "<image id=\"img_id3159236\" src=\"cmd/sc_window3d.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3159236\">Icon</alt></image>"
@@ -1376,7 +1367,7 @@ msgstr "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">Otevřete S
#: 00040500.xhp#par_id3154930.167.help.text
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Open Styles and Formatting - Numbering Styles - context menu of an entry - choose <emph>New/Modify</emph></caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Otevřete <emph>Styly a formátování - Styly číslování</emph> - místní nabídka - <emph>Nový/Upravit</emph></caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Otevřete Styly a formátování - Styly seznamu - otevřete místní nabídku některé z položek - zvolte <emph>Nový/Upravit</emph></caseinline></switchinline>"
#: 00040500.xhp#par_id3150862.159.help.text
msgid "Choose <emph>Format - Bullets and Numbering - Numbering</emph> tab"
@@ -1407,7 +1398,7 @@ msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Otevřete <e
#: 00040500.xhp#par_id3156658.162.help.text
msgid "Choose <emph>Format - Bullets and Numbering</emph>. Open <emph>Position</emph> tab page"
-msgstr "Zvolte záložku <emph>Formát - Odrážky a číslování - Umístění</emph>"
+msgstr "Zvolte <emph>Formát - Odrážky a číslování</emph> a přejděte na záložku <emph>Umístění</emph>"
#: 00040500.xhp#par_id3156170.152.help.text
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Choose <emph>Tools - Outline Numbering - Position</emph> tab </caseinline></switchinline>"
@@ -1465,7 +1456,7 @@ msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Měřítko je
#: 00000403.xhp#par_id3152895.13.help.text
msgid "Double-click or right-click the field on the <emph>Status</emph> Bar"
-msgstr "Poklepejte nebo klepněte pravým tlačítkem na pole ve stavovém řádku"
+msgstr "Dvakrát klikněte na pole ve <emph>stavovém</emph> řádku, nebo na něj klikněte pravým tlačítkem"
#: 00000403.xhp#par_id3156183.36.help.text
msgid "Choose <emph>View - Toolbars</emph>"
@@ -1972,9 +1963,8 @@ msgid "Insert Menu"
msgstr "Nabídka Vložit"
#: 00000404.xhp#par_id3153808.28.help.text
-#, fuzzy
msgid "<variable id=\"notiz\">Choose <emph>Insert - Comment</emph></variable>"
-msgstr "<variable id=\"eispa\">Zvolte <emph>Vložit - Sloupce</emph></variable>"
+msgstr "<variable id=\"notiz\">Zvolte <emph>Vložit - Komentář</emph></variable>"
#: 00000404.xhp#par_id3155619.71.help.text
msgid "Choose <emph>Insert - Picture - Scan</emph>"
@@ -3390,7 +3380,7 @@ msgstr "server HTTP NCSA (typ formátu: MAP - NCSA)."
#: 00000002.xhp#par_id3149483.74.help.text
msgid "$[officename] creates ImageMaps for both methods. Select the format from the <emph>File type </emph>list in the <emph>Save As </emph>dialog in the <emph>ImageMap Editor</emph>. Separate Map Files are created which you must upload to the server. You will need to ask your provider or network administrator which type of ImageMaps are supported by the server and how to access the evaluation program."
-msgstr "$[officename] umožňuje vytvořit obrázkové mapy pro obě metody. Vyberte formát v seznamu <emph>Typ souboru</emph> v dialogovém okně obrázkových map <emph>Uložit jako</emph>. Jsou vytvořeny samostatné soubory map, které je nutné odeslat na server. Vždy je však nutné dotázat se poskytovatele nebo správce sítě, jaký typ obrázkových map je na serveru podporován a jak je možné získat přístup k programu pro zpracování."
+msgstr "$[officename] umožňuje vytvořit obrázkové mapy pro obě metody. Formát vyberte ze seznamu <emph>Typ souboru</emph> v dialogovém okně <emph>Uložit jako</emph> <emph>Editoru obrázkových map</emph>. Jsou vytvořeny samostatné soubory map, které je nutné odeslat na server. Vždy je však nutné dotázat se poskytovatele nebo správce sítě, jaký typ obrázkových map je na serveru podporován a jak je možné získat přístup k programu pro zpracování."
#: 00000002.xhp#bm_id3152418.help.text
msgid "<bookmark_value>Client Side ImageMap</bookmark_value>"
@@ -4275,9 +4265,8 @@ msgid "<variable id=\"anpassen\">Choose <emph>Tools - Customize</emph></variable
msgstr "<variable id=\"anpassen\">Zvolte <emph>Nástroje - Přizpůsobit</emph></variable>"
#: 00000406.xhp#par_id3147230.16.help.text
-#, fuzzy
msgid "<variable id=\"menue\">Choose <emph>Tools - Customize - Menu</emph> tab</variable>"
-msgstr "<variable id=\"anpassen\">Zvolte <emph>Nástroje - Přizpůsobit</emph></variable>"
+msgstr "<variable id=\"menue\">Zvolte <emph>Nástroje - Přizpůsobit</emph> a přejděte na záložku <emph>Nabídka</emph></variable>"
#: 00000406.xhp#par_idN108E9.help.text
msgid "<variable id=\"menuenew\">Choose <emph>Tools - Customize - Menu</emph> tab, click <emph>New</emph></variable>"
@@ -4296,9 +4285,8 @@ msgid "<variable id=\"symbole\">Choose <emph>Tools - Customize - Toolbars</emph>
msgstr ""
#: 00000406.xhp#par_id3144432.22.help.text
-#, fuzzy
msgid "<variable id=\"events\">Choose <emph>Tools - Customize - Events</emph> tab</variable>"
-msgstr "<variable id=\"anpassen\">Zvolte <emph>Nástroje - Přizpůsobit</emph></variable>"
+msgstr "<variable id=\"events\">Zvolte <emph>Nástroje - Přizpůsobit</emph> a přejděte na záložku <emph>Události</emph></variable>"
#: 00000406.xhp#par_id3157895.50.help.text
msgid "<variable id=\"autokorr\">Choose <emph>Tools - AutoCorrect Options</emph></variable>"
@@ -5077,9 +5065,8 @@ msgid "<variable id=\"etiketten\">Choose <emph>File - New - Labels</emph></varia
msgstr "<variable id=\"etiketten\">Zvolte <emph>Soubor - Nový - Štítky</emph></variable>"
#: 00000401.xhp#par_id3147226.161.help.text
-#, fuzzy
msgid "<variable id=\"etikettenein\">Choose <emph>File - New - Labels - Labels</emph> tab</variable>"
-msgstr "<variable id=\"etiketten\">Zvolte <emph>Soubor - Nový - Štítky</emph></variable>"
+msgstr "<variable id=\"etikettenein\">Zvolte <emph>Soubor - Nový - Štítky</emph> a přejděte na záložku <emph>Štítky</emph></variable>"
#: 00000401.xhp#par_id3154522.162.help.text
msgid "Choose <emph>File - New - Labels - Format</emph> tab"
@@ -5102,23 +5089,20 @@ msgid "<variable id=\"visikart\">Choose <emph>File - New - Business Cards</emph>
msgstr "<variable id=\"visikart\">Zvolte <emph>Soubor - Nový - Vizitky</emph></variable>"
#: 00000401.xhp#par_id3156346.167.help.text
-#, fuzzy
msgid "<variable id=\"visikartform\">Choose <emph>File - New - Business Cards - Medium</emph> tab</variable>"
-msgstr "<variable id=\"visikart\">Zvolte <emph>Soubor - Nový - Vizitky</emph></variable>"
+msgstr "<variable id=\"visikartform\">Zvolte <emph>Soubor - Nový - Vizitky</emph> a přejděte na záložku <emph>Médium</emph></variable>"
#: 00000401.xhp#par_id3152824.168.help.text
msgid "<variable id=\"viskartinhalt\">Choose <emph>File - New - Business Cards - Business cards</emph> tab</variable>"
msgstr ""
#: 00000401.xhp#par_id3149819.169.help.text
-#, fuzzy
msgid "<variable id=\"viskartpriv\">Choose <emph>File - New - Business Cards - Private</emph> tab</variable>"
-msgstr "<variable id=\"visikart\">Zvolte <emph>Soubor - Nový - Vizitky</emph></variable>"
+msgstr "<variable id=\"viskartpriv\">Zvolte <emph>Soubor - Nový - Vizitky</emph> a přejděte na záložku <emph>Soukromé</emph></variable>"
#: 00000401.xhp#par_id3154897.170.help.text
-#, fuzzy
msgid "<variable id=\"viskartgesch\">Choose <emph>File - New - Business Cards - Business</emph> tab</variable>"
-msgstr "<variable id=\"visikart\">Zvolte <emph>Soubor - Nový - Vizitky</emph></variable>"
+msgstr "<variable id=\"viskartgesch\">Zvolte <emph>Soubor - Nový - Vizitky</emph> a přejděte na záložku <emph>Pracovní</emph></variable>"
#: 00000401.xhp#par_id3146137.7.help.text
msgid "Choose <emph>File - Open</emph>"
@@ -5180,7 +5164,7 @@ msgstr "<variable id=\"autopilotbrief5\">Zvolte <emph>Soubor - Průvodci - Dopis
#: 00000401.xhp#par_id3154224.116.help.text
msgid "<variable id=\"autopilotbrief6\">Choose <emph>File - Wizards - Letter - </emph><emph>Name and Location</emph></variable>"
-msgstr "<variable id=\"autopilotbrief6\">Zvolte <emph>Soubor - Průvodci - Dopis - Název a umístění</emph></variable>"
+msgstr "<variable id=\"autopilotbrief6\">Zvolte <emph>Soubor - Průvodci - Dopis</emph> a přejděte na krok <emph>Název a umístění</emph></variable>"
#: 00000401.xhp#par_id3144760.120.help.text
msgid "<variable id=\"autopilotfax\">Choose <emph>File - Wizards - Fax</emph></variable>"
@@ -5316,19 +5300,19 @@ msgstr "Nabídka <emph>Soubor - Průvodci - Datový zdroj adres</emph>"
#: 00000401.xhp#par_id3145206.191.help.text
msgid "<variable id=\"addressimport2\"><emph>Address Data Source Wizards</emph> - <emph>Additional settings</emph></variable>"
-msgstr "<variable id=\"addressimport2\"><emph>Průvodce pro datový zdroj adres - Další nastavení</emph></variable>"
+msgstr "<variable id=\"addressimport2\"><emph>Soubor - Průvodci - Datový zdroj adres, krok Nastavení spojení</emph> a klikněte na tlačítko <emph>Nastavení...</emph></variable>"
#: 00000401.xhp#par_id3154756.192.help.text
msgid "<variable id=\"addressimport3\"><emph>Address Data Source Wizards</emph> - <emph>Select table</emph></variable>"
-msgstr "<variable id=\"addressimport3\"><emph>Průvodce pro datový zdroj adres - Vybrat tabulku</emph></variable>"
+msgstr "<variable id=\"addressimport3\"><emph>Soubor - Průvodci - Datový zdroj adres</emph>, krok <emph>Výběr tabulky</emph></variable>"
#: 00000401.xhp#par_id3153924.193.help.text
msgid "<variable id=\"addressimport4\"><emph>Address Data Source Wizards</emph><emph>- Data source title</emph></variable>"
-msgstr "<variable id=\"addressimport4\"><emph>Průvodce pro datový zdroj adres - Název zdroje dat</emph></variable>"
+msgstr "<variable id=\"addressimport4\"><emph>Soubor - Průvodci - Datový zdroj adres</emph>, krok <emph>Název zdroje dat</emph></variable>"
#: 00000401.xhp#par_id3148995.194.help.text
msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards</emph> - <emph>Field assignment</emph></variable>"
-msgstr "<variable id=\"addressimport5\"><emph>Průvodce pro datový zdroj adres - Přiřazení polí</emph></variable>"
+msgstr "<variable id=\"addressimport5\"><emph>Průvodce zdrojem dat adresáře</emph>, krok <emph>Přiřazení polí</emph></variable>"
#: 00000401.xhp#par_id3147338.57.help.text
msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph></variable>"
@@ -5392,9 +5376,8 @@ msgid "<variable id=\"htmlspeichern6\">$[officename] Draw/$[officename] Impress
msgstr ""
#: 00000401.xhp#par_id3149735.help.text
-#, fuzzy
msgid "<variable id=\"exportgraphic\">Choose <emph>File - Export</emph>, select a graphics file type, dialog opens automatically</variable>"
-msgstr "<variable id=\"export\">Zvolte <emph>Soubor - Exportovat</emph></variable>"
+msgstr "<variable id=\"exportgraphic\">Zvolte <emph>Soubor - Exportovat</emph>, vyberte typ grafického souboru, automaticky bude otevřen odpovídající dialog nastavení voleb exportu</variable>"
#: 00000401.xhp#par_id3154901.58.help.text
msgid "<variable id=\"saveall\">Choose <emph>File - Save All</emph></variable>"
@@ -5413,9 +5396,8 @@ msgid "<variable id=\"info1\">Choose <emph>File - Properties</emph></variable>"
msgstr "<variable id=\"info1\">Zvolte <emph>Soubor - Vlastnosti</emph></variable>"
#: 00000401.xhp#par_id3150381.62.help.text
-#, fuzzy
msgid "<variable id=\"info2\">Choose <emph>File - Properties - General</emph> tab</variable>"
-msgstr "<variable id=\"info1\">Zvolte <emph>Soubor - Vlastnosti</emph></variable>"
+msgstr "<variable id=\"info2\">Zvolte <emph>Soubor - Vlastnosti</emph> a vyberte záložku <emph>Obecné</emph></variable>"
#: 00000401.xhp#par_idN11163.help.text
msgid "Choose <emph>File - Digital Signatures</emph>"
@@ -5438,28 +5420,24 @@ msgid "<variable id=\"digitalsigsel\">Choose <emph>File - Properties - General</
msgstr ""
#: 00000401.xhp#par_id3150662.63.help.text
-#, fuzzy
msgid "<variable id=\"info3\">Choose <emph>File - Properties - Description</emph> tab</variable>"
-msgstr "<variable id=\"info1\">Zvolte <emph>Soubor - Vlastnosti</emph></variable>"
+msgstr "<variable id=\"info3\">Zvolte <emph>Soubor - Vlastnosti</emph> a vyberte záložku <emph>Popis</emph></variable>"
#: 00000401.xhp#par_id3153792.64.help.text
msgid "<variable id=\"info4\">Choose <emph>File - Properties - Custom Properties</emph> tab</variable>"
msgstr ""
#: 00000401.xhp#par_id3153701.65.help.text
-#, fuzzy
msgid "<variable id=\"info5\">Choose <emph>File - Properties - Statistics</emph> tab</variable>"
-msgstr "<variable id=\"info1\">Zvolte <emph>Soubor - Vlastnosti</emph></variable>"
+msgstr "<variable id=\"info5\">Zvolte <emph>Soubor - Vlastnosti</emph> a vyberte záložku <emph>Statistika</emph></variable>"
#: 00000401.xhp#par_id315370199.help.text
-#, fuzzy
msgid "<variable id=\"infosec\">Choose <emph>File - Properties - Security</emph> tab</variable>"
-msgstr "<variable id=\"info1\">Zvolte <emph>Soubor - Vlastnosti</emph></variable>"
+msgstr "<variable id=\"infosec\">Zvolte <emph>Soubor - Vlastnosti</emph> a vyberte záložku <emph>Zabezpečení</emph></variable>"
#: 00000401.xhp#par_id3149570.66.help.text
-#, fuzzy
msgid "<variable id=\"info6\">Choose <emph>File - Properties - Internet</emph> tab</variable>"
-msgstr "<variable id=\"info1\">Zvolte <emph>Soubor - Vlastnosti</emph></variable>"
+msgstr "<variable id=\"info6\">Zvolte <emph>Soubor - Vlastnosti</emph> a vyberte záložku <emph>Internet</emph></variable>"
#: 00000401.xhp#par_id3154275.67.help.text
msgid "<variable id=\"dokuvorlage\">Choose <emph>File - Templates</emph></variable>"
@@ -5576,7 +5554,7 @@ msgstr "Tisknout soubor přímo"
#: 00000401.xhp#par_id3153581.5.help.text
msgid "On the <emph>Page View</emph><emph>Bar</emph> of a text document, click"
-msgstr "Na panelu <emph>Náhled stránky</emph> textového dokumentu klepněte na"
+msgstr "Na <emph>panelu Náhled tisku</emph> textového dokumentu klikněte na"
#: 00000401.xhp#par_id3153068.help.text
msgid "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3155362\">Icon</alt></image>"
@@ -5584,7 +5562,7 @@ msgstr "<image id=\"img_id3155362\" src=\"cmd/sc_printpagepreview.png\" width=\"
#: 00000401.xhp#par_id3151239.6.help.text
msgid "Print Page Preview"
-msgstr "Tisk náhledu"
+msgstr "Tisk dokumentu"
#: 00000401.xhp#par_id3155869.72.help.text
msgid "Choose <emph>File - Exit</emph>"
@@ -5607,13 +5585,12 @@ msgid "Choose <emph>Data - Text to Columns</emph> (Calc)"
msgstr "Zvolte <emph>Data - Text do sloupců</emph> (Calc)"
#: 00000401.xhp#par_id3148608.81.help.text
-#, fuzzy
msgid "<variable id=\"epsexport\">Choose <emph>File - Export</emph>, if EPS is selected as file type, this dialog opens automatically</variable>"
-msgstr "<variable id=\"export\">Zvolte <emph>Soubor - Exportovat</emph></variable>"
+msgstr "<variable id=\"epsexport\">Zvolte <emph>Soubor - Exportovat</emph>, dialog se otevře automaticky po vybrání formátu EPS</variable>"
#: 00000401.xhp#par_id3150107.87.help.text
msgid "<variable id=\"pbmppmpgm\">Choose <emph>File - Export</emph>, if PBM, PPM or PGM is selected as file type, the dialog opens automatically</variable>"
-msgstr ""
+msgstr "<variable id=\"pbmppmpgm\">Zvolte <emph>Soubor - Exportovat</emph>, dialog se otevře automaticky po vybrání formátu PBM, PPM nebo PGM</variable>"
#: 00000401.xhp#par_id3145305.96.help.text
msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph></variable></variable>"
@@ -5751,33 +5728,28 @@ msgid "<variable id=\"aupitab2\">Open <emph>Form Controls</emph> toolbar, click
msgstr "<variable id=\"aupitab2\">Otevřete panel <emph>Ovládací prvky formuláře</emph>, klepněte na ikonu <emph>Více ovládacích prvků</emph>, klepněte na ikonu <emph>Ovládací prvek tabulky</emph> a natáhněte pole. Musí existovat databázové spojení.</variable>"
#: 00040501.xhp#par_id3156553.95.help.text
-#, fuzzy
msgid "<variable id=\"aupikomli\">Open Form Controls toolbar, click <emph>Combo Box</emph> or <emph>List Box</emph> icon and drag mouse to generate field. Database connection must exist in the form.</variable>"
-msgstr "<variable id=\"aupikomli\">Otevřete panel <emph>Ovládací prvky formuláře</emph>, klepněte na ikonu <emph>Kombinované pole</emph> nebo <emph>Seznam</emph> a natáhněte pole. Ve formuláři musí existovat databázové spojení.</variable>"
+msgstr "<variable id=\"aupikomli\">Otevřete panel Ovládací prvky formuláře, klikněte na ikonu <emph>Pole se seznamem</emph> nebo <emph>Seznam</emph> a tažením myši pole umístěte. Ve formuláři musí existovat databázové spojení.</variable>"
#: 00040501.xhp#par_id3148825.121.help.text
-#, fuzzy
msgid "<variable id=\"aupikomli1\">Open Form Controls toolbar, click <emph>Combo Box</emph> or <emph>List Box</emph> icon and drag mouse to generate field. Database connection must exist in the form: Wizard - Page 1.</variable>"
-msgstr "<variable id=\"aupikomli1\">Otevřete panel <emph>Ovládací prvky formuláře</emph>, klepněte na ikonu <emph>Kombinované pole</emph> nebo <emph>Seznam</emph> a natáhněte pole. Ve formuláři musí existovat databázové spojení: průvodce, krok 1.</variable>"
+msgstr "<variable id=\"aupikomli1\">Otevřete panel Ovládací prvky formuláře, klikněte na ikonu <emph>Pole se seznamem</emph> nebo <emph>Seznam</emph> a tažením myši pole umístěte. Ve formuláři musí existovat databázové spojení: Průvodce - Krok 1.</variable>"
#: 00040501.xhp#par_id3155434.122.help.text
-#, fuzzy
msgid "<variable id=\"aupikomli2\">Open Form Controls toolbar, click <emph>Combo Box</emph> or <emph>List Box</emph> icon and drag mouse to generate field. Database connection must exist in the form: Wizard - Page 2.</variable>"
-msgstr "<variable id=\"aupikomli2\">Otevřete panel <emph>Ovládací prvky formuláře</emph>, klepněte na ikonu <emph>Kombinované pole</emph> nebo <emph>Seznam</emph> a natáhněte pole. Ve formuláři musí existovat databázové spojení: průvodce, krok 2.</variable>"
+msgstr "<variable id=\"aupikomli2\">Otevřete panel Ovládací prvky formuláře, klikněte na ikonu <emph>Pole se seznamem</emph> nebo <emph>Seznam</emph> a tažením myši pole umístěte. Ve formuláři musí existovat databázové spojení: Průvodce - Krok 2.</variable>"
#: 00040501.xhp#par_id3151378.123.help.text
-#, fuzzy
msgid "<variable id=\"aupikomli3a\">Open Form Controls toolbar, click <emph>List Box</emph> icon and drag mouse to generate field. Database connection must exist in the form: Wizard - Page 3.</variable>"
-msgstr "<variable id=\"aupikomli3a\">Otevřete panel <emph>Ovládací prvky formuláře</emph>, klepněte na ikonu <emph>Seznam</emph> a natáhněte pole. Ve formuláři musí existovat databázové spojení: průvodce, krok 3.</variable>"
+msgstr "<variable id=\"aupikomli3a\">Otevřete panel Ovládací prvky formuláře, klikněte na ikonu <emph>Seznam</emph> a tažením myši pole umístěte. Ve formuláři musí existovat databázové spojení: Průvodce - Krok 3.</variable>"
#: 00040501.xhp#par_id3151246.124.help.text
-#, fuzzy
msgid "<variable id=\"aupikomli3b\">Open Form Controls toolbar, click <emph>Combo Box</emph> icon and drag mouse to generate field. Database connection must exist in the form: Wizard - Page 3.</variable>"
-msgstr "<variable id=\"aupikomli3b\">Otevřete panel <emph>Ovládací prvky formuláře</emph>, klepněte na ikonu <emph>Kombinované pole</emph> a natáhněte pole. Ve formuláři musí existovat databázové spojení: průvodce, krok 3.</variable>"
+msgstr "<variable id=\"aupikomli3b\">Otevřete panel Ovládací prvky formuláře, klikněte na ikonu <emph>Pole se seznamem</emph> a tažením myši pole umístěte. Ve formuláři musí existovat databázové spojení: Průvodce - Krok 3.</variable>"
#: 00040501.xhp#par_id3154923.2.help.text
msgid "Open <emph>Toolbox</emph> bar in Basic dialog editor, click"
-msgstr "Otevřete panel <emph>Nástroje</emph> v editoru dialogů Basic a klepněte na"
+msgstr "V editoru dialogu Basic otevřete panel <emph>Nástroje</emph> a klikněte na"
#: 00040501.xhp#par_id3151054.help.text
msgid "<image id=\"img_id3150865\" src=\"cmd/sc_showpropbrowser.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3150865\">Icon</alt></image>"
@@ -6405,11 +6377,11 @@ msgstr "<variable id=\"Tabellen\">V okně databázového souboru klepněte na ik
#: 00000450.xhp#par_id3153760.64.help.text
msgid "<variable id=\"tabellenentwurf\">In a database file window, click the Tables icon. Choose Insert -<emph> Table Design</emph> or <emph>Edit - Edit</emph></variable>"
-msgstr "<variable id=\"tabellenentwurf\">V okně databázového souboru klepněte na ikonu <emph>Tabulky</emph>. Zvolte <emph>Vložit - Návrh tabulky</emph> nebo <emph>Úpravy - Upravit</emph></variable>"
+msgstr "<variable id=\"tabellenentwurf\">V okně databázového souboru klikněte na ikonu Tabulky. Zvolte <emph>Vložit - Návrh tabulky</emph> nebo <emph>Úpravy - Upravit</emph></variable>"
#: 00000450.xhp#par_id3156329.65.help.text
msgid "<variable id=\"indexentwurf\">In a database file window, click the Tables icon. Choose <emph>Insert - Table Design</emph> or <emph>Edit - Edit</emph></variable>"
-msgstr "<variable id=\"indexentwurf\">V okně databázového souboru klepněte na ikonu <emph>Tabulky</emph>. Zvolte <emph>Vložit - Návrh tabulky</emph> nebo <emph>Úpravy - Upravit</emph></variable>"
+msgstr "<variable id=\"indexentwurf\">V okně databázového souboru klikněte na ikonu Tabulky. Zvolte <emph>Vložit - Návrh tabulky</emph> nebo <emph>Úpravy - Upravit</emph></variable>"
#: 00000450.xhp#par_id3154047.23.help.text
msgid "<variable id=\"AbfrageNeu\">In a database file window, choose <emph>Insert - Query (Design view)</emph></variable>"
@@ -6462,9 +6434,8 @@ msgid "<emph>Sort Order</emph> icon on the Table Data bar and Form Design bar"
msgstr "Ikona <emph>Pořadí řazení</emph> na panelu Data tabulky nebo Návrh formuláře"
#: 00000450.xhp#par_id3150393.help.text
-#, fuzzy
msgid "<image id=\"img_id3145606\" src=\"cmd/sc_tablesort.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145606\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153063\" src=\"cmd/sc_addtable.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153063\">Ikonka</alt></image>"
+msgstr "<image id=\"img_id3145606\" src=\"cmd/sc_tablesort.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145606\">Ikona</alt></image>"
#: 00000450.xhp#par_id3145745.50.help.text
msgid "Sort Order"
diff --git a/translations/source/cs/helpcontent2/source/text/shared/01.po b/translations/source/cs/helpcontent2/source/text/shared/01.po
index 60b409a6c8f..5f41b068cb5 100644
--- a/translations/source/cs/helpcontent2/source/text/shared/01.po
+++ b/translations/source/cs/helpcontent2/source/text/shared/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
-"PO-Revision-Date: 2012-02-09 15:15+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
+"PO-Revision-Date: 2012-03-03 12:29+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\n"
@@ -945,7 +945,7 @@ msgstr "<variable id=\"general\"><link href=\"text/shared/01/06150110.xhp\" name
#: 06150110.xhp#par_id3149038.12.help.text
msgid "<ahelp hid=\"\">Enter or edit general information for an <link href=\"text/shared/01/06150000.xhp\" name=\"XML filter\">XML filter</link>.</ahelp>"
-msgstr "<ahelp visibility=\"visible\" hid=\"\">Zadejte nebo upravte informace <link href=\"text/shared/01/06150000.xhp\" name=\"XML filtru\">XML filtru</link>.</ahelp>"
+msgstr "<ahelp hid=\"\">Zadejte nebo upravte obecné informace <link href=\"text/shared/01/06150000.xhp\" name=\"XML filtru\">XML filtru</link>.</ahelp>"
#: 06150110.xhp#hd_id3151097.2.help.text
msgid "Filter name"
@@ -995,7 +995,7 @@ msgstr "Zarovnání"
#: 05030700.xhp#bm_id3150008.help.text
msgid "<bookmark_value>aligning; paragraphs</bookmark_value><bookmark_value>paragraphs; alignment</bookmark_value><bookmark_value>lines of text; alignment</bookmark_value><bookmark_value>left alignment of paragraphs</bookmark_value><bookmark_value>right alignment of paragraphs</bookmark_value><bookmark_value>centered text</bookmark_value><bookmark_value>justifying text</bookmark_value>"
-msgstr "<bookmark_value>zarovnání; odstavce</bookmark_value><bookmark_value>odstavce; zarovnání</bookmark_value><bookmark_value>text; zarovnání</bookmark_value><bookmark_value>řádky; zarovnání</bookmark_value><bookmark_value>zarovnání odstavců vlevo</bookmark_value><bookmark_value>zarovnání; text</bookmark_value><bookmark_value>zarovnání odstavců vpravo</bookmark_value><bookmark_value>zarovnání textu na střed</bookmark_value><bookmark_value>zarovnání textu do bloku</bookmark_value>"
+msgstr "<bookmark_value>zarovnání; odstavce</bookmark_value><bookmark_value>odstavce; zarovnání</bookmark_value><bookmark_value>řádky; zarovnání</bookmark_value><bookmark_value>zarovnání odstavců doleva</bookmark_value><bookmark_value>zarovnání odstavců doprava</bookmark_value><bookmark_value>zarovnání textu na střed</bookmark_value><bookmark_value>zarovnání textu do bloku</bookmark_value>"
#: 05030700.xhp#hd_id3150008.1.help.text
msgid "<link href=\"text/shared/01/05030700.xhp\" name=\"Alignment\">Alignment</link>"
@@ -1295,9 +1295,8 @@ msgid "<ahelp hid=\"SW:METRICFIELD:TP_NUM_POSITION:MF_INDENT\">Enter the amount
msgstr "<ahelp hid=\"SW:METRICFIELD:TP_NUM_POSITION:MF_INDENT\">Zadejte vzdálenost mezi levým okrajem symbolu číslování a levým okrajem textu.</ahelp>"
#: 06050600.xhp#hd_id3156194.8.help.text
-#, fuzzy
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Minimum space numbering <-> text</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Postupné číslování </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Minimální rozestup číslování a textu</caseinline></switchinline>"
#: 06050600.xhp#par_id3147574.18.help.text
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><ahelp hid=\"SW:METRICFIELD:TP_NUM_POSITION:MF_NUMDIST\">Enter the minimum amount of space to leave between the right edge of the numbering symbol and the left edge of the text.</ahelp></caseinline></switchinline>"
@@ -1553,49 +1552,47 @@ msgstr "<link href=\"text/shared/01/05050000.xhp\" name=\"Změnit velikost písm
#: 05050000.xhp#par_id3151299.2.help.text
msgid "<ahelp hid=\".\">Changes the case of characters in the selection. If the cursor is within a word and no text is selected, then the word is the selection.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Změní velikost písmen ve výběru. Pokud je kurzor umístěn na slově a není aktivní žádný výběr, výběrem je dané slovo.</ahelp>"
#: 05050000.xhp#hd_id3147572.5.help.text
msgid "Sentence case"
-msgstr ""
+msgstr "První velké"
#: 05050000.xhp#par_id3150694.6.help.text
msgid "<ahelp hid=\".\">Changes the first letter of the selected western characters to an uppercase character.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Změní první písmeno vybraných znaků textu napsaného znaky západních písem na velké písmeno.</ahelp>"
#: 05050000.xhp#hd_id3147571.5.help.text
msgid "lowercase"
-msgstr ""
+msgstr "malá písmena"
#: 05050000.xhp#par_id3150693.6.help.text
-#, fuzzy
msgid "<ahelp hid=\".uno:ChangeCaseToLower\">Changes the selected western characters to lowercase characters.</ahelp>"
-msgstr "<ahelp hid=\".uno:ChangeCaseToHiragana\">Změní označené znaky asijské abecedy na znaky Hiragana.</ahelp>"
+msgstr "<ahelp hid=\".uno:ChangeCaseToLower\">Změní označené znaky textu napsaného znaky západních písem na malá písmena.</ahelp>"
#: 05050000.xhp#hd_id3147143.3.help.text
msgid "UPPERCASE"
-msgstr ""
+msgstr "VELKÁ PÍSMENA"
#: 05050000.xhp#par_id3152372.4.help.text
-#, fuzzy
msgid "<ahelp hid=\".uno:ChangeCaseToUpper\">Changes the selected western characters to uppercase characters.</ahelp>"
-msgstr "<ahelp hid=\".uno:ChangeCaseToHiragana\">Změní označené znaky asijské abecedy na znaky Hiragana.</ahelp>"
+msgstr "<ahelp hid=\".uno:ChangeCaseToUpper\">Změní označené znaky textu napsaného znaky západních písem na velká písmena.</ahelp>"
#: 05050000.xhp#hd_id3147511.5.help.text
msgid "Capitalize Every Word"
-msgstr ""
+msgstr "Každé Slovo Velkým Písmenem"
#: 05050000.xhp#par_id3150613.6.help.text
msgid "<ahelp hid=\".\">Changes the first character of every word of the selected western characters to an uppercase character.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Změní první písmeno každého vybraného slova napsaného znaky západních písem na velké písmeno.</ahelp>"
#: 05050000.xhp#hd_id3147521.5.help.text
msgid "tOGGLE cASE"
-msgstr ""
+msgstr "pROHOZENÁ vELIKOST"
#: 05050000.xhp#par_id3150623.6.help.text
msgid "<ahelp hid=\".\">Toggles case of all selected western characters.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Prohodí aktuální velikost vybraných znaků textu napsaného znaky západních písem.</ahelp>"
#: 05050000.xhp#hd_id3155392.7.help.text
msgid "Half-width"
@@ -6828,9 +6825,8 @@ msgid "<link href=\"text/shared/01/01170000.xhp\" name=\"Exit\">Exit</link>"
msgstr "<link href=\"text/shared/01/01170000.xhp\" name=\"Ukončit\">Ukončit</link>"
#: 01170000.xhp#par_id3151299.2.help.text
-#, fuzzy
msgid "<ahelp hid=\".\">Closes all $[officename] programs and prompts you to save your changes.</ahelp> <switchinline select=\"sys\"><caseinline select=\"MAC\">This command does not exist on Mac OS X systems.</caseinline><defaultinline/></switchinline>"
-msgstr "<ahelp hid=\".uno:BasicStop\">Zastaví běh aktuálního makra.</ahelp><switchinline select=\"sys\"><caseinline select=\"MAC\"></caseinline><defaultinline> Můžete také stisknout Shift+Ctrl+Q.</defaultinline></switchinline>"
+msgstr "<ahelp hid=\".\">Ukončí všechny programy $[officename] a nabídne možnost uložení změn.</ahelp> <switchinline select=\"sys\"><caseinline select=\"MAC\">Tento příkaz v systému Mac OS X neexistuje.</caseinline><defaultinline/></switchinline>"
#: 01170000.xhp#par_id3154184.6.help.text
msgid "<link href=\"text/shared/01/01050000.xhp\" name=\"Close the current document\">Close the current document</link>"
@@ -19174,7 +19170,7 @@ msgstr "<image id=\"img_id3150774\" src=\"res/sc06301.png\" width=\"0.222inch\"
#: 05320000.xhp#par_id3155941.19.help.text
msgid "Left arrow"
-msgstr "Šipka vlevo"
+msgstr "Šipka doleva"
#: 05320000.xhp#hd_id3147010.20.help.text
msgid "To the Right"
diff --git a/translations/source/cs/helpcontent2/source/text/shared/02.po b/translations/source/cs/helpcontent2/source/text/shared/02.po
index f6d8f6ac2fc..292fd300388 100644
--- a/translations/source/cs/helpcontent2/source/text/shared/02.po
+++ b/translations/source/cs/helpcontent2/source/text/shared/02.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-02-07 11:23+0200\n"
"Last-Translator: kendy <kendy@suse.cz>\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 18010000.xhp#tit.help.text
diff --git a/translations/source/cs/helpcontent2/source/text/shared/04.po b/translations/source/cs/helpcontent2/source/text/shared/04.po
index 9362d0f66c7..bbfc8954981 100644
--- a/translations/source/cs/helpcontent2/source/text/shared/04.po
+++ b/translations/source/cs/helpcontent2/source/text/shared/04.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-06-21 14:11+0200\n"
"Last-Translator: kendy <kendy@suse.cz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/cs/helpcontent2/source/text/shared/05.po b/translations/source/cs/helpcontent2/source/text/shared/05.po
index 3194b4edc75..96143ee4945 100644
--- a/translations/source/cs/helpcontent2/source/text/shared/05.po
+++ b/translations/source/cs/helpcontent2/source/text/shared/05.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-02-07 11:24+0200\n"
"Last-Translator: kendy <kendy@suse.cz>\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 00000110.xhp#tit.help.text
diff --git a/translations/source/cs/helpcontent2/source/text/shared/07.po b/translations/source/cs/helpcontent2/source/text/shared/07.po
index d2a35d1d21e..1ee3f9ed6b2 100644
--- a/translations/source/cs/helpcontent2/source/text/shared/07.po
+++ b/translations/source/cs/helpcontent2/source/text/shared/07.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F07.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 18:07+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/cs/helpcontent2/source/text/shared/autokorr.po b/translations/source/cs/helpcontent2/source/text/shared/autokorr.po
index adc083fc3aa..f97f349c3fd 100644
--- a/translations/source/cs/helpcontent2/source/text/shared/autokorr.po
+++ b/translations/source/cs/helpcontent2/source/text/shared/autokorr.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautokorr.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 18:07+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/cs/helpcontent2/source/text/shared/autopi.po b/translations/source/cs/helpcontent2/source/text/shared/autopi.po
index 99558c11d8f..0a14949af91 100644
--- a/translations/source/cs/helpcontent2/source/text/shared/autopi.po
+++ b/translations/source/cs/helpcontent2/source/text/shared/autopi.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautopi.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-18 00:04+0200\n"
"Last-Translator: Jindřich <khagaroth@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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 01110200.xhp#tit.help.text
diff --git a/translations/source/cs/helpcontent2/source/text/shared/explorer/database.po b/translations/source/cs/helpcontent2/source/text/shared/explorer/database.po
index b6e5ce25128..afc2975b2dc 100644
--- a/translations/source/cs/helpcontent2/source/text/shared/explorer/database.po
+++ b/translations/source/cs/helpcontent2/source/text/shared/explorer/database.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2Fexplorer%2Fdatabase.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
-"PO-Revision-Date: 2012-02-16 22:50+0200\n"
-"Last-Translator: Stanislav <stanislav.horacek@gmail.com>\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2012-02-21 00:47+0200\n"
+"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
diff --git a/translations/source/cs/helpcontent2/source/text/shared/guide.po b/translations/source/cs/helpcontent2/source/text/shared/guide.po
index 06669afd040..fd0f6d9206a 100644
--- a/translations/source/cs/helpcontent2/source/text/shared/guide.po
+++ b/translations/source/cs/helpcontent2/source/text/shared/guide.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
-"PO-Revision-Date: 2012-02-20 00:01+0200\n"
-"Last-Translator: kendy <kendy@suse.cz>\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2012-02-29 22:17+0200\n"
+"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
@@ -3574,7 +3574,7 @@ msgstr "Pokud chcete najít text s písmem podle názvu, klepněte na tlačítko
#: find_attributes.xhp#par_idN1069D.help.text
msgid "After you select the attributes that you want to search for, the <emph>Search for Styles</emph> box in the <emph>Options </emph>area of the %PRODUCTNAME Writer <emph>Find & Replace </emph>dialog changes to <emph>Including Styles</emph>."
-msgstr "Až vyberete atributy, které chcete hledat, změní se pole <emph>Hledat styly</emph> v části <emph>Volby</emph> dialogu <emph>Najít a nahradit</emph> na <emph>Včetně stylů</emph>."
+msgstr "V dialogu <emph>Najít a nahradit</emph> programu %PRODUCTNAME Writer se po vybrání atributů, které chcete hledat, položka <emph>Hledat styly</emph> v části <emph>Volby</emph> změní na <emph>Včetně stylů</emph>."
#: find_attributes.xhp#par_idN106B0.help.text
msgid "If you want to search for text in which attributes were set by using direct formatting and styles, select the <emph>Including Styles</emph> box."
@@ -5142,7 +5142,7 @@ msgstr "V operačních systémech Windows se pro ověření podpisu používají
#: digital_signatures.xhp#par_id6819971.help.text
msgid "The messages about validation of a signature that you see in %PRODUCTNAME are the messages that the validation files return. The %PRODUCTNAME software has no way to ensure that the messages reflect the true status of any certificate. The %PRODUCTNAME software only displays the messages that other files that are not under control of %PRODUCTNAME report. There is no legal responsibility of %PRODUCTNAME that the displayed messages reflect the true status of a digital signature."
-msgstr "Oznámení o ověření podpisu v %PRODUCTNAME zobrazuje výsledek ověření získaný ze systému. %PRODUCTNAME nijak nezaručuje, že tato zpráva odpovídá skutečnému stavu certifikátu. po%PRODUCTNAME pouze zobrazuje zprávy knihoven, které nemůže ovlivnit. Neexistuje žádný právní závazek, že %PRODUCTNAME zobrazí skutečný stav elektronického podpisu."
+msgstr "Oznámení o ověření podpisu v %PRODUCTNAME zobrazuje výsledek ověření získaný ze systému. %PRODUCTNAME nijak nezaručuje, že tato zpráva odpovídá skutečnému stavu certifikátu. %PRODUCTNAME pouze zobrazuje zprávy knihoven, které nemůže ovlivnit. Neexistuje žádný právní závazek, že %PRODUCTNAME zobrazí skutečný stav elektronického podpisu."
#: digital_signatures.xhp#par_id3204443.help.text
msgctxt "digital_signatures.xhp#par_id3204443.help.text"
@@ -6383,7 +6383,7 @@ msgstr "V současné době podporuje $[officename] z <link href=\"text/shared/0
#: ctl.xhp#par_id3155420.11.help.text
msgid "If you select the text flow from right to left, embedded Western text still runs from left to right. The cursor responds to the arrow keys in that Right Arrow moves it \"to the text end\" and Left Arrow \"to the text start\"."
-msgstr "Pokud zvolíte směr textu zprava doleva, vložené západní texty se stále zobrazují zleva doprava. Kurzor se při pohybu kurzorovými klávesami chová tak, že šipka vpravo přesune kurzor \"na konec textu\" a šipka vlevo \"na začátek textu\"."
+msgstr "Pokud zvolíte směr textu zprava doleva, vložené západní texty se stále zobrazují zleva doprava. Kurzor se při pohybu kurzorovými klávesami chová tak, že šipka doprava přesune kurzor \"na konec textu\" a šipka doleva \"na začátek textu\"."
#: ctl.xhp#par_id3145609.1.help.text
msgid "You can change the text writing direction directly be pressing one of the following keys:"
@@ -7664,7 +7664,7 @@ msgstr "Spuštění příkazu ikony"
#: keyboard.xhp#par_id3148922.16.help.text
msgid "Press F6 repeatedly until the first icon on the toolbar is selected. Use the right and left arrows to select an icon on a horizontal toolbar. Similarly, use the up and down arrows to select an icon on a vertical toolbar. The Home key selects the first icon on a toolbar and the End key, the last."
-msgstr "Opakovaným stiskem F6 vyberte první ikonu na požadovaném panelu nástrojů. Šipkami vlevo a vpravo vyberte ikonu na vodorovném panelu. Podobně na svislém panelu použijte šipky nahoru a dolů. Klávesa Home vybere první ikonu na panelu a klávesa End poslední."
+msgstr "Opakovaným stiskem F6 vyberte první ikonu na požadovaném panelu nástrojů. Šipkami doleva a doprava vyberte ikonu na vodorovném panelu. Podobně na svislém panelu použijte šipky nahoru a dolů. Klávesa Home vybere první ikonu na panelu a klávesa End poslední."
#: keyboard.xhp#par_id3144433.15.help.text
msgid "Press Enter to execute the selected icon. If the selected icon normally demands a consecutive mouse action, such as inserting a rectangle, then pressing the Enter key is not sufficient: in these cases press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter."
@@ -7972,7 +7972,7 @@ msgstr "Klávesy v oblasti výběru (spodní část návrhu dotazu)"
#: keyboard.xhp#par_id3152896.146.help.text
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Left Arrow or Right Arrow: moves the selected column to the left or to the right."
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Šipka vlevo nebo vpravo: přesune vybraný sloupec vlevo nebo vpravo."
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Šipka doleva nebo doprava: přesune vybraný sloupec doleva nebo doprava."
#: keyboard.xhp#hd_id3146152.131.help.text
msgid "Keys in the Table Design Window"
@@ -8044,7 +8044,7 @@ msgstr "Pravítko"
#: keyboard.xhp#par_id3152869.83.help.text
msgid "Left or Right Arrow: go one position to the left or to the right"
-msgstr "Šipka vlevo nebo vpravo: posun o jednu pozici vlevo nebo vpravo"
+msgstr "Šipka doleva nebo doprava: posunout o jednu pozici doleva nebo doprava"
#: keyboard.xhp#par_id3151000.84.help.text
msgid "Ctrl+Left Arrow or Ctrl+Right Arrow: jump to the previous or to the next split"
diff --git a/translations/source/cs/helpcontent2/source/text/shared/optionen.po b/translations/source/cs/helpcontent2/source/text/shared/optionen.po
index 7e0ace1c2a2..e6e88f3fe93 100644
--- a/translations/source/cs/helpcontent2/source/text/shared/optionen.po
+++ b/translations/source/cs/helpcontent2/source/text/shared/optionen.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2Foptionen.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
-"PO-Revision-Date: 2012-02-20 00:03+0200\n"
-"Last-Translator: kendy <kendy@suse.cz>\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-03-01 19:38+0200\n"
+"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
@@ -79,159 +79,159 @@ msgstr "<variable id=\"compatibility_var\"><link href=\"text/shared/optionen/010
#: 01041000.xhp#par_idN10625.help.text
msgid "<ahelp hid=\"53251\">Specifies compatibility settings for text documents. These options help in fine-tuning %PRODUCTNAME when importing Microsoft Word documents.</ahelp>"
-msgstr "<ahelp hid=\"53251\">Nastavení kompatibility pro textové dokumenty. Tyto volby vám pomohou vyladit import dokumentů z Microsoft Word do %PRODUCTNAME.</ahelp>"
+msgstr "<ahelp hid=\"53251\">Nastavení kompatibility pro textové dokumenty. Tyto volby vám pomohou vyladit import dokumentů Microsoft Word do %PRODUCTNAME.</ahelp>"
#: 01041000.xhp#par_id3153876.17.help.text
msgid "Some of the settings defined here are only valid for the current document and must be defined separately for each document."
-msgstr "Některé z těchto voleb jsou platné pouze pro současný dokument. Je třeba nastavit je pro každý dokument zvlášť."
+msgstr "Některé z těchto voleb jsou platné pouze pro aktuálně otevřený dokument a je třeba nastavit je pro každý dokument zvlášť."
#: 01041000.xhp#hd_id3149400.47.help.text
msgid "Use printer metrics for document formatting"
-msgstr "Pro formátování dokumentu použít metriky tiskárny"
+msgstr "K formátování dokumentu použít metriku tiskárny"
#: 01041000.xhp#par_id3155602.48.help.text
msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTLOAD_PAGE_CB_PRINTER_METRICS\">Specifies that printer metrics are applied for printing and also for formatting the display on the screen.</ahelp> If this box is not checked, a printer independent layout will be used for screen display and printing."
-msgstr "<ahelp hid=\"SW_CHECKBOX_TP_OPTLOAD_PAGE_CB_PRINTER_METRICS\">Pro tisk a také formátování na obrazovce se použijí metriky tiskárny.</ahelp> Pokud není zaškrtnuto toto pole, pro tisk a zobrazení na obrazovce se použije nezávislé rozvržení."
+msgstr "<ahelp hid=\"SW_CHECKBOX_TP_OPTLOAD_PAGE_CB_PRINTER_METRICS\">Určuje, že při tisku a formátování pro zobrazení na obrazovce se použije metrika tiskárny.</ahelp> Pokud tato volba není zaškrtnuta, pro zobrazení a tisk se použije na tiskárně nezávislé rozvržení."
#: 01041000.xhp#par_id3155768.49.help.text
msgid "If you set this option for the current document and then save the document, for example, in an older binary format, this option will not be saved. If you later open the file from the older format, this option will be set by default."
-msgstr "Pokud nastavíte tuto volbu pro současný dokument a poté jej uložíte např. ve starším binárním formátu, tato volba se neuloží. Pokud později otevřete soubor ve starším formátu, tato volba se nastaví podle výchozího nastavení."
+msgstr "Pokud tuto volbu nastavíte pro aktuálně otevřený dokument a poté jej uložíte např. ve starším binárním formátu, tato volba se neuloží. Pokud tento soubor uložený ve starším formátu později otevřete, tato volba bude zaškrtnuta."
#: 01041000.xhp#hd_id3145640.9.help.text
msgctxt "01041000.xhp#hd_id3145640.9.help.text"
msgid "Add spacing between paragraphs and tables (in current document)"
-msgstr "Přidat proklad mezi odstavci a tabulkami (v aktuálním dokumentu)"
+msgstr "Přidat mezi odstavce a tabulky mezeru (v aktuálním dokumentu)"
#: 01041000.xhp#par_id3147339.18.help.text
msgid "In $[officename] Writer, paragraph spacing is defined differently than in MS Word documents. If you have defined spacing between two paragraphs or tables, spacing is also added in the corresponding MS Word documents."
-msgstr "V $[officename] Writer jsou vzdálenosti mezi odstavci určeny jiným způsobem než v dokumentech MS Word. Pokud určíte vzdálenost mezi dvěma odstavci či tabulkami, tato vzdálenost se také přidá do dokumentů MS Word."
+msgstr "V $[officename] Writer jsou vzdálenosti mezi odstavci určeny jiným způsobem než v dokumentech MS Word. Pokud jste nastavili mezeru mezi dvěma odstavci nebo tabulkami, bude tato vzdálenost také přidána do odpovídajících dokumentů MS Word."
#: 01041000.xhp#par_id3151250.19.help.text
msgid "<ahelp hid=\"SW:CHECKBOX:TP_OPTLOAD_PAGE:CB_MERGE_PARA_DIST\">Specifies whether to add MS Word-compatible spacing between paragraphs and tables in $[officename] Writer text documents.</ahelp>"
-msgstr "<ahelp hid=\"SW:CHECKBOX:TP_OPTLOAD_PAGE:CB_MERGE_PARA_DIST\">Určuje, zda mezi odstavce a tabulky v dokumentech $[officename] Writer přidávat určení vzdálenosti kompatibilní s MS Word.</ahelp>"
+msgstr "<ahelp hid=\"SW:CHECKBOX:TP_OPTLOAD_PAGE:CB_MERGE_PARA_DIST\">Určuje, zda mezi odstavce a tabulky v dokumentech $[officename] Writer přidávat určení mezer kompatibilní s MS Word.</ahelp>"
#: 01041000.xhp#hd_id3146317.29.help.text
msgctxt "01041000.xhp#hd_id3146317.29.help.text"
msgid "Add paragraph and table spacing at tops of pages (in current document)"
-msgstr "Přidat prokládání odstavců a tabulek nahoře na stránkách (v aktuálním dokumentu)"
+msgstr "Přidat odstavcům a tabulkám na začátku stránek horní mezeru (v aktuálním dokumentu)"
#: 01041000.xhp#par_id3155333.30.help.text
msgid "<ahelp hid=\"SW:CHECKBOX:TP_OPTLOAD_PAGE:CB_MERGE_PARA_DIST_PAGESTART\">Specifies whether paragraph spacing at the top of a page will also be effective at the beginning of a page or column if the paragraph is positioned on the first page of the document.</ahelp> The same applies for a page break."
-msgstr "<ahelp hid=\"SW:CHECKBOX:TP_OPTLOAD_PAGE:CB_MERGE_PARA_DIST_PAGESTART\">Určuje, zda se má použít vzdálenost nad odstavcem, který se nachází na začátku stránky nebo sloupce.</ahelp> Totéž platí pro zalomení stránky."
+msgstr "<ahelp hid=\"SW:CHECKBOX:TP_OPTLOAD_PAGE:CB_MERGE_PARA_DIST_PAGESTART\">Určuje, zda se má použít mezera před odstavcem, který se nachází na začátku stránky nebo sloupce na první stránce dokumentu.</ahelp> Totéž platí pro zalomení stránky."
#: 01041000.xhp#par_id3145789.20.help.text
msgid "If you import an MS Word document, the spaces are automatically added during the conversion."
-msgstr "Pokud importujete dokument z aplikace MS Word, budou v průběhu převodu automaticky přidány mezery."
+msgstr "Pokud importujete dokument z aplikace MS Word, budou mezery automaticky přidány během převodu."
#: 01041000.xhp#hd_id3149964.42.help.text
-msgid "Use StarOffice 6.0/7 tab stop formatting"
-msgstr "Použít formátování tabulátorů StarOffice 6.0/7"
+msgid "Use OpenOffice.org 1.1 tab stop formatting"
+msgstr "Použít formátování kroku tabulátoru jako OpenOffice.org 1.1"
#: 01041000.xhp#par_id3152777.43.help.text
msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTLOAD_PAGE_CB_TAB_ALIGNMENT\">Specifies how to align text at tab stops beyond the right margin, how to handle decimal tab stops, and how to handle tab stops close to a line break.</ahelp> If this check box is not selected, tab stops are handled in the same way as in other Office applications."
-msgstr "<ahelp hid=\"SW_CHECKBOX_TP_OPTLOAD_PAGE_CB_TAB_ALIGNMENT\">Určuje, jak zarovnávat text u tabulátorů za pravým okrajem, jak použít desetinné tabulátory a jak pracovat s tabulátory blízko konce řádku.</ahelp> Pokud není toto pole zaškrtnuto, s tabulátory se pracuje stejně jako v jiných Office aplikacích."
+msgstr "<ahelp hid=\"SW_CHECKBOX_TP_OPTLOAD_PAGE_CB_TAB_ALIGNMENT\">Určuje, jak zarovnávat text u tabulátorů za pravým okrajem, jak použít desetinné tabulátory a jak pracovat s tabulátory blízko konce řádku.</ahelp> Pokud tato volba není zaškrtnuta, s tabulátory se pracuje stejně jako v jiných Office aplikacích."
#: 01041000.xhp#par_idN10810.help.text
msgid "In text documents created by your current version of Writer, the new tab stop handling is used by default. In text documents created by Writer versions prior to StarOffice 8 or OpenOffice.org 2.0, the old tab stop handling is applied."
-msgstr "V textových dokumentech vytvořených v aktuální verzi Writeru se implicitně používá nová správa tabulátorů. V dokumentech vytvořených před StarOffice 8 nebo OpenOffice.org 2.0 se používá staré řešení tabulátorů."
+msgstr "V textových dokumentech vytvořených v aktuální verzi Writeru se implicitně používá nová obsluha tabulátorů. V dokumentech vytvořených verzemi staršími než StarOffice 8 nebo OpenOffice.org 2.0 se používá stará obsluha tabulátorů."
#: 01041000.xhp#par_idN107F9.help.text
msgid "Do not add leading (extra space) between lines of text"
-msgstr "Nepřidávat odstup (mezery navíc) mezi řádky textu"
+msgstr "Nepřidávat proklad (mezeru navíc) mezi řádky textu"
#: 01041000.xhp#par_idN10806.help.text
msgid "Specifies that additional leading (extra space) between lines of text is not added, even if the font in use contains the additional leading attribute."
-msgstr "Mezi řádky textu se nepřidává místo navíc, i když písmo obsahuje dodatečný atribut pro odstup."
+msgstr "Určuje, že se mezi řádky textu nepřidá proklad (mezera navíc), i když použité písmo obsahuje dodatečný atribut pro proklad."
#: 01041000.xhp#par_idN10809.help.text
msgid "In text documents created by your current version of Writer, the additional leading is used by default. In text documents created by Writer versions prior to StarOffice 8 or OpenOffice.org 2.0, the additional leading is not used."
-msgstr "V textových dokumentech vytvořených v aktuální verzi Writeru se implicitně používá dodatečný odstup. V dokumentech vytvořených před StarOffice 8 nebo OpenOffice.org 2.0 se dodatečný odstup nepoužívá."
+msgstr "V textových dokumentech vytvořených v aktuální verzi Writeru se proklad implicitně používá. V dokumentech vytvořených verzemi staršími než StarOffice 8 nebo OpenOffice.org 2.0 se dodatečný proklad nepoužívá."
#: 01041000.xhp#par_idN107FF.help.text
-msgid "Use StarOffice 6.0/7 line spacing"
-msgstr "Použít řádkování StarOffice 6.0/7"
+msgid "Use OpenOffice.org 1.1 line spacing"
+msgstr "Použít řádkování jako OpenOffice.org 1.1"
#: 01041000.xhp#par_idN10815.help.text
msgid "If the option is off, a new process for formatting text lines with proportional line spacing will be applied. If the option is on, the previous method of formatting of text lines with proportional line spacing will be applied."
-msgstr "Pokud není tato volba zaškrtnuta, použije se nový proces pro formátování řádků textu s proporcionálním rozestupem řádků. Je-li toto pole zaškrtnuto, použije se starší proces pro formátování řádků textu s proporcionálním rozestupem řádků. "
+msgstr "Pokud tato volba není zaškrtnuta, použije se nový proces pro formátování řádků textu s proporcionálním řádkováním. Je-li tato volba zaškrtnuta, použije se dřívější metoda formátování řádků textu s proporcionálním řádkováním."
#: 01041000.xhp#par_idN10818.help.text
msgid "In text documents created by your current version of Writer and in Microsoft Word documents of recent versions, the new process is used. In text documents created by Writer versions prior to StarOffice 8 or OpenOffice.org 2.0, the previous process is used."
-msgstr "V textových dokumentech vytvořených v aktuální verzi Writeru a Microsoft Word se použije nový proces. V dokumentech vytvořených před StarOffice 8 nebo OpenOffice.org 2.0 se použije starší proces."
+msgstr "V textových dokumentech vytvořených v aktuální verzi Writeru a Microsoft Word se použije nový proces. V dokumentech vytvořených verzemi staršími než StarOffice 8 nebo OpenOffice.org 2.0 se použije dřívější proces."
#: 01041000.xhp#par_idN1081B.help.text
msgctxt "01041000.xhp#par_idN1081B.help.text"
msgid "Add paragraph and table spacing at bottom of table cells"
-msgstr "Přidat prokládání odstavce a tabulky na konec buněk tabulky"
+msgstr "Přidat posledním odstavcům a tabulkám v buňkách spodní mezeru"
#: 01041000.xhp#par_idN10846.help.text
msgid "Specifies that the bottom spacing is added to a paragraph, even when it is the last paragraph in a table cell."
-msgstr "Určuje, že se k odstavci přidá vzdálenost pod odstavcem, i když jde o poslední odstavec v buňce tabulky."
+msgstr "Určuje, že se u odstavce a tabulky použije spodní mezera, i když jde o poslední odstavec nebo tabulku v buňce tabulky."
#: 01041000.xhp#par_idN10849.help.text
msgid "If the option is off, table cells will be formatted as in Writer versions prior to StarOffice 8 or OpenOffice.org 2.0. If the option is on, an alternative method of formatting table cells will be applied. The option is on by default for new documents created with %PRODUCTNAME %PRODUCTVERSION and for documents imported from Microsoft Word format."
-msgstr "Pokud není toto pole zaškrtnuto, buňky tabulky se formátují jako ve Writeru před verzí StarOffice 8 nebo OpenOffice.org 2.0. Je-li toto pole zaškrtnuto, použije se alternativní metoda pro formátování buněk tabulky. Pro nové dokumenty vytvořené v %PRODUCTNAME %PRODUCTVERSION a dokumenty importované z formátu Microsoft Word je tato volba implicitně zapnuta."
+msgstr "Pokud tato volba není povolena, buňky tabulky budou formátovány jako ve verzích Writeru starších než StarOffice 8 nebo OpenOffice.org 2.0. Pokud je tato volba zapnuta, bude použita alternativní metoda formátování buněk tabulky. Pro nové dokumenty vytvořené v %PRODUCTNAME %PRODUCTVERSION a dokumenty importované z formátu Microsoft Word je tato volba implicitně zapnuta."
#: 01041000.xhp#par_idN1084C.help.text
-msgid "Use StarOffice 6.0/7 object positioning"
-msgstr "Použít umístění objektů StarOffice 6.0/7"
+msgid "Use OpenOffice.org 1.1 object positioning"
+msgstr "Použít umisťování objektů jako OpenOffice.org 1.1"
#: 01041000.xhp#par_idN10864.help.text
msgid "Specifies how to calculate the position of floating objects anchored to a character or paragraph with respect to the top and bottom paragraph spacing."
-msgstr "Určuje, jak se vypočítává pozice plovoucích objektů ukotvených ke znaku nebo odstavci s ohledem na horní a dolní odstup odstavce."
+msgstr "Určuje, jak se bude při výpočtu pozice plovoucích objektů ukotvených ke znaku nebo odstavci brát ohled na horní a dolní odstup odstavce."
#: 01041000.xhp#par_idN10867.help.text
msgid "If the option is on, the floating objects are positioned as in Writer versions prior to StarOffice 8 or OpenOffice.org 2.0. If the option is off, the floating objects are positioned using an alternative method that is similar to the method used by Microsoft Word. "
-msgstr "Je-li toto pole zaškrtnuto, plovoucí objekty se umisťují jako ve Writeru ve verzích starších než StarOffice 8 nebo OpenOffice.org 2.0. Je-li tato volba vypnuta, plovoucí objekty se umisťují jiným způsobem, který je podobný metodě použité v Microsoft Word. "
+msgstr "Pokud je tato volba zapnuta, plovoucí objekty budou umísťovány stejně jako ve verzích Writeru starších než StarOffice 8 nebo OpenOffice.org 2.0. Pokud je tato volba vypnuta, plovoucí objekty budou umístěny jiným způsobem, který je podobný metodě používané programem Microsoft Word. "
#: 01041000.xhp#par_idN1086A.help.text
msgid "The option will be set to off for new documents. For Writer documents created by a version prior to %PRODUCTNAME %PRODUCTVERSION the option is on."
-msgstr "Pro nové dokumenty je tato volba implicitně vypnuta. Pro dokumenty Writeru vytvořené s verzí starší než %PRODUCTNAME %PRODUCTVERSION je tato volba zapnuta."
+msgstr "Pro nové dokumenty je tato volba implicitně vypnuta. Pro dokumenty vytvořené ve verzi Writeru starší než %PRODUCTNAME %PRODUCTVERSION je tato volba zapnuta."
#: 01041000.xhp#par_idN10821.help.text
-msgid "Use StarOffice 6.0/7 text wrapping around objects"
-msgstr "Použít obtékání textu okolo objektů StarOffice 6.0/7"
+msgid "Use OpenOffice.org 1.1 text wrapping around objects"
+msgstr "Použít obtékání textu kolem objektů jako OpenOffice.org 1.1"
#: 01041000.xhp#par_id4016541.help.text
msgid "MS Word and Writer have different approaches on wrapping text around floating screen objects. Floating screen object are Writer frames and drawing objects, and the objects 'text box', 'graphic', 'frame', 'picture' etc. in MS Word."
-msgstr "MS Word a Writer odlišně přistupují k obtékání textu okolo plovoucích objektů. Plovoucí objekty jsou rámce a objekty kresby ve Writeru a v MS Wordu objekty \"textový rámec\", \"obrázek\", \"rámec\" apod."
+msgstr "MS Word a Writer přistupují k obtékání textu kolem plovoucích objektů odlišně. Plovoucí objekty jsou ve Writeru rámce a objekty kresby a v MS Wordu objekty \"textový rámec\", \"obrázek\", \"rámec\" apod."
#: 01041000.xhp#par_id7280190.help.text
msgid "In MS Word and in current versions of Writer, page header/footer content and footnote/endnote content does not wrap around floating screen objects. Text body content wraps around floating screen objects which are anchored in the page header. "
-msgstr "V MS Word a aktuální verzi Writeru neobtéká kolem plovoucích objektů záhlaví/zápatí stránky a poznámky pod čarou. Tělo textu obtéká okolo plovoucích objektů, které jsou ukotveny k záhlaví stránky."
+msgstr "V MS Wordu a aktuálních verzích Writeru není obtékání kolem plovoucích objektů použito u obsahu záhlaví/zápatí stránky a poznámek pod čarou. Tělo textu obtéká kolem plovoucích objektů, které jsou ukotveny k záhlaví stránky. "
#: 01041000.xhp#par_id2782982.help.text
msgid "In Writer versions prior to StarOffice 8 or OpenOffice.org 2.0, the opposite was true."
-msgstr "Ve Writeru před verzí StarOffice 8 nebo OpenOffice.org 2.0 fungovalo obtékání naopak."
+msgstr "Ve verzích Writeru starších než StarOffice 8 nebo OpenOffice.org 2.0 fungovalo obtékání naopak."
#: 01041000.xhp#par_idN10892.help.text
msgid "If the option is off, which is the default setting, the new text wrapping will be applied. If the option is on, the former text wrapping will be applied. "
-msgstr "Pokud je tato volba vypnuta (což je výchozí nastavení), použije se nové obtékání textu. Pokud je volba zapnuta, použije se starší obtékání textu."
+msgstr "Pokud je tato volba vypnuta, což je výchozí nastavení, použije se nové obtékání textu. Pokud je volba zapnuta, použije se původní obtékání textu."
#: 01041000.xhp#par_idN1092A.help.text
msgid "Consider wrapping style when positioning objects"
-msgstr "Použít styl obtékání při umisťování objektů"
+msgstr "Při umisťování objektů brát v úvahu styl obtékání"
#: 01041000.xhp#par_idN10837.help.text
msgid "Specifies how the complex process of positioning floating objects that are anchored to a character or paragraph should work. In Writer versions prior to StarOffice 8 or OpenOffice.org 2.0, an iterative process was used, while in current versions a straightforward process is used, which is similar to the same process in Microsoft Word."
-msgstr "Určuje, jaký postup se použije při rozmisťování plovoucích objektů, které jsou ukotveny ke znaku nebo k odstavci. Ve Writeru před verzí StarOffice 8 nebo OpenOffice.org 2.0 se používal iterační proces, zatímco v aktuální verzi se používá přímý přístup, který je podobný postupu v Microsoft Word."
+msgstr "Určuje, jakým způsobem má fungovat složitý proce umisťování plovoucích objektů ukotvených ke znaku nebo odstavci. Ve verzích Writeru starších než StarOffice 8 nebo OpenOffice.org 2.0 se používal iterační proces, zatímco v aktuální verzi se používá přímý proces, který je podobný procesu použitému v programu Microsoft Word."
#: 01041000.xhp#par_idN10943.help.text
msgid "If the option is off, the old %PRODUCTNAME iterative process of object positioning is used. If the option is on, the new straightforward process is used to ensure compatibility with Microsoft Word documents."
-msgstr "Je-li tato volba vypnuta, používá se při umisťování objektů iterativní proces. Je-li tato volba zapnuta, používá se pro kompatibilitu s dokumenty Microsoft Word přímý proces."
+msgstr "Je-li tato volba vypnuta, používá se při umisťování objektů původní iterativní proces %PRODUCTNAME. Je-li tato volba zapnuta, používá se pro zajištění kompatibility s dokumenty Microsoft Word nový přímý proces."
#: 01041000.xhp#hd_id5240028.help.text
msgctxt "01041000.xhp#hd_id5240028.help.text"
msgid "Expand word space on lines with manual line breaks in justified paragraphs"
-msgstr "Rozšířit proklad znaků na řádcích s ručním odřádkováním v odstavcích zarovnaných do bloku"
+msgstr "V odstavcích zarovnaných do bloku rozšířit mezery mezi slovy i u ručně odřádkovaných řádků"
#: 01041000.xhp#par_id8599810.help.text
msgid "If enabled, Writer adds spacing between words, in lines that end with Shift+Enter in justified paragraphs. If disabled, spacing between words will not be expanded to justify the lines."
-msgstr "Pokud je volba zapnuta, Writer rozšíří proklad znaků na řádcích odřádkovaných pomocí Shift+Enter v odstavcích zarovnaných do bloku. Pokud je volba vypnuta, proklad znaku se nerozšíří, aby se řádky zarovnaly do bloku."
+msgstr "Pokud je volba zapnuta, Writer rozšíří v odstavcích zarovnaných do bloku mezery mezi slovy i na řádcích ručně odřádkovaných pomocí Shift+Enter. Pokud je tato volba vypnuta, k rozšíření mezer mezi slovy pro dodržení zarovnání do bloku nedojde."
#: 01041000.xhp#par_id8012634.help.text
msgid "This setting is on by default for .odt text documents. It will be saved and loaded with the document in the .odt text document format. This setting cannot be saved in old .sxw text documents, so this setting is off for .sxw text documents."
-msgstr "Toto nastavení je implicitně zapnuto pro textové dokumenty .odt. Nastavení se ukládá do .odt dokumentu. Do starších textových dokumentů .sxw nelze nastavení uložit, proto je pro tyto dokumenty volba vypnuta."
+msgstr "Tato volba je pro textové dokumenty ve formátu ODT implicitně zapnuta. Při uložení do formátu ODT je nastavení této volby uloženo a při otevření dokumentu pak načteno. Nastavení nelze uložit při uložení do staršího formátu textových dokumentů SXW, pro soubory SXW je proto tato volba vždy vypnuta."
#: 01041000.xhp#par_idN10845.help.text
msgid "Use as Default"
@@ -239,31 +239,31 @@ msgstr "Použít jako výchozí"
#: 01041000.xhp#par_idN10848.help.text
msgid "<ahelp hid=\"879350288\">Click to use the current settings on this tab page as the default for further sessions with %PRODUCTNAME.</ahelp>"
-msgstr "<ahelp hid=\"879350288\">Klepněte zde, pokud chcete uložit nastavení z této záložky jako výchozí pro další práci s %PRODUCTNAME.</ahelp>"
+msgstr "<ahelp hid=\"879350288\">Na toto tlačítko klikněte pokud chcete nastavení této záložky uložit jako výchozí pro další práci s %PRODUCTNAME.</ahelp>"
#: 01041000.xhp#par_idN10977.help.text
msgid "The factory defaults are set as follows. Enabled are the following options, while all other options are disabled:"
-msgstr "Výchozí nastavení je následující. Zapnuty jsou vypsané volby a všechny ostatní jsou vypnuty:"
+msgstr "Výchozí nastavení je následující. Vypsané volby jsou zapnuty, zatímco ostatní jsou vypnuty:"
#: 01041000.xhp#par_idN1097D.help.text
msgctxt "01041000.xhp#par_idN1097D.help.text"
msgid "Add spacing between paragraphs and tables (in current document)"
-msgstr "Přidat prokládání mezi odstavce a tabulky (v aktuálním dokumentu)"
+msgstr "Přidat mezi odstavce a tabulky mezeru (v aktuálním dokumentu)"
#: 01041000.xhp#par_idN10981.help.text
msgctxt "01041000.xhp#par_idN10981.help.text"
msgid "Add paragraph and table spacing at tops of pages (in current document)"
-msgstr "Přidat prokládání odstavců a tabulek nahoře na stránkách (v aktuálním dokumentu)"
+msgstr "Přidat odstavcům a tabulkám na začátku stránek horní mezeru (v aktuálním dokumentu)"
#: 01041000.xhp#par_idN10985.help.text
msgctxt "01041000.xhp#par_idN10985.help.text"
msgid "Add paragraph and table spacing at bottom of table cells"
-msgstr "Přidat prokládání odstavce a tabulky na konec buněk tabulky"
+msgstr "Přidat posledním odstavcům a tabulkám v buňkách spodní mezeru"
#: 01041000.xhp#par_id4653767.help.text
msgctxt "01041000.xhp#par_id4653767.help.text"
msgid "Expand word space on lines with manual line breaks in justified paragraphs"
-msgstr "Rozšířit proklad znaků na řádcích s ručním odřádkováním v odstavcích zarovnaných do bloku"
+msgstr "V odstavcích zarovnaných do bloku rozšířit mezery mezi slovy i u ručně odřádkovaných řádků "
#: javaclasspath.xhp#tit.help.text
msgctxt "javaclasspath.xhp#tit.help.text"
@@ -978,7 +978,7 @@ msgstr "<ahelp hid=\"SVX_CHECKBOX_RID_SFXPAGE_SAVE_BTN_BACKUP\">Při každém ul
#: 01010200.xhp#par_id3153192.37.help.text
msgid "To change the location of the backup copy, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Paths</emph>, and then enter a new path for the backup file."
-msgstr ""
+msgstr "Pro změnu umístění záložní kopie zvolte <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Předvolby</caseinline><defaultinline>Nástroje - Možnosti</defaultinline></switchinline> - %PRODUCTNAME - Cesty</emph> a zadejte novou cestu pro záložní soubor."
#: 01010200.xhp#hd_id3154908.9.help.text
msgid "Save AutoRecovery information every"
@@ -998,7 +998,7 @@ msgstr "<ahelp hid=\"SVX_NUMERICFIELD_RID_SFXPAGE_SAVE_ED_AUTOSAVE\">Určuje ča
#: 01010200.xhp#hd_id3153575.17.help.text
msgid "Save URLs relative to file system"
-msgstr "Uložit URL odkazy relativně k souborovému systému"
+msgstr "Ukládat URL relativně k souborovému systému"
#: 01010200.xhp#par_id3149484.18.help.text
msgid "This option allows you to select the default for <link href=\"text/shared/00/00000005.xhp#speichern\" name=\"relative\">relative</link> addressing of URLs in the file system and on the Internet. Relative addressing is only possible if the source document and the referenced document are both on the same drive."
@@ -1056,7 +1056,7 @@ msgstr "<ahelp hid=\"SVX_CHECKBOX_RID_SFXPAGE_SAVE_BTN_RELATIVE_FSYS\">Zaškrtnu
#: 01010200.xhp#hd_id3155334.21.help.text
msgid "Save URLs relative to internet"
-msgstr "Uložit URL odkazy relativně k Internetu"
+msgstr "Ukládat URL relativně k Internetu"
#: 01010200.xhp#par_id3155608.22.help.text
msgid "<ahelp hid=\"SVX_CHECKBOX_RID_SFXPAGE_SAVE_BTN_RELATIVE_INET\">Select this box for <link href=\"text/shared/00/00000005.xhp#speichern\" name=\"relative saving\">relative saving</link> of URLs to the Internet.</ahelp>"
@@ -1076,19 +1076,19 @@ msgstr "OpenOffice.org 3 a StarOffice 9 obsahují nové vlastnosti, které je po
#: 01010200.xhp#par_id886257.help.text
msgid "Current %PRODUCTNAME versions can open documents in ODF formats 1.0/1.1 and 1.2."
-msgstr ""
+msgstr "Ve všech aktuálních verzích %PRODUCTNAME je možné otevírat dokumenty ve formáty ODF 1.0/1.1 a 1.2."
#: 01010200.xhp#par_id8892483.help.text
msgid "When you save a document, you can select whether to save the document in the format ODF 1.2, ODF 1.2 (Extended), or in the prior format ODF 1.0/1.1."
-msgstr ""
+msgstr "Při ukládání si můžete vybrat, zda bude dokument uložen ve formátu ODF 1.2, ODF 1.2 (rozšířeném) nebo v předchozím formátu ODF 1.0/1.1."
#: 01010200.xhp#par_id0915200911205367.help.text
msgid "Currently, the ODF 1.2 (Extended) format enables files of Draw and Impress to contain comments. Those comments can be inserted by <item type=\"menuitem\">Insert - Comment</item> in the latest software version. The comments get lost when loading files into prior software versions that were saved by the latest software version."
-msgstr ""
+msgstr "Formát ODF 1.2 (rozšířený) umožňuje, aby soubory z aplikací Draw a Impress obsahovaly komentáře. Tyto komentáře lze v nejnovějších verzích vložit pomocí <item type=\"menuitem\">Vložit - Komentář</item>. Komentáře se ztratí, pokud budou soubory vytvořené v nejnovější verzi načteny ve starších verzích."
#: 01010200.xhp#par_id7198400.help.text
msgid "<ahelp hid=\".\">Some companies or organizations may require ODF documents in the ODF 1.0/1.1 format. You can select that format to save in the listbox. This older format cannot store all new features, so the new format ODF 1.2 (Extended) is recommended where possible.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Některé společnosti nebo organizace mohou požadovat dokumenty ODF ve formátu ODF 1.0/1.1, který můžete pro ukládání vybrat v seznamu. V tomto starším formátu nelze uložit všechny nové vlastnosti, proto je doporučen nový formát ODF 1.2 (rozšířený), kdekoliv je to možné.</ahelp>"
#: 01010200.xhp#hd_id3154920.77.help.text
msgid "Size optimization for ODF format"
@@ -1104,7 +1104,7 @@ msgstr "Varovat při ukládání v jiném formátu než ODF nebo výchozím"
#: 01010200.xhp#par_idN10922.help.text
msgid "<ahelp hid=\".\">You can choose to get a warning message when you save a document in a format that is not OpenDocument or which you did not set as default format in <emph>Load/Save - General</emph> in the Options dialog box.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Můžete zvolit, že se bude zobrazovat varování při ukládání dokumentu ve formátu, který není OpenDocument nebo který nebyl nastaven jako výchozí v <emph>Načítání/Ukládání - Obecné</emph> v dialogu Možnosti.</ahelp> "
#: 01010200.xhp#par_id3158444.62.help.text
msgid "You can choose which file format will be applied as the default when saving documents of various document types. If you always exchange your documents with other persons who use Microsoft Office, for example, you may specify here that %PRODUCTNAME only uses the Microsoft Office file formats as a default."
@@ -1310,7 +1310,7 @@ msgstr "Určení barev pro zaznamenané změny. Pokud vyberete položku \"Autor\
#: 01060600.xhp#hd_id3150400.5.help.text
msgctxt "01060600.xhp#hd_id3150400.5.help.text"
msgid "Changes"
-msgstr "Změny"
+msgstr "Změněné položky"
#: 01060600.xhp#par_id3148451.6.help.text
msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_CONTENT\">Specifies the color for changes of cell contents.</ahelp>"
@@ -1334,7 +1334,7 @@ msgstr "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_INSERT\" visibility=\"v
#: 01060600.xhp#hd_id3125863.11.help.text
msgid "Moved entries"
-msgstr "Přesunuté záznamy"
+msgstr "Přesunuté položky"
#: 01060600.xhp#par_id3159151.12.help.text
msgid "<ahelp hid=\"SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_MOVE\">Specifies the color to highlight moved cell contents.</ahelp>"
@@ -1835,7 +1835,7 @@ msgstr "Obecné"
#: 01010600.xhp#bm_id3155450.help.text
msgid "<bookmark_value>opening; dialog settings</bookmark_value> <bookmark_value>saving; dialog settings</bookmark_value> <bookmark_value>years; 2-digit options</bookmark_value> <bookmark_value>Help Agent;options</bookmark_value> <bookmark_value>Help;style sheets</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>otevírání; nastavení dialogů</bookmark_value> <bookmark_value>ukládání; nastavení dialogů</bookmark_value> <bookmark_value>roky; dvěma číslicemi, možnosti</bookmark_value> <bookmark_value>Pomocník;možnosti</bookmark_value> <bookmark_value>Nápověda;styl</bookmark_value>"
#: 01010600.xhp#hd_id3154514.8.help.text
msgid "<link href=\"text/shared/optionen/01010600.xhp\" name=\"General\">General</link>"
@@ -1960,7 +1960,7 @@ msgstr "<link href=\"text/shared/optionen/01050100.xhp\" name=\"Mřížka\">Mř
#: 01050100.xhp#par_id3147088.2.help.text
msgid "<ahelp hid=\"HID_OPTIONS_GRID\">Specifies the settings for the configurable grid on your document pages. This grid helps you determine the exact position of your objects. You can also set this grid in line with the \"magnetic\" snap grid.</ahelp>"
-msgstr "<ahelp hid=\"HID_OPTIONS_GRID\">Určuje nastavení pro mřížku na stránkách dokumentů. Tato mřížka vám pomáhá určit přesné umístění objektů. Také můžete použít \"magnetickou\" zachytávací mřížku.</ahelp>"
+msgstr "<ahelp hid=\"HID_OPTIONS_GRID\">Určuje nastavení pro mřížku na stránkách dokumentů. Tato mřížka vám pomáhá určit přesné umístění objektů. Také můžete použít \"magnetickou\" přichytávací mřížku.</ahelp>"
#: 01050100.xhp#hd_id3153749.11.help.text
msgctxt "01050100.xhp#hd_id3153749.11.help.text"
@@ -1969,7 +1969,7 @@ msgstr "Mřížka"
#: 01050100.xhp#hd_id3145382.5.help.text
msgid "Snap to grid"
-msgstr "Zachytit na mřížku"
+msgstr "Přichytávat do mřížky"
#: 01050100.xhp#par_id3154897.6.help.text
#, fuzzy
@@ -1985,14 +1985,12 @@ msgid "<variable id=\"rastersicht\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_C
msgstr "<variable id=\"rastersicht\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_GRID_VISIBLE\">Určuje, zda se má mřížka zobrazit.</ahelp></variable>"
#: 01050100.xhp#par_id3149294.29.help.text
-#, fuzzy
msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\"><variable id=\"rastertextdraw\">It is also possible to toggle the visibility of the grid with the <emph>Grid - Display Grid</emph> command in the context menu for the page. You can also select the <emph>Grid - Grid to Front</emph> submenu of this context menu to display the grid in front of objects.</variable></caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"><variable id=\"rastertextdraw\">Viditelnost mřížky je možné přepnout příkazem <emph>Mřížka - Viditelná mřížka</emph> v místní nabídce stránky. V této místní nabídce také můžete zvolením <emph>Mřížka - Mřížka v popředí</emph> zobrazit mřížku před všemi objekty.</variable></caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\"><variable id=\"rastertextdraw\">Viditelnost mřížky je možné přepnout příkazem <emph>Mřížka - Zobrazit mřížku</emph> v místní nabídce stránky. V této místní nabídce také můžete zvolením <emph>Mřížka - Mřížka do popředí</emph> zobrazit mřížku před všemi objekty.</variable></caseinline></switchinline>"
#: 01050100.xhp#par_id3150791.30.help.text
-#, fuzzy
msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><variable id=\"rastertext\">It is also possible to toggle the visibility of the grid with the <emph>Grid - Display Grid</emph> command in the context menu of the page. You can also select the <emph>Grid - Grid to Front</emph> submenu of this context menu to display the grid in front of objects.</variable></caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><variable id=\"rastertext\">Viditelnost mřížky je možné přepnout příkazem <emph>Mřížka - Viditelná mřížka</emph> v místní nabídce stránky. V této místní nabídce také můžete zvolením <emph>Mřížka - Mřížka v popředí</emph> zobrazit mřížku před všemi objekty.</variable></caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><variable id=\"rastertext\">Viditelnost mřížky je možné přepnout příkazem <emph>Mřížka - Zobrazit mřížku</emph> v místní nabídce stránky. V této místní nabídce také můžete zvolením <emph>Mřížka - Mřížka do popředí</emph> zobrazit mřížku před všemi objekty.</variable></caseinline></switchinline>"
#: 01050100.xhp#hd_id3154684.36.help.text
msgctxt "01050100.xhp#hd_id3154684.36.help.text"
@@ -2027,9 +2025,8 @@ msgid "Horizontal"
msgstr "Vodorovné zarovnání"
#: 01050100.xhp#par_id3150439.16.help.text
-#, fuzzy
msgid "<ahelp hid=\".\">Specify the number of intermediate spaces between grid points on the X-axis.</ahelp>"
-msgstr "<ahelp hid=\"SVX_NUMERICFIELD_RID_SVXPAGE_GRID_NUM_FLD_DIVISION_X\">Určuje počet mezilehlých bodů mezi body mřížky na ose X.</ahelp>"
+msgstr "<ahelp hid=\".\">Určuje počet mezilehlých bodů mezi body mřížky na ose X.</ahelp>"
#: 01050100.xhp#hd_id3147441.19.help.text
msgctxt "01050100.xhp#hd_id3147441.19.help.text"
@@ -2037,9 +2034,8 @@ msgid "Vertical"
msgstr "Svislé"
#: 01050100.xhp#par_id3154918.20.help.text
-#, fuzzy
msgid "<ahelp hid=\".\">Specify the number of intermediate spaces between grid points on the Y-axis.</ahelp>"
-msgstr "<ahelp hid=\"SVX_NUMERICFIELD_RID_SVXPAGE_GRID_NUM_FLD_DIVISION_Y\">Určuje počet mezilehlých bodů mezi body mřížky na ose Y.</ahelp>"
+msgstr "<ahelp hid=\".\">Určuje počet mezilehlých bodů mezi body mřížky na ose Y.</ahelp>"
#: 01050100.xhp#hd_id3149667.9.help.text
msgid "Synchronize axes"
@@ -2055,14 +2051,12 @@ msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">There are addit
msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\">V místní nabídce stránky naleznete další příkazy: </caseinline><caseinline select=\"IMPRESS\">V místní nabídce stránky naleznete další příkazy: </caseinline></switchinline>"
#: 01050100.xhp#hd_id3146984.32.help.text
-#, fuzzy
msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Grid to Front</caseinline><caseinline select=\"IMPRESS\">Grid to Front</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Mřížka v popředí </caseinline><caseinline select=\"IMPRESS\">Mřížka v popředí </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Mřížka do popředí</caseinline><caseinline select=\"IMPRESS\">Mřížka do popředí</caseinline></switchinline>"
#: 01050100.xhp#par_id3153573.33.help.text
-#, fuzzy
msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Sets the visible grid in front of all objects.</caseinline><caseinline select=\"IMPRESS\">Sets the visible grid in front of all objects.</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Nastaví viditelnou mřížku před všemi objekty. </caseinline><caseinline select=\"IMPRESS\">Nastaví viditelnou mřížku před všemi objekty. </caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Nastaví viditelnou mřížku před všemi objekty. </caseinline><caseinline select=\"IMPRESS\">Nastaví viditelnou mřížku před všemi objekty.</caseinline></switchinline>"
#: 01050100.xhp#par_id4122135.help.text
msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the visible grid in front of all objects.</ahelp>"
@@ -2070,7 +2064,7 @@ msgstr "<ahelp hid=\".\" visibility=\"hidden\">Nastaví viditelnou mřížku př
#: 01050100.xhp#hd_id3149419.34.help.text
msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Snap Lines to Front</caseinline><caseinline select=\"IMPRESS\">Snap Lines to Front</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Vodítka do popředí</caseinline><caseinline select=\"IMPRESS\">Vodítka do popředí</caseinline></switchinline>"
#: 01050100.xhp#par_id3150592.35.help.text
#, fuzzy
@@ -2083,7 +2077,7 @@ msgstr "<ahelp hid=\".\" visibility=\"hidden\">Nastaví vodící čáry před v
#: 01050100.xhp#par_id984221.help.text
msgid "Set the grid color on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - <link href=\"text/shared/optionen/01012000.xhp\">Appearance</link>."
-msgstr ""
+msgstr "Barvu mřížky nastavíte v <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Předvolby</caseinline><defaultinline>Nástroje - Možnosti</defaultinline></switchinline> - %PRODUCTNAME - <link href=\"text/shared/optionen/01012000.xhp\">Vzhled</link>."
#: 01160200.xhp#tit.help.text
msgctxt "01160200.xhp#tit.help.text"
@@ -2384,9 +2378,8 @@ msgid "Page name"
msgstr "Název stránky"
#: 01070400.xhp#par_id3154146.16.help.text
-#, fuzzy
msgid "<ahelp hid=\"SD:CHECKBOX:TP_PRINT_OPTIONS:CBX_PAGENAME\">Specifies whether to print the page name.</ahelp>"
-msgstr "<ahelp hid=\"SD:CHECKBOX:TP_PRINT_OPTIONS:CBX_DATE\">Určuje, zda se tiskne aktuální datum.</ahelp>"
+msgstr "<ahelp hid=\"SD:CHECKBOX:TP_PRINT_OPTIONS:CBX_PAGENAME\">Určuje, zda se tiskne název stránky.</ahelp>"
#: 01070400.xhp#hd_id3147214.17.help.text
msgctxt "01070400.xhp#hd_id3147214.17.help.text"
@@ -2402,9 +2395,8 @@ msgid "Time"
msgstr "Čas"
#: 01070400.xhp#par_id3156285.20.help.text
-#, fuzzy
msgid "<ahelp hid=\"SD:CHECKBOX:TP_PRINT_OPTIONS:CBX_TIME\">Specifies whether to print the current time.</ahelp>"
-msgstr "<ahelp hid=\"SD:CHECKBOX:TP_PRINT_OPTIONS:CBX_DATE\">Určuje, zda se tiskne aktuální datum.</ahelp>"
+msgstr "<ahelp hid=\"SD:CHECKBOX:TP_PRINT_OPTIONS:CBX_TIME\">Určuje, zda se tiskne aktuální čas.</ahelp>"
#: 01070400.xhp#hd_id3154097.23.help.text
msgid "Hidden pages"
@@ -2449,7 +2441,7 @@ msgstr "<ahelp hid=\"SD_RADIOBUTTON_TP_PRINT_OPTIONS_RBT_BLACKWHITE\">Určuje,
#: 01070400.xhp#hd_id3154015.21.help.text
msgid "Page options"
-msgstr "Volby stránky"
+msgstr "Možnosti stránky"
#: 01070400.xhp#par_id3154512.22.help.text
msgid "Define additional options for printing the pages."
@@ -2466,7 +2458,7 @@ msgstr "<ahelp hid=\"SD:RADIOBUTTON:TP_PRINT_OPTIONS:RBT_DEFAULT\">Určuje, že
#: 01070400.xhp#hd_id3153710.27.help.text
msgid "Fit to page"
-msgstr "Přizpůsobit stránce"
+msgstr "Přizpůsobit rozměru stránky"
#: 01070400.xhp#par_id3148405.28.help.text
msgid "<ahelp hid=\"SD:RADIOBUTTON:TP_PRINT_OPTIONS:RBT_PAGESIZE\">Specifies whether to scale down objects that are beyond the margins of the current printer, so that they fit on the paper in the printer.</ahelp>"
@@ -2474,7 +2466,7 @@ msgstr "<ahelp hid=\"SD:RADIOBUTTON:TP_PRINT_OPTIONS:RBT_PAGESIZE\">Je-li toto p
#: 01070400.xhp#hd_id3155764.29.help.text
msgid "Tile pages"
-msgstr "Dlaždice"
+msgstr "Stránky jako dlaždice"
#: 01070400.xhp#par_id3154255.30.help.text
msgid "<ahelp hid=\"SD:RADIOBUTTON:TP_PRINT_OPTIONS:RBT_PAGETILE\">Specifies that pages are to be printed in tiled format. If the pages or slides are smaller than the paper, several pages or slides will be printed on one page of paper.</ahelp>"
@@ -2592,7 +2584,7 @@ msgstr "<ahelp hid=\"\">Nastavení tiskárny pro sešity.</ahelp>"
#: 01060700.xhp#par_id3155892.3.help.text
msgid "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Print</emph> defines the settings for all spreadsheets. To define settings for the current document only, choose <emph>File - Print</emph>, then click the <emph>Options</emph> button."
-msgstr ""
+msgstr "<emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Předvolby</caseinline><defaultinline>Nástroje - Možnosti</defaultinline></switchinline> - %PRODUCTNAME Calc - Print</emph> určuje nastavení pro všechny sešity. Pro nastavení pouze pro aktuální dokument zvolte <emph>Soubor - Tisk</emph> a poté klepněte na tlačítko <emph>Možnosti</emph>."
#: 01060700.xhp#hd_id3153542.4.help.text
msgctxt "01060700.xhp#hd_id3153542.4.help.text"
@@ -2802,23 +2794,23 @@ msgstr "<ahelp hid=\"HID_REDLINE_OPT\">Určuje vzhled změn v dokumentu.</ahelp>
#: 01040700.xhp#par_id3156153.27.help.text
msgid "To record or show changes in your text or spreadsheet document, choose <link href=\"text/shared/01/02230000.xhp\" name=\"Edit - Changes\"><emph>Edit - Changes - Record</emph></link> or <emph>Edit - Changes - Show</emph>."
-msgstr ""
+msgstr "Pro záznam nebo zobrazení změn v textovém dokumentu nebo sešitu zvolte <link href=\"text/shared/01/02230000.xhp\" name=\"Edit - Changes\"><emph>Úpravy - Sledování změn - Záznam</emph></link> nebo <emph>Úpravy - Sledování změn - Zobrazit</emph>."
#: 01040700.xhp#hd_id3155419.3.help.text
msgid "Text display"
-msgstr "Zobrazit text"
+msgstr "Zobrazení textu"
#: 01040700.xhp#par_id3144510.4.help.text
msgid "Defines the settings for displaying recorded changes. Select the type of change and the corresponding display attribute and color. The preview field shows the effect of the selected display options."
-msgstr ""
+msgstr "Určuje zobrazení zaznamenaných změn. Pro daný typ změny vyberte odpovídající atribut a barvu. Náhled ukazuje výsledek s vybraným nastavením. "
#: 01040700.xhp#hd_id3148550.21.help.text
msgid "Insertions / Attributes"
-msgstr "Vložené položky / Atributy"
+msgstr "Přidané položky / Atributy"
#: 01040700.xhp#par_id3154758.22.help.text
msgid "<ahelp hid=\"SW_LISTBOX_TP_REDLINE_OPT_LB_INS_ATTR\">Specifies how changes in the document are displayed when text is inserted.</ahelp>"
-msgstr "<ahelp hid=\"SW_LISTBOX_TP_REDLINE_OPT_LB_INS_ATTR\">Určuje, jak se v dokumentu zobrazuje vložený text.</ahelp>"
+msgstr "<ahelp hid=\"SW_LISTBOX_TP_REDLINE_OPT_LB_INS_ATTR\">Určuje, jak se v dokumentu zobrazuje přidaný text.</ahelp>"
#: 01040700.xhp#hd_id3152812.23.help.text
msgid "Deletions / Attributes"
@@ -2847,7 +2839,7 @@ msgstr "<ahelp hid=\"SW_LISTBOX_TP_REDLINE_OPT_LB_CHG_COL\">Pro rozeznání jedn
#: 01040700.xhp#hd_id3145607.15.help.text
msgid "Lines changed"
-msgstr "Změněných řádků"
+msgstr "Změněné řádky"
#: 01040700.xhp#par_id3149562.16.help.text
msgid "To indicate which lines of the text have been changed, you can define a mark that appears in the left or right page margin."
@@ -2855,11 +2847,11 @@ msgstr "Pro označení řádků, které byly změněny, můžete určit značku,
#: 01040700.xhp#hd_id3145785.17.help.text
msgid "Mark"
-msgstr "Označit"
+msgstr "Označení"
#: 01040700.xhp#par_id3154638.18.help.text
msgid "<ahelp hid=\"SW:LISTBOX:TP_REDLINE_OPT:LB_MARKPOS\">Defines if and where changed lines in the document are marked.</ahelp> You can set the markings so that they always appear on the left or right page margin, or on the outer or inner margin."
-msgstr ""
+msgstr "<ahelp hid=\"SW:LISTBOX:TP_REDLINE_OPT:LB_MARKPOS\">Určuje, zda a kde v dokumentu budou změněné řádky označeny.</ahelp> Označení můžete nastavit tak, že se bude objevovat vždy na levém či pravém okraji stránky nebo na vnějším či vnitřním okraji."
#: 01040700.xhp#hd_id3163713.19.help.text
msgctxt "01040700.xhp#hd_id3163713.19.help.text"
@@ -3161,7 +3153,7 @@ msgstr "<ahelp hid=\"HID_OPTPRINT_PAGE\">Určuje nastavení tisku pro textové n
#: 01040400.xhp#par_id3153542.44.help.text
msgid "The print settings defined on this tab page apply to all subsequent print jobs, until you change the settings again. If you want to change the settings for the current print job only, use the <emph>File - Print</emph> dialog."
-msgstr ""
+msgstr "Nastavení tisku zadané na této záložce budou platit pro všechny následující tiskové úlohy, dokud se nastavení znovu nezmění. Pokud chcete změnit nastavení jenom pro aktuální tiskovou úlohu, použijte dialog <emph>Soubor - Tisk</emph>."
#: 01040400.xhp#hd_id3156330.3.help.text
msgid "Contents"
@@ -3177,56 +3169,32 @@ msgid "Pictures and objects"
msgstr "Obrázky a objekty"
#: 01040400.xhp#par_id3153824.6.help.text
-#, fuzzy
msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PGRF\">Specifies whether the graphics of your text document are printed.</ahelp>"
-msgstr "<ahelp hid=\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_PGRF\">Určuje, zda se mají tisknout obrázky v textových dokumentech.</ahelp>"
-
-#: 01040400.xhp#hd_id3150771.7.help.text
-msgctxt "01040400.xhp#hd_id3150771.7.help.text"
-msgid "Tables"
-msgstr "Tabulky"
-
-#: 01040400.xhp#par_id3148943.8.help.text
-#, fuzzy
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PTAB\">Specifies whether the tables of the text document are printed.</ahelp>"
-msgstr "<ahelp hid=\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_PTAB\">Určuje, zda se mají tisknout tabulky v textových dokumentech.</ahelp>"
-
-#: 01040400.xhp#hd_id3149294.9.help.text
-msgid "Drawings (not for HTML documents)"
-msgstr "Kresby (nevztahuje se na dokumenty HTML)"
-
-#: 01040400.xhp#par_id3149457.10.help.text
-#, fuzzy
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PDRAW\">Specifies whether graphics created with $[officename] drawing functions are printed.</ahelp>"
-msgstr "<ahelp hid=\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_PDRAW\">Určuje, zda se mají tisknout kresby vytvořené funkcemi $[officename] v textových dokumentech.</ahelp>"
+msgstr "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PGRF\">Určuje, zda se mají tisknout obrázky v textových dokumentech.</ahelp>"
#: 01040400.xhp#hd_id3153525.11.help.text
-#, fuzzy
msgid "Form controls"
-msgstr "Ovládací prvky"
+msgstr "Ovládací prvky formuláře"
#: 01040400.xhp#par_id3158408.12.help.text
-#, fuzzy
msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_CTRLFLD\">Specifies whether the form control fields of the text document are printed.</ahelp>"
-msgstr "<ahelp hid=\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_CTRLFLD\">Určuje, zda se mají tisknout ovládací prvky v textových dokumentech.</ahelp>"
+msgstr "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_CTRLFLD\">Určuje, zda se mají tisknout ovládací prvky formuláře v textových dokumentech.</ahelp>"
#: 01040400.xhp#hd_id3153968.13.help.text
-#, fuzzy
msgid "Page background"
-msgstr "Pozadí znaku"
+msgstr "Pozadí stránky"
#: 01040400.xhp#par_id3159150.14.help.text
msgid "<ahelp hid=\".\">Specifies whether to include colors and objects that are inserted to the background of the page (Format - Page - Background) in the printed document.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Určuje, zda tisknout barvy a objekty, které jsou vloženy na pozadí stránky (Formát - Stránka - Pozadí).</ahelp>"
#: 01040400.xhp#hd_id3150868.40.help.text
msgid "Print black"
-msgstr "Černobílý tisk"
+msgstr "Text tisknout černě"
#: 01040400.xhp#par_id3149562.42.help.text
-#, fuzzy
msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_BLACK_FONT\">Specifies whether to always print text in black.</ahelp>"
-msgstr "<ahelp hid=\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_BLACK_FONT\">Určuje, zda se má text tisknout vždy černě.</ahelp>"
+msgstr "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_BLACK_FONT\">Určuje, zda se má text tisknout vždy černě.</ahelp>"
#: 01040400.xhp#hd_id8004394.help.text
msgctxt "01040400.xhp#hd_id8004394.help.text"
@@ -3259,27 +3227,24 @@ msgid "Left pages (not for HTML documents)"
msgstr "Levé stránky (nevztahuje se na dokumenty HTML)"
#: 01040400.xhp#par_id3149665.18.help.text
-#, fuzzy
msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_LEFTP\">Specifies whether to print all left (even numbered) pages of the document.</ahelp>"
-msgstr "<ahelp hid=\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_PTAB\">Určuje, zda se mají tisknout tabulky v textových dokumentech.</ahelp>"
+msgstr "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_LEFTP\">Určuje, zda se mají tisknout všechny levé (sudá čísla) stránky v textových dokumentech.</ahelp>"
#: 01040400.xhp#hd_id3152885.19.help.text
msgid "Right pages (not for HTML documents)"
msgstr "Pravé stránky (nevztahuje se na dokumenty HTML)"
#: 01040400.xhp#par_id3150103.20.help.text
-#, fuzzy
msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_RIGHTP\">Specifies whether to print all right (odd numbered) pages of the document.</ahelp>"
-msgstr "<ahelp hid=\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_PTAB\">Určuje, zda se mají tisknout tabulky v textových dokumentech.</ahelp>"
+msgstr "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_RIGHTP\">Určuje, zda se mají tisknout všechny pravé (lichá čísla) stránky v textových dokumentech.</ahelp>"
#: 01040400.xhp#hd_id3148577.21.help.text
msgid "Reversed"
msgstr "Převráceno"
#: 01040400.xhp#par_id3150486.22.help.text
-#, fuzzy
msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_REVERSE\">Specifies whether to reverse the printing order. The last page of the document will then be the first one printed.</ahelp>"
-msgstr "<ahelp hid=\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_CTRLFLD\">Určuje, zda se mají tisknout ovládací prvky v textových dokumentech.</ahelp>"
+msgstr "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_REVERSE\">Určuje, zda se má převrátit pořadí tisku. Poslední stránku dokumentu tak bude vytisknuta jako první.</ahelp>"
#: 01040400.xhp#hd_id3147318.23.help.text
msgctxt "01040400.xhp#hd_id3147318.23.help.text"
@@ -3287,13 +3252,12 @@ msgid "Brochure"
msgstr "Příručka"
#: 01040400.xhp#par_id3155417.24.help.text
-#, fuzzy
msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PROSPECT\">Select the<emph> Brochure </emph>option to print your document in brochure format.</ahelp> The brochure format is as follows in $[officename] Writer:"
-msgstr "<ahelp hid=\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_PROSPECT\">Při zaškrtnutí tohoto pole se budou dokumenty tisknout ve formátu příručky.</ahelp> Formát příručky v $[officename] Writer je následující:"
+msgstr "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PROSPECT\">Při zaškrtnutí pole <emph>Příručka</emph> se budou dokumenty tisknout ve formátu příručky.</ahelp> Formát příručky je v $[officename] Writer následující:"
#: 01040400.xhp#par_id3149410.25.help.text
msgid "If you print a document in portrait on a landscape page, two opposing sides in a brochure will be printed next to each other. If you have a printer with double-sided printing capability, you can create an entire brochure from your document without having to collate the pages later. If you have a printer that only has single-sided printing capability, you can achieve this effect by first printing the front pages with the \"Front sides / right pages /odd pages\" option marked, then re-inserting the entire paper stack in your printer and printing all the back pages with the \"Back pages / left pages / even pages\" option marked."
-msgstr ""
+msgstr "Pokud tisknete dokument na stránky na výšku nebo na šířku, v příručce budou dvě protilehlé stránky vytisknuty vedle sebe. Umožňuje-li tiskárna oboustranný tisk, vytvoří se celá příručka z dokumentu bez nutnosti následného skládání stránek. Umožňuje-li tiskárna pouze tisk na jednu stranu, stejného výsledku docílíte tím, že napřed vytisknete přední strany se zaškrtnutou možností \"Přední strany / pravé stránky / liché stránky\", poté vložíte všechny vytisknuté papíry do tiskárnu znovu a vytisknete zadní strany se zaškrtnutou možností \"Zadní strany / levé stránky / sudé stránky\"."
#: 01040400.xhp#hd_id9475386.help.text
msgid "Right to left"
@@ -3310,7 +3274,7 @@ msgstr "Komentáře"
#: 01040400.xhp#par_id3151320.29.help.text
msgid "<ahelp hid=\".\">Specifies whether comments in your document are printed.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Určuje, zda se budou tisknout komentáře v dokumentu.</ahelp>"
#: 01040400.xhp#hd_id3148916.45.help.text
msgid "Other"
@@ -3340,7 +3304,7 @@ msgstr "Zásobník papíru podle nastavení tiskárny"
#: 01040400.xhp#par_id3146316.37.help.text
msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PAPERFROMSETUP\">For printers with multiple trays, the \"Paper tray from printer settings\" option specifies whether the paper tray used is specified by the system settings of the printer.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PAPERFROMSETUP\">Možnost \"Zásobník papíru podle nastavení tiskárny\" určuje pro tiskárny s více zásobníky, zda se má použít zásobník stanovený v nastavení systému nebo stanovený tiskárnou.</ahelp>"
#: 01040400.xhp#hd_id3147362.38.help.text
msgctxt "01040400.xhp#hd_id3147362.38.help.text"
@@ -3445,7 +3409,7 @@ msgstr "Jazyky"
#: 01140000.xhp#bm_id3154751.help.text
msgid "<bookmark_value>languages; locale settings</bookmark_value> <bookmark_value>locale settings</bookmark_value> <bookmark_value>Asian languages; enabling</bookmark_value> <bookmark_value>languages; Asian support</bookmark_value> <bookmark_value>complex text layout; enabling</bookmark_value> <bookmark_value>Arabic;language settings</bookmark_value> <bookmark_value>Hebrew;language settings</bookmark_value> <bookmark_value>Thai;language settings</bookmark_value> <bookmark_value>Hindi;language settings</bookmark_value> <bookmark_value>decimal separator key</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>jazyky; místní nastavení</bookmark_value> <bookmark_value>místní nastavení</bookmark_value> <bookmark_value>asijské jazyky; povolení</bookmark_value> <bookmark_value>jazyky; podpora pro asijské</bookmark_value> <bookmark_value>komplexní rozvržení textu; povolení</bookmark_value> <bookmark_value>arabština;jazyková nastavení</bookmark_value> <bookmark_value>hebrejština;jazyková nastavení</bookmark_value> <bookmark_value>thajština;jazyková nastavení</bookmark_value> <bookmark_value>hindština;jazyková nastavení</bookmark_value> <bookmark_value>desetinný oddělovač</bookmark_value>"
#: 01140000.xhp#hd_id3151299.1.help.text
msgid "<link href=\"text/shared/optionen/01140000.xhp\" name=\"Languages\">Languages</link>"
@@ -3469,7 +3433,7 @@ msgstr "<ahelp hid=\".\">Vyberte jazyk uživatelského rozhraní, např. nabíde
#: 01140000.xhp#par_id0125201009445727.help.text
msgid "The \"Default\" entry selects the language of the user interface for the operating system. If this language is not available in the %PRODUCTNAME installation, the language of the %PRODUCTNAME installation is the default language."
-msgstr ""
+msgstr "Položka \"Výchozí\" vybere jazyk použitý pro uživatelské rozhraní operačního systému. Není-li tento jazyk v instalaci %PRODUCTNAME dostupný, výchozím jazykem bude jazyk instalace %PRODUCTNAME."
#: 01140000.xhp#hd_id3154751.22.help.text
msgid "Locale setting"
@@ -3481,11 +3445,11 @@ msgstr "<ahelp hid=\"OFFMGR_LISTBOX_OFA_TP_LANGUAGES_LB_LOCALESETTING\">Určuje
#: 01140000.xhp#par_id0125201009445950.help.text
msgid "The \"Default\" entry selects the locale setting that is selected for the operating system."
-msgstr ""
+msgstr "Položka \"Výchozí\" vybere národní nastavení, které je nastaveno v operačním systému."
#: 01140000.xhp#par_id3156410.27.help.text
msgid "A change in this field is immediately applicable. However, some formats that were formatted by default change only if the document is newly loaded."
-msgstr "Změny v tomto poli je možné použít okamžitě. Ovšem některé formáty, které byly ve výchozí podobě, se změní pouze po novém načtení dokumentu."
+msgstr "Změna v tomto poli se uplatní okamžitě. Ovšem některé formáty, které byly ve výchozí podobě, se změní pouze po novém načtení dokumentu."
#: 01140000.xhp#par_idN106DE.help.text
msgid "Decimal separator key - Same as locale setting"
@@ -3525,7 +3489,7 @@ msgstr "Určuje jazyky pro kontrolu pravopisu, dělení slov a slovník synonym.
#: 01140000.xhp#par_id3148663.8.help.text
msgid "The spellcheck for the selected language only functions when you have installed the corresponding language module. <embedvar href=\"text/shared/optionen/01010401.xhp#sprachenfeld\"/> "
-msgstr ""
+msgstr "Kontrola pravopisu funguje pro vybraný jazyk pouze tehdy, je-li nainstalován příslušný jazykový modul.<embedvar href=\"text/shared/optionen/01010401.xhp#sprachenfeld\"/> "
#: 01140000.xhp#hd_id3151210.9.help.text
msgid "Western"
@@ -3569,7 +3533,7 @@ msgstr "Povolení asijských jazyků"
#: 01140000.xhp#par_id3145748.20.help.text
msgid "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_LANGUAGES_CB_ASIANSUPPORT\">Activates Asian languages support. You can now modify the corresponding Asian language settings in <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
-msgstr "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_LANGUAGES_CB_ASIANSUPPORT\">Aktivuje podporu asijských jazyků. Nyní můžete v <item type=\"productname\">%PRODUCTNAME</item> upravit nastavení pro asijské jazyky.</ahelp>"
+msgstr "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_LANGUAGES_CB_ASIANSUPPORT\">Aktivuje podporu asijských jazyků. Poté můžete v <item type=\"productname\">%PRODUCTNAME</item> upravit nastavení pro asijské jazyky.</ahelp>"
#: 01140000.xhp#par_id3152938.18.help.text
msgid "If you want to write in Chinese, Japanese or Korean, you can activate the support for these languages in the user interface."
@@ -3581,7 +3545,7 @@ msgstr "Povolení komplexního rozvržení textu (CTL)"
#: 01140000.xhp#par_id3149667.35.help.text
msgid "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_LANGUAGES_CB_CTLSUPPORT\">Activates complex text layout support. You can now modify the settings corresponding to complex text layout in <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
-msgstr "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_LANGUAGES_CB_CTLSUPPORT\">Aktivuje podporu komplexního rozvržení textu. Nyní můžete v <item type=\"productname\">%PRODUCTNAME</item> upravit nastavení pro komplexní rozvržení textu.</ahelp>"
+msgstr "<ahelp hid=\"OFFMGR_CHECKBOX_OFA_TP_LANGUAGES_CB_CTLSUPPORT\">Aktivuje podporu komplexního rozvržení textu. Poté můžete v <item type=\"productname\">%PRODUCTNAME</item> upravit nastavení pro komplexní rozvržení textu.</ahelp>"
#: mailmerge.xhp#tit.help.text
msgid "Mail Merge E-mail"
@@ -3860,14 +3824,12 @@ msgid "Allow quick editing"
msgstr "Povolit rychlou editaci"
#: 01070500.xhp#par_id3148947.6.help.text
-#, fuzzy
msgid "<variable id=\"schnellbearb\"><ahelp hid=\".\">If on, you can edit text immediately after clicking a text object. If off, you must double-click to edit text.</ahelp></variable>"
-msgstr "<variable id=\"schnellbearb\"><ahelp hid=\".uno:QuickEdit\">Určuje, zda se má po klepnutí na textový objekt ihned změnit režim na úpravy textu.</ahelp></variable>"
+msgstr "<variable id=\"schnellbearb\"><ahelp hid=\".\">Je-li zapnuto, můžete text upravovat ihned po klepnutí na objekt, jinak je nutné pro úpravu textu poklepat.</ahelp></variable>"
#: 01070500.xhp#par_id3154138.28.help.text
-#, fuzzy
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"CHART\"></caseinline><caseinline select=\"MATH\"></caseinline><defaultinline>In a presentation or drawing document, you can also activate the text editing mode through the <emph>Allow Quick Editing</emph> <link href=\"text/simpress/02/13180000.xhp\" name=\"icon\">icon</link> in the <emph>Option</emph> bar.</defaultinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"CHART\"></caseinline><caseinline select=\"MATH\"></caseinline><defaultinline>V prezentaci nebo kresbě můžete režim editace textu aktivovat také pomocí <link href=\"text/simpress/02/13180000.xhp\" name=\"ikony\">ikony</link> <emph>Povolit rychlou editaci</emph> na panelu <emph>Volby</emph>.</defaultinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"CHART\"></caseinline><caseinline select=\"MATH\"></caseinline><defaultinline>V prezentaci nebo kresbě můžete tento režim editace textu aktivovat také pomocí <link href=\"text/simpress/02/13180000.xhp\" name=\"ikony\">ikony</link> <emph>Povolit rychlou editaci</emph> na nástrojové liště <emph>Možnosti</emph>.</defaultinline></switchinline>"
#: 01070500.xhp#hd_id3154686.7.help.text
msgid "Only text area selectable"
@@ -3878,9 +3840,8 @@ msgid "<variable id=\"textbereich\"><ahelp hid=\".uno:PickThrough\">Specifies wh
msgstr "<variable id=\"textbereich\"><ahelp hid=\".uno:PickThrough\">Určuje, že se má po klepnutí na text vybrat textový rám.</ahelp></variable>"
#: 01070500.xhp#par_id3155431.23.help.text
-#, fuzzy
msgid "<variable id=\"textbereich2\">In the area of the text frame that is not filled with text, an object behind the text frame can be selected.</variable>"
-msgstr "<variable id=\"textbereich2\">Klepnutím do oblasti textového rámce, která není vyplněna textem, je možné vybrat objekt za textovým rámcem. </variable>"
+msgstr "<variable id=\"textbereich2\">Klepnutím do oblasti textového rámce, která není vyplněna textem, je možné vybrat objekt za textovým rámcem.</variable>"
#: 01070500.xhp#par_id3153367.29.help.text
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"CHART\"></caseinline><caseinline select=\"MATH\"></caseinline><defaultinline>In a presentation or drawing document, you can also activate this mode through the<emph> Select Text Area Only </emph><link href=\"text/simpress/02/13190000.xhp\" name=\"icon\">icon</link> in the <emph>Option</emph> bar.</defaultinline></switchinline>"
@@ -3905,24 +3866,23 @@ msgstr "Nastavení"
#: 01070500.xhp#hd_id3146120.15.help.text
msgid "Use background cache"
-msgstr "Použít cache pozadí"
+msgstr "Použít mezipaměť v pozadí"
#: 01070500.xhp#par_id3152940.16.help.text
msgid "<ahelp hid=\"SD:CHECKBOX:TP_OPTIONS_MISC:CBX_MASTERPAGE_CACHE\">Specifies whether to use the cache for displaying objects on the master page.</ahelp> This speeds up the display. Unmark the <emph>Use background cache</emph> option if you want to display changing contents on the master page."
-msgstr "<ahelp hid=\"SD:CHECKBOX:TP_OPTIONS_MISC:CBX_MASTERPAGE_CACHE\">Určuje, zda se pro zobrazení objektů na hlavní stránce použije vyrovnávací paměť.</ahelp> Tím zrychlíte zobrazení objektů. Pokud chcete na hlavní stránce zobrazovat proměnný obsah, zrušte zaškrtnutí pole <emph>Použít cache pozadí</emph>."
+msgstr "<ahelp hid=\"SD:CHECKBOX:TP_OPTIONS_MISC:CBX_MASTERPAGE_CACHE\">Určuje, zda se pro zobrazení objektů na hlavní stránce použije vyrovnávací paměť.</ahelp> Tím zrychlíte zobrazení objektů. Pokud chcete na hlavní stránce zobrazovat proměnný obsah, zrušte zaškrtnutí pole <emph>Použít mezipaměť v pozadí</emph>."
#: 01070500.xhp#hd_id3147428.17.help.text
msgid "Copy when moving"
msgstr "Kopírovat při přesunu"
#: 01070500.xhp#par_id3154730.18.help.text
-#, fuzzy
msgid "<ahelp hid=\".\">If enabled, a copy is created when you move an object while holding down the Ctrl key (Mac: Command key).</ahelp> The same will apply for rotating and resizing the object. The original object will remain in its current position and size."
-msgstr "<ahelp hid=\"SD:CHECKBOX:TP_OPTIONS_MISC:CBX_COPY\">Určuje, zda se má při přesunu objektu automaticky vytvořit kopie, pokud podržíte klávesu Ctrl.</ahelp> Totéž platí pro otáčení a změnu velikosti objektu. Původní objekt zůstane zachován v aktuálním místě a velikosti."
+msgstr "<ahelp hid=\".\">Je-li povoleno, při přesunu objektu se automaticky vytvoří kopie, pokud podržíte klávesu Ctrl (Mac: klávesu Command).</ahelp> Totéž platí pro otáčení a změnu velikosti objektu. Původní objekt zůstane zachován v původním místě a velikosti."
#: 01070500.xhp#hd_id3148457.19.help.text
msgid "Objects always moveable"
-msgstr "Vždy přesunovatelné objekty"
+msgstr "Vždy přesunutelné objekty"
#: 01070500.xhp#par_id3149413.20.help.text
msgid "<ahelp hid=\"SD:CHECKBOX:TP_OPTIONS_MISC:CBX_MARKED_HIT_MOVES_ALWAYS\">Specifies that you want to move an object with the <emph>Rotate</emph> tool enabled. If<emph> Object always moveable </emph>is not marked, the <emph>Rotate</emph> tool can only be used to rotate an object.</ahelp>"
@@ -3938,7 +3898,7 @@ msgstr "<ahelp hid=\"SD:CHECKBOX:TP_OPTIONS_MISC:CBX_CROOK_NO_CONTORTION\">I př
#: 01070500.xhp#hd_id3154163.32.help.text
msgid "Unit of measurement"
-msgstr "Měrné jednotky"
+msgstr "Jednotka míry"
#: 01070500.xhp#par_id3155066.33.help.text
msgid "<ahelp hid=\"SD_LISTBOX_TP_OPTIONS_MISC_LB_METRIC\">Determines the <link href=\"text/shared/00/00000003.xhp#metrik\" name=\"Unit of measurement\">Unit of measurement</link> for presentations.</ahelp>"
@@ -4235,7 +4195,7 @@ msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_LAYOUT_CB_EDITMODE\">Po stisknu klá
#: 01060300.xhp#hd_id3153896.10.help.text
msgid "Expand formatting"
-msgstr "Rozšířit formátování"
+msgstr "Rozšířené formátování"
#: 01060300.xhp#par_id3150400.11.help.text
msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_LAYOUT_CB_FORMAT\">Specifies whether to automatically apply the formatting attributes of the selected cell to the empty adjacent cells.</ahelp> If, for example, the contents of the selected cell have the bold attribute, this bold attribute will also apply to adjacent cells. Cells that already have a special format will not be modified by this function. You can see the range in question by pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + * (multiplication sign on the number pad) shortcut. This format also applies to all new values inserted within this range. The normal default settings apply to cells outside this range."
@@ -4306,7 +4266,7 @@ msgstr "Volby tisku"
#: 01090100.xhp#hd_id3156410.4.help.text
msgctxt "01090100.xhp#hd_id3156410.4.help.text"
msgid "Title"
-msgstr ""
+msgstr "Titul"
#: 01090100.xhp#par_id3156347.5.help.text
msgid "<ahelp hid=\"STARMATH_CHECKBOX_RID_PRINTOPTIONPAGE_CB_TITLEROW\">Specifies whether you want the name of the document to be included in the printout.</ahelp>"
@@ -4417,7 +4377,7 @@ msgstr "Vlastní dělení slov"
#: 01040600.xhp#par_id3147230.32.help.text
msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_SHYPH\">Specifies whether user-defined delimiters are displayed. These are hidden delimiters that you enter within a word by pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Hyphen(-) </caseinline><defaultinline>Ctrl+Hyphen(-).</defaultinline></switchinline> Words with user-defined delimiters are only separated at the end of a line at the point where a user-defined delimiter has been inserted, irrespective of whether the automatic hyphenation is activated or deactivated.</ahelp>"
-msgstr "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_SHYPH\">Určuje, zda se má zobrazovat uživatelem určené dělení slov. Toto jsou skryté rozdělovače, které ve slově zadáváte stisknutím <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Pomlčka(-) </caseinline><defaultinline>Ctrl+Pomlčka(-).</defaultinline></switchinline> Pokud se slovo nachází na konci řádku, rozdělí se v určeném místě, bez ohledu na to, zda je nebo není aktivní automatické dělení slov.</ahelp>"
+msgstr "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_SHYPH\">Určuje, zda se má zobrazovat uživatelem určené dělení slov. Toto jsou skryté rozdělovače, které ve slově zadáváte stisknutím <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Spojovník(-) </caseinline><defaultinline>Ctrl+Spojovník(-).</defaultinline></switchinline> Pokud se slovo nachází na konci řádku, rozdělí se v určeném místě bez ohledu na to, zda je nebo není aktivní automatické dělení slov.</ahelp>"
#: 01040600.xhp#hd_id3147287.33.help.text
msgid "Spaces"
@@ -4429,7 +4389,7 @@ msgstr "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_SPACE\">Určuje, zda se má k
#: 01040600.xhp#hd_id3145750.35.help.text
msgid "Non-breaking spaces"
-msgstr "Nezlomitelná mezera"
+msgstr "Nezlomitelné mezery"
#: 01040600.xhp#par_id3152938.36.help.text
msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_HSPACE\">Specifies that non-breaking spaces are shown as gray boxes. Non-breaking spaces are not broken at the end of a line and are entered with the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command+Shift+Spacebar </caseinline><defaultinline>Ctrl+Shift+Spacebar</defaultinline></switchinline> shortcut keys.</ahelp>"
@@ -4755,7 +4715,7 @@ msgstr "<ahelp hid=\"OFFMGR_LISTBOX_RID_SVX_FONT_SUBSTITUTION_LB_FONTHEIGHT\">Vy
#: 01060400.xhp#tit.help.text
msgid "Sort Lists"
-msgstr "Řadit seznamy"
+msgstr "Řazené seznamy"
#: 01060400.xhp#hd_id3145382.1.help.text
msgid "<link href=\"text/shared/optionen/01060400.xhp\" name=\"Sort Lists\">Sort Lists</link>"
@@ -4763,7 +4723,7 @@ msgstr "<link href=\"text/shared/optionen/01060400.xhp\" name=\"Řadit seznamy\"
#: 01060400.xhp#par_id3153825.2.help.text
msgid "<ahelp hid=\"HID_SCPAGE_USERLISTS\">All user-defined lists are displayed in the<emph> Sort Lists </emph>dialog. You can also define and edit your own lists. Only text can be used as sort lists, no numbers.</ahelp>"
-msgstr "<ahelp hid=\"HID_SCPAGE_USERLISTS\">V dialogu <emph>Řadit seznamy</emph> jsou zobrazeny všechny uživatelem definované seznamy. Také můžete definovat a upravovat seznamy. Seznamy lze tvořit pouze z textu, ne z čísel.</ahelp>"
+msgstr "<ahelp hid=\"HID_SCPAGE_USERLISTS\">V dialogu <emph>Řazené seznamy</emph> jsou zobrazeny všechny uživatelem definované seznamy. Také můžete definovat a upravovat seznamy. Seznamy lze tvořit pouze z textu, ne z čísel.</ahelp>"
#: 01060400.xhp#hd_id3149416.3.help.text
msgid "Lists"
@@ -4799,11 +4759,11 @@ msgstr "<ahelp hid=\"SC:PUSHBUTTON:RID_SCPAGE_USERLISTS:BTN_COPY\">Zkopíruje ob
#: 01060400.xhp#hd_id3154684.9.help.text
msgid "New/Discard"
-msgstr "Nový/Odstranit"
+msgstr "Nový/Zahodit"
#: 01060400.xhp#par_id3153970.10.help.text
msgid "<ahelp hid=\"SC:PUSHBUTTON:RID_SCPAGE_USERLISTS:BTN_NEW\">Enters the contents of a new list into the <emph>Entries</emph> box.</ahelp> This button will change from <emph>New</emph> to <emph>Discard</emph>, which enables you to delete the new list."
-msgstr "<ahelp hid=\"SC:PUSHBUTTON:RID_SCPAGE_USERLISTS:BTN_NEW\">Zadejte obsah nového seznamu do pole <emph>Položky</emph>.</ahelp> Toto tlačítko se změní z <emph>Nový</emph> na <emph>Odstranit</emph>, takže můžete nový seznam odstranit."
+msgstr "<ahelp hid=\"SC:PUSHBUTTON:RID_SCPAGE_USERLISTS:BTN_NEW\">Zadejte obsah nového seznamu do pole <emph>Položky</emph>.</ahelp> Toto tlačítko se změní z <emph>Nový</emph> na <emph>Zahodit</emph>, takže můžete nový seznam odstranit."
#: 01060400.xhp#hd_id3144760.11.help.text
msgid "Add/Modify"
@@ -4929,7 +4889,7 @@ msgstr ""
#: 01041100.xhp#tit.help.text
msgid "AutoCaption"
-msgstr "Automatický popisek"
+msgstr "Automatické popisky"
#: 01041100.xhp#bm_id5164036.help.text
msgid "<bookmark_value>automatic captions (Writer)</bookmark_value><bookmark_value>AutoCaption function in %PRODUCTNAME Writer</bookmark_value><bookmark_value>captions;automatic captions (Writer)</bookmark_value>"
@@ -4945,7 +4905,7 @@ msgstr "Nastavení pro popisky, které se automaticky přidávají k vloženým
#: 01041100.xhp#par_idN10588.help.text
msgid "Add captions automatically when inserting"
-msgstr "Automaticky přidávat popisek při vložení"
+msgstr "Automaticky přidávat popisky při vložení"
#: 01041100.xhp#par_idN1058C.help.text
msgid "<ahelp hid=\".\">Select the object type for which the AutoCaption settings are to be valid.</ahelp>"
@@ -4977,9 +4937,8 @@ msgid "<ahelp hid=\"SW_LISTBOX_TP_OPTCAPTION_PAGE_BOX_FORMAT\">Specifies the typ
msgstr "<ahelp hid=\"SW_LISTBOX_TP_OPTCAPTION_PAGE_BOX_FORMAT\">Určuje použitý typ číslování.</ahelp>"
#: 01041100.xhp#hd_id3149457.10.help.text
-#, fuzzy
msgid "Separator"
-msgstr "Oddělovač"
+msgstr "Oddělovač číslování"
#: 01041100.xhp#par_idN106E2.17.help.text
msgctxt "01041100.xhp#par_idN106E2.17.help.text"
@@ -5323,15 +5282,15 @@ msgstr "<link href=\"text/shared/01/05030600.xhp\" name=\"Další informace\">Da
#: 01060500.xhp#tit.help.text
msgid "Calculate"
-msgstr "Spočítat"
+msgstr "Výpočty"
#: 01060500.xhp#bm_id3149399.help.text
msgid "<bookmark_value>references; iterative (Calc)</bookmark_value> <bookmark_value>calculating;iterative references (Calc)</bookmark_value> <bookmark_value>iterative references in spreadsheets</bookmark_value> <bookmark_value>recursions in spreadsheets</bookmark_value> <bookmark_value>dates; default (Calc)</bookmark_value> <bookmark_value>dates; start 1900/01/01 (Calc)</bookmark_value> <bookmark_value>dates; start 1904/01/01 (Calc)</bookmark_value> <bookmark_value>case sensitivity;comparing cell contents (Calc)</bookmark_value> <bookmark_value>decimal places displayed (Calc)</bookmark_value> <bookmark_value>precision as shown (Calc)</bookmark_value> <bookmark_value>values; rounded as shown (Calc)</bookmark_value> <bookmark_value>rounding precision (Calc)</bookmark_value> <bookmark_value>search criteria for database functions in cells</bookmark_value> <bookmark_value>Excel; search criteria</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>odkazy; iterace (Calc)</bookmark_value> <bookmark_value>výpočty;iterační odkazy (Calc)</bookmark_value> <bookmark_value>iterační odkazy v sešitech</bookmark_value> <bookmark_value>rekurze v sešitech</bookmark_value> <bookmark_value>data; výchozí (Calc)</bookmark_value> <bookmark_value>data; začátek 1900/01/01 (Calc)</bookmark_value> <bookmark_value>data; začátek 1904/01/01 (Calc)</bookmark_value> <bookmark_value>rozlišování velikosti písmen;porovnávání obsahu buněk (Calc)</bookmark_value> <bookmark_value>počet zobrazených desetinných míst (Calc)</bookmark_value> <bookmark_value>přesnost stejná jako zobrazení (Calc)</bookmark_value> <bookmark_value>hodnoty; zaokrouhlování jako zobrazení (Calc)</bookmark_value> <bookmark_value>zaokrouhlování přesnosti (Calc)</bookmark_value> <bookmark_value>kritéria hledání v buňkách pro databázové funkce</bookmark_value> <bookmark_value>Excel; kritéria hledání</bookmark_value>"
#: 01060500.xhp#hd_id3145071.1.help.text
msgid "<link href=\"text/shared/optionen/01060500.xhp\" name=\"Calculate\">Calculate</link>"
-msgstr "<link href=\"text/shared/optionen/01060500.xhp\" name=\"Spočítat\">Spočítat</link>"
+msgstr "<link href=\"text/shared/optionen/01060500.xhp\" name=\"Výpočty\">Výpočty</link>"
#: 01060500.xhp#par_id3147576.2.help.text
msgid "<ahelp hid=\".\">Defines the calculation settings for spreadsheets.</ahelp> Defines the behavior of spreadsheets with iterative references, the date settings, the number of decimal places, and if capitalization or lower cases are to be considered when searching within sheets."
@@ -5355,7 +5314,7 @@ msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_CALC:BTN_ITERATE\">Určuje, zda se m
#: 01060500.xhp#par_id3148686.7.help.text
msgid " <emph>Example:</emph> calculating the cost of an item without the value-added tax."
-msgstr ""
+msgstr " <emph>Příklad:</emph> výpočet ceny položky bez daně z přidané hodnoty."
#: 01060500.xhp#par_id3156155.8.help.text
msgid "Type the text 'Selling price' in cell A5, the text 'Net' in cell A6, and the text 'Value-added tax' in cell A7."
@@ -5432,7 +5391,7 @@ msgstr "Minimální změna"
#: 01060500.xhp#par_id3153139.25.help.text
msgid "<ahelp hid=\"SC:EDIT:RID_SCPAGE_CALC:ED_EPS\">Specifies the difference between two consecutive iteration step results. If the result of the iteration is lower than the minimum change value, then the iteration will stop.</ahelp>"
-msgstr "<ahelp hid=\"SC:EDIT:RID_SCPAGE_CALC:ED_EPS\">Určuje rozdíl mezi výsledky dvou iteračních kroků. Je-li výsledek iterace nižší než minimální hodnota změny, iterace skončí.</ahelp>"
+msgstr "<ahelp hid=\"SC:EDIT:RID_SCPAGE_CALC:ED_EPS\">Určuje rozdíl mezi výsledky dvou iteračních kroků. Je-li výsledek iterace nižší než hodnota minimální změny, iterace skončí.</ahelp>"
#: 01060500.xhp#hd_id3147125.45.help.text
msgctxt "01060500.xhp#hd_id3147125.45.help.text"
@@ -5469,7 +5428,7 @@ msgstr "<ahelp hid=\"SC:RADIOBUTTON:RID_SCPAGE_CALC:BTN_DATE1904\">Nastaví jako
#: 01060500.xhp#hd_id3153838.26.help.text
msgid "Case sensitive"
-msgstr "Rozlišovat velká a malá písmena"
+msgstr "Rozlišovat malá/velká písmena"
#: 01060500.xhp#par_id3146793.27.help.text
msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_CALC:BTN_CASE\">Specifies whether to distinguish between upper and lower case in texts when comparing cell contents.</ahelp>"
@@ -5477,20 +5436,12 @@ msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_CALC:BTN_CASE\">Určuje, zda se má
#: 01060500.xhp#par_id3153707.28.help.text
msgid " <emph>Example:</emph> Type the text 'Test' in cell A1; and the text 'test' in B1. Then type the formula \"=A1=B1\" in cell C1. If the <emph>Case sensitive</emph> box is marked, FALSE will appear in the cell; otherwise, TRUE will appear in the cell."
-msgstr ""
+msgstr " <emph>Příklad:</emph> Napište do buňky A1 text 'Test' a do buňky B1 text 'test'. Potom napište vzorec \"=A1=B1\" do buňky C1. Je-li zaškrtnuto <emph>Rozlišovat malá/velká písmena</emph>, objeví se v buňce NEPRAVDA, jinak se objeví PRAVDA."
#: 01060500.xhp#par_id3153965.29.help.text
msgid "The EXACT text function is always case-sensitive, independent of the settings in this dialog."
msgstr "Textová funkce EXACT rozlišuje malá a velká písmena vždy, nezávisle na nastavení v tomto dialogovém okně."
-#: 01060500.xhp#hd_id3145231.53.help.text
-msgid "Decimal places"
-msgstr "Desetinná místa"
-
-#: 01060500.xhp#par_id3149568.54.help.text
-msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
-msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Určuje počet číslic při zobrazování čísel se <emph>Standardním</emph> formátem čísla. Čísla jsou jako zaokrouhlená zobrazována, ne ukládána.</ahelp>"
-
#: 01060500.xhp#hd_id3145150.30.help.text
msgid "Precision as shown"
msgstr "Přesnost podle zobrazení"
@@ -5556,9 +5507,8 @@ msgid "Enable regular expressions in formulas"
msgstr "Povolit regulární výrazy ve vzorcích"
#: 01060500.xhp#par_id3155092.59.help.text
-#, fuzzy
msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CALC_BTN_REGEX\">Specifies that regular expressions are enabled when searching and also for character string comparisons.</ahelp><switchinline select=\"appl\"><caseinline select=\"CALC\"> This relates to the <link href=\"text/scalc/01/04060101.xhp\" name=\"database functions\">database functions</link>, and to VLOOKUP, HLOOKUP and SEARCH.</caseinline></switchinline>"
-msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CALC_BTN_REGEX\">Při vyhledávání a porovnání znaků je možné použít regulární výrazy.</ahelp><switchinline select=\"appl\"><caseinline select=\"CALC\"> Toto platí pro <link href=\"text/scalc/01/04060101.xhp\" name=\"databázové funkce\">databázové funkce</link> a pro VLOOKUP, HLOOKUP a SEARCH. </caseinline></switchinline>"
+msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CALC_BTN_REGEX\">Při vyhledávání a porovnávání znakových řetězců je možné použít regulární výrazy.</ahelp><switchinline select=\"appl\"><caseinline select=\"CALC\"> Toto platí pro <link href=\"text/scalc/01/04060101.xhp\" name=\"databázové funkce\">databázové funkce</link> a pro VLOOKUP, HLOOKUP a SEARCH.</caseinline></switchinline>"
#: 01060500.xhp#hd_id3156199.55.help.text
msgid "Automatically find column and row labels"
@@ -5566,19 +5516,27 @@ msgstr "Automaticky najít popisky sloupců a řádků"
#: 01060500.xhp#par_id3153818.56.help.text
msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_CALC:BTN_LOOKUP\">Specifies that you can use the text in any cell as a label for the column below the text or the row to the right of the text. The text must consist of at least one word and must not contain any operators.</ahelp>"
-msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_CALC:BTN_LOOKUP\">Určuje, že jako popisek sloupce chcete použít text v buňce nad sloupcem nebo pro řádek v buňce vpravo od řádku. Text musí obsahovat alespoň jedno slovo a nesmí obsahovat žádné operátory.</ahelp>"
+msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_CALC:BTN_LOOKUP\">Určuje, že text v jakékoliv buňce můžete použít jako popisek pro sloupec pod textem nebo pro řádek napravo od textu. Text musí obsahovat alespoň jedno slovo a nesmí obsahovat žádné operátory.</ahelp>"
#: 01060500.xhp#par_id3151242.57.help.text
msgid " <emph>Example</emph>: Cell E5 contains the text \"Europe\". Below, in cell E6, is the value 100 and in cell E7 the value 200. If the <emph>Automatically find column and row labels</emph> box is marked, you can write the following formula in cell A1: =SUM(Europe)."
-msgstr ""
+msgstr " <emph>Příklad</emph>: Buňka E5 obsahuje text \"Evropa\". Pod ní, v buňce E6, je hodnota 100 a v buňce E7 hodnota 200. Je-li zaškrtnuto <emph>Automaticky najít popisky sloupců a řádků</emph>, je možné napsat do buňky A1 následující vzorec: =SUM(Evropa)."
#: 01060500.xhp#hd_id315634199.help.text
msgid "Limit decimals for general number format"
-msgstr ""
+msgstr "Omezit počet desetinných míst pro obecný formát"
#: 01060500.xhp#par_id315343818.help.text
msgid "<ahelp hid=\".\">You can specify the maximum number of decimal places that are shown by default for cells with General number format. If not enabled, cells with General number format show as many decimal places as the column width allows.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Můžete určit maximální počet desetinných míst, který se v buňkách ukazuje jako výchozí pro formát čísel Standard. Není-li povoleno, buňky s formátem čísel Standard budou ukazovat tolik desetinných míst, kolik šířka sloupce dovolí.</ahelp>"
+
+#: 01060500.xhp#hd_id3145231.53.help.text
+msgid "Decimal places"
+msgstr "Desetinná místa"
+
+#: 01060500.xhp#par_id3149568.54.help.text
+msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
+msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Určuje počet číslic při zobrazování čísel se <emph>Standardním</emph> formátem čísla. Čísla jsou jako zaokrouhlená zobrazována, ne ukládána.</ahelp>"
#: viewcertificate_c.xhp#tit.help.text
msgid "Certificate Path"
@@ -5615,83 +5573,79 @@ msgstr ""
#: 01070300.xhp#hd_id3156346.4.help.text
msgid "Snap"
-msgstr "Zachytit"
+msgstr "Přichytit"
#: 01070300.xhp#hd_id3163802.8.help.text
msgid "To snap lines"
-msgstr "Na vodící čáry"
+msgstr "K vodítkům"
#: 01070300.xhp#par_id3149516.9.help.text
msgid "<variable id=\"anlinie\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_SNAP_HELPLINES\">Snaps the edge of a dragged object to the nearest snap line when you release the mouse.</ahelp></variable>"
msgstr "<variable id=\"anlinie\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_SNAP_HELPLINES\">Po uvolnění tlačítka myši se okraj přetahovaného objektu zachytí k nejbližší vodící čáře.</ahelp></variable>"
#: 01070300.xhp#par_id3154142.37.help.text
-#, fuzzy
msgid "You can also define this setting by using the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/02/13140000.xhp\" name=\"Snap to Snap Lines\"><emph>Snap to Snap Lines</emph></link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/02/13140000.xhp\" name=\"Snap to Snap Lines\"><emph>Snap to Snap Lines</emph></link></caseinline><defaultinline><emph>Snap to Snap Lines</emph></defaultinline></switchinline> icon, which is available in the <emph>Options</emph> bar in a presentation or drawing document."
-msgstr "V prezentaci či kresbě můžete tuto funkci zapnout také pomocí ikony <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/02/13140000.xhp\" name=\"Zachytit na vodící čáry\"><emph>Zachytit na vodící čáry</emph></link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/02/13140000.xhp\" name=\"Zachytit na vodící čáry\"><emph>Zachytit na vodící čáry</emph></link></caseinline><defaultinline><emph>Zachytit na vodící čáry</emph></defaultinline></switchinline> na panelu <emph>Volby</emph>."
+msgstr "V prezentaci či kresbě můžete tuto funkci zapnout také pomocí ikony <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/02/13140000.xhp\" name=\"Přichytit k vodítkům\"><emph>Přichytit k vodítkům</emph></link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/02/13140000.xhp\" name=\"Přichytit k vodítkům\"><emph>Přichytit k vodítkům</emph></link></caseinline><defaultinline><emph>Zachytit na vodící čáry</emph></defaultinline></switchinline>, která se nachází v liště <emph>Možnosti</emph> u prezentace nebo kresby."
#: 01070300.xhp#hd_id3154306.31.help.text
msgid "To the page margins"
-msgstr "Na okraje stránky"
+msgstr "K okrajům stránky"
#: 01070300.xhp#par_id3156024.11.help.text
msgid "<variable id=\"seitenrand\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_SNAP_BORDER\">Specifies whether to align the contour of the graphic object to the nearest page margin.</ahelp></variable>"
msgstr "<variable id=\"seitenrand\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_SNAP_BORDER\">Okraj grafického objektu se zachytí k nejbližšímu okraji stránky.</ahelp></variable>"
#: 01070300.xhp#par_id3149670.33.help.text
-#, fuzzy
msgid "<variable id=\"seittext\">The cursor or a contour line of the graphics object must be in the snap range.</variable>"
-msgstr "<variable id=\"seittext\">Kurzor nebo obrysová čára grafického objektu musí být v oblasti zachycení. </variable>"
+msgstr "<variable id=\"seittext\">Kurzor nebo obrysová čára grafického objektu musí být v dosahu zachycení. </variable>"
#: 01070300.xhp#par_id3148947.38.help.text
msgid "In a presentation or drawing document, this function can also be accessed with the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/02/13150000.xhp\" name=\"Snap to Page Margins\"><emph>Snap to Page Margins</emph></link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/02/13150000.xhp\" name=\"Snap to Page Margins\"><emph>Snap to Page Margins</emph></link></caseinline><defaultinline><emph>Snap to Page Margins</emph></defaultinline></switchinline> icon in the <emph>Options</emph> bar."
-msgstr "V prezentaci či kresbě můžete tuto funkci zapnout také pomocí ikony <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/02/13150000.xhp\" name=\"Zachytit na okraje stránky\">Zachytit na okraje stránky</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/02/13150000.xhp\" name=\"Zachytit na okraje stránky\">Zachytit na okraje stránky</link></caseinline><defaultinline><emph>Zachytit na okraje stránky</emph></defaultinline></switchinline> na panelu <emph>Volby</emph>."
+msgstr "V prezentaci či kresbě můžete tuto funkci zapnout také pomocí ikony <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/02/13150000.xhp\" name=\"Přichytit k okrajům stránky\">Přichytit k okrajům stránky</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/02/13150000.xhp\" name=\"Přichytit k okrajům stránky\">Přichytit k okrajům stránky</link></caseinline><defaultinline><emph>Přichytit k okrajům stránky</emph></defaultinline></switchinline> na liště <emph>Možnosti</emph>."
#: 01070300.xhp#hd_id3154365.12.help.text
msgid "To object frame"
-msgstr "Na rámec objektu"
+msgstr "K rámečku objektu"
#: 01070300.xhp#par_id3148674.13.help.text
msgid "<variable id=\"rahmen\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_SNAP_FRAME\">Specifies whether to align the contour of the graphic object to the border of the nearest graphic object.</ahelp></variable>"
-msgstr "<variable id=\"rahmen\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_SNAP_FRAME\">Okraj grafického objektu se zarovná k okraji nejbližšího objektu.</ahelp></variable>"
+msgstr "<variable id=\"rahmen\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_SNAP_FRAME\">Okraj grafického objektu se zarovná k okraji nejbližšího grafického objektu.</ahelp></variable>"
#: 01070300.xhp#par_id3147228.34.help.text
-#, fuzzy
msgid "<variable id=\"rahmtext\">The cursor or a contour line of the graphics object must be in the snap range.</variable>"
-msgstr "<variable id=\"rahmtext\">Kurzor nebo obrysová čára grafického objektu musí být v oblasti zachycení. </variable>"
+msgstr "<variable id=\"rahmtext\">Kurzor nebo obrysová čára grafického objektu musí být v dosahu zachycení. </variable>"
#: 01070300.xhp#par_id3148922.39.help.text
msgid "In a presentation or drawing document, this function can also be accessed with the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/02/13160000.xhp\" name=\"Snap to Object Border\"><emph>Snap to Object Border</emph></link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/02/13160000.xhp\" name=\"Snap to Object Border\"><emph>Snap to Object Border</emph></link></caseinline><defaultinline><emph>Snap to Object Border</emph></defaultinline></switchinline> icon in the <emph>Options</emph> bar."
-msgstr "V prezentaci či kresbě můžete tuto funkci zapnout také pomocí ikony <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/02/13160000.xhp\" name=\"Zachytit na ohraničení objektu\">Zachytit na ohraničení objektu</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/02/13160000.xhp\" name=\"Zachytit na ohraničení objektu\">Zachytit na ohraničení objektu</link></caseinline><defaultinline><emph>Zachytit na ohraničení objektu</emph></defaultinline></switchinline> na panelu <emph>Volby</emph>."
+msgstr "V prezentaci či kresbě můžete tuto funkci zapnout také pomocí ikony <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/02/13160000.xhp\" name=\"Přichytit k rámečku objektu\">Přichytit k rámečku objektu</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/02/13160000.xhp\" name=\"Přichytit k rámečku objektu\">Přichytit k rámečku objektu</link></caseinline><defaultinline><emph>Přichytit k rámečku objektu</emph></defaultinline></switchinline> na liště <emph>Možnosti</emph>."
#: 01070300.xhp#hd_id3155431.14.help.text
msgid "To object points"
-msgstr "Na body objektu"
+msgstr "K bodům objektu"
#: 01070300.xhp#par_id3145271.15.help.text
msgid "<variable id=\"opunkte\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_SNAP_POINTS\">Specifies whether to align the contour of the graphic object to the points of the nearest graphic object.</ahelp></variable>"
-msgstr "<variable id=\"opunkte\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_SNAP_POINTS\">Okraj grafického objektu se zarovná k bodům nejbližšího objektu.</ahelp></variable>"
+msgstr "<variable id=\"opunkte\"><ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_SNAP_POINTS\">Okraj grafického objektu se zarovná k bodům nejbližšího grafického objektu.</ahelp></variable>"
#: 01070300.xhp#par_id3149483.35.help.text
-#, fuzzy
msgid "<variable id=\"opunktetext\">This only applies if the cursor or a contour line of the graphics object is in the snap range.</variable>"
-msgstr "<variable id=\"opunktetext\">Kurzor nebo obrysová čára grafického objektu musí být v oblasti zachycení. </variable>"
+msgstr "<variable id=\"opunktetext\">Kurzor nebo obrysová čára grafického objektu musí být v dosahu zachycení. </variable>"
#: 01070300.xhp#par_id3146146.40.help.text
msgid "In a presentation or drawing document, this function can also be accessed with the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/02/13170000.xhp\" name=\"Snap to Object Points\"><emph>Snap to Object Points</emph></link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/02/13170000.xhp\" name=\"Snap to Object Points\"><emph>Snap to Object Points</emph></link></caseinline><defaultinline><emph>Snap to Object Points</emph></defaultinline></switchinline> icon in the <emph>Options</emph> bar."
-msgstr "V prezentaci či kresbě můžete tuto funkci zapnout také pomocí ikony <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/02/13170000.xhp\" name=\"Zachytit na body objektu\">Zachytit na body objektu</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/02/13170000.xhp\" name=\"Zachytit na body objektu\">Zachytit na body objektu</link></caseinline><defaultinline><emph>Zachytit na body objektu</emph></defaultinline></switchinline> na panelu <emph>Volby</emph>."
+msgstr "V prezentaci či kresbě můžete tuto funkci zapnout také pomocí ikony <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/simpress/02/13170000.xhp\" name=\"Přichytit k bodům objektu\">Přichytit k bodům objektu</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/simpress/02/13170000.xhp\" name=\"Přichytit k bodům objektu\">Přichytit k bodům objektu</link></caseinline><defaultinline><emph>Přichytit k bodům objektu</emph></defaultinline></switchinline> na liště <emph>Možnosti</emph>."
#: 01070300.xhp#hd_id3148645.16.help.text
msgid "Snap range"
-msgstr "Oblast zachycení"
+msgstr "Oblast přichycení"
#: 01070300.xhp#par_id3154145.17.help.text
msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_GRID_MTR_FLD_SNAP_AREA\">Defines the snap distance between the mouse pointer and the object contour. $[officename] Impress snaps to a snap point if the mouse pointer is nearer than the distance selected in the <emph>Snap range</emph> control.</ahelp>"
-msgstr "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_GRID_MTR_FLD_SNAP_AREA\">Určuje oblast zachycení mezi ukazatelem myši a obrysem objektu. $[officename] Impress zachytí objekt, je-li ukazatel myši blíže než je vzdálenost určená v poli <emph>Oblast zachycení</emph>.</ahelp>"
+msgstr "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_GRID_MTR_FLD_SNAP_AREA\">Určuje oblast přichycení mezi ukazatelem myši a obrysem objektu. $[officename] Impress přichytí objekt, je-li ukazatel myši blíže, než je vzdálenost určená v poli <emph>Oblast přichycení</emph>.</ahelp>"
#: 01070300.xhp#hd_id3150872.19.help.text
msgid "Snap position"
-msgstr "Zachycení pozice"
+msgstr "Přichycení pozice"
#: 01070300.xhp#hd_id3154639.21.help.text
msgid "When creating or moving objects"
@@ -5711,15 +5665,15 @@ msgstr "<ahelp hid=\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_BIGORTHO\">Je-li toto pol
#: 01070300.xhp#hd_id3149413.25.help.text
msgid "When rotating"
-msgstr "Při rotování"
+msgstr "Při rotaci"
#: 01070300.xhp#par_id3150717.26.help.text
msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_GRID_MTR_FLD_ANGLE\">Specifies that graphic objects can only be rotated within the rotation angle that you selected in the <emph>When rotating</emph> control.</ahelp> If you want to rotate an object outside the defined angle, press the Shift key when rotating. Release the key when the desired rotation angle is reached."
-msgstr ""
+msgstr "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_GRID_MTR_FLD_ANGLE\">Určuje, že grafický objekt může rotovat pouze o úhel vybraný v poli <emph>Při rotaci</emph>.</ahelp> Chcete-li rotovat objekt o hodnotu mimo stanovený úhel, stiskněte při rotaci klávesu Shift. Po dosažení požadovaného úhlu rotace klávesu uvolněte."
#: 01070300.xhp#hd_id3154163.27.help.text
msgid "Point reduction"
-msgstr "Redukce bodu"
+msgstr "Redukce bodů"
#: 01070300.xhp#par_id3156275.28.help.text
msgid "<ahelp hid=\"SVX_METRICFIELD_RID_SVXPAGE_GRID_MTR_FLD_BEZ_ANGLE\">Defines the angle for point reduction.</ahelp> When working with polygons, you might find it useful to reduce their editing points."
@@ -5848,12 +5802,12 @@ msgid "View"
msgstr "Zobrazit"
#: 01060100.xhp#bm_id3147242.help.text
-msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>handles; showing large handles (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
+msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
msgstr ""
#: 01060100.xhp#hd_id3150445.1.help.text
msgid "<link href=\"text/shared/optionen/01060100.xhp\" name=\"View\">View</link>"
-msgstr "<link href=\"text/shared/optionen/01060100.xhp\" name=\"Zobrazit\">Zobrazit</link>"
+msgstr "<link href=\"text/shared/optionen/01060100.xhp\" name=\"Zobrazení\">Zobrazení</link>"
#: 01060100.xhp#par_id3153988.2.help.text
msgid "<ahelp hid=\"HID_SCPAGE_CONTENT\">Defines which elements of the <item type=\"productname\">%PRODUCTNAME</item> Calc main window are displayed. You can also show or hide highlighting of values in tables.</ahelp>"
@@ -5869,11 +5823,11 @@ msgstr "Určuje, které čáry se zobrazí."
#: 01060100.xhp#hd_id3147242.30.help.text
msgid "Grid lines"
-msgstr "Čáry mřížky"
+msgstr "Mřížka"
#: 01060100.xhp#par_id3153088.31.help.text
msgid "<ahelp hid=\"sc:ListBox:RID_SCPAGE_CONTENT:LB_GRID\" visibility=\"visible\">Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them.</ahelp> For printing, choose <emph>Format - Page - </emph><link href=\"text/scalc/01/05070500.xhp\" name=\"Sheet\"><emph>Sheet</emph></link> and mark the <emph>Grid</emph> check box."
-msgstr ""
+msgstr "<ahelp hid=\"sc:ListBox:RID_SCPAGE_CONTENT:LB_GRID\" visibility=\"visible\">Určuje, kdy se zobrazí mřížka. Ve výchozím nastavení se zobrazuje jen u buněk, které nemají barvu pozadí. Můžete zvolit zobrazování mřížky také pro buňky s barvou pozadí, nebo mřížku skrývat.</ahelp> Pro tisk mřížky zvolte <emph>Formát - Stránka - </emph><link href=\"text/scalc/01/05070500.xhp\" name=\"Sheet\"><emph>List</emph></link> a zaškrtněte pole <emph>Mřížka</emph>."
#: 01060100.xhp#hd_id3156326.32.help.text
msgctxt "01060100.xhp#hd_id3156326.32.help.text"
@@ -5882,7 +5836,7 @@ msgstr "Barva"
#: 01060100.xhp#par_id3154286.33.help.text
msgid "<ahelp hid=\"SC_LISTBOX_RID_SCPAGE_CONTENT_LB_COLOR\">Specifies a color for the grid lines in the current document.</ahelp> To see the grid line color that was saved with the document, go to <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME - Appearance</emph>, under <emph>Scheme</emph> find the entry <emph>Spreadsheet - Grid lines</emph> and set the color to \"Automatic\"."
-msgstr ""
+msgstr "<ahelp hid=\"SC_LISTBOX_RID_SCPAGE_CONTENT_LB_COLOR\">Určuje barvu mřížky v aktuálním dokumentu.</ahelp> Barvu mřížky, která byla uložena s dokumentem, uvidíte, pokud půjdete do <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Předvolby</caseinline><defaultinline>Nástroje - Možnosti</defaultinline></switchinline> - %PRODUCTNAME - Vzhled</emph>, pod <emph>Schéma</emph> najdete položku <emph>Sešit - Mřížka</emph> a nastavíte barvu na \"Automaticky\"."
#: 01060100.xhp#hd_id3152349.34.help.text
msgid "Page breaks"
@@ -5895,21 +5849,12 @@ msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_PAGEBREAKS\">Určuje, zda
#: 01060100.xhp#hd_id3149669.36.help.text
msgctxt "01060100.xhp#hd_id3149669.36.help.text"
msgid "Helplines While Moving"
-msgstr ""
+msgstr "Vodítka při přesouvání"
#: 01060100.xhp#par_id3148550.37.help.text
msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">Specifies whether to view guides when moving drawings, frames, graphics and other objects.</ahelp> These guides help you align objects."
msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">Určuje, zda se při přesouvání kreseb, rámců, obrázků a dalších objektů mají zobrazovat vodítka.</ahelp> Tato vodítka vám pomáhají s umístěním objektů."
-#: 01060100.xhp#hd_id3149202.40.help.text
-msgctxt "01060100.xhp#hd_id3149202.40.help.text"
-msgid "Large handles"
-msgstr "Velké úchyty"
-
-#: 01060100.xhp#par_id3154123.41.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\">Specifies that larger than normal handles (the eight points on a selection box) are displayed.</ahelp>"
-msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\">Určuje, že se mají úchyty (osm bodů v rámečku označujícím objekt) zobrazovat větší než obyčejně.</ahelp>"
-
#: 01060100.xhp#hd_id3152920.3.help.text
msgctxt "01060100.xhp#hd_id3152920.3.help.text"
msgid "Display"
@@ -5937,19 +5882,19 @@ msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_NIL\">Určuje, zda se maj
#: 01060100.xhp#hd_id3147348.9.help.text
msgid "Comment indicator"
-msgstr ""
+msgstr "Indikátor komentáře"
#: 01060100.xhp#par_id3146974.10.help.text
msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_ANNOT\">Specifies that a small rectangle in the top right corner of the cell indicates that a comment exists. The comment will be shown only when you enable tips under <emph>%PRODUCTNAME - General</emph> in the Options dialog box.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_ANNOT\">Určuje, zda bude přítomnost komentáře indikovat obdélníček v pravém horním rohu buňky. Komentář se ukáže pouze tehdy, jsou-li povoleny tipy v <emph>%PRODUCTNAME - Obecné</emph> v dialogovém okně Možnosti.</ahelp>"
#: 01060100.xhp#par_id3150487.24.help.text
msgid "<ahelp hid=\".uno:NoteVisible\">To display a comment permanently, select the <emph>Show comment</emph> command from the cell's context menu.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:NoteVisible\">Trvale komentář zobrazíte pomocí příkazu <emph>Zobrazit komentář</emph> z místní nabídky buňky.</ahelp>"
#: 01060100.xhp#par_id3149667.25.help.text
msgid "You can type and edit comments with the <link href=\"text/shared/01/04050000.xhp\" name=\"Insert - Comment\"><emph>Insert - Comment</emph></link> command. Comments that are permanently displayed can be edited by clicking the comment box. Click the Navigator and under the <emph>Comments</emph> entry you can view all comments in the current document. By double clicking a comment in Navigator, the cursor will jump to the corresponding cell containing the comment."
-msgstr ""
+msgstr "Komentáře lze zadávat a upravovat pomocí příkazu <link href=\"text/shared/01/04050000.xhp\" name=\"Insert - Comment\"><emph>Vložit - Komentář</emph></link>. Komentáře, které se zobrazují trvale, mohou být upraveny klepnutím do prostoru komentáře. Všechny komentáře v aktuálním dokumentu uvidíte v Navigátoru pod položkou <emph>Komentáře</emph>. Poklepáním na komentář v Navigátoru se kurzor přesune na příslušnou buňku."
#: 01060100.xhp#hd_id3150872.11.help.text
msgid "Value highlighting"
@@ -5957,7 +5902,7 @@ msgstr "Zvýrazňování hodnot"
#: 01060100.xhp#par_id3154792.12.help.text
msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_VALUE\">Mark the <emph>Value highlighting</emph> box to show the cell contents in different colors, depending on type. Text cells are formatted in black, formulas in green, and number cells in blue, no matter how their display is formatted.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_VALUE\">Zaškrtnutím pole <emph>Zvýrazňování hodnot</emph> se bude obsah buněk zobrazovat podle typu v různých barvách. Textové buňky budou formátovány černě, vzorce zeleně a čísla modře, bez ohledu na svůj formát zobrazení.</ahelp>"
#: 01060100.xhp#par_id3151319.13.help.text
msgid "When this command is active, any colors assigned in the document will not be displayed until the function is deactivated."
@@ -6014,7 +5959,7 @@ msgstr "<ahelp hid=\"SC_LISTBOX_RID_SCPAGE_CONTENT_LB_DIAGRAM\">Určuje, zda se
#: 01060100.xhp#hd_id3154703.22.help.text
msgid "Drawing objects"
-msgstr "Grafické objekty"
+msgstr "Kresby"
#: 01060100.xhp#par_id3155959.23.help.text
msgid "<ahelp hid=\"SC_LISTBOX_RID_SCPAGE_CONTENT_LB_DRAW\">Defines if drawing objects in your document are shown or hidden.</ahelp>"
@@ -6022,7 +5967,7 @@ msgstr "<ahelp hid=\"SC_LISTBOX_RID_SCPAGE_CONTENT_LB_DRAW\">Určuje, zda se obj
#: 01060100.xhp#hd_id0909200810585828.help.text
msgid "Zoom"
-msgstr "Lupa"
+msgstr "Zvětšení"
#: 01060100.xhp#hd_id0909200810585881.help.text
msgid "Synchronize sheets"
@@ -6076,11 +6021,11 @@ msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_TBLREG\">Určuje, zda se
#: 01060100.xhp#hd_id3152584.52.help.text
msgid "Outline symbols"
-msgstr "Symboly osnovy"
+msgstr "Symboly pro souhrny"
#: 01060100.xhp#par_id3145135.53.help.text
msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_OUTLINE\">If you have defined an <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/12080000.xhp\" name=\"outline\">outline</link></caseinline><defaultinline>outline</defaultinline></switchinline>, the <emph>Outline symbols</emph> option specifies whether to view the outline symbols at the border of the sheet.</ahelp>"
-msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_OUTLINE\">Pokud jste určil <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/12080000.xhp\" name=\"osnovu\">osnovu</link></caseinline><defaultinline>osnovu</defaultinline></switchinline>, volbou <emph>Symboly osnovy</emph> určíte, zda se mají symboly osnovy zobrazovat na okraji sešitu.</ahelp>"
+msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_OUTLINE\">Pokud jste určil <switchinline select=\"appl\"><caseinline select=\"CALC\"><link href=\"text/scalc/01/12080000.xhp\" name=\"osnovu\">souhrny</link></caseinline><defaultinline>sourhny</defaultinline></switchinline>, volbou <emph>Symboly pro souhrny</emph> určíte, zda se mají symboly pro souhrny zobrazovat na okraji sešitu.</ahelp>"
#: 01010300.xhp#tit.help.text
msgctxt "01010300.xhp#tit.help.text"
@@ -6131,7 +6076,7 @@ msgstr "Pořadí záznamů můžete změnit klepnutím na šipky ve sloupci <emp
#: 01010300.xhp#par_id3150439.190.help.text
msgid "In the following list of paths, the paths for the shared folders in the directory where %PRODUCTNAME is installed, are not shown. The user data for each user is stored in the {user} directory, which is located in the user's <switchinline select=\"sys\"><caseinline select=\"UNIX\">home</caseinline><defaultinline>Documents and Settings</defaultinline></switchinline> directory."
-msgstr ""
+msgstr "V následujícím seznamu cest nejsou uvedeny cesty ke sdíleným složkám v adresáři, kde je %PRODUCTNAME nainstalován. Uživatelská data jsou pro každého uživatele uložena v adresáři {user}, který se nachází v uživatelově <switchinline select=\"sys\"><caseinline select=\"UNIX\">domovském adresáři</caseinline><defaultinline>adresáři Documents and Settings</defaultinline></switchinline>."
#: 01010300.xhp#par_id3149260.14.help.text
msgid "Type"
@@ -6163,7 +6108,7 @@ msgstr "Automatické opravy"
#: 01010300.xhp#par_id3753776.help.text
msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/autocorr</caseinline><defaultinline>{user}\\user\\autocorr</defaultinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/autocorr</caseinline><defaultinline>{user}\\user\\autocorr</defaultinline></switchinline>"
#: 01010300.xhp#par_id5284279.help.text
msgid "This folder stores your own AutoCorrect texts."
@@ -6175,7 +6120,7 @@ msgstr "Automatický text"
#: 01010300.xhp#par_id7858516.help.text
msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/autotext</caseinline><defaultinline>{user}\\user\\autotext</defaultinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/autotext</caseinline><defaultinline>{user}\\user\\autotext</defaultinline></switchinline>"
#: 01010300.xhp#par_id973540.help.text
msgid "This folder stores your own AutoText texts."
@@ -6188,7 +6133,7 @@ msgstr "Galerie"
#: 01010300.xhp#par_id3154484.69.help.text
msgctxt "01010300.xhp#par_id3154484.69.help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/gallery</caseinline><defaultinline>{user}\\user\\gallery</defaultinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/gallery</caseinline><defaultinline>{user}\\user\\gallery</defaultinline></switchinline>"
#: 01010300.xhp#par_id3156289.70.help.text
msgid "New Gallery themes are stored in this folder."
@@ -6196,12 +6141,12 @@ msgstr "Tato složka obsahuje nová témata obrázků."
#: 01010300.xhp#par_id3151333.26.help.text
msgid "Graphics"
-msgstr "Obrázek"
+msgstr "Obrázky"
#: 01010300.xhp#par_id3152890.27.help.text
msgctxt "01010300.xhp#par_id3152890.27.help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/gallery</caseinline><defaultinline>{user}\\user\\gallery</defaultinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/gallery</caseinline><defaultinline>{user}\\user\\gallery</defaultinline></switchinline>"
#: 01010300.xhp#par_id3148597.28.help.text
msgid "This folder is displayed when you first call the dialog for opening or saving a graphic object."
@@ -6213,7 +6158,7 @@ msgstr "Zálohy"
#: 01010300.xhp#par_id3154915.42.help.text
msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/backup</caseinline><defaultinline>{user}\\user\\backup</defaultinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/backup</caseinline><defaultinline>{user}\\user\\backup</defaultinline></switchinline>"
#: 01010300.xhp#par_id3154603.43.help.text
msgid "Automatic backup copies of documents are stored here."
@@ -6225,7 +6170,7 @@ msgstr "Šablony"
#: 01010300.xhp#par_id9014252.help.text
msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/template</caseinline><defaultinline>{user}\\user\\template</defaultinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/template</caseinline><defaultinline>{user}\\user\\template</defaultinline></switchinline>"
#: 01010300.xhp#par_id6011841.help.text
msgid "In this folder you can store your own templates."
@@ -6237,7 +6182,7 @@ msgstr "Dočasné soubory"
#: 01010300.xhp#par_id3149343.196.help.text
msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/temp</caseinline><defaultinline>{user}\\user\\temp</defaultinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">{user}/user/temp</caseinline><defaultinline>{user}\\user\\temp</defaultinline></switchinline>"
#: 01010300.xhp#par_id3154650.197.help.text
msgid "This is where $[officename] puts its temporary files."
@@ -6414,47 +6359,47 @@ msgstr "<link href=\"text/shared/optionen/01030000.xhp\" name=\"Internet\">Inter
#: 01000000.xhp#hd_id3153188.6.help.text
msgid "<link href=\"text/shared/optionen/01040000.xhp\" name=\"Text Document\">%PRODUCTNAME Writer</link>"
-msgstr "<link href=\"text/shared/optionen/01040000.xhp\" name=\"%PRODUCTNAME Writer\">%PRODUCTNAME Writer</link>"
+msgstr "<link href=\"text/shared/optionen/01040000.xhp\" name=\"Textový dokument\">%PRODUCTNAME Writer</link>"
#: 01000000.xhp#hd_id3150104.5.help.text
msgid "<link href=\"text/shared/optionen/01050000.xhp\" name=\"HTML Document\">%PRODUCTNAME Writer/Web</link>"
-msgstr "<link href=\"text/shared/optionen/01050000.xhp\" name=\"%PRODUCTNAME Writer/Web\">%PRODUCTNAME Writer/Web</link>"
+msgstr "<link href=\"text/shared/optionen/01050000.xhp\" name=\"HTML dokument\">%PRODUCTNAME Writer/Web</link>"
#: 01000000.xhp#hd_id3154918.7.help.text
msgid "<link href=\"text/shared/optionen/01060000.xhp\" name=\"Spreadsheet\">%PRODUCTNAME Calc</link>"
-msgstr "<link href=\"text/shared/optionen/01060000.xhp\" name=\"%PRODUCTNAME Calc\">%PRODUCTNAME Calc</link>"
+msgstr "<link href=\"text/shared/optionen/01060000.xhp\" name=\"Sešit\">%PRODUCTNAME Calc</link>"
#: 01000000.xhp#hd_id3153142.8.help.text
msgid "<link href=\"text/shared/optionen/01070000.xhp\" name=\"Presentation\">%PRODUCTNAME Impress</link>"
-msgstr "<link href=\"text/shared/optionen/01070000.xhp\" name=\"%PRODUCTNAME Impress\">%PRODUCTNAME Impress</link>"
+msgstr "<link href=\"text/shared/optionen/01070000.xhp\" name=\"Prezentace\">%PRODUCTNAME Impress</link>"
#: 01000000.xhp#hd_id3147434.12.help.text
msgid "<link href=\"text/shared/optionen/01080000.xhp\" name=\"Drawing\">%PRODUCTNAME Draw</link>"
-msgstr "<link href=\"text/shared/optionen/01080000.xhp\" name=\"%PRODUCTNAME Draw\">%PRODUCTNAME Draw</link>"
+msgstr "<link href=\"text/shared/optionen/01080000.xhp\" name=\"Kresba\">%PRODUCTNAME Draw</link>"
#: 01000000.xhp#hd_id3154732.9.help.text
msgid "<link href=\"text/shared/optionen/01090000.xhp\" name=\"Formula\">%PRODUCTNAME Math</link>"
-msgstr "<link href=\"text/shared/optionen/01090000.xhp\" name=\"%PRODUCTNAME Math\">%PRODUCTNAME Math</link>"
+msgstr "<link href=\"text/shared/optionen/01090000.xhp\" name=\"Vzorec\">%PRODUCTNAME Math</link>"
#: 01000000.xhp#hd_id3155418.15.help.text
msgid "<link href=\"text/shared/optionen/01110000.xhp\" name=\"Chart\">Charts</link>"
-msgstr "<link href=\"text/shared/optionen/01110000.xhp\" name=\"Grafy\">Grafy</link>"
+msgstr "<link href=\"text/shared/optionen/01110000.xhp\" name=\"Graf\">Grafy</link>"
#: 01000000.xhp#hd_id3149420.21.help.text
msgid "<link href=\"text/shared/optionen/01160000.xhp\" name=\"Data Sources\">%PRODUCTNAME Database</link>"
-msgstr "<link href=\"text/shared/optionen/01160000.xhp\" name=\"%PRODUCTNAME Database\">%PRODUCTNAME Database</link>"
+msgstr "<link href=\"text/shared/optionen/01160000.xhp\" name=\"Zdroje dat\">%PRODUCTNAME Database</link>"
#: 01060000.xhp#tit.help.text
msgid "Spreadsheet Options"
-msgstr "Volby sešitu"
+msgstr "Možnosti pro sešity"
#: 01060000.xhp#hd_id3156414.1.help.text
msgid "%PRODUCTNAME Calc Options"
-msgstr "Volby %PRODUCTNAME Calc"
+msgstr "Možnosti %PRODUCTNAME Calc"
#: 01060000.xhp#par_id3145345.2.help.text
msgid "<variable id=\"allgemein\"><ahelp hid=\".uno:ToolsOptions\">Defines various settings for spreadsheets, contents to be displayed, and the cursor direction after a cell entry. You can also define sorting lists, determine the number of decimal places and the settings for recording and highlighting changes. </ahelp></variable>"
-msgstr "<variable id=\"allgemein\"><ahelp hid=\".uno:ToolsOptions\">Různá nastavení pro sešity, zobrazený obsah a směr kurzoru pro zadání hodnot do buňky. Také můžete určit pořadí listů, počet desetinných míst a nastavení pro zaznamenávání a zobrazení změn. </ahelp></variable>"
+msgstr "<variable id=\"allgemein\"><ahelp hid=\".uno:ToolsOptions\">Různá nastavení pro sešity, zobrazený obsah a směr pohybu kurzoru pro zadání hodnot do buňky. Také můžete nastavit řazené seznamy, určit počet desetinných míst a nastavení pro zaznamenávání a označení změn. </ahelp></variable>"
#: 01150000.xhp#tit.help.text
msgctxt "01150000.xhp#tit.help.text"
@@ -6759,7 +6704,7 @@ msgstr "Online aktualizace"
#: online_update.xhp#bm_id7657094.help.text
msgid "<bookmark_value>update options</bookmark_value> <bookmark_value>online update options</bookmark_value> <bookmark_value>options;online update</bookmark_value> <bookmark_value>online updates; checking automatically</bookmark_value> <bookmark_value>updates; checking automatically</bookmark_value> <bookmark_value>Internet; checking for updates</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>možnosti aktualizace</bookmark_value> <bookmark_value>možnosti online aktualizace</bookmark_value> <bookmark_value>možnosti;online aktualizace</bookmark_value> <bookmark_value>online aktualizace; automatická kontrola</bookmark_value> <bookmark_value>aktualizace; automatická kontrola</bookmark_value> <bookmark_value>Internet; kontrola aktualizací</bookmark_value>"
#: online_update.xhp#hd_id29297.help.text
msgid "<link href=\"text/shared/optionen/online_update.xhp\">Online Update</link>"
@@ -6771,11 +6716,11 @@ msgstr "Upřesňuje volby pro automatické upozorňování a stahování online
#: online_update.xhp#hd_id2189397.help.text
msgid "Check for updates automatically"
-msgstr "Kontrolovat aktualizace automaticky"
+msgstr "Automaticky kontrolovat aktualizace"
#: online_update.xhp#par_id7523728.help.text
msgid "<ahelp hid=\".\">Mark to check for online updates periodically, then select the time interval how often %PRODUCTNAME will check for online updates.</ahelp> %PRODUCTNAME will check once a day, week, or month, as soon as a working Internet connection is detected. If you connect to the Internet by a proxy server, set the proxy on <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Internet - Proxy</item>."
-msgstr ""
+msgstr "<ahelp hid=\".\">Zaškrtněte pro pravidelnou kontrolu online aktualizací, poté vyberte časový interval, jak často bude %PRODUCTNAME online aktualizace kontrolovat.</ahelp> %PRODUCTNAME bude aktualizace kontrolovat jednou denně, týdně nebo měsíčně, jakmile bude fungovat připojení k internetu. Jste-li připojeni k internetu přes proxy server, nastavte proxy na <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Předvolby</caseinline><defaultinline>Nástroje - Možnosti</defaultinline></switchinline> - Internet - Proxy</item>."
#: online_update.xhp#par_id8994109.help.text
msgid "When an update is available, an icon in the menu bar displays some explaining text. Click the icon to proceed."
@@ -6791,7 +6736,7 @@ msgstr "Online aktualizace je modul, který můžete při instalaci vybrat nebo
#: online_update.xhp#hd_id266426.help.text
msgid "Every Day"
-msgstr "Každý den"
+msgstr "Jednou denně"
#: online_update.xhp#par_id3031098.help.text
msgid "<ahelp hid=\".\">A check will be performed once a day.</ahelp>"
@@ -6799,7 +6744,7 @@ msgstr "<ahelp hid=\".\">Kontrola bude provedena jednou za den.</ahelp>"
#: online_update.xhp#hd_id8276619.help.text
msgid "Every Week"
-msgstr "Každý týden"
+msgstr "Jednou týdně"
#: online_update.xhp#par_id7824030.help.text
msgid "<ahelp hid=\".\">A check will be performed once a week. This is the default setting.</ahelp>"
@@ -6807,7 +6752,7 @@ msgstr "<ahelp hid=\".\">Kontrola bude provedena jednou za týden. Toto je vých
#: online_update.xhp#hd_id7534104.help.text
msgid "Every Month"
-msgstr "Každý měsíc"
+msgstr "Jednou měsíčně"
#: online_update.xhp#par_id209051.help.text
msgid "<ahelp hid=\".\">A check will be performed once a month.</ahelp>"
@@ -6823,7 +6768,7 @@ msgstr "<ahelp hid=\".\">Kontrola bude provedena nyní.</ahelp>"
#: online_update.xhp#hd_id5994140.help.text
msgid "Download updates automatically"
-msgstr "Stahovat aktualizace automaticky"
+msgstr "Automaticky stáhnout aktualizace"
#: online_update.xhp#par_id7870113.help.text
msgid "<ahelp hid=\".\">Select to download an available online update file automatically to the specified folder.</ahelp>"
@@ -6831,7 +6776,7 @@ msgstr "<ahelp hid=\".\">Vyberte pro automatické stažení dostupných online a
#: online_update.xhp#hd_id3051545.help.text
msgid "Download destination"
-msgstr "Cíl pro stahování"
+msgstr "Adresář pro stažení"
#: online_update.xhp#par_id3061311.help.text
msgid "<ahelp hid=\".\">Displays the selected folder to store the downloaded files.</ahelp>"
@@ -6851,12 +6796,12 @@ msgid "View"
msgstr "Zobrazit"
#: 01040200.xhp#bm_id3156346.help.text
-msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>handles; displaying (Writer)</bookmark_value><bookmark_value>large handles (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
+msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
msgstr ""
#: 01040200.xhp#hd_id3145090.1.help.text
msgid "<link href=\"text/shared/optionen/01040200.xhp\" name=\"View\">View</link>"
-msgstr "<link href=\"text/shared/optionen/01040200.xhp\" name=\"Zobrazit\">Zobrazit</link>"
+msgstr "<link href=\"text/shared/optionen/01040200.xhp\" name=\"Zobrazení\">Zobrazení</link>"
#: 01040200.xhp#par_id3147088.2.help.text
msgid "<ahelp hid=\".\">Defines the default settings for displaying objects in your text documents and also the default settings for the window elements.</ahelp>"
@@ -6876,18 +6821,8 @@ msgid "Helplines While Moving"
msgstr "Vodítka při přesouvání"
#: 01040200.xhp#par_id3146798.10.help.text
-#, fuzzy
msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">Displays snap lines around the frames when frames are moved. You can select the<emph> Helplines While Moving </emph>option to show the exact position of the object using lineal values.</ahelp>"
-msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">Zobrazuje vodítka kolem rámců při přesunu rámců. Pokud chcete zobrazovat přesnou pozii objektu, zvolte <emph>Zobrazovat vodítka při přesunu</emph>.</ahelp>"
-
-#: 01040200.xhp#hd_id3149763.32.help.text
-msgctxt "01040200.xhp#hd_id3149763.32.help.text"
-msgid "Large handles"
-msgstr "Velké úchyty"
-
-#: 01040200.xhp#par_id3153665.33.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_BIGHANDLE\">Displays larger sized handles (the eight points on a delimiting rectangle).</ahelp>"
-msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_BIGHANDLE\">Zobrazuje velké úchyty (osm bodů určujících obdélník).</ahelp>"
+msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">Zobrazuje vodítka kolem rámců při přesunu rámců. Pokud chcete zobrazovat přesnou pozici objektu, zvolte <emph>Zobrazovat vodítka při přesunu</emph>.</ahelp>"
#: 01040200.xhp#hd_id3149416.11.help.text
msgctxt "01040200.xhp#hd_id3149416.11.help.text"
@@ -6950,11 +6885,11 @@ msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_VRULER_RIGHT\">Zarovná svisl
#: 01040200.xhp#hd_id3155414.27.help.text
msgid "Smooth scroll"
-msgstr "Plynulý posuv"
+msgstr "Jemné posouvání"
#: 01040200.xhp#par_id3153364.28.help.text
msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_SMOOTH_SCROLL\">Activates the smooth page scrolling function. </ahelp> The scrolling speed depends of the area and of the color depth display."
-msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_SMOOTH_SCROLL\">Aktivuje funkci plynulého posuvu stránky. </ahelp> Rychlost posuvu závisí na rozlišení a barevné hloubce."
+msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_SMOOTH_SCROLL\">Aktivuje funkci jemného posuvu stránky. </ahelp> Rychlost posuvu závisí na rozlišení a barevné hloubce."
#: 01040200.xhp#hd_id3153091.34.help.text
msgctxt "01040200.xhp#hd_id3153091.34.help.text"
@@ -6982,7 +6917,7 @@ msgid "If the <emph>Graphics and objects </emph>option is not selected, no graph
msgstr "Pokud není zaškrtnuta volba <emph>Obrázky a objekty</emph>, nenačítají se obrázky z Internetu. Obrázek v tabulce bez určení rozměrů může působit potíže se zobrazením při použití staršího HTML standardu."
#: 01040200.xhp#hd_id3156332.40.help.text
-msgctxt "01040200.xhp#hd_id3156332.40.help.text"
+#, fuzzy
msgid "Tables"
msgstr "Tabulky"
@@ -7017,7 +6952,7 @@ msgstr "Komentáře"
#: 01040200.xhp#par_id3159335.47.help.text
msgid "<ahelp hid=\"SW:CHECKBOX:TP_CONTENT_OPT:CB_POSTIT\">Displays comments. Click a comment to edit the text. Use the context menu in Navigator to locate or delete a comment. Use the comments's context menu to delete this comment or all comments or all comments of this author.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"SW:CHECKBOX:TP_CONTENT_OPT:CB_POSTIT\">Zobrazuje komentáře. Klepnutím na komentář upravíte text. Pro nalezení nebo smazání komentáře použijte místní nabídku v Navigátoru. Pomocí místní nabídky komentáře můžete smazat tento komentář, všechny komentáře nebo všechny komentáře tohoto autora.</ahelp>"
#: 01040200.xhp#hd_id3147001.63.help.text
msgid "Settings (for HTML document only)"
@@ -7025,7 +6960,7 @@ msgstr "Nastavení (pouze pro dokumenty HTML)"
#: 01040200.xhp#hd_id3149926.58.help.text
msgid "Measurement unit (for HTML document only)"
-msgstr "Měrné jednotky (pouze pro dokumenty HTML)"
+msgstr "Jednotka míry (pouze pro dokumenty HTML)"
#: 01040200.xhp#par_id3154716.59.help.text
msgid "<ahelp hid=\"SW_LISTBOX_TP_CONTENT_OPT_LB_METRIC\">Specifies the <link href=\"text/shared/00/00000003.xhp#metrik\" name=\"Unit\">Unit</link> for HTML documents.</ahelp>"
@@ -7155,7 +7090,7 @@ msgstr "<ahelp hid=\"SW_CHECKBOX_TP_STD_FONT_CB_DOCONLY\">Určuje, že se toto n
#: 01070100.xhp#tit.help.text
msgctxt "01070100.xhp#tit.help.text"
msgid "View"
-msgstr "Zobrazit"
+msgstr "Zobrazení"
#: 01070100.xhp#bm_id3147008.help.text
msgid "<bookmark_value>rulers; visible in presentations</bookmark_value><bookmark_value>moving; using guide lines in presentations</bookmark_value><bookmark_value>guides; displaying when moving objects (Impress)</bookmark_value><bookmark_value>control point display in presentations</bookmark_value><bookmark_value>Bézier curves; control points in presentations</bookmark_value>"
@@ -7163,7 +7098,7 @@ msgstr "<bookmark_value>pravítka; viditelná v prezentaci</bookmark_value><book
#: 01070100.xhp#hd_id3147000.1.help.text
msgid "<link href=\"text/shared/optionen/01070100.xhp\" name=\"View\">View</link>"
-msgstr "<link href=\"text/shared/optionen/01070100.xhp\" name=\"Zobrazit\">Zobrazit</link>"
+msgstr "<link href=\"text/shared/optionen/01070100.xhp\" name=\"Zobrazení\">Zobrazení</link>"
#: 01070100.xhp#par_id3157898.2.help.text
msgid "<ahelp hid=\"HID_SD_OPTIONS_CONTENTS\">Specifies the available display modes.</ahelp> By selecting an alternative display, you can speed up the screen display while editing your presentation."
@@ -7185,7 +7120,7 @@ msgstr "<ahelp hid=\"SD_CHECKBOX_TP_OPTIONS_CONTENTS_CBX_RULER\">Určuje, zda se
#: 01070100.xhp#hd_id3145364.27.help.text
msgctxt "01070100.xhp#hd_id3145364.27.help.text"
msgid "Helplines While Moving"
-msgstr ""
+msgstr "Vodítka při přesouvání"
#: 01070100.xhp#par_id3154147.28.help.text
msgid "<variable id=\"verschieb\"><ahelp hid=\"SD_CHECKBOX_TP_OPTIONS_CONTENTS_CBX_HELPLINES\">Specifies whether to display guides when moving an object.</ahelp></variable>"
@@ -7197,11 +7132,11 @@ msgstr "<variable id=\"vertext\"><item type=\"productname\">%PRODUCTNAME</item>
#: 01070100.xhp#par_id3153365.30.help.text
msgid "You also can use this function through the <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/shared/02/01171400.xhp\" name=\"Icon\">icon</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/shared/02/01171400.xhp\" name=\"Icon\">icon</link></caseinline><defaultinline>icon</defaultinline></switchinline> with the same name in the <emph>Options</emph> bar if a presentation or a drawing document is opened."
-msgstr "Je-li otevřena prezentace nebo kresba, můžete k této funkci přistupovat také pomocí <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/shared/02/01171400.xhp\" name=\"ikonky\">ikonky</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/shared/02/01171400.xhp\" name=\"ikonky\">ikonky</link></caseinline><defaultinline>ikonky</defaultinline></switchinline> stejného názvu na panelu <emph>Volby</emph>."
+msgstr "Je-li otevřena prezentace nebo kresba, můžete k této funkci přistupovat také pomocí <switchinline select=\"appl\"><caseinline select=\"IMPRESS\"><link href=\"text/shared/02/01171400.xhp\" name=\"ikonky\">ikonky</link></caseinline><caseinline select=\"DRAW\"><link href=\"text/shared/02/01171400.xhp\" name=\"ikonky\">ikonky</link></caseinline><defaultinline>ikonky</defaultinline></switchinline> stejného názvu na panelu <emph>Možnosti</emph>."
#: 01070100.xhp#hd_id3155306.31.help.text
msgid "All control points in Bézier editor"
-msgstr "Všechny kontrolní body při úpravách Bézierových křivek"
+msgstr "Všechny ovládací body při úpravách Bézierových křivek"
#: 01070100.xhp#par_id3153877.32.help.text
msgid "<ahelp hid=\"SD_CHECKBOX_TP_OPTIONS_CONTENTS_CBX_HANDLES_BEZIER\">Displays the control points of all Bézier points if you have previously selected a <link href=\"text/shared/00/00000005.xhp#bezierobjekt\" name=\"Bézier curve\">Bézier curve</link>. If the <emph>All control points in Bézier</emph> editor option is not marked, only the control points of the selected Bézier points will be visible.</ahelp>"
@@ -7209,11 +7144,11 @@ msgstr "<ahelp hid=\"SD_CHECKBOX_TP_OPTIONS_CONTENTS_CBX_HANDLES_BEZIER\">Zobraz
#: 01070100.xhp#hd_id3149418.33.help.text
msgid "Contour of each individual object"
-msgstr "Obrys každého objektu"
+msgstr "Obrysy všech jednotlivých objektů"
#: 01070100.xhp#par_id3156284.34.help.text
msgid "<ahelp hid=\"SD_CHECKBOX_TP_OPTIONS_CONTENTS_CBX_MOVE_OUTLINE\"><item type=\"productname\">%PRODUCTNAME</item> displays the contour line of each individual object when moving this object.</ahelp> The <emph>Contour of each individual object </emph>option enables you to see if single objects conflict with other objects in the target position. If you do not mark the <emph>Contour of each individual object </emph>option, <item type=\"productname\">%PRODUCTNAME</item> only displays a square contour that includes all selected objects."
-msgstr "<ahelp hid=\"SD_CHECKBOX_TP_OPTIONS_CONTENTS_CBX_MOVE_OUTLINE\"><item type=\"productname\">%PRODUCTNAME</item> zobrazuje při přesunu objektu obrysy každého objektu</ahelp>. Je-li zapnuta volba <emph>Obrys každého objektu</emph>, vidíte při přesunu, zda objekt nekoliduje s ostatními objekty. Pokud toto pole nezaškrtnete, <item type=\"productname\">%PRODUCTNAME</item> zobrazuje pouze obrys označených objektů."
+msgstr "<ahelp hid=\"SD_CHECKBOX_TP_OPTIONS_CONTENTS_CBX_MOVE_OUTLINE\"><item type=\"productname\">%PRODUCTNAME</item> zobrazuje při přesunu objektu obrysy všech jenotlivých objektů</ahelp>. Je-li zapnuta volba <emph>Obrysy všech jednotlivých objektů</emph>, vidíte při přesunu, zda objekt nekoliduje s ostatními objekty. Pokud toto pole nezaškrtnete, <item type=\"productname\">%PRODUCTNAME</item> zobrazuje pouze obrys označených objektů."
#: macrosecurity.xhp#tit.help.text
msgctxt "macrosecurity.xhp#tit.help.text"
@@ -7242,7 +7177,7 @@ msgstr "<link href=\"text/shared/optionen/01040500.xhp\" name=\"Tabulka\">Tabulk
#: 01040500.xhp#par_id3145674.2.help.text
msgid "<ahelp hid=\"HID_OPTTABLE_PAGE\">Defines the attributes of tables in text documents.</ahelp>"
-msgstr "<ahelp hid=\"HID_OPTTABLE_PAGE\">Určuje atributy tabulek v textových dokumentech.</ahelp>"
+msgstr "<ahelp hid=\"HID_OPTTABLE_PAGE\">Určuje vlastnosti tabulek v textových dokumentech.</ahelp>"
#: 01040500.xhp#par_id3145609.26.help.text
msgid "Specifies the default settings for columns and rows and the table mode. Also specifies the standard values for moving and inserting columns and rows. For further information see <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05090201.xhp\" name=\"Editing Tables Using the Keyboard\">Editing Tables Using the Keyboard</link></caseinline><defaultinline> in the $[officename] Writer Help</defaultinline></switchinline>."
diff --git a/translations/source/cs/helpcontent2/source/text/simpress.po b/translations/source/cs/helpcontent2/source/text/simpress.po
index c9b026d7ab6..4dcb71c57f9 100644
--- a/translations/source/cs/helpcontent2/source/text/simpress.po
+++ b/translations/source/cs/helpcontent2/source/text/simpress.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+helpcontent2%2Fsource%2Ftext%2Fsimpress.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-20 11:10+0200\n"
"Last-Translator: kendy <kendy@suse.cz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/cs/helpcontent2/source/text/simpress/00.po b/translations/source/cs/helpcontent2/source/text/simpress/00.po
index 2d34836b2d4..40dcb3b9af9 100644
--- a/translations/source/cs/helpcontent2/source/text/simpress/00.po
+++ b/translations/source/cs/helpcontent2/source/text/simpress/00.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 18:15+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/cs/helpcontent2/source/text/simpress/01.po b/translations/source/cs/helpcontent2/source/text/simpress/01.po
index 418f8cd5529..d6ade111294 100644
--- a/translations/source/cs/helpcontent2/source/text/simpress/01.po
+++ b/translations/source/cs/helpcontent2/source/text/simpress/01.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-02-09 09:59+0200\n"
"Last-Translator: kendy <kendy@suse.cz>\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 13150000.xhp#tit.help.text
diff --git a/translations/source/cs/helpcontent2/source/text/simpress/02.po b/translations/source/cs/helpcontent2/source/text/simpress/02.po
index 8bf6c892036..3044de317a8 100644
--- a/translations/source/cs/helpcontent2/source/text/simpress/02.po
+++ b/translations/source/cs/helpcontent2/source/text/simpress/02.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2012-01-08 00:13+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -298,32 +298,6 @@ msgstr "<image id=\"img_id3147341\" src=\"cmd/sc_doubleclicktextedit.png\" width
msgid "Double-click to add Text"
msgstr "Poklepáním přidáte text"
-#: 13080000.xhp#tit.help.text
-msgctxt "13080000.xhp#tit.help.text"
-msgid "Large Handles"
-msgstr "Velké úchyty"
-
-#: 13080000.xhp#bm_id3146119.help.text
-msgid "<bookmark_value>handles; large</bookmark_value>"
-msgstr "<bookmark_value>úchyty; velké</bookmark_value>"
-
-#: 13080000.xhp#hd_id3146119.1.help.text
-msgid "<link href=\"text/simpress/02/13080000.xhp\" name=\"Large Handles\">Large Handles</link>"
-msgstr "<link href=\"text/simpress/02/13080000.xhp\" name=\"Velké úchyty\">Velké úchyty</link>"
-
-#: 13080000.xhp#par_id3153142.2.help.text
-msgid "<ahelp hid=\".uno:BigHandles\" visibility=\"visible\">Displays large selection handles.</ahelp>"
-msgstr "<ahelp hid=\".uno:BigHandles\" visibility=\"visible\">Zobrazí velké úchyty pro výběr.</ahelp>"
-
-#: 13080000.xhp#par_id3155445.help.text
-msgid "<image src=\"cmd/sc_bighandles.png\" id=\"img_id3153714\"><alt id=\"alt_id3153714\">Icon</alt></image>"
-msgstr "<image src=\"cmd/sc_bighandles.png\" id=\"img_id3153714\"><alt id=\"alt_id3153714\">Ikonka</alt></image>"
-
-#: 13080000.xhp#par_id3154755.4.help.text
-msgctxt "13080000.xhp#par_id3154755.4.help.text"
-msgid "Large Handles"
-msgstr "Velké úchyty"
-
#: 13170000.xhp#tit.help.text
msgctxt "13170000.xhp#tit.help.text"
msgid "Snap to Object Points"
diff --git a/translations/source/cs/helpcontent2/source/text/simpress/04.po b/translations/source/cs/helpcontent2/source/text/simpress/04.po
index 8aed36bc2b5..ee881b514c9 100644
--- a/translations/source/cs/helpcontent2/source/text/simpress/04.po
+++ b/translations/source/cs/helpcontent2/source/text/simpress/04.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-08 00:28+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/cs/helpcontent2/source/text/simpress/guide.po b/translations/source/cs/helpcontent2/source/text/simpress/guide.po
index c1a9622c752..ad8976fc83d 100644
--- a/translations/source/cs/helpcontent2/source/text/simpress/guide.po
+++ b/translations/source/cs/helpcontent2/source/text/simpress/guide.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-01-08 10:26+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/cs/helpcontent2/source/text/smath.po b/translations/source/cs/helpcontent2/source/text/smath.po
index 0e61a07f27f..f0ae21cc487 100644
--- a/translations/source/cs/helpcontent2/source/text/smath.po
+++ b/translations/source/cs/helpcontent2/source/text/smath.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+helpcontent2%2Fsource%2Ftext%2Fsmath.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
-"PO-Revision-Date: 2011-06-18 21:53+0200\n"
-"Last-Translator: kendy <kendy@suse.cz>\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-02-29 21:59+0200\n"
+"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: main0101.xhp#tit.help.text
@@ -115,7 +115,7 @@ msgstr "<link href=\"text/smath/main0103.xhp\" name=\"Zobrazit\">Zobrazit</link>
#: main0103.xhp#par_id3147338.2.help.text
msgid "Sets the display scale and defines which elements you want to be visible. Most of the commands that you can enter into the <emph>Commands</emph> window can also be accessed through a mouse click if you have already opened the Elements window with <link href=\"text/smath/01/03090000.xhp\" name=\"View - Elements\"><emph>View - Elements</emph></link>."
-msgstr "V této nabídce lze nastavit měřítko zobrazení a určit, které prvky budou zobrazeny. Většinu příkazů, které lze zadat v okně <emph>Příkazy</emph>, lze také zadat klepnutím myší, pokud jste již otevřeli okno <link href=\"text/smath/01/03090000.xhp\" name=\"Zobrazit - Prvky vzorce\">Zobrazit - Prvky vzorce</link>."
+msgstr "V této nabídce lze nastavit měřítko zobrazení a určit, které prvky budou zobrazeny. Většinu příkazů, které lze zadat v okně <emph>Příkazy</emph>, lze také zadat klepnutím myší, pokud jste již otevřeli okno <link href=\"text/smath/01/03090000.xhp\" name=\"Zobrazit - Prvky\"><emph>Zobrazit - Prvky</emph></link>."
#: main0103.xhp#hd_id3150205.5.help.text
msgid "<link href=\"text/shared/01/03010000.xhp\" name=\"Zoom\">Zoom</link>"
@@ -203,7 +203,7 @@ msgstr "Vzorce v kontextu"
#: main0503.xhp#par_id3148774.8.help.text
msgid "To make working with formulas easier, use the context menus, which can be called up with a right mouse click. This applies especially to the Commands window. This context menu contains all the commands that are found in the Elements window, and also operators, and so on, which can be inserted into your formula by mouse-click without having to key them into the Commands window."
-msgstr "Práci se vzorci lze usnadnit používáním místních nabídek, které můžete otevřít klepnutím pravým tlačítkem myši. To se týká především okna Příkazy. Tato místní nabídka obsahuje nejen všechny příkazy, které se nacházejí v okně Prvky vzorce, ale také operátory a další prvky, které lze do vzorce vložit klepnutím myší, aniž by bylo nutno je ručně zadat do okna Příkazy."
+msgstr "Práci se vzorci lze usnadnit používáním místních nabídek, které můžete otevřít klepnutím pravým tlačítkem myši. To se týká především okna Příkazy. Tato místní nabídka obsahuje nejen všechny příkazy, které se nacházejí v okně Prvky, ale také operátory a další prvky, které lze do vzorce vložit klepnutím myší, aniž by bylo nutno je ručně zadat do okna Příkazy."
#: main0105.xhp#tit.help.text
msgid "Format"
diff --git a/translations/source/cs/helpcontent2/source/text/smath/00.po b/translations/source/cs/helpcontent2/source/text/smath/00.po
index 94bc0909a1b..c4ab7b6544c 100644
--- a/translations/source/cs/helpcontent2/source/text/smath/00.po
+++ b/translations/source/cs/helpcontent2/source/text/smath/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsmath%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
-"PO-Revision-Date: 2012-01-08 00:08+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-02-29 22:01+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: 00000004.xhp#tit.help.text
@@ -155,7 +155,7 @@ msgstr "Otevřete místní nabídku v okně Příkazy a zvolte <emph>Unární/bi
#: 00000004.xhp#par_id3154106.71.help.text
msgctxt "00000004.xhp#par_id3154106.71.help.text"
msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Zvolte <emph>Zobrazit - Prvky vzorce </emph> a v okně Prvky vzorce klepněte na"
+msgstr "Zvolte <emph>Zobrazit - Prvky</emph> a v okně Prvky klikněte na"
#: 00000004.xhp#par_id3153535.help.text
msgid "<image id=\"img_id3151310\" src=\"starmath/res/im21101.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151310\">Icon</alt></image>"
@@ -172,7 +172,7 @@ msgstr "Otevřete místní nabídku v okně Příkazy a zvolte <emph>Relace</emp
#: 00000004.xhp#par_id3154473.74.help.text
msgctxt "00000004.xhp#par_id3154473.74.help.text"
msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Zvolte <emph>Zobrazit - Prvky vzorce </emph> a v okně Prvky vzorce klepněte na"
+msgstr "Zvolte <emph>Zobrazit - Prvky</emph> a v okně Prvky klikněte na"
#: 00000004.xhp#par_id3147531.help.text
msgid "<image id=\"img_id3151103\" src=\"starmath/res/bi21309.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151103\">Icon</alt></image>"
@@ -189,7 +189,7 @@ msgstr "Otevřete místní nabídku v okně Příkazy a zvolte <emph>Operátory<
#: 00000004.xhp#par_id3149342.76.help.text
msgctxt "00000004.xhp#par_id3149342.76.help.text"
msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Zvolte <emph>Zobrazit - Prvky vzorce </emph> a v okně Prvky vzorce klepněte na"
+msgstr "Zvolte <emph>Zobrazit - Prvky</emph> a v okně Prvky klikněte na"
#: 00000004.xhp#par_id3146921.help.text
msgid "<image id=\"img_id3146927\" src=\"starmath/res/im21105.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3146927\">Icon</alt></image>"
@@ -206,7 +206,7 @@ msgstr "Otevřete místní nabídku v okně Příkazy a zvolte <emph>Funkce</emp
#: 00000004.xhp#par_id3143275.77.help.text
msgctxt "00000004.xhp#par_id3143275.77.help.text"
msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Zvolte <emph>Zobrazit - Prvky vzorce </emph> a v okně Prvky vzorce klepněte na"
+msgstr "Zvolte <emph>Zobrazit - Prvky</emph> a v okně Prvky klikněte na"
#: 00000004.xhp#par_id3149103.help.text
msgid "<image id=\"img_id3154825\" src=\"starmath/res/im21104.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3154825\">Icon</alt></image>"
@@ -223,7 +223,7 @@ msgstr "Otevřete místní nabídku v okně Příkazy a zvolte <emph>Závorky</e
#: 00000004.xhp#par_id3147220.78.help.text
msgctxt "00000004.xhp#par_id3147220.78.help.text"
msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Zvolte <emph>Zobrazit - Prvky vzorce </emph> a v okně Prvky vzorce klepněte na"
+msgstr "Zvolte <emph>Zobrazit - Prvky</emph> a v okně Prvky klikněte na"
#: 00000004.xhp#par_id3147584.help.text
msgid "<image id=\"img_id3148733\" src=\"starmath/res/im21107.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148733\">Icon</alt></image>"
@@ -240,7 +240,7 @@ msgstr "Otevřete místní nabídku v okně Příkazy a zvolte <emph>Atributy</e
#: 00000004.xhp#par_id3147126.79.help.text
msgctxt "00000004.xhp#par_id3147126.79.help.text"
msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Zvolte <emph>Zobrazit - Prvky vzorce </emph> a v okně Prvky vzorce klepněte na"
+msgstr "Zvolte <emph>Zobrazit - Prvky</emph> a v okně Prvky klikněte na"
#: 00000004.xhp#par_id3154376.help.text
msgid "<image id=\"img_id3154390\" src=\"starmath/res/at21706.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154390\">Icon</alt></image>"
@@ -257,7 +257,7 @@ msgstr "Otevřete místní nabídku v okně Příkazy a zvolte <emph>Formáty</e
#: 00000004.xhp#par_id3150581.80.help.text
msgctxt "00000004.xhp#par_id3150581.80.help.text"
msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Zvolte <emph>Zobrazit - Prvky vzorce </emph> a v okně Prvky vzorce klepněte na"
+msgstr "Zvolte <emph>Zobrazit - Prvky</emph> a v okně Prvky klikněte na"
#: 00000004.xhp#par_id3151029.help.text
msgid "<image id=\"img_id3151036\" src=\"starmath/res/im21108.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151036\">Icon</alt></image>"
@@ -274,7 +274,7 @@ msgstr "Otevřete místní nabídku v okně Příkazy a zvolte <emph>Množinové
#: 00000004.xhp#par_id3147313.81.help.text
msgctxt "00000004.xhp#par_id3147313.81.help.text"
msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Zvolte <emph>Zobrazit - Prvky vzorce </emph> a v okně Prvky vzorce klepněte na"
+msgstr "Zvolte <emph>Zobrazit - Prvky</emph> a v okně Prvky klikněte na"
#: 00000004.xhp#par_id3151377.help.text
msgid "<image id=\"img_id3151384\" src=\"starmath/res/op21401.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151384\">Icon</alt></image>"
@@ -344,7 +344,7 @@ msgstr "Otevřete místní nabídku v okně Příkazy a zvolte <emph>Jiné</emph
#: 00000004.xhp#par_id3153968.91.help.text
msgctxt "00000004.xhp#par_id3153968.91.help.text"
msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Zvolte <emph>Zobrazit - Prvky vzorce </emph> a v okně Prvky vzorce klepněte na"
+msgstr "Zvolte <emph>Zobrazit - Prvky</emph> a v okně Prvky klikněte na"
#: 00000004.xhp#par_id3154715.help.text
msgid "<image id=\"img_id3154722\" src=\"starmath/res/im21117.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154722\">Icon</alt></image>"
diff --git a/translations/source/cs/helpcontent2/source/text/smath/01.po b/translations/source/cs/helpcontent2/source/text/smath/01.po
index 59381c8ca29..8cc1b7125d0 100644
--- a/translations/source/cs/helpcontent2/source/text/smath/01.po
+++ b/translations/source/cs/helpcontent2/source/text/smath/01.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsmath%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
-"PO-Revision-Date: 2012-02-08 10:14+0200\n"
-"Last-Translator: kendy <kendy@suse.cz>\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-02-29 22:05+0200\n"
+"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
@@ -36,7 +36,7 @@ msgstr "Zadaný(é) příkaz(y)"
#: 03091501.xhp#par_id3151388.472.help.text
msgctxt "03091501.xhp#par_id3151388.472.help.text"
msgid "Symbol in Elements Window"
-msgstr "Symboly v okně Prvky vzorce"
+msgstr "Symbol v okně Prvky"
#: 03091501.xhp#par_id3155764.474.help.text
msgctxt "03091501.xhp#par_id3155764.474.help.text"
@@ -407,7 +407,7 @@ msgstr "<image id=\"img_id3150757\" src=\"starmath/res/un21203.png\" width=\"0.3
#: 03090100.xhp#par_id3153150.46.help.text
msgctxt "03090100.xhp#par_id3153150.46.help.text"
msgid "Plus/Minus"
-msgstr "Plus/Minus"
+msgstr "Plus/Mínus"
#: 03090100.xhp#par_id3150260.45.help.text
msgid "<ahelp hid=\"HID_SMA_PLUSMINUSX\">Inserts a <emph>plus/minus</emph> with one placeholder.</ahelp> You can also type <emph>+-<?></emph> in the <emph>Commands</emph> window."
@@ -420,7 +420,7 @@ msgstr "<image id=\"img_id3145410\" src=\"starmath/res/un21204.png\" width=\"0.3
#: 03090100.xhp#par_id3153582.48.help.text
msgctxt "03090100.xhp#par_id3153582.48.help.text"
msgid "Minus/Plus"
-msgstr "Minus/Plus"
+msgstr "Mínus/Plus"
#: 03090100.xhp#par_id3154281.47.help.text
msgid "<ahelp hid=\"HID_SMA_MINUSPLUSX\">Inserts a <emph>minus/plus</emph> with one placeholder.</ahelp> You can also type <emph>-+<?></emph> in the <emph>Commands</emph> window."
@@ -678,7 +678,7 @@ msgstr "Atributy"
#: 03090600.xhp#bm_id3154011.help.text
msgid "<bookmark_value>attributes; in %PRODUCTNAME Math</bookmark_value> <bookmark_value>formulas; attributes in</bookmark_value> <bookmark_value>accents; in %PRODUCTNAME Math</bookmark_value> <bookmark_value>attributes; accents</bookmark_value> <bookmark_value>vector arrows as attributes</bookmark_value> <bookmark_value>tilde as attribute</bookmark_value> <bookmark_value>circumflex attribute</bookmark_value> <bookmark_value>bold attribute</bookmark_value> <bookmark_value>italic attribute in %PRODUCTNAME Math</bookmark_value> <bookmark_value>resizing;fonts</bookmark_value> <bookmark_value>scaling;fonts</bookmark_value> <bookmark_value>attributes; changing fonts</bookmark_value> <bookmark_value>changing; fonts</bookmark_value> <bookmark_value>attributes; colored characters</bookmark_value> <bookmark_value>colored characters</bookmark_value> <bookmark_value>attributes; changing defaults</bookmark_value> <bookmark_value>circle attribute</bookmark_value> <bookmark_value>double dot attribute</bookmark_value> <bookmark_value>dot attribute</bookmark_value> <bookmark_value>line through attribute</bookmark_value> <bookmark_value>line above attribute</bookmark_value> <bookmark_value>reversed circumflex attribute</bookmark_value> <bookmark_value>overline attribute</bookmark_value> <bookmark_value>wide vector arrow attribute</bookmark_value> <bookmark_value>wide tilde attribute</bookmark_value> <bookmark_value>wide circumflex attribute</bookmark_value> <bookmark_value>underline attribute</bookmark_value> <bookmark_value>triple dot attribute</bookmark_value> <bookmark_value>transparent character as attribute</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>atributy; v %PRODUCTNAME Math</bookmark_value><bookmark_value>vzorce; atributy v</bookmark_value><bookmark_value>doplňující symboly; v %PRODUCTNAME Math</bookmark_value><bookmark_value>atributy; doplňující symboly</bookmark_value><bookmark_value>vektorové šipky jako atributy</bookmark_value><bookmark_value>vlnovka jako atribut</bookmark_value><bookmark_value>atribut stříška</bookmark_value><bookmark_value>atribut tučné</bookmark_value><bookmark_value>atribut kurzíva v %PRODUCTNAME Math</bookmark_value><bookmark_value>změna velikosti;písma</bookmark_value><bookmark_value>změna měřítka;písma</bookmark_value><bookmark_value>atributy; změna písma</bookmark_value><bookmark_value>změna; písma</bookmark_value><bookmark_value>atributy; obarvené znaky</bookmark_value><bookmark_value>obarvené znaky</bookmark_value><bookmark_value>atributy; změna výchozích nastavení</bookmark_value><bookmark_value>atribut kroužek</bookmark_value><bookmark_value>atribut dvojitá tečka</bookmark_value><bookmark_value>atribut tečka</bookmark_value><bookmark_value>atribut čára přes</bookmark_value><bookmark_value>atribut čára nad</bookmark_value><bookmark_value>atribut háček</bookmark_value><bookmark_value>atribut nadtržení</bookmark_value><bookmark_value>atribut široká vektorová šipka</bookmark_value><bookmark_value>atribut široká vlnovka</bookmark_value><bookmark_value>atribut široká stříška</bookmark_value><bookmark_value>atribut podtržení</bookmark_value><bookmark_value>atribut trojitá tečka</bookmark_value><bookmark_value>průhledný znak jako atribut</bookmark_value>"
#: 03090600.xhp#hd_id3154011.1.help.text
msgid "<variable id=\"attributes\"><link href=\"text/smath/01/03090600.xhp\" name=\"Attributes\">Attributes</link></variable>"
@@ -686,11 +686,11 @@ msgstr "<variable id=\"attributes\"><link href=\"text/smath/01/03090600.xhp\" na
#: 03090600.xhp#par_id3145802.2.help.text
msgid "<ahelp hid=\"HID_SMA_ATTRIBUTES_CAT\">You can choose from various attributes for <emph>%PRODUCTNAME</emph> <emph>Math</emph> formulas. Some attributes are displayed in the lower part of the Elements window.</ahelp> These attributes are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All attributes not contained in the Elements window or in the context menu must be typed manually in the <emph>Commands</emph> window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_ATTRIBUTES_CAT\">Pro tvorbu vzorců <emph>%PRODUCTNAME Math</emph> máte k dispozici různé atributy. Některé atributy jsou dostupné v dolní části okna Prvky.</ahelp> Tyto atributy jsou také dostupné v <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">místní nabídce</link> okna <emph>Příkazy</emph>. Ostatní atributy, nedostupné z okna Prvky nebo místní nabídky, je třeba ručně zadat v okně <emph>Příkazy</emph>."
#: 03090600.xhp#par_id3155962.3.help.text
msgid "The following is a complete list of all attributes available in <item type=\"productname\">%PRODUCTNAME</item> Math. The symbol next to the attribute indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
-msgstr "Následuje úplný seznam všech atributů dostupných v <item type=\"productname\">%PRODUCTNAME</item> Math. Symbol vedle atributu naznačuje, že je dosažitelný z okna Prvky vzorce (zvolte <emph>Zobrazit - Prvky</emph>) nebo pomocí místní nabídky okna <emph>Příkazy</emph>."
+msgstr "Následuje úplný seznam všech atributů dostupných v <item type=\"productname\">%PRODUCTNAME</item> Math. Symbol vedle atributu naznačuje, že je dostupný z okna Prvky (zvolte <emph>Zobrazit - Prvky</emph>) nebo pomocí místní nabídky okna <emph>Příkazy</emph>."
#: 03090600.xhp#par_id3149604.4.help.text
msgid "In describing the following attribute functions, the letter \"a\" in the icon refers to the placeholder that you would like to assign to the respective attribute. You can substitute this character with any other character that you choose."
@@ -878,7 +878,7 @@ msgstr "Čára nad"
#: 03090600.xhp#par_id3147492.33.help.text
msgid "<ahelp hid=\"HID_SMA_OVERLINEX\">Inserts a line over a placeholder.</ahelp> You can also type <emph>overline <?></emph> in the <emph>Commands</emph> window. The line adjusts itself to correct length."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_OVERLINEX\">Vloží čáru nad zástupný znak.</ahelp> V okně <emph>Příkazy</emph> je také možné zadat <emph>overline <?></emph>. Délka čáry se automaticky přizpůsobí obsahu."
#: 03090600.xhp#par_idN103FD.help.text
msgid "<image id=\"img_id3145130\" src=\"starmath/res/at21714.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145130\">Icon</alt></image>"
@@ -1047,9 +1047,8 @@ msgid "Other Symbols"
msgstr "Jiné symboly"
#: 03091600.xhp#bm_id3149261.help.text
-#, fuzzy
msgid "<bookmark_value>mathematical symbols; other</bookmark_value><bookmark_value>real part of complex numbers</bookmark_value><bookmark_value>symbols;for complex numbers</bookmark_value><bookmark_value>partial differentiation symbol</bookmark_value><bookmark_value>infinity symbol</bookmark_value><bookmark_value>Nabla operator</bookmark_value><bookmark_value>there exists symbol</bookmark_value><bookmark_value>there does not exist symbol</bookmark_value><bookmark_value>existence quantor symbol</bookmark_value><bookmark_value>for all symbol</bookmark_value><bookmark_value>universal quantifier symbol</bookmark_value><bookmark_value>h-bar symbol</bookmark_value><bookmark_value>lambda-bar symbol</bookmark_value><bookmark_value>imaginary part of a complex number</bookmark_value><bookmark_value>complex numbers; symbols</bookmark_value><bookmark_value>weierstrass p symbol</bookmark_value><bookmark_value>left arrow symbol</bookmark_value><bookmark_value>right arrow symbol</bookmark_value><bookmark_value>up arrow symbol</bookmark_value><bookmark_value>down arrow symbol</bookmark_value><bookmark_value>arrows;symbols in %PRODUCTNAME Math</bookmark_value><bookmark_value>center dots symbol</bookmark_value><bookmark_value>axis-ellipsis</bookmark_value><bookmark_value>vertical dots symbol</bookmark_value><bookmark_value>diagonal upward dots;symbol</bookmark_value><bookmark_value>diagonal downward dots;symbol</bookmark_value><bookmark_value>epsilon; back</bookmark_value><bookmark_value>back epsilon symbol</bookmark_value><bookmark_value>placeholders; inserting in formulas</bookmark_value><bookmark_value>ellipsis symbols</bookmark_value>"
-msgstr "<bookmark_value>matematické symboly; jiné</bookmark_value><bookmark_value>reálná část komplexního čísla</bookmark_value><bookmark_value>symboly;pro komplexní čísla</bookmark_value><bookmark_value>symbol parciální derivace</bookmark_value><bookmark_value>symbol nekonečna</bookmark_value><bookmark_value>operátor Nabla</bookmark_value><bookmark_value>symbol pro existenci</bookmark_value><bookmark_value>symbol existenčního kvantifikátoru</bookmark_value><bookmark_value>symbol pro všechny</bookmark_value><bookmark_value>symbol univerzálního kvantifikátoru</bookmark_value><bookmark_value>symbol h s pruhem</bookmark_value><bookmark_value>symbol lambda s pruhem</bookmark_value><bookmark_value>imaginární část komplexního čísla</bookmark_value><bookmark_value>komplexní čísla; symboly</bookmark_value><bookmark_value>symbol Weierstrassovo p</bookmark_value><bookmark_value>symbol šipka vlevo</bookmark_value><bookmark_value>symbol šipka vpravo</bookmark_value><bookmark_value>symbol šipka nahoru</bookmark_value><bookmark_value>symbol šipka dolů</bookmark_value><bookmark_value>šipky;symboly v %PRODUCTNAME Math</bookmark_value><bookmark_value>tečky uprostřed</bookmark_value><bookmark_value>výpustka</bookmark_value> <bookmark_value>svislé tečky</bookmark_value><bookmark_value>tečky diagonálně dolů;symbol</bookmark_value><bookmark_value>tečky diagonálně dolů;symbol</bookmark_value><bookmark_value>epsilon; obrácené</bookmark_value><bookmark_value>symbol obráceného epsilon</bookmark_value><bookmark_value>zástupné znaky; vkládání do vzorců</bookmark_value><bookmark_value>symboly výpustky</bookmark_value>"
+msgstr "<bookmark_value>matematické symboly; jiné</bookmark_value><bookmark_value>reálná část komplexních čísel</bookmark_value><bookmark_value>symboly;pro komplexní čísla</bookmark_value><bookmark_value>symbol parciální derivace</bookmark_value><bookmark_value>symbol nekonečna</bookmark_value><bookmark_value>operátor Nabla</bookmark_value><bookmark_value>symbol pro existenci</bookmark_value><bookmark_value>symbol pro neexistenci</bookmark_value><bookmark_value>symbol existenčního kvantifikátoru</bookmark_value><bookmark_value>symbol pro všechny</bookmark_value><bookmark_value>symbol univerzálního kvantifikátoru</bookmark_value><bookmark_value>symbol přeškrtnuté h</bookmark_value><bookmark_value>symbol lambda s pruhem</bookmark_value><bookmark_value>imaginární část komplexního čísla</bookmark_value><bookmark_value>komplexní čísla; symboly</bookmark_value><bookmark_value>symbol Weierstrassovo p</bookmark_value><bookmark_value>symbol šipka vlevo</bookmark_value><bookmark_value>symbol šipka vpravo</bookmark_value><bookmark_value>symbol šipka nahoru</bookmark_value><bookmark_value>symbol šipka dolů</bookmark_value><bookmark_value>šipky;symboly v %PRODUCTNAME Math</bookmark_value><bookmark_value>tečky uprostřed</bookmark_value><bookmark_value>výpustka uprostřed</bookmark_value><bookmark_value>svislé tečky</bookmark_value><bookmark_value>tečky diagonálně dolů;symbol</bookmark_value><bookmark_value>tečky diagonálně dolů;symbol</bookmark_value><bookmark_value>epsilon; obrácené</bookmark_value><bookmark_value>symbol obráceného epsilon</bookmark_value><bookmark_value>zástupné znaky; vkládání do vzorců</bookmark_value><bookmark_value>symboly výpustky</bookmark_value>"
#: 03091600.xhp#hd_id3149261.1.help.text
msgid "<link href=\"text/smath/01/03091600.xhp\" name=\"Other Symbols\">Other Symbols</link>"
@@ -1112,9 +1111,8 @@ msgid "<ahelp hid=\"HID_SMA_EXISTS\">Inserts the symbol for an Existence quantor
msgstr "<ahelp hid=\"HID_SMA_EXISTS\">Vloží symbol existenčního kvantifikátoru.</ahelp> Také můžete napsat <emph>exists</emph> v okně <emph>Příkazy</emph>."
#: 03091600.xhp#par_idA3155330.help.text
-#, fuzzy
msgid "<image id=\"img_idA3155336\" src=\"starmath/res/mi21618.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_idA3155336\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155336\" src=\"starmath/res/mi21608.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155336\">Ikona</alt></image>"
+msgstr "<image id=\"img_idA3155336\" src=\"starmath/res/mi21618.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_idA3155336\">Ikona</alt></image>"
#: 03091600.xhp#hd_idA3154398.46.help.text
msgid "There does not exist"
@@ -1122,7 +1120,7 @@ msgstr "Není pravda, že existuje"
#: 03091600.xhp#par_idA3156346.41.help.text
msgid "<ahelp hid=\"HID_SMA_NOTEXISTS\">Inserts the symbol for an Existence quantor.</ahelp>Command for the <emph>Commands</emph> window: <emph>notexists</emph>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_NOTEXISTS\">Vloží symbol existenčního kvantifikátoru.</ahelp> Také můžete napsat <emph>notexist</emph> v okně <emph>Příkazy</emph>"
#: 03091600.xhp#par_id3151296.help.text
msgid "<image id=\"img_id3151302\" src=\"starmath/res/mi21612.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151302\">Icon</alt></image>"
@@ -1352,7 +1350,7 @@ msgstr "Upravit"
#: 06010000.xhp#par_id3153811.9.help.text
msgid "<ahelp hid=\"STARMATH_PUSHBUTTON_RID_SYMBOLDIALOG_1\">Click here to open the <link href=\"text/smath/01/06010100.xhp\" name=\"Edit Symbols\">Edit Symbols</link> dialog.</ahelp>"
-msgstr "<ahelp hid=\"STARMATH_PUSHBUTTON_RID_SYMBOLDIALOG_1\"> Klepnutím na toto tlačítko otevřete dialog <link href=\"text/smath/01/06010100.xhp\" name=\"Upravit symboly\">Upravit symboly</link>.</ahelp>"
+msgstr "<ahelp hid=\"STARMATH_PUSHBUTTON_RID_SYMBOLDIALOG_1\">Kliknutím na toto tlačítko otevřete dialog <link href=\"text/smath/01/06010100.xhp\" name=\"Upravit symboly\">Upravit symboly</link>.</ahelp>"
#: 03091507.xhp#tit.help.text
msgid "Others"
@@ -1374,7 +1372,7 @@ msgstr "Zadaný(é) příkaz(y)"
#: 03091507.xhp#par_id3162086.490.help.text
msgctxt "03091507.xhp#par_id3162086.490.help.text"
msgid "Symbol in Elements Window"
-msgstr "Symbol v okně Prvky vzorce"
+msgstr "Symbol v okně Prvky"
#: 03091507.xhp#par_id3162156.492.help.text
msgctxt "03091507.xhp#par_id3162156.492.help.text"
@@ -1447,13 +1445,12 @@ msgid "Existential quantifier, there is at least one"
msgstr "Existenční kvantifikátor, existuje alespoň jeden"
#: 03091507.xhp#par_idA3162627.help.text
-#, fuzzy
msgid "<image id=\"img_idA3162633\" src=\"starmath/res/mi21618.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_idA3162633\">Icon</alt></image>"
-msgstr "<image id=\"img_id3162633\" src=\"starmath/res/mi21608.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3162633\">Ikonka</alt></image>"
+msgstr "<image id=\"img_idA3162633\" src=\"starmath/res/mi21618.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_idA3162633\">Ikona</alt></image>"
#: 03091507.xhp#par_idA3162747.150.help.text
msgid "Existential quantifier, there does not exist"
-msgstr ""
+msgstr "Existenční kvantifikátor, neexistuje"
#: 03091507.xhp#par_id3162775.help.text
msgid "<image id=\"img_id3162781\" src=\"starmath/res/mi21612.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3162781\">Icon</alt></image>"
@@ -1602,7 +1599,7 @@ msgstr "Složené závorky \"{}\" se používají k seskupení výrazů do vět
#: 03091100.xhp#par_id3151392.5.help.text
msgid "Set brackets were previously inserted in the Elements window or directly in the Commands window as \"left lbrace <?> right rbrace\". Now, a left and a right set bracket can also be inserted using \"lbrace\" and \"rbrace\", with or without wildcards."
-msgstr "Množinové závorky se dříve zadávaly v okně Prvky vzorce nebo přímo v okně Přikazy jako \"left lbrace <?> right rbrace\". Nyní je možné levé a pravé množinové závorky zadávat pomocí 'lbrace' a 'rbrace' s, nebo bez zástupných znaků."
+msgstr "Množinové závorky se dříve zadávaly v okně Prvky nebo přímo v okně Příkazy jako \"left lbrace <?> right rbrace\". Nyní je možné levé a pravé množinové závorky zadávat pomocí 'lbrace' a 'rbrace' s, nebo bez zástupných znaků."
#: 03091100.xhp#par_id3147403.6.help.text
msgid "There are a total of eight (8) different types of brackets available. The \"ceil\" and \"floor\" brackets are often used for rounding up or down the argument to the next integer: \"lceil -3.7 rceil = -3\" or \"lfloor -3.7 rfloor = -4\"."
@@ -1626,7 +1623,7 @@ msgstr "Všechny druhy závorek, i ty viditelné, umožňují prázdnou definici
#: 03091100.xhp#par_id3154562.10.help.text
msgid "Brackets do not adjust their size to the enclosed expression. For example, if you want \"( a over b )\" with a bracket size adjusted to a and b you must insert \"left\" and \"right\". Entering \"left(a over b right)\" produces appropriate sizing. If, however, the brackets themselves are part of the expression whose size is changed, they are included the size change: \"size 3(a over b)\" and \"size 12(a over b)\". The sizing of the bracket-to-expression ratio does not change in any way."
-msgstr ""
+msgstr "Závorky nepřizpůsobují svou velikost výrazu, který uzavírají. Například chcete-li \"( a over b )\" s velikostí závorek přizpůsobenou a a b, musíte vložit \"left\" a \"right\". Zadáním \"left(a over b right)\" dosáhnete odpovídajícího přizpůsobení velikosti. Pokud jsou ovšem samy závorky částí výrazu, jehož velikost se mění, spadají do této změny velikosti také: \"size 3(a over b)\" a \"size 12(a over b)\". Poměr velikostí závorek a výrazu se žádným způsobem nemění."
#: 03091100.xhp#par_id3153002.11.help.text
msgid "Since \"left\" and \"right\" ensure unique assignment of the brackets, every single bracket can be used as an argument for these two commands, even placing right brackets on the left side, or left brackets on the right. Instead of a bracket you can use the \"none\" qualifier, which means that there is no bracket shown and that there is no space reserved for a bracket. Using this, you can create the following expressions:"
@@ -1821,7 +1818,7 @@ msgstr "Zadaný(é) příkaz(y)"
#: 03091505.xhp#par_id3143994.484.help.text
msgctxt "03091505.xhp#par_id3143994.484.help.text"
msgid "Symbol in Elements Window"
-msgstr "Symbol v okně Prvky vzorce"
+msgstr "Symbol v okně Prvky"
#: 03091505.xhp#par_id3144064.486.help.text
msgctxt "03091505.xhp#par_id3144064.486.help.text"
@@ -1908,7 +1905,7 @@ msgstr "<image id=\"img_id3167020\" src=\"starmath/res/fo21611.png\" width=\"0.2
#: 03091505.xhp#par_id3167134.164.help.text
msgid "Triple curve integral"
-msgstr "Trojitý křivkový integrál"
+msgstr "Trojný křivkový integrál"
#: 03091505.xhp#par_id3167527.166.help.text
msgid "Placeholder, user-defined operator"
@@ -2149,9 +2146,8 @@ msgid "<link href=\"text/smath/01/03050000.xhp\" name=\"Zoom Out\">Zoom Out</lin
msgstr "<link href=\"text/smath/01/03050000.xhp\" name=\"Zmenšit\">Zmenšit</link>"
#: 03050000.xhp#par_id3150249.2.help.text
-#, fuzzy
msgid "<ahelp hid=\".\">Decreases the display scale of formulas by 25%.</ahelp> The current zoom factor is displayed on the status bar. A selection of available zoom options is accessible through the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link>. The context menu in the work area also contains zoom commands."
-msgstr "<ahelp hid=\"SID_ZOOMOUT\">Zmenší měřítko zobrazení vzorce o 25%.</ahelp> Měřítko se ukazuje ve stavovém řádku. Měřítko také můžete upravit v <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"místní nabídce\">místní nabídce</link> stavového řádku. Nastavení měřítka obsahuje také místní nabídka pracovní plochy."
+msgstr "<ahelp hid=\".\">Zmenší měřítko zobrazení vzorce o 25%.</ahelp> Měřítko se ukazuje ve stavovém řádku. Měřítko také můžete upravit v <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"místní nabídce\">místní nabídce</link> stavového řádku. Nastavení měřítka obsahuje také místní nabídka pracovní plochy."
#: 03090800.xhp#tit.help.text
msgid "Set Operations"
@@ -2167,11 +2163,11 @@ msgstr "<link href=\"text/smath/01/03090800.xhp\" name=\"Množinové operace\">M
#: 03090800.xhp#par_id3154641.2.help.text
msgid "<ahelp hid=\"HID_SMA_SETOPERATIONS_CAT\">Assign different set operators to the characters in your <emph>$[officename] Math</emph> formula. The individual operators are shown in the lower section of the Elements window</ahelp>. Call the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> in the <emph>Commands</emph> window to see an identical list of the individual functions. Any operators not found in the Elements window have to be entered directly in the Commands window. You can also directly insert other parts of the formula even if symbols already exist for them."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_SETOPERATIONS_CAT\">Přiřadí znakům ve vzorci <emph>$[officename] Math</emph> různé množinové operátory. Jednotlivé operátory jsou zobrazeny ve spodní části okna Prvky</ahelp>. Stejný seznam jednotlivých funkcí lze vyvolat pomocí <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">místní nabídky</link> v okně <emph>Příkazy</emph>. Operátory, které se nenacházejí v okně Prvky, je nutné zadat přímo v okně Příkazy. Přímo lze zadat také další části vzorce, i když pro ně symboly existují."
#: 03090800.xhp#par_id3149290.3.help.text
msgid "After clicking the <emph>Set Operations</emph> icon in the Elements window additional icons will be shown in the lower part of this window. Simply click a symbol to incorporate the operator in the formula being edited in the Commands window."
-msgstr ""
+msgstr "Klepnutím na ikonu <emph>Množinové operace</emph> v okně Prvky se ve spodní části tohoto okna zobrazí další ikony. Klepnutím na symbol jednoduše začleníte operátor do vzorce, který je upravován v okně Příkazy."
#: 03090800.xhp#hd_id3147258.4.help.text
msgid "The set operations in detail:"
@@ -2463,14 +2459,12 @@ msgid "<link href=\"text/smath/01/03090400.xhp\" name=\"Functions\">Functions</l
msgstr "<link href=\"text/smath/01/03090400.xhp\" name=\"Funkce\">Funkce</link>"
#: 03090400.xhp#par_id3155374.2.help.text
-#, fuzzy
msgid "<ahelp hid=\"HID_SMA_FUNCTIONS_CAT\">Choose a function in the lower part of the window.</ahelp> These functions are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. Any functions not contained in the Elements window need to be typed manually in the Commands window."
-msgstr "<ahelp hid=\"SID_ZOOMIN\">Zvětší měřítko zobrazení vzorce o 25%.</ahelp> Měřítko se ukazuje ve stavovém řádku. Měřítko také můžete upravit v <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"místní nabídce\">místní nabídce</link> stavového řádku. Nastavení měřítka obsahuje také místní nabídka pracovní plochy."
+msgstr "<ahelp hid=\"HID_SMA_FUNCTIONS_CAT\">Ve spodní části okna zvolte funkci.</ahelp> Seznam těchto funkcí je také v <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">místní nabídce</link> okna <emph>Příkazy</emph>. Všechny funkce, které se nenacházejí v okně Prvky, je potřeba ručně napsat v okně Příkazy."
#: 03090400.xhp#par_id3150760.3.help.text
-#, fuzzy
msgid "The following is a list of all functions that appear in the <emph>Elements</emph> window. The icon next to the function indicates that it can be accessed through the Elements window (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
-msgstr "Následuje úplný seznam všech dostupných typů závorek. Ikona vedle typu závorky naznačuje, že je dosažitelný z okna Prvky vzorce (menu Zobrazit - Prvky) nebo pomocí místní nabídky okna <emph>Příkazy</emph>."
+msgstr "Následuje seznam všech funkcí, které se objevují v okně <emph>Prvky</emph>. Ikona vedle funkce značí, že může být použita pomocí okna Prvky (nabídka Zobrazit - Prvky) nebo prostřednictvím místní nabídky okna <emph>Příkazy</emph>."
#: 03090400.xhp#hd_id3156319.4.help.text
msgid "List of functions"
@@ -2804,12 +2798,11 @@ msgstr "<link href=\"text/smath/01/03090700.xhp\" name=\"Formát\">Formát</link
#: 03090700.xhp#par_id3147262.2.help.text
msgid "<ahelp hid=\"HID_SMA_FORMAT_CAT\">You can choose among various options for formatting a $[officename] Math formula. The format options are displayed in the lower half of the Formula Elements window.</ahelp> These options are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_FORMAT_CAT\">Je možné zvolit různé formátování vzorce $[officename] Math. Možnosti formátování jsou zobrazeny ve spodní části okna Prvky.</ahelp> Seznam těchto možností je také v <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">místní nabídce</link> okna <emph>Příkazy</emph>."
#: 03090700.xhp#par_id3154263.3.help.text
-#, fuzzy
msgid "The following is a complete list of all available formatting options in $[officename] Math. The icon next to the formatting option indicates that it can be accessed through the Elements window (menu <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
-msgstr "Následuje úplný seznam všech dostupných typů závorek. Ikona vedle typu závorky naznačuje, že je dosažitelný z okna Prvky vzorce (menu Zobrazit - Prvky) nebo pomocí místní nabídky okna <emph>Příkazy</emph>."
+msgstr "Následuje seznam všech dostupných možností formátování v programu $[officename] Math. Ikona vedle možnosti formátování naznačuje, že je dostupná z okna Prvky (nabídka Zobrazit - Prvky) nebo pomocí místní nabídky okna <emph>Příkazy</emph>."
#: 03090700.xhp#par_id3153536.17.help.text
msgid "The letter \"a\" refers to the placeholder in your formula which you would like to assign to the respective formatting. You can substitute this character for any other you like."
@@ -3126,7 +3119,7 @@ msgstr "Výchozí"
#: 05040000.xhp#par_id3153622.20.help.text
msgid "<ahelp hid=\"STARMATH:PUSHBUTTON:RID_ALIGNDIALOG:1\" visibility=\"visible\">Click here to save your changes as the default settings for new formulas.</ahelp> A security response will appear before saving."
-msgstr "<ahelp hid=\"STARMATH:PUSHBUTTON:RID_ALIGNDIALOG:1\" visibility=\"visible\"> Uloží vaše změny jako výchozí pro všechny nové vzorce.</ahelp> Před uložením změn se zobrazí dialog pro potvrzení."
+msgstr "<ahelp hid=\"STARMATH:PUSHBUTTON:RID_ALIGNDIALOG:1\" visibility=\"visible\">Uloží vaše změny jako výchozí pro všechny nové vzorce.</ahelp> Před uložením změn se zobrazí dialog pro potvrzení."
#: 03091506.xhp#tit.help.text
msgctxt "03091506.xhp#tit.help.text"
@@ -3149,7 +3142,7 @@ msgstr "Zadaný(é) příkaz(y)"
#: 03091506.xhp#par_id3167610.487.help.text
msgctxt "03091506.xhp#par_id3167610.487.help.text"
msgid "Symbol in Elements Window"
-msgstr "Symbol v okně Prvky vzorce"
+msgstr "Symbol v okně Prvky"
#: 03091506.xhp#par_id3167680.489.help.text
msgctxt "03091506.xhp#par_id3167680.489.help.text"
@@ -3188,7 +3181,7 @@ msgstr "<image id=\"img_id3168160\" src=\"starmath/res/at21704.png\" width=\"0.2
#: 03091506.xhp#par_id3168274.313.help.text
msgid "Top open arc above a character"
-msgstr "\"Obrácená stříška\" nad znakem"
+msgstr "Kulatý háček nad znakem"
#: 03091506.xhp#par_id3168006.help.text
msgid "<image id=\"img_id3168012\" src=\"starmath/res/at21703.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3168012\">Icon</alt></image>"
@@ -3196,7 +3189,7 @@ msgstr "<image id=\"img_id3168012\" src=\"starmath/res/at21703.png\" width=\"0.3
#: 03091506.xhp#par_id3168127.315.help.text
msgid "Upside down roof"
-msgstr "Obrácená stříška"
+msgstr "Háček"
#: 03091506.xhp#par_id3168303.help.text
msgid "<image id=\"img_id3168309\" src=\"starmath/res/at21709.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3168309\">Icon</alt></image>"
@@ -3228,7 +3221,7 @@ msgstr "<image id=\"img_id3160519\" src=\"starmath/res/at21711.png\" width=\"0.3
#: 03091506.xhp#par_id3160633.321.help.text
msgid "Two dots above a character"
-msgstr "Dvě tečky pod znakem"
+msgstr "Dvě tečky nad znakem"
#: 03091506.xhp#par_id3159919.help.text
msgid "<image id=\"img_id3159926\" src=\"starmath/res/at21710.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3159926\">Icon</alt></image>"
@@ -3350,7 +3343,7 @@ msgstr "Relace"
#: 03090200.xhp#bm_id3156316.help.text
msgid "<bookmark_value>relations; in $[officename] Math</bookmark_value><bookmark_value>$[officename] Math; relations</bookmark_value><bookmark_value>equal sign</bookmark_value><bookmark_value>inequation</bookmark_value><bookmark_value>unequal sign</bookmark_value><bookmark_value>identical to relation</bookmark_value><bookmark_value>congruent relation</bookmark_value><bookmark_value>right angled relations</bookmark_value><bookmark_value>orthogonal relations</bookmark_value><bookmark_value>divides relation</bookmark_value><bookmark_value>does not divide relation</bookmark_value><bookmark_value>less than relations</bookmark_value><bookmark_value>approximately equal to relation</bookmark_value><bookmark_value>parallel relation</bookmark_value><bookmark_value>less than or equal to signs</bookmark_value><bookmark_value>greater than or equal to signs</bookmark_value><bookmark_value>proportional to relation</bookmark_value><bookmark_value>similar to relations</bookmark_value><bookmark_value>toward relation</bookmark_value><bookmark_value>logic symbols</bookmark_value><bookmark_value>double arrow symbols</bookmark_value><bookmark_value>much greater than relation</bookmark_value><bookmark_value>considerably greater than relation</bookmark_value><bookmark_value>greater than relations</bookmark_value><bookmark_value>much less than relation</bookmark_value><bookmark_value>considerably less than relation</bookmark_value><bookmark_value>defined as relation</bookmark_value><bookmark_value>correspondence; picture by</bookmark_value><bookmark_value>picture by correspondence</bookmark_value><bookmark_value>image of relation</bookmark_value><bookmark_value>correspondence; original by</bookmark_value><bookmark_value>original by correspondence</bookmark_value><bookmark_value>precedes relation</bookmark_value><bookmark_value>not precedes relation</bookmark_value><bookmark_value>succeeds relation</bookmark_value><bookmark_value>not succeeds relation</bookmark_value><bookmark_value>precedes or equal relation</bookmark_value><bookmark_value>succeeds or equal relation</bookmark_value><bookmark_value>precedes or equivalent relation</bookmark_value><bookmark_value>succeeds or equivalent relation</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>relace; v $[officename] Math</bookmark_value><bookmark_value>$[officename] Math; relace</bookmark_value><bookmark_value>znak rovná se</bookmark_value><bookmark_value>nerovnost</bookmark_value><bookmark_value>znak nerovná se</bookmark_value><bookmark_value>relace shodné s</bookmark_value><bookmark_value>relace totožné s</bookmark_value><bookmark_value>relace v pravém úhlu k</bookmark_value><bookmark_value>relace kolmé k</bookmark_value><bookmark_value>relace dělitelné</bookmark_value><bookmark_value>relace nedělitelné</bookmark_value><bookmark_value>relace menší než</bookmark_value><bookmark_value>relace přibližně rovno</bookmark_value><bookmark_value>relace rovnoběžné</bookmark_value><bookmark_value>znaky menší než nebo rovno</bookmark_value><bookmark_value>znaky větší než nebo rovno</bookmark_value><bookmark_value>relace úměrné k</bookmark_value><bookmark_value>relace podobné s</bookmark_value><bookmark_value>relace směrem</bookmark_value><bookmark_value>logické symboly</bookmark_value><bookmark_value>znaky dvojité šipky</bookmark_value><bookmark_value>relace mnohem větší než</bookmark_value><bookmark_value>relace výrazně větší než</bookmark_value><bookmark_value>relace větší než</bookmark_value><bookmark_value>relace mnohem menší než</bookmark_value><bookmark_value>relace výrazně menší než</bookmark_value><bookmark_value>relace definováno jako</bookmark_value><bookmark_value>correspondence; picture by</bookmark_value><bookmark_value>picture by correspondence</bookmark_value><bookmark_value>image of relation</bookmark_value><bookmark_value>correspondence; original by</bookmark_value><bookmark_value>original by correspondence</bookmark_value><bookmark_value>relace předchází</bookmark_value><bookmark_value>relace nepředchází</bookmark_value><bookmark_value>relace následuje</bookmark_value><bookmark_value>relace nenásleduje</bookmark_value><bookmark_value>relace předchází nebo se rovná</bookmark_value><bookmark_value>relace následuje nebo se rovná</bookmark_value><bookmark_value>relace předchází nebo odpovídá</bookmark_value><bookmark_value>relace následuje nebo odpovídá</bookmark_value>"
#: 03090200.xhp#hd_id3156316.1.help.text
msgid "<link href=\"text/smath/01/03090200.xhp\" name=\"Relations\">Relations</link>"
@@ -3358,12 +3351,11 @@ msgstr "<link href=\"text/smath/01/03090200.xhp\" name=\"Relace\">Relace</link>"
#: 03090200.xhp#par_id3153152.2.help.text
msgid "<ahelp hid=\"HID_SMA_RELATIONS_CAT\">You can choose among various relations to structure your <emph>$[officename] Math</emph> formula. The relation functions are displayed in the lower part of the Elements window.</ahelp> The list is also in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All relations that are not contained in the Elements window or in the context menu can be typed manually in the Commands window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_RELATIONS_CAT\">Pro strukturování vzorců <emph>$[officename] Math</emph> je možné vybírat z různých typů relací. Dostupné typy relací jsou zobrazeny ve spodní části okna Prvky.</ahelp> Seznam těchto relací je také v <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">místní nabídce</link> okna <emph>Příkazy</emph>."
#: 03090200.xhp#par_id3147258.3.help.text
-#, fuzzy
msgid "The following is a complete list of the relations. The symbol next to the name of the relation indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
-msgstr "Následuje úplný seznam všech dostupných typů závorek. Ikona vedle typu závorky naznačuje, že je dosažitelný z okna Prvky vzorce (menu Zobrazit - Prvky) nebo pomocí místní nabídky okna <emph>Příkazy</emph>."
+msgstr "Následuje seznam všech dostupných typů relací. Symbol vedle typu relace označuje, že je dostupná z okna Prvky (nabídka <emph>Zobrazit - Prvky</emph>) nebo pomocí místní nabídky okna <emph>Příkazy</emph>."
#: 03090200.xhp#hd_id3148827.4.help.text
msgid "Relations:"
@@ -3625,102 +3617,99 @@ msgstr "<ahelp hid=\"HID_SMA_DRARROW\">Vloží logickou relaci <emph>dvojitá š
#: 03090200.xhp#par_idN10564.help.text
msgid "<image id=\"img_id3148698\" src=\"starmath/res/bi21327.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148698\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148698\" src=\"starmath/res/bi21327.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148698\">Ikona</alt></image>"
#: 03090200.xhp#par_id3150854.90.help.text
msgid "precedes"
-msgstr ""
+msgstr "předchází"
#: 03090200.xhp#par_id3150867.89.help.text
msgid "<ahelp hid=\"HID_SMA_PRECEDES\">Inserts the logical operator <emph>precedes</emph> with two placeholders.</ahelp> You can also type <emph>prec</emph> in the <emph>Commands</emph> window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_PRECEDES\">Vloží logický operátor <emph>předchází</emph> se dvěma zástupnými znaky.</ahelp> V okně <emph>Příkazy</emph> také můžete zadat příkaz <emph>prec</emph>."
#: 03090200.xhp#par_idN10565.help.text
msgid "<image id=\"img_id3148699\" src=\"starmath/res/bi21329.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148699\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148699\" src=\"starmath/res/bi21329.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148699\">Ikona</alt></image>"
#: 03090200.xhp#par_id3150855.92.help.text
msgid "succeeds"
-msgstr ""
+msgstr "následuje"
#: 03090200.xhp#par_id3150868.91.help.text
msgid "<ahelp hid=\"HID_SMA_SUCCEEDS\">Inserts the logical operator <emph>succeeds</emph> with two placeholders.</ahelp> You can also type <emph>succ</emph> in the <emph>Commands</emph> window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_SUCCEEDS\">Vloží logický operátor <emph>následuje</emph> se dvěma zástupnými znaky.</ahelp> V okně <emph>Příkazy</emph> také můžete zadat příkaz <emph>succ</emph>."
#: 03090200.xhp#par_idN10566.help.text
msgid "<image id=\"img_id3148700\" src=\"starmath/res/bi21328.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148700\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148700\" src=\"starmath/res/bi21328.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148700\">Ikona</alt></image>"
#: 03090200.xhp#par_id3150856.94.help.text
msgid "not precedes"
-msgstr ""
+msgstr "nepředchází"
#: 03090200.xhp#par_id3150869.93.help.text
msgid "<ahelp hid=\"HID_SMA_NOTPRECEDES\">Inserts the logical operator <emph>not precedes</emph> with two placeholders.</ahelp> You can also type <emph>nprec</emph> in the <emph>Commands</emph> window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_NOTPRECEDES\">Vloží logický operátor <emph>nepředchází</emph> se dvěma zástupnými znaky.</ahelp> V okně <emph>Příkazy</emph> také můžete zadat příkaz <emph>nprec</emph>."
#: 03090200.xhp#par_idN10567.help.text
msgid "<image id=\"img_id3148701\" src=\"starmath/res/bi21330.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148701\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148701\" src=\"starmath/res/bi21330.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148701\">Ikona</alt></image>"
#: 03090200.xhp#par_id3150857.96.help.text
msgid "not succeeds"
-msgstr ""
+msgstr "nenásleduje"
#: 03090200.xhp#par_id3150870.95.help.text
msgid "<ahelp hid=\"HID_SMA_NOTSUCCEEDS\">Inserts the logical operator <emph>not succeeds</emph> with two placeholders.</ahelp> You can also type <emph>nsucc</emph> in the <emph>Commands</emph> window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_NOTSUCCEEDS\">Vloží logický operátor <emph>nenásleduje</emph> se dvěma zástupnými znaky.</ahelp> V okně <emph>Příkazy</emph> také můžete zadat příkaz <emph>nsucc</emph>."
#: 03090200.xhp#par_idN10568.help.text
msgid "<image id=\"img_id3148702\" src=\"starmath/res/bi21331.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148702\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148702\" src=\"starmath/res/bi21331.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148702\">Ikona</alt></image>"
#: 03090200.xhp#par_id3150858.98.help.text
-#, fuzzy
msgid "precedes or equal"
-msgstr "Podmnožina nebo rovno"
+msgstr "předchází nebo se rovná"
#: 03090200.xhp#par_id3150871.97.help.text
msgid "<ahelp hid=\"HID_SMA_PRECEDESEQUAL\">Inserts the logical operator <emph>precedes or equal</emph> with two placeholders.</ahelp> You can also type <emph>preccurlyeq</emph> in the <emph>Commands</emph> window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_PRECEDESEQUAL\">Vloží logický operátor <emph>předchází nebo se rovná</emph> se dvěma zástupnými znaky.</ahelp> V okně <emph>Příkazy</emph> také můžete zadat příkaz <emph>preccurlyeq</emph>."
#: 03090200.xhp#par_idN10569.help.text
msgid "<image id=\"img_id3148703\" src=\"starmath/res/bi21332.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148703\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148703\" src=\"starmath/res/bi21332.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148703\">Ikona</alt></image>"
#: 03090200.xhp#par_id3150859.100.help.text
-#, fuzzy
msgid "succeeds or equal"
-msgstr "Podmnožina nebo rovno"
+msgstr "následuje nebo se rovná"
#: 03090200.xhp#par_id3150872.99.help.text
msgid "<ahelp hid=\"HID_SMA_SUCCEEDSEQUAL\">Inserts the logical operator <emph>succeeds or equal</emph> with two placeholders.</ahelp> You can also type <emph>succcurlyeq</emph> in the <emph>Commands</emph> window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_SUCCEEDSEQUAL\">Vloží logický operátor <emph>následuje nebo se rovná</emph> se dvěma zástupnými znaky.</ahelp> V okně <emph>Příkazy</emph> také můžete zadat příkaz <emph>succcurlyeq</emph>."
#: 03090200.xhp#par_idN10570.help.text
msgid "<image id=\"img_id3148704\" src=\"starmath/res/bi21333.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148704\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148704\" src=\"starmath/res/bi21333.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148704\">Ikona</alt></image>"
#: 03090200.xhp#par_id3150860.102.help.text
msgid "precedes or equivalent"
-msgstr ""
+msgstr "předchází nebo odpovídá"
#: 03090200.xhp#par_id3150873.101.help.text
msgid "<ahelp hid=\"HID_SMA_PRECEDESEQUIV\">Inserts the logical operator <emph>precedes or equivalent</emph> with two placeholders.</ahelp> You can also type <emph>precsim</emph> in the <emph>Commands</emph> window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_PRECEDESEQUIV\">Vloží logický operátor <emph>předchází nebo odpovídá</emph> se dvěma zástupnými znaky.</ahelp> V okně <emph>Příkazy</emph> také můžete zadat příkaz <emph>precsim</emph>."
#: 03090200.xhp#par_idN10571.help.text
msgid "<image id=\"img_id3148705\" src=\"starmath/res/bi21334.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148705\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148705\" src=\"starmath/res/bi21334.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148705\">Ikona</alt></image>"
#: 03090200.xhp#par_id3150861.104.help.text
-#, fuzzy
msgid "succeeds or equivalent"
-msgstr "Podmnožina nebo rovno"
+msgstr "následuje nebo odpovídá"
#: 03090200.xhp#par_id3150874.103.help.text
msgid "<ahelp hid=\"HID_SMA_SUCCEEDSEQUIV\">Inserts the logical operator <emph>succeeds or equivalent</emph> with two placeholders.</ahelp> You can also type <emph>succsim</emph> in the <emph>Commands</emph> window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_SUCCEEDSEQUIV\">Vloží logický operátor <emph>následuje nebo odpovídá</emph> se dvěma zástupnými znaky.</ahelp> V okně <emph>Příkazy</emph> také můžete zadat příkaz <emph>succsim</emph>."
#: 03090200.xhp#par_id3153545.74.help.text
msgid "To create the <emph>much greater than</emph> relation with two placeholders, type <emph><?> gg <?> </emph>or <emph>>></emph> in the <emph>Commands</emph> window."
@@ -3767,7 +3756,7 @@ msgstr "Zadaný(é) příkaz(y)"
#: 03091502.xhp#par_id3154032.475.help.text
msgctxt "03091502.xhp#par_id3154032.475.help.text"
msgid "Symbol in Elements Window"
-msgstr "Symbol v okně Prvky vzorce"
+msgstr "Symbol v okně Prvky"
#: 03091502.xhp#par_id3147272.477.help.text
msgctxt "03091502.xhp#par_id3147272.477.help.text"
@@ -3986,71 +3975,67 @@ msgstr "Směrem"
#: 03091502.xhp#par_id3153958.help.text
msgid "<image id=\"img_id3153963\" src=\"starmath/res/bi21327.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153963\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153963\" src=\"starmath/res/bi21327.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153963\">Ikona</alt></image>"
#: 03091502.xhp#par_id3155845.135.help.text
msgid "Precedes"
-msgstr ""
+msgstr "Předchází"
#: 03091502.xhp#par_id3153959.help.text
msgid "<image id=\"img_id3153964\" src=\"starmath/res/bi21328.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153964\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153964\" src=\"starmath/res/bi21328.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153964\">Ikona</alt></image>"
#: 03091502.xhp#par_id3155846.136.help.text
msgid "Not precedes"
-msgstr ""
+msgstr "Nepředchází"
#: 03091502.xhp#par_id3153960.help.text
msgid "<image id=\"img_id3153965\" src=\"starmath/res/bi21329.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153965\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153965\" src=\"starmath/res/bi21329.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153965\">Ikona</alt></image>"
#: 03091502.xhp#par_id3155847.137.help.text
msgid "Succeeds"
-msgstr ""
+msgstr "Následuje"
#: 03091502.xhp#par_id3153961.help.text
msgid "<image id=\"img_id3153966\" src=\"starmath/res/bi21330.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153966\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153966\" src=\"starmath/res/bi21330.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153966\">Ikona</alt></image>"
#: 03091502.xhp#par_id3155848.138.help.text
msgid "Not succeeds"
-msgstr ""
+msgstr "Nenásleduje"
#: 03091502.xhp#par_id3153962.help.text
msgid "<image id=\"img_id3153967\" src=\"starmath/res/bi21331.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153967\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153967\" src=\"starmath/res/bi21331.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153967\">Ikona</alt></image>"
#: 03091502.xhp#par_id3155849.139.help.text
-#, fuzzy
msgid "Precedes or equal to"
-msgstr "Podmnožina nebo rovno"
+msgstr "Předchází nebo se rovná"
#: 03091502.xhp#par_id3153963.help.text
msgid "<image id=\"img_id3153968\" src=\"starmath/res/bi21332.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153968\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153968\" src=\"starmath/res/bi21332.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153968\">Ikona</alt></image>"
#: 03091502.xhp#par_id3155850.140.help.text
-#, fuzzy
msgid "Succeeds or equal to"
-msgstr "Podmnožina nebo rovno"
+msgstr "Následuje nebo se rovná"
#: 03091502.xhp#par_id3153964.help.text
msgid "<image id=\"img_id3153969\" src=\"starmath/res/bi21333.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153969\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153969\" src=\"starmath/res/bi21333.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153969\">Ikona</alt></image>"
#: 03091502.xhp#par_id3155851.141.help.text
-#, fuzzy
msgid "Precedes or equivalent to"
-msgstr "Podmnožina nebo rovno"
+msgstr "Předchází nebo odpovídá"
#: 03091502.xhp#par_id3153965.help.text
msgid "<image id=\"img_id3153970\" src=\"starmath/res/bi21334.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153970\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153970\" src=\"starmath/res/bi21334.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153970\">Ikona</alt></image>"
#: 03091502.xhp#par_id3155852.142.help.text
-#, fuzzy
msgid "Succeeds or equivalent to"
-msgstr "Podmnožina nebo rovno"
+msgstr "Následuje nebo odpovídá"
#: 03091502.xhp#par_id3152853.98.help.text
msgid "Correspondence symbol image of"
@@ -4240,7 +4225,7 @@ msgstr "Zadaný(é) příkaz(y)"
#: 03091504.xhp#par_id3156681.481.help.text
msgctxt "03091504.xhp#par_id3156681.481.help.text"
msgid "Symbol in Elements Window"
-msgstr "Symbol v okně Prvky vzorce"
+msgstr "Symbol v okně Prvky"
#: 03091504.xhp#par_id3156750.483.help.text
msgctxt "03091504.xhp#par_id3156750.483.help.text"
@@ -4330,7 +4315,7 @@ msgstr "<image id=\"img_id3151656\" src=\"starmath/res/fu21510.png\" width=\"0.3
#: 03091504.xhp#par_id3151770.176.help.text
msgctxt "03091504.xhp#par_id3151770.176.help.text"
msgid "Cosine"
-msgstr "Cosinus"
+msgstr "Kosinus"
#: 03091504.xhp#par_id3165576.help.text
msgid "<image id=\"img_id3165583\" src=\"starmath/res/fu21514.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3165583\">Icon</alt></image>"
@@ -4469,14 +4454,12 @@ msgid "<bookmark_value>views; maximum size</bookmark_value><bookmark_value>maxim
msgstr "<bookmark_value>pohledy; zobrazit vše</bookmark_value><bookmark_value>zobrazení celého vzorce</bookmark_value><bookmark_value>vzorce; zobrazit vše</bookmark_value>"
#: 03060000.xhp#hd_id3147340.1.help.text
-#, fuzzy
msgid "<link href=\"text/smath/01/03060000.xhp\" name=\"Show All\">Show All / Display All</link>"
msgstr "<link href=\"text/smath/01/03060000.xhp\" name=\"Zobrazit vše\">Zobrazit vše</link>"
#: 03060000.xhp#par_id3148571.2.help.text
-#, fuzzy
msgid "<ahelp hid=\".\">Displays the entire formula in the maximum size possible so that all elements are included. The formula is reduced or enlarged so that all formula elements can be displayed in the work area.</ahelp> The current zoom factor is displayed on the status bar. A selection of available zoom options is accessible through the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link>. The context menu in the work area also contains zoom commands. The name of the icon is \"Show All\", the name of the context menu command is \"Display All\". The zoom commands and icons are only available in Math documents, not for embedded Math objects."
-msgstr "<ahelp hid=\"SID_ADJUST\">Zobrazí celý vzorec v maximální možné velikosti tak, aby byly vidět všechny prvky. Vzorec se zmenší nebo zvětší, aby v pracovní ploše byly zobrazeny všechny části vzorce. <emph>Zobrazit vše</emph> odpovídá ikoně <emph>Celý vzorec</emph>.</ahelp> Měřítko také můžete upravit v <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"místní nabídce\">místní nabídce</link> stavového řádku. Nastavení měřítka obsahuje také místní nabídka pracovní plochy."
+msgstr "<ahelp hid=\".\">Zobrazí celý vzorec v maximální možné velikosti tak, aby byly vidět všechny prvky. Vzorec se zmenší nebo zvětší, aby v pracovní ploše byly zobrazeny všechny části vzorce.</ahelp> Aktuální měřítko je zobrazeno ve stavovém řádku. Prostřednictvím <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">místní nabídky</link> je k dispozici seznam předvolených měřítek. Místní nabídka pracovní plochy také obsahuje příkazy pro změnu velikosti. Název ikony i položky místní nabídky je \"Zobrazit vše\". Příkazy a ikony pro změnu velikosti nejsou dostupné ve vložených objektech programu Math, pouze v dokumentech programu Math. "
#: 03090300.xhp#tit.help.text
msgctxt "03090300.xhp#tit.help.text"
@@ -4493,12 +4476,11 @@ msgstr "<link href=\"text/smath/01/03090300.xhp\" name=\"Operátory\">Operátory
#: 03090300.xhp#par_id3149755.35.help.text
msgid "<ahelp hid=\"HID_SMA_OPERATORS_CAT\">You can choose among various operators to structure your <emph>$[officename] Math</emph> formula. All available operators appear in the lower part of the Elements window.</ahelp> They are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All operators not contained in the Elements window or in the context menu must be typed manually in the <emph>Commands</emph> window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_OPERATORS_CAT\">Pro vytváření vzorce <emph>$[officename] Math</emph> můžete použít různé operátory. Všechny operátory se zobrazují ve spodní části okna Prvky.</ahelp> Jejich seznam je také v <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">místní nabídce</link> okna <emph>Příkazy</emph>. Všechny operátory, které se nenacházejí v okně Prvky, je nutné napsat ručně v okně <emph>Příkazy</emph>."
#: 03090300.xhp#par_id3153576.36.help.text
-#, fuzzy
msgid "The following is a list of the available operators. An icon next to the operator name indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
-msgstr "Následuje úplný seznam všech dostupných typů závorek. Ikona vedle typu závorky naznačuje, že je dosažitelný z okna Prvky vzorce (menu Zobrazit - Prvky) nebo pomocí místní nabídky okna <emph>Příkazy</emph>."
+msgstr "Následuje seznam všech dostupných operátorů. Ikona vedle operátoru značí, že je dostupný z okna Prvky (zvolte <emph>Zobrazit - Prvky</emph>) nebo pomocí místní nabídky okna <emph>Příkazy</emph>."
#: 03090300.xhp#hd_id3147516.37.help.text
msgid "Operator Functions"
@@ -4648,9 +4630,8 @@ msgid "Triple Curve Integral"
msgstr "Objemový integrál"
#: 03090300.xhp#par_id3150175.26.help.text
-#, fuzzy
msgid "<ahelp hid=\"HID_SMA_LLLINTX\">Inserts a <emph>triple curve integral</emph> sign with one placeholder.</ahelp> You can also type <emph>lllint <?></emph> directly in the <emph>Commands</emph> window."
-msgstr "<ahelp hid=\"HID_SMA_LLINTX\">Vloží symbol <emph>plošného integrálu</emph> s jedním zástupným znakem.</ahelp> Také můžete napsat <emph>llint <?></emph> v okně <emph>Příkazy</emph>."
+msgstr "<ahelp hid=\"HID_SMA_LLLINTX\">Vloží symbol <emph>objemového integrálu</emph> s jedním zástupným znakem.</ahelp> Také můžete napsat <emph>lllint <?></emph> v okně <emph>Příkazy</emph>."
#: 03090300.xhp#par_idN1035E.help.text
msgid "<image id=\"img_id3149332\" src=\"starmath/res/fo21615.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149332\">Icon</alt></image>"
@@ -4764,13 +4745,12 @@ msgstr "<variable id=\"set\"><link href=\"text/smath/01/03091503.xhp\" name=\"se
#: 03091503.xhp#par_idN1130F.help.text
msgctxt "03091503.xhp#par_idN1130F.help.text"
msgid "Typed command(s)"
-msgstr "Zadaný(é) příkaz(y)"
+msgstr "Zadané příkazy"
#: 03091503.xhp#par_id3145724.478.help.text
-#, fuzzy
msgctxt "03091503.xhp#par_id3145724.478.help.text"
msgid "Symbol in Elements Window"
-msgstr "Okno Prvky vzorce"
+msgstr "Symbol v okně Prvky"
#: 03091503.xhp#par_id3158137.480.help.text
msgctxt "03091503.xhp#par_id3158137.480.help.text"
@@ -4995,19 +4975,16 @@ msgid "For some character strings, it is possible that a line inserted with <emp
msgstr "Pro některé znaky se může stát, že čára vložená pomocí <emph>underline</emph> je příliš blízko ke znaku. V tom případě pomůže prázdná skupina: <emph>underline Q sub {}</emph> místo <emph>underline Q</emph>."
#: 03090000.xhp#tit.help.text
-#, fuzzy
msgid "Elements"
-msgstr "Prvek"
+msgstr "Prvky"
#: 03090000.xhp#bm_id3155963.help.text
-#, fuzzy
msgid "<bookmark_value>selection options in formulas</bookmark_value> <bookmark_value>formulas; selections</bookmark_value> <bookmark_value>elements;in Math</bookmark_value>"
-msgstr "<bookmark_value>výpočet; v textu</bookmark_value> <bookmark_value>vzorce; výpočet v textu</bookmark_value> <bookmark_value>odkazy v tabulkách Writeru</bookmark_value>"
+msgstr "<bookmark_value>možnosti výběru ve vzorcích</bookmark_value><bookmark_value>vzorce; výběry</bookmark_value><bookmark_value>prvky;Math</bookmark_value>"
#: 03090000.xhp#hd_id3155963.1.help.text
-#, fuzzy
msgid "<variable id=\"func_win\"><link href=\"text/smath/01/03090000.xhp\" name=\"Elements\">Elements</link></variable>"
-msgstr "<variable id=\"functions\"><link href=\"text/smath/01/03091504.xhp\" name=\"Funkce\">Funkce</link></variable>"
+msgstr "<variable id=\"func_win\"><link href=\"text/smath/01/03090000.xhp\" name=\"Elements\">Prvky</link></variable>"
#: 03090000.xhp#par_id3149500.2.help.text
msgid "<ahelp hid=\"SID_TOOLBOX\">This is a list of operators, functions, symbols and format options that can be inserted into the formula.</ahelp>"
@@ -5015,7 +4992,7 @@ msgstr "<ahelp hid=\"SID_TOOLBOX\">Toto je seznam operátorů, funkcí, symbolů
#: 03090000.xhp#par_id3148699.5.help.text
msgid "Some <link href=\"text/smath/01/03090900.xhp\" name=\"examples\">examples</link> show you the range of operations."
-msgstr ""
+msgstr "<link href=\"text/smath/01/03090900.xhp\" name=\"examples\">Příklady</link> ukazují možný rozsah použití operátorů."
#: 03090000.xhp#par_id3151244.6.help.text
msgid "The selection window is divided into two parts. Clicking a symbol at the top of the window displays its subordinate symbols in the lower half of the window."
@@ -5039,7 +5016,7 @@ msgstr "<variable id=\"reference\"><link href=\"text/smath/01/03091500.xhp\" nam
#: 03091500.xhp#par_id3149502.350.help.text
msgid "<variable id=\"ref\">This reference section contains lists of many operators, functions, symbols and formatting features available in <emph>$[officename] Math</emph>. Many of the commands displayed can be inserted using the icons in the <emph>Elements</emph> window or the context menu of the <emph>Commands</emph> window.</variable>"
-msgstr ""
+msgstr "<variable id=\"ref\">Tato referenční sekce obsahuje seznam mnoha operátorů, funkcí, symbolů a možností formátování dostupných v <emph>$[officename] Math</emph>. Většina těchto příkazů může být vložena pomocí ikon v okně <emph>Prvky</emph> nebo pomocí místní nabídky okna <emph>Příkazy</emph>.</variable>"
#: 03091509.xhp#tit.help.text
msgid "Formatting"
@@ -5059,10 +5036,9 @@ msgid "Typed command(s)"
msgstr "Zadaný(é) příkaz(y)"
#: 03091509.xhp#par_id3184320.496.help.text
-#, fuzzy
msgctxt "03091509.xhp#par_id3184320.496.help.text"
msgid "Symbol in Elements Window"
-msgstr "Okno Prvky vzorce"
+msgstr "Symbol v okně Prvky"
#: 03091509.xhp#par_id3184389.498.help.text
msgctxt "03091509.xhp#par_id3184389.498.help.text"
@@ -5204,7 +5180,7 @@ msgstr "Široká mezera"
#: 03091509.xhp#par_id318637799.help.text
msgid "Suppress horizontal space between elements"
-msgstr ""
+msgstr "Potlačí vodorovnou mezeru mezi prvky"
#: 05030000.xhp#tit.help.text
msgctxt "05030000.xhp#tit.help.text"
@@ -5550,14 +5526,12 @@ msgid "<link href=\"text/smath/01/03070000.xhp\" name=\"Update\">Update</link>"
msgstr "<link href=\"text/smath/01/03070000.xhp\" name=\"Aktualizace\">Aktualizace</link>"
#: 03070000.xhp#par_id3153729.2.help.text
-#, fuzzy
msgid "<ahelp hid=\"SID_DRAW\">This command updates the formula in the document window.</ahelp>"
-msgstr "<ahelp hid=\"SID_DRAW\">Tento příkaz aktualizuje vzorec v okně dokumentu.</ahelp>"
+msgstr "<ahelp hid=\"SID_DRAW\">Příkaz aktualizuje vzorec v okně dokumentu.</ahelp>"
#: 03070000.xhp#par_id3145253.3.help.text
-#, fuzzy
msgid "Changes in the <emph>Commands</emph> window are automatically updated if <emph>AutoUpdate Display</emph> is activated."
-msgstr "Je-li zapnuta volba <emph>Automatická aktualizace zobrazení</emph>, změny provedené v okně <emph>Příkazy</emph> jsou aktualizovány automaticky."
+msgstr "Je-li zapnuta volba <emph>Automatická aktualizace zobrazení</emph>, změny provedené v okně <emph>Příkazy</emph> jsou automaticky aktualizovány."
#: 03090904.xhp#tit.help.text
msgid "Matrix with Varying Font Sizes"
@@ -5594,11 +5568,11 @@ msgstr "<link href=\"text/smath/01/03090500.xhp\" name=\"Závorky\">Závorky</li
#: 03090500.xhp#par_id3147258.2.help.text
msgid "<ahelp hid=\"HID_SMA_BRACKETS_CAT\">You can choose among various bracket types to structure a <emph>$[officename] Math</emph> formula. Bracket types are displayed in the lower part of the Elements window.</ahelp> These brackets are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All brackets that are not contained in the Elements window or in the context menu can be typed manually in the <emph>Commands</emph> window."
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_BRACKETS_CAT\">Při vytváření vzorce <emph>$[officename] Math</emph> můžete zvolit různé typy závorek. Typy závorek jsou zobrazeny ve spodní části okna Prvky.</ahelp> Seznam těchto závorek je také v <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">místní nabídce</link> okna <emph>Příkazy</emph>. Všechny závorky, které se nenacházejí v okně Prvky nebo v místní nabídce, mohou být napsány ručně v okně <emph>Příkazy</emph>."
#: 03090500.xhp#par_id3154264.3.help.text
msgid "The following is a complete list of all available bracket types. The icon next to the bracket type indicates that it can be accessed through the Elements window (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
-msgstr "Následuje úplný seznam všech dostupných typů závorek. Ikona vedle typu závorky naznačuje, že je dosažitelný z okna Prvky vzorce (menu Zobrazit - Prvky) nebo pomocí místní nabídky okna <emph>Příkazy</emph>."
+msgstr "Následuje seznam všech dostupných typů závorek. Ikona vedle typu závorky označuje, že je dostupná z okna Prvky (nabídka Zobrazit - Prvky) nebo pomocí místní nabídky okna <emph>Příkazy</emph>."
#: 03090500.xhp#hd_id3154277.4.help.text
msgid "Bracket types"
@@ -6186,10 +6160,9 @@ msgid "Typed command(s)"
msgstr "Zadaný(é) příkaz(y)"
#: 03091508.xhp#par_id3180684.493.help.text
-#, fuzzy
msgctxt "03091508.xhp#par_id3180684.493.help.text"
msgid "Symbol in Elements Window"
-msgstr "Okno Prvky vzorce"
+msgstr "Symbol v okně Prvky"
#: 03091508.xhp#par_id3180753.495.help.text
msgctxt "03091508.xhp#par_id3180753.495.help.text"
diff --git a/translations/source/cs/helpcontent2/source/text/smath/02.po b/translations/source/cs/helpcontent2/source/text/smath/02.po
index 09222bdb4c0..b13bdf96c09 100644
--- a/translations/source/cs/helpcontent2/source/text/smath/02.po
+++ b/translations/source/cs/helpcontent2/source/text/smath/02.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-06-26 15:26+0200\n"
"Last-Translator: kendy <kendy@suse.cz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/cs/helpcontent2/source/text/smath/04.po b/translations/source/cs/helpcontent2/source/text/smath/04.po
index e94a3eb96a6..f998feaa9ff 100644
--- a/translations/source/cs/helpcontent2/source/text/smath/04.po
+++ b/translations/source/cs/helpcontent2/source/text/smath/04.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
-"PO-Revision-Date: 2011-06-26 15:27+0200\n"
-"Last-Translator: kendy <kendy@suse.cz>\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2012-02-29 22:06+0200\n"
+"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: 01020000.xhp#tit.help.text
@@ -85,7 +85,7 @@ msgstr "Aktualizace"
#: 01020000.xhp#hd_id3153732.21.help.text
msgid "Navigation in the Elements Window"
-msgstr "Navigace v okně Prvky vzorce"
+msgstr "Navigace v okně Prvky"
#: 01020000.xhp#hd_id3155927.23.help.text
msgid "Left or right arrow"
diff --git a/translations/source/cs/helpcontent2/source/text/smath/guide.po b/translations/source/cs/helpcontent2/source/text/smath/guide.po
index b7da00936ce..1cc87ca6866 100644
--- a/translations/source/cs/helpcontent2/source/text/smath/guide.po
+++ b/translations/source/cs/helpcontent2/source/text/smath/guide.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
-"PO-Revision-Date: 2011-06-26 16:10+0200\n"
-"Last-Translator: kendy <kendy@suse.cz>\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2012-02-29 22:06+0200\n"
+"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: comment.xhp#tit.help.text
@@ -202,7 +202,7 @@ msgstr "Nyní je vzorec kompletní. Klepněte do textového dokumentu mimo vzore
#: limits.xhp#par_id9406414.help.text
msgid "In the same way, you can enter an Integral formula with limits. When you click an icon from the Elements window, the assigned text command is inserted in the input window. If you know the text commands, you can enter the commands directly in the input window."
-msgstr "Stejným způsobem můžete zadat vzorec integrálu s mezemi. Když klepnete na ikonu v okně Prvky vzorce, vloží se do vstupního okna odpovídající textový příkaz. Pokud znáte textové příkazy, můžete je zadat přímo do vstupního okna."
+msgstr "Stejným způsobem můžete zadat vzorec integrálu s mezemi. Když klepnete na ikonu v okně Prvky, vloží se do vstupního okna odpovídající textový příkaz. Pokud znáte textové příkazy, můžete je zadat přímo do vstupního okna."
#: limits.xhp#par_id5866267.help.text
msgctxt "limits.xhp#par_id5866267.help.text"
diff --git a/translations/source/cs/helpcontent2/source/text/swriter.po b/translations/source/cs/helpcontent2/source/text/swriter.po
index 67c11afa51b..5ef9ab20525 100644
--- a/translations/source/cs/helpcontent2/source/text/swriter.po
+++ b/translations/source/cs/helpcontent2/source/text/swriter.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+helpcontent2%2Fsource%2Ftext%2Fswriter.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-06-18 21:48+0200\n"
"Last-Translator: kendy <kendy@suse.cz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/cs/helpcontent2/source/text/swriter/00.po b/translations/source/cs/helpcontent2/source/text/swriter/00.po
index 77472fea0e0..60ecdb25f4f 100644
--- a/translations/source/cs/helpcontent2/source/text/swriter/00.po
+++ b/translations/source/cs/helpcontent2/source/text/swriter/00.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-17 21:32+0200\n"
"Last-Translator: Jindřich <khagaroth@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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 00000402.xhp#tit.help.text
diff --git a/translations/source/cs/helpcontent2/source/text/swriter/01.po b/translations/source/cs/helpcontent2/source/text/swriter/01.po
index 295371238d0..d7b8577f936 100644
--- a/translations/source/cs/helpcontent2/source/text/swriter/01.po
+++ b/translations/source/cs/helpcontent2/source/text/swriter/01.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-28 15:36+0200\n"
"Last-Translator: Stanislav <stanislav.horacek@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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: mailmerge04.xhp#tit.help.text
diff --git a/translations/source/cs/helpcontent2/source/text/swriter/02.po b/translations/source/cs/helpcontent2/source/text/swriter/02.po
index 1a6c385a46c..ef0de3ca9e6 100644
--- a/translations/source/cs/helpcontent2/source/text/swriter/02.po
+++ b/translations/source/cs/helpcontent2/source/text/swriter/02.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-17 21:32+0200\n"
"Last-Translator: Jindřich <khagaroth@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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 04250000.xhp#tit.help.text
diff --git a/translations/source/cs/helpcontent2/source/text/swriter/04.po b/translations/source/cs/helpcontent2/source/text/swriter/04.po
index f21860fc3b6..35bea92bf3d 100644
--- a/translations/source/cs/helpcontent2/source/text/swriter/04.po
+++ b/translations/source/cs/helpcontent2/source/text/swriter/04.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-17 22:44+0200\n"
"Last-Translator: Jindřich <khagaroth@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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 01020000.xhp#tit.help.text
diff --git a/translations/source/cs/helpcontent2/source/text/swriter/guide.po b/translations/source/cs/helpcontent2/source/text/swriter/guide.po
index fe1a81ac3dc..f9a99ab0fd9 100644
--- a/translations/source/cs/helpcontent2/source/text/swriter/guide.po
+++ b/translations/source/cs/helpcontent2/source/text/swriter/guide.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-02-08 23:04+0200\n"
"Last-Translator: Jindřich <khagaroth@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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: nonprintable_text.xhp#tit.help.text
@@ -5563,7 +5563,7 @@ msgid "There are several ways to create a table in a text document. You can inse
msgstr "Pro vytvoření tabulky v textovém dokumentu existuje více možností. Tabulku je možné vložit pomocí panelu nástrojů Vložit, pomocí příkazu z nabídky nebo ze sešitu tabulkového procesoru."
#: table_insert.xhp#hd_id3155908.33.help.text
-msgid "To Insert a Table From the Insert Toolbar"
+msgid "To Insert a Table From a Toolbar"
msgstr ""
#: table_insert.xhp#par_id3155861.34.help.text
@@ -5572,8 +5572,8 @@ msgid "Place the cursor in your document where you want to insert the table."
msgstr "Umístěte kurzor na místo v dokumentu, kam si přejete vložit tabulku."
#: table_insert.xhp#par_id3147416.28.help.text
-msgid "On the <emph>Standard</emph> bar, click the arrow next to the <emph>Table</emph> icon."
-msgstr "Na panelu nástrojů <emph>Standardní</emph> klepněte na šipku vedle ikony <emph>Tabulka</emph>."
+msgid "On the <emph>Standard</emph> or the <emph>Insert</emph> bar, click the arrow next to the <emph>Table</emph> icon."
+msgstr ""
#: table_insert.xhp#par_id3153398.29.help.text
msgid "In the table grid, drag to select the numbers of rows and columns that you want, and then release."
diff --git a/translations/source/cs/instsetoo_native/inc_openoffice/windows/msi_languages.po b/translations/source/cs/instsetoo_native/inc_openoffice/windows/msi_languages.po
index b0e137f17e8..70a505c739d 100644
--- a/translations/source/cs/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/translations/source/cs/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-27 23:18+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-22 00:09+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
@@ -130,7 +130,7 @@ msgstr "Instalace {[ProductName] }se nezdařila."
#: Error.ulf#OOO_ERROR_25.LngText.text
msgid "Error reading from file: [2]. {{ System error [3].}} Verify that the file exists and that you can access it."
-msgstr "Chyba při čtení ze souboru: [2]. {{ Systémová chyba [3].}} Ověřte, zda soubor existuje a máte k němu přístup."
+msgstr "Při čtení souboru [2] došlo k chybě. {{ Systémová chyba [3].}} Přesvědčte se, zda soubor existuje a máte k němu přístup."
#: Error.ulf#OOO_ERROR_26.LngText.text
msgid "Cannot create the file [3]. A directory with this name already exists. Cancel the installation and try installing to a different location."
@@ -166,11 +166,11 @@ msgstr "Zdrojový soubor nebyl nalezen: [2]. Ověřte, zda soubor existuje a má
#: Error.ulf#OOO_ERROR_34.LngText.text
msgid "Error reading from file: [3]. {{ System error [2].}} Verify that the file exists and that you can access it."
-msgstr "Chyba při čtení ze souboru: [3]. {{ Systémová chyba [2].}} Ověřte, zda soubor existuje a je přístupný."
+msgstr "Při čtení souboru [3] došlo k chybě. {{ Systémová chyba [2].}} Přesvědčte se, zda soubor existuje a máte k němu přístup."
#: Error.ulf#OOO_ERROR_35.LngText.text
msgid "Error writing to file: [3]. {{ System error [2].}} Verify that you have access to that directory."
-msgstr "Chyba při zápisu do souboru: [3]. {{Systémová chyba [2].}} Ověřte, zda máte přístup do adresáře."
+msgstr "Při zápisu do souboru [3] došlo k chybě. {{Systémová chyba [2].}} Přesvědčte se, zda máte přístup do adresáře."
#: Error.ulf#OOO_ERROR_36.LngText.text
msgid "Source file not found{{(cabinet)}}: [2]. Verify that the file exists and that you can access it."
@@ -178,7 +178,7 @@ msgstr "Zdrojový soubor nenalezen{{(cabinet)}}: [2]. Ověřte, zda soubor exist
#: Error.ulf#OOO_ERROR_37.LngText.text
msgid "Cannot create the directory [2]. A file with this name already exists. Please rename or remove the file and click Retry, or click Cancel to exit."
-msgstr "Nelze vytvořit adresář [2]. Již existuje soubor stejného jména. Přejmenujte nebo odstraňte tento soubor a klepněte na tlačítko Opakovat. Klepnutím na Storno je možné ukončit instalaci."
+msgstr "Adresář [2] nelze vytvořit. Již existuje soubor se stejným názvem. Soubor přejmenujte nebo odstraňte a klikněte na tlačítko Opakovat. Kliknutím na tlačítko Storno instalaci ukončíte."
#: Error.ulf#OOO_ERROR_38.LngText.text
msgid "The volume [2] is currently unavailable. Please select another."
@@ -194,7 +194,7 @@ msgstr "Nelze zapisovat do určené složky [2]."
#: Error.ulf#OOO_ERROR_41.LngText.text
msgid "A network error occurred while attempting to read from the file [2]"
-msgstr "Při pokusu o čtení ze souboru [2] došlo k síťové chybě."
+msgstr "Při pokusu o čtení souboru [2] došlo k síťové chybě."
#: Error.ulf#OOO_ERROR_42.LngText.text
msgid "An error occurred while attempting to create the directory [2]"
@@ -234,7 +234,7 @@ msgstr "[2] není platné krátký název souboru."
#: Error.ulf#OOO_ERROR_51.LngText.text
msgid "Error getting file security: [3] GetLastError: [2]"
-msgstr "Chyba při získávání oprávnění souboru: [3] GetLastError: [2]"
+msgstr "Při získávání zabezpečení souboru [3] došlo k chybě GetLastError: [2]"
#: Error.ulf#OOO_ERROR_52.LngText.text
msgid "Invalid Drive: [2]"
@@ -242,7 +242,7 @@ msgstr "Neplatný svazek: [2]"
#: Error.ulf#OOO_ERROR_53.LngText.text
msgid "Error applying patch to file [2]. It has probably been updated by other means, and can no longer be modified by this patch. For more information contact your patch vendor. {{System Error: [3]}}"
-msgstr "Chyba při použití záplaty souboru [2]. Soubor byl pravděpodobně aktualizován jiným způsobem a tato záplata jej již nemůže upravit. Více informací získáte od dodavatele záplaty. {{Systémová chyba: [3]}}"
+msgstr "Při instalaci opravy souboru [2] došlo k chybě. Soubor byl pravděpodobně aktualizován jiným způsobem a tuto opravu již u něj nelze použít. Další informace získáte od dodavatele opravy. {{Systémová chyba: [3]}}"
#: Error.ulf#OOO_ERROR_54.LngText.text
msgid "Could not create key [2]. {{ System error [3].}} Verify that you have sufficient access to that key, or contact your support personnel."
@@ -290,7 +290,7 @@ msgstr "Probíhá jiná instalace. Nejprve je nutné dokončit předchozí insta
#: Error.ulf#OOO_ERROR_65.LngText.text
msgid "Error accessing secured data. Please make sure the Windows Installer is configured properly and try the installation again."
-msgstr "Chyba při přístupu k zabezpečeným datům. Ověřte, zda je služba Windows Installer správně nakonfigurována a zkuste instalaci spustit znovu."
+msgstr "Při přístupu k zabezpečeným datům došlo k chybě. Ověřte, zda je služba Windows Installer správně nakonfigurována a zkuste instalaci spustit znovu."
#: Error.ulf#OOO_ERROR_66.LngText.text
msgid "User [2] has previously initiated an installation for product [3]. That user will need to run that installation again before using that product. Your current installation will now continue."
@@ -419,7 +419,7 @@ msgstr "Nelze určit platnou cílovou složku pro instalaci."
#: Error.ulf#OOO_ERROR_97.LngText.text
msgid "Error attempting to read from the source installation database: [2]."
-msgstr "Chyba při pokusu o čtení zdrojové instalační databáze: [2]."
+msgstr "Došlo k chybě při čtení ze zdrojové instalační databáze: [2]."
#: Error.ulf#OOO_ERROR_98.LngText.text
msgid "Scheduling reboot operation: Renaming file [2] to [3]. Must reboot to complete operation."
@@ -491,7 +491,7 @@ msgstr "Chyba při instalaci ovladače ODBC [4], chyba ODBC [2]: [3]. Ověřte,
#: Error.ulf#OOO_ERROR_115.LngText.text
msgid "Error configuring ODBC data source [4], ODBC error [2]: [3]. Verify that the file [4] exists and that you can access it."
-msgstr "Chyba při nastavení datového zdroje ODBC [4], chyba ODBC [2]: [3]. Ověřte, zda soubor [4] existuje a máte k němu přístup."
+msgstr "Při nastavení datového zdroje ODBC [4] došlo k chybě, chyba ODBC [2]: [3]. Ověřte, zda soubor [4] existuje a máte k němu přístup."
#: Error.ulf#OOO_ERROR_116.LngText.text
msgid "Service [2] ([3]) failed to start. Verify that you have sufficient privileges to start system services."
@@ -527,11 +527,11 @@ msgstr "Na tomto počítači není nainstalována služba Component Services (CO
#: Error.ulf#OOO_ERROR_124.LngText.text
msgid "Error registering COM+ application. Contact your support personnel for more information."
-msgstr "Chyba při registraci aplikace COM+. Kontaktujte technickou podporu."
+msgstr "Při registraci aplikace COM+ došlo k chybě. Kontaktujte technickou podporu."
#: Error.ulf#OOO_ERROR_125.LngText.text
msgid "Error unregistering COM+ application. Contact your support personnel for more information."
-msgstr "Chyba při odstraňování registrace aplikace COM+. Kontaktujte technickou podporu."
+msgstr "Při rušení registrace aplikace COM+ došlo k chybě. Kontaktujte technickou podporu."
#: Error.ulf#OOO_ERROR_126.LngText.text
msgid "The description for service '[2]' ([3]) could not be changed."
@@ -2278,7 +2278,7 @@ msgstr "Aktualizace řetězců prostředí"
#: ActionTe.ulf#OOO_ACTIONTEXT_70.LngText.text
msgctxt "ActionTe.ulf#OOO_ACTIONTEXT_70.LngText.text"
msgid "Name: [1], Value: [2], Action [3]"
-msgstr "Jméno: [1], Hodnota: [2], Činnost [3]"
+msgstr "Název: [1], Hodnota: [2], Činnost [3]"
#: ActionTe.ulf#OOO_ACTIONTEXT_71.LngText.text
msgid "Removing applications"
@@ -2500,7 +2500,7 @@ msgstr "Aktualizace řetězců prostředí"
#: ActionTe.ulf#OOO_ACTIONTEXT_120.LngText.text
msgctxt "ActionTe.ulf#OOO_ACTIONTEXT_120.LngText.text"
msgid "Name: [1], Value: [2], Action [3]"
-msgstr "Jméno: [1], Hodnota: [2], Činnost [3]"
+msgstr "Název: [1], Hodnota: [2], Činnost [3]"
#: ActionTe.ulf#OOO_ACTIONTEXT_121.LngText.text
msgid "Writing INI file values"
diff --git a/translations/source/cs/mysqlc/source.po b/translations/source/cs/mysqlc/source.po
index 50a45cdf51e..f70144af9a8 100644
--- a/translations/source/cs/mysqlc/source.po
+++ b/translations/source/cs/mysqlc/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-17 15:58+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/translations/source/cs/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index c22d6b0316e..cdfd09a3497 100644
--- a/translations/source/cs/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/translations/source/cs/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:28+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/translations/source/cs/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
index 729fe982193..50f850855c7 100644
--- a/translations/source/cs/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
+++ b/translations/source/cs/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fhelp%2Fen%2Fcom.sun.star.comp.Calc.NLPSolver.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-23 23:35+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-25 15:57+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\n"
@@ -199,7 +199,7 @@ msgstr "Nezávisle na tom, zda použijete DEPS nebo SCO, začnete vždy zvolení
#: Usage.xhp#par_id0603200910430821.help.text
msgid "There is also a list of constraints you can use to restrict the possible range of solutions or to penalize certain conditions. However, in case of the evolutionary solvers DEPS and SCO, these constraints are also used to specify bounds on the variables of the problem. Due to the random nature of the algorithms, it is <emph>highly recommended</emph> to do so and give upper (and in case \"Assume Non-Negative Variables\" is turned off also lower) bounds for all variables. They don't have to be near the actual solution (which is probably unknown) but should give a rough indication of the expected size (0 ≤ var ≤ 1 or maybe -1000000 ≤ var ≤ 1000000)."
-msgstr "K dispozici je také seznam omezení, které lze použít k omezení možného rozsahu řešení, nebo penalizaci určitých podmínek. Při použití evolučních řešitelů DEPS a SCO však tato omezení slouží také ke stanovení mezí proměnných problému. Vzhledem k nahodilé povaze algoritmů je <emph>výrazně doporučeno</emph> nastavit horní (a v případě, že je vypnuto \"Předpokládat nezáporné proměnné\" i dolní) meze všech proměnných. Nemusejí být v blízkosti aktuálního řešení (které je pravděpodobně neznámé), ale měli by přibližně udávat očekávanou velikost (0 ≤ var ≤ 1 nebo možná -1000000 ≤ var ≤ 1000000)."
+msgstr "K dispozici je také seznam omezení, které lze použít k omezení možného rozsahu řešení, nebo penalizaci určitých podmínek. Při použití evolučních řešitelů DEPS a SCO však tato omezení slouží také ke stanovení mezí proměnných problému. Vzhledem k nahodilé povaze algoritmů je <emph>výrazně doporučeno</emph> nastavit horní (a v případě, že je vypnuto \"Předpokládat nezáporné proměnné\" i dolní) meze všech proměnných. Nemusejí být v blízkosti aktuálního řešení (které je pravděpodobně neznámé), ale měli by přibližně udávat očekávanou velikost (0 ≤ var ≤ 1 nebo možná -1 000 000 ≤ var ≤ 1 000 000)."
#: Usage.xhp#par_id0603200910430873.help.text
msgid "Bounds are specified by selecting one or more variables (as range) on the left side and entering a numerical value (not a cell or a formula) on the right side. That way you can also choose one or more variables to be <emph>Integer</emph> or <emph>Binary</emph> only."
diff --git a/translations/source/cs/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/translations/source/cs/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
index b6646c041d0..083e2a982cf 100644
--- a/translations/source/cs/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
+++ b/translations/source/cs/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fsrc%2Fcom%2Fsun%2Fstar%2Fcomp%2FCalc%2FNLPSolver.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-27 12:14+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/nlpsolver/src/locale.po b/translations/source/cs/nlpsolver/src/locale.po
index 0f4a7369454..334701a1e0c 100644
--- a/translations/source/cs/nlpsolver/src/locale.po
+++ b/translations/source/cs/nlpsolver/src/locale.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+nlpsolver%2Fsrc%2Flocale.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-22 18:31+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.AssumeNonNegative.property.text
diff --git a/translations/source/cs/officecfg/registry/data/org/openoffice/Office.po b/translations/source/cs/officecfg/registry/data/org/openoffice/Office.po
index 3ce335a9c46..c942177d248 100644
--- a/translations/source/cs/officecfg/registry/data/org/openoffice/Office.po
+++ b/translations/source/cs/officecfg/registry/data/org/openoffice/Office.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.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-30 23:47+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-20 22:03+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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
@@ -33,7 +33,7 @@ msgstr "Příjmení"
#: DataAccess.xcu#..DataAccess.DriverSettings.com.sun.star.comp.sdbc.MozabDriver.ColumnAliases.DisplayName.value.text
msgid "Display Name"
-msgstr "Jméno pro zobrazení"
+msgstr "Zobrazované jméno"
#: DataAccess.xcu#..DataAccess.DriverSettings.com.sun.star.comp.sdbc.MozabDriver.ColumnAliases.NickName.value.text
msgctxt "DataAccess.xcu#..DataAccess.DriverSettings.com.sun.star.comp.sdbc.MozabDriver.ColumnAliases.NickName.value.text"
diff --git a/translations/source/cs/officecfg/registry/data/org/openoffice/Office/UI.po b/translations/source/cs/officecfg/registry/data/org/openoffice/Office/UI.po
index 7a23770d304..b6455e82d42 100644
--- a/translations/source/cs/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/cs/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-02-18 21:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-03-03 11:44+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
@@ -2440,7 +2440,7 @@ msgstr "Stránka s poznámkami"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_HandoutMode.Label.value.text
msgid "H~andout Page"
-msgstr "Stránka s tezemi"
+msgstr "Stránka s podklady"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_DeletePage.Label.value.text
msgid "D~elete Slide"
@@ -2639,7 +2639,7 @@ msgstr "Čárová spojnice s kružnicí"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_GraphicDraft.Label.value.text
msgid "Picture Placeholders"
-msgstr "Zástupce za obrázek"
+msgstr "Zástupné znaky obrázků"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_FillDraft.Label.value.text
msgid "Contour Mode"
@@ -2647,7 +2647,7 @@ msgstr "Obrysový režim"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_TextDraft.Label.value.text
msgid "Text Placeholders"
-msgstr "Zástupné znaky pro text"
+msgstr "Zástupné znaky textů"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_LineDraft.Label.value.text
msgid "Line Contour Only"
@@ -7295,7 +7295,7 @@ msgstr "Seznam"
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_Combobox.Label.value.text
msgctxt "GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_Combobox.Label.value.text"
msgid "Combo Box"
-msgstr "Kombinované pole"
+msgstr "Pole se seznamem"
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_Spinbutton.Label.value.text
msgctxt "GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_Spinbutton.Label.value.text"
@@ -8150,6 +8150,10 @@ msgstr "Stav metody vstupu"
msgid "Optio~n Bar"
msgstr "Lišta možností"
+#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_SendFeedback.Label.value.text
+msgid "Send Feedback..."
+msgstr "Zašlete nám váš názor..."
+
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_ShowLicense.Label.value.text
msgid "License Information..."
msgstr "Informace o licenci..."
@@ -8297,7 +8301,7 @@ msgstr "Seznam"
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_ComboBox.Label.value.text
msgctxt "GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_ComboBox.Label.value.text"
msgid "Combo Box"
-msgstr "Kombinované pole"
+msgstr "Pole se seznamem"
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_Grid.Label.value.text
msgid "Table Control"
@@ -8596,7 +8600,7 @@ msgstr "Nahradit seskupením"
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_ConvertToCombo.Label.value.text
msgid "Replace with Combo Box"
-msgstr "Nahradit kombinovaným polem"
+msgstr "Nahradit polem se seznamem"
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_ConvertToImageBtn.Label.value.text
msgid "Replace with Image Button"
@@ -8986,7 +8990,7 @@ msgstr "Více slovníků online..."
#: GenericCommands.xcu#..GenericCommands.UserInterface.Popups..uno_ActivateStyleApply.Label.value.text
msgid "Set Focus in Combo Box"
-msgstr "Přepnout na kombinované pole"
+msgstr "Přepnout na pole se seznamem"
#: GenericCommands.xcu#..GenericCommands.UserInterface.Popups..uno_MacroOrganizer.Label.value.text
msgid "%PRODUCTNAME Basic Macro Organizer..."
@@ -10622,7 +10626,7 @@ msgstr "Vložit..."
#: CalcCommands.xcu#..CalcCommands.UserInterface.Commands..uno_CreateNames.Label.value.text
msgid "~Create Names..."
-msgstr "Vytvořit jména..."
+msgstr "Vytvořit názvy..."
#: CalcCommands.xcu#..CalcCommands.UserInterface.Commands..uno_CreateNames.ContextLabel.value.text
msgctxt "CalcCommands.xcu#..CalcCommands.UserInterface.Commands..uno_CreateNames.ContextLabel.value.text"
@@ -10631,7 +10635,7 @@ msgstr "Vytvořit..."
#: CalcCommands.xcu#..CalcCommands.UserInterface.Commands..uno_ApplyNames.Label.value.text
msgid "Assign Names"
-msgstr "Přiřadit jména"
+msgstr "Přiřadit názvy"
#: CalcCommands.xcu#..CalcCommands.UserInterface.Commands..uno_InsertCellsDown.Label.value.text
msgid "Insert Cells Down"
diff --git a/translations/source/cs/padmin/source.po b/translations/source/cs/padmin/source.po
index ff45a16bbf1..77289433220 100644
--- a/translations/source/cs/padmin/source.po
+++ b/translations/source/cs/padmin/source.po
@@ -3,21 +3,21 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-29 23:17+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-20 23:44+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: padialog.src#RID_FONTIMPORT_DIALOG.RID_FIMP_TXT_HELP.fixedtext.text
msgid "Please select the folder from which you want to import fonts. Add the selected fonts by clicking the OK button."
-msgstr "Vyberte prosím adresář, ze kterého chcete importovat písma. Vybraná písma přidejte klepnutím na tlačítko OK."
+msgstr "Vyberte adresář, ze kterého chcete importovat písma. Vybraná písma přidejte klepnutím na tlačítko OK."
#: padialog.src#RID_FONTIMPORT_DIALOG.RID_FIMP_FL_FROM.fixedline.text
msgid "Source directory"
@@ -182,7 +182,7 @@ msgstr "Nelze otevřít tiskárnu %s."
#: padialog.src#RID_PA_TXT_TESTPAGE_PRINTED.string.text
msgid "The test page was printed succesfully. Please check the result."
-msgstr "Testovací stránka byla úspěšně vytištěna. Zkontrolujte prosím výsledek."
+msgstr "Testovací stránka byla úspěšně vytištěna. Zkontrolujte výsledek."
#: padialog.src#RID_ERR_NOWRITE.string.text
msgid ""
@@ -335,7 +335,7 @@ msgstr "Adresář s ovladačem"
#: padialog.src#RID_PPDIMPORT_DLG.RID_PPDIMP_TXT_PATH.fixedtext.text
msgid "Please select the driver directory."
-msgstr "Zvolte prosím adresář s ovladačem."
+msgstr "Zvolte adresář s ovladačem."
#: padialog.src#RID_PPDIMPORT_DLG.RID_PPDIMP_BTN_SEARCH.pushbutton.text
msgid "Browse..."
@@ -347,7 +347,7 @@ msgstr "Výběr ovladačů"
#: padialog.src#RID_PPDIMPORT_DLG.RID_PPDIMP_TXT_DRIVER.fixedtext.text
msgid "Please select the drivers to install and press \"%s\"."
-msgstr "Zvolte prosím ovladače k instalaci a stiskněte \"%s\"."
+msgstr "Zvolte ovladače k instalaci a klikněte na \"%s\"."
#: padialog.src#RID_PPDIMPORT_DLG.RID_PPDIMP_STR_LOADINGPPD.string.text
msgid "Searching for drivers"
@@ -434,7 +434,7 @@ msgstr "Vyberte ovladač"
#: padialog.src#RID_ADDP_PAGE_CHOOSEDRIVER.RID_ADDP_CHDRV_TXT_DRIVER.fixedtext.text
msgid "Please select a s~uitable driver."
-msgstr "Vyberte prosím odpovídající ovladač."
+msgstr "Vyberte odpovídající ovladač."
#: padialog.src#RID_ADDP_PAGE_CHOOSEDRIVER.RID_ADDP_CHDRV_BTN_ADD.pushbutton.text
msgid "~Import..."
@@ -478,15 +478,15 @@ msgstr "Vyberte název"
#: padialog.src#RID_ADDP_PAGE_NAME.RID_ADDP_NAME_TXT_NAME.fixedtext.text
msgid "Please enter a name for the printer."
-msgstr "Zvolte prosím název tiskárny."
+msgstr "Zadejte název tiskárny."
#: padialog.src#RID_ADDP_PAGE_NAME.RID_ADDP_NAME_TXT_FAXNAME.fixedtext.text
msgid "Please enter a name for the fax connection."
-msgstr "Zvolte prosím název faxu."
+msgstr "Zadejte název faxu."
#: padialog.src#RID_ADDP_PAGE_NAME.RID_ADDP_NAME_TXT_PDFNAME.fixedtext.text
msgid "Please enter a name for the PDF connection."
-msgstr "Zvolte prosím název propojení PDF."
+msgstr "Zadejte název propojení PDF."
#: padialog.src#RID_ADDP_PAGE_NAME.RID_ADDP_NAME_EDT_FAXNAME.edit.text
msgid "Fax printer"
@@ -511,7 +511,7 @@ msgstr "Vyberte příkazovou řádku"
#: padialog.src#RID_ADDP_PAGE_COMMAND.RID_ADDP_CMD_TXT_COMMAND.fixedtext.text
msgid "Please enter a c~ommand line appropriate for this device."
-msgstr "Zadejte prosím příkazovou řádku odpovídající pro toto zařízení."
+msgstr "Zadejte odpovídající příkazy pro toto zařízení."
#: padialog.src#RID_ADDP_PAGE_COMMAND.RID_ADDP_CMD_TXT_PDFDIR.fixedtext.text
msgid "PDF ~target directory"
@@ -537,7 +537,7 @@ msgstr "Importovat tiskárny ze starší verze"
#: padialog.src#RID_ADDP_PAGE_OLDPRINTERS.RID_ADDP_OLD_TXT_PRINTERS.fixedtext.text
msgid "~These printers can be imported. Please select the ones you want to import."
-msgstr "Tyto tiskárny mohou být importovány. Zvolte prosím ty, které chcete importovat."
+msgstr "Mohou být naimportovány tyto tiskárny. Zvolte ty, které chcete naimportovat."
#: padialog.src#RID_ADDP_PAGE_OLDPRINTERS.RID_ADDP_OLD_BTN_SELECTALL.pushbutton.text
msgctxt "padialog.src#RID_ADDP_PAGE_OLDPRINTERS.RID_ADDP_OLD_BTN_SELECTALL.pushbutton.text"
@@ -874,11 +874,11 @@ msgstr "Výchozí"
#: rtsetup.src#RID_TXT_QUERYFAXNUMBER.string.text
msgid "Please enter the fax number."
-msgstr "Zadejte prosím faxové číslo."
+msgstr "Zadejte číslo faxu."
#: rtsetup.src#RID_RTS_PWDIALOG.RID_RTS_PWDIALOG_TXT.fixedtext.text
msgid "Please enter your authentication data for server %s"
-msgstr "Zadejte prosím své přihlašovací údaje pro server %s"
+msgstr "Zadejte přihlašovací údaje pro server %s"
#: rtsetup.src#RID_RTS_PWDIALOG.RID_RTS_PWDIALOG_USER_TXT.fixedtext.text
msgid "~User"
diff --git a/translations/source/cs/readlicense_oo/docs/readme.po b/translations/source/cs/readlicense_oo/docs/readme.po
index 963d672dcf6..bc89ac4acef 100644
--- a/translations/source/cs/readlicense_oo/docs/readme.po
+++ b/translations/source/cs/readlicense_oo/docs/readme.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-29 19:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-21 19:54+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
@@ -169,7 +169,7 @@ msgstr "Doporučeným dobrým zvykem je zálohovat svůj systém a data před t
#: readme.xrm#Precautions.Precautions.readmeitem.text
msgid "Please make sure you have enough free memory in the temporary directory on your system, and please ensure that read, write and run access rights have been granted. Close all other programs before starting the installation process."
-msgstr "Prosím ujistěte se, že máte dostatek volného místa v dočasném adresáři svého systému, a také, že máte právo číst, zapisovat a spouštět programy. Před tím, než spustíte instalaci, ukončete všechny programy."
+msgstr "Ujistěte se, že máte dostatek volného místa v dočasném adresáři systému, a také, že máte právo číst, zapisovat a spouštět programy. Před spuštěním instalace ukončete všechny ostatní programy."
#: readme.xrm#sdfsdfgf42s.sdfsdfgf42s.readmeitem.text
msgid "Installation of ${PRODUCTNAME} on Debian/Ubuntu-based Linux systems"
@@ -280,9 +280,13 @@ msgstr "Pro systémy založené na Fedoře: su -c 'yum install *freedesktop*.rpm
msgid "For Mandriva-based systems: sudo urpmi *mandriva*.rpm"
msgstr "Pro systémy založené na Mandrivě: sudo urpmi *.rpm"
+#: readme.xrm#rpminstallF.rpminstallF.readmeitem.text
+msgid "For SUSE-based systems: rpm -Uvh *suse*.rpm"
+msgstr "Pro systémy založené na SUSE: rpm -Uvh *suse*.rpm"
+
#: readme.xrm#rpminstallD.rpminstallD.readmeitem.text
-msgid "For other RPM-based systems (Suse, etc.): rpm -Uvh *suse*.rpm"
-msgstr "Pro ostatní systémy používající RPM (Suse, atd.): rpm -Uvh *.rpm"
+msgid "For other RPM-based systems: rpm -Uvh *freedesktop*.rpm"
+msgstr "Pro ostatní systémy používající RPM: rpm -Uvh *freedesktop*.rpm"
#: readme.xrm#rpminstallE.rpminstallE.readmeitem.text
msgctxt "readme.xrm#rpminstallE.rpminstallE.readmeitem.text"
@@ -361,7 +365,7 @@ msgstr "Potíže se spuštěním aplikace"
#: readme.xrm#abcdef.abcdef.readmeitem.text
msgid "Difficulties starting ${PRODUCTNAME} (e.g. applications hang) as well as problems with the screen display are often caused by the graphics card driver. If these problems occur, please update your graphics card driver or try using the graphics driver delivered with your operating system. Difficulties displaying 3D objects can often be solved by deactivating the option \"Use OpenGL\" under 'Tools - Options - ${PRODUCTNAME} - View - 3D view'."
-msgstr "Potíže při spouštění ${PRODUCTNAME} (např. zaseknutí aplikace) i problémy s obrazovkou často způsobuje ovladač grafické karty. Pokud dochází k potížím, aktualizujte prosím ovladač grafické karty nebo vyzkoušejte ovladač dodaný s operačním systémem. Problémy se zobrazením 3D objektů lze často vyřešit vypnutím volby \"Použít OpenGL\" v nabídce \"Nástroje - Možnosti... - ${PRODUCTNAME} - Zobrazení - 3D zobrazení\"."
+msgstr "Potíže při spouštění ${PRODUCTNAME} (např. zaseknutí aplikace) i problémy s obrazovkou často způsobuje ovladač grafické karty. Pokud dochází k potížím, aktualizujte ovladač grafické karty nebo vyzkoušejte ovladač dodaný s operačním systémem. Problémy se zobrazením 3D objektů lze často vyřešit vypnutím volby \"Použít OpenGL\" v nabídce \"Nástroje - Možnosti... - ${PRODUCTNAME} - Zobrazení - 3D zobrazení\"."
#: readme.xrm#naso.naso.readmeitem.text
msgid "ALPS/Synaptics notebook touchpads in Windows"
@@ -441,7 +445,7 @@ msgstr "Uživatelská podpora"
#: readme.xrm#support1.support1.readmeitem.text
msgid "The main support page <a href=\"http://www.libreoffice.org/support/\">http://www.libreoffice.org/support/</a> offers various possibilities for help with ${PRODUCTNAME}. Your question may have already been answered - check the Community Forum at <a href=\"http://www.documentfoundation.org/nabble/\">http://www.documentfoundation.org/nabble/</a> or search the archives of the 'users@libreoffice.org' mailing list at <a href=\"http://www.libreoffice.org/lists/users/\">http://www.libreoffice.org/lists/users/</a>. Alternatively, you can send in your questions to <a href=\"mailto:users@libreoffice.org\">users@libreoffice.org</a>. If you like to subscribe to the list (to get email responses), send an empty mail to: <a href=\"mailto:users+subscribe@libreoffice.org\">users+subscribe@libreoffice.org</a>."
-msgstr "Stránka podpory <a href=\"http://www.libreoffice.org/support/\">http://www.libreoffice.org/support/</a> nabízí různé možnosti pomoci s ${PRODUCTNAME}. Jelikož vaše otázka mohla být již zodpovězena, zkontrolujte prosím komunitní fórum na <a href=\"http://www.documentfoundation.org/nabble/\">http://www.documentfoundation.org/nabble/</a> a prohledejte archiv e-mailové konference 'users@libreoffice.org' na adrese <a href=\"http://www.libreoffice.org/lists/users/\">http://www.libreoffice.org/lists/users/</a>. Případně můžete zaslat svoji otázku e-mailem na <a href=\"mailto:users@libreoffice.org\">users@libreoffice.org</a>. Pokud se chcete přihlásit do konference (a odebírat e-mailem odpovědi), zašlete prázdný e-mail na adresu <a href=\"mailto:users+subscribe@libreoffice.org\">users+subscribe@libreoffice.org</a>."
+msgstr "Stránka podpory <a href=\"http://www.libreoffice.org/support/\">http://www.libreoffice.org/support/</a> nabízí různé možnosti pomoci s ${PRODUCTNAME}. Jelikož vaše otázka mohla být již zodpovězena, zkontrolujte komunitní fórum na <a href=\"http://www.documentfoundation.org/nabble/\">http://www.documentfoundation.org/nabble/</a> a prohledejte archiv e-mailové konference 'users@libreoffice.org' na adrese <a href=\"http://www.libreoffice.org/lists/users/\">http://www.libreoffice.org/lists/users/</a>. Případně můžete zaslat svoji otázku e-mailem na <a href=\"mailto:users@libreoffice.org\">users@libreoffice.org</a>. Pokud se chcete přihlásit do konference (a odebírat e-mailem odpovědi), zašlete prázdný e-mail na adresu <a href=\"mailto:users+subscribe@libreoffice.org\">users+subscribe@libreoffice.org</a>."
#: readme.xrm#faq.faq.readmeitem.text
msgid "Also check the FAQ section at <a href=\"http://www.libreoffice.org/faq/\">http://www.libreoffice.org/faq/.</a>"
diff --git a/translations/source/cs/reportbuilder/java/com/sun/star/report/function/metadata.po b/translations/source/cs/reportbuilder/java/com/sun/star/report/function/metadata.po
index 0be84d3ff9d..b7e9160b3a4 100644
--- a/translations/source/cs/reportbuilder/java/com/sun/star/report/function/metadata.po
+++ b/translations/source/cs/reportbuilder/java/com/sun/star/report/function/metadata.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fjava%2Fcom%2Fsun%2Fstar%2Freport%2Ffunction%2Fmetadata.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-18 21:13+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/reportbuilder/registry/data/org/openoffice/Office.po b/translations/source/cs/reportbuilder/registry/data/org/openoffice/Office.po
index a3b19613248..1ee3b3a5c99 100644
--- a/translations/source/cs/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/translations/source/cs/reportbuilder/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:29+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/reportbuilder/registry/data/org/openoffice/Office/UI.po b/translations/source/cs/reportbuilder/registry/data/org/openoffice/Office/UI.po
index 63d8d7fc4d9..19fa1c4b78c 100644
--- a/translations/source/cs/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/cs/reportbuilder/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+reportbuilder%2Fregistry%2Fdata%2Forg%2Fopenoffice%2FOffice%2FUI.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-30 18:27+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/translations/source/cs/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index 537311cc008..8a68d5fd7f7 100644
--- a/translations/source/cs/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/translations/source/cs/reportbuilder/registry/data/org/openoffice/TypeDetection.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+reportbuilder%2Fregistry%2Fdata%2Forg%2Fopenoffice%2FTypeDetection.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-26 22:40+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/reportbuilder/util.po b/translations/source/cs/reportbuilder/util.po
index 44739621e34..84a29b276ad 100644
--- a/translations/source/cs/reportbuilder/util.po
+++ b/translations/source/cs/reportbuilder/util.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-18 21:07+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/reportdesign/source/core/resource.po b/translations/source/cs/reportdesign/source/core/resource.po
index 61e71435b1a..1801f33d405 100644
--- a/translations/source/cs/reportdesign/source/core/resource.po
+++ b/translations/source/cs/reportdesign/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-23 12:29+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/reportdesign/source/ui/dlg.po b/translations/source/cs/reportdesign/source/ui/dlg.po
index b79b4a07050..b43c9984de1 100644
--- a/translations/source/cs/reportdesign/source/ui/dlg.po
+++ b/translations/source/cs/reportdesign/source/ui/dlg.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+reportdesign%2Fsource%2Fui%2Fdlg.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-30 22:00+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/reportdesign/source/ui/inspection.po b/translations/source/cs/reportdesign/source/ui/inspection.po
index 544a17f71de..ab023986676 100644
--- a/translations/source/cs/reportdesign/source/ui/inspection.po
+++ b/translations/source/cs/reportdesign/source/ui/inspection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 13:29+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/reportdesign/source/ui/report.po b/translations/source/cs/reportdesign/source/ui/report.po
index 4aaa3f90cea..5cadada5bd4 100644
--- a/translations/source/cs/reportdesign/source/ui/report.po
+++ b/translations/source/cs/reportdesign/source/ui/report.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+reportdesign%2Fsource%2Fui%2Freport.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 19:30+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/sc/source/core/src.po b/translations/source/cs/sc/source/core/src.po
index 6679208868a..ba8d18e217c 100644
--- a/translations/source/cs/sc/source/core/src.po
+++ b/translations/source/cs/sc/source/core/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 13:29+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/sc/source/ui/cctrl.po b/translations/source/cs/sc/source/ui/cctrl.po
index d6685a968c9..a2dd85a99bd 100644
--- a/translations/source/cs/sc/source/ui/cctrl.po
+++ b/translations/source/cs/sc/source/ui/cctrl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:29+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/sc/source/ui/dbgui.po b/translations/source/cs/sc/source/ui/dbgui.po
index 6323ba02453..58ad6bcacfa 100644
--- a/translations/source/cs/sc/source/ui/dbgui.po
+++ b/translations/source/cs/sc/source/ui/dbgui.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-29 23:27+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-25 15:59+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
@@ -653,7 +653,7 @@ msgstr "Současný výběr"
#: dapitype.src#RID_SCDLG_DAPITYPE.BTN_NAMED_RANGE.radiobutton.text
msgid "~Named range"
-msgstr "Pojmenovaný rozsah"
+msgstr "Pojmenovaná oblast"
#: dapitype.src#RID_SCDLG_DAPITYPE.BTN_DATABASE.radiobutton.text
msgid "~Data source registered in %PRODUCTNAME"
@@ -824,7 +824,7 @@ msgstr "Funkce"
#: pvfundlg.src#RID_SCDLG_DPDATAFIELD.FT_NAMELABEL.fixedtext.text
msgctxt "pvfundlg.src#RID_SCDLG_DPDATAFIELD.FT_NAMELABEL.fixedtext.text"
msgid "Name:"
-msgstr "Jméno:"
+msgstr "Název:"
#: pvfundlg.src#RID_SCDLG_DPDATAFIELD.FL_DISPLAY.fixedline.text
msgid "Displayed value"
@@ -915,7 +915,7 @@ msgstr "Zobrazit položky bez dat"
#: pvfundlg.src#RID_SCDLG_PIVOTSUBT.FT_NAMELABEL.fixedtext.text
msgctxt "pvfundlg.src#RID_SCDLG_PIVOTSUBT.FT_NAMELABEL.fixedtext.text"
msgid "Name:"
-msgstr "Jméno:"
+msgstr "Název:"
#: pvfundlg.src#RID_SCDLG_PIVOTSUBT.BTN_OPTIONS.pushbutton.text
msgid "~Options..."
diff --git a/translations/source/cs/sc/source/ui/docshell.po b/translations/source/cs/sc/source/ui/docshell.po
index 1c5de952277..c70bb1d7a8e 100644
--- a/translations/source/cs/sc/source/ui/docshell.po
+++ b/translations/source/cs/sc/source/ui/docshell.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 13:29+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/sc/source/ui/drawfunc.po b/translations/source/cs/sc/source/ui/drawfunc.po
index 08c6a38a3d5..8feb5c8d538 100644
--- a/translations/source/cs/sc/source/ui/drawfunc.po
+++ b/translations/source/cs/sc/source/ui/drawfunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-07 21:37+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/sc/source/ui/formdlg.po b/translations/source/cs/sc/source/ui/formdlg.po
index 423496c1548..59723624fc3 100644
--- a/translations/source/cs/sc/source/ui/formdlg.po
+++ b/translations/source/cs/sc/source/ui/formdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:29+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/sc/source/ui/miscdlgs.po b/translations/source/cs/sc/source/ui/miscdlgs.po
index e4941e71b80..0f31b70979d 100644
--- a/translations/source/cs/sc/source/ui/miscdlgs.po
+++ b/translations/source/cs/sc/source/ui/miscdlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-20 10:58+0200\n"
"Last-Translator: kendy <kendy@suse.cz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/sc/source/ui/navipi.po b/translations/source/cs/sc/source/ui/navipi.po
index 6550f3cc3fe..36f364d81cc 100644
--- a/translations/source/cs/sc/source/ui/navipi.po
+++ b/translations/source/cs/sc/source/ui/navipi.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-06 19:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-25 15:34+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
@@ -56,7 +56,7 @@ msgstr "Dokument"
#: navipi.src#RID_SCDLG_NAVIGATOR.TBX_CMD.IID_DATA.toolboxitem.text
msgid "Data Range"
-msgstr "Rozsah dat"
+msgstr "Datová oblast"
#: navipi.src#RID_SCDLG_NAVIGATOR.TBX_CMD.IID_UP.toolboxitem.text
msgid "Start"
diff --git a/translations/source/cs/sc/source/ui/pagedlg.po b/translations/source/cs/sc/source/ui/pagedlg.po
index 62cfd6df55f..705c862f857 100644
--- a/translations/source/cs/sc/source/ui/pagedlg.po
+++ b/translations/source/cs/sc/source/ui/pagedlg.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%2Fpagedlg.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-30 18:28+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: hfedtdlg.src#HFEDIT_DLGTITLE.#define.text
diff --git a/translations/source/cs/sc/source/ui/src.po b/translations/source/cs/sc/source/ui/src.po
index 480eb72055c..e1fba4736f4 100644
--- a/translations/source/cs/sc/source/ui/src.po
+++ b/translations/source/cs/sc/source/ui/src.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2012-02-19 01:16+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-25 16:08+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
@@ -685,7 +685,7 @@ msgstr "Neznámý formát souboru aplikace Lotus 1-2-3."
#: scerrors.src#RID_ERRHDLSC.SCERR_IMPORT_FORMAT___ERRCODE_RES_MASK.string.text
msgid "Error in file structure while importing."
-msgstr "Při importu dat byla zjištěna chyba ve struktuře souboru."
+msgstr "Při importu byla zjištěna chyba ve struktuře souboru."
#: scerrors.src#RID_ERRHDLSC.SCERR_IMPORT_NI___ERRCODE_RES_MASK.string.text
msgid "There is no filter available for this file type."
@@ -705,7 +705,7 @@ msgstr "Soubor je chráněn heslem."
#: scerrors.src#RID_ERRHDLSC.SCERR_IMPORT_INTERNAL___ERRCODE_RES_MASK.string.text
msgid "Internal import error."
-msgstr "Vnitřní chyba při importu."
+msgstr "Při importu došlo k vnitřní chybě."
#: scerrors.src#RID_ERRHDLSC.SCERR_IMPORT_8K_LIMIT___ERRCODE_RES_MASK.string.text
msgid "The file contains data after row 8192 and therefore can not be read."
@@ -762,9 +762,9 @@ msgid ""
"\n"
"Please be warned that re-saving this document will permanently delete those sheets that have not been loaded!"
msgstr ""
-"Některé listy nebyly nahrány, neboť byl překročen maximální počet listů.\n"
+"Některé listy nebyly načteny, protože byl překročen maximální počet listů.\n"
"\n"
-"Berte prosím na vědomí, že při uložení tohoto dokumentu budou tyto nenahrané listy trvale smazány."
+"Upozorňujeme, že při uložení dokumentu budou nenahrané listy trvale smazány!"
#: scerrors.src#RID_ERRHDLSC.SCWARN_IMPORT_OPEN_FM3___ERRCODE_RES_MASK.string.text
msgid "Corresponding FM3-File could not be opened."
@@ -1648,7 +1648,7 @@ msgstr "Datový formulář"
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_DB_COUNT.1.string.text
msgid "Counts the cells of a data range whose contents match the search criteria."
-msgstr "Spočítá buňky v datové oblasti, které splňují zadané vyhledávací kritérium."
+msgstr "V datové oblasti zjistí počet buněk, jejichž obsah odpovídá vyhledávacímu kritériu."
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_DB_COUNT.2.string.text
msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_DB_COUNT.2.string.text"
@@ -1682,7 +1682,7 @@ msgstr "Definuje oblast buněk obsahující vyhledávací kritéria."
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_DB_COUNT_2.1.string.text
msgid "Counts all non-blank cells of a data range where the content corresponds to the search criteria."
-msgstr "Zjišťuje počet neprázdných buněk oblasti dat, jejichž obsah odpovídá vyhledávacímu kritériu."
+msgstr "V datové oblasti zjistí počet neprázdných buněk, jejichž obsah odpovídá vyhledávacímu kritériu."
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_DB_COUNT_2.2.string.text
msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_DB_COUNT_2.2.string.text"
@@ -6803,7 +6803,7 @@ msgstr "list"
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_ADDRESS.11.string.text
msgid "The spreadsheet name of the cell reference."
-msgstr "Jméno listu odkazované buňky."
+msgstr "Název listu odkazované buňky."
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_AREAS.1.string.text
msgid "Returns the number of individual ranges that belong to a (multiple) range."
@@ -6880,7 +6880,7 @@ msgstr "odkaz"
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_TABLE.3.string.text
msgid "The reference to a cell or a range or the character string of a sheet name."
-msgstr "Odkaz na buňku nebo oblast nebo řetězec s jménem listu."
+msgstr "Odkaz na buňku nebo oblast nebo řetězec s názvem listu."
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_COLUMNS.1.string.text
msgid "Returns the number of columns in an array or reference."
@@ -7220,7 +7220,7 @@ msgstr "server"
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_DDE.3.string.text
msgid "The name of the server application."
-msgstr "Jméno serverové aplikace."
+msgstr "Název server aplikace."
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_DDE.4.string.text
msgid "File"
@@ -7287,7 +7287,7 @@ msgstr "Kontingenční tabulka"
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_GET_PIVOT_DATA.5.string.text
msgid "A reference to a cell or range in the pivot table."
-msgstr "Odkaz na buňku nebo rozsah v kontingenční tabulce."
+msgstr "Odkaz na buňku nebo oblast v kontingenční tabulce."
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_GET_PIVOT_DATA.6.string.text
msgid "Field Name / Item"
@@ -8286,7 +8286,7 @@ msgstr "Neplatná cílová hodnota."
#: solvrdlg.src#RID_SCDLG_SOLVER.STR_INVALIDVAR.string.text
msgid "Undefined name for variable cell."
-msgstr "Nedefinované jméno pro proměnnou buňku."
+msgstr "Nedefinovaný název buňky s proměnnou."
#: solvrdlg.src#RID_SCDLG_SOLVER.STR_INVALIDFORM.string.text
msgid "Undefined name as formula cell."
@@ -10027,7 +10027,7 @@ msgstr "Nedefinovaný název nebo oblast."
#: tabopdlg.src#RID_SCDLG_TABOP.STR_WRONGROWCOL.string.text
msgid "Undefined name or wrong cell reference."
-msgstr "Nedefinované jméno nebo špatný odkaz na buňku."
+msgstr "Nedefinovaný název, nebo špatný odkaz na buňku."
#: tabopdlg.src#RID_SCDLG_TABOP.STR_NOCOLFORMULA.string.text
msgid "Formulas don't form a column."
@@ -10044,7 +10044,7 @@ msgstr "Vícenásobné operace"
#: toolbox.src#SCSTR_QHELP_POSWND.string.text
msgid "Name Box"
-msgstr "Pole jména"
+msgstr "Pole názvu"
#: toolbox.src#SCSTR_QHELP_INPUTWND.string.text
msgctxt "toolbox.src#SCSTR_QHELP_INPUTWND.string.text"
@@ -10597,7 +10597,7 @@ msgstr ""
#: globstr.src#RID_GLOBSTR.STR_MSSG_IMPORTDATA_0.string.text
msgid "Error while importing data!"
-msgstr "Chyba při importu dat!"
+msgstr "Při importu dat došlo k chybě!"
#: globstr.src#RID_GLOBSTR.STR_DATABASE_NOTFOUND.string.text
msgid "The database '#' could not be opened."
@@ -10739,7 +10739,7 @@ msgstr "Oblast dat nelze smazat."
#: globstr.src#RID_GLOBSTR.STR_PIVOT_ERROR.string.text
msgid "Error creating the pivot table."
-msgstr "Chyba při vytváření kontingenční tabulky."
+msgstr "Při vytváření kontingenční tabulky došlo k chybě."
#: globstr.src#RID_GLOBSTR.STR_PIVOT_OVERLAP.string.text
msgid "Pivot tables can not overlap."
@@ -11176,7 +11176,7 @@ msgid ""
msgstr ""
"Zadali jste neplatný název.\n"
"Automatický formát nebyl vytvořen.\n"
-"Zkuste zadat jiné jméno."
+"Zkuste zadat jiný název."
#: globstr.src#RID_GLOBSTR.STR_AREA.string.text
msgctxt "globstr.src#RID_GLOBSTR.STR_AREA.string.text"
@@ -11894,7 +11894,7 @@ msgstr "Jít na list"
#: globstr.src#RID_GLOBSTR.STR_NAME_INPUT_DEFINE.string.text
msgid "Define Name for Range"
-msgstr "Zadat název rozsahu"
+msgstr "Zadejte název oblasti"
#: globstr.src#RID_GLOBSTR.STR_NAME_ERROR_SELECTION.string.text
msgid "The selection needs to be rectangular in order to name it."
@@ -11902,7 +11902,7 @@ msgstr "Aby mohl být výběr pojmenován, musí být obdélníkový."
#: globstr.src#RID_GLOBSTR.STR_NAME_ERROR_NAME.string.text
msgid "You must enter a valid reference or type a valid name for the selected range."
-msgstr "Musíte zadat platný odkaz nebo název vybraného rozsahu."
+msgstr "Pro vybranou oblast musíte nastavit platný odkaz, nebo zadat platný název."
#: globstr.src#RID_GLOBSTR.STR_CHANGED_MOVE_REJECTION_WARNING.string.text
msgid "WARNING: This action may have resulted in unintended changes to cell references in formulas."
@@ -12155,7 +12155,7 @@ msgstr "Dokument (globální)"
#: globstr.src#RID_GLOBSTR.STR_ERR_NAME_EXISTS.string.text
msgid "Invalid name. Already in use for the selected scope."
-msgstr "Neplatný název. Pro daný rozsah je již použit."
+msgstr "Neplatný název. Již je pro daný rozsah použit."
#: globstr.src#RID_GLOBSTR.STR_ERR_NAME_INVALID.string.text
msgid "Invalid name. Only use letters, numbers and underscore."
@@ -13061,7 +13061,7 @@ msgstr "Změnit"
#: dbnamdlg.src#RID_SCDLG_DBNAMES.STR_DB_INVALID.string.text
msgctxt "dbnamdlg.src#RID_SCDLG_DBNAMES.STR_DB_INVALID.string.text"
msgid "Invalid range"
-msgstr "Neplatný rozsah"
+msgstr "Neplatná oblast"
#: dbnamdlg.src#RID_SCDLG_DBNAMES.modelessdialog.text
msgid "Define Database Range"
diff --git a/translations/source/cs/sc/source/ui/styleui.po b/translations/source/cs/sc/source/ui/styleui.po
index 359dae10d45..ee1c55b7da3 100644
--- a/translations/source/cs/sc/source/ui/styleui.po
+++ b/translations/source/cs/sc/source/ui/styleui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-30 19:54+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/scaddins/source/analysis.po b/translations/source/cs/scaddins/source/analysis.po
index d0604e264dd..d70559227cd 100644
--- a/translations/source/cs/scaddins/source/analysis.po
+++ b/translations/source/cs/scaddins/source/analysis.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+scaddins%2Fsource%2Fanalysis.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 00:01+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/scaddins/source/datefunc.po b/translations/source/cs/scaddins/source/datefunc.po
index 2e7c5eb4ce0..de994e21b7f 100644
--- a/translations/source/cs/scaddins/source/datefunc.po
+++ b/translations/source/cs/scaddins/source/datefunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:29+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/sccomp/source/solver.po b/translations/source/cs/sccomp/source/solver.po
index 44ce9d995c6..31091c2057b 100644
--- a/translations/source/cs/sccomp/source/solver.po
+++ b/translations/source/cs/sccomp/source/solver.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-25 22:25+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-27 21:57+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
@@ -37,7 +37,7 @@ msgstr "Úroveň epsilon (0-3)"
#: solver.src#RID_PROPERTY_LIMITBBDEPTH.string.text
msgid "Limit branch-and-bound depth"
-msgstr "Omezení hloubky větví"
+msgstr "Omezení hloubky větví a mezí"
#: solver.src#RID_ERROR_NONLINEAR.string.text
msgid "The model is not linear."
diff --git a/translations/source/cs/scp2/source/accessories.po b/translations/source/cs/scp2/source/accessories.po
index 5804efc1462..51dc2f4c672 100644
--- a/translations/source/cs/scp2/source/accessories.po
+++ b/translations/source/cs/scp2/source/accessories.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%2Faccessories.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-02-18 19:10+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/scp2/source/activex.po b/translations/source/cs/scp2/source/activex.po
index 509afc31c06..66058f7d20b 100644
--- a/translations/source/cs/scp2/source/activex.po
+++ b/translations/source/cs/scp2/source/activex.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 13:29+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/scp2/source/base.po b/translations/source/cs/scp2/source/base.po
index 1fefe32709d..76660b39891 100644
--- a/translations/source/cs/scp2/source/base.po
+++ b/translations/source/cs/scp2/source/base.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-18 19:27+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-21 19:53+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
@@ -39,6 +39,16 @@ msgstr "Nápověda pro %PRODUCTNAME Base"
msgid "Help about %PRODUCTNAME Base"
msgstr "Nápověda pro %PRODUCTNAME Base"
+#: postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr "PostgreSQL konektor"
+
+#: postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr "PostgreSQL konektor"
+
#: folderitem_base.ulf#STR_FI_TOOLTIP_BASE.LngText.text
msgid "Manage databases, create queries and reports to track and manage your information by using Base."
msgstr "Base umožňuje vytvářet a spravovat databáze a vytvářet dotazy a sestavy pro sledování a správu vašich informací."
diff --git a/translations/source/cs/scp2/source/binfilter.po b/translations/source/cs/scp2/source/binfilter.po
index 6abd0eeb00f..96abf1df822 100644
--- a/translations/source/cs/scp2/source/binfilter.po
+++ b/translations/source/cs/scp2/source/binfilter.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%2Fbinfilter.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-02-18 19:11+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/scp2/source/calc.po b/translations/source/cs/scp2/source/calc.po
index 439115140c3..63f87a682a0 100644
--- a/translations/source/cs/scp2/source/calc.po
+++ b/translations/source/cs/scp2/source/calc.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%2Fcalc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-02-18 19:16+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/scp2/source/draw.po b/translations/source/cs/scp2/source/draw.po
index 1e0d877b244..fa9d1b1057d 100644
--- a/translations/source/cs/scp2/source/draw.po
+++ b/translations/source/cs/scp2/source/draw.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%2Fdraw.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-18 19:18+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/scp2/source/extensions.po b/translations/source/cs/scp2/source/extensions.po
index 78b512f5eb7..10a281eed3e 100644
--- a/translations/source/cs/scp2/source/extensions.po
+++ b/translations/source/cs/scp2/source/extensions.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-02-18 19:19+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-25 16:37+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
@@ -145,7 +145,7 @@ msgstr "Lišta sazby"
#: module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_TYPO.LngText.text
msgid "Toolbar for Graphite smart font features: ligatures, small caps, old style numbers, proportional or monospaced numbers, automatic thousand separators, minus sign, real superscript and subscript, German umlaut variants, fractions."
-msgstr "Nástrojová lišta pro chytrá písma Graphite: ligatury, kapitálky, starý styl čísel, proporcionální nebo neproporcionální čísla, automatický oddělovače tisíců, znaménko minus, skutečný horní a dolní index, německé přehlásky, zlomky. "
+msgstr "Nástrojová lišta pro chytrá písma Graphite: ligatury, kapitálky, starý styl čísel, proporcionální nebo neproporcionální čísla, automatický oddělovače tisíců, znaménko minus, skutečný horní a dolní index, německé přehlásky, zlomky."
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_CT2N.LngText.text
msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_CT2N.LngText.text"
@@ -237,16 +237,6 @@ msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_MYSQLC.LngTex
msgid "MySQL Connector"
msgstr "Konektor MySQL"
-#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text
-msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text"
-msgid "PostgreSQL Connector"
-msgstr "Konektor PostgreSQL"
-
-#: module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text
-msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text"
-msgid "PostgreSQL Connector"
-msgstr "Konektor PostgreSQL"
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_OOOBLOGGER.LngText.text
msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_OOOBLOGGER.LngText.text"
msgid "Metaweblog Support"
diff --git a/translations/source/cs/scp2/source/gnome.po b/translations/source/cs/scp2/source/gnome.po
index da1cac61d88..f191e2ee525 100644
--- a/translations/source/cs/scp2/source/gnome.po
+++ b/translations/source/cs/scp2/source/gnome.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:29+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/scp2/source/graphicfilter.po b/translations/source/cs/scp2/source/graphicfilter.po
index ce421409a0d..b651d69b1bc 100644
--- a/translations/source/cs/scp2/source/graphicfilter.po
+++ b/translations/source/cs/scp2/source/graphicfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:29+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/scp2/source/impress.po b/translations/source/cs/scp2/source/impress.po
index e2444fd247a..832f0fb0d7d 100644
--- a/translations/source/cs/scp2/source/impress.po
+++ b/translations/source/cs/scp2/source/impress.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%2Fimpress.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-18 19:29+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/scp2/source/javafilter.po b/translations/source/cs/scp2/source/javafilter.po
index 391a53a05d8..a653640e823 100644
--- a/translations/source/cs/scp2/source/javafilter.po
+++ b/translations/source/cs/scp2/source/javafilter.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%2Fjavafilter.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-04-05 13:29+0200\n"
-"Last-Translator: pawell <p.franc@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-22 00:14+0200\n"
+"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: module_javafilter.ulf#STR_NAME_MODULE_OPTIONAL_JAVAFILTER.LngText.text
@@ -113,4 +113,4 @@ msgstr "Nelze najít instalaci Java 1.4."
#: registryitem_javafilter.ulf#STR_VALUE_HKLM_SOFT_SUN_STAROFFICE_XMERGESYNC_MSGS_ERROR_JAVAINIT.LngText.text
msgid "There was an error while initializing the Java Runtime Environment."
-msgstr "Nastala chyba při inicializaci JRE."
+msgstr "Při inicializaci JRE došlo k chybě."
diff --git a/translations/source/cs/scp2/source/kde.po b/translations/source/cs/scp2/source/kde.po
index 1b2aa4a9ed0..7768828b0c7 100644
--- a/translations/source/cs/scp2/source/kde.po
+++ b/translations/source/cs/scp2/source/kde.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:29+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/scp2/source/math.po b/translations/source/cs/scp2/source/math.po
index 0cf40040870..24c6c1cd978 100644
--- a/translations/source/cs/scp2/source/math.po
+++ b/translations/source/cs/scp2/source/math.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%2Fmath.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-18 19:29+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/scp2/source/onlineupdate.po b/translations/source/cs/scp2/source/onlineupdate.po
index d3f989c05e3..becf559908f 100644
--- a/translations/source/cs/scp2/source/onlineupdate.po
+++ b/translations/source/cs/scp2/source/onlineupdate.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:29+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/scp2/source/ooo.po b/translations/source/cs/scp2/source/ooo.po
index 869c47b3f9b..5aed283abc3 100644
--- a/translations/source/cs/scp2/source/ooo.po
+++ b/translations/source/cs/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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-02-19 16:36+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: module_systemint.ulf#STR_NAME_MODULE_OPTIONAL_SYSTEMINTEGRATION.LngText.text
diff --git a/translations/source/cs/scp2/source/python.po b/translations/source/cs/scp2/source/python.po
index 4c84fbb470c..5d9655ffe75 100644
--- a/translations/source/cs/scp2/source/python.po
+++ b/translations/source/cs/scp2/source/python.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 01:20+0200\n"
"Last-Translator: kendy <kendy@suse.cz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/scp2/source/quickstart.po b/translations/source/cs/scp2/source/quickstart.po
index 6adfa6dd41c..86493a59e4b 100644
--- a/translations/source/cs/scp2/source/quickstart.po
+++ b/translations/source/cs/scp2/source/quickstart.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:29+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/scp2/source/sdkoo.po b/translations/source/cs/scp2/source/sdkoo.po
index 3be1b14db2e..8a0114e3e28 100644
--- a/translations/source/cs/scp2/source/sdkoo.po
+++ b/translations/source/cs/scp2/source/sdkoo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:29+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/scp2/source/smoketest.po b/translations/source/cs/scp2/source/smoketest.po
index c32d516c94b..c7c4c13e771 100644
--- a/translations/source/cs/scp2/source/smoketest.po
+++ b/translations/source/cs/scp2/source/smoketest.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fsmoketest.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 01:21+0200\n"
"Last-Translator: kendy <kendy@suse.cz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/scp2/source/winexplorerext.po b/translations/source/cs/scp2/source/winexplorerext.po
index 0445c0ffe2b..7ba911e8cc1 100644
--- a/translations/source/cs/scp2/source/winexplorerext.po
+++ b/translations/source/cs/scp2/source/winexplorerext.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:29+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/scp2/source/writer.po b/translations/source/cs/scp2/source/writer.po
index ca68d6b3df7..ccb88e8a2af 100644
--- a/translations/source/cs/scp2/source/writer.po
+++ b/translations/source/cs/scp2/source/writer.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%2Fwriter.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-18 19:31+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/scp2/source/xsltfilter.po b/translations/source/cs/scp2/source/xsltfilter.po
index 963f4adba2e..1f3513d3597 100644
--- a/translations/source/cs/scp2/source/xsltfilter.po
+++ b/translations/source/cs/scp2/source/xsltfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:29+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/scripting/source/pyprov.po b/translations/source/cs/scripting/source/pyprov.po
index 6abdba70d70..dff652ac094 100644
--- a/translations/source/cs/scripting/source/pyprov.po
+++ b/translations/source/cs/scripting/source/pyprov.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-17 15:03+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/sd/source/core.po b/translations/source/cs/sd/source/core.po
index 5576554ef18..a2ae8996e17 100644
--- a/translations/source/cs/sd/source/core.po
+++ b/translations/source/cs/sd/source/core.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+sd%2Fsource%2Fcore.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-12 21:23+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/sd/source/filter/html.po b/translations/source/cs/sd/source/filter/html.po
index aa36c339d6b..403f863fcc6 100644
--- a/translations/source/cs/sd/source/filter/html.po
+++ b/translations/source/cs/sd/source/filter/html.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-16 23:17+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/sd/source/ui/accessibility.po b/translations/source/cs/sd/source/ui/accessibility.po
index 2dc769220a7..4f4a2f2d2c3 100644
--- a/translations/source/cs/sd/source/ui/accessibility.po
+++ b/translations/source/cs/sd/source/ui/accessibility.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+sd%2Fsource%2Fui%2Faccessibility.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-12 21:25+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/sd/source/ui/animations.po b/translations/source/cs/sd/source/ui/animations.po
index cdda1f1c138..c56653c7472 100644
--- a/translations/source/cs/sd/source/ui/animations.po
+++ b/translations/source/cs/sd/source/ui/animations.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+sd%2Fsource%2Fui%2Fanimations.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-30 23:27+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/sd/source/ui/annotations.po b/translations/source/cs/sd/source/ui/annotations.po
index f1bb376bdbe..16ce936ae82 100644
--- a/translations/source/cs/sd/source/ui/annotations.po
+++ b/translations/source/cs/sd/source/ui/annotations.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+sd%2Fsource%2Fui%2Fannotations.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 00:04+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/sd/source/ui/app.po b/translations/source/cs/sd/source/ui/app.po
index aba40edf024..25a27a5ee6f 100644
--- a/translations/source/cs/sd/source/ui/app.po
+++ b/translations/source/cs/sd/source/ui/app.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2012-02-18 22:23+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-27 21:36+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
@@ -377,7 +377,7 @@ msgstr "Poznámky"
#: strings.src#STR_HANDOUT_MODE.string.text
msgid "Handout"
-msgstr "Podklad"
+msgstr "Podklady"
#: strings.src#STR_AUTOLAYOUT_NONE.string.text
msgid "Blank Slide"
@@ -486,15 +486,15 @@ msgstr "Konce čáry"
#: strings.src#STR_DESC_LINEEND.string.text
msgid "Please enter a name for the new arrowhead:"
-msgstr "Vložte prosím název nové šipky:"
+msgstr "Zadejte název nové šipky:"
#: strings.src#STR_WARN_NAME_DUPLICATE.string.text
msgid ""
"The name chosen already exists. \n"
"Please enter another name."
msgstr ""
-"Vybrané jméno již existuje.\n"
-"Vyberte prosím jiné."
+"Zvolený název je již používán.\n"
+"Zadejte jiný."
#: strings.src#STR_UNDO_ANIMATION.string.text
msgid "Animation parameters"
@@ -523,7 +523,7 @@ msgstr "Název"
#: strings.src#STR_WARN_PAGE_EXISTS.string.text
msgid "The slide name already exists or is invalid. Please enter another name."
-msgstr "Tento název snímku již existuje, nebo je neplatný. Vložte prosím jiný."
+msgstr "Tento název snímku již existuje, nebo je neplatný. Zadejte jiný."
#: strings.src#STR_SNAPDLG_SETLINE.string.text
msgid "Edit Snap Line"
@@ -2207,7 +2207,7 @@ msgstr "Poznámky"
#: menuids2_tmpl.src#MN_HANDOUT_MASTERPAGE.SID_HANDOUT_MASTERPAGE.menuitem.text
msgid "~Handout"
-msgstr "Podklad"
+msgstr "Podklady"
#: menuids2_tmpl.src#MN_LAYERMODE.SID_LAYERMODE.menuitem.text
msgctxt "menuids2_tmpl.src#MN_LAYERMODE.SID_LAYERMODE.menuitem.text"
diff --git a/translations/source/cs/sd/source/ui/dlg.po b/translations/source/cs/sd/source/ui/dlg.po
index 66d6feab834..4f55f9cbaed 100644
--- a/translations/source/cs/sd/source/ui/dlg.po
+++ b/translations/source/cs/sd/source/ui/dlg.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-19 00:12+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-27 21:35+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
@@ -1199,7 +1199,7 @@ msgstr "Uveďte základní myšlenky"
#: dlgass.src#DLG_ASS.FT_PAGE4_ASKNAME.fixedtext.text
msgid "What is your name or the name of your company?"
-msgstr "Jaké vaše jméno nebo název vaší společnosti?"
+msgstr "Jaké je vaše jméno nebo název vaší společnosti?"
#: dlgass.src#DLG_ASS.FT_PAGE4_ASKTOPIC.fixedtext.text
msgid "What is the subject of your presentation?"
@@ -1371,7 +1371,7 @@ msgstr "Poznámky"
#: prntopts.src#TP_PRINT_OPTIONS.CBX_HANDOUTS.checkbox.text
msgid "Hando~uts"
-msgstr "Teze"
+msgstr "Podklady"
#: prntopts.src#TP_PRINT_OPTIONS.CBX_OUTLINE.checkbox.text
msgid "Out~line"
diff --git a/translations/source/cs/sd/source/ui/notes.po b/translations/source/cs/sd/source/ui/notes.po
index 78d7c8ed772..532c01ba2f3 100644
--- a/translations/source/cs/sd/source/ui/notes.po
+++ b/translations/source/cs/sd/source/ui/notes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:29+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/sd/source/ui/slideshow.po b/translations/source/cs/sd/source/ui/slideshow.po
index e57627c6977..0dd2ef6b0bf 100644
--- a/translations/source/cs/sd/source/ui/slideshow.po
+++ b/translations/source/cs/sd/source/ui/slideshow.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-17 11:29+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/sd/source/ui/slidesorter/view.po b/translations/source/cs/sd/source/ui/slidesorter/view.po
index ec7f521edee..32753bfbf6a 100644
--- a/translations/source/cs/sd/source/ui/slidesorter/view.po
+++ b/translations/source/cs/sd/source/ui/slidesorter/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-08 22:05+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/sd/source/ui/table.po b/translations/source/cs/sd/source/ui/table.po
index 981c8b4f4cd..a289ba5c07a 100644
--- a/translations/source/cs/sd/source/ui/table.po
+++ b/translations/source/cs/sd/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:29+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/sd/source/ui/view.po b/translations/source/cs/sd/source/ui/view.po
index ed90a20d717..e6bcc15664b 100644
--- a/translations/source/cs/sd/source/ui/view.po
+++ b/translations/source/cs/sd/source/ui/view.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+sd%2Fsource%2Fui%2Fview.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-02-12 21:27+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/sdext/source/minimizer.po b/translations/source/cs/sdext/source/minimizer.po
index d7a53f6ba45..9737df6b26e 100644
--- a/translations/source/cs/sdext/source/minimizer.po
+++ b/translations/source/cs/sdext/source/minimizer.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-22 10:10+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/translations/source/cs/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index c542b8619eb..9612f52a6d1 100644
--- a/translations/source/cs/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/translations/source/cs/sdext/source/minimizer/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:29+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/translations/source/cs/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index bed807f440f..f08de2fcb3d 100644
--- a/translations/source/cs/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/cs/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-14 20:38+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/sdext/source/pdfimport.po b/translations/source/cs/sdext/source/pdfimport.po
index 5866ea79254..99e499a8939 100644
--- a/translations/source/cs/sdext/source/pdfimport.po
+++ b/translations/source/cs/sdext/source/pdfimport.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-22 10:21+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/sdext/source/presenter.po b/translations/source/cs/sdext/source/presenter.po
index 6bb24791746..4bddbf4d2c6 100644
--- a/translations/source/cs/sdext/source/presenter.po
+++ b/translations/source/cs/sdext/source/presenter.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-22 21:18+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/translations/source/cs/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index 9040feb6f81..c245db7a4a8 100644
--- a/translations/source/cs/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/translations/source/cs/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-22 21:19+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/translations/source/cs/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index e709cb9def2..6e9f2fe52e6 100644
--- a/translations/source/cs/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/cs/sdext/source/presenter/registry/data/org/openoffice/Office/extension.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+sdext%2Fsource%2Fpresenter%2Fregistry%2Fdata%2Forg%2Fopenoffice%2FOffice%2Fextension.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-22 19:46+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/setup_native/source/mac.po b/translations/source/cs/setup_native/source/mac.po
index 3affc847ef9..4a0a98da76d 100644
--- a/translations/source/cs/setup_native/source/mac.po
+++ b/translations/source/cs/setup_native/source/mac.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-07 22:09+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/sfx2/source/appl.po b/translations/source/cs/sfx2/source/appl.po
index d109c8a8f10..0c53e411b58 100644
--- a/translations/source/cs/sfx2/source/appl.po
+++ b/translations/source/cs/sfx2/source/appl.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+sfx2%2Fsource%2Fappl.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-11 19:33+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-20 23:55+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: dde.src#MD_DDE_LINKEDIT.FT_DDE_APP.fixedtext.text
@@ -78,7 +78,7 @@ msgstr "Dokument již otevřen."
#: app.src#MSG_ERR_NO_WEBBROWSER_FOUND.errorbox.text
msgid "%PRODUCTNAME could not find a web browser on your system. Please check your Desktop Preferences or install a web browser (for example, Mozilla) in the default location requested during the browser installation."
-msgstr "%PRODUCTNAME nemůže na vašem systému nalézt webový prohlížeč. Zkontrolujte prosím nastavení svého systému nebo nainstalujte webový prohlížeč (například Mozillu) do výchozího umístění nabízeného při instalaci."
+msgstr "%PRODUCTNAME nemůže ve vašem systému nalézt webový prohlížeč. Zkontrolujte nastavení svého systému, nebo nainstalujte webový prohlížeč (například Firefox) do výchozího umístění nabízeného při instalaci."
#: app.src#GID_INTERN.string.text
msgid "Internal"
@@ -192,7 +192,7 @@ msgid ""
"OLE actions have finished and close all dialogs."
msgstr ""
"Aplikace nemůže být právě teď ukončena.\n"
-"Počkejte prosím na dokončení všech tiskových úloh a \n"
+"Počkejte na dokončení všech tiskových úloh a \n"
"akcí OLE a zavřete všechna dialogová okna."
#: app.src#STR_ISMODIFIED.string.text
@@ -229,7 +229,7 @@ msgid ""
"Please contact your administrator."
msgstr ""
"Nastala chyba ve zvláštní konfiguraci.\n"
-"Kontaktujte prosím vašeho administrátora."
+"Kontaktujte vašeho administrátora."
#: app.src#STR_QUICKSTART_EXIT.string.text
msgid "Exit Quickstarter"
diff --git a/translations/source/cs/sfx2/source/bastyp.po b/translations/source/cs/sfx2/source/bastyp.po
index 4b649e03f62..e044e531ca5 100644
--- a/translations/source/cs/sfx2/source/bastyp.po
+++ b/translations/source/cs/sfx2/source/bastyp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:29+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/sfx2/source/dialog.po b/translations/source/cs/sfx2/source/dialog.po
index c0958c710aa..09faccd16e1 100644
--- a/translations/source/cs/sfx2/source/dialog.po
+++ b/translations/source/cs/sfx2/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+sfx2%2Fsource%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-14 23:02+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-20 23:58+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: newstyle.src#DLG_NEW_STYLE_BY_EXAMPLE.FL_COL.fixedline.text
@@ -29,7 +29,7 @@ msgstr "Vytvořit styl"
#: mailwindow.src#RID_ERRBOX_MAIL_CONFIG.errorbox.text
msgid "%PRODUCTNAME was unable to find a working e-mail configuration. Please save this document locally instead and attach it from within your e-mail client."
-msgstr "%PRODUCTNAME nemůže najít poštovní konfiguraci. Uložte prosím tento dokument místně a připojte jej z vašeho poštovního klienta."
+msgstr "%PRODUCTNAME nenalezl funkční konfiguraci elektronické pošty. Uložte dokument na disk a odešlete ho prostřednictvím vašeho poštovního klienta."
#: dinfdlg.src#STR_SFX_NEWOFFICEDOC.string.text
msgid "%PRODUCTNAME document"
@@ -755,7 +755,7 @@ msgid ""
"Please choose another name."
msgstr ""
"Název už existuje jako výchozí styl.\n"
-"Zadejte prosím jiný název."
+"Zadejte jiný název."
#: dialog.src#STR_DELETE_STYLE.string.text
msgid "Do you really want to delete Style $1?"
diff --git a/translations/source/cs/sfx2/source/doc.po b/translations/source/cs/sfx2/source/doc.po
index de666be54b8..047507a0797 100644
--- a/translations/source/cs/sfx2/source/doc.po
+++ b/translations/source/cs/sfx2/source/doc.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2012-02-05 19:23+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-22 00:16+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
@@ -310,7 +310,7 @@ msgid ""
"Name already in use.\n"
"Do you want to overwrite document template?"
msgstr ""
-"Jméno už bylo použito.\n"
+"Název je již používán.\n"
"Přejete si přepsat šablonu dokumentu?"
#: doc.src#STR_DELETE_REGION.string.text
@@ -375,7 +375,7 @@ msgstr "Dokument je již otevřen pro úpravy."
#: doc.src#STR_ERROR_SAVE.string.text
msgid "Error recording document "
-msgstr "Chyba při zaznamenávání dokumentu"
+msgstr "Došlo k chybě při zaznamenávání dokumentu "
#: doc.src#STR_TEMPLATE_FILTER.string.text
msgctxt "doc.src#STR_TEMPLATE_FILTER.string.text"
@@ -387,8 +387,8 @@ msgid ""
"Error copying template \"$1\". \n"
"A template with this name may already exist."
msgstr ""
-"Chyba při kopírování šablony \"$1\". \n"
-"Je možné, že šablona s tímto jménem již existuje."
+"Při kopírování šablony \"$1\" došlo k chybě. \n"
+"Je možné, že tento název již používá jiná šablona."
#: doc.src#STR_ERROR_DELETE_TEMPLATE.string.text
msgid "The template \"$1\" can not be deleted."
@@ -396,7 +396,7 @@ msgstr "Nelze smazat šablonu \"$1\"."
#: doc.src#STR_ERROR_MOVE_TEMPLATE.string.text
msgid "Error moving template \"$1\"."
-msgstr "Chyba při přesunu šablony \"$1\"."
+msgstr "Při přesunu šablony \"$1\" došlo k chybě."
#: doc.src#MSG_ERROR_RESCAN.errorbox.text
msgid "The update could not be saved."
@@ -404,27 +404,27 @@ msgstr "Nelze uložit aktualizace."
#: doc.src#STR_ERROR_SAVE_TEMPLATE.string.text
msgid "Error saving template "
-msgstr "Chyba při ukládání šablony "
+msgstr "Došlo k chybě při ukládání šablony "
#: doc.src#MSG_ERROR_RENAME_TEMPLATE.errorbox.text
msgid "Error renaming template."
-msgstr "Chyba při přejmenování šablony."
+msgstr "Při přejmenování šablony došlo k chybě."
#: doc.src#MSG_ERROR_RENAME_TEMPLATE_REGION.errorbox.text
msgid "Error renaming template category."
-msgstr "Chyba při přejmenování kategorie šablon."
+msgstr "Při přejmenování kategorie šablon došlo k chybě."
#: doc.src#MSG_ERROR_EMPTY_NAME.errorbox.text
msgid "Please specify a name."
-msgstr "Uveďte prosím název."
+msgstr "Zadejte název."
#: doc.src#MSG_ERROR_UNIQ_NAME.errorbox.text
msgid ""
"Please specify a unique name.\n"
"Entries must not be case specific."
msgstr ""
-"Zadejte prosím jedinečné jméno.\n"
-"V položkách nesmí záležet na velikosti písmen."
+"Zadejte jedinečný název.\n"
+"U položek nesmí záležet na velikosti písmen."
#: doc.src#STR_QUERY_DEFAULT_TEMPLATE.string.text
msgid "Should the template \"$(TEXT)\" become the default template?"
@@ -598,7 +598,7 @@ msgstr "Přístup ke stávajícímu úložišti dat není možný."
#: doc.src#STR_PACKNGO_NEWMEDIUM.string.text
msgid "Insert the next data carrier and click OK."
-msgstr "Vložte prosím další nosič dat a stiskněte OK."
+msgstr "Vložte další nosič dat a klikněte na OK."
#: doc.src#STR_OBJECT.string.text
msgid "Object"
diff --git a/translations/source/cs/sfx2/source/menu.po b/translations/source/cs/sfx2/source/menu.po
index 476884a7c21..76103d63cee 100644
--- a/translations/source/cs/sfx2/source/menu.po
+++ b/translations/source/cs/sfx2/source/menu.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+sfx2%2Fsource%2Fmenu.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-06 20:44+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/sfx2/source/view.po b/translations/source/cs/sfx2/source/view.po
index 3e5789176bf..a1d2a617f0a 100644
--- a/translations/source/cs/sfx2/source/view.po
+++ b/translations/source/cs/sfx2/source/view.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-30 18:26+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-22 00:16+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
@@ -20,16 +20,16 @@ msgid ""
"No default printer found.\n"
"Please choose a printer and try again."
msgstr ""
-"Nebyla nalezena žádná přednastavená tiskárna.\n"
-"Vyberte prosím tiskárnu a zkuste znovu."
+"Nebyla nalezena žádná výchozí tiskárna.\n"
+"Vyberte tiskárnu a akci opakujte."
#: view.src#STR_NOSTARTPRINTER.string.text
msgid ""
"Could not start printer.\n"
"Please check your printer configuration."
msgstr ""
-"Nebylo možné inicializovat tiskárnu.\n"
-"Zkontrolujte prosím konfiguraci tiskárny."
+"Tiskárnu nelze inicializovat.\n"
+"Zkontrolujte nastavení tiskárny."
#: view.src#STR_PRINTER_NOTAVAIL.string.text
msgid ""
@@ -53,7 +53,7 @@ msgstr "Tiskárna je zaneprázdněna"
#: view.src#STR_ERROR_PRINT.string.text
msgid "Error while printing"
-msgstr "Chyba při tisku"
+msgstr "Při tisku došlo k chybě"
#: view.src#STR_PRINTING.string.text
msgid "Printing"
@@ -65,7 +65,7 @@ msgstr "Stránka "
#: view.src#STR_ERROR_SAVE_TEMPLATE.string.text
msgid "Error saving template "
-msgstr "Chyba při ukládání šablony "
+msgstr "Došlo k chybě při ukládání šablony "
#: view.src#STR_READONLY.string.text
msgid " (read-only)"
@@ -136,8 +136,8 @@ msgid ""
"An error occurred in sending the message. Possible errors could be a missing user account or a defective setup.\n"
"Please check the %PRODUCTNAME settings or your e-mail program settings."
msgstr ""
-"Během odesílání zprávy nastala chyba. Možnou příčinou této chyby může být chybějící uživatelské konto nebo chyba v nastavení.\n"
-"Zkontrolujte prosím nastavení %PRODUCTNAME nebo nastavení vašeho klienta elektronické pošty."
+"Při odesílání zprávy došlo k chybě. Možnou příčinou chyby může být chybějící uživatelský účet nebo chybné nastavení.\n"
+"Zkontrolujte nastavení %PRODUCTNAME nebo nastavení vašeho klienta elektronické pošty."
#: view.src#MSG_QUERY_OPENASTEMPLATE.querybox.text
msgid "This document cannot be edited, possibly due to missing access rights. Do you want to edit a copy of the document?"
@@ -149,4 +149,4 @@ msgstr " (opravený dokument)"
#: view.src#MSG_ERROR_NO_WEBBROWSER_FOUND.errorbox.text
msgid "%PRODUCTNAME could not find a web browser on your system. Please check your Desktop Preferences or install a web browser (for example, Mozilla) in the default location requested during the browser installation."
-msgstr "%PRODUCTNAME nemůže ve vašem systému nalézt webový prohlížeč. Zkontrolujte prosím nastavení svého systému nebo nainstalujte webový prohlížeč (např. Firefox) do výchozího umístění nabízeného při instalaci prohlížeče."
+msgstr "%PRODUCTNAME se nepodařilo ve vašem systému nalézt webový prohlížeč. Zkontrolujte nastavení systému nebo nainstalujte webový prohlížeč (například Firefox) do výchozího umístění nabízeného při instalaci prohlížeče."
diff --git a/translations/source/cs/shell/source/win32/shlxthandler/res.po b/translations/source/cs/shell/source/win32/shlxthandler/res.po
index fc6a3913211..10596b0c03d 100644
--- a/translations/source/cs/shell/source/win32/shlxthandler/res.po
+++ b/translations/source/cs/shell/source/win32/shlxthandler/res.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+shell%2Fsource%2Fwin32%2Fshlxthandler%2Fres.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-06 20:14+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: shlxthdl.ulf#_TITLE_.LngText.text
diff --git a/translations/source/cs/starmath/source.po b/translations/source/cs/starmath/source.po
index f1b01cb7d7d..f15fc0cc9ed 100644
--- a/translations/source/cs/starmath/source.po
+++ b/translations/source/cs/starmath/source.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-02-19 00:06+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-28 21:51+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
@@ -478,7 +478,7 @@ msgid ""
msgstr ""
"Písmo 'StarMath' nebylo nainstalováno.\n"
"Bez tohoto písma %PRODUCTNAME Math nedokáže správně fungovat.\n"
-"Nainstalujte prosím toto písmo a restartujte %PRODUCTNAME Math."
+"Nainstalujte toto písmo a %PRODUCTNAME Math restartujte."
#: smres.src#RID_DEFAULTSAVEQUERY.querybox.text
msgid ""
@@ -1235,7 +1235,7 @@ msgstr "Oblouček"
#: toolbox.src#RID_TOOLBOXWINDOW.TOOLBOX_CAT_F.RID_CIRCLEX.toolboxitem.text
msgid "Circle"
-msgstr "Kruh"
+msgstr "Kroužek"
#: toolbox.src#RID_TOOLBOXWINDOW.TOOLBOX_CAT_F.RID_VECX.toolboxitem.text
msgid "Vector Arrow"
diff --git a/translations/source/cs/svl/source/items.po b/translations/source/cs/svl/source/items.po
index cbbf7afabf3..3e6dcf61b87 100644
--- a/translations/source/cs/svl/source/items.po
+++ b/translations/source/cs/svl/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:30+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/svl/source/misc.po b/translations/source/cs/svl/source/misc.po
index fbe3cbd0dad..63c9c519099 100644
--- a/translations/source/cs/svl/source/misc.po
+++ b/translations/source/cs/svl/source/misc.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+svl%2Fsource%2Fmisc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-21 19:34+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: mediatyp.src#STR_SVT_MIMETYPE_APP_OCTSTREAM.string.text
diff --git a/translations/source/cs/svtools/source/contnr.po b/translations/source/cs/svtools/source/contnr.po
index 37d143dcf5e..d160c72fe07 100644
--- a/translations/source/cs/svtools/source/contnr.po
+++ b/translations/source/cs/svtools/source/contnr.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+svtools%2Fsource%2Fcontnr.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-14 23:21+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/svtools/source/control.po b/translations/source/cs/svtools/source/control.po
index d07d857a93b..ec352f13b78 100644
--- a/translations/source/cs/svtools/source/control.po
+++ b/translations/source/cs/svtools/source/control.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+svtools%2Fsource%2Fcontrol.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-29 17:05+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/svtools/source/dialogs.po b/translations/source/cs/svtools/source/dialogs.po
index 365bab4b2e1..b0bed496833 100644
--- a/translations/source/cs/svtools/source/dialogs.po
+++ b/translations/source/cs/svtools/source/dialogs.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+svtools%2Fsource%2Fdialogs.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-29 16:36+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/svtools/source/filter.po b/translations/source/cs/svtools/source/filter.po
index 6044c6e0d27..023f0135f11 100644
--- a/translations/source/cs/svtools/source/filter.po
+++ b/translations/source/cs/svtools/source/filter.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+svtools%2Fsource%2Ffilter.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-30 23:59+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/svtools/source/java.po b/translations/source/cs/svtools/source/java.po
index 6861350100c..3b1261f7542 100644
--- a/translations/source/cs/svtools/source/java.po
+++ b/translations/source/cs/svtools/source/java.po
@@ -3,21 +3,21 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-12-18 21:53+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-21 00:10+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: javaerror.src#WARNINGBOX_JAVANOTFOUND.warningbox.text
msgid "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. Please install a JRE and restart %PRODUCTNAME."
-msgstr "%PRODUCTNAME vyžaduje pro vykonání této funkce běhové prostředí Javy (JRE). Nainstalujte prosím JRE a restartujte %PRODUCTNAME."
+msgstr "Pro vykonání této funkce vyžaduje %PRODUCTNAME běhové prostředí Javy (JRE). Nainstalujte JRE a %PRODUCTNAME restartujte."
#: javaerror.src#WARNINGBOX_INVALIDJAVASETTINGS.warningbox.text
msgid "The %PRODUCTNAME configuration has been changed. Under Tools - Options - %PRODUCTNAME - Java, select the Java runtime environment you want to have used by %PRODUCTNAME."
@@ -33,7 +33,7 @@ msgstr "%PRODUCTNAME vyžaduje pro vykonání této úlohy běhové prostředí
#: javaerror.src#ERRORBOX_RESTARTREQUIRED.errorbox.text
msgid "For the selected Java runtime environment to work properly, %PRODUCTNAME must be restarted. Please restart %PRODUCTNAME now."
-msgstr "Aby mohlo zvolené běhové prostředí Javy správně pracovat, je nutné restartovat %PRODUCTNAME. Nyní prosím restartujte %PRODUCTNAME."
+msgstr "Aby mohlo zvolené běhové prostředí Javy správně pracovat, je nutné %PRODUCTNAME restartovat. Restartujte %PRODUCTNAME."
#: javaerror.src#STR_WARNING_JAVANOTFOUND.string.text
msgid "JRE Required"
diff --git a/translations/source/cs/svtools/source/misc.po b/translations/source/cs/svtools/source/misc.po
index 70e715c7f4e..58349929b98 100644
--- a/translations/source/cs/svtools/source/misc.po
+++ b/translations/source/cs/svtools/source/misc.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+svtools%2Fsource%2Fmisc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-02-16 22:18+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: langtab.src#STR_ARR_SVT_LANGUAGE_TABLE.LANGUAGE_NONE.pairedlist.text
diff --git a/translations/source/cs/svtools/source/plugapp.po b/translations/source/cs/svtools/source/plugapp.po
index 5823e234217..a4a59ad5af4 100644
--- a/translations/source/cs/svtools/source/plugapp.po
+++ b/translations/source/cs/svtools/source/plugapp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2011-04-05 13:30+0200\n"
-"Last-Translator: pawell <p.franc@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-20 22:27+0200\n"
+"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -33,11 +33,11 @@ msgstr "Zobrazit všechna okna"
#: testtool.src#DisplayHidToolBox.TT_KURZNAME.toolboxitem.text
msgid "Show short names (if available)"
-msgstr "Zobrazit krátká jména (jsou-li dostupná)"
+msgstr "Zobrazit krátké názvy (pokud existují)"
#: testtool.src#DisplayHidToolBox.TT_LANGNAME.toolboxitem.text
msgid "Always show long-name"
-msgstr "Vždy zobrazovat dlouhá jména"
+msgstr "Vždy zobrazovat dlouhé názvy"
#: testtool.src#DisplayHidToolBox.toolbox.text
msgid "DisplayHID"
diff --git a/translations/source/cs/svtools/source/toolpanel.po b/translations/source/cs/svtools/source/toolpanel.po
index 38ac48bddb2..57a3cedcc1b 100644
--- a/translations/source/cs/svtools/source/toolpanel.po
+++ b/translations/source/cs/svtools/source/toolpanel.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 13:30+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/svtools/workben/unodialog.po b/translations/source/cs/svtools/workben/unodialog.po
index 41b4329f680..2c73e677637 100644
--- a/translations/source/cs/svtools/workben/unodialog.po
+++ b/translations/source/cs/svtools/workben/unodialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 13:30+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/svx/inc.po b/translations/source/cs/svx/inc.po
index 3a606f67bb8..d8aac3a2c4e 100644
--- a/translations/source/cs/svx/inc.po
+++ b/translations/source/cs/svx/inc.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%2Finc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-18 22:23+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/svx/source/accessibility.po b/translations/source/cs/svx/source/accessibility.po
index 7d60b3de5f1..b8ea66c23fc 100644
--- a/translations/source/cs/svx/source/accessibility.po
+++ b/translations/source/cs/svx/source/accessibility.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%2Faccessibility.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-02-18 22:24+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/svx/source/dialog.po b/translations/source/cs/svx/source/dialog.po
index 429299752cd..f964b0880e2 100644
--- a/translations/source/cs/svx/source/dialog.po
+++ b/translations/source/cs/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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-19 00:34+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-21 00:10+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: docrecovery.src#RID_SVXPAGE_DOCRECOVERY_SAVE.FT_SAVE_TITLE.fixedtext.text
@@ -61,7 +61,7 @@ msgstr "Stav obnovených dokumentů:"
#: docrecovery.src#RID_SVXPAGE_DOCRECOVERY_RECOVER.STR_HEADERBAR.string.text
msgid "Document Name\tStatus"
-msgstr "Jméno dokumentu\tStav"
+msgstr "Název dokumentu\t Stav"
#: docrecovery.src#RID_SVXPAGE_DOCRECOVERY_RECOVER.BTN_RECOV_NEXT.pushbutton.text
msgid "~Start Recovery >"
@@ -210,7 +210,7 @@ msgstr "Dovoluji, aby mě Oracle kontaktoval ohledně této zprávy."
#: docrecovery.src#RID_SVXPAGE_ERR_REP_SEND.FT_ERRSEND_EMAILADDR.fixedtext.text
msgid "~Please enter your e-mail address"
-msgstr "Zadejte prosím svou adresu elektronické pošty"
+msgstr "Zadejte svou adresu elektronické pošty"
#: docrecovery.src#RID_SVXPAGE_ERR_REP_SEND.BTN_RECOV_PREV.pushbutton.text
msgctxt "docrecovery.src#RID_SVXPAGE_ERR_REP_SEND.BTN_RECOV_PREV.pushbutton.text"
diff --git a/translations/source/cs/svx/source/engine3d.po b/translations/source/cs/svx/source/engine3d.po
index c92fa9807ff..1b475ff5748 100644
--- a/translations/source/cs/svx/source/engine3d.po
+++ b/translations/source/cs/svx/source/engine3d.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%2Fengine3d.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-05 12:48+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/svx/source/fmcomp.po b/translations/source/cs/svx/source/fmcomp.po
index b7e88d6ecfc..9fda5e17bd3 100644
--- a/translations/source/cs/svx/source/fmcomp.po
+++ b/translations/source/cs/svx/source/fmcomp.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%2Ffmcomp.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-04-16 23:37+0200\n"
-"Last-Translator: pawell <p.franc@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-03-03 11:44+0200\n"
+"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: gridctrl.src#RID_SVXMNU_ROWS.SID_FM_DELETEROWS.menuitem.text
@@ -37,7 +37,7 @@ msgstr "Zaškrtávací políčko"
#: gridctrl.src#RID_SVXMNU_COLS.SID_FM_INSERTCOL.SID_FM_COMBOBOX.menuitem.text
msgid "Combo Box"
-msgstr "Kombinované pole"
+msgstr "Pole se seznamem"
#: gridctrl.src#RID_SVXMNU_COLS.SID_FM_INSERTCOL.SID_FM_LISTBOX.menuitem.text
msgid "List Box"
diff --git a/translations/source/cs/svx/source/form.po b/translations/source/cs/svx/source/form.po
index 584aa101c19..9b247550635 100644
--- a/translations/source/cs/svx/source/form.po
+++ b/translations/source/cs/svx/source/form.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-18 22:25+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-03-03 11:44+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
@@ -167,7 +167,7 @@ msgstr "Prefix '%1' není v XML platný, zadejte jiný prefix."
#: datanavi.src#RID_ERR_DOUBLE_MODELNAME.errorbox.text
msgid "The name '%1' already exists. Please enter a new name."
-msgstr "Název '%1' již existuje. Zvolte prosím jiné jméno."
+msgstr "Název '%1' již existuje. Zadejte jiný název."
#: datanavi.src#RID_ERR_EMPTY_SUBMISSIONNAME.errorbox.text
msgid "The submission must have a name."
@@ -697,11 +697,11 @@ msgstr "Není null"
#: fmstring.src#RID_ERR_CONTEXT_ADDFORM.string.text
msgid "Error while creating form"
-msgstr "Chyba při vytváření formuláře"
+msgstr "Došlo k chybě při vytváření formuláře"
#: fmstring.src#RID_ERR_FIELDREQUIRED.string.text
msgid "Input required in field '#'. Please enter a value."
-msgstr "Je vyžadován vstup v poli '#'. Zadejte prosím hodnotu."
+msgstr "Pole '#' nemůže být prázdné. Zadejte nějakou hodnotu."
#: fmstring.src#RID_ERR_DUPLICATE_NAME.string.text
msgid ""
@@ -709,7 +709,7 @@ msgid ""
"Please choose another name."
msgstr ""
"Položka již existuje.\n"
-"Zvolte prosím jiné jméno."
+"Zvolte jiný název."
#: fmstring.src#RID_STR_FORMS.string.text
msgid "Forms"
@@ -777,7 +777,7 @@ msgstr "Výběr polí:"
#: fmstring.src#RID_STR_WRITEERROR.string.text
msgid "Error writing data to database"
-msgstr "Chyba při zápisu dat do databáze"
+msgstr "Při zápisu dat do databáze došlo k chybě"
#: fmstring.src#RID_STR_SYNTAXERROR.string.text
msgid "Syntax error in query expression"
@@ -889,7 +889,7 @@ msgstr "Seznam"
#: fmstring.src#RID_STR_PROPTITLE_COMBOBOX.string.text
msgid "Combo Box"
-msgstr "Kombinované pole"
+msgstr "Pole se seznamem"
#: fmstring.src#RID_STR_PROPTITLE_IMAGEBUTTON.string.text
msgid "Image Button"
@@ -1095,7 +1095,7 @@ msgstr "LIKE nemůže být použito s tímto polem."
#: fmstring.src#RID_STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID.string.text
msgid "The value entered is not a valid date. Please enter a date in a valid format, for example, MM/DD/YY."
-msgstr "Zadaná hodnota není platné datum. Zadejte prosím hodnotu v platném formátu. (Např. MM/DD/YY.)"
+msgstr "Zadaná hodnota není platné datum. Zadejte datum v platném formátu. (Např. MM/DD/YY.)"
#: fmstring.src#RID_STR_SVT_SQL_SYNTAX_INT_NO_VALID.string.text
msgid "The field cannot be compared with an integer."
diff --git a/translations/source/cs/svx/source/gallery2.po b/translations/source/cs/svx/source/gallery2.po
index b3f3d921fdc..9ea060c2a5e 100644
--- a/translations/source/cs/svx/source/gallery2.po
+++ b/translations/source/cs/svx/source/gallery2.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%2Fgallery2.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-27 23:23+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-21 00:14+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: gallery.src#RID_SVXDLG_GALLERYBROWSER.dockingwindow.text
@@ -97,8 +97,8 @@ msgid ""
"This theme name already exists.\n"
"Please choose a different one."
msgstr ""
-"Takový název motivu vzhledu již existuje.\n"
-"Zvolte prosím jiný."
+"Motiv s tímto názvem již existuje.\n"
+"Zvolte jiný název."
#: gallery.src#RID_SVXSTR_GALLERY_IMPORTTHEME.string.text
msgid "I~mport..."
diff --git a/translations/source/cs/svx/source/items.po b/translations/source/cs/svx/source/items.po
index f22c4b3139c..c2f334f9e4c 100644
--- a/translations/source/cs/svx/source/items.po
+++ b/translations/source/cs/svx/source/items.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-02-10 22:32+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-22 00:21+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
@@ -17,27 +17,27 @@ msgstr ""
#: svxerr.src#RID_SVXERRCTX.ERRCTX_SVX_LINGU_THESAURUS_ERRCODE_RES_MASK.string.text
msgid "$(ERR) executing the thesaurus."
-msgstr "Chyba při spuštění slovníku synonym ($(ERR))."
+msgstr "Při spuštění slovníku synonym došlo k chybě ($(ERR))."
#: svxerr.src#RID_SVXERRCTX.ERRCTX_SVX_LINGU_SPELLING_ERRCODE_RES_MASK.string.text
msgid "$(ERR) executing the spellcheck."
-msgstr "Chyba při spuštění kontroly pravopisu ($(ERR))."
+msgstr "Při spuštění kontroly pravopisu došlo k chybě ($(ERR))."
#: svxerr.src#RID_SVXERRCTX.ERRCTX_SVX_LINGU_HYPHENATION_ERRCODE_RES_MASK.string.text
msgid "$(ERR) executing the hyphenation."
-msgstr "Chyba při spuštění dělení slov ($(ERR))."
+msgstr "Při spuštění dělení slov došlo k chybě ($(ERR))."
#: svxerr.src#RID_SVXERRCTX.ERRCTX_SVX_LINGU_DICTIONARY_ERRCODE_RES_MASK.string.text
msgid "$(ERR) creating a dictionary."
-msgstr "Chyba při vytváření slovníku ($(ERR))."
+msgstr "Při vytváření slovníku došlo k chybě ($(ERR))."
#: svxerr.src#RID_SVXERRCTX.ERRCTX_SVX_BACKGROUND_ERRCODE_RES_MASK.string.text
msgid "$(ERR) setting background attribute."
-msgstr "Chyba při nastavování pozadí ($(ERR))."
+msgstr "Při nastavování pozadí došlo k chybě ($(ERR))."
#: svxerr.src#RID_SVXERRCTX.ERRCTX_SVX_IMPORT_GRAPHIC_ERRCODE_RES_MASK.string.text
msgid "$(ERR) loading the graphics."
-msgstr "Chyba při načítání obrázku ($(ERR))."
+msgstr "Při načítání obrázku došlo k chybě ($(ERR))."
#: svxerr.src#RID_SVXERRCODE.ERRCODE_SVX_LINGU_THESAURUSNOTEXISTS_ERRCODE_RES_MASK.string.text
msgid ""
@@ -54,7 +54,7 @@ msgid ""
" or activate it under 'Tools - Options - Language Settings - Writing Aids'."
msgstr ""
"$(ARG1) není kontrolou pravopisu podporováno nebo není aktivní.\n"
-"Zkontrolujte prosím svou instalaci a v případě potřeby nainstalujte požadovaný jazykový modul,\n"
+"Zkontrolujte svou instalaci a v případě potřeby nainstalujte požadovaný jazykový modul,\n"
"nebo ho aktivujte pomocí 'Nástroje - Možnosti... - Jazyková nastavení - Pomůcky pro psaní'."
#: svxerr.src#RID_SVXERRCODE.ERRCODE_SVX_LINGU_LINGUNOTEXISTS_ERRCODE_RES_MASK.string.text
@@ -95,15 +95,15 @@ msgstr "Nelze uložit vrstvu formuláře, jelikož nelze vytvořit požadované
#: svxerr.src#RID_SVXERRCODE._ERRCODE_SVX_FORMS_READWRITEFAILED___ERRCODE_CLASS_READ____ERRCODE_RES_MASK.string.text
msgid "An error occurred while reading the form controls. The form layer has not been loaded."
-msgstr "Nastala chyba při čtení formulářových prvků. Vrstva formuláře nebyla načtena."
+msgstr "Při čtení formulářových prvků došlo k chybě. Vrstva formuláře nebyla načtena."
#: svxerr.src#RID_SVXERRCODE._ERRCODE_SVX_FORMS_READWRITEFAILED___ERRCODE_CLASS_WRITE____ERRCODE_RES_MASK.string.text
msgid "An error occurred while writing the form controls. The form layer has not been saved."
-msgstr "Nastala chyba při zápisu formulářových prvků. Vrstva formuláře nebyla uložena."
+msgstr "Při zápisu formulářových prvků došlo k chybě. Vrstva formuláře nebyla uložena."
#: svxerr.src#RID_SVXERRCODE._ERRCODE_SVX_BULLETITEM_NOBULLET___ERRCODE_CLASS_READ____ERRCODE_RES_MASK.string.text
msgid "An error occurred while reading one of the bullets. Not all of the bullets were loaded."
-msgstr "Nastala chyba při čtení jedné z odrážek. Ne všechny odrážky byly načteny."
+msgstr "Při čtení některé z odrážek došlo k chybě. Nebyly načteny všechny odrážky."
#: svxerr.src#RID_SVXERRCODE.ERRCODE_SVX_MODIFIED_VBASIC_STORAGE___ERRCODE_RES_MASK.string.text
msgid "All changes to the Basic Code are lost.The original VBA Macro Code is saved instead."
diff --git a/translations/source/cs/svx/source/src.po b/translations/source/cs/svx/source/src.po
index a910b3171f5..9ec96a1bae4 100644
--- a/translations/source/cs/svx/source/src.po
+++ b/translations/source/cs/svx/source/src.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-05 19:30+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-22 00:27+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
@@ -69,7 +69,7 @@ msgstr "$(ERR) při vytváření dokumentu"
#: errtxt.src#RID_ERRCTX.ERRCTX_SFX_CREATEOBJSH.string.text
msgid "$(ERR) expanding entry"
-msgstr "Chyba $(ERR) při expanzi položky"
+msgstr "Při rozbalení položky došlo k chybě $(ERR)"
#: errtxt.src#RID_ERRCTX.ERRCTX_SFX_LOADBASIC.string.text
msgid "$(ERR) loading BASIC of document $(ARG1)"
@@ -312,7 +312,7 @@ msgstr "Bylo zadáno chybné heslo"
#: errtxt.src#RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.string.text
msgid "Error reading file."
-msgstr "Chyba při čtení souboru."
+msgstr "Při čtení souboru došlo k chybě."
#: errtxt.src#RID_ERRHDL.ERRCODE_SFX_DOCUMENTREADONLY.string.text
msgid "The document was opened as read-only."
@@ -324,7 +324,7 @@ msgstr "Obecná chyba OLE."
#: errtxt.src#RID_ERRHDL.ERRCODE_INET_NAME_RESOLVE.string.text
msgid "The host name $(ARG1) could not be resolved."
-msgstr "Jméno počítače $(ARG1) není možné rozklíčovat."
+msgstr "Název hostitele $(ARG1) se nepodařilo přeložit."
#: errtxt.src#RID_ERRHDL.ERRCODE_INET_CONNECT.string.text
msgid "Could not establish Internet connection to $(ARG1)."
@@ -335,7 +335,7 @@ msgid ""
"Error reading data from the Internet.\n"
"Server error message: $(ARG1)."
msgstr ""
-"Chyba při čtení dat z Internetu.\n"
+"Při čtení dat z Internetu došlo k chybě.\n"
"Chybová zpráva serveru: $(ARG1)."
#: errtxt.src#RID_ERRHDL.ERRCODE_INET_WRITE.string.text
@@ -343,7 +343,7 @@ msgid ""
"Error transferring data to the Internet.\n"
"Server error message: $(ARG1)."
msgstr ""
-"Chyba při přenosu dat v Internetu.\n"
+"Při odeslání dat na Internet došlo k chybě.\n"
"Chybová zpráva serveru: $(ARG1)."
#: errtxt.src#RID_ERRHDL.ERRCODE_INET_GENERAL.string.text
@@ -463,11 +463,11 @@ msgid ""
"Please save the document in a %PRODUCTNAME %PRODUCTVERSION file format."
msgstr ""
"Tento dokument obsahuje atributy, které nemohou být uloženy ve vybraném formátu.\n"
-"Uložte prosím dokument ve formátu %PRODUCTNAME %PRODUCTVERSION."
+"Uložte dokument ve formátu %PRODUCTNAME %PRODUCTVERSION."
#: errtxt.src#RID_ERRHDL.ERRCODE_SFX_TARGETFILECORRUPTED.string.text
msgid "The file $(FILENAME) cannot be saved. Please check your system settings. You can find an automatically generated backup copy of this file in folder $(PATH) named $(BACKUPNAME)."
-msgstr "Soubor $(FILENAME) nemůže být uložen. Ověřte prosím nastavení vašeho systému. Automaticky generovanou záložní kopii tohoto souboru naleznete v adresáři $(PATH) pod názvem $(BACKUPNAME)."
+msgstr "Soubor $(FILENAME) nemůže být uložen. Ověřte nastavení vašeho systému. Automaticky generovanou záložní kopii tohoto souboru naleznete v adresáři $(PATH) pod názvem $(BACKUPNAME)."
#: errtxt.src#RID_ERRHDL.ERRCODE_SFX_NOMOREDOCUMENTSALLOWED.string.text
msgid "The maximum number of documents that can be opened at the same time has been reached. You need to close one or more documents before you can open a new document."
diff --git a/translations/source/cs/svx/source/stbctrls.po b/translations/source/cs/svx/source/stbctrls.po
index 9cab4f00f4b..cd08ab074b0 100644
--- a/translations/source/cs/svx/source/stbctrls.po
+++ b/translations/source/cs/svx/source/stbctrls.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%2Fstbctrls.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-02-05 19:22+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/svx/source/svdraw.po b/translations/source/cs/svx/source/svdraw.po
index b06e94b7437..06caee18f28 100644
--- a/translations/source/cs/svx/source/svdraw.po
+++ b/translations/source/cs/svx/source/svdraw.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-05 19:28+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-25 16:21+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
@@ -1520,7 +1520,7 @@ msgstr "Umístění je zamknuto"
#: svdstr.src#STR_ItemNam_OBJSIZEPROTECT.string.text
msgid "Size Protection"
-msgstr "Rozsah uzamčení"
+msgstr "Uzamknout velikost"
#: svdstr.src#STR_ItemNam_OBJPRINTABLE.string.text
msgid "Don't print"
diff --git a/translations/source/cs/svx/source/table.po b/translations/source/cs/svx/source/table.po
index ddf34fb9db7..3222027984e 100644
--- a/translations/source/cs/svx/source/table.po
+++ b/translations/source/cs/svx/source/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 13:30+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/svx/source/tbxctrls.po b/translations/source/cs/svx/source/tbxctrls.po
index f13154b51de..08ab34bd77e 100644
--- a/translations/source/cs/svx/source/tbxctrls.po
+++ b/translations/source/cs/svx/source/tbxctrls.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%2Ftbxctrls.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-05 12:59+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/svx/source/toolbars.po b/translations/source/cs/svx/source/toolbars.po
index f546bb436fe..c47f8fa5131 100644
--- a/translations/source/cs/svx/source/toolbars.po
+++ b/translations/source/cs/svx/source/toolbars.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%2Ftoolbars.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-05 12:18+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/svx/source/unodialogs/textconversiondlgs.po b/translations/source/cs/svx/source/unodialogs/textconversiondlgs.po
index e50d452a7f9..73e5e67eac7 100644
--- a/translations/source/cs/svx/source/unodialogs/textconversiondlgs.po
+++ b/translations/source/cs/svx/source/unodialogs/textconversiondlgs.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%2Funodialogs%2Ftextconversiondlgs.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-05 11:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-20 22:33+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: chinese_translationdialog.src#DLG_CHINESETRANSLATION.FL_DIRECTION.fixedline.text
@@ -123,7 +123,7 @@ msgstr "Přídavné jméno"
#: chinese_dialogs.src#DLG_CHINESEDICTIONARY.LB_PROPERTY.10.stringlist.text
msgctxt "chinese_dialogs.src#DLG_CHINESEDICTIONARY.LB_PROPERTY.10.stringlist.text"
msgid "Idiom"
-msgstr "Nářečí"
+msgstr "Výraz"
#: chinese_dialogs.src#DLG_CHINESEDICTIONARY.LB_PROPERTY.11.stringlist.text
msgctxt "chinese_dialogs.src#DLG_CHINESEDICTIONARY.LB_PROPERTY.11.stringlist.text"
@@ -268,7 +268,7 @@ msgstr "Přídavné jméno"
#: chinese_dictionarydialog.src#DLG_CHINESEDICTIONARY.LB_PROPERTY.10.stringlist.text
msgctxt "chinese_dictionarydialog.src#DLG_CHINESEDICTIONARY.LB_PROPERTY.10.stringlist.text"
msgid "Idiom"
-msgstr "Nářečí"
+msgstr "Výraz"
#: chinese_dictionarydialog.src#DLG_CHINESEDICTIONARY.LB_PROPERTY.11.stringlist.text
msgctxt "chinese_dictionarydialog.src#DLG_CHINESEDICTIONARY.LB_PROPERTY.11.stringlist.text"
diff --git a/translations/source/cs/sw/source/core/layout.po b/translations/source/cs/sw/source/core/layout.po
index 1bf09a1808e..c33e04296f9 100644
--- a/translations/source/cs/sw/source/core/layout.po
+++ b/translations/source/cs/sw/source/core/layout.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-19 17:00+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: none\n"
-"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/sw/source/core/undo.po b/translations/source/cs/sw/source/core/undo.po
index 08853a75486..4758e2aa58b 100644
--- a/translations/source/cs/sw/source/core/undo.po
+++ b/translations/source/cs/sw/source/core/undo.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%2Fcore%2Fundo.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-02-05 11:59+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/sw/source/core/unocore.po b/translations/source/cs/sw/source/core/unocore.po
index cbd9e530c10..b2f551be6bc 100644
--- a/translations/source/cs/sw/source/core/unocore.po
+++ b/translations/source/cs/sw/source/core/unocore.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%2Fcore%2Funocore.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-18 22:26+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\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/cs/sw/source/ui/app.po b/translations/source/cs/sw/source/ui/app.po
index 7d4c88e15bc..0c6c525e504 100644
--- a/translations/source/cs/sw/source/ui/app.po
+++ b/translations/source/cs/sw/source/ui/app.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-02-05 17:32+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-22 00:32+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
@@ -713,15 +713,15 @@ msgstr "Bez názvu"
#: app.src#STR_LOAD_GLOBAL_DOC.string.text
msgid "Name and Path of Master Document"
-msgstr "Jméno a cesta hlavního dokumentu"
+msgstr "Název a cesta hlavního dokumentu"
#: app.src#STR_LOAD_HTML_DOC.string.text
msgid "Name and Path of the HTML Document"
-msgstr "Jméno a cesta HTML dokumentu"
+msgstr "Název a cesta HTML dokumentu"
#: app.src#MSG_ERROR_SEND_MAIL.infobox.text
msgid "Error sending mail."
-msgstr "Chyba při odesílání pošty."
+msgstr "Při odesílání pošty došlo k chybě."
#: app.src#MSG_ERROR_PASSWD.infobox.text
msgid "Invalid password"
@@ -914,7 +914,7 @@ msgstr "Tato akce smaže seznam operací, které je možné vrátit zpět. Změn
#: app.src#MSG_PRINT_AS_MERGE.querybox.text
msgid "Your document contains address database fields. Do you want to print a form letter?"
-msgstr "Váš dokument obsahuje pole databáze s adresou. Chcete vytisknout sériový dopis?"
+msgstr "Váš dokument obsahuje pole databáze s adresou. Chcete vytisknout formulářový dopis?"
#: app.src#DLG_MERGE_SOURCE_UNAVAILABLE.ST_MERGE_SOURCE_UNAVAILABLE.fixedtext.text
msgid ""
@@ -922,9 +922,9 @@ msgid ""
"\n"
"Please check the connections settings."
msgstr ""
-"Zdroj dat \\'%1\\' nebyl nalezen. Nelze vytvořit spojení ke zdroji dat.\n"
+"Zdroj dat \\'%1\\' nebyl nalezen. Připojení ke zdroji dat nelze vytvořit.\n"
"\n"
-"Zkontrolujte prosím nastavení spojení."
+"Zkontrolujte nastavení spojení."
#: app.src#DLG_MERGE_SOURCE_UNAVAILABLE.PB_MERGE_OK.okbutton.text
msgid "Check Connection Settings..."
@@ -932,7 +932,7 @@ msgstr "Zkontrolovat nastavení spojení..."
#: app.src#MSG_DATA_SOURCES_UNAVAILABLE.warningbox.text
msgid "No data source has been set up yet. You need a data source, such as a database, to supply data (for example, names and addresses) for the fields."
-msgstr "Ještě nebyl nastaven žádný zdroj dat. Potřebujete pro hodnoty polí (např. jména a adresy) nastavit zdroj dat?"
+msgstr "Ještě nebyl nastaven žádný zdroj dat. Pro doplnění hodnot polí (třeba jména a adresy) potřebujete zdroj dat, například databázi."
#: app.src#RID_MODULE_TOOLBOX.string.text
msgid "Function Bar (viewing mode)"
@@ -960,11 +960,11 @@ msgstr "Obrázek není možné zobrazit."
#: error.src#ERR_CLPBRD_WRITE.infobox.text
msgid "Error while copying to the clipboard."
-msgstr "Chyba při kopírování do schránky."
+msgstr "Při kopírování do schránky došlo k chybě."
#: error.src#ERR_CLPBRD_READ.infobox.text
msgid "Error reading from the clipboard."
-msgstr "Chyba při čtení ze schránky."
+msgstr "Při čtení ze schránky došlo k chybě."
#: error.src#RID_SW_ERRHDL.ERR_CODE___ERRCODE_CLASS_READ___ERR_SWG_FILE_FORMAT_ERROR__.string.text
msgid "File format error found."
@@ -972,7 +972,7 @@ msgstr "Chybný formát souboru."
#: error.src#RID_SW_ERRHDL.ERR_CODE___ERRCODE_CLASS_READ___ERR_SWG_READ_ERROR__.string.text
msgid "Error reading file."
-msgstr "Chyba při čtení souboru."
+msgstr "Při čtení souboru došlo k chybě."
#: error.src#RID_SW_ERRHDL.ERR_CODE___ERRCODE_CLASS_READ___ERR_SW6_INPUT_FILE__.string.text
msgid "Input file error."
@@ -997,7 +997,7 @@ msgstr "Toto není soubor WinWord6."
#: error.src#RID_SW_ERRHDL.ERR_CODE___ERRCODE_CLASS_READ___ERR_WW6_FASTSAVE_ERR__.string.text
msgctxt "error.src#RID_SW_ERRHDL.ERR_CODE___ERRCODE_CLASS_READ___ERR_WW6_FASTSAVE_ERR__.string.text"
msgid "This file was saved with WinWord in 'Fast Save' mode. Please unmark the WinWord option 'Allow Fast Saves' and save the file again."
-msgstr "Tento soubor byl uložen ve WinWord v režimu 'Rychlé ukládání'. Vypněte prosím možnost 'Povolit rychlé ukládání' a uložte soubor znovu."
+msgstr "Tento soubor byl uložen ve WinWord v režimu 'Rychlé ukládání'. Vypněte možnost 'Povolit rychlé ukládání' a soubor uložte znovu."
#: error.src#RID_SW_ERRHDL.ERR_CODE___ERRCODE_CLASS_READ___ERR_FORMAT_ROWCOL__.string.text
msgid "File format error found at $(ARG1)(row,col)."
@@ -1018,7 +1018,7 @@ msgstr "Chybný formát souboru v sub-dokumentu $(ARG1) na pozici $(ARG2)(řáde
#: error.src#RID_SW_ERRHDL.ERR_CODE___ERRCODE_CLASS_WRITE___ERR_SWG_WRITE_ERROR__.string.text
msgid "Error writing file."
-msgstr "Chyba při zápisu souboru."
+msgstr "Při zápisu souboru došlo k chybě."
#: error.src#RID_SW_ERRHDL.ERR_CODE___ERRCODE_CLASS_WRITE___ERR_SWG_OLD_GLOSSARY__.string.text
msgid "Wrong AutoText document version."
@@ -1027,7 +1027,7 @@ msgstr "Špatná verze AutoText dokumentu."
#: error.src#RID_SW_ERRHDL.ERR_CODE___ERRCODE_CLASS_WRITE___ERR_WRITE_ERROR_FILE__.string.text
msgctxt "error.src#RID_SW_ERRHDL.ERR_CODE___ERRCODE_CLASS_WRITE___ERR_WRITE_ERROR_FILE__.string.text"
msgid "Error in writing sub-document $(ARG1)."
-msgstr "Chyba při zápisu sub-dokumentu $(ARG1)."
+msgstr "Při zápisu vnořeného dokumentu $(ARG1) došlo k chybě."
#: error.src#RID_SW_ERRHDL.ERR_CODE___ERRCODE_CLASS_READ___ERR_SWG_INTERNAL_ERROR__.string.text
msgctxt "error.src#RID_SW_ERRHDL.ERR_CODE___ERRCODE_CLASS_READ___ERR_SWG_INTERNAL_ERROR__.string.text"
@@ -1066,7 +1066,7 @@ msgstr "Není možné načíst kresby."
#: error.src#RID_SW_ERRHDL.WARN_CODE___ERRCODE_CLASS_READ___WARN_WW6_FASTSAVE_ERR__.string.text
msgctxt "error.src#RID_SW_ERRHDL.WARN_CODE___ERRCODE_CLASS_READ___WARN_WW6_FASTSAVE_ERR__.string.text"
msgid "This file was saved with WinWord in 'Fast Save' mode. Please unmark the WinWord option 'Allow Fast Saves' and save the file again."
-msgstr "Tento soubor byl uložen ve WinWord v režimu 'Rychlé ukládání'. Vypněte prosím možnost 'Povolit rychlé ukládání' a uložte soubor znovu."
+msgstr "Tento soubor byl uložen ve WinWord v režimu 'Rychlé ukládání'. Vypněte možnost 'Povolit rychlé ukládání' a soubor uložte znovu."
#: error.src#RID_SW_ERRHDL.WARN_CODE___ERRCODE_CLASS_READ___WARN_SWG_FEATURES_LOST__.string.text
msgid "Not all attributes could be read."
@@ -1103,7 +1103,7 @@ msgstr ""
#: error.src#RID_SW_ERRHDL.ERR_CODE___ERRCODE_CLASS_WRITE___WARN_WRITE_ERROR_FILE__.string.text
msgctxt "error.src#RID_SW_ERRHDL.ERR_CODE___ERRCODE_CLASS_WRITE___WARN_WRITE_ERROR_FILE__.string.text"
msgid "Error in writing sub-document $(ARG1)."
-msgstr "Chyba při zápisu sub-dokumentu $(ARG1)."
+msgstr "Při zápisu vnořeného dokumentu $(ARG1) došlo k chybě."
#: error.src#RID_SW_ERRHDL.ERR_CODE___ERRCODE_CLASS_WRITE___WARN_FORMAT_FILE_ROWCOL__.string.text
msgctxt "error.src#RID_SW_ERRHDL.ERR_CODE___ERRCODE_CLASS_WRITE___WARN_FORMAT_FILE_ROWCOL__.string.text"
diff --git a/translations/source/cs/sw/source/ui/chrdlg.po b/translations/source/cs/sw/source/ui/chrdlg.po
index 37ef03abbf1..d9137ea2df9 100644
--- a/translations/source/cs/sw/source/ui/chrdlg.po
+++ b/translations/source/cs/sw/source/ui/chrdlg.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%2Fchrdlg.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-18 22:29+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: swbreak.src#DLG_BREAK.RB_LINE.radiobutton.text
diff --git a/translations/source/cs/sw/source/ui/config.po b/translations/source/cs/sw/source/ui/config.po
index 32af5a0b314..c988683c276 100644
--- a/translations/source/cs/sw/source/ui/config.po
+++ b/translations/source/cs/sw/source/ui/config.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-18 21:35+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-20 23:02+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
@@ -268,7 +268,7 @@ msgstr "Skrytý text"
#: optdlg.src#TP_OPTPRINT_PAGE.CB_TEXT_PLACEHOLDER.checkbox.text
msgid "Text ~placeholder"
-msgstr "Zástupné znaky pro text"
+msgstr "Zástupné znaky textů"
#: optdlg.src#TP_OPTPRINT_PAGE.FL_2.fixedline.text
msgctxt "optdlg.src#TP_OPTPRINT_PAGE.FL_2.fixedline.text"
@@ -334,6 +334,58 @@ msgctxt "optdlg.src#TP_OPTPRINT_PAGE.ST_NONE.string.text"
msgid "<None>"
msgstr "<žádný>"
+#: optdlg.src#TP_STD_FONT.FL_STDCHR.fixedline.text
+msgid "Basic fonts (%1)"
+msgstr "Základní písma (%1)"
+
+#: optdlg.src#TP_STD_FONT.FT_TYPE.fixedtext.text
+msgid "Font"
+msgstr "Písmo"
+
+#: optdlg.src#TP_STD_FONT.FT_SIZE.fixedtext.text
+msgid "Size"
+msgstr "Velikost"
+
+#: optdlg.src#TP_STD_FONT.FT_STANDARD.fixedtext.text
+msgid "De~fault"
+msgstr "Výchozí"
+
+#: optdlg.src#TP_STD_FONT.FT_TITLE.fixedtext.text
+msgid "Headin~g"
+msgstr "Nadpis"
+
+#: optdlg.src#TP_STD_FONT.FT_LIST.fixedtext.text
+msgid "~List"
+msgstr "Seznam"
+
+#: optdlg.src#TP_STD_FONT.FT_LABEL.fixedtext.text
+msgid "C~aption"
+msgstr "Popisek"
+
+#: optdlg.src#TP_STD_FONT.FT_IDX.fixedtext.text
+msgid "~Index"
+msgstr "Rejstřík"
+
+#: optdlg.src#TP_STD_FONT.CB_DOCONLY.checkbox.text
+msgid "C~urrent document only"
+msgstr "Pouze v současném dokumentu"
+
+#: optdlg.src#TP_STD_FONT.PB_STANDARD.pushbutton.text
+msgid "~Default"
+msgstr "Výchozí"
+
+#: optdlg.src#TP_STD_FONT.ST_SCRIPT_ASIAN.string.text
+msgid "Asian"
+msgstr "Asian"
+
+#: optdlg.src#TP_STD_FONT.ST_SCRIPT_CTL.string.text
+msgid "CTL"
+msgstr "Komplexní skripty"
+
+#: optdlg.src#TP_STD_FONT.ST_SCRIPT_WESTERN.string.text
+msgid "Western"
+msgstr "Západní"
+
#: optdlg.src#TP_OPTTABLE_PAGE.FL_TABLE.fixedline.text
msgid "Default"
msgstr "Výchozí"
@@ -536,7 +588,7 @@ msgstr "Skrytý text"
#: optdlg.src#STR_PRINTOPTUI.6.itemlist.text
msgid "~Text placeholders"
-msgstr "Zástupné znaky pro text"
+msgstr "Zástupné znaky textů"
#: optdlg.src#STR_PRINTOPTUI.7.itemlist.text
msgctxt "optdlg.src#STR_PRINTOPTUI.7.itemlist.text"
diff --git a/translations/source/cs/sw/source/ui/dbui.po b/translations/source/cs/sw/source/ui/dbui.po
index c49215a8faa..7c69e045cc5 100644
--- a/translations/source/cs/sw/source/ui/dbui.po
+++ b/translations/source/cs/sw/source/ui/dbui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-02-10 21:10+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-21 00:18+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
@@ -792,7 +792,7 @@ msgstr "Začít z nedávno uloženého počátečního dokumentu"
#: selectdbtabledialog.src#DLG_MM_SELECTDBTABLEDDIALOG.FI_SELECT.fixedtext.text
msgid "The file you have selected contains more than one table. Please select the table containing the address list you want to use."
-msgstr "Soubor, který jste vybral obsahuje více než jednu tabulku. Vyberte prosím tabulku se seznamem adres, který chcete použít."
+msgstr "Soubor, který jste vybrali obsahuje více než jednu tabulku. Vyberte tabulku se seznamem adres, který chcete použít."
#: selectdbtabledialog.src#DLG_MM_SELECTDBTABLEDDIALOG.PB_PREVIEW.pushbutton.text
msgid "~Preview"
@@ -1098,7 +1098,7 @@ msgstr "Bez názvu"
#: mmoutputpage.src#ST_SUBJECTQUERY.string.text
msgid "You did not specify a subject for this message. If you would like to provide one, please type it now."
-msgstr "Nezadal jste předmět této zprávy. Pokud chcete předmět zadat, napište jej prosím."
+msgstr "Nezadali jste předmět zprávy. Pokud chcete předmět zadat, napište jej nyní."
#: mmoutputpage.src#ST_NOSUBJECT.string.text
msgid "No subject"
@@ -1106,7 +1106,7 @@ msgstr "Bez předmětu"
#: mmoutputpage.src#ST_NOATTACHMENTNAME.string.text
msgid "You did not specify a new name for the attachment. If you would like to provide one, please type it now."
-msgstr "Nezadal jste nové jméno přílohy. Pokud chcete jméno zadat, napište jej prosím."
+msgstr "Nezadali jste nový název přílohy. Pokud chcete název zadat, napište ho nyní."
#: mmoutputpage.src#ST_CONFIGUREMAIL.string.text
msgid ""
@@ -1144,7 +1144,7 @@ msgstr "Kopírovat do"
#: mmoutputpage.src#DLG_MM_SAVEWARNING.FI_WARNING.fixedtext.text
msgid "A document with the name '%1' already exists. Please save this document under a different name."
-msgstr "Dokument pojmenovaný '%1' již existuje. Uložte prosím tento dokument pod jiným jménem."
+msgstr "Dokument s názvem '%1' již existuje. Uložte tento dokument pod jiným názvem."
#: mmoutputpage.src#DLG_MM_SAVEWARNING.FT_FILENAME.fixedtext.text
msgid "New document name"
diff --git a/translations/source/cs/sw/source/ui/dialog.po b/translations/source/cs/sw/source/ui/dialog.po
index 20b1cf3919e..0c8915f07e8 100644
--- a/translations/source/cs/sw/source/ui/dialog.po
+++ b/translations/source/cs/sw/source/ui/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-30 21:08+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/sw/source/ui/dochdl.po b/translations/source/cs/sw/source/ui/dochdl.po
index ad7c2e1572a..8ee9aa09efc 100644
--- a/translations/source/cs/sw/source/ui/dochdl.po
+++ b/translations/source/cs/sw/source/ui/dochdl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-18 22:03+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/sw/source/ui/docvw.po b/translations/source/cs/sw/source/ui/docvw.po
index 03d816a5371..58ed25b6678 100644
--- a/translations/source/cs/sw/source/ui/docvw.po
+++ b/translations/source/cs/sw/source/ui/docvw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-30 21:07+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/sw/source/ui/envelp.po b/translations/source/cs/sw/source/ui/envelp.po
index 74a92db266e..78be580f1eb 100644
--- a/translations/source/cs/sw/source/ui/envelp.po
+++ b/translations/source/cs/sw/source/ui/envelp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2012-02-18 22:32+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-20 23:05+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
@@ -137,7 +137,7 @@ msgstr "Vytvořit nové připojení"
#: mailmrge.src#DLG_MERGE_FIELD_CONNECTIONS.FT_INFO.fixedtext.text
msgid "Fields are used to personalize form letters. The fields are placeholders for data from a data source, such as a database. The fields in the form letter must be connected to the data source."
-msgstr "Pole se používají k personalizaci sériových dopisů. Do polí se doplní hodnoty ze zdroje dat, např. databáze. Pole v sériovém dopisu musí být připojena ke zdroji dat."
+msgstr "Pole se používají k personalizaci formulářových dopisů. Do polí se doplní hodnoty ze zdroje dat, například databáze. Pole ve formulářovém dopisu musí být připojena ke zdroji dat."
#: mailmrge.src#DLG_MERGE_FIELD_CONNECTIONS.modaldialog.text
msgid "Data Source Connection"
diff --git a/translations/source/cs/sw/source/ui/fldui.po b/translations/source/cs/sw/source/ui/fldui.po
index a42f3e210a7..65e226ba58a 100644
--- a/translations/source/cs/sw/source/ui/fldui.po
+++ b/translations/source/cs/sw/source/ui/fldui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-06 20:18+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/sw/source/ui/fmtui.po b/translations/source/cs/sw/source/ui/fmtui.po
index 8c35deb33f9..1bbb5f8a52a 100644
--- a/translations/source/cs/sw/source/ui/fmtui.po
+++ b/translations/source/cs/sw/source/ui/fmtui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-02-06 20:24+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/sw/source/ui/frmdlg.po b/translations/source/cs/sw/source/ui/frmdlg.po
index ccb6fc14acd..ffa88b742f9 100644
--- a/translations/source/cs/sw/source/ui/frmdlg.po
+++ b/translations/source/cs/sw/source/ui/frmdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-05 18:59+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/sw/source/ui/globdoc.po b/translations/source/cs/sw/source/ui/globdoc.po
index ca6b9102eac..152f7b095ed 100644
--- a/translations/source/cs/sw/source/ui/globdoc.po
+++ b/translations/source/cs/sw/source/ui/globdoc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:30+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/sw/source/ui/index.po b/translations/source/cs/sw/source/ui/index.po
index c7cb9acea31..b30032e4d9d 100644
--- a/translations/source/cs/sw/source/ui/index.po
+++ b/translations/source/cs/sw/source/ui/index.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-02-06 20:35+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/sw/source/ui/lingu.po b/translations/source/cs/sw/source/ui/lingu.po
index 07acc891f1b..9aa933ef040 100644
--- a/translations/source/cs/sw/source/ui/lingu.po
+++ b/translations/source/cs/sw/source/ui/lingu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-20 11:21+0200\n"
"Last-Translator: kendy <kendy@suse.cz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/sw/source/ui/misc.po b/translations/source/cs/sw/source/ui/misc.po
index 9564b0377e6..37c97a2ed23 100644
--- a/translations/source/cs/sw/source/ui/misc.po
+++ b/translations/source/cs/sw/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-18 21:33+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-21 00:19+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
@@ -893,7 +893,7 @@ msgstr "Automatický text"
#: glossary.src#MSG_DOUBLE_SHORTNAME.infobox.text
msgid "Shortcut name already exists. Please choose another name."
-msgstr "Název zkratky již existuje. Zvolte prosím jiný."
+msgstr "Zkratka s tímto názvem již existuje. Zvolte jiný název."
#: glossary.src#MSG_QUERY_DELETE.querybox.text
msgid "Delete AutoText?"
diff --git a/translations/source/cs/sw/source/ui/ribbar.po b/translations/source/cs/sw/source/ui/ribbar.po
index 70893b61cfa..0c4c66a04b3 100644
--- a/translations/source/cs/sw/source/ui/ribbar.po
+++ b/translations/source/cs/sw/source/ui/ribbar.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-29 23:57+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/sw/source/ui/shells.po b/translations/source/cs/sw/source/ui/shells.po
index d69f7e00100..3929b843ee8 100644
--- a/translations/source/cs/sw/source/ui/shells.po
+++ b/translations/source/cs/sw/source/ui/shells.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-30 18:26+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/sw/source/ui/smartmenu.po b/translations/source/cs/sw/source/ui/smartmenu.po
index d1d0d4d97af..cc7065fd893 100644
--- a/translations/source/cs/sw/source/ui/smartmenu.po
+++ b/translations/source/cs/sw/source/ui/smartmenu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 22:16+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/sw/source/ui/table.po b/translations/source/cs/sw/source/ui/table.po
index 78117c431a0..64e0ffe1407 100644
--- a/translations/source/cs/sw/source/ui/table.po
+++ b/translations/source/cs/sw/source/ui/table.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-05 19:02+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-25 16:22+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
@@ -109,7 +109,7 @@ msgid ""
"\n"
"Include the cells containing column and row labels if you want them to be included in your chart."
msgstr ""
-"Pokud vybrané buňky neobsahují požadovaná data, vyberte nyní rozsah dat.\n"
+"Pokud vybrané buňky neobsahují požadovaná data, vyberte nyní oblast dat.\n"
"\n"
"Pokud v grafu chcete popisky sloupců a řádků, vyberte také buňky, které je obsahují."
diff --git a/translations/source/cs/sw/source/ui/uiview.po b/translations/source/cs/sw/source/ui/uiview.po
index 2c42943a630..05cf43e7fa5 100644
--- a/translations/source/cs/sw/source/ui/uiview.po
+++ b/translations/source/cs/sw/source/ui/uiview.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-20 00:20+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/sw/source/ui/utlui.po b/translations/source/cs/sw/source/ui/utlui.po
index 69ac4561690..e326354d182 100644
--- a/translations/source/cs/sw/source/ui/utlui.po
+++ b/translations/source/cs/sw/source/ui/utlui.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2012-02-10 22:33+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-22 00:37+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
@@ -1498,6 +1498,176 @@ msgstr "Nadpis 9"
msgid "Heading 10"
msgstr "Nadpis 10"
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1S.string.text
+msgid "Numbering 1 Start"
+msgstr "Začátek číslování 1"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text"
+msgid "Numbering 1"
+msgstr "Číslování 1"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1E.string.text
+msgid "Numbering 1 End"
+msgstr "Konec číslování 1"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM1.string.text
+msgid "Numbering 1 Cont."
+msgstr "Pokračování číslování 1"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2S.string.text
+msgid "Numbering 2 Start"
+msgstr "Začátek číslování 2"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text"
+msgid "Numbering 2"
+msgstr "Číslování 2"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2E.string.text
+msgid "Numbering 2 End"
+msgstr "Konec číslování 2"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM2.string.text
+msgid "Numbering 2 Cont."
+msgstr "Pokračování číslování 2"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3S.string.text
+msgid "Numbering 3 Start"
+msgstr "Začátek číslování 3"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text"
+msgid "Numbering 3"
+msgstr "Číslování 3"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3E.string.text
+msgid "Numbering 3 End"
+msgstr "Konec číslování 3"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM3.string.text
+msgid "Numbering 3 Cont."
+msgstr "Pokračování číslování 3"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4S.string.text
+msgid "Numbering 4 Start"
+msgstr "Začátek číslování 4"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text"
+msgid "Numbering 4"
+msgstr "Číslování 4"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4E.string.text
+msgid "Numbering 4 End"
+msgstr "Konec číslování 4"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM4.string.text
+msgid "Numbering 4 Cont."
+msgstr "Pokračování číslování 4"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5S.string.text
+msgid "Numbering 5 Start"
+msgstr "Začátek číslování 5"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text"
+msgid "Numbering 5"
+msgstr "Číslování 5"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5E.string.text
+msgid "Numbering 5 End"
+msgstr "Konec číslování 5"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM5.string.text
+msgid "Numbering 5 Cont."
+msgstr "Pokračování číslování 5"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1S.string.text
+msgid "List 1 Start"
+msgstr "Začátek seznamu 1"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text"
+msgid "List 1"
+msgstr "Seznam 1"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1E.string.text
+msgid "List 1 End"
+msgstr "Konec seznamu 1"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM1.string.text
+msgid "List 1 Cont."
+msgstr "Pokračování seznamu 1"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2S.string.text
+msgid "List 2 Start"
+msgstr "Začátek seznamu 2"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text"
+msgid "List 2"
+msgstr "Seznam 2"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2E.string.text
+msgid "List 2 End"
+msgstr "Konec seznamu 2"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM2.string.text
+msgid "List 2 Cont."
+msgstr "Pokračování seznamu 2"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3S.string.text
+msgid "List 3 Start"
+msgstr "Začátek seznamu 3"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text"
+msgid "List 3"
+msgstr "Seznam 3"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3E.string.text
+msgid "List 3 End"
+msgstr "Konec seznamu 3"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM3.string.text
+msgid "List 3 Cont."
+msgstr "Pokračování seznamu 3"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4S.string.text
+msgid "List 4 Start"
+msgstr "Začátek seznamu 4"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text"
+msgid "List 4"
+msgstr "Seznam 4"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4E.string.text
+msgid "List 4 End"
+msgstr "Konec seznamu 4"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM4.string.text
+msgid "List 4 Cont."
+msgstr "Pokračování seznamu 4"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5S.string.text
+msgid "List 5 Start"
+msgstr "Začátek seznamu 5"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text"
+msgid "List 5"
+msgstr "Seznam 5"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5E.string.text
+msgid "List 5 End"
+msgstr "Konec seznamu 5"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM5.string.text
+msgid "List 5 Cont."
+msgstr "Pokračování seznamu 5"
+
#: poolfmt.src#STR_POOLCOLL_HEADER.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_HEADER.string.text"
msgid "Header"
@@ -1786,42 +1956,52 @@ msgid "Endnote"
msgstr "Vysvětlivka"
#: poolfmt.src#STR_POOLNUMRULE_NUM1.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM1.string.text"
msgid "Numbering 1"
msgstr "Číslování 1"
#: poolfmt.src#STR_POOLNUMRULE_NUM2.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM2.string.text"
msgid "Numbering 2"
msgstr "Číslování 2"
#: poolfmt.src#STR_POOLNUMRULE_NUM3.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM3.string.text"
msgid "Numbering 3"
msgstr "Číslování 3"
#: poolfmt.src#STR_POOLNUMRULE_NUM4.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM4.string.text"
msgid "Numbering 4"
msgstr "Číslování 4"
#: poolfmt.src#STR_POOLNUMRULE_NUM5.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM5.string.text"
msgid "Numbering 5"
msgstr "Číslování 5"
#: poolfmt.src#STR_POOLNUMRULE_BUL1.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL1.string.text"
msgid "List 1"
msgstr "Seznam 1"
#: poolfmt.src#STR_POOLNUMRULE_BUL2.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL2.string.text"
msgid "List 2"
msgstr "Seznam 2"
#: poolfmt.src#STR_POOLNUMRULE_BUL3.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL3.string.text"
msgid "List 3"
msgstr "Seznam 3"
#: poolfmt.src#STR_POOLNUMRULE_BUL4.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL4.string.text"
msgid "List 4"
msgstr "Seznam 4"
#: poolfmt.src#STR_POOLNUMRULE_BUL5.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL5.string.text"
msgid "List 5"
msgstr "Seznam 5"
diff --git a/translations/source/cs/sw/source/ui/web.po b/translations/source/cs/sw/source/ui/web.po
index 40fb1e28a02..340e77f198d 100644
--- a/translations/source/cs/sw/source/ui/web.po
+++ b/translations/source/cs/sw/source/ui/web.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-10 13:02+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/sw/source/ui/wrtsh.po b/translations/source/cs/sw/source/ui/wrtsh.po
index 8f61fd7da0d..5512bf032e1 100644
--- a/translations/source/cs/sw/source/ui/wrtsh.po
+++ b/translations/source/cs/sw/source/ui/wrtsh.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 13:30+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/swext/mediawiki/help.po b/translations/source/cs/swext/mediawiki/help.po
index c25e9143063..7132dcbb122 100644
--- a/translations/source/cs/swext/mediawiki/help.po
+++ b/translations/source/cs/swext/mediawiki/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2012-01-30 23:43+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-20 22:42+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
@@ -169,7 +169,7 @@ msgstr "<ahelp hid=\".\" visibility=\"hidden\">Zadejte URL serveru MediaWiki, za
#: wikiaccount.xhp#par_id7862483.help.text
msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter your user name on the MediaWiki server. Leave empty for anonymous access.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Zadejte své uživatelské jméno na serveru MediaWiki. Pro anonymní přístup ponechte prázdné.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Zadejte své uživatelské jméno na serveru MediaWiki. Pro anonymní přístup ponechte pole prázdné.</ahelp>"
#: wikiaccount.xhp#par_id1113010.help.text
msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter your password on the MediaWiki server. Leave empty for anonymous access.</ahelp>"
diff --git a/translations/source/cs/swext/mediawiki/src.po b/translations/source/cs/swext/mediawiki/src.po
index b310046fb5f..b4e6ad05b31 100644
--- a/translations/source/cs/swext/mediawiki/src.po
+++ b/translations/source/cs/swext/mediawiki/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-27 12:04+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/translations/source/cs/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index ebed8f0388e..4d2bfef71a0 100644
--- a/translations/source/cs/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/translations/source/cs/swext/mediawiki/src/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 13:30+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/translations/source/cs/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index c9a391438c1..e4c56ea717b 100644
--- a/translations/source/cs/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/translations/source/cs/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-29 22:39+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-21 00:21+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
@@ -29,7 +29,7 @@ msgstr "Nelze vytvořit spojení s MediaWiki systémem na '$ARG1'."
#: WikiExtension.xcu#.WikiExtension.Strings.WrongLogin.value.text
msgid "User name or password is incorrect. Please try again, or leave the fields blank for an anonymous connection."
-msgstr "Neplatné uživatelské jméno nebo heslo. Zkuste to prosím znovu, nebo ponechte pole prázdná pro anonymní připojení."
+msgstr "Neplatné uživatelské jméno nebo heslo. Opakujte zadání, nebo pole ponechte prázdná pro anonymní připojení."
#: WikiExtension.xcu#.WikiExtension.Strings.InvalidURL.value.text
msgid "A connection could not be created because the URL is invalid."
@@ -41,7 +41,7 @@ msgstr "Pomocí URL určete server MediaWiki."
#: WikiExtension.xcu#.WikiExtension.Strings.CancelSending.value.text
msgid "The transfer has been interrupted. Please check the integrity of the wiki article."
-msgstr "Přenos byl přerušen. Zkontrolujte prosím článek na wiki."
+msgstr "Přenos byl přerušen. Zkontrolujte úplnost článku na wiki."
#: WikiExtension.xcu#.WikiExtension.Strings.Dlg_EditSetting_UrlLabel.value.text
msgid "U~RL"
diff --git a/translations/source/cs/sysui/desktop/share.po b/translations/source/cs/sysui/desktop/share.po
index 949e7bbc649..b23b8a8ce75 100644
--- a/translations/source/cs/sysui/desktop/share.po
+++ b/translations/source/cs/sysui/desktop/share.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-29 22:28+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/uui/source.po b/translations/source/cs/uui/source.po
index 83a8eafc6dc..14ac0e3eff4 100644
--- a/translations/source/cs/uui/source.po
+++ b/translations/source/cs/uui/source.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-29 22:15+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-22 00:34+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
@@ -202,7 +202,7 @@ msgstr "Neproveditelná akce: $(ARG1) a $(ARG2) jsou různá zařízení (mechan
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_GENERAL___ERRCODE_RES_MASK_.string.text
msgid "General input/output error while accessing $(ARG1)."
-msgstr "Obecná chyba vstupu/výstupu při přístupu k $(ARG1)."
+msgstr "Při přístupu k $(ARG1) došlo k obecné chybě vstupu/výstupu."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_INVALIDACCESS___ERRCODE_RES_MASK_.string.text
msgid "An attempt was made to access $(ARG1) in an invalid way."
@@ -230,7 +230,7 @@ msgstr "Operaci nelze provést, protože $(ARG1) obsahuje zástupné znaky."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_LOCKVIOLATION___ERRCODE_RES_MASK_.string.text
msgid "Error during shared access to $(ARG1)."
-msgstr "Chyba při sdíleném přístupu k $(ARG1)."
+msgstr "Při sdíleném přístupu k $(ARG1) došlo k chybě."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_MISPLACEDCHAR___ERRCODE_RES_MASK_.string.text
msgid "$(ARG1) contains misplaced characters."
@@ -282,7 +282,7 @@ msgstr "$(ARG1) nelze zkopírovat do sebe sama."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_UNKNOWN___ERRCODE_RES_MASK_.string.text
msgid "Unknown input/output error while accessing $(ARG1)."
-msgstr "Neznámá chyba vstupu/výstupu při přístupu k $(ARG1)."
+msgstr "Při přístupu k $(ARG1) došlo k neznámé chybě vstupu/výstupu."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_WRITEPROTECTED___ERRCODE_RES_MASK_.string.text
msgid "$(ARG1) is write protected."
@@ -334,15 +334,15 @@ msgstr "Svazek $(ARG1) není připraven."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_NOTREADY_REMOVABLE___ERRCODE_RES_MASK_.string.text
msgid "$(ARG1) is not ready; please insert a storage medium."
-msgstr "$(ARG1) není připraven; vložte prosím úložné médium."
+msgstr "$(ARG1) není připraven; vložte úložné médium."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_NOTREADY_VOLUME_REMOVABLE___ERRCODE_RES_MASK_.string.text
msgid "Volume $(ARG1) is not ready; please insert a storage medium."
-msgstr "Svazek $(ARG1) není připraven; vložte prosím úložné médium."
+msgstr "Svazek $(ARG1) není připraven; vložte úložné médium."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_WRONGMEDIUM___ERRCODE_RES_MASK_.string.text
msgid "Please insert disk $(ARG1)."
-msgstr "Vložte prosím disk $(ARG1)."
+msgstr "Vložte disk $(ARG1)."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_CANTCREATE_NONAME___ERRCODE_RES_MASK_.string.text
msgid "The object cannot be created in directory $(ARG1)."
diff --git a/translations/source/cs/vcl/source/src.po b/translations/source/cs/vcl/source/src.po
index 2f6938bf072..e73a9a76e9c 100644
--- a/translations/source/cs/vcl/source/src.po
+++ b/translations/source/cs/vcl/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-30 18:18+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-21 00:25+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
@@ -20,8 +20,8 @@ msgid ""
"The component (%s) could not be loaded.\n"
"Please start setup with the repair option."
msgstr ""
-"Komponentu %s nelze načíst.\n"
-"Spusťte prosím instalaci s možností opravy."
+"Komponentu (%s) nelze načíst.\n"
+"Spusťte instalaci v režimu opravy."
#: stdtext.src#SV_STDTEXT_DONTHINTAGAIN.string.text
msgid "Do not show this information again."
@@ -306,12 +306,12 @@ msgid ""
"No default printer found.\n"
"Please choose a printer and try again."
msgstr ""
-"Nebyla nalezena žádná přednastavená tiskárna.\n"
-"Vyberte prosím tiskárnu a zkuste znovu."
+"Nebyla nalezena žádná výchozí tiskárna.\n"
+"Vyberte tiskárnu a akci opakujte."
#: print.src#SV_PRINT_NOCONTENT.errorbox.text
msgid "There are no pages to be printed. Please check your document for ranges relevant to printing."
-msgstr "K tisku nejsou vybrány žádné stránky. Zkontrolujte prosím v dokumentu odpovídající tiskové oblasti."
+msgstr "K tisku nejsou vybrány žádné stránky. Zkontrolujte v dokumentu odpovídající tiskové oblasti."
#: print.src#SV_PRINT_NATIVE_STRINGS.1.itemlist.text
msgid "Preview"
diff --git a/translations/source/cs/wizards/source/euro.po b/translations/source/cs/wizards/source/euro.po
index fa3859ac495..add18567858 100644
--- a/translations/source/cs/wizards/source/euro.po
+++ b/translations/source/cs/wizards/source/euro.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-16 20:53+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-21 00:27+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
@@ -213,7 +213,7 @@ msgstr "Pozor: Eurokonvertor nebude v opačném případě schopen upravit tento
#: euro.src#MESSAGES___15.string.text
msgid "Please choose a currency to be converted first!"
-msgstr "Nejdříve prosím zadejte měnu, kterou chcete konvertovat."
+msgstr "Nejdříve zadejte měnu, kterou chcete konvertovat."
#: euro.src#MESSAGES___16.string.text
msgid "Password:"
@@ -229,7 +229,7 @@ msgstr "Zrušit"
#: euro.src#MESSAGES___19.string.text
msgid "Please select a %PRODUCTNAME Calc document for editing!"
-msgstr "Vyberte prosím dokument %PRODUCTNAME Calc k úpravě."
+msgstr "Vyberte dokument %PRODUCTNAME Calc který chcete upravit!"
#: euro.src#MESSAGES___20.string.text
msgid "'<1>' is not a directory!"
diff --git a/translations/source/cs/wizards/source/formwizard.po b/translations/source/cs/wizards/source/formwizard.po
index 63a3f03fa52..53400fd88bb 100644
--- a/translations/source/cs/wizards/source/formwizard.po
+++ b/translations/source/cs/wizards/source/formwizard.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-02-05 18:07+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-22 00:35+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\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=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
@@ -21,27 +21,27 @@ msgstr "Adresář '%1' nemohl být vytvořen.<BR>Na disku pravděpodobně není
#: dbwizres.src#RID_COMMON_START___1.string.text
msgid "The text document could not be created.<BR>Please check if the module 'PRODUCTNAME Writer' is installed."
-msgstr "Textový dokument nemohl být vytvořen.<BR>Zkontrolujte prosím, zda je nainstalován 'PRODUCTNAME Writer'."
+msgstr "Textový dokument nemohl být vytvořen.<BR>Zkontrolujte, zda je nainstalován 'PRODUCTNAME Writer'."
#: dbwizres.src#RID_COMMON_START___2.string.text
msgid "The spreadsheet could not be created.<BR>Please check if the module 'PRODUCTNAME Calc' is installed."
-msgstr "Sešit nemohl být vytvořen.<BR>Zkontrolujte prosím, zda je nainstalován 'PRODUCTNAME Calc'."
+msgstr "Sešit nemohl být vytvořen.<BR>Zkontrolujte, zda je nainstalován 'PRODUCTNAME Calc'."
#: dbwizres.src#RID_COMMON_START___3.string.text
msgid "The presentation could not be created.<BR>Please check if the module 'PRODUCTNAME Impress' is installed."
-msgstr "Prezentace nemohla být vytvořena.<BR>Zkontrolujte prosím, zda je nainstalován 'PRODUCTNAME Impress'."
+msgstr "Prezentace nemohla být vytvořena.<BR>Zkontrolujte, zda je nainstalován 'PRODUCTNAME Impress'."
#: dbwizres.src#RID_COMMON_START___4.string.text
msgid "The drawing could not be created.<BR>Please check if the module 'PRODUCTNAME Draw' is installed."
-msgstr "Kresba nemohla být vytvořena.<BR>Zkontrolujte prosím, zda je nainstalován 'PRODUCTNAME Draw'."
+msgstr "Kresba nemohla být vytvořena.<BR>Zkontrolujte, zda je nainstalován 'PRODUCTNAME Draw'."
#: dbwizres.src#RID_COMMON_START___5.string.text
msgid "The formula could not be created.<BR>Please check if the module 'PRODUCTNAME Math' is installed."
-msgstr "Vzorec nemohl být vytvořen.<BR>Zkontrolujte prosím, zda je nainstalován 'PRODUCTNAME Math'."
+msgstr "Vzorec nemohl být vytvořen.<BR>Zkontrolujte, zda je nainstalován 'PRODUCTNAME Math'."
#: dbwizres.src#RID_COMMON_START___6.string.text
msgid "The files required could not be found.<BR>Please start the %PRODUCTNAME Setup and choose 'Repair'."
-msgstr "Požadované soubory nebyly nalezeny.<BR>Spusťte prosím instalační program %PRODUCTNAME a zvolte 'Opravit'."
+msgstr "Požadované soubory nebyly nalezeny.<BR>Spusťte instalační program %PRODUCTNAME a zvolte 'Opravit'."
#: dbwizres.src#RID_COMMON_START___7.string.text
msgid "The file '<PATH>' already exists.<BR><BR>Would you like to overwrite the existing file?"
@@ -136,7 +136,7 @@ msgstr "Název tabulky"
#: dbwizres.src#RID_DB_COMMON_START___6.string.text
msgid "An error occurred while running the wizard. The wizard will be terminated."
-msgstr "Nastala chyba při spuštění průvodce. Průvodce bude ukončen."
+msgstr "Při spuštění průvodce došlo k chybě. Průvodce bude ukončen."
#: dbwizres.src#RID_DB_COMMON_START___14.string.text
msgid "No connection to the database could be established."
@@ -173,11 +173,11 @@ msgstr "Zadaná cesta k souboru není platná."
#: dbwizres.src#RID_DB_COMMON_START___37.string.text
msgid "Please select a data source"
-msgstr "Vyberte prosím zdroj dat"
+msgstr "Vyberte zdroj dat"
#: dbwizres.src#RID_DB_COMMON_START___38.string.text
msgid "Please select a table or query"
-msgstr "Vyberte prosím tabulku nebo dotaz"
+msgstr "Vyberte tabulku nebo dotaz"
#: dbwizres.src#RID_DB_COMMON_START___39.string.text
msgid "Add field"
@@ -1046,7 +1046,7 @@ msgstr "Pole"
#: dbwizres.src#RID_DB_REPORT_WIZARD_START___72.string.text
msgid "An error occurred in the wizard.<BR>The template '%PATH' could be erroneous.<BR>Either the required sections or tables do not exist or exist under the wrong name.<BR>See the Help for more detailed information.<BR>Please select another template."
-msgstr "Při běhu průvodce došlo k chybě.<BR>Šablona '%PATH' zřejmě obsahuje chyby.<BR>Buď neexistují potřebné tabulky nebo sekce anebo mají chybné jméno.<BR>Detailní informace jsou obsaženy v nápovědě.<BR>Zvolte prosím jinou šablonu."
+msgstr "Při běhu průvodce došlo k chybě.<BR>Šablona '%PATH' zřejmě obsahuje chyby.<BR>Buď neexistují potřebné tabulky nebo sekce anebo mají chybný název.<BR>Podrobné informace jsou obsaženy v nápovědě.<BR>Zvolte jinou šablonu."
#: dbwizres.src#RID_DB_REPORT_WIZARD_START___73.string.text
msgid "There is an invalid user field in a table."
@@ -1062,7 +1062,7 @@ msgstr "Poznámka: Vyplňující text bude po vytvoření reportu nahrazen daty
#: dbwizres.src#RID_DB_REPORT_WIZARD_START___76.string.text
msgid "A report '%REPORTNAME' already exists in the database. Please assign another name."
-msgstr "Sestava '%REPORTNAME' již v databázi existuje. Zvolte prosím jiný název."
+msgstr "Sestava '%REPORTNAME' již v databázi existuje. Zvolte jiný název."
#: dbwizres.src#RID_DB_REPORT_WIZARD_START___78.string.text
msgid "How do you want to proceed after creating the report?"
@@ -1310,8 +1310,8 @@ msgid ""
"The name '%TABLENAME' already exists.\n"
"Please enter another name."
msgstr ""
-"Název '%TABLENAME' již existuje.\n"
-"Zvolte prosím jiný název."
+"Tabulka s názvem '%TABLENAME' již existuje.\n"
+"Zvolte jiný název."
#: dbwizres.src#RID_DB_TABLE_WIZARD_START___49.string.text
msgid "Catalog of the table"
@@ -1418,7 +1418,7 @@ msgstr "Nová adresa odesilatele:"
#: dbwizres.src#RID_LETTERWIZARDDIALOG_START___21.string.text
msgctxt "dbwizres.src#RID_LETTERWIZARDDIALOG_START___21.string.text"
msgid "Use placeholders for ~recipient's address"
-msgstr "Umístit zástupná pole pro adresu příjemce"
+msgstr "Pro adresu příjemce použít zástupné znaky"
#: dbwizres.src#RID_LETTERWIZARDDIALOG_START___22.string.text
msgctxt "dbwizres.src#RID_LETTERWIZARDDIALOG_START___22.string.text"
@@ -1546,12 +1546,12 @@ msgstr "Tento průvodce vám umožní vytvořit šablonu dopisu. S její pomocí
#: dbwizres.src#RID_LETTERWIZARDDIALOG_START___49.string.text
msgid "To create another new letter out of the template just navigate to the template location and double-click it."
-msgstr "Nový dopis ze šablony vytvoříte prostým nalezením šablony a následným poklepnutím na její jméno."
+msgstr "Nový dopis ze šablony vytvoříte prostým nalezením šablony a následným dvojitým kliknutím na její název."
#: dbwizres.src#RID_LETTERWIZARDDIALOG_START___50.string.text
msgctxt "dbwizres.src#RID_LETTERWIZARDDIALOG_START___50.string.text"
msgid "Template name:"
-msgstr "Jméno šablony:"
+msgstr "Název šablony:"
#: dbwizres.src#RID_LETTERWIZARDDIALOG_START___51.string.text
msgctxt "dbwizres.src#RID_LETTERWIZARDDIALOG_START___51.string.text"
@@ -1750,7 +1750,7 @@ msgstr "Nový fax vytvoříte jednoduše tak, že naleznete šablonu a poklepete
#: dbwizres.src#RID_FAXWIZARDDIALOG_START___25.string.text
msgid "Template Name:"
-msgstr "Jméno šablony:"
+msgstr "Název šablony:"
#: dbwizres.src#RID_FAXWIZARDDIALOG_START___26.string.text
msgctxt "dbwizres.src#RID_FAXWIZARDDIALOG_START___26.string.text"
@@ -1781,7 +1781,7 @@ msgstr "Zadejte obsah patičky"
#: dbwizres.src#RID_FAXWIZARDDIALOG_START___32.string.text
msgctxt "dbwizres.src#RID_FAXWIZARDDIALOG_START___32.string.text"
msgid "Choose a name and save the template"
-msgstr "Vyberte jméno a uložte šablonu"
+msgstr "Vyberte název a šablonu uložte"
#: dbwizres.src#RID_FAXWIZARDDIALOG_START___33.string.text
msgctxt "dbwizres.src#RID_FAXWIZARDDIALOG_START___33.string.text"
@@ -1808,7 +1808,7 @@ msgstr "Faxové číslo:"
#: dbwizres.src#RID_FAXWIZARDDIALOG_START___38.string.text
msgctxt "dbwizres.src#RID_FAXWIZARDDIALOG_START___38.string.text"
msgid "Use placeholders for ~recipient's address"
-msgstr "Umístit zástupná pole pro adresu příjemce"
+msgstr "Pro adresu příjemce použít zástupné znaky"
#: dbwizres.src#RID_FAXWIZARDDIALOG_START___39.string.text
msgctxt "dbwizres.src#RID_FAXWIZARDDIALOG_START___39.string.text"
@@ -2411,7 +2411,7 @@ msgstr ""
#: dbwizres.src#RID_WEBWIZARDDIALOG_START__148.string.text
msgid "The Zip file '%FILENAME' cannot be created: a directory of the same name already exists."
-msgstr "Zip archiv '%FILENAME' nemůže být vytvořen: existuje adresář stejného jména."
+msgstr "Zip archiv '%FILENAME' nemůže být vytvořen: již existuje adresář se stejným názvem."
#: dbwizres.src#RID_WEBWIZARDDIALOG_START__149.string.text
msgid ""
@@ -2459,7 +2459,7 @@ msgstr "1. Zadejte informace o FTP spojení."
#: dbwizres.src#RID_WEBWIZARDDIALOG_FTP__5.string.text
msgid "~Server name or IP address:"
-msgstr "Jméno serveru nebo jeho IP adresa:"
+msgstr "Název serveru nebo jeho IP adresa:"
#: dbwizres.src#RID_WEBWIZARDDIALOG_FTP__6.string.text
msgid "2. Connect to the server."
@@ -2488,7 +2488,7 @@ msgstr "Jméno nebo heslo není platné"
#: dbwizres.src#RID_WEBWIZARDDIALOG_FTP__12.string.text
msgid "Could not resolve server name"
-msgstr "Nelze přeložit jméno serveru na IP adresu"
+msgstr "Název serveru nelze přeložit na IP adresu"
#: dbwizres.src#RID_WEBWIZARDDIALOG_FTP__13.string.text
msgid "You do not have sufficient user rights"
@@ -2525,7 +2525,7 @@ msgstr "Upravím šablonu ručně"
#: dbwizres.src#RID_AGENDAWIZARDDIALOG_START__3.string.text
msgctxt "dbwizres.src#RID_AGENDAWIZARDDIALOG_START__3.string.text"
msgid "Template name:"
-msgstr "Jméno šablony:"
+msgstr "Název šablony:"
#: dbwizres.src#RID_AGENDAWIZARDDIALOG_START___4.string.text
msgctxt "dbwizres.src#RID_AGENDAWIZARDDIALOG_START___4.string.text"
@@ -2560,7 +2560,7 @@ msgstr "Vyberte funkce, které mají mít připraveny úchyty"
#: dbwizres.src#RID_AGENDAWIZARDDIALOG_START__11.string.text
msgctxt "dbwizres.src#RID_AGENDAWIZARDDIALOG_START__11.string.text"
msgid "Choose a name and save the template"
-msgstr "Vyberte jméno a uložte šablonu"
+msgstr "Vyberte název a šablonu uložte"
#: dbwizres.src#RID_AGENDAWIZARDDIALOG_START__12.string.text
msgid "Include form for recording minutes"
@@ -2577,7 +2577,7 @@ msgstr "Termín:"
#: dbwizres.src#RID_AGENDAWIZARDDIALOG_START__15.string.text
msgctxt "dbwizres.src#RID_AGENDAWIZARDDIALOG_START__15.string.text"
msgid "Name:"
-msgstr "Jméno:"
+msgstr "Název:"
#: dbwizres.src#RID_AGENDAWIZARDDIALOG_START___16.string.text
msgid "Location:"
@@ -2585,7 +2585,7 @@ msgstr "Umístění:"
#: dbwizres.src#RID_AGENDAWIZARDDIALOG_START__17.string.text
msgid "Placeholders will be used in empty fields. You can replace placeholders with text later."
-msgstr "Místo prázdných polí budou použity úchyty. Můžete je později nahradit libovolným textem."
+msgstr "V prázdných polích budou použity zástupné znaky. Zástupné znaky můžete později nahradit textem."
#: dbwizres.src#RID_AGENDAWIZARDDIALOG_START__18.string.text
msgctxt "dbwizres.src#RID_AGENDAWIZARDDIALOG_START__18.string.text"
@@ -2649,7 +2649,7 @@ msgstr "Lidské zdroje"
#: dbwizres.src#RID_AGENDAWIZARDDIALOG_START__31.string.text
msgid "The agenda template will include placeholders for the names of the selected people. When creating an agenda from the template, you can replace these placeholder with the appropriate names."
-msgstr "Šablona bude obsahovat úchyty pro jména vybraných lidí. Při použití hotové šablony bude možné nahradit úchyty skutečnými jmény."
+msgstr "Šablona bude místo jmen vybraných lidí obsahovat zástupné znaky. Při použití šablony bude možné nahradit zástupné znaky skutečnými jmény."
#: dbwizres.src#RID_AGENDAWIZARDDIALOG_START__32.string.text
msgctxt "dbwizres.src#RID_AGENDAWIZARDDIALOG_START__32.string.text"
@@ -2673,7 +2673,7 @@ msgstr "Poznámky"
#: dbwizres.src#RID_AGENDAWIZARDDIALOG_START__36.string.text
msgid "The agenda template will include placeholders for the selected items."
-msgstr "Šablona bude obsahovat záložky pro vybrané položky."
+msgstr "Šablona bude obsahovat zástupné znaky pro vybrané položky."
#: dbwizres.src#RID_AGENDAWIZARDDIALOG_START__38.string.text
msgctxt "dbwizres.src#RID_AGENDAWIZARDDIALOG_START__38.string.text"
diff --git a/translations/source/cs/wizards/source/importwizard.po b/translations/source/cs/wizards/source/importwizard.po
index 6a57be40095..68a3035b06a 100644
--- a/translations/source/cs/wizards/source/importwizard.po
+++ b/translations/source/cs/wizards/source/importwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-29 19:35+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/wizards/source/schedule.po b/translations/source/cs/wizards/source/schedule.po
index c3410351cda..50db2a0f0cd 100644
--- a/translations/source/cs/wizards/source/schedule.po
+++ b/translations/source/cs/wizards/source/schedule.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-16 23:56+0200\n"
"Last-Translator: pawell <p.franc@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cs/wizards/source/template.po b/translations/source/cs/wizards/source/template.po
index ede98649f13..f2aba331a6d 100644
--- a/translations/source/cs/wizards/source/template.po
+++ b/translations/source/cs/wizards/source/template.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-29 18:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-20 23:11+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
@@ -89,7 +89,7 @@ msgstr "Použít tuto šablonu"
#: template.src#CorrespondenceFields.string.text
msgid "Click placeholder and overwrite"
-msgstr "Klepněte na naznačené místo a vepište vlastní text"
+msgstr "Klikněte na zástupný znak a napište vlastní text"
#: template.src#CorrespondenceFields_1.string.text
msgid "Company"
diff --git a/translations/source/cs/xmlsecurity/source/component.po b/translations/source/cs/xmlsecurity/source/component.po
index e8657b19cbe..6957bc86204 100644
--- a/translations/source/cs/xmlsecurity/source/component.po
+++ b/translations/source/cs/xmlsecurity/source/component.po
@@ -3,18 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-04-07 23:11+0200\n"
-"Last-Translator: pawell <p.franc@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-21 00:29+0200\n"
+"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: warnbox.src#RID_XMLSECWB_NO_MOZILLA_PROFILE.warningbox.text
msgid "Digital signatures functionality could not be used, because no Mozilla user profile was found. Please check the Mozilla installation."
-msgstr "Elektronické podpisy nelze použít, protože nebyl nalezen uživatelský profil Firefoxu. Zkontrolujte prosím instalaci internetového prohlížeče Firefox."
+msgstr "Elektronické podpisy nelze použít, protože nebyl nalezen uživatelský profil Firefoxu. Zkontrolujte instalaci internetového prohlížeče Firefox."
diff --git a/translations/source/cs/xmlsecurity/source/dialogs.po b/translations/source/cs/xmlsecurity/source/dialogs.po
index cdd4fba188a..dbe467a5db5 100644
--- a/translations/source/cs/xmlsecurity/source/dialogs.po
+++ b/translations/source/cs/xmlsecurity/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-29 20:01+0200\n"
"Last-Translator: Jindřich <khagaroth@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cs\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"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/accessibility/source/helper.po b/translations/source/cy/accessibility/source/helper.po
index dd95e2607e1..f111c59b23e 100644
--- a/translations/source/cy/accessibility/source/helper.po
+++ b/translations/source/cy/accessibility/source/helper.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 22:40+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/avmedia/source/framework.po b/translations/source/cy/avmedia/source/framework.po
index 3cef3b15391..a6278953de4 100644
--- a/translations/source/cy/avmedia/source/framework.po
+++ b/translations/source/cy/avmedia/source/framework.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:21+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/avmedia/source/viewer.po b/translations/source/cy/avmedia/source/viewer.po
index 46dd516c571..ae4c5617d6e 100644
--- a/translations/source/cy/avmedia/source/viewer.po
+++ b/translations/source/cy/avmedia/source/viewer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 15:09+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/basctl/source/basicide.po b/translations/source/cy/basctl/source/basicide.po
index 4ca809f5e5f..a163b7c0f59 100644
--- a/translations/source/cy/basctl/source/basicide.po
+++ b/translations/source/cy/basctl/source/basicide.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-29 23:15+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/basctl/source/dlged.po b/translations/source/cy/basctl/source/dlged.po
index 0bae00f762f..e273e655e4c 100644
--- a/translations/source/cy/basctl/source/dlged.po
+++ b/translations/source/cy/basctl/source/dlged.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-01 13:25+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/basic/source/classes.po b/translations/source/cy/basic/source/classes.po
index 3bfe0b5f723..8a299414982 100644
--- a/translations/source/cy/basic/source/classes.po
+++ b/translations/source/cy/basic/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-01 10:08+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/basic/source/sbx.po b/translations/source/cy/basic/source/sbx.po
index 8a543479784..b5d26fd07fe 100644
--- a/translations/source/cy/basic/source/sbx.po
+++ b/translations/source/cy/basic/source/sbx.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 21:14+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/chart2/source/controller/dialogs.po b/translations/source/cy/chart2/source/controller/dialogs.po
index e914cc2af55..61830c91dff 100644
--- a/translations/source/cy/chart2/source/controller/dialogs.po
+++ b/translations/source/cy/chart2/source/controller/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 15:11+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/connectivity/source/drivers/ado.po b/translations/source/cy/connectivity/source/drivers/ado.po
index a7313536395..a2dc80e33e9 100644
--- a/translations/source/cy/connectivity/source/drivers/ado.po
+++ b/translations/source/cy/connectivity/source/drivers/ado.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-01 14:27+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/connectivity/source/drivers/calc.po b/translations/source/cy/connectivity/source/drivers/calc.po
index 534d5334b3f..ca397152389 100644
--- a/translations/source/cy/connectivity/source/drivers/calc.po
+++ b/translations/source/cy/connectivity/source/drivers/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-07 15:36+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/connectivity/source/drivers/dbase.po b/translations/source/cy/connectivity/source/drivers/dbase.po
index c169b2c8bd3..391583f4286 100644
--- a/translations/source/cy/connectivity/source/drivers/dbase.po
+++ b/translations/source/cy/connectivity/source/drivers/dbase.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-01 14:29+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/connectivity/source/drivers/evoab2.po b/translations/source/cy/connectivity/source/drivers/evoab2.po
index 0ae96f9ca1e..9b7ba17c206 100644
--- a/translations/source/cy/connectivity/source/drivers/evoab2.po
+++ b/translations/source/cy/connectivity/source/drivers/evoab2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-01 14:31+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/connectivity/source/drivers/flat.po b/translations/source/cy/connectivity/source/drivers/flat.po
index 712c40a475c..65882cc27cb 100644
--- a/translations/source/cy/connectivity/source/drivers/flat.po
+++ b/translations/source/cy/connectivity/source/drivers/flat.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 15:36+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/connectivity/source/drivers/hsqldb.po b/translations/source/cy/connectivity/source/drivers/hsqldb.po
index fbdda58775f..402891e1300 100644
--- a/translations/source/cy/connectivity/source/drivers/hsqldb.po
+++ b/translations/source/cy/connectivity/source/drivers/hsqldb.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 22:48+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/connectivity/source/drivers/jdbc.po b/translations/source/cy/connectivity/source/drivers/jdbc.po
index 443008d85a3..52363520c37 100644
--- a/translations/source/cy/connectivity/source/drivers/jdbc.po
+++ b/translations/source/cy/connectivity/source/drivers/jdbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-01 14:32+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/connectivity/source/drivers/kab.po b/translations/source/cy/connectivity/source/drivers/kab.po
index 1679348a319..e32246c865e 100644
--- a/translations/source/cy/connectivity/source/drivers/kab.po
+++ b/translations/source/cy/connectivity/source/drivers/kab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 22:49+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/connectivity/source/drivers/macab.po b/translations/source/cy/connectivity/source/drivers/macab.po
index eb471c2ce8b..21757591b1f 100644
--- a/translations/source/cy/connectivity/source/drivers/macab.po
+++ b/translations/source/cy/connectivity/source/drivers/macab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 22:49+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/connectivity/source/drivers/mozab.po b/translations/source/cy/connectivity/source/drivers/mozab.po
index e3bb140148e..d89e6298cc8 100644
--- a/translations/source/cy/connectivity/source/drivers/mozab.po
+++ b/translations/source/cy/connectivity/source/drivers/mozab.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+connectivity%2Fsource%2Fdrivers%2Fmozab.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-26 11:02+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\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/cy/connectivity/source/drivers/mysql.po b/translations/source/cy/connectivity/source/drivers/mysql.po
index 9b12afa7a94..34114ba1459 100644
--- a/translations/source/cy/connectivity/source/drivers/mysql.po
+++ b/translations/source/cy/connectivity/source/drivers/mysql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-01 14:32+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/connectivity/source/drivers/odbc.po b/translations/source/cy/connectivity/source/drivers/odbc.po
index 60189ac08d0..26e5b764ec3 100644
--- a/translations/source/cy/connectivity/source/drivers/odbc.po
+++ b/translations/source/cy/connectivity/source/drivers/odbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 22:50+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/connectivity/source/drivers/postgresql.po b/translations/source/cy/connectivity/source/drivers/postgresql.po
index 9fdea087190..02cbd08dc6f 100644
--- a/translations/source/cy/connectivity/source/drivers/postgresql.po
+++ b/translations/source/cy/connectivity/source/drivers/postgresql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-29 21:12+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -18,11 +18,3 @@ msgstr ""
#: postgresql.xcu#.Drivers.Installed.sdbc_postgresql__.DriverTypeDisplayName.value.text
msgid "PostgreSQL"
msgstr "PostgreSQL"
-
-#: description.xml#dispname.dispname.description.text
-msgid "PostgreSQL-SDBC Driver"
-msgstr "Gyrrwr PostgreSQL-SDBC"
-
-#: 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 "Gyrrwr cronfa ddata cynhenid PostgreSQL ar gyfer LibreOffice. Mae’n gynt wedi ei integreiddio’n llwyr a does dim angen gosod gyrwyr JDBC neu ODBC ar wahân. Cydnaws a PostgreSQL fersiwn 8.4 a hwyrach.\n"
diff --git a/translations/source/cy/connectivity/source/resource.po b/translations/source/cy/connectivity/source/resource.po
index fa2368d2b47..3cb70c722fb 100644
--- a/translations/source/cy/connectivity/source/resource.po
+++ b/translations/source/cy/connectivity/source/resource.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+connectivity%2Fsource%2Fresource.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 14:11+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\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/cy/cui/source/customize.po b/translations/source/cy/cui/source/customize.po
index d0ebe40c987..749a65c2b70 100644
--- a/translations/source/cy/cui/source/customize.po
+++ b/translations/source/cy/cui/source/customize.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 20:38+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/cui/source/dialogs.po b/translations/source/cy/cui/source/dialogs.po
index 13f3cde5ba4..8b3537d31fc 100644
--- a/translations/source/cy/cui/source/dialogs.po
+++ b/translations/source/cy/cui/source/dialogs.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%2Fdialogs.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 14:12+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: thesdlg.src#RID_SVXDLG_THESAURUS.FT_WORD.fixedtext.text
diff --git a/translations/source/cy/cui/source/options.po b/translations/source/cy/cui/source/options.po
index b3984150ec1..cbcf382d183 100644
--- a/translations/source/cy/cui/source/options.po
+++ b/translations/source/cy/cui/source/options.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-30 11:10+0200\n"
-"PO-Revision-Date: 2012-01-27 14:25+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-22 19:16+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
@@ -1277,7 +1277,7 @@ msgstr "Grid"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.6.itemlist.text
msgid "Basic Fonts (Western)"
-msgstr "Ffontiau Sylfaenol (Gorllewin)"
+msgstr "Ffontiau Sylfaenol (Gorllewinol)"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.7.itemlist.text
msgid "Basic Fonts (Asian)"
@@ -1305,7 +1305,7 @@ msgstr "Newidiadau"
#: 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"
msgid "Compatibility"
-msgstr "Cydnawsedd"
+msgstr "Cydweddiad"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.13.itemlist.text
msgid "AutoCaption"
diff --git a/translations/source/cy/cui/source/tabpages.po b/translations/source/cy/cui/source/tabpages.po
index 1fd3249ccf8..85f1509a891 100644
--- a/translations/source/cy/cui/source/tabpages.po
+++ b/translations/source/cy/cui/source/tabpages.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%2Ftabpages.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-27 14:31+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: macroass.src#RID_SVXPAGE_EVENTASSIGN.STR_EVENT.string.text
diff --git a/translations/source/cy/dbaccess/source/core/resource.po b/translations/source/cy/dbaccess/source/core/resource.po
index 765a2dff814..565e3aefd08 100644
--- a/translations/source/cy/dbaccess/source/core/resource.po
+++ b/translations/source/cy/dbaccess/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-01 14:08+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dbaccess/source/ext/adabas.po b/translations/source/cy/dbaccess/source/ext/adabas.po
index 26c799b413b..38783e3dbf9 100644
--- a/translations/source/cy/dbaccess/source/ext/adabas.po
+++ b/translations/source/cy/dbaccess/source/ext/adabas.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 15:46+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dbaccess/source/ext/macromigration.po b/translations/source/cy/dbaccess/source/ext/macromigration.po
index 2f166d7e083..4e5af69e661 100644
--- a/translations/source/cy/dbaccess/source/ext/macromigration.po
+++ b/translations/source/cy/dbaccess/source/ext/macromigration.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+dbaccess%2Fsource%2Fext%2Fmacromigration.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 13:52+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\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/cy/dbaccess/source/sdbtools/resource.po b/translations/source/cy/dbaccess/source/sdbtools/resource.po
index cd3195d53a5..0942aeaa403 100644
--- a/translations/source/cy/dbaccess/source/sdbtools/resource.po
+++ b/translations/source/cy/dbaccess/source/sdbtools/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-17 15:40+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dbaccess/source/ui/app.po b/translations/source/cy/dbaccess/source/ui/app.po
index 9941dbdc7f8..87d7b232fb0 100644
--- a/translations/source/cy/dbaccess/source/ui/app.po
+++ b/translations/source/cy/dbaccess/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 15:47+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dbaccess/source/ui/browser.po b/translations/source/cy/dbaccess/source/ui/browser.po
index c567128260a..33e4fa07878 100644
--- a/translations/source/cy/dbaccess/source/ui/browser.po
+++ b/translations/source/cy/dbaccess/source/ui/browser.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-01 08:36+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dbaccess/source/ui/control.po b/translations/source/cy/dbaccess/source/ui/control.po
index 247ac113f7f..f9b0c9a304b 100644
--- a/translations/source/cy/dbaccess/source/ui/control.po
+++ b/translations/source/cy/dbaccess/source/ui/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-01 10:13+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dbaccess/source/ui/dlg.po b/translations/source/cy/dbaccess/source/ui/dlg.po
index 0c13889f5da..a23d1d76509 100644
--- a/translations/source/cy/dbaccess/source/ui/dlg.po
+++ b/translations/source/cy/dbaccess/source/ui/dlg.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+dbaccess%2Fsource%2Fui%2Fdlg.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 14:19+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\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/cy/dbaccess/source/ui/inc.po b/translations/source/cy/dbaccess/source/ui/inc.po
index 4defff5e603..cab12b98d17 100644
--- a/translations/source/cy/dbaccess/source/ui/inc.po
+++ b/translations/source/cy/dbaccess/source/ui/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:22+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dbaccess/source/ui/misc.po b/translations/source/cy/dbaccess/source/ui/misc.po
index 24b0689882f..225c8d1f796 100644
--- a/translations/source/cy/dbaccess/source/ui/misc.po
+++ b/translations/source/cy/dbaccess/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-01 21:36+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dbaccess/source/ui/querydesign.po b/translations/source/cy/dbaccess/source/ui/querydesign.po
index c7fb2beddf4..30b4ff57dca 100644
--- a/translations/source/cy/dbaccess/source/ui/querydesign.po
+++ b/translations/source/cy/dbaccess/source/ui/querydesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-01 14:31+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dbaccess/source/ui/relationdesign.po b/translations/source/cy/dbaccess/source/ui/relationdesign.po
index 8c40fe40088..7a6e7a20b93 100644
--- a/translations/source/cy/dbaccess/source/ui/relationdesign.po
+++ b/translations/source/cy/dbaccess/source/ui/relationdesign.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+dbaccess%2Fsource%2Fui%2Frelationdesign.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-26 11:20+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\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/cy/dbaccess/source/ui/tabledesign.po b/translations/source/cy/dbaccess/source/ui/tabledesign.po
index 8c3be84e4bb..fa8bbab9303 100644
--- a/translations/source/cy/dbaccess/source/ui/tabledesign.po
+++ b/translations/source/cy/dbaccess/source/ui/tabledesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-02 20:55+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dbaccess/source/ui/uno.po b/translations/source/cy/dbaccess/source/ui/uno.po
index ad0a5674996..aff0c79af7e 100644
--- a/translations/source/cy/dbaccess/source/ui/uno.po
+++ b/translations/source/cy/dbaccess/source/ui/uno.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-17 19:46+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/desktop/source/app.po b/translations/source/cy/desktop/source/app.po
index 676210c2654..8a223fb09dd 100644
--- a/translations/source/cy/desktop/source/app.po
+++ b/translations/source/cy/desktop/source/app.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+desktop%2Fsource%2Fapp.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 14:13+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\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/cy/desktop/source/deployment/gui.po b/translations/source/cy/desktop/source/deployment/gui.po
index dc2c46bec25..d9bb0760b4a 100644
--- a/translations/source/cy/desktop/source/deployment/gui.po
+++ b/translations/source/cy/desktop/source/deployment/gui.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+desktop%2Fsource%2Fdeployment%2Fgui.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-27 13:35+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\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/cy/desktop/source/deployment/manager.po b/translations/source/cy/desktop/source/deployment/manager.po
index 4c181800072..b042efd9151 100644
--- a/translations/source/cy/desktop/source/deployment/manager.po
+++ b/translations/source/cy/desktop/source/deployment/manager.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 21:18+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/desktop/source/deployment/misc.po b/translations/source/cy/desktop/source/deployment/misc.po
index 5e0fc2a59cd..1811f4c0296 100644
--- a/translations/source/cy/desktop/source/deployment/misc.po
+++ b/translations/source/cy/desktop/source/deployment/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-29 21:17+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/desktop/source/deployment/registry.po b/translations/source/cy/desktop/source/deployment/registry.po
index f4e6a96a4a0..4209c77708e 100644
--- a/translations/source/cy/desktop/source/deployment/registry.po
+++ b/translations/source/cy/desktop/source/deployment/registry.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 21:18+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/desktop/source/deployment/registry/component.po b/translations/source/cy/desktop/source/deployment/registry/component.po
index 606f27f36f9..edae5a47f60 100644
--- a/translations/source/cy/desktop/source/deployment/registry/component.po
+++ b/translations/source/cy/desktop/source/deployment/registry/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 19:59+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/desktop/source/deployment/registry/configuration.po b/translations/source/cy/desktop/source/deployment/registry/configuration.po
index 200c1d4dfa9..68d6613f02a 100644
--- a/translations/source/cy/desktop/source/deployment/registry/configuration.po
+++ b/translations/source/cy/desktop/source/deployment/registry/configuration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:22+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/desktop/source/deployment/registry/help.po b/translations/source/cy/desktop/source/deployment/registry/help.po
index a66136d68fb..0fedef73923 100644
--- a/translations/source/cy/desktop/source/deployment/registry/help.po
+++ b/translations/source/cy/desktop/source/deployment/registry/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-30 20:56+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/desktop/source/deployment/registry/package.po b/translations/source/cy/desktop/source/deployment/registry/package.po
index e9935f9bb48..ffdd549ae08 100644
--- a/translations/source/cy/desktop/source/deployment/registry/package.po
+++ b/translations/source/cy/desktop/source/deployment/registry/package.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:22+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/desktop/source/deployment/registry/script.po b/translations/source/cy/desktop/source/deployment/registry/script.po
index c8f7ef77d3a..986a947bcf5 100644
--- a/translations/source/cy/desktop/source/deployment/registry/script.po
+++ b/translations/source/cy/desktop/source/deployment/registry/script.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-17 19:47+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/desktop/source/deployment/registry/sfwk.po b/translations/source/cy/desktop/source/deployment/registry/sfwk.po
index 0d4b3705457..1a0eb88d3c8 100644
--- a/translations/source/cy/desktop/source/deployment/registry/sfwk.po
+++ b/translations/source/cy/desktop/source/deployment/registry/sfwk.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:22+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/desktop/source/deployment/unopkg.po b/translations/source/cy/desktop/source/deployment/unopkg.po
index 6901de4872d..2d003054574 100644
--- a/translations/source/cy/desktop/source/deployment/unopkg.po
+++ b/translations/source/cy/desktop/source/deployment/unopkg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-01 18:35+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dictionaries/af_ZA.po b/translations/source/cy/dictionaries/af_ZA.po
index fc70c475390..960b059fdab 100644
--- a/translations/source/cy/dictionaries/af_ZA.po
+++ b/translations/source/cy/dictionaries/af_ZA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-11 15:59+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dictionaries/an_ES.po b/translations/source/cy/dictionaries/an_ES.po
index 16d9ad0f9b8..e41e05de197 100644
--- a/translations/source/cy/dictionaries/an_ES.po
+++ b/translations/source/cy/dictionaries/an_ES.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+dictionaries%2Fan_ES.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-26 14:14+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/cy/dictionaries/ar.po b/translations/source/cy/dictionaries/ar.po
index 5bd691cae9f..11c18bf1fca 100644
--- a/translations/source/cy/dictionaries/ar.po
+++ b/translations/source/cy/dictionaries/ar.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 15:59+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dictionaries/be_BY.po b/translations/source/cy/dictionaries/be_BY.po
index 634cb6fa195..16a98a1673c 100644
--- a/translations/source/cy/dictionaries/be_BY.po
+++ b/translations/source/cy/dictionaries/be_BY.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-29 21:18+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dictionaries/bg_BG.po b/translations/source/cy/dictionaries/bg_BG.po
index a6ab2765eb2..b3af78e20ba 100644
--- a/translations/source/cy/dictionaries/bg_BG.po
+++ b/translations/source/cy/dictionaries/bg_BG.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-11 15:59+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dictionaries/bn_BD.po b/translations/source/cy/dictionaries/bn_BD.po
index 029d5149602..169aa913927 100644
--- a/translations/source/cy/dictionaries/bn_BD.po
+++ b/translations/source/cy/dictionaries/bn_BD.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 15:59+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dictionaries/br_FR.po b/translations/source/cy/dictionaries/br_FR.po
index 2fa33f1760c..b68ad31ba07 100644
--- a/translations/source/cy/dictionaries/br_FR.po
+++ b/translations/source/cy/dictionaries/br_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 15:59+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dictionaries/ca.po b/translations/source/cy/dictionaries/ca.po
index c4693abe13d..d8e9fc8072e 100644
--- a/translations/source/cy/dictionaries/ca.po
+++ b/translations/source/cy/dictionaries/ca.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-11 15:59+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dictionaries/cs_CZ.po b/translations/source/cy/dictionaries/cs_CZ.po
index abc6ef401f1..5364ea38a6d 100644
--- a/translations/source/cy/dictionaries/cs_CZ.po
+++ b/translations/source/cy/dictionaries/cs_CZ.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 15:59+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dictionaries/da_DK.po b/translations/source/cy/dictionaries/da_DK.po
index ba9c7ee866a..650b7f9cfe3 100644
--- a/translations/source/cy/dictionaries/da_DK.po
+++ b/translations/source/cy/dictionaries/da_DK.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 15:59+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dictionaries/de.po b/translations/source/cy/dictionaries/de.po
index 604851335fe..7346e4205f3 100644
--- a/translations/source/cy/dictionaries/de.po
+++ b/translations/source/cy/dictionaries/de.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 15:59+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dictionaries/el_GR.po b/translations/source/cy/dictionaries/el_GR.po
index 86e86a216ae..0f17a3363b2 100644
--- a/translations/source/cy/dictionaries/el_GR.po
+++ b/translations/source/cy/dictionaries/el_GR.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+dictionaries%2Fel_GR.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 13:56+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/cy/dictionaries/en.po b/translations/source/cy/dictionaries/en.po
index 5b00d14f2bd..982f52a97b4 100644
--- a/translations/source/cy/dictionaries/en.po
+++ b/translations/source/cy/dictionaries/en.po
@@ -3,16 +3,16 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-26 14:17+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/cy/dictionaries/en/dialog.po b/translations/source/cy/dictionaries/en/dialog.po
index ecbab6f1e10..360f4666e3c 100644
--- a/translations/source/cy/dictionaries/en/dialog.po
+++ b/translations/source/cy/dictionaries/en/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+dictionaries%2Fen%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 14:07+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
diff --git a/translations/source/cy/dictionaries/es_ES.po b/translations/source/cy/dictionaries/es_ES.po
index 2325ec9dbe8..fe6036f0b61 100644
--- a/translations/source/cy/dictionaries/es_ES.po
+++ b/translations/source/cy/dictionaries/es_ES.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 18:06+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dictionaries/et_EE.po b/translations/source/cy/dictionaries/et_EE.po
index 39d31ce54db..a6a307eb194 100644
--- a/translations/source/cy/dictionaries/et_EE.po
+++ b/translations/source/cy/dictionaries/et_EE.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 18:07+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dictionaries/fr_FR.po b/translations/source/cy/dictionaries/fr_FR.po
index d107daa85dc..c3a4cfc0221 100644
--- a/translations/source/cy/dictionaries/fr_FR.po
+++ b/translations/source/cy/dictionaries/fr_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 18:07+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dictionaries/gd_GB.po b/translations/source/cy/dictionaries/gd_GB.po
index de676af274e..9377bb2132b 100644
--- a/translations/source/cy/dictionaries/gd_GB.po
+++ b/translations/source/cy/dictionaries/gd_GB.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+dictionaries%2Fgd_GB.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 13:56+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/cy/dictionaries/gl.po b/translations/source/cy/dictionaries/gl.po
index d66ef0ae261..a9e5cc9b952 100644
--- a/translations/source/cy/dictionaries/gl.po
+++ b/translations/source/cy/dictionaries/gl.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-13 18:08+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dictionaries/gu_IN.po b/translations/source/cy/dictionaries/gu_IN.po
index 7eeac44c837..3490cd90740 100644
--- a/translations/source/cy/dictionaries/gu_IN.po
+++ b/translations/source/cy/dictionaries/gu_IN.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 18:08+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dictionaries/he_IL.po b/translations/source/cy/dictionaries/he_IL.po
index 8ff5f24e8f7..f3b1bddca14 100644
--- a/translations/source/cy/dictionaries/he_IL.po
+++ b/translations/source/cy/dictionaries/he_IL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 18:09+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dictionaries/hi_IN.po b/translations/source/cy/dictionaries/hi_IN.po
index e43a8adfe9e..7271cd0ddb4 100644
--- a/translations/source/cy/dictionaries/hi_IN.po
+++ b/translations/source/cy/dictionaries/hi_IN.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 18:09+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dictionaries/hr_HR.po b/translations/source/cy/dictionaries/hr_HR.po
index d4cd40215c6..1e1818d007b 100644
--- a/translations/source/cy/dictionaries/hr_HR.po
+++ b/translations/source/cy/dictionaries/hr_HR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 18:10+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dictionaries/hu_HU.po b/translations/source/cy/dictionaries/hu_HU.po
index d50ee841f14..50b2f98d9c1 100644
--- a/translations/source/cy/dictionaries/hu_HU.po
+++ b/translations/source/cy/dictionaries/hu_HU.po
@@ -3,16 +3,16 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-27 10:46+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/cy/dictionaries/hu_HU/dialog.po b/translations/source/cy/dictionaries/hu_HU/dialog.po
index f05612043f5..678f8344136 100644
--- a/translations/source/cy/dictionaries/hu_HU/dialog.po
+++ b/translations/source/cy/dictionaries/hu_HU/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+dictionaries%2Fhu_HU%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 12:29+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
diff --git a/translations/source/cy/dictionaries/it_IT.po b/translations/source/cy/dictionaries/it_IT.po
index ae8c4e63d00..381c1d62a24 100644
--- a/translations/source/cy/dictionaries/it_IT.po
+++ b/translations/source/cy/dictionaries/it_IT.po
@@ -3,16 +3,16 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 12:30+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/cy/dictionaries/ku_TR.po b/translations/source/cy/dictionaries/ku_TR.po
index de2ba7b8536..548952c3c55 100644
--- a/translations/source/cy/dictionaries/ku_TR.po
+++ b/translations/source/cy/dictionaries/ku_TR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 18:12+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dictionaries/lt_LT.po b/translations/source/cy/dictionaries/lt_LT.po
index 72933b5b5f5..009a3e20827 100644
--- a/translations/source/cy/dictionaries/lt_LT.po
+++ b/translations/source/cy/dictionaries/lt_LT.po
@@ -3,16 +3,16 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 12:30+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/cy/dictionaries/lv_LV.po b/translations/source/cy/dictionaries/lv_LV.po
index c747e1fab4d..1a6dca5d779 100644
--- a/translations/source/cy/dictionaries/lv_LV.po
+++ b/translations/source/cy/dictionaries/lv_LV.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-13 18:13+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dictionaries/ne_NP.po b/translations/source/cy/dictionaries/ne_NP.po
index 85df900421d..52f0917c01b 100644
--- a/translations/source/cy/dictionaries/ne_NP.po
+++ b/translations/source/cy/dictionaries/ne_NP.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-13 18:13+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dictionaries/nl_NL.po b/translations/source/cy/dictionaries/nl_NL.po
index 99faf0921ce..170bbfd8b91 100644
--- a/translations/source/cy/dictionaries/nl_NL.po
+++ b/translations/source/cy/dictionaries/nl_NL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 18:14+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dictionaries/no.po b/translations/source/cy/dictionaries/no.po
index 052d16e2871..17d13d8f63f 100644
--- a/translations/source/cy/dictionaries/no.po
+++ b/translations/source/cy/dictionaries/no.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-13 18:15+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dictionaries/oc_FR.po b/translations/source/cy/dictionaries/oc_FR.po
index 6767d5daa72..e55879f1e13 100644
--- a/translations/source/cy/dictionaries/oc_FR.po
+++ b/translations/source/cy/dictionaries/oc_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 18:15+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dictionaries/pl_PL.po b/translations/source/cy/dictionaries/pl_PL.po
index 1a93d76f69d..92f0a126a99 100644
--- a/translations/source/cy/dictionaries/pl_PL.po
+++ b/translations/source/cy/dictionaries/pl_PL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-13 18:15+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dictionaries/pt_BR.po b/translations/source/cy/dictionaries/pt_BR.po
index cf8e6170452..0224dff5bc6 100644
--- a/translations/source/cy/dictionaries/pt_BR.po
+++ b/translations/source/cy/dictionaries/pt_BR.po
@@ -3,16 +3,16 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 14:13+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/cy/dictionaries/pt_PT.po b/translations/source/cy/dictionaries/pt_PT.po
index 093125efe58..0ef86289d9d 100644
--- a/translations/source/cy/dictionaries/pt_PT.po
+++ b/translations/source/cy/dictionaries/pt_PT.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 18:17+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dictionaries/ro.po b/translations/source/cy/dictionaries/ro.po
index 761f1d50542..742e23491e1 100644
--- a/translations/source/cy/dictionaries/ro.po
+++ b/translations/source/cy/dictionaries/ro.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 18:19+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dictionaries/ru_RU.po b/translations/source/cy/dictionaries/ru_RU.po
index dbc3b4910d9..5cff985aa49 100644
--- a/translations/source/cy/dictionaries/ru_RU.po
+++ b/translations/source/cy/dictionaries/ru_RU.po
@@ -3,16 +3,16 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 12:32+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/cy/dictionaries/ru_RU/dialog.po b/translations/source/cy/dictionaries/ru_RU/dialog.po
index b735bbef276..405c957c28c 100644
--- a/translations/source/cy/dictionaries/ru_RU/dialog.po
+++ b/translations/source/cy/dictionaries/ru_RU/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+dictionaries%2Fru_RU%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 12:36+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
diff --git a/translations/source/cy/dictionaries/si_LK.po b/translations/source/cy/dictionaries/si_LK.po
index 3cecdefded3..182f12ac9fb 100644
--- a/translations/source/cy/dictionaries/si_LK.po
+++ b/translations/source/cy/dictionaries/si_LK.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+dictionaries%2Fsi_LK.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 12:36+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/cy/dictionaries/sk_SK.po b/translations/source/cy/dictionaries/sk_SK.po
index 905673237b6..93e902c1859 100644
--- a/translations/source/cy/dictionaries/sk_SK.po
+++ b/translations/source/cy/dictionaries/sk_SK.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 18:20+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dictionaries/sl_SI.po b/translations/source/cy/dictionaries/sl_SI.po
index 9a025799de3..a045b4c27b2 100644
--- a/translations/source/cy/dictionaries/sl_SI.po
+++ b/translations/source/cy/dictionaries/sl_SI.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 18:20+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dictionaries/sr.po b/translations/source/cy/dictionaries/sr.po
index b16e56d03ff..5867837d600 100644
--- a/translations/source/cy/dictionaries/sr.po
+++ b/translations/source/cy/dictionaries/sr.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-29 22:58+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dictionaries/sv_SE.po b/translations/source/cy/dictionaries/sv_SE.po
index ddc2ede7fa8..021e6c52f6f 100644
--- a/translations/source/cy/dictionaries/sv_SE.po
+++ b/translations/source/cy/dictionaries/sv_SE.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-13 18:21+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dictionaries/sw_TZ.po b/translations/source/cy/dictionaries/sw_TZ.po
index c6d29c86ff1..7ea824ce6cc 100644
--- a/translations/source/cy/dictionaries/sw_TZ.po
+++ b/translations/source/cy/dictionaries/sw_TZ.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 18:21+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dictionaries/te_IN.po b/translations/source/cy/dictionaries/te_IN.po
index 9b3b0b8a08f..90dad5a18b2 100644
--- a/translations/source/cy/dictionaries/te_IN.po
+++ b/translations/source/cy/dictionaries/te_IN.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-29 21:19+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dictionaries/th_TH.po b/translations/source/cy/dictionaries/th_TH.po
index a75d8617b27..cbf52d8c163 100644
--- a/translations/source/cy/dictionaries/th_TH.po
+++ b/translations/source/cy/dictionaries/th_TH.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 18:22+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dictionaries/uk_UA.po b/translations/source/cy/dictionaries/uk_UA.po
index c21f4b70284..7180f36193b 100644
--- a/translations/source/cy/dictionaries/uk_UA.po
+++ b/translations/source/cy/dictionaries/uk_UA.po
@@ -3,16 +3,16 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-27 12:37+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/cy/dictionaries/vi.po b/translations/source/cy/dictionaries/vi.po
index 45f7f40b884..8755d6d7227 100644
--- a/translations/source/cy/dictionaries/vi.po
+++ b/translations/source/cy/dictionaries/vi.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-13 18:22+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/dictionaries/zu_ZA.po b/translations/source/cy/dictionaries/zu_ZA.po
index 96405c74e6f..342da5ea8d2 100644
--- a/translations/source/cy/dictionaries/zu_ZA.po
+++ b/translations/source/cy/dictionaries/zu_ZA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 18:23+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/editeng/source/accessibility.po b/translations/source/cy/editeng/source/accessibility.po
index 6b6da6dec94..fb22e7c5822 100644
--- a/translations/source/cy/editeng/source/accessibility.po
+++ b/translations/source/cy/editeng/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 20:08+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/editeng/source/editeng.po b/translations/source/cy/editeng/source/editeng.po
index 700748342d6..fd6b9dc5240 100644
--- a/translations/source/cy/editeng/source/editeng.po
+++ b/translations/source/cy/editeng/source/editeng.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 15:29+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/editeng/source/items.po b/translations/source/cy/editeng/source/items.po
index d0f08ab1cff..81a60a9fc7f 100644
--- a/translations/source/cy/editeng/source/items.po
+++ b/translations/source/cy/editeng/source/items.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+editeng%2Fsource%2Fitems.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-27 14:32+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\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/cy/editeng/source/misc.po b/translations/source/cy/editeng/source/misc.po
index d5c1be169c3..4ee0e0995e5 100644
--- a/translations/source/cy/editeng/source/misc.po
+++ b/translations/source/cy/editeng/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-01 08:56+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/editeng/source/outliner.po b/translations/source/cy/editeng/source/outliner.po
index 2f30ac06a45..ba8629ebcd0 100644
--- a/translations/source/cy/editeng/source/outliner.po
+++ b/translations/source/cy/editeng/source/outliner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-02 21:18+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/extensions/source/abpilot.po b/translations/source/cy/extensions/source/abpilot.po
index edca4a5e39a..786161e71c8 100644
--- a/translations/source/cy/extensions/source/abpilot.po
+++ b/translations/source/cy/extensions/source/abpilot.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+extensions%2Fsource%2Fabpilot.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 14:13+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\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/cy/extensions/source/bibliography.po b/translations/source/cy/extensions/source/bibliography.po
index 69189fad78e..4242c5c60ff 100644
--- a/translations/source/cy/extensions/source/bibliography.po
+++ b/translations/source/cy/extensions/source/bibliography.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-01 14:33+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/extensions/source/dbpilots.po b/translations/source/cy/extensions/source/dbpilots.po
index 385a02c7e99..68cc009f6e4 100644
--- a/translations/source/cy/extensions/source/dbpilots.po
+++ b/translations/source/cy/extensions/source/dbpilots.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 18:47+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/extensions/source/propctrlr.po b/translations/source/cy/extensions/source/propctrlr.po
index e0d097be7ec..3e1abb0264a 100644
--- a/translations/source/cy/extensions/source/propctrlr.po
+++ b/translations/source/cy/extensions/source/propctrlr.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+extensions%2Fsource%2Fpropctrlr.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-27 14:32+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\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/cy/extensions/source/scanner.po b/translations/source/cy/extensions/source/scanner.po
index 631f9b52846..726dbd5e5ed 100644
--- a/translations/source/cy/extensions/source/scanner.po
+++ b/translations/source/cy/extensions/source/scanner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 18:23+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/extensions/source/update/check.po b/translations/source/cy/extensions/source/update/check.po
index ba556c4f940..9330406b92c 100644
--- a/translations/source/cy/extensions/source/update/check.po
+++ b/translations/source/cy/extensions/source/update/check.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 16:01+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/filter/source/config/fragments/filters.po b/translations/source/cy/filter/source/config/fragments/filters.po
index ce1f8a073a4..8873084ed0b 100644
--- a/translations/source/cy/filter/source/config/fragments/filters.po
+++ b/translations/source/cy/filter/source/config/fragments/filters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-29 23:16+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/filter/source/config/fragments/internalgraphicfilters.po b/translations/source/cy/filter/source/config/fragments/internalgraphicfilters.po
index 23e75cde434..713dc22e312 100644
--- a/translations/source/cy/filter/source/config/fragments/internalgraphicfilters.po
+++ b/translations/source/cy/filter/source/config/fragments/internalgraphicfilters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 21:31+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/filter/source/config/fragments/types.po b/translations/source/cy/filter/source/config/fragments/types.po
index e8f4864cf50..501ebfd55f5 100644
--- a/translations/source/cy/filter/source/config/fragments/types.po
+++ b/translations/source/cy/filter/source/config/fragments/types.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-29 23:12+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/filter/source/flash.po b/translations/source/cy/filter/source/flash.po
index 97266f04f36..80e5f32656d 100644
--- a/translations/source/cy/filter/source/flash.po
+++ b/translations/source/cy/filter/source/flash.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 21:42+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/filter/source/graphicfilter/eps.po b/translations/source/cy/filter/source/graphicfilter/eps.po
index 519cb43a5eb..da4c43b3030 100644
--- a/translations/source/cy/filter/source/graphicfilter/eps.po
+++ b/translations/source/cy/filter/source/graphicfilter/eps.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 20:17+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/filter/source/pdf.po b/translations/source/cy/filter/source/pdf.po
index 5bfbf93fef4..8381118075a 100644
--- a/translations/source/cy/filter/source/pdf.po
+++ b/translations/source/cy/filter/source/pdf.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%2Fpdf.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-26 11:24+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\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/cy/filter/source/t602.po b/translations/source/cy/filter/source/t602.po
index fbd97d2b91a..60fd70db405 100644
--- a/translations/source/cy/filter/source/t602.po
+++ b/translations/source/cy/filter/source/t602.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 21:31+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/filter/source/xsltdialog.po b/translations/source/cy/filter/source/xsltdialog.po
index 1d8faaaf204..3def16a013e 100644
--- a/translations/source/cy/filter/source/xsltdialog.po
+++ b/translations/source/cy/filter/source/xsltdialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-13 18:23+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/forms/source/resource.po b/translations/source/cy/forms/source/resource.po
index cab3b9d7be3..a3f5aa5b937 100644
--- a/translations/source/cy/forms/source/resource.po
+++ b/translations/source/cy/forms/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-30 21:12+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/formula/source/core/resource.po b/translations/source/cy/formula/source/core/resource.po
index b862e37dbfa..f7798a9af1e 100644
--- a/translations/source/cy/formula/source/core/resource.po
+++ b/translations/source/cy/formula/source/core/resource.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+formula%2Fsource%2Fcore%2Fresource.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-26 11:24+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\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/cy/formula/source/ui/dlg.po b/translations/source/cy/formula/source/ui/dlg.po
index 170e3a589b8..6cffd8e4540 100644
--- a/translations/source/cy/formula/source/ui/dlg.po
+++ b/translations/source/cy/formula/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 15:51+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/fpicker/source/office.po b/translations/source/cy/fpicker/source/office.po
index 30115521257..a6134295d12 100644
--- a/translations/source/cy/fpicker/source/office.po
+++ b/translations/source/cy/fpicker/source/office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-30 21:15+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/framework/source/classes.po b/translations/source/cy/framework/source/classes.po
index 1ff70f1f481..9e9dccaa447 100644
--- a/translations/source/cy/framework/source/classes.po
+++ b/translations/source/cy/framework/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-02 20:40+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/framework/source/services.po b/translations/source/cy/framework/source/services.po
index 82614a02ea6..006eb4c859c 100644
--- a/translations/source/cy/framework/source/services.po
+++ b/translations/source/cy/framework/source/services.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 20:59+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/instsetoo_native/inc_openoffice/windows/msi_languages.po b/translations/source/cy/instsetoo_native/inc_openoffice/windows/msi_languages.po
index 26c2559bd29..3581a87ec9d 100644
--- a/translations/source/cy/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/translations/source/cy/instsetoo_native/inc_openoffice/windows/msi_languages.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+instsetoo_native%2Finc_openoffice%2Fwindows%2Fmsi_languages.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-27 14:22+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: CustomAc.ulf#OOO_CUSTOMACTION_1.LngText.text
diff --git a/translations/source/cy/mysqlc/source.po b/translations/source/cy/mysqlc/source.po
index 19addb4c4a0..4907713475f 100644
--- a/translations/source/cy/mysqlc/source.po
+++ b/translations/source/cy/mysqlc/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 18:26+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/translations/source/cy/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index 81f3b3448fc..013b9633708 100644
--- a/translations/source/cy/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/translations/source/cy/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 20:54+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/translations/source/cy/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
index fd017bca14c..5a79e4661ef 100644
--- a/translations/source/cy/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
+++ b/translations/source/cy/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.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+nlpsolver%2Fhelp%2Fen%2Fcom.sun.star.comp.Calc.NLPSolver.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 14:15+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: Options.xhp#tit.help.text
diff --git a/translations/source/cy/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/translations/source/cy/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
index b0fdb7a5e4b..def1349da16 100644
--- a/translations/source/cy/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
+++ b/translations/source/cy/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.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+nlpsolver%2Fsrc%2Fcom%2Fsun%2Fstar%2Fcomp%2FCalc%2FNLPSolver.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 13:05+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
diff --git a/translations/source/cy/nlpsolver/src/locale.po b/translations/source/cy/nlpsolver/src/locale.po
index 7a3cf064d42..b3f70a6bb23 100644
--- a/translations/source/cy/nlpsolver/src/locale.po
+++ b/translations/source/cy/nlpsolver/src/locale.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+nlpsolver%2Fsrc%2Flocale.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 14:08+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.AssumeNonNegative.property.text
diff --git a/translations/source/cy/officecfg/registry/data/org/openoffice/Office.po b/translations/source/cy/officecfg/registry/data/org/openoffice/Office.po
index 4cb8b258070..9209e9398ee 100644
--- a/translations/source/cy/officecfg/registry/data/org/openoffice/Office.po
+++ b/translations/source/cy/officecfg/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-25 23:00+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/officecfg/registry/data/org/openoffice/Office/UI.po b/translations/source/cy/officecfg/registry/data/org/openoffice/Office/UI.po
index 0503204391b..af42f91a68c 100644
--- a/translations/source/cy/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/cy/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-27 14:33+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-21 20:05+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
@@ -8150,6 +8150,10 @@ msgstr "Statws y Dull ~Mewnbwnio"
msgid "Optio~n Bar"
msgstr "Bar ~Dewis"
+#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_SendFeedback.Label.value.text
+msgid "Send Feedback..."
+msgstr "Anfon Adborth..."
+
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_ShowLicense.Label.value.text
msgid "License Information..."
msgstr "Gwybodaeth Trwyddedu..."
diff --git a/translations/source/cy/padmin/source.po b/translations/source/cy/padmin/source.po
index 80fdd7466a7..a9ccaf0880e 100644
--- a/translations/source/cy/padmin/source.po
+++ b/translations/source/cy/padmin/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-01 08:40+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/readlicense_oo/docs/readme.po b/translations/source/cy/readlicense_oo/docs/readme.po
index 847393c302e..3ad3d5cd355 100644
--- a/translations/source/cy/readlicense_oo/docs/readme.po
+++ b/translations/source/cy/readlicense_oo/docs/readme.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-27 14:17+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-21 20:09+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
@@ -273,16 +273,20 @@ msgid "Now run the installation command again:"
msgstr "Nawr rhedeg y gorchymyn gosod eto:"
#: readme.xrm#rpminstallB.rpminstallB.readmeitem.text
-msgid "For Fedora-based systems: su -c 'yum install *redhat*.rpm'"
+msgid "For Fedora-based systems: su -c 'yum install *freedesktop*.rpm'"
msgstr "Ar gyfer systemau sy'n seiliedig ar Fedora : su -c 'yum install *redhat*.rpm'"
#: readme.xrm#rpminstallC.rpminstallC.readmeitem.text
msgid "For Mandriva-based systems: sudo urpmi *mandriva*.rpm"
msgstr "Ar gyfer systemau sy'n seiliedig ar Mandriva : sudo urpmi *mandriva*.rpm"
+#: readme.xrm#rpminstallF.rpminstallF.readmeitem.text
+msgid "For SUSE-based systems: rpm -Uvh *suse*.rpm"
+msgstr "Ar gyfer systemau SUSE: rpm -Uvh *suse*.rpm"
+
#: readme.xrm#rpminstallD.rpminstallD.readmeitem.text
-msgid "For other RPM-based systems (Suse, etc.): rpm -Uvh *suse*.rpm"
-msgstr "Ar gyfer systemau eraill sy'n defnyddio RPM (SUSE, ac ati): rpm -Uvh *suse*.rpm"
+msgid "For other RPM-based systems: rpm -Uvh *freedesktop*.rpm"
+msgstr "Ar gyfer systemau RPM:: rpm -Uvh *freedesktop*.rpm"
#: readme.xrm#rpminstallE.rpminstallE.readmeitem.text
msgctxt "readme.xrm#rpminstallE.rpminstallE.readmeitem.text"
diff --git a/translations/source/cy/reportbuilder/java/com/sun/star/report/function/metadata.po b/translations/source/cy/reportbuilder/java/com/sun/star/report/function/metadata.po
index 04afecf9fb3..145b30a97f9 100644
--- a/translations/source/cy/reportbuilder/java/com/sun/star/report/function/metadata.po
+++ b/translations/source/cy/reportbuilder/java/com/sun/star/report/function/metadata.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+reportbuilder%2Fjava%2Fcom%2Fsun%2Fstar%2Freport%2Ffunction%2Fmetadata.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-26 11:30+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: Author_Function_en_US.properties#display_name.property.text
diff --git a/translations/source/cy/reportbuilder/registry/data/org/openoffice/Office.po b/translations/source/cy/reportbuilder/registry/data/org/openoffice/Office.po
index 94553105b71..4b43685bb11 100644
--- a/translations/source/cy/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/translations/source/cy/reportbuilder/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 21:02+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/reportbuilder/registry/data/org/openoffice/Office/UI.po b/translations/source/cy/reportbuilder/registry/data/org/openoffice/Office/UI.po
index a319abe177a..9ece7b78ced 100644
--- a/translations/source/cy/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/cy/reportbuilder/registry/data/org/openoffice/Office/UI.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 16:09+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/translations/source/cy/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index c1d679a90eb..0fe51e07e9d 100644
--- a/translations/source/cy/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/translations/source/cy/reportbuilder/registry/data/org/openoffice/TypeDetection.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+reportbuilder%2Fregistry%2Fdata%2Forg%2Fopenoffice%2FTypeDetection.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 13:49+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\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/cy/reportbuilder/util.po b/translations/source/cy/reportbuilder/util.po
index e7dcbebc79c..e1608318a8c 100644
--- a/translations/source/cy/reportbuilder/util.po
+++ b/translations/source/cy/reportbuilder/util.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-13 18:28+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/reportdesign/source/core/resource.po b/translations/source/cy/reportdesign/source/core/resource.po
index 3ab718558ab..ca48de493c7 100644
--- a/translations/source/cy/reportdesign/source/core/resource.po
+++ b/translations/source/cy/reportdesign/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-17 16:21+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/reportdesign/source/ui/dlg.po b/translations/source/cy/reportdesign/source/ui/dlg.po
index 316f3390e5b..2ff66dddf31 100644
--- a/translations/source/cy/reportdesign/source/ui/dlg.po
+++ b/translations/source/cy/reportdesign/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-30 21:57+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/reportdesign/source/ui/inspection.po b/translations/source/cy/reportdesign/source/ui/inspection.po
index 1571bc9ec90..101ea89f712 100644
--- a/translations/source/cy/reportdesign/source/ui/inspection.po
+++ b/translations/source/cy/reportdesign/source/ui/inspection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-01 10:12+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/reportdesign/source/ui/report.po b/translations/source/cy/reportdesign/source/ui/report.po
index 16ae00c2bfe..bc7ed93b6e1 100644
--- a/translations/source/cy/reportdesign/source/ui/report.po
+++ b/translations/source/cy/reportdesign/source/ui/report.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-01 10:15+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sc/source/core/src.po b/translations/source/cy/sc/source/core/src.po
index 7e7f5ce991a..da0d9b71fe7 100644
--- a/translations/source/cy/sc/source/core/src.po
+++ b/translations/source/cy/sc/source/core/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-01 07:54+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sc/source/ui/cctrl.po b/translations/source/cy/sc/source/ui/cctrl.po
index 6e6259629b3..6a205b63c17 100644
--- a/translations/source/cy/sc/source/ui/cctrl.po
+++ b/translations/source/cy/sc/source/ui/cctrl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 20:43+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sc/source/ui/dbgui.po b/translations/source/cy/sc/source/ui/dbgui.po
index 360138c711d..1b56b3fb3c9 100644
--- a/translations/source/cy/sc/source/ui/dbgui.po
+++ b/translations/source/cy/sc/source/ui/dbgui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-12 21:42+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sc/source/ui/docshell.po b/translations/source/cy/sc/source/ui/docshell.po
index a7101330781..ee2363d64ef 100644
--- a/translations/source/cy/sc/source/ui/docshell.po
+++ b/translations/source/cy/sc/source/ui/docshell.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-17 21:45+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sc/source/ui/drawfunc.po b/translations/source/cy/sc/source/ui/drawfunc.po
index 854c0efb00d..58c16278e68 100644
--- a/translations/source/cy/sc/source/ui/drawfunc.po
+++ b/translations/source/cy/sc/source/ui/drawfunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 20:02+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sc/source/ui/formdlg.po b/translations/source/cy/sc/source/ui/formdlg.po
index 3474931b581..177afdf64ce 100644
--- a/translations/source/cy/sc/source/ui/formdlg.po
+++ b/translations/source/cy/sc/source/ui/formdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-30 21:15+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sc/source/ui/miscdlgs.po b/translations/source/cy/sc/source/ui/miscdlgs.po
index 42371a23db1..85355b26c5b 100644
--- a/translations/source/cy/sc/source/ui/miscdlgs.po
+++ b/translations/source/cy/sc/source/ui/miscdlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-29 23:05+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sc/source/ui/navipi.po b/translations/source/cy/sc/source/ui/navipi.po
index 05f999cc4c8..db8d0be0195 100644
--- a/translations/source/cy/sc/source/ui/navipi.po
+++ b/translations/source/cy/sc/source/ui/navipi.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-29 21:36+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sc/source/ui/pagedlg.po b/translations/source/cy/sc/source/ui/pagedlg.po
index a6d848979a8..8198d11ca89 100644
--- a/translations/source/cy/sc/source/ui/pagedlg.po
+++ b/translations/source/cy/sc/source/ui/pagedlg.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%2Fpagedlg.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-27 13:35+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: hfedtdlg.src#HFEDIT_DLGTITLE.#define.text
diff --git a/translations/source/cy/sc/source/ui/src.po b/translations/source/cy/sc/source/ui/src.po
index c8a9fb589d7..789dbfc2162 100644
--- a/translations/source/cy/sc/source/ui/src.po
+++ b/translations/source/cy/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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-27 14:33+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: namedlg.src#RID_SCDLG_NAMES.BTN_ADD.pushbutton.text
diff --git a/translations/source/cy/sc/source/ui/styleui.po b/translations/source/cy/sc/source/ui/styleui.po
index 978f9a13a21..4ca938061d0 100644
--- a/translations/source/cy/sc/source/ui/styleui.po
+++ b/translations/source/cy/sc/source/ui/styleui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-09-11 13:46+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/scaddins/source/analysis.po b/translations/source/cy/scaddins/source/analysis.po
index ba17b51dbab..57af799003a 100644
--- a/translations/source/cy/scaddins/source/analysis.po
+++ b/translations/source/cy/scaddins/source/analysis.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-01 10:15+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/scaddins/source/datefunc.po b/translations/source/cy/scaddins/source/datefunc.po
index 28c097a478d..3ed73845509 100644
--- a/translations/source/cy/scaddins/source/datefunc.po
+++ b/translations/source/cy/scaddins/source/datefunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 20:19+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sccomp/source/solver.po b/translations/source/cy/sccomp/source/solver.po
index 0f1aeface92..1b57c0e41b9 100644
--- a/translations/source/cy/sccomp/source/solver.po
+++ b/translations/source/cy/sccomp/source/solver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-20 23:30+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/scp2/source/accessories.po b/translations/source/cy/scp2/source/accessories.po
index a2d97201e69..09aaafef710 100644
--- a/translations/source/cy/scp2/source/accessories.po
+++ b/translations/source/cy/scp2/source/accessories.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-30 21:16+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/scp2/source/activex.po b/translations/source/cy/scp2/source/activex.po
index 23aa1d09a96..b4f9bd88afa 100644
--- a/translations/source/cy/scp2/source/activex.po
+++ b/translations/source/cy/scp2/source/activex.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-17 20:19+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/scp2/source/base.po b/translations/source/cy/scp2/source/base.po
index 3d3847a4c26..a4270b1cc16 100644
--- a/translations/source/cy/scp2/source/base.po
+++ b/translations/source/cy/scp2/source/base.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%2Fbase.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-04-17 21:49+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-22 19:17+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: module_base.ulf#STR_NAME_MODULE_PRG_BASE.LngText.text
@@ -39,6 +39,16 @@ msgstr "Cymorth %PRODUCTNAME Base"
msgid "Help about %PRODUCTNAME Base"
msgstr "Cymorth ar %PRODUCTNAME Base"
+#: postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr "Cysylltydd PostgreSQL"
+
+#: postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr "Cysylltydd PostgreSQL"
+
#: folderitem_base.ulf#STR_FI_TOOLTIP_BASE.LngText.text
msgid "Manage databases, create queries and reports to track and manage your information by using Base."
msgstr "Rheoli cronfeydd data, creu ymholiadau ac adroddiadau i ddilyn a rheoli eich gwybodaeth drwy ddefnyddio Base."
diff --git a/translations/source/cy/scp2/source/binfilter.po b/translations/source/cy/scp2/source/binfilter.po
index bf2a0dd1e9a..49bf9d8bf13 100644
--- a/translations/source/cy/scp2/source/binfilter.po
+++ b/translations/source/cy/scp2/source/binfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-21 19:30+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/scp2/source/calc.po b/translations/source/cy/scp2/source/calc.po
index 7abd6c4c5b5..add66ebec90 100644
--- a/translations/source/cy/scp2/source/calc.po
+++ b/translations/source/cy/scp2/source/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-12 21:44+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/scp2/source/draw.po b/translations/source/cy/scp2/source/draw.po
index 67a89640ae9..b21ad7713fd 100644
--- a/translations/source/cy/scp2/source/draw.po
+++ b/translations/source/cy/scp2/source/draw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 22:47+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/scp2/source/extensions.po b/translations/source/cy/scp2/source/extensions.po
index 767c0675c14..e962b262c2d 100644
--- a/translations/source/cy/scp2/source/extensions.po
+++ b/translations/source/cy/scp2/source/extensions.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%2Fextensions.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-26 11:57+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\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
@@ -237,16 +237,6 @@ msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_MYSQLC.LngTex
msgid "MySQL Connector"
msgstr "Cysylltydd MySQL"
-#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text
-msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text"
-msgid "PostgreSQL Connector"
-msgstr "Cysylltydd PostgreSQL"
-
-#: module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text
-msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text"
-msgid "PostgreSQL Connector"
-msgstr "Cysylltydd PostgreSQL"
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_OOOBLOGGER.LngText.text
msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_OOOBLOGGER.LngText.text"
msgid "Metaweblog Support"
diff --git a/translations/source/cy/scp2/source/gnome.po b/translations/source/cy/scp2/source/gnome.po
index e5aeef26197..5b16a78f5cb 100644
--- a/translations/source/cy/scp2/source/gnome.po
+++ b/translations/source/cy/scp2/source/gnome.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:23+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/scp2/source/graphicfilter.po b/translations/source/cy/scp2/source/graphicfilter.po
index 852abbeb811..723d66600f1 100644
--- a/translations/source/cy/scp2/source/graphicfilter.po
+++ b/translations/source/cy/scp2/source/graphicfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 20:19+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/scp2/source/impress.po b/translations/source/cy/scp2/source/impress.po
index eb19516493d..cce427f16e8 100644
--- a/translations/source/cy/scp2/source/impress.po
+++ b/translations/source/cy/scp2/source/impress.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 19:05+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/scp2/source/javafilter.po b/translations/source/cy/scp2/source/javafilter.po
index ab435e813a9..f956c0592ab 100644
--- a/translations/source/cy/scp2/source/javafilter.po
+++ b/translations/source/cy/scp2/source/javafilter.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%2Fjavafilter.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 14:23+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\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/cy/scp2/source/kde.po b/translations/source/cy/scp2/source/kde.po
index 9e870b74c4f..faa6d36b8d9 100644
--- a/translations/source/cy/scp2/source/kde.po
+++ b/translations/source/cy/scp2/source/kde.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:23+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/scp2/source/math.po b/translations/source/cy/scp2/source/math.po
index 7bfc203caf3..6b9c3de5383 100644
--- a/translations/source/cy/scp2/source/math.po
+++ b/translations/source/cy/scp2/source/math.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-20 21:43+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/scp2/source/onlineupdate.po b/translations/source/cy/scp2/source/onlineupdate.po
index b83cf64a16f..2bfec06909c 100644
--- a/translations/source/cy/scp2/source/onlineupdate.po
+++ b/translations/source/cy/scp2/source/onlineupdate.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:23+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/scp2/source/ooo.po b/translations/source/cy/scp2/source/ooo.po
index 98dc82ef821..56b1d8f2787 100644
--- a/translations/source/cy/scp2/source/ooo.po
+++ b/translations/source/cy/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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-27 14:33+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: module_systemint.ulf#STR_NAME_MODULE_OPTIONAL_SYSTEMINTEGRATION.LngText.text
diff --git a/translations/source/cy/scp2/source/python.po b/translations/source/cy/scp2/source/python.po
index 7fdaf324ca0..9f138a5966e 100644
--- a/translations/source/cy/scp2/source/python.po
+++ b/translations/source/cy/scp2/source/python.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-29 21:59+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/scp2/source/quickstart.po b/translations/source/cy/scp2/source/quickstart.po
index 250087f7ac5..8399049f1e0 100644
--- a/translations/source/cy/scp2/source/quickstart.po
+++ b/translations/source/cy/scp2/source/quickstart.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-01 08:02+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/scp2/source/sdkoo.po b/translations/source/cy/scp2/source/sdkoo.po
index 6b5d97f5076..b59eca289e6 100644
--- a/translations/source/cy/scp2/source/sdkoo.po
+++ b/translations/source/cy/scp2/source/sdkoo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 21:37+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/scp2/source/smoketest.po b/translations/source/cy/scp2/source/smoketest.po
index 71dfe3ab5a6..c29ec07de77 100644
--- a/translations/source/cy/scp2/source/smoketest.po
+++ b/translations/source/cy/scp2/source/smoketest.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%2Fsmoketest.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-26 12:01+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: module_smoketest.ulf#STR_NAME_MODULE_OPTIONAL_SMOKETEST.LngText.text
diff --git a/translations/source/cy/scp2/source/winexplorerext.po b/translations/source/cy/scp2/source/winexplorerext.po
index 8380273af65..a54b86ec2a3 100644
--- a/translations/source/cy/scp2/source/winexplorerext.po
+++ b/translations/source/cy/scp2/source/winexplorerext.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:24+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/scp2/source/writer.po b/translations/source/cy/scp2/source/writer.po
index c5975729624..adb004951b5 100644
--- a/translations/source/cy/scp2/source/writer.po
+++ b/translations/source/cy/scp2/source/writer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-20 21:31+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/scp2/source/xsltfilter.po b/translations/source/cy/scp2/source/xsltfilter.po
index a24a7a9877d..b7f2dc74ad4 100644
--- a/translations/source/cy/scp2/source/xsltfilter.po
+++ b/translations/source/cy/scp2/source/xsltfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 16:44+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/scripting/source/pyprov.po b/translations/source/cy/scripting/source/pyprov.po
index 416997158a8..a0076129dd0 100644
--- a/translations/source/cy/scripting/source/pyprov.po
+++ b/translations/source/cy/scripting/source/pyprov.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-29 23:10+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sd/source/core.po b/translations/source/cy/sd/source/core.po
index 28d32da35cf..49fd8b37c42 100644
--- a/translations/source/cy/sd/source/core.po
+++ b/translations/source/cy/sd/source/core.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+sd%2Fsource%2Fcore.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-26 11:32+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\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/cy/sd/source/filter/html.po b/translations/source/cy/sd/source/filter/html.po
index 026fed98e61..82d42b65d01 100644
--- a/translations/source/cy/sd/source/filter/html.po
+++ b/translations/source/cy/sd/source/filter/html.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 20:44+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sd/source/ui/accessibility.po b/translations/source/cy/sd/source/ui/accessibility.po
index 9a57f1fa03b..d61a668aa6a 100644
--- a/translations/source/cy/sd/source/ui/accessibility.po
+++ b/translations/source/cy/sd/source/ui/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 19:07+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sd/source/ui/animations.po b/translations/source/cy/sd/source/ui/animations.po
index 71dd1412e4b..5f93b8a09d4 100644
--- a/translations/source/cy/sd/source/ui/animations.po
+++ b/translations/source/cy/sd/source/ui/animations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-02 20:44+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sd/source/ui/annotations.po b/translations/source/cy/sd/source/ui/annotations.po
index 634213e7902..937afd23de7 100644
--- a/translations/source/cy/sd/source/ui/annotations.po
+++ b/translations/source/cy/sd/source/ui/annotations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-01 10:15+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sd/source/ui/app.po b/translations/source/cy/sd/source/ui/app.po
index d2bf21423ff..20a1aaaea13 100644
--- a/translations/source/cy/sd/source/ui/app.po
+++ b/translations/source/cy/sd/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-11 17:57+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sd/source/ui/dlg.po b/translations/source/cy/sd/source/ui/dlg.po
index d119cae32b5..6ad1079272c 100644
--- a/translations/source/cy/sd/source/ui/dlg.po
+++ b/translations/source/cy/sd/source/ui/dlg.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+sd%2Fsource%2Fui%2Fdlg.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 14:08+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\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/cy/sd/source/ui/notes.po b/translations/source/cy/sd/source/ui/notes.po
index 48ddd9befa5..b4b575e0666 100644
--- a/translations/source/cy/sd/source/ui/notes.po
+++ b/translations/source/cy/sd/source/ui/notes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 21:44+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sd/source/ui/slideshow.po b/translations/source/cy/sd/source/ui/slideshow.po
index 90eb55bafe6..54381edd2de 100644
--- a/translations/source/cy/sd/source/ui/slideshow.po
+++ b/translations/source/cy/sd/source/ui/slideshow.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+sd%2Fsource%2Fui%2Fslideshow.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-26 11:32+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\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/cy/sd/source/ui/slidesorter/view.po b/translations/source/cy/sd/source/ui/slidesorter/view.po
index 4f08c7509e0..1bc212fcbe4 100644
--- a/translations/source/cy/sd/source/ui/slidesorter/view.po
+++ b/translations/source/cy/sd/source/ui/slidesorter/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 20:14+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sd/source/ui/table.po b/translations/source/cy/sd/source/ui/table.po
index 34b5c3dbd80..0af3e42c577 100644
--- a/translations/source/cy/sd/source/ui/table.po
+++ b/translations/source/cy/sd/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 21:45+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sd/source/ui/view.po b/translations/source/cy/sd/source/ui/view.po
index 7031ac5a342..c854e34dcb5 100644
--- a/translations/source/cy/sd/source/ui/view.po
+++ b/translations/source/cy/sd/source/ui/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-02 20:15+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sdext/source/minimizer.po b/translations/source/cy/sdext/source/minimizer.po
index 3fda15813cb..68249ff314b 100644
--- a/translations/source/cy/sdext/source/minimizer.po
+++ b/translations/source/cy/sdext/source/minimizer.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-13 23:18+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/translations/source/cy/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index 7a89351145e..581222767c6 100644
--- a/translations/source/cy/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/translations/source/cy/sdext/source/minimizer/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 21:48+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/translations/source/cy/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index 061e9175fd1..b8d8b9b8154 100644
--- a/translations/source/cy/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/cy/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.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+sdext%2Fsource%2Fminimizer%2Fregistry%2Fdata%2Forg%2Fopenoffice%2FOffice%2Fextension.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 13:43+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: SunPresentationMinimizer.xcu#.SunPresentationMinimizer.Strings.STR_SUN_OPTIMIZATION_WIZARD2.value.text
diff --git a/translations/source/cy/sdext/source/pdfimport.po b/translations/source/cy/sdext/source/pdfimport.po
index 80205be08c1..9f86a54148f 100644
--- a/translations/source/cy/sdext/source/pdfimport.po
+++ b/translations/source/cy/sdext/source/pdfimport.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-29 23:10+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sdext/source/presenter.po b/translations/source/cy/sdext/source/presenter.po
index 1c279a5bdd8..73b7e161fd5 100644
--- a/translations/source/cy/sdext/source/presenter.po
+++ b/translations/source/cy/sdext/source/presenter.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-29 23:10+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/translations/source/cy/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index 7a0c45eb36b..7c99e49b86a 100644
--- a/translations/source/cy/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/translations/source/cy/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 20:18+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/translations/source/cy/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index 5d97249d84d..e3ffc7fbf47 100644
--- a/translations/source/cy/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/cy/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-26 11:34+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-22 19:17+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Pootle 2.1.6\n"
@@ -134,7 +134,6 @@ msgid " "
msgstr " "
#: PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.HelpView.HelpStrings.i.Right.value.text
-#, fuzzy
msgctxt "PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.HelpView.HelpStrings.i.Right.value.text"
msgid " "
msgstr " "
diff --git a/translations/source/cy/setup_native/source/mac.po b/translations/source/cy/setup_native/source/mac.po
index b421b7ad074..5b7a4c902ed 100644
--- a/translations/source/cy/setup_native/source/mac.po
+++ b/translations/source/cy/setup_native/source/mac.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-17 21:01+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sfx2/source/appl.po b/translations/source/cy/sfx2/source/appl.po
index cf447b0d4e9..73a6e3bf4a5 100644
--- a/translations/source/cy/sfx2/source/appl.po
+++ b/translations/source/cy/sfx2/source/appl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 20:46+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sfx2/source/bastyp.po b/translations/source/cy/sfx2/source/bastyp.po
index c95e8a2b2ef..901d5beb0b8 100644
--- a/translations/source/cy/sfx2/source/bastyp.po
+++ b/translations/source/cy/sfx2/source/bastyp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 20:23+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sfx2/source/dialog.po b/translations/source/cy/sfx2/source/dialog.po
index 622133088e9..8fb2485d4c8 100644
--- a/translations/source/cy/sfx2/source/dialog.po
+++ b/translations/source/cy/sfx2/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+sfx2%2Fsource%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-26 11:38+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\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/cy/sfx2/source/doc.po b/translations/source/cy/sfx2/source/doc.po
index 00071a89c12..01ab9adb5b8 100644
--- a/translations/source/cy/sfx2/source/doc.po
+++ b/translations/source/cy/sfx2/source/doc.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+sfx2%2Fsource%2Fdoc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-26 11:41+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\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/cy/sfx2/source/menu.po b/translations/source/cy/sfx2/source/menu.po
index 66f0ebb77bd..5a16d0e16d0 100644
--- a/translations/source/cy/sfx2/source/menu.po
+++ b/translations/source/cy/sfx2/source/menu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 21:54+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sfx2/source/view.po b/translations/source/cy/sfx2/source/view.po
index ed5aec77f77..d2675a2951a 100644
--- a/translations/source/cy/sfx2/source/view.po
+++ b/translations/source/cy/sfx2/source/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-01 09:07+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/shell/source/win32/shlxthandler/res.po b/translations/source/cy/shell/source/win32/shlxthandler/res.po
index 215f37ca2ed..3bcec94e118 100644
--- a/translations/source/cy/shell/source/win32/shlxthandler/res.po
+++ b/translations/source/cy/shell/source/win32/shlxthandler/res.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:24+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/starmath/source.po b/translations/source/cy/starmath/source.po
index c2702c72e53..b72de02a46d 100644
--- a/translations/source/cy/starmath/source.po
+++ b/translations/source/cy/starmath/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-29 22:05+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/svl/source/items.po b/translations/source/cy/svl/source/items.po
index 4372829f02c..dbec0b686e1 100644
--- a/translations/source/cy/svl/source/items.po
+++ b/translations/source/cy/svl/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 15:39+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/svl/source/misc.po b/translations/source/cy/svl/source/misc.po
index 3ce8c977ae5..a35837238d3 100644
--- a/translations/source/cy/svl/source/misc.po
+++ b/translations/source/cy/svl/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-16 23:59+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/svtools/source/contnr.po b/translations/source/cy/svtools/source/contnr.po
index 5e41607c3a6..792fd486f35 100644
--- a/translations/source/cy/svtools/source/contnr.po
+++ b/translations/source/cy/svtools/source/contnr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 20:24+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/svtools/source/control.po b/translations/source/cy/svtools/source/control.po
index b1fe78432c9..32e2d921c38 100644
--- a/translations/source/cy/svtools/source/control.po
+++ b/translations/source/cy/svtools/source/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-02 20:34+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/svtools/source/dialogs.po b/translations/source/cy/svtools/source/dialogs.po
index 1644a588082..b57b5113db0 100644
--- a/translations/source/cy/svtools/source/dialogs.po
+++ b/translations/source/cy/svtools/source/dialogs.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+svtools%2Fsource%2Fdialogs.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-27 14:23+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\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/cy/svtools/source/filter.po b/translations/source/cy/svtools/source/filter.po
index 30409576d19..a8132eca761 100644
--- a/translations/source/cy/svtools/source/filter.po
+++ b/translations/source/cy/svtools/source/filter.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+svtools%2Fsource%2Ffilter.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 14:24+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\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/cy/svtools/source/java.po b/translations/source/cy/svtools/source/java.po
index 651d399fa23..fcdbb0df62e 100644
--- a/translations/source/cy/svtools/source/java.po
+++ b/translations/source/cy/svtools/source/java.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-17 00:02+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/svtools/source/misc.po b/translations/source/cy/svtools/source/misc.po
index 4e5a455ea2f..6baaedfb72c 100644
--- a/translations/source/cy/svtools/source/misc.po
+++ b/translations/source/cy/svtools/source/misc.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+svtools%2Fsource%2Fmisc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-26 11:45+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: langtab.src#STR_ARR_SVT_LANGUAGE_TABLE.LANGUAGE_NONE.pairedlist.text
diff --git a/translations/source/cy/svtools/source/plugapp.po b/translations/source/cy/svtools/source/plugapp.po
index 591829b100b..d5042e0d361 100644
--- a/translations/source/cy/svtools/source/plugapp.po
+++ b/translations/source/cy/svtools/source/plugapp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 21:51+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/svtools/source/toolpanel.po b/translations/source/cy/svtools/source/toolpanel.po
index ff394be811f..45ff3336b78 100644
--- a/translations/source/cy/svtools/source/toolpanel.po
+++ b/translations/source/cy/svtools/source/toolpanel.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-12 22:06+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/svtools/workben/unodialog.po b/translations/source/cy/svtools/workben/unodialog.po
index 2bc7934d5f2..17cc9a2aac4 100644
--- a/translations/source/cy/svtools/workben/unodialog.po
+++ b/translations/source/cy/svtools/workben/unodialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-12 22:07+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/svx/inc.po b/translations/source/cy/svx/inc.po
index e3a08e0ad36..e1cef6a1bfe 100644
--- a/translations/source/cy/svx/inc.po
+++ b/translations/source/cy/svx/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 17:58+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/svx/source/accessibility.po b/translations/source/cy/svx/source/accessibility.po
index d26eb1673f0..d919c0a9816 100644
--- a/translations/source/cy/svx/source/accessibility.po
+++ b/translations/source/cy/svx/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-30 22:04+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/svx/source/dialog.po b/translations/source/cy/svx/source/dialog.po
index 15fe9f55568..a8f30496c53 100644
--- a/translations/source/cy/svx/source/dialog.po
+++ b/translations/source/cy/svx/source/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-17 00:06+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/svx/source/engine3d.po b/translations/source/cy/svx/source/engine3d.po
index be42b0878d2..013f9b74277 100644
--- a/translations/source/cy/svx/source/engine3d.po
+++ b/translations/source/cy/svx/source/engine3d.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-01 10:16+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/svx/source/fmcomp.po b/translations/source/cy/svx/source/fmcomp.po
index 5ed8a52f624..10456348d12 100644
--- a/translations/source/cy/svx/source/fmcomp.po
+++ b/translations/source/cy/svx/source/fmcomp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:24+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/svx/source/form.po b/translations/source/cy/svx/source/form.po
index a284c5eb2bc..9edfa676bf7 100644
--- a/translations/source/cy/svx/source/form.po
+++ b/translations/source/cy/svx/source/form.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-01 09:59+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/svx/source/gallery2.po b/translations/source/cy/svx/source/gallery2.po
index 8f6d9384ed3..c83ce940803 100644
--- a/translations/source/cy/svx/source/gallery2.po
+++ b/translations/source/cy/svx/source/gallery2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-30 22:05+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/svx/source/items.po b/translations/source/cy/svx/source/items.po
index e8a665dae76..6f5ead07a8d 100644
--- a/translations/source/cy/svx/source/items.po
+++ b/translations/source/cy/svx/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-02 20:47+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/svx/source/src.po b/translations/source/cy/svx/source/src.po
index b139ad7b4fc..bb5d6694c87 100644
--- a/translations/source/cy/svx/source/src.po
+++ b/translations/source/cy/svx/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-21 19:30+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/svx/source/stbctrls.po b/translations/source/cy/svx/source/stbctrls.po
index fbd6f2badda..e1b661d6abd 100644
--- a/translations/source/cy/svx/source/stbctrls.po
+++ b/translations/source/cy/svx/source/stbctrls.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%2Fstbctrls.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-26 11:34+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\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/cy/svx/source/svdraw.po b/translations/source/cy/svx/source/svdraw.po
index c997b176320..856b179cda7 100644
--- a/translations/source/cy/svx/source/svdraw.po
+++ b/translations/source/cy/svx/source/svdraw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-01 10:16+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/svx/source/table.po b/translations/source/cy/svx/source/table.po
index 5593f234da2..ba075491b8f 100644
--- a/translations/source/cy/svx/source/table.po
+++ b/translations/source/cy/svx/source/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-12 22:12+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/svx/source/tbxctrls.po b/translations/source/cy/svx/source/tbxctrls.po
index 65f76c93cb3..7269705c942 100644
--- a/translations/source/cy/svx/source/tbxctrls.po
+++ b/translations/source/cy/svx/source/tbxctrls.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 20:47+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/svx/source/toolbars.po b/translations/source/cy/svx/source/toolbars.po
index 11999fd6222..2fd88747f2e 100644
--- a/translations/source/cy/svx/source/toolbars.po
+++ b/translations/source/cy/svx/source/toolbars.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 22:02+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/svx/source/unodialogs/textconversiondlgs.po b/translations/source/cy/svx/source/unodialogs/textconversiondlgs.po
index d293677b5ee..e1390f2eaee 100644
--- a/translations/source/cy/svx/source/unodialogs/textconversiondlgs.po
+++ b/translations/source/cy/svx/source/unodialogs/textconversiondlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 17:00+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sw/source/core/layout.po b/translations/source/cy/sw/source/core/layout.po
index 9a6965dcc1e..a66e6fc0b7f 100644
--- a/translations/source/cy/sw/source/core/layout.po
+++ b/translations/source/cy/sw/source/core/layout.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-17 00:06+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: none\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sw/source/core/undo.po b/translations/source/cy/sw/source/core/undo.po
index c9854541c6f..f0c453286dd 100644
--- a/translations/source/cy/sw/source/core/undo.po
+++ b/translations/source/cy/sw/source/core/undo.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%2Fcore%2Fundo.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-27 13:54+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\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/cy/sw/source/core/unocore.po b/translations/source/cy/sw/source/core/unocore.po
index 4a9c1822593..a1b5f86a738 100644
--- a/translations/source/cy/sw/source/core/unocore.po
+++ b/translations/source/cy/sw/source/core/unocore.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 22:16+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sw/source/ui/app.po b/translations/source/cy/sw/source/ui/app.po
index 9a8f13ba37c..334d9bca29d 100644
--- a/translations/source/cy/sw/source/ui/app.po
+++ b/translations/source/cy/sw/source/ui/app.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%2Fapp.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 14:26+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: mn.src#MN_TXT.FN_FORMAT_PAGE_DLG.menuitem.text
diff --git a/translations/source/cy/sw/source/ui/chrdlg.po b/translations/source/cy/sw/source/ui/chrdlg.po
index c5ed2e44af1..67f31456379 100644
--- a/translations/source/cy/sw/source/ui/chrdlg.po
+++ b/translations/source/cy/sw/source/ui/chrdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-29 23:12+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sw/source/ui/config.po b/translations/source/cy/sw/source/ui/config.po
index dd0f66f19b6..cfe30559654 100644
--- a/translations/source/cy/sw/source/ui/config.po
+++ b/translations/source/cy/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: 2012-01-30 11:10+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-17 00:13+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/cy/sw/source/ui/dbui.po b/translations/source/cy/sw/source/ui/dbui.po
index 6e1f4a95a62..326f696879c 100644
--- a/translations/source/cy/sw/source/ui/dbui.po
+++ b/translations/source/cy/sw/source/ui/dbui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-17 00:13+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sw/source/ui/dialog.po b/translations/source/cy/sw/source/ui/dialog.po
index 6539bb7405f..3505d5fabb5 100644
--- a/translations/source/cy/sw/source/ui/dialog.po
+++ b/translations/source/cy/sw/source/ui/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-26 11:35+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sw/source/ui/dochdl.po b/translations/source/cy/sw/source/ui/dochdl.po
index 5b434792617..ee04aa603a4 100644
--- a/translations/source/cy/sw/source/ui/dochdl.po
+++ b/translations/source/cy/sw/source/ui/dochdl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-01 08:33+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sw/source/ui/docvw.po b/translations/source/cy/sw/source/ui/docvw.po
index 74ea450ba87..d22ec7f1674 100644
--- a/translations/source/cy/sw/source/ui/docvw.po
+++ b/translations/source/cy/sw/source/ui/docvw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-26 11:37+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sw/source/ui/envelp.po b/translations/source/cy/sw/source/ui/envelp.po
index 7c188259c38..47a49f86994 100644
--- a/translations/source/cy/sw/source/ui/envelp.po
+++ b/translations/source/cy/sw/source/ui/envelp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-30 21:43+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sw/source/ui/fldui.po b/translations/source/cy/sw/source/ui/fldui.po
index 8d9ef06eb57..b7819294b7a 100644
--- a/translations/source/cy/sw/source/ui/fldui.po
+++ b/translations/source/cy/sw/source/ui/fldui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 20:49+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sw/source/ui/fmtui.po b/translations/source/cy/sw/source/ui/fmtui.po
index 5f1f06fdffe..4d5b98fdaf9 100644
--- a/translations/source/cy/sw/source/ui/fmtui.po
+++ b/translations/source/cy/sw/source/ui/fmtui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-07 15:39+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sw/source/ui/frmdlg.po b/translations/source/cy/sw/source/ui/frmdlg.po
index 65a04412bdd..8755c5f1f7a 100644
--- a/translations/source/cy/sw/source/ui/frmdlg.po
+++ b/translations/source/cy/sw/source/ui/frmdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 18:50+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sw/source/ui/globdoc.po b/translations/source/cy/sw/source/ui/globdoc.po
index b8cbc38f252..5cc7177acfb 100644
--- a/translations/source/cy/sw/source/ui/globdoc.po
+++ b/translations/source/cy/sw/source/ui/globdoc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:24+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sw/source/ui/index.po b/translations/source/cy/sw/source/ui/index.po
index 8dd57e4a5d7..59d3c12befd 100644
--- a/translations/source/cy/sw/source/ui/index.po
+++ b/translations/source/cy/sw/source/ui/index.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-27 14:09+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sw/source/ui/lingu.po b/translations/source/cy/sw/source/ui/lingu.po
index a9816c781c3..fb5ac5ee696 100644
--- a/translations/source/cy/sw/source/ui/lingu.po
+++ b/translations/source/cy/sw/source/ui/lingu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-29 22:08+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sw/source/ui/misc.po b/translations/source/cy/sw/source/ui/misc.po
index 6a3735f448f..b8e8bb1473e 100644
--- a/translations/source/cy/sw/source/ui/misc.po
+++ b/translations/source/cy/sw/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-01 08:20+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sw/source/ui/ribbar.po b/translations/source/cy/sw/source/ui/ribbar.po
index b552f3b63fe..5b3bb890afa 100644
--- a/translations/source/cy/sw/source/ui/ribbar.po
+++ b/translations/source/cy/sw/source/ui/ribbar.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-17 00:15+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sw/source/ui/shells.po b/translations/source/cy/sw/source/ui/shells.po
index 50f04085e45..96e68961af8 100644
--- a/translations/source/cy/sw/source/ui/shells.po
+++ b/translations/source/cy/sw/source/ui/shells.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-26 11:37+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sw/source/ui/smartmenu.po b/translations/source/cy/sw/source/ui/smartmenu.po
index 74a6a229b85..48b0e5ec050 100644
--- a/translations/source/cy/sw/source/ui/smartmenu.po
+++ b/translations/source/cy/sw/source/ui/smartmenu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 22:42+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sw/source/ui/table.po b/translations/source/cy/sw/source/ui/table.po
index e6f553d2c95..6b555c8ce99 100644
--- a/translations/source/cy/sw/source/ui/table.po
+++ b/translations/source/cy/sw/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-26 11:38+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sw/source/ui/uiview.po b/translations/source/cy/sw/source/ui/uiview.po
index 9362352c4d0..548eac40b2f 100644
--- a/translations/source/cy/sw/source/ui/uiview.po
+++ b/translations/source/cy/sw/source/ui/uiview.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-30 21:45+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sw/source/ui/utlui.po b/translations/source/cy/sw/source/ui/utlui.po
index 08210632f20..6f4ceaaf088 100644
--- a/translations/source/cy/sw/source/ui/utlui.po
+++ b/translations/source/cy/sw/source/ui/utlui.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%2Futlui.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-30 11:09+0200\n"
-"PO-Revision-Date: 2011-11-17 18:53+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-22 19:19+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: navipi.src#DLG_NAVIGATION_PI.window.text
@@ -1543,7 +1543,7 @@ msgstr "Cychwyn Rhifo 3"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text"
msgid "Numbering 3"
-msgstr "Rhifo 3"
+msgstr "Rhifo"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3E.string.text
msgid "Numbering 3 End"
diff --git a/translations/source/cy/sw/source/ui/web.po b/translations/source/cy/sw/source/ui/web.po
index 4e1f44e2f05..067639afe61 100644
--- a/translations/source/cy/sw/source/ui/web.po
+++ b/translations/source/cy/sw/source/ui/web.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-17 22:09+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sw/source/ui/wrtsh.po b/translations/source/cy/sw/source/ui/wrtsh.po
index f77cafa59e8..c45e01a2c9a 100644
--- a/translations/source/cy/sw/source/ui/wrtsh.po
+++ b/translations/source/cy/sw/source/ui/wrtsh.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-20 21:47+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/swext/mediawiki/help.po b/translations/source/cy/swext/mediawiki/help.po
index 2a5ecc171ba..2e9a6a7bf0b 100644
--- a/translations/source/cy/swext/mediawiki/help.po
+++ b/translations/source/cy/swext/mediawiki/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-27 14:25+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/swext/mediawiki/src.po b/translations/source/cy/swext/mediawiki/src.po
index 4226de8a362..5cc06fef208 100644
--- a/translations/source/cy/swext/mediawiki/src.po
+++ b/translations/source/cy/swext/mediawiki/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-29 23:11+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/translations/source/cy/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index 7b67c986fd2..78e498a37fa 100644
--- a/translations/source/cy/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/translations/source/cy/swext/mediawiki/src/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 22:48+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/translations/source/cy/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index 90886e8ff51..ac3a4426cf0 100644
--- a/translations/source/cy/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/translations/source/cy/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-01 08:55+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/sysui/desktop/share.po b/translations/source/cy/sysui/desktop/share.po
index f72c8c8ec96..a2178b09ba7 100644
--- a/translations/source/cy/sysui/desktop/share.po
+++ b/translations/source/cy/sysui/desktop/share.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-11 17:59+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/uui/source.po b/translations/source/cy/uui/source.po
index c67a755fe5d..9a96a989e6a 100644
--- a/translations/source/cy/uui/source.po
+++ b/translations/source/cy/uui/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 14:04+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/vcl/source/src.po b/translations/source/cy/vcl/source/src.po
index 7cb44fc214f..201badb7d14 100644
--- a/translations/source/cy/vcl/source/src.po
+++ b/translations/source/cy/vcl/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-29 23:09+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/wizards/source/euro.po b/translations/source/cy/wizards/source/euro.po
index 77b2d0a0b8f..bdb6db6f47e 100644
--- a/translations/source/cy/wizards/source/euro.po
+++ b/translations/source/cy/wizards/source/euro.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-29 22:29+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/wizards/source/formwizard.po b/translations/source/cy/wizards/source/formwizard.po
index f15eb2a7613..6cb77c19fac 100644
--- a/translations/source/cy/wizards/source/formwizard.po
+++ b/translations/source/cy/wizards/source/formwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 20:55+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/wizards/source/importwizard.po b/translations/source/cy/wizards/source/importwizard.po
index de4ce623e3e..f58e76cf23e 100644
--- a/translations/source/cy/wizards/source/importwizard.po
+++ b/translations/source/cy/wizards/source/importwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-29 22:52+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/wizards/source/schedule.po b/translations/source/cy/wizards/source/schedule.po
index 4a83dbf1686..445b4a63898 100644
--- a/translations/source/cy/wizards/source/schedule.po
+++ b/translations/source/cy/wizards/source/schedule.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-01 08:29+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/wizards/source/template.po b/translations/source/cy/wizards/source/template.po
index 2e7c3903fc9..75a6e655990 100644
--- a/translations/source/cy/wizards/source/template.po
+++ b/translations/source/cy/wizards/source/template.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-01 08:29+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/xmlsecurity/source/component.po b/translations/source/cy/xmlsecurity/source/component.po
index 7f276178ffe..7952d5d5a39 100644
--- a/translations/source/cy/xmlsecurity/source/component.po
+++ b/translations/source/cy/xmlsecurity/source/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:25+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/cy/xmlsecurity/source/dialogs.po b/translations/source/cy/xmlsecurity/source/dialogs.po
index 520b5f8435f..3f9dec4a0d6 100644
--- a/translations/source/cy/xmlsecurity/source/dialogs.po
+++ b/translations/source/cy/xmlsecurity/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-27 14:18+0200\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: cy\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cy\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/accessibility/source/helper.po b/translations/source/da/accessibility/source/helper.po
index 5784daf2d1f..552e8aaea67 100644
--- a/translations/source/da/accessibility/source/helper.po
+++ b/translations/source/da/accessibility/source/helper.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/avmedia/source/framework.po b/translations/source/da/avmedia/source/framework.po
index e55900b7c17..859c53fd925 100644
--- a/translations/source/da/avmedia/source/framework.po
+++ b/translations/source/da/avmedia/source/framework.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/avmedia/source/viewer.po b/translations/source/da/avmedia/source/viewer.po
index a0eb5dc9536..ccfca31154a 100644
--- a/translations/source/da/avmedia/source/viewer.po
+++ b/translations/source/da/avmedia/source/viewer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/basctl/source/basicide.po b/translations/source/da/basctl/source/basicide.po
index 8ae840fbb2c..24e6d31f335 100644
--- a/translations/source/da/basctl/source/basicide.po
+++ b/translations/source/da/basctl/source/basicide.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 17:13+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/basctl/source/dlged.po b/translations/source/da/basctl/source/dlged.po
index decca3add92..4dd10f373ce 100644
--- a/translations/source/da/basctl/source/dlged.po
+++ b/translations/source/da/basctl/source/dlged.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/basic/source/classes.po b/translations/source/da/basic/source/classes.po
index 8a7c0f3bcb4..ecb2489cd96 100644
--- a/translations/source/da/basic/source/classes.po
+++ b/translations/source/da/basic/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-22 21:11+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/basic/source/sbx.po b/translations/source/da/basic/source/sbx.po
index f51b0613d22..752f0c04391 100644
--- a/translations/source/da/basic/source/sbx.po
+++ b/translations/source/da/basic/source/sbx.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/chart2/source/controller/dialogs.po b/translations/source/da/chart2/source/controller/dialogs.po
index 851d6ecdd7d..7dc52f5d387 100644
--- a/translations/source/da/chart2/source/controller/dialogs.po
+++ b/translations/source/da/chart2/source/controller/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-15 20:43+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/connectivity/source/drivers/ado.po b/translations/source/da/connectivity/source/drivers/ado.po
index b6f4b1b92db..28f79915497 100644
--- a/translations/source/da/connectivity/source/drivers/ado.po
+++ b/translations/source/da/connectivity/source/drivers/ado.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/connectivity/source/drivers/calc.po b/translations/source/da/connectivity/source/drivers/calc.po
index 25aab6a9665..77581e219ab 100644
--- a/translations/source/da/connectivity/source/drivers/calc.po
+++ b/translations/source/da/connectivity/source/drivers/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/connectivity/source/drivers/dbase.po b/translations/source/da/connectivity/source/drivers/dbase.po
index 61d3043fad7..ac97cf468cc 100644
--- a/translations/source/da/connectivity/source/drivers/dbase.po
+++ b/translations/source/da/connectivity/source/drivers/dbase.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/connectivity/source/drivers/evoab2.po b/translations/source/da/connectivity/source/drivers/evoab2.po
index a5bcc436a7f..907a2f78bc2 100644
--- a/translations/source/da/connectivity/source/drivers/evoab2.po
+++ b/translations/source/da/connectivity/source/drivers/evoab2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/connectivity/source/drivers/flat.po b/translations/source/da/connectivity/source/drivers/flat.po
index 97c97358a5b..fe437d50344 100644
--- a/translations/source/da/connectivity/source/drivers/flat.po
+++ b/translations/source/da/connectivity/source/drivers/flat.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/connectivity/source/drivers/hsqldb.po b/translations/source/da/connectivity/source/drivers/hsqldb.po
index af78945b3c0..834d8dd7dfa 100644
--- a/translations/source/da/connectivity/source/drivers/hsqldb.po
+++ b/translations/source/da/connectivity/source/drivers/hsqldb.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/connectivity/source/drivers/jdbc.po b/translations/source/da/connectivity/source/drivers/jdbc.po
index add87403631..41461f70b10 100644
--- a/translations/source/da/connectivity/source/drivers/jdbc.po
+++ b/translations/source/da/connectivity/source/drivers/jdbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/connectivity/source/drivers/kab.po b/translations/source/da/connectivity/source/drivers/kab.po
index 32c6f97ab2a..b3db7d81df1 100644
--- a/translations/source/da/connectivity/source/drivers/kab.po
+++ b/translations/source/da/connectivity/source/drivers/kab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/connectivity/source/drivers/macab.po b/translations/source/da/connectivity/source/drivers/macab.po
index ebcada09097..90119acfaa9 100644
--- a/translations/source/da/connectivity/source/drivers/macab.po
+++ b/translations/source/da/connectivity/source/drivers/macab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/connectivity/source/drivers/mozab.po b/translations/source/da/connectivity/source/drivers/mozab.po
index dbf8a509042..e8378e26051 100644
--- a/translations/source/da/connectivity/source/drivers/mozab.po
+++ b/translations/source/da/connectivity/source/drivers/mozab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-13 11:14+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/connectivity/source/drivers/mysql.po b/translations/source/da/connectivity/source/drivers/mysql.po
index 7f143180015..9cbafa8d542 100644
--- a/translations/source/da/connectivity/source/drivers/mysql.po
+++ b/translations/source/da/connectivity/source/drivers/mysql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/connectivity/source/drivers/odbc.po b/translations/source/da/connectivity/source/drivers/odbc.po
index b5d2f24f5cb..a5761084827 100644
--- a/translations/source/da/connectivity/source/drivers/odbc.po
+++ b/translations/source/da/connectivity/source/drivers/odbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/connectivity/source/drivers/postgresql.po b/translations/source/da/connectivity/source/drivers/postgresql.po
index 8158273b7ed..d723f48e37d 100644
--- a/translations/source/da/connectivity/source/drivers/postgresql.po
+++ b/translations/source/da/connectivity/source/drivers/postgresql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-26 17:21+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -18,11 +18,3 @@ msgstr ""
#: postgresql.xcu#.Drivers.Installed.sdbc_postgresql__.DriverTypeDisplayName.value.text
msgid "PostgreSQL"
msgstr "PostgreSQL"
-
-#: description.xml#dispname.dispname.description.text
-msgid "PostgreSQL-SDBC Driver"
-msgstr "PostgreSQL-SDBC driver"
-
-#: 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 "En indbygget PostgreSQL driver til LibreOffice. Den er hurtigere og sømløst integreret og det er ikke nødvendigt særskilt at installere og konfigurere en JDBC eller ODBC driver. Kompatibel med PostgreSQL version 8.4 og højere.\n"
diff --git a/translations/source/da/connectivity/source/resource.po b/translations/source/da/connectivity/source/resource.po
index db9455c1e01..499219307a6 100644
--- a/translations/source/da/connectivity/source/resource.po
+++ b/translations/source/da/connectivity/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 13:44+0200\n"
"Last-Translator: Jørgen <jfma@mailme.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/cui/source/customize.po b/translations/source/da/cui/source/customize.po
index 17a58047540..afca1267783 100644
--- a/translations/source/da/cui/source/customize.po
+++ b/translations/source/da/cui/source/customize.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 11:18+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/cui/source/dialogs.po b/translations/source/da/cui/source/dialogs.po
index ece86b2bd8e..90df32fa028 100644
--- a/translations/source/da/cui/source/dialogs.po
+++ b/translations/source/da/cui/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-12 19:23+0200\n"
"Last-Translator: Jørgen <jfma@mailme.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/cui/source/options.po b/translations/source/da/cui/source/options.po
index a05faa6b22d..a1070d5425d 100644
--- a/translations/source/da/cui/source/options.po
+++ b/translations/source/da/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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-12-19 21:20+0200\n"
-"Last-Translator: Ejnar <gm@ezr.dk>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-21 23:07+0200\n"
+"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: optgenrl.src#RID_SFXPAGE_GENERAL.FT_COMPANY.fixedtext.text
@@ -1275,30 +1275,42 @@ msgid "Grid"
msgstr "Gitter"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.6.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.6.itemlist.text"
+msgid "Basic Fonts (Western)"
+msgstr "Grundlæggende skrifttyper (Vestlig)"
+
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.7.itemlist.text
+msgid "Basic Fonts (Asian)"
+msgstr "Grundlæggende skrifttyper (asiatisk)"
+
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text
+msgid "Basic Fonts (CTL)"
+msgstr "Grundlæggende skrifttyper (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"
msgid "Print"
msgstr "Udskriv"
-#: 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"
+#: 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"
msgid "Table"
msgstr "Tabel"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text"
+#: 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"
msgid "Changes"
msgstr "Ændringer"
-#: 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"
+#: 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"
msgid "Compatibility"
msgstr "Kompatibilitet"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.10.itemlist.text
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.13.itemlist.text
msgid "AutoCaption"
msgstr "Autobilledtekst"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.11.itemlist.text
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.14.itemlist.text
msgid "Mail Merge E-mail"
msgstr "Brevflet e-mail"
diff --git a/translations/source/da/cui/source/tabpages.po b/translations/source/da/cui/source/tabpages.po
index fafa5102d1d..87c4a7b876f 100644
--- a/translations/source/da/cui/source/tabpages.po
+++ b/translations/source/da/cui/source/tabpages.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%2Ftabpages.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-21 21:34+0200\n"
"Last-Translator: Ejnar <gm@ezr.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: macroass.src#RID_SVXPAGE_EVENTASSIGN.STR_EVENT.string.text
diff --git a/translations/source/da/dbaccess/source/core/resource.po b/translations/source/da/dbaccess/source/core/resource.po
index 3e45cca1724..7edef3bf192 100644
--- a/translations/source/da/dbaccess/source/core/resource.po
+++ b/translations/source/da/dbaccess/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-23 16:57+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dbaccess/source/ext/adabas.po b/translations/source/da/dbaccess/source/ext/adabas.po
index 0a53b855fc8..bec52f5fd18 100644
--- a/translations/source/da/dbaccess/source/ext/adabas.po
+++ b/translations/source/da/dbaccess/source/ext/adabas.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-09 18:47+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dbaccess/source/ext/macromigration.po b/translations/source/da/dbaccess/source/ext/macromigration.po
index b0a0a9d1ef0..09ebab52f60 100644
--- a/translations/source/da/dbaccess/source/ext/macromigration.po
+++ b/translations/source/da/dbaccess/source/ext/macromigration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-15 20:33+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dbaccess/source/sdbtools/resource.po b/translations/source/da/dbaccess/source/sdbtools/resource.po
index f8ab1034dce..e3c1c7be183 100644
--- a/translations/source/da/dbaccess/source/sdbtools/resource.po
+++ b/translations/source/da/dbaccess/source/sdbtools/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dbaccess/source/ui/app.po b/translations/source/da/dbaccess/source/ui/app.po
index 92fd9fe0967..a54107103ca 100644
--- a/translations/source/da/dbaccess/source/ui/app.po
+++ b/translations/source/da/dbaccess/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-09 18:48+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dbaccess/source/ui/browser.po b/translations/source/da/dbaccess/source/ui/browser.po
index 42d9abd0940..2bad90add06 100644
--- a/translations/source/da/dbaccess/source/ui/browser.po
+++ b/translations/source/da/dbaccess/source/ui/browser.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 11:18+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dbaccess/source/ui/control.po b/translations/source/da/dbaccess/source/ui/control.po
index dd7f7ed3216..e41e4e7213e 100644
--- a/translations/source/da/dbaccess/source/ui/control.po
+++ b/translations/source/da/dbaccess/source/ui/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dbaccess/source/ui/dlg.po b/translations/source/da/dbaccess/source/ui/dlg.po
index 14d2c7163d8..a3541a3c88a 100644
--- a/translations/source/da/dbaccess/source/ui/dlg.po
+++ b/translations/source/da/dbaccess/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-15 20:33+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dbaccess/source/ui/inc.po b/translations/source/da/dbaccess/source/ui/inc.po
index 5cdc73e91ce..9d31746bfeb 100644
--- a/translations/source/da/dbaccess/source/ui/inc.po
+++ b/translations/source/da/dbaccess/source/ui/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dbaccess/source/ui/misc.po b/translations/source/da/dbaccess/source/ui/misc.po
index 6ac38d4e2bc..bbe64d04bfc 100644
--- a/translations/source/da/dbaccess/source/ui/misc.po
+++ b/translations/source/da/dbaccess/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-23 16:59+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dbaccess/source/ui/querydesign.po b/translations/source/da/dbaccess/source/ui/querydesign.po
index e83299889d4..075e247e66c 100644
--- a/translations/source/da/dbaccess/source/ui/querydesign.po
+++ b/translations/source/da/dbaccess/source/ui/querydesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dbaccess/source/ui/relationdesign.po b/translations/source/da/dbaccess/source/ui/relationdesign.po
index 2fbcdbb5ccb..b635be4c385 100644
--- a/translations/source/da/dbaccess/source/ui/relationdesign.po
+++ b/translations/source/da/dbaccess/source/ui/relationdesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-15 20:37+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dbaccess/source/ui/tabledesign.po b/translations/source/da/dbaccess/source/ui/tabledesign.po
index 4832ec7063c..6a8d62c74b4 100644
--- a/translations/source/da/dbaccess/source/ui/tabledesign.po
+++ b/translations/source/da/dbaccess/source/ui/tabledesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dbaccess/source/ui/uno.po b/translations/source/da/dbaccess/source/ui/uno.po
index 3068d940270..9372ab17eee 100644
--- a/translations/source/da/dbaccess/source/ui/uno.po
+++ b/translations/source/da/dbaccess/source/ui/uno.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/desktop/source/app.po b/translations/source/da/desktop/source/app.po
index c50b49963b1..7237897a2d2 100644
--- a/translations/source/da/desktop/source/app.po
+++ b/translations/source/da/desktop/source/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-12 19:24+0200\n"
"Last-Translator: Jørgen <jfma@mailme.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/desktop/source/deployment/gui.po b/translations/source/da/desktop/source/deployment/gui.po
index 083bdb61d05..5dfb5aa0062 100644
--- a/translations/source/da/desktop/source/deployment/gui.po
+++ b/translations/source/da/desktop/source/deployment/gui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-15 20:38+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/desktop/source/deployment/manager.po b/translations/source/da/desktop/source/deployment/manager.po
index 584e8116cf6..758f2d43b26 100644
--- a/translations/source/da/desktop/source/deployment/manager.po
+++ b/translations/source/da/desktop/source/deployment/manager.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/desktop/source/deployment/misc.po b/translations/source/da/desktop/source/deployment/misc.po
index f2e1d030a00..3accadf3b75 100644
--- a/translations/source/da/desktop/source/deployment/misc.po
+++ b/translations/source/da/desktop/source/deployment/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 18:57+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/desktop/source/deployment/registry.po b/translations/source/da/desktop/source/deployment/registry.po
index cbae6db56fb..182e81964c8 100644
--- a/translations/source/da/desktop/source/deployment/registry.po
+++ b/translations/source/da/desktop/source/deployment/registry.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-23 23:32+0200\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/desktop/source/deployment/registry/component.po b/translations/source/da/desktop/source/deployment/registry/component.po
index e084b6660a9..a2326a98176 100644
--- a/translations/source/da/desktop/source/deployment/registry/component.po
+++ b/translations/source/da/desktop/source/deployment/registry/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 11:19+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/desktop/source/deployment/registry/configuration.po b/translations/source/da/desktop/source/deployment/registry/configuration.po
index 5427e5638ba..44001b9b0f6 100644
--- a/translations/source/da/desktop/source/deployment/registry/configuration.po
+++ b/translations/source/da/desktop/source/deployment/registry/configuration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/desktop/source/deployment/registry/help.po b/translations/source/da/desktop/source/deployment/registry/help.po
index 47f341976c5..5efe76cdd44 100644
--- a/translations/source/da/desktop/source/deployment/registry/help.po
+++ b/translations/source/da/desktop/source/deployment/registry/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/desktop/source/deployment/registry/package.po b/translations/source/da/desktop/source/deployment/registry/package.po
index f9d4366861a..7ee6308d845 100644
--- a/translations/source/da/desktop/source/deployment/registry/package.po
+++ b/translations/source/da/desktop/source/deployment/registry/package.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/desktop/source/deployment/registry/script.po b/translations/source/da/desktop/source/deployment/registry/script.po
index 0fc2ce79459..43b2aa5e4eb 100644
--- a/translations/source/da/desktop/source/deployment/registry/script.po
+++ b/translations/source/da/desktop/source/deployment/registry/script.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/desktop/source/deployment/registry/sfwk.po b/translations/source/da/desktop/source/deployment/registry/sfwk.po
index 2dffeda2dac..a0fa5d023b4 100644
--- a/translations/source/da/desktop/source/deployment/registry/sfwk.po
+++ b/translations/source/da/desktop/source/deployment/registry/sfwk.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/desktop/source/deployment/unopkg.po b/translations/source/da/desktop/source/deployment/unopkg.po
index 43fefa0f31a..7f6b3de2ed4 100644
--- a/translations/source/da/desktop/source/deployment/unopkg.po
+++ b/translations/source/da/desktop/source/deployment/unopkg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-24 20:58+0200\n"
"Last-Translator: Jørgen <jfma@mailme.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/af_ZA.po b/translations/source/da/dictionaries/af_ZA.po
index 1eff74d9333..a05b48470f8 100644
--- a/translations/source/da/dictionaries/af_ZA.po
+++ b/translations/source/da/dictionaries/af_ZA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-11 14:14+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/an_ES.po b/translations/source/da/dictionaries/an_ES.po
index faf7acf843f..63ea2c4d091 100644
--- a/translations/source/da/dictionaries/an_ES.po
+++ b/translations/source/da/dictionaries/an_ES.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fan_ES.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-15 20:38+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/ar.po b/translations/source/da/dictionaries/ar.po
index bf40ffa1be5..5bef5fdb149 100644
--- a/translations/source/da/dictionaries/ar.po
+++ b/translations/source/da/dictionaries/ar.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-24 13:15+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/be_BY.po b/translations/source/da/dictionaries/be_BY.po
index c0ea1c6a338..19101a87097 100644
--- a/translations/source/da/dictionaries/be_BY.po
+++ b/translations/source/da/dictionaries/be_BY.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 18:59+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/bg_BG.po b/translations/source/da/dictionaries/bg_BG.po
index c0e13e23a73..c5e33cd8460 100644
--- a/translations/source/da/dictionaries/bg_BG.po
+++ b/translations/source/da/dictionaries/bg_BG.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-24 13:15+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/bn_BD.po b/translations/source/da/dictionaries/bn_BD.po
index cc1533a0fbe..3fbfde93678 100644
--- a/translations/source/da/dictionaries/bn_BD.po
+++ b/translations/source/da/dictionaries/bn_BD.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-25 22:39+0200\n"
"Last-Translator: Ejnar <gm@ezr.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/br_FR.po b/translations/source/da/dictionaries/br_FR.po
index 85739b9665c..821436e87b5 100644
--- a/translations/source/da/dictionaries/br_FR.po
+++ b/translations/source/da/dictionaries/br_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-25 22:52+0200\n"
"Last-Translator: Ejnar <gm@ezr.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/ca.po b/translations/source/da/dictionaries/ca.po
index 49b0fe79edf..e1b9daca76d 100644
--- a/translations/source/da/dictionaries/ca.po
+++ b/translations/source/da/dictionaries/ca.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-26 22:42+0200\n"
"Last-Translator: Jørgen <jfma@mailme.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/cs_CZ.po b/translations/source/da/dictionaries/cs_CZ.po
index 9f6c44ac8fe..9af1823bdc1 100644
--- a/translations/source/da/dictionaries/cs_CZ.po
+++ b/translations/source/da/dictionaries/cs_CZ.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-26 22:43+0200\n"
"Last-Translator: Jørgen <jfma@mailme.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/da_DK.po b/translations/source/da/dictionaries/da_DK.po
index 3640b071eeb..61092cb66e8 100644
--- a/translations/source/da/dictionaries/da_DK.po
+++ b/translations/source/da/dictionaries/da_DK.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-31 21:53+0200\n"
"Last-Translator: Jørgen <jfma@mailme.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/de.po b/translations/source/da/dictionaries/de.po
index 6cf2c7f7561..17e42097d3a 100644
--- a/translations/source/da/dictionaries/de.po
+++ b/translations/source/da/dictionaries/de.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-31 22:10+0200\n"
"Last-Translator: Ejnar <gm@ezr.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/el_GR.po b/translations/source/da/dictionaries/el_GR.po
index 68f995803c5..c88aaa67d83 100644
--- a/translations/source/da/dictionaries/el_GR.po
+++ b/translations/source/da/dictionaries/el_GR.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 19:00+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/en.po b/translations/source/da/dictionaries/en.po
index 722f0192d6a..937dc848269 100644
--- a/translations/source/da/dictionaries/en.po
+++ b/translations/source/da/dictionaries/en.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-19 21:15+0200\n"
"Last-Translator: David <davidlamhauge@gmail.com>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/en/dialog.po b/translations/source/da/dictionaries/en/dialog.po
index bcb17c7bf09..48427ed5859 100644
--- a/translations/source/da/dictionaries/en/dialog.po
+++ b/translations/source/da/dictionaries/en/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-20 22:18+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/es_ES.po b/translations/source/da/dictionaries/es_ES.po
index 46da53e2ec8..56ff1724aa8 100644
--- a/translations/source/da/dictionaries/es_ES.po
+++ b/translations/source/da/dictionaries/es_ES.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-25 22:54+0200\n"
"Last-Translator: Ejnar <gm@ezr.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/et_EE.po b/translations/source/da/dictionaries/et_EE.po
index dd71afeda97..a88d487c4cd 100644
--- a/translations/source/da/dictionaries/et_EE.po
+++ b/translations/source/da/dictionaries/et_EE.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-31 22:17+0200\n"
"Last-Translator: Ejnar <gm@ezr.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/fr_FR.po b/translations/source/da/dictionaries/fr_FR.po
index bd6d78a82dd..c2e692d90cf 100644
--- a/translations/source/da/dictionaries/fr_FR.po
+++ b/translations/source/da/dictionaries/fr_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-01 17:49+0200\n"
"Last-Translator: Jørgen <jfma@mailme.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/gd_GB.po b/translations/source/da/dictionaries/gd_GB.po
index 9af0de44940..64e2510782b 100644
--- a/translations/source/da/dictionaries/gd_GB.po
+++ b/translations/source/da/dictionaries/gd_GB.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 19:17+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/gl.po b/translations/source/da/dictionaries/gl.po
index 211c514603e..8478d7c5030 100644
--- a/translations/source/da/dictionaries/gl.po
+++ b/translations/source/da/dictionaries/gl.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-02 14:40+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/gu_IN.po b/translations/source/da/dictionaries/gu_IN.po
index 91e037d079e..985a1b71f16 100644
--- a/translations/source/da/dictionaries/gu_IN.po
+++ b/translations/source/da/dictionaries/gu_IN.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-04 10:43+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/he_IL.po b/translations/source/da/dictionaries/he_IL.po
index 6d2dadec954..92c2c44f2f4 100644
--- a/translations/source/da/dictionaries/he_IL.po
+++ b/translations/source/da/dictionaries/he_IL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-04 11:01+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/hi_IN.po b/translations/source/da/dictionaries/hi_IN.po
index fedc9d6956c..ff27f41691b 100644
--- a/translations/source/da/dictionaries/hi_IN.po
+++ b/translations/source/da/dictionaries/hi_IN.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-04 11:03+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/hr_HR.po b/translations/source/da/dictionaries/hr_HR.po
index 781ff9a83d8..617b370e094 100644
--- a/translations/source/da/dictionaries/hr_HR.po
+++ b/translations/source/da/dictionaries/hr_HR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-04 17:47+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/hu_HU.po b/translations/source/da/dictionaries/hu_HU.po
index b9242ddd159..1cfe95fe8b1 100644
--- a/translations/source/da/dictionaries/hu_HU.po
+++ b/translations/source/da/dictionaries/hu_HU.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-21 16:56+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/hu_HU/dialog.po b/translations/source/da/dictionaries/hu_HU/dialog.po
index 989854a8ae5..235517b8e5a 100644
--- a/translations/source/da/dictionaries/hu_HU/dialog.po
+++ b/translations/source/da/dictionaries/hu_HU/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-20 22:23+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/it_IT.po b/translations/source/da/dictionaries/it_IT.po
index 0a3f7a6c754..2a0835a60b4 100644
--- a/translations/source/da/dictionaries/it_IT.po
+++ b/translations/source/da/dictionaries/it_IT.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-30 14:01+0200\n"
"Last-Translator: Ejnar <gm@ezr.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/ku_TR.po b/translations/source/da/dictionaries/ku_TR.po
index ca1529775ee..c9e7e3ea8b0 100644
--- a/translations/source/da/dictionaries/ku_TR.po
+++ b/translations/source/da/dictionaries/ku_TR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-07 16:49+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/lt_LT.po b/translations/source/da/dictionaries/lt_LT.po
index f4f0f9c199f..0c15e174ec1 100644
--- a/translations/source/da/dictionaries/lt_LT.po
+++ b/translations/source/da/dictionaries/lt_LT.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-07 16:50+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/lv_LV.po b/translations/source/da/dictionaries/lv_LV.po
index 1b5ee387cec..697ea55f494 100644
--- a/translations/source/da/dictionaries/lv_LV.po
+++ b/translations/source/da/dictionaries/lv_LV.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-08 17:03+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/ne_NP.po b/translations/source/da/dictionaries/ne_NP.po
index 04b1f59bb6d..77bb85b0219 100644
--- a/translations/source/da/dictionaries/ne_NP.po
+++ b/translations/source/da/dictionaries/ne_NP.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-10 20:04+0200\n"
"Last-Translator: Jørgen <jfma@mailme.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/nl_NL.po b/translations/source/da/dictionaries/nl_NL.po
index ed658625d6b..56a26ef1a74 100644
--- a/translations/source/da/dictionaries/nl_NL.po
+++ b/translations/source/da/dictionaries/nl_NL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-10 22:48+0200\n"
"Last-Translator: Ejnar <gm@ezr.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/no.po b/translations/source/da/dictionaries/no.po
index a402cc112cb..034ef797f22 100644
--- a/translations/source/da/dictionaries/no.po
+++ b/translations/source/da/dictionaries/no.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-14 01:45+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/oc_FR.po b/translations/source/da/dictionaries/oc_FR.po
index 5982f03605a..2a9f1eee666 100644
--- a/translations/source/da/dictionaries/oc_FR.po
+++ b/translations/source/da/dictionaries/oc_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-14 01:46+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/pl_PL.po b/translations/source/da/dictionaries/pl_PL.po
index bdb4727935b..7a8380631af 100644
--- a/translations/source/da/dictionaries/pl_PL.po
+++ b/translations/source/da/dictionaries/pl_PL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-14 01:49+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/pt_BR.po b/translations/source/da/dictionaries/pt_BR.po
index a075b28b405..97f1bc87408 100644
--- a/translations/source/da/dictionaries/pt_BR.po
+++ b/translations/source/da/dictionaries/pt_BR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-14 01:49+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/pt_PT.po b/translations/source/da/dictionaries/pt_PT.po
index c16fd8edf22..76059aed075 100644
--- a/translations/source/da/dictionaries/pt_PT.po
+++ b/translations/source/da/dictionaries/pt_PT.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-14 01:51+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/ro.po b/translations/source/da/dictionaries/ro.po
index 5b9634376cf..47cf15fbe22 100644
--- a/translations/source/da/dictionaries/ro.po
+++ b/translations/source/da/dictionaries/ro.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-14 01:51+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/ru_RU.po b/translations/source/da/dictionaries/ru_RU.po
index 90deced7065..567ffccbbef 100644
--- a/translations/source/da/dictionaries/ru_RU.po
+++ b/translations/source/da/dictionaries/ru_RU.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 17:05+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/ru_RU/dialog.po b/translations/source/da/dictionaries/ru_RU/dialog.po
index ab321fa7f41..4d0d84f5a92 100644
--- a/translations/source/da/dictionaries/ru_RU/dialog.po
+++ b/translations/source/da/dictionaries/ru_RU/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 16:58+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/si_LK.po b/translations/source/da/dictionaries/si_LK.po
index 1c0e7507dcf..c0f1ad0ff29 100644
--- a/translations/source/da/dictionaries/si_LK.po
+++ b/translations/source/da/dictionaries/si_LK.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fsi_LK.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 17:05+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/sk_SK.po b/translations/source/da/dictionaries/sk_SK.po
index b00de12e933..0b8a86ba72d 100644
--- a/translations/source/da/dictionaries/sk_SK.po
+++ b/translations/source/da/dictionaries/sk_SK.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-14 01:51+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/sl_SI.po b/translations/source/da/dictionaries/sl_SI.po
index 2f9f48f3c6e..ade92583477 100644
--- a/translations/source/da/dictionaries/sl_SI.po
+++ b/translations/source/da/dictionaries/sl_SI.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-14 01:51+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/sr.po b/translations/source/da/dictionaries/sr.po
index e3bf0e33f68..2fb5e93da7f 100644
--- a/translations/source/da/dictionaries/sr.po
+++ b/translations/source/da/dictionaries/sr.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-14 01:51+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/sv_SE.po b/translations/source/da/dictionaries/sv_SE.po
index ba0c51b7bfa..ffefa1df735 100644
--- a/translations/source/da/dictionaries/sv_SE.po
+++ b/translations/source/da/dictionaries/sv_SE.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-14 01:51+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/sw_TZ.po b/translations/source/da/dictionaries/sw_TZ.po
index 5ff5c8886f3..1bfcb06de34 100644
--- a/translations/source/da/dictionaries/sw_TZ.po
+++ b/translations/source/da/dictionaries/sw_TZ.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-14 01:52+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/te_IN.po b/translations/source/da/dictionaries/te_IN.po
index 8a628751163..84b84e8918e 100644
--- a/translations/source/da/dictionaries/te_IN.po
+++ b/translations/source/da/dictionaries/te_IN.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-26 19:19+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/th_TH.po b/translations/source/da/dictionaries/th_TH.po
index 0adf513f1c7..a27e2e0cd70 100644
--- a/translations/source/da/dictionaries/th_TH.po
+++ b/translations/source/da/dictionaries/th_TH.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-14 01:52+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/uk_UA.po b/translations/source/da/dictionaries/uk_UA.po
index 871c0049261..5977d65c918 100644
--- a/translations/source/da/dictionaries/uk_UA.po
+++ b/translations/source/da/dictionaries/uk_UA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-14 01:52+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/vi.po b/translations/source/da/dictionaries/vi.po
index 541896d7074..0721f4488a8 100644
--- a/translations/source/da/dictionaries/vi.po
+++ b/translations/source/da/dictionaries/vi.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-14 01:52+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/dictionaries/zu_ZA.po b/translations/source/da/dictionaries/zu_ZA.po
index ad6cccb3ed2..d6240c05a23 100644
--- a/translations/source/da/dictionaries/zu_ZA.po
+++ b/translations/source/da/dictionaries/zu_ZA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-14 01:52+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/editeng/source/accessibility.po b/translations/source/da/editeng/source/accessibility.po
index b63f0ba1d3c..40716e25a6c 100644
--- a/translations/source/da/editeng/source/accessibility.po
+++ b/translations/source/da/editeng/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/editeng/source/editeng.po b/translations/source/da/editeng/source/editeng.po
index 8b44efbc49c..c3d398fc2a3 100644
--- a/translations/source/da/editeng/source/editeng.po
+++ b/translations/source/da/editeng/source/editeng.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 14:14+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/editeng/source/items.po b/translations/source/da/editeng/source/items.po
index defef49f2ed..44730a34c9e 100644
--- a/translations/source/da/editeng/source/items.po
+++ b/translations/source/da/editeng/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-13 11:14+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/editeng/source/misc.po b/translations/source/da/editeng/source/misc.po
index 2dd3f1148a6..a17c0dbef29 100644
--- a/translations/source/da/editeng/source/misc.po
+++ b/translations/source/da/editeng/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/editeng/source/outliner.po b/translations/source/da/editeng/source/outliner.po
index 28097489604..e828d4002a7 100644
--- a/translations/source/da/editeng/source/outliner.po
+++ b/translations/source/da/editeng/source/outliner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/extensions/source/abpilot.po b/translations/source/da/extensions/source/abpilot.po
index b0f205a3fc2..b743289f492 100644
--- a/translations/source/da/extensions/source/abpilot.po
+++ b/translations/source/da/extensions/source/abpilot.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-13 11:15+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/extensions/source/bibliography.po b/translations/source/da/extensions/source/bibliography.po
index 851538437fe..c2ca050c049 100644
--- a/translations/source/da/extensions/source/bibliography.po
+++ b/translations/source/da/extensions/source/bibliography.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/extensions/source/dbpilots.po b/translations/source/da/extensions/source/dbpilots.po
index c8d97f224ea..e6ee177fb57 100644
--- a/translations/source/da/extensions/source/dbpilots.po
+++ b/translations/source/da/extensions/source/dbpilots.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/extensions/source/propctrlr.po b/translations/source/da/extensions/source/propctrlr.po
index 5ec79ed1040..00019af2b7a 100644
--- a/translations/source/da/extensions/source/propctrlr.po
+++ b/translations/source/da/extensions/source/propctrlr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-07 11:19+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/extensions/source/scanner.po b/translations/source/da/extensions/source/scanner.po
index 647b3d6dc89..697a02f0362 100644
--- a/translations/source/da/extensions/source/scanner.po
+++ b/translations/source/da/extensions/source/scanner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-02 14:41+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/extensions/source/update/check.po b/translations/source/da/extensions/source/update/check.po
index 84adc28b8b1..f8b23ad3ced 100644
--- a/translations/source/da/extensions/source/update/check.po
+++ b/translations/source/da/extensions/source/update/check.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-09 18:58+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/filter/source/config/fragments/filters.po b/translations/source/da/filter/source/config/fragments/filters.po
index 90ea7cbcab3..69665e30391 100644
--- a/translations/source/da/filter/source/config/fragments/filters.po
+++ b/translations/source/da/filter/source/config/fragments/filters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-15 12:45+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/filter/source/config/fragments/internalgraphicfilters.po b/translations/source/da/filter/source/config/fragments/internalgraphicfilters.po
index c55b6575c28..735f8343c53 100644
--- a/translations/source/da/filter/source/config/fragments/internalgraphicfilters.po
+++ b/translations/source/da/filter/source/config/fragments/internalgraphicfilters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/filter/source/config/fragments/types.po b/translations/source/da/filter/source/config/fragments/types.po
index a5a38256702..192174f53fa 100644
--- a/translations/source/da/filter/source/config/fragments/types.po
+++ b/translations/source/da/filter/source/config/fragments/types.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-05 14:56+0200\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/filter/source/flash.po b/translations/source/da/filter/source/flash.po
index 3e74f0a71aa..64cd8ecf740 100644
--- a/translations/source/da/filter/source/flash.po
+++ b/translations/source/da/filter/source/flash.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/filter/source/graphicfilter/eps.po b/translations/source/da/filter/source/graphicfilter/eps.po
index b2e8d325693..48b541a3466 100644
--- a/translations/source/da/filter/source/graphicfilter/eps.po
+++ b/translations/source/da/filter/source/graphicfilter/eps.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 11:02+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/filter/source/pdf.po b/translations/source/da/filter/source/pdf.po
index 4ed31ddc42e..6671b04e9e9 100644
--- a/translations/source/da/filter/source/pdf.po
+++ b/translations/source/da/filter/source/pdf.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-06 02:58+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/filter/source/t602.po b/translations/source/da/filter/source/t602.po
index 0fbda04119f..fa7d1f56622 100644
--- a/translations/source/da/filter/source/t602.po
+++ b/translations/source/da/filter/source/t602.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/filter/source/xsltdialog.po b/translations/source/da/filter/source/xsltdialog.po
index 65755225c33..f53a18bfe5f 100644
--- a/translations/source/da/filter/source/xsltdialog.po
+++ b/translations/source/da/filter/source/xsltdialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-14 01:45+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/forms/source/resource.po b/translations/source/da/forms/source/resource.po
index 1236b558c83..576323fdec8 100644
--- a/translations/source/da/forms/source/resource.po
+++ b/translations/source/da/forms/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/formula/source/core/resource.po b/translations/source/da/formula/source/core/resource.po
index c5827c5d42b..8272d2e5ecc 100644
--- a/translations/source/da/formula/source/core/resource.po
+++ b/translations/source/da/formula/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 16:58+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/formula/source/ui/dlg.po b/translations/source/da/formula/source/ui/dlg.po
index 71a9a9e7811..f0bfdd002f7 100644
--- a/translations/source/da/formula/source/ui/dlg.po
+++ b/translations/source/da/formula/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/fpicker/source/office.po b/translations/source/da/fpicker/source/office.po
index e3ae28d79d7..36dd2b4cfdc 100644
--- a/translations/source/da/fpicker/source/office.po
+++ b/translations/source/da/fpicker/source/office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-01 21:49+0200\n"
"Last-Translator: ThomasRoswall <ooo@roswall.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/framework/source/classes.po b/translations/source/da/framework/source/classes.po
index 8066290ea82..971ed219108 100644
--- a/translations/source/da/framework/source/classes.po
+++ b/translations/source/da/framework/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/framework/source/services.po b/translations/source/da/framework/source/services.po
index 654eb69f4ea..1e839652a4e 100644
--- a/translations/source/da/framework/source/services.po
+++ b/translations/source/da/framework/source/services.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/helpcontent2/source/text/sbasic/guide.po b/translations/source/da/helpcontent2/source/text/sbasic/guide.po
index e1d58bb5324..d70376efbfb 100644
--- a/translations/source/da/helpcontent2/source/text/sbasic/guide.po
+++ b/translations/source/da/helpcontent2/source/text/sbasic/guide.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-05-14 10:19+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/sbasic/shared.po b/translations/source/da/helpcontent2/source/text/sbasic/shared.po
index 980f83a14a3..7e3f8b4ce3c 100644
--- a/translations/source/da/helpcontent2/source/text/sbasic/shared.po
+++ b/translations/source/da/helpcontent2/source/text/sbasic/shared.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-26 22:02+0200\n"
"Last-Translator: Jørgen <jfma@mailme.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/sbasic/shared/01.po b/translations/source/da/helpcontent2/source/text/sbasic/shared/01.po
index 8172ba4c7fd..3c61a5aef4c 100644
--- a/translations/source/da/helpcontent2/source/text/sbasic/shared/01.po
+++ b/translations/source/da/helpcontent2/source/text/sbasic/shared/01.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 13:59+0200\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/sbasic/shared/02.po b/translations/source/da/helpcontent2/source/text/sbasic/shared/02.po
index a04087af1b3..4827b1791d3 100644
--- a/translations/source/da/helpcontent2/source/text/sbasic/shared/02.po
+++ b/translations/source/da/helpcontent2/source/text/sbasic/shared/02.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-07-30 23:36+0200\n"
"Last-Translator: Ejnar <gm@ezr.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/scalc.po b/translations/source/da/helpcontent2/source/text/scalc.po
index 2af71550d19..d1c42d703b7 100644
--- a/translations/source/da/helpcontent2/source/text/scalc.po
+++ b/translations/source/da/helpcontent2/source/text/scalc.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+helpcontent2%2Fsource%2Ftext%2Fscalc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-05 23:12+0200\n"
"Last-Translator: Ejnar <gm@ezr.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/scalc/00.po b/translations/source/da/helpcontent2/source/text/scalc/00.po
index 2b841896088..b7d1138fb4d 100644
--- a/translations/source/da/helpcontent2/source/text/scalc/00.po
+++ b/translations/source/da/helpcontent2/source/text/scalc/00.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-05-08 19:47+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/scalc/01.po b/translations/source/da/helpcontent2/source/text/scalc/01.po
index e3a69c4285a..a6195b63743 100644
--- a/translations/source/da/helpcontent2/source/text/scalc/01.po
+++ b/translations/source/da/helpcontent2/source/text/scalc/01.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-22 00:00+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 04020000.xhp#tit.help.text
diff --git a/translations/source/da/helpcontent2/source/text/scalc/02.po b/translations/source/da/helpcontent2/source/text/scalc/02.po
index 37cbf9e9d57..c19fa72b1f3 100644
--- a/translations/source/da/helpcontent2/source/text/scalc/02.po
+++ b/translations/source/da/helpcontent2/source/text/scalc/02.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-07-30 23:37+0200\n"
"Last-Translator: Ejnar <gm@ezr.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/scalc/04.po b/translations/source/da/helpcontent2/source/text/scalc/04.po
index ddd18300955..4956bb6b83d 100644
--- a/translations/source/da/helpcontent2/source/text/scalc/04.po
+++ b/translations/source/da/helpcontent2/source/text/scalc/04.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-31 18:32+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/scalc/05.po b/translations/source/da/helpcontent2/source/text/scalc/05.po
index 2950034832d..9471dd0779e 100644
--- a/translations/source/da/helpcontent2/source/text/scalc/05.po
+++ b/translations/source/da/helpcontent2/source/text/scalc/05.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-12-31 18:32+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/scalc/guide.po b/translations/source/da/helpcontent2/source/text/scalc/guide.po
index e3666679148..ac328aa0d49 100644
--- a/translations/source/da/helpcontent2/source/text/scalc/guide.po
+++ b/translations/source/da/helpcontent2/source/text/scalc/guide.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-02-09 21:58+0200\n"
"Last-Translator: Leif <leiflodahl@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: year2000.xhp#tit.help.text
diff --git a/translations/source/da/helpcontent2/source/text/schart.po b/translations/source/da/helpcontent2/source/text/schart.po
index 08742f8c590..043d250159d 100644
--- a/translations/source/da/helpcontent2/source/text/schart.po
+++ b/translations/source/da/helpcontent2/source/text/schart.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+helpcontent2%2Fsource%2Ftext%2Fschart.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-05-10 23:24+0200\n"
"Last-Translator: ThomasRoswall <ooo@roswall.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/schart/00.po b/translations/source/da/helpcontent2/source/text/schart/00.po
index 2778da0cb6f..85690f96114 100644
--- a/translations/source/da/helpcontent2/source/text/schart/00.po
+++ b/translations/source/da/helpcontent2/source/text/schart/00.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-27 23:55+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/schart/01.po b/translations/source/da/helpcontent2/source/text/schart/01.po
index 1510be95e31..4ba5abd60b6 100644
--- a/translations/source/da/helpcontent2/source/text/schart/01.po
+++ b/translations/source/da/helpcontent2/source/text/schart/01.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-28 23:58+0200\n"
"Last-Translator: Ejnar <gm@ezr.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/schart/02.po b/translations/source/da/helpcontent2/source/text/schart/02.po
index 3c47905ea6a..897de74a05d 100644
--- a/translations/source/da/helpcontent2/source/text/schart/02.po
+++ b/translations/source/da/helpcontent2/source/text/schart/02.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:03+0200\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/schart/04.po b/translations/source/da/helpcontent2/source/text/schart/04.po
index 031c2cb6d43..60a320a3a12 100644
--- a/translations/source/da/helpcontent2/source/text/schart/04.po
+++ b/translations/source/da/helpcontent2/source/text/schart/04.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:03+0200\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/sdraw.po b/translations/source/da/helpcontent2/source/text/sdraw.po
index 20109fd9760..bcda8683a06 100644
--- a/translations/source/da/helpcontent2/source/text/sdraw.po
+++ b/translations/source/da/helpcontent2/source/text/sdraw.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+helpcontent2%2Fsource%2Ftext%2Fsdraw.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-11-30 23:24+0200\n"
"Last-Translator: Ejnar <gm@ezr.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/sdraw/00.po b/translations/source/da/helpcontent2/source/text/sdraw/00.po
index d87626a0756..a61e64295b1 100644
--- a/translations/source/da/helpcontent2/source/text/sdraw/00.po
+++ b/translations/source/da/helpcontent2/source/text/sdraw/00.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 14:03+0200\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/sdraw/01.po b/translations/source/da/helpcontent2/source/text/sdraw/01.po
index 71dcb016be1..0c2da5b0b22 100644
--- a/translations/source/da/helpcontent2/source/text/sdraw/01.po
+++ b/translations/source/da/helpcontent2/source/text/sdraw/01.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:03+0200\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/sdraw/04.po b/translations/source/da/helpcontent2/source/text/sdraw/04.po
index 8e5a513ec32..800ec8f6fb3 100644
--- a/translations/source/da/helpcontent2/source/text/sdraw/04.po
+++ b/translations/source/da/helpcontent2/source/text/sdraw/04.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-29 12:22+0200\n"
"Last-Translator: Jørgen <jfma@mailme.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/sdraw/guide.po b/translations/source/da/helpcontent2/source/text/sdraw/guide.po
index c044f689c56..0eea642ce6c 100644
--- a/translations/source/da/helpcontent2/source/text/sdraw/guide.po
+++ b/translations/source/da/helpcontent2/source/text/sdraw/guide.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-05-24 21:11+0200\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/shared.po b/translations/source/da/helpcontent2/source/text/shared.po
index 647c3b86e9c..72cddf6f364 100644
--- a/translations/source/da/helpcontent2/source/text/shared.po
+++ b/translations/source/da/helpcontent2/source/text/shared.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+helpcontent2%2Fsource%2Ftext%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-12-03 20:50+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/shared/00.po b/translations/source/da/helpcontent2/source/text/shared/00.po
index b34c4c73d22..2af073522d2 100644
--- a/translations/source/da/helpcontent2/source/text/shared/00.po
+++ b/translations/source/da/helpcontent2/source/text/shared/00.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-01-13 15:17+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 00000200.xhp#tit.help.text
diff --git a/translations/source/da/helpcontent2/source/text/shared/01.po b/translations/source/da/helpcontent2/source/text/shared/01.po
index 5e762fc4644..7d0e5fe2498 100644
--- a/translations/source/da/helpcontent2/source/text/shared/01.po
+++ b/translations/source/da/helpcontent2/source/text/shared/01.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2012-01-12 21:12+0200\n"
"Last-Translator: Leif <leiflodahl@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 06150000.xhp#tit.help.text
diff --git a/translations/source/da/helpcontent2/source/text/shared/02.po b/translations/source/da/helpcontent2/source/text/shared/02.po
index dcc6c0aa765..c14311b1af8 100644
--- a/translations/source/da/helpcontent2/source/text/shared/02.po
+++ b/translations/source/da/helpcontent2/source/text/shared/02.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-01-17 22:08+0200\n"
"Last-Translator: Jørgen <jfma@mailme.dk>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 18010000.xhp#tit.help.text
diff --git a/translations/source/da/helpcontent2/source/text/shared/04.po b/translations/source/da/helpcontent2/source/text/shared/04.po
index 45f620a5174..a661b6b1019 100644
--- a/translations/source/da/helpcontent2/source/text/shared/04.po
+++ b/translations/source/da/helpcontent2/source/text/shared/04.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-05-15 20:36+0200\n"
"Last-Translator: Jørgen <jfma@mailme.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/shared/05.po b/translations/source/da/helpcontent2/source/text/shared/05.po
index ce24503dd13..458eaa79abf 100644
--- a/translations/source/da/helpcontent2/source/text/shared/05.po
+++ b/translations/source/da/helpcontent2/source/text/shared/05.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-07-11 20:42+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/shared/07.po b/translations/source/da/helpcontent2/source/text/shared/07.po
index cd8e6cac066..7ee6f3e4132 100644
--- a/translations/source/da/helpcontent2/source/text/shared/07.po
+++ b/translations/source/da/helpcontent2/source/text/shared/07.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F07.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:04+0200\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/shared/autokorr.po b/translations/source/da/helpcontent2/source/text/shared/autokorr.po
index 82f7ae058e8..b7d4b69d060 100644
--- a/translations/source/da/helpcontent2/source/text/shared/autokorr.po
+++ b/translations/source/da/helpcontent2/source/text/shared/autokorr.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautokorr.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:04+0200\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/shared/autopi.po b/translations/source/da/helpcontent2/source/text/shared/autopi.po
index 651e05cb775..0140276a957 100644
--- a/translations/source/da/helpcontent2/source/text/shared/autopi.po
+++ b/translations/source/da/helpcontent2/source/text/shared/autopi.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautopi.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-03 21:00+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/shared/explorer/database.po b/translations/source/da/helpcontent2/source/text/shared/explorer/database.po
index bfdde7c4e15..f4be1cc6982 100644
--- a/translations/source/da/helpcontent2/source/text/shared/explorer/database.po
+++ b/translations/source/da/helpcontent2/source/text/shared/explorer/database.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fexplorer%2Fdatabase.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-01-09 19:46+0200\n"
"Last-Translator: Jørgen <jfma@mailme.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/shared/guide.po b/translations/source/da/helpcontent2/source/text/shared/guide.po
index 17700e19d4c..98adfcebd6f 100644
--- a/translations/source/da/helpcontent2/source/text/shared/guide.po
+++ b/translations/source/da/helpcontent2/source/text/shared/guide.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-01-24 21:36+0200\n"
"Last-Translator: Leif <leiflodahl@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: redlining_doccompare.xhp#tit.help.text
diff --git a/translations/source/da/helpcontent2/source/text/shared/optionen.po b/translations/source/da/helpcontent2/source/text/shared/optionen.po
index e137dd2187d..22d22302710 100644
--- a/translations/source/da/helpcontent2/source/text/shared/optionen.po
+++ b/translations/source/da/helpcontent2/source/text/shared/optionen.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2Foptionen.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
-"PO-Revision-Date: 2012-01-26 22:48+0200\n"
-"Last-Translator: wkn <wkn@kor.dk>\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-02-22 19:33+0200\n"
+"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
@@ -124,8 +124,8 @@ msgid "If you import an MS Word document, the spaces are automatically added dur
msgstr "Hvis du importerer et MS Word-dokument, tilføjes mellemrummene automatisk under konverteringen."
#: 01041000.xhp#hd_id3149964.42.help.text
-msgid "Use StarOffice 6.0/7 tab stop formatting"
-msgstr "Brug StarOffice 6.0/7 tabulatorstop formatering"
+msgid "Use OpenOffice.org 1.1 tab stop formatting"
+msgstr "Brug OpenOffice.org 1.1 formatering med tabulatorstop"
#: 01041000.xhp#par_id3152777.43.help.text
msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTLOAD_PAGE_CB_TAB_ALIGNMENT\">Specifies how to align text at tab stops beyond the right margin, how to handle decimal tab stops, and how to handle tab stops close to a line break.</ahelp> If this check box is not selected, tab stops are handled in the same way as in other Office applications."
@@ -148,8 +148,8 @@ msgid "In text documents created by your current version of Writer, the addition
msgstr "I tekstdokumenter oprettet af din aktuelle version af Writer bruges yderligere indledende mellemrum som standard. I dokumenter oprettet med versioner tidligere end StarOffice 8 eller OpenOffice.org 2.0 bliver yderligere indledende mellemrum ikke brugt."
#: 01041000.xhp#par_idN107FF.help.text
-msgid "Use StarOffice 6.0/7 line spacing"
-msgstr "Brug StarOffice 6.0/7 linjeafstand"
+msgid "Use OpenOffice.org 1.1 line spacing"
+msgstr "Brug OpenOffice.org 1.1 linjeafstand"
#: 01041000.xhp#par_idN10815.help.text
msgid "If the option is off, a new process for formatting text lines with proportional line spacing will be applied. If the option is on, the previous method of formatting of text lines with proportional line spacing will be applied."
@@ -173,8 +173,8 @@ msgid "If the option is off, table cells will be formatted as in Writer versions
msgstr "Hvis indstillingen er slået fra, vil tabelceller blive formateret som i versioner af Writer før StarOffice 8 eller OpenOffice.org 2.0. Hvis indstillingen er slået til, vil en anden metode til formatering af tabelceller blive anvendt. Indstillingen er slået til som standard i nye dokumenter oprettet med din aktuelle version og for dokumenter importeret fra Microsoft Word format."
#: 01041000.xhp#par_idN1084C.help.text
-msgid "Use StarOffice 6.0/7 object positioning"
-msgstr "Brug StarOffice 6.0/7 objekt placering"
+msgid "Use OpenOffice.org 1.1 object positioning"
+msgstr "Brug OpenOffice.org 1.1 Objektplacering"
#: 01041000.xhp#par_idN10864.help.text
msgid "Specifies how to calculate the position of floating objects anchored to a character or paragraph with respect to the top and bottom paragraph spacing."
@@ -189,8 +189,8 @@ msgid "The option will be set to off for new documents. For Writer documents cre
msgstr "Denne indstilling bliver deaktiveret for nye dokumenter. For Writer-dokumenter oprettet i en version før %PRODUCTNAME %PRODUCTVERSION er indstillingen aktiveret."
#: 01041000.xhp#par_idN10821.help.text
-msgid "Use StarOffice 6.0/7 text wrapping around objects"
-msgstr "Brug StarOffice 6.0/7 tekstombrydning omkring objekter"
+msgid "Use OpenOffice.org 1.1 text wrapping around objects"
+msgstr "Brug OpenOffice.org 1.1 tekstombrydning omkring objekter"
#: 01041000.xhp#par_id4016541.help.text
msgid "MS Word and Writer have different approaches on wrapping text around floating screen objects. Floating screen object are Writer frames and drawing objects, and the objects 'text box', 'graphic', 'frame', 'picture' etc. in MS Word."
@@ -3164,23 +3164,6 @@ msgstr "Billeder og objekter"
msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PGRF\">Specifies whether the graphics of your text document are printed.</ahelp>"
msgstr "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PGRF\">Angiver om grafik i dit tekstdokument skal udskrives.</ahelp>"
-#: 01040400.xhp#hd_id3150771.7.help.text
-msgctxt "01040400.xhp#hd_id3150771.7.help.text"
-msgid "Tables"
-msgstr "Tabeller"
-
-#: 01040400.xhp#par_id3148943.8.help.text
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PTAB\">Specifies whether the tables of the text document are printed.</ahelp>"
-msgstr "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PTAB\">Angiver om tabellerne i tekstdokumentet skal udskrives.</ahelp>"
-
-#: 01040400.xhp#hd_id3149294.9.help.text
-msgid "Drawings (not for HTML documents)"
-msgstr "Tegninger (ikke for HTML-dokumenter)"
-
-#: 01040400.xhp#par_id3149457.10.help.text
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PDRAW\">Specifies whether graphics created with $[officename] drawing functions are printed.</ahelp>"
-msgstr "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PDRAW\">Angiver om grafik, der er oprettet med tegnefunktioner i $[officename], skal udskrives.</ahelp>"
-
#: 01040400.xhp#hd_id3153525.11.help.text
msgid "Form controls"
msgstr "Formularkontrolelementer"
@@ -5449,14 +5432,6 @@ msgstr "<emph>Eksempel:</emph> Skriv teksten 'Test' i celle A1 og teksten 'test'
msgid "The EXACT text function is always case-sensitive, independent of the settings in this dialog."
msgstr "EKSAKT tekstfunktionen er altid versalfølsom, uafhængig af instillingerne i denne dialog."
-#: 01060500.xhp#hd_id3145231.53.help.text
-msgid "Decimal places"
-msgstr "Antal decimaler"
-
-#: 01060500.xhp#par_id3149568.54.help.text
-msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
-msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Angiver antallet af decimaler, der bliver vist for tal med formatet <emph>Standard</emph>. Tallene bliver vist som afrundede værdier, men bliver ikke gemt som afrundede værdier.</ahelp>"
-
#: 01060500.xhp#hd_id3145150.30.help.text
msgid "Precision as shown"
msgstr "Nøjagtighed som vist"
@@ -5545,6 +5520,14 @@ msgstr "Begræns decimaler for almindeligt talformat"
msgid "<ahelp hid=\".\">You can specify the maximum number of decimal places that are shown by default for cells with General number format. If not enabled, cells with General number format show as many decimal places as the column width allows.</ahelp>"
msgstr "<ahelp hid=\".\">Du kan angive maksimalt antal decimalpladser der skal vises som standard for celler med almindeligt talformat. Hvis inaktiv, vil celler med talformat vise så mange decimalpladser som kolonnens bredde tillader.</ahelp>"
+#: 01060500.xhp#hd_id3145231.53.help.text
+msgid "Decimal places"
+msgstr "Antal decimaler"
+
+#: 01060500.xhp#par_id3149568.54.help.text
+msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
+msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Angiver antallet af decimaler, der bliver vist for tal med formatet <emph>Standard</emph>. Tallene bliver vist som afrundede værdier, men bliver ikke gemt som afrundede værdier.</ahelp>"
+
#: viewcertificate_c.xhp#tit.help.text
msgid "Certificate Path"
msgstr "Certifikatsti"
@@ -5808,8 +5791,8 @@ msgid "View"
msgstr "Vis"
#: 01060100.xhp#bm_id3147242.help.text
-msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>handles; showing large handles (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
-msgstr "<bookmark_value>Celler; vise gitterlinjer (Calc)</bookmark_value> <bookmark_value>kanter; celler på skærmen (Calc)</bookmark_value> <bookmark_value>gitter; vis linjer (Calc)</bookmark_value> <bookmark_value>farver; gitterlinjer og celler (Calc)</bookmark_value> <bookmark_value>sideskift; vise (Calc)</bookmark_value> <bookmark_value>guider; vise (Calc)</bookmark_value> <bookmark_value>håndtag; vise store håndtag (Calc)</bookmark_value> <bookmark_value>vise; nulværdier (Calc)</bookmark_value> <bookmark_value>nulværdier; vise (Calc)</bookmark_value> <bookmark_value>tabeller i regnearl; fremhæve værdier</bookmark_value> <bookmark_value>celler; formatering uden effekt (Calc)</bookmark_value> <bookmark_value>celler; farvelægge (Calc)</bookmark_value> <bookmark_value>forankring; vise (Calc)</bookmark_value> <bookmark_value>farver;begrænsninger (Calc)</bookmark_value> <bookmark_value>tekstoverløb i regnearksceller</bookmark_value> <bookmark_value>referencer; vise i farver (Calc)</bookmark_value> <bookmark_value>objekter; vise i regneark</bookmark_value> <bookmark_value>billeder; vise i Calc</bookmark_value> <bookmark_value>diagrammer; vise (Calc)</bookmark_value> <bookmark_value>tegneobjekter; vise (Calc)</bookmark_value> <bookmark_value>rækkeoverskrifter; vise (Calc)</bookmark_value> <bookmark_value>kolonneoverskrifter; vise (Calc)</bookmark_value> <bookmark_value>rullebjælke; vise (Calc)</bookmark_value> <bookmark_value>arkfaner; vise</bookmark_value> <bookmark_value>faner; vise arkfaner</bookmark_value> <bookmark_value>outlines;arrangere symboler</bookmark_value>"
+msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
+msgstr "<bookmark_value>celler; viser gitterlinjer (Calc)</bookmark_value><bookmark_value>kanter; celler på skærmen (Calc)</bookmark_value><bookmark_value>gitre; viser linjer (Calc)</bookmark_value><bookmark_value>farver; gitterlinjer og celler (Calc)</bookmark_value><bookmark_value>sideskift; viser (Calc)</bookmark_value><bookmark_value>hjælpelinjer; viser (Calc)</bookmark_value><bookmark_value>viser; nulværdier (Calc)</bookmark_value><bookmark_value>nulværdier; viser (Calc)</bookmark_value><bookmark_value>tabeller i regneark; værdifremhævning</bookmark_value><bookmark_value>celler; formatering uden effekt (Calc)</bookmark_value><bookmark_value>celler; farvelægning (Calc)</bookmark_value><bookmark_value>ankre; vise (Calc)</bookmark_value><bookmark_value>farver; begrænsning (Calc)</bookmark_value><bookmark_value>tekst overløb i regnearksceller</bookmark_value><bookmark_value>referencer; vise i farve (Calc)</bookmark_value><bookmark_value>objekter; vise i regneark</bookmark_value><bookmark_value>billeder; vise i Calc</bookmark_value><bookmark_value>diagrammer; vise (Calc)</bookmark_value><bookmark_value>tegne objekter; vise (Calc)</bookmark_value><bookmark_value>rækkeoverskrifter; vise (Calc)</bookmark_value><bookmark_value>kolonneoverskrifter; vise (Calc)</bookmark_value><bookmark_value>rullepaneler; vise (Calc)</bookmark_value><bookmark_value>arkfanerne; vise</bookmark_value><bookmark_value>faner; viser arkfaner</bookmark_value><bookmark_value>dispositioner; dispositionssymboler</bookmark_value>"
#: 01060100.xhp#hd_id3150445.1.help.text
msgid "<link href=\"text/shared/optionen/01060100.xhp\" name=\"View\">View</link>"
@@ -5861,15 +5844,6 @@ msgstr "Hjælpelinjer under flytning"
msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">Specifies whether to view guides when moving drawings, frames, graphics and other objects.</ahelp> These guides help you align objects."
msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">Angiver om der skal vises hjælpelinjer, når man flytter tegninger, rammer, grafik og andre objekter.</ahelp> Disse hjælpelinjer hjælper dig med at placere objekter på række."
-#: 01060100.xhp#hd_id3149202.40.help.text
-msgctxt "01060100.xhp#hd_id3149202.40.help.text"
-msgid "Large handles"
-msgstr "Store håndtag"
-
-#: 01060100.xhp#par_id3154123.41.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\">Specifies that larger than normal handles (the eight points on a selection box) are displayed.</ahelp>"
-msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\">Bestemmer at større håndtag end normalt (de otte punkter på en markeringsboks) vises.</ahelp>"
-
#: 01060100.xhp#hd_id3152920.3.help.text
msgctxt "01060100.xhp#hd_id3152920.3.help.text"
msgid "Display"
@@ -6810,8 +6784,8 @@ msgid "View"
msgstr "Vis"
#: 01040200.xhp#bm_id3156346.help.text
-msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>handles; displaying (Writer)</bookmark_value><bookmark_value>large handles (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
-msgstr "<bookmark_value>hjælpelinjer; vise ved flytning af rammer (Writer)</bookmark_value><bookmark_value>håndtag; vise (Writer)</bookmark_value><bookmark_value>store håndtag (Writer)</bookmark_value><bookmark_value>rullebjælker; vandret og lodret (Writer)</bookmark_value><bookmark_value>vandrette rullebjælker (Writer)</bookmark_value><bookmark_value>lodrette rullebjælker (Writer)</bookmark_value><bookmark_value>blød rulning (Writer)</bookmark_value><bookmark_value>vise; billeder og objekter (Writer)</bookmark_value><bookmark_value>billeder; vise i Writer (Writer)</bookmark_value><bookmark_value>objekter; vise i tekstdokumenter</bookmark_value><bookmark_value>vise; tabeller (Writer)</bookmark_value><bookmark_value>tabeller i tekst; vise</bookmark_value><bookmark_value>tabelkanter (Writer)</bookmark_value><bookmark_value>kanterkanter;tabelgrænser (Writer)</bookmark_value><bookmark_value>kanter i tabeller (Writer)</bookmark_value><bookmark_value>vise; tegninger og kontrolelementer (Writer)</bookmark_value><bookmark_value>tegninger; vise (Writer)</bookmark_value><bookmark_value>kontrolelementer; vise (Writer)</bookmark_value><bookmark_value>felter;vise feltkoder (Writer)</bookmark_value><bookmark_value>vise; kommentarer i tekstdokumenter</bookmark_value>"
+msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
+msgstr "<bookmark_value>snaplinjer; viser når du flytter rammer (Writer)</bookmark_value><bookmark_value>rullepaneler; vandret og lodret (Writer)</bookmark_value><bookmark_value>vandrette rullepaneler (Writer)</bookmark_value><bookmark_value>lodrette rullepaneler (Writer)</bookmark_value><bookmark_value>jævn rulning (Writer)</bookmark_value><bookmark_value>viser; billeder og objekter (Writer)</bookmark_value><bookmark_value>billeder; viser i Writer (Writer)</bookmark_value><bookmark_value>objekter; viser i tekstdokumenter</bookmark_value><bookmark_value>viser; tabeller (Writer)</bookmark_value><bookmark_value>tabeller i tekst; viser</bookmark_value><bookmark_value>grænserne for tabeller (Writer)</bookmark_value><bookmark_value>grænser; tabelgrænser (Writer)</bookmark_value><bookmark_value>grænser for tabeller (Writer)</bookmark_value><bookmark_value>viser; tegninger og kontrolelementer (Writer)</bookmark_value><bookmark_value>tegninger; viser (Writer)</bookmark_value><bookmark_value>kontrolelementer; viser (Writer)</bookmark_value><bookmark_value>felter; viser feltkoder (Writer)</bookmark_value><bookmark_value>viser; kommentarer i tekstdokumenter</bookmark_value>"
#: 01040200.xhp#hd_id3145090.1.help.text
msgid "<link href=\"text/shared/optionen/01040200.xhp\" name=\"View\">View</link>"
@@ -6838,15 +6812,6 @@ msgstr "Hjælpelinjer under flytning"
msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">Displays snap lines around the frames when frames are moved. You can select the<emph> Helplines While Moving </emph>option to show the exact position of the object using lineal values.</ahelp>"
msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">Viser hjælpelinjer omkring rammerne, når rammerne flyttes. Du kan vælge indstillingen <emph>Hjælpelinjer ved flytning</emph> for at vise den præcise placering af objektet ved brug af linealværdier.</ahelp>"
-#: 01040200.xhp#hd_id3149763.32.help.text
-msgctxt "01040200.xhp#hd_id3149763.32.help.text"
-msgid "Large handles"
-msgstr "Store håndtag"
-
-#: 01040200.xhp#par_id3153665.33.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_BIGHANDLE\">Displays larger sized handles (the eight points on a delimiting rectangle).</ahelp>"
-msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_BIGHANDLE\">Viser større håndtag (de otte punkter på et afgrænsende rektangel).</ahelp>"
-
#: 01040200.xhp#hd_id3149416.11.help.text
msgctxt "01040200.xhp#hd_id3149416.11.help.text"
msgid "View"
@@ -6940,7 +6905,6 @@ msgid "If the <emph>Graphics and objects </emph>option is not selected, no graph
msgstr "Hvis indstillingen <emph>Grafik og objekter</emph> ikke er valgt, vil ingen grafik blive indlæst fra internettet. Grafik inde i en tabel og uden en indikation på deres størrelse kan give visningsproblemer, når man benytter en ældre HTML-standard på den viste side."
#: 01040200.xhp#hd_id3156332.40.help.text
-msgctxt "01040200.xhp#hd_id3156332.40.help.text"
msgid "Tables"
msgstr "Tabeller"
diff --git a/translations/source/da/helpcontent2/source/text/simpress.po b/translations/source/da/helpcontent2/source/text/simpress.po
index c01400f8b54..8b479e5f28a 100644
--- a/translations/source/da/helpcontent2/source/text/simpress.po
+++ b/translations/source/da/helpcontent2/source/text/simpress.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+helpcontent2%2Fsource%2Ftext%2Fsimpress.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-11-06 18:39+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/simpress/00.po b/translations/source/da/helpcontent2/source/text/simpress/00.po
index 6cbedc77463..ca4b6a7ecb0 100644
--- a/translations/source/da/helpcontent2/source/text/simpress/00.po
+++ b/translations/source/da/helpcontent2/source/text/simpress/00.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 14:05+0200\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/simpress/01.po b/translations/source/da/helpcontent2/source/text/simpress/01.po
index c78192ddb52..519bdd69d67 100644
--- a/translations/source/da/helpcontent2/source/text/simpress/01.po
+++ b/translations/source/da/helpcontent2/source/text/simpress/01.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-05-24 22:15+0200\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/simpress/02.po b/translations/source/da/helpcontent2/source/text/simpress/02.po
index 0d50fb9a34a..13e822ae69f 100644
--- a/translations/source/da/helpcontent2/source/text/simpress/02.po
+++ b/translations/source/da/helpcontent2/source/text/simpress/02.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2012-01-09 13:16+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -298,32 +298,6 @@ msgstr "<image id=\"img_id3147341\" src=\"cmd/sc_doubleclicktextedit.png\" width
msgid "Double-click to add Text"
msgstr "Dobbeltklik for at tilføje tekst"
-#: 13080000.xhp#tit.help.text
-msgctxt "13080000.xhp#tit.help.text"
-msgid "Large Handles"
-msgstr "Store håndtag"
-
-#: 13080000.xhp#bm_id3146119.help.text
-msgid "<bookmark_value>handles; large</bookmark_value>"
-msgstr "<bookmark_value>håndtag; store</bookmark_value>"
-
-#: 13080000.xhp#hd_id3146119.1.help.text
-msgid "<link href=\"text/simpress/02/13080000.xhp\" name=\"Large Handles\">Large Handles</link>"
-msgstr "<link href=\"text/simpress/02/13080000.xhp\" name=\"Store håndtag\">Store håndtag</link>"
-
-#: 13080000.xhp#par_id3153142.2.help.text
-msgid "<ahelp hid=\".uno:BigHandles\" visibility=\"visible\">Displays large selection handles.</ahelp>"
-msgstr "<ahelp hid=\".uno:BigHandles\" visibility=\"visible\">Viser store håndtag til markeringer.</ahelp>"
-
-#: 13080000.xhp#par_id3155445.help.text
-msgid "<image src=\"cmd/sc_bighandles.png\" id=\"img_id3153714\"><alt id=\"alt_id3153714\">Icon</alt></image>"
-msgstr "<image src=\"cmd/sc_bighandles.png\" id=\"img_id3153714\"><alt id=\"alt_id3153714\">Ikon</alt></image>"
-
-#: 13080000.xhp#par_id3154755.4.help.text
-msgctxt "13080000.xhp#par_id3154755.4.help.text"
-msgid "Large Handles"
-msgstr "Store håndtag"
-
#: 13170000.xhp#tit.help.text
msgctxt "13170000.xhp#tit.help.text"
msgid "Snap to Object Points"
diff --git a/translations/source/da/helpcontent2/source/text/simpress/04.po b/translations/source/da/helpcontent2/source/text/simpress/04.po
index b79d17312cb..ab3c8f1604f 100644
--- a/translations/source/da/helpcontent2/source/text/simpress/04.po
+++ b/translations/source/da/helpcontent2/source/text/simpress/04.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-09 13:16+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/simpress/guide.po b/translations/source/da/helpcontent2/source/text/simpress/guide.po
index 0dfe0ccb850..257a52b4384 100644
--- a/translations/source/da/helpcontent2/source/text/simpress/guide.po
+++ b/translations/source/da/helpcontent2/source/text/simpress/guide.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-12-28 11:29+0200\n"
"Last-Translator: Jørgen <jfma@mailme.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/smath.po b/translations/source/da/helpcontent2/source/text/smath.po
index 25ca476b591..2438572b45d 100644
--- a/translations/source/da/helpcontent2/source/text/smath.po
+++ b/translations/source/da/helpcontent2/source/text/smath.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+helpcontent2%2Fsource%2Ftext%2Fsmath.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-05-25 20:47+0200\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/smath/00.po b/translations/source/da/helpcontent2/source/text/smath/00.po
index d18b2c70b75..f92b5fc29aa 100644
--- a/translations/source/da/helpcontent2/source/text/smath/00.po
+++ b/translations/source/da/helpcontent2/source/text/smath/00.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-05-05 22:22+0200\n"
"Last-Translator: Jørgen <jfma@mailme.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/smath/01.po b/translations/source/da/helpcontent2/source/text/smath/01.po
index f32e5ecf858..3433ff69196 100644
--- a/translations/source/da/helpcontent2/source/text/smath/01.po
+++ b/translations/source/da/helpcontent2/source/text/smath/01.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-02-14 14:50+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 03091501.xhp#tit.help.text
diff --git a/translations/source/da/helpcontent2/source/text/smath/02.po b/translations/source/da/helpcontent2/source/text/smath/02.po
index bb9e1474ca2..f2298fcfb78 100644
--- a/translations/source/da/helpcontent2/source/text/smath/02.po
+++ b/translations/source/da/helpcontent2/source/text/smath/02.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-06-12 22:52+0200\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/smath/04.po b/translations/source/da/helpcontent2/source/text/smath/04.po
index db61ccc18d2..8eba9df6c27 100644
--- a/translations/source/da/helpcontent2/source/text/smath/04.po
+++ b/translations/source/da/helpcontent2/source/text/smath/04.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-05-05 22:23+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/smath/guide.po b/translations/source/da/helpcontent2/source/text/smath/guide.po
index 541a9e8555d..ffe577b8a31 100644
--- a/translations/source/da/helpcontent2/source/text/smath/guide.po
+++ b/translations/source/da/helpcontent2/source/text/smath/guide.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-06-12 23:02+0200\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/swriter.po b/translations/source/da/helpcontent2/source/text/swriter.po
index b09628e1229..e5084b7d7f3 100644
--- a/translations/source/da/helpcontent2/source/text/swriter.po
+++ b/translations/source/da/helpcontent2/source/text/swriter.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+helpcontent2%2Fsource%2Ftext%2Fswriter.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-05-24 21:06+0200\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/swriter/00.po b/translations/source/da/helpcontent2/source/text/swriter/00.po
index 8c0606fd324..ea943575e00 100644
--- a/translations/source/da/helpcontent2/source/text/swriter/00.po
+++ b/translations/source/da/helpcontent2/source/text/swriter/00.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-27 00:16+0200\n"
"Last-Translator: Jørgen <jfma@mailme.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/swriter/01.po b/translations/source/da/helpcontent2/source/text/swriter/01.po
index 143a8b5b491..6a8815b2e9e 100644
--- a/translations/source/da/helpcontent2/source/text/swriter/01.po
+++ b/translations/source/da/helpcontent2/source/text/swriter/01.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-19 21:28+0200\n"
"Last-Translator: Ejnar <gm@ezr.dk>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: mailmerge04.xhp#tit.help.text
diff --git a/translations/source/da/helpcontent2/source/text/swriter/02.po b/translations/source/da/helpcontent2/source/text/swriter/02.po
index 05cd617b8a4..5a5216a9522 100644
--- a/translations/source/da/helpcontent2/source/text/swriter/02.po
+++ b/translations/source/da/helpcontent2/source/text/swriter/02.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-06-11 14:27+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/swriter/04.po b/translations/source/da/helpcontent2/source/text/swriter/04.po
index ac93525ccac..824dafe8139 100644
--- a/translations/source/da/helpcontent2/source/text/swriter/04.po
+++ b/translations/source/da/helpcontent2/source/text/swriter/04.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-27 00:16+0200\n"
"Last-Translator: Jørgen <jfma@mailme.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/da/helpcontent2/source/text/swriter/guide.po b/translations/source/da/helpcontent2/source/text/swriter/guide.po
index ac73822b9f1..a34d00c709c 100644
--- a/translations/source/da/helpcontent2/source/text/swriter/guide.po
+++ b/translations/source/da/helpcontent2/source/text/swriter/guide.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
-"PO-Revision-Date: 2012-01-09 12:41+0200\n"
-"Last-Translator: wkn <wkn@kor.dk>\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2012-02-22 19:34+0200\n"
+"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: da\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: nonprintable_text.xhp#tit.help.text
@@ -5521,8 +5521,8 @@ msgid "There are several ways to create a table in a text document. You can inse
msgstr "Der er flere metoder til at oprette en tabel i et tekstdokument. Du kan indsætte en tabel fra en værktøjslinje, gennem en menukommando eller fra et regneark. "
#: table_insert.xhp#hd_id3155908.33.help.text
-msgid "To Insert a Table From the Insert Toolbar"
-msgstr "For at indsætte en tabel fra værktøjslinjen Indsæt"
+msgid "To Insert a Table From a Toolbar"
+msgstr "For at indsætte en tabel fra en værktøjslinje"
#: table_insert.xhp#par_id3155861.34.help.text
msgctxt "table_insert.xhp#par_id3155861.34.help.text"
@@ -5530,8 +5530,8 @@ msgid "Place the cursor in your document where you want to insert the table."
msgstr "Placer markøren i dit dokument, hvor du vil indsætte tabellen."
#: table_insert.xhp#par_id3147416.28.help.text
-msgid "On the <emph>Standard</emph> bar, click the arrow next to the <emph>Table</emph> icon."
-msgstr "På værktøjslinjen <emph>Standard</emph>, klik på pilen ved siden af ikonet <emph>Tabel</emph>."
+msgid "On the <emph>Standard</emph> or the <emph>Insert</emph> bar, click the arrow next to the <emph>Table</emph> icon."
+msgstr "klik på pilen ud for ikonet <emph>Tabel</emph> på værktøjslinjen <emph>Standard</emph> eller <emph>Indsæt</emph>."
#: table_insert.xhp#par_id3153398.29.help.text
msgid "In the table grid, drag to select the numbers of rows and columns that you want, and then release."
diff --git a/translations/source/da/instsetoo_native/inc_openoffice/windows/msi_languages.po b/translations/source/da/instsetoo_native/inc_openoffice/windows/msi_languages.po
index 73e9c169de8..07b21f8b3a2 100644
--- a/translations/source/da/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/translations/source/da/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-26 18:57+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/mysqlc/source.po b/translations/source/da/mysqlc/source.po
index 1eff7ce9a2a..bb4a06ef085 100644
--- a/translations/source/da/mysqlc/source.po
+++ b/translations/source/da/mysqlc/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-02 20:06+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/translations/source/da/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index 5312a417f01..d78b82ce53d 100644
--- a/translations/source/da/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/translations/source/da/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/translations/source/da/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
index d324a113008..4bea06f21e9 100644
--- a/translations/source/da/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
+++ b/translations/source/da/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fhelp%2Fen%2Fcom.sun.star.comp.Calc.NLPSolver.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-02 10:40+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/translations/source/da/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
index 718902d730a..9c73c89af9c 100644
--- a/translations/source/da/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
+++ b/translations/source/da/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fsrc%2Fcom%2Fsun%2Fstar%2Fcomp%2FCalc%2FNLPSolver.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 17:00+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/nlpsolver/src/locale.po b/translations/source/da/nlpsolver/src/locale.po
index b1f6e82e5f1..0819db18b24 100644
--- a/translations/source/da/nlpsolver/src/locale.po
+++ b/translations/source/da/nlpsolver/src/locale.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fsrc%2Flocale.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-27 21:53+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/officecfg/registry/data/org/openoffice/Office.po b/translations/source/da/officecfg/registry/data/org/openoffice/Office.po
index 9b00329c1ee..050b8619f45 100644
--- a/translations/source/da/officecfg/registry/data/org/openoffice/Office.po
+++ b/translations/source/da/officecfg/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/officecfg/registry/data/org/openoffice/Office/UI.po b/translations/source/da/officecfg/registry/data/org/openoffice/Office/UI.po
index 5bc03a8894d..afbc3e5a927 100644
--- a/translations/source/da/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/da/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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-11 16:24+0200\n"
-"Last-Translator: Leif <leiflodahl@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-21 23:06+0200\n"
+"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: WriterReportWindowState.xcu#..WriterReportWindowState.UIElements.States.private_resource/toolbar/standardbar.UIName.value.text
@@ -8150,6 +8150,10 @@ msgstr "~Status på indtastningsmetode"
msgid "Optio~n Bar"
msgstr "~Indstillingslinje"
+#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_SendFeedback.Label.value.text
+msgid "Send Feedback..."
+msgstr "Send tilbagemelding..."
+
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_ShowLicense.Label.value.text
msgid "License Information..."
msgstr "Licensoplysninger..."
diff --git a/translations/source/da/padmin/source.po b/translations/source/da/padmin/source.po
index d09af7a6adc..583511ba008 100644
--- a/translations/source/da/padmin/source.po
+++ b/translations/source/da/padmin/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-24 17:21+0200\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/readlicense_oo/docs/readme.po b/translations/source/da/readlicense_oo/docs/readme.po
index 945fb565fc5..c230a8c570a 100644
--- a/translations/source/da/readlicense_oo/docs/readme.po
+++ b/translations/source/da/readlicense_oo/docs/readme.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+readlicense_oo%2Fdocs%2Freadme.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-19 23:59+0200\n"
-"Last-Translator: Leif <leiflodahl@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-21 23:07+0200\n"
+"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: readme.xrm#Welcome.Welcome.readmeitem.text
@@ -280,9 +280,13 @@ msgstr "For Fedora-baserede systemer: su -c 'yum install *freedesktop*.rpm'"
msgid "For Mandriva-based systems: sudo urpmi *mandriva*.rpm"
msgstr "For Mandriva-baserede systemer: su urpmi *mandriva*.rpm"
+#: readme.xrm#rpminstallF.rpminstallF.readmeitem.text
+msgid "For SUSE-based systems: rpm -Uvh *suse*.rpm"
+msgstr "For SUSE-baserede systemer: rpm -Uvh *suse*.rpm"
+
#: readme.xrm#rpminstallD.rpminstallD.readmeitem.text
-msgid "For other RPM-based systems (Suse, etc.): rpm -Uvh *suse*.rpm"
-msgstr "For andre RPM-baserede systemer (Suse, etc.): rpm -Uvh *suse*.rpm"
+msgid "For other RPM-based systems: rpm -Uvh *freedesktop*.rpm"
+msgstr "For andre RPM-baserede systemer: rpm -Uvh *freedesktop*.rpm"
#: readme.xrm#rpminstallE.rpminstallE.readmeitem.text
msgctxt "readme.xrm#rpminstallE.rpminstallE.readmeitem.text"
diff --git a/translations/source/da/reportbuilder/java/com/sun/star/report/function/metadata.po b/translations/source/da/reportbuilder/java/com/sun/star/report/function/metadata.po
index 66407c7016f..8954add7f5e 100644
--- a/translations/source/da/reportbuilder/java/com/sun/star/report/function/metadata.po
+++ b/translations/source/da/reportbuilder/java/com/sun/star/report/function/metadata.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fjava%2Fcom%2Fsun%2Fstar%2Freport%2Ffunction%2Fmetadata.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-28 22:30+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/reportbuilder/registry/data/org/openoffice/Office.po b/translations/source/da/reportbuilder/registry/data/org/openoffice/Office.po
index e7334980954..57da8ffdc3b 100644
--- a/translations/source/da/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/translations/source/da/reportbuilder/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/reportbuilder/registry/data/org/openoffice/Office/UI.po b/translations/source/da/reportbuilder/registry/data/org/openoffice/Office/UI.po
index 27e16571e2f..f61f1931a88 100644
--- a/translations/source/da/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/da/reportbuilder/registry/data/org/openoffice/Office/UI.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-05 17:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/translations/source/da/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index 5abb7d30cbb..3424a5cab8c 100644
--- a/translations/source/da/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/translations/source/da/reportbuilder/registry/data/org/openoffice/TypeDetection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/reportbuilder/util.po b/translations/source/da/reportbuilder/util.po
index 483975abc68..126b5be5ff9 100644
--- a/translations/source/da/reportbuilder/util.po
+++ b/translations/source/da/reportbuilder/util.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-14 01:46+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/reportdesign/source/core/resource.po b/translations/source/da/reportdesign/source/core/resource.po
index 756890a1193..91a0d057879 100644
--- a/translations/source/da/reportdesign/source/core/resource.po
+++ b/translations/source/da/reportdesign/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/reportdesign/source/ui/dlg.po b/translations/source/da/reportdesign/source/ui/dlg.po
index 96a82774d4b..89ac4d63ce0 100644
--- a/translations/source/da/reportdesign/source/ui/dlg.po
+++ b/translations/source/da/reportdesign/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/reportdesign/source/ui/inspection.po b/translations/source/da/reportdesign/source/ui/inspection.po
index 148e40f628d..8b4ff8dd669 100644
--- a/translations/source/da/reportdesign/source/ui/inspection.po
+++ b/translations/source/da/reportdesign/source/ui/inspection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/reportdesign/source/ui/report.po b/translations/source/da/reportdesign/source/ui/report.po
index deeca8b45ec..db20c4208ae 100644
--- a/translations/source/da/reportdesign/source/ui/report.po
+++ b/translations/source/da/reportdesign/source/ui/report.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sc/source/core/src.po b/translations/source/da/sc/source/core/src.po
index 90890d955b4..b5e3745ea71 100644
--- a/translations/source/da/sc/source/core/src.po
+++ b/translations/source/da/sc/source/core/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sc/source/ui/cctrl.po b/translations/source/da/sc/source/ui/cctrl.po
index 1faede957c4..80798a5c0b8 100644
--- a/translations/source/da/sc/source/ui/cctrl.po
+++ b/translations/source/da/sc/source/ui/cctrl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-27 12:36+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sc/source/ui/dbgui.po b/translations/source/da/sc/source/ui/dbgui.po
index c18502aa48c..96f54ffaa3a 100644
--- a/translations/source/da/sc/source/ui/dbgui.po
+++ b/translations/source/da/sc/source/ui/dbgui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-23 17:26+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sc/source/ui/docshell.po b/translations/source/da/sc/source/ui/docshell.po
index e341b236b52..6c2fe10250a 100644
--- a/translations/source/da/sc/source/ui/docshell.po
+++ b/translations/source/da/sc/source/ui/docshell.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sc/source/ui/drawfunc.po b/translations/source/da/sc/source/ui/drawfunc.po
index a56f015ad9f..4661bea299b 100644
--- a/translations/source/da/sc/source/ui/drawfunc.po
+++ b/translations/source/da/sc/source/ui/drawfunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sc/source/ui/formdlg.po b/translations/source/da/sc/source/ui/formdlg.po
index 3ea4a6375c6..55f5f1aeb15 100644
--- a/translations/source/da/sc/source/ui/formdlg.po
+++ b/translations/source/da/sc/source/ui/formdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sc/source/ui/miscdlgs.po b/translations/source/da/sc/source/ui/miscdlgs.po
index ba8f00de643..1aa36b2b11c 100644
--- a/translations/source/da/sc/source/ui/miscdlgs.po
+++ b/translations/source/da/sc/source/ui/miscdlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-26 18:59+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sc/source/ui/navipi.po b/translations/source/da/sc/source/ui/navipi.po
index b1ed786cb5e..1698477fdac 100644
--- a/translations/source/da/sc/source/ui/navipi.po
+++ b/translations/source/da/sc/source/ui/navipi.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 17:28+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sc/source/ui/pagedlg.po b/translations/source/da/sc/source/ui/pagedlg.po
index 2f28bbef04b..c70fe960500 100644
--- a/translations/source/da/sc/source/ui/pagedlg.po
+++ b/translations/source/da/sc/source/ui/pagedlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sc/source/ui/src.po b/translations/source/da/sc/source/ui/src.po
index f9c4a3e1f4a..e4a54fd7679 100644
--- a/translations/source/da/sc/source/ui/src.po
+++ b/translations/source/da/sc/source/ui/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-19 21:31+0200\n"
"Last-Translator: Ejnar <gm@ezr.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sc/source/ui/styleui.po b/translations/source/da/sc/source/ui/styleui.po
index d87584d9da4..81cf12626f4 100644
--- a/translations/source/da/sc/source/ui/styleui.po
+++ b/translations/source/da/sc/source/ui/styleui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-08-06 10:32+0200\n"
"Last-Translator: Ejnar <gm@ezr.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/scaddins/source/analysis.po b/translations/source/da/scaddins/source/analysis.po
index 076f78595fa..02827592462 100644
--- a/translations/source/da/scaddins/source/analysis.po
+++ b/translations/source/da/scaddins/source/analysis.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/scaddins/source/datefunc.po b/translations/source/da/scaddins/source/datefunc.po
index 1d44479a1f0..32e7112f0e5 100644
--- a/translations/source/da/scaddins/source/datefunc.po
+++ b/translations/source/da/scaddins/source/datefunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sccomp/source/solver.po b/translations/source/da/sccomp/source/solver.po
index 5460a97ac66..0af369012ca 100644
--- a/translations/source/da/sccomp/source/solver.po
+++ b/translations/source/da/sccomp/source/solver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/scp2/source/accessories.po b/translations/source/da/scp2/source/accessories.po
index c01bb14cc7f..63e569ac15f 100644
--- a/translations/source/da/scp2/source/accessories.po
+++ b/translations/source/da/scp2/source/accessories.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-09 21:02+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/scp2/source/activex.po b/translations/source/da/scp2/source/activex.po
index 0a2a7fcf57f..f5c63831fb6 100644
--- a/translations/source/da/scp2/source/activex.po
+++ b/translations/source/da/scp2/source/activex.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/scp2/source/base.po b/translations/source/da/scp2/source/base.po
index a823b0fbc5e..01afdb8fae6 100644
--- a/translations/source/da/scp2/source/base.po
+++ b/translations/source/da/scp2/source/base.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%2Fbase.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-04-05 10:52+0200\n"
-"Last-Translator: Leif <leiflodahl@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-21 23:07+0200\n"
+"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: module_base.ulf#STR_NAME_MODULE_PRG_BASE.LngText.text
@@ -39,6 +39,16 @@ msgstr "%PRODUCTNAME Base Hjælp"
msgid "Help about %PRODUCTNAME Base"
msgstr "Hjælp om %PRODUCTNAME Base"
+#: postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr "PostgreSQL Connector"
+
+#: postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr "PostgreSQL Connector"
+
#: folderitem_base.ulf#STR_FI_TOOLTIP_BASE.LngText.text
msgid "Manage databases, create queries and reports to track and manage your information by using Base."
msgstr "Administrer databaser, opret forespørgsler og rapporter til at spore og administrere dine informationer ved at bruge Base."
diff --git a/translations/source/da/scp2/source/binfilter.po b/translations/source/da/scp2/source/binfilter.po
index f0c8a1c5ef8..4202282ac0d 100644
--- a/translations/source/da/scp2/source/binfilter.po
+++ b/translations/source/da/scp2/source/binfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-26 11:03+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/scp2/source/calc.po b/translations/source/da/scp2/source/calc.po
index b65943c654e..5e21cda05f9 100644
--- a/translations/source/da/scp2/source/calc.po
+++ b/translations/source/da/scp2/source/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-16 20:27+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/scp2/source/draw.po b/translations/source/da/scp2/source/draw.po
index abb3f06edf5..8442feb4624 100644
--- a/translations/source/da/scp2/source/draw.po
+++ b/translations/source/da/scp2/source/draw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/scp2/source/extensions.po b/translations/source/da/scp2/source/extensions.po
index 40dd4b9d99a..b828651ac82 100644
--- a/translations/source/da/scp2/source/extensions.po
+++ b/translations/source/da/scp2/source/extensions.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-26 13:43+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -237,16 +237,6 @@ msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_MYSQLC.LngTex
msgid "MySQL Connector"
msgstr "MySQL Connector"
-#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text
-msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text"
-msgid "PostgreSQL Connector"
-msgstr "PostgreSQL Connector"
-
-#: module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text
-msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text"
-msgid "PostgreSQL Connector"
-msgstr "PostgreSQL Connector"
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_OOOBLOGGER.LngText.text
msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_OOOBLOGGER.LngText.text"
msgid "Metaweblog Support"
diff --git a/translations/source/da/scp2/source/gnome.po b/translations/source/da/scp2/source/gnome.po
index 3b069d90354..f978d4494e2 100644
--- a/translations/source/da/scp2/source/gnome.po
+++ b/translations/source/da/scp2/source/gnome.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/scp2/source/graphicfilter.po b/translations/source/da/scp2/source/graphicfilter.po
index 4b132011f67..9c0d94a1edd 100644
--- a/translations/source/da/scp2/source/graphicfilter.po
+++ b/translations/source/da/scp2/source/graphicfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/scp2/source/impress.po b/translations/source/da/scp2/source/impress.po
index 8a55688eca8..df61f1ac33a 100644
--- a/translations/source/da/scp2/source/impress.po
+++ b/translations/source/da/scp2/source/impress.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/scp2/source/javafilter.po b/translations/source/da/scp2/source/javafilter.po
index 78a0272797d..4ec249ec4a6 100644
--- a/translations/source/da/scp2/source/javafilter.po
+++ b/translations/source/da/scp2/source/javafilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/scp2/source/kde.po b/translations/source/da/scp2/source/kde.po
index 1582f8fed39..0ed2a31fd9c 100644
--- a/translations/source/da/scp2/source/kde.po
+++ b/translations/source/da/scp2/source/kde.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/scp2/source/math.po b/translations/source/da/scp2/source/math.po
index e2686900fda..440e2e96e34 100644
--- a/translations/source/da/scp2/source/math.po
+++ b/translations/source/da/scp2/source/math.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/scp2/source/onlineupdate.po b/translations/source/da/scp2/source/onlineupdate.po
index 8043d0c862e..b0719207fb1 100644
--- a/translations/source/da/scp2/source/onlineupdate.po
+++ b/translations/source/da/scp2/source/onlineupdate.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/scp2/source/ooo.po b/translations/source/da/scp2/source/ooo.po
index 3ac5da058bb..ea80a8d9196 100644
--- a/translations/source/da/scp2/source/ooo.po
+++ b/translations/source/da/scp2/source/ooo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-29 11:00+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/scp2/source/python.po b/translations/source/da/scp2/source/python.po
index 584d274c3e8..45822a69cb7 100644
--- a/translations/source/da/scp2/source/python.po
+++ b/translations/source/da/scp2/source/python.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 19:18+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/scp2/source/quickstart.po b/translations/source/da/scp2/source/quickstart.po
index 586158f91d8..d0c97199c30 100644
--- a/translations/source/da/scp2/source/quickstart.po
+++ b/translations/source/da/scp2/source/quickstart.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/scp2/source/sdkoo.po b/translations/source/da/scp2/source/sdkoo.po
index 7cc7207de10..c6674a9e8b6 100644
--- a/translations/source/da/scp2/source/sdkoo.po
+++ b/translations/source/da/scp2/source/sdkoo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/scp2/source/smoketest.po b/translations/source/da/scp2/source/smoketest.po
index 8fb90d5ac0c..0665215aaa1 100644
--- a/translations/source/da/scp2/source/smoketest.po
+++ b/translations/source/da/scp2/source/smoketest.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fsmoketest.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-28 22:31+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/scp2/source/winexplorerext.po b/translations/source/da/scp2/source/winexplorerext.po
index ce4fde31319..ca2413bac72 100644
--- a/translations/source/da/scp2/source/winexplorerext.po
+++ b/translations/source/da/scp2/source/winexplorerext.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/scp2/source/writer.po b/translations/source/da/scp2/source/writer.po
index 7fd2d63cfb0..a3b329d8abf 100644
--- a/translations/source/da/scp2/source/writer.po
+++ b/translations/source/da/scp2/source/writer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/scp2/source/xsltfilter.po b/translations/source/da/scp2/source/xsltfilter.po
index ec41449834c..70e0cbb9515 100644
--- a/translations/source/da/scp2/source/xsltfilter.po
+++ b/translations/source/da/scp2/source/xsltfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/scripting/source/pyprov.po b/translations/source/da/scripting/source/pyprov.po
index 75cdf6241a1..1a8b13b8616 100644
--- a/translations/source/da/scripting/source/pyprov.po
+++ b/translations/source/da/scripting/source/pyprov.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-14 01:49+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sd/source/core.po b/translations/source/da/sd/source/core.po
index aa16d18f813..8c63a353445 100644
--- a/translations/source/da/sd/source/core.po
+++ b/translations/source/da/sd/source/core.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-19 22:01+0200\n"
"Last-Translator: Ejnar <gm@ezr.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sd/source/filter/html.po b/translations/source/da/sd/source/filter/html.po
index d9c67b9b3b9..41eb77ef512 100644
--- a/translations/source/da/sd/source/filter/html.po
+++ b/translations/source/da/sd/source/filter/html.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sd/source/ui/accessibility.po b/translations/source/da/sd/source/ui/accessibility.po
index 67bf2afe6e0..19c2292a4ac 100644
--- a/translations/source/da/sd/source/ui/accessibility.po
+++ b/translations/source/da/sd/source/ui/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sd/source/ui/animations.po b/translations/source/da/sd/source/ui/animations.po
index 179e962c9ae..ecdbe34380e 100644
--- a/translations/source/da/sd/source/ui/animations.po
+++ b/translations/source/da/sd/source/ui/animations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sd/source/ui/annotations.po b/translations/source/da/sd/source/ui/annotations.po
index e694e9b11ce..a70fd753694 100644
--- a/translations/source/da/sd/source/ui/annotations.po
+++ b/translations/source/da/sd/source/ui/annotations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sd/source/ui/app.po b/translations/source/da/sd/source/ui/app.po
index c509e8669dc..037fa65f126 100644
--- a/translations/source/da/sd/source/ui/app.po
+++ b/translations/source/da/sd/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-10 22:50+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sd/source/ui/dlg.po b/translations/source/da/sd/source/ui/dlg.po
index 4bad85b3f10..9ee69c3149e 100644
--- a/translations/source/da/sd/source/ui/dlg.po
+++ b/translations/source/da/sd/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-04 11:00+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sd/source/ui/notes.po b/translations/source/da/sd/source/ui/notes.po
index 4fdfccc0c97..fafb7df5bb9 100644
--- a/translations/source/da/sd/source/ui/notes.po
+++ b/translations/source/da/sd/source/ui/notes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sd/source/ui/slideshow.po b/translations/source/da/sd/source/ui/slideshow.po
index 332d9c25988..75cfeba7bfc 100644
--- a/translations/source/da/sd/source/ui/slideshow.po
+++ b/translations/source/da/sd/source/ui/slideshow.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-26 13:41+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sd/source/ui/slidesorter/view.po b/translations/source/da/sd/source/ui/slidesorter/view.po
index 88897ba3730..045ff272f1d 100644
--- a/translations/source/da/sd/source/ui/slidesorter/view.po
+++ b/translations/source/da/sd/source/ui/slidesorter/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 19:28+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sd/source/ui/table.po b/translations/source/da/sd/source/ui/table.po
index f6c2135deb0..239d596da92 100644
--- a/translations/source/da/sd/source/ui/table.po
+++ b/translations/source/da/sd/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sd/source/ui/view.po b/translations/source/da/sd/source/ui/view.po
index 5f9ae2ac221..e5d690de32a 100644
--- a/translations/source/da/sd/source/ui/view.po
+++ b/translations/source/da/sd/source/ui/view.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+sd%2Fsource%2Fui%2Fview.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-24 11:54+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/da/sdext/source/minimizer.po b/translations/source/da/sdext/source/minimizer.po
index e21a2bd9283..0430933014f 100644
--- a/translations/source/da/sdext/source/minimizer.po
+++ b/translations/source/da/sdext/source/minimizer.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-07 16:52+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/translations/source/da/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index a71cb2b7d58..9860010984c 100644
--- a/translations/source/da/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/translations/source/da/sdext/source/minimizer/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/translations/source/da/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index f677ce33f98..036e821511b 100644
--- a/translations/source/da/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/da/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sdext/source/pdfimport.po b/translations/source/da/sdext/source/pdfimport.po
index 274e89d09b3..103176455f6 100644
--- a/translations/source/da/sdext/source/pdfimport.po
+++ b/translations/source/da/sdext/source/pdfimport.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-08 17:04+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sdext/source/presenter.po b/translations/source/da/sdext/source/presenter.po
index 9ec78081052..0da0e1d2c58 100644
--- a/translations/source/da/sdext/source/presenter.po
+++ b/translations/source/da/sdext/source/presenter.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-10 20:06+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/translations/source/da/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index f7a8d11efd9..4b41a2ed631 100644
--- a/translations/source/da/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/translations/source/da/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/translations/source/da/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index bc0af6a03cd..fad3d9ac900 100644
--- a/translations/source/da/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/da/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-19 21:52+0200\n"
"Last-Translator: Ejnar <gm@ezr.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/setup_native/source/mac.po b/translations/source/da/setup_native/source/mac.po
index 0b4f1a87530..11312f2c903 100644
--- a/translations/source/da/setup_native/source/mac.po
+++ b/translations/source/da/setup_native/source/mac.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sfx2/source/appl.po b/translations/source/da/sfx2/source/appl.po
index 8130aaf4f3e..b825a8c3b0a 100644
--- a/translations/source/da/sfx2/source/appl.po
+++ b/translations/source/da/sfx2/source/appl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 11:17+0200\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sfx2/source/bastyp.po b/translations/source/da/sfx2/source/bastyp.po
index 5ffe6c17844..a1309724f40 100644
--- a/translations/source/da/sfx2/source/bastyp.po
+++ b/translations/source/da/sfx2/source/bastyp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sfx2/source/dialog.po b/translations/source/da/sfx2/source/dialog.po
index e8f8d55cbb7..5e1d8e6d219 100644
--- a/translations/source/da/sfx2/source/dialog.po
+++ b/translations/source/da/sfx2/source/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-13 11:14+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sfx2/source/doc.po b/translations/source/da/sfx2/source/doc.po
index 363fb658bf3..52950f5aeed 100644
--- a/translations/source/da/sfx2/source/doc.po
+++ b/translations/source/da/sfx2/source/doc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-28 11:48+0200\n"
"Last-Translator: Jørgen <jfma@mailme.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sfx2/source/menu.po b/translations/source/da/sfx2/source/menu.po
index 92ede06c6c1..4301ef93fb6 100644
--- a/translations/source/da/sfx2/source/menu.po
+++ b/translations/source/da/sfx2/source/menu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sfx2/source/view.po b/translations/source/da/sfx2/source/view.po
index 62bd4f5234d..427a74145c5 100644
--- a/translations/source/da/sfx2/source/view.po
+++ b/translations/source/da/sfx2/source/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/shell/source/win32/shlxthandler/res.po b/translations/source/da/shell/source/win32/shlxthandler/res.po
index df4943f0273..5c6a5459fe9 100644
--- a/translations/source/da/shell/source/win32/shlxthandler/res.po
+++ b/translations/source/da/shell/source/win32/shlxthandler/res.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/starmath/source.po b/translations/source/da/starmath/source.po
index 0985f2e839a..f62ff7997ab 100644
--- a/translations/source/da/starmath/source.po
+++ b/translations/source/da/starmath/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-26 19:19+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/svl/source/items.po b/translations/source/da/svl/source/items.po
index ea1e2083fc7..0ef45da7140 100644
--- a/translations/source/da/svl/source/items.po
+++ b/translations/source/da/svl/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/svl/source/misc.po b/translations/source/da/svl/source/misc.po
index e89f79f2c70..53246fa4c34 100644
--- a/translations/source/da/svl/source/misc.po
+++ b/translations/source/da/svl/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-02 20:08+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/svtools/source/contnr.po b/translations/source/da/svtools/source/contnr.po
index b3fe23fd94c..10f0873b7a9 100644
--- a/translations/source/da/svtools/source/contnr.po
+++ b/translations/source/da/svtools/source/contnr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/svtools/source/control.po b/translations/source/da/svtools/source/control.po
index 4abd16a20bc..edbbadb8cf0 100644
--- a/translations/source/da/svtools/source/control.po
+++ b/translations/source/da/svtools/source/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-02 23:08+0200\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/svtools/source/dialogs.po b/translations/source/da/svtools/source/dialogs.po
index 52dc1570f19..3dcc15440ad 100644
--- a/translations/source/da/svtools/source/dialogs.po
+++ b/translations/source/da/svtools/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-08-05 14:54+0200\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/svtools/source/filter.po b/translations/source/da/svtools/source/filter.po
index 8f01e711837..0d5384b287d 100644
--- a/translations/source/da/svtools/source/filter.po
+++ b/translations/source/da/svtools/source/filter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 23:44+0200\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/svtools/source/java.po b/translations/source/da/svtools/source/java.po
index 0c260c240f3..d3c907d4026 100644
--- a/translations/source/da/svtools/source/java.po
+++ b/translations/source/da/svtools/source/java.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-09 12:12+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/svtools/source/misc.po b/translations/source/da/svtools/source/misc.po
index 86fe9e8b2e2..539b5856fa1 100644
--- a/translations/source/da/svtools/source/misc.po
+++ b/translations/source/da/svtools/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-19 21:56+0200\n"
"Last-Translator: Ejnar <gm@ezr.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/svtools/source/plugapp.po b/translations/source/da/svtools/source/plugapp.po
index 2ed8d5fc41d..54825bc2388 100644
--- a/translations/source/da/svtools/source/plugapp.po
+++ b/translations/source/da/svtools/source/plugapp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 00:27+0200\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/svtools/source/toolpanel.po b/translations/source/da/svtools/source/toolpanel.po
index a947fdf21e7..94bbca1432f 100644
--- a/translations/source/da/svtools/source/toolpanel.po
+++ b/translations/source/da/svtools/source/toolpanel.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-03 00:39+0200\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/svtools/workben/unodialog.po b/translations/source/da/svtools/workben/unodialog.po
index 06e38861deb..f50d95c76f9 100644
--- a/translations/source/da/svtools/workben/unodialog.po
+++ b/translations/source/da/svtools/workben/unodialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/svx/inc.po b/translations/source/da/svx/inc.po
index f116db82594..670400423cb 100644
--- a/translations/source/da/svx/inc.po
+++ b/translations/source/da/svx/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-07 16:55+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/svx/source/accessibility.po b/translations/source/da/svx/source/accessibility.po
index 507ff75449e..fe9464b8af8 100644
--- a/translations/source/da/svx/source/accessibility.po
+++ b/translations/source/da/svx/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/svx/source/dialog.po b/translations/source/da/svx/source/dialog.po
index 66a3a0f7a94..b0601c2e6b1 100644
--- a/translations/source/da/svx/source/dialog.po
+++ b/translations/source/da/svx/source/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-10 22:51+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/svx/source/engine3d.po b/translations/source/da/svx/source/engine3d.po
index 9d64b8aca48..54a0a243c21 100644
--- a/translations/source/da/svx/source/engine3d.po
+++ b/translations/source/da/svx/source/engine3d.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 23:05+0200\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/svx/source/fmcomp.po b/translations/source/da/svx/source/fmcomp.po
index 36755e13ff5..b4a7c8ef7d5 100644
--- a/translations/source/da/svx/source/fmcomp.po
+++ b/translations/source/da/svx/source/fmcomp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/svx/source/form.po b/translations/source/da/svx/source/form.po
index e6252aa60d9..fd968a7b625 100644
--- a/translations/source/da/svx/source/form.po
+++ b/translations/source/da/svx/source/form.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/svx/source/gallery2.po b/translations/source/da/svx/source/gallery2.po
index 32857b1a56e..a4aa351c00d 100644
--- a/translations/source/da/svx/source/gallery2.po
+++ b/translations/source/da/svx/source/gallery2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/svx/source/items.po b/translations/source/da/svx/source/items.po
index 6f23853f63f..b2c6a7291ed 100644
--- a/translations/source/da/svx/source/items.po
+++ b/translations/source/da/svx/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/svx/source/src.po b/translations/source/da/svx/source/src.po
index 6833a264542..87c08f0212d 100644
--- a/translations/source/da/svx/source/src.po
+++ b/translations/source/da/svx/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-02 23:07+0200\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/svx/source/stbctrls.po b/translations/source/da/svx/source/stbctrls.po
index 4dbe8398a43..3cabe22089d 100644
--- a/translations/source/da/svx/source/stbctrls.po
+++ b/translations/source/da/svx/source/stbctrls.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%2Fstbctrls.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-21 21:34+0200\n"
"Last-Translator: Ejnar <gm@ezr.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/da/svx/source/svdraw.po b/translations/source/da/svx/source/svdraw.po
index 87ec26d5ff1..1a6fdb498ec 100644
--- a/translations/source/da/svx/source/svdraw.po
+++ b/translations/source/da/svx/source/svdraw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 19:32+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/svx/source/table.po b/translations/source/da/svx/source/table.po
index 017df4d194a..5aee3851cf5 100644
--- a/translations/source/da/svx/source/table.po
+++ b/translations/source/da/svx/source/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/svx/source/tbxctrls.po b/translations/source/da/svx/source/tbxctrls.po
index 432de121b1a..ef1767c4dcd 100644
--- a/translations/source/da/svx/source/tbxctrls.po
+++ b/translations/source/da/svx/source/tbxctrls.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 11:19+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/svx/source/toolbars.po b/translations/source/da/svx/source/toolbars.po
index 376ec7b775b..a1fd20a8b89 100644
--- a/translations/source/da/svx/source/toolbars.po
+++ b/translations/source/da/svx/source/toolbars.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/svx/source/unodialogs/textconversiondlgs.po b/translations/source/da/svx/source/unodialogs/textconversiondlgs.po
index 4e3844971d2..340e89fd0dc 100644
--- a/translations/source/da/svx/source/unodialogs/textconversiondlgs.po
+++ b/translations/source/da/svx/source/unodialogs/textconversiondlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 11:20+0200\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sw/source/core/layout.po b/translations/source/da/sw/source/core/layout.po
index 2239f51f449..58b0623617c 100644
--- a/translations/source/da/sw/source/core/layout.po
+++ b/translations/source/da/sw/source/core/layout.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-07 17:01+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: none\n"
-"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sw/source/core/undo.po b/translations/source/da/sw/source/core/undo.po
index 899ff60d74b..62f5128f87c 100644
--- a/translations/source/da/sw/source/core/undo.po
+++ b/translations/source/da/sw/source/core/undo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-07 17:01+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sw/source/core/unocore.po b/translations/source/da/sw/source/core/unocore.po
index f8d64b2c497..e210b1815aa 100644
--- a/translations/source/da/sw/source/core/unocore.po
+++ b/translations/source/da/sw/source/core/unocore.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sw/source/ui/app.po b/translations/source/da/sw/source/ui/app.po
index 438a8fd8df7..927743fcdda 100644
--- a/translations/source/da/sw/source/ui/app.po
+++ b/translations/source/da/sw/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-10 22:52+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sw/source/ui/chrdlg.po b/translations/source/da/sw/source/ui/chrdlg.po
index 7b735c41300..131471bc72a 100644
--- a/translations/source/da/sw/source/ui/chrdlg.po
+++ b/translations/source/da/sw/source/ui/chrdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 19:19+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sw/source/ui/config.po b/translations/source/da/sw/source/ui/config.po
index 8a53188333a..eb3815e4342 100644
--- a/translations/source/da/sw/source/ui/config.po
+++ b/translations/source/da/sw/source/ui/config.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-14 01:46+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -334,6 +334,58 @@ msgctxt "optdlg.src#TP_OPTPRINT_PAGE.ST_NONE.string.text"
msgid "<None>"
msgstr "<Ingen>"
+#: optdlg.src#TP_STD_FONT.FL_STDCHR.fixedline.text
+msgid "Basic fonts (%1)"
+msgstr "Grundlæggende skrifttyper (%1)"
+
+#: optdlg.src#TP_STD_FONT.FT_TYPE.fixedtext.text
+msgid "Font"
+msgstr "Skrifttype"
+
+#: optdlg.src#TP_STD_FONT.FT_SIZE.fixedtext.text
+msgid "Size"
+msgstr "Størrelse"
+
+#: optdlg.src#TP_STD_FONT.FT_STANDARD.fixedtext.text
+msgid "De~fault"
+msgstr "Standar~d"
+
+#: optdlg.src#TP_STD_FONT.FT_TITLE.fixedtext.text
+msgid "Headin~g"
+msgstr "~Overskrift"
+
+#: optdlg.src#TP_STD_FONT.FT_LIST.fixedtext.text
+msgid "~List"
+msgstr "~Liste"
+
+#: optdlg.src#TP_STD_FONT.FT_LABEL.fixedtext.text
+msgid "C~aption"
+msgstr "Billedtekst"
+
+#: 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 "Kun det nuværende dokument"
+
+#: optdlg.src#TP_STD_FONT.PB_STANDARD.pushbutton.text
+msgid "~Default"
+msgstr "Standar~d"
+
+#: optdlg.src#TP_STD_FONT.ST_SCRIPT_ASIAN.string.text
+msgid "Asian"
+msgstr "Asiatisk"
+
+#: 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 "Vestligt"
+
#: optdlg.src#TP_OPTTABLE_PAGE.FL_TABLE.fixedline.text
msgid "Default"
msgstr "Standard"
diff --git a/translations/source/da/sw/source/ui/dbui.po b/translations/source/da/sw/source/ui/dbui.po
index b614d55c7dd..bff25e83cfa 100644
--- a/translations/source/da/sw/source/ui/dbui.po
+++ b/translations/source/da/sw/source/ui/dbui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-07 17:03+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sw/source/ui/dialog.po b/translations/source/da/sw/source/ui/dialog.po
index 000b397723c..203c8786cc7 100644
--- a/translations/source/da/sw/source/ui/dialog.po
+++ b/translations/source/da/sw/source/ui/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-06 02:57+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sw/source/ui/dochdl.po b/translations/source/da/sw/source/ui/dochdl.po
index 70f91f9e84c..2311b79f78e 100644
--- a/translations/source/da/sw/source/ui/dochdl.po
+++ b/translations/source/da/sw/source/ui/dochdl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sw/source/ui/docvw.po b/translations/source/da/sw/source/ui/docvw.po
index 4f2c171ac08..62736150922 100644
--- a/translations/source/da/sw/source/ui/docvw.po
+++ b/translations/source/da/sw/source/ui/docvw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-15 23:14+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sw/source/ui/envelp.po b/translations/source/da/sw/source/ui/envelp.po
index 84ac7df676a..cb4648376cf 100644
--- a/translations/source/da/sw/source/ui/envelp.po
+++ b/translations/source/da/sw/source/ui/envelp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sw/source/ui/fldui.po b/translations/source/da/sw/source/ui/fldui.po
index f089e3ad347..e40a9284681 100644
--- a/translations/source/da/sw/source/ui/fldui.po
+++ b/translations/source/da/sw/source/ui/fldui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sw/source/ui/fmtui.po b/translations/source/da/sw/source/ui/fmtui.po
index a14b3133f88..588f82a8fb7 100644
--- a/translations/source/da/sw/source/ui/fmtui.po
+++ b/translations/source/da/sw/source/ui/fmtui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 11:10+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sw/source/ui/frmdlg.po b/translations/source/da/sw/source/ui/frmdlg.po
index 23025075732..4382116fa0f 100644
--- a/translations/source/da/sw/source/ui/frmdlg.po
+++ b/translations/source/da/sw/source/ui/frmdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 07:08+0200\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sw/source/ui/globdoc.po b/translations/source/da/sw/source/ui/globdoc.po
index e1bc4603ca5..c725633a077 100644
--- a/translations/source/da/sw/source/ui/globdoc.po
+++ b/translations/source/da/sw/source/ui/globdoc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sw/source/ui/index.po b/translations/source/da/sw/source/ui/index.po
index 237bb77d32f..f15d3273431 100644
--- a/translations/source/da/sw/source/ui/index.po
+++ b/translations/source/da/sw/source/ui/index.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-06 02:59+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sw/source/ui/lingu.po b/translations/source/da/sw/source/ui/lingu.po
index 3f64f1086de..9a86985252f 100644
--- a/translations/source/da/sw/source/ui/lingu.po
+++ b/translations/source/da/sw/source/ui/lingu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-26 19:19+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sw/source/ui/misc.po b/translations/source/da/sw/source/ui/misc.po
index ac4e517ffd6..c7ea429c3c5 100644
--- a/translations/source/da/sw/source/ui/misc.po
+++ b/translations/source/da/sw/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 07:09+0200\n"
"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sw/source/ui/ribbar.po b/translations/source/da/sw/source/ui/ribbar.po
index 1451fecdacb..101059e8800 100644
--- a/translations/source/da/sw/source/ui/ribbar.po
+++ b/translations/source/da/sw/source/ui/ribbar.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-10 22:53+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sw/source/ui/shells.po b/translations/source/da/sw/source/ui/shells.po
index b7f8ed5742c..87cc3558bc6 100644
--- a/translations/source/da/sw/source/ui/shells.po
+++ b/translations/source/da/sw/source/ui/shells.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-19 21:53+0200\n"
"Last-Translator: Ejnar <gm@ezr.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sw/source/ui/smartmenu.po b/translations/source/da/sw/source/ui/smartmenu.po
index c1640b25d97..25045362e1f 100644
--- a/translations/source/da/sw/source/ui/smartmenu.po
+++ b/translations/source/da/sw/source/ui/smartmenu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sw/source/ui/table.po b/translations/source/da/sw/source/ui/table.po
index 48c248c4cea..d94f47db113 100644
--- a/translations/source/da/sw/source/ui/table.po
+++ b/translations/source/da/sw/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-12 19:25+0200\n"
"Last-Translator: Jørgen <jfma@mailme.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sw/source/ui/uiview.po b/translations/source/da/sw/source/ui/uiview.po
index b3104da1ed4..0ca89168b6f 100644
--- a/translations/source/da/sw/source/ui/uiview.po
+++ b/translations/source/da/sw/source/ui/uiview.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sw/source/ui/utlui.po b/translations/source/da/sw/source/ui/utlui.po
index 1eacc8e7828..651c4f72c4e 100644
--- a/translations/source/da/sw/source/ui/utlui.po
+++ b/translations/source/da/sw/source/ui/utlui.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%2Futlui.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2011-11-10 22:54+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-22 19:34+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: da\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: navipi.src#DLG_NAVIGATION_PI.window.text
@@ -1502,6 +1502,176 @@ msgstr "Overskrift 9"
msgid "Heading 10"
msgstr "Overskrift 10"
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1S.string.text
+msgid "Numbering 1 Start"
+msgstr "Nummerering 1 start"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text"
+msgid "Numbering 1"
+msgstr "Nummerering 1"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1E.string.text
+msgid "Numbering 1 End"
+msgstr "Nummerering 1 slut"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM1.string.text
+msgid "Numbering 1 Cont."
+msgstr "Nummerering 1 fortsat"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2S.string.text
+msgid "Numbering 2 Start"
+msgstr "Nummerering 2 start"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text"
+msgid "Numbering 2"
+msgstr "Nummerering 2"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2E.string.text
+msgid "Numbering 2 End"
+msgstr "Nummerering 2 slut"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM2.string.text
+msgid "Numbering 2 Cont."
+msgstr "Nummerering 2 fortsat"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3S.string.text
+msgid "Numbering 3 Start"
+msgstr "Nummerering 3 start"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text"
+msgid "Numbering 3"
+msgstr "Nummerering 3"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3E.string.text
+msgid "Numbering 3 End"
+msgstr "Nummerering 3 slut"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM3.string.text
+msgid "Numbering 3 Cont."
+msgstr "Nummerering 3 fortsat"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4S.string.text
+msgid "Numbering 4 Start"
+msgstr "Nummerering 4 start"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text"
+msgid "Numbering 4"
+msgstr "Nummerering 4"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4E.string.text
+msgid "Numbering 4 End"
+msgstr "Nummerering 4 slut"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM4.string.text
+msgid "Numbering 4 Cont."
+msgstr "Nummerering 4 fortsat"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5S.string.text
+msgid "Numbering 5 Start"
+msgstr "Nummerering 5 start"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text"
+msgid "Numbering 5"
+msgstr "Nummerering 5"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5E.string.text
+msgid "Numbering 5 End"
+msgstr "Nummerering 5 slut"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM5.string.text
+msgid "Numbering 5 Cont."
+msgstr "Nummerering 5 fortsat"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1S.string.text
+msgid "List 1 Start"
+msgstr "Punkttegn 1 start"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text"
+msgid "List 1"
+msgstr "Punkttegn 1"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1E.string.text
+msgid "List 1 End"
+msgstr "Punkttegn 1 slut"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM1.string.text
+msgid "List 1 Cont."
+msgstr "Punkttegn 1 fortsat"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2S.string.text
+msgid "List 2 Start"
+msgstr "Punkttegn 2 start"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text"
+msgid "List 2"
+msgstr "Punkttegn 2"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2E.string.text
+msgid "List 2 End"
+msgstr "Punkttegn 2 slut"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM2.string.text
+msgid "List 2 Cont."
+msgstr "Punkttegn 2 fortsat"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3S.string.text
+msgid "List 3 Start"
+msgstr "Punkttegn 3 start"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text"
+msgid "List 3"
+msgstr "Punkttegn 3"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3E.string.text
+msgid "List 3 End"
+msgstr "Punkttegn 3 slut"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM3.string.text
+msgid "List 3 Cont."
+msgstr "Punkttegn 3 fortsat"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4S.string.text
+msgid "List 4 Start"
+msgstr "Punkttegn 4 start"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text"
+msgid "List 4"
+msgstr "Punkttegn 4"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4E.string.text
+msgid "List 4 End"
+msgstr "Punkttegn 4 slut"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM4.string.text
+msgid "List 4 Cont."
+msgstr "Punkttegn 4 fortsat"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5S.string.text
+msgid "List 5 Start"
+msgstr "Punkttegn 5 start"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text"
+msgid "List 5"
+msgstr "Punkttegn 5"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5E.string.text
+msgid "List 5 End"
+msgstr "Punkttegn 5 slut"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM5.string.text
+msgid "List 5 Cont."
+msgstr "Punkttegn 5 fortsat"
+
#: poolfmt.src#STR_POOLCOLL_HEADER.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_HEADER.string.text"
msgid "Header"
@@ -1790,42 +1960,52 @@ msgid "Endnote"
msgstr "Slutnote"
#: poolfmt.src#STR_POOLNUMRULE_NUM1.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM1.string.text"
msgid "Numbering 1"
msgstr "Nummerering 1"
#: poolfmt.src#STR_POOLNUMRULE_NUM2.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM2.string.text"
msgid "Numbering 2"
msgstr "Nummerering 2"
#: poolfmt.src#STR_POOLNUMRULE_NUM3.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM3.string.text"
msgid "Numbering 3"
msgstr "Nummerering 3"
#: poolfmt.src#STR_POOLNUMRULE_NUM4.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM4.string.text"
msgid "Numbering 4"
msgstr "Nummerering 4"
#: poolfmt.src#STR_POOLNUMRULE_NUM5.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM5.string.text"
msgid "Numbering 5"
msgstr "Nummerering 5"
#: poolfmt.src#STR_POOLNUMRULE_BUL1.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL1.string.text"
msgid "List 1"
msgstr "Punkttegn 1"
#: poolfmt.src#STR_POOLNUMRULE_BUL2.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL2.string.text"
msgid "List 2"
msgstr "Punkttegn 2"
#: poolfmt.src#STR_POOLNUMRULE_BUL3.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL3.string.text"
msgid "List 3"
msgstr "Punkttegn 3"
#: poolfmt.src#STR_POOLNUMRULE_BUL4.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL4.string.text"
msgid "List 4"
msgstr "Punkttegn 4"
#: poolfmt.src#STR_POOLNUMRULE_BUL5.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL5.string.text"
msgid "List 5"
msgstr "Punkttegn 5"
diff --git a/translations/source/da/sw/source/ui/web.po b/translations/source/da/sw/source/ui/web.po
index 2293a99866e..83b227ceb99 100644
--- a/translations/source/da/sw/source/ui/web.po
+++ b/translations/source/da/sw/source/ui/web.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sw/source/ui/wrtsh.po b/translations/source/da/sw/source/ui/wrtsh.po
index 3a23fce0505..0630f150fac 100644
--- a/translations/source/da/sw/source/ui/wrtsh.po
+++ b/translations/source/da/sw/source/ui/wrtsh.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/swext/mediawiki/help.po b/translations/source/da/swext/mediawiki/help.po
index a4bee46911b..a6b33ef1e8c 100644
--- a/translations/source/da/swext/mediawiki/help.po
+++ b/translations/source/da/swext/mediawiki/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-28 11:50+0200\n"
"Last-Translator: Jørgen <jfma@mailme.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/swext/mediawiki/src.po b/translations/source/da/swext/mediawiki/src.po
index d7bd4f3fc9a..14f399a315b 100644
--- a/translations/source/da/swext/mediawiki/src.po
+++ b/translations/source/da/swext/mediawiki/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-14 01:52+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/translations/source/da/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index 0bd7e502171..d786c12c046 100644
--- a/translations/source/da/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/translations/source/da/swext/mediawiki/src/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/translations/source/da/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index 57b149aaed6..b7de55389a2 100644
--- a/translations/source/da/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/translations/source/da/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/sysui/desktop/share.po b/translations/source/da/sysui/desktop/share.po
index 70a90c973e6..3fb061e3da2 100644
--- a/translations/source/da/sysui/desktop/share.po
+++ b/translations/source/da/sysui/desktop/share.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-09 19:07+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/uui/source.po b/translations/source/da/uui/source.po
index 4bd459d3a9b..df0204980ed 100644
--- a/translations/source/da/uui/source.po
+++ b/translations/source/da/uui/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-10 22:55+0200\n"
"Last-Translator: Ejnar <gm@ezr.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/vcl/source/src.po b/translations/source/da/vcl/source/src.po
index d23ad5f46dd..8185ee82e9c 100644
--- a/translations/source/da/vcl/source/src.po
+++ b/translations/source/da/vcl/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-14 01:46+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/wizards/source/euro.po b/translations/source/da/wizards/source/euro.po
index 2688d596144..b89dff11458 100644
--- a/translations/source/da/wizards/source/euro.po
+++ b/translations/source/da/wizards/source/euro.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-14 01:49+0200\n"
"Last-Translator: wkn <wkn@kor.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/wizards/source/formwizard.po b/translations/source/da/wizards/source/formwizard.po
index a78ca2a8147..22542d3b72c 100644
--- a/translations/source/da/wizards/source/formwizard.po
+++ b/translations/source/da/wizards/source/formwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/wizards/source/importwizard.po b/translations/source/da/wizards/source/importwizard.po
index 9d9163bd831..8ca89bf6279 100644
--- a/translations/source/da/wizards/source/importwizard.po
+++ b/translations/source/da/wizards/source/importwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-25 22:59+0200\n"
"Last-Translator: Ejnar <gm@ezr.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/wizards/source/schedule.po b/translations/source/da/wizards/source/schedule.po
index 056b432e2bc..86bf739f4af 100644
--- a/translations/source/da/wizards/source/schedule.po
+++ b/translations/source/da/wizards/source/schedule.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/wizards/source/template.po b/translations/source/da/wizards/source/template.po
index c82ec2f9d21..5969c4277c0 100644
--- a/translations/source/da/wizards/source/template.po
+++ b/translations/source/da/wizards/source/template.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/xmlsecurity/source/component.po b/translations/source/da/xmlsecurity/source/component.po
index e0ea73f2984..338b2353674 100644
--- a/translations/source/da/xmlsecurity/source/component.po
+++ b/translations/source/da/xmlsecurity/source/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/da/xmlsecurity/source/dialogs.po b/translations/source/da/xmlsecurity/source/dialogs.po
index 884dc29f4f5..7f476f6deae 100644
--- a/translations/source/da/xmlsecurity/source/dialogs.po
+++ b/translations/source/da/xmlsecurity/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-22 14:00+0200\n"
"Last-Translator: Jørgen <jfma@mailme.dk>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: da\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"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/accessibility/source/helper.po b/translations/source/de/accessibility/source/helper.po
index 1b94e5a373c..30337ff8d26 100644
--- a/translations/source/de/accessibility/source/helper.po
+++ b/translations/source/de/accessibility/source/helper.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+accessibility%2Fsource%2Fhelper.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-30 09:23+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/de/avmedia/source/framework.po b/translations/source/de/avmedia/source/framework.po
index a50cf0d406f..6826e3ae08a 100644
--- a/translations/source/de/avmedia/source/framework.po
+++ b/translations/source/de/avmedia/source/framework.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+avmedia%2Fsource%2Fframework.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-30 09:35+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/de/avmedia/source/viewer.po b/translations/source/de/avmedia/source/viewer.po
index 74feaadd8eb..061af71b72e 100644
--- a/translations/source/de/avmedia/source/viewer.po
+++ b/translations/source/de/avmedia/source/viewer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:26+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/basctl/source/basicide.po b/translations/source/de/basctl/source/basicide.po
index 99262bfb79e..942d4ef4872 100644
--- a/translations/source/de/basctl/source/basicide.po
+++ b/translations/source/de/basctl/source/basicide.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+basctl%2Fsource%2Fbasicide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-30 09:35+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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
diff --git a/translations/source/de/basctl/source/dlged.po b/translations/source/de/basctl/source/dlged.po
index 15f86ef2d47..7e473cbef90 100644
--- a/translations/source/de/basctl/source/dlged.po
+++ b/translations/source/de/basctl/source/dlged.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-10 19:56+0200\n"
"Last-Translator: andreschnabel <andre.schnabel@gmx.net>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/basic/source/classes.po b/translations/source/de/basic/source/classes.po
index d0661bea616..4c312166429 100644
--- a/translations/source/de/basic/source/classes.po
+++ b/translations/source/de/basic/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-10 21:43+0200\n"
"Last-Translator: andreschnabel <andre.schnabel@gmx.net>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/basic/source/sbx.po b/translations/source/de/basic/source/sbx.po
index cb8434f3a3d..32f2dc425ad 100644
--- a/translations/source/de/basic/source/sbx.po
+++ b/translations/source/de/basic/source/sbx.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:26+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/chart2/source/controller/dialogs.po b/translations/source/de/chart2/source/controller/dialogs.po
index ed121940e70..bd9c9b8b5db 100644
--- a/translations/source/de/chart2/source/controller/dialogs.po
+++ b/translations/source/de/chart2/source/controller/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 12:20+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/connectivity/source/drivers/ado.po b/translations/source/de/connectivity/source/drivers/ado.po
index 0984f653603..ca3ad251e48 100644
--- a/translations/source/de/connectivity/source/drivers/ado.po
+++ b/translations/source/de/connectivity/source/drivers/ado.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:27+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/connectivity/source/drivers/calc.po b/translations/source/de/connectivity/source/drivers/calc.po
index 5b9878027c6..f14a677cfc9 100644
--- a/translations/source/de/connectivity/source/drivers/calc.po
+++ b/translations/source/de/connectivity/source/drivers/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:27+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/connectivity/source/drivers/dbase.po b/translations/source/de/connectivity/source/drivers/dbase.po
index 74730ea8457..47592aac165 100644
--- a/translations/source/de/connectivity/source/drivers/dbase.po
+++ b/translations/source/de/connectivity/source/drivers/dbase.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:27+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/connectivity/source/drivers/evoab2.po b/translations/source/de/connectivity/source/drivers/evoab2.po
index 8a954560337..719682febe1 100644
--- a/translations/source/de/connectivity/source/drivers/evoab2.po
+++ b/translations/source/de/connectivity/source/drivers/evoab2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:27+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/connectivity/source/drivers/flat.po b/translations/source/de/connectivity/source/drivers/flat.po
index 3edc44b640f..de57cf674ee 100644
--- a/translations/source/de/connectivity/source/drivers/flat.po
+++ b/translations/source/de/connectivity/source/drivers/flat.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:27+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/connectivity/source/drivers/hsqldb.po b/translations/source/de/connectivity/source/drivers/hsqldb.po
index 2c8d58aaa8e..eecbacce618 100644
--- a/translations/source/de/connectivity/source/drivers/hsqldb.po
+++ b/translations/source/de/connectivity/source/drivers/hsqldb.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:27+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/connectivity/source/drivers/jdbc.po b/translations/source/de/connectivity/source/drivers/jdbc.po
index f09db274372..8b441cb630a 100644
--- a/translations/source/de/connectivity/source/drivers/jdbc.po
+++ b/translations/source/de/connectivity/source/drivers/jdbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:27+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/connectivity/source/drivers/kab.po b/translations/source/de/connectivity/source/drivers/kab.po
index 4b8cbe2d4e5..e84b8d95289 100644
--- a/translations/source/de/connectivity/source/drivers/kab.po
+++ b/translations/source/de/connectivity/source/drivers/kab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:27+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/connectivity/source/drivers/macab.po b/translations/source/de/connectivity/source/drivers/macab.po
index c58c578cbbe..fa6b2728e37 100644
--- a/translations/source/de/connectivity/source/drivers/macab.po
+++ b/translations/source/de/connectivity/source/drivers/macab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:27+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/connectivity/source/drivers/mozab.po b/translations/source/de/connectivity/source/drivers/mozab.po
index 021e358b742..e75e9b5d982 100644
--- a/translations/source/de/connectivity/source/drivers/mozab.po
+++ b/translations/source/de/connectivity/source/drivers/mozab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-11 22:31+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/connectivity/source/drivers/mysql.po b/translations/source/de/connectivity/source/drivers/mysql.po
index b6b2badf05e..bda832639b3 100644
--- a/translations/source/de/connectivity/source/drivers/mysql.po
+++ b/translations/source/de/connectivity/source/drivers/mysql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:27+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/connectivity/source/drivers/odbc.po b/translations/source/de/connectivity/source/drivers/odbc.po
index 95afa269696..8ff490122fa 100644
--- a/translations/source/de/connectivity/source/drivers/odbc.po
+++ b/translations/source/de/connectivity/source/drivers/odbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:27+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/connectivity/source/drivers/postgresql.po b/translations/source/de/connectivity/source/drivers/postgresql.po
index 011a04e7164..62964baa8fa 100644
--- a/translations/source/de/connectivity/source/drivers/postgresql.po
+++ b/translations/source/de/connectivity/source/drivers/postgresql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-26 20:12+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -18,11 +18,3 @@ msgstr ""
#: postgresql.xcu#.Drivers.Installed.sdbc_postgresql__.DriverTypeDisplayName.value.text
msgid "PostgreSQL"
msgstr "PostgreSQL"
-
-#: description.xml#dispname.dispname.description.text
-msgid "PostgreSQL-SDBC Driver"
-msgstr "PostgreSQL-SDBC-Treiber"
-
-#: 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 "Automatisch installierter PostgreSQL-Datenbank-Treiber für LibreOffice. Er arbeitet sehr schnell, ist vollständig in LO integriert und es muss kein JDBC- oder ODBC-Treiber installiert werden. Kompatibilität besteht mit PostgreSQL Version 8.4 und höherr.\n"
diff --git a/translations/source/de/connectivity/source/resource.po b/translations/source/de/connectivity/source/resource.po
index ffc806af393..8879086b58e 100644
--- a/translations/source/de/connectivity/source/resource.po
+++ b/translations/source/de/connectivity/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 20:40+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/cui/source/customize.po b/translations/source/de/cui/source/customize.po
index 08efbbbded6..f5b2ddaa919 100644
--- a/translations/source/de/cui/source/customize.po
+++ b/translations/source/de/cui/source/customize.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-27 17:07+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/cui/source/dialogs.po b/translations/source/de/cui/source/dialogs.po
index e691f305916..2d9cdcbeeac 100644
--- a/translations/source/de/cui/source/dialogs.po
+++ b/translations/source/de/cui/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-13 16:36+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/cui/source/options.po b/translations/source/de/cui/source/options.po
index b139ebe702a..d538caf8814 100644
--- a/translations/source/de/cui/source/options.po
+++ b/translations/source/de/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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-12-23 09:31+0200\n"
-"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-22 22:03+0200\n"
+"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: optgenrl.src#RID_SFXPAGE_GENERAL.FT_COMPANY.fixedtext.text
@@ -1276,30 +1276,42 @@ msgid "Grid"
msgstr "Raster"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.6.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.6.itemlist.text"
+msgid "Basic Fonts (Western)"
+msgstr "Grundschriftarten (westlich)"
+
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.7.itemlist.text
+msgid "Basic Fonts (Asian)"
+msgstr "Grundschriftarten (asiatisch)"
+
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text
+msgid "Basic Fonts (CTL)"
+msgstr "Basisschriftarten (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"
msgid "Print"
msgstr "Drucken"
-#: 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"
+#: 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"
msgid "Table"
msgstr "Tabelle"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text"
+#: 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"
msgid "Changes"
msgstr "Änderungen"
-#: 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"
+#: 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"
msgid "Compatibility"
msgstr "Kompatibilität"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.10.itemlist.text
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.13.itemlist.text
msgid "AutoCaption"
msgstr "Automatische Beschriftung"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.11.itemlist.text
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.14.itemlist.text
msgid "Mail Merge E-mail"
msgstr "Serien-E-Mail"
diff --git a/translations/source/de/cui/source/tabpages.po b/translations/source/de/cui/source/tabpages.po
index 2440655f546..259083a3a7e 100644
--- a/translations/source/de/cui/source/tabpages.po
+++ b/translations/source/de/cui/source/tabpages.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%2Ftabpages.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-25 18:11+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: macroass.src#RID_SVXPAGE_EVENTASSIGN.STR_EVENT.string.text
diff --git a/translations/source/de/dbaccess/source/core/resource.po b/translations/source/de/dbaccess/source/core/resource.po
index 72d412dd6cf..ff87269f8ba 100644
--- a/translations/source/de/dbaccess/source/core/resource.po
+++ b/translations/source/de/dbaccess/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-06-18 17:16+0200\n"
"Last-Translator: andreschnabel <andre.schnabel@gmx.net>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dbaccess/source/ext/adabas.po b/translations/source/de/dbaccess/source/ext/adabas.po
index 37b08ab502e..ec7ac595078 100644
--- a/translations/source/de/dbaccess/source/ext/adabas.po
+++ b/translations/source/de/dbaccess/source/ext/adabas.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 21:11+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dbaccess/source/ext/macromigration.po b/translations/source/de/dbaccess/source/ext/macromigration.po
index 0e82d96e8dc..c1788a03c4b 100644
--- a/translations/source/de/dbaccess/source/ext/macromigration.po
+++ b/translations/source/de/dbaccess/source/ext/macromigration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-19 22:18+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dbaccess/source/sdbtools/resource.po b/translations/source/de/dbaccess/source/sdbtools/resource.po
index b004aed68bf..f430ccff579 100644
--- a/translations/source/de/dbaccess/source/sdbtools/resource.po
+++ b/translations/source/de/dbaccess/source/sdbtools/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:27+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dbaccess/source/ui/app.po b/translations/source/de/dbaccess/source/ui/app.po
index 14973e5e5be..5ff91849036 100644
--- a/translations/source/de/dbaccess/source/ui/app.po
+++ b/translations/source/de/dbaccess/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 21:08+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dbaccess/source/ui/browser.po b/translations/source/de/dbaccess/source/ui/browser.po
index bdd02b9f5d4..0b1d546a504 100644
--- a/translations/source/de/dbaccess/source/ui/browser.po
+++ b/translations/source/de/dbaccess/source/ui/browser.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-06 23:08+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dbaccess/source/ui/control.po b/translations/source/de/dbaccess/source/ui/control.po
index 89f8a17a3a2..d414d80cb6a 100644
--- a/translations/source/de/dbaccess/source/ui/control.po
+++ b/translations/source/de/dbaccess/source/ui/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-09 00:48+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dbaccess/source/ui/dlg.po b/translations/source/de/dbaccess/source/ui/dlg.po
index b4bdeb250ca..e52a7b88a1d 100644
--- a/translations/source/de/dbaccess/source/ui/dlg.po
+++ b/translations/source/de/dbaccess/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-19 22:18+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dbaccess/source/ui/inc.po b/translations/source/de/dbaccess/source/ui/inc.po
index 24df1289938..f330b125375 100644
--- a/translations/source/de/dbaccess/source/ui/inc.po
+++ b/translations/source/de/dbaccess/source/ui/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:27+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dbaccess/source/ui/misc.po b/translations/source/de/dbaccess/source/ui/misc.po
index 755dbcaa99a..302e8d876d1 100644
--- a/translations/source/de/dbaccess/source/ui/misc.po
+++ b/translations/source/de/dbaccess/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-28 08:44+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dbaccess/source/ui/querydesign.po b/translations/source/de/dbaccess/source/ui/querydesign.po
index 6b883be78fb..570d0c910c2 100644
--- a/translations/source/de/dbaccess/source/ui/querydesign.po
+++ b/translations/source/de/dbaccess/source/ui/querydesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-06-18 17:33+0200\n"
"Last-Translator: andreschnabel <andre.schnabel@gmx.net>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dbaccess/source/ui/relationdesign.po b/translations/source/de/dbaccess/source/ui/relationdesign.po
index 256c546cf01..2e14b83c7ef 100644
--- a/translations/source/de/dbaccess/source/ui/relationdesign.po
+++ b/translations/source/de/dbaccess/source/ui/relationdesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-22 23:52+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dbaccess/source/ui/tabledesign.po b/translations/source/de/dbaccess/source/ui/tabledesign.po
index d562c3aac67..540c8be848b 100644
--- a/translations/source/de/dbaccess/source/ui/tabledesign.po
+++ b/translations/source/de/dbaccess/source/ui/tabledesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-09 01:32+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dbaccess/source/ui/uno.po b/translations/source/de/dbaccess/source/ui/uno.po
index 7f3100d3e7b..53bbcb66af9 100644
--- a/translations/source/de/dbaccess/source/ui/uno.po
+++ b/translations/source/de/dbaccess/source/ui/uno.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-06 23:10+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/desktop/source/app.po b/translations/source/de/desktop/source/app.po
index 39e124e1acd..f7566fedd5a 100644
--- a/translations/source/de/desktop/source/app.po
+++ b/translations/source/de/desktop/source/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-13 16:59+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/desktop/source/deployment/gui.po b/translations/source/de/desktop/source/deployment/gui.po
index daa032369c5..47c6ea2c3c7 100644
--- a/translations/source/de/desktop/source/deployment/gui.po
+++ b/translations/source/de/desktop/source/deployment/gui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-22 23:55+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/desktop/source/deployment/manager.po b/translations/source/de/desktop/source/deployment/manager.po
index a236be530c1..c96dd25cdd1 100644
--- a/translations/source/de/desktop/source/deployment/manager.po
+++ b/translations/source/de/desktop/source/deployment/manager.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:27+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/desktop/source/deployment/misc.po b/translations/source/de/desktop/source/deployment/misc.po
index 945855d316f..8b714c6bdea 100644
--- a/translations/source/de/desktop/source/deployment/misc.po
+++ b/translations/source/de/desktop/source/deployment/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-04 23:47+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/desktop/source/deployment/registry.po b/translations/source/de/desktop/source/deployment/registry.po
index 21fe8791ffc..d7a59e8c635 100644
--- a/translations/source/de/desktop/source/deployment/registry.po
+++ b/translations/source/de/desktop/source/deployment/registry.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:27+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/desktop/source/deployment/registry/component.po b/translations/source/de/desktop/source/deployment/registry/component.po
index 89bbf28f475..66d1a8f5592 100644
--- a/translations/source/de/desktop/source/deployment/registry/component.po
+++ b/translations/source/de/desktop/source/deployment/registry/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 21:16+0200\n"
"Last-Translator: andreschnabel <andre.schnabel@gmx.net>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/desktop/source/deployment/registry/configuration.po b/translations/source/de/desktop/source/deployment/registry/configuration.po
index a6f3563d3d9..27ed942c63e 100644
--- a/translations/source/de/desktop/source/deployment/registry/configuration.po
+++ b/translations/source/de/desktop/source/deployment/registry/configuration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:27+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/desktop/source/deployment/registry/help.po b/translations/source/de/desktop/source/deployment/registry/help.po
index 95886e318a6..0aad9694ae6 100644
--- a/translations/source/de/desktop/source/deployment/registry/help.po
+++ b/translations/source/de/desktop/source/deployment/registry/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:27+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/desktop/source/deployment/registry/package.po b/translations/source/de/desktop/source/deployment/registry/package.po
index 079f1192d62..d64d621ec35 100644
--- a/translations/source/de/desktop/source/deployment/registry/package.po
+++ b/translations/source/de/desktop/source/deployment/registry/package.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:27+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/desktop/source/deployment/registry/script.po b/translations/source/de/desktop/source/deployment/registry/script.po
index 0e700357c34..e790a6d9e34 100644
--- a/translations/source/de/desktop/source/deployment/registry/script.po
+++ b/translations/source/de/desktop/source/deployment/registry/script.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:27+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/desktop/source/deployment/registry/sfwk.po b/translations/source/de/desktop/source/deployment/registry/sfwk.po
index f0694685361..d2fba2fac90 100644
--- a/translations/source/de/desktop/source/deployment/registry/sfwk.po
+++ b/translations/source/de/desktop/source/deployment/registry/sfwk.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:27+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/desktop/source/deployment/unopkg.po b/translations/source/de/desktop/source/deployment/unopkg.po
index 3fa40664a51..4814fdeca32 100644
--- a/translations/source/de/desktop/source/deployment/unopkg.po
+++ b/translations/source/de/desktop/source/deployment/unopkg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:27+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/af_ZA.po b/translations/source/de/dictionaries/af_ZA.po
index 49025335c8b..7401b2d1b9b 100644
--- a/translations/source/de/dictionaries/af_ZA.po
+++ b/translations/source/de/dictionaries/af_ZA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-23 21:25+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/an_ES.po b/translations/source/de/dictionaries/an_ES.po
index 590bc49d9bf..ab61ee0e22a 100644
--- a/translations/source/de/dictionaries/an_ES.po
+++ b/translations/source/de/dictionaries/an_ES.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fan_ES.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-22 23:55+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/ar.po b/translations/source/de/dictionaries/ar.po
index 086a7dcb790..34aec95073c 100644
--- a/translations/source/de/dictionaries/ar.po
+++ b/translations/source/de/dictionaries/ar.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 13:14+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/be_BY.po b/translations/source/de/dictionaries/be_BY.po
index b58262b77c4..cbc48485a2e 100644
--- a/translations/source/de/dictionaries/be_BY.po
+++ b/translations/source/de/dictionaries/be_BY.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-15 08:13+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/bg_BG.po b/translations/source/de/dictionaries/bg_BG.po
index cf1a5ade765..8afcc734f8f 100644
--- a/translations/source/de/dictionaries/bg_BG.po
+++ b/translations/source/de/dictionaries/bg_BG.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-08 13:14+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/bn_BD.po b/translations/source/de/dictionaries/bn_BD.po
index 042ec806963..cc95a8a77bf 100644
--- a/translations/source/de/dictionaries/bn_BD.po
+++ b/translations/source/de/dictionaries/bn_BD.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 13:14+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/br_FR.po b/translations/source/de/dictionaries/br_FR.po
index 0e4c6e91539..748f6b855a2 100644
--- a/translations/source/de/dictionaries/br_FR.po
+++ b/translations/source/de/dictionaries/br_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 13:14+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/ca.po b/translations/source/de/dictionaries/ca.po
index 5c8d2563f08..33a3d79a50f 100644
--- a/translations/source/de/dictionaries/ca.po
+++ b/translations/source/de/dictionaries/ca.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-08 13:14+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/cs_CZ.po b/translations/source/de/dictionaries/cs_CZ.po
index 6d57828a6e2..ed01287ae97 100644
--- a/translations/source/de/dictionaries/cs_CZ.po
+++ b/translations/source/de/dictionaries/cs_CZ.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 13:14+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/da_DK.po b/translations/source/de/dictionaries/da_DK.po
index f79e6b9fc45..72e57f0542a 100644
--- a/translations/source/de/dictionaries/da_DK.po
+++ b/translations/source/de/dictionaries/da_DK.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 13:14+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/de.po b/translations/source/de/dictionaries/de.po
index b0d1c6b31eb..0f8effc38c1 100644
--- a/translations/source/de/dictionaries/de.po
+++ b/translations/source/de/dictionaries/de.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-14 07:44+0200\n"
"Last-Translator: gghh <mail@geraldgeib.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/el_GR.po b/translations/source/de/dictionaries/el_GR.po
index c0883ab89b0..71523ff7c45 100644
--- a/translations/source/de/dictionaries/el_GR.po
+++ b/translations/source/de/dictionaries/el_GR.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-20 17:35+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/en.po b/translations/source/de/dictionaries/en.po
index b88d94b3a8b..7374136869d 100644
--- a/translations/source/de/dictionaries/en.po
+++ b/translations/source/de/dictionaries/en.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-22 23:58+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/en/dialog.po b/translations/source/de/dictionaries/en/dialog.po
index 85fcdd1cc95..5009dc53a49 100644
--- a/translations/source/de/dictionaries/en/dialog.po
+++ b/translations/source/de/dictionaries/en/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-23 00:09+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/es_ES.po b/translations/source/de/dictionaries/es_ES.po
index 0b2b67b8c8d..81de88e67dd 100644
--- a/translations/source/de/dictionaries/es_ES.po
+++ b/translations/source/de/dictionaries/es_ES.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-14 07:46+0200\n"
"Last-Translator: gghh <mail@geraldgeib.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/et_EE.po b/translations/source/de/dictionaries/et_EE.po
index 84f731f99a3..ca418c918f3 100644
--- a/translations/source/de/dictionaries/et_EE.po
+++ b/translations/source/de/dictionaries/et_EE.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 13:16+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/fr_FR.po b/translations/source/de/dictionaries/fr_FR.po
index 13450f3397a..222d19e5d93 100644
--- a/translations/source/de/dictionaries/fr_FR.po
+++ b/translations/source/de/dictionaries/fr_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-14 07:46+0200\n"
"Last-Translator: gghh <mail@geraldgeib.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/gd_GB.po b/translations/source/de/dictionaries/gd_GB.po
index 1f634c6d30f..92ab9d123bc 100644
--- a/translations/source/de/dictionaries/gd_GB.po
+++ b/translations/source/de/dictionaries/gd_GB.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-04 14:13+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/gl.po b/translations/source/de/dictionaries/gl.po
index e615b616cb2..cd3f57eaf73 100644
--- a/translations/source/de/dictionaries/gl.po
+++ b/translations/source/de/dictionaries/gl.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-14 07:46+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/gu_IN.po b/translations/source/de/dictionaries/gu_IN.po
index 9442b5ecb83..c7203f0b235 100644
--- a/translations/source/de/dictionaries/gu_IN.po
+++ b/translations/source/de/dictionaries/gu_IN.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-14 07:47+0200\n"
"Last-Translator: gghh <mail@geraldgeib.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/he_IL.po b/translations/source/de/dictionaries/he_IL.po
index 8fb41745362..c7a4687b0f7 100644
--- a/translations/source/de/dictionaries/he_IL.po
+++ b/translations/source/de/dictionaries/he_IL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-14 07:47+0200\n"
"Last-Translator: gghh <mail@geraldgeib.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/hi_IN.po b/translations/source/de/dictionaries/hi_IN.po
index 383501787ce..d3b31fa04d5 100644
--- a/translations/source/de/dictionaries/hi_IN.po
+++ b/translations/source/de/dictionaries/hi_IN.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-14 07:47+0200\n"
"Last-Translator: gghh <mail@geraldgeib.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/hr_HR.po b/translations/source/de/dictionaries/hr_HR.po
index d98c9152d0c..6a5afebfb35 100644
--- a/translations/source/de/dictionaries/hr_HR.po
+++ b/translations/source/de/dictionaries/hr_HR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-14 07:48+0200\n"
"Last-Translator: gghh <mail@geraldgeib.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/hu_HU.po b/translations/source/de/dictionaries/hu_HU.po
index c7e79031303..8ed7ac89591 100644
--- a/translations/source/de/dictionaries/hu_HU.po
+++ b/translations/source/de/dictionaries/hu_HU.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-20 18:01+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/hu_HU/dialog.po b/translations/source/de/dictionaries/hu_HU/dialog.po
index d59aa804709..d218dea2f6b 100644
--- a/translations/source/de/dictionaries/hu_HU/dialog.po
+++ b/translations/source/de/dictionaries/hu_HU/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-23 17:49+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/it_IT.po b/translations/source/de/dictionaries/it_IT.po
index 8954d095285..a98c967a170 100644
--- a/translations/source/de/dictionaries/it_IT.po
+++ b/translations/source/de/dictionaries/it_IT.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-14 07:49+0200\n"
"Last-Translator: gghh <mail@geraldgeib.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/ku_TR.po b/translations/source/de/dictionaries/ku_TR.po
index caa71431bbf..60a9083ce0f 100644
--- a/translations/source/de/dictionaries/ku_TR.po
+++ b/translations/source/de/dictionaries/ku_TR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-14 07:49+0200\n"
"Last-Translator: gghh <mail@geraldgeib.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/lt_LT.po b/translations/source/de/dictionaries/lt_LT.po
index 3ff32dc09bd..40035f57661 100644
--- a/translations/source/de/dictionaries/lt_LT.po
+++ b/translations/source/de/dictionaries/lt_LT.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-14 07:50+0200\n"
"Last-Translator: gghh <mail@geraldgeib.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/lv_LV.po b/translations/source/de/dictionaries/lv_LV.po
index ab420b3028b..cede850d6ad 100644
--- a/translations/source/de/dictionaries/lv_LV.po
+++ b/translations/source/de/dictionaries/lv_LV.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-14 07:50+0200\n"
"Last-Translator: gghh <mail@geraldgeib.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/ne_NP.po b/translations/source/de/dictionaries/ne_NP.po
index ac74fec08e3..408fb3fafee 100644
--- a/translations/source/de/dictionaries/ne_NP.po
+++ b/translations/source/de/dictionaries/ne_NP.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-14 07:51+0200\n"
"Last-Translator: gghh <mail@geraldgeib.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/nl_NL.po b/translations/source/de/dictionaries/nl_NL.po
index dc383d2df78..c9513a64be1 100644
--- a/translations/source/de/dictionaries/nl_NL.po
+++ b/translations/source/de/dictionaries/nl_NL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-14 07:52+0200\n"
"Last-Translator: gghh <mail@geraldgeib.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/no.po b/translations/source/de/dictionaries/no.po
index f7f723c45ff..8b9b9494e1c 100644
--- a/translations/source/de/dictionaries/no.po
+++ b/translations/source/de/dictionaries/no.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-14 07:52+0200\n"
"Last-Translator: gghh <mail@geraldgeib.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/oc_FR.po b/translations/source/de/dictionaries/oc_FR.po
index 74761405dff..6711140dae9 100644
--- a/translations/source/de/dictionaries/oc_FR.po
+++ b/translations/source/de/dictionaries/oc_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-14 07:52+0200\n"
"Last-Translator: gghh <mail@geraldgeib.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/pl_PL.po b/translations/source/de/dictionaries/pl_PL.po
index 943081ca5cc..bc05a946a85 100644
--- a/translations/source/de/dictionaries/pl_PL.po
+++ b/translations/source/de/dictionaries/pl_PL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-14 07:53+0200\n"
"Last-Translator: gghh <mail@geraldgeib.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/pt_BR.po b/translations/source/de/dictionaries/pt_BR.po
index 912d4ee1c4d..3359b547855 100644
--- a/translations/source/de/dictionaries/pt_BR.po
+++ b/translations/source/de/dictionaries/pt_BR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-14 07:53+0200\n"
"Last-Translator: gghh <mail@geraldgeib.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/pt_PT.po b/translations/source/de/dictionaries/pt_PT.po
index 8010725b956..8f1f3f625fa 100644
--- a/translations/source/de/dictionaries/pt_PT.po
+++ b/translations/source/de/dictionaries/pt_PT.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-14 07:54+0200\n"
"Last-Translator: gghh <mail@geraldgeib.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/ro.po b/translations/source/de/dictionaries/ro.po
index 8c437981c5e..ec0fbc3b46b 100644
--- a/translations/source/de/dictionaries/ro.po
+++ b/translations/source/de/dictionaries/ro.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-14 07:55+0200\n"
"Last-Translator: gghh <mail@geraldgeib.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/ru_RU.po b/translations/source/de/dictionaries/ru_RU.po
index 8d13d3e8872..83209e9b52a 100644
--- a/translations/source/de/dictionaries/ru_RU.po
+++ b/translations/source/de/dictionaries/ru_RU.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-20 18:13+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/ru_RU/dialog.po b/translations/source/de/dictionaries/ru_RU/dialog.po
index 16b1050c30f..12985421598 100644
--- a/translations/source/de/dictionaries/ru_RU/dialog.po
+++ b/translations/source/de/dictionaries/ru_RU/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-23 17:49+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/si_LK.po b/translations/source/de/dictionaries/si_LK.po
index 93252e92c83..9591881e61d 100644
--- a/translations/source/de/dictionaries/si_LK.po
+++ b/translations/source/de/dictionaries/si_LK.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fsi_LK.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-23 17:49+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/sk_SK.po b/translations/source/de/dictionaries/sk_SK.po
index da15be9902d..9d860073c8d 100644
--- a/translations/source/de/dictionaries/sk_SK.po
+++ b/translations/source/de/dictionaries/sk_SK.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-14 07:56+0200\n"
"Last-Translator: gghh <mail@geraldgeib.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/sl_SI.po b/translations/source/de/dictionaries/sl_SI.po
index 23aeaf52e58..265490f4eff 100644
--- a/translations/source/de/dictionaries/sl_SI.po
+++ b/translations/source/de/dictionaries/sl_SI.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-14 07:56+0200\n"
"Last-Translator: gghh <mail@geraldgeib.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/sr.po b/translations/source/de/dictionaries/sr.po
index 2e0d7d4e99f..e2ef97d9c0b 100644
--- a/translations/source/de/dictionaries/sr.po
+++ b/translations/source/de/dictionaries/sr.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-14 07:56+0200\n"
"Last-Translator: gghh <mail@geraldgeib.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/sv_SE.po b/translations/source/de/dictionaries/sv_SE.po
index 8b582807ad8..d25201556be 100644
--- a/translations/source/de/dictionaries/sv_SE.po
+++ b/translations/source/de/dictionaries/sv_SE.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-14 07:57+0200\n"
"Last-Translator: gghh <mail@geraldgeib.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/sw_TZ.po b/translations/source/de/dictionaries/sw_TZ.po
index 1ebcb8768cb..2c372c0b471 100644
--- a/translations/source/de/dictionaries/sw_TZ.po
+++ b/translations/source/de/dictionaries/sw_TZ.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-14 07:57+0200\n"
"Last-Translator: gghh <mail@geraldgeib.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/te_IN.po b/translations/source/de/dictionaries/te_IN.po
index bd62f0be445..389db8d55ab 100644
--- a/translations/source/de/dictionaries/te_IN.po
+++ b/translations/source/de/dictionaries/te_IN.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-04 14:13+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/th_TH.po b/translations/source/de/dictionaries/th_TH.po
index ac08cb20592..e4e983d83c9 100644
--- a/translations/source/de/dictionaries/th_TH.po
+++ b/translations/source/de/dictionaries/th_TH.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-14 07:57+0200\n"
"Last-Translator: gghh <mail@geraldgeib.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/uk_UA.po b/translations/source/de/dictionaries/uk_UA.po
index cd0dc7e9d71..e41856b0c41 100644
--- a/translations/source/de/dictionaries/uk_UA.po
+++ b/translations/source/de/dictionaries/uk_UA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-14 07:58+0200\n"
"Last-Translator: gghh <mail@geraldgeib.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/vi.po b/translations/source/de/dictionaries/vi.po
index de35400473b..263ce2ac3cd 100644
--- a/translations/source/de/dictionaries/vi.po
+++ b/translations/source/de/dictionaries/vi.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-14 07:58+0200\n"
"Last-Translator: gghh <mail@geraldgeib.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/dictionaries/zu_ZA.po b/translations/source/de/dictionaries/zu_ZA.po
index c6832ec6c66..5f82aeb7a86 100644
--- a/translations/source/de/dictionaries/zu_ZA.po
+++ b/translations/source/de/dictionaries/zu_ZA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-14 07:58+0200\n"
"Last-Translator: gghh <mail@geraldgeib.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/editeng/source/accessibility.po b/translations/source/de/editeng/source/accessibility.po
index f1ba2114be0..0529f418021 100644
--- a/translations/source/de/editeng/source/accessibility.po
+++ b/translations/source/de/editeng/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:27+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/editeng/source/editeng.po b/translations/source/de/editeng/source/editeng.po
index 541637897ff..c4c4f55ce13 100644
--- a/translations/source/de/editeng/source/editeng.po
+++ b/translations/source/de/editeng/source/editeng.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 12:55+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/editeng/source/items.po b/translations/source/de/editeng/source/items.po
index 767186ccafb..fa33c54aed0 100644
--- a/translations/source/de/editeng/source/items.po
+++ b/translations/source/de/editeng/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-20 22:08+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/editeng/source/misc.po b/translations/source/de/editeng/source/misc.po
index 2f2a8fad416..35f7705fce1 100644
--- a/translations/source/de/editeng/source/misc.po
+++ b/translations/source/de/editeng/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:27+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/editeng/source/outliner.po b/translations/source/de/editeng/source/outliner.po
index 18dc27715a9..62dfbce4fe2 100644
--- a/translations/source/de/editeng/source/outliner.po
+++ b/translations/source/de/editeng/source/outliner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:27+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/extensions/source/abpilot.po b/translations/source/de/extensions/source/abpilot.po
index 563d06a8c48..5abc6da2f68 100644
--- a/translations/source/de/extensions/source/abpilot.po
+++ b/translations/source/de/extensions/source/abpilot.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-11 22:33+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/extensions/source/bibliography.po b/translations/source/de/extensions/source/bibliography.po
index 5f91a8e4ea0..a078b99cee4 100644
--- a/translations/source/de/extensions/source/bibliography.po
+++ b/translations/source/de/extensions/source/bibliography.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 22:14+0200\n"
"Last-Translator: andreschnabel <andre.schnabel@gmx.net>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/extensions/source/dbpilots.po b/translations/source/de/extensions/source/dbpilots.po
index 9f5021111dc..ffe476da561 100644
--- a/translations/source/de/extensions/source/dbpilots.po
+++ b/translations/source/de/extensions/source/dbpilots.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:27+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/extensions/source/propctrlr.po b/translations/source/de/extensions/source/propctrlr.po
index 58bdfd3894a..a028e86aad9 100644
--- a/translations/source/de/extensions/source/propctrlr.po
+++ b/translations/source/de/extensions/source/propctrlr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-07-30 19:12+0200\n"
"Last-Translator: Jacqueline <jr@natural-computing.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/extensions/source/scanner.po b/translations/source/de/extensions/source/scanner.po
index c4a711dd5e7..2804c4f5299 100644
--- a/translations/source/de/extensions/source/scanner.po
+++ b/translations/source/de/extensions/source/scanner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-07 09:19+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/extensions/source/update/check.po b/translations/source/de/extensions/source/update/check.po
index a45ed05b2c3..42492c50dc0 100644
--- a/translations/source/de/extensions/source/update/check.po
+++ b/translations/source/de/extensions/source/update/check.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-28 09:13+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/filter/source/config/fragments/filters.po b/translations/source/de/filter/source/config/fragments/filters.po
index ea39d77123d..e625b27deaf 100644
--- a/translations/source/de/filter/source/config/fragments/filters.po
+++ b/translations/source/de/filter/source/config/fragments/filters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-15 12:48+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/filter/source/config/fragments/internalgraphicfilters.po b/translations/source/de/filter/source/config/fragments/internalgraphicfilters.po
index cff64f0e5c0..822e85ecebc 100644
--- a/translations/source/de/filter/source/config/fragments/internalgraphicfilters.po
+++ b/translations/source/de/filter/source/config/fragments/internalgraphicfilters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:27+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/filter/source/config/fragments/types.po b/translations/source/de/filter/source/config/fragments/types.po
index 2f6a0274958..4deabc016a3 100644
--- a/translations/source/de/filter/source/config/fragments/types.po
+++ b/translations/source/de/filter/source/config/fragments/types.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-30 00:23+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/filter/source/flash.po b/translations/source/de/filter/source/flash.po
index 528454be7a9..a92d1568a85 100644
--- a/translations/source/de/filter/source/flash.po
+++ b/translations/source/de/filter/source/flash.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:27+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/filter/source/graphicfilter/eps.po b/translations/source/de/filter/source/graphicfilter/eps.po
index c01a079ec5f..73802472ac7 100644
--- a/translations/source/de/filter/source/graphicfilter/eps.po
+++ b/translations/source/de/filter/source/graphicfilter/eps.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-10 08:26+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/filter/source/pdf.po b/translations/source/de/filter/source/pdf.po
index 4cafebf40a0..73553fd8299 100644
--- a/translations/source/de/filter/source/pdf.po
+++ b/translations/source/de/filter/source/pdf.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%2Fpdf.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-02 08:07+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/de/filter/source/t602.po b/translations/source/de/filter/source/t602.po
index ffc4a5505f5..cb875e3a1d1 100644
--- a/translations/source/de/filter/source/t602.po
+++ b/translations/source/de/filter/source/t602.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-28 09:16+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/filter/source/xsltdialog.po b/translations/source/de/filter/source/xsltdialog.po
index 303a856b69a..7a05bd0a7b6 100644
--- a/translations/source/de/filter/source/xsltdialog.po
+++ b/translations/source/de/filter/source/xsltdialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-14 23:19+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/forms/source/resource.po b/translations/source/de/forms/source/resource.po
index 2dc93b999eb..8324836e78d 100644
--- a/translations/source/de/forms/source/resource.po
+++ b/translations/source/de/forms/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:27+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/formula/source/core/resource.po b/translations/source/de/formula/source/core/resource.po
index 498696ddcba..023d2225eba 100644
--- a/translations/source/de/formula/source/core/resource.po
+++ b/translations/source/de/formula/source/core/resource.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-31 15:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-28 16:36+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
@@ -1165,23 +1165,23 @@ msgstr "CHIQINV"
#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_BITAND.string.text
msgid "BITAND"
-msgstr "BITUND"
+msgstr "BITAND"
#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_BITOR.string.text
msgid "BITOR"
-msgstr "BITODER"
+msgstr "BITOR"
#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_BITXOR.string.text
msgid "BITXOR"
-msgstr "BITXODER"
+msgstr "BITXOR"
#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_BITRSHIFT.string.text
msgid "BITRSHIFT"
-msgstr "BITRVERSCHIEBUNG"
+msgstr "BITRSHIFT"
#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_BITLSHIFT.string.text
msgid "BITLSHIFT"
-msgstr "BITLVERSCHIEBUNG"
+msgstr "BITLSHIFT"
#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_ERROR_NULL.string.text
msgid "#NULL!"
diff --git a/translations/source/de/formula/source/ui/dlg.po b/translations/source/de/formula/source/ui/dlg.po
index 4eabf9a06eb..492b34e06fe 100644
--- a/translations/source/de/formula/source/ui/dlg.po
+++ b/translations/source/de/formula/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:27+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/fpicker/source/office.po b/translations/source/de/fpicker/source/office.po
index b9c89d2335d..52394e36e52 100644
--- a/translations/source/de/fpicker/source/office.po
+++ b/translations/source/de/fpicker/source/office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-05 22:45+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/framework/source/classes.po b/translations/source/de/framework/source/classes.po
index 2ec28b20a86..63b37025b21 100644
--- a/translations/source/de/framework/source/classes.po
+++ b/translations/source/de/framework/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:27+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/framework/source/services.po b/translations/source/de/framework/source/services.po
index bb357f301b7..1d31aa29885 100644
--- a/translations/source/de/framework/source/services.po
+++ b/translations/source/de/framework/source/services.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:27+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/helpcontent2/source/text/sbasic/guide.po b/translations/source/de/helpcontent2/source/text/sbasic/guide.po
index 9bc42af1c3a..5d15c191910 100644
--- a/translations/source/de/helpcontent2/source/text/sbasic/guide.po
+++ b/translations/source/de/helpcontent2/source/text/sbasic/guide.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-08-27 11:42+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/de/helpcontent2/source/text/sbasic/shared.po b/translations/source/de/helpcontent2/source/text/sbasic/shared.po
index 8f88f665f42..0b5b3518a00 100644
--- a/translations/source/de/helpcontent2/source/text/sbasic/shared.po
+++ b/translations/source/de/helpcontent2/source/text/sbasic/shared.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-02-03 22:59+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 03120103.xhp#tit.help.text
diff --git a/translations/source/de/helpcontent2/source/text/sbasic/shared/01.po b/translations/source/de/helpcontent2/source/text/sbasic/shared/01.po
index 3cd50fb25c3..d1b4a16903c 100644
--- a/translations/source/de/helpcontent2/source/text/sbasic/shared/01.po
+++ b/translations/source/de/helpcontent2/source/text/sbasic/shared/01.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2012-01-29 08:34+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 06130000.xhp#tit.help.text
diff --git a/translations/source/de/helpcontent2/source/text/sbasic/shared/02.po b/translations/source/de/helpcontent2/source/text/sbasic/shared/02.po
index 6cff9d9fcb4..ea7f0939c4a 100644
--- a/translations/source/de/helpcontent2/source/text/sbasic/shared/02.po
+++ b/translations/source/de/helpcontent2/source/text/sbasic/shared/02.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-29 08:42+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 11080000.xhp#tit.help.text
diff --git a/translations/source/de/helpcontent2/source/text/scalc.po b/translations/source/de/helpcontent2/source/text/scalc.po
index 75c99e9489d..2668d9f8ba7 100644
--- a/translations/source/de/helpcontent2/source/text/scalc.po
+++ b/translations/source/de/helpcontent2/source/text/scalc.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+helpcontent2%2Fsource%2Ftext%2Fscalc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-02-12 15:15+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: main0112.xhp#tit.help.text
diff --git a/translations/source/de/helpcontent2/source/text/scalc/00.po b/translations/source/de/helpcontent2/source/text/scalc/00.po
index 09fa0626f3c..cc8583c26fb 100644
--- a/translations/source/de/helpcontent2/source/text/scalc/00.po
+++ b/translations/source/de/helpcontent2/source/text/scalc/00.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-23 17:20+0200\n"
"Last-Translator: andreschnabel <andre.schnabel@gmx.net>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/de/helpcontent2/source/text/scalc/01.po b/translations/source/de/helpcontent2/source/text/scalc/01.po
index d7ab2f2c4fc..45037da26f2 100644
--- a/translations/source/de/helpcontent2/source/text/scalc/01.po
+++ b/translations/source/de/helpcontent2/source/text/scalc/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fscalc%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
-"PO-Revision-Date: 2012-01-31 15:05+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-02-28 16:41+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: de\n"
@@ -12042,11 +12042,11 @@ msgstr "Funktionen der Bitoperation"
#: 04060120.xhp#bm_id4150026.help.text
msgid "<bookmark_value>BITAND function</bookmark_value>"
-msgstr "<bookmark_value>BITUND-Funktion</bookmark_value>"
+msgstr "<bookmark_value>BITAND-Funktion</bookmark_value>"
#: 04060120.xhp#hd_id4150026.238.help.text
msgid "BITAND"
-msgstr "BITUND"
+msgstr "BITAND"
#: 04060120.xhp#par_id4146942.239.help.text
msgid "<ahelp hid=\"HID_FUNC_BITAND\">Returns a bitwise logical \"and\" of the parameters.</ahelp>"
@@ -12059,7 +12059,7 @@ msgstr "Syntax"
#: 04060120.xhp#par_id4146878.241.help.text
msgid "BITAND(number1; number2)"
-msgstr "BITUND(Zahl1; Zahl2)"
+msgstr "BITAND(Zahl1; Zahl2)"
#: 04060120.xhp#par_id4151228.242.help.text
msgctxt "04060120.xhp#par_id4151228.242.help.text"
@@ -12077,11 +12077,11 @@ msgstr "<item type=\"input\">=BITUND(6;10)</item> gibt 2 (0110 & 1010 = 0010) zu
#: 04060120.xhp#bm_id4146139.help.text
msgid "<bookmark_value>BITOR function</bookmark_value>"
-msgstr "<bookmark_value>BITODER-Funktion</bookmark_value>"
+msgstr "<bookmark_value>BITOR-Funktion</bookmark_value>"
#: 04060120.xhp#hd_id4146139.252.help.text
msgid "BITOR"
-msgstr "BITODER"
+msgstr "BITOR"
#: 04060120.xhp#par_id4150140.253.help.text
msgid "<ahelp hid=\"HID_FUNC_BITOR\">Returns a bitwise logical \"or\" of the parameters.</ahelp>"
@@ -12094,7 +12094,7 @@ msgstr "Syntax"
#: 04060120.xhp#par_id4148733.255.help.text
msgid "BITOR(number1; number2)"
-msgstr "BITODER(Zahl1; Zahl2)"
+msgstr "BITOR(Zahl1; Zahl2)"
#: 04060120.xhp#par_id4150864.256.help.text
msgctxt "04060120.xhp#par_id4150864.256.help.text"
@@ -12103,15 +12103,15 @@ msgstr "<emph>Zahl1</emph> und <emph>Zahl2</emph> sind positive Ganzzahlen, die
#: 04060120.xhp#par_id4149884.264.help.text
msgid "<item type=\"input\">=BITOR(6;10)</item> returns 14 (0110 | 1010 = 1110)."
-msgstr "<item type=\"input\">=BITODER(6;10)</item> gibt 14 (0110 | 1010 = 1110) zurück."
+msgstr "<item type=\"input\">=BITOR(6;10)</item> gibt 14 (0110 | 1010 = 1110) zurück."
#: 04060120.xhp#bm_id4150019.help.text
msgid "<bookmark_value>BITXOR function</bookmark_value>"
-msgstr "<bookmark_value>BITXODER-Funktion</bookmark_value>"
+msgstr "<bookmark_value>BITXOR-Funktion</bookmark_value>"
#: 04060120.xhp#hd_id4150019.182.help.text
msgid "BITXOR"
-msgstr "BITXODER"
+msgstr "BITXOR"
#: 04060120.xhp#par_id4145246.183.help.text
msgid "<ahelp hid=\"HID_FUNC_BITXOR\">Returns a bitwise logical \"exclusive or\" of the parameters.</ahelp>"
@@ -12124,7 +12124,7 @@ msgstr "Syntax"
#: 04060120.xhp#par_id4157970.185.help.text
msgid "BITXOR(number1; number2)"
-msgstr "BITXODER(Zahl1; Zahl2)"
+msgstr "BITXOR(Zahl1; Zahl2)"
#: 04060120.xhp#par_id4145302.186.help.text
msgctxt "04060120.xhp#par_id4145302.186.help.text"
@@ -12138,15 +12138,15 @@ msgstr "Beispiel"
#: 04060120.xhp#par_id4149394.196.help.text
msgid "<item type=\"input\">=BITXOR(6;10)</item> returns 12 (0110 ^ 1010 = 1100)"
-msgstr "<item type=\"input\">=BITXODER(6;10)</item> gibt 12 (0110 ^ 1010 = 1100) zurück"
+msgstr "<item type=\"input\">=BITXOR(6;10)</item> gibt 12 (0110 ^ 1010 = 1100) zurück"
#: 04060120.xhp#bm_id4155370.help.text
msgid "<bookmark_value>BITLSHIFT function</bookmark_value>"
-msgstr "<bookmark_value>BITLVERSCHIEBUNG-Funktion</bookmark_value>"
+msgstr "<bookmark_value>BITLSHIFT-Funktion</bookmark_value>"
#: 04060120.xhp#hd_id4155370.266.help.text
msgid "BITLSHIFT"
-msgstr "BITLVERSCHIEBUNG"
+msgstr "BITLSHIFT"
#: 04060120.xhp#par_id4158411.267.help.text
msgid "<ahelp hid=\"HID_FUNC_BITLSHIFT\">Shifts a number left by n bits.</ahelp>"
@@ -12159,7 +12159,7 @@ msgstr "Syntax"
#: 04060120.xhp#par_id4147536.269.help.text
msgid "BITLSHIFT(number; shift)"
-msgstr "BITLVERSCHIEBUNG(Zahl; Verschiebung)"
+msgstr "BITLSHIFT(Zahl; Verschiebung)"
#: 04060120.xhp#par_id4150475.270.help.text
msgctxt "04060120.xhp#par_id4150475.270.help.text"
@@ -12168,7 +12168,7 @@ msgstr "<emph>Zahl</emph> ist eine positive Ganzzahl kleiner als 2 ^ 48 (281 474
#: 04060120.xhp#par_id4153921.271.help.text
msgid "<emph>Shift</emph> is the number of positions the bits will be moved to the left. If shift is negative, it is synonymous with BITRSHIFT (number; -shift)."
-msgstr "<emph>Verschiebung</emph> ist die Anzahl der Positionen, um die die Bits nach links verschoben werden. Falls die Verschiebung negativ ist, ist sie synonym mit BITRVERSCHIEBUNG (Zahl; -Verschiebung)."
+msgstr "<emph>Verschiebung</emph> ist die Anzahl der Positionen, um die die Bits nach links verschoben werden. Falls die Verschiebung negativ ist, ist sie synonym mit BITRSHIFT(Zahl; -Verschiebung)."
#: 04060120.xhp#hd_id4153723.276.help.text
msgctxt "04060120.xhp#hd_id4153723.276.help.text"
@@ -12177,15 +12177,15 @@ msgstr "Beispiel"
#: 04060120.xhp#par_id4149819.278.help.text
msgid "<item type=\"input\">=BITLSHIFT(6;1)</item> returns 12 (0110 << 1 = 1100)."
-msgstr "<item type=\"input\">=BITLVERSCHIEBUNG(6;1)</item> gibt 12 (0110 << 1 = 1100) zurück."
+msgstr "<item type=\"input\">=BITLSHIFT(6;1)</item> gibt 12 (0110 << 1 = 1100) zurück."
#: 04060120.xhp#bm_id4083280.help.text
msgid "<bookmark_value>BITRSHIFT function</bookmark_value>"
-msgstr "<bookmark_value>BITRVERSCHIEBUNG-Funktion</bookmark_value>"
+msgstr "<bookmark_value>BITRSHIFT-Funktion</bookmark_value>"
#: 04060120.xhp#hd_id4083280.165.help.text
msgid "BITRSHIFT"
-msgstr "BITRVERSCHIEBUNG"
+msgstr "BITRSHIFT"
#: 04060120.xhp#par_id4152482.166.help.text
msgid "<ahelp hid=\"HID_FUNC_BITRSHIFT\">Shifts a number right by n bits.</ahelp>"
@@ -12198,7 +12198,7 @@ msgstr "Syntax"
#: 04060120.xhp#par_id4145087.168.help.text
msgid "BITRSHIFT(number; shift)"
-msgstr "BITRVERSCHIEBUNG(Zahl; Verschiebung)"
+msgstr "BITRSHIFT(Zahl; Verschiebung)"
#: 04060120.xhp#par_id4149277.169.help.text
msgctxt "04060120.xhp#par_id4149277.169.help.text"
@@ -12207,7 +12207,7 @@ msgstr "<emph>Zahl</emph> ist eine positive Ganzzahl kleiner als 2 ^ 48 (281 474
#: 04060120.xhp#par_id4149270.170.help.text
msgid "<emph>Shift</emph> is the number of positions the bits will be moved to the right. If shift is negative, it is synonymous with BITLSHIFT (number; -shift)."
-msgstr "<emph>Verschiebung</emph> ist die Anzahl der Positionen, um die die Bits nach rechts verschoben werden. Falls die Verschiebung negativ ist, ist sie synonym mit BITLVERSCHIEBUNG (Zahl; -Verschiebung)."
+msgstr "<emph>Verschiebung</emph> ist die Anzahl der Positionen, um die die Bits nach rechts verschoben werden. Falls die Verschiebung negativ ist, ist sie synonym mit BITLSHIFT(Zahl; -Verschiebung)."
#: 04060120.xhp#hd_id4152933.175.help.text
msgctxt "04060120.xhp#hd_id4152933.175.help.text"
@@ -12216,7 +12216,7 @@ msgstr "Beispiel"
#: 04060120.xhp#par_id4156130.179.help.text
msgid "<item type=\"input\">=BITRSHIFT(6;1)</item> returns 3 (0110 >> 1 = 0011)."
-msgstr "<item type=\"input\">=BITRVERSCHIEBUNG(6;1)</item> gibt 3 (0110 >> 1 = 0011) zurück."
+msgstr "<item type=\"input\">=BITRSHIFT(6;1)</item> gibt 3 (0110 >> 1 = 0011) zurück."
#: 04070100.xhp#tit.help.text
msgctxt "04070100.xhp#tit.help.text"
diff --git a/translations/source/de/helpcontent2/source/text/scalc/02.po b/translations/source/de/helpcontent2/source/text/scalc/02.po
index 345fc771848..3a9693cca14 100644
--- a/translations/source/de/helpcontent2/source/text/scalc/02.po
+++ b/translations/source/de/helpcontent2/source/text/scalc/02.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-29 08:57+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 18010000.xhp#tit.help.text
diff --git a/translations/source/de/helpcontent2/source/text/scalc/04.po b/translations/source/de/helpcontent2/source/text/scalc/04.po
index 76cbd98e4fe..db7c3e110bd 100644
--- a/translations/source/de/helpcontent2/source/text/scalc/04.po
+++ b/translations/source/de/helpcontent2/source/text/scalc/04.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-29 21:59+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 01020000.xhp#tit.help.text
diff --git a/translations/source/de/helpcontent2/source/text/scalc/05.po b/translations/source/de/helpcontent2/source/text/scalc/05.po
index 88f4baf85f7..518b47416d6 100644
--- a/translations/source/de/helpcontent2/source/text/scalc/05.po
+++ b/translations/source/de/helpcontent2/source/text/scalc/05.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2012-01-25 15:39+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: empty_cells.xhp#tit.help.text
diff --git a/translations/source/de/helpcontent2/source/text/scalc/guide.po b/translations/source/de/helpcontent2/source/text/scalc/guide.po
index 5417eac09e6..07e409142cf 100644
--- a/translations/source/de/helpcontent2/source/text/scalc/guide.po
+++ b/translations/source/de/helpcontent2/source/text/scalc/guide.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-01-29 22:04+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: year2000.xhp#tit.help.text
@@ -5110,7 +5110,7 @@ msgstr "Zum Erstellen eines Szenarios wählen Sie zunächst alle Zellen aus, die
#: scenario.xhp#par_id3154020.17.help.text
msgid "Select the cells that contain the values that will change between scenarios. To select multiple cells, hold down the <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline></item> key as you click each cell."
-msgstr ""
+msgstr "Markieren Sie die Zellen, die die Werte enthalten, die bei den Szenarien gewechselt werden sollen. Um mehrere Zellen auszuwählen, halten Sie die <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Befehl</caseinline><defaultinline>Strg</defaultinline></switchinline></item>-Taste gedrückt, während Sie die Zellen nacheinander anklicken."
#: scenario.xhp#par_id3150364.18.help.text
msgid "Choose <emph>Tools - Scenarios</emph>. The <emph>Create Scenario</emph> dialog appears."
diff --git a/translations/source/de/helpcontent2/source/text/schart.po b/translations/source/de/helpcontent2/source/text/schart.po
index 954a9bd183b..d3095c83c5e 100644
--- a/translations/source/de/helpcontent2/source/text/schart.po
+++ b/translations/source/de/helpcontent2/source/text/schart.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+helpcontent2%2Fsource%2Ftext%2Fschart.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-08-21 19:01+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/de/helpcontent2/source/text/schart/00.po b/translations/source/de/helpcontent2/source/text/schart/00.po
index 6a7d51d13e4..d7c11ac4e89 100644
--- a/translations/source/de/helpcontent2/source/text/schart/00.po
+++ b/translations/source/de/helpcontent2/source/text/schart/00.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-10-12 00:17+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/de/helpcontent2/source/text/schart/01.po b/translations/source/de/helpcontent2/source/text/schart/01.po
index b73e6ee9578..14f456afe1f 100644
--- a/translations/source/de/helpcontent2/source/text/schart/01.po
+++ b/translations/source/de/helpcontent2/source/text/schart/01.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-29 22:06+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 04020000.xhp#tit.help.text
diff --git a/translations/source/de/helpcontent2/source/text/schart/02.po b/translations/source/de/helpcontent2/source/text/schart/02.po
index 479099e2024..cc768c5cdc8 100644
--- a/translations/source/de/helpcontent2/source/text/schart/02.po
+++ b/translations/source/de/helpcontent2/source/text/schart/02.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-29 09:07+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 01220000.xhp#tit.help.text
diff --git a/translations/source/de/helpcontent2/source/text/schart/04.po b/translations/source/de/helpcontent2/source/text/schart/04.po
index 51ddb14681f..caeb9d3fc54 100644
--- a/translations/source/de/helpcontent2/source/text/schart/04.po
+++ b/translations/source/de/helpcontent2/source/text/schart/04.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:24+0200\n"
"Last-Translator: andreschnabel <andre.schnabel@gmx.net>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/de/helpcontent2/source/text/sdraw.po b/translations/source/de/helpcontent2/source/text/sdraw.po
index f4ee059ca7a..2eec4a14289 100644
--- a/translations/source/de/helpcontent2/source/text/sdraw.po
+++ b/translations/source/de/helpcontent2/source/text/sdraw.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+helpcontent2%2Fsource%2Ftext%2Fsdraw.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-10-12 07:21+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/de/helpcontent2/source/text/sdraw/00.po b/translations/source/de/helpcontent2/source/text/sdraw/00.po
index fd9c0d85d7e..ba1ea1270ca 100644
--- a/translations/source/de/helpcontent2/source/text/sdraw/00.po
+++ b/translations/source/de/helpcontent2/source/text/sdraw/00.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 19:24+0200\n"
"Last-Translator: andreschnabel <andre.schnabel@gmx.net>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/de/helpcontent2/source/text/sdraw/01.po b/translations/source/de/helpcontent2/source/text/sdraw/01.po
index 50e6b1c25bc..c8e454c86dc 100644
--- a/translations/source/de/helpcontent2/source/text/sdraw/01.po
+++ b/translations/source/de/helpcontent2/source/text/sdraw/01.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:24+0200\n"
"Last-Translator: andreschnabel <andre.schnabel@gmx.net>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/de/helpcontent2/source/text/sdraw/04.po b/translations/source/de/helpcontent2/source/text/sdraw/04.po
index ff9f992b3b5..681b98e0481 100644
--- a/translations/source/de/helpcontent2/source/text/sdraw/04.po
+++ b/translations/source/de/helpcontent2/source/text/sdraw/04.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-27 23:04+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 01020000.xhp#tit.help.text
diff --git a/translations/source/de/helpcontent2/source/text/sdraw/guide.po b/translations/source/de/helpcontent2/source/text/sdraw/guide.po
index 4b2532d2097..9a1612abc0a 100644
--- a/translations/source/de/helpcontent2/source/text/sdraw/guide.po
+++ b/translations/source/de/helpcontent2/source/text/sdraw/guide.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-08-20 09:33+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/de/helpcontent2/source/text/shared.po b/translations/source/de/helpcontent2/source/text/shared.po
index fa2effb1b04..d47aca139c0 100644
--- a/translations/source/de/helpcontent2/source/text/shared.po
+++ b/translations/source/de/helpcontent2/source/text/shared.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+helpcontent2%2Fsource%2Ftext%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2012-01-29 09:10+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: main0226.xhp#tit.help.text
diff --git a/translations/source/de/helpcontent2/source/text/shared/00.po b/translations/source/de/helpcontent2/source/text/shared/00.po
index b4d205cb0d8..9cfa542c855 100644
--- a/translations/source/de/helpcontent2/source/text/shared/00.po
+++ b/translations/source/de/helpcontent2/source/text/shared/00.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-01-29 16:22+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 00000200.xhp#tit.help.text
@@ -3498,7 +3498,7 @@ msgstr "XML-Dateiformat"
#: 00000021.xhp#bm_id3154408.help.text
msgid "<bookmark_value>exporting; XML files</bookmark_value> <bookmark_value>XML file formats</bookmark_value> <bookmark_value>extensions; file formats</bookmark_value> <bookmark_value>suffixes in file formats</bookmark_value> <bookmark_value>document types in $[officename]</bookmark_value> <bookmark_value>file formats; changing $[officename] defaults</bookmark_value> <bookmark_value>defaults;file formats in $[officename]</bookmark_value> <bookmark_value>file formats;OpenDocument/XML</bookmark_value> <bookmark_value>OpenDocument file formats</bookmark_value> <bookmark_value>ODF file formats</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Exportieren; XML-Dateien</bookmark_value><bookmark_value>XML-Dateiformate</bookmark_value><bookmark_value>Erweiterungen; Dateiformate</bookmark_value><bookmark_value>Suffixe in Dateiformaten</bookmark_value><bookmark_value>Dokumenttypen in $[officename]</bookmark_value><bookmark_value>Dateiformate; Standard ändern</bookmark_value><bookmark_value>Standarddateiformate</bookmark_value><bookmark_value>Dateiformate;OpenDocument/XML</bookmark_value><bookmark_value>OpenDocument-Dateiformate</bookmark_value><bookmark_value>ODF Dateiformat</bookmark_value>"
#: 00000021.xhp#hd_id3154408.2.help.text
msgid "<variable id=\"xmlformat\"><link href=\"text/shared/00/00000021.xhp\" name=\"XML File Formats\">XML File Formats</link></variable>"
diff --git a/translations/source/de/helpcontent2/source/text/shared/01.po b/translations/source/de/helpcontent2/source/text/shared/01.po
index 8321fd617c7..6d83117b661 100644
--- a/translations/source/de/helpcontent2/source/text/shared/01.po
+++ b/translations/source/de/helpcontent2/source/text/shared/01.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2012-02-03 22:56+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 06150000.xhp#tit.help.text
diff --git a/translations/source/de/helpcontent2/source/text/shared/02.po b/translations/source/de/helpcontent2/source/text/shared/02.po
index d286d0ac1b6..7213bf8d0c6 100644
--- a/translations/source/de/helpcontent2/source/text/shared/02.po
+++ b/translations/source/de/helpcontent2/source/text/shared/02.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-02-04 11:21+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 18010000.xhp#tit.help.text
@@ -8450,7 +8450,7 @@ msgstr "Einzug erhöhen"
#: 02140000.xhp#par_id3152996.5.help.text
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Click the <emph>Increase Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key to move the indenting of the selected paragraph by the default tab distance set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Klicken Sie auf bei gedrückter <switchinline select=\"sys\"><caseinline select=\"MAC\">Befehl</caseinline><defaultinline>Strg</defaultinline></switchinline>-Taste auf das Symbol <emph>Einzug vergrößern</emph>, um den Einzug des ausgewählten Absatzes um den im Menü <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>Extras - Optionen... - %PRODUCTNAME Writer - Allgemein</emph></link> für das Drehfeld Tabulatorenabstand eingestellten Wert zu verschieben.</caseinline></switchinline>"
#: 02140000.xhp#par_id3157910.6.help.text
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Example:</caseinline></switchinline>"
diff --git a/translations/source/de/helpcontent2/source/text/shared/04.po b/translations/source/de/helpcontent2/source/text/shared/04.po
index db1d1cf29cd..fed1be8ca01 100644
--- a/translations/source/de/helpcontent2/source/text/shared/04.po
+++ b/translations/source/de/helpcontent2/source/text/shared/04.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-08-21 13:53+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/de/helpcontent2/source/text/shared/05.po b/translations/source/de/helpcontent2/source/text/shared/05.po
index 95971aa9e10..b194dd2a282 100644
--- a/translations/source/de/helpcontent2/source/text/shared/05.po
+++ b/translations/source/de/helpcontent2/source/text/shared/05.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-29 16:25+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 00000110.xhp#tit.help.text
diff --git a/translations/source/de/helpcontent2/source/text/shared/07.po b/translations/source/de/helpcontent2/source/text/shared/07.po
index 846ba8ed2d8..2c8eb155d74 100644
--- a/translations/source/de/helpcontent2/source/text/shared/07.po
+++ b/translations/source/de/helpcontent2/source/text/shared/07.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F07.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:25+0200\n"
"Last-Translator: andreschnabel <andre.schnabel@gmx.net>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/de/helpcontent2/source/text/shared/autokorr.po b/translations/source/de/helpcontent2/source/text/shared/autokorr.po
index c2b2ef7ee61..afdc12bce5a 100644
--- a/translations/source/de/helpcontent2/source/text/shared/autokorr.po
+++ b/translations/source/de/helpcontent2/source/text/shared/autokorr.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautokorr.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:25+0200\n"
"Last-Translator: andreschnabel <andre.schnabel@gmx.net>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/de/helpcontent2/source/text/shared/autopi.po b/translations/source/de/helpcontent2/source/text/shared/autopi.po
index a2c2cdcf816..6bb8293bf44 100644
--- a/translations/source/de/helpcontent2/source/text/shared/autopi.po
+++ b/translations/source/de/helpcontent2/source/text/shared/autopi.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautopi.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-29 16:35+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 01110200.xhp#tit.help.text
diff --git a/translations/source/de/helpcontent2/source/text/shared/explorer/database.po b/translations/source/de/helpcontent2/source/text/shared/explorer/database.po
index 5d3f405b95a..12dc7a986e4 100644
--- a/translations/source/de/helpcontent2/source/text/shared/explorer/database.po
+++ b/translations/source/de/helpcontent2/source/text/shared/explorer/database.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fexplorer%2Fdatabase.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-02-04 11:24+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 11080000.xhp#tit.help.text
diff --git a/translations/source/de/helpcontent2/source/text/shared/guide.po b/translations/source/de/helpcontent2/source/text/shared/guide.po
index 34d2e63aef0..da2c39ae672 100644
--- a/translations/source/de/helpcontent2/source/text/shared/guide.po
+++ b/translations/source/de/helpcontent2/source/text/shared/guide.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-02-10 15:02+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: redlining_doccompare.xhp#tit.help.text
diff --git a/translations/source/de/helpcontent2/source/text/shared/optionen.po b/translations/source/de/helpcontent2/source/text/shared/optionen.po
index 278f67e3d4b..d1646de88da 100644
--- a/translations/source/de/helpcontent2/source/text/shared/optionen.po
+++ b/translations/source/de/helpcontent2/source/text/shared/optionen.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2Foptionen.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
-"PO-Revision-Date: 2012-02-10 15:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-02-22 22:06+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: de\n"
@@ -124,8 +124,8 @@ msgid "If you import an MS Word document, the spaces are automatically added dur
msgstr "Wenn Sie ein MS-Word-Dokument importieren, werden die Abstände bei der Konvertierung automatisch addiert."
#: 01041000.xhp#hd_id3149964.42.help.text
-msgid "Use StarOffice 6.0/7 tab stop formatting"
-msgstr "Arbeiten mit der Tabulatorformatierung von StarOffice 6.0/7"
+msgid "Use OpenOffice.org 1.1 tab stop formatting"
+msgstr "OpenOffice 1.1 Tabulatorstopp-Formatierung verwenden"
#: 01041000.xhp#par_id3152777.43.help.text
msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTLOAD_PAGE_CB_TAB_ALIGNMENT\">Specifies how to align text at tab stops beyond the right margin, how to handle decimal tab stops, and how to handle tab stops close to a line break.</ahelp> If this check box is not selected, tab stops are handled in the same way as in other Office applications."
@@ -148,8 +148,8 @@ msgid "In text documents created by your current version of Writer, the addition
msgstr "In Textdokumenten, die mit der aktuellen Version von Writer erstellt wurden, wird der zusätzliche Durchschuss verwendet. In Textdokumenten, die mit Versionen vor StarOffice 8 oder OpenOffice.org 2.0 erstellt wurden, wird der zusätzliche Durchschuss nicht verwendet."
#: 01041000.xhp#par_idN107FF.help.text
-msgid "Use StarOffice 6.0/7 line spacing"
-msgstr "Arbeiten mit StarOffice 6.0/7-Zeilenabständen"
+msgid "Use OpenOffice.org 1.1 line spacing"
+msgstr "OpenOffice 1.1 Zeilenabstand verwenden"
#: 01041000.xhp#par_idN10815.help.text
msgid "If the option is off, a new process for formatting text lines with proportional line spacing will be applied. If the option is on, the previous method of formatting of text lines with proportional line spacing will be applied."
@@ -173,8 +173,8 @@ msgid "If the option is off, table cells will be formatted as in Writer versions
msgstr "Wenn diese Option ausgeschaltet ist, werden Tabellenzellen wie in Writer Versionen vor StarOffice 8 oder OpenOffice.org 2.0 formatiert. Wenn die Option eingeschaltet ist, wird einen andere Methode zum Formatieren von Tabellenzellen angewendet. Die Option ist standardmäßig eingeschaltet für neue, mit %PRODUCTNAME %PRODUCTVERSION erzeugte Dokumente, und für Dokumente, welche im Microsoft Office Format importiert werden."
#: 01041000.xhp#par_idN1084C.help.text
-msgid "Use StarOffice 6.0/7 object positioning"
-msgstr "Arbeiten mit der Objektplatzierung von StarOffice 6.0/7"
+msgid "Use OpenOffice.org 1.1 object positioning"
+msgstr "OpenOffice 1.1 Objektpositionierung verwenden"
#: 01041000.xhp#par_idN10864.help.text
msgid "Specifies how to calculate the position of floating objects anchored to a character or paragraph with respect to the top and bottom paragraph spacing."
@@ -189,8 +189,8 @@ msgid "The option will be set to off for new documents. For Writer documents cre
msgstr "Für neue Dokumente ist diese Option standardmäßig ausgeschaltet. Für Writer-Dokumente, die mit %PRODUCTNAME vor Version %PRODUCTVERSION erstellt wurden, ist diese Option eingeschaltet."
#: 01041000.xhp#par_idN10821.help.text
-msgid "Use StarOffice 6.0/7 text wrapping around objects"
-msgstr "Arbeiten mit StarOffice 6.0/7-Textumbrüchen um Objekte"
+msgid "Use OpenOffice.org 1.1 text wrapping around objects"
+msgstr "OpenOffice 1.1 Textumbrüchen um Objekte verwenden"
#: 01041000.xhp#par_id4016541.help.text
msgid "MS Word and Writer have different approaches on wrapping text around floating screen objects. Floating screen object are Writer frames and drawing objects, and the objects 'text box', 'graphic', 'frame', 'picture' etc. in MS Word."
@@ -3164,23 +3164,6 @@ msgstr "Grafiken und Objekte"
msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PGRF\">Specifies whether the graphics of your text document are printed.</ahelp>"
msgstr "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PGRF\">Legt fest, dass die Grafiken des Textdokuments gedruckt werden.</ahelp>"
-#: 01040400.xhp#hd_id3150771.7.help.text
-msgctxt "01040400.xhp#hd_id3150771.7.help.text"
-msgid "Tables"
-msgstr "Tabellen"
-
-#: 01040400.xhp#par_id3148943.8.help.text
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PTAB\">Specifies whether the tables of the text document are printed.</ahelp>"
-msgstr "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PTAB\">Legt fest, dass die Tabellen des Textdokuments gedruckt werden.</ahelp>"
-
-#: 01040400.xhp#hd_id3149294.9.help.text
-msgid "Drawings (not for HTML documents)"
-msgstr "Zeichnungen (nicht bei HTML-Dokument)"
-
-#: 01040400.xhp#par_id3149457.10.help.text
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PDRAW\">Specifies whether graphics created with $[officename] drawing functions are printed.</ahelp>"
-msgstr "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PDRAW\">Legt fest, dass die Grafiken des Textdokuments, die mit den Zeichenfunktionen von $[officename] erstellt wurden, gedruckt werden.</ahelp>"
-
#: 01040400.xhp#hd_id3153525.11.help.text
msgid "Form controls"
msgstr "Formular-Steuerelemente"
@@ -5449,14 +5432,6 @@ msgstr " <emph>Beispiel:</emph> Geben Sie in Zelle A1 den Text 'Test' ei
msgid "The EXACT text function is always case-sensitive, independent of the settings in this dialog."
msgstr "Die Textfunktion IDENTISCH berücksichtigt immer die Groß- und Kleinschreibung, unabhängig von der Einstellung in diesem Dialog."
-#: 01060500.xhp#hd_id3145231.53.help.text
-msgid "Decimal places"
-msgstr "Nachkommastellen"
-
-#: 01060500.xhp#par_id3149568.54.help.text
-msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
-msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Dieser Wert gibt an, mit wie vielen Nachkommastellen Zahlen im Zahlenformat <emph>Standard</emph> dargestellt werden. Die Zahlen werden zwar gerundet angezeigt, aber nicht gerundet gespeichert.</ahelp>"
-
#: 01060500.xhp#hd_id3145150.30.help.text
msgid "Precision as shown"
msgstr "Genauigkeit wie angezeigt"
@@ -5545,6 +5520,14 @@ msgstr "Stellen für Standardformat begrenzen"
msgid "<ahelp hid=\".\">You can specify the maximum number of decimal places that are shown by default for cells with General number format. If not enabled, cells with General number format show as many decimal places as the column width allows.</ahelp>"
msgstr "<ahelp hid=\".\">Hier können Sie die Anzahl der angezeigten Dezimalstellen für Zellen, die mit dem Standardzahlenformat formatierten sind, begrenzen. Ist diese Option nicht aktiv, so werden bei Zellen mit dem Standardzahlenformat soviele Dezimalzellen angezeigt, wie es die Spaltenbreite erlaubt.</ahelp>"
+#: 01060500.xhp#hd_id3145231.53.help.text
+msgid "Decimal places"
+msgstr "Nachkommastellen"
+
+#: 01060500.xhp#par_id3149568.54.help.text
+msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
+msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Dieser Wert gibt an, mit wie vielen Nachkommastellen Zahlen im Zahlenformat <emph>Standard</emph> dargestellt werden. Die Zahlen werden zwar gerundet angezeigt, aber nicht gerundet gespeichert.</ahelp>"
+
#: viewcertificate_c.xhp#tit.help.text
msgid "Certificate Path"
msgstr "Certificate Path"
@@ -5808,8 +5791,8 @@ msgid "View"
msgstr "Anzeige"
#: 01060100.xhp#bm_id3147242.help.text
-msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>handles; showing large handles (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
-msgstr "<bookmark_value>Zellen; Gitterlinien anzeigen (Calc)</bookmark_value><bookmark_value>Optische Hilfen; Linien anzeigen (Calc)</bookmark_value><bookmark_value>Gitter; Linien anzeigen (Calc)</bookmark_value><bookmark_value>Farben; Gitterlinien und Zellen (Calc)</bookmark_value><bookmark_value>Seitenumbrüche; anzeigen (Calc)</bookmark_value><bookmark_value>Hilfslinien; anzeigen (Calc)</bookmark_value><bookmark_value>Griffe; große Griffe anzeigen (Calc)</bookmark_value><bookmark_value>Anzeigen; Nullwerte (Calc)</bookmark_value><bookmark_value>Nullwerte; anzeigen (Calc)</bookmark_value><bookmark_value>Tabellen in Tabellendokumenten; Werte hervorheben</bookmark_value><bookmark_value>Zellen; Formatierung ohne Auswirkung (Calc)</bookmark_value><bookmark_value>Zellen; einfärben (Calc)</bookmark_value><bookmark_value>Anker; anzeigen (Calc)</bookmark_value><bookmark_value>Verankerung; anzeigen (Calc)</bookmark_value><bookmark_value>Farben; Einschränkungen (Calc)</bookmark_value><bookmark_value>Textüberlauf in Tabellenzellen</bookmark_value><bookmark_value>Referenzen; farbig darstellen (Calc)</bookmark_value><bookmark_value>Objekte; in Tabellendokumenten darstellen</bookmark_value><bookmark_value>Grafiken; in Calc anzeigen</bookmark_value><bookmark_value>Diagramme; anzeigen (Calc)</bookmark_value><bookmark_value>Zeichenobjekte; anzeigen (Calc)</bookmark_value><bookmark_value>Zeilenköpfe; anzeigen (Calc)</bookmark_value><bookmark_value>Spaltenköpfe; anzeigen (Calc)</bookmark_value><bookmark_value>Bildlaufleiste; anzeigen (Calc)</bookmark_value><bookmark_value>Tabellenregister; anzeigen</bookmark_value><bookmark_value>Register; Tabellenregister anzeigen</bookmark_value><bookmark_value>Gliederungssymbole; anzeigen</bookmark_value>"
+msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
+msgstr "<bookmark_value>Zellen; Gitterlinien anzeigen (Calc)</bookmark_value><bookmark_value>Rahmen; Zellen anzeigen (Calc)</bookmark_value><bookmark_value>Gitter; Linien anzeigen (Calc)</bookmark_value><bookmark_value>Farben; Gitterlinien und Zellen (Calc)</bookmark_value><bookmark_value>Seitenumbrüche; anzeigen (Calc)</bookmark_value><bookmark_value>Hilfslinien; anzeigen (Calc)</bookmark_value><bookmark_value>Anzeigen; Nullwerte (Calc)</bookmark_value><bookmark_value>Nullwerte; anzeigen (Calc)</bookmark_value><bookmark_value>Tabellen in Tabellendokumenten; Werte hervorheben</bookmark_value><bookmark_value>Zellen; unsichtbare Formatierung (Calc)</bookmark_value><bookmark_value>Zellen; einfärben (Calc)</bookmark_value><bookmark_value>Anker; anzeigen (Calc)</bookmark_value><bookmark_value>Farben; Einschränkungen (Calc)</bookmark_value><bookmark_value>Textüberlauf in Tabellenzellen</bookmark_value><bookmark_value>Referenzen; farbig darstellen (Calc)</bookmark_value><bookmark_value>Objekte; in Tabellendokumenten anzeigen</bookmark_value><bookmark_value>Bilder; in Calc anzeigen</bookmark_value><bookmark_value>Diagramme; anzeigen (Calc)</bookmark_value><bookmark_value>Zeichenobjekte; anzeigen (Calc)</bookmark_value><bookmark_value>Zeilenköpfe; anzeigen (Calc)</bookmark_value><bookmark_value>Spaltenköpfe; anzeigen (Calc)</bookmark_value><bookmark_value>Bildlaufleisten; anzeigen (Calc)</bookmark_value><bookmark_value>Tabellenregister; anzeigen</bookmark_value><bookmark_value>Register; Tabellenregister anzeigen</bookmark_value><bookmark_value>Umrandungen; Symbole umranden</bookmark_value>"
#: 01060100.xhp#hd_id3150445.1.help.text
msgid "<link href=\"text/shared/optionen/01060100.xhp\" name=\"View\">View</link>"
@@ -5861,15 +5844,6 @@ msgstr "Hilfslinien beim Verschieben"
msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">Specifies whether to view guides when moving drawings, frames, graphics and other objects.</ahelp> These guides help you align objects."
msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\" visibility=\"visible\">Markieren Sie dieses Feld, wenn Sie beim Verschieben von Zeichnungen, Rahmen, Grafiken und anderen Objekten Hilfslinien sehen wollen.</ahelp> Diese Linien helfen Ihnen beim Ausrichten der Objekte."
-#: 01060100.xhp#hd_id3149202.40.help.text
-msgctxt "01060100.xhp#hd_id3149202.40.help.text"
-msgid "Large handles"
-msgstr "Große Griffe"
-
-#: 01060100.xhp#par_id3154123.41.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\">Specifies that larger than normal handles (the eight points on a selection box) are displayed.</ahelp>"
-msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\" visibility=\"visible\">Griffe (die acht Punkte an einem Auswahlrahmen) werden größer als normal angezeigt.</ahelp>"
-
#: 01060100.xhp#hd_id3152920.3.help.text
msgctxt "01060100.xhp#hd_id3152920.3.help.text"
msgid "Display"
@@ -6810,8 +6784,8 @@ msgid "View"
msgstr "Anzeige"
#: 01040200.xhp#bm_id3156346.help.text
-msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>handles; displaying (Writer)</bookmark_value><bookmark_value>large handles (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
-msgstr "<bookmark_value>Hilfslinien; beim Verschieben anzeigen (Writer)</bookmark_value><bookmark_value>Fanglinien; anzeigen (Writer)</bookmark_value><bookmark_value>Große Griffe (Writer)</bookmark_value><bookmark_value>Bildlaufleiste; horizontal und vertikal (Writer)</bookmark_value><bookmark_value>horizontale Bildlaufleiste (Writer)</bookmark_value><bookmark_value>vertikale Bildlaufleiste (Writer)</bookmark_value><bookmark_value>Weiches Scrollen (Writer)</bookmark_value><bookmark_value>Anzeigen; Grafiken und Objekte (Writer)</bookmark_value><bookmark_value>Grafiken; anzeigen (Writer)</bookmark_value><bookmark_value>Objekte; anzeigen (Writer)</bookmark_value><bookmark_value>Anzeigen; Tabellen (Writer)</bookmark_value><bookmark_value>Tabellen in Textdokumenten; anzeigen</bookmark_value><bookmark_value>Tabellenbegrenzungen (Writer)</bookmark_value><bookmark_value>Begrenzungen; Tabellenbegrenzungen (Writer)</bookmark_value><bookmark_value>Grenzen von Tabellen (Writer)</bookmark_value><bookmark_value>Anzeigen; Zeichnungen und Kontrollfelder (Writer)</bookmark_value><bookmark_value>Zeichnungen; anzeigen (Writer)</bookmark_value><bookmark_value>Kontrollfelder; anzeigen (Writer)</bookmark_value><bookmark_value>Feldnamen; anzeigen (Writer)</bookmark_value><bookmark_value>Anzeigen; Kommentare (Writer)</bookmark_value>"
+msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
+msgstr "<bookmark_value>Fanglinien; beim Bewegen von Rahmen anzeigen (Writer)</bookmark_value><bookmark_value>Bildlaufleisten; horizontal und vertikal (Writer)</bookmark_value><bookmark_value>Horizontale Bildlaufleisten (Writer)</bookmark_value><bookmark_value>Vertikale Bildlaufleisten (Writer)</bookmark_value><bookmark_value>Sanfter Bildlauf (Writer)</bookmark_value><bookmark_value>Anzeigen; Bilder und Objekte (Writer)</bookmark_value><bookmark_value>Bilder; anzeigen (Writer)</bookmark_value><bookmark_value>Objekte; in Textdokumenten anzeigen</bookmark_value><bookmark_value>Anzeigen; Tabellen (Writer)</bookmark_value><bookmark_value>Tabellen im Text; anzeigen</bookmark_value><bookmark_value>Tabellenbegrenzungen (Writer)</bookmark_value><bookmark_value>Rahmen; Tabellenbegrenzung (Writer)</bookmark_value><bookmark_value>Tabellenbegrenzungen (Writer)</bookmark_value><bookmark_value>Anzeigen; Zeichnungen und Kontrollelemente (Writer)</bookmark_value><bookmark_value>Zeichnungen; anzeigen (Writer)</bookmark_value><bookmark_value>Kontrollelemente; anzeigen (Writer)</bookmark_value><bookmark_value>Felder; Feldcode anzeigen (Writer)</bookmark_value><bookmark_value>Anzeigen; Kommentare in Textdokumenten</bookmark_value>"
#: 01040200.xhp#hd_id3145090.1.help.text
msgid "<link href=\"text/shared/optionen/01040200.xhp\" name=\"View\">View</link>"
@@ -6838,15 +6812,6 @@ msgstr "Hilfslinien beim Verschieben"
msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">Displays snap lines around the frames when frames are moved. You can select the<emph> Helplines While Moving </emph>option to show the exact position of the object using lineal values.</ahelp>"
msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">Zeigt beim Verschieben von Rahmen Hilfslinien an. Sie können die Option <emph>Hilfslinien beim Verschieben</emph> auswählen, um die exakte Position des Objekts mithilfe von Linien zu bestimmen.</ahelp>"
-#: 01040200.xhp#hd_id3149763.32.help.text
-msgctxt "01040200.xhp#hd_id3149763.32.help.text"
-msgid "Large handles"
-msgstr "Große Griffe"
-
-#: 01040200.xhp#par_id3153665.33.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_BIGHANDLE\">Displays larger sized handles (the eight points on a delimiting rectangle).</ahelp>"
-msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_BIGHANDLE\">Zeigt die Griffe (die acht hervorgehobenen Punkte eines Begrenzungsrechtecks) in vergrößerter Darstellung.</ahelp>"
-
#: 01040200.xhp#hd_id3149416.11.help.text
msgctxt "01040200.xhp#hd_id3149416.11.help.text"
msgid "View"
@@ -6940,7 +6905,6 @@ msgid "If the <emph>Graphics and objects </emph>option is not selected, no graph
msgstr "Wenn <emph>Grafiken und Objekte</emph> nicht gewählt ist, werden keine Grafiken aus dem Internet geladen. Befinden sich Grafiken ohne Größenangabe innerhalb einer Tabelle, kann es bedingt durch Verwendung eines älteren HTML-Standards auf der \"angebrowsten\" Seite zu Darstellungsschwierigkeiten kommen."
#: 01040200.xhp#hd_id3156332.40.help.text
-msgctxt "01040200.xhp#hd_id3156332.40.help.text"
msgid "Tables"
msgstr "Tabellen"
diff --git a/translations/source/de/helpcontent2/source/text/simpress.po b/translations/source/de/helpcontent2/source/text/simpress.po
index 83752707c11..d97203ffc4a 100644
--- a/translations/source/de/helpcontent2/source/text/simpress.po
+++ b/translations/source/de/helpcontent2/source/text/simpress.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+helpcontent2%2Fsource%2Ftext%2Fsimpress.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-10-08 13:20+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/de/helpcontent2/source/text/simpress/00.po b/translations/source/de/helpcontent2/source/text/simpress/00.po
index 5adb39019c3..153418e85d5 100644
--- a/translations/source/de/helpcontent2/source/text/simpress/00.po
+++ b/translations/source/de/helpcontent2/source/text/simpress/00.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-08-27 10:08+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/de/helpcontent2/source/text/simpress/01.po b/translations/source/de/helpcontent2/source/text/simpress/01.po
index e387801307c..97378274b0a 100644
--- a/translations/source/de/helpcontent2/source/text/simpress/01.po
+++ b/translations/source/de/helpcontent2/source/text/simpress/01.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-29 15:34+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 13150000.xhp#tit.help.text
diff --git a/translations/source/de/helpcontent2/source/text/simpress/02.po b/translations/source/de/helpcontent2/source/text/simpress/02.po
index c9de72fd52c..37a6cd106f7 100644
--- a/translations/source/de/helpcontent2/source/text/simpress/02.po
+++ b/translations/source/de/helpcontent2/source/text/simpress/02.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2012-01-29 15:38+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 13150000.xhp#tit.help.text
@@ -298,32 +298,6 @@ msgstr "<image id=\"img_id3147341\" src=\"cmd/sc_doubleclicktextedit.png\" width
msgid "Double-click to add Text"
msgstr "Text bearbeiten bei Doppelklick"
-#: 13080000.xhp#tit.help.text
-msgctxt "13080000.xhp#tit.help.text"
-msgid "Large Handles"
-msgstr "Große Griffe"
-
-#: 13080000.xhp#bm_id3146119.help.text
-msgid "<bookmark_value>handles; large</bookmark_value>"
-msgstr "<bookmark_value>Griffe; große</bookmark_value>"
-
-#: 13080000.xhp#hd_id3146119.1.help.text
-msgid "<link href=\"text/simpress/02/13080000.xhp\" name=\"Large Handles\">Large Handles</link>"
-msgstr "<link href=\"text/simpress/02/13080000.xhp\" name=\"Große Griffe\">Große Griffe</link>"
-
-#: 13080000.xhp#par_id3153142.2.help.text
-msgid "<ahelp hid=\".uno:BigHandles\" visibility=\"visible\">Displays large selection handles.</ahelp>"
-msgstr "<ahelp hid=\".uno:BigHandles\" visibility=\"visible\">Zeigt die Griffe vergrößert an.</ahelp>"
-
-#: 13080000.xhp#par_id3155445.help.text
-msgid "<image src=\"cmd/sc_bighandles.png\" id=\"img_id3153714\"><alt id=\"alt_id3153714\">Icon</alt></image>"
-msgstr "<image src=\"cmd/sc_bighandles.png\" id=\"img_id3153714\"><alt id=\"alt_id3153714\">Symbol</alt></image>"
-
-#: 13080000.xhp#par_id3154755.4.help.text
-msgctxt "13080000.xhp#par_id3154755.4.help.text"
-msgid "Large Handles"
-msgstr "Große Griffe"
-
#: 13170000.xhp#tit.help.text
msgctxt "13170000.xhp#tit.help.text"
msgid "Snap to Object Points"
diff --git a/translations/source/de/helpcontent2/source/text/simpress/04.po b/translations/source/de/helpcontent2/source/text/simpress/04.po
index 306c3ad2e5b..ba5c0654e49 100644
--- a/translations/source/de/helpcontent2/source/text/simpress/04.po
+++ b/translations/source/de/helpcontent2/source/text/simpress/04.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-27 23:26+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 01020000.xhp#tit.help.text
diff --git a/translations/source/de/helpcontent2/source/text/simpress/guide.po b/translations/source/de/helpcontent2/source/text/simpress/guide.po
index 5e41fb5201f..f1409b0e9ce 100644
--- a/translations/source/de/helpcontent2/source/text/simpress/guide.po
+++ b/translations/source/de/helpcontent2/source/text/simpress/guide.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-01-29 15:40+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: layer_new.xhp#tit.help.text
diff --git a/translations/source/de/helpcontent2/source/text/smath.po b/translations/source/de/helpcontent2/source/text/smath.po
index ff8801ae61f..2f4805b591d 100644
--- a/translations/source/de/helpcontent2/source/text/smath.po
+++ b/translations/source/de/helpcontent2/source/text/smath.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+helpcontent2%2Fsource%2Ftext%2Fsmath.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-02-12 12:42+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: main0101.xhp#tit.help.text
diff --git a/translations/source/de/helpcontent2/source/text/smath/00.po b/translations/source/de/helpcontent2/source/text/smath/00.po
index 1130bc1e70b..a9f2a5122cb 100644
--- a/translations/source/de/helpcontent2/source/text/smath/00.po
+++ b/translations/source/de/helpcontent2/source/text/smath/00.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-06-18 22:50+0200\n"
"Last-Translator: gghh <mail@geraldgeib.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/de/helpcontent2/source/text/smath/01.po b/translations/source/de/helpcontent2/source/text/smath/01.po
index 46174a31d4e..d6c3b4fa214 100644
--- a/translations/source/de/helpcontent2/source/text/smath/01.po
+++ b/translations/source/de/helpcontent2/source/text/smath/01.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-02-12 12:34+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 03091501.xhp#tit.help.text
diff --git a/translations/source/de/helpcontent2/source/text/smath/02.po b/translations/source/de/helpcontent2/source/text/smath/02.po
index f6d3faae1f8..3a91b3d31df 100644
--- a/translations/source/de/helpcontent2/source/text/smath/02.po
+++ b/translations/source/de/helpcontent2/source/text/smath/02.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-29 15:45+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 03010000.xhp#tit.help.text
diff --git a/translations/source/de/helpcontent2/source/text/smath/04.po b/translations/source/de/helpcontent2/source/text/smath/04.po
index 2273e99c66a..18995484704 100644
--- a/translations/source/de/helpcontent2/source/text/smath/04.po
+++ b/translations/source/de/helpcontent2/source/text/smath/04.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-19 21:32+0200\n"
"Last-Translator: gghh <mail@geraldgeib.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/de/helpcontent2/source/text/smath/guide.po b/translations/source/de/helpcontent2/source/text/smath/guide.po
index a5056caf70d..f2591650b56 100644
--- a/translations/source/de/helpcontent2/source/text/smath/guide.po
+++ b/translations/source/de/helpcontent2/source/text/smath/guide.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-08-20 15:10+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/de/helpcontent2/source/text/swriter.po b/translations/source/de/helpcontent2/source/text/swriter.po
index ac441f9f8e5..076eb734c0b 100644
--- a/translations/source/de/helpcontent2/source/text/swriter.po
+++ b/translations/source/de/helpcontent2/source/text/swriter.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+helpcontent2%2Fsource%2Ftext%2Fswriter.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-29 15:48+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: main0101.xhp#tit.help.text
diff --git a/translations/source/de/helpcontent2/source/text/swriter/00.po b/translations/source/de/helpcontent2/source/text/swriter/00.po
index 7e80db133f4..6ca641a231c 100644
--- a/translations/source/de/helpcontent2/source/text/swriter/00.po
+++ b/translations/source/de/helpcontent2/source/text/swriter/00.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-29 16:01+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 00000402.xhp#tit.help.text
diff --git a/translations/source/de/helpcontent2/source/text/swriter/01.po b/translations/source/de/helpcontent2/source/text/swriter/01.po
index 34de0baaa81..c6d216a82cc 100644
--- a/translations/source/de/helpcontent2/source/text/swriter/01.po
+++ b/translations/source/de/helpcontent2/source/text/swriter/01.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-02-12 12:34+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: mailmerge04.xhp#tit.help.text
diff --git a/translations/source/de/helpcontent2/source/text/swriter/02.po b/translations/source/de/helpcontent2/source/text/swriter/02.po
index a7f525620f0..a230ee5bfcc 100644
--- a/translations/source/de/helpcontent2/source/text/swriter/02.po
+++ b/translations/source/de/helpcontent2/source/text/swriter/02.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-29 16:21+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 04250000.xhp#tit.help.text
diff --git a/translations/source/de/helpcontent2/source/text/swriter/04.po b/translations/source/de/helpcontent2/source/text/swriter/04.po
index 4a21020beac..8ce936e15be 100644
--- a/translations/source/de/helpcontent2/source/text/swriter/04.po
+++ b/translations/source/de/helpcontent2/source/text/swriter/04.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-02-03 23:08+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 01020000.xhp#tit.help.text
diff --git a/translations/source/de/helpcontent2/source/text/swriter/guide.po b/translations/source/de/helpcontent2/source/text/swriter/guide.po
index 4afc1a941e0..a764e49ebd3 100644
--- a/translations/source/de/helpcontent2/source/text/swriter/guide.po
+++ b/translations/source/de/helpcontent2/source/text/swriter/guide.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fswriter%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
-"PO-Revision-Date: 2012-02-12 12:26+0200\n"
-"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2012-03-03 19:50+0200\n"
+"Last-Translator: gghh <mail@geraldgeib.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
@@ -4254,7 +4254,7 @@ msgstr "Um einen Bereich in normalen Text umzuwandeln, klicken Sie auf <emph>Auf
#: section_edit.xhp#par_id3149631.19.help.text
msgid "To make a section read-only, select the <emph>Protected</emph> check box in the <emph>Write Protection</emph> area."
-msgstr "Um einen Bereich mit einem Schreibschtz zu versehen, wählen Sie im Bereich <emph>Schreibschutz</emph> die Option <emph>Geschützt</emph>."
+msgstr "Um einen Bereich mit einem Schreibschutz zu versehen, wählen Sie im Bereich <emph>Schreibschutz</emph> die Option <emph>Geschützt</emph>."
#: section_edit.xhp#par_id3149609.20.help.text
msgid "To hide a section, select the <emph>Hide</emph> check box in the <emph>Hide</emph> area."
@@ -5518,11 +5518,11 @@ msgstr "<variable id=\"table_insert\"><link href=\"text/swriter/guide/table_inse
#: table_insert.xhp#par_id3149489.32.help.text
msgid "There are several ways to create a table in a text document. You can insert a table from a toolbar, through a menu command, or from a spreadsheet. "
-msgstr "Zum Einfügen einer Tabelle in ein Textdokument gibt es mehrere Möglichkeiten. Sie können eine Tabelle über die Abreißleiste <emph>Einfügen</emph>, über einen Menübefehl oder aus einem $[officename] Calc-Tabellendokument einfügen."
+msgstr "Zum Einfügen einer Tabelle in ein Textdokument gibt es mehrere Möglichkeiten. Sie können eine Tabelle über die Symbolleiste <emph>Einfügen</emph>, über einen Menübefehl oder aus einem $[officename] Calc-Tabellendokument einfügen."
#: table_insert.xhp#hd_id3155908.33.help.text
-msgid "To Insert a Table From the Insert Toolbar"
-msgstr "So fügen Sie eine Tabelle aus der Einfügen Werkzeugleiste ein:"
+msgid "To Insert a Table From a Toolbar"
+msgstr "Tabelle über die Symbolleiste einfügen"
#: table_insert.xhp#par_id3155861.34.help.text
msgctxt "table_insert.xhp#par_id3155861.34.help.text"
@@ -5530,8 +5530,8 @@ msgid "Place the cursor in your document where you want to insert the table."
msgstr "Setzen Sie den Cursor in Ihrem Dokument an die Stelle, an der Sie die Tabelle einfügen möchten."
#: table_insert.xhp#par_id3147416.28.help.text
-msgid "On the <emph>Standard</emph> bar, click the arrow next to the <emph>Table</emph> icon."
-msgstr "Langklicken Sie in der <emph>Werkzeugleiste</emph> auf die Abreißleiste <emph>Einfügen</emph>."
+msgid "On the <emph>Standard</emph> or the <emph>Insert</emph> bar, click the arrow next to the <emph>Table</emph> icon."
+msgstr "Klicken Sie in den Symbolleisten <emph>Standard</emph> oder <emph>Einfügen</emph> auf den Pfeil rechts vom Symbol <emph>Tabelle</emph>."
#: table_insert.xhp#par_id3153398.29.help.text
msgid "In the table grid, drag to select the numbers of rows and columns that you want, and then release."
diff --git a/translations/source/de/instsetoo_native/inc_openoffice/windows/msi_languages.po b/translations/source/de/instsetoo_native/inc_openoffice/windows/msi_languages.po
index b7e0f7aad14..344beb2dec6 100644
--- a/translations/source/de/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/translations/source/de/instsetoo_native/inc_openoffice/windows/msi_languages.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+instsetoo_native%2Finc_openoffice%2Fwindows%2Fmsi_languages.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-02-14 18:07+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: CustomAc.ulf#OOO_CUSTOMACTION_1.LngText.text
diff --git a/translations/source/de/mysqlc/source.po b/translations/source/de/mysqlc/source.po
index aae9d741122..02a2b60a78c 100644
--- a/translations/source/de/mysqlc/source.po
+++ b/translations/source/de/mysqlc/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-07 09:54+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/translations/source/de/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index 33c1985b256..2bf4c8f1a85 100644
--- a/translations/source/de/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/translations/source/de/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:27+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/translations/source/de/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
index a31e0d10baa..69bba670597 100644
--- a/translations/source/de/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
+++ b/translations/source/de/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fhelp%2Fen%2Fcom.sun.star.comp.Calc.NLPSolver.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-05 01:19+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/translations/source/de/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
index 1db6aeccba3..a41bcffae83 100644
--- a/translations/source/de/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
+++ b/translations/source/de/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fsrc%2Fcom%2Fsun%2Fstar%2Fcomp%2FCalc%2FNLPSolver.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-05 01:19+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/nlpsolver/src/locale.po b/translations/source/de/nlpsolver/src/locale.po
index 344f95a7426..ac1bb302686 100644
--- a/translations/source/de/nlpsolver/src/locale.po
+++ b/translations/source/de/nlpsolver/src/locale.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fsrc%2Flocale.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-05 01:23+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/officecfg/registry/data/org/openoffice/Office.po b/translations/source/de/officecfg/registry/data/org/openoffice/Office.po
index 9ea4783be33..2a5988accd5 100644
--- a/translations/source/de/officecfg/registry/data/org/openoffice/Office.po
+++ b/translations/source/de/officecfg/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-27 18:42+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/officecfg/registry/data/org/openoffice/Office/UI.po b/translations/source/de/officecfg/registry/data/org/openoffice/Office/UI.po
index e4a3fe703d9..a0842484a04 100644
--- a/translations/source/de/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/de/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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-11 16:25+0200\n"
-"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-22 22:03+0200\n"
+"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: WriterReportWindowState.xcu#..WriterReportWindowState.UIElements.States.private_resource/toolbar/standardbar.UIName.value.text
@@ -3038,11 +3038,11 @@ msgstr "Zeichen verkleinern"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_InsertAnnotation.Label.value.text
msgctxt "DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_InsertAnnotation.Label.value.text"
msgid "Comme~nt"
-msgstr "Komme~ntar"
+msgstr "Komment~ar"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_ShowAnnotations.Label.value.text
msgid "Comme~nts"
-msgstr "Komme~ntare"
+msgstr "Komment~are"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_DeleteAnnotation.Label.value.text
msgid "~Delete Comment"
@@ -3327,7 +3327,7 @@ msgstr "Kommentare"
#: WriterCommands.xcu#..WriterCommands.UserInterface.Commands..uno_InsertScript.Label.value.text
msgid "S~cript..."
-msgstr "Script..."
+msgstr "S~cript..."
#: WriterCommands.xcu#..WriterCommands.UserInterface.Commands..uno_InsertGraphicRuler.Label.value.text
msgid "Hori~zontal Rule..."
@@ -3447,7 +3447,7 @@ msgstr "~Alles aktualisieren"
#: WriterCommands.xcu#..WriterCommands.UserInterface.Commands..uno_InsertEnvelope.Label.value.text
msgid "En~velope..."
-msgstr "~Briefumschlag..."
+msgstr "Briefumsc~hlag..."
#: WriterCommands.xcu#..WriterCommands.UserInterface.Commands..uno_AcceptTrackedChanges.Label.value.text
msgctxt "WriterCommands.xcu#..WriterCommands.UserInterface.Commands..uno_AcceptTrackedChanges.Label.value.text"
@@ -3515,12 +3515,12 @@ msgstr "Date~nbank austauschen..."
#: WriterCommands.xcu#..WriterCommands.UserInterface.Commands..uno_InsertCaptionDialog.Label.value.text
msgid "Caption..."
-msgstr "Bes~chriftung..."
+msgstr "B~eschriftung..."
#: WriterCommands.xcu#..WriterCommands.UserInterface.Commands..uno_InsertFootnoteDialog.Label.value.text
msgctxt "WriterCommands.xcu#..WriterCommands.UserInterface.Commands..uno_InsertFootnoteDialog.Label.value.text"
msgid "Footnote/Endnote~..."
-msgstr "Fuß-/Endn~ote..."
+msgstr "Fuß-/End~note..."
#: WriterCommands.xcu#..WriterCommands.UserInterface.Commands..uno_InsertReferenceField.Label.value.text
msgid "Cross-reference..."
@@ -7559,7 +7559,7 @@ msgstr "~Video..."
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_HyperlinkDialog.Label.value.text
msgid "~Hyperlink"
-msgstr "~Hyperlink..."
+msgstr "H~yperlink..."
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_Merge.Label.value.text
msgid "~Merge"
@@ -8150,6 +8150,10 @@ msgstr "~Eingabemethode-Status"
msgid "Optio~n Bar"
msgstr "O~ptionsleiste"
+#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_SendFeedback.Label.value.text
+msgid "Send Feedback..."
+msgstr "Rückmeldung geben..."
+
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_ShowLicense.Label.value.text
msgid "License Information..."
msgstr "Informationen zur Lizenz..."
diff --git a/translations/source/de/padmin/source.po b/translations/source/de/padmin/source.po
index 645653df3bc..421b0cca85c 100644
--- a/translations/source/de/padmin/source.po
+++ b/translations/source/de/padmin/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-23 09:36+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/readlicense_oo/docs/readme.po b/translations/source/de/readlicense_oo/docs/readme.po
index 633832aa659..2eb83df8ceb 100644
--- a/translations/source/de/readlicense_oo/docs/readme.po
+++ b/translations/source/de/readlicense_oo/docs/readme.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+readlicense_oo%2Fdocs%2Freadme.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-20 22:13+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-22 22:03+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: readme.xrm#Welcome.Welcome.readmeitem.text
@@ -280,9 +280,13 @@ msgstr "Für Fedora-basierte Systeme: su -c 'yum install *freedesktop*.rpm'"
msgid "For Mandriva-based systems: sudo urpmi *mandriva*.rpm"
msgstr "Für Mandriva-basierte Systeme: sudo urpmi *mandriva*.rpm"
+#: readme.xrm#rpminstallF.rpminstallF.readmeitem.text
+msgid "For SUSE-based systems: rpm -Uvh *suse*.rpm"
+msgstr "Für SUSE-basierte Systeme: rpm -Uvh *suse*.rpm"
+
#: readme.xrm#rpminstallD.rpminstallD.readmeitem.text
-msgid "For other RPM-based systems (Suse, etc.): rpm -Uvh *suse*.rpm"
-msgstr "Für andere RPM-basierte Systeme (Suse und andere): rpm -Uvh *suse*.rpm"
+msgid "For other RPM-based systems: rpm -Uvh *freedesktop*.rpm"
+msgstr "Für andere RPM-basierte Systeme: rpm -Uvh *freedesktop*.rpm"
#: readme.xrm#rpminstallE.rpminstallE.readmeitem.text
msgctxt "readme.xrm#rpminstallE.rpminstallE.readmeitem.text"
diff --git a/translations/source/de/reportbuilder/java/com/sun/star/report/function/metadata.po b/translations/source/de/reportbuilder/java/com/sun/star/report/function/metadata.po
index a5f1d4eb5ac..3800056b0a2 100644
--- a/translations/source/de/reportbuilder/java/com/sun/star/report/function/metadata.po
+++ b/translations/source/de/reportbuilder/java/com/sun/star/report/function/metadata.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fjava%2Fcom%2Fsun%2Fstar%2Freport%2Ffunction%2Fmetadata.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-23 17:54+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/reportbuilder/registry/data/org/openoffice/Office.po b/translations/source/de/reportbuilder/registry/data/org/openoffice/Office.po
index ac3bc7da846..a09c3c106bb 100644
--- a/translations/source/de/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/translations/source/de/reportbuilder/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:28+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/reportbuilder/registry/data/org/openoffice/Office/UI.po b/translations/source/de/reportbuilder/registry/data/org/openoffice/Office/UI.po
index 101260f0b12..a5d32a4c2c8 100644
--- a/translations/source/de/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/de/reportbuilder/registry/data/org/openoffice/Office/UI.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-16 12:56+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/translations/source/de/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index c2105a43526..df6245af5b0 100644
--- a/translations/source/de/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/translations/source/de/reportbuilder/registry/data/org/openoffice/TypeDetection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:28+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/reportbuilder/util.po b/translations/source/de/reportbuilder/util.po
index df0c04cd72d..fee3be52958 100644
--- a/translations/source/de/reportbuilder/util.po
+++ b/translations/source/de/reportbuilder/util.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-14 23:14+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/reportdesign/source/core/resource.po b/translations/source/de/reportdesign/source/core/resource.po
index da26cbd6f98..c9d349ef076 100644
--- a/translations/source/de/reportdesign/source/core/resource.po
+++ b/translations/source/de/reportdesign/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:28+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/reportdesign/source/ui/dlg.po b/translations/source/de/reportdesign/source/ui/dlg.po
index 6b8832b65f0..45db1c136a7 100644
--- a/translations/source/de/reportdesign/source/ui/dlg.po
+++ b/translations/source/de/reportdesign/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:28+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/reportdesign/source/ui/inspection.po b/translations/source/de/reportdesign/source/ui/inspection.po
index 7691a14e8ac..2c57ad68e75 100644
--- a/translations/source/de/reportdesign/source/ui/inspection.po
+++ b/translations/source/de/reportdesign/source/ui/inspection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:28+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/reportdesign/source/ui/report.po b/translations/source/de/reportdesign/source/ui/report.po
index 3e81e0ea551..cd1583e5a64 100644
--- a/translations/source/de/reportdesign/source/ui/report.po
+++ b/translations/source/de/reportdesign/source/ui/report.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:28+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sc/source/core/src.po b/translations/source/de/sc/source/core/src.po
index bda935e4f54..84f09656f3d 100644
--- a/translations/source/de/sc/source/core/src.po
+++ b/translations/source/de/sc/source/core/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:28+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sc/source/ui/cctrl.po b/translations/source/de/sc/source/ui/cctrl.po
index b1b51592170..7b35bb4c676 100644
--- a/translations/source/de/sc/source/ui/cctrl.po
+++ b/translations/source/de/sc/source/ui/cctrl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:28+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sc/source/ui/dbgui.po b/translations/source/de/sc/source/ui/dbgui.po
index d572243725a..bc7a3764f25 100644
--- a/translations/source/de/sc/source/ui/dbgui.po
+++ b/translations/source/de/sc/source/ui/dbgui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-16 12:59+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sc/source/ui/docshell.po b/translations/source/de/sc/source/ui/docshell.po
index 47adce13a19..6e96d0d538e 100644
--- a/translations/source/de/sc/source/ui/docshell.po
+++ b/translations/source/de/sc/source/ui/docshell.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:28+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sc/source/ui/drawfunc.po b/translations/source/de/sc/source/ui/drawfunc.po
index f3d7a1256c9..1eb6380c515 100644
--- a/translations/source/de/sc/source/ui/drawfunc.po
+++ b/translations/source/de/sc/source/ui/drawfunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-26 21:58+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sc/source/ui/formdlg.po b/translations/source/de/sc/source/ui/formdlg.po
index a485bdb6913..bad1aeeecc3 100644
--- a/translations/source/de/sc/source/ui/formdlg.po
+++ b/translations/source/de/sc/source/ui/formdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:28+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sc/source/ui/miscdlgs.po b/translations/source/de/sc/source/ui/miscdlgs.po
index b43bbbb6662..331243a85df 100644
--- a/translations/source/de/sc/source/ui/miscdlgs.po
+++ b/translations/source/de/sc/source/ui/miscdlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-04 14:18+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sc/source/ui/navipi.po b/translations/source/de/sc/source/ui/navipi.po
index 6d4568aaa2e..d45b39394bb 100644
--- a/translations/source/de/sc/source/ui/navipi.po
+++ b/translations/source/de/sc/source/ui/navipi.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-27 15:55+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sc/source/ui/pagedlg.po b/translations/source/de/sc/source/ui/pagedlg.po
index 4b10b1c39bc..b84346d65c8 100644
--- a/translations/source/de/sc/source/ui/pagedlg.po
+++ b/translations/source/de/sc/source/ui/pagedlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-18 11:03+0200\n"
"Last-Translator: andreschnabel <andre.schnabel@gmx.net>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sc/source/ui/src.po b/translations/source/de/sc/source/ui/src.po
index 59d7d89bd04..1521928e91d 100644
--- a/translations/source/de/sc/source/ui/src.po
+++ b/translations/source/de/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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-25 20:25+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: namedlg.src#RID_SCDLG_NAMES.BTN_ADD.pushbutton.text
diff --git a/translations/source/de/sc/source/ui/styleui.po b/translations/source/de/sc/source/ui/styleui.po
index 7dc9a93a22b..808a7b26bd6 100644
--- a/translations/source/de/sc/source/ui/styleui.po
+++ b/translations/source/de/sc/source/ui/styleui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-29 14:01+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/scaddins/source/analysis.po b/translations/source/de/scaddins/source/analysis.po
index 0629c22373a..e6933c4dc55 100644
--- a/translations/source/de/scaddins/source/analysis.po
+++ b/translations/source/de/scaddins/source/analysis.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-06-18 17:32+0200\n"
"Last-Translator: andreschnabel <andre.schnabel@gmx.net>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/scaddins/source/datefunc.po b/translations/source/de/scaddins/source/datefunc.po
index 75ebf92afc5..bfb606a420f 100644
--- a/translations/source/de/scaddins/source/datefunc.po
+++ b/translations/source/de/scaddins/source/datefunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:28+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sccomp/source/solver.po b/translations/source/de/sccomp/source/solver.po
index 8948488ea4b..7b65153a8f4 100644
--- a/translations/source/de/sccomp/source/solver.po
+++ b/translations/source/de/sccomp/source/solver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/scp2/source/accessories.po b/translations/source/de/scp2/source/accessories.po
index ba0110bf09b..1350f7ec180 100644
--- a/translations/source/de/scp2/source/accessories.po
+++ b/translations/source/de/scp2/source/accessories.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-15 08:13+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/scp2/source/activex.po b/translations/source/de/scp2/source/activex.po
index 401c653807b..69193d92ad5 100644
--- a/translations/source/de/scp2/source/activex.po
+++ b/translations/source/de/scp2/source/activex.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/scp2/source/base.po b/translations/source/de/scp2/source/base.po
index e89998a8aea..349c113bddf 100644
--- a/translations/source/de/scp2/source/base.po
+++ b/translations/source/de/scp2/source/base.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%2Fbase.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-04-05 19:29+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-22 22:04+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: module_base.ulf#STR_NAME_MODULE_PRG_BASE.LngText.text
@@ -39,6 +39,16 @@ msgstr "%PRODUCTNAME Base Hilfe"
msgid "Help about %PRODUCTNAME Base"
msgstr "Die %PRODUCTNAME-Hilfe für %PRODUCTNAME Base."
+#: postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr "PostgreSQL Connector"
+
+#: postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr "PostgreSQL Connector"
+
#: folderitem_base.ulf#STR_FI_TOOLTIP_BASE.LngText.text
msgid "Manage databases, create queries and reports to track and manage your information by using Base."
msgstr "Verwalten von Datenbanken, Erstellen von Abfragen und Berichten - Base macht's möglich."
diff --git a/translations/source/de/scp2/source/binfilter.po b/translations/source/de/scp2/source/binfilter.po
index 30d82c46f17..071d127cc98 100644
--- a/translations/source/de/scp2/source/binfilter.po
+++ b/translations/source/de/scp2/source/binfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/scp2/source/calc.po b/translations/source/de/scp2/source/calc.po
index b6e0dc31d79..2c4c8caaaee 100644
--- a/translations/source/de/scp2/source/calc.po
+++ b/translations/source/de/scp2/source/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-15 07:28+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/scp2/source/draw.po b/translations/source/de/scp2/source/draw.po
index a46429d018d..d9210354598 100644
--- a/translations/source/de/scp2/source/draw.po
+++ b/translations/source/de/scp2/source/draw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/scp2/source/extensions.po b/translations/source/de/scp2/source/extensions.po
index 2bcc0651d61..3bf19ac0530 100644
--- a/translations/source/de/scp2/source/extensions.po
+++ b/translations/source/de/scp2/source/extensions.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-15 07:53+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -237,16 +237,6 @@ msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_MYSQLC.LngTex
msgid "MySQL Connector"
msgstr "MySQL Connector"
-#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text
-msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text"
-msgid "PostgreSQL Connector"
-msgstr "PostgreSQL Connector"
-
-#: module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text
-msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text"
-msgid "PostgreSQL Connector"
-msgstr "PostgreSQL Connector"
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_OOOBLOGGER.LngText.text
msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_OOOBLOGGER.LngText.text"
msgid "Metaweblog Support"
diff --git a/translations/source/de/scp2/source/gnome.po b/translations/source/de/scp2/source/gnome.po
index 2eb0a2aa61c..62468385ac2 100644
--- a/translations/source/de/scp2/source/gnome.po
+++ b/translations/source/de/scp2/source/gnome.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/scp2/source/graphicfilter.po b/translations/source/de/scp2/source/graphicfilter.po
index 407c30e3be6..fd64133fb09 100644
--- a/translations/source/de/scp2/source/graphicfilter.po
+++ b/translations/source/de/scp2/source/graphicfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-27 11:28+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/scp2/source/impress.po b/translations/source/de/scp2/source/impress.po
index 681af0ff69c..87cbbde62e6 100644
--- a/translations/source/de/scp2/source/impress.po
+++ b/translations/source/de/scp2/source/impress.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-27 18:26+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/scp2/source/javafilter.po b/translations/source/de/scp2/source/javafilter.po
index b61f5a5c18e..88268d85e14 100644
--- a/translations/source/de/scp2/source/javafilter.po
+++ b/translations/source/de/scp2/source/javafilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/scp2/source/kde.po b/translations/source/de/scp2/source/kde.po
index 62d0803dd56..10d793f4d92 100644
--- a/translations/source/de/scp2/source/kde.po
+++ b/translations/source/de/scp2/source/kde.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/scp2/source/math.po b/translations/source/de/scp2/source/math.po
index d244195639f..bd651324aca 100644
--- a/translations/source/de/scp2/source/math.po
+++ b/translations/source/de/scp2/source/math.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-15 07:29+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/scp2/source/onlineupdate.po b/translations/source/de/scp2/source/onlineupdate.po
index fadef3ba16c..abee0681eaa 100644
--- a/translations/source/de/scp2/source/onlineupdate.po
+++ b/translations/source/de/scp2/source/onlineupdate.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/scp2/source/ooo.po b/translations/source/de/scp2/source/ooo.po
index 1e6bda80bfd..0b062cf1200 100644
--- a/translations/source/de/scp2/source/ooo.po
+++ b/translations/source/de/scp2/source/ooo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-15 08:14+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/scp2/source/python.po b/translations/source/de/scp2/source/python.po
index 2b98f8b5be5..503eee7410b 100644
--- a/translations/source/de/scp2/source/python.po
+++ b/translations/source/de/scp2/source/python.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-15 07:34+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/scp2/source/quickstart.po b/translations/source/de/scp2/source/quickstart.po
index eea8968406c..141e43fd35b 100644
--- a/translations/source/de/scp2/source/quickstart.po
+++ b/translations/source/de/scp2/source/quickstart.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-15 07:47+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/scp2/source/sdkoo.po b/translations/source/de/scp2/source/sdkoo.po
index d7a26f19c3d..22c3f561104 100644
--- a/translations/source/de/scp2/source/sdkoo.po
+++ b/translations/source/de/scp2/source/sdkoo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/scp2/source/smoketest.po b/translations/source/de/scp2/source/smoketest.po
index 0e1ba10a7d0..8da26093d99 100644
--- a/translations/source/de/scp2/source/smoketest.po
+++ b/translations/source/de/scp2/source/smoketest.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fsmoketest.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-05 01:12+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/scp2/source/winexplorerext.po b/translations/source/de/scp2/source/winexplorerext.po
index a3010f7dd1b..8a82264940d 100644
--- a/translations/source/de/scp2/source/winexplorerext.po
+++ b/translations/source/de/scp2/source/winexplorerext.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-15 07:46+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/scp2/source/writer.po b/translations/source/de/scp2/source/writer.po
index 43c48cb7615..4532dd1000e 100644
--- a/translations/source/de/scp2/source/writer.po
+++ b/translations/source/de/scp2/source/writer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/scp2/source/xsltfilter.po b/translations/source/de/scp2/source/xsltfilter.po
index 19de3de2373..603d5ee86f1 100644
--- a/translations/source/de/scp2/source/xsltfilter.po
+++ b/translations/source/de/scp2/source/xsltfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/scripting/source/pyprov.po b/translations/source/de/scripting/source/pyprov.po
index 9af56959344..46b1acf6c80 100644
--- a/translations/source/de/scripting/source/pyprov.po
+++ b/translations/source/de/scripting/source/pyprov.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-22 20:02+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sd/source/core.po b/translations/source/de/sd/source/core.po
index 117054fe625..577a4a5985f 100644
--- a/translations/source/de/sd/source/core.po
+++ b/translations/source/de/sd/source/core.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-23 17:55+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sd/source/filter/html.po b/translations/source/de/sd/source/filter/html.po
index e993a87c244..11fe4984a97 100644
--- a/translations/source/de/sd/source/filter/html.po
+++ b/translations/source/de/sd/source/filter/html.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-27 18:38+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sd/source/ui/accessibility.po b/translations/source/de/sd/source/ui/accessibility.po
index b80e062f50e..3d5354d5e37 100644
--- a/translations/source/de/sd/source/ui/accessibility.po
+++ b/translations/source/de/sd/source/ui/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-27 18:40+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sd/source/ui/animations.po b/translations/source/de/sd/source/ui/animations.po
index 152e7db2444..0707b9c2e7e 100644
--- a/translations/source/de/sd/source/ui/animations.po
+++ b/translations/source/de/sd/source/ui/animations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sd/source/ui/annotations.po b/translations/source/de/sd/source/ui/annotations.po
index 928b37e1c5a..b504c4bc9e8 100644
--- a/translations/source/de/sd/source/ui/annotations.po
+++ b/translations/source/de/sd/source/ui/annotations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sd/source/ui/app.po b/translations/source/de/sd/source/ui/app.po
index 513cd33b503..f7d73411609 100644
--- a/translations/source/de/sd/source/ui/app.po
+++ b/translations/source/de/sd/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-26 10:25+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sd/source/ui/dlg.po b/translations/source/de/sd/source/ui/dlg.po
index dff5592b80d..43d4d28ef13 100644
--- a/translations/source/de/sd/source/ui/dlg.po
+++ b/translations/source/de/sd/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-27 19:07+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sd/source/ui/notes.po b/translations/source/de/sd/source/ui/notes.po
index 496c05b1f2a..3d2db1190d9 100644
--- a/translations/source/de/sd/source/ui/notes.po
+++ b/translations/source/de/sd/source/ui/notes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sd/source/ui/slideshow.po b/translations/source/de/sd/source/ui/slideshow.po
index bfb4def84ab..decb4719c83 100644
--- a/translations/source/de/sd/source/ui/slideshow.po
+++ b/translations/source/de/sd/source/ui/slideshow.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-23 07:05+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sd/source/ui/slidesorter/view.po b/translations/source/de/sd/source/ui/slidesorter/view.po
index ea4d7a40ad7..6bed7133cfd 100644
--- a/translations/source/de/sd/source/ui/slidesorter/view.po
+++ b/translations/source/de/sd/source/ui/slidesorter/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-27 18:37+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sd/source/ui/table.po b/translations/source/de/sd/source/ui/table.po
index 8594915dfaf..d15d74154fc 100644
--- a/translations/source/de/sd/source/ui/table.po
+++ b/translations/source/de/sd/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sd/source/ui/view.po b/translations/source/de/sd/source/ui/view.po
index c89c17e4805..5b0a170a279 100644
--- a/translations/source/de/sd/source/ui/view.po
+++ b/translations/source/de/sd/source/ui/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-08-27 19:34+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sdext/source/minimizer.po b/translations/source/de/sdext/source/minimizer.po
index 235003f9855..774887fabdf 100644
--- a/translations/source/de/sdext/source/minimizer.po
+++ b/translations/source/de/sdext/source/minimizer.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-22 20:02+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/translations/source/de/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index 1111e464a97..3da3aab272d 100644
--- a/translations/source/de/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/translations/source/de/sdext/source/minimizer/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-17 12:13+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/translations/source/de/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index de52525c933..6ef4fa7a6bf 100644
--- a/translations/source/de/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/de/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-28 08:51+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sdext/source/pdfimport.po b/translations/source/de/sdext/source/pdfimport.po
index 4b28ec307ff..c72690329dd 100644
--- a/translations/source/de/sdext/source/pdfimport.po
+++ b/translations/source/de/sdext/source/pdfimport.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-22 20:05+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sdext/source/presenter.po b/translations/source/de/sdext/source/presenter.po
index 409725ff6f9..5a8988dc9ef 100644
--- a/translations/source/de/sdext/source/presenter.po
+++ b/translations/source/de/sdext/source/presenter.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-22 20:06+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/translations/source/de/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index ddf412a0426..5c396de156c 100644
--- a/translations/source/de/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/translations/source/de/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/translations/source/de/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index b9283b9ab6f..8af36afd24d 100644
--- a/translations/source/de/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/de/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-23 17:54+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/setup_native/source/mac.po b/translations/source/de/setup_native/source/mac.po
index bad7a52dabc..0a1d7292c53 100644
--- a/translations/source/de/setup_native/source/mac.po
+++ b/translations/source/de/setup_native/source/mac.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sfx2/source/appl.po b/translations/source/de/sfx2/source/appl.po
index a6d9d40135a..8778e6e2713 100644
--- a/translations/source/de/sfx2/source/appl.po
+++ b/translations/source/de/sfx2/source/appl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-06-18 16:43+0200\n"
"Last-Translator: andreschnabel <andre.schnabel@gmx.net>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sfx2/source/bastyp.po b/translations/source/de/sfx2/source/bastyp.po
index c7ea89795ad..aae22c3fdcf 100644
--- a/translations/source/de/sfx2/source/bastyp.po
+++ b/translations/source/de/sfx2/source/bastyp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sfx2/source/dialog.po b/translations/source/de/sfx2/source/dialog.po
index 5a2df54723a..19597c97d8e 100644
--- a/translations/source/de/sfx2/source/dialog.po
+++ b/translations/source/de/sfx2/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+sfx2%2Fsource%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-13 16:45+0200\n"
-"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-27 22:44+0200\n"
+"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: newstyle.src#DLG_NEW_STYLE_BY_EXAMPLE.FL_COL.fixedline.text
@@ -679,11 +679,11 @@ msgstr ""
#: alienwarn.src#RID_DLG_ALIEN_WARNING.PB_NO.okbutton.text
msgid "~Use %FORMATNAME Format"
-msgstr "~Benutze %FORMATNAME Format"
+msgstr "%FORMATNAME Format"
#: alienwarn.src#RID_DLG_ALIEN_WARNING.PB_YES.cancelbutton.text
msgid "Use ~ODF Format"
-msgstr "Benutze ~ODF Format"
+msgstr "ODF Format"
#: alienwarn.src#RID_DLG_ALIEN_WARNING.PB_MOREINFO.helpbutton.text
msgid "~More Information..."
diff --git a/translations/source/de/sfx2/source/doc.po b/translations/source/de/sfx2/source/doc.po
index 8ba0a6cc962..7a601d66884 100644
--- a/translations/source/de/sfx2/source/doc.po
+++ b/translations/source/de/sfx2/source/doc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-23 17:55+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sfx2/source/menu.po b/translations/source/de/sfx2/source/menu.po
index 6ca318cf67d..9229ca33777 100644
--- a/translations/source/de/sfx2/source/menu.po
+++ b/translations/source/de/sfx2/source/menu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sfx2/source/view.po b/translations/source/de/sfx2/source/view.po
index ac53d946d93..1ba171da27a 100644
--- a/translations/source/de/sfx2/source/view.po
+++ b/translations/source/de/sfx2/source/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/shell/source/win32/shlxthandler/res.po b/translations/source/de/shell/source/win32/shlxthandler/res.po
index ca4f822159e..3639989cd8d 100644
--- a/translations/source/de/shell/source/win32/shlxthandler/res.po
+++ b/translations/source/de/shell/source/win32/shlxthandler/res.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/starmath/source.po b/translations/source/de/starmath/source.po
index e5c2db56a73..deddff586f9 100644
--- a/translations/source/de/starmath/source.po
+++ b/translations/source/de/starmath/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-18 18:15+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/svl/source/items.po b/translations/source/de/svl/source/items.po
index af0084243bb..adfb32eb172 100644
--- a/translations/source/de/svl/source/items.po
+++ b/translations/source/de/svl/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/svl/source/misc.po b/translations/source/de/svl/source/misc.po
index 7ad6403d5a7..26e75c41b25 100644
--- a/translations/source/de/svl/source/misc.po
+++ b/translations/source/de/svl/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-01 17:28+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/svtools/source/contnr.po b/translations/source/de/svtools/source/contnr.po
index 2c4557c3b92..fedf3c5994b 100644
--- a/translations/source/de/svtools/source/contnr.po
+++ b/translations/source/de/svtools/source/contnr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/svtools/source/control.po b/translations/source/de/svtools/source/control.po
index f9edc162f71..58fb724e662 100644
--- a/translations/source/de/svtools/source/control.po
+++ b/translations/source/de/svtools/source/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-14 20:43+0200\n"
"Last-Translator: andreschnabel <andre.schnabel@gmx.net>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/svtools/source/dialogs.po b/translations/source/de/svtools/source/dialogs.po
index e021fc372b2..6ceeb4e4658 100644
--- a/translations/source/de/svtools/source/dialogs.po
+++ b/translations/source/de/svtools/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-08-27 11:28+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/svtools/source/filter.po b/translations/source/de/svtools/source/filter.po
index ce346029290..19f8016d0a6 100644
--- a/translations/source/de/svtools/source/filter.po
+++ b/translations/source/de/svtools/source/filter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-14 20:56+0200\n"
"Last-Translator: andreschnabel <andre.schnabel@gmx.net>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/svtools/source/java.po b/translations/source/de/svtools/source/java.po
index e97272670b0..01c97762ae8 100644
--- a/translations/source/de/svtools/source/java.po
+++ b/translations/source/de/svtools/source/java.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-23 00:21+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/svtools/source/misc.po b/translations/source/de/svtools/source/misc.po
index 47a1678e192..6f40c6cbc1b 100644
--- a/translations/source/de/svtools/source/misc.po
+++ b/translations/source/de/svtools/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-15 08:14+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/svtools/source/plugapp.po b/translations/source/de/svtools/source/plugapp.po
index ca70e597994..2543b3b0787 100644
--- a/translations/source/de/svtools/source/plugapp.po
+++ b/translations/source/de/svtools/source/plugapp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/svtools/source/toolpanel.po b/translations/source/de/svtools/source/toolpanel.po
index 708f2bfca04..e6a27f2e67a 100644
--- a/translations/source/de/svtools/source/toolpanel.po
+++ b/translations/source/de/svtools/source/toolpanel.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/svtools/workben/unodialog.po b/translations/source/de/svtools/workben/unodialog.po
index 725ab68ce24..cb6f4ce6954 100644
--- a/translations/source/de/svtools/workben/unodialog.po
+++ b/translations/source/de/svtools/workben/unodialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/svx/inc.po b/translations/source/de/svx/inc.po
index 196bf1a2225..88388f25645 100644
--- a/translations/source/de/svx/inc.po
+++ b/translations/source/de/svx/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-30 08:05+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/svx/source/accessibility.po b/translations/source/de/svx/source/accessibility.po
index ef4b75206e8..6c86d474703 100644
--- a/translations/source/de/svx/source/accessibility.po
+++ b/translations/source/de/svx/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/svx/source/dialog.po b/translations/source/de/svx/source/dialog.po
index a4d76caac3c..1d3faa961dd 100644
--- a/translations/source/de/svx/source/dialog.po
+++ b/translations/source/de/svx/source/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-15 15:25+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/svx/source/engine3d.po b/translations/source/de/svx/source/engine3d.po
index 429272ffad5..227db9ab616 100644
--- a/translations/source/de/svx/source/engine3d.po
+++ b/translations/source/de/svx/source/engine3d.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-18 13:57+0200\n"
"Last-Translator: andreschnabel <andre.schnabel@gmx.net>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/svx/source/fmcomp.po b/translations/source/de/svx/source/fmcomp.po
index 7c4f1da4621..22e62d917fa 100644
--- a/translations/source/de/svx/source/fmcomp.po
+++ b/translations/source/de/svx/source/fmcomp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/svx/source/form.po b/translations/source/de/svx/source/form.po
index 533e80cf4b5..1fe61562a73 100644
--- a/translations/source/de/svx/source/form.po
+++ b/translations/source/de/svx/source/form.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-06-18 17:02+0200\n"
"Last-Translator: andreschnabel <andre.schnabel@gmx.net>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/svx/source/gallery2.po b/translations/source/de/svx/source/gallery2.po
index 61cabec2e06..b915ce2efde 100644
--- a/translations/source/de/svx/source/gallery2.po
+++ b/translations/source/de/svx/source/gallery2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-15 15:25+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/svx/source/items.po b/translations/source/de/svx/source/items.po
index c0b2d30f248..309cbf360c3 100644
--- a/translations/source/de/svx/source/items.po
+++ b/translations/source/de/svx/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-15 15:26+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/svx/source/src.po b/translations/source/de/svx/source/src.po
index ef12d20dafc..b3763d9d9eb 100644
--- a/translations/source/de/svx/source/src.po
+++ b/translations/source/de/svx/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-18 14:21+0200\n"
"Last-Translator: andreschnabel <andre.schnabel@gmx.net>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/svx/source/stbctrls.po b/translations/source/de/svx/source/stbctrls.po
index 141f9591dbe..df9553c4260 100644
--- a/translations/source/de/svx/source/stbctrls.po
+++ b/translations/source/de/svx/source/stbctrls.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%2Fstbctrls.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-25 17:06+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/de/svx/source/svdraw.po b/translations/source/de/svx/source/svdraw.po
index b32681759ba..8c5138a7150 100644
--- a/translations/source/de/svx/source/svdraw.po
+++ b/translations/source/de/svx/source/svdraw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-15 15:26+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/svx/source/table.po b/translations/source/de/svx/source/table.po
index 5dfb2af41cf..9a2b1a7b9fe 100644
--- a/translations/source/de/svx/source/table.po
+++ b/translations/source/de/svx/source/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/svx/source/tbxctrls.po b/translations/source/de/svx/source/tbxctrls.po
index 600707b443e..fff402f93ee 100644
--- a/translations/source/de/svx/source/tbxctrls.po
+++ b/translations/source/de/svx/source/tbxctrls.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:30+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/svx/source/toolbars.po b/translations/source/de/svx/source/toolbars.po
index 3615dc500e3..857debb3328 100644
--- a/translations/source/de/svx/source/toolbars.po
+++ b/translations/source/de/svx/source/toolbars.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:30+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/svx/source/unodialogs/textconversiondlgs.po b/translations/source/de/svx/source/unodialogs/textconversiondlgs.po
index 0769c4d705c..501312d0958 100644
--- a/translations/source/de/svx/source/unodialogs/textconversiondlgs.po
+++ b/translations/source/de/svx/source/unodialogs/textconversiondlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-18 14:27+0200\n"
"Last-Translator: andreschnabel <andre.schnabel@gmx.net>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sw/source/core/layout.po b/translations/source/de/sw/source/core/layout.po
index 829294be0f0..477d43a8bdc 100644
--- a/translations/source/de/sw/source/core/layout.po
+++ b/translations/source/de/sw/source/core/layout.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-04 14:30+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: none\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sw/source/core/undo.po b/translations/source/de/sw/source/core/undo.po
index 63ae2e28bab..3cdaf02d5ad 100644
--- a/translations/source/de/sw/source/core/undo.po
+++ b/translations/source/de/sw/source/core/undo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-04 14:30+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sw/source/core/unocore.po b/translations/source/de/sw/source/core/unocore.po
index b8d822ba128..dcd28dc7939 100644
--- a/translations/source/de/sw/source/core/unocore.po
+++ b/translations/source/de/sw/source/core/unocore.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:30+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sw/source/ui/app.po b/translations/source/de/sw/source/ui/app.po
index b9f0479d962..6b8b90c92db 100644
--- a/translations/source/de/sw/source/ui/app.po
+++ b/translations/source/de/sw/source/ui/app.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%2Fapp.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-30 19:28+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: mn.src#MN_TXT.FN_FORMAT_PAGE_DLG.menuitem.text
diff --git a/translations/source/de/sw/source/ui/chrdlg.po b/translations/source/de/sw/source/ui/chrdlg.po
index f3cdf72fa53..03e306d6b76 100644
--- a/translations/source/de/sw/source/ui/chrdlg.po
+++ b/translations/source/de/sw/source/ui/chrdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-23 17:53+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sw/source/ui/config.po b/translations/source/de/sw/source/ui/config.po
index 0ca50ef11ad..ab1da805195 100644
--- a/translations/source/de/sw/source/ui/config.po
+++ b/translations/source/de/sw/source/ui/config.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-04 14:34+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -334,6 +334,58 @@ msgctxt "optdlg.src#TP_OPTPRINT_PAGE.ST_NONE.string.text"
msgid "<None>"
msgstr "<Keins>"
+#: optdlg.src#TP_STD_FONT.FL_STDCHR.fixedline.text
+msgid "Basic fonts (%1)"
+msgstr "Grundschriften (%1)"
+
+#: optdlg.src#TP_STD_FONT.FT_TYPE.fixedtext.text
+msgid "Font"
+msgstr "Schriftart"
+
+#: optdlg.src#TP_STD_FONT.FT_SIZE.fixedtext.text
+msgid "Size"
+msgstr "Schriftgrad"
+
+#: optdlg.src#TP_STD_FONT.FT_STANDARD.fixedtext.text
+msgid "De~fault"
+msgstr "~Standard"
+
+#: optdlg.src#TP_STD_FONT.FT_TITLE.fixedtext.text
+msgid "Headin~g"
+msgstr "Üb~erschrift"
+
+#: optdlg.src#TP_STD_FONT.FT_LIST.fixedtext.text
+msgid "~List"
+msgstr "~Liste"
+
+#: optdlg.src#TP_STD_FONT.FT_LABEL.fixedtext.text
+msgid "C~aption"
+msgstr "~Beschriftung"
+
+#: optdlg.src#TP_STD_FONT.FT_IDX.fixedtext.text
+msgid "~Index"
+msgstr "~Verzeichnis"
+
+#: optdlg.src#TP_STD_FONT.CB_DOCONLY.checkbox.text
+msgid "C~urrent document only"
+msgstr "~Nur für das aktuelle Dokument"
+
+#: optdlg.src#TP_STD_FONT.PB_STANDARD.pushbutton.text
+msgid "~Default"
+msgstr "S~tandard"
+
+#: optdlg.src#TP_STD_FONT.ST_SCRIPT_ASIAN.string.text
+msgid "Asian"
+msgstr "asiatisch"
+
+#: 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 "westlich"
+
#: optdlg.src#TP_OPTTABLE_PAGE.FL_TABLE.fixedline.text
msgid "Default"
msgstr "Standard"
diff --git a/translations/source/de/sw/source/ui/dbui.po b/translations/source/de/sw/source/ui/dbui.po
index e1cdb304ca5..c3943e13dbf 100644
--- a/translations/source/de/sw/source/ui/dbui.po
+++ b/translations/source/de/sw/source/ui/dbui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-04 14:32+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sw/source/ui/dialog.po b/translations/source/de/sw/source/ui/dialog.po
index 0363ba0273f..c35adcebf33 100644
--- a/translations/source/de/sw/source/ui/dialog.po
+++ b/translations/source/de/sw/source/ui/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-10 20:00+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sw/source/ui/dochdl.po b/translations/source/de/sw/source/ui/dochdl.po
index c525a19901b..716a538d4be 100644
--- a/translations/source/de/sw/source/ui/dochdl.po
+++ b/translations/source/de/sw/source/ui/dochdl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:30+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sw/source/ui/docvw.po b/translations/source/de/sw/source/ui/docvw.po
index 1897fe02e0c..79051b353b5 100644
--- a/translations/source/de/sw/source/ui/docvw.po
+++ b/translations/source/de/sw/source/ui/docvw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-07 00:56+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sw/source/ui/envelp.po b/translations/source/de/sw/source/ui/envelp.po
index 65dbfccbb82..d05dded73a4 100644
--- a/translations/source/de/sw/source/ui/envelp.po
+++ b/translations/source/de/sw/source/ui/envelp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-21 21:22+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sw/source/ui/fldui.po b/translations/source/de/sw/source/ui/fldui.po
index 555979434bf..596f85a4c99 100644
--- a/translations/source/de/sw/source/ui/fldui.po
+++ b/translations/source/de/sw/source/ui/fldui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-14 21:50+0200\n"
"Last-Translator: andreschnabel <andre.schnabel@gmx.net>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sw/source/ui/fmtui.po b/translations/source/de/sw/source/ui/fmtui.po
index 1b3da425ad9..a4459239b29 100644
--- a/translations/source/de/sw/source/ui/fmtui.po
+++ b/translations/source/de/sw/source/ui/fmtui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-15 15:26+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sw/source/ui/frmdlg.po b/translations/source/de/sw/source/ui/frmdlg.po
index f0c40a78a28..b395b6a71e4 100644
--- a/translations/source/de/sw/source/ui/frmdlg.po
+++ b/translations/source/de/sw/source/ui/frmdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-22 14:03+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sw/source/ui/globdoc.po b/translations/source/de/sw/source/ui/globdoc.po
index dabc463bed3..52b197b62f6 100644
--- a/translations/source/de/sw/source/ui/globdoc.po
+++ b/translations/source/de/sw/source/ui/globdoc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:30+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sw/source/ui/index.po b/translations/source/de/sw/source/ui/index.po
index 9450ee6013a..a64b86748c7 100644
--- a/translations/source/de/sw/source/ui/index.po
+++ b/translations/source/de/sw/source/ui/index.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-07 00:57+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sw/source/ui/lingu.po b/translations/source/de/sw/source/ui/lingu.po
index e01d22fa2d0..37e3fa08f6a 100644
--- a/translations/source/de/sw/source/ui/lingu.po
+++ b/translations/source/de/sw/source/ui/lingu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-23 17:53+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sw/source/ui/misc.po b/translations/source/de/sw/source/ui/misc.po
index 7b37a998645..abdc65ede46 100644
--- a/translations/source/de/sw/source/ui/misc.po
+++ b/translations/source/de/sw/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-15 15:26+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sw/source/ui/ribbar.po b/translations/source/de/sw/source/ui/ribbar.po
index ee14a25be2b..5b95051370b 100644
--- a/translations/source/de/sw/source/ui/ribbar.po
+++ b/translations/source/de/sw/source/ui/ribbar.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-04 14:33+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sw/source/ui/shells.po b/translations/source/de/sw/source/ui/shells.po
index 4cccc5b1af0..00cfb76c853 100644
--- a/translations/source/de/sw/source/ui/shells.po
+++ b/translations/source/de/sw/source/ui/shells.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-23 17:53+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sw/source/ui/smartmenu.po b/translations/source/de/sw/source/ui/smartmenu.po
index 148e3b110ed..9cab2af289f 100644
--- a/translations/source/de/sw/source/ui/smartmenu.po
+++ b/translations/source/de/sw/source/ui/smartmenu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:30+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sw/source/ui/table.po b/translations/source/de/sw/source/ui/table.po
index 16faacff587..e424457fb18 100644
--- a/translations/source/de/sw/source/ui/table.po
+++ b/translations/source/de/sw/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-18 19:14+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sw/source/ui/uiview.po b/translations/source/de/sw/source/ui/uiview.po
index bc0c68922cb..7663b1e57cd 100644
--- a/translations/source/de/sw/source/ui/uiview.po
+++ b/translations/source/de/sw/source/ui/uiview.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:30+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sw/source/ui/utlui.po b/translations/source/de/sw/source/ui/utlui.po
index fd13a138484..37bc1037c56 100644
--- a/translations/source/de/sw/source/ui/utlui.po
+++ b/translations/source/de/sw/source/ui/utlui.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%2Futlui.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2011-12-23 07:17+0200\n"
-"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-22 22:05+0200\n"
+"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: navipi.src#DLG_NAVIGATION_PI.window.text
@@ -1502,6 +1502,176 @@ msgstr "Überschrift 9"
msgid "Heading 10"
msgstr "Überschrift 10"
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1S.string.text
+msgid "Numbering 1 Start"
+msgstr "Nummerierung 1 Anfang"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text"
+msgid "Numbering 1"
+msgstr "Nummerierung 1"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1E.string.text
+msgid "Numbering 1 End"
+msgstr "Nummerierung 1 Ende"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM1.string.text
+msgid "Numbering 1 Cont."
+msgstr "Nummerierung 1 Fortsetzung"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2S.string.text
+msgid "Numbering 2 Start"
+msgstr "Nummerierung 2 Anfang"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text"
+msgid "Numbering 2"
+msgstr "Nummerierung 2"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2E.string.text
+msgid "Numbering 2 End"
+msgstr "Nummerierung 2 Ende"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM2.string.text
+msgid "Numbering 2 Cont."
+msgstr "Nummerierung 2 Fortsetzung"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3S.string.text
+msgid "Numbering 3 Start"
+msgstr "Nummerierung 3 Anfang"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text"
+msgid "Numbering 3"
+msgstr "Nummerierung 3"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3E.string.text
+msgid "Numbering 3 End"
+msgstr "Nummerierung 3 Ende"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM3.string.text
+msgid "Numbering 3 Cont."
+msgstr "Nummerierung 3 Fortsetzung"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4S.string.text
+msgid "Numbering 4 Start"
+msgstr "Nummerierung 4 Anfang"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text"
+msgid "Numbering 4"
+msgstr "Nummerierung 4"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4E.string.text
+msgid "Numbering 4 End"
+msgstr "Nummerierung 4 Ende"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM4.string.text
+msgid "Numbering 4 Cont."
+msgstr "Nummerierung 4 Fortsetzung"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5S.string.text
+msgid "Numbering 5 Start"
+msgstr "Nummerierung 5 Anfang"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text"
+msgid "Numbering 5"
+msgstr "Nummerierung 5"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5E.string.text
+msgid "Numbering 5 End"
+msgstr "Nummerierung 5 Ende"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM5.string.text
+msgid "Numbering 5 Cont."
+msgstr "Nummerierung 5 Fortsetzung"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1S.string.text
+msgid "List 1 Start"
+msgstr "Aufzählung 1 Anfang"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text"
+msgid "List 1"
+msgstr "Liste 1"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1E.string.text
+msgid "List 1 End"
+msgstr "Aufzählung 1 Ende"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM1.string.text
+msgid "List 1 Cont."
+msgstr "Aufzählung 1 Fortsetzung"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2S.string.text
+msgid "List 2 Start"
+msgstr "Aufzählung 2 Anfang"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text"
+msgid "List 2"
+msgstr "Liste 2"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2E.string.text
+msgid "List 2 End"
+msgstr "Aufzählung 2 Ende"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM2.string.text
+msgid "List 2 Cont."
+msgstr "Aufzählung 2 Fortsetzung"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3S.string.text
+msgid "List 3 Start"
+msgstr "Aufzählung 3 Anfang"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text"
+msgid "List 3"
+msgstr "Liste 3"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3E.string.text
+msgid "List 3 End"
+msgstr "Aufzählung 3 Ende"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM3.string.text
+msgid "List 3 Cont."
+msgstr "Aufzählung 3 Fortsetzung"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4S.string.text
+msgid "List 4 Start"
+msgstr "Aufzählung 4 Anfang"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text"
+msgid "List 4"
+msgstr "Liste 4"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4E.string.text
+msgid "List 4 End"
+msgstr "Aufzählung 4 Ende"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM4.string.text
+msgid "List 4 Cont."
+msgstr "Aufzählung 4 Fortsetzung"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5S.string.text
+msgid "List 5 Start"
+msgstr "Aufzählung 5 Anfang"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text"
+msgid "List 5"
+msgstr "Liste 5"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5E.string.text
+msgid "List 5 End"
+msgstr "Aufzählung 5 Ende"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM5.string.text
+msgid "List 5 Cont."
+msgstr "Aufzählung 5 Fortsetzung"
+
#: poolfmt.src#STR_POOLCOLL_HEADER.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_HEADER.string.text"
msgid "Header"
@@ -1790,42 +1960,52 @@ msgid "Endnote"
msgstr "Endnote"
#: poolfmt.src#STR_POOLNUMRULE_NUM1.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM1.string.text"
msgid "Numbering 1"
msgstr "Nummerierung 1"
#: poolfmt.src#STR_POOLNUMRULE_NUM2.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM2.string.text"
msgid "Numbering 2"
msgstr "Nummerierung 2"
#: poolfmt.src#STR_POOLNUMRULE_NUM3.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM3.string.text"
msgid "Numbering 3"
msgstr "Nummerierung 3"
#: poolfmt.src#STR_POOLNUMRULE_NUM4.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM4.string.text"
msgid "Numbering 4"
msgstr "Nummerierung 4"
#: poolfmt.src#STR_POOLNUMRULE_NUM5.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM5.string.text"
msgid "Numbering 5"
msgstr "Nummerierung 5"
#: poolfmt.src#STR_POOLNUMRULE_BUL1.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL1.string.text"
msgid "List 1"
msgstr "Aufzählung 1"
#: poolfmt.src#STR_POOLNUMRULE_BUL2.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL2.string.text"
msgid "List 2"
msgstr "Aufzählung 2"
#: poolfmt.src#STR_POOLNUMRULE_BUL3.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL3.string.text"
msgid "List 3"
msgstr "Aufzählung 3"
#: poolfmt.src#STR_POOLNUMRULE_BUL4.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL4.string.text"
msgid "List 4"
msgstr "Aufzählung 4"
#: poolfmt.src#STR_POOLNUMRULE_BUL5.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL5.string.text"
msgid "List 5"
msgstr "Aufzählung 5"
diff --git a/translations/source/de/sw/source/ui/web.po b/translations/source/de/sw/source/ui/web.po
index 1ad2f77b805..b5963c56cf3 100644
--- a/translations/source/de/sw/source/ui/web.po
+++ b/translations/source/de/sw/source/ui/web.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:30+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sw/source/ui/wrtsh.po b/translations/source/de/sw/source/ui/wrtsh.po
index 8704a35cebf..f3fefa946f5 100644
--- a/translations/source/de/sw/source/ui/wrtsh.po
+++ b/translations/source/de/sw/source/ui/wrtsh.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:30+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/swext/mediawiki/help.po b/translations/source/de/swext/mediawiki/help.po
index 671d7612855..9e6a145a17e 100644
--- a/translations/source/de/swext/mediawiki/help.po
+++ b/translations/source/de/swext/mediawiki/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-23 18:00+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/swext/mediawiki/src.po b/translations/source/de/swext/mediawiki/src.po
index 27a29adf24f..def2349bad8 100644
--- a/translations/source/de/swext/mediawiki/src.po
+++ b/translations/source/de/swext/mediawiki/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-04 14:37+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/translations/source/de/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index 6eb1c09a490..cee7cde7465 100644
--- a/translations/source/de/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/translations/source/de/swext/mediawiki/src/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:30+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/translations/source/de/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index 35df4b394eb..63f87a55076 100644
--- a/translations/source/de/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/translations/source/de/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:30+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/sysui/desktop/share.po b/translations/source/de/sysui/desktop/share.po
index 47987342915..13f5939e75f 100644
--- a/translations/source/de/sysui/desktop/share.po
+++ b/translations/source/de/sysui/desktop/share.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-15 07:30+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/uui/source.po b/translations/source/de/uui/source.po
index 1330f54c469..15e32e3d2c3 100644
--- a/translations/source/de/uui/source.po
+++ b/translations/source/de/uui/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-23 00:02+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/vcl/source/src.po b/translations/source/de/vcl/source/src.po
index e278c579ad3..ed759251f93 100644
--- a/translations/source/de/vcl/source/src.po
+++ b/translations/source/de/vcl/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-21 17:34+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/wizards/source/euro.po b/translations/source/de/wizards/source/euro.po
index 9b77e4e0948..50a4b7c661a 100644
--- a/translations/source/de/wizards/source/euro.po
+++ b/translations/source/de/wizards/source/euro.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-28 09:22+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/wizards/source/formwizard.po b/translations/source/de/wizards/source/formwizard.po
index 452421ab850..dd6b3161661 100644
--- a/translations/source/de/wizards/source/formwizard.po
+++ b/translations/source/de/wizards/source/formwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-27 19:27+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/wizards/source/importwizard.po b/translations/source/de/wizards/source/importwizard.po
index 1ca311d8492..cba93bf428f 100644
--- a/translations/source/de/wizards/source/importwizard.po
+++ b/translations/source/de/wizards/source/importwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-26 10:26+0200\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/wizards/source/schedule.po b/translations/source/de/wizards/source/schedule.po
index 77de0aae1d6..cd2d46a40d7 100644
--- a/translations/source/de/wizards/source/schedule.po
+++ b/translations/source/de/wizards/source/schedule.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:30+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/wizards/source/template.po b/translations/source/de/wizards/source/template.po
index 03f0b45a4be..d8863b773d0 100644
--- a/translations/source/de/wizards/source/template.po
+++ b/translations/source/de/wizards/source/template.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:30+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/xmlsecurity/source/component.po b/translations/source/de/xmlsecurity/source/component.po
index 0f0df296d1f..22d379afda5 100644
--- a/translations/source/de/xmlsecurity/source/component.po
+++ b/translations/source/de/xmlsecurity/source/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:30+0200\n"
"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/de/xmlsecurity/source/dialogs.po b/translations/source/de/xmlsecurity/source/dialogs.po
index 334626cd457..c4faea24765 100644
--- a/translations/source/de/xmlsecurity/source/dialogs.po
+++ b/translations/source/de/xmlsecurity/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-06-18 17:34+0200\n"
"Last-Translator: andreschnabel <andre.schnabel@gmx.net>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: de\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/accessibility/source/helper.po b/translations/source/dgo/accessibility/source/helper.po
index a4f395b1f8d..6fc5f9539f2 100644
--- a/translations/source/dgo/accessibility/source/helper.po
+++ b/translations/source/dgo/accessibility/source/helper.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/avmedia/source/framework.po b/translations/source/dgo/avmedia/source/framework.po
index 7745a4b4bb5..64c45c404ca 100644
--- a/translations/source/dgo/avmedia/source/framework.po
+++ b/translations/source/dgo/avmedia/source/framework.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/avmedia/source/viewer.po b/translations/source/dgo/avmedia/source/viewer.po
index b14dfb76cb3..f769c134a52 100644
--- a/translations/source/dgo/avmedia/source/viewer.po
+++ b/translations/source/dgo/avmedia/source/viewer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/basctl/source/basicide.po b/translations/source/dgo/basctl/source/basicide.po
index 1e87225fb6d..e836f7f5d11 100644
--- a/translations/source/dgo/basctl/source/basicide.po
+++ b/translations/source/dgo/basctl/source/basicide.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:10+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/basctl/source/dlged.po b/translations/source/dgo/basctl/source/dlged.po
index 770e5cfdd08..c7b72afa7f8 100644
--- a/translations/source/dgo/basctl/source/dlged.po
+++ b/translations/source/dgo/basctl/source/dlged.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/basic/source/classes.po b/translations/source/dgo/basic/source/classes.po
index c7d0298640f..70ca1e1f01a 100644
--- a/translations/source/dgo/basic/source/classes.po
+++ b/translations/source/dgo/basic/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/basic/source/sbx.po b/translations/source/dgo/basic/source/sbx.po
index 06a5fef37c0..04fd5062353 100644
--- a/translations/source/dgo/basic/source/sbx.po
+++ b/translations/source/dgo/basic/source/sbx.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/chart2/source/controller/dialogs.po b/translations/source/dgo/chart2/source/controller/dialogs.po
index c8293d4a513..bf73e57898e 100644
--- a/translations/source/dgo/chart2/source/controller/dialogs.po
+++ b/translations/source/dgo/chart2/source/controller/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-09 21:05+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/connectivity/source/drivers/ado.po b/translations/source/dgo/connectivity/source/drivers/ado.po
index a97dc82611e..90a385162ab 100644
--- a/translations/source/dgo/connectivity/source/drivers/ado.po
+++ b/translations/source/dgo/connectivity/source/drivers/ado.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/connectivity/source/drivers/calc.po b/translations/source/dgo/connectivity/source/drivers/calc.po
index 25b84d03895..6becdf861f6 100644
--- a/translations/source/dgo/connectivity/source/drivers/calc.po
+++ b/translations/source/dgo/connectivity/source/drivers/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-06 09:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/connectivity/source/drivers/dbase.po b/translations/source/dgo/connectivity/source/drivers/dbase.po
index 8cc8135fe49..9409ffa187f 100644
--- a/translations/source/dgo/connectivity/source/drivers/dbase.po
+++ b/translations/source/dgo/connectivity/source/drivers/dbase.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/connectivity/source/drivers/evoab2.po b/translations/source/dgo/connectivity/source/drivers/evoab2.po
index 164260becbe..e65daae02cf 100644
--- a/translations/source/dgo/connectivity/source/drivers/evoab2.po
+++ b/translations/source/dgo/connectivity/source/drivers/evoab2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-06 09:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/connectivity/source/drivers/flat.po b/translations/source/dgo/connectivity/source/drivers/flat.po
index 271198c6613..c31332d333b 100644
--- a/translations/source/dgo/connectivity/source/drivers/flat.po
+++ b/translations/source/dgo/connectivity/source/drivers/flat.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/connectivity/source/drivers/hsqldb.po b/translations/source/dgo/connectivity/source/drivers/hsqldb.po
index 591c293eb1a..5d9894665de 100644
--- a/translations/source/dgo/connectivity/source/drivers/hsqldb.po
+++ b/translations/source/dgo/connectivity/source/drivers/hsqldb.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/connectivity/source/drivers/jdbc.po b/translations/source/dgo/connectivity/source/drivers/jdbc.po
index 17e94cc5be0..62506baed23 100644
--- a/translations/source/dgo/connectivity/source/drivers/jdbc.po
+++ b/translations/source/dgo/connectivity/source/drivers/jdbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/connectivity/source/drivers/kab.po b/translations/source/dgo/connectivity/source/drivers/kab.po
index 735c5ec3f54..67b21ceeefe 100644
--- a/translations/source/dgo/connectivity/source/drivers/kab.po
+++ b/translations/source/dgo/connectivity/source/drivers/kab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/connectivity/source/drivers/macab.po b/translations/source/dgo/connectivity/source/drivers/macab.po
index 21530dd18ff..6de5b1be338 100644
--- a/translations/source/dgo/connectivity/source/drivers/macab.po
+++ b/translations/source/dgo/connectivity/source/drivers/macab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/connectivity/source/drivers/mozab.po b/translations/source/dgo/connectivity/source/drivers/mozab.po
index adff4e7152b..e3103a7d52f 100644
--- a/translations/source/dgo/connectivity/source/drivers/mozab.po
+++ b/translations/source/dgo/connectivity/source/drivers/mozab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:09+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -22,7 +22,7 @@ msgstr "सिरनामां ब्लाक चुनो"
#: mozab2.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text
msgctxt "mozab2.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text"
-msgid "Thunderbird Address Book"
+msgid "Thunderbird/Icedove Address Book"
msgstr ""
#: mozab2.xcu#.Drivers.Installed.sdbc_address_ldap__.DriverTypeDisplayName.value.text
@@ -46,7 +46,7 @@ msgstr "सिरनामां ब्लाक चुनो"
#: mozab.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text
msgctxt "mozab.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text"
-msgid "Thunderbird Address Book"
+msgid "Thunderbird/Icedove Address Book"
msgstr ""
#: mozab.xcu#.Drivers.Installed.sdbc_address_ldap__.DriverTypeDisplayName.value.text
diff --git a/translations/source/dgo/connectivity/source/drivers/mysql.po b/translations/source/dgo/connectivity/source/drivers/mysql.po
index 09bf8dcf81c..9a554e60ebf 100644
--- a/translations/source/dgo/connectivity/source/drivers/mysql.po
+++ b/translations/source/dgo/connectivity/source/drivers/mysql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/connectivity/source/drivers/odbc.po b/translations/source/dgo/connectivity/source/drivers/odbc.po
index e916dd66160..893233882ea 100644
--- a/translations/source/dgo/connectivity/source/drivers/odbc.po
+++ b/translations/source/dgo/connectivity/source/drivers/odbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/connectivity/source/drivers/postgresql.po b/translations/source/dgo/connectivity/source/drivers/postgresql.po
index 8f565c04008..b3422ea9e6f 100644
--- a/translations/source/dgo/connectivity/source/drivers/postgresql.po
+++ b/translations/source/dgo/connectivity/source/drivers/postgresql.po
@@ -3,25 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:41+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: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\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/dgo/connectivity/source/resource.po b/translations/source/dgo/connectivity/source/resource.po
index 4a1d27cebe8..ad2ad75450b 100644
--- a/translations/source/dgo/connectivity/source/resource.po
+++ b/translations/source/dgo/connectivity/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:10+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/cui/source/customize.po b/translations/source/dgo/cui/source/customize.po
index 7bbd21cdddf..248ad477acc 100644
--- a/translations/source/dgo/cui/source/customize.po
+++ b/translations/source/dgo/cui/source/customize.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/cui/source/dialogs.po b/translations/source/dgo/cui/source/dialogs.po
index 17ca6e9bc9a..7e4de0a6008 100644
--- a/translations/source/dgo/cui/source/dialogs.po
+++ b/translations/source/dgo/cui/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-05-09 21:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:51+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -1021,7 +1021,8 @@ msgid "Object;Objects"
msgstr ""
#: gallery.src#RID_SVXSTR_GALLERY_READONLY.string.text
-msgid " (read-only)"
+#, fuzzy
+msgid "(read-only)"
msgstr "(सिर्फ पढ़न जोग) "
#: gallery.src#RID_SVXSTR_GALLERY_ALLFILES.string.text
@@ -1608,20 +1609,16 @@ msgstr "एप्लेट दा संपादन करो "
msgid "Contributor credits"
msgstr ""
-#: about.src#RID_DEFAULTABOUT.ABOUT_STR_VERSION.string.text
-msgid "%PRODUCTNAME %ABOUTBOXPRODUCTVERSION %PRODUCTEXTENSION"
-msgstr ""
-
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_VENDOR.string.text
msgid "This product was supplied by %OOOVENDOR."
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT.string.text
-msgid "LibreOffice is copyright © 2000, 2011 LibreOffice contributors and/or their affiliates. All rights reserved."
+msgid "LibreOffice is copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved."
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT_DERIVED.string.text
-msgid "%PRODUCTNAME is derived from LibreOffice. LibreOffice is copyright © 2000, 2011 LibreOffice contributors and/or their affiliates. All rights reserved."
+msgid "%PRODUCTNAME is derived from LibreOffice. LibreOffice is copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved."
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT_ORACLE_DERIVED.string.text
@@ -1633,7 +1630,7 @@ msgid "%OOOVENDOR acknowledges all community members, please find more info at t
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_LINK.string.text
-msgid "http://www.libreoffice.org/credits.html"
+msgid "http://www.libreoffice.org/about-us/credits/"
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_BUILD.string.text
@@ -1646,7 +1643,7 @@ msgstr ""
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.PB_PICKER.imagebutton.text
msgid "-"
-msgstr ""
+msgstr "-"
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.PB_PICKER.imagebutton.quickhelptext
msgid "Pick a color from the document"
@@ -2164,7 +2161,6 @@ msgstr "परैंत"
#: insrc.src#DLG_INS_ROW_COL.FL_INS.fixedline.text
#, fuzzy
-msgctxt "insrc.src#DLG_INS_ROW_COL.FL_INS.fixedline.text"
msgid "Insert"
msgstr ""
"#-#-#-#-# envelp.po (PACKAGE VERSION) #-#-#-#-#\n"
@@ -2190,39 +2186,12 @@ msgid "~Number"
msgstr "~ नंबर "
#: insrc.src#DLG_INS_ROW_COL.STR_ROW.string.text
-msgid " Rows"
-msgstr ""
+msgid "Insert Rows"
+msgstr "पंगतालें दा समावेश करो "
#: insrc.src#DLG_INS_ROW_COL.STR_COL.string.text
-#, fuzzy
-msgid " Columns"
-msgstr ""
-"#-#-#-#-# envelp.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~स्तंभ (बहु.) \n"
-"#-#-#-#-# table.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~स्तंभ(बहु.) \n"
-"#-#-#-#-# uiview.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~स्तंभ(बहु.) \n"
-"#-#-#-#-# src.po (PACKAGE VERSION) #-#-#-#-#\n"
-"स्तंभ (बहु.)"
-
-#: insrc.src#DLG_INS_ROW_COL.modaldialog.text
-#, fuzzy
-msgctxt "insrc.src#DLG_INS_ROW_COL.modaldialog.text"
-msgid "Insert"
+msgid "Insert Columns"
msgstr ""
-"#-#-#-#-# envelp.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~समावेश करो\n"
-"#-#-#-#-# index.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~समावेश करो \n"
-"#-#-#-#-# fldui.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~समावेश करो \n"
-"#-#-#-#-# misc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~समावेश करोt \n"
-"#-#-#-#-# dialog.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~ समावेश करो\n"
-"#-#-#-#-# source.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~दा समावेश करो "
#: hyphen.src#RID_SVXSTR_HMERR_CHECKINSTALL.string.text
msgid ""
diff --git a/translations/source/dgo/cui/source/options.po b/translations/source/dgo/cui/source/options.po
index 53f077522bc..87c22dae56e 100644
--- a/translations/source/dgo/cui/source/options.po
+++ b/translations/source/dgo/cui/source/options.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%2Foptions.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-30 11:10+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1349,17 +1349,8 @@ msgid "Proxy"
msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.PB_BACK.pushbutton.text
-#, fuzzy
msgid "~Revert"
msgstr ""
-"#-#-#-#-# index.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~हटाओ\n"
-"#-#-#-#-# fldui.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~ हटाओ\n"
-"#-#-#-#-# misc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~हटाओ \n"
-"#-#-#-#-# gui.po (PACKAGE VERSION) #-#-#-#-#\n"
-"~हटाओ "
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.ST_LOAD_ERROR.string.text
msgid "The selected module could not be loaded."
@@ -2823,9 +2814,8 @@ msgstr ""
"ख’ल्ल लेओ "
#: optlingu.src#RID_SVXDLG_EDIT_MODULES.PB_EDIT_MODULES_PRIO_BACK.pushbutton.text
-#, fuzzy
msgid "~Back"
-msgstr "पुक्करने लेई नकलां"
+msgstr ""
#: optlingu.src#RID_SVXDLG_EDIT_MODULES.FT_EDIT_MODULES_NEWDICTSLINK.fixedtext.text
msgctxt "optlingu.src#RID_SVXDLG_EDIT_MODULES.FT_EDIT_MODULES_NEWDICTSLINK.fixedtext.text"
@@ -3271,7 +3261,7 @@ msgstr ""
#: optpath.src#RID_SVXSTR_KEY_DICTIONARY_PATH.string.text
msgid "Dictionaries"
-msgstr ""
+msgstr "शब्दकोश (बहु.) "
#: optpath.src#RID_SVXSTR_KEY_HELP_DIR.string.text
msgctxt "optpath.src#RID_SVXSTR_KEY_HELP_DIR.string.text"
diff --git a/translations/source/dgo/cui/source/tabpages.po b/translations/source/dgo/cui/source/tabpages.po
index f50df37d989..c2c01fddded 100644
--- a/translations/source/dgo/cui/source/tabpages.po
+++ b/translations/source/dgo/cui/source/tabpages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-07-28 11:14+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2011-12-15 12:51+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -625,13 +625,13 @@ msgstr ""
"~संख्याकरण होआ करदा ऐ"
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.1.stringlist.text
-#, fuzzy
-msgid "1, 2, 3, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.1.stringlist.text"
+msgid "1, 2, 3, ..."
msgstr "1, 2, 3, ... "
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.2.stringlist.text
-#, fuzzy
-msgid "A, B, C, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.2.stringlist.text"
+msgid "A, B, C, ..."
msgstr "A, B, C, ... "
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.3.stringlist.text
@@ -641,18 +641,18 @@ msgid "a, b, c, ..."
msgstr "A, B, C, ... "
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.4.stringlist.text
-#, fuzzy
-msgid "I, II, III, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.4.stringlist.text"
+msgid "I, II, III, ..."
msgstr "I, II, III, ... "
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.5.stringlist.text
-#, fuzzy
-msgid "i, ii, iii, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.5.stringlist.text"
+msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ... "
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.6.stringlist.text
-msgid "A, .., AA, .., AAA, ... "
-msgstr ""
+msgid "A, .., AA, .., AAA, ..."
+msgstr "A, .., AA, .., AAA, ... "
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.7.stringlist.text
msgid "a, .., aa, .., aaa, ..."
@@ -2705,6 +2705,8 @@ msgid "For~mat"
msgstr "रूप-रचना "
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.1.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.1.stringlist.text"
msgid "A, B, C, ..."
msgstr "A, B, C, ... "
@@ -2715,14 +2717,20 @@ msgid "a, b, c, ..."
msgstr "A, B, C, ... "
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.3.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.3.stringlist.text"
msgid "I, II, III, ..."
msgstr "I, II, III, ... "
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.4.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.4.stringlist.text"
msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ... "
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.5.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.5.stringlist.text"
msgid "1, 2, 3, ..."
msgstr "1, 2, 3, ... "
@@ -3391,6 +3399,10 @@ msgctxt "textanim.src#RID_SVXPAGE_TEXTANIMATION.TSB_AUTO.tristatebox.text"
msgid "~Automatic"
msgstr ""
+#: textanim.src#RID_SVXPAGE_TEXTANIMATION.MTR_FLD_DELAY.metricfield.text
+msgid " ms"
+msgstr ""
+
#: textanim.src#RID_SVXPAGE_TEXTANIMATION.tabpage.text
msgid "Animation"
msgstr "सजीवीकरण"
@@ -5890,6 +5902,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr ""
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Hatches List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Hatches List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_HATCH.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_HATCH.tabpage.text"
msgid "Hatching"
@@ -5956,6 +5991,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr ""
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Bitmap List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Bitmap List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_BITMAP.tabpage.text
msgid "Bitmap Patterns"
msgstr ""
@@ -6062,6 +6120,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr ""
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Gradients List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Gradients List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_GRADIENT.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.tabpage.text"
msgid "Gradients"
@@ -6117,6 +6198,22 @@ msgstr ""
msgid "CMYK"
msgstr ""
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_1.fixedtext.text
+msgid "~C"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_2.fixedtext.text
+msgid "~M"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_3.fixedtext.text
+msgid "~Y"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_4.fixedtext.text
+msgid "~K"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_COLOR.BTN_ADD.pushbutton.text
#, fuzzy
msgid "~Add"
@@ -6159,6 +6256,29 @@ msgstr ""
"#-#-#-#-# textconversiondlgs.po (PACKAGE VERSION) #-#-#-#-#\n"
"तरमीम करो"
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Color List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Color List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_COLOR.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_COLOR.tabpage.text"
msgid "Colors"
diff --git a/translations/source/dgo/dbaccess/source/core/resource.po b/translations/source/dgo/dbaccess/source/core/resource.po
index 808426c670d..17bd44709ca 100644
--- a/translations/source/dgo/dbaccess/source/core/resource.po
+++ b/translations/source/dgo/dbaccess/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-12 00:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dbaccess/source/ext/adabas.po b/translations/source/dgo/dbaccess/source/ext/adabas.po
index 02c320f4dcc..54bd0ad3536 100644
--- a/translations/source/dgo/dbaccess/source/ext/adabas.po
+++ b/translations/source/dgo/dbaccess/source/ext/adabas.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dbaccess/source/ext/macromigration.po b/translations/source/dgo/dbaccess/source/ext/macromigration.po
index cb30f9adec4..8a5437ebe8d 100644
--- a/translations/source/dgo/dbaccess/source/ext/macromigration.po
+++ b/translations/source/dgo/dbaccess/source/ext/macromigration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -182,7 +182,7 @@ msgid "Warnings"
msgstr ""
#: macromigration.src#STR_EXCEPTION.string.text
-msgid "caught exception: "
+msgid "caught exception:"
msgstr ""
#: macromigration.src#ERR_INVALID_BACKUP_LOCATION.errorbox.text
diff --git a/translations/source/dgo/dbaccess/source/sdbtools/resource.po b/translations/source/dgo/dbaccess/source/sdbtools/resource.po
index 82088930bbb..3defc93ec8d 100644
--- a/translations/source/dgo/dbaccess/source/sdbtools/resource.po
+++ b/translations/source/dgo/dbaccess/source/sdbtools/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-06 09:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dbaccess/source/ui/app.po b/translations/source/dgo/dbaccess/source/ui/app.po
index 8044b1c211a..b7cd505aef8 100644
--- a/translations/source/dgo/dbaccess/source/ui/app.po
+++ b/translations/source/dgo/dbaccess/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dbaccess/source/ui/browser.po b/translations/source/dgo/dbaccess/source/ui/browser.po
index 30dc93d4e1a..2929c30b180 100644
--- a/translations/source/dgo/dbaccess/source/ui/browser.po
+++ b/translations/source/dgo/dbaccess/source/ui/browser.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dbaccess/source/ui/control.po b/translations/source/dgo/dbaccess/source/ui/control.po
index 8a60c28ad5d..9ed068d2976 100644
--- a/translations/source/dgo/dbaccess/source/ui/control.po
+++ b/translations/source/dgo/dbaccess/source/ui/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-06 09:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dbaccess/source/ui/dlg.po b/translations/source/dgo/dbaccess/source/ui/dlg.po
index 9af72de9773..d5b8e8abd0a 100644
--- a/translations/source/dgo/dbaccess/source/ui/dlg.po
+++ b/translations/source/dgo/dbaccess/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-12 00:11+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:51+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -1607,8 +1607,9 @@ msgid "~Base DN"
msgstr "~ DN अधार "
#: dbadmin.src#PAGE_LDAP.CB_USESSL.checkbox.text
-msgid "Use secure connection(SSL)"
-msgstr "(SSL) सुरक्षत कनैक्शन बरतो "
+#, fuzzy
+msgid "Use secure connection (SSL)"
+msgstr "बरतो ~सुरक्षत कनैक्शन (SSL) "
#: dbadmin.src#PAGE_LDAP.FT_PORTNUMBER.fixedtext.text
msgctxt "dbadmin.src#PAGE_LDAP.FT_PORTNUMBER.fixedtext.text"
diff --git a/translations/source/dgo/dbaccess/source/ui/inc.po b/translations/source/dgo/dbaccess/source/ui/inc.po
index 18f48f65d6c..ccc630919c7 100644
--- a/translations/source/dgo/dbaccess/source/ui/inc.po
+++ b/translations/source/dgo/dbaccess/source/ui/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dbaccess/source/ui/misc.po b/translations/source/dgo/dbaccess/source/ui/misc.po
index 54c3ed36eb8..b2a90ab077d 100644
--- a/translations/source/dgo/dbaccess/source/ui/misc.po
+++ b/translations/source/dgo/dbaccess/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-06 09:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dbaccess/source/ui/querydesign.po b/translations/source/dgo/dbaccess/source/ui/querydesign.po
index 0cf8919e74a..1265742dde8 100644
--- a/translations/source/dgo/dbaccess/source/ui/querydesign.po
+++ b/translations/source/dgo/dbaccess/source/ui/querydesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dbaccess/source/ui/relationdesign.po b/translations/source/dgo/dbaccess/source/ui/relationdesign.po
index 6c700f87c66..5287cdb0c4a 100644
--- a/translations/source/dgo/dbaccess/source/ui/relationdesign.po
+++ b/translations/source/dgo/dbaccess/source/ui/relationdesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -53,6 +53,6 @@ msgstr "जिसलै इस टेबल गी म्हेसदे ओ,
#: relation.src#STR_QUERY_REL_COULD_NOT_CREATE.string.text
msgid ""
-"The database could not create the relation. May be foreign keys for this kind of table aren't supported.\n"
+"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
"Please check your documentation of the database."
msgstr ""
diff --git a/translations/source/dgo/dbaccess/source/ui/tabledesign.po b/translations/source/dgo/dbaccess/source/ui/tabledesign.po
index 9893223991b..c34a3efe4dc 100644
--- a/translations/source/dgo/dbaccess/source/ui/tabledesign.po
+++ b/translations/source/dgo/dbaccess/source/ui/tabledesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-12 00:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dbaccess/source/ui/uno.po b/translations/source/dgo/dbaccess/source/ui/uno.po
index 020617c6679..c9ede18c9d6 100644
--- a/translations/source/dgo/dbaccess/source/ui/uno.po
+++ b/translations/source/dgo/dbaccess/source/ui/uno.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/desktop/source/app.po b/translations/source/dgo/desktop/source/app.po
index db4cf3474fa..4d6d41e7681 100644
--- a/translations/source/dgo/desktop/source/app.po
+++ b/translations/source/dgo/desktop/source/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -130,6 +130,10 @@ msgctxt "desktop.src#STR_TITLE_USERDATALOCKED.string.text"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
+#: desktop.src#DLG_CMDLINEHELP.modaldialog.text
+msgid "Help Message..."
+msgstr ""
+
#: desktop.src#EBX_ERR_PRINTDISABLED.errorbox.text
msgid "Printing is disabled. No documents can be printed."
msgstr " छपाई असमर्थ ऐ.कोई बी दस्तावेज छपी नेईं सकदा. "
diff --git a/translations/source/dgo/desktop/source/deployment/gui.po b/translations/source/dgo/desktop/source/deployment/gui.po
index 8d5fcdae048..7759e031cce 100644
--- a/translations/source/dgo/desktop/source/deployment/gui.po
+++ b/translations/source/dgo/desktop/source/deployment/gui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-12 00:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -411,13 +411,28 @@ msgid ""
"Click \\'Cancel\\' to stop the installation."
msgstr ""
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_FT_TYPE_EXTENSIONS.fixedtext.text
+msgid "Type of Extension"
+msgstr ""
+
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_CBX_BUNDLED.checkbox.text
+msgid "~Installation"
+msgstr ""
+
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_CBX_SHARED.checkbox.text
+msgid "~Shared"
+msgstr ""
+
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_CBX_USER.checkbox.text
+msgid "~User"
+msgstr ""
+
#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_ADD.pushbutton.text
msgid "~Add..."
msgstr "~जमा करो... "
#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_CHECK_UPDATES.pushbutton.text
-msgctxt "dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_CHECK_UPDATES.pushbutton.text"
-msgid "Check for ~Updates..."
+msgid "~Check for Updates..."
msgstr ""
#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_FT_GET_EXTENSIONS.fixedtext.text
@@ -448,9 +463,8 @@ msgid "Adding %EXTENSION_NAME"
msgstr ""
#: dp_gui_dialog2.src#RID_DLG_UPDATE_REQUIRED.RID_EM_BTN_CHECK_UPDATES.pushbutton.text
-msgctxt "dp_gui_dialog2.src#RID_DLG_UPDATE_REQUIRED.RID_EM_BTN_CHECK_UPDATES.pushbutton.text"
msgid "Check for ~Updates..."
-msgstr ""
+msgstr "अपडेटें लेई ~जाचो... "
#: dp_gui_dialog2.src#RID_DLG_UPDATE_REQUIRED.RID_EM_BTN_CLOSE.pushbutton.text
msgid "Disable all"
diff --git a/translations/source/dgo/desktop/source/deployment/manager.po b/translations/source/dgo/desktop/source/deployment/manager.po
index 51319ab8102..ac4b899956e 100644
--- a/translations/source/dgo/desktop/source/deployment/manager.po
+++ b/translations/source/dgo/desktop/source/deployment/manager.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/desktop/source/deployment/misc.po b/translations/source/dgo/desktop/source/deployment/misc.po
index 70fc5cd03de..f0cc06baa35 100644
--- a/translations/source/dgo/desktop/source/deployment/misc.po
+++ b/translations/source/dgo/desktop/source/deployment/misc.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 02:08+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
-"X-Generator: Pootle 2.1.6\n"
+"Language: dgo\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: dp_misc.src#RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN.string.text
diff --git a/translations/source/dgo/desktop/source/deployment/registry.po b/translations/source/dgo/desktop/source/deployment/registry.po
index 2f9cb2267b2..15fcb4baef9 100644
--- a/translations/source/dgo/desktop/source/deployment/registry.po
+++ b/translations/source/dgo/desktop/source/deployment/registry.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/desktop/source/deployment/registry/component.po b/translations/source/dgo/desktop/source/deployment/registry/component.po
index 1312699c7a0..31edc9d34e4 100644
--- a/translations/source/dgo/desktop/source/deployment/registry/component.po
+++ b/translations/source/dgo/desktop/source/deployment/registry/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:10+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/desktop/source/deployment/registry/configuration.po b/translations/source/dgo/desktop/source/deployment/registry/configuration.po
index 9d1a9958dc7..4eaa9c7c469 100644
--- a/translations/source/dgo/desktop/source/deployment/registry/configuration.po
+++ b/translations/source/dgo/desktop/source/deployment/registry/configuration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/desktop/source/deployment/registry/help.po b/translations/source/dgo/desktop/source/deployment/registry/help.po
index 4b239ab411e..0b211c5ae98 100644
--- a/translations/source/dgo/desktop/source/deployment/registry/help.po
+++ b/translations/source/dgo/desktop/source/deployment/registry/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/desktop/source/deployment/registry/package.po b/translations/source/dgo/desktop/source/deployment/registry/package.po
index 0050e1fb362..9b6b64afd4a 100644
--- a/translations/source/dgo/desktop/source/deployment/registry/package.po
+++ b/translations/source/dgo/desktop/source/deployment/registry/package.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/desktop/source/deployment/registry/script.po b/translations/source/dgo/desktop/source/deployment/registry/script.po
index 017671b8215..fd52dd79233 100644
--- a/translations/source/dgo/desktop/source/deployment/registry/script.po
+++ b/translations/source/dgo/desktop/source/deployment/registry/script.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/desktop/source/deployment/registry/sfwk.po b/translations/source/dgo/desktop/source/deployment/registry/sfwk.po
index c6ff9522f7b..70b6eb36637 100644
--- a/translations/source/dgo/desktop/source/deployment/registry/sfwk.po
+++ b/translations/source/dgo/desktop/source/deployment/registry/sfwk.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/desktop/source/deployment/unopkg.po b/translations/source/dgo/desktop/source/deployment/unopkg.po
index bea371e03cb..5f415c1f2b5 100644
--- a/translations/source/dgo/desktop/source/deployment/unopkg.po
+++ b/translations/source/dgo/desktop/source/deployment/unopkg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/af_ZA.po b/translations/source/dgo/dictionaries/af_ZA.po
index c6eb628ddb9..2e0d96da8af 100644
--- a/translations/source/dgo/dictionaries/af_ZA.po
+++ b/translations/source/dgo/dictionaries/af_ZA.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/an_ES.po b/translations/source/dgo/dictionaries/an_ES.po
new file mode 100644
index 00000000000..40be6df4511
--- /dev/null
+++ b/translations/source/dgo/dictionaries/an_ES.po
@@ -0,0 +1,19 @@
+#. extracted from dictionaries/an_ES.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%2Fan_ES.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Aragonese spelling dictionary"
+msgstr ""
diff --git a/translations/source/dgo/dictionaries/ar.po b/translations/source/dgo/dictionaries/ar.po
index 4672576d51f..2c391b62752 100644
--- a/translations/source/dgo/dictionaries/ar.po
+++ b/translations/source/dgo/dictionaries/ar.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/be_BY.po b/translations/source/dgo/dictionaries/be_BY.po
index f818c0fd4c2..df466c8d987 100644
--- a/translations/source/dgo/dictionaries/be_BY.po
+++ b/translations/source/dgo/dictionaries/be_BY.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:42+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: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/bg_BG.po b/translations/source/dgo/dictionaries/bg_BG.po
index 64cb226e040..9a7ec794696 100644
--- a/translations/source/dgo/dictionaries/bg_BG.po
+++ b/translations/source/dgo/dictionaries/bg_BG.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/bn_BD.po b/translations/source/dgo/dictionaries/bn_BD.po
index 63d3d2d39b1..c9533ffb103 100644
--- a/translations/source/dgo/dictionaries/bn_BD.po
+++ b/translations/source/dgo/dictionaries/bn_BD.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/br_FR.po b/translations/source/dgo/dictionaries/br_FR.po
index a3c131b920d..d8bbcc3554c 100644
--- a/translations/source/dgo/dictionaries/br_FR.po
+++ b/translations/source/dgo/dictionaries/br_FR.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/ca.po b/translations/source/dgo/dictionaries/ca.po
index 0f147fb47a6..8d8c22f091f 100644
--- a/translations/source/dgo/dictionaries/ca.po
+++ b/translations/source/dgo/dictionaries/ca.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/cs_CZ.po b/translations/source/dgo/dictionaries/cs_CZ.po
index 5e90a4511b7..d63a6c17000 100644
--- a/translations/source/dgo/dictionaries/cs_CZ.po
+++ b/translations/source/dgo/dictionaries/cs_CZ.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/da_DK.po b/translations/source/dgo/dictionaries/da_DK.po
index fa51f9bc4ce..92789fb1397 100644
--- a/translations/source/dgo/dictionaries/da_DK.po
+++ b/translations/source/dgo/dictionaries/da_DK.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/de.po b/translations/source/dgo/dictionaries/de.po
index 87d6e56351f..cd2e51a2e31 100644
--- a/translations/source/dgo/dictionaries/de.po
+++ b/translations/source/dgo/dictionaries/de.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/el_GR.po b/translations/source/dgo/dictionaries/el_GR.po
index ed217a02b6f..bddfd5cc10b 100644
--- a/translations/source/dgo/dictionaries/el_GR.po
+++ b/translations/source/dgo/dictionaries/el_GR.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:42+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: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/en.po b/translations/source/dgo/dictionaries/en.po
index 566264bb9d5..3bcd1c26d62 100644
--- a/translations/source/dgo/dictionaries/en.po
+++ b/translations/source/dgo/dictionaries/en.po
@@ -3,17 +3,17 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
-msgid "English (Australia, Canada, South Africa, UK, USA) spelling dictionaries, hyphenation rules, and thesaurus"
+msgid "English spelling dictionaries, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/translations/source/dgo/dictionaries/en/dialog.po b/translations/source/dgo/dictionaries/en/dialog.po
new file mode 100644
index 00000000000..67a1c6355fd
--- /dev/null
+++ b/translations/source/dgo/dictionaries/en/dialog.po
@@ -0,0 +1,171 @@
+#. extracted from dictionaries/en/dialog.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%2Fen%2Fdialog.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "शब्दकोश (बहु.) "
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.en.Label.value.text
+msgid "English sentence checking"
+msgstr ""
+
+#: en_en_US.properties#spelling.property.text
+msgid "Grammar checking"
+msgstr ""
+
+#: en_en_US.properties#hlp_grammar.property.text
+msgid "Check more grammar errors."
+msgstr ""
+
+#: en_en_US.properties#grammar.property.text
+msgid "Possible mistakes"
+msgstr ""
+
+#: en_en_US.properties#hlp_cap.property.text
+msgid "Check missing capitalization of sentences."
+msgstr ""
+
+#: en_en_US.properties#cap.property.text
+msgid "Capitalization"
+msgstr ""
+
+#: en_en_US.properties#hlp_dup.property.text
+msgid "Check repeated words."
+msgstr ""
+
+#: en_en_US.properties#dup.property.text
+msgid "Word duplication"
+msgstr ""
+
+#: en_en_US.properties#hlp_pair.property.text
+msgid "Check missing or extra parentheses and quotation marks."
+msgstr ""
+
+#: en_en_US.properties#pair.property.text
+msgid "Parentheses"
+msgstr ""
+
+#: en_en_US.properties#punctuation.property.text
+msgid "Punctuation"
+msgstr ""
+
+#: en_en_US.properties#hlp_spaces.property.text
+msgid "Check single spaces between words."
+msgstr ""
+
+#: en_en_US.properties#spaces.property.text
+msgid "Word spacing"
+msgstr ""
+
+#: en_en_US.properties#hlp_mdash.property.text
+msgid "Force unspaced em dash instead of spaced en dash."
+msgstr ""
+
+#: en_en_US.properties#mdash.property.text
+msgid "Em dash"
+msgstr ""
+
+#: en_en_US.properties#hlp_ndash.property.text
+msgid "Force spaced en dash instead of unspaced em dash."
+msgstr ""
+
+#: en_en_US.properties#ndash.property.text
+msgid "En dash"
+msgstr ""
+
+#: en_en_US.properties#hlp_quotation.property.text
+msgid "Check double quotation marks: \"x\" → “x”"
+msgstr ""
+
+#: en_en_US.properties#quotation.property.text
+msgid "Quotation marks"
+msgstr ""
+
+#: en_en_US.properties#hlp_times.property.text
+msgid "Check true multiplication sign: 5x5 → 5×5"
+msgstr ""
+
+#: en_en_US.properties#times.property.text
+msgid "Multiplication sign"
+msgstr ""
+
+#: en_en_US.properties#hlp_spaces2.property.text
+msgid "Check single spaces between sentences."
+msgstr ""
+
+#: en_en_US.properties#spaces2.property.text
+msgid "Sentence spacing"
+msgstr ""
+
+#: en_en_US.properties#hlp_spaces3.property.text
+msgid "Check more than two extra space characters between words and sentences."
+msgstr ""
+
+#: en_en_US.properties#spaces3.property.text
+msgid "More spaces"
+msgstr ""
+
+#: en_en_US.properties#hlp_minus.property.text
+msgid "Change hyphen characters to real minus signs."
+msgstr ""
+
+#: en_en_US.properties#minus.property.text
+msgid "Minus sign"
+msgstr ""
+
+#: en_en_US.properties#hlp_apostrophe.property.text
+msgid "Change typewriter apostrophe, single quotation marks and correct double primes."
+msgstr ""
+
+#: en_en_US.properties#apostrophe.property.text
+msgid "Apostrophe"
+msgstr ""
+
+#: en_en_US.properties#hlp_ellipsis.property.text
+msgid "Change three dots with ellipsis."
+msgstr ""
+
+#: en_en_US.properties#ellipsis.property.text
+msgid "Ellipsis"
+msgstr ""
+
+#: en_en_US.properties#others.property.text
+msgid "Others"
+msgstr "बाकी दुए "
+
+#: en_en_US.properties#hlp_metric.property.text
+msgid "Measurement conversion from °F, mph, ft, in, lb, gal and miles."
+msgstr ""
+
+#: en_en_US.properties#metric.property.text
+msgid "Convert to metric (°C, km/h, m, kg, l)"
+msgstr ""
+
+#: en_en_US.properties#hlp_numsep.property.text
+msgid "Common (1000000 → 1,000,000) or ISO (1000000 → 1 000 000)."
+msgstr ""
+
+#: en_en_US.properties#numsep.property.text
+msgid "Thousand separation of large numbers"
+msgstr ""
+
+#: en_en_US.properties#hlp_nonmetric.property.text
+msgid "Measurement conversion from °C; km/h; cm, m, km; kg; l."
+msgstr ""
+
+#: en_en_US.properties#nonmetric.property.text
+msgid "Convert to non-metric (°F, mph, ft, lb, gal)"
+msgstr ""
diff --git a/translations/source/dgo/dictionaries/es_ES.po b/translations/source/dgo/dictionaries/es_ES.po
index 484c9ebb9db..5b953d832cd 100644
--- a/translations/source/dgo/dictionaries/es_ES.po
+++ b/translations/source/dgo/dictionaries/es_ES.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/et_EE.po b/translations/source/dgo/dictionaries/et_EE.po
index d3d74a3444a..5aa15322711 100644
--- a/translations/source/dgo/dictionaries/et_EE.po
+++ b/translations/source/dgo/dictionaries/et_EE.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/fr_FR.po b/translations/source/dgo/dictionaries/fr_FR.po
index c949f4dd915..94bd58d1885 100644
--- a/translations/source/dgo/dictionaries/fr_FR.po
+++ b/translations/source/dgo/dictionaries/fr_FR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/gd_GB.po b/translations/source/dgo/dictionaries/gd_GB.po
index fe59dc3cded..cabf698ba43 100644
--- a/translations/source/dgo/dictionaries/gd_GB.po
+++ b/translations/source/dgo/dictionaries/gd_GB.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:42+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: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/gl.po b/translations/source/dgo/dictionaries/gl.po
index 2a0eebce4a2..f870e2d6d10 100644
--- a/translations/source/dgo/dictionaries/gl.po
+++ b/translations/source/dgo/dictionaries/gl.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/gu_IN.po b/translations/source/dgo/dictionaries/gu_IN.po
index cad91aa6e78..1a70c93f849 100644
--- a/translations/source/dgo/dictionaries/gu_IN.po
+++ b/translations/source/dgo/dictionaries/gu_IN.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/he_IL.po b/translations/source/dgo/dictionaries/he_IL.po
index 11d9487a0da..bd51cd026a5 100644
--- a/translations/source/dgo/dictionaries/he_IL.po
+++ b/translations/source/dgo/dictionaries/he_IL.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/hi_IN.po b/translations/source/dgo/dictionaries/hi_IN.po
index e3adf444772..469edc1abf7 100644
--- a/translations/source/dgo/dictionaries/hi_IN.po
+++ b/translations/source/dgo/dictionaries/hi_IN.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/hr_HR.po b/translations/source/dgo/dictionaries/hr_HR.po
index 5fda84d0509..8c81ef31170 100644
--- a/translations/source/dgo/dictionaries/hr_HR.po
+++ b/translations/source/dgo/dictionaries/hr_HR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/hu_HU.po b/translations/source/dgo/dictionaries/hu_HU.po
index 354f55efbdb..7785ff15f57 100644
--- a/translations/source/dgo/dictionaries/hu_HU.po
+++ b/translations/source/dgo/dictionaries/hu_HU.po
@@ -3,17 +3,17 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
-msgid "Hungarian spelling dictionary, hyphenation rules, and thesaurus"
+msgid "Hungarian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/translations/source/dgo/dictionaries/hu_HU/dialog.po b/translations/source/dgo/dictionaries/hu_HU/dialog.po
new file mode 100644
index 00000000000..8b1d94172f6
--- /dev/null
+++ b/translations/source/dgo/dictionaries/hu_HU/dialog.po
@@ -0,0 +1,153 @@
+#. extracted from dictionaries/hu_HU/dialog.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%2Fhu_HU%2Fdialog.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "शब्दकोश (बहु.) "
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.hu_HU.Label.value.text
+msgid "Hungarian sentence checking"
+msgstr ""
+
+#: hu_HU_en_US.properties#spelling.property.text
+msgid "Spelling"
+msgstr ""
+
+#: hu_HU_en_US.properties#cap.property.text
+msgid "Capitalization"
+msgstr ""
+
+#: hu_HU_en_US.properties#par.property.text
+msgid "Parentheses"
+msgstr ""
+
+#: hu_HU_en_US.properties#wordpart.property.text
+msgid "Word parts of compounds"
+msgstr ""
+
+#: hu_HU_en_US.properties#comma.property.text
+msgid "Comma usage"
+msgstr ""
+
+#: hu_HU_en_US.properties#proofreading.property.text
+msgid "Proofreading"
+msgstr ""
+
+#: hu_HU_en_US.properties#style.property.text
+msgid "Style checking"
+msgstr ""
+
+#: hu_HU_en_US.properties#compound.property.text
+msgid "Underline typo-like compound words"
+msgstr ""
+
+#: hu_HU_en_US.properties#allcompound.property.text
+msgid "Underline all generated compound words"
+msgstr ""
+
+#: hu_HU_en_US.properties#grammar.property.text
+msgid "Possible mistakes"
+msgstr ""
+
+#: hu_HU_en_US.properties#money.property.text
+msgid "Consistency of money amounts"
+msgstr ""
+
+#: hu_HU_en_US.properties#duplication.property.text
+msgctxt "hu_HU_en_US.properties#duplication.property.text"
+msgid "Word duplication"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup0.property.text
+msgctxt "hu_HU_en_US.properties#dup0.property.text"
+msgid "Word duplication"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup.property.text
+msgid "Duplication within clauses"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup2.property.text
+msgid "Duplication within sentences"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup3.property.text
+msgid "Allow previous checkings with affixes"
+msgstr ""
+
+#: hu_HU_en_US.properties#numpart.property.text
+msgid "Thousand separation of numbers"
+msgstr ""
+
+#: hu_HU_en_US.properties#typography.property.text
+msgid "Typography"
+msgstr ""
+
+#: hu_HU_en_US.properties#quot.property.text
+msgid "Quotation marks"
+msgstr ""
+
+#: hu_HU_en_US.properties#apost.property.text
+msgid "Apostrophe"
+msgstr ""
+
+#: hu_HU_en_US.properties#dash.property.text
+msgid "En dash"
+msgstr ""
+
+#: hu_HU_en_US.properties#elli.property.text
+msgid "Ellipsis"
+msgstr ""
+
+#: hu_HU_en_US.properties#ligature.property.text
+msgid "Ligature suggestion"
+msgstr ""
+
+#: hu_HU_en_US.properties#noligature.property.text
+msgid "Underline ligatures"
+msgstr ""
+
+#: hu_HU_en_US.properties#frac.property.text
+msgid "Fractions"
+msgstr ""
+
+#: hu_HU_en_US.properties#thin.property.text
+msgid "Thin space"
+msgstr ""
+
+#: hu_HU_en_US.properties#spaces.property.text
+msgid "Double spaces"
+msgstr ""
+
+#: hu_HU_en_US.properties#spaces2.property.text
+msgid "More spaces"
+msgstr ""
+
+#: hu_HU_en_US.properties#idx.property.text
+msgid "Indices"
+msgstr ""
+
+#: hu_HU_en_US.properties#minus.property.text
+msgid "Minus"
+msgstr ""
+
+#: hu_HU_en_US.properties#SI.property.text
+msgid "Measurements"
+msgstr ""
+
+#: hu_HU_en_US.properties#hyphen.property.text
+msgid "Hyphenation of ambiguous words"
+msgstr ""
diff --git a/translations/source/dgo/dictionaries/it_IT.po b/translations/source/dgo/dictionaries/it_IT.po
index d22f208ba02..f8278b3d7fa 100644
--- a/translations/source/dgo/dictionaries/it_IT.po
+++ b/translations/source/dgo/dictionaries/it_IT.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/ku_TR.po b/translations/source/dgo/dictionaries/ku_TR.po
index aad6329cb52..0f0882462fb 100644
--- a/translations/source/dgo/dictionaries/ku_TR.po
+++ b/translations/source/dgo/dictionaries/ku_TR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/lt_LT.po b/translations/source/dgo/dictionaries/lt_LT.po
index 21da188a0e3..15d78a1c4d4 100644
--- a/translations/source/dgo/dictionaries/lt_LT.po
+++ b/translations/source/dgo/dictionaries/lt_LT.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/lv_LV.po b/translations/source/dgo/dictionaries/lv_LV.po
index d2d299ae6d8..8b3ce603e23 100644
--- a/translations/source/dgo/dictionaries/lv_LV.po
+++ b/translations/source/dgo/dictionaries/lv_LV.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/ne_NP.po b/translations/source/dgo/dictionaries/ne_NP.po
index 7fefc4cbbed..22e58463ad7 100644
--- a/translations/source/dgo/dictionaries/ne_NP.po
+++ b/translations/source/dgo/dictionaries/ne_NP.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/nl_NL.po b/translations/source/dgo/dictionaries/nl_NL.po
index 0e4c52e3610..d89289e7fd6 100644
--- a/translations/source/dgo/dictionaries/nl_NL.po
+++ b/translations/source/dgo/dictionaries/nl_NL.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/no.po b/translations/source/dgo/dictionaries/no.po
index e45b36997a6..735a6f03ebe 100644
--- a/translations/source/dgo/dictionaries/no.po
+++ b/translations/source/dgo/dictionaries/no.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/oc_FR.po b/translations/source/dgo/dictionaries/oc_FR.po
index 6c25fcb9681..83e25aa4c49 100644
--- a/translations/source/dgo/dictionaries/oc_FR.po
+++ b/translations/source/dgo/dictionaries/oc_FR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/pl_PL.po b/translations/source/dgo/dictionaries/pl_PL.po
index c6e5a6b1786..1d98b77f6da 100644
--- a/translations/source/dgo/dictionaries/pl_PL.po
+++ b/translations/source/dgo/dictionaries/pl_PL.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/pt_BR.po b/translations/source/dgo/dictionaries/pt_BR.po
index afc5e443137..fd753a6072b 100644
--- a/translations/source/dgo/dictionaries/pt_BR.po
+++ b/translations/source/dgo/dictionaries/pt_BR.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/pt_PT.po b/translations/source/dgo/dictionaries/pt_PT.po
index b23f4f1afc4..1130e64a188 100644
--- a/translations/source/dgo/dictionaries/pt_PT.po
+++ b/translations/source/dgo/dictionaries/pt_PT.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/ro.po b/translations/source/dgo/dictionaries/ro.po
index 3957d2b5bc4..12abac3c0cd 100644
--- a/translations/source/dgo/dictionaries/ro.po
+++ b/translations/source/dgo/dictionaries/ro.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/ru_RU.po b/translations/source/dgo/dictionaries/ru_RU.po
index f8c92097baa..f2963de6b12 100644
--- a/translations/source/dgo/dictionaries/ru_RU.po
+++ b/translations/source/dgo/dictionaries/ru_RU.po
@@ -3,17 +3,17 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
-msgid "Russian spelling dictionary, hyphenation rules, and thesaurus"
+msgid "Russian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/translations/source/dgo/dictionaries/ru_RU/dialog.po b/translations/source/dgo/dictionaries/ru_RU/dialog.po
new file mode 100644
index 00000000000..398b266c6d2
--- /dev/null
+++ b/translations/source/dgo/dictionaries/ru_RU/dialog.po
@@ -0,0 +1,83 @@
+#. extracted from dictionaries/ru_RU/dialog.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%2Fru_RU%2Fdialog.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "शब्दकोश (बहु.) "
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.ru_RU.Label.value.text
+msgid "Grammar checking (Russian)"
+msgstr ""
+
+#: ru_RU_en_US.properties#abbreviation.property.text
+msgid "Abbreviation"
+msgstr ""
+
+#: ru_RU_en_US.properties#grammar.property.text
+msgid "Grammar"
+msgstr ""
+
+#: ru_RU_en_US.properties#hyphen.property.text
+msgid "Compound words with hyphen"
+msgstr ""
+
+#: ru_RU_en_US.properties#comma.property.text
+msgid "Comma usage"
+msgstr ""
+
+#: ru_RU_en_US.properties#common.property.text
+msgid "General error"
+msgstr ""
+
+#: ru_RU_en_US.properties#multiword.property.text
+msgid "Multiword expressions"
+msgstr ""
+
+#: ru_RU_en_US.properties#together.property.text
+msgid "Together/separately"
+msgstr ""
+
+#: ru_RU_en_US.properties#proofreading.property.text
+msgid "Proofreading"
+msgstr ""
+
+#: ru_RU_en_US.properties#space.property.text
+msgid "Space mistake"
+msgstr ""
+
+#: ru_RU_en_US.properties#typographica.property.text
+msgid "Typographica"
+msgstr ""
+
+#: ru_RU_en_US.properties#dup.property.text
+msgid "Word duplication within clauses"
+msgstr ""
+
+#: ru_RU_en_US.properties#dup2.property.text
+msgid "Word duplication within sentences"
+msgstr ""
+
+#: ru_RU_en_US.properties#others.property.text
+msgid "Others"
+msgstr "बाकी दुए "
+
+#: ru_RU_en_US.properties#numsep.property.text
+msgid "Separation of large numbers (ISO)"
+msgstr ""
+
+#: ru_RU_en_US.properties#quotation.property.text
+msgid "Quotation"
+msgstr "उद्धरण "
diff --git a/translations/source/dgo/dictionaries/si_LK.po b/translations/source/dgo/dictionaries/si_LK.po
new file mode 100644
index 00000000000..cfc19d6247a
--- /dev/null
+++ b/translations/source/dgo/dictionaries/si_LK.po
@@ -0,0 +1,19 @@
+#. extracted from dictionaries/si_LK.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%2Fsi_LK.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Sinhala spelling dictionary"
+msgstr ""
diff --git a/translations/source/dgo/dictionaries/sk_SK.po b/translations/source/dgo/dictionaries/sk_SK.po
index d67bd638d27..aca711da8e5 100644
--- a/translations/source/dgo/dictionaries/sk_SK.po
+++ b/translations/source/dgo/dictionaries/sk_SK.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/sl_SI.po b/translations/source/dgo/dictionaries/sl_SI.po
index 9cc20171770..bcea49ff445 100644
--- a/translations/source/dgo/dictionaries/sl_SI.po
+++ b/translations/source/dgo/dictionaries/sl_SI.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/sr.po b/translations/source/dgo/dictionaries/sr.po
index 1c1094721fd..486c0fec15f 100644
--- a/translations/source/dgo/dictionaries/sr.po
+++ b/translations/source/dgo/dictionaries/sr.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/sv_SE.po b/translations/source/dgo/dictionaries/sv_SE.po
index 8c56364353b..ee136119dcb 100644
--- a/translations/source/dgo/dictionaries/sv_SE.po
+++ b/translations/source/dgo/dictionaries/sv_SE.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/sw_TZ.po b/translations/source/dgo/dictionaries/sw_TZ.po
index 02a47fa4701..6801e50f4c4 100644
--- a/translations/source/dgo/dictionaries/sw_TZ.po
+++ b/translations/source/dgo/dictionaries/sw_TZ.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/te_IN.po b/translations/source/dgo/dictionaries/te_IN.po
index 9183f8696f8..a43ab0e7e5e 100644
--- a/translations/source/dgo/dictionaries/te_IN.po
+++ b/translations/source/dgo/dictionaries/te_IN.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:41+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: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/th_TH.po b/translations/source/dgo/dictionaries/th_TH.po
index 312dfef7047..52bf4c25f43 100644
--- a/translations/source/dgo/dictionaries/th_TH.po
+++ b/translations/source/dgo/dictionaries/th_TH.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/uk_UA.po b/translations/source/dgo/dictionaries/uk_UA.po
index a70700247cf..3ee6bd4d180 100644
--- a/translations/source/dgo/dictionaries/uk_UA.po
+++ b/translations/source/dgo/dictionaries/uk_UA.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/vi.po b/translations/source/dgo/dictionaries/vi.po
index c0853926eef..09a8a247a6b 100644
--- a/translations/source/dgo/dictionaries/vi.po
+++ b/translations/source/dgo/dictionaries/vi.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/dictionaries/zu_ZA.po b/translations/source/dgo/dictionaries/zu_ZA.po
index 8dfd3d55559..c8974b1da83 100644
--- a/translations/source/dgo/dictionaries/zu_ZA.po
+++ b/translations/source/dgo/dictionaries/zu_ZA.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/editeng/source/accessibility.po b/translations/source/dgo/editeng/source/accessibility.po
index 3ff6418dee3..4fa933e6568 100644
--- a/translations/source/dgo/editeng/source/accessibility.po
+++ b/translations/source/dgo/editeng/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/editeng/source/editeng.po b/translations/source/dgo/editeng/source/editeng.po
index 74d70b85d4f..d4f87b8e5a3 100644
--- a/translations/source/dgo/editeng/source/editeng.po
+++ b/translations/source/dgo/editeng/source/editeng.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -94,7 +94,7 @@ msgstr ""
#: editeng.src#RID_EDITUNDO_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "~केस बदलो "
#: editeng.src#RID_MENU_SPELL.MN_SPELLING.menuitem.text
msgid "~Spellcheck..."
diff --git a/translations/source/dgo/editeng/source/items.po b/translations/source/dgo/editeng/source/items.po
index f5998f89d6b..9e645fb20d3 100644
--- a/translations/source/dgo/editeng/source/items.po
+++ b/translations/source/dgo/editeng/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-12 00:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -679,6 +679,30 @@ msgstr ""
msgid "Outset"
msgstr "बाह्‌रें"
+#: svxitems.src#RID_SVXITEMS_METRIC_MM.string.text
+msgid "mm"
+msgstr "मी.मी."
+
+#: svxitems.src#RID_SVXITEMS_METRIC_CM.string.text
+msgid "cm"
+msgstr "सैं.मी. "
+
+#: svxitems.src#RID_SVXITEMS_METRIC_INCH.string.text
+msgid "inch"
+msgstr "इंच "
+
+#: svxitems.src#RID_SVXITEMS_METRIC_POINT.string.text
+msgid "pt"
+msgstr "pt"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_TWIP.string.text
+msgid "twip"
+msgstr "twip "
+
+#: svxitems.src#RID_SVXITEMS_METRIC_PIXEL.string.text
+msgid "pixel"
+msgstr ""
+
#: svxitems.src#RID_SVXITEMS_SHADOWED_TRUE.string.text
msgid "Shadowed"
msgstr "छौराशुदा"
diff --git a/translations/source/dgo/editeng/source/misc.po b/translations/source/dgo/editeng/source/misc.po
index 3ab5d79e174..356df85d7e8 100644
--- a/translations/source/dgo/editeng/source/misc.po
+++ b/translations/source/dgo/editeng/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/editeng/source/outliner.po b/translations/source/dgo/editeng/source/outliner.po
index cf5291bce60..a04b6f675af 100644
--- a/translations/source/dgo/editeng/source/outliner.po
+++ b/translations/source/dgo/editeng/source/outliner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-06 09:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/extensions/source/abpilot.po b/translations/source/dgo/extensions/source/abpilot.po
index 11219a35b92..f731044711d 100644
--- a/translations/source/dgo/extensions/source/abpilot.po
+++ b/translations/source/dgo/extensions/source/abpilot.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -70,8 +70,8 @@ msgid "Mozilla / Netscape"
msgstr "मोज़िल्ला / नैट्टस्केप "
#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_THUNDERBIRD.radiobutton.text
-msgid "Thunderbird"
-msgstr "थंडरबर्ड"
+msgid "Thunderbird/Icedove"
+msgstr ""
#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_KAB.radiobutton.text
msgid "KDE address book"
diff --git a/translations/source/dgo/extensions/source/bibliography.po b/translations/source/dgo/extensions/source/bibliography.po
index ccc69851a60..035bb3bf510 100644
--- a/translations/source/dgo/extensions/source/bibliography.po
+++ b/translations/source/dgo/extensions/source/bibliography.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/extensions/source/dbpilots.po b/translations/source/dgo/extensions/source/dbpilots.po
index 64d672b3fd2..36ffc1b4752 100644
--- a/translations/source/dgo/extensions/source/dbpilots.po
+++ b/translations/source/dgo/extensions/source/dbpilots.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/extensions/source/propctrlr.po b/translations/source/dgo/extensions/source/propctrlr.po
index 13c095e199f..b1fa03f9f4d 100644
--- a/translations/source/dgo/extensions/source/propctrlr.po
+++ b/translations/source/dgo/extensions/source/propctrlr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-12 00:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/extensions/source/scanner.po b/translations/source/dgo/extensions/source/scanner.po
index 7f282476301..9a8e0b6a9c4 100644
--- a/translations/source/dgo/extensions/source/scanner.po
+++ b/translations/source/dgo/extensions/source/scanner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/extensions/source/update/check.po b/translations/source/dgo/extensions/source/update/check.po
index 76f84668a99..5c7401324ed 100644
--- a/translations/source/dgo/extensions/source/update/check.po
+++ b/translations/source/dgo/extensions/source/update/check.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/filter/source/config/fragments/filters.po b/translations/source/dgo/filter/source/config/fragments/filters.po
index e0e007e1143..bc204b33744 100644
--- a/translations/source/dgo/filter/source/config/fragments/filters.po
+++ b/translations/source/dgo/filter/source/config/fragments/filters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-07-28 11:14+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -60,7 +60,7 @@ msgstr "इबारत कोडबद्ध कीती (%प्राड
msgid "Microsoft Excel 2007 Binary"
msgstr "माइक्रोसाफ्ट ऐक्सैल 2003 XML "
-#: impress_OOXML_ui.xcu#Office_Open_XML_Presentation.UIName.value.text
+#: impress_OOXML_ui.xcu#Impress_Office_Open_XML.UIName.value.text
msgid "Office Open XML Presentation"
msgstr ""
@@ -290,7 +290,7 @@ msgstr "HTML दस्तावेज "
msgid "ODF Presentation"
msgstr ""
-#: impress_OOXML_Template_ui.xcu#Office_Open_XML_Presentation_Template.UIName.value.text
+#: impress_OOXML_Template_ui.xcu#Impress_Office_Open_XML_Template.UIName.value.text
msgid "Office Open XML Presentation Template"
msgstr ""
diff --git a/translations/source/dgo/filter/source/config/fragments/internalgraphicfilters.po b/translations/source/dgo/filter/source/config/fragments/internalgraphicfilters.po
index b93eb51cbdb..cd59a17b56d 100644
--- a/translations/source/dgo/filter/source/config/fragments/internalgraphicfilters.po
+++ b/translations/source/dgo/filter/source/config/fragments/internalgraphicfilters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/filter/source/config/fragments/types.po b/translations/source/dgo/filter/source/config/fragments/types.po
index da0a1831113..caa353d0612 100644
--- a/translations/source/dgo/filter/source/config/fragments/types.po
+++ b/translations/source/dgo/filter/source/config/fragments/types.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 02:09+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
-"X-Generator: Pootle 2.1.6\n"
+"Language: dgo\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: StarBase.xcu#StarBase.UIName.value.text
diff --git a/translations/source/dgo/filter/source/flash.po b/translations/source/dgo/filter/source/flash.po
index 2e34a304507..d6ace1111a1 100644
--- a/translations/source/dgo/filter/source/flash.po
+++ b/translations/source/dgo/filter/source/flash.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/filter/source/graphicfilter/eps.po b/translations/source/dgo/filter/source/graphicfilter/eps.po
index be2b48785ee..4ff3dea314b 100644
--- a/translations/source/dgo/filter/source/graphicfilter/eps.po
+++ b/translations/source/dgo/filter/source/graphicfilter/eps.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/filter/source/pdf.po b/translations/source/dgo/filter/source/pdf.po
index f9760536e15..02d58f54fb7 100644
--- a/translations/source/dgo/filter/source/pdf.po
+++ b/translations/source/dgo/filter/source/pdf.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:12+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -118,6 +118,10 @@ msgstr "बरामद करो ~नोट(बहु․)"
msgid "Export ~notes pages"
msgstr ""
+#: impdialog.src#CB_EXPORTHIDDENSLIDES.checkbox.text
+msgid "Export ~hidden pages"
+msgstr ""
+
#: impdialog.src#CB_EXPORTEMPTYPAGES.checkbox.text
msgid "Exp~ort automatically inserted blank pages"
msgstr "अपने आप समावेशत बरामद करो ~ कोरे सफे "
diff --git a/translations/source/dgo/filter/source/t602.po b/translations/source/dgo/filter/source/t602.po
index 14c7993fd18..c0a10da8201 100644
--- a/translations/source/dgo/filter/source/t602.po
+++ b/translations/source/dgo/filter/source/t602.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/filter/source/xsltdialog.po b/translations/source/dgo/filter/source/xsltdialog.po
index be55ab98477..ba82e1d1705 100644
--- a/translations/source/dgo/filter/source/xsltdialog.po
+++ b/translations/source/dgo/filter/source/xsltdialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-11 23:10+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/forms/source/resource.po b/translations/source/dgo/forms/source/resource.po
index 651bbaae9fe..395f5976816 100644
--- a/translations/source/dgo/forms/source/resource.po
+++ b/translations/source/dgo/forms/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/formula/source/core/resource.po b/translations/source/dgo/formula/source/core/resource.po
index 1f7885a5260..8cd330d9716 100644
--- a/translations/source/dgo/formula/source/core/resource.po
+++ b/translations/source/dgo/formula/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-09 21:05+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -142,6 +142,22 @@ msgstr ""
msgid "ACOTH"
msgstr ""
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_COSECANT.string.text
+msgid "CSC"
+msgstr ""
+
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SECANT.string.text
+msgid "SEC"
+msgstr ""
+
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_COSECANT_HYP.string.text
+msgid "CSCH"
+msgstr ""
+
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SECANT_HYP.string.text
+msgid "SECH"
+msgstr ""
+
#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_EXP.string.text
msgid "EXP"
msgstr ""
diff --git a/translations/source/dgo/formula/source/ui/dlg.po b/translations/source/dgo/formula/source/ui/dlg.po
index 1b3fdbfcb2f..e3aab4e9fc9 100644
--- a/translations/source/dgo/formula/source/ui/dlg.po
+++ b/translations/source/dgo/formula/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:12+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/fpicker/source/office.po b/translations/source/dgo/fpicker/source/office.po
index d2c00572585..520cb5ca388 100644
--- a/translations/source/dgo/fpicker/source/office.po
+++ b/translations/source/dgo/fpicker/source/office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:10+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/framework/source/classes.po b/translations/source/dgo/framework/source/classes.po
index ecedde6f0b5..a71c47a28fb 100644
--- a/translations/source/dgo/framework/source/classes.po
+++ b/translations/source/dgo/framework/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-06 09:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/framework/source/services.po b/translations/source/dgo/framework/source/services.po
index 6d818be5145..64442a3c6ba 100644
--- a/translations/source/dgo/framework/source/services.po
+++ b/translations/source/dgo/framework/source/services.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/instsetoo_native/inc_openoffice/windows/msi_languages.po b/translations/source/dgo/instsetoo_native/inc_openoffice/windows/msi_languages.po
index 10268a61674..4e4a51052ad 100644
--- a/translations/source/dgo/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/translations/source/dgo/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-06 09:37+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -31,68 +31,6 @@ msgstr "[ProductName] दा मता नमां सरूप लब्भा
msgid "Please exit [DEFINEDPRODUCT] [DEFINEDVERSION] and the [DEFINEDPRODUCT] [DEFINEDVERSION] Quickstarter before you continue. If you are using a multi-user system, also make sure that no other user has [DEFINEDPRODUCT] [DEFINEDVERSION] open."
msgstr ""
-#: Nsis.ulf#SetupCaption.LngText.text
-msgid "%PRODUCTNAME %PRODUCTVERSION Installation Preparation"
-msgstr "%PRODUCTNAME %PRODUCTVERSION प्रस्थापना त्यारी "
-
-#: Nsis.ulf#MUI_TEXT_WELCOME_INFO_TITLE.LngText.text
-msgid "Thank you for downloading %PRODUCTNAME %PRODUCTVERSION."
-msgstr "%PRODUCTNAME %PRODUCTVERSION डाऊनलोड करने लेई थुआढ़ा धन्नवाद. "
-
-#: Nsis.ulf#MUI_TEXT_WELCOME_INFO_TEXT.LngText.text
-msgid ""
-"The installation files must be unpacked and copied to your hard disk in preparation for the installation. After that, the %PRODUCTNAME installation will start automatically.\n"
-"\n"
-"Click \\'Next\\' to continue."
-msgstr ""
-"प्रस्थापना दी त्यारी लेई प्रस्थापना फाइलें गी अनपैक ते थुआढ़ी हार्ड डिस्क पर नकल कीता लोड़दा. उसदे परैंत %PRODUCTNAME प्रस्थापना स्वचलत चाल्ली कन्नै शुरू होई जाग.\n"
-"\n"
-" जारी रक्खने लेई \\' अगला\\' क्लिक करो. "
-
-#: Nsis.ulf#MUI_TEXT_DIRECTORY_TITLE.LngText.text
-msgid "Select Folder"
-msgstr "फोल्डर चुनो "
-
-#: Nsis.ulf#MUI_TEXT_DIRECTORY_SUBTITLE.LngText.text
-msgid "Select the folder in which to save the unpacked files."
-msgstr "ओह् फोल्डर चुनो, जिस च अनपैक फाइलें गी बचाइयै रक्खना ऐ. "
-
-#: Nsis.ulf#InstallBtn.LngText.text
-msgid "&Unpack"
-msgstr "&अनपैक करो "
-
-#: Nsis.ulf#DirText.LngText.text
-msgid "The %PRODUCTNAME %PRODUCTVERSION installation files will be unpacked and saved in the folder shown below. If you would like to save %PRODUCTNAME to a different folder, click \\'Browse\\' to select another folder."
-msgstr " %PRODUCTNAME %PRODUCTVERSION प्रस्थापना फाइलां ख’ल्ल दस्से दे फोल्डर च अनपैक ते बचाइयै रक्खियां जाङन. जेकर तुस %PRODUCTNAME गी कुसै बक्खरे फोल्डर च बचाइयै रक्खना चांह्‌दे ओ तां कोई दूआ फोल्डर चुनने लेई\\' तपाश करो\\' पर क्लिक करो . "
-
-#: Nsis.ulf#DirSubText.LngText.text
-msgid "Destination Folder"
-msgstr "लक्ष्य फोल्डर "
-
-#: Nsis.ulf#SpaceRequired.LngText.text
-msgid "Space required: "
-msgstr "थाह्‌र लोड़दा ऐ: "
-
-#: Nsis.ulf#SpaceAvailable.LngText.text
-msgid "Space available: "
-msgstr "थाह्‌र उपलब्ध ऐ: "
-
-#: Nsis.ulf#MUI_TEXT_INSTALLING_TITLE.LngText.text
-msgid "Unpacking"
-msgstr "अनपैक कीता जा करदा ऐ "
-
-#: Nsis.ulf#MUI_TEXT_INSTALLING_SUBTITLE.LngText.text
-msgid "Please wait while the installation files are being unpacked."
-msgstr "जिसलै प्रस्थापना फाइलां अनपैक होआ करदियां होन, किरपा करियै बल्गो. "
-
-#: Nsis.ulf#Extract.LngText.text
-msgid "Extract: "
-msgstr "सार-अंश: "
-
-#: Nsis.ulf#MUI_TEXT_ABORTWARNING.LngText.text
-msgid "Are you sure you want to quit the %PRODUCTNAME %PRODUCTVERSION Installation Preparation"
-msgstr "क्या तुसेंगी %PRODUCTNAME %PRODUCTVERSION प्रस्थापना त्यारी"
-
#: Error.ulf#OOO_ERROR_1.LngText.text
msgid "{{Fatal error: }}"
msgstr "मारू गल्ती "
diff --git a/translations/source/dgo/mysqlc/source.po b/translations/source/dgo/mysqlc/source.po
index 3fe640501ac..e208befdbec 100644
--- a/translations/source/dgo/mysqlc/source.po
+++ b/translations/source/dgo/mysqlc/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:15+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/translations/source/dgo/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index d53741be263..875740a6d44 100644
--- a/translations/source/dgo/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/translations/source/dgo/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:37+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/translations/source/dgo/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
new file mode 100644
index 00000000000..751d2503d5b
--- /dev/null
+++ b/translations/source/dgo/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
@@ -0,0 +1,205 @@
+#. extracted from nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.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+nlpsolver%2Fhelp%2Fen%2Fcom.sun.star.comp.Calc.NLPSolver.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: Options.xhp#tit.help.text
+msgid "Options"
+msgstr ""
+
+#: Options.xhp#bm_id0503200917110375_scalc.help.text
+msgid "<bookmark_value>Solver for Nonlinear Problems;Options</bookmark_value>"
+msgstr ""
+
+#: Options.xhp#hd_id0503200917103593.help.text
+msgid "General Options"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103780.help.text
+msgid "Size of Swarm"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103723.help.text
+msgid "… defines the number of individuals to participate in the learning process. Each individual finds its own solutions and contributes to the overall knowledge."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103771.help.text
+msgid "Learning Cycles"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103720.help.text
+msgid "… defines the number of iterations, the algorithm should take. In each iteration, all individuals make a guess on the best solution and share their knowledge."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103732.help.text
+msgid "Variable Bounds Guessing"
+msgstr ""
+
+#: Options.xhp#par_id050320091710378.help.text
+msgid "If enabled (default), the algorithm tries to find variable bounds by looking at the starting values."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103794.help.text
+msgid "Variable Bounds Threshold"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103710.help.text
+msgid "When guessing variable bounds, this threshold specifies, how the initial values are shifted to build the bounds. For an example how these values are calculated, please refer to the Manual in the Wiki."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103740.help.text
+msgid "Use ACR Comparator"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103766.help.text
+msgid "If <emph>disabled</emph> (default), the BCH Comparator is used. It compares two individuals by first looking at their constraint violations and only if those are equal, it measures their current solution."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103744.help.text
+msgid "If <emph>enabled</emph>, the ACR Comparator is used. It compares two individuals dependent on the current iteration and measures their goodness with knowledge about the libraries worst known solutions (in regard to their constraint violations)."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103792.help.text
+msgid "Use Random Starting Point"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103790.help.text
+msgid "If <emph>enabled</emph>, the library is simply filled up with randomly chosen points."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103765.help.text
+msgid "If <emph>disabled</emph>, the currently present values (as given by the user) are inserted in the library as reference point."
+msgstr ""
+
+#: Options.xhp#par_id0504200917103794.help.text
+msgid "Stagnation Limit"
+msgstr ""
+
+#: Options.xhp#par_id050320091710377.help.text
+msgid "If this number of individuals found solutions within a close range, the iteration is stopped and the best of these values is chosen as optimal."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103762.help.text
+msgid "Stagnation Tolerance"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103834.help.text
+msgid "Defines in what range solutions are considered “similar”."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103891.help.text
+msgid "Show Enhanced Solver Status"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103832.help.text
+msgid "If <emph>enabled</emph>, an additional dialog is shown during the solving process which gives informations about the current progress, the level of stagnation, the currently best known solution as well as the possibility, to stop or resume the solver."
+msgstr ""
+
+#: Options.xhp#hd_id0603200910392151.help.text
+msgid "DEPS-specific Options"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394232.help.text
+msgid "Agent Switch Rate"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394248.help.text
+msgid "Specifies the probability for an individual to choose the Differential Evolution strategy."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394277.help.text
+msgid "DE: Crossover Probability"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394280.help.text
+msgid "… defines the probability of the individual being combined with the globally best point. If crossover is not used, the point is assembled from the own memory of the individual."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394216.help.text
+msgid "DE: Scaling Factor"
+msgstr ""
+
+#: Options.xhp#par_id060320091039424.help.text
+msgid "During crossover, the scaling factor decides about the “speed” of movement."
+msgstr ""
+
+#: Options.xhp#par_id060320091039421.help.text
+msgid "PS: Constriction Coefficient"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394225.help.text
+msgid "… defines the speed at which the particles/individuals move towards each other."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394222.help.text
+msgid "PS: Cognitive Constant"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394212.help.text
+msgid "… sets the importance of the own memory (in particular the best reached point so far)."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394292.help.text
+msgid "PS: Social Constant"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394284.help.text
+msgid "… sets the importance of the global best point between all particles/individuals."
+msgstr ""
+
+#: Options.xhp#par_id060320091039425.help.text
+msgid "PS: Mutation Probability"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394272.help.text
+msgid "… defines the probability, that instead of moving a component of the particle towards the best point, it randomly chooses a new value from the valid range for that variable."
+msgstr ""
+
+#: Options.xhp#hd_id0603200910401383.help.text
+msgid "SCO-specific Options"
+msgstr ""
+
+#: Options.xhp#par_id0603200910401382.help.text
+msgid "Size of Library"
+msgstr ""
+
+#: Options.xhp#par_id060320091040136.help.text
+msgid "… defines the amount of informations to store in the public library. Each individual stores knowledge there and asks for informations."
+msgstr ""
+
+#: Usage.xhp#tit.help.text
+msgctxt "Usage.xhp#tit.help.text"
+msgid "Usage"
+msgstr ""
+
+#: Usage.xhp#bm_id0603200910434044_scalc.help.text
+msgid "<bookmark_value>Solver for Nonlinear Problems;Usage</bookmark_value>"
+msgstr ""
+
+#: Usage.xhp#hd_id0603200910430882.help.text
+msgctxt "Usage.xhp#hd_id0603200910430882.help.text"
+msgid "Usage"
+msgstr ""
+
+#: Usage.xhp#par_id0603200910430845.help.text
+msgid "Regardless whether you use DEPS or SCO, you start by going to Tools → Solver and set the Cell to be optimized, the direction to go (minimization, maximization) and the cells to be modified to reach the goal. Then you go to the Options and specify the solver to be used and if necessary adjust the according <link href=\"com.sun.star.comp.Calc.NLPSolver/Options.xhp\">parameters</link>."
+msgstr ""
+
+#: Usage.xhp#par_id0603200910430821.help.text
+msgid "There is also a list of constraints you can use to restrict the possible range of solutions or to penalize certain conditions. However, in case of the evolutionary solvers DEPS and SCO, these constraints are also used to specify bounds on the variables of the problem. Due to the random nature of the algorithms, it is <emph>highly recommended</emph> to do so and give upper (and in case \"Assume Non-Negative Variables\" is turned off also lower) bounds for all variables. They don't have to be near the actual solution (which is probably unknown) but should give a rough indication of the expected size (0 ≤ var ≤ 1 or maybe -1000000 ≤ var ≤ 1000000)."
+msgstr ""
+
+#: Usage.xhp#par_id0603200910430873.help.text
+msgid "Bounds are specified by selecting one or more variables (as range) on the left side and entering a numerical value (not a cell or a formula) on the right side. That way you can also choose one or more variables to be <emph>Integer</emph> or <emph>Binary</emph> only."
+msgstr ""
diff --git a/translations/source/dgo/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/translations/source/dgo/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
new file mode 100644
index 00000000000..fd062a78877
--- /dev/null
+++ b/translations/source/dgo/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
@@ -0,0 +1,23 @@
+#. extracted from nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.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+nlpsolver%2Fsrc%2Fcom%2Fsun%2Fstar%2Fcomp%2FCalc%2FNLPSolver.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Solver for Nonlinear Programming"
+msgstr ""
+
+#: description.xml#extdesc.extdesc.description.text
+msgid "This extension integrates into Calc and offers new Solver engines to use for optimizing nonlinear programming models.\n"
+msgstr ""
diff --git a/translations/source/dgo/nlpsolver/src/locale.po b/translations/source/dgo/nlpsolver/src/locale.po
new file mode 100644
index 00000000000..c497e9406d8
--- /dev/null
+++ b/translations/source/dgo/nlpsolver/src/locale.po
@@ -0,0 +1,179 @@
+#. extracted from nlpsolver/src/locale.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+nlpsolver%2Fsrc%2Flocale.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.AssumeNonNegative.property.text
+msgid "Assume Non-Negative Variables"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.SwarmSize.property.text
+msgid "Size of Swarm"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.LibrarySize.property.text
+msgid "Size of Library"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.LearningCycles.property.text
+msgid "Learning Cycles"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.GuessVariableRange.property.text
+msgid "Variable Bounds Guessing"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.VariableRangeThreshold.property.text
+msgid "Variable Bounds Threshold (when guessing)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.UseACRComparator.property.text
+msgid "Use ACR Comparator (instead of BCH)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.UseRandomStartingPoint.property.text
+msgid "Use Random starting point"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.StagnationLimit.property.text
+msgid "Stagnation Limit"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.Tolerance.property.text
+msgid "Stagnation Tolerance"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.EnhancedSolverStatus.property.text
+msgid "Show enhanced solver status"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.AgentSwitchRate.property.text
+msgid "Agent Switch Rate (DE Probability)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.DEFactor.property.text
+msgid "DE: Scaling Factor (0-1.2)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.DECR.property.text
+msgid "DE: Crossover Probability (0-1)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSC1.property.text
+msgid "PS: Cognitive Constant"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSC2.property.text
+msgid "PS: Social Constant"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSWeight.property.text
+msgid "PS: Constriction Coefficient"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSCL.property.text
+msgid "PS: Mutation Probability (0-0.005)"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Dialog.Caption.property.text
+msgid "Solver Status"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblSolution.property.text
+msgid "Current Solution:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblIteration.property.text
+msgid "Iteration:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblStagnation.property.text
+msgid "Stagnation:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblRuntime.property.text
+msgid "Runtime:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnStop.property.text
+msgid "Stop"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnOK.property.text
+msgid "OK"
+msgstr "ठीक ऐ "
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnContinue.property.text
+msgid "Continue"
+msgstr "जारी रक्खो "
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopIteration.property.text
+msgid "Maximum iterations reached."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopStagnation.property.text
+msgid "Process stopped due to stagnation."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopUser.property.text
+msgid "Process stopped due to user interruption."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.CurrentIteration.property.text
+msgid "Process stopped at iteration %d of %d."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Nanoseconds.property.text
+msgid "Nanoseconds"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Microseconds.property.text
+msgid "Microseconds"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Milliseconds.property.text
+msgid "Milliseconds"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Second.property.text
+msgid "Second"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Seconds.property.text
+msgid "Seconds"
+msgstr "सकिंट (बहु.) "
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Minute.property.text
+msgid "Minute"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Minutes.property.text
+msgid "Minutes"
+msgstr "मिनट (बहु.) "
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Hour.property.text
+msgid "Hour"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Hours.property.text
+msgid "Hours"
+msgstr "घैंटे"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Day.property.text
+msgid "Day"
+msgstr "दिन "
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Days.property.text
+msgid "Days"
+msgstr "दिन (बहु.)"
diff --git a/translations/source/dgo/officecfg/registry/data/org/openoffice/Office.po b/translations/source/dgo/officecfg/registry/data/org/openoffice/Office.po
index 903da74709b..ab04d6a9881 100644
--- a/translations/source/dgo/officecfg/registry/data/org/openoffice/Office.po
+++ b/translations/source/dgo/officecfg/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:37+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/officecfg/registry/data/org/openoffice/Office/UI.po b/translations/source/dgo/officecfg/registry/data/org/openoffice/Office/UI.po
index 8be9b1f8362..fc16d39135e 100644
--- a/translations/source/dgo/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/dgo/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-11-26 02:09+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-01-11 16:27+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
-"X-Generator: Pootle 2.1.6\n"
+"Language: dgo\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: WriterReportWindowState.xcu#..WriterReportWindowState.UIElements.States.private_resource/toolbar/standardbar.UIName.value.text
@@ -2715,10 +2715,6 @@ msgstr " 8 बिट रंग पटिया"
msgid "24 Bit True Color"
msgstr "24 बिट स्हेई रंग "
-#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_BigHandles.Label.value.text
-msgid "Large Handles"
-msgstr " बड्डे हैंडल \t"
-
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_DoubleClickTextEdit.Label.value.text
msgid "Double-click to edit Text"
msgstr " इबारत संपादन लेई दोह्‌रा क्लिक करो\t"
@@ -2849,7 +2845,7 @@ msgstr "शैलियां\t"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_SnapLinesMenu.Label.value.text
msgid "~Snap Lines"
-msgstr ""
+msgstr "~ स्नैप लकीरां"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_MasterPageMenu.Label.value.text
msgctxt "DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_MasterPageMenu.Label.value.text"
@@ -3290,6 +3286,11 @@ msgctxt "BasicIDEWindowState.xcu#..BasicIDEWindowState.UIElements.States.private
msgid "Language"
msgstr "भाशा "
+#: BasicIDEWindowState.xcu#..BasicIDEWindowState.UIElements.States.private_resource/toolbar/formcontrolsbar.UIName.value.text
+#, fuzzy
+msgid "FormControls"
+msgstr " फार्म-नियंत्रण(बहु0)\t"
+
#: BasicIDEWindowState.xcu#..BasicIDEWindowState.UIElements.States.private_resource/toolbar/insertcontrolsbar.UIName.value.text
msgid "Toolbox"
msgstr "उपकरण खान्ना\t"
@@ -8200,6 +8201,10 @@ msgstr "इनपुट तरीका वस्तुस्थिति "
msgid "Optio~n Bar"
msgstr "विकल्प ~ पट्टी "
+#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_SendFeedback.Label.value.text
+msgid "Send Feedback..."
+msgstr ""
+
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_ShowLicense.Label.value.text
msgid "License Information..."
msgstr ""
@@ -11929,7 +11934,37 @@ msgid "Goto Line Number..."
msgstr ""
#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_ShowLines.Label.value.text
-msgid "Display Source Line Number"
+msgid "Line Numbers"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormRadio.Label.value.text
+msgid "Form Option Button"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormCheck.Label.value.text
+msgid "Form Check Box"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormList.Label.value.text
+msgid "Form List Box"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormCombo.Label.value.text
+msgid "Form Combo Box"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormVScroll.Label.value.text
+#, fuzzy
+msgid "Form Vertical Scroll Bar"
+msgstr "खड़ोतमीं स्क्रोल पट्टी"
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormHScroll.Label.value.text
+#, fuzzy
+msgid "Form Horizonal Scroll Bar"
+msgstr "आडी स्क्रोल पट्टी"
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormSpin.Label.value.text
+msgid "Form Spin Button"
msgstr ""
#: WriterWebWindowState.xcu#..WriterWebWindowState.UIElements.States.private_resource/toolbar/standardbar.UIName.value.text
diff --git a/translations/source/dgo/padmin/source.po b/translations/source/dgo/padmin/source.po
index f942316a6cb..b3e7c0f3404 100644
--- a/translations/source/dgo/padmin/source.po
+++ b/translations/source/dgo/padmin/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:10+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/readlicense_oo/docs/readme.po b/translations/source/dgo/readlicense_oo/docs/readme.po
index 723ddb3cdf2..196cbbf2e85 100644
--- a/translations/source/dgo/readlicense_oo/docs/readme.po
+++ b/translations/source/dgo/readlicense_oo/docs/readme.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:37+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -103,7 +103,6 @@ msgid "1024x768 resolution (higher resolution recommended), at least 256 colors"
msgstr ""
#: readme.xrm#edssc3d.edssc3d.readmeitem.text
-msgctxt "readme.xrm#edssc3d.edssc3d.readmeitem.text"
msgid "Please be aware that administrator rights are needed for the installation process."
msgstr ""
@@ -112,20 +111,11 @@ msgid "Registration of ${PRODUCTNAME} as default application for Microsoft Offic
msgstr ""
#: readme.xrm#MSOReg2.MSOReg2.readmeitem.text
-msgid "<tt>/msoreg=1</tt> will force registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
+msgid "<tt>REGISTER_ALL_MSO_TYPES=1</tt> will force registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
msgstr ""
#: readme.xrm#MSOReg3.MSOReg3.readmeitem.text
-msgid "<tt>/msoreg=0</tt> will suppress registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
-msgstr ""
-
-#: readme.xrm#DLLA1.DLLA1.readmeitem.text
-msgid "If you perform an administrative installation using setup /a, you need to make sure that the file msvc90.dll is installed on the system. This file is required for ${PRODUCTNAME} to start after an administrative installation. You can get the file from <a href=\"http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF\">http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF</a>"
-msgstr ""
-
-#: readme.xrm#AdminNeeded.AdminNeeded.readmeitem.text
-msgctxt "readme.xrm#AdminNeeded.AdminNeeded.readmeitem.text"
-msgid "Please be aware that administrator rights are needed for the installation process."
+msgid "<tt>REGISTER_NO_MSO_TYPES=1</tt> will suppress registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
msgstr ""
#: readme.xrm#s2we10.s2we10.readmeitem.text
@@ -185,7 +175,8 @@ msgid "Installation of ${PRODUCTNAME} on Debian/Ubuntu-based Linux systems"
msgstr ""
#: readme.xrm#debianinstall1.debianinstall1.readmeitem.text
-msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to do that, please read the section below entitled Deinstallation of a Previous Version of ${PRODUCTNAME}. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
+msgctxt "readme.xrm#debianinstall1.debianinstall1.readmeitem.text"
+msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
msgstr ""
#: readme.xrm#debianinstall2.debianinstall2.readmeitem.text
@@ -235,7 +226,8 @@ msgid "Installation of ${PRODUCTNAME} on Fedora, Suse, Mandriva and other Linux
msgstr ""
#: readme.xrm#rpminstall1.rpminstall1.readmeitem.text
-msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to do that, please read the section below entitled De-installation of a Previous Version of ${PRODUCTNAME}. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
+msgctxt "readme.xrm#rpminstall1.rpminstall1.readmeitem.text"
+msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
msgstr ""
#: readme.xrm#rpminstall2.rpminstall2.readmeitem.text
@@ -280,15 +272,19 @@ msgid "Now run the installation command again:"
msgstr ""
#: readme.xrm#rpminstallB.rpminstallB.readmeitem.text
-msgid "For Fedora-based systems: su -c 'yum install *redhat*.rpm'"
+msgid "For Fedora-based systems: su -c 'yum install *freedesktop*.rpm'"
msgstr ""
#: readme.xrm#rpminstallC.rpminstallC.readmeitem.text
msgid "For Mandriva-based systems: sudo urpmi *mandriva*.rpm"
msgstr ""
+#: readme.xrm#rpminstallF.rpminstallF.readmeitem.text
+msgid "For SUSE-based systems: rpm -Uvh *suse*.rpm"
+msgstr ""
+
#: readme.xrm#rpminstallD.rpminstallD.readmeitem.text
-msgid "For other RPM-based systems (Suse, etc.): rpm -Uvh *suse*.rpm"
+msgid "For other RPM-based systems: rpm -Uvh *freedesktop*.rpm"
msgstr ""
#: readme.xrm#rpminstallE.rpminstallE.readmeitem.text
diff --git a/translations/source/dgo/reportbuilder/java/com/sun/star/report/function/metadata.po b/translations/source/dgo/reportbuilder/java/com/sun/star/report/function/metadata.po
new file mode 100644
index 00000000000..6b0a1e2b260
--- /dev/null
+++ b/translations/source/dgo/reportbuilder/java/com/sun/star/report/function/metadata.po
@@ -0,0 +1,39 @@
+#. extracted from reportbuilder/java/com/sun/star/report/function/metadata.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+reportbuilder%2Fjava%2Fcom%2Fsun%2Fstar%2Freport%2Ffunction%2Fmetadata.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: Author_Function_en_US.properties#display_name.property.text
+msgid "AUTHOR"
+msgstr ""
+
+#: Author_Function_en_US.properties#description.property.text
+msgid "Returns the author of the report."
+msgstr ""
+
+#: Title_Function_en_US.properties#display_name.property.text
+msgid "TITLE"
+msgstr ""
+
+#: Title_Function_en_US.properties#description.property.text
+msgid "Returns the title of the report."
+msgstr ""
+
+#: category_en_US.properties#display_name.property.text
+msgid "MetaData"
+msgstr ""
+
+#: category_en_US.properties#description.property.text
+msgid "Contains functions about meta data"
+msgstr ""
diff --git a/translations/source/dgo/reportbuilder/registry/data/org/openoffice/Office.po b/translations/source/dgo/reportbuilder/registry/data/org/openoffice/Office.po
index 06ac8f5573f..7bd7ab4f144 100644
--- a/translations/source/dgo/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/translations/source/dgo/reportbuilder/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:37+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/reportbuilder/registry/data/org/openoffice/Office/UI.po b/translations/source/dgo/reportbuilder/registry/data/org/openoffice/Office/UI.po
index 6c6b1c933d6..da35d6d0404 100644
--- a/translations/source/dgo/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/dgo/reportbuilder/registry/data/org/openoffice/Office/UI.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:10+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -286,7 +286,7 @@ msgstr ""
#: ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_SnapLinesMenu.Label.value.text
msgid "~Snap Lines"
-msgstr ""
+msgstr "~ स्नैप लकीरां"
#: ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_ObjectResize.Label.value.text
msgctxt "ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_ObjectResize.Label.value.text"
diff --git a/translations/source/dgo/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/translations/source/dgo/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index d66555f5f4d..56a635f90a6 100644
--- a/translations/source/dgo/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/translations/source/dgo/reportbuilder/registry/data/org/openoffice/TypeDetection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:37+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/reportbuilder/util.po b/translations/source/dgo/reportbuilder/util.po
index d13ad983485..676e6f4d83a 100644
--- a/translations/source/dgo/reportbuilder/util.po
+++ b/translations/source/dgo/reportbuilder/util.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/reportdesign/source/core/resource.po b/translations/source/dgo/reportdesign/source/core/resource.po
index 25e026cb4e9..09c01453636 100644
--- a/translations/source/dgo/reportdesign/source/core/resource.po
+++ b/translations/source/dgo/reportdesign/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-06 09:37+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/reportdesign/source/ui/dlg.po b/translations/source/dgo/reportdesign/source/ui/dlg.po
index 00b51b837f6..6b126c1f290 100644
--- a/translations/source/dgo/reportdesign/source/ui/dlg.po
+++ b/translations/source/dgo/reportdesign/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:12+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/reportdesign/source/ui/inspection.po b/translations/source/dgo/reportdesign/source/ui/inspection.po
index 83263d07295..d6bd0d1e916 100644
--- a/translations/source/dgo/reportdesign/source/ui/inspection.po
+++ b/translations/source/dgo/reportdesign/source/ui/inspection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-12 00:12+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/reportdesign/source/ui/report.po b/translations/source/dgo/reportdesign/source/ui/report.po
index 64d58454507..d44d17d4f5a 100644
--- a/translations/source/dgo/reportdesign/source/ui/report.po
+++ b/translations/source/dgo/reportdesign/source/ui/report.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:12+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sc/source/core/src.po b/translations/source/dgo/sc/source/core/src.po
index 2a3adbd3734..e1bc59a4352 100644
--- a/translations/source/dgo/sc/source/core/src.po
+++ b/translations/source/dgo/sc/source/core/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:37+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sc/source/ui/cctrl.po b/translations/source/dgo/sc/source/ui/cctrl.po
index 56847b6ca38..11e214dbcba 100644
--- a/translations/source/dgo/sc/source/ui/cctrl.po
+++ b/translations/source/dgo/sc/source/ui/cctrl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:37+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sc/source/ui/dbgui.po b/translations/source/dgo/sc/source/ui/dbgui.po
index dae148c7390..66264d0f2c2 100644
--- a/translations/source/dgo/sc/source/ui/dbgui.po
+++ b/translations/source/dgo/sc/source/ui/dbgui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-12 00:12+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sc/source/ui/docshell.po b/translations/source/dgo/sc/source/ui/docshell.po
index 2e38021d3a3..9776fca5a98 100644
--- a/translations/source/dgo/sc/source/ui/docshell.po
+++ b/translations/source/dgo/sc/source/ui/docshell.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:37+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sc/source/ui/drawfunc.po b/translations/source/dgo/sc/source/ui/drawfunc.po
index 7206161068d..062c0478f97 100644
--- a/translations/source/dgo/sc/source/ui/drawfunc.po
+++ b/translations/source/dgo/sc/source/ui/drawfunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:37+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sc/source/ui/formdlg.po b/translations/source/dgo/sc/source/ui/formdlg.po
index 627e113aa24..2780d2c049d 100644
--- a/translations/source/dgo/sc/source/ui/formdlg.po
+++ b/translations/source/dgo/sc/source/ui/formdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:37+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sc/source/ui/miscdlgs.po b/translations/source/dgo/sc/source/ui/miscdlgs.po
index 8cf9738953a..1254500e19b 100644
--- a/translations/source/dgo/sc/source/ui/miscdlgs.po
+++ b/translations/source/dgo/sc/source/ui/miscdlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-12 00:12+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sc/source/ui/navipi.po b/translations/source/dgo/sc/source/ui/navipi.po
index f4d8b18fa59..0c1f0369035 100644
--- a/translations/source/dgo/sc/source/ui/navipi.po
+++ b/translations/source/dgo/sc/source/ui/navipi.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 02:09+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
-"X-Generator: Pootle 2.1.6\n"
+"Language: dgo\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: navipi.src#RID_SCDLG_NAVIGATOR.FT_ROW.fixedtext.text
diff --git a/translations/source/dgo/sc/source/ui/pagedlg.po b/translations/source/dgo/sc/source/ui/pagedlg.po
index ac254da094d..e5f595e90b3 100644
--- a/translations/source/dgo/sc/source/ui/pagedlg.po
+++ b/translations/source/dgo/sc/source/ui/pagedlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-06 09:37+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sc/source/ui/src.po b/translations/source/dgo/sc/source/ui/src.po
index 18579e46071..a94074f4d5e 100644
--- a/translations/source/dgo/sc/source/ui/src.po
+++ b/translations/source/dgo/sc/source/ui/src.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-11-26 02:09+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2011-12-15 12:52+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
-"X-Generator: Pootle 2.1.6\n"
+"Language: dgo\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: namedlg.src#RID_SCDLG_NAMES.BTN_ADD.pushbutton.text
@@ -28,18 +28,13 @@ msgstr "~म्हेसो"
#: namedlg.src#RID_SCDLG_NAMES.BTN_NAME_OK.pushbutton.text
msgid "OK"
-msgstr ""
+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 "चीजा दा समावेश करो "
-#: namedlg.src#RID_SCDLG_NAMES.BTN_SELECT.pushbutton.text
-msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_SELECT.pushbutton.text"
-msgid "Select Range"
-msgstr "फलाऽ चुनो "
-
#: namedlg.src#RID_SCDLG_NAMES.FT_SCOPE.fixedtext.text
msgctxt "namedlg.src#RID_SCDLG_NAMES.FT_SCOPE.fixedtext.text"
msgid "Scope"
@@ -68,6 +63,7 @@ msgid "Shrink"
msgstr "संगेड़ो "
#: namedlg.src#RID_SCDLG_NAMES.BTN_MORE.checkbox.text
+msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_MORE.checkbox.text"
msgid "Range Options"
msgstr ""
@@ -95,25 +91,6 @@ msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_COLHEADER.checkbox.text"
msgid "Repeat ~column"
msgstr "स्तंभ ~ दर्‌हाओ"
-#: namedlg.src#RID_SCDLG_NAMES.STR_INVALIDSYMBOL.string.text
-#, fuzzy
-msgctxt "namedlg.src#RID_SCDLG_NAMES.STR_INVALIDSYMBOL.string.text"
-msgid "Invalid expression"
-msgstr "अमान्य अभिव्यक्ति"
-
-#: namedlg.src#RID_SCDLG_NAMES.STR_MODIFYFAILED.string.text
-msgid "Modifying range name failed"
-msgstr ""
-
-#: 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_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_DEFAULT_INFO.string.text
msgid "Select cells in the document to update the range."
msgstr ""
@@ -446,10 +423,6 @@ msgstr "सफा खंडन(बहु.) "
msgid "Helplines ~While Moving"
msgstr ""
-#: optdlg.src#RID_SCPAGE_CONTENT.CB_BIGHANDLES.checkbox.text
-msgid "~Large handles"
-msgstr "~ बड्डे हैंडल "
-
#: optdlg.src#RID_SCPAGE_CONTENT.GB_DISPLAY.fixedline.text
msgid "Display"
msgstr "प्रदर्शन करो"
@@ -1708,9 +1681,9 @@ msgstr ""
msgid "Restore"
msgstr "ब्हाल करो "
-#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_LAST.pushbutton.text
-msgid "Last Record"
-msgstr "अंतिम रकाड "
+#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_PREV.pushbutton.text
+msgid "Previous Record"
+msgstr "पिछला रकाड "
#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_NEXT.pushbutton.text
msgid "Next Record"
@@ -3964,8 +3937,8 @@ msgid "Number"
msgstr "संख्या"
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ARC_COS_HYP.3.string.text
-msgid "A value greater than or equal to 1 for which the hyperbolic cosine is to be returned."
-msgstr "1 जां 1 शा बड्डा मुल्ल ,जिसदे लेई उल्टी हायपरबोलिक कोसाइन परतानी ऐ. "
+msgid "A value greater than or equal to 1 for which the inverse hyperbolic cosine is to be returned."
+msgstr ""
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ARC_SIN_HYP.1.string.text
msgid "Returns the inverse hyperbolic sine of a number."
@@ -4156,6 +4129,60 @@ msgstr "संख्या _y "
msgid "The value for the y coordinate."
msgstr "y कोआर्डिनेट लेई मुल्ल"
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.1.string.text
+msgid "Return the cosecant of an angle. CSC(x)=1/SIN(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.3.string.text
+#, fuzzy
+msgid "The angle in radians for which the cosecant is to be calculated."
+msgstr "रेडियनें च इक कोण, जिसदे लेई साइन परतानी ऐ."
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.1.string.text
+msgid "Return the secant of an angle. SEC(x)=1/COS(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.3.string.text
+#, fuzzy
+msgid "The angle in radians for which the secant is to be calculated."
+msgstr "रेडियनें च इक कोण, जिसदे लेई साइन परतानी ऐ."
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.1.string.text
+msgid "Return the hyperbolic cosecant of a hyperbolic angle. CSCH(x)=1/SINH(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.3.string.text
+msgid "The hyperbolic angle in radians for which the hyperbolic cosecant is to be calculated."
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.1.string.text
+msgid "Return the hyperbolic secant of a hyperbolic angle. SECH(x)=1/COSH(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.3.string.text
+msgid "The hyperbolic angle in radians for which the hyperbolic secant is to be calculated."
+msgstr ""
+
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_DEG.1.string.text
msgid "Converts a radian to degrees"
msgstr "इक रेडियन गी डिग्रियें च रूपांतरत करदा ऐ. "
@@ -10712,7 +10739,7 @@ msgstr "फलाऽ नांएं दा संपादन करो "
#: globstr.src#RID_GLOBSTR.STR_UNDO_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "~केस बदलो "
#: globstr.src#RID_GLOBSTR.STR_DB_NONAME.string.text
msgctxt "globstr.src#RID_GLOBSTR.STR_DB_NONAME.string.text"
@@ -12050,7 +12077,6 @@ msgstr "सैल्ल चुनो "
#: 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 "फलाऽ चुनो "
@@ -12367,6 +12393,25 @@ msgstr ""
msgid "Document (Global)"
msgstr "दस्तावेज अवस्था "
+#: globstr.src#RID_GLOBSTR.STR_ERR_NAME_EXISTS.string.text
+msgid "Invalid name. Already in use for the selected scope."
+msgstr ""
+
+#: globstr.src#RID_GLOBSTR.STR_ERR_NAME_INVALID.string.text
+msgid "Invalid name. Only use letters, numbers and underscore."
+msgstr ""
+
+#: globstr.src#RID_GLOBSTR.STR_UNSAVED_EXT_REF.string.text
+msgid ""
+"This Document contains external references to unsaved documents.\n"
+"\n"
+"Do you want to continue?"
+msgstr ""
+
+#: globstr.src#RID_GLOBSTR.STR_CLOSE_WITH_UNSAVED_REFS.string.text
+msgid "This Document is referenced by another document and not yet saved. Closing it without saving will result in data loss."
+msgstr ""
+
#: crnrdlg.src#RID_SCDLG_COLROWNAMERANGES.FL_ASSIGN.fixedline.text
msgctxt "crnrdlg.src#RID_SCDLG_COLROWNAMERANGES.FL_ASSIGN.fixedline.text"
msgid "Range"
@@ -13136,7 +13181,8 @@ msgid "Cancel"
msgstr "चीजा दा समावेश करो "
#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_MORE.checkbox.text
-msgid "RangeOptions"
+msgctxt "namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_MORE.checkbox.text"
+msgid "Range Options"
msgstr ""
#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.FT_NAME.fixedtext.text
@@ -13186,20 +13232,6 @@ msgctxt "namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_COLHEADER.checkbox.text"
msgid "Repeat ~column"
msgstr "स्तंभ ~ दर्‌हाओ"
-#: 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 "अमान्य अभिव्यक्ति"
-
-#: 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 ""
diff --git a/translations/source/dgo/sc/source/ui/styleui.po b/translations/source/dgo/sc/source/ui/styleui.po
index 7a0e52b4f4e..14d8f285157 100644
--- a/translations/source/dgo/sc/source/ui/styleui.po
+++ b/translations/source/dgo/sc/source/ui/styleui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-28 11:15+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -26,7 +26,7 @@ msgstr "सैल्ल शैलियां "
#: scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.2.filterlist.text
msgid "Applied Styles"
-msgstr ""
+msgstr "इस्तेमाल शैलियां "
#: scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.3.filterlist.text
msgctxt "scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.3.filterlist.text"
diff --git a/translations/source/dgo/scaddins/source/analysis.po b/translations/source/dgo/scaddins/source/analysis.po
index e82371680d7..322e6ed5884 100644
--- a/translations/source/dgo/scaddins/source/analysis.po
+++ b/translations/source/dgo/scaddins/source/analysis.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:38+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/scaddins/source/datefunc.po b/translations/source/dgo/scaddins/source/datefunc.po
index bc0e3d8dd0b..f9649b989d6 100644
--- a/translations/source/dgo/scaddins/source/datefunc.po
+++ b/translations/source/dgo/scaddins/source/datefunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:38+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sccomp/source/solver.po b/translations/source/dgo/sccomp/source/solver.po
index 5a20fe0f851..d721606cc5e 100644
--- a/translations/source/dgo/sccomp/source/solver.po
+++ b/translations/source/dgo/sccomp/source/solver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:38+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/scp2/source/accessories.po b/translations/source/dgo/scp2/source/accessories.po
index f3cc10af24d..7a02f41bc58 100644
--- a/translations/source/dgo/scp2/source/accessories.po
+++ b/translations/source/dgo/scp2/source/accessories.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-12 00:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/scp2/source/activex.po b/translations/source/dgo/scp2/source/activex.po
index 682f16eb3f6..ccadae417a5 100644
--- a/translations/source/dgo/scp2/source/activex.po
+++ b/translations/source/dgo/scp2/source/activex.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-06 09:38+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/scp2/source/base.po b/translations/source/dgo/scp2/source/base.po
index b07c5ea9861..d42b6af9ac2 100644
--- a/translations/source/dgo/scp2/source/base.po
+++ b/translations/source/dgo/scp2/source/base.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:38+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -38,6 +38,16 @@ msgstr "%PRODUCTNAME अधार मदद"
msgid "Help about %PRODUCTNAME Base"
msgstr "%PRODUCTNAME अधार बारै मदद "
+#: postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr ""
+
+#: postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr ""
+
#: folderitem_base.ulf#STR_FI_TOOLTIP_BASE.LngText.text
msgid "Manage databases, create queries and reports to track and manage your information by using Base."
msgstr "अपनी जानकारी दा अनुसरण ते प्रबंध करने लेई अधार बरतियै अपने डेटाबेसें दा प्रबंध करो,पुच्छां ते रपोटां सिरजो. "
diff --git a/translations/source/dgo/scp2/source/binfilter.po b/translations/source/dgo/scp2/source/binfilter.po
index d98fb35aa8f..6cdeef33939 100644
--- a/translations/source/dgo/scp2/source/binfilter.po
+++ b/translations/source/dgo/scp2/source/binfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:38+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/scp2/source/calc.po b/translations/source/dgo/scp2/source/calc.po
index 80c78dcdbfd..0714cfd3688 100644
--- a/translations/source/dgo/scp2/source/calc.po
+++ b/translations/source/dgo/scp2/source/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-12 00:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/scp2/source/draw.po b/translations/source/dgo/scp2/source/draw.po
index a26abfc2a93..10f38c1629b 100644
--- a/translations/source/dgo/scp2/source/draw.po
+++ b/translations/source/dgo/scp2/source/draw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:38+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/scp2/source/extensions.po b/translations/source/dgo/scp2/source/extensions.po
index 4197db052fe..8cd02616820 100644
--- a/translations/source/dgo/scp2/source/extensions.po
+++ b/translations/source/dgo/scp2/source/extensions.po
@@ -3,2237 +3,65 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-12 00:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\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
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text"
msgid "English"
-msgstr ""
+msgstr "अंग्रेज़ी"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text"
msgid "Installs English support in %PRODUCTNAME %PRODUCTVERSION"
msgstr ""
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text"
msgid "German"
-msgstr ""
+msgstr "जर्मन "
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text"
msgid "Installs German support in %PRODUCTNAME %PRODUCTVERSION"
msgstr ""
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text"
msgid "French"
msgstr ""
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text"
msgid "Installs French support in %PRODUCTNAME %PRODUCTVERSION"
msgstr ""
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text"
msgid "Italian"
msgstr ""
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text"
msgid "Installs Italian support in %PRODUCTNAME %PRODUCTVERSION"
msgstr ""
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text"
msgid "Spanish"
-msgstr ""
+msgstr "स्पैनिश "
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text"
msgid "Installs Spanish support in %PRODUCTNAME %PRODUCTVERSION"
msgstr ""
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text"
-msgid "Swedish"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text"
-msgid "Installs Swedish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text"
-msgid "Portuguese"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Portuguese (Brazil)"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text"
-msgid "Japanese"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text"
-msgid "Installs Japanese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text"
-msgid "Korean"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text"
-msgid "Installs Korean support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Chinese (simplified)"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Installs Chinese (simplified) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Chinese (traditional)"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Installs Chinese (traditional) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text"
-msgid "Dutch"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text"
-msgid "Installs Dutch support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text"
msgid "Hungarian"
-msgstr ""
+msgstr "हंगेरियन "
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text"
-msgid "Installs Hungarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text"
-msgid "Polish"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text"
-msgid "Installs Polish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text"
-msgid "Russian"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text"
-msgid "Installs Russian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text"
-msgid "Turkish"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text"
-msgid "Installs Turkish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text"
-msgid "Greek"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text"
-msgid "Installs Greek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text"
-msgid "Thai"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text"
-msgid "Installs Thai support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text"
-msgid "Czech"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text"
-msgid "Installs Czech support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text"
-msgid "Slovak"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text"
-msgid "Installs Slovak support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text"
-msgid "Croatian"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text"
-msgid "Installs Croatian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text"
-msgid "Estonian"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text"
-msgid "Installs Estonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text"
-msgid "Vietnamese"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text"
-msgid "Installs Vietnamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text"
-msgid "Bulgarian"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text"
-msgid "Installs Bulgarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text"
-msgid "Khmer"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text"
-msgid "Installs Khmer support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Punjabi"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Installs Punjabi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Gujarati"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text"
-msgid "Tamil"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Tamil"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text"
-msgid "Hindi"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Hindi"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text"
-msgid "Southern Sotho (Sutu)"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text"
-msgid "Installs Southern Sotho (Sutu) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text"
-msgid "Tswana"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text"
-msgid "Installs Tswana support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text"
-msgid "Xhosa"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text"
-msgid "Installs Xhosa support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Zulu"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Installs Zulu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text"
-msgid "Afrikaans"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text"
-msgid "Installs Afrikaans support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text"
-msgid "Swahili"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Swahili"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text"
-msgid "Lao"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text"
-msgid "Installs Lao support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text"
-msgid "Burmese"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text"
-msgid "Installs Burmese (Myanmar) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Northern Sotho"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Installs Northern Sotho support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text"
-msgid "Bengali"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text"
-msgid "Installs Bengali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Bengali (Bangladesh)"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Installs Bengali (Bangladesh) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Bengali (India)"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Installs Bengali (India) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text"
-msgid "Oriya"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Oriya"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text"
-msgid "Marathi"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Marathi"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text"
-msgid "Nepali"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text"
-msgid "Installs Nepali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text"
-msgid "Arabic"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Arabic"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text"
-msgid "Catalan"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text"
-msgid "Installs Catalan support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text"
-msgid "Danish"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text"
-msgid "Installs Danish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text"
-msgid "Finnish"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text"
-msgid "Installs Finnish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text"
-msgid "Hebrew"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text"
-msgid "Installs Hebrew support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text"
-msgid "Icelandic"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text"
-msgid "Installs Icelandic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text"
-msgid "Norwegian (Bokmal)"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text"
-msgid "Installs Norwegian (Bokmal) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text"
-msgid "Norwegian (Nynorsk)"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text"
-msgid "Installs Norwegian (Nynorsk) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text"
-msgid "Rhaeto-Romance"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text"
-msgid "Installs Rhaeto-Romance support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text"
-msgid "Romanian"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text"
-msgid "Installs Romanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Albanian"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Installs Albanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text"
-msgid "Urdu"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text"
-msgid "Indonesian"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text"
-msgid "Installs Indonesian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text"
-msgid "Ukrainian"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text"
-msgid "Installs Ukrainian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text"
-msgid "Belarusian"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text"
-msgid "Installs Belarusian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text"
-msgid "Slovenian"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text"
-msgid "Installs Slovenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text"
-msgid "Latvian"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text"
-msgid "Installs Latvian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text"
-msgid "Lithuanian"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text"
-msgid "Installs Lithuanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text"
-msgid "Armenian"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text"
-msgid "Installs Armenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text"
-msgid "Basque"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text"
-msgid "Installs Basque support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text"
-msgid "Macedonian"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text"
-msgid "Installs Macedonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text"
-msgid "Maltese"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text"
-msgid "Installs Maltese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text"
-msgid "Welsh"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text"
-msgid "Installs Welsh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text"
-msgid "Galician"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text"
-msgid "Installs Galician support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Serbian (Latin)"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text"
-msgid "Serbian (Latin)"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text"
-msgid "Irish"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text"
-msgid "Installs Irish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text"
-msgid "Bosnian"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text"
-msgid "Installs Bosnian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Assamese"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Installs Assamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text"
-msgid "Kinyarwanda"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text"
-msgid "Installs Kinyarwanda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text"
-msgid "Sanskrit"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text"
-msgid "Installs Sanskrit support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text"
-msgid "Farsi"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text"
-msgid "Installs Farsi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text"
-msgid "Faroese"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text"
-msgid "Installs Faroese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text"
-msgid "Sorbian"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text"
-msgid "Installs Sorbian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text"
-msgid "Tatar"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text"
-msgid "Installs Tatar support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text"
-msgid "Tsonga"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text"
-msgid "Installs Tsonga support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text"
-msgid "Yiddish"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text"
-msgid "Installs Yiddish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text"
-msgid "Breton"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text"
-msgid "Installs Breton support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text"
-msgid "Ndebele South"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text"
-msgid "Installs Ndebele South support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text"
-msgid "Swazi"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text"
-msgid "Installs Swazi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text"
-msgid "Venda"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text"
-msgid "Installs Venda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text"
-msgid "Kannada"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text"
-msgid "Installs Kannada support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text"
-msgid "Malay (Malaysian)"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text"
-msgid "Installs Malay (Malaysian) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text"
-msgid "Tajik"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text"
-msgid "Installs Tajik support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text"
-msgid "Kurdish"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text"
-msgid "Installs Kurdish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Dzongkha"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Installs Dzongkha support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text"
-msgid "Georgian"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text"
-msgid "Installs Georgian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text"
-msgid "Esperanto"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text"
-msgid "Installs Esperanto support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text"
-msgid "Gujarati"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "English (South Africa)"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "Installs English (South Africa) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "English (United Kingdom)"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "Installs English (United Kingdom) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Urdu"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Malayalam"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Installs Malayalam support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Telugu"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Installs Telugu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Tigrinya"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Installs Tigrinya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Uzbek"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Installs Uzbek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text"
-msgid "Mongolian"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text"
-msgid "Installs Mongolian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text"
-msgid "Kazakh"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text"
-msgid "Installs Kazakh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text"
-msgid "English"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text"
-msgid "Installs English support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text"
-msgid "German"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text"
-msgid "Installs German support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text"
-msgid "French"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text"
-msgid "Installs French support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text"
-msgid "Italian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text"
-msgid "Installs Italian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text"
-msgid "Spanish"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text"
-msgid "Installs Spanish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text"
-msgid "Swedish"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text"
-msgid "Installs Swedish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text"
-msgid "Portuguese"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Portuguese (Brazil)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text"
-msgid "Japanese"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text"
-msgid "Installs Japanese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text"
-msgid "Korean"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text"
-msgid "Installs Korean support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Chinese (simplified)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Installs Chinese (simplified) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Chinese (traditional)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Installs Chinese (traditional) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text"
-msgid "Dutch"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text"
-msgid "Installs Dutch support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text"
-msgid "Hungarian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text"
msgid "Installs Hungarian support in %PRODUCTNAME %PRODUCTVERSION"
msgstr ""
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text"
-msgid "Polish"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text"
-msgid "Installs Polish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text"
-msgid "Russian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text"
-msgid "Installs Russian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text"
-msgid "Turkish"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text"
-msgid "Installs Turkish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text"
-msgid "Greek"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text"
-msgid "Installs Greek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text"
-msgid "Thai"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text"
-msgid "Installs Thai support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text"
-msgid "Czech"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text"
-msgid "Installs Czech support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text"
-msgid "Slovak"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text"
-msgid "Installs Slovak support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text"
-msgid "Croatian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text"
-msgid "Installs Croatian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text"
-msgid "Estonian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text"
-msgid "Installs Estonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text"
-msgid "Vietnamese"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text"
-msgid "Installs Vietnamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text"
-msgid "Bulgarian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text"
-msgid "Installs Bulgarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text"
-msgid "Khmer"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text"
-msgid "Installs Khmer support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Punjabi"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Installs Punjabi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Gujarati"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text"
-msgid "Tamil"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Tamil"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text"
-msgid "Hindi"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Hindi"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text"
-msgid "Southern Sotho (Sutu)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text"
-msgid "Installs Southern Sotho (Sutu) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text"
-msgid "Tswana"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text"
-msgid "Installs Tswana support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text"
-msgid "Xhosa"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text"
-msgid "Installs Xhosa support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Zulu"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Installs Zulu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text"
-msgid "Afrikaans"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text"
-msgid "Installs Afrikaans support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text"
-msgid "Swahili"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Swahili"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text"
-msgid "Lao"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text"
-msgid "Installs Lao support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text"
-msgid "Burmese"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text"
-msgid "Installs Burmese (Myanmar) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Northern Sotho"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Installs Northern Sotho support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text"
-msgid "Bengali"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text"
-msgid "Installs Bengali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Bengali (Bangladesh)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Installs Bengali (Bangladesh) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Bengali (India)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Installs Bengali (India) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text"
-msgid "Oriya"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Oriya"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text"
-msgid "Marathi"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Marathi"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text"
-msgid "Nepali"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text"
-msgid "Installs Nepali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text"
-msgid "Arabic"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Arabic"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text"
-msgid "Catalan"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text"
-msgid "Installs Catalan support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text"
-msgid "Danish"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text"
-msgid "Installs Danish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text"
-msgid "Finnish"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text"
-msgid "Installs Finnish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text"
-msgid "Hebrew"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text"
-msgid "Installs Hebrew support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text"
-msgid "Icelandic"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text"
-msgid "Installs Icelandic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text"
-msgid "Norwegian (Bokmal)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text"
-msgid "Installs Norwegian (Bokmal) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text"
-msgid "Norwegian (Nynorsk)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text"
-msgid "Installs Norwegian (Nynorsk) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text"
-msgid "Rhaeto-Romance"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text"
-msgid "Installs Rhaeto-Romance support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text"
-msgid "Romanian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text"
-msgid "Installs Romanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Albanian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Installs Albanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text"
-msgid "Urdu"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text"
-msgid "Indonesian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text"
-msgid "Installs Indonesian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text"
-msgid "Ukrainian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text"
-msgid "Installs Ukrainian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text"
-msgid "Belarusian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text"
-msgid "Installs Belarusian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text"
-msgid "Slovenian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text"
-msgid "Installs Slovenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text"
-msgid "Latvian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text"
-msgid "Installs Latvian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text"
-msgid "Lithuanian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text"
-msgid "Installs Lithuanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text"
-msgid "Armenian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text"
-msgid "Installs Armenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text"
-msgid "Basque"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text"
-msgid "Installs Basque support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text"
-msgid "Macedonian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text"
-msgid "Installs Macedonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text"
-msgid "Maltese"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text"
-msgid "Installs Maltese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text"
-msgid "Welsh"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text"
-msgid "Installs Welsh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text"
-msgid "Galician"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text"
-msgid "Installs Galician support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Serbian (Latin)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text"
-msgid "Serbian (Latin)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text"
-msgid "Irish"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text"
-msgid "Installs Irish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text"
-msgid "Bosnian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text"
-msgid "Installs Bosnian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Assamese"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Installs Assamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text"
-msgid "Kinyarwanda"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text"
-msgid "Installs Kinyarwanda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text"
-msgid "Sanskrit"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text"
-msgid "Installs Sanskrit support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text"
-msgid "Farsi"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text"
-msgid "Installs Farsi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text"
-msgid "Faroese"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text"
-msgid "Installs Faroese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text"
-msgid "Sorbian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text"
-msgid "Installs Sorbian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text"
-msgid "Tatar"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text"
-msgid "Installs Tatar support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text"
-msgid "Tsonga"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text"
-msgid "Installs Tsonga support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text"
-msgid "Yiddish"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text"
-msgid "Installs Yiddish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text"
-msgid "Breton"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text"
-msgid "Installs Breton support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text"
-msgid "Ndebele South"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text"
-msgid "Installs Ndebele South support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text"
-msgid "Swazi"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text"
-msgid "Installs Swazi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text"
-msgid "Venda"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text"
-msgid "Installs Venda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text"
-msgid "Kannada"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text"
-msgid "Installs Kannada support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text"
-msgid "Malay (Malaysian)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text"
-msgid "Installs Malay (Malaysian) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text"
-msgid "Tajik"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text"
-msgid "Installs Tajik support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text"
-msgid "Kurdish"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text"
-msgid "Installs Kurdish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Dzongkha"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Installs Dzongkha support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text"
-msgid "Georgian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text"
-msgid "Installs Georgian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text"
-msgid "Esperanto"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text"
-msgid "Installs Esperanto support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text"
-msgid "Gujarati"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "English (South Africa)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "Installs English (South Africa) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "English (United Kingdom)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "Installs English (United Kingdom) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Urdu"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Malayalam"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Installs Malayalam support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Telugu"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Installs Telugu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Tigrinya"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Installs Tigrinya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Uzbek"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Installs Uzbek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text"
-msgid "Mongolian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text"
-msgid "Installs Mongolian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text"
-msgid "Kazakh"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text"
-msgid "Installs Kazakh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS.LngText.text
msgid "Extensions"
msgstr ""
@@ -2292,16 +120,6 @@ msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_PDFIMPORT.Lng
msgid "PDF Import"
msgstr ""
-#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text
-msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text"
-msgid "Lightproof"
-msgstr ""
-
-#: module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text
-msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text"
-msgid "Lightproof"
-msgstr ""
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_NUMBERTEXT.LngText.text
msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_NUMBERTEXT.LngText.text"
msgid "Numbertext"
diff --git a/translations/source/dgo/scp2/source/gnome.po b/translations/source/dgo/scp2/source/gnome.po
index a25b7d79f0f..a30e95cddd6 100644
--- a/translations/source/dgo/scp2/source/gnome.po
+++ b/translations/source/dgo/scp2/source/gnome.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:38+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/scp2/source/graphicfilter.po b/translations/source/dgo/scp2/source/graphicfilter.po
index b95860f60e9..786c43ecbb0 100644
--- a/translations/source/dgo/scp2/source/graphicfilter.po
+++ b/translations/source/dgo/scp2/source/graphicfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:38+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/scp2/source/impress.po b/translations/source/dgo/scp2/source/impress.po
index e1c58d55569..0d54cae5dc2 100644
--- a/translations/source/dgo/scp2/source/impress.po
+++ b/translations/source/dgo/scp2/source/impress.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/scp2/source/javafilter.po b/translations/source/dgo/scp2/source/javafilter.po
index fcc349d39c3..b57d15c5071 100644
--- a/translations/source/dgo/scp2/source/javafilter.po
+++ b/translations/source/dgo/scp2/source/javafilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:38+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/scp2/source/kde.po b/translations/source/dgo/scp2/source/kde.po
index 8f7dd8d597e..c8ba748bad4 100644
--- a/translations/source/dgo/scp2/source/kde.po
+++ b/translations/source/dgo/scp2/source/kde.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:38+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/scp2/source/math.po b/translations/source/dgo/scp2/source/math.po
index 42fef25a35c..2486321ac24 100644
--- a/translations/source/dgo/scp2/source/math.po
+++ b/translations/source/dgo/scp2/source/math.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:38+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/scp2/source/onlineupdate.po b/translations/source/dgo/scp2/source/onlineupdate.po
index 955b6af0fc3..f9858013cc2 100644
--- a/translations/source/dgo/scp2/source/onlineupdate.po
+++ b/translations/source/dgo/scp2/source/onlineupdate.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:38+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/scp2/source/ooo.po b/translations/source/dgo/scp2/source/ooo.po
index 3420150a64e..7af8edeb86a 100644
--- a/translations/source/dgo/scp2/source/ooo.po
+++ b/translations/source/dgo/scp2/source/ooo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-12 00:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -1072,6 +1072,14 @@ msgstr ""
msgid "Afrikaans spelling dictionary, and hyphenation rules"
msgstr ""
+#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AN.LngText.text
+msgid "Aragonese"
+msgstr ""
+
+#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_AN.LngText.text
+msgid "Aragonese spelling dictionary"
+msgstr ""
+
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AR.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AR.LngText.text"
msgid "Arabic"
@@ -1159,7 +1167,7 @@ msgid "English"
msgstr ""
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_EN.LngText.text
-msgid "English (Australia, Canada, South Africa, UK, USA) spelling dictionaries, hyphenation rules, and thesaurus"
+msgid "English spelling dictionaries, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_EL.LngText.text
@@ -1249,7 +1257,7 @@ msgid "Hungarian"
msgstr ""
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_HU.LngText.text
-msgid "Hungarian spelling dictionary, hyphenation rules, and thesaurus"
+msgid "Hungarian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_HR.LngText.text
@@ -1375,6 +1383,15 @@ msgstr ""
msgid "Russian spelling dictionary, hyphenation rules, and thesaurus"
msgstr ""
+#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SI.LngText.text
+msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SI.LngText.text"
+msgid "Sinhala"
+msgstr ""
+
+#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_SI.LngText.text
+msgid "Sinhala spelling dictionary"
+msgstr ""
+
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SK.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SK.LngText.text"
msgid "Slovak"
diff --git a/translations/source/dgo/scp2/source/python.po b/translations/source/dgo/scp2/source/python.po
index f85b676119c..bdc14c490a9 100644
--- a/translations/source/dgo/scp2/source/python.po
+++ b/translations/source/dgo/scp2/source/python.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:38+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/scp2/source/quickstart.po b/translations/source/dgo/scp2/source/quickstart.po
index c27400258eb..254c017f421 100644
--- a/translations/source/dgo/scp2/source/quickstart.po
+++ b/translations/source/dgo/scp2/source/quickstart.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:38+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/scp2/source/sdkoo.po b/translations/source/dgo/scp2/source/sdkoo.po
index 7dfe6ca74e1..cd982e13691 100644
--- a/translations/source/dgo/scp2/source/sdkoo.po
+++ b/translations/source/dgo/scp2/source/sdkoo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:38+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/scp2/source/smoketest.po b/translations/source/dgo/scp2/source/smoketest.po
new file mode 100644
index 00000000000..cb550fac3a7
--- /dev/null
+++ b/translations/source/dgo/scp2/source/smoketest.po
@@ -0,0 +1,23 @@
+#. extracted from scp2/source/smoketest.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+scp2%2Fsource%2Fsmoketest.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: module_smoketest.ulf#STR_NAME_MODULE_OPTIONAL_SMOKETEST.LngText.text
+msgid "%PRODUCTNAME %PRODUCTVERSION Smoketest"
+msgstr ""
+
+#: module_smoketest.ulf#STR_DESC_MODULE_OPTIONAL_SMOKETEST.LngText.text
+msgid "The smoketest of %PRODUCTNAME %PRODUCTVERSION"
+msgstr ""
diff --git a/translations/source/dgo/scp2/source/winexplorerext.po b/translations/source/dgo/scp2/source/winexplorerext.po
index ca57d2f60e3..d6462494629 100644
--- a/translations/source/dgo/scp2/source/winexplorerext.po
+++ b/translations/source/dgo/scp2/source/winexplorerext.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:38+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/scp2/source/writer.po b/translations/source/dgo/scp2/source/writer.po
index 0712efa99cd..e2cdf3e7ec3 100644
--- a/translations/source/dgo/scp2/source/writer.po
+++ b/translations/source/dgo/scp2/source/writer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:38+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/scp2/source/xsltfilter.po b/translations/source/dgo/scp2/source/xsltfilter.po
index f5a591b2a6c..83068385ea5 100644
--- a/translations/source/dgo/scp2/source/xsltfilter.po
+++ b/translations/source/dgo/scp2/source/xsltfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:38+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/scripting/source/pyprov.po b/translations/source/dgo/scripting/source/pyprov.po
index a49ca5cb5f1..43156ec6f4c 100644
--- a/translations/source/dgo/scripting/source/pyprov.po
+++ b/translations/source/dgo/scripting/source/pyprov.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sd/source/core.po b/translations/source/dgo/sd/source/core.po
index ad958dff320..e7cd6dc139b 100644
--- a/translations/source/dgo/sd/source/core.po
+++ b/translations/source/dgo/sd/source/core.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-06 09:38+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:52+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -25,6 +25,8 @@ msgid "Background objects"
msgstr "पछौकड़ चीजां"
#: glob.src#STR_LAYER_LAYOUT.string.text
+#, fuzzy
+msgctxt "glob.src#STR_LAYER_LAYOUT.string.text"
msgid "Layout"
msgstr "खाका "
@@ -339,6 +341,37 @@ msgstr ""
"#-#-#-#-# items.po (PACKAGE VERSION) #-#-#-#-#\n"
"टेबल "
+#: glob.src#STR_SLIDESORTERVIEWSHELL.string.text
+msgid "Slide Sorter"
+msgstr ""
+
+#: glob.src#STR_TOOL_PANEL_SHELL.string.text
+msgid "Tool Panel"
+msgstr ""
+
+#: glob.src#STR_LEFT_IMPRESS_PANE_SHELL.string.text
+#, fuzzy
+msgid "Slides"
+msgstr "स्लाइड "
+
+#: glob.src#STR_LEFT_DRAW_PANE_SHELL.string.text
+#, fuzzy
+msgid "Pages"
+msgstr "सफा"
+
+#: glob.src#STR_TASKPANEVIEWSHELL.string.text
+msgid "Tasks"
+msgstr ""
+
+#: glob.src#STR_MASTERPAGESSELECTOR.string.text
+msgid "Master Pages"
+msgstr "मास्टर सफे"
+
+#: glob.src#STR_TASKPANELAYOUTMENU.string.text
+msgctxt "glob.src#STR_TASKPANELAYOUTMENU.string.text"
+msgid "Layout"
+msgstr "खाका "
+
#: glob.src#STR_POWERPOINT_IMPORT.string.text
msgid "PowerPoint Import"
msgstr "पावर पोआइंट दरामद"
diff --git a/translations/source/dgo/sd/source/filter/html.po b/translations/source/dgo/sd/source/filter/html.po
index b2c6e2891f8..f435faa6611 100644
--- a/translations/source/dgo/sd/source/filter/html.po
+++ b/translations/source/dgo/sd/source/filter/html.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:38+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sd/source/ui/accessibility.po b/translations/source/dgo/sd/source/ui/accessibility.po
index cefc048a9f9..79d0a424add 100644
--- a/translations/source/dgo/sd/source/ui/accessibility.po
+++ b/translations/source/dgo/sd/source/ui/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:38+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sd/source/ui/animations.po b/translations/source/dgo/sd/source/ui/animations.po
index 9369568ee8f..1c6ec036e39 100644
--- a/translations/source/dgo/sd/source/ui/animations.po
+++ b/translations/source/dgo/sd/source/ui/animations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:38+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sd/source/ui/annotations.po b/translations/source/dgo/sd/source/ui/annotations.po
index 30706a8f148..4c49c4fe0b8 100644
--- a/translations/source/dgo/sd/source/ui/annotations.po
+++ b/translations/source/dgo/sd/source/ui/annotations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:38+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sd/source/ui/app.po b/translations/source/dgo/sd/source/ui/app.po
index 83eb46afa02..4011e5338cd 100644
--- a/translations/source/dgo/sd/source/ui/app.po
+++ b/translations/source/dgo/sd/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-28 11:15+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -1971,7 +1971,7 @@ msgstr "स्थिर खड़ोतमां थल्ला"
#: menuids_tmpl.src#MN_GRID_VISIBLE.SID_GRID_VISIBLE.menuitem.text
msgid "~Display Grid"
-msgstr ""
+msgstr "~ग्रिड दा प्रदर्शन करो"
#: menuids_tmpl.src#MN_GRID_USE.SID_GRID_USE.menuitem.text
msgid "Snap to Grid"
diff --git a/translations/source/dgo/sd/source/ui/dlg.po b/translations/source/dgo/sd/source/ui/dlg.po
index 481f4acdd0a..2728583b9f7 100644
--- a/translations/source/dgo/sd/source/ui/dlg.po
+++ b/translations/source/dgo/sd/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sd/source/ui/notes.po b/translations/source/dgo/sd/source/ui/notes.po
index bf5eb2d554e..5a35ab46b9a 100644
--- a/translations/source/dgo/sd/source/ui/notes.po
+++ b/translations/source/dgo/sd/source/ui/notes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:38+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sd/source/ui/slideshow.po b/translations/source/dgo/sd/source/ui/slideshow.po
index a2c872db6ca..b4e8c7c0f0f 100644
--- a/translations/source/dgo/sd/source/ui/slideshow.po
+++ b/translations/source/dgo/sd/source/ui/slideshow.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-11 23:10+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:52+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -35,7 +35,8 @@ msgid "~Go to Slide"
msgstr "~पयली दर्शिका "
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_PEN_MODE.menuitem.text
-msgid "Mouse pointer as ~pen"
+#, fuzzy
+msgid "Mouse pointer as ~Pen"
msgstr "माऊस संकेतक जिॕयां पैन्न"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_WIDTH_PEN.CM_WIDTH_PEN_VERY_THIN.menuitem.text
@@ -68,11 +69,11 @@ msgstr ""
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_COLOR_PEN.menuitem.text
#, fuzzy
-msgid "~Change Pen Color..."
+msgid "~Change pen Color..."
msgstr "फांट रंग बदलो\t"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_ERASE_ALLINK.menuitem.text
-msgid "~Erase All Ink On Slide"
+msgid "~Erase all ink on Slide"
msgstr ""
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_SCREEN.CM_SCREEN_BLACK.menuitem.text
diff --git a/translations/source/dgo/sd/source/ui/slidesorter/view.po b/translations/source/dgo/sd/source/ui/slidesorter/view.po
index 8c797f6ffaf..046dc7e9e30 100644
--- a/translations/source/dgo/sd/source/ui/slidesorter/view.po
+++ b/translations/source/dgo/sd/source/ui/slidesorter/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:10+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sd/source/ui/table.po b/translations/source/dgo/sd/source/ui/table.po
index 890a106b679..d7534c79d76 100644
--- a/translations/source/dgo/sd/source/ui/table.po
+++ b/translations/source/dgo/sd/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:38+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sd/source/ui/view.po b/translations/source/dgo/sd/source/ui/view.po
index bff9db97ad6..6044ee7d929 100644
--- a/translations/source/dgo/sd/source/ui/view.po
+++ b/translations/source/dgo/sd/source/ui/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-12 00:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sdext/source/minimizer.po b/translations/source/dgo/sdext/source/minimizer.po
index 27086a40e94..49ab0ab29f4 100644
--- a/translations/source/dgo/sdext/source/minimizer.po
+++ b/translations/source/dgo/sdext/source/minimizer.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/translations/source/dgo/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index 50cbc258a92..2d90f2b3519 100644
--- a/translations/source/dgo/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/translations/source/dgo/sdext/source/minimizer/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:38+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/translations/source/dgo/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index 53cb0436d16..02fa6f327a0 100644
--- a/translations/source/dgo/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/dgo/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:38+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sdext/source/pdfimport.po b/translations/source/dgo/sdext/source/pdfimport.po
index 894163c7de1..89b5ce34a41 100644
--- a/translations/source/dgo/sdext/source/pdfimport.po
+++ b/translations/source/dgo/sdext/source/pdfimport.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:43+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: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sdext/source/presenter.po b/translations/source/dgo/sdext/source/presenter.po
index 010c3e404c3..a48f066b236 100644
--- a/translations/source/dgo/sdext/source/presenter.po
+++ b/translations/source/dgo/sdext/source/presenter.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/translations/source/dgo/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index 6f0f01675d0..fb805e99fb5 100644
--- a/translations/source/dgo/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/translations/source/dgo/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:38+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/translations/source/dgo/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index c62ca994cd7..b15405a9748 100644
--- a/translations/source/dgo/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/dgo/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:38+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -32,7 +32,11 @@ msgid "Slides"
msgstr "स्लाइडां "
#: PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.l.Normal.Text.value.text
-msgctxt "PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.l.Normal.Text.value.text"
+msgid "Exchange"
+msgstr ""
+
+#: PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.n.Normal.Text.value.text
+msgctxt "PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.n.Normal.Text.value.text"
msgid "Help"
msgstr ""
diff --git a/translations/source/dgo/setup_native/source/mac.po b/translations/source/dgo/setup_native/source/mac.po
index cb624cfc1da..a10d52ae532 100644
--- a/translations/source/dgo/setup_native/source/mac.po
+++ b/translations/source/dgo/setup_native/source/mac.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:38+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sfx2/source/appl.po b/translations/source/dgo/sfx2/source/appl.po
index b89644c8a1d..9eacdfe89de 100644
--- a/translations/source/dgo/sfx2/source/appl.po
+++ b/translations/source/dgo/sfx2/source/appl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:14+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sfx2/source/bastyp.po b/translations/source/dgo/sfx2/source/bastyp.po
index efb29d0d2c7..f2c90f4a5ae 100644
--- a/translations/source/dgo/sfx2/source/bastyp.po
+++ b/translations/source/dgo/sfx2/source/bastyp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:38+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sfx2/source/dialog.po b/translations/source/dgo/sfx2/source/dialog.po
index 71d07f1086e..27af46d9a27 100644
--- a/translations/source/dgo/sfx2/source/dialog.po
+++ b/translations/source/dgo/sfx2/source/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:14+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -52,7 +52,7 @@ msgstr "~टिप्पणियां "
#: dinfdlg.src#TP_DOCINFODOC.BTN_CHANGE_PASS.pushbutton.text
msgid "Change ~Password..."
-msgstr ""
+msgstr "बदलो~ पासवर्ड... "
#: dinfdlg.src#TP_DOCINFODOC.FT_FILE_TYP.fixedtext.text
msgid "Type:"
@@ -815,6 +815,10 @@ msgstr "~मती जानकारी "
msgid "~Ask when not saving in ODF format"
msgstr ""
+#: alienwarn.src#RID_DLG_ALIEN_WARNING.modaldialog.text
+msgid "Confirm File Format"
+msgstr ""
+
#: taskpane.src#STR_SFX_DOCK.string.text
msgid "Dock"
msgstr ""
diff --git a/translations/source/dgo/sfx2/source/doc.po b/translations/source/dgo/sfx2/source/doc.po
index dab22f06119..6ad54fbf199 100644
--- a/translations/source/dgo/sfx2/source/doc.po
+++ b/translations/source/dgo/sfx2/source/doc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -230,7 +230,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME9.string.text
msgid "Forest"
-msgstr ""
+msgstr "जंगल "
#: templatelocnames.src#STR_TEMPLATE_NAME10.string.text
msgid "Fresco"
@@ -246,7 +246,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME13.string.text
msgid "Keyboard"
-msgstr ""
+msgstr "कुंजी बोर्ड"
#: templatelocnames.src#STR_TEMPLATE_NAME14.string.text
msgid "Light Blue Shapes"
@@ -274,7 +274,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME20.string.text
msgid "Rounded Rectangles"
-msgstr ""
+msgstr "गोल कीते दे चकुंडे"
#: templatelocnames.src#STR_TEMPLATE_NAME21.string.text
msgid "Blue and Red Gradient"
@@ -290,7 +290,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME24.string.text
msgid "Water"
-msgstr ""
+msgstr "पानी"
#: templatelocnames.src#STR_TEMPLATE_NAME25.string.text
msgid "Wine"
@@ -715,7 +715,7 @@ msgid ""
msgstr ""
#: doc.src#STR_QRYTEMPL_MESSAGE.string.text
-msgid "The template '$(ARG1)' on which this document is based, has been modified. Do you want to update style based formattings according to the modified template?"
+msgid "The template '$(ARG1)' on which this document is based, has been modified. Do you want to update style based formatting according to the modified template?"
msgstr ""
#: doc.src#STR_QRYTEMPL_UPDATE_BTN.string.text
diff --git a/translations/source/dgo/sfx2/source/menu.po b/translations/source/dgo/sfx2/source/menu.po
index a5e8390804c..00e326d2c57 100644
--- a/translations/source/dgo/sfx2/source/menu.po
+++ b/translations/source/dgo/sfx2/source/menu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sfx2/source/view.po b/translations/source/dgo/sfx2/source/view.po
index 299542da69f..fe9797bf1e0 100644
--- a/translations/source/dgo/sfx2/source/view.po
+++ b/translations/source/dgo/sfx2/source/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/shell/source/win32/shlxthandler/res.po b/translations/source/dgo/shell/source/win32/shlxthandler/res.po
index d7b5a837ebe..473c7d2562f 100644
--- a/translations/source/dgo/shell/source/win32/shlxthandler/res.po
+++ b/translations/source/dgo/shell/source/win32/shlxthandler/res.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/starmath/source.po b/translations/source/dgo/starmath/source.po
index e81b4db120b..9954cce3de8 100644
--- a/translations/source/dgo/starmath/source.po
+++ b/translations/source/dgo/starmath/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-12 00:14+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/svl/source/items.po b/translations/source/dgo/svl/source/items.po
index 8f433c76167..62cc002c0b2 100644
--- a/translations/source/dgo/svl/source/items.po
+++ b/translations/source/dgo/svl/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/svl/source/misc.po b/translations/source/dgo/svl/source/misc.po
index dfc9fcdfecd..63da6a7b597 100644
--- a/translations/source/dgo/svl/source/misc.po
+++ b/translations/source/dgo/svl/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-09 21:06+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/svtools/source/contnr.po b/translations/source/dgo/svtools/source/contnr.po
index 634ce337e6a..4d4dedf3835 100644
--- a/translations/source/dgo/svtools/source/contnr.po
+++ b/translations/source/dgo/svtools/source/contnr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/svtools/source/control.po b/translations/source/dgo/svtools/source/control.po
index 0161c49868a..591dfb41cdf 100644
--- a/translations/source/dgo/svtools/source/control.po
+++ b/translations/source/dgo/svtools/source/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/svtools/source/dialogs.po b/translations/source/dgo/svtools/source/dialogs.po
index ce1d5f4e850..0dedcd462df 100644
--- a/translations/source/dgo/svtools/source/dialogs.po
+++ b/translations/source/dgo/svtools/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-28 11:15+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/svtools/source/filter.po b/translations/source/dgo/svtools/source/filter.po
index 0eb7294e21c..4c86642b54b 100644
--- a/translations/source/dgo/svtools/source/filter.po
+++ b/translations/source/dgo/svtools/source/filter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:14+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/svtools/source/java.po b/translations/source/dgo/svtools/source/java.po
index 7fe53e938cf..4f0e69f14ab 100644
--- a/translations/source/dgo/svtools/source/java.po
+++ b/translations/source/dgo/svtools/source/java.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/svtools/source/misc.po b/translations/source/dgo/svtools/source/misc.po
index 036125e928e..ff8ece7e89f 100644
--- a/translations/source/dgo/svtools/source/misc.po
+++ b/translations/source/dgo/svtools/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-12 00:14+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2011-12-20 00:09+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -186,6 +186,10 @@ msgstr ""
msgid "Catalan"
msgstr ""
+#: langtab.src#STR_ARR_SVT_LANGUAGE_TABLE.LANGUAGE_USER_CATALAN_VALENCIAN.pairedlist.text
+msgid "Catalan (Valencian)"
+msgstr ""
+
#: langtab.src#STR_ARR_SVT_LANGUAGE_TABLE.LANGUAGE_CHINESE_TRADITIONAL.pairedlist.text
msgid "Chinese (traditional)"
msgstr "चीनी (परंपरागत) "
@@ -1390,20 +1394,24 @@ msgid "Database"
msgstr "डेटाबेस "
#: imagemgr.src#STR_DESCRIPTION_CALC_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet Template"
-msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION स्प्रैडशीट सच्चा "
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet Template"
+msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION स्प्रैडशीट "
#: imagemgr.src#STR_DESCRIPTION_DRAW_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Drawing Template"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Drawing Template"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION चित्रकारी सच्चा "
#: imagemgr.src#STR_DESCRIPTION_IMPRESS_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Presentation Template"
-msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION प्रस्तुति सच्चा "
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Presentation Template"
+msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION प्रस्तुति "
#: imagemgr.src#STR_DESCRIPTION_WRITER_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Text Document Template"
-msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION इबारत दस्तावेज सच्चा "
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Text Document Template"
+msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION इबारत दस्तावेज "
#: imagemgr.src#STR_DESCRIPTION_LOCALE_VOLUME.string.text
msgid "Local drive"
@@ -1434,31 +1442,38 @@ msgid "MS PowerPoint Show"
msgstr "माइक्रोसाफ्ट पावर पोआइंट शो"
#: imagemgr.src#STR_DESCRIPTION_SXMATH_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Formula"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Formula"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION फार्मूला "
#: imagemgr.src#STR_DESCRIPTION_SXCHART_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Chart"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Chart"
msgstr "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSIONचार्ट"
#: imagemgr.src#STR_DESCRIPTION_SXDRAW_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Drawing"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Drawing"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION चित्रकारी "
#: imagemgr.src#STR_DESCRIPTION_SXCALC_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION स्प्रैडशीट "
#: imagemgr.src#STR_DESCRIPTION_SXIMPRESS_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Presentation"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Presentation"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION प्रस्तुति "
#: imagemgr.src#STR_DESCRIPTION_SXWRITER_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Text Document"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Text Document"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION इबारत दस्तावेज "
#: imagemgr.src#STR_DESCRIPTION_SXGLOBAL_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Master Document"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Master Document"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION मास्टर दस्तावेज "
#: imagemgr.src#STR_DESCRIPTION_MATHML_DOC.string.text
diff --git a/translations/source/dgo/svtools/source/plugapp.po b/translations/source/dgo/svtools/source/plugapp.po
index 813a57f048d..7d95a17a6b4 100644
--- a/translations/source/dgo/svtools/source/plugapp.po
+++ b/translations/source/dgo/svtools/source/plugapp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/svtools/source/toolpanel.po b/translations/source/dgo/svtools/source/toolpanel.po
index 572183a4da0..833e90716c1 100644
--- a/translations/source/dgo/svtools/source/toolpanel.po
+++ b/translations/source/dgo/svtools/source/toolpanel.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/svtools/workben/unodialog.po b/translations/source/dgo/svtools/workben/unodialog.po
index 9c68c79d0ef..67a0ad7f357 100644
--- a/translations/source/dgo/svtools/workben/unodialog.po
+++ b/translations/source/dgo/svtools/workben/unodialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/svx/inc.po b/translations/source/dgo/svx/inc.po
index ed1400a508e..a07656d0435 100644
--- a/translations/source/dgo/svx/inc.po
+++ b/translations/source/dgo/svx/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -647,7 +647,7 @@ msgstr "~कटकाना "
#: globlmn_tmpl.hrc#ITEM_TRANSLITERATE_MENU.SID_MN_SUB_TRANSLITERATE.menuitem.text
msgid "~Change Case"
-msgstr ""
+msgstr "~केस बदलो "
#: globlmn_tmpl.hrc#ITEM_OPEN_HYPERLINK.#define.text
msgid "~Open Hyperlink"
diff --git a/translations/source/dgo/svx/source/accessibility.po b/translations/source/dgo/svx/source/accessibility.po
index 14938e43721..ee5c833854f 100644
--- a/translations/source/dgo/svx/source/accessibility.po
+++ b/translations/source/dgo/svx/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/svx/source/dialog.po b/translations/source/dgo/svx/source/dialog.po
index 3a3b1e63a0b..8dba3f49869 100644
--- a/translations/source/dgo/svx/source/dialog.po
+++ b/translations/source/dgo/svx/source/dialog.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 02:09+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
-"X-Generator: Pootle 2.1.6\n"
+"Language: dgo\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: docrecovery.src#RID_SVXPAGE_DOCRECOVERY_SAVE.FT_SAVE_TITLE.fixedtext.text
@@ -2609,7 +2609,7 @@ msgstr ""
#: sdstring.src#RID_SVXSTR_LEND15.string.text
msgid "Diamond"
-msgstr ""
+msgstr "हीरा "
#: sdstring.src#RID_SVXSTR_LEND16.string.text
msgid "Circle unfilled"
diff --git a/translations/source/dgo/svx/source/engine3d.po b/translations/source/dgo/svx/source/engine3d.po
index 981c36361d4..f0f531ac81d 100644
--- a/translations/source/dgo/svx/source/engine3d.po
+++ b/translations/source/dgo/svx/source/engine3d.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/svx/source/fmcomp.po b/translations/source/dgo/svx/source/fmcomp.po
index fd2cf2ed4d8..1c922124b04 100644
--- a/translations/source/dgo/svx/source/fmcomp.po
+++ b/translations/source/dgo/svx/source/fmcomp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/svx/source/form.po b/translations/source/dgo/svx/source/form.po
index 99457b6ef2f..0ffe940b9c2 100644
--- a/translations/source/dgo/svx/source/form.po
+++ b/translations/source/dgo/svx/source/form.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:14+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/svx/source/gallery2.po b/translations/source/dgo/svx/source/gallery2.po
index dba407e80bb..3f994229df4 100644
--- a/translations/source/dgo/svx/source/gallery2.po
+++ b/translations/source/dgo/svx/source/gallery2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:14+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/svx/source/items.po b/translations/source/dgo/svx/source/items.po
index 52d7eb7cee3..64733570b84 100644
--- a/translations/source/dgo/svx/source/items.po
+++ b/translations/source/dgo/svx/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-06 09:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/svx/source/src.po b/translations/source/dgo/svx/source/src.po
index 32a95d6de7b..87aba1e44af 100644
--- a/translations/source/dgo/svx/source/src.po
+++ b/translations/source/dgo/svx/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-11 23:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/svx/source/stbctrls.po b/translations/source/dgo/svx/source/stbctrls.po
index e5af4c73722..d0be371ebb2 100644
--- a/translations/source/dgo/svx/source/stbctrls.po
+++ b/translations/source/dgo/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: 2012-01-15 22:23+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -68,7 +68,7 @@ msgstr ""
#: stbctrls.src#RID_SVXSTR_DOC_LOAD.string.text
msgid "Loading document..."
-msgstr "दस्तावेज लोड होआ करदा ऐ... "
+msgstr ""
#: stbctrls.src#RID_SVXMNU_ZOOM.ZOOM_OPTIMAL.menuitem.text
msgid "Optimal"
diff --git a/translations/source/dgo/svx/source/svdraw.po b/translations/source/dgo/svx/source/svdraw.po
index c01c4805688..324806846f2 100644
--- a/translations/source/dgo/svx/source/svdraw.po
+++ b/translations/source/dgo/svx/source/svdraw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/svx/source/table.po b/translations/source/dgo/svx/source/table.po
index 990129ebf59..fea58fdef67 100644
--- a/translations/source/dgo/svx/source/table.po
+++ b/translations/source/dgo/svx/source/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/svx/source/tbxctrls.po b/translations/source/dgo/svx/source/tbxctrls.po
index 825f4ee1a0b..074d9eaf426 100644
--- a/translations/source/dgo/svx/source/tbxctrls.po
+++ b/translations/source/dgo/svx/source/tbxctrls.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:14+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/svx/source/toolbars.po b/translations/source/dgo/svx/source/toolbars.po
index b11aee1d833..40aed3cef47 100644
--- a/translations/source/dgo/svx/source/toolbars.po
+++ b/translations/source/dgo/svx/source/toolbars.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/svx/source/unodialogs/textconversiondlgs.po b/translations/source/dgo/svx/source/unodialogs/textconversiondlgs.po
index f33f6275dd1..c14495ac5ce 100644
--- a/translations/source/dgo/svx/source/unodialogs/textconversiondlgs.po
+++ b/translations/source/dgo/svx/source/unodialogs/textconversiondlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sw/source/core/layout.po b/translations/source/dgo/sw/source/core/layout.po
index 18bd8bd3c5a..59e34b52ddf 100644
--- a/translations/source/dgo/sw/source/core/layout.po
+++ b/translations/source/dgo/sw/source/core/layout.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dgo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sw/source/core/undo.po b/translations/source/dgo/sw/source/core/undo.po
index 43fe554bc4a..c0a4d193149 100644
--- a/translations/source/dgo/sw/source/core/undo.po
+++ b/translations/source/dgo/sw/source/core/undo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-06 09:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -262,7 +262,7 @@ msgstr "टेबल विलय करो "
#: undo.src#STR_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "~केस बदलो "
#: undo.src#STR_DELNUM.string.text
msgid "Delete numbering"
diff --git a/translations/source/dgo/sw/source/core/unocore.po b/translations/source/dgo/sw/source/core/unocore.po
index 89f90ddc26f..72bd0c15e0b 100644
--- a/translations/source/dgo/sw/source/core/unocore.po
+++ b/translations/source/dgo/sw/source/core/unocore.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sw/source/ui/app.po b/translations/source/dgo/sw/source/ui/app.po
index e1f683fc892..61b94acca9e 100644
--- a/translations/source/dgo/sw/source/ui/app.po
+++ b/translations/source/dgo/sw/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:14+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -416,7 +416,7 @@ msgstr "~ लपेटो "
#: mn.src#MN_AT_FRAME.FN_TOOL_ANCHOR_FRAME.menuitem.text
msgid "To ~Frame"
-msgstr ""
+msgstr "च ~ चगाठा="
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_PAGE.menuitem.text
msgid "To P~age"
@@ -424,15 +424,15 @@ msgstr ""
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_PARAGRAPH.menuitem.text
msgid "To ~Paragraph"
-msgstr ""
+msgstr "पैह्‌रे च"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_AT_CHAR.menuitem.text
msgid "To ~Character"
-msgstr ""
+msgstr "वर्ण च "
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_CHAR.menuitem.text
msgid "As C~haracter"
-msgstr ""
+msgstr "जिॕयां वर्ण "
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.menuitem.text
msgid "An~chor"
@@ -561,18 +561,10 @@ msgstr "पूर्वद्रिश्श बंद करो"
msgid "Media object"
msgstr "मीडिया चीज "
-#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_EDIT.menuitem.text
-msgid "Format $1..."
-msgstr ""
-
#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_BORDERBACK.menuitem.text
msgid "Border and Background..."
msgstr ""
-#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_DELETE.menuitem.text
-msgid "Delete $1..."
-msgstr ""
-
#: mn.src#MN_PAGEBREAK_BUTTON.FN_PAGEBREAK_EDIT.menuitem.text
msgid "Edit Page Break..."
msgstr ""
diff --git a/translations/source/dgo/sw/source/ui/chrdlg.po b/translations/source/dgo/sw/source/ui/chrdlg.po
index 56eec360c7f..04cd5ad97da 100644
--- a/translations/source/dgo/sw/source/ui/chrdlg.po
+++ b/translations/source/dgo/sw/source/ui/chrdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sw/source/ui/config.po b/translations/source/dgo/sw/source/ui/config.po
index bf1efd2be35..f591de0bdeb 100644
--- a/translations/source/dgo/sw/source/ui/config.po
+++ b/translations/source/dgo/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: 2012-01-30 11:10+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:14+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/dgo/sw/source/ui/dbui.po b/translations/source/dgo/sw/source/ui/dbui.po
index fdf61af6570..4b6784649a1 100644
--- a/translations/source/dgo/sw/source/ui/dbui.po
+++ b/translations/source/dgo/sw/source/ui/dbui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-12 00:14+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sw/source/ui/dialog.po b/translations/source/dgo/sw/source/ui/dialog.po
index d1fc2154383..9f1483ab5c8 100644
--- a/translations/source/dgo/sw/source/ui/dialog.po
+++ b/translations/source/dgo/sw/source/ui/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-11 23:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -93,6 +93,10 @@ msgctxt "wordcountdialog.src#DLG_WORDCOUNT.FT_DOCCHARACTEREXCLUDINGSPACES.fixedt
msgid "Characters excluding spaces:"
msgstr ""
+#: wordcountdialog.src#DLG_WORDCOUNT.PB_OK.okbutton.text
+msgid "~Close"
+msgstr ""
+
#: wordcountdialog.src#DLG_WORDCOUNT.modelessdialog.text
msgid "Word Count"
msgstr ""
@@ -419,8 +423,8 @@ msgid "Included outline levels"
msgstr "रूपरेखा स्तर(बहु.) शामल "
#: abstract.src#DLG_INSERT_ABSTRACT.FT_PARA.fixedtext.text
-msgid "Subpoints per level"
-msgstr "फी स्तर उपबिंदु "
+msgid "Paragraphs per level"
+msgstr ""
#: abstract.src#DLG_INSERT_ABSTRACT.FT_DESC.fixedtext.text
msgid "The abstract contains the selected number of paragraphs from the included outline levels."
diff --git a/translations/source/dgo/sw/source/ui/dochdl.po b/translations/source/dgo/sw/source/ui/dochdl.po
index e908efc4380..6902ae6a0ff 100644
--- a/translations/source/dgo/sw/source/ui/dochdl.po
+++ b/translations/source/dgo/sw/source/ui/dochdl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sw/source/ui/docvw.po b/translations/source/dgo/sw/source/ui/docvw.po
index d30fcadf1bd..578096588f5 100644
--- a/translations/source/dgo/sw/source/ui/docvw.po
+++ b/translations/source/dgo/sw/source/ui/docvw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -214,12 +214,20 @@ msgstr ""
msgid "Footer (%1)"
msgstr ""
-#: docvw.src#STR_HEADER.string.text
-msgid "Header"
+#: docvw.src#STR_DELETE_HEADER.string.text
+msgid "Delete Header..."
+msgstr ""
+
+#: docvw.src#STR_FORMAT_HEADER.string.text
+msgid "Format Header..."
+msgstr ""
+
+#: docvw.src#STR_DELETE_FOOTER.string.text
+msgid "Delete Footer..."
msgstr ""
-#: docvw.src#STR_FOOTER.string.text
-msgid "Footer"
+#: docvw.src#STR_FORMAT_FOOTER.string.text
+msgid "Format Footer..."
msgstr ""
#: access.src#STR_ACCESS_DOC_NAME.string.text
diff --git a/translations/source/dgo/sw/source/ui/envelp.po b/translations/source/dgo/sw/source/ui/envelp.po
index fe39c105bbb..f1300771643 100644
--- a/translations/source/dgo/sw/source/ui/envelp.po
+++ b/translations/source/dgo/sw/source/ui/envelp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-12 00:14+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sw/source/ui/fldui.po b/translations/source/dgo/sw/source/ui/fldui.po
index faf756f7968..c64a74dde2c 100644
--- a/translations/source/dgo/sw/source/ui/fldui.po
+++ b/translations/source/dgo/sw/source/ui/fldui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:14+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sw/source/ui/fmtui.po b/translations/source/dgo/sw/source/ui/fmtui.po
index d8e8e78c809..99cab6079d9 100644
--- a/translations/source/dgo/sw/source/ui/fmtui.po
+++ b/translations/source/dgo/sw/source/ui/fmtui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sw/source/ui/frmdlg.po b/translations/source/dgo/sw/source/ui/frmdlg.po
index 4d2f39bb861..4eda8bce38c 100644
--- a/translations/source/dgo/sw/source/ui/frmdlg.po
+++ b/translations/source/dgo/sw/source/ui/frmdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sw/source/ui/globdoc.po b/translations/source/dgo/sw/source/ui/globdoc.po
index 6ee66f1a943..2b42fc30118 100644
--- a/translations/source/dgo/sw/source/ui/globdoc.po
+++ b/translations/source/dgo/sw/source/ui/globdoc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sw/source/ui/index.po b/translations/source/dgo/sw/source/ui/index.po
index 4a2bc9547bc..b1f2df46ea1 100644
--- a/translations/source/dgo/sw/source/ui/index.po
+++ b/translations/source/dgo/sw/source/ui/index.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-11 23:11+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-01-05 12:37+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -802,7 +802,8 @@ msgid "~Main entry"
msgstr "~मुक्ख प्रविश्टी "
#: idxmrk.src#IDX_DIALOG_WINDOW.WIN_DLG.CB_APPLY_TO_ALL.checkbox.text
-msgid "~Apply to all similar texts."
+#, fuzzy
+msgid "~Apply to all similar texts"
msgstr "~सब इक जनेही इबारतें च इस्तेमाल करो "
#: idxmrk.src#IDX_DIALOG_WINDOW.WIN_DLG.CB_CASESENSITIVE.checkbox.text
diff --git a/translations/source/dgo/sw/source/ui/lingu.po b/translations/source/dgo/sw/source/ui/lingu.po
index 189e55cbeb2..0abf482c059 100644
--- a/translations/source/dgo/sw/source/ui/lingu.po
+++ b/translations/source/dgo/sw/source/ui/lingu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sw/source/ui/misc.po b/translations/source/dgo/sw/source/ui/misc.po
index 6006f0b63d7..d6889691a5e 100644
--- a/translations/source/dgo/sw/source/ui/misc.po
+++ b/translations/source/dgo/sw/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-09 21:07+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sw/source/ui/ribbar.po b/translations/source/dgo/sw/source/ui/ribbar.po
index 0c638873233..c8ff38fe896 100644
--- a/translations/source/dgo/sw/source/ui/ribbar.po
+++ b/translations/source/dgo/sw/source/ui/ribbar.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -420,20 +420,20 @@ msgstr "इस्तेमाल करो "
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_PAGE.menuitem.text
msgid "To Page"
-msgstr ""
+msgstr "सफे च"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_PARAGRAPH.menuitem.text
msgid "To Paragraph"
-msgstr ""
+msgstr "पैह्‌रा "
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_AT_CHAR.menuitem.text
msgid "To Character"
-msgstr ""
+msgstr "वर्ण च "
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_CHAR.menuitem.text
msgid "As Character"
-msgstr ""
+msgstr "जि'यां वर्ण"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_FRAME.menuitem.text
msgid "To Frame"
-msgstr ""
+msgstr "चगाठ "
diff --git a/translations/source/dgo/sw/source/ui/shells.po b/translations/source/dgo/sw/source/ui/shells.po
index 177499ab8e1..fc69abaab9e 100644
--- a/translations/source/dgo/sw/source/ui/shells.po
+++ b/translations/source/dgo/sw/source/ui/shells.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-06 09:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -199,6 +199,14 @@ msgstr "बेज़ियर"
msgid "Draw text"
msgstr "इबारत चित्रो"
+#: shells.src#STR_SHELLNAME_MEDIA.string.text
+msgid "Media"
+msgstr ""
+
+#: shells.src#STR_SHELLNAME_NAVIGATION.string.text
+msgid "Navigation"
+msgstr ""
+
#: shells.src#STR_SWBG_PARAGRAPH.string.text
msgid "Paragraph"
msgstr "पैह्‌रा"
diff --git a/translations/source/dgo/sw/source/ui/smartmenu.po b/translations/source/dgo/sw/source/ui/smartmenu.po
index 82a1f111b87..d95ba567bbe 100644
--- a/translations/source/dgo/sw/source/ui/smartmenu.po
+++ b/translations/source/dgo/sw/source/ui/smartmenu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sw/source/ui/table.po b/translations/source/dgo/sw/source/ui/table.po
index 323762621e3..8872f6ca08c 100644
--- a/translations/source/dgo/sw/source/ui/table.po
+++ b/translations/source/dgo/sw/source/ui/table.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-26 02:09+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
-"X-Generator: Pootle 2.1.6\n"
+"Language: dgo\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: colwd.src#DLG_COL_WIDTH.FT_WIDTH.fixedtext.text
@@ -381,7 +381,7 @@ msgstr "खब्बा ते सज्जा "
#: tabledlg.src#TP_FORMAT_TABLE.LB_TEXTORIENTATION.2.stringlist.text
msgid "Right-to-left"
-msgstr ""
+msgstr "सज्जे-शा खब्बै "
#: tabledlg.src#TP_FORMAT_TABLE.LB_TEXTORIENTATION.3.stringlist.text
msgctxt "tabledlg.src#TP_FORMAT_TABLE.LB_TEXTORIENTATION.3.stringlist.text"
@@ -458,11 +458,11 @@ msgid "Text ~orientation"
msgstr ""
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.1.stringlist.text
-msgid "horizontal"
+msgid "Horizontal"
msgstr ""
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.2.stringlist.text
-msgid "vertical"
+msgid "Vertical"
msgstr ""
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.3.stringlist.text
diff --git a/translations/source/dgo/sw/source/ui/uiview.po b/translations/source/dgo/sw/source/ui/uiview.po
index 5c4e247f538..3355653b1cd 100644
--- a/translations/source/dgo/sw/source/ui/uiview.po
+++ b/translations/source/dgo/sw/source/ui/uiview.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sw/source/ui/utlui.po b/translations/source/dgo/sw/source/ui/utlui.po
index 84fe975dbce..f16dcc4c7e5 100644
--- a/translations/source/dgo/sw/source/ui/utlui.po
+++ b/translations/source/dgo/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: 2012-01-30 11:09+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-12 00:15+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1513,7 +1513,7 @@ msgstr " संख्याकरण 1 शुरू "
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text"
msgid "Numbering 1"
-msgstr "संख्याकरण 1"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1E.string.text
msgid "Numbering 1 End"
@@ -1530,7 +1530,7 @@ msgstr "संख्याकरण 2 शुरू "
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text"
msgid "Numbering 2"
-msgstr "संख्याकरण 2"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2E.string.text
msgid "Numbering 2 End"
@@ -1547,7 +1547,7 @@ msgstr "संख्याकरण 3 शुरू "
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text"
msgid "Numbering 3"
-msgstr "संख्याकरण 3 "
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3E.string.text
msgid "Numbering 3 End"
@@ -1564,7 +1564,7 @@ msgstr "संख्याकरण 4 शुरू "
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text"
msgid "Numbering 4"
-msgstr "संख्याकरण 4 "
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4E.string.text
msgid "Numbering 4 End"
@@ -1581,7 +1581,7 @@ msgstr "संख्याकरण 5 शुरू "
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text"
msgid "Numbering 5"
-msgstr "संख्याकरण 5 "
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5E.string.text
msgid "Numbering 5 End"
@@ -1598,7 +1598,7 @@ msgstr "सूची 1 शुरू"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text"
msgid "List 1"
-msgstr "सूची 1 "
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1E.string.text
msgid "List 1 End"
@@ -1615,7 +1615,7 @@ msgstr "सूची 2 शुरू"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text"
msgid "List 2"
-msgstr "सूची 2"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2E.string.text
msgid "List 2 End"
@@ -1632,7 +1632,7 @@ msgstr "सूची 3 शुरू"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text"
msgid "List 3"
-msgstr "सूची 3"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3E.string.text
msgid "List 3 End"
@@ -1649,7 +1649,7 @@ msgstr "सूची 4 शुरू"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text"
msgid "List 4"
-msgstr "सूची 4"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4E.string.text
msgid "List 4 End"
@@ -1666,7 +1666,7 @@ msgstr "सूची 5 शुरू"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text"
msgid "List 5"
-msgstr "सूची 5"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5E.string.text
msgid "List 5 End"
diff --git a/translations/source/dgo/sw/source/ui/web.po b/translations/source/dgo/sw/source/ui/web.po
index d0270dfd681..056877ce8e0 100644
--- a/translations/source/dgo/sw/source/ui/web.po
+++ b/translations/source/dgo/sw/source/ui/web.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:40+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sw/source/ui/wrtsh.po b/translations/source/dgo/sw/source/ui/wrtsh.po
index d4a8689b08e..a7c5b91977f 100644
--- a/translations/source/dgo/sw/source/ui/wrtsh.po
+++ b/translations/source/dgo/sw/source/ui/wrtsh.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:40+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/swext/mediawiki/help.po b/translations/source/dgo/swext/mediawiki/help.po
index 4b7af362ed2..d5dd4f622b1 100644
--- a/translations/source/dgo/swext/mediawiki/help.po
+++ b/translations/source/dgo/swext/mediawiki/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:40+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -187,7 +187,7 @@ msgid "If the Wiki allows anonymous access, you can leave the account text boxes
msgstr ""
#: wikiaccount.xhp#par_id9046601.help.text
-msgid "If you have enabled the master password feature on the Security tab page of the Tools - Options - %PRODUCTNAME dialog, then the software can store your password and automatically insert the data where necessary. Enable the \"Save password\" checkbox to store your password."
+msgid "If you have enabled the master password feature on the Security tab page of the <item type=\"menuitem\">Tools - Options - %PRODUCTNAME</item> dialog, then the software can store your password and automatically insert the data where necessary. Enable the \"Save password\" checkbox to store your password."
msgstr ""
#: wikiformats.xhp#tit.help.text
@@ -369,7 +369,7 @@ msgstr ""
"बाडर "
#: wikiformats.xhp#par_id1831110.help.text
-msgid "Irrespective of custom table styles for border and background, a table is always exported as \"<emph>prettytable\"</emph>, which renders in the Wiki engine with simple borders and bold header."
+msgid "Irrespective of custom table styles for border and background, a table is always exported as \"<emph>prettytable</emph>\", which renders in the Wiki engine with simple borders and bold header."
msgstr ""
#: wikiformats.xhp#hd_id6255073.help.text
diff --git a/translations/source/dgo/swext/mediawiki/src.po b/translations/source/dgo/swext/mediawiki/src.po
index 763ce7d076b..bbc75e85c1a 100644
--- a/translations/source/dgo/swext/mediawiki/src.po
+++ b/translations/source/dgo/swext/mediawiki/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/translations/source/dgo/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index 0f4aeeffc7f..98d835da33c 100644
--- a/translations/source/dgo/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/translations/source/dgo/swext/mediawiki/src/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:40+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/translations/source/dgo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index 15311e4e2c7..ad6bf15ddbe 100644
--- a/translations/source/dgo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/translations/source/dgo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:40+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/sysui/desktop/share.po b/translations/source/dgo/sysui/desktop/share.po
index 00cbcf92136..dcbf6d16808 100644
--- a/translations/source/dgo/sysui/desktop/share.po
+++ b/translations/source/dgo/sysui/desktop/share.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-06 09:40+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/uui/source.po b/translations/source/dgo/uui/source.po
index 2b7168f46b0..aea6b25238e 100644
--- a/translations/source/dgo/uui/source.po
+++ b/translations/source/dgo/uui/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:15+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/vcl/source/src.po b/translations/source/dgo/vcl/source/src.po
index a6a12cd949e..ce5ddb1a690 100644
--- a/translations/source/dgo/vcl/source/src.po
+++ b/translations/source/dgo/vcl/source/src.po
@@ -3,15 +3,15 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 02:10+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
-"X-Generator: Pootle 2.1.6\n"
+"Language: dgo\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: stdtext.src#SV_STDTEXT_SERVICENOTAVAILABLE.string.text
@@ -922,19 +922,19 @@ msgstr "दोआरी नखेड़ू खंडाओ "
#: fpicker.src#STR_FPICKER_AUTO_EXTENSION.string.text
msgid "~Automatic file name extension"
-msgstr ""
+msgstr "~ स्वचलत फाइल नांऽ विस्तार"
#: fpicker.src#STR_FPICKER_PASSWORD.string.text
msgid "Save with pass~word"
-msgstr ""
+msgstr "पासवर्ड सनैं बचाइयै रक्खो "
#: fpicker.src#STR_FPICKER_FILTER_OPTIONS.string.text
msgid "~Edit filter settings"
-msgstr ""
+msgstr "पूनी सैट्टिंगें दा संपादन करो"
#: fpicker.src#STR_FPICKER_READONLY.string.text
msgid "~Read-only"
-msgstr ""
+msgstr "~सिर्फ पढ़न-जोग "
#: fpicker.src#STR_FPICKER_INSERT_AS_LINK.string.text
msgid "~Link"
@@ -967,7 +967,7 @@ msgstr ""
#: fpicker.src#STR_FPICKER_TEMPLATES.string.text
msgid "S~tyles:"
-msgstr ""
+msgstr "शैलियां: "
#: fpicker.src#STR_FPICKER_IMAGE_TEMPLATE.string.text
msgid "Style:"
@@ -979,11 +979,11 @@ msgstr ""
#: fpicker.src#STR_FPICKER_FOLDER_DEFAULT_TITLE.string.text
msgid "Select Path"
-msgstr ""
+msgstr "रस्ता चुनो "
#: fpicker.src#STR_FPICKER_FOLDER_DEFAULT_DESCRIPTION.string.text
msgid "Please select a folder."
-msgstr ""
+msgstr "किरपा करियै इक फोल्डर चुनो. "
#: fpicker.src#STR_FPICKER_ALREADYEXISTOVERWRITE.string.text
msgid ""
@@ -1006,4 +1006,4 @@ msgstr ""
#: fpicker.src#STR_FPICKER_TYPE.string.text
msgid "File ~type"
-msgstr ""
+msgstr "फाइल किस्म "
diff --git a/translations/source/dgo/wizards/source/euro.po b/translations/source/dgo/wizards/source/euro.po
index 91db27792c6..04715eceac7 100644
--- a/translations/source/dgo/wizards/source/euro.po
+++ b/translations/source/dgo/wizards/source/euro.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:40+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/wizards/source/formwizard.po b/translations/source/dgo/wizards/source/formwizard.po
index 06fb482e521..8d989b804e2 100644
--- a/translations/source/dgo/wizards/source/formwizard.po
+++ b/translations/source/dgo/wizards/source/formwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:15+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/wizards/source/importwizard.po b/translations/source/dgo/wizards/source/importwizard.po
index f1beb93dd93..66f8608465f 100644
--- a/translations/source/dgo/wizards/source/importwizard.po
+++ b/translations/source/dgo/wizards/source/importwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-09 21:07+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/wizards/source/schedule.po b/translations/source/dgo/wizards/source/schedule.po
index f53e024f5a5..7a5b96c1551 100644
--- a/translations/source/dgo/wizards/source/schedule.po
+++ b/translations/source/dgo/wizards/source/schedule.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-12 00:15+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/wizards/source/template.po b/translations/source/dgo/wizards/source/template.po
index d12f120b17b..5ed827eee15 100644
--- a/translations/source/dgo/wizards/source/template.po
+++ b/translations/source/dgo/wizards/source/template.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:40+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/xmlsecurity/source/component.po b/translations/source/dgo/xmlsecurity/source/component.po
index 39ea565c1a4..06c23b75e7a 100644
--- a/translations/source/dgo/xmlsecurity/source/component.po
+++ b/translations/source/dgo/xmlsecurity/source/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-06 09:40+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dgo/xmlsecurity/source/dialogs.po b/translations/source/dgo/xmlsecurity/source/dialogs.po
index bc72ec71fd2..c23e2ee32c5 100644
--- a/translations/source/dgo/xmlsecurity/source/dialogs.po
+++ b/translations/source/dgo/xmlsecurity/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-06 09:40+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dgo\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"
+"Language: dgo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/accessibility/source/helper.po b/translations/source/dz/accessibility/source/helper.po
index d6e0accc079..0ecabf857c8 100644
--- a/translations/source/dz/accessibility/source/helper.po
+++ b/translations/source/dz/accessibility/source/helper.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/avmedia/source/framework.po b/translations/source/dz/avmedia/source/framework.po
index f1386f1e7d9..472f351cf5f 100644
--- a/translations/source/dz/avmedia/source/framework.po
+++ b/translations/source/dz/avmedia/source/framework.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/avmedia/source/viewer.po b/translations/source/dz/avmedia/source/viewer.po
index 6fc9f53466d..1510352d852 100644
--- a/translations/source/dz/avmedia/source/viewer.po
+++ b/translations/source/dz/avmedia/source/viewer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/basctl/source/basicide.po b/translations/source/dz/basctl/source/basicide.po
index a2b85bb4447..90c722bae77 100644
--- a/translations/source/dz/basctl/source/basicide.po
+++ b/translations/source/dz/basctl/source/basicide.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:09+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/basctl/source/dlged.po b/translations/source/dz/basctl/source/dlged.po
index 43b10425163..6df56220592 100644
--- a/translations/source/dz/basctl/source/dlged.po
+++ b/translations/source/dz/basctl/source/dlged.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/basic/source/classes.po b/translations/source/dz/basic/source/classes.po
index c3dc6261f01..a07ceb5e2be 100644
--- a/translations/source/dz/basic/source/classes.po
+++ b/translations/source/dz/basic/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/basic/source/sbx.po b/translations/source/dz/basic/source/sbx.po
index 1dff76b46b6..d965b8f0e5e 100644
--- a/translations/source/dz/basic/source/sbx.po
+++ b/translations/source/dz/basic/source/sbx.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/chart2/source/controller/dialogs.po b/translations/source/dz/chart2/source/controller/dialogs.po
index 749d7a5d1bf..043c124208f 100644
--- a/translations/source/dz/chart2/source/controller/dialogs.po
+++ b/translations/source/dz/chart2/source/controller/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:09+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/connectivity/source/drivers/ado.po b/translations/source/dz/connectivity/source/drivers/ado.po
index fc878869915..a1afdcceca9 100644
--- a/translations/source/dz/connectivity/source/drivers/ado.po
+++ b/translations/source/dz/connectivity/source/drivers/ado.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/connectivity/source/drivers/calc.po b/translations/source/dz/connectivity/source/drivers/calc.po
index 1283f0707bc..7cbd75d7a32 100644
--- a/translations/source/dz/connectivity/source/drivers/calc.po
+++ b/translations/source/dz/connectivity/source/drivers/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/connectivity/source/drivers/dbase.po b/translations/source/dz/connectivity/source/drivers/dbase.po
index 8d583399b01..7a85eb016fd 100644
--- a/translations/source/dz/connectivity/source/drivers/dbase.po
+++ b/translations/source/dz/connectivity/source/drivers/dbase.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/connectivity/source/drivers/evoab2.po b/translations/source/dz/connectivity/source/drivers/evoab2.po
index 2c3ada7ca23..fb1fcac8139 100644
--- a/translations/source/dz/connectivity/source/drivers/evoab2.po
+++ b/translations/source/dz/connectivity/source/drivers/evoab2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/connectivity/source/drivers/flat.po b/translations/source/dz/connectivity/source/drivers/flat.po
index d6d92a4f960..1fd3fc9e343 100644
--- a/translations/source/dz/connectivity/source/drivers/flat.po
+++ b/translations/source/dz/connectivity/source/drivers/flat.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/connectivity/source/drivers/hsqldb.po b/translations/source/dz/connectivity/source/drivers/hsqldb.po
index f0612d88f1e..f0b3b41f903 100644
--- a/translations/source/dz/connectivity/source/drivers/hsqldb.po
+++ b/translations/source/dz/connectivity/source/drivers/hsqldb.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/connectivity/source/drivers/jdbc.po b/translations/source/dz/connectivity/source/drivers/jdbc.po
index db119b21037..31379f22d77 100644
--- a/translations/source/dz/connectivity/source/drivers/jdbc.po
+++ b/translations/source/dz/connectivity/source/drivers/jdbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/connectivity/source/drivers/kab.po b/translations/source/dz/connectivity/source/drivers/kab.po
index 16ed4fe5d54..131557713fa 100644
--- a/translations/source/dz/connectivity/source/drivers/kab.po
+++ b/translations/source/dz/connectivity/source/drivers/kab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/connectivity/source/drivers/macab.po b/translations/source/dz/connectivity/source/drivers/macab.po
index 8122d960aaa..52f9b90063d 100644
--- a/translations/source/dz/connectivity/source/drivers/macab.po
+++ b/translations/source/dz/connectivity/source/drivers/macab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/connectivity/source/drivers/mozab.po b/translations/source/dz/connectivity/source/drivers/mozab.po
index 566190d0617..32721cecf7c 100644
--- a/translations/source/dz/connectivity/source/drivers/mozab.po
+++ b/translations/source/dz/connectivity/source/drivers/mozab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:09+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -23,7 +23,7 @@ msgstr "ཁ་བྱང་སྡེབ་ཚན་སེལ་འཐུ་འབ
#: mozab2.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text
msgctxt "mozab2.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text"
-msgid "Thunderbird Address Book"
+msgid "Thunderbird/Icedove Address Book"
msgstr ""
#: mozab2.xcu#.Drivers.Installed.sdbc_address_ldap__.DriverTypeDisplayName.value.text
@@ -47,7 +47,7 @@ msgstr "ཁ་བྱང་སྡེབ་ཚན་སེལ་འཐུ་འབ
#: mozab.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text
msgctxt "mozab.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text"
-msgid "Thunderbird Address Book"
+msgid "Thunderbird/Icedove Address Book"
msgstr ""
#: mozab.xcu#.Drivers.Installed.sdbc_address_ldap__.DriverTypeDisplayName.value.text
diff --git a/translations/source/dz/connectivity/source/drivers/mysql.po b/translations/source/dz/connectivity/source/drivers/mysql.po
index 486c55e4a51..90e0c0d573c 100644
--- a/translations/source/dz/connectivity/source/drivers/mysql.po
+++ b/translations/source/dz/connectivity/source/drivers/mysql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/connectivity/source/drivers/odbc.po b/translations/source/dz/connectivity/source/drivers/odbc.po
index eeeb4c51812..2a52aa9b7f7 100644
--- a/translations/source/dz/connectivity/source/drivers/odbc.po
+++ b/translations/source/dz/connectivity/source/drivers/odbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/connectivity/source/drivers/postgresql.po b/translations/source/dz/connectivity/source/drivers/postgresql.po
index 8a8259cce68..20034751e03 100644
--- a/translations/source/dz/connectivity/source/drivers/postgresql.po
+++ b/translations/source/dz/connectivity/source/drivers/postgresql.po
@@ -3,25 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:41+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: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\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/dz/connectivity/source/resource.po b/translations/source/dz/connectivity/source/resource.po
index 7acf531dbef..b3d8f2c62b0 100644
--- a/translations/source/dz/connectivity/source/resource.po
+++ b/translations/source/dz/connectivity/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:09+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/cui/source/customize.po b/translations/source/dz/cui/source/customize.po
index da081f0da63..8fc82832160 100644
--- a/translations/source/dz/cui/source/customize.po
+++ b/translations/source/dz/cui/source/customize.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:09+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/cui/source/dialogs.po b/translations/source/dz/cui/source/dialogs.po
index 0a18200a801..effd76bc7c4 100644
--- a/translations/source/dz/cui/source/dialogs.po
+++ b/translations/source/dz/cui/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-12 00:09+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:54+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -866,7 +866,8 @@ msgid "Object;Objects"
msgstr "དངོས་པོ། དངོས་པོཚུ།"
#: gallery.src#RID_SVXSTR_GALLERY_READONLY.string.text
-msgid " (read-only)"
+#, fuzzy
+msgid "(read-only)"
msgstr "(ལྷག་ནི་རྐྱངམ་གཅིག)"
#: gallery.src#RID_SVXSTR_GALLERY_ALLFILES.string.text
@@ -1357,20 +1358,16 @@ msgstr "ཨེཔ་ལེཊི་ ཞུན་དག་འབད།"
msgid "Contributor credits"
msgstr ""
-#: about.src#RID_DEFAULTABOUT.ABOUT_STR_VERSION.string.text
-msgid "%PRODUCTNAME %ABOUTBOXPRODUCTVERSION %PRODUCTEXTENSION"
-msgstr ""
-
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_VENDOR.string.text
msgid "This product was supplied by %OOOVENDOR."
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT.string.text
-msgid "LibreOffice is copyright © 2000, 2011 LibreOffice contributors and/or their affiliates. All rights reserved."
+msgid "LibreOffice is copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved."
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT_DERIVED.string.text
-msgid "%PRODUCTNAME is derived from LibreOffice. LibreOffice is copyright © 2000, 2011 LibreOffice contributors and/or their affiliates. All rights reserved."
+msgid "%PRODUCTNAME is derived from LibreOffice. LibreOffice is copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved."
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT_ORACLE_DERIVED.string.text
@@ -1382,7 +1379,7 @@ msgid "%OOOVENDOR acknowledges all community members, please find more info at t
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_LINK.string.text
-msgid "http://www.libreoffice.org/credits.html"
+msgid "http://www.libreoffice.org/about-us/credits/"
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_BUILD.string.text
@@ -1395,7 +1392,7 @@ msgstr ""
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.PB_PICKER.imagebutton.text
msgid "-"
-msgstr ""
+msgstr "-"
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.PB_PICKER.imagebutton.quickhelptext
msgid "Pick a color from the document"
@@ -1934,7 +1931,6 @@ msgstr "ཤུལ་ལས།(~f)"
#: insrc.src#DLG_INS_ROW_COL.FL_INS.fixedline.text
#, fuzzy
-msgctxt "insrc.src#DLG_INS_ROW_COL.FL_INS.fixedline.text"
msgid "Insert"
msgstr "བཙུགས།(~I)"
@@ -1948,27 +1944,12 @@ msgid "~Number"
msgstr "ཨང་གྲངས།(~N)"
#: insrc.src#DLG_INS_ROW_COL.STR_ROW.string.text
-msgid " Rows"
-msgstr ""
+msgid "Insert Rows"
+msgstr "གྲལ་ཐིག་ཚུ་ བཙུགས།"
#: insrc.src#DLG_INS_ROW_COL.STR_COL.string.text
-#, fuzzy
-msgid " Columns"
+msgid "Insert Columns"
msgstr ""
-"#-#-#-#-# envelp.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ཀེར་ཐིག་ཚུ།(~C)\n"
-"#-#-#-#-# table.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ཀེར་ཐིག་ཚུ།(~C)\n"
-"#-#-#-#-# uiview.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ཀེར་ཐིག་ཚུ།(~C)\n"
-"#-#-#-#-# src.po (PACKAGE VERSION) #-#-#-#-#\n"
-"ཀེར་ཐིག(~C)"
-
-#: insrc.src#DLG_INS_ROW_COL.modaldialog.text
-#, fuzzy
-msgctxt "insrc.src#DLG_INS_ROW_COL.modaldialog.text"
-msgid "Insert"
-msgstr "བཙུགས།(~I)"
#: hyphen.src#RID_SVXSTR_HMERR_CHECKINSTALL.string.text
msgid ""
diff --git a/translations/source/dz/cui/source/options.po b/translations/source/dz/cui/source/options.po
index ec1905c72da..81dc3ce62a7 100644
--- a/translations/source/dz/cui/source/options.po
+++ b/translations/source/dz/cui/source/options.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%2Foptions.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-30 11:10+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 02:10+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: optgenrl.src#RID_SFXPAGE_GENERAL.FT_COMPANY.fixedtext.text
@@ -1113,21 +1113,8 @@ msgid "Proxy"
msgstr "པོརོག་སི།"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.PB_BACK.pushbutton.text
-#, fuzzy
msgid "~Revert"
msgstr ""
-"#-#-#-#-# index.po (PACKAGE VERSION) #-#-#-#-#\n"
-"རྩ་བསྐྲད་གཏང་།(~R)\n"
-"#-#-#-#-# fldui.po (PACKAGE VERSION) #-#-#-#-#\n"
-"རྩ་བསྐྲད་གཏང་།(~R)\n"
-"#-#-#-#-# misc.po (PACKAGE VERSION) #-#-#-#-#\n"
-"རྩ་བསྐྲད་གཏང་།(~R)\n"
-"#-#-#-#-# dialogs.po (PACKAGE VERSION) #-#-#-#-#\n"
-"རྩ་བསྐྲད་གཏང་ (~R)\n"
-"#-#-#-#-# dialogs.po (PACKAGE VERSION) #-#-#-#-#\n"
-"རྩ་བསྐྲད་གཏང་།(~R)\n"
-"#-#-#-#-# gui.po (PACKAGE VERSION) #-#-#-#-#\n"
-"རྩ་བསྐྲད་གཏང་།(~R)"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.ST_LOAD_ERROR.string.text
msgid "The selected module could not be loaded."
@@ -1364,7 +1351,7 @@ 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"
msgid "Changes"
-msgstr "གིརིཌི།"
+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"
diff --git a/translations/source/dz/cui/source/tabpages.po b/translations/source/dz/cui/source/tabpages.po
index 6186518a12f..7e061585abf 100644
--- a/translations/source/dz/cui/source/tabpages.po
+++ b/translations/source/dz/cui/source/tabpages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-05-09 21:07+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2011-12-15 12:54+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -643,13 +643,13 @@ msgstr ""
"ཨང་བཏགས་དོ།(~N)"
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.1.stringlist.text
-#, fuzzy
-msgid "1, 2, 3, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.1.stringlist.text"
+msgid "1, 2, 3, ..."
msgstr "༡་ ༢་ ༣་ ་་་་་་"
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.2.stringlist.text
-#, fuzzy
-msgid "A, B, C, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.2.stringlist.text"
+msgid "A, B, C, ..."
msgstr "A, B, C, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.3.stringlist.text
@@ -659,18 +659,18 @@ msgid "a, b, c, ..."
msgstr "A, B, C, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.4.stringlist.text
-#, fuzzy
-msgid "I, II, III, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.4.stringlist.text"
+msgid "I, II, III, ..."
msgstr "I, II, III, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.5.stringlist.text
-#, fuzzy
-msgid "i, ii, iii, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.5.stringlist.text"
+msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.6.stringlist.text
-msgid "A, .., AA, .., AAA, ... "
-msgstr ""
+msgid "A, .., AA, .., AAA, ..."
+msgstr "A, .., AA, .., AAA, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.7.stringlist.text
msgid "a, .., aa, .., aaa, ..."
@@ -2674,6 +2674,8 @@ msgid "For~mat"
msgstr "རྩ་སྒྲིག(~m)"
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.1.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.1.stringlist.text"
msgid "A, B, C, ..."
msgstr "A, B, C, ..."
@@ -2684,14 +2686,20 @@ msgid "a, b, c, ..."
msgstr "A, B, C, ..."
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.3.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.3.stringlist.text"
msgid "I, II, III, ..."
msgstr "I, II, III, ..."
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.4.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.4.stringlist.text"
msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ..."
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.5.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.5.stringlist.text"
msgid "1, 2, 3, ..."
msgstr "༡་ ༢་ ༣་ ་་་་་་"
@@ -3295,6 +3303,10 @@ msgctxt "textanim.src#RID_SVXPAGE_TEXTANIMATION.TSB_AUTO.tristatebox.text"
msgid "~Automatic"
msgstr ""
+#: textanim.src#RID_SVXPAGE_TEXTANIMATION.MTR_FLD_DELAY.metricfield.text
+msgid " ms"
+msgstr ""
+
#: textanim.src#RID_SVXPAGE_TEXTANIMATION.tabpage.text
msgid "Animation"
msgstr "བསྒུལ་བཟོ།"
@@ -5687,6 +5699,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr ""
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Hatches List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Hatches List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_HATCH.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_HATCH.tabpage.text"
msgid "Hatching"
@@ -5767,6 +5802,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr ""
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Bitmap List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Bitmap List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_BITMAP.tabpage.text
msgid "Bitmap Patterns"
msgstr ""
@@ -5875,6 +5933,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr ""
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Gradients List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Gradients List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_GRADIENT.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.tabpage.text"
msgid "Gradients"
@@ -5917,6 +5998,22 @@ msgstr ""
msgid "CMYK"
msgstr ""
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_1.fixedtext.text
+msgid "~C"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_2.fixedtext.text
+msgid "~M"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_3.fixedtext.text
+msgid "~Y"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_4.fixedtext.text
+msgid "~K"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_COLOR.BTN_ADD.pushbutton.text
msgid "~Add"
msgstr "ཁ་སྐོང་རྐྱབས།"
@@ -5935,6 +6032,29 @@ msgstr ""
msgid "~Modify"
msgstr "ལེགས་བཅོས་འབད།"
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Color List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Color List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_COLOR.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_COLOR.tabpage.text"
msgid "Colors"
diff --git a/translations/source/dz/dbaccess/source/core/resource.po b/translations/source/dz/dbaccess/source/core/resource.po
index 26fdb665099..f51a331fb27 100644
--- a/translations/source/dz/dbaccess/source/core/resource.po
+++ b/translations/source/dz/dbaccess/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-11 23:09+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dbaccess/source/ext/adabas.po b/translations/source/dz/dbaccess/source/ext/adabas.po
index 2def80c8b29..41ca92be6d3 100644
--- a/translations/source/dz/dbaccess/source/ext/adabas.po
+++ b/translations/source/dz/dbaccess/source/ext/adabas.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dbaccess/source/ext/macromigration.po b/translations/source/dz/dbaccess/source/ext/macromigration.po
index 4d1a908b328..4e10c1eb423 100644
--- a/translations/source/dz/dbaccess/source/ext/macromigration.po
+++ b/translations/source/dz/dbaccess/source/ext/macromigration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-05 19:32+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:54+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -190,7 +190,8 @@ msgid "Warnings"
msgstr "ཉེན་བརྡ་ཚུ་"
#: macromigration.src#STR_EXCEPTION.string.text
-msgid "caught exception: "
+#, fuzzy
+msgid "caught exception:"
msgstr "དམིགས་བསལ་བདའ་ཟུན་ཡོདཔ་:_"
#: macromigration.src#ERR_INVALID_BACKUP_LOCATION.errorbox.text
diff --git a/translations/source/dz/dbaccess/source/sdbtools/resource.po b/translations/source/dz/dbaccess/source/sdbtools/resource.po
index 0ec456afa23..3f679dec650 100644
--- a/translations/source/dz/dbaccess/source/sdbtools/resource.po
+++ b/translations/source/dz/dbaccess/source/sdbtools/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dbaccess/source/ui/app.po b/translations/source/dz/dbaccess/source/ui/app.po
index c56174a206c..22f50bc3345 100644
--- a/translations/source/dz/dbaccess/source/ui/app.po
+++ b/translations/source/dz/dbaccess/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dbaccess/source/ui/browser.po b/translations/source/dz/dbaccess/source/ui/browser.po
index a8bb70a17e8..95bd6d304cc 100644
--- a/translations/source/dz/dbaccess/source/ui/browser.po
+++ b/translations/source/dz/dbaccess/source/ui/browser.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dbaccess/source/ui/control.po b/translations/source/dz/dbaccess/source/ui/control.po
index 2424a816878..029b78c7dfc 100644
--- a/translations/source/dz/dbaccess/source/ui/control.po
+++ b/translations/source/dz/dbaccess/source/ui/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dbaccess/source/ui/dlg.po b/translations/source/dz/dbaccess/source/ui/dlg.po
index 5b834429c61..e97eceaca44 100644
--- a/translations/source/dz/dbaccess/source/ui/dlg.po
+++ b/translations/source/dz/dbaccess/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-11 23:09+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:54+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -1590,8 +1590,9 @@ msgid "~Base DN"
msgstr "གཞི་རྟེན་ ཌི་ཨེན།(~B)"
#: dbadmin.src#PAGE_LDAP.CB_USESSL.checkbox.text
-msgid "Use secure connection(SSL)"
-msgstr "མཐའ་བཙན་གྱི་མཐུད་ལམ་ ལག་ལེན་འཐབ་(ཨེསི་ཨེསི་ཨེལ་)།"
+#, fuzzy
+msgid "Use secure connection (SSL)"
+msgstr "མཐའ་བཙན་གྱི་མཐུད་ལམ་(ཨེསི་ཨེསི་ཨེལ་) ལག་ལེན་འཐབ།(~s)"
#: dbadmin.src#PAGE_LDAP.FT_PORTNUMBER.fixedtext.text
msgctxt "dbadmin.src#PAGE_LDAP.FT_PORTNUMBER.fixedtext.text"
diff --git a/translations/source/dz/dbaccess/source/ui/inc.po b/translations/source/dz/dbaccess/source/ui/inc.po
index 2514a6e0a26..b785c266447 100644
--- a/translations/source/dz/dbaccess/source/ui/inc.po
+++ b/translations/source/dz/dbaccess/source/ui/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dbaccess/source/ui/misc.po b/translations/source/dz/dbaccess/source/ui/misc.po
index 4cbc535a4b4..71062631436 100644
--- a/translations/source/dz/dbaccess/source/ui/misc.po
+++ b/translations/source/dz/dbaccess/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dbaccess/source/ui/querydesign.po b/translations/source/dz/dbaccess/source/ui/querydesign.po
index 2588a585c93..03756aec111 100644
--- a/translations/source/dz/dbaccess/source/ui/querydesign.po
+++ b/translations/source/dz/dbaccess/source/ui/querydesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dbaccess/source/ui/relationdesign.po b/translations/source/dz/dbaccess/source/ui/relationdesign.po
index 5ddfb9c4bfb..44edc1abefa 100644
--- a/translations/source/dz/dbaccess/source/ui/relationdesign.po
+++ b/translations/source/dz/dbaccess/source/ui/relationdesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -49,6 +49,6 @@ msgstr "ཁྱོད་ཀྱིས་ ཐིག་ཁྲམ་འདི་བ
#: relation.src#STR_QUERY_REL_COULD_NOT_CREATE.string.text
msgid ""
-"The database could not create the relation. May be foreign keys for this kind of table aren't supported.\n"
+"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
"Please check your documentation of the database."
msgstr ""
diff --git a/translations/source/dz/dbaccess/source/ui/tabledesign.po b/translations/source/dz/dbaccess/source/ui/tabledesign.po
index eba8ba838f8..e286c4fe8ac 100644
--- a/translations/source/dz/dbaccess/source/ui/tabledesign.po
+++ b/translations/source/dz/dbaccess/source/ui/tabledesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dbaccess/source/ui/uno.po b/translations/source/dz/dbaccess/source/ui/uno.po
index 6e3bdc7cf36..2e5d84316ab 100644
--- a/translations/source/dz/dbaccess/source/ui/uno.po
+++ b/translations/source/dz/dbaccess/source/ui/uno.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/desktop/source/app.po b/translations/source/dz/desktop/source/app.po
index 7a051f9d238..c46e0de1a2a 100644
--- a/translations/source/dz/desktop/source/app.po
+++ b/translations/source/dz/desktop/source/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -133,6 +133,10 @@ msgctxt "desktop.src#STR_TITLE_USERDATALOCKED.string.text"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
+#: desktop.src#DLG_CMDLINEHELP.modaldialog.text
+msgid "Help Message..."
+msgstr ""
+
#: desktop.src#EBX_ERR_PRINTDISABLED.errorbox.text
msgid "Printing is disabled. No documents can be printed."
msgstr "དཔར་བསྐྲུན་འབད་ནི་འདི་ལྕོགས་མེད་བཟོ་ནུག། ཡིག་ཆ་དཔར་བསྐྲུན་འབད་མི་བཏུབ།"
diff --git a/translations/source/dz/desktop/source/deployment/gui.po b/translations/source/dz/desktop/source/deployment/gui.po
index 2d69f3081bf..401aa365a70 100644
--- a/translations/source/dz/desktop/source/deployment/gui.po
+++ b/translations/source/dz/desktop/source/deployment/gui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:10+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -425,13 +425,28 @@ msgstr ""
"གཞི་བཙུགས་འབད་དེ་ཡོད་པའི་རྒྱ་བསྐྱེད་འདི་ ཚབ་བཙུགས་ནི་ལུ་ བཏུབ་ཨེབ་གཏང་འབད།\n"
"གཞི་བཙུགས་འབད་ནི་འདི་བར་བཤོལ་འབད་ནི་ལུ་ ཆ་མེད་གཏང་འདི་ཨེབ་གཏང་འབད།"
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_FT_TYPE_EXTENSIONS.fixedtext.text
+msgid "Type of Extension"
+msgstr ""
+
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_CBX_BUNDLED.checkbox.text
+msgid "~Installation"
+msgstr ""
+
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_CBX_SHARED.checkbox.text
+msgid "~Shared"
+msgstr ""
+
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_CBX_USER.checkbox.text
+msgid "~User"
+msgstr "ལག་ལེན་པ།(~U)"
+
#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_ADD.pushbutton.text
msgid "~Add..."
msgstr "ཁ་སྐོང་རྐྱབས...(~A)"
#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_CHECK_UPDATES.pushbutton.text
-msgctxt "dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_CHECK_UPDATES.pushbutton.text"
-msgid "Check for ~Updates..."
+msgid "~Check for Updates..."
msgstr ""
#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_FT_GET_EXTENSIONS.fixedtext.text
@@ -462,9 +477,8 @@ msgid "Adding %EXTENSION_NAME"
msgstr ""
#: dp_gui_dialog2.src#RID_DLG_UPDATE_REQUIRED.RID_EM_BTN_CHECK_UPDATES.pushbutton.text
-msgctxt "dp_gui_dialog2.src#RID_DLG_UPDATE_REQUIRED.RID_EM_BTN_CHECK_UPDATES.pushbutton.text"
msgid "Check for ~Updates..."
-msgstr ""
+msgstr "དུས་མཐུན་ཚུ་ ཞིབ་དཔྱད་འབད་"
#: dp_gui_dialog2.src#RID_DLG_UPDATE_REQUIRED.RID_EM_BTN_CLOSE.pushbutton.text
msgid "Disable all"
diff --git a/translations/source/dz/desktop/source/deployment/manager.po b/translations/source/dz/desktop/source/deployment/manager.po
index 53c0decb85f..eb2374e9f47 100644
--- a/translations/source/dz/desktop/source/deployment/manager.po
+++ b/translations/source/dz/desktop/source/deployment/manager.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/desktop/source/deployment/misc.po b/translations/source/dz/desktop/source/deployment/misc.po
index 44b9610abe5..3f0b26edd62 100644
--- a/translations/source/dz/desktop/source/deployment/misc.po
+++ b/translations/source/dz/desktop/source/deployment/misc.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+desktop%2Fsource%2Fdeployment%2Fmisc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 02:10+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: dp_misc.src#RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN.string.text
diff --git a/translations/source/dz/desktop/source/deployment/registry.po b/translations/source/dz/desktop/source/deployment/registry.po
index feca2b0b061..2bae050d336 100644
--- a/translations/source/dz/desktop/source/deployment/registry.po
+++ b/translations/source/dz/desktop/source/deployment/registry.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/desktop/source/deployment/registry/component.po b/translations/source/dz/desktop/source/deployment/registry/component.po
index 75d334f6c09..8f9c459d9d9 100644
--- a/translations/source/dz/desktop/source/deployment/registry/component.po
+++ b/translations/source/dz/desktop/source/deployment/registry/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:10+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/desktop/source/deployment/registry/configuration.po b/translations/source/dz/desktop/source/deployment/registry/configuration.po
index 36017c7843c..e345643d6cf 100644
--- a/translations/source/dz/desktop/source/deployment/registry/configuration.po
+++ b/translations/source/dz/desktop/source/deployment/registry/configuration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/desktop/source/deployment/registry/help.po b/translations/source/dz/desktop/source/deployment/registry/help.po
index 205aa75b32a..915bf810bbe 100644
--- a/translations/source/dz/desktop/source/deployment/registry/help.po
+++ b/translations/source/dz/desktop/source/deployment/registry/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/desktop/source/deployment/registry/package.po b/translations/source/dz/desktop/source/deployment/registry/package.po
index ff1af54af75..b6399631b04 100644
--- a/translations/source/dz/desktop/source/deployment/registry/package.po
+++ b/translations/source/dz/desktop/source/deployment/registry/package.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/desktop/source/deployment/registry/script.po b/translations/source/dz/desktop/source/deployment/registry/script.po
index 6e53b68bfe0..34874285efc 100644
--- a/translations/source/dz/desktop/source/deployment/registry/script.po
+++ b/translations/source/dz/desktop/source/deployment/registry/script.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/desktop/source/deployment/registry/sfwk.po b/translations/source/dz/desktop/source/deployment/registry/sfwk.po
index 72d0927c611..892de943260 100644
--- a/translations/source/dz/desktop/source/deployment/registry/sfwk.po
+++ b/translations/source/dz/desktop/source/deployment/registry/sfwk.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/desktop/source/deployment/unopkg.po b/translations/source/dz/desktop/source/deployment/unopkg.po
index 0bac03a3b0f..70aed5b837e 100644
--- a/translations/source/dz/desktop/source/deployment/unopkg.po
+++ b/translations/source/dz/desktop/source/deployment/unopkg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/af_ZA.po b/translations/source/dz/dictionaries/af_ZA.po
index 93f5c1bc8d4..f338e830926 100644
--- a/translations/source/dz/dictionaries/af_ZA.po
+++ b/translations/source/dz/dictionaries/af_ZA.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/an_ES.po b/translations/source/dz/dictionaries/an_ES.po
new file mode 100644
index 00000000000..409a41bfce9
--- /dev/null
+++ b/translations/source/dz/dictionaries/an_ES.po
@@ -0,0 +1,19 @@
+#. extracted from dictionaries/an_ES.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%2Fan_ES.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Aragonese spelling dictionary"
+msgstr ""
diff --git a/translations/source/dz/dictionaries/ar.po b/translations/source/dz/dictionaries/ar.po
index 4c5582ff74e..71a13d1f81f 100644
--- a/translations/source/dz/dictionaries/ar.po
+++ b/translations/source/dz/dictionaries/ar.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/be_BY.po b/translations/source/dz/dictionaries/be_BY.po
index 74598bc68c5..15eab1b7785 100644
--- a/translations/source/dz/dictionaries/be_BY.po
+++ b/translations/source/dz/dictionaries/be_BY.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:42+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: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/bg_BG.po b/translations/source/dz/dictionaries/bg_BG.po
index 404a4f6d91e..36f57a7d4ff 100644
--- a/translations/source/dz/dictionaries/bg_BG.po
+++ b/translations/source/dz/dictionaries/bg_BG.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/bn_BD.po b/translations/source/dz/dictionaries/bn_BD.po
index 3c969272a7e..6dd7dae315e 100644
--- a/translations/source/dz/dictionaries/bn_BD.po
+++ b/translations/source/dz/dictionaries/bn_BD.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/br_FR.po b/translations/source/dz/dictionaries/br_FR.po
index 7580ded995a..239cc30c443 100644
--- a/translations/source/dz/dictionaries/br_FR.po
+++ b/translations/source/dz/dictionaries/br_FR.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/ca.po b/translations/source/dz/dictionaries/ca.po
index 1c8aca70b36..de66a2dc14d 100644
--- a/translations/source/dz/dictionaries/ca.po
+++ b/translations/source/dz/dictionaries/ca.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/cs_CZ.po b/translations/source/dz/dictionaries/cs_CZ.po
index 4450ab1a95b..1baa727d71c 100644
--- a/translations/source/dz/dictionaries/cs_CZ.po
+++ b/translations/source/dz/dictionaries/cs_CZ.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/da_DK.po b/translations/source/dz/dictionaries/da_DK.po
index 91fc9305192..c24d3e2b2c0 100644
--- a/translations/source/dz/dictionaries/da_DK.po
+++ b/translations/source/dz/dictionaries/da_DK.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/de.po b/translations/source/dz/dictionaries/de.po
index fe1b58d4d0b..9f3e003f85a 100644
--- a/translations/source/dz/dictionaries/de.po
+++ b/translations/source/dz/dictionaries/de.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/el_GR.po b/translations/source/dz/dictionaries/el_GR.po
index 891bf1b2b0e..a5ff3951eae 100644
--- a/translations/source/dz/dictionaries/el_GR.po
+++ b/translations/source/dz/dictionaries/el_GR.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:42+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: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/en.po b/translations/source/dz/dictionaries/en.po
index 244ef86c679..04d7ad538c7 100644
--- a/translations/source/dz/dictionaries/en.po
+++ b/translations/source/dz/dictionaries/en.po
@@ -3,17 +3,17 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
-msgid "English (Australia, Canada, South Africa, UK, USA) spelling dictionaries, hyphenation rules, and thesaurus"
+msgid "English spelling dictionaries, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/translations/source/dz/dictionaries/en/dialog.po b/translations/source/dz/dictionaries/en/dialog.po
new file mode 100644
index 00000000000..baf401629fd
--- /dev/null
+++ b/translations/source/dz/dictionaries/en/dialog.po
@@ -0,0 +1,171 @@
+#. extracted from dictionaries/en/dialog.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%2Fen%2Fdialog.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "ཚིག་མཛོད་ཚུ།"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.en.Label.value.text
+msgid "English sentence checking"
+msgstr ""
+
+#: en_en_US.properties#spelling.property.text
+msgid "Grammar checking"
+msgstr ""
+
+#: en_en_US.properties#hlp_grammar.property.text
+msgid "Check more grammar errors."
+msgstr ""
+
+#: en_en_US.properties#grammar.property.text
+msgid "Possible mistakes"
+msgstr ""
+
+#: en_en_US.properties#hlp_cap.property.text
+msgid "Check missing capitalization of sentences."
+msgstr ""
+
+#: en_en_US.properties#cap.property.text
+msgid "Capitalization"
+msgstr ""
+
+#: en_en_US.properties#hlp_dup.property.text
+msgid "Check repeated words."
+msgstr ""
+
+#: en_en_US.properties#dup.property.text
+msgid "Word duplication"
+msgstr ""
+
+#: en_en_US.properties#hlp_pair.property.text
+msgid "Check missing or extra parentheses and quotation marks."
+msgstr ""
+
+#: en_en_US.properties#pair.property.text
+msgid "Parentheses"
+msgstr ""
+
+#: en_en_US.properties#punctuation.property.text
+msgid "Punctuation"
+msgstr ""
+
+#: en_en_US.properties#hlp_spaces.property.text
+msgid "Check single spaces between words."
+msgstr ""
+
+#: en_en_US.properties#spaces.property.text
+msgid "Word spacing"
+msgstr ""
+
+#: en_en_US.properties#hlp_mdash.property.text
+msgid "Force unspaced em dash instead of spaced en dash."
+msgstr ""
+
+#: en_en_US.properties#mdash.property.text
+msgid "Em dash"
+msgstr ""
+
+#: en_en_US.properties#hlp_ndash.property.text
+msgid "Force spaced en dash instead of unspaced em dash."
+msgstr ""
+
+#: en_en_US.properties#ndash.property.text
+msgid "En dash"
+msgstr ""
+
+#: en_en_US.properties#hlp_quotation.property.text
+msgid "Check double quotation marks: \"x\" → “x”"
+msgstr ""
+
+#: en_en_US.properties#quotation.property.text
+msgid "Quotation marks"
+msgstr ""
+
+#: en_en_US.properties#hlp_times.property.text
+msgid "Check true multiplication sign: 5x5 → 5×5"
+msgstr ""
+
+#: en_en_US.properties#times.property.text
+msgid "Multiplication sign"
+msgstr ""
+
+#: en_en_US.properties#hlp_spaces2.property.text
+msgid "Check single spaces between sentences."
+msgstr ""
+
+#: en_en_US.properties#spaces2.property.text
+msgid "Sentence spacing"
+msgstr ""
+
+#: en_en_US.properties#hlp_spaces3.property.text
+msgid "Check more than two extra space characters between words and sentences."
+msgstr ""
+
+#: en_en_US.properties#spaces3.property.text
+msgid "More spaces"
+msgstr ""
+
+#: en_en_US.properties#hlp_minus.property.text
+msgid "Change hyphen characters to real minus signs."
+msgstr ""
+
+#: en_en_US.properties#minus.property.text
+msgid "Minus sign"
+msgstr ""
+
+#: en_en_US.properties#hlp_apostrophe.property.text
+msgid "Change typewriter apostrophe, single quotation marks and correct double primes."
+msgstr ""
+
+#: en_en_US.properties#apostrophe.property.text
+msgid "Apostrophe"
+msgstr ""
+
+#: en_en_US.properties#hlp_ellipsis.property.text
+msgid "Change three dots with ellipsis."
+msgstr ""
+
+#: en_en_US.properties#ellipsis.property.text
+msgid "Ellipsis"
+msgstr ""
+
+#: en_en_US.properties#others.property.text
+msgid "Others"
+msgstr "གཞན་ཚུ།"
+
+#: en_en_US.properties#hlp_metric.property.text
+msgid "Measurement conversion from °F, mph, ft, in, lb, gal and miles."
+msgstr ""
+
+#: en_en_US.properties#metric.property.text
+msgid "Convert to metric (°C, km/h, m, kg, l)"
+msgstr ""
+
+#: en_en_US.properties#hlp_numsep.property.text
+msgid "Common (1000000 → 1,000,000) or ISO (1000000 → 1 000 000)."
+msgstr ""
+
+#: en_en_US.properties#numsep.property.text
+msgid "Thousand separation of large numbers"
+msgstr ""
+
+#: en_en_US.properties#hlp_nonmetric.property.text
+msgid "Measurement conversion from °C; km/h; cm, m, km; kg; l."
+msgstr ""
+
+#: en_en_US.properties#nonmetric.property.text
+msgid "Convert to non-metric (°F, mph, ft, lb, gal)"
+msgstr ""
diff --git a/translations/source/dz/dictionaries/es_ES.po b/translations/source/dz/dictionaries/es_ES.po
index 2b9e8d26fa0..924c3518857 100644
--- a/translations/source/dz/dictionaries/es_ES.po
+++ b/translations/source/dz/dictionaries/es_ES.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/et_EE.po b/translations/source/dz/dictionaries/et_EE.po
index 32f30ae9230..864d69fdaef 100644
--- a/translations/source/dz/dictionaries/et_EE.po
+++ b/translations/source/dz/dictionaries/et_EE.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/fr_FR.po b/translations/source/dz/dictionaries/fr_FR.po
index e6f036b8a3a..d34e2a32d94 100644
--- a/translations/source/dz/dictionaries/fr_FR.po
+++ b/translations/source/dz/dictionaries/fr_FR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/gd_GB.po b/translations/source/dz/dictionaries/gd_GB.po
index 5c552cc48e5..ff9fbb5ed18 100644
--- a/translations/source/dz/dictionaries/gd_GB.po
+++ b/translations/source/dz/dictionaries/gd_GB.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:42+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: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/gl.po b/translations/source/dz/dictionaries/gl.po
index 58b4d97d55c..6afdc4951af 100644
--- a/translations/source/dz/dictionaries/gl.po
+++ b/translations/source/dz/dictionaries/gl.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/gu_IN.po b/translations/source/dz/dictionaries/gu_IN.po
index cc9699799e6..f0e67315e29 100644
--- a/translations/source/dz/dictionaries/gu_IN.po
+++ b/translations/source/dz/dictionaries/gu_IN.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/he_IL.po b/translations/source/dz/dictionaries/he_IL.po
index 2f9072baa2b..a6f82d2c40c 100644
--- a/translations/source/dz/dictionaries/he_IL.po
+++ b/translations/source/dz/dictionaries/he_IL.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/hi_IN.po b/translations/source/dz/dictionaries/hi_IN.po
index 93eba00b326..1a50cee015c 100644
--- a/translations/source/dz/dictionaries/hi_IN.po
+++ b/translations/source/dz/dictionaries/hi_IN.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/hr_HR.po b/translations/source/dz/dictionaries/hr_HR.po
index c91c375306c..6230a0af3d1 100644
--- a/translations/source/dz/dictionaries/hr_HR.po
+++ b/translations/source/dz/dictionaries/hr_HR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/hu_HU.po b/translations/source/dz/dictionaries/hu_HU.po
index 63690a87f26..9655b50a9df 100644
--- a/translations/source/dz/dictionaries/hu_HU.po
+++ b/translations/source/dz/dictionaries/hu_HU.po
@@ -3,17 +3,17 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
-msgid "Hungarian spelling dictionary, hyphenation rules, and thesaurus"
+msgid "Hungarian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/translations/source/dz/dictionaries/hu_HU/dialog.po b/translations/source/dz/dictionaries/hu_HU/dialog.po
new file mode 100644
index 00000000000..fb1d4d578e8
--- /dev/null
+++ b/translations/source/dz/dictionaries/hu_HU/dialog.po
@@ -0,0 +1,153 @@
+#. extracted from dictionaries/hu_HU/dialog.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%2Fhu_HU%2Fdialog.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "ཚིག་མཛོད་ཚུ།"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.hu_HU.Label.value.text
+msgid "Hungarian sentence checking"
+msgstr ""
+
+#: hu_HU_en_US.properties#spelling.property.text
+msgid "Spelling"
+msgstr "ཡིག་སྡེབ།"
+
+#: hu_HU_en_US.properties#cap.property.text
+msgid "Capitalization"
+msgstr ""
+
+#: hu_HU_en_US.properties#par.property.text
+msgid "Parentheses"
+msgstr ""
+
+#: hu_HU_en_US.properties#wordpart.property.text
+msgid "Word parts of compounds"
+msgstr ""
+
+#: hu_HU_en_US.properties#comma.property.text
+msgid "Comma usage"
+msgstr ""
+
+#: hu_HU_en_US.properties#proofreading.property.text
+msgid "Proofreading"
+msgstr ""
+
+#: hu_HU_en_US.properties#style.property.text
+msgid "Style checking"
+msgstr ""
+
+#: hu_HU_en_US.properties#compound.property.text
+msgid "Underline typo-like compound words"
+msgstr ""
+
+#: hu_HU_en_US.properties#allcompound.property.text
+msgid "Underline all generated compound words"
+msgstr ""
+
+#: hu_HU_en_US.properties#grammar.property.text
+msgid "Possible mistakes"
+msgstr ""
+
+#: hu_HU_en_US.properties#money.property.text
+msgid "Consistency of money amounts"
+msgstr ""
+
+#: hu_HU_en_US.properties#duplication.property.text
+msgctxt "hu_HU_en_US.properties#duplication.property.text"
+msgid "Word duplication"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup0.property.text
+msgctxt "hu_HU_en_US.properties#dup0.property.text"
+msgid "Word duplication"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup.property.text
+msgid "Duplication within clauses"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup2.property.text
+msgid "Duplication within sentences"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup3.property.text
+msgid "Allow previous checkings with affixes"
+msgstr ""
+
+#: hu_HU_en_US.properties#numpart.property.text
+msgid "Thousand separation of numbers"
+msgstr ""
+
+#: hu_HU_en_US.properties#typography.property.text
+msgid "Typography"
+msgstr ""
+
+#: hu_HU_en_US.properties#quot.property.text
+msgid "Quotation marks"
+msgstr ""
+
+#: hu_HU_en_US.properties#apost.property.text
+msgid "Apostrophe"
+msgstr ""
+
+#: hu_HU_en_US.properties#dash.property.text
+msgid "En dash"
+msgstr ""
+
+#: hu_HU_en_US.properties#elli.property.text
+msgid "Ellipsis"
+msgstr ""
+
+#: hu_HU_en_US.properties#ligature.property.text
+msgid "Ligature suggestion"
+msgstr ""
+
+#: hu_HU_en_US.properties#noligature.property.text
+msgid "Underline ligatures"
+msgstr ""
+
+#: hu_HU_en_US.properties#frac.property.text
+msgid "Fractions"
+msgstr ""
+
+#: hu_HU_en_US.properties#thin.property.text
+msgid "Thin space"
+msgstr ""
+
+#: hu_HU_en_US.properties#spaces.property.text
+msgid "Double spaces"
+msgstr ""
+
+#: hu_HU_en_US.properties#spaces2.property.text
+msgid "More spaces"
+msgstr ""
+
+#: hu_HU_en_US.properties#idx.property.text
+msgid "Indices"
+msgstr ""
+
+#: hu_HU_en_US.properties#minus.property.text
+msgid "Minus"
+msgstr ""
+
+#: hu_HU_en_US.properties#SI.property.text
+msgid "Measurements"
+msgstr ""
+
+#: hu_HU_en_US.properties#hyphen.property.text
+msgid "Hyphenation of ambiguous words"
+msgstr ""
diff --git a/translations/source/dz/dictionaries/it_IT.po b/translations/source/dz/dictionaries/it_IT.po
index 0acc706e975..67ace551e79 100644
--- a/translations/source/dz/dictionaries/it_IT.po
+++ b/translations/source/dz/dictionaries/it_IT.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/ku_TR.po b/translations/source/dz/dictionaries/ku_TR.po
index e146f45db88..88ff2fc54c5 100644
--- a/translations/source/dz/dictionaries/ku_TR.po
+++ b/translations/source/dz/dictionaries/ku_TR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/lt_LT.po b/translations/source/dz/dictionaries/lt_LT.po
index 6ef179ce52d..e548ab6b360 100644
--- a/translations/source/dz/dictionaries/lt_LT.po
+++ b/translations/source/dz/dictionaries/lt_LT.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/lv_LV.po b/translations/source/dz/dictionaries/lv_LV.po
index 220721b4f27..55aae60c346 100644
--- a/translations/source/dz/dictionaries/lv_LV.po
+++ b/translations/source/dz/dictionaries/lv_LV.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/ne_NP.po b/translations/source/dz/dictionaries/ne_NP.po
index bdfe209cdb0..f1b94361fab 100644
--- a/translations/source/dz/dictionaries/ne_NP.po
+++ b/translations/source/dz/dictionaries/ne_NP.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/nl_NL.po b/translations/source/dz/dictionaries/nl_NL.po
index 848a0dcbe40..cb6e9493a8b 100644
--- a/translations/source/dz/dictionaries/nl_NL.po
+++ b/translations/source/dz/dictionaries/nl_NL.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/no.po b/translations/source/dz/dictionaries/no.po
index 02501cbd973..9530b0690a4 100644
--- a/translations/source/dz/dictionaries/no.po
+++ b/translations/source/dz/dictionaries/no.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/oc_FR.po b/translations/source/dz/dictionaries/oc_FR.po
index 0021ea7216a..e38027f7f2b 100644
--- a/translations/source/dz/dictionaries/oc_FR.po
+++ b/translations/source/dz/dictionaries/oc_FR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/pl_PL.po b/translations/source/dz/dictionaries/pl_PL.po
index 817234aa58b..e2082d61e32 100644
--- a/translations/source/dz/dictionaries/pl_PL.po
+++ b/translations/source/dz/dictionaries/pl_PL.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/pt_BR.po b/translations/source/dz/dictionaries/pt_BR.po
index 4a5cfbb04f5..e09800ec47c 100644
--- a/translations/source/dz/dictionaries/pt_BR.po
+++ b/translations/source/dz/dictionaries/pt_BR.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/pt_PT.po b/translations/source/dz/dictionaries/pt_PT.po
index 055cccb0137..25c5c709427 100644
--- a/translations/source/dz/dictionaries/pt_PT.po
+++ b/translations/source/dz/dictionaries/pt_PT.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/ro.po b/translations/source/dz/dictionaries/ro.po
index afbdd1b1814..7decdc22f01 100644
--- a/translations/source/dz/dictionaries/ro.po
+++ b/translations/source/dz/dictionaries/ro.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/ru_RU.po b/translations/source/dz/dictionaries/ru_RU.po
index 42b096343ee..9eda26d4ac8 100644
--- a/translations/source/dz/dictionaries/ru_RU.po
+++ b/translations/source/dz/dictionaries/ru_RU.po
@@ -3,17 +3,17 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
-msgid "Russian spelling dictionary, hyphenation rules, and thesaurus"
+msgid "Russian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/translations/source/dz/dictionaries/ru_RU/dialog.po b/translations/source/dz/dictionaries/ru_RU/dialog.po
new file mode 100644
index 00000000000..474db44f350
--- /dev/null
+++ b/translations/source/dz/dictionaries/ru_RU/dialog.po
@@ -0,0 +1,83 @@
+#. extracted from dictionaries/ru_RU/dialog.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%2Fru_RU%2Fdialog.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "ཚིག་མཛོད་ཚུ།"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.ru_RU.Label.value.text
+msgid "Grammar checking (Russian)"
+msgstr ""
+
+#: ru_RU_en_US.properties#abbreviation.property.text
+msgid "Abbreviation"
+msgstr ""
+
+#: ru_RU_en_US.properties#grammar.property.text
+msgid "Grammar"
+msgstr ""
+
+#: ru_RU_en_US.properties#hyphen.property.text
+msgid "Compound words with hyphen"
+msgstr ""
+
+#: ru_RU_en_US.properties#comma.property.text
+msgid "Comma usage"
+msgstr ""
+
+#: ru_RU_en_US.properties#common.property.text
+msgid "General error"
+msgstr ""
+
+#: ru_RU_en_US.properties#multiword.property.text
+msgid "Multiword expressions"
+msgstr ""
+
+#: ru_RU_en_US.properties#together.property.text
+msgid "Together/separately"
+msgstr ""
+
+#: ru_RU_en_US.properties#proofreading.property.text
+msgid "Proofreading"
+msgstr ""
+
+#: ru_RU_en_US.properties#space.property.text
+msgid "Space mistake"
+msgstr ""
+
+#: ru_RU_en_US.properties#typographica.property.text
+msgid "Typographica"
+msgstr ""
+
+#: ru_RU_en_US.properties#dup.property.text
+msgid "Word duplication within clauses"
+msgstr ""
+
+#: ru_RU_en_US.properties#dup2.property.text
+msgid "Word duplication within sentences"
+msgstr ""
+
+#: ru_RU_en_US.properties#others.property.text
+msgid "Others"
+msgstr "གཞན་ཚུ།"
+
+#: ru_RU_en_US.properties#numsep.property.text
+msgid "Separation of large numbers (ISO)"
+msgstr ""
+
+#: ru_RU_en_US.properties#quotation.property.text
+msgid "Quotation"
+msgstr "འདྲེན་ཚིག"
diff --git a/translations/source/dz/dictionaries/si_LK.po b/translations/source/dz/dictionaries/si_LK.po
new file mode 100644
index 00000000000..859ad125f28
--- /dev/null
+++ b/translations/source/dz/dictionaries/si_LK.po
@@ -0,0 +1,19 @@
+#. extracted from dictionaries/si_LK.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%2Fsi_LK.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Sinhala spelling dictionary"
+msgstr ""
diff --git a/translations/source/dz/dictionaries/sk_SK.po b/translations/source/dz/dictionaries/sk_SK.po
index cf39d330085..77d8867c72c 100644
--- a/translations/source/dz/dictionaries/sk_SK.po
+++ b/translations/source/dz/dictionaries/sk_SK.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/sl_SI.po b/translations/source/dz/dictionaries/sl_SI.po
index ea7abcb7982..052461c770e 100644
--- a/translations/source/dz/dictionaries/sl_SI.po
+++ b/translations/source/dz/dictionaries/sl_SI.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/sr.po b/translations/source/dz/dictionaries/sr.po
index d31352aa39a..2d9bed96ac5 100644
--- a/translations/source/dz/dictionaries/sr.po
+++ b/translations/source/dz/dictionaries/sr.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/sv_SE.po b/translations/source/dz/dictionaries/sv_SE.po
index 4cd67f08c36..9c917c4d774 100644
--- a/translations/source/dz/dictionaries/sv_SE.po
+++ b/translations/source/dz/dictionaries/sv_SE.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/sw_TZ.po b/translations/source/dz/dictionaries/sw_TZ.po
index 055d471f3c6..c6dc8f3f4c8 100644
--- a/translations/source/dz/dictionaries/sw_TZ.po
+++ b/translations/source/dz/dictionaries/sw_TZ.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/te_IN.po b/translations/source/dz/dictionaries/te_IN.po
index 98d958f17d4..ea85e28801c 100644
--- a/translations/source/dz/dictionaries/te_IN.po
+++ b/translations/source/dz/dictionaries/te_IN.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:41+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: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/th_TH.po b/translations/source/dz/dictionaries/th_TH.po
index 8a64444acd2..0f44d20fcd9 100644
--- a/translations/source/dz/dictionaries/th_TH.po
+++ b/translations/source/dz/dictionaries/th_TH.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/uk_UA.po b/translations/source/dz/dictionaries/uk_UA.po
index c9042bd44f4..e1fe66aa4c7 100644
--- a/translations/source/dz/dictionaries/uk_UA.po
+++ b/translations/source/dz/dictionaries/uk_UA.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/vi.po b/translations/source/dz/dictionaries/vi.po
index e457c1b7365..f1a8a19f16b 100644
--- a/translations/source/dz/dictionaries/vi.po
+++ b/translations/source/dz/dictionaries/vi.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/dictionaries/zu_ZA.po b/translations/source/dz/dictionaries/zu_ZA.po
index b8f756abf16..4e8adbfe9ec 100644
--- a/translations/source/dz/dictionaries/zu_ZA.po
+++ b/translations/source/dz/dictionaries/zu_ZA.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/editeng/source/accessibility.po b/translations/source/dz/editeng/source/accessibility.po
index 5c3b2c3e2c6..665e56ddf0f 100644
--- a/translations/source/dz/editeng/source/accessibility.po
+++ b/translations/source/dz/editeng/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/editeng/source/editeng.po b/translations/source/dz/editeng/source/editeng.po
index ae1fc753384..b0f040211c5 100644
--- a/translations/source/dz/editeng/source/editeng.po
+++ b/translations/source/dz/editeng/source/editeng.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -94,7 +94,7 @@ msgstr ""
#: editeng.src#RID_EDITUNDO_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "གནད་དོན་བསྒྱུར་བཅོས་འབད།(~C)"
#: editeng.src#RID_MENU_SPELL.MN_SPELLING.menuitem.text
msgid "~Spellcheck..."
diff --git a/translations/source/dz/editeng/source/items.po b/translations/source/dz/editeng/source/items.po
index 2defd2a68a6..c18a1e06119 100644
--- a/translations/source/dz/editeng/source/items.po
+++ b/translations/source/dz/editeng/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-12 00:10+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -695,6 +695,30 @@ msgstr ""
"#-#-#-#-# dialog.po (PACKAGE VERSION) #-#-#-#-#\n"
"ཕྱི་ཁར།"
+#: svxitems.src#RID_SVXITEMS_METRIC_MM.string.text
+msgid "mm"
+msgstr "ཨེམ་ཨེམ་"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_CM.string.text
+msgid "cm"
+msgstr "སི་ཨེམ"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_INCH.string.text
+msgid "inch"
+msgstr "ཨིན་ཆི།"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_POINT.string.text
+msgid "pt"
+msgstr "པི་ཊི།"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_TWIP.string.text
+msgid "twip"
+msgstr "ཊི་དྲབ་ལུ་ཨའི་པི།"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_PIXEL.string.text
+msgid "pixel"
+msgstr ""
+
#: svxitems.src#RID_SVXITEMS_SHADOWED_TRUE.string.text
msgid "Shadowed"
msgstr "གྱིབ་མ་བཟོ་བ།"
diff --git a/translations/source/dz/editeng/source/misc.po b/translations/source/dz/editeng/source/misc.po
index 5a82501b37b..330216dfab7 100644
--- a/translations/source/dz/editeng/source/misc.po
+++ b/translations/source/dz/editeng/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:10+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/editeng/source/outliner.po b/translations/source/dz/editeng/source/outliner.po
index a00dd48eed7..a2ddcc3cfac 100644
--- a/translations/source/dz/editeng/source/outliner.po
+++ b/translations/source/dz/editeng/source/outliner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/extensions/source/abpilot.po b/translations/source/dz/extensions/source/abpilot.po
index a78b5c9af4a..ae234171666 100644
--- a/translations/source/dz/extensions/source/abpilot.po
+++ b/translations/source/dz/extensions/source/abpilot.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -71,8 +71,8 @@ msgid "Mozilla / Netscape"
msgstr "མོ་ཛིལ་ལ་ / ནེཊི་སིཀེཔ།"
#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_THUNDERBIRD.radiobutton.text
-msgid "Thunderbird"
-msgstr "ཐཱན་ཌར་བཌི།"
+msgid "Thunderbird/Icedove"
+msgstr ""
#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_KAB.radiobutton.text
msgid "KDE address book"
diff --git a/translations/source/dz/extensions/source/bibliography.po b/translations/source/dz/extensions/source/bibliography.po
index e71fd09f068..4bfd21796ff 100644
--- a/translations/source/dz/extensions/source/bibliography.po
+++ b/translations/source/dz/extensions/source/bibliography.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/extensions/source/dbpilots.po b/translations/source/dz/extensions/source/dbpilots.po
index 0ed3eac3e0f..fee97e9b2a9 100644
--- a/translations/source/dz/extensions/source/dbpilots.po
+++ b/translations/source/dz/extensions/source/dbpilots.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/extensions/source/propctrlr.po b/translations/source/dz/extensions/source/propctrlr.po
index 6ae279e1fcb..244b32e27d1 100644
--- a/translations/source/dz/extensions/source/propctrlr.po
+++ b/translations/source/dz/extensions/source/propctrlr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/extensions/source/scanner.po b/translations/source/dz/extensions/source/scanner.po
index f2b3d6686bd..d0f5552b43f 100644
--- a/translations/source/dz/extensions/source/scanner.po
+++ b/translations/source/dz/extensions/source/scanner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -54,7 +54,7 @@ msgstr ""
#: sanedlg.src#RID_SANE_DIALOG.RID_SCAN_BTN.pushbutton.text
msgid "Scan"
-msgstr ""
+msgstr "ཞིབ་ལྟ་འབད་ནི།"
#: sanedlg.src#RID_SANE_DIALOG.RID_PREVIEW_BOX.fixedline.text
msgid "Preview"
diff --git a/translations/source/dz/extensions/source/update/check.po b/translations/source/dz/extensions/source/update/check.po
index 720e585a5d8..26fe28651fa 100644
--- a/translations/source/dz/extensions/source/update/check.po
+++ b/translations/source/dz/extensions/source/update/check.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/filter/source/config/fragments/filters.po b/translations/source/dz/filter/source/config/fragments/filters.po
index a22f5f93c66..e62e8b9ebde 100644
--- a/translations/source/dz/filter/source/config/fragments/filters.po
+++ b/translations/source/dz/filter/source/config/fragments/filters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-07-28 11:16+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -60,7 +60,7 @@ msgstr "ཚིག་ཡིག་ཨིན་ཀོ་ཌེཌི་ (%productna
msgid "Microsoft Excel 2007 Binary"
msgstr "མའི་ཀོརོ་སོཕཊི་ཨེགསི་སེལ་༢༠༠༧ ཟུང་ལྡན་"
-#: impress_OOXML_ui.xcu#Office_Open_XML_Presentation.UIName.value.text
+#: impress_OOXML_ui.xcu#Impress_Office_Open_XML.UIName.value.text
msgid "Office Open XML Presentation"
msgstr ""
@@ -290,7 +290,7 @@ msgstr "ཨེཆ་ཊི་ཨེམ་ཨེལ་ཡིག་ཆ།"
msgid "ODF Presentation"
msgstr "ODF གསལ་སྟོན་"
-#: impress_OOXML_Template_ui.xcu#Office_Open_XML_Presentation_Template.UIName.value.text
+#: impress_OOXML_Template_ui.xcu#Impress_Office_Open_XML_Template.UIName.value.text
msgid "Office Open XML Presentation Template"
msgstr ""
diff --git a/translations/source/dz/filter/source/config/fragments/internalgraphicfilters.po b/translations/source/dz/filter/source/config/fragments/internalgraphicfilters.po
index 25e0ffea8d2..8895a139418 100644
--- a/translations/source/dz/filter/source/config/fragments/internalgraphicfilters.po
+++ b/translations/source/dz/filter/source/config/fragments/internalgraphicfilters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:10+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/filter/source/config/fragments/types.po b/translations/source/dz/filter/source/config/fragments/types.po
index 68b2b2a4a82..7a83adbc0ac 100644
--- a/translations/source/dz/filter/source/config/fragments/types.po
+++ b/translations/source/dz/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 02:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: StarBase.xcu#StarBase.UIName.value.text
@@ -100,7 +100,7 @@ msgstr "རའེ་ཊར་ ༨ རྩ་སྒྲིག་"
#: MS_Excel_2007_Binary.xcu#MS_Excel_2007_Binary.UIName.value.text
msgid "Microsoft Excel 2007 Binary"
-msgstr ""
+msgstr "མའི་ཀོརོ་སོཕཊི་ཨེགསི་སེལ་༢༠༠༧ ཟུང་ལྡན་"
#: calc8.xcu#calc8.UIName.value.text
msgid "Calc 8"
diff --git a/translations/source/dz/filter/source/flash.po b/translations/source/dz/filter/source/flash.po
index dd98f9e13f5..e67f0aba40c 100644
--- a/translations/source/dz/filter/source/flash.po
+++ b/translations/source/dz/filter/source/flash.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/filter/source/graphicfilter/eps.po b/translations/source/dz/filter/source/graphicfilter/eps.po
index 82e5ad1b91f..6783faf8381 100644
--- a/translations/source/dz/filter/source/graphicfilter/eps.po
+++ b/translations/source/dz/filter/source/graphicfilter/eps.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/filter/source/pdf.po b/translations/source/dz/filter/source/pdf.po
index 39575252cdb..28a513e58e0 100644
--- a/translations/source/dz/filter/source/pdf.po
+++ b/translations/source/dz/filter/source/pdf.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:10+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -119,6 +119,10 @@ msgstr ""
msgid "Export ~notes pages"
msgstr ""
+#: impdialog.src#CB_EXPORTHIDDENSLIDES.checkbox.text
+msgid "Export ~hidden pages"
+msgstr ""
+
#: impdialog.src#CB_EXPORTEMPTYPAGES.checkbox.text
msgid "Exp~ort automatically inserted blank pages"
msgstr "རང་བཞིན་གྱིས་བཙུགས་ཡོད་པའི་ཤོག་ལེབ་སྟོངམ་ཚུ་ཕྱིར་འདྲེན་འབད།(~x)"
diff --git a/translations/source/dz/filter/source/t602.po b/translations/source/dz/filter/source/t602.po
index 64e8af202dc..78d9eaefcb2 100644
--- a/translations/source/dz/filter/source/t602.po
+++ b/translations/source/dz/filter/source/t602.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/filter/source/xsltdialog.po b/translations/source/dz/filter/source/xsltdialog.po
index dbdebfd9b0f..a37d86f2dd0 100644
--- a/translations/source/dz/filter/source/xsltdialog.po
+++ b/translations/source/dz/filter/source/xsltdialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-11 23:10+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/forms/source/resource.po b/translations/source/dz/forms/source/resource.po
index 3d1b6ae35b1..a5188fcf37f 100644
--- a/translations/source/dz/forms/source/resource.po
+++ b/translations/source/dz/forms/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/formula/source/core/resource.po b/translations/source/dz/formula/source/core/resource.po
index bdd342ebac2..b983cfbc8b8 100644
--- a/translations/source/dz/formula/source/core/resource.po
+++ b/translations/source/dz/formula/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-09 21:08+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -143,6 +143,22 @@ msgstr ""
msgid "ACOTH"
msgstr ""
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_COSECANT.string.text
+msgid "CSC"
+msgstr ""
+
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SECANT.string.text
+msgid "SEC"
+msgstr ""
+
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_COSECANT_HYP.string.text
+msgid "CSCH"
+msgstr ""
+
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SECANT_HYP.string.text
+msgid "SECH"
+msgstr ""
+
#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_EXP.string.text
msgid "EXP"
msgstr ""
diff --git a/translations/source/dz/formula/source/ui/dlg.po b/translations/source/dz/formula/source/ui/dlg.po
index 6970cc35717..226661159d9 100644
--- a/translations/source/dz/formula/source/ui/dlg.po
+++ b/translations/source/dz/formula/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:10+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/fpicker/source/office.po b/translations/source/dz/fpicker/source/office.po
index 2388d6277f1..79bf43bca8c 100644
--- a/translations/source/dz/fpicker/source/office.po
+++ b/translations/source/dz/fpicker/source/office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:10+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/framework/source/classes.po b/translations/source/dz/framework/source/classes.po
index 5f07110ee80..8752d6985f5 100644
--- a/translations/source/dz/framework/source/classes.po
+++ b/translations/source/dz/framework/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/framework/source/services.po b/translations/source/dz/framework/source/services.po
index 7a4ca31de4a..4f08e901c9f 100644
--- a/translations/source/dz/framework/source/services.po
+++ b/translations/source/dz/framework/source/services.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/helpcontent2/source/text/sbasic/guide.po b/translations/source/dz/helpcontent2/source/text/sbasic/guide.po
index 79e126e7246..251d1c32edf 100644
--- a/translations/source/dz/helpcontent2/source/text/sbasic/guide.po
+++ b/translations/source/dz/helpcontent2/source/text/sbasic/guide.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 19:26+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/dz/helpcontent2/source/text/sbasic/shared.po b/translations/source/dz/helpcontent2/source/text/sbasic/shared.po
index 894694a66e8..517deb891f3 100644
--- a/translations/source/dz/helpcontent2/source/text/sbasic/shared.po
+++ b/translations/source/dz/helpcontent2/source/text/sbasic/shared.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:28+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -5004,8 +5004,8 @@ msgid "Default"
msgstr "སྔོན་སྒྲིག"
#: 01170101.xhp#par_id3153547.179.help.text
-msgid "Only input controls receive the focus when using the <emph>Tab </emph>key. Controls without input like caption controls are omitted."
-msgstr "ཨིན་པུཊི་ཚད་འཛིན་ཚུ་རྐྱངམ་ཅིག་ <emph>མཆོང་ལྡེ་ </emph>ལྡེ་མིག་ལག་ལེན་འཐབ་དཆེད་མིག་ཐོབ་ཨིན། ཚད་འཛིན་ཚུ་ཨིན་པུཊི་མེདཔ་སྦེ་དཔར་བཤད་ཚད་འཛིན་ཚུ་བཟུམ་ཆ་མཉམ་སྐྱུར་བཞགཔ་ཨིན།"
+msgid "Only input controls receive the focus when using the <emph>Tab</emph> key. Controls without input like caption controls are omitted."
+msgstr ""
#: 01170101.xhp#par_id3154632.52.help.text
msgid "No"
diff --git a/translations/source/dz/helpcontent2/source/text/sbasic/shared/01.po b/translations/source/dz/helpcontent2/source/text/sbasic/shared/01.po
index 57308572b11..c0c595edb14 100644
--- a/translations/source/dz/helpcontent2/source/text/sbasic/shared/01.po
+++ b/translations/source/dz/helpcontent2/source/text/sbasic/shared/01.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 19:27+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/dz/helpcontent2/source/text/sbasic/shared/02.po b/translations/source/dz/helpcontent2/source/text/sbasic/shared/02.po
index d63e6a39790..31a85ea2fd1 100644
--- a/translations/source/dz/helpcontent2/source/text/sbasic/shared/02.po
+++ b/translations/source/dz/helpcontent2/source/text/sbasic/shared/02.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-12 10:51+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/dz/helpcontent2/source/text/scalc.po b/translations/source/dz/helpcontent2/source/text/scalc.po
index c056384dfe1..8ed7c6881e3 100644
--- a/translations/source/dz/helpcontent2/source/text/scalc.po
+++ b/translations/source/dz/helpcontent2/source/text/scalc.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+helpcontent2%2Fsource%2Ftext%2Fscalc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:27+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/dz/helpcontent2/source/text/scalc/00.po b/translations/source/dz/helpcontent2/source/text/scalc/00.po
index d4a901a3255..f576b9b2680 100644
--- a/translations/source/dz/helpcontent2/source/text/scalc/00.po
+++ b/translations/source/dz/helpcontent2/source/text/scalc/00.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 19:27+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/dz/helpcontent2/source/text/scalc/01.po b/translations/source/dz/helpcontent2/source/text/scalc/01.po
index 881c8924d15..cc655485ee6 100644
--- a/translations/source/dz/helpcontent2/source/text/scalc/01.po
+++ b/translations/source/dz/helpcontent2/source/text/scalc/01.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-12 10:51+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17911,7 +17911,7 @@ msgid "Editing Array Formulas"
msgstr "ཨེ་རེ་མན་ངག་ཚུ་ ཞུན་དག་འབད་དོ།"
#: 04060107.xhp#par_id3149241.317.help.text
-msgid "Select the cell range or array containing the array formula. To select the whole array, position the cell cursor inside the array range, then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>+ /, where / is the Division key on the numeric keypad."
+msgid "Select the cell range or array containing the array formula. To select the whole array, position the cell cursor inside the array range, then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+/, where / is the Division key on the numeric keypad."
msgstr ""
#: 04060107.xhp#par_id3143274.318.help.text
@@ -17973,7 +17973,7 @@ msgid "When you adjust the array range, the array formula will not automatically
msgstr "ཁྱོད་ཀྱིས་ ཨེ་རེ་མན་ངག་བདེ་སྒྲིག་འབད་ད་ ཨེ་རེ་མན་ངག་དེ་ རང་བཞིན་གྱིས་བདེ་སྒྲིག་འབད་ནི་མེདཔ་ཨིན། ཁྱོད་ཀྱིས་ གྲུབ་འབྲས་འབྱུང་ནི་ཨིན་སའི་ཁྱབ་ཚད་དེ་རྐྱངམ་ཅིག་བསྒྱུར་བཅོས་འབད་དོ།"
#: 04060107.xhp#par_id3146080.333.help.text
-msgid "By holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key, you can create a copy of the array formula in the given range."
+msgid "By holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, you can create a copy of the array formula in the given range."
msgstr ""
#: 04060107.xhp#par_idN10D47.help.text
diff --git a/translations/source/dz/helpcontent2/source/text/scalc/02.po b/translations/source/dz/helpcontent2/source/text/scalc/02.po
index 1b8fbb2d3a6..6619257f372 100644
--- a/translations/source/dz/helpcontent2/source/text/scalc/02.po
+++ b/translations/source/dz/helpcontent2/source/text/scalc/02.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:28+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/dz/helpcontent2/source/text/scalc/04.po b/translations/source/dz/helpcontent2/source/text/scalc/04.po
index 5427b5f47bd..4f7958816be 100644
--- a/translations/source/dz/helpcontent2/source/text/scalc/04.po
+++ b/translations/source/dz/helpcontent2/source/text/scalc/04.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:28+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -36,8 +36,8 @@ msgid "To create a matrix in which all the cells contain the same information as
msgstr "ཁྱོད་ཀྱིས་<emph>Input line</emph>གུ་ལུ་ཐོ་བཀོད་འབད་དེ་ཡོད་དོ་བཟུམ་མའི་ནང་ཐིག་ཚུ་གི་ནང་ན་བརྡ་དོན་གཅིག་པ་ཤོམ་ཏེ་ཡོད་པའི་མེ་ཊིགསི་ གསར་བསྐྲུན་འབད་ནིའི་དོན་ལུ་ སོར་ལྡེ་+<switchinline select=\"sys\"><caseinline select=\"MAC\">བརྡ་བཀོད་ </caseinline><defaultinline>ཚད་འཛིན་ </defaultinline></switchinline>+ལོག་ལྡེ་ ཨེབ།. ཁྱོད་ཀྱིས་ མེ་ཊིགསི་གི་ཆ་ཤས་ཚུ་ཞུན་དག་འབད་མི་ཚུགས།"
#: 01020000.xhp#par_id3166426.4.help.text
-msgid "To select multiple cells in different areas of a sheet, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline>and drag in the different areas."
-msgstr "ཤོག་ཁྲམ་གྱི་མངའ་ཁོངས་སོ་སོ་ཚུ་ནང་ སྣ་མང་ནང་ཐིག་ཚུ་སེལ་འཐུ་འབད་ནིའི་དོན་ལུ་ <switchinline select=\"sys\"><caseinline select=\"MAC\">བརྡ་བཀོད་ </caseinline><defaultinline>ཚད་འཛིན་ </defaultinline></switchinline>མར་འཆང་ཞིནམ་ལས་ མངའ་ཁོངས་སོ་སོར་ཚུ་ནང་འདྲུད།"
+msgid "To select multiple cells in different areas of a sheet, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and drag in the different areas."
+msgstr ""
#: 01020000.xhp#par_id3150207.127.help.text
msgid "To select multiple sheets in a spreadsheet, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, and then click the name tabs at the lower edge of the workspace. To select only one sheet in a selection, hold down Shift, and then click the name tab of the sheet."
@@ -235,8 +235,8 @@ msgid "Adds the next sheet to the current selection of sheets. If all the sheets
msgstr "ད་ལྟོའི་ཤོག་ཁྲམ་ཚུའི་སེལ་འཐུ་ལུ་ ཤུལ་མའི་ཤོག་ཁྲམ་འདི་ཁ་སྐོང་འབདཝ་ཨིན། ཤོག་ཁྲམ་ནང་ལུ་ ཤོག་ཁྲམ་ཚུ་ཆ་མཉམ་རང་སེལ་འཐུ་གྲུབ་ཏེ་ཡོད་པ་ཅིན་ འ་ནི་མགྱོགས་ཐབས་ལྡེ་མིག་མཉམ་མཐུད་ཀྱིས་ ཤུལ་མམ་གྱི་ཤོག་ཁྲམ་རྐྱངམ་ཅིག་སེལ་འཐུ་འབདཝ་ཨིན། ཤུལ་མམ་གྱི་ཤོག་ཁྲམ་འདི་ ད་ལྟོའི་ཤོག་ཁྲམ་བཟོཝ་ཨིན།"
#: 01020000.xhp#hd_id3145826.96.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + *"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">བརྡ་བཀོད་ </caseinline><defaultinline>ཚད་འཛིན་ </defaultinline></switchinline> + *"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ *"
+msgstr ""
#: 01020000.xhp#par_id3148882.97.help.text
msgid "where (*) is the multiplication sign on the numeric key pad"
@@ -247,8 +247,8 @@ msgid "Selects the data range that contains the cursor. A range is a contiguous
msgstr "ནང་ན་འོད་རྟགས་ཤོམ་ཏེ་ཡོད་པའི་གནད་སྡུད་ཁྱབ་ཚད་སེལ་འཐུ་འབདཝ་ཨིན། ཁྱབ་ཚད་འདི་ ནང་ན་གནད་སྡུད་ཤོམ་ཏེ་ཡོད་མི་དང་ གྲལ་ཐིག་དང་ཀེར་ཐིག་སྟོངམ་ཚུ་གི་བཅད་མཚམས་འབད་དེ་ཡོད་པའི་ཉེ་འདབས་ནང་ཐིག་ཁྱབ་ཚད་གཅིག་ཨིན།"
#: 01020000.xhp#hd_id3151233.180.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + /"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">བརྡ་བཀོད་ </caseinline><defaultinline>ཚད་འཛིན་ </defaultinline></switchinline> + /"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ /"
+msgstr ""
#: 01020000.xhp#par_id3149949.181.help.text
msgid "where (/) is the division sign on the numeric key pad"
@@ -283,8 +283,8 @@ msgid "Moves the cursor down one cell in a selected range. To specify the direct
msgstr ""
#: 01020000.xhp#par_id5961180.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline> + ` (see note below this table)"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">བརྡ་བཀོད་ </caseinline><defaultinline>ཚད་འཛིན་ </defaultinline></switchinline> +མདའ་རྟགས་གཡོན།"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ ` (see note below this table)"
+msgstr ""
#: 01020000.xhp#par_id6407055.help.text
msgid "Displays or hides the formulas instead of the values in all cells."
@@ -497,32 +497,32 @@ msgid "Ungroups the selected data range."
msgstr "སེལ་འཐུ་གྲུབ་ཡོད་པའི་གནད་སྡུད་ཁྱབ་ཚད་འདི་སྡེ་ཚན་བཟོཝ་ཨིན།"
#: 01020000.xhp#hd_id3151264.117.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + Down Arrow"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">གདམ་ཁ་ </caseinline><defaultinline>གདམ་ལྡེ་ </defaultinline></switchinline> + མདའ་རྟགས་མར།"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ Down Arrow"
+msgstr ""
#: 01020000.xhp#par_id3153155.118.help.text
msgid "Increases the height of current row."
msgstr "ད་ལྟོའི་གྲལ་ཐིག་གི་མཐོ་ཚད་ཡར་འཕར་འབདཝ་ཨིན།"
#: 01020000.xhp#hd_id3151297.119.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + Up Arrow"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">གདམ་ཁ་ </caseinline><defaultinline>གདམ་ལྡེ་ </defaultinline></switchinline> + མདའ་རྟགས་ཡར།"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ Up Arrow"
+msgstr ""
#: 01020000.xhp#par_id3155849.120.help.text
msgid "Decreases the height of current row."
msgstr "ད་ལྟོའི་གྲལ་ཐིག་གི་མཐོ་ཚད་མར་ཕབ་འབདཝ་ཨིན།"
#: 01020000.xhp#hd_id3155997.121.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + Right Arrow"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">གདམ་ཁ་ </caseinline><defaultinline>གདམ་ལྡེ་ </defaultinline></switchinline> + མདའ་རྟགས་གཡས།"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ Right Arrow"
+msgstr ""
#: 01020000.xhp#par_id3150256.122.help.text
msgid "Increases the width of the current column."
msgstr "ད་ལྟོའི་ཀེར་ཐིག་གི་རྒྱ་ཚད་ཡར་འཕར་འབདཝ་ཨིན།"
#: 01020000.xhp#hd_id3154046.123.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + Left Arrow"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">གདམ་ཁ་ </caseinline><defaultinline>གདམ་ལྡེ་ </defaultinline></switchinline> + མདའ་རྟགས་གཡོན།"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ Left Arrow"
+msgstr ""
#: 01020000.xhp#par_id3150155.124.help.text
msgid "Decreases the width of the current column."
diff --git a/translations/source/dz/helpcontent2/source/text/scalc/05.po b/translations/source/dz/helpcontent2/source/text/scalc/05.po
index f139e9998e3..5bea9e532c3 100644
--- a/translations/source/dz/helpcontent2/source/text/scalc/05.po
+++ b/translations/source/dz/helpcontent2/source/text/scalc/05.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 19:28+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/dz/helpcontent2/source/text/scalc/guide.po b/translations/source/dz/helpcontent2/source/text/scalc/guide.po
index 52614017a46..3ade49be082 100644
--- a/translations/source/dz/helpcontent2/source/text/scalc/guide.po
+++ b/translations/source/dz/helpcontent2/source/text/scalc/guide.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 19:28+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1515,7 +1515,7 @@ msgstr "དཔེར་ན་ ནང་ཐིག་སྟོངམ་ནང་
#: sorted_list.xhp#par_id2367931.help.text
msgctxt "sorted_list.xhp#par_id2367931.help.text"
-msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>if you do not want to fill the cells with different values."
+msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> if you do not want to fill the cells with different values."
msgstr ""
#: sorted_list.xhp#par_id3152577.5.help.text
@@ -3654,7 +3654,7 @@ msgstr "རིམ་མཐུད་ཉིན་གྲངས་ཀྱི་ཐོ
#: calc_series.xhp#par_id9720145.help.text
msgctxt "calc_series.xhp#par_id9720145.help.text"
-msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>if you do not want to fill the cells with different values."
+msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> if you do not want to fill the cells with different values."
msgstr ""
#: calc_series.xhp#par_id3154490.18.help.text
@@ -3813,7 +3813,7 @@ msgid "Formatting Borders and Backgrounds for Cells and Pages"
msgstr "ནང་ཐིག་དང་ཤོག་ལེབ་ཚུའི་དོན་ལུ་ རྩ་སྒྲ྄ིག་མཐའ་མཚམས་དང་རྒྱབ་གཞི་ཚུ།"
#: format_table.xhp#par_id3154733.20.help.text
-msgid "You can assign a format to any group of cells by first selecting the cells (for multiple selection, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key when clicking), and then activating the <emph>Format Cells</emph> dialog in <item type=\"menuitem\">Format - Cell</item>. In this dialog, you can select attributes such as shadows and backgrounds."
+msgid "You can assign a format to any group of cells by first selecting the cells (for multiple selection, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key when clicking), and then activating the <emph>Format Cells</emph> dialog in <item type=\"menuitem\">Format - Cell</item>. In this dialog, you can select attributes such as shadows and backgrounds."
msgstr ""
#: format_table.xhp#par_id3145116.21.help.text
@@ -4728,7 +4728,7 @@ msgid "In $[officename] Calc, you can insert values, text or formulas that are s
msgstr "$[officename] ཀེལཀི་ནང་ ཁྱོད་ཀྱིས་ ཁྱོད་རའི་ཡིག་ཆ་ནང་ སེལ་འཐུ་འབད་ཡོད་པའི་ལེབ་གྲངས་ལ་ལོ་ཅིག་ལུ་ དུས་མཉམ་སྦེ་འདྲ་བཤུས་བརྐྱབས་ཡོད་པའི་ བེ་ལུསི་དང་ཚིག་ཡིག་ ཡང་ན་ མན་ངག་ཚུ་བཙུགས་ཚུགས།"
#: edit_multitables.xhp#par_id3153768.8.help.text
-msgid "Select all desired sheets by holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key and clicking the corresponding register tabs that are still gray at the bottom margin of the workspace. All selected register tabs are now white."
+msgid "Select all desired sheets by holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key and clicking the corresponding register tabs that are still gray at the bottom margin of the workspace. All selected register tabs are now white."
msgstr ""
#: edit_multitables.xhp#par_idN10614.help.text
@@ -4959,9 +4959,8 @@ msgid "Selecting Multiple Sheets"
msgstr "སྣ་མང་ལེབ་གྲངས་ཚུ་ སེལ་འཐུ་འབད་དོ།"
#: multitables.xhp#par_id3145251.6.help.text
-#, fuzzy
-msgid "The sheet tab of the current sheet is always visible in white in front of the other sheet tabs. The other sheet tabs are gray when they are not selected. By clicking other sheet tabs while pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline>you can select multiple sheets."
-msgstr "ལྡེ་སྒྲོམ་དང་གཅིག་ཁར་ཐིག་ཁྲམ་ཅིག་སེལ་འཐུ་འབད་ནིའི་དོན་ལས་ འོད་རྟགས་འདི་ཐིག་ཁྲམ་ནང་ལུ་བཤུད་ དེ་ལས་ <switchinline select=\"sys\"><caseinline select=\"MAC\">བརྡ་བཀོད་ </caseinline><defaultinline>ཚད་འཛིན་</defaultinline></switchinline>+A འདི་ནང་ཐིག་ཆ་མཉམ་སེལ་འཐུ་མ་འབད་ཚུན་ཨེབ།"
+msgid "The sheet tab of the current sheet is always visible in white in front of the other sheet tabs. The other sheet tabs are gray when they are not selected. By clicking other sheet tabs while pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> you can select multiple sheets."
+msgstr ""
#: multitables.xhp#par_idN106B7.help.text
msgctxt "multitables.xhp#par_idN106B7.help.text"
@@ -4973,9 +4972,8 @@ msgid "Undoing a Selection"
msgstr "སེལ་འཐུ་འབདཝ་བཤོལ་དོ།"
#: multitables.xhp#par_id3146969.13.help.text
-#, fuzzy
-msgid "To undo the selection of a sheet, click its sheet tab again while pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline>key. The sheet that is currently visible cannot be removed from the selection."
-msgstr "ཐིག་ཁྲམ་ཅིག་གི་ནང་དོན་འདི་ཙུ་བཏོན་གཏང་ནིའི་དོན་ལས་ ཐིག་ཁྲམ་ནང་ཨེབ་གཏང་ <switchinline select=\"sys\"><caseinline select=\"MAC\">བརྡ་བཀོད་ </caseinline><defaultinline>ཚད་འཛིན་</defaultinline></switchinline>+A འདི་ནང་ཐིག་ཚུ་ཆ་མཉམ་སེལ་འཐུ་མ་འབད་ཚུན་ཨེབ་ དེ་ལས་བཏོན་གཏང་ཡང་ན་རྒྱབ་བཤུད་ཨེབ།"
+msgid "To undo the selection of a sheet, click its sheet tab again while pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key. The sheet that is currently visible cannot be removed from the selection."
+msgstr ""
#: multitables.xhp#hd_id3156382.15.help.text
msgid "Calculating Across Multiple Sheets"
@@ -5026,7 +5024,7 @@ msgid "If you move cells in insert mode within the same row (only horizontally),
msgstr ""
#: move_dragdrop.xhp#par_id2586748.help.text
-msgid "In both modes, you can hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key, or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift keys while you release the mouse button to insert a copy or a link, respectively."
+msgid "In both modes, you can hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift keys while you release the mouse button to insert a copy or a link, respectively."
msgstr ""
#: move_dragdrop.xhp#par_id5814081.help.text
@@ -5047,7 +5045,7 @@ msgid "Cells are moved and overwrite the cells in the target area. Source cells
msgstr ""
#: move_dragdrop.xhp#par_id6161687.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key"
msgstr ""
#: move_dragdrop.xhp#par_id4278389.help.text
@@ -5075,7 +5073,7 @@ msgid "If you move within the same rows on the same sheet, the cells in the targ
msgstr ""
#: move_dragdrop.xhp#par_id2783898.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option+Command </caseinline><defaultinline>Alt+Ctrl </defaultinline></switchinline>keys"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option+Command </caseinline><defaultinline>Alt+Ctrl</defaultinline></switchinline> keys"
msgstr ""
#: move_dragdrop.xhp#par_id2785119.help.text
@@ -5169,7 +5167,7 @@ msgid "To create a scenario, select all the cells that provide the data for the
msgstr "འཆར་བཤད་ཅིག་གསར་བསྐྲུན་འབད་ནིའི་དོན་ལུ་ འཆར་བཤད་ལུ་གནད་སྡུད་བྱིན་མི་ནང་ཐིག་ཚ་ཆ་མཉམ་ སེལ་འཐུ་འབད།"
#: scenario.xhp#par_id3154020.17.help.text
-msgid "Select the cells that contain the values that will change between scenarios. To select multiple cells, hold down the <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline></item>key as you click each cell."
+msgid "Select the cells that contain the values that will change between scenarios. To select multiple cells, hold down the <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline></item> key as you click each cell."
msgstr ""
#: scenario.xhp#par_id3150364.18.help.text
@@ -5614,9 +5612,8 @@ msgid "By double-clicking on one of the fields in the <emph>Data Fields</emph> a
msgstr "<emph>Data Fields</emph> མངའ་ཁོངས་ནང་ ས་སྒོ་ཚུ་ནང་ལས་གཅིག་ལུ་ཚར་གཉིས་ཨེབ་གཏང་འབད་བའི་ཐོག་ལས་ <link href=\"text/scalc/01/12090105.xhp\" name=\"Data Field\"><emph>གནད་སྡུད་ས་སྒོ་</emph></link> ཌའི་ལོག་ལུ་བོད་བརྡ་འབད་བཏུབ།"
#: datapilot_createtable.xhp#par_id3156286.17.help.text
-#, fuzzy
-msgid "Use the <item type=\"menuitem\">Data Field</item> dialog to select the calculations to be used for the data. To make a multiple selection, press the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline>key while clicking the desired calculation."
-msgstr "ལྡེ་སྒྲོམ་དང་གཅིག་ཁར་ཐིག་ཁྲམ་ཅིག་སེལ་འཐུ་འབད་ནིའི་དོན་ལས་ འོད་རྟགས་འདི་ཐིག་ཁྲམ་ནང་ལུ་བཤུད་ དེ་ལས་ <switchinline select=\"sys\"><caseinline select=\"MAC\">བརྡ་བཀོད་ </caseinline><defaultinline>ཚད་འཛིན་</defaultinline></switchinline>+A འདི་ནང་ཐིག་ཆ་མཉམ་སེལ་འཐུ་མ་འབད་ཚུན་ཨེབ།"
+msgid "Use the <item type=\"menuitem\">Data Field</item> dialog to select the calculations to be used for the data. To make a multiple selection, press the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while clicking the desired calculation."
+msgstr ""
#: datapilot_createtable.xhp#par_id3150329.13.help.text
msgid "The order of the buttons can be changed at any time by moving them to a different position in the area with the mouse."
diff --git a/translations/source/dz/helpcontent2/source/text/schart.po b/translations/source/dz/helpcontent2/source/text/schart.po
index 85fe7a8522c..e1885d418f8 100644
--- a/translations/source/dz/helpcontent2/source/text/schart.po
+++ b/translations/source/dz/helpcontent2/source/text/schart.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+helpcontent2%2Fsource%2Ftext%2Fschart.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/dz/helpcontent2/source/text/schart/00.po b/translations/source/dz/helpcontent2/source/text/schart/00.po
index c3866b8f596..66f266c5fd7 100644
--- a/translations/source/dz/helpcontent2/source/text/schart/00.po
+++ b/translations/source/dz/helpcontent2/source/text/schart/00.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/dz/helpcontent2/source/text/schart/01.po b/translations/source/dz/helpcontent2/source/text/schart/01.po
index d4caa945176..8da3b6823e0 100644
--- a/translations/source/dz/helpcontent2/source/text/schart/01.po
+++ b/translations/source/dz/helpcontent2/source/text/schart/01.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-12 10:54+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/dz/helpcontent2/source/text/schart/02.po b/translations/source/dz/helpcontent2/source/text/schart/02.po
index 410b0c61137..4cab780c242 100644
--- a/translations/source/dz/helpcontent2/source/text/schart/02.po
+++ b/translations/source/dz/helpcontent2/source/text/schart/02.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/dz/helpcontent2/source/text/schart/04.po b/translations/source/dz/helpcontent2/source/text/schart/04.po
index 1ea567ec2ee..2a9c4488626 100644
--- a/translations/source/dz/helpcontent2/source/text/schart/04.po
+++ b/translations/source/dz/helpcontent2/source/text/schart/04.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/dz/helpcontent2/source/text/sdraw.po b/translations/source/dz/helpcontent2/source/text/sdraw.po
index 77ae35025db..c617afb0f95 100644
--- a/translations/source/dz/helpcontent2/source/text/sdraw.po
+++ b/translations/source/dz/helpcontent2/source/text/sdraw.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+helpcontent2%2Fsource%2Ftext%2Fsdraw.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-12 10:54+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/dz/helpcontent2/source/text/sdraw/00.po b/translations/source/dz/helpcontent2/source/text/sdraw/00.po
index 7bd2dae1c6c..811e132722e 100644
--- a/translations/source/dz/helpcontent2/source/text/sdraw/00.po
+++ b/translations/source/dz/helpcontent2/source/text/sdraw/00.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/dz/helpcontent2/source/text/sdraw/01.po b/translations/source/dz/helpcontent2/source/text/sdraw/01.po
index 9848e787179..941a77696d9 100644
--- a/translations/source/dz/helpcontent2/source/text/sdraw/01.po
+++ b/translations/source/dz/helpcontent2/source/text/sdraw/01.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/dz/helpcontent2/source/text/sdraw/04.po b/translations/source/dz/helpcontent2/source/text/sdraw/04.po
index cac97896466..54966f2efb5 100644
--- a/translations/source/dz/helpcontent2/source/text/sdraw/04.po
+++ b/translations/source/dz/helpcontent2/source/text/sdraw/04.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -375,8 +375,8 @@ msgid "Press the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option<
msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">གདམ་ཁ་ </caseinline><defaultinline>གདམ་ལྡེ་</defaultinline></switchinline> ལྡེ་མིག་འདི་ ཨེབ་ཞིནམ་ལས་ ཕྱི་ཕྱོགས་དངོས་པོའི་དབུས་ནང་ལས་ དངོས་པོ་འབྲི་ནི་ ཡང་ན་ ཚད་བསྐྱར་བཟོ་འབད་ནིའི་དོན་ལུ་ མའུསི་གི་ཐོག་ལས་ འདྲུད།"
#: 01020000.xhp#hd_id3143232.83.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + click on an object"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">གདམ་ཁ་ </caseinline><defaultinline>Alt</defaultinline></switchinline> +དངོས་པོའི་གུ་ལུ་ ཨེབ་གཏང་འབད།"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ click on an object"
+msgstr ""
#: 01020000.xhp#par_id3156007.84.help.text
msgid "Selects the object behind the currently selected object."
diff --git a/translations/source/dz/helpcontent2/source/text/sdraw/guide.po b/translations/source/dz/helpcontent2/source/text/sdraw/guide.po
index 9c7e2f65bc6..afd574f2648 100644
--- a/translations/source/dz/helpcontent2/source/text/sdraw/guide.po
+++ b/translations/source/dz/helpcontent2/source/text/sdraw/guide.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/dz/helpcontent2/source/text/shared.po b/translations/source/dz/helpcontent2/source/text/shared.po
index 3c764558a64..b36a8c3b3fe 100644
--- a/translations/source/dz/helpcontent2/source/text/shared.po
+++ b/translations/source/dz/helpcontent2/source/text/shared.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+helpcontent2%2Fsource%2Ftext%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 19:29+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/dz/helpcontent2/source/text/shared/00.po b/translations/source/dz/helpcontent2/source/text/shared/00.po
index 52c2b4d2d1f..4cae6946611 100644
--- a/translations/source/dz/helpcontent2/source/text/shared/00.po
+++ b/translations/source/dz/helpcontent2/source/text/shared/00.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 19:30+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4496,6 +4496,10 @@ msgstr ""
msgid "<variable id=\"java\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Java</emph></variable>"
msgstr ""
+#: 00000406.xhp#par_id5485702.help.text
+msgid "<variable id=\"online_update\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Online Update </emph></variable>"
+msgstr ""
+
#: 00000406.xhp#par_id3146989.152.help.text
msgid "<variable id=\"accessibility\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Accessibility</emph></variable>"
msgstr ""
diff --git a/translations/source/dz/helpcontent2/source/text/shared/01.po b/translations/source/dz/helpcontent2/source/text/shared/01.po
index 7c1f1dda9c6..cf74604df54 100644
--- a/translations/source/dz/helpcontent2/source/text/shared/01.po
+++ b/translations/source/dz/helpcontent2/source/text/shared/01.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-10-31 23:17+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3586,6 +3586,10 @@ msgstr "ཡིག་སྣོད་ཁ་ཕྱེ་ཌའི་ལོག་ན
msgid "The file types that are listed in this dialog are not supported by all operating systems."
msgstr "ཌའི་ལོག་ནང་ཐོ་ཡིག་བརྐྱབ་ཡོད་མི་ ཡིག་སྣོད་དབྱེ་བ་ཚུ་ བཀོལ་སྤྱོད་རིམ་ལུགས་ཚུ་གིས་ རྒྱབ་སྐྱོར་འབད་ནི་མེད།"
+#: moviesound.xhp#par_idN10700.help.text
+msgid "Click the <emph>Link</emph> box if you want a link to the original file. If it is not checked, the media file will be embedded (not supported with all file formats)."
+msgstr ""
+
#: moviesound.xhp#par_idN106D7.help.text
msgid "Click <emph>Open</emph>."
msgstr " <emph>ཁ་ཕྱེ་འདི་ཨེབ་གཏང་འབད།</emph>."
@@ -12026,7 +12030,7 @@ msgid "To view the styles that are used in a file, double-click the file name, a
msgstr "ཡིག་སྣོད་ནང་ལུ་ལག་ལེན་འཐབ་ཡོད་པའི་ བཟོ་རྣམ་ཚུ་སྟོན་ནི་དོན་ལུ་ ཡིག་སྣོད་ཀྱི་མིང་ལུ་ཨེབ་གཏང་ཐེང་གཉིས་ཨེབ་གཏང་ནི་དང་ དེ་ལས་ <emph>བཟོ་རྣམ་</emph>ངོས་དཔར་གུ་ཨེབ་གཏང་ཐེང་གཉིས་ཨེབ་ད།"
#: 01110100.xhp#par_id3155504.35.help.text
-msgid "To copy a style, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>and drag the style from one file to another file. To move a style, drag the style from one file to another file."
+msgid "To copy a style, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and drag the style from one file to another file. To move a style, drag the style from one file to another file."
msgstr ""
#: 01110100.xhp#hd_id3149578.8.help.text
@@ -12665,7 +12669,7 @@ msgid "Selection field"
msgstr "ས་སྒོའི་སེལ་འཐུ།"
#: 02230401.xhp#par_id3161459.4.help.text
-msgid "<ahelp hid=\"HID_REDLINING_VIEW_DG_VIEW\">Lists the changes that were recorded in the document. When you select an entry in the list, the change is highlighted in the document. To sort the list, click a column heading. </ahelp> Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>while you click to select multiple entries in the list."
+msgid "<ahelp hid=\"HID_REDLINING_VIEW_DG_VIEW\">Lists the changes that were recorded in the document. When you select an entry in the list, the change is highlighted in the document. To sort the list, click a column heading. </ahelp> Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while you click to select multiple entries in the list."
msgstr ""
#: 02230401.xhp#par_id3152812.6.help.text
@@ -19471,7 +19475,7 @@ msgid "Several records or removing a selection"
msgstr "དྲན་ཐོ་སྣ་མང་ ཡང་ན་ སེལ་འཐུ་འདི་རྩ་བསྐྲད་གཏང་དོ།"
#: 05340400.xhp#par_id3149295.17.help.text
-msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>and click the row header"
+msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and click the row header"
msgstr ""
#: 05340400.xhp#par_id3152360.18.help.text
diff --git a/translations/source/dz/helpcontent2/source/text/shared/02.po b/translations/source/dz/helpcontent2/source/text/shared/02.po
index 514c06c3472..12e93b52596 100644
--- a/translations/source/dz/helpcontent2/source/text/shared/02.po
+++ b/translations/source/dz/helpcontent2/source/text/shared/02.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-12 11:25+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -6821,8 +6821,8 @@ msgid "Decrease Indent"
msgstr "འགོ་མཚམས་འབད།"
#: 02130000.xhp#par_id3153031.6.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you click the <emph>Decrease Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key, the indent for the selected paragraph is moved by the default tab stop that has been set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ཁྱོད་ཀྱིས་<emph> འགོ་མཚམས་མར་ཕབ་འབད་</emph> ངོས་དཔར་འདི་ <switchinline select=\"sys\"><caseinline select=\"MAC\">བརྡ་བཀོད་ལྡེ་མིག་</caseinline><defaultinline>ཚད་འཛིན་ལྡེ་མིག་</defaultinline></switchinline>འཆང་བཞག་པའི་སྐབས་ ཨེབ་གཏང་འབད་བ་ཅིན་ སེལ་འཐུ་འབད་ཡོད་པའི་དོན་མཚམས་ཀྱི་དོན་ལུ་ འགོ་མཚམས་འདི་ <link href=\"text/shared/optionen/01040200.xhp\" name=\"Tools - Options - Writer - General\"><emph>ལག་ཆས་ཚུ་ - གདམ་ཁ་ཚུ་ - %PRODUCTNAME རྩོམ་འབྲི་པ་ - ཡོངས་ཁྱབ་</emph></link> གི་འོག་ལུ་གཞི་སྒྲིག་འབད་ཡོད་མི་ སྔོན་སྒྲིག་མཆོང་ལྡེ་བཀག་འདི་གིས་ སྤོ་བཤུད་འབད་ཡོད།</caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you click the <emph>Decrease Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, the indent for the selected paragraph is moved by the default tab stop that has been set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
+msgstr ""
#: 01171300.xhp#tit.help.text
msgctxt "01171300.xhp#tit.help.text"
@@ -7632,7 +7632,7 @@ msgid "You can copy controls in the document through the clipboard (shortcut key
msgstr "འཛིན་པང་འདི་བརྒྱུད་དེ་ ཁྱོད་ཀྱི་ཡིག་ཆ་ནང་ ཚད་འཛིན་འདི་ཚུ་ འདྲ་བཤུས་རྐྱབ་བཏུབ།(shortcut keys <switchinline select=\"sys\"><caseinline select=\"MAC\">བརྡ་བཀོད་ </caseinline><defaultinline>ཚད་འཛིན་</defaultinline></switchinline>+C འདྲ་བཤུས་དོན་ལུ་ <switchinline select=\"sys\"><caseinline select=\"MAC\">བརྡ་བཀོད་ </caseinline><defaultinline>ཚད་འཛིན་</defaultinline></switchinline>+V བཙུགས་ནིའི་དོན་ལུ་) ཁྱོད་ཀྱི་ སྦ་ཡོད་པའི་ཚད་འཛིན་འདི་ཚུ་ <emph>འབྲི་ཤོག་</emph>འགྲུལ་བསྐྱོདཔ་ནང་ལུ་ <switchinline select=\"sys\"><caseinline select=\"MAC\">བརྡ་བཀོད་ </caseinline><defaultinline>ཚད་འཛིན་</defaultinline></switchinline> ལྡེ་མིག་ མར་མནན་འབད་བཞག་པའི་སྐབས་ འདྲུད་བཞག་དང་ བཀོག་བཞག་ལག་ལེན་འཐབ་ཐོག་ལས་ འདྲ་བཤུས་རྐྱབ་བཏུབ།"
#: 01170600.xhp#par_id3145068.20.help.text
-msgid "Drag and drop to copy controls within the same document or between documents. Open another form document and drag the hidden control from the <emph>Form Navigator</emph> into the <emph>Form Navigator</emph> of the target document. Click a visible control directly in the document, rest the mouse for a moment so that a copy of the control is added to the drag-and-drop clipboard, then drag the copy into the other document. If you want a copy in the same document, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>while dragging."
+msgid "Drag and drop to copy controls within the same document or between documents. Open another form document and drag the hidden control from the <emph>Form Navigator</emph> into the <emph>Form Navigator</emph> of the target document. Click a visible control directly in the document, rest the mouse for a moment so that a copy of the control is added to the drag-and-drop clipboard, then drag the copy into the other document. If you want a copy in the same document, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while dragging."
msgstr ""
#: 01170600.xhp#hd_id3152812.13.help.text
@@ -8239,8 +8239,8 @@ msgid "Drag the mark on the right to the left while pressing the mouse button"
msgstr "མཱའུསི་ཨེབ་རྟ་འདི་ཨེབས་པའི་སྐབས་ གཡས་ལུ་ཡོད་པའི་རྟགས་འདི་གཡོན་ལུ་འདྲུད།"
#: 13020000.xhp#par_id3154760.16.help.text
-msgid "In order to change the left indent starting with the second line of a paragraph, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline> key, click the triangle on the bottom left, and drag it to the right."
-msgstr "དོན་མཚམས་ཅིག་གི་གྲལ་ཐིག་གཉིས་པ་ལས་འགོ་བཙུག་སྟེ་གཡོན་གྱི་འགོ་མཚམས་འདི་བསྒྱུར་བཅོས་འབད་ནི་གི་དོན་ལུ་ <switchinline select=\"sys\"><caseinline select=\"MAC\">བརྡ་བཀོད་ </caseinline><defaultinline>ཚད་འཛིན་ </defaultinline></switchinline> ལྡེ་མིག་བཟུང་ནི་དང་ གཤམ་གྱི་གཡོན་ཕྱོགས་ཀྱི་ཟུར་གསུམ་འདི་གུ་ཨེབ་གཏང་འབད་ནི་ དེ་ལས་ གཡས་ལུ་འདྲུད།"
+msgid "In order to change the left indent starting with the second line of a paragraph, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, click the triangle on the bottom left, and drag it to the right."
+msgstr ""
#: 13020000.xhp#par_id3148453.17.help.text
msgid "Tabs that have been set are not changed when indenting a paragraph. If the set tabs end up outside the margins of the paragraph, they are no longer displayed, but they still exist."
@@ -8517,8 +8517,8 @@ msgid "Increase Indent"
msgstr "འགོ་མཚམས་ ཡར་འཕར་འབད།"
#: 02140000.xhp#par_id3152996.5.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Click the <emph>Increase Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key to move the indenting of the selected paragraph by the default tab distance set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"> <emph>འགོ་མཚམས་ཡར་འཕར་</emph> ངོས་དཔར་འདི་ <switchinline select=\"sys\"><caseinline select=\"MAC\">བརྡ་བཀོད་ལྡེ་མིག་</caseinline><defaultinline>ཚད་འཛིན་ལྡེ་མིག་</defaultinline></switchinline> འདི་འཆང་བཞག་པའི་སྐབས་ <link href=\"text/shared/optionen/01040200.xhp\" name=\"Tools - Options - Writer - General\"><emph>ལག་ཆས་ཚུ་ - གདམ་ཁ་ཚུ་ - %PRODUCTNAME རྩོམ་འབྲི་པ་ - ཡོངས་ཁྱབ་</emph></link>གི་འོག་ལུ་ གཞི་སྒྲིག་འབད་ཡོད་པའི་ སྔོན་སྒྲིག་མཆོང་ལྡེ་གྱང་ཚད་ཀྱིས་ སེལ་འཐུ་འབད་ཡོད་པའི་འགོ་མཚམས་འདི་ སྤོ་བཤུད་འབད་ནིའི་དོན་ལས་ ཨེབ་གཏང་།</caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Click the <emph>Increase Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key to move the indenting of the selected paragraph by the default tab distance set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
+msgstr ""
#: 02140000.xhp#par_id3157910.6.help.text
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Example:</caseinline></switchinline>"
diff --git a/translations/source/dz/helpcontent2/source/text/shared/04.po b/translations/source/dz/helpcontent2/source/text/shared/04.po
index 63f8417a143..ca3ca9b9712 100644
--- a/translations/source/dz/helpcontent2/source/text/shared/04.po
+++ b/translations/source/dz/helpcontent2/source/text/shared/04.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:30+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/dz/helpcontent2/source/text/shared/05.po b/translations/source/dz/helpcontent2/source/text/shared/05.po
index eedb11d8a60..784f466a83a 100644
--- a/translations/source/dz/helpcontent2/source/text/shared/05.po
+++ b/translations/source/dz/helpcontent2/source/text/shared/05.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:30+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/dz/helpcontent2/source/text/shared/07.po b/translations/source/dz/helpcontent2/source/text/shared/07.po
index e9b8c1f1b40..da1bcd0f616 100644
--- a/translations/source/dz/helpcontent2/source/text/shared/07.po
+++ b/translations/source/dz/helpcontent2/source/text/shared/07.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F07.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:30+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/dz/helpcontent2/source/text/shared/autokorr.po b/translations/source/dz/helpcontent2/source/text/shared/autokorr.po
index f4af77d2570..1d05537d7bc 100644
--- a/translations/source/dz/helpcontent2/source/text/shared/autokorr.po
+++ b/translations/source/dz/helpcontent2/source/text/shared/autokorr.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautokorr.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:30+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/dz/helpcontent2/source/text/shared/autopi.po b/translations/source/dz/helpcontent2/source/text/shared/autopi.po
index beea4f2ff6b..ee3979db56a 100644
--- a/translations/source/dz/helpcontent2/source/text/shared/autopi.po
+++ b/translations/source/dz/helpcontent2/source/text/shared/autopi.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautopi.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:31+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/dz/helpcontent2/source/text/shared/explorer/database.po b/translations/source/dz/helpcontent2/source/text/shared/explorer/database.po
index 79c9c150608..dbaa780be2c 100644
--- a/translations/source/dz/helpcontent2/source/text/shared/explorer/database.po
+++ b/translations/source/dz/helpcontent2/source/text/shared/explorer/database.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fexplorer%2Fdatabase.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-12 11:26+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/dz/helpcontent2/source/text/shared/guide.po b/translations/source/dz/helpcontent2/source/text/shared/guide.po
index 76e6ed90ae8..c3699e60042 100644
--- a/translations/source/dz/helpcontent2/source/text/shared/guide.po
+++ b/translations/source/dz/helpcontent2/source/text/shared/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-12 11:27+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2012-01-11 16:24+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: dz\n"
@@ -3033,7 +3033,7 @@ msgid "Select an object by a single click."
msgstr "ཨེབ་གཏང་རྐྱང་པ་འབད་བའི་ཐོག་ལས་དངོས་པོ་སེལ་འཐུ་འབད།"
#: gallery_insert.xhp#par_id3154140.12.help.text
-msgid "Drag the object into the document while pressing the Shift and <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>keys, or right-click to open the context menu and select <emph>Insert</emph> and <emph>Link</emph>."
+msgid "Drag the object into the document while pressing the Shift and <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> keys, or right-click to open the context menu and select <emph>Insert</emph> and <emph>Link</emph>."
msgstr ""
#: gallery_insert.xhp#hd_id3156282.13.help.text
@@ -4398,7 +4398,7 @@ msgid "To reattach a floating window, drag-and-drop the window's title bar to an
msgstr "འཕུར་ལྡིང་སྒོ་སྒྲིག་འདི་ སླར་མཉམ་སྦྲགས་འབད་ནི་གི་དོན་ལུ་ སྒོ་སྒྲིག་གི་མགོ་མིང་ཕྲ་རིང་འདི་ ཡིག་ཆ་སྒོ་སྒྲིག་གི་མཐའ་མ་ལུ་ འདྲུད་དེ་བཀོག་བཞག མཱའུསི་ཨེབ་རྟ་འདི་འཛིན་གྲོལ་འབད་བའི་སྐབས་ མཱའུསི་དཔག་བྱེད་འདི་ ཡིག་ཆ་སྒོ་སྒྲི་གི་མཐའ་མའི་སྦོ་ལོགས་ཁར་ཨིན་དགོ"
#: floating_toolbar.xhp#par_id1510055.help.text
-msgid "Depending on your system's window manager settings, you may also double-click an empty place on the toolbar or window, while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key. Or double-click the title bar of the floating toolbar or window."
+msgid "Depending on your system's window manager settings, you may also double-click an empty place on the toolbar or window, while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key. Or double-click the title bar of the floating toolbar or window."
msgstr ""
#: floating_toolbar.xhp#par_idN107AC.help.text
@@ -6545,16 +6545,16 @@ msgid "Starting the $[officename] Software From the Command Line"
msgstr "བཀོད་ལམ་ལས་$[officename]མཉེན་ཆས་འགོ་བཙུགས་དོ།"
#: start_parameters.xhp#par_id3156152.5.help.text
-msgid "Under Windows, select <emph>Run</emph> from the Windows Start menu, or open a Shell under UNIX® based platforms."
-msgstr "ཝིན་ཌོསི་གི་འོག་ལུ་ <emph>ཝུན་ཌོསི་འགོ་བཙུགས་དཀར་ཆག་ལས་</emph>གཡོག་བཀོལ་སེལ་འཐུ་འབད་ ཡང་ན་ཡུ་ཨེན་ཨའི་ཨེཀསི་® ལུ་བརྟེན་པའི་མཉེན་རིམ་ཚུའི་འོག་ལུ་ཤལ་ཁ་ཕྱེ།"
+msgid "Under Windows, select <emph>Run</emph> from the Windows Start menu, or open a shell under Linux, *BSD, or Mac OS X platforms."
+msgstr ""
#: start_parameters.xhp#par_id3152472.6.help.text
msgid "Under Windows, type the following text in the <emph>Open </emph>text field and click <emph>OK</emph>. "
msgstr "ཝིན་ཌོསི་གི་འོག་ལུ་ ཁ་ཕྱེ་ཚིག་ཡིག་ས་སྒོ་ནང་འོག་གི་ཚིག་ཡིག་ཡིག་དཔར་རྐྱབ་ཞིནམ་དང་<emph>བཏུབ་ </emph>ཨེབ་ <emph>གཏང་།</emph>. "
#: start_parameters.xhp#par_id3149669.53.help.text
-msgid "Under UNIX based systems, type the following line of text, then press <emph>Return</emph>:"
-msgstr "ཡུ་ཨེན་ཨའི་ཨེཀསི་ལུ་བརྟེན་པའི་རིམ་ལུགས་ཚུའི་འོག་ལུ་ ཚིག་ཡིག་གི་འོག་གི་འགྲལ་ཐིག་ཡིག་དཔར་རྐྱབས་ དེ་ལས་<emph>སླར་ལོག་ཨེབ།</emph>:"
+msgid "Under UNIX-like systems, type the following line of text, then press <emph>Return</emph>:"
+msgstr ""
#: start_parameters.xhp#par_id3147561.7.help.text
msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">{install}\\program\\soffice.exe {parameter} </caseinline><caseinline select=\"UNIX\">{install}/program/soffice {parameter} </caseinline></switchinline>"
@@ -6581,15 +6581,25 @@ msgid "Meaning"
msgstr "དོན་དག"
#: start_parameters.xhp#par_id3149983.73.help.text
-msgid "-help / -h / -?"
+#, fuzzy
+msgid "--help / -h / -?"
msgstr "-གྲོགས་རམ་ / -ཨེཆ་ / -?"
#: start_parameters.xhp#par_id3147349.74.help.text
msgid "Lists the available command line parameters <switchinline select=\"sys\"><caseinline select=\"WIN\">in a dialog box</caseinline><defaultinline>to the console</defaultinline></switchinline>."
msgstr "མ་སྒྲོམ་ལུ་ <switchinline select=\"sys\"><caseinline select=\"WIN\">ཌའི་ལོག་སྒྲོམ་ནང་ </caseinline><defaultinline>ཐོབ་ཚུགས་མི་བཀོད་ལམ་ཚད་བཟུང་ཚུ་ཐོ་བཀོད་འབདཝ་ཨིན།</defaultinline></switchinline>. -གྲོགས་རམ་འདང་གིས་གྲོགས་རམ་ཚིག་ཡིག་རིངམ་སྟོནམ་ཨིན་ -ཨེཆ་འདི་གིས་གྲོགས་རམ་ཚིག་ཡིག་ཐུང་ཀུ་སྟོནམ་ཨིན།"
+#: start_parameters.xhp#par_id31499et.73.help.text
+msgid "--version"
+msgstr ""
+
+#: start_parameters.xhp#par_id31473et.74.help.text
+msgid "Displays the version information."
+msgstr ""
+
#: start_parameters.xhp#par_id3150010.59.help.text
-msgid "-writer"
+#, fuzzy
+msgid "--writer"
msgstr "-རྩོམ་འབྲི་པ།"
#: start_parameters.xhp#par_id3147213.60.help.text
@@ -6597,7 +6607,8 @@ msgid "Starts with an empty Writer document."
msgstr "རྩོམ་འབྲི་པའི་ཡིག་ཆ་སྟོངམ་གཅིག་ཁར་འགོ་བཙུགསཔ་ཨིན།"
#: start_parameters.xhp#par_id3148616.61.help.text
-msgid "-calc"
+#, fuzzy
+msgid "--calc"
msgstr "-ཀེལསི།"
#: start_parameters.xhp#par_id3145261.62.help.text
@@ -6605,7 +6616,8 @@ msgid "Starts with an empty Calc document."
msgstr "ཀེལསི་ཡིག་ཆ་སྟོངམ་གཅིག་ཁར་འགོ་བཙུགསཔ་ཨིན།"
#: start_parameters.xhp#par_id3156443.63.help.text
-msgid "-draw"
+#, fuzzy
+msgid "--draw"
msgstr "-ཌྲོ།"
#: start_parameters.xhp#par_id3154011.64.help.text
@@ -6613,7 +6625,8 @@ msgid "Starts with an empty Draw document."
msgstr "ཌྲོ་ཡིག་ཆ་སྟོངམ་གཅིག་ཁར་འགོ་བཙུགསཔ་ཨིན།"
#: start_parameters.xhp#par_id3153142.65.help.text
-msgid "-impress"
+#, fuzzy
+msgid "--impress"
msgstr "-ཨིམ་པེརེསི།"
#: start_parameters.xhp#par_id3153222.66.help.text
@@ -6621,7 +6634,8 @@ msgid "Starts with an empty Impress document."
msgstr "ཨིམ་པེརེསི་ཡིག་ཆ་སྟོངམ་དང་གཅིག་ཁར་འགོ་བཙུགསཔ་ཨིན།"
#: start_parameters.xhp#par_id3155853.67.help.text
-msgid "-math"
+#, fuzzy
+msgid "--math"
msgstr "-ཨང་རྩིས།"
#: start_parameters.xhp#par_id3146928.68.help.text
@@ -6629,7 +6643,8 @@ msgid "Starts with an empty Math document."
msgstr "ཨང་རྩིས་ཡིག་ཆ་སྟོངམ་དང་གཅིག་ཁར་འགོ་བཙུགསཔ་ཨིན།"
#: start_parameters.xhp#par_id3149960.69.help.text
-msgid "-global"
+#, fuzzy
+msgid "--global"
msgstr "-སྤྱི་ཁྱབ།"
#: start_parameters.xhp#par_id3151075.70.help.text
@@ -6637,7 +6652,8 @@ msgid "Starts with an empty Writer master document."
msgstr "རྩོམ་འབྲི་པ་ཡིག་ཆ་ཨམ་གཅིག་ཁར་འགོ་བཙུགསཔ་ཨིན།"
#: start_parameters.xhp#par_id3154510.71.help.text
-msgid "-web"
+#, fuzzy
+msgid "--web"
msgstr "-ཝེབ།"
#: start_parameters.xhp#par_id3148836.72.help.text
@@ -6645,7 +6661,8 @@ msgid "Starts with an empty HTML document."
msgstr "ཨེཆ་ཊི་ཨེམ་ཨེལ་ཡིག་ཆ་སྟོངམ་དང་གཅིག་ཁར་འགོ་བཙུགསཔ་ཨིན།"
#: start_parameters.xhp#par_id3149403.help.text
-msgid "-show {filename.odp}"
+#, fuzzy
+msgid "--show {filename.odp}"
msgstr "-{filename.odp}སྟོན།"
#: start_parameters.xhp#par_id3153838.80.help.text
@@ -6653,23 +6670,17 @@ msgid "Starts with the Impress file <emph>{filename.odp}</emph> and starts the p
msgstr "ཨིམ་པེརེསི་ཡིག་སྣོད་<emph>{filename.odp}</emph>གཅིག་ཁར་འགོ་བཙུགསཔ་ཨིནམ་དང་གསལ་སྟོན་འགོ་བཙུགསཔ་ཨིན། གསལ་སྟོན་གྱི་ཤུལ་ལས་ཟུན་དག་ཐབས་ལམ་བཙུགསཔ་ཨིན། "
#: start_parameters.xhp#par_id3156276.13.help.text
-msgid "-minimized"
+#, fuzzy
+msgid "--minimized"
msgstr "-ཆུང་ཀུ་བཟོ་ཡོདཔ།"
#: start_parameters.xhp#par_id3146080.14.help.text
msgid "Starts minimized. The splash screen is not displayed."
msgstr "ཆུང་ཀུ་བཟོ་ཡོད་མི་འགོ་བཙུགསཔ་ཨིན། སིཔེལེཤ་གསལ་གཞི་འདི་བཀྲམ་སྟོན་མི་འབད།"
-#: start_parameters.xhp#par_id3641773.help.text
-msgid "-maximized"
-msgstr "-ཆུང་ཀུ་བཟོ་ཡོདཔ།"
-
-#: start_parameters.xhp#par_id8224433.help.text
-msgid "Starts maximized."
-msgstr ""
-
#: start_parameters.xhp#par_id3145641.15.help.text
-msgid "-invisible"
+#, fuzzy
+msgid "--invisible"
msgstr "-མ་མཐོངམ།"
#: start_parameters.xhp#par_id3154756.16.help.text
@@ -6682,8 +6693,8 @@ msgid "Neither the start-up logo nor the initial program window will be visible.
msgstr "འགོ་བཙུགས་-ནིའི་ལས་རྟགས་ཡང་ན་འགོ་ཐོག་ལས་རིམ་སྒོ་སྒྲིག་མེན་མི་འདི་མཐོང་ནི་འོང་། ག་དེ་སྦེ་རང་ཨིན་རུང་ $[officename] མཉེན་ཆས་འདི་ཚད་འཛིན་འབད་ཚུགས་ནི་དང་ཡིག་ཆ་ཚུ་དང་ཌའི་ལོག་ཚུ་ཁ་ཕྱེ་ཡོད་མི་དེ་ཨེ་པི་ཨའི་<link href=\"http://api.openoffice.org\" name=\"API\">བརྒྱུདཔ་ཨིན།</link>. "
#: start_parameters.xhp#par_id3147341.18.help.text
-msgid "When the $[officename] software has been started with this parameter, it can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX based systems)."
-msgstr "$[officename] མཉེན་ཆས་འདི་འ་ནི་ཚད་བཟུང་དང་གཅིག་ཁར་འགོ་བཙུགསཔ་ད་ འ་ནི་དེ་<emph>གསད་བརྡ་བཀོད་ </emph>(ཡུ་ཨེན་ཨའི་ཨེཀསི་ལུ་བརྟེན་པའི་རིམ་ལུགས་ཚུ་)ཡང་ན་ལས་ཀའི་འཛིན་སྐྱོང་པ་(ཝིན་ཌོསི་)ལག་ལེན་འཐབ་ཐོག་ལས་རྐྱངམ་གཅིག་མཇུག་བསྡུ་ཚུགས།"
+msgid "When the $[officename] software has been started with this parameter, it can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX-like systems)."
+msgstr ""
#: start_parameters.xhp#par_id3150388.48.help.text
msgid "It cannot be used in conjunction with <emph>-quickstart</emph>."
@@ -6694,16 +6705,9 @@ msgctxt "start_parameters.xhp#par_id3145147.19.help.text"
msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
msgstr "$[officename]བཟོ་མི་ལམ་སྟོན་པ་ནང་<emph>བརྡ་དོན་ཧེང་བཀལ་ཐོབཔ་ཨིན།</emph>."
-#: start_parameters.xhp#par_id3155334.77.help.text
-msgid "-nocrashreport"
-msgstr "-བརྡབ་འཁྲུག་སྙན་ཞུ་མེད།"
-
-#: start_parameters.xhp#par_id3149259.78.help.text
-msgid "Disables the error report tool."
-msgstr "འཛོལ་བའི་སྙན་ཞུ་ལག་ཆས་ལྕོགས་མིན་བཟོཝ་ཨིན།"
-
#: start_parameters.xhp#par_id3155903.20.help.text
-msgid "-norestore"
+#, fuzzy
+msgid "--norestore"
msgstr "-སོར་ཆུད་མེད།"
#: start_parameters.xhp#par_id3156374.21.help.text
@@ -6711,8 +6715,9 @@ msgid "Disables restart and file recovery after a system crash."
msgstr "ལོག་འགོ་བཙུགས་ནི་དང་རིམ་ལུགས་བརྡབ་འཁྲུག་གི་ཤུལ་ལས་ཡིག་སྣོད་སླར་གསོ་འདི་ལྕོགས་མིན་བཟོཝ་ཨིན།"
#: start_parameters.xhp#par_id5215918.help.text
+#, fuzzy
msgctxt "start_parameters.xhp#par_id5215918.help.text"
-msgid "-nofirststartwizard"
+msgid "--nofirststartwizard"
msgstr "-nofirststartwizard"
#: start_parameters.xhp#par_id5665761.help.text
@@ -6720,7 +6725,8 @@ msgid "Disables the Welcome Wizard."
msgstr "བྱོན་པ་ལེགས་སོའི་ཝི་ཛརཌི་འདི་ལྕོགས་མིན་བཟོཝ་ཨིན།"
#: start_parameters.xhp#par_id3148477.25.help.text
-msgid "-quickstart"
+#, fuzzy
+msgid "--quickstart"
msgstr "མགྱོགས་པར་འགོ་བཙུགས།"
#: start_parameters.xhp#par_id3153919.26.help.text
@@ -6728,7 +6734,8 @@ msgid "Activates the Quickstarter."
msgstr "མགྱོགས་པ་འགོ་བཙུགས་མི་དེ་ཤུགས་ལྡན་བཟོ།"
#: start_parameters.xhp#par_id3152479.30.help.text
-msgid "-accept={UNO string}"
+#, fuzzy
+msgid "--accept={UNO string}"
msgstr "-accept={ཡུ་ཨེན་ཨོ་ ཡིག་རྒྱུན།}"
#: start_parameters.xhp#par_id3147130.31.help.text
@@ -6740,16 +6747,13 @@ msgctxt "start_parameters.xhp#par_id3148874.32.help.text"
msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
msgstr "བརྡ་དོན་ཧེང་བཀལ་འདི་ <emph>$[officename] བཟོ་མི་གི་ ལམ་སྟོན་ནང་ལུ་ </emph> འཐོབ་ཨིན།"
-#: start_parameters.xhp#par_id3149964.33.help.text
-msgid "-env"
-msgstr ""
-
-#: start_parameters.xhp#par_id2439039.help.text
-msgid "Sets another environment for the program start."
-msgstr ""
+#: start_parameters.xhp#par_id315247a.30.help.text
+#, fuzzy
+msgid "--unaccept={UNO string}"
+msgstr "-accept={ཡུ་ཨེན་ཨོ་ ཡིག་རྒྱུན།}"
-#: start_parameters.xhp#par_id2789086.help.text
-msgid "Use soffice -env:UserInstallation=$(URL) where $(URL) is the URL of a folder that contains the \"user\" folder."
+#: start_parameters.xhp#par_id314713a.31.help.text
+msgid "Closes an acceptor that was created with --accept={UNO string}. Use --unaccept=all to close all open acceptors."
msgstr ""
#: start_parameters.xhp#par_id3159238.36.help.text
@@ -6766,7 +6770,8 @@ msgid "If the file name contains spaces, then it must be enclosed in quotation m
msgstr "ཡིག་སྣོད་ནང་ན་བར་སྟོང་ཚུ་ཤོམ་ཏེ་ཡོད་པ་ཅིན་ འདི་འདྲེན་ཚིག་རྟགས་ཚུ་ནང་མཉམ་སྦྲགས་འབད་དགོསཔ་ཨིན།"
#: start_parameters.xhp#par_id3150883.38.help.text
-msgid "-pt {Printername} {filename1} {filename2} ..."
+#, fuzzy
+msgid "--pt {Printername} {filename1} {filename2} ..."
msgstr "-pt {དཔར་འཕྲུལ་མིང་་} {ཡིག་སྣོད་མིང་ ༡} {ཡིག་སྣོད་མིང་ ༢} ..."
#: start_parameters.xhp#par_id3155081.50.help.text
@@ -6787,7 +6792,8 @@ msgid "Opens <emph>{filename}</emph> for editing, even if it is a template."
msgstr "{ཡིག་སྣོད་མིང་}དེ་ཊེམཔེལེཊི་ཨིན་རུང་རང་<emph>ཞུན་དག་འབད་ནིའི་དོན་ལུ་</emph>ཁ་ཕྱེཝ་ཨིན། "
#: start_parameters.xhp#par_id3151182.54.help.text
-msgid "-view {filename}"
+#, fuzzy
+msgid "--view {filename}"
msgstr "-སྟོན་{ཡིག་སྣོད་མིང་།}"
#: start_parameters.xhp#par_id3145268.55.help.text
@@ -6803,7 +6809,8 @@ msgid "Creates a new document using <emph>{filename}</emph> as a template."
msgstr "{ཡིག་སྣོད་མིང་}འདི་ཊེམ་པེལེཊི་བཟུམ་སྦེ་ལག་ལེན་འཐབ་ཐོག་ལས་ <emph>ཡིག་ཆ་གསརཔ་</emph> གསར་བསྐྲུན་འབདཝ་ཨིན།"
#: start_parameters.xhp#par_id3155126.43.help.text
-msgid "-nologo"
+#, fuzzy
+msgid "--nologo"
msgstr "-ལས་རྟགས་མེད།"
#: start_parameters.xhp#par_id3151334.44.help.text
@@ -6811,16 +6818,26 @@ msgid "Disables the splash screen at program start."
msgstr "ལས་རིམ་འགོ་བཙུགས་ལུ་སིཔེལེཤ་གསལ་གཞི་ལྕོགས་མིན་བཟོཝ་ཨིན།"
#: start_parameters.xhp#par_id3159171.75.help.text
-msgid "-nodefault"
+#, fuzzy
+msgid "--nodefault"
msgstr "-སྔོན་སྒྲིག་མེད།"
#: start_parameters.xhp#par_id3153306.76.help.text
msgid "Starts without displaying anything except the splash screen."
msgstr "སི་པེལེཤ་གསལ་གཞི་མ་གཏོགས་ ག་ཅི་ཡང་བཀྲམ་སྟོན་མ་འབད་བར་འགོ་བཙུགཔ་ཨིན། "
+#: start_parameters.xhp#par_id315917t.75.help.text
+msgid "--nolockcheck"
+msgstr ""
+
+#: start_parameters.xhp#par_id315330t.76.help.text
+msgid "Disables check for remote instances using the installation."
+msgstr ""
+
#: start_parameters.xhp#par_id2211676.help.text
+#, fuzzy
msgctxt "start_parameters.xhp#par_id2211676.help.text"
-msgid "-nofirststartwizard"
+msgid "--nofirststartwizard"
msgstr "-nofirststartwizard"
#: start_parameters.xhp#par_id1641895.help.text
@@ -6828,15 +6845,17 @@ msgid "Add this parameter to the program start command to suppress the Welcome W
msgstr ""
#: start_parameters.xhp#par_id3153915.45.help.text
-msgid "-display {display}"
+#, fuzzy
+msgid "--display {display}"
msgstr "-བཀྲམ་སྟོན་{བཀྲམ་སྟོན།}"
#: start_parameters.xhp#par_id3146786.46.help.text
-msgid "Sets the <emph>DISPLAY </emph>environment variable on UNIX based platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for the $[officename] software on UNIX based platforms."
-msgstr "གནས་གོང་{བཀྲམ་སྟོན་}<emph>ལུ་ཡུ་ནིགསི་ལུ་བརྟེན་པའི་མཉེན་རིམ་གུ་ </emph>བཀྲམ་སྟོན་མཐའ་འཁོར་འགྱུར་ཅན་ <emph>གཞི་སྒྲིག་འབདཝ་ཨིན།</emph>. འ་ནི་ཚད་བཟུང་འདི་ཡུ་ནིགསི་མཉེན་རིམ་ཚུ་གུ་$[officename]མཉེན་ཆས་གི་དོན་ལུ་འགོ་བཙུགས་རྐྱངམ་གཅིག་གིས་རྒྱབ་སྐྱོར་འབདཝ་ཨིན།"
+msgid "Sets the <emph>DISPLAY </emph>environment variable on UNIX-like platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for the $[officename] software on UNIX-like platforms."
+msgstr ""
#: start_parameters.xhp#par_id3149595.56.help.text
-msgid "-headless"
+#, fuzzy
+msgid "--headless"
msgstr "-མགོ་མེད་མི།"
#: start_parameters.xhp#par_id3150530.57.help.text
@@ -6848,6 +6867,30 @@ msgstr "ལག་ལེན་པའི་ངོས་འདྲ་བ་མེད
msgid "This special mode can be used when the application is controlled by external clients via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
msgstr "འ་ནི་དམིགས་བསལ་ཐབས་ལམ་འདི་ <link href=\"http://api.openoffice.org\" name=\"API\">ཕྱིའི་ཞབས་ཏོག་སྤྱོད་མི་བརྒྱུད་དེ་ཨེ་པི་ཨའི་གིས་གློག་རིམ་འདི་ཚད་འཛིན་འབདཝ་ད་ལག་ལེན་འཐབ་ཚུགས།</link>."
+#: start_parameters.xhp#par_id314959o.56.help.text
+msgid "--infilter={filter}"
+msgstr ""
+
+#: start_parameters.xhp#par_id315053o.57.help.text
+msgid "Forces an input filter type, if possible. Eg. --infilter=\"Calc Office Open XML\"."
+msgstr ""
+
+#: start_parameters.xhp#par_id314959p.56.help.text
+msgid "--convert-to output_file_extension[:output_filter_name] [--outdir output_dir] files"
+msgstr ""
+
+#: start_parameters.xhp#par_id315053p.57.help.text
+msgid "Batch convert files.If --outdir is not specified, then current working directory is used as output_dir.<br/> Eg. --convert-to pdf *.doc<br/> --convert-to pdf:writer_pdf_Export --outdir /home/user *.doc"
+msgstr ""
+
+#: start_parameters.xhp#par_id314959q.56.help.text
+msgid "--print-to-file [--printer-name printer_name] [--outdir output_dir] files"
+msgstr ""
+
+#: start_parameters.xhp#par_id315053q.57.help.text
+msgid "Batch print files to file.If --outdir is not specified, then current working directory is used as output_dir.<br/> Eg. --print-to-file *.doc<br/> --print-to-file --printer-name nasty_lowres_printer --outdir /home/user *.doc"
+msgstr ""
+
#: groups.xhp#tit.help.text
msgid "Working with Groups "
msgstr "འབྲི་ཤོག་ཚུ་དང་གཅིག་ཁར་ལཱ་འབདདོ།"
@@ -9973,7 +10016,7 @@ msgid "Drag the window by its title bar to the side, or"
msgstr "ཕྱོགས་ལུ་སྒོ་སྒྲིག་འདི་གི་མགོ་མིང་ཕྲ་རིང་འདི་གིས་འདྲུད་ ཡང་ན་"
#: autohide.xhp#par_id3150275.68.help.text
-msgid "Double-click inside a vacant area of the window while holding down the Ctrl key. In the Styles and Formatting window, double-click a gray part of the window next to the icons while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key. Alternatively, press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F10</item>."
+msgid "Double-click inside a vacant area of the window while holding down the Ctrl key. In the Styles and Formatting window, double-click a gray part of the window next to the icons while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key. Alternatively, press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F10</item>."
msgstr ""
#: autohide.xhp#par_id3147335.69.help.text
diff --git a/translations/source/dz/helpcontent2/source/text/shared/optionen.po b/translations/source/dz/helpcontent2/source/text/shared/optionen.po
index 682e9d2725b..d0714aaa9e2 100644
--- a/translations/source/dz/helpcontent2/source/text/shared/optionen.po
+++ b/translations/source/dz/helpcontent2/source/text/shared/optionen.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Foptionen.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-10-31 23:17+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -124,8 +124,8 @@ msgid "If you import an MS Word document, the spaces are automatically added dur
msgstr "ཁྱོད་ཀྱི་ ཨེམ་ཨེསི་ མིང་ཚིག་ ཡིག་ཆ་ཚུ་ ནང་འདྲེན་འབད་བ་ཅིན་ གཞི་བསྒྱུར་གི་སྐབས་ བར་སྟོངས་འདི་ཚུ་ རང་བཞིན་གྱི་ཁ་སྐོང་རྐྱབ་ཨིན།"
#: 01041000.xhp#hd_id3149964.42.help.text
-msgid "Use StarOffice 6.0/7 tab stop formatting"
-msgstr "སིཊར་ཨོ་ཕིསི་ ༦.༠/༧ མཆོང་བཀག་རྩ་སྒྲིག་ལག་ལེན་འཐབ།"
+msgid "Use OpenOffice.org 1.1 tab stop formatting"
+msgstr ""
#: 01041000.xhp#par_id3152777.43.help.text
msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTLOAD_PAGE_CB_TAB_ALIGNMENT\">Specifies how to align text at tab stops beyond the right margin, how to handle decimal tab stops, and how to handle tab stops close to a line break.</ahelp> If this check box is not selected, tab stops are handled in the same way as in other Office applications."
@@ -148,8 +148,8 @@ msgid "In text documents created by your current version of Writer, the addition
msgstr ""
#: 01041000.xhp#par_idN107FF.help.text
-msgid "Use StarOffice 6.0/7 line spacing"
-msgstr "སིཊར་ཨོ་ཕིསི་ ༦.༠/༧ གྲལ་ཐིག་བར་སྟོང་བཞག་ཐངས་ལག་ལེན་འཐབ།"
+msgid "Use OpenOffice.org 1.1 line spacing"
+msgstr ""
#: 01041000.xhp#par_idN10815.help.text
msgid "If the option is off, a new process for formatting text lines with proportional line spacing will be applied. If the option is on, the previous method of formatting of text lines with proportional line spacing will be applied."
@@ -173,8 +173,8 @@ msgid "If the option is off, table cells will be formatted as in Writer versions
msgstr "གདམ་ཁ་འདི་ཨོཕ་ཨིན་པ་ཅིན་ ཐིག་ཁྲམ་ནང་ཐིག་ཚུ་ ཐོན་རིམ་ %PRODUCTVERSION ལུ་ %PRODUCTNAME གཙོ་རིམ་ནང་གི་བཟུམ་སྦེ་རྩ་སྒྲིག་འབད་འོང་། གདམ་ཁ་འདི་ཨོན་ཨིན་པ་ཅིན་ རྩ་སྒྲིག་འབད་ནིའི་ཐིག་ཁྲམ་ནང་ཐིག་ཚུ་གི་ཐབས་གཞན་མན་ངག་འཇུག་སྤྱོད་འབད་འོང་། གདམ་ཁ་འདི་མའི་ཀོརོ་སོཕཊི་ཝརཌི་་རྩ་སྒྲིག་ལས་ནང་འདྲེན་འབད་ཡོད་མི་ཡིག་ཆ་ཚུའི་དོན་ལས་དང་ %PRODUCTNAME %PRODUCTVERSION གཅིག་ཁར་གསར་བསྐྲུན་འབད་ཡོད་མི་ཡིག་ཆ་གསརཔ་ཚུའི་དོན་ལས་སྔོན་སྒྲིག་གིས་ཨོན་འབདཝ་ཨིན།"
#: 01041000.xhp#par_idN1084C.help.text
-msgid "Use StarOffice 6.0/7 object positioning"
-msgstr "སིཊར་ཨོ་ཕིསི་ ༦.༠/༧ དངོས་པོ་བཞག་ཐངས་ལག་ལེན་འཐབ།"
+msgid "Use OpenOffice.org 1.1 object positioning"
+msgstr ""
#: 01041000.xhp#par_idN10864.help.text
msgid "Specifies how to calculate the position of floating objects anchored to a character or paragraph with respect to the top and bottom paragraph spacing."
@@ -189,8 +189,8 @@ msgid "The option will be set to off for new documents. For Writer documents cre
msgstr "གདམ་ཁ་འདི་ཡིག་ཆ་གསརཔ་ཚུའི་དོན་ལས་ཨོཕ་ལུ་གཞི་སྒྲིག་འབད་འོང་། %PRODUCTNAME %PRODUCTVERSION ལུ་གོང་གི་ཐོན་རིམ་གྱིས་གསར་བསྐྲུན་འབད་ཡོད་མི་རྩོམ་འབྲི་པའི་ཡིག་ཆ་ཚུའི་དོན་ལས་གདམ་ཁ་འདི་ཨོན་ཨིན།"
#: 01041000.xhp#par_idN10821.help.text
-msgid "Use StarOffice 6.0/7 text wrapping around objects"
-msgstr "དངོས་པོ་ཚུའི་མཐའ་སྐོར་ལུ་སིཊར་ཨོ་ཕིསི་ ༦.༠/༧ ཚིག་ཡིག་ལོག་མཚམས་བཟོ་ནི་ལག་ལེན་འཐབ།"
+msgid "Use OpenOffice.org 1.1 text wrapping around objects"
+msgstr ""
#: 01041000.xhp#par_id4016541.help.text
msgid "MS Word and Writer have different approaches on wrapping text around floating screen objects. Floating screen object are Writer frames and drawing objects, and the objects 'text box', 'graphic', 'frame', 'picture' etc. in MS Word."
@@ -2096,9 +2096,8 @@ msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the visible grid in front of
msgstr ""
#: 01050100.xhp#hd_id3149419.34.help.text
-#, fuzzy
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Snap Lines to ~Front</caseinline><caseinline select=\"IMPRESS\">Snap Lines to ~Front</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\">གདོང་ཁར་ལུ་པར་ཐིག་ཚུ། </caseinline><caseinline select=\"IMPRESS\">གདོང་ཁར་ལུ་པར་ཐིག་ཚུ། </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Snap Lines to Front</caseinline><caseinline select=\"IMPRESS\">Snap Lines to Front</caseinline></switchinline>"
+msgstr ""
#: 01050100.xhp#par_id3150592.35.help.text
#, fuzzy
@@ -3220,25 +3219,6 @@ msgstr "ཚད་རིས་ཚུ་དང་དངོས་པོ་ཚུ།
msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PGRF\">Specifies whether the graphics of your text document are printed.</ahelp>"
msgstr "<ahelp hid=\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_PGRF\">ཁྱོད་ཀྱི་ཚིག་ཡིག་ཡིག་ཆ་གི་ཚད་རིས་ཚུ་དཔར་བསྐྲུན་འབད་ཡོདཔ་ཨིན་ན་གསལ་བཀོད་འབདཝ་ཨིན།</ahelp>"
-#: 01040400.xhp#hd_id3150771.7.help.text
-msgctxt "01040400.xhp#hd_id3150771.7.help.text"
-msgid "Tables"
-msgstr "ཐིག་ཁྲམ་ཚུ།"
-
-#: 01040400.xhp#par_id3148943.8.help.text
-#, fuzzy
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PTAB\">Specifies whether the tables of the text document are printed.</ahelp>"
-msgstr "<ahelp hid=\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_PTAB\">ཚིག་ཡིག་ཡིག་ཆ་གི་ཐིག་ཁྲམ་ཚུ་དཔར་བསྐྲུན་འབད་ཡོདཔ་ཨིན་ན་གསལ་བཀོད་འབདཝ་ཨིན།</ahelp>"
-
-#: 01040400.xhp#hd_id3149294.9.help.text
-msgid "Drawings (not for HTML documents)"
-msgstr "པར་རིས་ཚུ་ (ཨེཆ་ཊི་ཨེམ་ཨེལ་ཡིག་ཆ་ཚུའི་དོན་ལུ་མེན་)"
-
-#: 01040400.xhp#par_id3149457.10.help.text
-#, fuzzy
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PDRAW\">Specifies whether graphics created with $[officename] drawing functions are printed.</ahelp>"
-msgstr "<ahelp hid=\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_PDRAW\">Specifies whether graphics created with $[officename] པར་རིས་ལས་འགན་ཚུ་དང་གཅིག་ཁར་གསར་བསྐྲུན་འབད་ཡོད་མི་ཚད་རིས་ཚུ་དཔར་བསྐྲུན་འབད་ཡོདཔ་ཨིན་ན་གསལ་བཀོད་འབདཝ་ཨིན།</ahelp>"
-
#: 01040400.xhp#hd_id3153525.11.help.text
#, fuzzy
msgid "Form controls"
@@ -5525,14 +5505,6 @@ msgstr "<emph>དཔེར་ན་:</emph> ཚིག་ཡིག་ 'Test' འ
msgid "The EXACT text function is always case-sensitive, independent of the settings in this dialog."
msgstr "ཚིག་ཡིག་ལས་འགན་ཏག་ཏག་འདི་ཨ་རྟག་རང་ཡི་གུ་ཆེ་ཆུང་གི་ཉེན་ཁ་དང་ཌའི་ལོག་འདི་ནང་སྒྲིག་སྟངས་ཚུ་གི་རང་དབང་ཨིན།"
-#: 01060500.xhp#hd_id3145231.53.help.text
-msgid "Decimal places"
-msgstr "བཅུ་ཚག་ས་གནས་ཚུ།"
-
-#: 01060500.xhp#par_id3149568.54.help.text
-msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
-msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">ཚད་ལྡན་ཨང་གྲངས་རྩ་སྒྲིག་གི་ཐོག་ལས་ཨང་གྲངས་ཚུ་བཀྲམ་སྟོན་འབད་ནི་ལུ་ <emph>བཅུ་ཚག་ཚུ་གི་གྲངས་ངེས་འཛིན་འབདཝ་ཨིན།</emph> ཨང་གྲངས་ཚུ་སྒོར་སྒོརམ་ཨང་གྲངས་སྦེ་བཀྲམ་སྟོན་འབད་ཡོདཔ་ཨིན་ དེ་འབདཝ་ད་ སྒོར་སྒོརམ་ཨང་གརངས་སྦེ་སྲུང་བཞག་འབད་འདི་མེན།</ahelp>"
-
#: 01060500.xhp#hd_id3145150.30.help.text
msgid "Precision as shown"
msgstr "སྟོན་དོ་བཟུམ་སྦེ་ཀྲིག་ཀྲི།"
@@ -5622,6 +5594,14 @@ msgstr ""
msgid "<ahelp hid=\".\">You can specify the maximum number of decimal places that are shown by default for cells with General number format. If not enabled, cells with General number format show as many decimal places as the column width allows.</ahelp>"
msgstr ""
+#: 01060500.xhp#hd_id3145231.53.help.text
+msgid "Decimal places"
+msgstr "བཅུ་ཚག་ས་གནས་ཚུ།"
+
+#: 01060500.xhp#par_id3149568.54.help.text
+msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
+msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">ཚད་ལྡན་ཨང་གྲངས་རྩ་སྒྲིག་གི་ཐོག་ལས་ཨང་གྲངས་ཚུ་བཀྲམ་སྟོན་འབད་ནི་ལུ་ <emph>བཅུ་ཚག་ཚུ་གི་གྲངས་ངེས་འཛིན་འབདཝ་ཨིན།</emph> ཨང་གྲངས་ཚུ་སྒོར་སྒོརམ་ཨང་གྲངས་སྦེ་བཀྲམ་སྟོན་འབད་ཡོདཔ་ཨིན་ དེ་འབདཝ་ད་ སྒོར་སྒོརམ་ཨང་གརངས་སྦེ་སྲུང་བཞག་འབད་འདི་མེན།</ahelp>"
+
#: viewcertificate_c.xhp#tit.help.text
msgid "Certificate Path"
msgstr "ལག་ཁྱེར་འགྲུལ་ལམ།"
@@ -5890,7 +5870,7 @@ msgid "View"
msgstr "མཐོང་སྣང་།"
#: 01060100.xhp#bm_id3147242.help.text
-msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>handles; showing large handles (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
+msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
msgstr ""
#: 01060100.xhp#hd_id3150445.1.help.text
@@ -5943,15 +5923,6 @@ msgstr ""
msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">Specifies whether to view guides when moving drawings, frames, graphics and other objects.</ahelp> These guides help you align objects."
msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">པར་རིས་ཚུ་ གཞི་ཁྲམ་ཚུ་ ཚད་རིས་ཚུ་དང་གཞན་དངོས་པོ་ཚུ་སྤོ་བཤུད་འབད་བའི་སྐབས་ལམ་སྟོན་པ་ཚུ་སྟོན་ནི་ཨིན་ན་གསལ་བཀོད་འབདཝ་ཨིན། </ahelp> ལམ་སྟོན་འདི་གིས་ཁྱོད་ལུ་དངོས་པོ་ཚུ་ཕྲང་ནི་ལུ་གྲོགས་རམ་འབདཝ་ཨིན།"
-#: 01060100.xhp#hd_id3149202.40.help.text
-msgctxt "01060100.xhp#hd_id3149202.40.help.text"
-msgid "Large handles"
-msgstr "བཤེད་བཟུང་རིངམོ་ཚུ།"
-
-#: 01060100.xhp#par_id3154123.41.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\">Specifies that larger than normal handles (the eight points on a selection box) are displayed.</ahelp>"
-msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\">སྤྱིར་བཏང་བཤེད་བཟུང་ཚུ་ལས་སྦོམ་མི་ (སེལ་འཐུའི་སྒྲོམ་གུ་པོ་འིནཊིསི་བརྒྱད་) བཀྲམ་སྟོན་འབད་ཡོདཔ་གསལ་བཀོད་འབདཝ་ཨིན།</ahelp>"
-
#: 01060100.xhp#hd_id3152920.3.help.text
msgctxt "01060100.xhp#hd_id3152920.3.help.text"
msgid "Display"
@@ -6901,7 +6872,7 @@ msgid "View"
msgstr "སྟོན།"
#: 01040200.xhp#bm_id3156346.help.text
-msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>handles; displaying (Writer)</bookmark_value><bookmark_value>large handles (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
+msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
msgstr ""
#: 01040200.xhp#hd_id3145090.1.help.text
@@ -6930,15 +6901,6 @@ msgstr ""
msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">Displays snap lines around the frames when frames are moved. You can select the<emph> Helplines While Moving </emph>option to show the exact position of the object using lineal values.</ahelp>"
msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">གཞི་ཁྲམ་ཚུ་སྤོ་བཤུད་འབད་བའི་སྐབས་གཞི་ཁྲམ་ཚུའི་མཐའ་སྐོར་ལུ་ལག་སྟོན་པ་ཚུ་བཀྲམ་སྟོན་འབདཝ་ཨིན།<emph> རྒྱུད་ཀྱི་གནས་གོང་ཚུ་ལག་ལེན་འཐབ་ཐོག་ལས་དངོས་པོ་གི་གནས་ཁོངས་ཏག་ཏག་སྟོན་ནི་ལུ་Guides while moving </emph>གདམ་ཁ་སྤོ་བཤུད་འབད་བའི་སྐབས་ཁྱོད་ཀྱིས་ལམ་སྟོན་པ་ཚུ་སེལ་འཐུ་འབད་ཚུགས།</ahelp>"
-#: 01040200.xhp#hd_id3149763.32.help.text
-msgctxt "01040200.xhp#hd_id3149763.32.help.text"
-msgid "Large handles"
-msgstr "བཤེད་བཟུང་རིངམོ་ཚུ།"
-
-#: 01040200.xhp#par_id3153665.33.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_BIGHANDLE\">Displays larger sized handles (the eight points on a delimiting rectangle).</ahelp>"
-msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_BIGHANDLE\"> (དབྱེ་རྟགས་འབད་ནིའི་གྲུ་བཞི་ནར་མོ་གུ་རྩེ་བརྒྱད་)བཤེད་བཟུང་ཚད་སྦོམ་ཚུ་བཀྲམ་སྟོན་འབདཝ་ཨིན།</ahelp>"
-
#: 01040200.xhp#hd_id3149416.11.help.text
msgctxt "01040200.xhp#hd_id3149416.11.help.text"
msgid "View"
@@ -7037,7 +6999,7 @@ msgid "If the <emph>Graphics and objects </emph>option is not selected, no graph
msgstr "ཚད་རིས་ཚུ་དང་ <emph>དངོས་པོ་ཚུའི་གདམ་ཁ་སེལ་འཐུ་མ་འབད་བ་ཅིན་ </emph>ཚད་རིས་ཚུ་ཨིན་ཊར་ནེཊི་ལས་མངོན་གསལ་མི་འབད་འོང་། ཐིག་ཁྲམ་ནང་འཁོད་ཀྱི་ཚད་རིས་ཚུ་དང་ཁོང་རའི་ཚད་ཀྱི་བརྡ་སྟོན་མེད་མི་ཚུ་ བརྡ་འཚོལ་ཡོད་པའི་ཤོག་ལེབ་གུ་ཚད་ལྡན་ཨེཆ་ཊི་ཨེམ་ཨེལ་རྙིངམ་ལག་ལེན་འཐབ་པའི་སྐབས་བཀྲམ་སྟོན་འབད་ནིའི་དཀའ་ངལ་འབྱུང་ཚུགས།"
#: 01040200.xhp#hd_id3156332.40.help.text
-msgctxt "01040200.xhp#hd_id3156332.40.help.text"
+#, fuzzy
msgid "Tables"
msgstr "ཐིག་ཁྲམ་ཚུ།"
diff --git a/translations/source/dz/helpcontent2/source/text/simpress.po b/translations/source/dz/helpcontent2/source/text/simpress.po
index 3c071f72c52..abcbd67ac37 100644
--- a/translations/source/dz/helpcontent2/source/text/simpress.po
+++ b/translations/source/dz/helpcontent2/source/text/simpress.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+helpcontent2%2Fsource%2Ftext%2Fsimpress.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-12 11:28+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/dz/helpcontent2/source/text/simpress/00.po b/translations/source/dz/helpcontent2/source/text/simpress/00.po
index d3d77bf3905..10eeeb7a37b 100644
--- a/translations/source/dz/helpcontent2/source/text/simpress/00.po
+++ b/translations/source/dz/helpcontent2/source/text/simpress/00.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 19:31+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/dz/helpcontent2/source/text/simpress/01.po b/translations/source/dz/helpcontent2/source/text/simpress/01.po
index 9a0f5c8beed..fb17d04843d 100644
--- a/translations/source/dz/helpcontent2/source/text/simpress/01.po
+++ b/translations/source/dz/helpcontent2/source/text/simpress/01.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-12 11:28+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/dz/helpcontent2/source/text/simpress/02.po b/translations/source/dz/helpcontent2/source/text/simpress/02.po
index acee0ab4488..7ad50c7beb1 100644
--- a/translations/source/dz/helpcontent2/source/text/simpress/02.po
+++ b/translations/source/dz/helpcontent2/source/text/simpress/02.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 19:31+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -298,32 +298,6 @@ msgstr "<image id=\"img_id3147341\" src=\"cmd/sc_doubleclicktextedit.png\" width
msgid "Double-click to add Text"
msgstr "ཚིག་ཡིག་ཁ་སྐོང་འབད་ནི་ལུ་ཐེངས་གཉིས་ཨེབ་གཏང་འབད།"
-#: 13080000.xhp#tit.help.text
-msgctxt "13080000.xhp#tit.help.text"
-msgid "Large Handles"
-msgstr "བཤེད་བཟུང་རིངམ་ཚུ།"
-
-#: 13080000.xhp#bm_id3146119.help.text
-msgid "<bookmark_value>handles; large</bookmark_value>"
-msgstr "<bookmark_value>བཤེད་བཟེང་ཚུ། རིངམ་</bookmark_value>"
-
-#: 13080000.xhp#hd_id3146119.1.help.text
-msgid "<link href=\"text/simpress/02/13080000.xhp\" name=\"Large Handles\">Large Handles</link>"
-msgstr "<link href=\"text/simpress/02/13080000.xhp\" name=\"Large Handles\">བཤེད་བཟུང་རིངམ་ཚུ།</link>"
-
-#: 13080000.xhp#par_id3153142.2.help.text
-msgid "<ahelp hid=\".uno:BigHandles\" visibility=\"visible\">Displays large selection handles.</ahelp>"
-msgstr "<ahelp hid=\".uno:BigHandles\" visibility=\"visible\">རིངམ་སེལ་འཐུ་འབད་ནིའི་བཤེད་བཟུང་ཚུ་བཀྲམ་སྟོན་འབདཝ་ཨིན།</ahelp>"
-
-#: 13080000.xhp#par_id3155445.help.text
-msgid "<image src=\"cmd/sc_bighandles.png\" id=\"img_id3153714\"><alt id=\"alt_id3153714\">Icon</alt></image>"
-msgstr "<image src=\"cmd/sc_bighandles.png\" id=\"img_id3153714\"><alt id=\"alt_id3153714\">ངོས་དཔར།</alt></image>"
-
-#: 13080000.xhp#par_id3154755.4.help.text
-msgctxt "13080000.xhp#par_id3154755.4.help.text"
-msgid "Large Handles"
-msgstr "བཤེད་བཟུང་རིངམ།"
-
#: 13170000.xhp#tit.help.text
msgctxt "13170000.xhp#tit.help.text"
msgid "Snap to Object Points"
diff --git a/translations/source/dz/helpcontent2/source/text/simpress/04.po b/translations/source/dz/helpcontent2/source/text/simpress/04.po
index 4a8d2d7bb7b..9e80fa8bc92 100644
--- a/translations/source/dz/helpcontent2/source/text/simpress/04.po
+++ b/translations/source/dz/helpcontent2/source/text/simpress/04.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:31+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -225,16 +225,16 @@ msgid "Jump to the last slide in the slide show."
msgstr "བཤུད་བརྙན་ནང་མཇུག་གི་བཤུད་ལུ་མཆོང་།"
#: 01020000.xhp#hd_id3153580.54.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> +Page Up "
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">བརྡ་བཀོད་ </caseinline><defaultinline>ཚད་འཛིན།</defaultinline></switchinline>+བཙུགས།"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Page Up "
+msgstr ""
#: 01020000.xhp#par_id3150702.55.help.text
msgid "Go to the previous slide."
msgstr "ཧེ་མམ་གྱི་བཤུད་ནང་འགྱོ།"
#: 01020000.xhp#hd_id3152944.56.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> +Page Down "
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">བརྡ་བཀོད་ </caseinline><defaultinline>ཚད་འཛིན</defaultinline></switchinline> + ཨེབ་གཏང་།"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Page Down "
+msgstr ""
#: 01020000.xhp#par_id3153690.57.help.text
msgid "Go to the next slide."
@@ -319,8 +319,8 @@ msgid "Ungroup selected group."
msgstr "སེལ་འཐུ་འབད་ཡོད་པའི་སྡེ་ཚན་འདི་སྡེ་ཚན་བཤུབ།"
#: 01020000.xhp#hd_id3149309.120.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + click"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">བརྡ་བཀོད་ </caseinline><defaultinline>ཚད་འཛིན</defaultinline></switchinline> + ཨེབ་གཏང་།"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ click"
+msgstr ""
#: 01020000.xhp#par_id3148996.121.help.text
msgid "Enter a group, so that you can edit the individual objects of the group. Click outside the group to return to the normal view."
@@ -328,8 +328,8 @@ msgstr "སྡེ་ཚན་བཙུགས་ དེ་འབདཝ་ལས
#: 01020000.xhp#hd_id3149485.75.help.text
msgctxt "01020000.xhp#hd_id3149485.75.help.text"
-msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+K"
-msgstr "སོར་ལྡེ་+<switchinline select=\"sys\"><caseinline select=\"MAC\">བརྡ་བཀོད་ </caseinline><defaultinline>ཚད་འཛིན་</defaultinline></switchinline>+ཀེ།"
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ K"
+msgstr ""
#: 01020000.xhp#par_id3151253.76.help.text
msgid "Combine selected objects."
@@ -337,8 +337,8 @@ msgstr "སེལ་འཐུ་འབད་ཡོད་པའི་དངོས
#: 01020000.xhp#hd_id3149104.77.help.text
msgctxt "01020000.xhp#hd_id3149104.77.help.text"
-msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+K"
-msgstr "སོར་ལྡེ་+<switchinline select=\"sys\"><caseinline select=\"MAC\">བརྡ་བཀོད་ </caseinline><defaultinline>ཚད་འཛིན་</defaultinline></switchinline>+ཀེ།"
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ K"
+msgstr ""
#: 01020000.xhp#par_id3154834.78.help.text
msgid "Split selected object. This combination only works on an object that was created by combining two or more objects."
@@ -353,24 +353,24 @@ msgid "Bring to Front."
msgstr "གདོང་ཁ་ལུ་འབག་ཤོག།"
#: 01020000.xhp#hd_id3148972.81.help.text
-msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Plus key"
-msgstr "སོར་ལྡེ་+<switchinline select=\"sys\"><caseinline select=\"MAC\">བརྡ་བཀོད་ </caseinline><defaultinline>ཚད་འཛིན་</defaultinline></switchinline>+བསྡོམས་ལྡེ་།"
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Plus key"
+msgstr ""
#: 01020000.xhp#par_id3154900.82.help.text
msgid "Bring Forward."
msgstr "གདོང་བསྐྱོད་འབག་ཤོག།"
#: 01020000.xhp#hd_id3149040.83.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Minus key"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">བརྡ་བཀོད་ </caseinline><defaultinline>ཚད་འཛིན་</defaultinline></switchinline>+ཕབ་ལྡེ་།"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Minus key"
+msgstr ""
#: 01020000.xhp#par_id3147580.84.help.text
msgid "Send Backward."
msgstr "རྒྱབ་བསྐྱོད་གཏང་།"
#: 01020000.xhp#hd_id3148742.85.help.text
-msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Minus key"
-msgstr "སོར་ལྡེ་+<switchinline select=\"sys\"><caseinline select=\"MAC\">བརྡ་བཀོད་ </caseinline><defaultinline>ཚད་འཛིན་</defaultinline></switchinline>+ཕབ་ལྡེ།"
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Minus key"
+msgstr ""
#: 01020000.xhp#par_id3152775.86.help.text
msgid "Send to Back."
@@ -401,8 +401,8 @@ msgid "Moves the selected object or the page view in the direction of the arrow.
msgstr "མདའ་རྟགས་ཀྱི་ཁ་ཕྱོགས་ནང་ཤོག་ལེབ་མཐོང་སྣང་ཡང་ན་སེལ་འཐུ་འབད་ཡོད་པའི་དངོས་པོ་སྤོ་བཤུད་འབདཝ་ཨིན།"
#: 01020000.xhp#hd_id3154384.92.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Arrow Key"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">བརྡ་བཀོད་ </caseinline><defaultinline>ཚད་འཛིན་</defaultinline></switchinline>+མདའ་རྟགས་ལྡེ་མིག།"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Arrow Key"
+msgstr ""
#: 01020000.xhp#par_id3153279.93.help.text
msgid "Move around in the page view."
@@ -417,8 +417,8 @@ msgid "Constrains the movement of the selected object horizontally or vertically
msgstr "སེལ་འཐུ་འབད་ཡོད་པའི་དངོས་པོ་གི་འགུལ་བསྐྱོད་འདི་ཐད་སྙོམས་ཡང་ན་ཀེར་ཕྲང་སྦེ་དམ་ཨིན།"
#: 01020000.xhp#hd_id3154117.98.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + drag (with <link href=\"text/shared/optionen/01070500.xhp\" name=\"Copy when moving\">Copy when moving</link> option active)"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">བརྡ་བཀོད་ </caseinline><defaultinline>ཚད་འཛིན་</defaultinline></switchinline> + འདྲུད་ (མཉམ་ <link href=\"text/shared/optionen/01070500.xhp\" name=\"Copy when moving\">གདམ་ཁཱི་ཤུགས་ལྡན་སྤོ་བཤུད་འབདཝ་ད་</link> འདྲ་བཤུས་རྐྱབས།)"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ drag (with <link href=\"text/shared/optionen/01070500.xhp\" name=\"Copy when moving\">Copy when moving</link> option active)"
+msgstr ""
#: 01020000.xhp#par_id3150584.99.help.text
msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> and drag an object to create a copy of the object."
diff --git a/translations/source/dz/helpcontent2/source/text/simpress/guide.po b/translations/source/dz/helpcontent2/source/text/simpress/guide.po
index 0f369c79912..65db60b953a 100644
--- a/translations/source/dz/helpcontent2/source/text/simpress/guide.po
+++ b/translations/source/dz/helpcontent2/source/text/simpress/guide.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 19:31+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/dz/helpcontent2/source/text/smath.po b/translations/source/dz/helpcontent2/source/text/smath.po
index d6b7241caba..29a43931d80 100644
--- a/translations/source/dz/helpcontent2/source/text/smath.po
+++ b/translations/source/dz/helpcontent2/source/text/smath.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+helpcontent2%2Fsource%2Ftext%2Fsmath.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:31+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/dz/helpcontent2/source/text/smath/00.po b/translations/source/dz/helpcontent2/source/text/smath/00.po
index e0f5e071927..4983211c53c 100644
--- a/translations/source/dz/helpcontent2/source/text/smath/00.po
+++ b/translations/source/dz/helpcontent2/source/text/smath/00.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:31+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/dz/helpcontent2/source/text/smath/01.po b/translations/source/dz/helpcontent2/source/text/smath/01.po
index 809f60b0bbd..eb8479415f1 100644
--- a/translations/source/dz/helpcontent2/source/text/smath/01.po
+++ b/translations/source/dz/helpcontent2/source/text/smath/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsmath%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-11-26 02:08+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-01-11 16:25+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: dz\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 03091501.xhp#tit.help.text
@@ -902,8 +902,8 @@ msgid "Line over"
msgstr "གྲལ་ཐིག་ལྟག་ལུ།"
#: 03090600.xhp#par_id3147492.33.help.text
-msgid "<ahelp hid=\"HID_SMA_OVERLINEX\">Inserts a line over a placeholder.</ahelp> You can also type <emph>overline <?</emph> <emph>></emph> in the <emph>Commands</emph> window. The line adjusts itself to correct length."
-msgstr "<ahelp hid=\"HID_SMA_OVERLINEX\">ས་གནས་འཛིན་མིའི་ལྟག་ལས་ གྲལ་ཐིག་ཅིག་བཙུགཔ་ཨིན། </ahelp> དེ་མ་ཚད་ཁྱོད་ཀྱིས་ <emph>བརྡ་བཀོད་ <?> </emph>སྒོ་སྒྲིག་ནང་ <emph>ལྟག་གི་གྲལ་ཐིག་ </emph>ཡིག་དཔར་བརྐྱབ་བཏུབ། གྲལ་ཐིག་འདི་ རིང་ཚད་ཏག་ཏ་ལུ་ བདེ་སྒྲིག་འབདཝ་ཨིན། "
+msgid "<ahelp hid=\"HID_SMA_OVERLINEX\">Inserts a line over a placeholder.</ahelp> You can also type <emph>overline <?></emph> in the <emph>Commands</emph> window. The line adjusts itself to correct length."
+msgstr ""
#: 03090600.xhp#par_idN103FD.help.text
#, fuzzy
@@ -3719,8 +3719,9 @@ msgid "<image id=\"img_id3148702\" src=\"starmath/res/bi21331.png\" width=\"0.84
msgstr ""
#: 03090200.xhp#par_id3150858.98.help.text
+#, fuzzy
msgid "precedes or equal"
-msgstr ""
+msgstr "ཆ་ཚན་ཡན་ལག་ཡང་ན་ཆ་མཉམ་པ་"
#: 03090200.xhp#par_id3150871.97.help.text
msgid "<ahelp hid=\"HID_SMA_PRECEDESEQUAL\">Inserts the logical operator <emph>precedes or equal</emph> with two placeholders.</ahelp> You can also type <emph>preccurlyeq</emph> in the <emph>Commands</emph> window."
@@ -3731,8 +3732,9 @@ msgid "<image id=\"img_id3148703\" src=\"starmath/res/bi21332.png\" width=\"0.84
msgstr ""
#: 03090200.xhp#par_id3150859.100.help.text
+#, fuzzy
msgid "succeeds or equal"
-msgstr ""
+msgstr "ཆ་ཚན་ཡན་ལག་ཡང་ན་ཆ་མཉམ་པ་"
#: 03090200.xhp#par_id3150872.99.help.text
msgid "<ahelp hid=\"HID_SMA_SUCCEEDSEQUAL\">Inserts the logical operator <emph>succeeds or equal</emph> with two placeholders.</ahelp> You can also type <emph>succcurlyeq</emph> in the <emph>Commands</emph> window."
@@ -3755,8 +3757,9 @@ msgid "<image id=\"img_id3148705\" src=\"starmath/res/bi21334.png\" width=\"0.84
msgstr ""
#: 03090200.xhp#par_id3150861.104.help.text
+#, fuzzy
msgid "succeeds or equivalent"
-msgstr ""
+msgstr "ཆ་ཚན་ཡན་ལག་ཡང་ན་ཆ་མཉམ་པ་"
#: 03090200.xhp#par_id3150874.103.help.text
msgid "<ahelp hid=\"HID_SMA_SUCCEEDSEQUIV\">Inserts the logical operator <emph>succeeds or equivalent</emph> with two placeholders.</ahelp> You can also type <emph>succsim</emph> in the <emph>Commands</emph> window."
@@ -4063,8 +4066,9 @@ msgid "<image id=\"img_id3153967\" src=\"starmath/res/bi21331.png\" width=\"0.33
msgstr ""
#: 03091502.xhp#par_id3155849.139.help.text
+#, fuzzy
msgid "Precedes or equal to"
-msgstr ""
+msgstr "ཆ་ཚན་ཡན་ལག་ཡང་ན་ཆ་མཉམ་པ་"
#: 03091502.xhp#par_id3153963.help.text
msgid "<image id=\"img_id3153968\" src=\"starmath/res/bi21332.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153968\">Icon</alt></image>"
@@ -4080,16 +4084,18 @@ msgid "<image id=\"img_id3153969\" src=\"starmath/res/bi21333.png\" width=\"0.33
msgstr ""
#: 03091502.xhp#par_id3155851.141.help.text
+#, fuzzy
msgid "Precedes or equivalent to"
-msgstr ""
+msgstr "ཆ་ཚན་ཡན་ལག་ཡང་ན་ཆ་མཉམ་པ་"
#: 03091502.xhp#par_id3153965.help.text
msgid "<image id=\"img_id3153970\" src=\"starmath/res/bi21334.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153970\">Icon</alt></image>"
msgstr ""
#: 03091502.xhp#par_id3155852.142.help.text
+#, fuzzy
msgid "Succeeds or equivalent to"
-msgstr ""
+msgstr "ཆ་ཚན་ཡན་ལག་ཡང་ན་ཆ་མཉམ་པ་"
#: 03091502.xhp#par_id3152853.98.help.text
msgid "Correspondence symbol image of"
diff --git a/translations/source/dz/helpcontent2/source/text/smath/02.po b/translations/source/dz/helpcontent2/source/text/smath/02.po
index 8b45ae94d24..a7a3636bd0f 100644
--- a/translations/source/dz/helpcontent2/source/text/smath/02.po
+++ b/translations/source/dz/helpcontent2/source/text/smath/02.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:31+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/dz/helpcontent2/source/text/smath/04.po b/translations/source/dz/helpcontent2/source/text/smath/04.po
index e36604f3501..be34178c477 100644
--- a/translations/source/dz/helpcontent2/source/text/smath/04.po
+++ b/translations/source/dz/helpcontent2/source/text/smath/04.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 19:31+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/dz/helpcontent2/source/text/smath/guide.po b/translations/source/dz/helpcontent2/source/text/smath/guide.po
index dc8bcfa9492..32acadfb080 100644
--- a/translations/source/dz/helpcontent2/source/text/smath/guide.po
+++ b/translations/source/dz/helpcontent2/source/text/smath/guide.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 19:31+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/dz/helpcontent2/source/text/swriter.po b/translations/source/dz/helpcontent2/source/text/swriter.po
index e16989d2787..7a44796697a 100644
--- a/translations/source/dz/helpcontent2/source/text/swriter.po
+++ b/translations/source/dz/helpcontent2/source/text/swriter.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+helpcontent2%2Fsource%2Ftext%2Fswriter.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:31+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/dz/helpcontent2/source/text/swriter/00.po b/translations/source/dz/helpcontent2/source/text/swriter/00.po
index 5f1949b6a51..a2d1c29fbaa 100644
--- a/translations/source/dz/helpcontent2/source/text/swriter/00.po
+++ b/translations/source/dz/helpcontent2/source/text/swriter/00.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -662,8 +662,8 @@ msgid "Choose <emph>Tools - Calculate</emph>"
msgstr "ལག་ཆས་ཚུ་ <emph>གདམ་ཁ་རྐྱབས་ - རྩིས་རྐྱབས་</emph>"
#: 00000406.xhp#par_id3159188.38.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ plus sign"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>ཚད་འཛིན་</defaultinline></switchinline>+པ་ལསི་གི་རྟགས། "
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + plus sign"
+msgstr ""
#: 00000406.xhp#par_id3155174.19.help.text
msgid "<variable id=\"aktualisieren\">Choose <emph>Tools - Update</emph></variable>"
diff --git a/translations/source/dz/helpcontent2/source/text/swriter/01.po b/translations/source/dz/helpcontent2/source/text/swriter/01.po
index 153579bc97e..f879aff04f1 100644
--- a/translations/source/dz/helpcontent2/source/text/swriter/01.po
+++ b/translations/source/dz/helpcontent2/source/text/swriter/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fswriter%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-12 11:35+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-01-11 16:25+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: dz\n"
@@ -8407,28 +8407,26 @@ msgid "<ahelp hid=\"sw:NumericField:TP_TABLE_TEXTFLOW:NF_REPEAT_HEADER\">Enter t
msgstr "<ahelp hid=\"sw:NumericField:TP_TABLE_TEXTFLOW:NF_REPEAT_HEADER\">མགུ་རྒྱན་གྱི་གྲངས་སུ་བཙུགས་ནིའི་དོན་ལུ་ གལ་ཐིག་ཚུ་གྱངས་ཁ་དེ་ཐོཀ་བཀོད་འབད།</ahelp>"
#: 05090300.xhp#par_idN10940.help.text
-msgid "Text direction"
-msgstr "ཚིག་ཡིག་ཁ་ཕྱོགས་"
+msgid "Text orientation"
+msgstr ""
#: 05090300.xhp#par_idN10944.help.text
-msgid "<ahelp hid=\"sw:ListBox:TP_TABLE_TEXTFLOW:LB_TEXTDIRECTION\">Select the direction for the text in the cells.</ahelp> You can also use a combination of the following %PRODUCTNAME formatting options to specify the orientation of text in table cells:"
-msgstr "<ahelp hid=\"sw:ListBox:TP_TABLE_TEXTFLOW:LB_TEXTDIRECTION\">ནང་ཐིག་ཚུ་ནང་ལུ་ཡོད་མི་ཚིག་ཡིག་དེ་གི་དོན་ལུ་ བཀོད་རྒྱ་དེ་སེལ་འཐུ་འབད།</ahelp> ནང་ཐིག་ཚུ་ནང་ལུ་ཡོད་མི་ཚིག་ཡིག་གི་ཕྱོགས་དེ་ གསལ་བཀོད་འབད་ནིའི་དོན་ལུ་ ཁྱོད་ཀྱིས་ འོག་གི་%PRODUCTNAMEརྩ་སྒྲིག་འབད་ནིའི་གདམ་ཁ་ཚུ་གི་མཉམ་མཐུད་དེ་ཡང་ལག་ལེན་འཐབ་ཚུགས: "
+msgid "<ahelp hid=\"sw:ListBox:TP_TABLE_TEXTFLOW:LB_TEXTORIENTATION\">Select the orientation for the text in the cells.</ahelp> You can use the following formatting options to specify the orientation of text in table cells:"
+msgstr ""
#: 05090300.xhp#par_idN10964.help.text
-msgid "horizontal text"
-msgstr "ཐད་སྙོམས་ཚིག་ཡིག་"
+msgctxt "05090300.xhp#par_idN10964.help.text"
+msgid "Horizontal"
+msgstr "ཐད་སྙོམས་"
#: 05090300.xhp#par_idN10968.help.text
-msgid "vertical text"
-msgstr "ཀེར་ཕྲང་ཚིག་ཡིག་"
-
-#: 05090300.xhp#par_idN1096C.help.text
-msgid "right-to-left (vertical) direction"
-msgstr "གཡསལ་-ལས-གཡོན་ལུ་(ཀེར་ཕྲང་)ཁ་ཕྱོགས་"
+msgctxt "05090300.xhp#par_idN10968.help.text"
+msgid "Vertical"
+msgstr "ཀེར་ཕྲང་"
-#: 05090300.xhp#par_idN10970.help.text
-msgid "left-to-right direction."
-msgstr "གཡོན་-ལས-གཡས་ཁ་ཕྱོགས་ལུ་"
+#: 05090300.xhp#par_idN1097T.help.text
+msgid "Use superordinate object settings"
+msgstr ""
#: 05090300.xhp#hd_id3151028.23.help.text
msgid "Vertical alignment"
@@ -9681,6 +9679,8 @@ msgid "Specify the location of the selected object on the current page."
msgstr "སེལ་འཐུ་འབད་ཡོད་པའི་དངོས་པོ་དེ་གནས་ཁོངས་དེ་ ད་ལྟོའི་ཤོག་ལེབ་གུ་གསལ་བཀོད་འབད།"
#: 05060100.xhp#hd_id3147488.27.help.text
+#, fuzzy
+msgctxt "05060100.xhp#hd_id3147488.27.help.text"
msgid "Horizontal"
msgstr "ཐད་སྙོམས་"
@@ -9723,6 +9723,8 @@ msgid "You can also use the <link href=\"text/swriter/01/05060300.xhp\" name=\"G
msgstr "དངོས་པོ་ཚུ་གི་སྒྲིག་བཀོད་དེ་ ཆ་ཅན་དང་ཡ་ཅན་ཤོག་ལེབ་གུ་བདེ་སྒྲིག་འབད་ནིའི་དོན་ལུ་ གདམ་ཁ་ཚུ་མྱུར་ལྷོག་འབད་ནིའི་དོན་ལུ་ <link href=\"text/swriter/01/05060300.xhp\" name=\"Graphics\"><emph>ཚད་རིས་</emph></link>དེ་ཡང་ལག་ལེན་འཐབ་ཚུགས།"
#: 05060100.xhp#hd_id3145310.31.help.text
+#, fuzzy
+msgctxt "05060100.xhp#hd_id3145310.31.help.text"
msgid "Vertical"
msgstr "ཀེར་ཕྲང་"
diff --git a/translations/source/dz/helpcontent2/source/text/swriter/02.po b/translations/source/dz/helpcontent2/source/text/swriter/02.po
index be7e60a1e10..65bf2dccbf8 100644
--- a/translations/source/dz/helpcontent2/source/text/swriter/02.po
+++ b/translations/source/dz/helpcontent2/source/text/swriter/02.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-12 11:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/dz/helpcontent2/source/text/swriter/04.po b/translations/source/dz/helpcontent2/source/text/swriter/04.po
index 4b4db8648fe..9f1f59dc411 100644
--- a/translations/source/dz/helpcontent2/source/text/swriter/04.po
+++ b/translations/source/dz/helpcontent2/source/text/swriter/04.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:32+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -460,9 +460,8 @@ msgid "Apply Heading 5 paragraph style"
msgstr "མགུ་རྒྱན་ ༡་ པའི་དོན་མཚམས་ཀྱི་བཟོ་རྣམ་དེ་ འཇུག་སྤྱོད་འབད།"
#: 01020000.xhp#hd_id3146878.99.help.text
-#, fuzzy
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Plus Key(+)"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">བརྡ་བཀོད། </caseinline><defaultinline>ཚད་འཛིན།</defaultinline></switchinline>+ བསྡོམས་རྟགས་ ལྡེ་མིག(+)"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + Plus Key(+)"
+msgstr ""
#: 01020000.xhp#par_id3155403.101.help.text
msgid "Calculates the selected text and copies the result to the clipboard."
@@ -879,9 +878,8 @@ msgid "Paste the contents of the clipboard as unformatted text."
msgstr "འཛིན་པང་གི་ནང་དོན་སྦྱརཝ་ཨིན།"
#: 01020000.xhp#hd_id3145382.288.help.text
-#, fuzzy
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ double-click or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F10"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">བརྡ་བཀོད། </caseinline><defaultinline>ཚད་འཛིན།</defaultinline></switchinline>+ ཧེབ་ཐེངས་གཉིས་པ་ ཡང་ན་ <switchinline select=\"sys\"><caseinline select=\"MAC\">བརྡ་བཀོད། </caseinline><defaultinline>ཚད་འཛིན།</defaultinline></switchinline>+སོར་ལྡེ་+F10"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + double-click or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + Shift + F10"
+msgstr ""
#: 01020000.xhp#par_id3150379.290.help.text
msgid "Use this combination to quickly dock or undock the Navigator, Styles and Formatting window, or other windows"
diff --git a/translations/source/dz/helpcontent2/source/text/swriter/guide.po b/translations/source/dz/helpcontent2/source/text/swriter/guide.po
index 70204aa6396..87741f1c394 100644
--- a/translations/source/dz/helpcontent2/source/text/swriter/guide.po
+++ b/translations/source/dz/helpcontent2/source/text/swriter/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fswriter%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:05+0200\n"
-"PO-Revision-Date: 2011-11-26 02:09+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2011-12-15 12:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: dz\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: nonprintable_text.xhp#tit.help.text
@@ -5564,8 +5564,8 @@ msgid "There are several ways to create a table in a text document. You can inse
msgstr "ཚིག་ཡིག་གི་ཡིག་ཆ་ནང་ལུ་ཐིག་ཁྲམ་ཅིག་གསར་བསྐྲུན་འབད་ནིའི་དོན་ལས་ ཐབས་ལམ་ལེ་ཤ་ཅིག་ཡོད། ཁྱོད་ཀྱིས་ དཀར་ཆག་བརྡ་བཀོད་བརྒྱུད་དེ་ ལག་ཆས་ཕྲ་རིང་ཅིག་ལས་ ཡང་ན་ཤོག་ཁྲམ་ཅིག་ལས་ བཙུགས་ཚུགས།"
#: table_insert.xhp#hd_id3155908.33.help.text
-msgid "To Insert a Table From the Insert Toolbar"
-msgstr "བཙུགས་ནིའི་ལག་ཆས་ཕྲ་རིང་འདི་ལས་ཐིག་ཁྲམ་ཅིག་བཙུགས་ནིའི་དོན་ལས།"
+msgid "To Insert a Table From a Toolbar"
+msgstr ""
#: table_insert.xhp#par_id3155861.34.help.text
msgctxt "table_insert.xhp#par_id3155861.34.help.text"
@@ -5573,8 +5573,8 @@ msgid "Place the cursor in your document where you want to insert the table."
msgstr "ཁྱོད་ཀྱིས་ཐིག་ཁྲམ་འདི་བཙུགས་དགོ་མནོ་སའི་ ཁྱོད་རའི་ཡིག་ཆ་ནང་ལུ་འོད་རྟགས་འདི་བཞག"
#: table_insert.xhp#par_id3147416.28.help.text
-msgid "On the <emph>Standard</emph> bar, click the arrow next to the <emph>Table</emph> icon."
-msgstr "<emph>ཚད་ལྡན་</emph> ཕྲ་རིང་གུ་ལུ་ <emph>ཐིག་ཁྲམ་</emph>ངོས་དཔར་གྱི་ཤུལ་མ་ཡོད་མི་ མདའ་རྟགས་འདི་ཨེབ་གཏང་།"
+msgid "On the <emph>Standard</emph> or the <emph>Insert</emph> bar, click the arrow next to the <emph>Table</emph> icon."
+msgstr ""
#: table_insert.xhp#par_id3153398.29.help.text
msgid "In the table grid, drag to select the numbers of rows and columns that you want, and then release."
@@ -6106,6 +6106,8 @@ msgid "To apply bold formatting"
msgstr "རྒྱགས་པ་རྩ་སྒྲིག་འབད་ནི་འཇུག་སྤྱོད་འབད་ནིའི་དོན་ལས།"
#: shortcut_writing.xhp#par_id3155861.14.help.text
+#, fuzzy
+msgctxt "shortcut_writing.xhp#par_id3155861.14.help.text"
msgid "Select the text that you want to format."
msgstr "ཁྱོད་ཀྱིས་རྩ་སྒྲིག་འབད་དགོ་མནོ་མི་ཚིག་ཡིག་འདི་སེལ་འཐུ་འབད།"
@@ -6117,6 +6119,41 @@ msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">བརྡ་བ
msgid "You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B, type the text that you want to format in bold, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B when you are finished."
msgstr "ཁྱོད་ཀྱིས་<switchinline select=\"sys\"><caseinline select=\"MAC\">བརྡ་བཀོད་ </caseinline><defaultinline>ཚད་འཛིན་</defaultinline></switchinline>+B ཡང་ ཨེབ་ ཁྱོད་ཀྱིས་རྒྱགས་པ་ནང་རྩ་སྒྲིག་འབད་ནི་ཨིན་མི་ ཚིག་ཡིག་འདི་ཡིག་དཔར་རྐྱབས་ དེ་ལས་ <switchinline select=\"sys\"><caseinline select=\"MAC\">བརྡ་བཀོད་ </caseinline><defaultinline>ཚད་འཛིན་</defaultinline></switchinline>+B འདི་ཁྱོད་ཀྱིས་མཇུག་བསྡུ་བའི་སྐབས་ ཨེབ།"
+#: shortcut_writing.xhp#hd_id3151909.2.help.text
+#, fuzzy
+msgid "To apply italic formatting"
+msgstr "རྒྱགས་པ་རྩ་སྒྲིག་འབད་ནི་འཇུག་སྤྱོད་འབད་ནིའི་དོན་ལས།"
+
+#: shortcut_writing.xhp#par_id3151861.14.help.text
+msgctxt "shortcut_writing.xhp#par_id3151861.14.help.text"
+msgid "Select the text that you want to format."
+msgstr "ཁྱོད་ཀྱིས་རྩ་སྒྲིག་འབད་དགོ་མནོ་མི་ཚིག་ཡིག་འདི་སེལ་འཐུ་འབད།"
+
+#: shortcut_writing.xhp#par_id3141836.5.help.text
+msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+I."
+msgstr ""
+
+#: shortcut_writing.xhp#par_id3151112.6.help.text
+msgid "You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+I, type the text that you want to format in italic, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+I when you are finished."
+msgstr ""
+
+#: shortcut_writing.xhp#hd_id3152909.2.help.text
+msgid "To underline text"
+msgstr ""
+
+#: shortcut_writing.xhp#par_id3152861.14.help.text
+#, fuzzy
+msgid "Select the text that you want to underline."
+msgstr "ཁྱོད་ཀྱིས་ཚུགས་ཡིག་བཟོ་དགོ་མནོ་མི་ཚིག་ཡིག་འདི་སེལ་འཐུ་འབད།"
+
+#: shortcut_writing.xhp#par_id3142836.5.help.text
+msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+U."
+msgstr ""
+
+#: shortcut_writing.xhp#par_id3152112.6.help.text
+msgid "You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+U, type the text that you want underlined, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+U when you are finished."
+msgstr ""
+
#: shortcut_writing.xhp#par_id3149648.12.help.text
msgid "<link href=\"text/swriter/04/01020000.xhp\" name=\"Keyboard shortcut for text documents\">Keyboard shortcut for text documents</link>"
msgstr "<link href=\"text/swriter/04/01020000.xhp\" name=\"Keyboard shortcut for text documents\">ཚིག་ཡིག་གི་ཡིག་ཆ་ཚུ་གི་དོན་ལུ་ལྡེ་སྒྲོམ་མགྱོགས་ཐབས་</link>"
diff --git a/translations/source/dz/instsetoo_native/inc_openoffice/windows/msi_languages.po b/translations/source/dz/instsetoo_native/inc_openoffice/windows/msi_languages.po
index 86a7687eac8..39fe45527c3 100644
--- a/translations/source/dz/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/translations/source/dz/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:10+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -31,68 +31,6 @@ msgstr "[ProductName]གི་ཐོན་རིམ་རྙིངམ་ཅི
msgid "Please exit [DEFINEDPRODUCT] [DEFINEDVERSION] and the [DEFINEDPRODUCT] [DEFINEDVERSION] Quickstarter before you continue. If you are using a multi-user system, also make sure that no other user has [DEFINEDPRODUCT] [DEFINEDVERSION] open."
msgstr ""
-#: Nsis.ulf#SetupCaption.LngText.text
-msgid "%PRODUCTNAME %PRODUCTVERSION Installation Preparation"
-msgstr "%PRODUCTNAME %PRODUCTVERSION གཞི་བཙུགས་གྲ་སྒྲིག"
-
-#: Nsis.ulf#MUI_TEXT_WELCOME_INFO_TITLE.LngText.text
-msgid "Thank you for downloading %PRODUCTNAME %PRODUCTVERSION."
-msgstr "%PRODUCTNAME %PRODUCTVERSION.ཕབ་ལེན་འབད་མི་དེ་ལུ་ བཀའ་དྲིན་ཆེ།"
-
-#: Nsis.ulf#MUI_TEXT_WELCOME_INFO_TEXT.LngText.text
-msgid ""
-"The installation files must be unpacked and copied to your hard disk in preparation for the installation. After that, the %PRODUCTNAME installation will start automatically.\n"
-"\n"
-"Click \\'Next\\' to continue."
-msgstr ""
-"གཞི་བཙུགས་ཀྱི་དོན་ལུ་གྲ་སྒྲིག་འབད་ནིའི་དོན་ལས་ གཞི་བཙུགས་ཡིག་སྣོད་དེ་སྦུང་ཚན་མ་བཟོ་བར་ ཁྱོད་རའི་ཧརཌི་ཌིགསི་ནང་ལུ་ འདྲ་བཤུས་སྐྱབས་དགོཔ་ཨིན། དེགི་ཤུལ་ལས་ %PRODUCTNAME གཞི་བཙུགས་དེ་གིས་ རང་བཞིན་གྱི་རང་འགོ་བཙུགསཔ་ཨིན།\n"
-"\n"
-"ཨེབ་གཏང་འབད་ \\'ཤུལ་མམ་\\'འཕྲོ་མཐུད་ནིའི་དོན་ལུ།"
-
-#: Nsis.ulf#MUI_TEXT_DIRECTORY_TITLE.LngText.text
-msgid "Select Folder"
-msgstr "སྣོད་འཛིན་སེལ་འཐུ་འབད།"
-
-#: Nsis.ulf#MUI_TEXT_DIRECTORY_SUBTITLE.LngText.text
-msgid "Select the folder in which to save the unpacked files."
-msgstr "སྦུང་ཚན་སྦེ་ཡོད་མི་ཡིག་སྣོད་ཚུ་ སྲུང་བཞག་འབད་ནིའི་དོན་ལུ་ སྣོད་འཛིན་སེལ་འཐུ་འབད།"
-
-#: Nsis.ulf#InstallBtn.LngText.text
-msgid "&Unpack"
-msgstr "སྦུང་ཚན་མ་བཟོ།(&U)"
-
-#: Nsis.ulf#DirText.LngText.text
-msgid "The %PRODUCTNAME %PRODUCTVERSION installation files will be unpacked and saved in the folder shown below. If you would like to save %PRODUCTNAME to a different folder, click \\'Browse\\' to select another folder."
-msgstr "%PRODUCTNAME %PRODUCTVERSION གཞི་བཙུགས་ཡིག་སྣོད་དེ་ འོག་ལུ་བཀོད་དེ་ཡོད་མི་ སྣོད་འཛིན་ནང་ལུ་ སྦུང་ཚན་བཟོ་བཞག་ནི་དང་ སྲུང་བཞག་འབད་བཞག་ནི་ཨིན། ཁྱོད་ཀྱིས་ %PRODUCTNAME དེ་ སྣོད་འཛིན་སོ་སོའི་ནང་ལུ་ སྲུང་བཞག་འབད་དགོ་པ་ཅིན་ སྣོད་འཛིན་གཞན་མི་ཅིག་སེལ་འཐུ་འབད་ནིའི་དོན་ལུ་ \\'Browse\\'ལུ་ཨེབ་གཏང་འབད།"
-
-#: Nsis.ulf#DirSubText.LngText.text
-msgid "Destination Folder"
-msgstr "འགྲོ་ཡུལ་སྣོད་འཛིན།"
-
-#: Nsis.ulf#SpaceRequired.LngText.text
-msgid "Space required: "
-msgstr "ཚར་སྟོང་དགོས་མཁོ་ཡོདཔ: "
-
-#: Nsis.ulf#SpaceAvailable.LngText.text
-msgid "Space available: "
-msgstr "བར་སྟོང་འཐོབ་ཚུགསཔ:"
-
-#: Nsis.ulf#MUI_TEXT_INSTALLING_TITLE.LngText.text
-msgid "Unpacking"
-msgstr "སྦུང་ཚན་བཟོ་ནི་བཤོལ་དོ།"
-
-#: Nsis.ulf#MUI_TEXT_INSTALLING_SUBTITLE.LngText.text
-msgid "Please wait while the installation files are being unpacked."
-msgstr "གཞི་བཙུགས་ཀྱི་ཡིག་སྣོད་ཚུ་ སྦུང་ཚན་བཟོ་ནི་བཤོལ་བའི་སྐབས་སུ་ བསྒུག་སྡོད་གནང་།"
-
-#: Nsis.ulf#Extract.LngText.text
-msgid "Extract: "
-msgstr "ཕྱིར་འདོན་འབད། "
-
-#: Nsis.ulf#MUI_TEXT_ABORTWARNING.LngText.text
-msgid "Are you sure you want to quit the %PRODUCTNAME %PRODUCTVERSION Installation Preparation"
-msgstr "ཁྱོད་ཀྱིས་ %PRODUCTNAME %PRODUCTVERSION གཞི་བཙུགས་གྲ་སྒྲིག་ སྤང་ནི་དེ་ངེས་ཏིག་ཨིན་ན།"
-
#: Error.ulf#OOO_ERROR_1.LngText.text
msgid "{{Fatal error: }}"
msgstr "{{འཛོལ་བ་ཚབས་ཆེན།: }}"
diff --git a/translations/source/dz/mysqlc/source.po b/translations/source/dz/mysqlc/source.po
index 33904b114cf..9a577ae2687 100644
--- a/translations/source/dz/mysqlc/source.po
+++ b/translations/source/dz/mysqlc/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/translations/source/dz/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index ad342ab67bb..b5643cd319c 100644
--- a/translations/source/dz/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/translations/source/dz/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/translations/source/dz/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
new file mode 100644
index 00000000000..4e25acffe48
--- /dev/null
+++ b/translations/source/dz/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
@@ -0,0 +1,205 @@
+#. extracted from nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.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+nlpsolver%2Fhelp%2Fen%2Fcom.sun.star.comp.Calc.NLPSolver.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: Options.xhp#tit.help.text
+msgid "Options"
+msgstr ""
+
+#: Options.xhp#bm_id0503200917110375_scalc.help.text
+msgid "<bookmark_value>Solver for Nonlinear Problems;Options</bookmark_value>"
+msgstr ""
+
+#: Options.xhp#hd_id0503200917103593.help.text
+msgid "General Options"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103780.help.text
+msgid "Size of Swarm"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103723.help.text
+msgid "… defines the number of individuals to participate in the learning process. Each individual finds its own solutions and contributes to the overall knowledge."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103771.help.text
+msgid "Learning Cycles"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103720.help.text
+msgid "… defines the number of iterations, the algorithm should take. In each iteration, all individuals make a guess on the best solution and share their knowledge."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103732.help.text
+msgid "Variable Bounds Guessing"
+msgstr ""
+
+#: Options.xhp#par_id050320091710378.help.text
+msgid "If enabled (default), the algorithm tries to find variable bounds by looking at the starting values."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103794.help.text
+msgid "Variable Bounds Threshold"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103710.help.text
+msgid "When guessing variable bounds, this threshold specifies, how the initial values are shifted to build the bounds. For an example how these values are calculated, please refer to the Manual in the Wiki."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103740.help.text
+msgid "Use ACR Comparator"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103766.help.text
+msgid "If <emph>disabled</emph> (default), the BCH Comparator is used. It compares two individuals by first looking at their constraint violations and only if those are equal, it measures their current solution."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103744.help.text
+msgid "If <emph>enabled</emph>, the ACR Comparator is used. It compares two individuals dependent on the current iteration and measures their goodness with knowledge about the libraries worst known solutions (in regard to their constraint violations)."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103792.help.text
+msgid "Use Random Starting Point"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103790.help.text
+msgid "If <emph>enabled</emph>, the library is simply filled up with randomly chosen points."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103765.help.text
+msgid "If <emph>disabled</emph>, the currently present values (as given by the user) are inserted in the library as reference point."
+msgstr ""
+
+#: Options.xhp#par_id0504200917103794.help.text
+msgid "Stagnation Limit"
+msgstr ""
+
+#: Options.xhp#par_id050320091710377.help.text
+msgid "If this number of individuals found solutions within a close range, the iteration is stopped and the best of these values is chosen as optimal."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103762.help.text
+msgid "Stagnation Tolerance"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103834.help.text
+msgid "Defines in what range solutions are considered “similar”."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103891.help.text
+msgid "Show Enhanced Solver Status"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103832.help.text
+msgid "If <emph>enabled</emph>, an additional dialog is shown during the solving process which gives informations about the current progress, the level of stagnation, the currently best known solution as well as the possibility, to stop or resume the solver."
+msgstr ""
+
+#: Options.xhp#hd_id0603200910392151.help.text
+msgid "DEPS-specific Options"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394232.help.text
+msgid "Agent Switch Rate"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394248.help.text
+msgid "Specifies the probability for an individual to choose the Differential Evolution strategy."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394277.help.text
+msgid "DE: Crossover Probability"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394280.help.text
+msgid "… defines the probability of the individual being combined with the globally best point. If crossover is not used, the point is assembled from the own memory of the individual."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394216.help.text
+msgid "DE: Scaling Factor"
+msgstr ""
+
+#: Options.xhp#par_id060320091039424.help.text
+msgid "During crossover, the scaling factor decides about the “speed” of movement."
+msgstr ""
+
+#: Options.xhp#par_id060320091039421.help.text
+msgid "PS: Constriction Coefficient"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394225.help.text
+msgid "… defines the speed at which the particles/individuals move towards each other."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394222.help.text
+msgid "PS: Cognitive Constant"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394212.help.text
+msgid "… sets the importance of the own memory (in particular the best reached point so far)."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394292.help.text
+msgid "PS: Social Constant"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394284.help.text
+msgid "… sets the importance of the global best point between all particles/individuals."
+msgstr ""
+
+#: Options.xhp#par_id060320091039425.help.text
+msgid "PS: Mutation Probability"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394272.help.text
+msgid "… defines the probability, that instead of moving a component of the particle towards the best point, it randomly chooses a new value from the valid range for that variable."
+msgstr ""
+
+#: Options.xhp#hd_id0603200910401383.help.text
+msgid "SCO-specific Options"
+msgstr ""
+
+#: Options.xhp#par_id0603200910401382.help.text
+msgid "Size of Library"
+msgstr ""
+
+#: Options.xhp#par_id060320091040136.help.text
+msgid "… defines the amount of informations to store in the public library. Each individual stores knowledge there and asks for informations."
+msgstr ""
+
+#: Usage.xhp#tit.help.text
+msgctxt "Usage.xhp#tit.help.text"
+msgid "Usage"
+msgstr ""
+
+#: Usage.xhp#bm_id0603200910434044_scalc.help.text
+msgid "<bookmark_value>Solver for Nonlinear Problems;Usage</bookmark_value>"
+msgstr ""
+
+#: Usage.xhp#hd_id0603200910430882.help.text
+msgctxt "Usage.xhp#hd_id0603200910430882.help.text"
+msgid "Usage"
+msgstr ""
+
+#: Usage.xhp#par_id0603200910430845.help.text
+msgid "Regardless whether you use DEPS or SCO, you start by going to Tools → Solver and set the Cell to be optimized, the direction to go (minimization, maximization) and the cells to be modified to reach the goal. Then you go to the Options and specify the solver to be used and if necessary adjust the according <link href=\"com.sun.star.comp.Calc.NLPSolver/Options.xhp\">parameters</link>."
+msgstr ""
+
+#: Usage.xhp#par_id0603200910430821.help.text
+msgid "There is also a list of constraints you can use to restrict the possible range of solutions or to penalize certain conditions. However, in case of the evolutionary solvers DEPS and SCO, these constraints are also used to specify bounds on the variables of the problem. Due to the random nature of the algorithms, it is <emph>highly recommended</emph> to do so and give upper (and in case \"Assume Non-Negative Variables\" is turned off also lower) bounds for all variables. They don't have to be near the actual solution (which is probably unknown) but should give a rough indication of the expected size (0 ≤ var ≤ 1 or maybe -1000000 ≤ var ≤ 1000000)."
+msgstr ""
+
+#: Usage.xhp#par_id0603200910430873.help.text
+msgid "Bounds are specified by selecting one or more variables (as range) on the left side and entering a numerical value (not a cell or a formula) on the right side. That way you can also choose one or more variables to be <emph>Integer</emph> or <emph>Binary</emph> only."
+msgstr ""
diff --git a/translations/source/dz/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/translations/source/dz/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
new file mode 100644
index 00000000000..36d663eb107
--- /dev/null
+++ b/translations/source/dz/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
@@ -0,0 +1,23 @@
+#. extracted from nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.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+nlpsolver%2Fsrc%2Fcom%2Fsun%2Fstar%2Fcomp%2FCalc%2FNLPSolver.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Solver for Nonlinear Programming"
+msgstr ""
+
+#: description.xml#extdesc.extdesc.description.text
+msgid "This extension integrates into Calc and offers new Solver engines to use for optimizing nonlinear programming models.\n"
+msgstr ""
diff --git a/translations/source/dz/nlpsolver/src/locale.po b/translations/source/dz/nlpsolver/src/locale.po
new file mode 100644
index 00000000000..b37c0572965
--- /dev/null
+++ b/translations/source/dz/nlpsolver/src/locale.po
@@ -0,0 +1,179 @@
+#. extracted from nlpsolver/src/locale.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+nlpsolver%2Fsrc%2Flocale.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.AssumeNonNegative.property.text
+msgid "Assume Non-Negative Variables"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.SwarmSize.property.text
+msgid "Size of Swarm"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.LibrarySize.property.text
+msgid "Size of Library"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.LearningCycles.property.text
+msgid "Learning Cycles"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.GuessVariableRange.property.text
+msgid "Variable Bounds Guessing"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.VariableRangeThreshold.property.text
+msgid "Variable Bounds Threshold (when guessing)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.UseACRComparator.property.text
+msgid "Use ACR Comparator (instead of BCH)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.UseRandomStartingPoint.property.text
+msgid "Use Random starting point"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.StagnationLimit.property.text
+msgid "Stagnation Limit"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.Tolerance.property.text
+msgid "Stagnation Tolerance"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.EnhancedSolverStatus.property.text
+msgid "Show enhanced solver status"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.AgentSwitchRate.property.text
+msgid "Agent Switch Rate (DE Probability)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.DEFactor.property.text
+msgid "DE: Scaling Factor (0-1.2)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.DECR.property.text
+msgid "DE: Crossover Probability (0-1)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSC1.property.text
+msgid "PS: Cognitive Constant"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSC2.property.text
+msgid "PS: Social Constant"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSWeight.property.text
+msgid "PS: Constriction Coefficient"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSCL.property.text
+msgid "PS: Mutation Probability (0-0.005)"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Dialog.Caption.property.text
+msgid "Solver Status"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblSolution.property.text
+msgid "Current Solution:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblIteration.property.text
+msgid "Iteration:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblStagnation.property.text
+msgid "Stagnation:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblRuntime.property.text
+msgid "Runtime:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnStop.property.text
+msgid "Stop"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnOK.property.text
+msgid "OK"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnContinue.property.text
+msgid "Continue"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopIteration.property.text
+msgid "Maximum iterations reached."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopStagnation.property.text
+msgid "Process stopped due to stagnation."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopUser.property.text
+msgid "Process stopped due to user interruption."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.CurrentIteration.property.text
+msgid "Process stopped at iteration %d of %d."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Nanoseconds.property.text
+msgid "Nanoseconds"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Microseconds.property.text
+msgid "Microseconds"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Milliseconds.property.text
+msgid "Milliseconds"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Second.property.text
+msgid "Second"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Seconds.property.text
+msgid "Seconds"
+msgstr "སྐར་ཆ།"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Minute.property.text
+msgid "Minute"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Minutes.property.text
+msgid "Minutes"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Hour.property.text
+msgid "Hour"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Hours.property.text
+msgid "Hours"
+msgstr "ཆུ་ཚོད།"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Day.property.text
+msgid "Day"
+msgstr "གཟའ།"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Days.property.text
+msgid "Days"
+msgstr ""
diff --git a/translations/source/dz/officecfg/registry/data/org/openoffice/Office.po b/translations/source/dz/officecfg/registry/data/org/openoffice/Office.po
index 8f0f72c9fec..cd67c5b96ae 100644
--- a/translations/source/dz/officecfg/registry/data/org/openoffice/Office.po
+++ b/translations/source/dz/officecfg/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:10+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/officecfg/registry/data/org/openoffice/Office/UI.po b/translations/source/dz/officecfg/registry/data/org/openoffice/Office/UI.po
index 5f3e96b3301..24dd6e0614d 100644
--- a/translations/source/dz/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/dz/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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-11-26 02:11+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-01-11 16:29+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: WriterReportWindowState.xcu#..WriterReportWindowState.UIElements.States.private_resource/toolbar/standardbar.UIName.value.text
@@ -2746,10 +2746,6 @@ msgstr "ཚོས་གཞི་པི་ལེཊི་ བིཊི་ ༨།"
msgid "24 Bit True Color"
msgstr "ཚོས་གཞི་ བདེན་པ་ བིཊི་༢༤།"
-#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_BigHandles.Label.value.text
-msgid "Large Handles"
-msgstr "བཤེད་བཟུང་ ཆེ་བ།"
-
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_DoubleClickTextEdit.Label.value.text
msgid "Double-click to edit Text"
msgstr "ཚིག་ཡིག་ཞུན་དག་བརྐྱབ་ནི་ལུ་ ཨེབ་གཏང་ཐེངས་གཉིས་འབད།"
@@ -2880,7 +2876,7 @@ msgstr "བཟོ་རྣམ།(~e)"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_SnapLinesMenu.Label.value.text
msgid "~Snap Lines"
-msgstr ""
+msgstr "གྲལ་ཐིག་ཚུ་པར་བཏབ།(~S)"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_MasterPageMenu.Label.value.text
msgctxt "DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_MasterPageMenu.Label.value.text"
@@ -3310,6 +3306,11 @@ msgctxt "BasicIDEWindowState.xcu#..BasicIDEWindowState.UIElements.States.private
msgid "Language"
msgstr "སྐད་ཡིག"
+#: BasicIDEWindowState.xcu#..BasicIDEWindowState.UIElements.States.private_resource/toolbar/formcontrolsbar.UIName.value.text
+#, fuzzy
+msgid "FormControls"
+msgstr "ཚད་འཛིན་གཞི་སྒྲུབ་འབད།"
+
#: BasicIDEWindowState.xcu#..BasicIDEWindowState.UIElements.States.private_resource/toolbar/insertcontrolsbar.UIName.value.text
msgid "Toolbox"
msgstr "ལག་ཆས་སྒྲོམ།"
@@ -8216,6 +8217,10 @@ msgstr "ཨིནཔུཊི་ ཐབས་ལམ་གྱི་གནས་
msgid "Optio~n Bar"
msgstr "འདམ་ཁའི་ ཕྲ་རིང་།(~n)"
+#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_SendFeedback.Label.value.text
+msgid "Send Feedback..."
+msgstr ""
+
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_ShowLicense.Label.value.text
msgid "License Information..."
msgstr ""
@@ -11920,7 +11925,37 @@ msgid "Goto Line Number..."
msgstr ""
#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_ShowLines.Label.value.text
-msgid "Display Source Line Number"
+msgid "Line Numbers"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormRadio.Label.value.text
+msgid "Form Option Button"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormCheck.Label.value.text
+msgid "Form Check Box"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormList.Label.value.text
+msgid "Form List Box"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormCombo.Label.value.text
+msgid "Form Combo Box"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormVScroll.Label.value.text
+#, fuzzy
+msgid "Form Vertical Scroll Bar"
+msgstr "ཀེར་ཕྲེང་སྦེ་ཡོད་མི་ བཤུད་སྒྲིལ་ཕྲ་རིང་།"
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormHScroll.Label.value.text
+#, fuzzy
+msgid "Form Horizonal Scroll Bar"
+msgstr "ཐད་སྙོམས་སྦེ་ཡོད་མི་ བཤུད་སྒྲིལ་ཕྲ་རིང་།"
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormSpin.Label.value.text
+msgid "Form Spin Button"
msgstr ""
#: WriterWebWindowState.xcu#..WriterWebWindowState.UIElements.States.private_resource/toolbar/standardbar.UIName.value.text
diff --git a/translations/source/dz/padmin/source.po b/translations/source/dz/padmin/source.po
index c24dee31790..100d2432075 100644
--- a/translations/source/dz/padmin/source.po
+++ b/translations/source/dz/padmin/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:10+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/readlicense_oo/docs/readme.po b/translations/source/dz/readlicense_oo/docs/readme.po
index 3892d94f4fe..67cf530bc9c 100644
--- a/translations/source/dz/readlicense_oo/docs/readme.po
+++ b/translations/source/dz/readlicense_oo/docs/readme.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -104,7 +104,7 @@ msgid "1024x768 resolution (higher resolution recommended), at least 256 colors"
msgstr ""
#: readme.xrm#edssc3d.edssc3d.readmeitem.text
-msgctxt "readme.xrm#edssc3d.edssc3d.readmeitem.text"
+#, fuzzy
msgid "Please be aware that administrator rights are needed for the installation process."
msgstr "དྲན་འཛིན: གཞི་བཙུགས་འབད་ནིའི་ལས་སྦྱོར་གྱི་དོན་ལུ་བདག་སྐྱོང་པའི་ཐོབ་དབང་ཚུ་ཉེར་མཁོ་ཡོདཔ་སྦེ་དྲན་ཚོར་བཀོད་གནང་།"
@@ -113,22 +113,13 @@ msgid "Registration of ${PRODUCTNAME} as default application for Microsoft Offic
msgstr ""
#: readme.xrm#MSOReg2.MSOReg2.readmeitem.text
-msgid "<tt>/msoreg=1</tt> will force registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
+msgid "<tt>REGISTER_ALL_MSO_TYPES=1</tt> will force registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
msgstr ""
#: readme.xrm#MSOReg3.MSOReg3.readmeitem.text
-msgid "<tt>/msoreg=0</tt> will suppress registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
-msgstr ""
-
-#: readme.xrm#DLLA1.DLLA1.readmeitem.text
-msgid "If you perform an administrative installation using setup /a, you need to make sure that the file msvc90.dll is installed on the system. This file is required for ${PRODUCTNAME} to start after an administrative installation. You can get the file from <a href=\"http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF\">http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF</a>"
+msgid "<tt>REGISTER_NO_MSO_TYPES=1</tt> will suppress registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
msgstr ""
-#: readme.xrm#AdminNeeded.AdminNeeded.readmeitem.text
-msgctxt "readme.xrm#AdminNeeded.AdminNeeded.readmeitem.text"
-msgid "Please be aware that administrator rights are needed for the installation process."
-msgstr "དྲན་འཛིན: གཞི་བཙུགས་འབད་ནིའི་ལས་སྦྱོར་གྱི་དོན་ལུ་བདག་སྐྱོང་པའི་ཐོབ་དབང་ཚུ་ཉེར་མཁོ་ཡོདཔ་སྦེ་དྲན་ཚོར་བཀོད་གནང་།"
-
#: readme.xrm#s2we10.s2we10.readmeitem.text
msgid "As a general rule, you are recommended to install ${PRODUCTNAME} via the installation methods recommended by your particular Linux distribution (such as the Ubuntu Software Center, in the case of Ubuntu Linux). This is because it is usually the simplest way to obtain an installation that is optimally integrated into your system. Indeed, ${PRODUCTNAME} may well be already installed by default when you originally install your Linux operating system."
msgstr ""
@@ -187,7 +178,8 @@ msgid "Installation of ${PRODUCTNAME} on Debian/Ubuntu-based Linux systems"
msgstr ""
#: readme.xrm#debianinstall1.debianinstall1.readmeitem.text
-msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to do that, please read the section below entitled Deinstallation of a Previous Version of ${PRODUCTNAME}. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
+msgctxt "readme.xrm#debianinstall1.debianinstall1.readmeitem.text"
+msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
msgstr ""
#: readme.xrm#debianinstall2.debianinstall2.readmeitem.text
@@ -237,7 +229,8 @@ msgid "Installation of ${PRODUCTNAME} on Fedora, Suse, Mandriva and other Linux
msgstr ""
#: readme.xrm#rpminstall1.rpminstall1.readmeitem.text
-msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to do that, please read the section below entitled De-installation of a Previous Version of ${PRODUCTNAME}. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
+msgctxt "readme.xrm#rpminstall1.rpminstall1.readmeitem.text"
+msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
msgstr ""
#: readme.xrm#rpminstall2.rpminstall2.readmeitem.text
@@ -282,15 +275,19 @@ msgid "Now run the installation command again:"
msgstr ""
#: readme.xrm#rpminstallB.rpminstallB.readmeitem.text
-msgid "For Fedora-based systems: su -c 'yum install *redhat*.rpm'"
+msgid "For Fedora-based systems: su -c 'yum install *freedesktop*.rpm'"
msgstr ""
#: readme.xrm#rpminstallC.rpminstallC.readmeitem.text
msgid "For Mandriva-based systems: sudo urpmi *mandriva*.rpm"
msgstr ""
+#: readme.xrm#rpminstallF.rpminstallF.readmeitem.text
+msgid "For SUSE-based systems: rpm -Uvh *suse*.rpm"
+msgstr ""
+
#: readme.xrm#rpminstallD.rpminstallD.readmeitem.text
-msgid "For other RPM-based systems (Suse, etc.): rpm -Uvh *suse*.rpm"
+msgid "For other RPM-based systems: rpm -Uvh *freedesktop*.rpm"
msgstr ""
#: readme.xrm#rpminstallE.rpminstallE.readmeitem.text
diff --git a/translations/source/dz/reportbuilder/java/com/sun/star/report/function/metadata.po b/translations/source/dz/reportbuilder/java/com/sun/star/report/function/metadata.po
new file mode 100644
index 00000000000..228330ae1de
--- /dev/null
+++ b/translations/source/dz/reportbuilder/java/com/sun/star/report/function/metadata.po
@@ -0,0 +1,39 @@
+#. extracted from reportbuilder/java/com/sun/star/report/function/metadata.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+reportbuilder%2Fjava%2Fcom%2Fsun%2Fstar%2Freport%2Ffunction%2Fmetadata.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: Author_Function_en_US.properties#display_name.property.text
+msgid "AUTHOR"
+msgstr ""
+
+#: Author_Function_en_US.properties#description.property.text
+msgid "Returns the author of the report."
+msgstr ""
+
+#: Title_Function_en_US.properties#display_name.property.text
+msgid "TITLE"
+msgstr ""
+
+#: Title_Function_en_US.properties#description.property.text
+msgid "Returns the title of the report."
+msgstr ""
+
+#: category_en_US.properties#display_name.property.text
+msgid "MetaData"
+msgstr ""
+
+#: category_en_US.properties#description.property.text
+msgid "Contains functions about meta data"
+msgstr ""
diff --git a/translations/source/dz/reportbuilder/registry/data/org/openoffice/Office.po b/translations/source/dz/reportbuilder/registry/data/org/openoffice/Office.po
index 86fa478bb29..30797910489 100644
--- a/translations/source/dz/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/translations/source/dz/reportbuilder/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/reportbuilder/registry/data/org/openoffice/Office/UI.po b/translations/source/dz/reportbuilder/registry/data/org/openoffice/Office/UI.po
index d4d476cc5a1..521a3df1526 100644
--- a/translations/source/dz/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/dz/reportbuilder/registry/data/org/openoffice/Office/UI.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:10+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -286,7 +286,7 @@ msgstr ""
#: ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_SnapLinesMenu.Label.value.text
msgid "~Snap Lines"
-msgstr ""
+msgstr "གྲལ་ཐིག་ཚུ་པར་བཏབ།(~S)"
#: ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_ObjectResize.Label.value.text
msgctxt "ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_ObjectResize.Label.value.text"
diff --git a/translations/source/dz/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/translations/source/dz/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index a76c7934937..8aeec341051 100644
--- a/translations/source/dz/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/translations/source/dz/reportbuilder/registry/data/org/openoffice/TypeDetection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/reportbuilder/util.po b/translations/source/dz/reportbuilder/util.po
index 0c30717e280..0b1b5354388 100644
--- a/translations/source/dz/reportbuilder/util.po
+++ b/translations/source/dz/reportbuilder/util.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/reportdesign/source/core/resource.po b/translations/source/dz/reportdesign/source/core/resource.po
index e887eb68ece..fd9be8e866d 100644
--- a/translations/source/dz/reportdesign/source/core/resource.po
+++ b/translations/source/dz/reportdesign/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/reportdesign/source/ui/dlg.po b/translations/source/dz/reportdesign/source/ui/dlg.po
index 9dd67981704..42b5a4e84ee 100644
--- a/translations/source/dz/reportdesign/source/ui/dlg.po
+++ b/translations/source/dz/reportdesign/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/reportdesign/source/ui/inspection.po b/translations/source/dz/reportdesign/source/ui/inspection.po
index ede8f6f285e..238e1223f41 100644
--- a/translations/source/dz/reportdesign/source/ui/inspection.po
+++ b/translations/source/dz/reportdesign/source/ui/inspection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-12 00:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/reportdesign/source/ui/report.po b/translations/source/dz/reportdesign/source/ui/report.po
index 4e1ca5a55fd..e49a5e9dbd0 100644
--- a/translations/source/dz/reportdesign/source/ui/report.po
+++ b/translations/source/dz/reportdesign/source/ui/report.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sc/source/core/src.po b/translations/source/dz/sc/source/core/src.po
index 99f9682df29..a4cf708ae98 100644
--- a/translations/source/dz/sc/source/core/src.po
+++ b/translations/source/dz/sc/source/core/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sc/source/ui/cctrl.po b/translations/source/dz/sc/source/ui/cctrl.po
index f16de2ab662..ebcb98e8a7d 100644
--- a/translations/source/dz/sc/source/ui/cctrl.po
+++ b/translations/source/dz/sc/source/ui/cctrl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sc/source/ui/dbgui.po b/translations/source/dz/sc/source/ui/dbgui.po
index 83e8a009352..369220d5773 100644
--- a/translations/source/dz/sc/source/ui/dbgui.po
+++ b/translations/source/dz/sc/source/ui/dbgui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:10+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sc/source/ui/docshell.po b/translations/source/dz/sc/source/ui/docshell.po
index 90d5f719c61..fa7a9da8cc9 100644
--- a/translations/source/dz/sc/source/ui/docshell.po
+++ b/translations/source/dz/sc/source/ui/docshell.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sc/source/ui/drawfunc.po b/translations/source/dz/sc/source/ui/drawfunc.po
index b1bfbea4641..519a89e6015 100644
--- a/translations/source/dz/sc/source/ui/drawfunc.po
+++ b/translations/source/dz/sc/source/ui/drawfunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sc/source/ui/formdlg.po b/translations/source/dz/sc/source/ui/formdlg.po
index 87d0f46aadb..85d7637ab7e 100644
--- a/translations/source/dz/sc/source/ui/formdlg.po
+++ b/translations/source/dz/sc/source/ui/formdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sc/source/ui/miscdlgs.po b/translations/source/dz/sc/source/ui/miscdlgs.po
index f44a65354b2..4e413f5fde0 100644
--- a/translations/source/dz/sc/source/ui/miscdlgs.po
+++ b/translations/source/dz/sc/source/ui/miscdlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:10+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sc/source/ui/navipi.po b/translations/source/dz/sc/source/ui/navipi.po
index 90d84839674..6e5b56fc187 100644
--- a/translations/source/dz/sc/source/ui/navipi.po
+++ b/translations/source/dz/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 02:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: navipi.src#RID_SCDLG_NAVIGATOR.FT_ROW.fixedtext.text
diff --git a/translations/source/dz/sc/source/ui/pagedlg.po b/translations/source/dz/sc/source/ui/pagedlg.po
index 06eda590192..0c04bd963bd 100644
--- a/translations/source/dz/sc/source/ui/pagedlg.po
+++ b/translations/source/dz/sc/source/ui/pagedlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sc/source/ui/src.po b/translations/source/dz/sc/source/ui/src.po
index c9553294288..c22e05245f9 100644
--- a/translations/source/dz/sc/source/ui/src.po
+++ b/translations/source/dz/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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-11-26 02:11+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2011-12-15 12:55+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: namedlg.src#RID_SCDLG_NAMES.BTN_ADD.pushbutton.text
@@ -66,11 +66,6 @@ msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_NAME_CANCEL.pushbutton.text"
msgid "Cancel"
msgstr "ཆ་མེད།"
-#: namedlg.src#RID_SCDLG_NAMES.BTN_SELECT.pushbutton.text
-msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_SELECT.pushbutton.text"
-msgid "Select Range"
-msgstr "ཁྱབ་ཚད་སེལ་འཐུ་འབད།"
-
#: namedlg.src#RID_SCDLG_NAMES.FT_SCOPE.fixedtext.text
msgctxt "namedlg.src#RID_SCDLG_NAMES.FT_SCOPE.fixedtext.text"
msgid "Scope"
@@ -99,6 +94,7 @@ msgid "Shrink"
msgstr "བསྐུམ།"
#: namedlg.src#RID_SCDLG_NAMES.BTN_MORE.checkbox.text
+msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_MORE.checkbox.text"
msgid "Range Options"
msgstr ""
@@ -126,25 +122,6 @@ msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_COLHEADER.checkbox.text"
msgid "Repeat ~column"
msgstr "ཀེར་ཐིག་ཡང་བསྐྱར་འབད།(~c)"
-#: namedlg.src#RID_SCDLG_NAMES.STR_INVALIDSYMBOL.string.text
-#, fuzzy
-msgctxt "namedlg.src#RID_SCDLG_NAMES.STR_INVALIDSYMBOL.string.text"
-msgid "Invalid expression"
-msgstr "ནུས་མེད་གསལ་བརྗོད།"
-
-#: namedlg.src#RID_SCDLG_NAMES.STR_MODIFYFAILED.string.text
-msgid "Modifying range name failed"
-msgstr ""
-
-#: 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_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_DEFAULT_INFO.string.text
msgid "Select cells in the document to update the range."
msgstr ""
@@ -489,10 +466,6 @@ msgstr "ཤོག་ལེབ་ཀྱི་མཚམས།(~P)"
msgid "Helplines ~While Moving"
msgstr ""
-#: optdlg.src#RID_SCPAGE_CONTENT.CB_BIGHANDLES.checkbox.text
-msgid "~Large handles"
-msgstr "བཤེད་བཟུང་ཆེ་བ།(~L)"
-
#: optdlg.src#RID_SCPAGE_CONTENT.GB_DISPLAY.fixedline.text
msgid "Display"
msgstr "བཀྲམ་སྟོན།"
@@ -1748,9 +1721,9 @@ msgstr ""
msgid "Restore"
msgstr "སོར་ཆུད།"
-#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_LAST.pushbutton.text
-msgid "Last Record"
-msgstr "མཇུག་མམ་གྱི་ སྒྲ་བཟུང་།"
+#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_PREV.pushbutton.text
+msgid "Previous Record"
+msgstr "ཧེ་མམ་གྱི་ སྒྲ་བཟུང་།"
#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_NEXT.pushbutton.text
msgid "Next Record"
@@ -4015,8 +3988,8 @@ msgid "Number"
msgstr "ཨང་ཡིག"
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ARC_COS_HYP.3.string.text
-msgid "A value greater than or equal to 1 for which the hyperbolic cosine is to be returned."
-msgstr "རབ་བཏགས་རྒྱན་ཅན་གྱི་ཀོ་སིན་དེ་ སླར་ལོག་གཏང་ནིའ་དོན་ལུ་ ༡་དང་མཉམ་པ་ ཡང་ན་ དེ་ལས་མཐོ་སུ་ཡོད་པའི་གནས་གོང་།"
+msgid "A value greater than or equal to 1 for which the inverse hyperbolic cosine is to be returned."
+msgstr ""
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ARC_SIN_HYP.1.string.text
msgid "Returns the inverse hyperbolic sine of a number."
@@ -4207,6 +4180,60 @@ msgstr "ཨང་ཡིག་ཝའི།(_y)"
msgid "The value for the y coordinate."
msgstr "ཝའི་ཆ་སྙོམ་དེ་གི་དོན་ལུ་གནས་གོང་།"
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.1.string.text
+msgid "Return the cosecant of an angle. CSC(x)=1/SIN(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.3.string.text
+#, fuzzy
+msgid "The angle in radians for which the cosecant is to be calculated."
+msgstr "སིན་རྩིས་སྟོན་དགོ་པའིི་དོན་ལུ་ རེ་ཌི་ཡཱནསི་ནང་གི་གྲུ་ཟུར།"
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.1.string.text
+msgid "Return the secant of an angle. SEC(x)=1/COS(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.3.string.text
+#, fuzzy
+msgid "The angle in radians for which the secant is to be calculated."
+msgstr "སིན་རྩིས་སྟོན་དགོ་པའིི་དོན་ལུ་ རེ་ཌི་ཡཱནསི་ནང་གི་གྲུ་ཟུར།"
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.1.string.text
+msgid "Return the hyperbolic cosecant of a hyperbolic angle. CSCH(x)=1/SINH(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.3.string.text
+msgid "The hyperbolic angle in radians for which the hyperbolic cosecant is to be calculated."
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.1.string.text
+msgid "Return the hyperbolic secant of a hyperbolic angle. SECH(x)=1/COSH(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.3.string.text
+msgid "The hyperbolic angle in radians for which the hyperbolic secant is to be calculated."
+msgstr ""
+
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_DEG.1.string.text
msgid "Converts a radian to degrees"
msgstr "ཁུག་ཟུར་ཚུ་ལུ་ རེ་ཌི་ཡཱནསི་གཞི་བསྒྱུར་འབདཝ་ཨིན།"
@@ -10787,7 +10814,7 @@ msgstr "ཁྱབ་ཚད་ཀྱི་མིང་ཚུ་ཞུན་དག
#: globstr.src#RID_GLOBSTR.STR_UNDO_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "གནད་དོན་བསྒྱུར་བཅོས་འབད།(~C)"
#: globstr.src#RID_GLOBSTR.STR_DB_NONAME.string.text
msgctxt "globstr.src#RID_GLOBSTR.STR_DB_NONAME.string.text"
@@ -12128,7 +12155,6 @@ msgstr "ནང་ཐིག་སེལ་འཐུ་འབད།"
#: 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 "ཁྱབ་ཚད་སེལ་འཐུ་འབད།"
@@ -12427,6 +12453,25 @@ msgstr ""
msgid "Document (Global)"
msgstr "ཡིག་ཆ་ཐབས་ལམ།"
+#: globstr.src#RID_GLOBSTR.STR_ERR_NAME_EXISTS.string.text
+msgid "Invalid name. Already in use for the selected scope."
+msgstr ""
+
+#: globstr.src#RID_GLOBSTR.STR_ERR_NAME_INVALID.string.text
+msgid "Invalid name. Only use letters, numbers and underscore."
+msgstr ""
+
+#: globstr.src#RID_GLOBSTR.STR_UNSAVED_EXT_REF.string.text
+msgid ""
+"This Document contains external references to unsaved documents.\n"
+"\n"
+"Do you want to continue?"
+msgstr ""
+
+#: globstr.src#RID_GLOBSTR.STR_CLOSE_WITH_UNSAVED_REFS.string.text
+msgid "This Document is referenced by another document and not yet saved. Closing it without saving will result in data loss."
+msgstr ""
+
#: crnrdlg.src#RID_SCDLG_COLROWNAMERANGES.FL_ASSIGN.fixedline.text
msgctxt "crnrdlg.src#RID_SCDLG_COLROWNAMERANGES.FL_ASSIGN.fixedline.text"
msgid "Range"
@@ -13210,7 +13255,8 @@ msgid "Cancel"
msgstr "ཆ་མེད།"
#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_MORE.checkbox.text
-msgid "RangeOptions"
+msgctxt "namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_MORE.checkbox.text"
+msgid "Range Options"
msgstr ""
#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.FT_NAME.fixedtext.text
@@ -13260,20 +13306,6 @@ msgctxt "namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_COLHEADER.checkbox.text"
msgid "Repeat ~column"
msgstr "ཀེར་ཐིག་ཡང་བསྐྱར་འབད།(~c)"
-#: 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 "ནུས་མེད་གསལ་བརྗོད།"
-
-#: 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 ""
diff --git a/translations/source/dz/sc/source/ui/styleui.po b/translations/source/dz/sc/source/ui/styleui.po
index 233000540f8..4941057084e 100644
--- a/translations/source/dz/sc/source/ui/styleui.po
+++ b/translations/source/dz/sc/source/ui/styleui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-28 11:16+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -27,7 +27,7 @@ msgstr "ནང་ཐིག་གི་བཟོ་རྣམ།"
#: scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.2.filterlist.text
msgid "Applied Styles"
-msgstr ""
+msgstr "འཇུག་སྤྱོད་འབད་ཡོད་པའི་བཟོ་རྣམ།"
#: scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.3.filterlist.text
msgctxt "scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.3.filterlist.text"
diff --git a/translations/source/dz/scaddins/source/analysis.po b/translations/source/dz/scaddins/source/analysis.po
index 89d82579df6..095385851e2 100644
--- a/translations/source/dz/scaddins/source/analysis.po
+++ b/translations/source/dz/scaddins/source/analysis.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:10+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/scaddins/source/datefunc.po b/translations/source/dz/scaddins/source/datefunc.po
index d37e9f5b351..b322d6e7c2e 100644
--- a/translations/source/dz/scaddins/source/datefunc.po
+++ b/translations/source/dz/scaddins/source/datefunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:10+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sccomp/source/solver.po b/translations/source/dz/sccomp/source/solver.po
index b90587a8db1..9f3ded9ae87 100644
--- a/translations/source/dz/sccomp/source/solver.po
+++ b/translations/source/dz/sccomp/source/solver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/scp2/source/accessories.po b/translations/source/dz/scp2/source/accessories.po
index bca5e469738..c0de4b5b249 100644
--- a/translations/source/dz/scp2/source/accessories.po
+++ b/translations/source/dz/scp2/source/accessories.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-12 00:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/scp2/source/activex.po b/translations/source/dz/scp2/source/activex.po
index 0e255d054b1..b4966d4461c 100644
--- a/translations/source/dz/scp2/source/activex.po
+++ b/translations/source/dz/scp2/source/activex.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/scp2/source/base.po b/translations/source/dz/scp2/source/base.po
index 252ac78c0bd..5a10a704bda 100644
--- a/translations/source/dz/scp2/source/base.po
+++ b/translations/source/dz/scp2/source/base.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -39,6 +39,16 @@ msgstr "%PRODUCTNAME གཞི་རྟེན་རོགས་རམ།"
msgid "Help about %PRODUCTNAME Base"
msgstr " %PRODUCTNAME གཞི་རྟེན་རོགས་རམ་བསྐོར།"
+#: postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr ""
+
+#: postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr ""
+
#: folderitem_base.ulf#STR_FI_TOOLTIP_BASE.LngText.text
msgid "Manage databases, create queries and reports to track and manage your information by using Base."
msgstr "གནད་སྡུད་གཞི་རྟེན་ཚུ་འཛིན་སྐྱོང་འབད་དེ་འདྲི་དཔྱད་དང་སྙན་ཞུ་ཚུ་གླུ་རིམ་ནང་གསར་བསྐྲུན་འབད་དེ་གཞི་རྟེན་བེད་སྤྱོད་ཐོག་ལས་ཁྱོད་རའི་བརྡ་དོན་ཚུ་འཛིན་སྐྱོང་འབད་འོང།"
diff --git a/translations/source/dz/scp2/source/binfilter.po b/translations/source/dz/scp2/source/binfilter.po
index 85fca13f627..5f003d79380 100644
--- a/translations/source/dz/scp2/source/binfilter.po
+++ b/translations/source/dz/scp2/source/binfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/scp2/source/calc.po b/translations/source/dz/scp2/source/calc.po
index c50b3a8ae93..ea5e758afcf 100644
--- a/translations/source/dz/scp2/source/calc.po
+++ b/translations/source/dz/scp2/source/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-12 00:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/scp2/source/draw.po b/translations/source/dz/scp2/source/draw.po
index a6328f9b614..09667c6672b 100644
--- a/translations/source/dz/scp2/source/draw.po
+++ b/translations/source/dz/scp2/source/draw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/scp2/source/extensions.po b/translations/source/dz/scp2/source/extensions.po
index c155f6a039f..a094ed37fe9 100644
--- a/translations/source/dz/scp2/source/extensions.po
+++ b/translations/source/dz/scp2/source/extensions.po
@@ -3,2244 +3,78 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-12 00:12+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\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
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text"
+#, fuzzy
msgid "English"
msgstr "ཨིང་ལིཤི།"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text"
+#, fuzzy
msgid "Installs English support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཨིང་ལིཤ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text"
+#, fuzzy
msgid "German"
msgstr "ཇར་མཱན།"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text"
+#, fuzzy
msgid "Installs German support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཇར་མཱན་རྒྱབ་སྐྱོར་་གཞི་བཙུགས་འབདཝ་ཨིན།"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text"
+#, fuzzy
msgid "French"
msgstr "ཕིརེནཆི།"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text"
+#, fuzzy
msgid "Installs French support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཕིརེནཆི་རྒྱབ་སྐྱོར་་གཞི་བཙུགས་འབདཝ་ཨིན། "
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text"
+#, fuzzy
msgid "Italian"
msgstr "ཨི་ཊ་ལི་ཡཱན།"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text"
+#, fuzzy
msgid "Installs Italian support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཨི་ཊ་ལི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text"
+#, fuzzy
msgid "Spanish"
msgstr "སིཔེ་ནིཤ།"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text"
+#, fuzzy
msgid "Installs Spanish support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་སིཔེ་ནིཤ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text"
-msgid "Swedish"
-msgstr "སུའི་ཌིཤི།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text"
-msgid "Installs Swedish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་སུའི་ཌིཤི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text"
-msgid "Portuguese"
-msgstr "པོར་ཊུ་གིསི།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་པོར་ཊུ་གིསི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Portuguese (Brazil)"
-msgstr "པོར་ཊུ་གིསི།(བ་ར་ཛིལ།)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་པོར་ཊུ་གིསི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text"
-msgid "Japanese"
-msgstr "ཇ་པ་ནིསི།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text"
-msgid "Installs Japanese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཇ་པ་ནིསི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text"
-msgid "Korean"
-msgstr "ཀོ་རི་ཡའི།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text"
-msgid "Installs Korean support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཀོ་རི་ཡའི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Chinese (simplified)"
-msgstr "རྒྱ་ནག(འཇམ་སམ་བཟོ་ཡོདཔ།)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Installs Chinese (simplified) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་རྒྱ་ནག་(འཇམ་སམ་བཟོ་ཡོདཔ།)གི་སྐད་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབད་ཡོདཔ། "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Chinese (traditional)"
-msgstr "རྒྱ་ནག་གི་སྐད།(སྔར་སྲོལ་གྱི།)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Installs Chinese (traditional) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་རྒྱ་ནག་གི་སྐད་(སྔར་སྲོལ་གྱི་)རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text"
-msgid "Dutch"
-msgstr "ཌཆ།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text"
-msgid "Installs Dutch support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཌཆ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text"
+#, fuzzy
msgid "Hungarian"
msgstr "ཧང་ག་རི་ཡཱན།"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text"
-msgid "Installs Hungarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཧང་ག་རི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text"
-msgid "Polish"
-msgstr "པོ་ལིཤ།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text"
-msgid "Installs Polish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་པོ་ལིཤ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text"
-msgid "Russian"
-msgstr "ར་ཤི་ཡཱན།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text"
-msgid "Installs Russian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ར་ཤི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text"
-msgid "Turkish"
-msgstr "ཊར་ཀིཤ།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text"
-msgid "Installs Turkish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཊར་ཀིཤ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text"
-msgid "Greek"
-msgstr "གི་རིཀ།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text"
-msgid "Installs Greek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་གི་རིཀ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text"
-msgid "Thai"
-msgstr "ཐཱའི།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text"
-msgid "Installs Thai support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཐཱའི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text"
-msgid "Czech"
-msgstr "ཅེཛི།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text"
-msgid "Installs Czech support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཅེཛི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text"
-msgid "Slovak"
-msgstr "སོལོ་བཱཀ།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text"
-msgid "Installs Slovak support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་སོལོ་བཱཀ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text"
-msgid "Croatian"
-msgstr "ཀོརོ་ཤི་ཡཱན།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text"
-msgid "Installs Croatian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཀོརོ་ཤི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text"
-msgid "Estonian"
-msgstr "ཨིསི་ཊོ་ནི་ཡཱན།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text"
-msgid "Installs Estonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཨིསི་ཊོ་ནི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text"
-msgid "Vietnamese"
-msgstr "ཝེཊི་ན་མིསི།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text"
-msgid "Installs Vietnamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཝེཊི་ན་མིསི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text"
-msgid "Bulgarian"
-msgstr "བཱལ་ག་རི་ཡཱན།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text"
-msgid "Installs Bulgarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་བཱལ་ག་རི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text"
-msgid "Khmer"
-msgstr "ཁེ་མར།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text"
-msgid "Installs Khmer support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཁེ་མར་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Punjabi"
-msgstr "པཱན་ཇ་བི།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Installs Punjabi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་པཱན་ཇ་བི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Gujarati"
-msgstr "གུ་ཇ་ར་་ཏི།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་གུ་ཇ་ར་ཏི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text"
-msgid "Tamil"
-msgstr "ཏ་མིལ།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text
-#, fuzzy
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཏ་མིལ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Tamil"
-msgstr "ཏ་མིལ།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཏ་མིལ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text"
-msgid "Hindi"
-msgstr "ཧིན་དི།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text
-#, fuzzy
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཧིན་དི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Hindi"
-msgstr "ཧིན་དི།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཧིན་དི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text"
-msgid "Southern Sotho (Sutu)"
-msgstr "ལྷོ་ཕྱོགས་སོ་ཐོ།(སུ་ཐུ།)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text"
-msgid "Installs Southern Sotho (Sutu) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་སོ་ཐོ་(སུ་ཐུ་)རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text"
-msgid "Tswana"
-msgstr "ཙ་ཝ་ན།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text"
-msgid "Installs Tswana support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཙ་ཝ་ན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text"
-msgid "Xhosa"
-msgstr "ཨེགསི་ཨོ་ས།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text"
-msgid "Installs Xhosa support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཨེགསི་ཨོ་ས་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Zulu"
-msgstr "ཛུ་ལུ།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Installs Zulu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཛུ་ལུ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text"
-msgid "Afrikaans"
-msgstr "ཨཕ་རི་ཀཱནསི།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text"
-msgid "Installs Afrikaans support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཨཕ་རི་ཀཱནསི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text"
-msgid "Swahili"
-msgstr "ས་ཝ་ཧི་ལི།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ས་ཝ་ཧི་ལི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Swahili"
-msgstr "ས་ཝ་ཧི་ལི།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ས་ཝ་ཧི་ལི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text"
-msgid "Lao"
-msgstr "ལའོ།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text"
-msgid "Installs Lao support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ལའོ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text"
-msgid "Burmese"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text
#, fuzzy
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text"
-msgid "Installs Burmese (Myanmar) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ནོར་ཝེ་ཇི་ཡཱན་(བོག་མཱལ།)རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Northern Sotho"
-msgstr "བྱང་སོ་ཐོ།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Installs Northern Sotho support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་བྱང་སོ་ཐོ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text"
-msgid "Bengali"
-msgstr "བེང་ག་ལི།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text"
-msgid "Installs Bengali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་བེང་ག་ལི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Bengali (Bangladesh)"
-msgstr "བེང་ག་ལི།(བང་ལ་དིཤི།)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Installs Bengali (Bangladesh) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་བེང་ག་ལི་(བང་ལ་དིཤི)རྒྱབ་སྐྱོར་གཞི་འབདཝ་ཨིན།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Bengali (India)"
-msgstr "བེང་ག་ལི།(རྒྱ་གར།)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Installs Bengali (India) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་བེང་ག་ལི་(རྒྱ་གར་)རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text"
-msgid "Oriya"
-msgstr "ཨོ་རི་ཡ།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཨོ་རི་ཡ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Oriya"
-msgstr "ཨོ་རི་ཡ།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཨོ་རི་ཡ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text"
-msgid "Marathi"
-msgstr "མ་ར་ཐི།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་མ་ར་ཐི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Marathi"
-msgstr "མ་ར་ཐི།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་མ་ར་ཐི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text"
-msgid "Nepali"
-msgstr "ནེ་པ་ལི།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text"
-msgid "Installs Nepali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ནེ་པ་ལི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text"
-msgid "Arabic"
-msgstr "ཨ་ར་བིཀ།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཨ་ར་བིཀ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Arabic"
-msgstr "ཨ་ར་བིཀ།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཨ་ར་བིཀ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text"
-msgid "Catalan"
-msgstr "ཀེ་ཊ་ལཱན།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text"
-msgid "Installs Catalan support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཀེ་ཊ་ལཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text"
-msgid "Danish"
-msgstr "ཌེ་ནིཤི།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text"
-msgid "Installs Danish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཌེ་ནིཤི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text"
-msgid "Finnish"
-msgstr "ཕིན་ནིཤ།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text"
-msgid "Installs Finnish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཕིན་ནིཤི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text"
-msgid "Hebrew"
-msgstr "ཧེབ་བིརིའུ།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text"
-msgid "Installs Hebrew support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཧེབ་བིརིའུ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text"
-msgid "Icelandic"
-msgstr "ཨའིསི་ལེན་ཌིཀ།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text"
-msgid "Installs Icelandic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཨའིསི་ལེན་ཌིཀ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text"
-msgid "Norwegian (Bokmal)"
-msgstr "ནོར་ཝེ་ཇི་ཡཱན།(བོག་མཱལ།)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text"
-msgid "Installs Norwegian (Bokmal) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ནོར་ཝེ་ཇི་ཡཱན་(བོག་མཱལ།)རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text"
-msgid "Norwegian (Nynorsk)"
-msgstr "ནོར་ཝེ་ཇི་ཡཱན།(ནི་ནོརཀི།)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text"
-msgid "Installs Norwegian (Nynorsk) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ནོར་ཝེ་ཇི་ཡཱན་(ནི་ནོརཀ།)རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text"
-msgid "Rhaeto-Romance"
-msgstr "རེ་ཏོ-རོམ་མེནིསི།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text"
-msgid "Installs Rhaeto-Romance support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་རེ་ཏོ་རོམ་ནིསི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text"
-msgid "Romanian"
-msgstr "རོ་མ་ནི་ཡཱན།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text"
-msgid "Installs Romanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་རོ་མ་ནི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Albanian"
-msgstr "ཨཱལ་བཱ་ནི་ཡཱན།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Installs Albanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཨཱལ་བཱ་ནི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text"
-msgid "Urdu"
-msgstr "ཨུར་དུ།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཨུར་དུ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text"
-msgid "Indonesian"
-msgstr "ཨིན་དོ་ནི་ཤེ་ཡཱན།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text"
-msgid "Installs Indonesian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONང་ཨིན་ཌོ་ནེ་ཤི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text"
-msgid "Ukrainian"
-msgstr "ཡུཀ་རའི་ནི་ཡཱན།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text"
-msgid "Installs Ukrainian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཡུཀ་རཱི་ནི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text"
-msgid "Belarusian"
-msgstr " བེ་ལ་རུ་སི་ཡཱན།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text"
-msgid "Installs Belarusian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་བེ་ལ་རུ་སི་ཡཱན་རྒྱབ་སྐྱོར་འདི་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text"
-msgid "Slovenian"
-msgstr "སོལོ་བི་ནི་ཡཱན།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text"
-msgid "Installs Slovenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ སོལོ་བི་ནི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text"
-msgid "Latvian"
-msgstr "ལེཊི་བི་ཡཱན།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text"
-msgid "Installs Latvian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ལེཊི་བི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text"
-msgid "Lithuanian"
-msgstr "ལི་ཐུ་འ་ནི་ཡཱན།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text"
-msgid "Installs Lithuanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ལི་ཐུ་ནི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text"
-msgid "Armenian"
-msgstr "ཨར་མི་ནི་ཡཱན།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text"
-msgid "Installs Armenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ཨར་མི་ནི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text"
-msgid "Basque"
-msgstr "བཱགསིཀ།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text"
-msgid "Installs Basque support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ བཱགསིཀ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text"
-msgid "Macedonian"
-msgstr "མེ་སི་ཌོ་ནི་ཡཱན།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text"
-msgid "Installs Macedonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ མེ་སི་ཌོ་ནི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text"
-msgid "Maltese"
-msgstr "མཱལ་ཊི་སི།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text"
-msgid "Installs Maltese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ མཱལ་ཊི་སི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text"
-msgid "Welsh"
-msgstr "ཝེལཤི།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text"
-msgid "Installs Welsh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ཝེལཤི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text"
-msgid "Galician"
-msgstr "གེ་ལི་ཤི་ཡཱན།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text"
-msgid "Installs Galician support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ གེ་ལི་ཤི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "སར་བི་ཡཱན། (ལེ་ཊིན་)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ སར་བི་ཡཱན་ (ལེ་ཊིན་)རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "སར་བི་ཡཱན། (ལེ་ཊིན་)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ སར་བི་ཡཱན་ (ལེ་ཊིན་)རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text"
-msgid "Irish"
-msgstr " ཨའི་རིཤ།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text"
-msgid "Installs Irish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ཨའི་རིཤ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "སར་བི་ཡཱན། (སི་རི་ལིཀ་)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ སར་བི་ཡཱན་ (སི་རི་ལིཀ་)རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "སར་བི་ཡཱན། (སི་རི་ལིཀ་)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ སར་བི་ཡཱན་ (སི་རི་ལིཀ་)རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text"
-msgid "Bosnian"
-msgstr "བོསི་ནི་ཡཱན།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text"
-msgid "Installs Bosnian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ བོསི་ནི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Assamese"
-msgstr "ཨ་ས་མིསི།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Installs Assamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ཨ་ས་མིསི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text"
-msgid "Kinyarwanda"
-msgstr "ཀིན་ཡར་ཝན་ཌ།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text"
-msgid "Installs Kinyarwanda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ཀིན་ཡར་ཝན་ཌ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text"
-msgid "Sanskrit"
-msgstr "སཱནསི་ཀིརིཊི།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text"
-msgid "Installs Sanskrit support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ སཱནསི་ཀིརིཊི་རྒྱབ་སྐྱོར་འབདཝ་ཨིན་"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text"
-msgid "Farsi"
-msgstr "ཕར་སི།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text"
-msgid "Installs Farsi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ཕར་སི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text"
-msgid "Faroese"
-msgstr "ཕེ་རོ་སི།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text"
-msgid "Installs Faroese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ཕེ་རོ་སི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text"
-msgid "Sorbian"
-msgstr "སོར་བི་ཡཱན།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text"
-msgid "Installs Sorbian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ སོར་བི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text"
-msgid "Tatar"
-msgstr "ཊ་ཊར།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text"
-msgid "Installs Tatar support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ཊ་ཊར་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text"
-msgid "Tsonga"
-msgstr "ཚོ་ང་།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text"
-msgid "Installs Tsonga support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ཚོ་ང་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text"
-msgid "Yiddish"
-msgstr "ཡིད་དིཤ།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text"
-msgid "Installs Yiddish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ཡིད་དིཤ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text"
-msgid "Breton"
-msgstr "བིརི་ཊཱོན།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text"
-msgid "Installs Breton support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ བིརི་ཊཱོན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text"
-msgid "Ndebele South"
-msgstr "ཌི་བི་ལི་ལྷོ།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text"
-msgid "Installs Ndebele South support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ཌི་བི་ལི་ལྷོ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text"
-msgid "Swazi"
-msgstr "ས་ཝ་ཛི།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text"
-msgid "Installs Swazi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ས་ཝ་ཛི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text"
-msgid "Venda"
-msgstr "ཝིན་ཌ།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text"
-msgid "Installs Venda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ཝིན་ཌ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text"
-msgid "Kannada"
-msgstr "ཀཱན་ན་ད།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text"
-msgid "Installs Kannada support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ཀཱན་ན་ད་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text"
-msgid "Malay (Malaysian)"
-msgstr "མ་ལེ། (མ་ལེ་ཤི་ཡཱན་)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text"
-msgid "Installs Malay (Malaysian) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ མ་ལེ་ (མ་ལེ་ཤི་ཡཱན་)རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text"
-msgid "Tajik"
-msgstr "ཏ་ཇིཀ།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text"
-msgid "Installs Tajik support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ཏ་ཇིཀ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text"
-msgid "Kurdish"
-msgstr "ཀར་ཌིཤ།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text"
-msgid "Installs Kurdish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ཀར་ཌིཤ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Dzongkha"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Installs Dzongkha support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ཚོ་ང་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text"
-msgid "Georgian"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text"
-msgid "Installs Georgian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཇར་མཱན་རྒྱབ་སྐྱོར་་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text"
-msgid "Esperanto"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text"
-msgid "Installs Esperanto support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཇར་མཱན་རྒྱབ་སྐྱོར་་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text"
-msgid "Gujarati"
-msgstr "གུ་ཇ་ར་་ཏི།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་གུ་ཇ་ར་ཏི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "English (South Africa)"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "Installs English (South Africa) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཨིང་ལིཤ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "English (United Kingdom)"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "Installs English (United Kingdom) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་བེང་ག་ལི་(རྒྱ་གར་)རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Urdu"
-msgstr "ཨུར་དུ།"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཨུར་དུ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Malayalam"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Installs Malayalam support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཀེ་ཊ་ལཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Telugu"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Installs Telugu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཛུ་ལུ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Tigrinya"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Installs Tigrinya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཨོ་རི་ཡ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Uzbek"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Installs Uzbek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་གི་རིཀ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text"
-msgid "Mongolian"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text"
-msgid "Installs Mongolian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཧང་ག་རི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text"
-msgid "Kazakh"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text
-#, fuzzy
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text"
-msgid "Installs Kazakh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་མ་ར་ཐི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text"
-msgid "English"
-msgstr "ཨིང་ལིཤི།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text"
-msgid "Installs English support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཨིང་ལིཤ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text"
-msgid "German"
-msgstr "ཇར་མཱན།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text"
-msgid "Installs German support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཇར་མཱན་རྒྱབ་སྐྱོར་་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text"
-msgid "French"
-msgstr "ཕིརེནཆི།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text"
-msgid "Installs French support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཕིརེནཆི་རྒྱབ་སྐྱོར་་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text"
-msgid "Italian"
-msgstr "ཨི་ཊ་ལི་ཡཱན།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text"
-msgid "Installs Italian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཨི་ཊ་ལི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text"
-msgid "Spanish"
-msgstr "སིཔེ་ནིཤ།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text"
-msgid "Installs Spanish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་སིཔེ་ནིཤ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text"
-msgid "Swedish"
-msgstr "སུའི་ཌིཤི།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text"
-msgid "Installs Swedish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་སུའི་ཌིཤི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text"
-msgid "Portuguese"
-msgstr "པོར་ཊུ་གིསི།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་པོར་ཊུ་གིསི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Portuguese (Brazil)"
-msgstr "པོར་ཊུ་གིསི།(བ་ར་ཛིལ།)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་པོར་ཊུ་གིསི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text"
-msgid "Japanese"
-msgstr "ཇ་པ་ནིསི།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text"
-msgid "Installs Japanese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཇ་པ་ནིསི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text"
-msgid "Korean"
-msgstr "ཀོ་རི་ཡའི།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text"
-msgid "Installs Korean support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཀོ་རི་ཡའི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Chinese (simplified)"
-msgstr "རྒྱ་ནག(འཇམ་སམ་བཟོ་ཡོདཔ།)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Installs Chinese (simplified) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་རྒྱ་ནག་(འཇམ་སམ་བཟོ་ཡོདཔ།)གི་སྐད་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབད་ཡོདཔ། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Chinese (traditional)"
-msgstr "རྒྱ་ནག་གི་སྐད།(སྔར་སྲོལ་གྱི།)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Installs Chinese (traditional) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་རྒྱ་ནག་གི་སྐད་(སྔར་སྲོལ་གྱི་)རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text"
-msgid "Dutch"
-msgstr "ཌཆ།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text"
-msgid "Installs Dutch support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཌཆ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text"
-msgid "Hungarian"
-msgstr "ཧང་ག་རི་ཡཱན།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text"
msgid "Installs Hungarian support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཧང་ག་རི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text"
-msgid "Polish"
-msgstr "པོ་ལིཤ།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text"
-msgid "Installs Polish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་པོ་ལིཤ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text"
-msgid "Russian"
-msgstr "ར་ཤི་ཡཱན།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text"
-msgid "Installs Russian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ར་ཤི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text"
-msgid "Turkish"
-msgstr "ཊར་ཀིཤ།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text"
-msgid "Installs Turkish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཊར་ཀིཤ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text"
-msgid "Greek"
-msgstr "གི་རིཀ།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text"
-msgid "Installs Greek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་གི་རིཀ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text"
-msgid "Thai"
-msgstr "ཐཱའི།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text"
-msgid "Installs Thai support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཐཱའི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text"
-msgid "Czech"
-msgstr "ཅེཛི།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text"
-msgid "Installs Czech support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཅེཛི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text"
-msgid "Slovak"
-msgstr "སོལོ་བཱཀ།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text"
-msgid "Installs Slovak support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་སོལོ་བཱཀ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text"
-msgid "Croatian"
-msgstr "ཀོརོ་ཤི་ཡཱན།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text"
-msgid "Installs Croatian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཀོརོ་ཤི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text"
-msgid "Estonian"
-msgstr "ཨིསི་ཊོ་ནི་ཡཱན།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text"
-msgid "Installs Estonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཨིསི་ཊོ་ནི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text"
-msgid "Vietnamese"
-msgstr "ཝེཊི་ན་མིསི།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text"
-msgid "Installs Vietnamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཝེཊི་ན་མིསི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text"
-msgid "Bulgarian"
-msgstr "བཱལ་ག་རི་ཡཱན།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text"
-msgid "Installs Bulgarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་བཱལ་ག་རི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text"
-msgid "Khmer"
-msgstr "ཁེ་མར།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text"
-msgid "Installs Khmer support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཁེ་མར་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Punjabi"
-msgstr "པཱན་ཇ་བི།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Installs Punjabi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་པཱན་ཇ་བི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Gujarati"
-msgstr "གུ་ཇ་ར་་ཏི།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་གུ་ཇ་ར་ཏི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text"
-msgid "Tamil"
-msgstr "ཏ་མིལ།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཏ་མིལ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Tamil"
-msgstr "ཏ་མིལ།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཏ་མིལ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text"
-msgid "Hindi"
-msgstr "ཧིན་དི།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཧིན་དི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Hindi"
-msgstr "ཧིན་དི།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཧིན་དི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text"
-msgid "Southern Sotho (Sutu)"
-msgstr "ལྷོ་ཕྱོགས་སོ་ཐོ།(སུ་ཐུ།)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text"
-msgid "Installs Southern Sotho (Sutu) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་སོ་ཐོ་(སུ་ཐུ་)རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text"
-msgid "Tswana"
-msgstr "ཙ་ཝ་ན།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text"
-msgid "Installs Tswana support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཙ་ཝ་ན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text"
-msgid "Xhosa"
-msgstr "ཨེགསི་ཨོ་ས།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text"
-msgid "Installs Xhosa support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཨེགསི་ཨོ་ས་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Zulu"
-msgstr "ཛུ་ལུ།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Installs Zulu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཛུ་ལུ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text"
-msgid "Afrikaans"
-msgstr "ཨཕ་རི་ཀཱནསི།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text"
-msgid "Installs Afrikaans support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཨཕ་རི་ཀཱནསི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text"
-msgid "Swahili"
-msgstr "ས་ཝ་ཧི་ལི།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ས་ཝ་ཧི་ལི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Swahili"
-msgstr "ས་ཝ་ཧི་ལི།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ས་ཝ་ཧི་ལི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text"
-msgid "Lao"
-msgstr "ལའོ།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text"
-msgid "Installs Lao support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ལའོ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text"
-msgid "Burmese"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text
-#, fuzzy
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text"
-msgid "Installs Burmese (Myanmar) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ནོར་ཝེ་ཇི་ཡཱན་(བོག་མཱལ།)རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Northern Sotho"
-msgstr "བྱང་སོ་ཐོ།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Installs Northern Sotho support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་བྱང་སོ་ཐོ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text"
-msgid "Bengali"
-msgstr "བེང་ག་ལི།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text"
-msgid "Installs Bengali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་བེང་ག་ལི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Bengali (Bangladesh)"
-msgstr "བེང་ག་ལི།(བང་ལ་དིཤི།)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Installs Bengali (Bangladesh) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་བེང་ག་ལི་(བང་ལ་དིཤི)རྒྱབ་སྐྱོར་གཞི་འབདཝ་ཨིན།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Bengali (India)"
-msgstr "བེང་ག་ལི།(རྒྱ་གར།)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Installs Bengali (India) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་བེང་ག་ལི་(རྒྱ་གར་)རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text"
-msgid "Oriya"
-msgstr "ཨོ་རི་ཡ།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཨོ་རི་ཡ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Oriya"
-msgstr "ཨོ་རི་ཡ།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཨོ་རི་ཡ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text"
-msgid "Marathi"
-msgstr "མ་ར་ཐི།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་མ་ར་ཐི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Marathi"
-msgstr "མ་ར་ཐི།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་མ་ར་ཐི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text"
-msgid "Nepali"
-msgstr "ནེ་པ་ལི།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text"
-msgid "Installs Nepali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ནེ་པ་ལི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text"
-msgid "Arabic"
-msgstr "ཨ་ར་བིཀ།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཨ་ར་བིཀ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Arabic"
-msgstr "ཨ་ར་བིཀ།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཨ་ར་བིཀ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text"
-msgid "Catalan"
-msgstr "ཀེ་ཊ་ལཱན།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text"
-msgid "Installs Catalan support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཀེ་ཊ་ལཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text"
-msgid "Danish"
-msgstr "ཌེ་ནིཤི།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text"
-msgid "Installs Danish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཌེ་ནིཤི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text"
-msgid "Finnish"
-msgstr "ཕིན་ནིཤ།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text"
-msgid "Installs Finnish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཕིན་ནིཤི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text"
-msgid "Hebrew"
-msgstr "ཧེབ་བིརིའུ།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text"
-msgid "Installs Hebrew support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཧེབ་བིརིའུ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text"
-msgid "Icelandic"
-msgstr "ཨའིསི་ལེན་ཌིཀ།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text"
-msgid "Installs Icelandic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཨའིསི་ལེན་ཌིཀ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text"
-msgid "Norwegian (Bokmal)"
-msgstr "ནོར་ཝེ་ཇི་ཡཱན།(བོག་མཱལ།)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text"
-msgid "Installs Norwegian (Bokmal) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ནོར་ཝེ་ཇི་ཡཱན་(བོག་མཱལ།)རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text"
-msgid "Norwegian (Nynorsk)"
-msgstr "ནོར་ཝེ་ཇི་ཡཱན།(ནི་ནོརཀི།)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text"
-msgid "Installs Norwegian (Nynorsk) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ནོར་ཝེ་ཇི་ཡཱན་(ནི་ནོརཀ།)རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text"
-msgid "Rhaeto-Romance"
-msgstr "རེ་ཏོ-རོམ་མེནིསི།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text"
-msgid "Installs Rhaeto-Romance support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་རེ་ཏོ་རོམ་ནིསི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text"
-msgid "Romanian"
-msgstr "རོ་མ་ནི་ཡཱན།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text"
-msgid "Installs Romanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་རོ་མ་ནི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Albanian"
-msgstr "ཨཱལ་བཱ་ནི་ཡཱན།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Installs Albanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཨཱལ་བཱ་ནི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text"
-msgid "Urdu"
-msgstr "ཨུར་དུ།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཨུར་དུ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text"
-msgid "Indonesian"
-msgstr "ཨིན་དོ་ནི་ཤེ་ཡཱན།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text"
-msgid "Installs Indonesian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONང་ཨིན་ཌོ་ནེ་ཤི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text"
-msgid "Ukrainian"
-msgstr "ཡུཀ་རའི་ནི་ཡཱན།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text"
-msgid "Installs Ukrainian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཡུཀ་རཱི་ནི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text"
-msgid "Belarusian"
-msgstr " བེ་ལ་རུ་སི་ཡཱན།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text"
-msgid "Installs Belarusian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་བེ་ལ་རུ་སི་ཡཱན་རྒྱབ་སྐྱོར་འདི་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text"
-msgid "Slovenian"
-msgstr "སོལོ་བི་ནི་ཡཱན།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text"
-msgid "Installs Slovenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ སོལོ་བི་ནི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text"
-msgid "Latvian"
-msgstr "ལེཊི་བི་ཡཱན།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text"
-msgid "Installs Latvian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ལེཊི་བི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text"
-msgid "Lithuanian"
-msgstr "ལི་ཐུ་འ་ནི་ཡཱན།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text"
-msgid "Installs Lithuanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ལི་ཐུ་ནི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text"
-msgid "Armenian"
-msgstr "ཨར་མི་ནི་ཡཱན།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text"
-msgid "Installs Armenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ཨར་མི་ནི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text"
-msgid "Basque"
-msgstr "བཱགསིཀ།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text"
-msgid "Installs Basque support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ བཱགསིཀ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text"
-msgid "Macedonian"
-msgstr "མེ་སི་ཌོ་ནི་ཡཱན།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text"
-msgid "Installs Macedonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ མེ་སི་ཌོ་ནི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text"
-msgid "Maltese"
-msgstr "མཱལ་ཊི་སི།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text"
-msgid "Installs Maltese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ མཱལ་ཊི་སི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text"
-msgid "Welsh"
-msgstr "ཝེལཤི།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text"
-msgid "Installs Welsh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ཝེལཤི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text"
-msgid "Galician"
-msgstr "གེ་ལི་ཤི་ཡཱན།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text"
-msgid "Installs Galician support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ གེ་ལི་ཤི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "སར་བི་ཡཱན། (ལེ་ཊིན་)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ སར་བི་ཡཱན་ (ལེ་ཊིན་)རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "སར་བི་ཡཱན། (ལེ་ཊིན་)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ སར་བི་ཡཱན་ (ལེ་ཊིན་)རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text"
-msgid "Irish"
-msgstr " ཨའི་རིཤ།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text"
-msgid "Installs Irish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ཨའི་རིཤ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "སར་བི་ཡཱན། (སི་རི་ལིཀ་)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ སར་བི་ཡཱན་ (སི་རི་ལིཀ་)རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "སར་བི་ཡཱན། (སི་རི་ལིཀ་)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ སར་བི་ཡཱན་ (སི་རི་ལིཀ་)རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text"
-msgid "Bosnian"
-msgstr "བོསི་ནི་ཡཱན།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text"
-msgid "Installs Bosnian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ བོསི་ནི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Assamese"
-msgstr "ཨ་ས་མིསི།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Installs Assamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ཨ་ས་མིསི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text"
-msgid "Kinyarwanda"
-msgstr "ཀིན་ཡར་ཝན་ཌ།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text"
-msgid "Installs Kinyarwanda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ཀིན་ཡར་ཝན་ཌ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text"
-msgid "Sanskrit"
-msgstr "སཱནསི་ཀིརིཊི།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text"
-msgid "Installs Sanskrit support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ སཱནསི་ཀིརིཊི་རྒྱབ་སྐྱོར་འབདཝ་ཨིན་"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text"
-msgid "Farsi"
-msgstr "ཕར་སི།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text"
-msgid "Installs Farsi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ཕར་སི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text"
-msgid "Faroese"
-msgstr "ཕེ་རོ་སི།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text"
-msgid "Installs Faroese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ཕེ་རོ་སི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text"
-msgid "Sorbian"
-msgstr "སོར་བི་ཡཱན།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text"
-msgid "Installs Sorbian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ སོར་བི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text"
-msgid "Tatar"
-msgstr "ཊ་ཊར།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text"
-msgid "Installs Tatar support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ཊ་ཊར་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text"
-msgid "Tsonga"
-msgstr "ཚོ་ང་།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text"
-msgid "Installs Tsonga support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ཚོ་ང་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text"
-msgid "Yiddish"
-msgstr "ཡིད་དིཤ།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text"
-msgid "Installs Yiddish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ཡིད་དིཤ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text"
-msgid "Breton"
-msgstr "བིརི་ཊཱོན།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text"
-msgid "Installs Breton support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ བིརི་ཊཱོན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text"
-msgid "Ndebele South"
-msgstr "ཌི་བི་ལི་ལྷོ།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text"
-msgid "Installs Ndebele South support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ཌི་བི་ལི་ལྷོ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text"
-msgid "Swazi"
-msgstr "ས་ཝ་ཛི།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text"
-msgid "Installs Swazi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ས་ཝ་ཛི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text"
-msgid "Venda"
-msgstr "ཝིན་ཌ།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text"
-msgid "Installs Venda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ཝིན་ཌ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text"
-msgid "Kannada"
-msgstr "ཀཱན་ན་ད།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text"
-msgid "Installs Kannada support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ཀཱན་ན་ད་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text"
-msgid "Malay (Malaysian)"
-msgstr "མ་ལེ། (མ་ལེ་ཤི་ཡཱན་)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text"
-msgid "Installs Malay (Malaysian) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ མ་ལེ་ (མ་ལེ་ཤི་ཡཱན་)རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text"
-msgid "Tajik"
-msgstr "ཏ་ཇིཀ།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text"
-msgid "Installs Tajik support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ཏ་ཇིཀ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text"
-msgid "Kurdish"
-msgstr "ཀར་ཌིཤ།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text"
-msgid "Installs Kurdish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ཀར་ཌིཤ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Dzongkha"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Installs Dzongkha support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ ཚོ་ང་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན་"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text"
-msgid "Georgian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text"
-msgid "Installs Georgian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཇར་མཱན་རྒྱབ་སྐྱོར་་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text"
-msgid "Esperanto"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text"
-msgid "Installs Esperanto support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཇར་མཱན་རྒྱབ་སྐྱོར་་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text"
-msgid "Gujarati"
-msgstr "གུ་ཇ་ར་་ཏི།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་གུ་ཇ་ར་ཏི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "English (South Africa)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "Installs English (South Africa) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཨིང་ལིཤ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "English (United Kingdom)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "Installs English (United Kingdom) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་བེང་ག་ལི་(རྒྱ་གར་)རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Urdu"
-msgstr "ཨུར་དུ།"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཨུར་དུ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Malayalam"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Installs Malayalam support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཀེ་ཊ་ལཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Telugu"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Installs Telugu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཛུ་ལུ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Tigrinya"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Installs Tigrinya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཨོ་རི་ཡ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Uzbek"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Installs Uzbek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་གི་རིཀ་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text"
-msgid "Mongolian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text"
-msgid "Installs Mongolian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་ཧང་ག་རི་ཡཱན་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན།"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text"
-msgid "Kazakh"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text
-#, fuzzy
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text"
-msgid "Installs Kazakh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "%PRODUCTNAME %PRODUCTVERSIONནང་མ་ར་ཐི་རྒྱབ་སྐྱོར་གཞི་བཙུགས་འབདཝ་ཨིན། "
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS.LngText.text
msgid "Extensions"
msgstr ""
@@ -2299,16 +133,6 @@ msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_PDFIMPORT.Lng
msgid "PDF Import"
msgstr ""
-#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text
-msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text"
-msgid "Lightproof"
-msgstr ""
-
-#: module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text
-msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text"
-msgid "Lightproof"
-msgstr ""
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_NUMBERTEXT.LngText.text
msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_NUMBERTEXT.LngText.text"
msgid "Numbertext"
diff --git a/translations/source/dz/scp2/source/gnome.po b/translations/source/dz/scp2/source/gnome.po
index 08fca0ddb80..5d0f3ba796d 100644
--- a/translations/source/dz/scp2/source/gnome.po
+++ b/translations/source/dz/scp2/source/gnome.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/scp2/source/graphicfilter.po b/translations/source/dz/scp2/source/graphicfilter.po
index eb08960f244..c73fa9e95f6 100644
--- a/translations/source/dz/scp2/source/graphicfilter.po
+++ b/translations/source/dz/scp2/source/graphicfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/scp2/source/impress.po b/translations/source/dz/scp2/source/impress.po
index c1c71cf7735..7dd20cd36d5 100644
--- a/translations/source/dz/scp2/source/impress.po
+++ b/translations/source/dz/scp2/source/impress.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:12+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/scp2/source/javafilter.po b/translations/source/dz/scp2/source/javafilter.po
index ca521c20b76..26868176b48 100644
--- a/translations/source/dz/scp2/source/javafilter.po
+++ b/translations/source/dz/scp2/source/javafilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/scp2/source/kde.po b/translations/source/dz/scp2/source/kde.po
index 669579f3389..0eda3b7f752 100644
--- a/translations/source/dz/scp2/source/kde.po
+++ b/translations/source/dz/scp2/source/kde.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/scp2/source/math.po b/translations/source/dz/scp2/source/math.po
index 2dd54526ef6..2920d14c36e 100644
--- a/translations/source/dz/scp2/source/math.po
+++ b/translations/source/dz/scp2/source/math.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/scp2/source/onlineupdate.po b/translations/source/dz/scp2/source/onlineupdate.po
index 4d350d22bab..d2c5b347ead 100644
--- a/translations/source/dz/scp2/source/onlineupdate.po
+++ b/translations/source/dz/scp2/source/onlineupdate.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/scp2/source/ooo.po b/translations/source/dz/scp2/source/ooo.po
index 5feb912a615..c388db38186 100644
--- a/translations/source/dz/scp2/source/ooo.po
+++ b/translations/source/dz/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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-26 02:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: module_systemint.ulf#STR_NAME_MODULE_OPTIONAL_SYSTEMINTEGRATION.LngText.text
@@ -1183,6 +1183,14 @@ msgstr "ཨཕ་རི་ཀཱནསི།"
msgid "Afrikaans spelling dictionary, and hyphenation rules"
msgstr ""
+#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AN.LngText.text
+msgid "Aragonese"
+msgstr ""
+
+#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_AN.LngText.text
+msgid "Aragonese spelling dictionary"
+msgstr ""
+
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AR.LngText.text
#, fuzzy
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AR.LngText.text"
@@ -1275,7 +1283,7 @@ msgid "English"
msgstr "ཨིང་ལིཤི།"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_EN.LngText.text
-msgid "English (Australia, Canada, South Africa, UK, USA) spelling dictionaries, hyphenation rules, and thesaurus"
+msgid "English spelling dictionaries, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_EL.LngText.text
@@ -1367,7 +1375,7 @@ msgid "Hungarian"
msgstr "ཧང་ག་རི་ཡཱན།"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_HU.LngText.text
-msgid "Hungarian spelling dictionary, hyphenation rules, and thesaurus"
+msgid "Hungarian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_HR.LngText.text
@@ -1496,6 +1504,15 @@ msgstr "ར་ཤི་ཡཱན།"
msgid "Russian spelling dictionary, hyphenation rules, and thesaurus"
msgstr ""
+#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SI.LngText.text
+msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SI.LngText.text"
+msgid "Sinhala"
+msgstr ""
+
+#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_SI.LngText.text
+msgid "Sinhala spelling dictionary"
+msgstr ""
+
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SK.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SK.LngText.text"
msgid "Slovak"
diff --git a/translations/source/dz/scp2/source/python.po b/translations/source/dz/scp2/source/python.po
index b85f7e95902..321b304d070 100644
--- a/translations/source/dz/scp2/source/python.po
+++ b/translations/source/dz/scp2/source/python.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/scp2/source/quickstart.po b/translations/source/dz/scp2/source/quickstart.po
index 7e8ea3aeab5..f25db125036 100644
--- a/translations/source/dz/scp2/source/quickstart.po
+++ b/translations/source/dz/scp2/source/quickstart.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/scp2/source/sdkoo.po b/translations/source/dz/scp2/source/sdkoo.po
index 136ea53c91b..8e7065f8d3c 100644
--- a/translations/source/dz/scp2/source/sdkoo.po
+++ b/translations/source/dz/scp2/source/sdkoo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/scp2/source/smoketest.po b/translations/source/dz/scp2/source/smoketest.po
new file mode 100644
index 00000000000..3561e4bdd3f
--- /dev/null
+++ b/translations/source/dz/scp2/source/smoketest.po
@@ -0,0 +1,23 @@
+#. extracted from scp2/source/smoketest.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+scp2%2Fsource%2Fsmoketest.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: module_smoketest.ulf#STR_NAME_MODULE_OPTIONAL_SMOKETEST.LngText.text
+msgid "%PRODUCTNAME %PRODUCTVERSION Smoketest"
+msgstr ""
+
+#: module_smoketest.ulf#STR_DESC_MODULE_OPTIONAL_SMOKETEST.LngText.text
+msgid "The smoketest of %PRODUCTNAME %PRODUCTVERSION"
+msgstr ""
diff --git a/translations/source/dz/scp2/source/winexplorerext.po b/translations/source/dz/scp2/source/winexplorerext.po
index bc12ecad22a..750fb53a5b0 100644
--- a/translations/source/dz/scp2/source/winexplorerext.po
+++ b/translations/source/dz/scp2/source/winexplorerext.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/scp2/source/writer.po b/translations/source/dz/scp2/source/writer.po
index 3e610d510cf..88f688915cc 100644
--- a/translations/source/dz/scp2/source/writer.po
+++ b/translations/source/dz/scp2/source/writer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/scp2/source/xsltfilter.po b/translations/source/dz/scp2/source/xsltfilter.po
index badbe758e01..d7a4c4977b4 100644
--- a/translations/source/dz/scp2/source/xsltfilter.po
+++ b/translations/source/dz/scp2/source/xsltfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/scripting/source/pyprov.po b/translations/source/dz/scripting/source/pyprov.po
index d851956ec57..768b86a7576 100644
--- a/translations/source/dz/scripting/source/pyprov.po
+++ b/translations/source/dz/scripting/source/pyprov.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sd/source/core.po b/translations/source/dz/sd/source/core.po
index dfb3e13f46b..6012c5ef6c3 100644
--- a/translations/source/dz/sd/source/core.po
+++ b/translations/source/dz/sd/source/core.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-05 19:34+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:55+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -26,6 +26,8 @@ msgid "Background objects"
msgstr "རྒྱབ་གཞིའི་དངོས་པོ་ཚུ།"
#: glob.src#STR_LAYER_LAYOUT.string.text
+#, fuzzy
+msgctxt "glob.src#STR_LAYER_LAYOUT.string.text"
msgid "Layout"
msgstr "སྒྲིག་བཀོད།"
@@ -340,6 +342,37 @@ msgstr ""
"#-#-#-#-# items.po (PACKAGE VERSION) #-#-#-#-#\n"
"ཐིག་ཁྲམ།"
+#: glob.src#STR_SLIDESORTERVIEWSHELL.string.text
+msgid "Slide Sorter"
+msgstr ""
+
+#: glob.src#STR_TOOL_PANEL_SHELL.string.text
+msgid "Tool Panel"
+msgstr ""
+
+#: glob.src#STR_LEFT_IMPRESS_PANE_SHELL.string.text
+#, fuzzy
+msgid "Slides"
+msgstr "བཤུད་བརྙན།"
+
+#: glob.src#STR_LEFT_DRAW_PANE_SHELL.string.text
+#, fuzzy
+msgid "Pages"
+msgstr "ཤོག་ལེབ།"
+
+#: glob.src#STR_TASKPANEVIEWSHELL.string.text
+msgid "Tasks"
+msgstr "ལས་ཀ་ཚུ།"
+
+#: glob.src#STR_MASTERPAGESSELECTOR.string.text
+msgid "Master Pages"
+msgstr "ཨམ་གྱི་ཤོག་ལེབ་ཚུ།"
+
+#: glob.src#STR_TASKPANELAYOUTMENU.string.text
+msgctxt "glob.src#STR_TASKPANELAYOUTMENU.string.text"
+msgid "Layout"
+msgstr "སྒྲིག་བཀོད།"
+
#: glob.src#STR_POWERPOINT_IMPORT.string.text
msgid "PowerPoint Import"
msgstr "པ་ཝར་པོའིནཊི་ནང་འདྲེན།"
diff --git a/translations/source/dz/sd/source/filter/html.po b/translations/source/dz/sd/source/filter/html.po
index 86174f03b72..b49192a587a 100644
--- a/translations/source/dz/sd/source/filter/html.po
+++ b/translations/source/dz/sd/source/filter/html.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sd/source/ui/accessibility.po b/translations/source/dz/sd/source/ui/accessibility.po
index 942348fd403..a5241a6ba07 100644
--- a/translations/source/dz/sd/source/ui/accessibility.po
+++ b/translations/source/dz/sd/source/ui/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sd/source/ui/animations.po b/translations/source/dz/sd/source/ui/animations.po
index cb2362fe649..f8465592740 100644
--- a/translations/source/dz/sd/source/ui/animations.po
+++ b/translations/source/dz/sd/source/ui/animations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-11 23:10+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sd/source/ui/annotations.po b/translations/source/dz/sd/source/ui/annotations.po
index dfa39986aea..e7a5fe89132 100644
--- a/translations/source/dz/sd/source/ui/annotations.po
+++ b/translations/source/dz/sd/source/ui/annotations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sd/source/ui/app.po b/translations/source/dz/sd/source/ui/app.po
index 8686006d6a2..22e2b1faf3d 100644
--- a/translations/source/dz/sd/source/ui/app.po
+++ b/translations/source/dz/sd/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-28 11:17+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -1951,7 +1951,7 @@ msgstr "ཀེར་ཐེང་མཇུག་ལུ་གཏན་བཟོ་
#: menuids_tmpl.src#MN_GRID_VISIBLE.SID_GRID_VISIBLE.menuitem.text
msgid "~Display Grid"
-msgstr ""
+msgstr "གི་རིཊི་ བཀྲམ་སྟོན་འབད།"
#: menuids_tmpl.src#MN_GRID_USE.SID_GRID_USE.menuitem.text
msgid "Snap to Grid"
diff --git a/translations/source/dz/sd/source/ui/dlg.po b/translations/source/dz/sd/source/ui/dlg.po
index e666291e35b..261a6a2d29a 100644
--- a/translations/source/dz/sd/source/ui/dlg.po
+++ b/translations/source/dz/sd/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:10+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sd/source/ui/notes.po b/translations/source/dz/sd/source/ui/notes.po
index 5384eddfccb..735b557cd77 100644
--- a/translations/source/dz/sd/source/ui/notes.po
+++ b/translations/source/dz/sd/source/ui/notes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sd/source/ui/slideshow.po b/translations/source/dz/sd/source/ui/slideshow.po
index f5da1402cec..4e82ed3b945 100644
--- a/translations/source/dz/sd/source/ui/slideshow.po
+++ b/translations/source/dz/sd/source/ui/slideshow.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-11 23:10+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 12:55+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -36,7 +36,8 @@ msgid "~Go to Slide"
msgstr "བཤུད་བརྙན་ལུ་འགྱོ།(~G)"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_PEN_MODE.menuitem.text
-msgid "Mouse pointer as ~pen"
+#, fuzzy
+msgid "Mouse pointer as ~Pen"
msgstr "མཱའུསི་དཔག་བྱེད་སྨྱུག་འབྲི་བཟུམ།(~p)"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_WIDTH_PEN.CM_WIDTH_PEN_VERY_THIN.menuitem.text
@@ -69,11 +70,11 @@ msgstr ""
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_COLOR_PEN.menuitem.text
#, fuzzy
-msgid "~Change Pen Color..."
+msgid "~Change pen Color..."
msgstr "ཡིག་གཟུགས་ཚོས་གཞི་ བསྒྱུར་བཅོས་འབད།"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_ERASE_ALLINK.menuitem.text
-msgid "~Erase All Ink On Slide"
+msgid "~Erase all ink on Slide"
msgstr ""
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_SCREEN.CM_SCREEN_BLACK.menuitem.text
diff --git a/translations/source/dz/sd/source/ui/slidesorter/view.po b/translations/source/dz/sd/source/ui/slidesorter/view.po
index 19611ad4bf1..70c20618cd1 100644
--- a/translations/source/dz/sd/source/ui/slidesorter/view.po
+++ b/translations/source/dz/sd/source/ui/slidesorter/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:10+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sd/source/ui/table.po b/translations/source/dz/sd/source/ui/table.po
index fab9bfebcc8..edcf6a4ab02 100644
--- a/translations/source/dz/sd/source/ui/table.po
+++ b/translations/source/dz/sd/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sd/source/ui/view.po b/translations/source/dz/sd/source/ui/view.po
index 8a0a1d9ac5a..79f6faccb2b 100644
--- a/translations/source/dz/sd/source/ui/view.po
+++ b/translations/source/dz/sd/source/ui/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-12 00:12+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sdext/source/minimizer.po b/translations/source/dz/sdext/source/minimizer.po
index b3c89d3cf7b..67c2078db69 100644
--- a/translations/source/dz/sdext/source/minimizer.po
+++ b/translations/source/dz/sdext/source/minimizer.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/translations/source/dz/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index 3061a63d06a..b4aac4250c3 100644
--- a/translations/source/dz/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/translations/source/dz/sdext/source/minimizer/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/translations/source/dz/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index ec161b4e1ae..4942a10129f 100644
--- a/translations/source/dz/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/dz/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sdext/source/pdfimport.po b/translations/source/dz/sdext/source/pdfimport.po
index f4032417ddd..4192fdaf3b8 100644
--- a/translations/source/dz/sdext/source/pdfimport.po
+++ b/translations/source/dz/sdext/source/pdfimport.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:43+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: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sdext/source/presenter.po b/translations/source/dz/sdext/source/presenter.po
index 2c0f0af57ca..2d9d83f199c 100644
--- a/translations/source/dz/sdext/source/presenter.po
+++ b/translations/source/dz/sdext/source/presenter.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/translations/source/dz/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index 2e6c2033865..0ba21b63e9a 100644
--- a/translations/source/dz/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/translations/source/dz/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/translations/source/dz/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index 1ee078c4555..9b109b2f2c6 100644
--- a/translations/source/dz/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/dz/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -33,7 +33,11 @@ msgid "Slides"
msgstr "བཤུད་བརྙན་ཚུ།"
#: PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.l.Normal.Text.value.text
-msgctxt "PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.l.Normal.Text.value.text"
+msgid "Exchange"
+msgstr ""
+
+#: PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.n.Normal.Text.value.text
+msgctxt "PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.n.Normal.Text.value.text"
msgid "Help"
msgstr ""
diff --git a/translations/source/dz/setup_native/source/mac.po b/translations/source/dz/setup_native/source/mac.po
index db6ff3674b0..6b074b41134 100644
--- a/translations/source/dz/setup_native/source/mac.po
+++ b/translations/source/dz/setup_native/source/mac.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sfx2/source/appl.po b/translations/source/dz/sfx2/source/appl.po
index ac3cec1e009..db927b7ec23 100644
--- a/translations/source/dz/sfx2/source/appl.po
+++ b/translations/source/dz/sfx2/source/appl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sfx2/source/bastyp.po b/translations/source/dz/sfx2/source/bastyp.po
index 4b4fd83f316..b3f2c046bf9 100644
--- a/translations/source/dz/sfx2/source/bastyp.po
+++ b/translations/source/dz/sfx2/source/bastyp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sfx2/source/dialog.po b/translations/source/dz/sfx2/source/dialog.po
index fc854e1b914..788ca9fe095 100644
--- a/translations/source/dz/sfx2/source/dialog.po
+++ b/translations/source/dz/sfx2/source/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:12+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -53,7 +53,7 @@ msgstr "བསམ་བཀོད་ཚུ།(~C)"
#: dinfdlg.src#TP_DOCINFODOC.BTN_CHANGE_PASS.pushbutton.text
msgid "Change ~Password..."
-msgstr ""
+msgstr "ཆོག་ཡིག་ བསྒྱུར་བཅོས་འབད་་་་(~P)"
#: dinfdlg.src#TP_DOCINFODOC.FT_FILE_TYP.fixedtext.text
msgid "Type:"
@@ -836,6 +836,10 @@ msgstr "བརྡ་དོན་ཧེང་བཀལ།...(~M)"
msgid "~Ask when not saving in ODF format"
msgstr ""
+#: alienwarn.src#RID_DLG_ALIEN_WARNING.modaldialog.text
+msgid "Confirm File Format"
+msgstr ""
+
#: taskpane.src#STR_SFX_DOCK.string.text
msgid "Dock"
msgstr ""
diff --git a/translations/source/dz/sfx2/source/doc.po b/translations/source/dz/sfx2/source/doc.po
index b4666a2dda7..117614a663f 100644
--- a/translations/source/dz/sfx2/source/doc.po
+++ b/translations/source/dz/sfx2/source/doc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -231,7 +231,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME9.string.text
msgid "Forest"
-msgstr ""
+msgstr "ནགས་ཚལ།"
#: templatelocnames.src#STR_TEMPLATE_NAME10.string.text
msgid "Fresco"
@@ -247,7 +247,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME13.string.text
msgid "Keyboard"
-msgstr ""
+msgstr "ལྡེ་སྒྲོམ།"
#: templatelocnames.src#STR_TEMPLATE_NAME14.string.text
msgid "Light Blue Shapes"
@@ -275,7 +275,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME20.string.text
msgid "Rounded Rectangles"
-msgstr ""
+msgstr "སྒོར་སྒོརམ་ཅན་གྱི་གྲུ་བཞི་ནར་མོ་ཚུ།"
#: templatelocnames.src#STR_TEMPLATE_NAME21.string.text
msgid "Blue and Red Gradient"
@@ -291,7 +291,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME24.string.text
msgid "Water"
-msgstr ""
+msgstr "ཆུ།"
#: templatelocnames.src#STR_TEMPLATE_NAME25.string.text
msgid "Wine"
@@ -715,7 +715,7 @@ msgid ""
msgstr ""
#: doc.src#STR_QRYTEMPL_MESSAGE.string.text
-msgid "The template '$(ARG1)' on which this document is based, has been modified. Do you want to update style based formattings according to the modified template?"
+msgid "The template '$(ARG1)' on which this document is based, has been modified. Do you want to update style based formatting according to the modified template?"
msgstr ""
#: doc.src#STR_QRYTEMPL_UPDATE_BTN.string.text
diff --git a/translations/source/dz/sfx2/source/menu.po b/translations/source/dz/sfx2/source/menu.po
index 8a78d3e57b9..90fada72933 100644
--- a/translations/source/dz/sfx2/source/menu.po
+++ b/translations/source/dz/sfx2/source/menu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sfx2/source/view.po b/translations/source/dz/sfx2/source/view.po
index 3160f6498d0..93b7763505d 100644
--- a/translations/source/dz/sfx2/source/view.po
+++ b/translations/source/dz/sfx2/source/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/shell/source/win32/shlxthandler/res.po b/translations/source/dz/shell/source/win32/shlxthandler/res.po
index 2a9cc7141c3..5cdc5e2a9e4 100644
--- a/translations/source/dz/shell/source/win32/shlxthandler/res.po
+++ b/translations/source/dz/shell/source/win32/shlxthandler/res.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/starmath/source.po b/translations/source/dz/starmath/source.po
index 096fa70f520..5bfca0a5d9d 100644
--- a/translations/source/dz/starmath/source.po
+++ b/translations/source/dz/starmath/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/svl/source/items.po b/translations/source/dz/svl/source/items.po
index 1f5524e10ac..4aa7517be79 100644
--- a/translations/source/dz/svl/source/items.po
+++ b/translations/source/dz/svl/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/svl/source/misc.po b/translations/source/dz/svl/source/misc.po
index 13b03e17ee5..3f571ade6f5 100644
--- a/translations/source/dz/svl/source/misc.po
+++ b/translations/source/dz/svl/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-09 21:09+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -199,7 +199,7 @@ msgstr ""
#: mediatyp.src#STR_SVT_MIMETYPE_CNT_FSYSFLD.string.text
msgid "Folder"
-msgstr ""
+msgstr "སྣོད་འཛིན།"
#: mediatyp.src#STR_SVT_MIMETYPE_APP_GAL.string.text
msgid "Gallery"
diff --git a/translations/source/dz/svtools/source/contnr.po b/translations/source/dz/svtools/source/contnr.po
index 2e95a856c43..fa6abb3b471 100644
--- a/translations/source/dz/svtools/source/contnr.po
+++ b/translations/source/dz/svtools/source/contnr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/svtools/source/control.po b/translations/source/dz/svtools/source/control.po
index 7c310ebaf70..0fb136dc13b 100644
--- a/translations/source/dz/svtools/source/control.po
+++ b/translations/source/dz/svtools/source/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/svtools/source/dialogs.po b/translations/source/dz/svtools/source/dialogs.po
index a651d673464..7b053bc7bb2 100644
--- a/translations/source/dz/svtools/source/dialogs.po
+++ b/translations/source/dz/svtools/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-28 11:17+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/svtools/source/filter.po b/translations/source/dz/svtools/source/filter.po
index 00a3bcfec9c..ace6fc28322 100644
--- a/translations/source/dz/svtools/source/filter.po
+++ b/translations/source/dz/svtools/source/filter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/svtools/source/java.po b/translations/source/dz/svtools/source/java.po
index 435c45f77b1..7bb1025193e 100644
--- a/translations/source/dz/svtools/source/java.po
+++ b/translations/source/dz/svtools/source/java.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/svtools/source/misc.po b/translations/source/dz/svtools/source/misc.po
index 85abf12fa19..94a46a83b7b 100644
--- a/translations/source/dz/svtools/source/misc.po
+++ b/translations/source/dz/svtools/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-12 00:13+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2011-12-20 00:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -193,6 +193,10 @@ msgstr ""
msgid "Catalan"
msgstr ""
+#: langtab.src#STR_ARR_SVT_LANGUAGE_TABLE.LANGUAGE_USER_CATALAN_VALENCIAN.pairedlist.text
+msgid "Catalan (Valencian)"
+msgstr ""
+
#: langtab.src#STR_ARR_SVT_LANGUAGE_TABLE.LANGUAGE_CHINESE_TRADITIONAL.pairedlist.text
msgid "Chinese (traditional)"
msgstr "རྒྱ་ནག་གི་(སྔར་སྲོལ་)།"
@@ -1398,20 +1402,24 @@ msgid "Database"
msgstr "གནས་སྡུད་གཞི་རྟེན།"
#: imagemgr.src#STR_DESCRIPTION_CALC_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet Template"
-msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION ཤོག་ཁྲམ་གྱི་ཊེམ་པེལེཊི།"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet Template"
+msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION ཤོག་ཁྲམ།"
#: imagemgr.src#STR_DESCRIPTION_DRAW_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Drawing Template"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Drawing Template"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION པར་རིས་ཀྱི་ཊེམ་པེལེཊི།"
#: imagemgr.src#STR_DESCRIPTION_IMPRESS_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Presentation Template"
-msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION གསལ་སྟོན་གྱི་ཊེམ་པེལེཊི།"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Presentation Template"
+msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION གསལ་སྟོན།"
#: imagemgr.src#STR_DESCRIPTION_WRITER_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Text Document Template"
-msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION ཚིག་ཡིག་གི་ཡིག་ཆའི་ཊེམ་པེལེཊི།"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Text Document Template"
+msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION ཡིག་ཆ།"
#: imagemgr.src#STR_DESCRIPTION_LOCALE_VOLUME.string.text
msgid "Local drive"
@@ -1442,31 +1450,38 @@ msgid "MS PowerPoint Show"
msgstr "ཨེམ་ཨེསི་ པ་ཝར་པོའིནཊི་ སྟོན།"
#: imagemgr.src#STR_DESCRIPTION_SXMATH_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Formula"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Formula"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION མན་ངག"
#: imagemgr.src#STR_DESCRIPTION_SXCHART_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Chart"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Chart"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION དཔེ་རིས།"
#: imagemgr.src#STR_DESCRIPTION_SXDRAW_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Drawing"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Drawing"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION པར་རིས།"
#: imagemgr.src#STR_DESCRIPTION_SXCALC_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION ཤོག་ཁྲམ།"
#: imagemgr.src#STR_DESCRIPTION_SXIMPRESS_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Presentation"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Presentation"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION གསལ་སྟོན།"
#: imagemgr.src#STR_DESCRIPTION_SXWRITER_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Text Document"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Text Document"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION ཡིག་ཆ།"
#: imagemgr.src#STR_DESCRIPTION_SXGLOBAL_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Master Document"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Master Document"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION ཡིག་ཆ་ཨམ།"
#: imagemgr.src#STR_DESCRIPTION_MATHML_DOC.string.text
diff --git a/translations/source/dz/svtools/source/plugapp.po b/translations/source/dz/svtools/source/plugapp.po
index d19c996a13d..af696dae286 100644
--- a/translations/source/dz/svtools/source/plugapp.po
+++ b/translations/source/dz/svtools/source/plugapp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/svtools/source/toolpanel.po b/translations/source/dz/svtools/source/toolpanel.po
index b4421deb1e9..80549be7e68 100644
--- a/translations/source/dz/svtools/source/toolpanel.po
+++ b/translations/source/dz/svtools/source/toolpanel.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/svtools/workben/unodialog.po b/translations/source/dz/svtools/workben/unodialog.po
index b3567f5fc16..7897e494d92 100644
--- a/translations/source/dz/svtools/workben/unodialog.po
+++ b/translations/source/dz/svtools/workben/unodialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/svx/inc.po b/translations/source/dz/svx/inc.po
index 2a40893cf99..b2457ffacd7 100644
--- a/translations/source/dz/svx/inc.po
+++ b/translations/source/dz/svx/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -648,7 +648,7 @@ msgstr "ཀ་ཊ་ཀ་ན།(~K)"
#: globlmn_tmpl.hrc#ITEM_TRANSLITERATE_MENU.SID_MN_SUB_TRANSLITERATE.menuitem.text
msgid "~Change Case"
-msgstr ""
+msgstr "གནད་དོན་བསྒྱུར་བཅོས་འབད།(~C)"
#: globlmn_tmpl.hrc#ITEM_OPEN_HYPERLINK.#define.text
msgid "~Open Hyperlink"
diff --git a/translations/source/dz/svx/source/accessibility.po b/translations/source/dz/svx/source/accessibility.po
index b1e8d349859..ec195dec28b 100644
--- a/translations/source/dz/svx/source/accessibility.po
+++ b/translations/source/dz/svx/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/svx/source/dialog.po b/translations/source/dz/svx/source/dialog.po
index 1584970eb7d..e9d2c1b2b82 100644
--- a/translations/source/dz/svx/source/dialog.po
+++ b/translations/source/dz/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 02:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: docrecovery.src#RID_SVXPAGE_DOCRECOVERY_SAVE.FT_SAVE_TITLE.fixedtext.text
@@ -2562,7 +2562,7 @@ msgstr ""
#: sdstring.src#RID_SVXSTR_LEND15.string.text
msgid "Diamond"
-msgstr ""
+msgstr "ཕ་ལམ།"
#: sdstring.src#RID_SVXSTR_LEND16.string.text
msgid "Circle unfilled"
diff --git a/translations/source/dz/svx/source/engine3d.po b/translations/source/dz/svx/source/engine3d.po
index 4bec21c96c5..9f22b6d5a9b 100644
--- a/translations/source/dz/svx/source/engine3d.po
+++ b/translations/source/dz/svx/source/engine3d.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/svx/source/fmcomp.po b/translations/source/dz/svx/source/fmcomp.po
index a1dc5d83f77..2a24469cfa2 100644
--- a/translations/source/dz/svx/source/fmcomp.po
+++ b/translations/source/dz/svx/source/fmcomp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/svx/source/form.po b/translations/source/dz/svx/source/form.po
index 20f1e1c559b..9662eb66e4f 100644
--- a/translations/source/dz/svx/source/form.po
+++ b/translations/source/dz/svx/source/form.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/svx/source/gallery2.po b/translations/source/dz/svx/source/gallery2.po
index efac158c724..36c1edd432a 100644
--- a/translations/source/dz/svx/source/gallery2.po
+++ b/translations/source/dz/svx/source/gallery2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/svx/source/items.po b/translations/source/dz/svx/source/items.po
index 1682b4f08c8..dbaea17ee85 100644
--- a/translations/source/dz/svx/source/items.po
+++ b/translations/source/dz/svx/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/svx/source/src.po b/translations/source/dz/svx/source/src.po
index c1c48578387..6ae400e0932 100644
--- a/translations/source/dz/svx/source/src.po
+++ b/translations/source/dz/svx/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-11 23:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/svx/source/stbctrls.po b/translations/source/dz/svx/source/stbctrls.po
index 92242a6914b..73d74cae46a 100644
--- a/translations/source/dz/svx/source/stbctrls.po
+++ b/translations/source/dz/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: 2012-01-15 22:23+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -69,7 +69,7 @@ msgstr ""
#: stbctrls.src#RID_SVXSTR_DOC_LOAD.string.text
msgid "Loading document..."
-msgstr "ཡིག་ཆ་མངོན་གསལ་འབད་དོ..."
+msgstr ""
#: stbctrls.src#RID_SVXMNU_ZOOM.ZOOM_OPTIMAL.menuitem.text
msgid "Optimal"
diff --git a/translations/source/dz/svx/source/svdraw.po b/translations/source/dz/svx/source/svdraw.po
index f7aa049cdc8..227a6adabf0 100644
--- a/translations/source/dz/svx/source/svdraw.po
+++ b/translations/source/dz/svx/source/svdraw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/svx/source/table.po b/translations/source/dz/svx/source/table.po
index 29097d07307..cbc7688a9e1 100644
--- a/translations/source/dz/svx/source/table.po
+++ b/translations/source/dz/svx/source/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/svx/source/tbxctrls.po b/translations/source/dz/svx/source/tbxctrls.po
index cfcabd77fea..869a5aaa76c 100644
--- a/translations/source/dz/svx/source/tbxctrls.po
+++ b/translations/source/dz/svx/source/tbxctrls.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/svx/source/toolbars.po b/translations/source/dz/svx/source/toolbars.po
index 11f373c2321..64d182b35be 100644
--- a/translations/source/dz/svx/source/toolbars.po
+++ b/translations/source/dz/svx/source/toolbars.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/svx/source/unodialogs/textconversiondlgs.po b/translations/source/dz/svx/source/unodialogs/textconversiondlgs.po
index 55ba3d9b613..fed6d077bb3 100644
--- a/translations/source/dz/svx/source/unodialogs/textconversiondlgs.po
+++ b/translations/source/dz/svx/source/unodialogs/textconversiondlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sw/source/core/layout.po b/translations/source/dz/sw/source/core/layout.po
index 526779acc20..ed66ae14dd3 100644
--- a/translations/source/dz/sw/source/core/layout.po
+++ b/translations/source/dz/sw/source/core/layout.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: dz\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sw/source/core/undo.po b/translations/source/dz/sw/source/core/undo.po
index 11ca87a43a2..8e8132eeb87 100644
--- a/translations/source/dz/sw/source/core/undo.po
+++ b/translations/source/dz/sw/source/core/undo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-12 00:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -269,7 +269,7 @@ msgstr ""
#: undo.src#STR_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "གནད་དོན་བསྒྱུར་བཅོས་འབད།(~C)"
#: undo.src#STR_DELNUM.string.text
msgid "Delete numbering"
diff --git a/translations/source/dz/sw/source/core/unocore.po b/translations/source/dz/sw/source/core/unocore.po
index eeba3663354..f79e13980ef 100644
--- a/translations/source/dz/sw/source/core/unocore.po
+++ b/translations/source/dz/sw/source/core/unocore.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sw/source/ui/app.po b/translations/source/dz/sw/source/ui/app.po
index e2a05326b25..3d9381534cc 100644
--- a/translations/source/dz/sw/source/ui/app.po
+++ b/translations/source/dz/sw/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -431,7 +431,7 @@ msgstr "ལོག་མཚམས།(~W)"
#: mn.src#MN_AT_FRAME.FN_TOOL_ANCHOR_FRAME.menuitem.text
msgid "To ~Frame"
-msgstr ""
+msgstr "གཞི་ཁྲམ་ལུ།(~F)"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_PAGE.menuitem.text
msgid "To P~age"
@@ -439,15 +439,15 @@ msgstr ""
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_PARAGRAPH.menuitem.text
msgid "To ~Paragraph"
-msgstr ""
+msgstr "དོན་མཚམས་ལུ།(~p)"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_AT_CHAR.menuitem.text
msgid "To ~Character"
-msgstr ""
+msgstr "ཡིག་འབྲུ་ལུ།(~C)"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_CHAR.menuitem.text
msgid "As C~haracter"
-msgstr ""
+msgstr "ཡིག་འབྲུ་བཟུམ་སྦེ།(~h)"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.menuitem.text
msgid "An~chor"
@@ -581,18 +581,10 @@ msgstr "སྦོ་ལོགས་ཁའི་སྔོན་ལྟ།"
msgid "Media object"
msgstr "བརྡ་ལམ་དངོས་པོ།"
-#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_EDIT.menuitem.text
-msgid "Format $1..."
-msgstr ""
-
#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_BORDERBACK.menuitem.text
msgid "Border and Background..."
msgstr ""
-#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_DELETE.menuitem.text
-msgid "Delete $1..."
-msgstr ""
-
#: mn.src#MN_PAGEBREAK_BUTTON.FN_PAGEBREAK_EDIT.menuitem.text
msgid "Edit Page Break..."
msgstr ""
diff --git a/translations/source/dz/sw/source/ui/chrdlg.po b/translations/source/dz/sw/source/ui/chrdlg.po
index a29faadf43a..329069f07be 100644
--- a/translations/source/dz/sw/source/ui/chrdlg.po
+++ b/translations/source/dz/sw/source/ui/chrdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sw/source/ui/config.po b/translations/source/dz/sw/source/ui/config.po
index 2663117dc4d..b1615411276 100644
--- a/translations/source/dz/sw/source/ui/config.po
+++ b/translations/source/dz/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: 2012-01-30 11:10+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:13+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/dz/sw/source/ui/dbui.po b/translations/source/dz/sw/source/ui/dbui.po
index e941776337f..41d38a5441c 100644
--- a/translations/source/dz/sw/source/ui/dbui.po
+++ b/translations/source/dz/sw/source/ui/dbui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sw/source/ui/dialog.po b/translations/source/dz/sw/source/ui/dialog.po
index ec8ed06755d..7cc83bfc302 100644
--- a/translations/source/dz/sw/source/ui/dialog.po
+++ b/translations/source/dz/sw/source/ui/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-11 23:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -94,6 +94,10 @@ msgctxt "wordcountdialog.src#DLG_WORDCOUNT.FT_DOCCHARACTEREXCLUDINGSPACES.fixedt
msgid "Characters excluding spaces:"
msgstr ""
+#: wordcountdialog.src#DLG_WORDCOUNT.PB_OK.okbutton.text
+msgid "~Close"
+msgstr ""
+
#: wordcountdialog.src#DLG_WORDCOUNT.modelessdialog.text
msgid "Word Count"
msgstr ""
@@ -420,8 +424,8 @@ msgid "Included outline levels"
msgstr "མཐའ་ཐིག་གནས་རིམ་ཚུ་གྲངས་སུ་བཙུགས།"
#: abstract.src#DLG_INSERT_ABSTRACT.FT_PARA.fixedtext.text
-msgid "Subpoints per level"
-msgstr "གནས་རིམ་རེར་ཡིག་ཚད་ཆུང་བ།"
+msgid "Paragraphs per level"
+msgstr ""
#: abstract.src#DLG_INSERT_ABSTRACT.FT_DESC.fixedtext.text
msgid "The abstract contains the selected number of paragraphs from the included outline levels."
diff --git a/translations/source/dz/sw/source/ui/dochdl.po b/translations/source/dz/sw/source/ui/dochdl.po
index f86e3c8d752..23560e3a913 100644
--- a/translations/source/dz/sw/source/ui/dochdl.po
+++ b/translations/source/dz/sw/source/ui/dochdl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sw/source/ui/docvw.po b/translations/source/dz/sw/source/ui/docvw.po
index 64ebae330be..044acf61932 100644
--- a/translations/source/dz/sw/source/ui/docvw.po
+++ b/translations/source/dz/sw/source/ui/docvw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -215,12 +215,20 @@ msgstr ""
msgid "Footer (%1)"
msgstr ""
-#: docvw.src#STR_HEADER.string.text
-msgid "Header"
+#: docvw.src#STR_DELETE_HEADER.string.text
+msgid "Delete Header..."
+msgstr ""
+
+#: docvw.src#STR_FORMAT_HEADER.string.text
+msgid "Format Header..."
+msgstr ""
+
+#: docvw.src#STR_DELETE_FOOTER.string.text
+msgid "Delete Footer..."
msgstr ""
-#: docvw.src#STR_FOOTER.string.text
-msgid "Footer"
+#: docvw.src#STR_FORMAT_FOOTER.string.text
+msgid "Format Footer..."
msgstr ""
#: access.src#STR_ACCESS_DOC_NAME.string.text
diff --git a/translations/source/dz/sw/source/ui/envelp.po b/translations/source/dz/sw/source/ui/envelp.po
index 92324340bed..f509e70abdf 100644
--- a/translations/source/dz/sw/source/ui/envelp.po
+++ b/translations/source/dz/sw/source/ui/envelp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sw/source/ui/fldui.po b/translations/source/dz/sw/source/ui/fldui.po
index efd64526a8e..46c8901147a 100644
--- a/translations/source/dz/sw/source/ui/fldui.po
+++ b/translations/source/dz/sw/source/ui/fldui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sw/source/ui/fmtui.po b/translations/source/dz/sw/source/ui/fmtui.po
index a47542262c7..c3eada7d909 100644
--- a/translations/source/dz/sw/source/ui/fmtui.po
+++ b/translations/source/dz/sw/source/ui/fmtui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sw/source/ui/frmdlg.po b/translations/source/dz/sw/source/ui/frmdlg.po
index 3d34399bf30..afece509c1b 100644
--- a/translations/source/dz/sw/source/ui/frmdlg.po
+++ b/translations/source/dz/sw/source/ui/frmdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sw/source/ui/globdoc.po b/translations/source/dz/sw/source/ui/globdoc.po
index 0870efdf2e6..380da426847 100644
--- a/translations/source/dz/sw/source/ui/globdoc.po
+++ b/translations/source/dz/sw/source/ui/globdoc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sw/source/ui/index.po b/translations/source/dz/sw/source/ui/index.po
index 7f4691512f1..0ef82cc43f2 100644
--- a/translations/source/dz/sw/source/ui/index.po
+++ b/translations/source/dz/sw/source/ui/index.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-11 23:11+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-01-05 12:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -806,7 +806,8 @@ msgid "~Main entry"
msgstr "ཐོ་བཀོད་ངོ་མ།(~M)"
#: idxmrk.src#IDX_DIALOG_WINDOW.WIN_DLG.CB_APPLY_TO_ALL.checkbox.text
-msgid "~Apply to all similar texts."
+#, fuzzy
+msgid "~Apply to all similar texts"
msgstr "ཆ་འདྲ་བའི་ཚིག་ཡིག་ཆ་མཉམ་ལུ་ འཇུག་སྤྱོད་འབད།(~A)"
#: idxmrk.src#IDX_DIALOG_WINDOW.WIN_DLG.CB_CASESENSITIVE.checkbox.text
diff --git a/translations/source/dz/sw/source/ui/lingu.po b/translations/source/dz/sw/source/ui/lingu.po
index 62da4c5fac2..af0148b2cf2 100644
--- a/translations/source/dz/sw/source/ui/lingu.po
+++ b/translations/source/dz/sw/source/ui/lingu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sw/source/ui/misc.po b/translations/source/dz/sw/source/ui/misc.po
index ab4cc07f8e8..35fc66a27e3 100644
--- a/translations/source/dz/sw/source/ui/misc.po
+++ b/translations/source/dz/sw/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-09 21:09+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sw/source/ui/ribbar.po b/translations/source/dz/sw/source/ui/ribbar.po
index fb8948d7415..352886d35a4 100644
--- a/translations/source/dz/sw/source/ui/ribbar.po
+++ b/translations/source/dz/sw/source/ui/ribbar.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -421,19 +421,19 @@ msgstr "འཇུག་སྤྱོད་འབད།"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_PAGE.menuitem.text
msgid "To Page"
-msgstr ""
+msgstr "ཤོག་ལེབ་ལུ།"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_PARAGRAPH.menuitem.text
msgid "To Paragraph"
-msgstr ""
+msgstr "དོན་མཚམས།"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_AT_CHAR.menuitem.text
msgid "To Character"
-msgstr ""
+msgstr "ཡིག་འབྲུ།"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_CHAR.menuitem.text
msgid "As Character"
-msgstr ""
+msgstr "ཡིག་འབྲུ།"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_FRAME.menuitem.text
msgid "To Frame"
diff --git a/translations/source/dz/sw/source/ui/shells.po b/translations/source/dz/sw/source/ui/shells.po
index 1425828fbf3..122503083d9 100644
--- a/translations/source/dz/sw/source/ui/shells.po
+++ b/translations/source/dz/sw/source/ui/shells.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -200,6 +200,14 @@ msgstr "བི་ཛི་ཡར།"
msgid "Draw text"
msgstr "ཚིག་ཡིག་བྲིས།"
+#: shells.src#STR_SHELLNAME_MEDIA.string.text
+msgid "Media"
+msgstr "བརྡ་ལམ་"
+
+#: shells.src#STR_SHELLNAME_NAVIGATION.string.text
+msgid "Navigation"
+msgstr "འགྲུལ་བསྐྱོད།"
+
#: shells.src#STR_SWBG_PARAGRAPH.string.text
msgid "Paragraph"
msgstr "དོན་མཚམས།"
diff --git a/translations/source/dz/sw/source/ui/smartmenu.po b/translations/source/dz/sw/source/ui/smartmenu.po
index 5d7f9ed4e85..463459ddf46 100644
--- a/translations/source/dz/sw/source/ui/smartmenu.po
+++ b/translations/source/dz/sw/source/ui/smartmenu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sw/source/ui/table.po b/translations/source/dz/sw/source/ui/table.po
index 3ff7842c5dc..cd6f7eb3726 100644
--- a/translations/source/dz/sw/source/ui/table.po
+++ b/translations/source/dz/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-26 02:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: colwd.src#DLG_COL_WIDTH.FT_WIDTH.fixedtext.text
@@ -459,11 +459,11 @@ msgid "Text ~orientation"
msgstr ""
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.1.stringlist.text
-msgid "horizontal"
-msgstr ""
+msgid "Horizontal"
+msgstr "ཐད་སྙོམས།"
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.2.stringlist.text
-msgid "vertical"
+msgid "Vertical"
msgstr ""
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.3.stringlist.text
diff --git a/translations/source/dz/sw/source/ui/uiview.po b/translations/source/dz/sw/source/ui/uiview.po
index 294f6c37ee6..8d659c47d38 100644
--- a/translations/source/dz/sw/source/ui/uiview.po
+++ b/translations/source/dz/sw/source/ui/uiview.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sw/source/ui/utlui.po b/translations/source/dz/sw/source/ui/utlui.po
index e5693d4014c..db57266e9e4 100644
--- a/translations/source/dz/sw/source/ui/utlui.po
+++ b/translations/source/dz/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: 2012-01-30 11:09+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-11 23:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1513,7 +1513,7 @@ msgstr "ཨང་རྟགས་ ༡ འགོ་བཙུགས།"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text"
msgid "Numbering 1"
-msgstr "ཨང་བཏགས་དོ་ ༡།"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1E.string.text
msgid "Numbering 1 End"
@@ -1530,7 +1530,7 @@ msgstr "ཨང་རྟགས་ ༢ འགོ་བཙུགས།"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text"
msgid "Numbering 2"
-msgstr "ཨང་བཏགས་དོ་ ༢།"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2E.string.text
msgid "Numbering 2 End"
@@ -1547,7 +1547,7 @@ msgstr "ཨང་རྟགས་ ༣ འགོ་བཙུགས།"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text"
msgid "Numbering 3"
-msgstr "ཨང་བཏགས་དོ་ ༣།"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3E.string.text
msgid "Numbering 3 End"
@@ -1564,7 +1564,7 @@ msgstr "ཨང་རྟགས་ ༤ འགོ་བཙུགས།"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text"
msgid "Numbering 4"
-msgstr "ཨང་བཏགས་དོ་ ༤།"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4E.string.text
msgid "Numbering 4 End"
@@ -1581,7 +1581,7 @@ msgstr "ཨང་རྟགས་ ༥ འགོ་བཙུགས།"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text"
msgid "Numbering 5"
-msgstr "ཨང་བཏགས་དོ་ ༥།"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5E.string.text
msgid "Numbering 5 End"
@@ -1598,7 +1598,7 @@ msgstr "ཐོ་ཡིག་ ༡ འགོ་བཙུགས།"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text"
msgid "List 1"
-msgstr "ཡིག་ ༡།"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1E.string.text
msgid "List 1 End"
@@ -1615,7 +1615,7 @@ msgstr "ཐོ་ཡིག་ ༢ འགོ་བཙུགས།"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text"
msgid "List 2"
-msgstr "ཐོ་ཡིག་ ༢།"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2E.string.text
msgid "List 2 End"
@@ -1632,7 +1632,7 @@ msgstr "ཐོ་ཡིག་ ༣ འགོ་བཙུགས།"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text"
msgid "List 3"
-msgstr "ཐོ་ཡིག་ ༣།"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3E.string.text
msgid "List 3 End"
@@ -1649,7 +1649,7 @@ msgstr "ཐོ་ཡིག་ ༤ འགོ་བཙུགས།"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text"
msgid "List 4"
-msgstr "ཐོ་ཡིག་ ༤།"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4E.string.text
msgid "List 4 End"
@@ -1666,7 +1666,7 @@ msgstr "ཐོ་ཡིག་ ༥ འགོ་བཙུགས།"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text"
msgid "List 5"
-msgstr "ཐོ་ཡིག་ ༥།"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5E.string.text
msgid "List 5 End"
diff --git a/translations/source/dz/sw/source/ui/web.po b/translations/source/dz/sw/source/ui/web.po
index b3602443982..28d80308064 100644
--- a/translations/source/dz/sw/source/ui/web.po
+++ b/translations/source/dz/sw/source/ui/web.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sw/source/ui/wrtsh.po b/translations/source/dz/sw/source/ui/wrtsh.po
index 11af18caed3..640f52213a5 100644
--- a/translations/source/dz/sw/source/ui/wrtsh.po
+++ b/translations/source/dz/sw/source/ui/wrtsh.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/swext/mediawiki/help.po b/translations/source/dz/swext/mediawiki/help.po
index 249b4576144..c78425ca8f3 100644
--- a/translations/source/dz/swext/mediawiki/help.po
+++ b/translations/source/dz/swext/mediawiki/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -188,7 +188,7 @@ msgid "If the Wiki allows anonymous access, you can leave the account text boxes
msgstr ""
#: wikiaccount.xhp#par_id9046601.help.text
-msgid "If you have enabled the master password feature on the Security tab page of the Tools - Options - %PRODUCTNAME dialog, then the software can store your password and automatically insert the data where necessary. Enable the \"Save password\" checkbox to store your password."
+msgid "If you have enabled the master password feature on the Security tab page of the <item type=\"menuitem\">Tools - Options - %PRODUCTNAME</item> dialog, then the software can store your password and automatically insert the data where necessary. Enable the \"Save password\" checkbox to store your password."
msgstr ""
#: wikiformats.xhp#tit.help.text
@@ -356,7 +356,7 @@ msgstr ""
"མཐའ་མཚམས་ཚུ།"
#: wikiformats.xhp#par_id1831110.help.text
-msgid "Irrespective of custom table styles for border and background, a table is always exported as \"<emph>prettytable\"</emph>, which renders in the Wiki engine with simple borders and bold header."
+msgid "Irrespective of custom table styles for border and background, a table is always exported as \"<emph>prettytable</emph>\", which renders in the Wiki engine with simple borders and bold header."
msgstr ""
#: wikiformats.xhp#hd_id6255073.help.text
diff --git a/translations/source/dz/swext/mediawiki/src.po b/translations/source/dz/swext/mediawiki/src.po
index 26d180609f3..e6a6dccfb77 100644
--- a/translations/source/dz/swext/mediawiki/src.po
+++ b/translations/source/dz/swext/mediawiki/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/translations/source/dz/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index 27b59229f46..35d8604011e 100644
--- a/translations/source/dz/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/translations/source/dz/swext/mediawiki/src/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/translations/source/dz/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index b311487b560..a1c550d82e9 100644
--- a/translations/source/dz/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/translations/source/dz/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/sysui/desktop/share.po b/translations/source/dz/sysui/desktop/share.po
index b6bedfb5602..f96d57b1eb2 100644
--- a/translations/source/dz/sysui/desktop/share.po
+++ b/translations/source/dz/sysui/desktop/share.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/uui/source.po b/translations/source/dz/uui/source.po
index 98d8b785a49..96226c6bfe7 100644
--- a/translations/source/dz/uui/source.po
+++ b/translations/source/dz/uui/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/vcl/source/src.po b/translations/source/dz/vcl/source/src.po
index 8d8b09eb2cd..16389569f44 100644
--- a/translations/source/dz/vcl/source/src.po
+++ b/translations/source/dz/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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 02:12+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: stdtext.src#SV_STDTEXT_SERVICENOTAVAILABLE.string.text
@@ -872,19 +872,19 @@ msgstr "ཝིན་དོ་དབྱེ་བྱེད་གཤག"
#: fpicker.src#STR_FPICKER_AUTO_EXTENSION.string.text
msgid "~Automatic file name extension"
-msgstr ""
+msgstr " ཡིག་སྣོད་ཀྱི་ མིང་རང་བཞིན་གྱི་ རྒྱ་བསྐྱེད།"
#: fpicker.src#STR_FPICKER_PASSWORD.string.text
msgid "Save with pass~word"
-msgstr ""
+msgstr "ཆོག་ཡིག་དང་གཅིག་ཁར་སྲུང་ས་(~w)"
#: fpicker.src#STR_FPICKER_FILTER_OPTIONS.string.text
msgid "~Edit filter settings"
-msgstr ""
+msgstr "ཚགས་མའི་སྒྲིག་སྟངས་ཚུ་ཞུན་དག་འབད་(~E)"
#: fpicker.src#STR_FPICKER_READONLY.string.text
msgid "~Read-only"
-msgstr ""
+msgstr "ལྷག་ནི་རྐྱངམ་གཅིག(~R)"
#: fpicker.src#STR_FPICKER_INSERT_AS_LINK.string.text
msgid "~Link"
@@ -901,11 +901,11 @@ msgstr ""
#: fpicker.src#STR_FPICKER_VERSION.string.text
msgid "~Version:"
-msgstr ""
+msgstr "ཐོན་རིམ།:(~V)"
#: fpicker.src#STR_FPICKER_TEMPLATES.string.text
msgid "S~tyles:"
-msgstr ""
+msgstr "བཟོ་རྣམ་ཚུ།:(~t)"
#: fpicker.src#STR_FPICKER_IMAGE_TEMPLATE.string.text
msgid "Style:"
@@ -917,11 +917,11 @@ msgstr ""
#: fpicker.src#STR_FPICKER_FOLDER_DEFAULT_TITLE.string.text
msgid "Select Path"
-msgstr ""
+msgstr "འགྲུལ་ལམ་སེལ་འཐུ་འབད།"
#: fpicker.src#STR_FPICKER_FOLDER_DEFAULT_DESCRIPTION.string.text
msgid "Please select a folder."
-msgstr ""
+msgstr "སྣོད་འཛིན་སེལ་འཐུ་འབད་གནང་།"
#: fpicker.src#STR_FPICKER_ALREADYEXISTOVERWRITE.string.text
msgid ""
@@ -936,11 +936,11 @@ msgstr ""
#: fpicker.src#STR_FPICKER_OPEN.string.text
msgid "Open"
-msgstr ""
+msgstr "ཁ་ཕྱེ།"
#: fpicker.src#STR_FPICKER_SAVE.string.text
msgid "Save"
-msgstr ""
+msgstr "སྲུངས།"
#: fpicker.src#STR_FPICKER_TYPE.string.text
msgid "File ~type"
diff --git a/translations/source/dz/wizards/source/euro.po b/translations/source/dz/wizards/source/euro.po
index 1656726e154..bbe9885682c 100644
--- a/translations/source/dz/wizards/source/euro.po
+++ b/translations/source/dz/wizards/source/euro.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/wizards/source/formwizard.po b/translations/source/dz/wizards/source/formwizard.po
index 4b2ff2a68a7..2505a995f7a 100644
--- a/translations/source/dz/wizards/source/formwizard.po
+++ b/translations/source/dz/wizards/source/formwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/wizards/source/importwizard.po b/translations/source/dz/wizards/source/importwizard.po
index d6e35a07e12..c093b90bde6 100644
--- a/translations/source/dz/wizards/source/importwizard.po
+++ b/translations/source/dz/wizards/source/importwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/wizards/source/schedule.po b/translations/source/dz/wizards/source/schedule.po
index a95c5fcb8fe..3ce6d58aa40 100644
--- a/translations/source/dz/wizards/source/schedule.po
+++ b/translations/source/dz/wizards/source/schedule.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/wizards/source/template.po b/translations/source/dz/wizards/source/template.po
index a6c850ad1c0..056ecf27d7f 100644
--- a/translations/source/dz/wizards/source/template.po
+++ b/translations/source/dz/wizards/source/template.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/xmlsecurity/source/component.po b/translations/source/dz/xmlsecurity/source/component.po
index 066ca28686c..3f04455f195 100644
--- a/translations/source/dz/xmlsecurity/source/component.po
+++ b/translations/source/dz/xmlsecurity/source/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/dz/xmlsecurity/source/dialogs.po b/translations/source/dz/xmlsecurity/source/dialogs.po
index 593ff8223b8..d5231330615 100644
--- a/translations/source/dz/xmlsecurity/source/dialogs.po
+++ b/translations/source/dz/xmlsecurity/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-11 23:11+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: dz\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"
+"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/accessibility/source/helper.po b/translations/source/el/accessibility/source/helper.po
index d76b032f4ee..8fb81141d8e 100644
--- a/translations/source/el/accessibility/source/helper.po
+++ b/translations/source/el/accessibility/source/helper.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+accessibility%2Fsource%2Fhelper.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-19 18:19+0300\n"
"Last-Translator: d1-02 <dmtrs32@gmail.com>\n"
"Language-Team: team@gnome.gr\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Virtaal 0.7.0\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Project-Style: openoffice\n"
diff --git a/translations/source/el/avmedia/source/framework.po b/translations/source/el/avmedia/source/framework.po
index 105a17fef2d..276d6652baf 100644
--- a/translations/source/el/avmedia/source/framework.po
+++ b/translations/source/el/avmedia/source/framework.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+avmedia%2Fsource%2Fframework.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-18 14:05+0300\n"
"Last-Translator: Dimitris Spingos (Δημήτρης Σπίγγος) <dmtrs32@gmail.com>\n"
"Language-Team: team@gnome.gr\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Virtaal 0.7.0\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Project-Style: openoffice\n"
diff --git a/translations/source/el/avmedia/source/viewer.po b/translations/source/el/avmedia/source/viewer.po
index ef09b23cd32..ffa6ee3b01e 100644
--- a/translations/source/el/avmedia/source/viewer.po
+++ b/translations/source/el/avmedia/source/viewer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:38+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/basctl/source/basicide.po b/translations/source/el/basctl/source/basicide.po
index a2e428af55f..01155cb28bf 100644
--- a/translations/source/el/basctl/source/basicide.po
+++ b/translations/source/el/basctl/source/basicide.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+basctl%2Fsource%2Fbasicide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-18 14:46+0300\n"
"Last-Translator: Dimitris Spingos (Δημήτρης Σπίγγος) <dmtrs32@gmail.com>\n"
"Language-Team: team@gnome.gr\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Virtaal 0.7.0\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Project-Style: openoffice\n"
diff --git a/translations/source/el/basctl/source/dlged.po b/translations/source/el/basctl/source/dlged.po
index 97ec701ee03..1f85e809395 100644
--- a/translations/source/el/basctl/source/dlged.po
+++ b/translations/source/el/basctl/source/dlged.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+basctl%2Fsource%2Fdlged.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-18 14:45+0300\n"
"Last-Translator: Dimitris Spingos (Δημήτρης Σπίγγος) <dmtrs32@gmail.com>\n"
"Language-Team: team@gnome.gr\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Virtaal 0.7.0\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Project-Style: openoffice\n"
diff --git a/translations/source/el/basic/source/classes.po b/translations/source/el/basic/source/classes.po
index ead1d923ede..3d378c306ae 100644
--- a/translations/source/el/basic/source/classes.po
+++ b/translations/source/el/basic/source/classes.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+basic%2Fsource%2Fclasses.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-02-19 18:48+0300\n"
"Last-Translator: d1-02 <dmtrs32@gmail.com>\n"
"Language-Team: team@gnome.gr\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Virtaal 0.7.0\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Project-Style: openoffice\n"
diff --git a/translations/source/el/basic/source/sbx.po b/translations/source/el/basic/source/sbx.po
index 6beff4614b1..c1152c9826b 100644
--- a/translations/source/el/basic/source/sbx.po
+++ b/translations/source/el/basic/source/sbx.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/chart2/source/controller/dialogs.po b/translations/source/el/chart2/source/controller/dialogs.po
index 67cabab0014..503612e3c9f 100644
--- a/translations/source/el/chart2/source/controller/dialogs.po
+++ b/translations/source/el/chart2/source/controller/dialogs.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+chart2%2Fsource%2Fcontroller%2Fdialogs.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-19 20:06+0300\n"
"Last-Translator: d1-02 <dmtrs32@gmail.com>\n"
"Language-Team: team@gnome.gr\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Virtaal 0.7.0\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Project-Style: openoffice\n"
diff --git a/translations/source/el/connectivity/source/drivers/ado.po b/translations/source/el/connectivity/source/drivers/ado.po
index 9735ece8b9b..4557bca91dc 100644
--- a/translations/source/el/connectivity/source/drivers/ado.po
+++ b/translations/source/el/connectivity/source/drivers/ado.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/connectivity/source/drivers/calc.po b/translations/source/el/connectivity/source/drivers/calc.po
index 1a948458889..b5cc53ef670 100644
--- a/translations/source/el/connectivity/source/drivers/calc.po
+++ b/translations/source/el/connectivity/source/drivers/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/connectivity/source/drivers/dbase.po b/translations/source/el/connectivity/source/drivers/dbase.po
index 56af07dda63..fc23dde58d7 100644
--- a/translations/source/el/connectivity/source/drivers/dbase.po
+++ b/translations/source/el/connectivity/source/drivers/dbase.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/connectivity/source/drivers/evoab2.po b/translations/source/el/connectivity/source/drivers/evoab2.po
index fea2308e904..4d241d4643d 100644
--- a/translations/source/el/connectivity/source/drivers/evoab2.po
+++ b/translations/source/el/connectivity/source/drivers/evoab2.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+connectivity%2Fsource%2Fdrivers%2Fevoab2.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-24 09:12+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/el/connectivity/source/drivers/flat.po b/translations/source/el/connectivity/source/drivers/flat.po
index 8c507041cbc..76f800b3c84 100644
--- a/translations/source/el/connectivity/source/drivers/flat.po
+++ b/translations/source/el/connectivity/source/drivers/flat.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/connectivity/source/drivers/hsqldb.po b/translations/source/el/connectivity/source/drivers/hsqldb.po
index 4cde5e9d1dc..659a163267c 100644
--- a/translations/source/el/connectivity/source/drivers/hsqldb.po
+++ b/translations/source/el/connectivity/source/drivers/hsqldb.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/connectivity/source/drivers/jdbc.po b/translations/source/el/connectivity/source/drivers/jdbc.po
index e94e2529ac6..c3652d44786 100644
--- a/translations/source/el/connectivity/source/drivers/jdbc.po
+++ b/translations/source/el/connectivity/source/drivers/jdbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/connectivity/source/drivers/kab.po b/translations/source/el/connectivity/source/drivers/kab.po
index 7939d8b4ea8..6af885a7556 100644
--- a/translations/source/el/connectivity/source/drivers/kab.po
+++ b/translations/source/el/connectivity/source/drivers/kab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/connectivity/source/drivers/macab.po b/translations/source/el/connectivity/source/drivers/macab.po
index 467d2141bd7..05a7f1ed12d 100644
--- a/translations/source/el/connectivity/source/drivers/macab.po
+++ b/translations/source/el/connectivity/source/drivers/macab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/connectivity/source/drivers/mozab.po b/translations/source/el/connectivity/source/drivers/mozab.po
index 75fc6512d2e..6f471cf95ce 100644
--- a/translations/source/el/connectivity/source/drivers/mozab.po
+++ b/translations/source/el/connectivity/source/drivers/mozab.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+connectivity%2Fsource%2Fdrivers%2Fmozab.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-23 16:00+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/el/connectivity/source/drivers/mysql.po b/translations/source/el/connectivity/source/drivers/mysql.po
index 2e59477679a..f7c5c7035a0 100644
--- a/translations/source/el/connectivity/source/drivers/mysql.po
+++ b/translations/source/el/connectivity/source/drivers/mysql.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+connectivity%2Fsource%2Fdrivers%2Fmysql.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-24 09:12+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/el/connectivity/source/drivers/odbc.po b/translations/source/el/connectivity/source/drivers/odbc.po
index d7da03817f8..f78889cf236 100644
--- a/translations/source/el/connectivity/source/drivers/odbc.po
+++ b/translations/source/el/connectivity/source/drivers/odbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/connectivity/source/drivers/postgresql.po b/translations/source/el/connectivity/source/drivers/postgresql.po
index 43bfacce466..680ce7eac0b 100644
--- a/translations/source/el/connectivity/source/drivers/postgresql.po
+++ b/translations/source/el/connectivity/source/drivers/postgresql.po
@@ -3,26 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-24 09:08+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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 "PostgreSQL"
-
-#: description.xml#dispname.dispname.description.text
-msgid "PostgreSQL-SDBC Driver"
-msgstr "Οδηγός PostgreSQL-SDBC"
-
-#: 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 "Ένας εγγενής οδηγός βάσης δεδομένων PostgreSQL για LibreOffice. Είναι πιο γρήγορος, ολοκληρωμένος χωρίς ραφές και δεν υπάρχει ανάγκη για εγκατάσταση και ρύθμιση ενός οδηγού JDBC ή ODBC ξεχωριστά. Συμβατός με PostgreSQL έκδοση 8.4 και μεταγενέστερο.\n"
diff --git a/translations/source/el/connectivity/source/resource.po b/translations/source/el/connectivity/source/resource.po
index 704c79d87d5..8d38828a55b 100644
--- a/translations/source/el/connectivity/source/resource.po
+++ b/translations/source/el/connectivity/source/resource.po
@@ -1,21 +1,20 @@
+#. extracted from connectivity/source/resource.oo
msgid ""
msgstr ""
"Project-Id-Version: connectivity/source/resource.po\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-20 10:13+0200\n"
"Last-Translator: Dimitris Spingos (Δημήτρης Σπίγγος) <dmtrs32@gmail.com>\n"
"Language-Team: greek <team@gnome.gr>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Virtaal 0.7.0\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Project-Style: openoffice\n"
-"X-Poedit-Language: Greek\n"
-"X-Poedit-Country: GREECE\n"
#: conn_error_message.src#256___2_100___0.string.text
msgid "The record operation has been vetoed."
diff --git a/translations/source/el/cui/source/customize.po b/translations/source/el/cui/source/customize.po
index 14fe3ca9422..219bebe78bd 100644
--- a/translations/source/el/cui/source/customize.po
+++ b/translations/source/el/cui/source/customize.po
@@ -1,19 +1,20 @@
#. extracted from cui/source/customize.oo
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
+"Project-Id-Version: cui/source/customize.po\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-24 11:35+0200\n"
-"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-20 10:25+0200\n"
+"Last-Translator: Dimitris Spingos (Δημήτρης Σπίγγος) <dmtrs32@gmail.com>\n"
+"Language-Team: greek <team@gnome.gr>\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
+"X-Project-Style: openoffice\n"
#: macropg.src#RID_SVXPAGE_MACROASSIGN.STR_EVENT.string.text
msgctxt "macropg.src#RID_SVXPAGE_MACROASSIGN.STR_EVENT.string.text"
@@ -186,11 +187,11 @@ msgstr "Στην περίπτωση απώλειας εστίασης"
#: macropg.src#RID_SVXSTR_EVENT_ITEMSTATECHANGED.string.text
msgid "Item status changed"
-msgstr "Η κατάσταση του αντικειμένου τροποποιήθηκε"
+msgstr "Η κατάσταση του στοιχείου τροποποιήθηκε"
#: macropg.src#RID_SVXSTR_EVENT_KEYTYPED.string.text
msgid "Key pressed"
-msgstr "Πλήκτρο πιεσμένο"
+msgstr "Πλήκτρο πατημένο"
#: macropg.src#RID_SVXSTR_EVENT_KEYUP.string.text
msgid "Key released"
@@ -226,7 +227,7 @@ msgstr "Κίνηση ποντικιού"
#: macropg.src#RID_SVXSTR_EVENT_MOUSEPRESSED.string.text
msgid "Mouse button pressed"
-msgstr "Πλήκτρο ποντικιού πιεσμένο"
+msgstr "Πλήκτρο ποντικιού πατημένο"
#: macropg.src#RID_SVXSTR_EVENT_MOUSERELEASED.string.text
msgid "Mouse button released"
@@ -290,7 +291,7 @@ msgstr "Η 'Αποθήκευση ως' απέτυχε"
#: macropg.src#RID_SVXSTR_EVENT_COPYTODOC.string.text
msgid "Storing or exporting copy of document"
-msgstr "Γίνεται αρχειοθέτηση ή εξαγωγωγή αντιγράφου του εγγράφου"
+msgstr "Γίνεται αρχειοθέτηση ή εξαγωγή αντιγράφου του εγγράφου"
#: macropg.src#RID_SVXSTR_EVENT_COPYTODOCDONE.string.text
msgid "Document copy has been created"
@@ -346,7 +347,7 @@ msgstr "Δεξί κλικ"
#: macropg.src#RID_SVXSTR_EVENT_CALCULATE.string.text
msgid "Formulas calculated"
-msgstr "Μαθηματικοί τύποι υπολογίσθηκαν"
+msgstr "Οι τύποι υπολογίσθηκαν"
#: macropg.src#RID_SVXSTR_EVENT_CONTENTCHANGED.string.text
msgid "Content changed"
@@ -354,7 +355,7 @@ msgstr "Περιεχόμενο τροποποιήθηκε"
#: selector.src#FIXEDTEXT_DIALOG_DESCRIPTION.#define.text
msgid "Select the library that contains the macro you want. Then select the macro under 'Macro name'."
-msgstr "Επιλέξτε τη βιβλιοθήκη η οποία περιέχει τη μακροεντολή που επιθυμείτε. Μετά επιλέξτε τη μακροεντολή κάτω από το 'Όνομα μακροεντολής'."
+msgstr "Επιλέξτε τη βιβλιοθήκη η οποία περιέχει την επιθυμητή μακροεντολή. Μετά επιλέξτε τη μακροεντολή στο 'Όνομα μακροεντολής'."
#: selector.src#STR_SELECTOR_ADD_COMMANDS.string.text
msgid "Add Commands"
@@ -389,7 +390,7 @@ msgstr "Κλείσιμο"
#: selector.src#STR_SELECTOR_ADD_COMMANDS_DESCRIPTION.string.text
msgid "To add a command to a toolbar, select the category and then the command. Then drag the command to the Commands list of the Toolbars tab page in the Customize dialog."
-msgstr "Για να προσθέσετε μια εντολή στο μενού, επιλέξτε τη κατηγορία και μετά το μενού. Μπορείτε ακόμα να σύρετε την εντολή στη λίστα εντολές της καρτέλας του μενού στο διάλογο προσαρμογής."
+msgstr "Για να προσθέσετε μια εντολή στη γραμμή εργαλείων, επιλέξτε τη κατηγορία και μετά την εντολή. Μετά σύρετε την εντολή στη λίστα εντολών της καρτέλας της γραμμής εργαλείων στο διάλογο προσαρμογής."
#: selector.src#STR_BASICMACROS.string.text
msgctxt "selector.src#STR_BASICMACROS.string.text"
@@ -482,7 +483,7 @@ msgstr "Μόνο κείμενο"
#: cfg.src#TEXT_TOOLBAR_NAME.#define.text
msgid "Toolbar Name"
-msgstr "Όνομα εργαλειοθήκης"
+msgstr "Όνομα γραμμής εργαλείων"
#: cfg.src#TEXT_SAVE_IN.#define.text
msgctxt "cfg.src#TEXT_SAVE_IN.#define.text"
@@ -560,7 +561,7 @@ msgstr "Όνομα υπομενού"
#: cfg.src#RID_SVXSTR_MENU_ADDCOMMANDS_DESCRIPTION.string.text
msgid "To add a command to a menu, select the category and then the command. You can also drag the command to the Commands list of the Menus tab page in the Customize dialog."
-msgstr "Για να προσθέσετε μια εντολή στο μενού, επιλέξτε τη κατηγορία και μετά το μενού. Μπορείτε ακόμα να σύρετε την εντολή στη λίστα εντολές της καρτέλας του μενού στο διάλογο προσαρμογής."
+msgstr "Για να προσθέσετε μια εντολή στο μενού, επιλέξτε τη κατηγορία και μετά την εντολή. Μπορείτε επίσης να σύρετε την εντολή στη λίστα εντολών της καρτέλας των μενού στο διάλογο προσαρμογής."
#: cfg.src#MD_MENU_ORGANISER.TXT_MENU_NAME.fixedtext.text
msgid "Menu name"
@@ -597,7 +598,7 @@ msgid ""
"The size of an icon should be 16x16 pixel to achieve best quality. Different sized icons will be scaled automatically."
msgstr ""
"Σημείωση:\n"
-"Το μέγεθος των εικονιδίων πρέπει να είναι 16x16 εικονοστοιχεία για να εισαχθούν επιτυχώς. Διαφορετικού μεγέθους εικονίδια θα προσαρμοστούν αυτόματα."
+"Το μέγεθος των εικονιδίων πρέπει να είναι 16x16 εικονοστοιχεία για να πετύχετε άριστη ποιότητα. Διαφορετικού μεγέθους εικονίδια θα κλιμακωθούν αυτόματα."
#: cfg.src#MD_ICONSELECTOR.modaldialog.text
msgid "Change Icon"
@@ -609,7 +610,7 @@ msgid ""
"The file format could not be interpreted."
msgstr ""
"Τα παρακάτω αρχεία δεν μπορούν να εισαχθούν.\n"
-"Δεν είναι δυνατή η ερμηνία του τύπου αρχείου."
+"Αδυναμία ερμηνείας του τύπου αρχείου."
#: cfg.src#MD_ICONCHANGE.modaldialog.text
msgid "%PRODUCTNAME %PRODUCTVERSION"
@@ -617,7 +618,7 @@ msgstr "%PRODUCTNAME %PRODUCTVERSION"
#: cfg.src#RID_SVXSTR_IMPORT_ICON_ERROR.string.text
msgid "The files listed below could not be imported. The file format could not be interpreted."
-msgstr "Τα παρακάτω αρχεία δεν μπορούν να εισαχθούν. Δεν είναι δυνατή η ερμηνία του τύπου αρχείου."
+msgstr "Τα παρακάτω αρχεία δεν μπορούν να εισαχθούν. Αδυναμία ερμηνείας του τύπου αρχείου."
#: cfg.src#RID_SVXSTR_DELETE_ICON_CONFIRM.string.text
msgid "Are you sure to delete the image?"
@@ -662,7 +663,7 @@ msgstr "Εντολή"
#: cfg.src#QBX_CONFIRM_DELETE_MENU.querybox.text
msgid "Are you sure you want to delete the '%MENUNAME' menu?"
-msgstr "Θέλετε σίγουρα να διαγραφεί το μενού '%MENUNAME' ;"
+msgstr "Θέλετε σίγουρα να διαγραφεί το μενού '%MENUNAME';"
#: cfg.src#QBX_CONFIRM_DELETE_TOOLBAR.querybox.text
msgid "There are no more commands on the toolbar. Do you want to delete the toolbar?"
@@ -671,20 +672,20 @@ msgstr "Δεν υπάρχουν πια εντολές σε αυτήν τη γρ
#: cfg.src#QBX_CONFIRM_RESET.querybox.text
msgctxt "cfg.src#QBX_CONFIRM_RESET.querybox.text"
msgid "The menu configuration for %SAVE IN SELECTION% will be reset to the factory settings. Do you want to continue?"
-msgstr "Η ρύθμιση του μενού για %SAVE IN SELECTION% θα επιστρέψει στις αρχικές της ρυθμίσεις. Θέλετε να συνεχίσετε;"
+msgstr "Η ρύθμιση του μενού για %SAVE IN SELECTION% θα επιστρέψει στις αρχικές ρυθμίσεις. Θέλετε να συνεχίσετε;"
#: cfg.src#RID_SVXSTR_CONFIRM_MENU_RESET.string.text
msgctxt "cfg.src#RID_SVXSTR_CONFIRM_MENU_RESET.string.text"
msgid "The menu configuration for %SAVE IN SELECTION% will be reset to the factory settings. Do you want to continue?"
-msgstr "Η ρύθμιση του μενού για %SAVE IN SELECTION% θα επιστρέψει στις αρχικές της ρυθμίσεις. Θέλετε να συνεχίσετε;"
+msgstr "Η ρύθμιση του μενού για %SAVE IN SELECTION% θα επιστρέψει στις αρχικές ρυθμίσεις. Θέλετε να συνεχίσετε;"
#: cfg.src#RID_SVXSTR_CONFIRM_TOOLBAR_RESET.string.text
msgid "The toolbar configuration for %SAVE IN SELECTION% will be reset to the factory settings. Do you want to continue?"
-msgstr "Η ρύθμιση της γραμμής εργαλείων για %SAVE IN SELECTION% θα επιστρέψει στις αρχικές της ρυθμίσεις. Θέλετε να συνεχίσετε;"
+msgstr "Η ρύθμιση της γραμμής εργαλείων για %SAVE IN SELECTION% θα επιστρέψει στις αρχικές ρυθμίσεις. Θέλετε να συνεχίσετε;"
#: cfg.src#QBX_CONFIRM_RESTORE_DEFAULT.querybox.text
msgid "This will delete all changes previously made to this toolbar. Do you really want to reset the toolbar?"
-msgstr "Αυτή η ενέργεια διαγράφει όλες τις προηγούμενες αλλαγές που έγιναν σε αυτήν τη γραμμή εργαλείων. Θέλετε να κάνετε επαναφορά της γραμμής εργαλείων;"
+msgstr "Αυτή η ενέργεια διαγράφει όλες τις προηγούμενες αλλαγές που έγιναν σε αυτήν τη γραμμή εργαλείων. Θέλετε να επαναφέρετε τη γραμμή εργαλείων;"
#: cfg.src#IBX_MNUCFG_ALREADY_INCLUDED.infobox.text
msgid "Function is already included in this popup."
@@ -700,7 +701,7 @@ msgstr "Μετονομασία μενού"
#: cfg.src#RID_SVXSTR_RENAME_TOOLBAR.string.text
msgid "Rename Toolbar"
-msgstr "Μετονομασία εργαλειοθήκης"
+msgstr "Μετονομασία γραμμής εργαλείων"
#: cfg.src#BUTTON_STR_UP.string.text
msgid "Up"
@@ -789,7 +790,7 @@ msgstr "Μακροεντολές %PRODUCTNAME"
#: acccfg.src#RID_SVXPAGE_CONFIGGROUPBOX.STR_GROUP_STYLES.string.text
msgid "Styles"
-msgstr "Πρότυπα"
+msgstr "Στιλ"
#: eventdlg.src#RID_SVXPAGE_EVENTS.STR_EVENT.string.text
msgctxt "eventdlg.src#RID_SVXPAGE_EVENTS.STR_EVENT.string.text"
diff --git a/translations/source/el/cui/source/dialogs.po b/translations/source/el/cui/source/dialogs.po
index 61a3bf6f33f..00b937b758e 100644
--- a/translations/source/el/cui/source/dialogs.po
+++ b/translations/source/el/cui/source/dialogs.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%2Fdialogs.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-24 11:39+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: thesdlg.src#RID_SVXDLG_THESAURUS.FT_WORD.fixedtext.text
diff --git a/translations/source/el/cui/source/options.po b/translations/source/el/cui/source/options.po
index 057aaf44c21..c3ab7902df8 100644
--- a/translations/source/el/cui/source/options.po
+++ b/translations/source/el/cui/source/options.po
@@ -1,19 +1,20 @@
#. extracted from cui/source/options.oo
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
+"Project-Id-Version: cui/source/options.po\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-24 11:31+0200\n"
-"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-22 09:48+0200\n"
+"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
+"Language-Team: Greek <team@gnome.gr>\n"
"Language: el\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: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
+"X-Project-Style: openoffice\n"
#: optgenrl.src#RID_SFXPAGE_GENERAL.FT_COMPANY.fixedtext.text
msgid "~Company"
@@ -73,7 +74,7 @@ msgstr "Πόλη/Χώρα/Ταχυδρομικός κώδικας"
#: optgenrl.src#RID_SFXPAGE_GENERAL.STR_QUERY_REG.string.text
msgid "Note that street, Zip code and city are used to generate the registration key. You will not be able to change the user data again until the registration has been carried out. Do you want to modify the user data now?"
-msgstr "Σημειώστε ότι η οδός, ο ταχυδρομικός κώδικας και η πόλη χρησιμοποιούνται για τη δημιουργία του κλειδιού δήλωσης. Δεν θα μπορέσετε να αλλάξετε τα δεδομένα χρήστη ξανά μέχρι να ολοκληρωθεί η δήλωση. Θέλετε να τροποποιήσετε τα δεδομένα χρήστη τώρα;"
+msgstr "Σημειώστε ότι η οδός, ο ταχυδρομικός κώδικας και η πόλη χρησιμοποιούνται για τη δημιουργία του κλειδιού εγγραφής. Δεν θα μπορέσετε να αλλάξετε τα δεδομένα χρήστη ξανά μέχρι να ολοκληρωθεί η εγγραφή. Θέλετε να τροποποιήσετε τα δεδομένα χρήστη τώρα;"
#: optgenrl.src#RID_SFXPAGE_GENERAL.tabpage.text
msgctxt "optgenrl.src#RID_SFXPAGE_GENERAL.tabpage.text"
@@ -88,10 +89,10 @@ msgid ""
"You can find the registration form in the menu Help - Registration...\n"
"Do you really want to change your User Data?"
msgstr ""
-"Αλλάξατε τα δεδομένα του χρήστη.\n"
-"Προσέξτε ότι με αυτή την ενέργεια παύει να ισχύει η δήλωση.\n"
-"Σε αυτή τη περίπτωση θα χρειαστείτε ένα νέο κλειδί δήλωσης, το οποίο θα πρέπει να εισαχθεί μέσα στο χρονικό διάστημα των επομένων 30 ημερών.\n"
-"Τη φόρμα δήλωσης θα τη βρείτε στο μενού Βοήθεια - Δήλωση...\n"
+"Τα δεδομένα χρήστη άλλαξαν.\n"
+"Σημειώστε ότι, εάν συνεχίσετε, το κλειδί εγγραφής θα ακυρωθεί.\n"
+"Συνεπώς, χρειάζεται ένα νέο κλειδί εγγραφής μέσα σε 30 ημέρες.\n"
+"Τη φόρμα δήλωσης θα τη βρείτε στο μενού Βοήθεια - Εγγραφή...\n"
"Θέλετε πραγματικά να αλλάξετε τα δεδομένα του χρήστη;"
#: securityoptions.src#RID_SVXDLG_SECURITY_OPTIONS.FL_WARNINGS.fixedline.text
@@ -171,7 +172,7 @@ msgstr "Πάντα δημιουργία αντιγράφου α~σφαλείας
#: optsave.src#RID_SFXPAGE_SAVE.BTN_AUTOSAVE.checkbox.text
msgid "Save ~AutoRecovery information every"
-msgstr "Αποθήκευση πληροφ. α~υτόματης ανάκτησης κάθε"
+msgstr "Αποθήκευση πληροφοριών α~υτόματης ανάκτησης κάθε"
#: optsave.src#RID_SFXPAGE_SAVE.FT_MINUTE.fixedtext.text
msgid "Minutes"
@@ -183,15 +184,15 @@ msgstr "Αποθήκευση URLs σχετικών με σύστημα αρχε
#: optsave.src#RID_SFXPAGE_SAVE.BTN_RELATIVE_INET.checkbox.text
msgid "Save URLs relative to internet"
-msgstr "Σχετική αποθήκευση των URL στο internet"
+msgstr "Αποθήκευση URL σχετικών με το διαδίκτυο"
#: optsave.src#RID_SFXPAGE_SAVE.FL_FILTER.fixedline.text
msgid "Default file format and ODF settings"
-msgstr "Προεπιλεγμένη μορφή αρχείου και επιλογές για ODF"
+msgstr "Προεπιλεγμένη μορφή αρχείου και ρυθμίσεις ODF"
#: optsave.src#RID_SFXPAGE_SAVE.FT_ODF_VERSION.fixedtext.text
msgid "ODF format version"
-msgstr "Έκδοση μορφής αρχείου ODF"
+msgstr "Έκδοση μορφής ODF"
#: optsave.src#RID_SFXPAGE_SAVE.LB_ODF_VERSION.1.stringlist.text
msgid "1.0/1.1"
@@ -211,7 +212,7 @@ msgstr "Βελτιστοποίηση μεγέθους για μορφή ODF"
#: optsave.src#RID_SFXPAGE_SAVE.BTN_WARNALIENFORMAT.checkbox.text
msgid "Warn when not saving in ODF or default format"
-msgstr "Προειδοποίηση όταν η αποθήκευση δεν γίνεται σε προεπιλεγμένη μορφή ή μορφή ODF"
+msgstr "Προειδοποίηση όταν δεν αποθηκεύεται σε ODF ή προεπιλεγμένη μορφή"
#: optsave.src#RID_SFXPAGE_SAVE.FT_APP.fixedtext.text
msgid "D~ocument type"
@@ -253,20 +254,20 @@ msgstr "Τύπος"
#: optsave.src#RID_SFXPAGE_SAVE.FT_WARN.fixedtext.text
msgid "Not using ODF 1.2 Extended may cause information to be lost."
-msgstr "Η μη-χρήση του ODF 1.2 εκτεταμένου μπορεί να προκαλέσει απώλεια πληροφοριών."
+msgstr "Μπορεί να απωλεστούν πληροφορίες εάν δεν χρησιμοποιηθεί ODF 1.2 εκτεταμένο"
#: optsave.src#RID_SVXDLG_FILTER_WARNING.FT_FILTER_WARNING.fixedtext.text
msgid "Using \"%1\" as default file format may cause information loss.\n"
-msgstr "Η χρήση του \"%1\" ως προεπιλεγμένη μορφή αρχείου μπορεί να προκαλέσει απώλεια πληροφορίας.\n"
+msgstr "Πιθανότητα απώλειας πληροφοριών χρησιμοποιώντας το \"%1\" ως προεπιλεγμένη μορφή αρχείου.\n"
#: readonlyimage.src#RID_SVXSTR_READONLY_CONFIG_TIP.string.text
msgid "This setting is protected by the Administrator"
-msgstr "Αυτή η ρύθμιση προστατεύεται από το διαχειριστή του συστήματος σας"
+msgstr "Αυτή η ρύθμιση προστατεύεται από το διαχειριστή"
#: optinet2.src#RID_SVXPAGE_INET_MOZPLUGIN.GB_MOZPLUGIN.fixedline.text
msgctxt "optinet2.src#RID_SVXPAGE_INET_MOZPLUGIN.GB_MOZPLUGIN.fixedline.text"
msgid "Browser Plug-in"
-msgstr "Πρόσθετη λειτουργία περιηγητή"
+msgstr "Πρόσθετο περιηγητή"
#: optinet2.src#RID_SVXPAGE_INET_MOZPLUGIN.CB_MOZPLUGIN_CODE.checkbox.text
msgid "~Display documents in browser"
@@ -296,7 +297,7 @@ msgstr "Χειροκίνητα"
#: optinet2.src#RID_SVXPAGE_INET_PROXY.ST_PROXY_FROM_BROWSER.string.text
msgid "Use browser settings"
-msgstr "Χρήση των ρυθμίσεων του προγράμματος περιήγησης"
+msgstr "Χρήση των ρυθμίσεων του περιηγητή"
#: optinet2.src#RID_SVXPAGE_INET_PROXY.FT_HTTP_PROXY.fixedtext.text
msgid "HT~TP proxy"
@@ -308,7 +309,7 @@ msgstr "~Θύρα"
#: optinet2.src#RID_SVXPAGE_INET_PROXY.FT_HTTPS_PROXY.fixedtext.text
msgid "HTTP~S proxy"
-msgstr "HTTP~S proxy"
+msgstr "Διαμεσολαβητής HTTP~S"
#: optinet2.src#RID_SVXPAGE_INET_PROXY.FT_HTTPS_PORT.fixedtext.text
msgctxt "optinet2.src#RID_SVXPAGE_INET_PROXY.FT_HTTPS_PORT.fixedtext.text"
@@ -317,7 +318,7 @@ msgstr "Θύρ~α"
#: optinet2.src#RID_SVXPAGE_INET_PROXY.FT_FTP_PROXY.fixedtext.text
msgid "~FTP proxy"
-msgstr "Pr~oxy - FTP"
+msgstr "Διαμεσολαβητής - ~FTP"
#: optinet2.src#RID_SVXPAGE_INET_PROXY.FT_FTP_PORT.fixedtext.text
msgctxt "optinet2.src#RID_SVXPAGE_INET_PROXY.FT_FTP_PORT.fixedtext.text"
@@ -326,7 +327,7 @@ msgstr "Θύρ~α"
#: optinet2.src#RID_SVXPAGE_INET_PROXY.FT_SOCKS_PROXY.fixedtext.text
msgid "~SOCKS proxy"
-msgstr "Pro~xy SOCKS"
+msgstr "Διαμεσολαβητής ~SOCKS"
#: optinet2.src#RID_SVXPAGE_INET_PROXY.FT_SOCKS_PORT.fixedtext.text
msgid "Po~rt"
@@ -380,7 +381,7 @@ msgstr "Επιλογές..."
#: optinet2.src#RID_SVXPAGE_INET_SECURITY.FL_SEC_PASSWORDS.fixedline.text
msgid "Passwords for web connections"
-msgstr "Κωδικοί πρόσβασης για διαδικτυακές συνδέσεις"
+msgstr "Κωδικοί για συνδέσεις ιστού"
#: optinet2.src#RID_SVXPAGE_INET_SECURITY.CB_SEC_SAVEPASSWORDS.checkbox.text
msgid "Persistently save passwords for web connections"
@@ -392,11 +393,11 @@ msgstr "Συνδέσεις..."
#: optinet2.src#RID_SVXPAGE_INET_SECURITY.CB_SEC_MASTERPASSWORD.checkbox.text
msgid "Protected by a master password (recommended)"
-msgstr "Προστασία από ένα κύριο κωδικό (συνιστάται)"
+msgstr "Προστασία με έναν κύριο κωδικό (συνιστάται)"
#: optinet2.src#RID_SVXPAGE_INET_SECURITY.FI_SEC_MASTERPASSWORD.fixedtext.text
msgid "Passwords are protected by a master password. You will be asked to enter it once per session, if %PRODUCTNAME retrieves a password from the protected password list."
-msgstr "Οι κωδικοί είναι προστατευμένοι με έναν κύριο κωδικό. Θα σας ζητηθεί να τους εισάγετε σε κάθε συνεδρία, εάν το %PRODUCTNAME τους ανακτεί από την λίστα των προστατευμένων κωδικών."
+msgstr "Οι κωδικοί είναι προστατευμένοι με έναν κύριο κωδικό. Θα ζητηθεί η εισαγωγή τους μια φορά ανά συνεδρία, εάν το %PRODUCTNAME ανακτά έναν κωδικό από την λίστα των προστατευμένων κωδικών."
#: optinet2.src#RID_SVXPAGE_INET_SECURITY.PB_SEC_MASTERPASSWORD.pushbutton.text
msgid "Master Password..."
@@ -435,7 +436,7 @@ msgid ""
"\n"
"The maximum value for a port number is 65535."
msgstr ""
-"Μη έγκυρη τιμή!\n"
+"Άκυρη τιμή!\n"
"\n"
"Η μέγιστη τιμή αριθμού θύρας είναι 65535."
@@ -446,18 +447,18 @@ msgid ""
"\n"
"Do you still want to disable Java?"
msgstr ""
-"Παρακαλώ προσέξτε ότι με την απενεργοποίηση της Java\n"
-"γίνεται και απενεργοποίηση και της Javascript.\n"
+"Παρακαλώ σημειώστε ότι με την Java\n"
+"απενεργοποιείτε επίσης και το Javascript.\n"
"\n"
"Θέλετε να γίνει απενεργοποίηση της Java;"
#: optinet2.src#RID_SVXDLG_OPT_JAVASCRIPT_DISABLE.CB_JSCPT_DISABLE.checkbox.text
msgid "~Don't show warning again"
-msgstr "~Να μην εμφανιστεί ξανά αυτό το μήνυμα"
+msgstr "~Να μην εμφανιστεί ξανά αυτή η προειδοποίηση"
#: optinet2.src#RID_SVXPAGE_INET_MAIL.FL_MAIL.fixedline.text
msgid "Sending documents as e-mail attachments"
-msgstr "Αποστολή εγγράφων ως συνημμένα στο e-mail"
+msgstr "Αποστολή εγγράφων ως συνημμένα στο ηλ. ταχυδομείο"
#: optinet2.src#RID_SVXPAGE_INET_MAIL.FT_MAILERURL.fixedtext.text
msgid "~E-mail program"
@@ -490,7 +491,7 @@ msgstr "Διαγραφή"
#: fontsubs.src#RID_SVX_FONT_SUBSTITUTION.FL_SOURCEVIEW.fixedline.text
msgid "Font settings for HTML, Basic and SQL sources"
-msgstr "Ρυθμίσεις γραμματοσειράς για κώδικα HTML, Basic και SQL"
+msgstr "Ρυθμίσεις γραμματοσειράς για πόρους HTML, Basic και SQL"
#: fontsubs.src#RID_SVX_FONT_SUBSTITUTION.FT_FONTNAME.fixedtext.text
msgctxt "fontsubs.src#RID_SVX_FONT_SUBSTITUTION.FT_FONTNAME.fixedtext.text"
@@ -545,7 +546,7 @@ msgstr "Λεξικό"
#: optdict.src#RID_SFXDLG_NEWDICT.modaldialog.text
msgid "New Dictionary"
-msgstr "Δημιουργία"
+msgstr "Δημιουργία λεξικού"
#: optdict.src#RID_SFXDLG_EDITDICT.FT_BOOK.fixedtext.text
msgid "~Book"
@@ -591,7 +592,7 @@ msgid ""
"Please enter a new name."
msgstr ""
"Το όνομα υπάρχει ήδη.\n"
-"Παρακαλώ επιλέξτε κάποιο άλλο όνομα."
+"Παρακαλώ επιλέξτε νέο όνομα."
#: optdict.src#RID_SFXQB_SET_LANGUAGE.querybox.text
msgid "Do you want to change the '%1' dictionary language?"
@@ -635,7 +636,7 @@ msgstr "Εισαγωγή"
#: opthtml.src#RID_OFAPAGE_HTMLOPT.CB_NUMBERS_ENGLISH_US.checkbox.text
msgid "~Use '%ENGLISHUSLOCALE' locale for numbers"
-msgstr "~Χρήση του locale '%ENGLISHUSLOCALE' για αριθμούς"
+msgstr "~Χρήση του τοπικού '%ENGLISHUSLOCALE' για αριθμούς"
#: opthtml.src#RID_OFAPAGE_HTMLOPT.CB_UNKNOWN_TAGS.checkbox.text
msgid "~Import unknown HTML tags as fields"
@@ -659,7 +660,7 @@ msgstr "Διάταξη εκτύ~πωσης"
#: opthtml.src#CB_LOCAL_GRF.checkbox.text
msgid "~Copy local graphics to Internet"
-msgstr "Αντιγρα~φή τοπικών γραφικών στο Ιnternet"
+msgstr "Αντιγρα~φή τοπικών γραφικών στο διαδίκτυο"
#: opthtml.src#FT_CHARSET.fixedtext.text
msgid "Character set"
@@ -716,7 +717,7 @@ msgstr "Ναι"
#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.ST_UIELEM.string.text
msgid "User interface elements"
-msgstr "Στοιχεία γραφικού περιβάλλοντος"
+msgstr "Στοιχεία διεπαφής χρήστη"
#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.ST_COLSET.string.text
msgid "Color setting"
@@ -733,7 +734,7 @@ msgstr "Γενικά"
#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_DOCCOLOR.fixedtext.text
msgid "Document background"
-msgstr "Φόντο εγγράφου"
+msgstr "Παρασκήνιο εγγράφου"
#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.CB_DOCBOUND.checkbox.text
msgid "Text boundaries"
@@ -741,7 +742,7 @@ msgstr "Όρια κειμένου"
#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_APPBACKGROUND.fixedtext.text
msgid "Application background"
-msgstr "Φόντο εφαρμογής"
+msgstr "Παρασκήνιο εφαρμογής"
#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.CB_OBJECTBOUNDARIES.checkbox.text
msgid "Object boundaries"
@@ -794,7 +795,7 @@ msgstr "Σκιάσεις πεδίου και πίνακα"
#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_WRITERSCRIPTINDICATOR.fixedtext.text
msgid "Script indicator"
-msgstr "Ένδειξη δέσμης εντολών"
+msgstr "Ένδειξη σεναρίου"
#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.CB_WRITERSECTIONBOUNDARIES.checkbox.text
msgid "Section boundaries"
@@ -802,7 +803,7 @@ msgstr "Όρια ενότητας"
#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_WRITERHEADERFOOTERMARK.fixedtext.text
msgid "Headers and Footer delimiter"
-msgstr "Οριοθέτης επικεφαλίδων και υποσέλιδων"
+msgstr "Οριοθέτης κεφαλίδων και υποσέλιδων"
#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_WRITERPAGEBREAKS.fixedtext.text
msgid "Page and column breaks"
@@ -859,7 +860,7 @@ msgstr "Ανίχνευση"
#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_CALCDETECTIVEERROR.fixedtext.text
msgid "Detective error"
-msgstr "Σφάλμα Detective"
+msgstr "Σφάλμα ανίχνευσης"
#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_CALCREFERENCE.fixedtext.text
msgid "References"
@@ -867,7 +868,7 @@ msgstr "Παραπομπές"
#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_CALCNOTESBACKGROUND.fixedtext.text
msgid "Notes background"
-msgstr "Φόντο σημειώσεων"
+msgstr "Παρασκήνιο σημειώσεων"
#: optcolor.src#RID_SVXPAGE_COLORCONFIG.CT_COLORCONFIG.WN_SCROLL.FT_DRAW.fixedtext.text
msgid "Drawing / Presentation"
@@ -966,19 +967,19 @@ msgstr "Επισήμανση γραμματικού ελέγχου"
#: optcolor.src#RID_SVXQB_DELETE_COLOR_CONFIG.querybox.text
msgid "Do you really want to delete the color scheme?"
-msgstr "Θέλετε σίγουρα να διαγράψετε το στυλ χρώματος;"
+msgstr "Θέλετε σίγουρα να διαγράψετε το στιλ χρώματος;"
#: optcolor.src#RID_SVXSTR_COLOR_CONFIG_DELETE.string.text
msgid "Color Scheme Deletion"
-msgstr "Διαγραφή στυλ χρώματος"
+msgstr "Διαγραφή στιλ χρώματος"
#: optcolor.src#RID_SVXSTR_COLOR_CONFIG_SAVE1.string.text
msgid "Save scheme"
-msgstr "Αποθήκευση στυλ"
+msgstr "Αποθήκευση στιλ"
#: optcolor.src#RID_SVXSTR_COLOR_CONFIG_SAVE2.string.text
msgid "Name of color scheme"
-msgstr "Όνομα του σχήματος χρωμάτων"
+msgstr "Όνομα του στιλ χρώματος"
#: optchart.src#RID_OPTPAGE_CHART_DEFCOLORS.FL_CHART_COLOR_LIST.fixedline.text
msgid "Chart colors"
@@ -1071,7 +1072,7 @@ msgstr "Όχι στο τέλος μιας σειράς:"
#: optasian.src#RID_SVXPAGE_ASIAN_LAYOUT.FT_HINT.fixedtext.text
msgid "Without user-defined line break symbols"
-msgstr "Χωρίς προσωπικούς χαρακτήρες αλλαγής σειράς"
+msgstr "Χωρίς σύμβολα αλλαγής σειράς χρήστη"
#: optasian.src#RID_SVXPAGE_ASIAN_LAYOUT.tabpage.text
msgctxt "optasian.src#RID_SVXPAGE_ASIAN_LAYOUT.tabpage.text"
@@ -1084,51 +1085,51 @@ msgstr "Επαναφο~ρά"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.ST_LOAD_ERROR.string.text
msgid "The selected module could not be loaded."
-msgstr "Δεν ήταν δυνατόν να γίνει φόρτωση της επιλεγμένης λειτουργικής μονάδας."
+msgstr "Αδυναμία φόρτωσης επιλεγμένου αρθρώματος."
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.STR_HELPTEXTS.1.itemlist.text
msgid "This dialog is used to define general settings when working with %PRODUCTNAME. Enter your personal data, the defaults to be used when saving documents, and paths to important files. These settings will be saved automatically and used in later sessions as well."
-msgstr "Εδώ ορίζετε τις γενικές επιλογές για την εργασία με το %PRODUCTNAME. Σε αυτό το διάλογο εισάγετε μεταξύ άλλων τα προσωπικά σας δεδομένα, τις επιλογές σας για την αποθήκευση και την εκτύπωση και τις διαδρομές προς τους σημαντικότερους καταλόγους. Οι ρυθμίσεις αυτές αποθηκεύονται αυτομάτως, ώστε να ισχύουν και την επόμενη φορά που θα εργαστείτε με αυτό το πρόγραμμα."
+msgstr "Αυτός ο διάλογος χρησιμοποιείται για ορισμό γενικών ρυθμίσεων κατά την εργασία με το %PRODUCTNAME. Εισάγετε τα προσωπικά σας δεδομένα, τις χρησιμοποιούμενες προεπιλογές σας αποθήκευσης εγγράφων και διαδρομών σε σημαντικά αρχεία. Οι ρυθμίσεις αυτές αποθηκεύονται αυτόματα και χρησιμοποιούνται επίσης σε επόμενες συνεδρίες."
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.STR_HELPTEXTS.2.itemlist.text
msgid "This is where you make settings concerning language and writing aids for your work with %PRODUCTNAME."
-msgstr "Εδώ κάνετε ρυθμίσεις σχετικά με τη γλώσσα και τα βοηθήματα γραφής για την εργασία σας με το %PRODUCTNAME."
+msgstr "Εδώ ρυθμίζετε τα σχετικά με τη γλώσσα και τα βοηθήματα γραφής για την εργασία σας με το %PRODUCTNAME."
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.STR_HELPTEXTS.3.itemlist.text
msgid "This is where you configure %PRODUCTNAME for the Internet. You can save your proxy settings."
-msgstr "Εδώ ρυθμίζετε το %PRODUCTNAME για το διαδίκτυο. Μπορείτε να αποθηκεύσετε τις ρυθμίσεις του εξυπηρετητή μεσολάβησης σας."
+msgstr "Εδώ ρυθμίζετε το %PRODUCTNAME για το διαδίκτυο. Μπορείτε να αποθηκεύσετε τις ρυθμίσεις του διαμεσολαβητή."
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.STR_HELPTEXTS.4.itemlist.text
msgid "This is where you specify various settings for text documents. These settings determine how your text documents are handled in %PRODUCTNAME and are valid for all new %PRODUCTNAME Writer documents. You can also define a few settings for the active text document if you save it afterwards."
-msgstr "Εδώ καθορίζετε διάφορες ρυθμίσεις για έγγραφα κειμένου. Αυτές οι ρυθμίσεις καθορίζουν τον τρόπο με τον οποίο το %PRODUCTNAME χειρίζεται τα έγγραφα κειμένου και ισχύουν για όλα τα νέα έγγραφα του %PRODUCTNAME Writer. Μπορείτε επίσης να καθορίσετε ορισμένες ρυθμίσεις για το ενεργό έγγραφο κειμένου αν το αποθηκεύσετε μετά."
+msgstr "Εδώ καθορίζετε διάφορες ρυθμίσεις για έγγραφα κειμένου. Αυτές οι ρυθμίσεις καθορίζουν τον τρόπο χειρισμού των εγγράφων κειμένου στο %PRODUCTNAME και ισχύουν για όλα τα νέα έγγραφα του %PRODUCTNAME Writer. Μπορείτε επίσης να καθορίσετε ορισμένες ρυθμίσεις για το ενεργό έγγραφο κειμένου αν το αποθηκεύσετε μετά."
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.STR_HELPTEXTS.5.itemlist.text
msgid "This is where you define the basic settings for %PRODUCTNAME documents in HTML format. For example, you decide which contents should be displayed on the screen or printed, how the pages are scrolled on the screen, in which color keywords are highlighted in the source text and much more."
-msgstr "Στο σημείο αυτό ορίζετε τις βασικές ρυθμίσεις για τα αρχεία του %PRODUCTNAME σε μορφή HTML. Για παράδειγμα, αποφασίζετε ποια περιεχόμενα θα πρέπει να εμφανίζονται στην οθόνη ή να εκτυπώνονται, πως οι σελίδες θα κυλούν στην οθόνη, με ποιο χρώμα θα τονίζονται οι λέξεις-κλειδιά στο κείμενο προέλευσης και πολλά άλλα."
+msgstr "Εδώ ορίζετε τις βασικές ρυθμίσεις για τα έγγραφα του %PRODUCTNAME σε μορφή HTML. Για παράδειγμα, αποφασίζετε ποια περιεχόμενα θα πρέπει να εμφανίζονται στην οθόνη ή να εκτυπώνονται, πώς οι σελίδες θα κυλούν στην οθόνη, με ποιο χρώμα θα τονίζονται οι λέξεις-κλειδιά στο κείμενο προέλευσης και πολλά άλλα."
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.STR_HELPTEXTS.6.itemlist.text
msgid "This is where you define various global settings for spreadsheets. For example, you can define which contents should be displayed and in which direction the cursor will move after you enter data in a cell. You also define sort lists, the number of the decimal places displayed, etc."
-msgstr "Εδώ καθορίζετε διάφορες καθολικές ρυθμίσεις για υπολογιστικά φύλλα. Για παράδειγμα, μπορείτε να καθορίσετε τα περιεχόμενα που θέλετε να εμφανίζονται και την κατεύθυνση προς την οποία θα κινηθεί ο δρομέας αφού εισάγετε δεδομένα σε ένα κελί. Καθορίζετε επίσης λίστες ταξινόμησης, τον αριθμό των δεκαδικών ψηφίων που εμφανίζονται κ.λπ."
+msgstr "Εδώ καθορίζετε διάφορες καθολικές ρυθμίσεις για υπολογιστικά φύλλα. Για παράδειγμα, μπορείτε να καθορίσετε τα περιεχόμενα που θέλετε να εμφανίζονται και την κατεύθυνση κίνησης του δρομέα αφού εισάγετε δεδομένα σε ένα κελί. Καθορίζετε επίσης λίστες ταξινόμησης, τον αριθμό των εμφανιζόμενων δεκαδικών ψηφίων κ.λ."
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.STR_HELPTEXTS.7.itemlist.text
msgid "This is where you define the settings that apply to all newly saved presentations. Among other things, you decide which contents are displayed on the slides, which default unit of measure is used, if and how grid alignment is used, and if notes and handouts are always printed."
-msgstr "Εδώ έχετε τη δυνατότητα να ορίσετε τις ιδιότητες που θα ισχύουν για τα έγγραφα παρουσίασης. Μεταξύ άλλων ορίζετε τα περιεχόμενα που θα εμφανίζονται στις διαφάνειες, την προεπιλεγμένη μονάδα μέτρησης, αν και πως θα γίνει η στοίχιση ως προς το πλέγμα και επίσης εάν σημειώσεις και φυλλάδια εκτυπώνονται πάντοτε."
+msgstr "Εδώ ορίζετε τις ρυθμίσεις που θα εφαρμόζονται για όλες τις νεοαποθηκευόμενες παρουσιάσεις. Μεταξύ άλλων, ορίζετε τα εμφανιζόμενα περιεχόμενα στις διαφάνειες, την προεπιλεγμένη μονάδα μέτρησης, αν και πώς θα γίνει η στοίχιση ως προς το πλέγμα και εάν σημειώσεις και επεξηγήσεις εκτυπώνονται πάντοτε."
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.STR_HELPTEXTS.8.itemlist.text
msgid "This is where you define the settings for drawing documents. Among other things, you determine which contents are displayed on the pages, which scale is used, if and how grid alignment is used, and which contents are printed by default."
-msgstr "Εδώ καθορίζετε τις ρυθμίσεις για έγγραφα σχεδίων. Μεταξύ άλλων, καθορίζετε ποια περιεχόμενα εμφανίζονται στις σελίδες, την κλίμακα που χρησιμοποιείται, αν και με ποιον τρόπο χρησιμοποιείται η στοίχιση πλέγματος και ποια περιεχόμενα εκτυπώνονται από προεπιλογή."
+msgstr "Εδώ καθορίζετε τις ρυθμίσεις για έγγραφα σχεδίων. Μεταξύ άλλων, καθορίζετε ποια περιεχόμενα εμφανίζονται στις σελίδες, την χρησιμοποιούμενη κλίμακα, αν και πώς χρησιμοποιείται η στοίχιση πλέγματος και ποια περιεχόμενα εκτυπώνονται από προεπιλογή."
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.STR_HELPTEXTS.9.itemlist.text
msgid "This is where you select the print format and print options for all newly saved formula documents. These options take effect when you want to print a formula directly from %PRODUCTNAME Math."
-msgstr "Εδώ επιλέγετε τη μορφή και τις επιλογές εκτύπωσης για όλα τα έγγραφα με τύπους που έχετε αποθηκεύσει προσφάτως. Αυτές οι επιλογές τίθενται σε ισχύ κάθε φορά που θέλετε να εκτυπώσετε έναν τύπο απευθείας από το %PRODUCTNAME Math."
+msgstr "Εδώ επιλέγετε τη μορφή και τις επιλογές εκτύπωσης για όλα τα νεοαποθηκευόμενα έγγραφα με τύπους. Αυτές οι επιλογές τίθενται σε ισχύ όταν θέλετε να εκτυπώσετε έναν τύπο απευθείας από το %PRODUCTNAME Math."
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.STR_HELPTEXTS.10.itemlist.text
msgid "This is where you specify general default settings for your %PRODUCTNAME Charts. Set the colors you want for all new charts."
-msgstr "Εδώ καθορίζετε διάφορες προεπιλεγμένες επιλογές για τα διαγράμματα του %PRODUCTNAME. Ορίστε τα χρώματα που θέλετε για όλα τα νέα διαγράμματα."
+msgstr "Εδώ καθορίζετε γενικές προεπιλεγμένες επιλογές για τα διαγράμματα του %PRODUCTNAME. Ορίστε τα χρώματα που θέλετε για όλα τα νέα διαγράμματα."
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.STR_HELPTEXTS.11.itemlist.text
msgid "This is where you define general settings for accessing external data sources."
-msgstr "Εδώ καθορίζετε γενικές ρυθμίσεις για την προσπέλαση προελεύσεων εξωτερικών δεδομένων."
+msgstr "Εδώ καθορίζετε γενικές ρυθμίσεις για την προσπέλαση πηγών εξωτερικών δεδομένων."
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.STR_HELPTEXTS.12.itemlist.text
msgid "This is where you define general settings for opening and saving documents in external formats. You can control the behavior of macros or OLE objects in Microsoft Office documents or define settings for HTML documents."
@@ -1205,7 +1206,7 @@ msgstr "Δικτυακή ταυτότητα"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS.15.itemlist.text
msgid "Online Update"
-msgstr "Ενημέρωση μέσω διαδικτύου"
+msgstr "Άμεση ενημέρωση"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_LANGUAGE_OPTIONS.1.itemlist.text
msgid "Language Settings"
@@ -1276,32 +1277,44 @@ msgid "Grid"
msgstr "Πλέγμα"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.6.itemlist.text
-msgctxt "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"
msgid "Print"
msgstr "Εκτύπωση"
-#: 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"
+#: 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"
msgid "Table"
msgstr "Πίνακας"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text"
+#: 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"
msgid "Changes"
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"
+#: 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"
msgid "Compatibility"
msgstr "Συμβατότητα"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.10.itemlist.text
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.13.itemlist.text
msgid "AutoCaption"
msgstr "Αυτόματος τίτλος"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.11.itemlist.text
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.14.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"
@@ -1334,7 +1347,7 @@ msgstr "Πίνακας"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_ONLINEOPTIONS.7.itemlist.text
msgid "Background"
-msgstr "Φόντο"
+msgstr "Παρασκήνιο"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SM_EDITOPTIONS.1.itemlist.text
msgid "%PRODUCTNAME Math"
@@ -1455,7 +1468,7 @@ msgstr "Διαγράμματα"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SCH_EDITOPTIONS.2.itemlist.text
msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SCH_EDITOPTIONS.2.itemlist.text"
msgid "Default Colors"
-msgstr "Βασικά χρώματα"
+msgstr "Προεπιλεγμένα χρώματα"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_FILTER_DLG.1.itemlist.text
msgid "Load/Save"
@@ -1488,7 +1501,7 @@ msgstr "Συνδέσεις"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SB_STARBASEOPTIONS.3.itemlist.text
msgid "Databases"
-msgstr "Βάση δεδομένων"
+msgstr "Βάσεις δεδομένων"
#: treeopt.src#RID_RIDER_SLL_SITE.string.text
msgid "Site certificates"
@@ -1504,11 +1517,11 @@ msgstr "Επιλογές Java"
#: optjava.src#RID_SVXPAGE_OPTIONS_JAVA.CB_JAVA_ENABLE.checkbox.text
msgid "~Use a Java runtime environment"
-msgstr "Χ~ρήση ενός ήδη εγκατεστημένου Java Runtime Environment"
+msgstr "Χ~ρήση περιβάλλοντος χρόνου εκτέλεσης Java"
#: optjava.src#RID_SVXPAGE_OPTIONS_JAVA.FT_JAVA_FOUND.fixedtext.text
msgid "~Java runtime environments (JRE) already installed:"
-msgstr "~Java runtime environments (JRE) που έχουν ήδη εγκατασταθεί:"
+msgstr "Ήδη εγκατεστημένα περιβάλλοντα χρόνου εκτέλεσης ~Java (JRE):"
#: optjava.src#RID_SVXPAGE_OPTIONS_JAVA.PB_ADD.pushbutton.text
msgid "~Add..."
@@ -1520,7 +1533,7 @@ msgstr "~Παράμετροι..."
#: optjava.src#RID_SVXPAGE_OPTIONS_JAVA.PB_CLASSPATH.pushbutton.text
msgid "~Class Path..."
-msgstr "~Διαδρομή κλάσης..."
+msgstr "~Διαδρομή τάξης..."
#: optjava.src#RID_SVXPAGE_OPTIONS_JAVA.STR_INSTALLED_IN.string.text
msgid "Location: "
@@ -1532,7 +1545,7 @@ msgstr "με υποστήριξη προσιτότητας"
#: optjava.src#RID_SVXPAGE_OPTIONS_JAVA.STR_ADDDLGTEXT.string.text
msgid "Select a Java Runtime Environment"
-msgstr "Επιλογή Java Runtime Environment"
+msgstr "Επιλογή περιβάλλοντος χρόνου εκτέλεσης Java"
#: optjava.src#RID_SVXPAGE_OPTIONS_JAVA.STR_HEADER_VENDOR.string.text
msgid "Vendor"
@@ -1595,14 +1608,14 @@ msgstr "~Αφαίρεση"
#: optjava.src#RID_SVXDLG_JAVA_CLASSPATH.modaldialog.text
msgid "Class Path"
-msgstr "Διαδρομή κλάσης"
+msgstr "Διαδρομή τάξης"
#: optjava.src#RID_SVXERR_JRE_NOT_RECOGNIZED.errorbox.text
msgid ""
"The folder you selected does not contain a Java runtime environment.\n"
"Please select a different folder."
msgstr ""
-"Ο φάκελος που επιλέξατε δεν περιέχει ένα Java runtime environment.\n"
+"Ο επιλεγμένος φάκελος δεν περιέχει ένα περιβάλλον χρόνου εκτέλεσης Java.\n"
"Παρακαλώ επιλέξτε ένα διαφορετικό φάκελο."
#: optjava.src#RID_SVXERR_JRE_FAILED_VERSION.errorbox.text
@@ -1610,7 +1623,7 @@ msgid ""
"The Java runtime environment you selected is not the required version.\n"
"Please select a different folder."
msgstr ""
-"Το Java runtime environment που επιλέξατε δεν είναι η απαιτούμενη έκδοση.\n"
+"Το επιλεγμένο περιβάλλον χρόνου εκτέλεσης Java δεν είναι η απαιτούμενη έκδοση.\n"
"Παρακαλώ επιλέξτε ένα διαφορετικό φάκελο."
#: optjava.src#RID_SVX_MSGBOX_JAVA_RESTART.warningbox.text
@@ -1618,7 +1631,7 @@ msgid ""
"For the selected Java runtime environment to work properly, %PRODUCTNAME must be restarted.\n"
"Please restart %PRODUCTNAME now."
msgstr ""
-"Για να λειτουργήσει σωστά το επιλεγμένο Java runtime environment, θα πρέπει να επανεκκινηθεί το %PRODUCTNAME.\n"
+"Για να λειτουργήσει σωστά το επιλεγμένο περιβάλλον χρόνου εκτέλεσης Java, θα πρέπει να επανεκκινηθεί το %PRODUCTNAME.\n"
"Παρακαλώ επανεκκινήστε το %PRODUCTNAME τώρα."
#: optjava.src#RID_SVX_MSGBOX_JAVA_RESTART2.warningbox.text
@@ -1639,7 +1652,7 @@ msgstr "Αριθμός βημάτων"
#: optmemory.src#OFA_TP_MEMORY.GB_GRAPHICCACHE.fixedline.text
msgid "Graphics cache"
-msgstr "Λανθάνουσα μνήμη γραφικών"
+msgstr "Κρυφή μνήμη γραφικών"
#: optmemory.src#OFA_TP_MEMORY.FT_GRAPHICCACHE.fixedtext.text
msgid "Use for %PRODUCTNAME"
@@ -1661,15 +1674,15 @@ msgstr "MB"
#: optmemory.src#OFA_TP_MEMORY.FT_GRAPHICOBJECTTIME.fixedtext.text
msgid "Remove from memory after"
-msgstr "Κατάργηση από τη μνήμη μετά από"
+msgstr "Αφαίρεση από τη μνήμη μετά από"
#: optmemory.src#OFA_TP_MEMORY.FT_GRAPHICOBJECTTIME_UNIT.fixedtext.text
msgid "hh:mm"
-msgstr "hh:mm"
+msgstr "ωω:λλ"
#: optmemory.src#OFA_TP_MEMORY.GB_OLECACHE.fixedline.text
msgid "Cache for inserted objects"
-msgstr "Λανθάνουσα μνήμη για εισαχθέντα αντικείμενα"
+msgstr "Κρυφή μνήμη για εισαχθέντα αντικείμενα"
#: optmemory.src#OFA_TP_MEMORY.FT_OLECACHE.fixedtext.text
msgid "Number of objects"
@@ -1677,7 +1690,7 @@ msgstr "Αριθμός αντικειμένων"
#: optmemory.src#OFA_TP_MEMORY.FL_QUICKLAUNCH.fixedline.text
msgid "%PRODUCTNAME Quickstarter"
-msgstr "Οδηγός γρήγορης έναρξης του %PRODUCTNAME"
+msgstr "Γρήγορη έναρξη του %PRODUCTNAME"
#: optmemory.src#OFA_TP_MEMORY.CB_QUICKLAUNCH.checkbox.text
msgid "Load %PRODUCTNAME during system start-up"
@@ -1685,7 +1698,7 @@ msgstr "Φόρτωση του %PRODUCTNAME κατά την εκκίνηση το
#: optmemory.src#OFA_TP_MEMORY.STR_QUICKLAUNCH_UNX.string.text
msgid "Enable systray Quickstarter"
-msgstr "Ενεργοποποίηση γρήγορης εκκίνησης"
+msgstr "Ενεργοποίηση γρήγορης εκκίνησης περιοχής συστήματος"
#: optaccessibility.src#RID_SVXPAGE_ACCESSIBILITYCONFIG.FL_MISCELLANEOUS.fixedline.text
msgid "Miscellaneous options"
@@ -1717,7 +1730,7 @@ msgstr "δευτερόλεπτα"
#: optaccessibility.src#RID_SVXPAGE_ACCESSIBILITYCONFIG.FL_HC_OPTIONS.fixedline.text
msgid "Options for high contrast appearance"
-msgstr "Επιλογές"
+msgstr "Επιλογές για εμφάνιση υψηλής αντίθεσης"
#: optaccessibility.src#RID_SVXPAGE_ACCESSIBILITYCONFIG.CB_AUTO_DETECT_HC.checkbox.text
msgid "Automatically ~detect high contrast mode of operating system"
@@ -1786,7 +1799,7 @@ msgstr "Σύστημα"
#: optctl.src#RID_SVXPAGE_OPTIONS_CTL.LB_NUMERALS.4.stringlist.text
msgid "Context"
-msgstr "Περιβάλλον"
+msgstr "Περιεχόμενο"
#: optctl.src#RID_SVXPAGE_OPTIONS_CTL.tabpage.text
msgctxt "optctl.src#RID_SVXPAGE_OPTIONS_CTL.tabpage.text"
@@ -1821,11 +1834,11 @@ msgstr "Ό~χι δεν θέλω να συμμετέχω"
#: optimprove.src#RID_SVXPAGE_IMPROVEMENT.FL_DATA.fixedline.text
msgid "Tracked Data"
-msgstr "Δεδομένα υπό επιτήρηση"
+msgstr "Επιτηρούμενα δεδομένα"
#: optimprove.src#RID_SVXPAGE_IMPROVEMENT.FT_NR_REPORTS.fixedtext.text
msgid "Number of reports sent:"
-msgstr "Αριθμός αναφορών που στάλθηκαν:"
+msgstr "Αριθμός απεσταλμένων αναφορών:"
#: optimprove.src#RID_SVXPAGE_IMPROVEMENT.FT_NR_ACTIONS.fixedtext.text
msgid "Number of tracked actions:"
@@ -1837,7 +1850,7 @@ msgstr "~Προβολή δεδομένων"
#: optimprove.src#RID_SVXPAGE_IMPROVEMENT.STR_INFO.string.text
msgid "Help Optimize the Quality of %PRODUCTNAME"
-msgstr "Βοηθήστε μας στην βελτίωση της ποιότητας του %PRODUCTNAME"
+msgstr "Βοηθήστε στην βελτίωση της ποιότητας του %PRODUCTNAME"
#: optimprove.src#RID_SVXPAGE_IMPROVEMENT.STR_MOREINFO.string.text
msgid "More Information"
@@ -1857,23 +1870,23 @@ msgstr "Η ομαδοποίηση συνδέσεων ενεργοποιήθηκ
#: connpooloptions.src#RID_OFAPAGE_CONNPOOLOPTIONS.FT_DRIVERS.fixedtext.text
msgid "Drivers known in %PRODUCTNAME"
-msgstr "Γνωστά προγράμματα οδήγησης στο %PRODUCTNAME"
+msgstr "Γνωστοί οδηγοί στο %PRODUCTNAME"
#: connpooloptions.src#RID_OFAPAGE_CONNPOOLOPTIONS.FT_DRIVERLABEL.fixedtext.text
msgid "Current driver:"
-msgstr "Τρέχον πρόγρ. οδήγησης:"
+msgstr "Τρέχον οδηγός:"
#: connpooloptions.src#RID_OFAPAGE_CONNPOOLOPTIONS.CB_DRIVERPOOLING.checkbox.text
msgid "Enable pooling for this driver"
-msgstr "Ενεργοποίηση ομαδοποίησης για αυτό το πρόγραμμα οδήγησης"
+msgstr "Ενεργοποίηση ομαδοποίησης για αυτόν τον οδηγό"
#: connpooloptions.src#RID_OFAPAGE_CONNPOOLOPTIONS.FT_TIMEOUT.fixedtext.text
msgid "Timeout (seconds)"
-msgstr "Χρονικό όριο (δευτερόλ.)"
+msgstr "Χρόνος αναμονής (δευτερόλεπτα)"
#: connpooloptions.src#RID_OFAPAGE_CONNPOOLOPTIONS.STR_DRIVER_NAME.string.text
msgid "Driver name"
-msgstr "Όνομα προγράμματος οδήγησης"
+msgstr "Όνομα οδηγού"
#: connpooloptions.src#RID_OFAPAGE_CONNPOOLOPTIONS.STR_POOLED_FLAG.string.text
msgid "Pool"
@@ -1881,7 +1894,7 @@ msgstr "Ομάδα"
#: connpooloptions.src#RID_OFAPAGE_CONNPOOLOPTIONS.STR_POOL_TIMEOUT.string.text
msgid "Timeout"
-msgstr "Χρονικό όριο"
+msgstr "Χρόνος αναμονής"
#: connpooloptions.src#RID_OFAPAGE_CONNPOOLOPTIONS.STR_YES.string.text
msgid "Yes"
@@ -1938,11 +1951,11 @@ msgstr "Επανα~φορά βοηθού"
#: optgdlg.src#OFA_TP_MISC.FL_FILEDLG.fixedline.text
msgid "Open/Save dialogs"
-msgstr "Παράθυρα διαλόγου Άνοιγμα/Αποθήκευση"
+msgstr "Διάλογοι Άνοιγμα/Αποθήκευση"
#: optgdlg.src#OFA_TP_MISC.CB_FILEDLG.checkbox.text
msgid "~Use %PRODUCTNAME dialogs"
-msgstr "~Χρήση παραθύρων διαλόγου του %PRODUCTNAME"
+msgstr "~Χρήση διαλόγων του %PRODUCTNAME"
#: optgdlg.src#OFA_TP_MISC.CB_ODMADLG.checkbox.text
msgid "Show ODMA DMS dialogs first"
@@ -1954,7 +1967,7 @@ msgstr "Διάλογοι εκτύπωσης"
#: optgdlg.src#OFA_TP_MISC.CB_PRINTDLG.checkbox.text
msgid "Use %PRODUCTNAME ~dialogs"
-msgstr "~Χρήση παραθύρων διαλόγου του %PRODUCTNAME"
+msgstr "~Χρήση διαλόγων του %PRODUCTNAME"
#: optgdlg.src#OFA_TP_MISC.FL_DOCSTATUS.fixedline.text
msgid "Document status"
@@ -1962,7 +1975,7 @@ msgstr "Κατάσταση εγγράφου"
#: optgdlg.src#OFA_TP_MISC.CB_DOCSTATUS.checkbox.text
msgid "~Printing sets \"document modified\" status"
-msgstr "~Η εκτύπωση ορίζει την κατάσταση \"το έγγραφο τροποποιήθηκε\""
+msgstr "~Η εκτύπωση ορίζει την κατάσταση \"τροποποιημένο έγγραφο\""
#: optgdlg.src#OFA_TP_MISC.CB_SAVE_ALWAYS.checkbox.text
msgid "Allow to save document even when the document is not modified"
@@ -1974,11 +1987,11 @@ msgstr "Έτος (Δύο ψηφία)"
#: optgdlg.src#OFA_TP_MISC.FT_INTERPRET.fixedtext.text
msgid "Interpret as years between"
-msgstr "Να θεωρούνται τα έτη μεταξύ"
+msgstr "Να ερμηνεύονται ως έτη μεταξύ"
#: optgdlg.src#OFA_TP_MISC.FT_TOYEAR.fixedtext.text
msgid "and "
-msgstr "και "
+msgstr "και"
#: optgdlg.src#OFA_TP_MISC.CB_EXPERIMENTAL.checkbox.text
msgid "Enable experimental (unstable) features"
@@ -1986,7 +1999,7 @@ msgstr "Ενεργοποίηση πειραματικών (ασταθών) χα
#: optgdlg.src#OFA_TP_VIEW.FL_USERINTERFACE.fixedline.text
msgid "User Interface"
-msgstr "Περιβάλλον χρήσης"
+msgstr "Διεπαφή χρήστη"
#: optgdlg.src#OFA_TP_VIEW.FT_WINDOWSIZE.fixedtext.text
msgid "Sc~aling"
@@ -1994,11 +2007,11 @@ msgstr "Κλί~μακα"
#: optgdlg.src#OFA_TP_VIEW.FT_ICONSIZESTYLE.fixedtext.text
msgid "Icon size and style"
-msgstr "Μέγεθος και πρότυπο εικονιδίου"
+msgstr "Μέγεθος και στιλ εικονιδίου"
#: optgdlg.src#OFA_TP_VIEW.STR_ICONSIZE.string.text
msgid "Icon size"
-msgstr "Μέγεθος εικονιδίων"
+msgstr "Μέγεθος εικονιδίου"
#: optgdlg.src#OFA_TP_VIEW.LB_ICONSIZE.1.stringlist.text
msgctxt "optgdlg.src#OFA_TP_VIEW.LB_ICONSIZE.1.stringlist.text"
@@ -2028,23 +2041,23 @@ msgstr "Υψηλή αντίθεση"
#: optgdlg.src#OFA_TP_VIEW.LB_ICONSTYLE.4.stringlist.text
msgid "Industrial"
-msgstr "Industrial"
+msgstr "Βιομηχανικό"
#: optgdlg.src#OFA_TP_VIEW.LB_ICONSTYLE.5.stringlist.text
msgid "Crystal"
-msgstr "Crystal"
+msgstr "Κρσταλο"
#: optgdlg.src#OFA_TP_VIEW.LB_ICONSTYLE.6.stringlist.text
msgid "Tango"
-msgstr "Tango"
+msgstr "Τανγκό"
#: optgdlg.src#OFA_TP_VIEW.LB_ICONSTYLE.7.stringlist.text
msgid "Oxygen"
-msgstr "Oxygen"
+msgstr "Οξυγόνο"
#: optgdlg.src#OFA_TP_VIEW.LB_ICONSTYLE.8.stringlist.text
msgid "Classic"
-msgstr "Κλασσικό"
+msgstr "Κλασικό"
#: optgdlg.src#OFA_TP_VIEW.LB_ICONSTYLE.9.stringlist.text
msgid "Human"
@@ -2052,7 +2065,7 @@ msgstr "Ανθρώπινο"
#: optgdlg.src#OFA_TP_VIEW.CB_SYSTEM_FONT.checkbox.text
msgid "Use system ~font for user interface"
-msgstr "Χρήση γραμματοσειράς συσ~τήματος"
+msgstr "Χρήση γραμματοσειράς συσ~τήματος για τη διεπαφή χρήστη"
#: optgdlg.src#OFA_TP_VIEW.CB_FONTANTIALIASING.checkbox.text
msgid "Screen font antialiasing"
@@ -2093,11 +2106,11 @@ msgstr "Λίστες γραμματοσειρών"
#: optgdlg.src#OFA_TP_VIEW.CB_FONT_SHOW.checkbox.text
msgid "Show p~review of fonts"
-msgstr "Προε~πισκόπηση γραμματοσειρών"
+msgstr "Προβολή προε~πισκόπησης γραμματοσειρών"
#: optgdlg.src#OFA_TP_VIEW.CB_FONT_HISTORY.checkbox.text
msgid "Show font h~istory"
-msgstr "Ιστορικό ~γραμματοσειρών"
+msgstr "Ιστορικό προβολής ~γραμματοσειρών"
#: optgdlg.src#OFA_TP_VIEW.FL_RENDERING.fixedline.text
msgid "Graphics output"
@@ -2109,7 +2122,7 @@ msgstr "Χρήση επιτάχυνσης υλικού"
#: optgdlg.src#OFA_TP_VIEW.CB_USE_ANTIALIASE.checkbox.text
msgid "Use Anti-Aliasing"
-msgstr "Χρήση εξομάλυνσης γραμματοσειρών"
+msgstr "Χρήση εξομάλυνσης"
#: optgdlg.src#OFA_TP_VIEW.FL_MOUSE.fixedline.text
msgid "Mouse"
@@ -2125,11 +2138,11 @@ msgstr "Προεπιλεγμένο κουμπί"
#: optgdlg.src#OFA_TP_VIEW.LB_MOUSEPOS.2.stringlist.text
msgid "Dialog center"
-msgstr "Διάλογος κέντρο"
+msgstr "Κέντρο διαλόγου"
#: optgdlg.src#OFA_TP_VIEW.LB_MOUSEPOS.3.stringlist.text
msgid "No automatic positioning"
-msgstr "Χωρίς αυτόματη επιλογή θέσης"
+msgstr "Χωρίς αυτόματη τοποθέτηση"
#: optgdlg.src#OFA_TP_VIEW.FT_MOUSEMIDDLE.fixedtext.text
msgid "Middle mouse button"
@@ -2165,7 +2178,7 @@ msgstr "Γλώσσα για"
#: optgdlg.src#OFA_TP_LANGUAGES.FT_USERINTERFACE.fixedtext.text
msgid "~User interface"
-msgstr "~Περιβάλλον χρήσης"
+msgstr "~Διεπαφή χρήστη"
#: optgdlg.src#OFA_TP_LANGUAGES.FT_LOCALESETTING.fixedtext.text
msgid "Locale setting"
@@ -2173,11 +2186,11 @@ msgstr "Τοπικές ρυθμίσεις"
#: optgdlg.src#OFA_TP_LANGUAGES.FT_DECIMALSEPARATOR.fixedtext.text
msgid "Decimal separator key"
-msgstr "Διαχωριστικό δεκαδικών"
+msgstr "Κλειδί διαχωριστικού δεκαδικών"
#: optgdlg.src#OFA_TP_LANGUAGES.CB_DECIMALSEPARATOR.checkbox.text
msgid "~Same as locale setting ( %1 )"
-msgstr "'Ι~διο όπως οι ρυθμίσεις γλώσσας ( %1 )"
+msgstr "'Ι~διο όπως οι τοπικές ρυθμίσεις ( %1 )"
#: optgdlg.src#OFA_TP_LANGUAGES.FT_CURRENCY.fixedtext.text
msgid "~Default currency"
@@ -2217,7 +2230,7 @@ msgstr "Ενερ~γή για διάταξη σύνθετης γραφής (CTL)"
#: optgdlg.src#RID_SVX_MSGBOX_LANGUAGE_RESTART.infobox.text
msgid "The language setting of the user interface has been updated and will take effect the next time you start %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Η ρύθμιση γλώσσας του περιβάλλοντος χρήσης ενημερώθηκε και θα πραγματοποιηθεί την επόμενη φορά που θα ξεκινήσετε το %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Η ρύθμιση γλώσσας της διεπαφής χρήστη ενημερώθηκε και θα πραγματοποιηθεί την επόμενη φορά που θα ξεκινήσετε το %PRODUCTNAME %PRODUCTVERSION"
#: optfltr.src#RID_OFAPAGE_MSFILTEROPT.GB_WORD.fixedline.text
msgid "Microsoft Word 97/2000/XP"
@@ -2354,7 +2367,7 @@ msgstr "~Πίσω"
#: optlingu.src#RID_SVXDLG_EDIT_MODULES.FT_EDIT_MODULES_NEWDICTSLINK.fixedtext.text
msgctxt "optlingu.src#RID_SVXDLG_EDIT_MODULES.FT_EDIT_MODULES_NEWDICTSLINK.fixedtext.text"
msgid "~Get more dictionaries online..."
-msgstr "~Λήψη περισσότερων λεξικών..."
+msgstr "~Λήψη περισσότερων λεξικών άμεσα..."
#: optlingu.src#RID_SVXDLG_EDIT_MODULES.PB_OK.okbutton.text
msgctxt "optlingu.src#RID_SVXDLG_EDIT_MODULES.PB_OK.okbutton.text"
@@ -2384,11 +2397,11 @@ msgstr "Επεξεργασία αρθρωμάτων"
#: optlingu.src#RID_SVXDLG_LNG_ED_NUM_PREBREAK.STR_NUM_PRE_BREAK_DLG.string.text
msgid "Characters before break"
-msgstr "Χαρακτήρες πριν από αλλαγή γραμμής"
+msgstr "Χαρακτήρες πριν από αλλαγή"
#: optlingu.src#RID_SVXDLG_LNG_ED_NUM_PREBREAK.STR_NUM_POST_BREAK_DLG.string.text
msgid "Characters after break"
-msgstr "Χαρακτήρες μετά από αλλαγή γραμμής"
+msgstr "Χαρακτήρες μετά από αλλαγή"
#: optlingu.src#RID_SVXDLG_LNG_ED_NUM_PREBREAK.STR_NUM_MIN_WORDLEN_DLG.string.text
msgid "Minimal word length"
@@ -2443,7 +2456,7 @@ msgstr "Επεξε~ργασία..."
#: optlingu.src#RID_SFXPAGE_LINGU.FT_LINGU_OPTIONS_MOREDICTS.fixedtext.text
msgctxt "optlingu.src#RID_SFXPAGE_LINGU.FT_LINGU_OPTIONS_MOREDICTS.fixedtext.text"
msgid "~Get more dictionaries online..."
-msgstr "~Λήψη περισσότερων λεξικών..."
+msgstr "~Λήψη περισσότερων λεξικών άμεσα..."
#: optlingu.src#RID_SFXPAGE_LINGU.STR_CAPITAL_WORDS.string.text
msgid "Check uppercase words"
@@ -2455,7 +2468,7 @@ msgstr "Έλεγχος λέξεων με αριθμούς "
#: optlingu.src#RID_SFXPAGE_LINGU.STR_CAPITALIZATION.string.text
msgid "Check capitalization"
-msgstr "Έλεγχος κεφαλαία/πεζά"
+msgstr "Έλεγχος κεφαλαιοποίησης"
#: optlingu.src#RID_SFXPAGE_LINGU.STR_SPELL_SPECIAL.string.text
msgid "Check special regions"
@@ -2471,7 +2484,7 @@ msgstr "Γραμματικός έλεγχος κατά την πληκτρολό
#: optlingu.src#RID_SFXPAGE_LINGU.STR_NUM_MIN_WORDLEN.string.text
msgid "Minimal number of characters for hyphenation: "
-msgstr "Ελάχιστο μήκος λέξης για τον συλλαβισμό: "
+msgstr "Ελάχιστος αριθμός χαρακτήρων για συλλαβισμό: "
#: optlingu.src#RID_SFXPAGE_LINGU.STR_NUM_PRE_BREAK.string.text
msgid "Characters before line break: "
@@ -2592,7 +2605,7 @@ msgstr "~Χαρακτήρες κενού διαστήματος"
#: optjsearch.src#RID_SVXPAGE_JSEARCH_OPTIONS.CB_IGNORE_MIDDLE_DOT.checkbox.text
msgid "Midd~le dots"
-msgstr "Τ~ελείες στη μέση"
+msgstr "Μεσαίες τ~ελείες"
#: optjsearch.src#RID_SVXPAGE_JSEARCH_OPTIONS.tabpage.text
msgctxt "optjsearch.src#RID_SVXPAGE_JSEARCH_OPTIONS.tabpage.text"
@@ -2637,7 +2650,7 @@ msgid ""
msgstr ""
"Το αρχείο\n"
"$file$\n"
-"δεν υπάρχει στο τοπικό σας σύστημα."
+"δεν υπάρχει στο τοπικό σύστημα αρχείων."
#: doclinkdialog.src#STR_NAME_CONFLICT.string.text
msgid ""
@@ -2649,7 +2662,7 @@ msgstr ""
#: doclinkdialog.src#QUERY_DELETE_CONFIRM.querybox.text
msgid "Do you want to delete the entry?"
-msgstr "Θέλετε να γίνει διαγραφή της εγγραφής;"
+msgstr "Θέλετε να διαγράψετε την εγγραφή;"
#: optpath.src#RID_SFXPAGE_PATH.FT_TYPE.fixedtext.text
msgid "Type"
@@ -2671,7 +2684,7 @@ msgstr "~Προεπιλογή"
#: optpath.src#RID_SFXPAGE_PATH.GB_STD.fixedline.text
msgid "Paths used by %PRODUCTNAME"
-msgstr "Διαδρομές που χρησιμοποιούνται από το %PRODUCTNAME"
+msgstr "Χρησιμοποιούμενες διαδρομές από το %PRODUCTNAME"
#: optpath.src#RID_SFXPAGE_PATH.STR_MULTIPATHDLG.string.text
msgid "Edit Paths: %1"
@@ -2687,7 +2700,7 @@ msgid ""
"The configuration and mail directories must be specified as separate directories.\n"
"Please choose a new path."
msgstr ""
-"Οι κατάλογοι για την διαμόρφωση και την αποθήκευση των μηνυμάτωνπρέπει να είναι διαφορετικοί.\n"
+"Οι κατάλογοι διαμόρφωσης και αλληλογραφίας πρέπει να είναι διαφορετικοί.\n"
"Παρακαλώ επιλέξτε μια νέα διαδρομή."
#: optpath.src#RID_SVXSTR_KEY_CONFIG_DIR.string.text
@@ -2749,11 +2762,11 @@ msgstr "Προσωρινά αρχεία"
#: optpath.src#RID_SVXSTR_KEY_PLUGINS_PATH.string.text
msgid "Plug-ins"
-msgstr "Πρόσθετες λειτουργίες"
+msgstr "Πρόσθετα"
#: optpath.src#RID_SVXSTR_KEY_FAVORITES_DIR.string.text
msgid "Folder Bookmarks"
-msgstr "Σελιδοδείκτες καταλόγων"
+msgstr "Σελιδοδείκτες φακέλου"
#: optpath.src#RID_SVXSTR_KEY_FILTER_PATH.string.text
msgid "Filters"
@@ -2783,7 +2796,7 @@ msgstr "Βοηθήματα γραφής"
#: optupdt.src#RID_SVXPAGE_ONLINEUPDATE.FL_OPTIONS.fixedline.text
msgid "Online Update Options"
-msgstr "Επιλογές"
+msgstr "Άμεσες επιλογές ενημέρωσης"
#: optupdt.src#RID_SVXPAGE_ONLINEUPDATE.CB_AUTOCHECK.checkbox.text
msgid "~Check for updates automatically"
@@ -2827,11 +2840,11 @@ msgstr "Τελευταίος έλεγχος: Όχι ακόμα"
#: optupdt.src#RID_SVXPAGE_ONLINEUPDATE.tabpage.text
msgid "OnlineUpdate"
-msgstr "Ενημέρωση μέχω δικτύου"
+msgstr "Άμεση ενημέρωση"
#: webconninfo.src#RID_SVXDLG_WEBCONNECTION_INFO.FI_NEVERSHOWN.fixedtext.text
msgid "Web login information (passwords are never shown)"
-msgstr "Πληροφορίες σύνδεσης Web (δεν εμφανίζονται κωδικοί)"
+msgstr "Πληροφορίες σύνδεσης ιστού (οι κωδικοί δεν εμφανίζονται ποτέ)"
#: webconninfo.src#RID_SVXDLG_WEBCONNECTION_INFO.PB_REMOVE.pushbutton.text
msgid "Remove"
@@ -2860,4 +2873,4 @@ msgstr "Όνομα χρήστη"
#: webconninfo.src#RID_SVXDLG_WEBCONNECTION_INFO.modaldialog.text
msgid "Stored Web Connection Information"
-msgstr "Αποθηκευμένες πληροφορίες σύνδεσης Web"
+msgstr "Αποθηκευμένες πληροφορίες σύνδεσης ιστού"
diff --git a/translations/source/el/cui/source/tabpages.po b/translations/source/el/cui/source/tabpages.po
index 71cafc7c57a..6018df91389 100644
--- a/translations/source/el/cui/source/tabpages.po
+++ b/translations/source/el/cui/source/tabpages.po
@@ -1,19 +1,22 @@
#. extracted from cui/source/tabpages.oo
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
+"Project-Id-Version: cui/source/tabpages.po\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-24 11:40+0200\n"
-"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-20 10:51+0200\n"
+"Last-Translator: Dimitris Spingos (Δημήτρης Σπίγγος) <dmtrs32@gmail.com>\n"
+"Language-Team: Greek <team@gnome.gr>\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Virtaal 0.7.0\n"
"X-Accelerator-Marker: ~\n"
+"X-Project-Style: openoffice\n"
+"X-Poedit-Language: Greek\n"
+"X-Poedit-Country: GREECE\n"
#: macroass.src#RID_SVXPAGE_EVENTASSIGN.STR_EVENT.string.text
msgid "Event"
@@ -271,7 +274,7 @@ msgstr "-"
#: transfrm.src#RID_SVXPAGE_ANGLE.CTL_ANGLE.control.quickhelptext
msgid "Rotation Angle"
-msgstr "Rotation Angle"
+msgstr "Γωνία περιστροφής"
#: transfrm.src#RID_SVXPAGE_ANGLE.tabpage.text
msgid "Angle"
@@ -2793,7 +2796,7 @@ msgstr "~Pixel"
#: textanim.src#RID_SVXPAGE_TEXTANIMATION.MTR_FLD_AMOUNT.metricfield.text
msgid " Pixel"
-msgstr " Εικονοστοιχείο"
+msgstr " Εικονοστοιχείο"
#: textanim.src#RID_SVXPAGE_TEXTANIMATION.FT_DELAY.fixedtext.text
msgid "Delay"
@@ -2806,7 +2809,7 @@ msgstr "Α~υτόματα"
#: textanim.src#RID_SVXPAGE_TEXTANIMATION.MTR_FLD_DELAY.metricfield.text
msgid " ms"
-msgstr " ms"
+msgstr " ms"
#: textanim.src#RID_SVXPAGE_TEXTANIMATION.tabpage.text
msgid "Animation"
@@ -3883,7 +3886,7 @@ msgstr "Π~λάτος"
#: tabline.src#RID_SVXPAGE_LINE.TSB_CENTER_START.tristatebox.text
msgid "Ce~nter"
-msgstr "στο κέ~ντρο"
+msgstr "Στο κέ~ντρο"
#: tabline.src#RID_SVXPAGE_LINE.TSB_CENTER_END.tristatebox.text
msgctxt "tabline.src#RID_SVXPAGE_LINE.TSB_CENTER_END.tristatebox.text"
@@ -4489,7 +4492,7 @@ msgstr "Γραμμοσκίαση"
#: tabarea.src#RID_SVXPAGE_AREA.LB_AREA_TYPE.5.stringlist.text
msgctxt "tabarea.src#RID_SVXPAGE_AREA.LB_AREA_TYPE.5.stringlist.text"
msgid "Bitmap"
-msgstr "Bitmap"
+msgstr "Ψηφιογραφία"
#: tabarea.src#RID_SVXPAGE_AREA.FL_STEPCOUNT.fixedline.text
msgid "Increments"
@@ -4705,7 +4708,7 @@ msgstr "Χρώμα ~φόντου"
#: tabarea.src#RID_SVXPAGE_BITMAP.FT_BITMAPS_HIDDEN.fixedtext.text
msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.FT_BITMAPS_HIDDEN.fixedtext.text"
msgid "Bitmap"
-msgstr "Bitmap"
+msgstr "Ψηφιογραφία"
#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_ADD.pushbutton.text
msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_ADD.pushbutton.text"
diff --git a/translations/source/el/dbaccess/source/core/resource.po b/translations/source/el/dbaccess/source/core/resource.po
index 9ece2f00156..d0105e56d23 100644
--- a/translations/source/el/dbaccess/source/core/resource.po
+++ b/translations/source/el/dbaccess/source/core/resource.po
@@ -1,19 +1,22 @@
#. extracted from dbaccess/source/core/resource.oo
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
+"Project-Id-Version: dbacces/source/core/resource.po\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2012-01-24 12:24+0200\n"
-"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-20 11:57+0200\n"
+"Last-Translator: Dimitris Spingos (Δημήτρης Σπίγγος) <dmtrs32@gmail.com>\n"
+"Language-Team: Greek <team@gnome.gr>\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Virtaal 0.7.0\n"
"X-Accelerator-Marker: ~\n"
+"X-Project-Style: openoffice\n"
+"X-Poedit-Language: Greek\n"
+"X-Poedit-Country: GREECE\n"
#: strings.src#RID_STR_TRIED_OPEN_TABLE.string.text
msgid "Tried to open the table $name$."
@@ -21,7 +24,7 @@ msgstr "Επιχειρήθηκε το άνοιγμα του πίνακα $name$.
#: strings.src#RID_STR_CONNECTION_INVALID.string.text
msgid "No connection could be established."
-msgstr "Δεν είναι δυνατόν να γίνει η σύνδεση."
+msgstr "Αδύνατη η σύνδεση."
#: strings.src#RID_STR_TABLE_IS_FILTERED.string.text
msgid "The table $name$ already exists. It is not visible because it has been filtered out."
@@ -29,19 +32,19 @@ msgstr "Ο πίνακας $name$ υπάρχει ήδη. Δεν είναι ορα
#: strings.src#RID_STR_NEED_CONFIG_WRITE_ACCESS.string.text
msgid "You have no write access to the configuration data the object is based on."
-msgstr "Δεν έχετε δικαιώματα εγγραφής στα δεδομένα διαμόρφωσης του αντικειμένου."
+msgstr "Δεν έχετε δικαιώματα εγγραφής στα δεδομένα διαμόρφωσης στα οποία βασίζεται το αντικείμενο."
#: strings.src#RID_STR_COULDNOTCONNECT_UNSPECIFIED.string.text
msgid "The connection to the external data source could not be established. An unknown error occurred. The driver is probably defective."
-msgstr "Δεν ήταν δυνατή η δημιουργία σύνδεσης με την εξωτερική προέλευση δεδομένων. Παρουσιάστηκε ένα άγνωστο σφάλμα. Το πρόγραμμα οδήγησης ενδέχεται να είναι ελαττωματικό."
+msgstr "Αδυναμία σύνδεσης με την εξωτερική πηγή δεδομένων. Παρουσιάστηκε ένα άγνωστο σφάλμα. Ο οδηγός ενδέχεται να είναι ελαττωματικός."
#: strings.src#RID_STR_COULDNOTCONNECT_NODRIVER.string.text
msgid "The connection to the external data source could not be established. No SDBC driver was found for the given URL."
-msgstr "Δεν ήταν δυνατή η δημιουργία σύνδεσης με την εξωτερική προέλευση δεδομένων. Δεν βρέθηκε πρόγραμμα οδήγησης SDBC για το συγκεκριμένο URL."
+msgstr "Αδυναμία σύνδεσης με την εξωτερική πηγή δεδομένων. Δεν βρέθηκε οδηγός SDBC για το συγκεκριμένο URL."
#: strings.src#RID_STR_COULDNOTLOAD_MANAGER.string.text
msgid "The connection to the external data source could not be established. The SDBC driver manager could not be loaded."
-msgstr "Δεν ήταν δυνατή η δημιουργία σύνδεσης με την εξωτερική προέλευση δεδομένων. Δεν ήταν δυνατή η φόρτωση της διαχείρισης προγραμμάτων οδήγησης SDBC."
+msgstr "Αδυναμία σύνδεσης με την εξωτερική πηγή δεδομένων. Αδυναμία φόρτωσης της διαχείρισης οδηγών SDBC."
#: strings.src#RID_STR_FORM.string.text
msgid "Form"
@@ -53,7 +56,7 @@ msgstr "Αναφορά"
#: strings.src#RID_STR_DATASOURCE_NOT_STORED.string.text
msgid "The data source was not saved. Please use the interface XStorable to save the data source."
-msgstr "Δεν αποθηκεύτηκε ο προορισμός δεδομένων. Παρακαλώ χρησιμοποιήστε τη διεπαφή XStorable για να αποθηκεύσετε τη προέλευση δεδομένων."
+msgstr "Δεν αποθηκεύτηκε η πηγή δεδομένων. Παρακαλώ χρησιμοποιήστε τη διεπαφή XStorable για να αποθηκεύσετε την πηγή δεδομένων."
#: strings.src#RID_STR_ONLY_QUERY.string.text
msgid ""
@@ -69,15 +72,15 @@ msgstr "Δεν έχουν τροποποιηθεί τιμές."
#: strings.src#RID_STR_NO_XROWUPDATE.string.text
msgid "Values could not be inserted. The XRowUpdate interface is not supported by ResultSet."
-msgstr "Δεν είναι δυνατή η εισαγωγή τιμών. Η διεπαφή XRowUpdate δεν υποστηρίζεται από το ResultSet."
+msgstr "Αδυναμία εισαγωγής τιμών. Η διεπαφή XRowUpdate δεν υποστηρίζεται από το ResultSet."
#: strings.src#RID_STR_NO_XRESULTSETUPDATE.string.text
msgid "Values could not be inserted. The XResultSetUpdate interface is not supported by ResultSet."
-msgstr "Δεν είναι δυνατή η εισαγωγή τιμών. Η διεπαφή XResultSetUpdate δεν υποστηρίζεται από το ResultSet."
+msgstr "Αδυναμία εισαγωγής τιμών. Η διεπαφή XResultSetUpdate δεν υποστηρίζεται από το ResultSet."
#: strings.src#RID_STR_NO_UPDATE_MISSING_CONDITION.string.text
msgid "Values could not be modified, due to a missing condition statement."
-msgstr "Δεν είναι δυνατή η τροποποίηση τιμών λόγω της έλλειψης μιας δήλωσης συνθήκης."
+msgstr "Αδυναμία τροποποίησης τιμών λόγω έλλειψης δήλωσης συνθήκης."
#: strings.src#RID_STR_NO_COLUMN_ADD.string.text
msgid "The adding of columns is not supported."
@@ -85,7 +88,7 @@ msgstr "Δεν υποστηρίζεται η προσθήκη στηλών."
#: strings.src#RID_STR_NO_COLUMN_DROP.string.text
msgid "The dropping of columns is not supported."
-msgstr "Δεν υποστηρίζεται το dropping στηλών."
+msgstr "Δεν υποστηρίζεται η εναπόθεση στηλών."
#: strings.src#RID_STR_NO_CONDITION_FOR_PK.string.text
msgid "The WHERE condition could not be created for the primary key."
@@ -101,7 +104,7 @@ msgstr "Η στήλη δεν επιτρέπει την αναζήτηση!"
#: strings.src#RID_STR_NOT_SEQUENCE_INT8.string.text
msgid "The value of the columns is not of the type Sequence<sal_Int8>."
-msgstr "Η τιμή των στηλών δεν είναι του τύπου Sequence<sal_Int8>."
+msgstr "Η τιμή των στηλών δεν είναι του τύπου ακολουθίας<sal_Int8>."
#: strings.src#RID_STR_COLUMN_NOT_VALID.string.text
msgid "The column is not valid."
@@ -117,11 +120,11 @@ msgstr "Δεν είναι διαθέσιμη η διεπαφή XQueriesSupplier.
#: strings.src#RID_STR_NOT_SUPPORTED_BY_DRIVER.string.text
msgid "The driver does not support this function."
-msgstr "Το πρόγραμμα οδήγησης δεν υποστηρίζει αυτή τη λειτουργία."
+msgstr "Ο οδηγός δεν υποστηρίζει αυτή τη λειτουργία."
#: strings.src#RID_STR_NO_ABS_ZERO.string.text
msgid "An 'absolute(0)' call is not allowed."
-msgstr "Δεν επιτρέπεται η 'absolute(0)' call."
+msgstr "Δεν επιτρέπεται η 'absolute(0)' κλήση."
#: strings.src#RID_STR_NO_RELATIVE.string.text
msgid "Relative positioning is not allowed in this state."
@@ -129,35 +132,35 @@ msgstr "Δεν επιτρέπεται η σχετική θέση σε αυτήν
#: strings.src#RID_STR_NO_REFESH_AFTERLAST.string.text
msgid "A row cannot be refreshed when the ResultSet is positioned after the last row."
-msgstr "Δεν είναι δυνατή η ανανέωση μιας γραμμής όταν το ResultSet τοποθετείται μετά τη τελευταία γραμμή."
+msgstr "Αδυναμία ανανέωσης γραμμής όταν το ResultSet τοποθετείται μετά τη τελευταία γραμμή."
#: strings.src#RID_STR_NO_MOVETOINSERTROW_CALLED.string.text
msgid "A new row cannot be inserted when the ResultSet is not first moved to the insert row."
-msgstr "Δεν είναι δυνατή η εισαγωγή μιας νέας γραμμής όταν το ResultSet δεν μετακινείται πρώτο στη γραμμή εισαγωγής."
+msgstr "Αδυναμία εισαγωγής νέας γραμμής όταν το ResultSet δεν μετακινείται πρώτα στη γραμμή εισαγωγής."
#: strings.src#RID_STR_NO_UPDATEROW.string.text
msgid "A row cannot be modified in this state"
-msgstr "Δεν είναι δυνατή η τροποποίηση γραμμής σε αυτή τη κατάσταση"
+msgstr "Αδυναμία τροποποίησης γραμμής σε αυτή τη κατάσταση"
#: strings.src#RID_STR_NO_DELETEROW.string.text
msgid "A row cannot be deleted in this state."
-msgstr "Δεν είναι δυνατή η διαγραφή της γραμμής σε αυτή τη κατάσταση."
+msgstr "Αδυναμία διαγραφής της γραμμής σε αυτή τη κατάσταση."
#: strings.src#RID_STR_NO_TABLE_RENAME.string.text
msgid "The driver does not support table renaming."
-msgstr "Το πρόγραμμα οδήγησης δεν υποστηρίζει τη μετονομασία πίνακα."
+msgstr "Ο οδηγός δεν υποστηρίζει τη μετονομασία πίνακα."
#: strings.src#RID_STR_NO_ALTER_COLUMN_DEF.string.text
msgid "The driver does not support the modification of column descriptions."
-msgstr "Το πρόγραμμα οδήγησης δεν υποστηρίζει τη τροποποίηση περιγραφών στήλης."
+msgstr "Ο οδηγός δεν υποστηρίζει τη τροποποίηση περιγραφών στήλης."
#: strings.src#RID_STR_COLUMN_ALTER_BY_NAME.string.text
msgid "The driver does not support the modification of column descriptions by changing the name."
-msgstr "Το πρόγραμμα οδήγησης δεν υποστηρίζει τη τροποποίηση περιγραφών στήλης μέσω της αλλαγής του ονόματος."
+msgstr "Ο οδηγός δεν υποστηρίζει τη τροποποίηση περιγραφών στήλης μέσω της αλλαγής του ονόματος."
#: strings.src#RID_STR_COLUMN_ALTER_BY_INDEX.string.text
msgid "The driver does not support the modification of column descriptions by changing the index."
-msgstr "Το πρόγραμμα οδήγησης δεν υποστηρίζει τη τροποποίηση περιγραφών στήλης μέσω της αλλαγής του ευρετηρίου."
+msgstr "Ο οδηγός δεν υποστηρίζει τη τροποποίηση περιγραφών στήλης μέσω της αλλαγής του ευρετηρίου."
#: strings.src#RID_STR_FILE_DOES_NOT_EXIST.string.text
msgid "The file \"$file$\" does not exist."
@@ -173,7 +176,7 @@ msgstr "Δεν υπάρχει ερώτημα με όνομα \"$table$\"."
#: strings.src#RID_STR_CONFLICTING_NAMES.string.text
msgid "There are tables in the database whose names conflict with the names of existing queries. To make full use of all queries and tables, make sure they have distinct names."
-msgstr "Υπάρχουν πίδακες στη βάση δεδομένων που τα ονόματα τους έρχονται σε σύγκρουση με τα υπάρχοντα ερωτήματα. Για να κάνετε πλήρη χρήση όλων των πινάκων και των ερωτημάτων, βεβαιωθείτε ότι έχουν διαφορετικά ονόματα."
+msgstr "Υπάρχουν πίνακες στη βάση δεδομένων που τα ονόματα τους συγκρούονται με τα ονόματα των υπαρχόντων ερωτημάτων. Για να κάνετε πλήρη χρήση όλων των πινάκων και των ερωτημάτων, βεβαιωθείτε ότι έχουν διαφορετικά ονόματα."
#: strings.src#RID_STR_COMMAND_LEADING_TO_ERROR.string.text
msgid ""
@@ -187,7 +190,7 @@ msgstr ""
#: strings.src#RID_STR_STATEMENT_WITHOUT_RESULT_SET.string.text
msgid "The SQL command does not describe a result set."
-msgstr "Η εντολή SQL δεν περιγράφει αποτέλεσμα."
+msgstr "Η εντολή SQL δεν περιγράφει σύνολο αποτελέσματος."
#: strings.src#RID_STR_NAME_MUST_NOT_BE_EMPTY.string.text
msgid "The name must not be empty."
@@ -195,7 +198,7 @@ msgstr "Το όνομα δεν πρέπει να είναι κενό."
#: strings.src#RID_STR_NO_NULL_OBJECTS_IN_CONTAINER.string.text
msgid "The container cannot contain NULL objects."
-msgstr "Το container δεν μπορεί να περιέχει NULL αντικείμενα."
+msgstr "Ο περιέκτης δεν μπορεί να περιέχει NULL αντικείμενα."
#: strings.src#RID_STR_NAME_ALREADY_USED.string.text
msgid "There already is an object with the given name."
@@ -203,11 +206,11 @@ msgstr "Υπάρχει ήδη ένα αντικείμενο με αυτό το
#: strings.src#RID_STR_OBJECT_CONTAINER_MISMATCH.string.text
msgid "This object cannot be part of this container."
-msgstr "Το αντικείμενο δεν μπορεί να είναι μέρος του container."
+msgstr "Αυτό το αντικείμενο δεν μπορεί να είναι μέρος αυτού του περιέκτη."
#: strings.src#RID_STR_OBJECT_ALREADY_CONTAINED.string.text
msgid "The object already is, with a different name, part of the container."
-msgstr "Το αντικείμενο υπάρχει ήδη με διαφορετικό όνομα ως μέρος του container."
+msgstr "Το αντικείμενο υπάρχει ήδη με διαφορετικό όνομα ως μέρος του περιέκτη."
#: strings.src#RID_STR_NAME_NOT_FOUND.string.text
msgid "Unable to find the document '$name$'."
@@ -235,11 +238,11 @@ msgstr "Δεν υπάρχει φάκελος με το όνομα \"$folder$\"."
#: strings.src#RID_STR_NO_DELETE_BEFORE_AFTER.string.text
msgid "Cannot delete the before-first or after-last row."
-msgstr "Δεν είναι δυνατή η διαγραφή της γραμμής που βρίσκεται πριν την αρχή και μετά το τέλος των γραμμών."
+msgstr "Αδυναμία διαγραφής της γραμμής που βρίσκεται πριν την αρχή και μετά το τέλος των γραμμών."
#: strings.src#RID_STR_NO_DELETE_INSERT_ROW.string.text
msgid "Cannot delete the insert-row."
-msgstr "Αδυναμία διαγραφής της insert-row."
+msgstr "Αδυναμία διαγραφής της εισαγωγής γραμμής."
#: strings.src#RID_STR_RESULT_IS_READONLY.string.text
msgid "Result set is read only."
@@ -259,7 +262,7 @@ msgstr "Αδυναμία ενημέρωσης της τρέχουσας γραμ
#: strings.src#RID_STR_NO_INSERT_PRIVILEGE.string.text
msgid "INSERT privilege not available."
-msgstr "Το δικαίωμα INSERT δεν είναι διαθέσιμο."
+msgstr "Το δικαίωμα εισαγωγής δεν είναι διαθέσιμο."
#: strings.src#RID_STR_INTERNAL_ERROR.string.text
msgid "Internal error: no statement object provided by the database driver."
@@ -267,7 +270,7 @@ msgstr "Εσωτερικό σφάλμα: δεν δόθηκε αντικείμε
#: strings.src#RID_STR_EXPRESSION1.string.text
msgid "Expression1"
-msgstr "Expression1"
+msgstr "Έκφραση1"
#: strings.src#RID_STR_NO_SQL_COMMAND.string.text
msgid "No SQL command was provided."
@@ -275,19 +278,19 @@ msgstr "Δεν δόθηκε εντολή SQL."
#: strings.src#RID_STR_INVALID_INDEX.string.text
msgid "Invalid column index."
-msgstr "Μη έγκυρο index στήλης."
+msgstr "Άκυρος δείκτης στήλης."
#: strings.src#RID_STR_INVALID_CURSOR_STATE.string.text
msgid "Invalid cursor state."
-msgstr "Μη έγκυρη κατάσταση δρομέα."
+msgstr "Άκυρη κατάσταση δρομέα."
#: strings.src#RID_STR_CURSOR_BEFORE_OR_AFTER.string.text
msgid "The cursor points to before the first or after the last row."
-msgstr "Ο δρομέας δείχνει πριν ή μετά την τελευταία γραμμή."
+msgstr "Ο δρομέας δείχνει πριν την πρώτη ή μετά την τελευταία γραμμή."
#: strings.src#RID_STR_NO_BOOKMARK_BEFORE_OR_AFTER.string.text
msgid "The rows before the first and after the last row don't have a bookmark."
-msgstr "Οι γραμμές που βρίσκονται πριν την πρώτη και την τελευταία γραμμή δεν έχουν σελιδοδείκτη."
+msgstr "Οι γραμμές πριν την πρώτη και μετά την τελευταία γραμμή δεν έχουν σελιδοδείκτη."
#: strings.src#RID_STR_NO_BOOKMARK_DELETED.string.text
msgid "The current row is deleted, and thus doesn't have a bookmark."
diff --git a/translations/source/el/dbaccess/source/ext/adabas.po b/translations/source/el/dbaccess/source/ext/adabas.po
index 7ee0540c17c..b3be1e9ddf2 100644
--- a/translations/source/el/dbaccess/source/ext/adabas.po
+++ b/translations/source/el/dbaccess/source/ext/adabas.po
@@ -1,31 +1,32 @@
#. extracted from dbaccess/source/ext/adabas.oo
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
+"Project-Id-Version: dbacces/source/ext/macromigration.po\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-24 11:49+0200\n"
-"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-22 10:40+0200\n"
+"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
+"Language-Team: Greek <users@el.libreoffice.org>\n"
"Language: el\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: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
+"X-Project-Style: openoffice\n"
#: AdabasNewDb.src#DLG_ADABAS_NEWDB.FT_DATABASENAME.fixedtext.text
msgid "Database ~name"
-msgstr "Όνομα βάσης ~δεδομένων"
+msgstr "Ό~νομα της βάσης δεδομένων"
#: AdabasNewDb.src#DLG_ADABAS_NEWDB.FL_USER.fixedline.text
msgid "User settings"
-msgstr "Ρυθμίσεις χρηστών"
+msgstr "Ρυθμίσεις χρήστη"
#: AdabasNewDb.src#DLG_ADABAS_NEWDB.FT_CONUSR.fixedtext.text
msgid "~Control user"
-msgstr "~Χρήστης ελέγχου"
+msgstr "Έ~λεγχος χρήστη"
#: AdabasNewDb.src#DLG_ADABAS_NEWDB.FT_SYSUSR.fixedtext.text
msgid "~Administrator"
@@ -33,19 +34,19 @@ msgstr "~Διαχειριστής"
#: AdabasNewDb.src#DLG_ADABAS_NEWDB.FT_DOMAIN_USR.fixedtext.text
msgid "~Domain user"
-msgstr "~Χρήστης περιοχών"
+msgstr "~Χρήστης τομέα"
#: AdabasNewDb.src#DLG_ADABAS_NEWDB.PB_SYSPWD.pushbutton.text
msgid "P~assword..."
-msgstr "Κ~ωδικός..."
+msgstr "~Κωδικός πρόσβασης..."
#: AdabasNewDb.src#DLG_ADABAS_NEWDB.PB_CONPWD.pushbutton.text
msgid "~Password..."
-msgstr "~Κωδικός..."
+msgstr "Κωδικός ~πρόσβασης..."
#: AdabasNewDb.src#DLG_ADABAS_NEWDB.PB_DOMAINPWD.pushbutton.text
msgid "Passwo~rd..."
-msgstr "Κωδι~κός..."
+msgstr "Κ~ωδικός πρόσβασης..."
#: AdabasNewDb.src#DLG_ADABAS_NEWDB.FT_RESTORE.fixedtext.text
msgid "~Backup file"
@@ -58,7 +59,7 @@ msgstr "..."
#: AdabasNewDb.src#DLG_ADABAS_NEWDB.FL_DBSETTINGS.fixedline.text
msgid "Database settings"
-msgstr "Ρυθμίσεις βάσεως δεδομένων"
+msgstr "Ρυθμίσεις δεδομένων βάσης"
#: AdabasNewDb.src#DLG_ADABAS_NEWDB.FT_SYSDEVSPACE.fixedtext.text
msgid "S~YSDEVSPACE"
@@ -89,11 +90,11 @@ msgstr "..."
#: AdabasNewDb.src#DLG_ADABAS_NEWDB.FT_TRANSACTIONLOG_SIZE.fixedtext.text
msgid "Transaction ~file (MB)"
-msgstr "Αρχείο ~συναλλαγής (MB)"
+msgstr "~Αρχείο συναλλαγής (MB)"
#: AdabasNewDb.src#DLG_ADABAS_NEWDB.FT_DATADEVSPACE_SIZE.fixedtext.text
msgid "Data~base size (MB)"
-msgstr "~Μέγεθος βάσης δεδομένων (MB)"
+msgstr "Μέγεθος ~βάσης δεδομένων (MB)"
#: AdabasNewDb.src#DLG_ADABAS_NEWDB.FT_CACHE_SIZE.fixedtext.text
msgid "Data ~buffer size (MB)"
@@ -101,55 +102,55 @@ msgstr "Μέγεθος ε~νδιάμεσης μνήμης δεδομένων (MB
#: AdabasNewDb.src#DLG_ADABAS_NEWDB.STR_BACKUPFILE_LOAD.string.text
msgid "Backup file information"
-msgstr "Πληροφορίες εφεδρικών αρχείων"
+msgstr "Πληροφορίες εφεδρικού αρχείου"
#: AdabasNewDb.src#DLG_ADABAS_NEWDB.modaldialog.text
msgid "Create New Adabas D Database"
-msgstr "Δημιουργία νέας βάση δεδομένων Adabas D"
+msgstr "Δημιουργία νέας βάσης δεδομένων Adabas D"
#: AdabasNewDb.src#STR_ADABAS_NO_PARAM_SET.string.text
msgid "No entry could be written in the configuration file."
-msgstr "Κανένα λήμμα δεν μπόρεσε να γραφτεί στο αρχείο ρύθμισης."
+msgstr "Καμιά καταχώριση δεν μπορεί να γραφτεί στο αρχείο διευθέτησης."
#: AdabasNewDb.src#STR_ADABAS_NO_DB_CREATED.string.text
msgid "An error occurred as the DB files were being created."
-msgstr "Ένα λάθος εμφανίστηκε κατά την διάρκεια δημιουργίας των αρχείων ΒΔ."
+msgstr "Συνέβη σφάλμα κατά τη δημιουργία των αρχείων ΒΔ."
#: AdabasNewDb.src#STR_ADABAS_NO_SYSTEM_TABLES.string.text
msgid "An error occurred as the system tables were being created."
-msgstr "Ένα λάθος εμφανίστηκε κατά την διάρκεια δημιουργίας των πινάκων συστήματος."
+msgstr "Συνέβη σφάλμα κατά τη δημιουργία πινάκων συστήματος."
#: AdabasNewDb.src#STR_ADABAS_NO_BACKUP_FILE.string.text
msgid "The backup file entered does not exist."
-msgstr "Το εφεδρικό αρχείο που επιλέχτηκε δεν υπάρχει."
+msgstr "Το εφεδρικό αρχείο που εισάγατε δεν υπάρχει."
#: AdabasNewDb.src#INFO_STR_MAX_FILE_LENGTH.infobox.text
msgid "The fully qualified file cannot be longer than \\'#\\' characters."
-msgstr "Το πλήρως συμβατό αρχείο δεν μπορεί να είναι μεγαλύτερο από \\'#\\' χαρακτήρες."
+msgstr "Το πλήρως χαρακτηρισμένο αρχείο δεν μπορεί να είναι μεγαλύτερο από \\'#\\' χαρακτήρες."
#: AdabasNewDb.src#STR_NO_SAME_USER.string.text
msgid "The administrator and the control user cannot have the same name!"
-msgstr "Ο διαχειριστής και ο χρήστης ελέγχου δεν μπορούν να έχουν το ίδιο όνομα!"
+msgstr "Ο διαχειριστής και ο έλεγχος χρήστη δεν μπορούν να έχουν το ίδιο όνομα!"
#: AdabasNewDb.src#STR_DEVSPACE_NO_FILE.string.text
msgid "No name has been entered for the $name$ file!"
-msgstr "Δεν έχει εισαχθεί όνομα για το αρχείο $name$!"
+msgstr "Δεν καταχωρήθηκε όνομα για το αρχείο $name$!"
#: AdabasNewDb.src#STR_NO_PERMISSION.string.text
msgid "You have to have administrator rights to create a new database!"
-msgstr "Θα πρέπει να έχετε δικαιώματα διαχειριστή για να δημιουργήσετε μια νέα βάση δεδομένων!"
+msgstr "Πρέπει να έχετε δικαιώματα διαχειριστή για να δημιουργήσετε νέα βάση δεδομένων!"
#: AdabasNewDb.src#STR_FILE_OR_DIR_UNKNOWN.string.text
msgid "The specified file name or directory does not exist."
-msgstr "Το επιλεγμένο όνομα αρχείου ή κατάλογου δεν υπάρχει."
+msgstr "Το αναφερόμενο όνομα αρχείου ή καταλόγου δεν υπάρχει."
#: AdabasNewDb.src#STR_ERROR_IN_ADABAS_INSTALLATION.string.text
msgid ""
"No new database can be created.\n"
"Please check your Adabas D installation, especially the variables \"DBROOT\" and \"DBWORK\"."
msgstr ""
-"Η νέα βάση δεδομένων δεν μπορεί να δημιουργηθεί.\n"
-"Παρακαλώ ελέγξτε την εγκατάσταση του Adabas D, και ειδικά της μεταβλητές \"DBROOT\" και \"DBWORK\"."
+"Αδυναμία δημιουργίας νέας βάσης δεδομένων.\n"
+"Παρακαλώ ελέγξτε την εγκατάστασή σας Adabas D, ειδικά τις μεταβλητές \"DBROOT\" και \"DBWORK\"."
#: AdabasNewDb.src#STR_STAT_WARNING.string.text
msgid "Warning!"
@@ -157,32 +158,32 @@ msgstr "Προειδοποίηση!"
#: AdabasNewDb.src#STR_ADABAS_CREATEFILES.string.text
msgid "Creating database files."
-msgstr "Δημιουργία αρχείων βάσεων δεδομένων."
+msgstr "Δημιουργία αρχείων βάσης δεδομένων."
#: AdabasNewDb.src#STR_ADABAS_CREATEPARAM_FILE.string.text
msgid "Creating database configuration file."
-msgstr "Δημιουργία αρχείου διαμόρφωσης βάσεων δεδομένων."
+msgstr "Δημιουργία αρχείου διευθέτησης βάσης δεδομένων."
#: AdabasNewDb.src#STR_ADABAS_START_DATABASE.string.text
msgid "Starting database for the first time."
-msgstr "Έναρξη της βάσης δεδομένων για πρώτη φορά."
+msgstr "Έναρξη βάσης δεδομένων για πρώτη φορά."
#: AdabasNewDb.src#STR_ADABAS_DB_EXISTS.string.text
msgid "The name entered already exists."
-msgstr "Το όνομα που εισήχθη υπάρχει ήδη."
+msgstr "Το εισαχθέν όνομα υπάρχει ήδη."
#: AdabasNewDb.src#STR_ADABAS_NO_DEFAULTNAME.string.text
msgid "No default names could be set for the database files. The total length is more than 40 characters."
-msgstr "Δεν μπόρεσε να τεθεί προεπιλεγμένο όνομα για τα αρχεία βάσεων δεδομένων. Το συνολικό μήκος είναι περισσότεροι από 40 χαρακτήρες."
+msgstr "Αδυναμία ορισμού προεπιλεγμένων ονομάτων για τα αρχεία της βάσης δεδομένων. Το συνολικό μήκος είναι μεγαλύτερο από 40 χαρακτήρες."
#: AdabasNewDb.src#STR_ADABAS_NO_ACCESSRIGHTS.string.text
msgid "No default names could be set for the database files. There is no write access."
-msgstr "Δεν μπόρεσε να τεθεί προεπιλεγμένο όνομα για τα αρχεία βάσεων δεδομένων. Δεν υπάρχει δυνατότητα εγγραφής."
+msgstr "Αδυναμία ορισμού προεπιλεγμένων ονομάτων για τα αρχεία της βάσης δεδομένων. Δεν υπάρχει πρόσβαση εγγραφής."
#: AdabasNewDb.src#STR_ADABAS_CANNOT_CONVERT.string.text
msgid "The current database need to be converted. Please insert control user and password."
-msgstr "Η τρέχουσα βάση δεδομένων χρειάζεται να μετατραπεί. Παρακαλώ εισάγετε τον έλεγχο χρήστη και τον κωδικό."
+msgstr "Η τρέχουσα βάση δεδομένων χρειάζεται να μετατραπεί. Παρακαλούμε εισάγετε το όνομα χρήστη και τον κωδικό."
#: AdabasNewDb.src#STR_ADABAS_PASSWORD_ILLEGAL.string.text
msgid "Spaces are not permitted in the password. Please enter a new password."
-msgstr "Τα διαστήματα δεν επιτρέπονται στους κωδικούς πρόσβασης. Παρακαλώ πληκτρολογήστε έναν νέο κωδικό."
+msgstr "Δεν επιτρέπονται κενά στον κωδικό. Παρακαλώ εισάγετε ένα νέο κωδικό πρόσβασης."
diff --git a/translations/source/el/dbaccess/source/ext/macromigration.po b/translations/source/el/dbaccess/source/ext/macromigration.po
index 074774b8fde..dc5c11ea16c 100644
--- a/translations/source/el/dbaccess/source/ext/macromigration.po
+++ b/translations/source/el/dbaccess/source/ext/macromigration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-24 12:31+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dbaccess/source/sdbtools/resource.po b/translations/source/el/dbaccess/source/sdbtools/resource.po
index 5695f55704c..4883baddaa9 100644
--- a/translations/source/el/dbaccess/source/sdbtools/resource.po
+++ b/translations/source/el/dbaccess/source/sdbtools/resource.po
@@ -1,23 +1,26 @@
#. extracted from dbaccess/source/sdbtools/resource.oo
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
+"Project-Id-Version: dbacces/source/sdbtools/resource.po\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-24 12:18+0200\n"
-"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-20 12:50+0200\n"
+"Last-Translator: Dimitris Spingos (Δημήτρης Σπίγγος) <dmtrs32@gmail.com>\n"
+"Language-Team: Greek <users@el.libreoffice.org>\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Virtaal 0.7.0\n"
"X-Accelerator-Marker: ~\n"
+"X-Project-Style: openoffice\n"
+"X-Poedit-Language: Greek\n"
+"X-Poedit-Country: GREECE\n"
#: sdbt_strings.src#STR_QUERY_AND_TABLE_DISTINCT_NAMES.string.text
msgid "You cannot give a table and a query the same name. Please use a name which is not yet used by a query or table."
-msgstr "Δεν μπορείτε να δώσετε το ίδιο όνομα σε ένα ερώτημα και ένα πίνακα. Παρακαλώ χρησιμοποιήστε ένα όνομα που δεν χρησιμοποιείται."
+msgstr "Δεν μπορείτε να δώσετε το ίδιο όνομα σε ένα ερώτημα και ένα πίνακα. Παρακαλώ δώστε ένα όνομα που δεν χρησιμοποιείται ήδη από ερώτημα ή πίνακα."
#: sdbt_strings.src#STR_BASENAME_TABLE.string.text
msgid "Table"
@@ -29,7 +32,7 @@ msgstr "Ερώτημα"
#: sdbt_strings.src#STR_CONN_WITHOUT_QUERIES_OR_TABLES.string.text
msgid "The given connection is no valid query and/or tables supplier."
-msgstr "Η ενεργή σύνδεση δεν είναι έγκυρος παροχέας ερωτημάτων ή/και πινάκων."
+msgstr "Η δοσμένη σύνδεση δεν είναι έγκυρος παροχέας ερωτημάτων ή/και πινάκων."
#: sdbt_strings.src#STR_NO_TABLE_OBJECT.string.text
msgid "The given object is no table object."
diff --git a/translations/source/el/dbaccess/source/ui/app.po b/translations/source/el/dbaccess/source/ui/app.po
index bfa607ae7ea..2ff4964803b 100644
--- a/translations/source/el/dbaccess/source/ui/app.po
+++ b/translations/source/el/dbaccess/source/ui/app.po
@@ -1,19 +1,22 @@
#. extracted from dbaccess/source/ui/app.oo
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
+"Project-Id-Version: dbaccess/source/ui/app.po\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-24 12:18+0200\n"
-"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-20 15:52+0200\n"
+"Last-Translator: Dimitris Spingos (Δημήτρης Σπίγγος) <dmtrs32@gmail.com>\n"
+"Language-Team: Greek <users@el.libreoffice.org>\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Virtaal 0.7.0\n"
"X-Accelerator-Marker: ~\n"
+"X-Project-Style: openoffice\n"
+"X-Poedit-Language: Greek\n"
+"X-Poedit-Country: Greece\n"
#: app.src#RID_STR_NEW_FORM.string.text
msgid "Create Form in Design View..."
@@ -21,15 +24,15 @@ msgstr "Δημιουργία φόρμας σε προβολή σχεδίασης
#: app.src#RID_STR_NEW_FORM_AUTO.string.text
msgid "Use Wizard to Create Form..."
-msgstr "Χρήση πιλότου για τη δημιουργία φόρμας..."
+msgstr "Χρήση οδηγού για τη δημιουργία φόρμας..."
#: app.src#RID_STR_NEW_REPORT_AUTO.string.text
msgid "Use Wizard to Create Report..."
-msgstr "Χρήση πιλότου για τη δημιουργία αναφοράς..."
+msgstr "Χρήση οδηγού για τη δημιουργία έκθεσης..."
#: app.src#RID_STR_NEW_REPORT.string.text
msgid "Create Report in Design View..."
-msgstr "Δημιουργία φόρμας σε προβολή σχεδίασης..."
+msgstr "Δημιουργία έκθεσης σε προβολή σχεδίασης..."
#: app.src#RID_STR_NEW_QUERY.string.text
msgid "Create Query in Design View..."
@@ -41,7 +44,7 @@ msgstr "Δημιουργία ερωτήματος σε προβολή SQL..."
#: app.src#RID_STR_NEW_QUERY_AUTO.string.text
msgid "Use Wizard to Create Query..."
-msgstr "Χρήση πιλότου για τη δημιουργία ερωτήματος..."
+msgstr "Χρήση οδηγού για τη δημιουργία ερωτήματος..."
#: app.src#RID_STR_NEW_TABLE.string.text
msgid "Create Table in Design View..."
@@ -49,7 +52,7 @@ msgstr "Δημιουργία πίνακα σε προβολή σχεδίασης
#: app.src#RID_STR_NEW_TABLE_AUTO.string.text
msgid "Use Wizard to Create Table..."
-msgstr "Χρήση πιλότου για τη δημιουργία πίνακα..."
+msgstr "Χρήση οδηγού για τη δημιουργία πίνακα..."
#: app.src#RID_STR_NEW_VIEW.string.text
msgid "Create View..."
@@ -61,7 +64,7 @@ msgstr "Φόρμες"
#: app.src#RID_STR_REPORTS_CONTAINER.string.text
msgid "Reports"
-msgstr "Αναφορές"
+msgstr "Εκθέσεις"
#: app.src#RID_MENU_APP_NEW.SID_APP_NEW_FORM.menuitem.text
msgid "Form..."
@@ -70,7 +73,7 @@ msgstr "Φόρμα..."
#: app.src#RID_MENU_APP_NEW.SID_APP_NEW_REPORT.menuitem.text
msgctxt "app.src#RID_MENU_APP_NEW.SID_APP_NEW_REPORT.menuitem.text"
msgid "Report..."
-msgstr "Αναφορά..."
+msgstr "Έκθεση..."
#: app.src#RID_MENU_APP_NEW.SID_DB_NEW_VIEW_SQL.menuitem.text
msgid "View (Simple)..."
@@ -106,16 +109,16 @@ msgstr "Δημιουργία ως προβολή"
#: app.src#RID_MENU_APP_EDIT.SID_FORM_CREATE_REPWIZ_PRE_SEL.menuitem.text
msgid "Form Wizard..."
-msgstr "Αυτόματος πιλότος φόρμας..."
+msgstr "Οδηγός φόρμας..."
#: app.src#RID_MENU_APP_EDIT.SID_APP_NEW_REPORT_PRE_SEL.menuitem.text
msgctxt "app.src#RID_MENU_APP_EDIT.SID_APP_NEW_REPORT_PRE_SEL.menuitem.text"
msgid "Report..."
-msgstr "Αναφορά..."
+msgstr "Έκθεση..."
#: app.src#RID_MENU_APP_EDIT.SID_REPORT_CREATE_REPWIZ_PRE_SEL.menuitem.text
msgid "Report Wizard..."
-msgstr "Αυτόματος πιλότος αναφοράς..."
+msgstr "Οδηγός έκθεσης..."
#: app.src#RID_MENU_APP_EDIT.SID_SELECTALL.menuitem.text
msgid "Select All"
@@ -147,7 +150,7 @@ msgstr " - %PRODUCTNAME Base"
#: app.src#RID_STR_REPORTS_HELP_TEXT_WIZARD.string.text
msgid "The wizard will guide you through the steps necessary to create a report."
-msgstr "Ο Αυτόματος πιλότος θα σας καθοδηγήσει στα βήματα που χρειάζονται για τη δημιουργία μιας αναφοράς."
+msgstr "Ο οδηγός θα σας καθοδηγήσει στα απαραίτητα βήματα για τη δημιουργία έκθεσης."
#: app.src#RID_STR_FORMS_HELP_TEXT.string.text
msgid "Create a form by specifying the record source, controls, and control properties."
@@ -159,7 +162,7 @@ msgstr "Δημιουργία αναφοράς με τον καθορισμό π
#: app.src#RID_STR_FORMS_HELP_TEXT_WIZARD.string.text
msgid "The wizard will guide you through the steps necessary to create a form."
-msgstr "Ο Αυτόματος πιλότος θα σας καθοδηγήσει στα βήματα που χρειάζονται για τη δημιουργία μιας φόρμας."
+msgstr "Ο οδηγός θα σας καθοδηγήσει στα απαραίτητα βήματα για τη δημιουργία φόρμας."
#: app.src#RID_STR_QUERIES_HELP_TEXT.string.text
msgid "Create a query by specifying the filters, input tables, field names, and properties for sorting or grouping."
@@ -171,15 +174,15 @@ msgstr "Δημιουργία ενός ερωτήματος με την άμεσ
#: app.src#RID_STR_QUERIES_HELP_TEXT_WIZARD.string.text
msgid "The wizard will guide you through the steps necessary to create a query."
-msgstr "Ο Αυτόματος πιλότος θα σας καθοδηγήσει στα βήματα που χρειάζονται για τη δημιουργία ενός ερωτήματος."
+msgstr "Ο οδηγός θα σας καθοδηγήσει στα απαραίτητα βήματα για τη δημιουργία ερωτήματος."
#: app.src#RID_STR_TABLES_HELP_TEXT_DESIGN.string.text
msgid "Create a table by specifying the field names and properties, as well as the data types."
-msgstr "Δημιουργία ενός πίνακα με τον καθορισμό των ονομάτων και των ιδιοτήτων πεδίου, και του τύπου δεδομένων."
+msgstr "Δημιουργία πίνακα καθορίζοντας τα ονόματα και τις ιδιότητες πεδίου, καθώς και τον τύπο δεδομένων."
#: app.src#RID_STR_TABLES_HELP_TEXT_WIZARD.string.text
msgid "Choose from a selection of business and personal table samples, which you customize to create a table."
-msgstr "Επιλογή από πρότυπα εταιρικών και προσωπικών πινάκων, τα οποία μπορείτε να τα προσαρμόσετε για τη δημιουργία ενός πίνακα."
+msgstr "Επιλογή από δείγματα εταιρικών και προσωπικών πινάκων, τα οποία μπορείτε να τα προσαρμόσετε για τη δημιουργία ενός πίνακα."
#: app.src#RID_STR_VIEWS_HELP_TEXT_DESIGN.string.text
msgid "Create a view by specifying the tables and field names you would like to have visible."
@@ -187,7 +190,7 @@ msgstr "Δημιουργία μιας προβολής με τον καθορι
#: app.src#RID_STR_VIEWS_HELP_TEXT_WIZARD.string.text
msgid "Opens the view wizard"
-msgstr "Ανοίγει την προβολή αυτόματου πιλότου"
+msgstr "Άνοιγμα της προβολής οδηγού"
#: app.src#STR_DATABASE.string.text
msgid "Database"
@@ -214,7 +217,7 @@ msgid ""
"The database has been modified.\n"
"Do you want to save the changes?"
msgstr ""
-"Το περιεχόμενο της τρέχουσας φόρμας έχει αλλάξει.\n"
+"Η βάση δεδομένων τροποποιήθηκε.\n"
"Θέλετε να αποθηκευτούν οι αλλαγές;"
#: app.src#APP_CLOSEDOCUMENTS.querybox.text
@@ -225,7 +228,7 @@ msgid ""
"Do you want to close all documents now?"
msgstr ""
"Ο τύπος της σύνδεσης άλλαξε.\n"
-"Για να πραγματοποιηθούν οι αλλαγές, θα πρέπει να κλείσουν όλες οι φόρμες, αναφορές, ερωτήματα και πίνακες.\n"
+"Για να πραγματοποιηθούν οι αλλαγές, θα πρέπει να κλείσουν όλες οι φόρμες, εκθέσεις, ερωτήματα και πίνακες.\n"
"\n"
"Θέλετε να κλείσετε όλα τα έγγραφα τώρα;"
@@ -247,7 +250,7 @@ msgstr "Φόρμα"
#: app.src#RID_STR_REPORT.string.text
msgid "Report"
-msgstr "Αναφορά"
+msgstr "Έκθεση"
#: app.src#STR_FRM_LABEL.string.text
msgid "F~orm name"
@@ -255,7 +258,7 @@ msgstr "Όνο~μα φόρμας"
#: app.src#STR_RPT_LABEL.string.text
msgid "~Report name"
-msgstr "Όν~oμα αναφοράς"
+msgstr "Όν~oμα έκθεσης"
#: app.src#STR_FOLDER_LABEL.string.text
msgid "F~older name"
@@ -263,7 +266,7 @@ msgstr "Όνομα ~φακέλου"
#: app.src#STR_SUB_DOCS_WITH_SCRIPTS.string.text
msgid "The document contains forms or reports with embedded macros."
-msgstr "Το έγγραφο περιέχει φόρμες ή αναφορές με ενσωματωμένες μακροεντολές."
+msgstr "Το έγγραφο περιέχει φόρμες ή εκθέσεις με ενσωματωμένες μακροεντολές."
#: app.src#STR_SUB_DOCS_WITH_SCRIPTS_DETAIL.string.text
msgid ""
@@ -275,7 +278,7 @@ msgid ""
msgstr ""
"Οι μακροεντολές πρέπει να ενσωματωθούν στο ίδιο το έγγραφο βάσης δεδομένων.\n"
"\n"
-"Μπορείτε να συνεχίσετε να χρησιμοποιείτε το έγγραφό σας όπως πριν, αλλά, σας προτείνουμε να μετακινήσετε τις μακροεντολές σας. Η επιλογή του μενού 'Εργαλεία / Μετακίνηση μακροεντολών ...' θα σας βοηθήσει με αυτό.\n"
+"Μπορείτε να συνεχίσετε να χρησιμοποιείτε το έγγραφό σας όπως πριν, αλλά, σας προτείνουμε να μετακινήσετε τις μακροεντολές σας. Το στοιχείο του μενού 'Εργαλεία / Μετακίνηση μακροεντολών ...' θα σας βοηθήσει σε αυτό.\n"
"\n"
"Σημειώστε πως δεν θα μπορείτε να ενσωματώσετε μακροεντολές στο ίδιο το έγγραφο βάσης δεδομένων μέχρι να πραγματοποιηθεί η μετακίνηση. "
diff --git a/translations/source/el/dbaccess/source/ui/browser.po b/translations/source/el/dbaccess/source/ui/browser.po
index 47af2a9be9e..596f6405d0f 100644
--- a/translations/source/el/dbaccess/source/ui/browser.po
+++ b/translations/source/el/dbaccess/source/ui/browser.po
@@ -1,19 +1,22 @@
#. extracted from dbaccess/source/ui/browser.oo
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
+"Project-Id-Version: dbaccess/source/ui/browser.po\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-24 12:23+0200\n"
-"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-20 16:01+0200\n"
+"Last-Translator: Dimitris Spingos (Δημήτρης Σπίγγος) <dmtrs32@gmail.com>\n"
+"Language-Team: Greek <users@el.libreoffice.org>\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Virtaal 0.7.0\n"
"X-Accelerator-Marker: ~\n"
+"X-Project-Style: openoffice\n"
+"X-Poedit-Language: Greek\n"
+"X-Poedit-Country: Greece\n"
#: bcommon.src#RID_STR_TBL_TITLE.string.text
msgctxt "bcommon.src#RID_STR_TBL_TITLE.string.text"
@@ -147,7 +150,7 @@ msgstr "Παρουσιάστηκαν προειδοποιήσεις"
#: sbabrw.src#STR_OPENTABLES_WARNINGS_DETAILS.string.text
msgid "While retrieving the tables, warnings were reported by the database connection."
-msgstr "Κατά την διαδικασία ανεύρεσης των πινάκων υπήρξαν προειδοποιήσεις από την σύνδεση της βάσης δεδομένων."
+msgstr "Κατά την διαδικασία ανάκτησης των πινάκων υπήρξαν προειδοποιήσεις από την σύνδεση της βάσης δεδομένων."
#: sbabrw.src#STR_CONNECTING_DATASOURCE.string.text
msgid "Connecting to \"$name$\" ..."
@@ -163,11 +166,11 @@ msgstr "Φόρτωση πίνακα $name$ ..."
#: sbabrw.src#STR_NO_TABLE_FORMAT_INSIDE.string.text
msgid "No table format could be found."
-msgstr "Δεν ήταν δυνατή η εύρεση μορφοποίησης πίνακα."
+msgstr "Δεν βρέθηκε μορφοποίηση πίνακα."
#: sbabrw.src#STR_COULDNOTCONNECT_DATASOURCE.string.text
msgid "The connection to the data source \"$name$\" could not be established."
-msgstr "Δεν ήταν δυνατή η δημιουργία σύνδεσης με την προέλευση δεδομένων \"$name$\"."
+msgstr "Αδυναμία δημιουργίας σύνδεσης με την προέλευση δεδομένων \"$name$\"."
#: sbabrw.src#RID_MENU_REFRESH_DATA.ID_BROWSER_REFRESH_REBUILD.menuitem.text
msgid "Rebuild"
diff --git a/translations/source/el/dbaccess/source/ui/control.po b/translations/source/el/dbaccess/source/ui/control.po
index dcb47eb821c..0ecf263a783 100644
--- a/translations/source/el/dbaccess/source/ui/control.po
+++ b/translations/source/el/dbaccess/source/ui/control.po
@@ -1,19 +1,22 @@
#. extracted from dbaccess/source/ui/control.oo
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
+"Project-Id-Version: dbacces/source/ui/control.po\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-24 12:18+0200\n"
-"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-20 16:10+0200\n"
+"Last-Translator: Dimitris Spingos (Δημήτρης Σπίγγος) <dmtrs32@gmail.com>\n"
+"Language-Team: Greek <users@el.libreoffice.org>\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Virtaal 0.7.0\n"
"X-Accelerator-Marker: ~\n"
+"X-Project-Style: openoffice\n"
+"X-Poedit-Language: Greek\n"
+"X-Poedit-Country: Greece\n"
#: undosqledit.src#STR_QUERY_UNDO_MODIFYSQLEDIT.string.text
msgid "Modify SQL statement(s)"
@@ -45,7 +48,7 @@ msgstr "Ανάγνωση δεδομένων"
#: TableGrantCtrl.src#STR_TABLE_PRIV_REFERENCE.string.text
msgid "Modify references"
-msgstr "Τροποποίηση παραπομπών"
+msgstr "Τροποποίηση εκθέσεων"
#: TableGrantCtrl.src#STR_TABLE_PRIV_DROP.string.text
msgid "Drop structure"
@@ -61,15 +64,15 @@ msgstr "Φθίνουσα ταξινόμηση"
#: tabletree.src#STR_COULDNOTCREATE_DRIVERMANAGER.string.text
msgid "Cannot connect to the SDBC driver manager (#servicename#)."
-msgstr "Δεν ήταν δυνατόν να γίνει η σύνδεση με το πρόγραμμα διαχείρισης των προγραμμάτων οδήγησης SDBC (#servicename#)."
+msgstr "Αδυναμία σύνδεσης με τη διαχείριση οδηγού SDBC (#servicename#)."
#: tabletree.src#STR_NOREGISTEREDDRIVER.string.text
msgid "A driver is not registered for the URL #connurl#."
-msgstr "Δεν υπάρχει δηλωμένο πρόγραμμα οδήγησης για το URL #connurl#."
+msgstr "Δεν υπάρχει δηλωμένος οδηγός για το URL #connurl#."
#: tabletree.src#STR_COULDNOTCONNECT.string.text
msgid "No connection could be established for the URL #connurl#."
-msgstr "Δεν ήταν δυνατή η δημιουργία σύνδεσης για το URL #connurl#."
+msgstr "Αδυναμία σύνδεσης για το URL #connurl#."
#: tabletree.src#STR_COULDNOTCONNECT_PLEASECHECK.string.text
msgid "Please check the current settings, for example user name and password."
@@ -77,7 +80,7 @@ msgstr "Ελέγξτε τις τρέχουσες ρυθμίσεις, π.χ. όν
#: tabletree.src#STR_NOTABLEINFO.string.text
msgid "Successfully connected, but information about database tables is not available."
-msgstr "Η σύνδεση πέτυχε αλλά δεν ήταν δυνατόν να προσδιοριστούν πληροφορίες σχετικά με πίνακες στη βάση δεδομένων."
+msgstr "Η σύνδεση πέτυχε, αλλά πληροφορίες για τους πίνακες βάσης δεδομένων δεν είναι διαθέσιμες."
#: tabletree.src#STR_ALL_TABLES.string.text
msgid "All tables"
@@ -85,8 +88,8 @@ msgstr "Όλοι οι πίνακες"
#: tabletree.src#STR_ALL_VIEWS.string.text
msgid "All views"
-msgstr "Όλες οι προβολές των πινάκων"
+msgstr "Όλες οι προβολές"
#: tabletree.src#STR_ALL_TABLES_AND_VIEWS.string.text
msgid "All tables and views"
-msgstr "Όλοι οι πίνακες και όλες οι προβολές τους"
+msgstr "Όλοι οι πίνακες και οι προβολές"
diff --git a/translations/source/el/dbaccess/source/ui/dlg.po b/translations/source/el/dbaccess/source/ui/dlg.po
index f141940d636..d5692b8c564 100644
--- a/translations/source/el/dbaccess/source/ui/dlg.po
+++ b/translations/source/el/dbaccess/source/ui/dlg.po
@@ -1,19 +1,22 @@
#. extracted from dbaccess/source/ui/dlg.oo
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
+"Project-Id-Version: dbacces/source/ui/dlg\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-24 12:35+0200\n"
-"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-20 17:18+0200\n"
+"Last-Translator: Dimitris Spingos (Δημήτρης Σπίγγος) <dmtrs32@gmail.com>\n"
+"Language-Team: Greek <users@el.libreoffice.org>\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Virtaal 0.7.0\n"
"X-Accelerator-Marker: ~\n"
+"X-Project-Style: openoffice\n"
+"X-Poedit-Language: Greek\n"
+"X-Poedit-Country: Greece\n"
#: textconnectionsettings.src#DLG_TEXT_CONNECTION_SETTINGS.modaldialog.text
msgid "Text Connection Settings"
@@ -112,7 +115,7 @@ msgstr "Υπάρχει ήδη ένα άλλο ευρετήριο με το όν
#: indexdialog.src#STR_INDEXDESIGN_DOUBLE_COLUMN_NAME.string.text
msgid "In an index definition, no table column may occur more than once. However, you have entered column \"$name$\" twice."
-msgstr "Στην περίπτωση του ορισμού ενός ευρετηρίου επιτρέπεται η εμφάνιση κάθε στήλης μόνο μια φορά. Η στήλη \"$name$\" χρησιμοποιήθηκε όμως δύο φορές."
+msgstr "Στην περίπτωση του ορισμού ευρετηρίου επιτρέπεται η εμφάνιση κάθε στήλης μόνο μια φορά. Η στήλη \"$name$\" χρησιμοποιήθηκε όμως δύο φορές."
#: dlgattr.src#DLG_ATTR.1.pushbutton.text
msgid "Bac~k"
@@ -177,7 +180,7 @@ msgstr "Επόμε~νο"
#: paramdialog.src#DLG_PARAMETERS.STR_COULD_NOT_CONVERT_PARAM.string.text
msgid "The entry could not be converted to a valid value for the \"$name$\"column"
-msgstr "Δεν ήταν δυνατόν να γίνει η μετατροπή της εισαγωγής σε μια έγκυρη τιμή για την στήλη \"$name$\""
+msgstr "Αδυναμία μετατροπής της εισαγωγής σε μια έγκυρη τιμή για την στήλη \"$name$\""
#: paramdialog.src#DLG_PARAMETERS.modaldialog.text
msgid "Parameter Input"
@@ -185,7 +188,7 @@ msgstr "Εισαγωγή παραμέτρων"
#: dlgsave.src#DLG_SAVE_AS.FT_DESCRIPTION.fixedtext.text
msgid "Please enter a name for the object to be created:"
-msgstr "Παρακαλώ εισάγετε το όνομα του αντικειμένου που θα δημιουργηθεί:"
+msgstr "Παρακαλώ εισάγετε όνομα για το δημιουργούμενο αντικείμενο:"
#: dlgsave.src#DLG_SAVE_AS.FT_CATALOG.fixedtext.text
msgid "~Catalog"
@@ -246,7 +249,7 @@ msgstr "%PRODUCTNAME Base"
#: sqlmessage.src#STR_EXPLAN_STRINGCONVERSION_ERROR.string.text
msgid "A frequent reason for this error is an inappropriate character set setting for the language of your database. Check the setting by choosing Edit - Database - Properties."
-msgstr "Ένας συχνός λόγος για αυτό το σφάλμα είναι ένα ακατάλληλο σύνολο χαρακτήρων για τη γλώσσα της βάσης δεδομένων σας. Ελέγξτε τη ρύθμιση επιλέγοντας Επεξεργασία - Βάση δεδομένων - Ιδιότητες."
+msgstr "Ένας συχνός λόγος για αυτό το σφάλμα είναι ακατάλληλη ρύθμιση συνόλου χαρακτήρων για τη γλώσσα της βάσης δεδομένων σας. Ελέγξτε τη ρύθμιση επιλέγοντας Επεξεργασία - Βάση δεδομένων - Ιδιότητες."
#: sqlmessage.src#STR_EXCEPTION_ERROR.string.text
msgid "Error"
@@ -281,7 +284,7 @@ msgstr "-"
#: CollectionView.src#DLG_COLLECTION_VIEW.BTN_EXPLORERFILE_UP.imagebutton.quickhelptext
msgid "Up One Level"
-msgstr "Πάνω ένα επίπεδο"
+msgstr "Ένα επίπεδο επάνω"
#: CollectionView.src#DLG_COLLECTION_VIEW.FT_EXPLORERFILE_FILENAME.fixedtext.text
msgid "File ~name:"
@@ -312,7 +315,7 @@ msgstr "Το αρχείο υπάρχει ήδη. Να αντικατασταθε
#: dbadminsetup.src#DLG_DATABASE_WIZARD.STR_DBWIZARDTITLE.string.text
msgctxt "dbadminsetup.src#DLG_DATABASE_WIZARD.STR_DBWIZARDTITLE.string.text"
msgid "Database Wizard"
-msgstr "Πιλότος βάσης δεδομένων"
+msgstr "Οδηγός βάσης δεδομένων"
#: dbadminsetup.src#DLG_DATABASE_WIZARD.STR_PAGETITLE_INTROPAGE.string.text
msgid "Select database"
@@ -320,48 +323,48 @@ msgstr "Επιλογή βάσης δεδομένων"
#: dbadminsetup.src#DLG_DATABASE_WIZARD.STR_PAGETITLE_DBASE.string.text
msgid "Set up dBASE connection"
-msgstr "Ρύθμιση μιας σύνδεσης dBASE"
+msgstr "Ρύθμιση σύνδεσης dBASE"
#: dbadminsetup.src#DLG_DATABASE_WIZARD.STR_PAGETITLE_TEXT.string.text
msgctxt "dbadminsetup.src#DLG_DATABASE_WIZARD.STR_PAGETITLE_TEXT.string.text"
msgid "Set up a connection to text files"
-msgstr "Ρύθμιση μιας σύνδεσης σε αρχεία κειμένου"
+msgstr "Ρύθμιση σύνδεσης σε αρχεία κειμένου"
#: dbadminsetup.src#DLG_DATABASE_WIZARD.STR_PAGETITLE_MSACCESS.string.text
msgid "Set up Microsoft Access connection"
-msgstr "Ρύθμιση μιας σύνδεσης Microsoft Access"
+msgstr "Ρύθμιση σύνδεσης Microsoft Access"
#: dbadminsetup.src#DLG_DATABASE_WIZARD.STR_PAGETITLE_LDAP.string.text
msgid "Set up LDAP connection"
-msgstr "Ρύθμιση μιας σύνδεσης LDAP"
+msgstr "Ρύθμιση σύνδεσης LDAP"
#: dbadminsetup.src#DLG_DATABASE_WIZARD.STR_PAGETITLE_ADABAS.string.text
msgid "Set up Adabas D connection"
-msgstr "Ρύθμιση μιας σύνδεσης Adabas D"
+msgstr "Ρύθμιση σύνδεσης Adabas D"
#: dbadminsetup.src#DLG_DATABASE_WIZARD.STR_PAGETITLE_ADO.string.text
msgid "Set up ADO connection"
-msgstr "Ρύθμιση μιας σύνδεσης ADO"
+msgstr "Ρύθμιση σύνδεσης ADO"
#: dbadminsetup.src#DLG_DATABASE_WIZARD.STR_PAGETITLE_JDBC.string.text
msgid "Set up JDBC connection"
-msgstr "Ρύθμιση μιας σύνδεσης JDBC"
+msgstr "Ρύθμιση σύνδεσης JDBC"
#: dbadminsetup.src#DLG_DATABASE_WIZARD.STR_PAGETITLE_ORACLE.string.text
msgid "Set up Oracle database connection"
-msgstr "Ρύθμιση μιας σύνδεσης με βάση δεδομένων Oracle"
+msgstr "Ρύθμιση σύνδεσης με βάση δεδομένων Oracle"
#: dbadminsetup.src#DLG_DATABASE_WIZARD.STR_PAGETITLE_MYSQL.string.text
msgid "Set up MySQL connection"
-msgstr "Ρύθμιση μιας σύνδεσης MySQL"
+msgstr "Ρύθμιση σύνδεσης MySQL"
#: dbadminsetup.src#DLG_DATABASE_WIZARD.STR_PAGETITLE_ODBC.string.text
msgid "Set up ODBC connection"
-msgstr "Ρύθμιση μιας σύνδεσης ODBC"
+msgstr "Ρύθμιση σύνδεσης ODBC"
#: dbadminsetup.src#DLG_DATABASE_WIZARD.STR_PAGETITLE_SPREADSHEET.string.text
msgid "Set up Spreadsheet connection"
-msgstr "Ρύθμιση μιας σύνδεσης με Υπολογιστικό φύλλο"
+msgstr "Ρύθμιση σύνδεσης υπολογιστικού φύλλου"
#: dbadminsetup.src#DLG_DATABASE_WIZARD.STR_PAGETITLE_AUTHENTIFICATION.string.text
msgid "Set up user authentication"
@@ -378,7 +381,7 @@ msgstr "Αποθήκευση και συνέχεια"
#: dbadminsetup.src#DLG_DATABASE_WIZARD.modaldialog.text
msgctxt "dbadminsetup.src#DLG_DATABASE_WIZARD.modaldialog.text"
msgid "Database Wizard"
-msgstr "Πιλότος βάσης δεδομένων"
+msgstr "Οδηγός βάσης δεδομένων"
#: dbadminsetup.src#STR_DATABASEDEFAULTNAME.string.text
msgid "New Database"
@@ -386,14 +389,14 @@ msgstr "Νέα βάση δεδομένων"
#: dbadminsetup.src#PAGE_DBWIZARD_MYSQL_INTRO.FT_MYSQL_HEADERTEXT.fixedtext.text
msgid "Set up a connection to a MySQL database"
-msgstr "Ρύθμιση μιας σύνδεσης με μία βάση δεδομένων MySQL"
+msgstr "Ρύθμιση σύνδεσης με μία βάση δεδομένων MySQL"
#: dbadminsetup.src#PAGE_DBWIZARD_MYSQL_INTRO.FT_MYSQL_HELPTEXT.fixedtext.text
msgid ""
"You can connect to a MySQL database using either ODBC or JDBC.\n"
"Please contact your system administrator if you are unsure about the following settings."
msgstr ""
-"Μπορείτε να συνδεθείτε με μια βάση δεδομένων MySQL χρησιμοποιώντας ODBC ή JDBC.\n"
+"Μπορείτε να συνδεθείτε με βάση δεδομένων MySQL χρησιμοποιώντας ODBC ή JDBC.\n"
"Παρακαλούμε επικοινωνήστε με το διαχειριστή του συστήματός σας αν δεν είστε σίγουροι για τις ακόλουθες ρυθμίσεις."
#: dbadminsetup.src#PAGE_DBWIZARD_MYSQL_INTRO.FT_MYSQLCONNECTIONMODE.fixedtext.text
@@ -418,7 +421,7 @@ msgstr "Ρύθμιση πιστοποίησης χρήστη"
#: dbadminsetup.src#PAGE_DBWIZARD_AUTHENTIFICATION.FT_AUTHENTIFICATIONHELPTEXT.fixedtext.text
msgid "Some databases require you to enter a user name."
-msgstr "Κάποιες βάσεις δεδομένων απαιτούν να εισάγετε ένα όνομα χρήστη."
+msgstr "Κάποιες βάσεις δεδομένων απαιτούν να εισάγετε όνομα χρήστη."
#: dbadminsetup.src#PAGE_DBWIZARD_AUTHENTIFICATION.FT_GENERALUSERNAME.fixedtext.text
msgctxt "dbadminsetup.src#PAGE_DBWIZARD_AUTHENTIFICATION.FT_GENERALUSERNAME.fixedtext.text"
@@ -435,7 +438,7 @@ msgstr "~Δοκιμή σύνδεσης"
#: dbadminsetup.src#PAGE_DBWIZARD_FINAL.FT_FINALHEADER.fixedtext.text
msgid "Decide how to proceed after saving the database"
-msgstr "Αποφασίστε πως θα προχωρήσετε μετά την αποθήκευση της βάσης δεδομένων"
+msgstr "Αποφασίστε πώς θα προχωρήσετε μετά την αποθήκευση της βάσης δεδομένων"
#: dbadminsetup.src#PAGE_DBWIZARD_FINAL.FT_FINALHELPTEXT.fixedtext.text
msgid "Do you want the wizard to register the database in %PRODUCTNAME?"
@@ -443,7 +446,7 @@ msgstr "Θέλετε ο οδηγός να καταχωρίσει τη βάση
#: dbadminsetup.src#PAGE_DBWIZARD_FINAL.RB_REGISTERDATASOURCE.radiobutton.text
msgid "~Yes, register the database for me"
-msgstr "~Ναι, να γίνει καταχώριση της βάσης δεδομένων"
+msgstr "~Ναι, να γίνει καταχώριση της βάσης δεδομένων για μένα"
#: dbadminsetup.src#PAGE_DBWIZARD_FINAL.RB_DONTREGISTERDATASOURCE.radiobutton.text
msgid "N~o, do not register the database"
@@ -459,22 +462,22 @@ msgstr "Άνοιγμα της βάσης δεδομένων για επεξερ
#: dbadminsetup.src#PAGE_DBWIZARD_FINAL.CB_STARTTABLEWIZARD.checkbox.text
msgid "Create tables using the table wizard"
-msgstr "Δημιουργία πινάκων χρησιμοποιώντας τον αυτόματο πιλότο πίνακα"
+msgstr "Δημιουργία πινάκων χρησιμοποιώντας τον οδηγό πίνακα"
#: dbadminsetup.src#PAGE_DBWIZARD_FINAL.FT_FINALTEXT.fixedtext.text
msgid "Click 'Finish' to save the database."
-msgstr "Κάντε κλικ στο 'Τέλος' για να αποθηκευτεί η βάση δεδομένων."
+msgstr "Κλικ στο 'Τέλος' για να αποθηκευτεί η βάση δεδομένων."
#: dbadminsetup.src#PAGE_DBWIZARD_MYSQL_JDBC.STR_MYSQLJDBC_HEADERTEXT.string.text
msgid "Set up connection to a MySQL database using JDBC"
-msgstr "Ρύθμιση μιας σύνδεσης με μία βάση δεδομένων χρησιμοποιώντας JDBC"
+msgstr "Ρύθμιση σύνδεσης με βάση δεδομένων χρησιμοποιώντας JDBC"
#: dbadminsetup.src#PAGE_DBWIZARD_MYSQL_JDBC.STR_MYSQLJDBC_HELPTEXT.string.text
msgid ""
"Please enter the required information to connect to a MySQL database using JDBC. Note that a JDBC driver class must be installed on your system and registered with %PRODUCTNAME.\n"
"Please contact your system administrator if you are unsure about the following settings."
msgstr ""
-"Παρακαλούμε συμπληρώστε τις απαιτούμενες πληροφορίες για να συνδεθείτε με μία βάση δεδομένων MySQL χρησιμοποιώντας JDBC. Σημειώστε ότι θα πρέπει να είναι εγκατεστημένος στο σύστημά σας μία κλάση οδηγού JDBC και να είναι καταχωρημένη στο %PRODUCTNAME.\n"
+"Παρακαλούμε συμπληρώστε τις απαιτούμενες πληροφορίες για σύνδεση με βάση δεδομένων MySQL χρησιμοποιώντας JDBC. Σημειώστε ότι θα πρέπει να είναι εγκατεστημένη στο σύστημά σας μία κλάση οδηγού JDBC και να είναι καταχωρημένη στο %PRODUCTNAME.\n"
"Παρακαλούμε επικοινωνήστε με το διαχειριστή του συστήματός σας αν δεν είστε σίγουροι για τις ακόλουθες ρυθμίσεις."
#: dbadminsetup.src#PAGE_DBWIZARD_MYSQL_JDBC.STR_MYSQL_DRIVERCLASSTEXT.string.text
@@ -488,15 +491,15 @@ msgstr "Προεπιλογή: 3306"
#: dbadminsetup.src#PAGE_DBWIZARD_MYSQL_NATIVE.FT_SETUP_WIZARD_HEADER.fixedtext.text
msgid "Set up connection to a MySQL database"
-msgstr "Ρύθμιση μιας σύνδεσης με μία βάση δεδομένων MySQL"
+msgstr "Ρύθμιση σύνδεσης με βάση δεδομένων MySQL"
#: dbadminsetup.src#PAGE_DBWIZARD_MYSQL_NATIVE.FT_SETUP_WIZARD_HELP.fixedtext.text
msgid "Please enter the required information to connect to a MySQL database."
-msgstr "Εισάγετε τις απαραίτητες πληροφορίες για τη σύνδεση με μία βάση δεδομένων MySQL."
+msgstr "Εισάγετε τις απαραίτητες πληροφορίες για τη σύνδεση με βάση δεδομένων MySQL."
#: dbadminsetup.src#PAGE_DBWIZARD_DBASE.STR_DBASE_HEADERTEXT.string.text
msgid "Set up a connection to dBASE files"
-msgstr "Ρύθμιση μιας σύνδεσης σε αρχεία dBASE"
+msgstr "Ρύθμιση σύνδεσης σε αρχεία dBASE"
#: dbadminsetup.src#PAGE_DBWIZARD_DBASE.STR_DBASE_HELPTEXT.string.text
msgid "Select the folder where the dBASE files are stored."
@@ -505,7 +508,7 @@ msgstr "Επιλέξτε το φάκελο όπου είναι αποθηκευ
#: dbadminsetup.src#PAGE_DBWIZARD_TEXT.STR_TEXT_HEADERTEXT.string.text
msgctxt "dbadminsetup.src#PAGE_DBWIZARD_TEXT.STR_TEXT_HEADERTEXT.string.text"
msgid "Set up a connection to text files"
-msgstr "Ρύθμιση μιας σύνδεσης σε αρχεία κειμένου"
+msgstr "Ρύθμιση σύνδεσης σε αρχεία κειμένου"
#: dbadminsetup.src#PAGE_DBWIZARD_TEXT.STR_TEXT_HELPTEXT.string.text
msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode."
@@ -513,11 +516,11 @@ msgstr "Επιλέξτε το φάκελο όπου είναι αποθηκευ
#: dbadminsetup.src#PAGE_DBWIZARD_TEXT.STR_TEXT_PATH_OR_FILE.string.text
msgid "Path to text files"
-msgstr "Η διαδρομή προς τα αρχεία"
+msgstr "Η διαδρομή προς τα αρχεία κειμένου"
#: dbadminsetup.src#PAGE_DBWIZARD_MSACCESS.STR_MSACCESS_HEADERTEXT.string.text
msgid "Set up a connection to a Microsoft Access database"
-msgstr "Ρύθμιση μιας σύνδεσης με μία βάση δεδομένων Microsoft Access"
+msgstr "Ρύθμιση σύνδεσης με βάση δεδομένων Microsoft Access"
#: dbadminsetup.src#PAGE_DBWIZARD_MSACCESS.STR_MSACCESS_HELPTEXT.string.text
msgid "Please select the Microsoft Access file you want to access."
@@ -525,7 +528,7 @@ msgstr "Παρακαλούμε επιλέξτε το αρχείο της Microso
#: dbadminsetup.src#PAGE_DBWIZARD_LDAP.FT_LDAP_HEADERTEXT.fixedtext.text
msgid "Set up a connection to an LDAP directory"
-msgstr "Ρύθμιση μιας σύνδεσης με έναν κατάλογο LDAP"
+msgstr "Ρύθμιση σύνδεσης με κατάλογο LDAP"
#: dbadminsetup.src#PAGE_DBWIZARD_LDAP.FT_LDAP_HELPTEXT.fixedtext.text
msgid ""
@@ -545,7 +548,7 @@ msgstr "Χρήση α~σφαλούς σύνδεσης (SSL)"
#: dbadminsetup.src#PAGE_DBWIZARD_ADABAS.STR_ADABAS_HEADERTEXT.string.text
msgid "Set up a connection to an Adabas D database"
-msgstr "Ρύθμιση μιας σύνδεσης με μια βάση δεδομένων Adabas D"
+msgstr "Ρύθμιση σύνδεσης με βάση δεδομένων Adabas D"
#: dbadminsetup.src#PAGE_DBWIZARD_ADABAS.STR_ADABAS_HELPTEXT.string.text
msgid ""
@@ -553,7 +556,7 @@ msgid ""
"Click 'Browse...' to select an Adabas D database that is already registered in %PRODUCTNAME."
msgstr ""
"Δώστε το όνομα της βάσης δεδομένων Adabas D στην οποία θέλετε να συνδεθείτε.\n"
-"Κάντε κλικ στο 'Εξερεύνηση...' για να επιλέξετε μία βάση δεδομένων Adabas D που είναι ήδη καταχωρημένη στο %PRODUCTNAME."
+"Κλικ στο 'Εξερεύνηση...' για να επιλέξετε μία βάση δεδομένων Adabas D που είναι ήδη καταχωρημένη στο %PRODUCTNAME."
#: dbadminsetup.src#PAGE_DBWIZARD_ADO.STR_ADO_HEADERTEXT.string.text
msgid "Set up a connection to an ADO database"
@@ -566,12 +569,12 @@ msgid ""
"Please contact your system administrator if you are unsure about the following settings."
msgstr ""
"Παρακαλούμε δώστε το URL της προέλευσης δεδομένων ADO στην οποία θέλετε να συνδεθείτε.\n"
-"Κάντε κλικ στο 'Εξερεύνηση...' για να διαμορφώσετε ρυθμίσεις σχετικά με τον πάροχο.\n"
+"Κάντε κλικ στο 'Εξερεύνηση' για να διαμορφώσετε τις ρυθμίσεις του παρόχου.\n"
"Παρακαλούμε επικοινωνήστε με το διαχειριστή του συστήματός σας αν δεν είστε σίγουροι για τις ακόλουθες ρυθμίσεις."
#: dbadminsetup.src#PAGE_DBWIZARD_ODBC.STR_ODBC_HEADERTEXT.string.text
msgid "Set up a connection to an ODBC database"
-msgstr "Ρύθμιση μιας σύνδεσης με μια βάση δεδομένων ODBC"
+msgstr "Ρύθμιση σύνδεσης με βάση δεδομένων ODBC"
#: dbadminsetup.src#PAGE_DBWIZARD_ODBC.STR_ODBC_HELPTEXT.string.text
msgid ""
@@ -580,12 +583,12 @@ msgid ""
"Please contact your system administrator if you are unsure about the following settings."
msgstr ""
"Δώστε το όνομα της βάσης δεδομένων ODBC στην οποία θέλετε να συνδεθείτε.\n"
-"Κάντε κλικ στο 'Εξερεύνηση...' για να επιλέξετε μία βάση δεδομένων ODBC που είναι ήδη καταχωρημένη στο %PRODUCTNAME.\n"
+"Κλικ στο 'Εξερεύνηση...' για να επιλέξετε μία βάση δεδομένων ODBC που είναι ήδη καταχωρημένη στο %PRODUCTNAME.\n"
"Παρακαλούμε επικοινωνήστε με το διαχειριστή του συστήματός σας αν δεν είστε σίγουροι για τις ακόλουθες ρυθμίσεις."
#: dbadminsetup.src#PAGE_DBWIZARD_JDBC.STR_JDBC_HEADERTEXT.string.text
msgid "Set up a connection to a JDBC database"
-msgstr "Ρύθμιση μιας σύνδεσης με μια βάση δεδομένων JDBC"
+msgstr "Ρύθμιση σύνδεσης με βάση δεδομένων JDBC"
#: dbadminsetup.src#PAGE_DBWIZARD_JDBC.STR_JDBC_HELPTEXT.string.text
msgid ""
@@ -597,7 +600,7 @@ msgstr ""
#: dbadminsetup.src#PAGE_DBWIZARD_ORACLE.STR_ORACLE_HEADERTEXT.string.text
msgid "Set up a connection to an Oracle database"
-msgstr "Ρύθμιση μιας σύνδεσης με μια βάση δεδομένων Oracle"
+msgstr "Ρύθμιση σύνδεσης με βάση δεδομένων Oracle"
#: dbadminsetup.src#PAGE_DBWIZARD_ORACLE.STR_ORACLE_DEFAULT.string.text
msgid "Default: 1521"
@@ -612,19 +615,19 @@ msgid ""
"Please enter the required information to connect to an Oracle database.Note that a JDBC Driver Class must be installed on your system and registered with %PRODUCTNAME.\n"
"Please contact your system administrator if you are unsure about the following settings."
msgstr ""
-"Παρακαλούμε συμπληρώστε τις απαραίτητες πληροφορίες για να συνδεθείτε με μία βάση δεδομένων Oracle.Σημειώστε ότι θα πρέπει να είναι εγκατεστημένος στο σύστημά σας μία κλάση οδηγού JDBC και να είναι καταχωρημένη στο %PRODUCTNAME.\n"
+"Παρακαλούμε συμπληρώστε τις απαραίτητες πληροφορίες για να συνδεθείτε με βάση δεδομένων Oracle.Σημειώστε ότι θα πρέπει να είναι εγκατεστημένη στο σύστημά σας μία κλάση οδηγού JDBC και να είναι καταχωρημένη στο %PRODUCTNAME.\n"
"Παρακαλούμε επικοινωνήστε με το διαχειριστή του συστήματός σας αν δεν είστε σίγουροι για τις ακόλουθες ρυθμίσεις."
#: dbadminsetup.src#PAGE_DBWIZARD_SPREADSHEET.STR_SPREADSHEET_HEADERTEXT.string.text
msgid "Set up a connection to spreadsheets"
-msgstr "Ρύθμιση μιας σύνδεσης με υπολογιστικά φύλλα"
+msgstr "Ρύθμιση σύνδεσης με υπολογιστικά φύλλα"
#: dbadminsetup.src#PAGE_DBWIZARD_SPREADSHEET.STR_SPREADSHEET_HELPTEXT.string.text
msgid ""
"Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n"
"%PRODUCTNAME will open this file in read-only mode."
msgstr ""
-"Κάντε κλικ στο 'Εξερεύνηση...' για να επιλέξετε ένα υπολογιστικό φύλλο του %PRODUCTNAME ή ένα βιβλίο Microsoft Excel.\n"
+"Κλικ στο 'Εξερεύνηση...' για να επιλέξετε υπολογιστικό φύλλο του %PRODUCTNAME ή βιβλίο εργασίας Microsoft Excel.\n"
"Το %PRODUCTNAME θα ανοίξει αυτό το αρχείο σε λειτουργία μόνο για ανάγνωση."
#: dbadminsetup.src#PAGE_DBWIZARD_SPREADSHEET.STR_SPREADSHEETPATH.string.text
@@ -669,7 +672,7 @@ msgstr "Η εντολή εκτελέστηκε με επιτυχία."
#: directsql.src#STR_DIRECTSQL_CONNECTIONLOST.string.text
msgid "The connection to the database has been lost. This dialog will be closed."
-msgstr "Η σύνδεση με τη βάση δεδομένων έχει διακοπεί. Αυτό το παράθυρο διαλόγου θα κλείσει."
+msgstr "Η σύνδεση με τη βάση δεδομένων έχει διακοπεί. Αυτός ο διάλογος θα κλείσει."
#: queryorder.src#DLG_ORDERCRIT.LB_ORDERVALUE1.1.stringlist.text
msgctxt "queryorder.src#DLG_ORDERCRIT.LB_ORDERVALUE1.1.stringlist.text"
@@ -769,7 +772,7 @@ msgstr "Ιδιότητες JDBC"
#: ConnectionPage.src#PAGE_CONNECTION.FT_JDBCDRIVERCLASS.fixedtext.text
msgid "~JDBC driver class"
-msgstr "Κλάση προγράμματος οδήγησης ~JDBC"
+msgstr "Κλάση οδηγού ~JDBC"
#: ConnectionPage.src#PAGE_CONNECTION.PB_TESTDRIVERCLASS.pushbutton.text
msgid "Test Class"
@@ -781,7 +784,7 @@ msgstr "Δοκιμή σύνδεσης"
#: ConnectionPage.src#STR_NO_ADABASE_DATASOURCES.string.text
msgid "No Adabas D data sources were found on your system."
-msgstr "Δεν βρέθηκε καμία προέλευση δεδομένων του Adabas D στο σύστημα σας."
+msgstr "Δεν βρέθηκε προέλευση δεδομένων του Adabas D στο σύστημά σας."
#: ConnectionPage.src#STR_CONNECTION_TEST.string.text
msgid "Connection Test"
@@ -793,7 +796,7 @@ msgstr "Η σύνδεση πραγματοποιήθηκε επιτυχώς."
#: ConnectionPage.src#STR_CONNECTION_NO_SUCCESS.string.text
msgid "The connection could not be established."
-msgstr "Η σύνδεση δεν μπόρεσε να πραγματοποιηθεί."
+msgstr "Αδυναμία σύνδεσης."
#: ConnectionPage.src#STR_JDBCDRIVER_SUCCESS.string.text
msgid "The JDBC driver was loaded successfully."
@@ -801,7 +804,7 @@ msgstr "Ο οδηγός JDBC φορτώθηκε επιτυχώς."
#: ConnectionPage.src#STR_JDBCDRIVER_NO_SUCCESS.string.text
msgid "The JDBC driver could not be loaded."
-msgstr "Δεν ήταν δυνατή η φόρτωση του οδηγού JDBC."
+msgstr "Αδυναμία φόρτωσης του οδηγού JDBC."
#: ConnectionPage.src#STR_MSACCESS_FILTERNAME.string.text
msgid "MS Access file"
@@ -841,7 +844,7 @@ msgstr "Ελεύ~θερη μνήμη (MB):"
#: AdabasStat.src#DLG_ADABASSTAT.FT_MEMORYUSING.fixedtext.text
msgid "~Memory utilization (in %):"
-msgstr "Κατάληψη ~μνήμης (σε %):"
+msgstr "Χρήση ~μνήμης (σε %):"
#: AdabasStat.src#DLG_ADABASSTAT.modaldialog.text
msgid "Database Statistics"
@@ -849,7 +852,7 @@ msgstr "Στατιστικά βάσης δεδομένων"
#: AdabasStat.src#STR_ADABAS_HELP_SYSDEVSPACE.string.text
msgid "Contains the system tables"
-msgstr "Περιέχει τους πίνακες του συστήματος"
+msgstr "Περιέχει τους πίνακες συστήματος"
#: AdabasStat.src#STR_ADABAS_HELP_TRANSACT.string.text
msgid "Contains information about transaction"
@@ -869,11 +872,11 @@ msgstr "Τρέχων διαθέσιμος χώρος πριν την δημιο
#: AdabasStat.src#STR_ADABAS_HELP_MEMORYUSING.string.text
msgid "Currently used memory"
-msgstr "Μνήμη που χρησιμοποιείται"
+msgstr "Χρησιμοποιούμενη μνήμη"
#: AdabasStat.src#STR_ADABAS_ERROR_SYSTEMTABLES.string.text
msgid "No information could be displayed because no access rights exist for the required system tables."
-msgstr "Δεν ήταν δυνατή η εμφάνιση πληροφοριών, επειδή δεν υπάρχουν δικαιώματα πρόσβασης για τους απαιτούμενους πίνακες συστήματος."
+msgstr "Αδυναμία εμφάνισης πληροφοριών, επειδή δεν υπάρχουν δικαιώματα πρόσβασης για τους απαιτούμενους πίνακες συστήματος."
#: UserAdminDlg.src#DLG_DATABASE_USERADMIN.STR_PAGETITLE_USERADMIN.string.text
msgid "User Settings"
@@ -998,7 +1001,7 @@ msgstr "Προσθήκη του ψευδωνύμου του πίνακα στι
#: advancedsettings.src#AUTO_AS_BEFORE_CORR_NAME_AUTO_Y_.CB_AS_BEFORE_CORR_NAME.checkbox.text
msgid "Use keyword AS before table alias names"
-msgstr "Χρήση της λέξης-κλειδί AS πριν από τα ονόματα alias πίνακα"
+msgstr "Χρήση της λέξης-κλειδί AS πριν από τα ψευδώνυμα πίνακα"
#: advancedsettings.src#AUTO_ENABLEOUTERJOIN_AUTO_Y_.CB_ENABLEOUTERJOIN.checkbox.text
msgid "Use Outer Join syntax '{OJ }'"
@@ -1066,11 +1069,11 @@ msgstr "Μικτή"
#: advancedsettings.src#WORKAROUND.4.stringlist.text
msgid "MS Access"
-msgstr "Αρχείο MS Access"
+msgstr "MS Access"
#: advancedsettings.src#AUTO_BOOLEANCOMPARISON_AUTO_Y_.FT_BOOLEANCOMPARISON.fixedtext.text
msgid "Comparison of Boolean values"
-msgstr "Σύγκριση Λογικών τιμών"
+msgstr "Σύγκριση τιμών Μπουλ"
#: advancedsettings.src#AUTO_MAXROWSCAN_AUTO_Y_.FT_MAXROWSCAN.fixedtext.text
msgid "Rows to scan column types"
@@ -1082,11 +1085,11 @@ msgstr "Ρυθμίσεις"
#: advancedsettings.src#PAGE_GENERATED_VALUES.CB_RETRIEVE_AUTO.checkbox.text
msgid "Re~trieve generated values"
-msgstr "Ανάκληση των παραγόμενων ~τιμών"
+msgstr "Ανάκτηση των παραγόμενων ~τιμών"
#: advancedsettings.src#PAGE_GENERATED_VALUES.FT_AUTOINCREMENTVALUE.fixedtext.text
msgid "~Auto-increment statement"
-msgstr "Αυτόματη αύ~ξηση έκφρασης"
+msgstr "Αυτόματη αύ~ξηση δήλωσης"
#: advancedsettings.src#PAGE_GENERATED_VALUES.FT_RETRIEVE_AUTO.fixedtext.text
msgid "~Query of generated values"
@@ -1191,7 +1194,7 @@ msgstr "Ονομασμένη σω~λήνωση"
#: dbadmin2.src#STR_ENTER_CONNECTION_PASSWORD.string.text
msgid "A password is needed to connect to the data source \"$name$\"."
-msgstr "Για να γίνει η σύνδεση με την προέλευση των δεδομένων \"$name$\" απαιτείται η εισαγωγή του κωδικού πρόσβασης."
+msgstr "Για να συνδεθείτε με την πηγή των δεδομένων \"$name$\" απαιτείται η εισαγωγή του κωδικού πρόσβασης."
#: dbadmin2.src#STR_ASK_FOR_DIRECTORY_CREATION.string.text
msgid ""
@@ -1209,11 +1212,11 @@ msgstr ""
#: dbadmin2.src#STR_COULD_NOT_CREATE_DIRECTORY.string.text
msgid "The directory $name$ could not be created."
-msgstr "Δεν ήταν δυνατή η δημιουργία του καταλόγου $name$."
+msgstr "Αδυναμία δημιουργίας του καταλόγου $name$."
#: dbadmin2.src#DLG_DOMAINPASSWORD.FT_PASSWORD.fixedline.text
msgid "Please enter the ~password for the user 'DOMAIN'."
-msgstr "Παρακαλούμε δώστε τον κ~ωδικό πρόσβασης για το χρήστη 'DOMAIN'."
+msgstr "Παρακαλούμε δώστε τον κ~ωδικό για το χρήστη 'DOMAIN'."
#: dbadmin2.src#DLG_DOMAINPASSWORD.modaldialog.text
msgid "Convert Database"
@@ -1291,7 +1294,7 @@ msgstr "Σχέσεις"
#: dsselect.src#DLG_DATASOURCE_SELECTION.FT_DESCRIPTION.fixedtext.text
msgid "Choose a data source:"
-msgstr "Επιλέξτε μια προέλευση δεδομένων:"
+msgstr "Επιλέξτε προέλευση δεδομένων:"
#: dsselect.src#DLG_DATASOURCE_SELECTION.PB_MANAGE.pushbutton.text
msgid "Organize..."
@@ -1307,7 +1310,7 @@ msgstr "Τοπικές βάσεις δεδομένων"
#: dsselect.src#DLG_DATASOURCE_SELECTION.STR_DESCRIPTION2.string.text
msgid "Choose a database"
-msgstr "Επιλέξτε μια βάση δεδομένων"
+msgstr "Επιλέξτε βάση δεδομένων"
#: dsselect.src#DLG_DATASOURCE_SELECTION.modaldialog.text
msgid "Data Source"
@@ -1347,7 +1350,7 @@ msgstr "Αρχείο βάσης δεδομένων Microsoft Access"
#: AutoControls.src#STR_NO_ADDITIONAL_SETTINGS.string.text
msgid "No more settings are necessary. To verify that the connection is working, click the '%test' button."
-msgstr "Δεν είναι απαραίτητες περισσότερες ρυθμίσεις. Κάντε κλικ στο κουμπί '%test', για να επαληθεύσετε ότι η σύνδεση λειτουργεί."
+msgstr "Δεν είναι απαραίτητες περισσότερες ρυθμίσεις. Κλικ στο κουμπί '%test', για να επαληθεύσετε ότι η σύνδεση λειτουργεί."
#: AutoControls.src#STR_COMMONURL.string.text
msgid "Datasource URL"
@@ -1409,11 +1412,11 @@ msgstr "Ιδιότητες βάσης δεδομένων"
#: dbadmin.src#PAGE_GENERAL.FT_GENERALHEADERTEXT.fixedtext.text
msgid "Welcome to the %PRODUCTNAME Database Wizard"
-msgstr "Καλώς ήρθατε στο αυτόματο πιλότο Βάσης Δεδομένων %PRODUCTNAME"
+msgstr "Καλώς ήρθατε στον οδηγό βάσης δεδομένων %PRODUCTNAME"
#: dbadmin.src#PAGE_GENERAL.FT_GENERALHELPTEXT.fixedtext.text
msgid "Use the Database Wizard to create a new database, open an existing database file, or connect to a database stored on a server."
-msgstr "Χρήση του Αυτόματου πιλότου βάσης δεδομένων για τη δημιουργία μιας νέας βάσης δεδομένων, το άνοιγμα μιας υπάρχουσας βάσης, ή τη σύνδεση σε μια βάση που είναι αποθηκευμένη σε έναν εξυπηρετητή."
+msgstr "Χρήση του οδηγού βάσης δεδομένων για τη δημιουργία μιας νέας βάσης δεδομένων, το άνοιγμα μιας υπάρχουσας βάσης, ή τη σύνδεση με αποθηκευμένη βάση δεδομένων σε εξυπηρετητή."
#: dbadmin.src#PAGE_GENERAL.FT_DATASOURCEHEADER.fixedtext.text
msgid "What do you want to do?"
@@ -1433,7 +1436,7 @@ msgstr "Πρόσφατα"
#: dbadmin.src#PAGE_GENERAL.RB_GETEXISTINGDATABASE.radiobutton.text
msgid "Connect to an e~xisting database"
-msgstr "Σύνδεση με μια υ~πάρχουσα βάση δεδομένων"
+msgstr "Σύνδεση με υ~πάρχουσα βάση δεδομένων"
#: dbadmin.src#PAGE_GENERAL.FT_DATASOURCETYPE_PRE.fixedtext.text
msgid "Select the type of database to which you want to establish a connection."
@@ -1467,15 +1470,15 @@ msgstr "Ιδιότητες προέλευσης δεδομένων: #"
#: dbadmin.src#PAGE_GENERAL.STR_COULDNOTLOAD_ODBCLIB.string.text
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
-msgstr "Δεν ήταν δυνατή η φόρτωση της βιβλιοθήκης προγραμμάτων #lib# ή είναι κατεστραμμένη. Η επιλογή προέλευσης δεδομένων ODBC δεν είναι διαθέσιμη."
+msgstr "Δεν ήταν δυνατή η φόρτωση της βιβλιοθήκης προγραμμάτος #lib# ή είναι κατεστραμμένη. Η επιλογή προέλευσης δεδομένων ODBC δεν είναι διαθέσιμη."
#: dbadmin.src#PAGE_GENERAL.STR_UNSUPPORTED_DATASOURCE_TYPE.string.text
msgid ""
"This kind of data source is not supported on this platform.\n"
"You are allowed to change the settings, but you probably will not be able to connect to the database."
msgstr ""
-"Αυτού του τύπου η προέλευση δεδομένων δεν υποστηρίζεται σε αυτήν την πλατφόρμα.\n"
-"Επιτρέπεται να αλλάξετε τις ρυθμίσεις, αλλά πιθανότατα δεν θα μπορέσετε να συνδεθείτε με τη βάση δεδομένων."
+"Αυτού του τύπου η προέλευση δεδομένων δεν υποστηρίζεται σε αυτό το λειτουργικό.\n"
+"Επιτρέπεται να αλλάξετε τις ρυθμίσεις, αλλά πιθανόν δεν θα μπορέσετε να συνδεθείτε με τη βάση δεδομένων."
#: dbadmin.src#PAGE_GENERAL.tabpage.text
msgctxt "dbadmin.src#PAGE_GENERAL.tabpage.text"
@@ -1614,7 +1617,7 @@ msgstr "~Ρυθμίσεις οδηγού"
#: dbadmin.src#STR_ERR_USE_CONNECT_TO.string.text
msgid "Please choose 'Connect to an existing database' to connect to an existing database instead."
-msgstr "Παρακαλώ επιλέξτε 'Σύνδεση σε μια υπάρχουσα βάση δεδομένων' για να συνδεθείτε με μια υπάρχουσα βάση δεδομένων αντ' αυτού."
+msgstr "Παρακαλώ επιλέξτε 'Σύνδεση σε υπάρχουσα βάση δεδομένων' για να συνδεθείτε με μια υπάρχουσα βάση δεδομένων αντ' αυτού."
#: AutoControls_tmpl.hrc#AUTO_BROWSECONTROLGROUP__AUTO_X__AUTO_Y__AUTOPAGE_X__AUTO_HID__AUTO_HID2_.PB_AUTOBROWSEURL.pushbutton.text
msgid "Browse"
@@ -1707,11 +1710,11 @@ msgstr "Τα #1 και #2 πρέπει να διαφέρουν."
#: AutoControls_tmpl.hrc#STR_AUTONO_WILDCARDS.string.text
msgid "Wildcards such as ?,* are not allowed in #1."
-msgstr "Δεν επιτρέπονται τα σύμβολα κράτησης θέσης όπως ?,* στο #1."
+msgstr "Δεν επιτρέπονται μπαλαντέρ όπως ?,* στο #1."
#: AutoControls_tmpl.hrc#AUTO_JDBCDRIVERCLASSGROUP_AUTO_Y__AUTO_HID__AUTO_HID2_.FT_AUTOJDBCDRIVERCLASS.fixedtext.text
msgid "JDBC d~river class"
-msgstr "Κλάση προγράμματος ο~δήγησης JDBC"
+msgstr "Κλάση ο~δηγού JDBC"
#: AutoControls_tmpl.hrc#AUTO_JDBCDRIVERCLASSGROUP_AUTO_Y__AUTO_HID__AUTO_HID2_.PB_AUTOTESTDRIVERCLASS.pushbutton.text
msgctxt "AutoControls_tmpl.hrc#AUTO_JDBCDRIVERCLASSGROUP_AUTO_Y__AUTO_HID__AUTO_HID2_.PB_AUTOTESTDRIVERCLASS.pushbutton.text"
diff --git a/translations/source/el/dbaccess/source/ui/inc.po b/translations/source/el/dbaccess/source/ui/inc.po
index a4b8f3de950..2c1e5950ffd 100644
--- a/translations/source/el/dbaccess/source/ui/inc.po
+++ b/translations/source/el/dbaccess/source/ui/inc.po
@@ -1,23 +1,26 @@
#. extracted from dbaccess/source/ui/inc.oo
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
+"Project-Id-Version: dbaccess/source/ui/inc.po\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-24 12:15+0200\n"
-"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-20 17:25+0200\n"
+"Last-Translator: Dimitris Spingos (Δημήτρης Σπίγγος) <dmtrs32@gmail.com>\n"
+"Language-Team: Greek <users@el.libreoffice.org>\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Virtaal 0.7.0\n"
"X-Accelerator-Marker: ~\n"
+"X-Project-Style: openoffice\n"
+"X-Poedit-Language: Greek\n"
+"X-Poedit-Country: Greece\n"
#: toolbox_tmpl.hrc#MID_SBA_QRY_REFRESH.#define.text
msgid "Refresh"
-msgstr "Ενημέρωση"
+msgstr "Ανανέωση"
#: toolbox_tmpl.hrc#MID_NEW_VIEW_DESIGN.#define.text
msgid "New ~View Design"
@@ -25,7 +28,7 @@ msgstr "Νέος σχεδιασμός ~προβολής"
#: toolbox_tmpl.hrc#MID_NEW_TABLE_DESIGN.#define.text
msgid "New ~Table Design"
-msgstr "Νέο ~σχέδιο πίνακα"
+msgstr "Νέο ~σχεδιασμός πίνακα"
#: toolbox_tmpl.hrc#MID_QUERY_WIZARD.#define.text
msgid "Query AutoPilot..."
@@ -53,8 +56,8 @@ msgstr "Π~λάτος στήλης..."
#: toolbox_tmpl.hrc#MID_DOCUMENT_CREATE_REPWIZ.#define.text
msgid "Report Wizard..."
-msgstr "Αυτόματος πιλότος αναφοράς..."
+msgstr "Οδηγός έκθεσης..."
#: toolbox_tmpl.hrc#MID_DOCUMENT_NEW_AUTOPILOT.#define.text
msgid "Form AutoPilot..."
-msgstr "Αυτόματος Πιλότος Φόρμας..."
+msgstr "Οδηγός Φόρμας..."
diff --git a/translations/source/el/dbaccess/source/ui/misc.po b/translations/source/el/dbaccess/source/ui/misc.po
index 66ab80c0b9d..addf1b23337 100644
--- a/translations/source/el/dbaccess/source/ui/misc.po
+++ b/translations/source/el/dbaccess/source/ui/misc.po
@@ -1,19 +1,22 @@
#. extracted from dbaccess/source/ui/misc.oo
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
+"Project-Id-Version: dbaccess/source/ui/misc.po\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-24 12:25+0200\n"
-"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-20 17:33+0200\n"
+"Last-Translator: Dimitris Spingos (Δημήτρης Σπίγγος) <dmtrs32@gmail.com>\n"
+"Language-Team: Greek <users@el.libreoffice.org>\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Virtaal 0.7.0\n"
"X-Accelerator-Marker: ~\n"
+"X-Project-Style: openoffice\n"
+"X-Poedit-Language: Greek\n"
+"X-Poedit-Country: Greece\n"
#: dbumiscres.src#RSC_CHARSETS.1.string.text
msgid "System"
@@ -25,15 +28,15 @@ msgstr "Σφάλμα κατά την δημιουργία"
#: dbumiscres.src#STR_UNEXPECTED_ERROR.string.text
msgid "An unexpected error occurred. The operation could not be performed."
-msgstr "Παρουσιάστηκε ένα μη αναμενόμενο σφάλμα. Δεν ήταν δυνατόν να εκτελεστεί η εντολή."
+msgstr "Παρουσιάστηκε μη αναμενόμενο σφάλμα. Αδυναμία εκτέλεσης της λειτουργίας."
#: dbumiscres.src#STR_COULDNOTOPEN_LINKEDDOC.string.text
msgid "The document \"$file$\" could not be opened."
-msgstr "Το έγγραφο \"$file$\" δεν είναι δυνατό να ανοιχθεί."
+msgstr "Αδυναμία ανοίγματος του εγγράφου \"$file$\"."
#: dbumiscres.src#STR_MISSING_TABLES_XDROP.string.text
msgid "The table cannot be deleted because the database connection does not support this."
-msgstr "Δεν είναι δυνατή η διαγραφή του πίνακα, επειδή δεν υποστηρίζεται από τη σύνδεση με τη βάση δεδομένων."
+msgstr "Αδυναμία διαγραφής του πίνακα, επειδή δεν υποστηρίζεται από τη σύνδεση με τη βάση δεδομένων."
#: dbumiscres.src#STR_BUTTON_TEXT_ALL.string.text
msgctxt "dbumiscres.src#STR_BUTTON_TEXT_ALL.string.text"
@@ -66,11 +69,11 @@ msgid ""
"Please enter another name."
msgstr ""
"Το όνομα '$#$' υπάρχει ήδη.\n"
-"Παρακαλώ επιλέξτε ένα άλλο όνομα."
+"Παρακαλώ εισάγετε ένα άλλο όνομα."
#: dbumiscres.src#RID_STR_EXTENSION_NOT_PRESENT.string.text
msgid "The report, \"$file$\", requires the extension Oracle Report Builder."
-msgstr "Η αναφορά, \"$file$\", απαιτεί την επέκταση Oracle Report Builder."
+msgstr "Η έκθεση, \"$file$\", απαιτεί την επέκταση Oracle Report Builder."
#: WizardPages.src#STR_WIZ_COLUMN_SELECT_TITEL.string.text
msgid "Apply columns"
@@ -118,7 +121,7 @@ msgstr "Υπάρχουσες στήλες"
#: WizardPages.src#TAB_WIZ_TYPE_SELECT.FL_COLUMN_NAME.fixedline.text
msgid "Column information"
-msgstr "Πληροφορίες για τις στήλες"
+msgstr "Πληροφορίες στήλης"
#: WizardPages.src#TAB_WIZ_TYPE_SELECT.FL_AUTO_TYPE.fixedline.text
msgid "Automatic type recognition"
@@ -175,7 +178,7 @@ msgstr "Προσθήκη ~δεδομένων"
#: WizardPages.src#TAB_WIZ_COPYTABLE.CB_USEHEADERLINE.checkbox.text
msgid "Use first ~line as column names"
-msgstr "Χρήση πρώτης γρα~μμής ως όνομα στήλης"
+msgstr "Χρήση πρώτης γρα~μμής ως ονόματα στήλης"
#: WizardPages.src#TAB_WIZ_COPYTABLE.CB_PRIMARY_COLUMN.checkbox.text
msgid "Crea~te primary key"
@@ -201,7 +204,7 @@ msgstr "Αυτό το όνομα πίνακα δεν είναι έγκυρο σ
#: WizardPages.src#STR_SUGGEST_APPEND_TABLE_DATA.string.text
msgid "Choose the option 'Append data' on the first page to append data to an existing table."
-msgstr "Ειπλέξτε την επιλογή 'Προσθήκη δεδομένων' από την πρώτη σελίδα για να προσθέσετε δεδομένα σε ένα πίνακα."
+msgstr "Διαλέξτε την επιλογή 'Προσθήκη δεδομένων' από την πρώτη σελίδα για να προσθέσετε δεδομένα σε υπάρχοντα πίνακα."
#: WizardPages.src#STR_INVALID_TABLE_NAME_LENGTH.string.text
msgid "Please change the table name. It is too long."
diff --git a/translations/source/el/dbaccess/source/ui/querydesign.po b/translations/source/el/dbaccess/source/ui/querydesign.po
index a468ef9b869..4974aba80ea 100644
--- a/translations/source/el/dbaccess/source/ui/querydesign.po
+++ b/translations/source/el/dbaccess/source/ui/querydesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-24 12:24+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dbaccess/source/ui/relationdesign.po b/translations/source/el/dbaccess/source/ui/relationdesign.po
index fb64baa0721..3d97efd9ac2 100644
--- a/translations/source/el/dbaccess/source/ui/relationdesign.po
+++ b/translations/source/el/dbaccess/source/ui/relationdesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-24 12:25+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dbaccess/source/ui/tabledesign.po b/translations/source/el/dbaccess/source/ui/tabledesign.po
index 6463754f349..56fe4a80e4c 100644
--- a/translations/source/el/dbaccess/source/ui/tabledesign.po
+++ b/translations/source/el/dbaccess/source/ui/tabledesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-24 12:31+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dbaccess/source/ui/uno.po b/translations/source/el/dbaccess/source/ui/uno.po
index ea326353f93..42ae89903ae 100644
--- a/translations/source/el/dbaccess/source/ui/uno.po
+++ b/translations/source/el/dbaccess/source/ui/uno.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-24 12:25+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/desktop/source/app.po b/translations/source/el/desktop/source/app.po
index 4fd4163f600..f8227ecca6c 100644
--- a/translations/source/el/desktop/source/app.po
+++ b/translations/source/el/desktop/source/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-24 12:02+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/desktop/source/deployment/gui.po b/translations/source/el/desktop/source/deployment/gui.po
index 39365e186a9..145f32c7ea2 100644
--- a/translations/source/el/desktop/source/deployment/gui.po
+++ b/translations/source/el/desktop/source/deployment/gui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-24 12:08+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/desktop/source/deployment/manager.po b/translations/source/el/desktop/source/deployment/manager.po
index 33fc1b2ddcc..11e1813e063 100644
--- a/translations/source/el/desktop/source/deployment/manager.po
+++ b/translations/source/el/desktop/source/deployment/manager.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/desktop/source/deployment/misc.po b/translations/source/el/desktop/source/deployment/misc.po
index d6e516718e4..6416e018e4c 100644
--- a/translations/source/el/desktop/source/deployment/misc.po
+++ b/translations/source/el/desktop/source/deployment/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-24 12:11+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/desktop/source/deployment/registry.po b/translations/source/el/desktop/source/deployment/registry.po
index 34066a1eb3c..eb8c88b5e35 100644
--- a/translations/source/el/desktop/source/deployment/registry.po
+++ b/translations/source/el/desktop/source/deployment/registry.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/desktop/source/deployment/registry/component.po b/translations/source/el/desktop/source/deployment/registry/component.po
index 5ee39cb00c4..6325f51d381 100644
--- a/translations/source/el/desktop/source/deployment/registry/component.po
+++ b/translations/source/el/desktop/source/deployment/registry/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-24 12:12+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/desktop/source/deployment/registry/configuration.po b/translations/source/el/desktop/source/deployment/registry/configuration.po
index 06e9e91881a..a6203cac141 100644
--- a/translations/source/el/desktop/source/deployment/registry/configuration.po
+++ b/translations/source/el/desktop/source/deployment/registry/configuration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/desktop/source/deployment/registry/help.po b/translations/source/el/desktop/source/deployment/registry/help.po
index da6e9467a5f..ba60f2a8995 100644
--- a/translations/source/el/desktop/source/deployment/registry/help.po
+++ b/translations/source/el/desktop/source/deployment/registry/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/desktop/source/deployment/registry/package.po b/translations/source/el/desktop/source/deployment/registry/package.po
index 237408d8401..6f93957901d 100644
--- a/translations/source/el/desktop/source/deployment/registry/package.po
+++ b/translations/source/el/desktop/source/deployment/registry/package.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/desktop/source/deployment/registry/script.po b/translations/source/el/desktop/source/deployment/registry/script.po
index 2ed6ef9e9de..ca1eb2e285e 100644
--- a/translations/source/el/desktop/source/deployment/registry/script.po
+++ b/translations/source/el/desktop/source/deployment/registry/script.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/desktop/source/deployment/registry/sfwk.po b/translations/source/el/desktop/source/deployment/registry/sfwk.po
index 517643273e0..82b4f83aaf9 100644
--- a/translations/source/el/desktop/source/deployment/registry/sfwk.po
+++ b/translations/source/el/desktop/source/deployment/registry/sfwk.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/desktop/source/deployment/unopkg.po b/translations/source/el/desktop/source/deployment/unopkg.po
index 20897fe2729..f5b4e00c5f6 100644
--- a/translations/source/el/desktop/source/deployment/unopkg.po
+++ b/translations/source/el/desktop/source/deployment/unopkg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/af_ZA.po b/translations/source/el/dictionaries/af_ZA.po
index 1dcac1784f9..3d507c1df7f 100644
--- a/translations/source/el/dictionaries/af_ZA.po
+++ b/translations/source/el/dictionaries/af_ZA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-26 23:50+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/an_ES.po b/translations/source/el/dictionaries/an_ES.po
index 3c4fd585e6d..cd8eed130b9 100644
--- a/translations/source/el/dictionaries/an_ES.po
+++ b/translations/source/el/dictionaries/an_ES.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fan_ES.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-26 23:50+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/ar.po b/translations/source/el/dictionaries/ar.po
index 7f579f652ad..7bd18f533a2 100644
--- a/translations/source/el/dictionaries/ar.po
+++ b/translations/source/el/dictionaries/ar.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-26 23:51+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/be_BY.po b/translations/source/el/dictionaries/be_BY.po
index f54cd016b31..cc28e36dfbf 100644
--- a/translations/source/el/dictionaries/be_BY.po
+++ b/translations/source/el/dictionaries/be_BY.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-26 23:51+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/bg_BG.po b/translations/source/el/dictionaries/bg_BG.po
index 0ea37ca8614..5736969c17f 100644
--- a/translations/source/el/dictionaries/bg_BG.po
+++ b/translations/source/el/dictionaries/bg_BG.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-26 23:52+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/bn_BD.po b/translations/source/el/dictionaries/bn_BD.po
index 14e370423a9..8f42a45a2ec 100644
--- a/translations/source/el/dictionaries/bn_BD.po
+++ b/translations/source/el/dictionaries/bn_BD.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-26 23:52+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/br_FR.po b/translations/source/el/dictionaries/br_FR.po
index e6fb132e490..bbf1735f735 100644
--- a/translations/source/el/dictionaries/br_FR.po
+++ b/translations/source/el/dictionaries/br_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-26 23:53+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/ca.po b/translations/source/el/dictionaries/ca.po
index 4df35e08fcf..4c4bf03fdad 100644
--- a/translations/source/el/dictionaries/ca.po
+++ b/translations/source/el/dictionaries/ca.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-26 23:53+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/cs_CZ.po b/translations/source/el/dictionaries/cs_CZ.po
index 566f8fdbdf8..007e21f80cd 100644
--- a/translations/source/el/dictionaries/cs_CZ.po
+++ b/translations/source/el/dictionaries/cs_CZ.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-26 23:53+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/da_DK.po b/translations/source/el/dictionaries/da_DK.po
index 5e198f96054..2fed7510ef0 100644
--- a/translations/source/el/dictionaries/da_DK.po
+++ b/translations/source/el/dictionaries/da_DK.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-26 23:53+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/de.po b/translations/source/el/dictionaries/de.po
index f0abc48cab1..1322a4cc8e8 100644
--- a/translations/source/el/dictionaries/de.po
+++ b/translations/source/el/dictionaries/de.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-26 23:54+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/el_GR.po b/translations/source/el/dictionaries/el_GR.po
index fc9a02888be..31eac7ea226 100644
--- a/translations/source/el/dictionaries/el_GR.po
+++ b/translations/source/el/dictionaries/el_GR.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-26 23:55+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/en.po b/translations/source/el/dictionaries/en.po
index 6cddfbeb601..2c9a907f166 100644
--- a/translations/source/el/dictionaries/en.po
+++ b/translations/source/el/dictionaries/en.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-26 23:55+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/en/dialog.po b/translations/source/el/dictionaries/en/dialog.po
index 31fb97a34d7..54775a23cc9 100644
--- a/translations/source/el/dictionaries/en/dialog.po
+++ b/translations/source/el/dictionaries/en/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 09:25+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/es_ES.po b/translations/source/el/dictionaries/es_ES.po
index 3480a596bc8..14f4accebde 100644
--- a/translations/source/el/dictionaries/es_ES.po
+++ b/translations/source/el/dictionaries/es_ES.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 09:25+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/et_EE.po b/translations/source/el/dictionaries/et_EE.po
index eb4e2d6c9b4..900a5bd4c88 100644
--- a/translations/source/el/dictionaries/et_EE.po
+++ b/translations/source/el/dictionaries/et_EE.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 09:26+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/fr_FR.po b/translations/source/el/dictionaries/fr_FR.po
index ea77d952203..22ea4fc0dd6 100644
--- a/translations/source/el/dictionaries/fr_FR.po
+++ b/translations/source/el/dictionaries/fr_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 09:26+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/gd_GB.po b/translations/source/el/dictionaries/gd_GB.po
index dbbac138303..bb3a09d7990 100644
--- a/translations/source/el/dictionaries/gd_GB.po
+++ b/translations/source/el/dictionaries/gd_GB.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 09:27+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/gl.po b/translations/source/el/dictionaries/gl.po
index 2524436e73f..d5f01e842d6 100644
--- a/translations/source/el/dictionaries/gl.po
+++ b/translations/source/el/dictionaries/gl.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-27 09:27+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/gu_IN.po b/translations/source/el/dictionaries/gu_IN.po
index aec21607016..6c3d4f7a06b 100644
--- a/translations/source/el/dictionaries/gu_IN.po
+++ b/translations/source/el/dictionaries/gu_IN.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 09:28+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/he_IL.po b/translations/source/el/dictionaries/he_IL.po
index 4cee8a6dbba..dfa9f0a9579 100644
--- a/translations/source/el/dictionaries/he_IL.po
+++ b/translations/source/el/dictionaries/he_IL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 09:28+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/hi_IN.po b/translations/source/el/dictionaries/hi_IN.po
index 5dcf2dd3c51..6bc4c25afac 100644
--- a/translations/source/el/dictionaries/hi_IN.po
+++ b/translations/source/el/dictionaries/hi_IN.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 09:28+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/hr_HR.po b/translations/source/el/dictionaries/hr_HR.po
index 19dced2806c..e93a707ebce 100644
--- a/translations/source/el/dictionaries/hr_HR.po
+++ b/translations/source/el/dictionaries/hr_HR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 09:28+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/hu_HU.po b/translations/source/el/dictionaries/hu_HU.po
index 65930cbae39..c2c1c0da3a2 100644
--- a/translations/source/el/dictionaries/hu_HU.po
+++ b/translations/source/el/dictionaries/hu_HU.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-27 09:29+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/hu_HU/dialog.po b/translations/source/el/dictionaries/hu_HU/dialog.po
index 53c7915e139..4005f976523 100644
--- a/translations/source/el/dictionaries/hu_HU/dialog.po
+++ b/translations/source/el/dictionaries/hu_HU/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 10:09+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/it_IT.po b/translations/source/el/dictionaries/it_IT.po
index d76863282f8..32826935c08 100644
--- a/translations/source/el/dictionaries/it_IT.po
+++ b/translations/source/el/dictionaries/it_IT.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 09:50+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/ku_TR.po b/translations/source/el/dictionaries/ku_TR.po
index a073155a8f1..16547aee06b 100644
--- a/translations/source/el/dictionaries/ku_TR.po
+++ b/translations/source/el/dictionaries/ku_TR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 09:51+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/lt_LT.po b/translations/source/el/dictionaries/lt_LT.po
index aeb4c171341..69e235bcde7 100644
--- a/translations/source/el/dictionaries/lt_LT.po
+++ b/translations/source/el/dictionaries/lt_LT.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 09:51+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/lv_LV.po b/translations/source/el/dictionaries/lv_LV.po
index 119d4247cdf..f8195a2f44d 100644
--- a/translations/source/el/dictionaries/lv_LV.po
+++ b/translations/source/el/dictionaries/lv_LV.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-27 09:52+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/ne_NP.po b/translations/source/el/dictionaries/ne_NP.po
index a82e394bc3c..a397ae93b14 100644
--- a/translations/source/el/dictionaries/ne_NP.po
+++ b/translations/source/el/dictionaries/ne_NP.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-27 09:52+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/nl_NL.po b/translations/source/el/dictionaries/nl_NL.po
index 4a7c10def44..cfd99264191 100644
--- a/translations/source/el/dictionaries/nl_NL.po
+++ b/translations/source/el/dictionaries/nl_NL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 09:53+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/no.po b/translations/source/el/dictionaries/no.po
index 37ce9ec96de..3bdb7138ed6 100644
--- a/translations/source/el/dictionaries/no.po
+++ b/translations/source/el/dictionaries/no.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-27 09:53+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/oc_FR.po b/translations/source/el/dictionaries/oc_FR.po
index 2e71b9e3d02..506d9a9f64f 100644
--- a/translations/source/el/dictionaries/oc_FR.po
+++ b/translations/source/el/dictionaries/oc_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 09:53+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/pl_PL.po b/translations/source/el/dictionaries/pl_PL.po
index 6c892ffec55..ec10c1e43e5 100644
--- a/translations/source/el/dictionaries/pl_PL.po
+++ b/translations/source/el/dictionaries/pl_PL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-27 09:53+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/pt_BR.po b/translations/source/el/dictionaries/pt_BR.po
index 7855eb93e18..229c3c0bb79 100644
--- a/translations/source/el/dictionaries/pt_BR.po
+++ b/translations/source/el/dictionaries/pt_BR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 09:55+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/pt_PT.po b/translations/source/el/dictionaries/pt_PT.po
index 24a0003a10d..a970784c1b8 100644
--- a/translations/source/el/dictionaries/pt_PT.po
+++ b/translations/source/el/dictionaries/pt_PT.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 09:55+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/ro.po b/translations/source/el/dictionaries/ro.po
index d8fb4779921..c124c54ca49 100644
--- a/translations/source/el/dictionaries/ro.po
+++ b/translations/source/el/dictionaries/ro.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 09:55+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/ru_RU.po b/translations/source/el/dictionaries/ru_RU.po
index ffd05957a4d..ebf6929b6f6 100644
--- a/translations/source/el/dictionaries/ru_RU.po
+++ b/translations/source/el/dictionaries/ru_RU.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 09:56+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/ru_RU/dialog.po b/translations/source/el/dictionaries/ru_RU/dialog.po
index 8e6a83e6073..144cbf98745 100644
--- a/translations/source/el/dictionaries/ru_RU/dialog.po
+++ b/translations/source/el/dictionaries/ru_RU/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 10:03+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/si_LK.po b/translations/source/el/dictionaries/si_LK.po
index 0a9b0eda52f..4f45e382f64 100644
--- a/translations/source/el/dictionaries/si_LK.po
+++ b/translations/source/el/dictionaries/si_LK.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fsi_LK.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 10:04+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/sk_SK.po b/translations/source/el/dictionaries/sk_SK.po
index 1808e1f5b61..1888b4167cd 100644
--- a/translations/source/el/dictionaries/sk_SK.po
+++ b/translations/source/el/dictionaries/sk_SK.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 10:04+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/sl_SI.po b/translations/source/el/dictionaries/sl_SI.po
index e0de12f94ce..e8c8bd1b691 100644
--- a/translations/source/el/dictionaries/sl_SI.po
+++ b/translations/source/el/dictionaries/sl_SI.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 10:04+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/sr.po b/translations/source/el/dictionaries/sr.po
index 431db4ba069..5a76b81c188 100644
--- a/translations/source/el/dictionaries/sr.po
+++ b/translations/source/el/dictionaries/sr.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 10:05+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/sv_SE.po b/translations/source/el/dictionaries/sv_SE.po
index 5f72a0c97f9..a4d4265638d 100644
--- a/translations/source/el/dictionaries/sv_SE.po
+++ b/translations/source/el/dictionaries/sv_SE.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-27 10:05+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/sw_TZ.po b/translations/source/el/dictionaries/sw_TZ.po
index 53195180c79..8f845316d68 100644
--- a/translations/source/el/dictionaries/sw_TZ.po
+++ b/translations/source/el/dictionaries/sw_TZ.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 10:06+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/te_IN.po b/translations/source/el/dictionaries/te_IN.po
index 2c3a1b03cf1..42262f163a4 100644
--- a/translations/source/el/dictionaries/te_IN.po
+++ b/translations/source/el/dictionaries/te_IN.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-27 10:06+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/th_TH.po b/translations/source/el/dictionaries/th_TH.po
index f87bc9c9ad4..0bc518f6cff 100644
--- a/translations/source/el/dictionaries/th_TH.po
+++ b/translations/source/el/dictionaries/th_TH.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 10:06+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/uk_UA.po b/translations/source/el/dictionaries/uk_UA.po
index 53adeea874a..4cb30c283d5 100644
--- a/translations/source/el/dictionaries/uk_UA.po
+++ b/translations/source/el/dictionaries/uk_UA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-27 10:07+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/vi.po b/translations/source/el/dictionaries/vi.po
index c4193b46277..5198fa5004d 100644
--- a/translations/source/el/dictionaries/vi.po
+++ b/translations/source/el/dictionaries/vi.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-27 10:07+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/dictionaries/zu_ZA.po b/translations/source/el/dictionaries/zu_ZA.po
index 9aaafb9676f..e37bbd19603 100644
--- a/translations/source/el/dictionaries/zu_ZA.po
+++ b/translations/source/el/dictionaries/zu_ZA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 10:07+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/editeng/source/accessibility.po b/translations/source/el/editeng/source/accessibility.po
index 6449b5f4d72..bd380fb90c1 100644
--- a/translations/source/el/editeng/source/accessibility.po
+++ b/translations/source/el/editeng/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 10:08+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/editeng/source/editeng.po b/translations/source/el/editeng/source/editeng.po
index b6238426c5d..db80c97ce7c 100644
--- a/translations/source/el/editeng/source/editeng.po
+++ b/translations/source/el/editeng/source/editeng.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-24 14:50+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/editeng/source/items.po b/translations/source/el/editeng/source/items.po
index 29a6a06d86a..ad108d51ec1 100644
--- a/translations/source/el/editeng/source/items.po
+++ b/translations/source/el/editeng/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-24 15:05+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/editeng/source/misc.po b/translations/source/el/editeng/source/misc.po
index 930a452e855..30f0ae2aa05 100644
--- a/translations/source/el/editeng/source/misc.po
+++ b/translations/source/el/editeng/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/editeng/source/outliner.po b/translations/source/el/editeng/source/outliner.po
index 48a7b72813a..53a57f76624 100644
--- a/translations/source/el/editeng/source/outliner.po
+++ b/translations/source/el/editeng/source/outliner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/extensions/source/abpilot.po b/translations/source/el/extensions/source/abpilot.po
index b08af4c4108..ac18e2fc2b5 100644
--- a/translations/source/el/extensions/source/abpilot.po
+++ b/translations/source/el/extensions/source/abpilot.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-24 14:41+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/extensions/source/bibliography.po b/translations/source/el/extensions/source/bibliography.po
index f6aedbfb26f..bc0d8a47e49 100644
--- a/translations/source/el/extensions/source/bibliography.po
+++ b/translations/source/el/extensions/source/bibliography.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-24 14:42+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/extensions/source/dbpilots.po b/translations/source/el/extensions/source/dbpilots.po
index cf4cbbbae60..57da0447645 100644
--- a/translations/source/el/extensions/source/dbpilots.po
+++ b/translations/source/el/extensions/source/dbpilots.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-24 14:47+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/extensions/source/propctrlr.po b/translations/source/el/extensions/source/propctrlr.po
index 3b16d206144..570f6199b84 100644
--- a/translations/source/el/extensions/source/propctrlr.po
+++ b/translations/source/el/extensions/source/propctrlr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-24 14:45+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/extensions/source/scanner.po b/translations/source/el/extensions/source/scanner.po
index 00473ac5b38..2db4a9d3d9d 100644
--- a/translations/source/el/extensions/source/scanner.po
+++ b/translations/source/el/extensions/source/scanner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-24 14:41+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/extensions/source/update/check.po b/translations/source/el/extensions/source/update/check.po
index e60b2f97466..a99bd924b57 100644
--- a/translations/source/el/extensions/source/update/check.po
+++ b/translations/source/el/extensions/source/update/check.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-24 14:47+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/filter/source/config/fragments/filters.po b/translations/source/el/filter/source/config/fragments/filters.po
index c57f7c90277..f55926dedfd 100644
--- a/translations/source/el/filter/source/config/fragments/filters.po
+++ b/translations/source/el/filter/source/config/fragments/filters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-24 22:39+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/filter/source/config/fragments/internalgraphicfilters.po b/translations/source/el/filter/source/config/fragments/internalgraphicfilters.po
index c73697a45e3..2bb6cb2c795 100644
--- a/translations/source/el/filter/source/config/fragments/internalgraphicfilters.po
+++ b/translations/source/el/filter/source/config/fragments/internalgraphicfilters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:02+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/filter/source/config/fragments/types.po b/translations/source/el/filter/source/config/fragments/types.po
index a016b45b2cc..e015dec6895 100644
--- a/translations/source/el/filter/source/config/fragments/types.po
+++ b/translations/source/el/filter/source/config/fragments/types.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-24 22:42+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/filter/source/flash.po b/translations/source/el/filter/source/flash.po
index 82059a126d8..75b5abf48b9 100644
--- a/translations/source/el/filter/source/flash.po
+++ b/translations/source/el/filter/source/flash.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/filter/source/graphicfilter/eps.po b/translations/source/el/filter/source/graphicfilter/eps.po
index 8097b7f5980..a8d84a490c1 100644
--- a/translations/source/el/filter/source/graphicfilter/eps.po
+++ b/translations/source/el/filter/source/graphicfilter/eps.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/filter/source/pdf.po b/translations/source/el/filter/source/pdf.po
index 5bb4a18b191..6f58607653d 100644
--- a/translations/source/el/filter/source/pdf.po
+++ b/translations/source/el/filter/source/pdf.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-24 22:48+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/filter/source/t602.po b/translations/source/el/filter/source/t602.po
index b08820a0e7a..02bca25d3d2 100644
--- a/translations/source/el/filter/source/t602.po
+++ b/translations/source/el/filter/source/t602.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/filter/source/xsltdialog.po b/translations/source/el/filter/source/xsltdialog.po
index 60686ba2de6..702e8ef0c69 100644
--- a/translations/source/el/filter/source/xsltdialog.po
+++ b/translations/source/el/filter/source/xsltdialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-24 22:50+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/forms/source/resource.po b/translations/source/el/forms/source/resource.po
index d17cb0f4007..854de4e2112 100644
--- a/translations/source/el/forms/source/resource.po
+++ b/translations/source/el/forms/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/formula/source/core/resource.po b/translations/source/el/formula/source/core/resource.po
index 5b705b296e2..aa109020038 100644
--- a/translations/source/el/formula/source/core/resource.po
+++ b/translations/source/el/formula/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-23 15:38+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/formula/source/ui/dlg.po b/translations/source/el/formula/source/ui/dlg.po
index 0758ebb5163..7781efb8745 100644
--- a/translations/source/el/formula/source/ui/dlg.po
+++ b/translations/source/el/formula/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-24 22:51+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/fpicker/source/office.po b/translations/source/el/fpicker/source/office.po
index d0f807639e2..fe9f8a565df 100644
--- a/translations/source/el/fpicker/source/office.po
+++ b/translations/source/el/fpicker/source/office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-23 17:44+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/framework/source/classes.po b/translations/source/el/framework/source/classes.po
index 0f548904bf0..304ebb16872 100644
--- a/translations/source/el/framework/source/classes.po
+++ b/translations/source/el/framework/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-23 17:42+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/framework/source/services.po b/translations/source/el/framework/source/services.po
index c4b54e05241..2956c1e25d7 100644
--- a/translations/source/el/framework/source/services.po
+++ b/translations/source/el/framework/source/services.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:39+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/helpcontent2/source/text/sbasic/guide.po b/translations/source/el/helpcontent2/source/text/sbasic/guide.po
index 666e0ff1f14..e15879aa11e 100644
--- a/translations/source/el/helpcontent2/source/text/sbasic/guide.po
+++ b/translations/source/el/helpcontent2/source/text/sbasic/guide.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 19:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/el/helpcontent2/source/text/sbasic/shared.po b/translations/source/el/helpcontent2/source/text/sbasic/shared.po
index 6196bc49829..e3cdc406dab 100644
--- a/translations/source/el/helpcontent2/source/text/sbasic/shared.po
+++ b/translations/source/el/helpcontent2/source/text/sbasic/shared.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
-"PO-Revision-Date: 2012-01-28 21:10+0200\n"
-"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-02-21 11:09+0200\n"
+"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: el\n"
"MIME-Version: 1.0\n"
@@ -424,7 +424,7 @@ msgstr "Παράμετροι:"
#: 03100400.xhp#par_id3153897.8.help.text
msgctxt "03100400.xhp#par_id3153897.8.help.text"
msgid "<emph>Expression:</emph> Any string or numeric expression that you want to convert. To convert a string expression, the number must be entered as normal text (\"123.5\") using the default number format of your operating system."
-msgstr "Μετατρέπει κάθε παράσταση συμβολοσειράς ή αριθμητική παράσταση που θέλετε να μετατρέψετε. Για να μετατρέψει μια έκφραση συμβολοσειράς, ο αριθμός πρέπει να εισαχθεί ως κανονικό κείμενο (\"123.5\") χρησιμοποιώντας την προεπιλεγμένη μορφή του λειτουργικού συστήματός σας. "
+msgstr "<emph>Έκφραση:</emph>Οποιαδήποτε συμβολοσειρά ή αριθμητική έκφραση που θέλετε να μετατρέψετε. Για μετατροπή έκφρασης συμβολοσειράς, ο αριθμός πρέπει να εισαχθεί ως κανονικό κείμενο (\"123.5\") χρησιμοποιώντας την προεπιλεγμένη μορφή αριθμού του λειτουργικού σας συστήματος."
#: 03100400.xhp#hd_id3148797.9.help.text
msgctxt "03100400.xhp#hd_id3148797.9.help.text"
@@ -782,7 +782,7 @@ msgstr "<link href=\"text/sbasic/shared/03103800.xhp\" name=\"Συνάρτηση
#: 03103800.xhp#par_id3155341.2.help.text
msgid "Enables an object to be addressed at run-time as a string parameter through the object name."
-msgstr "Επιτρέπει σε αντικείμενα να απευθύνονται σε χρόνο εκτέλεσης ως παράμετρος συμβολοσειράς χρησιμοποιώντας το όνομα του αντικειμένου.<a name=ende/>"
+msgstr "Ενεργοποιεί ένα αντικείμενο για να απευθυνθεί σε χρόνο εκτέλεσης ως παράμετρος συμβολοσειράς στο όνομα του αντικειμένου."
#: 03103800.xhp#par_id3150669.3.help.text
msgid "For example, the following command:"
@@ -1083,7 +1083,7 @@ msgstr "DIM text(20,2) as String REM 63 στοιχεία, από 0 έως 20 ε
#: 03102100.xhp#par_id3159239.35.help.text
msgid "You can declare an array types as dynamic if a ReDim statement defines the number of dimensions in the subroutine or the function that contains the array. Generally, you can only define an array dimension once, and you cannot modify it. Within a subroutine, you can declare an array with ReDim. You can only define dimensions with numeric expressions. This ensures that the fields are only as large as necessary."
-msgstr "Όλοι οι τύποι πινάκων μπορούν να δηλωθούν ως δυναμικοί αν η πρόταση ReDim χρησιμοποιείται εντός της διαδικασίας (σε διαδικασίες Sub ή Function) για τον καθορισμό του πλήθους των διαστάσεων. Γενικά, οι διαστάσεις πινάκων μπορούν να καθοριστούν μόνο μία φορά και δεν μπορούν να τροποποιηθούν αργότερα. Εντός μιας διαδικασίας, ένας πίνακας μπορεί να δηλωθεί με <placeholder-1/>. Οι διαστάσεις μπορούν να καθοριστούν μόνο με αριθμητικές παραστάσεις, διασφαλίζοντας ότι τα πεδία είναι τόσο μεγάλα όσο είναι απαραίτητο."
+msgstr "Μπορείτε να δηλώσετε έναν τύπο πίνακα ως δυναμικό αν η πρόταση ReDim καθορίζει τον αριθμό των διαστάσεων στην υπορουτίνα ή την συνάρτηση που περιέχει τον πίνακα. Γενικά, μπορείτε να καθορίσετε τη διάσταση ενός πίνακα μια φορά και δεν μπορείτε να την τροποποιήσετε. Σε μια υπορουτίνα, μπορείτε να δηλώσετε έναν πίνακα με ReDim. Μπορείτε να καθορίσετε μόνο διαστάσεις με αριθμητικές εκφράσεις. Αυτό βεβαιώνει ότι τα πεδία είναι μόνο τόσο μεγάλα όσο χρειάζεται."
#: 03102100.xhp#hd_id3150344.36.help.text
msgctxt "03102100.xhp#hd_id3150344.36.help.text"
@@ -1481,7 +1481,7 @@ msgstr "Επιστρέφει το προεπιλεγμένο περιεχόμε
#: 03132500.xhp#par_idN10593.help.text
msgid "This runtime function returns the default component context to be used, if instantiating services via XmultiServiceFactory. See the <item type=\"literal\">Professional UNO</item> chapter in the <item type=\"literal\">Developer's Guide</item> on <link href=\"http://api.libreoffice.org\">api.libreoffice.org</link> for more information."
-msgstr "Αυτή η συνάρτηση χρόνου εκτέλεσης επιστρέφει το προεπιλεγμένο περιεχόμενο στοιχείου για χρήση, εάν ενεργοποιηθούν οι υπηρεσίες μέσω του XmultiServiceFactory. Δείτε το κεφάλαιο <item type=\"literal\">Επαγγελματικό UNO</item> στο <item type=\"literal\">Οδηγός προγραμματιστή</item> στο <link href=\"http://api.openoffice.org\">api.openoffice.org</link> για περισσότερες πληροφορίες."
+msgstr "Αυτή η συνάρτηση χρόνου εκτέλεσης επιστρέφει το προεπιλεγμένο περιεχόμενο στοιχείου για χρήση, εάν ενεργοποιηθούν οι υπηρεσίες μέσω του XmultiServiceFactory. Δείτε το κεφάλαιο <item type=\"literal\">Επαγγελματικό UNO</item> στο <item type=\"literal\">Οδηγός προγραμματιστή</item> στο <link href=\"http://api.libreoffice.org\">api.libreoffice.org</link> για περισσότερες πληροφορίες."
#: 03104200.xhp#tit.help.text
msgid "Array Function [Runtime]"
@@ -1849,7 +1849,7 @@ msgstr "Παράμετροι:"
#: 03090101.xhp#par_id3153062.6.help.text
msgid "The <emph>If...Then</emph> statement executes program blocks depending on given conditions. When $[officename] Basic encounters an <emph>If</emph> statement, the condition is tested. If the condition is True, all subsequent statements up to the next <emph>Else</emph> or <emph>ElseIf</emph> statement are executed. If the condition is False, and an <emph>ElseIf</emph> statement follows, $[officename] Basic tests the next condition and executes the following statements if the condition is True. If False, the program continues either with the next <emph>ElseIf</emph> or <emph>Else</emph> statement. Statements following <emph>Else</emph> are executed only if none of the previously tested conditions were True. After all conditions are evaluated, and the corresponding statements executed, the program continues with the statement following <emph>EndIf</emph>."
-msgstr "Η δήλωση If...Then...Else [Χρόνου εκτέλεσης] <emph>If...Then</emph> χρησιμοποιείται για την εκτέλεση μπλοκ προγραμμάτων ανάλογα με τις δεδομένες συνθήκες. Όταν η $[officename] Basic συναντά μια δήλωση <emph>If</emph>, η συνθήκη ελέγχεται. Αν η τιμή είναι True, εκτελούνται όλες οι επακόλουθες δηλώσεις μέχρι την επόμενη δήλωση <emph>Else</emph> ή <emph>ElseIf</emph>. Αν η συνθήκη είναι False (Ψευδής) και ακολουθεί δήλωση <emph>ElseIf</emph> , η $[officename] Basic ελέγχει την επόμενη συνθήκη και εκτελεί τις ακόλουθες δηλώσεις αν η συνθήκη είναι True. Αν είναι False, το πρόγραμμα συνεχίζει είτε με την επόμενη πρόταση <emph>ElseIf</emph> ή <emph>Else</emph>. Οι προτάσεις που ακολουθούν την πρόταση <placeholder-10/> εκτελούνται μόνο αν καμία από τις συνθήκες που ελέγχθηκαν προηγουμένως δεν είναι True. Αφού αξιολογηθούν όλες οι συνθήκες, και αφού εκτελεστούν οι αντίστοιχες προτάσεις, το πρόγραμμα συνεχίζει με την πρόταση που έπεται της <emph>EndIf</emph>."
+msgstr "Η δήλωση <emph>If...Then</emph> εκτελεί ομάδα προγραμμάτων ανάλογα με τις δεδομένες συνθήκες. Όταν η $[officename] Basic συναντά μια δήλωση <emph>If</emph>, η συνθήκη ελέγχεται. Αν η τιμή είναι αληθής, εκτελούνται όλες οι επακόλουθες δηλώσεις μέχρι την επόμενη δήλωση <emph>Else</emph> ή <emph>ElseIf</emph>. Αν η συνθήκη είναι ψευδής και ακολουθεί δήλωση <emph>ElseIf</emph> , η $[officename] Basic ελέγχει την επόμενη συνθήκη και εκτελεί τις ακόλουθες δηλώσεις αν η συνθήκη είναι αληθής. Αν είναι ψευδής, το πρόγραμμα συνεχίζει είτε με την επόμενη πρόταση <emph>ElseIf</emph> ή <emph>Else</emph>. Οι προτάσεις που ακολουθούν την <emph>Else</emph> εκτελούνται μόνο αν καμία από τις προηγούμενες ελεγχθείσες συνθήκες δεν ήταν αληθής. Αφού αξιολογηθούν όλες οι συνθήκες και αφού εκτελεστούν οι αντίστοιχες προτάσεις, το πρόγραμμα συνεχίζει με την πρόταση που έπεται της <emph>EndIf</emph>."
#: 03090101.xhp#par_id3153192.7.help.text
msgid "You can nest multiple <emph>If...Then</emph> statements."
@@ -6705,7 +6705,7 @@ msgstr "<emph>Exit Sub</emph>"
#: 03090412.xhp#par_id3149561.13.help.text
msgid "Exits the subroutine immediately. Program execution continues with the statement that follows the <emph>Sub</emph> call."
-msgstr "Πραγματοποιεί αμέσως έξοδο από τη διαδικασία <emph>Sub</emph>. Η εκτέλεση του προγράμματος συνεχίζεται με την πρόταση που ακολουθεί την κλήση της <emph>Sub</emph>."
+msgstr "Άμεση έξοδος της υπορουτίνας. Η εκτέλεση του προγράμματος συνεχίζεται με την πρόταση που ακολουθεί την κλήση της <emph>Sub</emph>."
#: 03090412.xhp#par_id3153143.14.help.text
msgid "The Exit statement does not define the end of a structure, and must not be confused with the End statement."
@@ -7866,7 +7866,7 @@ msgstr "Sub ExampleDefDate"
#: 03101300.xhp#par_id3152462.22.help.text
msgid "tDate=Date REM tDate is an implicit date variable"
-msgstr "tDate=Date <s c=3/>REM Η tDate είναι μια εν δυνάμει μεταβλητή ημερομηνίας"
+msgstr "tDate=Date REM tDate είναι μια υπονοούμενη μεταβλητή ημερομηνίας"
#: 03101300.xhp#par_id3149664.23.help.text
msgctxt "03101300.xhp#par_id3149664.23.help.text"
@@ -8253,7 +8253,7 @@ msgstr "Παράμετροι:"
#: 03080201.xhp#par_id3150793.8.help.text
msgid "<emph>Number:</emph> Any numeric expression that specifies the power that you want to raise \"e\" to (the base of natural logarithms). The power must be for both single-precision numbers less than or equal to 88.02969 and double-precision numbers less than or equal to 709.782712893, since $[officename] Basic returns an Overflow error for numbers exceeding these values."
-msgstr "Number: Κάθε αριθμητική παράσταση που καθορίζει τη δύναμη στην οποία υψώνεται το \"e\" (η βάση των νεπέρειων λογαρίθμων). Η δύναμη θα πρέπει να είναι τόσο για αριθμούς απλής ακριβείαςμικρότερο ή ίσο του 88,02969 όσο και για αριθμούς διπλής ακριβείας μικρότερο ή ίσο του 709,782712893, αφού η $[officename] Basic επιστρέφει ένα σφάλμα υπερχείλισης για όσους αριθμούς υπερβαίνουν αυτές τις τιμές."
+msgstr "<emph>Αριθμός:</emph> Κάθε αριθμητική παράσταση που καθορίζει τη δύναμη στην οποία υψώνεται το \"e\" (η βάση των νεπέριων λογαρίθμων). Η δύναμη θα πρέπει να είναι τόσο για αριθμούς απλής ακριβείας μικρότερη ή ίση του 88,02969 όσο και για αριθμούς διπλής ακριβείας μικρότερη ή ίση του 709,782712893, αφού η $[officename] Basic επιστρέφει ένα σφάλμα υπερχείλισης για όσους αριθμούς υπερβαίνουν αυτές τις τιμές."
#: 03080201.xhp#hd_id3156280.9.help.text
msgctxt "03080201.xhp#hd_id3156280.9.help.text"
@@ -11585,7 +11585,7 @@ msgstr "<emph>Expression1, Expression2:</emph> Οι παραστάσεις πο
#: 03060100.xhp#par_id3156215.8.help.text
msgid "Boolean expressions combined with AND only return the value <emph>True</emph> if both expressions evaluate to <emph>True</emph>:"
-msgstr "Οι δυαδικές παραστάσεις (Boolean) που συνδυάζονται με τον τελεστή AND επιστρέφουν μόνο την τιμή <<emph>True</emph> (Αληθής) αν και οι δύο παραστάσεις αποδίδεται η τιμή <emph>True</emph>:"
+msgstr "Οι παραστάσεις Μπουλ που συνδυάζονται με τον τελεστή AND επιστρέφουν μόνο την τιμή <emph>True</emph> αν και οι δύο παραστάσεις αξιολογούνται <emph>True</emph>:"
#: 03060100.xhp#par_id3150870.9.help.text
msgid "<emph>True</emph> AND <emph>True</emph> returns <emph>True</emph>; for all other combinations the result is <emph>False</emph>."
@@ -14264,7 +14264,7 @@ msgstr "Παράμετροι:"
#: 03090103.xhp#par_id3153381.6.help.text
msgid "<emph>Expression:</emph> Any expression that you want to evaluate. If the expression evaluates to <emph>True</emph>, the function returns the result of ExpressionTrue, otherwise it returns the result of ExpressionFalse."
-msgstr "<emph>Expression:</emph> Κάθε παράσταση που πρόκειται να αξιολογηθεί. Αν η παράσταση αξιολογείται στην τιμή <placeholder-1/>, η συνάρτηση επιστρέφει το αποτέλεσμα της παράστασης ExpressionTrue. Αλλιώς, επιστρέφει το αποτέλεσμα της ExpressionFalse."
+msgstr "<emph>Παράσταση:</emph> Κάθε παράσταση που πρόκειται να αξιολογηθεί. Αν η παράσταση αξιολογείται <emph>True</emph>, η συνάρτηση επιστρέφει το αποτέλεσμα ExpressionTrue, αλλιώς, επιστρέφει το αποτέλεσμα ExpressionFalse."
#: 03090103.xhp#par_id3150870.7.help.text
msgid "<emph>ExpressionTrue, ExpressionFalse:</emph> Any expression, one of which will be returned as the function result, depending on the logical evaluation."
@@ -16192,7 +16192,7 @@ msgstr "Παράμετροι:"
#: 03020403.xhp#par_id3153193.8.help.text
msgid "<emph>Text:</emph> Any string expression that specifies an existing drive (for example, \"C\" for the first partition of the first hard drive)."
-msgstr "Text: Κάθε παράσταση συμβολοσειράς που καθορίζει μια υπάρχουσα μονάδα δίσκου για την οποία θα επιστρέψει την τρέχουσα διαδρομή (π.χ. \"C\" για το πρώτο διαμέρισμα της πρώτης μονάδας σκληρού δίσκου)."
+msgstr "<emph>Text:</emph> Κάθε παράσταση συμβολοσειράς που καθορίζει έναν υπάρχοντα δίσκο (π.χ. \"C\" για το πρώτο διαμέρισμα του πρώτου σκληρού δίσκου)."
#: 03020403.xhp#par_id3155133.9.help.text
msgid "If no drive is specified or if the drive is a zero-length string (\"\"), CurDir returns the path for the current drive. $[officename] Basic reports an error if the syntax of the drive description is incorrect, the drive does not exist, or if the drive letter occurs after the letter defined in the CONFIG.SYS with the Lastdrive statement."
@@ -16723,7 +16723,7 @@ msgstr "<link href=\"text/sbasic/shared/03090203.xhp\" name=\"Δήλωση While
#: 03090203.xhp#par_id3151211.2.help.text
msgid "When a program encounters a While statement, it tests the condition. If the condition is False, the program continues directly following the Wend statement. If the condition is True, the loop is executed until the program finds Wend and then jumps back to the<emph> While </emph>statement. If the condition is still True, the loop is executed again."
-msgstr "Αν το πρόγραμμα συναντήσει μια πρόταση While, ελέγχει τη συνθήκη. Αν η συνθήκη είναι False, το πρόγραμμα συνεχίζει αμέσως μετά τη δήλωση While...Wend [Χρόνου εκτέλεσης] Wend. Αν η συνθήκη είναι True, ο βρόγχος εκτελείται μέχρι το πρόγραμμα να συναντήσει την δήλωση Wend και στη συνέχεια μεταπηδά πίσω στην δήλωση <<emph> While </emph>. Αν η συνθήκη είναι ακόμα True, θα γίνει και πάλι εκτέλεση του βρόχου. Αλλιώς, το πρόγραμμα συνεχίζει με την δήλωση που ακολουθεί."
+msgstr "Αν το πρόγραμμα συναντήσει μια πρόταση While, ελέγχει τη συνθήκη. Αν η συνθήκη είναι False, το πρόγραμμα συνεχίζει αμέσως μετά τη δήλωση Wend. Αν η συνθήκη είναι True, ο βρόχος εκτελείται μέχρι το πρόγραμμα να συναντήσει την δήλωση Wend και στη συνέχεια πηδά πίσω στην δήλωση <emph> While </emph>. Αν η συνθήκη είναι ακόμα True, ο βρόχος εκτελείται πάλι."
#: 03090203.xhp#par_id3151041.3.help.text
msgid "Unlike the <link href=\"text/sbasic/shared/03090201.xhp\" name=\"Do...Loop\">Do...Loop</link> statement, you cannot cancel a <emph>While...Wend</emph> loop with <link href=\"text/sbasic/shared/03090412.xhp\" name=\"Exit\">Exit</link>. Never exit a While...Wend loop with <link href=\"text/sbasic/shared/03090302.xhp\" name=\"GoTo\">GoTo</link>, since this can cause a run-time error."
@@ -17650,7 +17650,7 @@ msgstr "Παράμετροι:"
#: 03100900.xhp#par_id3153345.8.help.text
msgctxt "03100900.xhp#par_id3153345.8.help.text"
msgid "<emph>Expression:</emph> Any string or numeric expression that you want to convert. To convert a string expression, the number must be entered as normal text (\"123.5\") using the default number format of your operating system."
-msgstr "<emph>Expression:</emph> Οποιαδήποτε αριθμητική έκφραση που θέλετε να μετατρέψετε. Εάν η <emph>Expression</emph> υπερβαίνει το εύρος τιμών μεταξύ -32768 και 32767, η $[officename] Basic εμφανίζει ένα λάθος υπερχείλισης. Για να μετατρέψει μια έκφραση συμβολοσειράς, ο αριθμός πρέπει να εισαχθεί ως κανονικό κείμενο (\"123.5\") χρησιμοποιώντας την προεπιλεγμένη μορφή αριθμού του λειτουργικού σας συστήματός."
+msgstr "<emph>Παράσταση:</emph> Οποιαδήποτε συμβολοσειρά ή αριθμητική παράσταση που θέλετε να μετατρέψετε. Για να μετατρέψετε μια παράσταση συμβολοσειράς, ο αριθμός πρέπει να εισαχθεί ως κανονικό κείμενο (\"123.5\") χρησιμοποιώντας την προεπιλεγμένη μορφή αριθμού του λειτουργικού συστήματος."
#: 03100900.xhp#hd_id3149514.9.help.text
msgctxt "03100900.xhp#hd_id3149514.9.help.text"
@@ -23278,7 +23278,7 @@ msgstr "Οι χαρακτήρες στον κώδικα μορφοποίησης
#: 03120301.xhp#par_id3155411.28.help.text
msgid "Characters that must be preceded by a backslash in the format code in order to be displayed as literal characters are date- and time-formatting characters (a, c, d, h, m, n, p, q, s, t, w, y, /, :), numeric-formatting characters (#, 0, %, E, e, comma, period), and string-formatting characters (@, &, <, >, !)."
-msgstr "Οι χαρακτήρες μπροστά από τους οποίους θα πρέπει να υπάρχει μια ανάστροφη κάθετος στον κώδικα μορφής ώστε να εμφανίζονται ως χαρακτήρες κειμένου είναι οι χαρακτήρες μορφοποίησης ημερομηνίας και ώρας (a, c, d, h, m, n, p, q, s, t, w, y, /, :), οι χαρακτήρες αριθμητικής μορφοποίησης (#, 0, %, E, e, κόμμα, τελεία) και οι χαρακτήρες μορφοποίησης συμβολοσειράς (@, &amp;, &lt;, &gt;, !)."
+msgstr "Οι χαρακτήρες μπροστά από τους οποίους θα πρέπει να υπάρχει μια ανάστροφη κάθετος στον κώδικα μορφής ώστε να εμφανίζονται ως ρητοί χαρακτήρες είναι οι χαρακτήρες ημερομηνίας και χρόνου (a, c, d, h, m, n, p, q, s, t, w, y, /, :), οι χαρακτήρες αριθμητικής μορφοποίησης (#, 0, %, E, e, κόμμα, τελεία) και οι χαρακτήρες μορφοποίησης συμβολοσειράς (@, &, <, >, !)."
#: 03120301.xhp#par_id3145749.30.help.text
msgid "You can also use the following predefined number formats. Except for \"General Number\", all of the predefined format codes return the number as a decimal number with two decimal places."
diff --git a/translations/source/el/helpcontent2/source/text/sbasic/shared/01.po b/translations/source/el/helpcontent2/source/text/sbasic/shared/01.po
index 814dd68626b..79ce0286630 100644
--- a/translations/source/el/helpcontent2/source/text/sbasic/shared/01.po
+++ b/translations/source/el/helpcontent2/source/text/sbasic/shared/01.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 19:33+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/el/helpcontent2/source/text/sbasic/shared/02.po b/translations/source/el/helpcontent2/source/text/sbasic/shared/02.po
index ca2607412b2..f68ade420d4 100644
--- a/translations/source/el/helpcontent2/source/text/sbasic/shared/02.po
+++ b/translations/source/el/helpcontent2/source/text/sbasic/shared/02.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-28 21:16+0200\n"
"Last-Translator: Dimitris <dmtrs32@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 11080000.xhp#tit.help.text
diff --git a/translations/source/el/helpcontent2/source/text/scalc.po b/translations/source/el/helpcontent2/source/text/scalc.po
index 12e5cc3e22c..d4cc3d31b69 100644
--- a/translations/source/el/helpcontent2/source/text/scalc.po
+++ b/translations/source/el/helpcontent2/source/text/scalc.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+helpcontent2%2Fsource%2Ftext%2Fscalc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-28 10:03+0200\n"
"Last-Translator: Dimitris <dmtrs32@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: main0112.xhp#tit.help.text
diff --git a/translations/source/el/helpcontent2/source/text/scalc/00.po b/translations/source/el/helpcontent2/source/text/scalc/00.po
index 26867702b0d..fa0d0d37db1 100644
--- a/translations/source/el/helpcontent2/source/text/scalc/00.po
+++ b/translations/source/el/helpcontent2/source/text/scalc/00.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-01-31 22:51+0200\n"
"Last-Translator: Dimitris <dmtrs32@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 00000407.xhp#tit.help.text
diff --git a/translations/source/el/helpcontent2/source/text/scalc/01.po b/translations/source/el/helpcontent2/source/text/scalc/01.po
index 103ccfd8a4a..29420aa8c84 100644
--- a/translations/source/el/helpcontent2/source/text/scalc/01.po
+++ b/translations/source/el/helpcontent2/source/text/scalc/01.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fscalc%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
-"PO-Revision-Date: 2012-02-03 09:31+0200\n"
-"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-02-21 11:02+0200\n"
+"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: el\n"
"MIME-Version: 1.0\n"
@@ -4790,7 +4790,7 @@ msgstr "Μαθηματικές συναρτήσεις"
#: 04060106.xhp#par_id3154943.2.help.text
msgid "<variable id=\"mathematiktext\">This category contains the <emph>Mathematical</emph> functions for Calc.</variable> To open the <emph>Function Wizard</emph>, choose <link href=\"text/scalc/01/04060000.xhp\" name=\"Insert - Function\"><emph>Insert - Function</emph></link>."
-msgstr "<variable id=\"mathematiktext\"> Αυτή η κατηγορία περιέχει τις <emph>Μαθηματικές</emph> συναρτήσεις για το Calc.</variable> Για ανοίξετε το Οδηγό συνάρτησης, επιλέξτε <link href=\"text/scalc/01/04060000.xhp\" name=\"Εισαγωγή - Συνάρτηση\"><emph>Εισαγωγή - Συνάρτηση</emph></link>."
+msgstr "<variable id=\"mathematiktext\"> Αυτή η κατηγορία περιέχει τις <emph>Μαθηματικές</emph> συναρτήσεις για το Calc.</variable> Για ανοίξετε τον <emph>Οδηγό συνάρτησης</emph>, επιλέξτε <link href=\"text/scalc/01/04060000.xhp\" name=\"Εισαγωγή - Συνάρτηση\"><emph>Εισαγωγή - Συνάρτηση</emph></link>."
#: 04060106.xhp#bm_id3146944.help.text
msgid "<bookmark_value>ABS function</bookmark_value><bookmark_value>absolute values</bookmark_value><bookmark_value>values;absolute</bookmark_value>"
@@ -6551,7 +6551,7 @@ msgstr "Η συνάρτηση <item type=\"input\">=ROUND(2.348;2)</item> επι
#: 04060106.xhp#par_id3145899.406.help.text
msgid "<item type=\"input\">=ROUND(-32.4834;3)</item> returns -32.483. Change the cell format to see all decimals."
-msgstr "Η συνάρτηση επιστρέφει ως αποτέλεσμα -32.483. Μεταβάλετε τη μορφή των κελιών για να μπορέσετε να δείτε όλα τα δεκαδικά ψηφία."
+msgstr "<item type=\"input\">=ROUND(-32,4834;3)</item> επιστρέφει -32,483. Αλλάξτε τη μορφή των κελιών για να δείτε όλα τα δεκαδικά."
#: 04060106.xhp#par_id1371501.help.text
msgid "<item type=\"input\">=ROUND(2.348;0)</item> returns 2."
@@ -7189,7 +7189,7 @@ msgstr "Το <item type=\"input\">=CONVERT(100;\"ATS\";\"EUR\")</item> μετα
#: 04060106.xhp#par_id0908200902475431.help.text
msgid "=CONVERT(100;\"EUR\";\"DEM\") converts 100 Euros into German Marks. "
-msgstr "Το <item type=\"input\">=CONVERT(100;\"EUR\";\"DEM\")</item> μετατρέπει 100 Ευρώ σε Γερμανικά Μάρκα."
+msgstr "=CONVERT(100;\"EUR\";\"DEM\") μετατρέπει 100 Ευρώ σε γερμανικά μάρκα."
#: 04060106.xhp#bm_id3157177.help.text
msgid "<bookmark_value>ODD function</bookmark_value><bookmark_value>rounding;up/down to nearest odd integer</bookmark_value>"
@@ -7483,7 +7483,7 @@ msgstr "Η συνάρτηση παράγει ένα νέο τυχαίο αριθ
#: 04060106.xhp#par_id2091433.help.text
msgid "To generate random numbers which never recalculate, copy cells containing this function, and use <item type=\"menuitem\">Edit - Paste Special</item> (with <item type=\"menuitem\">Paste All</item> and <item type=\"menuitem\">Formulas</item> not marked and <item type=\"menuitem\">Numbers</item> marked)."
-msgstr "Για να δημιουργήσετε τυχαίους αριθμούς που δεν επανυπολογίζονται ποτέ, αντιγράψτε τα κελιά που περιέχουν αυτή τη συνάρτηση και χρησιμοποιήστε το <item type=\"menuitem\">Επεξεργασία - Ειδική Επικόλληση</item> (με το <item type=\"menuitem\">Επικόλληση όλα</item> και το <item type=\"menuitem\">Τύποι</item> αποεπιλεγμένα)."
+msgstr "Για να δημιουργήσετε τυχαίους αριθμούς που δεν επανυπολογίζονται ποτέ, αντιγράψτε τα κελιά που περιέχουν αυτή τη συνάρτηση και χρησιμοποιήστε το <item type=\"menuitem\">Επεξεργασία - Ειδική Επικόλληση</item> (με το <item type=\"menuitem\">Επικόλληση όλων</item> και το <item type=\"menuitem\">Τύποι</item> αποεπιλεγμένα και το <item type=\"menuitem\">Αριθμοί</item> επιλεγμένο)."
#: 04060106.xhp#hd_id3164772.675.help.text
msgctxt "04060106.xhp#hd_id3164772.675.help.text"
@@ -7522,7 +7522,7 @@ msgstr "Η συνάρτηση παράγει ένα νέο τυχαίο αριθ
#: 04060106.xhp#par_id9312417.help.text
msgid "To generate random numbers which never recalculate, copy cells each containing =RAND(), and use <item type=\"menuitem\">Edit - Paste Special</item> (with <item type=\"menuitem\">Paste All</item> and <item type=\"menuitem\">Formulas</item> not marked and <item type=\"menuitem\">Numbers</item> marked)."
-msgstr "Για να δημιουργήσετε τυχαίους αριθμούς που δεν επανυπολογίζονται ποτέ, αντιγράψτε τα κελιά που περιέχουν =RAND() και χρησιμοποιήστε το <item type=\"menuitem\">Επεξεργασία - Ειδική Επικόλληση</item> (με το <item type=\"menuitem\">Επικόλληση όλων</item> και το <item type=\"menuitem\">Αριθμοί</item> αποεπιλεγμένα)."
+msgstr "Για να δημιουργήσετε τυχαίους αριθμούς που δεν επανυπολογίζονται ποτέ, αντιγράψτε τα κελιά που περιέχουν =RAND() και χρησιμοποιήστε το <item type=\"menuitem\">Επεξεργασία - Ειδική Επικόλληση</item> (με το <item type=\"menuitem\">Επικόλληση όλων</item> και το <item type=\"menuitem\">Αριθμοί</item> αποεπιλεγμένα και το <item type=\"menuitem\">Αριθμοί</item> επιλεγμένο)."
#: 04060106.xhp#hd_id9089022.help.text
msgctxt "04060106.xhp#hd_id9089022.help.text"
@@ -8154,7 +8154,7 @@ msgstr "Η <emph>Τυπική-απόκλιση</emph> είναι η μέση τ
#: 04060183.xhp#par_id3155992.help.text
msgid "<emph>Cumulative</emph> (optional) = 0 calculates the density function, Cumulative = 1 calculates the distribution."
-msgstr "Η <emph>C</emph> είναι μία λογική τιμή που καθορίζει τη μορφή της συνάρτησης. Για <emph>C = 0</emph> υπολογίζεται η συνάρτηση κατανομής, και για <emph>C = 1</emph> υπολογίζεται η κατανομή."
+msgstr "<emph>Αθροιστική</emph> (προαιρετικό) = 0 υπολογίζει την συνάρτηση πυκνότητας, Αθροιστική = 1 υπολογίζει την κατανομή."
#: 04060183.xhp#hd_id3153178.83.help.text
msgctxt "04060183.xhp#hd_id3153178.83.help.text"
@@ -9785,7 +9785,7 @@ msgstr "<ahelp hid=\".uno:ShowInvalid\" visibility=\"visible\">Επισημαί
#: 06030800.xhp#par_id3151211.3.help.text
msgid "The <link href=\"text/scalc/01/12120000.xhp\" name=\"validity rules\">validity rules</link> restrict the input of numbers, dates, time values and text to certain values. However, it is possible to enter invalid values or copy invalid values into the cells if the <emph>Stop</emph> option is not selected. When you assign a validity rule, existing values in a cell will not be modified."
-msgstr "Οι <link href=\"text/scalc/01/12120000.xhp\" name=\"κανόνες εγκυρότητας\">κανόνες εγκυρότητας</link> περιορίζουν την είσοδο αριθμών, ημερομηνιών, τιμών ώρας και κειμένου σε ορισμένες τιμές. Ωστόσο, είναι δυνατό να εισαγάγετε μη έγκυρες τιμές ή να αντιγράψετε μη έγκυρες τιμές στα κελιά. Όταν αναθέτετε έναν κανόνα εγκυρότητας, οι υπάρχουσες τιμές σε κάποιο κελί δεν θα τροποποιηθούν."
+msgstr "Οι <link href=\"text/scalc/01/12120000.xhp\" name=\"κανόνες εγκυρότητας\">κανόνες εγκυρότητας</link> περιορίζουν την είσοδο αριθμών, ημερομηνιών, τιμών χρόνου και κειμένου σε ορισμένες τιμές. Ωστόσο, είναι δυνατό να εισαγάγετε άκυρες τιμές ή να αντιγράψετε άκυρες τιμές στα κελιά εάν η επιλογή <emph>Στάση</emph> δεν είναι ενεργή. Όταν αναθέτετε έναν κανόνα εγκυρότητας, οι υπάρχουσες τιμές σε κάποιο κελί δεν θα τροποποιηθούν."
#: 12090105.xhp#tit.help.text
msgctxt "12090105.xhp#tit.help.text"
@@ -15525,7 +15525,7 @@ msgstr "<ahelp hid=\"SC:EDIT:RID_SCDLG_AREAS:ED_PRINTAREA\">Σας επιτρέ
#: 05080300.xhp#par_id3145174.5.help.text
msgid "Select <emph>-none-</emph> to remove a print range definition for the current spreadsheet. Select <emph>-entire sheet-</emph> to set the current sheet as a print range. Select <emph>-selection-</emph> to define the selected area of a spreadsheet as the print range. By selecting <emph>-user-defined-</emph>, you can define a print range that you have already defined using the <emph>Format - Print Ranges - Define</emph> command. If you have given a name to a range using the <emph>Insert - Names - Define</emph> command, this name will be displayed and can be selected from the list box."
-msgstr "Επιλέξτε <emph>-καμία-</emph> για να καταργήσετε έναν ορισμό περιοχής εκτύπωσης για το τρέχον υπολογιστικό φύλλο. Επιλέξτε <emph>-ολόκληρο φύλλο-</emph> για να καθορίσετε το τρέχον φύλλο ως περιοχή εκτύπωσης. Επιλέγοντας <emph>-επιλογή-</emph>, μπορείτε να καθορίστε μια περιοχή εκτύπωσης που έχετε καθορίσει ήδη χρησιμοποιώντας την επιλογή <emph>Μορφή - Περιοχές εκτύπωσης - Ορισμός</emph>. Αν, για παράδειγμα, έχετε δώσει κάποιο όνομα σε μια περιοχή χρησιμοποιώντας την επιλογή <emph>Εισαγωγή - Ονόματα - Ορισμός</emph>, αυτό το όνομα θα εμφανίζεται και θα υπάρχει η δυνατότητα επιλογής του στο πλαίσιο λίστας."
+msgstr "Επιλέξτε <emph>-καμία-</emph> για να καταργήσετε έναν ορισμό περιοχής εκτύπωσης για το τρέχον υπολογιστικό φύλλο. Επιλέξτε <emph>-ολόκληρο φύλλο-</emph> για να καθορίσετε το τρέχον φύλλο ως περιοχή εκτύπωσης. Διαλέξτε <emph>-επιλογή-</emph>, για να ορίσετε την επιλεγμένη περιοχή υπολογιστικού φύλλου ως περιοχή εκτύπωσης. Επιλέγοντας <emph>-από το χρήστη-</emph>, μπορείτε να ορίσετε περιοχή εκτύπωσης που ήδη καθορίσατε χρησιμοποιώντας την εντολή <emph>Μορφή - Περιοχές εκτύπωσης - Ορισμός</emph>. Εάν έχετε ονομάσει μια περιοχή χρησιμοποιώντας την εντολή <emph>Εισαγωγή - Ονόματα - Ορισμός</emph>, αυτό το όνομα θα εμφανιστεί και μπορεί να επιλεγεί από το πλαίσιο λίστας."
#: 05080300.xhp#par_id3145272.6.help.text
msgid "In the right-hand text box, you can enter a print range by reference or by name. If the cursor is in the <emph>Print range</emph> text box, you can also select the print range in the spreadsheet with your mouse."
@@ -19583,7 +19583,7 @@ msgstr "Εισαγωγή φύλλου"
#: 04050000.xhp#bm_id4522232.help.text
msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>φύλλα, δημιουργία</bookmark_value><bookmark_value>φύλλα, εισαγωγή</bookmark_value>"
+msgstr "<bookmark_value>φύλλα;δημιουργία</bookmark_value>"
#: 04050000.xhp#hd_id3155629.1.help.text
msgctxt "04050000.xhp#hd_id3155629.1.help.text"
@@ -22294,7 +22294,7 @@ msgstr " <emph>End</emph> (προαιρετικό) είναι το υ
#: 04060181.xhp#par_id012020091254453.help.text
msgid " <emph>Cumulative</emph> (optional) can be 0 or False to calculate the probability density function. It can be any other value or True or omitted to calculate the cumulative distribution function."
-msgstr "Χρησιμοποιήστε αυτήν τη συνάρτηση για να υπολογίσετε το ποσό των χρημάτων που χρειάζεστε για να επενδύσετε με σταθερό επιτόκιο σήμερα, για να εισπράξετε ένα συγκεκριμένο ποσό, ένα ετήσιο ποσό, σε συγκεκριμένο αριθμό περιόδων. Μπορείτε επίσης να καθορίσετε πόσα χρήματα θα μείνουν μετά το πέρας της περιόδου. Καθορίστε επίσης εάν το ποσό θα πληρώνεται στην αρχή ή στο τέλος της περιόδου."
+msgstr "<emph>Αθροιστική</emph> (προαιρετικό) μπορεί να είναι 0 ή ψευδής για να υπολογιστεί η συνάρτηση πυκνότητας πιθανότητας. Μπορεί να είναι οποιαδήποτε άλλη τιμή ή αληθής ή παραλειπόμενη για να υπολογιστεί η συνάρτηση αθροιστικής κατανομής."
#: 04060181.xhp#par_idN10AB3.help.text
msgctxt "04060181.xhp#par_idN10AB3.help.text"
@@ -22658,7 +22658,7 @@ msgstr "Οι <emph>Βαθμοί-ελευθερίας</emph> είναι ο αρι
#: 04060181.xhp#par_id0119200902395623.help.text
msgid " <emph>Cumulative</emph> (optional): 0 or False calculates the probability density function. Other values or True or omitted calculates the cumulative distribution function."
-msgstr "Η <emph>C</emph> είναι μία λογική τιμή που καθορίζει τη μορφή της συνάρτησης. Για <emph>C = 0</emph> υπολογίζεται η συνάρτηση κατανομής, και για <emph>C = 1</emph> υπολογίζεται η κατανομή."
+msgstr "<emph>Αθροιστική</emph> (προαιρετικό): 0 ή ψευδής υπολογίζει τη συνάρτηση πυκνότητας πιθανότητας. Οι άλλες τιμές ή αληθής ή παραλειπόμενη υπολογίζει τη συνάρτηση αθροιστικής κατανομής."
#: 04060181.xhp#bm_id3150603.help.text
msgid "<bookmark_value>EXPONDIST function</bookmark_value> <bookmark_value>exponential distributions</bookmark_value>"
diff --git a/translations/source/el/helpcontent2/source/text/scalc/02.po b/translations/source/el/helpcontent2/source/text/scalc/02.po
index 0d529448494..7830b57368f 100644
--- a/translations/source/el/helpcontent2/source/text/scalc/02.po
+++ b/translations/source/el/helpcontent2/source/text/scalc/02.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-02-03 10:35+0200\n"
"Last-Translator: Dimitris <dmtrs32@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 18010000.xhp#tit.help.text
diff --git a/translations/source/el/helpcontent2/source/text/scalc/04.po b/translations/source/el/helpcontent2/source/text/scalc/04.po
index b2bb15f508e..5561845823b 100644
--- a/translations/source/el/helpcontent2/source/text/scalc/04.po
+++ b/translations/source/el/helpcontent2/source/text/scalc/04.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-02-03 10:57+0200\n"
"Last-Translator: Dimitris <dmtrs32@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 01020000.xhp#tit.help.text
diff --git a/translations/source/el/helpcontent2/source/text/scalc/05.po b/translations/source/el/helpcontent2/source/text/scalc/05.po
index 8c033680315..a0889568d2c 100644
--- a/translations/source/el/helpcontent2/source/text/scalc/05.po
+++ b/translations/source/el/helpcontent2/source/text/scalc/05.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fscalc%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
-"PO-Revision-Date: 2012-02-03 13:52+0200\n"
-"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
+"PO-Revision-Date: 2012-02-21 11:11+0200\n"
+"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: el\n"
"MIME-Version: 1.0\n"
@@ -41,7 +41,7 @@ msgstr "Για τα ακόλουθα παραδείγματα, το Α1 περι
#: empty_cells.xhp#par_id8277230.help.text
msgid "A1: 1 B1: <empty> C1: =B1 (displays 0)"
-msgstr "A1: 1 B1: <κενό> C1: =B1 (εμφανίζει το 0)"
+msgstr "A1: 1 B1: <empty> C1: =B1 (εμφανίζει το 0)"
#: empty_cells.xhp#par_id4086428.help.text
msgctxt "empty_cells.xhp#par_id4086428.help.text"
@@ -116,7 +116,7 @@ msgstr "Σημειώστε ότι το πρόγραμμα Microsoft Excel συμ
#: empty_cells.xhp#par_id2629474.help.text
msgid "A1: <empty>"
-msgstr "A1: <κενό>"
+msgstr "A1: <empty>"
#: empty_cells.xhp#par_id8069704.help.text
msgid "B1: =A1 => displays 0, but is just a reference to an empty cell"
diff --git a/translations/source/el/helpcontent2/source/text/scalc/guide.po b/translations/source/el/helpcontent2/source/text/scalc/guide.po
index 45742c5950a..60b8da76688 100644
--- a/translations/source/el/helpcontent2/source/text/scalc/guide.po
+++ b/translations/source/el/helpcontent2/source/text/scalc/guide.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-02-06 17:28+0200\n"
"Last-Translator: Dimitris <dmtrs32@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: year2000.xhp#tit.help.text
diff --git a/translations/source/el/helpcontent2/source/text/schart.po b/translations/source/el/helpcontent2/source/text/schart.po
index 84e9dded8cf..4838ba46382 100644
--- a/translations/source/el/helpcontent2/source/text/schart.po
+++ b/translations/source/el/helpcontent2/source/text/schart.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+helpcontent2%2Fsource%2Ftext%2Fschart.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/el/helpcontent2/source/text/schart/00.po b/translations/source/el/helpcontent2/source/text/schart/00.po
index b96223c9ae1..e60cf9d8e78 100644
--- a/translations/source/el/helpcontent2/source/text/schart/00.po
+++ b/translations/source/el/helpcontent2/source/text/schart/00.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-28 10:06+0200\n"
"Last-Translator: Dimitris <dmtrs32@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 00000004.xhp#tit.help.text
diff --git a/translations/source/el/helpcontent2/source/text/schart/01.po b/translations/source/el/helpcontent2/source/text/schart/01.po
index 6fd98c281d3..c6afea95c21 100644
--- a/translations/source/el/helpcontent2/source/text/schart/01.po
+++ b/translations/source/el/helpcontent2/source/text/schart/01.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-28 10:56+0200\n"
"Last-Translator: Dimitris <dmtrs32@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 04020000.xhp#tit.help.text
diff --git a/translations/source/el/helpcontent2/source/text/schart/02.po b/translations/source/el/helpcontent2/source/text/schart/02.po
index 5744001349d..a4471c9d0b7 100644
--- a/translations/source/el/helpcontent2/source/text/schart/02.po
+++ b/translations/source/el/helpcontent2/source/text/schart/02.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/el/helpcontent2/source/text/schart/04.po b/translations/source/el/helpcontent2/source/text/schart/04.po
index 8d627d6bdbc..d1593a47812 100644
--- a/translations/source/el/helpcontent2/source/text/schart/04.po
+++ b/translations/source/el/helpcontent2/source/text/schart/04.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/el/helpcontent2/source/text/sdraw.po b/translations/source/el/helpcontent2/source/text/sdraw.po
index 29fdccf2e67..01ffd525e0a 100644
--- a/translations/source/el/helpcontent2/source/text/sdraw.po
+++ b/translations/source/el/helpcontent2/source/text/sdraw.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+helpcontent2%2Fsource%2Ftext%2Fsdraw.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-27 23:30+0200\n"
"Last-Translator: Dimitris <dmtrs32@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: main0101.xhp#tit.help.text
diff --git a/translations/source/el/helpcontent2/source/text/sdraw/00.po b/translations/source/el/helpcontent2/source/text/sdraw/00.po
index 93442c66807..82538ac7517 100644
--- a/translations/source/el/helpcontent2/source/text/sdraw/00.po
+++ b/translations/source/el/helpcontent2/source/text/sdraw/00.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 19:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/el/helpcontent2/source/text/sdraw/01.po b/translations/source/el/helpcontent2/source/text/sdraw/01.po
index 207cd9acb9b..fda6ab020c3 100644
--- a/translations/source/el/helpcontent2/source/text/sdraw/01.po
+++ b/translations/source/el/helpcontent2/source/text/sdraw/01.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/el/helpcontent2/source/text/sdraw/04.po b/translations/source/el/helpcontent2/source/text/sdraw/04.po
index 7b18bb521a3..f4f81ec841e 100644
--- a/translations/source/el/helpcontent2/source/text/sdraw/04.po
+++ b/translations/source/el/helpcontent2/source/text/sdraw/04.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-28 00:03+0200\n"
"Last-Translator: Dimitris <dmtrs32@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 01020000.xhp#tit.help.text
diff --git a/translations/source/el/helpcontent2/source/text/sdraw/guide.po b/translations/source/el/helpcontent2/source/text/sdraw/guide.po
index bef19761721..4e1a2b70b4b 100644
--- a/translations/source/el/helpcontent2/source/text/sdraw/guide.po
+++ b/translations/source/el/helpcontent2/source/text/sdraw/guide.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-28 00:10+0200\n"
"Last-Translator: Dimitris <dmtrs32@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: draw_sector.xhp#tit.help.text
diff --git a/translations/source/el/helpcontent2/source/text/shared.po b/translations/source/el/helpcontent2/source/text/shared.po
index 042b22b9a65..9bbdc58473f 100644
--- a/translations/source/el/helpcontent2/source/text/shared.po
+++ b/translations/source/el/helpcontent2/source/text/shared.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+helpcontent2%2Fsource%2Ftext%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2012-01-27 23:48+0200\n"
"Last-Translator: Dimitris <dmtrs32@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: main0226.xhp#tit.help.text
diff --git a/translations/source/el/helpcontent2/source/text/shared/00.po b/translations/source/el/helpcontent2/source/text/shared/00.po
index 8201c06a793..5b66149d67a 100644
--- a/translations/source/el/helpcontent2/source/text/shared/00.po
+++ b/translations/source/el/helpcontent2/source/text/shared/00.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-02-08 23:23+0200\n"
"Last-Translator: Dimitris <dmtrs32@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 00000200.xhp#tit.help.text
diff --git a/translations/source/el/helpcontent2/source/text/shared/01.po b/translations/source/el/helpcontent2/source/text/shared/01.po
index c61fb3d6160..940517d0b41 100644
--- a/translations/source/el/helpcontent2/source/text/shared/01.po
+++ b/translations/source/el/helpcontent2/source/text/shared/01.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
-"PO-Revision-Date: 2012-02-11 23:32+0200\n"
-"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
+"PO-Revision-Date: 2012-02-21 12:25+0200\n"
+"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: el\n"
"MIME-Version: 1.0\n"
@@ -6796,7 +6796,7 @@ msgstr "<link href=\"text/shared/01/01170000.xhp\" name=\"Έξοδος\">Έξο
#: 01170000.xhp#par_id3151299.2.help.text
msgid "<ahelp hid=\".\">Closes all $[officename] programs and prompts you to save your changes.</ahelp> <switchinline select=\"sys\"><caseinline select=\"MAC\">This command does not exist on Mac OS X systems.</caseinline><defaultinline/></switchinline>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Κλείνει όλα τα προγράμματα του $[officename] και προτρέπει για αποθήκευση των αλλαγών σας.</ahelp> <switchinline select=\"sys\"><caseinline select=\"MAC\">Αυτή η εντολή δεν υπάρχει σε συστήματα Mac OS X.</caseinline><defaultinline/></switchinline>"
#: 01170000.xhp#par_id3154184.6.help.text
msgid "<link href=\"text/shared/01/01050000.xhp\" name=\"Close the current document\">Close the current document</link>"
@@ -9240,7 +9240,7 @@ msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Για να
#: 01130000.xhp#par_idN1099E.help.text
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">To set the default <item type=\"productname\">%PRODUCTNAME</item> printer options for spreadsheet documents, choose <link href=\"text/shared/optionen/01060700.xhp\" name=\"Tools - Options - Calc - Print\"><emph>Tools - Options - %PRODUCTNAME Calc - Print</emph></link>.</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Για να ορίσετε τις προεπιλεγμένες επιλογές εκτυπωτή για έγγραφα λογιστικού φύλλου του <item type=\"productname\">%PRODUCTNAME</item>, επιλέξτε <link href=\"text/shared/optionen/01060700.xhp\" name=\"Εργαλεία - Επιλογές - Calc - Εκτύπωση\"><emph>Εργαλεία - Επιλογές - %PRODUCTNAME Calc - Εκτύπωση</emph></link>.</caseinline></switchinline>"
#: 01130000.xhp#par_idN109CD.help.text
msgid "<switchinline select=\"appl\"><caseinline select=\"IMPRESS\">To set the default <item type=\"productname\">%PRODUCTNAME</item>printer options for presentation documents, choose <link href=\"text/shared/optionen/01070400.xhp\" name=\"Tools - Options - Impress - Print\"><emph>Tools - Options - %PRODUCTNAME Impress - Print</emph></link>.</caseinline></switchinline>"
@@ -12295,7 +12295,7 @@ msgstr "<link href=\"text/shared/01/05110700.xhp\" name=\"Superscript\">Superscr
#: 05110700.xhp#par_id3152937.2.help.text
msgid "<ahelp hid=\".uno:SuperScript\">Reduces the font size of the selected text and raises the text above the baseline.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:SuperScript\">Μειώνει το μέγεθος της γραμματοσειράς του επιλεγμένου κειμένου και υψώνει το κείμενο επάνω από τη γραμμή βάσης.</ahelp>"
#: 03050000.xhp#tit.help.text
msgid "Tools Bar"
diff --git a/translations/source/el/helpcontent2/source/text/shared/02.po b/translations/source/el/helpcontent2/source/text/shared/02.po
index 18575960593..665fd6605ef 100644
--- a/translations/source/el/helpcontent2/source/text/shared/02.po
+++ b/translations/source/el/helpcontent2/source/text/shared/02.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-02-11 10:28+0200\n"
"Last-Translator: Dimitris <dmtrs32@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 18010000.xhp#tit.help.text
diff --git a/translations/source/el/helpcontent2/source/text/shared/04.po b/translations/source/el/helpcontent2/source/text/shared/04.po
index 16d1879245a..65bb6f5f7d3 100644
--- a/translations/source/el/helpcontent2/source/text/shared/04.po
+++ b/translations/source/el/helpcontent2/source/text/shared/04.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-02-10 12:13+0200\n"
"Last-Translator: Dimitris <dmtrs32@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 01010000.xhp#tit.help.text
diff --git a/translations/source/el/helpcontent2/source/text/shared/05.po b/translations/source/el/helpcontent2/source/text/shared/05.po
index 9489258fa49..a7fa15faec1 100644
--- a/translations/source/el/helpcontent2/source/text/shared/05.po
+++ b/translations/source/el/helpcontent2/source/text/shared/05.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-02-10 12:32+0200\n"
"Last-Translator: Dimitris <dmtrs32@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 00000110.xhp#tit.help.text
diff --git a/translations/source/el/helpcontent2/source/text/shared/07.po b/translations/source/el/helpcontent2/source/text/shared/07.po
index 9ccaba3ba23..b3e13e94786 100644
--- a/translations/source/el/helpcontent2/source/text/shared/07.po
+++ b/translations/source/el/helpcontent2/source/text/shared/07.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F07.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/el/helpcontent2/source/text/shared/autokorr.po b/translations/source/el/helpcontent2/source/text/shared/autokorr.po
index c0a04429925..0565e22e3ae 100644
--- a/translations/source/el/helpcontent2/source/text/shared/autokorr.po
+++ b/translations/source/el/helpcontent2/source/text/shared/autokorr.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautokorr.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/el/helpcontent2/source/text/shared/autopi.po b/translations/source/el/helpcontent2/source/text/shared/autopi.po
index 3c08bb7c54e..9154cf14098 100644
--- a/translations/source/el/helpcontent2/source/text/shared/autopi.po
+++ b/translations/source/el/helpcontent2/source/text/shared/autopi.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautopi.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-02-10 13:44+0200\n"
"Last-Translator: Dimitris <dmtrs32@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 01110200.xhp#tit.help.text
diff --git a/translations/source/el/helpcontent2/source/text/shared/explorer/database.po b/translations/source/el/helpcontent2/source/text/shared/explorer/database.po
index fd3de505116..7375c2d738f 100644
--- a/translations/source/el/helpcontent2/source/text/shared/explorer/database.po
+++ b/translations/source/el/helpcontent2/source/text/shared/explorer/database.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2Fexplorer%2Fdatabase.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
-"PO-Revision-Date: 2012-02-10 17:30+0200\n"
-"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2012-02-21 09:45+0200\n"
+"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: el\n"
"MIME-Version: 1.0\n"
@@ -601,11 +601,11 @@ msgstr "<link href=\"text/shared/explorer/database/02000000.xhp\" name=\"Ερω
#: 02000000.xhp#par_id3150499.2.help.text
msgid "A \"query\" is a special view of a table. A query can display chosen records or chosen fields within records; it can also sort those records. A query can apply to one table to multiple tables, if they are linked by common data fields."
-msgstr "Τα ερωτήματα είναι ειδικές προβολές πινάκων. Ένα ερώτημα μπορεί να εμφανίσει επιλεγμένες εγγραφές ή επιλεγμένα πεδία εγγραφών. Μπορεί επίσης να ταξινομήσει αυτές τις εγγραφές. Ένα ερώτημα μπορεί να εφαρμοστεί από ένα σε πολλούς πίνακες, εάν είναι συνδεδεμένοι με κοινά πεδία δεδομένων."
+msgstr "Το \"ερώτημα\" είναι ειδική προβολή πίνακα. Ένα ερώτημα μπορεί να εμφανίσει επιλεγμένες εγγραφές ή επιλεγμένα πεδία εγγραφών· μπορεί επίσης να ταξινομήσει αυτές τις εγγραφές. Ένα ερώτημα μπορεί να εφαρμοστεί σε ένα σε πολλούς πίνακες, εάν είναι συνδεδεμένοι με κοινά πεδία δεδομένων."
#: 02000000.xhp#par_id3147399.12.help.text
msgid "Use queries to find records from data tables based on certain criteria. All queries created for a database are listed under the <emph>Queries</emph> entry. Since this entry contains the database queries, it is also called the \"query container\"."
-msgstr "Χρησιμοποιήστε τα ερωτήματα για την εύρεση εγγραφών από πίνακες δεδομένων βάσει συγκεκριμένων κριτηρίων. Όλα τα ερωτήματα που έχουν δημιουργηθεί για μια βάση δεδομένων εμφανίζονται σε μορφή λίστας κάτω από την καταχώρηση <emph>Ερωτήματα</emph>. Καθώς αυτή η καταχώρηση περιλαμβάνει τα ερωτήματα της βάσης δεδομένων ονομάζεται κοντέινερ ερωτημάτων."
+msgstr "Χρησιμοποιήστε τα ερωτήματα για την εύρεση εγγραφών από πίνακες δεδομένων βάσει συγκεκριμένων κριτηρίων. Όλα τα δημιουργούμενα ερωτήματα για μια βάση δεδομένων καταχωρούνται στα <emph>Ερωτήματα</emph>. Καθώς αυτή η καταχώρηση περιλαμβάνει τα ερωτήματα της βάσης δεδομένων, ονομάζεται επίσης \"περιέκτης ερωτήματος\"."
#: 02000000.xhp#hd_id3153750.39.help.text
msgid "Printing Queries"
@@ -2641,7 +2641,7 @@ msgstr "Ορατό"
#: 02010100.xhp#par_id3146133.32.help.text
msgid "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">If you mark the <emph>Visible</emph> property for a data field, that field will be visible in the query</ahelp>. If you only use a data field to formulate a condition, you do not necessarily need to show it."
-msgstr "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">Μπορείτε να επιλέξετε την εντολή \"Εμφάνιση\" του πεδίου δεδομένων, και το πεδίο θα είναι ορατό στο ερώτημα.</ahelp> Εάν χρησιμοποιήσετε μόνο ένα πεδίο δεδομένων για τον ορισμό μιας συνθήκης, δεν είναι απαραίτητο να φαίνεται αυτό το πεδίο. "
+msgstr "<ahelp hid=\"HID_QRYDGN_ROW_VISIBLE\">Εάν σημειώσετε την ιδιότητα <emph>Ορατό</emph> για πεδίο δεδομένων αυτό το πεδίο θα είναι ορατό στο ερώτημα.</ahelp> Εάν χρησιμοποιήσετε μόνο ένα πεδίο δεδομένων για τον επεξεργασία μιας συνθήκης, δεν είναι απαραίτητο να φαίνεται αυτό το πεδίο. "
#: 02010100.xhp#hd_id3154714.33.help.text
msgid "Criteria"
@@ -2832,7 +2832,7 @@ msgstr "<emph> Παραδείγματα</emph>"
#: 02010100.xhp#par_id3151120.205.help.text
msgid "In the following example, a query is run through two tables: an \"Item\" table with the \"Item_No\" field and a \"Suppliers\" table with the \"Supplier_Name\" field. In addition, both tables have a common field name \"Supplier_No.\""
-msgstr "Στο παράδειγμα που ακολουθεί, ένα ερώτημα εκτελείται για δύο πίνακες: τον πίνακα Αντικείμενο με το πεδίο \"Κωδ._Αντικειμένου\" και τον πίνακα Προμηθευτές με το πεδίο \"Όνομα_προμηθευτή\". Επιπλέον, και οι δύο πίνακες έχουν κοινό όνομα πεδίου το \"Κωδ._προμηθευτή.\""
+msgstr "Στο παράδειγμα που ακολουθεί, ένα ερώτημα εκτελείται σε δύο πίνακες: τον πίνακα \"Στοιχείο\" με το πεδίο \"Κωδ._Στοιχείου\" και τον πίνακα \"Προμηθευτές\" με το πεδίο \"Όνομα_προμηθευτή\". Επιπλέον και οι δύο πίνακες έχουν κοινό όνομα πεδίου το \"Κωδ._προμηθευτή.\""
#: 02010100.xhp#par_id3155144.206.help.text
msgid "The following steps are required to create a query containing all suppliers who deliver more than three items."
@@ -2840,7 +2840,7 @@ msgstr "Για τη δημιουργία ενός ερωτήματος, το ο
#: 02010100.xhp#par_id3153240.207.help.text
msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
-msgstr "Εισαγάγετε τους πίνακες Αντικείμενο και Προμηθευτές στο σχέδιο του ερωτήματος."
+msgstr "Εισαγάγετε τους πίνακες \"Στοιχείο\" και \"Προμηθευτές\" στο σχέδιο του ερωτήματος."
#: 02010100.xhp#par_id3148807.208.help.text
msgid "Link the \"Supplier_No\" fields of the two tables if there is not already a relation of this type."
@@ -2848,15 +2848,15 @@ msgstr "Συνδέστε τα πεδία \"Κωδ._προμηθευτή\" των
#: 02010100.xhp#par_id3161652.209.help.text
msgid "Double-click the \"Item_No\" field from the \"Item\" table. Display the <emph>Function</emph> line using the context menu and select the Count function."
-msgstr "Κάντε διπλό κλικ στο πεδίο \"Κωδ._είδους\" του πίνακα Είδος. Εμφανίστε τη γραμμή <emph>Συνάρτησης</emph>, χρησιμοποιώντας το μενού περιβάλλοντος και επιλέξτε τη συνάρτηση Count."
+msgstr "Διπλό κλικ στο πεδίο \"Κωδ._είδους\" από τον πίνακα \"Είδος\". Εμφανίστε τη γραμμή <emph>Συνάρτηση</emph>, χρησιμοποιώντας το μενού περιεχομένου και επιλέξτε τη συνάρτηση Count."
#: 02010100.xhp#par_id3151009.210.help.text
msgid "Enter >3 as a criterion and disable the Visible field."
-msgstr "Εισαγάγετε ως κριτήριο την τιμή >3 και απενεργοποιήστε το πεδίο \"Ορατό.\""
+msgstr "Εισαγάγετε ως κριτήριο την τιμή >3 και απενεργοποιήστε το ορατό πεδίο."
#: 02010100.xhp#par_id3145601.211.help.text
msgid "Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and choose the Group function."
-msgstr "Κάντε διπλό κλικ στο πεδίο Όνομα_προμηθευτή του πίνακα Προμηθευτές και επιλέξτε τη συνάρτηση Group."
+msgstr "Κάντε διπλό κλικ στο πεδίο \"Όνομα_προμηθευτή\" του πίνακα \"Προμηθευτές\" και επιλέξτε τη συνάρτηση Group."
#: 02010100.xhp#par_id3147512.212.help.text
msgctxt "02010100.xhp#par_id3147512.212.help.text"
@@ -3468,7 +3468,7 @@ msgstr "IS NULL"
#: 02010100.xhp#par_id3159385.243.help.text
msgid "IS NULL returns all records for which the Yes/No field has neither of the states Yes or No (selected in gray)."
-msgstr "Η εντολή »IS NULL επιστρέφει όλες τις εγγραφές για τις οποίες το πεδίο Ναι/Όχι βρίσκεται σε οποιαδήποτε από τις καταστάσεις Ναι ή Όχι (επιλεγμένο με γκρι)."
+msgstr "Το IS NULL επιστρέφει όλες τις εγγραφές για τις οποίες το πεδίο Ναι/Όχι δεν έχει καμία από τις καταστάσεις Ναι ή Όχι (επιλεγμένες με γκρι)."
#: 02010100.xhp#par_id3157888.244.help.text
msgid "The syntax depends on the database system used. You should also note that Yes/No fields can be defined differently (only 2 states instead of 3)."
diff --git a/translations/source/el/helpcontent2/source/text/shared/guide.po b/translations/source/el/helpcontent2/source/text/shared/guide.po
index 93d313a5eae..82e437c334d 100644
--- a/translations/source/el/helpcontent2/source/text/shared/guide.po
+++ b/translations/source/el/helpcontent2/source/text/shared/guide.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-02-14 13:41+0200\n"
"Last-Translator: Dimitris <dmtrs32@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: redlining_doccompare.xhp#tit.help.text
diff --git a/translations/source/el/helpcontent2/source/text/shared/optionen.po b/translations/source/el/helpcontent2/source/text/shared/optionen.po
index 6eaa76056eb..662ddbedca9 100644
--- a/translations/source/el/helpcontent2/source/text/shared/optionen.po
+++ b/translations/source/el/helpcontent2/source/text/shared/optionen.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2Foptionen.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
-"PO-Revision-Date: 2012-02-12 20:57+0200\n"
-"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-02-21 09:28+0200\n"
+"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: el\n"
"MIME-Version: 1.0\n"
@@ -124,8 +124,8 @@ msgid "If you import an MS Word document, the spaces are automatically added dur
msgstr "Εάν πραγματοποιήσετε εισαγωγή εγγράφου MS Word, τα διαστήματα προστίθενται αυτόματα κατά τη μετατροπή."
#: 01041000.xhp#hd_id3149964.42.help.text
-msgid "Use StarOffice 6.0/7 tab stop formatting"
-msgstr "Χρήση μορφοποίησης στηλοθετών StarOffice 6.0/7"
+msgid "Use OpenOffice.org 1.1 tab stop formatting"
+msgstr "Χρήση της μορφοποίησης στάσης στηλοθέτη του OpenOffice.org 1.1"
#: 01041000.xhp#par_id3152777.43.help.text
msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTLOAD_PAGE_CB_TAB_ALIGNMENT\">Specifies how to align text at tab stops beyond the right margin, how to handle decimal tab stops, and how to handle tab stops close to a line break.</ahelp> If this check box is not selected, tab stops are handled in the same way as in other Office applications."
@@ -148,8 +148,8 @@ msgid "In text documents created by your current version of Writer, the addition
msgstr "Σε έγγραφα κειμένου που έχουν δημιουργηθεί με την παρούσα έκδοση του Writer, χρησιμοποιείται εξορισμού το επιπρόσθετο αρχικό διάστημα. Σε έγγραφα κειμένου που δημιουργήθηκαν με εκδόσεις του Writer προγενέστερες του StarOffice 8 ή του OpenOffice.org 2.0 δεν χρησιμοποιείται."
#: 01041000.xhp#par_idN107FF.help.text
-msgid "Use StarOffice 6.0/7 line spacing"
-msgstr "Χρήση διάστιχου StarOffice 6.0/7"
+msgid "Use OpenOffice.org 1.1 line spacing"
+msgstr "Χρήση του διάκενου γραμμής του OpenOffice.org 1.1"
#: 01041000.xhp#par_idN10815.help.text
msgid "If the option is off, a new process for formatting text lines with proportional line spacing will be applied. If the option is on, the previous method of formatting of text lines with proportional line spacing will be applied."
@@ -173,8 +173,8 @@ msgid "If the option is off, table cells will be formatted as in Writer versions
msgstr "Εάν η επιλογή είναι ανενεργή, τα κελιά πίνακα θα μορφοποιηθούν όπως στις εκδόσεις Writer πριν το StarOffice 8 ή το OpenOffice.org 2.0. Εάν η επιλογή είναι ενεργή, μια εναλλακτική μέθοδος μορφοποίησης κελιών πίνακα θα εφαρμοστεί. Η επιλογή είναι ενεργή από προεπιλογή για νέα έγγραφα δημιουργημένα με %PRODUCTNAME %PRODUCTVERSION και για εισαγόμενα έγγραφα σε μορφή Microsoft Word."
#: 01041000.xhp#par_idN1084C.help.text
-msgid "Use StarOffice 6.0/7 object positioning"
-msgstr "Χρήση τοποθέτησης αντικειμένων StarOffice 6.0/7"
+msgid "Use OpenOffice.org 1.1 object positioning"
+msgstr "Χρήση της τοποθέτησης αντικειμένου του OpenOffice.org 1.1"
#: 01041000.xhp#par_idN10864.help.text
msgid "Specifies how to calculate the position of floating objects anchored to a character or paragraph with respect to the top and bottom paragraph spacing."
@@ -189,8 +189,8 @@ msgid "The option will be set to off for new documents. For Writer documents cre
msgstr "Η επιλογή θα οριστεί σε ανενεργή για νέα έγγραφα. Για έγγραφα Writer δημιουργημένα από μια έκδοση προγενέστερη του %PRODUCTNAME %PRODUCTVERSION η επιλογή είναι ενεργή."
#: 01041000.xhp#par_idN10821.help.text
-msgid "Use StarOffice 6.0/7 text wrapping around objects"
-msgstr "Χρήση αναδίπλωσης κειμένου StarOffice 6.0/7 γύρω από αντικείμενα"
+msgid "Use OpenOffice.org 1.1 text wrapping around objects"
+msgstr "Χρήση αναδίπλωσης κειμένου γύρω από αντικείμενα του OpenOffice.org 1.1"
#: 01041000.xhp#par_id4016541.help.text
msgid "MS Word and Writer have different approaches on wrapping text around floating screen objects. Floating screen object are Writer frames and drawing objects, and the objects 'text box', 'graphic', 'frame', 'picture' etc. in MS Word."
@@ -3164,23 +3164,6 @@ msgstr "Εικόνες και αντικείμενα"
msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PGRF\">Specifies whether the graphics of your text document are printed.</ahelp>"
msgstr "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PGRF\">Καθορίζει αν τα γραφικά του εγγράφου κειμένου σας θα εκτυπωθούν.</ahelp>"
-#: 01040400.xhp#hd_id3150771.7.help.text
-msgctxt "01040400.xhp#hd_id3150771.7.help.text"
-msgid "Tables"
-msgstr "Πίνακες"
-
-#: 01040400.xhp#par_id3148943.8.help.text
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PTAB\">Specifies whether the tables of the text document are printed.</ahelp>"
-msgstr "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PTAB\">Καθορίζει αν οι πίνακες του εγγράφου κειμένου θα εκτυπωθούν.</ahelp>"
-
-#: 01040400.xhp#hd_id3149294.9.help.text
-msgid "Drawings (not for HTML documents)"
-msgstr "Σχέδια (όχι για έγγραφα HTML)"
-
-#: 01040400.xhp#par_id3149457.10.help.text
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PDRAW\">Specifies whether graphics created with $[officename] drawing functions are printed.</ahelp>"
-msgstr "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PDRAW\">Καθορίζει αν τα γραφικά που δημιουργήθηκαν με την σχεδιαστική λειτουργία του $[officename] θα εκτυπωθούν.</ahelp>"
-
#: 01040400.xhp#hd_id3153525.11.help.text
msgid "Form controls"
msgstr "Έλεγχοι φόρμας"
@@ -5449,14 +5432,6 @@ msgstr "<emph>Παράδειγμα:</emph>Πληκτρολογήστε το κε
msgid "The EXACT text function is always case-sensitive, independent of the settings in this dialog."
msgstr "Η συνάρτηση κειμένου EXACT κάνει πάντα διάκριση μεταξύ πεζών-κεφαλαίων, ανεξάρτητα από τις ρυθμίσεις αυτού του παραθύρου διαλόγου."
-#: 01060500.xhp#hd_id3145231.53.help.text
-msgid "Decimal places"
-msgstr "Δεκαδικά ψηφία"
-
-#: 01060500.xhp#par_id3149568.54.help.text
-msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
-msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\"> Καθορίζει το πλήθος των δεκαδικών που θα εμφανίζονται στους αριθμούς με την μορφή αριθμού <emph>Προεπιλογή</emph>. Εάν δεν ενεργοποιήσετε αυτό το πλαίσιο, οι αριθμοί θα εμφανιστού στρογγυλοποιημένοι αλλά δε θα σώζονται στρογγυλοποιημένοι.</ahelp>"
-
#: 01060500.xhp#hd_id3145150.30.help.text
msgid "Precision as shown"
msgstr "Ακρίβεια όπως εμφανίζεται"
@@ -5545,6 +5520,14 @@ msgstr "Περιορισμός δεκαδικών για μορφή γενικο
msgid "<ahelp hid=\".\">You can specify the maximum number of decimal places that are shown by default for cells with General number format. If not enabled, cells with General number format show as many decimal places as the column width allows.</ahelp>"
msgstr "<ahelp hid=\".\">Μπορείτε να ορίσετε το μέγιστο αριθμό των δεκαδικών θέσεων που εμφανίζονται από προεπιλογή για κελιά με μορφή γενικού αριθμού. Εάν είναι ανενεργό, τα κελιά με μοφή γενικού αριθμού εμφανίζουν τόσα δεκαδικά ψηφία όσα επιτρέπει το πλάτος της στήλης.</ahelp>"
+#: 01060500.xhp#hd_id3145231.53.help.text
+msgid "Decimal places"
+msgstr "Δεκαδικά ψηφία"
+
+#: 01060500.xhp#par_id3149568.54.help.text
+msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
+msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\"> Καθορίζει το πλήθος των δεκαδικών που θα εμφανίζονται στους αριθμούς με την μορφή αριθμού <emph>Προεπιλογή</emph>. Εάν δεν ενεργοποιήσετε αυτό το πλαίσιο, οι αριθμοί θα εμφανιστού στρογγυλοποιημένοι αλλά δε θα σώζονται στρογγυλοποιημένοι.</ahelp>"
+
#: viewcertificate_c.xhp#tit.help.text
msgid "Certificate Path"
msgstr "Διαδρομή πιστοποιητικού"
@@ -5808,8 +5791,8 @@ msgid "View"
msgstr "Προβολή"
#: 01060100.xhp#bm_id3147242.help.text
-msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>handles; showing large handles (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
-msgstr "<bookmark_value>κελιά; προβολή γραμμών πλέγματος (Calc)</bookmark_value><bookmark_value>περιγράμματα; κελιά στην οθόνη (Calc)</bookmark_value><bookmark_value>πλέγματα; προβολή γραμμών (Calc)</bookmark_value><bookmark_value>χρώματα; γραμμές πλέγματος και κελιά (Calc)</bookmark_value><bookmark_value>αλλαγές σελίδας; προβολή (Calc)</bookmark_value><bookmark_value>οδηγοί; προβολή (Calc)</bookmark_value><bookmark_value>λαβές; προβολή μεγάλων λαβών (Calc)</bookmark_value><bookmark_value>εμφάνιση; μηδενικές τιμές(Calc)</bookmark_value><bookmark_value>μηδενικές τιμές; προβολή(Calc)</bookmark_value><bookmark_value>πίνακες σε λογιστικά φύλλα; επισήμανση τιμής</bookmark_value><bookmark_value>κελιά; μορφοποίηση χωρίς εφέ (Calc)</bookmark_value><bookmark_value>κελιά; χρωματισμός (Calc)</bookmark_value><bookmark_value>άγκυρες; προβολή(Calc)</bookmark_value><bookmark_value>χρώματα; περιορισμός (Calc)</bookmark_value><bookmark_value>υπερχείλιση κειμένου σε κελιά λογιστικών φύλλων</bookmark_value><bookmark_value>αναφορές; χρωματιστές προβολές(Calc)</bookmark_value><bookmark_value>αντικείμενα; προβολή σε λογιστικά φύλλα</bookmark_value><bookmark_value>εικόνες; προβολή σε Calc</bookmark_value><bookmark_value>διαγράμματα; προβολή (Calc)</bookmark_value><bookmark_value>σχεδίαση αντικειμένων; προβολή(Calc)</bookmark_value><bookmark_value>κεφαλίδες γραμμής; προβολή (Calc)</bookmark_value><bookmark_value>κεφαλίδες στήλης; προβολή (Calc)</bookmark_value><bookmark_value>ράβδοι κύλισης; προβολή(Calc)</bookmark_value><bookmark_value>καρτέλες φύλλου; προβολή (Calc)</bookmark_value><bookmark_value>καρτέλες;προβολή καρτελών φύλλου</bookmark_value><bookmark_value>περιγράμματα; σύμβολα περιγραμματων</bookmark_value>"
+msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
+msgstr "<bookmark_value>κελιά; προβολή γραμμών πλέγματος (Calc)</bookmark_value><bookmark_value>περιγράμματα; κελιά στην οθόνη (Calc)</bookmark_value><bookmark_value>πλέγματα; προβολή γραμμών (Calc)</bookmark_value><bookmark_value>χρώματα; γραμμές πλέγματος και κελιών (Calc)</bookmark_value><bookmark_value>αλλαγές σελίδων; προβολή (Calc)</bookmark_value><bookmark_value>οδηγοί; εμφάνιση (Calc)</bookmark_value><bookmark_value>προβολή; μηδενικές τιμές (Calc)</bookmark_value><bookmark_value>μηδενικές τιμές; προβολή (Calc)</bookmark_value><bookmark_value>πίνακες σε υπολογιστικά φύλλα; τονισμός τιμής</bookmark_value><bookmark_value>κελιά; μορφοποίηση με εφέ (Calc)</bookmark_value><bookmark_value>κελιά; χρωματισμός (Calc)</bookmark_value><bookmark_value>άγκυρες; εμφάνιση (Calc)</bookmark_value><bookmark_value>χρώματα;περιορισμοί (Calc)</bookmark_value><bookmark_value>υπερχείλιση κειμένου σε κελιά υπολογιστικών φύλλων</bookmark_value><bookmark_value>αναφορές; χρωματιστή προβολή (Calc)</bookmark_value><bookmark_value>αντικείμενα; εμφάνιση σε υπολογιστικά φύλλα</bookmark_value><bookmark_value>εικόνες;προβολή σε Calc</bookmark_value><bookmark_value>διαγράμματα; εμφάνιση (Calc)</bookmark_value><bookmark_value>αντικείμενα σχεδίασης; εμφάνιση (Calc)</bookmark_value><bookmark_value>κεφαλίδες γραμμών; εμφάνιση (Calc)</bookmark_value><bookmark_value>κεφαλίδες στηλών; εμφάνιση (Calc)</bookmark_value><bookmark_value>κυλιόμενες ράβδοι; εμφάνιση (Calc)</bookmark_value><bookmark_value>καρτέλες φύλλων; προβολή </bookmark_value><bookmark_value>καρτέλες; προβολή καρτελών φύλλων</bookmark_value><bookmark_value>περιγράμματα;σύμβολα περιγράμματος</bookmark_value>"
#: 01060100.xhp#hd_id3150445.1.help.text
msgid "<link href=\"text/shared/optionen/01060100.xhp\" name=\"View\">View</link>"
@@ -5861,15 +5844,6 @@ msgstr "Βοηθητικές γραμμές μεταφοράς"
msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">Specifies whether to view guides when moving drawings, frames, graphics and other objects.</ahelp> These guides help you align objects."
msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">Καθορίζει αν θα εμφανίζονται βοηθητικές γραμμές κατά τη μετακίνηση σχεδίων, πλαισίων, γραφικών και άλλων αντικειμένων.</ahelp> Οι βοηθητικές γραμμές αυτές θα σας βοηθήσουν στην ευθυγράμμιση αντικειμένων."
-#: 01060100.xhp#hd_id3149202.40.help.text
-msgctxt "01060100.xhp#hd_id3149202.40.help.text"
-msgid "Large handles"
-msgstr "Μεγάλοι δείκτες χειρισμού"
-
-#: 01060100.xhp#par_id3154123.41.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\">Specifies that larger than normal handles (the eight points on a selection box) are displayed.</ahelp>"
-msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\">Καθορίζει αν θα προβάλλονται οι δείκτες χειρισμού (τα οκτώ σημεία ενός ορθογωνίου οριοθέτησης) με μεγαλύτερο μέγεθος από το συνηθισμένο.</ahelp>"
-
#: 01060100.xhp#hd_id3152920.3.help.text
msgctxt "01060100.xhp#hd_id3152920.3.help.text"
msgid "Display"
@@ -6810,8 +6784,8 @@ msgid "View"
msgstr "Προβολή"
#: 01040200.xhp#bm_id3156346.help.text
-msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>handles; displaying (Writer)</bookmark_value><bookmark_value>large handles (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
-msgstr "<bookmark_value>γραμμές προσκόλλησης; εμφανίζονται όταν μετακινούνται πλαίσια (Writer)</bookmark_value><bookmark_value>λαβές; προβολή (Writer)</bookmark_value><bookmark_value>μεγάλες λαβές (Writer)</bookmark_value><bookmark_value>ράβδοι κύλισης; οριζόντιος και κάθετος (Writer)</bookmark_value><bookmark_value>οριζόντιοι ράβδοι κύλισης (Writer)</bookmark_value><bookmark_value>κάθετοι ράβδοι κύλισης(Writer)</bookmark_value><bookmark_value>ομαλή κύλιση(Writer)</bookmark_value><bookmark_value>προβολή; εικόνες και αντικείμενα(Writer)</bookmark_value><bookmark_value>εικόνες; προβολή σε Writer (Writer)</bookmark_value><bookmark_value>αντικείμενα; προβολή σε έγγραφα κειμένου</bookmark_value><bookmark_value>προβολή; πίνακες (Writer)</bookmark_value><bookmark_value>πίνακες σε κείμενο; προβολή</bookmark_value><bookmark_value>όρια πινάκων (Writer)</bookmark_value><bookmark_value>περιγράμματα;όρια πίνακα(Writer)</bookmark_value><bookmark_value>όρια πινάκων (Writer)</bookmark_value><bookmark_value>εμφάνιση; σχέδια και έλεγχοι (Writer)</bookmark_value><bookmark_value>σχέδια; εμφάνιση (Writer)</bookmark_value><bookmark_value>έλεγχοι; εμφάνιση (Writer)</bookmark_value><bookmark_value>πεδία;προβολή κωδίκων πεδίου (Writer)</bookmark_value><bookmark_value>προβολή; σχόλια σε έγγραφα κειμένου</bookmark_value>"
+msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
+msgstr "<bookmark_value>γραμμές προσκόλλησης; εμφάνιση κατά την κίνηση πλαισίων (Writer)</bookmark_value><bookmark_value>κυλιόμενες ράβδοι; οριζόντιες και κάθετες (Writer)</bookmark_value><bookmark_value>οριζόντιες ράβδοι κύλισης (Writer)</bookmark_value><bookmark_value>κάθετες ράβδοι κύλισης (Writer)</bookmark_value><bookmark_value>ομαλή κύλιση (Writer)</bookmark_value><bookmark_value>εμφάνιση; εικόνες και αντικείμενα (Writer)</bookmark_value><bookmark_value>εικόνες; εμφάνιση στο Writer (Writer)</bookmark_value><bookmark_value>αντικείμενα; εμφάνιση σε έγγραφα κειμένου</bookmark_value><bookmark_value>εμφάνιση; πίνακες (Writer)</bookmark_value><bookmark_value>πίνακες σε κείμενο; εμφάνιση</bookmark_value><bookmark_value>όρια πινάκων (Writer)</bookmark_value><bookmark_value>περιγράμματα;όρια πίνακα (Writer)</bookmark_value><bookmark_value>όρια πινάκων (Writer)</bookmark_value><bookmark_value>εμφάνιση; σχέδια και έλεγχοι (Writer)</bookmark_value><bookmark_value>σχέδια; εμφάνιση (Writer)</bookmark_value><bookmark_value>έλεγχοι; εμφάνιση (Writer)</bookmark_value><bookmark_value>πεδία; εμφάνιση κωδικών πεδίων (Writer)</bookmark_value><bookmark_value>εμφάνιση; σχόλια σε έγγραφα κειμένου</bookmark_value>"
#: 01040200.xhp#hd_id3145090.1.help.text
msgid "<link href=\"text/shared/optionen/01040200.xhp\" name=\"View\">View</link>"
@@ -6838,15 +6812,6 @@ msgstr "Βοηθητικές γραμμές μετακίνησης"
msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">Displays snap lines around the frames when frames are moved. You can select the<emph> Helplines While Moving </emph>option to show the exact position of the object using lineal values.</ahelp>"
msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">Προβάλει γραμμές προσκόλλησης γύρω από τα πλαίσια, όταν αυτά μετακινούνται. Μπορείτε να διαλέξετε την επιλογή<emph> Βοηθητικές γραμμές μετακίνησης</emph>για να δείξετε την ακριβή θέση του αντικειμένου χρησιμοποιώντας γραμμικές τιμές.</ahelp>"
-#: 01040200.xhp#hd_id3149763.32.help.text
-msgctxt "01040200.xhp#hd_id3149763.32.help.text"
-msgid "Large handles"
-msgstr "Μεγάλοι δείκτες χειρισμού"
-
-#: 01040200.xhp#par_id3153665.33.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_BIGHANDLE\">Displays larger sized handles (the eight points on a delimiting rectangle).</ahelp>"
-msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_BIGHANDLE\">Εμφανίζει μεγαλύτερου μεγέθους δείκτες χειρισμού (τα οκτώ σημεία ενός ορθογωνίου οριοθέτησης).</ahelp>"
-
#: 01040200.xhp#hd_id3149416.11.help.text
msgctxt "01040200.xhp#hd_id3149416.11.help.text"
msgid "View"
@@ -6940,7 +6905,6 @@ msgid "If the <emph>Graphics and objects </emph>option is not selected, no graph
msgstr "Εάν δεν είναι ενεργοποιημένη η επιλογή <emph>Γραφικά και Αντικείμενα </emph>, δεν θα πραγματοποιηθεί φόρτωση γραφικών από το Internet. Τα γραφικά εντός ενός πίνακα και χωρίς ένδειξη του μεγέθους τους μπορεί να προκαλέσουν προβλήματα εμφάνισης κατά τη χρήση ενός παλαιότερου προτύπου HTML στη σελίδα περιήγησης."
#: 01040200.xhp#hd_id3156332.40.help.text
-msgctxt "01040200.xhp#hd_id3156332.40.help.text"
msgid "Tables"
msgstr "Πίνακες"
diff --git a/translations/source/el/helpcontent2/source/text/simpress.po b/translations/source/el/helpcontent2/source/text/simpress.po
index 1476ca66baa..e5d4186145e 100644
--- a/translations/source/el/helpcontent2/source/text/simpress.po
+++ b/translations/source/el/helpcontent2/source/text/simpress.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+helpcontent2%2Fsource%2Ftext%2Fsimpress.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-27 23:23+0200\n"
"Last-Translator: Dimitris <dmtrs32@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: main0101.xhp#tit.help.text
diff --git a/translations/source/el/helpcontent2/source/text/simpress/00.po b/translations/source/el/helpcontent2/source/text/simpress/00.po
index 618a4b4a057..62a4010beb5 100644
--- a/translations/source/el/helpcontent2/source/text/simpress/00.po
+++ b/translations/source/el/helpcontent2/source/text/simpress/00.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2012-01-28 22:39+0200\n"
"Last-Translator: Dimitris <dmtrs32@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 00000413.xhp#tit.help.text
diff --git a/translations/source/el/helpcontent2/source/text/simpress/01.po b/translations/source/el/helpcontent2/source/text/simpress/01.po
index cd96331e7e8..c6e2ecfd163 100644
--- a/translations/source/el/helpcontent2/source/text/simpress/01.po
+++ b/translations/source/el/helpcontent2/source/text/simpress/01.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-02-12 12:03+0300\n"
"Last-Translator: d1-02 <dmtrs32@gmail.com>\n"
"Language-Team: team@gnome.gr\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: Virtaal 0.7.0\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Project-Style: openoffice\n"
diff --git a/translations/source/el/helpcontent2/source/text/simpress/02.po b/translations/source/el/helpcontent2/source/text/simpress/02.po
index d5cd37fee4b..2204483ef15 100644
--- a/translations/source/el/helpcontent2/source/text/simpress/02.po
+++ b/translations/source/el/helpcontent2/source/text/simpress/02.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2012-01-29 00:23+0200\n"
"Last-Translator: Dimitris <dmtrs32@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 13150000.xhp#tit.help.text
@@ -298,32 +298,6 @@ msgstr "<image id=\"img_id3147341\" src=\"cmd/sc_doubleclicktextedit.png\" width
msgid "Double-click to add Text"
msgstr "Διπλό κλικ για προσθήκη κειμένου"
-#: 13080000.xhp#tit.help.text
-msgctxt "13080000.xhp#tit.help.text"
-msgid "Large Handles"
-msgstr "Μεγάλοι χειριστές"
-
-#: 13080000.xhp#bm_id3146119.help.text
-msgid "<bookmark_value>handles; large</bookmark_value>"
-msgstr "<bookmark_value>χειριστές, μεγάλοι</bookmark_value>"
-
-#: 13080000.xhp#hd_id3146119.1.help.text
-msgid "<link href=\"text/simpress/02/13080000.xhp\" name=\"Large Handles\">Large Handles</link>"
-msgstr "<link href=\"text/simpress/02/13080000.xhp\" name=\"Μεγάλοι χειριστές\">Μεγάλοι χειριστέςς</link>"
-
-#: 13080000.xhp#par_id3153142.2.help.text
-msgid "<ahelp hid=\".uno:BigHandles\" visibility=\"visible\">Displays large selection handles.</ahelp>"
-msgstr "<ahelp hid=\".uno:BigHandles\" visibility=\"visible\">Εμφανίζει μεγάλους χειριστές επιλογής.</ahelp>"
-
-#: 13080000.xhp#par_id3155445.help.text
-msgid "<image src=\"cmd/sc_bighandles.png\" id=\"img_id3153714\"><alt id=\"alt_id3153714\">Icon</alt></image>"
-msgstr "<image src=\"cmd/sc_bighandles.png\" id=\"img_id3153714\"><alt id=\"alt_id3153714\">Εικονίδιο</alt></image>"
-
-#: 13080000.xhp#par_id3154755.4.help.text
-msgctxt "13080000.xhp#par_id3154755.4.help.text"
-msgid "Large Handles"
-msgstr "Μεγάλοι χειριστές"
-
#: 13170000.xhp#tit.help.text
msgctxt "13170000.xhp#tit.help.text"
msgid "Snap to Object Points"
diff --git a/translations/source/el/helpcontent2/source/text/simpress/04.po b/translations/source/el/helpcontent2/source/text/simpress/04.po
index 88eb573f60b..d2ed8730ddb 100644
--- a/translations/source/el/helpcontent2/source/text/simpress/04.po
+++ b/translations/source/el/helpcontent2/source/text/simpress/04.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-29 00:34+0200\n"
"Last-Translator: Dimitris <dmtrs32@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 01020000.xhp#tit.help.text
diff --git a/translations/source/el/helpcontent2/source/text/simpress/guide.po b/translations/source/el/helpcontent2/source/text/simpress/guide.po
index eccad955549..45d6d7e6649 100644
--- a/translations/source/el/helpcontent2/source/text/simpress/guide.po
+++ b/translations/source/el/helpcontent2/source/text/simpress/guide.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsimpress%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
-"PO-Revision-Date: 2012-01-29 10:49+0200\n"
-"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2012-02-21 12:15+0200\n"
+"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: el\n"
"MIME-Version: 1.0\n"
@@ -1402,7 +1402,7 @@ msgstr "Επιλέξτε <emph>Μορφή - Περιοχή</emph>, και ύστ
#: palette_files.xhp#par_id3152896.75.help.text
msgid "Click the <emph>Load Color List</emph> button."
-msgstr "Κάντε κλικ στο κουμπί <emph>Φόρτωση λίστας χρωμάτων</emph>."
+msgstr "Kλικ στο κουμπί <emph>Φόρτωση λίστας χρωμάτων</emph>."
#: palette_files.xhp#par_id3151239.76.help.text
msgid "Locate the color list that you want to load, and then click <emph>Open</emph>. A color list file has the format [filename].soc."
diff --git a/translations/source/el/helpcontent2/source/text/smath.po b/translations/source/el/helpcontent2/source/text/smath.po
index 44649681f94..89d6810a70f 100644
--- a/translations/source/el/helpcontent2/source/text/smath.po
+++ b/translations/source/el/helpcontent2/source/text/smath.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+helpcontent2%2Fsource%2Ftext%2Fsmath.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-27 23:53+0200\n"
"Last-Translator: Dimitris <dmtrs32@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: main0101.xhp#tit.help.text
diff --git a/translations/source/el/helpcontent2/source/text/smath/00.po b/translations/source/el/helpcontent2/source/text/smath/00.po
index 15cdf1b2151..dfd911083b1 100644
--- a/translations/source/el/helpcontent2/source/text/smath/00.po
+++ b/translations/source/el/helpcontent2/source/text/smath/00.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-29 11:00+0200\n"
"Last-Translator: Dimitris <dmtrs32@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 00000004.xhp#tit.help.text
diff --git a/translations/source/el/helpcontent2/source/text/smath/01.po b/translations/source/el/helpcontent2/source/text/smath/01.po
index f2c81f7dfb3..c17d3faa629 100644
--- a/translations/source/el/helpcontent2/source/text/smath/01.po
+++ b/translations/source/el/helpcontent2/source/text/smath/01.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-29 23:31+0200\n"
"Last-Translator: Dimitris <dmtrs32@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 03091501.xhp#tit.help.text
diff --git a/translations/source/el/helpcontent2/source/text/smath/02.po b/translations/source/el/helpcontent2/source/text/smath/02.po
index 75a282ff736..0eb446ba19f 100644
--- a/translations/source/el/helpcontent2/source/text/smath/02.po
+++ b/translations/source/el/helpcontent2/source/text/smath/02.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-29 23:34+0200\n"
"Last-Translator: Dimitris <dmtrs32@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 03010000.xhp#tit.help.text
diff --git a/translations/source/el/helpcontent2/source/text/smath/04.po b/translations/source/el/helpcontent2/source/text/smath/04.po
index 00f20c2eef7..d4caad8f81f 100644
--- a/translations/source/el/helpcontent2/source/text/smath/04.po
+++ b/translations/source/el/helpcontent2/source/text/smath/04.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-01-29 23:34+0200\n"
"Last-Translator: Dimitris <dmtrs32@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 01020000.xhp#tit.help.text
diff --git a/translations/source/el/helpcontent2/source/text/smath/guide.po b/translations/source/el/helpcontent2/source/text/smath/guide.po
index 9a7313800b2..aaf19099aba 100644
--- a/translations/source/el/helpcontent2/source/text/smath/guide.po
+++ b/translations/source/el/helpcontent2/source/text/smath/guide.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-01-30 04:34+0200\n"
"Last-Translator: Dimitris <dmtrs32@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: comment.xhp#tit.help.text
diff --git a/translations/source/el/helpcontent2/source/text/swriter.po b/translations/source/el/helpcontent2/source/text/swriter.po
index fa04d05b8cf..4513d5b01cf 100644
--- a/translations/source/el/helpcontent2/source/text/swriter.po
+++ b/translations/source/el/helpcontent2/source/text/swriter.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+helpcontent2%2Fsource%2Ftext%2Fswriter.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-28 09:48+0200\n"
"Last-Translator: Dimitris <dmtrs32@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: main0101.xhp#tit.help.text
diff --git a/translations/source/el/helpcontent2/source/text/swriter/00.po b/translations/source/el/helpcontent2/source/text/swriter/00.po
index 701ea4a6dc8..0af33578d81 100644
--- a/translations/source/el/helpcontent2/source/text/swriter/00.po
+++ b/translations/source/el/helpcontent2/source/text/swriter/00.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-30 04:36+0200\n"
"Last-Translator: Dimitris <dmtrs32@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 00000402.xhp#tit.help.text
diff --git a/translations/source/el/helpcontent2/source/text/swriter/01.po b/translations/source/el/helpcontent2/source/text/swriter/01.po
index 13e32a1a93a..3df398eeac9 100644
--- a/translations/source/el/helpcontent2/source/text/swriter/01.po
+++ b/translations/source/el/helpcontent2/source/text/swriter/01.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-02-12 11:51+0300\n"
"Last-Translator: d1-02 <dmtrs32@gmail.com>\n"
"Language-Team: team@gnome.gr\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: Virtaal 0.7.0\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
"X-Project-Style: openoffice\n"
diff --git a/translations/source/el/helpcontent2/source/text/swriter/02.po b/translations/source/el/helpcontent2/source/text/swriter/02.po
index 890b0de03d6..d4478e73216 100644
--- a/translations/source/el/helpcontent2/source/text/swriter/02.po
+++ b/translations/source/el/helpcontent2/source/text/swriter/02.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fswriter%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
-"PO-Revision-Date: 2012-01-30 13:34+0200\n"
-"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-02-21 12:16+0200\n"
+"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: el\n"
"MIME-Version: 1.0\n"
@@ -336,7 +336,7 @@ msgstr "<link href=\"text/swriter/02/18030700.xhp\" name=\"Συντάκτης\">
#: 18030700.xhp#par_id3152896.2.help.text
msgid "<ahelp hid=\".uno:InsertAuthorField\">Inserts the name of the person who created the document here as a field.</ahelp> The field applies the entry made under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010100.xhp\" name=\"$[officename] - User data\">$[officename] - User data</link></emph>."
-msgstr ""
+msgstr "<ahelp hid=\".uno:InsertAuthorField\">Εισαγωγή του ονόματος του ατόμου που δημιούργησε το έγγραφο εδώ ως πεδίο.</ahelp> Το πεδίο εφαρμόζει την εγγραφή που έγινε στο <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Προτιμήσεις</caseinline><defaultinline>Εργαλεία - Επιλογές</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010100.xhp\" name=\"$[officename] - Δεδομένα χρήστη\">$[officename] - Δεδομένα χρήστη</link></emph>."
#: 10030000.xhp#tit.help.text
msgid "Preview Zoom"
diff --git a/translations/source/el/helpcontent2/source/text/swriter/04.po b/translations/source/el/helpcontent2/source/text/swriter/04.po
index 2dafecc5a3f..e3dec08ed66 100644
--- a/translations/source/el/helpcontent2/source/text/swriter/04.po
+++ b/translations/source/el/helpcontent2/source/text/swriter/04.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-30 15:43+0200\n"
"Last-Translator: Dimitris <dmtrs32@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 01020000.xhp#tit.help.text
diff --git a/translations/source/el/helpcontent2/source/text/swriter/guide.po b/translations/source/el/helpcontent2/source/text/swriter/guide.po
index 44aa0ef9ec5..c8d79f965f7 100644
--- a/translations/source/el/helpcontent2/source/text/swriter/guide.po
+++ b/translations/source/el/helpcontent2/source/text/swriter/guide.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fswriter%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
-"PO-Revision-Date: 2012-01-31 22:19+0200\n"
-"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2012-02-21 12:44+0200\n"
+"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: el\n"
"MIME-Version: 1.0\n"
@@ -1901,7 +1901,7 @@ msgstr "Αλλαγή μεγέθους γραμμών και στηλών σε π
#: table_sizing.xhp#bm_id3156108.help.text
msgid "<bookmark_value>cells; enlarging and reducing in text tables</bookmark_value><bookmark_value>table cells; enlarging/reducing in text</bookmark_value><bookmark_value>keyboard; resizing rows/columns</bookmark_value><bookmark_value>resizing;rows and columns in text tables</bookmark_value><bookmark_value>enlarging columns,cells and table rows</bookmark_value><bookmark_value>reducing rows and columns in text tables</bookmark_value><bookmark_value>tables; resizing/juxtaposing</bookmark_value><bookmark_value>juxtaposing tables</bookmark_value><bookmark_value>heights of table rows</bookmark_value><bookmark_value>widths of table columns</bookmark_value><bookmark_value>rows;resizing in tables</bookmark_value><bookmark_value>columns;resizing in tables</bookmark_value><bookmark_value>column widths in tables</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>κελιά; μεγέθυνση και σμίκρυνση σε πίνακες κειμένου</bookmark_value><bookmark_value>κελιά πίνακα; μεγέθυνση/σμίκρυνση στο κείμενο</bookmark_value><bookmark_value>πληκτρολόγιο; αυξομείωση στηλών/γραμμών</bookmark_value><bookmark_value>αλλαγή μεγέθους; γραμμές και στήλες σε πίνακες κειμένου</bookmark_value><bookmark_value>μεγέθυνση στηλών, κελιών και γραμμών πίνακα</bookmark_value><bookmark_value>σμίκρυνση γραμμών και στηλών σε πίνακες κειμένου</bookmark_value><bookmark_value>πίνακες; αλλαγή μεγέθους/παράθεση</bookmark_value><bookmark_value>πίνακες παράθεσης</bookmark_value><bookmark_value>ύψη γραμμών πίνακα</bookmark_value><bookmark_value>πλάτη στηλών πίνακα</bookmark_value><bookmark_value>γραμμές; αλλαγές μεγέθους σε πίνακες</bookmark_value><bookmark_value>στήλες; αλλαγή μεγέθους σε πίνακες</bookmark_value><bookmark_value>πλάτη στηλών σε πίνακες</bookmark_value>"
#: table_sizing.xhp#hd_id3156108.help.text
msgid "<variable id=\"table_sizing\"><link href=\"text/swriter/guide/table_sizing.xhp\" name=\"Resizing Rows and Columns in a Text Table\">Resizing Rows and Columns in a Text Table</link></variable>"
@@ -3197,7 +3197,7 @@ msgstr "Επιλέξτε την <emph>Αναζήτηση ομοιότητας</e
#: finding.xhp#par_id4646748.help.text
msgid "When you have enabled Asian language support under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language Settings - Languages</emph>, the Find & Replace dialog offers options to search Asian text."
-msgstr ""
+msgstr "Όταν ενεργοποιείτε την υποστήριξη γλωσσών Ασίας στο <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Προτιμήσεις</caseinline><defaultinline>Εργαλεία - Επιλογές</defaultinline></switchinline> - Ρυθμίσεις γλώσσας - Γλώσσες</emph>, ο διάλογος Εύρεση και αντικατάσταση προσφέρει επιλογές για αναζήτηση ασιατικού κειμένου."
#: finding.xhp#hd_id2489394.help.text
msgid "The Navigator"
@@ -5521,8 +5521,8 @@ msgid "There are several ways to create a table in a text document. You can inse
msgstr "Υπάρχουν διάφοροι τρόποι να δημιουργήσετε έναν πίνακα σε ένα έγγραφο κειμένου. Μπορείτε να εισάγετε τον πίνακα από μία γραμμή εργαλείων, από εντολή μενού ή από υπολογιστικό φύλλο."
#: table_insert.xhp#hd_id3155908.33.help.text
-msgid "To Insert a Table From the Insert Toolbar"
-msgstr "Για να εισάγετε έναν πίνακα από τη γραμμή εργαλείων Εισαγωγή"
+msgid "To Insert a Table From a Toolbar"
+msgstr "Για να εισάγετε πίνακα από γραμμή εργαλείων"
#: table_insert.xhp#par_id3155861.34.help.text
msgctxt "table_insert.xhp#par_id3155861.34.help.text"
@@ -5530,8 +5530,8 @@ msgid "Place the cursor in your document where you want to insert the table."
msgstr "Τοποθετήστε το δείκτη στην θέση του εγγράφου όπου επιθυμείτε να εισάγετε τον πίνακα."
#: table_insert.xhp#par_id3147416.28.help.text
-msgid "On the <emph>Standard</emph> bar, click the arrow next to the <emph>Table</emph> icon."
-msgstr "Στην <emph>Τυπική</emph> γραμμή εργαλείων, κάντε κλικ στο βέλος δίπλα στο εικονίδιο <emph>Πίνακας</emph>."
+msgid "On the <emph>Standard</emph> or the <emph>Insert</emph> bar, click the arrow next to the <emph>Table</emph> icon."
+msgstr "Στη γραμμή <emph>Βασική</emph> ή στην <emph>Εισαγωγή</emph>, κλικ στο βέλος δίπλα στο εικονίδιο <emph>πίνακας</emph>."
#: table_insert.xhp#par_id3153398.29.help.text
msgid "In the table grid, drag to select the numbers of rows and columns that you want, and then release."
diff --git a/translations/source/el/instsetoo_native/inc_openoffice/windows/msi_languages.po b/translations/source/el/instsetoo_native/inc_openoffice/windows/msi_languages.po
index 8ba7a0c6f94..1d36fcea3b8 100644
--- a/translations/source/el/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/translations/source/el/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-24 23:50+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/mysqlc/source.po b/translations/source/el/mysqlc/source.po
index b87ccfc5f33..2dd0a98b548 100644
--- a/translations/source/el/mysqlc/source.po
+++ b/translations/source/el/mysqlc/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-23 18:03+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/translations/source/el/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index a72c5db2407..0bb046de498 100644
--- a/translations/source/el/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/translations/source/el/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:40+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/translations/source/el/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
index 0f82b26c635..35c8176ee4e 100644
--- a/translations/source/el/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
+++ b/translations/source/el/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fhelp%2Fen%2Fcom.sun.star.comp.Calc.NLPSolver.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-26 23:28+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/translations/source/el/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
index e4a4191d385..6d93d803e66 100644
--- a/translations/source/el/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
+++ b/translations/source/el/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fsrc%2Fcom%2Fsun%2Fstar%2Fcomp%2FCalc%2FNLPSolver.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-26 23:30+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/nlpsolver/src/locale.po b/translations/source/el/nlpsolver/src/locale.po
index 1e0e8738f5b..3e4b642abae 100644
--- a/translations/source/el/nlpsolver/src/locale.po
+++ b/translations/source/el/nlpsolver/src/locale.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fsrc%2Flocale.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-26 23:48+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/officecfg/registry/data/org/openoffice/Office.po b/translations/source/el/officecfg/registry/data/org/openoffice/Office.po
index d297164cee4..d4374a086e6 100644
--- a/translations/source/el/officecfg/registry/data/org/openoffice/Office.po
+++ b/translations/source/el/officecfg/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-24 23:30+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/officecfg/registry/data/org/openoffice/Office/UI.po b/translations/source/el/officecfg/registry/data/org/openoffice/Office/UI.po
index 8bfb020c2f4..061425dde62 100644
--- a/translations/source/el/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/el/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-24 23:49+0200\n"
-"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-22 10:06+0200\n"
+"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: el\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: Pootle 2.1.6\n"
@@ -8150,6 +8150,10 @@ msgstr "~Μέθόδος εισαγωγής"
msgid "Optio~n Bar"
msgstr "Γραμμή ε~πιλογών"
+#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_SendFeedback.Label.value.text
+msgid "Send Feedback..."
+msgstr "Αποστολή ανάδρασης..."
+
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_ShowLicense.Label.value.text
msgid "License Information..."
msgstr "Πληροφορίες άδειας..."
diff --git a/translations/source/el/padmin/source.po b/translations/source/el/padmin/source.po
index 92999b903d9..ab173209cd1 100644
--- a/translations/source/el/padmin/source.po
+++ b/translations/source/el/padmin/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-24 23:01+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/readlicense_oo/docs/readme.po b/translations/source/el/readlicense_oo/docs/readme.po
index 283e3548a49..635a481248e 100644
--- a/translations/source/el/readlicense_oo/docs/readme.po
+++ b/translations/source/el/readlicense_oo/docs/readme.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-27 23:01+0200\n"
-"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-22 10:41+0200\n"
+"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: el\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: Pootle 2.1.6\n"
@@ -280,9 +280,13 @@ msgstr "Για συστήματα που βασίζονται σε Fedora: su -c
msgid "For Mandriva-based systems: sudo urpmi *mandriva*.rpm"
msgstr "Για συστήματα που βασίζονται σε Mandriva: sudo urpmi *mandriva*.rpm"
+#: readme.xrm#rpminstallF.rpminstallF.readmeitem.text
+msgid "For SUSE-based systems: rpm -Uvh *suse*.rpm"
+msgstr "Για συστήματα βασισμένα σε SUSE: rpm -Uvh *suse*.rpm"
+
#: readme.xrm#rpminstallD.rpminstallD.readmeitem.text
-msgid "For other RPM-based systems (Suse, etc.): rpm -Uvh *suse*.rpm"
-msgstr "Για άλλα συστήματα που βασίζονται σε RPM (Suse, κλ.): rpm -Uvh *suse*.rpm"
+msgid "For other RPM-based systems: rpm -Uvh *freedesktop*.rpm"
+msgstr "Για άλλα συστήματα βασισμένα σε RPM: rpm -Uvh *freedesktop*.rpm"
#: readme.xrm#rpminstallE.rpminstallE.readmeitem.text
msgctxt "readme.xrm#rpminstallE.rpminstallE.readmeitem.text"
diff --git a/translations/source/el/reportbuilder/java/com/sun/star/report/function/metadata.po b/translations/source/el/reportbuilder/java/com/sun/star/report/function/metadata.po
index 125a8da9cf9..0bade092b7d 100644
--- a/translations/source/el/reportbuilder/java/com/sun/star/report/function/metadata.po
+++ b/translations/source/el/reportbuilder/java/com/sun/star/report/function/metadata.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fjava%2Fcom%2Fsun%2Fstar%2Freport%2Ffunction%2Fmetadata.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-24 15:15+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/reportbuilder/registry/data/org/openoffice/Office.po b/translations/source/el/reportbuilder/registry/data/org/openoffice/Office.po
index 9a0e53f6444..b183d99e1d2 100644
--- a/translations/source/el/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/translations/source/el/reportbuilder/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:40+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/reportbuilder/registry/data/org/openoffice/Office/UI.po b/translations/source/el/reportbuilder/registry/data/org/openoffice/Office/UI.po
index cd36a32c9f1..11128e17f89 100644
--- a/translations/source/el/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/el/reportbuilder/registry/data/org/openoffice/Office/UI.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-24 15:16+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/translations/source/el/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index b3d928e1d43..67d90277929 100644
--- a/translations/source/el/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/translations/source/el/reportbuilder/registry/data/org/openoffice/TypeDetection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:40+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/reportbuilder/util.po b/translations/source/el/reportbuilder/util.po
index 4c32118bc77..1f747310278 100644
--- a/translations/source/el/reportbuilder/util.po
+++ b/translations/source/el/reportbuilder/util.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-24 15:22+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/reportdesign/source/core/resource.po b/translations/source/el/reportdesign/source/core/resource.po
index 5d01b47d0a1..a19b8307010 100644
--- a/translations/source/el/reportdesign/source/core/resource.po
+++ b/translations/source/el/reportdesign/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:40+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/reportdesign/source/ui/dlg.po b/translations/source/el/reportdesign/source/ui/dlg.po
index 44cac59a744..b98b075b867 100644
--- a/translations/source/el/reportdesign/source/ui/dlg.po
+++ b/translations/source/el/reportdesign/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:40+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/reportdesign/source/ui/inspection.po b/translations/source/el/reportdesign/source/ui/inspection.po
index 2f3e3f3e1a3..88c5d3e87ad 100644
--- a/translations/source/el/reportdesign/source/ui/inspection.po
+++ b/translations/source/el/reportdesign/source/ui/inspection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:40+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/reportdesign/source/ui/report.po b/translations/source/el/reportdesign/source/ui/report.po
index 298ee01f51e..5446f2d2f7b 100644
--- a/translations/source/el/reportdesign/source/ui/report.po
+++ b/translations/source/el/reportdesign/source/ui/report.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:40+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sc/source/core/src.po b/translations/source/el/sc/source/core/src.po
index 7cd384035f8..459e9800d19 100644
--- a/translations/source/el/sc/source/core/src.po
+++ b/translations/source/el/sc/source/core/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:40+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sc/source/ui/cctrl.po b/translations/source/el/sc/source/ui/cctrl.po
index 030671f2911..6d67266a1c9 100644
--- a/translations/source/el/sc/source/ui/cctrl.po
+++ b/translations/source/el/sc/source/ui/cctrl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:40+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sc/source/ui/dbgui.po b/translations/source/el/sc/source/ui/dbgui.po
index 86ac2c81ce2..1be8789911c 100644
--- a/translations/source/el/sc/source/ui/dbgui.po
+++ b/translations/source/el/sc/source/ui/dbgui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-26 10:17+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sc/source/ui/docshell.po b/translations/source/el/sc/source/ui/docshell.po
index ccae82e3d16..3e6fd7f9ce4 100644
--- a/translations/source/el/sc/source/ui/docshell.po
+++ b/translations/source/el/sc/source/ui/docshell.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:40+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sc/source/ui/drawfunc.po b/translations/source/el/sc/source/ui/drawfunc.po
index 5d0944be711..86f2df1ae17 100644
--- a/translations/source/el/sc/source/ui/drawfunc.po
+++ b/translations/source/el/sc/source/ui/drawfunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-26 10:17+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sc/source/ui/formdlg.po b/translations/source/el/sc/source/ui/formdlg.po
index 66b5b494284..73afa9151a9 100644
--- a/translations/source/el/sc/source/ui/formdlg.po
+++ b/translations/source/el/sc/source/ui/formdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:40+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sc/source/ui/miscdlgs.po b/translations/source/el/sc/source/ui/miscdlgs.po
index 379af498c98..62862335187 100644
--- a/translations/source/el/sc/source/ui/miscdlgs.po
+++ b/translations/source/el/sc/source/ui/miscdlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-26 10:22+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sc/source/ui/navipi.po b/translations/source/el/sc/source/ui/navipi.po
index a62426f3264..14d736c6e83 100644
--- a/translations/source/el/sc/source/ui/navipi.po
+++ b/translations/source/el/sc/source/ui/navipi.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-26 10:24+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sc/source/ui/pagedlg.po b/translations/source/el/sc/source/ui/pagedlg.po
index c3719446c9c..40e9123bb95 100644
--- a/translations/source/el/sc/source/ui/pagedlg.po
+++ b/translations/source/el/sc/source/ui/pagedlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:40+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sc/source/ui/src.po b/translations/source/el/sc/source/ui/src.po
index c389c9eda25..b73c52f91cf 100644
--- a/translations/source/el/sc/source/ui/src.po
+++ b/translations/source/el/sc/source/ui/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-26 15:23+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sc/source/ui/styleui.po b/translations/source/el/sc/source/ui/styleui.po
index 2d6ac5fcbdc..927c7c9ceec 100644
--- a/translations/source/el/sc/source/ui/styleui.po
+++ b/translations/source/el/sc/source/ui/styleui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-26 15:18+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/scaddins/source/analysis.po b/translations/source/el/scaddins/source/analysis.po
index da130f9b027..6148650ec79 100644
--- a/translations/source/el/scaddins/source/analysis.po
+++ b/translations/source/el/scaddins/source/analysis.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-23 17:52+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/scaddins/source/datefunc.po b/translations/source/el/scaddins/source/datefunc.po
index 3e9e976951c..1961c324fd8 100644
--- a/translations/source/el/scaddins/source/datefunc.po
+++ b/translations/source/el/scaddins/source/datefunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:40+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sccomp/source/solver.po b/translations/source/el/sccomp/source/solver.po
index 8b5e5e61de0..f7b47617e7d 100644
--- a/translations/source/el/sccomp/source/solver.po
+++ b/translations/source/el/sccomp/source/solver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:40+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/scp2/source/accessories.po b/translations/source/el/scp2/source/accessories.po
index ff1b7069b04..bfdc363281f 100644
--- a/translations/source/el/scp2/source/accessories.po
+++ b/translations/source/el/scp2/source/accessories.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-25 23:33+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/scp2/source/activex.po b/translations/source/el/scp2/source/activex.po
index b499103c3e1..18facb4c03b 100644
--- a/translations/source/el/scp2/source/activex.po
+++ b/translations/source/el/scp2/source/activex.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/scp2/source/base.po b/translations/source/el/scp2/source/base.po
index b9ff49e0a55..06d140c3298 100644
--- a/translations/source/el/scp2/source/base.po
+++ b/translations/source/el/scp2/source/base.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%2Fbase.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-04-05 19:41+0200\n"
-"Last-Translator: Anonymous Pootle User\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-22 10:05+0200\n"
+"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: el\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: module_base.ulf#STR_NAME_MODULE_PRG_BASE.LngText.text
@@ -39,6 +39,16 @@ msgstr "Βοήθεια %PRODUCTNAME Base"
msgid "Help about %PRODUCTNAME Base"
msgstr "Βοήθεια για τη %PRODUCTNAME Base"
+#: postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr "Σύνδεσμος PostgreSQL"
+
+#: postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr "Σύνδεσμος PostgreSQL"
+
#: folderitem_base.ulf#STR_FI_TOOLTIP_BASE.LngText.text
msgid "Manage databases, create queries and reports to track and manage your information by using Base."
msgstr "Διαχείριση βάσεων δεδομένων, δημιουργία ερωτημάτων και αναφορών και διαχείριση πληροφοριών με τη χρήση της Base."
diff --git a/translations/source/el/scp2/source/binfilter.po b/translations/source/el/scp2/source/binfilter.po
index 0affdfe57fd..92592a53c21 100644
--- a/translations/source/el/scp2/source/binfilter.po
+++ b/translations/source/el/scp2/source/binfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/scp2/source/calc.po b/translations/source/el/scp2/source/calc.po
index fc1dfa74fe3..d3ed92dbd37 100644
--- a/translations/source/el/scp2/source/calc.po
+++ b/translations/source/el/scp2/source/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-25 23:36+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/scp2/source/draw.po b/translations/source/el/scp2/source/draw.po
index a84c0cd1814..b7a94e3b1f1 100644
--- a/translations/source/el/scp2/source/draw.po
+++ b/translations/source/el/scp2/source/draw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/scp2/source/extensions.po b/translations/source/el/scp2/source/extensions.po
index ead19479936..d907c1b8f7d 100644
--- a/translations/source/el/scp2/source/extensions.po
+++ b/translations/source/el/scp2/source/extensions.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-26 00:13+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
@@ -237,16 +237,6 @@ msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_MYSQLC.LngTex
msgid "MySQL Connector"
msgstr "Σύνδεση MySQL"
-#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text
-msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text"
-msgid "PostgreSQL Connector"
-msgstr "Σύνδεση PostgreSQL"
-
-#: module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text
-msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text"
-msgid "PostgreSQL Connector"
-msgstr "Σύνδεση PostgreSQL"
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_OOOBLOGGER.LngText.text
msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_OOOBLOGGER.LngText.text"
msgid "Metaweblog Support"
diff --git a/translations/source/el/scp2/source/gnome.po b/translations/source/el/scp2/source/gnome.po
index ad64a23cd20..e45f45d6007 100644
--- a/translations/source/el/scp2/source/gnome.po
+++ b/translations/source/el/scp2/source/gnome.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-26 00:14+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/scp2/source/graphicfilter.po b/translations/source/el/scp2/source/graphicfilter.po
index 9d2788d2169..70e95937801 100644
--- a/translations/source/el/scp2/source/graphicfilter.po
+++ b/translations/source/el/scp2/source/graphicfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/scp2/source/impress.po b/translations/source/el/scp2/source/impress.po
index ea04a0a6d8a..840546931ca 100644
--- a/translations/source/el/scp2/source/impress.po
+++ b/translations/source/el/scp2/source/impress.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/scp2/source/javafilter.po b/translations/source/el/scp2/source/javafilter.po
index 2a0afaadcb6..1e6b36f69ea 100644
--- a/translations/source/el/scp2/source/javafilter.po
+++ b/translations/source/el/scp2/source/javafilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/scp2/source/kde.po b/translations/source/el/scp2/source/kde.po
index e2a20884e99..1571aa8781e 100644
--- a/translations/source/el/scp2/source/kde.po
+++ b/translations/source/el/scp2/source/kde.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/scp2/source/math.po b/translations/source/el/scp2/source/math.po
index 3131290871d..d35f5e7d8b5 100644
--- a/translations/source/el/scp2/source/math.po
+++ b/translations/source/el/scp2/source/math.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/scp2/source/onlineupdate.po b/translations/source/el/scp2/source/onlineupdate.po
index e02cad6207c..6743fc4c2dd 100644
--- a/translations/source/el/scp2/source/onlineupdate.po
+++ b/translations/source/el/scp2/source/onlineupdate.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/scp2/source/ooo.po b/translations/source/el/scp2/source/ooo.po
index 5ee8f56bc4d..bf3da55103b 100644
--- a/translations/source/el/scp2/source/ooo.po
+++ b/translations/source/el/scp2/source/ooo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-26 09:51+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/scp2/source/python.po b/translations/source/el/scp2/source/python.po
index cd5a1d266e5..da091a7ce9e 100644
--- a/translations/source/el/scp2/source/python.po
+++ b/translations/source/el/scp2/source/python.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-26 09:52+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/scp2/source/quickstart.po b/translations/source/el/scp2/source/quickstart.po
index 482da037e1d..a3708e657d0 100644
--- a/translations/source/el/scp2/source/quickstart.po
+++ b/translations/source/el/scp2/source/quickstart.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/scp2/source/sdkoo.po b/translations/source/el/scp2/source/sdkoo.po
index 6ff1eebefdc..3adf4cb656f 100644
--- a/translations/source/el/scp2/source/sdkoo.po
+++ b/translations/source/el/scp2/source/sdkoo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/scp2/source/smoketest.po b/translations/source/el/scp2/source/smoketest.po
index 400c23d1b08..8703185d2b8 100644
--- a/translations/source/el/scp2/source/smoketest.po
+++ b/translations/source/el/scp2/source/smoketest.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fsmoketest.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-26 10:02+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/scp2/source/winexplorerext.po b/translations/source/el/scp2/source/winexplorerext.po
index 1c337d861c5..848589d02fe 100644
--- a/translations/source/el/scp2/source/winexplorerext.po
+++ b/translations/source/el/scp2/source/winexplorerext.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/scp2/source/writer.po b/translations/source/el/scp2/source/writer.po
index cf4df49931a..b239ea03a51 100644
--- a/translations/source/el/scp2/source/writer.po
+++ b/translations/source/el/scp2/source/writer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/scp2/source/xsltfilter.po b/translations/source/el/scp2/source/xsltfilter.po
index 5aec6507f10..7269c95bdf1 100644
--- a/translations/source/el/scp2/source/xsltfilter.po
+++ b/translations/source/el/scp2/source/xsltfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/scripting/source/pyprov.po b/translations/source/el/scripting/source/pyprov.po
index 0cbda39a38a..1984fef02c1 100644
--- a/translations/source/el/scripting/source/pyprov.po
+++ b/translations/source/el/scripting/source/pyprov.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-23 17:49+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sd/source/core.po b/translations/source/el/sd/source/core.po
index b2d1a74fe0c..a3d76e8a0c0 100644
--- a/translations/source/el/sd/source/core.po
+++ b/translations/source/el/sd/source/core.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-24 23:55+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sd/source/filter/html.po b/translations/source/el/sd/source/filter/html.po
index 6e4695b4e96..446ff88c4e7 100644
--- a/translations/source/el/sd/source/filter/html.po
+++ b/translations/source/el/sd/source/filter/html.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sd/source/ui/accessibility.po b/translations/source/el/sd/source/ui/accessibility.po
index 8ec82e1a83a..5797514f87c 100644
--- a/translations/source/el/sd/source/ui/accessibility.po
+++ b/translations/source/el/sd/source/ui/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sd/source/ui/animations.po b/translations/source/el/sd/source/ui/animations.po
index 9348867278f..86e94a8bfa4 100644
--- a/translations/source/el/sd/source/ui/animations.po
+++ b/translations/source/el/sd/source/ui/animations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sd/source/ui/annotations.po b/translations/source/el/sd/source/ui/annotations.po
index 8646a7c455b..ff034cf5cbf 100644
--- a/translations/source/el/sd/source/ui/annotations.po
+++ b/translations/source/el/sd/source/ui/annotations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sd/source/ui/app.po b/translations/source/el/sd/source/ui/app.po
index 2acb4a71fa2..967b78e2c68 100644
--- a/translations/source/el/sd/source/ui/app.po
+++ b/translations/source/el/sd/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-25 00:00+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sd/source/ui/dlg.po b/translations/source/el/sd/source/ui/dlg.po
index cf6f9d8df14..b193637c552 100644
--- a/translations/source/el/sd/source/ui/dlg.po
+++ b/translations/source/el/sd/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 00:03+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sd/source/ui/notes.po b/translations/source/el/sd/source/ui/notes.po
index bbaf35ab2ac..c313e4bb202 100644
--- a/translations/source/el/sd/source/ui/notes.po
+++ b/translations/source/el/sd/source/ui/notes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sd/source/ui/slideshow.po b/translations/source/el/sd/source/ui/slideshow.po
index 4bb1b44a6d9..e43deb5b8eb 100644
--- a/translations/source/el/sd/source/ui/slideshow.po
+++ b/translations/source/el/sd/source/ui/slideshow.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 00:03+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sd/source/ui/slidesorter/view.po b/translations/source/el/sd/source/ui/slidesorter/view.po
index c665aeb4ad6..5833d628a8e 100644
--- a/translations/source/el/sd/source/ui/slidesorter/view.po
+++ b/translations/source/el/sd/source/ui/slidesorter/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 00:05+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sd/source/ui/table.po b/translations/source/el/sd/source/ui/table.po
index b497fd0e248..b7587f38807 100644
--- a/translations/source/el/sd/source/ui/table.po
+++ b/translations/source/el/sd/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sd/source/ui/view.po b/translations/source/el/sd/source/ui/view.po
index 9fb1877f220..2c58de6f3b0 100644
--- a/translations/source/el/sd/source/ui/view.po
+++ b/translations/source/el/sd/source/ui/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sdext/source/minimizer.po b/translations/source/el/sdext/source/minimizer.po
index dfeb02419c5..5751ef1989f 100644
--- a/translations/source/el/sdext/source/minimizer.po
+++ b/translations/source/el/sdext/source/minimizer.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-25 09:35+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/translations/source/el/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index 6e91c236753..07f982e84fd 100644
--- a/translations/source/el/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/translations/source/el/sdext/source/minimizer/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/translations/source/el/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index 698de417e0b..c1109fedd4a 100644
--- a/translations/source/el/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/el/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sdext/source/pdfimport.po b/translations/source/el/sdext/source/pdfimport.po
index d98174dfb37..95b34842f5d 100644
--- a/translations/source/el/sdext/source/pdfimport.po
+++ b/translations/source/el/sdext/source/pdfimport.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-25 09:42+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sdext/source/presenter.po b/translations/source/el/sdext/source/presenter.po
index cccefa2c58e..11b1deb4e79 100644
--- a/translations/source/el/sdext/source/presenter.po
+++ b/translations/source/el/sdext/source/presenter.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 09:51+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/translations/source/el/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index a32ae6ddfe7..2a82188353a 100644
--- a/translations/source/el/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/translations/source/el/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/translations/source/el/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index a421ccf5f6d..76a6d7a4c60 100644
--- a/translations/source/el/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/el/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 09:51+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/setup_native/source/mac.po b/translations/source/el/setup_native/source/mac.po
index d17e6df7c9e..11bc871ccbb 100644
--- a/translations/source/el/setup_native/source/mac.po
+++ b/translations/source/el/setup_native/source/mac.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sfx2/source/appl.po b/translations/source/el/sfx2/source/appl.po
index 212972f9b59..5b123a46098 100644
--- a/translations/source/el/sfx2/source/appl.po
+++ b/translations/source/el/sfx2/source/appl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 17:44+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sfx2/source/bastyp.po b/translations/source/el/sfx2/source/bastyp.po
index 08492c951ba..30e0b9b2670 100644
--- a/translations/source/el/sfx2/source/bastyp.po
+++ b/translations/source/el/sfx2/source/bastyp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sfx2/source/dialog.po b/translations/source/el/sfx2/source/dialog.po
index 90994655c7f..098d3f9cfa2 100644
--- a/translations/source/el/sfx2/source/dialog.po
+++ b/translations/source/el/sfx2/source/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 17:51+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sfx2/source/doc.po b/translations/source/el/sfx2/source/doc.po
index cdfeae21e63..e81471c40b2 100644
--- a/translations/source/el/sfx2/source/doc.po
+++ b/translations/source/el/sfx2/source/doc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-25 23:18+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sfx2/source/menu.po b/translations/source/el/sfx2/source/menu.po
index e3459681167..c8b694075f1 100644
--- a/translations/source/el/sfx2/source/menu.po
+++ b/translations/source/el/sfx2/source/menu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sfx2/source/view.po b/translations/source/el/sfx2/source/view.po
index a1bdfd6d8ff..8ec2a260cbd 100644
--- a/translations/source/el/sfx2/source/view.po
+++ b/translations/source/el/sfx2/source/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/shell/source/win32/shlxthandler/res.po b/translations/source/el/shell/source/win32/shlxthandler/res.po
index bb2fe66de5a..7b7e9bd666b 100644
--- a/translations/source/el/shell/source/win32/shlxthandler/res.po
+++ b/translations/source/el/shell/source/win32/shlxthandler/res.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/starmath/source.po b/translations/source/el/starmath/source.po
index 2dca63e4a9c..b99c9265011 100644
--- a/translations/source/el/starmath/source.po
+++ b/translations/source/el/starmath/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-24 18:13+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/svl/source/items.po b/translations/source/el/svl/source/items.po
index 2d703bbb2a8..9e8f6b923d0 100644
--- a/translations/source/el/svl/source/items.po
+++ b/translations/source/el/svl/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/svl/source/misc.po b/translations/source/el/svl/source/misc.po
index cbb5f30598d..1fed832273d 100644
--- a/translations/source/el/svl/source/misc.po
+++ b/translations/source/el/svl/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-23 17:36+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/svtools/source/contnr.po b/translations/source/el/svtools/source/contnr.po
index 2529d0044ec..3a09bc3306b 100644
--- a/translations/source/el/svtools/source/contnr.po
+++ b/translations/source/el/svtools/source/contnr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/svtools/source/control.po b/translations/source/el/svtools/source/control.po
index cc115b1c6db..1451dfe55fa 100644
--- a/translations/source/el/svtools/source/control.po
+++ b/translations/source/el/svtools/source/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-25 16:51+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/svtools/source/dialogs.po b/translations/source/el/svtools/source/dialogs.po
index aefde8185b8..195b5f0f76e 100644
--- a/translations/source/el/svtools/source/dialogs.po
+++ b/translations/source/el/svtools/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-25 17:16+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/svtools/source/filter.po b/translations/source/el/svtools/source/filter.po
index a6f1ba612c8..1d6748abc85 100644
--- a/translations/source/el/svtools/source/filter.po
+++ b/translations/source/el/svtools/source/filter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 17:05+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/svtools/source/java.po b/translations/source/el/svtools/source/java.po
index 548df49e4bd..dade536f767 100644
--- a/translations/source/el/svtools/source/java.po
+++ b/translations/source/el/svtools/source/java.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 17:10+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/svtools/source/misc.po b/translations/source/el/svtools/source/misc.po
index 8a93c517f74..bf7167d0c4f 100644
--- a/translations/source/el/svtools/source/misc.po
+++ b/translations/source/el/svtools/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-25 17:22+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/svtools/source/plugapp.po b/translations/source/el/svtools/source/plugapp.po
index 1dc104ea100..a079bd8dec6 100644
--- a/translations/source/el/svtools/source/plugapp.po
+++ b/translations/source/el/svtools/source/plugapp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/svtools/source/toolpanel.po b/translations/source/el/svtools/source/toolpanel.po
index 38de2b8f446..813fe867366 100644
--- a/translations/source/el/svtools/source/toolpanel.po
+++ b/translations/source/el/svtools/source/toolpanel.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/svtools/workben/unodialog.po b/translations/source/el/svtools/workben/unodialog.po
index 8709cf2647b..6eab0287174 100644
--- a/translations/source/el/svtools/workben/unodialog.po
+++ b/translations/source/el/svtools/workben/unodialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/svx/inc.po b/translations/source/el/svx/inc.po
index efca6165997..cae3944f691 100644
--- a/translations/source/el/svx/inc.po
+++ b/translations/source/el/svx/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 11:44+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/svx/source/accessibility.po b/translations/source/el/svx/source/accessibility.po
index 3a94376567e..55d499ce035 100644
--- a/translations/source/el/svx/source/accessibility.po
+++ b/translations/source/el/svx/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:42+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/svx/source/dialog.po b/translations/source/el/svx/source/dialog.po
index c76b9ef5a13..825477ffbb0 100644
--- a/translations/source/el/svx/source/dialog.po
+++ b/translations/source/el/svx/source/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 12:29+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/svx/source/engine3d.po b/translations/source/el/svx/source/engine3d.po
index 9d8ac2f88ce..c88620c3cef 100644
--- a/translations/source/el/svx/source/engine3d.po
+++ b/translations/source/el/svx/source/engine3d.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 12:30+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/svx/source/fmcomp.po b/translations/source/el/svx/source/fmcomp.po
index ba382802139..aa777165694 100644
--- a/translations/source/el/svx/source/fmcomp.po
+++ b/translations/source/el/svx/source/fmcomp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:42+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/svx/source/form.po b/translations/source/el/svx/source/form.po
index 02067003b36..4eeae59c28d 100644
--- a/translations/source/el/svx/source/form.po
+++ b/translations/source/el/svx/source/form.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 12:31+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/svx/source/gallery2.po b/translations/source/el/svx/source/gallery2.po
index 767abf855a5..e457be50800 100644
--- a/translations/source/el/svx/source/gallery2.po
+++ b/translations/source/el/svx/source/gallery2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 14:55+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/svx/source/items.po b/translations/source/el/svx/source/items.po
index b7cd934a1e7..aca95e1df21 100644
--- a/translations/source/el/svx/source/items.po
+++ b/translations/source/el/svx/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:42+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/svx/source/src.po b/translations/source/el/svx/source/src.po
index c0973079d7d..b7240ef4f8e 100644
--- a/translations/source/el/svx/source/src.po
+++ b/translations/source/el/svx/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-25 14:57+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/svx/source/stbctrls.po b/translations/source/el/svx/source/stbctrls.po
index 18cb93ac389..e34482da1ee 100644
--- a/translations/source/el/svx/source/stbctrls.po
+++ b/translations/source/el/svx/source/stbctrls.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-25 14:59+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/svx/source/svdraw.po b/translations/source/el/svx/source/svdraw.po
index 1aafe5b6c0e..d1fa163cdf4 100644
--- a/translations/source/el/svx/source/svdraw.po
+++ b/translations/source/el/svx/source/svdraw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 15:00+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/svx/source/table.po b/translations/source/el/svx/source/table.po
index a71ecbdfea9..35645f6726f 100644
--- a/translations/source/el/svx/source/table.po
+++ b/translations/source/el/svx/source/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:42+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/svx/source/tbxctrls.po b/translations/source/el/svx/source/tbxctrls.po
index ffa4c830bf2..d49ab4989bb 100644
--- a/translations/source/el/svx/source/tbxctrls.po
+++ b/translations/source/el/svx/source/tbxctrls.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 15:01+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/svx/source/toolbars.po b/translations/source/el/svx/source/toolbars.po
index 8969b934f20..972d53d2d68 100644
--- a/translations/source/el/svx/source/toolbars.po
+++ b/translations/source/el/svx/source/toolbars.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:42+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/svx/source/unodialogs/textconversiondlgs.po b/translations/source/el/svx/source/unodialogs/textconversiondlgs.po
index 29784c778b0..e97f016e76b 100644
--- a/translations/source/el/svx/source/unodialogs/textconversiondlgs.po
+++ b/translations/source/el/svx/source/unodialogs/textconversiondlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 15:09+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sw/source/core/layout.po b/translations/source/el/sw/source/core/layout.po
index 976c2d1b6d2..a2dc723e976 100644
--- a/translations/source/el/sw/source/core/layout.po
+++ b/translations/source/el/sw/source/core/layout.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 15:10+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
-"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sw/source/core/undo.po b/translations/source/el/sw/source/core/undo.po
index b3acdf28dc0..0b38c37ac3f 100644
--- a/translations/source/el/sw/source/core/undo.po
+++ b/translations/source/el/sw/source/core/undo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-25 15:11+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sw/source/core/unocore.po b/translations/source/el/sw/source/core/unocore.po
index 37780a56586..25aa1ad5075 100644
--- a/translations/source/el/sw/source/core/unocore.po
+++ b/translations/source/el/sw/source/core/unocore.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:42+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sw/source/ui/app.po b/translations/source/el/sw/source/ui/app.po
index 29341ad94c1..d607ff36f86 100644
--- a/translations/source/el/sw/source/ui/app.po
+++ b/translations/source/el/sw/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 15:14+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sw/source/ui/chrdlg.po b/translations/source/el/sw/source/ui/chrdlg.po
index ddd840c5d9f..ccaab03e350 100644
--- a/translations/source/el/sw/source/ui/chrdlg.po
+++ b/translations/source/el/sw/source/ui/chrdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 15:16+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sw/source/ui/config.po b/translations/source/el/sw/source/ui/config.po
index 088e6bb8194..5d8eda4a1cf 100644
--- a/translations/source/el/sw/source/ui/config.po
+++ b/translations/source/el/sw/source/ui/config.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 15:19+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
@@ -334,6 +334,58 @@ msgctxt "optdlg.src#TP_OPTPRINT_PAGE.ST_NONE.string.text"
msgid "<None>"
msgstr "<Κανένα>"
+#: optdlg.src#TP_STD_FONT.FL_STDCHR.fixedline.text
+msgid "Basic fonts (%1)"
+msgstr "Βασικές γραμματοσειρές (%1)"
+
+#: optdlg.src#TP_STD_FONT.FT_TYPE.fixedtext.text
+msgid "Font"
+msgstr "Γραμματοσειρά"
+
+#: optdlg.src#TP_STD_FONT.FT_SIZE.fixedtext.text
+msgid "Size"
+msgstr "Μέγεθος"
+
+#: optdlg.src#TP_STD_FONT.FT_STANDARD.fixedtext.text
+msgid "De~fault"
+msgstr "Π~ροεπιλογή"
+
+#: optdlg.src#TP_STD_FONT.FT_TITLE.fixedtext.text
+msgid "Headin~g"
+msgstr "Επικεφαλί~δα"
+
+#: optdlg.src#TP_STD_FONT.FT_LIST.fixedtext.text
+msgid "~List"
+msgstr "~Λίστα"
+
+#: optdlg.src#TP_STD_FONT.FT_LABEL.fixedtext.text
+msgid "C~aption"
+msgstr "Λεζάντ~α"
+
+#: optdlg.src#TP_STD_FONT.FT_IDX.fixedtext.text
+msgid "~Index"
+msgstr "Ευρετήρ~ιο"
+
+#: optdlg.src#TP_STD_FONT.CB_DOCONLY.checkbox.text
+msgid "C~urrent document only"
+msgstr "Μόνο για το τρέχον έ~γγραφο"
+
+#: optdlg.src#TP_STD_FONT.PB_STANDARD.pushbutton.text
+msgid "~Default"
+msgstr "Πρ~οεπιλογή"
+
+#: optdlg.src#TP_STD_FONT.ST_SCRIPT_ASIAN.string.text
+msgid "Asian"
+msgstr "Ασιατικές"
+
+#: optdlg.src#TP_STD_FONT.ST_SCRIPT_CTL.string.text
+msgid "CTL"
+msgstr "Περικοπή"
+
+#: optdlg.src#TP_STD_FONT.ST_SCRIPT_WESTERN.string.text
+msgid "Western"
+msgstr "Δυτικές"
+
#: optdlg.src#TP_OPTTABLE_PAGE.FL_TABLE.fixedline.text
msgid "Default"
msgstr "Προεπιλογή"
diff --git a/translations/source/el/sw/source/ui/dbui.po b/translations/source/el/sw/source/ui/dbui.po
index c170f18a5cd..d05f9bc392e 100644
--- a/translations/source/el/sw/source/ui/dbui.po
+++ b/translations/source/el/sw/source/ui/dbui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-25 15:21+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sw/source/ui/dialog.po b/translations/source/el/sw/source/ui/dialog.po
index 3a3c60aaaa4..61292fb9479 100644
--- a/translations/source/el/sw/source/ui/dialog.po
+++ b/translations/source/el/sw/source/ui/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-25 15:23+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sw/source/ui/dochdl.po b/translations/source/el/sw/source/ui/dochdl.po
index 69a5adc0e74..fb97adba2f2 100644
--- a/translations/source/el/sw/source/ui/dochdl.po
+++ b/translations/source/el/sw/source/ui/dochdl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:42+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sw/source/ui/docvw.po b/translations/source/el/sw/source/ui/docvw.po
index 60c6959169f..34ae1dc490f 100644
--- a/translations/source/el/sw/source/ui/docvw.po
+++ b/translations/source/el/sw/source/ui/docvw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 15:26+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sw/source/ui/envelp.po b/translations/source/el/sw/source/ui/envelp.po
index 5a290a4bbdd..67a2fe204e7 100644
--- a/translations/source/el/sw/source/ui/envelp.po
+++ b/translations/source/el/sw/source/ui/envelp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:42+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sw/source/ui/fldui.po b/translations/source/el/sw/source/ui/fldui.po
index 38aaaaa3bcf..6bb21f50116 100644
--- a/translations/source/el/sw/source/ui/fldui.po
+++ b/translations/source/el/sw/source/ui/fldui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:42+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sw/source/ui/fmtui.po b/translations/source/el/sw/source/ui/fmtui.po
index 61ba225c4ab..af98cc448d9 100644
--- a/translations/source/el/sw/source/ui/fmtui.po
+++ b/translations/source/el/sw/source/ui/fmtui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:42+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sw/source/ui/frmdlg.po b/translations/source/el/sw/source/ui/frmdlg.po
index dd42ac6ae54..2478e19fbc3 100644
--- a/translations/source/el/sw/source/ui/frmdlg.po
+++ b/translations/source/el/sw/source/ui/frmdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 15:28+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sw/source/ui/globdoc.po b/translations/source/el/sw/source/ui/globdoc.po
index 411e4af2dca..c72dc7c4201 100644
--- a/translations/source/el/sw/source/ui/globdoc.po
+++ b/translations/source/el/sw/source/ui/globdoc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:42+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sw/source/ui/index.po b/translations/source/el/sw/source/ui/index.po
index 104246be8fb..94be8437575 100644
--- a/translations/source/el/sw/source/ui/index.po
+++ b/translations/source/el/sw/source/ui/index.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-25 15:28+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sw/source/ui/lingu.po b/translations/source/el/sw/source/ui/lingu.po
index 3f5f52db7ac..7a9b6805dd1 100644
--- a/translations/source/el/sw/source/ui/lingu.po
+++ b/translations/source/el/sw/source/ui/lingu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-25 15:29+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sw/source/ui/misc.po b/translations/source/el/sw/source/ui/misc.po
index 0a3b0ac6a0a..24a7b04e204 100644
--- a/translations/source/el/sw/source/ui/misc.po
+++ b/translations/source/el/sw/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 16:44+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sw/source/ui/ribbar.po b/translations/source/el/sw/source/ui/ribbar.po
index 7e724282042..f5272e621c6 100644
--- a/translations/source/el/sw/source/ui/ribbar.po
+++ b/translations/source/el/sw/source/ui/ribbar.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 16:45+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sw/source/ui/shells.po b/translations/source/el/sw/source/ui/shells.po
index 79e101cc29f..50671f57d3b 100644
--- a/translations/source/el/sw/source/ui/shells.po
+++ b/translations/source/el/sw/source/ui/shells.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-25 16:45+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sw/source/ui/smartmenu.po b/translations/source/el/sw/source/ui/smartmenu.po
index 78bac63b426..d03d19d72e6 100644
--- a/translations/source/el/sw/source/ui/smartmenu.po
+++ b/translations/source/el/sw/source/ui/smartmenu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:42+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sw/source/ui/table.po b/translations/source/el/sw/source/ui/table.po
index 16d95605a8f..0681b1092ba 100644
--- a/translations/source/el/sw/source/ui/table.po
+++ b/translations/source/el/sw/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-25 16:46+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sw/source/ui/uiview.po b/translations/source/el/sw/source/ui/uiview.po
index a57c28bdb4d..1140873a5da 100644
--- a/translations/source/el/sw/source/ui/uiview.po
+++ b/translations/source/el/sw/source/ui/uiview.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:42+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sw/source/ui/utlui.po b/translations/source/el/sw/source/ui/utlui.po
index 09634847e4d..e66f731438e 100644
--- a/translations/source/el/sw/source/ui/utlui.po
+++ b/translations/source/el/sw/source/ui/utlui.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2012-01-25 16:50+0200\n"
-"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-22 10:43+0200\n"
+"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: el\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: Pootle 2.1.6\n"
@@ -1502,6 +1502,176 @@ msgstr "Επικεφαλίδα 9"
msgid "Heading 10"
msgstr "Επικεφαλίδα 10"
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1S.string.text
+msgid "Numbering 1 Start"
+msgstr "Αρίθμηση 1 Αρχή"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text"
+msgid "Numbering 1"
+msgstr "Αρίθμηση 1"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1E.string.text
+msgid "Numbering 1 End"
+msgstr "Αρίθμηση 1 Τέλος"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM1.string.text
+msgid "Numbering 1 Cont."
+msgstr "Αρίθμηση 1 Συνέχεια"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2S.string.text
+msgid "Numbering 2 Start"
+msgstr "Αρίθμηση 2 Αρχή"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text"
+msgid "Numbering 2"
+msgstr "Αρίθμηση 2"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2E.string.text
+msgid "Numbering 2 End"
+msgstr "Αρίθμηση 2 Τέλος"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM2.string.text
+msgid "Numbering 2 Cont."
+msgstr "Αρίθμηση 2 Συνέχεια"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3S.string.text
+msgid "Numbering 3 Start"
+msgstr "Αρίθμηση 3 Αρχή"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text"
+msgid "Numbering 3"
+msgstr "Αρίθμηση 3"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3E.string.text
+msgid "Numbering 3 End"
+msgstr "Αρίθμηση 3 Τέλος"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM3.string.text
+msgid "Numbering 3 Cont."
+msgstr "Αρίθμηση 3 Συνέχεια"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4S.string.text
+msgid "Numbering 4 Start"
+msgstr "Αρίθμηση 4 Αρχή"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text"
+msgid "Numbering 4"
+msgstr "Αρίθμηση 4"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4E.string.text
+msgid "Numbering 4 End"
+msgstr "Αρίθμηση 4 Τέλος"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM4.string.text
+msgid "Numbering 4 Cont."
+msgstr "Αρίθμηση 4 Συνέχεια"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5S.string.text
+msgid "Numbering 5 Start"
+msgstr "Αρίθμηση 5 Αρχή"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text"
+msgid "Numbering 5"
+msgstr "Αρίθμηση 5"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5E.string.text
+msgid "Numbering 5 End"
+msgstr "Αρίθμηση 5 Τέλος"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM5.string.text
+msgid "Numbering 5 Cont."
+msgstr "Αρίθμηση 5 Συνέχεια"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1S.string.text
+msgid "List 1 Start"
+msgstr "Κατάλογος 1 Αρχή"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text"
+msgid "List 1"
+msgstr "Κατάλογος 1"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1E.string.text
+msgid "List 1 End"
+msgstr "Κατάλογος 1 Τέλος"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM1.string.text
+msgid "List 1 Cont."
+msgstr "Κατάλογος 1 Συνέχεια"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2S.string.text
+msgid "List 2 Start"
+msgstr "Κατάλογος 2 Αρχή"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text"
+msgid "List 2"
+msgstr "Κατάλογος 2"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2E.string.text
+msgid "List 2 End"
+msgstr "Κατάλογος 2 Τέλος"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM2.string.text
+msgid "List 2 Cont."
+msgstr "Κατάλογος 2 Συνέχεια"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3S.string.text
+msgid "List 3 Start"
+msgstr "Κατάλογος 3 Αρχή"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text"
+msgid "List 3"
+msgstr "Κατάλογος 3"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3E.string.text
+msgid "List 3 End"
+msgstr "Κατάλογος 3 Τέλος"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM3.string.text
+msgid "List 3 Cont."
+msgstr "Κατάλογος 3 Συνέχεια"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4S.string.text
+msgid "List 4 Start"
+msgstr "Κατάλογος 4 Αρχή"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text"
+msgid "List 4"
+msgstr "Κατάλογος 4"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4E.string.text
+msgid "List 4 End"
+msgstr "Κατάλογος 4 Τέλος"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM4.string.text
+msgid "List 4 Cont."
+msgstr "Κατάλογος 4 Συνέχεια"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5S.string.text
+msgid "List 5 Start"
+msgstr "Κατάλογος 5 Αρχή"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text"
+msgid "List 5"
+msgstr "Κατάλογος 5"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5E.string.text
+msgid "List 5 End"
+msgstr "Κατάλογος 5 Τέλος"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM5.string.text
+msgid "List 5 Cont."
+msgstr "Κατάλογος 5 Συνέχεια"
+
#: poolfmt.src#STR_POOLCOLL_HEADER.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_HEADER.string.text"
msgid "Header"
@@ -1790,42 +1960,52 @@ msgid "Endnote"
msgstr "Σημείωση τέλους"
#: poolfmt.src#STR_POOLNUMRULE_NUM1.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM1.string.text"
msgid "Numbering 1"
msgstr "Αρίθμηση 1"
#: poolfmt.src#STR_POOLNUMRULE_NUM2.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM2.string.text"
msgid "Numbering 2"
msgstr "Αρίθμηση 2"
#: poolfmt.src#STR_POOLNUMRULE_NUM3.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM3.string.text"
msgid "Numbering 3"
msgstr "Αρίθμηση 3"
#: poolfmt.src#STR_POOLNUMRULE_NUM4.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM4.string.text"
msgid "Numbering 4"
msgstr "Αρίθμηση 4"
#: poolfmt.src#STR_POOLNUMRULE_NUM5.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM5.string.text"
msgid "Numbering 5"
msgstr "Αρίθμηση 5"
#: poolfmt.src#STR_POOLNUMRULE_BUL1.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL1.string.text"
msgid "List 1"
msgstr "Λίστα 1"
#: poolfmt.src#STR_POOLNUMRULE_BUL2.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL2.string.text"
msgid "List 2"
msgstr "Λίστα 2"
#: poolfmt.src#STR_POOLNUMRULE_BUL3.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL3.string.text"
msgid "List 3"
msgstr "Λίστα 3"
#: poolfmt.src#STR_POOLNUMRULE_BUL4.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL4.string.text"
msgid "List 4"
msgstr "Λίστα 4"
#: poolfmt.src#STR_POOLNUMRULE_BUL5.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL5.string.text"
msgid "List 5"
msgstr "Λίστα 5"
diff --git a/translations/source/el/sw/source/ui/web.po b/translations/source/el/sw/source/ui/web.po
index b0128f09fa8..48112587892 100644
--- a/translations/source/el/sw/source/ui/web.po
+++ b/translations/source/el/sw/source/ui/web.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:42+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sw/source/ui/wrtsh.po b/translations/source/el/sw/source/ui/wrtsh.po
index 7880df88326..1baae33e5d2 100644
--- a/translations/source/el/sw/source/ui/wrtsh.po
+++ b/translations/source/el/sw/source/ui/wrtsh.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:42+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/swext/mediawiki/help.po b/translations/source/el/swext/mediawiki/help.po
index 07ba6feb1e4..15a5428f50f 100644
--- a/translations/source/el/swext/mediawiki/help.po
+++ b/translations/source/el/swext/mediawiki/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-02-12 10:49+0300\n"
"Last-Translator: d1-02 <dmtrs32@gmail.com>\n"
"Language-Team: team@gnome.gr\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Virtaal 0.7.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/swext/mediawiki/src.po b/translations/source/el/swext/mediawiki/src.po
index 86610ca4971..a047fb9fafd 100644
--- a/translations/source/el/swext/mediawiki/src.po
+++ b/translations/source/el/swext/mediawiki/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 10:41+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/translations/source/el/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index f52df94f67e..27f7cc15469 100644
--- a/translations/source/el/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/translations/source/el/swext/mediawiki/src/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:42+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/translations/source/el/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index 4c36bf02518..d5684c6a2d8 100644
--- a/translations/source/el/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/translations/source/el/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:42+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/sysui/desktop/share.po b/translations/source/el/sysui/desktop/share.po
index 898e4af2ee6..40dd23db55e 100644
--- a/translations/source/el/sysui/desktop/share.po
+++ b/translations/source/el/sysui/desktop/share.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-23 17:40+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/uui/source.po b/translations/source/el/uui/source.po
index 3966d7e36ea..05fff1d8d3e 100644
--- a/translations/source/el/uui/source.po
+++ b/translations/source/el/uui/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-24 23:23+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/vcl/source/src.po b/translations/source/el/vcl/source/src.po
index cfdc92d371a..47455dcbaa4 100644
--- a/translations/source/el/vcl/source/src.po
+++ b/translations/source/el/vcl/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 10:45+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/wizards/source/euro.po b/translations/source/el/wizards/source/euro.po
index d135c7f1235..3674bda128a 100644
--- a/translations/source/el/wizards/source/euro.po
+++ b/translations/source/el/wizards/source/euro.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 09:53+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/wizards/source/formwizard.po b/translations/source/el/wizards/source/formwizard.po
index 524fd06c83b..cbe4feef02b 100644
--- a/translations/source/el/wizards/source/formwizard.po
+++ b/translations/source/el/wizards/source/formwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-25 09:54+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/wizards/source/importwizard.po b/translations/source/el/wizards/source/importwizard.po
index 2776bc6800c..7c14cead9b2 100644
--- a/translations/source/el/wizards/source/importwizard.po
+++ b/translations/source/el/wizards/source/importwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-25 09:59+0200\n"
"Last-Translator: Dimitris <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/wizards/source/schedule.po b/translations/source/el/wizards/source/schedule.po
index 251a3e3bcd2..0c562dc109a 100644
--- a/translations/source/el/wizards/source/schedule.po
+++ b/translations/source/el/wizards/source/schedule.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:42+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/wizards/source/template.po b/translations/source/el/wizards/source/template.po
index a7bbf6be2fa..589b19ff445 100644
--- a/translations/source/el/wizards/source/template.po
+++ b/translations/source/el/wizards/source/template.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:42+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/xmlsecurity/source/component.po b/translations/source/el/xmlsecurity/source/component.po
index 269a017350f..83022c0781d 100644
--- a/translations/source/el/xmlsecurity/source/component.po
+++ b/translations/source/el/xmlsecurity/source/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:42+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/el/xmlsecurity/source/dialogs.po b/translations/source/el/xmlsecurity/source/dialogs.po
index a81913fd4af..dbf76ac7a26 100644
--- a/translations/source/el/xmlsecurity/source/dialogs.po
+++ b/translations/source/el/xmlsecurity/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:42+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: el\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"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/accessibility/source/helper.po b/translations/source/en-GB/accessibility/source/helper.po
index 2e717edd1f5..1d45895d487 100644
--- a/translations/source/en-GB/accessibility/source/helper.po
+++ b/translations/source/en-GB/accessibility/source/helper.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/avmedia/source/framework.po b/translations/source/en-GB/avmedia/source/framework.po
index b0bff833d78..1219c703f57 100644
--- a/translations/source/en-GB/avmedia/source/framework.po
+++ b/translations/source/en-GB/avmedia/source/framework.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/avmedia/source/viewer.po b/translations/source/en-GB/avmedia/source/viewer.po
index ece4628625a..789226e69f5 100644
--- a/translations/source/en-GB/avmedia/source/viewer.po
+++ b/translations/source/en-GB/avmedia/source/viewer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/basctl/source/basicide.po b/translations/source/en-GB/basctl/source/basicide.po
index ae622463f25..926d03dd9f8 100644
--- a/translations/source/en-GB/basctl/source/basicide.po
+++ b/translations/source/en-GB/basctl/source/basicide.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-05 12:39+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/basctl/source/dlged.po b/translations/source/en-GB/basctl/source/dlged.po
index f6e9b0ea8f0..043ca8db5a7 100644
--- a/translations/source/en-GB/basctl/source/dlged.po
+++ b/translations/source/en-GB/basctl/source/dlged.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/basic/source/classes.po b/translations/source/en-GB/basic/source/classes.po
index 0bdfd655764..fe79ccf117d 100644
--- a/translations/source/en-GB/basic/source/classes.po
+++ b/translations/source/en-GB/basic/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-22 15:09+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/basic/source/sbx.po b/translations/source/en-GB/basic/source/sbx.po
index 618c50df6a0..5deff11b0de 100644
--- a/translations/source/en-GB/basic/source/sbx.po
+++ b/translations/source/en-GB/basic/source/sbx.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/chart2/source/controller/dialogs.po b/translations/source/en-GB/chart2/source/controller/dialogs.po
index a51537ec9de..7359b00bdaf 100644
--- a/translations/source/en-GB/chart2/source/controller/dialogs.po
+++ b/translations/source/en-GB/chart2/source/controller/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 13:42+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/connectivity/source/drivers/ado.po b/translations/source/en-GB/connectivity/source/drivers/ado.po
index ec8995c0b8a..ce8f8d26a64 100644
--- a/translations/source/en-GB/connectivity/source/drivers/ado.po
+++ b/translations/source/en-GB/connectivity/source/drivers/ado.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/connectivity/source/drivers/calc.po b/translations/source/en-GB/connectivity/source/drivers/calc.po
index 368f110ac53..8504785d2c5 100644
--- a/translations/source/en-GB/connectivity/source/drivers/calc.po
+++ b/translations/source/en-GB/connectivity/source/drivers/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/connectivity/source/drivers/dbase.po b/translations/source/en-GB/connectivity/source/drivers/dbase.po
index 157d94f1043..5b1d29d2185 100644
--- a/translations/source/en-GB/connectivity/source/drivers/dbase.po
+++ b/translations/source/en-GB/connectivity/source/drivers/dbase.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/connectivity/source/drivers/evoab2.po b/translations/source/en-GB/connectivity/source/drivers/evoab2.po
index 1b6209e3d8a..6a6ddbc860e 100644
--- a/translations/source/en-GB/connectivity/source/drivers/evoab2.po
+++ b/translations/source/en-GB/connectivity/source/drivers/evoab2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/connectivity/source/drivers/flat.po b/translations/source/en-GB/connectivity/source/drivers/flat.po
index 10ac6b921d9..fba33f49d5b 100644
--- a/translations/source/en-GB/connectivity/source/drivers/flat.po
+++ b/translations/source/en-GB/connectivity/source/drivers/flat.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/connectivity/source/drivers/hsqldb.po b/translations/source/en-GB/connectivity/source/drivers/hsqldb.po
index 14ee3af7d7e..1b254a43907 100644
--- a/translations/source/en-GB/connectivity/source/drivers/hsqldb.po
+++ b/translations/source/en-GB/connectivity/source/drivers/hsqldb.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/connectivity/source/drivers/jdbc.po b/translations/source/en-GB/connectivity/source/drivers/jdbc.po
index 4d7dc79f8ce..6000a794a8d 100644
--- a/translations/source/en-GB/connectivity/source/drivers/jdbc.po
+++ b/translations/source/en-GB/connectivity/source/drivers/jdbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/connectivity/source/drivers/kab.po b/translations/source/en-GB/connectivity/source/drivers/kab.po
index 6f23cf5245a..e2c68f21d55 100644
--- a/translations/source/en-GB/connectivity/source/drivers/kab.po
+++ b/translations/source/en-GB/connectivity/source/drivers/kab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/connectivity/source/drivers/macab.po b/translations/source/en-GB/connectivity/source/drivers/macab.po
index 26d0ca3a7e9..8e2a8121d01 100644
--- a/translations/source/en-GB/connectivity/source/drivers/macab.po
+++ b/translations/source/en-GB/connectivity/source/drivers/macab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/connectivity/source/drivers/mozab.po b/translations/source/en-GB/connectivity/source/drivers/mozab.po
index e253683d844..5132e6bd27f 100644
--- a/translations/source/en-GB/connectivity/source/drivers/mozab.po
+++ b/translations/source/en-GB/connectivity/source/drivers/mozab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-14 16:50+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/connectivity/source/drivers/mysql.po b/translations/source/en-GB/connectivity/source/drivers/mysql.po
index 2fdce31ca66..f0df1e2453a 100644
--- a/translations/source/en-GB/connectivity/source/drivers/mysql.po
+++ b/translations/source/en-GB/connectivity/source/drivers/mysql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/connectivity/source/drivers/odbc.po b/translations/source/en-GB/connectivity/source/drivers/odbc.po
index 4c2a7148165..e78cea70653 100644
--- a/translations/source/en-GB/connectivity/source/drivers/odbc.po
+++ b/translations/source/en-GB/connectivity/source/drivers/odbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/connectivity/source/drivers/postgresql.po b/translations/source/en-GB/connectivity/source/drivers/postgresql.po
index fb4375395d9..4f8b992ae90 100644
--- a/translations/source/en-GB/connectivity/source/drivers/postgresql.po
+++ b/translations/source/en-GB/connectivity/source/drivers/postgresql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-05 12:41+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -18,11 +18,3 @@ msgstr ""
#: postgresql.xcu#.Drivers.Installed.sdbc_postgresql__.DriverTypeDisplayName.value.text
msgid "PostgreSQL"
msgstr "PostgreSQL"
-
-#: description.xml#dispname.dispname.description.text
-msgid "PostgreSQL-SDBC Driver"
-msgstr "PostgreSQL-SDBC Driver"
-
-#: 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 "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"
diff --git a/translations/source/en-GB/connectivity/source/resource.po b/translations/source/en-GB/connectivity/source/resource.po
index 5e7ebcfb839..bad5a4d1ce5 100644
--- a/translations/source/en-GB/connectivity/source/resource.po
+++ b/translations/source/en-GB/connectivity/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 13:42+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/cui/source/customize.po b/translations/source/en-GB/cui/source/customize.po
index 1086ba8a4ec..c8a3ccf0ed1 100644
--- a/translations/source/en-GB/cui/source/customize.po
+++ b/translations/source/en-GB/cui/source/customize.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 11:20+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/cui/source/dialogs.po b/translations/source/en-GB/cui/source/dialogs.po
index 7b303f8a62e..bb6473d0fb9 100644
--- a/translations/source/en-GB/cui/source/dialogs.po
+++ b/translations/source/en-GB/cui/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-14 16:50+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/cui/source/options.po b/translations/source/en-GB/cui/source/options.po
index 2a9039edc1f..56801c7c580 100644
--- a/translations/source/en-GB/cui/source/options.po
+++ b/translations/source/en-GB/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: 2012-01-30 11:10+0200\n"
-"PO-Revision-Date: 2012-01-09 12:40+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-24 12:40+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: optgenrl.src#RID_SFXPAGE_GENERAL.FT_COMPANY.fixedtext.text
diff --git a/translations/source/en-GB/cui/source/tabpages.po b/translations/source/en-GB/cui/source/tabpages.po
index 529b0af9b9a..750beb39845 100644
--- a/translations/source/en-GB/cui/source/tabpages.po
+++ b/translations/source/en-GB/cui/source/tabpages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-25 13:47+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dbaccess/source/core/resource.po b/translations/source/en-GB/dbaccess/source/core/resource.po
index 67259ec8454..d13a635d5f2 100644
--- a/translations/source/en-GB/dbaccess/source/core/resource.po
+++ b/translations/source/en-GB/dbaccess/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-13 11:44+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dbaccess/source/ext/adabas.po b/translations/source/en-GB/dbaccess/source/ext/adabas.po
index 11b804f8c2c..1398c7818a2 100644
--- a/translations/source/en-GB/dbaccess/source/ext/adabas.po
+++ b/translations/source/en-GB/dbaccess/source/ext/adabas.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 13:51+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dbaccess/source/ext/macromigration.po b/translations/source/en-GB/dbaccess/source/ext/macromigration.po
index 6083c9600d7..97e7318492c 100644
--- a/translations/source/en-GB/dbaccess/source/ext/macromigration.po
+++ b/translations/source/en-GB/dbaccess/source/ext/macromigration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-09 12:41+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dbaccess/source/sdbtools/resource.po b/translations/source/en-GB/dbaccess/source/sdbtools/resource.po
index 409d131df7c..e3f4ba78835 100644
--- a/translations/source/en-GB/dbaccess/source/sdbtools/resource.po
+++ b/translations/source/en-GB/dbaccess/source/sdbtools/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dbaccess/source/ui/app.po b/translations/source/en-GB/dbaccess/source/ui/app.po
index 25feca93eb8..e418e43fecc 100644
--- a/translations/source/en-GB/dbaccess/source/ui/app.po
+++ b/translations/source/en-GB/dbaccess/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 13:51+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dbaccess/source/ui/browser.po b/translations/source/en-GB/dbaccess/source/ui/browser.po
index 866d5e470fe..c6631457c45 100644
--- a/translations/source/en-GB/dbaccess/source/ui/browser.po
+++ b/translations/source/en-GB/dbaccess/source/ui/browser.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 11:20+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dbaccess/source/ui/control.po b/translations/source/en-GB/dbaccess/source/ui/control.po
index 3fa5cf9e123..2a05aa9ceb7 100644
--- a/translations/source/en-GB/dbaccess/source/ui/control.po
+++ b/translations/source/en-GB/dbaccess/source/ui/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dbaccess/source/ui/dlg.po b/translations/source/en-GB/dbaccess/source/ui/dlg.po
index cef39c5b5d6..1a36f8de371 100644
--- a/translations/source/en-GB/dbaccess/source/ui/dlg.po
+++ b/translations/source/en-GB/dbaccess/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-09 12:41+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dbaccess/source/ui/inc.po b/translations/source/en-GB/dbaccess/source/ui/inc.po
index 3b0cf63dd45..6253995e286 100644
--- a/translations/source/en-GB/dbaccess/source/ui/inc.po
+++ b/translations/source/en-GB/dbaccess/source/ui/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dbaccess/source/ui/misc.po b/translations/source/en-GB/dbaccess/source/ui/misc.po
index 050c8b8fee9..fa2e929bb2a 100644
--- a/translations/source/en-GB/dbaccess/source/ui/misc.po
+++ b/translations/source/en-GB/dbaccess/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-13 11:45+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dbaccess/source/ui/querydesign.po b/translations/source/en-GB/dbaccess/source/ui/querydesign.po
index 2a5c541442e..8faa61f6f93 100644
--- a/translations/source/en-GB/dbaccess/source/ui/querydesign.po
+++ b/translations/source/en-GB/dbaccess/source/ui/querydesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dbaccess/source/ui/relationdesign.po b/translations/source/en-GB/dbaccess/source/ui/relationdesign.po
index 025b48c2ed9..0a45e02f8b1 100644
--- a/translations/source/en-GB/dbaccess/source/ui/relationdesign.po
+++ b/translations/source/en-GB/dbaccess/source/ui/relationdesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-09 12:41+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dbaccess/source/ui/tabledesign.po b/translations/source/en-GB/dbaccess/source/ui/tabledesign.po
index ec5552f95d3..3007175123d 100644
--- a/translations/source/en-GB/dbaccess/source/ui/tabledesign.po
+++ b/translations/source/en-GB/dbaccess/source/ui/tabledesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-22 15:02+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dbaccess/source/ui/uno.po b/translations/source/en-GB/dbaccess/source/ui/uno.po
index ffb40fd92ab..6b1c63e2448 100644
--- a/translations/source/en-GB/dbaccess/source/ui/uno.po
+++ b/translations/source/en-GB/dbaccess/source/ui/uno.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/desktop/source/app.po b/translations/source/en-GB/desktop/source/app.po
index 22b73cd3460..8226309cd19 100644
--- a/translations/source/en-GB/desktop/source/app.po
+++ b/translations/source/en-GB/desktop/source/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-14 16:51+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/desktop/source/deployment/gui.po b/translations/source/en-GB/desktop/source/deployment/gui.po
index 97a2c4cf4a1..4adb7d4a19a 100644
--- a/translations/source/en-GB/desktop/source/deployment/gui.po
+++ b/translations/source/en-GB/desktop/source/deployment/gui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-09 12:41+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/desktop/source/deployment/manager.po b/translations/source/en-GB/desktop/source/deployment/manager.po
index 197efae459e..61a810725ef 100644
--- a/translations/source/en-GB/desktop/source/deployment/manager.po
+++ b/translations/source/en-GB/desktop/source/deployment/manager.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/desktop/source/deployment/misc.po b/translations/source/en-GB/desktop/source/deployment/misc.po
index e9b3bc81853..b0eab912940 100644
--- a/translations/source/en-GB/desktop/source/deployment/misc.po
+++ b/translations/source/en-GB/desktop/source/deployment/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-05 12:45+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/desktop/source/deployment/registry.po b/translations/source/en-GB/desktop/source/deployment/registry.po
index b5d769f5b70..90de546f39c 100644
--- a/translations/source/en-GB/desktop/source/deployment/registry.po
+++ b/translations/source/en-GB/desktop/source/deployment/registry.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/desktop/source/deployment/registry/component.po b/translations/source/en-GB/desktop/source/deployment/registry/component.po
index 4049e5d08bb..a935adfd383 100644
--- a/translations/source/en-GB/desktop/source/deployment/registry/component.po
+++ b/translations/source/en-GB/desktop/source/deployment/registry/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-13 11:47+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/desktop/source/deployment/registry/configuration.po b/translations/source/en-GB/desktop/source/deployment/registry/configuration.po
index 85408541bcd..64406f17a38 100644
--- a/translations/source/en-GB/desktop/source/deployment/registry/configuration.po
+++ b/translations/source/en-GB/desktop/source/deployment/registry/configuration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/desktop/source/deployment/registry/help.po b/translations/source/en-GB/desktop/source/deployment/registry/help.po
index 2a579a72863..d97264754b0 100644
--- a/translations/source/en-GB/desktop/source/deployment/registry/help.po
+++ b/translations/source/en-GB/desktop/source/deployment/registry/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/desktop/source/deployment/registry/package.po b/translations/source/en-GB/desktop/source/deployment/registry/package.po
index 9a70550bdbc..7ef8b8e88bc 100644
--- a/translations/source/en-GB/desktop/source/deployment/registry/package.po
+++ b/translations/source/en-GB/desktop/source/deployment/registry/package.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/desktop/source/deployment/registry/script.po b/translations/source/en-GB/desktop/source/deployment/registry/script.po
index 3f14b9694f0..8cedd6a308a 100644
--- a/translations/source/en-GB/desktop/source/deployment/registry/script.po
+++ b/translations/source/en-GB/desktop/source/deployment/registry/script.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/desktop/source/deployment/registry/sfwk.po b/translations/source/en-GB/desktop/source/deployment/registry/sfwk.po
index dcdf51e8763..414442a10ab 100644
--- a/translations/source/en-GB/desktop/source/deployment/registry/sfwk.po
+++ b/translations/source/en-GB/desktop/source/deployment/registry/sfwk.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/desktop/source/deployment/unopkg.po b/translations/source/en-GB/desktop/source/deployment/unopkg.po
index ca904ce0278..9940b8758f2 100644
--- a/translations/source/en-GB/desktop/source/deployment/unopkg.po
+++ b/translations/source/en-GB/desktop/source/deployment/unopkg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/af_ZA.po b/translations/source/en-GB/dictionaries/af_ZA.po
index d57100b86c0..fa78e9de58c 100644
--- a/translations/source/en-GB/dictionaries/af_ZA.po
+++ b/translations/source/en-GB/dictionaries/af_ZA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-10 13:52+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/an_ES.po b/translations/source/en-GB/dictionaries/an_ES.po
index d6f11444e32..530b7d7ff75 100644
--- a/translations/source/en-GB/dictionaries/an_ES.po
+++ b/translations/source/en-GB/dictionaries/an_ES.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fan_ES.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-09 12:45+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/ar.po b/translations/source/en-GB/dictionaries/ar.po
index 14050a50349..6ba9994d0c0 100644
--- a/translations/source/en-GB/dictionaries/ar.po
+++ b/translations/source/en-GB/dictionaries/ar.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 13:52+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/be_BY.po b/translations/source/en-GB/dictionaries/be_BY.po
index 871421dd24b..fed612a1e08 100644
--- a/translations/source/en-GB/dictionaries/be_BY.po
+++ b/translations/source/en-GB/dictionaries/be_BY.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-05 12:45+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/bg_BG.po b/translations/source/en-GB/dictionaries/bg_BG.po
index 33ae81b64b4..a5461806e5a 100644
--- a/translations/source/en-GB/dictionaries/bg_BG.po
+++ b/translations/source/en-GB/dictionaries/bg_BG.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-10 13:52+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/bn_BD.po b/translations/source/en-GB/dictionaries/bn_BD.po
index 2ace3ebe476..d862fd6bd3b 100644
--- a/translations/source/en-GB/dictionaries/bn_BD.po
+++ b/translations/source/en-GB/dictionaries/bn_BD.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 13:52+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/br_FR.po b/translations/source/en-GB/dictionaries/br_FR.po
index 773aeb8008c..79dd071084d 100644
--- a/translations/source/en-GB/dictionaries/br_FR.po
+++ b/translations/source/en-GB/dictionaries/br_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 13:52+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/ca.po b/translations/source/en-GB/dictionaries/ca.po
index a8777c82a56..e8e67a6757d 100644
--- a/translations/source/en-GB/dictionaries/ca.po
+++ b/translations/source/en-GB/dictionaries/ca.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-10 13:52+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/cs_CZ.po b/translations/source/en-GB/dictionaries/cs_CZ.po
index bb264b4fdc3..b5f9da3d8f7 100644
--- a/translations/source/en-GB/dictionaries/cs_CZ.po
+++ b/translations/source/en-GB/dictionaries/cs_CZ.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 13:52+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/da_DK.po b/translations/source/en-GB/dictionaries/da_DK.po
index 26271c53742..71a1435d429 100644
--- a/translations/source/en-GB/dictionaries/da_DK.po
+++ b/translations/source/en-GB/dictionaries/da_DK.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 13:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/de.po b/translations/source/en-GB/dictionaries/de.po
index 186498a6538..a5030ed761b 100644
--- a/translations/source/en-GB/dictionaries/de.po
+++ b/translations/source/en-GB/dictionaries/de.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 13:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/el_GR.po b/translations/source/en-GB/dictionaries/el_GR.po
index 14963cb8f28..21b0e7fe4d4 100644
--- a/translations/source/en-GB/dictionaries/el_GR.po
+++ b/translations/source/en-GB/dictionaries/el_GR.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-05 12:45+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/en.po b/translations/source/en-GB/dictionaries/en.po
index d6337fb4af2..142240133c7 100644
--- a/translations/source/en-GB/dictionaries/en.po
+++ b/translations/source/en-GB/dictionaries/en.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-09 12:42+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/en/dialog.po b/translations/source/en-GB/dictionaries/en/dialog.po
index cab79c72ae2..b2d83540085 100644
--- a/translations/source/en-GB/dictionaries/en/dialog.po
+++ b/translations/source/en-GB/dictionaries/en/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-09 12:47+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/es_ES.po b/translations/source/en-GB/dictionaries/es_ES.po
index 8b92c1afc7d..4de532612e8 100644
--- a/translations/source/en-GB/dictionaries/es_ES.po
+++ b/translations/source/en-GB/dictionaries/es_ES.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 13:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/et_EE.po b/translations/source/en-GB/dictionaries/et_EE.po
index 55de1dc0e46..341f621b353 100644
--- a/translations/source/en-GB/dictionaries/et_EE.po
+++ b/translations/source/en-GB/dictionaries/et_EE.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 13:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/fr_FR.po b/translations/source/en-GB/dictionaries/fr_FR.po
index 11c4bca999e..92d4d021631 100644
--- a/translations/source/en-GB/dictionaries/fr_FR.po
+++ b/translations/source/en-GB/dictionaries/fr_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 13:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/gd_GB.po b/translations/source/en-GB/dictionaries/gd_GB.po
index db002bdb340..aa53a58753d 100644
--- a/translations/source/en-GB/dictionaries/gd_GB.po
+++ b/translations/source/en-GB/dictionaries/gd_GB.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-05 12:45+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/gl.po b/translations/source/en-GB/dictionaries/gl.po
index 1db9325bc19..49531ce33d4 100644
--- a/translations/source/en-GB/dictionaries/gl.po
+++ b/translations/source/en-GB/dictionaries/gl.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-10 13:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/gu_IN.po b/translations/source/en-GB/dictionaries/gu_IN.po
index 23b1434911c..bd75571a6de 100644
--- a/translations/source/en-GB/dictionaries/gu_IN.po
+++ b/translations/source/en-GB/dictionaries/gu_IN.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 13:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/he_IL.po b/translations/source/en-GB/dictionaries/he_IL.po
index e961ca17d97..97c16169a0b 100644
--- a/translations/source/en-GB/dictionaries/he_IL.po
+++ b/translations/source/en-GB/dictionaries/he_IL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 13:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/hi_IN.po b/translations/source/en-GB/dictionaries/hi_IN.po
index 8e8175191f9..76f51ea0dbd 100644
--- a/translations/source/en-GB/dictionaries/hi_IN.po
+++ b/translations/source/en-GB/dictionaries/hi_IN.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 13:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/hr_HR.po b/translations/source/en-GB/dictionaries/hr_HR.po
index 60e89c9e941..31c8f56c2dc 100644
--- a/translations/source/en-GB/dictionaries/hr_HR.po
+++ b/translations/source/en-GB/dictionaries/hr_HR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 13:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/hu_HU.po b/translations/source/en-GB/dictionaries/hu_HU.po
index d68a5e6a251..6b59b1a907a 100644
--- a/translations/source/en-GB/dictionaries/hu_HU.po
+++ b/translations/source/en-GB/dictionaries/hu_HU.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-09 12:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/hu_HU/dialog.po b/translations/source/en-GB/dictionaries/hu_HU/dialog.po
index 3b05df9d36d..1de40ad0f74 100644
--- a/translations/source/en-GB/dictionaries/hu_HU/dialog.po
+++ b/translations/source/en-GB/dictionaries/hu_HU/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-09 12:50+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/it_IT.po b/translations/source/en-GB/dictionaries/it_IT.po
index 4190c197f93..6f42ce0672b 100644
--- a/translations/source/en-GB/dictionaries/it_IT.po
+++ b/translations/source/en-GB/dictionaries/it_IT.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 13:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/ku_TR.po b/translations/source/en-GB/dictionaries/ku_TR.po
index 23d51ede75b..e028fff5ae8 100644
--- a/translations/source/en-GB/dictionaries/ku_TR.po
+++ b/translations/source/en-GB/dictionaries/ku_TR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 13:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/lt_LT.po b/translations/source/en-GB/dictionaries/lt_LT.po
index 30193ee06b8..cc5af1a6382 100644
--- a/translations/source/en-GB/dictionaries/lt_LT.po
+++ b/translations/source/en-GB/dictionaries/lt_LT.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 13:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/lv_LV.po b/translations/source/en-GB/dictionaries/lv_LV.po
index c5060fd6e23..83ea397d01f 100644
--- a/translations/source/en-GB/dictionaries/lv_LV.po
+++ b/translations/source/en-GB/dictionaries/lv_LV.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-10 13:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/ne_NP.po b/translations/source/en-GB/dictionaries/ne_NP.po
index 8d0103dcbdb..258a05f3fd7 100644
--- a/translations/source/en-GB/dictionaries/ne_NP.po
+++ b/translations/source/en-GB/dictionaries/ne_NP.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-10 13:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/nl_NL.po b/translations/source/en-GB/dictionaries/nl_NL.po
index f17455ee0c3..51a87254fe1 100644
--- a/translations/source/en-GB/dictionaries/nl_NL.po
+++ b/translations/source/en-GB/dictionaries/nl_NL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 13:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/no.po b/translations/source/en-GB/dictionaries/no.po
index 3bba0c6af48..a3a196bd6b5 100644
--- a/translations/source/en-GB/dictionaries/no.po
+++ b/translations/source/en-GB/dictionaries/no.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-10 13:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/oc_FR.po b/translations/source/en-GB/dictionaries/oc_FR.po
index 3adb59c1f4f..5fe145f479d 100644
--- a/translations/source/en-GB/dictionaries/oc_FR.po
+++ b/translations/source/en-GB/dictionaries/oc_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 13:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/pl_PL.po b/translations/source/en-GB/dictionaries/pl_PL.po
index 092e4e8e329..ed36e1e4316 100644
--- a/translations/source/en-GB/dictionaries/pl_PL.po
+++ b/translations/source/en-GB/dictionaries/pl_PL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-10 13:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/pt_BR.po b/translations/source/en-GB/dictionaries/pt_BR.po
index ba66a1a0364..4d4a7729a99 100644
--- a/translations/source/en-GB/dictionaries/pt_BR.po
+++ b/translations/source/en-GB/dictionaries/pt_BR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 13:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/pt_PT.po b/translations/source/en-GB/dictionaries/pt_PT.po
index 8636f119536..0676e95e730 100644
--- a/translations/source/en-GB/dictionaries/pt_PT.po
+++ b/translations/source/en-GB/dictionaries/pt_PT.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 13:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/ro.po b/translations/source/en-GB/dictionaries/ro.po
index 3bbfaecf32f..a29ddfa5332 100644
--- a/translations/source/en-GB/dictionaries/ro.po
+++ b/translations/source/en-GB/dictionaries/ro.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 13:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/ru_RU.po b/translations/source/en-GB/dictionaries/ru_RU.po
index 192032c0d2c..7741f380d51 100644
--- a/translations/source/en-GB/dictionaries/ru_RU.po
+++ b/translations/source/en-GB/dictionaries/ru_RU.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-09 12:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/ru_RU/dialog.po b/translations/source/en-GB/dictionaries/ru_RU/dialog.po
index 51ef227f205..9fbeb55a0cd 100644
--- a/translations/source/en-GB/dictionaries/ru_RU/dialog.po
+++ b/translations/source/en-GB/dictionaries/ru_RU/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-09 12:51+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/si_LK.po b/translations/source/en-GB/dictionaries/si_LK.po
index fe013aff82a..f7e8ee4c2ea 100644
--- a/translations/source/en-GB/dictionaries/si_LK.po
+++ b/translations/source/en-GB/dictionaries/si_LK.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fsi_LK.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-09 12:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/sk_SK.po b/translations/source/en-GB/dictionaries/sk_SK.po
index 81ba1cf3355..bdf8e4962e6 100644
--- a/translations/source/en-GB/dictionaries/sk_SK.po
+++ b/translations/source/en-GB/dictionaries/sk_SK.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 13:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/sl_SI.po b/translations/source/en-GB/dictionaries/sl_SI.po
index 00811aa9abe..25f50ce1b1a 100644
--- a/translations/source/en-GB/dictionaries/sl_SI.po
+++ b/translations/source/en-GB/dictionaries/sl_SI.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 13:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/sr.po b/translations/source/en-GB/dictionaries/sr.po
index 90044cc9b2c..aa5607e6b49 100644
--- a/translations/source/en-GB/dictionaries/sr.po
+++ b/translations/source/en-GB/dictionaries/sr.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 13:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/sv_SE.po b/translations/source/en-GB/dictionaries/sv_SE.po
index c5d189221e3..a672aff8533 100644
--- a/translations/source/en-GB/dictionaries/sv_SE.po
+++ b/translations/source/en-GB/dictionaries/sv_SE.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-10 13:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/sw_TZ.po b/translations/source/en-GB/dictionaries/sw_TZ.po
index 0eafce7e194..7f84c4827bf 100644
--- a/translations/source/en-GB/dictionaries/sw_TZ.po
+++ b/translations/source/en-GB/dictionaries/sw_TZ.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 13:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/te_IN.po b/translations/source/en-GB/dictionaries/te_IN.po
index ecd8776d278..3c6e632bc5d 100644
--- a/translations/source/en-GB/dictionaries/te_IN.po
+++ b/translations/source/en-GB/dictionaries/te_IN.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-05 12:45+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/th_TH.po b/translations/source/en-GB/dictionaries/th_TH.po
index c6b77107595..c7d1f4b20cd 100644
--- a/translations/source/en-GB/dictionaries/th_TH.po
+++ b/translations/source/en-GB/dictionaries/th_TH.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 13:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/uk_UA.po b/translations/source/en-GB/dictionaries/uk_UA.po
index 53d1bda1093..25f5c4b1caf 100644
--- a/translations/source/en-GB/dictionaries/uk_UA.po
+++ b/translations/source/en-GB/dictionaries/uk_UA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-10 13:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/vi.po b/translations/source/en-GB/dictionaries/vi.po
index 29c670065a0..a4f7e8f636d 100644
--- a/translations/source/en-GB/dictionaries/vi.po
+++ b/translations/source/en-GB/dictionaries/vi.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-10 13:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/dictionaries/zu_ZA.po b/translations/source/en-GB/dictionaries/zu_ZA.po
index 19e3a08331f..b0ad035832f 100644
--- a/translations/source/en-GB/dictionaries/zu_ZA.po
+++ b/translations/source/en-GB/dictionaries/zu_ZA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 13:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/editeng/source/accessibility.po b/translations/source/en-GB/editeng/source/accessibility.po
index 850186a7813..e574d096090 100644
--- a/translations/source/en-GB/editeng/source/accessibility.po
+++ b/translations/source/en-GB/editeng/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/editeng/source/editeng.po b/translations/source/en-GB/editeng/source/editeng.po
index eb7030b9f20..fe01c7ea947 100644
--- a/translations/source/en-GB/editeng/source/editeng.po
+++ b/translations/source/en-GB/editeng/source/editeng.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 13:56+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/editeng/source/items.po b/translations/source/en-GB/editeng/source/items.po
index 4000747efd9..5e117ab5490 100644
--- a/translations/source/en-GB/editeng/source/items.po
+++ b/translations/source/en-GB/editeng/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-14 16:51+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/editeng/source/misc.po b/translations/source/en-GB/editeng/source/misc.po
index 1c38f6f7e1d..5b499275f35 100644
--- a/translations/source/en-GB/editeng/source/misc.po
+++ b/translations/source/en-GB/editeng/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/editeng/source/outliner.po b/translations/source/en-GB/editeng/source/outliner.po
index 2019a627355..172ddab510d 100644
--- a/translations/source/en-GB/editeng/source/outliner.po
+++ b/translations/source/en-GB/editeng/source/outliner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/extensions/source/abpilot.po b/translations/source/en-GB/extensions/source/abpilot.po
index 64d293bde4f..25eab1a487e 100644
--- a/translations/source/en-GB/extensions/source/abpilot.po
+++ b/translations/source/en-GB/extensions/source/abpilot.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-14 16:51+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/extensions/source/bibliography.po b/translations/source/en-GB/extensions/source/bibliography.po
index b98b80b4dcf..8f9d11f0390 100644
--- a/translations/source/en-GB/extensions/source/bibliography.po
+++ b/translations/source/en-GB/extensions/source/bibliography.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/extensions/source/dbpilots.po b/translations/source/en-GB/extensions/source/dbpilots.po
index 71a3518643b..fea8a0f88d7 100644
--- a/translations/source/en-GB/extensions/source/dbpilots.po
+++ b/translations/source/en-GB/extensions/source/dbpilots.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/extensions/source/propctrlr.po b/translations/source/en-GB/extensions/source/propctrlr.po
index 11934ec7dcf..dc6a3690205 100644
--- a/translations/source/en-GB/extensions/source/propctrlr.po
+++ b/translations/source/en-GB/extensions/source/propctrlr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-07 11:20+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/extensions/source/scanner.po b/translations/source/en-GB/extensions/source/scanner.po
index 52c8c577e66..09eaa70fb00 100644
--- a/translations/source/en-GB/extensions/source/scanner.po
+++ b/translations/source/en-GB/extensions/source/scanner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 14:21+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/extensions/source/update/check.po b/translations/source/en-GB/extensions/source/update/check.po
index bbd11305c95..1579dbce42a 100644
--- a/translations/source/en-GB/extensions/source/update/check.po
+++ b/translations/source/en-GB/extensions/source/update/check.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 13:56+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/filter/source/config/fragments/filters.po b/translations/source/en-GB/filter/source/config/fragments/filters.po
index 5b4c1720811..600334af4e7 100644
--- a/translations/source/en-GB/filter/source/config/fragments/filters.po
+++ b/translations/source/en-GB/filter/source/config/fragments/filters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-05 12:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/filter/source/config/fragments/internalgraphicfilters.po b/translations/source/en-GB/filter/source/config/fragments/internalgraphicfilters.po
index 3ba9569d42b..2c41d938bcc 100644
--- a/translations/source/en-GB/filter/source/config/fragments/internalgraphicfilters.po
+++ b/translations/source/en-GB/filter/source/config/fragments/internalgraphicfilters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/filter/source/config/fragments/types.po b/translations/source/en-GB/filter/source/config/fragments/types.po
index f06493c2605..cf69def319a 100644
--- a/translations/source/en-GB/filter/source/config/fragments/types.po
+++ b/translations/source/en-GB/filter/source/config/fragments/types.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-29 17:25+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/filter/source/flash.po b/translations/source/en-GB/filter/source/flash.po
index b53d3e0160b..516de4ff3bc 100644
--- a/translations/source/en-GB/filter/source/flash.po
+++ b/translations/source/en-GB/filter/source/flash.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/filter/source/graphicfilter/eps.po b/translations/source/en-GB/filter/source/graphicfilter/eps.po
index 1f8f851d0ef..ec25c6bf306 100644
--- a/translations/source/en-GB/filter/source/graphicfilter/eps.po
+++ b/translations/source/en-GB/filter/source/graphicfilter/eps.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 11:14+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/filter/source/pdf.po b/translations/source/en-GB/filter/source/pdf.po
index dc94ff5adb3..b21305f26ab 100644
--- a/translations/source/en-GB/filter/source/pdf.po
+++ b/translations/source/en-GB/filter/source/pdf.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-09 12:43+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/filter/source/t602.po b/translations/source/en-GB/filter/source/t602.po
index c58e6e817a9..2846dd576cf 100644
--- a/translations/source/en-GB/filter/source/t602.po
+++ b/translations/source/en-GB/filter/source/t602.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/filter/source/xsltdialog.po b/translations/source/en-GB/filter/source/xsltdialog.po
index 2d4ffd6113c..64a0235d61c 100644
--- a/translations/source/en-GB/filter/source/xsltdialog.po
+++ b/translations/source/en-GB/filter/source/xsltdialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-24 15:13+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/forms/source/resource.po b/translations/source/en-GB/forms/source/resource.po
index 92ef7190e33..42d86aaaf8c 100644
--- a/translations/source/en-GB/forms/source/resource.po
+++ b/translations/source/en-GB/forms/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/formula/source/core/resource.po b/translations/source/en-GB/formula/source/core/resource.po
index 2c79d75f831..e7e8b0bfe8b 100644
--- a/translations/source/en-GB/formula/source/core/resource.po
+++ b/translations/source/en-GB/formula/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-09 12:51+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/formula/source/ui/dlg.po b/translations/source/en-GB/formula/source/ui/dlg.po
index ce3fe693cc1..a09086a6b4e 100644
--- a/translations/source/en-GB/formula/source/ui/dlg.po
+++ b/translations/source/en-GB/formula/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/fpicker/source/office.po b/translations/source/en-GB/fpicker/source/office.po
index a6eeff3acc8..f41eccd3e52 100644
--- a/translations/source/en-GB/fpicker/source/office.po
+++ b/translations/source/en-GB/fpicker/source/office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-14 17:08+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/framework/source/classes.po b/translations/source/en-GB/framework/source/classes.po
index af9f1488070..d5b384a2fc2 100644
--- a/translations/source/en-GB/framework/source/classes.po
+++ b/translations/source/en-GB/framework/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/framework/source/services.po b/translations/source/en-GB/framework/source/services.po
index 92ddefe9319..82f0179af7a 100644
--- a/translations/source/en-GB/framework/source/services.po
+++ b/translations/source/en-GB/framework/source/services.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/sbasic/guide.po b/translations/source/en-GB/helpcontent2/source/text/sbasic/guide.po
index b49a11cfbbc..ef33c0f1010 100644
--- a/translations/source/en-GB/helpcontent2/source/text/sbasic/guide.po
+++ b/translations/source/en-GB/helpcontent2/source/text/sbasic/guide.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-07-29 19:31+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/sbasic/shared.po b/translations/source/en-GB/helpcontent2/source/text/sbasic/shared.po
index bc33c2ccab0..ec04299632a 100644
--- a/translations/source/en-GB/helpcontent2/source/text/sbasic/shared.po
+++ b/translations/source/en-GB/helpcontent2/source/text/sbasic/shared.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-09 13:01+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/sbasic/shared/01.po b/translations/source/en-GB/helpcontent2/source/text/sbasic/shared/01.po
index 855e3e49bea..4d5c69f0da2 100644
--- a/translations/source/en-GB/helpcontent2/source/text/sbasic/shared/01.po
+++ b/translations/source/en-GB/helpcontent2/source/text/sbasic/shared/01.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-07-29 19:32+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/sbasic/shared/02.po b/translations/source/en-GB/helpcontent2/source/text/sbasic/shared/02.po
index ed50e5d388c..6281bb5da90 100644
--- a/translations/source/en-GB/helpcontent2/source/text/sbasic/shared/02.po
+++ b/translations/source/en-GB/helpcontent2/source/text/sbasic/shared/02.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-07-29 17:21+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/scalc.po b/translations/source/en-GB/helpcontent2/source/text/scalc.po
index fc692e8f250..37252b61a42 100644
--- a/translations/source/en-GB/helpcontent2/source/text/scalc.po
+++ b/translations/source/en-GB/helpcontent2/source/text/scalc.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+helpcontent2%2Fsource%2Ftext%2Fscalc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-09 13:02+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/scalc/00.po b/translations/source/en-GB/helpcontent2/source/text/scalc/00.po
index ad9f802d13b..f34ffd18618 100644
--- a/translations/source/en-GB/helpcontent2/source/text/scalc/00.po
+++ b/translations/source/en-GB/helpcontent2/source/text/scalc/00.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-21 15:45+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/scalc/01.po b/translations/source/en-GB/helpcontent2/source/text/scalc/01.po
index ca22019d352..2ed7013f901 100644
--- a/translations/source/en-GB/helpcontent2/source/text/scalc/01.po
+++ b/translations/source/en-GB/helpcontent2/source/text/scalc/01.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-09 13:02+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/scalc/02.po b/translations/source/en-GB/helpcontent2/source/text/scalc/02.po
index a7add51bc91..62fe1919bee 100644
--- a/translations/source/en-GB/helpcontent2/source/text/scalc/02.po
+++ b/translations/source/en-GB/helpcontent2/source/text/scalc/02.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-07-29 17:22+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/scalc/04.po b/translations/source/en-GB/helpcontent2/source/text/scalc/04.po
index 58a43bacc67..e2c79933cee 100644
--- a/translations/source/en-GB/helpcontent2/source/text/scalc/04.po
+++ b/translations/source/en-GB/helpcontent2/source/text/scalc/04.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-09 13:03+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/scalc/05.po b/translations/source/en-GB/helpcontent2/source/text/scalc/05.po
index e8b8c357ed6..865c4210056 100644
--- a/translations/source/en-GB/helpcontent2/source/text/scalc/05.po
+++ b/translations/source/en-GB/helpcontent2/source/text/scalc/05.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2012-01-09 13:04+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/scalc/guide.po b/translations/source/en-GB/helpcontent2/source/text/scalc/guide.po
index 07947292094..46373c4cc24 100644
--- a/translations/source/en-GB/helpcontent2/source/text/scalc/guide.po
+++ b/translations/source/en-GB/helpcontent2/source/text/scalc/guide.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-01-09 13:06+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/schart.po b/translations/source/en-GB/helpcontent2/source/text/schart.po
index e31f0fec76a..1cf2efa31fe 100644
--- a/translations/source/en-GB/helpcontent2/source/text/schart.po
+++ b/translations/source/en-GB/helpcontent2/source/text/schart.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+helpcontent2%2Fsource%2Ftext%2Fschart.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-07-29 17:36+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/schart/00.po b/translations/source/en-GB/helpcontent2/source/text/schart/00.po
index cbcdcf83a58..fe834083363 100644
--- a/translations/source/en-GB/helpcontent2/source/text/schart/00.po
+++ b/translations/source/en-GB/helpcontent2/source/text/schart/00.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-10-10 11:30+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/schart/01.po b/translations/source/en-GB/helpcontent2/source/text/schart/01.po
index baa1320cff1..f1011d18a68 100644
--- a/translations/source/en-GB/helpcontent2/source/text/schart/01.po
+++ b/translations/source/en-GB/helpcontent2/source/text/schart/01.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-11-08 14:41+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/schart/02.po b/translations/source/en-GB/helpcontent2/source/text/schart/02.po
index a94d43c572a..20ea664423f 100644
--- a/translations/source/en-GB/helpcontent2/source/text/schart/02.po
+++ b/translations/source/en-GB/helpcontent2/source/text/schart/02.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:17+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/schart/04.po b/translations/source/en-GB/helpcontent2/source/text/schart/04.po
index 592cf3d8f65..5aacd9c8963 100644
--- a/translations/source/en-GB/helpcontent2/source/text/schart/04.po
+++ b/translations/source/en-GB/helpcontent2/source/text/schart/04.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:17+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/sdraw.po b/translations/source/en-GB/helpcontent2/source/text/sdraw.po
index 964d1c65fab..267fc554de3 100644
--- a/translations/source/en-GB/helpcontent2/source/text/sdraw.po
+++ b/translations/source/en-GB/helpcontent2/source/text/sdraw.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+helpcontent2%2Fsource%2Ftext%2Fsdraw.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-10-10 11:31+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/sdraw/00.po b/translations/source/en-GB/helpcontent2/source/text/sdraw/00.po
index dccec784940..4df09c5d854 100644
--- a/translations/source/en-GB/helpcontent2/source/text/sdraw/00.po
+++ b/translations/source/en-GB/helpcontent2/source/text/sdraw/00.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 14:17+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/sdraw/01.po b/translations/source/en-GB/helpcontent2/source/text/sdraw/01.po
index 2629407069f..b3d9bd62d2e 100644
--- a/translations/source/en-GB/helpcontent2/source/text/sdraw/01.po
+++ b/translations/source/en-GB/helpcontent2/source/text/sdraw/01.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:17+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/sdraw/04.po b/translations/source/en-GB/helpcontent2/source/text/sdraw/04.po
index b1bdaa90cc6..78d77cdbd6a 100644
--- a/translations/source/en-GB/helpcontent2/source/text/sdraw/04.po
+++ b/translations/source/en-GB/helpcontent2/source/text/sdraw/04.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-09 13:06+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/sdraw/guide.po b/translations/source/en-GB/helpcontent2/source/text/sdraw/guide.po
index ec74afc54f4..e0ff692904c 100644
--- a/translations/source/en-GB/helpcontent2/source/text/sdraw/guide.po
+++ b/translations/source/en-GB/helpcontent2/source/text/sdraw/guide.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-07-29 19:28+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/shared.po b/translations/source/en-GB/helpcontent2/source/text/shared.po
index 54c502096ee..b9d80f62b08 100644
--- a/translations/source/en-GB/helpcontent2/source/text/shared.po
+++ b/translations/source/en-GB/helpcontent2/source/text/shared.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+helpcontent2%2Fsource%2Ftext%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2012-01-09 13:12+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/shared/00.po b/translations/source/en-GB/helpcontent2/source/text/shared/00.po
index d5e3528e0d6..5269b40f647 100644
--- a/translations/source/en-GB/helpcontent2/source/text/shared/00.po
+++ b/translations/source/en-GB/helpcontent2/source/text/shared/00.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-01-14 16:57+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 00000200.xhp#tit.help.text
diff --git a/translations/source/en-GB/helpcontent2/source/text/shared/01.po b/translations/source/en-GB/helpcontent2/source/text/shared/01.po
index e956d064eb8..f27c24f1ea3 100644
--- a/translations/source/en-GB/helpcontent2/source/text/shared/01.po
+++ b/translations/source/en-GB/helpcontent2/source/text/shared/01.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2012-01-09 13:07+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/shared/02.po b/translations/source/en-GB/helpcontent2/source/text/shared/02.po
index 00994c9564f..492f2a4a7d6 100644
--- a/translations/source/en-GB/helpcontent2/source/text/shared/02.po
+++ b/translations/source/en-GB/helpcontent2/source/text/shared/02.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-01-09 13:08+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/shared/04.po b/translations/source/en-GB/helpcontent2/source/text/shared/04.po
index 8b1889c714f..906f192a7aa 100644
--- a/translations/source/en-GB/helpcontent2/source/text/shared/04.po
+++ b/translations/source/en-GB/helpcontent2/source/text/shared/04.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-07-29 19:13+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/shared/05.po b/translations/source/en-GB/helpcontent2/source/text/shared/05.po
index 3ebdc7ef07c..e44b781e90f 100644
--- a/translations/source/en-GB/helpcontent2/source/text/shared/05.po
+++ b/translations/source/en-GB/helpcontent2/source/text/shared/05.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:21+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/shared/07.po b/translations/source/en-GB/helpcontent2/source/text/shared/07.po
index bed79fd5914..7124d3c0478 100644
--- a/translations/source/en-GB/helpcontent2/source/text/shared/07.po
+++ b/translations/source/en-GB/helpcontent2/source/text/shared/07.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F07.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:21+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/shared/autokorr.po b/translations/source/en-GB/helpcontent2/source/text/shared/autokorr.po
index eef6810c5cd..682315d0d27 100644
--- a/translations/source/en-GB/helpcontent2/source/text/shared/autokorr.po
+++ b/translations/source/en-GB/helpcontent2/source/text/shared/autokorr.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautokorr.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:21+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/shared/autopi.po b/translations/source/en-GB/helpcontent2/source/text/shared/autopi.po
index fe7a65247f3..4f5aa961c79 100644
--- a/translations/source/en-GB/helpcontent2/source/text/shared/autopi.po
+++ b/translations/source/en-GB/helpcontent2/source/text/shared/autopi.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautopi.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-10-10 11:35+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/shared/explorer/database.po b/translations/source/en-GB/helpcontent2/source/text/shared/explorer/database.po
index d39541d9f8f..3d44768f3cd 100644
--- a/translations/source/en-GB/helpcontent2/source/text/shared/explorer/database.po
+++ b/translations/source/en-GB/helpcontent2/source/text/shared/explorer/database.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fexplorer%2Fdatabase.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-11-08 14:43+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/shared/guide.po b/translations/source/en-GB/helpcontent2/source/text/shared/guide.po
index b88d7ad73dd..c428279069a 100644
--- a/translations/source/en-GB/helpcontent2/source/text/shared/guide.po
+++ b/translations/source/en-GB/helpcontent2/source/text/shared/guide.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-01-14 17:00+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: redlining_doccompare.xhp#tit.help.text
diff --git a/translations/source/en-GB/helpcontent2/source/text/shared/optionen.po b/translations/source/en-GB/helpcontent2/source/text/shared/optionen.po
index 82590692c70..98724e2309d 100644
--- a/translations/source/en-GB/helpcontent2/source/text/shared/optionen.po
+++ b/translations/source/en-GB/helpcontent2/source/text/shared/optionen.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2Foptionen.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
-"PO-Revision-Date: 2012-01-14 16:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-02-24 12:43+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: en_GB\n"
@@ -124,8 +124,8 @@ msgid "If you import an MS Word document, the spaces are automatically added dur
msgstr "If you import a Microsoft Word document, the spaces are automatically added during the conversion."
#: 01041000.xhp#hd_id3149964.42.help.text
-msgid "Use StarOffice 6.0/7 tab stop formatting"
-msgstr "Use StarOffice 6.0/7 tab stop formatting"
+msgid "Use OpenOffice.org 1.1 tab stop formatting"
+msgstr "Use OpenOffice.org 1.1 tab stop formatting"
#: 01041000.xhp#par_id3152777.43.help.text
msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTLOAD_PAGE_CB_TAB_ALIGNMENT\">Specifies how to align text at tab stops beyond the right margin, how to handle decimal tab stops, and how to handle tab stops close to a line break.</ahelp> If this check box is not selected, tab stops are handled in the same way as in other Office applications."
@@ -148,8 +148,8 @@ msgid "In text documents created by your current version of Writer, the addition
msgstr "In text documents created by your current version of Writer, the additional leading is used by default. In text documents created by Writer versions prior to StarOffice 8 or OpenOffice.org 2.0, the additional leading is not used."
#: 01041000.xhp#par_idN107FF.help.text
-msgid "Use StarOffice 6.0/7 line spacing"
-msgstr "Use StarOffice 6.0/7 line spacing"
+msgid "Use OpenOffice.org 1.1 line spacing"
+msgstr "Use OpenOffice.org 1.1 line spacing"
#: 01041000.xhp#par_idN10815.help.text
msgid "If the option is off, a new process for formatting text lines with proportional line spacing will be applied. If the option is on, the previous method of formatting of text lines with proportional line spacing will be applied."
@@ -173,8 +173,8 @@ msgid "If the option is off, table cells will be formatted as in Writer versions
msgstr "If the option is off, table cells will be formatted as in Writer versions prior to StarOffice 8 or OpenOffice.org 2.0. If the option is on, an alternative method of formatting table cells will be applied. The option is on by default for new documents created with %PRODUCTNAME %PRODUCTVERSION and for documents imported from Microsoft Word format."
#: 01041000.xhp#par_idN1084C.help.text
-msgid "Use StarOffice 6.0/7 object positioning"
-msgstr "Use StarOffice 6.0/7 object positioning"
+msgid "Use OpenOffice.org 1.1 object positioning"
+msgstr "Use OpenOffice.org 1.1 object positioning"
#: 01041000.xhp#par_idN10864.help.text
msgid "Specifies how to calculate the position of floating objects anchored to a character or paragraph with respect to the top and bottom paragraph spacing."
@@ -189,8 +189,8 @@ msgid "The option will be set to off for new documents. For Writer documents cre
msgstr "The option will be set to off for new documents. For Writer documents created by a version prior to %PRODUCTNAME %PRODUCTVERSION the option is on."
#: 01041000.xhp#par_idN10821.help.text
-msgid "Use StarOffice 6.0/7 text wrapping around objects"
-msgstr "Use StarOffice 6.0/7 text wrapping around objects"
+msgid "Use OpenOffice.org 1.1 text wrapping around objects"
+msgstr "Use OpenOffice.org 1.1 text wrapping around objects"
#: 01041000.xhp#par_id4016541.help.text
msgid "MS Word and Writer have different approaches on wrapping text around floating screen objects. Floating screen object are Writer frames and drawing objects, and the objects 'text box', 'graphic', 'frame', 'picture' etc. in MS Word."
@@ -3164,23 +3164,6 @@ msgstr "Pictures and objects"
msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PGRF\">Specifies whether the graphics of your text document are printed.</ahelp>"
msgstr "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PGRF\">Specifies whether the graphics of your text document are printed.</ahelp>"
-#: 01040400.xhp#hd_id3150771.7.help.text
-msgctxt "01040400.xhp#hd_id3150771.7.help.text"
-msgid "Tables"
-msgstr "Tables"
-
-#: 01040400.xhp#par_id3148943.8.help.text
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PTAB\">Specifies whether the tables of the text document are printed.</ahelp>"
-msgstr "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PTAB\">Specifies whether the tables of the text document are printed.</ahelp>"
-
-#: 01040400.xhp#hd_id3149294.9.help.text
-msgid "Drawings (not for HTML documents)"
-msgstr "Drawings (not for HTML documents)"
-
-#: 01040400.xhp#par_id3149457.10.help.text
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PDRAW\">Specifies whether graphics created with $[officename] drawing functions are printed.</ahelp>"
-msgstr "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PDRAW\">Specifies whether graphics created with $[officename] drawing functions are printed.</ahelp>"
-
#: 01040400.xhp#hd_id3153525.11.help.text
msgid "Form controls"
msgstr "Form controls"
@@ -5449,14 +5432,6 @@ msgstr " <emph>Example:</emph> Type the text 'Test' in cell A1; and the
msgid "The EXACT text function is always case-sensitive, independent of the settings in this dialog."
msgstr "The EXACT text function is always case-sensitive, independent of the settings in this dialogue box."
-#: 01060500.xhp#hd_id3145231.53.help.text
-msgid "Decimal places"
-msgstr "Decimal places"
-
-#: 01060500.xhp#par_id3149568.54.help.text
-msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
-msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
-
#: 01060500.xhp#hd_id3145150.30.help.text
msgid "Precision as shown"
msgstr "Precision as shown"
@@ -5545,6 +5520,14 @@ msgstr "Limit decimals for general number format"
msgid "<ahelp hid=\".\">You can specify the maximum number of decimal places that are shown by default for cells with General number format. If not enabled, cells with General number format show as many decimal places as the column width allows.</ahelp>"
msgstr "<ahelp hid=\".\">You can specify the maximum number of decimal places that are shown by default for cells with General number format. If not enabled, cells with General number format show as many decimal places as the column width allows.</ahelp>"
+#: 01060500.xhp#hd_id3145231.53.help.text
+msgid "Decimal places"
+msgstr "Decimal places"
+
+#: 01060500.xhp#par_id3149568.54.help.text
+msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
+msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
+
#: viewcertificate_c.xhp#tit.help.text
msgid "Certificate Path"
msgstr "Certificate Path"
@@ -5808,8 +5791,8 @@ msgid "View"
msgstr "View"
#: 01060100.xhp#bm_id3147242.help.text
-msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>handles; showing large handles (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
-msgstr "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colours; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>handles; showing large handles (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; colouring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colours;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
+msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
+msgstr "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colours; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; colouing (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colours;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
#: 01060100.xhp#hd_id3150445.1.help.text
msgid "<link href=\"text/shared/optionen/01060100.xhp\" name=\"View\">View</link>"
@@ -5861,15 +5844,6 @@ msgstr "Helplines While Moving"
msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">Specifies whether to view guides when moving drawings, frames, graphics and other objects.</ahelp> These guides help you align objects."
msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">Specifies whether to view guides when moving drawings, frames, graphics and other objects.</ahelp> These guides help you align objects."
-#: 01060100.xhp#hd_id3149202.40.help.text
-msgctxt "01060100.xhp#hd_id3149202.40.help.text"
-msgid "Large handles"
-msgstr "Large handles"
-
-#: 01060100.xhp#par_id3154123.41.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\">Specifies that larger than normal handles (the eight points on a selection box) are displayed.</ahelp>"
-msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\">Specifies that larger than normal handles (the eight points on a selection box) are displayed.</ahelp>"
-
#: 01060100.xhp#hd_id3152920.3.help.text
msgctxt "01060100.xhp#hd_id3152920.3.help.text"
msgid "Display"
@@ -6810,8 +6784,8 @@ msgid "View"
msgstr "View"
#: 01040200.xhp#bm_id3156346.help.text
-msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>handles; displaying (Writer)</bookmark_value><bookmark_value>large handles (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
-msgstr "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>handles; displaying (Writer)</bookmark_value><bookmark_value>large handles (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
+msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
+msgstr "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
#: 01040200.xhp#hd_id3145090.1.help.text
msgid "<link href=\"text/shared/optionen/01040200.xhp\" name=\"View\">View</link>"
@@ -6838,15 +6812,6 @@ msgstr "Helplines While Moving"
msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">Displays snap lines around the frames when frames are moved. You can select the<emph> Helplines While Moving </emph>option to show the exact position of the object using lineal values.</ahelp>"
msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">Displays snap lnes around the frames when frames are moved. You can select the <emph>Helplines While Moving</emph> option to show the exact position of the object using lineal values.</ahelp>"
-#: 01040200.xhp#hd_id3149763.32.help.text
-msgctxt "01040200.xhp#hd_id3149763.32.help.text"
-msgid "Large handles"
-msgstr "Large handles"
-
-#: 01040200.xhp#par_id3153665.33.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_BIGHANDLE\">Displays larger sized handles (the eight points on a delimiting rectangle).</ahelp>"
-msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_BIGHANDLE\">Displays larger sized handles (the eight points on a delimiting rectangle).</ahelp>"
-
#: 01040200.xhp#hd_id3149416.11.help.text
msgctxt "01040200.xhp#hd_id3149416.11.help.text"
msgid "View"
@@ -6940,7 +6905,6 @@ msgid "If the <emph>Graphics and objects </emph>option is not selected, no graph
msgstr "If the <emph>Graphics and objects</emph> option is not selected, no graphics will be loaded from the Internet. Graphics within a table and without an indication of their size can cause display problems when using an older HTML standard on the browsed page."
#: 01040200.xhp#hd_id3156332.40.help.text
-msgctxt "01040200.xhp#hd_id3156332.40.help.text"
msgid "Tables"
msgstr "Tables"
diff --git a/translations/source/en-GB/helpcontent2/source/text/simpress.po b/translations/source/en-GB/helpcontent2/source/text/simpress.po
index c731e663b52..424d07132a3 100644
--- a/translations/source/en-GB/helpcontent2/source/text/simpress.po
+++ b/translations/source/en-GB/helpcontent2/source/text/simpress.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+helpcontent2%2Fsource%2Ftext%2Fsimpress.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-10-10 13:35+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/simpress/00.po b/translations/source/en-GB/helpcontent2/source/text/simpress/00.po
index 6a91f70903a..1a7952e623e 100644
--- a/translations/source/en-GB/helpcontent2/source/text/simpress/00.po
+++ b/translations/source/en-GB/helpcontent2/source/text/simpress/00.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-07-29 19:23+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/simpress/01.po b/translations/source/en-GB/helpcontent2/source/text/simpress/01.po
index 6ba1046d4d7..3e3091f4968 100644
--- a/translations/source/en-GB/helpcontent2/source/text/simpress/01.po
+++ b/translations/source/en-GB/helpcontent2/source/text/simpress/01.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-07-29 19:27+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/simpress/02.po b/translations/source/en-GB/helpcontent2/source/text/simpress/02.po
index 34b7029964d..32e924fa19b 100644
--- a/translations/source/en-GB/helpcontent2/source/text/simpress/02.po
+++ b/translations/source/en-GB/helpcontent2/source/text/simpress/02.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-10-10 13:35+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -298,32 +298,6 @@ msgstr "<image id=\"img_id3147341\" src=\"cmd/sc_doubleclicktextedit.png\" width
msgid "Double-click to add Text"
msgstr "Double-click to add Text"
-#: 13080000.xhp#tit.help.text
-msgctxt "13080000.xhp#tit.help.text"
-msgid "Large Handles"
-msgstr "Large Handles"
-
-#: 13080000.xhp#bm_id3146119.help.text
-msgid "<bookmark_value>handles; large</bookmark_value>"
-msgstr "<bookmark_value>handles; large</bookmark_value>"
-
-#: 13080000.xhp#hd_id3146119.1.help.text
-msgid "<link href=\"text/simpress/02/13080000.xhp\" name=\"Large Handles\">Large Handles</link>"
-msgstr "<link href=\"text/simpress/02/13080000.xhp\" name=\"Large Handles\">Large Handles</link>"
-
-#: 13080000.xhp#par_id3153142.2.help.text
-msgid "<ahelp hid=\".uno:BigHandles\" visibility=\"visible\">Displays large selection handles.</ahelp>"
-msgstr "<ahelp hid=\".uno:BigHandles\" visibility=\"visible\">Displays large selection handles.</ahelp>"
-
-#: 13080000.xhp#par_id3155445.help.text
-msgid "<image src=\"cmd/sc_bighandles.png\" id=\"img_id3153714\"><alt id=\"alt_id3153714\">Icon</alt></image>"
-msgstr "<image src=\"cmd/sc_bighandles.png\" id=\"img_id3153714\"><alt id=\"alt_id3153714\">Icon</alt></image>"
-
-#: 13080000.xhp#par_id3154755.4.help.text
-msgctxt "13080000.xhp#par_id3154755.4.help.text"
-msgid "Large Handles"
-msgstr "Large Handles"
-
#: 13170000.xhp#tit.help.text
msgctxt "13170000.xhp#tit.help.text"
msgid "Snap to Object Points"
diff --git a/translations/source/en-GB/helpcontent2/source/text/simpress/04.po b/translations/source/en-GB/helpcontent2/source/text/simpress/04.po
index 00254ac6c6f..63604f6c9b2 100644
--- a/translations/source/en-GB/helpcontent2/source/text/simpress/04.po
+++ b/translations/source/en-GB/helpcontent2/source/text/simpress/04.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-14 17:00+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 01020000.xhp#tit.help.text
diff --git a/translations/source/en-GB/helpcontent2/source/text/simpress/guide.po b/translations/source/en-GB/helpcontent2/source/text/simpress/guide.po
index ea94f9308f6..b9e7b3a7e1e 100644
--- a/translations/source/en-GB/helpcontent2/source/text/simpress/guide.po
+++ b/translations/source/en-GB/helpcontent2/source/text/simpress/guide.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-01-09 13:13+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/smath.po b/translations/source/en-GB/helpcontent2/source/text/smath.po
index d92e33fab94..6216a0e4380 100644
--- a/translations/source/en-GB/helpcontent2/source/text/smath.po
+++ b/translations/source/en-GB/helpcontent2/source/text/smath.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+helpcontent2%2Fsource%2Ftext%2Fsmath.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-07-29 17:30+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/smath/00.po b/translations/source/en-GB/helpcontent2/source/text/smath/00.po
index 59cdf225c30..f94647d50b8 100644
--- a/translations/source/en-GB/helpcontent2/source/text/smath/00.po
+++ b/translations/source/en-GB/helpcontent2/source/text/smath/00.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-21 20:07+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/smath/01.po b/translations/source/en-GB/helpcontent2/source/text/smath/01.po
index 8467b9c2295..f90bcb26316 100644
--- a/translations/source/en-GB/helpcontent2/source/text/smath/01.po
+++ b/translations/source/en-GB/helpcontent2/source/text/smath/01.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-09 13:17+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/smath/02.po b/translations/source/en-GB/helpcontent2/source/text/smath/02.po
index 71d7ddc48a8..c032fe825ac 100644
--- a/translations/source/en-GB/helpcontent2/source/text/smath/02.po
+++ b/translations/source/en-GB/helpcontent2/source/text/smath/02.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-07-29 19:16+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/smath/04.po b/translations/source/en-GB/helpcontent2/source/text/smath/04.po
index bef8897f45f..a1daa03b114 100644
--- a/translations/source/en-GB/helpcontent2/source/text/smath/04.po
+++ b/translations/source/en-GB/helpcontent2/source/text/smath/04.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-07-29 19:22+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/smath/guide.po b/translations/source/en-GB/helpcontent2/source/text/smath/guide.po
index fe4d8b4a7da..6e429344478 100644
--- a/translations/source/en-GB/helpcontent2/source/text/smath/guide.po
+++ b/translations/source/en-GB/helpcontent2/source/text/smath/guide.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-07-29 19:16+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/swriter.po b/translations/source/en-GB/helpcontent2/source/text/swriter.po
index eecf232079e..eec51eb1dea 100644
--- a/translations/source/en-GB/helpcontent2/source/text/swriter.po
+++ b/translations/source/en-GB/helpcontent2/source/text/swriter.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+helpcontent2%2Fsource%2Ftext%2Fswriter.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-07-29 17:31+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/swriter/00.po b/translations/source/en-GB/helpcontent2/source/text/swriter/00.po
index 196832b04eb..b5928615a2b 100644
--- a/translations/source/en-GB/helpcontent2/source/text/swriter/00.po
+++ b/translations/source/en-GB/helpcontent2/source/text/swriter/00.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-09 13:12+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/swriter/01.po b/translations/source/en-GB/helpcontent2/source/text/swriter/01.po
index 1d4d0c5af9b..6817d5d95e8 100644
--- a/translations/source/en-GB/helpcontent2/source/text/swriter/01.po
+++ b/translations/source/en-GB/helpcontent2/source/text/swriter/01.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-14 17:00+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: mailmerge04.xhp#tit.help.text
diff --git a/translations/source/en-GB/helpcontent2/source/text/swriter/02.po b/translations/source/en-GB/helpcontent2/source/text/swriter/02.po
index 9fc551de82b..4dbd2e19165 100644
--- a/translations/source/en-GB/helpcontent2/source/text/swriter/02.po
+++ b/translations/source/en-GB/helpcontent2/source/text/swriter/02.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-21 15:24+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/swriter/04.po b/translations/source/en-GB/helpcontent2/source/text/swriter/04.po
index f9f83c6254a..ec53ea2c65d 100644
--- a/translations/source/en-GB/helpcontent2/source/text/swriter/04.po
+++ b/translations/source/en-GB/helpcontent2/source/text/swriter/04.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-09 13:12+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/helpcontent2/source/text/swriter/guide.po b/translations/source/en-GB/helpcontent2/source/text/swriter/guide.po
index 9a2894c3cee..f61039643d4 100644
--- a/translations/source/en-GB/helpcontent2/source/text/swriter/guide.po
+++ b/translations/source/en-GB/helpcontent2/source/text/swriter/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fswriter%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
-"PO-Revision-Date: 2012-01-09 13:13+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2012-02-24 12:43+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: en_GB\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: nonprintable_text.xhp#tit.help.text
@@ -5521,8 +5521,8 @@ msgid "There are several ways to create a table in a text document. You can inse
msgstr "There are several ways to create a table in a text document. You can insert a table from a toolbar, through a menu command, or from a spreadsheet."
#: table_insert.xhp#hd_id3155908.33.help.text
-msgid "To Insert a Table From the Insert Toolbar"
-msgstr "To Insert a Table From the Insert Toolbar"
+msgid "To Insert a Table From a Toolbar"
+msgstr "To Insert a Table From a Toolbar"
#: table_insert.xhp#par_id3155861.34.help.text
msgctxt "table_insert.xhp#par_id3155861.34.help.text"
@@ -5530,8 +5530,8 @@ msgid "Place the cursor in your document where you want to insert the table."
msgstr "Place the cursor in your document where you want to insert the table."
#: table_insert.xhp#par_id3147416.28.help.text
-msgid "On the <emph>Standard</emph> bar, click the arrow next to the <emph>Table</emph> icon."
-msgstr "On the <emph>Standard</emph> bar, click the arrow next to the <emph>Table</emph> icon."
+msgid "On the <emph>Standard</emph> or the <emph>Insert</emph> bar, click the arrow next to the <emph>Table</emph> icon."
+msgstr "On the <emph>Standard</emph> or the <emph>Insert</emph> bar, click the arrow next to the <emph>Table</emph> icon."
#: table_insert.xhp#par_id3153398.29.help.text
msgid "In the table grid, drag to select the numbers of rows and columns that you want, and then release."
diff --git a/translations/source/en-GB/instsetoo_native/inc_openoffice/windows/msi_languages.po b/translations/source/en-GB/instsetoo_native/inc_openoffice/windows/msi_languages.po
index e99e202756d..4234514ae36 100644
--- a/translations/source/en-GB/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/translations/source/en-GB/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-05 12:45+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/mysqlc/source.po b/translations/source/en-GB/mysqlc/source.po
index e266ca073b3..d631b7a26b5 100644
--- a/translations/source/en-GB/mysqlc/source.po
+++ b/translations/source/en-GB/mysqlc/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 14:21+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/translations/source/en-GB/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index 30fbd625a55..c422a9be320 100644
--- a/translations/source/en-GB/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/translations/source/en-GB/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/translations/source/en-GB/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
index 7063cfb5aba..a947690fd16 100644
--- a/translations/source/en-GB/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
+++ b/translations/source/en-GB/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fhelp%2Fen%2Fcom.sun.star.comp.Calc.NLPSolver.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-14 16:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/translations/source/en-GB/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
index 3775ea77bd2..b5046f1c3cd 100644
--- a/translations/source/en-GB/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
+++ b/translations/source/en-GB/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fsrc%2Fcom%2Fsun%2Fstar%2Fcomp%2FCalc%2FNLPSolver.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-14 16:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/nlpsolver/src/locale.po b/translations/source/en-GB/nlpsolver/src/locale.po
index 2623ff5851b..7ec5aa92932 100644
--- a/translations/source/en-GB/nlpsolver/src/locale.po
+++ b/translations/source/en-GB/nlpsolver/src/locale.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fsrc%2Flocale.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-14 16:57+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/officecfg/registry/data/org/openoffice/Office.po b/translations/source/en-GB/officecfg/registry/data/org/openoffice/Office.po
index 33a329c503a..190ecbcf49d 100644
--- a/translations/source/en-GB/officecfg/registry/data/org/openoffice/Office.po
+++ b/translations/source/en-GB/officecfg/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/officecfg/registry/data/org/openoffice/Office/UI.po b/translations/source/en-GB/officecfg/registry/data/org/openoffice/Office/UI.po
index c8e5d775d31..32ebeb933ed 100644
--- a/translations/source/en-GB/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/en-GB/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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-11 16:32+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-24 12:41+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: en_GB\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: WriterReportWindowState.xcu#..WriterReportWindowState.UIElements.States.private_resource/toolbar/standardbar.UIName.value.text
@@ -8150,6 +8150,10 @@ msgstr "Input M~ethod Status"
msgid "Optio~n Bar"
msgstr "Optio~n Bar"
+#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_SendFeedback.Label.value.text
+msgid "Send Feedback..."
+msgstr "Send Feedback..."
+
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_ShowLicense.Label.value.text
msgid "License Information..."
msgstr "Licence Information..."
diff --git a/translations/source/en-GB/padmin/source.po b/translations/source/en-GB/padmin/source.po
index 699268426f5..25a35d07f58 100644
--- a/translations/source/en-GB/padmin/source.po
+++ b/translations/source/en-GB/padmin/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-14 17:11+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/readlicense_oo/docs/readme.po b/translations/source/en-GB/readlicense_oo/docs/readme.po
index 9af147f2006..42ca56d8c8b 100644
--- a/translations/source/en-GB/readlicense_oo/docs/readme.po
+++ b/translations/source/en-GB/readlicense_oo/docs/readme.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+readlicense_oo%2Fdocs%2Freadme.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-14 16:53+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-24 12:41+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: en_GB\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: readme.xrm#Welcome.Welcome.readmeitem.text
@@ -273,16 +273,20 @@ msgid "Now run the installation command again:"
msgstr "Now run the installation command again:"
#: readme.xrm#rpminstallB.rpminstallB.readmeitem.text
-msgid "For Fedora-based systems: su -c 'yum install *redhat*.rpm'"
-msgstr "For Fedora-based systems: su -c 'yum install *redhat*.rpm'"
+msgid "For Fedora-based systems: su -c 'yum install *freedesktop*.rpm'"
+msgstr "For Fedora-based systems: su -c 'yum install *freedesktop*.rpm'"
#: readme.xrm#rpminstallC.rpminstallC.readmeitem.text
msgid "For Mandriva-based systems: sudo urpmi *mandriva*.rpm"
msgstr "For Mandriva-based systems: sudo urpmi *mandriva*.rpm"
+#: readme.xrm#rpminstallF.rpminstallF.readmeitem.text
+msgid "For SUSE-based systems: rpm -Uvh *suse*.rpm"
+msgstr "For SUSE-based systems: rpm -Uvh *suse*.rpm"
+
#: readme.xrm#rpminstallD.rpminstallD.readmeitem.text
-msgid "For other RPM-based systems (Suse, etc.): rpm -Uvh *suse*.rpm"
-msgstr "For other RPM-based systems (Suse, etc.): rpm -Uvh *suse*.rpm"
+msgid "For other RPM-based systems: rpm -Uvh *freedesktop*.rpm"
+msgstr "For other RPM-based systems: rpm -Uvh *freedesktop*.rpm"
#: readme.xrm#rpminstallE.rpminstallE.readmeitem.text
msgctxt "readme.xrm#rpminstallE.rpminstallE.readmeitem.text"
diff --git a/translations/source/en-GB/reportbuilder/java/com/sun/star/report/function/metadata.po b/translations/source/en-GB/reportbuilder/java/com/sun/star/report/function/metadata.po
index 6912768ee24..eedc5dcf94e 100644
--- a/translations/source/en-GB/reportbuilder/java/com/sun/star/report/function/metadata.po
+++ b/translations/source/en-GB/reportbuilder/java/com/sun/star/report/function/metadata.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fjava%2Fcom%2Fsun%2Fstar%2Freport%2Ffunction%2Fmetadata.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-09 13:01+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/reportbuilder/registry/data/org/openoffice/Office.po b/translations/source/en-GB/reportbuilder/registry/data/org/openoffice/Office.po
index 66c8cf64cc5..d9a39f104a1 100644
--- a/translations/source/en-GB/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/translations/source/en-GB/reportbuilder/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/reportbuilder/registry/data/org/openoffice/Office/UI.po b/translations/source/en-GB/reportbuilder/registry/data/org/openoffice/Office/UI.po
index f3d79626923..73e8ad6da20 100644
--- a/translations/source/en-GB/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/en-GB/reportbuilder/registry/data/org/openoffice/Office/UI.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 13:58+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/translations/source/en-GB/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index b9ee565667e..dbb07ef0b48 100644
--- a/translations/source/en-GB/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/translations/source/en-GB/reportbuilder/registry/data/org/openoffice/TypeDetection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/reportbuilder/util.po b/translations/source/en-GB/reportbuilder/util.po
index e08a85b39e9..89a5d8eed9c 100644
--- a/translations/source/en-GB/reportbuilder/util.po
+++ b/translations/source/en-GB/reportbuilder/util.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-24 15:13+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/reportdesign/source/core/resource.po b/translations/source/en-GB/reportdesign/source/core/resource.po
index 486513fa9fb..9b9d8924f68 100644
--- a/translations/source/en-GB/reportdesign/source/core/resource.po
+++ b/translations/source/en-GB/reportdesign/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/reportdesign/source/ui/dlg.po b/translations/source/en-GB/reportdesign/source/ui/dlg.po
index d048494381e..26bd0453802 100644
--- a/translations/source/en-GB/reportdesign/source/ui/dlg.po
+++ b/translations/source/en-GB/reportdesign/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/reportdesign/source/ui/inspection.po b/translations/source/en-GB/reportdesign/source/ui/inspection.po
index 64a8c477ccc..12a16d03d47 100644
--- a/translations/source/en-GB/reportdesign/source/ui/inspection.po
+++ b/translations/source/en-GB/reportdesign/source/ui/inspection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/reportdesign/source/ui/report.po b/translations/source/en-GB/reportdesign/source/ui/report.po
index e1eecc5dbcc..e4a64e896b2 100644
--- a/translations/source/en-GB/reportdesign/source/ui/report.po
+++ b/translations/source/en-GB/reportdesign/source/ui/report.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sc/source/core/src.po b/translations/source/en-GB/sc/source/core/src.po
index 067a164832d..7a7faf9e561 100644
--- a/translations/source/en-GB/sc/source/core/src.po
+++ b/translations/source/en-GB/sc/source/core/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sc/source/ui/cctrl.po b/translations/source/en-GB/sc/source/ui/cctrl.po
index 42787557452..8c13100685e 100644
--- a/translations/source/en-GB/sc/source/ui/cctrl.po
+++ b/translations/source/en-GB/sc/source/ui/cctrl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sc/source/ui/dbgui.po b/translations/source/en-GB/sc/source/ui/dbgui.po
index 288a2e45ef6..7ba69fab8a4 100644
--- a/translations/source/en-GB/sc/source/ui/dbgui.po
+++ b/translations/source/en-GB/sc/source/ui/dbgui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-10 13:58+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sc/source/ui/docshell.po b/translations/source/en-GB/sc/source/ui/docshell.po
index c9fec4271bb..d42cd599d24 100644
--- a/translations/source/en-GB/sc/source/ui/docshell.po
+++ b/translations/source/en-GB/sc/source/ui/docshell.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sc/source/ui/drawfunc.po b/translations/source/en-GB/sc/source/ui/drawfunc.po
index c8fec9fc8be..29bc95c3103 100644
--- a/translations/source/en-GB/sc/source/ui/drawfunc.po
+++ b/translations/source/en-GB/sc/source/ui/drawfunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sc/source/ui/formdlg.po b/translations/source/en-GB/sc/source/ui/formdlg.po
index a7eccddbb97..f96a08b5a37 100644
--- a/translations/source/en-GB/sc/source/ui/formdlg.po
+++ b/translations/source/en-GB/sc/source/ui/formdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sc/source/ui/miscdlgs.po b/translations/source/en-GB/sc/source/ui/miscdlgs.po
index b585e489a78..0a7773d75dc 100644
--- a/translations/source/en-GB/sc/source/ui/miscdlgs.po
+++ b/translations/source/en-GB/sc/source/ui/miscdlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-05 12:46+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sc/source/ui/navipi.po b/translations/source/en-GB/sc/source/ui/navipi.po
index 10027b20ff8..d4c6b27682d 100644
--- a/translations/source/en-GB/sc/source/ui/navipi.po
+++ b/translations/source/en-GB/sc/source/ui/navipi.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-05 12:46+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sc/source/ui/pagedlg.po b/translations/source/en-GB/sc/source/ui/pagedlg.po
index 33f4c749609..bb05481e365 100644
--- a/translations/source/en-GB/sc/source/ui/pagedlg.po
+++ b/translations/source/en-GB/sc/source/ui/pagedlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sc/source/ui/src.po b/translations/source/en-GB/sc/source/ui/src.po
index c4ae7555e02..a61912159f7 100644
--- a/translations/source/en-GB/sc/source/ui/src.po
+++ b/translations/source/en-GB/sc/source/ui/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-14 16:57+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sc/source/ui/styleui.po b/translations/source/en-GB/sc/source/ui/styleui.po
index 7f55e32016e..1fc4532f6ba 100644
--- a/translations/source/en-GB/sc/source/ui/styleui.po
+++ b/translations/source/en-GB/sc/source/ui/styleui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-29 17:26+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/scaddins/source/analysis.po b/translations/source/en-GB/scaddins/source/analysis.po
index 0f65fbd4e61..f5f757b5a77 100644
--- a/translations/source/en-GB/scaddins/source/analysis.po
+++ b/translations/source/en-GB/scaddins/source/analysis.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/scaddins/source/datefunc.po b/translations/source/en-GB/scaddins/source/datefunc.po
index d960358ea83..12e79e44589 100644
--- a/translations/source/en-GB/scaddins/source/datefunc.po
+++ b/translations/source/en-GB/scaddins/source/datefunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sccomp/source/solver.po b/translations/source/en-GB/sccomp/source/solver.po
index 181829bfa56..fc36d709340 100644
--- a/translations/source/en-GB/sccomp/source/solver.po
+++ b/translations/source/en-GB/sccomp/source/solver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/scp2/source/accessories.po b/translations/source/en-GB/scp2/source/accessories.po
index 27598f4894b..e3d8fbca4a7 100644
--- a/translations/source/en-GB/scp2/source/accessories.po
+++ b/translations/source/en-GB/scp2/source/accessories.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-14 17:05+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/scp2/source/activex.po b/translations/source/en-GB/scp2/source/activex.po
index cebd9b136db..64aaa25e357 100644
--- a/translations/source/en-GB/scp2/source/activex.po
+++ b/translations/source/en-GB/scp2/source/activex.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/scp2/source/base.po b/translations/source/en-GB/scp2/source/base.po
index d065231285f..725ba09857f 100644
--- a/translations/source/en-GB/scp2/source/base.po
+++ b/translations/source/en-GB/scp2/source/base.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%2Fbase.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-04-05 10:54+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-24 12:41+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: en_GB\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: module_base.ulf#STR_NAME_MODULE_PRG_BASE.LngText.text
@@ -39,6 +39,16 @@ msgstr "%PRODUCTNAME Base Help"
msgid "Help about %PRODUCTNAME Base"
msgstr "Help about %PRODUCTNAME Base"
+#: postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr "PostgreSQL Connector"
+
+#: postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr "PostgreSQL Connector"
+
#: folderitem_base.ulf#STR_FI_TOOLTIP_BASE.LngText.text
msgid "Manage databases, create queries and reports to track and manage your information by using Base."
msgstr "Manage databases, create queries and reports to track and manage your information using Base."
diff --git a/translations/source/en-GB/scp2/source/binfilter.po b/translations/source/en-GB/scp2/source/binfilter.po
index 9c5134830a2..704fa27124f 100644
--- a/translations/source/en-GB/scp2/source/binfilter.po
+++ b/translations/source/en-GB/scp2/source/binfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/scp2/source/calc.po b/translations/source/en-GB/scp2/source/calc.po
index 5f916a38553..3793039a127 100644
--- a/translations/source/en-GB/scp2/source/calc.po
+++ b/translations/source/en-GB/scp2/source/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-10 14:02+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/scp2/source/draw.po b/translations/source/en-GB/scp2/source/draw.po
index 2e05bd5040e..ef1b766e528 100644
--- a/translations/source/en-GB/scp2/source/draw.po
+++ b/translations/source/en-GB/scp2/source/draw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/scp2/source/extensions.po b/translations/source/en-GB/scp2/source/extensions.po
index 244a3c0ac2b..c40b86213d4 100644
--- a/translations/source/en-GB/scp2/source/extensions.po
+++ b/translations/source/en-GB/scp2/source/extensions.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-09 12:58+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -237,16 +237,6 @@ msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_MYSQLC.LngTex
msgid "MySQL Connector"
msgstr "MySQL Connector"
-#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text
-msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text"
-msgid "PostgreSQL Connector"
-msgstr "PostgreSQL Connector"
-
-#: module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text
-msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text"
-msgid "PostgreSQL Connector"
-msgstr "PostgreSQL Connector"
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_OOOBLOGGER.LngText.text
msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_OOOBLOGGER.LngText.text"
msgid "Metaweblog Support"
diff --git a/translations/source/en-GB/scp2/source/gnome.po b/translations/source/en-GB/scp2/source/gnome.po
index 0226667dcfe..a5d3b6a31ac 100644
--- a/translations/source/en-GB/scp2/source/gnome.po
+++ b/translations/source/en-GB/scp2/source/gnome.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/scp2/source/graphicfilter.po b/translations/source/en-GB/scp2/source/graphicfilter.po
index a1969ca1a7a..7bd6d55ade8 100644
--- a/translations/source/en-GB/scp2/source/graphicfilter.po
+++ b/translations/source/en-GB/scp2/source/graphicfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/scp2/source/impress.po b/translations/source/en-GB/scp2/source/impress.po
index e9bb2591482..742e7a49858 100644
--- a/translations/source/en-GB/scp2/source/impress.po
+++ b/translations/source/en-GB/scp2/source/impress.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/scp2/source/javafilter.po b/translations/source/en-GB/scp2/source/javafilter.po
index c9c4df90fea..86714b00666 100644
--- a/translations/source/en-GB/scp2/source/javafilter.po
+++ b/translations/source/en-GB/scp2/source/javafilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/scp2/source/kde.po b/translations/source/en-GB/scp2/source/kde.po
index 057393f3aa6..789428d5029 100644
--- a/translations/source/en-GB/scp2/source/kde.po
+++ b/translations/source/en-GB/scp2/source/kde.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/scp2/source/math.po b/translations/source/en-GB/scp2/source/math.po
index b68fc95eca4..14504f50769 100644
--- a/translations/source/en-GB/scp2/source/math.po
+++ b/translations/source/en-GB/scp2/source/math.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/scp2/source/onlineupdate.po b/translations/source/en-GB/scp2/source/onlineupdate.po
index 2021c36f713..dfd0952c50f 100644
--- a/translations/source/en-GB/scp2/source/onlineupdate.po
+++ b/translations/source/en-GB/scp2/source/onlineupdate.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/scp2/source/ooo.po b/translations/source/en-GB/scp2/source/ooo.po
index 73799538744..9920b19b11e 100644
--- a/translations/source/en-GB/scp2/source/ooo.po
+++ b/translations/source/en-GB/scp2/source/ooo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-09 12:57+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/scp2/source/python.po b/translations/source/en-GB/scp2/source/python.po
index bb80831b4fd..b2de8082773 100644
--- a/translations/source/en-GB/scp2/source/python.po
+++ b/translations/source/en-GB/scp2/source/python.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-05 12:50+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/scp2/source/quickstart.po b/translations/source/en-GB/scp2/source/quickstart.po
index c7357c095c8..622c4a2328b 100644
--- a/translations/source/en-GB/scp2/source/quickstart.po
+++ b/translations/source/en-GB/scp2/source/quickstart.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/scp2/source/sdkoo.po b/translations/source/en-GB/scp2/source/sdkoo.po
index e393719deeb..e2eacfde2bd 100644
--- a/translations/source/en-GB/scp2/source/sdkoo.po
+++ b/translations/source/en-GB/scp2/source/sdkoo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/scp2/source/smoketest.po b/translations/source/en-GB/scp2/source/smoketest.po
index a1ff6423047..f4d15ef78e4 100644
--- a/translations/source/en-GB/scp2/source/smoketest.po
+++ b/translations/source/en-GB/scp2/source/smoketest.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fsmoketest.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-09 12:57+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/scp2/source/winexplorerext.po b/translations/source/en-GB/scp2/source/winexplorerext.po
index 8944c692a45..999dbede105 100644
--- a/translations/source/en-GB/scp2/source/winexplorerext.po
+++ b/translations/source/en-GB/scp2/source/winexplorerext.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/scp2/source/writer.po b/translations/source/en-GB/scp2/source/writer.po
index 52e6a6e332c..0138e7b9fa5 100644
--- a/translations/source/en-GB/scp2/source/writer.po
+++ b/translations/source/en-GB/scp2/source/writer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/scp2/source/xsltfilter.po b/translations/source/en-GB/scp2/source/xsltfilter.po
index 1204204841e..a51055387d3 100644
--- a/translations/source/en-GB/scp2/source/xsltfilter.po
+++ b/translations/source/en-GB/scp2/source/xsltfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/scripting/source/pyprov.po b/translations/source/en-GB/scripting/source/pyprov.po
index f38e99d036c..39557c991b4 100644
--- a/translations/source/en-GB/scripting/source/pyprov.po
+++ b/translations/source/en-GB/scripting/source/pyprov.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-24 15:13+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sd/source/core.po b/translations/source/en-GB/sd/source/core.po
index 3385c79b242..0e61a94d07b 100644
--- a/translations/source/en-GB/sd/source/core.po
+++ b/translations/source/en-GB/sd/source/core.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-09 12:59+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sd/source/filter/html.po b/translations/source/en-GB/sd/source/filter/html.po
index 7a45219ee63..860cd44477c 100644
--- a/translations/source/en-GB/sd/source/filter/html.po
+++ b/translations/source/en-GB/sd/source/filter/html.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sd/source/ui/accessibility.po b/translations/source/en-GB/sd/source/ui/accessibility.po
index 77b7ad06bb4..740a394c82f 100644
--- a/translations/source/en-GB/sd/source/ui/accessibility.po
+++ b/translations/source/en-GB/sd/source/ui/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sd/source/ui/animations.po b/translations/source/en-GB/sd/source/ui/animations.po
index 5857e165650..ec1351d277e 100644
--- a/translations/source/en-GB/sd/source/ui/animations.po
+++ b/translations/source/en-GB/sd/source/ui/animations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sd/source/ui/annotations.po b/translations/source/en-GB/sd/source/ui/annotations.po
index f0082fdeeef..572e84fabd9 100644
--- a/translations/source/en-GB/sd/source/ui/annotations.po
+++ b/translations/source/en-GB/sd/source/ui/annotations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sd/source/ui/app.po b/translations/source/en-GB/sd/source/ui/app.po
index 83601cc9a39..2038ddf1021 100644
--- a/translations/source/en-GB/sd/source/ui/app.po
+++ b/translations/source/en-GB/sd/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-10 14:18+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sd/source/ui/dlg.po b/translations/source/en-GB/sd/source/ui/dlg.po
index 93f94165fe8..3bb915086aa 100644
--- a/translations/source/en-GB/sd/source/ui/dlg.po
+++ b/translations/source/en-GB/sd/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 14:18+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sd/source/ui/notes.po b/translations/source/en-GB/sd/source/ui/notes.po
index 104dcb3fd76..83f01b10479 100644
--- a/translations/source/en-GB/sd/source/ui/notes.po
+++ b/translations/source/en-GB/sd/source/ui/notes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sd/source/ui/slideshow.po b/translations/source/en-GB/sd/source/ui/slideshow.po
index 0a241cc85a5..6184fda8f54 100644
--- a/translations/source/en-GB/sd/source/ui/slideshow.po
+++ b/translations/source/en-GB/sd/source/ui/slideshow.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-09 13:00+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sd/source/ui/slidesorter/view.po b/translations/source/en-GB/sd/source/ui/slidesorter/view.po
index f37d94dcb6d..992e92ad3ba 100644
--- a/translations/source/en-GB/sd/source/ui/slidesorter/view.po
+++ b/translations/source/en-GB/sd/source/ui/slidesorter/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-14 17:43+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sd/source/ui/table.po b/translations/source/en-GB/sd/source/ui/table.po
index 25b1e7ca9c8..bd86d6fdaeb 100644
--- a/translations/source/en-GB/sd/source/ui/table.po
+++ b/translations/source/en-GB/sd/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sd/source/ui/view.po b/translations/source/en-GB/sd/source/ui/view.po
index c0a417ab7a3..d47c33fbd5f 100644
--- a/translations/source/en-GB/sd/source/ui/view.po
+++ b/translations/source/en-GB/sd/source/ui/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 11:21+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sdext/source/minimizer.po b/translations/source/en-GB/sdext/source/minimizer.po
index 7875d2e4f89..c444f8cd3e8 100644
--- a/translations/source/en-GB/sdext/source/minimizer.po
+++ b/translations/source/en-GB/sdext/source/minimizer.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-10 14:18+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/translations/source/en-GB/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index 15ccf3d5127..7b489b2464e 100644
--- a/translations/source/en-GB/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/translations/source/en-GB/sdext/source/minimizer/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/translations/source/en-GB/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index 5a355767822..d3f69aa0bff 100644
--- a/translations/source/en-GB/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/en-GB/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sdext/source/pdfimport.po b/translations/source/en-GB/sdext/source/pdfimport.po
index aa75d234d98..e74c3369836 100644
--- a/translations/source/en-GB/sdext/source/pdfimport.po
+++ b/translations/source/en-GB/sdext/source/pdfimport.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-08 14:28+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sdext/source/presenter.po b/translations/source/en-GB/sdext/source/presenter.po
index 50cabcc7665..85cec52cb12 100644
--- a/translations/source/en-GB/sdext/source/presenter.po
+++ b/translations/source/en-GB/sdext/source/presenter.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 14:18+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/translations/source/en-GB/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index d9853049c10..287459a6581 100644
--- a/translations/source/en-GB/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/translations/source/en-GB/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/translations/source/en-GB/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index 1fecc89a754..da21a89fe9d 100644
--- a/translations/source/en-GB/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/en-GB/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-09 12:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/setup_native/source/mac.po b/translations/source/en-GB/setup_native/source/mac.po
index a411a3f146e..c587cf0a81a 100644
--- a/translations/source/en-GB/setup_native/source/mac.po
+++ b/translations/source/en-GB/setup_native/source/mac.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sfx2/source/appl.po b/translations/source/en-GB/sfx2/source/appl.po
index 6b1cbf6bbc6..e4e92008e82 100644
--- a/translations/source/en-GB/sfx2/source/appl.po
+++ b/translations/source/en-GB/sfx2/source/appl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 15:12+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sfx2/source/bastyp.po b/translations/source/en-GB/sfx2/source/bastyp.po
index 236d1685a23..c117f86eadc 100644
--- a/translations/source/en-GB/sfx2/source/bastyp.po
+++ b/translations/source/en-GB/sfx2/source/bastyp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sfx2/source/dialog.po b/translations/source/en-GB/sfx2/source/dialog.po
index 5ae819cefbb..1daee0d2e58 100644
--- a/translations/source/en-GB/sfx2/source/dialog.po
+++ b/translations/source/en-GB/sfx2/source/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-14 16:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sfx2/source/doc.po b/translations/source/en-GB/sfx2/source/doc.po
index f5622addefe..f68acbf9c0c 100644
--- a/translations/source/en-GB/sfx2/source/doc.po
+++ b/translations/source/en-GB/sfx2/source/doc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-09 13:00+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sfx2/source/menu.po b/translations/source/en-GB/sfx2/source/menu.po
index 75b028d575a..775bd3c89bd 100644
--- a/translations/source/en-GB/sfx2/source/menu.po
+++ b/translations/source/en-GB/sfx2/source/menu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sfx2/source/view.po b/translations/source/en-GB/sfx2/source/view.po
index 95302397821..78c0742b61a 100644
--- a/translations/source/en-GB/sfx2/source/view.po
+++ b/translations/source/en-GB/sfx2/source/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 15:12+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/shell/source/win32/shlxthandler/res.po b/translations/source/en-GB/shell/source/win32/shlxthandler/res.po
index db954d9effd..ce284438454 100644
--- a/translations/source/en-GB/shell/source/win32/shlxthandler/res.po
+++ b/translations/source/en-GB/shell/source/win32/shlxthandler/res.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/starmath/source.po b/translations/source/en-GB/starmath/source.po
index a30a96dc311..c2abd93fd4d 100644
--- a/translations/source/en-GB/starmath/source.po
+++ b/translations/source/en-GB/starmath/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-05 12:51+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/svl/source/items.po b/translations/source/en-GB/svl/source/items.po
index 8dbd2e40890..5ef0cff9ad3 100644
--- a/translations/source/en-GB/svl/source/items.po
+++ b/translations/source/en-GB/svl/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/svl/source/misc.po b/translations/source/en-GB/svl/source/misc.po
index 148a7288cdc..c19ab59d7ad 100644
--- a/translations/source/en-GB/svl/source/misc.po
+++ b/translations/source/en-GB/svl/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-08 14:29+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/svtools/source/contnr.po b/translations/source/en-GB/svtools/source/contnr.po
index 132d0bebc28..6882fe0ee87 100644
--- a/translations/source/en-GB/svtools/source/contnr.po
+++ b/translations/source/en-GB/svtools/source/contnr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 15:02+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/svtools/source/control.po b/translations/source/en-GB/svtools/source/control.po
index 43d45934023..d7b1b9993d9 100644
--- a/translations/source/en-GB/svtools/source/control.po
+++ b/translations/source/en-GB/svtools/source/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-14 17:45+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/svtools/source/dialogs.po b/translations/source/en-GB/svtools/source/dialogs.po
index 4b92537f194..a949a7902dc 100644
--- a/translations/source/en-GB/svtools/source/dialogs.po
+++ b/translations/source/en-GB/svtools/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-29 17:28+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/svtools/source/filter.po b/translations/source/en-GB/svtools/source/filter.po
index 4ea6ef995c3..27a9f90026c 100644
--- a/translations/source/en-GB/svtools/source/filter.po
+++ b/translations/source/en-GB/svtools/source/filter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-18 13:45+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/svtools/source/java.po b/translations/source/en-GB/svtools/source/java.po
index 85d1deea2c7..9c0a83daf0b 100644
--- a/translations/source/en-GB/svtools/source/java.po
+++ b/translations/source/en-GB/svtools/source/java.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 14:07+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/svtools/source/misc.po b/translations/source/en-GB/svtools/source/misc.po
index b8f73c07eed..37097e91a49 100644
--- a/translations/source/en-GB/svtools/source/misc.po
+++ b/translations/source/en-GB/svtools/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-09 12:58+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/svtools/source/plugapp.po b/translations/source/en-GB/svtools/source/plugapp.po
index a48a412a397..a0626506614 100644
--- a/translations/source/en-GB/svtools/source/plugapp.po
+++ b/translations/source/en-GB/svtools/source/plugapp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/svtools/source/toolpanel.po b/translations/source/en-GB/svtools/source/toolpanel.po
index 2dad1985b0f..828c9d93a7f 100644
--- a/translations/source/en-GB/svtools/source/toolpanel.po
+++ b/translations/source/en-GB/svtools/source/toolpanel.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/svtools/workben/unodialog.po b/translations/source/en-GB/svtools/workben/unodialog.po
index e40bc227c44..fa071ea133c 100644
--- a/translations/source/en-GB/svtools/workben/unodialog.po
+++ b/translations/source/en-GB/svtools/workben/unodialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/svx/inc.po b/translations/source/en-GB/svx/inc.po
index 3cc5aa9e61d..99e163b9b27 100644
--- a/translations/source/en-GB/svx/inc.po
+++ b/translations/source/en-GB/svx/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 14:19+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/svx/source/accessibility.po b/translations/source/en-GB/svx/source/accessibility.po
index 35d253e4137..d759a6f259d 100644
--- a/translations/source/en-GB/svx/source/accessibility.po
+++ b/translations/source/en-GB/svx/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/svx/source/dialog.po b/translations/source/en-GB/svx/source/dialog.po
index b3e8f2f6207..fbb13af0559 100644
--- a/translations/source/en-GB/svx/source/dialog.po
+++ b/translations/source/en-GB/svx/source/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 14:34+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/svx/source/engine3d.po b/translations/source/en-GB/svx/source/engine3d.po
index 1b5c1b9507d..2bc33294506 100644
--- a/translations/source/en-GB/svx/source/engine3d.po
+++ b/translations/source/en-GB/svx/source/engine3d.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-18 18:49+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/svx/source/fmcomp.po b/translations/source/en-GB/svx/source/fmcomp.po
index 2b90214ef76..454c4ba2b4b 100644
--- a/translations/source/en-GB/svx/source/fmcomp.po
+++ b/translations/source/en-GB/svx/source/fmcomp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/svx/source/form.po b/translations/source/en-GB/svx/source/form.po
index 0b4149d1581..357f4fdcfd3 100644
--- a/translations/source/en-GB/svx/source/form.po
+++ b/translations/source/en-GB/svx/source/form.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/svx/source/gallery2.po b/translations/source/en-GB/svx/source/gallery2.po
index 778a5ec01dd..9fd2981fc41 100644
--- a/translations/source/en-GB/svx/source/gallery2.po
+++ b/translations/source/en-GB/svx/source/gallery2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/svx/source/items.po b/translations/source/en-GB/svx/source/items.po
index 3f3c2a42ac6..d4ed05c661e 100644
--- a/translations/source/en-GB/svx/source/items.po
+++ b/translations/source/en-GB/svx/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-22 15:12+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/svx/source/src.po b/translations/source/en-GB/svx/source/src.po
index 96e97dedcd0..6bfc17c7fca 100644
--- a/translations/source/en-GB/svx/source/src.po
+++ b/translations/source/en-GB/svx/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-05 13:21+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/svx/source/stbctrls.po b/translations/source/en-GB/svx/source/stbctrls.po
index 26571834bb0..4ca3852c828 100644
--- a/translations/source/en-GB/svx/source/stbctrls.po
+++ b/translations/source/en-GB/svx/source/stbctrls.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-25 13:47+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/svx/source/svdraw.po b/translations/source/en-GB/svx/source/svdraw.po
index d1ca40800a0..428fa65e626 100644
--- a/translations/source/en-GB/svx/source/svdraw.po
+++ b/translations/source/en-GB/svx/source/svdraw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-18 18:50+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/svx/source/table.po b/translations/source/en-GB/svx/source/table.po
index 011f22a84d5..f22d88817eb 100644
--- a/translations/source/en-GB/svx/source/table.po
+++ b/translations/source/en-GB/svx/source/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/svx/source/tbxctrls.po b/translations/source/en-GB/svx/source/tbxctrls.po
index eabc7374b18..ce53f954b96 100644
--- a/translations/source/en-GB/svx/source/tbxctrls.po
+++ b/translations/source/en-GB/svx/source/tbxctrls.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 11:21+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/svx/source/toolbars.po b/translations/source/en-GB/svx/source/toolbars.po
index cd2d60b2bae..2099d160c75 100644
--- a/translations/source/en-GB/svx/source/toolbars.po
+++ b/translations/source/en-GB/svx/source/toolbars.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/svx/source/unodialogs/textconversiondlgs.po b/translations/source/en-GB/svx/source/unodialogs/textconversiondlgs.po
index 3550bc9893d..4aff83ec5a0 100644
--- a/translations/source/en-GB/svx/source/unodialogs/textconversiondlgs.po
+++ b/translations/source/en-GB/svx/source/unodialogs/textconversiondlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-18 18:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sw/source/core/layout.po b/translations/source/en-GB/sw/source/core/layout.po
index e072ce6a148..b85bb23c1d8 100644
--- a/translations/source/en-GB/sw/source/core/layout.po
+++ b/translations/source/en-GB/sw/source/core/layout.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 14:19+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: none\n"
-"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sw/source/core/undo.po b/translations/source/en-GB/sw/source/core/undo.po
index 2fae004a69a..5f95241449b 100644
--- a/translations/source/en-GB/sw/source/core/undo.po
+++ b/translations/source/en-GB/sw/source/core/undo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-10 14:19+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sw/source/core/unocore.po b/translations/source/en-GB/sw/source/core/unocore.po
index 5a5f4bacc71..2fddc12540a 100644
--- a/translations/source/en-GB/sw/source/core/unocore.po
+++ b/translations/source/en-GB/sw/source/core/unocore.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sw/source/ui/app.po b/translations/source/en-GB/sw/source/ui/app.po
index 156a6d7b430..b737fbf01c6 100644
--- a/translations/source/en-GB/sw/source/ui/app.po
+++ b/translations/source/en-GB/sw/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-05 12:51+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sw/source/ui/chrdlg.po b/translations/source/en-GB/sw/source/ui/chrdlg.po
index d728f4d288e..caede50081c 100644
--- a/translations/source/en-GB/sw/source/ui/chrdlg.po
+++ b/translations/source/en-GB/sw/source/ui/chrdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-05 12:51+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sw/source/ui/config.po b/translations/source/en-GB/sw/source/ui/config.po
index b96a66a166b..2eecb653c85 100644
--- a/translations/source/en-GB/sw/source/ui/config.po
+++ b/translations/source/en-GB/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: 2012-01-30 11:10+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 14:20+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-GB/sw/source/ui/dbui.po b/translations/source/en-GB/sw/source/ui/dbui.po
index be9cdf28fd8..335ec7cfd25 100644
--- a/translations/source/en-GB/sw/source/ui/dbui.po
+++ b/translations/source/en-GB/sw/source/ui/dbui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-10 14:07+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sw/source/ui/dialog.po b/translations/source/en-GB/sw/source/ui/dialog.po
index 62f70d10805..28747682a95 100644
--- a/translations/source/en-GB/sw/source/ui/dialog.po
+++ b/translations/source/en-GB/sw/source/ui/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-09 12:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sw/source/ui/dochdl.po b/translations/source/en-GB/sw/source/ui/dochdl.po
index 05300b34192..aa7f247503f 100644
--- a/translations/source/en-GB/sw/source/ui/dochdl.po
+++ b/translations/source/en-GB/sw/source/ui/dochdl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sw/source/ui/docvw.po b/translations/source/en-GB/sw/source/ui/docvw.po
index 6e728505712..914a227b6c1 100644
--- a/translations/source/en-GB/sw/source/ui/docvw.po
+++ b/translations/source/en-GB/sw/source/ui/docvw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-09 12:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sw/source/ui/envelp.po b/translations/source/en-GB/sw/source/ui/envelp.po
index e52449e5452..3b56b86b302 100644
--- a/translations/source/en-GB/sw/source/ui/envelp.po
+++ b/translations/source/en-GB/sw/source/ui/envelp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sw/source/ui/fldui.po b/translations/source/en-GB/sw/source/ui/fldui.po
index f6625415110..aead4144070 100644
--- a/translations/source/en-GB/sw/source/ui/fldui.po
+++ b/translations/source/en-GB/sw/source/ui/fldui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sw/source/ui/fmtui.po b/translations/source/en-GB/sw/source/ui/fmtui.po
index 240cfe282fa..dda81a2d1d0 100644
--- a/translations/source/en-GB/sw/source/ui/fmtui.po
+++ b/translations/source/en-GB/sw/source/ui/fmtui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 11:25+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sw/source/ui/frmdlg.po b/translations/source/en-GB/sw/source/ui/frmdlg.po
index 9bf7ceca507..354d4ff1f5d 100644
--- a/translations/source/en-GB/sw/source/ui/frmdlg.po
+++ b/translations/source/en-GB/sw/source/ui/frmdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-18 18:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sw/source/ui/globdoc.po b/translations/source/en-GB/sw/source/ui/globdoc.po
index 58d8be78b4e..a3fe6c88f58 100644
--- a/translations/source/en-GB/sw/source/ui/globdoc.po
+++ b/translations/source/en-GB/sw/source/ui/globdoc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:55+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sw/source/ui/index.po b/translations/source/en-GB/sw/source/ui/index.po
index dbbc1d2b6fe..243b26c8594 100644
--- a/translations/source/en-GB/sw/source/ui/index.po
+++ b/translations/source/en-GB/sw/source/ui/index.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-09 12:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sw/source/ui/lingu.po b/translations/source/en-GB/sw/source/ui/lingu.po
index cd929f94491..f854302f77c 100644
--- a/translations/source/en-GB/sw/source/ui/lingu.po
+++ b/translations/source/en-GB/sw/source/ui/lingu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-05 12:51+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sw/source/ui/misc.po b/translations/source/en-GB/sw/source/ui/misc.po
index 96ad3a51295..45b74eaaf6a 100644
--- a/translations/source/en-GB/sw/source/ui/misc.po
+++ b/translations/source/en-GB/sw/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-18 18:56+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sw/source/ui/ribbar.po b/translations/source/en-GB/sw/source/ui/ribbar.po
index dbefa0f2bb2..6eb3dc0b789 100644
--- a/translations/source/en-GB/sw/source/ui/ribbar.po
+++ b/translations/source/en-GB/sw/source/ui/ribbar.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-05 12:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sw/source/ui/shells.po b/translations/source/en-GB/sw/source/ui/shells.po
index 535f4225c03..784be166bc6 100644
--- a/translations/source/en-GB/sw/source/ui/shells.po
+++ b/translations/source/en-GB/sw/source/ui/shells.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-09 12:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sw/source/ui/smartmenu.po b/translations/source/en-GB/sw/source/ui/smartmenu.po
index f98b08b115d..5abd74f435d 100644
--- a/translations/source/en-GB/sw/source/ui/smartmenu.po
+++ b/translations/source/en-GB/sw/source/ui/smartmenu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sw/source/ui/table.po b/translations/source/en-GB/sw/source/ui/table.po
index 614b0ec3d0e..17f51138605 100644
--- a/translations/source/en-GB/sw/source/ui/table.po
+++ b/translations/source/en-GB/sw/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-14 16:53+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sw/source/ui/uiview.po b/translations/source/en-GB/sw/source/ui/uiview.po
index 222d015d495..1429caec913 100644
--- a/translations/source/en-GB/sw/source/ui/uiview.po
+++ b/translations/source/en-GB/sw/source/ui/uiview.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sw/source/ui/utlui.po b/translations/source/en-GB/sw/source/ui/utlui.po
index 75b4aa8ec2a..a6822e2a9ba 100644
--- a/translations/source/en-GB/sw/source/ui/utlui.po
+++ b/translations/source/en-GB/sw/source/ui/utlui.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%2Futlui.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-30 11:09+0200\n"
-"PO-Revision-Date: 2011-11-08 14:34+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-24 12:41+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: en_GB\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: navipi.src#DLG_NAVIGATION_PI.window.text
diff --git a/translations/source/en-GB/sw/source/ui/web.po b/translations/source/en-GB/sw/source/ui/web.po
index 5291b69985e..6835125aacd 100644
--- a/translations/source/en-GB/sw/source/ui/web.po
+++ b/translations/source/en-GB/sw/source/ui/web.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sw/source/ui/wrtsh.po b/translations/source/en-GB/sw/source/ui/wrtsh.po
index 30ce73d4f31..4381e4cae9c 100644
--- a/translations/source/en-GB/sw/source/ui/wrtsh.po
+++ b/translations/source/en-GB/sw/source/ui/wrtsh.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/swext/mediawiki/help.po b/translations/source/en-GB/swext/mediawiki/help.po
index e2dd73e809a..315f7f9209c 100644
--- a/translations/source/en-GB/swext/mediawiki/help.po
+++ b/translations/source/en-GB/swext/mediawiki/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-09 13:01+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/swext/mediawiki/src.po b/translations/source/en-GB/swext/mediawiki/src.po
index 4b6d0d596dc..a81ba65fa1d 100644
--- a/translations/source/en-GB/swext/mediawiki/src.po
+++ b/translations/source/en-GB/swext/mediawiki/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 14:21+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/translations/source/en-GB/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index 53994370867..441997df838 100644
--- a/translations/source/en-GB/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/translations/source/en-GB/swext/mediawiki/src/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/translations/source/en-GB/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index 20632e88cd6..450afe7e6e4 100644
--- a/translations/source/en-GB/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/translations/source/en-GB/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/sysui/desktop/share.po b/translations/source/en-GB/sysui/desktop/share.po
index e3defa3cd85..34e402784c9 100644
--- a/translations/source/en-GB/sysui/desktop/share.po
+++ b/translations/source/en-GB/sysui/desktop/share.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-10 14:07+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/uui/source.po b/translations/source/en-GB/uui/source.po
index 272e80e0007..8178d167683 100644
--- a/translations/source/en-GB/uui/source.po
+++ b/translations/source/en-GB/uui/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 14:21+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/vcl/source/src.po b/translations/source/en-GB/vcl/source/src.po
index 0be84052912..0b294a6b20d 100644
--- a/translations/source/en-GB/vcl/source/src.po
+++ b/translations/source/en-GB/vcl/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-05 12:54+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/wizards/source/euro.po b/translations/source/en-GB/wizards/source/euro.po
index bd864cb03a7..9854d75a3c7 100644
--- a/translations/source/en-GB/wizards/source/euro.po
+++ b/translations/source/en-GB/wizards/source/euro.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 14:21+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/wizards/source/formwizard.po b/translations/source/en-GB/wizards/source/formwizard.po
index 5dad521e349..c754f9a3713 100644
--- a/translations/source/en-GB/wizards/source/formwizard.po
+++ b/translations/source/en-GB/wizards/source/formwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/wizards/source/importwizard.po b/translations/source/en-GB/wizards/source/importwizard.po
index 752d3f49ea8..6de99cbc288 100644
--- a/translations/source/en-GB/wizards/source/importwizard.po
+++ b/translations/source/en-GB/wizards/source/importwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-10 14:21+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/wizards/source/schedule.po b/translations/source/en-GB/wizards/source/schedule.po
index 09fa8d7ff5a..d98e7d23bfe 100644
--- a/translations/source/en-GB/wizards/source/schedule.po
+++ b/translations/source/en-GB/wizards/source/schedule.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/wizards/source/template.po b/translations/source/en-GB/wizards/source/template.po
index bd71631cf43..5f29d00d6a4 100644
--- a/translations/source/en-GB/wizards/source/template.po
+++ b/translations/source/en-GB/wizards/source/template.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/xmlsecurity/source/component.po b/translations/source/en-GB/xmlsecurity/source/component.po
index 5383d7256fd..fe3b3570719 100644
--- a/translations/source/en-GB/xmlsecurity/source/component.po
+++ b/translations/source/en-GB/xmlsecurity/source/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-GB/xmlsecurity/source/dialogs.po b/translations/source/en-GB/xmlsecurity/source/dialogs.po
index bd84e2079ac..d42a8fe4973 100644
--- a/translations/source/en-GB/xmlsecurity/source/dialogs.po
+++ b/translations/source/en-GB/xmlsecurity/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Stuart <stuart.swales.croftnuisk@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_GB\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"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/accessibility/source/helper.po b/translations/source/en-ZA/accessibility/source/helper.po
index f2978555b4f..d50a83e84b0 100644
--- a/translations/source/en-ZA/accessibility/source/helper.po
+++ b/translations/source/en-ZA/accessibility/source/helper.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:50+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/avmedia/source/framework.po b/translations/source/en-ZA/avmedia/source/framework.po
index 20bcf2f5413..7bbfe931d48 100644
--- a/translations/source/en-ZA/avmedia/source/framework.po
+++ b/translations/source/en-ZA/avmedia/source/framework.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:50+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/avmedia/source/viewer.po b/translations/source/en-ZA/avmedia/source/viewer.po
index 9e8661faf7e..89796f8a3aa 100644
--- a/translations/source/en-ZA/avmedia/source/viewer.po
+++ b/translations/source/en-ZA/avmedia/source/viewer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:50+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/basctl/source/basicide.po b/translations/source/en-ZA/basctl/source/basicide.po
index 02b84d52c21..0df9867e8b3 100644
--- a/translations/source/en-ZA/basctl/source/basicide.po
+++ b/translations/source/en-ZA/basctl/source/basicide.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-19 18:53+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/basctl/source/dlged.po b/translations/source/en-ZA/basctl/source/dlged.po
index cde034fec6e..784bbd8824b 100644
--- a/translations/source/en-ZA/basctl/source/dlged.po
+++ b/translations/source/en-ZA/basctl/source/dlged.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:50+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/basic/source/classes.po b/translations/source/en-ZA/basic/source/classes.po
index c4145510f22..248e1ed107c 100644
--- a/translations/source/en-ZA/basic/source/classes.po
+++ b/translations/source/en-ZA/basic/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:51+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/basic/source/sbx.po b/translations/source/en-ZA/basic/source/sbx.po
index 48e469dc010..b38688b0be6 100644
--- a/translations/source/en-ZA/basic/source/sbx.po
+++ b/translations/source/en-ZA/basic/source/sbx.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:51+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/chart2/source/controller/dialogs.po b/translations/source/en-ZA/chart2/source/controller/dialogs.po
index a9b13c9a5e0..12e5266c2ee 100644
--- a/translations/source/en-ZA/chart2/source/controller/dialogs.po
+++ b/translations/source/en-ZA/chart2/source/controller/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-19 18:59+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/connectivity/source/drivers/ado.po b/translations/source/en-ZA/connectivity/source/drivers/ado.po
index dd898ee54b6..d4472114c5c 100644
--- a/translations/source/en-ZA/connectivity/source/drivers/ado.po
+++ b/translations/source/en-ZA/connectivity/source/drivers/ado.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:51+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/connectivity/source/drivers/calc.po b/translations/source/en-ZA/connectivity/source/drivers/calc.po
index 3f8a4dd880e..19059aab6d7 100644
--- a/translations/source/en-ZA/connectivity/source/drivers/calc.po
+++ b/translations/source/en-ZA/connectivity/source/drivers/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 21:51+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/connectivity/source/drivers/dbase.po b/translations/source/en-ZA/connectivity/source/drivers/dbase.po
index e1b93702ac3..a16baa50a1f 100644
--- a/translations/source/en-ZA/connectivity/source/drivers/dbase.po
+++ b/translations/source/en-ZA/connectivity/source/drivers/dbase.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:51+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/connectivity/source/drivers/evoab2.po b/translations/source/en-ZA/connectivity/source/drivers/evoab2.po
index d8b219f793b..af09999195f 100644
--- a/translations/source/en-ZA/connectivity/source/drivers/evoab2.po
+++ b/translations/source/en-ZA/connectivity/source/drivers/evoab2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 21:51+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/connectivity/source/drivers/flat.po b/translations/source/en-ZA/connectivity/source/drivers/flat.po
index f50b25a208e..72070252225 100644
--- a/translations/source/en-ZA/connectivity/source/drivers/flat.po
+++ b/translations/source/en-ZA/connectivity/source/drivers/flat.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:51+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/connectivity/source/drivers/hsqldb.po b/translations/source/en-ZA/connectivity/source/drivers/hsqldb.po
index 6a8d77251bd..ebebfc8b417 100644
--- a/translations/source/en-ZA/connectivity/source/drivers/hsqldb.po
+++ b/translations/source/en-ZA/connectivity/source/drivers/hsqldb.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:51+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/connectivity/source/drivers/jdbc.po b/translations/source/en-ZA/connectivity/source/drivers/jdbc.po
index 9c0fbe60f5f..c85b9851f11 100644
--- a/translations/source/en-ZA/connectivity/source/drivers/jdbc.po
+++ b/translations/source/en-ZA/connectivity/source/drivers/jdbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:51+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/connectivity/source/drivers/kab.po b/translations/source/en-ZA/connectivity/source/drivers/kab.po
index 9238fd2fe90..79467e29ecf 100644
--- a/translations/source/en-ZA/connectivity/source/drivers/kab.po
+++ b/translations/source/en-ZA/connectivity/source/drivers/kab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:51+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/connectivity/source/drivers/macab.po b/translations/source/en-ZA/connectivity/source/drivers/macab.po
index 90010e786b7..b0f844d507e 100644
--- a/translations/source/en-ZA/connectivity/source/drivers/macab.po
+++ b/translations/source/en-ZA/connectivity/source/drivers/macab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:51+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/connectivity/source/drivers/mozab.po b/translations/source/en-ZA/connectivity/source/drivers/mozab.po
index 45b50250593..b1c0df12ce6 100644
--- a/translations/source/en-ZA/connectivity/source/drivers/mozab.po
+++ b/translations/source/en-ZA/connectivity/source/drivers/mozab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-11 23:12+0200\n"
-"Last-Translator: dwayne <dwayne@translate.org.za>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-01-11 16:34+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -22,8 +22,9 @@ msgid "SeaMonkey Address Book"
msgstr "Mozilla Address Book"
#: mozab2.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text
+#, fuzzy
msgctxt "mozab2.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text"
-msgid "Thunderbird Address Book"
+msgid "Thunderbird/Icedove Address Book"
msgstr "Thunderbird Address Book"
#: mozab2.xcu#.Drivers.Installed.sdbc_address_ldap__.DriverTypeDisplayName.value.text
@@ -46,8 +47,9 @@ msgid "SeaMonkey Address Book"
msgstr "Mozilla Address Book"
#: mozab.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text
+#, fuzzy
msgctxt "mozab.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text"
-msgid "Thunderbird Address Book"
+msgid "Thunderbird/Icedove Address Book"
msgstr "Thunderbird Address Book"
#: mozab.xcu#.Drivers.Installed.sdbc_address_ldap__.DriverTypeDisplayName.value.text
diff --git a/translations/source/en-ZA/connectivity/source/drivers/mysql.po b/translations/source/en-ZA/connectivity/source/drivers/mysql.po
index bcd14f09cd1..fa3eb5ab9a5 100644
--- a/translations/source/en-ZA/connectivity/source/drivers/mysql.po
+++ b/translations/source/en-ZA/connectivity/source/drivers/mysql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:51+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/connectivity/source/drivers/odbc.po b/translations/source/en-ZA/connectivity/source/drivers/odbc.po
index 96f9f4cdb1e..e976674b080 100644
--- a/translations/source/en-ZA/connectivity/source/drivers/odbc.po
+++ b/translations/source/en-ZA/connectivity/source/drivers/odbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:51+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/connectivity/source/drivers/postgresql.po b/translations/source/en-ZA/connectivity/source/drivers/postgresql.po
index 6f6b2c7e796..46b6390f7cc 100644
--- a/translations/source/en-ZA/connectivity/source/drivers/postgresql.po
+++ b/translations/source/en-ZA/connectivity/source/drivers/postgresql.po
@@ -3,25 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:41+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: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\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/en-ZA/connectivity/source/resource.po b/translations/source/en-ZA/connectivity/source/resource.po
index 230564da757..e8c35775325 100644
--- a/translations/source/en-ZA/connectivity/source/resource.po
+++ b/translations/source/en-ZA/connectivity/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:12+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/cui/source/customize.po b/translations/source/en-ZA/cui/source/customize.po
index df3fd2aa62c..9018c67d800 100644
--- a/translations/source/en-ZA/cui/source/customize.po
+++ b/translations/source/en-ZA/cui/source/customize.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:51+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/cui/source/dialogs.po b/translations/source/en-ZA/cui/source/dialogs.po
index 73badc00899..23965ddd324 100644
--- a/translations/source/en-ZA/cui/source/dialogs.po
+++ b/translations/source/en-ZA/cui/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-12 00:14+0200\n"
-"Last-Translator: dwayne <dwayne@translate.org.za>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 13:03+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -815,7 +815,8 @@ msgid "Object;Objects"
msgstr "Object;Objects"
#: gallery.src#RID_SVXSTR_GALLERY_READONLY.string.text
-msgid " (read-only)"
+#, fuzzy
+msgid "(read-only)"
msgstr " (read-only)"
#: gallery.src#RID_SVXSTR_GALLERY_ALLFILES.string.text
@@ -1191,20 +1192,16 @@ msgstr "Edit Applet"
msgid "Contributor credits"
msgstr ""
-#: about.src#RID_DEFAULTABOUT.ABOUT_STR_VERSION.string.text
-msgid "%PRODUCTNAME %ABOUTBOXPRODUCTVERSION %PRODUCTEXTENSION"
-msgstr ""
-
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_VENDOR.string.text
msgid "This product was supplied by %OOOVENDOR."
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT.string.text
-msgid "LibreOffice is copyright © 2000, 2011 LibreOffice contributors and/or their affiliates. All rights reserved."
+msgid "LibreOffice is copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved."
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT_DERIVED.string.text
-msgid "%PRODUCTNAME is derived from LibreOffice. LibreOffice is copyright © 2000, 2011 LibreOffice contributors and/or their affiliates. All rights reserved."
+msgid "%PRODUCTNAME is derived from LibreOffice. LibreOffice is copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved."
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT_ORACLE_DERIVED.string.text
@@ -1216,7 +1213,7 @@ msgid "%OOOVENDOR acknowledges all community members, please find more info at t
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_LINK.string.text
-msgid "http://www.libreoffice.org/credits.html"
+msgid "http://www.libreoffice.org/about-us/credits/"
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_BUILD.string.text
@@ -1229,7 +1226,7 @@ msgstr ""
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.PB_PICKER.imagebutton.text
msgid "-"
-msgstr ""
+msgstr "-"
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.PB_PICKER.imagebutton.quickhelptext
msgid "Pick a color from the document"
@@ -1237,7 +1234,7 @@ msgstr ""
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.FL_RGB.fixedline.text
msgid "RGB"
-msgstr ""
+msgstr "RGB"
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.CT_RED.fixedtext.text
msgid "~Red"
@@ -1273,7 +1270,7 @@ msgstr ""
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.FL_CMYK.fixedline.text
msgid "CMYK"
-msgstr ""
+msgstr "CMYK"
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.CT_CYAN.fixedtext.text
msgid "~Cyan"
@@ -1297,7 +1294,7 @@ msgstr "Text languag~e"
#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.LINK_EXPLAIN.fixedtext.text
msgid "More..."
-msgstr ""
+msgstr "More..."
#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.FT_NOTINDICT.fixedtext.text
msgid "~Not in dictionary"
@@ -1635,7 +1632,7 @@ msgid "A~fter"
msgstr "A~fter"
#: insrc.src#DLG_INS_ROW_COL.FL_INS.fixedline.text
-msgctxt "insrc.src#DLG_INS_ROW_COL.FL_INS.fixedline.text"
+#, fuzzy
msgid "Insert"
msgstr "Insert"
@@ -1649,17 +1646,12 @@ msgid "~Number"
msgstr "~Number"
#: insrc.src#DLG_INS_ROW_COL.STR_ROW.string.text
-msgid " Rows"
-msgstr " Rows"
+msgid "Insert Rows"
+msgstr "Insert Rows"
#: insrc.src#DLG_INS_ROW_COL.STR_COL.string.text
-msgid " Columns"
-msgstr " Columns"
-
-#: insrc.src#DLG_INS_ROW_COL.modaldialog.text
-msgctxt "insrc.src#DLG_INS_ROW_COL.modaldialog.text"
-msgid "Insert"
-msgstr "Insert"
+msgid "Insert Columns"
+msgstr ""
#: hyphen.src#RID_SVXSTR_HMERR_CHECKINSTALL.string.text
msgid ""
diff --git a/translations/source/en-ZA/cui/source/options.po b/translations/source/en-ZA/cui/source/options.po
index 31a2489b5f8..8990edb3152 100644
--- a/translations/source/en-ZA/cui/source/options.po
+++ b/translations/source/en-ZA/cui/source/options.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-30 11:10+0200\n"
-"PO-Revision-Date: 2011-11-26 02:16+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 13:03+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: optgenrl.src#RID_SFXPAGE_GENERAL.FT_COMPANY.fixedtext.text
@@ -1087,9 +1087,8 @@ msgid "Proxy"
msgstr "Proxy"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.PB_BACK.pushbutton.text
-#, fuzzy
msgid "~Revert"
-msgstr "~Remove"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.ST_LOAD_ERROR.string.text
msgid "The selected module could not be loaded."
@@ -1306,21 +1305,21 @@ msgstr "Print"
#: 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"
msgid "Table"
-msgstr "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"
msgid "Changes"
-msgstr "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"
msgid "Compatibility"
-msgstr "Compatibility"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.13.itemlist.text
msgid "AutoCaption"
-msgstr "AutoCaption"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.14.itemlist.text
msgid "Mail Merge E-mail"
diff --git a/translations/source/en-ZA/cui/source/tabpages.po b/translations/source/en-ZA/cui/source/tabpages.po
index 4f6063a948c..63af9f11b29 100644
--- a/translations/source/en-ZA/cui/source/tabpages.po
+++ b/translations/source/en-ZA/cui/source/tabpages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-19 20:11+0200\n"
-"Last-Translator: dwayne <dwayne@translate.org.za>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2011-12-15 13:03+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -480,12 +480,14 @@ msgid "~Numbering"
msgstr "~Numbering"
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.1.stringlist.text
-msgid "1, 2, 3, ... "
-msgstr "1, 2, 3, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.1.stringlist.text"
+msgid "1, 2, 3, ..."
+msgstr "1, 2, 3, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.2.stringlist.text
-msgid "A, B, C, ... "
-msgstr "A, B, C, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.2.stringlist.text"
+msgid "A, B, C, ..."
+msgstr "A, B, C, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.3.stringlist.text
msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.3.stringlist.text"
@@ -493,15 +495,18 @@ msgid "a, b, c, ..."
msgstr "a, b, c, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.4.stringlist.text
-msgid "I, II, III, ... "
-msgstr "I, II, III, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.4.stringlist.text"
+msgid "I, II, III, ..."
+msgstr "I, II, III, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.5.stringlist.text
-msgid "i, ii, iii, ... "
-msgstr "i, ii, iii, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.5.stringlist.text"
+msgid "i, ii, iii, ..."
+msgstr "i, ii, iii, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.6.stringlist.text
-msgid "A, .., AA, .., AAA, ... "
+#, fuzzy
+msgid "A, .., AA, .., AAA, ..."
msgstr "A, .., AA, .., AAA, ... "
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.7.stringlist.text
@@ -580,11 +585,11 @@ msgstr "а, б, .., аа, бб, ... (Serbian)"
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.25.stringlist.text
msgid "Α, Β, Γ, ... (Greek Upper Letter)"
-msgstr ""
+msgstr "Α, Β, Γ, ... (Greek Upper Letter)"
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.26.stringlist.text
msgid "α, β, γ, ... (Greek Lower Letter)"
-msgstr ""
+msgstr "α, β, γ, ... (Greek Lower Letter)"
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.FT_PREFIX.fixedtext.text
msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.FT_PREFIX.fixedtext.text"
@@ -2290,6 +2295,8 @@ msgid "For~mat"
msgstr "For~mat"
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.1.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.1.stringlist.text"
msgid "A, B, C, ..."
msgstr "A, B, C, ..."
@@ -2299,14 +2306,20 @@ msgid "a, b, c, ..."
msgstr "a, b, c, ..."
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.3.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.3.stringlist.text"
msgid "I, II, III, ..."
msgstr "I, II, III, ..."
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.4.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.4.stringlist.text"
msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ..."
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.5.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.5.stringlist.text"
msgid "1, 2, 3, ..."
msgstr "1, 2, 3, ..."
@@ -2854,6 +2867,10 @@ msgctxt "textanim.src#RID_SVXPAGE_TEXTANIMATION.TSB_AUTO.tristatebox.text"
msgid "~Automatic"
msgstr "~Automatic"
+#: textanim.src#RID_SVXPAGE_TEXTANIMATION.MTR_FLD_DELAY.metricfield.text
+msgid " ms"
+msgstr ""
+
#: textanim.src#RID_SVXPAGE_TEXTANIMATION.tabpage.text
msgid "Animation"
msgstr "Animation"
@@ -4716,6 +4733,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr "~Delete..."
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Hatches List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Hatches List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_HATCH.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_HATCH.tabpage.text"
msgid "Hatching"
@@ -4763,6 +4803,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr "~Delete..."
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Bitmap List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Bitmap List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_BITMAP.tabpage.text
msgid "Bitmap Patterns"
msgstr "Bitmap Patterns"
@@ -4854,6 +4917,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr "~Delete..."
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Gradients List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Gradients List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_GRADIENT.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.tabpage.text"
msgid "Gradients"
@@ -4885,6 +4971,22 @@ msgstr "RGB"
msgid "CMYK"
msgstr "CMYK"
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_1.fixedtext.text
+msgid "~C"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_2.fixedtext.text
+msgid "~M"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_3.fixedtext.text
+msgid "~Y"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_4.fixedtext.text
+msgid "~K"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_COLOR.BTN_ADD.pushbutton.text
msgid "~Add"
msgstr "~Add"
@@ -4903,6 +5005,29 @@ msgstr "~Delete..."
msgid "~Modify"
msgstr "~Modify"
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Color List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Color List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_COLOR.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_COLOR.tabpage.text"
msgid "Colors"
diff --git a/translations/source/en-ZA/dbaccess/source/core/resource.po b/translations/source/en-ZA/dbaccess/source/core/resource.po
index 7f636abb85e..dc43f8cf911 100644
--- a/translations/source/en-ZA/dbaccess/source/core/resource.po
+++ b/translations/source/en-ZA/dbaccess/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-19 19:00+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dbaccess/source/ext/adabas.po b/translations/source/en-ZA/dbaccess/source/ext/adabas.po
index 72ff6bb8ed2..99aa907d530 100644
--- a/translations/source/en-ZA/dbaccess/source/ext/adabas.po
+++ b/translations/source/en-ZA/dbaccess/source/ext/adabas.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:52+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dbaccess/source/ext/macromigration.po b/translations/source/en-ZA/dbaccess/source/ext/macromigration.po
index 7bf7d1c225a..617e7320b7d 100644
--- a/translations/source/en-ZA/dbaccess/source/ext/macromigration.po
+++ b/translations/source/en-ZA/dbaccess/source/ext/macromigration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-19 19:00+0200\n"
-"Last-Translator: dwayne <dwayne@translate.org.za>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 13:03+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -190,7 +190,8 @@ msgid "Warnings"
msgstr "Warnings"
#: macromigration.src#STR_EXCEPTION.string.text
-msgid "caught exception: "
+#, fuzzy
+msgid "caught exception:"
msgstr "caught exception: "
#: macromigration.src#ERR_INVALID_BACKUP_LOCATION.errorbox.text
diff --git a/translations/source/en-ZA/dbaccess/source/sdbtools/resource.po b/translations/source/en-ZA/dbaccess/source/sdbtools/resource.po
index ccd07412c40..f8dd8781a85 100644
--- a/translations/source/en-ZA/dbaccess/source/sdbtools/resource.po
+++ b/translations/source/en-ZA/dbaccess/source/sdbtools/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 21:52+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dbaccess/source/ui/app.po b/translations/source/en-ZA/dbaccess/source/ui/app.po
index 69922b2a0ed..b80b3ccb858 100644
--- a/translations/source/en-ZA/dbaccess/source/ui/app.po
+++ b/translations/source/en-ZA/dbaccess/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:52+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dbaccess/source/ui/browser.po b/translations/source/en-ZA/dbaccess/source/ui/browser.po
index 11966ae0a60..36fab75069c 100644
--- a/translations/source/en-ZA/dbaccess/source/ui/browser.po
+++ b/translations/source/en-ZA/dbaccess/source/ui/browser.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:52+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dbaccess/source/ui/control.po b/translations/source/en-ZA/dbaccess/source/ui/control.po
index 80303133a60..defa602fb30 100644
--- a/translations/source/en-ZA/dbaccess/source/ui/control.po
+++ b/translations/source/en-ZA/dbaccess/source/ui/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 21:52+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dbaccess/source/ui/dlg.po b/translations/source/en-ZA/dbaccess/source/ui/dlg.po
index 2196ee7569c..f65fffe563d 100644
--- a/translations/source/en-ZA/dbaccess/source/ui/dlg.po
+++ b/translations/source/en-ZA/dbaccess/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-19 19:00+0200\n"
-"Last-Translator: dwayne <dwayne@translate.org.za>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 13:03+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -1590,8 +1590,9 @@ msgid "~Base DN"
msgstr "~Base DN"
#: dbadmin.src#PAGE_LDAP.CB_USESSL.checkbox.text
-msgid "Use secure connection(SSL)"
-msgstr "Use secure connection(SSL)"
+#, fuzzy
+msgid "Use secure connection (SSL)"
+msgstr "Use ~secure connection (SSL)"
#: dbadmin.src#PAGE_LDAP.FT_PORTNUMBER.fixedtext.text
msgctxt "dbadmin.src#PAGE_LDAP.FT_PORTNUMBER.fixedtext.text"
diff --git a/translations/source/en-ZA/dbaccess/source/ui/inc.po b/translations/source/en-ZA/dbaccess/source/ui/inc.po
index 6efaeb0544f..c7c5d4ebcaf 100644
--- a/translations/source/en-ZA/dbaccess/source/ui/inc.po
+++ b/translations/source/en-ZA/dbaccess/source/ui/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:52+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dbaccess/source/ui/misc.po b/translations/source/en-ZA/dbaccess/source/ui/misc.po
index c1de25ee732..6d522c5ee31 100644
--- a/translations/source/en-ZA/dbaccess/source/ui/misc.po
+++ b/translations/source/en-ZA/dbaccess/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-19 19:00+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dbaccess/source/ui/querydesign.po b/translations/source/en-ZA/dbaccess/source/ui/querydesign.po
index b77bcd0b4e7..a61a5c03c82 100644
--- a/translations/source/en-ZA/dbaccess/source/ui/querydesign.po
+++ b/translations/source/en-ZA/dbaccess/source/ui/querydesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:52+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dbaccess/source/ui/relationdesign.po b/translations/source/en-ZA/dbaccess/source/ui/relationdesign.po
index 9238478f292..5a8edaa6787 100644
--- a/translations/source/en-ZA/dbaccess/source/ui/relationdesign.po
+++ b/translations/source/en-ZA/dbaccess/source/ui/relationdesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:52+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -49,8 +49,6 @@ msgstr "When you delete this table all corresponding relations will be deleted a
#: relation.src#STR_QUERY_REL_COULD_NOT_CREATE.string.text
msgid ""
-"The database could not create the relation. May be foreign keys for this kind of table aren't supported.\n"
+"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
"Please check your documentation of the database."
msgstr ""
-"The database could not create the relation. May be foreign keys for this kind of table aren't supported.\n"
-"Please check your documentation of the database."
diff --git a/translations/source/en-ZA/dbaccess/source/ui/tabledesign.po b/translations/source/en-ZA/dbaccess/source/ui/tabledesign.po
index 4991e7caa1d..8cc445b3e67 100644
--- a/translations/source/en-ZA/dbaccess/source/ui/tabledesign.po
+++ b/translations/source/en-ZA/dbaccess/source/ui/tabledesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:52+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dbaccess/source/ui/uno.po b/translations/source/en-ZA/dbaccess/source/ui/uno.po
index 3218aff7c72..92e7dbbcb69 100644
--- a/translations/source/en-ZA/dbaccess/source/ui/uno.po
+++ b/translations/source/en-ZA/dbaccess/source/ui/uno.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:52+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/desktop/source/app.po b/translations/source/en-ZA/desktop/source/app.po
index b511311902b..124706d12f9 100644
--- a/translations/source/en-ZA/desktop/source/app.po
+++ b/translations/source/en-ZA/desktop/source/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:52+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -134,6 +134,10 @@ msgctxt "desktop.src#STR_TITLE_USERDATALOCKED.string.text"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
+#: desktop.src#DLG_CMDLINEHELP.modaldialog.text
+msgid "Help Message..."
+msgstr ""
+
#: desktop.src#EBX_ERR_PRINTDISABLED.errorbox.text
msgid "Printing is disabled. No documents can be printed."
msgstr "Printing is disabled. No documents can be printed."
diff --git a/translations/source/en-ZA/desktop/source/deployment/gui.po b/translations/source/en-ZA/desktop/source/deployment/gui.po
index 6bad7c23052..d7c81c3ea2c 100644
--- a/translations/source/en-ZA/desktop/source/deployment/gui.po
+++ b/translations/source/en-ZA/desktop/source/deployment/gui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-19 20:06+0200\n"
-"Last-Translator: dwayne <dwayne@translate.org.za>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2011-12-15 13:03+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -395,13 +395,29 @@ msgstr ""
"Click \\'OK\\' to replace the installed extension.\n"
"Click \\'Cancel\\' to stop the installation."
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_FT_TYPE_EXTENSIONS.fixedtext.text
+msgid "Type of Extension"
+msgstr ""
+
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_CBX_BUNDLED.checkbox.text
+msgid "~Installation"
+msgstr ""
+
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_CBX_SHARED.checkbox.text
+msgid "~Shared"
+msgstr ""
+
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_CBX_USER.checkbox.text
+msgid "~User"
+msgstr "~User"
+
#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_ADD.pushbutton.text
msgid "~Add..."
msgstr "~Add..."
#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_CHECK_UPDATES.pushbutton.text
-msgctxt "dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_CHECK_UPDATES.pushbutton.text"
-msgid "Check for ~Updates..."
+#, fuzzy
+msgid "~Check for Updates..."
msgstr "Check for ~Updates..."
#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_FT_GET_EXTENSIONS.fixedtext.text
@@ -432,7 +448,7 @@ msgid "Adding %EXTENSION_NAME"
msgstr "Adding %EXTENSION_NAME"
#: dp_gui_dialog2.src#RID_DLG_UPDATE_REQUIRED.RID_EM_BTN_CHECK_UPDATES.pushbutton.text
-msgctxt "dp_gui_dialog2.src#RID_DLG_UPDATE_REQUIRED.RID_EM_BTN_CHECK_UPDATES.pushbutton.text"
+#, fuzzy
msgid "Check for ~Updates..."
msgstr "Check for ~Updates..."
diff --git a/translations/source/en-ZA/desktop/source/deployment/manager.po b/translations/source/en-ZA/desktop/source/deployment/manager.po
index 1e1a3a07474..8f038c9e712 100644
--- a/translations/source/en-ZA/desktop/source/deployment/manager.po
+++ b/translations/source/en-ZA/desktop/source/deployment/manager.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:52+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/desktop/source/deployment/misc.po b/translations/source/en-ZA/desktop/source/deployment/misc.po
index 1c03917502a..ccf53c8d1c4 100644
--- a/translations/source/en-ZA/desktop/source/deployment/misc.po
+++ b/translations/source/en-ZA/desktop/source/deployment/misc.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+desktop%2Fsource%2Fdeployment%2Fmisc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 02:16+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: dp_misc.src#RID_DEPLOYMENT_DEPENDENCIES_UNKNOWN.string.text
diff --git a/translations/source/en-ZA/desktop/source/deployment/registry.po b/translations/source/en-ZA/desktop/source/deployment/registry.po
index c2d637733b4..d93bdd09a9f 100644
--- a/translations/source/en-ZA/desktop/source/deployment/registry.po
+++ b/translations/source/en-ZA/desktop/source/deployment/registry.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:52+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/desktop/source/deployment/registry/component.po b/translations/source/en-ZA/desktop/source/deployment/registry/component.po
index db3f51b8cdf..36048b2eedb 100644
--- a/translations/source/en-ZA/desktop/source/deployment/registry/component.po
+++ b/translations/source/en-ZA/desktop/source/deployment/registry/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:13+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/desktop/source/deployment/registry/configuration.po b/translations/source/en-ZA/desktop/source/deployment/registry/configuration.po
index 3248e6e7cf2..b42476a0e67 100644
--- a/translations/source/en-ZA/desktop/source/deployment/registry/configuration.po
+++ b/translations/source/en-ZA/desktop/source/deployment/registry/configuration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:53+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/desktop/source/deployment/registry/help.po b/translations/source/en-ZA/desktop/source/deployment/registry/help.po
index bbfe342f2b3..392eadc06b6 100644
--- a/translations/source/en-ZA/desktop/source/deployment/registry/help.po
+++ b/translations/source/en-ZA/desktop/source/deployment/registry/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:53+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/desktop/source/deployment/registry/package.po b/translations/source/en-ZA/desktop/source/deployment/registry/package.po
index 64edf1be55b..7e0d1b14b81 100644
--- a/translations/source/en-ZA/desktop/source/deployment/registry/package.po
+++ b/translations/source/en-ZA/desktop/source/deployment/registry/package.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:53+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/desktop/source/deployment/registry/script.po b/translations/source/en-ZA/desktop/source/deployment/registry/script.po
index f92c3184edf..1e6ad8b2be9 100644
--- a/translations/source/en-ZA/desktop/source/deployment/registry/script.po
+++ b/translations/source/en-ZA/desktop/source/deployment/registry/script.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:53+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/desktop/source/deployment/registry/sfwk.po b/translations/source/en-ZA/desktop/source/deployment/registry/sfwk.po
index 3220bb1bb3c..8a9b6a1aa7c 100644
--- a/translations/source/en-ZA/desktop/source/deployment/registry/sfwk.po
+++ b/translations/source/en-ZA/desktop/source/deployment/registry/sfwk.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:53+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/desktop/source/deployment/unopkg.po b/translations/source/en-ZA/desktop/source/deployment/unopkg.po
index 827b5b6d062..0318c1cca58 100644
--- a/translations/source/en-ZA/desktop/source/deployment/unopkg.po
+++ b/translations/source/en-ZA/desktop/source/deployment/unopkg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:53+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/af_ZA.po b/translations/source/en-ZA/dictionaries/af_ZA.po
index bb3810d5fb3..a12fc423b31 100644
--- a/translations/source/en-ZA/dictionaries/af_ZA.po
+++ b/translations/source/en-ZA/dictionaries/af_ZA.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/an_ES.po b/translations/source/en-ZA/dictionaries/an_ES.po
new file mode 100644
index 00000000000..ef7ca3adba4
--- /dev/null
+++ b/translations/source/en-ZA/dictionaries/an_ES.po
@@ -0,0 +1,19 @@
+#. extracted from dictionaries/an_ES.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%2Fan_ES.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Aragonese spelling dictionary"
+msgstr ""
diff --git a/translations/source/en-ZA/dictionaries/ar.po b/translations/source/en-ZA/dictionaries/ar.po
index dd7fd84f2ed..c92f6bed087 100644
--- a/translations/source/en-ZA/dictionaries/ar.po
+++ b/translations/source/en-ZA/dictionaries/ar.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/be_BY.po b/translations/source/en-ZA/dictionaries/be_BY.po
index b09747fd334..046f754fc5e 100644
--- a/translations/source/en-ZA/dictionaries/be_BY.po
+++ b/translations/source/en-ZA/dictionaries/be_BY.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:42+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: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/bg_BG.po b/translations/source/en-ZA/dictionaries/bg_BG.po
index d6d447af925..78ba120bace 100644
--- a/translations/source/en-ZA/dictionaries/bg_BG.po
+++ b/translations/source/en-ZA/dictionaries/bg_BG.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/bn_BD.po b/translations/source/en-ZA/dictionaries/bn_BD.po
index 517c7fb28a7..9168ffc9eb4 100644
--- a/translations/source/en-ZA/dictionaries/bn_BD.po
+++ b/translations/source/en-ZA/dictionaries/bn_BD.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/br_FR.po b/translations/source/en-ZA/dictionaries/br_FR.po
index c6f775552cc..e7ddbd8e05e 100644
--- a/translations/source/en-ZA/dictionaries/br_FR.po
+++ b/translations/source/en-ZA/dictionaries/br_FR.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/ca.po b/translations/source/en-ZA/dictionaries/ca.po
index dff6aaa49a1..998c8a23cff 100644
--- a/translations/source/en-ZA/dictionaries/ca.po
+++ b/translations/source/en-ZA/dictionaries/ca.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/cs_CZ.po b/translations/source/en-ZA/dictionaries/cs_CZ.po
index e4bb80d2f5e..85861a3c18d 100644
--- a/translations/source/en-ZA/dictionaries/cs_CZ.po
+++ b/translations/source/en-ZA/dictionaries/cs_CZ.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/da_DK.po b/translations/source/en-ZA/dictionaries/da_DK.po
index 42bd0e58f43..c4c9f716f78 100644
--- a/translations/source/en-ZA/dictionaries/da_DK.po
+++ b/translations/source/en-ZA/dictionaries/da_DK.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/de.po b/translations/source/en-ZA/dictionaries/de.po
index 4c55aee99c4..188db3ffd56 100644
--- a/translations/source/en-ZA/dictionaries/de.po
+++ b/translations/source/en-ZA/dictionaries/de.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/el_GR.po b/translations/source/en-ZA/dictionaries/el_GR.po
index 13bba41cc26..f622a2610b2 100644
--- a/translations/source/en-ZA/dictionaries/el_GR.po
+++ b/translations/source/en-ZA/dictionaries/el_GR.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:42+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: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/en.po b/translations/source/en-ZA/dictionaries/en.po
index ba00bc3fbc6..b91de8151d8 100644
--- a/translations/source/en-ZA/dictionaries/en.po
+++ b/translations/source/en-ZA/dictionaries/en.po
@@ -3,17 +3,17 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
-msgid "English (Australia, Canada, South Africa, UK, USA) spelling dictionaries, hyphenation rules, and thesaurus"
+msgid "English spelling dictionaries, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/translations/source/en-ZA/dictionaries/en/dialog.po b/translations/source/en-ZA/dictionaries/en/dialog.po
new file mode 100644
index 00000000000..585da94ac55
--- /dev/null
+++ b/translations/source/en-ZA/dictionaries/en/dialog.po
@@ -0,0 +1,171 @@
+#. extracted from dictionaries/en/dialog.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%2Fen%2Fdialog.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "Dictionaries"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.en.Label.value.text
+msgid "English sentence checking"
+msgstr ""
+
+#: en_en_US.properties#spelling.property.text
+msgid "Grammar checking"
+msgstr ""
+
+#: en_en_US.properties#hlp_grammar.property.text
+msgid "Check more grammar errors."
+msgstr ""
+
+#: en_en_US.properties#grammar.property.text
+msgid "Possible mistakes"
+msgstr ""
+
+#: en_en_US.properties#hlp_cap.property.text
+msgid "Check missing capitalization of sentences."
+msgstr ""
+
+#: en_en_US.properties#cap.property.text
+msgid "Capitalization"
+msgstr ""
+
+#: en_en_US.properties#hlp_dup.property.text
+msgid "Check repeated words."
+msgstr ""
+
+#: en_en_US.properties#dup.property.text
+msgid "Word duplication"
+msgstr ""
+
+#: en_en_US.properties#hlp_pair.property.text
+msgid "Check missing or extra parentheses and quotation marks."
+msgstr ""
+
+#: en_en_US.properties#pair.property.text
+msgid "Parentheses"
+msgstr ""
+
+#: en_en_US.properties#punctuation.property.text
+msgid "Punctuation"
+msgstr ""
+
+#: en_en_US.properties#hlp_spaces.property.text
+msgid "Check single spaces between words."
+msgstr ""
+
+#: en_en_US.properties#spaces.property.text
+msgid "Word spacing"
+msgstr ""
+
+#: en_en_US.properties#hlp_mdash.property.text
+msgid "Force unspaced em dash instead of spaced en dash."
+msgstr ""
+
+#: en_en_US.properties#mdash.property.text
+msgid "Em dash"
+msgstr ""
+
+#: en_en_US.properties#hlp_ndash.property.text
+msgid "Force spaced en dash instead of unspaced em dash."
+msgstr ""
+
+#: en_en_US.properties#ndash.property.text
+msgid "En dash"
+msgstr ""
+
+#: en_en_US.properties#hlp_quotation.property.text
+msgid "Check double quotation marks: \"x\" → “x”"
+msgstr ""
+
+#: en_en_US.properties#quotation.property.text
+msgid "Quotation marks"
+msgstr ""
+
+#: en_en_US.properties#hlp_times.property.text
+msgid "Check true multiplication sign: 5x5 → 5×5"
+msgstr ""
+
+#: en_en_US.properties#times.property.text
+msgid "Multiplication sign"
+msgstr ""
+
+#: en_en_US.properties#hlp_spaces2.property.text
+msgid "Check single spaces between sentences."
+msgstr ""
+
+#: en_en_US.properties#spaces2.property.text
+msgid "Sentence spacing"
+msgstr ""
+
+#: en_en_US.properties#hlp_spaces3.property.text
+msgid "Check more than two extra space characters between words and sentences."
+msgstr ""
+
+#: en_en_US.properties#spaces3.property.text
+msgid "More spaces"
+msgstr ""
+
+#: en_en_US.properties#hlp_minus.property.text
+msgid "Change hyphen characters to real minus signs."
+msgstr ""
+
+#: en_en_US.properties#minus.property.text
+msgid "Minus sign"
+msgstr ""
+
+#: en_en_US.properties#hlp_apostrophe.property.text
+msgid "Change typewriter apostrophe, single quotation marks and correct double primes."
+msgstr ""
+
+#: en_en_US.properties#apostrophe.property.text
+msgid "Apostrophe"
+msgstr ""
+
+#: en_en_US.properties#hlp_ellipsis.property.text
+msgid "Change three dots with ellipsis."
+msgstr ""
+
+#: en_en_US.properties#ellipsis.property.text
+msgid "Ellipsis"
+msgstr ""
+
+#: en_en_US.properties#others.property.text
+msgid "Others"
+msgstr "Others"
+
+#: en_en_US.properties#hlp_metric.property.text
+msgid "Measurement conversion from °F, mph, ft, in, lb, gal and miles."
+msgstr ""
+
+#: en_en_US.properties#metric.property.text
+msgid "Convert to metric (°C, km/h, m, kg, l)"
+msgstr ""
+
+#: en_en_US.properties#hlp_numsep.property.text
+msgid "Common (1000000 → 1,000,000) or ISO (1000000 → 1 000 000)."
+msgstr ""
+
+#: en_en_US.properties#numsep.property.text
+msgid "Thousand separation of large numbers"
+msgstr ""
+
+#: en_en_US.properties#hlp_nonmetric.property.text
+msgid "Measurement conversion from °C; km/h; cm, m, km; kg; l."
+msgstr ""
+
+#: en_en_US.properties#nonmetric.property.text
+msgid "Convert to non-metric (°F, mph, ft, lb, gal)"
+msgstr ""
diff --git a/translations/source/en-ZA/dictionaries/es_ES.po b/translations/source/en-ZA/dictionaries/es_ES.po
index 6b3e2bed297..f5cb93c064d 100644
--- a/translations/source/en-ZA/dictionaries/es_ES.po
+++ b/translations/source/en-ZA/dictionaries/es_ES.po
@@ -3,17 +3,17 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Spanish spelling dictionary"
-msgstr ""
+msgstr "Spanish spelling dictionary"
diff --git a/translations/source/en-ZA/dictionaries/et_EE.po b/translations/source/en-ZA/dictionaries/et_EE.po
index c7966f0db2f..2d7fe05ed89 100644
--- a/translations/source/en-ZA/dictionaries/et_EE.po
+++ b/translations/source/en-ZA/dictionaries/et_EE.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/fr_FR.po b/translations/source/en-ZA/dictionaries/fr_FR.po
index 2a25f3761cf..822fa4d4bef 100644
--- a/translations/source/en-ZA/dictionaries/fr_FR.po
+++ b/translations/source/en-ZA/dictionaries/fr_FR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/gd_GB.po b/translations/source/en-ZA/dictionaries/gd_GB.po
index aed29d5d63a..72e60f580d9 100644
--- a/translations/source/en-ZA/dictionaries/gd_GB.po
+++ b/translations/source/en-ZA/dictionaries/gd_GB.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:42+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: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/gl.po b/translations/source/en-ZA/dictionaries/gl.po
index 7c458af9103..843415281de 100644
--- a/translations/source/en-ZA/dictionaries/gl.po
+++ b/translations/source/en-ZA/dictionaries/gl.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/gu_IN.po b/translations/source/en-ZA/dictionaries/gu_IN.po
index 89bc3c716f4..73d7c267cea 100644
--- a/translations/source/en-ZA/dictionaries/gu_IN.po
+++ b/translations/source/en-ZA/dictionaries/gu_IN.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/he_IL.po b/translations/source/en-ZA/dictionaries/he_IL.po
index 1e056a96168..2796bc780d1 100644
--- a/translations/source/en-ZA/dictionaries/he_IL.po
+++ b/translations/source/en-ZA/dictionaries/he_IL.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/hi_IN.po b/translations/source/en-ZA/dictionaries/hi_IN.po
index c25427680d9..c17924231ed 100644
--- a/translations/source/en-ZA/dictionaries/hi_IN.po
+++ b/translations/source/en-ZA/dictionaries/hi_IN.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/hr_HR.po b/translations/source/en-ZA/dictionaries/hr_HR.po
index d7223fdc7e2..748ff7cb8bb 100644
--- a/translations/source/en-ZA/dictionaries/hr_HR.po
+++ b/translations/source/en-ZA/dictionaries/hr_HR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/hu_HU.po b/translations/source/en-ZA/dictionaries/hu_HU.po
index 0e918990730..29ed01c97de 100644
--- a/translations/source/en-ZA/dictionaries/hu_HU.po
+++ b/translations/source/en-ZA/dictionaries/hu_HU.po
@@ -3,17 +3,17 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
-msgid "Hungarian spelling dictionary, hyphenation rules, and thesaurus"
+msgid "Hungarian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/translations/source/en-ZA/dictionaries/hu_HU/dialog.po b/translations/source/en-ZA/dictionaries/hu_HU/dialog.po
new file mode 100644
index 00000000000..f9d2167fef4
--- /dev/null
+++ b/translations/source/en-ZA/dictionaries/hu_HU/dialog.po
@@ -0,0 +1,153 @@
+#. extracted from dictionaries/hu_HU/dialog.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%2Fhu_HU%2Fdialog.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "Dictionaries"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.hu_HU.Label.value.text
+msgid "Hungarian sentence checking"
+msgstr ""
+
+#: hu_HU_en_US.properties#spelling.property.text
+msgid "Spelling"
+msgstr "Spelling"
+
+#: hu_HU_en_US.properties#cap.property.text
+msgid "Capitalization"
+msgstr ""
+
+#: hu_HU_en_US.properties#par.property.text
+msgid "Parentheses"
+msgstr ""
+
+#: hu_HU_en_US.properties#wordpart.property.text
+msgid "Word parts of compounds"
+msgstr ""
+
+#: hu_HU_en_US.properties#comma.property.text
+msgid "Comma usage"
+msgstr ""
+
+#: hu_HU_en_US.properties#proofreading.property.text
+msgid "Proofreading"
+msgstr ""
+
+#: hu_HU_en_US.properties#style.property.text
+msgid "Style checking"
+msgstr ""
+
+#: hu_HU_en_US.properties#compound.property.text
+msgid "Underline typo-like compound words"
+msgstr ""
+
+#: hu_HU_en_US.properties#allcompound.property.text
+msgid "Underline all generated compound words"
+msgstr ""
+
+#: hu_HU_en_US.properties#grammar.property.text
+msgid "Possible mistakes"
+msgstr ""
+
+#: hu_HU_en_US.properties#money.property.text
+msgid "Consistency of money amounts"
+msgstr ""
+
+#: hu_HU_en_US.properties#duplication.property.text
+msgctxt "hu_HU_en_US.properties#duplication.property.text"
+msgid "Word duplication"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup0.property.text
+msgctxt "hu_HU_en_US.properties#dup0.property.text"
+msgid "Word duplication"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup.property.text
+msgid "Duplication within clauses"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup2.property.text
+msgid "Duplication within sentences"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup3.property.text
+msgid "Allow previous checkings with affixes"
+msgstr ""
+
+#: hu_HU_en_US.properties#numpart.property.text
+msgid "Thousand separation of numbers"
+msgstr ""
+
+#: hu_HU_en_US.properties#typography.property.text
+msgid "Typography"
+msgstr ""
+
+#: hu_HU_en_US.properties#quot.property.text
+msgid "Quotation marks"
+msgstr ""
+
+#: hu_HU_en_US.properties#apost.property.text
+msgid "Apostrophe"
+msgstr ""
+
+#: hu_HU_en_US.properties#dash.property.text
+msgid "En dash"
+msgstr ""
+
+#: hu_HU_en_US.properties#elli.property.text
+msgid "Ellipsis"
+msgstr ""
+
+#: hu_HU_en_US.properties#ligature.property.text
+msgid "Ligature suggestion"
+msgstr ""
+
+#: hu_HU_en_US.properties#noligature.property.text
+msgid "Underline ligatures"
+msgstr ""
+
+#: hu_HU_en_US.properties#frac.property.text
+msgid "Fractions"
+msgstr "Fractions"
+
+#: hu_HU_en_US.properties#thin.property.text
+msgid "Thin space"
+msgstr ""
+
+#: hu_HU_en_US.properties#spaces.property.text
+msgid "Double spaces"
+msgstr ""
+
+#: hu_HU_en_US.properties#spaces2.property.text
+msgid "More spaces"
+msgstr ""
+
+#: hu_HU_en_US.properties#idx.property.text
+msgid "Indices"
+msgstr ""
+
+#: hu_HU_en_US.properties#minus.property.text
+msgid "Minus"
+msgstr ""
+
+#: hu_HU_en_US.properties#SI.property.text
+msgid "Measurements"
+msgstr ""
+
+#: hu_HU_en_US.properties#hyphen.property.text
+msgid "Hyphenation of ambiguous words"
+msgstr ""
diff --git a/translations/source/en-ZA/dictionaries/it_IT.po b/translations/source/en-ZA/dictionaries/it_IT.po
index 44a298d1e08..1b34d3b5c86 100644
--- a/translations/source/en-ZA/dictionaries/it_IT.po
+++ b/translations/source/en-ZA/dictionaries/it_IT.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/ku_TR.po b/translations/source/en-ZA/dictionaries/ku_TR.po
index 815a11a2d1b..c9081b722ee 100644
--- a/translations/source/en-ZA/dictionaries/ku_TR.po
+++ b/translations/source/en-ZA/dictionaries/ku_TR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/lt_LT.po b/translations/source/en-ZA/dictionaries/lt_LT.po
index daabb45954d..e82f805f4d7 100644
--- a/translations/source/en-ZA/dictionaries/lt_LT.po
+++ b/translations/source/en-ZA/dictionaries/lt_LT.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/lv_LV.po b/translations/source/en-ZA/dictionaries/lv_LV.po
index aca11f827fa..a6ce270142d 100644
--- a/translations/source/en-ZA/dictionaries/lv_LV.po
+++ b/translations/source/en-ZA/dictionaries/lv_LV.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/ne_NP.po b/translations/source/en-ZA/dictionaries/ne_NP.po
index 98dff670647..d34a1a0085d 100644
--- a/translations/source/en-ZA/dictionaries/ne_NP.po
+++ b/translations/source/en-ZA/dictionaries/ne_NP.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/nl_NL.po b/translations/source/en-ZA/dictionaries/nl_NL.po
index 33b05cb6f89..7d03d6f8ff1 100644
--- a/translations/source/en-ZA/dictionaries/nl_NL.po
+++ b/translations/source/en-ZA/dictionaries/nl_NL.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/no.po b/translations/source/en-ZA/dictionaries/no.po
index 768af6614d2..5e25e84926c 100644
--- a/translations/source/en-ZA/dictionaries/no.po
+++ b/translations/source/en-ZA/dictionaries/no.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/oc_FR.po b/translations/source/en-ZA/dictionaries/oc_FR.po
index 30b10e1779d..89a49171dbf 100644
--- a/translations/source/en-ZA/dictionaries/oc_FR.po
+++ b/translations/source/en-ZA/dictionaries/oc_FR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/pl_PL.po b/translations/source/en-ZA/dictionaries/pl_PL.po
index e9bf3296a77..d5301c93f2a 100644
--- a/translations/source/en-ZA/dictionaries/pl_PL.po
+++ b/translations/source/en-ZA/dictionaries/pl_PL.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/pt_BR.po b/translations/source/en-ZA/dictionaries/pt_BR.po
index 78c42c7c10e..eafc72109af 100644
--- a/translations/source/en-ZA/dictionaries/pt_BR.po
+++ b/translations/source/en-ZA/dictionaries/pt_BR.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/pt_PT.po b/translations/source/en-ZA/dictionaries/pt_PT.po
index fe586641cdd..ae678aaf55a 100644
--- a/translations/source/en-ZA/dictionaries/pt_PT.po
+++ b/translations/source/en-ZA/dictionaries/pt_PT.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/ro.po b/translations/source/en-ZA/dictionaries/ro.po
index a249f6e3463..8020263b809 100644
--- a/translations/source/en-ZA/dictionaries/ro.po
+++ b/translations/source/en-ZA/dictionaries/ro.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/ru_RU.po b/translations/source/en-ZA/dictionaries/ru_RU.po
index 47acc1aa099..3227a0b53cc 100644
--- a/translations/source/en-ZA/dictionaries/ru_RU.po
+++ b/translations/source/en-ZA/dictionaries/ru_RU.po
@@ -3,17 +3,17 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
-msgid "Russian spelling dictionary, hyphenation rules, and thesaurus"
+msgid "Russian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/translations/source/en-ZA/dictionaries/ru_RU/dialog.po b/translations/source/en-ZA/dictionaries/ru_RU/dialog.po
new file mode 100644
index 00000000000..972540d0d70
--- /dev/null
+++ b/translations/source/en-ZA/dictionaries/ru_RU/dialog.po
@@ -0,0 +1,83 @@
+#. extracted from dictionaries/ru_RU/dialog.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%2Fru_RU%2Fdialog.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "Dictionaries"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.ru_RU.Label.value.text
+msgid "Grammar checking (Russian)"
+msgstr ""
+
+#: ru_RU_en_US.properties#abbreviation.property.text
+msgid "Abbreviation"
+msgstr ""
+
+#: ru_RU_en_US.properties#grammar.property.text
+msgid "Grammar"
+msgstr "Grammar"
+
+#: ru_RU_en_US.properties#hyphen.property.text
+msgid "Compound words with hyphen"
+msgstr ""
+
+#: ru_RU_en_US.properties#comma.property.text
+msgid "Comma usage"
+msgstr ""
+
+#: ru_RU_en_US.properties#common.property.text
+msgid "General error"
+msgstr ""
+
+#: ru_RU_en_US.properties#multiword.property.text
+msgid "Multiword expressions"
+msgstr ""
+
+#: ru_RU_en_US.properties#together.property.text
+msgid "Together/separately"
+msgstr ""
+
+#: ru_RU_en_US.properties#proofreading.property.text
+msgid "Proofreading"
+msgstr ""
+
+#: ru_RU_en_US.properties#space.property.text
+msgid "Space mistake"
+msgstr ""
+
+#: ru_RU_en_US.properties#typographica.property.text
+msgid "Typographica"
+msgstr ""
+
+#: ru_RU_en_US.properties#dup.property.text
+msgid "Word duplication within clauses"
+msgstr ""
+
+#: ru_RU_en_US.properties#dup2.property.text
+msgid "Word duplication within sentences"
+msgstr ""
+
+#: ru_RU_en_US.properties#others.property.text
+msgid "Others"
+msgstr "Others"
+
+#: ru_RU_en_US.properties#numsep.property.text
+msgid "Separation of large numbers (ISO)"
+msgstr ""
+
+#: ru_RU_en_US.properties#quotation.property.text
+msgid "Quotation"
+msgstr "Quotation"
diff --git a/translations/source/en-ZA/dictionaries/si_LK.po b/translations/source/en-ZA/dictionaries/si_LK.po
new file mode 100644
index 00000000000..d9df648c210
--- /dev/null
+++ b/translations/source/en-ZA/dictionaries/si_LK.po
@@ -0,0 +1,19 @@
+#. extracted from dictionaries/si_LK.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%2Fsi_LK.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Sinhala spelling dictionary"
+msgstr ""
diff --git a/translations/source/en-ZA/dictionaries/sk_SK.po b/translations/source/en-ZA/dictionaries/sk_SK.po
index e2dfa836785..59e1d0c2450 100644
--- a/translations/source/en-ZA/dictionaries/sk_SK.po
+++ b/translations/source/en-ZA/dictionaries/sk_SK.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/sl_SI.po b/translations/source/en-ZA/dictionaries/sl_SI.po
index 5f545b34d63..a607e527789 100644
--- a/translations/source/en-ZA/dictionaries/sl_SI.po
+++ b/translations/source/en-ZA/dictionaries/sl_SI.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/sr.po b/translations/source/en-ZA/dictionaries/sr.po
index 01557cb12aa..44c81dff37d 100644
--- a/translations/source/en-ZA/dictionaries/sr.po
+++ b/translations/source/en-ZA/dictionaries/sr.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/sv_SE.po b/translations/source/en-ZA/dictionaries/sv_SE.po
index 7cca44d45de..432debb4bdb 100644
--- a/translations/source/en-ZA/dictionaries/sv_SE.po
+++ b/translations/source/en-ZA/dictionaries/sv_SE.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/sw_TZ.po b/translations/source/en-ZA/dictionaries/sw_TZ.po
index 455d4d7ba54..b6174db5eb8 100644
--- a/translations/source/en-ZA/dictionaries/sw_TZ.po
+++ b/translations/source/en-ZA/dictionaries/sw_TZ.po
@@ -3,17 +3,17 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Swahili spelling dictionary"
-msgstr ""
+msgstr "Swahili spelling dictionary"
diff --git a/translations/source/en-ZA/dictionaries/te_IN.po b/translations/source/en-ZA/dictionaries/te_IN.po
index 45d2e2f6e32..d12ba6446be 100644
--- a/translations/source/en-ZA/dictionaries/te_IN.po
+++ b/translations/source/en-ZA/dictionaries/te_IN.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:41+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: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/th_TH.po b/translations/source/en-ZA/dictionaries/th_TH.po
index 37c50cf2492..4626d21f8fb 100644
--- a/translations/source/en-ZA/dictionaries/th_TH.po
+++ b/translations/source/en-ZA/dictionaries/th_TH.po
@@ -3,17 +3,17 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Thai spelling dictionary"
-msgstr ""
+msgstr "Thai spelling dictionary"
diff --git a/translations/source/en-ZA/dictionaries/uk_UA.po b/translations/source/en-ZA/dictionaries/uk_UA.po
index 38f5ea45743..056823c34b3 100644
--- a/translations/source/en-ZA/dictionaries/uk_UA.po
+++ b/translations/source/en-ZA/dictionaries/uk_UA.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/vi.po b/translations/source/en-ZA/dictionaries/vi.po
index e1c287402a4..63b65f59b4e 100644
--- a/translations/source/en-ZA/dictionaries/vi.po
+++ b/translations/source/en-ZA/dictionaries/vi.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/dictionaries/zu_ZA.po b/translations/source/en-ZA/dictionaries/zu_ZA.po
index f6e5764a851..8ff8a2d363b 100644
--- a/translations/source/en-ZA/dictionaries/zu_ZA.po
+++ b/translations/source/en-ZA/dictionaries/zu_ZA.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/editeng/source/accessibility.po b/translations/source/en-ZA/editeng/source/accessibility.po
index 6028418ea55..6369341fa75 100644
--- a/translations/source/en-ZA/editeng/source/accessibility.po
+++ b/translations/source/en-ZA/editeng/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:53+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/editeng/source/editeng.po b/translations/source/en-ZA/editeng/source/editeng.po
index 997e2faf5e1..8604a80ccd1 100644
--- a/translations/source/en-ZA/editeng/source/editeng.po
+++ b/translations/source/en-ZA/editeng/source/editeng.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:53+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -49,7 +49,7 @@ msgstr "Apply Styles"
#: editeng.src#RID_EDITUNDO_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "~Change Case"
#: editeng.src#RID_MENU_SPELL.MN_SPELLING.menuitem.text
msgid "~Spellcheck..."
diff --git a/translations/source/en-ZA/editeng/source/items.po b/translations/source/en-ZA/editeng/source/items.po
index 991e39cbfb8..b0bcef4c4a8 100644
--- a/translations/source/en-ZA/editeng/source/items.po
+++ b/translations/source/en-ZA/editeng/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-19 20:41+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -520,6 +520,30 @@ msgstr "Insert"
msgid "Outset"
msgstr "Outside"
+#: svxitems.src#RID_SVXITEMS_METRIC_MM.string.text
+msgid "mm"
+msgstr "mm"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_CM.string.text
+msgid "cm"
+msgstr "cm"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_INCH.string.text
+msgid "inch"
+msgstr "inch"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_POINT.string.text
+msgid "pt"
+msgstr "pt"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_TWIP.string.text
+msgid "twip"
+msgstr "twip"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_PIXEL.string.text
+msgid "pixel"
+msgstr ""
+
#: svxitems.src#RID_SVXITEMS_SHADOWED_TRUE.string.text
msgid "Shadowed"
msgstr "Shadowed"
diff --git a/translations/source/en-ZA/editeng/source/misc.po b/translations/source/en-ZA/editeng/source/misc.po
index ec3f89332f6..35f7a33caf5 100644
--- a/translations/source/en-ZA/editeng/source/misc.po
+++ b/translations/source/en-ZA/editeng/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:53+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/editeng/source/outliner.po b/translations/source/en-ZA/editeng/source/outliner.po
index 6044d80ae80..c1d8fddefc5 100644
--- a/translations/source/en-ZA/editeng/source/outliner.po
+++ b/translations/source/en-ZA/editeng/source/outliner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 21:53+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/extensions/source/abpilot.po b/translations/source/en-ZA/extensions/source/abpilot.po
index 649d561dd30..7fd2f370613 100644
--- a/translations/source/en-ZA/extensions/source/abpilot.po
+++ b/translations/source/en-ZA/extensions/source/abpilot.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:53+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -71,8 +71,8 @@ msgid "Mozilla / Netscape"
msgstr "Mozilla / Netscape"
#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_THUNDERBIRD.radiobutton.text
-msgid "Thunderbird"
-msgstr "Thunderbird"
+msgid "Thunderbird/Icedove"
+msgstr ""
#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_KAB.radiobutton.text
msgid "KDE address book"
diff --git a/translations/source/en-ZA/extensions/source/bibliography.po b/translations/source/en-ZA/extensions/source/bibliography.po
index dd699ea36ab..741aec5ff43 100644
--- a/translations/source/en-ZA/extensions/source/bibliography.po
+++ b/translations/source/en-ZA/extensions/source/bibliography.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:53+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/extensions/source/dbpilots.po b/translations/source/en-ZA/extensions/source/dbpilots.po
index 684b515f1c1..1c8f2ca2fff 100644
--- a/translations/source/en-ZA/extensions/source/dbpilots.po
+++ b/translations/source/en-ZA/extensions/source/dbpilots.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-19 20:11+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/extensions/source/propctrlr.po b/translations/source/en-ZA/extensions/source/propctrlr.po
index 32586508cb3..b72279e03a6 100644
--- a/translations/source/en-ZA/extensions/source/propctrlr.po
+++ b/translations/source/en-ZA/extensions/source/propctrlr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-19 19:49+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/extensions/source/scanner.po b/translations/source/en-ZA/extensions/source/scanner.po
index a236f934941..8cecffc749e 100644
--- a/translations/source/en-ZA/extensions/source/scanner.po
+++ b/translations/source/en-ZA/extensions/source/scanner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:53+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -54,7 +54,7 @@ msgstr ""
#: sanedlg.src#RID_SANE_DIALOG.RID_SCAN_BTN.pushbutton.text
msgid "Scan"
-msgstr ""
+msgstr "Scan"
#: sanedlg.src#RID_SANE_DIALOG.RID_PREVIEW_BOX.fixedline.text
msgid "Preview"
diff --git a/translations/source/en-ZA/extensions/source/update/check.po b/translations/source/en-ZA/extensions/source/update/check.po
index 340befc7263..66d08c65db2 100644
--- a/translations/source/en-ZA/extensions/source/update/check.po
+++ b/translations/source/en-ZA/extensions/source/update/check.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:53+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/filter/source/config/fragments/filters.po b/translations/source/en-ZA/filter/source/config/fragments/filters.po
index 4370b4b70d7..e03b054825b 100644
--- a/translations/source/en-ZA/filter/source/config/fragments/filters.po
+++ b/translations/source/en-ZA/filter/source/config/fragments/filters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-19 20:41+0200\n"
-"Last-Translator: dwayne <dwayne@translate.org.za>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2011-12-15 13:04+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -60,7 +60,7 @@ msgstr "Text Encoded (%productname% Master Document)"
msgid "Microsoft Excel 2007 Binary"
msgstr "Microsoft Excel 2007 Binary"
-#: impress_OOXML_ui.xcu#Office_Open_XML_Presentation.UIName.value.text
+#: impress_OOXML_ui.xcu#Impress_Office_Open_XML.UIName.value.text
msgid "Office Open XML Presentation"
msgstr "Office Open XML Presentation"
@@ -290,7 +290,7 @@ msgstr "HTML Document"
msgid "ODF Presentation"
msgstr "ODF Presentation"
-#: impress_OOXML_Template_ui.xcu#Office_Open_XML_Presentation_Template.UIName.value.text
+#: impress_OOXML_Template_ui.xcu#Impress_Office_Open_XML_Template.UIName.value.text
msgid "Office Open XML Presentation Template"
msgstr "Office Open XML Presentation Template"
diff --git a/translations/source/en-ZA/filter/source/config/fragments/internalgraphicfilters.po b/translations/source/en-ZA/filter/source/config/fragments/internalgraphicfilters.po
index 25c70836c2a..ea048a759a0 100644
--- a/translations/source/en-ZA/filter/source/config/fragments/internalgraphicfilters.po
+++ b/translations/source/en-ZA/filter/source/config/fragments/internalgraphicfilters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-19 19:55+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/filter/source/config/fragments/types.po b/translations/source/en-ZA/filter/source/config/fragments/types.po
index 7291ff5c02f..84582d075f8 100644
--- a/translations/source/en-ZA/filter/source/config/fragments/types.po
+++ b/translations/source/en-ZA/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 02:17+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: StarBase.xcu#StarBase.UIName.value.text
@@ -100,7 +100,7 @@ msgstr "Writer 8 Template"
#: MS_Excel_2007_Binary.xcu#MS_Excel_2007_Binary.UIName.value.text
msgid "Microsoft Excel 2007 Binary"
-msgstr ""
+msgstr "Microsoft Excel 2007 Binary"
#: calc8.xcu#calc8.UIName.value.text
msgid "Calc 8"
diff --git a/translations/source/en-ZA/filter/source/flash.po b/translations/source/en-ZA/filter/source/flash.po
index 5a2ca2d35c7..6319c3c0984 100644
--- a/translations/source/en-ZA/filter/source/flash.po
+++ b/translations/source/en-ZA/filter/source/flash.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:53+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/filter/source/graphicfilter/eps.po b/translations/source/en-ZA/filter/source/graphicfilter/eps.po
index 7269a201d0c..c67acccac18 100644
--- a/translations/source/en-ZA/filter/source/graphicfilter/eps.po
+++ b/translations/source/en-ZA/filter/source/graphicfilter/eps.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:53+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/filter/source/pdf.po b/translations/source/en-ZA/filter/source/pdf.po
index 067e9cda475..4c5808b47bb 100644
--- a/translations/source/en-ZA/filter/source/pdf.po
+++ b/translations/source/en-ZA/filter/source/pdf.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-19 20:16+0200\n"
-"Last-Translator: dwayne <dwayne@translate.org.za>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-01-05 12:44+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -117,6 +117,11 @@ msgstr "~Export comments"
msgid "Export ~notes pages"
msgstr "Export ~notes pages"
+#: impdialog.src#CB_EXPORTHIDDENSLIDES.checkbox.text
+#, fuzzy
+msgid "Export ~hidden pages"
+msgstr "Export ~notes pages"
+
#: impdialog.src#CB_EXPORTEMPTYPAGES.checkbox.text
msgid "Exp~ort automatically inserted blank pages"
msgstr "Exp~ort automatically inserted blank pages"
diff --git a/translations/source/en-ZA/filter/source/t602.po b/translations/source/en-ZA/filter/source/t602.po
index e4c796bdad9..53cc70c6199 100644
--- a/translations/source/en-ZA/filter/source/t602.po
+++ b/translations/source/en-ZA/filter/source/t602.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:53+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/filter/source/xsltdialog.po b/translations/source/en-ZA/filter/source/xsltdialog.po
index 67f94e5452a..c82befafd26 100644
--- a/translations/source/en-ZA/filter/source/xsltdialog.po
+++ b/translations/source/en-ZA/filter/source/xsltdialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-19 19:21+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/forms/source/resource.po b/translations/source/en-ZA/forms/source/resource.po
index 08501793a51..624f53ab60d 100644
--- a/translations/source/en-ZA/forms/source/resource.po
+++ b/translations/source/en-ZA/forms/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:53+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/formula/source/core/resource.po b/translations/source/en-ZA/formula/source/core/resource.po
index e1e73a3dde7..443be4186d7 100644
--- a/translations/source/en-ZA/formula/source/core/resource.po
+++ b/translations/source/en-ZA/formula/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:53+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -143,6 +143,22 @@ msgstr "ATANH"
msgid "ACOTH"
msgstr "ACOTH"
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_COSECANT.string.text
+msgid "CSC"
+msgstr ""
+
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SECANT.string.text
+msgid "SEC"
+msgstr ""
+
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_COSECANT_HYP.string.text
+msgid "CSCH"
+msgstr ""
+
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SECANT_HYP.string.text
+msgid "SECH"
+msgstr ""
+
#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_EXP.string.text
msgid "EXP"
msgstr "EXP"
diff --git a/translations/source/en-ZA/formula/source/ui/dlg.po b/translations/source/en-ZA/formula/source/ui/dlg.po
index c0a45247eef..408507428e0 100644
--- a/translations/source/en-ZA/formula/source/ui/dlg.po
+++ b/translations/source/en-ZA/formula/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:53+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/fpicker/source/office.po b/translations/source/en-ZA/fpicker/source/office.po
index c7dac7165d2..e77a69722e5 100644
--- a/translations/source/en-ZA/fpicker/source/office.po
+++ b/translations/source/en-ZA/fpicker/source/office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-19 18:54+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/framework/source/classes.po b/translations/source/en-ZA/framework/source/classes.po
index ac8b8c4b770..7993bb8fd94 100644
--- a/translations/source/en-ZA/framework/source/classes.po
+++ b/translations/source/en-ZA/framework/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-19 18:53+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/framework/source/services.po b/translations/source/en-ZA/framework/source/services.po
index c7fdba33234..531d12eb052 100644
--- a/translations/source/en-ZA/framework/source/services.po
+++ b/translations/source/en-ZA/framework/source/services.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:53+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/sbasic/guide.po b/translations/source/en-ZA/helpcontent2/source/text/sbasic/guide.po
index f69e6947d85..34f228c8632 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/sbasic/guide.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/sbasic/guide.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 14:28+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/sbasic/shared.po b/translations/source/en-ZA/helpcontent2/source/text/sbasic/shared.po
index f6dea525c47..6bb1d893310 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/sbasic/shared.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/sbasic/shared.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-12 11:44+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4967,8 +4967,8 @@ msgid "Default"
msgstr "Default"
#: 01170101.xhp#par_id3153547.179.help.text
-msgid "Only input controls receive the focus when using the <emph>Tab </emph>key. Controls without input like caption controls are omitted."
-msgstr "Only input controls receive the focus when using the <emph>Tab </emph>key. Controls without input like caption controls are omitted."
+msgid "Only input controls receive the focus when using the <emph>Tab</emph> key. Controls without input like caption controls are omitted."
+msgstr ""
#: 01170101.xhp#par_id3154632.52.help.text
msgid "No"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/sbasic/shared/01.po b/translations/source/en-ZA/helpcontent2/source/text/sbasic/shared/01.po
index d4a1f959bd3..c73076b5c82 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/sbasic/shared/01.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/sbasic/shared/01.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 14:30+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/sbasic/shared/02.po b/translations/source/en-ZA/helpcontent2/source/text/sbasic/shared/02.po
index 6bb33c2a230..0ba1b0c830b 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/sbasic/shared/02.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/sbasic/shared/02.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:31+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/scalc.po b/translations/source/en-ZA/helpcontent2/source/text/scalc.po
index 7ac9e5e1db9..ed8f24a5775 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/scalc.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/scalc.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+helpcontent2%2Fsource%2Ftext%2Fscalc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 15:23+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/scalc/00.po b/translations/source/en-ZA/helpcontent2/source/text/scalc/00.po
index befdae5aa2e..ffca87aa61f 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/scalc/00.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/scalc/00.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 15:23+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/scalc/01.po b/translations/source/en-ZA/helpcontent2/source/text/scalc/01.po
index b76f57c3455..29124705f89 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/scalc/01.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/scalc/01.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-19 18:08+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17867,8 +17867,8 @@ msgid "Editing Array Formulas"
msgstr "Editing Array Formulae"
#: 04060107.xhp#par_id3149241.317.help.text
-msgid "Select the cell range or array containing the array formula. To select the whole array, position the cell cursor inside the array range, then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>+ /, where / is the Division key on the numeric keypad."
-msgstr "Select the cell range or array containing the array formula. To select the whole array, position the cell cursor inside the array range, then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>+ /, where / is the Division key on the numeric keypad."
+msgid "Select the cell range or array containing the array formula. To select the whole array, position the cell cursor inside the array range, then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+/, where / is the Division key on the numeric keypad."
+msgstr ""
#: 04060107.xhp#par_id3143274.318.help.text
msgid "Either press F2 or position the cursor in the input line. Both of these actions let you edit the formula."
@@ -17929,8 +17929,8 @@ msgid "When you adjust the array range, the array formula will not automatically
msgstr "When you adjust the array range, the array formula will not automatically be adjusted. You are only changing the range in which the result will appear."
#: 04060107.xhp#par_id3146080.333.help.text
-msgid "By holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key, you can create a copy of the array formula in the given range."
-msgstr "By holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key, you can create a copy of the array formula in the given range."
+msgid "By holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, you can create a copy of the array formula in the given range."
+msgstr ""
#: 04060107.xhp#par_idN10D47.help.text
msgid "Conditional Array Calculations"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/scalc/02.po b/translations/source/en-ZA/helpcontent2/source/text/scalc/02.po
index 3489451f8cb..3444b2acce0 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/scalc/02.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/scalc/02.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 15:24+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/scalc/04.po b/translations/source/en-ZA/helpcontent2/source/text/scalc/04.po
index fa0fd556dbb..9e92c7d31a7 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/scalc/04.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/scalc/04.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 15:24+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -36,8 +36,8 @@ msgid "To create a matrix in which all the cells contain the same information as
msgstr "To create a matrix in which all the cells contain the same information as what you entered on the <emph>Input line</emph>, press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter. You cannot edit the components of the matrix."
#: 01020000.xhp#par_id3166426.4.help.text
-msgid "To select multiple cells in different areas of a sheet, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline>and drag in the different areas."
-msgstr "To select multiple cells in different areas of a sheet, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline>and drag in the different areas."
+msgid "To select multiple cells in different areas of a sheet, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and drag in the different areas."
+msgstr ""
#: 01020000.xhp#par_id3150207.127.help.text
msgid "To select multiple sheets in a spreadsheet, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, and then click the name tabs at the lower edge of the workspace. To select only one sheet in a selection, hold down Shift, and then click the name tab of the sheet."
@@ -234,8 +234,8 @@ msgid "Adds the next sheet to the current selection of sheets. If all the sheets
msgstr "Adds the next sheet to the current selection of sheets. If all the sheets in a spreadsheet are selected, this shortcut key combination only selects the next sheet. Makes the next sheet the current sheet."
#: 01020000.xhp#hd_id3145826.96.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + *"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + *"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ *"
+msgstr ""
#: 01020000.xhp#par_id3148882.97.help.text
msgid "where (*) is the multiplication sign on the numeric key pad"
@@ -246,8 +246,8 @@ msgid "Selects the data range that contains the cursor. A range is a contiguous
msgstr "Selects the data range that contains the cursor. A range is a contiguous cell range that contains data and is bounded by empty row and columns."
#: 01020000.xhp#hd_id3151233.180.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + /"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + /"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ /"
+msgstr ""
#: 01020000.xhp#par_id3149949.181.help.text
msgid "where (/) is the division sign on the numeric key pad"
@@ -282,8 +282,8 @@ msgid "Moves the cursor down one cell in a selected range. To specify the direct
msgstr "Moves the cursor down one cell in a selected range. To specify the direction that the cursor moves, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - General</emph>."
#: 01020000.xhp#par_id5961180.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline> + ` (see note below this table)"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline> + ` (see note below this table)"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ ` (see note below this table)"
+msgstr ""
#: 01020000.xhp#par_id6407055.help.text
msgid "Displays or hides the formulas instead of the values in all cells."
@@ -496,32 +496,32 @@ msgid "Ungroups the selected data range."
msgstr "Ungroups the selected data range."
#: 01020000.xhp#hd_id3151264.117.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + Down Arrow"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + Down Arrow"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ Down Arrow"
+msgstr ""
#: 01020000.xhp#par_id3153155.118.help.text
msgid "Increases the height of current row."
msgstr "Increases the height of current row."
#: 01020000.xhp#hd_id3151297.119.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + Up Arrow"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + Up Arrow"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ Up Arrow"
+msgstr ""
#: 01020000.xhp#par_id3155849.120.help.text
msgid "Decreases the height of current row."
msgstr "Decreases the height of current row."
#: 01020000.xhp#hd_id3155997.121.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + Right Arrow"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + Right Arrow"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ Right Arrow"
+msgstr ""
#: 01020000.xhp#par_id3150256.122.help.text
msgid "Increases the width of the current column."
msgstr "Increases the width of the current column."
#: 01020000.xhp#hd_id3154046.123.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + Left Arrow"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + Left Arrow"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ Left Arrow"
+msgstr ""
#: 01020000.xhp#par_id3150155.124.help.text
msgid "Decreases the width of the current column."
diff --git a/translations/source/en-ZA/helpcontent2/source/text/scalc/05.po b/translations/source/en-ZA/helpcontent2/source/text/scalc/05.po
index b04e69534b0..6fbfd90d11e 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/scalc/05.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/scalc/05.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 14:32+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/scalc/guide.po b/translations/source/en-ZA/helpcontent2/source/text/scalc/guide.po
index 3c32a17aa01..0d9a9a088b5 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/scalc/guide.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/scalc/guide.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-19 18:25+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1499,8 +1499,8 @@ msgstr "For example, enter the text \"Jan\" or \"January\" in an empty cell. Sel
#: sorted_list.xhp#par_id2367931.help.text
msgctxt "sorted_list.xhp#par_id2367931.help.text"
-msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>if you do not want to fill the cells with different values."
-msgstr "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>if you do not want to fill the cells with different values."
+msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> if you do not want to fill the cells with different values."
+msgstr ""
#: sorted_list.xhp#par_id3152577.5.help.text
msgid "The predefined series can be found under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists</emph>. You can also create your own lists of text strings tailored to your needs, such as a list of your company's branch offices. When you use the information in these lists later (for example, as headings), just enter the first name in the list and expand the entry by dragging it with your mouse."
@@ -3616,8 +3616,8 @@ msgstr "To quickly create a list of consecutive days, enter <item type=\"literal
#: calc_series.xhp#par_id9720145.help.text
msgctxt "calc_series.xhp#par_id9720145.help.text"
-msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>if you do not want to fill the cells with different values."
-msgstr "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>if you do not want to fill the cells with different values."
+msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> if you do not want to fill the cells with different values."
+msgstr ""
#: calc_series.xhp#par_id3154490.18.help.text
msgid "If you select two or more adjacent cells that contain different numbers, and drag, the remaining cells are filled with the arithmetic pattern that is recognized in the numbers. The AutoFill function also recognizes customized lists that are defined under <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists</item>."
@@ -3775,8 +3775,8 @@ msgid "Formatting Borders and Backgrounds for Cells and Pages"
msgstr "Formatting Borders and Backgrounds for Cells and Pages"
#: format_table.xhp#par_id3154733.20.help.text
-msgid "You can assign a format to any group of cells by first selecting the cells (for multiple selection, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key when clicking), and then activating the <emph>Format Cells</emph> dialog in <item type=\"menuitem\">Format - Cell</item>. In this dialog, you can select attributes such as shadows and backgrounds."
-msgstr "You can assign a format to any group of cells by first selecting the cells (for multiple selection, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key when clicking), and then activating the <emph>Format Cells</emph> dialogue in <item type=\"menuitem\">Format - Cell</item>. In this dialogue, you can select attributes such as shadows and backgrounds."
+msgid "You can assign a format to any group of cells by first selecting the cells (for multiple selection, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key when clicking), and then activating the <emph>Format Cells</emph> dialog in <item type=\"menuitem\">Format - Cell</item>. In this dialog, you can select attributes such as shadows and backgrounds."
+msgstr ""
#: format_table.xhp#par_id3145116.21.help.text
msgid "To apply formatting attributes to an entire sheet, choose <emph>Format - Page</emph>. You can define headers and footers, for example, to appear on each printed page."
@@ -4686,8 +4686,8 @@ msgid "In $[officename] Calc, you can insert values, text or formulas that are s
msgstr "In $[officename] Calc, you can insert values, text or formulae that are simultaneously copied to other selected sheets of your document."
#: edit_multitables.xhp#par_id3153768.8.help.text
-msgid "Select all desired sheets by holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key and clicking the corresponding register tabs that are still gray at the bottom margin of the workspace. All selected register tabs are now white."
-msgstr "Select all desired sheets by holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key and clicking the corresponding register tabs that are still grey at the bottom margin of the workspace. All selected register tabs are now white."
+msgid "Select all desired sheets by holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key and clicking the corresponding register tabs that are still gray at the bottom margin of the workspace. All selected register tabs are now white."
+msgstr ""
#: edit_multitables.xhp#par_idN10614.help.text
msgctxt "edit_multitables.xhp#par_idN10614.help.text"
@@ -4915,7 +4915,7 @@ msgid "Selecting Multiple Sheets"
msgstr "Selecting Multiple Sheets"
#: multitables.xhp#par_id3145251.6.help.text
-msgid "The sheet tab of the current sheet is always visible in white in front of the other sheet tabs. The other sheet tabs are gray when they are not selected. By clicking other sheet tabs while pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline>you can select multiple sheets."
+msgid "The sheet tab of the current sheet is always visible in white in front of the other sheet tabs. The other sheet tabs are gray when they are not selected. By clicking other sheet tabs while pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> you can select multiple sheets."
msgstr ""
#: multitables.xhp#par_idN106B7.help.text
@@ -4928,7 +4928,7 @@ msgid "Undoing a Selection"
msgstr "Undoing a Selection"
#: multitables.xhp#par_id3146969.13.help.text
-msgid "To undo the selection of a sheet, click its sheet tab again while pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline>key. The sheet that is currently visible cannot be removed from the selection."
+msgid "To undo the selection of a sheet, click its sheet tab again while pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key. The sheet that is currently visible cannot be removed from the selection."
msgstr ""
#: multitables.xhp#hd_id3156382.15.help.text
@@ -4980,8 +4980,8 @@ msgid "If you move cells in insert mode within the same row (only horizontally),
msgstr "If you move cells in insert mode within the same row (only horizontally), then after insertion of the cells, all cells will be shifted to the left to fill the source area."
#: move_dragdrop.xhp#par_id2586748.help.text
-msgid "In both modes, you can hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key, or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift keys while you release the mouse button to insert a copy or a link, respectively."
-msgstr "In both modes, you can hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key, or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift keys while you release the mouse button to insert a copy or a link, respectively."
+msgid "In both modes, you can hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift keys while you release the mouse button to insert a copy or a link, respectively."
+msgstr ""
#: move_dragdrop.xhp#par_id5814081.help.text
msgid "Keys pressed while releasing the mouse button"
@@ -5001,8 +5001,8 @@ msgid "Cells are moved and overwrite the cells in the target area. Source cells
msgstr "Cells are moved and overwrite the cells in the target area. Source cells are emptied."
#: move_dragdrop.xhp#par_id6161687.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key"
+msgstr ""
#: move_dragdrop.xhp#par_id4278389.help.text
msgid "Cells are copied and overwrite the cells in the target area. Source cells stay as they are."
@@ -5029,8 +5029,8 @@ msgid "If you move within the same rows on the same sheet, the cells in the targ
msgstr "If you move within the same rows on the same sheet, the cells in the target area shift to the right, and then the whole row shifts to fill the source area."
#: move_dragdrop.xhp#par_id2783898.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option+Command </caseinline><defaultinline>Alt+Ctrl </defaultinline></switchinline>keys"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option+Command </caseinline><defaultinline>Alt+Ctrl </defaultinline></switchinline>keys"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option+Command </caseinline><defaultinline>Alt+Ctrl</defaultinline></switchinline> keys"
+msgstr ""
#: move_dragdrop.xhp#par_id2785119.help.text
msgid "Cells are copied and shift the cells in the target area to the right or to the bottom. Source cells stay as they are."
@@ -5123,8 +5123,8 @@ msgid "To create a scenario, select all the cells that provide the data for the
msgstr "To create a scenario, select all the cells that provide the data for the scenario. "
#: scenario.xhp#par_id3154020.17.help.text
-msgid "Select the cells that contain the values that will change between scenarios. To select multiple cells, hold down the <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline></item>key as you click each cell."
-msgstr "Select the cells that contain the values that will change between scenarios. To select multiple cells, hold down the <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline></item>key as you click each cell."
+msgid "Select the cells that contain the values that will change between scenarios. To select multiple cells, hold down the <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline></item> key as you click each cell."
+msgstr ""
#: scenario.xhp#par_id3150364.18.help.text
msgid "Choose <emph>Tools - Scenarios</emph>. The <emph>Create Scenario</emph> dialog appears."
@@ -5565,7 +5565,7 @@ msgid "By double-clicking on one of the fields in the <emph>Data Fields</emph> a
msgstr "By double-clicking on one of the fields in the <emph>Data Fields</emph> area you can call up the <link href=\"text/scalc/01/12090105.xhp\" name=\"Data Field\"><emph>Data Field</emph></link> dialogue."
#: datapilot_createtable.xhp#par_id3156286.17.help.text
-msgid "Use the <item type=\"menuitem\">Data Field</item> dialog to select the calculations to be used for the data. To make a multiple selection, press the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline>key while clicking the desired calculation."
+msgid "Use the <item type=\"menuitem\">Data Field</item> dialog to select the calculations to be used for the data. To make a multiple selection, press the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while clicking the desired calculation."
msgstr ""
#: datapilot_createtable.xhp#par_id3150329.13.help.text
diff --git a/translations/source/en-ZA/helpcontent2/source/text/schart.po b/translations/source/en-ZA/helpcontent2/source/text/schart.po
index af1191ca130..0d4500ac24c 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/schart.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/schart.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+helpcontent2%2Fsource%2Ftext%2Fschart.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:32+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/schart/00.po b/translations/source/en-ZA/helpcontent2/source/text/schart/00.po
index 8fd6154bcd8..18dd687a8cb 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/schart/00.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/schart/00.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:32+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/schart/01.po b/translations/source/en-ZA/helpcontent2/source/text/schart/01.po
index 638620938b8..9e92c5b4d72 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/schart/01.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/schart/01.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 15:24+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/schart/02.po b/translations/source/en-ZA/helpcontent2/source/text/schart/02.po
index 73efb9d9c45..01e3d06def8 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/schart/02.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/schart/02.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:32+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/schart/04.po b/translations/source/en-ZA/helpcontent2/source/text/schart/04.po
index 3de0d7f6c7c..52efc022526 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/schart/04.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/schart/04.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:32+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/sdraw.po b/translations/source/en-ZA/helpcontent2/source/text/sdraw.po
index 59c964572eb..7c214320e7c 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/sdraw.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/sdraw.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+helpcontent2%2Fsource%2Ftext%2Fsdraw.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:33+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/sdraw/00.po b/translations/source/en-ZA/helpcontent2/source/text/sdraw/00.po
index c8f784f68c2..3c50b57b82d 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/sdraw/00.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/sdraw/00.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 14:32+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/sdraw/01.po b/translations/source/en-ZA/helpcontent2/source/text/sdraw/01.po
index 2892b5e8a43..0c09ac0fe39 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/sdraw/01.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/sdraw/01.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:32+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/sdraw/04.po b/translations/source/en-ZA/helpcontent2/source/text/sdraw/04.po
index bfca103d40d..2771e7261d8 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/sdraw/04.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/sdraw/04.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:33+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -374,8 +374,8 @@ msgid "Press the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option<
msgstr "Press the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key and drag with the mouse to draw or resize an object from the centre of the object outward."
#: 01020000.xhp#hd_id3143232.83.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + click on an object"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + click on an object"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ click on an object"
+msgstr ""
#: 01020000.xhp#par_id3156007.84.help.text
msgid "Selects the object behind the currently selected object."
diff --git a/translations/source/en-ZA/helpcontent2/source/text/sdraw/guide.po b/translations/source/en-ZA/helpcontent2/source/text/sdraw/guide.po
index 0dbc677dc44..dcdc8246923 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/sdraw/guide.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/sdraw/guide.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 15:24+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/shared.po b/translations/source/en-ZA/helpcontent2/source/text/shared.po
index d478041b33e..3aec9fc0a36 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/shared.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/shared.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+helpcontent2%2Fsource%2Ftext%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-19 18:08+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/shared/00.po b/translations/source/en-ZA/helpcontent2/source/text/shared/00.po
index da65c37fb4b..aedcc07657d 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/shared/00.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/shared/00.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-19 18:13+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4399,6 +4399,10 @@ msgstr "<variable id=\"scripting\">Choose <emph><switchinline select=\"sys\"><ca
msgid "<variable id=\"java\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Java</emph></variable>"
msgstr "<variable id=\"java\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Java</emph></variable>"
+#: 00000406.xhp#par_id5485702.help.text
+msgid "<variable id=\"online_update\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Online Update </emph></variable>"
+msgstr ""
+
#: 00000406.xhp#par_id3146989.152.help.text
msgid "<variable id=\"accessibility\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Accessibility</emph></variable>"
msgstr "<variable id=\"accessibility\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Accessibility</emph></variable>"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/shared/01.po b/translations/source/en-ZA/helpcontent2/source/text/shared/01.po
index bc908fed0db..21295bdcffd 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/shared/01.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/shared/01.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-10-31 23:23+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3542,6 +3542,10 @@ msgstr "In the File Open dialogue, select the file that you want to insert."
msgid "The file types that are listed in this dialog are not supported by all operating systems."
msgstr "The file types that are listed in this dialogue are not supported by all operating systems."
+#: moviesound.xhp#par_idN10700.help.text
+msgid "Click the <emph>Link</emph> box if you want a link to the original file. If it is not checked, the media file will be embedded (not supported with all file formats)."
+msgstr ""
+
#: moviesound.xhp#par_idN106D7.help.text
msgid "Click <emph>Open</emph>."
msgstr "Click <emph>Open</emph>."
@@ -11865,8 +11869,8 @@ msgid "To view the styles that are used in a file, double-click the file name, a
msgstr "To view the styles that are used in a file, double-click the file name, and then double-click the <emph>Styles</emph> icon."
#: 01110100.xhp#par_id3155504.35.help.text
-msgid "To copy a style, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>and drag the style from one file to another file. To move a style, drag the style from one file to another file."
-msgstr "To copy a style, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>and drag the style from one file to another file. To move a style, drag the style from one file to another file."
+msgid "To copy a style, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and drag the style from one file to another file. To move a style, drag the style from one file to another file."
+msgstr ""
#: 01110100.xhp#hd_id3149578.8.help.text
msgctxt "01110100.xhp#hd_id3149578.8.help.text"
@@ -12501,8 +12505,8 @@ msgid "Selection field"
msgstr "Selection field"
#: 02230401.xhp#par_id3161459.4.help.text
-msgid "<ahelp hid=\"HID_REDLINING_VIEW_DG_VIEW\">Lists the changes that were recorded in the document. When you select an entry in the list, the change is highlighted in the document. To sort the list, click a column heading. </ahelp> Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>while you click to select multiple entries in the list."
-msgstr "<ahelp hid=\"HID_REDLINING_VIEW_DG_VIEW\">Lists the changes that were recorded in the document. When you select an entry in the list, the change is highlighted in the document. To sort the list, click a column heading. </ahelp> Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>while you click to select multiple entries in the list."
+msgid "<ahelp hid=\"HID_REDLINING_VIEW_DG_VIEW\">Lists the changes that were recorded in the document. When you select an entry in the list, the change is highlighted in the document. To sort the list, click a column heading. </ahelp> Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while you click to select multiple entries in the list."
+msgstr ""
#: 02230401.xhp#par_id3152812.6.help.text
msgid "To edit the comment for an entry in the list, right-click the entry, and then choose<emph> Edit - Comment</emph>."
@@ -19256,8 +19260,8 @@ msgid "Several records or removing a selection"
msgstr "Several records or removing a selection"
#: 05340400.xhp#par_id3149295.17.help.text
-msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>and click the row header"
-msgstr "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>and click the row header"
+msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and click the row header"
+msgstr ""
#: 05340400.xhp#par_id3152360.18.help.text
msgctxt "05340400.xhp#par_id3152360.18.help.text"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/shared/02.po b/translations/source/en-ZA/helpcontent2/source/text/shared/02.po
index 5bd6d577ea4..4d14ebcc2b9 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/shared/02.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/shared/02.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 15:30+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -6764,8 +6764,8 @@ msgid "Decrease Indent"
msgstr "Decrease Indent"
#: 02130000.xhp#par_id3153031.6.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you click the <emph>Decrease Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key, the indent for the selected paragraph is moved by the default tab stop that has been set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you click the <emph>Decrease Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key, the indent for the selected paragraph is moved by the default tab stop that has been set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialogue box.</caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you click the <emph>Decrease Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, the indent for the selected paragraph is moved by the default tab stop that has been set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
+msgstr ""
#: 01171300.xhp#tit.help.text
msgctxt "01171300.xhp#tit.help.text"
@@ -7571,8 +7571,8 @@ msgid "You can copy controls in the document through the clipboard (shortcut key
msgstr "You can copy controls in the document through the clipboard (shortcut keys <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C for copying and <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V for inserting). You can copy hidden controls in the <emph>Form Navigator</emph> by using drag-and-drop while keeping the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key pressed."
#: 01170600.xhp#par_id3145068.20.help.text
-msgid "Drag and drop to copy controls within the same document or between documents. Open another form document and drag the hidden control from the <emph>Form Navigator</emph> into the <emph>Form Navigator</emph> of the target document. Click a visible control directly in the document, rest the mouse for a moment so that a copy of the control is added to the drag-and-drop clipboard, then drag the copy into the other document. If you want a copy in the same document, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>while dragging."
-msgstr "Drag and drop to copy controls within the same document or between documents. Open another form document and drag the hidden control from the <emph>Form Navigator</emph> into the <emph>Form Navigator</emph> of the target document. Click a visible control directly in the document, rest the mouse for a moment so that a copy of the control is added to the drag-and-drop clipboard, then drag the copy into the other document. If you want a copy in the same document, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>while dragging."
+msgid "Drag and drop to copy controls within the same document or between documents. Open another form document and drag the hidden control from the <emph>Form Navigator</emph> into the <emph>Form Navigator</emph> of the target document. Click a visible control directly in the document, rest the mouse for a moment so that a copy of the control is added to the drag-and-drop clipboard, then drag the copy into the other document. If you want a copy in the same document, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while dragging."
+msgstr ""
#: 01170600.xhp#hd_id3152812.13.help.text
msgid "Delete"
@@ -8176,8 +8176,8 @@ msgid "Drag the mark on the right to the left while pressing the mouse button"
msgstr "Drag the mark on the right to the left while pressing the mouse button"
#: 13020000.xhp#par_id3154760.16.help.text
-msgid "In order to change the left indent starting with the second line of a paragraph, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline> key, click the triangle on the bottom left, and drag it to the right."
-msgstr "In order to change the left indent starting with the second line of a paragraph, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline> key, click the triangle on the bottom left, and drag it to the right."
+msgid "In order to change the left indent starting with the second line of a paragraph, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, click the triangle on the bottom left, and drag it to the right."
+msgstr ""
#: 13020000.xhp#par_id3148453.17.help.text
msgid "Tabs that have been set are not changed when indenting a paragraph. If the set tabs end up outside the margins of the paragraph, they are no longer displayed, but they still exist."
@@ -8451,8 +8451,8 @@ msgid "Increase Indent"
msgstr "Increase Indent"
#: 02140000.xhp#par_id3152996.5.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Click the <emph>Increase Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key to move the indenting of the selected paragraph by the default tab distance set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Click the <emph>Increase Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key to move the indenting of the selected paragraph by the default tab distance set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialogue box.</caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Click the <emph>Increase Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key to move the indenting of the selected paragraph by the default tab distance set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
+msgstr ""
#: 02140000.xhp#par_id3157910.6.help.text
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Example:</caseinline></switchinline>"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/shared/04.po b/translations/source/en-ZA/helpcontent2/source/text/shared/04.po
index c6c2cfece1c..cd872f8c37e 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/shared/04.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/shared/04.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 15:30+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/shared/05.po b/translations/source/en-ZA/helpcontent2/source/text/shared/05.po
index 155ad71fcc3..6f97e834dda 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/shared/05.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/shared/05.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-19 18:25+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/shared/07.po b/translations/source/en-ZA/helpcontent2/source/text/shared/07.po
index b3e315d268a..a7b3944250b 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/shared/07.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/shared/07.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F07.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:37+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/shared/autokorr.po b/translations/source/en-ZA/helpcontent2/source/text/shared/autokorr.po
index 1e93f6acfae..a13ab616347 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/shared/autokorr.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/shared/autokorr.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautokorr.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:37+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/shared/autopi.po b/translations/source/en-ZA/helpcontent2/source/text/shared/autopi.po
index f4e3ad42c8d..a99d6fbedcd 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/shared/autopi.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/shared/autopi.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautopi.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 15:30+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/shared/explorer/database.po b/translations/source/en-ZA/helpcontent2/source/text/shared/explorer/database.po
index 5575e44f75b..0323898607a 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/shared/explorer/database.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/shared/explorer/database.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fexplorer%2Fdatabase.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 15:35+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/shared/guide.po b/translations/source/en-ZA/helpcontent2/source/text/shared/guide.po
index b81f0901588..e4745e29c09 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/shared/guide.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/shared/guide.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-12 12:39+0200\n"
-"Last-Translator: dwayne <dwayne@translate.org.za>\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2012-01-11 16:34+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: en_ZA\n"
"MIME-Version: 1.0\n"
@@ -3017,8 +3017,8 @@ msgid "Select an object by a single click."
msgstr "Select an object by a single click."
#: gallery_insert.xhp#par_id3154140.12.help.text
-msgid "Drag the object into the document while pressing the Shift and <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>keys, or right-click to open the context menu and select <emph>Insert</emph> and <emph>Link</emph>."
-msgstr "Drag the object into the document while pressing the Shift and <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>keys, or right-click to open the context menu and select <emph>Insert</emph> and <emph>Link</emph>."
+msgid "Drag the object into the document while pressing the Shift and <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> keys, or right-click to open the context menu and select <emph>Insert</emph> and <emph>Link</emph>."
+msgstr ""
#: gallery_insert.xhp#hd_id3156282.13.help.text
msgid "Inserting an object as a background graphic"
@@ -4377,8 +4377,8 @@ msgid "To reattach a floating window, drag-and-drop the window's title bar to an
msgstr "To reattach a floating window, drag-and-drop the window's title bar to an edge of the document window. The mouse pointer should be very close to the document window's edge when you release the mouse button."
#: floating_toolbar.xhp#par_id1510055.help.text
-msgid "Depending on your system's window manager settings, you may also double-click an empty place on the toolbar or window, while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key. Or double-click the title bar of the floating toolbar or window."
-msgstr "Depending on your system's window manager settings, you may also double-click an empty place on the toolbar or window, while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key. Or double-click the title bar of the floating toolbar or window."
+msgid "Depending on your system's window manager settings, you may also double-click an empty place on the toolbar or window, while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key. Or double-click the title bar of the floating toolbar or window."
+msgstr ""
#: floating_toolbar.xhp#par_idN107AC.help.text
msgid "Docking toolbars and windows by drag-and-drop depends on your system's window manager settings. You must enable your system to show the full window contents when you move a window, instead of showing just the outer frame."
@@ -6527,16 +6527,16 @@ msgid "Starting the $[officename] Software From the Command Line"
msgstr "Starting the $[officename] Software From the Command Line"
#: start_parameters.xhp#par_id3156152.5.help.text
-msgid "Under Windows, select <emph>Run</emph> from the Windows Start menu, or open a Shell under UNIX® based platforms."
-msgstr "Under Windows, select <emph>Run</emph> from the Windows Start menu, or open a Shell under UNIX® based platforms."
+msgid "Under Windows, select <emph>Run</emph> from the Windows Start menu, or open a shell under Linux, *BSD, or Mac OS X platforms."
+msgstr ""
#: start_parameters.xhp#par_id3152472.6.help.text
msgid "Under Windows, type the following text in the <emph>Open </emph>text field and click <emph>OK</emph>. "
msgstr "Under Windows, type the following text in the <emph>Open </emph>text field and click <emph>OK</emph>. "
#: start_parameters.xhp#par_id3149669.53.help.text
-msgid "Under UNIX based systems, type the following line of text, then press <emph>Return</emph>:"
-msgstr "Under UNIX based systems, type the following line of text, then press <emph>Return</emph>:"
+msgid "Under UNIX-like systems, type the following line of text, then press <emph>Return</emph>:"
+msgstr ""
#: start_parameters.xhp#par_id3147561.7.help.text
msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">{install}\\program\\soffice.exe {parameter} </caseinline><caseinline select=\"UNIX\">{install}/program/soffice {parameter} </caseinline></switchinline>"
@@ -6563,15 +6563,25 @@ msgid "Meaning"
msgstr "Meaning"
#: start_parameters.xhp#par_id3149983.73.help.text
-msgid "-help / -h / -?"
+#, fuzzy
+msgid "--help / -h / -?"
msgstr "-help / -h / -?"
#: start_parameters.xhp#par_id3147349.74.help.text
msgid "Lists the available command line parameters <switchinline select=\"sys\"><caseinline select=\"WIN\">in a dialog box</caseinline><defaultinline>to the console</defaultinline></switchinline>."
msgstr "Lists the available command line parameters <switchinline select=\"sys\"><caseinline select=\"WIN\">in a dialogue box</caseinline><defaultinline>to the console</defaultinline></switchinline>."
+#: start_parameters.xhp#par_id31499et.73.help.text
+msgid "--version"
+msgstr ""
+
+#: start_parameters.xhp#par_id31473et.74.help.text
+msgid "Displays the version information."
+msgstr ""
+
#: start_parameters.xhp#par_id3150010.59.help.text
-msgid "-writer"
+#, fuzzy
+msgid "--writer"
msgstr "-writer"
#: start_parameters.xhp#par_id3147213.60.help.text
@@ -6579,7 +6589,8 @@ msgid "Starts with an empty Writer document."
msgstr "Starts with an empty Writer document."
#: start_parameters.xhp#par_id3148616.61.help.text
-msgid "-calc"
+#, fuzzy
+msgid "--calc"
msgstr "-calc"
#: start_parameters.xhp#par_id3145261.62.help.text
@@ -6587,7 +6598,8 @@ msgid "Starts with an empty Calc document."
msgstr "Starts with an empty Calc document."
#: start_parameters.xhp#par_id3156443.63.help.text
-msgid "-draw"
+#, fuzzy
+msgid "--draw"
msgstr "-draw"
#: start_parameters.xhp#par_id3154011.64.help.text
@@ -6595,7 +6607,8 @@ msgid "Starts with an empty Draw document."
msgstr "Starts with an empty Draw document."
#: start_parameters.xhp#par_id3153142.65.help.text
-msgid "-impress"
+#, fuzzy
+msgid "--impress"
msgstr "-impress"
#: start_parameters.xhp#par_id3153222.66.help.text
@@ -6603,7 +6616,8 @@ msgid "Starts with an empty Impress document."
msgstr "Starts with an empty Impress document."
#: start_parameters.xhp#par_id3155853.67.help.text
-msgid "-math"
+#, fuzzy
+msgid "--math"
msgstr "-math"
#: start_parameters.xhp#par_id3146928.68.help.text
@@ -6611,7 +6625,8 @@ msgid "Starts with an empty Math document."
msgstr "Starts with an empty Math document."
#: start_parameters.xhp#par_id3149960.69.help.text
-msgid "-global"
+#, fuzzy
+msgid "--global"
msgstr "-global"
#: start_parameters.xhp#par_id3151075.70.help.text
@@ -6619,7 +6634,8 @@ msgid "Starts with an empty Writer master document."
msgstr "Starts with an empty Writer master document."
#: start_parameters.xhp#par_id3154510.71.help.text
-msgid "-web"
+#, fuzzy
+msgid "--web"
msgstr "-web"
#: start_parameters.xhp#par_id3148836.72.help.text
@@ -6627,7 +6643,8 @@ msgid "Starts with an empty HTML document."
msgstr "Starts with an empty HTML document."
#: start_parameters.xhp#par_id3149403.help.text
-msgid "-show {filename.odp}"
+#, fuzzy
+msgid "--show {filename.odp}"
msgstr "-show {filename.odp}"
#: start_parameters.xhp#par_id3153838.80.help.text
@@ -6635,23 +6652,17 @@ msgid "Starts with the Impress file <emph>{filename.odp}</emph> and starts the p
msgstr "Starts with the Impress file <emph>{filename.odp}</emph> and starts the presentation. Enters edit mode after the presentation."
#: start_parameters.xhp#par_id3156276.13.help.text
-msgid "-minimized"
+#, fuzzy
+msgid "--minimized"
msgstr "-minimised"
#: start_parameters.xhp#par_id3146080.14.help.text
msgid "Starts minimized. The splash screen is not displayed."
msgstr "Starts minimised. The splash screen is not displayed."
-#: start_parameters.xhp#par_id3641773.help.text
-msgid "-maximized"
-msgstr "-maximised"
-
-#: start_parameters.xhp#par_id8224433.help.text
-msgid "Starts maximized."
-msgstr "Starts maximised."
-
#: start_parameters.xhp#par_id3145641.15.help.text
-msgid "-invisible"
+#, fuzzy
+msgid "--invisible"
msgstr "-invisible"
#: start_parameters.xhp#par_id3154756.16.help.text
@@ -6664,8 +6675,8 @@ msgid "Neither the start-up logo nor the initial program window will be visible.
msgstr "Neither the start-up logo nor the initial program window will be visible. However, the $[officename] software can be controlled and documents and dialogues opened via the <link href=\"http://api.openoffice.org\" name=\"API\">API</link>. "
#: start_parameters.xhp#par_id3147341.18.help.text
-msgid "When the $[officename] software has been started with this parameter, it can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX based systems)."
-msgstr "When the $[officename] software has been started with this parameter, it can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX based systems)."
+msgid "When the $[officename] software has been started with this parameter, it can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX-like systems)."
+msgstr ""
#: start_parameters.xhp#par_id3150388.48.help.text
msgid "It cannot be used in conjunction with <emph>-quickstart</emph>."
@@ -6676,16 +6687,9 @@ msgctxt "start_parameters.xhp#par_id3145147.19.help.text"
msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
msgstr "More information is found in the <emph>$[officename] Developer's Guide</emph>."
-#: start_parameters.xhp#par_id3155334.77.help.text
-msgid "-nocrashreport"
-msgstr "-nocrashreport"
-
-#: start_parameters.xhp#par_id3149259.78.help.text
-msgid "Disables the error report tool."
-msgstr "Disables the error report tool."
-
#: start_parameters.xhp#par_id3155903.20.help.text
-msgid "-norestore"
+#, fuzzy
+msgid "--norestore"
msgstr "-norestore"
#: start_parameters.xhp#par_id3156374.21.help.text
@@ -6693,8 +6697,9 @@ msgid "Disables restart and file recovery after a system crash."
msgstr "Disables restart and file recovery after a system crash."
#: start_parameters.xhp#par_id5215918.help.text
+#, fuzzy
msgctxt "start_parameters.xhp#par_id5215918.help.text"
-msgid "-nofirststartwizard"
+msgid "--nofirststartwizard"
msgstr "-nofirststartwizard"
#: start_parameters.xhp#par_id5665761.help.text
@@ -6702,7 +6707,8 @@ msgid "Disables the Welcome Wizard."
msgstr "Disables the Welcome Wizard."
#: start_parameters.xhp#par_id3148477.25.help.text
-msgid "-quickstart"
+#, fuzzy
+msgid "--quickstart"
msgstr "-quickstart"
#: start_parameters.xhp#par_id3153919.26.help.text
@@ -6710,7 +6716,8 @@ msgid "Activates the Quickstarter."
msgstr "Activates the Quickstarter."
#: start_parameters.xhp#par_id3152479.30.help.text
-msgid "-accept={UNO string}"
+#, fuzzy
+msgid "--accept={UNO string}"
msgstr "-accept={UNO string}"
#: start_parameters.xhp#par_id3147130.31.help.text
@@ -6722,17 +6729,14 @@ msgctxt "start_parameters.xhp#par_id3148874.32.help.text"
msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
msgstr "More information is found in the <emph>$[officename] Developer's Guide</emph>."
-#: start_parameters.xhp#par_id3149964.33.help.text
-msgid "-env"
-msgstr "-env"
-
-#: start_parameters.xhp#par_id2439039.help.text
-msgid "Sets another environment for the program start."
-msgstr "Sets another environment for the program start."
+#: start_parameters.xhp#par_id315247a.30.help.text
+#, fuzzy
+msgid "--unaccept={UNO string}"
+msgstr "-accept={UNO string}"
-#: start_parameters.xhp#par_id2789086.help.text
-msgid "Use soffice -env:UserInstallation=$(URL) where $(URL) is the URL of a folder that contains the \"user\" folder."
-msgstr "Use soffice -env:UserInstallation=$(URL) where $(URL) is the URL of a folder that contains the \"user\" folder."
+#: start_parameters.xhp#par_id314713a.31.help.text
+msgid "Closes an acceptor that was created with --accept={UNO string}. Use --unaccept=all to close all open acceptors."
+msgstr ""
#: start_parameters.xhp#par_id3159238.36.help.text
msgid "-p {filename1} {filename2} ..."
@@ -6748,7 +6752,8 @@ msgid "If the file name contains spaces, then it must be enclosed in quotation m
msgstr "If the file name contains spaces, then it must be enclosed in quotation marks."
#: start_parameters.xhp#par_id3150883.38.help.text
-msgid "-pt {Printername} {filename1} {filename2} ..."
+#, fuzzy
+msgid "--pt {Printername} {filename1} {filename2} ..."
msgstr "-pt {Printername} {filename1} {filename2} ..."
#: start_parameters.xhp#par_id3155081.50.help.text
@@ -6769,7 +6774,8 @@ msgid "Opens <emph>{filename}</emph> for editing, even if it is a template."
msgstr "Opens <emph>{filename}</emph> for editing, even if it is a template."
#: start_parameters.xhp#par_id3151182.54.help.text
-msgid "-view {filename}"
+#, fuzzy
+msgid "--view {filename}"
msgstr "-view {filename}"
#: start_parameters.xhp#par_id3145268.55.help.text
@@ -6785,7 +6791,8 @@ msgid "Creates a new document using <emph>{filename}</emph> as a template."
msgstr "Creates a new document using <emph>{filename}</emph> as a template."
#: start_parameters.xhp#par_id3155126.43.help.text
-msgid "-nologo"
+#, fuzzy
+msgid "--nologo"
msgstr "-nologo"
#: start_parameters.xhp#par_id3151334.44.help.text
@@ -6793,16 +6800,26 @@ msgid "Disables the splash screen at program start."
msgstr "Disables the splash screen at program start."
#: start_parameters.xhp#par_id3159171.75.help.text
-msgid "-nodefault"
+#, fuzzy
+msgid "--nodefault"
msgstr "-nodefault"
#: start_parameters.xhp#par_id3153306.76.help.text
msgid "Starts without displaying anything except the splash screen."
msgstr "Starts without displaying anything except the splash screen."
+#: start_parameters.xhp#par_id315917t.75.help.text
+msgid "--nolockcheck"
+msgstr ""
+
+#: start_parameters.xhp#par_id315330t.76.help.text
+msgid "Disables check for remote instances using the installation."
+msgstr ""
+
#: start_parameters.xhp#par_id2211676.help.text
+#, fuzzy
msgctxt "start_parameters.xhp#par_id2211676.help.text"
-msgid "-nofirststartwizard"
+msgid "--nofirststartwizard"
msgstr "-nofirststartwizard"
#: start_parameters.xhp#par_id1641895.help.text
@@ -6810,15 +6827,17 @@ msgid "Add this parameter to the program start command to suppress the Welcome W
msgstr "Add this parameter to the program start command to suppress the Welcome Wizard."
#: start_parameters.xhp#par_id3153915.45.help.text
-msgid "-display {display}"
+#, fuzzy
+msgid "--display {display}"
msgstr "-display {display}"
#: start_parameters.xhp#par_id3146786.46.help.text
-msgid "Sets the <emph>DISPLAY </emph>environment variable on UNIX based platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for the $[officename] software on UNIX based platforms."
-msgstr "Sets the <emph>DISPLAY </emph>environment variable on UNIX based platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for the $[officename] software on UNIX based platforms."
+msgid "Sets the <emph>DISPLAY </emph>environment variable on UNIX-like platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for the $[officename] software on UNIX-like platforms."
+msgstr ""
#: start_parameters.xhp#par_id3149595.56.help.text
-msgid "-headless"
+#, fuzzy
+msgid "--headless"
msgstr "-headless"
#: start_parameters.xhp#par_id3150530.57.help.text
@@ -6830,6 +6849,30 @@ msgstr "Starts in \"headless mode\" which allows using the application without u
msgid "This special mode can be used when the application is controlled by external clients via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
msgstr "This special mode can be used when the application is controlled by external clients via the <link href=\"http://api.openoffice.org\" name=\"API\">API</link>."
+#: start_parameters.xhp#par_id314959o.56.help.text
+msgid "--infilter={filter}"
+msgstr ""
+
+#: start_parameters.xhp#par_id315053o.57.help.text
+msgid "Forces an input filter type, if possible. Eg. --infilter=\"Calc Office Open XML\"."
+msgstr ""
+
+#: start_parameters.xhp#par_id314959p.56.help.text
+msgid "--convert-to output_file_extension[:output_filter_name] [--outdir output_dir] files"
+msgstr ""
+
+#: start_parameters.xhp#par_id315053p.57.help.text
+msgid "Batch convert files.If --outdir is not specified, then current working directory is used as output_dir.<br/> Eg. --convert-to pdf *.doc<br/> --convert-to pdf:writer_pdf_Export --outdir /home/user *.doc"
+msgstr ""
+
+#: start_parameters.xhp#par_id314959q.56.help.text
+msgid "--print-to-file [--printer-name printer_name] [--outdir output_dir] files"
+msgstr ""
+
+#: start_parameters.xhp#par_id315053q.57.help.text
+msgid "Batch print files to file.If --outdir is not specified, then current working directory is used as output_dir.<br/> Eg. --print-to-file *.doc<br/> --print-to-file --printer-name nasty_lowres_printer --outdir /home/user *.doc"
+msgstr ""
+
#: groups.xhp#tit.help.text
msgid "Working with Groups "
msgstr "Working with Groups "
@@ -9929,8 +9972,8 @@ msgid "Drag the window by its title bar to the side, or"
msgstr "Drag the window by its title bar to the side, or"
#: autohide.xhp#par_id3150275.68.help.text
-msgid "Double-click inside a vacant area of the window while holding down the Ctrl key. In the Styles and Formatting window, double-click a gray part of the window next to the icons while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key. Alternatively, press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F10</item>."
-msgstr "Double-click inside a vacant area of the window while holding down the Ctrl key. In the Styles and Formatting window, double-click a grey part of the window next to the icons while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key. Alternatively, press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F10</item>."
+msgid "Double-click inside a vacant area of the window while holding down the Ctrl key. In the Styles and Formatting window, double-click a gray part of the window next to the icons while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key. Alternatively, press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F10</item>."
+msgstr ""
#: autohide.xhp#par_id3147335.69.help.text
msgid "These methods can also be used to undock a currently docked window."
diff --git a/translations/source/en-ZA/helpcontent2/source/text/shared/optionen.po b/translations/source/en-ZA/helpcontent2/source/text/shared/optionen.po
index ace3a7b4390..f446c13988e 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/shared/optionen.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/shared/optionen.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Foptionen.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-10-31 23:24+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -124,8 +124,8 @@ msgid "If you import an MS Word document, the spaces are automatically added dur
msgstr "If you import an MS Word document, the spaces are automatically added during the conversion."
#: 01041000.xhp#hd_id3149964.42.help.text
-msgid "Use StarOffice 6.0/7 tab stop formatting"
-msgstr "Use StarOffice 6.0/7 tab stop formatting"
+msgid "Use OpenOffice.org 1.1 tab stop formatting"
+msgstr ""
#: 01041000.xhp#par_id3152777.43.help.text
msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTLOAD_PAGE_CB_TAB_ALIGNMENT\">Specifies how to align text at tab stops beyond the right margin, how to handle decimal tab stops, and how to handle tab stops close to a line break.</ahelp> If this check box is not selected, tab stops are handled in the same way as in other Office applications."
@@ -148,8 +148,8 @@ msgid "In text documents created by your current version of Writer, the addition
msgstr "In text documents created by your current version of Writer, the additional leading is used by default. In text documents created by Writer versions prior to StarOffice 8 or OpenOffice.org 2.0, the additional leading is not used."
#: 01041000.xhp#par_idN107FF.help.text
-msgid "Use StarOffice 6.0/7 line spacing"
-msgstr "Use StarOffice 6.0/7 line spacing"
+msgid "Use OpenOffice.org 1.1 line spacing"
+msgstr ""
#: 01041000.xhp#par_idN10815.help.text
msgid "If the option is off, a new process for formatting text lines with proportional line spacing will be applied. If the option is on, the previous method of formatting of text lines with proportional line spacing will be applied."
@@ -173,8 +173,8 @@ msgid "If the option is off, table cells will be formatted as in Writer versions
msgstr "If the option is off, table cells will be formatted as in Writer versions prior to StarOffice 8 or OpenOffice.org 2.0. If the option is on, an alternative method of formatting table cells will be applied. The option is on by default for new documents created with %PRODUCTNAME %PRODUCTVERSION and for documents imported from Microsoft Word format."
#: 01041000.xhp#par_idN1084C.help.text
-msgid "Use StarOffice 6.0/7 object positioning"
-msgstr "Use StarOffice 6.0/7 object positioning"
+msgid "Use OpenOffice.org 1.1 object positioning"
+msgstr ""
#: 01041000.xhp#par_idN10864.help.text
msgid "Specifies how to calculate the position of floating objects anchored to a character or paragraph with respect to the top and bottom paragraph spacing."
@@ -189,8 +189,8 @@ msgid "The option will be set to off for new documents. For Writer documents cre
msgstr "The option will be set to off for new documents. For Writer documents created by a version prior to %PRODUCTNAME %PRODUCTVERSION the option is on."
#: 01041000.xhp#par_idN10821.help.text
-msgid "Use StarOffice 6.0/7 text wrapping around objects"
-msgstr "Use StarOffice 6.0/7 text wrapping around objects"
+msgid "Use OpenOffice.org 1.1 text wrapping around objects"
+msgstr ""
#: 01041000.xhp#par_id4016541.help.text
msgid "MS Word and Writer have different approaches on wrapping text around floating screen objects. Floating screen object are Writer frames and drawing objects, and the objects 'text box', 'graphic', 'frame', 'picture' etc. in MS Word."
@@ -2059,7 +2059,7 @@ msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the visible grid in front of
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Sets the visible grid in front of all objects.</ahelp>"
#: 01050100.xhp#hd_id3149419.34.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Snap Lines to ~Front</caseinline><caseinline select=\"IMPRESS\">Snap Lines to ~Front</caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Snap Lines to Front</caseinline><caseinline select=\"IMPRESS\">Snap Lines to Front</caseinline></switchinline>"
msgstr ""
#: 01050100.xhp#par_id3150592.35.help.text
@@ -3166,23 +3166,6 @@ msgstr ""
msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PGRF\">Specifies whether the graphics of your text document are printed.</ahelp>"
msgstr ""
-#: 01040400.xhp#hd_id3150771.7.help.text
-msgctxt "01040400.xhp#hd_id3150771.7.help.text"
-msgid "Tables"
-msgstr "Tables"
-
-#: 01040400.xhp#par_id3148943.8.help.text
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PTAB\">Specifies whether the tables of the text document are printed.</ahelp>"
-msgstr ""
-
-#: 01040400.xhp#hd_id3149294.9.help.text
-msgid "Drawings (not for HTML documents)"
-msgstr "Drawings (not for HTML documents)"
-
-#: 01040400.xhp#par_id3149457.10.help.text
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PDRAW\">Specifies whether graphics created with $[officename] drawing functions are printed.</ahelp>"
-msgstr ""
-
#: 01040400.xhp#hd_id3153525.11.help.text
msgid "Form controls"
msgstr ""
@@ -5455,14 +5438,6 @@ msgstr " <emph>Example:</emph> Type the text 'Test' in cell A1; and the
msgid "The EXACT text function is always case-sensitive, independent of the settings in this dialog."
msgstr "The EXACT text function is always case-sensitive, independent of the settings in this dialogue."
-#: 01060500.xhp#hd_id3145231.53.help.text
-msgid "Decimal places"
-msgstr "Decimal places"
-
-#: 01060500.xhp#par_id3149568.54.help.text
-msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
-msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
-
#: 01060500.xhp#hd_id3145150.30.help.text
msgid "Precision as shown"
msgstr "Precision as shown"
@@ -5551,6 +5526,14 @@ msgstr ""
msgid "<ahelp hid=\".\">You can specify the maximum number of decimal places that are shown by default for cells with General number format. If not enabled, cells with General number format show as many decimal places as the column width allows.</ahelp>"
msgstr ""
+#: 01060500.xhp#hd_id3145231.53.help.text
+msgid "Decimal places"
+msgstr "Decimal places"
+
+#: 01060500.xhp#par_id3149568.54.help.text
+msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
+msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
+
#: viewcertificate_c.xhp#tit.help.text
msgid "Certificate Path"
msgstr "Certificate Path"
@@ -5815,7 +5798,7 @@ msgid "View"
msgstr "View"
#: 01060100.xhp#bm_id3147242.help.text
-msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>handles; showing large handles (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
+msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
msgstr ""
#: 01060100.xhp#hd_id3150445.1.help.text
@@ -5868,15 +5851,6 @@ msgstr ""
msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">Specifies whether to view guides when moving drawings, frames, graphics and other objects.</ahelp> These guides help you align objects."
msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">Specifies whether to view guides when moving drawings, frames, graphics and other objects.</ahelp> These guides help you align objects."
-#: 01060100.xhp#hd_id3149202.40.help.text
-msgctxt "01060100.xhp#hd_id3149202.40.help.text"
-msgid "Large handles"
-msgstr "Large handles"
-
-#: 01060100.xhp#par_id3154123.41.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\">Specifies that larger than normal handles (the eight points on a selection box) are displayed.</ahelp>"
-msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\">Specifies that larger than normal handles (the eight points on a selection box) are displayed.</ahelp>"
-
#: 01060100.xhp#hd_id3152920.3.help.text
msgctxt "01060100.xhp#hd_id3152920.3.help.text"
msgid "Display"
@@ -6820,7 +6794,7 @@ msgid "View"
msgstr "View"
#: 01040200.xhp#bm_id3156346.help.text
-msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>handles; displaying (Writer)</bookmark_value><bookmark_value>large handles (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
+msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
msgstr ""
#: 01040200.xhp#hd_id3145090.1.help.text
@@ -6849,15 +6823,6 @@ msgstr ""
msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">Displays snap lines around the frames when frames are moved. You can select the<emph> Helplines While Moving </emph>option to show the exact position of the object using lineal values.</ahelp>"
msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">Displays guides around the frames when frames are moved. You can select the<emph> Guides while moving </emph>option to show the exact position of the object using lineal values.</ahelp>"
-#: 01040200.xhp#hd_id3149763.32.help.text
-msgctxt "01040200.xhp#hd_id3149763.32.help.text"
-msgid "Large handles"
-msgstr "Large handles"
-
-#: 01040200.xhp#par_id3153665.33.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_BIGHANDLE\">Displays larger sized handles (the eight points on a delimiting rectangle).</ahelp>"
-msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_BIGHANDLE\">Displays larger sized handles (the eight points on a delimiting rectangle).</ahelp>"
-
#: 01040200.xhp#hd_id3149416.11.help.text
msgctxt "01040200.xhp#hd_id3149416.11.help.text"
msgid "View"
@@ -6951,7 +6916,7 @@ msgid "If the <emph>Graphics and objects </emph>option is not selected, no graph
msgstr "If the <emph>Graphics and objects </emph>option is not selected, no graphics will be loaded from the Internet. Graphics within a table and without an indication of their size can cause display problems when using an older HTML standard on the browsed page."
#: 01040200.xhp#hd_id3156332.40.help.text
-msgctxt "01040200.xhp#hd_id3156332.40.help.text"
+#, fuzzy
msgid "Tables"
msgstr "Tables"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/simpress.po b/translations/source/en-ZA/helpcontent2/source/text/simpress.po
index 12f09b458fc..0e102a3c644 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/simpress.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/simpress.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+helpcontent2%2Fsource%2Ftext%2Fsimpress.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:39+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/simpress/00.po b/translations/source/en-ZA/helpcontent2/source/text/simpress/00.po
index 74c92980f23..e7c0b5ddc56 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/simpress/00.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/simpress/00.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 14:39+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/simpress/01.po b/translations/source/en-ZA/helpcontent2/source/text/simpress/01.po
index e69370a6f16..c89272e4937 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/simpress/01.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/simpress/01.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 15:36+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/simpress/02.po b/translations/source/en-ZA/helpcontent2/source/text/simpress/02.po
index 7b73dc32802..c2198783a1a 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/simpress/02.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/simpress/02.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 15:36+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -298,32 +298,6 @@ msgstr "<image id=\"img_id3147341\" src=\"cmd/sc_doubleclicktextedit.png\" width
msgid "Double-click to add Text"
msgstr "Double-click to add Text"
-#: 13080000.xhp#tit.help.text
-msgctxt "13080000.xhp#tit.help.text"
-msgid "Large Handles"
-msgstr "Large Handles"
-
-#: 13080000.xhp#bm_id3146119.help.text
-msgid "<bookmark_value>handles; large</bookmark_value>"
-msgstr "<bookmark_value>handles; large</bookmark_value>"
-
-#: 13080000.xhp#hd_id3146119.1.help.text
-msgid "<link href=\"text/simpress/02/13080000.xhp\" name=\"Large Handles\">Large Handles</link>"
-msgstr "<link href=\"text/simpress/02/13080000.xhp\" name=\"Large Handles\">Large Handles</link>"
-
-#: 13080000.xhp#par_id3153142.2.help.text
-msgid "<ahelp hid=\".uno:BigHandles\" visibility=\"visible\">Displays large selection handles.</ahelp>"
-msgstr "<ahelp hid=\".uno:BigHandles\" visibility=\"visible\">Displays large selection handles.</ahelp>"
-
-#: 13080000.xhp#par_id3155445.help.text
-msgid "<image src=\"cmd/sc_bighandles.png\" id=\"img_id3153714\"><alt id=\"alt_id3153714\">Icon</alt></image>"
-msgstr "<image src=\"cmd/sc_bighandles.png\" id=\"img_id3153714\"><alt id=\"alt_id3153714\">Icon</alt></image>"
-
-#: 13080000.xhp#par_id3154755.4.help.text
-msgctxt "13080000.xhp#par_id3154755.4.help.text"
-msgid "Large Handles"
-msgstr "Large Handles"
-
#: 13170000.xhp#tit.help.text
msgctxt "13170000.xhp#tit.help.text"
msgid "Snap to Object Points"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/simpress/04.po b/translations/source/en-ZA/helpcontent2/source/text/simpress/04.po
index 1dbd5c18def..9919c79f73b 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/simpress/04.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/simpress/04.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:39+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -225,16 +225,16 @@ msgid "Jump to the last slide in the slide show."
msgstr "Jump to the last slide in the slide show."
#: 01020000.xhp#hd_id3153580.54.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> +Page Up "
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> +Page Up "
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Page Up "
+msgstr ""
#: 01020000.xhp#par_id3150702.55.help.text
msgid "Go to the previous slide."
msgstr "Go to the previous slide."
#: 01020000.xhp#hd_id3152944.56.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> +Page Down "
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> +Page Down "
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Page Down "
+msgstr ""
#: 01020000.xhp#par_id3153690.57.help.text
msgid "Go to the next slide."
@@ -319,8 +319,8 @@ msgid "Ungroup selected group."
msgstr "Ungroup selected group."
#: 01020000.xhp#hd_id3149309.120.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + click"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + click"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ click"
+msgstr ""
#: 01020000.xhp#par_id3148996.121.help.text
msgid "Enter a group, so that you can edit the individual objects of the group. Click outside the group to return to the normal view."
@@ -328,8 +328,8 @@ msgstr "Enter a group, so that you can edit the individual objects of the group.
#: 01020000.xhp#hd_id3149485.75.help.text
msgctxt "01020000.xhp#hd_id3149485.75.help.text"
-msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+K"
-msgstr "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+K"
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ K"
+msgstr ""
#: 01020000.xhp#par_id3151253.76.help.text
msgid "Combine selected objects."
@@ -337,8 +337,8 @@ msgstr "Combine selected objects."
#: 01020000.xhp#hd_id3149104.77.help.text
msgctxt "01020000.xhp#hd_id3149104.77.help.text"
-msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+K"
-msgstr "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+K"
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ K"
+msgstr ""
#: 01020000.xhp#par_id3154834.78.help.text
msgid "Split selected object. This combination only works on an object that was created by combining two or more objects."
@@ -353,24 +353,24 @@ msgid "Bring to Front."
msgstr "Bring to Front."
#: 01020000.xhp#hd_id3148972.81.help.text
-msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Plus key"
-msgstr "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Plus key"
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Plus key"
+msgstr ""
#: 01020000.xhp#par_id3154900.82.help.text
msgid "Bring Forward."
msgstr "Bring Forward."
#: 01020000.xhp#hd_id3149040.83.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Minus key"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Minus key"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Minus key"
+msgstr ""
#: 01020000.xhp#par_id3147580.84.help.text
msgid "Send Backward."
msgstr "Send Backward."
#: 01020000.xhp#hd_id3148742.85.help.text
-msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Minus key"
-msgstr "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Minus key"
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Minus key"
+msgstr ""
#: 01020000.xhp#par_id3152775.86.help.text
msgid "Send to Back."
@@ -401,8 +401,8 @@ msgid "Moves the selected object or the page view in the direction of the arrow.
msgstr "Moves the selected object or the page view in the direction of the arrow."
#: 01020000.xhp#hd_id3154384.92.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Arrow Key"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Arrow Key"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Arrow Key"
+msgstr ""
#: 01020000.xhp#par_id3153279.93.help.text
msgid "Move around in the page view."
@@ -417,8 +417,8 @@ msgid "Constrains the movement of the selected object horizontally or vertically
msgstr "Constrains the movement of the selected object horizontally or vertically."
#: 01020000.xhp#hd_id3154117.98.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + drag (with <link href=\"text/shared/optionen/01070500.xhp\" name=\"Copy when moving\">Copy when moving</link> option active)"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + drag (with <link href=\"text/shared/optionen/01070500.xhp\" name=\"Copy when moving\">Copy when moving</link> option active)"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ drag (with <link href=\"text/shared/optionen/01070500.xhp\" name=\"Copy when moving\">Copy when moving</link> option active)"
+msgstr ""
#: 01020000.xhp#par_id3150584.99.help.text
msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> and drag an object to create a copy of the object."
diff --git a/translations/source/en-ZA/helpcontent2/source/text/simpress/guide.po b/translations/source/en-ZA/helpcontent2/source/text/simpress/guide.po
index d622c2ba4e9..7678d7f7bfc 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/simpress/guide.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/simpress/guide.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 15:37+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/smath.po b/translations/source/en-ZA/helpcontent2/source/text/smath.po
index 9f27ccfaddf..1e52b124b1a 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/smath.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/smath.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+helpcontent2%2Fsource%2Ftext%2Fsmath.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 15:37+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/smath/00.po b/translations/source/en-ZA/helpcontent2/source/text/smath/00.po
index 54bd9d842b6..b8cd2d564ca 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/smath/00.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/smath/00.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-19 18:09+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/smath/01.po b/translations/source/en-ZA/helpcontent2/source/text/smath/01.po
index dd9352c0146..6b24cfab0fb 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/smath/01.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/smath/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsmath%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-11-26 02:18+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-01-11 16:34+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: en_ZA\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 03091501.xhp#tit.help.text
@@ -878,8 +878,8 @@ msgid "Line over"
msgstr "Line over"
#: 03090600.xhp#par_id3147492.33.help.text
-msgid "<ahelp hid=\"HID_SMA_OVERLINEX\">Inserts a line over a placeholder.</ahelp> You can also type <emph>overline <?</emph> <emph>></emph> in the <emph>Commands</emph> window. The line adjusts itself to correct length."
-msgstr "<ahelp hid=\"HID_SMA_OVERLINEX\">Inserts a line over a placeholder.</ahelp> You can also type <emph>overline <?</emph> <emph>></emph> in the <emph>Commands</emph> window. The line adjusts itself to correct length."
+msgid "<ahelp hid=\"HID_SMA_OVERLINEX\">Inserts a line over a placeholder.</ahelp> You can also type <emph>overline <?></emph> in the <emph>Commands</emph> window. The line adjusts itself to correct length."
+msgstr ""
#: 03090600.xhp#par_idN103FD.help.text
msgid "<image id=\"img_id3145130\" src=\"starmath/res/at21714.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145130\">Icon</alt></image>"
@@ -3675,8 +3675,9 @@ msgid "<image id=\"img_id3148702\" src=\"starmath/res/bi21331.png\" width=\"0.84
msgstr ""
#: 03090200.xhp#par_id3150858.98.help.text
+#, fuzzy
msgid "precedes or equal"
-msgstr ""
+msgstr "Subset or equal to"
#: 03090200.xhp#par_id3150871.97.help.text
msgid "<ahelp hid=\"HID_SMA_PRECEDESEQUAL\">Inserts the logical operator <emph>precedes or equal</emph> with two placeholders.</ahelp> You can also type <emph>preccurlyeq</emph> in the <emph>Commands</emph> window."
@@ -3687,8 +3688,9 @@ msgid "<image id=\"img_id3148703\" src=\"starmath/res/bi21332.png\" width=\"0.84
msgstr ""
#: 03090200.xhp#par_id3150859.100.help.text
+#, fuzzy
msgid "succeeds or equal"
-msgstr ""
+msgstr "Subset or equal to"
#: 03090200.xhp#par_id3150872.99.help.text
msgid "<ahelp hid=\"HID_SMA_SUCCEEDSEQUAL\">Inserts the logical operator <emph>succeeds or equal</emph> with two placeholders.</ahelp> You can also type <emph>succcurlyeq</emph> in the <emph>Commands</emph> window."
@@ -3711,8 +3713,9 @@ msgid "<image id=\"img_id3148705\" src=\"starmath/res/bi21334.png\" width=\"0.84
msgstr ""
#: 03090200.xhp#par_id3150861.104.help.text
+#, fuzzy
msgid "succeeds or equivalent"
-msgstr ""
+msgstr "Subset or equal to"
#: 03090200.xhp#par_id3150874.103.help.text
msgid "<ahelp hid=\"HID_SMA_SUCCEEDSEQUIV\">Inserts the logical operator <emph>succeeds or equivalent</emph> with two placeholders.</ahelp> You can also type <emph>succsim</emph> in the <emph>Commands</emph> window."
@@ -4018,8 +4021,9 @@ msgid "<image id=\"img_id3153967\" src=\"starmath/res/bi21331.png\" width=\"0.33
msgstr ""
#: 03091502.xhp#par_id3155849.139.help.text
+#, fuzzy
msgid "Precedes or equal to"
-msgstr ""
+msgstr "Subset or equal to"
#: 03091502.xhp#par_id3153963.help.text
msgid "<image id=\"img_id3153968\" src=\"starmath/res/bi21332.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153968\">Icon</alt></image>"
@@ -4035,16 +4039,18 @@ msgid "<image id=\"img_id3153969\" src=\"starmath/res/bi21333.png\" width=\"0.33
msgstr ""
#: 03091502.xhp#par_id3155851.141.help.text
+#, fuzzy
msgid "Precedes or equivalent to"
-msgstr ""
+msgstr "Subset or equal to"
#: 03091502.xhp#par_id3153965.help.text
msgid "<image id=\"img_id3153970\" src=\"starmath/res/bi21334.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153970\">Icon</alt></image>"
msgstr ""
#: 03091502.xhp#par_id3155852.142.help.text
+#, fuzzy
msgid "Succeeds or equivalent to"
-msgstr ""
+msgstr "Subset or equal to"
#: 03091502.xhp#par_id3152853.98.help.text
msgid "Correspondence symbol image of"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/smath/02.po b/translations/source/en-ZA/helpcontent2/source/text/smath/02.po
index 12e8f85329a..656a5c4e5b0 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/smath/02.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/smath/02.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 15:37+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/smath/04.po b/translations/source/en-ZA/helpcontent2/source/text/smath/04.po
index 0bfa1c9a4ba..435ea488f75 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/smath/04.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/smath/04.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 15:37+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/smath/guide.po b/translations/source/en-ZA/helpcontent2/source/text/smath/guide.po
index 1083716ec13..f7d350c5a2c 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/smath/guide.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/smath/guide.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 15:37+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/swriter.po b/translations/source/en-ZA/helpcontent2/source/text/swriter.po
index 54c8fcddae2..7d5893582af 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/swriter.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/swriter.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+helpcontent2%2Fsource%2Ftext%2Fswriter.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-19 18:09+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/swriter/00.po b/translations/source/en-ZA/helpcontent2/source/text/swriter/00.po
index 5e585436b50..04a5fd32e47 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/swriter/00.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/swriter/00.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:41+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -652,8 +652,8 @@ msgid "Choose <emph>Tools - Calculate</emph>"
msgstr "Choose <emph>Tools - Calculate</emph>"
#: 00000406.xhp#par_id3159188.38.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ plus sign"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ plus sign"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + plus sign"
+msgstr ""
#: 00000406.xhp#par_id3155174.19.help.text
msgid "<variable id=\"aktualisieren\">Choose <emph>Tools - Update</emph></variable>"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/swriter/01.po b/translations/source/en-ZA/helpcontent2/source/text/swriter/01.po
index 96df4f34043..1eea1f35870 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/swriter/01.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/swriter/01.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fswriter%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-12 12:42+0200\n"
-"Last-Translator: dwayne <dwayne@translate.org.za>\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-01-11 16:44+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: en_ZA\n"
"MIME-Version: 1.0\n"
@@ -8315,28 +8315,26 @@ msgid "<ahelp hid=\"sw:NumericField:TP_TABLE_TEXTFLOW:NF_REPEAT_HEADER\">Enter t
msgstr "<ahelp hid=\"sw:NumericField:TP_TABLE_TEXTFLOW:NF_REPEAT_HEADER\">Enter the number of rows to include in the heading.</ahelp>"
#: 05090300.xhp#par_idN10940.help.text
-msgid "Text direction"
-msgstr "Text direction"
+msgid "Text orientation"
+msgstr ""
#: 05090300.xhp#par_idN10944.help.text
-msgid "<ahelp hid=\"sw:ListBox:TP_TABLE_TEXTFLOW:LB_TEXTDIRECTION\">Select the direction for the text in the cells.</ahelp> You can also use a combination of the following %PRODUCTNAME formatting options to specify the orientation of text in table cells:"
-msgstr "<ahelp hid=\"sw:ListBox:TP_TABLE_TEXTFLOW:LB_TEXTDIRECTION\">Select the direction for the text in the cells.</ahelp> You can also use a combination of the following %PRODUCTNAME formatting options to specify the orientation of text in table cells:"
+msgid "<ahelp hid=\"sw:ListBox:TP_TABLE_TEXTFLOW:LB_TEXTORIENTATION\">Select the orientation for the text in the cells.</ahelp> You can use the following formatting options to specify the orientation of text in table cells:"
+msgstr ""
#: 05090300.xhp#par_idN10964.help.text
-msgid "horizontal text"
-msgstr "horizontal text"
+msgctxt "05090300.xhp#par_idN10964.help.text"
+msgid "Horizontal"
+msgstr "Horizontal"
#: 05090300.xhp#par_idN10968.help.text
-msgid "vertical text"
-msgstr "vertical text"
-
-#: 05090300.xhp#par_idN1096C.help.text
-msgid "right-to-left (vertical) direction"
-msgstr "right-to-left (vertical) direction"
+msgctxt "05090300.xhp#par_idN10968.help.text"
+msgid "Vertical"
+msgstr "Vertical"
-#: 05090300.xhp#par_idN10970.help.text
-msgid "left-to-right direction."
-msgstr "left-to-right direction."
+#: 05090300.xhp#par_idN1097T.help.text
+msgid "Use superordinate object settings"
+msgstr ""
#: 05090300.xhp#hd_id3151028.23.help.text
msgid "Vertical alignment"
@@ -9576,6 +9574,8 @@ msgid "Specify the location of the selected object on the current page."
msgstr "Specify the location of the selected object on the current page."
#: 05060100.xhp#hd_id3147488.27.help.text
+#, fuzzy
+msgctxt "05060100.xhp#hd_id3147488.27.help.text"
msgid "Horizontal"
msgstr "Horizontal"
@@ -9618,6 +9618,8 @@ msgid "You can also use the <link href=\"text/swriter/01/05060300.xhp\" name=\"G
msgstr "You can also use the <link href=\"text/swriter/01/05060300.xhp\" name=\"Graphics\"><emph>Graphics</emph></link> flip options to adjust the layout of objects on even and odd pages."
#: 05060100.xhp#hd_id3145310.31.help.text
+#, fuzzy
+msgctxt "05060100.xhp#hd_id3145310.31.help.text"
msgid "Vertical"
msgstr "Vertical"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/swriter/02.po b/translations/source/en-ZA/helpcontent2/source/text/swriter/02.po
index 8a062a4e972..b788fb9ac34 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/swriter/02.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/swriter/02.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 15:37+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-ZA/helpcontent2/source/text/swriter/04.po b/translations/source/en-ZA/helpcontent2/source/text/swriter/04.po
index 9748c7efb53..737fe32ff43 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/swriter/04.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/swriter/04.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 15:38+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -438,9 +438,8 @@ msgid "Apply Heading 5 paragraph style"
msgstr "Apply Heading 1 paragraph style"
#: 01020000.xhp#hd_id3146878.99.help.text
-#, fuzzy
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Plus Key(+)"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command+T</caseinline><defaultinline>F11</defaultinline></switchinline>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + Plus Key(+)"
+msgstr ""
#: 01020000.xhp#par_id3155403.101.help.text
msgid "Calculates the selected text and copies the result to the clipboard."
@@ -856,7 +855,7 @@ msgid "Paste the contents of the clipboard as unformatted text."
msgstr ""
#: 01020000.xhp#hd_id3145382.288.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ double-click or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F10"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + double-click or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + Shift + F10"
msgstr ""
#: 01020000.xhp#par_id3150379.290.help.text
diff --git a/translations/source/en-ZA/helpcontent2/source/text/swriter/guide.po b/translations/source/en-ZA/helpcontent2/source/text/swriter/guide.po
index d820a5cc069..005b2585159 100644
--- a/translations/source/en-ZA/helpcontent2/source/text/swriter/guide.po
+++ b/translations/source/en-ZA/helpcontent2/source/text/swriter/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fswriter%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:05+0200\n"
-"PO-Revision-Date: 2011-11-26 02:19+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2011-12-15 12:23+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: en_ZA\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: nonprintable_text.xhp#tit.help.text
@@ -5528,8 +5528,8 @@ msgid "There are several ways to create a table in a text document. You can inse
msgstr "There are several ways to create a table in a text document. You can insert a table from a toolbar, through a menu command, or from a spreadsheet. "
#: table_insert.xhp#hd_id3155908.33.help.text
-msgid "To Insert a Table From the Insert Toolbar"
-msgstr "To Insert a Table From the Insert Toolbar"
+msgid "To Insert a Table From a Toolbar"
+msgstr ""
#: table_insert.xhp#par_id3155861.34.help.text
msgctxt "table_insert.xhp#par_id3155861.34.help.text"
@@ -5537,8 +5537,8 @@ msgid "Place the cursor in your document where you want to insert the table."
msgstr "Place the cursor in your document where you want to insert the table."
#: table_insert.xhp#par_id3147416.28.help.text
-msgid "On the <emph>Standard</emph> bar, click the arrow next to the <emph>Table</emph> icon."
-msgstr "On the <emph>Standard</emph> bar, click the arrow next to the <emph>Table</emph> icon."
+msgid "On the <emph>Standard</emph> or the <emph>Insert</emph> bar, click the arrow next to the <emph>Table</emph> icon."
+msgstr ""
#: table_insert.xhp#par_id3153398.29.help.text
msgid "In the table grid, drag to select the numbers of rows and columns that you want, and then release."
@@ -6069,6 +6069,8 @@ msgid "To apply bold formatting"
msgstr "To apply bold formatting"
#: shortcut_writing.xhp#par_id3155861.14.help.text
+#, fuzzy
+msgctxt "shortcut_writing.xhp#par_id3155861.14.help.text"
msgid "Select the text that you want to format."
msgstr "Select the text that you want to format."
@@ -6080,6 +6082,41 @@ msgstr "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </
msgid "You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B, type the text that you want to format in bold, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B when you are finished."
msgstr "You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B, type the text that you want to format in bold, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B when you are finished."
+#: shortcut_writing.xhp#hd_id3151909.2.help.text
+#, fuzzy
+msgid "To apply italic formatting"
+msgstr "To apply bold formatting"
+
+#: shortcut_writing.xhp#par_id3151861.14.help.text
+msgctxt "shortcut_writing.xhp#par_id3151861.14.help.text"
+msgid "Select the text that you want to format."
+msgstr "Select the text that you want to format."
+
+#: shortcut_writing.xhp#par_id3141836.5.help.text
+msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+I."
+msgstr ""
+
+#: shortcut_writing.xhp#par_id3151112.6.help.text
+msgid "You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+I, type the text that you want to format in italic, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+I when you are finished."
+msgstr ""
+
+#: shortcut_writing.xhp#hd_id3152909.2.help.text
+msgid "To underline text"
+msgstr ""
+
+#: shortcut_writing.xhp#par_id3152861.14.help.text
+#, fuzzy
+msgid "Select the text that you want to underline."
+msgstr "Select the text that you want to capitalise."
+
+#: shortcut_writing.xhp#par_id3142836.5.help.text
+msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+U."
+msgstr ""
+
+#: shortcut_writing.xhp#par_id3152112.6.help.text
+msgid "You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+U, type the text that you want underlined, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+U when you are finished."
+msgstr ""
+
#: shortcut_writing.xhp#par_id3149648.12.help.text
msgid "<link href=\"text/swriter/04/01020000.xhp\" name=\"Keyboard shortcut for text documents\">Keyboard shortcut for text documents</link>"
msgstr "<link href=\"text/swriter/04/01020000.xhp\" name=\"Keyboard shortcut for text documents\">Keyboard shortcut for text documents</link>"
diff --git a/translations/source/en-ZA/instsetoo_native/inc_openoffice/windows/msi_languages.po b/translations/source/en-ZA/instsetoo_native/inc_openoffice/windows/msi_languages.po
index ff826087d12..06ed07328ff 100644
--- a/translations/source/en-ZA/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/translations/source/en-ZA/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-19 18:59+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -31,68 +31,6 @@ msgstr "An older version of [ProductName] was found. To install a newer version,
msgid "Please exit [DEFINEDPRODUCT] [DEFINEDVERSION] and the [DEFINEDPRODUCT] [DEFINEDVERSION] Quickstarter before you continue. If you are using a multi-user system, also make sure that no other user has [DEFINEDPRODUCT] [DEFINEDVERSION] open."
msgstr "Please exit [DEFINEDPRODUCT] [DEFINEDVERSION] and the [DEFINEDPRODUCT] [DEFINEDVERSION] Quickstarter before you continue. If you are using a multi-user system, also make sure that no other user has [DEFINEDPRODUCT] [DEFINEDVERSION] open."
-#: Nsis.ulf#SetupCaption.LngText.text
-msgid "%PRODUCTNAME %PRODUCTVERSION Installation Preparation"
-msgstr "%PRODUCTNAME %PRODUCTVERSION Installation Preparation"
-
-#: Nsis.ulf#MUI_TEXT_WELCOME_INFO_TITLE.LngText.text
-msgid "Thank you for downloading %PRODUCTNAME %PRODUCTVERSION."
-msgstr "Thank you for downloading %PRODUCTNAME %PRODUCTVERSION."
-
-#: Nsis.ulf#MUI_TEXT_WELCOME_INFO_TEXT.LngText.text
-msgid ""
-"The installation files must be unpacked and copied to your hard disk in preparation for the installation. After that, the %PRODUCTNAME installation will start automatically.\n"
-"\n"
-"Click \\'Next\\' to continue."
-msgstr ""
-"The installation files must be unpacked and copied to your hard disk in preparation for the installation. After that, the %PRODUCTNAME installation will start automatically.\n"
-"\n"
-"Click \\'Next\\' to continue."
-
-#: Nsis.ulf#MUI_TEXT_DIRECTORY_TITLE.LngText.text
-msgid "Select Folder"
-msgstr "Select Folder"
-
-#: Nsis.ulf#MUI_TEXT_DIRECTORY_SUBTITLE.LngText.text
-msgid "Select the folder in which to save the unpacked files."
-msgstr "Select the folder in which to save the unpacked files."
-
-#: Nsis.ulf#InstallBtn.LngText.text
-msgid "&Unpack"
-msgstr "&Unpack"
-
-#: Nsis.ulf#DirText.LngText.text
-msgid "The %PRODUCTNAME %PRODUCTVERSION installation files will be unpacked and saved in the folder shown below. If you would like to save %PRODUCTNAME to a different folder, click \\'Browse\\' to select another folder."
-msgstr "The %PRODUCTNAME %PRODUCTVERSION installation files will be unpacked and saved in the folder shown below. If you would like to save %PRODUCTNAME to a different folder, click \\'Browse\\' to select another folder."
-
-#: Nsis.ulf#DirSubText.LngText.text
-msgid "Destination Folder"
-msgstr "Destination Folder"
-
-#: Nsis.ulf#SpaceRequired.LngText.text
-msgid "Space required: "
-msgstr "Space required: "
-
-#: Nsis.ulf#SpaceAvailable.LngText.text
-msgid "Space available: "
-msgstr "Space available: "
-
-#: Nsis.ulf#MUI_TEXT_INSTALLING_TITLE.LngText.text
-msgid "Unpacking"
-msgstr "Unpacking"
-
-#: Nsis.ulf#MUI_TEXT_INSTALLING_SUBTITLE.LngText.text
-msgid "Please wait while the installation files are being unpacked."
-msgstr "Please wait while the installation files are being unpacked."
-
-#: Nsis.ulf#Extract.LngText.text
-msgid "Extract: "
-msgstr "Extract: "
-
-#: Nsis.ulf#MUI_TEXT_ABORTWARNING.LngText.text
-msgid "Are you sure you want to quit the %PRODUCTNAME %PRODUCTVERSION Installation Preparation"
-msgstr "Are you sure you want to quit the %PRODUCTNAME %PRODUCTVERSION Installation Preparation"
-
#: Error.ulf#OOO_ERROR_1.LngText.text
msgid "{{Fatal error: }}"
msgstr "{{Fatal error: }}"
diff --git a/translations/source/en-ZA/mysqlc/source.po b/translations/source/en-ZA/mysqlc/source.po
index 3534d2e2a95..3e58f482d4b 100644
--- a/translations/source/en-ZA/mysqlc/source.po
+++ b/translations/source/en-ZA/mysqlc/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-19 19:47+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/translations/source/en-ZA/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index ead60550da3..268133e4214 100644
--- a/translations/source/en-ZA/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/translations/source/en-ZA/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:53+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/translations/source/en-ZA/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
new file mode 100644
index 00000000000..a102d7570ca
--- /dev/null
+++ b/translations/source/en-ZA/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
@@ -0,0 +1,205 @@
+#. extracted from nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.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+nlpsolver%2Fhelp%2Fen%2Fcom.sun.star.comp.Calc.NLPSolver.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: Options.xhp#tit.help.text
+msgid "Options"
+msgstr "Options"
+
+#: Options.xhp#bm_id0503200917110375_scalc.help.text
+msgid "<bookmark_value>Solver for Nonlinear Problems;Options</bookmark_value>"
+msgstr ""
+
+#: Options.xhp#hd_id0503200917103593.help.text
+msgid "General Options"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103780.help.text
+msgid "Size of Swarm"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103723.help.text
+msgid "… defines the number of individuals to participate in the learning process. Each individual finds its own solutions and contributes to the overall knowledge."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103771.help.text
+msgid "Learning Cycles"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103720.help.text
+msgid "… defines the number of iterations, the algorithm should take. In each iteration, all individuals make a guess on the best solution and share their knowledge."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103732.help.text
+msgid "Variable Bounds Guessing"
+msgstr ""
+
+#: Options.xhp#par_id050320091710378.help.text
+msgid "If enabled (default), the algorithm tries to find variable bounds by looking at the starting values."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103794.help.text
+msgid "Variable Bounds Threshold"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103710.help.text
+msgid "When guessing variable bounds, this threshold specifies, how the initial values are shifted to build the bounds. For an example how these values are calculated, please refer to the Manual in the Wiki."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103740.help.text
+msgid "Use ACR Comparator"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103766.help.text
+msgid "If <emph>disabled</emph> (default), the BCH Comparator is used. It compares two individuals by first looking at their constraint violations and only if those are equal, it measures their current solution."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103744.help.text
+msgid "If <emph>enabled</emph>, the ACR Comparator is used. It compares two individuals dependent on the current iteration and measures their goodness with knowledge about the libraries worst known solutions (in regard to their constraint violations)."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103792.help.text
+msgid "Use Random Starting Point"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103790.help.text
+msgid "If <emph>enabled</emph>, the library is simply filled up with randomly chosen points."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103765.help.text
+msgid "If <emph>disabled</emph>, the currently present values (as given by the user) are inserted in the library as reference point."
+msgstr ""
+
+#: Options.xhp#par_id0504200917103794.help.text
+msgid "Stagnation Limit"
+msgstr ""
+
+#: Options.xhp#par_id050320091710377.help.text
+msgid "If this number of individuals found solutions within a close range, the iteration is stopped and the best of these values is chosen as optimal."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103762.help.text
+msgid "Stagnation Tolerance"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103834.help.text
+msgid "Defines in what range solutions are considered “similar”."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103891.help.text
+msgid "Show Enhanced Solver Status"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103832.help.text
+msgid "If <emph>enabled</emph>, an additional dialog is shown during the solving process which gives informations about the current progress, the level of stagnation, the currently best known solution as well as the possibility, to stop or resume the solver."
+msgstr ""
+
+#: Options.xhp#hd_id0603200910392151.help.text
+msgid "DEPS-specific Options"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394232.help.text
+msgid "Agent Switch Rate"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394248.help.text
+msgid "Specifies the probability for an individual to choose the Differential Evolution strategy."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394277.help.text
+msgid "DE: Crossover Probability"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394280.help.text
+msgid "… defines the probability of the individual being combined with the globally best point. If crossover is not used, the point is assembled from the own memory of the individual."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394216.help.text
+msgid "DE: Scaling Factor"
+msgstr ""
+
+#: Options.xhp#par_id060320091039424.help.text
+msgid "During crossover, the scaling factor decides about the “speed” of movement."
+msgstr ""
+
+#: Options.xhp#par_id060320091039421.help.text
+msgid "PS: Constriction Coefficient"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394225.help.text
+msgid "… defines the speed at which the particles/individuals move towards each other."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394222.help.text
+msgid "PS: Cognitive Constant"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394212.help.text
+msgid "… sets the importance of the own memory (in particular the best reached point so far)."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394292.help.text
+msgid "PS: Social Constant"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394284.help.text
+msgid "… sets the importance of the global best point between all particles/individuals."
+msgstr ""
+
+#: Options.xhp#par_id060320091039425.help.text
+msgid "PS: Mutation Probability"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394272.help.text
+msgid "… defines the probability, that instead of moving a component of the particle towards the best point, it randomly chooses a new value from the valid range for that variable."
+msgstr ""
+
+#: Options.xhp#hd_id0603200910401383.help.text
+msgid "SCO-specific Options"
+msgstr ""
+
+#: Options.xhp#par_id0603200910401382.help.text
+msgid "Size of Library"
+msgstr ""
+
+#: Options.xhp#par_id060320091040136.help.text
+msgid "… defines the amount of informations to store in the public library. Each individual stores knowledge there and asks for informations."
+msgstr ""
+
+#: Usage.xhp#tit.help.text
+msgctxt "Usage.xhp#tit.help.text"
+msgid "Usage"
+msgstr ""
+
+#: Usage.xhp#bm_id0603200910434044_scalc.help.text
+msgid "<bookmark_value>Solver for Nonlinear Problems;Usage</bookmark_value>"
+msgstr ""
+
+#: Usage.xhp#hd_id0603200910430882.help.text
+msgctxt "Usage.xhp#hd_id0603200910430882.help.text"
+msgid "Usage"
+msgstr ""
+
+#: Usage.xhp#par_id0603200910430845.help.text
+msgid "Regardless whether you use DEPS or SCO, you start by going to Tools → Solver and set the Cell to be optimized, the direction to go (minimization, maximization) and the cells to be modified to reach the goal. Then you go to the Options and specify the solver to be used and if necessary adjust the according <link href=\"com.sun.star.comp.Calc.NLPSolver/Options.xhp\">parameters</link>."
+msgstr ""
+
+#: Usage.xhp#par_id0603200910430821.help.text
+msgid "There is also a list of constraints you can use to restrict the possible range of solutions or to penalize certain conditions. However, in case of the evolutionary solvers DEPS and SCO, these constraints are also used to specify bounds on the variables of the problem. Due to the random nature of the algorithms, it is <emph>highly recommended</emph> to do so and give upper (and in case \"Assume Non-Negative Variables\" is turned off also lower) bounds for all variables. They don't have to be near the actual solution (which is probably unknown) but should give a rough indication of the expected size (0 ≤ var ≤ 1 or maybe -1000000 ≤ var ≤ 1000000)."
+msgstr ""
+
+#: Usage.xhp#par_id0603200910430873.help.text
+msgid "Bounds are specified by selecting one or more variables (as range) on the left side and entering a numerical value (not a cell or a formula) on the right side. That way you can also choose one or more variables to be <emph>Integer</emph> or <emph>Binary</emph> only."
+msgstr ""
diff --git a/translations/source/en-ZA/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/translations/source/en-ZA/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
new file mode 100644
index 00000000000..c53e858ddb3
--- /dev/null
+++ b/translations/source/en-ZA/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
@@ -0,0 +1,23 @@
+#. extracted from nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.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+nlpsolver%2Fsrc%2Fcom%2Fsun%2Fstar%2Fcomp%2FCalc%2FNLPSolver.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Solver for Nonlinear Programming"
+msgstr ""
+
+#: description.xml#extdesc.extdesc.description.text
+msgid "This extension integrates into Calc and offers new Solver engines to use for optimizing nonlinear programming models.\n"
+msgstr ""
diff --git a/translations/source/en-ZA/nlpsolver/src/locale.po b/translations/source/en-ZA/nlpsolver/src/locale.po
new file mode 100644
index 00000000000..09ab15b80f0
--- /dev/null
+++ b/translations/source/en-ZA/nlpsolver/src/locale.po
@@ -0,0 +1,179 @@
+#. extracted from nlpsolver/src/locale.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+nlpsolver%2Fsrc%2Flocale.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.AssumeNonNegative.property.text
+msgid "Assume Non-Negative Variables"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.SwarmSize.property.text
+msgid "Size of Swarm"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.LibrarySize.property.text
+msgid "Size of Library"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.LearningCycles.property.text
+msgid "Learning Cycles"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.GuessVariableRange.property.text
+msgid "Variable Bounds Guessing"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.VariableRangeThreshold.property.text
+msgid "Variable Bounds Threshold (when guessing)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.UseACRComparator.property.text
+msgid "Use ACR Comparator (instead of BCH)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.UseRandomStartingPoint.property.text
+msgid "Use Random starting point"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.StagnationLimit.property.text
+msgid "Stagnation Limit"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.Tolerance.property.text
+msgid "Stagnation Tolerance"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.EnhancedSolverStatus.property.text
+msgid "Show enhanced solver status"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.AgentSwitchRate.property.text
+msgid "Agent Switch Rate (DE Probability)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.DEFactor.property.text
+msgid "DE: Scaling Factor (0-1.2)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.DECR.property.text
+msgid "DE: Crossover Probability (0-1)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSC1.property.text
+msgid "PS: Cognitive Constant"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSC2.property.text
+msgid "PS: Social Constant"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSWeight.property.text
+msgid "PS: Constriction Coefficient"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSCL.property.text
+msgid "PS: Mutation Probability (0-0.005)"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Dialog.Caption.property.text
+msgid "Solver Status"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblSolution.property.text
+msgid "Current Solution:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblIteration.property.text
+msgid "Iteration:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblStagnation.property.text
+msgid "Stagnation:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblRuntime.property.text
+msgid "Runtime:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnStop.property.text
+msgid "Stop"
+msgstr "Stop"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnOK.property.text
+msgid "OK"
+msgstr "OK"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnContinue.property.text
+msgid "Continue"
+msgstr "Continue"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopIteration.property.text
+msgid "Maximum iterations reached."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopStagnation.property.text
+msgid "Process stopped due to stagnation."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopUser.property.text
+msgid "Process stopped due to user interruption."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.CurrentIteration.property.text
+msgid "Process stopped at iteration %d of %d."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Nanoseconds.property.text
+msgid "Nanoseconds"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Microseconds.property.text
+msgid "Microseconds"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Milliseconds.property.text
+msgid "Milliseconds"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Second.property.text
+msgid "Second"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Seconds.property.text
+msgid "Seconds"
+msgstr "Seconds"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Minute.property.text
+msgid "Minute"
+msgstr "Minute"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Minutes.property.text
+msgid "Minutes"
+msgstr "Minutes"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Hour.property.text
+msgid "Hour"
+msgstr "Hour"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Hours.property.text
+msgid "Hours"
+msgstr "Hours"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Day.property.text
+msgid "Day"
+msgstr "Day"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Days.property.text
+msgid "Days"
+msgstr "Days"
diff --git a/translations/source/en-ZA/officecfg/registry/data/org/openoffice/Office.po b/translations/source/en-ZA/officecfg/registry/data/org/openoffice/Office.po
index 45cc8899a8b..f4f47b85ee2 100644
--- a/translations/source/en-ZA/officecfg/registry/data/org/openoffice/Office.po
+++ b/translations/source/en-ZA/officecfg/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-19 19:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/officecfg/registry/data/org/openoffice/Office/UI.po b/translations/source/en-ZA/officecfg/registry/data/org/openoffice/Office/UI.po
index 2b0d0f96b21..07a1867a038 100644
--- a/translations/source/en-ZA/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/en-ZA/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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-11-26 02:17+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-01-11 16:44+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: WriterReportWindowState.xcu#..WriterReportWindowState.UIElements.States.private_resource/toolbar/standardbar.UIName.value.text
@@ -2709,10 +2709,6 @@ msgstr "8 Bit colour palette"
msgid "24 Bit True Color"
msgstr "24 Bit True Colour"
-#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_BigHandles.Label.value.text
-msgid "Large Handles"
-msgstr "Large Handles"
-
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_DoubleClickTextEdit.Label.value.text
msgid "Double-click to edit Text"
msgstr "Double-click to edit Text"
@@ -2843,7 +2839,7 @@ msgstr "Styl~es"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_SnapLinesMenu.Label.value.text
msgid "~Snap Lines"
-msgstr ""
+msgstr "~Snap Lines"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_MasterPageMenu.Label.value.text
msgctxt "DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_MasterPageMenu.Label.value.text"
@@ -3273,6 +3269,11 @@ msgctxt "BasicIDEWindowState.xcu#..BasicIDEWindowState.UIElements.States.private
msgid "Language"
msgstr "Language"
+#: BasicIDEWindowState.xcu#..BasicIDEWindowState.UIElements.States.private_resource/toolbar/formcontrolsbar.UIName.value.text
+#, fuzzy
+msgid "FormControls"
+msgstr "Form Controls"
+
#: BasicIDEWindowState.xcu#..BasicIDEWindowState.UIElements.States.private_resource/toolbar/insertcontrolsbar.UIName.value.text
msgid "Toolbox"
msgstr "Toolbox"
@@ -8160,6 +8161,10 @@ msgstr "Input M~ethod Status"
msgid "Optio~n Bar"
msgstr "Optio~n Bar"
+#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_SendFeedback.Label.value.text
+msgid "Send Feedback..."
+msgstr ""
+
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_ShowLicense.Label.value.text
msgid "License Information..."
msgstr ""
@@ -11202,11 +11207,11 @@ msgstr ""
#: CalcCommands.xcu#..CalcCommands.UserInterface.Popups..uno_InsertCurrentDate.Label.value.text
msgid "Insert Current Date"
-msgstr ""
+msgstr "Insert Current Date"
#: CalcCommands.xcu#..CalcCommands.UserInterface.Popups..uno_InsertCurrentTime.Label.value.text
msgid "Insert Current Time"
-msgstr ""
+msgstr "Insert Current Time"
#: DrawWindowState.xcu#..DrawWindowState.UIElements.States.private_resource/toolbar/extrusionobjectbar.UIName.value.text
msgctxt "DrawWindowState.xcu#..DrawWindowState.UIElements.States.private_resource/toolbar/extrusionobjectbar.UIName.value.text"
@@ -11854,7 +11859,37 @@ msgid "Goto Line Number..."
msgstr ""
#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_ShowLines.Label.value.text
-msgid "Display Source Line Number"
+msgid "Line Numbers"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormRadio.Label.value.text
+msgid "Form Option Button"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormCheck.Label.value.text
+msgid "Form Check Box"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormList.Label.value.text
+msgid "Form List Box"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormCombo.Label.value.text
+msgid "Form Combo Box"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormVScroll.Label.value.text
+#, fuzzy
+msgid "Form Vertical Scroll Bar"
+msgstr "Vertical Scroll Bar"
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormHScroll.Label.value.text
+#, fuzzy
+msgid "Form Horizonal Scroll Bar"
+msgstr "Horizontal Scroll Bar"
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormSpin.Label.value.text
+msgid "Form Spin Button"
msgstr ""
#: WriterWebWindowState.xcu#..WriterWebWindowState.UIElements.States.private_resource/toolbar/standardbar.UIName.value.text
diff --git a/translations/source/en-ZA/padmin/source.po b/translations/source/en-ZA/padmin/source.po
index 3bbcb4c9603..58859aa93ab 100644
--- a/translations/source/en-ZA/padmin/source.po
+++ b/translations/source/en-ZA/padmin/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-19 20:07+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/readlicense_oo/docs/readme.po b/translations/source/en-ZA/readlicense_oo/docs/readme.po
index e022daa7c15..9b4c4412103 100644
--- a/translations/source/en-ZA/readlicense_oo/docs/readme.po
+++ b/translations/source/en-ZA/readlicense_oo/docs/readme.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-19 20:41+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -104,7 +104,7 @@ msgid "1024x768 resolution (higher resolution recommended), at least 256 colors"
msgstr "1024x768 resolution (higher resolution recommended), at least 256 colours"
#: readme.xrm#edssc3d.edssc3d.readmeitem.text
-msgctxt "readme.xrm#edssc3d.edssc3d.readmeitem.text"
+#, fuzzy
msgid "Please be aware that administrator rights are needed for the installation process."
msgstr "Please be aware that administrator rights are needed for the installation process."
@@ -113,21 +113,12 @@ msgid "Registration of ${PRODUCTNAME} as default application for Microsoft Offic
msgstr "Registration of ${PRODUCTNAME} as default application for Microsoft Office formats can be forced or suppressed by using the following command line switches with the installer:"
#: readme.xrm#MSOReg2.MSOReg2.readmeitem.text
-msgid "<tt>/msoreg=1</tt> will force registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
-msgstr "<tt>/msoreg=1</tt> will force registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
+msgid "<tt>REGISTER_ALL_MSO_TYPES=1</tt> will force registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
+msgstr ""
#: readme.xrm#MSOReg3.MSOReg3.readmeitem.text
-msgid "<tt>/msoreg=0</tt> will suppress registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
-msgstr "<tt>/msoreg=0</tt> will suppress registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
-
-#: readme.xrm#DLLA1.DLLA1.readmeitem.text
-msgid "If you perform an administrative installation using setup /a, you need to make sure that the file msvc90.dll is installed on the system. This file is required for ${PRODUCTNAME} to start after an administrative installation. You can get the file from <a href=\"http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF\">http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF</a>"
-msgstr "If you perform an administrative installation using setup /a, you need to make sure that the file msvc90.dll is installed on the system. This file is required for ${PRODUCTNAME} to start after an administrative installation. You can get the file from <a href=\"http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF\">http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF</a>"
-
-#: readme.xrm#AdminNeeded.AdminNeeded.readmeitem.text
-msgctxt "readme.xrm#AdminNeeded.AdminNeeded.readmeitem.text"
-msgid "Please be aware that administrator rights are needed for the installation process."
-msgstr "Please be aware that administrator rights are needed for the installation process."
+msgid "<tt>REGISTER_NO_MSO_TYPES=1</tt> will suppress registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
+msgstr ""
#: readme.xrm#s2we10.s2we10.readmeitem.text
msgid "As a general rule, you are recommended to install ${PRODUCTNAME} via the installation methods recommended by your particular Linux distribution (such as the Ubuntu Software Center, in the case of Ubuntu Linux). This is because it is usually the simplest way to obtain an installation that is optimally integrated into your system. Indeed, ${PRODUCTNAME} may well be already installed by default when you originally install your Linux operating system."
@@ -186,8 +177,9 @@ msgid "Installation of ${PRODUCTNAME} on Debian/Ubuntu-based Linux systems"
msgstr "Installation of ${PRODUCTNAME} on Debian/Ubuntu-based Linux systems"
#: readme.xrm#debianinstall1.debianinstall1.readmeitem.text
-msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to do that, please read the section below entitled Deinstallation of a Previous Version of ${PRODUCTNAME}. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
-msgstr "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to do that, please read the section below entitled Deinstallation of a Previous Version of ${PRODUCTNAME}. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
+msgctxt "readme.xrm#debianinstall1.debianinstall1.readmeitem.text"
+msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
+msgstr ""
#: readme.xrm#debianinstall2.debianinstall2.readmeitem.text
msgctxt "readme.xrm#debianinstall2.debianinstall2.readmeitem.text"
@@ -236,8 +228,9 @@ msgid "Installation of ${PRODUCTNAME} on Fedora, Suse, Mandriva and other Linux
msgstr "Installation of ${PRODUCTNAME} on Fedora, Suse, Mandriva and other Linux systems using RPM packages"
#: readme.xrm#rpminstall1.rpminstall1.readmeitem.text
-msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to do that, please read the section below entitled De-installation of a Previous Version of ${PRODUCTNAME}. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
-msgstr "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to do that, please read the section below entitled De-installation of a Previous Version of ${PRODUCTNAME}. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
+msgctxt "readme.xrm#rpminstall1.rpminstall1.readmeitem.text"
+msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
+msgstr ""
#: readme.xrm#rpminstall2.rpminstall2.readmeitem.text
msgctxt "readme.xrm#rpminstall2.rpminstall2.readmeitem.text"
@@ -281,16 +274,20 @@ msgid "Now run the installation command again:"
msgstr "Now run the installation command again:"
#: readme.xrm#rpminstallB.rpminstallB.readmeitem.text
-msgid "For Fedora-based systems: su -c 'yum install *redhat*.rpm'"
-msgstr "For Fedora-based systems: su -c 'yum install *redhat*.rpm'"
+msgid "For Fedora-based systems: su -c 'yum install *freedesktop*.rpm'"
+msgstr "For Fedora-based systems: su -c 'yum install *freedesktop*.rpm'"
#: readme.xrm#rpminstallC.rpminstallC.readmeitem.text
msgid "For Mandriva-based systems: sudo urpmi *mandriva*.rpm"
msgstr "For Mandriva-based systems: sudo urpmi *mandriva*.rpm"
+#: readme.xrm#rpminstallF.rpminstallF.readmeitem.text
+msgid "For SUSE-based systems: rpm -Uvh *suse*.rpm"
+msgstr ""
+
#: readme.xrm#rpminstallD.rpminstallD.readmeitem.text
-msgid "For other RPM-based systems (Suse, etc.): rpm -Uvh *suse*.rpm"
-msgstr "For other RPM-based systems (Suse, etc.): rpm -Uvh *suse*.rpm"
+msgid "For other RPM-based systems: rpm -Uvh *freedesktop*.rpm"
+msgstr ""
#: readme.xrm#rpminstallE.rpminstallE.readmeitem.text
msgctxt "readme.xrm#rpminstallE.rpminstallE.readmeitem.text"
diff --git a/translations/source/en-ZA/reportbuilder/java/com/sun/star/report/function/metadata.po b/translations/source/en-ZA/reportbuilder/java/com/sun/star/report/function/metadata.po
new file mode 100644
index 00000000000..232f8f35cea
--- /dev/null
+++ b/translations/source/en-ZA/reportbuilder/java/com/sun/star/report/function/metadata.po
@@ -0,0 +1,39 @@
+#. extracted from reportbuilder/java/com/sun/star/report/function/metadata.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+reportbuilder%2Fjava%2Fcom%2Fsun%2Fstar%2Freport%2Ffunction%2Fmetadata.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: Author_Function_en_US.properties#display_name.property.text
+msgid "AUTHOR"
+msgstr ""
+
+#: Author_Function_en_US.properties#description.property.text
+msgid "Returns the author of the report."
+msgstr ""
+
+#: Title_Function_en_US.properties#display_name.property.text
+msgid "TITLE"
+msgstr ""
+
+#: Title_Function_en_US.properties#description.property.text
+msgid "Returns the title of the report."
+msgstr ""
+
+#: category_en_US.properties#display_name.property.text
+msgid "MetaData"
+msgstr ""
+
+#: category_en_US.properties#description.property.text
+msgid "Contains functions about meta data"
+msgstr ""
diff --git a/translations/source/en-ZA/reportbuilder/registry/data/org/openoffice/Office.po b/translations/source/en-ZA/reportbuilder/registry/data/org/openoffice/Office.po
index 6c1d64be51d..99e76b8f660 100644
--- a/translations/source/en-ZA/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/translations/source/en-ZA/reportbuilder/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:54+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/reportbuilder/registry/data/org/openoffice/Office/UI.po b/translations/source/en-ZA/reportbuilder/registry/data/org/openoffice/Office/UI.po
index e153df917b8..f3d63742153 100644
--- a/translations/source/en-ZA/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/en-ZA/reportbuilder/registry/data/org/openoffice/Office/UI.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-19 18:54+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -238,7 +238,7 @@ msgstr "Report Output Format"
#: ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_SnapLinesMenu.Label.value.text
msgid "~Snap Lines"
-msgstr ""
+msgstr "~Snap Lines"
#: ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_ObjectResize.Label.value.text
msgctxt "ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_ObjectResize.Label.value.text"
diff --git a/translations/source/en-ZA/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/translations/source/en-ZA/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index 944e6c357e9..1fdde7560dc 100644
--- a/translations/source/en-ZA/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/translations/source/en-ZA/reportbuilder/registry/data/org/openoffice/TypeDetection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:55+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/reportbuilder/util.po b/translations/source/en-ZA/reportbuilder/util.po
index 71137bef496..7af9149a158 100644
--- a/translations/source/en-ZA/reportbuilder/util.po
+++ b/translations/source/en-ZA/reportbuilder/util.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/reportdesign/source/core/resource.po b/translations/source/en-ZA/reportdesign/source/core/resource.po
index 82bfeb915b2..c765bb45ebb 100644
--- a/translations/source/en-ZA/reportdesign/source/core/resource.po
+++ b/translations/source/en-ZA/reportdesign/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 21:55+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/reportdesign/source/ui/dlg.po b/translations/source/en-ZA/reportdesign/source/ui/dlg.po
index e59a74dd674..385db9e01e7 100644
--- a/translations/source/en-ZA/reportdesign/source/ui/dlg.po
+++ b/translations/source/en-ZA/reportdesign/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:55+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/reportdesign/source/ui/inspection.po b/translations/source/en-ZA/reportdesign/source/ui/inspection.po
index ce44eb9930f..1724e832915 100644
--- a/translations/source/en-ZA/reportdesign/source/ui/inspection.po
+++ b/translations/source/en-ZA/reportdesign/source/ui/inspection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 21:55+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/reportdesign/source/ui/report.po b/translations/source/en-ZA/reportdesign/source/ui/report.po
index 4dc7b3f6025..2a0e6e10c42 100644
--- a/translations/source/en-ZA/reportdesign/source/ui/report.po
+++ b/translations/source/en-ZA/reportdesign/source/ui/report.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:55+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sc/source/core/src.po b/translations/source/en-ZA/sc/source/core/src.po
index 86de03eb73f..c3f45f85324 100644
--- a/translations/source/en-ZA/sc/source/core/src.po
+++ b/translations/source/en-ZA/sc/source/core/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:55+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sc/source/ui/cctrl.po b/translations/source/en-ZA/sc/source/ui/cctrl.po
index c7eefeda55c..380a22d1232 100644
--- a/translations/source/en-ZA/sc/source/ui/cctrl.po
+++ b/translations/source/en-ZA/sc/source/ui/cctrl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:55+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sc/source/ui/dbgui.po b/translations/source/en-ZA/sc/source/ui/dbgui.po
index b118a5c632f..f901a3b9aeb 100644
--- a/translations/source/en-ZA/sc/source/ui/dbgui.po
+++ b/translations/source/en-ZA/sc/source/ui/dbgui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-19 20:17+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sc/source/ui/docshell.po b/translations/source/en-ZA/sc/source/ui/docshell.po
index fa9afd9d65a..cf135cf7fd7 100644
--- a/translations/source/en-ZA/sc/source/ui/docshell.po
+++ b/translations/source/en-ZA/sc/source/ui/docshell.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:55+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sc/source/ui/drawfunc.po b/translations/source/en-ZA/sc/source/ui/drawfunc.po
index 15d2d8415d0..442279647de 100644
--- a/translations/source/en-ZA/sc/source/ui/drawfunc.po
+++ b/translations/source/en-ZA/sc/source/ui/drawfunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:55+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sc/source/ui/formdlg.po b/translations/source/en-ZA/sc/source/ui/formdlg.po
index ec5db4f344d..0e654eb0220 100644
--- a/translations/source/en-ZA/sc/source/ui/formdlg.po
+++ b/translations/source/en-ZA/sc/source/ui/formdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:55+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sc/source/ui/miscdlgs.po b/translations/source/en-ZA/sc/source/ui/miscdlgs.po
index e5a5bbf4c4b..039bd7f5488 100644
--- a/translations/source/en-ZA/sc/source/ui/miscdlgs.po
+++ b/translations/source/en-ZA/sc/source/ui/miscdlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-19 20:17+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sc/source/ui/navipi.po b/translations/source/en-ZA/sc/source/ui/navipi.po
index 2a099abad77..70ef2e17165 100644
--- a/translations/source/en-ZA/sc/source/ui/navipi.po
+++ b/translations/source/en-ZA/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 02:17+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: navipi.src#RID_SCDLG_NAVIGATOR.FT_ROW.fixedtext.text
diff --git a/translations/source/en-ZA/sc/source/ui/pagedlg.po b/translations/source/en-ZA/sc/source/ui/pagedlg.po
index 34ab868cc0e..0b54652d16b 100644
--- a/translations/source/en-ZA/sc/source/ui/pagedlg.po
+++ b/translations/source/en-ZA/sc/source/ui/pagedlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 21:55+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sc/source/ui/src.po b/translations/source/en-ZA/sc/source/ui/src.po
index 78ca575f545..3e3b8358976 100644
--- a/translations/source/en-ZA/sc/source/ui/src.po
+++ b/translations/source/en-ZA/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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-11-26 02:17+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2011-12-15 13:04+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: namedlg.src#RID_SCDLG_NAMES.BTN_ADD.pushbutton.text
@@ -29,18 +29,13 @@ msgstr "~Delete"
#: namedlg.src#RID_SCDLG_NAMES.BTN_NAME_OK.pushbutton.text
msgid "OK"
-msgstr ""
+msgstr "OK"
#: namedlg.src#RID_SCDLG_NAMES.BTN_NAME_CANCEL.pushbutton.text
msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_NAME_CANCEL.pushbutton.text"
msgid "Cancel"
msgstr "Cancel"
-#: namedlg.src#RID_SCDLG_NAMES.BTN_SELECT.pushbutton.text
-msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_SELECT.pushbutton.text"
-msgid "Select Range"
-msgstr "Select Range"
-
#: namedlg.src#RID_SCDLG_NAMES.FT_SCOPE.fixedtext.text
#, fuzzy
msgctxt "namedlg.src#RID_SCDLG_NAMES.FT_SCOPE.fixedtext.text"
@@ -70,6 +65,7 @@ msgid "Shrink"
msgstr "Shrink"
#: namedlg.src#RID_SCDLG_NAMES.BTN_MORE.checkbox.text
+msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_MORE.checkbox.text"
msgid "Range Options"
msgstr ""
@@ -97,25 +93,6 @@ msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_COLHEADER.checkbox.text"
msgid "Repeat ~column"
msgstr "Repeat ~column"
-#: namedlg.src#RID_SCDLG_NAMES.STR_INVALIDSYMBOL.string.text
-#, fuzzy
-msgctxt "namedlg.src#RID_SCDLG_NAMES.STR_INVALIDSYMBOL.string.text"
-msgid "Invalid expression"
-msgstr "Invalid expression"
-
-#: namedlg.src#RID_SCDLG_NAMES.STR_MODIFYFAILED.string.text
-msgid "Modifying range name failed"
-msgstr ""
-
-#: 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_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_DEFAULT_INFO.string.text
msgid "Select cells in the document to update the range."
msgstr ""
@@ -445,10 +422,6 @@ msgstr "~Page breaks"
msgid "Helplines ~While Moving"
msgstr ""
-#: optdlg.src#RID_SCPAGE_CONTENT.CB_BIGHANDLES.checkbox.text
-msgid "~Large handles"
-msgstr "~Large handles"
-
#: optdlg.src#RID_SCPAGE_CONTENT.GB_DISPLAY.fixedline.text
msgid "Display"
msgstr "Display"
@@ -1664,9 +1637,9 @@ msgstr "Delete"
msgid "Restore"
msgstr "Restore"
-#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_LAST.pushbutton.text
-msgid "Last Record"
-msgstr "Last Record"
+#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_PREV.pushbutton.text
+msgid "Previous Record"
+msgstr "Previous Record"
#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_NEXT.pushbutton.text
msgid "Next Record"
@@ -3919,8 +3892,8 @@ msgid "Number"
msgstr "Number"
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ARC_COS_HYP.3.string.text
-msgid "A value greater than or equal to 1 for which the hyperbolic cosine is to be returned."
-msgstr "A value greater than or equal to 1 for which the hyperbolic cosine is to be returned."
+msgid "A value greater than or equal to 1 for which the inverse hyperbolic cosine is to be returned."
+msgstr ""
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ARC_SIN_HYP.1.string.text
msgid "Returns the inverse hyperbolic sine of a number."
@@ -4111,6 +4084,60 @@ msgstr "number_y"
msgid "The value for the y coordinate."
msgstr "The value for the y coordinate."
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.1.string.text
+msgid "Return the cosecant of an angle. CSC(x)=1/SIN(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.3.string.text
+#, fuzzy
+msgid "The angle in radians for which the cosecant is to be calculated."
+msgstr "The angle in radians for which the sine is to be calculated."
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.1.string.text
+msgid "Return the secant of an angle. SEC(x)=1/COS(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.3.string.text
+#, fuzzy
+msgid "The angle in radians for which the secant is to be calculated."
+msgstr "The angle in radians for which the sine is to be calculated."
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.1.string.text
+msgid "Return the hyperbolic cosecant of a hyperbolic angle. CSCH(x)=1/SINH(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.3.string.text
+msgid "The hyperbolic angle in radians for which the hyperbolic cosecant is to be calculated."
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.1.string.text
+msgid "Return the hyperbolic secant of a hyperbolic angle. SECH(x)=1/COSH(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.3.string.text
+msgid "The hyperbolic angle in radians for which the hyperbolic secant is to be calculated."
+msgstr ""
+
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_DEG.1.string.text
msgid "Converts a radian to degrees"
msgstr "Converts a radian to degrees"
@@ -10563,7 +10590,7 @@ msgstr "Edit range names"
#: globstr.src#RID_GLOBSTR.STR_UNDO_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "~Change Case"
#: globstr.src#RID_GLOBSTR.STR_DB_NONAME.string.text
msgctxt "globstr.src#RID_GLOBSTR.STR_DB_NONAME.string.text"
@@ -11881,7 +11908,6 @@ msgstr "Select Cell"
#: 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 "Select Range"
@@ -12162,6 +12188,25 @@ msgstr "Scope"
msgid "Document (Global)"
msgstr "Document (Global)"
+#: globstr.src#RID_GLOBSTR.STR_ERR_NAME_EXISTS.string.text
+msgid "Invalid name. Already in use for the selected scope."
+msgstr ""
+
+#: globstr.src#RID_GLOBSTR.STR_ERR_NAME_INVALID.string.text
+msgid "Invalid name. Only use letters, numbers and underscore."
+msgstr ""
+
+#: globstr.src#RID_GLOBSTR.STR_UNSAVED_EXT_REF.string.text
+msgid ""
+"This Document contains external references to unsaved documents.\n"
+"\n"
+"Do you want to continue?"
+msgstr ""
+
+#: globstr.src#RID_GLOBSTR.STR_CLOSE_WITH_UNSAVED_REFS.string.text
+msgid "This Document is referenced by another document and not yet saved. Closing it without saving will result in data loss."
+msgstr ""
+
#: crnrdlg.src#RID_SCDLG_COLROWNAMERANGES.FL_ASSIGN.fixedline.text
msgctxt "crnrdlg.src#RID_SCDLG_COLROWNAMERANGES.FL_ASSIGN.fixedline.text"
msgid "Range"
@@ -12923,7 +12968,8 @@ msgid "Cancel"
msgstr "Cancel"
#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_MORE.checkbox.text
-msgid "RangeOptions"
+msgctxt "namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_MORE.checkbox.text"
+msgid "Range Options"
msgstr ""
#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.FT_NAME.fixedtext.text
@@ -12974,20 +13020,6 @@ msgctxt "namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_COLHEADER.checkbox.text"
msgid "Repeat ~column"
msgstr "Repeat ~column"
-#: 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 "Invalid expression"
-
-#: 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 ""
diff --git a/translations/source/en-ZA/sc/source/ui/styleui.po b/translations/source/en-ZA/sc/source/ui/styleui.po
index 7f37655813f..23462281675 100644
--- a/translations/source/en-ZA/sc/source/ui/styleui.po
+++ b/translations/source/en-ZA/sc/source/ui/styleui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-19 20:41+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -27,7 +27,7 @@ msgstr "Cell Styles"
#: scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.2.filterlist.text
msgid "Applied Styles"
-msgstr ""
+msgstr "Applied Styles"
#: scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.3.filterlist.text
msgctxt "scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.3.filterlist.text"
diff --git a/translations/source/en-ZA/scaddins/source/analysis.po b/translations/source/en-ZA/scaddins/source/analysis.po
index 008b80f299e..ddc3e6eaa76 100644
--- a/translations/source/en-ZA/scaddins/source/analysis.po
+++ b/translations/source/en-ZA/scaddins/source/analysis.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/scaddins/source/datefunc.po b/translations/source/en-ZA/scaddins/source/datefunc.po
index 2bd0355e13c..bab2b95a8d5 100644
--- a/translations/source/en-ZA/scaddins/source/datefunc.po
+++ b/translations/source/en-ZA/scaddins/source/datefunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sccomp/source/solver.po b/translations/source/en-ZA/sccomp/source/solver.po
index 86872a77974..2f551ceaa4d 100644
--- a/translations/source/en-ZA/sccomp/source/solver.po
+++ b/translations/source/en-ZA/sccomp/source/solver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/scp2/source/accessories.po b/translations/source/en-ZA/scp2/source/accessories.po
index 727aa126f93..14f83f338bb 100644
--- a/translations/source/en-ZA/scp2/source/accessories.po
+++ b/translations/source/en-ZA/scp2/source/accessories.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-12 00:16+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/scp2/source/activex.po b/translations/source/en-ZA/scp2/source/activex.po
index 5450914a163..0d948871655 100644
--- a/translations/source/en-ZA/scp2/source/activex.po
+++ b/translations/source/en-ZA/scp2/source/activex.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/scp2/source/base.po b/translations/source/en-ZA/scp2/source/base.po
index dd11d344362..85fee4ea0ce 100644
--- a/translations/source/en-ZA/scp2/source/base.po
+++ b/translations/source/en-ZA/scp2/source/base.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -39,6 +39,16 @@ msgstr "%PRODUCTNAME Base Help"
msgid "Help about %PRODUCTNAME Base"
msgstr "Help about %PRODUCTNAME Base"
+#: postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr ""
+
+#: postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr ""
+
#: folderitem_base.ulf#STR_FI_TOOLTIP_BASE.LngText.text
msgid "Manage databases, create queries and reports to track and manage your information by using Base."
msgstr "Manage databases, create queries and reports to track and manage your information by using Base."
diff --git a/translations/source/en-ZA/scp2/source/binfilter.po b/translations/source/en-ZA/scp2/source/binfilter.po
index 91fe3df7b8b..d3d1a809fb8 100644
--- a/translations/source/en-ZA/scp2/source/binfilter.po
+++ b/translations/source/en-ZA/scp2/source/binfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/scp2/source/calc.po b/translations/source/en-ZA/scp2/source/calc.po
index e01b48f1ff7..5307bbe29b7 100644
--- a/translations/source/en-ZA/scp2/source/calc.po
+++ b/translations/source/en-ZA/scp2/source/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/scp2/source/draw.po b/translations/source/en-ZA/scp2/source/draw.po
index 3bcf134c5ed..bd1861e4303 100644
--- a/translations/source/en-ZA/scp2/source/draw.po
+++ b/translations/source/en-ZA/scp2/source/draw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/scp2/source/extensions.po b/translations/source/en-ZA/scp2/source/extensions.po
index e83556f0a4f..aeb08b8f9dd 100644
--- a/translations/source/en-ZA/scp2/source/extensions.po
+++ b/translations/source/en-ZA/scp2/source/extensions.po
@@ -3,2242 +3,78 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-19 20:09+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 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
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text"
+#, fuzzy
msgid "English"
msgstr "English"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text"
+#, fuzzy
msgid "Installs English support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installs English support in %PRODUCTNAME %PRODUCTVERSION"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text"
+#, fuzzy
msgid "German"
msgstr "German"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text"
+#, fuzzy
msgid "Installs German support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installs German support in %PRODUCTNAME %PRODUCTVERSION"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text"
+#, fuzzy
msgid "French"
msgstr "French"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text"
+#, fuzzy
msgid "Installs French support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installs French support in %PRODUCTNAME %PRODUCTVERSION"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text"
+#, fuzzy
msgid "Italian"
msgstr "Italian"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text"
+#, fuzzy
msgid "Installs Italian support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installs Italian support in %PRODUCTNAME %PRODUCTVERSION"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text"
+#, fuzzy
msgid "Spanish"
msgstr "Spanish"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text"
+#, fuzzy
msgid "Installs Spanish support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installs Spanish support in %PRODUCTNAME %PRODUCTVERSION"
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text"
-msgid "Swedish"
-msgstr "Swedish"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text"
-msgid "Installs Swedish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Swedish support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text"
-msgid "Portuguese"
-msgstr "Portuguese"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Portuguese (Brazil)"
-msgstr "Portuguese (Brazil)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text"
-msgid "Japanese"
-msgstr "Japanese"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text"
-msgid "Installs Japanese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Japanese support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text"
-msgid "Korean"
-msgstr "Korean"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text"
-msgid "Installs Korean support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Korean support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Chinese (simplified)"
-msgstr "Chinese (simplified)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Installs Chinese (simplified) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Chinese (simplified) support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Chinese (traditional)"
-msgstr "Chinese (traditional)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Installs Chinese (traditional) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Chinese (traditional) support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text"
-msgid "Dutch"
-msgstr "Dutch"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text"
-msgid "Installs Dutch support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Dutch support in %PRODUCTNAME %PRODUCTVERSION"
-
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text"
+#, fuzzy
msgid "Hungarian"
msgstr "Hungarian"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text"
-msgid "Installs Hungarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Hungarian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text"
-msgid "Polish"
-msgstr "Polish"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text"
-msgid "Installs Polish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Polish support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text"
-msgid "Russian"
-msgstr "Russian"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text"
-msgid "Installs Russian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Russian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text"
-msgid "Turkish"
-msgstr "Turkish"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text"
-msgid "Installs Turkish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Turkish support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text"
-msgid "Greek"
-msgstr "Greek"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text"
-msgid "Installs Greek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Greek support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text"
-msgid "Thai"
-msgstr "Thai"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text"
-msgid "Installs Thai support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Thai support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text"
-msgid "Czech"
-msgstr "Czech"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text"
-msgid "Installs Czech support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Czech support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text"
-msgid "Slovak"
-msgstr "Slovak"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text"
-msgid "Installs Slovak support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Slovak support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text"
-msgid "Croatian"
-msgstr "Croatian"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text"
-msgid "Installs Croatian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Croatian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text"
-msgid "Estonian"
-msgstr "Estonian"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text"
-msgid "Installs Estonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Estonian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text"
-msgid "Vietnamese"
-msgstr "Vietnamese"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text"
-msgid "Installs Vietnamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Vietnamese support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text"
-msgid "Bulgarian"
-msgstr "Bulgarian"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text"
-msgid "Installs Bulgarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Bulgarian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text"
-msgid "Khmer"
-msgstr "Khmer"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text"
-msgid "Installs Khmer support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Khmer support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Punjabi"
-msgstr "Punjabi"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Installs Punjabi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Punjabi support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Gujarati"
-msgstr "Gujarati"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text"
-msgid "Tamil"
-msgstr "Tamil"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Tamil"
-msgstr "Tamil"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text"
-msgid "Hindi"
-msgstr "Hindi"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Hindi"
-msgstr "Hindi"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text"
-msgid "Southern Sotho (Sutu)"
-msgstr "Southern Sotho (Sutu)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text"
-msgid "Installs Southern Sotho (Sutu) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Southern Sotho (Sutu) support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text"
-msgid "Tswana"
-msgstr "Tswana"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text"
-msgid "Installs Tswana support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Tswana support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text"
-msgid "Xhosa"
-msgstr "Xhosa"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text"
-msgid "Installs Xhosa support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Xhosa support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Zulu"
-msgstr "Zulu"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Installs Zulu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Zulu support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text"
-msgid "Afrikaans"
-msgstr "Afrikaans"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text"
-msgid "Installs Afrikaans support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Afrikaans support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text"
-msgid "Swahili"
-msgstr "Swahili"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Swahili"
-msgstr "Swahili"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text"
-msgid "Lao"
-msgstr "Lao"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text"
-msgid "Installs Lao support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Lao support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text"
-msgid "Burmese"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text
-#, fuzzy
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text"
-msgid "Installs Burmese (Myanmar) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Norwegian (Bokmål) support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Northern Sotho"
-msgstr "Northern Sotho"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Installs Northern Sotho support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Northern Sotho support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text"
-msgid "Bengali"
-msgstr "Bengali"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text"
-msgid "Installs Bengali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Bengali support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Bengali (Bangladesh)"
-msgstr "Bengali (Bangladesh)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Installs Bengali (Bangladesh) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Bengali (Bangladesh) support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Bengali (India)"
-msgstr "Bengali (India)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Installs Bengali (India) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Bengali (India) support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text"
-msgid "Oriya"
-msgstr "Oriya"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Oriya"
-msgstr "Oriya"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text"
-msgid "Marathi"
-msgstr "Marathi"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Marathi"
-msgstr "Marathi"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text"
-msgid "Nepali"
-msgstr "Nepali"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text"
-msgid "Installs Nepali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Nepali support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text"
-msgid "Arabic"
-msgstr "Arabic"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Arabic"
-msgstr "Arabic"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text"
-msgid "Catalan"
-msgstr "Catalan"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text"
-msgid "Installs Catalan support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Catalan support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text"
-msgid "Danish"
-msgstr "Danish"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text"
-msgid "Installs Danish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Danish support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text"
-msgid "Finnish"
-msgstr "Finnish"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text"
-msgid "Installs Finnish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Finnish support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text"
-msgid "Hebrew"
-msgstr "Hebrew"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text"
-msgid "Installs Hebrew support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Hebrew support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text"
-msgid "Icelandic"
-msgstr "Icelandic"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text"
-msgid "Installs Icelandic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Icelandic support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text"
-msgid "Norwegian (Bokmal)"
-msgstr "Norwegian (Bokmål)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text"
-msgid "Installs Norwegian (Bokmal) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Norwegian (Bokmål) support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text"
-msgid "Norwegian (Nynorsk)"
-msgstr "Norwegian (Nynorsk)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text"
-msgid "Installs Norwegian (Nynorsk) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Norwegian (Nynorsk) support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text"
-msgid "Rhaeto-Romance"
-msgstr "Rhaeto-Romance"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text"
-msgid "Installs Rhaeto-Romance support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Rhaeto-Romance support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text"
-msgid "Romanian"
-msgstr "Romanian"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text"
-msgid "Installs Romanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Romanian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Albanian"
-msgstr "Albanian"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Installs Albanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Albanian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text"
-msgid "Urdu"
-msgstr "Urdu"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text"
-msgid "Indonesian"
-msgstr "Indonesian"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text"
-msgid "Installs Indonesian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Indonesian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text"
-msgid "Ukrainian"
-msgstr "Ukrainian"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text"
-msgid "Installs Ukrainian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Ukrainian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text"
-msgid "Belarusian"
-msgstr "Belarusian"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text"
-msgid "Installs Belarusian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Belarusian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text"
-msgid "Slovenian"
-msgstr "Slovenian"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text"
-msgid "Installs Slovenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Slovenian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text"
-msgid "Latvian"
-msgstr "Latvian"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text"
-msgid "Installs Latvian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Latvian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text"
-msgid "Lithuanian"
-msgstr "Lithuanian"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text"
-msgid "Installs Lithuanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Lithuanian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text"
-msgid "Armenian"
-msgstr "Armenian"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text"
-msgid "Installs Armenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Armenian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text"
-msgid "Basque"
-msgstr "Basque"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text"
-msgid "Installs Basque support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Basque support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text"
-msgid "Macedonian"
-msgstr "Macedonian"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text"
-msgid "Installs Macedonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Macedonian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text"
-msgid "Maltese"
-msgstr "Maltese"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text"
-msgid "Installs Maltese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Maltese support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text"
-msgid "Welsh"
-msgstr "Welsh"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text"
-msgid "Installs Welsh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Welsh support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text"
-msgid "Galician"
-msgstr "Galician"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text"
-msgid "Installs Galician support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Galician support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "Serbian (Latin)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "Serbian (Latin)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text"
-msgid "Irish"
-msgstr "Irish"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text"
-msgid "Installs Irish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Irish support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "Serbian (Cyrillic)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "Serbian (Cyrillic)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text"
-msgid "Bosnian"
-msgstr "Bosnian"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text"
-msgid "Installs Bosnian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Bosnian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Assamese"
-msgstr "Assamese"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Installs Assamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Assamese support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text"
-msgid "Kinyarwanda"
-msgstr "Kinyarwanda"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text"
-msgid "Installs Kinyarwanda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Kinyarwanda support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text"
-msgid "Sanskrit"
-msgstr "Sanskrit"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text"
-msgid "Installs Sanskrit support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Sanskrit support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text"
-msgid "Farsi"
-msgstr "Farsi"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text"
-msgid "Installs Farsi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Farsi support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text"
-msgid "Faroese"
-msgstr "Faroese"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text"
-msgid "Installs Faroese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Faroese support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text"
-msgid "Sorbian"
-msgstr "Sorbian"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text"
-msgid "Installs Sorbian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Sorbian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text"
-msgid "Tatar"
-msgstr "Tatar"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text"
-msgid "Installs Tatar support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Tatar support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text"
-msgid "Tsonga"
-msgstr "Tsonga"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text"
-msgid "Installs Tsonga support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Tsonga support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text"
-msgid "Yiddish"
-msgstr "Yiddish"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text"
-msgid "Installs Yiddish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Yiddish support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text"
-msgid "Breton"
-msgstr "Breton"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text"
-msgid "Installs Breton support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Breton support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text"
-msgid "Ndebele South"
-msgstr "Ndebele South"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text"
-msgid "Installs Ndebele South support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Ndebele South support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text"
-msgid "Swazi"
-msgstr "Swazi"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text"
-msgid "Installs Swazi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Swazi support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text"
-msgid "Venda"
-msgstr "Venda"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text"
-msgid "Installs Venda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Venda support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text"
-msgid "Kannada"
-msgstr "Kannada"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text"
-msgid "Installs Kannada support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Kannada support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text"
-msgid "Malay (Malaysian)"
-msgstr "Malay (Malaysian)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text"
-msgid "Installs Malay (Malaysian) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Malay (Malaysian) support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text"
-msgid "Tajik"
-msgstr "Tajik"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text"
-msgid "Installs Tajik support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Tajik support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text"
-msgid "Kurdish"
-msgstr "Kurdish"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text"
-msgid "Installs Kurdish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Kurdish support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Dzongkha"
-msgstr "Dzongkha"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Installs Dzongkha support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Dzongkha support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text"
-msgid "Georgian"
-msgstr "Georgian"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text"
-msgid "Installs Georgian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Georgian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text"
-msgid "Esperanto"
-msgstr "Esperanto"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text"
-msgid "Installs Esperanto support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Esperanto support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text"
-msgid "Gujarati"
-msgstr "Gujarati"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "English (South Africa)"
-msgstr "English (South Africa)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "Installs English (South Africa) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs English (South Africa) support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "English (United Kingdom)"
-msgstr "English (United Kingdom)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "Installs English (United Kingdom) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs English (United Kingdom) support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Urdu"
-msgstr "Urdu"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Malayalam"
-msgstr "Malayalam"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Installs Malayalam support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Malayalam support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Telugu"
-msgstr "Telugu"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Installs Telugu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Telugu support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Tigrinya"
-msgstr "Tigrinya"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Installs Tigrinya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Tigrinya support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Uzbek"
-msgstr "Uzbek"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Installs Uzbek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Uzbek support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text"
-msgid "Mongolian"
-msgstr "Mongolian"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text"
-msgid "Installs Mongolian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Mongolian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text"
-msgid "Kazakh"
-msgstr ""
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text
#, fuzzy
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text"
-msgid "Installs Kazakh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text"
-msgid "English"
-msgstr "English"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text"
-msgid "Installs English support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs English support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text"
-msgid "German"
-msgstr "German"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text"
-msgid "Installs German support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs German support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text"
-msgid "French"
-msgstr "French"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text"
-msgid "Installs French support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs French support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text"
-msgid "Italian"
-msgstr "Italian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text"
-msgid "Installs Italian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Italian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text"
-msgid "Spanish"
-msgstr "Spanish"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text"
-msgid "Installs Spanish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Spanish support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text"
-msgid "Swedish"
-msgstr "Swedish"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text"
-msgid "Installs Swedish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Swedish support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text"
-msgid "Portuguese"
-msgstr "Portuguese"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Portuguese (Brazil)"
-msgstr "Portuguese (Brazil)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text"
-msgid "Japanese"
-msgstr "Japanese"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text"
-msgid "Installs Japanese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Japanese support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text"
-msgid "Korean"
-msgstr "Korean"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text"
-msgid "Installs Korean support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Korean support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Chinese (simplified)"
-msgstr "Chinese (simplified)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Installs Chinese (simplified) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Chinese (simplified) support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Chinese (traditional)"
-msgstr "Chinese (traditional)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Installs Chinese (traditional) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Chinese (traditional) support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text"
-msgid "Dutch"
-msgstr "Dutch"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text"
-msgid "Installs Dutch support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Dutch support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text"
-msgid "Hungarian"
-msgstr "Hungarian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text"
msgid "Installs Hungarian support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Installs Hungarian support in %PRODUCTNAME %PRODUCTVERSION"
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text"
-msgid "Polish"
-msgstr "Polish"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text"
-msgid "Installs Polish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Polish support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text"
-msgid "Russian"
-msgstr "Russian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text"
-msgid "Installs Russian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Russian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text"
-msgid "Turkish"
-msgstr "Turkish"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text"
-msgid "Installs Turkish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Turkish support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text"
-msgid "Greek"
-msgstr "Greek"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text"
-msgid "Installs Greek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Greek support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text"
-msgid "Thai"
-msgstr "Thai"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text"
-msgid "Installs Thai support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Thai support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text"
-msgid "Czech"
-msgstr "Czech"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text"
-msgid "Installs Czech support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Czech support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text"
-msgid "Slovak"
-msgstr "Slovak"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text"
-msgid "Installs Slovak support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Slovak support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text"
-msgid "Croatian"
-msgstr "Croatian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text"
-msgid "Installs Croatian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Croatian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text"
-msgid "Estonian"
-msgstr "Estonian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text"
-msgid "Installs Estonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Estonian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text"
-msgid "Vietnamese"
-msgstr "Vietnamese"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text"
-msgid "Installs Vietnamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Vietnamese support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text"
-msgid "Bulgarian"
-msgstr "Bulgarian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text"
-msgid "Installs Bulgarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Bulgarian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text"
-msgid "Khmer"
-msgstr "Khmer"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text"
-msgid "Installs Khmer support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Khmer support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Punjabi"
-msgstr "Punjabi"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Installs Punjabi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Punjabi support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Gujarati"
-msgstr "Gujarati"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text"
-msgid "Tamil"
-msgstr "Tamil"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Tamil"
-msgstr "Tamil"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text"
-msgid "Hindi"
-msgstr "Hindi"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Hindi"
-msgstr "Hindi"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text"
-msgid "Southern Sotho (Sutu)"
-msgstr "Southern Sotho (Sutu)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text"
-msgid "Installs Southern Sotho (Sutu) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Southern Sotho (Sutu) support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text"
-msgid "Tswana"
-msgstr "Tswana"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text"
-msgid "Installs Tswana support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Tswana support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text"
-msgid "Xhosa"
-msgstr "Xhosa"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text"
-msgid "Installs Xhosa support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Xhosa support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Zulu"
-msgstr "Zulu"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Installs Zulu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Zulu support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text"
-msgid "Afrikaans"
-msgstr "Afrikaans"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text"
-msgid "Installs Afrikaans support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Afrikaans support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text"
-msgid "Swahili"
-msgstr "Swahili"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Swahili"
-msgstr "Swahili"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text"
-msgid "Lao"
-msgstr "Lao"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text"
-msgid "Installs Lao support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Lao support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text"
-msgid "Burmese"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text
-#, fuzzy
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text"
-msgid "Installs Burmese (Myanmar) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Norwegian (Bokmål) support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Northern Sotho"
-msgstr "Northern Sotho"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Installs Northern Sotho support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Northern Sotho support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text"
-msgid "Bengali"
-msgstr "Bengali"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text"
-msgid "Installs Bengali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Bengali support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Bengali (Bangladesh)"
-msgstr "Bengali (Bangladesh)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Installs Bengali (Bangladesh) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Bengali (Bangladesh) support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Bengali (India)"
-msgstr "Bengali (India)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Installs Bengali (India) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Bengali (India) support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text"
-msgid "Oriya"
-msgstr "Oriya"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Oriya"
-msgstr "Oriya"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text"
-msgid "Marathi"
-msgstr "Marathi"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Marathi"
-msgstr "Marathi"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text"
-msgid "Nepali"
-msgstr "Nepali"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text"
-msgid "Installs Nepali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Nepali support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text"
-msgid "Arabic"
-msgstr "Arabic"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Arabic"
-msgstr "Arabic"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text"
-msgid "Catalan"
-msgstr "Catalan"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text"
-msgid "Installs Catalan support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Catalan support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text"
-msgid "Danish"
-msgstr "Danish"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text"
-msgid "Installs Danish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Danish support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text"
-msgid "Finnish"
-msgstr "Finnish"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text"
-msgid "Installs Finnish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Finnish support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text"
-msgid "Hebrew"
-msgstr "Hebrew"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text"
-msgid "Installs Hebrew support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Hebrew support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text"
-msgid "Icelandic"
-msgstr "Icelandic"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text"
-msgid "Installs Icelandic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Icelandic support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text"
-msgid "Norwegian (Bokmal)"
-msgstr "Norwegian (Bokmål)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text"
-msgid "Installs Norwegian (Bokmal) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Norwegian (Bokmål) support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text"
-msgid "Norwegian (Nynorsk)"
-msgstr "Norwegian (Nynorsk)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text"
-msgid "Installs Norwegian (Nynorsk) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Norwegian (Nynorsk) support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text"
-msgid "Rhaeto-Romance"
-msgstr "Rhaeto-Romance"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text"
-msgid "Installs Rhaeto-Romance support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Rhaeto-Romance support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text"
-msgid "Romanian"
-msgstr "Romanian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text"
-msgid "Installs Romanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Romanian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Albanian"
-msgstr "Albanian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Installs Albanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Albanian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text"
-msgid "Urdu"
-msgstr "Urdu"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text"
-msgid "Indonesian"
-msgstr "Indonesian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text"
-msgid "Installs Indonesian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Indonesian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text"
-msgid "Ukrainian"
-msgstr "Ukrainian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text"
-msgid "Installs Ukrainian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Ukrainian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text"
-msgid "Belarusian"
-msgstr "Belarusian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text"
-msgid "Installs Belarusian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Belarusian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text"
-msgid "Slovenian"
-msgstr "Slovenian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text"
-msgid "Installs Slovenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Slovenian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text"
-msgid "Latvian"
-msgstr "Latvian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text"
-msgid "Installs Latvian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Latvian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text"
-msgid "Lithuanian"
-msgstr "Lithuanian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text"
-msgid "Installs Lithuanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Lithuanian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text"
-msgid "Armenian"
-msgstr "Armenian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text"
-msgid "Installs Armenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Armenian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text"
-msgid "Basque"
-msgstr "Basque"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text"
-msgid "Installs Basque support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Basque support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text"
-msgid "Macedonian"
-msgstr "Macedonian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text"
-msgid "Installs Macedonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Macedonian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text"
-msgid "Maltese"
-msgstr "Maltese"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text"
-msgid "Installs Maltese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Maltese support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text"
-msgid "Welsh"
-msgstr "Welsh"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text"
-msgid "Installs Welsh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Welsh support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text"
-msgid "Galician"
-msgstr "Galician"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text"
-msgid "Installs Galician support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Galician support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "Serbian (Latin)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "Serbian (Latin)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text"
-msgid "Irish"
-msgstr "Irish"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text"
-msgid "Installs Irish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Irish support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "Serbian (Cyrillic)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "Serbian (Cyrillic)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text"
-msgid "Bosnian"
-msgstr "Bosnian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text"
-msgid "Installs Bosnian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Bosnian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Assamese"
-msgstr "Assamese"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Installs Assamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Assamese support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text"
-msgid "Kinyarwanda"
-msgstr "Kinyarwanda"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text"
-msgid "Installs Kinyarwanda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Kinyarwanda support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text"
-msgid "Sanskrit"
-msgstr "Sanskrit"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text"
-msgid "Installs Sanskrit support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Sanskrit support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text"
-msgid "Farsi"
-msgstr "Farsi"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text"
-msgid "Installs Farsi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Farsi support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text"
-msgid "Faroese"
-msgstr "Faroese"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text"
-msgid "Installs Faroese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Faroese support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text"
-msgid "Sorbian"
-msgstr "Sorbian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text"
-msgid "Installs Sorbian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Sorbian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text"
-msgid "Tatar"
-msgstr "Tatar"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text"
-msgid "Installs Tatar support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Tatar support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text"
-msgid "Tsonga"
-msgstr "Tsonga"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text"
-msgid "Installs Tsonga support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Tsonga support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text"
-msgid "Yiddish"
-msgstr "Yiddish"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text"
-msgid "Installs Yiddish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Yiddish support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text"
-msgid "Breton"
-msgstr "Breton"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text"
-msgid "Installs Breton support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Breton support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text"
-msgid "Ndebele South"
-msgstr "Ndebele South"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text"
-msgid "Installs Ndebele South support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Ndebele South support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text"
-msgid "Swazi"
-msgstr "Swazi"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text"
-msgid "Installs Swazi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Swazi support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text"
-msgid "Venda"
-msgstr "Venda"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text"
-msgid "Installs Venda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Venda support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text"
-msgid "Kannada"
-msgstr "Kannada"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text"
-msgid "Installs Kannada support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Kannada support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text"
-msgid "Malay (Malaysian)"
-msgstr "Malay (Malaysian)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text"
-msgid "Installs Malay (Malaysian) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Malay (Malaysian) support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text"
-msgid "Tajik"
-msgstr "Tajik"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text"
-msgid "Installs Tajik support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Tajik support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text"
-msgid "Kurdish"
-msgstr "Kurdish"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text"
-msgid "Installs Kurdish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Kurdish support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Dzongkha"
-msgstr "Dzongkha"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Installs Dzongkha support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Dzongkha support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text"
-msgid "Georgian"
-msgstr "Georgian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text"
-msgid "Installs Georgian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Georgian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text"
-msgid "Esperanto"
-msgstr "Esperanto"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text"
-msgid "Installs Esperanto support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Esperanto support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text"
-msgid "Gujarati"
-msgstr "Gujarati"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "English (South Africa)"
-msgstr "English (South Africa)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "Installs English (South Africa) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs English (South Africa) support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "English (United Kingdom)"
-msgstr "English (United Kingdom)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "Installs English (United Kingdom) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs English (United Kingdom) support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Urdu"
-msgstr "Urdu"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Malayalam"
-msgstr "Malayalam"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Installs Malayalam support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Malayalam support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Telugu"
-msgstr "Telugu"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Installs Telugu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Telugu support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Tigrinya"
-msgstr "Tigrinya"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Installs Tigrinya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Tigrinya support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Uzbek"
-msgstr "Uzbek"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Installs Uzbek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Uzbek support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text"
-msgid "Mongolian"
-msgstr "Mongolian"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text"
-msgid "Installs Mongolian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Mongolian support in %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text"
-msgid "Kazakh"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text
-#, fuzzy
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text"
-msgid "Installs Kazakh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS.LngText.text
msgid "Extensions"
msgstr ""
@@ -2297,16 +133,6 @@ msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_PDFIMPORT.Lng
msgid "PDF Import"
msgstr ""
-#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text
-msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text"
-msgid "Lightproof"
-msgstr ""
-
-#: module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text
-msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text"
-msgid "Lightproof"
-msgstr ""
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_NUMBERTEXT.LngText.text
msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_NUMBERTEXT.LngText.text"
msgid "Numbertext"
diff --git a/translations/source/en-ZA/scp2/source/gnome.po b/translations/source/en-ZA/scp2/source/gnome.po
index 5d2252a2234..9ca32adc6ff 100644
--- a/translations/source/en-ZA/scp2/source/gnome.po
+++ b/translations/source/en-ZA/scp2/source/gnome.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/scp2/source/graphicfilter.po b/translations/source/en-ZA/scp2/source/graphicfilter.po
index bb7112df726..87e063776b9 100644
--- a/translations/source/en-ZA/scp2/source/graphicfilter.po
+++ b/translations/source/en-ZA/scp2/source/graphicfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/scp2/source/impress.po b/translations/source/en-ZA/scp2/source/impress.po
index 66044857c42..082df4da344 100644
--- a/translations/source/en-ZA/scp2/source/impress.po
+++ b/translations/source/en-ZA/scp2/source/impress.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/scp2/source/javafilter.po b/translations/source/en-ZA/scp2/source/javafilter.po
index 29828dcd24a..004db3f97ac 100644
--- a/translations/source/en-ZA/scp2/source/javafilter.po
+++ b/translations/source/en-ZA/scp2/source/javafilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/scp2/source/kde.po b/translations/source/en-ZA/scp2/source/kde.po
index 78a839ed583..baa0f41624f 100644
--- a/translations/source/en-ZA/scp2/source/kde.po
+++ b/translations/source/en-ZA/scp2/source/kde.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/scp2/source/math.po b/translations/source/en-ZA/scp2/source/math.po
index a038f70f8f6..71b3d95ca17 100644
--- a/translations/source/en-ZA/scp2/source/math.po
+++ b/translations/source/en-ZA/scp2/source/math.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/scp2/source/onlineupdate.po b/translations/source/en-ZA/scp2/source/onlineupdate.po
index 705735b3d02..cc5ed6b84d0 100644
--- a/translations/source/en-ZA/scp2/source/onlineupdate.po
+++ b/translations/source/en-ZA/scp2/source/onlineupdate.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/scp2/source/ooo.po b/translations/source/en-ZA/scp2/source/ooo.po
index ef546a75a86..ccefa76ea4b 100644
--- a/translations/source/en-ZA/scp2/source/ooo.po
+++ b/translations/source/en-ZA/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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-11-26 02:17+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2011-12-15 13:04+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: module_systemint.ulf#STR_NAME_MODULE_OPTIONAL_SYSTEMINTEGRATION.LngText.text
@@ -1186,6 +1186,15 @@ msgstr "Afrikaans"
msgid "Afrikaans spelling dictionary, and hyphenation rules"
msgstr ""
+#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AN.LngText.text
+msgid "Aragonese"
+msgstr ""
+
+#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_AN.LngText.text
+#, fuzzy
+msgid "Aragonese spelling dictionary"
+msgstr "Thai spelling dictionary"
+
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AR.LngText.text
#, fuzzy
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AR.LngText.text"
@@ -1286,7 +1295,7 @@ msgid "English"
msgstr "English"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_EN.LngText.text
-msgid "English (Australia, Canada, South Africa, UK, USA) spelling dictionaries, hyphenation rules, and thesaurus"
+msgid "English spelling dictionaries, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_EL.LngText.text
@@ -1384,7 +1393,7 @@ msgstr "Hungarian"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_HU.LngText.text
#, fuzzy
-msgid "Hungarian spelling dictionary, hyphenation rules, and thesaurus"
+msgid "Hungarian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
msgstr "Hungarian spelling dictionary, hyphenation patterns, and thesaurus"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_HR.LngText.text
@@ -1520,6 +1529,16 @@ msgstr "Russian"
msgid "Russian spelling dictionary, hyphenation rules, and thesaurus"
msgstr "Russian hyphenation dictionary and thesaurus"
+#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SI.LngText.text
+msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SI.LngText.text"
+msgid "Sinhala"
+msgstr ""
+
+#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_SI.LngText.text
+#, fuzzy
+msgid "Sinhala spelling dictionary"
+msgstr "Thai spelling dictionary"
+
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SK.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SK.LngText.text"
msgid "Slovak"
@@ -2635,7 +2654,7 @@ msgstr ""
#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_LB.LngText.text
msgid "Luxembourgish"
-msgstr ""
+msgstr "Luxembourgish"
#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_LB.LngText.text
msgid "Installs the Luxembourgish user interface"
diff --git a/translations/source/en-ZA/scp2/source/python.po b/translations/source/en-ZA/scp2/source/python.po
index 28e4b83cd45..ea28e23f8d1 100644
--- a/translations/source/en-ZA/scp2/source/python.po
+++ b/translations/source/en-ZA/scp2/source/python.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/scp2/source/quickstart.po b/translations/source/en-ZA/scp2/source/quickstart.po
index 7f3bedb0b0a..1984aca6bf7 100644
--- a/translations/source/en-ZA/scp2/source/quickstart.po
+++ b/translations/source/en-ZA/scp2/source/quickstart.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/scp2/source/sdkoo.po b/translations/source/en-ZA/scp2/source/sdkoo.po
index 2a606844c22..58e38138ced 100644
--- a/translations/source/en-ZA/scp2/source/sdkoo.po
+++ b/translations/source/en-ZA/scp2/source/sdkoo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/scp2/source/smoketest.po b/translations/source/en-ZA/scp2/source/smoketest.po
new file mode 100644
index 00000000000..91e787f5c15
--- /dev/null
+++ b/translations/source/en-ZA/scp2/source/smoketest.po
@@ -0,0 +1,23 @@
+#. extracted from scp2/source/smoketest.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+scp2%2Fsource%2Fsmoketest.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: module_smoketest.ulf#STR_NAME_MODULE_OPTIONAL_SMOKETEST.LngText.text
+msgid "%PRODUCTNAME %PRODUCTVERSION Smoketest"
+msgstr ""
+
+#: module_smoketest.ulf#STR_DESC_MODULE_OPTIONAL_SMOKETEST.LngText.text
+msgid "The smoketest of %PRODUCTNAME %PRODUCTVERSION"
+msgstr ""
diff --git a/translations/source/en-ZA/scp2/source/winexplorerext.po b/translations/source/en-ZA/scp2/source/winexplorerext.po
index 19123d6456a..a308fcf85be 100644
--- a/translations/source/en-ZA/scp2/source/winexplorerext.po
+++ b/translations/source/en-ZA/scp2/source/winexplorerext.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/scp2/source/writer.po b/translations/source/en-ZA/scp2/source/writer.po
index f1420f593be..acccb04a42e 100644
--- a/translations/source/en-ZA/scp2/source/writer.po
+++ b/translations/source/en-ZA/scp2/source/writer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/scp2/source/xsltfilter.po b/translations/source/en-ZA/scp2/source/xsltfilter.po
index 46b4cfad6b7..55f77d953e7 100644
--- a/translations/source/en-ZA/scp2/source/xsltfilter.po
+++ b/translations/source/en-ZA/scp2/source/xsltfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/scripting/source/pyprov.po b/translations/source/en-ZA/scripting/source/pyprov.po
index 101e8c40176..19887d40693 100644
--- a/translations/source/en-ZA/scripting/source/pyprov.po
+++ b/translations/source/en-ZA/scripting/source/pyprov.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sd/source/core.po b/translations/source/en-ZA/sd/source/core.po
index f7596c20e46..a77543cbc98 100644
--- a/translations/source/en-ZA/sd/source/core.po
+++ b/translations/source/en-ZA/sd/source/core.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-05 21:56+0200\n"
-"Last-Translator: dwayne <dwayne@translate.org.za>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 13:04+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -26,6 +26,8 @@ msgid "Background objects"
msgstr "Background objects"
#: glob.src#STR_LAYER_LAYOUT.string.text
+#, fuzzy
+msgctxt "glob.src#STR_LAYER_LAYOUT.string.text"
msgid "Layout"
msgstr "Layout"
@@ -317,6 +319,37 @@ msgstr "Media Playback"
msgid "Table"
msgstr "Table"
+#: glob.src#STR_SLIDESORTERVIEWSHELL.string.text
+msgid "Slide Sorter"
+msgstr "Slide Sorter"
+
+#: glob.src#STR_TOOL_PANEL_SHELL.string.text
+msgid "Tool Panel"
+msgstr ""
+
+#: glob.src#STR_LEFT_IMPRESS_PANE_SHELL.string.text
+#, fuzzy
+msgid "Slides"
+msgstr "Slide"
+
+#: glob.src#STR_LEFT_DRAW_PANE_SHELL.string.text
+#, fuzzy
+msgid "Pages"
+msgstr "Page"
+
+#: glob.src#STR_TASKPANEVIEWSHELL.string.text
+msgid "Tasks"
+msgstr "Tasks"
+
+#: glob.src#STR_MASTERPAGESSELECTOR.string.text
+msgid "Master Pages"
+msgstr "Master Pages"
+
+#: glob.src#STR_TASKPANELAYOUTMENU.string.text
+msgctxt "glob.src#STR_TASKPANELAYOUTMENU.string.text"
+msgid "Layout"
+msgstr "Layout"
+
#: glob.src#STR_POWERPOINT_IMPORT.string.text
msgid "PowerPoint Import"
msgstr "PowerPoint Import"
diff --git a/translations/source/en-ZA/sd/source/filter/html.po b/translations/source/en-ZA/sd/source/filter/html.po
index 2f248cbb86b..76ac7ca803e 100644
--- a/translations/source/en-ZA/sd/source/filter/html.po
+++ b/translations/source/en-ZA/sd/source/filter/html.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sd/source/ui/accessibility.po b/translations/source/en-ZA/sd/source/ui/accessibility.po
index 99fced86966..a0bf36ab74f 100644
--- a/translations/source/en-ZA/sd/source/ui/accessibility.po
+++ b/translations/source/en-ZA/sd/source/ui/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sd/source/ui/animations.po b/translations/source/en-ZA/sd/source/ui/animations.po
index 0d34813f34e..a70ae4f3da5 100644
--- a/translations/source/en-ZA/sd/source/ui/animations.po
+++ b/translations/source/en-ZA/sd/source/ui/animations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sd/source/ui/annotations.po b/translations/source/en-ZA/sd/source/ui/annotations.po
index 249c6273164..c6ac745a771 100644
--- a/translations/source/en-ZA/sd/source/ui/annotations.po
+++ b/translations/source/en-ZA/sd/source/ui/annotations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sd/source/ui/app.po b/translations/source/en-ZA/sd/source/ui/app.po
index 225d90333e2..77e035086de 100644
--- a/translations/source/en-ZA/sd/source/ui/app.po
+++ b/translations/source/en-ZA/sd/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-19 20:41+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -1934,7 +1934,7 @@ msgstr "Fixed Ver~tical Bottom"
#: menuids_tmpl.src#MN_GRID_VISIBLE.SID_GRID_VISIBLE.menuitem.text
msgid "~Display Grid"
-msgstr ""
+msgstr "~Display Grid"
#: menuids_tmpl.src#MN_GRID_USE.SID_GRID_USE.menuitem.text
msgid "Snap to Grid"
diff --git a/translations/source/en-ZA/sd/source/ui/dlg.po b/translations/source/en-ZA/sd/source/ui/dlg.po
index a4787482b74..5b25b4f0fda 100644
--- a/translations/source/en-ZA/sd/source/ui/dlg.po
+++ b/translations/source/en-ZA/sd/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-19 20:15+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sd/source/ui/notes.po b/translations/source/en-ZA/sd/source/ui/notes.po
index 90b7402cc6c..70fcb7bdb78 100644
--- a/translations/source/en-ZA/sd/source/ui/notes.po
+++ b/translations/source/en-ZA/sd/source/ui/notes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sd/source/ui/slideshow.po b/translations/source/en-ZA/sd/source/ui/slideshow.po
index 6dfda6a7672..cf88153cbba 100644
--- a/translations/source/en-ZA/sd/source/ui/slideshow.po
+++ b/translations/source/en-ZA/sd/source/ui/slideshow.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-19 20:15+0200\n"
-"Last-Translator: dwayne <dwayne@translate.org.za>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 13:04+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -36,7 +36,8 @@ msgid "~Go to Slide"
msgstr "~Go to Slide"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_PEN_MODE.menuitem.text
-msgid "Mouse pointer as ~pen"
+#, fuzzy
+msgid "Mouse pointer as ~Pen"
msgstr "Mouse pointer as ~pen"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_WIDTH_PEN.CM_WIDTH_PEN_VERY_THIN.menuitem.text
@@ -64,11 +65,13 @@ msgid "~Pen Width"
msgstr "~Pen Width"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_COLOR_PEN.menuitem.text
-msgid "~Change Pen Color..."
+#, fuzzy
+msgid "~Change pen Color..."
msgstr "~Change Pen Colour..."
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_ERASE_ALLINK.menuitem.text
-msgid "~Erase All Ink On Slide"
+#, fuzzy
+msgid "~Erase all ink on Slide"
msgstr "~Erase All Ink On Slide"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_SCREEN.CM_SCREEN_BLACK.menuitem.text
diff --git a/translations/source/en-ZA/sd/source/ui/slidesorter/view.po b/translations/source/en-ZA/sd/source/ui/slidesorter/view.po
index 332c5bcf9a9..90f0424f5a2 100644
--- a/translations/source/en-ZA/sd/source/ui/slidesorter/view.po
+++ b/translations/source/en-ZA/sd/source/ui/slidesorter/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-19 20:15+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sd/source/ui/table.po b/translations/source/en-ZA/sd/source/ui/table.po
index 631dfff6474..ea1061b5d7d 100644
--- a/translations/source/en-ZA/sd/source/ui/table.po
+++ b/translations/source/en-ZA/sd/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sd/source/ui/view.po b/translations/source/en-ZA/sd/source/ui/view.po
index c8af386c47c..dde757d008e 100644
--- a/translations/source/en-ZA/sd/source/ui/view.po
+++ b/translations/source/en-ZA/sd/source/ui/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-19 19:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sdext/source/minimizer.po b/translations/source/en-ZA/sdext/source/minimizer.po
index acead430958..781ef768300 100644
--- a/translations/source/en-ZA/sdext/source/minimizer.po
+++ b/translations/source/en-ZA/sdext/source/minimizer.po
@@ -3,20 +3,20 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Presentation Minimizer"
-msgstr ""
+msgstr "Presentation Minimizer"
#: description.xml#extdesc.extdesc.description.text
msgid ""
diff --git a/translations/source/en-ZA/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/translations/source/en-ZA/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index fa03f72ebcd..5e58bdcb4d2 100644
--- a/translations/source/en-ZA/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/translations/source/en-ZA/sdext/source/minimizer/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/translations/source/en-ZA/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index 5a004ab9bee..53c54b8302c 100644
--- a/translations/source/en-ZA/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/en-ZA/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-19 20:00+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sdext/source/pdfimport.po b/translations/source/en-ZA/sdext/source/pdfimport.po
index 87a9531fd75..a9323519082 100644
--- a/translations/source/en-ZA/sdext/source/pdfimport.po
+++ b/translations/source/en-ZA/sdext/source/pdfimport.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:43+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: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sdext/source/presenter.po b/translations/source/en-ZA/sdext/source/presenter.po
index 6d465712dd0..e00805de83e 100644
--- a/translations/source/en-ZA/sdext/source/presenter.po
+++ b/translations/source/en-ZA/sdext/source/presenter.po
@@ -3,20 +3,20 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Presenter Console"
-msgstr ""
+msgstr "Presenter Console"
#: description.xml#extdesc.extdesc.description.text
msgid ""
diff --git a/translations/source/en-ZA/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/translations/source/en-ZA/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index ec3de72a334..16c3773af39 100644
--- a/translations/source/en-ZA/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/translations/source/en-ZA/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-19 20:04+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/translations/source/en-ZA/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index d3e5df1dbbf..dc663534d62 100644
--- a/translations/source/en-ZA/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/en-ZA/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-05 21:56+0200\n"
-"Last-Translator: dwayne <dwayne@translate.org.za>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-12-15 13:04+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -33,7 +33,11 @@ msgid "Slides"
msgstr "Slides"
#: PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.l.Normal.Text.value.text
-msgctxt "PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.l.Normal.Text.value.text"
+msgid "Exchange"
+msgstr ""
+
+#: PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.n.Normal.Text.value.text
+msgctxt "PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.n.Normal.Text.value.text"
msgid "Help"
msgstr "Help"
diff --git a/translations/source/en-ZA/setup_native/source/mac.po b/translations/source/en-ZA/setup_native/source/mac.po
index 43ef37ad37d..456f8fdb635 100644
--- a/translations/source/en-ZA/setup_native/source/mac.po
+++ b/translations/source/en-ZA/setup_native/source/mac.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sfx2/source/appl.po b/translations/source/en-ZA/sfx2/source/appl.po
index 3917b6ec5e7..1c34728a546 100644
--- a/translations/source/en-ZA/sfx2/source/appl.po
+++ b/translations/source/en-ZA/sfx2/source/appl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:14+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sfx2/source/bastyp.po b/translations/source/en-ZA/sfx2/source/bastyp.po
index 468f3c01bea..511e2f6d980 100644
--- a/translations/source/en-ZA/sfx2/source/bastyp.po
+++ b/translations/source/en-ZA/sfx2/source/bastyp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sfx2/source/dialog.po b/translations/source/en-ZA/sfx2/source/dialog.po
index ef3323a5ef9..a66b922361d 100644
--- a/translations/source/en-ZA/sfx2/source/dialog.po
+++ b/translations/source/en-ZA/sfx2/source/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-19 20:08+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -53,7 +53,7 @@ msgstr "~Comments"
#: dinfdlg.src#TP_DOCINFODOC.BTN_CHANGE_PASS.pushbutton.text
msgid "Change ~Password..."
-msgstr ""
+msgstr "Change ~Password..."
#: dinfdlg.src#TP_DOCINFODOC.FT_FILE_TYP.fixedtext.text
msgid "Type:"
@@ -690,6 +690,10 @@ msgstr "~More Information..."
msgid "~Ask when not saving in ODF format"
msgstr "~Ask when not saving in ODF format"
+#: alienwarn.src#RID_DLG_ALIEN_WARNING.modaldialog.text
+msgid "Confirm File Format"
+msgstr ""
+
#: taskpane.src#STR_SFX_DOCK.string.text
msgid "Dock"
msgstr "Dock"
diff --git a/translations/source/en-ZA/sfx2/source/doc.po b/translations/source/en-ZA/sfx2/source/doc.po
index 8e78c4c6eb9..1b379c86c12 100644
--- a/translations/source/en-ZA/sfx2/source/doc.po
+++ b/translations/source/en-ZA/sfx2/source/doc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -223,7 +223,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME7.string.text
msgid "Brown"
-msgstr ""
+msgstr "Brown"
#: templatelocnames.src#STR_TEMPLATE_NAME8.string.text
msgid "Characters with Glow"
@@ -231,7 +231,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME9.string.text
msgid "Forest"
-msgstr ""
+msgstr "Forest"
#: templatelocnames.src#STR_TEMPLATE_NAME10.string.text
msgid "Fresco"
@@ -247,7 +247,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME13.string.text
msgid "Keyboard"
-msgstr ""
+msgstr "Keyboard"
#: templatelocnames.src#STR_TEMPLATE_NAME14.string.text
msgid "Light Blue Shapes"
@@ -275,7 +275,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME20.string.text
msgid "Rounded Rectangles"
-msgstr ""
+msgstr "Rounded Rectangles"
#: templatelocnames.src#STR_TEMPLATE_NAME21.string.text
msgid "Blue and Red Gradient"
@@ -291,7 +291,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME24.string.text
msgid "Water"
-msgstr ""
+msgstr "Water"
#: templatelocnames.src#STR_TEMPLATE_NAME25.string.text
msgid "Wine"
@@ -721,8 +721,8 @@ msgstr ""
"Do you want to save the document?"
#: doc.src#STR_QRYTEMPL_MESSAGE.string.text
-msgid "The template '$(ARG1)' on which this document is based, has been modified. Do you want to update style based formattings according to the modified template?"
-msgstr "The template '$(ARG1)' on which this document is based, has been modified. Do you want to update style based formattings according to the modified template?"
+msgid "The template '$(ARG1)' on which this document is based, has been modified. Do you want to update style based formatting according to the modified template?"
+msgstr ""
#: doc.src#STR_QRYTEMPL_UPDATE_BTN.string.text
msgid "~Update Styles"
diff --git a/translations/source/en-ZA/sfx2/source/menu.po b/translations/source/en-ZA/sfx2/source/menu.po
index b20641c07f6..458ac5001fa 100644
--- a/translations/source/en-ZA/sfx2/source/menu.po
+++ b/translations/source/en-ZA/sfx2/source/menu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sfx2/source/view.po b/translations/source/en-ZA/sfx2/source/view.po
index 1d3851a3fe9..36bdee47389 100644
--- a/translations/source/en-ZA/sfx2/source/view.po
+++ b/translations/source/en-ZA/sfx2/source/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/shell/source/win32/shlxthandler/res.po b/translations/source/en-ZA/shell/source/win32/shlxthandler/res.po
index f2f12f0a8b7..45956e08cca 100644
--- a/translations/source/en-ZA/shell/source/win32/shlxthandler/res.po
+++ b/translations/source/en-ZA/shell/source/win32/shlxthandler/res.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/starmath/source.po b/translations/source/en-ZA/starmath/source.po
index 484f82210ab..750fd0ae3a9 100644
--- a/translations/source/en-ZA/starmath/source.po
+++ b/translations/source/en-ZA/starmath/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-19 18:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/svl/source/items.po b/translations/source/en-ZA/svl/source/items.po
index c2fd1fa2283..5ff110f3e8e 100644
--- a/translations/source/en-ZA/svl/source/items.po
+++ b/translations/source/en-ZA/svl/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/svl/source/misc.po b/translations/source/en-ZA/svl/source/misc.po
index 39c4e15667e..2c74f202b43 100644
--- a/translations/source/en-ZA/svl/source/misc.po
+++ b/translations/source/en-ZA/svl/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-19 19:01+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/svtools/source/contnr.po b/translations/source/en-ZA/svtools/source/contnr.po
index 6ed57a91460..2e80bf7f8b4 100644
--- a/translations/source/en-ZA/svtools/source/contnr.po
+++ b/translations/source/en-ZA/svtools/source/contnr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/svtools/source/control.po b/translations/source/en-ZA/svtools/source/control.po
index ecff4fb06ba..24cd290392d 100644
--- a/translations/source/en-ZA/svtools/source/control.po
+++ b/translations/source/en-ZA/svtools/source/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:14+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/svtools/source/dialogs.po b/translations/source/en-ZA/svtools/source/dialogs.po
index 9f3d3f93044..a805b01d7d2 100644
--- a/translations/source/en-ZA/svtools/source/dialogs.po
+++ b/translations/source/en-ZA/svtools/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-19 20:41+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/svtools/source/filter.po b/translations/source/en-ZA/svtools/source/filter.po
index e1cb667d9bd..c63165cdf12 100644
--- a/translations/source/en-ZA/svtools/source/filter.po
+++ b/translations/source/en-ZA/svtools/source/filter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-19 20:13+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/svtools/source/java.po b/translations/source/en-ZA/svtools/source/java.po
index 4755197110a..7b14142aa56 100644
--- a/translations/source/en-ZA/svtools/source/java.po
+++ b/translations/source/en-ZA/svtools/source/java.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:14+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/svtools/source/misc.po b/translations/source/en-ZA/svtools/source/misc.po
index 9188b7c93c9..8270e49aa83 100644
--- a/translations/source/en-ZA/svtools/source/misc.po
+++ b/translations/source/en-ZA/svtools/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-19 20:05+0200\n"
-"Last-Translator: dwayne <dwayne@translate.org.za>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2011-12-20 00:16+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -179,6 +179,10 @@ msgstr "Belarusian"
msgid "Catalan"
msgstr "Catalan"
+#: langtab.src#STR_ARR_SVT_LANGUAGE_TABLE.LANGUAGE_USER_CATALAN_VALENCIAN.pairedlist.text
+msgid "Catalan (Valencian)"
+msgstr ""
+
#: langtab.src#STR_ARR_SVT_LANGUAGE_TABLE.LANGUAGE_CHINESE_TRADITIONAL.pairedlist.text
msgid "Chinese (traditional)"
msgstr "Chinese (traditional)"
@@ -1375,20 +1379,24 @@ msgid "Database"
msgstr "Database"
#: imagemgr.src#STR_DESCRIPTION_CALC_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet Template"
-msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet Template"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet Template"
+msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet"
#: imagemgr.src#STR_DESCRIPTION_DRAW_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Drawing Template"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Drawing Template"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Drawing Template"
#: imagemgr.src#STR_DESCRIPTION_IMPRESS_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Presentation Template"
-msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Presentation Template"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Presentation Template"
+msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Presentation"
#: imagemgr.src#STR_DESCRIPTION_WRITER_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Text Document Template"
-msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Text Document Template"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Text Document Template"
+msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Text Document"
#: imagemgr.src#STR_DESCRIPTION_LOCALE_VOLUME.string.text
msgid "Local drive"
@@ -1419,31 +1427,38 @@ msgid "MS PowerPoint Show"
msgstr "MS PowerPoint Show"
#: imagemgr.src#STR_DESCRIPTION_SXMATH_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Formula"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Formula"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Formula"
#: imagemgr.src#STR_DESCRIPTION_SXCHART_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Chart"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Chart"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Chart"
#: imagemgr.src#STR_DESCRIPTION_SXDRAW_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Drawing"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Drawing"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Drawing"
#: imagemgr.src#STR_DESCRIPTION_SXCALC_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet"
#: imagemgr.src#STR_DESCRIPTION_SXIMPRESS_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Presentation"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Presentation"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Presentation"
#: imagemgr.src#STR_DESCRIPTION_SXWRITER_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Text Document"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Text Document"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Text Document"
#: imagemgr.src#STR_DESCRIPTION_SXGLOBAL_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Master Document"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Master Document"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Master Document"
#: imagemgr.src#STR_DESCRIPTION_MATHML_DOC.string.text
diff --git a/translations/source/en-ZA/svtools/source/plugapp.po b/translations/source/en-ZA/svtools/source/plugapp.po
index 816c10fb290..b870a3e3ded 100644
--- a/translations/source/en-ZA/svtools/source/plugapp.po
+++ b/translations/source/en-ZA/svtools/source/plugapp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/svtools/source/toolpanel.po b/translations/source/en-ZA/svtools/source/toolpanel.po
index 4730179b0bb..e59e978589e 100644
--- a/translations/source/en-ZA/svtools/source/toolpanel.po
+++ b/translations/source/en-ZA/svtools/source/toolpanel.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/svtools/workben/unodialog.po b/translations/source/en-ZA/svtools/workben/unodialog.po
index ccc0d4c5b3c..0ee43002a0a 100644
--- a/translations/source/en-ZA/svtools/workben/unodialog.po
+++ b/translations/source/en-ZA/svtools/workben/unodialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/svx/inc.po b/translations/source/en-ZA/svx/inc.po
index 95bdb0b39e3..e3cbca33dbf 100644
--- a/translations/source/en-ZA/svx/inc.po
+++ b/translations/source/en-ZA/svx/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -648,7 +648,7 @@ msgstr "~Katakana"
#: globlmn_tmpl.hrc#ITEM_TRANSLITERATE_MENU.SID_MN_SUB_TRANSLITERATE.menuitem.text
msgid "~Change Case"
-msgstr ""
+msgstr "~Change Case"
#: globlmn_tmpl.hrc#ITEM_OPEN_HYPERLINK.#define.text
msgid "~Open Hyperlink"
diff --git a/translations/source/en-ZA/svx/source/accessibility.po b/translations/source/en-ZA/svx/source/accessibility.po
index a8fac88c584..d56c147c15c 100644
--- a/translations/source/en-ZA/svx/source/accessibility.po
+++ b/translations/source/en-ZA/svx/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:56+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/svx/source/dialog.po b/translations/source/en-ZA/svx/source/dialog.po
index e0dd6210b71..765632b86eb 100644
--- a/translations/source/en-ZA/svx/source/dialog.po
+++ b/translations/source/en-ZA/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 02:17+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: docrecovery.src#RID_SVXPAGE_DOCRECOVERY_SAVE.FT_SAVE_TITLE.fixedtext.text
@@ -2543,7 +2543,7 @@ msgstr ""
#: sdstring.src#RID_SVXSTR_LEND15.string.text
msgid "Diamond"
-msgstr ""
+msgstr "Diamond"
#: sdstring.src#RID_SVXSTR_LEND16.string.text
msgid "Circle unfilled"
diff --git a/translations/source/en-ZA/svx/source/engine3d.po b/translations/source/en-ZA/svx/source/engine3d.po
index 6fd227714f8..02f9ae8615a 100644
--- a/translations/source/en-ZA/svx/source/engine3d.po
+++ b/translations/source/en-ZA/svx/source/engine3d.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:14+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/svx/source/fmcomp.po b/translations/source/en-ZA/svx/source/fmcomp.po
index 8d73c0101d4..965cebb5921 100644
--- a/translations/source/en-ZA/svx/source/fmcomp.po
+++ b/translations/source/en-ZA/svx/source/fmcomp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:57+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/svx/source/form.po b/translations/source/en-ZA/svx/source/form.po
index db2fd29f4c6..6429b2784c9 100644
--- a/translations/source/en-ZA/svx/source/form.po
+++ b/translations/source/en-ZA/svx/source/form.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:57+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/svx/source/gallery2.po b/translations/source/en-ZA/svx/source/gallery2.po
index 4223234a0da..5f30600887e 100644
--- a/translations/source/en-ZA/svx/source/gallery2.po
+++ b/translations/source/en-ZA/svx/source/gallery2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-19 20:41+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/svx/source/items.po b/translations/source/en-ZA/svx/source/items.po
index 1d6b60e8c4c..7c876842276 100644
--- a/translations/source/en-ZA/svx/source/items.po
+++ b/translations/source/en-ZA/svx/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-12 00:17+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/svx/source/src.po b/translations/source/en-ZA/svx/source/src.po
index 08e9cf1f6f4..35fe8272e9d 100644
--- a/translations/source/en-ZA/svx/source/src.po
+++ b/translations/source/en-ZA/svx/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-11 23:14+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/svx/source/stbctrls.po b/translations/source/en-ZA/svx/source/stbctrls.po
index 64e74052406..3ff9c4e0799 100644
--- a/translations/source/en-ZA/svx/source/stbctrls.po
+++ b/translations/source/en-ZA/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: 2012-01-15 22:23+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:57+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-ZA/svx/source/svdraw.po b/translations/source/en-ZA/svx/source/svdraw.po
index 0ddc27ef706..d6257d1df6c 100644
--- a/translations/source/en-ZA/svx/source/svdraw.po
+++ b/translations/source/en-ZA/svx/source/svdraw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-19 19:52+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/svx/source/table.po b/translations/source/en-ZA/svx/source/table.po
index 18dd2710bff..faba8388625 100644
--- a/translations/source/en-ZA/svx/source/table.po
+++ b/translations/source/en-ZA/svx/source/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:57+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/svx/source/tbxctrls.po b/translations/source/en-ZA/svx/source/tbxctrls.po
index 32eca396265..f8938c5b072 100644
--- a/translations/source/en-ZA/svx/source/tbxctrls.po
+++ b/translations/source/en-ZA/svx/source/tbxctrls.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:57+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/svx/source/toolbars.po b/translations/source/en-ZA/svx/source/toolbars.po
index 107f09fec73..8304c283486 100644
--- a/translations/source/en-ZA/svx/source/toolbars.po
+++ b/translations/source/en-ZA/svx/source/toolbars.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:57+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/svx/source/unodialogs/textconversiondlgs.po b/translations/source/en-ZA/svx/source/unodialogs/textconversiondlgs.po
index 93af47da5b3..108ef46c44f 100644
--- a/translations/source/en-ZA/svx/source/unodialogs/textconversiondlgs.po
+++ b/translations/source/en-ZA/svx/source/unodialogs/textconversiondlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:14+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sw/source/core/layout.po b/translations/source/en-ZA/sw/source/core/layout.po
index cfc31a7f540..e7e5256390f 100644
--- a/translations/source/en-ZA/sw/source/core/layout.po
+++ b/translations/source/en-ZA/sw/source/core/layout.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: en_ZA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_ZA\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sw/source/core/undo.po b/translations/source/en-ZA/sw/source/core/undo.po
index 3419f0224b8..006396fe76f 100644
--- a/translations/source/en-ZA/sw/source/core/undo.po
+++ b/translations/source/en-ZA/sw/source/core/undo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 21:57+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -263,7 +263,7 @@ msgstr "Merge table"
#: undo.src#STR_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "~Change Case"
#: undo.src#STR_DELNUM.string.text
msgid "Delete numbering"
diff --git a/translations/source/en-ZA/sw/source/core/unocore.po b/translations/source/en-ZA/sw/source/core/unocore.po
index b095dbb1b32..ceb56a0c1bf 100644
--- a/translations/source/en-ZA/sw/source/core/unocore.po
+++ b/translations/source/en-ZA/sw/source/core/unocore.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:57+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sw/source/ui/app.po b/translations/source/en-ZA/sw/source/ui/app.po
index f4e53d60856..db48fdfc508 100644
--- a/translations/source/en-ZA/sw/source/ui/app.po
+++ b/translations/source/en-ZA/sw/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-19 19:03+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -393,7 +393,7 @@ msgstr "~Wrap"
#: mn.src#MN_AT_FRAME.FN_TOOL_ANCHOR_FRAME.menuitem.text
msgid "To ~Frame"
-msgstr ""
+msgstr "To ~Frame"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_PAGE.menuitem.text
msgid "To P~age"
@@ -401,15 +401,15 @@ msgstr ""
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_PARAGRAPH.menuitem.text
msgid "To ~Paragraph"
-msgstr ""
+msgstr "To ~Paragraph"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_AT_CHAR.menuitem.text
msgid "To ~Character"
-msgstr ""
+msgstr "To ~Character"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_CHAR.menuitem.text
msgid "As C~haracter"
-msgstr ""
+msgstr "As C~haracter"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.menuitem.text
msgid "An~chor"
@@ -530,18 +530,10 @@ msgstr "Close Preview"
msgid "Media object"
msgstr "Media object"
-#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_EDIT.menuitem.text
-msgid "Format $1..."
-msgstr ""
-
#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_BORDERBACK.menuitem.text
msgid "Border and Background..."
msgstr ""
-#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_DELETE.menuitem.text
-msgid "Delete $1..."
-msgstr ""
-
#: mn.src#MN_PAGEBREAK_BUTTON.FN_PAGEBREAK_EDIT.menuitem.text
msgid "Edit Page Break..."
msgstr ""
diff --git a/translations/source/en-ZA/sw/source/ui/chrdlg.po b/translations/source/en-ZA/sw/source/ui/chrdlg.po
index d2d17adad4d..ebd1e0cec39 100644
--- a/translations/source/en-ZA/sw/source/ui/chrdlg.po
+++ b/translations/source/en-ZA/sw/source/ui/chrdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:57+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sw/source/ui/config.po b/translations/source/en-ZA/sw/source/ui/config.po
index c4a4ee05750..c19e69b77de 100644
--- a/translations/source/en-ZA/sw/source/ui/config.po
+++ b/translations/source/en-ZA/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: 2012-01-30 11:10+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-19 19:05+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/en-ZA/sw/source/ui/dbui.po b/translations/source/en-ZA/sw/source/ui/dbui.po
index 6e7375b4a83..5680a7db891 100644
--- a/translations/source/en-ZA/sw/source/ui/dbui.po
+++ b/translations/source/en-ZA/sw/source/ui/dbui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-19 20:05+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sw/source/ui/dialog.po b/translations/source/en-ZA/sw/source/ui/dialog.po
index 66e984a6f58..b90b3c26f5d 100644
--- a/translations/source/en-ZA/sw/source/ui/dialog.po
+++ b/translations/source/en-ZA/sw/source/ui/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-19 19:05+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -94,6 +94,10 @@ msgctxt "wordcountdialog.src#DLG_WORDCOUNT.FT_DOCCHARACTEREXCLUDINGSPACES.fixedt
msgid "Characters excluding spaces:"
msgstr "Characters excluding spaces:"
+#: wordcountdialog.src#DLG_WORDCOUNT.PB_OK.okbutton.text
+msgid "~Close"
+msgstr "~Close"
+
#: wordcountdialog.src#DLG_WORDCOUNT.modelessdialog.text
msgid "Word Count"
msgstr ""
@@ -419,8 +423,8 @@ msgid "Included outline levels"
msgstr "Included outline levels"
#: abstract.src#DLG_INSERT_ABSTRACT.FT_PARA.fixedtext.text
-msgid "Subpoints per level"
-msgstr "Subpoints per level"
+msgid "Paragraphs per level"
+msgstr ""
#: abstract.src#DLG_INSERT_ABSTRACT.FT_DESC.fixedtext.text
msgid "The abstract contains the selected number of paragraphs from the included outline levels."
diff --git a/translations/source/en-ZA/sw/source/ui/dochdl.po b/translations/source/en-ZA/sw/source/ui/dochdl.po
index 30a9f396d7f..f7a6a36666b 100644
--- a/translations/source/en-ZA/sw/source/ui/dochdl.po
+++ b/translations/source/en-ZA/sw/source/ui/dochdl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:57+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sw/source/ui/docvw.po b/translations/source/en-ZA/sw/source/ui/docvw.po
index 1e49ae749df..d6cad0a5872 100644
--- a/translations/source/en-ZA/sw/source/ui/docvw.po
+++ b/translations/source/en-ZA/sw/source/ui/docvw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-19 19:06+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -215,12 +215,20 @@ msgstr ""
msgid "Footer (%1)"
msgstr ""
-#: docvw.src#STR_HEADER.string.text
-msgid "Header"
+#: docvw.src#STR_DELETE_HEADER.string.text
+msgid "Delete Header..."
+msgstr ""
+
+#: docvw.src#STR_FORMAT_HEADER.string.text
+msgid "Format Header..."
+msgstr ""
+
+#: docvw.src#STR_DELETE_FOOTER.string.text
+msgid "Delete Footer..."
msgstr ""
-#: docvw.src#STR_FOOTER.string.text
-msgid "Footer"
+#: docvw.src#STR_FORMAT_FOOTER.string.text
+msgid "Format Footer..."
msgstr ""
#: access.src#STR_ACCESS_DOC_NAME.string.text
diff --git a/translations/source/en-ZA/sw/source/ui/envelp.po b/translations/source/en-ZA/sw/source/ui/envelp.po
index 52cf9c126d6..b2b5dae4678 100644
--- a/translations/source/en-ZA/sw/source/ui/envelp.po
+++ b/translations/source/en-ZA/sw/source/ui/envelp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:57+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sw/source/ui/fldui.po b/translations/source/en-ZA/sw/source/ui/fldui.po
index 8ab25e5505f..3256ce0a8f7 100644
--- a/translations/source/en-ZA/sw/source/ui/fldui.po
+++ b/translations/source/en-ZA/sw/source/ui/fldui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:57+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sw/source/ui/fmtui.po b/translations/source/en-ZA/sw/source/ui/fmtui.po
index 139fe8a397b..c5711fff332 100644
--- a/translations/source/en-ZA/sw/source/ui/fmtui.po
+++ b/translations/source/en-ZA/sw/source/ui/fmtui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:57+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sw/source/ui/frmdlg.po b/translations/source/en-ZA/sw/source/ui/frmdlg.po
index af8c95ae807..e976aa4a6a8 100644
--- a/translations/source/en-ZA/sw/source/ui/frmdlg.po
+++ b/translations/source/en-ZA/sw/source/ui/frmdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-19 19:06+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sw/source/ui/globdoc.po b/translations/source/en-ZA/sw/source/ui/globdoc.po
index 92deed4f406..0926c60ba1d 100644
--- a/translations/source/en-ZA/sw/source/ui/globdoc.po
+++ b/translations/source/en-ZA/sw/source/ui/globdoc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:57+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sw/source/ui/index.po b/translations/source/en-ZA/sw/source/ui/index.po
index 1e9bfc211e1..3af3296d479 100644
--- a/translations/source/en-ZA/sw/source/ui/index.po
+++ b/translations/source/en-ZA/sw/source/ui/index.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-19 19:06+0200\n"
-"Last-Translator: dwayne <dwayne@translate.org.za>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-01-05 12:45+0200\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -770,7 +770,8 @@ msgid "~Main entry"
msgstr "~Main entry"
#: idxmrk.src#IDX_DIALOG_WINDOW.WIN_DLG.CB_APPLY_TO_ALL.checkbox.text
-msgid "~Apply to all similar texts."
+#, fuzzy
+msgid "~Apply to all similar texts"
msgstr "~Apply to all similar texts."
#: idxmrk.src#IDX_DIALOG_WINDOW.WIN_DLG.CB_CASESENSITIVE.checkbox.text
diff --git a/translations/source/en-ZA/sw/source/ui/lingu.po b/translations/source/en-ZA/sw/source/ui/lingu.po
index 29e5829e65b..106e887800c 100644
--- a/translations/source/en-ZA/sw/source/ui/lingu.po
+++ b/translations/source/en-ZA/sw/source/ui/lingu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:57+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sw/source/ui/misc.po b/translations/source/en-ZA/sw/source/ui/misc.po
index c7dcd63c419..db6cd7fcff8 100644
--- a/translations/source/en-ZA/sw/source/ui/misc.po
+++ b/translations/source/en-ZA/sw/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-19 20:41+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sw/source/ui/ribbar.po b/translations/source/en-ZA/sw/source/ui/ribbar.po
index 5a114ccecce..a6fed357edd 100644
--- a/translations/source/en-ZA/sw/source/ui/ribbar.po
+++ b/translations/source/en-ZA/sw/source/ui/ribbar.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:57+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -421,20 +421,20 @@ msgstr "Apply"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_PAGE.menuitem.text
msgid "To Page"
-msgstr ""
+msgstr "To Page"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_PARAGRAPH.menuitem.text
msgid "To Paragraph"
-msgstr ""
+msgstr "To Paragraph"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_AT_CHAR.menuitem.text
msgid "To Character"
-msgstr ""
+msgstr "To Character"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_CHAR.menuitem.text
msgid "As Character"
-msgstr ""
+msgstr "As Character"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_FRAME.menuitem.text
msgid "To Frame"
-msgstr ""
+msgstr "To Frame"
diff --git a/translations/source/en-ZA/sw/source/ui/shells.po b/translations/source/en-ZA/sw/source/ui/shells.po
index 17888266e78..e8041f831a5 100644
--- a/translations/source/en-ZA/sw/source/ui/shells.po
+++ b/translations/source/en-ZA/sw/source/ui/shells.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 21:57+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -200,6 +200,14 @@ msgstr "Bézier"
msgid "Draw text"
msgstr "Draw text"
+#: shells.src#STR_SHELLNAME_MEDIA.string.text
+msgid "Media"
+msgstr "Media"
+
+#: shells.src#STR_SHELLNAME_NAVIGATION.string.text
+msgid "Navigation"
+msgstr "Navigation"
+
#: shells.src#STR_SWBG_PARAGRAPH.string.text
msgid "Paragraph"
msgstr "Paragraph"
diff --git a/translations/source/en-ZA/sw/source/ui/smartmenu.po b/translations/source/en-ZA/sw/source/ui/smartmenu.po
index 57b6e9cece7..d066b9a35a8 100644
--- a/translations/source/en-ZA/sw/source/ui/smartmenu.po
+++ b/translations/source/en-ZA/sw/source/ui/smartmenu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:57+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sw/source/ui/table.po b/translations/source/en-ZA/sw/source/ui/table.po
index c7d71c2d9db..ef1303f0950 100644
--- a/translations/source/en-ZA/sw/source/ui/table.po
+++ b/translations/source/en-ZA/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-26 02:18+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: colwd.src#DLG_COL_WIDTH.FT_WIDTH.fixedtext.text
@@ -382,7 +382,7 @@ msgstr "Left-to-right"
#: tabledlg.src#TP_FORMAT_TABLE.LB_TEXTORIENTATION.2.stringlist.text
msgid "Right-to-left"
-msgstr ""
+msgstr "Right-to-left"
#: tabledlg.src#TP_FORMAT_TABLE.LB_TEXTORIENTATION.3.stringlist.text
msgctxt "tabledlg.src#TP_FORMAT_TABLE.LB_TEXTORIENTATION.3.stringlist.text"
@@ -459,12 +459,12 @@ msgid "Text ~orientation"
msgstr ""
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.1.stringlist.text
-msgid "horizontal"
-msgstr ""
+msgid "Horizontal"
+msgstr "Horizontal"
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.2.stringlist.text
-msgid "vertical"
-msgstr ""
+msgid "Vertical"
+msgstr "Vertical"
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.3.stringlist.text
msgctxt "tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.3.stringlist.text"
diff --git a/translations/source/en-ZA/sw/source/ui/uiview.po b/translations/source/en-ZA/sw/source/ui/uiview.po
index ae8eb6cd4f6..c6ddfc0e888 100644
--- a/translations/source/en-ZA/sw/source/ui/uiview.po
+++ b/translations/source/en-ZA/sw/source/ui/uiview.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:57+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sw/source/ui/utlui.po b/translations/source/en-ZA/sw/source/ui/utlui.po
index 8af6642b679..deb558fd450 100644
--- a/translations/source/en-ZA/sw/source/ui/utlui.po
+++ b/translations/source/en-ZA/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: 2012-01-30 11:09+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-19 19:09+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1510,7 +1510,7 @@ msgstr "Numbering 1 Start"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text"
msgid "Numbering 1"
-msgstr "Numbering 1"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1E.string.text
msgid "Numbering 1 End"
@@ -1527,7 +1527,7 @@ msgstr "Numbering 2 Start"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text"
msgid "Numbering 2"
-msgstr "Numbering 2"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2E.string.text
msgid "Numbering 2 End"
@@ -1544,7 +1544,7 @@ msgstr "Numbering 3 Start"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text"
msgid "Numbering 3"
-msgstr "Numbering 3"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3E.string.text
msgid "Numbering 3 End"
@@ -1561,7 +1561,7 @@ msgstr "Numbering 4 Start"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text"
msgid "Numbering 4"
-msgstr "Numbering 4"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4E.string.text
msgid "Numbering 4 End"
@@ -1578,7 +1578,7 @@ msgstr "Numbering 5 Start"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text"
msgid "Numbering 5"
-msgstr "Numbering 5"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5E.string.text
msgid "Numbering 5 End"
@@ -1595,7 +1595,7 @@ msgstr "List 1 Start"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text"
msgid "List 1"
-msgstr "List 1"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1E.string.text
msgid "List 1 End"
@@ -1612,7 +1612,7 @@ msgstr "List 2 Start"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text"
msgid "List 2"
-msgstr "List 2"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2E.string.text
msgid "List 2 End"
@@ -1629,7 +1629,7 @@ msgstr "List 3 Start"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text"
msgid "List 3"
-msgstr "List 3"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3E.string.text
msgid "List 3 End"
@@ -1646,7 +1646,7 @@ msgstr "List 4 Start"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text"
msgid "List 4"
-msgstr "List 4"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4E.string.text
msgid "List 4 End"
@@ -1663,7 +1663,7 @@ msgstr "List 5 Start"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text"
msgid "List 5"
-msgstr "List 5"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5E.string.text
msgid "List 5 End"
diff --git a/translations/source/en-ZA/sw/source/ui/web.po b/translations/source/en-ZA/sw/source/ui/web.po
index 14f97783a49..52717f14f76 100644
--- a/translations/source/en-ZA/sw/source/ui/web.po
+++ b/translations/source/en-ZA/sw/source/ui/web.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:57+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sw/source/ui/wrtsh.po b/translations/source/en-ZA/sw/source/ui/wrtsh.po
index 76530d206bf..ed948b4124a 100644
--- a/translations/source/en-ZA/sw/source/ui/wrtsh.po
+++ b/translations/source/en-ZA/sw/source/ui/wrtsh.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:57+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/swext/mediawiki/help.po b/translations/source/en-ZA/swext/mediawiki/help.po
index df2cd8cc1a6..4b89a42334c 100644
--- a/translations/source/en-ZA/swext/mediawiki/help.po
+++ b/translations/source/en-ZA/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-26 02:18+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: wiki.xhp#tit.help.text
@@ -189,8 +189,8 @@ msgid "If the Wiki allows anonymous access, you can leave the account text boxes
msgstr "If the Wiki allows anonymous access, you can leave the account text boxes empty. Else enter your user name and password."
#: wikiaccount.xhp#par_id9046601.help.text
-msgid "If you have enabled the master password feature on the Security tab page of the Tools - Options - %PRODUCTNAME dialog, then the software can store your password and automatically insert the data where necessary. Enable the \"Save password\" checkbox to store your password."
-msgstr "If you have enabled the master password feature on the Security tab page of the Tools - Options - %PRODUCTNAME dialogue, then the software can store your password and automatically insert the data where necessary. Enable the \"Save password\" checkbox to store your password."
+msgid "If you have enabled the master password feature on the Security tab page of the <item type=\"menuitem\">Tools - Options - %PRODUCTNAME</item> dialog, then the software can store your password and automatically insert the data where necessary. Enable the \"Save password\" checkbox to store your password."
+msgstr ""
#: wikiformats.xhp#tit.help.text
msgctxt "wikiformats.xhp#tit.help.text"
@@ -303,8 +303,8 @@ msgid "Borders"
msgstr "Borders"
#: wikiformats.xhp#par_id1831110.help.text
-msgid "Irrespective of custom table styles for border and background, a table is always exported as \"<emph>prettytable\"</emph>, which renders in the Wiki engine with simple borders and bold header."
-msgstr "Irrespective of custom table styles for border and background, a table is always exported as \"<emph>prettytable\"</emph>, which renders in the Wiki engine with simple borders and bold header."
+msgid "Irrespective of custom table styles for border and background, a table is always exported as \"<emph>prettytable</emph>\", which renders in the Wiki engine with simple borders and bold header."
+msgstr ""
#: wikiformats.xhp#hd_id6255073.help.text
msgid "Charset and special characters"
diff --git a/translations/source/en-ZA/swext/mediawiki/src.po b/translations/source/en-ZA/swext/mediawiki/src.po
index fce62de932f..209d844af46 100644
--- a/translations/source/en-ZA/swext/mediawiki/src.po
+++ b/translations/source/en-ZA/swext/mediawiki/src.po
@@ -3,21 +3,21 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:14+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Wiki Publisher"
-msgstr ""
+msgstr "Wiki Publisher"
#: description.xml#extdesc.extdesc.description.text
msgid "The Wiki Publisher enables you to create Wiki articles on MediaWiki servers without having to know the syntax of the MediaWiki markup language. Publish your new and existing documents transparently with the Writer to a wiki page.\n"
diff --git a/translations/source/en-ZA/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/translations/source/en-ZA/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index d54bb8c9fac..31bbbc1f9b7 100644
--- a/translations/source/en-ZA/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/translations/source/en-ZA/swext/mediawiki/src/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:57+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/translations/source/en-ZA/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index 4ac54d84236..873d0cfeba3 100644
--- a/translations/source/en-ZA/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/translations/source/en-ZA/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:57+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/sysui/desktop/share.po b/translations/source/en-ZA/sysui/desktop/share.po
index c1700565e77..947a8a7db0d 100644
--- a/translations/source/en-ZA/sysui/desktop/share.po
+++ b/translations/source/en-ZA/sysui/desktop/share.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-19 20:41+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/uui/source.po b/translations/source/en-ZA/uui/source.po
index 4f6ba630c73..ab630eae8ce 100644
--- a/translations/source/en-ZA/uui/source.po
+++ b/translations/source/en-ZA/uui/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-19 19:47+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/vcl/source/src.po b/translations/source/en-ZA/vcl/source/src.po
index 2374ac8e084..d3e9e0c8b86 100644
--- a/translations/source/en-ZA/vcl/source/src.po
+++ b/translations/source/en-ZA/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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 02:18+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: stdtext.src#SV_STDTEXT_SERVICENOTAVAILABLE.string.text
@@ -771,23 +771,23 @@ msgstr "Split window separator"
#: fpicker.src#STR_FPICKER_AUTO_EXTENSION.string.text
msgid "~Automatic file name extension"
-msgstr ""
+msgstr "~Automatic file name extension"
#: fpicker.src#STR_FPICKER_PASSWORD.string.text
msgid "Save with pass~word"
-msgstr ""
+msgstr "Save with pass~word"
#: fpicker.src#STR_FPICKER_FILTER_OPTIONS.string.text
msgid "~Edit filter settings"
-msgstr ""
+msgstr "~Edit filter settings"
#: fpicker.src#STR_FPICKER_READONLY.string.text
msgid "~Read-only"
-msgstr ""
+msgstr "~Read-only"
#: fpicker.src#STR_FPICKER_INSERT_AS_LINK.string.text
msgid "~Link"
-msgstr ""
+msgstr "~Link"
#: fpicker.src#STR_FPICKER_SHOW_PREVIEW.string.text
#, fuzzy
@@ -796,31 +796,31 @@ msgstr "Preview"
#: fpicker.src#STR_FPICKER_PLAY.string.text
msgid "~Play"
-msgstr ""
+msgstr "~Play"
#: fpicker.src#STR_FPICKER_VERSION.string.text
msgid "~Version:"
-msgstr ""
+msgstr "~Version:"
#: fpicker.src#STR_FPICKER_TEMPLATES.string.text
msgid "S~tyles:"
-msgstr ""
+msgstr "S~tyles:"
#: fpicker.src#STR_FPICKER_IMAGE_TEMPLATE.string.text
msgid "Style:"
-msgstr ""
+msgstr "Style:"
#: fpicker.src#STR_FPICKER_SELECTION.string.text
msgid "~Selection"
-msgstr ""
+msgstr "~Selection"
#: fpicker.src#STR_FPICKER_FOLDER_DEFAULT_TITLE.string.text
msgid "Select Path"
-msgstr ""
+msgstr "Select Path"
#: fpicker.src#STR_FPICKER_FOLDER_DEFAULT_DESCRIPTION.string.text
msgid "Please select a folder."
-msgstr ""
+msgstr "Please select a folder."
#: fpicker.src#STR_FPICKER_ALREADYEXISTOVERWRITE.string.text
msgid ""
@@ -828,19 +828,22 @@ msgid ""
"\n"
"Do you want to replace it?"
msgstr ""
+"A file named \"$filename$\" already exists.\n"
+"\n"
+"Do you want to replace it?"
#: fpicker.src#STR_FPICKER_ALLFORMATS.string.text
msgid "All Formats"
-msgstr ""
+msgstr "All Formats"
#: fpicker.src#STR_FPICKER_OPEN.string.text
msgid "Open"
-msgstr ""
+msgstr "Open"
#: fpicker.src#STR_FPICKER_SAVE.string.text
msgid "Save"
-msgstr ""
+msgstr "Save"
#: fpicker.src#STR_FPICKER_TYPE.string.text
msgid "File ~type"
-msgstr ""
+msgstr "File ~type"
diff --git a/translations/source/en-ZA/wizards/source/euro.po b/translations/source/en-ZA/wizards/source/euro.po
index 794baaf9fb0..28f4aa2f7d1 100644
--- a/translations/source/en-ZA/wizards/source/euro.po
+++ b/translations/source/en-ZA/wizards/source/euro.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:57+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/wizards/source/formwizard.po b/translations/source/en-ZA/wizards/source/formwizard.po
index 2005b48675d..abff7cf49d8 100644
--- a/translations/source/en-ZA/wizards/source/formwizard.po
+++ b/translations/source/en-ZA/wizards/source/formwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:57+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/wizards/source/importwizard.po b/translations/source/en-ZA/wizards/source/importwizard.po
index e00146b4ea8..9a3f4e20c89 100644
--- a/translations/source/en-ZA/wizards/source/importwizard.po
+++ b/translations/source/en-ZA/wizards/source/importwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:57+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/wizards/source/schedule.po b/translations/source/en-ZA/wizards/source/schedule.po
index be1bcc876b0..6f8e3294eca 100644
--- a/translations/source/en-ZA/wizards/source/schedule.po
+++ b/translations/source/en-ZA/wizards/source/schedule.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:57+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/wizards/source/template.po b/translations/source/en-ZA/wizards/source/template.po
index eff063bc7d5..0cc6513b490 100644
--- a/translations/source/en-ZA/wizards/source/template.po
+++ b/translations/source/en-ZA/wizards/source/template.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:57+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/xmlsecurity/source/component.po b/translations/source/en-ZA/xmlsecurity/source/component.po
index 4efcf655e8a..b8e7d3a9eea 100644
--- a/translations/source/en-ZA/xmlsecurity/source/component.po
+++ b/translations/source/en-ZA/xmlsecurity/source/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 21:58+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/en-ZA/xmlsecurity/source/dialogs.po b/translations/source/en-ZA/xmlsecurity/source/dialogs.po
index 90442bea45b..1560f535c65 100644
--- a/translations/source/en-ZA/xmlsecurity/source/dialogs.po
+++ b/translations/source/en-ZA/xmlsecurity/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 21:58+0200\n"
"Last-Translator: dwayne <dwayne@translate.org.za>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: en_ZA\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"
+"Language: en_ZA\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/accessibility/source/helper.po b/translations/source/eo/accessibility/source/helper.po
index c7100f95285..4085fb74802 100644
--- a/translations/source/eo/accessibility/source/helper.po
+++ b/translations/source/eo/accessibility/source/helper.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-27 10:40+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/avmedia/source/framework.po b/translations/source/eo/avmedia/source/framework.po
index af4f46fa3e8..13f176bf15b 100644
--- a/translations/source/eo/avmedia/source/framework.po
+++ b/translations/source/eo/avmedia/source/framework.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:55+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/avmedia/source/viewer.po b/translations/source/eo/avmedia/source/viewer.po
index b29157eee30..bc319357cd6 100644
--- a/translations/source/eo/avmedia/source/viewer.po
+++ b/translations/source/eo/avmedia/source/viewer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:55+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/basctl/source/basicide.po b/translations/source/eo/basctl/source/basicide.po
index 171a6c12af1..e05af4ca0f6 100644
--- a/translations/source/eo/basctl/source/basicide.po
+++ b/translations/source/eo/basctl/source/basicide.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-29 09:32+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/basctl/source/dlged.po b/translations/source/eo/basctl/source/dlged.po
index 5acd85d4889..82713cc4057 100644
--- a/translations/source/eo/basctl/source/dlged.po
+++ b/translations/source/eo/basctl/source/dlged.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/basic/source/classes.po b/translations/source/eo/basic/source/classes.po
index 6d3b73345e8..455f88c85f8 100644
--- a/translations/source/eo/basic/source/classes.po
+++ b/translations/source/eo/basic/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/basic/source/sbx.po b/translations/source/eo/basic/source/sbx.po
index 706989333cd..27ff436cc07 100644
--- a/translations/source/eo/basic/source/sbx.po
+++ b/translations/source/eo/basic/source/sbx.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/chart2/source/controller/dialogs.po b/translations/source/eo/chart2/source/controller/dialogs.po
index b67d3c4eb9d..10e55250b99 100644
--- a/translations/source/eo/chart2/source/controller/dialogs.po
+++ b/translations/source/eo/chart2/source/controller/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 02:52+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/connectivity/source/drivers/ado.po b/translations/source/eo/connectivity/source/drivers/ado.po
index ee8335cf036..13645a3f61e 100644
--- a/translations/source/eo/connectivity/source/drivers/ado.po
+++ b/translations/source/eo/connectivity/source/drivers/ado.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/connectivity/source/drivers/calc.po b/translations/source/eo/connectivity/source/drivers/calc.po
index b7479df835b..39f0913fcce 100644
--- a/translations/source/eo/connectivity/source/drivers/calc.po
+++ b/translations/source/eo/connectivity/source/drivers/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/connectivity/source/drivers/dbase.po b/translations/source/eo/connectivity/source/drivers/dbase.po
index 4df3ba785d1..34c2291ad2b 100644
--- a/translations/source/eo/connectivity/source/drivers/dbase.po
+++ b/translations/source/eo/connectivity/source/drivers/dbase.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/connectivity/source/drivers/evoab2.po b/translations/source/eo/connectivity/source/drivers/evoab2.po
index ad41af54009..4c1fa0e5290 100644
--- a/translations/source/eo/connectivity/source/drivers/evoab2.po
+++ b/translations/source/eo/connectivity/source/drivers/evoab2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/connectivity/source/drivers/flat.po b/translations/source/eo/connectivity/source/drivers/flat.po
index 5abc351b8ee..2fb37b549e6 100644
--- a/translations/source/eo/connectivity/source/drivers/flat.po
+++ b/translations/source/eo/connectivity/source/drivers/flat.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/connectivity/source/drivers/hsqldb.po b/translations/source/eo/connectivity/source/drivers/hsqldb.po
index 9a07d6b3161..9554bbba45e 100644
--- a/translations/source/eo/connectivity/source/drivers/hsqldb.po
+++ b/translations/source/eo/connectivity/source/drivers/hsqldb.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/connectivity/source/drivers/jdbc.po b/translations/source/eo/connectivity/source/drivers/jdbc.po
index 343a1d4e7d4..ce85ec84b2a 100644
--- a/translations/source/eo/connectivity/source/drivers/jdbc.po
+++ b/translations/source/eo/connectivity/source/drivers/jdbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/connectivity/source/drivers/kab.po b/translations/source/eo/connectivity/source/drivers/kab.po
index 4a1d38102a9..6724e13e371 100644
--- a/translations/source/eo/connectivity/source/drivers/kab.po
+++ b/translations/source/eo/connectivity/source/drivers/kab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/connectivity/source/drivers/macab.po b/translations/source/eo/connectivity/source/drivers/macab.po
index 3f3f5397732..f0288b32e00 100644
--- a/translations/source/eo/connectivity/source/drivers/macab.po
+++ b/translations/source/eo/connectivity/source/drivers/macab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-18 04:04+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/connectivity/source/drivers/mozab.po b/translations/source/eo/connectivity/source/drivers/mozab.po
index 86e764a263f..18d3c147728 100644
--- a/translations/source/eo/connectivity/source/drivers/mozab.po
+++ b/translations/source/eo/connectivity/source/drivers/mozab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-11 23:01+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/connectivity/source/drivers/mysql.po b/translations/source/eo/connectivity/source/drivers/mysql.po
index 7876b78ae2b..18753535c66 100644
--- a/translations/source/eo/connectivity/source/drivers/mysql.po
+++ b/translations/source/eo/connectivity/source/drivers/mysql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/connectivity/source/drivers/odbc.po b/translations/source/eo/connectivity/source/drivers/odbc.po
index adec80bb5ca..6803c1c07df 100644
--- a/translations/source/eo/connectivity/source/drivers/odbc.po
+++ b/translations/source/eo/connectivity/source/drivers/odbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/connectivity/source/drivers/postgresql.po b/translations/source/eo/connectivity/source/drivers/postgresql.po
index d2fc4c75e92..0036405e3bc 100644
--- a/translations/source/eo/connectivity/source/drivers/postgresql.po
+++ b/translations/source/eo/connectivity/source/drivers/postgresql.po
@@ -3,25 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-05 20:58+1300\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@li.org>\n"
-"Language: eo\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"
+"Language: eo\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 "PostgreSQL"
-
-#: description.xml#dispname.dispname.description.text
-msgid "PostgreSQL-SDBC Driver"
-msgstr "PostgreSQL-SDBC pelilo"
-
-#: 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 "Indiĝena PostgresQL-datumbaza pelilo por LibreOffice. Ĝi estas pli rapida, senprobleme integrita, kaj ne necesas aparte instali kaj agordi JDBC- aŭ ODBC-pelilon. Ĝi kongruas kun versio 8.4 kaj poste de PostgresQL"
diff --git a/translations/source/eo/connectivity/source/resource.po b/translations/source/eo/connectivity/source/resource.po
index f3db35e3116..62d96d13bc2 100644
--- a/translations/source/eo/connectivity/source/resource.po
+++ b/translations/source/eo/connectivity/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 04:51+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/cui/source/customize.po b/translations/source/eo/cui/source/customize.po
index a9311bf612c..5974f2d4980 100644
--- a/translations/source/eo/cui/source/customize.po
+++ b/translations/source/eo/cui/source/customize.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-29 08:51+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/cui/source/dialogs.po b/translations/source/eo/cui/source/dialogs.po
index 44a80846950..3a0688ee252 100644
--- a/translations/source/eo/cui/source/dialogs.po
+++ b/translations/source/eo/cui/source/dialogs.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%2Fdialogs.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-02-05 22:17+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: thesdlg.src#RID_SVXDLG_THESAURUS.FT_WORD.fixedtext.text
diff --git a/translations/source/eo/cui/source/options.po b/translations/source/eo/cui/source/options.po
index daf14a3032e..39401c964a8 100644
--- a/translations/source/eo/cui/source/options.po
+++ b/translations/source/eo/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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-12-31 22:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-25 23:24+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: eo\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: optgenrl.src#RID_SFXPAGE_GENERAL.FT_COMPANY.fixedtext.text
@@ -1277,30 +1277,42 @@ msgid "Grid"
msgstr "Krado"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.6.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.6.itemlist.text"
+msgid "Basic Fonts (Western)"
+msgstr "Bazaj tiparoj (okcidentaj)"
+
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.7.itemlist.text
+msgid "Basic Fonts (Asian)"
+msgstr "Bazaj tiparoj (aziaj)"
+
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text
+msgid "Basic Fonts (CTL)"
+msgstr "Bazaj tiparoj (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"
msgid "Print"
msgstr "Presi"
-#: 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"
+#: 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"
msgid "Table"
msgstr "Tabelo"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text"
+#: 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"
msgid "Changes"
msgstr "Ŝanĝoj"
-#: 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"
+#: 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"
msgid "Compatibility"
msgstr "Kongrueco"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.10.itemlist.text
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.13.itemlist.text
msgid "AutoCaption"
msgstr "Aŭtomata apudskribo"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.11.itemlist.text
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.14.itemlist.text
msgid "Mail Merge E-mail"
msgstr "Retpoŝta kunfando"
diff --git a/translations/source/eo/cui/source/tabpages.po b/translations/source/eo/cui/source/tabpages.po
index 2e6ab22feca..8001c8138dd 100644
--- a/translations/source/eo/cui/source/tabpages.po
+++ b/translations/source/eo/cui/source/tabpages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-22 05:15+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dbaccess/source/core/resource.po b/translations/source/eo/dbaccess/source/core/resource.po
index 36b0ba0bbe0..134874153a2 100644
--- a/translations/source/eo/dbaccess/source/core/resource.po
+++ b/translations/source/eo/dbaccess/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-27 10:55+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dbaccess/source/ext/adabas.po b/translations/source/eo/dbaccess/source/ext/adabas.po
index 9706afea7c4..60af423f7f9 100644
--- a/translations/source/eo/dbaccess/source/ext/adabas.po
+++ b/translations/source/eo/dbaccess/source/ext/adabas.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 02:50+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dbaccess/source/ext/macromigration.po b/translations/source/eo/dbaccess/source/ext/macromigration.po
index 6dcfd7d385f..d73dc6d59c5 100644
--- a/translations/source/eo/dbaccess/source/ext/macromigration.po
+++ b/translations/source/eo/dbaccess/source/ext/macromigration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-16 04:58+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dbaccess/source/sdbtools/resource.po b/translations/source/eo/dbaccess/source/sdbtools/resource.po
index e7eecc6e004..0518eb50f38 100644
--- a/translations/source/eo/dbaccess/source/sdbtools/resource.po
+++ b/translations/source/eo/dbaccess/source/sdbtools/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dbaccess/source/ui/app.po b/translations/source/eo/dbaccess/source/ui/app.po
index cede0156a38..ef17bbab381 100644
--- a/translations/source/eo/dbaccess/source/ui/app.po
+++ b/translations/source/eo/dbaccess/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 02:46+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dbaccess/source/ui/browser.po b/translations/source/eo/dbaccess/source/ui/browser.po
index 03554617b18..4ccaf2e3b91 100644
--- a/translations/source/eo/dbaccess/source/ui/browser.po
+++ b/translations/source/eo/dbaccess/source/ui/browser.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dbaccess/source/ui/control.po b/translations/source/eo/dbaccess/source/ui/control.po
index b4ad84137f5..d2714c088b2 100644
--- a/translations/source/eo/dbaccess/source/ui/control.po
+++ b/translations/source/eo/dbaccess/source/ui/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dbaccess/source/ui/dlg.po b/translations/source/eo/dbaccess/source/ui/dlg.po
index e205c452938..12d2da5c138 100644
--- a/translations/source/eo/dbaccess/source/ui/dlg.po
+++ b/translations/source/eo/dbaccess/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-16 04:58+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dbaccess/source/ui/inc.po b/translations/source/eo/dbaccess/source/ui/inc.po
index 842d160aa2b..a002f7eea76 100644
--- a/translations/source/eo/dbaccess/source/ui/inc.po
+++ b/translations/source/eo/dbaccess/source/ui/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dbaccess/source/ui/misc.po b/translations/source/eo/dbaccess/source/ui/misc.po
index 8013ceeb4f2..08a7b6af1c8 100644
--- a/translations/source/eo/dbaccess/source/ui/misc.po
+++ b/translations/source/eo/dbaccess/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-07-27 11:32+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dbaccess/source/ui/querydesign.po b/translations/source/eo/dbaccess/source/ui/querydesign.po
index 696e38775ea..fb3ea369a69 100644
--- a/translations/source/eo/dbaccess/source/ui/querydesign.po
+++ b/translations/source/eo/dbaccess/source/ui/querydesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dbaccess/source/ui/relationdesign.po b/translations/source/eo/dbaccess/source/ui/relationdesign.po
index 1951b9b43df..630c6bd2a92 100644
--- a/translations/source/eo/dbaccess/source/ui/relationdesign.po
+++ b/translations/source/eo/dbaccess/source/ui/relationdesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-16 16:08+1300\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dbaccess/source/ui/tabledesign.po b/translations/source/eo/dbaccess/source/ui/tabledesign.po
index b7c38a1936e..8e27c226eb9 100644
--- a/translations/source/eo/dbaccess/source/ui/tabledesign.po
+++ b/translations/source/eo/dbaccess/source/ui/tabledesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-27 11:32+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dbaccess/source/ui/uno.po b/translations/source/eo/dbaccess/source/ui/uno.po
index c62e1ea2bc0..2d1967cabaf 100644
--- a/translations/source/eo/dbaccess/source/ui/uno.po
+++ b/translations/source/eo/dbaccess/source/ui/uno.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-27 11:35+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/desktop/source/app.po b/translations/source/eo/desktop/source/app.po
index 559ed00c11d..ce7cfd8b0f7 100644
--- a/translations/source/eo/desktop/source/app.po
+++ b/translations/source/eo/desktop/source/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-11 23:14+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/desktop/source/deployment/gui.po b/translations/source/eo/desktop/source/deployment/gui.po
index b7a0baaec9b..3c3c7c5d6c7 100644
--- a/translations/source/eo/desktop/source/deployment/gui.po
+++ b/translations/source/eo/desktop/source/deployment/gui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-16 16:33+1300\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/desktop/source/deployment/manager.po b/translations/source/eo/desktop/source/deployment/manager.po
index bb69936c2ac..8b19bb5b86e 100644
--- a/translations/source/eo/desktop/source/deployment/manager.po
+++ b/translations/source/eo/desktop/source/deployment/manager.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-26 07:03+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/desktop/source/deployment/misc.po b/translations/source/eo/desktop/source/deployment/misc.po
index 04fc49a4d85..877c090fb7f 100644
--- a/translations/source/eo/desktop/source/deployment/misc.po
+++ b/translations/source/eo/desktop/source/deployment/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-16 05:12+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/desktop/source/deployment/registry.po b/translations/source/eo/desktop/source/deployment/registry.po
index 844a59f1618..9cc0ac4c987 100644
--- a/translations/source/eo/desktop/source/deployment/registry.po
+++ b/translations/source/eo/desktop/source/deployment/registry.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/desktop/source/deployment/registry/component.po b/translations/source/eo/desktop/source/deployment/registry/component.po
index 697d1c4e7af..e1c4aeb2c31 100644
--- a/translations/source/eo/desktop/source/deployment/registry/component.po
+++ b/translations/source/eo/desktop/source/deployment/registry/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 02:54+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/desktop/source/deployment/registry/configuration.po b/translations/source/eo/desktop/source/deployment/registry/configuration.po
index 9e383a5c469..b2141a10da5 100644
--- a/translations/source/eo/desktop/source/deployment/registry/configuration.po
+++ b/translations/source/eo/desktop/source/deployment/registry/configuration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/desktop/source/deployment/registry/help.po b/translations/source/eo/desktop/source/deployment/registry/help.po
index 859397347f8..8d85014288b 100644
--- a/translations/source/eo/desktop/source/deployment/registry/help.po
+++ b/translations/source/eo/desktop/source/deployment/registry/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/desktop/source/deployment/registry/package.po b/translations/source/eo/desktop/source/deployment/registry/package.po
index bfda17870b5..afca173505c 100644
--- a/translations/source/eo/desktop/source/deployment/registry/package.po
+++ b/translations/source/eo/desktop/source/deployment/registry/package.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/desktop/source/deployment/registry/script.po b/translations/source/eo/desktop/source/deployment/registry/script.po
index 5e8622590f4..9fcbccdec68 100644
--- a/translations/source/eo/desktop/source/deployment/registry/script.po
+++ b/translations/source/eo/desktop/source/deployment/registry/script.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/desktop/source/deployment/registry/sfwk.po b/translations/source/eo/desktop/source/deployment/registry/sfwk.po
index 8ad49b28100..db4f9b3c9c2 100644
--- a/translations/source/eo/desktop/source/deployment/registry/sfwk.po
+++ b/translations/source/eo/desktop/source/deployment/registry/sfwk.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/desktop/source/deployment/unopkg.po b/translations/source/eo/desktop/source/deployment/unopkg.po
index 5d83df36a3c..7dce9c8aaed 100644
--- a/translations/source/eo/desktop/source/deployment/unopkg.po
+++ b/translations/source/eo/desktop/source/deployment/unopkg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/af_ZA.po b/translations/source/eo/dictionaries/af_ZA.po
index 206db35b3c3..ffd33a41490 100644
--- a/translations/source/eo/dictionaries/af_ZA.po
+++ b/translations/source/eo/dictionaries/af_ZA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-11 05:28+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/an_ES.po b/translations/source/eo/dictionaries/an_ES.po
index cb82e582a9e..2e36abab310 100644
--- a/translations/source/eo/dictionaries/an_ES.po
+++ b/translations/source/eo/dictionaries/an_ES.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fan_ES.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-17 08:24+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/ar.po b/translations/source/eo/dictionaries/ar.po
index dd476d782db..b2463a6bd5f 100644
--- a/translations/source/eo/dictionaries/ar.po
+++ b/translations/source/eo/dictionaries/ar.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 05:28+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/be_BY.po b/translations/source/eo/dictionaries/be_BY.po
index 2810a062ef2..70398ccc2f3 100644
--- a/translations/source/eo/dictionaries/be_BY.po
+++ b/translations/source/eo/dictionaries/be_BY.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-05 10:09+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/bg_BG.po b/translations/source/eo/dictionaries/bg_BG.po
index f2701a08c7f..3ed77af5331 100644
--- a/translations/source/eo/dictionaries/bg_BG.po
+++ b/translations/source/eo/dictionaries/bg_BG.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-11 05:29+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/bn_BD.po b/translations/source/eo/dictionaries/bn_BD.po
index 41e424e9fc3..9ec1ca3ad21 100644
--- a/translations/source/eo/dictionaries/bn_BD.po
+++ b/translations/source/eo/dictionaries/bn_BD.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 05:30+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/br_FR.po b/translations/source/eo/dictionaries/br_FR.po
index 6a98831b650..a180c51c508 100644
--- a/translations/source/eo/dictionaries/br_FR.po
+++ b/translations/source/eo/dictionaries/br_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 05:30+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/ca.po b/translations/source/eo/dictionaries/ca.po
index 68d35a126a7..6d11be39a34 100644
--- a/translations/source/eo/dictionaries/ca.po
+++ b/translations/source/eo/dictionaries/ca.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-11 05:32+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/cs_CZ.po b/translations/source/eo/dictionaries/cs_CZ.po
index e6153c03015..72447be1fb6 100644
--- a/translations/source/eo/dictionaries/cs_CZ.po
+++ b/translations/source/eo/dictionaries/cs_CZ.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 05:32+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/da_DK.po b/translations/source/eo/dictionaries/da_DK.po
index 8bc1314dd63..5dfe55a1c2d 100644
--- a/translations/source/eo/dictionaries/da_DK.po
+++ b/translations/source/eo/dictionaries/da_DK.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 05:33+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/de.po b/translations/source/eo/dictionaries/de.po
index 55390c32060..724e574cb4f 100644
--- a/translations/source/eo/dictionaries/de.po
+++ b/translations/source/eo/dictionaries/de.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 05:33+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/el_GR.po b/translations/source/eo/dictionaries/el_GR.po
index 068f4877632..4f25db0016d 100644
--- a/translations/source/eo/dictionaries/el_GR.po
+++ b/translations/source/eo/dictionaries/el_GR.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-05 10:10+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/en.po b/translations/source/eo/dictionaries/en.po
index f8116fba9ea..1a7405c96f6 100644
--- a/translations/source/eo/dictionaries/en.po
+++ b/translations/source/eo/dictionaries/en.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-17 19:22+1300\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/en/dialog.po b/translations/source/eo/dictionaries/en/dialog.po
index c86bcc39df6..da9bf3a585a 100644
--- a/translations/source/eo/dictionaries/en/dialog.po
+++ b/translations/source/eo/dictionaries/en/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-20 02:37+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/es_ES.po b/translations/source/eo/dictionaries/es_ES.po
index 29f953ba88f..149a68e6a71 100644
--- a/translations/source/eo/dictionaries/es_ES.po
+++ b/translations/source/eo/dictionaries/es_ES.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 05:35+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/et_EE.po b/translations/source/eo/dictionaries/et_EE.po
index 7b17e75d31a..506f9a37fac 100644
--- a/translations/source/eo/dictionaries/et_EE.po
+++ b/translations/source/eo/dictionaries/et_EE.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 05:35+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/fr_FR.po b/translations/source/eo/dictionaries/fr_FR.po
index 04303ee154d..ecd207381de 100644
--- a/translations/source/eo/dictionaries/fr_FR.po
+++ b/translations/source/eo/dictionaries/fr_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 05:35+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/gd_GB.po b/translations/source/eo/dictionaries/gd_GB.po
index 46441b76928..cb4e51ca01e 100644
--- a/translations/source/eo/dictionaries/gd_GB.po
+++ b/translations/source/eo/dictionaries/gd_GB.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-05 10:11+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/gl.po b/translations/source/eo/dictionaries/gl.po
index 7a522c6a912..b25377e35cb 100644
--- a/translations/source/eo/dictionaries/gl.po
+++ b/translations/source/eo/dictionaries/gl.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-11 05:37+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/gu_IN.po b/translations/source/eo/dictionaries/gu_IN.po
index fb473644931..45eeadb82cf 100644
--- a/translations/source/eo/dictionaries/gu_IN.po
+++ b/translations/source/eo/dictionaries/gu_IN.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 05:39+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/he_IL.po b/translations/source/eo/dictionaries/he_IL.po
index 4a5dbad6084..e25546ac58e 100644
--- a/translations/source/eo/dictionaries/he_IL.po
+++ b/translations/source/eo/dictionaries/he_IL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 05:39+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/hi_IN.po b/translations/source/eo/dictionaries/hi_IN.po
index 4a5ece366bb..6ba48c7ea79 100644
--- a/translations/source/eo/dictionaries/hi_IN.po
+++ b/translations/source/eo/dictionaries/hi_IN.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 05:40+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/hr_HR.po b/translations/source/eo/dictionaries/hr_HR.po
index 32693e2e1bb..515126dcb75 100644
--- a/translations/source/eo/dictionaries/hr_HR.po
+++ b/translations/source/eo/dictionaries/hr_HR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 05:40+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/hu_HU.po b/translations/source/eo/dictionaries/hu_HU.po
index e0608c628d4..795e15056e1 100644
--- a/translations/source/eo/dictionaries/hu_HU.po
+++ b/translations/source/eo/dictionaries/hu_HU.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-17 08:25+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/hu_HU/dialog.po b/translations/source/eo/dictionaries/hu_HU/dialog.po
index 5b1b4d2d3ea..8d719f2bae3 100644
--- a/translations/source/eo/dictionaries/hu_HU/dialog.po
+++ b/translations/source/eo/dictionaries/hu_HU/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-20 02:37+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/it_IT.po b/translations/source/eo/dictionaries/it_IT.po
index f713b698676..c4ad76104d5 100644
--- a/translations/source/eo/dictionaries/it_IT.po
+++ b/translations/source/eo/dictionaries/it_IT.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 05:41+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/ku_TR.po b/translations/source/eo/dictionaries/ku_TR.po
index a0848e2ed3f..98ad0c922a0 100644
--- a/translations/source/eo/dictionaries/ku_TR.po
+++ b/translations/source/eo/dictionaries/ku_TR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 05:42+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/lt_LT.po b/translations/source/eo/dictionaries/lt_LT.po
index ad2e2336f11..9b2bc74273b 100644
--- a/translations/source/eo/dictionaries/lt_LT.po
+++ b/translations/source/eo/dictionaries/lt_LT.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 05:43+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/lv_LV.po b/translations/source/eo/dictionaries/lv_LV.po
index 7a7f91a42b8..8963acc9cb2 100644
--- a/translations/source/eo/dictionaries/lv_LV.po
+++ b/translations/source/eo/dictionaries/lv_LV.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-11 05:44+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/ne_NP.po b/translations/source/eo/dictionaries/ne_NP.po
index 106e210d400..536e17a8654 100644
--- a/translations/source/eo/dictionaries/ne_NP.po
+++ b/translations/source/eo/dictionaries/ne_NP.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-11 05:44+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/nl_NL.po b/translations/source/eo/dictionaries/nl_NL.po
index 4fc83059be8..67d1fb0388a 100644
--- a/translations/source/eo/dictionaries/nl_NL.po
+++ b/translations/source/eo/dictionaries/nl_NL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 05:44+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/no.po b/translations/source/eo/dictionaries/no.po
index 5edc5c2cf9a..6e18b115fb3 100644
--- a/translations/source/eo/dictionaries/no.po
+++ b/translations/source/eo/dictionaries/no.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-11 05:45+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/oc_FR.po b/translations/source/eo/dictionaries/oc_FR.po
index c9a2c976c9c..991af296f84 100644
--- a/translations/source/eo/dictionaries/oc_FR.po
+++ b/translations/source/eo/dictionaries/oc_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 05:46+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/pl_PL.po b/translations/source/eo/dictionaries/pl_PL.po
index 118c39fa181..1c4426ec183 100644
--- a/translations/source/eo/dictionaries/pl_PL.po
+++ b/translations/source/eo/dictionaries/pl_PL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-11 05:47+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/pt_BR.po b/translations/source/eo/dictionaries/pt_BR.po
index e74d026900a..c8acda28c13 100644
--- a/translations/source/eo/dictionaries/pt_BR.po
+++ b/translations/source/eo/dictionaries/pt_BR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 05:48+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/pt_PT.po b/translations/source/eo/dictionaries/pt_PT.po
index 812d1cbf35f..7495019541c 100644
--- a/translations/source/eo/dictionaries/pt_PT.po
+++ b/translations/source/eo/dictionaries/pt_PT.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 05:48+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/ro.po b/translations/source/eo/dictionaries/ro.po
index ab8c174ff49..6d76b00677c 100644
--- a/translations/source/eo/dictionaries/ro.po
+++ b/translations/source/eo/dictionaries/ro.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 05:49+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/ru_RU.po b/translations/source/eo/dictionaries/ru_RU.po
index c505da366f6..3024fa5a38a 100644
--- a/translations/source/eo/dictionaries/ru_RU.po
+++ b/translations/source/eo/dictionaries/ru_RU.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-20 02:35+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/ru_RU/dialog.po b/translations/source/eo/dictionaries/ru_RU/dialog.po
index 072306d682d..072ed617c89 100644
--- a/translations/source/eo/dictionaries/ru_RU/dialog.po
+++ b/translations/source/eo/dictionaries/ru_RU/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-22 05:46+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/si_LK.po b/translations/source/eo/dictionaries/si_LK.po
index c65b47588cf..b2a4d236f97 100644
--- a/translations/source/eo/dictionaries/si_LK.po
+++ b/translations/source/eo/dictionaries/si_LK.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fsi_LK.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-17 08:26+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/sk_SK.po b/translations/source/eo/dictionaries/sk_SK.po
index 3fbb0c21464..f320a7b5071 100644
--- a/translations/source/eo/dictionaries/sk_SK.po
+++ b/translations/source/eo/dictionaries/sk_SK.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 05:49+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/sl_SI.po b/translations/source/eo/dictionaries/sl_SI.po
index 1a5a4e3b5b8..3d97ebe9b65 100644
--- a/translations/source/eo/dictionaries/sl_SI.po
+++ b/translations/source/eo/dictionaries/sl_SI.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 05:50+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/sr.po b/translations/source/eo/dictionaries/sr.po
index e1b78d29011..f6e50cfefba 100644
--- a/translations/source/eo/dictionaries/sr.po
+++ b/translations/source/eo/dictionaries/sr.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-27 03:09+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/sv_SE.po b/translations/source/eo/dictionaries/sv_SE.po
index f2d38317a04..13c0249fba9 100644
--- a/translations/source/eo/dictionaries/sv_SE.po
+++ b/translations/source/eo/dictionaries/sv_SE.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-27 03:10+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/sw_TZ.po b/translations/source/eo/dictionaries/sw_TZ.po
index 6d7e7de7cc0..970c555fc39 100644
--- a/translations/source/eo/dictionaries/sw_TZ.po
+++ b/translations/source/eo/dictionaries/sw_TZ.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-27 03:10+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/te_IN.po b/translations/source/eo/dictionaries/te_IN.po
index 6a467094f91..28f11105757 100644
--- a/translations/source/eo/dictionaries/te_IN.po
+++ b/translations/source/eo/dictionaries/te_IN.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-05 10:13+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/th_TH.po b/translations/source/eo/dictionaries/th_TH.po
index 3cc0374f8cb..9619d1cbe88 100644
--- a/translations/source/eo/dictionaries/th_TH.po
+++ b/translations/source/eo/dictionaries/th_TH.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-27 03:11+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/uk_UA.po b/translations/source/eo/dictionaries/uk_UA.po
index a88d4801935..ee79618cc01 100644
--- a/translations/source/eo/dictionaries/uk_UA.po
+++ b/translations/source/eo/dictionaries/uk_UA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-27 03:12+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/vi.po b/translations/source/eo/dictionaries/vi.po
index f5335bd9d92..5b3b5a78302 100644
--- a/translations/source/eo/dictionaries/vi.po
+++ b/translations/source/eo/dictionaries/vi.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-27 03:13+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/dictionaries/zu_ZA.po b/translations/source/eo/dictionaries/zu_ZA.po
index eecea4fd433..56fb6716c06 100644
--- a/translations/source/eo/dictionaries/zu_ZA.po
+++ b/translations/source/eo/dictionaries/zu_ZA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-27 03:14+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/editeng/source/accessibility.po b/translations/source/eo/editeng/source/accessibility.po
index e5f97aea89d..65a03ca0518 100644
--- a/translations/source/eo/editeng/source/accessibility.po
+++ b/translations/source/eo/editeng/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-15 09:51+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/editeng/source/editeng.po b/translations/source/eo/editeng/source/editeng.po
index 4422b97b1ac..32ea5b103ac 100644
--- a/translations/source/eo/editeng/source/editeng.po
+++ b/translations/source/eo/editeng/source/editeng.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 02:54+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/editeng/source/items.po b/translations/source/eo/editeng/source/items.po
index 0679769962b..0a04d9f46f6 100644
--- a/translations/source/eo/editeng/source/items.po
+++ b/translations/source/eo/editeng/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-11 23:19+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/editeng/source/misc.po b/translations/source/eo/editeng/source/misc.po
index 04301e12d07..5b04ea8975d 100644
--- a/translations/source/eo/editeng/source/misc.po
+++ b/translations/source/eo/editeng/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-14 10:25+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/editeng/source/outliner.po b/translations/source/eo/editeng/source/outliner.po
index eaff7a28940..4c8101623c5 100644
--- a/translations/source/eo/editeng/source/outliner.po
+++ b/translations/source/eo/editeng/source/outliner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-07-14 10:21+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/extensions/source/abpilot.po b/translations/source/eo/extensions/source/abpilot.po
index 60cb0cf8ddd..4da20bf3506 100644
--- a/translations/source/eo/extensions/source/abpilot.po
+++ b/translations/source/eo/extensions/source/abpilot.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-11 23:20+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/extensions/source/bibliography.po b/translations/source/eo/extensions/source/bibliography.po
index eff4ea4bbbb..5163c8e44da 100644
--- a/translations/source/eo/extensions/source/bibliography.po
+++ b/translations/source/eo/extensions/source/bibliography.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/extensions/source/dbpilots.po b/translations/source/eo/extensions/source/dbpilots.po
index 89d66e6fa85..439d07e3f1f 100644
--- a/translations/source/eo/extensions/source/dbpilots.po
+++ b/translations/source/eo/extensions/source/dbpilots.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/extensions/source/propctrlr.po b/translations/source/eo/extensions/source/propctrlr.po
index 9fc5a3cc269..bbeff2bb266 100644
--- a/translations/source/eo/extensions/source/propctrlr.po
+++ b/translations/source/eo/extensions/source/propctrlr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-07-28 04:36+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/extensions/source/scanner.po b/translations/source/eo/extensions/source/scanner.po
index 36a93769915..38e98ce8711 100644
--- a/translations/source/eo/extensions/source/scanner.po
+++ b/translations/source/eo/extensions/source/scanner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 02:58+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/extensions/source/update/check.po b/translations/source/eo/extensions/source/update/check.po
index 913ead8cb33..856d31840b3 100644
--- a/translations/source/eo/extensions/source/update/check.po
+++ b/translations/source/eo/extensions/source/update/check.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 03:00+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/filter/source/config/fragments/filters.po b/translations/source/eo/filter/source/config/fragments/filters.po
index 0ee3cbd5858..46e8a25b0b4 100644
--- a/translations/source/eo/filter/source/config/fragments/filters.po
+++ b/translations/source/eo/filter/source/config/fragments/filters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-31 22:06+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/filter/source/config/fragments/internalgraphicfilters.po b/translations/source/eo/filter/source/config/fragments/internalgraphicfilters.po
index 0cf20d3c30f..44737154fb6 100644
--- a/translations/source/eo/filter/source/config/fragments/internalgraphicfilters.po
+++ b/translations/source/eo/filter/source/config/fragments/internalgraphicfilters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:16+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/filter/source/config/fragments/types.po b/translations/source/eo/filter/source/config/fragments/types.po
index f1160074e23..6b73d876e95 100644
--- a/translations/source/eo/filter/source/config/fragments/types.po
+++ b/translations/source/eo/filter/source/config/fragments/types.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-31 22:07+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/filter/source/flash.po b/translations/source/eo/filter/source/flash.po
index 68d9a1d6b1a..c9ea0d67427 100644
--- a/translations/source/eo/filter/source/flash.po
+++ b/translations/source/eo/filter/source/flash.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/filter/source/graphicfilter/eps.po b/translations/source/eo/filter/source/graphicfilter/eps.po
index a3b0d1a9381..22cea3f1bb5 100644
--- a/translations/source/eo/filter/source/graphicfilter/eps.po
+++ b/translations/source/eo/filter/source/graphicfilter/eps.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-18 03:42+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/filter/source/pdf.po b/translations/source/eo/filter/source/pdf.po
index e10e65577dd..7836c2f5576 100644
--- a/translations/source/eo/filter/source/pdf.po
+++ b/translations/source/eo/filter/source/pdf.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-06 05:55+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/filter/source/t602.po b/translations/source/eo/filter/source/t602.po
index 6134a2fe8f8..b16d3dcea52 100644
--- a/translations/source/eo/filter/source/t602.po
+++ b/translations/source/eo/filter/source/t602.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-28 04:27+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/filter/source/xsltdialog.po b/translations/source/eo/filter/source/xsltdialog.po
index 03012b13de3..07259cdd1c5 100644
--- a/translations/source/eo/filter/source/xsltdialog.po
+++ b/translations/source/eo/filter/source/xsltdialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-13 03:05+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/forms/source/resource.po b/translations/source/eo/forms/source/resource.po
index b46cb02cbe4..dfd7df03ee2 100644
--- a/translations/source/eo/forms/source/resource.po
+++ b/translations/source/eo/forms/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/formula/source/core/resource.po b/translations/source/eo/formula/source/core/resource.po
index 0b7791e918a..d3987c7997f 100644
--- a/translations/source/eo/formula/source/core/resource.po
+++ b/translations/source/eo/formula/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-11 23:40+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/formula/source/ui/dlg.po b/translations/source/eo/formula/source/ui/dlg.po
index 61a04b558ea..b237461e589 100644
--- a/translations/source/eo/formula/source/ui/dlg.po
+++ b/translations/source/eo/formula/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:56+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/fpicker/source/office.po b/translations/source/eo/fpicker/source/office.po
index 4f8e0ecbd45..cad3b03d3b4 100644
--- a/translations/source/eo/fpicker/source/office.po
+++ b/translations/source/eo/fpicker/source/office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-07-28 04:39+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/framework/source/classes.po b/translations/source/eo/framework/source/classes.po
index 4e86e927136..df45c36e5c3 100644
--- a/translations/source/eo/framework/source/classes.po
+++ b/translations/source/eo/framework/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-09-03 22:56+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/framework/source/services.po b/translations/source/eo/framework/source/services.po
index 2c933b49749..02ff81393d5 100644
--- a/translations/source/eo/framework/source/services.po
+++ b/translations/source/eo/framework/source/services.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-09-03 22:59+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/helpcontent2/source/text/sbasic/guide.po b/translations/source/eo/helpcontent2/source/text/sbasic/guide.po
index 52195f5f6a7..35f5691eba9 100644
--- a/translations/source/eo/helpcontent2/source/text/sbasic/guide.po
+++ b/translations/source/eo/helpcontent2/source/text/sbasic/guide.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-12 10:44+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/eo/helpcontent2/source/text/sbasic/shared.po b/translations/source/eo/helpcontent2/source/text/sbasic/shared.po
index 979044ba797..ebb0d0df615 100644
--- a/translations/source/eo/helpcontent2/source/text/sbasic/shared.po
+++ b/translations/source/eo/helpcontent2/source/text/sbasic/shared.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-26 05:57+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 03120103.xhp#tit.help.text
diff --git a/translations/source/eo/helpcontent2/source/text/sbasic/shared/01.po b/translations/source/eo/helpcontent2/source/text/sbasic/shared/01.po
index 2f292be1219..db66b784715 100644
--- a/translations/source/eo/helpcontent2/source/text/sbasic/shared/01.po
+++ b/translations/source/eo/helpcontent2/source/text/sbasic/shared/01.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 19:44+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/eo/helpcontent2/source/text/sbasic/shared/02.po b/translations/source/eo/helpcontent2/source/text/sbasic/shared/02.po
index 67392fff124..b08b80591f8 100644
--- a/translations/source/eo/helpcontent2/source/text/sbasic/shared/02.po
+++ b/translations/source/eo/helpcontent2/source/text/sbasic/shared/02.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:44+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/eo/helpcontent2/source/text/scalc.po b/translations/source/eo/helpcontent2/source/text/scalc.po
index 7068adabcfb..095f7c1439c 100644
--- a/translations/source/eo/helpcontent2/source/text/scalc.po
+++ b/translations/source/eo/helpcontent2/source/text/scalc.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fscalc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
-"PO-Revision-Date: 2011-12-28 09:51+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-03-03 09:10+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@li.org>\n"
"Language: eo\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: main0112.xhp#tit.help.text
@@ -217,39 +217,39 @@ msgstr "<ahelp hid=\"HID_SC_WIN_PREVIEW\">La <emph>presotaĵa aspekta</emph> bre
#: main0210.xhp#hd_id3147393.3.help.text
msgid "Full Screen"
-msgstr ""
+msgstr "Tutekrane"
#: main0210.xhp#par_id460828.help.text
msgid "Hides the menus and toolbars. To exit the full screen mode, click the <emph>Full Screen On/Off</emph> button."
-msgstr ""
+msgstr "Kaŝas la menuojn kaj ilbretojn. Por eliri el la tutekrana reĝimo, klaku la butonon <emph>Tutekrane Ek/For</emph>."
#: main0210.xhp#hd_id3147394.3.help.text
msgid "<link href=\"text/scalc/01/05070000.xhp\" name=\"Format Page\">Format Page</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/05070000.xhp\" name=\"Format Page\">Formati paĝon</link>"
#: main0210.xhp#hd_id3147494.3.help.text
msgid "Margins"
-msgstr ""
+msgstr "Marĝenoj"
#: main0210.xhp#par_id460929.help.text
msgid "Shows or hides margins of the page. Margins can be dragged by the mouse, and also can be set on <emph>Page</emph> tab of <emph>Page Style</emph> dialog."
-msgstr ""
+msgstr "Vidigas aŭ kaŝas marĝenojn de la paĝo. Marĝenojn oni povas ŝovi per la muso, kaj ankaŭ eblas agordi en la langeto <emph>Paĝo</emph> de la dialogo <emph>Paĝa stilo</emph>."
#: main0210.xhp#hd_id3245494.3.help.text
msgid "Scaling Factor"
-msgstr ""
+msgstr "Skaliga faktoro"
#: main0210.xhp#par_id460939.help.text
msgid "This slide defines a page scale for the printed spreadsheet. Scaling factor can be set on <emph>Sheet</emph> tab of <emph>Page Style</emph> dialog, too."
-msgstr ""
+msgstr "La ŝovilo agordas paĝan skalon por la presota kalkultabelo. Ankaŭ eblas agordi la skaligan faktoron en la langeto <emph>Folio</emph> de dialogo <emph>Paĝa stilo</emph>."
#: main0210.xhp#hd_id3147395.3.help.text
msgid "Close Preview"
-msgstr ""
+msgstr "Fermi antaŭvidon"
#: main0210.xhp#par_id460829.help.text
msgid "To exit the page preview, click the <emph>Close Preview</emph> button."
-msgstr ""
+msgstr "Por eliri la paĝan antaŭvidon, alklaku la butonon <emph>Fermi antaŭvidon</emph>."
#: main0000.xhp#tit.help.text
msgctxt "main0000.xhp#tit.help.text"
diff --git a/translations/source/eo/helpcontent2/source/text/scalc/00.po b/translations/source/eo/helpcontent2/source/text/scalc/00.po
index 84d4deda829..44c81488735 100644
--- a/translations/source/eo/helpcontent2/source/text/scalc/00.po
+++ b/translations/source/eo/helpcontent2/source/text/scalc/00.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 19:44+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/eo/helpcontent2/source/text/scalc/01.po b/translations/source/eo/helpcontent2/source/text/scalc/01.po
index d89fa3a53e4..c7db80ba183 100644
--- a/translations/source/eo/helpcontent2/source/text/scalc/01.po
+++ b/translations/source/eo/helpcontent2/source/text/scalc/01.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-25 22:27+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 04020000.xhp#tit.help.text
diff --git a/translations/source/eo/helpcontent2/source/text/scalc/02.po b/translations/source/eo/helpcontent2/source/text/scalc/02.po
index 6f8fe7a96a5..392c793936b 100644
--- a/translations/source/eo/helpcontent2/source/text/scalc/02.po
+++ b/translations/source/eo/helpcontent2/source/text/scalc/02.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:45+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/eo/helpcontent2/source/text/scalc/04.po b/translations/source/eo/helpcontent2/source/text/scalc/04.po
index fb78951a642..27a738c806d 100644
--- a/translations/source/eo/helpcontent2/source/text/scalc/04.po
+++ b/translations/source/eo/helpcontent2/source/text/scalc/04.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-13 04:49+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 01020000.xhp#tit.help.text
diff --git a/translations/source/eo/helpcontent2/source/text/scalc/05.po b/translations/source/eo/helpcontent2/source/text/scalc/05.po
index c16a633234c..764ca048ad9 100644
--- a/translations/source/eo/helpcontent2/source/text/scalc/05.po
+++ b/translations/source/eo/helpcontent2/source/text/scalc/05.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2012-01-13 03:59+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: empty_cells.xhp#tit.help.text
diff --git a/translations/source/eo/helpcontent2/source/text/scalc/guide.po b/translations/source/eo/helpcontent2/source/text/scalc/guide.po
index f2eac82aa89..f000aec8089 100644
--- a/translations/source/eo/helpcontent2/source/text/scalc/guide.po
+++ b/translations/source/eo/helpcontent2/source/text/scalc/guide.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-01-13 04:40+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: year2000.xhp#tit.help.text
diff --git a/translations/source/eo/helpcontent2/source/text/schart.po b/translations/source/eo/helpcontent2/source/text/schart.po
index 1ccfd07b6bb..3a8a5dd1706 100644
--- a/translations/source/eo/helpcontent2/source/text/schart.po
+++ b/translations/source/eo/helpcontent2/source/text/schart.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fschart.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-11-23 21:21+1300\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@li.org>\n"
diff --git a/translations/source/eo/helpcontent2/source/text/schart/00.po b/translations/source/eo/helpcontent2/source/text/schart/00.po
index 204cbdb9f11..c32cc514c71 100644
--- a/translations/source/eo/helpcontent2/source/text/schart/00.po
+++ b/translations/source/eo/helpcontent2/source/text/schart/00.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:45+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/eo/helpcontent2/source/text/schart/01.po b/translations/source/eo/helpcontent2/source/text/schart/01.po
index 5180a5125a7..d087c7f9a20 100644
--- a/translations/source/eo/helpcontent2/source/text/schart/01.po
+++ b/translations/source/eo/helpcontent2/source/text/schart/01.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-12 10:59+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/eo/helpcontent2/source/text/schart/02.po b/translations/source/eo/helpcontent2/source/text/schart/02.po
index 4207929e6c9..9575ddaf5d5 100644
--- a/translations/source/eo/helpcontent2/source/text/schart/02.po
+++ b/translations/source/eo/helpcontent2/source/text/schart/02.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:45+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/eo/helpcontent2/source/text/schart/04.po b/translations/source/eo/helpcontent2/source/text/schart/04.po
index 94322dae88a..43bfd947a7b 100644
--- a/translations/source/eo/helpcontent2/source/text/schart/04.po
+++ b/translations/source/eo/helpcontent2/source/text/schart/04.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:45+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/eo/helpcontent2/source/text/sdraw.po b/translations/source/eo/helpcontent2/source/text/sdraw.po
index dd36322e7dd..10e56d663bc 100644
--- a/translations/source/eo/helpcontent2/source/text/sdraw.po
+++ b/translations/source/eo/helpcontent2/source/text/sdraw.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsdraw.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-11-23 21:27+1300\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@li.org>\n"
diff --git a/translations/source/eo/helpcontent2/source/text/sdraw/00.po b/translations/source/eo/helpcontent2/source/text/sdraw/00.po
index f7722d2e49e..641f288aaad 100644
--- a/translations/source/eo/helpcontent2/source/text/sdraw/00.po
+++ b/translations/source/eo/helpcontent2/source/text/sdraw/00.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 19:45+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/eo/helpcontent2/source/text/sdraw/01.po b/translations/source/eo/helpcontent2/source/text/sdraw/01.po
index ff8f4548f70..c4d9fa0358d 100644
--- a/translations/source/eo/helpcontent2/source/text/sdraw/01.po
+++ b/translations/source/eo/helpcontent2/source/text/sdraw/01.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:45+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/eo/helpcontent2/source/text/sdraw/04.po b/translations/source/eo/helpcontent2/source/text/sdraw/04.po
index d93d02c7b35..cc52c504c1d 100644
--- a/translations/source/eo/helpcontent2/source/text/sdraw/04.po
+++ b/translations/source/eo/helpcontent2/source/text/sdraw/04.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-26 09:43+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 01020000.xhp#tit.help.text
diff --git a/translations/source/eo/helpcontent2/source/text/sdraw/guide.po b/translations/source/eo/helpcontent2/source/text/sdraw/guide.po
index ac5e374bc20..326c457805c 100644
--- a/translations/source/eo/helpcontent2/source/text/sdraw/guide.po
+++ b/translations/source/eo/helpcontent2/source/text/sdraw/guide.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-12 11:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/eo/helpcontent2/source/text/shared.po b/translations/source/eo/helpcontent2/source/text/shared.po
index 4e574c2689c..89c70880a9e 100644
--- a/translations/source/eo/helpcontent2/source/text/shared.po
+++ b/translations/source/eo/helpcontent2/source/text/shared.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
-"PO-Revision-Date: 2012-01-26 09:40+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
+"PO-Revision-Date: 2012-03-03 08:57+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@li.org>\n"
"Language: eo\n"
@@ -17,7 +17,7 @@ msgstr ""
#: main0226.xhp#tit.help.text
msgid "Form Design Toolbar"
-msgstr ""
+msgstr "Ilbreto por aranĝi formularon"
#: main0226.xhp#hd_id3148520.1.help.text
msgid "<link href=\"text/shared/main0226.xhp\" name=\"Form Design Toolbar\">Form Design Toolbar</link>"
@@ -706,43 +706,43 @@ msgstr "<ahelp hid=\".\">La ilbreto 3D-a agordaro regas atributojn de lektitaj 3
#: 3dsettings_toolbar.xhp#par_idN10575.help.text
msgid "Extrusion on/off"
-msgstr ""
+msgstr "Elpremado ek/for"
#: 3dsettings_toolbar.xhp#par_idN10579.help.text
msgid "<ahelp hid=\".\">Switches the 3D effects on and off for the selected objects.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Baskulas la3-D-efektojn por la elektitaj objektoj.</ahelp>"
#: 3dsettings_toolbar.xhp#par_idN10590.help.text
msgid "Tilt Down"
-msgstr ""
+msgstr "Klini malsupren"
#: 3dsettings_toolbar.xhp#par_idN10594.help.text
msgid "<ahelp hid=\".\">Tilts the selected object downwards by five degrees.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Klinas malsupren je kvin gradoj la elektitan objekton.</ahelp>"
#: 3dsettings_toolbar.xhp#par_idN105AB.help.text
msgid "Tilt Up"
-msgstr ""
+msgstr "Klini supren"
#: 3dsettings_toolbar.xhp#par_idN105AF.help.text
msgid "<ahelp hid=\".\">Tilts the selected object upwards by five degrees.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Klinas supren je kvin gradoj la elektitan objekton.</ahelp>"
#: 3dsettings_toolbar.xhp#par_idN105C6.help.text
msgid "Tilt Left"
-msgstr ""
+msgstr "Klini maldekstren"
#: 3dsettings_toolbar.xhp#par_idN105CA.help.text
msgid "<ahelp hid=\".\">Tilts the selected object left by five degrees.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Klinas maldekstren je kvin gradoj la elektitan objekton.</ahelp>"
#: 3dsettings_toolbar.xhp#par_idN105E1.help.text
msgid "Tilt Right"
-msgstr ""
+msgstr "Klini dekstren"
#: 3dsettings_toolbar.xhp#par_idN105E5.help.text
msgid "<ahelp hid=\".\">Tilts the selected object right by five degrees.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Klinas dekstren je kvin gradoj la elektitan objekton.</ahelp>"
#: 3dsettings_toolbar.xhp#par_idN105FC.help.text
msgid "Depth"
@@ -750,15 +750,15 @@ msgstr "Profundo"
#: 3dsettings_toolbar.xhp#par_idN10600.help.text
msgid "<ahelp hid=\".\">Opens the Extrusion Depth window.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Malfermas la fenestron Profundo de elpremado.</ahelp>"
#: 3dsettings_toolbar.xhp#par_idN10617.help.text
msgid "<ahelp hid=\".\">Select an extrusion depth.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Elektu profundon de elpremado.</ahelp>"
#: 3dsettings_toolbar.xhp#par_idN10632.help.text
msgid "<ahelp hid=\".\">Enter an extrusion depth.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Enigu profundon de elpremado.</ahelp>"
#: 3dsettings_toolbar.xhp#par_idN1064C.help.text
msgid "Direction"
@@ -766,55 +766,55 @@ msgstr "Direkto"
#: 3dsettings_toolbar.xhp#par_idN10650.help.text
msgid "<ahelp hid=\".\">Opens the Extrusion Direction window.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Malfermas la fenestron Direkto de elpremado.</ahelp>"
#: 3dsettings_toolbar.xhp#par_idN10667.help.text
msgid "<ahelp hid=\".\">Select a direction.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Elektu direkton.</ahelp>"
#: 3dsettings_toolbar.xhp#par_idN10698.help.text
msgid "<ahelp hid=\".\">Select a perspective or parallel extrusion method.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Elektu perspektivon aŭ paralelan elpremandan methodon.</ahelp>"
#: 3dsettings_toolbar.xhp#par_idN106B3.help.text
msgid "Lighting"
-msgstr ""
+msgstr "Prilumado"
#: 3dsettings_toolbar.xhp#par_idN106B7.help.text
msgid "<ahelp hid=\".\">Opens the Extrusion Lighting window.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Malfermas la fenestron Elpremada prilumado.</ahelp>"
#: 3dsettings_toolbar.xhp#par_idN106C6.help.text
msgid "<ahelp hid=\".\">Select a lighting direction.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Elektu priluman direkton.</ahelp>"
#: 3dsettings_toolbar.xhp#par_idN106E1.help.text
msgid "<ahelp hid=\".\">Select a lighting intensity.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Elektu priluman intensecon.</ahelp>"
#: 3dsettings_toolbar.xhp#par_idN106FC.help.text
msgid "Surface"
-msgstr ""
+msgstr "Surfaco"
#: 3dsettings_toolbar.xhp#par_idN10700.help.text
msgid "<ahelp hid=\".\">Opens the Extrusion Surface window.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Malfermas la fenestron Elpremada surfaco.</ahelp>"
#: 3dsettings_toolbar.xhp#par_idN10717.help.text
msgid "<ahelp hid=\".\">Select a surface material or a wireframe display.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Elektu surfacan materialon aŭ dratkradan vidigon.</ahelp>"
#: 3dsettings_toolbar.xhp#par_idN10732.help.text
msgid "3D Color"
-msgstr ""
+msgstr "3D-a koloro"
#: 3dsettings_toolbar.xhp#par_idN10736.help.text
msgid "<ahelp hid=\".\">Opens the Extrusion Color toolbar.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Malfermas la ilbreton Elprema koloro.</ahelp>"
#: main0212.xhp#tit.help.text
msgid "Table Data Bar"
-msgstr ""
+msgstr "Ilbreto Tabelaj datumoj"
#: main0212.xhp#hd_id3147102.1.help.text
msgid "<link href=\"text/shared/main0212.xhp\" name=\"Table Data Bar\">Table Data Bar</link>"
@@ -822,36 +822,36 @@ msgstr "<link href=\"text/shared/main0212.xhp\" name=\"Table Data Bar\">Tabela D
#: main0212.xhp#par_id3153394.10.help.text
msgid "<ahelp hid=\".\">Use the Table Data bar to control the data view. </ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Uzu la ilbreton Tabelaj datumoj por regi la datuman vidigon. </ahelp>"
#: main0212.xhp#par_id3149346.12.help.text
msgid "The filtered data view is active until you change or cancel the sorting or filtering criteria. If a filter is active, the <emph>Apply Filter</emph> icon on the <emph>Table Data</emph> bar is activated."
-msgstr ""
+msgstr "La vidigo de filtritaj datumoj estas aktiva ĝis vi ŝanĝas aŭ nuligas la ordigajn aŭ filtrajn atributojn. Se la filtrilo estas aktiva, la bildsibolo <emph>Apliki filtrilon</emph> en la ilbreto <emph>Tabelaj datumoj</emph> estas aktivigita."
#: main0212.xhp#par_id3147303.help.text
msgid "<image id=\"img_id3153896\" src=\"cmd/sc_recsave.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3153896\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153896\" src=\"cmd/sc_recsave.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3153896\">Bildsimbolo</alt></image>"
#: main0212.xhp#par_id3153360.13.help.text
msgctxt "main0212.xhp#par_id3153360.13.help.text"
msgid "Save Record"
-msgstr ""
+msgstr "Konservi rikordon"
#: main0212.xhp#par_id3145173.help.text
msgid "<image id=\"img_id3154123\" src=\"cmd/sc_recundo.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3154123\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154123\" src=\"cmd/sc_recundo.png\" width=\"0.222in\" height=\"0.222in\"><alt id=\"alt_id3154123\">Bildsimbolo</alt></image>"
#: main0212.xhp#par_id3151382.14.help.text
msgid "Undo: Data Input"
-msgstr ""
+msgstr "Malfari: datuman enigon"
#: main0212.xhp#par_idN10744.help.text
msgid "<link href=\"text/shared/02/12070000.xhp\">Data to Text</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/02/12070000.xhp\">Datumoj al teksto</link>"
#: main0212.xhp#par_idN10753.help.text
msgid "<ahelp hid=\".\">Inserts all fields of the marked record into the current document at the cursor position.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Enmetas ĉiujn kampojn de la markita rikordo en la aktualan dokumenton ĉe la kursora pozicio.</ahelp>"
#: main0212.xhp#par_idN10780.help.text
msgid "<link href=\"text/swriter/01/mailmerge00.xhp\">Mail Merge</link>"
@@ -907,11 +907,11 @@ msgstr "La breto <emph>Stato</emph> vidigas informon pri la aktuala Basic-dokume
#: main0227.xhp#tit.help.text
msgid "Edit Points Bar"
-msgstr ""
+msgstr "Ilbreto Redakti punktojn"
#: main0227.xhp#bm_id3149987.help.text
msgid "<bookmark_value>lines; editing points</bookmark_value><bookmark_value>curves; editing points</bookmark_value><bookmark_value>Edit Points bar</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>linioj; redakti punktojn</bookmark_value><bookmark_value>kurboj; redakti punktojn</bookmark_value><bookmark_value>Ilbreto Redakti punktojn</bookmark_value>"
#: main0227.xhp#hd_id3149987.39.help.text
msgid "<link href=\"text/shared/main0227.xhp\" name=\"Edit Points Bar\">Edit Points Bar</link>"
@@ -919,225 +919,225 @@ msgstr "<link href=\"text/shared/main0227.xhp\" name=\"Edit Points Bar\">Ilbreto
#: main0227.xhp#par_id3150402.40.help.text
msgid "<ahelp hid=\"HID_BEZIER_TOOLBOX\">The <emph>Edit Points </emph>Bar appears when you select a polygon object and click <emph>Edit Points</emph>.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_BEZIER_TOOLBOX\">La Ilbreto <emph>Redakti punktojn </emph>aperas kiam vi elektas plurlateran objekton kaj klakas al <emph>Redakti punktojn</emph>.</ahelp>"
#: main0227.xhp#par_id3144762.68.help.text
msgid "The functions provided allow you to edit the points of a curve or an object converted to a curve. The following icons are available:"
-msgstr ""
+msgstr "La provizitaj funkcioj ebligas redakti la punktojn de kurbo aŭ objekto konvertita al kurbo. La jenaj bildsimboloj disponeblas:"
#: main0227.xhp#hd_id3153105.42.help.text
msgctxt "main0227.xhp#hd_id3153105.42.help.text"
msgid "Edit Points"
-msgstr ""
+msgstr "Redakti punktojn"
#: main0227.xhp#par_id3159151.43.help.text
msgid "The <link href=\"text/shared/01/05270000.xhp\" name=\"Edit Points\"><emph>Edit Points</emph></link> icon allows you to activate or deactivate the edit mode for Bézier objects. In the edit mode, individual points of the drawing object can be selected."
-msgstr ""
+msgstr "La bildsimbolo <link href=\"text/shared/01/05270000.xhp\" name=\"Edit Points\"><emph>Redakti punktojn</emph></link> ebligas al vi baskuli la redaktan reĝimon por Bezier-objektoj. En la redakta reĝimo, eblas elekti unuopajn punktojn de la desegna objekto."
#: main0227.xhp#par_id3145366.help.text
msgid "<image id=\"img_id3153951\" src=\"cmd/sc_toggleobjectbeziermode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153951\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153951\" src=\"cmd/sc_toggleobjectbeziermode.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153951\">Bildsimbolo</alt></image>"
#: main0227.xhp#par_id3150105.44.help.text
msgctxt "main0227.xhp#par_id3150105.44.help.text"
msgid "Edit Points"
-msgstr ""
+msgstr "Redakti punktojn"
#: main0227.xhp#hd_id3146976.45.help.text
msgctxt "main0227.xhp#hd_id3146976.45.help.text"
msgid "Move Points"
-msgstr ""
+msgstr "Movi punktojn"
#: main0227.xhp#par_id3147435.46.help.text
msgid "<ahelp hid=\".uno:BezierMove\">Activates a mode in which you can move points.</ahelp> The mouse pointer displays a small empty square when resting on a point. Drag that point to another location. The curve on both sides of the point follows the movement; the section of the curve between the next points changes shape."
-msgstr ""
+msgstr "<ahelp hid=\".uno:BezierMove\">Aktivigas reĝimon en kiu vi povas movi punktojn.</ahelp> La muskursoro, ŝvebanta sur punkto, vidigas malgrandan vakan kvadraton. Ŝovu tiun punkton al alia loko. La kurbo ambaŭflanke de la punkto sekvas la movon; ŝanĝiĝas la formo de la sekcio de la kurbo inter la sekvaj punktoj."
#: main0227.xhp#par_id3149481.47.help.text
msgid "Point at the curve between two points or within a closed curve and drag the mouse to shift the entire curve without distorting the form."
-msgstr ""
+msgstr "Tuŝu la kurbon inter du punktoj aŭ en ferma kurbo kaj ŝovu ĝin muse por movi la tutan kurbon sen distordi la formon."
#: main0227.xhp#par_id3154096.help.text
msgid "<image id=\"img_id3149377\" src=\"cmd/sc_beziermove.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149377\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149377\" src=\"cmd/sc_beziermove.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149377\">Bildsimbolo</alt></image>"
#: main0227.xhp#par_id3147397.48.help.text
msgctxt "main0227.xhp#par_id3147397.48.help.text"
msgid "Move Points"
-msgstr ""
+msgstr "Movi punktojn"
#: main0227.xhp#hd_id3150115.49.help.text
msgctxt "main0227.xhp#hd_id3150115.49.help.text"
msgid "Insert Points"
-msgstr ""
+msgstr "Enmeti punktojn"
#: main0227.xhp#par_id3160478.50.help.text
msgid "<ahelp hid=\".uno:BezierInsert\">Activates the insert mode. This mode allows you to insert points.</ahelp> You can also move points, just as in the move mode. If, however, you click at the curve between two points and move the mouse a little while holding down the mouse button you insert a new point. The point is a smooth point, and the lines to the control points are parallel and remain so when moved."
-msgstr ""
+msgstr "<ahelp hid=\".uno:BezierInsert\">Aktivigas la enigan reĝimon. Ĉi tiu reĝimo ebligas al vi enigi punktojn.</ahelp> Vi ankaŭ povas movi punktojn, same kiel en la mova reĝimo. Se tamen, vi klakas al la kurbo inter du punktoj kaj movas la muson iomete tenante la musbutonon, vi enigas novan punkton. La punkto estas glata punkto, kaj la linioj al la regpunktoj estas paralelaj kaj restas tiaj kiam movataj."
#: main0227.xhp#par_id3157846.51.help.text
msgid "If you wish to create a corner point you must first insert either a smooth or a symmetrical point which is then converted to a corner point by using <emph>Corner Point</emph>."
-msgstr ""
+msgstr "Se vi volas krei angulan punkton, vi devas unue enigi aŭ glatan aŭ simetrian punkton, kiu konvertiĝos al angula punkto uzante je <emph>Angula punkto</emph>."
#: main0227.xhp#par_id3153838.help.text
msgid "<image id=\"img_id3146969\" src=\"cmd/sc_bezierinsert.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146969\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3146969\" src=\"cmd/sc_bezierinsert.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146969\">Bildsimbolo</alt></image>"
#: main0227.xhp#par_id3153710.54.help.text
msgctxt "main0227.xhp#par_id3153710.54.help.text"
msgid "Insert Points"
-msgstr ""
+msgstr "Enmeti punktojn"
#: main0227.xhp#hd_id3149020.55.help.text
msgctxt "main0227.xhp#hd_id3149020.55.help.text"
msgid "Delete Points"
-msgstr ""
+msgstr "Forigi punktojn"
#: main0227.xhp#par_id3148917.56.help.text
msgid "<ahelp hid=\".uno:BezierDelete\">Use the <emph>Delete Points</emph> icon to delete one or several selected points. If you wish to select several points click the appropriate points while holding down the Shift key.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:BezierDelete\">Uzu la bildsimbolon <emph>Forigi punktojn</emph> por forigi unu aŭ plurajn elektitajn punktojn. Se vi volas elekti plurajn punktojn, klaku al la punktoj tenante la klavon Maj.</ahelp>"
#: main0227.xhp#par_id3153766.57.help.text
msgid "First select the points to be deleted, and then click this icon, or press Del."
-msgstr ""
+msgstr "Unue elektu la forigotajn punktojn, kaj tiam alklaku ĉi tiun bildsimbolon, aŭ premu je Forigi."
#: main0227.xhp#par_id3147321.help.text
msgid "<image id=\"img_id3146920\" src=\"cmd/sc_bezierdelete.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146920\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3146920\" src=\"cmd/sc_bezierdelete.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146920\">Bildsimbolo</alt></image>"
#: main0227.xhp#par_id3155961.58.help.text
msgctxt "main0227.xhp#par_id3155961.58.help.text"
msgid "Delete Points"
-msgstr ""
+msgstr "Forigi punktojn"
#: main0227.xhp#hd_id3147361.59.help.text
msgctxt "main0227.xhp#hd_id3147361.59.help.text"
msgid "Split Curve"
-msgstr ""
+msgstr "Dividi kurbon"
#: main0227.xhp#par_id3151248.60.help.text
msgid "<ahelp hid=\".uno:BezierCutLine\">The<emph> Split Curve </emph>icon splits a curve. Select the point or points where you want to split the curve, then click the icon</ahelp>."
-msgstr ""
+msgstr "<ahelp hid=\".uno:BezierCutLine\">La bildsimbolo <emph>Dividi kurbon</emph> dividas kurbon. Elektu la punkto(j)n kie vi volas dividi la kurbon, kaj alklaku la bildsibolon</ahelp>."
#: main0227.xhp#par_id3153788.help.text
msgid "<image id=\"img_id3148489\" src=\"cmd/sc_beziercutline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148489\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148489\" src=\"cmd/sc_beziercutline.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148489\">Bildsimbolo</alt></image>"
#: main0227.xhp#par_id3152581.61.help.text
msgctxt "main0227.xhp#par_id3152581.61.help.text"
msgid "Split Curve"
-msgstr ""
+msgstr "Dividi kurbon"
#: main0227.xhp#hd_id3150345.62.help.text
msgctxt "main0227.xhp#hd_id3150345.62.help.text"
msgid "Convert To Curve"
-msgstr ""
+msgstr "Konverti al kurbo"
#: main0227.xhp#par_id3148420.63.help.text
msgid "<ahelp hid=\".uno:BezierConvert\">Converts a curve into a straight line or converts a straight line into a curve.</ahelp> If you select a single point, the curve before the point will be converted. If two points are selected, the curve between both points will be converted. If you select more than two points, each time you click this icon, a different portion of the curve will be converted. If necessary, round points are converted into corner points and corner points are converted into round points."
-msgstr ""
+msgstr "<ahelp hid=\".uno:BezierConvert\">Konvertas kurbon al rekta linio aŭ konvertas rektan linion al kurbo.</ahelp> Se vi elektas unuopan punkton, la kurbo antaŭ la punkto konvertiĝos. Se du punktoj estas elektitaj, la kurbo inter la punktoj konvertiĝos. Se vi elektas pli ol du punktojn, kiam vi alklakas la bildsimbolon, alia parto de la kurbo konvertiĝos. Se necese, rondaj punktoj konvertiĝas al anguaj punktoj kaj angulaj punktoj konvertiĝas al rondaj punktoj."
#: main0227.xhp#par_id3150304.64.help.text
msgid "If a certain section of the curve is straight, the end points of the line have a maximum of one control point each. They cannot be modified to round points unless the straight line is converted back to a curve."
-msgstr ""
+msgstr "Se specifa sekcio de la kurbo estas rekta, la finaj punktoj de la linio havas maksimume po unu regpunkto. Ili ne povas ŝanĝiĝi al rondaj punktoj krom se la rekta linio rekonvertiĝas al kurbo."
#: main0227.xhp#par_id3158212.help.text
msgid "<image id=\"img_id3149036\" src=\"cmd/sc_bezierconvert.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149036\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149036\" src=\"cmd/sc_bezierconvert.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149036\">Bildsimbolo</alt></image>"
#: main0227.xhp#par_id3158445.65.help.text
msgctxt "main0227.xhp#par_id3158445.65.help.text"
msgid "Convert To Curve"
-msgstr ""
+msgstr "Konverti al kurbo"
#: main0227.xhp#hd_id3153199.66.help.text
msgctxt "main0227.xhp#hd_id3153199.66.help.text"
msgid "Corner Point"
-msgstr ""
+msgstr "Angula punkto"
#: main0227.xhp#par_id3148460.67.help.text
msgid "<ahelp hid=\".uno:BezierEdge\">Converts the selected point or points into corner points.</ahelp> Corner points have two movable control points, which are independent from each other. A curved line, therefore, does not go straight through a corner point, but forms a corner."
-msgstr ""
+msgstr "<ahelp hid=\".uno:BezierEdge\">Konvertas la elektita(j)n punkto(j)n al angula punkto(j).</ahelp> Angulaj punktoj havas du moveblajn regpunktojn, kiuj estas sendependaj. Tial kurba linio ne iras rekte tra angula punkto, sed formas angulon."
#: main0227.xhp#par_id3154576.help.text
msgid "<image id=\"img_id3154201\" src=\"cmd/sc_bezieredge.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154201\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154201\" src=\"cmd/sc_bezieredge.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3154201\">Bildsimbolo</alt></image>"
#: main0227.xhp#par_id3166429.25.help.text
msgctxt "main0227.xhp#par_id3166429.25.help.text"
msgid "Corner Point"
-msgstr ""
+msgstr "Angula punkto"
#: main0227.xhp#hd_id3166436.27.help.text
msgctxt "main0227.xhp#hd_id3166436.27.help.text"
msgid "Smooth Transition"
-msgstr ""
+msgstr "Glata transiro"
#: main0227.xhp#par_id3155510.29.help.text
msgid "<ahelp hid=\".uno:BezierSmooth\">Converts a corner point or symmetrical point into a smooth point.</ahelp> Both control points of the corner point are aligned in parallel, and can only be moved simultaneously. The control points may differentiate in length, allowing you to vary the degree of curvature."
-msgstr ""
+msgstr "<ahelp hid=\".uno:BezierSmooth\">Konvertas angulan punkton aŭ simetrian punkton al glata punkto.</ahelp> Ambaŭ regpunktoj de la angula punkto ĝisrandiĝas paralele, kaj eblas movi ilin nur samtempe. La regpunktoj povas esti malsamlongaj, kiu ebligas varii la kurbecon."
#: main0227.xhp#par_id3148813.help.text
msgid "<image id=\"img_id3151183\" src=\"cmd/sc_beziersmooth.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151183\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3151183\" src=\"cmd/sc_beziersmooth.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151183\">Bildsimbolo</alt></image>"
#: main0227.xhp#par_id3154258.28.help.text
msgctxt "main0227.xhp#par_id3154258.28.help.text"
msgid "Smooth Transition"
-msgstr ""
+msgstr "Glata transiro"
#: main0227.xhp#hd_id3159622.30.help.text
msgctxt "main0227.xhp#hd_id3159622.30.help.text"
msgid "Symmetric Transition"
-msgstr ""
+msgstr "Simetria transiro"
#: main0227.xhp#par_id3155812.32.help.text
msgid "<ahelp hid=\".uno:BezierSymmetric\">This icon converts a corner point or a smooth point into a symmetrical point.</ahelp> Both control points of the corner point are aligned in parallel and have the same length. They can only be moved simultaneously and the degree of curvature is the same in both directions."
-msgstr ""
+msgstr "<ahelp hid=\".uno:BezierSymmetric\">Ĉi tiu bildsimbolo konvertas angulan punkton aŭ glatan punkton al simetria punkto.</ahelp> Ambaŭ regpunktoj de la angula punkto ĝisrandiĝas paralele kaj havas la saman longon. Eblas movi ilin nur samtempe kaj la kurbeco estas sama en ambaŭ direktoj."
#: main0227.xhp#par_id3153818.help.text
msgid "<image id=\"img_id3159218\" src=\"cmd/sc_beziersymmetric.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159218\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3159218\" src=\"cmd/sc_beziersymmetric.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3159218\">Bildsimbolo</alt></image>"
#: main0227.xhp#par_id3146866.31.help.text
msgctxt "main0227.xhp#par_id3146866.31.help.text"
msgid "Symmetric Transition"
-msgstr ""
+msgstr "Simetria transiro"
#: main0227.xhp#hd_id3146786.33.help.text
msgctxt "main0227.xhp#hd_id3146786.33.help.text"
msgid "Close Bézier"
-msgstr ""
+msgstr "Fermi Bezier-kurbon"
#: main0227.xhp#par_id3156032.35.help.text
msgid "<ahelp hid=\".uno:BezierClose\">Closes a line or a curve.</ahelp> A line is closed by connecting the last point with the first point, indicated by an enlarged square."
-msgstr ""
+msgstr "<ahelp hid=\".uno:BezierClose\">Fermas linion aŭ kurbon.</ahelp> Fermas linion konektante la lastan punkton al la unua punkto, indikita de pligrandigita kvadrato."
#: main0227.xhp#par_id3154344.help.text
msgid "<image id=\"img_id3148607\" src=\"cmd/sc_bezierclose.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148607\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148607\" src=\"cmd/sc_bezierclose.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3148607\">Bildsimbolo</alt></image>"
#: main0227.xhp#par_id3147070.34.help.text
msgctxt "main0227.xhp#par_id3147070.34.help.text"
msgid "Close Bézier"
-msgstr ""
+msgstr "Fermi Bezier-kurbon"
#: main0227.xhp#hd_id3156351.36.help.text
msgctxt "main0227.xhp#hd_id3156351.36.help.text"
msgid "Eliminate Points"
-msgstr ""
+msgstr "Forigi punktojn"
#: main0227.xhp#par_id3149441.38.help.text
msgid "<ahelp hid=\".uno:BezierEliminatePoints\">Marks the current point or the selected points for deletion.</ahelp> This happens in the event that the point is located on a straight line. If you convert a curve or a polygon with the <emph>Convert to Curve </emph>icon into a straight line or you change a curve with the mouse so that a point lies on the straight line, it is removed. The angle from which the point reduction is to take place <switchinline select=\"appl\"><caseinline select=\"DRAW\">can be set by choosing <link href=\"text/shared/optionen/01070300.xhp\" name=\"Drawing - Grid\"><emph>%PRODUCTNAME Draw - Grid</emph></link> in the Options dialog box</caseinline><caseinline select=\"IMPRESS\">can be set by choosing <link href=\"text/shared/optionen/01070300.xhp\" name=\"Presentation - Grid\"><emph>%PRODUCTNAME Impress - Grid</emph></link> in the Options dialog box</caseinline><defaultinline>is 15° by default.</defaultinline></switchinline>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:BezierEliminatePoints\">Markas la aktualan punkton aŭ la elektitajn punktojn forigotajn.</ahelp> Tio okazas kiam la punkto situas sur rekta linio. Se vi konvertas kurbon aŭ plurlateron per la bildsimbolo <emph>Konverti al kurbo </emph> al rekta linio, aŭ vi ŝanĝas kurbon per la muso por ke punkto situu sur rekta linio, ĝi foriĝas. La angulo el kiu la redukto de punkto estas okazonta <switchinline select=\"appl\"><caseinline select=\"DRAW\"> estas agordebla elektante menuerojn <link href=\"text/shared/optionen/01070300.xhp\" name=\"Drawing - Grid\"><emph>%PRODUCTNAME Desegnilo - Krado</emph></link> en la dialogo Agordoj</caseinline><caseinline select=\"IMPRESS\"> estas agordebla elektante menuerojn <link href=\"text/shared/optionen/01070300.xhp\" name=\"Presentation - Grid\"><emph>%PRODUCTNAME Prezentilo - Krado</emph></link> en la dialogo Agordoj </caseinline><defaultinline> estas 15° defaŭlte.</defaultinline></switchinline>"
#: main0227.xhp#par_id3148970.help.text
msgid "<image id=\"img_id3155385\" src=\"cmd/sc_beziereliminatepoints.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155385\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155385\" src=\"cmd/sc_beziereliminatepoints.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155385\">Bildsimbolo</alt></image>"
#: main0227.xhp#par_id3152869.37.help.text
msgctxt "main0227.xhp#par_id3152869.37.help.text"
msgid "Eliminate Points"
-msgstr ""
+msgstr "Forigi punktojn"
#: main0201.xhp#tit.help.text
msgid "Standard Bar"
@@ -1149,7 +1149,7 @@ msgstr "<link href=\"text/shared/main0201.xhp\" name=\"Standard Bar\">Normala br
#: main0201.xhp#par_id3145136.2.help.text
msgid "<ahelp hid=\"RID_ENVTOOLBOX\">The <emph>Standard</emph> bar is available in every $[officename] application.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"RID_ENVTOOLBOX\">La ilbreto <emph>Ĝenerala</emph> estas atingebla en ĉiu aplikaĵo de $[officename].</ahelp>"
#: main0201.xhp#hd_id3166460.4.help.text
msgid "<link href=\"text/shared/01/01020000.xhp\" name=\"Open File\">Open File</link>"
@@ -1157,46 +1157,46 @@ msgstr "<link href=\"text/shared/01/01020000.xhp\" name=\"Open File\">Malfermi d
#: main0201.xhp#par_idN10661.help.text
msgid "<link href=\"text/shared/01/01070000.xhp\">Save As</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/01070000.xhp\">>Konservi kiel</link>"
#: main0201.xhp#par_idN10671.help.text
msgid "<embedvar href=\"text/shared/01/01070000.xhp#speichernuntertext\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/01/01070000.xhp#speichernuntertext\"/>"
#: main0201.xhp#par_idN106A5.help.text
msgid "<link href=\"text/shared/01/06010000.xhp\">Spellcheck</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/06010000.xhp\">>Literumada kontrolo</link>"
#: main0201.xhp#par_idN106B5.help.text
msgid "<ahelp hid=\".\">Checks the document or the current selection for spelling errors.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Kontrolas la dokumenton aŭ la aktualan elektaĵon por eraroj pri literumado.</ahelp>"
#: main0201.xhp#par_idN1086E.help.text
msgid "<link href=\"text/schart/01/wiz_chart_type.xhp\">Insert Chart</link>"
-msgstr ""
+msgstr "<link href=\"text/schart/01/wiz_chart_type.xhp\">Enmeti diagramon</link>"
#: main0201.xhp#par_id4964445.help.text
msgctxt "main0201.xhp#par_id4964445.help.text"
msgid "Creates a chart in the current document."
-msgstr ""
+msgstr "Kreas diagramon en la dokumento."
#: main0201.xhp#par_idN1088E.help.text
msgid "<link href=\"text/scalc/01/12030100.xhp\">Sort Descending / Sort Ascending</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/12030100.xhp\">Ordigi kreskante / Ordigi malkreskante</link>"
#: main0201.xhp#par_idN108B1.help.text
msgid "Sorts the selection from the highest to the lowest value, or from the lowest to the highest value using the column that contains the cursor."
-msgstr ""
+msgstr "Ordigas la elektaĵon de la plej alta ĝis la plej malalta valoro, aŭ de la plej malalta ĝis la plej alta valoro laŭ la kolumno kiu enhavas la kursoron."
#: main0201.xhp#par_idN108BE.help.text
msgctxt "main0201.xhp#par_idN108BE.help.text"
msgid "<link href=\"text/schart/01/wiz_chart_type.xhp\">Chart</link>"
-msgstr ""
+msgstr "<link href=\"text/schart/01/wiz_chart_type.xhp\">Diagramo</link>"
#: main0201.xhp#par_idN108EA.help.text
msgctxt "main0201.xhp#par_idN108EA.help.text"
msgid "Creates a chart in the current document."
-msgstr ""
+msgstr "Kreas diagramon en la dokumento."
#: main0201.xhp#par_idN108C1.help.text
msgid "Spreadsheet"
@@ -1204,7 +1204,7 @@ msgstr "Kalkultabelo"
#: main0201.xhp#par_idN10901.help.text
msgid "<ahelp hid=\".\">Inserts a spreadsheet as an OLE object. Enter or paste data into the cells, then click outside the object to return to Impress.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Enmetas kalkultabelon kiel OLE-objekton. Enigu aŭ algluu datumojn en la ĉelojn, kaj alklaku ekster la objekto por reiri al Prezentilo.</ahelp>"
#: main0201.xhp#par_idN108C4.help.text
msgctxt "main0201.xhp#par_idN108C4.help.text"
@@ -1214,16 +1214,16 @@ msgstr "<link href=\"text/shared/02/01171200.xhp\" name=\"Display Grid\">Vidigi
#: main0201.xhp#par_idN108D7.help.text
msgctxt "main0201.xhp#par_idN108D7.help.text"
msgid "<link href=\"text/schart/01/wiz_chart_type.xhp\">Chart</link>"
-msgstr ""
+msgstr "<link href=\"text/schart/01/wiz_chart_type.xhp\">Diagramo</link>"
#: main0201.xhp#par_idN10976.help.text
msgctxt "main0201.xhp#par_idN10976.help.text"
msgid "Creates a chart in the current document."
-msgstr ""
+msgstr "Kreas diagramon en la dokumento."
#: main0201.xhp#par_idN107D8.help.text
msgid "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153070\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153070\" src=\"cmd/sc_zoom.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153070\">Bildsimbolo</alt></image>"
#: main0201.xhp#par_idN107F5.help.text
msgid "Zoom"
@@ -1277,108 +1277,108 @@ msgstr "La ilbreto Navigado nur estas videbla por formularoj konektitaj al datum
#: main0213.xhp#par_id3153880.22.help.text
msgid "You can control the view of data with the sorting and filtering functions. Original tables are not changed."
-msgstr ""
+msgstr "Vi povas regi la vidigon de datumoj per la ordigaj kaj filtrilaj funkcioj. Ne ŝanĝas originajn tabelojn."
#: main0213.xhp#par_id3153062.23.help.text
msgid "The current sort order or filter is saved with the current document. If a filter is set, the <emph>Apply Filter</emph> icon on the <emph>Navigation</emph> bar is activated. Sorting and filtering features in the document can also be configured in the <emph>Form Properties</emph> dialog. (Choose <emph>Form Properties - Data</emph> - properties <link href=\"text/shared/02/01170203.xhp\" name=\"Sort\"><emph>Sort</emph></link> and <link href=\"text/shared/02/01170203.xhp\" name=\"Filter\"><emph>Filter</emph></link>)."
-msgstr ""
+msgstr "La aktuala ordiga ordo aŭ filtrilo konserviĝas kun la aktuala dokumento. Se filtrilo estas agordita, aktiviĝas la bildsimbolo <emph>Apliki filtrilon</emph> en la ilbreto <emph>Navigado</emph>. Ordigaj kaj filtrilaj atributoj en la dokumento estas agordeblaj en la dialogo <emph>Formularaj atributoj</emph>. (Elektu menuerojn <emph>Formularaj atributoj - Datumoj</emph> - atributoj <link href=\"text/shared/02/01170203.xhp\" name=\"Sort\"><emph>Ordigi</emph></link> kaj <link href=\"text/shared/02/01170203.xhp\" name=\"Filter\"><emph>Filtri</emph></link>)."
#: main0213.xhp#par_id3149810.24.help.text
msgid "If an SQL statement is the basis for a form (see <emph>Form Properties</emph> - tab <emph>Data</emph> - <link href=\"text/shared/02/01170203.xhp\" name=\"Data Source\"><emph>Data Source</emph></link>), then the filter and sort functions are only available when the SQL statement refers to only one table and is not written in the native SQL mode."
-msgstr ""
+msgstr "Se SQL-ordono estas la bazo de formularo (rigardu la langeton <emph>Formularaj atributoj</emph> - <emph>Datumoj</emph> - <link href=\"text/shared/02/01170203.xhp\" name=\"Data Source\"><emph>Datuma fonto</emph></link>), tiam la filtraj kaj ordigaj atributoj estas atingeblaj nur kiam la SQL-ordono referas al nur unu tabelo kaj ne estas verkita en la indiĝena SQL-reĝimo."
#: main0213.xhp#hd_id3153192.4.help.text
msgid "Absolute Record"
-msgstr ""
+msgstr "Absoluta rikordo"
#: main0213.xhp#par_id3146922.5.help.text
msgid "<ahelp hid=\".uno:AbsoluteRecord\">Shows the number of the current record. Enter a number to go to the corresponding record.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:AbsoluteRecord\">Vidigas la nombron de la aktuala rikordo. Enigu nombron por iri al la rilata rekordo.</ahelp>"
#: main0213.xhp#hd_id3153573.6.help.text
msgid "First Record"
-msgstr ""
+msgstr "Unua rikordo"
#: main0213.xhp#par_id3154013.help.text
msgid "<image id=\"img_id3150010\" src=\"cmd/sc_firstrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150010\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150010\" src=\"cmd/sc_firstrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150010\">Bildsimbolo</alt></image>"
#: main0213.xhp#par_id3155308.7.help.text
msgid "<ahelp hid=\".uno:FirstRecord\">Takes you to the first record.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:FirstRecord\">Irigas vin al la unua rikordo.</ahelp>"
#: main0213.xhp#hd_id3154792.8.help.text
msgid "Previous Record"
-msgstr ""
+msgstr "Antaŭa rikordo"
#: main0213.xhp#par_id3145647.help.text
msgid "<image id=\"img_id3147394\" src=\"cmd/sc_prevrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147394\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147394\" src=\"cmd/sc_prevrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147394\">Bildsimbolo</alt></image>"
#: main0213.xhp#par_id3157846.9.help.text
msgid "<ahelp hid=\".uno:PrevRecord\">Takes you to the previous record.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:PrevRecord\">Irigas vin al la antaŭa rikordo.</ahelp>"
#: main0213.xhp#hd_id3149121.10.help.text
msgid "Next Record"
-msgstr ""
+msgstr "Sekva rikordo"
#: main0213.xhp#par_id3146913.help.text
msgid "<image id=\"img_id3150753\" src=\"cmd/sc_nextrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150753\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150753\" src=\"cmd/sc_nextrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150753\">Bildsimbolo</alt></image>"
#: main0213.xhp#par_id3148914.11.help.text
msgid "<ahelp hid=\".uno:NextRecord\">Takes you to the next record.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:NextRecord\">Irigas vin al la sekva rikordo.</ahelp>"
#: main0213.xhp#hd_id3148997.12.help.text
msgid "Last Record"
-msgstr ""
+msgstr "Lasta rikordo"
#: main0213.xhp#par_id3155337.help.text
msgid "<image id=\"img_id3163808\" src=\"cmd/sc_lastrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3163808\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3163808\" src=\"cmd/sc_lastrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3163808\">Bildsimbolo</alt></image>"
#: main0213.xhp#par_id3151248.13.help.text
msgid "<ahelp hid=\".uno:LastRecord\">Takes you to the last record.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:LastRecord\">Irigas vin al la lasta rikordo.</ahelp>"
#: main0213.xhp#hd_id3145231.14.help.text
msgctxt "main0213.xhp#hd_id3145231.14.help.text"
msgid "Save Record"
-msgstr ""
+msgstr "Konservi rikordon"
#: main0213.xhp#par_id3150647.help.text
msgid "<image id=\"img_id3150941\" src=\"cmd/sc_recsave.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150941\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150941\" src=\"cmd/sc_recsave.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3150941\">Bildsimbolo</alt></image>"
#: main0213.xhp#par_id3146808.15.help.text
msgid "<ahelp hid=\".uno:RecSave\">Saves a new data entry. The change is registered in the database.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:RecSave\">Konservas novan datuman elementon. Registras la ŝanĝon en la datumbazo.</ahelp>"
#: main0213.xhp#hd_id3158446.16.help.text
msgid "Undo: Data entry"
-msgstr ""
+msgstr "Malfari: Datuman enigon"
#: main0213.xhp#par_id3166423.help.text
msgid "<image id=\"img_id3156138\" src=\"cmd/sc_recundo.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156138\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3156138\" src=\"cmd/sc_recundo.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156138\">Bildsimbolo</alt></image>"
#: main0213.xhp#par_id3151276.17.help.text
msgid "<ahelp hid=\".uno:RecUndo\">Allows you to undo a data entry.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:RecUndo\">Ebligas al vi malfari datuman enigon.</ahelp>"
#: main0213.xhp#hd_id3149967.18.help.text
msgid "New Record"
-msgstr ""
+msgstr "Nova rikordo"
#: main0213.xhp#par_id3149735.help.text
msgid "<image id=\"img_id3155578\" src=\"cmd/sc_newrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155578\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155578\" src=\"cmd/sc_newrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155578\">Bildsimbolo</alt></image>"
#: main0213.xhp#par_id3148460.19.help.text
msgid "<ahelp hid=\".uno:NewRecord\">Creates a new record.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:NewRecord\">Kreas novan rikordon.</ahelp>"
#: main0213.xhp#hd_id3153659.20.help.text
msgid "Delete Record"
diff --git a/translations/source/eo/helpcontent2/source/text/shared/00.po b/translations/source/eo/helpcontent2/source/text/shared/00.po
index 8b75dce14ec..c9b3d849010 100644
--- a/translations/source/eo/helpcontent2/source/text/shared/00.po
+++ b/translations/source/eo/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-01-26 09:49+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 00000200.xhp#tit.help.text
diff --git a/translations/source/eo/helpcontent2/source/text/shared/01.po b/translations/source/eo/helpcontent2/source/text/shared/01.po
index 4d7b7a6db43..caa5ba65e0c 100644
--- a/translations/source/eo/helpcontent2/source/text/shared/01.po
+++ b/translations/source/eo/helpcontent2/source/text/shared/01.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2012-01-26 09:41+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 06150000.xhp#tit.help.text
diff --git a/translations/source/eo/helpcontent2/source/text/shared/02.po b/translations/source/eo/helpcontent2/source/text/shared/02.po
index 57a928401b8..887eb30b206 100644
--- a/translations/source/eo/helpcontent2/source/text/shared/02.po
+++ b/translations/source/eo/helpcontent2/source/text/shared/02.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-07-11 15:15+0200\n"
"Last-Translator: Michael <haikara90@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/eo/helpcontent2/source/text/shared/04.po b/translations/source/eo/helpcontent2/source/text/shared/04.po
index 78ea37641db..2b469e654d5 100644
--- a/translations/source/eo/helpcontent2/source/text/shared/04.po
+++ b/translations/source/eo/helpcontent2/source/text/shared/04.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-12 11:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/eo/helpcontent2/source/text/shared/05.po b/translations/source/eo/helpcontent2/source/text/shared/05.po
index dc47daa3ab6..70dc3249f82 100644
--- a/translations/source/eo/helpcontent2/source/text/shared/05.po
+++ b/translations/source/eo/helpcontent2/source/text/shared/05.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:46+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/eo/helpcontent2/source/text/shared/07.po b/translations/source/eo/helpcontent2/source/text/shared/07.po
index c92dabe47f9..dca5ffa9e0f 100644
--- a/translations/source/eo/helpcontent2/source/text/shared/07.po
+++ b/translations/source/eo/helpcontent2/source/text/shared/07.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F07.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:46+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/eo/helpcontent2/source/text/shared/autokorr.po b/translations/source/eo/helpcontent2/source/text/shared/autokorr.po
index 55931e4d4cd..3418d79e871 100644
--- a/translations/source/eo/helpcontent2/source/text/shared/autokorr.po
+++ b/translations/source/eo/helpcontent2/source/text/shared/autokorr.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautokorr.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:46+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/eo/helpcontent2/source/text/shared/autopi.po b/translations/source/eo/helpcontent2/source/text/shared/autopi.po
index 0024737c629..928488154c2 100644
--- a/translations/source/eo/helpcontent2/source/text/shared/autopi.po
+++ b/translations/source/eo/helpcontent2/source/text/shared/autopi.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautopi.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-12 11:36+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/eo/helpcontent2/source/text/shared/explorer/database.po b/translations/source/eo/helpcontent2/source/text/shared/explorer/database.po
index 936321939fd..5b7f1b459e1 100644
--- a/translations/source/eo/helpcontent2/source/text/shared/explorer/database.po
+++ b/translations/source/eo/helpcontent2/source/text/shared/explorer/database.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fexplorer%2Fdatabase.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-12-26 22:02+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/eo/helpcontent2/source/text/shared/guide.po b/translations/source/eo/helpcontent2/source/text/shared/guide.po
index f9b79bfd71d..4100f9f4bfc 100644
--- a/translations/source/eo/helpcontent2/source/text/shared/guide.po
+++ b/translations/source/eo/helpcontent2/source/text/shared/guide.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-01-26 09:42+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: redlining_doccompare.xhp#tit.help.text
diff --git a/translations/source/eo/helpcontent2/source/text/shared/optionen.po b/translations/source/eo/helpcontent2/source/text/shared/optionen.po
index de1c3eea797..3a303d42cd4 100644
--- a/translations/source/eo/helpcontent2/source/text/shared/optionen.po
+++ b/translations/source/eo/helpcontent2/source/text/shared/optionen.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Foptionen.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-14 06:40+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 01070000.xhp#tit.help.text
@@ -126,7 +126,7 @@ msgid "If you import an MS Word document, the spaces are automatically added dur
msgstr ""
#: 01041000.xhp#hd_id3149964.42.help.text
-msgid "Use StarOffice 6.0/7 tab stop formatting"
+msgid "Use OpenOffice.org 1.1 tab stop formatting"
msgstr ""
#: 01041000.xhp#par_id3152777.43.help.text
@@ -150,7 +150,7 @@ msgid "In text documents created by your current version of Writer, the addition
msgstr ""
#: 01041000.xhp#par_idN107FF.help.text
-msgid "Use StarOffice 6.0/7 line spacing"
+msgid "Use OpenOffice.org 1.1 line spacing"
msgstr ""
#: 01041000.xhp#par_idN10815.help.text
@@ -175,7 +175,7 @@ msgid "If the option is off, table cells will be formatted as in Writer versions
msgstr ""
#: 01041000.xhp#par_idN1084C.help.text
-msgid "Use StarOffice 6.0/7 object positioning"
+msgid "Use OpenOffice.org 1.1 object positioning"
msgstr ""
#: 01041000.xhp#par_idN10864.help.text
@@ -191,7 +191,7 @@ msgid "The option will be set to off for new documents. For Writer documents cre
msgstr ""
#: 01041000.xhp#par_idN10821.help.text
-msgid "Use StarOffice 6.0/7 text wrapping around objects"
+msgid "Use OpenOffice.org 1.1 text wrapping around objects"
msgstr ""
#: 01041000.xhp#par_id4016541.help.text
@@ -3178,25 +3178,6 @@ msgstr "Grafikaĵoj kaj objektoj"
msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PGRF\">Specifies whether the graphics of your text document are printed.</ahelp>"
msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_HEADER\">Agordas ĉu presi kolumnajn kaj vicajn titolojn.</ahelp>"
-#: 01040400.xhp#hd_id3150771.7.help.text
-msgctxt "01040400.xhp#hd_id3150771.7.help.text"
-msgid "Tables"
-msgstr "Tabeloj"
-
-#: 01040400.xhp#par_id3148943.8.help.text
-#, fuzzy
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PTAB\">Specifies whether the tables of the text document are printed.</ahelp>"
-msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_HEADER\">Agordas ĉu presi kolumnajn kaj vicajn titolojn.</ahelp>"
-
-#: 01040400.xhp#hd_id3149294.9.help.text
-msgid "Drawings (not for HTML documents)"
-msgstr ""
-
-#: 01040400.xhp#par_id3149457.10.help.text
-#, fuzzy
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PDRAW\">Specifies whether graphics created with $[officename] drawing functions are printed.</ahelp>"
-msgstr "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_HEADER\">Agordas ĉu presi kolumnajn kaj vicajn titolojn.</ahelp>"
-
#: 01040400.xhp#hd_id3153525.11.help.text
#, fuzzy
msgid "Form controls"
@@ -5474,14 +5455,6 @@ msgstr ""
msgid "The EXACT text function is always case-sensitive, independent of the settings in this dialog."
msgstr ""
-#: 01060500.xhp#hd_id3145231.53.help.text
-msgid "Decimal places"
-msgstr "Dekumaj pozicioj"
-
-#: 01060500.xhp#par_id3149568.54.help.text
-msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
-msgstr ""
-
#: 01060500.xhp#hd_id3145150.30.help.text
msgid "Precision as shown"
msgstr "Precizo kiel vidigita"
@@ -5570,6 +5543,14 @@ msgstr ""
msgid "<ahelp hid=\".\">You can specify the maximum number of decimal places that are shown by default for cells with General number format. If not enabled, cells with General number format show as many decimal places as the column width allows.</ahelp>"
msgstr ""
+#: 01060500.xhp#hd_id3145231.53.help.text
+msgid "Decimal places"
+msgstr "Dekumaj pozicioj"
+
+#: 01060500.xhp#par_id3149568.54.help.text
+msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
+msgstr ""
+
#: viewcertificate_c.xhp#tit.help.text
msgid "Certificate Path"
msgstr ""
@@ -5837,7 +5818,7 @@ msgid "View"
msgstr "Vido"
#: 01060100.xhp#bm_id3147242.help.text
-msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>handles; showing large handles (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
+msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
msgstr ""
#: 01060100.xhp#hd_id3150445.1.help.text
@@ -5890,15 +5871,6 @@ msgstr ""
msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">Specifies whether to view guides when moving drawings, frames, graphics and other objects.</ahelp> These guides help you align objects."
msgstr ""
-#: 01060100.xhp#hd_id3149202.40.help.text
-msgctxt "01060100.xhp#hd_id3149202.40.help.text"
-msgid "Large handles"
-msgstr "Grandaj Teniloj"
-
-#: 01060100.xhp#par_id3154123.41.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\">Specifies that larger than normal handles (the eight points on a selection box) are displayed.</ahelp>"
-msgstr ""
-
#: 01060100.xhp#hd_id3152920.3.help.text
msgctxt "01060100.xhp#hd_id3152920.3.help.text"
msgid "Display"
@@ -6841,7 +6813,7 @@ msgid "View"
msgstr "Vido"
#: 01040200.xhp#bm_id3156346.help.text
-msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>handles; displaying (Writer)</bookmark_value><bookmark_value>large handles (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
+msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
msgstr ""
#: 01040200.xhp#hd_id3145090.1.help.text
@@ -6869,15 +6841,6 @@ msgstr ""
msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">Displays snap lines around the frames when frames are moved. You can select the<emph> Helplines While Moving </emph>option to show the exact position of the object using lineal values.</ahelp>"
msgstr ""
-#: 01040200.xhp#hd_id3149763.32.help.text
-msgctxt "01040200.xhp#hd_id3149763.32.help.text"
-msgid "Large handles"
-msgstr "Grandaj Teniloj"
-
-#: 01040200.xhp#par_id3153665.33.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_BIGHANDLE\">Displays larger sized handles (the eight points on a delimiting rectangle).</ahelp>"
-msgstr ""
-
#: 01040200.xhp#hd_id3149416.11.help.text
msgctxt "01040200.xhp#hd_id3149416.11.help.text"
msgid "View"
@@ -6971,7 +6934,7 @@ msgid "If the <emph>Graphics and objects </emph>option is not selected, no graph
msgstr ""
#: 01040200.xhp#hd_id3156332.40.help.text
-msgctxt "01040200.xhp#hd_id3156332.40.help.text"
+#, fuzzy
msgid "Tables"
msgstr "Tabeloj"
diff --git a/translations/source/eo/helpcontent2/source/text/simpress.po b/translations/source/eo/helpcontent2/source/text/simpress.po
index a527443e17b..1f6654e4ba1 100644
--- a/translations/source/eo/helpcontent2/source/text/simpress.po
+++ b/translations/source/eo/helpcontent2/source/text/simpress.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsimpress.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-14 10:52+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: main0101.xhp#tit.help.text
diff --git a/translations/source/eo/helpcontent2/source/text/simpress/00.po b/translations/source/eo/helpcontent2/source/text/simpress/00.po
index 5efb9f9bcbb..8bd63295ba2 100644
--- a/translations/source/eo/helpcontent2/source/text/simpress/00.po
+++ b/translations/source/eo/helpcontent2/source/text/simpress/00.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-07-11 15:15+0200\n"
"Last-Translator: Michael <haikara90@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/eo/helpcontent2/source/text/simpress/01.po b/translations/source/eo/helpcontent2/source/text/simpress/01.po
index b70a606e4ac..6295fd73063 100644
--- a/translations/source/eo/helpcontent2/source/text/simpress/01.po
+++ b/translations/source/eo/helpcontent2/source/text/simpress/01.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-07-11 15:15+0200\n"
"Last-Translator: Michael <haikara90@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/eo/helpcontent2/source/text/simpress/02.po b/translations/source/eo/helpcontent2/source/text/simpress/02.po
index 4eb9d6ebeb0..ff400e13d7f 100644
--- a/translations/source/eo/helpcontent2/source/text/simpress/02.po
+++ b/translations/source/eo/helpcontent2/source/text/simpress/02.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2012-01-14 06:20+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 13150000.xhp#tit.help.text
@@ -306,32 +306,6 @@ msgstr ""
msgid "Double-click to add Text"
msgstr ""
-#: 13080000.xhp#tit.help.text
-msgctxt "13080000.xhp#tit.help.text"
-msgid "Large Handles"
-msgstr "Grandaj Teniloj"
-
-#: 13080000.xhp#bm_id3146119.help.text
-msgid "<bookmark_value>handles; large</bookmark_value>"
-msgstr ""
-
-#: 13080000.xhp#hd_id3146119.1.help.text
-msgid "<link href=\"text/simpress/02/13080000.xhp\" name=\"Large Handles\">Large Handles</link>"
-msgstr ""
-
-#: 13080000.xhp#par_id3153142.2.help.text
-msgid "<ahelp hid=\".uno:BigHandles\" visibility=\"visible\">Displays large selection handles.</ahelp>"
-msgstr ""
-
-#: 13080000.xhp#par_id3155445.help.text
-msgid "<image src=\"cmd/sc_bighandles.png\" id=\"img_id3153714\"><alt id=\"alt_id3153714\">Icon</alt></image>"
-msgstr ""
-
-#: 13080000.xhp#par_id3154755.4.help.text
-msgctxt "13080000.xhp#par_id3154755.4.help.text"
-msgid "Large Handles"
-msgstr "Grandaj Teniloj"
-
#: 13170000.xhp#tit.help.text
msgctxt "13170000.xhp#tit.help.text"
msgid "Snap to Object Points"
diff --git a/translations/source/eo/helpcontent2/source/text/simpress/04.po b/translations/source/eo/helpcontent2/source/text/simpress/04.po
index dd54b87febb..c6323be78fb 100644
--- a/translations/source/eo/helpcontent2/source/text/simpress/04.po
+++ b/translations/source/eo/helpcontent2/source/text/simpress/04.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-26 05:49+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 01020000.xhp#tit.help.text
diff --git a/translations/source/eo/helpcontent2/source/text/simpress/guide.po b/translations/source/eo/helpcontent2/source/text/simpress/guide.po
index 2a5554b7a9d..d8653c8b57e 100644
--- a/translations/source/eo/helpcontent2/source/text/simpress/guide.po
+++ b/translations/source/eo/helpcontent2/source/text/simpress/guide.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-12 11:46+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/eo/helpcontent2/source/text/smath.po b/translations/source/eo/helpcontent2/source/text/smath.po
index a31809a5a9d..0ca22265ed8 100644
--- a/translations/source/eo/helpcontent2/source/text/smath.po
+++ b/translations/source/eo/helpcontent2/source/text/smath.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsmath.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-11-23 20:12+1300\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@li.org>\n"
diff --git a/translations/source/eo/helpcontent2/source/text/smath/00.po b/translations/source/eo/helpcontent2/source/text/smath/00.po
index 24bdcc26f6c..8192f560a9f 100644
--- a/translations/source/eo/helpcontent2/source/text/smath/00.po
+++ b/translations/source/eo/helpcontent2/source/text/smath/00.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-07-11 15:15+0200\n"
"Last-Translator: Michael <haikara90@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/eo/helpcontent2/source/text/smath/01.po b/translations/source/eo/helpcontent2/source/text/smath/01.po
index 6ce2e42955b..2cdfed6e26a 100644
--- a/translations/source/eo/helpcontent2/source/text/smath/01.po
+++ b/translations/source/eo/helpcontent2/source/text/smath/01.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-11 16:46+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 03091501.xhp#tit.help.text
diff --git a/translations/source/eo/helpcontent2/source/text/smath/02.po b/translations/source/eo/helpcontent2/source/text/smath/02.po
index 675d3d2288d..ff81e061521 100644
--- a/translations/source/eo/helpcontent2/source/text/smath/02.po
+++ b/translations/source/eo/helpcontent2/source/text/smath/02.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:48+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/eo/helpcontent2/source/text/smath/04.po b/translations/source/eo/helpcontent2/source/text/smath/04.po
index 56db294305b..b1fde280d7a 100644
--- a/translations/source/eo/helpcontent2/source/text/smath/04.po
+++ b/translations/source/eo/helpcontent2/source/text/smath/04.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-12 11:48+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/eo/helpcontent2/source/text/smath/guide.po b/translations/source/eo/helpcontent2/source/text/smath/guide.po
index 4daf4eaf5bd..5c759b38009 100644
--- a/translations/source/eo/helpcontent2/source/text/smath/guide.po
+++ b/translations/source/eo/helpcontent2/source/text/smath/guide.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 19:48+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/eo/helpcontent2/source/text/swriter.po b/translations/source/eo/helpcontent2/source/text/swriter.po
index 13e64f8b4bd..df68d5f8ce5 100644
--- a/translations/source/eo/helpcontent2/source/text/swriter.po
+++ b/translations/source/eo/helpcontent2/source/text/swriter.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fswriter.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-14 06:41+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: main0101.xhp#tit.help.text
diff --git a/translations/source/eo/helpcontent2/source/text/swriter/00.po b/translations/source/eo/helpcontent2/source/text/swriter/00.po
index 6504619bebe..6da7a732bef 100644
--- a/translations/source/eo/helpcontent2/source/text/swriter/00.po
+++ b/translations/source/eo/helpcontent2/source/text/swriter/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fswriter%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-14 11:38+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 00000402.xhp#tit.help.text
diff --git a/translations/source/eo/helpcontent2/source/text/swriter/01.po b/translations/source/eo/helpcontent2/source/text/swriter/01.po
index 76f4f0e7b97..dc876380490 100644
--- a/translations/source/eo/helpcontent2/source/text/swriter/01.po
+++ b/translations/source/eo/helpcontent2/source/text/swriter/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fswriter%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-26 06:07+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: mailmerge04.xhp#tit.help.text
diff --git a/translations/source/eo/helpcontent2/source/text/swriter/02.po b/translations/source/eo/helpcontent2/source/text/swriter/02.po
index d469b796965..54b4b18d543 100644
--- a/translations/source/eo/helpcontent2/source/text/swriter/02.po
+++ b/translations/source/eo/helpcontent2/source/text/swriter/02.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-14 11:15+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 04250000.xhp#tit.help.text
diff --git a/translations/source/eo/helpcontent2/source/text/swriter/04.po b/translations/source/eo/helpcontent2/source/text/swriter/04.po
index cc59d1ade85..c47f4863831 100644
--- a/translations/source/eo/helpcontent2/source/text/swriter/04.po
+++ b/translations/source/eo/helpcontent2/source/text/swriter/04.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice3.5.x\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fswriter%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-26 05:49+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 01020000.xhp#tit.help.text
diff --git a/translations/source/eo/helpcontent2/source/text/swriter/guide.po b/translations/source/eo/helpcontent2/source/text/swriter/guide.po
index a0c92ec9f1d..3042ec4c424 100644
--- a/translations/source/eo/helpcontent2/source/text/swriter/guide.po
+++ b/translations/source/eo/helpcontent2/source/text/swriter/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fswriter%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-02-17 00:00+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: nonprintable_text.xhp#tit.help.text
@@ -5521,7 +5521,7 @@ msgid "There are several ways to create a table in a text document. You can inse
msgstr "Kelkaj metodoj ebligas krei tabelon en teksta dokumento. Oni povas enmeti tabelon per ilbreto, per menua komando, aŭ el kalkultabelo. "
#: table_insert.xhp#hd_id3155908.33.help.text
-msgid "To Insert a Table From the Insert Toolbar"
+msgid "To Insert a Table From a Toolbar"
msgstr ""
#: table_insert.xhp#par_id3155861.34.help.text
@@ -5530,8 +5530,8 @@ msgid "Place the cursor in your document where you want to insert the table."
msgstr "Metu la kursoron en la dokumenton kie enmeti la tabelon."
#: table_insert.xhp#par_id3147416.28.help.text
-msgid "On the <emph>Standard</emph> bar, click the arrow next to the <emph>Table</emph> icon."
-msgstr "En la breto <emph>Normala</emph>, alklaku la sagon apud la bildsimbolo <emph>Tabelo</emph>."
+msgid "On the <emph>Standard</emph> or the <emph>Insert</emph> bar, click the arrow next to the <emph>Table</emph> icon."
+msgstr ""
#: table_insert.xhp#par_id3153398.29.help.text
msgid "In the table grid, drag to select the numbers of rows and columns that you want, and then release."
diff --git a/translations/source/eo/instsetoo_native/inc_openoffice/windows/msi_languages.po b/translations/source/eo/instsetoo_native/inc_openoffice/windows/msi_languages.po
index a59a4a79b5f..50720bafada 100644
--- a/translations/source/eo/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/translations/source/eo/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-29 09:20+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/mysqlc/source.po b/translations/source/eo/mysqlc/source.po
index 02e4785bd56..d8831b4aad4 100644
--- a/translations/source/eo/mysqlc/source.po
+++ b/translations/source/eo/mysqlc/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 02:39+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/translations/source/eo/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index f11299ee72f..7df319395c5 100644
--- a/translations/source/eo/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/translations/source/eo/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-27 10:31+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/translations/source/eo/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
index 504410546b0..0fda9b0c578 100644
--- a/translations/source/eo/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
+++ b/translations/source/eo/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fhelp%2Fen%2Fcom.sun.star.comp.Calc.NLPSolver.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-22 05:37+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/translations/source/eo/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
index fa8fee8a195..891d42993bc 100644
--- a/translations/source/eo/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
+++ b/translations/source/eo/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fsrc%2Fcom%2Fsun%2Fstar%2Fcomp%2FCalc%2FNLPSolver.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-10 09:18+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/nlpsolver/src/locale.po b/translations/source/eo/nlpsolver/src/locale.po
index 846c7287017..ee982edbd1c 100644
--- a/translations/source/eo/nlpsolver/src/locale.po
+++ b/translations/source/eo/nlpsolver/src/locale.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fsrc%2Flocale.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-22 05:37+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/officecfg/registry/data/org/openoffice/Office.po b/translations/source/eo/officecfg/registry/data/org/openoffice/Office.po
index 0a88588750b..bb503fd6f58 100644
--- a/translations/source/eo/officecfg/registry/data/org/openoffice/Office.po
+++ b/translations/source/eo/officecfg/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-29 09:56+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/officecfg/registry/data/org/openoffice/Office/UI.po b/translations/source/eo/officecfg/registry/data/org/openoffice/Office/UI.po
index 34fac3cdcd2..4b485386bae 100644
--- a/translations/source/eo/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/eo/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-11 16:45+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -8150,6 +8150,10 @@ msgstr "Enigmetoda stato"
msgid "Optio~n Bar"
msgstr "Agorda breto"
+#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_SendFeedback.Label.value.text
+msgid "Send Feedback..."
+msgstr ""
+
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_ShowLicense.Label.value.text
msgid "License Information..."
msgstr "Informo pri permesilo..."
diff --git a/translations/source/eo/padmin/source.po b/translations/source/eo/padmin/source.po
index 2a9c6d225b5..b183396783b 100644
--- a/translations/source/eo/padmin/source.po
+++ b/translations/source/eo/padmin/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-09-03 23:07+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/readlicense_oo/docs/readme.po b/translations/source/eo/readlicense_oo/docs/readme.po
index 2610b7fb77e..bca00079509 100644
--- a/translations/source/eo/readlicense_oo/docs/readme.po
+++ b/translations/source/eo/readlicense_oo/docs/readme.po
@@ -3,15 +3,16 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-12 11:01+1300\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 06:14+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@li.org>\n"
"Language: eo\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"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: readme.xrm#Welcome.Welcome.readmeitem.text
@@ -279,9 +280,13 @@ msgstr "Por sistemoj bazitaj sur Fedora: su -c 'yum install *freedesktop*.rpm'"
msgid "For Mandriva-based systems: sudo urpmi *mandriva*.rpm"
msgstr "Por sistemoj bazitaj sur Mandriva: sudo urpmi *mandriva*.rpm"
+#: readme.xrm#rpminstallF.rpminstallF.readmeitem.text
+msgid "For SUSE-based systems: rpm -Uvh *suse*.rpm"
+msgstr "Por SUSE-bazitaj sistemoj: rpm -Uvh *suse*.rpm"
+
#: readme.xrm#rpminstallD.rpminstallD.readmeitem.text
-msgid "For other RPM-based systems (Suse, etc.): rpm -Uvh *suse*.rpm"
-msgstr "Por aliaj RPM-bazitaj sistemoj (Suse, ktp.): rpm -Uvh *suse*.rpm"
+msgid "For other RPM-based systems: rpm -Uvh *freedesktop*.rpm"
+msgstr "Por aliaj RPM-bazitaj sistemoj: rpm -Uvh *freedesktop*.rpm"
#: readme.xrm#rpminstallE.rpminstallE.readmeitem.text
msgctxt "readme.xrm#rpminstallE.rpminstallE.readmeitem.text"
diff --git a/translations/source/eo/reportbuilder/java/com/sun/star/report/function/metadata.po b/translations/source/eo/reportbuilder/java/com/sun/star/report/function/metadata.po
index 4e5df89bbf8..a53edf8daba 100644
--- a/translations/source/eo/reportbuilder/java/com/sun/star/report/function/metadata.po
+++ b/translations/source/eo/reportbuilder/java/com/sun/star/report/function/metadata.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-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%2Fjava%2Fcom%2Fsun%2Fstar%2Freport%2Ffunction%2Fmetadata.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-16 16:54+1300\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/reportbuilder/registry/data/org/openoffice/Office.po b/translations/source/eo/reportbuilder/registry/data/org/openoffice/Office.po
index bdef530a86c..b7309cffd9d 100644
--- a/translations/source/eo/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/translations/source/eo/reportbuilder/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-09-03 23:32+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/reportbuilder/registry/data/org/openoffice/Office/UI.po b/translations/source/eo/reportbuilder/registry/data/org/openoffice/Office/UI.po
index 70ec121aeca..5f4c950a0f0 100644
--- a/translations/source/eo/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/eo/reportbuilder/registry/data/org/openoffice/Office/UI.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 02:28+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/translations/source/eo/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index 916bc0110d1..3ad6f12731c 100644
--- a/translations/source/eo/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/translations/source/eo/reportbuilder/registry/data/org/openoffice/TypeDetection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:57+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/reportbuilder/util.po b/translations/source/eo/reportbuilder/util.po
index 8dca69d3e31..d095d4d901b 100644
--- a/translations/source/eo/reportbuilder/util.po
+++ b/translations/source/eo/reportbuilder/util.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-13 02:34+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/reportdesign/source/core/resource.po b/translations/source/eo/reportdesign/source/core/resource.po
index b0cca507769..302444a0802 100644
--- a/translations/source/eo/reportdesign/source/core/resource.po
+++ b/translations/source/eo/reportdesign/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:57+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/reportdesign/source/ui/dlg.po b/translations/source/eo/reportdesign/source/ui/dlg.po
index d3b13d3aabd..5a1a6bc372e 100644
--- a/translations/source/eo/reportdesign/source/ui/dlg.po
+++ b/translations/source/eo/reportdesign/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-09-28 09:46+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/reportdesign/source/ui/inspection.po b/translations/source/eo/reportdesign/source/ui/inspection.po
index 92bb962e4dd..d0e9072db61 100644
--- a/translations/source/eo/reportdesign/source/ui/inspection.po
+++ b/translations/source/eo/reportdesign/source/ui/inspection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-09-28 10:00+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/reportdesign/source/ui/report.po b/translations/source/eo/reportdesign/source/ui/report.po
index e7a1417980d..e497dcb8d6a 100644
--- a/translations/source/eo/reportdesign/source/ui/report.po
+++ b/translations/source/eo/reportdesign/source/ui/report.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-09-28 10:03+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sc/source/core/src.po b/translations/source/eo/sc/source/core/src.po
index a36acbcd19a..fd9a2ae5cb3 100644
--- a/translations/source/eo/sc/source/core/src.po
+++ b/translations/source/eo/sc/source/core/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:57+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sc/source/ui/cctrl.po b/translations/source/eo/sc/source/ui/cctrl.po
index 3f2c014bd45..d0a0dd43f86 100644
--- a/translations/source/eo/sc/source/ui/cctrl.po
+++ b/translations/source/eo/sc/source/ui/cctrl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-28 04:41+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sc/source/ui/dbgui.po b/translations/source/eo/sc/source/ui/dbgui.po
index a303a700db9..518bb9af40a 100644
--- a/translations/source/eo/sc/source/ui/dbgui.po
+++ b/translations/source/eo/sc/source/ui/dbgui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-11 05:07+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sc/source/ui/docshell.po b/translations/source/eo/sc/source/ui/docshell.po
index 3499e85ff67..ec0c7b4bb7b 100644
--- a/translations/source/eo/sc/source/ui/docshell.po
+++ b/translations/source/eo/sc/source/ui/docshell.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:57+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sc/source/ui/drawfunc.po b/translations/source/eo/sc/source/ui/drawfunc.po
index 2ea183ffdde..0adb0d870bd 100644
--- a/translations/source/eo/sc/source/ui/drawfunc.po
+++ b/translations/source/eo/sc/source/ui/drawfunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-28 04:47+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sc/source/ui/formdlg.po b/translations/source/eo/sc/source/ui/formdlg.po
index f9a2b39b8af..f7125712cb1 100644
--- a/translations/source/eo/sc/source/ui/formdlg.po
+++ b/translations/source/eo/sc/source/ui/formdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:57+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sc/source/ui/miscdlgs.po b/translations/source/eo/sc/source/ui/miscdlgs.po
index c04ac076f46..c88f041fa55 100644
--- a/translations/source/eo/sc/source/ui/miscdlgs.po
+++ b/translations/source/eo/sc/source/ui/miscdlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-06 13:44+1300\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sc/source/ui/navipi.po b/translations/source/eo/sc/source/ui/navipi.po
index 06ec706d44b..27c40fd404f 100644
--- a/translations/source/eo/sc/source/ui/navipi.po
+++ b/translations/source/eo/sc/source/ui/navipi.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-17 09:16+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sc/source/ui/pagedlg.po b/translations/source/eo/sc/source/ui/pagedlg.po
index 34f7181a6ce..2af0a680ff6 100644
--- a/translations/source/eo/sc/source/ui/pagedlg.po
+++ b/translations/source/eo/sc/source/ui/pagedlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:57+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sc/source/ui/src.po b/translations/source/eo/sc/source/ui/src.po
index cc98eb5c2c3..aea4b7ac94a 100644
--- a/translations/source/eo/sc/source/ui/src.po
+++ b/translations/source/eo/sc/source/ui/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-12 10:46+1300\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sc/source/ui/styleui.po b/translations/source/eo/sc/source/ui/styleui.po
index 455b7aa3ec4..368750fc01d 100644
--- a/translations/source/eo/sc/source/ui/styleui.po
+++ b/translations/source/eo/sc/source/ui/styleui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-09-28 10:08+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/scaddins/source/analysis.po b/translations/source/eo/scaddins/source/analysis.po
index 723b7f97069..60bb50e944b 100644
--- a/translations/source/eo/scaddins/source/analysis.po
+++ b/translations/source/eo/scaddins/source/analysis.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-28 10:17+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/scaddins/source/datefunc.po b/translations/source/eo/scaddins/source/datefunc.po
index d01df0a9d8c..d481e1dad65 100644
--- a/translations/source/eo/scaddins/source/datefunc.po
+++ b/translations/source/eo/scaddins/source/datefunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:58+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sccomp/source/solver.po b/translations/source/eo/sccomp/source/solver.po
index 89e18d94ac6..6186913dc75 100644
--- a/translations/source/eo/sccomp/source/solver.po
+++ b/translations/source/eo/sccomp/source/solver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:58+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/scp2/source/accessories.po b/translations/source/eo/scp2/source/accessories.po
index 18e8349b335..a8b277c2f2f 100644
--- a/translations/source/eo/scp2/source/accessories.po
+++ b/translations/source/eo/scp2/source/accessories.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-28 10:14+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/scp2/source/activex.po b/translations/source/eo/scp2/source/activex.po
index e50bfaf18cf..eae0b1cf2e4 100644
--- a/translations/source/eo/scp2/source/activex.po
+++ b/translations/source/eo/scp2/source/activex.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:58+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/scp2/source/base.po b/translations/source/eo/scp2/source/base.po
index 4fd4f72dca8..c2056133a7d 100644
--- a/translations/source/eo/scp2/source/base.po
+++ b/translations/source/eo/scp2/source/base.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%2Fbase.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-04-05 19:58+0200\n"
-"Last-Translator: Anonymous Pootle User\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-23 06:15+0200\n"
+"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: eo\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: module_base.ulf#STR_NAME_MODULE_PRG_BASE.LngText.text
@@ -39,6 +39,16 @@ msgstr "Helpo de %PRODUCTNAME Base"
msgid "Help about %PRODUCTNAME Base"
msgstr "Helpo pri %PRODUCTNAME Base"
+#: postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr "PostgreSQL-konektilo"
+
+#: postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr "PostgreSQL-konektilo"
+
#: folderitem_base.ulf#STR_FI_TOOLTIP_BASE.LngText.text
msgid "Manage databases, create queries and reports to track and manage your information by using Base."
msgstr "Administri datumbazojn, krei informpetojn kaj raportojn por kontroli kaj administri viajn informojn per Base."
diff --git a/translations/source/eo/scp2/source/binfilter.po b/translations/source/eo/scp2/source/binfilter.po
index 67b4e90a5fa..d6ba0fcb76a 100644
--- a/translations/source/eo/scp2/source/binfilter.po
+++ b/translations/source/eo/scp2/source/binfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:58+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/scp2/source/calc.po b/translations/source/eo/scp2/source/calc.po
index 4e9fcae76c4..ee7f6265f3c 100644
--- a/translations/source/eo/scp2/source/calc.po
+++ b/translations/source/eo/scp2/source/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-16 10:12+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/scp2/source/draw.po b/translations/source/eo/scp2/source/draw.po
index d897ce17a6a..dee9e1f2bf4 100644
--- a/translations/source/eo/scp2/source/draw.po
+++ b/translations/source/eo/scp2/source/draw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:58+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/scp2/source/extensions.po b/translations/source/eo/scp2/source/extensions.po
index 46f3e8bfdfc..851b9091da9 100644
--- a/translations/source/eo/scp2/source/extensions.po
+++ b/translations/source/eo/scp2/source/extensions.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-20 10:16+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -238,16 +238,6 @@ msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_MYSQLC.LngTex
msgid "MySQL Connector"
msgstr "MySQL-Konektilo"
-#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text
-msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text"
-msgid "PostgreSQL Connector"
-msgstr "PostgreSQL-konektilo"
-
-#: module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text
-msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text"
-msgid "PostgreSQL Connector"
-msgstr "PostgreSQL-konektilo"
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_OOOBLOGGER.LngText.text
msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_OOOBLOGGER.LngText.text"
msgid "Metaweblog Support"
diff --git a/translations/source/eo/scp2/source/gnome.po b/translations/source/eo/scp2/source/gnome.po
index e557391076f..cb0b84a44c7 100644
--- a/translations/source/eo/scp2/source/gnome.po
+++ b/translations/source/eo/scp2/source/gnome.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:58+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/scp2/source/graphicfilter.po b/translations/source/eo/scp2/source/graphicfilter.po
index 20501faa1b5..cd6b41d590d 100644
--- a/translations/source/eo/scp2/source/graphicfilter.po
+++ b/translations/source/eo/scp2/source/graphicfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:58+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/scp2/source/impress.po b/translations/source/eo/scp2/source/impress.po
index 7d9663d40a5..73f101bf0a7 100644
--- a/translations/source/eo/scp2/source/impress.po
+++ b/translations/source/eo/scp2/source/impress.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:58+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/scp2/source/javafilter.po b/translations/source/eo/scp2/source/javafilter.po
index 1d814708713..432904f391c 100644
--- a/translations/source/eo/scp2/source/javafilter.po
+++ b/translations/source/eo/scp2/source/javafilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:58+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/scp2/source/kde.po b/translations/source/eo/scp2/source/kde.po
index 521df74ca04..f7244453a8c 100644
--- a/translations/source/eo/scp2/source/kde.po
+++ b/translations/source/eo/scp2/source/kde.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:58+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/scp2/source/math.po b/translations/source/eo/scp2/source/math.po
index 0ec6964c830..c1d9befaae0 100644
--- a/translations/source/eo/scp2/source/math.po
+++ b/translations/source/eo/scp2/source/math.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:58+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/scp2/source/onlineupdate.po b/translations/source/eo/scp2/source/onlineupdate.po
index b7519c68c80..fff1eeaf6de 100644
--- a/translations/source/eo/scp2/source/onlineupdate.po
+++ b/translations/source/eo/scp2/source/onlineupdate.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:58+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/scp2/source/ooo.po b/translations/source/eo/scp2/source/ooo.po
index 9b26948b8ce..13a24d934f8 100644
--- a/translations/source/eo/scp2/source/ooo.po
+++ b/translations/source/eo/scp2/source/ooo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-28 10:19+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/scp2/source/python.po b/translations/source/eo/scp2/source/python.po
index 1b2d267dbb5..e3085e43f5e 100644
--- a/translations/source/eo/scp2/source/python.po
+++ b/translations/source/eo/scp2/source/python.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-06 14:03+1300\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/scp2/source/quickstart.po b/translations/source/eo/scp2/source/quickstart.po
index 2fd79b74192..fc6ff15a077 100644
--- a/translations/source/eo/scp2/source/quickstart.po
+++ b/translations/source/eo/scp2/source/quickstart.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:58+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/scp2/source/sdkoo.po b/translations/source/eo/scp2/source/sdkoo.po
index 70be2727336..2b3014d4b6d 100644
--- a/translations/source/eo/scp2/source/sdkoo.po
+++ b/translations/source/eo/scp2/source/sdkoo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:58+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/scp2/source/smoketest.po b/translations/source/eo/scp2/source/smoketest.po
index 17cf6689376..f8be94d519b 100644
--- a/translations/source/eo/scp2/source/smoketest.po
+++ b/translations/source/eo/scp2/source/smoketest.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fsmoketest.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-17 04:49+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/scp2/source/winexplorerext.po b/translations/source/eo/scp2/source/winexplorerext.po
index d206fd57784..1eec18383bd 100644
--- a/translations/source/eo/scp2/source/winexplorerext.po
+++ b/translations/source/eo/scp2/source/winexplorerext.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:58+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/scp2/source/writer.po b/translations/source/eo/scp2/source/writer.po
index 8e2688405ca..327fc46a4f6 100644
--- a/translations/source/eo/scp2/source/writer.po
+++ b/translations/source/eo/scp2/source/writer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-31 22:08+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/scp2/source/xsltfilter.po b/translations/source/eo/scp2/source/xsltfilter.po
index 24b852d3137..f3141c5b12c 100644
--- a/translations/source/eo/scp2/source/xsltfilter.po
+++ b/translations/source/eo/scp2/source/xsltfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:58+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/scripting/source/pyprov.po b/translations/source/eo/scripting/source/pyprov.po
index b0c9f43dd1d..820c1ade909 100644
--- a/translations/source/eo/scripting/source/pyprov.po
+++ b/translations/source/eo/scripting/source/pyprov.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-12 09:26+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sd/source/core.po b/translations/source/eo/sd/source/core.po
index 49a0d928efa..07cfc366042 100644
--- a/translations/source/eo/sd/source/core.po
+++ b/translations/source/eo/sd/source/core.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-28 10:54+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sd/source/filter/html.po b/translations/source/eo/sd/source/filter/html.po
index 4062461a340..dac47e185c6 100644
--- a/translations/source/eo/sd/source/filter/html.po
+++ b/translations/source/eo/sd/source/filter/html.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:58+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sd/source/ui/accessibility.po b/translations/source/eo/sd/source/ui/accessibility.po
index 008b7fa6ec2..5f9ed467da4 100644
--- a/translations/source/eo/sd/source/ui/accessibility.po
+++ b/translations/source/eo/sd/source/ui/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:58+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sd/source/ui/animations.po b/translations/source/eo/sd/source/ui/animations.po
index affb7463773..cb766e504bf 100644
--- a/translations/source/eo/sd/source/ui/animations.po
+++ b/translations/source/eo/sd/source/ui/animations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-30 03:12+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sd/source/ui/annotations.po b/translations/source/eo/sd/source/ui/annotations.po
index 133efd17c54..6e5681133c8 100644
--- a/translations/source/eo/sd/source/ui/annotations.po
+++ b/translations/source/eo/sd/source/ui/annotations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-30 02:34+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sd/source/ui/app.po b/translations/source/eo/sd/source/ui/app.po
index d2e039d9a94..9d73c552833 100644
--- a/translations/source/eo/sd/source/ui/app.po
+++ b/translations/source/eo/sd/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-14 09:50+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sd/source/ui/dlg.po b/translations/source/eo/sd/source/ui/dlg.po
index c03f72c78bb..caa8610e4cb 100644
--- a/translations/source/eo/sd/source/ui/dlg.po
+++ b/translations/source/eo/sd/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-14 09:52+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sd/source/ui/notes.po b/translations/source/eo/sd/source/ui/notes.po
index 656f1490ef6..d1d8c76f160 100644
--- a/translations/source/eo/sd/source/ui/notes.po
+++ b/translations/source/eo/sd/source/ui/notes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:58+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sd/source/ui/slideshow.po b/translations/source/eo/sd/source/ui/slideshow.po
index 58d3d284923..8fbcbb23d87 100644
--- a/translations/source/eo/sd/source/ui/slideshow.po
+++ b/translations/source/eo/sd/source/ui/slideshow.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-16 17:44+1300\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sd/source/ui/slidesorter/view.po b/translations/source/eo/sd/source/ui/slidesorter/view.po
index abb6cc9b802..d88ebd8ad28 100644
--- a/translations/source/eo/sd/source/ui/slidesorter/view.po
+++ b/translations/source/eo/sd/source/ui/slidesorter/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-30 03:13+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sd/source/ui/table.po b/translations/source/eo/sd/source/ui/table.po
index b0b8023c696..c5a540e582f 100644
--- a/translations/source/eo/sd/source/ui/table.po
+++ b/translations/source/eo/sd/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-30 02:59+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sd/source/ui/view.po b/translations/source/eo/sd/source/ui/view.po
index e4a00325386..855be058559 100644
--- a/translations/source/eo/sd/source/ui/view.po
+++ b/translations/source/eo/sd/source/ui/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-30 03:10+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sdext/source/minimizer.po b/translations/source/eo/sdext/source/minimizer.po
index b790c66b4f0..30db0eeb6e0 100644
--- a/translations/source/eo/sdext/source/minimizer.po
+++ b/translations/source/eo/sdext/source/minimizer.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-08 22:53+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/translations/source/eo/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index 46d14d0c18a..0ff01fea4bc 100644
--- a/translations/source/eo/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/translations/source/eo/sdext/source/minimizer/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 23:24+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/translations/source/eo/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index 5e50380e7b1..22478c59d2e 100644
--- a/translations/source/eo/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/eo/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 23:55+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sdext/source/pdfimport.po b/translations/source/eo/sdext/source/pdfimport.po
index 1fe29f45ccc..e985e60bf59 100644
--- a/translations/source/eo/sdext/source/pdfimport.po
+++ b/translations/source/eo/sdext/source/pdfimport.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-08 22:47+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sdext/source/presenter.po b/translations/source/eo/sdext/source/presenter.po
index ee75d47d77b..36f96d25cb2 100644
--- a/translations/source/eo/sdext/source/presenter.po
+++ b/translations/source/eo/sdext/source/presenter.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-08 22:39+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/translations/source/eo/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index 6766d6939cf..09a83084b55 100644
--- a/translations/source/eo/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/translations/source/eo/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-16 06:46+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/translations/source/eo/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index 12009ef4900..c73c4bef554 100644
--- a/translations/source/eo/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/eo/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-16 06:46+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/setup_native/source/mac.po b/translations/source/eo/setup_native/source/mac.po
index 2debf1be297..5e0d5e99a50 100644
--- a/translations/source/eo/setup_native/source/mac.po
+++ b/translations/source/eo/setup_native/source/mac.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-08-05 04:04+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sfx2/source/appl.po b/translations/source/eo/sfx2/source/appl.po
index 47ee89b78f0..28b1253eb31 100644
--- a/translations/source/eo/sfx2/source/appl.po
+++ b/translations/source/eo/sfx2/source/appl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-14 09:43+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sfx2/source/bastyp.po b/translations/source/eo/sfx2/source/bastyp.po
index 16664384ec0..3cb93c01e53 100644
--- a/translations/source/eo/sfx2/source/bastyp.po
+++ b/translations/source/eo/sfx2/source/bastyp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:59+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sfx2/source/dialog.po b/translations/source/eo/sfx2/source/dialog.po
index 080cc8cee4b..c68a2d8a634 100644
--- a/translations/source/eo/sfx2/source/dialog.po
+++ b/translations/source/eo/sfx2/source/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-11 23:48+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sfx2/source/doc.po b/translations/source/eo/sfx2/source/doc.po
index 23518937ab5..8daea32a408 100644
--- a/translations/source/eo/sfx2/source/doc.po
+++ b/translations/source/eo/sfx2/source/doc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-31 22:09+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sfx2/source/menu.po b/translations/source/eo/sfx2/source/menu.po
index 65628c107dd..624fa0e8225 100644
--- a/translations/source/eo/sfx2/source/menu.po
+++ b/translations/source/eo/sfx2/source/menu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-09-03 23:24+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sfx2/source/view.po b/translations/source/eo/sfx2/source/view.po
index 119720000f9..3e7c3248743 100644
--- a/translations/source/eo/sfx2/source/view.po
+++ b/translations/source/eo/sfx2/source/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-09-03 23:27+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/shell/source/win32/shlxthandler/res.po b/translations/source/eo/shell/source/win32/shlxthandler/res.po
index be95881bbcb..7bf4431ee12 100644
--- a/translations/source/eo/shell/source/win32/shlxthandler/res.po
+++ b/translations/source/eo/shell/source/win32/shlxthandler/res.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:59+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/starmath/source.po b/translations/source/eo/starmath/source.po
index 82a175501cb..4a3ad4a2db5 100644
--- a/translations/source/eo/starmath/source.po
+++ b/translations/source/eo/starmath/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-16 22:02+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/svl/source/items.po b/translations/source/eo/svl/source/items.po
index 73e9f89ecab..c61ee496fc1 100644
--- a/translations/source/eo/svl/source/items.po
+++ b/translations/source/eo/svl/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:59+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/svl/source/misc.po b/translations/source/eo/svl/source/misc.po
index 9d8dbe3ddef..1d5acc28628 100644
--- a/translations/source/eo/svl/source/misc.po
+++ b/translations/source/eo/svl/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-16 22:04+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/svtools/source/contnr.po b/translations/source/eo/svtools/source/contnr.po
index c434c52d812..4acdc3860dc 100644
--- a/translations/source/eo/svtools/source/contnr.po
+++ b/translations/source/eo/svtools/source/contnr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:59+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/svtools/source/control.po b/translations/source/eo/svtools/source/control.po
index 81afb150a4b..b5f56cce470 100644
--- a/translations/source/eo/svtools/source/control.po
+++ b/translations/source/eo/svtools/source/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-08-01 05:09+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/svtools/source/dialogs.po b/translations/source/eo/svtools/source/dialogs.po
index e54ea010e42..d4cd8f26f21 100644
--- a/translations/source/eo/svtools/source/dialogs.po
+++ b/translations/source/eo/svtools/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-08-01 05:13+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/svtools/source/filter.po b/translations/source/eo/svtools/source/filter.po
index a059c694682..096ac13d743 100644
--- a/translations/source/eo/svtools/source/filter.po
+++ b/translations/source/eo/svtools/source/filter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-02 10:01+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/svtools/source/java.po b/translations/source/eo/svtools/source/java.po
index d3f1e907c48..d4d4dd65cad 100644
--- a/translations/source/eo/svtools/source/java.po
+++ b/translations/source/eo/svtools/source/java.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-21 14:01+1300\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/svtools/source/misc.po b/translations/source/eo/svtools/source/misc.po
index ae5b81e102c..b6544342461 100644
--- a/translations/source/eo/svtools/source/misc.po
+++ b/translations/source/eo/svtools/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-02-04 09:10+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/svtools/source/plugapp.po b/translations/source/eo/svtools/source/plugapp.po
index d54af0232e8..b70353efb42 100644
--- a/translations/source/eo/svtools/source/plugapp.po
+++ b/translations/source/eo/svtools/source/plugapp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:59+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/svtools/source/toolpanel.po b/translations/source/eo/svtools/source/toolpanel.po
index 7fc5b68cae8..a9fc8718918 100644
--- a/translations/source/eo/svtools/source/toolpanel.po
+++ b/translations/source/eo/svtools/source/toolpanel.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-12 09:29+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/svtools/workben/unodialog.po b/translations/source/eo/svtools/workben/unodialog.po
index 5c124c10799..b9332721821 100644
--- a/translations/source/eo/svtools/workben/unodialog.po
+++ b/translations/source/eo/svtools/workben/unodialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-08-01 05:08+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/svx/inc.po b/translations/source/eo/svx/inc.po
index 4bb93885312..21819053c04 100644
--- a/translations/source/eo/svx/inc.po
+++ b/translations/source/eo/svx/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-12 09:12+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/svx/source/accessibility.po b/translations/source/eo/svx/source/accessibility.po
index c942ed081b6..d28671a1bd3 100644
--- a/translations/source/eo/svx/source/accessibility.po
+++ b/translations/source/eo/svx/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:59+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/svx/source/dialog.po b/translations/source/eo/svx/source/dialog.po
index 28a94436298..a771582927d 100644
--- a/translations/source/eo/svx/source/dialog.po
+++ b/translations/source/eo/svx/source/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-17 06:03+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/svx/source/engine3d.po b/translations/source/eo/svx/source/engine3d.po
index d83e46c4271..cb89987bc67 100644
--- a/translations/source/eo/svx/source/engine3d.po
+++ b/translations/source/eo/svx/source/engine3d.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-17 06:05+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/svx/source/fmcomp.po b/translations/source/eo/svx/source/fmcomp.po
index 42ecefaafe8..3ea6a194d19 100644
--- a/translations/source/eo/svx/source/fmcomp.po
+++ b/translations/source/eo/svx/source/fmcomp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:59+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/svx/source/form.po b/translations/source/eo/svx/source/form.po
index 804c36182c3..1fcb9fe6014 100644
--- a/translations/source/eo/svx/source/form.po
+++ b/translations/source/eo/svx/source/form.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%2Fform.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-12-06 02:31+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-21 23:29+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: datanavi.src#RID_SVX_XFORMS_TABPAGES.TB_ITEMS.TBI_ITEM_ADD.toolboxitem.text
@@ -1058,17 +1058,14 @@ msgid "STDDEV_POP"
msgstr "STDDEV_POP"
#: fmstring.src#RID_RSC_SQL_INTERNATIONAL.19.string.text
-#, fuzzy
msgid "STDDEV_SAMP"
-msgstr "NORMEYX_SAMP"
+msgstr "STDDEV_SAMP"
#: fmstring.src#RID_RSC_SQL_INTERNATIONAL.20.string.text
-#, fuzzy
msgid "VAR_SAMP"
msgstr "VAR_SAMP"
#: fmstring.src#RID_RSC_SQL_INTERNATIONAL.21.string.text
-#, fuzzy
msgid "VAR_POP"
msgstr "VAR_POP"
diff --git a/translations/source/eo/svx/source/gallery2.po b/translations/source/eo/svx/source/gallery2.po
index 9a258ae451e..d7118b902af 100644
--- a/translations/source/eo/svx/source/gallery2.po
+++ b/translations/source/eo/svx/source/gallery2.po
@@ -3,16 +3,16 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-12-17 06:06+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-21 23:30+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: gallery.src#RID_SVXDLG_GALLERYBROWSER.dockingwindow.text
@@ -517,17 +517,14 @@ msgid "Arrows"
msgstr "Sagoj"
#: galtheme.src#RID_GALLERYSTR_THEME_CLOCK_01_CLOCK.string.text
-#, fuzzy
msgid "Clock - 01 clock"
msgstr "Horloĝo - 01-a horo"
#: galtheme.src#RID_GALLERYSTR_THEME_CLOCK_02_CLOCK.string.text
-#, fuzzy
msgid "Clock - 02 clock"
msgstr "Horloĝo - 02-a horo"
#: galtheme.src#RID_GALLERYSTR_THEME_CLOCK_03_CLOCK.string.text
-#, fuzzy
msgid "Clock - 03 clock"
msgstr "Horloĝo - 03-a horo"
@@ -584,7 +581,6 @@ msgid "Computer - network devices"
msgstr "Komputilo - retaj aparatoj"
#: galtheme.src#RID_GALLERYSTR_THEME_COMPUTER_WIFI.string.text
-#, fuzzy
msgid "Computer - WIFI"
msgstr "Komputilo - WIFI"
diff --git a/translations/source/eo/svx/source/items.po b/translations/source/eo/svx/source/items.po
index 64971e2422a..62976e18eaa 100644
--- a/translations/source/eo/svx/source/items.po
+++ b/translations/source/eo/svx/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 19:59+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/svx/source/src.po b/translations/source/eo/svx/source/src.po
index da01407a03e..9f2d19cc20e 100644
--- a/translations/source/eo/svx/source/src.po
+++ b/translations/source/eo/svx/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-08-03 09:59+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/svx/source/stbctrls.po b/translations/source/eo/svx/source/stbctrls.po
index 3efff2e6d7b..47d54ed7a00 100644
--- a/translations/source/eo/svx/source/stbctrls.po
+++ b/translations/source/eo/svx/source/stbctrls.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-22 05:17+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/svx/source/svdraw.po b/translations/source/eo/svx/source/svdraw.po
index 204959c47ed..551ca2d6e13 100644
--- a/translations/source/eo/svx/source/svdraw.po
+++ b/translations/source/eo/svx/source/svdraw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-12 09:18+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/svx/source/table.po b/translations/source/eo/svx/source/table.po
index 8af1c9c9edd..bd3bcdb0763 100644
--- a/translations/source/eo/svx/source/table.po
+++ b/translations/source/eo/svx/source/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 19:59+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/svx/source/tbxctrls.po b/translations/source/eo/svx/source/tbxctrls.po
index 3be95d205a0..c4bdbd0f3da 100644
--- a/translations/source/eo/svx/source/tbxctrls.po
+++ b/translations/source/eo/svx/source/tbxctrls.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-12 09:16+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/svx/source/toolbars.po b/translations/source/eo/svx/source/toolbars.po
index 1c0cf250df2..710d211fce6 100644
--- a/translations/source/eo/svx/source/toolbars.po
+++ b/translations/source/eo/svx/source/toolbars.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:59+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/svx/source/unodialogs/textconversiondlgs.po b/translations/source/eo/svx/source/unodialogs/textconversiondlgs.po
index 78087f5aa33..c2cdac7c4e6 100644
--- a/translations/source/eo/svx/source/unodialogs/textconversiondlgs.po
+++ b/translations/source/eo/svx/source/unodialogs/textconversiondlgs.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%2Funodialogs%2Ftextconversiondlgs.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-12-17 06:08+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-21 23:32+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: chinese_translationdialog.src#DLG_CHINESETRANSLATION.FL_DIRECTION.fixedline.text
@@ -67,7 +67,6 @@ msgid "Term"
msgstr "Termino"
#: chinese_dialogs.src#DLG_CHINESEDICTIONARY.FT_MAPPING.fixedtext.text
-#, fuzzy
msgctxt "chinese_dialogs.src#DLG_CHINESEDICTIONARY.FT_MAPPING.fixedtext.text"
msgid "Mapping"
msgstr "Mapado"
@@ -204,7 +203,6 @@ msgid "Chinese Conversion"
msgstr "Ĉina traduko"
#: chinese_dictionarydialog.src#DLG_CHINESEDICTIONARY.CB_REVERSE.checkbox.text
-#, fuzzy
msgctxt "chinese_dictionarydialog.src#DLG_CHINESEDICTIONARY.CB_REVERSE.checkbox.text"
msgid "Reverse mapping"
msgstr "Inversa mapado"
@@ -215,7 +213,6 @@ msgid "Term"
msgstr "Termino"
#: chinese_dictionarydialog.src#DLG_CHINESEDICTIONARY.FT_MAPPING.fixedtext.text
-#, fuzzy
msgctxt "chinese_dictionarydialog.src#DLG_CHINESEDICTIONARY.FT_MAPPING.fixedtext.text"
msgid "Mapping"
msgstr "Mapado"
diff --git a/translations/source/eo/sw/source/core/layout.po b/translations/source/eo/sw/source/core/layout.po
index 4ecf2a23c68..345c5223b4c 100644
--- a/translations/source/eo/sw/source/core/layout.po
+++ b/translations/source/eo/sw/source/core/layout.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 04:53+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: none\n"
-"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sw/source/core/undo.po b/translations/source/eo/sw/source/core/undo.po
index e0c209ff6a4..95f463707ba 100644
--- a/translations/source/eo/sw/source/core/undo.po
+++ b/translations/source/eo/sw/source/core/undo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-11 04:55+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sw/source/core/unocore.po b/translations/source/eo/sw/source/core/unocore.po
index 97e4fb1fe56..edfe6e11d4a 100644
--- a/translations/source/eo/sw/source/core/unocore.po
+++ b/translations/source/eo/sw/source/core/unocore.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 19:59+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sw/source/ui/app.po b/translations/source/eo/sw/source/ui/app.po
index 380b7c030d0..0837c1fb312 100644
--- a/translations/source/eo/sw/source/ui/app.po
+++ b/translations/source/eo/sw/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-28 10:51+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sw/source/ui/chrdlg.po b/translations/source/eo/sw/source/ui/chrdlg.po
index 06274ed5802..646828fdd0b 100644
--- a/translations/source/eo/sw/source/ui/chrdlg.po
+++ b/translations/source/eo/sw/source/ui/chrdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-06 12:24+1300\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sw/source/ui/config.po b/translations/source/eo/sw/source/ui/config.po
index c050b4fa6eb..7a4ee1dcf03 100644
--- a/translations/source/eo/sw/source/ui/config.po
+++ b/translations/source/eo/sw/source/ui/config.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 04:57+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -334,6 +334,58 @@ msgctxt "optdlg.src#TP_OPTPRINT_PAGE.ST_NONE.string.text"
msgid "<None>"
msgstr "<Neniu>"
+#: optdlg.src#TP_STD_FONT.FL_STDCHR.fixedline.text
+msgid "Basic fonts (%1)"
+msgstr "Bazaj tiparoj (%1)"
+
+#: optdlg.src#TP_STD_FONT.FT_TYPE.fixedtext.text
+msgid "Font"
+msgstr "Tiparo"
+
+#: optdlg.src#TP_STD_FONT.FT_SIZE.fixedtext.text
+msgid "Size"
+msgstr "Grando"
+
+#: optdlg.src#TP_STD_FONT.FT_STANDARD.fixedtext.text
+msgid "De~fault"
+msgstr "Defaŭlto"
+
+#: optdlg.src#TP_STD_FONT.FT_TITLE.fixedtext.text
+msgid "Headin~g"
+msgstr "Titolo"
+
+#: optdlg.src#TP_STD_FONT.FT_LIST.fixedtext.text
+msgid "~List"
+msgstr "Listo"
+
+#: optdlg.src#TP_STD_FONT.FT_LABEL.fixedtext.text
+msgid "C~aption"
+msgstr "Apudskribo"
+
+#: optdlg.src#TP_STD_FONT.FT_IDX.fixedtext.text
+msgid "~Index"
+msgstr "Indekso"
+
+#: optdlg.src#TP_STD_FONT.CB_DOCONLY.checkbox.text
+msgid "C~urrent document only"
+msgstr "Nur aktuala dokumento"
+
+#: optdlg.src#TP_STD_FONT.PB_STANDARD.pushbutton.text
+msgid "~Default"
+msgstr "Defaŭlta"
+
+#: optdlg.src#TP_STD_FONT.ST_SCRIPT_ASIAN.string.text
+msgid "Asian"
+msgstr "Azia"
+
+#: 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 "Okcidenta"
+
#: optdlg.src#TP_OPTTABLE_PAGE.FL_TABLE.fixedline.text
msgid "Default"
msgstr "Defaŭlto"
diff --git a/translations/source/eo/sw/source/ui/dbui.po b/translations/source/eo/sw/source/ui/dbui.po
index e103b85525e..2e452131e93 100644
--- a/translations/source/eo/sw/source/ui/dbui.po
+++ b/translations/source/eo/sw/source/ui/dbui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-28 09:59+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sw/source/ui/dialog.po b/translations/source/eo/sw/source/ui/dialog.po
index 4e291150ffb..1ec3563796f 100644
--- a/translations/source/eo/sw/source/ui/dialog.po
+++ b/translations/source/eo/sw/source/ui/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-06 06:00+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sw/source/ui/dochdl.po b/translations/source/eo/sw/source/ui/dochdl.po
index 5e17fb98d87..aac0de6d3d4 100644
--- a/translations/source/eo/sw/source/ui/dochdl.po
+++ b/translations/source/eo/sw/source/ui/dochdl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sw/source/ui/docvw.po b/translations/source/eo/sw/source/ui/docvw.po
index 54cdc50d9da..aec80a715ca 100644
--- a/translations/source/eo/sw/source/ui/docvw.po
+++ b/translations/source/eo/sw/source/ui/docvw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-06 06:03+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sw/source/ui/envelp.po b/translations/source/eo/sw/source/ui/envelp.po
index 489c10ff092..c02b9beb8e0 100644
--- a/translations/source/eo/sw/source/ui/envelp.po
+++ b/translations/source/eo/sw/source/ui/envelp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sw/source/ui/fldui.po b/translations/source/eo/sw/source/ui/fldui.po
index 8c39091b0b5..cc06535de22 100644
--- a/translations/source/eo/sw/source/ui/fldui.po
+++ b/translations/source/eo/sw/source/ui/fldui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sw/source/ui/fmtui.po b/translations/source/eo/sw/source/ui/fmtui.po
index 13b4a4ccc0e..dd3fe8def19 100644
--- a/translations/source/eo/sw/source/ui/fmtui.po
+++ b/translations/source/eo/sw/source/ui/fmtui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sw/source/ui/frmdlg.po b/translations/source/eo/sw/source/ui/frmdlg.po
index b127a134d38..96e9263be18 100644
--- a/translations/source/eo/sw/source/ui/frmdlg.po
+++ b/translations/source/eo/sw/source/ui/frmdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-25 03:45+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sw/source/ui/globdoc.po b/translations/source/eo/sw/source/ui/globdoc.po
index 81d7f01366d..d0d58a53ff8 100644
--- a/translations/source/eo/sw/source/ui/globdoc.po
+++ b/translations/source/eo/sw/source/ui/globdoc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-31 22:14+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sw/source/ui/index.po b/translations/source/eo/sw/source/ui/index.po
index 798bbf832fe..3e301995367 100644
--- a/translations/source/eo/sw/source/ui/index.po
+++ b/translations/source/eo/sw/source/ui/index.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-06 06:04+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sw/source/ui/lingu.po b/translations/source/eo/sw/source/ui/lingu.po
index 8a795281674..d3de907cb54 100644
--- a/translations/source/eo/sw/source/ui/lingu.po
+++ b/translations/source/eo/sw/source/ui/lingu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-06 01:26+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sw/source/ui/misc.po b/translations/source/eo/sw/source/ui/misc.po
index b0349a4257c..2f6e45e0684 100644
--- a/translations/source/eo/sw/source/ui/misc.po
+++ b/translations/source/eo/sw/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-11 05:04+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sw/source/ui/ribbar.po b/translations/source/eo/sw/source/ui/ribbar.po
index 662ad190b7f..e0f8880b978 100644
--- a/translations/source/eo/sw/source/ui/ribbar.po
+++ b/translations/source/eo/sw/source/ui/ribbar.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-10 10:31+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sw/source/ui/shells.po b/translations/source/eo/sw/source/ui/shells.po
index be1364f9094..7b9e22304a2 100644
--- a/translations/source/eo/sw/source/ui/shells.po
+++ b/translations/source/eo/sw/source/ui/shells.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-17 04:52+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sw/source/ui/smartmenu.po b/translations/source/eo/sw/source/ui/smartmenu.po
index f2e3cf54ff7..35222079a88 100644
--- a/translations/source/eo/sw/source/ui/smartmenu.po
+++ b/translations/source/eo/sw/source/ui/smartmenu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sw/source/ui/table.po b/translations/source/eo/sw/source/ui/table.po
index 6cd4745e535..11610a8eeb3 100644
--- a/translations/source/eo/sw/source/ui/table.po
+++ b/translations/source/eo/sw/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-11 23:50+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sw/source/ui/uiview.po b/translations/source/eo/sw/source/ui/uiview.po
index fc40c1a8a23..47f7f9dce3b 100644
--- a/translations/source/eo/sw/source/ui/uiview.po
+++ b/translations/source/eo/sw/source/ui/uiview.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sw/source/ui/utlui.po b/translations/source/eo/sw/source/ui/utlui.po
index c224ab130d4..b4fc711d587 100644
--- a/translations/source/eo/sw/source/ui/utlui.po
+++ b/translations/source/eo/sw/source/ui/utlui.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%2Futlui.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2011-12-28 11:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-23 06:21+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: eo\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: navipi.src#DLG_NAVIGATION_PI.window.text
@@ -1502,6 +1502,176 @@ msgstr "Titolo 9"
msgid "Heading 10"
msgstr "Titolo 10"
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1S.string.text
+msgid "Numbering 1 Start"
+msgstr "Numerado 1 Komenco"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text"
+msgid "Numbering 1"
+msgstr "Numerado 1"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1E.string.text
+msgid "Numbering 1 End"
+msgstr "Numerado 1 Fino"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM1.string.text
+msgid "Numbering 1 Cont."
+msgstr "Numerado 1 Daŭro"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2S.string.text
+msgid "Numbering 2 Start"
+msgstr "Numerado 2 Komenco"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text"
+msgid "Numbering 2"
+msgstr "Numerado 2"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2E.string.text
+msgid "Numbering 2 End"
+msgstr "Numerado 2 Fino"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM2.string.text
+msgid "Numbering 2 Cont."
+msgstr "Numerado 2 Daŭro"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3S.string.text
+msgid "Numbering 3 Start"
+msgstr "Numerado 3 Komenco"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text"
+msgid "Numbering 3"
+msgstr "Numerado 3"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3E.string.text
+msgid "Numbering 3 End"
+msgstr "Numerado 3 Fino"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM3.string.text
+msgid "Numbering 3 Cont."
+msgstr "Numerado 3 Daŭro"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4S.string.text
+msgid "Numbering 4 Start"
+msgstr "Numerado 4 Komenco"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text"
+msgid "Numbering 4"
+msgstr "Numerado 4"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4E.string.text
+msgid "Numbering 4 End"
+msgstr "Numerado 4 Fino"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM4.string.text
+msgid "Numbering 4 Cont."
+msgstr "Numerado 4 Daŭro"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5S.string.text
+msgid "Numbering 5 Start"
+msgstr "Numerado 5 Komenco"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text"
+msgid "Numbering 5"
+msgstr "Numerado 5"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5E.string.text
+msgid "Numbering 5 End"
+msgstr "Numerado 5 Fino"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM5.string.text
+msgid "Numbering 5 Cont."
+msgstr "Numerado 5 Daŭro"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1S.string.text
+msgid "List 1 Start"
+msgstr "Listo 1 Komenco"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text"
+msgid "List 1"
+msgstr "Listo 1"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1E.string.text
+msgid "List 1 End"
+msgstr "Listo 1 Fino"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM1.string.text
+msgid "List 1 Cont."
+msgstr "Listo 1 Daŭro"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2S.string.text
+msgid "List 2 Start"
+msgstr "Listo 2 Komenco"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text"
+msgid "List 2"
+msgstr "Listo 2"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2E.string.text
+msgid "List 2 End"
+msgstr "Listo 2 Fino"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM2.string.text
+msgid "List 2 Cont."
+msgstr "Listo 2 Daŭro"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3S.string.text
+msgid "List 3 Start"
+msgstr "Listo 3 Komenco"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text"
+msgid "List 3"
+msgstr "Listo 3"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3E.string.text
+msgid "List 3 End"
+msgstr "Listo 3 Fino"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM3.string.text
+msgid "List 3 Cont."
+msgstr "Listo 3 Daŭro"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4S.string.text
+msgid "List 4 Start"
+msgstr "Listo 4 Komenco"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text"
+msgid "List 4"
+msgstr "Listo 4"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4E.string.text
+msgid "List 4 End"
+msgstr "Listo 4 Fino"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM4.string.text
+msgid "List 4 Cont."
+msgstr "Listo 4 Daŭro"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5S.string.text
+msgid "List 5 Start"
+msgstr "Listo 5 Komenco"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text"
+msgid "List 5"
+msgstr "Listo 5"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5E.string.text
+msgid "List 5 End"
+msgstr "Listo 5 Fino"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM5.string.text
+msgid "List 5 Cont."
+msgstr "Listo 5 Daŭro"
+
#: poolfmt.src#STR_POOLCOLL_HEADER.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_HEADER.string.text"
msgid "Header"
@@ -1790,42 +1960,52 @@ msgid "Endnote"
msgstr "Finnoto"
#: poolfmt.src#STR_POOLNUMRULE_NUM1.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM1.string.text"
msgid "Numbering 1"
msgstr "Numerado 1"
#: poolfmt.src#STR_POOLNUMRULE_NUM2.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM2.string.text"
msgid "Numbering 2"
msgstr "Numerado 2"
#: poolfmt.src#STR_POOLNUMRULE_NUM3.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM3.string.text"
msgid "Numbering 3"
msgstr "Numerado 3"
#: poolfmt.src#STR_POOLNUMRULE_NUM4.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM4.string.text"
msgid "Numbering 4"
msgstr "Numerado 4"
#: poolfmt.src#STR_POOLNUMRULE_NUM5.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM5.string.text"
msgid "Numbering 5"
msgstr "Numerado 5"
#: poolfmt.src#STR_POOLNUMRULE_BUL1.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL1.string.text"
msgid "List 1"
msgstr "Listo 1"
#: poolfmt.src#STR_POOLNUMRULE_BUL2.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL2.string.text"
msgid "List 2"
msgstr "Listo 2"
#: poolfmt.src#STR_POOLNUMRULE_BUL3.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL3.string.text"
msgid "List 3"
msgstr "Listo 3"
#: poolfmt.src#STR_POOLNUMRULE_BUL4.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL4.string.text"
msgid "List 4"
msgstr "Listo 4"
#: poolfmt.src#STR_POOLNUMRULE_BUL5.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL5.string.text"
msgid "List 5"
msgstr "Listo 5"
diff --git a/translations/source/eo/sw/source/ui/web.po b/translations/source/eo/sw/source/ui/web.po
index c613b5b4e9c..5aaf6ec21e5 100644
--- a/translations/source/eo/sw/source/ui/web.po
+++ b/translations/source/eo/sw/source/ui/web.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sw/source/ui/wrtsh.po b/translations/source/eo/sw/source/ui/wrtsh.po
index 922375874e9..5d49119b648 100644
--- a/translations/source/eo/sw/source/ui/wrtsh.po
+++ b/translations/source/eo/sw/source/ui/wrtsh.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/swext/mediawiki/help.po b/translations/source/eo/swext/mediawiki/help.po
index 085ec71cacb..12ff9781fbc 100644
--- a/translations/source/eo/swext/mediawiki/help.po
+++ b/translations/source/eo/swext/mediawiki/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: LibreOffice 3.5.x\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-14 11:42+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: Esperanto <eo@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/swext/mediawiki/src.po b/translations/source/eo/swext/mediawiki/src.po
index 8240c807724..632a40a3e77 100644
--- a/translations/source/eo/swext/mediawiki/src.po
+++ b/translations/source/eo/swext/mediawiki/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-04 10:22+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/translations/source/eo/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index 9d5c62cf61a..8dcde840f4c 100644
--- a/translations/source/eo/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/translations/source/eo/swext/mediawiki/src/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-06 01:28+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/translations/source/eo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index 1f453d8bce0..c8b02962aef 100644
--- a/translations/source/eo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/translations/source/eo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/sysui/desktop/share.po b/translations/source/eo/sysui/desktop/share.po
index c436bed1901..2d7a88a38b6 100644
--- a/translations/source/eo/sysui/desktop/share.po
+++ b/translations/source/eo/sysui/desktop/share.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-31 22:15+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/uui/source.po b/translations/source/eo/uui/source.po
index 6a4b6330717..b82c03784c4 100644
--- a/translations/source/eo/uui/source.po
+++ b/translations/source/eo/uui/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-13 03:10+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/vcl/source/src.po b/translations/source/eo/vcl/source/src.po
index 144ba0b079f..da47d5a80da 100644
--- a/translations/source/eo/vcl/source/src.po
+++ b/translations/source/eo/vcl/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-29 09:26+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/wizards/source/euro.po b/translations/source/eo/wizards/source/euro.po
index 5960e549d45..938270807ff 100644
--- a/translations/source/eo/wizards/source/euro.po
+++ b/translations/source/eo/wizards/source/euro.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-10 09:49+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/wizards/source/formwizard.po b/translations/source/eo/wizards/source/formwizard.po
index fb206fd4070..2ef30028f3b 100644
--- a/translations/source/eo/wizards/source/formwizard.po
+++ b/translations/source/eo/wizards/source/formwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/wizards/source/importwizard.po b/translations/source/eo/wizards/source/importwizard.po
index 321727b24c7..9d47ea20872 100644
--- a/translations/source/eo/wizards/source/importwizard.po
+++ b/translations/source/eo/wizards/source/importwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-31 22:16+0200\n"
"Last-Translator: Donald <donr2648@clear.net.nz>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/wizards/source/schedule.po b/translations/source/eo/wizards/source/schedule.po
index fa90774a858..c083d1ca818 100644
--- a/translations/source/eo/wizards/source/schedule.po
+++ b/translations/source/eo/wizards/source/schedule.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/wizards/source/template.po b/translations/source/eo/wizards/source/template.po
index 2971acf8577..c28c4f38155 100644
--- a/translations/source/eo/wizards/source/template.po
+++ b/translations/source/eo/wizards/source/template.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/xmlsecurity/source/component.po b/translations/source/eo/xmlsecurity/source/component.po
index e9f3751a96c..3549f5109c5 100644
--- a/translations/source/eo/xmlsecurity/source/component.po
+++ b/translations/source/eo/xmlsecurity/source/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eo/xmlsecurity/source/dialogs.po b/translations/source/eo/xmlsecurity/source/dialogs.po
index a94e9f0e101..06007b9919f 100644
--- a/translations/source/eo/xmlsecurity/source/dialogs.po
+++ b/translations/source/eo/xmlsecurity/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:00+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eo\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"
+"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/accessibility/source/helper.po b/translations/source/es/accessibility/source/helper.po
index 6bab39e7ac2..a970a15f60f 100644
--- a/translations/source/es/accessibility/source/helper.po
+++ b/translations/source/es/accessibility/source/helper.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:00+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/avmedia/source/framework.po b/translations/source/es/avmedia/source/framework.po
index 7f559e30dcf..b0fa4c367b4 100644
--- a/translations/source/es/avmedia/source/framework.po
+++ b/translations/source/es/avmedia/source/framework.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:00+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/avmedia/source/viewer.po b/translations/source/es/avmedia/source/viewer.po
index a2f42019633..29cd329f5eb 100644
--- a/translations/source/es/avmedia/source/viewer.po
+++ b/translations/source/es/avmedia/source/viewer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:00+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/basctl/source/basicide.po b/translations/source/es/basctl/source/basicide.po
index 4b520cee902..f13765fb2df 100644
--- a/translations/source/es/basctl/source/basicide.po
+++ b/translations/source/es/basctl/source/basicide.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+basctl%2Fsource%2Fbasicide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-20 15:14+0200\n"
-"Last-Translator: Alexandro <jza@openoffice.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-28 03:42+0200\n"
+"Last-Translator: Daniel <gonzalezdr@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: moduldlg.src#RID_TD_ORGANIZE.RID_TC_ORGANIZE.RID_TP_MOD.pageitem.text
@@ -102,7 +102,7 @@ msgstr "~Biblioteca"
#: moduldlg.src#RID_TP_LIBS.RID_PB_EDIT.pushbutton.text
msgctxt "moduldlg.src#RID_TP_LIBS.RID_PB_EDIT.pushbutton.text"
msgid "~Edit"
-msgstr "Editar"
+msgstr "~Editar"
#: moduldlg.src#RID_TP_LIBS.RID_PB_CLOSE.cancelbutton.text
msgctxt "moduldlg.src#RID_TP_LIBS.RID_PB_CLOSE.cancelbutton.text"
@@ -145,7 +145,7 @@ msgstr "Reemplazar bibliotecas existentes"
#: moduldlg.src#RID_DLG_GOTOLINE.RID_FT_LINE.fixedtext.text
msgid "~Line Number:"
-msgstr ""
+msgstr "~Numero de Linea"
#: moduldlg.src#RID_DLG_NEWLIB.RID_FT_NEWLIB.fixedtext.text
msgid "~Name:"
@@ -642,7 +642,7 @@ msgstr ""
#: basidesh.src#RID_STR_GETLINE.string.text
msgid "Goto Line"
-msgstr ""
+msgstr "Ir a Linea"
#: basicprint.src#RID_PRINTDLG_STRLIST.1.itemlist.text
msgid "Print range"
diff --git a/translations/source/es/basctl/source/dlged.po b/translations/source/es/basctl/source/dlged.po
index f99c5b3515b..777d58ba81b 100644
--- a/translations/source/es/basctl/source/dlged.po
+++ b/translations/source/es/basctl/source/dlged.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:00+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/basic/source/classes.po b/translations/source/es/basic/source/classes.po
index f1ff25ace10..270d47fff3a 100644
--- a/translations/source/es/basic/source/classes.po
+++ b/translations/source/es/basic/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:00+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/basic/source/sbx.po b/translations/source/es/basic/source/sbx.po
index cb0ce04ef2e..83c589b9b3c 100644
--- a/translations/source/es/basic/source/sbx.po
+++ b/translations/source/es/basic/source/sbx.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:00+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/chart2/source/controller/dialogs.po b/translations/source/es/chart2/source/controller/dialogs.po
index 7cb9c3fe31f..38703f13660 100644
--- a/translations/source/es/chart2/source/controller/dialogs.po
+++ b/translations/source/es/chart2/source/controller/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-31 05:07+0200\n"
"Last-Translator: drodriguez <daniel.armando.rodriguez@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/connectivity/source/drivers/ado.po b/translations/source/es/connectivity/source/drivers/ado.po
index 01110d346ce..06cdbcc5851 100644
--- a/translations/source/es/connectivity/source/drivers/ado.po
+++ b/translations/source/es/connectivity/source/drivers/ado.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:00+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/connectivity/source/drivers/calc.po b/translations/source/es/connectivity/source/drivers/calc.po
index c1db71ab2e3..25c0104bf63 100644
--- a/translations/source/es/connectivity/source/drivers/calc.po
+++ b/translations/source/es/connectivity/source/drivers/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 20:00+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/connectivity/source/drivers/dbase.po b/translations/source/es/connectivity/source/drivers/dbase.po
index 0e04cbbcb9e..22c934f63f3 100644
--- a/translations/source/es/connectivity/source/drivers/dbase.po
+++ b/translations/source/es/connectivity/source/drivers/dbase.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:00+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/connectivity/source/drivers/evoab2.po b/translations/source/es/connectivity/source/drivers/evoab2.po
index 70a3a803aed..35977359794 100644
--- a/translations/source/es/connectivity/source/drivers/evoab2.po
+++ b/translations/source/es/connectivity/source/drivers/evoab2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 20:00+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/connectivity/source/drivers/flat.po b/translations/source/es/connectivity/source/drivers/flat.po
index b9810d85def..a792c0d0514 100644
--- a/translations/source/es/connectivity/source/drivers/flat.po
+++ b/translations/source/es/connectivity/source/drivers/flat.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:00+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/connectivity/source/drivers/hsqldb.po b/translations/source/es/connectivity/source/drivers/hsqldb.po
index 7913a722f50..53f66b5c7a3 100644
--- a/translations/source/es/connectivity/source/drivers/hsqldb.po
+++ b/translations/source/es/connectivity/source/drivers/hsqldb.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:00+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/connectivity/source/drivers/jdbc.po b/translations/source/es/connectivity/source/drivers/jdbc.po
index f87aa74d151..c037f10498b 100644
--- a/translations/source/es/connectivity/source/drivers/jdbc.po
+++ b/translations/source/es/connectivity/source/drivers/jdbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:00+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/connectivity/source/drivers/kab.po b/translations/source/es/connectivity/source/drivers/kab.po
index c13d3e836b4..84f70f1c1b4 100644
--- a/translations/source/es/connectivity/source/drivers/kab.po
+++ b/translations/source/es/connectivity/source/drivers/kab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:00+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/connectivity/source/drivers/macab.po b/translations/source/es/connectivity/source/drivers/macab.po
index d9e5262255b..0e60629257a 100644
--- a/translations/source/es/connectivity/source/drivers/macab.po
+++ b/translations/source/es/connectivity/source/drivers/macab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:00+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/connectivity/source/drivers/mozab.po b/translations/source/es/connectivity/source/drivers/mozab.po
index 37b33eaffd6..d9cf94fe275 100644
--- a/translations/source/es/connectivity/source/drivers/mozab.po
+++ b/translations/source/es/connectivity/source/drivers/mozab.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+connectivity%2Fsource%2Fdrivers%2Fmozab.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-09 03:09+0200\n"
-"Last-Translator: sbosio <santiago.bosio@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-28 03:52+0200\n"
+"Last-Translator: Daniel <gonzalezdr@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: mozab2.xcu#.Drivers.Installed.sdbc_address_mozilla_.DriverTypeDisplayName.value.text
@@ -22,8 +22,8 @@ msgstr "Libreta de direcciones SeaMonkey"
#: mozab2.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text
msgctxt "mozab2.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text"
-msgid "Thunderbird Address Book"
-msgstr "Libreta de direcciones de Mozilla Thunderbird"
+msgid "Thunderbird/Icedove Address Book"
+msgstr "Libreta de direcciones de Thunderbird/Icedove"
#: mozab2.xcu#.Drivers.Installed.sdbc_address_ldap__.DriverTypeDisplayName.value.text
msgctxt "mozab2.xcu#.Drivers.Installed.sdbc_address_ldap__.DriverTypeDisplayName.value.text"
@@ -45,8 +45,8 @@ msgstr "Libreta de direcciones SeaMonkey"
#: mozab.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text
msgctxt "mozab.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text"
-msgid "Thunderbird Address Book"
-msgstr "Libreta de direcciones de Mozilla Thunderbird"
+msgid "Thunderbird/Icedove Address Book"
+msgstr "Libreta de direcciones de Thunderbird/Icedove"
#: mozab.xcu#.Drivers.Installed.sdbc_address_ldap__.DriverTypeDisplayName.value.text
msgctxt "mozab.xcu#.Drivers.Installed.sdbc_address_ldap__.DriverTypeDisplayName.value.text"
diff --git a/translations/source/es/connectivity/source/drivers/mysql.po b/translations/source/es/connectivity/source/drivers/mysql.po
index b78ab3a23ae..0f1aaab0bae 100644
--- a/translations/source/es/connectivity/source/drivers/mysql.po
+++ b/translations/source/es/connectivity/source/drivers/mysql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:00+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/connectivity/source/drivers/odbc.po b/translations/source/es/connectivity/source/drivers/odbc.po
index b776c7d7aa0..47f4d38bb45 100644
--- a/translations/source/es/connectivity/source/drivers/odbc.po
+++ b/translations/source/es/connectivity/source/drivers/odbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:00+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/connectivity/source/drivers/postgresql.po b/translations/source/es/connectivity/source/drivers/postgresql.po
index 90e908da2b7..38d2f9b1fd9 100644
--- a/translations/source/es/connectivity/source/drivers/postgresql.po
+++ b/translations/source/es/connectivity/source/drivers/postgresql.po
@@ -3,25 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-28 03:53+0200\n"
+"Last-Translator: Daniel <gonzalezdr@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Pootle 2.1.6\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 ""
+msgstr "PostgreSQL"
diff --git a/translations/source/es/connectivity/source/resource.po b/translations/source/es/connectivity/source/resource.po
index 725a74ab1a8..33c69bb2d2b 100644
--- a/translations/source/es/connectivity/source/resource.po
+++ b/translations/source/es/connectivity/source/resource.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+connectivity%2Fsource%2Fresource.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-11 01:29+0200\n"
-"Last-Translator: sbosio <santiago.bosio@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-28 03:57+0200\n"
+"Last-Translator: Daniel <gonzalezdr@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: conn_error_message.src#256___2_100___0.string.text
@@ -547,9 +547,8 @@ msgid "The database '$databasename$' could not be started because the command '$
msgstr "La base de datos '$databasename$' no pudo ser iniciada debido a que el comando '$progname$' no pudo ser ejecutado."
#: conn_shared_res.src#STR_DATABASE_NEEDS_CONVERTING.string.text
-#, fuzzy
msgid "The current database need to be converted. Please insert control user and password."
-msgstr "La base de datos actual necesita ser convertida. Por favor ingresa el usuario de control y contraseña."
+msgstr "La base de datos actual necesita ser convertida. Por favor ingrese el usuario de control y contraseña."
#: conn_shared_res.src#STR_USER_NO_DELETE.string.text
msgid "This user couldn't be deleted. Otherwise the database stays in a inconsistent state."
diff --git a/translations/source/es/cui/source/customize.po b/translations/source/es/cui/source/customize.po
index 5280268afa8..947ce3232d5 100644
--- a/translations/source/es/cui/source/customize.po
+++ b/translations/source/es/cui/source/customize.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-31 05:37+0200\n"
"Last-Translator: drodriguez <daniel.armando.rodriguez@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/cui/source/dialogs.po b/translations/source/es/cui/source/dialogs.po
index 08e7bf9b03e..dab7d022fe1 100644
--- a/translations/source/es/cui/source/dialogs.po
+++ b/translations/source/es/cui/source/dialogs.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%2Fdialogs.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-10-31 05:44+0200\n"
-"Last-Translator: drodriguez <daniel.armando.rodriguez@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-03-03 19:22+0200\n"
+"Last-Translator: Daniel <gonzalezdr@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: thesdlg.src#RID_SVXDLG_THESAURUS.FT_WORD.fixedtext.text
@@ -135,7 +135,7 @@ msgstr "Correo y noticias"
#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_MAIL.RB_LINKTYP_MAIL.radiobutton.text
msgid "~E-mail"
-msgstr "E-mail"
+msgstr "Correo Electronico"
#: hyperdlg.src#RID_SVXPAGE_HYPERLINK_MAIL.RB_LINKTYP_NEWS.radiobutton.text
msgid "~News"
@@ -813,8 +813,8 @@ msgid "Object;Objects"
msgstr "Objeto;Objetos"
#: gallery.src#RID_SVXSTR_GALLERY_READONLY.string.text
-msgid " (read-only)"
-msgstr " (solo lectura)"
+msgid "(read-only)"
+msgstr "(solo lectura)"
#: gallery.src#RID_SVXSTR_GALLERY_ALLFILES.string.text
msgid "<All Files>"
@@ -1149,7 +1149,7 @@ msgstr "Desactivado"
#: svuidlg.src#MD_INSERT_OBJECT_IFRAME.GB_BORDER.fixedline.text
msgid "Border"
-msgstr "~Borde"
+msgstr "Borde"
#: svuidlg.src#MD_INSERT_OBJECT_IFRAME.FT_MARGINWIDTH.fixedtext.text
msgctxt "svuidlg.src#MD_INSERT_OBJECT_IFRAME.FT_MARGINWIDTH.fixedtext.text"
@@ -1189,21 +1189,17 @@ msgstr "Editar Applet"
msgid "Contributor credits"
msgstr "Acreditaciones para los contribuyentes"
-#: about.src#RID_DEFAULTABOUT.ABOUT_STR_VERSION.string.text
-msgid "%PRODUCTNAME %ABOUTBOXPRODUCTVERSION %PRODUCTEXTENSION"
-msgstr "%PRODUCTNAME %ABOUTBOXPRODUCTVERSION %PRODUCTEXTENSION"
-
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_VENDOR.string.text
msgid "This product was supplied by %OOOVENDOR."
msgstr "Este producto fue suministrado por %OOOVENDOR."
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT.string.text
-msgid "LibreOffice is copyright © 2000, 2011 LibreOffice contributors and/or their affiliates. All rights reserved."
-msgstr "LibreOffice es copyright © 2000, 2011 de los contribuyentes de LibreOffice y/o sus afiliados. Todos los derechos reservados."
+msgid "LibreOffice is copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved."
+msgstr "LibreOffice tiene copyright © 2000, 2012 Contribuidores de LibreOffice y/o sus afiliados. Todos los derechos reservados."
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT_DERIVED.string.text
-msgid "%PRODUCTNAME is derived from LibreOffice. LibreOffice is copyright © 2000, 2011 LibreOffice contributors and/or their affiliates. All rights reserved."
-msgstr "%PRODUCTNAME deriva de LibreOffice. LibreOffice es copyright © 2000, 2011 de los contribuyentes de LibreOffice y/o sus afiliados. Todos los derechos reservados."
+msgid "%PRODUCTNAME is derived from LibreOffice. LibreOffice is copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved."
+msgstr "%PRODUCTNAME es derivado de LibreOffice. LibreOffice tiene copyright © 2000, 2012 Contribuidores de LibreOffice y/o sus afiliados. Todos los derechos reservados."
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT_ORACLE_DERIVED.string.text
msgid "LibreOffice is derived from OpenOffice.org. OpenOffice.org is copyright © 2000, 2011 Oracle and/or its affiliates. All rights reserved."
@@ -1214,12 +1210,12 @@ msgid "%OOOVENDOR acknowledges all community members, please find more info at t
msgstr "%OOOVENDOR reconoce a todos los miembros de la comunidad, puede encontrar más información en el siguiente enlace:"
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_LINK.string.text
-msgid "http://www.libreoffice.org/credits.html"
-msgstr "http://www.libreoffice.org/credits.html"
+msgid "http://www.libreoffice.org/about-us/credits/"
+msgstr "http://www.libreoffice.org/about-us/credits/"
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_BUILD.string.text
msgid "Build ID:"
-msgstr ""
+msgstr "Build ID:"
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.modaldialog.text
msgid "Color Picker"
@@ -1227,7 +1223,7 @@ msgstr "Selector de color"
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.PB_PICKER.imagebutton.text
msgid "-"
-msgstr ""
+msgstr "-"
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.PB_PICKER.imagebutton.quickhelptext
msgid "Pick a color from the document"
@@ -1235,7 +1231,7 @@ msgstr "Elija un color del documento"
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.FL_RGB.fixedline.text
msgid "RGB"
-msgstr ""
+msgstr "RGB"
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.CT_RED.fixedtext.text
msgid "~Red"
@@ -1251,7 +1247,7 @@ msgstr "~Azul"
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.CT_HEX.fixedtext.text
msgid "Hex ~#"
-msgstr ""
+msgstr "Hex ~#"
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.FL_HSB.fixedline.text
msgid "HSB"
@@ -1271,7 +1267,7 @@ msgstr ""
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.FL_CMYK.fixedline.text
msgid "CMYK"
-msgstr ""
+msgstr "CMYK"
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.CT_CYAN.fixedtext.text
msgid "~Cyan"
@@ -1613,7 +1609,7 @@ msgstr "~Nombre"
#: cuiimapdlg.src#RID_SVXDLG_IMAPURL.FT_URLDESCRIPTION.fixedtext.text
msgid "Alternative ~text"
-msgstr "Texto alternativo"
+msgstr "Texto Alternativo"
#: cuiimapdlg.src#RID_SVXDLG_IMAPURL.FT_DESCRIPTION.fixedtext.text
msgctxt "cuiimapdlg.src#RID_SVXDLG_IMAPURL.FT_DESCRIPTION.fixedtext.text"
@@ -1633,7 +1629,7 @@ msgid "A~fter"
msgstr "De~trás"
#: insrc.src#DLG_INS_ROW_COL.FL_INS.fixedline.text
-msgctxt "insrc.src#DLG_INS_ROW_COL.FL_INS.fixedline.text"
+#, fuzzy
msgid "Insert"
msgstr "Insertar"
@@ -1647,17 +1643,12 @@ msgid "~Number"
msgstr "~Número"
#: insrc.src#DLG_INS_ROW_COL.STR_ROW.string.text
-msgid " Rows"
-msgstr " Filas"
+msgid "Insert Rows"
+msgstr "Insertar filas"
#: insrc.src#DLG_INS_ROW_COL.STR_COL.string.text
-msgid " Columns"
-msgstr "Columnas"
-
-#: insrc.src#DLG_INS_ROW_COL.modaldialog.text
-msgctxt "insrc.src#DLG_INS_ROW_COL.modaldialog.text"
-msgid "Insert"
-msgstr "Insertar"
+msgid "Insert Columns"
+msgstr ""
#: hyphen.src#RID_SVXSTR_HMERR_CHECKINSTALL.string.text
msgid ""
diff --git a/translations/source/es/cui/source/options.po b/translations/source/es/cui/source/options.po
index fc0abe0c6d6..bb9c5ddb929 100644
--- a/translations/source/es/cui/source/options.po
+++ b/translations/source/es/cui/source/options.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-30 11:10+0200\n"
-"PO-Revision-Date: 2011-10-31 05:44+0200\n"
-"Last-Translator: drodriguez <daniel.armando.rodriguez@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-28 03:46+0200\n"
+"Last-Translator: Daniel <gonzalezdr@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
@@ -65,7 +65,7 @@ msgstr "Dirección "
#: optgenrl.src#RID_SFXPAGE_GENERAL.CB_USEDATA.checkbox.text
msgid "Use data for document properties"
-msgstr "Usar los ~datos para las propiedades del documento"
+msgstr "Usar los datos de las propiedades del documento"
#: optgenrl.src#RID_SFXPAGE_GENERAL.STR_US_STATE.string.text
msgid "City/State/Zip"
@@ -1083,9 +1083,8 @@ msgid "Proxy"
msgstr "Proxy"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.PB_BACK.pushbutton.text
-#, fuzzy
msgid "~Revert"
-msgstr "~Eliminar"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE.ST_LOAD_ERROR.string.text
msgid "The selected module could not be loaded."
@@ -1302,25 +1301,25 @@ msgstr "Imprimir"
#: 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"
msgid "Table"
-msgstr "Tabla"
+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"
msgid "Changes"
-msgstr "Cambios"
+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"
msgid "Compatibility"
-msgstr "Compatibilidad"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.13.itemlist.text
msgid "AutoCaption"
-msgstr "AutoTítulo"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.14.itemlist.text
msgid "Mail Merge E-mail"
-msgstr "Correo electrónico para la combinación de correspondencia"
+msgstr "Correo electrónico de Combinar correspondencia"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_ONLINEOPTIONS.1.itemlist.text
msgid "%PRODUCTNAME Writer/Web"
@@ -1534,7 +1533,7 @@ msgstr "~Usar un entorno de ejecución de Java"
#: optjava.src#RID_SVXPAGE_OPTIONS_JAVA.FT_JAVA_FOUND.fixedtext.text
msgid "~Java runtime environments (JRE) already installed:"
-msgstr "Entornos de ejecución de Java instalados:"
+msgstr "Entornos de ejecución de Java (JRE) instalados:"
#: optjava.src#RID_SVXPAGE_OPTIONS_JAVA.PB_ADD.pushbutton.text
msgid "~Add..."
diff --git a/translations/source/es/cui/source/tabpages.po b/translations/source/es/cui/source/tabpages.po
index 00a56ca8f0b..e8b47a1a0da 100644
--- a/translations/source/es/cui/source/tabpages.po
+++ b/translations/source/es/cui/source/tabpages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-09 03:28+0200\n"
-"Last-Translator: sbosio <santiago.bosio@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2011-10-31 05:44+0200\n"
+"Last-Translator: drodriguez <daniel.armando.rodriguez@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -480,11 +480,13 @@ msgid "~Numbering"
msgstr "Nu~meración"
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.1.stringlist.text
-msgid "1, 2, 3, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.1.stringlist.text"
+msgid "1, 2, 3, ..."
msgstr "1, 2, 3, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.2.stringlist.text
-msgid "A, B, C, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.2.stringlist.text"
+msgid "A, B, C, ..."
msgstr "A, B, C, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.3.stringlist.text
@@ -493,15 +495,18 @@ msgid "a, b, c, ..."
msgstr "a, b, c, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.4.stringlist.text
-msgid "I, II, III, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.4.stringlist.text"
+msgid "I, II, III, ..."
msgstr "I, II, III, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.5.stringlist.text
-msgid "i, ii, iii, ... "
+msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.5.stringlist.text"
+msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.6.stringlist.text
-msgid "A, .., AA, .., AAA, ... "
+#, fuzzy
+msgid "A, .., AA, .., AAA, ..."
msgstr "A, .., AA, .., AAA, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.7.stringlist.text
@@ -2283,6 +2288,8 @@ msgid "For~mat"
msgstr "For~mato"
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.1.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.1.stringlist.text"
msgid "A, B, C, ..."
msgstr "A, B, C, ..."
@@ -2292,14 +2299,20 @@ msgid "a, b, c, ..."
msgstr "a, b, c, ..."
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.3.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.3.stringlist.text"
msgid "I, II, III, ..."
msgstr "I, II, III, ..."
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.4.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.4.stringlist.text"
msgid "i, ii, iii, ..."
msgstr "i, ii, iii, ..."
#: page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.5.stringlist.text
+#, fuzzy
+msgctxt "page.src#RID_SVXPAGE_PAGE.LB_NUMBER_FORMAT.5.stringlist.text"
msgid "1, 2, 3, ..."
msgstr "1, 2, 3, ..."
@@ -2803,6 +2816,10 @@ msgctxt "textanim.src#RID_SVXPAGE_TEXTANIMATION.TSB_AUTO.tristatebox.text"
msgid "~Automatic"
msgstr "~Automático"
+#: textanim.src#RID_SVXPAGE_TEXTANIMATION.MTR_FLD_DELAY.metricfield.text
+msgid " ms"
+msgstr ""
+
#: textanim.src#RID_SVXPAGE_TEXTANIMATION.tabpage.text
msgid "Animation"
msgstr "Animación de texto"
@@ -4651,6 +4668,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr "~Eliminar..."
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Hatches List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Hatches List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_HATCH.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_HATCH.tabpage.text"
msgid "Hatching"
@@ -4698,6 +4738,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr "~Borrar..."
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Bitmap List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Bitmap List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_BITMAP.tabpage.text
msgid "Bitmap Patterns"
msgstr "Patrones de mapa de bits"
@@ -4789,6 +4852,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr "~Eliminar..."
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Gradients List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Gradients List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_GRADIENT.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.tabpage.text"
msgid "Gradients"
@@ -4820,6 +4906,22 @@ msgstr "RGB"
msgid "CMYK"
msgstr "CMYK"
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_1.fixedtext.text
+msgid "~C"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_2.fixedtext.text
+msgid "~M"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_3.fixedtext.text
+msgid "~Y"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_4.fixedtext.text
+msgid "~K"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_COLOR.BTN_ADD.pushbutton.text
msgid "~Add"
msgstr "~Agregar"
@@ -4838,6 +4940,29 @@ msgstr "~Borrar..."
msgid "~Modify"
msgstr "~Modificar"
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Color List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Color List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_COLOR.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_COLOR.tabpage.text"
msgid "Colors"
diff --git a/translations/source/es/dbaccess/source/core/resource.po b/translations/source/es/dbaccess/source/core/resource.po
index 20c86bcfc72..e6eb7da2889 100644
--- a/translations/source/es/dbaccess/source/core/resource.po
+++ b/translations/source/es/dbaccess/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-11 01:33+0200\n"
"Last-Translator: sbosio <santiago.bosio@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dbaccess/source/ext/adabas.po b/translations/source/es/dbaccess/source/ext/adabas.po
index 3dd743769ca..a83b8ebfd26 100644
--- a/translations/source/es/dbaccess/source/ext/adabas.po
+++ b/translations/source/es/dbaccess/source/ext/adabas.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:00+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dbaccess/source/ext/macromigration.po b/translations/source/es/dbaccess/source/ext/macromigration.po
index 69159c56b28..6a2bc276409 100644
--- a/translations/source/es/dbaccess/source/ext/macromigration.po
+++ b/translations/source/es/dbaccess/source/ext/macromigration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-11 01:33+0200\n"
-"Last-Translator: sbosio <santiago.bosio@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-10-31 05:44+0200\n"
+"Last-Translator: drodriguez <daniel.armando.rodriguez@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -190,7 +190,8 @@ msgid "Warnings"
msgstr "Advertencias"
#: macromigration.src#STR_EXCEPTION.string.text
-msgid "caught exception: "
+#, fuzzy
+msgid "caught exception:"
msgstr "excepción tomada:"
#: macromigration.src#ERR_INVALID_BACKUP_LOCATION.errorbox.text
diff --git a/translations/source/es/dbaccess/source/sdbtools/resource.po b/translations/source/es/dbaccess/source/sdbtools/resource.po
index e390c390511..9ac8994e84e 100644
--- a/translations/source/es/dbaccess/source/sdbtools/resource.po
+++ b/translations/source/es/dbaccess/source/sdbtools/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 20:00+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dbaccess/source/ui/app.po b/translations/source/es/dbaccess/source/ui/app.po
index 43a4bcdaff1..414308c09e8 100644
--- a/translations/source/es/dbaccess/source/ui/app.po
+++ b/translations/source/es/dbaccess/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:00+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dbaccess/source/ui/browser.po b/translations/source/es/dbaccess/source/ui/browser.po
index ba64d29d456..887e33c82e1 100644
--- a/translations/source/es/dbaccess/source/ui/browser.po
+++ b/translations/source/es/dbaccess/source/ui/browser.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:00+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dbaccess/source/ui/control.po b/translations/source/es/dbaccess/source/ui/control.po
index 722da916f88..e1ca2b1cb50 100644
--- a/translations/source/es/dbaccess/source/ui/control.po
+++ b/translations/source/es/dbaccess/source/ui/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 20:00+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dbaccess/source/ui/dlg.po b/translations/source/es/dbaccess/source/ui/dlg.po
index 33504fd03d8..b9105fe7cb4 100644
--- a/translations/source/es/dbaccess/source/ui/dlg.po
+++ b/translations/source/es/dbaccess/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-11 01:35+0200\n"
-"Last-Translator: sbosio <santiago.bosio@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-10-31 05:44+0200\n"
+"Last-Translator: drodriguez <daniel.armando.rodriguez@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -1590,8 +1590,9 @@ msgid "~Base DN"
msgstr "~Base DN"
#: dbadmin.src#PAGE_LDAP.CB_USESSL.checkbox.text
-msgid "Use secure connection(SSL)"
-msgstr "Usar conexión segura (SSL)"
+#, fuzzy
+msgid "Use secure connection (SSL)"
+msgstr "Usar ~conexión segura (SSL)"
#: dbadmin.src#PAGE_LDAP.FT_PORTNUMBER.fixedtext.text
msgctxt "dbadmin.src#PAGE_LDAP.FT_PORTNUMBER.fixedtext.text"
diff --git a/translations/source/es/dbaccess/source/ui/inc.po b/translations/source/es/dbaccess/source/ui/inc.po
index 756214ee1ae..61932575e45 100644
--- a/translations/source/es/dbaccess/source/ui/inc.po
+++ b/translations/source/es/dbaccess/source/ui/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:00+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dbaccess/source/ui/misc.po b/translations/source/es/dbaccess/source/ui/misc.po
index 3a34c73e16e..06605ff8ddd 100644
--- a/translations/source/es/dbaccess/source/ui/misc.po
+++ b/translations/source/es/dbaccess/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 01:35+0200\n"
"Last-Translator: sbosio <santiago.bosio@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dbaccess/source/ui/querydesign.po b/translations/source/es/dbaccess/source/ui/querydesign.po
index 7d68a90da76..65ecc59dd9e 100644
--- a/translations/source/es/dbaccess/source/ui/querydesign.po
+++ b/translations/source/es/dbaccess/source/ui/querydesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dbaccess/source/ui/relationdesign.po b/translations/source/es/dbaccess/source/ui/relationdesign.po
index 56344b6e20c..28624b31c91 100644
--- a/translations/source/es/dbaccess/source/ui/relationdesign.po
+++ b/translations/source/es/dbaccess/source/ui/relationdesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -49,8 +49,6 @@ msgstr "Si elimina esta tabla se eliminarán también todas las relaciones corre
#: relation.src#STR_QUERY_REL_COULD_NOT_CREATE.string.text
msgid ""
-"The database could not create the relation. May be foreign keys for this kind of table aren't supported.\n"
+"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
"Please check your documentation of the database."
msgstr ""
-"La base de datos no podía crear la relación. Puede ser que las llaves foráneas para ésta clase de la tabla esten soportadas. \n"
-"Revise la documentación de la base de datos."
diff --git a/translations/source/es/dbaccess/source/ui/tabledesign.po b/translations/source/es/dbaccess/source/ui/tabledesign.po
index c4584c646cf..07aed647d19 100644
--- a/translations/source/es/dbaccess/source/ui/tabledesign.po
+++ b/translations/source/es/dbaccess/source/ui/tabledesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dbaccess/source/ui/uno.po b/translations/source/es/dbaccess/source/ui/uno.po
index fd8b65b6d8c..c08508a2767 100644
--- a/translations/source/es/dbaccess/source/ui/uno.po
+++ b/translations/source/es/dbaccess/source/ui/uno.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/desktop/source/app.po b/translations/source/es/desktop/source/app.po
index 543dd16d68e..1eb1859c041 100644
--- a/translations/source/es/desktop/source/app.po
+++ b/translations/source/es/desktop/source/app.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+desktop%2Fsource%2Fapp.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-05 20:01+0200\n"
-"Last-Translator: Alexandro <jza@openoffice.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-28 04:03+0200\n"
+"Last-Translator: Daniel <gonzalezdr@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: desktop.src#STR_RECOVER_QUERY.string.text
@@ -135,6 +135,10 @@ msgctxt "desktop.src#STR_TITLE_USERDATALOCKED.string.text"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
+#: desktop.src#DLG_CMDLINEHELP.modaldialog.text
+msgid "Help Message..."
+msgstr "Mensaje de Ayuda,,,"
+
#: desktop.src#EBX_ERR_PRINTDISABLED.errorbox.text
msgid "Printing is disabled. No documents can be printed."
msgstr "Impresión deshabilitada. No se pueden imprimir documentos."
diff --git a/translations/source/es/desktop/source/deployment/gui.po b/translations/source/es/desktop/source/deployment/gui.po
index b3861e9d75a..21db1f20b78 100644
--- a/translations/source/es/desktop/source/deployment/gui.po
+++ b/translations/source/es/desktop/source/deployment/gui.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+desktop%2Fsource%2Fdeployment%2Fgui.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-13 01:03+0200\n"
-"Last-Translator: sbosio <santiago.bosio@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-28 04:04+0200\n"
+"Last-Translator: Daniel <gonzalezdr@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: dp_gui_dialog.src#RID_STR_ADD_PACKAGES.string.text
@@ -378,14 +378,29 @@ msgstr ""
"Pulse \\'Aceptar\\' para reemplazar la extensión instalada.\n"
"Pulse \\'Cancelar\\' para cancelar la instalación."
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_FT_TYPE_EXTENSIONS.fixedtext.text
+msgid "Type of Extension"
+msgstr "Tipo de Extension"
+
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_CBX_BUNDLED.checkbox.text
+msgid "~Installation"
+msgstr "Instalación"
+
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_CBX_SHARED.checkbox.text
+msgid "~Shared"
+msgstr "Compartir"
+
+#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_CBX_USER.checkbox.text
+msgid "~User"
+msgstr "Usuario"
+
#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_ADD.pushbutton.text
msgid "~Add..."
msgstr "~Añadir..."
#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_CHECK_UPDATES.pushbutton.text
-msgctxt "dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_CHECK_UPDATES.pushbutton.text"
-msgid "Check for ~Updates..."
-msgstr "Buscar ~actualizaciones..."
+msgid "~Check for Updates..."
+msgstr "Verificar Actualizaciones..."
#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_FT_GET_EXTENSIONS.fixedtext.text
msgid "Get more extensions online..."
@@ -415,9 +430,8 @@ msgid "Adding %EXTENSION_NAME"
msgstr "Agregar %EXTENSION_NAME"
#: dp_gui_dialog2.src#RID_DLG_UPDATE_REQUIRED.RID_EM_BTN_CHECK_UPDATES.pushbutton.text
-msgctxt "dp_gui_dialog2.src#RID_DLG_UPDATE_REQUIRED.RID_EM_BTN_CHECK_UPDATES.pushbutton.text"
msgid "Check for ~Updates..."
-msgstr "Buscar ~actualizaciones..."
+msgstr "Verificar Actualizaciones..."
#: dp_gui_dialog2.src#RID_DLG_UPDATE_REQUIRED.RID_EM_BTN_CLOSE.pushbutton.text
msgid "Disable all"
diff --git a/translations/source/es/desktop/source/deployment/manager.po b/translations/source/es/desktop/source/deployment/manager.po
index 7981962866c..bf3e816d74b 100644
--- a/translations/source/es/desktop/source/deployment/manager.po
+++ b/translations/source/es/desktop/source/deployment/manager.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/desktop/source/deployment/misc.po b/translations/source/es/desktop/source/deployment/misc.po
index 9141f9d8563..0839cfc83ae 100644
--- a/translations/source/es/desktop/source/deployment/misc.po
+++ b/translations/source/es/desktop/source/deployment/misc.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-10-31 05:44+0200\n"
-"Last-Translator: drodriguez <daniel.armando.rodriguez@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-03-03 18:06+0200\n"
+"Last-Translator: Daniel <gonzalezdr@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
@@ -21,12 +21,12 @@ msgstr "Desconocido"
#: dp_misc.src#RID_DEPLOYMENT_DEPENDENCIES_OOO_MIN.string.text
msgid "Extension requires at least OpenOffice.org reference version %VERSION"
-msgstr ""
+msgstr "La extension hace referencia a la la ultima version de OpenOffice.org %VERSION"
#: dp_misc.src#RID_DEPLOYMENT_DEPENDENCIES_OOO_MAX.string.text
msgid "Extension does not support OpenOffice.org reference versions greater than %VERSION"
-msgstr ""
+msgstr "La extensión no soporta la referencia a la versión %VERSION o mayor de OpenOffice.org"
#: dp_misc.src#RID_DEPLOYMENT_DEPENDENCIES_LO_MIN.string.text
msgid "Extension requires at least LibreOffice version %VERSION"
-msgstr ""
+msgstr "La extension requiere la ultima version de LibreOffice %VERSION"
diff --git a/translations/source/es/desktop/source/deployment/registry.po b/translations/source/es/desktop/source/deployment/registry.po
index f99a9a60972..48bd72a84ad 100644
--- a/translations/source/es/desktop/source/deployment/registry.po
+++ b/translations/source/es/desktop/source/deployment/registry.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/desktop/source/deployment/registry/component.po b/translations/source/es/desktop/source/deployment/registry/component.po
index 1ea91d9ce9b..7f46b681794 100644
--- a/translations/source/es/desktop/source/deployment/registry/component.po
+++ b/translations/source/es/desktop/source/deployment/registry/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-13 01:05+0200\n"
"Last-Translator: sbosio <santiago.bosio@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/desktop/source/deployment/registry/configuration.po b/translations/source/es/desktop/source/deployment/registry/configuration.po
index 17a1ef80fe6..106044a7d6e 100644
--- a/translations/source/es/desktop/source/deployment/registry/configuration.po
+++ b/translations/source/es/desktop/source/deployment/registry/configuration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/desktop/source/deployment/registry/help.po b/translations/source/es/desktop/source/deployment/registry/help.po
index 8437c108819..179dc375583 100644
--- a/translations/source/es/desktop/source/deployment/registry/help.po
+++ b/translations/source/es/desktop/source/deployment/registry/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/desktop/source/deployment/registry/package.po b/translations/source/es/desktop/source/deployment/registry/package.po
index 6f127266cee..5a7791846aa 100644
--- a/translations/source/es/desktop/source/deployment/registry/package.po
+++ b/translations/source/es/desktop/source/deployment/registry/package.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/desktop/source/deployment/registry/script.po b/translations/source/es/desktop/source/deployment/registry/script.po
index a078385c3fc..b1037473515 100644
--- a/translations/source/es/desktop/source/deployment/registry/script.po
+++ b/translations/source/es/desktop/source/deployment/registry/script.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/desktop/source/deployment/registry/sfwk.po b/translations/source/es/desktop/source/deployment/registry/sfwk.po
index e9a936ec3e8..b3314c2f3fb 100644
--- a/translations/source/es/desktop/source/deployment/registry/sfwk.po
+++ b/translations/source/es/desktop/source/deployment/registry/sfwk.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/desktop/source/deployment/unopkg.po b/translations/source/es/desktop/source/deployment/unopkg.po
index 649d55d8a95..4848cbd77e0 100644
--- a/translations/source/es/desktop/source/deployment/unopkg.po
+++ b/translations/source/es/desktop/source/deployment/unopkg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/af_ZA.po b/translations/source/es/dictionaries/af_ZA.po
index 02b3fb6941f..f3f81edf7d3 100644
--- a/translations/source/es/dictionaries/af_ZA.po
+++ b/translations/source/es/dictionaries/af_ZA.po
@@ -3,18 +3,18 @@ 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-11-26 00:05+0200\n"
-"PO-Revision-Date: 2011-10-07 14:46+0200\n"
-"Last-Translator: Automatically generated\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-03-02 06:42+0200\n"
+"Last-Translator: Daniel <gonzalezdr@gmail.com>\n"
"Language-Team: none\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Afrikaans spelling dictionary, and hyphenation rules"
-msgstr ""
+msgstr "Diccionario africano y reglas de separación"
diff --git a/translations/source/es/dictionaries/an_ES.po b/translations/source/es/dictionaries/an_ES.po
new file mode 100644
index 00000000000..5d9fea7c721
--- /dev/null
+++ b/translations/source/es/dictionaries/an_ES.po
@@ -0,0 +1,19 @@
+#. extracted from dictionaries/an_ES.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%2Fan_ES.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Aragonese spelling dictionary"
+msgstr ""
diff --git a/translations/source/es/dictionaries/ar.po b/translations/source/es/dictionaries/ar.po
index 42eccd66890..8042e4f8ff5 100644
--- a/translations/source/es/dictionaries/ar.po
+++ b/translations/source/es/dictionaries/ar.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/be_BY.po b/translations/source/es/dictionaries/be_BY.po
index 16163d38323..33fa8244fb9 100644
--- a/translations/source/es/dictionaries/be_BY.po
+++ b/translations/source/es/dictionaries/be_BY.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:42+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: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/bg_BG.po b/translations/source/es/dictionaries/bg_BG.po
index bad0b820d09..6f7f0be7e56 100644
--- a/translations/source/es/dictionaries/bg_BG.po
+++ b/translations/source/es/dictionaries/bg_BG.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/bn_BD.po b/translations/source/es/dictionaries/bn_BD.po
index 0eb07645f29..629a6c1aed0 100644
--- a/translations/source/es/dictionaries/bn_BD.po
+++ b/translations/source/es/dictionaries/bn_BD.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/br_FR.po b/translations/source/es/dictionaries/br_FR.po
index bb1ad1e94cf..e5921099056 100644
--- a/translations/source/es/dictionaries/br_FR.po
+++ b/translations/source/es/dictionaries/br_FR.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/ca.po b/translations/source/es/dictionaries/ca.po
index fe43e9950b5..c5e130beb05 100644
--- a/translations/source/es/dictionaries/ca.po
+++ b/translations/source/es/dictionaries/ca.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/cs_CZ.po b/translations/source/es/dictionaries/cs_CZ.po
index 89adf039ede..0dd3735f114 100644
--- a/translations/source/es/dictionaries/cs_CZ.po
+++ b/translations/source/es/dictionaries/cs_CZ.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/da_DK.po b/translations/source/es/dictionaries/da_DK.po
index f87bd6f7b81..f9abf48130d 100644
--- a/translations/source/es/dictionaries/da_DK.po
+++ b/translations/source/es/dictionaries/da_DK.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/de.po b/translations/source/es/dictionaries/de.po
index 772e1d395d8..7689c73b9f6 100644
--- a/translations/source/es/dictionaries/de.po
+++ b/translations/source/es/dictionaries/de.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/el_GR.po b/translations/source/es/dictionaries/el_GR.po
index 28dd031c377..8c8ddbc2039 100644
--- a/translations/source/es/dictionaries/el_GR.po
+++ b/translations/source/es/dictionaries/el_GR.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:42+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: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/en.po b/translations/source/es/dictionaries/en.po
index e899d0e93c9..1f5a50279ef 100644
--- a/translations/source/es/dictionaries/en.po
+++ b/translations/source/es/dictionaries/en.po
@@ -3,18 +3,18 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
-msgid "English (Australia, Canada, South Africa, UK, USA) spelling dictionaries, hyphenation rules, and thesaurus"
+msgid "English spelling dictionaries, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/translations/source/es/dictionaries/en/dialog.po b/translations/source/es/dictionaries/en/dialog.po
new file mode 100644
index 00000000000..a662bfadcb9
--- /dev/null
+++ b/translations/source/es/dictionaries/en/dialog.po
@@ -0,0 +1,171 @@
+#. extracted from dictionaries/en/dialog.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%2Fen%2Fdialog.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "Diccionarios"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.en.Label.value.text
+msgid "English sentence checking"
+msgstr ""
+
+#: en_en_US.properties#spelling.property.text
+msgid "Grammar checking"
+msgstr ""
+
+#: en_en_US.properties#hlp_grammar.property.text
+msgid "Check more grammar errors."
+msgstr ""
+
+#: en_en_US.properties#grammar.property.text
+msgid "Possible mistakes"
+msgstr ""
+
+#: en_en_US.properties#hlp_cap.property.text
+msgid "Check missing capitalization of sentences."
+msgstr ""
+
+#: en_en_US.properties#cap.property.text
+msgid "Capitalization"
+msgstr ""
+
+#: en_en_US.properties#hlp_dup.property.text
+msgid "Check repeated words."
+msgstr ""
+
+#: en_en_US.properties#dup.property.text
+msgid "Word duplication"
+msgstr ""
+
+#: en_en_US.properties#hlp_pair.property.text
+msgid "Check missing or extra parentheses and quotation marks."
+msgstr ""
+
+#: en_en_US.properties#pair.property.text
+msgid "Parentheses"
+msgstr ""
+
+#: en_en_US.properties#punctuation.property.text
+msgid "Punctuation"
+msgstr ""
+
+#: en_en_US.properties#hlp_spaces.property.text
+msgid "Check single spaces between words."
+msgstr ""
+
+#: en_en_US.properties#spaces.property.text
+msgid "Word spacing"
+msgstr ""
+
+#: en_en_US.properties#hlp_mdash.property.text
+msgid "Force unspaced em dash instead of spaced en dash."
+msgstr ""
+
+#: en_en_US.properties#mdash.property.text
+msgid "Em dash"
+msgstr ""
+
+#: en_en_US.properties#hlp_ndash.property.text
+msgid "Force spaced en dash instead of unspaced em dash."
+msgstr ""
+
+#: en_en_US.properties#ndash.property.text
+msgid "En dash"
+msgstr ""
+
+#: en_en_US.properties#hlp_quotation.property.text
+msgid "Check double quotation marks: \"x\" → “x”"
+msgstr ""
+
+#: en_en_US.properties#quotation.property.text
+msgid "Quotation marks"
+msgstr ""
+
+#: en_en_US.properties#hlp_times.property.text
+msgid "Check true multiplication sign: 5x5 → 5×5"
+msgstr ""
+
+#: en_en_US.properties#times.property.text
+msgid "Multiplication sign"
+msgstr ""
+
+#: en_en_US.properties#hlp_spaces2.property.text
+msgid "Check single spaces between sentences."
+msgstr ""
+
+#: en_en_US.properties#spaces2.property.text
+msgid "Sentence spacing"
+msgstr ""
+
+#: en_en_US.properties#hlp_spaces3.property.text
+msgid "Check more than two extra space characters between words and sentences."
+msgstr ""
+
+#: en_en_US.properties#spaces3.property.text
+msgid "More spaces"
+msgstr ""
+
+#: en_en_US.properties#hlp_minus.property.text
+msgid "Change hyphen characters to real minus signs."
+msgstr ""
+
+#: en_en_US.properties#minus.property.text
+msgid "Minus sign"
+msgstr ""
+
+#: en_en_US.properties#hlp_apostrophe.property.text
+msgid "Change typewriter apostrophe, single quotation marks and correct double primes."
+msgstr ""
+
+#: en_en_US.properties#apostrophe.property.text
+msgid "Apostrophe"
+msgstr ""
+
+#: en_en_US.properties#hlp_ellipsis.property.text
+msgid "Change three dots with ellipsis."
+msgstr ""
+
+#: en_en_US.properties#ellipsis.property.text
+msgid "Ellipsis"
+msgstr ""
+
+#: en_en_US.properties#others.property.text
+msgid "Others"
+msgstr "Otros"
+
+#: en_en_US.properties#hlp_metric.property.text
+msgid "Measurement conversion from °F, mph, ft, in, lb, gal and miles."
+msgstr ""
+
+#: en_en_US.properties#metric.property.text
+msgid "Convert to metric (°C, km/h, m, kg, l)"
+msgstr ""
+
+#: en_en_US.properties#hlp_numsep.property.text
+msgid "Common (1000000 → 1,000,000) or ISO (1000000 → 1 000 000)."
+msgstr ""
+
+#: en_en_US.properties#numsep.property.text
+msgid "Thousand separation of large numbers"
+msgstr ""
+
+#: en_en_US.properties#hlp_nonmetric.property.text
+msgid "Measurement conversion from °C; km/h; cm, m, km; kg; l."
+msgstr ""
+
+#: en_en_US.properties#nonmetric.property.text
+msgid "Convert to non-metric (°F, mph, ft, lb, gal)"
+msgstr ""
diff --git a/translations/source/es/dictionaries/es_ES.po b/translations/source/es/dictionaries/es_ES.po
index 14f213c79b5..f373d3e6f48 100644
--- a/translations/source/es/dictionaries/es_ES.po
+++ b/translations/source/es/dictionaries/es_ES.po
@@ -3,18 +3,18 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Spanish spelling dictionary"
-msgstr ""
+msgstr "Diccionario ortográfico para Español"
diff --git a/translations/source/es/dictionaries/et_EE.po b/translations/source/es/dictionaries/et_EE.po
index d2b99f8a9f3..74feee5a01e 100644
--- a/translations/source/es/dictionaries/et_EE.po
+++ b/translations/source/es/dictionaries/et_EE.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/fr_FR.po b/translations/source/es/dictionaries/fr_FR.po
index cb32e63a963..bf8a4ae9e5e 100644
--- a/translations/source/es/dictionaries/fr_FR.po
+++ b/translations/source/es/dictionaries/fr_FR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/gd_GB.po b/translations/source/es/dictionaries/gd_GB.po
index 8f2abc47a20..bf98dc8cf64 100644
--- a/translations/source/es/dictionaries/gd_GB.po
+++ b/translations/source/es/dictionaries/gd_GB.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:42+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: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/gl.po b/translations/source/es/dictionaries/gl.po
index dc7099dd3ba..31b887d9380 100644
--- a/translations/source/es/dictionaries/gl.po
+++ b/translations/source/es/dictionaries/gl.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/gu_IN.po b/translations/source/es/dictionaries/gu_IN.po
index 5b99f4ce603..73dfc8793f4 100644
--- a/translations/source/es/dictionaries/gu_IN.po
+++ b/translations/source/es/dictionaries/gu_IN.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/he_IL.po b/translations/source/es/dictionaries/he_IL.po
index 0301987d161..56da861757c 100644
--- a/translations/source/es/dictionaries/he_IL.po
+++ b/translations/source/es/dictionaries/he_IL.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/hi_IN.po b/translations/source/es/dictionaries/hi_IN.po
index e2fa08e51e9..e8049825cac 100644
--- a/translations/source/es/dictionaries/hi_IN.po
+++ b/translations/source/es/dictionaries/hi_IN.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/hr_HR.po b/translations/source/es/dictionaries/hr_HR.po
index 24056ca0e1d..d6c5310f98b 100644
--- a/translations/source/es/dictionaries/hr_HR.po
+++ b/translations/source/es/dictionaries/hr_HR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/hu_HU.po b/translations/source/es/dictionaries/hu_HU.po
index b9e583c0c8f..1351acff8bb 100644
--- a/translations/source/es/dictionaries/hu_HU.po
+++ b/translations/source/es/dictionaries/hu_HU.po
@@ -3,18 +3,18 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
-msgid "Hungarian spelling dictionary, hyphenation rules, and thesaurus"
+msgid "Hungarian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/translations/source/es/dictionaries/hu_HU/dialog.po b/translations/source/es/dictionaries/hu_HU/dialog.po
new file mode 100644
index 00000000000..1b5e20f3e43
--- /dev/null
+++ b/translations/source/es/dictionaries/hu_HU/dialog.po
@@ -0,0 +1,153 @@
+#. extracted from dictionaries/hu_HU/dialog.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%2Fhu_HU%2Fdialog.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "Diccionarios"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.hu_HU.Label.value.text
+msgid "Hungarian sentence checking"
+msgstr ""
+
+#: hu_HU_en_US.properties#spelling.property.text
+msgid "Spelling"
+msgstr "Ortografía"
+
+#: hu_HU_en_US.properties#cap.property.text
+msgid "Capitalization"
+msgstr ""
+
+#: hu_HU_en_US.properties#par.property.text
+msgid "Parentheses"
+msgstr ""
+
+#: hu_HU_en_US.properties#wordpart.property.text
+msgid "Word parts of compounds"
+msgstr ""
+
+#: hu_HU_en_US.properties#comma.property.text
+msgid "Comma usage"
+msgstr ""
+
+#: hu_HU_en_US.properties#proofreading.property.text
+msgid "Proofreading"
+msgstr ""
+
+#: hu_HU_en_US.properties#style.property.text
+msgid "Style checking"
+msgstr ""
+
+#: hu_HU_en_US.properties#compound.property.text
+msgid "Underline typo-like compound words"
+msgstr ""
+
+#: hu_HU_en_US.properties#allcompound.property.text
+msgid "Underline all generated compound words"
+msgstr ""
+
+#: hu_HU_en_US.properties#grammar.property.text
+msgid "Possible mistakes"
+msgstr ""
+
+#: hu_HU_en_US.properties#money.property.text
+msgid "Consistency of money amounts"
+msgstr ""
+
+#: hu_HU_en_US.properties#duplication.property.text
+msgctxt "hu_HU_en_US.properties#duplication.property.text"
+msgid "Word duplication"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup0.property.text
+msgctxt "hu_HU_en_US.properties#dup0.property.text"
+msgid "Word duplication"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup.property.text
+msgid "Duplication within clauses"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup2.property.text
+msgid "Duplication within sentences"
+msgstr ""
+
+#: hu_HU_en_US.properties#dup3.property.text
+msgid "Allow previous checkings with affixes"
+msgstr ""
+
+#: hu_HU_en_US.properties#numpart.property.text
+msgid "Thousand separation of numbers"
+msgstr ""
+
+#: hu_HU_en_US.properties#typography.property.text
+msgid "Typography"
+msgstr ""
+
+#: hu_HU_en_US.properties#quot.property.text
+msgid "Quotation marks"
+msgstr ""
+
+#: hu_HU_en_US.properties#apost.property.text
+msgid "Apostrophe"
+msgstr ""
+
+#: hu_HU_en_US.properties#dash.property.text
+msgid "En dash"
+msgstr ""
+
+#: hu_HU_en_US.properties#elli.property.text
+msgid "Ellipsis"
+msgstr ""
+
+#: hu_HU_en_US.properties#ligature.property.text
+msgid "Ligature suggestion"
+msgstr ""
+
+#: hu_HU_en_US.properties#noligature.property.text
+msgid "Underline ligatures"
+msgstr ""
+
+#: hu_HU_en_US.properties#frac.property.text
+msgid "Fractions"
+msgstr "Fracciones"
+
+#: hu_HU_en_US.properties#thin.property.text
+msgid "Thin space"
+msgstr ""
+
+#: hu_HU_en_US.properties#spaces.property.text
+msgid "Double spaces"
+msgstr ""
+
+#: hu_HU_en_US.properties#spaces2.property.text
+msgid "More spaces"
+msgstr ""
+
+#: hu_HU_en_US.properties#idx.property.text
+msgid "Indices"
+msgstr ""
+
+#: hu_HU_en_US.properties#minus.property.text
+msgid "Minus"
+msgstr ""
+
+#: hu_HU_en_US.properties#SI.property.text
+msgid "Measurements"
+msgstr ""
+
+#: hu_HU_en_US.properties#hyphen.property.text
+msgid "Hyphenation of ambiguous words"
+msgstr ""
diff --git a/translations/source/es/dictionaries/it_IT.po b/translations/source/es/dictionaries/it_IT.po
index d57d6d41113..8bf17d59512 100644
--- a/translations/source/es/dictionaries/it_IT.po
+++ b/translations/source/es/dictionaries/it_IT.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/ku_TR.po b/translations/source/es/dictionaries/ku_TR.po
index 135f0248d88..2ef61bef87a 100644
--- a/translations/source/es/dictionaries/ku_TR.po
+++ b/translations/source/es/dictionaries/ku_TR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/lt_LT.po b/translations/source/es/dictionaries/lt_LT.po
index 792b1cbdf00..fa582edb3f0 100644
--- a/translations/source/es/dictionaries/lt_LT.po
+++ b/translations/source/es/dictionaries/lt_LT.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/lv_LV.po b/translations/source/es/dictionaries/lv_LV.po
index 78af0bcf90f..10d80dc8561 100644
--- a/translations/source/es/dictionaries/lv_LV.po
+++ b/translations/source/es/dictionaries/lv_LV.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/ne_NP.po b/translations/source/es/dictionaries/ne_NP.po
index e24b3cb49bc..f6fdf054eb9 100644
--- a/translations/source/es/dictionaries/ne_NP.po
+++ b/translations/source/es/dictionaries/ne_NP.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/nl_NL.po b/translations/source/es/dictionaries/nl_NL.po
index 94b005ac08b..894f201f7c9 100644
--- a/translations/source/es/dictionaries/nl_NL.po
+++ b/translations/source/es/dictionaries/nl_NL.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/no.po b/translations/source/es/dictionaries/no.po
index e34a12e701a..88d0f7442cb 100644
--- a/translations/source/es/dictionaries/no.po
+++ b/translations/source/es/dictionaries/no.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/oc_FR.po b/translations/source/es/dictionaries/oc_FR.po
index 035663924bc..33008f48c1a 100644
--- a/translations/source/es/dictionaries/oc_FR.po
+++ b/translations/source/es/dictionaries/oc_FR.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/pl_PL.po b/translations/source/es/dictionaries/pl_PL.po
index 903815b1e27..f758bae6eac 100644
--- a/translations/source/es/dictionaries/pl_PL.po
+++ b/translations/source/es/dictionaries/pl_PL.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/pt_BR.po b/translations/source/es/dictionaries/pt_BR.po
index 7f3badd6b26..6e1a873488a 100644
--- a/translations/source/es/dictionaries/pt_BR.po
+++ b/translations/source/es/dictionaries/pt_BR.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/pt_PT.po b/translations/source/es/dictionaries/pt_PT.po
index 2b6c1e5f77b..b7314eadc1d 100644
--- a/translations/source/es/dictionaries/pt_PT.po
+++ b/translations/source/es/dictionaries/pt_PT.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/ro.po b/translations/source/es/dictionaries/ro.po
index 28e36f782a7..7b0d902363b 100644
--- a/translations/source/es/dictionaries/ro.po
+++ b/translations/source/es/dictionaries/ro.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/ru_RU.po b/translations/source/es/dictionaries/ru_RU.po
index 9e0025f33e3..2ffe77a5a74 100644
--- a/translations/source/es/dictionaries/ru_RU.po
+++ b/translations/source/es/dictionaries/ru_RU.po
@@ -3,18 +3,18 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
-msgid "Russian spelling dictionary, hyphenation rules, and thesaurus"
+msgid "Russian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/translations/source/es/dictionaries/ru_RU/dialog.po b/translations/source/es/dictionaries/ru_RU/dialog.po
new file mode 100644
index 00000000000..0283e9056a8
--- /dev/null
+++ b/translations/source/es/dictionaries/ru_RU/dialog.po
@@ -0,0 +1,83 @@
+#. extracted from dictionaries/ru_RU/dialog.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%2Fru_RU%2Fdialog.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "Diccionarios"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.ru_RU.Label.value.text
+msgid "Grammar checking (Russian)"
+msgstr ""
+
+#: ru_RU_en_US.properties#abbreviation.property.text
+msgid "Abbreviation"
+msgstr ""
+
+#: ru_RU_en_US.properties#grammar.property.text
+msgid "Grammar"
+msgstr "Gramática"
+
+#: ru_RU_en_US.properties#hyphen.property.text
+msgid "Compound words with hyphen"
+msgstr ""
+
+#: ru_RU_en_US.properties#comma.property.text
+msgid "Comma usage"
+msgstr ""
+
+#: ru_RU_en_US.properties#common.property.text
+msgid "General error"
+msgstr ""
+
+#: ru_RU_en_US.properties#multiword.property.text
+msgid "Multiword expressions"
+msgstr ""
+
+#: ru_RU_en_US.properties#together.property.text
+msgid "Together/separately"
+msgstr ""
+
+#: ru_RU_en_US.properties#proofreading.property.text
+msgid "Proofreading"
+msgstr ""
+
+#: ru_RU_en_US.properties#space.property.text
+msgid "Space mistake"
+msgstr ""
+
+#: ru_RU_en_US.properties#typographica.property.text
+msgid "Typographica"
+msgstr ""
+
+#: ru_RU_en_US.properties#dup.property.text
+msgid "Word duplication within clauses"
+msgstr ""
+
+#: ru_RU_en_US.properties#dup2.property.text
+msgid "Word duplication within sentences"
+msgstr ""
+
+#: ru_RU_en_US.properties#others.property.text
+msgid "Others"
+msgstr "Otros"
+
+#: ru_RU_en_US.properties#numsep.property.text
+msgid "Separation of large numbers (ISO)"
+msgstr ""
+
+#: ru_RU_en_US.properties#quotation.property.text
+msgid "Quotation"
+msgstr "Cita"
diff --git a/translations/source/es/dictionaries/si_LK.po b/translations/source/es/dictionaries/si_LK.po
new file mode 100644
index 00000000000..3ecf825d614
--- /dev/null
+++ b/translations/source/es/dictionaries/si_LK.po
@@ -0,0 +1,19 @@
+#. extracted from dictionaries/si_LK.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%2Fsi_LK.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Sinhala spelling dictionary"
+msgstr ""
diff --git a/translations/source/es/dictionaries/sk_SK.po b/translations/source/es/dictionaries/sk_SK.po
index 40555998951..f3a9e34ce4e 100644
--- a/translations/source/es/dictionaries/sk_SK.po
+++ b/translations/source/es/dictionaries/sk_SK.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/sl_SI.po b/translations/source/es/dictionaries/sl_SI.po
index d1b78f2ba46..81563aa789c 100644
--- a/translations/source/es/dictionaries/sl_SI.po
+++ b/translations/source/es/dictionaries/sl_SI.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/sr.po b/translations/source/es/dictionaries/sr.po
index 81cda4ac4e5..e1b748b734c 100644
--- a/translations/source/es/dictionaries/sr.po
+++ b/translations/source/es/dictionaries/sr.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/sv_SE.po b/translations/source/es/dictionaries/sv_SE.po
index d6853357d04..68b3dcd92f3 100644
--- a/translations/source/es/dictionaries/sv_SE.po
+++ b/translations/source/es/dictionaries/sv_SE.po
@@ -3,14 +3,14 @@ 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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/sw_TZ.po b/translations/source/es/dictionaries/sw_TZ.po
index b9a5d2a0ecc..3b4983f025a 100644
--- a/translations/source/es/dictionaries/sw_TZ.po
+++ b/translations/source/es/dictionaries/sw_TZ.po
@@ -3,18 +3,18 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Swahili spelling dictionary"
-msgstr ""
+msgstr "Diccionario ortográfico para Suajili"
diff --git a/translations/source/es/dictionaries/te_IN.po b/translations/source/es/dictionaries/te_IN.po
index db8371b9629..7d039365749 100644
--- a/translations/source/es/dictionaries/te_IN.po
+++ b/translations/source/es/dictionaries/te_IN.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:41+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: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/th_TH.po b/translations/source/es/dictionaries/th_TH.po
index 462bff1cacf..e9e2715aae4 100644
--- a/translations/source/es/dictionaries/th_TH.po
+++ b/translations/source/es/dictionaries/th_TH.po
@@ -3,18 +3,18 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Thai spelling dictionary"
-msgstr ""
+msgstr "Diccionario ortográfico para Tailandés"
diff --git a/translations/source/es/dictionaries/uk_UA.po b/translations/source/es/dictionaries/uk_UA.po
index 9ada63f7f69..fd13f83004a 100644
--- a/translations/source/es/dictionaries/uk_UA.po
+++ b/translations/source/es/dictionaries/uk_UA.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/vi.po b/translations/source/es/dictionaries/vi.po
index 78930d14d8c..412e31706b3 100644
--- a/translations/source/es/dictionaries/vi.po
+++ b/translations/source/es/dictionaries/vi.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/dictionaries/zu_ZA.po b/translations/source/es/dictionaries/zu_ZA.po
index 253a25f08b7..913b06a17ef 100644
--- a/translations/source/es/dictionaries/zu_ZA.po
+++ b/translations/source/es/dictionaries/zu_ZA.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/editeng/source/accessibility.po b/translations/source/es/editeng/source/accessibility.po
index e52c066fc19..ae7dd7eb298 100644
--- a/translations/source/es/editeng/source/accessibility.po
+++ b/translations/source/es/editeng/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/editeng/source/editeng.po b/translations/source/es/editeng/source/editeng.po
index ad1f7882863..aefdbfacdeb 100644
--- a/translations/source/es/editeng/source/editeng.po
+++ b/translations/source/es/editeng/source/editeng.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -49,7 +49,7 @@ msgstr "Aplicar los estilos"
#: editeng.src#RID_EDITUNDO_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "Cambiar ma~yúsculas y minúsculas"
#: editeng.src#RID_MENU_SPELL.MN_SPELLING.menuitem.text
msgid "~Spellcheck..."
diff --git a/translations/source/es/editeng/source/items.po b/translations/source/es/editeng/source/items.po
index c59b3337a7b..73c205ba1e1 100644
--- a/translations/source/es/editeng/source/items.po
+++ b/translations/source/es/editeng/source/items.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+editeng%2Fsource%2Fitems.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-13 01:16+0200\n"
-"Last-Translator: sbosio <santiago.bosio@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-28 03:46+0200\n"
+"Last-Translator: Daniel <gonzalezdr@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: svxitems.src#RID_SVXITEMS_TRUE.string.text
@@ -513,6 +513,30 @@ msgstr "Recuadro interior"
msgid "Outset"
msgstr "Recuadro exterior"
+#: svxitems.src#RID_SVXITEMS_METRIC_MM.string.text
+msgid "mm"
+msgstr "mm"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_CM.string.text
+msgid "cm"
+msgstr "cm"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_INCH.string.text
+msgid "inch"
+msgstr "pulgada"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_POINT.string.text
+msgid "pt"
+msgstr "pt"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_TWIP.string.text
+msgid "twip"
+msgstr "twip"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_PIXEL.string.text
+msgid "pixel"
+msgstr "Pixel"
+
#: svxitems.src#RID_SVXITEMS_SHADOWED_TRUE.string.text
msgid "Shadowed"
msgstr "Con sombra"
diff --git a/translations/source/es/editeng/source/misc.po b/translations/source/es/editeng/source/misc.po
index f3db8ec678a..11ee175c678 100644
--- a/translations/source/es/editeng/source/misc.po
+++ b/translations/source/es/editeng/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/editeng/source/outliner.po b/translations/source/es/editeng/source/outliner.po
index 4daf7b29833..2192e332d00 100644
--- a/translations/source/es/editeng/source/outliner.po
+++ b/translations/source/es/editeng/source/outliner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/extensions/source/abpilot.po b/translations/source/es/extensions/source/abpilot.po
index 4527336ba3e..64b48cecb3a 100644
--- a/translations/source/es/extensions/source/abpilot.po
+++ b/translations/source/es/extensions/source/abpilot.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -71,8 +71,8 @@ msgid "Mozilla / Netscape"
msgstr "Mozilla / Netscape"
#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_THUNDERBIRD.radiobutton.text
-msgid "Thunderbird"
-msgstr "Thunderbird"
+msgid "Thunderbird/Icedove"
+msgstr ""
#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_KAB.radiobutton.text
msgid "KDE address book"
diff --git a/translations/source/es/extensions/source/bibliography.po b/translations/source/es/extensions/source/bibliography.po
index d618a6138ae..b728b084d54 100644
--- a/translations/source/es/extensions/source/bibliography.po
+++ b/translations/source/es/extensions/source/bibliography.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-13 01:17+0200\n"
"Last-Translator: sbosio <santiago.bosio@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/extensions/source/dbpilots.po b/translations/source/es/extensions/source/dbpilots.po
index 931dca3a322..ba34946faa0 100644
--- a/translations/source/es/extensions/source/dbpilots.po
+++ b/translations/source/es/extensions/source/dbpilots.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/extensions/source/propctrlr.po b/translations/source/es/extensions/source/propctrlr.po
index 6c63d95e839..04a5cd9147d 100644
--- a/translations/source/es/extensions/source/propctrlr.po
+++ b/translations/source/es/extensions/source/propctrlr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/extensions/source/scanner.po b/translations/source/es/extensions/source/scanner.po
index da50635d558..4633b7b9f09 100644
--- a/translations/source/es/extensions/source/scanner.po
+++ b/translations/source/es/extensions/source/scanner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -54,7 +54,7 @@ msgstr ""
#: sanedlg.src#RID_SANE_DIALOG.RID_SCAN_BTN.pushbutton.text
msgid "Scan"
-msgstr ""
+msgstr "Escanear"
#: sanedlg.src#RID_SANE_DIALOG.RID_PREVIEW_BOX.fixedline.text
msgid "Preview"
diff --git a/translations/source/es/extensions/source/update/check.po b/translations/source/es/extensions/source/update/check.po
index 4eb6f2a61e1..ed0f310a2c0 100644
--- a/translations/source/es/extensions/source/update/check.po
+++ b/translations/source/es/extensions/source/update/check.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/filter/source/config/fragments/filters.po b/translations/source/es/filter/source/config/fragments/filters.po
index c11600485dc..d48f8a84518 100644
--- a/translations/source/es/filter/source/config/fragments/filters.po
+++ b/translations/source/es/filter/source/config/fragments/filters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-09-13 01:42+0200\n"
-"Last-Translator: Alexandro <jza@openoffice.org>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2011-10-31 05:44+0200\n"
+"Last-Translator: drodriguez <daniel.armando.rodriguez@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -60,7 +60,7 @@ msgstr "Texto codificado (documento maestro de %productname%)"
msgid "Microsoft Excel 2007 Binary"
msgstr "Microsoft Excel 2007 Binary"
-#: impress_OOXML_ui.xcu#Office_Open_XML_Presentation.UIName.value.text
+#: impress_OOXML_ui.xcu#Impress_Office_Open_XML.UIName.value.text
msgid "Office Open XML Presentation"
msgstr "Presentación Office Open XML"
@@ -288,7 +288,7 @@ msgstr "Documento HTML"
msgid "ODF Presentation"
msgstr "Presentación ODF"
-#: impress_OOXML_Template_ui.xcu#Office_Open_XML_Presentation_Template.UIName.value.text
+#: impress_OOXML_Template_ui.xcu#Impress_Office_Open_XML_Template.UIName.value.text
msgid "Office Open XML Presentation Template"
msgstr "Plantilla de presentación Office Open XML"
diff --git a/translations/source/es/filter/source/config/fragments/internalgraphicfilters.po b/translations/source/es/filter/source/config/fragments/internalgraphicfilters.po
index f76ac14f23c..9862b192aa8 100644
--- a/translations/source/es/filter/source/config/fragments/internalgraphicfilters.po
+++ b/translations/source/es/filter/source/config/fragments/internalgraphicfilters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/filter/source/config/fragments/types.po b/translations/source/es/filter/source/config/fragments/types.po
index 7bd07703bb5..db822c3b682 100644
--- a/translations/source/es/filter/source/config/fragments/types.po
+++ b/translations/source/es/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-31 05:44+0200\n"
"Last-Translator: drodriguez <daniel.armando.rodriguez@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: StarBase.xcu#StarBase.UIName.value.text
@@ -100,7 +100,7 @@ msgstr "Plantilla de Writer 8"
#: MS_Excel_2007_Binary.xcu#MS_Excel_2007_Binary.UIName.value.text
msgid "Microsoft Excel 2007 Binary"
-msgstr ""
+msgstr "Microsoft Excel 2007 Binary"
#: calc8.xcu#calc8.UIName.value.text
msgid "Calc 8"
diff --git a/translations/source/es/filter/source/flash.po b/translations/source/es/filter/source/flash.po
index fb683a316f1..24f81cfb9e2 100644
--- a/translations/source/es/filter/source/flash.po
+++ b/translations/source/es/filter/source/flash.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/filter/source/graphicfilter/eps.po b/translations/source/es/filter/source/graphicfilter/eps.po
index 20339dc3550..f248c1057e1 100644
--- a/translations/source/es/filter/source/graphicfilter/eps.po
+++ b/translations/source/es/filter/source/graphicfilter/eps.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/filter/source/pdf.po b/translations/source/es/filter/source/pdf.po
index d40f6c04bb7..f14cc59b076 100644
--- a/translations/source/es/filter/source/pdf.po
+++ b/translations/source/es/filter/source/pdf.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-13 01:20+0200\n"
-"Last-Translator: sbosio <santiago.bosio@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-10-31 05:44+0200\n"
+"Last-Translator: drodriguez <daniel.armando.rodriguez@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -117,6 +117,11 @@ msgstr "~Exportar comentarios"
msgid "Export ~notes pages"
msgstr "Exportar página de ~notas"
+#: impdialog.src#CB_EXPORTHIDDENSLIDES.checkbox.text
+#, fuzzy
+msgid "Export ~hidden pages"
+msgstr "Exportar página de ~notas"
+
#: impdialog.src#CB_EXPORTEMPTYPAGES.checkbox.text
msgid "Exp~ort automatically inserted blank pages"
msgstr "Exp~ortar automáticamente páginas en blanco insertadas"
diff --git a/translations/source/es/filter/source/t602.po b/translations/source/es/filter/source/t602.po
index 14c56097c32..e0f00286059 100644
--- a/translations/source/es/filter/source/t602.po
+++ b/translations/source/es/filter/source/t602.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/filter/source/xsltdialog.po b/translations/source/es/filter/source/xsltdialog.po
index 787850761c9..0d281ee416a 100644
--- a/translations/source/es/filter/source/xsltdialog.po
+++ b/translations/source/es/filter/source/xsltdialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-13 01:20+0200\n"
"Last-Translator: sbosio <santiago.bosio@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/forms/source/resource.po b/translations/source/es/forms/source/resource.po
index 59fbaecc7b5..e7b8cba2768 100644
--- a/translations/source/es/forms/source/resource.po
+++ b/translations/source/es/forms/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/formula/source/core/resource.po b/translations/source/es/formula/source/core/resource.po
index 73d4ed6e031..d5c5d02032b 100644
--- a/translations/source/es/formula/source/core/resource.po
+++ b/translations/source/es/formula/source/core/resource.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+formula%2Fsource%2Fcore%2Fresource.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-10-28 17:53+0200\n"
-"Last-Translator: dagmar <mariano@cuencodigital.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-28 03:58+0200\n"
+"Last-Translator: Daniel <gonzalezdr@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_IF.string.text
@@ -143,6 +143,22 @@ msgstr "ATANH"
msgid "ACOTH"
msgstr "ACOTH"
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_COSECANT.string.text
+msgid "CSC"
+msgstr "CSC"
+
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SECANT.string.text
+msgid "SEC"
+msgstr "SEC"
+
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_COSECANT_HYP.string.text
+msgid "CSCH"
+msgstr "CSCH"
+
+#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_SECANT_HYP.string.text
+msgid "SECH"
+msgstr "SECH"
+
#: core_resource.src#RID_STRLIST_FUNCTION_NAMES.SC_OPCODE_EXP.string.text
msgid "EXP"
msgstr "EXP"
diff --git a/translations/source/es/formula/source/ui/dlg.po b/translations/source/es/formula/source/ui/dlg.po
index 1481c55eb17..b6e6d0be170 100644
--- a/translations/source/es/formula/source/ui/dlg.po
+++ b/translations/source/es/formula/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/fpicker/source/office.po b/translations/source/es/fpicker/source/office.po
index 0d728235df0..6ce8285cbff 100644
--- a/translations/source/es/fpicker/source/office.po
+++ b/translations/source/es/fpicker/source/office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-17 17:31+0200\n"
"Last-Translator: Daniel <gonzalezdr@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/framework/source/classes.po b/translations/source/es/framework/source/classes.po
index 581f89b369b..704e69f0a0a 100644
--- a/translations/source/es/framework/source/classes.po
+++ b/translations/source/es/framework/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/framework/source/services.po b/translations/source/es/framework/source/services.po
index fce10c542e2..0927e4a23b4 100644
--- a/translations/source/es/framework/source/services.po
+++ b/translations/source/es/framework/source/services.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/helpcontent2/source/text/sbasic/guide.po b/translations/source/es/helpcontent2/source/text/sbasic/guide.po
index 2046ab6a3a1..d7c3ac111ad 100644
--- a/translations/source/es/helpcontent2/source/text/sbasic/guide.po
+++ b/translations/source/es/helpcontent2/source/text/sbasic/guide.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 19:48+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/es/helpcontent2/source/text/sbasic/shared.po b/translations/source/es/helpcontent2/source/text/sbasic/shared.po
index e6761d0678b..ed33395b8af 100644
--- a/translations/source/es/helpcontent2/source/text/sbasic/shared.po
+++ b/translations/source/es/helpcontent2/source/text/sbasic/shared.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-07-13 21:35+0200\n"
"Last-Translator: adgiraldez <adgiraldez@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4969,8 +4969,8 @@ msgid "Default"
msgstr "Predeterminado"
#: 01170101.xhp#par_id3153547.179.help.text
-msgid "Only input controls receive the focus when using the <emph>Tab </emph>key. Controls without input like caption controls are omitted."
-msgstr "Sólo los campos de control de entrada reciben el foco al utilizar la tecla <emph>Tabulación</emph>. Los campos de control sin entrada como las etiquetas se omiten."
+msgid "Only input controls receive the focus when using the <emph>Tab</emph> key. Controls without input like caption controls are omitted."
+msgstr ""
#: 01170101.xhp#par_id3154632.52.help.text
msgid "No"
diff --git a/translations/source/es/helpcontent2/source/text/sbasic/shared/01.po b/translations/source/es/helpcontent2/source/text/sbasic/shared/01.po
index 58e16360dc3..602baea4029 100644
--- a/translations/source/es/helpcontent2/source/text/sbasic/shared/01.po
+++ b/translations/source/es/helpcontent2/source/text/sbasic/shared/01.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 19:49+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/es/helpcontent2/source/text/sbasic/shared/02.po b/translations/source/es/helpcontent2/source/text/sbasic/shared/02.po
index 637b14d7410..9abe96ac8a5 100644
--- a/translations/source/es/helpcontent2/source/text/sbasic/shared/02.po
+++ b/translations/source/es/helpcontent2/source/text/sbasic/shared/02.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:49+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/es/helpcontent2/source/text/scalc.po b/translations/source/es/helpcontent2/source/text/scalc.po
index 4c7916956c1..43540dc173d 100644
--- a/translations/source/es/helpcontent2/source/text/scalc.po
+++ b/translations/source/es/helpcontent2/source/text/scalc.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+helpcontent2%2Fsource%2Ftext%2Fscalc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-06-12 05:21+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/es/helpcontent2/source/text/scalc/00.po b/translations/source/es/helpcontent2/source/text/scalc/00.po
index 3f347c43072..4a507b28ba4 100644
--- a/translations/source/es/helpcontent2/source/text/scalc/00.po
+++ b/translations/source/es/helpcontent2/source/text/scalc/00.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 19:49+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/es/helpcontent2/source/text/scalc/01.po b/translations/source/es/helpcontent2/source/text/scalc/01.po
index 5e1d7a724ec..d66b5ae1e56 100644
--- a/translations/source/es/helpcontent2/source/text/scalc/01.po
+++ b/translations/source/es/helpcontent2/source/text/scalc/01.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-06-12 09:22+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17914,8 +17914,8 @@ msgid "Editing Array Formulas"
msgstr "Editar fórmulas de matriz"
#: 04060107.xhp#par_id3149241.317.help.text
-msgid "Select the cell range or array containing the array formula. To select the whole array, position the cell cursor inside the array range, then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>+ /, where / is the Division key on the numeric keypad."
-msgstr "Seleccione el rango de celdas o el arreglo que contiene el arreglo de fórmula. Para seleccionar todo el arreglo, posicione el cursor en la celda dentro del rango del arreglo y presione <switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </caseinline><defaultinline>Ctrl </defaultinline></switchinline>+ /, donde / es la tecla de División en el teclado numérico ."
+msgid "Select the cell range or array containing the array formula. To select the whole array, position the cell cursor inside the array range, then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+/, where / is the Division key on the numeric keypad."
+msgstr ""
#: 04060107.xhp#par_id3143274.318.help.text
msgid "Either press F2 or position the cursor in the input line. Both of these actions let you edit the formula."
@@ -17976,8 +17976,8 @@ msgid "When you adjust the array range, the array formula will not automatically
msgstr "Al ajustar el área de la matriz, la fórmula no se ajusta automáticamente. Sólo se modifica el área en la que aparece el resultado."
#: 04060107.xhp#par_id3146080.333.help.text
-msgid "By holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key, you can create a copy of the array formula in the given range."
-msgstr "Dejando pulsado la tecla de <switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </caseinline><defaultinline>Control </defaultinline></switchinline> puede crear una copia de la fórmula del arreglo en el rango dado ."
+msgid "By holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, you can create a copy of the array formula in the given range."
+msgstr ""
#: 04060107.xhp#par_idN10D47.help.text
msgid "Conditional Array Calculations"
diff --git a/translations/source/es/helpcontent2/source/text/scalc/02.po b/translations/source/es/helpcontent2/source/text/scalc/02.po
index 44cdade45e9..618011c7369 100644
--- a/translations/source/es/helpcontent2/source/text/scalc/02.po
+++ b/translations/source/es/helpcontent2/source/text/scalc/02.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:49+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/es/helpcontent2/source/text/scalc/04.po b/translations/source/es/helpcontent2/source/text/scalc/04.po
index 6de7c97ab97..6336274a93b 100644
--- a/translations/source/es/helpcontent2/source/text/scalc/04.po
+++ b/translations/source/es/helpcontent2/source/text/scalc/04.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:49+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -36,8 +36,8 @@ msgid "To create a matrix in which all the cells contain the same information as
msgstr "Para crear una matriz en la que todas las celdas contengan la información escrita en la <emph>Línea de entrada</emph>, pulse Mayús + <switchinline select=\"sys\"><caseinline select=\"MAC\">Comando</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + Intro. Los componentes de la matriz no se pueden editar."
#: 01020000.xhp#par_id3166426.4.help.text
-msgid "To select multiple cells in different areas of a sheet, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline>and drag in the different areas."
-msgstr "Para seleccionar varias celdas en distintas zonas de una hoja, mantenga presionada la tecla <switchinline select=\"sys\"><caseinline select=\"MAC\">Comando</caseinline><defaultinline>Ctrl</defaultinline></switchinline> y arrastre en las diferentes áreas."
+msgid "To select multiple cells in different areas of a sheet, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and drag in the different areas."
+msgstr ""
#: 01020000.xhp#par_id3150207.127.help.text
msgid "To select multiple sheets in a spreadsheet, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, and then click the name tabs at the lower edge of the workspace. To select only one sheet in a selection, hold down Shift, and then click the name tab of the sheet."
@@ -239,8 +239,8 @@ msgid "Adds the next sheet to the current selection of sheets. If all the sheets
msgstr "Agrega la hoja siguiente a la selección de hojas actual. Si se seleccionan todas las hojas de una hoja de cálculo, esta combinación de teclas sólo selecciona la hoja siguiente. Convierte la hoja siguiente en la actual."
#: 01020000.xhp#hd_id3145826.96.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + *"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + *"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ *"
+msgstr ""
#: 01020000.xhp#par_id3148882.97.help.text
msgid "where (*) is the multiplication sign on the numeric key pad"
@@ -251,8 +251,8 @@ msgid "Selects the data range that contains the cursor. A range is a contiguous
msgstr "Selecciona el área de datos en la que se encuentra el cursor. Un área de datos reúne una serie de celdas contiguas; contiene datos y que está limitada por filas y columnas vacías."
#: 01020000.xhp#hd_id3151233.180.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + /"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + /"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ /"
+msgstr ""
#: 01020000.xhp#par_id3149949.181.help.text
msgid "where (/) is the division sign on the numeric key pad"
@@ -287,8 +287,8 @@ msgid "Moves the cursor down one cell in a selected range. To specify the direct
msgstr "Mueve el cursor una celda hacia abajo en el área seleccionada. Para especificar la dirección en que se debe mover el cursor, elíja <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferencias</caseinline><defaultinline>Herramientas - Opciones</defaultinline></switchinline> - %PRODUCTNAME Calc - General</emph>."
#: 01020000.xhp#par_id5961180.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline> + ` (see note below this table)"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Comando</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + (número del teclado numérico)"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ ` (see note below this table)"
+msgstr ""
#: 01020000.xhp#par_id6407055.help.text
msgid "Displays or hides the formulas instead of the values in all cells."
@@ -501,32 +501,32 @@ msgid "Ungroups the selected data range."
msgstr "Desagrupa el área de datos seleccionada."
#: 01020000.xhp#hd_id3151264.117.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + Down Arrow"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Opción</caseinline><defaultinline>Alt</defaultinline></switchinline> + flecha abajo"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ Down Arrow"
+msgstr ""
#: 01020000.xhp#par_id3153155.118.help.text
msgid "Increases the height of current row."
msgstr "Aumenta la altura de la fila actual."
#: 01020000.xhp#hd_id3151297.119.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + Up Arrow"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Opción</caseinline><defaultinline>Alt</defaultinline></switchinline> + flecha arriba"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ Up Arrow"
+msgstr ""
#: 01020000.xhp#par_id3155849.120.help.text
msgid "Decreases the height of current row."
msgstr "Reduce la altura de la fila actual."
#: 01020000.xhp#hd_id3155997.121.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + Right Arrow"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Opción</caseinline><defaultinline>Alt</defaultinline></switchinline> + flecha derecha"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ Right Arrow"
+msgstr ""
#: 01020000.xhp#par_id3150256.122.help.text
msgid "Increases the width of the current column."
msgstr "Aumenta el ancho de la columna actual."
#: 01020000.xhp#hd_id3154046.123.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + Left Arrow"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Opción</caseinline><defaultinline>Alt</defaultinline></switchinline> + flecha izquierda"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ Left Arrow"
+msgstr ""
#: 01020000.xhp#par_id3150155.124.help.text
msgid "Decreases the width of the current column."
diff --git a/translations/source/es/helpcontent2/source/text/scalc/05.po b/translations/source/es/helpcontent2/source/text/scalc/05.po
index df6f86fcfd8..30ce267a706 100644
--- a/translations/source/es/helpcontent2/source/text/scalc/05.po
+++ b/translations/source/es/helpcontent2/source/text/scalc/05.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 19:49+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/es/helpcontent2/source/text/scalc/guide.po b/translations/source/es/helpcontent2/source/text/scalc/guide.po
index 93d70ad3084..5e3bdbb8545 100644
--- a/translations/source/es/helpcontent2/source/text/scalc/guide.po
+++ b/translations/source/es/helpcontent2/source/text/scalc/guide.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 19:50+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1510,8 +1510,8 @@ msgstr "Por ejemplo, escriba el texto \"Ene\" o \"Enero\" en una celda vacía. S
#: sorted_list.xhp#par_id2367931.help.text
msgctxt "sorted_list.xhp#par_id2367931.help.text"
-msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>if you do not want to fill the cells with different values."
-msgstr "Mantenga presionado el <switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </caseinline><defaultinline>Ctrl </defaultinline></switchinline>si no quiere rellenar las celdas con valores diferentes ."
+msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> if you do not want to fill the cells with different values."
+msgstr ""
#: sorted_list.xhp#par_id3152577.5.help.text
msgid "The predefined series can be found under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists</emph>. You can also create your own lists of text strings tailored to your needs, such as a list of your company's branch offices. When you use the information in these lists later (for example, as headings), just enter the first name in the list and expand the entry by dragging it with your mouse."
@@ -3648,8 +3648,8 @@ msgstr "Para crear rápidamente una lista de días consecutivos, escriba <item t
#: calc_series.xhp#par_id9720145.help.text
msgctxt "calc_series.xhp#par_id9720145.help.text"
-msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>if you do not want to fill the cells with different values."
-msgstr "Mantener presionado <switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </caseinline><defaultinline>Ctrl </defaultinline></switchinline>si no se desea rellenar las celdas con diferentes valores."
+msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> if you do not want to fill the cells with different values."
+msgstr ""
#: calc_series.xhp#par_id3154490.18.help.text
msgid "If you select two or more adjacent cells that contain different numbers, and drag, the remaining cells are filled with the arithmetic pattern that is recognized in the numbers. The AutoFill function also recognizes customized lists that are defined under <item type=\"menuitem\"><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc - Sort Lists</item>."
@@ -3807,8 +3807,8 @@ msgid "Formatting Borders and Backgrounds for Cells and Pages"
msgstr "Formatear los bordes y el fondo para las celdas y la página"
#: format_table.xhp#par_id3154733.20.help.text
-msgid "You can assign a format to any group of cells by first selecting the cells (for multiple selection, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key when clicking), and then activating the <emph>Format Cells</emph> dialog in <item type=\"menuitem\">Format - Cell</item>. In this dialog, you can select attributes such as shadows and backgrounds."
-msgstr "Puede asignar un formato a cualquier grupo de celdas primero seleccionando las primeras celdas (para selección múltiple, mantenga presionado el <switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </caseinline><defaultinline>Ctrl </defaultinline></switchinline>mientras hace clic ), y luego activando el diálogo <emph>Formato de Celdas </emph> en <item type=\"menuitem\">Formato - Celda</item>. En este diálogo, puede seleccionar atributos como sombras y fondos ."
+msgid "You can assign a format to any group of cells by first selecting the cells (for multiple selection, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key when clicking), and then activating the <emph>Format Cells</emph> dialog in <item type=\"menuitem\">Format - Cell</item>. In this dialog, you can select attributes such as shadows and backgrounds."
+msgstr ""
#: format_table.xhp#par_id3145116.21.help.text
msgid "To apply formatting attributes to an entire sheet, choose <emph>Format - Page</emph>. You can define headers and footers, for example, to appear on each printed page."
@@ -4722,8 +4722,8 @@ msgid "In $[officename] Calc, you can insert values, text or formulas that are s
msgstr "$[officename] Calc permite insertar valores, texto o fórmulas y copiarlos simultáneamente en otras hojas seleccionadas del documento."
#: edit_multitables.xhp#par_id3153768.8.help.text
-msgid "Select all desired sheets by holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key and clicking the corresponding register tabs that are still gray at the bottom margin of the workspace. All selected register tabs are now white."
-msgstr "Seleccione las hojas deseadas manteniendo presionado el <switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </caseinline><defaultinline>Ctrl </defaultinline></switchinline> y haciendo clic en la pestaña de registro correspondiente que aún está gris en el margen inferior del espacio de trabajo. Todas las pestañas de registro seleccionadas ahora estarán en blanco ."
+msgid "Select all desired sheets by holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key and clicking the corresponding register tabs that are still gray at the bottom margin of the workspace. All selected register tabs are now white."
+msgstr ""
#: edit_multitables.xhp#par_idN10614.help.text
msgctxt "edit_multitables.xhp#par_idN10614.help.text"
@@ -4953,9 +4953,8 @@ msgid "Selecting Multiple Sheets"
msgstr "Seleccionar varias hojas"
#: multitables.xhp#par_id3145251.6.help.text
-#, fuzzy
-msgid "The sheet tab of the current sheet is always visible in white in front of the other sheet tabs. The other sheet tabs are gray when they are not selected. By clicking other sheet tabs while pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline>you can select multiple sheets."
-msgstr "La pestaña de la hoja actual siempre está visible en blanco al frente de las otras pestañas de hojas . Las otras pestañas de hojas están en gris cuando no están seleccionadas. Al hacer clic en las otras pestañas de hojas mientras se presiona el <switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </caseinline><defaultinline>Ctrl </defaultinline></switchinline>puede seleccionar múltiples hojas ."
+msgid "The sheet tab of the current sheet is always visible in white in front of the other sheet tabs. The other sheet tabs are gray when they are not selected. By clicking other sheet tabs while pressing <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> you can select multiple sheets."
+msgstr ""
#: multitables.xhp#par_idN106B7.help.text
msgctxt "multitables.xhp#par_idN106B7.help.text"
@@ -4967,9 +4966,8 @@ msgid "Undoing a Selection"
msgstr "Deshacer una selección"
#: multitables.xhp#par_id3146969.13.help.text
-#, fuzzy
-msgid "To undo the selection of a sheet, click its sheet tab again while pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline>key. The sheet that is currently visible cannot be removed from the selection."
-msgstr "Para anular la selección de una hoja, haga clic de nuevo en su ficha mientras pulsa la tecla <switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </caseinline><defaultinline>Ctrl</defaultinline></switchinline>. La hoja actualmente visible no puede deseleccionarse."
+msgid "To undo the selection of a sheet, click its sheet tab again while pressing the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key. The sheet that is currently visible cannot be removed from the selection."
+msgstr ""
#: multitables.xhp#hd_id3156382.15.help.text
msgid "Calculating Across Multiple Sheets"
@@ -5020,8 +5018,8 @@ msgid "If you move cells in insert mode within the same row (only horizontally),
msgstr "En el modo insertar, si mueve celdas en una misma fila (es decir, horizontalmente), después de insertarlas, todas las celdas se desplazarán a la izquierda para rellenar el rango de origen."
#: move_dragdrop.xhp#par_id2586748.help.text
-msgid "In both modes, you can hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key, or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift keys while you release the mouse button to insert a copy or a link, respectively."
-msgstr "En ambos modos, puede mantener presionado <switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </caseinline><defaultinline>Ctrl </defaultinline></switchinline> o el<switchinline select=\"sys\"><caseinline select=\"MAC\">Comando</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Mayúsc. mientras suelta el botón del ratón para insertar una copia o enlace, respectivamente."
+msgid "In both modes, you can hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift keys while you release the mouse button to insert a copy or a link, respectively."
+msgstr ""
#: move_dragdrop.xhp#par_id5814081.help.text
msgid "Keys pressed while releasing the mouse button"
@@ -5041,8 +5039,8 @@ msgid "Cells are moved and overwrite the cells in the target area. Source cells
msgstr "Las celdas se mueven y sobre escriben las celdas en el área de destino. Las celdas de origen son borradas."
#: move_dragdrop.xhp#par_id6161687.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </caseinline><defaultinline>Ctrl </defaultinline></switchinline>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key"
+msgstr ""
#: move_dragdrop.xhp#par_id4278389.help.text
msgid "Cells are copied and overwrite the cells in the target area. Source cells stay as they are."
@@ -5069,8 +5067,8 @@ msgid "If you move within the same rows on the same sheet, the cells in the targ
msgstr "Si mueve las celdas en la misma fila de la misma hoja, en el área de destino se deplazan a la derecha, y la totalidad de filas se desplazan para llenar el área de origen"
#: move_dragdrop.xhp#par_id2783898.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option+Command </caseinline><defaultinline>Alt+Ctrl </defaultinline></switchinline>keys"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Opción+Comando </caseinline><defaultinline>Alt+Ctrl </defaultinline></switchinline>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option+Command </caseinline><defaultinline>Alt+Ctrl</defaultinline></switchinline> keys"
+msgstr ""
#: move_dragdrop.xhp#par_id2785119.help.text
msgid "Cells are copied and shift the cells in the target area to the right or to the bottom. Source cells stay as they are."
@@ -5163,8 +5161,8 @@ msgid "To create a scenario, select all the cells that provide the data for the
msgstr "Para crear un escenario, seleccione todas las celdas que contienen datos que quiere que se incluyan. En nuestro ejemplo vamos a crear un escenario adicional denominado \"Cambio de dólar alto\":"
#: scenario.xhp#par_id3154020.17.help.text
-msgid "Select the cells that contain the values that will change between scenarios. To select multiple cells, hold down the <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline></item>key as you click each cell."
-msgstr "Seleccione las celdas que contienen los valores que cambiarán entre los escenarios . Para seleccionar celdas múltiples, mantenga presionado el <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </caseinline><defaultinline>Ctrl </defaultinline></switchinline></item> mientras hace clic en cada celda ."
+msgid "Select the cells that contain the values that will change between scenarios. To select multiple cells, hold down the <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline></item> key as you click each cell."
+msgstr ""
#: scenario.xhp#par_id3150364.18.help.text
msgid "Choose <emph>Tools - Scenarios</emph>. The <emph>Create Scenario</emph> dialog appears."
@@ -5607,9 +5605,8 @@ msgid "By double-clicking on one of the fields in the <emph>Data Fields</emph> a
msgstr "Al hacer doble clic en uno de los campos del área <emph>Campos de datos</emph> puede abrir el diálogo <link href=\"text/scalc/01/12090105.xhp\" name=\"Campo de datos\"><emph>Campo de datos</emph></link>."
#: datapilot_createtable.xhp#par_id3156286.17.help.text
-#, fuzzy
-msgid "Use the <item type=\"menuitem\">Data Field</item> dialog to select the calculations to be used for the data. To make a multiple selection, press the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline>key while clicking the desired calculation."
-msgstr "Utilice el diálogo <item type=\"menuitem\">Campo de datos</item> para seleccionar los cálculos que se deben usar para los datos. Para efectuar una selección múltiple, pulse la tecla <switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </caseinline><defaultinline>Ctrl </defaultinline></switchinline>mientras hace clic en el cálculo deseado"
+msgid "Use the <item type=\"menuitem\">Data Field</item> dialog to select the calculations to be used for the data. To make a multiple selection, press the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key while clicking the desired calculation."
+msgstr ""
#: datapilot_createtable.xhp#par_id3150329.13.help.text
msgid "The order of the buttons can be changed at any time by moving them to a different position in the area with the mouse."
diff --git a/translations/source/es/helpcontent2/source/text/schart.po b/translations/source/es/helpcontent2/source/text/schart.po
index 7e124f7114e..e0208653b2f 100644
--- a/translations/source/es/helpcontent2/source/text/schart.po
+++ b/translations/source/es/helpcontent2/source/text/schart.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+helpcontent2%2Fsource%2Ftext%2Fschart.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:50+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/es/helpcontent2/source/text/schart/00.po b/translations/source/es/helpcontent2/source/text/schart/00.po
index a95eb0abf52..3ab354ef0d1 100644
--- a/translations/source/es/helpcontent2/source/text/schart/00.po
+++ b/translations/source/es/helpcontent2/source/text/schart/00.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:50+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/es/helpcontent2/source/text/schart/01.po b/translations/source/es/helpcontent2/source/text/schart/01.po
index 6c2e4d16f45..575bc2b21dc 100644
--- a/translations/source/es/helpcontent2/source/text/schart/01.po
+++ b/translations/source/es/helpcontent2/source/text/schart/01.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:51+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/es/helpcontent2/source/text/schart/02.po b/translations/source/es/helpcontent2/source/text/schart/02.po
index b6a4035dba4..dc5d6fccaba 100644
--- a/translations/source/es/helpcontent2/source/text/schart/02.po
+++ b/translations/source/es/helpcontent2/source/text/schart/02.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:50+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/es/helpcontent2/source/text/schart/04.po b/translations/source/es/helpcontent2/source/text/schart/04.po
index 34a1652cbd2..7fafa1e37cb 100644
--- a/translations/source/es/helpcontent2/source/text/schart/04.po
+++ b/translations/source/es/helpcontent2/source/text/schart/04.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-06-12 10:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/es/helpcontent2/source/text/sdraw.po b/translations/source/es/helpcontent2/source/text/sdraw.po
index 2300ffa4823..68d7840e61e 100644
--- a/translations/source/es/helpcontent2/source/text/sdraw.po
+++ b/translations/source/es/helpcontent2/source/text/sdraw.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+helpcontent2%2Fsource%2Ftext%2Fsdraw.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:50+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/es/helpcontent2/source/text/sdraw/00.po b/translations/source/es/helpcontent2/source/text/sdraw/00.po
index 885791afaae..bc6122ca858 100644
--- a/translations/source/es/helpcontent2/source/text/sdraw/00.po
+++ b/translations/source/es/helpcontent2/source/text/sdraw/00.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 19:50+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/es/helpcontent2/source/text/sdraw/01.po b/translations/source/es/helpcontent2/source/text/sdraw/01.po
index 83684cd44e6..ac4a8121034 100644
--- a/translations/source/es/helpcontent2/source/text/sdraw/01.po
+++ b/translations/source/es/helpcontent2/source/text/sdraw/01.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:50+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/es/helpcontent2/source/text/sdraw/04.po b/translations/source/es/helpcontent2/source/text/sdraw/04.po
index 69efda435d9..2ddde72af18 100644
--- a/translations/source/es/helpcontent2/source/text/sdraw/04.po
+++ b/translations/source/es/helpcontent2/source/text/sdraw/04.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-06-12 06:23+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -374,8 +374,8 @@ msgid "Press the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option<
msgstr "Pulse <switchinline select=\"sys\"><caseinline select=\"MAC\">Opción</caseinline><defaultinline>Alt</defaultinline></switchinline> y arrastre el ratón para dibujar un objeto o modificar su tamaño desde el centro hacia fuera."
#: 01020000.xhp#hd_id3143232.83.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> + click on an object"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Opción</caseinline><defaultinline>Alt</defaultinline></switchinline> y hacer clic sobre un objeto"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline>+ click on an object"
+msgstr ""
#: 01020000.xhp#par_id3156007.84.help.text
msgid "Selects the object behind the currently selected object."
diff --git a/translations/source/es/helpcontent2/source/text/sdraw/guide.po b/translations/source/es/helpcontent2/source/text/sdraw/guide.po
index 9f26d4f8f9d..788afcc9e50 100644
--- a/translations/source/es/helpcontent2/source/text/sdraw/guide.po
+++ b/translations/source/es/helpcontent2/source/text/sdraw/guide.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-06-12 06:27+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/es/helpcontent2/source/text/shared.po b/translations/source/es/helpcontent2/source/text/shared.po
index 6f876ba04d9..383be97694c 100644
--- a/translations/source/es/helpcontent2/source/text/shared.po
+++ b/translations/source/es/helpcontent2/source/text/shared.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+helpcontent2%2Fsource%2Ftext%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-06-12 06:14+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/es/helpcontent2/source/text/shared/00.po b/translations/source/es/helpcontent2/source/text/shared/00.po
index 0d901a796ca..229f91f92d5 100644
--- a/translations/source/es/helpcontent2/source/text/shared/00.po
+++ b/translations/source/es/helpcontent2/source/text/shared/00.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-07-10 06:20+0200\n"
"Last-Translator: Daniel <gonzalezdr@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -4437,6 +4437,10 @@ msgstr "<variable id=\"scripting\">Elija <emph><switchinline select=\"sys\"><cas
msgid "<variable id=\"java\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Java</emph></variable>"
msgstr "<variable id=\"java\">Elija <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferencias</caseinline><defaultinline>Herramientas - Opciones</defaultinline></switchinline> - $[officename] - Java</emph></variable>"
+#: 00000406.xhp#par_id5485702.help.text
+msgid "<variable id=\"online_update\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Online Update </emph></variable>"
+msgstr ""
+
#: 00000406.xhp#par_id3146989.152.help.text
msgid "<variable id=\"accessibility\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Accessibility</emph></variable>"
msgstr "<variable id=\"accessibility\">Elija <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferencias</caseinline><defaultinline>Herramientas - Opciones</defaultinline></switchinline> - $[officename] - Accesibilidad</emph></variable>"
diff --git a/translations/source/es/helpcontent2/source/text/shared/01.po b/translations/source/es/helpcontent2/source/text/shared/01.po
index 5455f0b7d57..7740e0cb01a 100644
--- a/translations/source/es/helpcontent2/source/text/shared/01.po
+++ b/translations/source/es/helpcontent2/source/text/shared/01.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-10-31 23:27+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3583,6 +3583,10 @@ msgstr "En Archivo - Abrir, seleccione el archivo que desee insertar."
msgid "The file types that are listed in this dialog are not supported by all operating systems."
msgstr "No todos los sistemas operativos admiten los tipos de archivo que se incluyen en este diálogo."
+#: moviesound.xhp#par_idN10700.help.text
+msgid "Click the <emph>Link</emph> box if you want a link to the original file. If it is not checked, the media file will be embedded (not supported with all file formats)."
+msgstr ""
+
#: moviesound.xhp#par_idN106D7.help.text
msgid "Click <emph>Open</emph>."
msgstr "Haga clic en <emph>Abrir</emph>."
@@ -11979,8 +11983,8 @@ msgid "To view the styles that are used in a file, double-click the file name, a
msgstr "Para ver los estilos utilizados en un archivo, haga doble clic en el nombre del archivo y, a continuación, doble clic en el icono <emph>Estilos</emph>."
#: 01110100.xhp#par_id3155504.35.help.text
-msgid "To copy a style, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>and drag the style from one file to another file. To move a style, drag the style from one file to another file."
-msgstr "Para copiar un estilo, mantenga pulsado <switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </caseinline><defaultinline>Ctrl </defaultinline></switchinline> y arrastre el estilo de un archivo a otro archivo. Para mover un estilo, arrastre el estilo de un archivo a otro archivo."
+msgid "To copy a style, hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and drag the style from one file to another file. To move a style, drag the style from one file to another file."
+msgstr ""
#: 01110100.xhp#hd_id3149578.8.help.text
msgctxt "01110100.xhp#hd_id3149578.8.help.text"
@@ -12617,8 +12621,8 @@ msgid "Selection field"
msgstr "Campo de selección"
#: 02230401.xhp#par_id3161459.4.help.text
-msgid "<ahelp hid=\"HID_REDLINING_VIEW_DG_VIEW\">Lists the changes that were recorded in the document. When you select an entry in the list, the change is highlighted in the document. To sort the list, click a column heading. </ahelp> Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>while you click to select multiple entries in the list."
-msgstr "<ahelp hid=\"HID_REDLINING_VIEW_DG_VIEW\">Listas de los cambios que se registran en el documento. Cuando se selecciona una entrada en la lista, el cambio se pone de relieve en el documento. Para ordenar la lista, haga clic en un encabezado de columna. </ahelp> Mantenga pulsado <switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </caseinline><defaultinline>Ctrl </defaultinline></switchinline>mientras hace clic para seleccionar varias entradas en la lista."
+msgid "<ahelp hid=\"HID_REDLINING_VIEW_DG_VIEW\">Lists the changes that were recorded in the document. When you select an entry in the list, the change is highlighted in the document. To sort the list, click a column heading. </ahelp> Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while you click to select multiple entries in the list."
+msgstr ""
#: 02230401.xhp#par_id3152812.6.help.text
msgid "To edit the comment for an entry in the list, right-click the entry, and then choose<emph> Edit - Comment</emph>."
@@ -19406,8 +19410,8 @@ msgid "Several records or removing a selection"
msgstr "Varios registros o anular una selección"
#: 05340400.xhp#par_id3149295.17.help.text
-msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>and click the row header"
-msgstr "Mantenga pulsado <switchinline select=\"sys\"><caseinline select=\"MAC\">Comando</caseinline><defaultinline>Ctrl </defaultinline></switchinline>y haga clic en el encabezado de la fila"
+msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> and click the row header"
+msgstr ""
#: 05340400.xhp#par_id3152360.18.help.text
msgctxt "05340400.xhp#par_id3152360.18.help.text"
diff --git a/translations/source/es/helpcontent2/source/text/shared/02.po b/translations/source/es/helpcontent2/source/text/shared/02.po
index 8a24eab2c0e..bd08f704fd2 100644
--- a/translations/source/es/helpcontent2/source/text/shared/02.po
+++ b/translations/source/es/helpcontent2/source/text/shared/02.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-11-22 15:45+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -6794,8 +6794,8 @@ msgid "Decrease Indent"
msgstr "Reducir sangría"
#: 02130000.xhp#par_id3153031.6.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you click the <emph>Decrease Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key, the indent for the selected paragraph is moved by the default tab stop that has been set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Si hace clic en el ícono <emph>Reducir sangría</emph> mientras mantiene presionada la tecla <switchinline select=\"sys\"><caseinline select=\"MAC\">Comando</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, la sangría para el párrafo seleccionado se mueve en la distancia predeterminada de altos de tabulación establecida en <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> del cuadro de diálogo \"Opciones\".</caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you click the <emph>Decrease Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, the indent for the selected paragraph is moved by the default tab stop that has been set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
+msgstr ""
#: 01171300.xhp#tit.help.text
msgctxt "01171300.xhp#tit.help.text"
@@ -7601,8 +7601,8 @@ msgid "You can copy controls in the document through the clipboard (shortcut key
msgstr "Los campos de control se pueden copiar mediante el portapapeles (teclas de acceso directo <switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </caseinline><defaultinline>Control</defaultinline></switchinline> + C para copiar y <switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </caseinline><defaultinline>Control</defaultinline></switchinline> + V para pegar). Se puede copiar campos de control ocultos en el <emph>Navegador de formulario</emph> mediante la técnica de arrastrar y soltar, con la tecla <switchinline select=\"sys\"><caseinline select=\"MAC\">Comando</caseinline><defaultinline>Control</defaultinline></switchinline> pulsada."
#: 01170600.xhp#par_id3145068.20.help.text
-msgid "Drag and drop to copy controls within the same document or between documents. Open another form document and drag the hidden control from the <emph>Form Navigator</emph> into the <emph>Form Navigator</emph> of the target document. Click a visible control directly in the document, rest the mouse for a moment so that a copy of the control is added to the drag-and-drop clipboard, then drag the copy into the other document. If you want a copy in the same document, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>while dragging."
-msgstr "Utilice la técnica de arrastrar y soltar para copiar campos de control dentro del mismo documento o entre documentos. Abra otro documento de formulario y arrastre el control oculto desde este <emph>Navegador de formulario</emph> al <emph>Navegador de formulario</emph> del documento destino. Pulse en un campo de control visible directamente en el documento, deje el puntero del ratón sobre él unos instantes para que una copia del campo de control se agregue al portapapeles de arrastrar y colocar y arrastre la copia al otro documento. Si desea efectuar una copia en el mismo documento, pulse <switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </caseinline><defaultinline>Ctrl </defaultinline></switchinline>mientras se arrastra."
+msgid "Drag and drop to copy controls within the same document or between documents. Open another form document and drag the hidden control from the <emph>Form Navigator</emph> into the <emph>Form Navigator</emph> of the target document. Click a visible control directly in the document, rest the mouse for a moment so that a copy of the control is added to the drag-and-drop clipboard, then drag the copy into the other document. If you want a copy in the same document, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while dragging."
+msgstr ""
#: 01170600.xhp#hd_id3152812.13.help.text
msgid "Delete"
@@ -8207,8 +8207,8 @@ msgid "Drag the mark on the right to the left while pressing the mouse button"
msgstr "Arrastre hacia la izquierda la marca situada en el margen derecho con el botón del ratón pulsado"
#: 13020000.xhp#par_id3154760.16.help.text
-msgid "In order to change the left indent starting with the second line of a paragraph, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl </defaultinline></switchinline> key, click the triangle on the bottom left, and drag it to the right."
-msgstr "Para cambiar la sangría izquierda a partir de la segunda línea de un párrafo, mantener presionada la tecla <switchinline select=\"sys\"><caseinline select=\"MAC\">Comando</caseinline><defaultinline>Control</defaultinline></switchinline>, haga clic en el triángulo situado abajo a la izquierda y arrástrelo hacia la derecha."
+msgid "In order to change the left indent starting with the second line of a paragraph, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, click the triangle on the bottom left, and drag it to the right."
+msgstr ""
#: 13020000.xhp#par_id3148453.17.help.text
msgid "Tabs that have been set are not changed when indenting a paragraph. If the set tabs end up outside the margins of the paragraph, they are no longer displayed, but they still exist."
@@ -8483,8 +8483,8 @@ msgid "Increase Indent"
msgstr "Aumentar sangría"
#: 02140000.xhp#par_id3152996.5.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Click the <emph>Increase Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key to move the indenting of the selected paragraph by the default tab distance set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Haga clic en el icono <emph>Aumentar sangría</emph> mientras mantiene presionada la tecla <switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </caseinline><defaultinline>Ctrl </defaultinline></switchinline>, para incrementar la sangría del párrafo seleccionado según la distancia predeterminada de tabulación, establecida en <link href=\"text/shared/optionen/01040200.xhp\" name=\"Herramientas - Opciones - Writer - General\"><emph>Herramientas - Opciones - %PRODUCTNAME Writer - General</emph></link>.</caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Click the <emph>Increase Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key to move the indenting of the selected paragraph by the default tab distance set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
+msgstr ""
#: 02140000.xhp#par_id3157910.6.help.text
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Example:</caseinline></switchinline>"
diff --git a/translations/source/es/helpcontent2/source/text/shared/04.po b/translations/source/es/helpcontent2/source/text/shared/04.po
index b6239cea9bc..d3c48f5428e 100644
--- a/translations/source/es/helpcontent2/source/text/shared/04.po
+++ b/translations/source/es/helpcontent2/source/text/shared/04.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:51+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/es/helpcontent2/source/text/shared/05.po b/translations/source/es/helpcontent2/source/text/shared/05.po
index 9c71c7a578a..540f814e92b 100644
--- a/translations/source/es/helpcontent2/source/text/shared/05.po
+++ b/translations/source/es/helpcontent2/source/text/shared/05.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:52+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/es/helpcontent2/source/text/shared/07.po b/translations/source/es/helpcontent2/source/text/shared/07.po
index 1913384e0dc..140d6e49ff6 100644
--- a/translations/source/es/helpcontent2/source/text/shared/07.po
+++ b/translations/source/es/helpcontent2/source/text/shared/07.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F07.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:52+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/es/helpcontent2/source/text/shared/autokorr.po b/translations/source/es/helpcontent2/source/text/shared/autokorr.po
index 9d3adab8058..4dea6a0c69f 100644
--- a/translations/source/es/helpcontent2/source/text/shared/autokorr.po
+++ b/translations/source/es/helpcontent2/source/text/shared/autokorr.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautokorr.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:52+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/es/helpcontent2/source/text/shared/autopi.po b/translations/source/es/helpcontent2/source/text/shared/autopi.po
index dc39deb372e..c8d30ad65c5 100644
--- a/translations/source/es/helpcontent2/source/text/shared/autopi.po
+++ b/translations/source/es/helpcontent2/source/text/shared/autopi.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautopi.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:52+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/es/helpcontent2/source/text/shared/explorer/database.po b/translations/source/es/helpcontent2/source/text/shared/explorer/database.po
index 60883ce7e7f..811f5c47665 100644
--- a/translations/source/es/helpcontent2/source/text/shared/explorer/database.po
+++ b/translations/source/es/helpcontent2/source/text/shared/explorer/database.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fexplorer%2Fdatabase.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 19:53+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/es/helpcontent2/source/text/shared/guide.po b/translations/source/es/helpcontent2/source/text/shared/guide.po
index 8a4fac79ec7..5ef98ac6a4d 100644
--- a/translations/source/es/helpcontent2/source/text/shared/guide.po
+++ b/translations/source/es/helpcontent2/source/text/shared/guide.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-12 14:34+0200\n"
-"Last-Translator: Alexandro <jza@openoffice.org>\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2011-11-22 15:45+0200\n"
+"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
@@ -3020,8 +3020,8 @@ msgid "Select an object by a single click."
msgstr "Para seleccionar un objeto, pulse una vez en él."
#: gallery_insert.xhp#par_id3154140.12.help.text
-msgid "Drag the object into the document while pressing the Shift and <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>keys, or right-click to open the context menu and select <emph>Insert</emph> and <emph>Link</emph>."
-msgstr "Arrastrar el objeto en el documento mientras se mantiene pulsada las teclas Shift y <switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </caseinline><defaultinline>Ctrl </defaultinline></switchinline>, o dar clic derecho para abrir el menú contextual y seleccionar <emph>Insertar</emph> y <emph>Enlace</emph>."
+msgid "Drag the object into the document while pressing the Shift and <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> keys, or right-click to open the context menu and select <emph>Insert</emph> and <emph>Link</emph>."
+msgstr ""
#: gallery_insert.xhp#hd_id3156282.13.help.text
msgid "Inserting an object as a background graphic"
@@ -4381,8 +4381,8 @@ msgid "To reattach a floating window, drag-and-drop the window's title bar to an
msgstr "Para volver a fijar una ventana flotante, arrastre y coloque la barra de título de la ventana en un extremo de la ventana del documento. Cuando libere el botón del ratón, el puntero debe estar muy cerca del extremo de la ventana del documento."
#: floating_toolbar.xhp#par_id1510055.help.text
-msgid "Depending on your system's window manager settings, you may also double-click an empty place on the toolbar or window, while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key. Or double-click the title bar of the floating toolbar or window."
-msgstr "Dependiendo del administrador de configuraciones de ventana del sistema, se puede solamente dar doble clic en un espacio vacío en la barra de herramientas o ventana, mientras se mantiene pulsada la tecla <switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </caseinline><defaultinline>Ctrl </defaultinline></switchinline>. O dar doble clic en la barra de titulo de la barra de herramienta flotante o ventana."
+msgid "Depending on your system's window manager settings, you may also double-click an empty place on the toolbar or window, while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key. Or double-click the title bar of the floating toolbar or window."
+msgstr ""
#: floating_toolbar.xhp#par_idN107AC.help.text
msgid "Docking toolbars and windows by drag-and-drop depends on your system's window manager settings. You must enable your system to show the full window contents when you move a window, instead of showing just the outer frame."
@@ -6534,16 +6534,16 @@ msgid "Starting the $[officename] Software From the Command Line"
msgstr "Inicio del software de $[officename] desde la línea de órdenes"
#: start_parameters.xhp#par_id3156152.5.help.text
-msgid "Under Windows, select <emph>Run</emph> from the Windows Start menu, or open a Shell under UNIX® based platforms."
-msgstr "En Windows, seleccione <emph>Ejecutar</emph> en el menú de Inicio de Windows o abra un shell en plataformas basadas en UNIX(r)."
+msgid "Under Windows, select <emph>Run</emph> from the Windows Start menu, or open a shell under Linux, *BSD, or Mac OS X platforms."
+msgstr ""
#: start_parameters.xhp#par_id3152472.6.help.text
msgid "Under Windows, type the following text in the <emph>Open </emph>text field and click <emph>OK</emph>. "
msgstr "En Windows, escriba el texto siguiente en el campo de texto <emph>Abrir</emph> y pulse <emph>Aceptar</emph>."
#: start_parameters.xhp#par_id3149669.53.help.text
-msgid "Under UNIX based systems, type the following line of text, then press <emph>Return</emph>:"
-msgstr "En los sistemas basados en UNIX, escriba la línea de texto siguiente y, a continuación, pulse <emph>Intro</emph>:"
+msgid "Under UNIX-like systems, type the following line of text, then press <emph>Return</emph>:"
+msgstr ""
#: start_parameters.xhp#par_id3147561.7.help.text
msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">{install}\\program\\soffice.exe {parameter} </caseinline><caseinline select=\"UNIX\">{install}/program/soffice {parameter} </caseinline></switchinline>"
@@ -6570,15 +6570,25 @@ msgid "Meaning"
msgstr "<emph>Significado</emph>"
#: start_parameters.xhp#par_id3149983.73.help.text
-msgid "-help / -h / -?"
+#, fuzzy
+msgid "--help / -h / -?"
msgstr "-help / -h / -?"
#: start_parameters.xhp#par_id3147349.74.help.text
msgid "Lists the available command line parameters <switchinline select=\"sys\"><caseinline select=\"WIN\">in a dialog box</caseinline><defaultinline>to the console</defaultinline></switchinline>."
msgstr "Enumera los parámetros de la línea de comandos disponibles <switchinline select=\"sys\"><caseinline select=\"WIN\">en un cuadro de diálogo</caseinline><defaultinline>en la consola</defaultinline></switchinline>. -help muestra un texto de ayuda extenso; -h muestra un texto de ayuda breve."
+#: start_parameters.xhp#par_id31499et.73.help.text
+msgid "--version"
+msgstr ""
+
+#: start_parameters.xhp#par_id31473et.74.help.text
+msgid "Displays the version information."
+msgstr ""
+
#: start_parameters.xhp#par_id3150010.59.help.text
-msgid "-writer"
+#, fuzzy
+msgid "--writer"
msgstr "-writer"
#: start_parameters.xhp#par_id3147213.60.help.text
@@ -6586,7 +6596,8 @@ msgid "Starts with an empty Writer document."
msgstr "Se inicia con un documento vacío de Writer."
#: start_parameters.xhp#par_id3148616.61.help.text
-msgid "-calc"
+#, fuzzy
+msgid "--calc"
msgstr "-calc"
#: start_parameters.xhp#par_id3145261.62.help.text
@@ -6594,7 +6605,8 @@ msgid "Starts with an empty Calc document."
msgstr "Se inicia con un documento vacío de Calc."
#: start_parameters.xhp#par_id3156443.63.help.text
-msgid "-draw"
+#, fuzzy
+msgid "--draw"
msgstr "-draw"
#: start_parameters.xhp#par_id3154011.64.help.text
@@ -6602,7 +6614,8 @@ msgid "Starts with an empty Draw document."
msgstr "Se inicia con un documento vacío de Draw."
#: start_parameters.xhp#par_id3153142.65.help.text
-msgid "-impress"
+#, fuzzy
+msgid "--impress"
msgstr "-impress"
#: start_parameters.xhp#par_id3153222.66.help.text
@@ -6610,7 +6623,8 @@ msgid "Starts with an empty Impress document."
msgstr "Se inicia con un documento vacío de Impress."
#: start_parameters.xhp#par_id3155853.67.help.text
-msgid "-math"
+#, fuzzy
+msgid "--math"
msgstr "-math"
#: start_parameters.xhp#par_id3146928.68.help.text
@@ -6618,7 +6632,8 @@ msgid "Starts with an empty Math document."
msgstr "Se inicia con un documento vacío de Math."
#: start_parameters.xhp#par_id3149960.69.help.text
-msgid "-global"
+#, fuzzy
+msgid "--global"
msgstr "-global"
#: start_parameters.xhp#par_id3151075.70.help.text
@@ -6626,7 +6641,8 @@ msgid "Starts with an empty Writer master document."
msgstr "Se inicia con un documento maestro de Writer vacío."
#: start_parameters.xhp#par_id3154510.71.help.text
-msgid "-web"
+#, fuzzy
+msgid "--web"
msgstr "-web"
#: start_parameters.xhp#par_id3148836.72.help.text
@@ -6634,7 +6650,8 @@ msgid "Starts with an empty HTML document."
msgstr "Se inicia con un documento vacío de HTML."
#: start_parameters.xhp#par_id3149403.help.text
-msgid "-show {filename.odp}"
+#, fuzzy
+msgid "--show {filename.odp}"
msgstr "-show {nombrearchivo.odp}"
#: start_parameters.xhp#par_id3153838.80.help.text
@@ -6642,23 +6659,17 @@ msgid "Starts with the Impress file <emph>{filename.odp}</emph> and starts the p
msgstr "Se inicia el con el archivo de Impress <emph>{nombrearchivo.odp}</emph> y comienza la presentación. Entra en el modo de edición después de la presentación."
#: start_parameters.xhp#par_id3156276.13.help.text
-msgid "-minimized"
+#, fuzzy
+msgid "--minimized"
msgstr "-minimized"
#: start_parameters.xhp#par_id3146080.14.help.text
msgid "Starts minimized. The splash screen is not displayed."
msgstr "Se inicia minimizado. No se muestra la pantalla inicial."
-#: start_parameters.xhp#par_id3641773.help.text
-msgid "-maximized"
-msgstr "-maximized"
-
-#: start_parameters.xhp#par_id8224433.help.text
-msgid "Starts maximized."
-msgstr "Starts maximized."
-
#: start_parameters.xhp#par_id3145641.15.help.text
-msgid "-invisible"
+#, fuzzy
+msgid "--invisible"
msgstr "-invisible"
#: start_parameters.xhp#par_id3154756.16.help.text
@@ -6671,8 +6682,8 @@ msgid "Neither the start-up logo nor the initial program window will be visible.
msgstr "No serán visibles ni el logotipo de inicio ni la ventana inicial del programa. Sin embargo, se puede controlar el software de $[officename] y se pueden abrir los cuadros de diálogo y los documentos mediante <link href=\"http://api.openoffice.org\" name=\"API\">API</link>."
#: start_parameters.xhp#par_id3147341.18.help.text
-msgid "When the $[officename] software has been started with this parameter, it can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX based systems)."
-msgstr "Cuando se ha iniciado el software de $[officename] con este parámetro, sólo se puede terminar mediante el gestor de tareas (en Windows) o el comando <emph>kill</emph> (en sistemas basados en UNIX)."
+msgid "When the $[officename] software has been started with this parameter, it can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX-like systems)."
+msgstr ""
#: start_parameters.xhp#par_id3150388.48.help.text
msgid "It cannot be used in conjunction with <emph>-quickstart</emph>."
@@ -6683,16 +6694,9 @@ msgctxt "start_parameters.xhp#par_id3145147.19.help.text"
msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
msgstr "Puede encontrar más información en $[officename] <emph>Developer's Guide</emph>."
-#: start_parameters.xhp#par_id3155334.77.help.text
-msgid "-nocrashreport"
-msgstr "-nocrashreport"
-
-#: start_parameters.xhp#par_id3149259.78.help.text
-msgid "Disables the error report tool."
-msgstr "Desactiva el programa de informe de errores."
-
#: start_parameters.xhp#par_id3155903.20.help.text
-msgid "-norestore"
+#, fuzzy
+msgid "--norestore"
msgstr "-norestore"
#: start_parameters.xhp#par_id3156374.21.help.text
@@ -6700,8 +6704,9 @@ msgid "Disables restart and file recovery after a system crash."
msgstr "Desactiva el reinicio y la recuperación de archivos después de una caída del sistema en $[officename]."
#: start_parameters.xhp#par_id5215918.help.text
+#, fuzzy
msgctxt "start_parameters.xhp#par_id5215918.help.text"
-msgid "-nofirststartwizard"
+msgid "--nofirststartwizard"
msgstr "-nofirststartwizard"
#: start_parameters.xhp#par_id5665761.help.text
@@ -6709,7 +6714,8 @@ msgid "Disables the Welcome Wizard."
msgstr "Disables the Welcome Wizard."
#: start_parameters.xhp#par_id3148477.25.help.text
-msgid "-quickstart"
+#, fuzzy
+msgid "--quickstart"
msgstr "-quickstart"
#: start_parameters.xhp#par_id3153919.26.help.text
@@ -6717,7 +6723,8 @@ msgid "Activates the Quickstarter."
msgstr "Activa el Inicio rápido. "
#: start_parameters.xhp#par_id3152479.30.help.text
-msgid "-accept={UNO string}"
+#, fuzzy
+msgid "--accept={UNO string}"
msgstr "-accept={cadena de UNO}"
#: start_parameters.xhp#par_id3147130.31.help.text
@@ -6729,17 +6736,14 @@ msgctxt "start_parameters.xhp#par_id3148874.32.help.text"
msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
msgstr "Puede encontrar más información en <emph>$[officename] Developer's Guide</emph>."
-#: start_parameters.xhp#par_id3149964.33.help.text
-msgid "-env"
-msgstr "-userid={id del usuario}"
-
-#: start_parameters.xhp#par_id2439039.help.text
-msgid "Sets another environment for the program start."
-msgstr "Configurar otros medios para el inicio del programa."
+#: start_parameters.xhp#par_id315247a.30.help.text
+#, fuzzy
+msgid "--unaccept={UNO string}"
+msgstr "-accept={cadena de UNO}"
-#: start_parameters.xhp#par_id2789086.help.text
-msgid "Use soffice -env:UserInstallation=$(URL) where $(URL) is the URL of a folder that contains the \"user\" folder."
-msgstr "Usar soffice -env:UserInstallation=$(URL) where $(URL) es la URL de una carpeta que contiene la carpeta \"usuario\"."
+#: start_parameters.xhp#par_id314713a.31.help.text
+msgid "Closes an acceptor that was created with --accept={UNO string}. Use --unaccept=all to close all open acceptors."
+msgstr ""
#: start_parameters.xhp#par_id3159238.36.help.text
msgid "-p {filename1} {filename2} ..."
@@ -6755,7 +6759,8 @@ msgid "If the file name contains spaces, then it must be enclosed in quotation m
msgstr "Si el nombre de archivo contiene espacios, se debe acotar con comillas."
#: start_parameters.xhp#par_id3150883.38.help.text
-msgid "-pt {Printername} {filename1} {filename2} ..."
+#, fuzzy
+msgid "--pt {Printername} {filename1} {filename2} ..."
msgstr "-pt {nombre de impresora} {nombre de archivo 1} {nombre de archivo 2} ..."
#: start_parameters.xhp#par_id3155081.50.help.text
@@ -6776,7 +6781,8 @@ msgid "Opens <emph>{filename}</emph> for editing, even if it is a template."
msgstr "Abre <emph>{nombre de archivo}</emph> para su modificación, incluso aunque sea una plantilla."
#: start_parameters.xhp#par_id3151182.54.help.text
-msgid "-view {filename}"
+#, fuzzy
+msgid "--view {filename}"
msgstr "-view {nombre de archivo}"
#: start_parameters.xhp#par_id3145268.55.help.text
@@ -6792,7 +6798,8 @@ msgid "Creates a new document using <emph>{filename}</emph> as a template."
msgstr "Crea un nuevo documento mediante <emph>{nombre de archivo}</emph> como una plantilla."
#: start_parameters.xhp#par_id3155126.43.help.text
-msgid "-nologo"
+#, fuzzy
+msgid "--nologo"
msgstr "-nologo"
#: start_parameters.xhp#par_id3151334.44.help.text
@@ -6800,16 +6807,26 @@ msgid "Disables the splash screen at program start."
msgstr "Desactiva la pantalla de inicio al arrancar el programa."
#: start_parameters.xhp#par_id3159171.75.help.text
-msgid "-nodefault"
+#, fuzzy
+msgid "--nodefault"
msgstr "-nodefault"
#: start_parameters.xhp#par_id3153306.76.help.text
msgid "Starts without displaying anything except the splash screen."
msgstr "Se inicia sin mostrar nada excepto la pantalla inicial."
+#: start_parameters.xhp#par_id315917t.75.help.text
+msgid "--nolockcheck"
+msgstr ""
+
+#: start_parameters.xhp#par_id315330t.76.help.text
+msgid "Disables check for remote instances using the installation."
+msgstr ""
+
#: start_parameters.xhp#par_id2211676.help.text
+#, fuzzy
msgctxt "start_parameters.xhp#par_id2211676.help.text"
-msgid "-nofirststartwizard"
+msgid "--nofirststartwizard"
msgstr "-nofirststartwizard"
#: start_parameters.xhp#par_id1641895.help.text
@@ -6817,15 +6834,17 @@ msgid "Add this parameter to the program start command to suppress the Welcome W
msgstr "Agregar este parámetro para el comando de inicio del programa para evitar la bienvenida del Asistente."
#: start_parameters.xhp#par_id3153915.45.help.text
-msgid "-display {display}"
+#, fuzzy
+msgid "--display {display}"
msgstr "-display {visualización}"
#: start_parameters.xhp#par_id3146786.46.help.text
-msgid "Sets the <emph>DISPLAY </emph>environment variable on UNIX based platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for the $[officename] software on UNIX based platforms."
-msgstr "Configura la variable de entorno <emph>VISUALIZACIÓN</emph> en las plataformas basadas en UNIX con el valor <emph>{visualización}</emph>. Este parámetro sólo lo admite la secuencia de inicio para el software de $[officename] en las plataformas basadas en UNIX."
+msgid "Sets the <emph>DISPLAY </emph>environment variable on UNIX-like platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for the $[officename] software on UNIX-like platforms."
+msgstr ""
#: start_parameters.xhp#par_id3149595.56.help.text
-msgid "-headless"
+#, fuzzy
+msgid "--headless"
msgstr "-headless"
#: start_parameters.xhp#par_id3150530.57.help.text
@@ -6837,6 +6856,30 @@ msgstr "Se inicia en \"modo sin representación gráfica\" que permite usar la a
msgid "This special mode can be used when the application is controlled by external clients via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
msgstr "Se puede usar este modo especial cuando clientes externos controlan la aplicación mediante <link href=\"http://api.openoffice.org\" name=\"API\">API</link>."
+#: start_parameters.xhp#par_id314959o.56.help.text
+msgid "--infilter={filter}"
+msgstr ""
+
+#: start_parameters.xhp#par_id315053o.57.help.text
+msgid "Forces an input filter type, if possible. Eg. --infilter=\"Calc Office Open XML\"."
+msgstr ""
+
+#: start_parameters.xhp#par_id314959p.56.help.text
+msgid "--convert-to output_file_extension[:output_filter_name] [--outdir output_dir] files"
+msgstr ""
+
+#: start_parameters.xhp#par_id315053p.57.help.text
+msgid "Batch convert files.If --outdir is not specified, then current working directory is used as output_dir.<br/> Eg. --convert-to pdf *.doc<br/> --convert-to pdf:writer_pdf_Export --outdir /home/user *.doc"
+msgstr ""
+
+#: start_parameters.xhp#par_id314959q.56.help.text
+msgid "--print-to-file [--printer-name printer_name] [--outdir output_dir] files"
+msgstr ""
+
+#: start_parameters.xhp#par_id315053q.57.help.text
+msgid "Batch print files to file.If --outdir is not specified, then current working directory is used as output_dir.<br/> Eg. --print-to-file *.doc<br/> --print-to-file --printer-name nasty_lowres_printer --outdir /home/user *.doc"
+msgstr ""
+
#: groups.xhp#tit.help.text
msgid "Working with Groups "
msgstr "Trabajando con Grupos_"
@@ -9946,8 +9989,8 @@ msgid "Drag the window by its title bar to the side, or"
msgstr "Arrastre la ventana por la barra de título hasta el borde o"
#: autohide.xhp#par_id3150275.68.help.text
-msgid "Double-click inside a vacant area of the window while holding down the Ctrl key. In the Styles and Formatting window, double-click a gray part of the window next to the icons while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl </defaultinline></switchinline>key. Alternatively, press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F10</item>."
-msgstr "Dar doble clic dentro de una área disponible de una ventana mientras se mantiene presionada la tecla Ctrl. En la ventana de Estilos y Formatos, dar doble clic en una parte gris de la ventana siguiente a los iconos mientras se mantiene presionada la tecla <switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </caseinline><defaultinline>Ctrl </defaultinline></switchinline>. Alternativamente se puede presionar <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Comando</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F10</item>."
+msgid "Double-click inside a vacant area of the window while holding down the Ctrl key. In the Styles and Formatting window, double-click a gray part of the window next to the icons while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key. Alternatively, press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F10</item>."
+msgstr ""
#: autohide.xhp#par_id3147335.69.help.text
msgid "These methods can also be used to undock a currently docked window."
diff --git a/translations/source/es/helpcontent2/source/text/shared/optionen.po b/translations/source/es/helpcontent2/source/text/shared/optionen.po
index ac41d6dd4e3..eacc94c3722 100644
--- a/translations/source/es/helpcontent2/source/text/shared/optionen.po
+++ b/translations/source/es/helpcontent2/source/text/shared/optionen.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Foptionen.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-10-31 23:28+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -124,8 +124,8 @@ msgid "If you import an MS Word document, the spaces are automatically added dur
msgstr "Si importa un documento de MS-Word, los espacios se añaden automáticamente al realizar la conversión."
#: 01041000.xhp#hd_id3149964.42.help.text
-msgid "Use StarOffice 6.0/7 tab stop formatting"
-msgstr "Usar formato de marca de tabulación de StarOffice 6.0/7"
+msgid "Use OpenOffice.org 1.1 tab stop formatting"
+msgstr ""
#: 01041000.xhp#par_id3152777.43.help.text
msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTLOAD_PAGE_CB_TAB_ALIGNMENT\">Specifies how to align text at tab stops beyond the right margin, how to handle decimal tab stops, and how to handle tab stops close to a line break.</ahelp> If this check box is not selected, tab stops are handled in the same way as in other Office applications."
@@ -148,8 +148,8 @@ msgid "In text documents created by your current version of Writer, the addition
msgstr "En documentos de texto creados por la versión actual de Writer, el direccionamiento adicional es usado de forma predeterminada. En documentos de texto creados por versiones de Writer anteriores a StarOffice 8 o OpenOffice.org 2.0, el direccionamiento adicional no es usado."
#: 01041000.xhp#par_idN107FF.help.text
-msgid "Use StarOffice 6.0/7 line spacing"
-msgstr "Usar el interlineado de StarOffice 6.0/7"
+msgid "Use OpenOffice.org 1.1 line spacing"
+msgstr ""
#: 01041000.xhp#par_idN10815.help.text
msgid "If the option is off, a new process for formatting text lines with proportional line spacing will be applied. If the option is on, the previous method of formatting of text lines with proportional line spacing will be applied."
@@ -173,8 +173,8 @@ msgid "If the option is off, table cells will be formatted as in Writer versions
msgstr "Si la opción está desactivada, las celdas de la tabla se formatearán como en las versiones de Writer anteriores a StarOffice 8 u OpenOffice.org 2.0. Si la opción está activada, se aplicará un método alternativo para formatear las celdas de la tabla. De forma predeterminada, la opción está activada en los nuevos documentos creados con %PRODUCTNAME %PRODUCTVERSION y para los documentos importados desde Microsoft Word."
#: 01041000.xhp#par_idN1084C.help.text
-msgid "Use StarOffice 6.0/7 object positioning"
-msgstr "Usar el posicionamiento de objetos de StarOffice 6.0/7"
+msgid "Use OpenOffice.org 1.1 object positioning"
+msgstr ""
#: 01041000.xhp#par_idN10864.help.text
msgid "Specifies how to calculate the position of floating objects anchored to a character or paragraph with respect to the top and bottom paragraph spacing."
@@ -189,8 +189,8 @@ msgid "The option will be set to off for new documents. For Writer documents cre
msgstr "La opción está desactivada para los documentos nuevos. Para los documentos de Writer creados con una versión anterior a %PRODUCTNAME %PRODUCTVERSION, la opción está activada."
#: 01041000.xhp#par_idN10821.help.text
-msgid "Use StarOffice 6.0/7 text wrapping around objects"
-msgstr "Usar el ajuste de texto alrededor de objetos de StarOffice 6.0/7"
+msgid "Use OpenOffice.org 1.1 text wrapping around objects"
+msgstr ""
#: 01041000.xhp#par_id4016541.help.text
msgid "MS Word and Writer have different approaches on wrapping text around floating screen objects. Floating screen object are Writer frames and drawing objects, and the objects 'text box', 'graphic', 'frame', 'picture' etc. in MS Word."
@@ -2070,9 +2070,8 @@ msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the visible grid in front of
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Coloca la cuadrícula visible por delante de todos los objetos.</ahelp>"
#: 01050100.xhp#hd_id3149419.34.help.text
-#, fuzzy
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Snap Lines to ~Front</caseinline><caseinline select=\"IMPRESS\">Snap Lines to ~Front</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Líneas guías al frente</caseinline><caseinline select=\"IMPRESS\">Líneas guías al frente</caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Snap Lines to Front</caseinline><caseinline select=\"IMPRESS\">Snap Lines to Front</caseinline></switchinline>"
+msgstr ""
#: 01050100.xhp#par_id3150592.35.help.text
#, fuzzy
@@ -3181,25 +3180,6 @@ msgstr "Imágenes y objetos"
msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PGRF\">Specifies whether the graphics of your text document are printed.</ahelp>"
msgstr "<ahelp hid=\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_PGRF\">Especifica si se deben imprimir los gráficos que contiene el documento de texto.</ahelp>"
-#: 01040400.xhp#hd_id3150771.7.help.text
-msgctxt "01040400.xhp#hd_id3150771.7.help.text"
-msgid "Tables"
-msgstr "Tablas"
-
-#: 01040400.xhp#par_id3148943.8.help.text
-#, fuzzy
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PTAB\">Specifies whether the tables of the text document are printed.</ahelp>"
-msgstr "<ahelp hid=\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_PTAB\">Especifica si se deben imprimir las tablas del documento de texto.</ahelp>"
-
-#: 01040400.xhp#hd_id3149294.9.help.text
-msgid "Drawings (not for HTML documents)"
-msgstr "Dibujos (excepto en documentos HTML)"
-
-#: 01040400.xhp#par_id3149457.10.help.text
-#, fuzzy
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PDRAW\">Specifies whether graphics created with $[officename] drawing functions are printed.</ahelp>"
-msgstr "<ahelp hid=\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_PDRAW\">Especifica si se deben imprimir los gráficos creados con las funciones de dibujo de $[officename].</ahelp>"
-
#: 01040400.xhp#hd_id3153525.11.help.text
#, fuzzy
msgid "Form controls"
@@ -5486,14 +5466,6 @@ msgstr " <emph>Ejemplo:</emph> Escriba el texto 'Prueba' en la celda A1
msgid "The EXACT text function is always case-sensitive, independent of the settings in this dialog."
msgstr "La función de texto siempre tiene en cuenta las mayúsculas y minúsculas, independientemente de la configuración de este diálogo."
-#: 01060500.xhp#hd_id3145231.53.help.text
-msgid "Decimal places"
-msgstr "Decimales"
-
-#: 01060500.xhp#par_id3149568.54.help.text
-msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
-msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Define el número de decimales que se deben mostrar en los números con formato numérico <emph>Estándar</emph>. Los números se muestran redondeados, pero no se guardan así.</ahelp>"
-
#: 01060500.xhp#hd_id3145150.30.help.text
msgid "Precision as shown"
msgstr "Precisión como mostrada"
@@ -5583,6 +5555,14 @@ msgstr ""
msgid "<ahelp hid=\".\">You can specify the maximum number of decimal places that are shown by default for cells with General number format. If not enabled, cells with General number format show as many decimal places as the column width allows.</ahelp>"
msgstr ""
+#: 01060500.xhp#hd_id3145231.53.help.text
+msgid "Decimal places"
+msgstr "Decimales"
+
+#: 01060500.xhp#par_id3149568.54.help.text
+msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
+msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Define el número de decimales que se deben mostrar en los números con formato numérico <emph>Estándar</emph>. Los números se muestran redondeados, pero no se guardan así.</ahelp>"
+
#: viewcertificate_c.xhp#tit.help.text
msgid "Certificate Path"
msgstr "Ruta de certificado"
@@ -5851,7 +5831,7 @@ msgid "View"
msgstr "Ver"
#: 01060100.xhp#bm_id3147242.help.text
-msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>handles; showing large handles (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
+msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
msgstr ""
#: 01060100.xhp#hd_id3150445.1.help.text
@@ -5904,15 +5884,6 @@ msgstr ""
msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">Specifies whether to view guides when moving drawings, frames, graphics and other objects.</ahelp> These guides help you align objects."
msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">Especifica si se deben ver las guías al mover dibujos, marcos, gráficos y otros objetos.</ahelp> Estas guías son útiles para alinear objetos."
-#: 01060100.xhp#hd_id3149202.40.help.text
-msgctxt "01060100.xhp#hd_id3149202.40.help.text"
-msgid "Large handles"
-msgstr "Agarraderas grandes"
-
-#: 01060100.xhp#par_id3154123.41.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\">Specifies that larger than normal handles (the eight points on a selection box) are displayed.</ahelp>"
-msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\">Especifica que se muestren las manecillas (los ocho puntos situados en el borde de un cuadro de selección) mayores de lo normal.</ahelp>"
-
#: 01060100.xhp#hd_id3152920.3.help.text
msgctxt "01060100.xhp#hd_id3152920.3.help.text"
msgid "Display"
@@ -6857,7 +6828,7 @@ msgid "View"
msgstr "Ver"
#: 01040200.xhp#bm_id3156346.help.text
-msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>handles; displaying (Writer)</bookmark_value><bookmark_value>large handles (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
+msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
msgstr ""
#: 01040200.xhp#hd_id3145090.1.help.text
@@ -6886,15 +6857,6 @@ msgstr ""
msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">Displays snap lines around the frames when frames are moved. You can select the<emph> Helplines While Moving </emph>option to show the exact position of the object using lineal values.</ahelp>"
msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">Muestra líneas de guía alrededor de los marcos al moverlos. Seleccione la opción <emph> Guías al desplazar</emph>para mostrar la posición exacta del objeto cuando se utilizan líneas.</ahelp>"
-#: 01040200.xhp#hd_id3149763.32.help.text
-msgctxt "01040200.xhp#hd_id3149763.32.help.text"
-msgid "Large handles"
-msgstr "Agarraderas grandes"
-
-#: 01040200.xhp#par_id3153665.33.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_BIGHANDLE\">Displays larger sized handles (the eight points on a delimiting rectangle).</ahelp>"
-msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_BIGHANDLE\">Muestra las manecillas (los ocho puntos de las líneas del rectángulo) de mayor tamaño.</ahelp>"
-
#: 01040200.xhp#hd_id3149416.11.help.text
msgctxt "01040200.xhp#hd_id3149416.11.help.text"
msgid "View"
@@ -6988,7 +6950,7 @@ msgid "If the <emph>Graphics and objects </emph>option is not selected, no graph
msgstr "Si no se selecciona la opción <emph>Imágenes y objetos</emph> no se cargaran imágenes de Internet. Las imágenes contenidas en una tabla y sin indicación de tamaño pueden provocar problemas si la página examinada utiliza un estándar HTML antiguo."
#: 01040200.xhp#hd_id3156332.40.help.text
-msgctxt "01040200.xhp#hd_id3156332.40.help.text"
+#, fuzzy
msgid "Tables"
msgstr "Tablas"
diff --git a/translations/source/es/helpcontent2/source/text/simpress.po b/translations/source/es/helpcontent2/source/text/simpress.po
index 7b74432d260..a4f2eabe519 100644
--- a/translations/source/es/helpcontent2/source/text/simpress.po
+++ b/translations/source/es/helpcontent2/source/text/simpress.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+helpcontent2%2Fsource%2Ftext%2Fsimpress.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:53+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/es/helpcontent2/source/text/simpress/00.po b/translations/source/es/helpcontent2/source/text/simpress/00.po
index c1918f6f57c..60e92b491dd 100644
--- a/translations/source/es/helpcontent2/source/text/simpress/00.po
+++ b/translations/source/es/helpcontent2/source/text/simpress/00.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 19:53+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/es/helpcontent2/source/text/simpress/01.po b/translations/source/es/helpcontent2/source/text/simpress/01.po
index cac99a43acb..74bcd35793c 100644
--- a/translations/source/es/helpcontent2/source/text/simpress/01.po
+++ b/translations/source/es/helpcontent2/source/text/simpress/01.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:53+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/es/helpcontent2/source/text/simpress/02.po b/translations/source/es/helpcontent2/source/text/simpress/02.po
index e13f54c7f93..3f7caeb3198 100644
--- a/translations/source/es/helpcontent2/source/text/simpress/02.po
+++ b/translations/source/es/helpcontent2/source/text/simpress/02.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 19:53+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -298,32 +298,6 @@ msgstr "<image id=\"img_id3147341\" src=\"cmd/sc_doubleclicktextedit.png\" width
msgid "Double-click to add Text"
msgstr "Pulse dos veces para añadir texto"
-#: 13080000.xhp#tit.help.text
-msgctxt "13080000.xhp#tit.help.text"
-msgid "Large Handles"
-msgstr "Agarraderas grandes"
-
-#: 13080000.xhp#bm_id3146119.help.text
-msgid "<bookmark_value>handles; large</bookmark_value>"
-msgstr "<bookmark_value>agarraderas;grandes</bookmark_value>"
-
-#: 13080000.xhp#hd_id3146119.1.help.text
-msgid "<link href=\"text/simpress/02/13080000.xhp\" name=\"Large Handles\">Large Handles</link>"
-msgstr "<link href=\"text/simpress/02/13080000.xhp\" name=\"Large Handles\">Agarraderas grandes</link>"
-
-#: 13080000.xhp#par_id3153142.2.help.text
-msgid "<ahelp hid=\".uno:BigHandles\" visibility=\"visible\">Displays large selection handles.</ahelp>"
-msgstr "<ahelp hid=\".uno:BigHandles\" visibility=\"visible\">Muestra agarraderas de selección grandes.</ahelp>"
-
-#: 13080000.xhp#par_id3155445.help.text
-msgid "<image src=\"cmd/sc_bighandles.png\" id=\"img_id3153714\"><alt id=\"alt_id3153714\">Icon</alt></image>"
-msgstr "<image src=\"cmd/sc_bighandles.png\" id=\"img_id3153714\"><alt id=\"alt_id3153714\">Icono</alt></image>"
-
-#: 13080000.xhp#par_id3154755.4.help.text
-msgctxt "13080000.xhp#par_id3154755.4.help.text"
-msgid "Large Handles"
-msgstr "Agarraderas grandes"
-
#: 13170000.xhp#tit.help.text
msgctxt "13170000.xhp#tit.help.text"
msgid "Snap to Object Points"
diff --git a/translations/source/es/helpcontent2/source/text/simpress/04.po b/translations/source/es/helpcontent2/source/text/simpress/04.po
index fac53e4c973..b82e819d322 100644
--- a/translations/source/es/helpcontent2/source/text/simpress/04.po
+++ b/translations/source/es/helpcontent2/source/text/simpress/04.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:53+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -225,16 +225,16 @@ msgid "Jump to the last slide in the slide show."
msgstr "Saltar a la última diapositiva de la presentación en pantalla."
#: 01020000.xhp#hd_id3153580.54.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> +Page Up "
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + Av Pág"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Page Up "
+msgstr ""
#: 01020000.xhp#par_id3150702.55.help.text
msgid "Go to the previous slide."
msgstr "Ir a la diapositiva anterior."
#: 01020000.xhp#hd_id3152944.56.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> +Page Down "
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </caseinline><defaultinline>Ctrll</defaultinline></switchinline> + Av Pág "
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Page Down "
+msgstr ""
#: 01020000.xhp#par_id3153690.57.help.text
msgid "Go to the next slide."
@@ -319,8 +319,8 @@ msgid "Ungroup selected group."
msgstr "Separar grupo seleccionado."
#: 01020000.xhp#hd_id3149309.120.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + click"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </caseinline><defaultinline>Control</defaultinline></switchinline> + clic en"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ click"
+msgstr ""
#: 01020000.xhp#par_id3148996.121.help.text
msgid "Enter a group, so that you can edit the individual objects of the group. Click outside the group to return to the normal view."
@@ -328,8 +328,8 @@ msgstr "Entrar en un grupo para poder editar los objetos individuales que lo com
#: 01020000.xhp#hd_id3149485.75.help.text
msgctxt "01020000.xhp#hd_id3149485.75.help.text"
-msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+K"
-msgstr "Mayús + <switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </caseinline><defaultinline>Control</defaultinline></switchinline> + K"
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ K"
+msgstr ""
#: 01020000.xhp#par_id3151253.76.help.text
msgid "Combine selected objects."
@@ -337,8 +337,8 @@ msgstr "Combinación"
#: 01020000.xhp#hd_id3149104.77.help.text
msgctxt "01020000.xhp#hd_id3149104.77.help.text"
-msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+K"
-msgstr "Mayús + <switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </caseinline><defaultinline>Control</defaultinline></switchinline> + K"
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ K"
+msgstr ""
#: 01020000.xhp#par_id3154834.78.help.text
msgid "Split selected object. This combination only works on an object that was created by combining two or more objects."
@@ -353,24 +353,24 @@ msgid "Bring to Front."
msgstr "Traer al frente."
#: 01020000.xhp#hd_id3148972.81.help.text
-msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Plus key"
-msgstr "Mayús + <switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </caseinline><defaultinline>Control</defaultinline></switchinline> + tecla más (+)"
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Plus key"
+msgstr ""
#: 01020000.xhp#par_id3154900.82.help.text
msgid "Bring Forward."
msgstr "Traer adelante."
#: 01020000.xhp#hd_id3149040.83.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Minus key"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </caseinline><defaultinline>Control</defaultinline></switchinline> + tecla menos (-)"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Minus key"
+msgstr ""
#: 01020000.xhp#par_id3147580.84.help.text
msgid "Send Backward."
msgstr "Enviar atrás."
#: 01020000.xhp#hd_id3148742.85.help.text
-msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Minus key"
-msgstr "Mayús + <switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </caseinline><defaultinline>Control</defaultinline></switchinline> + tecla menos (-)"
+msgid "Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Minus key"
+msgstr ""
#: 01020000.xhp#par_id3152775.86.help.text
msgid "Send to Back."
@@ -401,8 +401,8 @@ msgid "Moves the selected object or the page view in the direction of the arrow.
msgstr "Desplaza el objeto seleccionado o la vista de la página en la dirección de la flecha."
#: 01020000.xhp#hd_id3154384.92.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Arrow Key"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </caseinline><defaultinline>Control</defaultinline></switchinline> + flecha"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Arrow Key"
+msgstr ""
#: 01020000.xhp#par_id3153279.93.help.text
msgid "Move around in the page view."
@@ -417,8 +417,8 @@ msgid "Constrains the movement of the selected object horizontally or vertically
msgstr "Restringe horizontal o verticalmente el movimiento del objeto seleccionado."
#: 01020000.xhp#hd_id3154117.98.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + drag (with <link href=\"text/shared/optionen/01070500.xhp\" name=\"Copy when moving\">Copy when moving</link> option active)"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Comando</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + arrastrar (con la opción <link href=\"text/shared/optionen/01070500.xhp\" name=\"Copiar al mover\">Copiar al mover</link> activa)"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ drag (with <link href=\"text/shared/optionen/01070500.xhp\" name=\"Copy when moving\">Copy when moving</link> option active)"
+msgstr ""
#: 01020000.xhp#par_id3150584.99.help.text
msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> and drag an object to create a copy of the object."
diff --git a/translations/source/es/helpcontent2/source/text/simpress/guide.po b/translations/source/es/helpcontent2/source/text/simpress/guide.po
index 6bf18fcb966..a853630e17b 100644
--- a/translations/source/es/helpcontent2/source/text/simpress/guide.po
+++ b/translations/source/es/helpcontent2/source/text/simpress/guide.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 19:53+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/es/helpcontent2/source/text/smath.po b/translations/source/es/helpcontent2/source/text/smath.po
index a212fd1a639..ec892830e83 100644
--- a/translations/source/es/helpcontent2/source/text/smath.po
+++ b/translations/source/es/helpcontent2/source/text/smath.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+helpcontent2%2Fsource%2Ftext%2Fsmath.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-06-12 11:50+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/es/helpcontent2/source/text/smath/00.po b/translations/source/es/helpcontent2/source/text/smath/00.po
index ffdf423ddbc..2d22cf9d9b1 100644
--- a/translations/source/es/helpcontent2/source/text/smath/00.po
+++ b/translations/source/es/helpcontent2/source/text/smath/00.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-25 23:25+0200\n"
"Last-Translator: Isaac <dxider@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/es/helpcontent2/source/text/smath/01.po b/translations/source/es/helpcontent2/source/text/smath/01.po
index 57adf2f779e..17007953f20 100644
--- a/translations/source/es/helpcontent2/source/text/smath/01.po
+++ b/translations/source/es/helpcontent2/source/text/smath/01.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-11-22 15:45+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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 03091501.xhp#tit.help.text
@@ -887,8 +887,8 @@ msgid "Line over"
msgstr "Línea sobre"
#: 03090600.xhp#par_id3147492.33.help.text
-msgid "<ahelp hid=\"HID_SMA_OVERLINEX\">Inserts a line over a placeholder.</ahelp> You can also type <emph>overline <?</emph> <emph>></emph> in the <emph>Commands</emph> window. The line adjusts itself to correct length."
-msgstr "<ahelp hid=\"HID_SMA_OVERLINEX\">Inserta una línea sobre un marcador de posición.</ahelp> También puede escribir <emph>overline <?></emph> en la ventana <emph>Comandos</emph>. La línea se ajusta a la longitud correcta."
+msgid "<ahelp hid=\"HID_SMA_OVERLINEX\">Inserts a line over a placeholder.</ahelp> You can also type <emph>overline <?></emph> in the <emph>Commands</emph> window. The line adjusts itself to correct length."
+msgstr ""
#: 03090600.xhp#par_idN103FD.help.text
msgid "<image id=\"img_id3145130\" src=\"starmath/res/at21714.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145130\">Icon</alt></image>"
@@ -3696,8 +3696,9 @@ msgid "<image id=\"img_id3148702\" src=\"starmath/res/bi21331.png\" width=\"0.84
msgstr ""
#: 03090200.xhp#par_id3150858.98.help.text
+#, fuzzy
msgid "precedes or equal"
-msgstr ""
+msgstr "Conjunto parcial o igual"
#: 03090200.xhp#par_id3150871.97.help.text
msgid "<ahelp hid=\"HID_SMA_PRECEDESEQUAL\">Inserts the logical operator <emph>precedes or equal</emph> with two placeholders.</ahelp> You can also type <emph>preccurlyeq</emph> in the <emph>Commands</emph> window."
@@ -3708,8 +3709,9 @@ msgid "<image id=\"img_id3148703\" src=\"starmath/res/bi21332.png\" width=\"0.84
msgstr ""
#: 03090200.xhp#par_id3150859.100.help.text
+#, fuzzy
msgid "succeeds or equal"
-msgstr ""
+msgstr "Conjunto parcial o igual"
#: 03090200.xhp#par_id3150872.99.help.text
msgid "<ahelp hid=\"HID_SMA_SUCCEEDSEQUAL\">Inserts the logical operator <emph>succeeds or equal</emph> with two placeholders.</ahelp> You can also type <emph>succcurlyeq</emph> in the <emph>Commands</emph> window."
@@ -3732,8 +3734,9 @@ msgid "<image id=\"img_id3148705\" src=\"starmath/res/bi21334.png\" width=\"0.84
msgstr ""
#: 03090200.xhp#par_id3150861.104.help.text
+#, fuzzy
msgid "succeeds or equivalent"
-msgstr ""
+msgstr "Conjunto parcial o igual"
#: 03090200.xhp#par_id3150874.103.help.text
msgid "<ahelp hid=\"HID_SMA_SUCCEEDSEQUIV\">Inserts the logical operator <emph>succeeds or equivalent</emph> with two placeholders.</ahelp> You can also type <emph>succsim</emph> in the <emph>Commands</emph> window."
@@ -4039,8 +4042,9 @@ msgid "<image id=\"img_id3153967\" src=\"starmath/res/bi21331.png\" width=\"0.33
msgstr ""
#: 03091502.xhp#par_id3155849.139.help.text
+#, fuzzy
msgid "Precedes or equal to"
-msgstr ""
+msgstr "Conjunto parcial o igual"
#: 03091502.xhp#par_id3153963.help.text
msgid "<image id=\"img_id3153968\" src=\"starmath/res/bi21332.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153968\">Icon</alt></image>"
@@ -4056,16 +4060,18 @@ msgid "<image id=\"img_id3153969\" src=\"starmath/res/bi21333.png\" width=\"0.33
msgstr ""
#: 03091502.xhp#par_id3155851.141.help.text
+#, fuzzy
msgid "Precedes or equivalent to"
-msgstr ""
+msgstr "Conjunto parcial o igual"
#: 03091502.xhp#par_id3153965.help.text
msgid "<image id=\"img_id3153970\" src=\"starmath/res/bi21334.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153970\">Icon</alt></image>"
msgstr ""
#: 03091502.xhp#par_id3155852.142.help.text
+#, fuzzy
msgid "Succeeds or equivalent to"
-msgstr ""
+msgstr "Conjunto parcial o igual"
#: 03091502.xhp#par_id3152853.98.help.text
msgid "Correspondence symbol image of"
diff --git a/translations/source/es/helpcontent2/source/text/smath/02.po b/translations/source/es/helpcontent2/source/text/smath/02.po
index 8afaa8bab79..682cdba84f5 100644
--- a/translations/source/es/helpcontent2/source/text/smath/02.po
+++ b/translations/source/es/helpcontent2/source/text/smath/02.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:53+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/es/helpcontent2/source/text/smath/04.po b/translations/source/es/helpcontent2/source/text/smath/04.po
index 4cb9c882c27..c0a1fbb3db4 100644
--- a/translations/source/es/helpcontent2/source/text/smath/04.po
+++ b/translations/source/es/helpcontent2/source/text/smath/04.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-25 23:41+0200\n"
"Last-Translator: Isaac <dxider@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/es/helpcontent2/source/text/smath/guide.po b/translations/source/es/helpcontent2/source/text/smath/guide.po
index b5544b3e5fc..30d0d8801ba 100644
--- a/translations/source/es/helpcontent2/source/text/smath/guide.po
+++ b/translations/source/es/helpcontent2/source/text/smath/guide.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-26 00:04+0200\n"
"Last-Translator: Isaac <dxider@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/es/helpcontent2/source/text/swriter.po b/translations/source/es/helpcontent2/source/text/swriter.po
index e01c243584a..34e81c784e7 100644
--- a/translations/source/es/helpcontent2/source/text/swriter.po
+++ b/translations/source/es/helpcontent2/source/text/swriter.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+helpcontent2%2Fsource%2Ftext%2Fswriter.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-05-03 20:56+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/es/helpcontent2/source/text/swriter/00.po b/translations/source/es/helpcontent2/source/text/swriter/00.po
index 77fab604166..fc8f661ec74 100644
--- a/translations/source/es/helpcontent2/source/text/swriter/00.po
+++ b/translations/source/es/helpcontent2/source/text/swriter/00.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:53+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -652,8 +652,8 @@ msgid "Choose <emph>Tools - Calculate</emph>"
msgstr "Seleccione <emph>Herramientas - Calcular</emph>"
#: 00000406.xhp#par_id3159188.38.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ plus sign"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </caseinline><defaultinline>Control</defaultinline></switchinline> + signo más"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + plus sign"
+msgstr ""
#: 00000406.xhp#par_id3155174.19.help.text
msgid "<variable id=\"aktualisieren\">Choose <emph>Tools - Update</emph></variable>"
diff --git a/translations/source/es/helpcontent2/source/text/swriter/01.po b/translations/source/es/helpcontent2/source/text/swriter/01.po
index 9b0b26f9d96..6cc1e768689 100644
--- a/translations/source/es/helpcontent2/source/text/swriter/01.po
+++ b/translations/source/es/helpcontent2/source/text/swriter/01.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fswriter%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-05 19:54+0200\n"
-"Last-Translator: Alexandro <jza@openoffice.org>\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2011-11-22 15:45+0200\n"
+"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
@@ -8410,28 +8410,26 @@ msgid "<ahelp hid=\"sw:NumericField:TP_TABLE_TEXTFLOW:NF_REPEAT_HEADER\">Enter t
msgstr "<ahelp hid=\"sw:NumericField:TP_TABLE_TEXTFLOW:NF_REPEAT_HEADER\">Indique el número de filas que desea incluir en el encabezado.</ahelp>"
#: 05090300.xhp#par_idN10940.help.text
-msgid "Text direction"
-msgstr "Dirección del texto"
+msgid "Text orientation"
+msgstr ""
#: 05090300.xhp#par_idN10944.help.text
-msgid "<ahelp hid=\"sw:ListBox:TP_TABLE_TEXTFLOW:LB_TEXTDIRECTION\">Select the direction for the text in the cells.</ahelp> You can also use a combination of the following %PRODUCTNAME formatting options to specify the orientation of text in table cells:"
-msgstr "<ahelp hid=\"sw:ListBox:TP_TABLE_TEXTFLOW:LB_TEXTDIRECTION\">Seleccione la dirección del texto en las celdas.</ahelp> Para determinar la orientación del texto en las celdas, también puede emplear una combinación de las opciones de formato siguientes de %PRODUCTNAME:"
+msgid "<ahelp hid=\"sw:ListBox:TP_TABLE_TEXTFLOW:LB_TEXTORIENTATION\">Select the orientation for the text in the cells.</ahelp> You can use the following formatting options to specify the orientation of text in table cells:"
+msgstr ""
#: 05090300.xhp#par_idN10964.help.text
-msgid "horizontal text"
-msgstr "texto horizontal"
+msgctxt "05090300.xhp#par_idN10964.help.text"
+msgid "Horizontal"
+msgstr "Horizontal"
#: 05090300.xhp#par_idN10968.help.text
-msgid "vertical text"
-msgstr "texto vertical"
-
-#: 05090300.xhp#par_idN1096C.help.text
-msgid "right-to-left (vertical) direction"
-msgstr "de derecha a izquierda (vertical)"
+msgctxt "05090300.xhp#par_idN10968.help.text"
+msgid "Vertical"
+msgstr "Vertical"
-#: 05090300.xhp#par_idN10970.help.text
-msgid "left-to-right direction."
-msgstr "de izquierda a derecha."
+#: 05090300.xhp#par_idN1097T.help.text
+msgid "Use superordinate object settings"
+msgstr ""
#: 05090300.xhp#hd_id3151028.23.help.text
msgid "Vertical alignment"
@@ -9675,6 +9673,8 @@ msgid "Specify the location of the selected object on the current page."
msgstr "Especifique la ubicación del objeto seleccionado en la página."
#: 05060100.xhp#hd_id3147488.27.help.text
+#, fuzzy
+msgctxt "05060100.xhp#hd_id3147488.27.help.text"
msgid "Horizontal"
msgstr "Horizontal"
@@ -9717,6 +9717,8 @@ msgid "You can also use the <link href=\"text/swriter/01/05060300.xhp\" name=\"G
msgstr "También puede usar la opción de voltear <link href=\"text/swriter/01/05060300.xhp\" name=\"imágenes\"><emph>imágenes</emph></link> para ajustar la distribución de los objetos en las páginas pares e impares."
#: 05060100.xhp#hd_id3145310.31.help.text
+#, fuzzy
+msgctxt "05060100.xhp#hd_id3145310.31.help.text"
msgid "Vertical"
msgstr "Vertical"
diff --git a/translations/source/es/helpcontent2/source/text/swriter/02.po b/translations/source/es/helpcontent2/source/text/swriter/02.po
index 6caf08bdbc5..653bd735a3d 100644
--- a/translations/source/es/helpcontent2/source/text/swriter/02.po
+++ b/translations/source/es/helpcontent2/source/text/swriter/02.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-06-12 06:44+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/es/helpcontent2/source/text/swriter/04.po b/translations/source/es/helpcontent2/source/text/swriter/04.po
index 8446e1d159b..bae70ae6e23 100644
--- a/translations/source/es/helpcontent2/source/text/swriter/04.po
+++ b/translations/source/es/helpcontent2/source/text/swriter/04.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-06-12 08:25+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -409,8 +409,8 @@ msgid "Apply Heading 5 paragraph style"
msgstr "Aplicar estilo de párrafo Encabezado 5"
#: 01020000.xhp#hd_id3146878.99.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ Plus Key(+)"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + tecla más (+)"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + Plus Key(+)"
+msgstr ""
#: 01020000.xhp#par_id3155403.101.help.text
msgid "Calculates the selected text and copies the result to the clipboard."
@@ -802,8 +802,8 @@ msgid "Paste the contents of the clipboard as unformatted text."
msgstr "Pega el contenido del portapapeles como texto sin formato."
#: 01020000.xhp#hd_id3145382.288.help.text
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+ double-click or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+F10"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Comando</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + doble clic o <switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </caseinline><defaultinline>Ctrl</defaultinline></switchinline> + Mayús + F10"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + double-click or <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> + Shift + F10"
+msgstr ""
#: 01020000.xhp#par_id3150379.290.help.text
msgid "Use this combination to quickly dock or undock the Navigator, Styles and Formatting window, or other windows"
diff --git a/translations/source/es/helpcontent2/source/text/swriter/guide.po b/translations/source/es/helpcontent2/source/text/swriter/guide.po
index 01e6021c5cb..deb58524bb9 100644
--- a/translations/source/es/helpcontent2/source/text/swriter/guide.po
+++ b/translations/source/es/helpcontent2/source/text/swriter/guide.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-11-22 15:45+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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: nonprintable_text.xhp#tit.help.text
@@ -5542,8 +5542,8 @@ msgid "There are several ways to create a table in a text document. You can inse
msgstr "Hay varios modos de crear una tabla en un documento de texto. Puede insertar una tabla desde una barra de herramientas, mediante un comando del menú o desde una hoja de cálculo. "
#: table_insert.xhp#hd_id3155908.33.help.text
-msgid "To Insert a Table From the Insert Toolbar"
-msgstr "Para insertar una tabla desde la barra de herramientas Insertar"
+msgid "To Insert a Table From a Toolbar"
+msgstr ""
#: table_insert.xhp#par_id3155861.34.help.text
msgctxt "table_insert.xhp#par_id3155861.34.help.text"
@@ -5551,8 +5551,8 @@ msgid "Place the cursor in your document where you want to insert the table."
msgstr "Sitúe el cursor en el documento donde desee insertar la tabla."
#: table_insert.xhp#par_id3147416.28.help.text
-msgid "On the <emph>Standard</emph> bar, click the arrow next to the <emph>Table</emph> icon."
-msgstr "En la barra <emph>Estándar</emph>, haga clic en la flecha que hay junto al icono <emph>Tabla</emph>."
+msgid "On the <emph>Standard</emph> or the <emph>Insert</emph> bar, click the arrow next to the <emph>Table</emph> icon."
+msgstr ""
#: table_insert.xhp#par_id3153398.29.help.text
msgid "In the table grid, drag to select the numbers of rows and columns that you want, and then release."
@@ -6083,6 +6083,8 @@ msgid "To apply bold formatting"
msgstr "Para aplicar negrita"
#: shortcut_writing.xhp#par_id3155861.14.help.text
+#, fuzzy
+msgctxt "shortcut_writing.xhp#par_id3155861.14.help.text"
msgid "Select the text that you want to format."
msgstr "Seleccione el texto que desea formatear."
@@ -6094,6 +6096,41 @@ msgstr "Pulse <switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </
msgid "You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B, type the text that you want to format in bold, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+B when you are finished."
msgstr "También se puede pulsar <switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </caseinline><defaultinline>Control</defaultinline></switchinline> + B, escribir el texto al que se desea aplicar negrita y, a continuación, pulsar <switchinline select=\"sys\"><caseinline select=\"MAC\">Comando </caseinline><defaultinline>Control</defaultinline></switchinline>+B cuando se haya concluido."
+#: shortcut_writing.xhp#hd_id3151909.2.help.text
+#, fuzzy
+msgid "To apply italic formatting"
+msgstr "Para aplicar negrita"
+
+#: shortcut_writing.xhp#par_id3151861.14.help.text
+msgctxt "shortcut_writing.xhp#par_id3151861.14.help.text"
+msgid "Select the text that you want to format."
+msgstr "Seleccione el texto que desea formatear."
+
+#: shortcut_writing.xhp#par_id3141836.5.help.text
+msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+I."
+msgstr ""
+
+#: shortcut_writing.xhp#par_id3151112.6.help.text
+msgid "You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+I, type the text that you want to format in italic, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+I when you are finished."
+msgstr ""
+
+#: shortcut_writing.xhp#hd_id3152909.2.help.text
+msgid "To underline text"
+msgstr ""
+
+#: shortcut_writing.xhp#par_id3152861.14.help.text
+#, fuzzy
+msgid "Select the text that you want to underline."
+msgstr "Seleccione el texto que desea poner en mayúscula."
+
+#: shortcut_writing.xhp#par_id3142836.5.help.text
+msgid "Press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+U."
+msgstr ""
+
+#: shortcut_writing.xhp#par_id3152112.6.help.text
+msgid "You can also press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+U, type the text that you want underlined, and then press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+U when you are finished."
+msgstr ""
+
#: shortcut_writing.xhp#par_id3149648.12.help.text
msgid "<link href=\"text/swriter/04/01020000.xhp\" name=\"Keyboard shortcut for text documents\">Keyboard shortcut for text documents</link>"
msgstr "<link href=\"text/swriter/04/01020000.xhp\" name=\"Combinación de teclas para documentos de texto\">Combinación de teclas para documentos de texto</link>"
diff --git a/translations/source/es/instsetoo_native/inc_openoffice/windows/msi_languages.po b/translations/source/es/instsetoo_native/inc_openoffice/windows/msi_languages.po
index e961438c8b4..3c740b635b3 100644
--- a/translations/source/es/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/translations/source/es/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-17 17:32+0200\n"
"Last-Translator: Daniel <gonzalezdr@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -31,68 +31,6 @@ msgstr "Se ha encontrado una versión más reciente de [ProductName]. Para insta
msgid "Please exit [DEFINEDPRODUCT] [DEFINEDVERSION] and the [DEFINEDPRODUCT] [DEFINEDVERSION] Quickstarter before you continue. If you are using a multi-user system, also make sure that no other user has [DEFINEDPRODUCT] [DEFINEDVERSION] open."
msgstr "Por favor cierra [DEFINEDPRODUCT] [DEFINEDVERSION] y el Inicio rapido [DEFINEDPRODUCT] [DEFINEDVERSION] antes de continuar. Si usted esta usando un sistema multi-usuario, asegúrese también que otro usuario no tenga [DEFINEDPRODUCT] [DEFINEDVERSION] abierto."
-#: Nsis.ulf#SetupCaption.LngText.text
-msgid "%PRODUCTNAME %PRODUCTVERSION Installation Preparation"
-msgstr "Preparación para la instalación de %PRODUCTNAME %PRODUCTVERSION"
-
-#: Nsis.ulf#MUI_TEXT_WELCOME_INFO_TITLE.LngText.text
-msgid "Thank you for downloading %PRODUCTNAME %PRODUCTVERSION."
-msgstr "Gracias por descargar %PRODUCTNAME %PRODUCTVERSION."
-
-#: Nsis.ulf#MUI_TEXT_WELCOME_INFO_TEXT.LngText.text
-msgid ""
-"The installation files must be unpacked and copied to your hard disk in preparation for the installation. After that, the %PRODUCTNAME installation will start automatically.\n"
-"\n"
-"Click \\'Next\\' to continue."
-msgstr ""
-"Los archivos de instalación se deben descomprimir y copiar en el disco duro con el fin de preparar la instalación. A continuación, comenzará de manera automática la instalación de %PRODUCTNAME.\n"
-"\n"
-"Haga clic en \\'Siguiente\\' para continuar."
-
-#: Nsis.ulf#MUI_TEXT_DIRECTORY_TITLE.LngText.text
-msgid "Select Folder"
-msgstr "Seleccionar carpeta"
-
-#: Nsis.ulf#MUI_TEXT_DIRECTORY_SUBTITLE.LngText.text
-msgid "Select the folder in which to save the unpacked files."
-msgstr "Seleccione la carpeta donde guardar los archivos descomprimidos."
-
-#: Nsis.ulf#InstallBtn.LngText.text
-msgid "&Unpack"
-msgstr "&Descomprimir"
-
-#: Nsis.ulf#DirText.LngText.text
-msgid "The %PRODUCTNAME %PRODUCTVERSION installation files will be unpacked and saved in the folder shown below. If you would like to save %PRODUCTNAME to a different folder, click \\'Browse\\' to select another folder."
-msgstr "Los archivos de instalación de %PRODUCTNAME %PRODUCTVERSION se descomprimirán y guardarán en la carpeta que aparece a continuación. Si deseara guardar %PRODUCTNAME en una carpeta diferente, haga clic en \\'Buscar\\' para seleccionar otra carpeta."
-
-#: Nsis.ulf#DirSubText.LngText.text
-msgid "Destination Folder"
-msgstr "Carpeta de destino"
-
-#: Nsis.ulf#SpaceRequired.LngText.text
-msgid "Space required: "
-msgstr "Espacio requerido: "
-
-#: Nsis.ulf#SpaceAvailable.LngText.text
-msgid "Space available: "
-msgstr "Espacio disponible: "
-
-#: Nsis.ulf#MUI_TEXT_INSTALLING_TITLE.LngText.text
-msgid "Unpacking"
-msgstr "Descomprimiendo"
-
-#: Nsis.ulf#MUI_TEXT_INSTALLING_SUBTITLE.LngText.text
-msgid "Please wait while the installation files are being unpacked."
-msgstr "Espere a que los archivos de instalación se hayan descomprimido."
-
-#: Nsis.ulf#Extract.LngText.text
-msgid "Extract: "
-msgstr "Extraer: "
-
-#: Nsis.ulf#MUI_TEXT_ABORTWARNING.LngText.text
-msgid "Are you sure you want to quit the %PRODUCTNAME %PRODUCTVERSION Installation Preparation"
-msgstr "¿Seguro que desea cancelar la preparación de la instalación de %PRODUCTNAME %PRODUCTVERSION?"
-
#: Error.ulf#OOO_ERROR_1.LngText.text
msgid "{{Fatal error: }}"
msgstr "{{Error grave: }}"
diff --git a/translations/source/es/mysqlc/source.po b/translations/source/es/mysqlc/source.po
index 7f3533878b6..8ee219095a9 100644
--- a/translations/source/es/mysqlc/source.po
+++ b/translations/source/es/mysqlc/source.po
@@ -3,22 +3,22 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-05-02 21:46+0200\n"
-"Last-Translator: Alexandro <jza@openoffice.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-28 04:20+0200\n"
+"Last-Translator: Daniel <gonzalezdr@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "MySQL Connector"
-msgstr ""
+msgstr "Conector MySQL"
#: 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 ""
+msgstr "El Conector MySQL instala un manejador de Base de Datos MySQL Nativo. Esto es rapido, eficiente, integrado y facil de administrar. No necesita instalar y configurar un manejador JDC o ODBC separadamente. Nunca fue tan facil usar bases de datos MySQL en LibreOffice Base"
diff --git a/translations/source/es/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/translations/source/es/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index b9bcf28b7ea..0b0fcd29450 100644
--- a/translations/source/es/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/translations/source/es/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/translations/source/es/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
new file mode 100644
index 00000000000..346ca19fd0c
--- /dev/null
+++ b/translations/source/es/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
@@ -0,0 +1,205 @@
+#. extracted from nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.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+nlpsolver%2Fhelp%2Fen%2Fcom.sun.star.comp.Calc.NLPSolver.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: Options.xhp#tit.help.text
+msgid "Options"
+msgstr "Opciones"
+
+#: Options.xhp#bm_id0503200917110375_scalc.help.text
+msgid "<bookmark_value>Solver for Nonlinear Problems;Options</bookmark_value>"
+msgstr ""
+
+#: Options.xhp#hd_id0503200917103593.help.text
+msgid "General Options"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103780.help.text
+msgid "Size of Swarm"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103723.help.text
+msgid "… defines the number of individuals to participate in the learning process. Each individual finds its own solutions and contributes to the overall knowledge."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103771.help.text
+msgid "Learning Cycles"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103720.help.text
+msgid "… defines the number of iterations, the algorithm should take. In each iteration, all individuals make a guess on the best solution and share their knowledge."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103732.help.text
+msgid "Variable Bounds Guessing"
+msgstr ""
+
+#: Options.xhp#par_id050320091710378.help.text
+msgid "If enabled (default), the algorithm tries to find variable bounds by looking at the starting values."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103794.help.text
+msgid "Variable Bounds Threshold"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103710.help.text
+msgid "When guessing variable bounds, this threshold specifies, how the initial values are shifted to build the bounds. For an example how these values are calculated, please refer to the Manual in the Wiki."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103740.help.text
+msgid "Use ACR Comparator"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103766.help.text
+msgid "If <emph>disabled</emph> (default), the BCH Comparator is used. It compares two individuals by first looking at their constraint violations and only if those are equal, it measures their current solution."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103744.help.text
+msgid "If <emph>enabled</emph>, the ACR Comparator is used. It compares two individuals dependent on the current iteration and measures their goodness with knowledge about the libraries worst known solutions (in regard to their constraint violations)."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103792.help.text
+msgid "Use Random Starting Point"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103790.help.text
+msgid "If <emph>enabled</emph>, the library is simply filled up with randomly chosen points."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103765.help.text
+msgid "If <emph>disabled</emph>, the currently present values (as given by the user) are inserted in the library as reference point."
+msgstr ""
+
+#: Options.xhp#par_id0504200917103794.help.text
+msgid "Stagnation Limit"
+msgstr ""
+
+#: Options.xhp#par_id050320091710377.help.text
+msgid "If this number of individuals found solutions within a close range, the iteration is stopped and the best of these values is chosen as optimal."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103762.help.text
+msgid "Stagnation Tolerance"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103834.help.text
+msgid "Defines in what range solutions are considered “similar”."
+msgstr ""
+
+#: Options.xhp#par_id0503200917103891.help.text
+msgid "Show Enhanced Solver Status"
+msgstr ""
+
+#: Options.xhp#par_id0503200917103832.help.text
+msgid "If <emph>enabled</emph>, an additional dialog is shown during the solving process which gives informations about the current progress, the level of stagnation, the currently best known solution as well as the possibility, to stop or resume the solver."
+msgstr ""
+
+#: Options.xhp#hd_id0603200910392151.help.text
+msgid "DEPS-specific Options"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394232.help.text
+msgid "Agent Switch Rate"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394248.help.text
+msgid "Specifies the probability for an individual to choose the Differential Evolution strategy."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394277.help.text
+msgid "DE: Crossover Probability"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394280.help.text
+msgid "… defines the probability of the individual being combined with the globally best point. If crossover is not used, the point is assembled from the own memory of the individual."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394216.help.text
+msgid "DE: Scaling Factor"
+msgstr ""
+
+#: Options.xhp#par_id060320091039424.help.text
+msgid "During crossover, the scaling factor decides about the “speed” of movement."
+msgstr ""
+
+#: Options.xhp#par_id060320091039421.help.text
+msgid "PS: Constriction Coefficient"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394225.help.text
+msgid "… defines the speed at which the particles/individuals move towards each other."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394222.help.text
+msgid "PS: Cognitive Constant"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394212.help.text
+msgid "… sets the importance of the own memory (in particular the best reached point so far)."
+msgstr ""
+
+#: Options.xhp#par_id0603200910394292.help.text
+msgid "PS: Social Constant"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394284.help.text
+msgid "… sets the importance of the global best point between all particles/individuals."
+msgstr ""
+
+#: Options.xhp#par_id060320091039425.help.text
+msgid "PS: Mutation Probability"
+msgstr ""
+
+#: Options.xhp#par_id0603200910394272.help.text
+msgid "… defines the probability, that instead of moving a component of the particle towards the best point, it randomly chooses a new value from the valid range for that variable."
+msgstr ""
+
+#: Options.xhp#hd_id0603200910401383.help.text
+msgid "SCO-specific Options"
+msgstr ""
+
+#: Options.xhp#par_id0603200910401382.help.text
+msgid "Size of Library"
+msgstr ""
+
+#: Options.xhp#par_id060320091040136.help.text
+msgid "… defines the amount of informations to store in the public library. Each individual stores knowledge there and asks for informations."
+msgstr ""
+
+#: Usage.xhp#tit.help.text
+msgctxt "Usage.xhp#tit.help.text"
+msgid "Usage"
+msgstr ""
+
+#: Usage.xhp#bm_id0603200910434044_scalc.help.text
+msgid "<bookmark_value>Solver for Nonlinear Problems;Usage</bookmark_value>"
+msgstr ""
+
+#: Usage.xhp#hd_id0603200910430882.help.text
+msgctxt "Usage.xhp#hd_id0603200910430882.help.text"
+msgid "Usage"
+msgstr ""
+
+#: Usage.xhp#par_id0603200910430845.help.text
+msgid "Regardless whether you use DEPS or SCO, you start by going to Tools → Solver and set the Cell to be optimized, the direction to go (minimization, maximization) and the cells to be modified to reach the goal. Then you go to the Options and specify the solver to be used and if necessary adjust the according <link href=\"com.sun.star.comp.Calc.NLPSolver/Options.xhp\">parameters</link>."
+msgstr ""
+
+#: Usage.xhp#par_id0603200910430821.help.text
+msgid "There is also a list of constraints you can use to restrict the possible range of solutions or to penalize certain conditions. However, in case of the evolutionary solvers DEPS and SCO, these constraints are also used to specify bounds on the variables of the problem. Due to the random nature of the algorithms, it is <emph>highly recommended</emph> to do so and give upper (and in case \"Assume Non-Negative Variables\" is turned off also lower) bounds for all variables. They don't have to be near the actual solution (which is probably unknown) but should give a rough indication of the expected size (0 ≤ var ≤ 1 or maybe -1000000 ≤ var ≤ 1000000)."
+msgstr ""
+
+#: Usage.xhp#par_id0603200910430873.help.text
+msgid "Bounds are specified by selecting one or more variables (as range) on the left side and entering a numerical value (not a cell or a formula) on the right side. That way you can also choose one or more variables to be <emph>Integer</emph> or <emph>Binary</emph> only."
+msgstr ""
diff --git a/translations/source/es/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/translations/source/es/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
new file mode 100644
index 00000000000..c06f7b6482b
--- /dev/null
+++ b/translations/source/es/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
@@ -0,0 +1,23 @@
+#. extracted from nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.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+nlpsolver%2Fsrc%2Fcom%2Fsun%2Fstar%2Fcomp%2FCalc%2FNLPSolver.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Solver for Nonlinear Programming"
+msgstr ""
+
+#: description.xml#extdesc.extdesc.description.text
+msgid "This extension integrates into Calc and offers new Solver engines to use for optimizing nonlinear programming models.\n"
+msgstr ""
diff --git a/translations/source/es/nlpsolver/src/locale.po b/translations/source/es/nlpsolver/src/locale.po
new file mode 100644
index 00000000000..c54b8b37535
--- /dev/null
+++ b/translations/source/es/nlpsolver/src/locale.po
@@ -0,0 +1,179 @@
+#. extracted from nlpsolver/src/locale.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+nlpsolver%2Fsrc%2Flocale.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.AssumeNonNegative.property.text
+msgid "Assume Non-Negative Variables"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.SwarmSize.property.text
+msgid "Size of Swarm"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.LibrarySize.property.text
+msgid "Size of Library"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.LearningCycles.property.text
+msgid "Learning Cycles"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.GuessVariableRange.property.text
+msgid "Variable Bounds Guessing"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.VariableRangeThreshold.property.text
+msgid "Variable Bounds Threshold (when guessing)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.UseACRComparator.property.text
+msgid "Use ACR Comparator (instead of BCH)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.UseRandomStartingPoint.property.text
+msgid "Use Random starting point"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.StagnationLimit.property.text
+msgid "Stagnation Limit"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.Tolerance.property.text
+msgid "Stagnation Tolerance"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.EnhancedSolverStatus.property.text
+msgid "Show enhanced solver status"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.AgentSwitchRate.property.text
+msgid "Agent Switch Rate (DE Probability)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.DEFactor.property.text
+msgid "DE: Scaling Factor (0-1.2)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.DECR.property.text
+msgid "DE: Crossover Probability (0-1)"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSC1.property.text
+msgid "PS: Cognitive Constant"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSC2.property.text
+msgid "PS: Social Constant"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSWeight.property.text
+msgid "PS: Constriction Coefficient"
+msgstr ""
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSCL.property.text
+msgid "PS: Mutation Probability (0-0.005)"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Dialog.Caption.property.text
+msgid "Solver Status"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblSolution.property.text
+msgid "Current Solution:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblIteration.property.text
+msgid "Iteration:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblStagnation.property.text
+msgid "Stagnation:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblRuntime.property.text
+msgid "Runtime:"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnStop.property.text
+msgid "Stop"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnOK.property.text
+msgid "OK"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnContinue.property.text
+msgid "Continue"
+msgstr "Continuar"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopIteration.property.text
+msgid "Maximum iterations reached."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopStagnation.property.text
+msgid "Process stopped due to stagnation."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopUser.property.text
+msgid "Process stopped due to user interruption."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.CurrentIteration.property.text
+msgid "Process stopped at iteration %d of %d."
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Nanoseconds.property.text
+msgid "Nanoseconds"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Microseconds.property.text
+msgid "Microseconds"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Milliseconds.property.text
+msgid "Milliseconds"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Second.property.text
+msgid "Second"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Seconds.property.text
+msgid "Seconds"
+msgstr "Segundos"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Minute.property.text
+msgid "Minute"
+msgstr "Minuto"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Minutes.property.text
+msgid "Minutes"
+msgstr "Minutos"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Hour.property.text
+msgid "Hour"
+msgstr "Hora"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Hours.property.text
+msgid "Hours"
+msgstr "Horas"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Day.property.text
+msgid "Day"
+msgstr ""
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Days.property.text
+msgid "Days"
+msgstr "Días"
diff --git a/translations/source/es/officecfg/registry/data/org/openoffice/Office.po b/translations/source/es/officecfg/registry/data/org/openoffice/Office.po
index b0ef76ff2f9..34be02dd668 100644
--- a/translations/source/es/officecfg/registry/data/org/openoffice/Office.po
+++ b/translations/source/es/officecfg/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-24 00:25+0200\n"
"Last-Translator: Daniel <gonzalezdr@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/officecfg/registry/data/org/openoffice/Office/UI.po b/translations/source/es/officecfg/registry/data/org/openoffice/Office/UI.po
index be75df94363..e86b41567f9 100644
--- a/translations/source/es/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/es/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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-31 05:44+0200\n"
"Last-Translator: drodriguez <daniel.armando.rodriguez@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: WriterReportWindowState.xcu#..WriterReportWindowState.UIElements.States.private_resource/toolbar/standardbar.UIName.value.text
@@ -2709,10 +2709,6 @@ msgstr "Paleta de colores de 8 bits"
msgid "24 Bit True Color"
msgstr "Colores reales de 24 bit"
-#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_BigHandles.Label.value.text
-msgid "Large Handles"
-msgstr "Agarraderas grandes"
-
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Commands..uno_DoubleClickTextEdit.Label.value.text
msgid "Double-click to edit Text"
msgstr "Pulsar dos veces para editar texto"
@@ -2843,7 +2839,7 @@ msgstr "P~lantillas"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_SnapLinesMenu.Label.value.text
msgid "~Snap Lines"
-msgstr ""
+msgstr "~Líneas de captura"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_MasterPageMenu.Label.value.text
msgctxt "DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_MasterPageMenu.Label.value.text"
@@ -3272,6 +3268,11 @@ msgctxt "BasicIDEWindowState.xcu#..BasicIDEWindowState.UIElements.States.private
msgid "Language"
msgstr "Idioma"
+#: BasicIDEWindowState.xcu#..BasicIDEWindowState.UIElements.States.private_resource/toolbar/formcontrolsbar.UIName.value.text
+#, fuzzy
+msgid "FormControls"
+msgstr "Controles de formulario"
+
#: BasicIDEWindowState.xcu#..BasicIDEWindowState.UIElements.States.private_resource/toolbar/insertcontrolsbar.UIName.value.text
msgid "Toolbox"
msgstr "Cuadro de herramientas"
@@ -8151,6 +8152,10 @@ msgstr "Esta~do del método de entrada"
msgid "Optio~n Bar"
msgstr "Barra de o~pciones"
+#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_SendFeedback.Label.value.text
+msgid "Send Feedback..."
+msgstr ""
+
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_ShowLicense.Label.value.text
msgid "License Information..."
msgstr "Información sobre la licencia..."
@@ -11836,7 +11841,37 @@ msgid "Goto Line Number..."
msgstr ""
#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_ShowLines.Label.value.text
-msgid "Display Source Line Number"
+msgid "Line Numbers"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormRadio.Label.value.text
+msgid "Form Option Button"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormCheck.Label.value.text
+msgid "Form Check Box"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormList.Label.value.text
+msgid "Form List Box"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormCombo.Label.value.text
+msgid "Form Combo Box"
+msgstr ""
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormVScroll.Label.value.text
+#, fuzzy
+msgid "Form Vertical Scroll Bar"
+msgstr "Barra de desplazamiento vertical"
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormHScroll.Label.value.text
+#, fuzzy
+msgid "Form Horizonal Scroll Bar"
+msgstr "Barra de desplazamiento horizontal"
+
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormSpin.Label.value.text
+msgid "Form Spin Button"
msgstr ""
#: WriterWebWindowState.xcu#..WriterWebWindowState.UIElements.States.private_resource/toolbar/standardbar.UIName.value.text
diff --git a/translations/source/es/padmin/source.po b/translations/source/es/padmin/source.po
index fd68f96caa8..45620ac43c4 100644
--- a/translations/source/es/padmin/source.po
+++ b/translations/source/es/padmin/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:05+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-24 00:29+0200\n"
"Last-Translator: Daniel <gonzalezdr@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/readlicense_oo/docs/readme.po b/translations/source/es/readlicense_oo/docs/readme.po
index e2afbf601c3..4a89a8d38ff 100644
--- a/translations/source/es/readlicense_oo/docs/readme.po
+++ b/translations/source/es/readlicense_oo/docs/readme.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -104,7 +104,7 @@ msgid "1024x768 resolution (higher resolution recommended), at least 256 colors"
msgstr "Resolución de 1024x768 (se recomienda una resolución más alta), por lo menos con 256 colores"
#: readme.xrm#edssc3d.edssc3d.readmeitem.text
-msgctxt "readme.xrm#edssc3d.edssc3d.readmeitem.text"
+#, fuzzy
msgid "Please be aware that administrator rights are needed for the installation process."
msgstr "Tenga en cuenta que se necesitan derechos de administrador para el proceso de instalación."
@@ -113,21 +113,12 @@ msgid "Registration of ${PRODUCTNAME} as default application for Microsoft Offic
msgstr "Se puede forzar o evitar que ${PRODUCTNAME} se registre como aplicación predeterminada para los formatos de Microsoft Office usando las opciones siguientes del instalador en la línea de comandos:"
#: readme.xrm#MSOReg2.MSOReg2.readmeitem.text
-msgid "<tt>/msoreg=1</tt> will force registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
-msgstr "<tt>/msoreg=1</tt> forzará que ${PRODUCTNAME} se registre como aplicación predeterminada para los formatos de Microsoft Office."
+msgid "<tt>REGISTER_ALL_MSO_TYPES=1</tt> will force registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
+msgstr ""
#: readme.xrm#MSOReg3.MSOReg3.readmeitem.text
-msgid "<tt>/msoreg=0</tt> will suppress registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
-msgstr "<tt>/msoreg=0</tt> evitará que ${PRODUCTNAME} se registre como aplicación predeterminada para los formatos de Microsoft Office."
-
-#: readme.xrm#DLLA1.DLLA1.readmeitem.text
-msgid "If you perform an administrative installation using setup /a, you need to make sure that the file msvc90.dll is installed on the system. This file is required for ${PRODUCTNAME} to start after an administrative installation. You can get the file from <a href=\"http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF\">http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF</a>"
-msgstr "Si realiza una instalación como administrador usando el comando setup /a, debe asegurarse que esté instalado en el sistema el archivo msvc90.dll. Después de la instalación como administrador, se requiere este archivo para iniciar ${PRODUCTNAME}. Puede obtener el archivo desde: <a href=\"http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF\">http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF</a>"
-
-#: readme.xrm#AdminNeeded.AdminNeeded.readmeitem.text
-msgctxt "readme.xrm#AdminNeeded.AdminNeeded.readmeitem.text"
-msgid "Please be aware that administrator rights are needed for the installation process."
-msgstr "Tenga en cuenta que se necesitan derechos de administrador para el proceso de instalación."
+msgid "<tt>REGISTER_NO_MSO_TYPES=1</tt> will suppress registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
+msgstr ""
#: readme.xrm#s2we10.s2we10.readmeitem.text
msgid "As a general rule, you are recommended to install ${PRODUCTNAME} via the installation methods recommended by your particular Linux distribution (such as the Ubuntu Software Center, in the case of Ubuntu Linux). This is because it is usually the simplest way to obtain an installation that is optimally integrated into your system. Indeed, ${PRODUCTNAME} may well be already installed by default when you originally install your Linux operating system."
@@ -186,8 +177,9 @@ msgid "Installation of ${PRODUCTNAME} on Debian/Ubuntu-based Linux systems"
msgstr "Instalación de ${PRODUCTNAME} en sistemas Linux basados en Debian/Ubutnu"
#: readme.xrm#debianinstall1.debianinstall1.readmeitem.text
-msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to do that, please read the section below entitled Deinstallation of a Previous Version of ${PRODUCTNAME}. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
-msgstr "Si ya se ha instalado una versión anterior de ${PRODUCTNAME}, deberá procederse a su desinstalación antes de poder continuar. Para obtener instrucciones sobre cómo realizar esta tarea, puede leerse la sección \"Desinstalación de una versión anterior de ${PRODUCTNAME}\" más abajo. Para obtener instrucciones sobre cómo instalar un paquete de idioma (luego de haber instalado la versión en inglés de EE.UU. de ${PRODUCTNAME}), puede leerse la sección \"Instalación de un paquete de idioma\" más abajo."
+msgctxt "readme.xrm#debianinstall1.debianinstall1.readmeitem.text"
+msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
+msgstr ""
#: readme.xrm#debianinstall2.debianinstall2.readmeitem.text
msgctxt "readme.xrm#debianinstall2.debianinstall2.readmeitem.text"
@@ -236,8 +228,9 @@ msgid "Installation of ${PRODUCTNAME} on Fedora, Suse, Mandriva and other Linux
msgstr "Instalación de ${PRODUCTNAME} en Fedora, Suse, Mandriva y otros sistemas Linux que usan paquetes RPM"
#: readme.xrm#rpminstall1.rpminstall1.readmeitem.text
-msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to do that, please read the section below entitled De-installation of a Previous Version of ${PRODUCTNAME}. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
-msgstr "Si ya se ha instalado una versión anterior de ${PRODUCTNAME}, deberá procederse a su desinstalación antes de poder continuar. Para obtener instrucciones sobre cómo realizar esta tarea, puede leerse la sección \"Desinstalación de una versión anterior de ${PRODUCTNAME}\" más abajo. Para obtener instrucciones sobre cómo instalar un paquete de idioma (luego de haber instalado la versión en inglés de EE.UU. de ${PRODUCTNAME}), puede leerse la sección \"Instalación de un paquete de idioma\" más abajo."
+msgctxt "readme.xrm#rpminstall1.rpminstall1.readmeitem.text"
+msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
+msgstr ""
#: readme.xrm#rpminstall2.rpminstall2.readmeitem.text
msgctxt "readme.xrm#rpminstall2.rpminstall2.readmeitem.text"
@@ -281,16 +274,20 @@ msgid "Now run the installation command again:"
msgstr "Ahora, ejecutar el comando de instalación nuevamente:"
#: readme.xrm#rpminstallB.rpminstallB.readmeitem.text
-msgid "For Fedora-based systems: su -c 'yum install *redhat*.rpm'"
-msgstr "Para los sistemas basados en Fedora: su -c 'yum install *redhat*.rpm'"
+msgid "For Fedora-based systems: su -c 'yum install *freedesktop*.rpm'"
+msgstr "Para los sistemas basados en Fedora: su -c 'yum install *freedesktop*.rpm'"
#: readme.xrm#rpminstallC.rpminstallC.readmeitem.text
msgid "For Mandriva-based systems: sudo urpmi *mandriva*.rpm"
msgstr "Para los sistemas basados en Mandriva: sudo urpmi *mandriva*.rpm"
+#: readme.xrm#rpminstallF.rpminstallF.readmeitem.text
+msgid "For SUSE-based systems: rpm -Uvh *suse*.rpm"
+msgstr ""
+
#: readme.xrm#rpminstallD.rpminstallD.readmeitem.text
-msgid "For other RPM-based systems (Suse, etc.): rpm -Uvh *suse*.rpm"
-msgstr "Para otros sistemas basados en RPM (Suse, etc.): rpm -Uvh *suse*.rpm"
+msgid "For other RPM-based systems: rpm -Uvh *freedesktop*.rpm"
+msgstr ""
#: readme.xrm#rpminstallE.rpminstallE.readmeitem.text
msgctxt "readme.xrm#rpminstallE.rpminstallE.readmeitem.text"
diff --git a/translations/source/es/reportbuilder/java/com/sun/star/report/function/metadata.po b/translations/source/es/reportbuilder/java/com/sun/star/report/function/metadata.po
new file mode 100644
index 00000000000..eb9b55f5fcb
--- /dev/null
+++ b/translations/source/es/reportbuilder/java/com/sun/star/report/function/metadata.po
@@ -0,0 +1,39 @@
+#. extracted from reportbuilder/java/com/sun/star/report/function/metadata.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+reportbuilder%2Fjava%2Fcom%2Fsun%2Fstar%2Freport%2Ffunction%2Fmetadata.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:41+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: Author_Function_en_US.properties#display_name.property.text
+msgid "AUTHOR"
+msgstr ""
+
+#: Author_Function_en_US.properties#description.property.text
+msgid "Returns the author of the report."
+msgstr ""
+
+#: Title_Function_en_US.properties#display_name.property.text
+msgid "TITLE"
+msgstr ""
+
+#: Title_Function_en_US.properties#description.property.text
+msgid "Returns the title of the report."
+msgstr ""
+
+#: category_en_US.properties#display_name.property.text
+msgid "MetaData"
+msgstr ""
+
+#: category_en_US.properties#description.property.text
+msgid "Contains functions about meta data"
+msgstr ""
diff --git a/translations/source/es/reportbuilder/registry/data/org/openoffice/Office.po b/translations/source/es/reportbuilder/registry/data/org/openoffice/Office.po
index 64b3f578d26..22692467893 100644
--- a/translations/source/es/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/translations/source/es/reportbuilder/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/reportbuilder/registry/data/org/openoffice/Office/UI.po b/translations/source/es/reportbuilder/registry/data/org/openoffice/Office/UI.po
index 2534471b6c3..dc184e9700d 100644
--- a/translations/source/es/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/es/reportbuilder/registry/data/org/openoffice/Office/UI.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-20 15:09+0200\n"
"Last-Translator: Daniel <gonzalezdr@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -238,7 +238,7 @@ msgstr "Formato de salida de Reporte"
#: ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_SnapLinesMenu.Label.value.text
msgid "~Snap Lines"
-msgstr ""
+msgstr "~Líneas de captura"
#: ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_ObjectResize.Label.value.text
msgctxt "ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_ObjectResize.Label.value.text"
diff --git a/translations/source/es/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/translations/source/es/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index c5428f07ba4..dcfa3241a3f 100644
--- a/translations/source/es/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/translations/source/es/reportbuilder/registry/data/org/openoffice/TypeDetection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/reportbuilder/util.po b/translations/source/es/reportbuilder/util.po
index f9b958adf37..5b9dd3c35d8 100644
--- a/translations/source/es/reportbuilder/util.po
+++ b/translations/source/es/reportbuilder/util.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/reportdesign/source/core/resource.po b/translations/source/es/reportdesign/source/core/resource.po
index 8ee4ce60b4d..e10bde0b19b 100644
--- a/translations/source/es/reportdesign/source/core/resource.po
+++ b/translations/source/es/reportdesign/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/reportdesign/source/ui/dlg.po b/translations/source/es/reportdesign/source/ui/dlg.po
index dec9782f51a..25432d6b093 100644
--- a/translations/source/es/reportdesign/source/ui/dlg.po
+++ b/translations/source/es/reportdesign/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/reportdesign/source/ui/inspection.po b/translations/source/es/reportdesign/source/ui/inspection.po
index d6c55bb314d..c7a2963eeee 100644
--- a/translations/source/es/reportdesign/source/ui/inspection.po
+++ b/translations/source/es/reportdesign/source/ui/inspection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/reportdesign/source/ui/report.po b/translations/source/es/reportdesign/source/ui/report.po
index fd7675e4d98..334f19ed218 100644
--- a/translations/source/es/reportdesign/source/ui/report.po
+++ b/translations/source/es/reportdesign/source/ui/report.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sc/source/core/src.po b/translations/source/es/sc/source/core/src.po
index 4ace7ec7442..236b4c619bd 100644
--- a/translations/source/es/sc/source/core/src.po
+++ b/translations/source/es/sc/source/core/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sc/source/ui/cctrl.po b/translations/source/es/sc/source/ui/cctrl.po
index bddc96ec575..b83e9ab3694 100644
--- a/translations/source/es/sc/source/ui/cctrl.po
+++ b/translations/source/es/sc/source/ui/cctrl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sc/source/ui/dbgui.po b/translations/source/es/sc/source/ui/dbgui.po
index 0355812bdd3..845aacf47a5 100644
--- a/translations/source/es/sc/source/ui/dbgui.po
+++ b/translations/source/es/sc/source/ui/dbgui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-24 00:31+0200\n"
"Last-Translator: Daniel <gonzalezdr@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sc/source/ui/docshell.po b/translations/source/es/sc/source/ui/docshell.po
index ac08b1b20d3..a1f92793c81 100644
--- a/translations/source/es/sc/source/ui/docshell.po
+++ b/translations/source/es/sc/source/ui/docshell.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sc/source/ui/drawfunc.po b/translations/source/es/sc/source/ui/drawfunc.po
index 7079c3052a8..23fad530341 100644
--- a/translations/source/es/sc/source/ui/drawfunc.po
+++ b/translations/source/es/sc/source/ui/drawfunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sc/source/ui/formdlg.po b/translations/source/es/sc/source/ui/formdlg.po
index aaf071b934a..cf21e1bad54 100644
--- a/translations/source/es/sc/source/ui/formdlg.po
+++ b/translations/source/es/sc/source/ui/formdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sc/source/ui/miscdlgs.po b/translations/source/es/sc/source/ui/miscdlgs.po
index 2744b4e4b95..8c6630f3bfd 100644
--- a/translations/source/es/sc/source/ui/miscdlgs.po
+++ b/translations/source/es/sc/source/ui/miscdlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-24 00:33+0200\n"
"Last-Translator: Daniel <gonzalezdr@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sc/source/ui/navipi.po b/translations/source/es/sc/source/ui/navipi.po
index e85acfe8820..0a7accd29d2 100644
--- a/translations/source/es/sc/source/ui/navipi.po
+++ b/translations/source/es/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-31 05:44+0200\n"
"Last-Translator: drodriguez <daniel.armando.rodriguez@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: navipi.src#RID_SCDLG_NAVIGATOR.FT_ROW.fixedtext.text
diff --git a/translations/source/es/sc/source/ui/pagedlg.po b/translations/source/es/sc/source/ui/pagedlg.po
index 5c96ebd2c38..4f1d652389f 100644
--- a/translations/source/es/sc/source/ui/pagedlg.po
+++ b/translations/source/es/sc/source/ui/pagedlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-03 18:05+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sc/source/ui/src.po b/translations/source/es/sc/source/ui/src.po
index fe1b8f7b5cb..116cf07822d 100644
--- a/translations/source/es/sc/source/ui/src.po
+++ b/translations/source/es/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-31 05:44+0200\n"
"Last-Translator: drodriguez <daniel.armando.rodriguez@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: namedlg.src#RID_SCDLG_NAMES.BTN_ADD.pushbutton.text
@@ -36,11 +36,6 @@ msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_NAME_CANCEL.pushbutton.text"
msgid "Cancel"
msgstr "Cancelar"
-#: namedlg.src#RID_SCDLG_NAMES.BTN_SELECT.pushbutton.text
-msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_SELECT.pushbutton.text"
-msgid "Select Range"
-msgstr "Seleccionar intervalo"
-
#: namedlg.src#RID_SCDLG_NAMES.FT_SCOPE.fixedtext.text
#, fuzzy
msgctxt "namedlg.src#RID_SCDLG_NAMES.FT_SCOPE.fixedtext.text"
@@ -70,6 +65,7 @@ msgid "Shrink"
msgstr "Reducir"
#: namedlg.src#RID_SCDLG_NAMES.BTN_MORE.checkbox.text
+msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_MORE.checkbox.text"
msgid "Range Options"
msgstr ""
@@ -97,25 +93,6 @@ msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_COLHEADER.checkbox.text"
msgid "Repeat ~column"
msgstr "Columna a r~epetir"
-#: namedlg.src#RID_SCDLG_NAMES.STR_INVALIDSYMBOL.string.text
-#, fuzzy
-msgctxt "namedlg.src#RID_SCDLG_NAMES.STR_INVALIDSYMBOL.string.text"
-msgid "Invalid expression"
-msgstr "Expresión no válida"
-
-#: namedlg.src#RID_SCDLG_NAMES.STR_MODIFYFAILED.string.text
-msgid "Modifying range name failed"
-msgstr ""
-
-#: 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_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_DEFAULT_INFO.string.text
msgid "Select cells in the document to update the range."
msgstr ""
@@ -445,10 +422,6 @@ msgstr "Saltos de página"
msgid "Helplines ~While Moving"
msgstr ""
-#: optdlg.src#RID_SCPAGE_CONTENT.CB_BIGHANDLES.checkbox.text
-msgid "~Large handles"
-msgstr "Agarraderas grandes"
-
#: optdlg.src#RID_SCPAGE_CONTENT.GB_DISPLAY.fixedline.text
msgid "Display"
msgstr "Mostrar"
@@ -1664,9 +1637,9 @@ msgstr "Eliminar"
msgid "Restore"
msgstr "Restaurar"
-#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_LAST.pushbutton.text
-msgid "Last Record"
-msgstr "Último registro"
+#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_PREV.pushbutton.text
+msgid "Previous Record"
+msgstr "Registro anterior"
#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_NEXT.pushbutton.text
msgid "Next Record"
@@ -3919,8 +3892,8 @@ msgid "Number"
msgstr "número"
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ARC_COS_HYP.3.string.text
-msgid "A value greater than or equal to 1 for which the hyperbolic cosine is to be returned."
-msgstr "es el valor mayor o igual a 1,cuyo coseno hiperbólico inverso se desea calcular."
+msgid "A value greater than or equal to 1 for which the inverse hyperbolic cosine is to be returned."
+msgstr ""
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ARC_SIN_HYP.1.string.text
msgid "Returns the inverse hyperbolic sine of a number."
@@ -4111,6 +4084,60 @@ msgstr "Número_y"
msgid "The value for the y coordinate."
msgstr "valor para la coordenada Y."
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.1.string.text
+msgid "Return the cosecant of an angle. CSC(x)=1/SIN(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT.3.string.text
+#, fuzzy
+msgid "The angle in radians for which the cosecant is to be calculated."
+msgstr "es el ángulo en radianes cuyo seno se desea calcular."
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.1.string.text
+msgid "Return the secant of an angle. SEC(x)=1/COS(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT.3.string.text
+#, fuzzy
+msgid "The angle in radians for which the secant is to be calculated."
+msgstr "es el ángulo en radianes cuyo seno se desea calcular."
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.1.string.text
+msgid "Return the hyperbolic cosecant of a hyperbolic angle. CSCH(x)=1/SINH(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_COSECANT_HYP.3.string.text
+msgid "The hyperbolic angle in radians for which the hyperbolic cosecant is to be calculated."
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.1.string.text
+msgid "Return the hyperbolic secant of a hyperbolic angle. SECH(x)=1/COSH(x)"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.2.string.text
+msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.2.string.text"
+msgid "Angle"
+msgstr ""
+
+#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SECANT_HYP.3.string.text
+msgid "The hyperbolic angle in radians for which the hyperbolic secant is to be calculated."
+msgstr ""
+
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_DEG.1.string.text
msgid "Converts a radian to degrees"
msgstr "Convierte radianes en grados."
@@ -10563,7 +10590,7 @@ msgstr "Editar nombres de área"
#: globstr.src#RID_GLOBSTR.STR_UNDO_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "Cambiar ma~yúsculas y minúsculas"
#: globstr.src#RID_GLOBSTR.STR_DB_NONAME.string.text
msgctxt "globstr.src#RID_GLOBSTR.STR_DB_NONAME.string.text"
@@ -11881,7 +11908,6 @@ msgstr "Seleccionar celda"
#: 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 "Seleccionar intervalo"
@@ -12161,6 +12187,25 @@ msgstr "Alcance"
msgid "Document (Global)"
msgstr "Documento (Global)"
+#: globstr.src#RID_GLOBSTR.STR_ERR_NAME_EXISTS.string.text
+msgid "Invalid name. Already in use for the selected scope."
+msgstr ""
+
+#: globstr.src#RID_GLOBSTR.STR_ERR_NAME_INVALID.string.text
+msgid "Invalid name. Only use letters, numbers and underscore."
+msgstr ""
+
+#: globstr.src#RID_GLOBSTR.STR_UNSAVED_EXT_REF.string.text
+msgid ""
+"This Document contains external references to unsaved documents.\n"
+"\n"
+"Do you want to continue?"
+msgstr ""
+
+#: globstr.src#RID_GLOBSTR.STR_CLOSE_WITH_UNSAVED_REFS.string.text
+msgid "This Document is referenced by another document and not yet saved. Closing it without saving will result in data loss."
+msgstr ""
+
#: crnrdlg.src#RID_SCDLG_COLROWNAMERANGES.FL_ASSIGN.fixedline.text
msgctxt "crnrdlg.src#RID_SCDLG_COLROWNAMERANGES.FL_ASSIGN.fixedline.text"
msgid "Range"
@@ -12922,7 +12967,8 @@ msgid "Cancel"
msgstr "Cancelar"
#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_MORE.checkbox.text
-msgid "RangeOptions"
+msgctxt "namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_MORE.checkbox.text"
+msgid "Range Options"
msgstr ""
#: namedefdlg.src#RID_SCDLG_NAMES_DEFINE.FT_NAME.fixedtext.text
@@ -12973,20 +13019,6 @@ msgctxt "namedefdlg.src#RID_SCDLG_NAMES_DEFINE.BTN_COLHEADER.checkbox.text"
msgid "Repeat ~column"
msgstr "Columna a r~epetir"
-#: 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 "Expresión no válida"
-
-#: 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 ""
diff --git a/translations/source/es/sc/source/ui/styleui.po b/translations/source/es/sc/source/ui/styleui.po
index 14570b89ddf..2e16b9afc11 100644
--- a/translations/source/es/sc/source/ui/styleui.po
+++ b/translations/source/es/sc/source/ui/styleui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-28 11:23+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -27,7 +27,7 @@ msgstr "Estilos de celda"
#: scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.2.filterlist.text
msgid "Applied Styles"
-msgstr ""
+msgstr "Estilos utilizados"
#: scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.3.filterlist.text
msgctxt "scstyles.src#DLG_STYLE_DESIGNER.Cell_Styles.3.filterlist.text"
diff --git a/translations/source/es/scaddins/source/analysis.po b/translations/source/es/scaddins/source/analysis.po
index 6650fa09e25..044cc16411e 100644
--- a/translations/source/es/scaddins/source/analysis.po
+++ b/translations/source/es/scaddins/source/analysis.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-21 02:57+0200\n"
"Last-Translator: Daniel <gonzalezdr@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/scaddins/source/datefunc.po b/translations/source/es/scaddins/source/datefunc.po
index 2b455d05af4..1faecdc007d 100644
--- a/translations/source/es/scaddins/source/datefunc.po
+++ b/translations/source/es/scaddins/source/datefunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sccomp/source/solver.po b/translations/source/es/sccomp/source/solver.po
index e8bce4947ca..250a529a9c4 100644
--- a/translations/source/es/sccomp/source/solver.po
+++ b/translations/source/es/sccomp/source/solver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/scp2/source/accessories.po b/translations/source/es/scp2/source/accessories.po
index a5e8c5f1428..c1169166790 100644
--- a/translations/source/es/scp2/source/accessories.po
+++ b/translations/source/es/scp2/source/accessories.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-02 21:43+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/scp2/source/activex.po b/translations/source/es/scp2/source/activex.po
index 111aebf2117..7aeeb114c2c 100644
--- a/translations/source/es/scp2/source/activex.po
+++ b/translations/source/es/scp2/source/activex.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/scp2/source/base.po b/translations/source/es/scp2/source/base.po
index 8f24611165e..e51dd28a273 100644
--- a/translations/source/es/scp2/source/base.po
+++ b/translations/source/es/scp2/source/base.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%2Fbase.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-05 20:01+0200\n"
-"Last-Translator: Alexandro <jza@openoffice.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-03-03 18:11+0200\n"
+"Last-Translator: Daniel <gonzalezdr@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: module_base.ulf#STR_NAME_MODULE_PRG_BASE.LngText.text
@@ -39,6 +39,16 @@ msgstr "Ayuda de %PRODUCTNAME Base"
msgid "Help about %PRODUCTNAME Base"
msgstr "Ayuda de %PRODUCTNAME Base"
+#: postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr "Conector PostgreSQL"
+
+#: postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr "Conector PostgreSQL"
+
#: folderitem_base.ulf#STR_FI_TOOLTIP_BASE.LngText.text
msgid "Manage databases, create queries and reports to track and manage your information by using Base."
msgstr "Administrar bases de datos, crear consultas e informes para controlar y editar información con Base."
diff --git a/translations/source/es/scp2/source/binfilter.po b/translations/source/es/scp2/source/binfilter.po
index 35031776c79..ea280f22316 100644
--- a/translations/source/es/scp2/source/binfilter.po
+++ b/translations/source/es/scp2/source/binfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/scp2/source/calc.po b/translations/source/es/scp2/source/calc.po
index 33eb6fb6d83..8aa534d7d3d 100644
--- a/translations/source/es/scp2/source/calc.po
+++ b/translations/source/es/scp2/source/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/scp2/source/draw.po b/translations/source/es/scp2/source/draw.po
index ae6d02c608c..c7e96cc3df6 100644
--- a/translations/source/es/scp2/source/draw.po
+++ b/translations/source/es/scp2/source/draw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/scp2/source/extensions.po b/translations/source/es/scp2/source/extensions.po
index 158e3fed75e..5ef3c15a2a1 100644
--- a/translations/source/es/scp2/source/extensions.po
+++ b/translations/source/es/scp2/source/extensions.po
@@ -3,2238 +3,78 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-02 21:44+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 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
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text"
+#, fuzzy
msgid "English"
msgstr "Inglés"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text"
+#, fuzzy
msgid "Installs English support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Instala la compatibilidad con el Inglés en %PRODUCTNAME %PRODUCTVERSION"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text"
+#, fuzzy
msgid "German"
msgstr "Alemán"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text"
+#, fuzzy
msgid "Installs German support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Instala la compatibilidad con el Alemán en %PRODUCTNAME %PRODUCTVERSION"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text"
+#, fuzzy
msgid "French"
msgstr "Francés"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text"
+#, fuzzy
msgid "Installs French support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Instala la compatibilidad con el Francés en %PRODUCTNAME %PRODUCTVERSION"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text"
+#, fuzzy
msgid "Italian"
msgstr "Italiano"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text"
+#, fuzzy
msgid "Installs Italian support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Instala la compatibilidad con el Italiano en %PRODUCTNAME %PRODUCTVERSION"
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text"
+#, fuzzy
msgid "Spanish"
msgstr "Español"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text"
+#, fuzzy
msgid "Installs Spanish support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Instala la compatibilidad con el Español en %PRODUCTNAME %PRODUCTVERSION"
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text"
-msgid "Swedish"
-msgstr "Sueco"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text"
-msgid "Installs Swedish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Sueco en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text"
-msgid "Portuguese"
-msgstr "Portugués"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Portugués en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Portuguese (Brazil)"
-msgstr "Portugués (Brasil)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Portugués en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text"
-msgid "Japanese"
-msgstr "Japonés"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text"
-msgid "Installs Japanese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Japonés en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text"
-msgid "Korean"
-msgstr "Coreano"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text"
-msgid "Installs Korean support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Coreano en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Chinese (simplified)"
-msgstr "Chino (simplificado)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Installs Chinese (simplified) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Chino (simplificado) en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Chinese (traditional)"
-msgstr "Chino (tradicional)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Installs Chinese (traditional) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Chino (tradicional) en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text"
-msgid "Dutch"
-msgstr "Neerlandés"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text"
-msgid "Installs Dutch support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Neerlandés en %PRODUCTNAME %PRODUCTVERSION"
-
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text"
+#, fuzzy
msgid "Hungarian"
msgstr "Húngaro"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text"
-msgid "Installs Hungarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Húngaro en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text"
-msgid "Polish"
-msgstr "Polaco"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text"
-msgid "Installs Polish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Polaco en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text"
-msgid "Russian"
-msgstr "Ruso"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text"
-msgid "Installs Russian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Ruso en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text"
-msgid "Turkish"
-msgstr "Turco"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text"
-msgid "Installs Turkish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Turco en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text"
-msgid "Greek"
-msgstr "Griego"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text"
-msgid "Installs Greek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Griego en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text"
-msgid "Thai"
-msgstr "Tailandés"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text"
-msgid "Installs Thai support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Tailandés en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text"
-msgid "Czech"
-msgstr "Checo"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text"
-msgid "Installs Czech support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Checo en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text"
-msgid "Slovak"
-msgstr "Eslovaco"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text"
-msgid "Installs Slovak support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Eslovaco en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text"
-msgid "Croatian"
-msgstr "Croata"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text"
-msgid "Installs Croatian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Croata en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text"
-msgid "Estonian"
-msgstr "Estonio"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text"
-msgid "Installs Estonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Estonio en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text"
-msgid "Vietnamese"
-msgstr "Vietnamita"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text"
-msgid "Installs Vietnamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Vietnamita en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text"
-msgid "Bulgarian"
-msgstr "Búlgaro"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text"
-msgid "Installs Bulgarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Búlgaro en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text"
-msgid "Khmer"
-msgstr "Jemer"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text"
-msgid "Installs Khmer support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Jemer en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Punjabi"
-msgstr "Panyabí"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Installs Punjabi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Panyabí en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Gujarati"
-msgstr "Gujaratí"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Guyaratí en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text"
-msgid "Tamil"
-msgstr "Tamil"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Tamil en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Tamil"
-msgstr "Tamil"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Tamil en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text"
-msgid "Hindi"
-msgstr "Hindi"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Hindi en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Hindi"
-msgstr "Hindi"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Hindi en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text"
-msgid "Southern Sotho (Sutu)"
-msgstr "Sesotho (Lesoto)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text"
-msgid "Installs Southern Sotho (Sutu) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Sesotho (Lesoto) en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text"
-msgid "Tswana"
-msgstr "Setsuana"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text"
-msgid "Installs Tswana support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Setsuana en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text"
-msgid "Xhosa"
-msgstr "Xhosa"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text"
-msgid "Installs Xhosa support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Xhosa en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Zulu"
-msgstr "Zulú"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Installs Zulu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Zulú en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text"
-msgid "Afrikaans"
-msgstr "Afrikáans"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text"
-msgid "Installs Afrikaans support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Afrikáans en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text"
-msgid "Swahili"
-msgstr "Suajili"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Suajili en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Swahili"
-msgstr "Suajili"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Suajili en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text"
-msgid "Lao"
-msgstr "Lao"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text"
-msgid "Installs Lao support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Lao en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text"
-msgid "Burmese"
-msgstr "Birmano"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text"
-msgid "Installs Burmese (Myanmar) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Birmano (Myanmar) en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Northern Sotho"
-msgstr "Sepedi"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Installs Northern Sotho support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Sepedi en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text"
-msgid "Bengali"
-msgstr "Bengalí"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text"
-msgid "Installs Bengali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Bengalí en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Bengali (Bangladesh)"
-msgstr "Bengalí (Bangladesh)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Installs Bengali (Bangladesh) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Bengalí (Bangladesh) en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Bengali (India)"
-msgstr "Bengalí (India)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Installs Bengali (India) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Bengalí (India) en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text"
-msgid "Oriya"
-msgstr "Oriya"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Oriya en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Oriya"
-msgstr "Oriya"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Oriya en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text"
-msgid "Marathi"
-msgstr "Maratí"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Maratí en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Marathi"
-msgstr "Maratí"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Maratí en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text"
-msgid "Nepali"
-msgstr "Nepalés"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text"
-msgid "Installs Nepali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Nepalés en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text"
-msgid "Arabic"
-msgstr "Árabe"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Árabe en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Arabic"
-msgstr "Árabe"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Árabe en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text"
-msgid "Catalan"
-msgstr "Catalán"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text"
-msgid "Installs Catalan support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Catalán en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text"
-msgid "Danish"
-msgstr "Danés"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text"
-msgid "Installs Danish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Danés en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text"
-msgid "Finnish"
-msgstr "Finlandés"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text"
-msgid "Installs Finnish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Finlandés en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text"
-msgid "Hebrew"
-msgstr "Hebreo"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text"
-msgid "Installs Hebrew support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Hebreo en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text"
-msgid "Icelandic"
-msgstr "Islandés"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text"
-msgid "Installs Icelandic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Islandés en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text"
-msgid "Norwegian (Bokmal)"
-msgstr "Noruego (Bokmål)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text"
-msgid "Installs Norwegian (Bokmal) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Noruego (Bokmål) en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text"
-msgid "Norwegian (Nynorsk)"
-msgstr "Noruego (Nynorsk)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text"
-msgid "Installs Norwegian (Nynorsk) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Noruego (Nynorsk) en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text"
-msgid "Rhaeto-Romance"
-msgstr "Retorrománico"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text"
-msgid "Installs Rhaeto-Romance support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Retorrománico en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text"
-msgid "Romanian"
-msgstr "Rumano"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text"
-msgid "Installs Romanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Rumano en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Albanian"
-msgstr "Albanés"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Installs Albanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Albanés en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text"
-msgid "Urdu"
-msgstr "Urdu"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Urdu en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text"
-msgid "Indonesian"
-msgstr "Indonesio"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text"
-msgid "Installs Indonesian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Indonesio en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text"
-msgid "Ukrainian"
-msgstr "Ucraniano"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text"
-msgid "Installs Ukrainian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Ucraniano en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text"
-msgid "Belarusian"
-msgstr "Bielorruso"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text"
-msgid "Installs Belarusian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Bielorruso en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text"
-msgid "Slovenian"
-msgstr "Esloveno"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text"
-msgid "Installs Slovenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Esloveno en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text"
-msgid "Latvian"
-msgstr "Letón"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text"
-msgid "Installs Latvian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Letón en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text"
-msgid "Lithuanian"
-msgstr "Lituano"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text"
-msgid "Installs Lithuanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Lituano en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text"
-msgid "Armenian"
-msgstr "Armenio"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text"
-msgid "Installs Armenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Armenio en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text"
-msgid "Basque"
-msgstr "Vasco"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text"
-msgid "Installs Basque support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Vasco en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text"
-msgid "Macedonian"
-msgstr "Macedonio"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text"
-msgid "Installs Macedonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Macedonio en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text"
-msgid "Maltese"
-msgstr "Maltés"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text"
-msgid "Installs Maltese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Maltés en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text"
-msgid "Welsh"
-msgstr "Galés"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text"
-msgid "Installs Welsh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Galés en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text"
-msgid "Galician"
-msgstr "Gallego"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text"
-msgid "Installs Galician support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Gallego en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "Serbio (Latino)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Serbio (Latino) en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "Serbio (Latino)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Serbio (Latino) en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text"
-msgid "Irish"
-msgstr "Irlandés"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text"
-msgid "Installs Irish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Irlandés en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "Serbio (Cirílico)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Serbio (Cirílico) en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "Serbio (Cirílico)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Serbio (Cirílico) en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text"
-msgid "Bosnian"
-msgstr "Bosnio"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text"
-msgid "Installs Bosnian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Bosnio en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Assamese"
-msgstr "Asamés"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Installs Assamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Asamés en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text"
-msgid "Kinyarwanda"
-msgstr "Ruanda"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text"
-msgid "Installs Kinyarwanda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Ruanda en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text"
-msgid "Sanskrit"
-msgstr "Sánscrito"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text"
-msgid "Installs Sanskrit support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Sánscrito en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text"
-msgid "Farsi"
-msgstr "Persa"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text"
-msgid "Installs Farsi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Persa en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text"
-msgid "Faroese"
-msgstr "Feroés"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text"
-msgid "Installs Faroese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Feroés en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text"
-msgid "Sorbian"
-msgstr "Sorbio"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text"
-msgid "Installs Sorbian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Sorbio en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text"
-msgid "Tatar"
-msgstr "Tártaro"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text"
-msgid "Installs Tatar support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Tártaro en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text"
-msgid "Tsonga"
-msgstr "Tsonga"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text"
-msgid "Installs Tsonga support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Tsonga en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text"
-msgid "Yiddish"
-msgstr "Ídish"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text"
-msgid "Installs Yiddish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Ídish en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text"
-msgid "Breton"
-msgstr "Bretón"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text"
-msgid "Installs Breton support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Bretón en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text"
-msgid "Ndebele South"
-msgstr "Ndebele del Sur"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text"
-msgid "Installs Ndebele South support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Ndebele del Sur en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text"
-msgid "Swazi"
-msgstr "Suazi"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text"
-msgid "Installs Swazi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Suazi en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text"
-msgid "Venda"
-msgstr "Venda"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text"
-msgid "Installs Venda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Venda en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text"
-msgid "Kannada"
-msgstr "Canarés"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text"
-msgid "Installs Kannada support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Canarés en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text"
-msgid "Malay (Malaysian)"
-msgstr "Malayo (malasio)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text"
-msgid "Installs Malay (Malaysian) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Malayo (malasio) en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text"
-msgid "Tajik"
-msgstr "Tayiko"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text"
-msgid "Installs Tajik support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Tayiko en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text"
-msgid "Kurdish"
-msgstr "Kurdo"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text"
-msgid "Installs Kurdish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Kurdo en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Dzongkha"
-msgstr "Butanés"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Installs Dzongkha support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Butanés en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text"
-msgid "Georgian"
-msgstr "Georgiano"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text"
-msgid "Installs Georgian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Georgiano en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text"
-msgid "Esperanto"
-msgstr "Esperanto"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text"
-msgid "Installs Esperanto support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Esperanto en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text"
-msgid "Gujarati"
-msgstr "Guyaratí"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Guyaratí en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "English (South Africa)"
-msgstr "Inglés (Sudáfrica)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "Installs English (South Africa) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el inglés (Sudáfrica) en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "English (United Kingdom)"
-msgstr "Inglés (Reino Unido)"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "Installs English (United Kingdom) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Inglés (Reino Unido) en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Urdu"
-msgstr "Urdu"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Urdu en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Malayalam"
-msgstr "Malabar"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Installs Malayalam support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Malabar en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Telugu"
-msgstr "Telugú"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Installs Telugu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Telugú en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Tigrinya"
-msgstr "Tigriña"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Installs Tigrinya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Tigriña en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Uzbek"
-msgstr "Uzbeko"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Installs Uzbek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Uzbeko en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text"
-msgid "Mongolian"
-msgstr "Mongol"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text"
-msgid "Installs Mongolian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Mongol en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text"
-msgid "Kazakh"
-msgstr "Kazajo"
-
-#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text"
-msgid "Installs Kazakh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el idioma kazajo para %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text"
-msgid "English"
-msgstr "Inglés"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text"
-msgid "Installs English support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Inglés en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text"
-msgid "German"
-msgstr "Alemán"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text"
-msgid "Installs German support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Alemán en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text"
-msgid "French"
-msgstr "Francés"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text"
-msgid "Installs French support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Francés en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text"
-msgid "Italian"
-msgstr "Italiano"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text"
-msgid "Installs Italian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Italiano en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text"
-msgid "Spanish"
-msgstr "Español"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text"
-msgid "Installs Spanish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Español en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text"
-msgid "Swedish"
-msgstr "Sueco"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text"
-msgid "Installs Swedish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Sueco en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text"
-msgid "Portuguese"
-msgstr "Portugués"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Portugués en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Portuguese (Brazil)"
-msgstr "Portugués (Brasil)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Portugués en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text"
-msgid "Japanese"
-msgstr "Japonés"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text"
-msgid "Installs Japanese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Japonés en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text"
-msgid "Korean"
-msgstr "Coreano"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text"
-msgid "Installs Korean support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Coreano en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Chinese (simplified)"
-msgstr "Chino (simplificado)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text"
-msgid "Installs Chinese (simplified) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Chino (simplificado) en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Chinese (traditional)"
-msgstr "Chino (tradicional)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text"
-msgid "Installs Chinese (traditional) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Chino (tradicional) en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text"
-msgid "Dutch"
-msgstr "Neerlandés"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text"
-msgid "Installs Dutch support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Neerlandés en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text"
-msgid "Hungarian"
-msgstr "Húngaro"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text"
+#, fuzzy
msgid "Installs Hungarian support in %PRODUCTNAME %PRODUCTVERSION"
msgstr "Instala la compatibilidad con el Húngaro en %PRODUCTNAME %PRODUCTVERSION"
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text"
-msgid "Polish"
-msgstr "Polaco"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text"
-msgid "Installs Polish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Polaco en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text"
-msgid "Russian"
-msgstr "Ruso"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text"
-msgid "Installs Russian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Ruso en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text"
-msgid "Turkish"
-msgstr "Turco"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text"
-msgid "Installs Turkish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Turco en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text"
-msgid "Greek"
-msgstr "Griego"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text"
-msgid "Installs Greek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Griego en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text"
-msgid "Thai"
-msgstr "Tailandés"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text"
-msgid "Installs Thai support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Tailandés en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text"
-msgid "Czech"
-msgstr "Checo"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text"
-msgid "Installs Czech support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Checo en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text"
-msgid "Slovak"
-msgstr "Eslovaco"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text"
-msgid "Installs Slovak support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Eslovaco en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text"
-msgid "Croatian"
-msgstr "Croata"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text"
-msgid "Installs Croatian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Croata en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text"
-msgid "Estonian"
-msgstr "Estonio"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text"
-msgid "Installs Estonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Estonio en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text"
-msgid "Vietnamese"
-msgstr "Vietnamita"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text"
-msgid "Installs Vietnamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Vietnamita en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text"
-msgid "Bulgarian"
-msgstr "Búlgaro"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text"
-msgid "Installs Bulgarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Búlgaro en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text"
-msgid "Khmer"
-msgstr "Jemer"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text"
-msgid "Installs Khmer support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Jemer en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Punjabi"
-msgstr "Panyabí"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text"
-msgid "Installs Punjabi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Panyabí en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Gujarati"
-msgstr "Gujarati"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Guyaratí en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text"
-msgid "Tamil"
-msgstr "Tamil"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Tamil en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Tamil"
-msgstr "Tamil"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Tamil en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text"
-msgid "Hindi"
-msgstr "Hindi"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Hindi en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Hindi"
-msgstr "Hindi"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Hindi en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text"
-msgid "Southern Sotho (Sutu)"
-msgstr "Sesotho (Lesoto)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text"
-msgid "Installs Southern Sotho (Sutu) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Sesotho (Lesoto) en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text"
-msgid "Tswana"
-msgstr "Setsuana"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text"
-msgid "Installs Tswana support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Setsuana en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text"
-msgid "Xhosa"
-msgstr "Xhosa"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text"
-msgid "Installs Xhosa support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Xhosa en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Zulu"
-msgstr "Zulú"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text"
-msgid "Installs Zulu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Zulú en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text"
-msgid "Afrikaans"
-msgstr "Afrikáans"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text"
-msgid "Installs Afrikaans support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Afrikáans en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text"
-msgid "Swahili"
-msgstr "Suajili"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Suajili en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Swahili"
-msgstr "Suajili"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Suajili en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text"
-msgid "Lao"
-msgstr "Lao"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text"
-msgid "Installs Lao support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Lao en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text"
-msgid "Burmese"
-msgstr "Birmano"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text"
-msgid "Installs Burmese (Myanmar) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Birmano (Myanmar) en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Northern Sotho"
-msgstr "Sepedi"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text"
-msgid "Installs Northern Sotho support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Sepedi en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text"
-msgid "Bengali"
-msgstr "Bengalí"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text"
-msgid "Installs Bengali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Bengalí en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Bengali (Bangladesh)"
-msgstr "Bengalí (Bangladesh)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text"
-msgid "Installs Bengali (Bangladesh) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Bengalí (Bangladesh) en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Bengali (India)"
-msgstr "Bengalí (India)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text"
-msgid "Installs Bengali (India) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Bengalí (India) en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text"
-msgid "Oriya"
-msgstr "Oriya"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Oriya en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Oriya"
-msgstr "Oriya"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Oriya en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text"
-msgid "Marathi"
-msgstr "Maratí"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Maratí en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Marathi"
-msgstr "Maratí"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Maratí en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text"
-msgid "Nepali"
-msgstr "Nepalés"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text"
-msgid "Installs Nepali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Nepalés en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text"
-msgid "Arabic"
-msgstr "Árabe"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Árabe en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Arabic"
-msgstr "Árabe"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Árabe en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text"
-msgid "Catalan"
-msgstr "Catalán"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text"
-msgid "Installs Catalan support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Catalán en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text"
-msgid "Danish"
-msgstr "Danés"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text"
-msgid "Installs Danish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Danés en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text"
-msgid "Finnish"
-msgstr "Finlandés"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text"
-msgid "Installs Finnish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Finlandés en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text"
-msgid "Hebrew"
-msgstr "Hebreo"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text"
-msgid "Installs Hebrew support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Hebreo en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text"
-msgid "Icelandic"
-msgstr "Islandés"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text"
-msgid "Installs Icelandic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Islandés en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text"
-msgid "Norwegian (Bokmal)"
-msgstr "Noruego (Bokmål)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text"
-msgid "Installs Norwegian (Bokmal) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Noruego (Bokmål) en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text"
-msgid "Norwegian (Nynorsk)"
-msgstr "Noruego (Nynorsk)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text"
-msgid "Installs Norwegian (Nynorsk) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Noruego (Nynorsk) en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text"
-msgid "Rhaeto-Romance"
-msgstr "Retorrománico"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text"
-msgid "Installs Rhaeto-Romance support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Retorrománico en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text"
-msgid "Romanian"
-msgstr "Rumano"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text"
-msgid "Installs Romanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Rumano en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Albanian"
-msgstr "Albanés"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text"
-msgid "Installs Albanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Albanés en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text"
-msgid "Urdu"
-msgstr "Urdu"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Urdu en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text"
-msgid "Indonesian"
-msgstr "Indonesio"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text"
-msgid "Installs Indonesian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Indonesio en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text"
-msgid "Ukrainian"
-msgstr "Ucraniano"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text"
-msgid "Installs Ukrainian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Ucraniano en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text"
-msgid "Belarusian"
-msgstr "Bielorruso"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text"
-msgid "Installs Belarusian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Bielorruso en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text"
-msgid "Slovenian"
-msgstr "Esloveno"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text"
-msgid "Installs Slovenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Esloveno en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text"
-msgid "Latvian"
-msgstr "Letón"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text"
-msgid "Installs Latvian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Letón en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text"
-msgid "Lithuanian"
-msgstr "Lituano"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text"
-msgid "Installs Lithuanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Lituano en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text"
-msgid "Armenian"
-msgstr "Armenio"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text"
-msgid "Installs Armenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Armenio en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text"
-msgid "Basque"
-msgstr "Vasco"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text"
-msgid "Installs Basque support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Vasco en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text"
-msgid "Macedonian"
-msgstr "Macedonio"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text"
-msgid "Installs Macedonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Macedonio en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text"
-msgid "Maltese"
-msgstr "Maltés"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text"
-msgid "Installs Maltese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Maltés en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text"
-msgid "Welsh"
-msgstr "Galés"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text"
-msgid "Installs Welsh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Galés en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text"
-msgid "Galician"
-msgstr "Gallego"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text"
-msgid "Installs Galician support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Gallego en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "Serbio (Latino)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Serbio (Latino) en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text"
-msgid "Serbian (Latin)"
-msgstr "Serbio (Latino)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Serbio (Latino) en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text"
-msgid "Irish"
-msgstr "Irlandés"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text"
-msgid "Installs Irish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Irlandés en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "Serbio (Cirílico)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Serbio (Cirílico) en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr "Serbio (Cirílico)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Serbio (Cirílico) en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text"
-msgid "Bosnian"
-msgstr "Bosnio"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text"
-msgid "Installs Bosnian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Bosnio en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Assamese"
-msgstr "Asamés"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text"
-msgid "Installs Assamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Asamés en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text"
-msgid "Kinyarwanda"
-msgstr "Ruanda"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text"
-msgid "Installs Kinyarwanda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Ruanda en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text"
-msgid "Sanskrit"
-msgstr "Sánscrito"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text"
-msgid "Installs Sanskrit support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Sánscrito en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text"
-msgid "Farsi"
-msgstr "Persa"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text"
-msgid "Installs Farsi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Persa en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text"
-msgid "Faroese"
-msgstr "Feroés"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text"
-msgid "Installs Faroese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Feroés en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text"
-msgid "Sorbian"
-msgstr "Sorbio"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text"
-msgid "Installs Sorbian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Sorbio en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text"
-msgid "Tatar"
-msgstr "Tártaro"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text"
-msgid "Installs Tatar support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Tártaro en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text"
-msgid "Tsonga"
-msgstr "Tsonga"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text"
-msgid "Installs Tsonga support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Tsonga en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text"
-msgid "Yiddish"
-msgstr "Ídish"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text"
-msgid "Installs Yiddish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Ídish en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text"
-msgid "Breton"
-msgstr "Bretón"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text"
-msgid "Installs Breton support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Bretón en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text"
-msgid "Ndebele South"
-msgstr "Ndebele del Sur"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text"
-msgid "Installs Ndebele South support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Ndebele del Sur en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text"
-msgid "Swazi"
-msgstr "Suazi"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text"
-msgid "Installs Swazi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Suazi en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text"
-msgid "Venda"
-msgstr "Venda"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text"
-msgid "Installs Venda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Venda en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text"
-msgid "Kannada"
-msgstr "Canarés"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text"
-msgid "Installs Kannada support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Canarés en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text"
-msgid "Malay (Malaysian)"
-msgstr "Malayo (malasio)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text"
-msgid "Installs Malay (Malaysian) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Malayo (malasio) en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text"
-msgid "Tajik"
-msgstr "Tayiko"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text"
-msgid "Installs Tajik support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Tayiko en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text"
-msgid "Kurdish"
-msgstr "Kurdo"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text"
-msgid "Installs Kurdish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Kurdo en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Dzongkha"
-msgstr "Butanés"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text"
-msgid "Installs Dzongkha support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Butanés en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text"
-msgid "Georgian"
-msgstr "Georgiano"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text"
-msgid "Installs Georgian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Georgiano en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text"
-msgid "Esperanto"
-msgstr "Esperanto"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text"
-msgid "Installs Esperanto support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Esperanto en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text"
-msgid "Gujarati"
-msgstr "Guyaratí"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Guyaratí en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "English (South Africa)"
-msgstr "Inglés (Sudáfrica)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text"
-msgid "Installs English (South Africa) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el inglés (Sudáfrica) en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "English (United Kingdom)"
-msgstr "Inglés (Reino Unido)"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text"
-msgid "Installs English (United Kingdom) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Inglés (Reino Unido) en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Urdu"
-msgstr "Urdu"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Urdu en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Malayalam"
-msgstr "Malabar"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text"
-msgid "Installs Malayalam support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Malabar en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Telugu"
-msgstr "Telugú"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text"
-msgid "Installs Telugu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Telugú en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Tigrinya"
-msgstr "Tigriña"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text"
-msgid "Installs Tigrinya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Tigriña en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Uzbek"
-msgstr "Uzbeko"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text"
-msgid "Installs Uzbek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Uzbeko en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text"
-msgid "Mongolian"
-msgstr "Mongol"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text"
-msgid "Installs Mongolian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el Mongol en %PRODUCTNAME %PRODUCTVERSION"
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text"
-msgid "Kazakh"
-msgstr "Kazajo"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text"
-msgid "Installs Kazakh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la compatibilidad con el idioma kazajo para %PRODUCTNAME %PRODUCTVERSION"
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS.LngText.text
msgid "Extensions"
msgstr "Extensiones"
@@ -2293,16 +133,6 @@ msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_PDFIMPORT.Lng
msgid "PDF Import"
msgstr "Importación de PDF"
-#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text
-msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text"
-msgid "Lightproof"
-msgstr "Lightproof"
-
-#: module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text
-msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text"
-msgid "Lightproof"
-msgstr "Lightproof"
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_NUMBERTEXT.LngText.text
msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_NUMBERTEXT.LngText.text"
msgid "Numbertext"
diff --git a/translations/source/es/scp2/source/gnome.po b/translations/source/es/scp2/source/gnome.po
index fcf64383ac7..437f626ec71 100644
--- a/translations/source/es/scp2/source/gnome.po
+++ b/translations/source/es/scp2/source/gnome.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/scp2/source/graphicfilter.po b/translations/source/es/scp2/source/graphicfilter.po
index be106c3beb5..59a2a4c0d58 100644
--- a/translations/source/es/scp2/source/graphicfilter.po
+++ b/translations/source/es/scp2/source/graphicfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/scp2/source/impress.po b/translations/source/es/scp2/source/impress.po
index 6d1be71b1de..d2566e62ff1 100644
--- a/translations/source/es/scp2/source/impress.po
+++ b/translations/source/es/scp2/source/impress.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/scp2/source/javafilter.po b/translations/source/es/scp2/source/javafilter.po
index 060913db93e..915b24d13a3 100644
--- a/translations/source/es/scp2/source/javafilter.po
+++ b/translations/source/es/scp2/source/javafilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/scp2/source/kde.po b/translations/source/es/scp2/source/kde.po
index d0ef9cefdce..4085fd95dc7 100644
--- a/translations/source/es/scp2/source/kde.po
+++ b/translations/source/es/scp2/source/kde.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/scp2/source/math.po b/translations/source/es/scp2/source/math.po
index 52b10d04f8a..26c32b97c6a 100644
--- a/translations/source/es/scp2/source/math.po
+++ b/translations/source/es/scp2/source/math.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/scp2/source/onlineupdate.po b/translations/source/es/scp2/source/onlineupdate.po
index 0a969534e76..85f64ff92bc 100644
--- a/translations/source/es/scp2/source/onlineupdate.po
+++ b/translations/source/es/scp2/source/onlineupdate.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/scp2/source/ooo.po b/translations/source/es/scp2/source/ooo.po
index 6a5836ca6ae..4aed9658224 100644
--- a/translations/source/es/scp2/source/ooo.po
+++ b/translations/source/es/scp2/source/ooo.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-10-31 05:44+0200\n"
-"Last-Translator: drodriguez <daniel.armando.rodriguez@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-03-03 19:03+0200\n"
+"Last-Translator: Daniel <gonzalezdr@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
@@ -294,9 +294,8 @@ msgid "Hindi"
msgstr "Hindi"
#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_HI.LngText.text
-#, fuzzy
msgid "Installs Hindi help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la ayuda en hindi para %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instala la ayuda en Hindi para %PRODUCTNAME %PRODUCTVERSION"
#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_ST.LngText.text
msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_ST.LngText.text"
@@ -349,9 +348,8 @@ msgid "Swahili"
msgstr "Suajili"
#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_SW_TZ.LngText.text
-#, fuzzy
msgid "Installs Swahili help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la ayuda en suajili para %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instala la ayuda en Suajili para %PRODUCTNAME %PRODUCTVERSION"
#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_LO.LngText.text
msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_LO.LngText.text"
@@ -386,9 +384,8 @@ msgid "Oriya"
msgstr "Oriya"
#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_OR.LngText.text
-#, fuzzy
msgid "Installs Oriya help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la ayuda en oriya para %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instala la ayuda en Oriya para %PRODUCTNAME %PRODUCTVERSION"
#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_MR.LngText.text
msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_MR.LngText.text"
@@ -396,9 +393,8 @@ msgid "Marathi"
msgstr "Maratí"
#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_MR.LngText.text
-#, fuzzy
msgid "Installs Marathi help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la ayuda en maratí para %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instala la ayuda en Maratí para %PRODUCTNAME %PRODUCTVERSION"
#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_NE.LngText.text
msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_NE.LngText.text"
@@ -415,9 +411,8 @@ msgid "Arabic"
msgstr "Árabe"
#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_AR.LngText.text
-#, fuzzy
msgid "Installs Arabic help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la ayuda en árabe para %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instala la ayuda en Arabe para %PRODUCTNAME %PRODUCTVERSION"
#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_CA.LngText.text
msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_CA.LngText.text"
@@ -605,9 +600,8 @@ msgid "Serbian (Latin)"
msgstr "Serbio (latino)"
#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_SH.LngText.text
-#, fuzzy
msgid "Installs Serbian (Latin) help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la ayuda en serbio (latino) para %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instala la ayuda en Serbio (latino) para %PRODUCTNAME %PRODUCTVERSION"
#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_GA.LngText.text
msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_GA.LngText.text"
@@ -624,9 +618,8 @@ msgid "Serbian (Cyrillic)"
msgstr "Serbio (cirílico)"
#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_SR.LngText.text
-#, fuzzy
msgid "Installs Serbian (Cyrillic) help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la ayuda en serbio (cirílico) para %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instala la ayuda en Serbio (cirílico) para %PRODUCTNAME %PRODUCTVERSION"
#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_BS.LngText.text
msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_BS.LngText.text"
@@ -778,9 +771,8 @@ msgid "Gujarati"
msgstr "Guyaratí"
#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_GU.LngText.text
-#, fuzzy
msgid "Installs Gujarati help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la ayuda en guyaratí para %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instala la ayuda en Guyaratí para %PRODUCTNAME %PRODUCTVERSION"
#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_EN_ZA.LngText.text
msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_EN_ZA.LngText.text"
@@ -878,9 +870,8 @@ msgid "Assamese"
msgstr "Asamés"
#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_AS.LngText.text
-#, fuzzy
msgid "Installs Assamese help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la ayuda en asamés para %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instala la ayuda en Asamés para %PRODUCTNAME %PRODUCTVERSION"
#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_BRX.LngText.text
msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_BRX.LngText.text"
@@ -951,9 +942,8 @@ msgid "Malayalam"
msgstr "Malayalam"
#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_ML.LngText.text
-#, fuzzy
msgid "Installs Malayalam help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la ayuda en malayalam para %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instala la ayuda en Malayalam para %PRODUCTNAME %PRODUCTVERSION"
#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_MNI.LngText.text
msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_MNI.LngText.text"
@@ -970,9 +960,8 @@ msgid "Sanskrit (India)"
msgstr "Sánscrito (India)"
#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_SA_IN.LngText.text
-#, fuzzy
msgid "Installs Sanskrit help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la ayuda en sánscrito para %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instala la ayuda en Sánscrito para %PRODUCTNAME %PRODUCTVERSION"
#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_SAT.LngText.text
msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_SAT.LngText.text"
@@ -998,9 +987,8 @@ msgid "Telugu"
msgstr "Telugú"
#: module_helppack.ulf#STR_DESC_MODULE_HELPPACK_TE.LngText.text
-#, fuzzy
msgid "Installs Telugu help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instala la ayuda en telugú para %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instala la ayuda en Telugú para %PRODUCTNAME %PRODUCTVERSION"
#: module_helppack.ulf#STR_NAME_MODULE_HELPPACK_QTZ.LngText.text
msgctxt "module_helppack.ulf#STR_NAME_MODULE_HELPPACK_QTZ.LngText.text"
@@ -1074,9 +1062,8 @@ msgid "Dictionaries"
msgstr "Diccionarios"
#: module_ooo.ulf#STR_DESC_MODULE_DICTIONARIES.LngText.text
-#, fuzzy
msgid "Spelling dictionaries, hyphenation rules, and thesauri."
-msgstr "Diccionario de corrección ortográfica, reglas de separación silábica y de sinónimos para Eslovaco"
+msgstr "Diccionario de corrección ortográfica, reglas de separación silábica y de sinónimos"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AF.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AF.LngText.text"
@@ -1084,9 +1071,16 @@ msgid "Afrikaans"
msgstr "Afrikáans"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_AF.LngText.text
-#, fuzzy
msgid "Afrikaans spelling dictionary, and hyphenation rules"
-msgstr "Diccionario ortográfico y patrones de separación silábica para croata"
+msgstr "Diccionario ortográfico y patrones de separación silábica Africano"
+
+#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AN.LngText.text
+msgid "Aragonese"
+msgstr "Aragonés"
+
+#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_AN.LngText.text
+msgid "Aragonese spelling dictionary"
+msgstr "Diccionario ortográfico para Aragonés"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AR.LngText.text
#, fuzzy
@@ -1095,9 +1089,8 @@ msgid "Arabic"
msgstr "Árabe"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_AR.LngText.text
-#, fuzzy
msgid "Arabic spelling dictionary, and thesaurus"
-msgstr "Diccionario ortográfico y de sinónimos para Nepalés"
+msgstr "Diccionario ortográfico y de sinónimos para Arabe"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_BE.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_BE.LngText.text"
@@ -1105,9 +1098,8 @@ msgid "Belarusian"
msgstr "Bielorruso"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_BE.LngText.text
-#, fuzzy
msgid "Belarusian spelling dictionary"
-msgstr "Diccionario ortográfico para Suajili"
+msgstr "Diccionario ortográfico para Bielorusso"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_BG.LngText.text
#, fuzzy
@@ -1116,9 +1108,8 @@ msgid "Bulgarian"
msgstr "Búlgaro"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_BG.LngText.text
-#, fuzzy
msgid "Bulgarian spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionario ortográfico, patrones de separación silábica y diccionario de sinónimos para Húngaro"
+msgstr "Diccionario ortográfico, reglas de separación silábica y diccionario de sinónimos para Búlgaro"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_BN.LngText.text
#, fuzzy
@@ -1127,9 +1118,8 @@ msgid "Bengali"
msgstr "Bengalí"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_BN.LngText.text
-#, fuzzy
msgid "Bengali spelling dictionary"
-msgstr "Diccionario ortográfico para Tailandés"
+msgstr "Diccionario ortográfico para Bengalí"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_BR.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_BR.LngText.text"
@@ -1137,9 +1127,8 @@ msgid "Breton"
msgstr "Bretón"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_BR.LngText.text
-#, fuzzy
msgid "Breton spelling dictionary"
-msgstr "Diccionario ortográfico para Tailandés"
+msgstr "Diccionario ortográfico para Breton"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_CA.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_CA.LngText.text"
@@ -1147,9 +1136,8 @@ msgid "Catalan"
msgstr "Catalán"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_CA.LngText.text
-#, fuzzy
msgid "Catalan spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionario ortográfico, patrones de separación silábica y diccionario de sinónimos para Húngaro"
+msgstr "Diccionario ortográfico,reglas de separación silábica y diccionario de sinónimos para Catalá"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_CS.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_CS.LngText.text"
@@ -1157,9 +1145,8 @@ msgid "Czech"
msgstr "Checo"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_CS.LngText.text
-#, fuzzy
msgid "Czech spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionario de corrección ortográfica, reglas de separación silábica y diccionario de sinónimos para Polaco"
+msgstr "Diccionario de corrección ortográfica, reglas de separación silábica y diccionario de sinónimos para Chco"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_DA.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_DA.LngText.text"
@@ -1167,9 +1154,8 @@ msgid "Danish"
msgstr "Danés"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_DA.LngText.text
-#, fuzzy
msgid "Danish spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionario de corrección ortográfica, reglas de separación silábica y diccionario de sinónimos para Polaco"
+msgstr "Diccionario de corrección ortográfica, reglas de separación silábica y diccionario de sinónimos para Danés"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_DE.LngText.text
#, fuzzy
@@ -1179,7 +1165,7 @@ msgstr "Alemán"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_DE.LngText.text
msgid "German (Austria, Germany, Switzerland) spelling dictionaries, hyphenation rules, and thesauri"
-msgstr ""
+msgstr "Diccionario de corrección ortografica, reglas de separación silábica y diccionario para Alemán (Austria, Alemania, Suiza)"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_EN.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_EN.LngText.text"
@@ -1187,8 +1173,8 @@ msgid "English"
msgstr "Inglés"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_EN.LngText.text
-msgid "English (Australia, Canada, South Africa, UK, USA) spelling dictionaries, hyphenation rules, and thesaurus"
-msgstr ""
+msgid "English spelling dictionaries, hyphenation rules, thesaurus, and grammar checker"
+msgstr "Diccionario de corrección ortográfica, reglas de separación silábica, diccionario de sinónimos y verificacion gramatical para Inglés"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_EL.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_EL.LngText.text"
@@ -1196,9 +1182,8 @@ msgid "Greek"
msgstr "Griego"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_EL.LngText.text
-#, fuzzy
msgid "Greek spelling dictionary, and hyphenation rules"
-msgstr "Diccionario ortográfico y patrones de separación silábica para croata"
+msgstr "Diccionario ortográfico y reglas de separación silábica para el Griego"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_ES.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_ES.LngText.text"
@@ -1215,9 +1200,8 @@ msgid "Estonian"
msgstr "Estonio"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_ET.LngText.text
-#, fuzzy
msgid "Estonian spelling dictionary, and hyphenation rules"
-msgstr "Diccionario ortográfico y patrones de separación silábica para croata"
+msgstr "Diccionario ortográfico y patrones de separación silábica para el Estoniano"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_FR.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_FR.LngText.text"
@@ -1225,9 +1209,8 @@ msgid "French"
msgstr "Francés"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_FR.LngText.text
-#, fuzzy
msgid "French spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionario de corrección ortográfica, reglas de separación silábica y diccionario de sinónimos para Polaco"
+msgstr "Diccionario de corrección ortográfica, reglas de separación silábica y diccionario de sinónimos para el Francés"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_GD.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_GD.LngText.text"
@@ -1236,7 +1219,7 @@ msgstr "Escocés gaélico"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_GD.LngText.text
msgid "Scottish Gaelic spelling dictionary"
-msgstr ""
+msgstr "Diccionario de corrección ortográfica para el Escocés Gaélico"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_GL.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_GL.LngText.text"
@@ -1244,20 +1227,17 @@ msgid "Galician"
msgstr "Gallego"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_GL.LngText.text
-#, fuzzy
msgid "Galician spelling dictionary"
-msgstr "Diccionario ortográfico para Suajili"
+msgstr "Diccionario ortográfico para el Gallego"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_GU.LngText.text
-#, fuzzy
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_GU.LngText.text"
msgid "Gujarati"
-msgstr "Gujaratí"
+msgstr "Guyaratí"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_GU.LngText.text
-#, fuzzy
msgid "Gujarati spelling dictionary"
-msgstr "Diccionario ortográfico para Tailandés"
+msgstr "Diccionario ortográfico para Guyaratí"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_HE.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_HE.LngText.text"
@@ -1270,15 +1250,13 @@ msgid "Hebrew spelling dictionary"
msgstr "Diccionario de corrección ortográfica para Hebreo"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_HI.LngText.text
-#, fuzzy
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_HI.LngText.text"
msgid "Hindi"
msgstr "Hindi"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_HI.LngText.text
-#, fuzzy
msgid "Hindi spelling dictionary"
-msgstr "Diccionario ortográfico para Tailandés"
+msgstr "Diccionario ortográfico para el Hindi"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_HU.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_HU.LngText.text"
@@ -1286,9 +1264,8 @@ msgid "Hungarian"
msgstr "Húngaro"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_HU.LngText.text
-#, fuzzy
-msgid "Hungarian spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionario ortográfico, patrones de separación silábica y diccionario de sinónimos para Húngaro"
+msgid "Hungarian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
+msgstr "Diccionario ortográfico, reglas de separación silábica, diccionario de sinónimos y verificacion gramatical para el Húngaro"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_HR.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_HR.LngText.text"
@@ -1296,9 +1273,8 @@ msgid "Croatian"
msgstr "Croata"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_HR.LngText.text
-#, fuzzy
msgid "Croatian spelling dictionary, and hyphenation rules"
-msgstr "Diccionario ortográfico y patrones de separación silábica para croata"
+msgstr "Diccionario ortográfico y reglas de separación silábica para croata"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_IT.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_IT.LngText.text"
@@ -1306,9 +1282,8 @@ msgid "Italian"
msgstr "Italiano"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_IT.LngText.text
-#, fuzzy
msgid "Italian spelling dictionary, hyphenation rules, and thesaurus"
-msgstr "Diccionario ortográfico, patrones de separación silábica y diccionario de sinónimos para Húngaro"
+msgstr "Diccionario ortográfico,reglas de separación silábica y diccionario de sinónimos para el Italiano"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_KU_TR.LngText.text
msgid "Kurdish (Turkey)"
@@ -1325,20 +1300,17 @@ msgid "Lithuanian"
msgstr "Lituano"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_LT.LngText.text
-#, fuzzy
msgid "Lithuanian spelling dictionary, and hyphenation rules"
-msgstr "Diccionario ortográfico y patrones de separación silábica para croata"
+msgstr "Diccionario ortográfico y reglas de separación silábica para el Lituano"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_LV.LngText.text
-#, fuzzy
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_LV.LngText.text"
msgid "Latvian"
-msgstr "Letón"
+msgstr "Latín"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_LV.LngText.text
-#, fuzzy
msgid "Latvian spelling dictionary, and hyphenation rules"
-msgstr "Diccionario ortográfico y patrones de separación silábica para croata"
+msgstr "Diccionario ortográfico y reglas de separación silábica para el Latín"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_NE.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_NE.LngText.text"
@@ -1426,6 +1398,16 @@ msgstr "Ruso"
msgid "Russian spelling dictionary, hyphenation rules, and thesaurus"
msgstr "Diccionario de revisión ortográfica, patrones de separación silábica y sinónimos para ruso"
+#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SI.LngText.text
+msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SI.LngText.text"
+msgid "Sinhala"
+msgstr "Cingalés"
+
+#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_SI.LngText.text
+#, fuzzy
+msgid "Sinhala spelling dictionary"
+msgstr "Diccionario ortográfico para Tailandés"
+
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SK.LngText.text
msgctxt "module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_SK.LngText.text"
msgid "Slovak"
@@ -2537,7 +2519,7 @@ msgstr ""
#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_LB.LngText.text
msgid "Luxembourgish"
-msgstr ""
+msgstr "Luxemburgués"
#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_LB.LngText.text
msgid "Installs the Luxembourgish user interface"
diff --git a/translations/source/es/scp2/source/python.po b/translations/source/es/scp2/source/python.po
index 1d6bf48456f..cfb8143fce0 100644
--- a/translations/source/es/scp2/source/python.po
+++ b/translations/source/es/scp2/source/python.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/scp2/source/quickstart.po b/translations/source/es/scp2/source/quickstart.po
index 53cf764cba7..f7f8a47cea9 100644
--- a/translations/source/es/scp2/source/quickstart.po
+++ b/translations/source/es/scp2/source/quickstart.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/scp2/source/sdkoo.po b/translations/source/es/scp2/source/sdkoo.po
index 23714eb6a70..dfd81d0494b 100644
--- a/translations/source/es/scp2/source/sdkoo.po
+++ b/translations/source/es/scp2/source/sdkoo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/scp2/source/smoketest.po b/translations/source/es/scp2/source/smoketest.po
new file mode 100644
index 00000000000..2f7ca14785d
--- /dev/null
+++ b/translations/source/es/scp2/source/smoketest.po
@@ -0,0 +1,23 @@
+#. extracted from scp2/source/smoketest.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+scp2%2Fsource%2Fsmoketest.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: module_smoketest.ulf#STR_NAME_MODULE_OPTIONAL_SMOKETEST.LngText.text
+msgid "%PRODUCTNAME %PRODUCTVERSION Smoketest"
+msgstr ""
+
+#: module_smoketest.ulf#STR_DESC_MODULE_OPTIONAL_SMOKETEST.LngText.text
+msgid "The smoketest of %PRODUCTNAME %PRODUCTVERSION"
+msgstr ""
diff --git a/translations/source/es/scp2/source/winexplorerext.po b/translations/source/es/scp2/source/winexplorerext.po
index 23232065ebb..1477d81adc0 100644
--- a/translations/source/es/scp2/source/winexplorerext.po
+++ b/translations/source/es/scp2/source/winexplorerext.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/scp2/source/writer.po b/translations/source/es/scp2/source/writer.po
index 9d7a0757ee3..4019c28c6c8 100644
--- a/translations/source/es/scp2/source/writer.po
+++ b/translations/source/es/scp2/source/writer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/scp2/source/xsltfilter.po b/translations/source/es/scp2/source/xsltfilter.po
index 3fc797beb05..da32c4b4f79 100644
--- a/translations/source/es/scp2/source/xsltfilter.po
+++ b/translations/source/es/scp2/source/xsltfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/scripting/source/pyprov.po b/translations/source/es/scripting/source/pyprov.po
index a8fd4b5e0ae..ffff362cd8c 100644
--- a/translations/source/es/scripting/source/pyprov.po
+++ b/translations/source/es/scripting/source/pyprov.po
@@ -3,14 +3,14 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sd/source/core.po b/translations/source/es/sd/source/core.po
index f7940653b09..09be788bcc4 100644
--- a/translations/source/es/sd/source/core.po
+++ b/translations/source/es/sd/source/core.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-04-05 20:01+0200\n"
-"Last-Translator: Alexandro <jza@openoffice.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-10-31 05:44+0200\n"
+"Last-Translator: drodriguez <daniel.armando.rodriguez@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -26,6 +26,8 @@ msgid "Background objects"
msgstr "Objetos de fondo"
#: glob.src#STR_LAYER_LAYOUT.string.text
+#, fuzzy
+msgctxt "glob.src#STR_LAYER_LAYOUT.string.text"
msgid "Layout"
msgstr "Diseño"
@@ -317,6 +319,37 @@ msgstr "Reproducción de medios"
msgid "Table"
msgstr "Tabla"
+#: glob.src#STR_SLIDESORTERVIEWSHELL.string.text
+msgid "Slide Sorter"
+msgstr "Clasificador de diapositivas"
+
+#: glob.src#STR_TOOL_PANEL_SHELL.string.text
+msgid "Tool Panel"
+msgstr ""
+
+#: glob.src#STR_LEFT_IMPRESS_PANE_SHELL.string.text
+#, fuzzy
+msgid "Slides"
+msgstr "Página"
+
+#: glob.src#STR_LEFT_DRAW_PANE_SHELL.string.text
+#, fuzzy
+msgid "Pages"
+msgstr "Página"
+
+#: glob.src#STR_TASKPANEVIEWSHELL.string.text
+msgid "Tasks"
+msgstr "Tareas"
+
+#: glob.src#STR_MASTERPAGESSELECTOR.string.text
+msgid "Master Pages"
+msgstr ""
+
+#: glob.src#STR_TASKPANELAYOUTMENU.string.text
+msgctxt "glob.src#STR_TASKPANELAYOUTMENU.string.text"
+msgid "Layout"
+msgstr "Diseño"
+
#: glob.src#STR_POWERPOINT_IMPORT.string.text
msgid "PowerPoint Import"
msgstr "Importación PowerPoint"
diff --git a/translations/source/es/sd/source/filter/html.po b/translations/source/es/sd/source/filter/html.po
index a06833de45d..337941a43e4 100644
--- a/translations/source/es/sd/source/filter/html.po
+++ b/translations/source/es/sd/source/filter/html.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sd/source/ui/accessibility.po b/translations/source/es/sd/source/ui/accessibility.po
index 660998cfbdb..6f22c234a62 100644
--- a/translations/source/es/sd/source/ui/accessibility.po
+++ b/translations/source/es/sd/source/ui/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sd/source/ui/animations.po b/translations/source/es/sd/source/ui/animations.po
index 3af0c1ed5b4..3cad2e063d3 100644
--- a/translations/source/es/sd/source/ui/animations.po
+++ b/translations/source/es/sd/source/ui/animations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sd/source/ui/annotations.po b/translations/source/es/sd/source/ui/annotations.po
index 2948e178ed3..b1d9623703f 100644
--- a/translations/source/es/sd/source/ui/annotations.po
+++ b/translations/source/es/sd/source/ui/annotations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:01+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sd/source/ui/app.po b/translations/source/es/sd/source/ui/app.po
index a909580ad18..a5bf6b1d04b 100644
--- a/translations/source/es/sd/source/ui/app.po
+++ b/translations/source/es/sd/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-28 11:23+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -1935,7 +1935,7 @@ msgstr "Fijado abajo ~verticalmente"
#: menuids_tmpl.src#MN_GRID_VISIBLE.SID_GRID_VISIBLE.menuitem.text
msgid "~Display Grid"
-msgstr ""
+msgstr "~Mostrar cuadrícula"
#: menuids_tmpl.src#MN_GRID_USE.SID_GRID_USE.menuitem.text
msgid "Snap to Grid"
diff --git a/translations/source/es/sd/source/ui/dlg.po b/translations/source/es/sd/source/ui/dlg.po
index a8c2da251a7..d7bb7e5f97d 100644
--- a/translations/source/es/sd/source/ui/dlg.po
+++ b/translations/source/es/sd/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 20:00+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sd/source/ui/notes.po b/translations/source/es/sd/source/ui/notes.po
index cdf04948080..99afc2e2abb 100644
--- a/translations/source/es/sd/source/ui/notes.po
+++ b/translations/source/es/sd/source/ui/notes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sd/source/ui/slideshow.po b/translations/source/es/sd/source/ui/slideshow.po
index be8e87ba600..3d8c8913be2 100644
--- a/translations/source/es/sd/source/ui/slideshow.po
+++ b/translations/source/es/sd/source/ui/slideshow.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-05-03 18:11+0200\n"
-"Last-Translator: Alexandro <jza@openoffice.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-10-31 05:44+0200\n"
+"Last-Translator: drodriguez <daniel.armando.rodriguez@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -36,7 +36,8 @@ msgid "~Go to Slide"
msgstr "~Ir a diapositiva"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_PEN_MODE.menuitem.text
-msgid "Mouse pointer as ~pen"
+#, fuzzy
+msgid "Mouse pointer as ~Pen"
msgstr "Puntero del ratón como p~luma"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_WIDTH_PEN.CM_WIDTH_PEN_VERY_THIN.menuitem.text
@@ -64,11 +65,13 @@ msgid "~Pen Width"
msgstr "Ancho del ~trazo"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_COLOR_PEN.menuitem.text
-msgid "~Change Pen Color..."
+#, fuzzy
+msgid "~Change pen Color..."
msgstr "~Cambiar el color del trazo..."
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_ERASE_ALLINK.menuitem.text
-msgid "~Erase All Ink On Slide"
+#, fuzzy
+msgid "~Erase all ink on Slide"
msgstr "Borrar toda la tinta de la diapositiva"
#: slideshow.src#RID_SLIDESHOW_CONTEXTMENU.CM_SCREEN.CM_SCREEN_BLACK.menuitem.text
diff --git a/translations/source/es/sd/source/ui/slidesorter/view.po b/translations/source/es/sd/source/ui/slidesorter/view.po
index f721cd89ec7..7fdb0b2dc21 100644
--- a/translations/source/es/sd/source/ui/slidesorter/view.po
+++ b/translations/source/es/sd/source/ui/slidesorter/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 18:11+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sd/source/ui/table.po b/translations/source/es/sd/source/ui/table.po
index 1c8c864adff..f04d14032a9 100644
--- a/translations/source/es/sd/source/ui/table.po
+++ b/translations/source/es/sd/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sd/source/ui/view.po b/translations/source/es/sd/source/ui/view.po
index 353766921ca..90579e07f7f 100644
--- a/translations/source/es/sd/source/ui/view.po
+++ b/translations/source/es/sd/source/ui/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sdext/source/minimizer.po b/translations/source/es/sdext/source/minimizer.po
index de0772f0f7b..3ad2c3fa368 100644
--- a/translations/source/es/sdext/source/minimizer.po
+++ b/translations/source/es/sdext/source/minimizer.po
@@ -3,21 +3,21 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Presentation Minimizer"
-msgstr ""
+msgstr "Presentation Minimizer"
#: description.xml#extdesc.extdesc.description.text
msgid ""
diff --git a/translations/source/es/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/translations/source/es/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index b895ac8cb5f..4c6a4b1467c 100644
--- a/translations/source/es/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/translations/source/es/sdext/source/minimizer/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/translations/source/es/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index 944c94a3f84..1c252d7cea7 100644
--- a/translations/source/es/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/es/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sdext/source/pdfimport.po b/translations/source/es/sdext/source/pdfimport.po
index bf9b2e646dc..eacfdfe9c2c 100644
--- a/translations/source/es/sdext/source/pdfimport.po
+++ b/translations/source/es/sdext/source/pdfimport.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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"
+"POT-Creation-Date: 2012-02-21 19:43+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: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sdext/source/presenter.po b/translations/source/es/sdext/source/presenter.po
index b9a49346374..6bc4c904777 100644
--- a/translations/source/es/sdext/source/presenter.po
+++ b/translations/source/es/sdext/source/presenter.po
@@ -3,21 +3,21 @@ 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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Presenter Console"
-msgstr ""
+msgstr "Consola de presentación"
#: description.xml#extdesc.extdesc.description.text
msgid ""
diff --git a/translations/source/es/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/translations/source/es/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index 02f226afc00..21df2197b1b 100644
--- a/translations/source/es/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/translations/source/es/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/translations/source/es/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index 91666029897..7e6f2816233 100644
--- a/translations/source/es/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/es/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-04-05 20:02+0200\n"
-"Last-Translator: Alexandro <jza@openoffice.org>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2011-10-31 05:44+0200\n"
+"Last-Translator: drodriguez <daniel.armando.rodriguez@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -33,7 +33,11 @@ msgid "Slides"
msgstr "Diapositivas"
#: PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.l.Normal.Text.value.text
-msgctxt "PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.l.Normal.Text.value.text"
+msgid "Exchange"
+msgstr ""
+
+#: PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.n.Normal.Text.value.text
+msgctxt "PresenterScreen.xcu#..PresenterScreen.PresenterScreenSettings.ToolBars.ToolBar.Entries.n.Normal.Text.value.text"
msgid "Help"
msgstr "Ayuda"
diff --git a/translations/source/es/setup_native/source/mac.po b/translations/source/es/setup_native/source/mac.po
index fa210d12675..b780617f95a 100644
--- a/translations/source/es/setup_native/source/mac.po
+++ b/translations/source/es/setup_native/source/mac.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sfx2/source/appl.po b/translations/source/es/sfx2/source/appl.po
index 385ad89156d..de6523242e9 100644
--- a/translations/source/es/sfx2/source/appl.po
+++ b/translations/source/es/sfx2/source/appl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 22:13+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sfx2/source/bastyp.po b/translations/source/es/sfx2/source/bastyp.po
index fc04e84d6e6..bf719ef8889 100644
--- a/translations/source/es/sfx2/source/bastyp.po
+++ b/translations/source/es/sfx2/source/bastyp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sfx2/source/dialog.po b/translations/source/es/sfx2/source/dialog.po
index fbd78178318..cf3f282c103 100644
--- a/translations/source/es/sfx2/source/dialog.po
+++ b/translations/source/es/sfx2/source/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 22:14+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -688,6 +688,10 @@ msgstr "~Información adicional..."
msgid "~Ask when not saving in ODF format"
msgstr "~Preguntar cuando no se guarde en formato ODF"
+#: alienwarn.src#RID_DLG_ALIEN_WARNING.modaldialog.text
+msgid "Confirm File Format"
+msgstr ""
+
#: taskpane.src#STR_SFX_DOCK.string.text
msgid "Dock"
msgstr "Anclar"
diff --git a/translations/source/es/sfx2/source/doc.po b/translations/source/es/sfx2/source/doc.po
index b861362d1d8..93dd690409c 100644
--- a/translations/source/es/sfx2/source/doc.po
+++ b/translations/source/es/sfx2/source/doc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-02 22:15+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -223,7 +223,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME7.string.text
msgid "Brown"
-msgstr ""
+msgstr "Marrón"
#: templatelocnames.src#STR_TEMPLATE_NAME8.string.text
msgid "Characters with Glow"
@@ -231,7 +231,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME9.string.text
msgid "Forest"
-msgstr ""
+msgstr "Verde oscuro"
#: templatelocnames.src#STR_TEMPLATE_NAME10.string.text
msgid "Fresco"
@@ -247,7 +247,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME13.string.text
msgid "Keyboard"
-msgstr ""
+msgstr "Teclado"
#: templatelocnames.src#STR_TEMPLATE_NAME14.string.text
msgid "Light Blue Shapes"
@@ -275,7 +275,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME20.string.text
msgid "Rounded Rectangles"
-msgstr ""
+msgstr "Rectángulos redondeados"
#: templatelocnames.src#STR_TEMPLATE_NAME21.string.text
msgid "Blue and Red Gradient"
@@ -291,7 +291,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME24.string.text
msgid "Water"
-msgstr ""
+msgstr "Agua"
#: templatelocnames.src#STR_TEMPLATE_NAME25.string.text
msgid "Wine"
@@ -720,8 +720,8 @@ msgid ""
msgstr "El documento debe grabarse antes de firmarlo. Grabando el documento quita todas las firmas presentes. Desea grabar el documento?"
#: doc.src#STR_QRYTEMPL_MESSAGE.string.text
-msgid "The template '$(ARG1)' on which this document is based, has been modified. Do you want to update style based formattings according to the modified template?"
-msgstr "La plantilla'$(ARG1)' sobre la cual el documento está basado, ha sido modificada. Deséa usted actualizar los estilos con nuevos los nuevos formatos de acuerdo a la plantilla modificada?"
+msgid "The template '$(ARG1)' on which this document is based, has been modified. Do you want to update style based formatting according to the modified template?"
+msgstr ""
#: doc.src#STR_QRYTEMPL_UPDATE_BTN.string.text
msgid "~Update Styles"
diff --git a/translations/source/es/sfx2/source/menu.po b/translations/source/es/sfx2/source/menu.po
index 77591a08fb4..918d89f8093 100644
--- a/translations/source/es/sfx2/source/menu.po
+++ b/translations/source/es/sfx2/source/menu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sfx2/source/view.po b/translations/source/es/sfx2/source/view.po
index ae2d1d46f0f..9ae8e6387d1 100644
--- a/translations/source/es/sfx2/source/view.po
+++ b/translations/source/es/sfx2/source/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/shell/source/win32/shlxthandler/res.po b/translations/source/es/shell/source/win32/shlxthandler/res.po
index 25732e9ef1d..728b8b56098 100644
--- a/translations/source/es/shell/source/win32/shlxthandler/res.po
+++ b/translations/source/es/shell/source/win32/shlxthandler/res.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/starmath/source.po b/translations/source/es/starmath/source.po
index bce68ecd505..dae9e896271 100644
--- a/translations/source/es/starmath/source.po
+++ b/translations/source/es/starmath/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-02 22:00+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/svl/source/items.po b/translations/source/es/svl/source/items.po
index 742382ca65e..8d95faefeb1 100644
--- a/translations/source/es/svl/source/items.po
+++ b/translations/source/es/svl/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/svl/source/misc.po b/translations/source/es/svl/source/misc.po
index 904cd9d14a9..c6188c0f092 100644
--- a/translations/source/es/svl/source/misc.po
+++ b/translations/source/es/svl/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-21 02:58+0200\n"
"Last-Translator: Daniel <gonzalezdr@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/svtools/source/contnr.po b/translations/source/es/svtools/source/contnr.po
index 1e5497d5c4e..2c24fbb2210 100644
--- a/translations/source/es/svtools/source/contnr.po
+++ b/translations/source/es/svtools/source/contnr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/svtools/source/control.po b/translations/source/es/svtools/source/control.po
index 6896ebdccf3..54e6c17d169 100644
--- a/translations/source/es/svtools/source/control.po
+++ b/translations/source/es/svtools/source/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-05-02 22:15+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/svtools/source/dialogs.po b/translations/source/es/svtools/source/dialogs.po
index 6e52690960d..91eb6ab2d24 100644
--- a/translations/source/es/svtools/source/dialogs.po
+++ b/translations/source/es/svtools/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-28 11:23+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/svtools/source/filter.po b/translations/source/es/svtools/source/filter.po
index 4e594d13f20..c1c2dae6b22 100644
--- a/translations/source/es/svtools/source/filter.po
+++ b/translations/source/es/svtools/source/filter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 22:16+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/svtools/source/java.po b/translations/source/es/svtools/source/java.po
index 396687174c6..2171721c98d 100644
--- a/translations/source/es/svtools/source/java.po
+++ b/translations/source/es/svtools/source/java.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 22:17+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/svtools/source/misc.po b/translations/source/es/svtools/source/misc.po
index 2a6a67eae0b..47804c48273 100644
--- a/translations/source/es/svtools/source/misc.po
+++ b/translations/source/es/svtools/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-05-03 18:12+0200\n"
-"Last-Translator: Alexandro <jza@openoffice.org>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2011-10-31 05:44+0200\n"
+"Last-Translator: drodriguez <daniel.armando.rodriguez@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -179,6 +179,10 @@ msgstr "Bielorruso"
msgid "Catalan"
msgstr "Catalán"
+#: langtab.src#STR_ARR_SVT_LANGUAGE_TABLE.LANGUAGE_USER_CATALAN_VALENCIAN.pairedlist.text
+msgid "Catalan (Valencian)"
+msgstr ""
+
#: langtab.src#STR_ARR_SVT_LANGUAGE_TABLE.LANGUAGE_CHINESE_TRADITIONAL.pairedlist.text
msgid "Chinese (traditional)"
msgstr "Chino (tradicional)"
@@ -1370,20 +1374,24 @@ msgid "Database"
msgstr "Base de datos"
#: imagemgr.src#STR_DESCRIPTION_CALC_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet Template"
-msgstr "Plantilla de hoja de cálculo de %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet Template"
+msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Hoja de cálculo"
#: imagemgr.src#STR_DESCRIPTION_DRAW_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Drawing Template"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Drawing Template"
msgstr "Plantilla de dibujo de %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
#: imagemgr.src#STR_DESCRIPTION_IMPRESS_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Presentation Template"
-msgstr "Plantilla de presentación de %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Presentation Template"
+msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Presentación"
#: imagemgr.src#STR_DESCRIPTION_WRITER_TEMPLATE.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Text Document Template"
-msgstr "Plantilla de documento de texto de %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Text Document Template"
+msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Documento de texto"
#: imagemgr.src#STR_DESCRIPTION_LOCALE_VOLUME.string.text
msgid "Local drive"
@@ -1414,31 +1422,38 @@ msgid "MS PowerPoint Show"
msgstr "MS PowerPoint Show"
#: imagemgr.src#STR_DESCRIPTION_SXMATH_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Formula"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Formula"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Fórmula"
#: imagemgr.src#STR_DESCRIPTION_SXCHART_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Chart"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Chart"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Diagrama"
#: imagemgr.src#STR_DESCRIPTION_SXDRAW_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Drawing"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Drawing"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Dibujo"
#: imagemgr.src#STR_DESCRIPTION_SXCALC_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Hoja de cálculo"
#: imagemgr.src#STR_DESCRIPTION_SXIMPRESS_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Presentation"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Presentation"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Presentación"
#: imagemgr.src#STR_DESCRIPTION_SXWRITER_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Text Document"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Text Document"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Documento de texto"
#: imagemgr.src#STR_DESCRIPTION_SXGLOBAL_DOC.string.text
-msgid "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Master Document"
+#, fuzzy
+msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Master Document"
msgstr "%PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION Documento maestro"
#: imagemgr.src#STR_DESCRIPTION_MATHML_DOC.string.text
diff --git a/translations/source/es/svtools/source/plugapp.po b/translations/source/es/svtools/source/plugapp.po
index d92ddebd737..7ae460a3e3f 100644
--- a/translations/source/es/svtools/source/plugapp.po
+++ b/translations/source/es/svtools/source/plugapp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/svtools/source/toolpanel.po b/translations/source/es/svtools/source/toolpanel.po
index 82f76a5f9c7..c43f3e742e6 100644
--- a/translations/source/es/svtools/source/toolpanel.po
+++ b/translations/source/es/svtools/source/toolpanel.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/svtools/workben/unodialog.po b/translations/source/es/svtools/workben/unodialog.po
index 706fed6e17d..7d337e093fe 100644
--- a/translations/source/es/svtools/workben/unodialog.po
+++ b/translations/source/es/svtools/workben/unodialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/svx/inc.po b/translations/source/es/svx/inc.po
index 0d28d7c139e..f0a49eec16e 100644
--- a/translations/source/es/svx/inc.po
+++ b/translations/source/es/svx/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-24 00:06+0200\n"
"Last-Translator: Carlos <carlosrincon2005@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -648,7 +648,7 @@ msgstr "~Katakana"
#: globlmn_tmpl.hrc#ITEM_TRANSLITERATE_MENU.SID_MN_SUB_TRANSLITERATE.menuitem.text
msgid "~Change Case"
-msgstr ""
+msgstr "Cambiar ma~yúsculas y minúsculas"
#: globlmn_tmpl.hrc#ITEM_OPEN_HYPERLINK.#define.text
msgid "~Open Hyperlink"
diff --git a/translations/source/es/svx/source/accessibility.po b/translations/source/es/svx/source/accessibility.po
index f739bd86cd2..3fbada30e21 100644
--- a/translations/source/es/svx/source/accessibility.po
+++ b/translations/source/es/svx/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/svx/source/dialog.po b/translations/source/es/svx/source/dialog.po
index d568ae5fce3..b47a51f3782 100644
--- a/translations/source/es/svx/source/dialog.po
+++ b/translations/source/es/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-31 05:44+0200\n"
"Last-Translator: drodriguez <daniel.armando.rodriguez@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: docrecovery.src#RID_SVXPAGE_DOCRECOVERY_SAVE.FT_SAVE_TITLE.fixedtext.text
@@ -2497,7 +2497,7 @@ msgstr ""
#: sdstring.src#RID_SVXSTR_LEND15.string.text
msgid "Diamond"
-msgstr ""
+msgstr "Rombo"
#: sdstring.src#RID_SVXSTR_LEND16.string.text
msgid "Circle unfilled"
diff --git a/translations/source/es/svx/source/engine3d.po b/translations/source/es/svx/source/engine3d.po
index fd90737866c..d5f26a0c95a 100644
--- a/translations/source/es/svx/source/engine3d.po
+++ b/translations/source/es/svx/source/engine3d.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 18:35+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/svx/source/fmcomp.po b/translations/source/es/svx/source/fmcomp.po
index 20ac426e7da..31b324322c2 100644
--- a/translations/source/es/svx/source/fmcomp.po
+++ b/translations/source/es/svx/source/fmcomp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/svx/source/form.po b/translations/source/es/svx/source/form.po
index d8dd38a754f..f0ba125b278 100644
--- a/translations/source/es/svx/source/form.po
+++ b/translations/source/es/svx/source/form.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 18:34+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/svx/source/gallery2.po b/translations/source/es/svx/source/gallery2.po
index 0fadc858ea7..55e08e7a01b 100644
--- a/translations/source/es/svx/source/gallery2.po
+++ b/translations/source/es/svx/source/gallery2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/svx/source/items.po b/translations/source/es/svx/source/items.po
index 34788fc6ce3..34bb1bc78fa 100644
--- a/translations/source/es/svx/source/items.po
+++ b/translations/source/es/svx/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/svx/source/src.po b/translations/source/es/svx/source/src.po
index 20a030cfdb3..1cfe4e575e2 100644
--- a/translations/source/es/svx/source/src.po
+++ b/translations/source/es/svx/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-03 18:34+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/svx/source/stbctrls.po b/translations/source/es/svx/source/stbctrls.po
index d3c53fef50d..74ecc0f2350 100644
--- a/translations/source/es/svx/source/stbctrls.po
+++ b/translations/source/es/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: 2012-01-15 22:23+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/es/svx/source/svdraw.po b/translations/source/es/svx/source/svdraw.po
index 6c331069b61..cb491c7a661 100644
--- a/translations/source/es/svx/source/svdraw.po
+++ b/translations/source/es/svx/source/svdraw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 18:31+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/svx/source/table.po b/translations/source/es/svx/source/table.po
index def859ea78f..5817a8c0fc1 100644
--- a/translations/source/es/svx/source/table.po
+++ b/translations/source/es/svx/source/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/svx/source/tbxctrls.po b/translations/source/es/svx/source/tbxctrls.po
index d9572b35f3d..c16aa9bb76c 100644
--- a/translations/source/es/svx/source/tbxctrls.po
+++ b/translations/source/es/svx/source/tbxctrls.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 18:31+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/svx/source/toolbars.po b/translations/source/es/svx/source/toolbars.po
index f95dfabbb55..30bd565b5ec 100644
--- a/translations/source/es/svx/source/toolbars.po
+++ b/translations/source/es/svx/source/toolbars.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/svx/source/unodialogs/textconversiondlgs.po b/translations/source/es/svx/source/unodialogs/textconversiondlgs.po
index 2e584298be9..bc53a104e5c 100644
--- a/translations/source/es/svx/source/unodialogs/textconversiondlgs.po
+++ b/translations/source/es/svx/source/unodialogs/textconversiondlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 18:46+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sw/source/core/layout.po b/translations/source/es/sw/source/core/layout.po
index e6a3ca194c2..5e9573032da 100644
--- a/translations/source/es/sw/source/core/layout.po
+++ b/translations/source/es/sw/source/core/layout.po
@@ -3,14 +3,14 @@ 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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sw/source/core/undo.po b/translations/source/es/sw/source/core/undo.po
index b5968c07049..fccb2d112e9 100644
--- a/translations/source/es/sw/source/core/undo.po
+++ b/translations/source/es/sw/source/core/undo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -263,7 +263,7 @@ msgstr "unir tablas"
#: undo.src#STR_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "Cambiar ma~yúsculas y minúsculas"
#: undo.src#STR_DELNUM.string.text
msgid "Delete numbering"
diff --git a/translations/source/es/sw/source/core/unocore.po b/translations/source/es/sw/source/core/unocore.po
index f45f49007c2..fe0ce288b7d 100644
--- a/translations/source/es/sw/source/core/unocore.po
+++ b/translations/source/es/sw/source/core/unocore.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sw/source/ui/app.po b/translations/source/es/sw/source/ui/app.po
index e6b63ec029a..23aed525edc 100644
--- a/translations/source/es/sw/source/ui/app.po
+++ b/translations/source/es/sw/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 21:47+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -393,7 +393,7 @@ msgstr "~Ajuste"
#: mn.src#MN_AT_FRAME.FN_TOOL_ANCHOR_FRAME.menuitem.text
msgid "To ~Frame"
-msgstr ""
+msgstr "Al ~marco"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_PAGE.menuitem.text
msgid "To P~age"
@@ -401,15 +401,15 @@ msgstr ""
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_PARAGRAPH.menuitem.text
msgid "To ~Paragraph"
-msgstr ""
+msgstr "Al párra~fo"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_AT_CHAR.menuitem.text
msgid "To ~Character"
-msgstr ""
+msgstr "Al ~carácter"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_CHAR.menuitem.text
msgid "As C~haracter"
-msgstr ""
+msgstr "C~omo carácter"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.menuitem.text
msgid "An~chor"
@@ -530,18 +530,10 @@ msgstr "Cerrar la vista preliminar"
msgid "Media object"
msgstr "Objeto de medios"
-#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_EDIT.menuitem.text
-msgid "Format $1..."
-msgstr ""
-
#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_BORDERBACK.menuitem.text
msgid "Border and Background..."
msgstr ""
-#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_DELETE.menuitem.text
-msgid "Delete $1..."
-msgstr ""
-
#: mn.src#MN_PAGEBREAK_BUTTON.FN_PAGEBREAK_EDIT.menuitem.text
msgid "Edit Page Break..."
msgstr ""
diff --git a/translations/source/es/sw/source/ui/chrdlg.po b/translations/source/es/sw/source/ui/chrdlg.po
index 15c68d1a9e3..6f29df59a60 100644
--- a/translations/source/es/sw/source/ui/chrdlg.po
+++ b/translations/source/es/sw/source/ui/chrdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sw/source/ui/config.po b/translations/source/es/sw/source/ui/config.po
index e3dbb907f03..f21af13479b 100644
--- a/translations/source/es/sw/source/ui/config.po
+++ b/translations/source/es/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: 2012-01-30 11:10+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 21:48+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/es/sw/source/ui/dbui.po b/translations/source/es/sw/source/ui/dbui.po
index be2128c0b79..d27593a8c48 100644
--- a/translations/source/es/sw/source/ui/dbui.po
+++ b/translations/source/es/sw/source/ui/dbui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sw/source/ui/dialog.po b/translations/source/es/sw/source/ui/dialog.po
index d06f0821ec4..e729a262d4c 100644
--- a/translations/source/es/sw/source/ui/dialog.po
+++ b/translations/source/es/sw/source/ui/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-24 01:35+0200\n"
"Last-Translator: Carlos <carlosrincon2005@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -94,6 +94,10 @@ msgctxt "wordcountdialog.src#DLG_WORDCOUNT.FT_DOCCHARACTEREXCLUDINGSPACES.fixedt
msgid "Characters excluding spaces:"
msgstr "Caracteres, excluyendo los espacios:"
+#: wordcountdialog.src#DLG_WORDCOUNT.PB_OK.okbutton.text
+msgid "~Close"
+msgstr ""
+
#: wordcountdialog.src#DLG_WORDCOUNT.modelessdialog.text
msgid "Word Count"
msgstr ""
@@ -419,8 +423,8 @@ msgid "Included outline levels"
msgstr "Niveles del capítulo incluidos"
#: abstract.src#DLG_INSERT_ABSTRACT.FT_PARA.fixedtext.text
-msgid "Subpoints per level"
-msgstr "Párrafos por capítulo"
+msgid "Paragraphs per level"
+msgstr ""
#: abstract.src#DLG_INSERT_ABSTRACT.FT_DESC.fixedtext.text
msgid "The abstract contains the selected number of paragraphs from the included outline levels."
diff --git a/translations/source/es/sw/source/ui/dochdl.po b/translations/source/es/sw/source/ui/dochdl.po
index b7d5b99d18b..eb02672d9b6 100644
--- a/translations/source/es/sw/source/ui/dochdl.po
+++ b/translations/source/es/sw/source/ui/dochdl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sw/source/ui/docvw.po b/translations/source/es/sw/source/ui/docvw.po
index cd95eb23be0..1c72472e0ee 100644
--- a/translations/source/es/sw/source/ui/docvw.po
+++ b/translations/source/es/sw/source/ui/docvw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-24 01:46+0200\n"
"Last-Translator: Carlos <carlosrincon2005@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -215,12 +215,20 @@ msgstr ""
msgid "Footer (%1)"
msgstr ""
-#: docvw.src#STR_HEADER.string.text
-msgid "Header"
+#: docvw.src#STR_DELETE_HEADER.string.text
+msgid "Delete Header..."
+msgstr ""
+
+#: docvw.src#STR_FORMAT_HEADER.string.text
+msgid "Format Header..."
+msgstr ""
+
+#: docvw.src#STR_DELETE_FOOTER.string.text
+msgid "Delete Footer..."
msgstr ""
-#: docvw.src#STR_FOOTER.string.text
-msgid "Footer"
+#: docvw.src#STR_FORMAT_FOOTER.string.text
+msgid "Format Footer..."
msgstr ""
#: access.src#STR_ACCESS_DOC_NAME.string.text
diff --git a/translations/source/es/sw/source/ui/envelp.po b/translations/source/es/sw/source/ui/envelp.po
index 930e6f3dc55..38c07a9553a 100644
--- a/translations/source/es/sw/source/ui/envelp.po
+++ b/translations/source/es/sw/source/ui/envelp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sw/source/ui/fldui.po b/translations/source/es/sw/source/ui/fldui.po
index ef818ed9435..dbe6c0a7cb5 100644
--- a/translations/source/es/sw/source/ui/fldui.po
+++ b/translations/source/es/sw/source/ui/fldui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 21:48+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sw/source/ui/fmtui.po b/translations/source/es/sw/source/ui/fmtui.po
index a2385ba4c67..a155f3f1724 100644
--- a/translations/source/es/sw/source/ui/fmtui.po
+++ b/translations/source/es/sw/source/ui/fmtui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sw/source/ui/frmdlg.po b/translations/source/es/sw/source/ui/frmdlg.po
index 443871dc203..d45cfbe8bbd 100644
--- a/translations/source/es/sw/source/ui/frmdlg.po
+++ b/translations/source/es/sw/source/ui/frmdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 21:48+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sw/source/ui/globdoc.po b/translations/source/es/sw/source/ui/globdoc.po
index 487f9893a05..cd0dced6f17 100644
--- a/translations/source/es/sw/source/ui/globdoc.po
+++ b/translations/source/es/sw/source/ui/globdoc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sw/source/ui/index.po b/translations/source/es/sw/source/ui/index.po
index 9a6e37c5b11..969b04d0be5 100644
--- a/translations/source/es/sw/source/ui/index.po
+++ b/translations/source/es/sw/source/ui/index.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
-"PO-Revision-Date: 2011-05-02 21:49+0200\n"
-"Last-Translator: Alexandro <jza@openoffice.org>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2011-10-31 05:44+0200\n"
+"Last-Translator: drodriguez <daniel.armando.rodriguez@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -770,7 +770,8 @@ msgid "~Main entry"
msgstr "Entrada principal"
#: idxmrk.src#IDX_DIALOG_WINDOW.WIN_DLG.CB_APPLY_TO_ALL.checkbox.text
-msgid "~Apply to all similar texts."
+#, fuzzy
+msgid "~Apply to all similar texts"
msgstr "~Aplicar a todos los textos iguales."
#: idxmrk.src#IDX_DIALOG_WINDOW.WIN_DLG.CB_CASESENSITIVE.checkbox.text
diff --git a/translations/source/es/sw/source/ui/lingu.po b/translations/source/es/sw/source/ui/lingu.po
index 4dd67846d48..f4d1d15ff0e 100644
--- a/translations/source/es/sw/source/ui/lingu.po
+++ b/translations/source/es/sw/source/ui/lingu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sw/source/ui/misc.po b/translations/source/es/sw/source/ui/misc.po
index d8e161c408a..4bb63df883d 100644
--- a/translations/source/es/sw/source/ui/misc.po
+++ b/translations/source/es/sw/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 21:49+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sw/source/ui/ribbar.po b/translations/source/es/sw/source/ui/ribbar.po
index c8b5867b23e..256508eaebb 100644
--- a/translations/source/es/sw/source/ui/ribbar.po
+++ b/translations/source/es/sw/source/ui/ribbar.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -421,20 +421,20 @@ msgstr "Aplicar"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_PAGE.menuitem.text
msgid "To Page"
-msgstr ""
+msgstr "Ir a la página"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_PARAGRAPH.menuitem.text
msgid "To Paragraph"
-msgstr ""
+msgstr "Al párrafo"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_AT_CHAR.menuitem.text
msgid "To Character"
-msgstr ""
+msgstr "A caracteres"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_CHAR.menuitem.text
msgid "As Character"
-msgstr ""
+msgstr "Como caracteres"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_FRAME.menuitem.text
msgid "To Frame"
-msgstr ""
+msgstr "Al capítulo"
diff --git a/translations/source/es/sw/source/ui/shells.po b/translations/source/es/sw/source/ui/shells.po
index a71e3a52705..62bf54bb3af 100644
--- a/translations/source/es/sw/source/ui/shells.po
+++ b/translations/source/es/sw/source/ui/shells.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -200,6 +200,14 @@ msgstr "Bézier"
msgid "Draw text"
msgstr "Texto de diseño"
+#: shells.src#STR_SHELLNAME_MEDIA.string.text
+msgid "Media"
+msgstr "Medios"
+
+#: shells.src#STR_SHELLNAME_NAVIGATION.string.text
+msgid "Navigation"
+msgstr "Navegación"
+
#: shells.src#STR_SWBG_PARAGRAPH.string.text
msgid "Paragraph"
msgstr "Párrafo"
diff --git a/translations/source/es/sw/source/ui/smartmenu.po b/translations/source/es/sw/source/ui/smartmenu.po
index 3b3f00e0199..3339874d43c 100644
--- a/translations/source/es/sw/source/ui/smartmenu.po
+++ b/translations/source/es/sw/source/ui/smartmenu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sw/source/ui/table.po b/translations/source/es/sw/source/ui/table.po
index cf91636c941..7b04cf1174e 100644
--- a/translations/source/es/sw/source/ui/table.po
+++ b/translations/source/es/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-31 05:44+0200\n"
"Last-Translator: drodriguez <daniel.armando.rodriguez@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: colwd.src#DLG_COL_WIDTH.FT_WIDTH.fixedtext.text
@@ -459,12 +459,12 @@ msgid "Text ~orientation"
msgstr ""
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.1.stringlist.text
-msgid "horizontal"
-msgstr ""
+msgid "Horizontal"
+msgstr "Horizontal"
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.2.stringlist.text
-msgid "vertical"
-msgstr ""
+msgid "Vertical"
+msgstr "Vertical"
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.3.stringlist.text
msgctxt "tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.3.stringlist.text"
diff --git a/translations/source/es/sw/source/ui/uiview.po b/translations/source/es/sw/source/ui/uiview.po
index 9df287bfa10..5b22dc7cc23 100644
--- a/translations/source/es/sw/source/ui/uiview.po
+++ b/translations/source/es/sw/source/ui/uiview.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sw/source/ui/utlui.po b/translations/source/es/sw/source/ui/utlui.po
index 21a0dcf00cf..248f3dd4426 100644
--- a/translations/source/es/sw/source/ui/utlui.po
+++ b/translations/source/es/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: 2012-01-30 11:09+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-03 18:10+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1510,7 +1510,7 @@ msgstr "Numeración 1 inicio"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text"
msgid "Numbering 1"
-msgstr "Numeración 1"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1E.string.text
msgid "Numbering 1 End"
@@ -1527,7 +1527,7 @@ msgstr "Numeración 2 inicio"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text"
msgid "Numbering 2"
-msgstr "Numeración 2"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2E.string.text
msgid "Numbering 2 End"
@@ -1544,7 +1544,7 @@ msgstr "Numeración 3 inicio"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text"
msgid "Numbering 3"
-msgstr "Numeración 3"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3E.string.text
msgid "Numbering 3 End"
@@ -1561,7 +1561,7 @@ msgstr "Numeración 4 inicio"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text"
msgid "Numbering 4"
-msgstr "Numeración 4"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4E.string.text
msgid "Numbering 4 End"
@@ -1578,7 +1578,7 @@ msgstr "Numeración 5 inicio"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text"
msgid "Numbering 5"
-msgstr "Numeración 5"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5E.string.text
msgid "Numbering 5 End"
@@ -1595,7 +1595,7 @@ msgstr "Enumeración 1 inicio"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text"
msgid "List 1"
-msgstr "Enumeración 1"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1E.string.text
msgid "List 1 End"
@@ -1612,7 +1612,7 @@ msgstr "Enumeración 2 inicio"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text"
msgid "List 2"
-msgstr "Enumeración 2"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2E.string.text
msgid "List 2 End"
@@ -1629,7 +1629,7 @@ msgstr "Enumeración 3 inicio"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text"
msgid "List 3"
-msgstr "Enumeración 3"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3E.string.text
msgid "List 3 End"
@@ -1646,7 +1646,7 @@ msgstr "Enumeración 4 inicio"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text"
msgid "List 4"
-msgstr "Enumeración 4"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4E.string.text
msgid "List 4 End"
@@ -1663,7 +1663,7 @@ msgstr "Enumeración 5 inicio"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text"
msgid "List 5"
-msgstr "Enumeración 5"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5E.string.text
msgid "List 5 End"
diff --git a/translations/source/es/sw/source/ui/web.po b/translations/source/es/sw/source/ui/web.po
index c66650b255c..9b93d570b29 100644
--- a/translations/source/es/sw/source/ui/web.po
+++ b/translations/source/es/sw/source/ui/web.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-24 02:05+0200\n"
"Last-Translator: Carlos <carlosrincon2005@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sw/source/ui/wrtsh.po b/translations/source/es/sw/source/ui/wrtsh.po
index 60a0181f8c2..d11fca4c318 100644
--- a/translations/source/es/sw/source/ui/wrtsh.po
+++ b/translations/source/es/sw/source/ui/wrtsh.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/swext/mediawiki/help.po b/translations/source/es/swext/mediawiki/help.po
index 0ad55240939..f35b2e7ef9a 100644
--- a/translations/source/es/swext/mediawiki/help.po
+++ b/translations/source/es/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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-31 05:44+0200\n"
"Last-Translator: drodriguez <daniel.armando.rodriguez@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: wiki.xhp#tit.help.text
@@ -189,8 +189,8 @@ msgid "If the Wiki allows anonymous access, you can leave the account text boxes
msgstr "Si el Wiki permite acceso anonimo, puede dejar vacio las casillas de texto de la cuenta vacios. Si no, entra su nombre de usuario y su clave."
#: wikiaccount.xhp#par_id9046601.help.text
-msgid "If you have enabled the master password feature on the Security tab page of the Tools - Options - %PRODUCTNAME dialog, then the software can store your password and automatically insert the data where necessary. Enable the \"Save password\" checkbox to store your password."
-msgstr "Si esta habilitado la característica de la clave maestra, en el diálogo de la ficha de Seguridad en Herramientas > Opciones > %PRODUCTNAME, entonces, el software puede guardar el clave y insertarlo automáticamente cuando sea requerida. Habilitar la casilla \"Guardar clave\" para guardar el clave."
+msgid "If you have enabled the master password feature on the Security tab page of the <item type=\"menuitem\">Tools - Options - %PRODUCTNAME</item> dialog, then the software can store your password and automatically insert the data where necessary. Enable the \"Save password\" checkbox to store your password."
+msgstr ""
#: wikiformats.xhp#tit.help.text
msgctxt "wikiformats.xhp#tit.help.text"
@@ -303,8 +303,8 @@ msgid "Borders"
msgstr "Bordes"
#: wikiformats.xhp#par_id1831110.help.text
-msgid "Irrespective of custom table styles for border and background, a table is always exported as \"<emph>prettytable\"</emph>, which renders in the Wiki engine with simple borders and bold header."
-msgstr "Sin importar los estilos de tablas personalizadas para bordes y fondos, una tabla siempre se exporta como \"<emph>prettytable</emph>\", el cual se mostrada por el Wiki con bordes sencillos y encabezados en negrillas."
+msgid "Irrespective of custom table styles for border and background, a table is always exported as \"<emph>prettytable</emph>\", which renders in the Wiki engine with simple borders and bold header."
+msgstr ""
#: wikiformats.xhp#hd_id6255073.help.text
msgid "Charset and special characters"
diff --git a/translations/source/es/swext/mediawiki/src.po b/translations/source/es/swext/mediawiki/src.po
index cdaf169bc77..3e225c4471c 100644
--- a/translations/source/es/swext/mediawiki/src.po
+++ b/translations/source/es/swext/mediawiki/src.po
@@ -3,21 +3,21 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-03 18:34+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Wiki Publisher"
-msgstr ""
+msgstr "Wiki Publisher"
#: description.xml#extdesc.extdesc.description.text
msgid "The Wiki Publisher enables you to create Wiki articles on MediaWiki servers without having to know the syntax of the MediaWiki markup language. Publish your new and existing documents transparently with the Writer to a wiki page.\n"
diff --git a/translations/source/es/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/translations/source/es/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index 1931dc0b19d..4f6d0f937e1 100644
--- a/translations/source/es/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/translations/source/es/swext/mediawiki/src/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/translations/source/es/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index 05826533c02..6555516745c 100644
--- a/translations/source/es/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/translations/source/es/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/sysui/desktop/share.po b/translations/source/es/sysui/desktop/share.po
index 01aff77836a..2d660bdc587 100644
--- a/translations/source/es/sysui/desktop/share.po
+++ b/translations/source/es/sysui/desktop/share.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+sysui%2Fdesktop%2Fshare.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-07-28 11:24+0200\n"
-"Last-Translator: Alexandro <jza@openoffice.org>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-03-03 18:04+0200\n"
+"Last-Translator: Daniel <gonzalezdr@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: launcher_comment.ulf#writer.LngText.text
@@ -28,9 +28,8 @@ msgid "Create and edit drawings, flow charts, and logos by using Draw."
msgstr "Crear y editar dibujos, gráficos de flujo y logotipos con Draw."
#: launcher_comment.ulf#calc.LngText.text
-#, fuzzy
msgid "Perform calculations, analyze information and manage lists in spreadsheets by using Calc."
-msgstr "Realizar cálculos, analizar información y editar listas en hojas de cálculo con Calc."
+msgstr "Realizar cálculos, analizar información y manejar listas en hojas de cálculo usando Calc."
#: launcher_comment.ulf#math.LngText.text
msgid "Create and edit scientific formulas and equations by using Math."
diff --git a/translations/source/es/uui/source.po b/translations/source/es/uui/source.po
index b7c9145a01a..41f4ad4d6da 100644
--- a/translations/source/es/uui/source.po
+++ b/translations/source/es/uui/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-02 21:46+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/vcl/source/src.po b/translations/source/es/vcl/source/src.po
index 32a53b8e338..dfaa77a2bd8 100644
--- a/translations/source/es/vcl/source/src.po
+++ b/translations/source/es/vcl/source/src.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
-"PO-Revision-Date: 2011-10-31 05:44+0200\n"
-"Last-Translator: drodriguez <daniel.armando.rodriguez@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-28 04:02+0200\n"
+"Last-Translator: Daniel <gonzalezdr@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
@@ -506,13 +506,12 @@ msgid "~Help"
msgstr "Ay~uda"
#: btntext.src#SV_BUTTONTEXT_MORE.string.text
-#, fuzzy
msgid "~More"
-msgstr "~Opciones"
+msgstr "Mas"
#: btntext.src#SV_BUTTONTEXT_LESS.string.text
msgid "~Less"
-msgstr ""
+msgstr "Menos"
#: btntext.src#SV_BUTTONTEXT_IGNORE.string.text
msgid "~Ignore"
@@ -604,7 +603,7 @@ msgstr "pt"
#: units.src#SV_FUNIT_STRINGS.8.itemlist.text
msgid "pc"
-msgstr ""
+msgstr "pc"
#: units.src#SV_FUNIT_STRINGS.9.itemlist.text
msgid "\""
@@ -746,56 +745,55 @@ msgstr "Dividir separador de ventanas"
#: fpicker.src#STR_FPICKER_AUTO_EXTENSION.string.text
msgid "~Automatic file name extension"
-msgstr ""
+msgstr "~Extensión automática del nombre del archivo"
#: fpicker.src#STR_FPICKER_PASSWORD.string.text
msgid "Save with pass~word"
-msgstr ""
+msgstr "Guardar con c~ontraseña"
#: fpicker.src#STR_FPICKER_FILTER_OPTIONS.string.text
msgid "~Edit filter settings"
-msgstr ""
+msgstr "~Editar configuración de filtros"
#: fpicker.src#STR_FPICKER_READONLY.string.text
msgid "~Read-only"
-msgstr ""
+msgstr "~Sólo lectura"
#: fpicker.src#STR_FPICKER_INSERT_AS_LINK.string.text
msgid "~Link"
-msgstr ""
+msgstr "Enlace"
#: fpicker.src#STR_FPICKER_SHOW_PREVIEW.string.text
-#, fuzzy
msgid "Pr~eview"
msgstr "Previsualización"
#: fpicker.src#STR_FPICKER_PLAY.string.text
msgid "~Play"
-msgstr ""
+msgstr "~Reproducir"
#: fpicker.src#STR_FPICKER_VERSION.string.text
msgid "~Version:"
-msgstr ""
+msgstr "~Versión:"
#: fpicker.src#STR_FPICKER_TEMPLATES.string.text
msgid "S~tyles:"
-msgstr ""
+msgstr "Es~tilos:"
#: fpicker.src#STR_FPICKER_IMAGE_TEMPLATE.string.text
msgid "Style:"
-msgstr ""
+msgstr "Estilo:"
#: fpicker.src#STR_FPICKER_SELECTION.string.text
msgid "~Selection"
-msgstr ""
+msgstr "Seleccion"
#: fpicker.src#STR_FPICKER_FOLDER_DEFAULT_TITLE.string.text
msgid "Select Path"
-msgstr ""
+msgstr "Seleccionar ruta"
#: fpicker.src#STR_FPICKER_FOLDER_DEFAULT_DESCRIPTION.string.text
msgid "Please select a folder."
-msgstr ""
+msgstr "Seleccione una carpeta."
#: fpicker.src#STR_FPICKER_ALREADYEXISTOVERWRITE.string.text
msgid ""
@@ -803,19 +801,22 @@ msgid ""
"\n"
"Do you want to replace it?"
msgstr ""
+"Ya existe un archivo llamado \"$filename$\".\n"
+"\n"
+"¿Desea sobrescribirlo?"
#: fpicker.src#STR_FPICKER_ALLFORMATS.string.text
msgid "All Formats"
-msgstr ""
+msgstr "Todos los formatos"
#: fpicker.src#STR_FPICKER_OPEN.string.text
msgid "Open"
-msgstr ""
+msgstr "Abrir"
#: fpicker.src#STR_FPICKER_SAVE.string.text
msgid "Save"
-msgstr ""
+msgstr "Guardar"
#: fpicker.src#STR_FPICKER_TYPE.string.text
msgid "File ~type"
-msgstr ""
+msgstr "Tipo de Archivo"
diff --git a/translations/source/es/wizards/source/euro.po b/translations/source/es/wizards/source/euro.po
index 5a49d1d853f..f565c60840f 100644
--- a/translations/source/es/wizards/source/euro.po
+++ b/translations/source/es/wizards/source/euro.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/wizards/source/formwizard.po b/translations/source/es/wizards/source/formwizard.po
index bd437f4ba49..70931ff7d4f 100644
--- a/translations/source/es/wizards/source/formwizard.po
+++ b/translations/source/es/wizards/source/formwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/wizards/source/importwizard.po b/translations/source/es/wizards/source/importwizard.po
index 7ec74064ebb..b8d2591892b 100644
--- a/translations/source/es/wizards/source/importwizard.po
+++ b/translations/source/es/wizards/source/importwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/wizards/source/schedule.po b/translations/source/es/wizards/source/schedule.po
index cd06a132147..15f11d202d8 100644
--- a/translations/source/es/wizards/source/schedule.po
+++ b/translations/source/es/wizards/source/schedule.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:04+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-17 17:35+0200\n"
"Last-Translator: Daniel <gonzalezdr@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/wizards/source/template.po b/translations/source/es/wizards/source/template.po
index 82e4f2750a3..ed593dde49a 100644
--- a/translations/source/es/wizards/source/template.po
+++ b/translations/source/es/wizards/source/template.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/xmlsecurity/source/component.po b/translations/source/es/xmlsecurity/source/component.po
index 1df99f1f01f..8d2c4229476 100644
--- a/translations/source/es/xmlsecurity/source/component.po
+++ b/translations/source/es/xmlsecurity/source/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Alexandro <jza@openoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/es/xmlsecurity/source/dialogs.po b/translations/source/es/xmlsecurity/source/dialogs.po
index 7e1be6fac4a..64836257fb2 100644
--- a/translations/source/es/xmlsecurity/source/dialogs.po
+++ b/translations/source/es/xmlsecurity/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-11-26 00:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-23 20:56+0200\n"
"Last-Translator: Carlos <carlosrincon2005@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: es\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/accessibility/source/helper.po b/translations/source/et/accessibility/source/helper.po
index 0ce284eaad9..39e66f68336 100644
--- a/translations/source/et/accessibility/source/helper.po
+++ b/translations/source/et/accessibility/source/helper.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/avmedia/source/framework.po b/translations/source/et/avmedia/source/framework.po
index 0abf3fdeb74..1c7542a6ba3 100644
--- a/translations/source/et/avmedia/source/framework.po
+++ b/translations/source/et/avmedia/source/framework.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/avmedia/source/viewer.po b/translations/source/et/avmedia/source/viewer.po
index 18599b7a407..bad9e9352ca 100644
--- a/translations/source/et/avmedia/source/viewer.po
+++ b/translations/source/et/avmedia/source/viewer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/basctl/source/basicide.po b/translations/source/et/basctl/source/basicide.po
index 1929da9e512..a15ad17a199 100644
--- a/translations/source/et/basctl/source/basicide.po
+++ b/translations/source/et/basctl/source/basicide.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+basctl%2Fsource%2Fbasicide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-28 00:00+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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
diff --git a/translations/source/et/basctl/source/dlged.po b/translations/source/et/basctl/source/dlged.po
index db07779b55b..806bf006776 100644
--- a/translations/source/et/basctl/source/dlged.po
+++ b/translations/source/et/basctl/source/dlged.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+basctl%2Fsource%2Fdlged.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-28 00:17+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/et/basic/source/classes.po b/translations/source/et/basic/source/classes.po
index 86d8432d4c1..667b0ea6b5b 100644
--- a/translations/source/et/basic/source/classes.po
+++ b/translations/source/et/basic/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/basic/source/sbx.po b/translations/source/et/basic/source/sbx.po
index 29ad392c7cc..0ffa98465e5 100644
--- a/translations/source/et/basic/source/sbx.po
+++ b/translations/source/et/basic/source/sbx.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/chart2/source/controller/dialogs.po b/translations/source/et/chart2/source/controller/dialogs.po
index 5ac1e4f712e..5397193a622 100644
--- a/translations/source/et/chart2/source/controller/dialogs.po
+++ b/translations/source/et/chart2/source/controller/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-03 01:50+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/connectivity/source/drivers/ado.po b/translations/source/et/connectivity/source/drivers/ado.po
index 3787203e5b8..17a62d34e3b 100644
--- a/translations/source/et/connectivity/source/drivers/ado.po
+++ b/translations/source/et/connectivity/source/drivers/ado.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/connectivity/source/drivers/calc.po b/translations/source/et/connectivity/source/drivers/calc.po
index eca53a7affc..32f40e52bb2 100644
--- a/translations/source/et/connectivity/source/drivers/calc.po
+++ b/translations/source/et/connectivity/source/drivers/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/connectivity/source/drivers/dbase.po b/translations/source/et/connectivity/source/drivers/dbase.po
index db71f59b5a8..85f6354f9b0 100644
--- a/translations/source/et/connectivity/source/drivers/dbase.po
+++ b/translations/source/et/connectivity/source/drivers/dbase.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/connectivity/source/drivers/evoab2.po b/translations/source/et/connectivity/source/drivers/evoab2.po
index ae1b0cf2138..6945d09aef4 100644
--- a/translations/source/et/connectivity/source/drivers/evoab2.po
+++ b/translations/source/et/connectivity/source/drivers/evoab2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-26 14:16+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/connectivity/source/drivers/flat.po b/translations/source/et/connectivity/source/drivers/flat.po
index 70febbfb880..a5e0a83a8d9 100644
--- a/translations/source/et/connectivity/source/drivers/flat.po
+++ b/translations/source/et/connectivity/source/drivers/flat.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/connectivity/source/drivers/hsqldb.po b/translations/source/et/connectivity/source/drivers/hsqldb.po
index fe5f20f047f..ade18c1896e 100644
--- a/translations/source/et/connectivity/source/drivers/hsqldb.po
+++ b/translations/source/et/connectivity/source/drivers/hsqldb.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/connectivity/source/drivers/jdbc.po b/translations/source/et/connectivity/source/drivers/jdbc.po
index c350581080b..94c48bdba9a 100644
--- a/translations/source/et/connectivity/source/drivers/jdbc.po
+++ b/translations/source/et/connectivity/source/drivers/jdbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/connectivity/source/drivers/kab.po b/translations/source/et/connectivity/source/drivers/kab.po
index 9ba06b9bed1..1c7dec10b4a 100644
--- a/translations/source/et/connectivity/source/drivers/kab.po
+++ b/translations/source/et/connectivity/source/drivers/kab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/connectivity/source/drivers/macab.po b/translations/source/et/connectivity/source/drivers/macab.po
index f45b606a575..4e1b3c986c1 100644
--- a/translations/source/et/connectivity/source/drivers/macab.po
+++ b/translations/source/et/connectivity/source/drivers/macab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/connectivity/source/drivers/mozab.po b/translations/source/et/connectivity/source/drivers/mozab.po
index c71280894ac..8fae67a9f29 100644
--- a/translations/source/et/connectivity/source/drivers/mozab.po
+++ b/translations/source/et/connectivity/source/drivers/mozab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-12 00:51+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/connectivity/source/drivers/mysql.po b/translations/source/et/connectivity/source/drivers/mysql.po
index 0c0101edc24..4ddc9e1a13d 100644
--- a/translations/source/et/connectivity/source/drivers/mysql.po
+++ b/translations/source/et/connectivity/source/drivers/mysql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 14:19+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/connectivity/source/drivers/odbc.po b/translations/source/et/connectivity/source/drivers/odbc.po
index ba4c02b80a3..cba959a77c2 100644
--- a/translations/source/et/connectivity/source/drivers/odbc.po
+++ b/translations/source/et/connectivity/source/drivers/odbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/connectivity/source/drivers/postgresql.po b/translations/source/et/connectivity/source/drivers/postgresql.po
index 0611263a666..c73b138db10 100644
--- a/translations/source/et/connectivity/source/drivers/postgresql.po
+++ b/translations/source/et/connectivity/source/drivers/postgresql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-16 00:30+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -18,11 +18,3 @@ msgstr ""
#: postgresql.xcu#.Drivers.Installed.sdbc_postgresql__.DriverTypeDisplayName.value.text
msgid "PostgreSQL"
msgstr "PostgreSQL"
-
-#: description.xml#dispname.dispname.description.text
-msgid "PostgreSQL-SDBC Driver"
-msgstr "PostgreSQL-SDBC draiver"
-
-#: 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 "Natiivne PostgreSQL-andmebaasidraiver LibreOffice'ile. See on kiirem ja sujuvalt lõimitud, samuti pole siis vaja eraldi JDBC või ODBC draiverit paigaldada ja seadistada. Ühilduv PostgreSQL-i versioonidega alates 8.4-st.\n"
diff --git a/translations/source/et/connectivity/source/resource.po b/translations/source/et/connectivity/source/resource.po
index 717681d3a82..30b40298fb4 100644
--- a/translations/source/et/connectivity/source/resource.po
+++ b/translations/source/et/connectivity/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 20:20+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/cui/source/customize.po b/translations/source/et/cui/source/customize.po
index 8a118605ce5..32fcee87205 100644
--- a/translations/source/et/cui/source/customize.po
+++ b/translations/source/et/cui/source/customize.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-29 08:16+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/cui/source/dialogs.po b/translations/source/et/cui/source/dialogs.po
index ef90d594dd6..133657410ca 100644
--- a/translations/source/et/cui/source/dialogs.po
+++ b/translations/source/et/cui/source/dialogs.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-27 23:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-03-01 22:24+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: et\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: Pootle 2.1.6\n"
@@ -1591,7 +1591,7 @@ msgstr "Tagasi"
#: sdrcelldlg.src#RID_SVX_FORMAT_CELLS_DLG.tabdialog.text
msgid "Format Cells"
-msgstr "Lahtri vormindamine"
+msgstr "Lahtrite vormindamine"
#: cuiimapdlg.src#RID_SVXDLG_IMAPURL.FT_URL1.fixedtext.text
msgid "~URL"
diff --git a/translations/source/et/cui/source/options.po b/translations/source/et/cui/source/options.po
index 9a1231d6b44..cda2725d9db 100644
--- a/translations/source/et/cui/source/options.po
+++ b/translations/source/et/cui/source/options.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-21 19:41+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-22 09:05+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: et\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: Pootle 2.1.6\n"
@@ -1275,30 +1275,42 @@ msgid "Grid"
msgstr "Alusvõrk"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.6.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.6.itemlist.text"
+msgid "Basic Fonts (Western)"
+msgstr "Põhifondid (lääne)"
+
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.7.itemlist.text
+msgid "Basic Fonts (Asian)"
+msgstr "Põhifondid (Ida-Aasia)"
+
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text
+msgid "Basic Fonts (CTL)"
+msgstr "Põhifondid (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"
msgid "Print"
msgstr "Printimine"
-#: 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"
+#: 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"
msgid "Table"
msgstr "Tabel"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text"
+#: 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"
msgid "Changes"
msgstr "Muudatused"
-#: 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"
+#: 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"
msgid "Compatibility"
msgstr "Ühilduvus"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.10.itemlist.text
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.13.itemlist.text
msgid "AutoCaption"
msgstr "Automaatpealdis"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.11.itemlist.text
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.14.itemlist.text
msgid "Mail Merge E-mail"
msgstr "E-post kirjakoostel"
diff --git a/translations/source/et/cui/source/tabpages.po b/translations/source/et/cui/source/tabpages.po
index 93d424a26a5..1a0afa5f07b 100644
--- a/translations/source/et/cui/source/tabpages.po
+++ b/translations/source/et/cui/source/tabpages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-27 23:30+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dbaccess/source/core/resource.po b/translations/source/et/dbaccess/source/core/resource.po
index 445f0d5fa91..544f38414d5 100644
--- a/translations/source/et/dbaccess/source/core/resource.po
+++ b/translations/source/et/dbaccess/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-14 01:06+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dbaccess/source/ext/adabas.po b/translations/source/et/dbaccess/source/ext/adabas.po
index f095e140014..b79ed72062b 100644
--- a/translations/source/et/dbaccess/source/ext/adabas.po
+++ b/translations/source/et/dbaccess/source/ext/adabas.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 21:07+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dbaccess/source/ext/macromigration.po b/translations/source/et/dbaccess/source/ext/macromigration.po
index e7e4421e416..df5371e6ba0 100644
--- a/translations/source/et/dbaccess/source/ext/macromigration.po
+++ b/translations/source/et/dbaccess/source/ext/macromigration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-16 00:44+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dbaccess/source/sdbtools/resource.po b/translations/source/et/dbaccess/source/sdbtools/resource.po
index 1b58d84341d..e90fb4f9736 100644
--- a/translations/source/et/dbaccess/source/sdbtools/resource.po
+++ b/translations/source/et/dbaccess/source/sdbtools/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dbaccess/source/ui/app.po b/translations/source/et/dbaccess/source/ui/app.po
index 845c3f51a43..070be991958 100644
--- a/translations/source/et/dbaccess/source/ui/app.po
+++ b/translations/source/et/dbaccess/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-23 16:10+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dbaccess/source/ui/browser.po b/translations/source/et/dbaccess/source/ui/browser.po
index 9d20eeb2388..b09a8970317 100644
--- a/translations/source/et/dbaccess/source/ui/browser.po
+++ b/translations/source/et/dbaccess/source/ui/browser.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-29 08:27+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dbaccess/source/ui/control.po b/translations/source/et/dbaccess/source/ui/control.po
index 40b9ef7fa22..356898fe059 100644
--- a/translations/source/et/dbaccess/source/ui/control.po
+++ b/translations/source/et/dbaccess/source/ui/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dbaccess/source/ui/dlg.po b/translations/source/et/dbaccess/source/ui/dlg.po
index 3d97c53db01..e04abc75ca4 100644
--- a/translations/source/et/dbaccess/source/ui/dlg.po
+++ b/translations/source/et/dbaccess/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-16 00:47+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dbaccess/source/ui/inc.po b/translations/source/et/dbaccess/source/ui/inc.po
index ca0429f9c5a..dcdaf6a499e 100644
--- a/translations/source/et/dbaccess/source/ui/inc.po
+++ b/translations/source/et/dbaccess/source/ui/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dbaccess/source/ui/misc.po b/translations/source/et/dbaccess/source/ui/misc.po
index 6a4735bf442..cce4ab82638 100644
--- a/translations/source/et/dbaccess/source/ui/misc.po
+++ b/translations/source/et/dbaccess/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-14 01:09+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dbaccess/source/ui/querydesign.po b/translations/source/et/dbaccess/source/ui/querydesign.po
index 5cc2135ba4f..9813cd96b6e 100644
--- a/translations/source/et/dbaccess/source/ui/querydesign.po
+++ b/translations/source/et/dbaccess/source/ui/querydesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dbaccess/source/ui/relationdesign.po b/translations/source/et/dbaccess/source/ui/relationdesign.po
index 03eb5de6c86..07917fc7e8d 100644
--- a/translations/source/et/dbaccess/source/ui/relationdesign.po
+++ b/translations/source/et/dbaccess/source/ui/relationdesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-16 22:05+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dbaccess/source/ui/tabledesign.po b/translations/source/et/dbaccess/source/ui/tabledesign.po
index dcf5714d432..2247b73e960 100644
--- a/translations/source/et/dbaccess/source/ui/tabledesign.po
+++ b/translations/source/et/dbaccess/source/ui/tabledesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-29 08:30+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dbaccess/source/ui/uno.po b/translations/source/et/dbaccess/source/ui/uno.po
index 4d3f8b580ab..7f0a59bb181 100644
--- a/translations/source/et/dbaccess/source/ui/uno.po
+++ b/translations/source/et/dbaccess/source/ui/uno.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/desktop/source/app.po b/translations/source/et/desktop/source/app.po
index 7bc7130aff1..59905bb1fa6 100644
--- a/translations/source/et/desktop/source/app.po
+++ b/translations/source/et/desktop/source/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-12 01:03+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/desktop/source/deployment/gui.po b/translations/source/et/desktop/source/deployment/gui.po
index c5dd5c451e6..b96fe687060 100644
--- a/translations/source/et/desktop/source/deployment/gui.po
+++ b/translations/source/et/desktop/source/deployment/gui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-28 11:26+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/desktop/source/deployment/manager.po b/translations/source/et/desktop/source/deployment/manager.po
index 88c46d28036..1830c918884 100644
--- a/translations/source/et/desktop/source/deployment/manager.po
+++ b/translations/source/et/desktop/source/deployment/manager.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/desktop/source/deployment/misc.po b/translations/source/et/desktop/source/deployment/misc.po
index 322e3527665..6b52fc92eb2 100644
--- a/translations/source/et/desktop/source/deployment/misc.po
+++ b/translations/source/et/desktop/source/deployment/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 23:33+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/desktop/source/deployment/registry.po b/translations/source/et/desktop/source/deployment/registry.po
index 71b30e8c9e6..bebd4226d6f 100644
--- a/translations/source/et/desktop/source/deployment/registry.po
+++ b/translations/source/et/desktop/source/deployment/registry.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/desktop/source/deployment/registry/component.po b/translations/source/et/desktop/source/deployment/registry/component.po
index b9472d85e3e..c6a27d2cbfa 100644
--- a/translations/source/et/desktop/source/deployment/registry/component.po
+++ b/translations/source/et/desktop/source/deployment/registry/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 17:15+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/desktop/source/deployment/registry/configuration.po b/translations/source/et/desktop/source/deployment/registry/configuration.po
index 537cabac998..0e92ca715fd 100644
--- a/translations/source/et/desktop/source/deployment/registry/configuration.po
+++ b/translations/source/et/desktop/source/deployment/registry/configuration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/desktop/source/deployment/registry/help.po b/translations/source/et/desktop/source/deployment/registry/help.po
index e294eedb38d..816c5069310 100644
--- a/translations/source/et/desktop/source/deployment/registry/help.po
+++ b/translations/source/et/desktop/source/deployment/registry/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/desktop/source/deployment/registry/package.po b/translations/source/et/desktop/source/deployment/registry/package.po
index 21d560bc140..389e2d8355e 100644
--- a/translations/source/et/desktop/source/deployment/registry/package.po
+++ b/translations/source/et/desktop/source/deployment/registry/package.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/desktop/source/deployment/registry/script.po b/translations/source/et/desktop/source/deployment/registry/script.po
index a06b7f96278..78ca722c584 100644
--- a/translations/source/et/desktop/source/deployment/registry/script.po
+++ b/translations/source/et/desktop/source/deployment/registry/script.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/desktop/source/deployment/registry/sfwk.po b/translations/source/et/desktop/source/deployment/registry/sfwk.po
index 75b2b8163bb..46ac6153508 100644
--- a/translations/source/et/desktop/source/deployment/registry/sfwk.po
+++ b/translations/source/et/desktop/source/deployment/registry/sfwk.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/desktop/source/deployment/unopkg.po b/translations/source/et/desktop/source/deployment/unopkg.po
index 24d356f2e4c..cd37cbe2f51 100644
--- a/translations/source/et/desktop/source/deployment/unopkg.po
+++ b/translations/source/et/desktop/source/deployment/unopkg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/af_ZA.po b/translations/source/et/dictionaries/af_ZA.po
index 5db62ddd09e..798e3ff10c9 100644
--- a/translations/source/et/dictionaries/af_ZA.po
+++ b/translations/source/et/dictionaries/af_ZA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-08 21:32+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/an_ES.po b/translations/source/et/dictionaries/an_ES.po
index 1fa14938273..279ec0ee1d8 100644
--- a/translations/source/et/dictionaries/an_ES.po
+++ b/translations/source/et/dictionaries/an_ES.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fan_ES.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-16 00:59+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/ar.po b/translations/source/et/dictionaries/ar.po
index 56778de6ac1..e9c4bf0bae5 100644
--- a/translations/source/et/dictionaries/ar.po
+++ b/translations/source/et/dictionaries/ar.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 21:33+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/be_BY.po b/translations/source/et/dictionaries/be_BY.po
index bbed86be7a0..8efc0e8e375 100644
--- a/translations/source/et/dictionaries/be_BY.po
+++ b/translations/source/et/dictionaries/be_BY.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 06:31+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/bg_BG.po b/translations/source/et/dictionaries/bg_BG.po
index bca6b6662d1..3efa4776a1d 100644
--- a/translations/source/et/dictionaries/bg_BG.po
+++ b/translations/source/et/dictionaries/bg_BG.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-08 21:33+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/bn_BD.po b/translations/source/et/dictionaries/bn_BD.po
index 27d8578004d..3751815671a 100644
--- a/translations/source/et/dictionaries/bn_BD.po
+++ b/translations/source/et/dictionaries/bn_BD.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 21:33+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/br_FR.po b/translations/source/et/dictionaries/br_FR.po
index 89225e54dac..8d1bcb368c4 100644
--- a/translations/source/et/dictionaries/br_FR.po
+++ b/translations/source/et/dictionaries/br_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 21:33+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/ca.po b/translations/source/et/dictionaries/ca.po
index 277356df28f..f6614c185d5 100644
--- a/translations/source/et/dictionaries/ca.po
+++ b/translations/source/et/dictionaries/ca.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-08 21:33+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/cs_CZ.po b/translations/source/et/dictionaries/cs_CZ.po
index 50983a04302..5664fbb87ca 100644
--- a/translations/source/et/dictionaries/cs_CZ.po
+++ b/translations/source/et/dictionaries/cs_CZ.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 21:33+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/da_DK.po b/translations/source/et/dictionaries/da_DK.po
index 61b3b3ecf8e..a8c0ab0d19f 100644
--- a/translations/source/et/dictionaries/da_DK.po
+++ b/translations/source/et/dictionaries/da_DK.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 21:34+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/de.po b/translations/source/et/dictionaries/de.po
index f38e3c92b5b..f44927f9048 100644
--- a/translations/source/et/dictionaries/de.po
+++ b/translations/source/et/dictionaries/de.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 02:37+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/el_GR.po b/translations/source/et/dictionaries/el_GR.po
index 4bedf27932a..4d1792a4a04 100644
--- a/translations/source/et/dictionaries/el_GR.po
+++ b/translations/source/et/dictionaries/el_GR.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 06:31+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/en.po b/translations/source/et/dictionaries/en.po
index 02d061f3631..39773f27cc1 100644
--- a/translations/source/et/dictionaries/en.po
+++ b/translations/source/et/dictionaries/en.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-16 01:00+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/en/dialog.po b/translations/source/et/dictionaries/en/dialog.po
index 926ede07d3e..858d05a6b7d 100644
--- a/translations/source/et/dictionaries/en/dialog.po
+++ b/translations/source/et/dictionaries/en/dialog.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-28 17:07+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-27 23:20+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: et\n"
@@ -161,7 +161,7 @@ msgstr "Üldine (1000000 → 1,000,000) või ISO (1000000 → 1 000 000)."
#: en_en_US.properties#numsep.property.text
msgid "Thousand separation of large numbers"
-msgstr "Tuhandeliste eraldamine suurtes arvudes"
+msgstr "Tuhandete eraldamine suurtes arvudes"
#: en_en_US.properties#hlp_nonmetric.property.text
msgid "Measurement conversion from °C; km/h; cm, m, km; kg; l."
diff --git a/translations/source/et/dictionaries/es_ES.po b/translations/source/et/dictionaries/es_ES.po
index a1044aa5b71..aad6d958783 100644
--- a/translations/source/et/dictionaries/es_ES.po
+++ b/translations/source/et/dictionaries/es_ES.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 21:34+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/et_EE.po b/translations/source/et/dictionaries/et_EE.po
index babc3599a95..eeb08584000 100644
--- a/translations/source/et/dictionaries/et_EE.po
+++ b/translations/source/et/dictionaries/et_EE.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 21:34+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/fr_FR.po b/translations/source/et/dictionaries/fr_FR.po
index f807f7e46bd..b2c85758c76 100644
--- a/translations/source/et/dictionaries/fr_FR.po
+++ b/translations/source/et/dictionaries/fr_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 21:34+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/gd_GB.po b/translations/source/et/dictionaries/gd_GB.po
index 13b3877c3f1..f27b74c763a 100644
--- a/translations/source/et/dictionaries/gd_GB.po
+++ b/translations/source/et/dictionaries/gd_GB.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 06:30+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/gl.po b/translations/source/et/dictionaries/gl.po
index 26b058faeda..0cee684f3e8 100644
--- a/translations/source/et/dictionaries/gl.po
+++ b/translations/source/et/dictionaries/gl.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-08 21:34+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/gu_IN.po b/translations/source/et/dictionaries/gu_IN.po
index 9ef927c2ed0..e2dcf607fc3 100644
--- a/translations/source/et/dictionaries/gu_IN.po
+++ b/translations/source/et/dictionaries/gu_IN.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 21:34+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/he_IL.po b/translations/source/et/dictionaries/he_IL.po
index 1337f85d7b9..5736171fa24 100644
--- a/translations/source/et/dictionaries/he_IL.po
+++ b/translations/source/et/dictionaries/he_IL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 21:34+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/hi_IN.po b/translations/source/et/dictionaries/hi_IN.po
index ff7ed507bc8..dc51bff8d04 100644
--- a/translations/source/et/dictionaries/hi_IN.po
+++ b/translations/source/et/dictionaries/hi_IN.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 21:35+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/hr_HR.po b/translations/source/et/dictionaries/hr_HR.po
index 4310b10c080..c53770da528 100644
--- a/translations/source/et/dictionaries/hr_HR.po
+++ b/translations/source/et/dictionaries/hr_HR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 21:35+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/hu_HU.po b/translations/source/et/dictionaries/hu_HU.po
index 6dc72948047..43792354d1d 100644
--- a/translations/source/et/dictionaries/hu_HU.po
+++ b/translations/source/et/dictionaries/hu_HU.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-16 01:02+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/hu_HU/dialog.po b/translations/source/et/dictionaries/hu_HU/dialog.po
index 6be07ca00c7..ee15b42078e 100644
--- a/translations/source/et/dictionaries/hu_HU/dialog.po
+++ b/translations/source/et/dictionaries/hu_HU/dialog.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2012-01-28 11:31+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-27 23:32+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: et\n"
@@ -65,7 +65,7 @@ msgstr "Võimalikud vead"
#: hu_HU_en_US.properties#money.property.text
msgid "Consistency of money amounts"
-msgstr "Rahasummade ühtne kuvamisviis"
+msgstr "Rahasummade ühtviisi kuvamine"
#: hu_HU_en_US.properties#duplication.property.text
msgctxt "hu_HU_en_US.properties#duplication.property.text"
@@ -91,7 +91,7 @@ msgstr "Varem kontrollitu lubamine koos lõppudega"
#: hu_HU_en_US.properties#numpart.property.text
msgid "Thousand separation of numbers"
-msgstr "Tuhandete eraldamine arvudel"
+msgstr "Tuhandete eraldamine arvudes"
#: hu_HU_en_US.properties#typography.property.text
msgid "Typography"
diff --git a/translations/source/et/dictionaries/it_IT.po b/translations/source/et/dictionaries/it_IT.po
index abb43962916..830ad7788ed 100644
--- a/translations/source/et/dictionaries/it_IT.po
+++ b/translations/source/et/dictionaries/it_IT.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 21:35+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/ku_TR.po b/translations/source/et/dictionaries/ku_TR.po
index d59c46ee7f8..16dc0e60bb9 100644
--- a/translations/source/et/dictionaries/ku_TR.po
+++ b/translations/source/et/dictionaries/ku_TR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 21:35+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/lt_LT.po b/translations/source/et/dictionaries/lt_LT.po
index a524f891732..340a559a1b4 100644
--- a/translations/source/et/dictionaries/lt_LT.po
+++ b/translations/source/et/dictionaries/lt_LT.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 21:35+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/lv_LV.po b/translations/source/et/dictionaries/lv_LV.po
index 29034457132..6d1081e2ef5 100644
--- a/translations/source/et/dictionaries/lv_LV.po
+++ b/translations/source/et/dictionaries/lv_LV.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-08 21:35+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/ne_NP.po b/translations/source/et/dictionaries/ne_NP.po
index de5f196918f..68d18cd7776 100644
--- a/translations/source/et/dictionaries/ne_NP.po
+++ b/translations/source/et/dictionaries/ne_NP.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-08 21:26+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/nl_NL.po b/translations/source/et/dictionaries/nl_NL.po
index b7cc3e9b2c3..2852ad5cb21 100644
--- a/translations/source/et/dictionaries/nl_NL.po
+++ b/translations/source/et/dictionaries/nl_NL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 21:27+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/no.po b/translations/source/et/dictionaries/no.po
index 42283edf524..b3383311e95 100644
--- a/translations/source/et/dictionaries/no.po
+++ b/translations/source/et/dictionaries/no.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-08 21:27+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/oc_FR.po b/translations/source/et/dictionaries/oc_FR.po
index 05bc3a7c676..0fc3017b890 100644
--- a/translations/source/et/dictionaries/oc_FR.po
+++ b/translations/source/et/dictionaries/oc_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 21:27+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/pl_PL.po b/translations/source/et/dictionaries/pl_PL.po
index 79c73e425b0..e73b0c0b885 100644
--- a/translations/source/et/dictionaries/pl_PL.po
+++ b/translations/source/et/dictionaries/pl_PL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-08 21:28+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/pt_BR.po b/translations/source/et/dictionaries/pt_BR.po
index a3ca857348a..a6eb5972271 100644
--- a/translations/source/et/dictionaries/pt_BR.po
+++ b/translations/source/et/dictionaries/pt_BR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 21:29+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/pt_PT.po b/translations/source/et/dictionaries/pt_PT.po
index 77cc52ec7e7..94fbef4fd48 100644
--- a/translations/source/et/dictionaries/pt_PT.po
+++ b/translations/source/et/dictionaries/pt_PT.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 21:30+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/ro.po b/translations/source/et/dictionaries/ro.po
index b8159b37990..da7cc8f278d 100644
--- a/translations/source/et/dictionaries/ro.po
+++ b/translations/source/et/dictionaries/ro.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 21:30+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/ru_RU.po b/translations/source/et/dictionaries/ru_RU.po
index 905126d11a4..df5a52bcc9d 100644
--- a/translations/source/et/dictionaries/ru_RU.po
+++ b/translations/source/et/dictionaries/ru_RU.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-20 03:43+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/ru_RU/dialog.po b/translations/source/et/dictionaries/ru_RU/dialog.po
index 6d65d085db2..d26b581e43b 100644
--- a/translations/source/et/dictionaries/ru_RU/dialog.po
+++ b/translations/source/et/dictionaries/ru_RU/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-28 11:30+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/si_LK.po b/translations/source/et/dictionaries/si_LK.po
index 103cfdeec79..2cf8d786362 100644
--- a/translations/source/et/dictionaries/si_LK.po
+++ b/translations/source/et/dictionaries/si_LK.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fsi_LK.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-16 01:02+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/sk_SK.po b/translations/source/et/dictionaries/sk_SK.po
index ec95ee65f5b..532ad0f46eb 100644
--- a/translations/source/et/dictionaries/sk_SK.po
+++ b/translations/source/et/dictionaries/sk_SK.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 21:30+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/sl_SI.po b/translations/source/et/dictionaries/sl_SI.po
index 947d76dd4c7..d4098141d6f 100644
--- a/translations/source/et/dictionaries/sl_SI.po
+++ b/translations/source/et/dictionaries/sl_SI.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 21:31+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/sr.po b/translations/source/et/dictionaries/sr.po
index cf0cebeb5bf..8f62d1ac22e 100644
--- a/translations/source/et/dictionaries/sr.po
+++ b/translations/source/et/dictionaries/sr.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 02:41+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/sv_SE.po b/translations/source/et/dictionaries/sv_SE.po
index 719603e17da..11ecf4dccf3 100644
--- a/translations/source/et/dictionaries/sv_SE.po
+++ b/translations/source/et/dictionaries/sv_SE.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-08 21:31+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/sw_TZ.po b/translations/source/et/dictionaries/sw_TZ.po
index 40620a5a140..368fd9c4d53 100644
--- a/translations/source/et/dictionaries/sw_TZ.po
+++ b/translations/source/et/dictionaries/sw_TZ.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 21:31+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/te_IN.po b/translations/source/et/dictionaries/te_IN.po
index a069af24109..f23b1c6a6c3 100644
--- a/translations/source/et/dictionaries/te_IN.po
+++ b/translations/source/et/dictionaries/te_IN.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-26 06:31+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/th_TH.po b/translations/source/et/dictionaries/th_TH.po
index ca585d679b5..5873be21f54 100644
--- a/translations/source/et/dictionaries/th_TH.po
+++ b/translations/source/et/dictionaries/th_TH.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 21:32+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/uk_UA.po b/translations/source/et/dictionaries/uk_UA.po
index 507cd98e1d8..ccf3d3086a5 100644
--- a/translations/source/et/dictionaries/uk_UA.po
+++ b/translations/source/et/dictionaries/uk_UA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-08 21:32+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/vi.po b/translations/source/et/dictionaries/vi.po
index 95187c5f877..5c339eebc8d 100644
--- a/translations/source/et/dictionaries/vi.po
+++ b/translations/source/et/dictionaries/vi.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-08 21:32+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/dictionaries/zu_ZA.po b/translations/source/et/dictionaries/zu_ZA.po
index 41a9241e5c4..d8565d20fcb 100644
--- a/translations/source/et/dictionaries/zu_ZA.po
+++ b/translations/source/et/dictionaries/zu_ZA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 21:32+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/editeng/source/accessibility.po b/translations/source/et/editeng/source/accessibility.po
index 985c7c4383b..b7d78ad247a 100644
--- a/translations/source/et/editeng/source/accessibility.po
+++ b/translations/source/et/editeng/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/editeng/source/editeng.po b/translations/source/et/editeng/source/editeng.po
index 1e6d102c336..ae1ecbefd0e 100644
--- a/translations/source/et/editeng/source/editeng.po
+++ b/translations/source/et/editeng/source/editeng.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-19 18:27+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/editeng/source/items.po b/translations/source/et/editeng/source/items.po
index e49894361e1..157056693cc 100644
--- a/translations/source/et/editeng/source/items.po
+++ b/translations/source/et/editeng/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-27 23:34+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/editeng/source/misc.po b/translations/source/et/editeng/source/misc.po
index 37a7a83249e..326d68b42b3 100644
--- a/translations/source/et/editeng/source/misc.po
+++ b/translations/source/et/editeng/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/editeng/source/outliner.po b/translations/source/et/editeng/source/outliner.po
index 410e5f5f67e..8a3d6697169 100644
--- a/translations/source/et/editeng/source/outliner.po
+++ b/translations/source/et/editeng/source/outliner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/extensions/source/abpilot.po b/translations/source/et/extensions/source/abpilot.po
index 9251073df2b..3a6092f10c1 100644
--- a/translations/source/et/extensions/source/abpilot.po
+++ b/translations/source/et/extensions/source/abpilot.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-12 01:04+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/extensions/source/bibliography.po b/translations/source/et/extensions/source/bibliography.po
index ac4acb66e36..576cdcef24a 100644
--- a/translations/source/et/extensions/source/bibliography.po
+++ b/translations/source/et/extensions/source/bibliography.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/extensions/source/dbpilots.po b/translations/source/et/extensions/source/dbpilots.po
index 626a00b10df..9c732ee80ce 100644
--- a/translations/source/et/extensions/source/dbpilots.po
+++ b/translations/source/et/extensions/source/dbpilots.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/extensions/source/propctrlr.po b/translations/source/et/extensions/source/propctrlr.po
index f707b24e939..fd2746426c1 100644
--- a/translations/source/et/extensions/source/propctrlr.po
+++ b/translations/source/et/extensions/source/propctrlr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-08 13:16+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/extensions/source/scanner.po b/translations/source/et/extensions/source/scanner.po
index 68872b4cffc..58871e85ba6 100644
--- a/translations/source/et/extensions/source/scanner.po
+++ b/translations/source/et/extensions/source/scanner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 23:05+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/extensions/source/update/check.po b/translations/source/et/extensions/source/update/check.po
index 7ab7e6a2284..63b9e03d8de 100644
--- a/translations/source/et/extensions/source/update/check.po
+++ b/translations/source/et/extensions/source/update/check.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 22:13+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/filter/source/config/fragments/filters.po b/translations/source/et/filter/source/config/fragments/filters.po
index 070390c2e09..3045b14157b 100644
--- a/translations/source/et/filter/source/config/fragments/filters.po
+++ b/translations/source/et/filter/source/config/fragments/filters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-15 13:12+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/filter/source/config/fragments/internalgraphicfilters.po b/translations/source/et/filter/source/config/fragments/internalgraphicfilters.po
index d137e7fd1c0..c09eb8072e8 100644
--- a/translations/source/et/filter/source/config/fragments/internalgraphicfilters.po
+++ b/translations/source/et/filter/source/config/fragments/internalgraphicfilters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/filter/source/config/fragments/types.po b/translations/source/et/filter/source/config/fragments/types.po
index 26cfaa4c43c..f6bb570676c 100644
--- a/translations/source/et/filter/source/config/fragments/types.po
+++ b/translations/source/et/filter/source/config/fragments/types.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-29 09:10+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/filter/source/flash.po b/translations/source/et/filter/source/flash.po
index 88b298a2666..1774f1ce7de 100644
--- a/translations/source/et/filter/source/flash.po
+++ b/translations/source/et/filter/source/flash.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/filter/source/graphicfilter/eps.po b/translations/source/et/filter/source/graphicfilter/eps.po
index 1f6f6b911b9..832a3a1139a 100644
--- a/translations/source/et/filter/source/graphicfilter/eps.po
+++ b/translations/source/et/filter/source/graphicfilter/eps.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 11:26+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/filter/source/pdf.po b/translations/source/et/filter/source/pdf.po
index ebee82c004d..f640b79ab3b 100644
--- a/translations/source/et/filter/source/pdf.po
+++ b/translations/source/et/filter/source/pdf.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-12 01:08+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/filter/source/t602.po b/translations/source/et/filter/source/t602.po
index 6aec0239781..9e6a13ce5f5 100644
--- a/translations/source/et/filter/source/t602.po
+++ b/translations/source/et/filter/source/t602.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/filter/source/xsltdialog.po b/translations/source/et/filter/source/xsltdialog.po
index bb636b8d043..e656c2504d5 100644
--- a/translations/source/et/filter/source/xsltdialog.po
+++ b/translations/source/et/filter/source/xsltdialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-10 01:17+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/forms/source/resource.po b/translations/source/et/forms/source/resource.po
index b7b1f3b14df..520ece765ad 100644
--- a/translations/source/et/forms/source/resource.po
+++ b/translations/source/et/forms/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-14 04:02+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/formula/source/core/resource.po b/translations/source/et/formula/source/core/resource.po
index 53d23c04b64..beef58aced3 100644
--- a/translations/source/et/formula/source/core/resource.po
+++ b/translations/source/et/formula/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-16 03:34+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/formula/source/ui/dlg.po b/translations/source/et/formula/source/ui/dlg.po
index 0930e6f3422..552513345e4 100644
--- a/translations/source/et/formula/source/ui/dlg.po
+++ b/translations/source/et/formula/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/fpicker/source/office.po b/translations/source/et/fpicker/source/office.po
index 75938c6634e..0dc79a0cac7 100644
--- a/translations/source/et/fpicker/source/office.po
+++ b/translations/source/et/fpicker/source/office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-14 01:05+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/framework/source/classes.po b/translations/source/et/framework/source/classes.po
index 00c6444990c..98a357f2929 100644
--- a/translations/source/et/framework/source/classes.po
+++ b/translations/source/et/framework/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/framework/source/services.po b/translations/source/et/framework/source/services.po
index 34f3d5db4f2..62b92cc3bd9 100644
--- a/translations/source/et/framework/source/services.po
+++ b/translations/source/et/framework/source/services.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:56+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/helpcontent2/source/text/sbasic/guide.po b/translations/source/et/helpcontent2/source/text/sbasic/guide.po
index 680bd4bf318..8f8aac63faf 100644
--- a/translations/source/et/helpcontent2/source/text/sbasic/guide.po
+++ b/translations/source/et/helpcontent2/source/text/sbasic/guide.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-25 14:46+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/et/helpcontent2/source/text/sbasic/shared.po b/translations/source/et/helpcontent2/source/text/sbasic/shared.po
index 42ec103a7d9..038a0e2c9b9 100644
--- a/translations/source/et/helpcontent2/source/text/sbasic/shared.po
+++ b/translations/source/et/helpcontent2/source/text/sbasic/shared.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-02-19 00:00+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 03120103.xhp#tit.help.text
diff --git a/translations/source/et/helpcontent2/source/text/sbasic/shared/01.po b/translations/source/et/helpcontent2/source/text/sbasic/shared/01.po
index 4d8d56cb55c..300547e3780 100644
--- a/translations/source/et/helpcontent2/source/text/sbasic/shared/01.po
+++ b/translations/source/et/helpcontent2/source/text/sbasic/shared/01.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 14:42+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/et/helpcontent2/source/text/sbasic/shared/02.po b/translations/source/et/helpcontent2/source/text/sbasic/shared/02.po
index 8c93fe01403..6f369b87429 100644
--- a/translations/source/et/helpcontent2/source/text/sbasic/shared/02.po
+++ b/translations/source/et/helpcontent2/source/text/sbasic/shared/02.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-11-07 15:13+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/et/helpcontent2/source/text/scalc.po b/translations/source/et/helpcontent2/source/text/scalc.po
index a0a68a52e2a..c20a87d9433 100644
--- a/translations/source/et/helpcontent2/source/text/scalc.po
+++ b/translations/source/et/helpcontent2/source/text/scalc.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+helpcontent2%2Fsource%2Ftext%2Fscalc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-29 19:35+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/et/helpcontent2/source/text/scalc/00.po b/translations/source/et/helpcontent2/source/text/scalc/00.po
index 322543a0869..4a621f43807 100644
--- a/translations/source/et/helpcontent2/source/text/scalc/00.po
+++ b/translations/source/et/helpcontent2/source/text/scalc/00.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-25 14:44+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/et/helpcontent2/source/text/scalc/01.po b/translations/source/et/helpcontent2/source/text/scalc/01.po
index c044442a1b8..65f43906a39 100644
--- a/translations/source/et/helpcontent2/source/text/scalc/01.po
+++ b/translations/source/et/helpcontent2/source/text/scalc/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fscalc%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
-"PO-Revision-Date: 2012-02-19 02:19+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-03-01 22:13+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: et\n"
@@ -230,9 +230,8 @@ msgid "<ahelp hid=\"HID_FUNC_ADRESSE\">Returns a cell address (reference) as tex
msgstr "<ahelp hid=\"HID_FUNC_ADRESSE\">Tagastab lahtri aadressi (viite) teksti kujul vastavalt ette antud rea ja veeru numbritele.</ahelp> Võimalik on määrata, kas aadress on absoluutaadress (näiteks $A$1), suhteline aadress (nagu A1) või kombinatsioon nendest (A$1 või $A1). Saab määrata ka lehe nime."
#: 04060109.xhp#par_id1027200802301348.help.text
-#, fuzzy
msgid "For interoperability the ADDRESS and INDIRECT functions support an optional parameter to specify whether the R1C1 address notation instead of the usual A1 notation should be used."
-msgstr "Koostalitlusvõime huvides toetavad funktsioonid ADDRESS ja INDIRECT mittekohustuslikku parameetrit, mille abil saab määrata, kas tavapärase A1-kuju asemel tuleks kasutada aadressikuju R1C1."
+msgstr "Koostalitlusvõime huvides toetavad funktsioonid ADDRESS ja INDIRECT mittekohustuslikku parameetrit, mille abil saab määrata, kas tavapärase A1-kuju asemel tuleks kasutada aadressikuju R1V1."
#: 04060109.xhp#par_id1027200802301445.help.text
#, fuzzy
@@ -245,14 +244,12 @@ msgid "In INDIRECT, the parameter is appended as the second parameter."
msgstr "Funktsioonis INDIRECT lisatakse parameeter teise parameetrina."
#: 04060109.xhp#par_id102720080230151.help.text
-#, fuzzy
msgid "In both functions, if the argument is inserted with the value 0, then the R1C1 notation is used. If the argument is not given or has a value other than 0, then the A1 notation is used. "
-msgstr "Kui argument sisestatakse väärtusega 0, kasutatakse mõlema funktsiooni korral kujul R1C1. Kui argumenti ei ole esitatud või selle väärtus pole 0, kasutatakse kuju A1."
+msgstr "Kui argument sisestatakse väärtusega 0, kasutatakse mõlema funktsiooni korral kujul R1V1. Kui argumenti ei ole antud või selle väärtus pole 0, kasutatakse kuju A1."
#: 04060109.xhp#par_id1027200802301556.help.text
-#, fuzzy
msgid "In case of R1C1 notation, ADDRESS returns address strings using the exclamation mark '!' as the sheet name separator, and INDIRECT expects the exclamation mark as sheet name separator. Both functions still use the dot '.' sheet name separator with A1 notation."
-msgstr "R1C1-kuju korral tagastab ADDRESS aadressistringid lehenimede eraldajana hüüumärki \"!\" kasutades ja funktsioon INDIRECT eeldab lehenimede eraldajana hüüumärki. Mõlemad funktsioonid kasutavad A1-kuju korral lehenimede eraldajana punkti \".\"."
+msgstr "R1V1-tähistuse korral tagastab ADDRESS aadressistringid kasutades lehenimede eraldajana hüüumärki '!' ning funktsioon INDIRECT eeldab lehenimede eraldajana hüüumärki. A1-tähistuse korral kasutavad mõlemad funktsioonid lehenimede eraldajana punkti '.'."
#: 04060109.xhp#par_id1027200802301521.help.text
#, fuzzy
@@ -315,10 +312,9 @@ msgid "4: relative (A1)"
msgstr "4: suhteline (A1)"
#: 04060109.xhp#par_id1027200802465915.help.text
-#, fuzzy
msgctxt "04060109.xhp#par_id1027200802465915.help.text"
msgid " <emph>A1</emph> (optional) - if set to 0, the R1C1 notation is used. If this parameter is absent or set to another value than 0, the A1 notation is used."
-msgstr " <emph>A1</emph> (mittekohustuslik) - kui see väärtus on 0, kasutatakse R1C1-kuju. Kui see parameeter puudub või selle väärtus pole 0, kasutatakse A1-kuju."
+msgstr " <emph>A1</emph> (mittekohustuslik) - kui see väärtus on 0, kasutatakse R1V1-tähistust. Kui see parameeter puudub või selle väärtus pole 0, kasutatakse A1-tähistust."
#: 04060109.xhp#par_id3153962.14.help.text
#, fuzzy
@@ -624,10 +620,9 @@ msgid " <emph>Ref</emph> represents a reference to a cell or an area
msgstr " <emph>Viide</emph> on viide lahtrile või alale (teksti kujul), mille sisu tagastada."
#: 04060109.xhp#par_id1027200802470312.help.text
-#, fuzzy
msgctxt "04060109.xhp#par_id1027200802470312.help.text"
msgid " <emph>A1</emph> (optional) - if set to 0, the R1C1 notation is used. If this parameter is absent or set to another value than 0, the A1 notation is used."
-msgstr " <emph>A1</emph> (mittekohustuslik) - kui see väärtus on 0, kasutatakse R1C1-kuju. Kui see parameeter puudub või selle väärtus pole 0, kasutatakse A1-kuju."
+msgstr " <emph>A1</emph> (mittekohustuslik) - kui see väärtus on 0, kasutatakse R1V1-tähistust. Kui see parameeter puudub või selle väärtus pole 0, kasutatakse A1-tähistust."
#: 04060109.xhp#par_idN10CAE.help.text
#, fuzzy
diff --git a/translations/source/et/helpcontent2/source/text/scalc/02.po b/translations/source/et/helpcontent2/source/text/scalc/02.po
index 56960871c4f..98746ba4e71 100644
--- a/translations/source/et/helpcontent2/source/text/scalc/02.po
+++ b/translations/source/et/helpcontent2/source/text/scalc/02.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-10-18 13:55+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/et/helpcontent2/source/text/scalc/04.po b/translations/source/et/helpcontent2/source/text/scalc/04.po
index b4f7e215261..6d31e714bf4 100644
--- a/translations/source/et/helpcontent2/source/text/scalc/04.po
+++ b/translations/source/et/helpcontent2/source/text/scalc/04.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fscalc%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
-"PO-Revision-Date: 2012-02-19 02:29+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-03-01 21:43+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: et\n"
@@ -123,7 +123,7 @@ msgstr "Shift+Page Up"
#: 01020000.xhp#par_id5159205.93.help.text
msgid "Selects cells from the current cell up to one page in the current column or extends the existing selection one page up."
-msgstr ""
+msgstr "Valib lahtrid aktiivsest lahtrist alates ühe lehekülje jagu üles või laiendab olemasolevat valikut ühe lehekülje võrra üles."
#: 01020000.xhp#hd_id5149897.94.help.text
msgid "Shift+Page Down"
@@ -131,7 +131,7 @@ msgstr "Shift+Page Down"
#: 01020000.xhp#par_id5155095.95.help.text
msgid "Selects cells from the current cell down to one page in the current column or extends the existing selection one page down."
-msgstr ""
+msgstr "Valib lahtrid aktiivsest lahtrist alates ühe lehekülje jagu alla või laiendab olemasolevat valikut ühe lehekülje võrra alla."
#: 01020000.xhp#hd_id3143220.101.help.text
msgctxt "01020000.xhp#hd_id3143220.101.help.text"
diff --git a/translations/source/et/helpcontent2/source/text/scalc/05.po b/translations/source/et/helpcontent2/source/text/scalc/05.po
index ef2211c5572..410fbb2fe0b 100644
--- a/translations/source/et/helpcontent2/source/text/scalc/05.po
+++ b/translations/source/et/helpcontent2/source/text/scalc/05.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fscalc%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
-"PO-Revision-Date: 2012-02-19 02:32+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
+"PO-Revision-Date: 2012-03-01 22:17+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: et\n"
@@ -191,7 +191,7 @@ msgstr "<link href=\"text/scalc/05/02140000.xhp\" name=\"%PRODUCTNAME Calc'i vea
#: 02140000.xhp#par_id3150275.2.help.text
msgid "The following table is an overview of the error messages for <item type=\"productname\">%PRODUCTNAME</item> Calc. If the error occurs in the cell that contains the cursor, the error message is displayed on the <emph>Status Bar</emph>."
-msgstr "Järgnevas tabelis on antud ülevaade <item type=\"productname\">%PRODUCTNAME</item> Calc'i veateadetest. Kui viga tekib lahtris, kus asub kursor, siis näidatakse veateadet <emph>olekuribal</emph>."
+msgstr "Järgnevas tabelis on antud ülevaade <item type=\"productname\">%PRODUCTNAME</item> Calci veateadetest. Kui viga tekib lahtris, kus asub kursor, siis näidatakse veateadet <emph>olekuribal</emph>."
#: 02140000.xhp#bm_id0202201010205429.help.text
msgid "<bookmark_value>### error message</bookmark_value>"
@@ -467,11 +467,11 @@ msgstr "Funktsioonil puudub lõppväärtus või ei saavuta <link href=\"text/sha
#: 02140000.xhp#par_id3153544.75.help.text
msgid "524<br/>#REF"
-msgstr ""
+msgstr "524<br/>#REF!"
#: 02140000.xhp#par_id3154634.76.help.text
msgid "invalid references (instead of Err:524 cell contains #REF)"
-msgstr "vigased viited (Err:524 asemel sisaldab lahter #REF)"
+msgstr "vigased viited (Err:524 asemel sisaldab lahter #REF!)"
#: 02140000.xhp#par_id3147539.77.help.text
msgid " <emph>Compiler:</emph> a column or row description name could not be resolved. <emph>Interpreter:</emph> in a formula, the column, row, or sheet that contains a referenced cell is missing."
@@ -479,7 +479,7 @@ msgstr " <emph>Kompilaator:</emph> veeru või rea kirjelduse ni
#: 02140000.xhp#par_id3155984.78.help.text
msgid "525<br/>#NAME?"
-msgstr ""
+msgstr "525<br/>#NAME?"
#: 02140000.xhp#par_id3148428.79.help.text
msgid "invalid names (instead of Err:525 cell contains #NAME?)"
@@ -517,7 +517,7 @@ msgstr " <emph>Interpretaator:</emph> viited on liialt üksteis
#: 02140000.xhp#par_id5324564.help.text
msgid "532<br/>#DIV/0!"
-msgstr ""
+msgstr "532<br/>#DIV/0!"
#: 02140000.xhp#par_id7941831.help.text
msgid "Division by zero"
diff --git a/translations/source/et/helpcontent2/source/text/scalc/guide.po b/translations/source/et/helpcontent2/source/text/scalc/guide.po
index 0523a4f18d1..4fbb2c934f5 100644
--- a/translations/source/et/helpcontent2/source/text/scalc/guide.po
+++ b/translations/source/et/helpcontent2/source/text/scalc/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fscalc%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
-"PO-Revision-Date: 2011-12-02 16:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2012-03-02 01:03+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: et\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: year2000.xhp#tit.help.text
@@ -1620,7 +1620,7 @@ msgstr "Näiteks võid tühja lahtrisse sisestada \"jaan\" või \"jaanuar\". Val
#: sorted_list.xhp#par_id2367931.help.text
msgctxt "sorted_list.xhp#par_id2367931.help.text"
msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> if you do not want to fill the cells with different values."
-msgstr ""
+msgstr "Kui soovid lahtrid täita ühesuguste väärtustega, hoia all <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>-klahvi."
#: sorted_list.xhp#par_id3152577.5.help.text
#, fuzzy
@@ -3916,7 +3916,7 @@ msgstr "Järjestikuste päevade loendi kiireks loomiseks sisesta lahtrisse <item
#: calc_series.xhp#par_id9720145.help.text
msgctxt "calc_series.xhp#par_id9720145.help.text"
msgid "Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> if you do not want to fill the cells with different values."
-msgstr ""
+msgstr "Kui soovid lahtrid täita ühesuguste väärtustega, hoia all <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>-klahvi."
#: calc_series.xhp#par_id3154490.18.help.text
#, fuzzy
@@ -4086,8 +4086,9 @@ msgid "Formatting Borders and Backgrounds for Cells and Pages"
msgstr "Lahtrite ja lehekülgede tausta ning ääriste vormindamine"
#: format_table.xhp#par_id3154733.20.help.text
+#, fuzzy
msgid "You can assign a format to any group of cells by first selecting the cells (for multiple selection, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key when clicking), and then activating the <emph>Format Cells</emph> dialog in <item type=\"menuitem\">Format - Cell</item>. In this dialog, you can select attributes such as shadows and backgrounds."
-msgstr ""
+msgstr "Vorminduse rakendamiseks suvalisele lahtrirühmale vali esmalt lahtrid (mitme ala valimiseks hoia klõpsates all <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>-klahvi) ja siis vali <item type=\"menuitem\">Vormindus - Lahtrid</item>. Avaneb dialoog <emph>Lahtrite vormindamine</emph>, kus saab määrata näiteks varjud ja tausta."
#: format_table.xhp#par_id3145116.21.help.text
msgid "To apply formatting attributes to an entire sheet, choose <emph>Format - Page</emph>. You can define headers and footers, for example, to appear on each printed page."
diff --git a/translations/source/et/helpcontent2/source/text/schart.po b/translations/source/et/helpcontent2/source/text/schart.po
index ccb603d0129..46251e5485d 100644
--- a/translations/source/et/helpcontent2/source/text/schart.po
+++ b/translations/source/et/helpcontent2/source/text/schart.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+helpcontent2%2Fsource%2Ftext%2Fschart.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:44+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/et/helpcontent2/source/text/schart/00.po b/translations/source/et/helpcontent2/source/text/schart/00.po
index c46b2bbdb68..b43ee9d2b7c 100644
--- a/translations/source/et/helpcontent2/source/text/schart/00.po
+++ b/translations/source/et/helpcontent2/source/text/schart/00.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-01 16:26+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/et/helpcontent2/source/text/schart/01.po b/translations/source/et/helpcontent2/source/text/schart/01.po
index 25dc1dfdbc4..982817b16ef 100644
--- a/translations/source/et/helpcontent2/source/text/schart/01.po
+++ b/translations/source/et/helpcontent2/source/text/schart/01.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-02-15 13:13+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 04020000.xhp#tit.help.text
diff --git a/translations/source/et/helpcontent2/source/text/schart/02.po b/translations/source/et/helpcontent2/source/text/schart/02.po
index 7363e317d1c..a6c1a05a100 100644
--- a/translations/source/et/helpcontent2/source/text/schart/02.po
+++ b/translations/source/et/helpcontent2/source/text/schart/02.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:44+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/et/helpcontent2/source/text/schart/04.po b/translations/source/et/helpcontent2/source/text/schart/04.po
index 670d6a3afa7..86416e33549 100644
--- a/translations/source/et/helpcontent2/source/text/schart/04.po
+++ b/translations/source/et/helpcontent2/source/text/schart/04.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:44+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/et/helpcontent2/source/text/sdraw.po b/translations/source/et/helpcontent2/source/text/sdraw.po
index 9b133f6e956..859dda07c60 100644
--- a/translations/source/et/helpcontent2/source/text/sdraw.po
+++ b/translations/source/et/helpcontent2/source/text/sdraw.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+helpcontent2%2Fsource%2Ftext%2Fsdraw.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-26 21:14+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/et/helpcontent2/source/text/sdraw/00.po b/translations/source/et/helpcontent2/source/text/sdraw/00.po
index 8d4812e9c18..af0ca8e4e30 100644
--- a/translations/source/et/helpcontent2/source/text/sdraw/00.po
+++ b/translations/source/et/helpcontent2/source/text/sdraw/00.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 14:44+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/et/helpcontent2/source/text/sdraw/01.po b/translations/source/et/helpcontent2/source/text/sdraw/01.po
index f646a883c30..0172739d3ea 100644
--- a/translations/source/et/helpcontent2/source/text/sdraw/01.po
+++ b/translations/source/et/helpcontent2/source/text/sdraw/01.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:44+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/et/helpcontent2/source/text/sdraw/04.po b/translations/source/et/helpcontent2/source/text/sdraw/04.po
index 85e2f0982b0..8d01ff4fc90 100644
--- a/translations/source/et/helpcontent2/source/text/sdraw/04.po
+++ b/translations/source/et/helpcontent2/source/text/sdraw/04.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-26 21:18+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/et/helpcontent2/source/text/sdraw/guide.po b/translations/source/et/helpcontent2/source/text/sdraw/guide.po
index deb2c51493a..ff4aa1612d1 100644
--- a/translations/source/et/helpcontent2/source/text/sdraw/guide.po
+++ b/translations/source/et/helpcontent2/source/text/sdraw/guide.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-11-24 08:12+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/et/helpcontent2/source/text/shared.po b/translations/source/et/helpcontent2/source/text/shared.po
index d73bbb12a1d..db4c8abfa83 100644
--- a/translations/source/et/helpcontent2/source/text/shared.po
+++ b/translations/source/et/helpcontent2/source/text/shared.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+helpcontent2%2Fsource%2Ftext%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2012-02-15 14:15+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: main0226.xhp#tit.help.text
diff --git a/translations/source/et/helpcontent2/source/text/shared/00.po b/translations/source/et/helpcontent2/source/text/shared/00.po
index 8df477bb9c2..6b896e16b61 100644
--- a/translations/source/et/helpcontent2/source/text/shared/00.po
+++ b/translations/source/et/helpcontent2/source/text/shared/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
-"PO-Revision-Date: 2012-02-19 15:34+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2012-03-02 12:39+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: et\n"
@@ -16,94 +16,76 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
#: 00000200.xhp#tit.help.text
-#, fuzzy
msgctxt "00000200.xhp#tit.help.text"
msgid "Graphics Export Options"
-msgstr "Pildi ekspordisuvandid"
+msgstr "Pildi ekspordisätted"
#: 00000200.xhp#hd_id3150127.help.text
-#, fuzzy
msgctxt "00000200.xhp#hd_id3150127.help.text"
msgid "Graphics Export Options"
-msgstr "Pildi ekspordisuvandid"
+msgstr "Pildi ekspordisätted"
#: 00000200.xhp#par_id3160463.help.text
-#, fuzzy
msgid "<ahelp hid=\".\" visibility=\"visible\">Defines graphics export options.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"visible\">Määrab pildi ekspordisuvandid.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"visible\">Määrab pildi eksportimise sätted.</ahelp>"
#: 00000200.xhp#par_id1.help.text
-#, fuzzy
msgid "When you export graphical elements to a file, you can select the file type. For most supported file types a dialog opens where you can setup export options."
-msgstr "Graafiliste elementide faili ekspordil saada valida failitüübi. Enim toetatud failitüüpide jaoks avaneb dialoog, kus saad määrata ekspordisuvandid."
+msgstr "Graafiliste elementide failiks eksportimisel saab valida failitüübi. Enamiku toetatud failitüüpide korral avaneb dialoog, kus saab määrata ekspordisätted."
#: 00000200.xhp#par_id2.help.text
-#, fuzzy
msgid "The following file types do not show an options dialog: PWP, RAS, SVG, TIFF, XPM."
-msgstr "Järgmiste failitüüpide jaoks ei kuvata suvandite dialoogi: PWP, RAS, SVG, TIFF, XPM."
+msgstr "Sätete dialoogi ei kuvata järgmiste failitüüpide puhul: PWP, RAS, SVG, TIFF, XPM."
#: 00000200.xhp#par_id3.help.text
-#, fuzzy
msgid "The other file types show options dialogs where you can set the width and height of the exported image."
-msgstr "Muude failitüüpide jaoks kuvatakse suvandite dialoog, kus saad eksporditud pildi laiuse ja kõrguse määrata."
+msgstr "Muude failitüüpide puhul kuvatakse sätete dialoog, kus saab määrata eksporditava pildi laiuse ja kõrguse."
#: 00000200.xhp#par_id4.help.text
-#, fuzzy
msgid "Depending on the file type, you can specify some more options. Press Shift+F1 and hover over the control to see an extended help text."
-msgstr "Sõltuvalt failitüübist saab määrata täiendavad suvandid. Vajuta klahvikombinatsiooni Shift+F1 ja nihuta kursor juhtelemendi kohale laiendatud abiteksti kuvamiseks."
+msgstr "Sõltuvalt failitüübist saab määrata täiendavaid sätteid. Vajuta Shift+F1 ja liiguta kursor juhtelemendi kohale laiendatud abiteksti kuvamiseks."
#: 00000200.xhp#par_id388.help.text
-#, fuzzy
msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies the measurement units.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Määrab mõõtühikud.</ahelp>"
#: 00000200.xhp#hd_id3151330.help.text
-#, fuzzy
msgid "Width"
msgstr "Laius"
#: 00000200.xhp#par_id3154561.help.text
-#, fuzzy
msgid "<ahelp hid=\".\" visibility=\"visible\">Specifies the width.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"visible\">Määrab laiuse.</ahelp>"
#: 00000200.xhp#hd_id3156027.help.text
-#, fuzzy
msgid "Height"
msgstr "Kõrgus"
#: 00000200.xhp#par_id3147226.help.text
-#, fuzzy
msgid "<ahelp hid=\".\" visibility=\"visible\">Specifies the height.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"visible\">Määrab kõrguse.</ahelp>"
#: 00000200.xhp#hd_id3150944.help.text
-#, fuzzy
msgid "Resolution"
msgstr "Eraldusvõime"
#: 00000200.xhp#par_id3150129.help.text
-#, fuzzy
msgid "<ahelp hid=\".\">Enter the image resolution. Select the measurement units from the list box.</ahelp>"
-msgstr "<ahelp hid=\".\">Sisesta pildi eraldusvõime. Vali loendiboksis mõõtühikud.</ahelp>"
+msgstr "<ahelp hid=\".\">Sisesta pildi eraldusvõime. Mõõtühik vali loendikastist.</ahelp>"
#: 00000200.xhp#hd_id3143534.help.text
-#, fuzzy
msgid "More options"
-msgstr "Rohkem suvandeid"
+msgstr "Rohkem sätteid"
#: 00000200.xhp#par_id10.help.text
-#, fuzzy
msgid "For JPEG files you can set the color depth and the quality."
-msgstr "JPEG-tüüpi failide jaoks saad määrata värvisügavuse ja kvaliteedi."
+msgstr "JPEG-failide puhul saab määrata värvisügavuse ja pakkimise kvaliteedi."
#: 00000200.xhp#par_id435923952.help.text
-#, fuzzy
msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the color depth from 8 bit grayscale or 24 bit true color.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Vali värvisügavus 8-bitiste halltoonide või 24-bitiste loomutruude värvide hulgast.</ahelp>"
#: 00000200.xhp#par_id355152952.help.text
-#, fuzzy
msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the compression and quality for the export. Choose from a low quality with minimal file size, up to a high quality and big file size. A high compression means a low quality, a low compression means a high quality.</ahelp>"
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Määrab ekspordi pakkimise ja kvaliteedi. Vali väike failimaht ja madal kvaliteet või suur failimaht ja kõrge kvaliteet. Kõrge pakkimise tase tähendab madalat kvaliteeti, madal pakkimise tase tähendab kõrget kvaliteeti.</ahelp>"
diff --git a/translations/source/et/helpcontent2/source/text/shared/01.po b/translations/source/et/helpcontent2/source/text/shared/01.po
index a4c16330f75..330d53708c7 100644
--- a/translations/source/et/helpcontent2/source/text/shared/01.po
+++ b/translations/source/et/helpcontent2/source/text/shared/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
-"PO-Revision-Date: 2012-02-19 14:51+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
+"PO-Revision-Date: 2012-03-02 12:43+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: et\n"
@@ -12754,7 +12754,7 @@ msgstr "Valikuaken"
#: 02230401.xhp#par_id3161459.4.help.text
msgid "<ahelp hid=\"HID_REDLINING_VIEW_DG_VIEW\">Lists the changes that were recorded in the document. When you select an entry in the list, the change is highlighted in the document. To sort the list, click a column heading. </ahelp> Hold down <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while you click to select multiple entries in the list."
-msgstr ""
+msgstr "<ahelp hid=\"HID_REDLINING_VIEW_DG_VIEW\">Loetleb dokumendis salvestatud muudatused. Kirje valimisel tõstetakse muudatus dokumendis esile. Loendi sorteerimiseks klõpsa veerupäisel. </ahelp> Mitme kirje valimiseks tuleb valimise ajal all hoida <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>-klahvi."
#: 02230401.xhp#par_id3152812.6.help.text
msgid "To edit the comment for an entry in the list, right-click the entry, and then choose<emph> Edit - Comment</emph>."
diff --git a/translations/source/et/helpcontent2/source/text/shared/02.po b/translations/source/et/helpcontent2/source/text/shared/02.po
index e189683ee77..4e249539bd7 100644
--- a/translations/source/et/helpcontent2/source/text/shared/02.po
+++ b/translations/source/et/helpcontent2/source/text/shared/02.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
-"PO-Revision-Date: 2012-02-19 14:53+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2012-03-02 13:04+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: et\n"
@@ -7268,7 +7268,7 @@ msgstr "Vähenda taanet"
#: 02130000.xhp#par_id3153031.6.help.text
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you click the <emph>Decrease Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, the indent for the selected paragraph is moved by the default tab stop that has been set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Kui hoiad all <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>-klahvi ja klõpsad ikoonil <emph>Vähenda taanet</emph>, nihutatakse valitud lõigu taanet valitud vaiketabelduskoha võrra, mis on määratud Sätete dialoogi jaotises <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - Üldine\"><emph>%PRODUCTNAME Writer - Üldine</emph></link>.</caseinline></switchinline>"
#: 01171300.xhp#tit.help.text
msgctxt "01171300.xhp#tit.help.text"
@@ -8116,7 +8116,7 @@ msgstr "Saad kopeerida dokumendis juhtelemendid lõikepuhvri kaudu (kiirklahvid
#: 01170600.xhp#par_id3145068.20.help.text
msgid "Drag and drop to copy controls within the same document or between documents. Open another form document and drag the hidden control from the <emph>Form Navigator</emph> into the <emph>Form Navigator</emph> of the target document. Click a visible control directly in the document, rest the mouse for a moment so that a copy of the control is added to the drag-and-drop clipboard, then drag the copy into the other document. If you want a copy in the same document, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while dragging."
-msgstr ""
+msgstr "Kasuta pukseerimist juhtelementide kopeerimiseks samas dokumendis või erinevate dokumentide vahel. Ava muu vormidokument ja lohista peidetud juhtelement <emph>vorminavigaatorist</emph> sihtdokumendi <emph>vorminavigaatorisse</emph>. Klõpsa nähtaval juhtelemendil otse dokumendis, hoia kursorit paigal, et juhtelemendi koopia lisataks pukseerimise lõikepuhvrisse ja seejärel lohista koopia teise dokumenti. Kui soovid koopiat samasse dokumenti, hoia lohistades all <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>-klahvi."
#: 01170600.xhp#hd_id3152812.13.help.text
msgid "Delete"
@@ -8746,7 +8746,7 @@ msgstr "Lohista hiirenuppu all hoides parempoolset kolmnurka vasakule"
#: 13020000.xhp#par_id3154760.16.help.text
msgid "In order to change the left indent starting with the second line of a paragraph, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, click the triangle on the bottom left, and drag it to the right."
-msgstr ""
+msgstr "Vasaktaande muutmiseks alates lõigu teisest reast hoia all <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>-klahvi, klõpsa all vasakul oleval kolmnurgal ja lohista seda paremale."
#: 13020000.xhp#par_id3148453.17.help.text
msgid "Tabs that have been set are not changed when indenting a paragraph. If the set tabs end up outside the margins of the paragraph, they are no longer displayed, but they still exist."
@@ -9015,9 +9015,8 @@ msgid "<ahelp hid=\".\">Click the Increase Indent icon to increase the left inde
msgstr "<ahelp hid=\".\">Klõps ikoonil Suurenda taanet suurendab aktiivse lõigu või lahtri vasakpoolset taanet ja viib taande alguse järgmisele tabelduskohale.</ahelp>"
#: 02140000.xhp#par_id3149798.17.help.text
-#, fuzzy
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If several paragraphs are selected, the indentation of all selected paragraphs is increased.</caseinline><caseinline select=\"CALC\">The cell content refers to the current value under <link href=\"text/shared/01/05340300.xhp\" name=\"Format - Cell - Alignment\"><emph>Format - Cell - Alignment</emph></link>.</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Mitme lõigu valimisel suurendatakse kõigi valitud lõikude taanet.</caseinline><caseinline select=\"CALC\">Lahtri sisu viitab praegusele väärtusele dialoogis <link href=\"text/shared/01/05340300.xhp\" name=\"Vormindus - Lahter - Joondus\"><emph>Vormindus - Lahter - Joondus</emph></link>.</caseinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Kui valitud on mitu lõiku, suurendatakse kõigi valitud lõikude taanet.</caseinline><caseinline select=\"CALC\">Lahtri sisu viitab praegusele väärtusele dialoogis <link href=\"text/shared/01/05340300.xhp\" name=\"Vormindus - Lahtrid - Joondus\"><emph>Vormindus - Lahtrid - Joondus</emph></link>.</caseinline></switchinline>"
#: 02140000.xhp#par_id3147576.help.text
msgid "<image id=\"img_id3149388\" src=\"cmd/sc_incrementindent.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3149388\">Icon</alt></image>"
@@ -9030,14 +9029,13 @@ msgstr "Suurenda taanet"
#: 02140000.xhp#par_id3152996.5.help.text
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Click the <emph>Increase Indent</emph> icon while holding down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key to move the indenting of the selected paragraph by the default tab distance set under <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - General\"><emph>%PRODUCTNAME Writer - General</emph></link> in the Options dialog box.</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Kui hoiad all <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>-klahvi ja klõpsad ikoonil <emph>Suurenda taanet</emph>, nihutatakse valitud lõigu taanet valitud vaiketabelduskoha võrra, mis on määratud Sätete dialoogi jaotises <link href=\"text/shared/optionen/01040200.xhp\" name=\"Writer - Üldine\"><emph>%PRODUCTNAME Writer - Üldine</emph></link>.</caseinline></switchinline>"
#: 02140000.xhp#par_id3157910.6.help.text
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Example:</caseinline></switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Näide:</caseinline></switchinline>"
#: 02140000.xhp#par_id3153698.7.help.text
-#, fuzzy
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">The indents of two paragraphs are moved with the <emph>Increase Indent</emph> function to a standard tab distance of 2 cm:</caseinline></switchinline>"
msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Kahe lõigu taanded nihutatakse funktsiooniga <emph>Suurenda taanet</emph> tabelduskoha standardkaugusele 2 cm:</caseinline></switchinline>"
diff --git a/translations/source/et/helpcontent2/source/text/shared/04.po b/translations/source/et/helpcontent2/source/text/shared/04.po
index 1639b9d8402..d2ad82b7127 100644
--- a/translations/source/et/helpcontent2/source/text/shared/04.po
+++ b/translations/source/et/helpcontent2/source/text/shared/04.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-21 00:33+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/et/helpcontent2/source/text/shared/05.po b/translations/source/et/helpcontent2/source/text/shared/05.po
index 01916db01ad..d80246a8286 100644
--- a/translations/source/et/helpcontent2/source/text/shared/05.po
+++ b/translations/source/et/helpcontent2/source/text/shared/05.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-08-22 23:37+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/et/helpcontent2/source/text/shared/07.po b/translations/source/et/helpcontent2/source/text/shared/07.po
index 83bce7b6afe..40606ca9ded 100644
--- a/translations/source/et/helpcontent2/source/text/shared/07.po
+++ b/translations/source/et/helpcontent2/source/text/shared/07.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F07.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 14:47+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/et/helpcontent2/source/text/shared/autokorr.po b/translations/source/et/helpcontent2/source/text/shared/autokorr.po
index ad371bcc6c4..30d73584c59 100644
--- a/translations/source/et/helpcontent2/source/text/shared/autokorr.po
+++ b/translations/source/et/helpcontent2/source/text/shared/autokorr.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautokorr.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-19 11:22+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/et/helpcontent2/source/text/shared/autopi.po b/translations/source/et/helpcontent2/source/text/shared/autopi.po
index 7484aa0d1eb..e8919554649 100644
--- a/translations/source/et/helpcontent2/source/text/shared/autopi.po
+++ b/translations/source/et/helpcontent2/source/text/shared/autopi.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautopi.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-02-15 15:07+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 01110200.xhp#tit.help.text
diff --git a/translations/source/et/helpcontent2/source/text/shared/explorer/database.po b/translations/source/et/helpcontent2/source/text/shared/explorer/database.po
index 063d5a9cc9e..b512555daa5 100644
--- a/translations/source/et/helpcontent2/source/text/shared/explorer/database.po
+++ b/translations/source/et/helpcontent2/source/text/shared/explorer/database.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2Fexplorer%2Fdatabase.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
-"PO-Revision-Date: 2011-12-02 17:10+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2012-02-21 14:30+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: et\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: 11080000.xhp#tit.help.text
@@ -8055,7 +8055,7 @@ msgstr "Valitud kasutaja juurdepääsuõigused"
#: 05000002.xhp#par_id3150275.16.help.text
msgid "Allows you to view and assign access rights for the selected user."
-msgstr "Võimaldab sul vaadata ja omistada valitud kasutaja juurdepääsuõigusi."
+msgstr "Võimaldab vaadata ja omistada valitud kasutaja juurdepääsuõigusi."
#: 05000000.xhp#tit.help.text
msgctxt "05000000.xhp#tit.help.text"
diff --git a/translations/source/et/helpcontent2/source/text/shared/guide.po b/translations/source/et/helpcontent2/source/text/shared/guide.po
index 6fd14942645..8de492f1f5c 100644
--- a/translations/source/et/helpcontent2/source/text/shared/guide.po
+++ b/translations/source/et/helpcontent2/source/text/shared/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
-"PO-Revision-Date: 2012-02-19 15:53+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2012-03-02 13:21+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: et\n"
@@ -1952,7 +1952,7 @@ msgstr "Vali <emph>Tööriistad - Makrod - Salvesta makro</emph>."
#: macro_recording.xhp#par_id3150275.6.help.text
msgid "You see the small <emph>Recording</emph> dialog with just one button called <emph>Stop Recording</emph>."
-msgstr "Avaneb väike dialoogiaken <emph>Salvestamine</emph>, mis sisaldab ainult üht nuppu <emph>Peata salvestamine</emph>."
+msgstr "Avaneb väike dialoogiaken <emph>Salvestamine</emph>, mis sisaldab ainult üht nuppu: <emph>Peata salvestamine</emph>."
#: macro_recording.xhp#par_id3153087.7.help.text
msgid "Perform the actions you want to be recorded in the document."
@@ -8635,7 +8635,7 @@ msgstr "Sertifikaadi hankimine"
#: digitalsign_send.xhp#par_idN10640.help.text
msgid "You can get a certificate from a certification authority. No matter if you choose a governmental institution or a private company it is common to be charged for this service, for example when they certify your identity. Few other authorities issue certificates free of costs, like the Open Source Project <link href=\"https://www.CAcert.org/\">CAcert</link> which is based on the well-known and reliable Web of Trust model and is of growing popularity."
-msgstr ""
+msgstr "Sertifikaate väljastavad sertifitseerimiskeskused. Olenemata sellest, kas tegu on riigiasutuse või eraettevõttega, on tavaline, et teenused nagu identiteedi sertifitseerimine on tasulised. On ka üksikuid sertifitseerimiskeskusi, mis pakuvad sertifikaate tasuta, näiteks üha populaarsem on avatud lähtekoodiga projekt <link href=\"https://www.CAcert.org/\">CAcert</link>, mis põhineb tuntud ja usaldusväärsel usaldusvõrgu (Web of Trust) mudelil. Eestis tegeleb digitaalsete sertifikaatide väljastamisega <link href=\"http://www.sk.ee/\">AS Sertifitseerimiskeskus</link>."
#: digitalsign_send.xhp#par_idN106F6.help.text
msgid "Managing your Certificates"
diff --git a/translations/source/et/helpcontent2/source/text/shared/optionen.po b/translations/source/et/helpcontent2/source/text/shared/optionen.po
index 7821d0f2877..94a90d9402b 100644
--- a/translations/source/et/helpcontent2/source/text/shared/optionen.po
+++ b/translations/source/et/helpcontent2/source/text/shared/optionen.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2Foptionen.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
-"PO-Revision-Date: 2012-02-19 17:04+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-03-02 14:19+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: et\n"
@@ -125,7 +125,7 @@ msgid "If you import an MS Word document, the spaces are automatically added dur
msgstr "MS Wordi dokumendi importimisel lisatakse vahed teisenduse käigus automaatselt."
#: 01041000.xhp#hd_id3149964.42.help.text
-msgid "Use StarOffice 6.0/7 tab stop formatting"
+msgid "Use OpenOffice.org 1.1 tab stop formatting"
msgstr "Kasutatakse OpenOffice.org 1.1 tabelduskoha vormingut"
#: 01041000.xhp#par_id3152777.43.help.text
@@ -149,8 +149,8 @@ msgid "In text documents created by your current version of Writer, the addition
msgstr "Praeguse Writeri versiooniga loodud tekstidokumentides kasutatakse algusvahet vaikimisi. Tekstidokumentides, mis on loodud varasema Writeri versiooniga kui StarOffice 8 või OpenOffice.org 2.0, algusvahet ei kasutata."
#: 01041000.xhp#par_idN107FF.help.text
-msgid "Use StarOffice 6.0/7 line spacing"
-msgstr "Kasutatakse StarOffice 6.0/7 reavahet"
+msgid "Use OpenOffice.org 1.1 line spacing"
+msgstr "Kasutatakse OpenOffice.org 1.1 reavahet"
#: 01041000.xhp#par_idN10815.help.text
msgid "If the option is off, a new process for formatting text lines with proportional line spacing will be applied. If the option is on, the previous method of formatting of text lines with proportional line spacing will be applied."
@@ -171,11 +171,11 @@ msgstr "Määrab, et lõigule lisatakse lõpuvahe, isegi kui tegu on viimase lõ
#: 01041000.xhp#par_idN10849.help.text
msgid "If the option is off, table cells will be formatted as in Writer versions prior to StarOffice 8 or OpenOffice.org 2.0. If the option is on, an alternative method of formatting table cells will be applied. The option is on by default for new documents created with %PRODUCTNAME %PRODUCTVERSION and for documents imported from Microsoft Word format."
-msgstr "Kui see säte pole sisse lülitatud, vormindatakse tabeli lahtrid nii, nagu see toimus Writeris kuni versioonini StarOffice 8 või OpenOffice.org 2.0. Kui säte on sisse lülitatud, kasutatakse tabeli lahtrite vormindamise alternatiivset meetodit. Säte on vaikimisi sisse lülitatud uute %PRODUCTNAME %PRODUCTVERSION dokumentide ja imporditud Microsoft Word'i dokumentide puhul."
+msgstr "Kui see säte pole sisse lülitatud, vormindatakse tabeli lahtrid nii, nagu see toimus Writeris kuni versioonini StarOffice 8 või OpenOffice.org 2.0. Kui säte on sisse lülitatud, kasutatakse tabeli lahtrite vormindamise alternatiivset meetodit. Säte on vaikimisi sisse lülitatud uute %PRODUCTNAME %PRODUCTVERSION dokumentide ja imporditud Microsoft Wordi dokumentide puhul."
#: 01041000.xhp#par_idN1084C.help.text
-msgid "Use StarOffice 6.0/7 object positioning"
-msgstr "Kasutatakse OpenOffice.org 1.1 objektide paigutusviisi"
+msgid "Use OpenOffice.org 1.1 object positioning"
+msgstr "Kasutatakse OpenOffice.org 1.1 objektide paigutust"
#: 01041000.xhp#par_idN10864.help.text
msgid "Specifies how to calculate the position of floating objects anchored to a character or paragraph with respect to the top and bottom paragraph spacing."
@@ -190,7 +190,7 @@ msgid "The option will be set to off for new documents. For Writer documents cre
msgstr "See säte on uute dokumentide puhul välja lülitatud. Writeri dokumentide puhul, mis on loodud varasema versiooniga kui %PRODUCTNAME %PRODUCTVERSION, on säte sisse lülitatud."
#: 01041000.xhp#par_idN10821.help.text
-msgid "Use StarOffice 6.0/7 text wrapping around objects"
+msgid "Use OpenOffice.org 1.1 text wrapping around objects"
msgstr "Kasutatakse OpenOffice.org 1.1 teksti ümber objektide mähkimist"
#: 01041000.xhp#par_id4016541.help.text
@@ -3211,23 +3211,6 @@ msgstr "Pildid ja objektid"
msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PGRF\">Specifies whether the graphics of your text document are printed.</ahelp>"
msgstr "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PGRF\">Määrab, kas tekstidokumentide graafilised elemendid prinditakse.</ahelp>"
-#: 01040400.xhp#hd_id3150771.7.help.text
-msgctxt "01040400.xhp#hd_id3150771.7.help.text"
-msgid "Tables"
-msgstr "Tabelid"
-
-#: 01040400.xhp#par_id3148943.8.help.text
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PTAB\">Specifies whether the tables of the text document are printed.</ahelp>"
-msgstr "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PTAB\">Määrab, kas tekstidokumentide tabelid prinditakse.</ahelp>"
-
-#: 01040400.xhp#hd_id3149294.9.help.text
-msgid "Drawings (not for HTML documents)"
-msgstr "Joonistused (ei kehti HTML-dokumentidele)"
-
-#: 01040400.xhp#par_id3149457.10.help.text
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PDRAW\">Specifies whether graphics created with $[officename] drawing functions are printed.</ahelp>"
-msgstr "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PDRAW\">Määrab, kas $[officename]'i joonistusfunktsioonidega loodud graafilised elemendid prinditakse.</ahelp>"
-
#: 01040400.xhp#hd_id3153525.11.help.text
msgid "Form controls"
msgstr "Vormide juhtelemendid"
@@ -5522,14 +5505,6 @@ msgstr " <emph>Näide:</emph> sisesta lahtrisse A1 tekst 'Test' ja lahtr
msgid "The EXACT text function is always case-sensitive, independent of the settings in this dialog."
msgstr "Tekstifunktsioon EXACT on sõltumata selle dialoogi sätetest alati tõstutundlik."
-#: 01060500.xhp#hd_id3145231.53.help.text
-msgid "Decimal places"
-msgstr "Kümnendkohti"
-
-#: 01060500.xhp#par_id3149568.54.help.text
-msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
-msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Määrab <emph>standardses</emph> arvuvormingus arvude kuvatavate komakohtade arvu. Arve kuvatakse ümardatuna, kuid need salvestatakse täpse väärtusena.</ahelp>"
-
#: 01060500.xhp#hd_id3145150.30.help.text
msgid "Precision as shown"
msgstr "Täpsus nagu näidatud"
@@ -5622,6 +5597,14 @@ msgstr "Kümnendkohtade piiramine üldise arvuvormingu jaoks"
msgid "<ahelp hid=\".\">You can specify the maximum number of decimal places that are shown by default for cells with General number format. If not enabled, cells with General number format show as many decimal places as the column width allows.</ahelp>"
msgstr "<ahelp hid=\".\">Saad määrata kümnendkohtade maksimumarvu, mis kuvatakse vaikimisi arvuvormingus Üldine lahtrite jaoks. Kui see pole lubatud, kuvatakse arvuvormingus Üldine lahtrites nii mitu kümnendkohta, kui veerulaius mahutab.</ahelp>"
+#: 01060500.xhp#hd_id3145231.53.help.text
+msgid "Decimal places"
+msgstr "Kümnendkohti"
+
+#: 01060500.xhp#par_id3149568.54.help.text
+msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
+msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Määrab <emph>standardses</emph> arvuvormingus arvude kuvatavate komakohtade arvu. Arve kuvatakse ümardatuna, kuid need salvestatakse täpse väärtusena.</ahelp>"
+
#: viewcertificate_c.xhp#tit.help.text
msgid "Certificate Path"
msgstr "Sertifikaadi asukoht"
@@ -5921,8 +5904,8 @@ msgstr "Vaade"
#: 01060100.xhp#bm_id3147242.help.text
#, fuzzy
-msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>handles; showing large handles (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
-msgstr "<bookmark_value>lahtrid; alusvõrgujoonte kuvamine (Calc)</bookmark_value> <bookmark_value>äärised; lahtrid kuval (Calc)</bookmark_value> <bookmark_value>alusvõrgud; joonte kuvamine (Calc)</bookmark_value> <bookmark_value>värvid; alusvõrgu jooned ja lahtrid (Calc)</bookmark_value> <bookmark_value>leheküljepiirid; kuvamine (Calc)</bookmark_value> <bookmark_value>juhtjooned; kuvamine (Calc)</bookmark_value> <bookmark_value>pidemed; lihtsate ja suurte pidemete kuvamine (Calc)</bookmark_value> <bookmark_value>kuvamine; nullväärtused (Calc)</bookmark_value> <bookmark_value>nullväärtused; kuvamine (Calc)</bookmark_value> <bookmark_value>tabelid arvutustabelites; väärtuse esiletõstmine</bookmark_value> <bookmark_value>lahtrid; efektita vormndus (Calc)</bookmark_value> <bookmark_value>lahtrid; värvimine (Calc)</bookmark_value> <bookmark_value>ankrud; kuvamine (Calc)</bookmark_value> <bookmark_value>värvid;piirang (Calc)</bookmark_value> <bookmark_value>teksti ületäitumine arvutustabeli lahtrites</bookmark_value> <bookmark_value>viited; värviliselt kuvamine (Calc)</bookmark_value> <bookmark_value>objektid; kuvamine arvutustabelites</bookmark_value> <bookmark_value>pildid; kuvamine Calcis</bookmark_value> <bookmark_value>diagrammid; kuvamine (Calc)</bookmark_value> <bookmark_value>joonistusobjektid; kuvamine (Calc)</bookmark_value> <bookmark_value>reapäised; kuvamine (Calc)</bookmark_value> <bookmark_value>veerupäised; kuvamine (Calc)</bookmark_value> <bookmark_value>kerimisribad; kuvamine (Calc)</bookmark_value> <bookmark_value>lehekaardid; kuvamine</bookmark_value> <bookmark_value>kaardid; lehekaartide kuvamine</bookmark_value> <bookmark_value>liigendused;liigenduse sümbolid</bookmark_value>"
+msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
+msgstr "<bookmark_value>lahtrid; alusvõrgujoonte kuvamine (Calc)</bookmark_value> <bookmark_value>äärised; lahtrid kuval (Calc)</bookmark_value> <bookmark_value>alusvõrgud; joonte kuvamine (Calc)</bookmark_value> <bookmark_value>värvid; alusvõrgu jooned ja lahtrid (Calc)</bookmark_value> <bookmark_value>leheküljepiirid; kuvamine (Calc)</bookmark_value> <bookmark_value>juhtjooned; kuvamine (Calc)</bookmark_value> <bookmark_value>kuvamine; nullväärtused (Calc)</bookmark_value> <bookmark_value>nullväärtused; kuvamine (Calc)</bookmark_value> <bookmark_value>tabelid arvutustabelites; väärtuse esiletõstmine</bookmark_value> <bookmark_value>lahtrid; efektita vormindus (Calc)</bookmark_value> <bookmark_value>lahtrid; värvimine (Calc)</bookmark_value> <bookmark_value>ankrud; kuvamine (Calc)</bookmark_value> <bookmark_value>värvid;piirang (Calc)</bookmark_value> <bookmark_value>teksti ületäitumine arvutustabeli lahtrites</bookmark_value> <bookmark_value>viited; värviliselt kuvamine (Calc)</bookmark_value> <bookmark_value>objektid; kuvamine arvutustabelites</bookmark_value> <bookmark_value>pildid; kuvamine Calcis</bookmark_value> <bookmark_value>diagrammid; kuvamine (Calc)</bookmark_value> <bookmark_value>joonistusobjektid; kuvamine (Calc)</bookmark_value> <bookmark_value>reapäised; kuvamine (Calc)</bookmark_value> <bookmark_value>veerupäised; kuvamine (Calc)</bookmark_value> <bookmark_value>kerimisribad; kuvamine (Calc)</bookmark_value> <bookmark_value>lehekaardid; kuvamine</bookmark_value> <bookmark_value>kaardid; lehekaartide kuvamine</bookmark_value> <bookmark_value>liigendused;liigenduse sümbolid</bookmark_value>"
#: 01060100.xhp#hd_id3150445.1.help.text
msgid "<link href=\"text/shared/optionen/01060100.xhp\" name=\"View\">View</link>"
@@ -5946,7 +5929,7 @@ msgstr "Alusvõrgu jooned"
#: 01060100.xhp#par_id3153088.31.help.text
msgid "<ahelp hid=\"sc:ListBox:RID_SCPAGE_CONTENT:LB_GRID\" visibility=\"visible\">Specifies when grid lines will be displayed. Default is to display grid lines only on cells that do not have a background color. You can choose to also display grid lines on cells with background color, or to hide them.</ahelp> For printing, choose <emph>Format - Page - </emph><link href=\"text/scalc/01/05070500.xhp\" name=\"Sheet\"><emph>Sheet</emph></link> and mark the <emph>Grid</emph> check box."
-msgstr ""
+msgstr "<ahelp hid=\"sc:ListBox:RID_SCPAGE_CONTENT:LB_GRID\" visibility=\"visible\">Määrab, millal kuvatakse alusvõrgu jooni. Vaikimisi näidatakse neid üksnes lahtritel, millele pole määratud taustavärvi. Määrata saab nende näitamise ka taustavärviga lahtritel või nende peitmise igal pool.</ahelp> Printimiseks vali <emph>Vormindus - Lehekülg - </emph><link href=\"text/scalc/01/05070500.xhp\" name=\"Leht\"><emph>Leht</emph></link> ja märgi ruut <emph>Alusvõrk</emph>."
#: 01060100.xhp#hd_id3156326.32.help.text
msgctxt "01060100.xhp#hd_id3156326.32.help.text"
@@ -5975,15 +5958,6 @@ msgstr "Abijooned liigutamisel"
msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">Specifies whether to view guides when moving drawings, frames, graphics and other objects.</ahelp> These guides help you align objects."
msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">Määrab, kas joonistuste, paneelide, piltide ja teiste objektide liigutamisel kuvatakse juhtjooni.</ahelp> Need jooned aitavad objekte täpselt paigutada."
-#: 01060100.xhp#hd_id3149202.40.help.text
-msgctxt "01060100.xhp#hd_id3149202.40.help.text"
-msgid "Large handles"
-msgstr "Suured pidemed"
-
-#: 01060100.xhp#par_id3154123.41.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\">Specifies that larger than normal handles (the eight points on a selection box) are displayed.</ahelp>"
-msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\">Määrab, et pidemeid (kaheksa nähtavat valikukasti punkti) kuvatakse suuremalt kui tavaliselt.</ahelp>"
-
#: 01060100.xhp#hd_id3152920.3.help.text
msgctxt "01060100.xhp#hd_id3152920.3.help.text"
msgid "Display"
@@ -6947,8 +6921,8 @@ msgstr "Vaade"
#: 01040200.xhp#bm_id3156346.help.text
#, fuzzy
-msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>handles; displaying (Writer)</bookmark_value><bookmark_value>large handles (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
-msgstr "<bookmark_value>juhtjooned; kuvatud paneeli nihutamisel (Writer)</bookmark_value><bookmark_value>lihtpidemed (Writer)</bookmark_value><bookmark_value>pidemed; kuvamine (Writer)</bookmark_value><bookmark_value>suured pidemed (Writer)</bookmark_value><bookmark_value>kerimisribad; horisontaalsed ja vertikaalsed (Writer)</bookmark_value><bookmark_value>horisontaalsed kerimisribad (Writer)</bookmark_value><bookmark_value>vertikaalsed kerimisribad (Writer)</bookmark_value><bookmark_value>sujuv kerimine (Writer)</bookmark_value><bookmark_value>kuvamine; pildid ja objektid (Writer)</bookmark_value><bookmark_value>pildid; kuvamine Writeris (Writer)</bookmark_value><bookmark_value>objektid; kuvamine tekstidokumentides</bookmark_value><bookmark_value>kuvamine; tabelid (Writer)</bookmark_value><bookmark_value>tabelid tekstis; kuvamine </bookmark_value><bookmark_value>tabeli joonestik (Writer)</bookmark_value><bookmark_value>äärised;tabeli joonestik (Writer)</bookmark_value><bookmark_value>tabelite joonestik (Writer)</bookmark_value><bookmark_value>kuvamine; joonistused ja juhtelemendid (Writer)</bookmark_value><bookmark_value>joonistused; kuvamine (Writer)</bookmark_value><bookmark_value>juhtelemendid; kuvamine (Writer)</bookmark_value><bookmark_value>väljad;väljakoodide kuvamine (Writer)</bookmark_value><bookmark_value>kuvamine; kommentaarid tekstidokumentides</bookmark_value>"
+msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
+msgstr "<bookmark_value>juhtjooned; kuvatud paneeli nihutamisel (Writer)</bookmark_value><bookmark_value>kerimisribad; horisontaalsed ja vertikaalsed (Writer)</bookmark_value><bookmark_value>horisontaalsed kerimisribad (Writer)</bookmark_value><bookmark_value>vertikaalsed kerimisribad (Writer)</bookmark_value><bookmark_value>sujuv kerimine (Writer)</bookmark_value><bookmark_value>kuvamine; pildid ja objektid (Writer)</bookmark_value><bookmark_value>pildid; kuvamine Writeris</bookmark_value><bookmark_value>objektid; kuvamine tekstidokumentides</bookmark_value><bookmark_value>kuvamine; tabelid (Writer)</bookmark_value><bookmark_value>tabelid tekstis; kuvamine </bookmark_value><bookmark_value>tabeli joonestik (Writer)</bookmark_value><bookmark_value>äärised;tabeli joonestik (Writer)</bookmark_value><bookmark_value>tabelite joonestik (Writer)</bookmark_value><bookmark_value>kuvamine; joonistused ja juhtelemendid (Writer)</bookmark_value><bookmark_value>joonistused; kuvamine (Writer)</bookmark_value><bookmark_value>juhtelemendid; kuvamine (Writer)</bookmark_value><bookmark_value>väljad;väljakoodide kuvamine (Writer)</bookmark_value><bookmark_value>kuvamine; kommentaarid tekstidokumentides</bookmark_value>"
#: 01040200.xhp#hd_id3145090.1.help.text
msgid "<link href=\"text/shared/optionen/01040200.xhp\" name=\"View\">View</link>"
@@ -6976,15 +6950,6 @@ msgstr "Abijooned liigutamisel"
msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">Displays snap lines around the frames when frames are moved. You can select the<emph> Helplines While Moving </emph>option to show the exact position of the object using lineal values.</ahelp>"
msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">Näitab paneeli liigutamise ajal paneeli ümber juhtjooni. Valiku <emph>Juhtjooned liigutamisel</emph> korral saab joonlaudade abil jälgida paneeli täpset asukohta.</ahelp>"
-#: 01040200.xhp#hd_id3149763.32.help.text
-msgctxt "01040200.xhp#hd_id3149763.32.help.text"
-msgid "Large handles"
-msgstr "Suured pidemed"
-
-#: 01040200.xhp#par_id3153665.33.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_BIGHANDLE\">Displays larger sized handles (the eight points on a delimiting rectangle).</ahelp>"
-msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_BIGHANDLE\">Näitab suuremaid pidemeid (kaheksa punkti piiraval ristkülikul).</ahelp>"
-
#: 01040200.xhp#hd_id3149416.11.help.text
msgctxt "01040200.xhp#hd_id3149416.11.help.text"
msgid "View"
@@ -7078,7 +7043,7 @@ msgid "If the <emph>Graphics and objects </emph>option is not selected, no graph
msgstr "Kui märkeruut <emph>Pildid ja objektid</emph> ei ole valitud, siis ei laadita pilte ka Internetist. Piltide paiknemine tabelis ning ilma määratud suuruseta olekus võib põhjustada probleeme lehe kuvamisel, kui lehel kasutatakse vanemaid HTML-i standardeid."
#: 01040200.xhp#hd_id3156332.40.help.text
-msgctxt "01040200.xhp#hd_id3156332.40.help.text"
+#, fuzzy
msgid "Tables"
msgstr "Tabelid"
diff --git a/translations/source/et/helpcontent2/source/text/simpress.po b/translations/source/et/helpcontent2/source/text/simpress.po
index 1f560fc5dee..afef0c9b4a7 100644
--- a/translations/source/et/helpcontent2/source/text/simpress.po
+++ b/translations/source/et/helpcontent2/source/text/simpress.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+helpcontent2%2Fsource%2Ftext%2Fsimpress.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-26 19:14+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/et/helpcontent2/source/text/simpress/00.po b/translations/source/et/helpcontent2/source/text/simpress/00.po
index 582003658c0..11dd0c97eee 100644
--- a/translations/source/et/helpcontent2/source/text/simpress/00.po
+++ b/translations/source/et/helpcontent2/source/text/simpress/00.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-21 00:17+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/et/helpcontent2/source/text/simpress/01.po b/translations/source/et/helpcontent2/source/text/simpress/01.po
index 1b1151889da..9f1893990c5 100644
--- a/translations/source/et/helpcontent2/source/text/simpress/01.po
+++ b/translations/source/et/helpcontent2/source/text/simpress/01.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-08-27 19:24+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/et/helpcontent2/source/text/simpress/02.po b/translations/source/et/helpcontent2/source/text/simpress/02.po
index e652cc96a47..c13c8772c2b 100644
--- a/translations/source/et/helpcontent2/source/text/simpress/02.po
+++ b/translations/source/et/helpcontent2/source/text/simpress/02.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2012-01-02 12:02+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -298,32 +298,6 @@ msgstr "<image id=\"img_id3147341\" src=\"cmd/sc_doubleclicktextedit.png\" width
msgid "Double-click to add Text"
msgstr "Teksti lisamiseks tee topeltklõps"
-#: 13080000.xhp#tit.help.text
-msgctxt "13080000.xhp#tit.help.text"
-msgid "Large Handles"
-msgstr "Suured pidemed"
-
-#: 13080000.xhp#bm_id3146119.help.text
-msgid "<bookmark_value>handles; large</bookmark_value>"
-msgstr "<bookmark_value>pidemed; suured</bookmark_value>"
-
-#: 13080000.xhp#hd_id3146119.1.help.text
-msgid "<link href=\"text/simpress/02/13080000.xhp\" name=\"Large Handles\">Large Handles</link>"
-msgstr "<link href=\"text/simpress/02/13080000.xhp\" name=\"Suured pidemed\">Suured pidemed</link>"
-
-#: 13080000.xhp#par_id3153142.2.help.text
-msgid "<ahelp hid=\".uno:BigHandles\" visibility=\"visible\">Displays large selection handles.</ahelp>"
-msgstr "<ahelp hid=\".uno:BigHandles\" visibility=\"visible\">Valiku pidemeid kuvatakse suurematena.</ahelp>"
-
-#: 13080000.xhp#par_id3155445.help.text
-msgid "<image src=\"cmd/sc_bighandles.png\" id=\"img_id3153714\"><alt id=\"alt_id3153714\">Icon</alt></image>"
-msgstr "<image src=\"cmd/sc_bighandles.png\" id=\"img_id3153714\"><alt id=\"alt_id3153714\">Ikoon</alt></image>"
-
-#: 13080000.xhp#par_id3154755.4.help.text
-msgctxt "13080000.xhp#par_id3154755.4.help.text"
-msgid "Large Handles"
-msgstr "Suured pidemed"
-
#: 13170000.xhp#tit.help.text
msgctxt "13170000.xhp#tit.help.text"
msgid "Snap to Object Points"
diff --git a/translations/source/et/helpcontent2/source/text/simpress/04.po b/translations/source/et/helpcontent2/source/text/simpress/04.po
index 5ec32214ab0..45480922b73 100644
--- a/translations/source/et/helpcontent2/source/text/simpress/04.po
+++ b/translations/source/et/helpcontent2/source/text/simpress/04.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-26 21:42+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/et/helpcontent2/source/text/simpress/guide.po b/translations/source/et/helpcontent2/source/text/simpress/guide.po
index c9954828f40..920260e9f71 100644
--- a/translations/source/et/helpcontent2/source/text/simpress/guide.po
+++ b/translations/source/et/helpcontent2/source/text/simpress/guide.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-12-26 21:43+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/et/helpcontent2/source/text/smath.po b/translations/source/et/helpcontent2/source/text/smath.po
index fa8174d3c95..48a98a76e07 100644
--- a/translations/source/et/helpcontent2/source/text/smath.po
+++ b/translations/source/et/helpcontent2/source/text/smath.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+helpcontent2%2Fsource%2Ftext%2Fsmath.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-25 18:38+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/et/helpcontent2/source/text/smath/00.po b/translations/source/et/helpcontent2/source/text/smath/00.po
index be590155f34..a80ed1b7a80 100644
--- a/translations/source/et/helpcontent2/source/text/smath/00.po
+++ b/translations/source/et/helpcontent2/source/text/smath/00.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-20 00:55+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/et/helpcontent2/source/text/smath/01.po b/translations/source/et/helpcontent2/source/text/smath/01.po
index 49029a8999c..1f5c1f8cb88 100644
--- a/translations/source/et/helpcontent2/source/text/smath/01.po
+++ b/translations/source/et/helpcontent2/source/text/smath/01.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-12 00:49+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 03091501.xhp#tit.help.text
diff --git a/translations/source/et/helpcontent2/source/text/smath/02.po b/translations/source/et/helpcontent2/source/text/smath/02.po
index a33a29de48b..16c41a962c1 100644
--- a/translations/source/et/helpcontent2/source/text/smath/02.po
+++ b/translations/source/et/helpcontent2/source/text/smath/02.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-20 00:59+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/et/helpcontent2/source/text/smath/04.po b/translations/source/et/helpcontent2/source/text/smath/04.po
index b96e5895513..8c8f0d52b7a 100644
--- a/translations/source/et/helpcontent2/source/text/smath/04.po
+++ b/translations/source/et/helpcontent2/source/text/smath/04.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-20 00:55+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/et/helpcontent2/source/text/smath/guide.po b/translations/source/et/helpcontent2/source/text/smath/guide.po
index b2efe652326..1e2d6c325eb 100644
--- a/translations/source/et/helpcontent2/source/text/smath/guide.po
+++ b/translations/source/et/helpcontent2/source/text/smath/guide.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-08-22 23:38+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/et/helpcontent2/source/text/swriter.po b/translations/source/et/helpcontent2/source/text/swriter.po
index 8aacdadfb4c..77414012339 100644
--- a/translations/source/et/helpcontent2/source/text/swriter.po
+++ b/translations/source/et/helpcontent2/source/text/swriter.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+helpcontent2%2Fsource%2Ftext%2Fswriter.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-20 00:41+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/et/helpcontent2/source/text/swriter/00.po b/translations/source/et/helpcontent2/source/text/swriter/00.po
index 57c2ef682d3..119f7c25aeb 100644
--- a/translations/source/et/helpcontent2/source/text/swriter/00.po
+++ b/translations/source/et/helpcontent2/source/text/swriter/00.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-21 20:17+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 00000402.xhp#tit.help.text
diff --git a/translations/source/et/helpcontent2/source/text/swriter/01.po b/translations/source/et/helpcontent2/source/text/swriter/01.po
index 96c0f2da3c6..d3d4c4d8958 100644
--- a/translations/source/et/helpcontent2/source/text/swriter/01.po
+++ b/translations/source/et/helpcontent2/source/text/swriter/01.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-02-20 01:54+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: mailmerge04.xhp#tit.help.text
diff --git a/translations/source/et/helpcontent2/source/text/swriter/02.po b/translations/source/et/helpcontent2/source/text/swriter/02.po
index ac103f58e91..ef053dde1a8 100644
--- a/translations/source/et/helpcontent2/source/text/swriter/02.po
+++ b/translations/source/et/helpcontent2/source/text/swriter/02.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-11-01 22:13+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/et/helpcontent2/source/text/swriter/04.po b/translations/source/et/helpcontent2/source/text/swriter/04.po
index 844a2ef5613..2fda9c0f70b 100644
--- a/translations/source/et/helpcontent2/source/text/swriter/04.po
+++ b/translations/source/et/helpcontent2/source/text/swriter/04.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-03 02:08+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/et/helpcontent2/source/text/swriter/guide.po b/translations/source/et/helpcontent2/source/text/swriter/guide.po
index 242459e90f1..1ce4432ce6e 100644
--- a/translations/source/et/helpcontent2/source/text/swriter/guide.po
+++ b/translations/source/et/helpcontent2/source/text/swriter/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fswriter%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
-"PO-Revision-Date: 2012-02-19 00:36+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2012-02-23 19:41+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: et\n"
@@ -6126,9 +6126,8 @@ msgid "There are several ways to create a table in a text document. You can inse
msgstr "Tekstidokumenti saab tabeli lisada mitmel moel: tööriistaribalt, menüükäsuga või arvutustabelist."
#: table_insert.xhp#hd_id3155908.33.help.text
-#, fuzzy
-msgid "To Insert a Table From the Insert Toolbar"
-msgstr "Tabeli lisamine lisamisribalt"
+msgid "To Insert a Table From a Toolbar"
+msgstr "Tabeli lisamine tööriistaribalt"
#: table_insert.xhp#par_id3155861.34.help.text
msgctxt "table_insert.xhp#par_id3155861.34.help.text"
@@ -6136,21 +6135,18 @@ msgid "Place the cursor in your document where you want to insert the table."
msgstr "Aseta kursor dokumendis kohale, kuhu soovid tabelit lisada."
#: table_insert.xhp#par_id3147416.28.help.text
-#, fuzzy
-msgid "On the <emph>Standard</emph> bar, click the arrow next to the <emph>Table</emph> icon."
-msgstr "Klõpsa <emph>standardriba</emph> ikooni <emph>Tabel</emph> kõrval oleval noolel."
+msgid "On the <emph>Standard</emph> or the <emph>Insert</emph> bar, click the arrow next to the <emph>Table</emph> icon."
+msgstr "Klõpsa <emph>standard-</emph> või <emph>lisamisriba</emph> ikooni <emph>Tabel</emph> kõrval oleval noolel."
#: table_insert.xhp#par_id3153398.29.help.text
msgid "In the table grid, drag to select the numbers of rows and columns that you want, and then release."
msgstr "Vali tabelivõrgustikus soovitud ridade ja veergude arv ning vabasta hiirenupp."
#: table_insert.xhp#par_id3153416.30.help.text
-#, fuzzy
msgid "To cancel, drag to the other side until <emph>Cancel</emph> appears in the preview area of the grid."
-msgstr "Tühistamiseks lohista teisele servale, kuni nupp <emph>Tühista</emph> on kuvatud ruudustiku eelvaates."
+msgstr "Tühistamiseks lohista teisele poole, kuni ruudustiku eelvaates kuvatakse nupp nupp <emph>Loobu</emph>."
#: table_insert.xhp#hd_id3153135.35.help.text
-#, fuzzy
msgid "To Insert a Table With a Menu Command"
msgstr "Tabeli lisamine menüükäsuga"
@@ -6164,17 +6160,14 @@ msgid "Choose <emph>Table - Insert - Table</emph>. "
msgstr "Vali <emph>Tabel - Lisamine - Tabel</emph>. "
#: table_insert.xhp#par_id3149858.66.help.text
-#, fuzzy
msgid "In the <emph>Size</emph> area, enter the number of rows and columns."
msgstr "Sisesta alal <emph>Suurus</emph> ridade ja veergude arv."
#: table_insert.xhp#par_id3145097.67.help.text
-#, fuzzy
msgid "Select the options that you want, click <emph>OK</emph>."
msgstr "Vali soovitud sätted ja klõpsa <emph>Sobib</emph>."
#: table_insert.xhp#hd_id3149572.43.help.text
-#, fuzzy
msgid "To Insert a Table From a Calc Spreadsheet"
msgstr "Tabeli lisamine Calci arvutustabelist"
@@ -6197,12 +6190,10 @@ msgid "In your text document, do one of the following:"
msgstr "Tee oma tekstidokumendis üht järgnevaist:"
#: table_insert.xhp#par_id3153383.47.help.text
-#, fuzzy
msgid "Choose <emph>Edit - Paste</emph>. The cell range is pasted as an OLE object. To edit the contents of the cells, double-click the object."
-msgstr "Vali <emph>Redigeeri - Kleebi</emph>. Lahtrivahemik kleebitakse OLE-objektina. Lahtrite sisu redigeerimiseks topeltklõpsa objekti."
+msgstr "Vali <emph>Redigeerimine - Aseta</emph>. Lahtrivahemik kleebitakse OLE-objektina. Lahtrite sisu redigeerimiseks tee topeltklõps objektil."
#: table_insert.xhp#par_id3154248.48.help.text
-#, fuzzy
msgid "Choose <emph>Edit - Paste Special</emph>, and choose from the following options:"
msgstr "Vali <emph>Redigeerimine - Aseta teisiti</emph> ja vali järgmiste valikute seast."
diff --git a/translations/source/et/instsetoo_native/inc_openoffice/windows/msi_languages.po b/translations/source/et/instsetoo_native/inc_openoffice/windows/msi_languages.po
index b105546a840..e380132a35e 100644
--- a/translations/source/et/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/translations/source/et/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-26 13:47+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/mysqlc/source.po b/translations/source/et/mysqlc/source.po
index 8f3a84cf1aa..f52a6d905dc 100644
--- a/translations/source/et/mysqlc/source.po
+++ b/translations/source/et/mysqlc/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-01 12:23+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/translations/source/et/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index a7de429aa88..6e1d54326cd 100644
--- a/translations/source/et/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/translations/source/et/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 12:40+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/translations/source/et/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
index f92fa0a6a47..f1a9409dde3 100644
--- a/translations/source/et/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
+++ b/translations/source/et/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fhelp%2Fen%2Fcom.sun.star.comp.Calc.NLPSolver.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-28 01:01+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/translations/source/et/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
index f64c55ea1ce..4b8b769bde4 100644
--- a/translations/source/et/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
+++ b/translations/source/et/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fsrc%2Fcom%2Fsun%2Fstar%2Fcomp%2FCalc%2FNLPSolver.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-20 03:59+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/nlpsolver/src/locale.po b/translations/source/et/nlpsolver/src/locale.po
index 2dcb8ab9156..83e066ea260 100644
--- a/translations/source/et/nlpsolver/src/locale.po
+++ b/translations/source/et/nlpsolver/src/locale.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fsrc%2Flocale.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-28 01:01+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/officecfg/registry/data/org/openoffice/Office.po b/translations/source/et/officecfg/registry/data/org/openoffice/Office.po
index 6566d125b8f..5536289f8ec 100644
--- a/translations/source/et/officecfg/registry/data/org/openoffice/Office.po
+++ b/translations/source/et/officecfg/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/officecfg/registry/data/org/openoffice/Office/UI.po b/translations/source/et/officecfg/registry/data/org/openoffice/Office/UI.po
index 4d88230f6c2..6021cad0103 100644
--- a/translations/source/et/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/et/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-02-02 18:18+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-22 09:06+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: et\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: Pootle 2.1.6\n"
@@ -8150,6 +8150,10 @@ msgstr "Sisestusmeetodi olek"
msgid "Optio~n Bar"
msgstr "Säteteriba"
+#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_SendFeedback.Label.value.text
+msgid "Send Feedback..."
+msgstr "Saada tagasisidet..."
+
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_ShowLicense.Label.value.text
msgid "License Information..."
msgstr "Litsentsiteave..."
diff --git a/translations/source/et/padmin/source.po b/translations/source/et/padmin/source.po
index a39966cf4e8..3fef130950d 100644
--- a/translations/source/et/padmin/source.po
+++ b/translations/source/et/padmin/source.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+padmin%2Fsource.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2011-04-21 13:11+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-03-02 12:36+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: et\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: padialog.src#RID_FONTIMPORT_DIALOG.RID_FIMP_TXT_HELP.fixedtext.text
@@ -267,7 +267,7 @@ msgstr "Vale keskkond"
#: padialog.src#RID_YOU_SURE.string.text
msgid "Are you sure ?"
-msgstr "Kas sa oled kindel?"
+msgstr "Kas oled kindel?"
#: padialog.src#RID_AFMERROR_OK.string.text
msgid "No error"
@@ -754,7 +754,7 @@ msgstr "Värvi~sügavus"
#: rtsetup.src#RID_RTS_FONTSUBSTPAGE.RID_RTS_FS_ENABLE_BTN.checkbox.text
msgid "~Enable font replacement"
-msgstr "~Lubada fontide asendamine"
+msgstr "~Fontide asendamise lubamine"
#: rtsetup.src#RID_RTS_FONTSUBSTPAGE.RID_RTS_FS_SUBST_TXT.fixedtext.text
msgid "Replaced ~fonts"
diff --git a/translations/source/et/readlicense_oo/docs/readme.po b/translations/source/et/readlicense_oo/docs/readme.po
index c988f17cd2f..2c6e9483f48 100644
--- a/translations/source/et/readlicense_oo/docs/readme.po
+++ b/translations/source/et/readlicense_oo/docs/readme.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+readlicense_oo%2Fdocs%2Freadme.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-12 01:15+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-03-02 12:53+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: et\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: readme.xrm#Welcome.Welcome.readmeitem.text
@@ -37,7 +37,7 @@ msgstr "Kas ${PRODUCTNAME} on tõesti kõigile vaba ja tasuta?"
#: readme.xrm#A11.A11.readmeitem.text
msgid "${PRODUCTNAME} is free for use by everybody. You may take this copy of ${PRODUCTNAME} and install it on as many computers as you like, and use it for any purpose you like (including commercial, government, public administration and educational use). For further details see the license text packaged with this ${PRODUCTNAME} download."
-msgstr "${PRODUCTNAME} on vaba ja tasuta kasutamiseks igaühele. Võid selle ${PRODUCTNAME}'i eksemplari paigaldada nii mitmesse arvutisse kui tahad, ja kasutada seda mis tahes otstarbel (s.h avaliku halduse, äri-, valitsus- ja haridusasutustes). Üksikasjad leiad litsentsitekstist, mis ${PRODUCTNAME}'i allalaadimisega kaasa tuli."
+msgstr "${PRODUCTNAME} on vaba ja tasuta kasutamiseks igaühele. Võid selle ${PRODUCTNAME}'i eksemplari paigaldada nii mitmesse arvutisse kui tahad, ja kasutada seda mis tahes otstarbel (sh avaliku halduse, äri-, valitsus- ja haridusasutustes). Üksikasjad leiad litsentsitekstist, mis ${PRODUCTNAME}'i allalaadimisega kaasa tuli."
#: readme.xrm#A12.A12.readmeitem.text
msgid "Why is ${PRODUCTNAME} Free for Any User?"
@@ -280,9 +280,13 @@ msgstr "Fedora-põhistes süsteemides: su -c 'yum install *freedesktop*.rpm'"
msgid "For Mandriva-based systems: sudo urpmi *mandriva*.rpm"
msgstr "Mandriva-põhistes süsteemides: sudo urpmi *mandriva*.rpm"
+#: readme.xrm#rpminstallF.rpminstallF.readmeitem.text
+msgid "For SUSE-based systems: rpm -Uvh *suse*.rpm"
+msgstr "SUSE-põhistes süsteemides: rpm -Uvh *suse*.rpm"
+
#: readme.xrm#rpminstallD.rpminstallD.readmeitem.text
-msgid "For other RPM-based systems (Suse, etc.): rpm -Uvh *suse*.rpm"
-msgstr "Teistes RPM-põhistes süsteemides (Suse jm): rpm -Uvh *suse*.rpm"
+msgid "For other RPM-based systems: rpm -Uvh *freedesktop*.rpm"
+msgstr "Teistes RPM-põhistes süsteemides: rpm -Uvh *freedesktop*.rpm"
#: readme.xrm#rpminstallE.rpminstallE.readmeitem.text
msgctxt "readme.xrm#rpminstallE.rpminstallE.readmeitem.text"
diff --git a/translations/source/et/reportbuilder/java/com/sun/star/report/function/metadata.po b/translations/source/et/reportbuilder/java/com/sun/star/report/function/metadata.po
index e5f1284cbcb..03457b6c129 100644
--- a/translations/source/et/reportbuilder/java/com/sun/star/report/function/metadata.po
+++ b/translations/source/et/reportbuilder/java/com/sun/star/report/function/metadata.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fjava%2Fcom%2Fsun%2Fstar%2Freport%2Ffunction%2Fmetadata.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-16 21:37+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/reportbuilder/registry/data/org/openoffice/Office.po b/translations/source/et/reportbuilder/registry/data/org/openoffice/Office.po
index 7c60d12e38d..977cc1e759d 100644
--- a/translations/source/et/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/translations/source/et/reportbuilder/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/reportbuilder/registry/data/org/openoffice/Office/UI.po b/translations/source/et/reportbuilder/registry/data/org/openoffice/Office/UI.po
index 8c69975ce9f..b694198956f 100644
--- a/translations/source/et/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/et/reportbuilder/registry/data/org/openoffice/Office/UI.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-09 14:09+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/translations/source/et/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index 14d3a27c815..d9485326401 100644
--- a/translations/source/et/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/translations/source/et/reportbuilder/registry/data/org/openoffice/TypeDetection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/reportbuilder/util.po b/translations/source/et/reportbuilder/util.po
index 07976b6f5c2..5b73b350f0a 100644
--- a/translations/source/et/reportbuilder/util.po
+++ b/translations/source/et/reportbuilder/util.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-19 16:08+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/reportdesign/source/core/resource.po b/translations/source/et/reportdesign/source/core/resource.po
index 22de2fcc110..338cc577cde 100644
--- a/translations/source/et/reportdesign/source/core/resource.po
+++ b/translations/source/et/reportdesign/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/reportdesign/source/ui/dlg.po b/translations/source/et/reportdesign/source/ui/dlg.po
index c22dfde31ae..88cc7037d28 100644
--- a/translations/source/et/reportdesign/source/ui/dlg.po
+++ b/translations/source/et/reportdesign/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/reportdesign/source/ui/inspection.po b/translations/source/et/reportdesign/source/ui/inspection.po
index f8710bb1b32..e4e372a3a27 100644
--- a/translations/source/et/reportdesign/source/ui/inspection.po
+++ b/translations/source/et/reportdesign/source/ui/inspection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/reportdesign/source/ui/report.po b/translations/source/et/reportdesign/source/ui/report.po
index 62269045cf7..529d79a3e1f 100644
--- a/translations/source/et/reportdesign/source/ui/report.po
+++ b/translations/source/et/reportdesign/source/ui/report.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-16 00:47+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sc/source/core/src.po b/translations/source/et/sc/source/core/src.po
index 2da98b47e5a..d935560a212 100644
--- a/translations/source/et/sc/source/core/src.po
+++ b/translations/source/et/sc/source/core/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sc/source/ui/cctrl.po b/translations/source/et/sc/source/ui/cctrl.po
index dd760f322e2..bd4f2fdf5f8 100644
--- a/translations/source/et/sc/source/ui/cctrl.po
+++ b/translations/source/et/sc/source/ui/cctrl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sc/source/ui/dbgui.po b/translations/source/et/sc/source/ui/dbgui.po
index 32304c8d7ba..0f1d908f8ba 100644
--- a/translations/source/et/sc/source/ui/dbgui.po
+++ b/translations/source/et/sc/source/ui/dbgui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-09 12:43+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sc/source/ui/docshell.po b/translations/source/et/sc/source/ui/docshell.po
index 1050090b685..58026c77e42 100644
--- a/translations/source/et/sc/source/ui/docshell.po
+++ b/translations/source/et/sc/source/ui/docshell.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sc/source/ui/drawfunc.po b/translations/source/et/sc/source/ui/drawfunc.po
index 03163f4fbec..6d7a6455af3 100644
--- a/translations/source/et/sc/source/ui/drawfunc.po
+++ b/translations/source/et/sc/source/ui/drawfunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sc/source/ui/formdlg.po b/translations/source/et/sc/source/ui/formdlg.po
index 4e2b3ef89c4..06d5293d9f5 100644
--- a/translations/source/et/sc/source/ui/formdlg.po
+++ b/translations/source/et/sc/source/ui/formdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sc/source/ui/miscdlgs.po b/translations/source/et/sc/source/ui/miscdlgs.po
index cca2e2d2673..d14ea3d1537 100644
--- a/translations/source/et/sc/source/ui/miscdlgs.po
+++ b/translations/source/et/sc/source/ui/miscdlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-28 00:25+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sc/source/ui/navipi.po b/translations/source/et/sc/source/ui/navipi.po
index ca973c84747..3067ad5b9de 100644
--- a/translations/source/et/sc/source/ui/navipi.po
+++ b/translations/source/et/sc/source/ui/navipi.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-16 21:27+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sc/source/ui/pagedlg.po b/translations/source/et/sc/source/ui/pagedlg.po
index 534ff267c0e..abb2b7d43a7 100644
--- a/translations/source/et/sc/source/ui/pagedlg.po
+++ b/translations/source/et/sc/source/ui/pagedlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sc/source/ui/src.po b/translations/source/et/sc/source/ui/src.po
index 116c7fc6fbe..e0748043236 100644
--- a/translations/source/et/sc/source/ui/src.po
+++ b/translations/source/et/sc/source/ui/src.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2012-01-28 17:08+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-03-01 22:24+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: et\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: Pootle 2.1.6\n"
@@ -6795,7 +6795,7 @@ msgstr "A1"
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_ADDRESS.9.string.text
msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_ADDRESS.9.string.text"
msgid "The reference style: 0 or FALSE means R1C1 style, any other value or omitted means A1 style."
-msgstr "Viite stiil: 0 või VÄÄR tähistab R1C1 stiili, iga muu väärtus või väärtuse puudumine tähistab A1 stiili."
+msgstr "Viite stiil: 0 või VÄÄR tähistab R1V1 stiili, iga muu väärtus või väärtuse puudumine tähistab A1 stiili."
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_ADDRESS.10.string.text
msgid "sheet"
@@ -7060,7 +7060,7 @@ msgstr "A1"
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_INDIRECT.5.string.text
msgctxt "scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_INDIRECT.5.string.text"
msgid "The reference style: 0 or FALSE means R1C1 style, any other value or omitted means A1 style."
-msgstr "Viite stiil: 0 või VÄÄR tähistab R1C1 stiili, iga muu väärtus või väärtuse puudumine tähistab A1 stiili."
+msgstr "Viite stiil: 0 või VÄÄR tähistab R1V1 stiili, iga muu väärtus või väärtuse puudumine tähistab A1 stiili."
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_LOOKUP.1.string.text
msgid "Determines a value in a vector by comparison to values in another vector."
@@ -8201,7 +8201,7 @@ msgstr "Lahtri kaitse"
#: attrdlg.src#RID_SCDLG_ATTR.tabdialog.text
msgid "Format Cells"
-msgstr "Lahtri vormindamine"
+msgstr "Lahtrite vormindamine"
#: attrdlg.src#RID_SCPAGE_PROTECTION.BTN_PROTECTED.tristatebox.text
msgid "~Protected"
diff --git a/translations/source/et/sc/source/ui/styleui.po b/translations/source/et/sc/source/ui/styleui.po
index 2d28b9b6266..324929e2630 100644
--- a/translations/source/et/sc/source/ui/styleui.po
+++ b/translations/source/et/sc/source/ui/styleui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-29 08:36+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/scaddins/source/analysis.po b/translations/source/et/scaddins/source/analysis.po
index 3114765900e..57b80cc25e3 100644
--- a/translations/source/et/scaddins/source/analysis.po
+++ b/translations/source/et/scaddins/source/analysis.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 21:54+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/scaddins/source/datefunc.po b/translations/source/et/scaddins/source/datefunc.po
index aa6672d6cd1..084980ac577 100644
--- a/translations/source/et/scaddins/source/datefunc.po
+++ b/translations/source/et/scaddins/source/datefunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sccomp/source/solver.po b/translations/source/et/sccomp/source/solver.po
index 3bea1e928cb..3c36360103e 100644
--- a/translations/source/et/sccomp/source/solver.po
+++ b/translations/source/et/sccomp/source/solver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/scp2/source/accessories.po b/translations/source/et/scp2/source/accessories.po
index 582a55335d3..29afff128ee 100644
--- a/translations/source/et/scp2/source/accessories.po
+++ b/translations/source/et/scp2/source/accessories.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-10 02:33+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/scp2/source/activex.po b/translations/source/et/scp2/source/activex.po
index 91c1f437788..6d2dbdafd1b 100644
--- a/translations/source/et/scp2/source/activex.po
+++ b/translations/source/et/scp2/source/activex.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/scp2/source/base.po b/translations/source/et/scp2/source/base.po
index f362cef8fa7..e88fe2d8e48 100644
--- a/translations/source/et/scp2/source/base.po
+++ b/translations/source/et/scp2/source/base.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%2Fbase.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-04-05 10:57+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-22 09:09+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: et\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: module_base.ulf#STR_NAME_MODULE_PRG_BASE.LngText.text
@@ -39,6 +39,16 @@ msgstr "%PRODUCTNAME Base'i abi"
msgid "Help about %PRODUCTNAME Base"
msgstr "%PRODUCTNAME Base'i abistav teave"
+#: postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr "PostgreSQL-i ühendusliides"
+
+#: postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr "PostgreSQL-i ühendusliides"
+
#: folderitem_base.ulf#STR_FI_TOOLTIP_BASE.LngText.text
msgid "Manage databases, create queries and reports to track and manage your information by using Base."
msgstr "Base võimaldab hallata andmebaase, luua päringuid ja aruandeid ning korraldada teavet."
diff --git a/translations/source/et/scp2/source/binfilter.po b/translations/source/et/scp2/source/binfilter.po
index d890386d728..8a180f785a8 100644
--- a/translations/source/et/scp2/source/binfilter.po
+++ b/translations/source/et/scp2/source/binfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/scp2/source/calc.po b/translations/source/et/scp2/source/calc.po
index db4575e0d80..29e267a17ed 100644
--- a/translations/source/et/scp2/source/calc.po
+++ b/translations/source/et/scp2/source/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-09 01:12+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/scp2/source/draw.po b/translations/source/et/scp2/source/draw.po
index 239c1c182a8..2f7fa35e683 100644
--- a/translations/source/et/scp2/source/draw.po
+++ b/translations/source/et/scp2/source/draw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/scp2/source/extensions.po b/translations/source/et/scp2/source/extensions.po
index a897ef39fbd..3aca8600074 100644
--- a/translations/source/et/scp2/source/extensions.po
+++ b/translations/source/et/scp2/source/extensions.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-20 03:51+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -237,16 +237,6 @@ msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_MYSQLC.LngTex
msgid "MySQL Connector"
msgstr "MySQL-i ühendusliides"
-#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text
-msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text"
-msgid "PostgreSQL Connector"
-msgstr "PostgreSQL-i ühendusliides"
-
-#: module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text
-msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text"
-msgid "PostgreSQL Connector"
-msgstr "PostgreSQL-i ühendusliides"
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_OOOBLOGGER.LngText.text
msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_OOOBLOGGER.LngText.text"
msgid "Metaweblog Support"
diff --git a/translations/source/et/scp2/source/gnome.po b/translations/source/et/scp2/source/gnome.po
index d6ceac87b9a..9418c1ad275 100644
--- a/translations/source/et/scp2/source/gnome.po
+++ b/translations/source/et/scp2/source/gnome.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/scp2/source/graphicfilter.po b/translations/source/et/scp2/source/graphicfilter.po
index 7c84fce40f7..bebf7ff2362 100644
--- a/translations/source/et/scp2/source/graphicfilter.po
+++ b/translations/source/et/scp2/source/graphicfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/scp2/source/impress.po b/translations/source/et/scp2/source/impress.po
index 1b3677acb69..bf9126d3a7b 100644
--- a/translations/source/et/scp2/source/impress.po
+++ b/translations/source/et/scp2/source/impress.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/scp2/source/javafilter.po b/translations/source/et/scp2/source/javafilter.po
index 7fcfcb372a5..8eaaedbe8a0 100644
--- a/translations/source/et/scp2/source/javafilter.po
+++ b/translations/source/et/scp2/source/javafilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/scp2/source/kde.po b/translations/source/et/scp2/source/kde.po
index 33ce93e0d70..74ff7b846cf 100644
--- a/translations/source/et/scp2/source/kde.po
+++ b/translations/source/et/scp2/source/kde.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/scp2/source/math.po b/translations/source/et/scp2/source/math.po
index 4af5c585e16..1c5e0e9abe3 100644
--- a/translations/source/et/scp2/source/math.po
+++ b/translations/source/et/scp2/source/math.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/scp2/source/onlineupdate.po b/translations/source/et/scp2/source/onlineupdate.po
index 2630cb94b09..1b590294b08 100644
--- a/translations/source/et/scp2/source/onlineupdate.po
+++ b/translations/source/et/scp2/source/onlineupdate.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/scp2/source/ooo.po b/translations/source/et/scp2/source/ooo.po
index 3d079b63ef1..8cf26f44bac 100644
--- a/translations/source/et/scp2/source/ooo.po
+++ b/translations/source/et/scp2/source/ooo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: ooo.po\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-16 04:14+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: Estonian <et@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/scp2/source/python.po b/translations/source/et/scp2/source/python.po
index 5f820570789..7c21169852b 100644
--- a/translations/source/et/scp2/source/python.po
+++ b/translations/source/et/scp2/source/python.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 15:41+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/scp2/source/quickstart.po b/translations/source/et/scp2/source/quickstart.po
index 8783c0d1c1d..41506b5352c 100644
--- a/translations/source/et/scp2/source/quickstart.po
+++ b/translations/source/et/scp2/source/quickstart.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/scp2/source/sdkoo.po b/translations/source/et/scp2/source/sdkoo.po
index c8f063c73de..512ebb6a7aa 100644
--- a/translations/source/et/scp2/source/sdkoo.po
+++ b/translations/source/et/scp2/source/sdkoo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/scp2/source/smoketest.po b/translations/source/et/scp2/source/smoketest.po
index d4b65565050..9051f97e6fc 100644
--- a/translations/source/et/scp2/source/smoketest.po
+++ b/translations/source/et/scp2/source/smoketest.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fsmoketest.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-28 00:35+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/scp2/source/winexplorerext.po b/translations/source/et/scp2/source/winexplorerext.po
index 470926e8f3a..6ffa0e40a1a 100644
--- a/translations/source/et/scp2/source/winexplorerext.po
+++ b/translations/source/et/scp2/source/winexplorerext.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/scp2/source/writer.po b/translations/source/et/scp2/source/writer.po
index bb34711ed3f..2f8ea953007 100644
--- a/translations/source/et/scp2/source/writer.po
+++ b/translations/source/et/scp2/source/writer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-19 23:45+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/scp2/source/xsltfilter.po b/translations/source/et/scp2/source/xsltfilter.po
index 8977155e346..efd5e9d93bc 100644
--- a/translations/source/et/scp2/source/xsltfilter.po
+++ b/translations/source/et/scp2/source/xsltfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/scripting/source/pyprov.po b/translations/source/et/scripting/source/pyprov.po
index 49af70379dc..ced2c3ebe91 100644
--- a/translations/source/et/scripting/source/pyprov.po
+++ b/translations/source/et/scripting/source/pyprov.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-19 16:13+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sd/source/core.po b/translations/source/et/sd/source/core.po
index 82988b27760..7eecc50d201 100644
--- a/translations/source/et/sd/source/core.po
+++ b/translations/source/et/sd/source/core.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-28 01:02+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sd/source/filter/html.po b/translations/source/et/sd/source/filter/html.po
index b6ba290c69b..1b0a621280a 100644
--- a/translations/source/et/sd/source/filter/html.po
+++ b/translations/source/et/sd/source/filter/html.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 20:22+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sd/source/ui/accessibility.po b/translations/source/et/sd/source/ui/accessibility.po
index 4461ce848a8..56d911e0533 100644
--- a/translations/source/et/sd/source/ui/accessibility.po
+++ b/translations/source/et/sd/source/ui/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sd/source/ui/animations.po b/translations/source/et/sd/source/ui/animations.po
index 359822ee46f..9a285edc67e 100644
--- a/translations/source/et/sd/source/ui/animations.po
+++ b/translations/source/et/sd/source/ui/animations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-08-22 20:10+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sd/source/ui/annotations.po b/translations/source/et/sd/source/ui/annotations.po
index fb7d9ebd0b7..9e99a89ba2d 100644
--- a/translations/source/et/sd/source/ui/annotations.po
+++ b/translations/source/et/sd/source/ui/annotations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sd/source/ui/app.po b/translations/source/et/sd/source/ui/app.po
index 78818da7b71..db87d9f8d43 100644
--- a/translations/source/et/sd/source/ui/app.po
+++ b/translations/source/et/sd/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-19 20:00+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sd/source/ui/dlg.po b/translations/source/et/sd/source/ui/dlg.po
index 4818ea60d28..8bfb1595d80 100644
--- a/translations/source/et/sd/source/ui/dlg.po
+++ b/translations/source/et/sd/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-19 20:01+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sd/source/ui/notes.po b/translations/source/et/sd/source/ui/notes.po
index 0175826f1e1..5635cdc746d 100644
--- a/translations/source/et/sd/source/ui/notes.po
+++ b/translations/source/et/sd/source/ui/notes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sd/source/ui/slideshow.po b/translations/source/et/sd/source/ui/slideshow.po
index da42c712d7a..9991c05ac33 100644
--- a/translations/source/et/sd/source/ui/slideshow.po
+++ b/translations/source/et/sd/source/ui/slideshow.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-16 04:33+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sd/source/ui/slidesorter/view.po b/translations/source/et/sd/source/ui/slidesorter/view.po
index f8a9c08e8c6..136ac753256 100644
--- a/translations/source/et/sd/source/ui/slidesorter/view.po
+++ b/translations/source/et/sd/source/ui/slidesorter/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 22:21+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sd/source/ui/table.po b/translations/source/et/sd/source/ui/table.po
index af5bccd8583..34070767b93 100644
--- a/translations/source/et/sd/source/ui/table.po
+++ b/translations/source/et/sd/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sd/source/ui/view.po b/translations/source/et/sd/source/ui/view.po
index d83c1fc7443..80179f36c55 100644
--- a/translations/source/et/sd/source/ui/view.po
+++ b/translations/source/et/sd/source/ui/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-30 19:53+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sdext/source/minimizer.po b/translations/source/et/sdext/source/minimizer.po
index b1b4dd187ea..d8972b5fc7c 100644
--- a/translations/source/et/sdext/source/minimizer.po
+++ b/translations/source/et/sdext/source/minimizer.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-08 13:03+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/translations/source/et/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index 85bed5a94ca..4e6d51f2c6b 100644
--- a/translations/source/et/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/translations/source/et/sdext/source/minimizer/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/translations/source/et/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index 3c8f8240b47..ac60ad4afe9 100644
--- a/translations/source/et/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/et/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 23:05+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sdext/source/pdfimport.po b/translations/source/et/sdext/source/pdfimport.po
index f51faedf04b..65329c6054a 100644
--- a/translations/source/et/sdext/source/pdfimport.po
+++ b/translations/source/et/sdext/source/pdfimport.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-01 12:29+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sdext/source/presenter.po b/translations/source/et/sdext/source/presenter.po
index e3b4fdb103b..f2fc48a753e 100644
--- a/translations/source/et/sdext/source/presenter.po
+++ b/translations/source/et/sdext/source/presenter.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-09 14:31+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/translations/source/et/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index 00bcf2c1b8d..ba91eb9411f 100644
--- a/translations/source/et/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/translations/source/et/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/translations/source/et/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index 727ce825a12..e2d835f1386 100644
--- a/translations/source/et/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/et/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-28 15:24+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/setup_native/source/mac.po b/translations/source/et/setup_native/source/mac.po
index 01ae068c421..8a23b849701 100644
--- a/translations/source/et/setup_native/source/mac.po
+++ b/translations/source/et/setup_native/source/mac.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sfx2/source/appl.po b/translations/source/et/sfx2/source/appl.po
index 4f9c77316a5..69d77f9a77b 100644
--- a/translations/source/et/sfx2/source/appl.po
+++ b/translations/source/et/sfx2/source/appl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 20:26+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sfx2/source/bastyp.po b/translations/source/et/sfx2/source/bastyp.po
index dae4170d931..fe41520dbd4 100644
--- a/translations/source/et/sfx2/source/bastyp.po
+++ b/translations/source/et/sfx2/source/bastyp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sfx2/source/dialog.po b/translations/source/et/sfx2/source/dialog.po
index 012d0ec2dd1..dab593af086 100644
--- a/translations/source/et/sfx2/source/dialog.po
+++ b/translations/source/et/sfx2/source/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-27 23:06+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sfx2/source/doc.po b/translations/source/et/sfx2/source/doc.po
index 6f4707dea67..b0ea61069b4 100644
--- a/translations/source/et/sfx2/source/doc.po
+++ b/translations/source/et/sfx2/source/doc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-16 21:00+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sfx2/source/menu.po b/translations/source/et/sfx2/source/menu.po
index 36dceaa2459..8cde9c79e68 100644
--- a/translations/source/et/sfx2/source/menu.po
+++ b/translations/source/et/sfx2/source/menu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sfx2/source/view.po b/translations/source/et/sfx2/source/view.po
index 4e3a4f9a883..857fa7567ff 100644
--- a/translations/source/et/sfx2/source/view.po
+++ b/translations/source/et/sfx2/source/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 20:26+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/shell/source/win32/shlxthandler/res.po b/translations/source/et/shell/source/win32/shlxthandler/res.po
index 5aa98e22803..ae51971323c 100644
--- a/translations/source/et/shell/source/win32/shlxthandler/res.po
+++ b/translations/source/et/shell/source/win32/shlxthandler/res.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/starmath/source.po b/translations/source/et/starmath/source.po
index cbf4bc4a84a..2fbd4c7afb4 100644
--- a/translations/source/et/starmath/source.po
+++ b/translations/source/et/starmath/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-16 21:16+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/svl/source/items.po b/translations/source/et/svl/source/items.po
index d062c7f5304..63202a14a16 100644
--- a/translations/source/et/svl/source/items.po
+++ b/translations/source/et/svl/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:57+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/svl/source/misc.po b/translations/source/et/svl/source/misc.po
index 80820aedf2a..56513b3e01e 100644
--- a/translations/source/et/svl/source/misc.po
+++ b/translations/source/et/svl/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-01 13:25+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/svtools/source/contnr.po b/translations/source/et/svtools/source/contnr.po
index 2e09db2a20a..ea442847c0b 100644
--- a/translations/source/et/svtools/source/contnr.po
+++ b/translations/source/et/svtools/source/contnr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-29 08:34+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/svtools/source/control.po b/translations/source/et/svtools/source/control.po
index f34ac1b8809..132050f1bce 100644
--- a/translations/source/et/svtools/source/control.po
+++ b/translations/source/et/svtools/source/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-18 02:54+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/svtools/source/dialogs.po b/translations/source/et/svtools/source/dialogs.po
index 95875382ef1..a17dfc0c324 100644
--- a/translations/source/et/svtools/source/dialogs.po
+++ b/translations/source/et/svtools/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-29 08:09+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/svtools/source/filter.po b/translations/source/et/svtools/source/filter.po
index 0e9dbbd662b..380af453894 100644
--- a/translations/source/et/svtools/source/filter.po
+++ b/translations/source/et/svtools/source/filter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-21 13:36+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/svtools/source/java.po b/translations/source/et/svtools/source/java.po
index 04bc38d75c7..d87f44c590c 100644
--- a/translations/source/et/svtools/source/java.po
+++ b/translations/source/et/svtools/source/java.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-09 02:14+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/svtools/source/misc.po b/translations/source/et/svtools/source/misc.po
index b6339298a4a..205fc4d24b5 100644
--- a/translations/source/et/svtools/source/misc.po
+++ b/translations/source/et/svtools/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-16 04:24+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/svtools/source/plugapp.po b/translations/source/et/svtools/source/plugapp.po
index c98b67dc40b..c82ed97b31f 100644
--- a/translations/source/et/svtools/source/plugapp.po
+++ b/translations/source/et/svtools/source/plugapp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/svtools/source/toolpanel.po b/translations/source/et/svtools/source/toolpanel.po
index 651cdd29065..c2b77fb3efa 100644
--- a/translations/source/et/svtools/source/toolpanel.po
+++ b/translations/source/et/svtools/source/toolpanel.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/svtools/workben/unodialog.po b/translations/source/et/svtools/workben/unodialog.po
index 759b8a0e269..bfae9b35e3a 100644
--- a/translations/source/et/svtools/workben/unodialog.po
+++ b/translations/source/et/svtools/workben/unodialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/svx/inc.po b/translations/source/et/svx/inc.po
index 2aff7d8bd41..d06dcea7308 100644
--- a/translations/source/et/svx/inc.po
+++ b/translations/source/et/svx/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-19 18:36+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/svx/source/accessibility.po b/translations/source/et/svx/source/accessibility.po
index 9f79a088e90..992935ab173 100644
--- a/translations/source/et/svx/source/accessibility.po
+++ b/translations/source/et/svx/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/svx/source/dialog.po b/translations/source/et/svx/source/dialog.po
index 6094e218536..9dcb4b92e2d 100644
--- a/translations/source/et/svx/source/dialog.po
+++ b/translations/source/et/svx/source/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-28 00:38+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/svx/source/engine3d.po b/translations/source/et/svx/source/engine3d.po
index 212b0175ca7..bc2870c2fe2 100644
--- a/translations/source/et/svx/source/engine3d.po
+++ b/translations/source/et/svx/source/engine3d.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 20:59+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/svx/source/fmcomp.po b/translations/source/et/svx/source/fmcomp.po
index dc415f2ab95..ac9c7e0e1bb 100644
--- a/translations/source/et/svx/source/fmcomp.po
+++ b/translations/source/et/svx/source/fmcomp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/svx/source/form.po b/translations/source/et/svx/source/form.po
index 7b7306e84f0..cb51191eef9 100644
--- a/translations/source/et/svx/source/form.po
+++ b/translations/source/et/svx/source/form.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-29 08:21+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/svx/source/gallery2.po b/translations/source/et/svx/source/gallery2.po
index 5870012af55..4d293b9b611 100644
--- a/translations/source/et/svx/source/gallery2.po
+++ b/translations/source/et/svx/source/gallery2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-29 08:22+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/svx/source/items.po b/translations/source/et/svx/source/items.po
index 83ef40bd0b6..4c1ee180bb4 100644
--- a/translations/source/et/svx/source/items.po
+++ b/translations/source/et/svx/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/svx/source/src.po b/translations/source/et/svx/source/src.po
index 4865afbc49e..5ac96257241 100644
--- a/translations/source/et/svx/source/src.po
+++ b/translations/source/et/svx/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-17 22:24+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/svx/source/stbctrls.po b/translations/source/et/svx/source/stbctrls.po
index f6792f69a34..88896273a1a 100644
--- a/translations/source/et/svx/source/stbctrls.po
+++ b/translations/source/et/svx/source/stbctrls.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-21 19:13+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/svx/source/svdraw.po b/translations/source/et/svx/source/svdraw.po
index 7e86edd4503..d77c58fe3e6 100644
--- a/translations/source/et/svx/source/svdraw.po
+++ b/translations/source/et/svx/source/svdraw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 21:10+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/svx/source/table.po b/translations/source/et/svx/source/table.po
index 06250db5a1c..3d3a9095ea9 100644
--- a/translations/source/et/svx/source/table.po
+++ b/translations/source/et/svx/source/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/svx/source/tbxctrls.po b/translations/source/et/svx/source/tbxctrls.po
index 2dfa07f0326..0dc04363709 100644
--- a/translations/source/et/svx/source/tbxctrls.po
+++ b/translations/source/et/svx/source/tbxctrls.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 11:22+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/svx/source/toolbars.po b/translations/source/et/svx/source/toolbars.po
index 050ef47be7c..bb0770a45e5 100644
--- a/translations/source/et/svx/source/toolbars.po
+++ b/translations/source/et/svx/source/toolbars.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/svx/source/unodialogs/textconversiondlgs.po b/translations/source/et/svx/source/unodialogs/textconversiondlgs.po
index 004e285ff02..b25aa94f6ad 100644
--- a/translations/source/et/svx/source/unodialogs/textconversiondlgs.po
+++ b/translations/source/et/svx/source/unodialogs/textconversiondlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-10 13:40+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sw/source/core/layout.po b/translations/source/et/sw/source/core/layout.po
index c635410d005..4f314442fc6 100644
--- a/translations/source/et/sw/source/core/layout.po
+++ b/translations/source/et/sw/source/core/layout.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 12:53+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: none\n"
-"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sw/source/core/undo.po b/translations/source/et/sw/source/core/undo.po
index 9486d3b8ca5..d9885667ac5 100644
--- a/translations/source/et/sw/source/core/undo.po
+++ b/translations/source/et/sw/source/core/undo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-19 23:26+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sw/source/core/unocore.po b/translations/source/et/sw/source/core/unocore.po
index 87ef4eb8ca0..94172ed80f0 100644
--- a/translations/source/et/sw/source/core/unocore.po
+++ b/translations/source/et/sw/source/core/unocore.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sw/source/ui/app.po b/translations/source/et/sw/source/ui/app.po
index bcff6a3b458..8c94854cdbe 100644
--- a/translations/source/et/sw/source/ui/app.po
+++ b/translations/source/et/sw/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-19 23:39+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sw/source/ui/chrdlg.po b/translations/source/et/sw/source/ui/chrdlg.po
index cd98943f9e1..267b0a2b60f 100644
--- a/translations/source/et/sw/source/ui/chrdlg.po
+++ b/translations/source/et/sw/source/ui/chrdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-16 21:06+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sw/source/ui/config.po b/translations/source/et/sw/source/ui/config.po
index 1e4108d3c9a..947974ec8f3 100644
--- a/translations/source/et/sw/source/ui/config.po
+++ b/translations/source/et/sw/source/ui/config.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-19 20:11+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -334,6 +334,58 @@ msgctxt "optdlg.src#TP_OPTPRINT_PAGE.ST_NONE.string.text"
msgid "<None>"
msgstr "<Puudub>"
+#: optdlg.src#TP_STD_FONT.FL_STDCHR.fixedline.text
+msgid "Basic fonts (%1)"
+msgstr "Põhifondid (%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 "Suurus"
+
+#: optdlg.src#TP_STD_FONT.FT_STANDARD.fixedtext.text
+msgid "De~fault"
+msgstr "Vaikimisi"
+
+#: optdlg.src#TP_STD_FONT.FT_TITLE.fixedtext.text
+msgid "Headin~g"
+msgstr "Pealkiri"
+
+#: optdlg.src#TP_STD_FONT.FT_LIST.fixedtext.text
+msgid "~List"
+msgstr "Loend"
+
+#: optdlg.src#TP_STD_FONT.FT_LABEL.fixedtext.text
+msgid "C~aption"
+msgstr "Pealdis"
+
+#: optdlg.src#TP_STD_FONT.FT_IDX.fixedtext.text
+msgid "~Index"
+msgstr "Register"
+
+#: optdlg.src#TP_STD_FONT.CB_DOCONLY.checkbox.text
+msgid "C~urrent document only"
+msgstr "Ainult aktiivne dokument"
+
+#: optdlg.src#TP_STD_FONT.PB_STANDARD.pushbutton.text
+msgid "~Default"
+msgstr "~Vaikeväärtused"
+
+#: optdlg.src#TP_STD_FONT.ST_SCRIPT_ASIAN.string.text
+msgid "Asian"
+msgstr "Aasia"
+
+#: optdlg.src#TP_STD_FONT.ST_SCRIPT_CTL.string.text
+msgid "CTL"
+msgstr "Keerukad kirjasüsteemid"
+
+#: optdlg.src#TP_STD_FONT.ST_SCRIPT_WESTERN.string.text
+msgid "Western"
+msgstr "Lääne"
+
#: optdlg.src#TP_OPTTABLE_PAGE.FL_TABLE.fixedline.text
msgid "Default"
msgstr "Vaikimisi"
diff --git a/translations/source/et/sw/source/ui/dbui.po b/translations/source/et/sw/source/ui/dbui.po
index 5e3c20c180a..a3341b67812 100644
--- a/translations/source/et/sw/source/ui/dbui.po
+++ b/translations/source/et/sw/source/ui/dbui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-01 14:02+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sw/source/ui/dialog.po b/translations/source/et/sw/source/ui/dialog.po
index 74d1d470f01..21dad9972ba 100644
--- a/translations/source/et/sw/source/ui/dialog.po
+++ b/translations/source/et/sw/source/ui/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-12 01:16+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sw/source/ui/dochdl.po b/translations/source/et/sw/source/ui/dochdl.po
index d3631c82d34..3356c05874b 100644
--- a/translations/source/et/sw/source/ui/dochdl.po
+++ b/translations/source/et/sw/source/ui/dochdl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sw/source/ui/docvw.po b/translations/source/et/sw/source/ui/docvw.po
index 9f62e391de3..f511dedf242 100644
--- a/translations/source/et/sw/source/ui/docvw.po
+++ b/translations/source/et/sw/source/ui/docvw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-12 01:17+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sw/source/ui/envelp.po b/translations/source/et/sw/source/ui/envelp.po
index 7faf9e8f7cc..efbb46d1e65 100644
--- a/translations/source/et/sw/source/ui/envelp.po
+++ b/translations/source/et/sw/source/ui/envelp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-19 13:01+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sw/source/ui/fldui.po b/translations/source/et/sw/source/ui/fldui.po
index 71e00a83c5e..98db44d790f 100644
--- a/translations/source/et/sw/source/ui/fldui.po
+++ b/translations/source/et/sw/source/ui/fldui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sw/source/ui/fmtui.po b/translations/source/et/sw/source/ui/fmtui.po
index 6ad1aeec479..b7a036b5db0 100644
--- a/translations/source/et/sw/source/ui/fmtui.po
+++ b/translations/source/et/sw/source/ui/fmtui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 11:29+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sw/source/ui/frmdlg.po b/translations/source/et/sw/source/ui/frmdlg.po
index 8dd1c3e030e..1296936b82c 100644
--- a/translations/source/et/sw/source/ui/frmdlg.po
+++ b/translations/source/et/sw/source/ui/frmdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-20 16:42+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sw/source/ui/globdoc.po b/translations/source/et/sw/source/ui/globdoc.po
index 9f22997212e..8185eed94ea 100644
--- a/translations/source/et/sw/source/ui/globdoc.po
+++ b/translations/source/et/sw/source/ui/globdoc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sw/source/ui/index.po b/translations/source/et/sw/source/ui/index.po
index 6c4a3e09328..062312e85a2 100644
--- a/translations/source/et/sw/source/ui/index.po
+++ b/translations/source/et/sw/source/ui/index.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-12 01:17+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sw/source/ui/lingu.po b/translations/source/et/sw/source/ui/lingu.po
index e3087041b84..17ccc6d2ef6 100644
--- a/translations/source/et/sw/source/ui/lingu.po
+++ b/translations/source/et/sw/source/ui/lingu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-26 05:01+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sw/source/ui/misc.po b/translations/source/et/sw/source/ui/misc.po
index 55f1ab49603..558eacecb4c 100644
--- a/translations/source/et/sw/source/ui/misc.po
+++ b/translations/source/et/sw/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-03 02:19+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sw/source/ui/ribbar.po b/translations/source/et/sw/source/ui/ribbar.po
index 8566ed5f7de..3218236f7a3 100644
--- a/translations/source/et/sw/source/ui/ribbar.po
+++ b/translations/source/et/sw/source/ui/ribbar.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-19 16:16+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sw/source/ui/shells.po b/translations/source/et/sw/source/ui/shells.po
index d10e0fdcdbc..ceafda8f437 100644
--- a/translations/source/et/sw/source/ui/shells.po
+++ b/translations/source/et/sw/source/ui/shells.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-28 00:53+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sw/source/ui/smartmenu.po b/translations/source/et/sw/source/ui/smartmenu.po
index 9b59cf89dcd..d8d8d1e1700 100644
--- a/translations/source/et/sw/source/ui/smartmenu.po
+++ b/translations/source/et/sw/source/ui/smartmenu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sw/source/ui/table.po b/translations/source/et/sw/source/ui/table.po
index cca90944853..11caf9ea258 100644
--- a/translations/source/et/sw/source/ui/table.po
+++ b/translations/source/et/sw/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-12 01:18+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sw/source/ui/uiview.po b/translations/source/et/sw/source/ui/uiview.po
index c3f73930851..37d9ddbeb5b 100644
--- a/translations/source/et/sw/source/ui/uiview.po
+++ b/translations/source/et/sw/source/ui/uiview.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sw/source/ui/utlui.po b/translations/source/et/sw/source/ui/utlui.po
index 61ab1a10613..9d0daae9b07 100644
--- a/translations/source/et/sw/source/ui/utlui.po
+++ b/translations/source/et/sw/source/ui/utlui.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%2Futlui.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2011-12-16 21:13+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-22 09:10+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: et\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: navipi.src#DLG_NAVIGATION_PI.window.text
@@ -1502,6 +1502,176 @@ msgstr "Pealkiri 9"
msgid "Heading 10"
msgstr "Pealkiri 10"
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1S.string.text
+msgid "Numbering 1 Start"
+msgstr "Nummerdus 1 algus"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text"
+msgid "Numbering 1"
+msgstr "Nummerdus 1"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1E.string.text
+msgid "Numbering 1 End"
+msgstr "Nummerdus 1 lõpp"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM1.string.text
+msgid "Numbering 1 Cont."
+msgstr "Nummerdus 1 järg"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2S.string.text
+msgid "Numbering 2 Start"
+msgstr "Nummerdus 2 algus"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text"
+msgid "Numbering 2"
+msgstr "Nummerdus 2"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2E.string.text
+msgid "Numbering 2 End"
+msgstr "Nummerdus 2 lõpp"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM2.string.text
+msgid "Numbering 2 Cont."
+msgstr "Nummerdus 2 järg"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3S.string.text
+msgid "Numbering 3 Start"
+msgstr "Nummerdus 3 algus"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text"
+msgid "Numbering 3"
+msgstr "Nummerdus 3"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3E.string.text
+msgid "Numbering 3 End"
+msgstr "Nummerdus 3 lõpp"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM3.string.text
+msgid "Numbering 3 Cont."
+msgstr "Nummerdus 3 järg"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4S.string.text
+msgid "Numbering 4 Start"
+msgstr "Nummerdus 4 algus"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text"
+msgid "Numbering 4"
+msgstr "Nummerdus 4"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4E.string.text
+msgid "Numbering 4 End"
+msgstr "Nummerdus 4 lõpp"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM4.string.text
+msgid "Numbering 4 Cont."
+msgstr "Nummerdus 4 järg"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5S.string.text
+msgid "Numbering 5 Start"
+msgstr "Nummerdus 5 algus"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text"
+msgid "Numbering 5"
+msgstr "Nummerdus 5"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5E.string.text
+msgid "Numbering 5 End"
+msgstr "Nummerdus 5 lõpp"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM5.string.text
+msgid "Numbering 5 Cont."
+msgstr "Nummerdus 5 järg"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1S.string.text
+msgid "List 1 Start"
+msgstr "Loend 1 algus"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text"
+msgid "List 1"
+msgstr "Loend 1"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1E.string.text
+msgid "List 1 End"
+msgstr "Loend 1 lõpp"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM1.string.text
+msgid "List 1 Cont."
+msgstr "Loend 1 järg"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2S.string.text
+msgid "List 2 Start"
+msgstr "Loend 2 algus"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text"
+msgid "List 2"
+msgstr "Loend 2"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2E.string.text
+msgid "List 2 End"
+msgstr "Loend 2 lõpp"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM2.string.text
+msgid "List 2 Cont."
+msgstr "Loend 2 järg"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3S.string.text
+msgid "List 3 Start"
+msgstr "Loend 3 algus"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text"
+msgid "List 3"
+msgstr "Loend 3"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3E.string.text
+msgid "List 3 End"
+msgstr "Loend 3 lõpp"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM3.string.text
+msgid "List 3 Cont."
+msgstr "Loend 3 järg"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4S.string.text
+msgid "List 4 Start"
+msgstr "Loend 4 algus"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text"
+msgid "List 4"
+msgstr "Loend 4"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4E.string.text
+msgid "List 4 End"
+msgstr "Loend 4 lõpp"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM4.string.text
+msgid "List 4 Cont."
+msgstr "Loend 4 järg"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5S.string.text
+msgid "List 5 Start"
+msgstr "Loend 5 algus"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text"
+msgid "List 5"
+msgstr "Loend 5"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5E.string.text
+msgid "List 5 End"
+msgstr "Loend 5 lõpp"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM5.string.text
+msgid "List 5 Cont."
+msgstr "Loend 5 järg"
+
#: poolfmt.src#STR_POOLCOLL_HEADER.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_HEADER.string.text"
msgid "Header"
@@ -1790,42 +1960,52 @@ msgid "Endnote"
msgstr "Lõpumärkus"
#: poolfmt.src#STR_POOLNUMRULE_NUM1.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM1.string.text"
msgid "Numbering 1"
msgstr "Nummerdus 1"
#: poolfmt.src#STR_POOLNUMRULE_NUM2.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM2.string.text"
msgid "Numbering 2"
msgstr "Nummerdus 2"
#: poolfmt.src#STR_POOLNUMRULE_NUM3.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM3.string.text"
msgid "Numbering 3"
msgstr "Nummerdus 3"
#: poolfmt.src#STR_POOLNUMRULE_NUM4.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM4.string.text"
msgid "Numbering 4"
msgstr "Nummerdus 4"
#: poolfmt.src#STR_POOLNUMRULE_NUM5.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM5.string.text"
msgid "Numbering 5"
msgstr "Nummerdus 5"
#: poolfmt.src#STR_POOLNUMRULE_BUL1.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL1.string.text"
msgid "List 1"
msgstr "Loend 1"
#: poolfmt.src#STR_POOLNUMRULE_BUL2.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL2.string.text"
msgid "List 2"
msgstr "Loend 2"
#: poolfmt.src#STR_POOLNUMRULE_BUL3.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL3.string.text"
msgid "List 3"
msgstr "Loend 3"
#: poolfmt.src#STR_POOLNUMRULE_BUL4.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL4.string.text"
msgid "List 4"
msgstr "Loend 4"
#: poolfmt.src#STR_POOLNUMRULE_BUL5.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL5.string.text"
msgid "List 5"
msgstr "Loend 5"
diff --git a/translations/source/et/sw/source/ui/web.po b/translations/source/et/sw/source/ui/web.po
index 9168e6fc13b..eeff1dc404e 100644
--- a/translations/source/et/sw/source/ui/web.po
+++ b/translations/source/et/sw/source/ui/web.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sw/source/ui/wrtsh.po b/translations/source/et/sw/source/ui/wrtsh.po
index ad572af067d..b6eefd4f09d 100644
--- a/translations/source/et/sw/source/ui/wrtsh.po
+++ b/translations/source/et/sw/source/ui/wrtsh.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/swext/mediawiki/help.po b/translations/source/et/swext/mediawiki/help.po
index ea0513e8daf..d0bdb79a961 100644
--- a/translations/source/et/swext/mediawiki/help.po
+++ b/translations/source/et/swext/mediawiki/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-16 21:11+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/swext/mediawiki/src.po b/translations/source/et/swext/mediawiki/src.po
index 7397451f604..aac3e9e586c 100644
--- a/translations/source/et/swext/mediawiki/src.po
+++ b/translations/source/et/swext/mediawiki/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-09 14:38+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/translations/source/et/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index f990f092e3d..c5b9b20a4ae 100644
--- a/translations/source/et/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/translations/source/et/swext/mediawiki/src/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-30 19:50+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/translations/source/et/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index 24e647d8b7d..db5d12dcea3 100644
--- a/translations/source/et/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/translations/source/et/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-30 19:51+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/sysui/desktop/share.po b/translations/source/et/sysui/desktop/share.po
index 371cfcbd3cc..7b2477808e7 100644
--- a/translations/source/et/sysui/desktop/share.po
+++ b/translations/source/et/sysui/desktop/share.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-02-02 16:26+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/uui/source.po b/translations/source/et/uui/source.po
index 34beaad3c05..0719724f4d4 100644
--- a/translations/source/et/uui/source.po
+++ b/translations/source/et/uui/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 23:17+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/vcl/source/src.po b/translations/source/et/vcl/source/src.po
index 59840bda02e..05861d34363 100644
--- a/translations/source/et/vcl/source/src.po
+++ b/translations/source/et/vcl/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-28 00:50+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/wizards/source/euro.po b/translations/source/et/wizards/source/euro.po
index 3f07b83d9d1..9cb33f6cd69 100644
--- a/translations/source/et/wizards/source/euro.po
+++ b/translations/source/et/wizards/source/euro.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 12:48+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/wizards/source/formwizard.po b/translations/source/et/wizards/source/formwizard.po
index 11d70a24859..7eeb53cfed0 100644
--- a/translations/source/et/wizards/source/formwizard.po
+++ b/translations/source/et/wizards/source/formwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-08 20:30+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/wizards/source/importwizard.po b/translations/source/et/wizards/source/importwizard.po
index f42881a1206..e0066ed852b 100644
--- a/translations/source/et/wizards/source/importwizard.po
+++ b/translations/source/et/wizards/source/importwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-09 13:25+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/wizards/source/schedule.po b/translations/source/et/wizards/source/schedule.po
index 40e96a4a799..0bc5742bd0f 100644
--- a/translations/source/et/wizards/source/schedule.po
+++ b/translations/source/et/wizards/source/schedule.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/wizards/source/template.po b/translations/source/et/wizards/source/template.po
index 6df21a8a752..a8177128ab8 100644
--- a/translations/source/et/wizards/source/template.po
+++ b/translations/source/et/wizards/source/template.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/xmlsecurity/source/component.po b/translations/source/et/xmlsecurity/source/component.po
index cc8a276d4d6..5a21aa84c8e 100644
--- a/translations/source/et/xmlsecurity/source/component.po
+++ b/translations/source/et/xmlsecurity/source/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/et/xmlsecurity/source/dialogs.po b/translations/source/et/xmlsecurity/source/dialogs.po
index 15c092b1f98..256d7d9eb3f 100644
--- a/translations/source/et/xmlsecurity/source/dialogs.po
+++ b/translations/source/et/xmlsecurity/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: et\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"
+"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/accessibility/source/helper.po b/translations/source/eu/accessibility/source/helper.po
index b5012e92974..629d74ce879 100644
--- a/translations/source/eu/accessibility/source/helper.po
+++ b/translations/source/eu/accessibility/source/helper.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:03+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/avmedia/source/framework.po b/translations/source/eu/avmedia/source/framework.po
index 595d0a88a5d..36537d6b33e 100644
--- a/translations/source/eu/avmedia/source/framework.po
+++ b/translations/source/eu/avmedia/source/framework.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:03+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/avmedia/source/viewer.po b/translations/source/eu/avmedia/source/viewer.po
index 7d039659324..46b1461acca 100644
--- a/translations/source/eu/avmedia/source/viewer.po
+++ b/translations/source/eu/avmedia/source/viewer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:03+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/basctl/source/basicide.po b/translations/source/eu/basctl/source/basicide.po
index 668ac8f6f45..a39a02768c6 100644
--- a/translations/source/eu/basctl/source/basicide.po
+++ b/translations/source/eu/basctl/source/basicide.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 17:11+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/basctl/source/dlged.po b/translations/source/eu/basctl/source/dlged.po
index 764feef853e..9d11e7d7e55 100644
--- a/translations/source/eu/basctl/source/dlged.po
+++ b/translations/source/eu/basctl/source/dlged.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-17 15:49+0200\n"
"Last-Translator: Mikel <mikel.paskual@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/basic/source/classes.po b/translations/source/eu/basic/source/classes.po
index 9e76b5a29ca..3040656b14d 100644
--- a/translations/source/eu/basic/source/classes.po
+++ b/translations/source/eu/basic/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-17 14:54+0200\n"
"Last-Translator: Mikel <mikel.paskual@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/basic/source/sbx.po b/translations/source/eu/basic/source/sbx.po
index f98053aee10..838c2924f11 100644
--- a/translations/source/eu/basic/source/sbx.po
+++ b/translations/source/eu/basic/source/sbx.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:03+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/chart2/source/controller/dialogs.po b/translations/source/eu/chart2/source/controller/dialogs.po
index b95897ae1e0..d8e82041c4a 100644
--- a/translations/source/eu/chart2/source/controller/dialogs.po
+++ b/translations/source/eu/chart2/source/controller/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 17:13+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/connectivity/source/drivers/ado.po b/translations/source/eu/connectivity/source/drivers/ado.po
index f7e60c605f2..073c39d94fb 100644
--- a/translations/source/eu/connectivity/source/drivers/ado.po
+++ b/translations/source/eu/connectivity/source/drivers/ado.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:03+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/connectivity/source/drivers/calc.po b/translations/source/eu/connectivity/source/drivers/calc.po
index 0726474aa27..7d9bb6a4b7e 100644
--- a/translations/source/eu/connectivity/source/drivers/calc.po
+++ b/translations/source/eu/connectivity/source/drivers/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 14:03+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/connectivity/source/drivers/dbase.po b/translations/source/eu/connectivity/source/drivers/dbase.po
index a8ee5da8b62..1dca4bee89d 100644
--- a/translations/source/eu/connectivity/source/drivers/dbase.po
+++ b/translations/source/eu/connectivity/source/drivers/dbase.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:03+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/connectivity/source/drivers/evoab2.po b/translations/source/eu/connectivity/source/drivers/evoab2.po
index 468954f857a..c9d7c98a90f 100644
--- a/translations/source/eu/connectivity/source/drivers/evoab2.po
+++ b/translations/source/eu/connectivity/source/drivers/evoab2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 14:03+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/connectivity/source/drivers/flat.po b/translations/source/eu/connectivity/source/drivers/flat.po
index c4a3f22f2cc..6c2f5b8b230 100644
--- a/translations/source/eu/connectivity/source/drivers/flat.po
+++ b/translations/source/eu/connectivity/source/drivers/flat.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:03+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/connectivity/source/drivers/hsqldb.po b/translations/source/eu/connectivity/source/drivers/hsqldb.po
index 8498f0f95cf..839ffe4f9de 100644
--- a/translations/source/eu/connectivity/source/drivers/hsqldb.po
+++ b/translations/source/eu/connectivity/source/drivers/hsqldb.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:03+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/connectivity/source/drivers/jdbc.po b/translations/source/eu/connectivity/source/drivers/jdbc.po
index 9364863bb88..d0a2af99033 100644
--- a/translations/source/eu/connectivity/source/drivers/jdbc.po
+++ b/translations/source/eu/connectivity/source/drivers/jdbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:03+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/connectivity/source/drivers/kab.po b/translations/source/eu/connectivity/source/drivers/kab.po
index 7c4c6a7ed5f..b18c2b0c4e8 100644
--- a/translations/source/eu/connectivity/source/drivers/kab.po
+++ b/translations/source/eu/connectivity/source/drivers/kab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:03+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/connectivity/source/drivers/macab.po b/translations/source/eu/connectivity/source/drivers/macab.po
index afc1903e4e2..3c7e975b410 100644
--- a/translations/source/eu/connectivity/source/drivers/macab.po
+++ b/translations/source/eu/connectivity/source/drivers/macab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:03+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/connectivity/source/drivers/mozab.po b/translations/source/eu/connectivity/source/drivers/mozab.po
index 97e24b8eab7..eb73c4c00d1 100644
--- a/translations/source/eu/connectivity/source/drivers/mozab.po
+++ b/translations/source/eu/connectivity/source/drivers/mozab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
-"PO-Revision-Date: 2011-04-14 22:22+0200\n"
-"Last-Translator: Mikel <mikel.paskual@gmail.com>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-01-01 22:50+0200\n"
+"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -21,8 +21,9 @@ msgid "SeaMonkey Address Book"
msgstr "SeaMozilla helbide-liburua"
#: mozab2.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text
+#, fuzzy
msgctxt "mozab2.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text"
-msgid "Thunderbird Address Book"
+msgid "Thunderbird/Icedove Address Book"
msgstr "Thunderbird helbide-liburua"
#: mozab2.xcu#.Drivers.Installed.sdbc_address_ldap__.DriverTypeDisplayName.value.text
@@ -44,8 +45,9 @@ msgid "SeaMonkey Address Book"
msgstr "SeaMozilla helbide-liburua"
#: mozab.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text
+#, fuzzy
msgctxt "mozab.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text"
-msgid "Thunderbird Address Book"
+msgid "Thunderbird/Icedove Address Book"
msgstr "Thunderbird helbide-liburua"
#: mozab.xcu#.Drivers.Installed.sdbc_address_ldap__.DriverTypeDisplayName.value.text
diff --git a/translations/source/eu/connectivity/source/drivers/mysql.po b/translations/source/eu/connectivity/source/drivers/mysql.po
index 814e58bb8ad..3b0e52fed30 100644
--- a/translations/source/eu/connectivity/source/drivers/mysql.po
+++ b/translations/source/eu/connectivity/source/drivers/mysql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:03+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/connectivity/source/drivers/odbc.po b/translations/source/eu/connectivity/source/drivers/odbc.po
index 1793090b9fc..97dc275027f 100644
--- a/translations/source/eu/connectivity/source/drivers/odbc.po
+++ b/translations/source/eu/connectivity/source/drivers/odbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:03+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/connectivity/source/drivers/postgresql.po b/translations/source/eu/connectivity/source/drivers/postgresql.po
index 1add01ceb05..b1e204ec612 100644
--- a/translations/source/eu/connectivity/source/drivers/postgresql.po
+++ b/translations/source/eu/connectivity/source/drivers/postgresql.po
@@ -3,25 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\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/eu/connectivity/source/resource.po b/translations/source/eu/connectivity/source/resource.po
index d9e8be6e9c3..fdd4724cb78 100644
--- a/translations/source/eu/connectivity/source/resource.po
+++ b/translations/source/eu/connectivity/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-14 22:28+0200\n"
"Last-Translator: Mikel <mikel.paskual@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/cui/source/customize.po b/translations/source/eu/cui/source/customize.po
index 6c1106054e5..5e4ab78b96b 100644
--- a/translations/source/eu/cui/source/customize.po
+++ b/translations/source/eu/cui/source/customize.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-17 15:19+0200\n"
"Last-Translator: Mikel <mikel.paskual@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/cui/source/dialogs.po b/translations/source/eu/cui/source/dialogs.po
index f0f2a53bb7e..ebe5f8cffe2 100644
--- a/translations/source/eu/cui/source/dialogs.po
+++ b/translations/source/eu/cui/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 15:21+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -1195,12 +1195,12 @@ msgid "This product was supplied by %OOOVENDOR."
msgstr "%OOOVENDOR-(e)k eskaintzen dizu produktu hau."
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT.string.text
-msgid "LibreOffice is copyright © 2000, 2011 LibreOffice contributors and/or their affiliates. All rights reserved."
-msgstr "LibreOffice copyright © 2000, 2011 LibreOffice laguntzaile eta/edo lagunak. Eskubide guztiak erreserbatuak."
+msgid "LibreOffice is copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved."
+msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT_DERIVED.string.text
-msgid "%PRODUCTNAME is derived from LibreOffice. LibreOffice is copyright © 2000, 2011 LibreOffice contributors and/or their affiliates. All rights reserved."
-msgstr "LibreOffice-tik eratorria da %PRODUCTNAME. LibreOffice copyright © 2000, 2011 LibreOffice laguntzaile eta/edo lagunak. Eskubide guztiak erreserbatuak."
+msgid "%PRODUCTNAME is derived from LibreOffice. LibreOffice is copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved."
+msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT_ORACLE_DERIVED.string.text
msgid "LibreOffice is derived from OpenOffice.org. OpenOffice.org is copyright © 2000, 2011 Oracle and/or its affiliates. All rights reserved."
@@ -1224,7 +1224,7 @@ msgstr ""
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.PB_PICKER.imagebutton.text
msgid "-"
-msgstr ""
+msgstr "-"
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.PB_PICKER.imagebutton.quickhelptext
msgid "Pick a color from the document"
@@ -1232,7 +1232,7 @@ msgstr ""
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.FL_RGB.fixedline.text
msgid "RGB"
-msgstr ""
+msgstr "RGB (GBU)"
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.CT_RED.fixedtext.text
msgid "~Red"
@@ -1268,7 +1268,7 @@ msgstr ""
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.FL_CMYK.fixedline.text
msgid "CMYK"
-msgstr ""
+msgstr "CMYK"
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.CT_CYAN.fixedtext.text
msgid "~Cyan"
@@ -1292,7 +1292,7 @@ msgstr "Testuaren ~hizkuntza"
#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.LINK_EXPLAIN.fixedtext.text
msgid "More..."
-msgstr ""
+msgstr "Gehiago..."
#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.FT_NOTINDICT.fixedtext.text
msgid "~Not in dictionary"
@@ -1645,7 +1645,7 @@ msgstr "~Zenbakia"
#: insrc.src#DLG_INS_ROW_COL.STR_ROW.string.text
msgid "Insert Rows"
-msgstr ""
+msgstr "Txertatu errenkadak"
#: insrc.src#DLG_INS_ROW_COL.STR_COL.string.text
msgid "Insert Columns"
diff --git a/translations/source/eu/cui/source/options.po b/translations/source/eu/cui/source/options.po
index 3d8f1fbf4da..7e48eee1033 100644
--- a/translations/source/eu/cui/source/options.po
+++ b/translations/source/eu/cui/source/options.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%2Foptions.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-30 11:10+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-14 18:05+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1301,21 +1301,21 @@ msgstr "Inprimatu"
#: 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"
msgid "Table"
-msgstr "Taula"
+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"
msgid "Changes"
-msgstr "Aldaketak"
+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"
msgid "Compatibility"
-msgstr "Bateragarritasuna"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.13.itemlist.text
msgid "AutoCaption"
-msgstr "Epigrafe automatikoa"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.14.itemlist.text
msgid "Mail Merge E-mail"
diff --git a/translations/source/eu/cui/source/tabpages.po b/translations/source/eu/cui/source/tabpages.po
index e5f0e05bad3..9d9fc153eae 100644
--- a/translations/source/eu/cui/source/tabpages.po
+++ b/translations/source/eu/cui/source/tabpages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-21 15:47+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -2811,6 +2811,10 @@ msgctxt "textanim.src#RID_SVXPAGE_TEXTANIMATION.TSB_AUTO.tristatebox.text"
msgid "~Automatic"
msgstr "Auto~matikoa"
+#: textanim.src#RID_SVXPAGE_TEXTANIMATION.MTR_FLD_DELAY.metricfield.text
+msgid " ms"
+msgstr ""
+
#: textanim.src#RID_SVXPAGE_TEXTANIMATION.tabpage.text
msgid "Animation"
msgstr "Animazioa"
@@ -4659,6 +4663,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr "E~zabatu..."
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Hatches List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Hatches List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_HATCH.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_HATCH.tabpage.text"
msgid "Hatching"
@@ -4706,6 +4733,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr "E~zabatu..."
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Bitmap List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Bitmap List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_BITMAP.tabpage.text
msgid "Bitmap Patterns"
msgstr "Bit-mapen ereduak"
@@ -4797,6 +4847,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr "E~zabatu..."
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Gradients List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Gradients List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_GRADIENT.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.tabpage.text"
msgid "Gradients"
@@ -4828,6 +4901,22 @@ msgstr "RGB (GBU)"
msgid "CMYK"
msgstr "CMYK"
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_1.fixedtext.text
+msgid "~C"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_2.fixedtext.text
+msgid "~M"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_3.fixedtext.text
+msgid "~Y"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_4.fixedtext.text
+msgid "~K"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_COLOR.BTN_ADD.pushbutton.text
msgid "~Add"
msgstr "~Gehitu"
@@ -4846,6 +4935,29 @@ msgstr "E~zabatu..."
msgid "~Modify"
msgstr "~Aldatu"
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Color List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Color List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_COLOR.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_COLOR.tabpage.text"
msgid "Colors"
diff --git a/translations/source/eu/dbaccess/source/core/resource.po b/translations/source/eu/dbaccess/source/core/resource.po
index ef5f8b5f324..e7a279de165 100644
--- a/translations/source/eu/dbaccess/source/core/resource.po
+++ b/translations/source/eu/dbaccess/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-21 15:05+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dbaccess/source/ext/adabas.po b/translations/source/eu/dbaccess/source/ext/adabas.po
index 095a7e23fec..1bd35ff3ae3 100644
--- a/translations/source/eu/dbaccess/source/ext/adabas.po
+++ b/translations/source/eu/dbaccess/source/ext/adabas.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:04+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dbaccess/source/ext/macromigration.po b/translations/source/eu/dbaccess/source/ext/macromigration.po
index 473e282ad26..29a1b12d27b 100644
--- a/translations/source/eu/dbaccess/source/ext/macromigration.po
+++ b/translations/source/eu/dbaccess/source/ext/macromigration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-14 18:05+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dbaccess/source/sdbtools/resource.po b/translations/source/eu/dbaccess/source/sdbtools/resource.po
index 9b9554fa0e0..0ed0460d152 100644
--- a/translations/source/eu/dbaccess/source/sdbtools/resource.po
+++ b/translations/source/eu/dbaccess/source/sdbtools/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 14:04+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dbaccess/source/ui/app.po b/translations/source/eu/dbaccess/source/ui/app.po
index 81d8d7ef9a6..d968c1c3a9f 100644
--- a/translations/source/eu/dbaccess/source/ui/app.po
+++ b/translations/source/eu/dbaccess/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:04+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dbaccess/source/ui/browser.po b/translations/source/eu/dbaccess/source/ui/browser.po
index d962e15fb08..6c4a0704ee2 100644
--- a/translations/source/eu/dbaccess/source/ui/browser.po
+++ b/translations/source/eu/dbaccess/source/ui/browser.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:04+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dbaccess/source/ui/control.po b/translations/source/eu/dbaccess/source/ui/control.po
index bb4d088e3d5..f7818b7df4c 100644
--- a/translations/source/eu/dbaccess/source/ui/control.po
+++ b/translations/source/eu/dbaccess/source/ui/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 14:04+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dbaccess/source/ui/dlg.po b/translations/source/eu/dbaccess/source/ui/dlg.po
index 2aacb66e5f8..cb70f9cb680 100644
--- a/translations/source/eu/dbaccess/source/ui/dlg.po
+++ b/translations/source/eu/dbaccess/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 15:48+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dbaccess/source/ui/inc.po b/translations/source/eu/dbaccess/source/ui/inc.po
index 25a59ec8274..3d7db8d49eb 100644
--- a/translations/source/eu/dbaccess/source/ui/inc.po
+++ b/translations/source/eu/dbaccess/source/ui/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 14:04+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dbaccess/source/ui/misc.po b/translations/source/eu/dbaccess/source/ui/misc.po
index b652eb4abc7..540d694e548 100644
--- a/translations/source/eu/dbaccess/source/ui/misc.po
+++ b/translations/source/eu/dbaccess/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-14 23:30+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dbaccess/source/ui/querydesign.po b/translations/source/eu/dbaccess/source/ui/querydesign.po
index ccac17b7ca5..06473d8ea95 100644
--- a/translations/source/eu/dbaccess/source/ui/querydesign.po
+++ b/translations/source/eu/dbaccess/source/ui/querydesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-23 05:30+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dbaccess/source/ui/relationdesign.po b/translations/source/eu/dbaccess/source/ui/relationdesign.po
index ce3988c33b8..de1ea554e8c 100644
--- a/translations/source/eu/dbaccess/source/ui/relationdesign.po
+++ b/translations/source/eu/dbaccess/source/ui/relationdesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 14:04+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dbaccess/source/ui/tabledesign.po b/translations/source/eu/dbaccess/source/ui/tabledesign.po
index d15d671624f..943985ec3ac 100644
--- a/translations/source/eu/dbaccess/source/ui/tabledesign.po
+++ b/translations/source/eu/dbaccess/source/ui/tabledesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-17 15:38+0200\n"
"Last-Translator: Mikel <mikel.paskual@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dbaccess/source/ui/uno.po b/translations/source/eu/dbaccess/source/ui/uno.po
index 57d9802e757..2eb55c7f075 100644
--- a/translations/source/eu/dbaccess/source/ui/uno.po
+++ b/translations/source/eu/dbaccess/source/ui/uno.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 14:04+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/desktop/source/app.po b/translations/source/eu/desktop/source/app.po
index 5b7605c7b49..4805e4ad05e 100644
--- a/translations/source/eu/desktop/source/app.po
+++ b/translations/source/eu/desktop/source/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-17 15:20+0200\n"
"Last-Translator: Mikel <mikel.paskual@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -134,6 +134,10 @@ msgctxt "desktop.src#STR_TITLE_USERDATALOCKED.string.text"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr "%PRODUCTNAME %PRODUCTVERSION"
+#: desktop.src#DLG_CMDLINEHELP.modaldialog.text
+msgid "Help Message..."
+msgstr ""
+
#: desktop.src#EBX_ERR_PRINTDISABLED.errorbox.text
msgid "Printing is disabled. No documents can be printed."
msgstr "Inprimatzea desgaituta dago. Ezin da dokumenturik inprimatu."
diff --git a/translations/source/eu/desktop/source/deployment/gui.po b/translations/source/eu/desktop/source/deployment/gui.po
index e5f46ba0386..f24462b6a4b 100644
--- a/translations/source/eu/desktop/source/deployment/gui.po
+++ b/translations/source/eu/desktop/source/deployment/gui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-21 17:30+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/desktop/source/deployment/manager.po b/translations/source/eu/desktop/source/deployment/manager.po
index bf49d9b7a23..c6f04ec7326 100644
--- a/translations/source/eu/desktop/source/deployment/manager.po
+++ b/translations/source/eu/desktop/source/deployment/manager.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:04+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/desktop/source/deployment/misc.po b/translations/source/eu/desktop/source/deployment/misc.po
index 72af2932567..7dddb9db2a9 100644
--- a/translations/source/eu/desktop/source/deployment/misc.po
+++ b/translations/source/eu/desktop/source/deployment/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 17:33+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/desktop/source/deployment/registry.po b/translations/source/eu/desktop/source/deployment/registry.po
index 6e4e07f3c70..fe50c7863c2 100644
--- a/translations/source/eu/desktop/source/deployment/registry.po
+++ b/translations/source/eu/desktop/source/deployment/registry.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:04+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/desktop/source/deployment/registry/component.po b/translations/source/eu/desktop/source/deployment/registry/component.po
index 8df1b55608f..93fcd1c7037 100644
--- a/translations/source/eu/desktop/source/deployment/registry/component.po
+++ b/translations/source/eu/desktop/source/deployment/registry/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-14 23:40+0200\n"
"Last-Translator: Mikel <mikel.paskual@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/desktop/source/deployment/registry/configuration.po b/translations/source/eu/desktop/source/deployment/registry/configuration.po
index 99b940ec7c1..2787bcc6853 100644
--- a/translations/source/eu/desktop/source/deployment/registry/configuration.po
+++ b/translations/source/eu/desktop/source/deployment/registry/configuration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/desktop/source/deployment/registry/help.po b/translations/source/eu/desktop/source/deployment/registry/help.po
index dc70f386394..cb79e542617 100644
--- a/translations/source/eu/desktop/source/deployment/registry/help.po
+++ b/translations/source/eu/desktop/source/deployment/registry/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/desktop/source/deployment/registry/package.po b/translations/source/eu/desktop/source/deployment/registry/package.po
index 6a27d54f4d7..3dc4a3590fe 100644
--- a/translations/source/eu/desktop/source/deployment/registry/package.po
+++ b/translations/source/eu/desktop/source/deployment/registry/package.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/desktop/source/deployment/registry/script.po b/translations/source/eu/desktop/source/deployment/registry/script.po
index 01d5d4dd510..2ac2b38d244 100644
--- a/translations/source/eu/desktop/source/deployment/registry/script.po
+++ b/translations/source/eu/desktop/source/deployment/registry/script.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 14:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/desktop/source/deployment/registry/sfwk.po b/translations/source/eu/desktop/source/deployment/registry/sfwk.po
index 71ef81676a5..e4612063117 100644
--- a/translations/source/eu/desktop/source/deployment/registry/sfwk.po
+++ b/translations/source/eu/desktop/source/deployment/registry/sfwk.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/desktop/source/deployment/unopkg.po b/translations/source/eu/desktop/source/deployment/unopkg.po
index 0d48d6700ba..c1b93382e37 100644
--- a/translations/source/eu/desktop/source/deployment/unopkg.po
+++ b/translations/source/eu/desktop/source/deployment/unopkg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 14:04+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/af_ZA.po b/translations/source/eu/dictionaries/af_ZA.po
index daa5d31cf24..311d1e39a3b 100644
--- a/translations/source/eu/dictionaries/af_ZA.po
+++ b/translations/source/eu/dictionaries/af_ZA.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/an_ES.po b/translations/source/eu/dictionaries/an_ES.po
index 834c08cb05f..3868dc22e55 100644
--- a/translations/source/eu/dictionaries/an_ES.po
+++ b/translations/source/eu/dictionaries/an_ES.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fan_ES.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/ar.po b/translations/source/eu/dictionaries/ar.po
index c4acb37e73e..f5bef76911f 100644
--- a/translations/source/eu/dictionaries/ar.po
+++ b/translations/source/eu/dictionaries/ar.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/be_BY.po b/translations/source/eu/dictionaries/be_BY.po
index e82d634cecd..b054f927370 100644
--- a/translations/source/eu/dictionaries/be_BY.po
+++ b/translations/source/eu/dictionaries/be_BY.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/bg_BG.po b/translations/source/eu/dictionaries/bg_BG.po
index 49babbb2010..8a9f122b8da 100644
--- a/translations/source/eu/dictionaries/bg_BG.po
+++ b/translations/source/eu/dictionaries/bg_BG.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/bn_BD.po b/translations/source/eu/dictionaries/bn_BD.po
index f6ac750be03..539b6ded376 100644
--- a/translations/source/eu/dictionaries/bn_BD.po
+++ b/translations/source/eu/dictionaries/bn_BD.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/br_FR.po b/translations/source/eu/dictionaries/br_FR.po
index 405ea329208..7e535290441 100644
--- a/translations/source/eu/dictionaries/br_FR.po
+++ b/translations/source/eu/dictionaries/br_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/ca.po b/translations/source/eu/dictionaries/ca.po
index ef70402485b..f1c076d23fc 100644
--- a/translations/source/eu/dictionaries/ca.po
+++ b/translations/source/eu/dictionaries/ca.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/cs_CZ.po b/translations/source/eu/dictionaries/cs_CZ.po
index ca710f3209a..f102949f820 100644
--- a/translations/source/eu/dictionaries/cs_CZ.po
+++ b/translations/source/eu/dictionaries/cs_CZ.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/da_DK.po b/translations/source/eu/dictionaries/da_DK.po
index 977cf1d24b3..13799bacb52 100644
--- a/translations/source/eu/dictionaries/da_DK.po
+++ b/translations/source/eu/dictionaries/da_DK.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/de.po b/translations/source/eu/dictionaries/de.po
index 3d018376fb5..3b925b1d0cf 100644
--- a/translations/source/eu/dictionaries/de.po
+++ b/translations/source/eu/dictionaries/de.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/el_GR.po b/translations/source/eu/dictionaries/el_GR.po
index f0170e83d72..e98834e1964 100644
--- a/translations/source/eu/dictionaries/el_GR.po
+++ b/translations/source/eu/dictionaries/el_GR.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/en.po b/translations/source/eu/dictionaries/en.po
index 8d805aa99e3..eb503739a15 100644
--- a/translations/source/eu/dictionaries/en.po
+++ b/translations/source/eu/dictionaries/en.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/en/dialog.po b/translations/source/eu/dictionaries/en/dialog.po
index 074e9282247..f569bfc0e4d 100644
--- a/translations/source/eu/dictionaries/en/dialog.po
+++ b/translations/source/eu/dictionaries/en/dialog.po
@@ -3,20 +3,20 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
msgid "Dictionaries"
-msgstr ""
+msgstr "Hiztegiak"
#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.en.Label.value.text
msgid "English sentence checking"
@@ -144,7 +144,7 @@ msgstr ""
#: en_en_US.properties#others.property.text
msgid "Others"
-msgstr ""
+msgstr "Beste bat"
#: en_en_US.properties#hlp_metric.property.text
msgid "Measurement conversion from °F, mph, ft, in, lb, gal and miles."
diff --git a/translations/source/eu/dictionaries/es_ES.po b/translations/source/eu/dictionaries/es_ES.po
index 0a93016238d..a531ffed81d 100644
--- a/translations/source/eu/dictionaries/es_ES.po
+++ b/translations/source/eu/dictionaries/es_ES.po
@@ -3,17 +3,17 @@ 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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Spanish spelling dictionary"
-msgstr ""
+msgstr "Gazteleraren ortografiaren hiztegia"
diff --git a/translations/source/eu/dictionaries/et_EE.po b/translations/source/eu/dictionaries/et_EE.po
index e87d1ff9074..d0d02ee9934 100644
--- a/translations/source/eu/dictionaries/et_EE.po
+++ b/translations/source/eu/dictionaries/et_EE.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/fr_FR.po b/translations/source/eu/dictionaries/fr_FR.po
index 7a8c895dd29..5c28bd3856d 100644
--- a/translations/source/eu/dictionaries/fr_FR.po
+++ b/translations/source/eu/dictionaries/fr_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/gd_GB.po b/translations/source/eu/dictionaries/gd_GB.po
index 32b5ad01533..ef88fd8acec 100644
--- a/translations/source/eu/dictionaries/gd_GB.po
+++ b/translations/source/eu/dictionaries/gd_GB.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/gl.po b/translations/source/eu/dictionaries/gl.po
index e5a1e25ee51..4dcd72bbfe8 100644
--- a/translations/source/eu/dictionaries/gl.po
+++ b/translations/source/eu/dictionaries/gl.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/gu_IN.po b/translations/source/eu/dictionaries/gu_IN.po
index 03081b708cb..6b9b20fa5cb 100644
--- a/translations/source/eu/dictionaries/gu_IN.po
+++ b/translations/source/eu/dictionaries/gu_IN.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/he_IL.po b/translations/source/eu/dictionaries/he_IL.po
index 08f2e07b6dc..d339a0ed29c 100644
--- a/translations/source/eu/dictionaries/he_IL.po
+++ b/translations/source/eu/dictionaries/he_IL.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/hi_IN.po b/translations/source/eu/dictionaries/hi_IN.po
index 53396585c87..6da96315c0f 100644
--- a/translations/source/eu/dictionaries/hi_IN.po
+++ b/translations/source/eu/dictionaries/hi_IN.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/hr_HR.po b/translations/source/eu/dictionaries/hr_HR.po
index f4c98b8f6c7..39e2932a688 100644
--- a/translations/source/eu/dictionaries/hr_HR.po
+++ b/translations/source/eu/dictionaries/hr_HR.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/hu_HU.po b/translations/source/eu/dictionaries/hu_HU.po
index 5bf96c285e1..a197ebdb8be 100644
--- a/translations/source/eu/dictionaries/hu_HU.po
+++ b/translations/source/eu/dictionaries/hu_HU.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/hu_HU/dialog.po b/translations/source/eu/dictionaries/hu_HU/dialog.po
index 720c7b5b201..4d59a358d4b 100644
--- a/translations/source/eu/dictionaries/hu_HU/dialog.po
+++ b/translations/source/eu/dictionaries/hu_HU/dialog.po
@@ -3,20 +3,20 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
msgid "Dictionaries"
-msgstr ""
+msgstr "Hiztegiak"
#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.hu_HU.Label.value.text
msgid "Hungarian sentence checking"
@@ -24,7 +24,7 @@ msgstr ""
#: hu_HU_en_US.properties#spelling.property.text
msgid "Spelling"
-msgstr ""
+msgstr "Ortografia"
#: hu_HU_en_US.properties#cap.property.text
msgid "Capitalization"
@@ -122,7 +122,7 @@ msgstr ""
#: hu_HU_en_US.properties#frac.property.text
msgid "Fractions"
-msgstr ""
+msgstr "Zatikiak"
#: hu_HU_en_US.properties#thin.property.text
msgid "Thin space"
diff --git a/translations/source/eu/dictionaries/it_IT.po b/translations/source/eu/dictionaries/it_IT.po
index 61da2884341..2e85445b4a7 100644
--- a/translations/source/eu/dictionaries/it_IT.po
+++ b/translations/source/eu/dictionaries/it_IT.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/ku_TR.po b/translations/source/eu/dictionaries/ku_TR.po
index b67bc162c48..cdf595bf31c 100644
--- a/translations/source/eu/dictionaries/ku_TR.po
+++ b/translations/source/eu/dictionaries/ku_TR.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/lt_LT.po b/translations/source/eu/dictionaries/lt_LT.po
index ed78e21a667..d1880818c57 100644
--- a/translations/source/eu/dictionaries/lt_LT.po
+++ b/translations/source/eu/dictionaries/lt_LT.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/lv_LV.po b/translations/source/eu/dictionaries/lv_LV.po
index df3287ce62e..e140b9bcec5 100644
--- a/translations/source/eu/dictionaries/lv_LV.po
+++ b/translations/source/eu/dictionaries/lv_LV.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/ne_NP.po b/translations/source/eu/dictionaries/ne_NP.po
index 0bfd4b403fd..b905dcf036f 100644
--- a/translations/source/eu/dictionaries/ne_NP.po
+++ b/translations/source/eu/dictionaries/ne_NP.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/nl_NL.po b/translations/source/eu/dictionaries/nl_NL.po
index b4ad97718d7..f59af1edbdc 100644
--- a/translations/source/eu/dictionaries/nl_NL.po
+++ b/translations/source/eu/dictionaries/nl_NL.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/no.po b/translations/source/eu/dictionaries/no.po
index 535a3dff7ad..00d651d1074 100644
--- a/translations/source/eu/dictionaries/no.po
+++ b/translations/source/eu/dictionaries/no.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/oc_FR.po b/translations/source/eu/dictionaries/oc_FR.po
index d2a0c510d50..4c859a63243 100644
--- a/translations/source/eu/dictionaries/oc_FR.po
+++ b/translations/source/eu/dictionaries/oc_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/pl_PL.po b/translations/source/eu/dictionaries/pl_PL.po
index 0502dad40b4..5e0e603e674 100644
--- a/translations/source/eu/dictionaries/pl_PL.po
+++ b/translations/source/eu/dictionaries/pl_PL.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/pt_BR.po b/translations/source/eu/dictionaries/pt_BR.po
index 3cd4e6821ff..218bb81cf71 100644
--- a/translations/source/eu/dictionaries/pt_BR.po
+++ b/translations/source/eu/dictionaries/pt_BR.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/pt_PT.po b/translations/source/eu/dictionaries/pt_PT.po
index 35fe4edf9d2..0ce09552ad7 100644
--- a/translations/source/eu/dictionaries/pt_PT.po
+++ b/translations/source/eu/dictionaries/pt_PT.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/ro.po b/translations/source/eu/dictionaries/ro.po
index 5d8ceee52a9..cd56fdbe763 100644
--- a/translations/source/eu/dictionaries/ro.po
+++ b/translations/source/eu/dictionaries/ro.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/ru_RU.po b/translations/source/eu/dictionaries/ru_RU.po
index ab69d3a6831..7186ac2698b 100644
--- a/translations/source/eu/dictionaries/ru_RU.po
+++ b/translations/source/eu/dictionaries/ru_RU.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/ru_RU/dialog.po b/translations/source/eu/dictionaries/ru_RU/dialog.po
index e05d0d03fba..0ae51b1cd4a 100644
--- a/translations/source/eu/dictionaries/ru_RU/dialog.po
+++ b/translations/source/eu/dictionaries/ru_RU/dialog.po
@@ -3,20 +3,20 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
msgid "Dictionaries"
-msgstr ""
+msgstr "Hiztegiak"
#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.ru_RU.Label.value.text
msgid "Grammar checking (Russian)"
@@ -28,7 +28,7 @@ msgstr ""
#: ru_RU_en_US.properties#grammar.property.text
msgid "Grammar"
-msgstr ""
+msgstr "Gramatika"
#: ru_RU_en_US.properties#hyphen.property.text
msgid "Compound words with hyphen"
@@ -72,7 +72,7 @@ msgstr ""
#: ru_RU_en_US.properties#others.property.text
msgid "Others"
-msgstr ""
+msgstr "Beste bat"
#: ru_RU_en_US.properties#numsep.property.text
msgid "Separation of large numbers (ISO)"
@@ -80,4 +80,4 @@ msgstr ""
#: ru_RU_en_US.properties#quotation.property.text
msgid "Quotation"
-msgstr ""
+msgstr "Aipamena"
diff --git a/translations/source/eu/dictionaries/si_LK.po b/translations/source/eu/dictionaries/si_LK.po
index 86629acd031..e85c5ffaad5 100644
--- a/translations/source/eu/dictionaries/si_LK.po
+++ b/translations/source/eu/dictionaries/si_LK.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fsi_LK.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/sk_SK.po b/translations/source/eu/dictionaries/sk_SK.po
index 2f5fe606c83..a7110ec7489 100644
--- a/translations/source/eu/dictionaries/sk_SK.po
+++ b/translations/source/eu/dictionaries/sk_SK.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/sl_SI.po b/translations/source/eu/dictionaries/sl_SI.po
index cb54fbefe26..41015c990e8 100644
--- a/translations/source/eu/dictionaries/sl_SI.po
+++ b/translations/source/eu/dictionaries/sl_SI.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/sr.po b/translations/source/eu/dictionaries/sr.po
index 47117d0b275..1d6657587a1 100644
--- a/translations/source/eu/dictionaries/sr.po
+++ b/translations/source/eu/dictionaries/sr.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/sv_SE.po b/translations/source/eu/dictionaries/sv_SE.po
index 17707c18221..f386619be0c 100644
--- a/translations/source/eu/dictionaries/sv_SE.po
+++ b/translations/source/eu/dictionaries/sv_SE.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/sw_TZ.po b/translations/source/eu/dictionaries/sw_TZ.po
index 9cb93c9fec1..a382b5abfb1 100644
--- a/translations/source/eu/dictionaries/sw_TZ.po
+++ b/translations/source/eu/dictionaries/sw_TZ.po
@@ -3,17 +3,17 @@ 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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Swahili spelling dictionary"
-msgstr ""
+msgstr "Swahiliaren ortografiaren hiztegia"
diff --git a/translations/source/eu/dictionaries/te_IN.po b/translations/source/eu/dictionaries/te_IN.po
index 41a8c1edc03..500f61511e2 100644
--- a/translations/source/eu/dictionaries/te_IN.po
+++ b/translations/source/eu/dictionaries/te_IN.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/th_TH.po b/translations/source/eu/dictionaries/th_TH.po
index c58c8bda524..e583fe6e6a4 100644
--- a/translations/source/eu/dictionaries/th_TH.po
+++ b/translations/source/eu/dictionaries/th_TH.po
@@ -3,17 +3,17 @@ 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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Thai spelling dictionary"
-msgstr ""
+msgstr "Thailandieraren ortografiaren hiztegia"
diff --git a/translations/source/eu/dictionaries/uk_UA.po b/translations/source/eu/dictionaries/uk_UA.po
index af87b2406a9..924294fb3cd 100644
--- a/translations/source/eu/dictionaries/uk_UA.po
+++ b/translations/source/eu/dictionaries/uk_UA.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/vi.po b/translations/source/eu/dictionaries/vi.po
index 319075c32b5..9253900b243 100644
--- a/translations/source/eu/dictionaries/vi.po
+++ b/translations/source/eu/dictionaries/vi.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/dictionaries/zu_ZA.po b/translations/source/eu/dictionaries/zu_ZA.po
index fdac7ab4fcb..75605b762dc 100644
--- a/translations/source/eu/dictionaries/zu_ZA.po
+++ b/translations/source/eu/dictionaries/zu_ZA.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/editeng/source/accessibility.po b/translations/source/eu/editeng/source/accessibility.po
index f13f5a312ba..c93e314ca0b 100644
--- a/translations/source/eu/editeng/source/accessibility.po
+++ b/translations/source/eu/editeng/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/editeng/source/editeng.po b/translations/source/eu/editeng/source/editeng.po
index f366e461fc5..abbf9eb659b 100644
--- a/translations/source/eu/editeng/source/editeng.po
+++ b/translations/source/eu/editeng/source/editeng.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 17:14+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/editeng/source/items.po b/translations/source/eu/editeng/source/items.po
index 92cb6203150..142d2ab4876 100644
--- a/translations/source/eu/editeng/source/items.po
+++ b/translations/source/eu/editeng/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-07-23 05:10+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -513,6 +513,30 @@ msgstr "Barruan"
msgid "Outset"
msgstr "Kanpoan"
+#: svxitems.src#RID_SVXITEMS_METRIC_MM.string.text
+msgid "mm"
+msgstr "mm"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_CM.string.text
+msgid "cm"
+msgstr "cm"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_INCH.string.text
+msgid "inch"
+msgstr "hazbetea"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_POINT.string.text
+msgid "pt"
+msgstr "pt"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_TWIP.string.text
+msgid "twip"
+msgstr "twip"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_PIXEL.string.text
+msgid "pixel"
+msgstr ""
+
#: svxitems.src#RID_SVXITEMS_SHADOWED_TRUE.string.text
msgid "Shadowed"
msgstr "Itzalduna"
diff --git a/translations/source/eu/editeng/source/misc.po b/translations/source/eu/editeng/source/misc.po
index f7bcadfee2f..5faf96eb7b4 100644
--- a/translations/source/eu/editeng/source/misc.po
+++ b/translations/source/eu/editeng/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/editeng/source/outliner.po b/translations/source/eu/editeng/source/outliner.po
index 59f244732ca..c2a451606ff 100644
--- a/translations/source/eu/editeng/source/outliner.po
+++ b/translations/source/eu/editeng/source/outliner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 14:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/extensions/source/abpilot.po b/translations/source/eu/extensions/source/abpilot.po
index ad26e879427..1a8c17fa09c 100644
--- a/translations/source/eu/extensions/source/abpilot.po
+++ b/translations/source/eu/extensions/source/abpilot.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -71,8 +71,8 @@ msgid "Mozilla / Netscape"
msgstr "Mozilla / Netscape"
#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_THUNDERBIRD.radiobutton.text
-msgid "Thunderbird"
-msgstr "Thunderbird"
+msgid "Thunderbird/Icedove"
+msgstr ""
#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_KAB.radiobutton.text
msgid "KDE address book"
diff --git a/translations/source/eu/extensions/source/bibliography.po b/translations/source/eu/extensions/source/bibliography.po
index 4780414adde..18163cdcea9 100644
--- a/translations/source/eu/extensions/source/bibliography.po
+++ b/translations/source/eu/extensions/source/bibliography.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-23 05:30+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/extensions/source/dbpilots.po b/translations/source/eu/extensions/source/dbpilots.po
index f4903ab3496..30accc6b666 100644
--- a/translations/source/eu/extensions/source/dbpilots.po
+++ b/translations/source/eu/extensions/source/dbpilots.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-23 05:30+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/extensions/source/propctrlr.po b/translations/source/eu/extensions/source/propctrlr.po
index e27bf7d275c..54cfe2a663c 100644
--- a/translations/source/eu/extensions/source/propctrlr.po
+++ b/translations/source/eu/extensions/source/propctrlr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-23 04:09+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/extensions/source/scanner.po b/translations/source/eu/extensions/source/scanner.po
index cc7cbaf6577..b8f47176a3a 100644
--- a/translations/source/eu/extensions/source/scanner.po
+++ b/translations/source/eu/extensions/source/scanner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-23 05:31+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -54,7 +54,7 @@ msgstr ""
#: sanedlg.src#RID_SANE_DIALOG.RID_SCAN_BTN.pushbutton.text
msgid "Scan"
-msgstr ""
+msgstr "Eskaneatu"
#: sanedlg.src#RID_SANE_DIALOG.RID_PREVIEW_BOX.fixedline.text
msgid "Preview"
diff --git a/translations/source/eu/extensions/source/update/check.po b/translations/source/eu/extensions/source/update/check.po
index bad7a176652..d8bd6db5b81 100644
--- a/translations/source/eu/extensions/source/update/check.po
+++ b/translations/source/eu/extensions/source/update/check.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-17 15:40+0200\n"
"Last-Translator: Mikel <mikel.paskual@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/filter/source/config/fragments/filters.po b/translations/source/eu/filter/source/config/fragments/filters.po
index 8065c3e55ba..767f65bcf89 100644
--- a/translations/source/eu/filter/source/config/fragments/filters.po
+++ b/translations/source/eu/filter/source/config/fragments/filters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-14 18:05+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/filter/source/config/fragments/internalgraphicfilters.po b/translations/source/eu/filter/source/config/fragments/internalgraphicfilters.po
index 61e8cff5c8f..552daa1e3a6 100644
--- a/translations/source/eu/filter/source/config/fragments/internalgraphicfilters.po
+++ b/translations/source/eu/filter/source/config/fragments/internalgraphicfilters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/filter/source/config/fragments/types.po b/translations/source/eu/filter/source/config/fragments/types.po
index c4a5c77dd7a..74f43756502 100644
--- a/translations/source/eu/filter/source/config/fragments/types.po
+++ b/translations/source/eu/filter/source/config/fragments/types.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-01 11:35+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/filter/source/flash.po b/translations/source/eu/filter/source/flash.po
index 719669603c1..71572f3fd2b 100644
--- a/translations/source/eu/filter/source/flash.po
+++ b/translations/source/eu/filter/source/flash.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:05+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/filter/source/graphicfilter/eps.po b/translations/source/eu/filter/source/graphicfilter/eps.po
index 5baea2681cb..1ef0e0f2c5a 100644
--- a/translations/source/eu/filter/source/graphicfilter/eps.po
+++ b/translations/source/eu/filter/source/graphicfilter/eps.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/filter/source/pdf.po b/translations/source/eu/filter/source/pdf.po
index ac42bc163cd..112e20a6d14 100644
--- a/translations/source/eu/filter/source/pdf.po
+++ b/translations/source/eu/filter/source/pdf.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%2Fpdf.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-01 22:50+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\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/eu/filter/source/t602.po b/translations/source/eu/filter/source/t602.po
index f9d0c0e8315..103bfd20e3b 100644
--- a/translations/source/eu/filter/source/t602.po
+++ b/translations/source/eu/filter/source/t602.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/filter/source/xsltdialog.po b/translations/source/eu/filter/source/xsltdialog.po
index f6cdb1c66fd..d91746b7193 100644
--- a/translations/source/eu/filter/source/xsltdialog.po
+++ b/translations/source/eu/filter/source/xsltdialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-17 14:22+0200\n"
"Last-Translator: Mikel <mikel.paskual@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/forms/source/resource.po b/translations/source/eu/forms/source/resource.po
index d08c3581d5b..4046833f2eb 100644
--- a/translations/source/eu/forms/source/resource.po
+++ b/translations/source/eu/forms/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-21 15:23+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/formula/source/core/resource.po b/translations/source/eu/formula/source/core/resource.po
index 0c5b07a01ed..c3a13aa2317 100644
--- a/translations/source/eu/formula/source/core/resource.po
+++ b/translations/source/eu/formula/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 17:29+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/formula/source/ui/dlg.po b/translations/source/eu/formula/source/ui/dlg.po
index 4ef0bfbc9ff..fd1cbab1e3e 100644
--- a/translations/source/eu/formula/source/ui/dlg.po
+++ b/translations/source/eu/formula/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:06+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/fpicker/source/office.po b/translations/source/eu/fpicker/source/office.po
index fda7078824a..51b6a3284b2 100644
--- a/translations/source/eu/fpicker/source/office.po
+++ b/translations/source/eu/fpicker/source/office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-21 15:09+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/framework/source/classes.po b/translations/source/eu/framework/source/classes.po
index 63b4f838b51..4159d9ebc92 100644
--- a/translations/source/eu/framework/source/classes.po
+++ b/translations/source/eu/framework/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-07-17 15:18+0200\n"
"Last-Translator: Mikel <mikel.paskual@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/framework/source/services.po b/translations/source/eu/framework/source/services.po
index 0e3cfc677bd..53eb7036012 100644
--- a/translations/source/eu/framework/source/services.po
+++ b/translations/source/eu/framework/source/services.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-05 18:35+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/helpcontent2/source/text/sbasic/guide.po b/translations/source/eu/helpcontent2/source/text/sbasic/guide.po
index dcc44564970..8d7fad2adf1 100644
--- a/translations/source/eu/helpcontent2/source/text/sbasic/guide.po
+++ b/translations/source/eu/helpcontent2/source/text/sbasic/guide.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-12-21 18:58+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: translation.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/sbasic/shared.po b/translations/source/eu/helpcontent2/source/text/sbasic/shared.po
index df46956fc40..b6b94797da0 100644
--- a/translations/source/eu/helpcontent2/source/text/sbasic/shared.po
+++ b/translations/source/eu/helpcontent2/source/text/sbasic/shared.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-07 03:16+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 03120103.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/sbasic/shared/01.po b/translations/source/eu/helpcontent2/source/text/sbasic/shared/01.po
index adabc6c101d..6990b670524 100644
--- a/translations/source/eu/helpcontent2/source/text/sbasic/shared/01.po
+++ b/translations/source/eu/helpcontent2/source/text/sbasic/shared/01.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-12-24 13:04+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 06130000.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/sbasic/shared/02.po b/translations/source/eu/helpcontent2/source/text/sbasic/shared/02.po
index a1c2c4fcfd7..9b44dc791b6 100644
--- a/translations/source/eu/helpcontent2/source/text/sbasic/shared/02.po
+++ b/translations/source/eu/helpcontent2/source/text/sbasic/shared/02.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-23 04:14+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 11080000.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/scalc.po b/translations/source/eu/helpcontent2/source/text/scalc.po
index 0c762821809..3ad84f892ec 100644
--- a/translations/source/eu/helpcontent2/source/text/scalc.po
+++ b/translations/source/eu/helpcontent2/source/text/scalc.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+helpcontent2%2Fsource%2Ftext%2Fscalc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-24 13:06+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: main0112.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/scalc/00.po b/translations/source/eu/helpcontent2/source/text/scalc/00.po
index e81d37a9bf6..5141fc35cdd 100644
--- a/translations/source/eu/helpcontent2/source/text/scalc/00.po
+++ b/translations/source/eu/helpcontent2/source/text/scalc/00.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-12-01 19:18+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/eu/helpcontent2/source/text/scalc/01.po b/translations/source/eu/helpcontent2/source/text/scalc/01.po
index dd7fe9bae95..4e2b591d3a9 100644
--- a/translations/source/eu/helpcontent2/source/text/scalc/01.po
+++ b/translations/source/eu/helpcontent2/source/text/scalc/01.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-22 18:27+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 04020000.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/scalc/02.po b/translations/source/eu/helpcontent2/source/text/scalc/02.po
index b1655214d4d..543cada3bc2 100644
--- a/translations/source/eu/helpcontent2/source/text/scalc/02.po
+++ b/translations/source/eu/helpcontent2/source/text/scalc/02.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-23 15:29+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 18010000.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/scalc/04.po b/translations/source/eu/helpcontent2/source/text/scalc/04.po
index a88a7bad864..16390d393ca 100644
--- a/translations/source/eu/helpcontent2/source/text/scalc/04.po
+++ b/translations/source/eu/helpcontent2/source/text/scalc/04.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-22 18:22+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 01020000.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/scalc/05.po b/translations/source/eu/helpcontent2/source/text/scalc/05.po
index d2d719097ec..ad119ac08f0 100644
--- a/translations/source/eu/helpcontent2/source/text/scalc/05.po
+++ b/translations/source/eu/helpcontent2/source/text/scalc/05.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-12-23 15:31+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: empty_cells.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/scalc/guide.po b/translations/source/eu/helpcontent2/source/text/scalc/guide.po
index 252d9093234..9398ce0c563 100644
--- a/translations/source/eu/helpcontent2/source/text/scalc/guide.po
+++ b/translations/source/eu/helpcontent2/source/text/scalc/guide.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-01-04 19:34+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: year2000.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/schart.po b/translations/source/eu/helpcontent2/source/text/schart.po
index 1029d5dbaa1..dfbd201f621 100644
--- a/translations/source/eu/helpcontent2/source/text/schart.po
+++ b/translations/source/eu/helpcontent2/source/text/schart.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+helpcontent2%2Fsource%2Ftext%2Fschart.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-22 16:41+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: main0000.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/schart/00.po b/translations/source/eu/helpcontent2/source/text/schart/00.po
index f072553f343..76090e3ab7e 100644
--- a/translations/source/eu/helpcontent2/source/text/schart/00.po
+++ b/translations/source/eu/helpcontent2/source/text/schart/00.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-02 04:53+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 00000004.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/schart/01.po b/translations/source/eu/helpcontent2/source/text/schart/01.po
index 6e99ec9ccf6..3a1bd0eb004 100644
--- a/translations/source/eu/helpcontent2/source/text/schart/01.po
+++ b/translations/source/eu/helpcontent2/source/text/schart/01.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-04 19:35+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 04020000.xhp#tit.help.text
@@ -648,7 +648,7 @@ msgstr "Zutabe <emph> baxu</emph> <emph>eta altuan </emph>oinarrituta, 1
#: type_stock.xhp#par_id3341776.help.text
msgid "Based on<emph> low, high,</emph> and <emph>close</emph> column Type 1 shows an additional horizontal mark <emph>for</emph> the closing price."
-msgstr "Zutabe <emph>baxu, altu</emph> eta <emph>itxierako</emph> zutabean oinarrituta, 1. motak marka horizontal gehigarria erakusten du itxierako prezio <emph>rako</emph>."
+msgstr "Zutabe <emph>baxu, altu</emph> eta <emph>itxierako</emph> zutabean oinarrituta, 1. motak marka horizontal gehigarria erakusten du itxierako prezio."
#: type_stock.xhp#hd_id5947141.help.text
msgid "Type 2"
diff --git a/translations/source/eu/helpcontent2/source/text/schart/02.po b/translations/source/eu/helpcontent2/source/text/schart/02.po
index 58a178cdace..febde5168ef 100644
--- a/translations/source/eu/helpcontent2/source/text/schart/02.po
+++ b/translations/source/eu/helpcontent2/source/text/schart/02.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-02 05:30+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 01220000.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/schart/04.po b/translations/source/eu/helpcontent2/source/text/schart/04.po
index 65086fb26e2..9def968c473 100644
--- a/translations/source/eu/helpcontent2/source/text/schart/04.po
+++ b/translations/source/eu/helpcontent2/source/text/schart/04.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-02 05:30+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 01020000.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/sdraw.po b/translations/source/eu/helpcontent2/source/text/sdraw.po
index c39b2bd6eeb..8cd03dccc16 100644
--- a/translations/source/eu/helpcontent2/source/text/sdraw.po
+++ b/translations/source/eu/helpcontent2/source/text/sdraw.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+helpcontent2%2Fsource%2Ftext%2Fsdraw.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-24 03:46+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: main0101.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/sdraw/00.po b/translations/source/eu/helpcontent2/source/text/sdraw/00.po
index 6104ba45ecc..c725ffe811b 100644
--- a/translations/source/eu/helpcontent2/source/text/sdraw/00.po
+++ b/translations/source/eu/helpcontent2/source/text/sdraw/00.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 18:35+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/eu/helpcontent2/source/text/sdraw/01.po b/translations/source/eu/helpcontent2/source/text/sdraw/01.po
index a6f81d955ba..a886bc5f543 100644
--- a/translations/source/eu/helpcontent2/source/text/sdraw/01.po
+++ b/translations/source/eu/helpcontent2/source/text/sdraw/01.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-22 18:50+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 04010000.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/sdraw/04.po b/translations/source/eu/helpcontent2/source/text/sdraw/04.po
index f23aae95e02..0c2a0dcbdec 100644
--- a/translations/source/eu/helpcontent2/source/text/sdraw/04.po
+++ b/translations/source/eu/helpcontent2/source/text/sdraw/04.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-22 18:55+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 01020000.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/sdraw/guide.po b/translations/source/eu/helpcontent2/source/text/sdraw/guide.po
index fd3c3165e58..0ce4ffc4895 100644
--- a/translations/source/eu/helpcontent2/source/text/sdraw/guide.po
+++ b/translations/source/eu/helpcontent2/source/text/sdraw/guide.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-04 19:35+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: draw_sector.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/shared.po b/translations/source/eu/helpcontent2/source/text/shared.po
index ebef14400a3..b67be57f338 100644
--- a/translations/source/eu/helpcontent2/source/text/shared.po
+++ b/translations/source/eu/helpcontent2/source/text/shared.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+helpcontent2%2Fsource%2Ftext%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-12-23 15:46+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: main0226.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/shared/00.po b/translations/source/eu/helpcontent2/source/text/shared/00.po
index f9986bd3667..0d954de030e 100644
--- a/translations/source/eu/helpcontent2/source/text/shared/00.po
+++ b/translations/source/eu/helpcontent2/source/text/shared/00.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-01-04 19:36+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 00000200.xhp#tit.help.text
@@ -4473,6 +4473,10 @@ msgstr ""
msgid "<variable id=\"java\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Java</emph></variable>"
msgstr ""
+#: 00000406.xhp#par_id5485702.help.text
+msgid "<variable id=\"online_update\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Online Update </emph></variable>"
+msgstr ""
+
#: 00000406.xhp#par_id3146989.152.help.text
msgid "<variable id=\"accessibility\">Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - $[officename] - Accessibility</emph></variable>"
msgstr ""
diff --git a/translations/source/eu/helpcontent2/source/text/shared/01.po b/translations/source/eu/helpcontent2/source/text/shared/01.po
index e09113e4cc9..b0d15f3f24c 100644
--- a/translations/source/eu/helpcontent2/source/text/shared/01.po
+++ b/translations/source/eu/helpcontent2/source/text/shared/01.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2012-01-04 19:37+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 06150000.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/shared/02.po b/translations/source/eu/helpcontent2/source/text/shared/02.po
index 1c7ddc47817..f32bdd6a8a7 100644
--- a/translations/source/eu/helpcontent2/source/text/shared/02.po
+++ b/translations/source/eu/helpcontent2/source/text/shared/02.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-01-04 19:38+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 18010000.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/shared/04.po b/translations/source/eu/helpcontent2/source/text/shared/04.po
index a28cac7b462..6f14fb9c323 100644
--- a/translations/source/eu/helpcontent2/source/text/shared/04.po
+++ b/translations/source/eu/helpcontent2/source/text/shared/04.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-04 19:38+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 01010000.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/shared/05.po b/translations/source/eu/helpcontent2/source/text/shared/05.po
index 8cc211ef487..76029b9bf00 100644
--- a/translations/source/eu/helpcontent2/source/text/shared/05.po
+++ b/translations/source/eu/helpcontent2/source/text/shared/05.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-02 19:59+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 00000110.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/shared/07.po b/translations/source/eu/helpcontent2/source/text/shared/07.po
index 0f48247a671..1f731c0b567 100644
--- a/translations/source/eu/helpcontent2/source/text/shared/07.po
+++ b/translations/source/eu/helpcontent2/source/text/shared/07.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F07.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 18:41+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/eu/helpcontent2/source/text/shared/autokorr.po b/translations/source/eu/helpcontent2/source/text/shared/autokorr.po
index 4265a1c8653..78f5f09c149 100644
--- a/translations/source/eu/helpcontent2/source/text/shared/autokorr.po
+++ b/translations/source/eu/helpcontent2/source/text/shared/autokorr.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautokorr.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-04 19:38+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 10000000.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/shared/autopi.po b/translations/source/eu/helpcontent2/source/text/shared/autopi.po
index 4520be23d39..2f8746ea85d 100644
--- a/translations/source/eu/helpcontent2/source/text/shared/autopi.po
+++ b/translations/source/eu/helpcontent2/source/text/shared/autopi.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautopi.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-04 19:38+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 01110200.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/shared/explorer/database.po b/translations/source/eu/helpcontent2/source/text/shared/explorer/database.po
index cebd90200a0..e805a636cea 100644
--- a/translations/source/eu/helpcontent2/source/text/shared/explorer/database.po
+++ b/translations/source/eu/helpcontent2/source/text/shared/explorer/database.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fexplorer%2Fdatabase.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-01-04 19:38+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 11080000.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/shared/guide.po b/translations/source/eu/helpcontent2/source/text/shared/guide.po
index f46793f26e5..8036d8e031d 100644
--- a/translations/source/eu/helpcontent2/source/text/shared/guide.po
+++ b/translations/source/eu/helpcontent2/source/text/shared/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:52+0200\n"
-"PO-Revision-Date: 2012-01-04 19:41+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2012-01-07 03:16+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: eu\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: redlining_doccompare.xhp#tit.help.text
@@ -6533,16 +6533,16 @@ msgid "Starting the $[officename] Software From the Command Line"
msgstr "$[officename] Softwarea komando-lerrotik abiaraztea"
#: start_parameters.xhp#par_id3156152.5.help.text
-msgid "Under Windows, select <emph>Run</emph> from the Windows Start menu, or open a Shell under UNIX® based platforms."
-msgstr "Windows-en, hautatu <emph>Exekutatu</emph> Windows-en Hasi menuan, edo ireki Shell UNIX®-en oinarritutako plataformetan."
+msgid "Under Windows, select <emph>Run</emph> from the Windows Start menu, or open a shell under Linux, *BSD, or Mac OS X platforms."
+msgstr ""
#: start_parameters.xhp#par_id3152472.6.help.text
msgid "Under Windows, type the following text in the <emph>Open </emph>text field and click <emph>OK</emph>. "
msgstr "Windows-en, idatzi ondorengo testua <emph>Ireki</emph> testu-eremuan eta sakatu <emph>Ados</emph>. "
#: start_parameters.xhp#par_id3149669.53.help.text
-msgid "Under UNIX based systems, type the following line of text, then press <emph>Return</emph>:"
-msgstr "UNIXen oinarritutako sistemetan, idatzi ondorengo testu-lerroa eta sakatu <emph>Itzuli</emph>:"
+msgid "Under UNIX-like systems, type the following line of text, then press <emph>Return</emph>:"
+msgstr ""
#: start_parameters.xhp#par_id3147561.7.help.text
msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">{install}\\program\\soffice.exe {parameter} </caseinline><caseinline select=\"UNIX\">{install}/program/soffice {parameter} </caseinline></switchinline>"
@@ -6569,15 +6569,25 @@ msgid "Meaning"
msgstr "Esanahia"
#: start_parameters.xhp#par_id3149983.73.help.text
-msgid "-help / -h / -?"
+#, fuzzy
+msgid "--help / -h / -?"
msgstr "-help / -h / -?"
#: start_parameters.xhp#par_id3147349.74.help.text
msgid "Lists the available command line parameters <switchinline select=\"sys\"><caseinline select=\"WIN\">in a dialog box</caseinline><defaultinline>to the console</defaultinline></switchinline>."
msgstr "Erabilgarri dauden komando-lerroko parametroak <switchinline select=\"sys\"><caseinline select=\"WIN\">elkarrizketa-koadro batean zerrendatzen ditu </caseinline><defaultinline>kontsolan</defaultinline></switchinline>."
+#: start_parameters.xhp#par_id31499et.73.help.text
+msgid "--version"
+msgstr ""
+
+#: start_parameters.xhp#par_id31473et.74.help.text
+msgid "Displays the version information."
+msgstr ""
+
#: start_parameters.xhp#par_id3150010.59.help.text
-msgid "-writer"
+#, fuzzy
+msgid "--writer"
msgstr "-writer"
#: start_parameters.xhp#par_id3147213.60.help.text
@@ -6585,7 +6595,8 @@ msgid "Starts with an empty Writer document."
msgstr "Writer dokumentu hutsarekin abirazten da."
#: start_parameters.xhp#par_id3148616.61.help.text
-msgid "-calc"
+#, fuzzy
+msgid "--calc"
msgstr "-calc"
#: start_parameters.xhp#par_id3145261.62.help.text
@@ -6593,7 +6604,8 @@ msgid "Starts with an empty Calc document."
msgstr "Calc dokumentu hutsarekin abiarazten da."
#: start_parameters.xhp#par_id3156443.63.help.text
-msgid "-draw"
+#, fuzzy
+msgid "--draw"
msgstr "-draw"
#: start_parameters.xhp#par_id3154011.64.help.text
@@ -6601,7 +6613,8 @@ msgid "Starts with an empty Draw document."
msgstr "Draw dokumentu hutsarekin abiarazten da."
#: start_parameters.xhp#par_id3153142.65.help.text
-msgid "-impress"
+#, fuzzy
+msgid "--impress"
msgstr "-impress"
#: start_parameters.xhp#par_id3153222.66.help.text
@@ -6609,7 +6622,8 @@ msgid "Starts with an empty Impress document."
msgstr "Impress dokumentu hutsarekin abiarazten da."
#: start_parameters.xhp#par_id3155853.67.help.text
-msgid "-math"
+#, fuzzy
+msgid "--math"
msgstr "-math"
#: start_parameters.xhp#par_id3146928.68.help.text
@@ -6617,7 +6631,8 @@ msgid "Starts with an empty Math document."
msgstr "Math dokumentu hutsarekin abiarazten da."
#: start_parameters.xhp#par_id3149960.69.help.text
-msgid "-global"
+#, fuzzy
+msgid "--global"
msgstr "-global"
#: start_parameters.xhp#par_id3151075.70.help.text
@@ -6625,7 +6640,8 @@ msgid "Starts with an empty Writer master document."
msgstr "Writer dokumentu maisu hutsarekin abirazten da."
#: start_parameters.xhp#par_id3154510.71.help.text
-msgid "-web"
+#, fuzzy
+msgid "--web"
msgstr "-web"
#: start_parameters.xhp#par_id3148836.72.help.text
@@ -6633,7 +6649,8 @@ msgid "Starts with an empty HTML document."
msgstr "HTML dokumentu hutsarekin abiarazten da."
#: start_parameters.xhp#par_id3149403.help.text
-msgid "-show {filename.odp}"
+#, fuzzy
+msgid "--show {filename.odp}"
msgstr "-show {filename.odp}"
#: start_parameters.xhp#par_id3153838.80.help.text
@@ -6641,23 +6658,17 @@ msgid "Starts with the Impress file <emph>{filename.odp}</emph> and starts the p
msgstr "<emph>{filename.odp}</emph> Impress fitxategiaren abiarazten da eta aurkezpena hasten du. Aurkezpenaren ondoren edizio modua sartzen du."
#: start_parameters.xhp#par_id3156276.13.help.text
-msgid "-minimized"
+#, fuzzy
+msgid "--minimized"
msgstr "-minimized"
#: start_parameters.xhp#par_id3146080.14.help.text
msgid "Starts minimized. The splash screen is not displayed."
msgstr "Minimizatuta abiarazten da. Splash pantaila ez da bistaratzen."
-#: start_parameters.xhp#par_id3641773.help.text
-msgid "-maximized"
-msgstr "-maximized"
-
-#: start_parameters.xhp#par_id8224433.help.text
-msgid "Starts maximized."
-msgstr "Abiarazi maximizatuta."
-
#: start_parameters.xhp#par_id3145641.15.help.text
-msgid "-invisible"
+#, fuzzy
+msgid "--invisible"
msgstr "-invisible"
#: start_parameters.xhp#par_id3154756.16.help.text
@@ -6669,8 +6680,8 @@ msgid "Neither the start-up logo nor the initial program window will be visible.
msgstr "Ez dira bistaratuko ez abioko logotipoa ez hasierako programaren leihoa. Hala ere, $[officename] softwarea kontrola daiteke eta dokumentuak eta elkarrizketa-koadroak <link href=\"http://api.libreoffice.org\" name=\"API\">API</link> bidez ireki daitezke. "
#: start_parameters.xhp#par_id3147341.18.help.text
-msgid "When the $[officename] software has been started with this parameter, it can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX based systems)."
-msgstr "$[officename] softwarea parametro horren bidez abiarazten denean, ataza-kudeatzailearen bidez (Windows) edo <emph>kill </emph>komandoaren bidez (UNIX sistemetan) bakarrik amaitu daiteke."
+msgid "When the $[officename] software has been started with this parameter, it can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX-like systems)."
+msgstr ""
#: start_parameters.xhp#par_id3150388.48.help.text
msgid "It cannot be used in conjunction with <emph>-quickstart</emph>."
@@ -6681,16 +6692,9 @@ msgctxt "start_parameters.xhp#par_id3145147.19.help.text"
msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
msgstr "Horri buruzko informazio gehiago <emph>$[officename] Garatzailearen gidan</emph> dator."
-#: start_parameters.xhp#par_id3155334.77.help.text
-msgid "-nocrashreport"
-msgstr "-nocrashreport"
-
-#: start_parameters.xhp#par_id3149259.78.help.text
-msgid "Disables the error report tool."
-msgstr "Erroreen berri emateko tresna desgaitzen du."
-
#: start_parameters.xhp#par_id3155903.20.help.text
-msgid "-norestore"
+#, fuzzy
+msgid "--norestore"
msgstr "-norestore"
#: start_parameters.xhp#par_id3156374.21.help.text
@@ -6698,8 +6702,9 @@ msgid "Disables restart and file recovery after a system crash."
msgstr "Sistema bertan behera gelditutakoan, berrabiaraztea eta fitxategi-berreskuratzea desgaitzen ditu."
#: start_parameters.xhp#par_id5215918.help.text
+#, fuzzy
msgctxt "start_parameters.xhp#par_id5215918.help.text"
-msgid "-nofirststartwizard"
+msgid "--nofirststartwizard"
msgstr "-nofirststartwizard"
#: start_parameters.xhp#par_id5665761.help.text
@@ -6707,7 +6712,8 @@ msgid "Disables the Welcome Wizard."
msgstr "Ongi etorriko morroia desgaitzen du."
#: start_parameters.xhp#par_id3148477.25.help.text
-msgid "-quickstart"
+#, fuzzy
+msgid "--quickstart"
msgstr "-quickstart"
#: start_parameters.xhp#par_id3153919.26.help.text
@@ -6715,7 +6721,8 @@ msgid "Activates the Quickstarter."
msgstr "Abiarazle bizkorra aktibatzen du."
#: start_parameters.xhp#par_id3152479.30.help.text
-msgid "-accept={UNO string}"
+#, fuzzy
+msgid "--accept={UNO string}"
msgstr "-accept={UNO string}"
#: start_parameters.xhp#par_id3147130.31.help.text
@@ -6727,16 +6734,13 @@ msgctxt "start_parameters.xhp#par_id3148874.32.help.text"
msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
msgstr "Horri buruzko informazio gehiago <emph>$[officename] Garatzailearen gidan</emph> dator."
-#: start_parameters.xhp#par_id3149964.33.help.text
-msgid "-env"
-msgstr "-env"
-
-#: start_parameters.xhp#par_id2439039.help.text
-msgid "Sets another environment for the program start."
-msgstr "Beste ingurune bat ezartzen du programa abiarazteko."
+#: start_parameters.xhp#par_id315247a.30.help.text
+#, fuzzy
+msgid "--unaccept={UNO string}"
+msgstr "-accept={UNO string}"
-#: start_parameters.xhp#par_id2789086.help.text
-msgid "Use soffice -env:UserInstallation=$(URL) where $(URL) is the URL of a folder that contains the \"user\" folder."
+#: start_parameters.xhp#par_id314713a.31.help.text
+msgid "Closes an acceptor that was created with --accept={UNO string}. Use --unaccept=all to close all open acceptors."
msgstr ""
#: start_parameters.xhp#par_id3159238.36.help.text
@@ -6753,7 +6757,8 @@ msgid "If the file name contains spaces, then it must be enclosed in quotation m
msgstr "Fitxategi-izenak zuriuneak baditu, komatxo artean jarri behar da."
#: start_parameters.xhp#par_id3150883.38.help.text
-msgid "-pt {Printername} {filename1} {filename2} ..."
+#, fuzzy
+msgid "--pt {Printername} {filename1} {filename2} ..."
msgstr "-pt {Printername} {filename1} {filename2} ..."
#: start_parameters.xhp#par_id3155081.50.help.text
@@ -6774,7 +6779,8 @@ msgid "Opens <emph>{filename}</emph> for editing, even if it is a template."
msgstr "<emph>{filename}</emph> fitxategia editatzeko irekitzen du, baita txantiloia bada ere."
#: start_parameters.xhp#par_id3151182.54.help.text
-msgid "-view {filename}"
+#, fuzzy
+msgid "--view {filename}"
msgstr "-view {filename}"
#: start_parameters.xhp#par_id3145268.55.help.text
@@ -6790,7 +6796,8 @@ msgid "Creates a new document using <emph>{filename}</emph> as a template."
msgstr "Dokumentu berria sortzen du <emph>{filename}</emph> erabiliz txantiloi gisa."
#: start_parameters.xhp#par_id3155126.43.help.text
-msgid "-nologo"
+#, fuzzy
+msgid "--nologo"
msgstr "-nologo"
#: start_parameters.xhp#par_id3151334.44.help.text
@@ -6798,16 +6805,26 @@ msgid "Disables the splash screen at program start."
msgstr "Splash pantaila desgaitzen du programa abiaraztean."
#: start_parameters.xhp#par_id3159171.75.help.text
-msgid "-nodefault"
+#, fuzzy
+msgid "--nodefault"
msgstr "-nodefault"
#: start_parameters.xhp#par_id3153306.76.help.text
msgid "Starts without displaying anything except the splash screen."
msgstr "Splash pantaila bakarrik bistaratzen du abiaraztean."
+#: start_parameters.xhp#par_id315917t.75.help.text
+msgid "--nolockcheck"
+msgstr ""
+
+#: start_parameters.xhp#par_id315330t.76.help.text
+msgid "Disables check for remote instances using the installation."
+msgstr ""
+
#: start_parameters.xhp#par_id2211676.help.text
+#, fuzzy
msgctxt "start_parameters.xhp#par_id2211676.help.text"
-msgid "-nofirststartwizard"
+msgid "--nofirststartwizard"
msgstr "-nofirststartwizard"
#: start_parameters.xhp#par_id1641895.help.text
@@ -6815,15 +6832,17 @@ msgid "Add this parameter to the program start command to suppress the Welcome W
msgstr "Gehitu parametro hori programa abiarazteko komandoari, ongi etorriko morroia kentzeko."
#: start_parameters.xhp#par_id3153915.45.help.text
-msgid "-display {display}"
+#, fuzzy
+msgid "--display {display}"
msgstr "-display {display}"
#: start_parameters.xhp#par_id3146786.46.help.text
-msgid "Sets the <emph>DISPLAY </emph>environment variable on UNIX based platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for the $[officename] software on UNIX based platforms."
-msgstr "UNIXen oinarritutako plataformetan, <emph>DISPLAY </emph> ingurune-aldagaiari <emph>{display}</emph> balioa ezartzen dio. Parametro hori $[officename] softwarearentzako abioko script-ak bakarrik onartzen du UNIXen oinarritutako plataformetan."
+msgid "Sets the <emph>DISPLAY </emph>environment variable on UNIX-like platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for the $[officename] software on UNIX-like platforms."
+msgstr ""
#: start_parameters.xhp#par_id3149595.56.help.text
-msgid "-headless"
+#, fuzzy
+msgid "--headless"
msgstr "-headless"
#: start_parameters.xhp#par_id3150530.57.help.text
@@ -6834,6 +6853,30 @@ msgstr "\"headless moduan\" abiarazten da. Horrek aplikazioa erabiltzaile-interf
msgid "This special mode can be used when the application is controlled by external clients via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
msgstr "Aplikazioa kanpoko bezeroek <link href=\"http://api.libreoffice.org\" name=\"API\">API</link> bidez kontrolatzen dutenean erabil daiteke modu berezi hori."
+#: start_parameters.xhp#par_id314959o.56.help.text
+msgid "--infilter={filter}"
+msgstr ""
+
+#: start_parameters.xhp#par_id315053o.57.help.text
+msgid "Forces an input filter type, if possible. Eg. --infilter=\"Calc Office Open XML\"."
+msgstr ""
+
+#: start_parameters.xhp#par_id314959p.56.help.text
+msgid "--convert-to output_file_extension[:output_filter_name] [--outdir output_dir] files"
+msgstr ""
+
+#: start_parameters.xhp#par_id315053p.57.help.text
+msgid "Batch convert files.If --outdir is not specified, then current working directory is used as output_dir.<br/> Eg. --convert-to pdf *.doc<br/> --convert-to pdf:writer_pdf_Export --outdir /home/user *.doc"
+msgstr ""
+
+#: start_parameters.xhp#par_id314959q.56.help.text
+msgid "--print-to-file [--printer-name printer_name] [--outdir output_dir] files"
+msgstr ""
+
+#: start_parameters.xhp#par_id315053q.57.help.text
+msgid "Batch print files to file.If --outdir is not specified, then current working directory is used as output_dir.<br/> Eg. --print-to-file *.doc<br/> --print-to-file --printer-name nasty_lowres_printer --outdir /home/user *.doc"
+msgstr ""
+
#: groups.xhp#tit.help.text
msgid "Working with Groups "
msgstr "Taldeekin lan egitea "
diff --git a/translations/source/eu/helpcontent2/source/text/shared/optionen.po b/translations/source/eu/helpcontent2/source/text/shared/optionen.po
index 272b45a4c9e..31b84411b5b 100644
--- a/translations/source/eu/helpcontent2/source/text/shared/optionen.po
+++ b/translations/source/eu/helpcontent2/source/text/shared/optionen.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Foptionen.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-05 18:54+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 01070000.xhp#tit.help.text
@@ -124,8 +124,8 @@ msgid "If you import an MS Word document, the spaces are automatically added dur
msgstr "MS Word dokumentu bat inportatzen baduzu, tarteak automatikoki gehituko dira bihurtzean."
#: 01041000.xhp#hd_id3149964.42.help.text
-msgid "Use StarOffice 6.0/7 tab stop formatting"
-msgstr "Erabili StarOffice-ren 6.0/7 tabulazioaren formatua"
+msgid "Use OpenOffice.org 1.1 tab stop formatting"
+msgstr ""
#: 01041000.xhp#par_id3152777.43.help.text
msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTLOAD_PAGE_CB_TAB_ALIGNMENT\">Specifies how to align text at tab stops beyond the right margin, how to handle decimal tab stops, and how to handle tab stops close to a line break.</ahelp> If this check box is not selected, tab stops are handled in the same way as in other Office applications."
@@ -148,8 +148,8 @@ msgid "In text documents created by your current version of Writer, the addition
msgstr "Writer-en uneko bertsioarekin sortutako testu-dokumentuetan, zuriuneak gehitzeko atributua lehenespenez erabiltzen da. StarOffice 8 edo OpenOffice.org 2.0 bertsioa baino zaharragoak diren Writer-eko bertsioekin sortutako dokumentuetan, zuriuneak gehitzeko atributua ez da erabiltzen."
#: 01041000.xhp#par_idN107FF.help.text
-msgid "Use StarOffice 6.0/7 line spacing"
-msgstr "Erabili StarOffice 6.0/7-ren lerroartea"
+msgid "Use OpenOffice.org 1.1 line spacing"
+msgstr ""
#: 01041000.xhp#par_idN10815.help.text
msgid "If the option is off, a new process for formatting text lines with proportional line spacing will be applied. If the option is on, the previous method of formatting of text lines with proportional line spacing will be applied."
@@ -173,8 +173,8 @@ msgid "If the option is off, table cells will be formatted as in Writer versions
msgstr "Aukera hau desaktibatuta badago, StarOffice 8 edo OpenOffice.org 2.0 produktuen aurreko Writer-en bertsioetan bezala emango zaie formatua taulako gelaxkei. Aukera hau aktibatuta badago, taula-gelaxkei formatua emateko beste metodo bat erabiliko da. Lehenespenez hautatzen da aukera hau %PRODUCTNAME %PRODUCTVERSION sortutako dokumentu berrietan eta Microsoft Word formatutik inportatutako dokumentuetan."
#: 01041000.xhp#par_idN1084C.help.text
-msgid "Use StarOffice 6.0/7 object positioning"
-msgstr "Erabili StarOffice 6.0/7-en objektuaren posizioa"
+msgid "Use OpenOffice.org 1.1 object positioning"
+msgstr ""
#: 01041000.xhp#par_idN10864.help.text
msgid "Specifies how to calculate the position of floating objects anchored to a character or paragraph with respect to the top and bottom paragraph spacing."
@@ -189,8 +189,8 @@ msgid "The option will be set to off for new documents. For Writer documents cre
msgstr "Aukera hau desaktibatu egingo da dokumentu berrietan. %PRODUCTNAME %PRODUCTVERSION bertsioa baino zaharragoarekin sortutako Writer-eko dokumentuetan aukera hau aktibo dago."
#: 01041000.xhp#par_idN10821.help.text
-msgid "Use StarOffice 6.0/7 text wrapping around objects"
-msgstr "Erabili StarOffice 6.0/7 -en inguruko objektuen testu-egokitzea"
+msgid "Use OpenOffice.org 1.1 text wrapping around objects"
+msgstr ""
#: 01041000.xhp#par_id4016541.help.text
msgid "MS Word and Writer have different approaches on wrapping text around floating screen objects. Floating screen object are Writer frames and drawing objects, and the objects 'text box', 'graphic', 'frame', 'picture' etc. in MS Word."
@@ -2069,8 +2069,8 @@ msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the visible grid in front of
msgstr "<ahelp hid=\".\" visibility=\"hidden\">Sareta objektu guztien aurrean ikusgai jartzen du.</ahelp>"
#: 01050100.xhp#hd_id3149419.34.help.text
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Snap Lines to ~Front</caseinline><caseinline select=\"IMPRESS\">Snap Lines to ~Front</caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Atxikitze-marrak ~aurrera</caseinline><caseinline select=\"IMPRESS\">Atxikitze-marrak ~aurrera </caseinline></switchinline>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">Snap Lines to Front</caseinline><caseinline select=\"IMPRESS\">Snap Lines to Front</caseinline></switchinline>"
+msgstr ""
#: 01050100.xhp#par_id3150592.35.help.text
#, fuzzy
@@ -3181,25 +3181,6 @@ msgstr "Grafikoak eta objektuak"
msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PGRF\">Specifies whether the graphics of your text document are printed.</ahelp>"
msgstr "<ahelp hid=\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_PGRF\">Testu-dokumentuko grafikoak inprimatu behar diren zehazten du.</ahelp>"
-#: 01040400.xhp#hd_id3150771.7.help.text
-msgctxt "01040400.xhp#hd_id3150771.7.help.text"
-msgid "Tables"
-msgstr "Taulak"
-
-#: 01040400.xhp#par_id3148943.8.help.text
-#, fuzzy
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PTAB\">Specifies whether the tables of the text document are printed.</ahelp>"
-msgstr "<ahelp hid=\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_PTAB\">Testu-dokumentuko taulak inprimatu behar diren zehazten du.</ahelp>"
-
-#: 01040400.xhp#hd_id3149294.9.help.text
-msgid "Drawings (not for HTML documents)"
-msgstr "Marrazkiak (HTML dokumentuetan ez)"
-
-#: 01040400.xhp#par_id3149457.10.help.text
-#, fuzzy
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PDRAW\">Specifies whether graphics created with $[officename] drawing functions are printed.</ahelp>"
-msgstr "<ahelp hid=\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_PDRAW\">$[officename] marrazteko funtzioekin sortutako grafikoak inprimatu behar diren zehazten du.</ahelp>"
-
#: 01040400.xhp#hd_id3153525.11.help.text
#, fuzzy
msgid "Form controls"
@@ -5484,14 +5465,6 @@ msgstr ""
msgid "The EXACT text function is always case-sensitive, independent of the settings in this dialog."
msgstr "EXACT testu-funtzioak beti bereizten ditu maiuskulak eta minuskulak, elkarrizketa-koadroaren ezarpenei jaramonik egin gabe."
-#: 01060500.xhp#hd_id3145231.53.help.text
-msgid "Decimal places"
-msgstr "Dezimalak"
-
-#: 01060500.xhp#par_id3149568.54.help.text
-msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
-msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Zenbaki-formatu <emph>Estandar</emph>rean bistaratuko diren dezimal kopurua definitzen du. Zenbakiak biribilduta bistaratzen dira, baina ez dira hala gordeko.</ahelp>"
-
#: 01060500.xhp#hd_id3145150.30.help.text
msgid "Precision as shown"
msgstr "Doitasuna pantailan ageri den bezala"
@@ -5581,6 +5554,14 @@ msgstr ""
msgid "<ahelp hid=\".\">You can specify the maximum number of decimal places that are shown by default for cells with General number format. If not enabled, cells with General number format show as many decimal places as the column width allows.</ahelp>"
msgstr ""
+#: 01060500.xhp#hd_id3145231.53.help.text
+msgid "Decimal places"
+msgstr "Dezimalak"
+
+#: 01060500.xhp#par_id3149568.54.help.text
+msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
+msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Zenbaki-formatu <emph>Estandar</emph>rean bistaratuko diren dezimal kopurua definitzen du. Zenbakiak biribilduta bistaratzen dira, baina ez dira hala gordeko.</ahelp>"
+
#: viewcertificate_c.xhp#tit.help.text
msgid "Certificate Path"
msgstr "Ziurtagiriaren bide-izena"
@@ -5848,7 +5829,7 @@ msgid "View"
msgstr "Ikusi"
#: 01060100.xhp#bm_id3147242.help.text
-msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>handles; showing large handles (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
+msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
msgstr ""
#: 01060100.xhp#hd_id3150445.1.help.text
@@ -5901,15 +5882,6 @@ msgstr ""
msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">Specifies whether to view guides when moving drawings, frames, graphics and other objects.</ahelp> These guides help you align objects."
msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">Gidak bistaratu behar diren zehazten du marrazkiak, markoak, irudiak eta bestelako objektuak lekuz aldatzean.</ahelp> Objektuak lerrokatzen lagunduko dizute."
-#: 01060100.xhp#hd_id3149202.40.help.text
-msgctxt "01060100.xhp#hd_id3149202.40.help.text"
-msgid "Large handles"
-msgstr "Helduleku handiak"
-
-#: 01060100.xhp#par_id3154123.41.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\">Specifies that larger than normal handles (the eight points on a selection box) are displayed.</ahelp>"
-msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\">Normala baino helduleku handiagoak (karratu inguratzaile baten zortzi puntuak) bistaratu behar direla zehazten du.</ahelp>"
-
#: 01060100.xhp#hd_id3152920.3.help.text
msgctxt "01060100.xhp#hd_id3152920.3.help.text"
msgid "Display"
@@ -6854,7 +6826,7 @@ msgid "View"
msgstr "Ikusi"
#: 01040200.xhp#bm_id3156346.help.text
-msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>handles; displaying (Writer)</bookmark_value><bookmark_value>large handles (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
+msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
msgstr ""
#: 01040200.xhp#hd_id3145090.1.help.text
@@ -6883,15 +6855,6 @@ msgstr ""
msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">Displays snap lines around the frames when frames are moved. You can select the<emph> Helplines While Moving </emph>option to show the exact position of the object using lineal values.</ahelp>"
msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">Markoak lekuz aldatzen direnean gidak bistaratzen dira markoen inguruan. Kokaleku zehatza erakusteko<emph> Gidak lekuz aldatzean</emph>aukera hauta dezakezu balio linealak erabiliz.</ahelp>"
-#: 01040200.xhp#hd_id3149763.32.help.text
-msgctxt "01040200.xhp#hd_id3149763.32.help.text"
-msgid "Large handles"
-msgstr "Helduleku handiak"
-
-#: 01040200.xhp#par_id3153665.33.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_BIGHANDLE\">Displays larger sized handles (the eight points on a delimiting rectangle).</ahelp>"
-msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_BIGHANDLE\">Tamaina handiagoko heldulekuak bistaratzen ditu (karratu inguratzaile baten zortzi puntuak).</ahelp>"
-
#: 01040200.xhp#hd_id3149416.11.help.text
msgctxt "01040200.xhp#hd_id3149416.11.help.text"
msgid "View"
@@ -6985,7 +6948,7 @@ msgid "If the <emph>Graphics and objects </emph>option is not selected, no graph
msgstr "<emph>Grafikoak eta objektuak </emph>aukera hau ez badago hautatuta, grafikorik ez da kargatuko Internetetik. Taula barnean eta tamaina adierazi gabe agertzen diren grafikoak bistaratzeko arazoak egon daitezke HTML estandar zaharragoa erabiltzen bada arakatutako orrian."
#: 01040200.xhp#hd_id3156332.40.help.text
-msgctxt "01040200.xhp#hd_id3156332.40.help.text"
+#, fuzzy
msgid "Tables"
msgstr "Taulak"
diff --git a/translations/source/eu/helpcontent2/source/text/simpress.po b/translations/source/eu/helpcontent2/source/text/simpress.po
index 1b118e8cd86..681c8eb36b2 100644
--- a/translations/source/eu/helpcontent2/source/text/simpress.po
+++ b/translations/source/eu/helpcontent2/source/text/simpress.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+helpcontent2%2Fsource%2Ftext%2Fsimpress.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-04 19:41+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: main0101.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/simpress/00.po b/translations/source/eu/helpcontent2/source/text/simpress/00.po
index a6acf1c916b..d0f0f50bdf1 100644
--- a/translations/source/eu/helpcontent2/source/text/simpress/00.po
+++ b/translations/source/eu/helpcontent2/source/text/simpress/00.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2012-01-04 19:42+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 00000413.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/simpress/01.po b/translations/source/eu/helpcontent2/source/text/simpress/01.po
index c69d5145885..9f7d8825928 100644
--- a/translations/source/eu/helpcontent2/source/text/simpress/01.po
+++ b/translations/source/eu/helpcontent2/source/text/simpress/01.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-04 19:42+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 13150000.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/simpress/02.po b/translations/source/eu/helpcontent2/source/text/simpress/02.po
index 19e0059e535..1a8570eb9a0 100644
--- a/translations/source/eu/helpcontent2/source/text/simpress/02.po
+++ b/translations/source/eu/helpcontent2/source/text/simpress/02.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2012-01-04 19:42+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 13150000.xhp#tit.help.text
@@ -298,32 +298,6 @@ msgstr "<image id=\"img_id3147341\" src=\"cmd/sc_doubleclicktextedit.png\" width
msgid "Double-click to add Text"
msgstr "Egin klik bikoitza testua gehitzeko"
-#: 13080000.xhp#tit.help.text
-msgctxt "13080000.xhp#tit.help.text"
-msgid "Large Handles"
-msgstr "Helduleku handiak"
-
-#: 13080000.xhp#bm_id3146119.help.text
-msgid "<bookmark_value>handles; large</bookmark_value>"
-msgstr "<bookmark_value>heldulekuak; handiak</bookmark_value>"
-
-#: 13080000.xhp#hd_id3146119.1.help.text
-msgid "<link href=\"text/simpress/02/13080000.xhp\" name=\"Large Handles\">Large Handles</link>"
-msgstr "<link href=\"text/simpress/02/13080000.xhp\" name=\"Large Handles\">Helduleku handiak</link>"
-
-#: 13080000.xhp#par_id3153142.2.help.text
-msgid "<ahelp hid=\".uno:BigHandles\" visibility=\"visible\">Displays large selection handles.</ahelp>"
-msgstr "<ahelp hid=\".uno:BigHandles\" visibility=\"visible\">Hautatzeko helduleku handiak bistaratzen ditu.</ahelp>"
-
-#: 13080000.xhp#par_id3155445.help.text
-msgid "<image src=\"cmd/sc_bighandles.png\" id=\"img_id3153714\"><alt id=\"alt_id3153714\">Icon</alt></image>"
-msgstr "<image src=\"cmd/sc_bighandles.png\" id=\"img_id3153714\"><alt id=\"alt_id3153714\">Ikonoa</alt></image>"
-
-#: 13080000.xhp#par_id3154755.4.help.text
-msgctxt "13080000.xhp#par_id3154755.4.help.text"
-msgid "Large Handles"
-msgstr "Helduleku handiak"
-
#: 13170000.xhp#tit.help.text
msgctxt "13170000.xhp#tit.help.text"
msgid "Snap to Object Points"
diff --git a/translations/source/eu/helpcontent2/source/text/simpress/04.po b/translations/source/eu/helpcontent2/source/text/simpress/04.po
index 0ed796632f3..4ef4951e4b6 100644
--- a/translations/source/eu/helpcontent2/source/text/simpress/04.po
+++ b/translations/source/eu/helpcontent2/source/text/simpress/04.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-24 13:30+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 01020000.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/simpress/guide.po b/translations/source/eu/helpcontent2/source/text/simpress/guide.po
index 856c1523bf6..b83fecf918f 100644
--- a/translations/source/eu/helpcontent2/source/text/simpress/guide.po
+++ b/translations/source/eu/helpcontent2/source/text/simpress/guide.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-12-24 14:23+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: layer_new.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/smath.po b/translations/source/eu/helpcontent2/source/text/smath.po
index e50b2d9a20d..bbbf55c799b 100644
--- a/translations/source/eu/helpcontent2/source/text/smath.po
+++ b/translations/source/eu/helpcontent2/source/text/smath.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+helpcontent2%2Fsource%2Ftext%2Fsmath.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-24 14:35+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: main0101.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/smath/00.po b/translations/source/eu/helpcontent2/source/text/smath/00.po
index 22ce60ccbef..172b3516cb7 100644
--- a/translations/source/eu/helpcontent2/source/text/smath/00.po
+++ b/translations/source/eu/helpcontent2/source/text/smath/00.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-24 15:10+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 00000004.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/smath/01.po b/translations/source/eu/helpcontent2/source/text/smath/01.po
index b520ce95b8a..b576fb0c8e3 100644
--- a/translations/source/eu/helpcontent2/source/text/smath/01.po
+++ b/translations/source/eu/helpcontent2/source/text/smath/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsmath%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
-"PO-Revision-Date: 2012-01-04 20:05+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-01-07 03:16+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: eu\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 03091501.xhp#tit.help.text
@@ -3677,8 +3677,9 @@ msgid "<image id=\"img_id3148702\" src=\"starmath/res/bi21331.png\" width=\"0.84
msgstr ""
#: 03090200.xhp#par_id3150858.98.help.text
+#, fuzzy
msgid "precedes or equal"
-msgstr ""
+msgstr "Azpimultzoa edo honen berdina da"
#: 03090200.xhp#par_id3150871.97.help.text
msgid "<ahelp hid=\"HID_SMA_PRECEDESEQUAL\">Inserts the logical operator <emph>precedes or equal</emph> with two placeholders.</ahelp> You can also type <emph>preccurlyeq</emph> in the <emph>Commands</emph> window."
@@ -3714,8 +3715,9 @@ msgid "<image id=\"img_id3148705\" src=\"starmath/res/bi21334.png\" width=\"0.84
msgstr ""
#: 03090200.xhp#par_id3150861.104.help.text
+#, fuzzy
msgid "succeeds or equivalent"
-msgstr ""
+msgstr "Azpimultzoa edo honen berdina da"
#: 03090200.xhp#par_id3150874.103.help.text
msgid "<ahelp hid=\"HID_SMA_SUCCEEDSEQUIV\">Inserts the logical operator <emph>succeeds or equivalent</emph> with two placeholders.</ahelp> You can also type <emph>succsim</emph> in the <emph>Commands</emph> window."
@@ -4039,8 +4041,9 @@ msgid "<image id=\"img_id3153969\" src=\"starmath/res/bi21333.png\" width=\"0.33
msgstr ""
#: 03091502.xhp#par_id3155851.141.help.text
+#, fuzzy
msgid "Precedes or equivalent to"
-msgstr ""
+msgstr "Azpimultzoa edo honen berdina da"
#: 03091502.xhp#par_id3153965.help.text
msgid "<image id=\"img_id3153970\" src=\"starmath/res/bi21334.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153970\">Icon</alt></image>"
diff --git a/translations/source/eu/helpcontent2/source/text/smath/02.po b/translations/source/eu/helpcontent2/source/text/smath/02.po
index b3b483e891c..93fa8840122 100644
--- a/translations/source/eu/helpcontent2/source/text/smath/02.po
+++ b/translations/source/eu/helpcontent2/source/text/smath/02.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-01 18:50+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/eu/helpcontent2/source/text/smath/04.po b/translations/source/eu/helpcontent2/source/text/smath/04.po
index ce2b5157b0f..7fcb1ad1004 100644
--- a/translations/source/eu/helpcontent2/source/text/smath/04.po
+++ b/translations/source/eu/helpcontent2/source/text/smath/04.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-12-24 15:12+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 01020000.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/smath/guide.po b/translations/source/eu/helpcontent2/source/text/smath/guide.po
index 342d7ab24a0..3a872ecffb2 100644
--- a/translations/source/eu/helpcontent2/source/text/smath/guide.po
+++ b/translations/source/eu/helpcontent2/source/text/smath/guide.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-12-24 15:22+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: comment.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/swriter.po b/translations/source/eu/helpcontent2/source/text/swriter.po
index 38b8bf4cd13..fd311401b30 100644
--- a/translations/source/eu/helpcontent2/source/text/swriter.po
+++ b/translations/source/eu/helpcontent2/source/text/swriter.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+helpcontent2%2Fsource%2Ftext%2Fswriter.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-24 19:50+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: main0101.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/swriter/00.po b/translations/source/eu/helpcontent2/source/text/swriter/00.po
index 086b58bbd6a..1b1bd2c172b 100644
--- a/translations/source/eu/helpcontent2/source/text/swriter/00.po
+++ b/translations/source/eu/helpcontent2/source/text/swriter/00.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-24 15:50+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 00000402.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/swriter/01.po b/translations/source/eu/helpcontent2/source/text/swriter/01.po
index 6f2d3162f26..0a50de453a9 100644
--- a/translations/source/eu/helpcontent2/source/text/swriter/01.po
+++ b/translations/source/eu/helpcontent2/source/text/swriter/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fswriter%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
-"PO-Revision-Date: 2012-01-04 20:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-01-07 03:16+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: eu\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: mailmerge04.xhp#tit.help.text
@@ -8320,28 +8320,26 @@ msgid "<ahelp hid=\"sw:NumericField:TP_TABLE_TEXTFLOW:NF_REPEAT_HEADER\">Enter t
msgstr "<ahelp hid=\"sw:NumericField:TP_TABLE_TEXTFLOW:NF_REPEAT_HEADER\">Sartu izenburuan sartu beharreko errenkada kopurua.</ahelp>"
#: 05090300.xhp#par_idN10940.help.text
-msgid "Text direction"
-msgstr "Testuaren noranzkoa"
+msgid "Text orientation"
+msgstr ""
#: 05090300.xhp#par_idN10944.help.text
-msgid "<ahelp hid=\"sw:ListBox:TP_TABLE_TEXTFLOW:LB_TEXTDIRECTION\">Select the direction for the text in the cells.</ahelp> You can also use a combination of the following %PRODUCTNAME formatting options to specify the orientation of text in table cells:"
-msgstr "<ahelp hid=\"sw:ListBox:TP_TABLE_TEXTFLOW:LB_TEXTDIRECTION\">Hautatu gelaxketako testuaren noranzkoa.</ahelp> %PRODUCTNAME formatu-aukera hauek ere erabil ditzakezu gelaxketako testuaren orientazioa zehazteko:"
+msgid "<ahelp hid=\"sw:ListBox:TP_TABLE_TEXTFLOW:LB_TEXTORIENTATION\">Select the orientation for the text in the cells.</ahelp> You can use the following formatting options to specify the orientation of text in table cells:"
+msgstr ""
#: 05090300.xhp#par_idN10964.help.text
-msgid "horizontal text"
-msgstr "testu horizontala"
+msgctxt "05090300.xhp#par_idN10964.help.text"
+msgid "Horizontal"
+msgstr "Horizontala"
#: 05090300.xhp#par_idN10968.help.text
-msgid "vertical text"
-msgstr "testu bertikala"
-
-#: 05090300.xhp#par_idN1096C.help.text
-msgid "right-to-left (vertical) direction"
-msgstr "eskuinetik ezkerrra (bertikala)"
+msgctxt "05090300.xhp#par_idN10968.help.text"
+msgid "Vertical"
+msgstr "Bertikala"
-#: 05090300.xhp#par_idN10970.help.text
-msgid "left-to-right direction."
-msgstr "ezkerretik eskuinera"
+#: 05090300.xhp#par_idN1097T.help.text
+msgid "Use superordinate object settings"
+msgstr ""
#: 05090300.xhp#hd_id3151028.23.help.text
msgid "Vertical alignment"
@@ -9583,6 +9581,8 @@ msgid "Specify the location of the selected object on the current page."
msgstr "Hautatutako objektuak uneko orrialdean duen kokalekua zehazten du."
#: 05060100.xhp#hd_id3147488.27.help.text
+#, fuzzy
+msgctxt "05060100.xhp#hd_id3147488.27.help.text"
msgid "Horizontal"
msgstr "Horizontala"
@@ -9625,6 +9625,8 @@ msgid "You can also use the <link href=\"text/swriter/01/05060300.xhp\" name=\"G
msgstr "<link href=\"text/swriter/01/05060300.xhp\" name=\"Graphics\"><emph>Grafikoak</emph></link> iraultze-aukerak ere erabil ditzakezu orrialde bikoiti eta bakoitietako objektuen diseinua doitzeko."
#: 05060100.xhp#hd_id3145310.31.help.text
+#, fuzzy
+msgctxt "05060100.xhp#hd_id3145310.31.help.text"
msgid "Vertical"
msgstr "Bertikala"
diff --git a/translations/source/eu/helpcontent2/source/text/swriter/02.po b/translations/source/eu/helpcontent2/source/text/swriter/02.po
index af615f2c228..8ca8ba892e6 100644
--- a/translations/source/eu/helpcontent2/source/text/swriter/02.po
+++ b/translations/source/eu/helpcontent2/source/text/swriter/02.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-04 19:58+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 04250000.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/swriter/04.po b/translations/source/eu/helpcontent2/source/text/swriter/04.po
index d68fb656a6b..79d207f6fa7 100644
--- a/translations/source/eu/helpcontent2/source/text/swriter/04.po
+++ b/translations/source/eu/helpcontent2/source/text/swriter/04.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-04 19:58+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 01020000.xhp#tit.help.text
diff --git a/translations/source/eu/helpcontent2/source/text/swriter/guide.po b/translations/source/eu/helpcontent2/source/text/swriter/guide.po
index 92d23ef2d76..2500615f040 100644
--- a/translations/source/eu/helpcontent2/source/text/swriter/guide.po
+++ b/translations/source/eu/helpcontent2/source/text/swriter/guide.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-01-04 20:03+0200\n"
"Last-Translator: Mikel <mikel@akaita.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: nonprintable_text.xhp#tit.help.text
@@ -5548,8 +5548,8 @@ msgid "There are several ways to create a table in a text document. You can inse
msgstr "Testu-dokumentuetan taulak sortzeko hainbat modu daude. Taulak tresna-barratik, menu-komandoaren bidez edo kalkulu-orritik txerta ditzakezu. "
#: table_insert.xhp#hd_id3155908.33.help.text
-msgid "To Insert a Table From the Insert Toolbar"
-msgstr "Taula bat Txertatu tresna-barratik txertatzeko"
+msgid "To Insert a Table From a Toolbar"
+msgstr ""
#: table_insert.xhp#par_id3155861.34.help.text
msgctxt "table_insert.xhp#par_id3155861.34.help.text"
@@ -5557,8 +5557,8 @@ msgid "Place the cursor in your document where you want to insert the table."
msgstr "Jarri kurtsorea taula txertatu nahi duzun lekuan."
#: table_insert.xhp#par_id3147416.28.help.text
-msgid "On the <emph>Standard</emph> bar, click the arrow next to the <emph>Table</emph> icon."
-msgstr "Barra <emph>estandarrean</emph>, egin klik <emph>Taula</emph> ikonoaren ondoko gezian."
+msgid "On the <emph>Standard</emph> or the <emph>Insert</emph> bar, click the arrow next to the <emph>Table</emph> icon."
+msgstr ""
#: table_insert.xhp#par_id3153398.29.help.text
msgid "In the table grid, drag to select the numbers of rows and columns that you want, and then release."
diff --git a/translations/source/eu/instsetoo_native/inc_openoffice/windows/msi_languages.po b/translations/source/eu/instsetoo_native/inc_openoffice/windows/msi_languages.po
index d2885930c15..2058cd268c4 100644
--- a/translations/source/eu/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/translations/source/eu/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-21 17:36+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/mysqlc/source.po b/translations/source/eu/mysqlc/source.po
index 1e6708c5024..ee697bc956b 100644
--- a/translations/source/eu/mysqlc/source.po
+++ b/translations/source/eu/mysqlc/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-01 11:48+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/translations/source/eu/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index 7c796d1c4d0..7fcd99ed957 100644
--- a/translations/source/eu/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/translations/source/eu/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:07+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/translations/source/eu/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
index 08df1050c1b..04d63b33358 100644
--- a/translations/source/eu/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
+++ b/translations/source/eu/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
@@ -3,20 +3,20 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fhelp%2Fen%2Fcom.sun.star.comp.Calc.NLPSolver.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: Options.xhp#tit.help.text
msgid "Options"
-msgstr ""
+msgstr "Aukerak"
#: Options.xhp#bm_id0503200917110375_scalc.help.text
msgid "<bookmark_value>Solver for Nonlinear Problems;Options</bookmark_value>"
diff --git a/translations/source/eu/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/translations/source/eu/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
index c58f45be3fa..6778100fca5 100644
--- a/translations/source/eu/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
+++ b/translations/source/eu/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fsrc%2Fcom%2Fsun%2Fstar%2Fcomp%2FCalc%2FNLPSolver.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/nlpsolver/src/locale.po b/translations/source/eu/nlpsolver/src/locale.po
index 46ecd7bf704..e220fb5bffb 100644
--- a/translations/source/eu/nlpsolver/src/locale.po
+++ b/translations/source/eu/nlpsolver/src/locale.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fsrc%2Flocale.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -108,15 +108,15 @@ msgstr ""
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnStop.property.text
msgid "Stop"
-msgstr ""
+msgstr "Gelditu"
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnOK.property.text
msgid "OK"
-msgstr ""
+msgstr "Ados"
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnContinue.property.text
msgid "Continue"
-msgstr ""
+msgstr "Jarraitu"
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopIteration.property.text
msgid "Maximum iterations reached."
@@ -152,28 +152,28 @@ msgstr ""
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Seconds.property.text
msgid "Seconds"
-msgstr ""
+msgstr "segundoz behin"
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Minute.property.text
msgid "Minute"
-msgstr ""
+msgstr "Minutua"
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Minutes.property.text
msgid "Minutes"
-msgstr ""
+msgstr "minutuz behin"
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Hour.property.text
msgid "Hour"
-msgstr ""
+msgstr "ordua"
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Hours.property.text
msgid "Hours"
-msgstr ""
+msgstr "Orduak"
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Day.property.text
msgid "Day"
-msgstr ""
+msgstr "Eguna"
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Days.property.text
msgid "Days"
-msgstr ""
+msgstr "Egunak"
diff --git a/translations/source/eu/officecfg/registry/data/org/openoffice/Office.po b/translations/source/eu/officecfg/registry/data/org/openoffice/Office.po
index dcc05eb8d63..8751391473b 100644
--- a/translations/source/eu/officecfg/registry/data/org/openoffice/Office.po
+++ b/translations/source/eu/officecfg/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:09+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/officecfg/registry/data/org/openoffice/Office/UI.po b/translations/source/eu/officecfg/registry/data/org/openoffice/Office/UI.po
index ecff602bab9..7b8e483e7d3 100644
--- a/translations/source/eu/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/eu/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:52+0200\n"
-"PO-Revision-Date: 2011-12-21 17:39+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-01-01 22:50+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -8151,6 +8151,10 @@ msgstr "Sarrerako ~metodoaren egoera"
msgid "Optio~n Bar"
msgstr "~Aukera-barra"
+#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_SendFeedback.Label.value.text
+msgid "Send Feedback..."
+msgstr ""
+
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_ShowLicense.Label.value.text
msgid "License Information..."
msgstr "Lizentziaren informazioa..."
@@ -11837,31 +11841,31 @@ msgstr "Saltatu lerrora..."
msgid "Line Numbers"
msgstr "Lerro zenbakiak"
-#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_RadioBUTTON.Label.value.text
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormRadio.Label.value.text
msgid "Form Option Button"
msgstr ""
-#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_CheckBOX.Label.value.text
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormCheck.Label.value.text
msgid "Form Check Box"
msgstr ""
-#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertListBOX.Label.value.text
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormList.Label.value.text
msgid "Form List Box"
msgstr ""
-#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_ComboBOX.Label.value.text
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormCombo.Label.value.text
msgid "Form Combo Box"
msgstr ""
-#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_VScrollBAR.Label.value.text
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormVScroll.Label.value.text
msgid "Form Vertical Scroll Bar"
msgstr "Korritze-barra bertikala"
-#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_HScrollBAR.Label.value.text
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormHScroll.Label.value.text
msgid "Form Horizonal Scroll Bar"
msgstr "Korritze-barra horizontala"
-#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_SpinBUTTON.Label.value.text
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormSpin.Label.value.text
msgid "Form Spin Button"
msgstr ""
diff --git a/translations/source/eu/padmin/source.po b/translations/source/eu/padmin/source.po
index f1989c6a771..88415f26ebf 100644
--- a/translations/source/eu/padmin/source.po
+++ b/translations/source/eu/padmin/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-21 15:22+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/readlicense_oo/docs/readme.po b/translations/source/eu/readlicense_oo/docs/readme.po
index cf5bf2e2e1e..ea6c92fb65a 100644
--- a/translations/source/eu/readlicense_oo/docs/readme.po
+++ b/translations/source/eu/readlicense_oo/docs/readme.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 15:28+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -104,7 +104,7 @@ msgid "1024x768 resolution (higher resolution recommended), at least 256 colors"
msgstr "1024x768eko bereizmena (handiagoa gomendatzen da), eta gutxienez 256 kolore"
#: readme.xrm#edssc3d.edssc3d.readmeitem.text
-msgctxt "readme.xrm#edssc3d.edssc3d.readmeitem.text"
+#, fuzzy
msgid "Please be aware that administrator rights are needed for the installation process."
msgstr "Kontuan izan administrazio-eskubideak behar direla instalazio-prozesua egiteko."
@@ -113,21 +113,12 @@ msgid "Registration of ${PRODUCTNAME} as default application for Microsoft Offic
msgstr "${PRODUCTNAME} aplikazio lehenetsi gisa erregistratzea Microsoft Office-ren formatuentzako derrigortu edo ken daiteke instalatzailearen honako komando-lerroko aldatzaileekin:"
#: readme.xrm#MSOReg2.MSOReg2.readmeitem.text
-msgid "<tt>/msoreg=1</tt> will force registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
-msgstr "<tt>/msoreg=1</tt> ${PRODUCTNAME} aplikazio lehenetsi gisa erregistratzea derrigortzen du Microsoft Office-ren formatuentzako."
+msgid "<tt>REGISTER_ALL_MSO_TYPES=1</tt> will force registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
+msgstr ""
#: readme.xrm#MSOReg3.MSOReg3.readmeitem.text
-msgid "<tt>/msoreg=0</tt> will suppress registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
-msgstr "<tt>/msoreg=0</tt> ${PRODUCTNAME} aplikazio lehenetsi gisa erregistratzea kentzen du Microsoft Office-ren formatuentzako."
-
-#: readme.xrm#DLLA1.DLLA1.readmeitem.text
-msgid "If you perform an administrative installation using setup /a, you need to make sure that the file msvc90.dll is installed on the system. This file is required for ${PRODUCTNAME} to start after an administrative installation. You can get the file from <a href=\"http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF\">http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF</a>"
-msgstr "Instalazio administratibo bat burutzen baduzu setup /a erabiliz, msvc90.dll sisteman instalatuta dagoela ziurtatu beharko duzu. ${PRODUCTNAME}(e)k fitxategi hori behar du instalazio administratibo baten ostean abiarazteko. Fitxategia hemendik eskura dezakezu:<a href=\"http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF\">http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF</a>"
-
-#: readme.xrm#AdminNeeded.AdminNeeded.readmeitem.text
-msgctxt "readme.xrm#AdminNeeded.AdminNeeded.readmeitem.text"
-msgid "Please be aware that administrator rights are needed for the installation process."
-msgstr "Kontuan izan administrazio-eskubideak behar direla instalazio-prozesua egiteko."
+msgid "<tt>REGISTER_NO_MSO_TYPES=1</tt> will suppress registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
+msgstr ""
#: readme.xrm#s2we10.s2we10.readmeitem.text
msgid "As a general rule, you are recommended to install ${PRODUCTNAME} via the installation methods recommended by your particular Linux distribution (such as the Ubuntu Software Center, in the case of Ubuntu Linux). This is because it is usually the simplest way to obtain an installation that is optimally integrated into your system. Indeed, ${PRODUCTNAME} may well be already installed by default when you originally install your Linux operating system."
@@ -186,8 +177,9 @@ msgid "Installation of ${PRODUCTNAME} on Debian/Ubuntu-based Linux systems"
msgstr "${PRODUCTNAME}(r)en instalazioa Debian/Ubuntu oinarriko Linux-sistemetan"
#: readme.xrm#debianinstall1.debianinstall1.readmeitem.text
-msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to do that, please read the section below entitled Deinstallation of a Previous Version of ${PRODUCTNAME}. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
-msgstr "${PRODUCTNAME}-en bertsio zahar bat badaukazu instalatuta, desinstalatu egin beharko duzu aurrera jarraitu aurretik. Hori nola egin ez badakizu, irakurri ezazu azpiko ${PRODUCTNAME}-ren Aurreko Bertsio Baten Desinstalazioa atala. Hizkuntza-pakete bat nola instalatu (${PRODUCTNAME}-(r)en US English bertsioa instalatu ondoren) ikasi nahi baduzu, irakurri ezazu azpiko Hizkuntza-Pakete Bat Instalatzen."
+msgctxt "readme.xrm#debianinstall1.debianinstall1.readmeitem.text"
+msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
+msgstr ""
#: readme.xrm#debianinstall2.debianinstall2.readmeitem.text
msgctxt "readme.xrm#debianinstall2.debianinstall2.readmeitem.text"
@@ -236,8 +228,9 @@ msgid "Installation of ${PRODUCTNAME} on Fedora, Suse, Mandriva and other Linux
msgstr "${PRODUCTNAME}(r)en instalazioa Fedora, Suse, Mandriva edo beste Linux-sistemetan RPM-paketeak erabiltzen"
#: readme.xrm#rpminstall1.rpminstall1.readmeitem.text
-msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to do that, please read the section below entitled De-installation of a Previous Version of ${PRODUCTNAME}. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
-msgstr "Aurreko ${PRODUCTNAME}-bertsio bat badaukazu instalatuta, desinstalatu egin beharko duzu aurrera jarraitu aurretik. Hori nola egin ikasteko, irakur ezazu azpiko \"Aurreko ${PRODUCTNAME} bertsio baten desinstalazioa\" atala. Hizkuntza-pakete bat nola instalatu ikasi nahi baduzu (Estatu Batuetako ingelesez instalatu ondoren ${PRODUCTNAME}), irakur ezazu \"Hizkuntza-paketeak instalatzen\" atala."
+msgctxt "readme.xrm#rpminstall1.rpminstall1.readmeitem.text"
+msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
+msgstr ""
#: readme.xrm#rpminstall2.rpminstall2.readmeitem.text
msgctxt "readme.xrm#rpminstall2.rpminstall2.readmeitem.text"
@@ -281,16 +274,20 @@ msgid "Now run the installation command again:"
msgstr "Orain, exekutatu ezazu berriro instalazio-komandoa:"
#: readme.xrm#rpminstallB.rpminstallB.readmeitem.text
-msgid "For Fedora-based systems: su -c 'yum install *redhat*.rpm'"
-msgstr "Fedora oinarriko sistemetarako: su -c 'yum install *redhat*.rpm'"
+msgid "For Fedora-based systems: su -c 'yum install *freedesktop*.rpm'"
+msgstr "Fedora oinarriko sistemetarako: su -c 'yum install *freedesktop*.rpm'"
#: readme.xrm#rpminstallC.rpminstallC.readmeitem.text
msgid "For Mandriva-based systems: sudo urpmi *mandriva*.rpm"
msgstr "Mandriva oinarriko sistemetarako: sudo urpmi *mandriva*.rpm"
+#: readme.xrm#rpminstallF.rpminstallF.readmeitem.text
+msgid "For SUSE-based systems: rpm -Uvh *suse*.rpm"
+msgstr ""
+
#: readme.xrm#rpminstallD.rpminstallD.readmeitem.text
-msgid "For other RPM-based systems (Suse, etc.): rpm -Uvh *suse*.rpm"
-msgstr "RPM oinarriko beste sistemetarako (Suse, etab.): rpm -Uvh *suse*.rpm"
+msgid "For other RPM-based systems: rpm -Uvh *freedesktop*.rpm"
+msgstr ""
#: readme.xrm#rpminstallE.rpminstallE.readmeitem.text
msgctxt "readme.xrm#rpminstallE.rpminstallE.readmeitem.text"
diff --git a/translations/source/eu/reportbuilder/java/com/sun/star/report/function/metadata.po b/translations/source/eu/reportbuilder/java/com/sun/star/report/function/metadata.po
index 5b23e4b477e..6ed295fc946 100644
--- a/translations/source/eu/reportbuilder/java/com/sun/star/report/function/metadata.po
+++ b/translations/source/eu/reportbuilder/java/com/sun/star/report/function/metadata.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fjava%2Fcom%2Fsun%2Fstar%2Freport%2Ffunction%2Fmetadata.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/reportbuilder/registry/data/org/openoffice/Office.po b/translations/source/eu/reportbuilder/registry/data/org/openoffice/Office.po
index c5183d04277..241417a0264 100644
--- a/translations/source/eu/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/translations/source/eu/reportbuilder/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:08+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/reportbuilder/registry/data/org/openoffice/Office/UI.po b/translations/source/eu/reportbuilder/registry/data/org/openoffice/Office/UI.po
index 0a3dbd1fa90..1321ef2eddb 100644
--- a/translations/source/eu/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/eu/reportbuilder/registry/data/org/openoffice/Office/UI.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 15:42+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/translations/source/eu/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index 7ed5ed0bccc..bc3618b9001 100644
--- a/translations/source/eu/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/translations/source/eu/reportbuilder/registry/data/org/openoffice/TypeDetection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:08+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/reportbuilder/util.po b/translations/source/eu/reportbuilder/util.po
index acc0d645842..5eb9236734f 100644
--- a/translations/source/eu/reportbuilder/util.po
+++ b/translations/source/eu/reportbuilder/util.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/reportdesign/source/core/resource.po b/translations/source/eu/reportdesign/source/core/resource.po
index ba930b60edd..ad1a000fdc3 100644
--- a/translations/source/eu/reportdesign/source/core/resource.po
+++ b/translations/source/eu/reportdesign/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 14:08+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/reportdesign/source/ui/dlg.po b/translations/source/eu/reportdesign/source/ui/dlg.po
index a4ed6f0781f..146abaedadb 100644
--- a/translations/source/eu/reportdesign/source/ui/dlg.po
+++ b/translations/source/eu/reportdesign/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:09+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/reportdesign/source/ui/inspection.po b/translations/source/eu/reportdesign/source/ui/inspection.po
index 03ca21c6c54..912defbe106 100644
--- a/translations/source/eu/reportdesign/source/ui/inspection.po
+++ b/translations/source/eu/reportdesign/source/ui/inspection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 14:09+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/reportdesign/source/ui/report.po b/translations/source/eu/reportdesign/source/ui/report.po
index b673a8d512d..2978c95bfa6 100644
--- a/translations/source/eu/reportdesign/source/ui/report.po
+++ b/translations/source/eu/reportdesign/source/ui/report.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:09+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sc/source/core/src.po b/translations/source/eu/sc/source/core/src.po
index 39a169fb0ec..619ac2fa9b5 100644
--- a/translations/source/eu/sc/source/core/src.po
+++ b/translations/source/eu/sc/source/core/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 14:09+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sc/source/ui/cctrl.po b/translations/source/eu/sc/source/ui/cctrl.po
index 819cd419e33..b1e54972608 100644
--- a/translations/source/eu/sc/source/ui/cctrl.po
+++ b/translations/source/eu/sc/source/ui/cctrl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:09+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sc/source/ui/dbgui.po b/translations/source/eu/sc/source/ui/dbgui.po
index 66416253171..54225cef2ac 100644
--- a/translations/source/eu/sc/source/ui/dbgui.po
+++ b/translations/source/eu/sc/source/ui/dbgui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-23 04:10+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sc/source/ui/docshell.po b/translations/source/eu/sc/source/ui/docshell.po
index e9cfacd54ba..339671a0fb9 100644
--- a/translations/source/eu/sc/source/ui/docshell.po
+++ b/translations/source/eu/sc/source/ui/docshell.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 14:09+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sc/source/ui/drawfunc.po b/translations/source/eu/sc/source/ui/drawfunc.po
index 7b55033e4fe..3d9a729ff55 100644
--- a/translations/source/eu/sc/source/ui/drawfunc.po
+++ b/translations/source/eu/sc/source/ui/drawfunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:09+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sc/source/ui/formdlg.po b/translations/source/eu/sc/source/ui/formdlg.po
index 7a7fb36895e..03ae5280a7a 100644
--- a/translations/source/eu/sc/source/ui/formdlg.po
+++ b/translations/source/eu/sc/source/ui/formdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:09+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sc/source/ui/miscdlgs.po b/translations/source/eu/sc/source/ui/miscdlgs.po
index cc1a5057454..d060b9defc9 100644
--- a/translations/source/eu/sc/source/ui/miscdlgs.po
+++ b/translations/source/eu/sc/source/ui/miscdlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-08-01 12:12+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sc/source/ui/navipi.po b/translations/source/eu/sc/source/ui/navipi.po
index 2180663e2d1..b7e774bac4a 100644
--- a/translations/source/eu/sc/source/ui/navipi.po
+++ b/translations/source/eu/sc/source/ui/navipi.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-15 11:02+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sc/source/ui/pagedlg.po b/translations/source/eu/sc/source/ui/pagedlg.po
index 4ca5a531ae6..8501cdcc946 100644
--- a/translations/source/eu/sc/source/ui/pagedlg.po
+++ b/translations/source/eu/sc/source/ui/pagedlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 14:09+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sc/source/ui/src.po b/translations/source/eu/sc/source/ui/src.po
index 015a2b809cb..39c87781e7f 100644
--- a/translations/source/eu/sc/source/ui/src.po
+++ b/translations/source/eu/sc/source/ui/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-21 15:48+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -29,7 +29,7 @@ msgstr "~Ezabatu"
#: namedlg.src#RID_SCDLG_NAMES.BTN_NAME_OK.pushbutton.text
msgid "OK"
-msgstr ""
+msgstr "Ados"
#: namedlg.src#RID_SCDLG_NAMES.BTN_NAME_CANCEL.pushbutton.text
msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_NAME_CANCEL.pushbutton.text"
@@ -1637,9 +1637,9 @@ msgstr "Ezabatu"
msgid "Restore"
msgstr "Leheneratu"
-#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_LAST.pushbutton.text
-msgid "Last Record"
-msgstr "Azken erregistroa"
+#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_PREV.pushbutton.text
+msgid "Previous Record"
+msgstr "Aurreko erregistroa"
#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_NEXT.pushbutton.text
msgid "Next Record"
@@ -12193,6 +12193,17 @@ msgstr ""
msgid "Invalid name. Only use letters, numbers and underscore."
msgstr ""
+#: globstr.src#RID_GLOBSTR.STR_UNSAVED_EXT_REF.string.text
+msgid ""
+"This Document contains external references to unsaved documents.\n"
+"\n"
+"Do you want to continue?"
+msgstr ""
+
+#: globstr.src#RID_GLOBSTR.STR_CLOSE_WITH_UNSAVED_REFS.string.text
+msgid "This Document is referenced by another document and not yet saved. Closing it without saving will result in data loss."
+msgstr ""
+
#: crnrdlg.src#RID_SCDLG_COLROWNAMERANGES.FL_ASSIGN.fixedline.text
msgctxt "crnrdlg.src#RID_SCDLG_COLROWNAMERANGES.FL_ASSIGN.fixedline.text"
msgid "Range"
diff --git a/translations/source/eu/sc/source/ui/styleui.po b/translations/source/eu/sc/source/ui/styleui.po
index 4cd1613d57e..ccb372df2b3 100644
--- a/translations/source/eu/sc/source/ui/styleui.po
+++ b/translations/source/eu/sc/source/ui/styleui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-08-01 14:26+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/scaddins/source/analysis.po b/translations/source/eu/scaddins/source/analysis.po
index 6c9c6fe0d03..992d2738710 100644
--- a/translations/source/eu/scaddins/source/analysis.po
+++ b/translations/source/eu/scaddins/source/analysis.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:11+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/scaddins/source/datefunc.po b/translations/source/eu/scaddins/source/datefunc.po
index cdaa58c1e62..25cb144cbd6 100644
--- a/translations/source/eu/scaddins/source/datefunc.po
+++ b/translations/source/eu/scaddins/source/datefunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:10+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sccomp/source/solver.po b/translations/source/eu/sccomp/source/solver.po
index 8c321464649..34aec3b171f 100644
--- a/translations/source/eu/sccomp/source/solver.po
+++ b/translations/source/eu/sccomp/source/solver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 14:10+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/scp2/source/accessories.po b/translations/source/eu/scp2/source/accessories.po
index 93f8ad662b5..a37b420ea7e 100644
--- a/translations/source/eu/scp2/source/accessories.po
+++ b/translations/source/eu/scp2/source/accessories.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-08-01 14:29+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/scp2/source/activex.po b/translations/source/eu/scp2/source/activex.po
index abc950e94da..8006f7c19be 100644
--- a/translations/source/eu/scp2/source/activex.po
+++ b/translations/source/eu/scp2/source/activex.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 14:10+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/scp2/source/base.po b/translations/source/eu/scp2/source/base.po
index 6c3f30b1209..b1c7740788b 100644
--- a/translations/source/eu/scp2/source/base.po
+++ b/translations/source/eu/scp2/source/base.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:10+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -39,6 +39,16 @@ msgstr "%PRODUCTNAME Base-ren laguntza"
msgid "Help about %PRODUCTNAME Base"
msgstr "%PRODUCTNAME Base-ri buruzko laguntza"
+#: postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr ""
+
+#: postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr ""
+
#: folderitem_base.ulf#STR_FI_TOOLTIP_BASE.LngText.text
msgid "Manage databases, create queries and reports to track and manage your information by using Base."
msgstr "Kudeatu datu-baseak eta sortu kontsultak eta txostenak informazioa eskuratzeko eta kudeatzeko Base-rekin."
diff --git a/translations/source/eu/scp2/source/binfilter.po b/translations/source/eu/scp2/source/binfilter.po
index 6259485dc2e..97b33338097 100644
--- a/translations/source/eu/scp2/source/binfilter.po
+++ b/translations/source/eu/scp2/source/binfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 14:10+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/scp2/source/calc.po b/translations/source/eu/scp2/source/calc.po
index ad8b4dae5d6..f3475b06cca 100644
--- a/translations/source/eu/scp2/source/calc.po
+++ b/translations/source/eu/scp2/source/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 14:10+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/scp2/source/draw.po b/translations/source/eu/scp2/source/draw.po
index 98f7b965217..8781f0152b2 100644
--- a/translations/source/eu/scp2/source/draw.po
+++ b/translations/source/eu/scp2/source/draw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:10+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/scp2/source/extensions.po b/translations/source/eu/scp2/source/extensions.po
index 3c6f81764b8..4b0c1247523 100644
--- a/translations/source/eu/scp2/source/extensions.po
+++ b/translations/source/eu/scp2/source/extensions.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-08-01 14:42+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -249,16 +249,6 @@ msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_MYSQLC.LngTex
msgid "MySQL Connector"
msgstr "MySQL konektorea"
-#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text
-msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text"
-msgid "PostgreSQL Connector"
-msgstr ""
-
-#: module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text
-msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text"
-msgid "PostgreSQL Connector"
-msgstr ""
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_OOOBLOGGER.LngText.text
msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_OOOBLOGGER.LngText.text"
msgid "Metaweblog Support"
diff --git a/translations/source/eu/scp2/source/gnome.po b/translations/source/eu/scp2/source/gnome.po
index 39df67d4682..48cc44f0aa3 100644
--- a/translations/source/eu/scp2/source/gnome.po
+++ b/translations/source/eu/scp2/source/gnome.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:11+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/scp2/source/graphicfilter.po b/translations/source/eu/scp2/source/graphicfilter.po
index 68f0893b627..c28c778f999 100644
--- a/translations/source/eu/scp2/source/graphicfilter.po
+++ b/translations/source/eu/scp2/source/graphicfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:11+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/scp2/source/impress.po b/translations/source/eu/scp2/source/impress.po
index fe804ffe0b6..80d4016d0d6 100644
--- a/translations/source/eu/scp2/source/impress.po
+++ b/translations/source/eu/scp2/source/impress.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:11+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/scp2/source/javafilter.po b/translations/source/eu/scp2/source/javafilter.po
index 14476988641..439a52285d0 100644
--- a/translations/source/eu/scp2/source/javafilter.po
+++ b/translations/source/eu/scp2/source/javafilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:11+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/scp2/source/kde.po b/translations/source/eu/scp2/source/kde.po
index 398cfc49169..441f2056d49 100644
--- a/translations/source/eu/scp2/source/kde.po
+++ b/translations/source/eu/scp2/source/kde.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:11+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/scp2/source/math.po b/translations/source/eu/scp2/source/math.po
index ccdb9a4ec19..c1fcc247ce5 100644
--- a/translations/source/eu/scp2/source/math.po
+++ b/translations/source/eu/scp2/source/math.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:11+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/scp2/source/onlineupdate.po b/translations/source/eu/scp2/source/onlineupdate.po
index fefbff2a881..d339e14dcba 100644
--- a/translations/source/eu/scp2/source/onlineupdate.po
+++ b/translations/source/eu/scp2/source/onlineupdate.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:11+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/scp2/source/ooo.po b/translations/source/eu/scp2/source/ooo.po
index 47904c1845f..50dd8bdbde1 100644
--- a/translations/source/eu/scp2/source/ooo.po
+++ b/translations/source/eu/scp2/source/ooo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-14 18:05+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -1090,7 +1090,7 @@ msgstr "Krozierazko zuzentzaile ortografikoa eta marratxo-arauak"
#: module_ooo.ulf#STR_NAME_MODULE_EXTENSION_DICTIONARY_AN.LngText.text
msgid "Aragonese"
-msgstr ""
+msgstr "Aragoiera"
#: module_ooo.ulf#STR_DESC_MODULE_EXTENSION_DICTIONARY_AN.LngText.text
#, fuzzy
@@ -2556,7 +2556,7 @@ msgstr ""
#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_LB.LngText.text
msgid "Luxembourgish"
-msgstr ""
+msgstr "Luxenburgera"
#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_LB.LngText.text
msgid "Installs the Luxembourgish user interface"
diff --git a/translations/source/eu/scp2/source/python.po b/translations/source/eu/scp2/source/python.po
index 9d21833cfbc..8ac99031baf 100644
--- a/translations/source/eu/scp2/source/python.po
+++ b/translations/source/eu/scp2/source/python.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:11+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/scp2/source/quickstart.po b/translations/source/eu/scp2/source/quickstart.po
index eddbff76beb..c1b3d36ed7f 100644
--- a/translations/source/eu/scp2/source/quickstart.po
+++ b/translations/source/eu/scp2/source/quickstart.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:11+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/scp2/source/sdkoo.po b/translations/source/eu/scp2/source/sdkoo.po
index 195e5456397..3c9fbf76caa 100644
--- a/translations/source/eu/scp2/source/sdkoo.po
+++ b/translations/source/eu/scp2/source/sdkoo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:11+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/scp2/source/smoketest.po b/translations/source/eu/scp2/source/smoketest.po
index c72a02204e2..10217e065df 100644
--- a/translations/source/eu/scp2/source/smoketest.po
+++ b/translations/source/eu/scp2/source/smoketest.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fsmoketest.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/scp2/source/winexplorerext.po b/translations/source/eu/scp2/source/winexplorerext.po
index 47466496ce9..607cc67f965 100644
--- a/translations/source/eu/scp2/source/winexplorerext.po
+++ b/translations/source/eu/scp2/source/winexplorerext.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:11+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/scp2/source/writer.po b/translations/source/eu/scp2/source/writer.po
index 85e379c4f5f..fb855dc6d74 100644
--- a/translations/source/eu/scp2/source/writer.po
+++ b/translations/source/eu/scp2/source/writer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:11+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/scp2/source/xsltfilter.po b/translations/source/eu/scp2/source/xsltfilter.po
index 5cdb8be5294..1b2f9c340e2 100644
--- a/translations/source/eu/scp2/source/xsltfilter.po
+++ b/translations/source/eu/scp2/source/xsltfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:11+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/scripting/source/pyprov.po b/translations/source/eu/scripting/source/pyprov.po
index e081f450142..e1831b5469a 100644
--- a/translations/source/eu/scripting/source/pyprov.po
+++ b/translations/source/eu/scripting/source/pyprov.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 17:27+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sd/source/core.po b/translations/source/eu/sd/source/core.po
index c5fa7ea4487..e190667d9fd 100644
--- a/translations/source/eu/sd/source/core.po
+++ b/translations/source/eu/sd/source/core.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-29 17:55+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sd/source/filter/html.po b/translations/source/eu/sd/source/filter/html.po
index 2731cda6a00..23d8015a5b9 100644
--- a/translations/source/eu/sd/source/filter/html.po
+++ b/translations/source/eu/sd/source/filter/html.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:12+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sd/source/ui/accessibility.po b/translations/source/eu/sd/source/ui/accessibility.po
index 9f39587aa5a..7ba9f377711 100644
--- a/translations/source/eu/sd/source/ui/accessibility.po
+++ b/translations/source/eu/sd/source/ui/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:12+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sd/source/ui/animations.po b/translations/source/eu/sd/source/ui/animations.po
index 4739c4113eb..38df01c4012 100644
--- a/translations/source/eu/sd/source/ui/animations.po
+++ b/translations/source/eu/sd/source/ui/animations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 14:12+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sd/source/ui/annotations.po b/translations/source/eu/sd/source/ui/annotations.po
index 9861ad48ce6..98cc28f5b3e 100644
--- a/translations/source/eu/sd/source/ui/annotations.po
+++ b/translations/source/eu/sd/source/ui/annotations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:12+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sd/source/ui/app.po b/translations/source/eu/sd/source/ui/app.po
index 174b0b09efc..f4139457031 100644
--- a/translations/source/eu/sd/source/ui/app.po
+++ b/translations/source/eu/sd/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-29 17:55+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sd/source/ui/dlg.po b/translations/source/eu/sd/source/ui/dlg.po
index ac9a57d8ebb..5e43d8b2e48 100644
--- a/translations/source/eu/sd/source/ui/dlg.po
+++ b/translations/source/eu/sd/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-29 17:56+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sd/source/ui/notes.po b/translations/source/eu/sd/source/ui/notes.po
index 074d1f1b512..7eedf7a5f90 100644
--- a/translations/source/eu/sd/source/ui/notes.po
+++ b/translations/source/eu/sd/source/ui/notes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:12+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sd/source/ui/slideshow.po b/translations/source/eu/sd/source/ui/slideshow.po
index c4bcdc16f35..2433e28b9a2 100644
--- a/translations/source/eu/sd/source/ui/slideshow.po
+++ b/translations/source/eu/sd/source/ui/slideshow.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-29 17:57+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sd/source/ui/slidesorter/view.po b/translations/source/eu/sd/source/ui/slidesorter/view.po
index 73cf5582716..e387e2415ff 100644
--- a/translations/source/eu/sd/source/ui/slidesorter/view.po
+++ b/translations/source/eu/sd/source/ui/slidesorter/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-24 02:22+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sd/source/ui/table.po b/translations/source/eu/sd/source/ui/table.po
index 77b52858237..65013113bca 100644
--- a/translations/source/eu/sd/source/ui/table.po
+++ b/translations/source/eu/sd/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:12+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sd/source/ui/view.po b/translations/source/eu/sd/source/ui/view.po
index 21c0ceee8e6..ea258dc21b0 100644
--- a/translations/source/eu/sd/source/ui/view.po
+++ b/translations/source/eu/sd/source/ui/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 14:12+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sdext/source/minimizer.po b/translations/source/eu/sdext/source/minimizer.po
index 13ac92abca7..9ea1e23d23e 100644
--- a/translations/source/eu/sdext/source/minimizer.po
+++ b/translations/source/eu/sdext/source/minimizer.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-01 22:50+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/translations/source/eu/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index 6535151bcac..83ef3d08b4b 100644
--- a/translations/source/eu/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/translations/source/eu/sdext/source/minimizer/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:12+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/translations/source/eu/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index 3a78a0d65cd..85931204069 100644
--- a/translations/source/eu/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/eu/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-17 14:00+0200\n"
"Last-Translator: Mikel <mikel.paskual@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sdext/source/pdfimport.po b/translations/source/eu/sdext/source/pdfimport.po
index 3379f2908f5..d60d3b8f422 100644
--- a/translations/source/eu/sdext/source/pdfimport.po
+++ b/translations/source/eu/sdext/source/pdfimport.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sdext/source/presenter.po b/translations/source/eu/sdext/source/presenter.po
index b7bae8d199c..d1d669cf81d 100644
--- a/translations/source/eu/sdext/source/presenter.po
+++ b/translations/source/eu/sdext/source/presenter.po
@@ -3,20 +3,20 @@ 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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Presenter Console"
-msgstr ""
+msgstr "Aurkezlearen kontsola"
#: description.xml#extdesc.extdesc.description.text
msgid ""
diff --git a/translations/source/eu/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/translations/source/eu/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index 16b2424b4df..2e5829f47a6 100644
--- a/translations/source/eu/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/translations/source/eu/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:13+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/translations/source/eu/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index 7e041cccc46..aeec6585a83 100644
--- a/translations/source/eu/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/eu/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-14 18:05+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/setup_native/source/mac.po b/translations/source/eu/setup_native/source/mac.po
index 711cac72eb8..5edee61699d 100644
--- a/translations/source/eu/setup_native/source/mac.po
+++ b/translations/source/eu/setup_native/source/mac.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 14:13+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sfx2/source/appl.po b/translations/source/eu/sfx2/source/appl.po
index 6ae4629d8f7..455234e716a 100644
--- a/translations/source/eu/sfx2/source/appl.po
+++ b/translations/source/eu/sfx2/source/appl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-23 14:13+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sfx2/source/bastyp.po b/translations/source/eu/sfx2/source/bastyp.po
index b94230d8dd3..0f63bfb5c9f 100644
--- a/translations/source/eu/sfx2/source/bastyp.po
+++ b/translations/source/eu/sfx2/source/bastyp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:13+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sfx2/source/dialog.po b/translations/source/eu/sfx2/source/dialog.po
index eb70369d06d..194843517c0 100644
--- a/translations/source/eu/sfx2/source/dialog.po
+++ b/translations/source/eu/sfx2/source/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-23 14:11+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -690,6 +690,10 @@ msgstr "~Informazio gehiago..."
msgid "~Ask when not saving in ODF format"
msgstr "~Galdetu ODF formatuan noiz ez gorde"
+#: alienwarn.src#RID_DLG_ALIEN_WARNING.modaldialog.text
+msgid "Confirm File Format"
+msgstr ""
+
#: taskpane.src#STR_SFX_DOCK.string.text
msgid "Dock"
msgstr "Atrakatu"
diff --git a/translations/source/eu/sfx2/source/doc.po b/translations/source/eu/sfx2/source/doc.po
index bbbda28a68f..f673474510b 100644
--- a/translations/source/eu/sfx2/source/doc.po
+++ b/translations/source/eu/sfx2/source/doc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-21 15:49+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sfx2/source/menu.po b/translations/source/eu/sfx2/source/menu.po
index d5d1bedb565..fb37303be55 100644
--- a/translations/source/eu/sfx2/source/menu.po
+++ b/translations/source/eu/sfx2/source/menu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:13+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sfx2/source/view.po b/translations/source/eu/sfx2/source/view.po
index 11837a8cdf7..43f759a9951 100644
--- a/translations/source/eu/sfx2/source/view.po
+++ b/translations/source/eu/sfx2/source/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:13+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/shell/source/win32/shlxthandler/res.po b/translations/source/eu/shell/source/win32/shlxthandler/res.po
index 6ada7699f40..0ada575681b 100644
--- a/translations/source/eu/shell/source/win32/shlxthandler/res.po
+++ b/translations/source/eu/shell/source/win32/shlxthandler/res.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:13+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/starmath/source.po b/translations/source/eu/starmath/source.po
index 9f402186d9e..34856e73f2b 100644
--- a/translations/source/eu/starmath/source.po
+++ b/translations/source/eu/starmath/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-21 17:40+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/svl/source/items.po b/translations/source/eu/svl/source/items.po
index 70c1112bab9..1cc1e614150 100644
--- a/translations/source/eu/svl/source/items.po
+++ b/translations/source/eu/svl/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:13+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/svl/source/misc.po b/translations/source/eu/svl/source/misc.po
index 965d79ac128..43df8542dda 100644
--- a/translations/source/eu/svl/source/misc.po
+++ b/translations/source/eu/svl/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-21 17:14+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/svtools/source/contnr.po b/translations/source/eu/svtools/source/contnr.po
index 7beeaf378a7..8cd923f4387 100644
--- a/translations/source/eu/svtools/source/contnr.po
+++ b/translations/source/eu/svtools/source/contnr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:13+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/svtools/source/control.po b/translations/source/eu/svtools/source/control.po
index bbd94ff1fef..c377d6626ec 100644
--- a/translations/source/eu/svtools/source/control.po
+++ b/translations/source/eu/svtools/source/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-08-01 15:10+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/svtools/source/dialogs.po b/translations/source/eu/svtools/source/dialogs.po
index 000a6403710..e548ec81825 100644
--- a/translations/source/eu/svtools/source/dialogs.po
+++ b/translations/source/eu/svtools/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-08-01 15:13+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/svtools/source/filter.po b/translations/source/eu/svtools/source/filter.po
index ac9cf60cd6e..8fa4a27f432 100644
--- a/translations/source/eu/svtools/source/filter.po
+++ b/translations/source/eu/svtools/source/filter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-29 17:52+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/svtools/source/java.po b/translations/source/eu/svtools/source/java.po
index feef0269ae5..275dacf4523 100644
--- a/translations/source/eu/svtools/source/java.po
+++ b/translations/source/eu/svtools/source/java.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 15:53+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/svtools/source/misc.po b/translations/source/eu/svtools/source/misc.po
index d074b5e9ba5..002521ff089 100644
--- a/translations/source/eu/svtools/source/misc.po
+++ b/translations/source/eu/svtools/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-21 17:23+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/svtools/source/plugapp.po b/translations/source/eu/svtools/source/plugapp.po
index 3e7aa12ec3f..6ae8e631944 100644
--- a/translations/source/eu/svtools/source/plugapp.po
+++ b/translations/source/eu/svtools/source/plugapp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:13+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/svtools/source/toolpanel.po b/translations/source/eu/svtools/source/toolpanel.po
index 23c875e53f6..fce766d597d 100644
--- a/translations/source/eu/svtools/source/toolpanel.po
+++ b/translations/source/eu/svtools/source/toolpanel.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 14:13+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/svtools/workben/unodialog.po b/translations/source/eu/svtools/workben/unodialog.po
index 4407bb9fe02..03b227a10b0 100644
--- a/translations/source/eu/svtools/workben/unodialog.po
+++ b/translations/source/eu/svtools/workben/unodialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 14:13+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/svx/inc.po b/translations/source/eu/svx/inc.po
index 0fa042f0f67..fdf35928ee8 100644
--- a/translations/source/eu/svx/inc.po
+++ b/translations/source/eu/svx/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:14+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/svx/source/accessibility.po b/translations/source/eu/svx/source/accessibility.po
index 5d4a54ccfcc..ce1503c78b4 100644
--- a/translations/source/eu/svx/source/accessibility.po
+++ b/translations/source/eu/svx/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 14:13+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/svx/source/dialog.po b/translations/source/eu/svx/source/dialog.po
index 222ffde8b16..df6e291ef90 100644
--- a/translations/source/eu/svx/source/dialog.po
+++ b/translations/source/eu/svx/source/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 15:52+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -2500,7 +2500,7 @@ msgstr ""
#: sdstring.src#RID_SVXSTR_LEND15.string.text
msgid "Diamond"
-msgstr ""
+msgstr "Erronboa"
#: sdstring.src#RID_SVXSTR_LEND16.string.text
msgid "Circle unfilled"
diff --git a/translations/source/eu/svx/source/engine3d.po b/translations/source/eu/svx/source/engine3d.po
index d87940c981d..d522853dbe0 100644
--- a/translations/source/eu/svx/source/engine3d.po
+++ b/translations/source/eu/svx/source/engine3d.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:14+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/svx/source/fmcomp.po b/translations/source/eu/svx/source/fmcomp.po
index dc44d6577dc..953b123c881 100644
--- a/translations/source/eu/svx/source/fmcomp.po
+++ b/translations/source/eu/svx/source/fmcomp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:14+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/svx/source/form.po b/translations/source/eu/svx/source/form.po
index 8f1d766cca3..7022bab77ee 100644
--- a/translations/source/eu/svx/source/form.po
+++ b/translations/source/eu/svx/source/form.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 15:24+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/svx/source/gallery2.po b/translations/source/eu/svx/source/gallery2.po
index 6c5b6ddb3ed..211e7df3bd2 100644
--- a/translations/source/eu/svx/source/gallery2.po
+++ b/translations/source/eu/svx/source/gallery2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:14+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/svx/source/items.po b/translations/source/eu/svx/source/items.po
index c5b3542edad..c01c4fdc7f8 100644
--- a/translations/source/eu/svx/source/items.po
+++ b/translations/source/eu/svx/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 14:14+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/svx/source/src.po b/translations/source/eu/svx/source/src.po
index b0ca0e1612b..9c61a41a4a4 100644
--- a/translations/source/eu/svx/source/src.po
+++ b/translations/source/eu/svx/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-08-01 16:11+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/svx/source/stbctrls.po b/translations/source/eu/svx/source/stbctrls.po
index 269240f3938..2c4e89ededc 100644
--- a/translations/source/eu/svx/source/stbctrls.po
+++ b/translations/source/eu/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: 2012-01-15 22:23+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 14:14+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/eu/svx/source/svdraw.po b/translations/source/eu/svx/source/svdraw.po
index aa5ed9f6a7b..a2525aee177 100644
--- a/translations/source/eu/svx/source/svdraw.po
+++ b/translations/source/eu/svx/source/svdraw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-17 14:30+0200\n"
"Last-Translator: Mikel <mikel.paskual@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/svx/source/table.po b/translations/source/eu/svx/source/table.po
index ceaf33a65e9..e09125c99a0 100644
--- a/translations/source/eu/svx/source/table.po
+++ b/translations/source/eu/svx/source/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 14:14+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/svx/source/tbxctrls.po b/translations/source/eu/svx/source/tbxctrls.po
index a349cf3a523..ebfca06aef5 100644
--- a/translations/source/eu/svx/source/tbxctrls.po
+++ b/translations/source/eu/svx/source/tbxctrls.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-23 05:37+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/svx/source/toolbars.po b/translations/source/eu/svx/source/toolbars.po
index 1770e23e137..3b297c56405 100644
--- a/translations/source/eu/svx/source/toolbars.po
+++ b/translations/source/eu/svx/source/toolbars.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:14+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/svx/source/unodialogs/textconversiondlgs.po b/translations/source/eu/svx/source/unodialogs/textconversiondlgs.po
index ab3da6c7293..10220745055 100644
--- a/translations/source/eu/svx/source/unodialogs/textconversiondlgs.po
+++ b/translations/source/eu/svx/source/unodialogs/textconversiondlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-01 16:23+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sw/source/core/layout.po b/translations/source/eu/sw/source/core/layout.po
index d184b338b05..b2594ce035e 100644
--- a/translations/source/eu/sw/source/core/layout.po
+++ b/translations/source/eu/sw/source/core/layout.po
@@ -3,14 +3,14 @@ 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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: eu\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sw/source/core/undo.po b/translations/source/eu/sw/source/core/undo.po
index 5075e3e061f..6020c8ae97c 100644
--- a/translations/source/eu/sw/source/core/undo.po
+++ b/translations/source/eu/sw/source/core/undo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 14:14+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sw/source/core/unocore.po b/translations/source/eu/sw/source/core/unocore.po
index d91bc8bba26..bcdf14036ad 100644
--- a/translations/source/eu/sw/source/core/unocore.po
+++ b/translations/source/eu/sw/source/core/unocore.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:14+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sw/source/ui/app.po b/translations/source/eu/sw/source/ui/app.po
index 1d61acd989f..52bde68a670 100644
--- a/translations/source/eu/sw/source/ui/app.po
+++ b/translations/source/eu/sw/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-01 11:54+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -393,7 +393,7 @@ msgstr "~Itzulbiratu"
#: mn.src#MN_AT_FRAME.FN_TOOL_ANCHOR_FRAME.menuitem.text
msgid "To ~Frame"
-msgstr ""
+msgstr "~Markora"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_PAGE.menuitem.text
msgid "To P~age"
@@ -401,15 +401,15 @@ msgstr ""
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_PARAGRAPH.menuitem.text
msgid "To ~Paragraph"
-msgstr ""
+msgstr "~Paragrafora"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_AT_CHAR.menuitem.text
msgid "To ~Character"
-msgstr ""
+msgstr "~Karakterera"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_CHAR.menuitem.text
msgid "As C~haracter"
-msgstr ""
+msgstr "K~araktere gisa"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.menuitem.text
msgid "An~chor"
diff --git a/translations/source/eu/sw/source/ui/chrdlg.po b/translations/source/eu/sw/source/ui/chrdlg.po
index 8f70b7243d7..243277368d9 100644
--- a/translations/source/eu/sw/source/ui/chrdlg.po
+++ b/translations/source/eu/sw/source/ui/chrdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 15:16+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sw/source/ui/config.po b/translations/source/eu/sw/source/ui/config.po
index 9f59a0802ae..67682194581 100644
--- a/translations/source/eu/sw/source/ui/config.po
+++ b/translations/source/eu/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: 2012-01-30 11:10+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 15:18+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/eu/sw/source/ui/dbui.po b/translations/source/eu/sw/source/ui/dbui.po
index 5f26b7eb93b..7f023cf6ae3 100644
--- a/translations/source/eu/sw/source/ui/dbui.po
+++ b/translations/source/eu/sw/source/ui/dbui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-07-17 14:32+0200\n"
"Last-Translator: Mikel <mikel.paskual@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sw/source/ui/dialog.po b/translations/source/eu/sw/source/ui/dialog.po
index d68565bd5c9..a81289fdc9a 100644
--- a/translations/source/eu/sw/source/ui/dialog.po
+++ b/translations/source/eu/sw/source/ui/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-08-01 11:57+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sw/source/ui/dochdl.po b/translations/source/eu/sw/source/ui/dochdl.po
index 847fca1f7bf..74a7b623b44 100644
--- a/translations/source/eu/sw/source/ui/dochdl.po
+++ b/translations/source/eu/sw/source/ui/dochdl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:15+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sw/source/ui/docvw.po b/translations/source/eu/sw/source/ui/docvw.po
index 2d50a5650b6..99eb341c7d7 100644
--- a/translations/source/eu/sw/source/ui/docvw.po
+++ b/translations/source/eu/sw/source/ui/docvw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-01 11:58+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sw/source/ui/envelp.po b/translations/source/eu/sw/source/ui/envelp.po
index 31d358265da..d6966cfdc9d 100644
--- a/translations/source/eu/sw/source/ui/envelp.po
+++ b/translations/source/eu/sw/source/ui/envelp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-17 15:35+0200\n"
"Last-Translator: Mikel <mikel.paskual@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sw/source/ui/fldui.po b/translations/source/eu/sw/source/ui/fldui.po
index 7cde446b81d..f7c83cd0269 100644
--- a/translations/source/eu/sw/source/ui/fldui.po
+++ b/translations/source/eu/sw/source/ui/fldui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:15+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sw/source/ui/fmtui.po b/translations/source/eu/sw/source/ui/fmtui.po
index 22916da169c..0cdb465368c 100644
--- a/translations/source/eu/sw/source/ui/fmtui.po
+++ b/translations/source/eu/sw/source/ui/fmtui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 14:15+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sw/source/ui/frmdlg.po b/translations/source/eu/sw/source/ui/frmdlg.po
index 61e62d1402d..b9098cb235d 100644
--- a/translations/source/eu/sw/source/ui/frmdlg.po
+++ b/translations/source/eu/sw/source/ui/frmdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 15:19+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sw/source/ui/globdoc.po b/translations/source/eu/sw/source/ui/globdoc.po
index 894d3e0d0f6..89b353c276e 100644
--- a/translations/source/eu/sw/source/ui/globdoc.po
+++ b/translations/source/eu/sw/source/ui/globdoc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:15+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sw/source/ui/index.po b/translations/source/eu/sw/source/ui/index.po
index 099cb1b4f2c..b7491c29a63 100644
--- a/translations/source/eu/sw/source/ui/index.po
+++ b/translations/source/eu/sw/source/ui/index.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%2Findex.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-01 22:50+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: cnttab.src#STR_TITLE.string.text
diff --git a/translations/source/eu/sw/source/ui/lingu.po b/translations/source/eu/sw/source/ui/lingu.po
index 7fae662c771..54c53729b22 100644
--- a/translations/source/eu/sw/source/ui/lingu.po
+++ b/translations/source/eu/sw/source/ui/lingu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 14:15+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sw/source/ui/misc.po b/translations/source/eu/sw/source/ui/misc.po
index 6c851d60761..29517ef8df5 100644
--- a/translations/source/eu/sw/source/ui/misc.po
+++ b/translations/source/eu/sw/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 15:47+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sw/source/ui/ribbar.po b/translations/source/eu/sw/source/ui/ribbar.po
index 6751cf2e108..b784566b65b 100644
--- a/translations/source/eu/sw/source/ui/ribbar.po
+++ b/translations/source/eu/sw/source/ui/ribbar.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:15+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -421,20 +421,20 @@ msgstr "Aplikatu"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_PAGE.menuitem.text
msgid "To Page"
-msgstr ""
+msgstr "Orrialde honetara"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_PARAGRAPH.menuitem.text
msgid "To Paragraph"
-msgstr ""
+msgstr "Paragrafoan"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_AT_CHAR.menuitem.text
msgid "To Character"
-msgstr ""
+msgstr "Karakterean"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_CHAR.menuitem.text
msgid "As Character"
-msgstr ""
+msgstr "Karaktere gisa"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_FRAME.menuitem.text
msgid "To Frame"
-msgstr ""
+msgstr "Markora"
diff --git a/translations/source/eu/sw/source/ui/shells.po b/translations/source/eu/sw/source/ui/shells.po
index da0771ac6a1..7c275f2183b 100644
--- a/translations/source/eu/sw/source/ui/shells.po
+++ b/translations/source/eu/sw/source/ui/shells.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 14:15+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -202,11 +202,11 @@ msgstr "Marrazki-testua"
#: shells.src#STR_SHELLNAME_MEDIA.string.text
msgid "Media"
-msgstr ""
+msgstr "Euskarria"
#: shells.src#STR_SHELLNAME_NAVIGATION.string.text
msgid "Navigation"
-msgstr ""
+msgstr "Nabigazioa"
#: shells.src#STR_SWBG_PARAGRAPH.string.text
msgid "Paragraph"
diff --git a/translations/source/eu/sw/source/ui/smartmenu.po b/translations/source/eu/sw/source/ui/smartmenu.po
index 3e8f4dc156e..c548ad8fb1c 100644
--- a/translations/source/eu/sw/source/ui/smartmenu.po
+++ b/translations/source/eu/sw/source/ui/smartmenu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:15+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sw/source/ui/table.po b/translations/source/eu/sw/source/ui/table.po
index 2ca166c8bc9..855c1bc39a7 100644
--- a/translations/source/eu/sw/source/ui/table.po
+++ b/translations/source/eu/sw/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-15 11:02+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -382,7 +382,7 @@ msgstr "Ezkerretik eskuinera"
#: tabledlg.src#TP_FORMAT_TABLE.LB_TEXTORIENTATION.2.stringlist.text
msgid "Right-to-left"
-msgstr ""
+msgstr "Eskuinetik ezkerrera"
#: tabledlg.src#TP_FORMAT_TABLE.LB_TEXTORIENTATION.3.stringlist.text
msgctxt "tabledlg.src#TP_FORMAT_TABLE.LB_TEXTORIENTATION.3.stringlist.text"
@@ -459,12 +459,12 @@ msgid "Text ~orientation"
msgstr ""
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.1.stringlist.text
-msgid "horizontal"
-msgstr ""
+msgid "Horizontal"
+msgstr "Horizontala"
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.2.stringlist.text
-msgid "vertical"
-msgstr ""
+msgid "Vertical"
+msgstr "Bertikala"
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.3.stringlist.text
msgctxt "tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.3.stringlist.text"
diff --git a/translations/source/eu/sw/source/ui/uiview.po b/translations/source/eu/sw/source/ui/uiview.po
index b2c9c2f6e24..e85d605626f 100644
--- a/translations/source/eu/sw/source/ui/uiview.po
+++ b/translations/source/eu/sw/source/ui/uiview.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:15+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sw/source/ui/utlui.po b/translations/source/eu/sw/source/ui/utlui.po
index 3a715fdcc44..51ec7a0eea3 100644
--- a/translations/source/eu/sw/source/ui/utlui.po
+++ b/translations/source/eu/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: 2012-01-30 11:09+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-08-01 12:08+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1510,7 +1510,7 @@ msgstr "1. numerazioa Hasiera"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text"
msgid "Numbering 1"
-msgstr "Numerazioa 1"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1E.string.text
msgid "Numbering 1 End"
@@ -1527,7 +1527,7 @@ msgstr "2. numerazioa Hasiera"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text"
msgid "Numbering 2"
-msgstr "Numerazioa 2"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2E.string.text
msgid "Numbering 2 End"
@@ -1544,7 +1544,7 @@ msgstr "3. numerazioa Hasiera"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text"
msgid "Numbering 3"
-msgstr "Numerazioa 3"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3E.string.text
msgid "Numbering 3 End"
@@ -1561,7 +1561,7 @@ msgstr "4. numerazioa Hasiera"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text"
msgid "Numbering 4"
-msgstr "Numerazioa 4"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4E.string.text
msgid "Numbering 4 End"
@@ -1578,7 +1578,7 @@ msgstr "5. numerazioa Hasiera"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text"
msgid "Numbering 5"
-msgstr "Numerazioa 5"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5E.string.text
msgid "Numbering 5 End"
@@ -1595,7 +1595,7 @@ msgstr "1. zerrenda Hasiera"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text"
msgid "List 1"
-msgstr "Zerrenda 1"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1E.string.text
msgid "List 1 End"
@@ -1612,7 +1612,7 @@ msgstr "2. zerrenda Hasiera"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text"
msgid "List 2"
-msgstr "Zerrenda 2"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2E.string.text
msgid "List 2 End"
@@ -1629,7 +1629,7 @@ msgstr "3. zerrenda Hasiera"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text"
msgid "List 3"
-msgstr "Zerrenda 3"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3E.string.text
msgid "List 3 End"
@@ -1646,7 +1646,7 @@ msgstr "4. zerrenda Hasiera"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text"
msgid "List 4"
-msgstr "Zerrenda 4"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4E.string.text
msgid "List 4 End"
@@ -1663,7 +1663,7 @@ msgstr "5. zerrenda Hasiera"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text"
msgid "List 5"
-msgstr "Zerrenda 5"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5E.string.text
msgid "List 5 End"
diff --git a/translations/source/eu/sw/source/ui/web.po b/translations/source/eu/sw/source/ui/web.po
index a88cfae4c89..d1bf226eb86 100644
--- a/translations/source/eu/sw/source/ui/web.po
+++ b/translations/source/eu/sw/source/ui/web.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 14:15+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sw/source/ui/wrtsh.po b/translations/source/eu/sw/source/ui/wrtsh.po
index 7e22163e8c8..37e372da84f 100644
--- a/translations/source/eu/sw/source/ui/wrtsh.po
+++ b/translations/source/eu/sw/source/ui/wrtsh.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 14:15+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/swext/mediawiki/help.po b/translations/source/eu/swext/mediawiki/help.po
index 7e6201d4d6e..812be022dc4 100644
--- a/translations/source/eu/swext/mediawiki/help.po
+++ b/translations/source/eu/swext/mediawiki/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-15 11:02+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/swext/mediawiki/src.po b/translations/source/eu/swext/mediawiki/src.po
index b97b35d9f94..37dcedd66fa 100644
--- a/translations/source/eu/swext/mediawiki/src.po
+++ b/translations/source/eu/swext/mediawiki/src.po
@@ -3,21 +3,21 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-01 16:11+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Wiki Publisher"
-msgstr ""
+msgstr "Wiki Publisher"
#: description.xml#extdesc.extdesc.description.text
msgid "The Wiki Publisher enables you to create Wiki articles on MediaWiki servers without having to know the syntax of the MediaWiki markup language. Publish your new and existing documents transparently with the Writer to a wiki page.\n"
diff --git a/translations/source/eu/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/translations/source/eu/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index 2fe8e9d8674..05743b3bfdd 100644
--- a/translations/source/eu/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/translations/source/eu/swext/mediawiki/src/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:15+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/translations/source/eu/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index 76b73252850..8188167697e 100644
--- a/translations/source/eu/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/translations/source/eu/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:16+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/sysui/desktop/share.po b/translations/source/eu/sysui/desktop/share.po
index 867ea991ad6..374cedecdc6 100644
--- a/translations/source/eu/sysui/desktop/share.po
+++ b/translations/source/eu/sysui/desktop/share.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-21 17:15+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/uui/source.po b/translations/source/eu/uui/source.po
index a0108b62b3c..70fc6e5e84d 100644
--- a/translations/source/eu/uui/source.po
+++ b/translations/source/eu/uui/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 17:15+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/vcl/source/src.po b/translations/source/eu/vcl/source/src.po
index 31f84a6c16b..7306d770097 100644
--- a/translations/source/eu/vcl/source/src.po
+++ b/translations/source/eu/vcl/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 15:47+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -746,23 +746,23 @@ msgstr "Zatitu leiho-bereizlea"
#: fpicker.src#STR_FPICKER_AUTO_EXTENSION.string.text
msgid "~Automatic file name extension"
-msgstr ""
+msgstr "~Fitxategi-izenaren luzapen automatikoa"
#: fpicker.src#STR_FPICKER_PASSWORD.string.text
msgid "Save with pass~word"
-msgstr ""
+msgstr "Gorde ~pasahitzarekin"
#: fpicker.src#STR_FPICKER_FILTER_OPTIONS.string.text
msgid "~Edit filter settings"
-msgstr ""
+msgstr "Editatu ~iragazki-ezarpenak"
#: fpicker.src#STR_FPICKER_READONLY.string.text
msgid "~Read-only"
-msgstr ""
+msgstr "~Irakurtzeko soilik"
#: fpicker.src#STR_FPICKER_INSERT_AS_LINK.string.text
msgid "~Link"
-msgstr ""
+msgstr "E~stekatu"
#: fpicker.src#STR_FPICKER_SHOW_PREVIEW.string.text
msgid "Pr~eview"
@@ -770,31 +770,31 @@ msgstr "Aurre~bista"
#: fpicker.src#STR_FPICKER_PLAY.string.text
msgid "~Play"
-msgstr ""
+msgstr "~Erreproduzitu"
#: fpicker.src#STR_FPICKER_VERSION.string.text
msgid "~Version:"
-msgstr ""
+msgstr "~Bertsioa:"
#: fpicker.src#STR_FPICKER_TEMPLATES.string.text
msgid "S~tyles:"
-msgstr ""
+msgstr "Es~tiloak:"
#: fpicker.src#STR_FPICKER_IMAGE_TEMPLATE.string.text
msgid "Style:"
-msgstr ""
+msgstr "Estiloa:"
#: fpicker.src#STR_FPICKER_SELECTION.string.text
msgid "~Selection"
-msgstr ""
+msgstr "~Hautapena"
#: fpicker.src#STR_FPICKER_FOLDER_DEFAULT_TITLE.string.text
msgid "Select Path"
-msgstr ""
+msgstr "Hautatu bide-izena"
#: fpicker.src#STR_FPICKER_FOLDER_DEFAULT_DESCRIPTION.string.text
msgid "Please select a folder."
-msgstr ""
+msgstr "Hautatu karpeta."
#: fpicker.src#STR_FPICKER_ALREADYEXISTOVERWRITE.string.text
msgid ""
@@ -802,19 +802,22 @@ msgid ""
"\n"
"Do you want to replace it?"
msgstr ""
+"Jada badago \"$filename$\" izeneko fitxategi bat.\n"
+"\n"
+"Ordeztu egin nahi al duzu?"
#: fpicker.src#STR_FPICKER_ALLFORMATS.string.text
msgid "All Formats"
-msgstr ""
+msgstr "Formatu guztiak"
#: fpicker.src#STR_FPICKER_OPEN.string.text
msgid "Open"
-msgstr ""
+msgstr "Ireki"
#: fpicker.src#STR_FPICKER_SAVE.string.text
msgid "Save"
-msgstr ""
+msgstr "Gorde"
#: fpicker.src#STR_FPICKER_TYPE.string.text
msgid "File ~type"
-msgstr ""
+msgstr "~Fitxategi mota"
diff --git a/translations/source/eu/wizards/source/euro.po b/translations/source/eu/wizards/source/euro.po
index 2985d43f496..1b96090a72e 100644
--- a/translations/source/eu/wizards/source/euro.po
+++ b/translations/source/eu/wizards/source/euro.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 17:18+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/wizards/source/formwizard.po b/translations/source/eu/wizards/source/formwizard.po
index 4adbee0a7cf..b42face7707 100644
--- a/translations/source/eu/wizards/source/formwizard.po
+++ b/translations/source/eu/wizards/source/formwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-23 05:43+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/wizards/source/importwizard.po b/translations/source/eu/wizards/source/importwizard.po
index ddcc6aa1c03..1d0e639bfc0 100644
--- a/translations/source/eu/wizards/source/importwizard.po
+++ b/translations/source/eu/wizards/source/importwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-21 17:19+0200\n"
"Last-Translator: Mikel <mikel@akaita.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/wizards/source/schedule.po b/translations/source/eu/wizards/source/schedule.po
index a3e7ac8ecf9..3d3918ea4dc 100644
--- a/translations/source/eu/wizards/source/schedule.po
+++ b/translations/source/eu/wizards/source/schedule.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 14:16+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/wizards/source/template.po b/translations/source/eu/wizards/source/template.po
index 488df23bf70..96d5d169349 100644
--- a/translations/source/eu/wizards/source/template.po
+++ b/translations/source/eu/wizards/source/template.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:16+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/xmlsecurity/source/component.po b/translations/source/eu/xmlsecurity/source/component.po
index 0ed14347acb..4637506cd42 100644
--- a/translations/source/eu/xmlsecurity/source/component.po
+++ b/translations/source/eu/xmlsecurity/source/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 14:16+0200\n"
"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/eu/xmlsecurity/source/dialogs.po b/translations/source/eu/xmlsecurity/source/dialogs.po
index 44bfe81c768..7d2ae6bf0c9 100644
--- a/translations/source/eu/xmlsecurity/source/dialogs.po
+++ b/translations/source/eu/xmlsecurity/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-05 10:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-17 15:03+0200\n"
"Last-Translator: Mikel <mikel.paskual@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: eu\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"
+"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/accessibility/source/helper.po b/translations/source/fa/accessibility/source/helper.po
index 5e2ca3eb69f..4edd0145a71 100644
--- a/translations/source/fa/accessibility/source/helper.po
+++ b/translations/source/fa/accessibility/source/helper.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 15:13+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/avmedia/source/framework.po b/translations/source/fa/avmedia/source/framework.po
index 13789a09498..8d38ceabe6a 100644
--- a/translations/source/fa/avmedia/source/framework.po
+++ b/translations/source/fa/avmedia/source/framework.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-08 13:52+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/avmedia/source/viewer.po b/translations/source/fa/avmedia/source/viewer.po
index 99a01d63da1..7394edb5be3 100644
--- a/translations/source/fa/avmedia/source/viewer.po
+++ b/translations/source/fa/avmedia/source/viewer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:11+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/basctl/source/basicide.po b/translations/source/fa/basctl/source/basicide.po
index 2a5c5fac38e..ec4650386c4 100644
--- a/translations/source/fa/basctl/source/basicide.po
+++ b/translations/source/fa/basctl/source/basicide.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-06 01:27+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/basctl/source/dlged.po b/translations/source/fa/basctl/source/dlged.po
index 78816f7c594..725e5ea8c47 100644
--- a/translations/source/fa/basctl/source/dlged.po
+++ b/translations/source/fa/basctl/source/dlged.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-26 10:09+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/basic/source/classes.po b/translations/source/fa/basic/source/classes.po
index a56b295ba6d..977c9e1f5df 100644
--- a/translations/source/fa/basic/source/classes.po
+++ b/translations/source/fa/basic/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-09-02 19:58+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/basic/source/sbx.po b/translations/source/fa/basic/source/sbx.po
index 475b9dc5837..bf1191c375c 100644
--- a/translations/source/fa/basic/source/sbx.po
+++ b/translations/source/fa/basic/source/sbx.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 15:13+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/chart2/source/controller/dialogs.po b/translations/source/fa/chart2/source/controller/dialogs.po
index 1814118ff1f..1bb3e66ef10 100644
--- a/translations/source/fa/chart2/source/controller/dialogs.po
+++ b/translations/source/fa/chart2/source/controller/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-06 01:29+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/connectivity/source/drivers/ado.po b/translations/source/fa/connectivity/source/drivers/ado.po
index d069e2fae98..31feb43b326 100644
--- a/translations/source/fa/connectivity/source/drivers/ado.po
+++ b/translations/source/fa/connectivity/source/drivers/ado.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-06 01:30+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/connectivity/source/drivers/calc.po b/translations/source/fa/connectivity/source/drivers/calc.po
index b6da8120480..8c127933762 100644
--- a/translations/source/fa/connectivity/source/drivers/calc.po
+++ b/translations/source/fa/connectivity/source/drivers/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 22:11+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/connectivity/source/drivers/dbase.po b/translations/source/fa/connectivity/source/drivers/dbase.po
index abe9f75cc62..ee5a5e7a145 100644
--- a/translations/source/fa/connectivity/source/drivers/dbase.po
+++ b/translations/source/fa/connectivity/source/drivers/dbase.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-06 01:31+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/connectivity/source/drivers/evoab2.po b/translations/source/fa/connectivity/source/drivers/evoab2.po
index 4f15d134b76..01bbff87cbc 100644
--- a/translations/source/fa/connectivity/source/drivers/evoab2.po
+++ b/translations/source/fa/connectivity/source/drivers/evoab2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 22:11+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/connectivity/source/drivers/flat.po b/translations/source/fa/connectivity/source/drivers/flat.po
index 6367669c710..bcc08e5f98e 100644
--- a/translations/source/fa/connectivity/source/drivers/flat.po
+++ b/translations/source/fa/connectivity/source/drivers/flat.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:11+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/connectivity/source/drivers/hsqldb.po b/translations/source/fa/connectivity/source/drivers/hsqldb.po
index 9bf51b51e84..fd2ec42fb01 100644
--- a/translations/source/fa/connectivity/source/drivers/hsqldb.po
+++ b/translations/source/fa/connectivity/source/drivers/hsqldb.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:11+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/connectivity/source/drivers/jdbc.po b/translations/source/fa/connectivity/source/drivers/jdbc.po
index 54fba448458..41d64632e0d 100644
--- a/translations/source/fa/connectivity/source/drivers/jdbc.po
+++ b/translations/source/fa/connectivity/source/drivers/jdbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:11+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/connectivity/source/drivers/kab.po b/translations/source/fa/connectivity/source/drivers/kab.po
index dc2903fafff..92dff3523fc 100644
--- a/translations/source/fa/connectivity/source/drivers/kab.po
+++ b/translations/source/fa/connectivity/source/drivers/kab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:11+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/connectivity/source/drivers/macab.po b/translations/source/fa/connectivity/source/drivers/macab.po
index 1313d9ab32e..45f0839bf61 100644
--- a/translations/source/fa/connectivity/source/drivers/macab.po
+++ b/translations/source/fa/connectivity/source/drivers/macab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:11+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/connectivity/source/drivers/mozab.po b/translations/source/fa/connectivity/source/drivers/mozab.po
index 7c4c45a174d..86a51f2cae5 100644
--- a/translations/source/fa/connectivity/source/drivers/mozab.po
+++ b/translations/source/fa/connectivity/source/drivers/mozab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -23,7 +23,7 @@ msgstr "انتخاب بلوک نشانی"
#: mozab2.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text
msgctxt "mozab2.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text"
-msgid "Thunderbird Address Book"
+msgid "Thunderbird/Icedove Address Book"
msgstr ""
#: mozab2.xcu#.Drivers.Installed.sdbc_address_ldap__.DriverTypeDisplayName.value.text
@@ -47,7 +47,7 @@ msgstr "انتخاب بلوک نشانی"
#: mozab.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text
msgctxt "mozab.xcu#.Drivers.Installed.sdbc_address_thunderbird_.DriverTypeDisplayName.value.text"
-msgid "Thunderbird Address Book"
+msgid "Thunderbird/Icedove Address Book"
msgstr ""
#: mozab.xcu#.Drivers.Installed.sdbc_address_ldap__.DriverTypeDisplayName.value.text
diff --git a/translations/source/fa/connectivity/source/drivers/mysql.po b/translations/source/fa/connectivity/source/drivers/mysql.po
index 31e7e399231..bd315cc5d8f 100644
--- a/translations/source/fa/connectivity/source/drivers/mysql.po
+++ b/translations/source/fa/connectivity/source/drivers/mysql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:11+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/connectivity/source/drivers/odbc.po b/translations/source/fa/connectivity/source/drivers/odbc.po
index 742769ae9b3..3ea09b8053a 100644
--- a/translations/source/fa/connectivity/source/drivers/odbc.po
+++ b/translations/source/fa/connectivity/source/drivers/odbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:11+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/connectivity/source/drivers/postgresql.po b/translations/source/fa/connectivity/source/drivers/postgresql.po
index 3859d1132f6..1c6e9713944 100644
--- a/translations/source/fa/connectivity/source/drivers/postgresql.po
+++ b/translations/source/fa/connectivity/source/drivers/postgresql.po
@@ -3,25 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\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/fa/connectivity/source/resource.po b/translations/source/fa/connectivity/source/resource.po
index 7150afee11b..c71697c3e9f 100644
--- a/translations/source/fa/connectivity/source/resource.po
+++ b/translations/source/fa/connectivity/source/resource.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+connectivity%2Fsource%2Fresource.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-06 01:31+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.1.6\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/fa/cui/source/customize.po b/translations/source/fa/cui/source/customize.po
index 69490ae9a00..c994ab31b3c 100644
--- a/translations/source/fa/cui/source/customize.po
+++ b/translations/source/fa/cui/source/customize.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-01 00:07+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -228,7 +228,7 @@ msgstr ""
#: macropg.src#RID_SVXSTR_EVENT_MOUSEPRESSED.string.text
msgid "Mouse button pressed"
-msgstr ""
+msgstr "دکمهٔ موس فشرده شده است"
#: macropg.src#RID_SVXSTR_EVENT_MOUSERELEASED.string.text
msgid "Mouse button released"
diff --git a/translations/source/fa/cui/source/dialogs.po b/translations/source/fa/cui/source/dialogs.po
index b52234a4040..9a8b6f98339 100644
--- a/translations/source/fa/cui/source/dialogs.po
+++ b/translations/source/fa/cui/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-31 15:52+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -826,7 +826,7 @@ msgstr ""
#: gallery.src#RID_SVXSTR_GALLERY_READONLY.string.text
msgid "(read-only)"
-msgstr ""
+msgstr "(فقط خواندنی)"
#: gallery.src#RID_SVXSTR_GALLERY_ALLFILES.string.text
msgid "<All Files>"
@@ -1210,20 +1210,16 @@ msgstr "ویرایش برنامک"
msgid "Contributor credits"
msgstr "مشارکت کنندگان"
-#: about.src#RID_DEFAULTABOUT.ABOUT_STR_VERSION.string.text
-msgid "%PRODUCTNAME %ABOUTBOXPRODUCTVERSION %PRODUCTEXTENSION"
-msgstr "%PRODUCTNAME %ABOUTBOXPRODUCTVERSION %PRODUCTEXTENSION"
-
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_VENDOR.string.text
msgid "This product was supplied by %OOOVENDOR."
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT.string.text
-msgid "LibreOffice is copyright © 2000, 2011 LibreOffice contributors and/or their affiliates. All rights reserved."
+msgid "LibreOffice is copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved."
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT_DERIVED.string.text
-msgid "%PRODUCTNAME is derived from LibreOffice. LibreOffice is copyright © 2000, 2011 LibreOffice contributors and/or their affiliates. All rights reserved."
+msgid "%PRODUCTNAME is derived from LibreOffice. LibreOffice is copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved."
msgstr ""
#: about.src#RID_DEFAULTABOUT.ABOUT_STR_COPYRIGHT_ORACLE_DERIVED.string.text
@@ -1248,7 +1244,7 @@ msgstr ""
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.PB_PICKER.imagebutton.text
msgid "-"
-msgstr ""
+msgstr "-"
#: colorpicker.src#RID_CUI_DIALOG_COLORPICKER.PB_PICKER.imagebutton.quickhelptext
msgid "Pick a color from the document"
@@ -1316,7 +1312,7 @@ msgstr ""
#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.LINK_EXPLAIN.fixedtext.text
msgid "More..."
-msgstr ""
+msgstr "بیشتر..."
#: SpellDialog.src#RID_SVXDLG_SPELLCHECK.FT_NOTINDICT.fixedtext.text
msgid "~Not in dictionary"
@@ -1485,7 +1481,7 @@ msgstr ""
#: grfflt.src#RID_SVX_GRFFILTER_DLG_EMBOSS.modaldialog.text
msgid "Relief"
-msgstr ""
+msgstr "برجسته"
#: dlgname.src#RID_SVXDLG_NAME.modaldialog.text
msgctxt "dlgname.src#RID_SVXDLG_NAME.modaldialog.text"
@@ -1661,7 +1657,6 @@ msgstr "ب~عد از"
#: insrc.src#DLG_INS_ROW_COL.FL_INS.fixedline.text
#, fuzzy
-msgctxt "insrc.src#DLG_INS_ROW_COL.FL_INS.fixedline.text"
msgid "Insert"
msgstr "~درج"
@@ -1675,17 +1670,12 @@ msgid "~Number"
msgstr "~شماره"
#: insrc.src#DLG_INS_ROW_COL.STR_ROW.string.text
-msgid " Rows"
-msgstr ""
+msgid "Insert Rows"
+msgstr "درج سطر"
#: insrc.src#DLG_INS_ROW_COL.STR_COL.string.text
-msgid " Columns"
-msgstr " ستون"
-
-#: insrc.src#DLG_INS_ROW_COL.modaldialog.text
-msgctxt "insrc.src#DLG_INS_ROW_COL.modaldialog.text"
-msgid "Insert"
-msgstr "درج"
+msgid "Insert Columns"
+msgstr ""
#: hyphen.src#RID_SVXSTR_HMERR_CHECKINSTALL.string.text
msgid ""
diff --git a/translations/source/fa/cui/source/options.po b/translations/source/fa/cui/source/options.po
index bbd161c0b9a..1098ed90d8a 100644
--- a/translations/source/fa/cui/source/options.po
+++ b/translations/source/fa/cui/source/options.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%2Foptions.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-30 11:10+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 02:27+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -279,7 +279,7 @@ msgstr ""
#: optinet2.src#RID_SVXPAGE_INET_PROXY.LB_PROXYMODE.1.stringlist.text
msgid "None"
-msgstr ""
+msgstr "هیچ‌کدام"
#: optinet2.src#RID_SVXPAGE_INET_PROXY.LB_PROXYMODE.2.stringlist.text
msgctxt "optinet2.src#RID_SVXPAGE_INET_PROXY.LB_PROXYMODE.2.stringlist.text"
@@ -518,7 +518,7 @@ msgstr "~خودکار"
#: optdict.src#RID_SFXDLG_NEWDICT.FT_DICTNAME.fixedtext.text
msgid "~Name"
-msgstr ""
+msgstr "~نام"
#: optdict.src#RID_SFXDLG_NEWDICT.FT_DICTLANG.fixedtext.text
#, fuzzy
@@ -1188,7 +1188,7 @@ msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS.11.itemlist.text
msgid "Appearance"
-msgstr ""
+msgstr "ظاهر"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS.12.itemlist.text
msgid "Accessibility"
@@ -1291,7 +1291,7 @@ 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"
msgid "Print"
-msgstr "چاپ"
+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"
@@ -1301,12 +1301,12 @@ 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"
msgid "Changes"
-msgstr "تغییرات"
+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"
msgid "Compatibility"
-msgstr "سازگاری"
+msgstr ""
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.13.itemlist.text
msgid "AutoCaption"
@@ -2079,7 +2079,7 @@ msgstr ""
#: optgdlg.src#OFA_TP_VIEW.FL_MENU.fixedline.text
msgid "Menu"
-msgstr ""
+msgstr "فهرست گزینشی"
#: optgdlg.src#OFA_TP_VIEW.FT_MENU_ICONS.fixedtext.text
msgid "Icons in menus"
@@ -2663,7 +2663,7 @@ msgstr ""
#: optpath.src#RID_SFXPAGE_PATH.FT_TYPE.fixedtext.text
msgid "Type"
-msgstr ""
+msgstr "نوع"
#: optpath.src#RID_SFXPAGE_PATH.FT_PATH.fixedtext.text
msgid "Path"
@@ -2737,7 +2737,7 @@ msgstr "متن خودکار"
#: optpath.src#RID_SVXSTR_KEY_DICTIONARY_PATH.string.text
msgid "Dictionaries"
-msgstr ""
+msgstr "لغت‌نامه‌ها"
#: optpath.src#RID_SVXSTR_KEY_HELP_DIR.string.text
msgctxt "optpath.src#RID_SVXSTR_KEY_HELP_DIR.string.text"
diff --git a/translations/source/fa/cui/source/tabpages.po b/translations/source/fa/cui/source/tabpages.po
index 46e5cf670b4..2d04acf3a56 100644
--- a/translations/source/fa/cui/source/tabpages.po
+++ b/translations/source/fa/cui/source/tabpages.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%2Ftabpages.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-06 01:31+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: macroass.src#RID_SVXPAGE_EVENTASSIGN.STR_EVENT.string.text
@@ -527,7 +527,7 @@ msgstr "‏i، ‏ii، ‏iii، ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.6.stringlist.text
msgid "A, .., AA, .., AAA, ..."
-msgstr ""
+msgstr "A, .., AA, .., AAA, ..."
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.7.stringlist.text
msgid "a, .., aa, .., aaa, ..."
@@ -607,11 +607,11 @@ msgstr "а, б, .., аа, бб, ... (صربی)"
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.25.stringlist.text
msgid "Α, Β, Γ, ... (Greek Upper Letter)"
-msgstr ""
+msgstr "Α، Β، Γ،... (حروف بزرگ یونانی)"
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.LB_FMT.26.stringlist.text
msgid "α, β, γ, ... (Greek Lower Letter)"
-msgstr ""
+msgstr "α, β, γ, ... (حروف کوچک یونانی)"
#: numpages.src#RID_SVXPAGE_NUM_OPTIONS.FT_PREFIX.fixedtext.text
msgctxt "numpages.src#RID_SVXPAGE_NUM_OPTIONS.FT_PREFIX.fixedtext.text"
@@ -1013,7 +1013,7 @@ msgstr "هم‌تراز‌شده"
#: align.src#RID_SVXPAGE_ALIGNMENT.LB_HORALIGN.6.stringlist.text
msgid "Filled"
-msgstr ""
+msgstr "پُر شده"
#: align.src#RID_SVXPAGE_ALIGNMENT.LB_HORALIGN.7.stringlist.text
msgctxt "align.src#RID_SVXPAGE_ALIGNMENT.LB_HORALIGN.7.stringlist.text"
@@ -1348,7 +1348,7 @@ msgstr ""
#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_RELIEF.3.stringlist.text
msgid "Engraved"
-msgstr ""
+msgstr "تورفته"
#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.CB_OUTLINE.tristatebox.text
msgid "Out~line"
@@ -1461,7 +1461,7 @@ msgstr ""
#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.FT_STRIKEOUT.fixedtext.text
msgid "~Strikethrough"
-msgstr ""
+msgstr "~خط خورده"
#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_STRIKEOUT.1.stringlist.text
msgctxt "chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.LB_STRIKEOUT.1.stringlist.text"
@@ -1665,7 +1665,7 @@ msgstr ""
#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.STR_EFFECTS_BLINKING.string.text
msgid "Blinking"
-msgstr ""
+msgstr "چشمک‌زن"
#: chardlg.src#RID_SVXPAGE_CHAR_EFFECTS.STR_CHARNAME_TRANSPARENT.string.text
#, fuzzy
@@ -1727,7 +1727,7 @@ msgstr ""
#: chardlg.src#RID_SVXPAGE_CHAR_POSITION.CB_FIT_TO_LINE.checkbox.text
msgid "Fit to line"
-msgstr ""
+msgstr "تطابق با خط"
#: chardlg.src#RID_SVXPAGE_CHAR_POSITION.FT_SCALE_WIDTH.fixedtext.text
msgid "Scale ~width"
@@ -1746,11 +1746,11 @@ msgstr "پیش‌~فرض"
#: chardlg.src#RID_SVXPAGE_CHAR_POSITION.LB_KERNING2.2.stringlist.text
msgid "Expanded"
-msgstr ""
+msgstr "گسترده"
#: chardlg.src#RID_SVXPAGE_CHAR_POSITION.LB_KERNING2.3.stringlist.text
msgid "Condensed"
-msgstr ""
+msgstr "متراکم"
#: chardlg.src#RID_SVXPAGE_CHAR_POSITION.FT_KERNING2.fixedtext.text
msgctxt "chardlg.src#RID_SVXPAGE_CHAR_POSITION.FT_KERNING2.fixedtext.text"
@@ -1769,7 +1769,7 @@ msgstr "مثال"
#: chardlg.src#RID_SVXPAGE_CHAR_TWOLINES.FL_SWITCHON.fixedline.text
msgid "Double-lined"
-msgstr ""
+msgstr "دو خطه"
#: chardlg.src#RID_SVXPAGE_CHAR_TWOLINES.CB_TWOLINES.checkbox.text
msgid "~Write in double lines"
@@ -1976,7 +1976,7 @@ msgstr ""
#: autocdlg.src#RID_OFAPAGE_AUTOFMT_APPLY.STR_REPLACE_TEMPLATES.string.text
msgid "Apply Styles"
-msgstr ""
+msgstr "اعمال کردن سبک"
#: autocdlg.src#RID_OFAPAGE_AUTOFMT_APPLY.STR_DEL_SPACES_AT_STT_END.string.text
msgid "Delete spaces and tabs at beginning and end of paragraph"
@@ -2397,11 +2397,11 @@ msgstr ""
#: page.src#RID_SVXPAGE_PAGE.STR_INSIDE.string.text
msgid "I~nner"
-msgstr ""
+msgstr "دا~خلی"
#: page.src#RID_SVXPAGE_PAGE.STR_OUTSIDE.string.text
msgid "O~uter"
-msgstr ""
+msgstr "خا~رجی"
#: page.src#RID_SVXPAGE_PAGE.STR_QUERY_PRINTRANGE.string.text
msgid ""
@@ -2531,11 +2531,11 @@ msgstr "پاکت C4"
#: page.src#RID_SVXSTRARY_PAPERSIZE_STD.24.itemlist.text
msgid "#6 3/4 (Personal) Envelope"
-msgstr ""
+msgstr "پاکت #6 3/4 (شخصی)"
#: page.src#RID_SVXSTRARY_PAPERSIZE_STD.25.itemlist.text
msgid "#8 (Monarch) Envelope"
-msgstr ""
+msgstr "پاکت #8 (سلطنتی)"
#: page.src#RID_SVXSTRARY_PAPERSIZE_STD.26.itemlist.text
msgid "#9 Envelope"
@@ -2575,15 +2575,15 @@ msgstr "A3"
#: page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.5.itemlist.text
msgid "A2"
-msgstr ""
+msgstr "A2"
#: page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.6.itemlist.text
msgid "A1"
-msgstr ""
+msgstr "A1"
#: page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.7.itemlist.text
msgid "A0"
-msgstr ""
+msgstr "A0"
#: page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.8.itemlist.text
msgctxt "page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.8.itemlist.text"
@@ -2685,11 +2685,11 @@ msgstr "پاکت C4"
#: page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.27.itemlist.text
msgid "Dia Slide"
-msgstr ""
+msgstr "اسلاید Dia"
#: page.src#RID_SVXSTRARY_PAPERSIZE_DRAW.28.itemlist.text
msgid "Screen"
-msgstr ""
+msgstr "صفحه"
#: measure.src#RID_SVXPAGE_MEASURE.FL_LINE.fixedline.text
#, fuzzy
@@ -2870,6 +2870,10 @@ msgctxt "textanim.src#RID_SVXPAGE_TEXTANIMATION.TSB_AUTO.tristatebox.text"
msgid "~Automatic"
msgstr ""
+#: textanim.src#RID_SVXPAGE_TEXTANIMATION.MTR_FLD_DELAY.metricfield.text
+msgid " ms"
+msgstr ""
+
#: textanim.src#RID_SVXPAGE_TEXTANIMATION.tabpage.text
msgid "Animation"
msgstr "پویانمایی"
@@ -3917,7 +3921,7 @@ msgstr "راست به چپ"
#: frmdirlbox.src#RID_SVXSTR_FRAMEDIR_SUPER.string.text
msgid "Use superordinate object settings"
-msgstr ""
+msgstr "استفاده از تنظیمات شیء مافوق"
#: frmdirlbox.src#RID_SVXSTR_PAGEDIR_LTR_HORI.string.text
msgid "Left-to-right (horizontal)"
@@ -4294,7 +4298,7 @@ msgstr "سبک خط"
#: tabline.src#RID_SVXDLG_LINE.TAB_CONTROL.RID_SVXPAGE_LINEEND_DEF.pageitem.text
msgid "Arrow Styles"
-msgstr ""
+msgstr "سبک‌های پیکان"
#: tabline.src#RID_SVXDLG_LINE.tabdialog.text
#, fuzzy
@@ -4796,6 +4800,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr ""
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Hatches List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Hatches List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_HATCH.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_HATCH.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_HATCH.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_HATCH.tabpage.text"
msgid "Hatching"
@@ -4847,6 +4874,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr ""
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Bitmap List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Bitmap List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_BITMAP.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_BITMAP.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_BITMAP.tabpage.text
msgid "Bitmap Patterns"
msgstr ""
@@ -4940,6 +4990,29 @@ msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_DELETE.pushbutton.text"
msgid "~Delete..."
msgstr ""
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Gradients List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Gradients List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_GRADIENT.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_GRADIENT.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_GRADIENT.tabpage.text"
msgid "Gradients"
@@ -4972,6 +5045,22 @@ msgstr ""
msgid "CMYK"
msgstr ""
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_1.fixedtext.text
+msgid "~C"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_2.fixedtext.text
+msgid "~M"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_3.fixedtext.text
+msgid "~Y"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.FT_4.fixedtext.text
+msgid "~K"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_COLOR.BTN_ADD.pushbutton.text
msgid "~Add"
msgstr "ا~ضافه کردن"
@@ -4990,6 +5079,29 @@ msgstr ""
msgid "~Modify"
msgstr "~تغییر"
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_LOAD.imagebutton.quickhelptext
+msgid "Load Color List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.text"
+msgid "-"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_SAVE.imagebutton.quickhelptext
+msgid "Save Color List"
+msgstr ""
+
+#: tabarea.src#RID_SVXPAGE_COLOR.BTN_EMBED.checkbox.text
+msgctxt "tabarea.src#RID_SVXPAGE_COLOR.BTN_EMBED.checkbox.text"
+msgid "Embed"
+msgstr ""
+
#: tabarea.src#RID_SVXPAGE_COLOR.tabpage.text
msgctxt "tabarea.src#RID_SVXPAGE_COLOR.tabpage.text"
msgid "Colors"
diff --git a/translations/source/fa/dbaccess/source/core/resource.po b/translations/source/fa/dbaccess/source/core/resource.po
index 02f3ca1f47b..cfe45667f1f 100644
--- a/translations/source/fa/dbaccess/source/core/resource.po
+++ b/translations/source/fa/dbaccess/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-12 00:18+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dbaccess/source/ext/adabas.po b/translations/source/fa/dbaccess/source/ext/adabas.po
index 79bc1487452..52a23ab9883 100644
--- a/translations/source/fa/dbaccess/source/ext/adabas.po
+++ b/translations/source/fa/dbaccess/source/ext/adabas.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-30 18:50+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dbaccess/source/ext/macromigration.po b/translations/source/fa/dbaccess/source/ext/macromigration.po
index f50d23d0304..2d3a613e81f 100644
--- a/translations/source/fa/dbaccess/source/ext/macromigration.po
+++ b/translations/source/fa/dbaccess/source/ext/macromigration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-06-28 16:56+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dbaccess/source/sdbtools/resource.po b/translations/source/fa/dbaccess/source/sdbtools/resource.po
index a1d29e40ca2..44ef011cdd0 100644
--- a/translations/source/fa/dbaccess/source/sdbtools/resource.po
+++ b/translations/source/fa/dbaccess/source/sdbtools/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-08-30 18:48+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dbaccess/source/ui/app.po b/translations/source/fa/dbaccess/source/ui/app.po
index 79b3fa8acbe..da7448d324d 100644
--- a/translations/source/fa/dbaccess/source/ui/app.po
+++ b/translations/source/fa/dbaccess/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-06-28 16:56+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -115,7 +115,7 @@ msgstr ""
#: app.src#RID_MENU_APP_EDIT.SID_REPORT_CREATE_REPWIZ_PRE_SEL.menuitem.text
msgid "Report Wizard..."
-msgstr ""
+msgstr "راهنمای‌گام‌به‌گام گزارشات..."
#: app.src#RID_MENU_APP_EDIT.SID_SELECTALL.menuitem.text
msgid "Select All"
@@ -128,7 +128,7 @@ msgstr "ویژگی‌ها"
#: app.src#RID_MENU_APP_EDIT.MN_PROPS.SID_DB_APP_DSCONNECTION_TYPE.menuitem.text
msgid "Connection Type..."
-msgstr ""
+msgstr "نوع اتصال..."
#: app.src#RID_MENU_APP_EDIT.MN_PROPS.SID_DB_APP_DSADVANCED_SETTINGS.menuitem.text
#, fuzzy
diff --git a/translations/source/fa/dbaccess/source/ui/browser.po b/translations/source/fa/dbaccess/source/ui/browser.po
index 62c25ea56bc..91d44139328 100644
--- a/translations/source/fa/dbaccess/source/ui/browser.po
+++ b/translations/source/fa/dbaccess/source/ui/browser.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-30 18:42+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dbaccess/source/ui/control.po b/translations/source/fa/dbaccess/source/ui/control.po
index 9eb1079e74c..8500570a5a2 100644
--- a/translations/source/fa/dbaccess/source/ui/control.po
+++ b/translations/source/fa/dbaccess/source/ui/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-08-30 19:02+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dbaccess/source/ui/dlg.po b/translations/source/fa/dbaccess/source/ui/dlg.po
index 8754030af07..03a70b29b9c 100644
--- a/translations/source/fa/dbaccess/source/ui/dlg.po
+++ b/translations/source/fa/dbaccess/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-12 20:20+0200\n"
"Last-Translator: Afshin <falatooni@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -723,7 +723,7 @@ msgstr "<هیچ‌کدام>"
#: queryorder.src#DLG_ORDERCRIT.modaldialog.text
msgid "Sort Order"
-msgstr ""
+msgstr "ترتیب مرتب‌سازی"
#: ConnectionPage.src#PAGE_CONNECTION.FL_SEPARATOR1.fixedline.text
msgctxt "ConnectionPage.src#PAGE_CONNECTION.FL_SEPARATOR1.fixedline.text"
@@ -1285,7 +1285,7 @@ msgstr ""
#: dsselect.src#DLG_DATASOURCE_SELECTION.PB_CREATE.pushbutton.text
msgid "Create..."
-msgstr ""
+msgstr "ایجاد..."
#: dsselect.src#DLG_DATASOURCE_SELECTION.STR_LOCAL_DATASOURCES.string.text
msgid "Local Databases"
diff --git a/translations/source/fa/dbaccess/source/ui/inc.po b/translations/source/fa/dbaccess/source/ui/inc.po
index 64ecf099b32..08e2cc12630 100644
--- a/translations/source/fa/dbaccess/source/ui/inc.po
+++ b/translations/source/fa/dbaccess/source/ui/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-08-30 18:41+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dbaccess/source/ui/misc.po b/translations/source/fa/dbaccess/source/ui/misc.po
index 7c14faa5664..e62a4c7f551 100644
--- a/translations/source/fa/dbaccess/source/ui/misc.po
+++ b/translations/source/fa/dbaccess/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 22:12+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dbaccess/source/ui/querydesign.po b/translations/source/fa/dbaccess/source/ui/querydesign.po
index 9b377e7df26..54e8fc5f9cc 100644
--- a/translations/source/fa/dbaccess/source/ui/querydesign.po
+++ b/translations/source/fa/dbaccess/source/ui/querydesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-13 00:09+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dbaccess/source/ui/relationdesign.po b/translations/source/fa/dbaccess/source/ui/relationdesign.po
index f70a9c6f1cf..f14763ad6e4 100644
--- a/translations/source/fa/dbaccess/source/ui/relationdesign.po
+++ b/translations/source/fa/dbaccess/source/ui/relationdesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-08-30 19:05+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dbaccess/source/ui/tabledesign.po b/translations/source/fa/dbaccess/source/ui/tabledesign.po
index 4995025b003..aed73bbe477 100644
--- a/translations/source/fa/dbaccess/source/ui/tabledesign.po
+++ b/translations/source/fa/dbaccess/source/ui/tabledesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-08-04 00:59+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dbaccess/source/ui/uno.po b/translations/source/fa/dbaccess/source/ui/uno.po
index c204eb96c6a..29fb96fe413 100644
--- a/translations/source/fa/dbaccess/source/ui/uno.po
+++ b/translations/source/fa/dbaccess/source/ui/uno.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-08-31 08:15+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/desktop/source/app.po b/translations/source/fa/desktop/source/app.po
index af486d2bfdd..615f926ed7b 100644
--- a/translations/source/fa/desktop/source/app.po
+++ b/translations/source/fa/desktop/source/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-01 00:07+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -123,6 +123,10 @@ msgctxt "desktop.src#STR_TITLE_USERDATALOCKED.string.text"
msgid "%PRODUCTNAME %PRODUCTVERSION"
msgstr ""
+#: desktop.src#DLG_CMDLINEHELP.modaldialog.text
+msgid "Help Message..."
+msgstr ""
+
#: desktop.src#EBX_ERR_PRINTDISABLED.errorbox.text
msgid "Printing is disabled. No documents can be printed."
msgstr ""
diff --git a/translations/source/fa/desktop/source/deployment/gui.po b/translations/source/fa/desktop/source/deployment/gui.po
index ec2ddbc8451..7ca21663162 100644
--- a/translations/source/fa/desktop/source/deployment/gui.po
+++ b/translations/source/fa/desktop/source/deployment/gui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-08-18 23:16+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -365,7 +365,7 @@ msgstr ""
#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_CBX_USER.checkbox.text
msgid "~User"
-msgstr ""
+msgstr "~کاربر"
#: dp_gui_dialog2.src#RID_DLG_EXTENSION_MANAGER.RID_EM_BTN_ADD.pushbutton.text
msgid "~Add..."
diff --git a/translations/source/fa/desktop/source/deployment/manager.po b/translations/source/fa/desktop/source/deployment/manager.po
index 1ba44bf9639..361190ea1c7 100644
--- a/translations/source/fa/desktop/source/deployment/manager.po
+++ b/translations/source/fa/desktop/source/deployment/manager.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:12+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/desktop/source/deployment/misc.po b/translations/source/fa/desktop/source/deployment/misc.po
index 17a4b34cfa2..0b248a46722 100644
--- a/translations/source/fa/desktop/source/deployment/misc.po
+++ b/translations/source/fa/desktop/source/deployment/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 02:27+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/desktop/source/deployment/registry.po b/translations/source/fa/desktop/source/deployment/registry.po
index cd4dd2be6ff..e8eaf9d4231 100644
--- a/translations/source/fa/desktop/source/deployment/registry.po
+++ b/translations/source/fa/desktop/source/deployment/registry.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:12+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/desktop/source/deployment/registry/component.po b/translations/source/fa/desktop/source/deployment/registry/component.po
index c4cec5ef45b..b09f9683453 100644
--- a/translations/source/fa/desktop/source/deployment/registry/component.po
+++ b/translations/source/fa/desktop/source/deployment/registry/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:19+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/desktop/source/deployment/registry/configuration.po b/translations/source/fa/desktop/source/deployment/registry/configuration.po
index 20fb7ca9472..66828a627d1 100644
--- a/translations/source/fa/desktop/source/deployment/registry/configuration.po
+++ b/translations/source/fa/desktop/source/deployment/registry/configuration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:12+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/desktop/source/deployment/registry/help.po b/translations/source/fa/desktop/source/deployment/registry/help.po
index 94d39a66c4a..2d354b2d491 100644
--- a/translations/source/fa/desktop/source/deployment/registry/help.po
+++ b/translations/source/fa/desktop/source/deployment/registry/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:12+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/desktop/source/deployment/registry/package.po b/translations/source/fa/desktop/source/deployment/registry/package.po
index 496f9d63dad..b26560951bd 100644
--- a/translations/source/fa/desktop/source/deployment/registry/package.po
+++ b/translations/source/fa/desktop/source/deployment/registry/package.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 15:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/desktop/source/deployment/registry/script.po b/translations/source/fa/desktop/source/deployment/registry/script.po
index a1d0a7842df..eaa41d58ea2 100644
--- a/translations/source/fa/desktop/source/deployment/registry/script.po
+++ b/translations/source/fa/desktop/source/deployment/registry/script.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 22:12+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/desktop/source/deployment/registry/sfwk.po b/translations/source/fa/desktop/source/deployment/registry/sfwk.po
index 06a75d7f06a..c68e454ce87 100644
--- a/translations/source/fa/desktop/source/deployment/registry/sfwk.po
+++ b/translations/source/fa/desktop/source/deployment/registry/sfwk.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:12+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/desktop/source/deployment/unopkg.po b/translations/source/fa/desktop/source/deployment/unopkg.po
index 60d048fd1b5..4a14f25fe15 100644
--- a/translations/source/fa/desktop/source/deployment/unopkg.po
+++ b/translations/source/fa/desktop/source/deployment/unopkg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 22:12+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -45,7 +45,7 @@ msgstr ""
#: unopkg.src#RID_STR_UNOPKG_ACCEPT_LIC_N.string.text
msgid "N"
-msgstr ""
+msgstr "N"
#: unopkg.src#RID_STR_CONCURRENTINSTANCE.string.text
msgid "unopkg cannot be started. The lock file indicates it as already running. If this does not apply, delete the lock file at:"
diff --git a/translations/source/fa/dictionaries/af_ZA.po b/translations/source/fa/dictionaries/af_ZA.po
index d26100d3943..38f651abc93 100644
--- a/translations/source/fa/dictionaries/af_ZA.po
+++ b/translations/source/fa/dictionaries/af_ZA.po
@@ -3,14 +3,14 @@ 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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/an_ES.po b/translations/source/fa/dictionaries/an_ES.po
index 70c7b675809..53eccae4b92 100644
--- a/translations/source/fa/dictionaries/an_ES.po
+++ b/translations/source/fa/dictionaries/an_ES.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fan_ES.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/ar.po b/translations/source/fa/dictionaries/ar.po
index ed2f609c083..300677d6cfc 100644
--- a/translations/source/fa/dictionaries/ar.po
+++ b/translations/source/fa/dictionaries/ar.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/be_BY.po b/translations/source/fa/dictionaries/be_BY.po
index 22c2e27561b..a99208821bb 100644
--- a/translations/source/fa/dictionaries/be_BY.po
+++ b/translations/source/fa/dictionaries/be_BY.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/bg_BG.po b/translations/source/fa/dictionaries/bg_BG.po
index 0ec6650fe0f..cbec0101ec0 100644
--- a/translations/source/fa/dictionaries/bg_BG.po
+++ b/translations/source/fa/dictionaries/bg_BG.po
@@ -3,14 +3,14 @@ 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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/bn_BD.po b/translations/source/fa/dictionaries/bn_BD.po
index 3914e56120a..0d720495d65 100644
--- a/translations/source/fa/dictionaries/bn_BD.po
+++ b/translations/source/fa/dictionaries/bn_BD.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/br_FR.po b/translations/source/fa/dictionaries/br_FR.po
index 106ddceccfb..cd35cd42fdb 100644
--- a/translations/source/fa/dictionaries/br_FR.po
+++ b/translations/source/fa/dictionaries/br_FR.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/ca.po b/translations/source/fa/dictionaries/ca.po
index 5393271dd9f..1fe34c1ed1c 100644
--- a/translations/source/fa/dictionaries/ca.po
+++ b/translations/source/fa/dictionaries/ca.po
@@ -3,14 +3,14 @@ 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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/cs_CZ.po b/translations/source/fa/dictionaries/cs_CZ.po
index 73f8d985e43..ad1ba547a28 100644
--- a/translations/source/fa/dictionaries/cs_CZ.po
+++ b/translations/source/fa/dictionaries/cs_CZ.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/da_DK.po b/translations/source/fa/dictionaries/da_DK.po
index c591732675c..1140ce96a82 100644
--- a/translations/source/fa/dictionaries/da_DK.po
+++ b/translations/source/fa/dictionaries/da_DK.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/de.po b/translations/source/fa/dictionaries/de.po
index 65903d324a2..2f67f1e715a 100644
--- a/translations/source/fa/dictionaries/de.po
+++ b/translations/source/fa/dictionaries/de.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/el_GR.po b/translations/source/fa/dictionaries/el_GR.po
index f3d38d93baf..467ca10b3bd 100644
--- a/translations/source/fa/dictionaries/el_GR.po
+++ b/translations/source/fa/dictionaries/el_GR.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/en.po b/translations/source/fa/dictionaries/en.po
index 2aaf341a130..a0287cd3157 100644
--- a/translations/source/fa/dictionaries/en.po
+++ b/translations/source/fa/dictionaries/en.po
@@ -3,14 +3,14 @@ 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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/en/dialog.po b/translations/source/fa/dictionaries/en/dialog.po
index 5c68a3d3610..2a94cce19e9 100644
--- a/translations/source/fa/dictionaries/en/dialog.po
+++ b/translations/source/fa/dictionaries/en/dialog.po
@@ -3,17 +3,25 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "لغت‌نامه‌ها"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.en.Label.value.text
+msgid "English sentence checking"
+msgstr ""
+
#: en_en_US.properties#spelling.property.text
msgid "Grammar checking"
msgstr ""
@@ -136,7 +144,7 @@ msgstr ""
#: en_en_US.properties#others.property.text
msgid "Others"
-msgstr ""
+msgstr "غیره"
#: en_en_US.properties#hlp_metric.property.text
msgid "Measurement conversion from °F, mph, ft, in, lb, gal and miles."
diff --git a/translations/source/fa/dictionaries/es_ES.po b/translations/source/fa/dictionaries/es_ES.po
index 1aa2327e70e..2d11f21effa 100644
--- a/translations/source/fa/dictionaries/es_ES.po
+++ b/translations/source/fa/dictionaries/es_ES.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/et_EE.po b/translations/source/fa/dictionaries/et_EE.po
index 25d85c2175a..78ef30c04e1 100644
--- a/translations/source/fa/dictionaries/et_EE.po
+++ b/translations/source/fa/dictionaries/et_EE.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/fr_FR.po b/translations/source/fa/dictionaries/fr_FR.po
index 44169fa643a..3fcac3fca7c 100644
--- a/translations/source/fa/dictionaries/fr_FR.po
+++ b/translations/source/fa/dictionaries/fr_FR.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/gd_GB.po b/translations/source/fa/dictionaries/gd_GB.po
index 0b7da6de53f..31e3b85f90f 100644
--- a/translations/source/fa/dictionaries/gd_GB.po
+++ b/translations/source/fa/dictionaries/gd_GB.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/gl.po b/translations/source/fa/dictionaries/gl.po
index 1635d6d4697..c7746dd7d7e 100644
--- a/translations/source/fa/dictionaries/gl.po
+++ b/translations/source/fa/dictionaries/gl.po
@@ -3,14 +3,14 @@ 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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/gu_IN.po b/translations/source/fa/dictionaries/gu_IN.po
index acebf07fea6..67ecefb8398 100644
--- a/translations/source/fa/dictionaries/gu_IN.po
+++ b/translations/source/fa/dictionaries/gu_IN.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/he_IL.po b/translations/source/fa/dictionaries/he_IL.po
index ce2d938c013..77eda761a2e 100644
--- a/translations/source/fa/dictionaries/he_IL.po
+++ b/translations/source/fa/dictionaries/he_IL.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/hi_IN.po b/translations/source/fa/dictionaries/hi_IN.po
index 14acd3c1f8c..b8b33be2068 100644
--- a/translations/source/fa/dictionaries/hi_IN.po
+++ b/translations/source/fa/dictionaries/hi_IN.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/hr_HR.po b/translations/source/fa/dictionaries/hr_HR.po
index d1af6e59cd7..0a7f15f038a 100644
--- a/translations/source/fa/dictionaries/hr_HR.po
+++ b/translations/source/fa/dictionaries/hr_HR.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/hu_HU.po b/translations/source/fa/dictionaries/hu_HU.po
index a001c5b8218..34353fc11b7 100644
--- a/translations/source/fa/dictionaries/hu_HU.po
+++ b/translations/source/fa/dictionaries/hu_HU.po
@@ -3,14 +3,14 @@ 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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/hu_HU/dialog.po b/translations/source/fa/dictionaries/hu_HU/dialog.po
index 9e4d7197d4b..2341529a77e 100644
--- a/translations/source/fa/dictionaries/hu_HU/dialog.po
+++ b/translations/source/fa/dictionaries/hu_HU/dialog.po
@@ -3,17 +3,25 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "لغت‌نامه‌ها"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.hu_HU.Label.value.text
+msgid "Hungarian sentence checking"
+msgstr ""
+
#: hu_HU_en_US.properties#spelling.property.text
msgid "Spelling"
msgstr ""
@@ -114,7 +122,7 @@ msgstr ""
#: hu_HU_en_US.properties#frac.property.text
msgid "Fractions"
-msgstr ""
+msgstr "کسر‌ها"
#: hu_HU_en_US.properties#thin.property.text
msgid "Thin space"
diff --git a/translations/source/fa/dictionaries/it_IT.po b/translations/source/fa/dictionaries/it_IT.po
index 4f4af4d3af6..8ec41543bf4 100644
--- a/translations/source/fa/dictionaries/it_IT.po
+++ b/translations/source/fa/dictionaries/it_IT.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/ku_TR.po b/translations/source/fa/dictionaries/ku_TR.po
index 00287683d01..b3079ca89f7 100644
--- a/translations/source/fa/dictionaries/ku_TR.po
+++ b/translations/source/fa/dictionaries/ku_TR.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/lt_LT.po b/translations/source/fa/dictionaries/lt_LT.po
index a3c54d54fe6..df549c1e2c5 100644
--- a/translations/source/fa/dictionaries/lt_LT.po
+++ b/translations/source/fa/dictionaries/lt_LT.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/lv_LV.po b/translations/source/fa/dictionaries/lv_LV.po
index 501541ad070..0913f5c8961 100644
--- a/translations/source/fa/dictionaries/lv_LV.po
+++ b/translations/source/fa/dictionaries/lv_LV.po
@@ -3,14 +3,14 @@ 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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/ne_NP.po b/translations/source/fa/dictionaries/ne_NP.po
index dc637630a9a..97fbe296f4b 100644
--- a/translations/source/fa/dictionaries/ne_NP.po
+++ b/translations/source/fa/dictionaries/ne_NP.po
@@ -3,14 +3,14 @@ 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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/nl_NL.po b/translations/source/fa/dictionaries/nl_NL.po
index c10c0775281..3db2eb1f1bc 100644
--- a/translations/source/fa/dictionaries/nl_NL.po
+++ b/translations/source/fa/dictionaries/nl_NL.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/no.po b/translations/source/fa/dictionaries/no.po
index 40951591d31..7ded2dcaca4 100644
--- a/translations/source/fa/dictionaries/no.po
+++ b/translations/source/fa/dictionaries/no.po
@@ -3,14 +3,14 @@ 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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/oc_FR.po b/translations/source/fa/dictionaries/oc_FR.po
index 4f52dd6e8fe..0b1b7c43c18 100644
--- a/translations/source/fa/dictionaries/oc_FR.po
+++ b/translations/source/fa/dictionaries/oc_FR.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/pl_PL.po b/translations/source/fa/dictionaries/pl_PL.po
index 8062b81509e..38a21bec6b3 100644
--- a/translations/source/fa/dictionaries/pl_PL.po
+++ b/translations/source/fa/dictionaries/pl_PL.po
@@ -3,14 +3,14 @@ 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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/pt_BR.po b/translations/source/fa/dictionaries/pt_BR.po
index 3f528751a9f..5155352473a 100644
--- a/translations/source/fa/dictionaries/pt_BR.po
+++ b/translations/source/fa/dictionaries/pt_BR.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/pt_PT.po b/translations/source/fa/dictionaries/pt_PT.po
index 73fb5820fca..d74beb02229 100644
--- a/translations/source/fa/dictionaries/pt_PT.po
+++ b/translations/source/fa/dictionaries/pt_PT.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/ro.po b/translations/source/fa/dictionaries/ro.po
index b31022c902a..997a8f00049 100644
--- a/translations/source/fa/dictionaries/ro.po
+++ b/translations/source/fa/dictionaries/ro.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/ru_RU.po b/translations/source/fa/dictionaries/ru_RU.po
index 4191583d537..cd403e092ca 100644
--- a/translations/source/fa/dictionaries/ru_RU.po
+++ b/translations/source/fa/dictionaries/ru_RU.po
@@ -3,17 +3,17 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
-msgid "Russian spelling dictionary, hyphenation rules, and thesaurus"
+msgid "Russian spelling dictionary, hyphenation rules, thesaurus, and grammar checker"
msgstr ""
diff --git a/translations/source/fa/dictionaries/ru_RU/dialog.po b/translations/source/fa/dictionaries/ru_RU/dialog.po
new file mode 100644
index 00000000000..7e573e7375a
--- /dev/null
+++ b/translations/source/fa/dictionaries/ru_RU/dialog.po
@@ -0,0 +1,83 @@
+#. extracted from dictionaries/ru_RU/dialog.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%2Fru_RU%2Fdialog.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-02-21 19:42+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"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Label.value.text
+msgid "Dictionaries"
+msgstr "لغت‌نامه‌ها"
+
+#: OptionsDialog.xcu#..OptionsDialog.Nodes.org.openoffice.lightproof.Leaves.org.openoffice.lightproof.ru_RU.Label.value.text
+msgid "Grammar checking (Russian)"
+msgstr ""
+
+#: ru_RU_en_US.properties#abbreviation.property.text
+msgid "Abbreviation"
+msgstr ""
+
+#: ru_RU_en_US.properties#grammar.property.text
+msgid "Grammar"
+msgstr ""
+
+#: ru_RU_en_US.properties#hyphen.property.text
+msgid "Compound words with hyphen"
+msgstr ""
+
+#: ru_RU_en_US.properties#comma.property.text
+msgid "Comma usage"
+msgstr ""
+
+#: ru_RU_en_US.properties#common.property.text
+msgid "General error"
+msgstr ""
+
+#: ru_RU_en_US.properties#multiword.property.text
+msgid "Multiword expressions"
+msgstr ""
+
+#: ru_RU_en_US.properties#together.property.text
+msgid "Together/separately"
+msgstr ""
+
+#: ru_RU_en_US.properties#proofreading.property.text
+msgid "Proofreading"
+msgstr ""
+
+#: ru_RU_en_US.properties#space.property.text
+msgid "Space mistake"
+msgstr ""
+
+#: ru_RU_en_US.properties#typographica.property.text
+msgid "Typographica"
+msgstr ""
+
+#: ru_RU_en_US.properties#dup.property.text
+msgid "Word duplication within clauses"
+msgstr ""
+
+#: ru_RU_en_US.properties#dup2.property.text
+msgid "Word duplication within sentences"
+msgstr ""
+
+#: ru_RU_en_US.properties#others.property.text
+msgid "Others"
+msgstr "غیره"
+
+#: ru_RU_en_US.properties#numsep.property.text
+msgid "Separation of large numbers (ISO)"
+msgstr ""
+
+#: ru_RU_en_US.properties#quotation.property.text
+msgid "Quotation"
+msgstr "نقل قول"
diff --git a/translations/source/fa/dictionaries/si_LK.po b/translations/source/fa/dictionaries/si_LK.po
index 69a16b37222..5f994a8729a 100644
--- a/translations/source/fa/dictionaries/si_LK.po
+++ b/translations/source/fa/dictionaries/si_LK.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fsi_LK.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/sk_SK.po b/translations/source/fa/dictionaries/sk_SK.po
index 3d917f02241..3f54cce3131 100644
--- a/translations/source/fa/dictionaries/sk_SK.po
+++ b/translations/source/fa/dictionaries/sk_SK.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/sl_SI.po b/translations/source/fa/dictionaries/sl_SI.po
index 1a42f566c34..0e760aa578a 100644
--- a/translations/source/fa/dictionaries/sl_SI.po
+++ b/translations/source/fa/dictionaries/sl_SI.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/sr.po b/translations/source/fa/dictionaries/sr.po
index c25a6c22efd..e40bbb393e4 100644
--- a/translations/source/fa/dictionaries/sr.po
+++ b/translations/source/fa/dictionaries/sr.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/sv_SE.po b/translations/source/fa/dictionaries/sv_SE.po
index 874bb8424b3..0c683b16d36 100644
--- a/translations/source/fa/dictionaries/sv_SE.po
+++ b/translations/source/fa/dictionaries/sv_SE.po
@@ -3,14 +3,14 @@ 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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/sw_TZ.po b/translations/source/fa/dictionaries/sw_TZ.po
index b0a9ff82dc9..e93c36fd2bf 100644
--- a/translations/source/fa/dictionaries/sw_TZ.po
+++ b/translations/source/fa/dictionaries/sw_TZ.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/te_IN.po b/translations/source/fa/dictionaries/te_IN.po
index c09ede7381c..4b8bebb3c04 100644
--- a/translations/source/fa/dictionaries/te_IN.po
+++ b/translations/source/fa/dictionaries/te_IN.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/th_TH.po b/translations/source/fa/dictionaries/th_TH.po
index a2b9dd3b123..9e4598cf378 100644
--- a/translations/source/fa/dictionaries/th_TH.po
+++ b/translations/source/fa/dictionaries/th_TH.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/uk_UA.po b/translations/source/fa/dictionaries/uk_UA.po
index c680ffe7d31..e1dcd2d0331 100644
--- a/translations/source/fa/dictionaries/uk_UA.po
+++ b/translations/source/fa/dictionaries/uk_UA.po
@@ -3,14 +3,14 @@ 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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/vi.po b/translations/source/fa/dictionaries/vi.po
index 0fd0a3933ae..eb3dcc4ba46 100644
--- a/translations/source/fa/dictionaries/vi.po
+++ b/translations/source/fa/dictionaries/vi.po
@@ -3,14 +3,14 @@ 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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/dictionaries/zu_ZA.po b/translations/source/fa/dictionaries/zu_ZA.po
index 5e8a5df7343..c41d9d2a934 100644
--- a/translations/source/fa/dictionaries/zu_ZA.po
+++ b/translations/source/fa/dictionaries/zu_ZA.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/editeng/source/accessibility.po b/translations/source/fa/editeng/source/accessibility.po
index 66cc75e0118..74b6e5c83ef 100644
--- a/translations/source/fa/editeng/source/accessibility.po
+++ b/translations/source/fa/editeng/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-30 11:49+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/editeng/source/editeng.po b/translations/source/fa/editeng/source/editeng.po
index c0ec993577e..842e5cc2b86 100644
--- a/translations/source/fa/editeng/source/editeng.po
+++ b/translations/source/fa/editeng/source/editeng.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-30 11:50+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -49,7 +49,7 @@ msgstr "اعمال کردن سبک"
#: editeng.src#RID_EDITUNDO_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "ت~غییر بزرگی و کوچکی حروف"
#: editeng.src#RID_MENU_SPELL.MN_SPELLING.menuitem.text
msgid "~Spellcheck..."
diff --git a/translations/source/fa/editeng/source/items.po b/translations/source/fa/editeng/source/items.po
index d5668d17832..592640e97f6 100644
--- a/translations/source/fa/editeng/source/items.po
+++ b/translations/source/fa/editeng/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-09-05 15:25+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -513,6 +513,30 @@ msgstr "درج"
msgid "Outset"
msgstr "آغاز"
+#: svxitems.src#RID_SVXITEMS_METRIC_MM.string.text
+msgid "mm"
+msgstr "میلی‌متر"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_CM.string.text
+msgid "cm"
+msgstr "سانتی‌متر"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_INCH.string.text
+msgid "inch"
+msgstr "اینچ"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_POINT.string.text
+msgid "pt"
+msgstr "نقطه"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_TWIP.string.text
+msgid "twip"
+msgstr "توئیپ"
+
+#: svxitems.src#RID_SVXITEMS_METRIC_PIXEL.string.text
+msgid "pixel"
+msgstr ""
+
#: svxitems.src#RID_SVXITEMS_SHADOWED_TRUE.string.text
msgid "Shadowed"
msgstr "سایه‌دار"
diff --git a/translations/source/fa/editeng/source/misc.po b/translations/source/fa/editeng/source/misc.po
index 27886945870..1ef093b2ee6 100644
--- a/translations/source/fa/editeng/source/misc.po
+++ b/translations/source/fa/editeng/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-30 14:37+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/editeng/source/outliner.po b/translations/source/fa/editeng/source/outliner.po
index 17363c1384d..7ed8a0d55ac 100644
--- a/translations/source/fa/editeng/source/outliner.po
+++ b/translations/source/fa/editeng/source/outliner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-08-30 14:34+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/extensions/source/abpilot.po b/translations/source/fa/extensions/source/abpilot.po
index 4a0a657ede0..db447cef0a0 100644
--- a/translations/source/fa/extensions/source/abpilot.po
+++ b/translations/source/fa/extensions/source/abpilot.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:19+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -69,8 +69,8 @@ msgid "Mozilla / Netscape"
msgstr "موزیلا / نت‌اسکیپ"
#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_THUNDERBIRD.radiobutton.text
-msgid "Thunderbird"
-msgstr "تاندربرد"
+msgid "Thunderbird/Icedove"
+msgstr ""
#: abspilot.src#RID_PAGE_SELECTABTYPE.RB_KAB.radiobutton.text
msgid "KDE address book"
diff --git a/translations/source/fa/extensions/source/bibliography.po b/translations/source/fa/extensions/source/bibliography.po
index 852506e0654..5e5eab4429e 100644
--- a/translations/source/fa/extensions/source/bibliography.po
+++ b/translations/source/fa/extensions/source/bibliography.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-12 20:22+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/extensions/source/dbpilots.po b/translations/source/fa/extensions/source/dbpilots.po
index 7e8d37de619..1de4cc00892 100644
--- a/translations/source/fa/extensions/source/dbpilots.po
+++ b/translations/source/fa/extensions/source/dbpilots.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-09-02 20:00+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/extensions/source/propctrlr.po b/translations/source/fa/extensions/source/propctrlr.po
index a146c446bd5..16b2dae3291 100644
--- a/translations/source/fa/extensions/source/propctrlr.po
+++ b/translations/source/fa/extensions/source/propctrlr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-08-18 23:16+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -248,7 +248,7 @@ msgstr ""
#: formres.src#RID_STR_ENABLE_VISIBLE.string.text
msgid "Visible"
-msgstr ""
+msgstr "قابل مشاهده"
#: formres.src#RID_STR_AUTOCOMPLETE.string.text
msgid "AutoFill"
@@ -343,7 +343,7 @@ msgstr "ردیف کردن"
#: formres.src#RID_STR_VERTICAL_ALIGN.string.text
msgid "Vert. Alignment"
-msgstr ""
+msgstr "ترازبندی عمودی"
#: formres.src#RID_RSC_ENUM_VERTICAL_ALIGN.1.string.text
msgid "Top"
@@ -351,7 +351,7 @@ msgstr "بالا"
#: formres.src#RID_RSC_ENUM_VERTICAL_ALIGN.2.string.text
msgid "Middle"
-msgstr ""
+msgstr "میانه"
#: formres.src#RID_RSC_ENUM_VERTICAL_ALIGN.3.string.text
msgid "Bottom"
@@ -388,7 +388,7 @@ msgstr ""
#: formres.src#RID_STR_SHOW_POSITION.string.text
msgid "Positioning"
-msgstr ""
+msgstr "تشخیص موقعیت"
#: formres.src#RID_STR_SHOW_NAVIGATION.string.text
msgid "Navigation"
@@ -517,11 +517,11 @@ msgstr "منبع داده"
#: formres.src#RID_STR_MASTERFIELDS.string.text
msgid "Link master fields"
-msgstr ""
+msgstr "پیوند فیلد‌های کنترل کننده"
#: formres.src#RID_STR_SLAVEFIELDS.string.text
msgid "Link slave fields"
-msgstr ""
+msgstr "پیوند فیلد‌های کنترل شونده"
#: formres.src#RID_STR_VALUEMIN.string.text
msgid "Value min."
@@ -991,7 +991,7 @@ msgstr ""
#: formres.src#RID_STR_EVT_MOUSEPRESSED.string.text
msgid "Mouse button pressed"
-msgstr ""
+msgstr "دکمهٔ موس فشرده شده است"
#: formres.src#RID_STR_EVT_MOUSERELEASED.string.text
msgid "Mouse button released"
@@ -1521,7 +1521,7 @@ msgstr "راست به چپ"
#: formres.src#RID_RSC_ENUM_WRITING_MODE.3.string.text
msgid "Use superordinate object settings"
-msgstr ""
+msgstr "استفاده از تنظیمات شیء مافوق"
#: formres.src#RID_RSC_ENUM_WHEEL_BEHAVIOR.1.string.text
msgid "Never"
diff --git a/translations/source/fa/extensions/source/scanner.po b/translations/source/fa/extensions/source/scanner.po
index 5b8cffa1849..79108dd4489 100644
--- a/translations/source/fa/extensions/source/scanner.po
+++ b/translations/source/fa/extensions/source/scanner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:12+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -50,7 +50,7 @@ msgstr ""
#: sanedlg.src#RID_SANE_DIALOG.RID_SCAN_BTN.pushbutton.text
msgid "Scan"
-msgstr ""
+msgstr "پویش"
#: sanedlg.src#RID_SANE_DIALOG.RID_PREVIEW_BOX.fixedline.text
msgid "Preview"
diff --git a/translations/source/fa/extensions/source/update/check.po b/translations/source/fa/extensions/source/update/check.po
index c2d5fc762de..a425ce66f07 100644
--- a/translations/source/fa/extensions/source/update/check.po
+++ b/translations/source/fa/extensions/source/update/check.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-12 20:28+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/filter/source/config/fragments/filters.po b/translations/source/fa/filter/source/config/fragments/filters.po
index 2a3392085a6..e42a7a0b521 100644
--- a/translations/source/fa/filter/source/config/fragments/filters.po
+++ b/translations/source/fa/filter/source/config/fragments/filters.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%2Ffilters.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-06 01:31+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.1.6\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/fa/filter/source/config/fragments/internalgraphicfilters.po b/translations/source/fa/filter/source/config/fragments/internalgraphicfilters.po
index 70fc8fd4540..14bbeac2015 100644
--- a/translations/source/fa/filter/source/config/fragments/internalgraphicfilters.po
+++ b/translations/source/fa/filter/source/config/fragments/internalgraphicfilters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:19+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/filter/source/config/fragments/types.po b/translations/source/fa/filter/source/config/fragments/types.po
index 1642676a0bf..0dc8829257e 100644
--- a/translations/source/fa/filter/source/config/fragments/types.po
+++ b/translations/source/fa/filter/source/config/fragments/types.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 02:27+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -98,7 +98,7 @@ msgstr ""
#: MS_Excel_2007_Binary.xcu#MS_Excel_2007_Binary.UIName.value.text
msgid "Microsoft Excel 2007 Binary"
-msgstr ""
+msgstr "دودوئی اِکسل 2007 مایکروسافت"
#: calc8.xcu#calc8.UIName.value.text
msgid "Calc 8"
diff --git a/translations/source/fa/filter/source/flash.po b/translations/source/fa/filter/source/flash.po
index ed33e9fb1e6..3cd7a11a25e 100644
--- a/translations/source/fa/filter/source/flash.po
+++ b/translations/source/fa/filter/source/flash.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-18 23:23+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/filter/source/graphicfilter/eps.po b/translations/source/fa/filter/source/graphicfilter/eps.po
index 9907b335b35..942bc4b65b4 100644
--- a/translations/source/fa/filter/source/graphicfilter/eps.po
+++ b/translations/source/fa/filter/source/graphicfilter/eps.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:12+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/filter/source/pdf.po b/translations/source/fa/filter/source/pdf.po
index af43fde3ff8..d23f5750cf4 100644
--- a/translations/source/fa/filter/source/pdf.po
+++ b/translations/source/fa/filter/source/pdf.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-12 20:28+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -120,6 +120,10 @@ msgstr "صدور ~یادداشت‌ها"
msgid "Export ~notes pages"
msgstr ""
+#: impdialog.src#CB_EXPORTHIDDENSLIDES.checkbox.text
+msgid "Export ~hidden pages"
+msgstr ""
+
#: impdialog.src#CB_EXPORTEMPTYPAGES.checkbox.text
msgid "Exp~ort automatically inserted blank pages"
msgstr ""
diff --git a/translations/source/fa/filter/source/t602.po b/translations/source/fa/filter/source/t602.po
index 0c29c9e6a5f..6ffc6da7f12 100644
--- a/translations/source/fa/filter/source/t602.po
+++ b/translations/source/fa/filter/source/t602.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-12 20:28+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/filter/source/xsltdialog.po b/translations/source/fa/filter/source/xsltdialog.po
index 2d010f2e837..b87e94e6291 100644
--- a/translations/source/fa/filter/source/xsltdialog.po
+++ b/translations/source/fa/filter/source/xsltdialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-08-12 20:37+0200\n"
"Last-Translator: Afshin <falatooni@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/forms/source/resource.po b/translations/source/fa/forms/source/resource.po
index 0ffb186e303..c2d447b3442 100644
--- a/translations/source/fa/forms/source/resource.po
+++ b/translations/source/fa/forms/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-17 15:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/formula/source/core/resource.po b/translations/source/fa/formula/source/core/resource.po
index 505046a7bef..e5f41513e4d 100644
--- a/translations/source/fa/formula/source/core/resource.po
+++ b/translations/source/fa/formula/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-12 23:31+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/formula/source/ui/dlg.po b/translations/source/fa/formula/source/ui/dlg.po
index 9f17d3e53f3..089701a4dba 100644
--- a/translations/source/fa/formula/source/ui/dlg.po
+++ b/translations/source/fa/formula/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-12 23:11+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/fpicker/source/office.po b/translations/source/fa/fpicker/source/office.po
index 223130f52df..fb7e29b7b16 100644
--- a/translations/source/fa/fpicker/source/office.po
+++ b/translations/source/fa/fpicker/source/office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-27 11:06+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/framework/source/classes.po b/translations/source/fa/framework/source/classes.po
index 83c266cf3b3..57d0bc175a0 100644
--- a/translations/source/fa/framework/source/classes.po
+++ b/translations/source/fa/framework/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-08-18 23:24+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/framework/source/services.po b/translations/source/fa/framework/source/services.po
index 363ba52bd5c..c574e2ad0d2 100644
--- a/translations/source/fa/framework/source/services.po
+++ b/translations/source/fa/framework/source/services.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 15:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/instsetoo_native/inc_openoffice/windows/msi_languages.po b/translations/source/fa/instsetoo_native/inc_openoffice/windows/msi_languages.po
index a740f04425c..4609a823a25 100644
--- a/translations/source/fa/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/translations/source/fa/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-09-02 20:01+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/mysqlc/source.po b/translations/source/fa/mysqlc/source.po
index ee738fc4247..05fa2e2c319 100644
--- a/translations/source/fa/mysqlc/source.po
+++ b/translations/source/fa/mysqlc/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-13 19:48+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/translations/source/fa/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index 2073c9a656b..b1fa561a029 100644
--- a/translations/source/fa/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/translations/source/fa/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 15:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/translations/source/fa/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
index 4d9b28112d2..de6add13066 100644
--- a/translations/source/fa/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
+++ b/translations/source/fa/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
@@ -3,20 +3,20 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fhelp%2Fen%2Fcom.sun.star.comp.Calc.NLPSolver.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: Options.xhp#tit.help.text
msgid "Options"
-msgstr ""
+msgstr "گزینه‌ها"
#: Options.xhp#bm_id0503200917110375_scalc.help.text
msgid "<bookmark_value>Solver for Nonlinear Problems;Options</bookmark_value>"
diff --git a/translations/source/fa/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/translations/source/fa/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
index 9909a53f956..6ca59100eea 100644
--- a/translations/source/fa/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
+++ b/translations/source/fa/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fsrc%2Fcom%2Fsun%2Fstar%2Fcomp%2FCalc%2FNLPSolver.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/nlpsolver/src/locale.po b/translations/source/fa/nlpsolver/src/locale.po
index 0567d93dafe..221165bec74 100644
--- a/translations/source/fa/nlpsolver/src/locale.po
+++ b/translations/source/fa/nlpsolver/src/locale.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fsrc%2Flocale.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -112,11 +112,11 @@ msgstr ""
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnOK.property.text
msgid "OK"
-msgstr ""
+msgstr "تأیید"
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnContinue.property.text
msgid "Continue"
-msgstr ""
+msgstr "ادامه"
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopIteration.property.text
msgid "Maximum iterations reached."
@@ -152,28 +152,28 @@ msgstr ""
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Seconds.property.text
msgid "Seconds"
-msgstr ""
+msgstr "ثانیه"
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Minute.property.text
msgid "Minute"
-msgstr ""
+msgstr "دقیقه"
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Minutes.property.text
msgid "Minutes"
-msgstr ""
+msgstr "دقیقه"
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Hour.property.text
msgid "Hour"
-msgstr ""
+msgstr "ساعت"
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Hours.property.text
msgid "Hours"
-msgstr ""
+msgstr "ساعت"
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Day.property.text
msgid "Day"
-msgstr ""
+msgstr "روز"
#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Days.property.text
msgid "Days"
-msgstr ""
+msgstr "روز"
diff --git a/translations/source/fa/officecfg/registry/data/org/openoffice/Office.po b/translations/source/fa/officecfg/registry/data/org/openoffice/Office.po
index 36677006a46..fc106958bad 100644
--- a/translations/source/fa/officecfg/registry/data/org/openoffice/Office.po
+++ b/translations/source/fa/officecfg/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-18 23:25+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/officecfg/registry/data/org/openoffice/Office/UI.po b/translations/source/fa/officecfg/registry/data/org/openoffice/Office/UI.po
index 4c4bb4e4b51..918cfb4f3cc 100644
--- a/translations/source/fa/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/fa/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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-06 01:31+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: WriterReportWindowState.xcu#..WriterReportWindowState.UIElements.States.private_resource/toolbar/standardbar.UIName.value.text
@@ -2893,7 +2893,7 @@ msgstr "سب~ک‌ها"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_SnapLinesMenu.Label.value.text
msgid "~Snap Lines"
-msgstr ""
+msgstr "~خطوط گیرا"
#: DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_MasterPageMenu.Label.value.text
msgctxt "DrawImpressCommands.xcu#..DrawImpressCommands.UserInterface.Popups..uno_MasterPageMenu.Label.value.text"
@@ -8174,7 +8174,7 @@ msgstr "موزاییک"
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_GraphicFilterRelief.Label.value.text
msgid "Relief"
-msgstr ""
+msgstr "برجسته"
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_GraphicFilterPoster.Label.value.text
msgid "Posterize"
@@ -8268,6 +8268,10 @@ msgstr "و~ضعیت روش ورودی"
msgid "Optio~n Bar"
msgstr "نوار ~گزینه‌ها"
+#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_SendFeedback.Label.value.text
+msgid "Send Feedback..."
+msgstr ""
+
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_ShowLicense.Label.value.text
msgid "License Information..."
msgstr "اطلاعات اجازه‌نامه..."
@@ -11091,7 +11095,7 @@ msgstr ""
#: CalcCommands.xcu#..CalcCommands.UserInterface.Commands..uno_TabBgColor.Label.value.text
msgid "Tab Color"
-msgstr ""
+msgstr "رنگ جدول"
#: CalcCommands.xcu#..CalcCommands.UserInterface.Commands..uno_Move.Label.value.text
msgid "~Move/Copy Sheet..."
@@ -12014,33 +12018,33 @@ msgstr ""
msgid "Line Numbers"
msgstr ""
-#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_RadioBUTTON.Label.value.text
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormRadio.Label.value.text
msgid "Form Option Button"
msgstr ""
-#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_CheckBOX.Label.value.text
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormCheck.Label.value.text
msgid "Form Check Box"
msgstr ""
-#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertListBOX.Label.value.text
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormList.Label.value.text
msgid "Form List Box"
msgstr ""
-#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_ComboBOX.Label.value.text
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormCombo.Label.value.text
msgid "Form Combo Box"
msgstr ""
-#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_VScrollBAR.Label.value.text
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormVScroll.Label.value.text
#, fuzzy
msgid "Form Vertical Scroll Bar"
msgstr "نوار لغزش عمودی"
-#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_HScrollBAR.Label.value.text
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormHScroll.Label.value.text
#, fuzzy
msgid "Form Horizonal Scroll Bar"
msgstr "نوار لغزش افقی"
-#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_SpinBUTTON.Label.value.text
+#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormSpin.Label.value.text
msgid "Form Spin Button"
msgstr ""
diff --git a/translations/source/fa/padmin/source.po b/translations/source/fa/padmin/source.po
index 57cc8617e50..e75635da538 100644
--- a/translations/source/fa/padmin/source.po
+++ b/translations/source/fa/padmin/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-09-02 20:06+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/readlicense_oo/docs/readme.po b/translations/source/fa/readlicense_oo/docs/readme.po
index 98d7b5a8c58..661d9239d31 100644
--- a/translations/source/fa/readlicense_oo/docs/readme.po
+++ b/translations/source/fa/readlicense_oo/docs/readme.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:20+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -107,7 +107,6 @@ msgid "1024x768 resolution (higher resolution recommended), at least 256 colors"
msgstr "خادم X با تفکیک‌پذیری 1024x768 (تفکیک‌پذیری بالاتر توصیه می‌شود)، با حداقل 256 رنگ؛"
#: readme.xrm#edssc3d.edssc3d.readmeitem.text
-msgctxt "readme.xrm#edssc3d.edssc3d.readmeitem.text"
msgid "Please be aware that administrator rights are needed for the installation process."
msgstr ""
@@ -116,20 +115,11 @@ msgid "Registration of ${PRODUCTNAME} as default application for Microsoft Offic
msgstr ""
#: readme.xrm#MSOReg2.MSOReg2.readmeitem.text
-msgid "<tt>/msoreg=1</tt> will force registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
+msgid "<tt>REGISTER_ALL_MSO_TYPES=1</tt> will force registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
msgstr ""
#: readme.xrm#MSOReg3.MSOReg3.readmeitem.text
-msgid "<tt>/msoreg=0</tt> will suppress registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
-msgstr ""
-
-#: readme.xrm#DLLA1.DLLA1.readmeitem.text
-msgid "If you perform an administrative installation using setup /a, you need to make sure that the file msvc90.dll is installed on the system. This file is required for ${PRODUCTNAME} to start after an administrative installation. You can get the file from <a href=\"http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF\">http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF</a>"
-msgstr ""
-
-#: readme.xrm#AdminNeeded.AdminNeeded.readmeitem.text
-msgctxt "readme.xrm#AdminNeeded.AdminNeeded.readmeitem.text"
-msgid "Please be aware that administrator rights are needed for the installation process."
+msgid "<tt>REGISTER_NO_MSO_TYPES=1</tt> will suppress registration of ${PRODUCTNAME} as default application for Microsoft Office formats."
msgstr ""
#: readme.xrm#s2we10.s2we10.readmeitem.text
@@ -189,8 +179,9 @@ msgid "Installation of ${PRODUCTNAME} on Debian/Ubuntu-based Linux systems"
msgstr ""
#: readme.xrm#debianinstall1.debianinstall1.readmeitem.text
-msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to do that, please read the section below entitled Deinstallation of a Previous Version of ${PRODUCTNAME}. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
-msgstr "اگر شما قبلاً نسخه قبلی ${PRODUCTNAME} را پیش از این نصب کرده‌اید، نیاز خواهید داشت که آن را قبل از این‌که ادامه حذف کنید. برای آموزش این‌که چگونه این کار را انجام بدهید، لطفاً قسمت زیر تحت عنوان حذف نسخه پیشین ${PRODUCTNAME} را بخوانید. برای آموزش چگونگی نصب یک بسته زبان (بعد از نصب‌شدن نسخه انگلیسی ${PRODUCTNAME})، لطفاً قسمت زیر تحت عنوان نصب یک بسته زبان را بخوانید."
+msgctxt "readme.xrm#debianinstall1.debianinstall1.readmeitem.text"
+msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
+msgstr ""
#: readme.xrm#debianinstall2.debianinstall2.readmeitem.text
msgctxt "readme.xrm#debianinstall2.debianinstall2.readmeitem.text"
@@ -239,9 +230,9 @@ msgid "Installation of ${PRODUCTNAME} on Fedora, Suse, Mandriva and other Linux
msgstr "نصب ${PRODUCTNAME} روی فدورا، سوزه، مندریوا و دیگر سامانه‌های لینوکسی که از بسته RPM استفاده می‌کنند"
#: readme.xrm#rpminstall1.rpminstall1.readmeitem.text
-#, fuzzy
-msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to do that, please read the section below entitled De-installation of a Previous Version of ${PRODUCTNAME}. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
-msgstr "اگر شما قبلاً نسخه قبلی ${PRODUCTNAME} را پیش از این نصب کرده‌اید، نیاز خواهید داشت که آن را قبل از این‌که ادامه حذف کنید. برای آموزش این‌که چگونه این کار را انجام بدهید، لطفاً قسمت زیر تحت عنوان حذف نسخه پیشین ${PRODUCTNAME} را بخوانید. برای آموزش چگونگی نصب یک بسته زبان (بعد از نصب‌شدن نسخه انگلیسی ${PRODUCTNAME})، لطفاً قسمت زیر تحت عنوان نصب یک بسته زبان را بخوانید."
+msgctxt "readme.xrm#rpminstall1.rpminstall1.readmeitem.text"
+msgid "If you have a previous version of ${PRODUCTNAME} already installed, then you will need to de-install it before proceeding further. For instructions on how to install a language pack (after having installed the US English version of ${PRODUCTNAME}), please read the section below entitled Installing a Language Pack."
+msgstr ""
#: readme.xrm#rpminstall2.rpminstall2.readmeitem.text
#, fuzzy
@@ -294,7 +285,7 @@ msgstr ""
#: readme.xrm#rpminstallB.rpminstallB.readmeitem.text
#, fuzzy
-msgid "For Fedora-based systems: su -c 'yum install *redhat*.rpm'"
+msgid "For Fedora-based systems: su -c 'yum install *freedesktop*.rpm'"
msgstr ""
"#-#-#-#-# fa.po (PACKAGE VERSION) #-#-#-#-#\n"
"برای سیستم‌های مبتنی بر فدورا: su -c 'yum install *.rpm'\n"
@@ -308,13 +299,13 @@ msgstr ""
"برای سیستم‌های مبتنی بر مندریوا: sudo urpmi *.rpm\n"
"#-#-#-#-# readme.po (PACKAGE VERSION) #-#-#-#-#\n"
+#: readme.xrm#rpminstallF.rpminstallF.readmeitem.text
+msgid "For SUSE-based systems: rpm -Uvh *suse*.rpm"
+msgstr ""
+
#: readme.xrm#rpminstallD.rpminstallD.readmeitem.text
-#, fuzzy
-msgid "For other RPM-based systems (Suse, etc.): rpm -Uvh *suse*.rpm"
+msgid "For other RPM-based systems: rpm -Uvh *freedesktop*.rpm"
msgstr ""
-"#-#-#-#-# fa.po (PACKAGE VERSION) #-#-#-#-#\n"
-"برای دیگر سیستم‌هایی که از RPM استفاده می‌کنند (سوزه و غیره): rpm -Uvh *.rpm\n"
-"#-#-#-#-# readme.po (PACKAGE VERSION) #-#-#-#-#\n"
#: readme.xrm#rpminstallE.rpminstallE.readmeitem.text
#, fuzzy
diff --git a/translations/source/fa/reportbuilder/java/com/sun/star/report/function/metadata.po b/translations/source/fa/reportbuilder/java/com/sun/star/report/function/metadata.po
index 277d2670e1b..ddada1b9a24 100644
--- a/translations/source/fa/reportbuilder/java/com/sun/star/report/function/metadata.po
+++ b/translations/source/fa/reportbuilder/java/com/sun/star/report/function/metadata.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fjava%2Fcom%2Fsun%2Fstar%2Freport%2Ffunction%2Fmetadata.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+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: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/reportbuilder/registry/data/org/openoffice/Office.po b/translations/source/fa/reportbuilder/registry/data/org/openoffice/Office.po
index 3de0891a167..aa84691e4f1 100644
--- a/translations/source/fa/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/translations/source/fa/reportbuilder/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 15:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/reportbuilder/registry/data/org/openoffice/Office/UI.po b/translations/source/fa/reportbuilder/registry/data/org/openoffice/Office/UI.po
index 37389e7fd38..5f9f9c68785 100644
--- a/translations/source/fa/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/fa/reportbuilder/registry/data/org/openoffice/Office/UI.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-26 10:03+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -238,7 +238,7 @@ msgstr "قالب خروجی گزارش"
#: ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_SnapLinesMenu.Label.value.text
msgid "~Snap Lines"
-msgstr ""
+msgstr "~خطوط گیرا"
#: ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_ObjectResize.Label.value.text
msgctxt "ReportCommands.xcu#.ReportCommands.UserInterface.Popups..uno_ObjectResize.Label.value.text"
diff --git a/translations/source/fa/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/translations/source/fa/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index a9c2836091e..fa4ecb0670d 100644
--- a/translations/source/fa/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/translations/source/fa/reportbuilder/registry/data/org/openoffice/TypeDetection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 15:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/reportbuilder/util.po b/translations/source/fa/reportbuilder/util.po
index 503af3d218b..341977abbff 100644
--- a/translations/source/fa/reportbuilder/util.po
+++ b/translations/source/fa/reportbuilder/util.po
@@ -3,14 +3,14 @@ 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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/reportdesign/source/core/resource.po b/translations/source/fa/reportdesign/source/core/resource.po
index 43479a828b7..011b8353aea 100644
--- a/translations/source/fa/reportdesign/source/core/resource.po
+++ b/translations/source/fa/reportdesign/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-08-30 12:02+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/reportdesign/source/ui/dlg.po b/translations/source/fa/reportdesign/source/ui/dlg.po
index 255d2f8e563..94baf5921be 100644
--- a/translations/source/fa/reportdesign/source/ui/dlg.po
+++ b/translations/source/fa/reportdesign/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-30 14:52+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/reportdesign/source/ui/inspection.po b/translations/source/fa/reportdesign/source/ui/inspection.po
index 1d7b2a896bd..3ac375d58a5 100644
--- a/translations/source/fa/reportdesign/source/ui/inspection.po
+++ b/translations/source/fa/reportdesign/source/ui/inspection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-09-09 11:37+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/reportdesign/source/ui/report.po b/translations/source/fa/reportdesign/source/ui/report.po
index 4d3a6b68112..3a071000dce 100644
--- a/translations/source/fa/reportdesign/source/ui/report.po
+++ b/translations/source/fa/reportdesign/source/ui/report.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-09-09 11:50+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sc/source/core/src.po b/translations/source/fa/sc/source/core/src.po
index 470c804396e..2adb4aabd8d 100644
--- a/translations/source/fa/sc/source/core/src.po
+++ b/translations/source/fa/sc/source/core/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-08-12 23:58+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sc/source/ui/cctrl.po b/translations/source/fa/sc/source/ui/cctrl.po
index bc425575fae..73ffb1e0628 100644
--- a/translations/source/fa/sc/source/ui/cctrl.po
+++ b/translations/source/fa/sc/source/ui/cctrl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 15:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sc/source/ui/dbgui.po b/translations/source/fa/sc/source/ui/dbgui.po
index 9fa34605669..8d917afbdcf 100644
--- a/translations/source/fa/sc/source/ui/dbgui.po
+++ b/translations/source/fa/sc/source/ui/dbgui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-09-08 23:45+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sc/source/ui/docshell.po b/translations/source/fa/sc/source/ui/docshell.po
index 15ab8430562..44e73a736db 100644
--- a/translations/source/fa/sc/source/ui/docshell.po
+++ b/translations/source/fa/sc/source/ui/docshell.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-08-13 00:02+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sc/source/ui/drawfunc.po b/translations/source/fa/sc/source/ui/drawfunc.po
index 217dcf0349d..c091f03378b 100644
--- a/translations/source/fa/sc/source/ui/drawfunc.po
+++ b/translations/source/fa/sc/source/ui/drawfunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-13 00:02+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sc/source/ui/formdlg.po b/translations/source/fa/sc/source/ui/formdlg.po
index c293fc02634..e7ec32c6752 100644
--- a/translations/source/fa/sc/source/ui/formdlg.po
+++ b/translations/source/fa/sc/source/ui/formdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 15:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sc/source/ui/miscdlgs.po b/translations/source/fa/sc/source/ui/miscdlgs.po
index 4b455450941..deff137a9f0 100644
--- a/translations/source/fa/sc/source/ui/miscdlgs.po
+++ b/translations/source/fa/sc/source/ui/miscdlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-09-08 23:57+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sc/source/ui/navipi.po b/translations/source/fa/sc/source/ui/navipi.po
index b00c7627395..61a4787feda 100644
--- a/translations/source/fa/sc/source/ui/navipi.po
+++ b/translations/source/fa/sc/source/ui/navipi.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 02:27+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sc/source/ui/pagedlg.po b/translations/source/fa/sc/source/ui/pagedlg.po
index 61036484a8d..21dccb20cec 100644
--- a/translations/source/fa/sc/source/ui/pagedlg.po
+++ b/translations/source/fa/sc/source/ui/pagedlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-09-08 23:52+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sc/source/ui/src.po b/translations/source/fa/sc/source/ui/src.po
index 46ca6c017d7..bf4f7fc89f5 100644
--- a/translations/source/fa/sc/source/ui/src.po
+++ b/translations/source/fa/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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-06 01:31+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: namedlg.src#RID_SCDLG_NAMES.BTN_ADD.pushbutton.text
@@ -29,7 +29,7 @@ msgstr "~حذف"
#: namedlg.src#RID_SCDLG_NAMES.BTN_NAME_OK.pushbutton.text
msgid "OK"
-msgstr ""
+msgstr "تأیید"
#: namedlg.src#RID_SCDLG_NAMES.BTN_NAME_CANCEL.pushbutton.text
msgctxt "namedlg.src#RID_SCDLG_NAMES.BTN_NAME_CANCEL.pushbutton.text"
@@ -749,7 +749,7 @@ msgstr "نوشتن داده‌ها ممکن نیست."
#: scerrors.src#RID_ERRHDLSC.SCERR_EXPORT_SQLEXCEPTION___ERRCODE_RES_MASK.string.text
msgid "$(ARG1)"
-msgstr ""
+msgstr "$(ARG1)"
#: scerrors.src#RID_ERRHDLSC.SCERR_EXPORT_ENCODING___ERRCODE_RES_MASK.string.text
msgid "Cell $(ARG1) contains characters that are not representable in the selected target character set \"$(ARG2)\"."
@@ -1639,9 +1639,9 @@ msgstr "حذف"
msgid "Restore"
msgstr "باز‌یابی"
-#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_LAST.pushbutton.text
-msgid "Last Record"
-msgstr "آخرین رکورد"
+#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_PREV.pushbutton.text
+msgid "Previous Record"
+msgstr "رکورد قبلی"
#: datafdlg.src#RID_SCDLG_DATAFORM.BTN_DATAFORM_NEXT.pushbutton.text
msgid "Next Record"
@@ -3945,8 +3945,8 @@ msgid "Number"
msgstr "عدد"
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ARC_COS_HYP.3.string.text
-msgid "A value greater than or equal to 1 for which the hyperbolic cosine is to be returned."
-msgstr "مقداری بزرگتر یا مساوی 1 که کسینوس هذلولوی وارون آن برگردانده خواهد شد."
+msgid "A value greater than or equal to 1 for which the inverse hyperbolic cosine is to be returned."
+msgstr ""
#: scfuncs.src#RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_ARC_SIN_HYP.1.string.text
msgid "Returns the inverse hyperbolic sine of a number."
@@ -10854,7 +10854,7 @@ msgstr "ویرایش نام محدوده‌ها"
#: globstr.src#RID_GLOBSTR.STR_UNDO_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "ت~غییر بزرگی و کوچکی حروف"
#: globstr.src#RID_GLOBSTR.STR_DB_NONAME.string.text
msgctxt "globstr.src#RID_GLOBSTR.STR_DB_NONAME.string.text"
@@ -12458,6 +12458,17 @@ msgstr ""
msgid "Invalid name. Only use letters, numbers and underscore."
msgstr ""
+#: globstr.src#RID_GLOBSTR.STR_UNSAVED_EXT_REF.string.text
+msgid ""
+"This Document contains external references to unsaved documents.\n"
+"\n"
+"Do you want to continue?"
+msgstr ""
+
+#: globstr.src#RID_GLOBSTR.STR_CLOSE_WITH_UNSAVED_REFS.string.text
+msgid "This Document is referenced by another document and not yet saved. Closing it without saving will result in data loss."
+msgstr ""
+
#: crnrdlg.src#RID_SCDLG_COLROWNAMERANGES.FL_ASSIGN.fixedline.text
msgctxt "crnrdlg.src#RID_SCDLG_COLROWNAMERANGES.FL_ASSIGN.fixedline.text"
msgid "Range"
diff --git a/translations/source/fa/sc/source/ui/styleui.po b/translations/source/fa/sc/source/ui/styleui.po
index 80643d78288..3ff3501a67a 100644
--- a/translations/source/fa/sc/source/ui/styleui.po
+++ b/translations/source/fa/sc/source/ui/styleui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-08-13 00:05+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/scaddins/source/analysis.po b/translations/source/fa/scaddins/source/analysis.po
index 50390f2956c..4702d2629be 100644
--- a/translations/source/fa/scaddins/source/analysis.po
+++ b/translations/source/fa/scaddins/source/analysis.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:21+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -29,7 +29,7 @@ msgstr ""
#: analysis_funcnames.src#RID_ANALYSIS_FUNCTION_NAMES.ANALYSIS_FUNCNAME_Weeknum.string.text
msgid "WEEKNUM"
-msgstr ""
+msgstr "WEEKNUM"
#: analysis_funcnames.src#RID_ANALYSIS_FUNCTION_NAMES.ANALYSIS_FUNCNAME_Eomonth.string.text
msgid "EOMONTH"
@@ -65,7 +65,7 @@ msgstr ""
#: analysis_funcnames.src#RID_ANALYSIS_FUNCTION_NAMES.ANALYSIS_FUNCNAME_Duration.string.text
msgid "DURATION"
-msgstr ""
+msgstr "DURATION"
#: analysis_funcnames.src#RID_ANALYSIS_FUNCTION_NAMES.ANALYSIS_FUNCNAME_Effect.string.text
msgid "EFFECT"
@@ -73,11 +73,11 @@ msgstr ""
#: analysis_funcnames.src#RID_ANALYSIS_FUNCTION_NAMES.ANALYSIS_FUNCNAME_Cumprinc.string.text
msgid "CUMPRINC"
-msgstr ""
+msgstr "CUMPRINC"
#: analysis_funcnames.src#RID_ANALYSIS_FUNCTION_NAMES.ANALYSIS_FUNCNAME_Cumipmt.string.text
msgid "CUMIPMT"
-msgstr ""
+msgstr "CUMIPMT"
#: analysis_funcnames.src#RID_ANALYSIS_FUNCTION_NAMES.ANALYSIS_FUNCNAME_Price.string.text
msgid "PRICE"
@@ -97,7 +97,7 @@ msgstr ""
#: analysis_funcnames.src#RID_ANALYSIS_FUNCTION_NAMES.ANALYSIS_FUNCNAME_Nominal.string.text
msgid "NOMINAL"
-msgstr ""
+msgstr "NOMINAL"
#: analysis_funcnames.src#RID_ANALYSIS_FUNCTION_NAMES.ANALYSIS_FUNCNAME_Dollarfr.string.text
msgid "DOLLARFR"
@@ -189,19 +189,19 @@ msgstr ""
#: analysis_funcnames.src#RID_ANALYSIS_FUNCTION_NAMES.ANALYSIS_FUNCNAME_Iseven.string.text
msgid "ISEVEN"
-msgstr ""
+msgstr "ISEVEN"
#: analysis_funcnames.src#RID_ANALYSIS_FUNCTION_NAMES.ANALYSIS_FUNCNAME_Isodd.string.text
msgid "ISODD"
-msgstr ""
+msgstr "ISODD"
#: analysis_funcnames.src#RID_ANALYSIS_FUNCTION_NAMES.ANALYSIS_FUNCNAME_Gcd.string.text
msgid "GCD"
-msgstr ""
+msgstr "GCD"
#: analysis_funcnames.src#RID_ANALYSIS_FUNCTION_NAMES.ANALYSIS_FUNCNAME_Lcm.string.text
msgid "LCM"
-msgstr ""
+msgstr "LCM"
#: analysis_funcnames.src#RID_ANALYSIS_FUNCTION_NAMES.ANALYSIS_FUNCNAME_Multinomial.string.text
msgid "MULTINOMIAL"
@@ -257,7 +257,7 @@ msgstr ""
#: analysis_funcnames.src#RID_ANALYSIS_FUNCTION_NAMES.ANALYSIS_FUNCNAME_Delta.string.text
msgid "DELTA"
-msgstr ""
+msgstr "دلتا بزرگ"
#: analysis_funcnames.src#RID_ANALYSIS_FUNCTION_NAMES.ANALYSIS_FUNCNAME_Dec2Bin.string.text
msgid "DEC2BIN"
@@ -381,7 +381,7 @@ msgstr ""
#: analysis_funcnames.src#RID_ANALYSIS_FUNCTION_NAMES.ANALYSIS_FUNCNAME_Convert.string.text
msgid "CONVERT"
-msgstr ""
+msgstr "CONVERT"
#: analysis_funcnames.src#RID_ANALYSIS_FUNCTION_NAMES.ANALYSIS_FUNCNAME_Factdouble.string.text
msgid "FACTDOUBLE"
diff --git a/translations/source/fa/scaddins/source/datefunc.po b/translations/source/fa/scaddins/source/datefunc.po
index 70c56f46aa2..d6ab67c26d1 100644
--- a/translations/source/fa/scaddins/source/datefunc.po
+++ b/translations/source/fa/scaddins/source/datefunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sccomp/source/solver.po b/translations/source/fa/sccomp/source/solver.po
index 215a4b5c6f7..229bc3514b1 100644
--- a/translations/source/fa/sccomp/source/solver.po
+++ b/translations/source/fa/sccomp/source/solver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-17 15:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/scp2/source/accessories.po b/translations/source/fa/scp2/source/accessories.po
index df026a1ed12..29aa7314006 100644
--- a/translations/source/fa/scp2/source/accessories.po
+++ b/translations/source/fa/scp2/source/accessories.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-12 00:21+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/scp2/source/activex.po b/translations/source/fa/scp2/source/activex.po
index 1d7d7588c48..5387de6b938 100644
--- a/translations/source/fa/scp2/source/activex.po
+++ b/translations/source/fa/scp2/source/activex.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 22:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/scp2/source/base.po b/translations/source/fa/scp2/source/base.po
index c799d276f62..90ba4184e03 100644
--- a/translations/source/fa/scp2/source/base.po
+++ b/translations/source/fa/scp2/source/base.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -39,6 +39,16 @@ msgstr "راهنمای دادگان %PRODUCTNAME"
msgid "Help about %PRODUCTNAME Base"
msgstr "راهنمایی‌هایی در مورد دادگان %PRODUCTNAME"
+#: postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr ""
+
+#: postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr ""
+
#: folderitem_base.ulf#STR_FI_TOOLTIP_BASE.LngText.text
msgid "Manage databases, create queries and reports to track and manage your information by using Base."
msgstr "ادارهٔ پایگاه‌داده‌ها، ایجاد پرس و جو و گزارش برای ردیابی و مدیریت اطلاعات با استفاده از دادگان."
diff --git a/translations/source/fa/scp2/source/binfilter.po b/translations/source/fa/scp2/source/binfilter.po
index d9c75b5082b..26adae77a7c 100644
--- a/translations/source/fa/scp2/source/binfilter.po
+++ b/translations/source/fa/scp2/source/binfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 22:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/scp2/source/calc.po b/translations/source/fa/scp2/source/calc.po
index a9881563541..c1931a16c30 100644
--- a/translations/source/fa/scp2/source/calc.po
+++ b/translations/source/fa/scp2/source/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 22:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/scp2/source/draw.po b/translations/source/fa/scp2/source/draw.po
index 78e6ba1d785..1dd96434100 100644
--- a/translations/source/fa/scp2/source/draw.po
+++ b/translations/source/fa/scp2/source/draw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/scp2/source/extensions.po b/translations/source/fa/scp2/source/extensions.po
index b765bf56159..f3409167283 100644
--- a/translations/source/fa/scp2/source/extensions.po
+++ b/translations/source/fa/scp2/source/extensions.po
@@ -3,1023 +3,67 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-12 00:21+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\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
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text"
msgid "English"
msgstr ""
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text"
msgid "Installs English support in %PRODUCTNAME %PRODUCTVERSION"
msgstr ""
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text"
msgid "German"
msgstr ""
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text"
msgid "Installs German support in %PRODUCTNAME %PRODUCTVERSION"
msgstr ""
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text"
msgid "French"
msgstr ""
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text"
msgid "Installs French support in %PRODUCTNAME %PRODUCTVERSION"
msgstr ""
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text"
+#, fuzzy
msgid "Italian"
msgstr "ایتالیایی"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text"
msgid "Installs Italian support in %PRODUCTNAME %PRODUCTVERSION"
msgstr ""
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text"
msgid "Spanish"
msgstr ""
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text"
msgid "Installs Spanish support in %PRODUCTNAME %PRODUCTVERSION"
msgstr ""
#: module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text"
msgid "Hungarian"
-msgstr ""
+msgstr "مجاری"
#: module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_sun_templates.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text"
msgid "Installs Hungarian support in %PRODUCTNAME %PRODUCTVERSION"
msgstr ""
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_US.LngText.text"
-msgid "English"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_US.LngText.text"
-msgid "Installs English support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DE.LngText.text"
-msgid "German"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DE.LngText.text"
-msgid "Installs German support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FR.LngText.text"
-msgid "French"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FR.LngText.text"
-msgid "Installs French support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IT.LngText.text"
-msgid "Italian"
-msgstr "ایتالیایی"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IT.LngText.text"
-msgid "Installs Italian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ES.LngText.text"
-msgid "Spanish"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ES.LngText.text"
-msgid "Installs Spanish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SV.LngText.text
-msgid "Swedish"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SV.LngText.text
-msgid "Installs Swedish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT.LngText.text
-msgid "Portuguese"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PT_BR.LngText.text
-msgid "Portuguese (Brazil)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PT_BR.LngText.text"
-msgid "Installs Portuguese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_JA.LngText.text
-msgid "Japanese"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_JA.LngText.text
-msgid "Installs Japanese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KO.LngText.text
-#, fuzzy
-msgid "Korean"
-msgstr "کره‌ای"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KO.LngText.text
-msgid "Installs Korean support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_CN.LngText.text
-msgid "Chinese (simplified)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_CN.LngText.text
-msgid "Installs Chinese (simplified) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZH_TW.LngText.text
-msgid "Chinese (traditional)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZH_TW.LngText.text
-msgid "Installs Chinese (traditional) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NL.LngText.text
-msgid "Dutch"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NL.LngText.text
-msgid "Installs Dutch support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HU.LngText.text"
-msgid "Hungarian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HU.LngText.text"
-msgid "Installs Hungarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PL.LngText.text
-msgid "Polish"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PL.LngText.text
-msgid "Installs Polish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RU.LngText.text
-#, fuzzy
-msgid "Russian"
-msgstr "روسی"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RU.LngText.text
-msgid "Installs Russian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TR.LngText.text
-msgid "Turkish"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TR.LngText.text
-msgid "Installs Turkish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EL.LngText.text
-#, fuzzy
-msgid "Greek"
-msgstr "یونانی"
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EL.LngText.text
-msgid "Installs Greek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TH.LngText.text
-msgid "Thai"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TH.LngText.text
-msgid "Installs Thai support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CS.LngText.text
-msgid "Czech"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CS.LngText.text
-msgid "Installs Czech support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SK.LngText.text
-msgid "Slovak"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SK.LngText.text
-msgid "Installs Slovak support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HR.LngText.text
-msgid "Croatian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HR.LngText.text
-msgid "Installs Croatian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ET.LngText.text
-msgid "Estonian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ET.LngText.text
-msgid "Installs Estonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VI.LngText.text
-msgid "Vietnamese"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VI.LngText.text
-msgid "Installs Vietnamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BG.LngText.text
-msgid "Bulgarian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BG.LngText.text
-msgid "Installs Bulgarian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KM.LngText.text
-msgid "Khmer"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KM.LngText.text
-msgid "Installs Khmer support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_PA_IN.LngText.text
-msgid "Punjabi"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_PA_IN.LngText.text
-msgid "Installs Punjabi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Gujarati"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU_IN.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA.LngText.text"
-msgid "Tamil"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Tamil"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TA_IN.LngText.text"
-msgid "Installs Tamil support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI.LngText.text"
-msgid "Hindi"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Hindi"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HI_IN.LngText.text"
-msgid "Installs Hindi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ST.LngText.text
-msgid "Southern Sotho (Sutu)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ST.LngText.text
-msgid "Installs Southern Sotho (Sutu) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TN.LngText.text
-msgid "Tswana"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TN.LngText.text
-msgid "Installs Tswana support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_XH.LngText.text
-msgid "Xhosa"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_XH.LngText.text
-msgid "Installs Xhosa support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ZU.LngText.text
-msgid "Zulu"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ZU.LngText.text
-msgid "Installs Zulu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AF.LngText.text
-msgid "Afrikaans"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AF.LngText.text
-msgid "Installs Afrikaans support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW.LngText.text"
-msgid "Swahili"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Swahili"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SW_TZ.LngText.text"
-msgid "Installs Swahili support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LO.LngText.text
-msgid "Lao"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LO.LngText.text
-msgid "Installs Lao support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MY.LngText.text
-msgid "Burmese"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MY.LngText.text
-msgid "Installs Burmese (Myanmar) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NSO.LngText.text
-msgid "Northern Sotho"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NSO.LngText.text
-msgid "Installs Northern Sotho support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN.LngText.text
-msgid "Bengali"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN.LngText.text
-msgid "Installs Bengali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_BD.LngText.text
-msgid "Bengali (Bangladesh)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_BD.LngText.text
-msgid "Installs Bengali (Bangladesh) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BN_IN.LngText.text
-msgid "Bengali (India)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BN_IN.LngText.text
-msgid "Installs Bengali (India) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR.LngText.text"
-msgid "Oriya"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Oriya"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_OR_IN.LngText.text"
-msgid "Installs Oriya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR.LngText.text"
-msgid "Marathi"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Marathi"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MR_IN.LngText.text"
-msgid "Installs Marathi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NE.LngText.text
-msgid "Nepali"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NE.LngText.text
-msgid "Installs Nepali support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR.LngText.text"
-msgid "Arabic"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Arabic"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AR_SA.LngText.text"
-msgid "Installs Arabic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CA.LngText.text
-msgid "Catalan"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CA.LngText.text
-msgid "Installs Catalan support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DA.LngText.text
-msgid "Danish"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DA.LngText.text
-msgid "Installs Danish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FI.LngText.text
-msgid "Finnish"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FI.LngText.text
-msgid "Installs Finnish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HE.LngText.text
-msgid "Hebrew"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HE.LngText.text
-msgid "Installs Hebrew support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_IS.LngText.text
-msgid "Icelandic"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_IS.LngText.text
-msgid "Installs Icelandic support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NB.LngText.text
-msgid "Norwegian (Bokmal)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NB.LngText.text
-msgid "Installs Norwegian (Bokmal) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NN.LngText.text
-msgid "Norwegian (Nynorsk)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NN.LngText.text
-msgid "Installs Norwegian (Nynorsk) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RM.LngText.text
-msgid "Rhaeto-Romance"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RM.LngText.text
-msgid "Installs Rhaeto-Romance support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RO.LngText.text
-msgid "Romanian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RO.LngText.text
-msgid "Installs Romanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SQ.LngText.text
-msgid "Albanian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SQ.LngText.text
-msgid "Installs Albanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR.LngText.text"
-msgid "Urdu"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ID.LngText.text
-msgid "Indonesian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ID.LngText.text
-msgid "Installs Indonesian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UK.LngText.text
-msgid "Ukrainian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UK.LngText.text
-msgid "Installs Ukrainian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BE.LngText.text
-msgid "Belarusian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BE.LngText.text
-msgid "Installs Belarusian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SL.LngText.text
-msgid "Slovenian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SL.LngText.text
-msgid "Installs Slovenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LV.LngText.text
-msgid "Latvian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LV.LngText.text
-msgid "Installs Latvian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_LT.LngText.text
-msgid "Lithuanian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_LT.LngText.text
-msgid "Installs Lithuanian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_HY.LngText.text
-msgid "Armenian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_HY.LngText.text
-msgid "Installs Armenian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EU.LngText.text
-msgid "Basque"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EU.LngText.text
-msgid "Installs Basque support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MK.LngText.text
-msgid "Macedonian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MK.LngText.text
-msgid "Installs Macedonian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MT.LngText.text
-msgid "Maltese"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MT.LngText.text
-msgid "Installs Maltese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_CY.LngText.text
-msgid "Welsh"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_CY.LngText.text
-msgid "Installs Welsh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GL.LngText.text
-msgid "Galician"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GL.LngText.text
-msgid "Installs Galician support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Serbian (Latin)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH_YU.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SH.LngText.text"
-msgid "Serbian (Latin)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SH.LngText.text"
-msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GA.LngText.text
-msgid "Irish"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GA.LngText.text
-msgid "Installs Irish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR_CS.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SR.LngText.text"
-msgid "Serbian (Cyrillic)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SR.LngText.text"
-msgid "Installs Serbian (Cyrillic) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BS.LngText.text
-msgid "Bosnian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BS.LngText.text
-msgid "Installs Bosnian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_AS_IN.LngText.text
-msgid "Assamese"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_AS_IN.LngText.text
-msgid "Installs Assamese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_RW.LngText.text
-msgid "Kinyarwanda"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_RW.LngText.text
-msgid "Installs Kinyarwanda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SA.LngText.text
-msgid "Sanskrit"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SA.LngText.text
-msgid "Installs Sanskrit support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FA.LngText.text
-msgid "Farsi"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FA.LngText.text
-msgid "Installs Farsi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_FO.LngText.text
-msgid "Faroese"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_FO.LngText.text
-msgid "Installs Faroese support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SB.LngText.text
-msgid "Sorbian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SB.LngText.text
-msgid "Installs Sorbian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TT.LngText.text
-msgid "Tatar"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TT.LngText.text
-msgid "Installs Tatar support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TS.LngText.text
-msgid "Tsonga"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TS.LngText.text
-msgid "Installs Tsonga support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_YI.LngText.text
-msgid "Yiddish"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_YI.LngText.text
-msgid "Installs Yiddish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_BR.LngText.text
-msgid "Breton"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_BR.LngText.text
-msgid "Installs Breton support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_NR.LngText.text
-msgid "Ndebele South"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_NR.LngText.text
-msgid "Installs Ndebele South support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_SS.LngText.text
-msgid "Swazi"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_SS.LngText.text
-msgid "Installs Swazi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_VE.LngText.text
-msgid "Venda"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_VE.LngText.text
-msgid "Installs Venda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KN.LngText.text
-msgid "Kannada"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KN.LngText.text
-msgid "Installs Kannada support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MS.LngText.text
-msgid "Malay (Malaysian)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MS.LngText.text
-msgid "Installs Malay (Malaysian) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TG.LngText.text
-msgid "Tajik"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TG.LngText.text
-msgid "Installs Tajik support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KU.LngText.text
-msgid "Kurdish"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KU.LngText.text
-msgid "Installs Kurdish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_DZ.LngText.text
-msgid "Dzongkha"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_DZ.LngText.text
-msgid "Installs Dzongkha support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KA.LngText.text
-msgid "Georgian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KA.LngText.text
-msgid "Installs Georgian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EO.LngText.text
-msgid "Esperanto"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EO.LngText.text
-msgid "Installs Esperanto support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_GU.LngText.text"
-msgid "Gujarati"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_GU.LngText.text"
-msgid "Installs Gujarati support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_ZA.LngText.text
-msgid "English (South Africa)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_ZA.LngText.text
-msgid "Installs English (South Africa) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_EN_GB.LngText.text
-msgid "English (United Kingdom)"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_EN_GB.LngText.text
-msgid "Installs English (United Kingdom) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Urdu"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text
-msgctxt "module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UR_IN.LngText.text"
-msgid "Installs Urdu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_ML_IN.LngText.text
-msgid "Malayalam"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_ML_IN.LngText.text
-msgid "Installs Malayalam support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TE_IN.LngText.text
-msgid "Telugu"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TE_IN.LngText.text
-msgid "Installs Telugu support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_TI_ER.LngText.text
-msgid "Tigrinya"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_TI_ER.LngText.text
-msgid "Installs Tigrinya support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_UZ.LngText.text
-msgid "Uzbek"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_UZ.LngText.text
-msgid "Installs Uzbek support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_MN.LngText.text
-msgid "Mongolian"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_MN.LngText.text
-msgid "Installs Mongolian support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_NAME_MODULE_LANGPACK_KK.LngText.text
-msgid "Kazakh"
-msgstr ""
-
-#: module_extensions_lightproof.ulf#STR_DESC_MODULE_LANGPACK_KK.LngText.text
-msgid "Installs Kazakh support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS.LngText.text
msgid "Extensions"
msgstr "افزونه‌ها"
@@ -1078,16 +122,6 @@ msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_PDFIMPORT.Lng
msgid "PDF Import"
msgstr ""
-#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text
-msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text"
-msgid "Lightproof"
-msgstr "پاد‌نور"
-
-#: module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text
-msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_LIGHTPROOF.LngText.text"
-msgid "Lightproof"
-msgstr "پاد‌نور"
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_NUMBERTEXT.LngText.text
msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_NUMBERTEXT.LngText.text"
msgid "Numbertext"
@@ -1218,16 +252,6 @@ msgstr ""
"#-#-#-#-# svdraw.po (PACKAGE VERSION) #-#-#-#-#\n"
"متصل کنندهٔ خطی"
-#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text
-msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text"
-msgid "PostgreSQL Connector"
-msgstr ""
-
-#: module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text
-msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text"
-msgid "PostgreSQL Connector"
-msgstr ""
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_OOOBLOGGER.LngText.text
msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_OOOBLOGGER.LngText.text"
msgid "Metaweblog Support"
diff --git a/translations/source/fa/scp2/source/gnome.po b/translations/source/fa/scp2/source/gnome.po
index 6bfd4be4714..63e49a9d9a4 100644
--- a/translations/source/fa/scp2/source/gnome.po
+++ b/translations/source/fa/scp2/source/gnome.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/scp2/source/graphicfilter.po b/translations/source/fa/scp2/source/graphicfilter.po
index 3e3c390c381..6e895ef3da5 100644
--- a/translations/source/fa/scp2/source/graphicfilter.po
+++ b/translations/source/fa/scp2/source/graphicfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/scp2/source/impress.po b/translations/source/fa/scp2/source/impress.po
index 9450c08f1aa..ff7e63ed15c 100644
--- a/translations/source/fa/scp2/source/impress.po
+++ b/translations/source/fa/scp2/source/impress.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/scp2/source/javafilter.po b/translations/source/fa/scp2/source/javafilter.po
index 2db5541baee..19f72d8695a 100644
--- a/translations/source/fa/scp2/source/javafilter.po
+++ b/translations/source/fa/scp2/source/javafilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/scp2/source/kde.po b/translations/source/fa/scp2/source/kde.po
index 8e7aadd6281..ad44f8305ec 100644
--- a/translations/source/fa/scp2/source/kde.po
+++ b/translations/source/fa/scp2/source/kde.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/scp2/source/math.po b/translations/source/fa/scp2/source/math.po
index c6ffb858105..db39e4dd94a 100644
--- a/translations/source/fa/scp2/source/math.po
+++ b/translations/source/fa/scp2/source/math.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/scp2/source/onlineupdate.po b/translations/source/fa/scp2/source/onlineupdate.po
index 225b55ab6ac..e08a46d7771 100644
--- a/translations/source/fa/scp2/source/onlineupdate.po
+++ b/translations/source/fa/scp2/source/onlineupdate.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/scp2/source/ooo.po b/translations/source/fa/scp2/source/ooo.po
index be78efd7cba..e4f8e11bcbd 100644
--- a/translations/source/fa/scp2/source/ooo.po
+++ b/translations/source/fa/scp2/source/ooo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-26 02:28+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -2941,7 +2941,7 @@ msgstr ""
#: module_langpack.ulf#STR_NAME_MODULE_LANGPACK_LB.LngText.text
msgid "Luxembourgish"
-msgstr ""
+msgstr "Luxembourgish"
#: module_langpack.ulf#STR_DESC_MODULE_LANGPACK_LB.LngText.text
msgid "Installs the Luxembourgish user interface"
diff --git a/translations/source/fa/scp2/source/python.po b/translations/source/fa/scp2/source/python.po
index 19b2cf11a06..9ffeee045ef 100644
--- a/translations/source/fa/scp2/source/python.po
+++ b/translations/source/fa/scp2/source/python.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/scp2/source/quickstart.po b/translations/source/fa/scp2/source/quickstart.po
index 77a4e64444d..97fdad010d9 100644
--- a/translations/source/fa/scp2/source/quickstart.po
+++ b/translations/source/fa/scp2/source/quickstart.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/scp2/source/sdkoo.po b/translations/source/fa/scp2/source/sdkoo.po
index 0897a9e04e4..0977bc3c61c 100644
--- a/translations/source/fa/scp2/source/sdkoo.po
+++ b/translations/source/fa/scp2/source/sdkoo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/scp2/source/smoketest.po b/translations/source/fa/scp2/source/smoketest.po
index 65c2a7a9248..49446efe16c 100644
--- a/translations/source/fa/scp2/source/smoketest.po
+++ b/translations/source/fa/scp2/source/smoketest.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fsmoketest.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+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: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/scp2/source/winexplorerext.po b/translations/source/fa/scp2/source/winexplorerext.po
index c9ef5d82123..0df4b0fc52a 100644
--- a/translations/source/fa/scp2/source/winexplorerext.po
+++ b/translations/source/fa/scp2/source/winexplorerext.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/scp2/source/writer.po b/translations/source/fa/scp2/source/writer.po
index 85b38f2655c..53a8dd72f71 100644
--- a/translations/source/fa/scp2/source/writer.po
+++ b/translations/source/fa/scp2/source/writer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 15:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/scp2/source/xsltfilter.po b/translations/source/fa/scp2/source/xsltfilter.po
index 7bad18562f3..0b30e2e280a 100644
--- a/translations/source/fa/scp2/source/xsltfilter.po
+++ b/translations/source/fa/scp2/source/xsltfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/scripting/source/pyprov.po b/translations/source/fa/scripting/source/pyprov.po
index 5dc4502da7c..c31b05e5a8f 100644
--- a/translations/source/fa/scripting/source/pyprov.po
+++ b/translations/source/fa/scripting/source/pyprov.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sd/source/core.po b/translations/source/fa/sd/source/core.po
index 98c4e81814c..fd856bc2b59 100644
--- a/translations/source/fa/sd/source/core.po
+++ b/translations/source/fa/sd/source/core.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+sd%2Fsource%2Fcore.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-06 01:31+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: glob.src#STR_LAYER_BCKGRND.string.text
@@ -343,7 +343,7 @@ msgstr ""
#: glob.src#STR_MASTERPAGESSELECTOR.string.text
msgid "Master Pages"
-msgstr ""
+msgstr "صفحات اصلی"
#: glob.src#STR_TASKPANELAYOUTMENU.string.text
msgctxt "glob.src#STR_TASKPANELAYOUTMENU.string.text"
diff --git a/translations/source/fa/sd/source/filter/html.po b/translations/source/fa/sd/source/filter/html.po
index 385263c3e3e..d2dcd951f66 100644
--- a/translations/source/fa/sd/source/filter/html.po
+++ b/translations/source/fa/sd/source/filter/html.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-04 01:19+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sd/source/ui/accessibility.po b/translations/source/fa/sd/source/ui/accessibility.po
index 583028cf0da..ba5d2a31552 100644
--- a/translations/source/fa/sd/source/ui/accessibility.po
+++ b/translations/source/fa/sd/source/ui/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-12 20:51+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sd/source/ui/animations.po b/translations/source/fa/sd/source/ui/animations.po
index d3bd348dff7..7d1c7c167ce 100644
--- a/translations/source/fa/sd/source/ui/animations.po
+++ b/translations/source/fa/sd/source/ui/animations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-08-12 20:56+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sd/source/ui/annotations.po b/translations/source/fa/sd/source/ui/annotations.po
index 55ca432aee6..2f7da02dd99 100644
--- a/translations/source/fa/sd/source/ui/annotations.po
+++ b/translations/source/fa/sd/source/ui/annotations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-13 20:09+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sd/source/ui/app.po b/translations/source/fa/sd/source/ui/app.po
index d8037f3c039..08553ba935a 100644
--- a/translations/source/fa/sd/source/ui/app.po
+++ b/translations/source/fa/sd/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-08-15 05:22+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -1933,7 +1933,7 @@ msgstr "ثابت ~پایین عمودی"
#: menuids_tmpl.src#MN_GRID_VISIBLE.SID_GRID_VISIBLE.menuitem.text
msgid "~Display Grid"
-msgstr ""
+msgstr "~نمایش توری"
#: menuids_tmpl.src#MN_GRID_USE.SID_GRID_USE.menuitem.text
msgid "Snap to Grid"
diff --git a/translations/source/fa/sd/source/ui/dlg.po b/translations/source/fa/sd/source/ui/dlg.po
index 4a2c7d838c6..55c0bcb4616 100644
--- a/translations/source/fa/sd/source/ui/dlg.po
+++ b/translations/source/fa/sd/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-15 05:27+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sd/source/ui/notes.po b/translations/source/fa/sd/source/ui/notes.po
index 3a9e8790482..e6b9439ccfb 100644
--- a/translations/source/fa/sd/source/ui/notes.po
+++ b/translations/source/fa/sd/source/ui/notes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-12 22:42+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sd/source/ui/slideshow.po b/translations/source/fa/sd/source/ui/slideshow.po
index 90548286b84..1dd790fd357 100644
--- a/translations/source/fa/sd/source/ui/slideshow.po
+++ b/translations/source/fa/sd/source/ui/slideshow.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+sd%2Fsource%2Fui%2Fslideshow.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-06 01:31+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.1.6\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/fa/sd/source/ui/slidesorter/view.po b/translations/source/fa/sd/source/ui/slidesorter/view.po
index 3d7c0649dff..22dd7893d94 100644
--- a/translations/source/fa/sd/source/ui/slidesorter/view.po
+++ b/translations/source/fa/sd/source/ui/slidesorter/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-12 22:45+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sd/source/ui/table.po b/translations/source/fa/sd/source/ui/table.po
index bfbede3daab..ebc8bdf13ba 100644
--- a/translations/source/fa/sd/source/ui/table.po
+++ b/translations/source/fa/sd/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-15 05:27+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sd/source/ui/view.po b/translations/source/fa/sd/source/ui/view.po
index 05e9b8deb77..df65ce2c4ba 100644
--- a/translations/source/fa/sd/source/ui/view.po
+++ b/translations/source/fa/sd/source/ui/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-08-15 05:33+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sdext/source/minimizer.po b/translations/source/fa/sdext/source/minimizer.po
index dd127fce2b9..ef7f6dda643 100644
--- a/translations/source/fa/sdext/source/minimizer.po
+++ b/translations/source/fa/sdext/source/minimizer.po
@@ -3,20 +3,20 @@ 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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-07 14:44+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Presentation Minimizer"
-msgstr ""
+msgstr "Presentation Minimizer"
#: description.xml#extdesc.extdesc.description.text
msgid ""
diff --git a/translations/source/fa/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/translations/source/fa/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index 3b4deb7b711..1adcdde3e2d 100644
--- a/translations/source/fa/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/translations/source/fa/sdext/source/minimizer/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-09-09 14:49+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/translations/source/fa/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index 6dd6d7115f1..e74d1343bd2 100644
--- a/translations/source/fa/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/fa/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-09-09 14:53+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sdext/source/pdfimport.po b/translations/source/fa/sdext/source/pdfimport.po
index 02cf1e1f31f..4ba52ccda0e 100644
--- a/translations/source/fa/sdext/source/pdfimport.po
+++ b/translations/source/fa/sdext/source/pdfimport.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+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: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sdext/source/presenter.po b/translations/source/fa/sdext/source/presenter.po
index 0019c53cc0d..7421868e354 100644
--- a/translations/source/fa/sdext/source/presenter.po
+++ b/translations/source/fa/sdext/source/presenter.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/translations/source/fa/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index b02203b8b70..398327fc8bb 100644
--- a/translations/source/fa/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/translations/source/fa/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/translations/source/fa/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index 4c59ab78490..cabc21023fd 100644
--- a/translations/source/fa/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/fa/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/setup_native/source/mac.po b/translations/source/fa/setup_native/source/mac.po
index d6b65e80db6..a4f9791a382 100644
--- a/translations/source/fa/setup_native/source/mac.po
+++ b/translations/source/fa/setup_native/source/mac.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-17 15:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sfx2/source/appl.po b/translations/source/fa/sfx2/source/appl.po
index dd189ec338d..45a38a9f8a6 100644
--- a/translations/source/fa/sfx2/source/appl.po
+++ b/translations/source/fa/sfx2/source/appl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-12 20:39+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sfx2/source/bastyp.po b/translations/source/fa/sfx2/source/bastyp.po
index f567e040b95..0b079d1c523 100644
--- a/translations/source/fa/sfx2/source/bastyp.po
+++ b/translations/source/fa/sfx2/source/bastyp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sfx2/source/dialog.po b/translations/source/fa/sfx2/source/dialog.po
index 1e92c1a63f4..698b8fef527 100644
--- a/translations/source/fa/sfx2/source/dialog.po
+++ b/translations/source/fa/sfx2/source/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 15:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -613,6 +613,10 @@ msgid ""
"Exit change recording mode?\n"
"\n"
msgstr ""
+"این عمل باعث خارج شدن از حالت ضبط تغییرات خواهد شد.\n"
+"تمامی اطلاعات درباره این تغییرات از دست خواهند رفت.\n"
+"\n"
+"از حالت ضبط تغییرات خارج می‌شوید؟"
#: securitypage.src#RID_SFX_INCORRECT_PASSWORD.string.text
msgid "Incorrect password"
@@ -745,6 +749,10 @@ msgstr "ا~طلاعات بیشتر..."
msgid "~Ask when not saving in ODF format"
msgstr "این اخطار دیگر نشان داده نشود"
+#: alienwarn.src#RID_DLG_ALIEN_WARNING.modaldialog.text
+msgid "Confirm File Format"
+msgstr ""
+
#: taskpane.src#STR_SFX_DOCK.string.text
msgid "Dock"
msgstr ""
diff --git a/translations/source/fa/sfx2/source/doc.po b/translations/source/fa/sfx2/source/doc.po
index b693b7cdf63..b2ef14f4f1e 100644
--- a/translations/source/fa/sfx2/source/doc.po
+++ b/translations/source/fa/sfx2/source/doc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 22:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -223,7 +223,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME7.string.text
msgid "Brown"
-msgstr ""
+msgstr "قهوه‌ای"
#: templatelocnames.src#STR_TEMPLATE_NAME8.string.text
msgid "Characters with Glow"
@@ -231,7 +231,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME9.string.text
msgid "Forest"
-msgstr ""
+msgstr "جنگل"
#: templatelocnames.src#STR_TEMPLATE_NAME10.string.text
msgid "Fresco"
@@ -247,7 +247,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME13.string.text
msgid "Keyboard"
-msgstr ""
+msgstr "صفحه‌کلید"
#: templatelocnames.src#STR_TEMPLATE_NAME14.string.text
msgid "Light Blue Shapes"
@@ -275,7 +275,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME20.string.text
msgid "Rounded Rectangles"
-msgstr ""
+msgstr "مستطیل‌های نرم"
#: templatelocnames.src#STR_TEMPLATE_NAME21.string.text
msgid "Blue and Red Gradient"
@@ -291,7 +291,7 @@ msgstr ""
#: templatelocnames.src#STR_TEMPLATE_NAME24.string.text
msgid "Water"
-msgstr ""
+msgstr "آب"
#: templatelocnames.src#STR_TEMPLATE_NAME25.string.text
msgid "Wine"
diff --git a/translations/source/fa/sfx2/source/menu.po b/translations/source/fa/sfx2/source/menu.po
index 76712da0f04..8dd4ad8a219 100644
--- a/translations/source/fa/sfx2/source/menu.po
+++ b/translations/source/fa/sfx2/source/menu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sfx2/source/view.po b/translations/source/fa/sfx2/source/view.po
index 6c40131105b..71e0746dc05 100644
--- a/translations/source/fa/sfx2/source/view.po
+++ b/translations/source/fa/sfx2/source/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 15:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/shell/source/win32/shlxthandler/res.po b/translations/source/fa/shell/source/win32/shlxthandler/res.po
index 473da69e650..7780b43adc3 100644
--- a/translations/source/fa/shell/source/win32/shlxthandler/res.po
+++ b/translations/source/fa/shell/source/win32/shlxthandler/res.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-09 21:31+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/starmath/source.po b/translations/source/fa/starmath/source.po
index 0e8ccc97ae4..586f26179ed 100644
--- a/translations/source/fa/starmath/source.po
+++ b/translations/source/fa/starmath/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-08-17 15:40+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/svl/source/items.po b/translations/source/fa/svl/source/items.po
index a452e46b36d..1bdd55eaad1 100644
--- a/translations/source/fa/svl/source/items.po
+++ b/translations/source/fa/svl/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/svl/source/misc.po b/translations/source/fa/svl/source/misc.po
index 695f24dc2f0..72188db0333 100644
--- a/translations/source/fa/svl/source/misc.po
+++ b/translations/source/fa/svl/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-07-26 16:17+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/svtools/source/contnr.po b/translations/source/fa/svtools/source/contnr.po
index b9818d835d3..1e6cfec6935 100644
--- a/translations/source/fa/svtools/source/contnr.po
+++ b/translations/source/fa/svtools/source/contnr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 15:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/svtools/source/control.po b/translations/source/fa/svtools/source/control.po
index 13ef3c8ebd3..df3abf363ba 100644
--- a/translations/source/fa/svtools/source/control.po
+++ b/translations/source/fa/svtools/source/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-12 00:22+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/svtools/source/dialogs.po b/translations/source/fa/svtools/source/dialogs.po
index 42c59e188a7..3e4f102fb67 100644
--- a/translations/source/fa/svtools/source/dialogs.po
+++ b/translations/source/fa/svtools/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-28 12:28+0200\n"
"Last-Translator: Afshin <falatooni@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/svtools/source/filter.po b/translations/source/fa/svtools/source/filter.po
index 6a1f449f3f6..cb1842b7124 100644
--- a/translations/source/fa/svtools/source/filter.po
+++ b/translations/source/fa/svtools/source/filter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-13 19:59+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/svtools/source/java.po b/translations/source/fa/svtools/source/java.po
index 56e430d5cfc..46f3868f935 100644
--- a/translations/source/fa/svtools/source/java.po
+++ b/translations/source/fa/svtools/source/java.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:16+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/svtools/source/misc.po b/translations/source/fa/svtools/source/misc.po
index bb35dbaed90..875a993269c 100644
--- a/translations/source/fa/svtools/source/misc.po
+++ b/translations/source/fa/svtools/source/misc.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+svtools%2Fsource%2Fmisc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2011-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-06 01:31+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: langtab.src#STR_ARR_SVT_LANGUAGE_TABLE.LANGUAGE_NONE.pairedlist.text
@@ -1400,8 +1400,9 @@ msgstr ""
"پایگاه داده‌ها"
#: imagemgr.src#STR_DESCRIPTION_CALC_TEMPLATE.string.text
+#, fuzzy
msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Spreadsheet Template"
-msgstr ""
+msgstr "صفحه‌گستردهٔ %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
#: imagemgr.src#STR_DESCRIPTION_DRAW_TEMPLATE.string.text
#, fuzzy
@@ -1409,12 +1410,14 @@ msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Drawing Template"
msgstr "قالب نقاشی %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
#: imagemgr.src#STR_DESCRIPTION_IMPRESS_TEMPLATE.string.text
+#, fuzzy
msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Presentation Template"
-msgstr ""
+msgstr "ارائهٔ %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
#: imagemgr.src#STR_DESCRIPTION_WRITER_TEMPLATE.string.text
+#, fuzzy
msgid "%PRODUCTXMLFILEFORMATNAME %PRODUCTXMLFILEFORMATVERSION Text Document Template"
-msgstr ""
+msgstr "نوشتار متنی %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION"
#: imagemgr.src#STR_DESCRIPTION_LOCALE_VOLUME.string.text
msgid "Local drive"
diff --git a/translations/source/fa/svtools/source/plugapp.po b/translations/source/fa/svtools/source/plugapp.po
index b69832cc3a1..b4727d49236 100644
--- a/translations/source/fa/svtools/source/plugapp.po
+++ b/translations/source/fa/svtools/source/plugapp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/svtools/source/toolpanel.po b/translations/source/fa/svtools/source/toolpanel.po
index 0243b6cce48..80e42780392 100644
--- a/translations/source/fa/svtools/source/toolpanel.po
+++ b/translations/source/fa/svtools/source/toolpanel.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 22:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/svtools/workben/unodialog.po b/translations/source/fa/svtools/workben/unodialog.po
index 36d41b140e0..a9dbdbfd5ce 100644
--- a/translations/source/fa/svtools/workben/unodialog.po
+++ b/translations/source/fa/svtools/workben/unodialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-17 15:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/svx/inc.po b/translations/source/fa/svx/inc.po
index 6f2e132bbd8..39a20bedb52 100644
--- a/translations/source/fa/svx/inc.po
+++ b/translations/source/fa/svx/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -658,7 +658,7 @@ msgstr "~کاتاکانا"
#: globlmn_tmpl.hrc#ITEM_TRANSLITERATE_MENU.SID_MN_SUB_TRANSLITERATE.menuitem.text
msgid "~Change Case"
-msgstr ""
+msgstr "ت~غییر بزرگی و کوچکی حروف"
#: globlmn_tmpl.hrc#ITEM_OPEN_HYPERLINK.#define.text
msgid "~Open Hyperlink"
diff --git a/translations/source/fa/svx/source/accessibility.po b/translations/source/fa/svx/source/accessibility.po
index 81a766e3339..d62fb6e820d 100644
--- a/translations/source/fa/svx/source/accessibility.po
+++ b/translations/source/fa/svx/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 22:15+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -82,7 +82,7 @@ msgstr ""
#: accessibility.src#RID_SVXSTR_RECTCTL_ACC_CHLD_LT.string.text
msgid "Top left"
-msgstr ""
+msgstr "بالا سمت چپ"
#: accessibility.src#RID_SVXSTR_RECTCTL_ACC_CHLD_MT.string.text
msgid "Top middle"
@@ -90,7 +90,7 @@ msgstr ""
#: accessibility.src#RID_SVXSTR_RECTCTL_ACC_CHLD_RT.string.text
msgid "Top right"
-msgstr ""
+msgstr "بالا سمت راست"
#: accessibility.src#RID_SVXSTR_RECTCTL_ACC_CHLD_LM.string.text
msgid "Left center"
@@ -111,7 +111,7 @@ msgstr ""
#: accessibility.src#RID_SVXSTR_RECTCTL_ACC_CHLD_LB.string.text
msgid "Bottom left"
-msgstr ""
+msgstr "پایین سمت چپ"
#: accessibility.src#RID_SVXSTR_RECTCTL_ACC_CHLD_MB.string.text
msgid "Bottom middle"
@@ -119,7 +119,7 @@ msgstr ""
#: accessibility.src#RID_SVXSTR_RECTCTL_ACC_CHLD_RB.string.text
msgid "Bottom right"
-msgstr ""
+msgstr "پایین سمت راست"
#: accessibility.src#RID_SVXSTR_RECTCTL_ACC_CHLD_A000.string.text
msgid "0 degrees"
diff --git a/translations/source/fa/svx/source/dialog.po b/translations/source/fa/svx/source/dialog.po
index d2bb736e796..1023c624ad1 100644
--- a/translations/source/fa/svx/source/dialog.po
+++ b/translations/source/fa/svx/source/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 02:28+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -2545,7 +2545,7 @@ msgstr ""
#: sdstring.src#RID_SVXSTR_LEND15.string.text
msgid "Diamond"
-msgstr ""
+msgstr "لوزی"
#: sdstring.src#RID_SVXSTR_LEND16.string.text
msgid "Circle unfilled"
diff --git a/translations/source/fa/svx/source/engine3d.po b/translations/source/fa/svx/source/engine3d.po
index d704a210f45..abfcaf7a43f 100644
--- a/translations/source/fa/svx/source/engine3d.po
+++ b/translations/source/fa/svx/source/engine3d.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 15:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -277,7 +277,7 @@ msgstr ""
#: float3d.src#RID_SVXFLOAT_3D.FT_LIGHTSOURCE.fixedtext.text
msgid "~Light source"
-msgstr ""
+msgstr "~منبع نور"
#: float3d.src#RID_SVXFLOAT_3D.BTN_LIGHT_1.imagebutton.text
msgctxt "float3d.src#RID_SVXFLOAT_3D.BTN_LIGHT_1.imagebutton.text"
@@ -370,7 +370,7 @@ msgstr ""
#: float3d.src#RID_SVXFLOAT_3D.FT_AMBIENTLIGHT.fixedtext.text
msgid "~Ambient light"
-msgstr ""
+msgstr "نور ~محیطی"
#: float3d.src#RID_SVXFLOAT_3D.BTN_AMBIENT_COLOR.imagebutton.text
msgctxt "float3d.src#RID_SVXFLOAT_3D.BTN_AMBIENT_COLOR.imagebutton.text"
diff --git a/translations/source/fa/svx/source/fmcomp.po b/translations/source/fa/svx/source/fmcomp.po
index f1860bb400c..3915d6b0573 100644
--- a/translations/source/fa/svx/source/fmcomp.po
+++ b/translations/source/fa/svx/source/fmcomp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:15+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/svx/source/form.po b/translations/source/fa/svx/source/form.po
index 4ff45c8fe54..c1c5f42c10a 100644
--- a/translations/source/fa/svx/source/form.po
+++ b/translations/source/fa/svx/source/form.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-09 21:31+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -857,7 +857,7 @@ msgstr "از"
#: fmstring.src#RID_STR_FIELDSELECTION.string.text
msgid "Add field:"
-msgstr ""
+msgstr "افزودن فیلد:"
#: fmstring.src#RID_STR_WRITEERROR.string.text
msgid "Error writing data to database"
@@ -1152,7 +1152,7 @@ msgstr ""
#: fmstring.src#RID_RSC_SQL_INTERNATIONAL.2.string.text
msgid "NOT"
-msgstr ""
+msgstr "NOT"
#: fmstring.src#RID_RSC_SQL_INTERNATIONAL.3.string.text
msgid "EMPTY"
@@ -1160,11 +1160,11 @@ msgstr ""
#: fmstring.src#RID_RSC_SQL_INTERNATIONAL.4.string.text
msgid "TRUE"
-msgstr ""
+msgstr "TRUE"
#: fmstring.src#RID_RSC_SQL_INTERNATIONAL.5.string.text
msgid "FALSE"
-msgstr ""
+msgstr "FALSE"
#: fmstring.src#RID_RSC_SQL_INTERNATIONAL.6.string.text
msgid "IS"
@@ -1176,11 +1176,11 @@ msgstr ""
#: fmstring.src#RID_RSC_SQL_INTERNATIONAL.8.string.text
msgid "OR"
-msgstr ""
+msgstr "OR"
#: fmstring.src#RID_RSC_SQL_INTERNATIONAL.9.string.text
msgid "AND"
-msgstr ""
+msgstr "AND"
#: fmstring.src#RID_RSC_SQL_INTERNATIONAL.10.string.text
msgid "Average"
diff --git a/translations/source/fa/svx/source/gallery2.po b/translations/source/fa/svx/source/gallery2.po
index 17bccf9dd79..84bf217b09b 100644
--- a/translations/source/fa/svx/source/gallery2.po
+++ b/translations/source/fa/svx/source/gallery2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 15:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -308,7 +308,7 @@ msgstr ""
#: galtheme.src#RID_GALLERYSTR_THEME_KEYBOARD.string.text
msgid "Keyboard"
-msgstr ""
+msgstr "صفحه‌کلید"
#: galtheme.src#RID_GALLERYSTR_THEME_TIME.string.text
#, fuzzy
diff --git a/translations/source/fa/svx/source/items.po b/translations/source/fa/svx/source/items.po
index 3817c16e7a8..806da604218 100644
--- a/translations/source/fa/svx/source/items.po
+++ b/translations/source/fa/svx/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-17 15:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -157,11 +157,11 @@ msgstr "وزن قلم"
#: svxitems.src#RID_ATTR_NAMES.8.itemlist.text
msgid "Shadowed"
-msgstr ""
+msgstr "سایه‌دار"
#: svxitems.src#RID_ATTR_NAMES.9.itemlist.text
msgid "Individual words"
-msgstr ""
+msgstr "کلمات جداگانه"
#: svxitems.src#RID_ATTR_NAMES.10.itemlist.text
#, fuzzy
@@ -293,7 +293,7 @@ msgstr ""
#: svxitems.src#RID_ATTR_NAMES.37.itemlist.text
msgid "Keep with next paragraph"
-msgstr ""
+msgstr "نگه داشتن کنار بند بعدی"
#: svxitems.src#RID_ATTR_NAMES.38.itemlist.text
msgctxt "svxitems.src#RID_ATTR_NAMES.38.itemlist.text"
@@ -353,7 +353,7 @@ msgstr "اندازه‌ٔ رسم‌الخط‌های ترکیبی"
#: svxitems.src#RID_ATTR_NAMES.51.itemlist.text
msgid "Double-lined"
-msgstr ""
+msgstr "دو خطه"
#: svxitems.src#RID_ATTR_NAMES.52.itemlist.text
msgid "Emphasis mark"
@@ -382,7 +382,7 @@ msgstr ""
#: svxitems.src#RID_ATTR_NAMES.58.itemlist.text
msgid "Relief"
-msgstr ""
+msgstr "برجسته"
#: svxitems.src#RID_ATTR_NAMES.59.itemlist.text
msgid "Vertical text alignment"
diff --git a/translations/source/fa/svx/source/src.po b/translations/source/fa/svx/source/src.po
index b7561e90a19..6cbc52623eb 100644
--- a/translations/source/fa/svx/source/src.po
+++ b/translations/source/fa/svx/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-12 00:22+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/svx/source/stbctrls.po b/translations/source/fa/svx/source/stbctrls.po
index 9da247c0f95..01471f4bbba 100644
--- a/translations/source/fa/svx/source/stbctrls.po
+++ b/translations/source/fa/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: 2012-01-15 22:23+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-12 00:22+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fa/svx/source/svdraw.po b/translations/source/fa/svx/source/svdraw.po
index 7093ad73b69..500282a1a99 100644
--- a/translations/source/fa/svx/source/svdraw.po
+++ b/translations/source/fa/svx/source/svdraw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 15:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/svx/source/table.po b/translations/source/fa/svx/source/table.po
index fbd83d46b42..830379b6cc9 100644
--- a/translations/source/fa/svx/source/table.po
+++ b/translations/source/fa/svx/source/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 22:15+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/svx/source/tbxctrls.po b/translations/source/fa/svx/source/tbxctrls.po
index a2a15129938..e26d84b9fe3 100644
--- a/translations/source/fa/svx/source/tbxctrls.po
+++ b/translations/source/fa/svx/source/tbxctrls.po
@@ -3,21 +3,21 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 15:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: tbcontrl.src#RID_SVXSTR_TRANSPARENT.string.text
msgid "No Fill"
-msgstr ""
+msgstr "بدون پر کردن"
#: tbcontrl.src#Pattern.text
msgid "Pattern"
diff --git a/translations/source/fa/svx/source/toolbars.po b/translations/source/fa/svx/source/toolbars.po
index c1ca989ea12..cf944cb2ab4 100644
--- a/translations/source/fa/svx/source/toolbars.po
+++ b/translations/source/fa/svx/source/toolbars.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:15+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/svx/source/unodialogs/textconversiondlgs.po b/translations/source/fa/svx/source/unodialogs/textconversiondlgs.po
index 7769cac82b4..9fabd27c9fa 100644
--- a/translations/source/fa/svx/source/unodialogs/textconversiondlgs.po
+++ b/translations/source/fa/svx/source/unodialogs/textconversiondlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:16+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sw/source/core/layout.po b/translations/source/fa/sw/source/core/layout.po
index f3099cb4ffa..f53d7b25e46 100644
--- a/translations/source/fa/sw/source/core/layout.po
+++ b/translations/source/fa/sw/source/core/layout.po
@@ -3,14 +3,14 @@ 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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fa\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sw/source/core/undo.po b/translations/source/fa/sw/source/core/undo.po
index b35e16fd8f8..253b384dd07 100644
--- a/translations/source/fa/sw/source/core/undo.po
+++ b/translations/source/fa/sw/source/core/undo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-06-29 09:19+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -263,7 +263,7 @@ msgstr "ادغام جدول"
#: undo.src#STR_TRANSLITERATE.string.text
msgid "~Change Case"
-msgstr ""
+msgstr "ت~غییر بزرگی و کوچکی حروف"
#: undo.src#STR_DELNUM.string.text
msgid "Delete numbering"
diff --git a/translations/source/fa/sw/source/core/unocore.po b/translations/source/fa/sw/source/core/unocore.po
index 313d7b0e3a4..848a412dc00 100644
--- a/translations/source/fa/sw/source/core/unocore.po
+++ b/translations/source/fa/sw/source/core/unocore.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-06-29 09:38+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sw/source/ui/app.po b/translations/source/fa/sw/source/ui/app.po
index ab9a912c29e..11ae8c0f342 100644
--- a/translations/source/fa/sw/source/ui/app.po
+++ b/translations/source/fa/sw/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-26 16:24+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -393,7 +393,7 @@ msgstr "~پیچش"
#: mn.src#MN_AT_FRAME.FN_TOOL_ANCHOR_FRAME.menuitem.text
msgid "To ~Frame"
-msgstr ""
+msgstr "به ~چارچوب"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_PAGE.menuitem.text
msgid "To P~age"
@@ -401,15 +401,15 @@ msgstr ""
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_PARAGRAPH.menuitem.text
msgid "To ~Paragraph"
-msgstr ""
+msgstr "به ~بند"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_AT_CHAR.menuitem.text
msgid "To ~Character"
-msgstr ""
+msgstr "به ~نویسه"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.FN_TOOL_ANCHOR_CHAR.menuitem.text
msgid "As C~haracter"
-msgstr ""
+msgstr "به شکل ~نویسه"
#: mn.src#MN_ANCHOR.FN_TOOL_ANCHOR.menuitem.text
msgid "An~chor"
@@ -530,18 +530,10 @@ msgstr "بستن پیش‌نمایش"
msgid "Media object"
msgstr "شیء رسانه‌ای"
-#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_EDIT.menuitem.text
-msgid "Format $1..."
-msgstr ""
-
#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_BORDERBACK.menuitem.text
msgid "Border and Background..."
msgstr ""
-#: mn.src#MN_HEADERFOOTER_BUTTON.FN_HEADERFOOTER_DELETE.menuitem.text
-msgid "Delete $1..."
-msgstr ""
-
#: mn.src#MN_PAGEBREAK_BUTTON.FN_PAGEBREAK_EDIT.menuitem.text
msgid "Edit Page Break..."
msgstr ""
diff --git a/translations/source/fa/sw/source/ui/chrdlg.po b/translations/source/fa/sw/source/ui/chrdlg.po
index 4c770b744b4..94e41535663 100644
--- a/translations/source/fa/sw/source/ui/chrdlg.po
+++ b/translations/source/fa/sw/source/ui/chrdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-13 19:48+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sw/source/ui/config.po b/translations/source/fa/sw/source/ui/config.po
index 14799d35bc9..9127eee6ac7 100644
--- a/translations/source/fa/sw/source/ui/config.po
+++ b/translations/source/fa/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: 2012-01-30 11:10+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-26 16:26+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fa/sw/source/ui/dbui.po b/translations/source/fa/sw/source/ui/dbui.po
index ed4f0029d42..071cba8460d 100644
--- a/translations/source/fa/sw/source/ui/dbui.po
+++ b/translations/source/fa/sw/source/ui/dbui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-08-13 19:50+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sw/source/ui/dialog.po b/translations/source/fa/sw/source/ui/dialog.po
index a2e50a44c94..4a97deb2042 100644
--- a/translations/source/fa/sw/source/ui/dialog.po
+++ b/translations/source/fa/sw/source/ui/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-26 16:27+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -423,8 +423,8 @@ msgid "Included outline levels"
msgstr "سطح های نوشته شامل شده"
#: abstract.src#DLG_INSERT_ABSTRACT.FT_PARA.fixedtext.text
-msgid "Subpoints per level"
-msgstr "نکات فرعی در هر سطح"
+msgid "Paragraphs per level"
+msgstr ""
#: abstract.src#DLG_INSERT_ABSTRACT.FT_DESC.fixedtext.text
msgid "The abstract contains the selected number of paragraphs from the included outline levels."
diff --git a/translations/source/fa/sw/source/ui/dochdl.po b/translations/source/fa/sw/source/ui/dochdl.po
index 440ec206f3f..d3a39170cc3 100644
--- a/translations/source/fa/sw/source/ui/dochdl.po
+++ b/translations/source/fa/sw/source/ui/dochdl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 15:15+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sw/source/ui/docvw.po b/translations/source/fa/sw/source/ui/docvw.po
index fe6e241cd48..25b980cb7b0 100644
--- a/translations/source/fa/sw/source/ui/docvw.po
+++ b/translations/source/fa/sw/source/ui/docvw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-26 16:28+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -215,12 +215,20 @@ msgstr ""
msgid "Footer (%1)"
msgstr ""
-#: docvw.src#STR_HEADER.string.text
-msgid "Header"
+#: docvw.src#STR_DELETE_HEADER.string.text
+msgid "Delete Header..."
+msgstr ""
+
+#: docvw.src#STR_FORMAT_HEADER.string.text
+msgid "Format Header..."
+msgstr ""
+
+#: docvw.src#STR_DELETE_FOOTER.string.text
+msgid "Delete Footer..."
msgstr ""
-#: docvw.src#STR_FOOTER.string.text
-msgid "Footer"
+#: docvw.src#STR_FORMAT_FOOTER.string.text
+msgid "Format Footer..."
msgstr ""
#: access.src#STR_ACCESS_DOC_NAME.string.text
diff --git a/translations/source/fa/sw/source/ui/envelp.po b/translations/source/fa/sw/source/ui/envelp.po
index a2271c6c469..57a82432b6c 100644
--- a/translations/source/fa/sw/source/ui/envelp.po
+++ b/translations/source/fa/sw/source/ui/envelp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-26 16:28+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sw/source/ui/fldui.po b/translations/source/fa/sw/source/ui/fldui.po
index 9e0a4584e71..7992f51cb17 100644
--- a/translations/source/fa/sw/source/ui/fldui.po
+++ b/translations/source/fa/sw/source/ui/fldui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-13 19:50+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sw/source/ui/fmtui.po b/translations/source/fa/sw/source/ui/fmtui.po
index 5c685abc9a8..57d18d1206d 100644
--- a/translations/source/fa/sw/source/ui/fmtui.po
+++ b/translations/source/fa/sw/source/ui/fmtui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 22:15+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sw/source/ui/frmdlg.po b/translations/source/fa/sw/source/ui/frmdlg.po
index ad65db75b38..959c3e46c30 100644
--- a/translations/source/fa/sw/source/ui/frmdlg.po
+++ b/translations/source/fa/sw/source/ui/frmdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-26 16:29+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sw/source/ui/globdoc.po b/translations/source/fa/sw/source/ui/globdoc.po
index c80db81d5bf..c48410a7136 100644
--- a/translations/source/fa/sw/source/ui/globdoc.po
+++ b/translations/source/fa/sw/source/ui/globdoc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:15+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sw/source/ui/index.po b/translations/source/fa/sw/source/ui/index.po
index ee981439a01..7c39723c8b6 100644
--- a/translations/source/fa/sw/source/ui/index.po
+++ b/translations/source/fa/sw/source/ui/index.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
-"PO-Revision-Date: 2011-07-26 16:29+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2011-12-06 01:31+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -770,7 +770,8 @@ msgid "~Main entry"
msgstr "مدخل ا~صلی"
#: idxmrk.src#IDX_DIALOG_WINDOW.WIN_DLG.CB_APPLY_TO_ALL.checkbox.text
-msgid "~Apply to all similar texts."
+#, fuzzy
+msgid "~Apply to all similar texts"
msgstr "اِعمال بر روی "
#: idxmrk.src#IDX_DIALOG_WINDOW.WIN_DLG.CB_CASESENSITIVE.checkbox.text
diff --git a/translations/source/fa/sw/source/ui/lingu.po b/translations/source/fa/sw/source/ui/lingu.po
index e7babab2895..3729307c705 100644
--- a/translations/source/fa/sw/source/ui/lingu.po
+++ b/translations/source/fa/sw/source/ui/lingu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-26 16:29+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sw/source/ui/misc.po b/translations/source/fa/sw/source/ui/misc.po
index 3ba3b469b09..f1db597347f 100644
--- a/translations/source/fa/sw/source/ui/misc.po
+++ b/translations/source/fa/sw/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-26 16:31+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sw/source/ui/ribbar.po b/translations/source/fa/sw/source/ui/ribbar.po
index 5a64f122503..a185d21f8b7 100644
--- a/translations/source/fa/sw/source/ui/ribbar.po
+++ b/translations/source/fa/sw/source/ui/ribbar.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 15:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -421,20 +421,20 @@ msgstr "اِعمال"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_PAGE.menuitem.text
msgid "To Page"
-msgstr ""
+msgstr "به صفحه"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_PARAGRAPH.menuitem.text
msgid "To Paragraph"
-msgstr ""
+msgstr "بند"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_AT_CHAR.menuitem.text
msgid "To Character"
-msgstr ""
+msgstr "به نویسه"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_CHAR.menuitem.text
msgid "As Character"
-msgstr ""
+msgstr "به صورت نویسه"
#: tbxanchr.src#MN_ANCHOR_POPUP.FN_TOOL_ANCHOR_FRAME.menuitem.text
msgid "To Frame"
-msgstr ""
+msgstr "چارچوب"
diff --git a/translations/source/fa/sw/source/ui/shells.po b/translations/source/fa/sw/source/ui/shells.po
index b3fbee1ed4f..ec037873c18 100644
--- a/translations/source/fa/sw/source/ui/shells.po
+++ b/translations/source/fa/sw/source/ui/shells.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-17 15:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -206,7 +206,7 @@ msgstr ""
#: shells.src#STR_SHELLNAME_NAVIGATION.string.text
msgid "Navigation"
-msgstr ""
+msgstr "ناوش"
#: shells.src#STR_SWBG_PARAGRAPH.string.text
msgid "Paragraph"
diff --git a/translations/source/fa/sw/source/ui/smartmenu.po b/translations/source/fa/sw/source/ui/smartmenu.po
index 5c574704824..91aecc7cec4 100644
--- a/translations/source/fa/sw/source/ui/smartmenu.po
+++ b/translations/source/fa/sw/source/ui/smartmenu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 15:14+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sw/source/ui/table.po b/translations/source/fa/sw/source/ui/table.po
index aebc722c96c..d314ee202f4 100644
--- a/translations/source/fa/sw/source/ui/table.po
+++ b/translations/source/fa/sw/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-26 02:28+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -382,7 +382,7 @@ msgstr "چپ به راست"
#: tabledlg.src#TP_FORMAT_TABLE.LB_TEXTORIENTATION.2.stringlist.text
msgid "Right-to-left"
-msgstr ""
+msgstr "راست به چپ"
#: tabledlg.src#TP_FORMAT_TABLE.LB_TEXTORIENTATION.3.stringlist.text
msgctxt "tabledlg.src#TP_FORMAT_TABLE.LB_TEXTORIENTATION.3.stringlist.text"
@@ -459,12 +459,12 @@ msgid "Text ~orientation"
msgstr ""
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.1.stringlist.text
-msgid "horizontal"
-msgstr ""
+msgid "Horizontal"
+msgstr "افقی"
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.2.stringlist.text
-msgid "vertical"
-msgstr ""
+msgid "Vertical"
+msgstr "عمودی"
#: tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.3.stringlist.text
msgctxt "tabledlg.src#TP_TABLE_TEXTFLOW.LB_TEXTORIENTATION.3.stringlist.text"
diff --git a/translations/source/fa/sw/source/ui/uiview.po b/translations/source/fa/sw/source/ui/uiview.po
index 9b1e8708abf..cb4b867e299 100644
--- a/translations/source/fa/sw/source/ui/uiview.po
+++ b/translations/source/fa/sw/source/ui/uiview.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 15:15+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sw/source/ui/utlui.po b/translations/source/fa/sw/source/ui/utlui.po
index e3f8f8033cd..1a8ce78b431 100644
--- a/translations/source/fa/sw/source/ui/utlui.po
+++ b/translations/source/fa/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: 2012-01-30 11:09+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-08-12 20:30+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1510,7 +1510,7 @@ msgstr "آغاز شماره‌گذاری ۱"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text"
msgid "Numbering 1"
-msgstr "شماره‌گذاری ۱"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1E.string.text
msgid "Numbering 1 End"
@@ -1527,7 +1527,7 @@ msgstr "آغاز شماره‌گذاری ۲"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text"
msgid "Numbering 2"
-msgstr "شماره‌گذاری ۲"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2E.string.text
msgid "Numbering 2 End"
@@ -1544,7 +1544,7 @@ msgstr "آغاز شماره‌گذاری ۳"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text"
msgid "Numbering 3"
-msgstr "شماره‌گذاری ۳"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3E.string.text
msgid "Numbering 3 End"
@@ -1561,7 +1561,7 @@ msgstr "آغاز شماره‌گذاری ۴"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text"
msgid "Numbering 4"
-msgstr "شماره‌گذاری ۴"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4E.string.text
msgid "Numbering 4 End"
@@ -1578,7 +1578,7 @@ msgstr "آغاز شماره‌گذاری ۵"
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text"
msgid "Numbering 5"
-msgstr "شماره‌گذاری ۵"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5E.string.text
msgid "Numbering 5 End"
@@ -1595,7 +1595,7 @@ msgstr "آغاز فهرست ۱"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text"
msgid "List 1"
-msgstr "فهرست ۱"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1E.string.text
msgid "List 1 End"
@@ -1612,7 +1612,7 @@ msgstr "آغاز فهرست ۲"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text"
msgid "List 2"
-msgstr "فهرست ۲"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2E.string.text
msgid "List 2 End"
@@ -1629,7 +1629,7 @@ msgstr "آغاز فهرست ۳"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text"
msgid "List 3"
-msgstr "فهرست ۳"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3E.string.text
msgid "List 3 End"
@@ -1646,7 +1646,7 @@ msgstr "آغاز فهرست ۴"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text"
msgid "List 4"
-msgstr "فهرست ۴"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4E.string.text
msgid "List 4 End"
@@ -1663,7 +1663,7 @@ msgstr "آغاز فهرست ۵"
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text"
msgid "List 5"
-msgstr "فهرست ۵"
+msgstr ""
#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5E.string.text
msgid "List 5 End"
diff --git a/translations/source/fa/sw/source/ui/web.po b/translations/source/fa/sw/source/ui/web.po
index 433782c3910..a228db4cc4c 100644
--- a/translations/source/fa/sw/source/ui/web.po
+++ b/translations/source/fa/sw/source/ui/web.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-08-13 19:51+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sw/source/ui/wrtsh.po b/translations/source/fa/sw/source/ui/wrtsh.po
index c65ca848239..c6353f9cc1e 100644
--- a/translations/source/fa/sw/source/ui/wrtsh.po
+++ b/translations/source/fa/sw/source/ui/wrtsh.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 22:15+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/swext/mediawiki/help.po b/translations/source/fa/swext/mediawiki/help.po
index b7beeb77202..d08a9940f45 100644
--- a/translations/source/fa/swext/mediawiki/help.po
+++ b/translations/source/fa/swext/mediawiki/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-08-18 22:58+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/swext/mediawiki/src.po b/translations/source/fa/swext/mediawiki/src.po
index 1816b50aaa6..b063dccc116 100644
--- a/translations/source/fa/swext/mediawiki/src.po
+++ b/translations/source/fa/swext/mediawiki/src.po
@@ -3,21 +3,21 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:22+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: description.xml#dispname.dispname.description.text
msgid "Wiki Publisher"
-msgstr ""
+msgstr "Wiki Publisher"
#: description.xml#extdesc.extdesc.description.text
msgid "The Wiki Publisher enables you to create Wiki articles on MediaWiki servers without having to know the syntax of the MediaWiki markup language. Publish your new and existing documents transparently with the Writer to a wiki page.\n"
diff --git a/translations/source/fa/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/translations/source/fa/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index 13e94f3666f..259f6575afa 100644
--- a/translations/source/fa/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/translations/source/fa/swext/mediawiki/src/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-09-09 15:37+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/translations/source/fa/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index bb4afdf1285..b8e2d28a3da 100644
--- a/translations/source/fa/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/translations/source/fa/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-09-09 17:01+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/sysui/desktop/share.po b/translations/source/fa/sysui/desktop/share.po
index dd9d759725d..acb288229b3 100644
--- a/translations/source/fa/sysui/desktop/share.po
+++ b/translations/source/fa/sysui/desktop/share.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-07-28 12:28+0200\n"
"Last-Translator: Afshin <falatooni@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/uui/source.po b/translations/source/fa/uui/source.po
index 8b2bd09db81..2f458ba522e 100644
--- a/translations/source/fa/uui/source.po
+++ b/translations/source/fa/uui/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-13 19:48+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -60,7 +60,7 @@ msgstr ""
#: openlocked.src#STR_UNKNOWNUSER.string.text
msgid "Unknown User"
-msgstr ""
+msgstr "کاربر ناشناس"
#: nameclashdlg.src#DLG_SIMPLE_NAME_CLASH.BTN_OVERWRITE.pushbutton.text
msgid "Replace"
diff --git a/translations/source/fa/vcl/source/src.po b/translations/source/fa/vcl/source/src.po
index 1830b04eca1..e1bcb611549 100644
--- a/translations/source/fa/vcl/source/src.po
+++ b/translations/source/fa/vcl/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-26 02:28+0200\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -745,19 +745,19 @@ msgstr "جدا کننده پنجره تقسیم"
#: fpicker.src#STR_FPICKER_AUTO_EXTENSION.string.text
msgid "~Automatic file name extension"
-msgstr ""
+msgstr "پسوندهای پروندهٔ ~خودکار"
#: fpicker.src#STR_FPICKER_PASSWORD.string.text
msgid "Save with pass~word"
-msgstr ""
+msgstr "ذخیره با گذرواژه"
#: fpicker.src#STR_FPICKER_FILTER_OPTIONS.string.text
msgid "~Edit filter settings"
-msgstr ""
+msgstr "ویرایش تنظیمات صافی"
#: fpicker.src#STR_FPICKER_READONLY.string.text
msgid "~Read-only"
-msgstr ""
+msgstr "~فقط خواندنی"
#: fpicker.src#STR_FPICKER_INSERT_AS_LINK.string.text
msgid "~Link"
@@ -770,19 +770,19 @@ msgstr "پیش‌نمایش"
#: fpicker.src#STR_FPICKER_PLAY.string.text
msgid "~Play"
-msgstr ""
+msgstr "~پخش"
#: fpicker.src#STR_FPICKER_VERSION.string.text
msgid "~Version:"
-msgstr ""
+msgstr "~نسخه:"
#: fpicker.src#STR_FPICKER_TEMPLATES.string.text
msgid "S~tyles:"
-msgstr ""
+msgstr "س~بک‌ها:"
#: fpicker.src#STR_FPICKER_IMAGE_TEMPLATE.string.text
msgid "Style:"
-msgstr ""
+msgstr "سبک:"
#: fpicker.src#STR_FPICKER_SELECTION.string.text
msgid "~Selection"
@@ -790,11 +790,11 @@ msgstr ""
#: fpicker.src#STR_FPICKER_FOLDER_DEFAULT_TITLE.string.text
msgid "Select Path"
-msgstr ""
+msgstr "انتخاب مسیر"
#: fpicker.src#STR_FPICKER_FOLDER_DEFAULT_DESCRIPTION.string.text
msgid "Please select a folder."
-msgstr ""
+msgstr "لطفاً یک پوشه انتخاب کنید."
#: fpicker.src#STR_FPICKER_ALREADYEXISTOVERWRITE.string.text
msgid ""
@@ -802,19 +802,22 @@ msgid ""
"\n"
"Do you want to replace it?"
msgstr ""
+"پرونده‌ای با نام \"$filename$\" از قبل وجود دارد.\n"
+"\n"
+"آیا می‌خواهید آن را جایگزین کنید؟"
#: fpicker.src#STR_FPICKER_ALLFORMATS.string.text
msgid "All Formats"
-msgstr ""
+msgstr "تمام قالب‌ها"
#: fpicker.src#STR_FPICKER_OPEN.string.text
msgid "Open"
-msgstr ""
+msgstr "باز کردن"
#: fpicker.src#STR_FPICKER_SAVE.string.text
msgid "Save"
-msgstr ""
+msgstr "ذخیره"
#: fpicker.src#STR_FPICKER_TYPE.string.text
msgid "File ~type"
-msgstr ""
+msgstr "~نوع پرونده"
diff --git a/translations/source/fa/wizards/source/euro.po b/translations/source/fa/wizards/source/euro.po
index 9108fdad0eb..26317ce227c 100644
--- a/translations/source/fa/wizards/source/euro.po
+++ b/translations/source/fa/wizards/source/euro.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:15+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/wizards/source/formwizard.po b/translations/source/fa/wizards/source/formwizard.po
index 7b557c583ac..4fbf4f9de8e 100644
--- a/translations/source/fa/wizards/source/formwizard.po
+++ b/translations/source/fa/wizards/source/formwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-12 00:23+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -301,7 +301,7 @@ msgstr ""
#: dbwizres.src#RID_DB_FORM_WIZARD_START___29.string.text
msgid "No border"
-msgstr ""
+msgstr "بدون حاشیه"
#: dbwizres.src#RID_DB_FORM_WIZARD_START___30.string.text
msgid "3D look"
@@ -653,7 +653,7 @@ msgstr "و"
#: dbwizres.src#RID_DB_QUERY_WIZARD_START___39.string.text
msgid "or"
-msgstr ""
+msgstr "یا"
#: dbwizres.src#RID_DB_QUERY_WIZARD_START___40.string.text
msgid "get the sum of"
diff --git a/translations/source/fa/wizards/source/importwizard.po b/translations/source/fa/wizards/source/importwizard.po
index 8fe0609cb71..2060ae7b854 100644
--- a/translations/source/fa/wizards/source/importwizard.po
+++ b/translations/source/fa/wizards/source/importwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-12 00:23+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/wizards/source/schedule.po b/translations/source/fa/wizards/source/schedule.po
index 61981419c5b..a7e14cf3f2f 100644
--- a/translations/source/fa/wizards/source/schedule.po
+++ b/translations/source/fa/wizards/source/schedule.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 22:15+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/wizards/source/template.po b/translations/source/fa/wizards/source/template.po
index 19ba1628274..ee110823118 100644
--- a/translations/source/fa/wizards/source/template.po
+++ b/translations/source/fa/wizards/source/template.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-17 15:15+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/xmlsecurity/source/component.po b/translations/source/fa/xmlsecurity/source/component.po
index 2a0b2ae3edd..301c655166e 100644
--- a/translations/source/fa/xmlsecurity/source/component.po
+++ b/translations/source/fa/xmlsecurity/source/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 22:15+0200\n"
"Last-Translator: aminjava <sokootosokhan@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fa/xmlsecurity/source/dialogs.po b/translations/source/fa/xmlsecurity/source/dialogs.po
index c082f167ca4..cf26aec43dc 100644
--- a/translations/source/fa/xmlsecurity/source/dialogs.po
+++ b/translations/source/fa/xmlsecurity/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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-12-15 09:50+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-08-13 20:00+0200\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fa\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"
+"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/accessibility/source/helper.po b/translations/source/fi/accessibility/source/helper.po
index bec0a0403e1..074dfcded37 100644
--- a/translations/source/fi/accessibility/source/helper.po
+++ b/translations/source/fi/accessibility/source/helper.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/avmedia/source/framework.po b/translations/source/fi/avmedia/source/framework.po
index 9287bd5d234..55f684e621a 100644
--- a/translations/source/fi/avmedia/source/framework.po
+++ b/translations/source/fi/avmedia/source/framework.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/avmedia/source/viewer.po b/translations/source/fi/avmedia/source/viewer.po
index 8bc3b9e525b..10537ced682 100644
--- a/translations/source/fi/avmedia/source/viewer.po
+++ b/translations/source/fi/avmedia/source/viewer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/basctl/source/basicide.po b/translations/source/fi/basctl/source/basicide.po
index c8ff3670ed5..3463b5c58e5 100644
--- a/translations/source/fi/basctl/source/basicide.po
+++ b/translations/source/fi/basctl/source/basicide.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-22 17:19+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/basctl/source/dlged.po b/translations/source/fi/basctl/source/dlged.po
index 3a6f1b47360..8e1f16323ab 100644
--- a/translations/source/fi/basctl/source/dlged.po
+++ b/translations/source/fi/basctl/source/dlged.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-24 18:55+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/basic/source/classes.po b/translations/source/fi/basic/source/classes.po
index 5558c936dcf..1d06bf83755 100644
--- a/translations/source/fi/basic/source/classes.po
+++ b/translations/source/fi/basic/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/basic/source/sbx.po b/translations/source/fi/basic/source/sbx.po
index 1c5ba9474a3..0f1daf13a30 100644
--- a/translations/source/fi/basic/source/sbx.po
+++ b/translations/source/fi/basic/source/sbx.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/chart2/source/controller/dialogs.po b/translations/source/fi/chart2/source/controller/dialogs.po
index 7e14b256b8e..cbe7f93a055 100644
--- a/translations/source/fi/chart2/source/controller/dialogs.po
+++ b/translations/source/fi/chart2/source/controller/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-04 17:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/connectivity/source/drivers/ado.po b/translations/source/fi/connectivity/source/drivers/ado.po
index c265e042c4f..b8e3c0e8ada 100644
--- a/translations/source/fi/connectivity/source/drivers/ado.po
+++ b/translations/source/fi/connectivity/source/drivers/ado.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/connectivity/source/drivers/calc.po b/translations/source/fi/connectivity/source/drivers/calc.po
index 05e38b1b1c7..e36397c2fe2 100644
--- a/translations/source/fi/connectivity/source/drivers/calc.po
+++ b/translations/source/fi/connectivity/source/drivers/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/connectivity/source/drivers/dbase.po b/translations/source/fi/connectivity/source/drivers/dbase.po
index f3d9db2f126..3d93c2ffa0c 100644
--- a/translations/source/fi/connectivity/source/drivers/dbase.po
+++ b/translations/source/fi/connectivity/source/drivers/dbase.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/connectivity/source/drivers/evoab2.po b/translations/source/fi/connectivity/source/drivers/evoab2.po
index 0e6f9091717..6ac977070ab 100644
--- a/translations/source/fi/connectivity/source/drivers/evoab2.po
+++ b/translations/source/fi/connectivity/source/drivers/evoab2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/connectivity/source/drivers/flat.po b/translations/source/fi/connectivity/source/drivers/flat.po
index 9bc087d93cb..4a4e03261f5 100644
--- a/translations/source/fi/connectivity/source/drivers/flat.po
+++ b/translations/source/fi/connectivity/source/drivers/flat.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/connectivity/source/drivers/hsqldb.po b/translations/source/fi/connectivity/source/drivers/hsqldb.po
index ea39d1f0eaa..3348692c39e 100644
--- a/translations/source/fi/connectivity/source/drivers/hsqldb.po
+++ b/translations/source/fi/connectivity/source/drivers/hsqldb.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/connectivity/source/drivers/jdbc.po b/translations/source/fi/connectivity/source/drivers/jdbc.po
index 8f48aef5a18..b4b554d4ade 100644
--- a/translations/source/fi/connectivity/source/drivers/jdbc.po
+++ b/translations/source/fi/connectivity/source/drivers/jdbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/connectivity/source/drivers/kab.po b/translations/source/fi/connectivity/source/drivers/kab.po
index 113ce844270..3eb4529041e 100644
--- a/translations/source/fi/connectivity/source/drivers/kab.po
+++ b/translations/source/fi/connectivity/source/drivers/kab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/connectivity/source/drivers/macab.po b/translations/source/fi/connectivity/source/drivers/macab.po
index 1b27dcc0408..c687cb5429a 100644
--- a/translations/source/fi/connectivity/source/drivers/macab.po
+++ b/translations/source/fi/connectivity/source/drivers/macab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/connectivity/source/drivers/mozab.po b/translations/source/fi/connectivity/source/drivers/mozab.po
index 15fee2bf041..d42c0e56858 100644
--- a/translations/source/fi/connectivity/source/drivers/mozab.po
+++ b/translations/source/fi/connectivity/source/drivers/mozab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-12 17:40+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/connectivity/source/drivers/mysql.po b/translations/source/fi/connectivity/source/drivers/mysql.po
index 61e7d36511f..01329b6ac65 100644
--- a/translations/source/fi/connectivity/source/drivers/mysql.po
+++ b/translations/source/fi/connectivity/source/drivers/mysql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/connectivity/source/drivers/odbc.po b/translations/source/fi/connectivity/source/drivers/odbc.po
index 4eaaf44ff70..17579d7a25e 100644
--- a/translations/source/fi/connectivity/source/drivers/odbc.po
+++ b/translations/source/fi/connectivity/source/drivers/odbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/connectivity/source/drivers/postgresql.po b/translations/source/fi/connectivity/source/drivers/postgresql.po
index bc509ee9ef8..d348d87f145 100644
--- a/translations/source/fi/connectivity/source/drivers/postgresql.po
+++ b/translations/source/fi/connectivity/source/drivers/postgresql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-21 21:06+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -18,11 +18,3 @@ msgstr ""
#: postgresql.xcu#.Drivers.Installed.sdbc_postgresql__.DriverTypeDisplayName.value.text
msgid "PostgreSQL"
msgstr "PostgreSQL"
-
-#: description.xml#dispname.dispname.description.text
-msgid "PostgreSQL-SDBC Driver"
-msgstr "PostgreSQL-SDBC-ajuri"
-
-#: 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 "Natiivi PostgreSQL-tietokanta-ajuri LibreOfficelle. Ajuri on nopea, hyvin integroitu eikä vaadi erillistä JDBC- tai ODBC-ajuria. Tämä ajuri on yhteensopiva PostgreSQL:n versioiden 8.4 sekä uudempien kanssa.\n"
diff --git a/translations/source/fi/connectivity/source/resource.po b/translations/source/fi/connectivity/source/resource.po
index 7f67819981c..3c1d4d529ec 100644
--- a/translations/source/fi/connectivity/source/resource.po
+++ b/translations/source/fi/connectivity/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 21:04+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/cui/source/customize.po b/translations/source/fi/cui/source/customize.po
index 2a40c1d6481..094f2a78a5c 100644
--- a/translations/source/fi/cui/source/customize.po
+++ b/translations/source/fi/cui/source/customize.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:02+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/cui/source/dialogs.po b/translations/source/fi/cui/source/dialogs.po
index ed9108e15b2..eb40b34f8be 100644
--- a/translations/source/fi/cui/source/dialogs.po
+++ b/translations/source/fi/cui/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-12 17:41+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/cui/source/options.po b/translations/source/fi/cui/source/options.po
index 53e062f7ddc..9ce43d09d38 100644
--- a/translations/source/fi/cui/source/options.po
+++ b/translations/source/fi/cui/source/options.po
@@ -3,16 +3,16 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-30 11:10+0200\n"
-"PO-Revision-Date: 2011-12-22 16:48+0200\n"
-"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-22 16:06+0200\n"
+"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
+"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: optgenrl.src#RID_SFXPAGE_GENERAL.FT_COMPANY.fixedtext.text
@@ -1285,7 +1285,7 @@ msgstr "Perusfontit (aasialaiset)"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text
msgid "Basic Fonts (CTL)"
-msgstr "Perusfontit (CTL)"
+msgstr "Perusfontit (laajennettu tekstiasettelu)"
#: 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"
diff --git a/translations/source/fi/cui/source/tabpages.po b/translations/source/fi/cui/source/tabpages.po
index 4dd44291cf0..ea9c3fe8156 100644
--- a/translations/source/fi/cui/source/tabpages.po
+++ b/translations/source/fi/cui/source/tabpages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-21 19:45+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dbaccess/source/core/resource.po b/translations/source/fi/dbaccess/source/core/resource.po
index 5d3c8fea576..fc0d6867bab 100644
--- a/translations/source/fi/dbaccess/source/core/resource.po
+++ b/translations/source/fi/dbaccess/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-11 17:31+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dbaccess/source/ext/adabas.po b/translations/source/fi/dbaccess/source/ext/adabas.po
index 650c9ac58f6..10820cd392c 100644
--- a/translations/source/fi/dbaccess/source/ext/adabas.po
+++ b/translations/source/fi/dbaccess/source/ext/adabas.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 18:53+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dbaccess/source/ext/macromigration.po b/translations/source/fi/dbaccess/source/ext/macromigration.po
index 61494274b7c..c4e3f0de5c0 100644
--- a/translations/source/fi/dbaccess/source/ext/macromigration.po
+++ b/translations/source/fi/dbaccess/source/ext/macromigration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 18:53+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dbaccess/source/sdbtools/resource.po b/translations/source/fi/dbaccess/source/sdbtools/resource.po
index 53459cf64ba..9b0af706bd0 100644
--- a/translations/source/fi/dbaccess/source/sdbtools/resource.po
+++ b/translations/source/fi/dbaccess/source/sdbtools/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dbaccess/source/ui/app.po b/translations/source/fi/dbaccess/source/ui/app.po
index f9b0a65914d..7952527d554 100644
--- a/translations/source/fi/dbaccess/source/ui/app.po
+++ b/translations/source/fi/dbaccess/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 18:54+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dbaccess/source/ui/browser.po b/translations/source/fi/dbaccess/source/ui/browser.po
index 30bfac9b41c..b9624d4e210 100644
--- a/translations/source/fi/dbaccess/source/ui/browser.po
+++ b/translations/source/fi/dbaccess/source/ui/browser.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dbaccess/source/ui/control.po b/translations/source/fi/dbaccess/source/ui/control.po
index d819e897e37..500588aa9df 100644
--- a/translations/source/fi/dbaccess/source/ui/control.po
+++ b/translations/source/fi/dbaccess/source/ui/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-24 18:56+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dbaccess/source/ui/dlg.po b/translations/source/fi/dbaccess/source/ui/dlg.po
index b8a0189194f..3d9fb5300e8 100644
--- a/translations/source/fi/dbaccess/source/ui/dlg.po
+++ b/translations/source/fi/dbaccess/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 18:57+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dbaccess/source/ui/inc.po b/translations/source/fi/dbaccess/source/ui/inc.po
index 89ce86ea3af..09a9e3d0d54 100644
--- a/translations/source/fi/dbaccess/source/ui/inc.po
+++ b/translations/source/fi/dbaccess/source/ui/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dbaccess/source/ui/misc.po b/translations/source/fi/dbaccess/source/ui/misc.po
index 1791aaffc91..af7c4db2c36 100644
--- a/translations/source/fi/dbaccess/source/ui/misc.po
+++ b/translations/source/fi/dbaccess/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 17:31+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dbaccess/source/ui/querydesign.po b/translations/source/fi/dbaccess/source/ui/querydesign.po
index 43a034dd2ad..796a025a6ed 100644
--- a/translations/source/fi/dbaccess/source/ui/querydesign.po
+++ b/translations/source/fi/dbaccess/source/ui/querydesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dbaccess/source/ui/relationdesign.po b/translations/source/fi/dbaccess/source/ui/relationdesign.po
index 8bdc41451d3..3f84c63b87c 100644
--- a/translations/source/fi/dbaccess/source/ui/relationdesign.po
+++ b/translations/source/fi/dbaccess/source/ui/relationdesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-21 18:55+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dbaccess/source/ui/tabledesign.po b/translations/source/fi/dbaccess/source/ui/tabledesign.po
index 8262f8f2bd2..177960ca854 100644
--- a/translations/source/fi/dbaccess/source/ui/tabledesign.po
+++ b/translations/source/fi/dbaccess/source/ui/tabledesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dbaccess/source/ui/uno.po b/translations/source/fi/dbaccess/source/ui/uno.po
index 13fd0af5c63..41c8bce88df 100644
--- a/translations/source/fi/dbaccess/source/ui/uno.po
+++ b/translations/source/fi/dbaccess/source/ui/uno.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/desktop/source/app.po b/translations/source/fi/desktop/source/app.po
index b4f6fce5cee..acaaf7beb97 100644
--- a/translations/source/fi/desktop/source/app.po
+++ b/translations/source/fi/desktop/source/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-12 17:43+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/desktop/source/deployment/gui.po b/translations/source/fi/desktop/source/deployment/gui.po
index b021af1b143..9aed220434d 100644
--- a/translations/source/fi/desktop/source/deployment/gui.po
+++ b/translations/source/fi/desktop/source/deployment/gui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-21 21:27+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/desktop/source/deployment/manager.po b/translations/source/fi/desktop/source/deployment/manager.po
index 8a269f66792..e9b6c6a7225 100644
--- a/translations/source/fi/desktop/source/deployment/manager.po
+++ b/translations/source/fi/desktop/source/deployment/manager.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/desktop/source/deployment/misc.po b/translations/source/fi/desktop/source/deployment/misc.po
index cc3ae13bbf0..ff22f945b2c 100644
--- a/translations/source/fi/desktop/source/deployment/misc.po
+++ b/translations/source/fi/desktop/source/deployment/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 21:25+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/desktop/source/deployment/registry.po b/translations/source/fi/desktop/source/deployment/registry.po
index 72c78e9084a..4971f2076e2 100644
--- a/translations/source/fi/desktop/source/deployment/registry.po
+++ b/translations/source/fi/desktop/source/deployment/registry.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/desktop/source/deployment/registry/component.po b/translations/source/fi/desktop/source/deployment/registry/component.po
index bffb3a3f152..923c8e60126 100644
--- a/translations/source/fi/desktop/source/deployment/registry/component.po
+++ b/translations/source/fi/desktop/source/deployment/registry/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-18 17:16+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/desktop/source/deployment/registry/configuration.po b/translations/source/fi/desktop/source/deployment/registry/configuration.po
index 920060ca545..19be61296ab 100644
--- a/translations/source/fi/desktop/source/deployment/registry/configuration.po
+++ b/translations/source/fi/desktop/source/deployment/registry/configuration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/desktop/source/deployment/registry/help.po b/translations/source/fi/desktop/source/deployment/registry/help.po
index bfe27c4753e..d80f03dbed7 100644
--- a/translations/source/fi/desktop/source/deployment/registry/help.po
+++ b/translations/source/fi/desktop/source/deployment/registry/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/desktop/source/deployment/registry/package.po b/translations/source/fi/desktop/source/deployment/registry/package.po
index ecd1dd8d068..c4cd672e6c7 100644
--- a/translations/source/fi/desktop/source/deployment/registry/package.po
+++ b/translations/source/fi/desktop/source/deployment/registry/package.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/desktop/source/deployment/registry/script.po b/translations/source/fi/desktop/source/deployment/registry/script.po
index 63f1d158bd3..662f2326a87 100644
--- a/translations/source/fi/desktop/source/deployment/registry/script.po
+++ b/translations/source/fi/desktop/source/deployment/registry/script.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/desktop/source/deployment/registry/sfwk.po b/translations/source/fi/desktop/source/deployment/registry/sfwk.po
index a2728b64d83..7b17553fdfc 100644
--- a/translations/source/fi/desktop/source/deployment/registry/sfwk.po
+++ b/translations/source/fi/desktop/source/deployment/registry/sfwk.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/desktop/source/deployment/unopkg.po b/translations/source/fi/desktop/source/deployment/unopkg.po
index f51fe150d8f..981a1f9900b 100644
--- a/translations/source/fi/desktop/source/deployment/unopkg.po
+++ b/translations/source/fi/desktop/source/deployment/unopkg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/af_ZA.po b/translations/source/fi/dictionaries/af_ZA.po
index 5f45ceb8302..a8748ebc88b 100644
--- a/translations/source/fi/dictionaries/af_ZA.po
+++ b/translations/source/fi/dictionaries/af_ZA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-04 16:56+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/an_ES.po b/translations/source/fi/dictionaries/an_ES.po
index 90140bc2061..37ecb01f7a9 100644
--- a/translations/source/fi/dictionaries/an_ES.po
+++ b/translations/source/fi/dictionaries/an_ES.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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%2Fan_ES.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 17:53+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/ar.po b/translations/source/fi/dictionaries/ar.po
index 9eee4672d87..029176625f1 100644
--- a/translations/source/fi/dictionaries/ar.po
+++ b/translations/source/fi/dictionaries/ar.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-04 16:53+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/be_BY.po b/translations/source/fi/dictionaries/be_BY.po
index 3317bd6610f..3b39095e479 100644
--- a/translations/source/fi/dictionaries/be_BY.po
+++ b/translations/source/fi/dictionaries/be_BY.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-04 16:52+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/bg_BG.po b/translations/source/fi/dictionaries/bg_BG.po
index 7cdfbb1b07c..1a136e9b8c4 100644
--- a/translations/source/fi/dictionaries/bg_BG.po
+++ b/translations/source/fi/dictionaries/bg_BG.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-04 16:51+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/bn_BD.po b/translations/source/fi/dictionaries/bn_BD.po
index 59d0035ee9c..571326e9beb 100644
--- a/translations/source/fi/dictionaries/bn_BD.po
+++ b/translations/source/fi/dictionaries/bn_BD.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-04 16:51+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/br_FR.po b/translations/source/fi/dictionaries/br_FR.po
index af710d454a1..9b36066e0f6 100644
--- a/translations/source/fi/dictionaries/br_FR.po
+++ b/translations/source/fi/dictionaries/br_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-04 16:54+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/ca.po b/translations/source/fi/dictionaries/ca.po
index dd2ff34b2df..29a071d6cb0 100644
--- a/translations/source/fi/dictionaries/ca.po
+++ b/translations/source/fi/dictionaries/ca.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-04 16:43+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/cs_CZ.po b/translations/source/fi/dictionaries/cs_CZ.po
index 1c4b74f0b47..29872ec3b30 100644
--- a/translations/source/fi/dictionaries/cs_CZ.po
+++ b/translations/source/fi/dictionaries/cs_CZ.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-04 16:56+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/da_DK.po b/translations/source/fi/dictionaries/da_DK.po
index 36258f86de5..9f0f15900eb 100644
--- a/translations/source/fi/dictionaries/da_DK.po
+++ b/translations/source/fi/dictionaries/da_DK.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-04 16:42+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/de.po b/translations/source/fi/dictionaries/de.po
index fdee93c5c0d..6f691a9f696 100644
--- a/translations/source/fi/dictionaries/de.po
+++ b/translations/source/fi/dictionaries/de.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-04 16:40+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/el_GR.po b/translations/source/fi/dictionaries/el_GR.po
index f45b524d89d..e518e290717 100644
--- a/translations/source/fi/dictionaries/el_GR.po
+++ b/translations/source/fi/dictionaries/el_GR.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-04 16:53+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/en.po b/translations/source/fi/dictionaries/en.po
index 376f37eda3f..3df7dc76a10 100644
--- a/translations/source/fi/dictionaries/en.po
+++ b/translations/source/fi/dictionaries/en.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-21 18:31+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/en/dialog.po b/translations/source/fi/dictionaries/en/dialog.po
index 6c42bae9ef2..b4227a980e3 100644
--- a/translations/source/fi/dictionaries/en/dialog.po
+++ b/translations/source/fi/dictionaries/en/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 18:16+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/es_ES.po b/translations/source/fi/dictionaries/es_ES.po
index 0831de4a9be..dd3634c6fe5 100644
--- a/translations/source/fi/dictionaries/es_ES.po
+++ b/translations/source/fi/dictionaries/es_ES.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-04 16:42+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/et_EE.po b/translations/source/fi/dictionaries/et_EE.po
index d9cd41ced07..df88efa60b5 100644
--- a/translations/source/fi/dictionaries/et_EE.po
+++ b/translations/source/fi/dictionaries/et_EE.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-04 16:38+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/fr_FR.po b/translations/source/fi/dictionaries/fr_FR.po
index 847253f0cb9..7e0590b134a 100644
--- a/translations/source/fi/dictionaries/fr_FR.po
+++ b/translations/source/fi/dictionaries/fr_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-04 16:41+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/gd_GB.po b/translations/source/fi/dictionaries/gd_GB.po
index 0ed5939386f..9783677131c 100644
--- a/translations/source/fi/dictionaries/gd_GB.po
+++ b/translations/source/fi/dictionaries/gd_GB.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-04 16:53+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/gl.po b/translations/source/fi/dictionaries/gl.po
index 6efa13b6008..aada82ebf44 100644
--- a/translations/source/fi/dictionaries/gl.po
+++ b/translations/source/fi/dictionaries/gl.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-04 16:48+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/gu_IN.po b/translations/source/fi/dictionaries/gu_IN.po
index eb722019df1..caf47af99ce 100644
--- a/translations/source/fi/dictionaries/gu_IN.po
+++ b/translations/source/fi/dictionaries/gu_IN.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-04 16:45+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/he_IL.po b/translations/source/fi/dictionaries/he_IL.po
index c9a51cf676f..ade80df7f79 100644
--- a/translations/source/fi/dictionaries/he_IL.po
+++ b/translations/source/fi/dictionaries/he_IL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-04 16:54+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/hi_IN.po b/translations/source/fi/dictionaries/hi_IN.po
index 891b764cec7..0f7aa075f5f 100644
--- a/translations/source/fi/dictionaries/hi_IN.po
+++ b/translations/source/fi/dictionaries/hi_IN.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-04 16:37+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/hr_HR.po b/translations/source/fi/dictionaries/hr_HR.po
index 4a3d0c85484..1e1665f38f5 100644
--- a/translations/source/fi/dictionaries/hr_HR.po
+++ b/translations/source/fi/dictionaries/hr_HR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-04 16:52+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/hu_HU.po b/translations/source/fi/dictionaries/hu_HU.po
index d9916ca9820..729bc23a43b 100644
--- a/translations/source/fi/dictionaries/hu_HU.po
+++ b/translations/source/fi/dictionaries/hu_HU.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-21 17:54+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/hu_HU/dialog.po b/translations/source/fi/dictionaries/hu_HU/dialog.po
index 7cab6dfe6a7..8865f3c6ef3 100644
--- a/translations/source/fi/dictionaries/hu_HU/dialog.po
+++ b/translations/source/fi/dictionaries/hu_HU/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 18:27+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/it_IT.po b/translations/source/fi/dictionaries/it_IT.po
index 6b7f68638ad..10622349d7c 100644
--- a/translations/source/fi/dictionaries/it_IT.po
+++ b/translations/source/fi/dictionaries/it_IT.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-04 16:46+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/ku_TR.po b/translations/source/fi/dictionaries/ku_TR.po
index b7dde72a98e..f2e8d5dce1c 100644
--- a/translations/source/fi/dictionaries/ku_TR.po
+++ b/translations/source/fi/dictionaries/ku_TR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-04 16:46+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/lt_LT.po b/translations/source/fi/dictionaries/lt_LT.po
index ad75dca0133..94e844bce29 100644
--- a/translations/source/fi/dictionaries/lt_LT.po
+++ b/translations/source/fi/dictionaries/lt_LT.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-04 16:36+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/lv_LV.po b/translations/source/fi/dictionaries/lv_LV.po
index c49e21dd6c5..c638fafd78d 100644
--- a/translations/source/fi/dictionaries/lv_LV.po
+++ b/translations/source/fi/dictionaries/lv_LV.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-04 16:57+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/ne_NP.po b/translations/source/fi/dictionaries/ne_NP.po
index e639def5c50..401fc9146d4 100644
--- a/translations/source/fi/dictionaries/ne_NP.po
+++ b/translations/source/fi/dictionaries/ne_NP.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-04 16:56+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/nl_NL.po b/translations/source/fi/dictionaries/nl_NL.po
index e353ec48a14..dd90926ced6 100644
--- a/translations/source/fi/dictionaries/nl_NL.po
+++ b/translations/source/fi/dictionaries/nl_NL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-04 16:40+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/no.po b/translations/source/fi/dictionaries/no.po
index f8b3870160f..848ca1dbb20 100644
--- a/translations/source/fi/dictionaries/no.po
+++ b/translations/source/fi/dictionaries/no.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-04 16:48+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/oc_FR.po b/translations/source/fi/dictionaries/oc_FR.po
index 508743c6613..736ccc6b454 100644
--- a/translations/source/fi/dictionaries/oc_FR.po
+++ b/translations/source/fi/dictionaries/oc_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-04 16:47+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/pl_PL.po b/translations/source/fi/dictionaries/pl_PL.po
index 45a65e82c12..2314d401b6e 100644
--- a/translations/source/fi/dictionaries/pl_PL.po
+++ b/translations/source/fi/dictionaries/pl_PL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-04 16:42+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/pt_BR.po b/translations/source/fi/dictionaries/pt_BR.po
index 2f423d8a37a..56b3b26658b 100644
--- a/translations/source/fi/dictionaries/pt_BR.po
+++ b/translations/source/fi/dictionaries/pt_BR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-04 16:44+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/pt_PT.po b/translations/source/fi/dictionaries/pt_PT.po
index 3cf86b7c20f..f04800ecd2c 100644
--- a/translations/source/fi/dictionaries/pt_PT.po
+++ b/translations/source/fi/dictionaries/pt_PT.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-04 16:38+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/ro.po b/translations/source/fi/dictionaries/ro.po
index fc00c54e89f..48756ad4801 100644
--- a/translations/source/fi/dictionaries/ro.po
+++ b/translations/source/fi/dictionaries/ro.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-04 16:39+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/ru_RU.po b/translations/source/fi/dictionaries/ru_RU.po
index 291f62e6eff..34712871b5f 100644
--- a/translations/source/fi/dictionaries/ru_RU.po
+++ b/translations/source/fi/dictionaries/ru_RU.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 17:54+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/ru_RU/dialog.po b/translations/source/fi/dictionaries/ru_RU/dialog.po
index fc804890509..5eb5d65cac7 100644
--- a/translations/source/fi/dictionaries/ru_RU/dialog.po
+++ b/translations/source/fi/dictionaries/ru_RU/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 18:35+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/si_LK.po b/translations/source/fi/dictionaries/si_LK.po
index f2def43e4c4..f2fb735e6fe 100644
--- a/translations/source/fi/dictionaries/si_LK.po
+++ b/translations/source/fi/dictionaries/si_LK.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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%2Fsi_LK.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 17:55+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/sk_SK.po b/translations/source/fi/dictionaries/sk_SK.po
index 4192e1333e2..459e518424d 100644
--- a/translations/source/fi/dictionaries/sk_SK.po
+++ b/translations/source/fi/dictionaries/sk_SK.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-04 16:45+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/sl_SI.po b/translations/source/fi/dictionaries/sl_SI.po
index bad54da5f53..d2a53103bc0 100644
--- a/translations/source/fi/dictionaries/sl_SI.po
+++ b/translations/source/fi/dictionaries/sl_SI.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-04 16:52+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/sr.po b/translations/source/fi/dictionaries/sr.po
index accfb585c74..84829656c96 100644
--- a/translations/source/fi/dictionaries/sr.po
+++ b/translations/source/fi/dictionaries/sr.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-04 16:47+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/sv_SE.po b/translations/source/fi/dictionaries/sv_SE.po
index 208d514c66a..15068401490 100644
--- a/translations/source/fi/dictionaries/sv_SE.po
+++ b/translations/source/fi/dictionaries/sv_SE.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-04 16:39+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/sw_TZ.po b/translations/source/fi/dictionaries/sw_TZ.po
index d00052b3864..40a8e34bbcc 100644
--- a/translations/source/fi/dictionaries/sw_TZ.po
+++ b/translations/source/fi/dictionaries/sw_TZ.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-04 16:38+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/te_IN.po b/translations/source/fi/dictionaries/te_IN.po
index 7e41daa8e78..d5124d9b30d 100644
--- a/translations/source/fi/dictionaries/te_IN.po
+++ b/translations/source/fi/dictionaries/te_IN.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-04 16:44+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/th_TH.po b/translations/source/fi/dictionaries/th_TH.po
index 3de5c44118b..3b7fb8d2938 100644
--- a/translations/source/fi/dictionaries/th_TH.po
+++ b/translations/source/fi/dictionaries/th_TH.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-04 16:42+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/uk_UA.po b/translations/source/fi/dictionaries/uk_UA.po
index 19b13114f95..cdb43b1fbc8 100644
--- a/translations/source/fi/dictionaries/uk_UA.po
+++ b/translations/source/fi/dictionaries/uk_UA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-04 16:41+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/vi.po b/translations/source/fi/dictionaries/vi.po
index 11c66637d54..21f0b739296 100644
--- a/translations/source/fi/dictionaries/vi.po
+++ b/translations/source/fi/dictionaries/vi.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-04 16:38+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/dictionaries/zu_ZA.po b/translations/source/fi/dictionaries/zu_ZA.po
index 6d90224dcf5..0789aa80bf8 100644
--- a/translations/source/fi/dictionaries/zu_ZA.po
+++ b/translations/source/fi/dictionaries/zu_ZA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-04 16:44+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/editeng/source/accessibility.po b/translations/source/fi/editeng/source/accessibility.po
index 6f220517231..dbf93a9fdb3 100644
--- a/translations/source/fi/editeng/source/accessibility.po
+++ b/translations/source/fi/editeng/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/editeng/source/editeng.po b/translations/source/fi/editeng/source/editeng.po
index dadb11ebb34..6f016436a00 100644
--- a/translations/source/fi/editeng/source/editeng.po
+++ b/translations/source/fi/editeng/source/editeng.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-22 17:20+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/editeng/source/items.po b/translations/source/fi/editeng/source/items.po
index 39ea5e08b72..776f19840ba 100644
--- a/translations/source/fi/editeng/source/items.po
+++ b/translations/source/fi/editeng/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-12 17:44+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/editeng/source/misc.po b/translations/source/fi/editeng/source/misc.po
index f327844a822..666659d56db 100644
--- a/translations/source/fi/editeng/source/misc.po
+++ b/translations/source/fi/editeng/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/editeng/source/outliner.po b/translations/source/fi/editeng/source/outliner.po
index 8ae6fe07b98..840da9a912c 100644
--- a/translations/source/fi/editeng/source/outliner.po
+++ b/translations/source/fi/editeng/source/outliner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/extensions/source/abpilot.po b/translations/source/fi/extensions/source/abpilot.po
index b4dfdfbef9d..6bb9cdaf020 100644
--- a/translations/source/fi/extensions/source/abpilot.po
+++ b/translations/source/fi/extensions/source/abpilot.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-12 17:44+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/extensions/source/bibliography.po b/translations/source/fi/extensions/source/bibliography.po
index e2528513759..884dbc99771 100644
--- a/translations/source/fi/extensions/source/bibliography.po
+++ b/translations/source/fi/extensions/source/bibliography.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-24 18:56+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/extensions/source/dbpilots.po b/translations/source/fi/extensions/source/dbpilots.po
index ea6cc53d3a5..5350fce974f 100644
--- a/translations/source/fi/extensions/source/dbpilots.po
+++ b/translations/source/fi/extensions/source/dbpilots.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/extensions/source/propctrlr.po b/translations/source/fi/extensions/source/propctrlr.po
index af99223ecb5..adbcae37f53 100644
--- a/translations/source/fi/extensions/source/propctrlr.po
+++ b/translations/source/fi/extensions/source/propctrlr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/extensions/source/scanner.po b/translations/source/fi/extensions/source/scanner.po
index e7c18da7a6c..11058f15d8e 100644
--- a/translations/source/fi/extensions/source/scanner.po
+++ b/translations/source/fi/extensions/source/scanner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 19:54+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/extensions/source/update/check.po b/translations/source/fi/extensions/source/update/check.po
index efd82e94cf8..cf43d493cec 100644
--- a/translations/source/fi/extensions/source/update/check.po
+++ b/translations/source/fi/extensions/source/update/check.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 19:55+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/filter/source/config/fragments/filters.po b/translations/source/fi/filter/source/config/fragments/filters.po
index 426b99eb56d..33d9ef3e6c9 100644
--- a/translations/source/fi/filter/source/config/fragments/filters.po
+++ b/translations/source/fi/filter/source/config/fragments/filters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-14 20:11+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/filter/source/config/fragments/internalgraphicfilters.po b/translations/source/fi/filter/source/config/fragments/internalgraphicfilters.po
index 9dbf9e8f3c4..c66a3a8a8a8 100644
--- a/translations/source/fi/filter/source/config/fragments/internalgraphicfilters.po
+++ b/translations/source/fi/filter/source/config/fragments/internalgraphicfilters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/filter/source/config/fragments/types.po b/translations/source/fi/filter/source/config/fragments/types.po
index 2d0f3b4c4fc..140468cfeaf 100644
--- a/translations/source/fi/filter/source/config/fragments/types.po
+++ b/translations/source/fi/filter/source/config/fragments/types.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-07-28 19:13+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/filter/source/flash.po b/translations/source/fi/filter/source/flash.po
index b93dd20e374..d3cd2158db1 100644
--- a/translations/source/fi/filter/source/flash.po
+++ b/translations/source/fi/filter/source/flash.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/filter/source/graphicfilter/eps.po b/translations/source/fi/filter/source/graphicfilter/eps.po
index 5502ef9bd4b..f4d5d93f877 100644
--- a/translations/source/fi/filter/source/graphicfilter/eps.po
+++ b/translations/source/fi/filter/source/graphicfilter/eps.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/filter/source/pdf.po b/translations/source/fi/filter/source/pdf.po
index bfb9cd5b098..758b957ac87 100644
--- a/translations/source/fi/filter/source/pdf.po
+++ b/translations/source/fi/filter/source/pdf.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-07 12:16+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/filter/source/t602.po b/translations/source/fi/filter/source/t602.po
index 2a54e738d97..07a568738c1 100644
--- a/translations/source/fi/filter/source/t602.po
+++ b/translations/source/fi/filter/source/t602.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/filter/source/xsltdialog.po b/translations/source/fi/filter/source/xsltdialog.po
index 28578247c0a..1c343f93f9f 100644
--- a/translations/source/fi/filter/source/xsltdialog.po
+++ b/translations/source/fi/filter/source/xsltdialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-21 21:03+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/forms/source/resource.po b/translations/source/fi/forms/source/resource.po
index e6116272a65..5573dca0fbb 100644
--- a/translations/source/fi/forms/source/resource.po
+++ b/translations/source/fi/forms/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/formula/source/core/resource.po b/translations/source/fi/formula/source/core/resource.po
index 9eab0e35bd4..8f3675c10db 100644
--- a/translations/source/fi/formula/source/core/resource.po
+++ b/translations/source/fi/formula/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-22 17:18+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/formula/source/ui/dlg.po b/translations/source/fi/formula/source/ui/dlg.po
index 81aa6c9afd5..da4ee5e795e 100644
--- a/translations/source/fi/formula/source/ui/dlg.po
+++ b/translations/source/fi/formula/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/fpicker/source/office.po b/translations/source/fi/fpicker/source/office.po
index c545f2740a2..dcdf1415248 100644
--- a/translations/source/fi/fpicker/source/office.po
+++ b/translations/source/fi/fpicker/source/office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-13 20:49+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/framework/source/classes.po b/translations/source/fi/framework/source/classes.po
index 0f70081c171..7f78fc42238 100644
--- a/translations/source/fi/framework/source/classes.po
+++ b/translations/source/fi/framework/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/framework/source/services.po b/translations/source/fi/framework/source/services.po
index dd0b18700b5..8ee14d1daf4 100644
--- a/translations/source/fi/framework/source/services.po
+++ b/translations/source/fi/framework/source/services.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 15:44+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/helpcontent2/source/text/sbasic/guide.po b/translations/source/fi/helpcontent2/source/text/sbasic/guide.po
index 21d304446c7..ff72e4a468e 100644
--- a/translations/source/fi/helpcontent2/source/text/sbasic/guide.po
+++ b/translations/source/fi/helpcontent2/source/text/sbasic/guide.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-12-14 20:37+0200\n"
"Last-Translator: ristoi <risto.i.j@jippii.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/sbasic/shared.po b/translations/source/fi/helpcontent2/source/text/sbasic/shared.po
index 8937ce39a0d..8ea690a8077 100644
--- a/translations/source/fi/helpcontent2/source/text/sbasic/shared.po
+++ b/translations/source/fi/helpcontent2/source/text/sbasic/shared.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-20 21:17+0200\n"
"Last-Translator: Risto <risto.i.j@jippii.fi>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 03120103.xhp#tit.help.text
diff --git a/translations/source/fi/helpcontent2/source/text/sbasic/shared/01.po b/translations/source/fi/helpcontent2/source/text/sbasic/shared/01.po
index a5ba8dee645..4dc06ce320d 100644
--- a/translations/source/fi/helpcontent2/source/text/sbasic/shared/01.po
+++ b/translations/source/fi/helpcontent2/source/text/sbasic/shared/01.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-12-15 10:42+0200\n"
"Last-Translator: ristoi <risto.i.j@jippii.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/sbasic/shared/02.po b/translations/source/fi/helpcontent2/source/text/sbasic/shared/02.po
index eeebaf567d2..7b665e0a12c 100644
--- a/translations/source/fi/helpcontent2/source/text/sbasic/shared/02.po
+++ b/translations/source/fi/helpcontent2/source/text/sbasic/shared/02.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-20 11:04+0200\n"
"Last-Translator: Risto <risto.i.j@jippii.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/scalc.po b/translations/source/fi/helpcontent2/source/text/scalc.po
index d2adecf8d3e..9d6bcb472a3 100644
--- a/translations/source/fi/helpcontent2/source/text/scalc.po
+++ b/translations/source/fi/helpcontent2/source/text/scalc.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+helpcontent2%2Fsource%2Ftext%2Fscalc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-13 15:45+0200\n"
"Last-Translator: ristoi <risto.i.j@jippii.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/scalc/00.po b/translations/source/fi/helpcontent2/source/text/scalc/00.po
index 43334e1475d..603a6821466 100644
--- a/translations/source/fi/helpcontent2/source/text/scalc/00.po
+++ b/translations/source/fi/helpcontent2/source/text/scalc/00.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-05-13 15:36+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/scalc/01.po b/translations/source/fi/helpcontent2/source/text/scalc/01.po
index bcf67b3bb1e..c68ca81210c 100644
--- a/translations/source/fi/helpcontent2/source/text/scalc/01.po
+++ b/translations/source/fi/helpcontent2/source/text/scalc/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fscalc%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-21 16:18+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 04020000.xhp#tit.help.text
diff --git a/translations/source/fi/helpcontent2/source/text/scalc/02.po b/translations/source/fi/helpcontent2/source/text/scalc/02.po
index d7dfe530ae3..33184d83b51 100644
--- a/translations/source/fi/helpcontent2/source/text/scalc/02.po
+++ b/translations/source/fi/helpcontent2/source/text/scalc/02.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-22 14:22+0200\n"
"Last-Translator: Risto <risto.i.j@jippii.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/scalc/04.po b/translations/source/fi/helpcontent2/source/text/scalc/04.po
index 4b2b05c9df2..7eb3af5f07e 100644
--- a/translations/source/fi/helpcontent2/source/text/scalc/04.po
+++ b/translations/source/fi/helpcontent2/source/text/scalc/04.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-22 14:23+0200\n"
"Last-Translator: Risto <risto.i.j@jippii.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/scalc/05.po b/translations/source/fi/helpcontent2/source/text/scalc/05.po
index bf4d31c50aa..d6c5762295e 100644
--- a/translations/source/fi/helpcontent2/source/text/scalc/05.po
+++ b/translations/source/fi/helpcontent2/source/text/scalc/05.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-12-20 21:19+0200\n"
"Last-Translator: Risto <risto.i.j@jippii.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/scalc/guide.po b/translations/source/fi/helpcontent2/source/text/scalc/guide.po
index 1edcc6acc58..3d1471f2056 100644
--- a/translations/source/fi/helpcontent2/source/text/scalc/guide.po
+++ b/translations/source/fi/helpcontent2/source/text/scalc/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fscalc%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-01-19 11:08+0200\n"
"Last-Translator: Risto <risto.i.j@jippii.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: year2000.xhp#tit.help.text
diff --git a/translations/source/fi/helpcontent2/source/text/schart.po b/translations/source/fi/helpcontent2/source/text/schart.po
index e1bf3fe10eb..11cac4a68f6 100644
--- a/translations/source/fi/helpcontent2/source/text/schart.po
+++ b/translations/source/fi/helpcontent2/source/text/schart.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+helpcontent2%2Fsource%2Ftext%2Fschart.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-20 10:48+0200\n"
"Last-Translator: Risto <risto.i.j@jippii.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/schart/00.po b/translations/source/fi/helpcontent2/source/text/schart/00.po
index dcaacfd5720..e47f78a0a3b 100644
--- a/translations/source/fi/helpcontent2/source/text/schart/00.po
+++ b/translations/source/fi/helpcontent2/source/text/schart/00.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-14 17:12+0200\n"
"Last-Translator: ristoi <risto.i.j@jippii.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/schart/01.po b/translations/source/fi/helpcontent2/source/text/schart/01.po
index f4ab88b8103..595837cab5e 100644
--- a/translations/source/fi/helpcontent2/source/text/schart/01.po
+++ b/translations/source/fi/helpcontent2/source/text/schart/01.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-20 21:25+0200\n"
"Last-Translator: Risto <risto.i.j@jippii.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/schart/02.po b/translations/source/fi/helpcontent2/source/text/schart/02.po
index cec21dbef60..d275df9311f 100644
--- a/translations/source/fi/helpcontent2/source/text/schart/02.po
+++ b/translations/source/fi/helpcontent2/source/text/schart/02.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-15 20:52+0200\n"
"Last-Translator: Risto <risto.i.j@jippii.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/schart/04.po b/translations/source/fi/helpcontent2/source/text/schart/04.po
index 27460665e96..a80ef1943b4 100644
--- a/translations/source/fi/helpcontent2/source/text/schart/04.po
+++ b/translations/source/fi/helpcontent2/source/text/schart/04.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-15 20:52+0200\n"
"Last-Translator: Risto <risto.i.j@jippii.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/sdraw.po b/translations/source/fi/helpcontent2/source/text/sdraw.po
index ff609f6e749..30d46a5e7ac 100644
--- a/translations/source/fi/helpcontent2/source/text/sdraw.po
+++ b/translations/source/fi/helpcontent2/source/text/sdraw.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+helpcontent2%2Fsource%2Ftext%2Fsdraw.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-13 16:11+0200\n"
"Last-Translator: ristoi <risto.i.j@jippii.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/sdraw/00.po b/translations/source/fi/helpcontent2/source/text/sdraw/00.po
index 7f83915d0b2..44ae2d85c18 100644
--- a/translations/source/fi/helpcontent2/source/text/sdraw/00.po
+++ b/translations/source/fi/helpcontent2/source/text/sdraw/00.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 19:56+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/sdraw/01.po b/translations/source/fi/helpcontent2/source/text/sdraw/01.po
index 3b8d9d6217c..4652c4c8f3d 100644
--- a/translations/source/fi/helpcontent2/source/text/sdraw/01.po
+++ b/translations/source/fi/helpcontent2/source/text/sdraw/01.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:56+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/sdraw/04.po b/translations/source/fi/helpcontent2/source/text/sdraw/04.po
index cafb774860a..bffbad4f5b4 100644
--- a/translations/source/fi/helpcontent2/source/text/sdraw/04.po
+++ b/translations/source/fi/helpcontent2/source/text/sdraw/04.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-20 21:28+0200\n"
"Last-Translator: Risto <risto.i.j@jippii.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/sdraw/guide.po b/translations/source/fi/helpcontent2/source/text/sdraw/guide.po
index a63f15d2690..236d8af28d5 100644
--- a/translations/source/fi/helpcontent2/source/text/sdraw/guide.po
+++ b/translations/source/fi/helpcontent2/source/text/sdraw/guide.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-20 21:32+0200\n"
"Last-Translator: Risto <risto.i.j@jippii.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/shared.po b/translations/source/fi/helpcontent2/source/text/shared.po
index cad10e4ac45..e487c253bcb 100644
--- a/translations/source/fi/helpcontent2/source/text/shared.po
+++ b/translations/source/fi/helpcontent2/source/text/shared.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+helpcontent2%2Fsource%2Ftext%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-12-20 10:50+0200\n"
"Last-Translator: Risto <risto.i.j@jippii.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/shared/00.po b/translations/source/fi/helpcontent2/source/text/shared/00.po
index 2653f1eaee8..971ee997383 100644
--- a/translations/source/fi/helpcontent2/source/text/shared/00.po
+++ b/translations/source/fi/helpcontent2/source/text/shared/00.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-01-20 21:28+0200\n"
"Last-Translator: Risto <risto.i.j@jippii.fi>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 00000200.xhp#tit.help.text
diff --git a/translations/source/fi/helpcontent2/source/text/shared/01.po b/translations/source/fi/helpcontent2/source/text/shared/01.po
index f6c89d0e5c8..bcf36b9e824 100644
--- a/translations/source/fi/helpcontent2/source/text/shared/01.po
+++ b/translations/source/fi/helpcontent2/source/text/shared/01.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2012-01-20 21:25+0200\n"
"Last-Translator: Risto <risto.i.j@jippii.fi>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 06150000.xhp#tit.help.text
diff --git a/translations/source/fi/helpcontent2/source/text/shared/02.po b/translations/source/fi/helpcontent2/source/text/shared/02.po
index 2402dba7bde..b8f095177a6 100644
--- a/translations/source/fi/helpcontent2/source/text/shared/02.po
+++ b/translations/source/fi/helpcontent2/source/text/shared/02.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-12-22 13:14+0200\n"
"Last-Translator: Risto <risto.i.j@jippii.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/shared/04.po b/translations/source/fi/helpcontent2/source/text/shared/04.po
index b3ecff141c4..f47ab2ec16d 100644
--- a/translations/source/fi/helpcontent2/source/text/shared/04.po
+++ b/translations/source/fi/helpcontent2/source/text/shared/04.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-22 13:16+0200\n"
"Last-Translator: Risto <risto.i.j@jippii.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/shared/05.po b/translations/source/fi/helpcontent2/source/text/shared/05.po
index 04ec00275a1..5d012cdcb98 100644
--- a/translations/source/fi/helpcontent2/source/text/shared/05.po
+++ b/translations/source/fi/helpcontent2/source/text/shared/05.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-22 13:19+0200\n"
"Last-Translator: Risto <risto.i.j@jippii.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/shared/07.po b/translations/source/fi/helpcontent2/source/text/shared/07.po
index 1c4fd4ccd09..e551a111ba3 100644
--- a/translations/source/fi/helpcontent2/source/text/shared/07.po
+++ b/translations/source/fi/helpcontent2/source/text/shared/07.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F07.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:57+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/shared/autokorr.po b/translations/source/fi/helpcontent2/source/text/shared/autokorr.po
index 4334adc16c0..fa3f9f9076a 100644
--- a/translations/source/fi/helpcontent2/source/text/shared/autokorr.po
+++ b/translations/source/fi/helpcontent2/source/text/shared/autokorr.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautokorr.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 19:57+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/shared/autopi.po b/translations/source/fi/helpcontent2/source/text/shared/autopi.po
index f09867f6747..07067b98e43 100644
--- a/translations/source/fi/helpcontent2/source/text/shared/autopi.po
+++ b/translations/source/fi/helpcontent2/source/text/shared/autopi.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautopi.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-17 11:43+0200\n"
"Last-Translator: Risto <risto.i.j@jippii.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/shared/explorer/database.po b/translations/source/fi/helpcontent2/source/text/shared/explorer/database.po
index 971f555b84a..ff00c369635 100644
--- a/translations/source/fi/helpcontent2/source/text/shared/explorer/database.po
+++ b/translations/source/fi/helpcontent2/source/text/shared/explorer/database.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fexplorer%2Fdatabase.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-12-22 13:25+0200\n"
"Last-Translator: Risto <risto.i.j@jippii.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/shared/guide.po b/translations/source/fi/helpcontent2/source/text/shared/guide.po
index f1ab58ffd6f..9f171f0f49b 100644
--- a/translations/source/fi/helpcontent2/source/text/shared/guide.po
+++ b/translations/source/fi/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-01-20 21:18+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: redlining_doccompare.xhp#tit.help.text
diff --git a/translations/source/fi/helpcontent2/source/text/shared/optionen.po b/translations/source/fi/helpcontent2/source/text/shared/optionen.po
index 090d947d65f..e420d4e0a9a 100644
--- a/translations/source/fi/helpcontent2/source/text/shared/optionen.po
+++ b/translations/source/fi/helpcontent2/source/text/shared/optionen.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2Foptionen.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
-"PO-Revision-Date: 2012-01-20 21:05+0200\n"
-"Last-Translator: Risto <risto.i.j@jippii.fi>\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-02-21 18:38+0200\n"
+"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
@@ -124,7 +124,7 @@ msgid "If you import an MS Word document, the spaces are automatically added dur
msgstr "Jos tuodaan MS Word -asiakirja, ohjelma lisää välit muunnoksessa."
#: 01041000.xhp#hd_id3149964.42.help.text
-msgid "Use StarOffice 6.0/7 tab stop formatting"
+msgid "Use OpenOffice.org 1.1 tab stop formatting"
msgstr "Käytä OpenOffice.org 1.1:n sarkainmuotoiluja"
#: 01041000.xhp#par_id3152777.43.help.text
@@ -148,7 +148,7 @@ msgid "In text documents created by your current version of Writer, the addition
msgstr "Jos tekstiasiakirja luodaan Writerin nykyisellä versiolla, lisäriviväliä käytetään oletuksena. Tekstiasiakirjoissa, jotka on luotu StarOffice 8:aa tai OpenOffice.org 2.0:ta vanhemmilla Writerin versioilla, lisärivivälistystä ei käytetä."
#: 01041000.xhp#par_idN107FF.help.text
-msgid "Use StarOffice 6.0/7 line spacing"
+msgid "Use OpenOffice.org 1.1 line spacing"
msgstr "Käytä OpenOffice.org 1.1:n riviväliä"
#: 01041000.xhp#par_idN10815.help.text
@@ -173,8 +173,8 @@ msgid "If the option is off, table cells will be formatted as in Writer versions
msgstr "Jos asetus on kytkemättä, taulukon solut muotoillaan samoin kuin StarOffice 8:aa tai OpenOffice.org 2.0:ta vanhemmilla Writerin versioilla. Kun asetus on käytössä, taulukon solut muotoillaan vaihtoehtoisella menetelmällä. Asetus on oletuksena vain %PRODUCTNAME %PRODUCTVERSION -ohjelmassa luoduille uusille asiakirjoille ja Microsoft Word -muodossa tuoduille asiakirjoille."
#: 01041000.xhp#par_idN1084C.help.text
-msgid "Use StarOffice 6.0/7 object positioning"
-msgstr "Käytä OpenOffice.org 1.1 :n objektin sijoitusta"
+msgid "Use OpenOffice.org 1.1 object positioning"
+msgstr "Käytä OpenOffice.org 1.1:n objektin sijoitusta"
#: 01041000.xhp#par_idN10864.help.text
msgid "Specifies how to calculate the position of floating objects anchored to a character or paragraph with respect to the top and bottom paragraph spacing."
@@ -189,7 +189,7 @@ msgid "The option will be set to off for new documents. For Writer documents cre
msgstr "Asetus on kytketty pois käytöstä uusilla asiakirjoilla. Writer-asiakirjoilla, jotka on luotu vanhemmilla versioilla kuin %PRODUCTNAME %PRODUCTVERSION, asetus on käytössä."
#: 01041000.xhp#par_idN10821.help.text
-msgid "Use StarOffice 6.0/7 text wrapping around objects"
+msgid "Use OpenOffice.org 1.1 text wrapping around objects"
msgstr "Käytä OpenOffice.org 1.1:n tekstin rivitystä objektien ympärillä"
#: 01041000.xhp#par_id4016541.help.text
@@ -3164,23 +3164,6 @@ msgstr "Kuvat ja objektit"
msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PGRF\">Specifies whether the graphics of your text document are printed.</ahelp>"
msgstr "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PGRF\">Merkinnällä määrätään, että tekstiasiakirjan kuvat tulostetaan.</ahelp>"
-#: 01040400.xhp#hd_id3150771.7.help.text
-msgctxt "01040400.xhp#hd_id3150771.7.help.text"
-msgid "Tables"
-msgstr "Taulukot"
-
-#: 01040400.xhp#par_id3148943.8.help.text
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PTAB\">Specifies whether the tables of the text document are printed.</ahelp>"
-msgstr "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PTAB\">Merkinnällä määrätään, että tekstiasiakirjan taulukot tulostetaan.</ahelp>"
-
-#: 01040400.xhp#hd_id3149294.9.help.text
-msgid "Drawings (not for HTML documents)"
-msgstr "Piirustukset (ei HTML-asiakirjoille)"
-
-#: 01040400.xhp#par_id3149457.10.help.text
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PDRAW\">Specifies whether graphics created with $[officename] drawing functions are printed.</ahelp>"
-msgstr "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PDRAW\">Merkinnällä määrätään, että $[officename]-piirrostoimintojen kuvat tulostetaan.</ahelp>"
-
#: 01040400.xhp#hd_id3153525.11.help.text
msgid "Form controls"
msgstr "Lomakkeen ohjausobjektit"
@@ -5449,14 +5432,6 @@ msgstr "<emph>Esimerkki:</emph> Kirjoitetaan 'Testi' soluun A1 ja 'testi' soluun
msgid "The EXACT text function is always case-sensitive, independent of the settings in this dialog."
msgstr "Tekstifunktio EXACT huomioi aina aakkoskoon, riippumatta tämän valintaikkunan asetuksista."
-#: 01060500.xhp#hd_id3145231.53.help.text
-msgid "Decimal places"
-msgstr "Desimaaleja"
-
-#: 01060500.xhp#par_id3149568.54.help.text
-msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
-msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Määritetään näytettävien desimaalien määrä <emph>Vakio</emph>-lukumuodolla. Luvut esitetään pyöristettyinä asetettuun tarkkuuteen, mutta niitä ei tallenneta karkeasti pyöristettyinä.</ahelp>"
-
#: 01060500.xhp#hd_id3145150.30.help.text
msgid "Precision as shown"
msgstr "Laskentatarkkuus näytetyn mukaan"
@@ -5545,6 +5520,14 @@ msgstr "Rajoita yleisen lukumuodon desimaaleja"
msgid "<ahelp hid=\".\">You can specify the maximum number of decimal places that are shown by default for cells with General number format. If not enabled, cells with General number format show as many decimal places as the column width allows.</ahelp>"
msgstr "<ahelp hid=\".\">Määrittää, kuinka monta desimaalia näytetään desimaaliluvuista yleisellä lukumuodolla muotoilluissa soluissa. Jos asetus ei ole käytössä, yleisen lukumuodon soluissa näytetään niin monta desimaalia kuin sarakkeeseen mahtuu.</ahelp>"
+#: 01060500.xhp#hd_id3145231.53.help.text
+msgid "Decimal places"
+msgstr "Desimaaleja"
+
+#: 01060500.xhp#par_id3149568.54.help.text
+msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
+msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Määritetään näytettävien desimaalien määrä <emph>Vakio</emph>-lukumuodolla. Luvut esitetään pyöristettyinä asetettuun tarkkuuteen, mutta niitä ei tallenneta karkeasti pyöristettyinä.</ahelp>"
+
#: viewcertificate_c.xhp#tit.help.text
msgid "Certificate Path"
msgstr "Varmenteen polku"
@@ -5808,8 +5791,8 @@ msgid "View"
msgstr "Näytä"
#: 01060100.xhp#bm_id3147242.help.text
-msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>handles; showing large handles (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
-msgstr "<bookmark_value>solut; ruudukon näyttö (Calc)</bookmark_value> <bookmark_value>reunat; solut näytöllä(Calc)</bookmark_value> <bookmark_value>ruudukot; viivojen esittäminen (Calc)</bookmark_value> <bookmark_value>värit; ruudukot ja solut (Calc)</bookmark_value> <bookmark_value>sivunvaihdot; näyttäminen (Calc)</bookmark_value><bookmark_value>apuviivat; näyttäminen (Calc)</bookmark_value> <bookmark_value>kahvat; litteiden ja suurten kahvojen esitys (Calc)</bookmark_value> <bookmark_value>näyttäminen; nolla-arvot (Calc)</bookmark_value> <bookmark_value>nolla-arvot; esittäminen (Calc)</bookmark_value> <bookmark_value>laskentataulukot; arvojen korostus</bookmark_value><bookmark_value>solut; muotoilu ilman vaikutusta (Calc)</bookmark_value><bookmark_value>solut; värit (Calc)</bookmark_value><bookmark_value>ankkurit; esittäminen(Calc)</bookmark_value><bookmark_value>värit;rajoitukset(Calc)</bookmark_value><bookmark_value>tekstin ylivuoto laskentasoluissa</bookmark_value><bookmark_value>viittaukset; värillinen esitys (Calc)</bookmark_value><bookmark_value>objektit; esittäminen laskentataulukoissa</bookmark_value><bookmark_value>kuvat; esittäminen Calcissa</bookmark_value><bookmark_value>kaaviot; esittäminen (Calc)</bookmark_value><bookmark_value>piirrokset; esittäminen (Calc)</bookmark_value><bookmark_value>rivinumerot; esittäminen (Calc)</bookmark_value><bookmark_value>saraketunnukset; esittäminen (Calc)</bookmark_value><bookmark_value>vierityspalkit; esittäminen (Calc)</bookmark_value><bookmark_value>taulukonvalitsimet; esittäminen</bookmark_value><bookmark_value>välilehdet; taulukonvalitsimien esittäminen </bookmark_value><bookmark_value>jäsennykset;jäsennysmerkit</bookmark_value>"
+msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
+msgstr "<bookmark_value>solut; ruudukon näyttö (Calc)</bookmark_value> <bookmark_value>reunat; solut näytöllä(Calc)</bookmark_value> <bookmark_value>ruudukot; viivojen esittäminen (Calc)</bookmark_value> <bookmark_value>värit; ruudukot ja solut (Calc)</bookmark_value> <bookmark_value>sivunvaihdot; näyttäminen (Calc)</bookmark_value><bookmark_value>apuviivat; näyttäminen (Calc)</bookmark_value><bookmark_value>näyttäminen; nolla-arvot (Calc)</bookmark_value> <bookmark_value>nolla-arvot; esittäminen (Calc)</bookmark_value> <bookmark_value>laskentataulukot; arvojen korostus</bookmark_value><bookmark_value>solut; muotoilu ilman vaikutusta (Calc)</bookmark_value><bookmark_value>solut; värit (Calc)</bookmark_value><bookmark_value>ankkurit; esittäminen(Calc)</bookmark_value><bookmark_value>värit;rajoitukset(Calc)</bookmark_value><bookmark_value>tekstin ylivuoto laskentasoluissa</bookmark_value><bookmark_value>viittaukset; värillinen esitys (Calc)</bookmark_value><bookmark_value>objektit; esittäminen laskentataulukoissa</bookmark_value><bookmark_value>kuvat; esittäminen Calcissa</bookmark_value><bookmark_value>kaaviot; esittäminen (Calc)</bookmark_value><bookmark_value>piirrokset; esittäminen (Calc)</bookmark_value><bookmark_value>rivinumerot; esittäminen (Calc)</bookmark_value><bookmark_value>saraketunnukset; esittäminen (Calc)</bookmark_value><bookmark_value>vierityspalkit; esittäminen (Calc)</bookmark_value><bookmark_value>taulukonvalitsimet; esittäminen</bookmark_value><bookmark_value>välilehdet; taulukonvalitsimien esittäminen </bookmark_value><bookmark_value>jäsennykset;jäsennysmerkit</bookmark_value>"
#: 01060100.xhp#hd_id3150445.1.help.text
msgid "<link href=\"text/shared/optionen/01060100.xhp\" name=\"View\">View</link>"
@@ -5861,15 +5844,6 @@ msgstr "Apuviivat siirrettäessä"
msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">Specifies whether to view guides when moving drawings, frames, graphics and other objects.</ahelp> These guides help you align objects."
msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">Määritetään, näkyvätkö apuviivat siirrettäessä piirroksia, kehyksiä, kuvia tai muita objekteja.</ahelp> Apuviivat auttavat kohdistamisessa."
-#: 01060100.xhp#hd_id3149202.40.help.text
-msgctxt "01060100.xhp#hd_id3149202.40.help.text"
-msgid "Large handles"
-msgstr "Isot kahvat"
-
-#: 01060100.xhp#par_id3154123.41.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\">Specifies that larger than normal handles (the eight points on a selection box) are displayed.</ahelp>"
-msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\">Merkitsemällä ruutu saadaan kahvat (kahdeksan ruutupistettä valitun objektin ympärillä) näkymään normaalia suurempina.</ahelp>"
-
#: 01060100.xhp#hd_id3152920.3.help.text
msgctxt "01060100.xhp#hd_id3152920.3.help.text"
msgid "Display"
@@ -6810,8 +6784,8 @@ msgid "View"
msgstr "Näytä"
#: 01040200.xhp#bm_id3156346.help.text
-msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>handles; displaying (Writer)</bookmark_value><bookmark_value>large handles (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
-msgstr "<bookmark_value>sijoitteluavut; näyttäminen kehystä siirrettäessä (Writer)</bookmark_value><bookmark_value>kahvat; näyttäminen (Writer)</bookmark_value><bookmark_value>isot kahvat (Writer)</bookmark_value><bookmark_value>vierityspalkit; vaaka ja pysty (Writer)</bookmark_value><bookmark_value>vaakavierityspalkit (Writer)</bookmark_value><bookmark_value>pystyvierityspalkit (Writer)</bookmark_value><bookmark_value>pehmeä vieritys Writer)</bookmark_value><bookmark_value>näyttäminen; kuvat ja objektit (Writer)</bookmark_value><bookmark_value>kuvat; näyttäminen Writerissa (Writer)</bookmark_value><bookmark_value>objektit; näyttäminen tekstiasiakirjoissa</bookmark_value><bookmark_value>näyttäminen; taulukot (Writer)</bookmark_value><bookmark_value>taulukot tekstissä; näyttäminen</bookmark_value><bookmark_value>rajat taulukoille (Writer)</bookmark_value><bookmark_value>reunat;taulukon reunat (Writer)</bookmark_value><bookmark_value>reunat taulukoille (Writer)</bookmark_value><bookmark_value>näyttäminen; piirrokset ja ohjausobjektit (Writer)</bookmark_value><bookmark_value>piirrokset; näyttäminen (Writer)</bookmark_value><bookmark_value>ohjausobjektit; näyttäminen (Writer)</bookmark_value><bookmark_value>kentät;näyttäminen, kenttäkoodien (Writer)</bookmark_value><bookmark_value>näyttäminen; huomautukset tekstiasiakirjoissa</bookmark_value>"
+msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
+msgstr "<bookmark_value>sijoitteluavut; näyttäminen kehystä siirrettäessä (Writer)</bookmark_value><bookmark_value>vierityspalkit; vaaka ja pysty (Writer)</bookmark_value><bookmark_value>vaakavierityspalkit (Writer)</bookmark_value><bookmark_value>pystyvierityspalkit (Writer)</bookmark_value><bookmark_value>pehmeä vieritys (Writer)</bookmark_value><bookmark_value>näyttäminen; kuvat ja objektit (Writer)</bookmark_value><bookmark_value>kuvat; näyttäminen Writerissa (Writer)</bookmark_value><bookmark_value>objektit; näyttäminen tekstiasiakirjoissa</bookmark_value><bookmark_value>näyttäminen; taulukot (Writer)</bookmark_value><bookmark_value>taulukot tekstissä; näyttäminen</bookmark_value><bookmark_value>rajat taulukoille (Writer)</bookmark_value><bookmark_value>reunat;taulukon reunat (Writer)</bookmark_value><bookmark_value>reunat taulukoille (Writer)</bookmark_value><bookmark_value>näyttäminen; piirrokset ja ohjausobjektit (Writer)</bookmark_value><bookmark_value>piirrokset; näyttäminen (Writer)</bookmark_value><bookmark_value>ohjausobjektit; näyttäminen (Writer)</bookmark_value><bookmark_value>kentät;näyttäminen, kenttäkoodien (Writer)</bookmark_value><bookmark_value>näyttäminen; huomautukset tekstiasiakirjoissa</bookmark_value>"
#: 01040200.xhp#hd_id3145090.1.help.text
msgid "<link href=\"text/shared/optionen/01040200.xhp\" name=\"View\">View</link>"
@@ -6838,15 +6812,6 @@ msgstr "Apuviivat siirrettäessä"
msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">Displays snap lines around the frames when frames are moved. You can select the<emph> Helplines While Moving </emph>option to show the exact position of the object using lineal values.</ahelp>"
msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">Esitetään apuviivat kehyksen ympärillä kehystä siirrettäessä. Valitsemalla<emph> Apuviivat siirrettäessä </emph>-asetuksen saadaan objektin täsmällinen sijainti näkyville viivaimen arvoina.</ahelp>"
-#: 01040200.xhp#hd_id3149763.32.help.text
-msgctxt "01040200.xhp#hd_id3149763.32.help.text"
-msgid "Large handles"
-msgstr "Isot kahvat"
-
-#: 01040200.xhp#par_id3153665.33.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_BIGHANDLE\">Displays larger sized handles (the eight points on a delimiting rectangle).</ahelp>"
-msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_BIGHANDLE\">Esitetään suurikokoiset kahvat (kahdeksan pistettä rajaavalla suorakulmiolla).</ahelp>"
-
#: 01040200.xhp#hd_id3149416.11.help.text
msgctxt "01040200.xhp#hd_id3149416.11.help.text"
msgid "View"
@@ -6940,7 +6905,6 @@ msgid "If the <emph>Graphics and objects </emph>option is not selected, no graph
msgstr "Jos <emph>Grafiikat ja objektit </emph>-vaihtoehtoa ei ole valittu, kuvia ei ladata Internetistä. Kuvat, jotka sijaitsevat taulukoissa ja ovat vailla kokonsa ilmaisimia, voivat tuottaa näyttöongelmia, kun vanhempaa HTML-normia käytetään selatulla sivulla."
#: 01040200.xhp#hd_id3156332.40.help.text
-msgctxt "01040200.xhp#hd_id3156332.40.help.text"
msgid "Tables"
msgstr "Taulukot"
diff --git a/translations/source/fi/helpcontent2/source/text/simpress.po b/translations/source/fi/helpcontent2/source/text/simpress.po
index 062022abca5..f524b0ebc83 100644
--- a/translations/source/fi/helpcontent2/source/text/simpress.po
+++ b/translations/source/fi/helpcontent2/source/text/simpress.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+helpcontent2%2Fsource%2Ftext%2Fsimpress.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-20 10:51+0200\n"
"Last-Translator: Risto <risto.i.j@jippii.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/simpress/00.po b/translations/source/fi/helpcontent2/source/text/simpress/00.po
index 3e8404e8402..b99f5257657 100644
--- a/translations/source/fi/helpcontent2/source/text/simpress/00.po
+++ b/translations/source/fi/helpcontent2/source/text/simpress/00.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 19:59+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/simpress/01.po b/translations/source/fi/helpcontent2/source/text/simpress/01.po
index 9eb40ba28a9..f4d83c76c38 100644
--- a/translations/source/fi/helpcontent2/source/text/simpress/01.po
+++ b/translations/source/fi/helpcontent2/source/text/simpress/01.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-20 21:47+0200\n"
"Last-Translator: Risto <risto.i.j@jippii.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/simpress/02.po b/translations/source/fi/helpcontent2/source/text/simpress/02.po
index 0afdcf69b37..3a9a98249a6 100644
--- a/translations/source/fi/helpcontent2/source/text/simpress/02.po
+++ b/translations/source/fi/helpcontent2/source/text/simpress/02.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-12-20 21:48+0200\n"
"Last-Translator: Risto <risto.i.j@jippii.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -298,32 +298,6 @@ msgstr "<image id=\"img_id3147341\" src=\"cmd/sc_doubleclicktextedit.png\" width
msgid "Double-click to add Text"
msgstr "Muokkaa tekstiä kaksoisnapsauttamalla"
-#: 13080000.xhp#tit.help.text
-msgctxt "13080000.xhp#tit.help.text"
-msgid "Large Handles"
-msgstr "Isot kahvat"
-
-#: 13080000.xhp#bm_id3146119.help.text
-msgid "<bookmark_value>handles; large</bookmark_value>"
-msgstr "<bookmark_value>kahvat; suuret</bookmark_value>"
-
-#: 13080000.xhp#hd_id3146119.1.help.text
-msgid "<link href=\"text/simpress/02/13080000.xhp\" name=\"Large Handles\">Large Handles</link>"
-msgstr "<link href=\"text/simpress/02/13080000.xhp\" name=\"Isot kahvat\">Isot kahvat</link>"
-
-#: 13080000.xhp#par_id3153142.2.help.text
-msgid "<ahelp hid=\".uno:BigHandles\" visibility=\"visible\">Displays large selection handles.</ahelp>"
-msgstr "<ahelp hid=\".uno:BigHandles\" visibility=\"visible\">Esitetään suuret valintakahvat.</ahelp>"
-
-#: 13080000.xhp#par_id3155445.help.text
-msgid "<image src=\"cmd/sc_bighandles.png\" id=\"img_id3153714\"><alt id=\"alt_id3153714\">Icon</alt></image>"
-msgstr "<image src=\"cmd/sc_bighandles.png\" id=\"img_id3153714\"><alt id=\"alt_id3153714\">Kuvake, jossa neliön kulmissa isot ruudut</alt></image>"
-
-#: 13080000.xhp#par_id3154755.4.help.text
-msgctxt "13080000.xhp#par_id3154755.4.help.text"
-msgid "Large Handles"
-msgstr "Isot kahvat"
-
#: 13170000.xhp#tit.help.text
msgctxt "13170000.xhp#tit.help.text"
msgid "Snap to Object Points"
diff --git a/translations/source/fi/helpcontent2/source/text/simpress/04.po b/translations/source/fi/helpcontent2/source/text/simpress/04.po
index 5ec6aadaf58..e0ceadd69c3 100644
--- a/translations/source/fi/helpcontent2/source/text/simpress/04.po
+++ b/translations/source/fi/helpcontent2/source/text/simpress/04.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-27 21:24+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/simpress/guide.po b/translations/source/fi/helpcontent2/source/text/simpress/guide.po
index ebd32791c4d..9ba57ec8725 100644
--- a/translations/source/fi/helpcontent2/source/text/simpress/guide.po
+++ b/translations/source/fi/helpcontent2/source/text/simpress/guide.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-12-21 00:23+0200\n"
"Last-Translator: Risto <risto.i.j@jippii.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/smath.po b/translations/source/fi/helpcontent2/source/text/smath.po
index 9292842bee2..87f4c380a00 100644
--- a/translations/source/fi/helpcontent2/source/text/smath.po
+++ b/translations/source/fi/helpcontent2/source/text/smath.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+helpcontent2%2Fsource%2Ftext%2Fsmath.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-20 10:57+0200\n"
"Last-Translator: Risto <risto.i.j@jippii.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/smath/00.po b/translations/source/fi/helpcontent2/source/text/smath/00.po
index 751115cc975..c34e24b0e38 100644
--- a/translations/source/fi/helpcontent2/source/text/smath/00.po
+++ b/translations/source/fi/helpcontent2/source/text/smath/00.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-05-15 10:36+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/smath/01.po b/translations/source/fi/helpcontent2/source/text/smath/01.po
index b733fa6f3db..5f0901b6784 100644
--- a/translations/source/fi/helpcontent2/source/text/smath/01.po
+++ b/translations/source/fi/helpcontent2/source/text/smath/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fsmath%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-27 21:39+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/smath/02.po b/translations/source/fi/helpcontent2/source/text/smath/02.po
index 6ba2f6928ca..77cc70d84a8 100644
--- a/translations/source/fi/helpcontent2/source/text/smath/02.po
+++ b/translations/source/fi/helpcontent2/source/text/smath/02.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-05-15 10:36+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/smath/04.po b/translations/source/fi/helpcontent2/source/text/smath/04.po
index 99b23d17b87..67cb81d746c 100644
--- a/translations/source/fi/helpcontent2/source/text/smath/04.po
+++ b/translations/source/fi/helpcontent2/source/text/smath/04.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-05-15 10:36+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/smath/guide.po b/translations/source/fi/helpcontent2/source/text/smath/guide.po
index fc6c9037424..a060478ce77 100644
--- a/translations/source/fi/helpcontent2/source/text/smath/guide.po
+++ b/translations/source/fi/helpcontent2/source/text/smath/guide.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-05-15 10:36+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/swriter.po b/translations/source/fi/helpcontent2/source/text/swriter.po
index 7f57ec72c5e..d883d2dbdd4 100644
--- a/translations/source/fi/helpcontent2/source/text/swriter.po
+++ b/translations/source/fi/helpcontent2/source/text/swriter.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+helpcontent2%2Fsource%2Ftext%2Fswriter.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-30 17:37+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/swriter/00.po b/translations/source/fi/helpcontent2/source/text/swriter/00.po
index 6e776237fb8..0a9176aeb86 100644
--- a/translations/source/fi/helpcontent2/source/text/swriter/00.po
+++ b/translations/source/fi/helpcontent2/source/text/swriter/00.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-22 14:40+0200\n"
"Last-Translator: Risto <risto.i.j@jippii.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/swriter/01.po b/translations/source/fi/helpcontent2/source/text/swriter/01.po
index 92d6d98b572..42954fb17d6 100644
--- a/translations/source/fi/helpcontent2/source/text/swriter/01.po
+++ b/translations/source/fi/helpcontent2/source/text/swriter/01.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-12 20:16+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: mailmerge04.xhp#tit.help.text
diff --git a/translations/source/fi/helpcontent2/source/text/swriter/02.po b/translations/source/fi/helpcontent2/source/text/swriter/02.po
index b6b6493e53d..06a5cb9d82b 100644
--- a/translations/source/fi/helpcontent2/source/text/swriter/02.po
+++ b/translations/source/fi/helpcontent2/source/text/swriter/02.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-19 13:25+0200\n"
"Last-Translator: Risto <risto.i.j@jippii.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/swriter/04.po b/translations/source/fi/helpcontent2/source/text/swriter/04.po
index 04cba892496..0b83a00add4 100644
--- a/translations/source/fi/helpcontent2/source/text/swriter/04.po
+++ b/translations/source/fi/helpcontent2/source/text/swriter/04.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-22 01:10+0200\n"
"Last-Translator: Risto <risto.i.j@jippii.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fi/helpcontent2/source/text/swriter/guide.po b/translations/source/fi/helpcontent2/source/text/swriter/guide.po
index e064b1023a9..722bc3015db 100644
--- a/translations/source/fi/helpcontent2/source/text/swriter/guide.po
+++ b/translations/source/fi/helpcontent2/source/text/swriter/guide.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
-"PO-Revision-Date: 2011-12-22 18:29+0200\n"
-"Last-Translator: Risto <risto.i.j@jippii.fi>\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2012-02-21 18:41+0200\n"
+"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: fi\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: nonprintable_text.xhp#tit.help.text
@@ -5521,7 +5521,7 @@ msgid "There are several ways to create a table in a text document. You can inse
msgstr "Tekstiasiakirjaan voidaan luoda taulukko usein eri tavoin. Taulukko voidaan lisätä työkalupalkista, valikkokomennolla tai laskentataulukosta."
#: table_insert.xhp#hd_id3155908.33.help.text
-msgid "To Insert a Table From the Insert Toolbar"
+msgid "To Insert a Table From a Toolbar"
msgstr "Taulukon lisääminen Lisää-palkista"
#: table_insert.xhp#par_id3155861.34.help.text
@@ -5530,8 +5530,8 @@ msgid "Place the cursor in your document where you want to insert the table."
msgstr "Aseta kohdistin asiakirjaan lisättävän taulukon kohdalle."
#: table_insert.xhp#par_id3147416.28.help.text
-msgid "On the <emph>Standard</emph> bar, click the arrow next to the <emph>Table</emph> icon."
-msgstr "Napsauta <emph>Oletus</emph>-palkin <emph>Taulukko</emph>-kuvakkeen jälkeistä nuolivalitsinta."
+msgid "On the <emph>Standard</emph> or the <emph>Insert</emph> bar, click the arrow next to the <emph>Table</emph> icon."
+msgstr "Napsauta <emph>Oletus</emph>- tai <emph>Lisää</emph>-palkin <emph>Taulukko</emph>-kuvakkeen jälkeistä nuolivalitsinta."
#: table_insert.xhp#par_id3153398.29.help.text
msgid "In the table grid, drag to select the numbers of rows and columns that you want, and then release."
diff --git a/translations/source/fi/instsetoo_native/inc_openoffice/windows/msi_languages.po b/translations/source/fi/instsetoo_native/inc_openoffice/windows/msi_languages.po
index 15910fb707e..0cc681e92ce 100644
--- a/translations/source/fi/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/translations/source/fi/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-21 20:51+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/mysqlc/source.po b/translations/source/fi/mysqlc/source.po
index dea1273be4c..e80fb77c749 100644
--- a/translations/source/fi/mysqlc/source.po
+++ b/translations/source/fi/mysqlc/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 21:15+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/translations/source/fi/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index b3d3cb55c15..f07038fbffd 100644
--- a/translations/source/fi/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/translations/source/fi/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/translations/source/fi/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
index a2e5cfeb351..584d0956603 100644
--- a/translations/source/fi/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
+++ b/translations/source/fi/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fhelp%2Fen%2Fcom.sun.star.comp.Calc.NLPSolver.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-20 21:58+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/translations/source/fi/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
index c8e7aad1495..ab753892482 100644
--- a/translations/source/fi/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
+++ b/translations/source/fi/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fsrc%2Fcom%2Fsun%2Fstar%2Fcomp%2FCalc%2FNLPSolver.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-20 20:48+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/nlpsolver/src/locale.po b/translations/source/fi/nlpsolver/src/locale.po
index b109ae20b0b..6d76f214842 100644
--- a/translations/source/fi/nlpsolver/src/locale.po
+++ b/translations/source/fi/nlpsolver/src/locale.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fsrc%2Flocale.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-20 20:58+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/officecfg/registry/data/org/openoffice/Office.po b/translations/source/fi/officecfg/registry/data/org/openoffice/Office.po
index 54c7a862571..478407246ce 100644
--- a/translations/source/fi/officecfg/registry/data/org/openoffice/Office.po
+++ b/translations/source/fi/officecfg/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/officecfg/registry/data/org/openoffice/Office/UI.po b/translations/source/fi/officecfg/registry/data/org/openoffice/Office/UI.po
index 365c78f404a..d250d0552f4 100644
--- a/translations/source/fi/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/fi/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,16 +3,16 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2011-12-21 20:56+0200\n"
-"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-22 16:06+0200\n"
+"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
"Language: fi\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: WriterReportWindowState.xcu#..WriterReportWindowState.UIElements.States.private_resource/toolbar/standardbar.UIName.value.text
@@ -8150,6 +8150,10 @@ msgstr "Syöttö~menetelmän tila"
msgid "Optio~n Bar"
msgstr "Asetus~rivi"
+#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_SendFeedback.Label.value.text
+msgid "Send Feedback..."
+msgstr "Lähetä palautetta..."
+
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_ShowLicense.Label.value.text
msgid "License Information..."
msgstr "Tietoja lisenssistä..."
@@ -11838,31 +11842,31 @@ msgstr "Rivinumerot"
#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormRadio.Label.value.text
msgid "Form Option Button"
-msgstr ""
+msgstr "Lomakkeen valintapainike"
#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormCheck.Label.value.text
msgid "Form Check Box"
-msgstr ""
+msgstr "Lomakkeen valintaruutu"
#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormList.Label.value.text
msgid "Form List Box"
-msgstr ""
+msgstr "Lomakkeen luetteloruutu"
#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormCombo.Label.value.text
msgid "Form Combo Box"
-msgstr ""
+msgstr "Lomakkeen yhdistelmäruutu"
#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormVScroll.Label.value.text
msgid "Form Vertical Scroll Bar"
-msgstr ""
+msgstr "Lomakkeen pystyvierityspalkki"
#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormHScroll.Label.value.text
msgid "Form Horizonal Scroll Bar"
-msgstr ""
+msgstr "Lomakkeen vaakavierityspalkki"
#: BasicIDECommands.xcu#..BasicIDECommands.UserInterface.Commands..uno_InsertFormSpin.Label.value.text
msgid "Form Spin Button"
-msgstr ""
+msgstr "Lomakkeen askelluspainike"
#: 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"
diff --git a/translations/source/fi/padmin/source.po b/translations/source/fi/padmin/source.po
index 78af0c682c8..f765aae23e3 100644
--- a/translations/source/fi/padmin/source.po
+++ b/translations/source/fi/padmin/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-22 15:44+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/readlicense_oo/docs/readme.po b/translations/source/fi/readlicense_oo/docs/readme.po
index 867135a96df..81d4f6a2fda 100644
--- a/translations/source/fi/readlicense_oo/docs/readme.po
+++ b/translations/source/fi/readlicense_oo/docs/readme.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-12 17:52+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-22 16:07+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
"Language: fi\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: readme.xrm#Welcome.Welcome.readmeitem.text
@@ -273,16 +273,20 @@ msgid "Now run the installation command again:"
msgstr "Suorita asennuskomento uudestaan:"
#: readme.xrm#rpminstallB.rpminstallB.readmeitem.text
-msgid "For Fedora-based systems: su -c 'yum install *redhat*.rpm'"
-msgstr "Fedora-järjestelmissä: su -c 'yum install *redhat*.rpm'"
+msgid "For Fedora-based systems: su -c 'yum install *freedesktop*.rpm'"
+msgstr "Fedora-järjestelmissä: su -c 'yum install *freedesktop*.rpm'"
#: readme.xrm#rpminstallC.rpminstallC.readmeitem.text
msgid "For Mandriva-based systems: sudo urpmi *mandriva*.rpm"
msgstr "Mandriva-järjestelmissä: sudo urpmi *mandriva*.rpm"
+#: readme.xrm#rpminstallF.rpminstallF.readmeitem.text
+msgid "For SUSE-based systems: rpm -Uvh *suse*.rpm"
+msgstr "SUSE-järjestelmissä: rpm -Uvh *suse*.rpm"
+
#: readme.xrm#rpminstallD.rpminstallD.readmeitem.text
-msgid "For other RPM-based systems (Suse, etc.): rpm -Uvh *suse*.rpm"
-msgstr "Muut RPM-pohjaiset järjestelmät (Suse jne): rpm -Uvh *suse*.rpm"
+msgid "For other RPM-based systems: rpm -Uvh *freedesktop*.rpm"
+msgstr "Muissa RPM-pohjaisissa järjestelmissä: rpm -Uvh *freedesktop*.rpm"
#: readme.xrm#rpminstallE.rpminstallE.readmeitem.text
msgctxt "readme.xrm#rpminstallE.rpminstallE.readmeitem.text"
diff --git a/translations/source/fi/reportbuilder/java/com/sun/star/report/function/metadata.po b/translations/source/fi/reportbuilder/java/com/sun/star/report/function/metadata.po
index 26068aff8e9..3be30cf423b 100644
--- a/translations/source/fi/reportbuilder/java/com/sun/star/report/function/metadata.po
+++ b/translations/source/fi/reportbuilder/java/com/sun/star/report/function/metadata.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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%2Fjava%2Fcom%2Fsun%2Fstar%2Freport%2Ffunction%2Fmetadata.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-21 20:25+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/reportbuilder/registry/data/org/openoffice/Office.po b/translations/source/fi/reportbuilder/registry/data/org/openoffice/Office.po
index 9d5d6c806d7..22d5b3b7c99 100644
--- a/translations/source/fi/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/translations/source/fi/reportbuilder/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/reportbuilder/registry/data/org/openoffice/Office/UI.po b/translations/source/fi/reportbuilder/registry/data/org/openoffice/Office/UI.po
index 298d87657fe..4b3f71b675d 100644
--- a/translations/source/fi/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/fi/reportbuilder/registry/data/org/openoffice/Office/UI.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 20:23+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/translations/source/fi/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index e5d50b4807b..002271f0487 100644
--- a/translations/source/fi/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/translations/source/fi/reportbuilder/registry/data/org/openoffice/TypeDetection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/reportbuilder/util.po b/translations/source/fi/reportbuilder/util.po
index f675b105b04..6b250894ef7 100644
--- a/translations/source/fi/reportbuilder/util.po
+++ b/translations/source/fi/reportbuilder/util.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-21 20:23+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/reportdesign/source/core/resource.po b/translations/source/fi/reportdesign/source/core/resource.po
index 1be428b0dda..37554e3c5ee 100644
--- a/translations/source/fi/reportdesign/source/core/resource.po
+++ b/translations/source/fi/reportdesign/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/reportdesign/source/ui/dlg.po b/translations/source/fi/reportdesign/source/ui/dlg.po
index eb2685a6cfd..28d2ecea857 100644
--- a/translations/source/fi/reportdesign/source/ui/dlg.po
+++ b/translations/source/fi/reportdesign/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/reportdesign/source/ui/inspection.po b/translations/source/fi/reportdesign/source/ui/inspection.po
index a41bec470dc..3787f61a638 100644
--- a/translations/source/fi/reportdesign/source/ui/inspection.po
+++ b/translations/source/fi/reportdesign/source/ui/inspection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/reportdesign/source/ui/report.po b/translations/source/fi/reportdesign/source/ui/report.po
index a83c0e52447..1c810b5a469 100644
--- a/translations/source/fi/reportdesign/source/ui/report.po
+++ b/translations/source/fi/reportdesign/source/ui/report.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-24 18:51+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sc/source/core/src.po b/translations/source/fi/sc/source/core/src.po
index f7177544a38..1bd431e7e82 100644
--- a/translations/source/fi/sc/source/core/src.po
+++ b/translations/source/fi/sc/source/core/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sc/source/ui/cctrl.po b/translations/source/fi/sc/source/ui/cctrl.po
index 78e5ed376f3..f84eebc164a 100644
--- a/translations/source/fi/sc/source/ui/cctrl.po
+++ b/translations/source/fi/sc/source/ui/cctrl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sc/source/ui/dbgui.po b/translations/source/fi/sc/source/ui/dbgui.po
index 338ff640d45..a86b563c988 100644
--- a/translations/source/fi/sc/source/ui/dbgui.po
+++ b/translations/source/fi/sc/source/ui/dbgui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-10 12:53+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sc/source/ui/docshell.po b/translations/source/fi/sc/source/ui/docshell.po
index 5a1e47156ec..7fcd31494c1 100644
--- a/translations/source/fi/sc/source/ui/docshell.po
+++ b/translations/source/fi/sc/source/ui/docshell.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sc/source/ui/drawfunc.po b/translations/source/fi/sc/source/ui/drawfunc.po
index d79b222f0b6..cdfb3f51bd8 100644
--- a/translations/source/fi/sc/source/ui/drawfunc.po
+++ b/translations/source/fi/sc/source/ui/drawfunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sc/source/ui/formdlg.po b/translations/source/fi/sc/source/ui/formdlg.po
index 8ec0448ebfa..dcd49e92977 100644
--- a/translations/source/fi/sc/source/ui/formdlg.po
+++ b/translations/source/fi/sc/source/ui/formdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sc/source/ui/miscdlgs.po b/translations/source/fi/sc/source/ui/miscdlgs.po
index a7b455d09db..49100ffe8b5 100644
--- a/translations/source/fi/sc/source/ui/miscdlgs.po
+++ b/translations/source/fi/sc/source/ui/miscdlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-10 12:58+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sc/source/ui/navipi.po b/translations/source/fi/sc/source/ui/navipi.po
index 1535b4f299d..951b1114abb 100644
--- a/translations/source/fi/sc/source/ui/navipi.po
+++ b/translations/source/fi/sc/source/ui/navipi.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-10 12:59+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sc/source/ui/pagedlg.po b/translations/source/fi/sc/source/ui/pagedlg.po
index 03725cd983a..065aeecd7e2 100644
--- a/translations/source/fi/sc/source/ui/pagedlg.po
+++ b/translations/source/fi/sc/source/ui/pagedlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sc/source/ui/src.po b/translations/source/fi/sc/source/ui/src.po
index 547825c75a8..7bc0cecfa8e 100644
--- a/translations/source/fi/sc/source/ui/src.po
+++ b/translations/source/fi/sc/source/ui/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-12 17:55+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sc/source/ui/styleui.po b/translations/source/fi/sc/source/ui/styleui.po
index 46ea7f2db38..e88e040eb69 100644
--- a/translations/source/fi/sc/source/ui/styleui.po
+++ b/translations/source/fi/sc/source/ui/styleui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-28 19:14+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/scaddins/source/analysis.po b/translations/source/fi/scaddins/source/analysis.po
index f4f0cf0ef81..1cf1d4d28bd 100644
--- a/translations/source/fi/scaddins/source/analysis.po
+++ b/translations/source/fi/scaddins/source/analysis.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/scaddins/source/datefunc.po b/translations/source/fi/scaddins/source/datefunc.po
index 06074ed419d..6a19a075322 100644
--- a/translations/source/fi/scaddins/source/datefunc.po
+++ b/translations/source/fi/scaddins/source/datefunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sccomp/source/solver.po b/translations/source/fi/sccomp/source/solver.po
index 8f71843084f..e1558350ce8 100644
--- a/translations/source/fi/sccomp/source/solver.po
+++ b/translations/source/fi/sccomp/source/solver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/scp2/source/accessories.po b/translations/source/fi/scp2/source/accessories.po
index a21b03048ab..6f212265db6 100644
--- a/translations/source/fi/scp2/source/accessories.po
+++ b/translations/source/fi/scp2/source/accessories.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-16 08:27+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/scp2/source/activex.po b/translations/source/fi/scp2/source/activex.po
index a343029ac2b..0084f79b553 100644
--- a/translations/source/fi/scp2/source/activex.po
+++ b/translations/source/fi/scp2/source/activex.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/scp2/source/base.po b/translations/source/fi/scp2/source/base.po
index 1a688607154..2396a3f3e37 100644
--- a/translations/source/fi/scp2/source/base.po
+++ b/translations/source/fi/scp2/source/base.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%2Fbase.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-04-05 20:03+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-22 16:08+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: fi\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: module_base.ulf#STR_NAME_MODULE_PRG_BASE.LngText.text
@@ -39,6 +39,16 @@ msgstr "%PRODUCTNAME Base -ohje"
msgid "Help about %PRODUCTNAME Base"
msgstr "Ohjeita %PRODUCTNAME Basen käytöstä"
+#: postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr "PostgreSQL-sovitin"
+
+#: postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr "PostgreSQL-sovitin"
+
#: folderitem_base.ulf#STR_FI_TOOLTIP_BASE.LngText.text
msgid "Manage databases, create queries and reports to track and manage your information by using Base."
msgstr "Base on tietokantasovellus, jonka avulla voi hallita tietokantoja ja luoda kyselyjä ja raportteja."
diff --git a/translations/source/fi/scp2/source/binfilter.po b/translations/source/fi/scp2/source/binfilter.po
index 2dd436c8d17..ffbb832b1cd 100644
--- a/translations/source/fi/scp2/source/binfilter.po
+++ b/translations/source/fi/scp2/source/binfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/scp2/source/calc.po b/translations/source/fi/scp2/source/calc.po
index 3da86ebc002..b708bdc2890 100644
--- a/translations/source/fi/scp2/source/calc.po
+++ b/translations/source/fi/scp2/source/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-07 20:36+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/scp2/source/draw.po b/translations/source/fi/scp2/source/draw.po
index 340ae764909..c6b2d36a764 100644
--- a/translations/source/fi/scp2/source/draw.po
+++ b/translations/source/fi/scp2/source/draw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:03+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/scp2/source/extensions.po b/translations/source/fi/scp2/source/extensions.po
index 4a84a957a41..403089e2153 100644
--- a/translations/source/fi/scp2/source/extensions.po
+++ b/translations/source/fi/scp2/source/extensions.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-21 19:43+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -237,16 +237,6 @@ msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_MYSQLC.LngTex
msgid "MySQL Connector"
msgstr "MySQL-sovitin"
-#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text
-msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text"
-msgid "PostgreSQL Connector"
-msgstr "PostgreSQL-sovitin"
-
-#: module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text
-msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text"
-msgid "PostgreSQL Connector"
-msgstr "PostgreSQL-sovitin"
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_OOOBLOGGER.LngText.text
msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_OOOBLOGGER.LngText.text"
msgid "Metaweblog Support"
diff --git a/translations/source/fi/scp2/source/gnome.po b/translations/source/fi/scp2/source/gnome.po
index f1aa6f2bce0..d6796bff40d 100644
--- a/translations/source/fi/scp2/source/gnome.po
+++ b/translations/source/fi/scp2/source/gnome.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/scp2/source/graphicfilter.po b/translations/source/fi/scp2/source/graphicfilter.po
index bb5b4d4a0a3..094b314f24e 100644
--- a/translations/source/fi/scp2/source/graphicfilter.po
+++ b/translations/source/fi/scp2/source/graphicfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/scp2/source/impress.po b/translations/source/fi/scp2/source/impress.po
index c4f88b2037e..20b1a4769de 100644
--- a/translations/source/fi/scp2/source/impress.po
+++ b/translations/source/fi/scp2/source/impress.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/scp2/source/javafilter.po b/translations/source/fi/scp2/source/javafilter.po
index 98abfef04f6..84f77b3e25c 100644
--- a/translations/source/fi/scp2/source/javafilter.po
+++ b/translations/source/fi/scp2/source/javafilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-22 15:44+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/scp2/source/kde.po b/translations/source/fi/scp2/source/kde.po
index 1c2b0be0056..7e8d1bc66ec 100644
--- a/translations/source/fi/scp2/source/kde.po
+++ b/translations/source/fi/scp2/source/kde.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/scp2/source/math.po b/translations/source/fi/scp2/source/math.po
index 45e3d2909af..ebf826857c5 100644
--- a/translations/source/fi/scp2/source/math.po
+++ b/translations/source/fi/scp2/source/math.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/scp2/source/onlineupdate.po b/translations/source/fi/scp2/source/onlineupdate.po
index 2648b26a860..6194b9105b5 100644
--- a/translations/source/fi/scp2/source/onlineupdate.po
+++ b/translations/source/fi/scp2/source/onlineupdate.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/scp2/source/ooo.po b/translations/source/fi/scp2/source/ooo.po
index c9612ff0c33..1ff305bc726 100644
--- a/translations/source/fi/scp2/source/ooo.po
+++ b/translations/source/fi/scp2/source/ooo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-21 19:42+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/scp2/source/python.po b/translations/source/fi/scp2/source/python.po
index c6382241f85..dfaa2bc5dd5 100644
--- a/translations/source/fi/scp2/source/python.po
+++ b/translations/source/fi/scp2/source/python.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-07 20:35+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/scp2/source/quickstart.po b/translations/source/fi/scp2/source/quickstart.po
index 80ebcfc1a1b..5d91a384d35 100644
--- a/translations/source/fi/scp2/source/quickstart.po
+++ b/translations/source/fi/scp2/source/quickstart.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/scp2/source/sdkoo.po b/translations/source/fi/scp2/source/sdkoo.po
index f3128f85fef..67d3537fe67 100644
--- a/translations/source/fi/scp2/source/sdkoo.po
+++ b/translations/source/fi/scp2/source/sdkoo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/scp2/source/smoketest.po b/translations/source/fi/scp2/source/smoketest.po
index 5a09ef30059..e2b9e4df2b3 100644
--- a/translations/source/fi/scp2/source/smoketest.po
+++ b/translations/source/fi/scp2/source/smoketest.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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%2Fsmoketest.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 19:41+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/scp2/source/winexplorerext.po b/translations/source/fi/scp2/source/winexplorerext.po
index a039b3107f8..0724c92b6d8 100644
--- a/translations/source/fi/scp2/source/winexplorerext.po
+++ b/translations/source/fi/scp2/source/winexplorerext.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/scp2/source/writer.po b/translations/source/fi/scp2/source/writer.po
index 4995473229f..405c468e1cc 100644
--- a/translations/source/fi/scp2/source/writer.po
+++ b/translations/source/fi/scp2/source/writer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/scp2/source/xsltfilter.po b/translations/source/fi/scp2/source/xsltfilter.po
index 6c783e4625f..55238e2b854 100644
--- a/translations/source/fi/scp2/source/xsltfilter.po
+++ b/translations/source/fi/scp2/source/xsltfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/scripting/source/pyprov.po b/translations/source/fi/scripting/source/pyprov.po
index fbed73d9d87..435c53827e8 100644
--- a/translations/source/fi/scripting/source/pyprov.po
+++ b/translations/source/fi/scripting/source/pyprov.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-22 16:51+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sd/source/core.po b/translations/source/fi/sd/source/core.po
index ead36352e0e..48420ea7bde 100644
--- a/translations/source/fi/sd/source/core.po
+++ b/translations/source/fi/sd/source/core.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 21:08+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sd/source/filter/html.po b/translations/source/fi/sd/source/filter/html.po
index 7659896979f..73aee67e16f 100644
--- a/translations/source/fi/sd/source/filter/html.po
+++ b/translations/source/fi/sd/source/filter/html.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sd/source/ui/accessibility.po b/translations/source/fi/sd/source/ui/accessibility.po
index 9fa63cc10da..6b503a79d25 100644
--- a/translations/source/fi/sd/source/ui/accessibility.po
+++ b/translations/source/fi/sd/source/ui/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sd/source/ui/animations.po b/translations/source/fi/sd/source/ui/animations.po
index f1f49b6d5cc..a6540458ced 100644
--- a/translations/source/fi/sd/source/ui/animations.po
+++ b/translations/source/fi/sd/source/ui/animations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sd/source/ui/annotations.po b/translations/source/fi/sd/source/ui/annotations.po
index 436ff76a007..0deffec34b2 100644
--- a/translations/source/fi/sd/source/ui/annotations.po
+++ b/translations/source/fi/sd/source/ui/annotations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sd/source/ui/app.po b/translations/source/fi/sd/source/ui/app.po
index 2c863edb41b..f5da3641479 100644
--- a/translations/source/fi/sd/source/ui/app.po
+++ b/translations/source/fi/sd/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-21 21:09+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sd/source/ui/dlg.po b/translations/source/fi/sd/source/ui/dlg.po
index 30afd75e2bf..d44ca462ccb 100644
--- a/translations/source/fi/sd/source/ui/dlg.po
+++ b/translations/source/fi/sd/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 21:10+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sd/source/ui/notes.po b/translations/source/fi/sd/source/ui/notes.po
index 7b316bcd580..f94a42a697b 100644
--- a/translations/source/fi/sd/source/ui/notes.po
+++ b/translations/source/fi/sd/source/ui/notes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sd/source/ui/slideshow.po b/translations/source/fi/sd/source/ui/slideshow.po
index 573d762b0fb..2c6278019bb 100644
--- a/translations/source/fi/sd/source/ui/slideshow.po
+++ b/translations/source/fi/sd/source/ui/slideshow.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 21:10+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sd/source/ui/slidesorter/view.po b/translations/source/fi/sd/source/ui/slidesorter/view.po
index 26cd973ff43..25ee527fedf 100644
--- a/translations/source/fi/sd/source/ui/slidesorter/view.po
+++ b/translations/source/fi/sd/source/ui/slidesorter/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-14 20:06+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sd/source/ui/table.po b/translations/source/fi/sd/source/ui/table.po
index 21dd06408f9..7722f311110 100644
--- a/translations/source/fi/sd/source/ui/table.po
+++ b/translations/source/fi/sd/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sd/source/ui/view.po b/translations/source/fi/sd/source/ui/view.po
index 7f6cc1a1459..a523b5b5305 100644
--- a/translations/source/fi/sd/source/ui/view.po
+++ b/translations/source/fi/sd/source/ui/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sdext/source/minimizer.po b/translations/source/fi/sdext/source/minimizer.po
index a853d69b73c..94c68f7c1f8 100644
--- a/translations/source/fi/sdext/source/minimizer.po
+++ b/translations/source/fi/sdext/source/minimizer.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-11 15:52+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/translations/source/fi/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index ebd477c6dc2..65f8997cac9 100644
--- a/translations/source/fi/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/translations/source/fi/sdext/source/minimizer/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-12 19:01+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/translations/source/fi/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index 9d619468fac..c5e00e5007d 100644
--- a/translations/source/fi/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/fi/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-12 19:01+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sdext/source/pdfimport.po b/translations/source/fi/sdext/source/pdfimport.po
index 6ae83a0b89e..86e9c6d17fc 100644
--- a/translations/source/fi/sdext/source/pdfimport.po
+++ b/translations/source/fi/sdext/source/pdfimport.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-11 15:57+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sdext/source/presenter.po b/translations/source/fi/sdext/source/presenter.po
index 02c3721af35..e3f72f115ce 100644
--- a/translations/source/fi/sdext/source/presenter.po
+++ b/translations/source/fi/sdext/source/presenter.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-11 16:03+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/translations/source/fi/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index cca4bf41de9..5401d37d375 100644
--- a/translations/source/fi/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/translations/source/fi/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-05-12 19:58+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/translations/source/fi/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index 17317c1dba0..219df7cdb32 100644
--- a/translations/source/fi/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/fi/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-22 17:21+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/setup_native/source/mac.po b/translations/source/fi/setup_native/source/mac.po
index 5893d695e0f..f4d49936bce 100644
--- a/translations/source/fi/setup_native/source/mac.po
+++ b/translations/source/fi/setup_native/source/mac.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sfx2/source/appl.po b/translations/source/fi/sfx2/source/appl.po
index 440e51a15db..637ca1ef09f 100644
--- a/translations/source/fi/sfx2/source/appl.po
+++ b/translations/source/fi/sfx2/source/appl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-14 17:46+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sfx2/source/bastyp.po b/translations/source/fi/sfx2/source/bastyp.po
index 5dc602ab308..02b3097b7b9 100644
--- a/translations/source/fi/sfx2/source/bastyp.po
+++ b/translations/source/fi/sfx2/source/bastyp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sfx2/source/dialog.po b/translations/source/fi/sfx2/source/dialog.po
index a32ee5239dc..8efc5c8eeee 100644
--- a/translations/source/fi/sfx2/source/dialog.po
+++ b/translations/source/fi/sfx2/source/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-12 17:55+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sfx2/source/doc.po b/translations/source/fi/sfx2/source/doc.po
index fb07ed3269a..e75479b7d57 100644
--- a/translations/source/fi/sfx2/source/doc.po
+++ b/translations/source/fi/sfx2/source/doc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-21 19:52+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sfx2/source/menu.po b/translations/source/fi/sfx2/source/menu.po
index fa599f7a049..c41e906360a 100644
--- a/translations/source/fi/sfx2/source/menu.po
+++ b/translations/source/fi/sfx2/source/menu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sfx2/source/view.po b/translations/source/fi/sfx2/source/view.po
index 6bd572ac9a7..fedc7ad6936 100644
--- a/translations/source/fi/sfx2/source/view.po
+++ b/translations/source/fi/sfx2/source/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-24 18:46+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/shell/source/win32/shlxthandler/res.po b/translations/source/fi/shell/source/win32/shlxthandler/res.po
index c369b6e7db2..05b8b1017e0 100644
--- a/translations/source/fi/shell/source/win32/shlxthandler/res.po
+++ b/translations/source/fi/shell/source/win32/shlxthandler/res.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/starmath/source.po b/translations/source/fi/starmath/source.po
index acab6ead384..0a95a61b996 100644
--- a/translations/source/fi/starmath/source.po
+++ b/translations/source/fi/starmath/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-22 17:09+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/svl/source/items.po b/translations/source/fi/svl/source/items.po
index 9e45a889ff1..1dfa419ca5a 100644
--- a/translations/source/fi/svl/source/items.po
+++ b/translations/source/fi/svl/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/svl/source/misc.po b/translations/source/fi/svl/source/misc.po
index 0acc5c9a7aa..81db686f96e 100644
--- a/translations/source/fi/svl/source/misc.po
+++ b/translations/source/fi/svl/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-04 17:09+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/svtools/source/contnr.po b/translations/source/fi/svtools/source/contnr.po
index 3bdf3de7b5c..04f8baf45ae 100644
--- a/translations/source/fi/svtools/source/contnr.po
+++ b/translations/source/fi/svtools/source/contnr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/svtools/source/control.po b/translations/source/fi/svtools/source/control.po
index a3d691b159e..27af3817c2f 100644
--- a/translations/source/fi/svtools/source/control.po
+++ b/translations/source/fi/svtools/source/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-19 17:32+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/svtools/source/dialogs.po b/translations/source/fi/svtools/source/dialogs.po
index 240a839a72e..d6f07aa7690 100644
--- a/translations/source/fi/svtools/source/dialogs.po
+++ b/translations/source/fi/svtools/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-07-28 19:15+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/svtools/source/filter.po b/translations/source/fi/svtools/source/filter.po
index 5003c4d3d9a..6ef0b43f574 100644
--- a/translations/source/fi/svtools/source/filter.po
+++ b/translations/source/fi/svtools/source/filter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-19 17:32+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/svtools/source/java.po b/translations/source/fi/svtools/source/java.po
index c64e5daef0d..383d87f9d90 100644
--- a/translations/source/fi/svtools/source/java.po
+++ b/translations/source/fi/svtools/source/java.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 19:27+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/svtools/source/misc.po b/translations/source/fi/svtools/source/misc.po
index f68d45e6a6a..0b5266b1e20 100644
--- a/translations/source/fi/svtools/source/misc.po
+++ b/translations/source/fi/svtools/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-21 19:34+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/svtools/source/plugapp.po b/translations/source/fi/svtools/source/plugapp.po
index 43f8679b56e..6dcde5e9862 100644
--- a/translations/source/fi/svtools/source/plugapp.po
+++ b/translations/source/fi/svtools/source/plugapp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/svtools/source/toolpanel.po b/translations/source/fi/svtools/source/toolpanel.po
index cece2602a00..9f5e9a9c5ab 100644
--- a/translations/source/fi/svtools/source/toolpanel.po
+++ b/translations/source/fi/svtools/source/toolpanel.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/svtools/workben/unodialog.po b/translations/source/fi/svtools/workben/unodialog.po
index 604bddb7635..1f976877efc 100644
--- a/translations/source/fi/svtools/workben/unodialog.po
+++ b/translations/source/fi/svtools/workben/unodialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/svx/inc.po b/translations/source/fi/svx/inc.po
index 2ccb0c27c7b..c0ddb636c4a 100644
--- a/translations/source/fi/svx/inc.po
+++ b/translations/source/fi/svx/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-22 16:51+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/svx/source/accessibility.po b/translations/source/fi/svx/source/accessibility.po
index 014af594470..f79ecee4e92 100644
--- a/translations/source/fi/svx/source/accessibility.po
+++ b/translations/source/fi/svx/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/svx/source/dialog.po b/translations/source/fi/svx/source/dialog.po
index 67a93e52a1f..40788acef21 100644
--- a/translations/source/fi/svx/source/dialog.po
+++ b/translations/source/fi/svx/source/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-22 16:55+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/svx/source/engine3d.po b/translations/source/fi/svx/source/engine3d.po
index c2dc923dd63..892023ce492 100644
--- a/translations/source/fi/svx/source/engine3d.po
+++ b/translations/source/fi/svx/source/engine3d.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-18 17:52+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/svx/source/fmcomp.po b/translations/source/fi/svx/source/fmcomp.po
index f32932d5514..eb6a98a8063 100644
--- a/translations/source/fi/svx/source/fmcomp.po
+++ b/translations/source/fi/svx/source/fmcomp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/svx/source/form.po b/translations/source/fi/svx/source/form.po
index 3498c1776f1..f69434cfb61 100644
--- a/translations/source/fi/svx/source/form.po
+++ b/translations/source/fi/svx/source/form.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/svx/source/gallery2.po b/translations/source/fi/svx/source/gallery2.po
index 9e772a39290..02828876bb8 100644
--- a/translations/source/fi/svx/source/gallery2.po
+++ b/translations/source/fi/svx/source/gallery2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/svx/source/items.po b/translations/source/fi/svx/source/items.po
index 39f3139fb3b..ebdb670d8fc 100644
--- a/translations/source/fi/svx/source/items.po
+++ b/translations/source/fi/svx/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/svx/source/src.po b/translations/source/fi/svx/source/src.po
index 65b64d8f135..60e1ec2ba0c 100644
--- a/translations/source/fi/svx/source/src.po
+++ b/translations/source/fi/svx/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-18 17:52+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/svx/source/stbctrls.po b/translations/source/fi/svx/source/stbctrls.po
index b33052efba3..1f7bc4f9d82 100644
--- a/translations/source/fi/svx/source/stbctrls.po
+++ b/translations/source/fi/svx/source/stbctrls.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-21 19:45+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/svx/source/svdraw.po b/translations/source/fi/svx/source/svdraw.po
index 467d837f8cb..421825fbe71 100644
--- a/translations/source/fi/svx/source/svdraw.po
+++ b/translations/source/fi/svx/source/svdraw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-18 17:52+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/svx/source/table.po b/translations/source/fi/svx/source/table.po
index 966b7a44f18..0562674e8ce 100644
--- a/translations/source/fi/svx/source/table.po
+++ b/translations/source/fi/svx/source/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/svx/source/tbxctrls.po b/translations/source/fi/svx/source/tbxctrls.po
index a910f5d0719..b34b96baaa0 100644
--- a/translations/source/fi/svx/source/tbxctrls.po
+++ b/translations/source/fi/svx/source/tbxctrls.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-18 17:52+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/svx/source/toolbars.po b/translations/source/fi/svx/source/toolbars.po
index a9cb1d81c97..32fae8d956a 100644
--- a/translations/source/fi/svx/source/toolbars.po
+++ b/translations/source/fi/svx/source/toolbars.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/svx/source/unodialogs/textconversiondlgs.po b/translations/source/fi/svx/source/unodialogs/textconversiondlgs.po
index 77f2becd5ff..0f1c635bd9f 100644
--- a/translations/source/fi/svx/source/unodialogs/textconversiondlgs.po
+++ b/translations/source/fi/svx/source/unodialogs/textconversiondlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-18 17:52+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sw/source/core/layout.po b/translations/source/fi/sw/source/core/layout.po
index 07d04ab024f..cde9ae58d0a 100644
--- a/translations/source/fi/sw/source/core/layout.po
+++ b/translations/source/fi/sw/source/core/layout.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-14 19:39+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sw/source/core/undo.po b/translations/source/fi/sw/source/core/undo.po
index 79b32ad2b71..ab8e729d5c0 100644
--- a/translations/source/fi/sw/source/core/undo.po
+++ b/translations/source/fi/sw/source/core/undo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-14 19:42+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sw/source/core/unocore.po b/translations/source/fi/sw/source/core/unocore.po
index 4b5b3507144..f8576f675b4 100644
--- a/translations/source/fi/sw/source/core/unocore.po
+++ b/translations/source/fi/sw/source/core/unocore.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sw/source/ui/app.po b/translations/source/fi/sw/source/ui/app.po
index c9c8ab1682b..2b558dd9358 100644
--- a/translations/source/fi/sw/source/ui/app.po
+++ b/translations/source/fi/sw/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-14 19:51+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sw/source/ui/chrdlg.po b/translations/source/fi/sw/source/ui/chrdlg.po
index e53fd684204..44086a6f23d 100644
--- a/translations/source/fi/sw/source/ui/chrdlg.po
+++ b/translations/source/fi/sw/source/ui/chrdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-14 19:52+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sw/source/ui/config.po b/translations/source/fi/sw/source/ui/config.po
index d68aa0b2e38..3a73b0f771b 100644
--- a/translations/source/fi/sw/source/ui/config.po
+++ b/translations/source/fi/sw/source/ui/config.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-30 11:10+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-14 19:52+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
diff --git a/translations/source/fi/sw/source/ui/dbui.po b/translations/source/fi/sw/source/ui/dbui.po
index aa3fc4a983b..c0e2f021fde 100644
--- a/translations/source/fi/sw/source/ui/dbui.po
+++ b/translations/source/fi/sw/source/ui/dbui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-14 19:53+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sw/source/ui/dialog.po b/translations/source/fi/sw/source/ui/dialog.po
index 9552136b20f..d9ed1bdd1c2 100644
--- a/translations/source/fi/sw/source/ui/dialog.po
+++ b/translations/source/fi/sw/source/ui/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-07 12:19+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sw/source/ui/dochdl.po b/translations/source/fi/sw/source/ui/dochdl.po
index 078a136ae36..86f6c787aab 100644
--- a/translations/source/fi/sw/source/ui/dochdl.po
+++ b/translations/source/fi/sw/source/ui/dochdl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sw/source/ui/docvw.po b/translations/source/fi/sw/source/ui/docvw.po
index d8767aa2220..a7e7c4f50b5 100644
--- a/translations/source/fi/sw/source/ui/docvw.po
+++ b/translations/source/fi/sw/source/ui/docvw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-07 12:23+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sw/source/ui/envelp.po b/translations/source/fi/sw/source/ui/envelp.po
index 192d13f6aa6..3836b0c4cab 100644
--- a/translations/source/fi/sw/source/ui/envelp.po
+++ b/translations/source/fi/sw/source/ui/envelp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sw/source/ui/fldui.po b/translations/source/fi/sw/source/ui/fldui.po
index 9222152291a..ab4c34a4bfc 100644
--- a/translations/source/fi/sw/source/ui/fldui.po
+++ b/translations/source/fi/sw/source/ui/fldui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sw/source/ui/fmtui.po b/translations/source/fi/sw/source/ui/fmtui.po
index 695f5e663bf..959a387b2c6 100644
--- a/translations/source/fi/sw/source/ui/fmtui.po
+++ b/translations/source/fi/sw/source/ui/fmtui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sw/source/ui/frmdlg.po b/translations/source/fi/sw/source/ui/frmdlg.po
index 2b718ed76c6..8693072185c 100644
--- a/translations/source/fi/sw/source/ui/frmdlg.po
+++ b/translations/source/fi/sw/source/ui/frmdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-16 16:48+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sw/source/ui/globdoc.po b/translations/source/fi/sw/source/ui/globdoc.po
index 3d2b5c1979e..bdbf42c9065 100644
--- a/translations/source/fi/sw/source/ui/globdoc.po
+++ b/translations/source/fi/sw/source/ui/globdoc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sw/source/ui/index.po b/translations/source/fi/sw/source/ui/index.po
index a49322a7590..92f169750a6 100644
--- a/translations/source/fi/sw/source/ui/index.po
+++ b/translations/source/fi/sw/source/ui/index.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-07 12:20+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sw/source/ui/lingu.po b/translations/source/fi/sw/source/ui/lingu.po
index 5b98f7449e8..f765dd1d93f 100644
--- a/translations/source/fi/sw/source/ui/lingu.po
+++ b/translations/source/fi/sw/source/ui/lingu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-14 19:54+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sw/source/ui/misc.po b/translations/source/fi/sw/source/ui/misc.po
index 6905d6300a4..15cd8b428c1 100644
--- a/translations/source/fi/sw/source/ui/misc.po
+++ b/translations/source/fi/sw/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-30 11:36+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sw/source/ui/ribbar.po b/translations/source/fi/sw/source/ui/ribbar.po
index 755bccd537e..7dea94418e8 100644
--- a/translations/source/fi/sw/source/ui/ribbar.po
+++ b/translations/source/fi/sw/source/ui/ribbar.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-14 19:55+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sw/source/ui/shells.po b/translations/source/fi/sw/source/ui/shells.po
index 86e80bd47af..6f9c6edcbab 100644
--- a/translations/source/fi/sw/source/ui/shells.po
+++ b/translations/source/fi/sw/source/ui/shells.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-22 17:20+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sw/source/ui/smartmenu.po b/translations/source/fi/sw/source/ui/smartmenu.po
index be96789fc7f..138eb1f178f 100644
--- a/translations/source/fi/sw/source/ui/smartmenu.po
+++ b/translations/source/fi/sw/source/ui/smartmenu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sw/source/ui/table.po b/translations/source/fi/sw/source/ui/table.po
index 6442617ce06..20e1e993f8f 100644
--- a/translations/source/fi/sw/source/ui/table.po
+++ b/translations/source/fi/sw/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-12 17:52+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sw/source/ui/uiview.po b/translations/source/fi/sw/source/ui/uiview.po
index b291adab5a9..405a68823bf 100644
--- a/translations/source/fi/sw/source/ui/uiview.po
+++ b/translations/source/fi/sw/source/ui/uiview.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sw/source/ui/utlui.po b/translations/source/fi/sw/source/ui/utlui.po
index 2cce4cf7bdb..8da92cefa50 100644
--- a/translations/source/fi/sw/source/ui/utlui.po
+++ b/translations/source/fi/sw/source/ui/utlui.po
@@ -3,16 +3,16 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-30 11:09+0200\n"
-"PO-Revision-Date: 2011-12-14 19:58+0200\n"
-"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-22 16:09+0200\n"
+"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
+"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: navipi.src#DLG_NAVIGATION_PI.window.text
diff --git a/translations/source/fi/sw/source/ui/web.po b/translations/source/fi/sw/source/ui/web.po
index 3c524415fe8..4884df98b22 100644
--- a/translations/source/fi/sw/source/ui/web.po
+++ b/translations/source/fi/sw/source/ui/web.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sw/source/ui/wrtsh.po b/translations/source/fi/sw/source/ui/wrtsh.po
index 1b60318a443..f9ebdfb12ef 100644
--- a/translations/source/fi/sw/source/ui/wrtsh.po
+++ b/translations/source/fi/sw/source/ui/wrtsh.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/swext/mediawiki/help.po b/translations/source/fi/swext/mediawiki/help.po
index 38f5a03a438..73299fd6f5c 100644
--- a/translations/source/fi/swext/mediawiki/help.po
+++ b/translations/source/fi/swext/mediawiki/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-21 19:49+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/swext/mediawiki/src.po b/translations/source/fi/swext/mediawiki/src.po
index 5fd67aedbe4..9fb20766e9a 100644
--- a/translations/source/fi/swext/mediawiki/src.po
+++ b/translations/source/fi/swext/mediawiki/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-11 15:46+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/translations/source/fi/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index 52254b73d54..d9147153f27 100644
--- a/translations/source/fi/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/translations/source/fi/swext/mediawiki/src/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/translations/source/fi/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index bf898dd5061..47bb11e00a7 100644
--- a/translations/source/fi/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/translations/source/fi/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/sysui/desktop/share.po b/translations/source/fi/sysui/desktop/share.po
index b77b0ca2b51..ac24f29ce1c 100644
--- a/translations/source/fi/sysui/desktop/share.po
+++ b/translations/source/fi/sysui/desktop/share.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-22 17:11+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/uui/source.po b/translations/source/fi/uui/source.po
index c948c636611..4a24f2ae1db 100644
--- a/translations/source/fi/uui/source.po
+++ b/translations/source/fi/uui/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-22 17:11+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/vcl/source/src.po b/translations/source/fi/vcl/source/src.po
index 366e57c3b23..d9443292c3e 100644
--- a/translations/source/fi/vcl/source/src.po
+++ b/translations/source/fi/vcl/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 21:18+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/wizards/source/euro.po b/translations/source/fi/wizards/source/euro.po
index a5c0fd75911..46c132acf28 100644
--- a/translations/source/fi/wizards/source/euro.po
+++ b/translations/source/fi/wizards/source/euro.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-14 19:59+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/wizards/source/formwizard.po b/translations/source/fi/wizards/source/formwizard.po
index caa4e7d96e9..e96aeff08ea 100644
--- a/translations/source/fi/wizards/source/formwizard.po
+++ b/translations/source/fi/wizards/source/formwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/wizards/source/importwizard.po b/translations/source/fi/wizards/source/importwizard.po
index d672b3d3a6f..a329c04869e 100644
--- a/translations/source/fi/wizards/source/importwizard.po
+++ b/translations/source/fi/wizards/source/importwizard.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-14 20:03+0200\n"
"Last-Translator: Harri Pitkänen <hatapitk@iki.fi>\n"
"Language-Team: Finnish <discuss@fi.libreoffice.org>\n"
-"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/wizards/source/schedule.po b/translations/source/fi/wizards/source/schedule.po
index c45ac6057eb..8bc0e255e71 100644
--- a/translations/source/fi/wizards/source/schedule.po
+++ b/translations/source/fi/wizards/source/schedule.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/wizards/source/template.po b/translations/source/fi/wizards/source/template.po
index 9861b1e2bef..e474645a44b 100644
--- a/translations/source/fi/wizards/source/template.po
+++ b/translations/source/fi/wizards/source/template.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/xmlsecurity/source/component.po b/translations/source/fi/xmlsecurity/source/component.po
index 819fa67e3d8..da99a4750b7 100644
--- a/translations/source/fi/xmlsecurity/source/component.po
+++ b/translations/source/fi/xmlsecurity/source/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fi/xmlsecurity/source/dialogs.po b/translations/source/fi/xmlsecurity/source/dialogs.po
index b3bb3bb5c68..54d0a243040 100644
--- a/translations/source/fi/xmlsecurity/source/dialogs.po
+++ b/translations/source/fi/xmlsecurity/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 20:04+0200\n"
"Last-Translator: Harri <hatapitk@iki.fi>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fi\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"
+"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/accessibility/source/helper.po b/translations/source/fr/accessibility/source/helper.po
index 15f7193a53e..ee7604c1a3f 100644
--- a/translations/source/fr/accessibility/source/helper.po
+++ b/translations/source/fr/accessibility/source/helper.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/avmedia/source/framework.po b/translations/source/fr/avmedia/source/framework.po
index 669264e0dad..e11b4f71b65 100644
--- a/translations/source/fr/avmedia/source/framework.po
+++ b/translations/source/fr/avmedia/source/framework.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/avmedia/source/viewer.po b/translations/source/fr/avmedia/source/viewer.po
index 06c42501878..2c0fd538aca 100644
--- a/translations/source/fr/avmedia/source/viewer.po
+++ b/translations/source/fr/avmedia/source/viewer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/basctl/source/basicide.po b/translations/source/fr/basctl/source/basicide.po
index c7a693c82dd..d5a83984b38 100644
--- a/translations/source/fr/basctl/source/basicide.po
+++ b/translations/source/fr/basctl/source/basicide.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-28 12:42+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/basctl/source/dlged.po b/translations/source/fr/basctl/source/dlged.po
index fa4db0452ea..07ba82ad12f 100644
--- a/translations/source/fr/basctl/source/dlged.po
+++ b/translations/source/fr/basctl/source/dlged.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/basic/source/classes.po b/translations/source/fr/basic/source/classes.po
index f701eade841..c27b8037231 100644
--- a/translations/source/fr/basic/source/classes.po
+++ b/translations/source/fr/basic/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-21 19:05+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/basic/source/sbx.po b/translations/source/fr/basic/source/sbx.po
index 967b6ed9094..16a213ef064 100644
--- a/translations/source/fr/basic/source/sbx.po
+++ b/translations/source/fr/basic/source/sbx.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/chart2/source/controller/dialogs.po b/translations/source/fr/chart2/source/controller/dialogs.po
index 783a57e3720..9f670343440 100644
--- a/translations/source/fr/chart2/source/controller/dialogs.po
+++ b/translations/source/fr/chart2/source/controller/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-30 19:03+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/connectivity/source/drivers/ado.po b/translations/source/fr/connectivity/source/drivers/ado.po
index a07cdd72d25..431b9c0b7c2 100644
--- a/translations/source/fr/connectivity/source/drivers/ado.po
+++ b/translations/source/fr/connectivity/source/drivers/ado.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/connectivity/source/drivers/calc.po b/translations/source/fr/connectivity/source/drivers/calc.po
index ef2fbf5249c..ae7ed4bea09 100644
--- a/translations/source/fr/connectivity/source/drivers/calc.po
+++ b/translations/source/fr/connectivity/source/drivers/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/connectivity/source/drivers/dbase.po b/translations/source/fr/connectivity/source/drivers/dbase.po
index 426698d980b..bd4627d0882 100644
--- a/translations/source/fr/connectivity/source/drivers/dbase.po
+++ b/translations/source/fr/connectivity/source/drivers/dbase.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/connectivity/source/drivers/evoab2.po b/translations/source/fr/connectivity/source/drivers/evoab2.po
index d83cdd14712..d918dba8a7e 100644
--- a/translations/source/fr/connectivity/source/drivers/evoab2.po
+++ b/translations/source/fr/connectivity/source/drivers/evoab2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/connectivity/source/drivers/flat.po b/translations/source/fr/connectivity/source/drivers/flat.po
index 3773df74ffb..bf36507b712 100644
--- a/translations/source/fr/connectivity/source/drivers/flat.po
+++ b/translations/source/fr/connectivity/source/drivers/flat.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/connectivity/source/drivers/hsqldb.po b/translations/source/fr/connectivity/source/drivers/hsqldb.po
index b9b21c0a151..71d19ead6d1 100644
--- a/translations/source/fr/connectivity/source/drivers/hsqldb.po
+++ b/translations/source/fr/connectivity/source/drivers/hsqldb.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/connectivity/source/drivers/jdbc.po b/translations/source/fr/connectivity/source/drivers/jdbc.po
index df669f61a16..9ab4c9d2585 100644
--- a/translations/source/fr/connectivity/source/drivers/jdbc.po
+++ b/translations/source/fr/connectivity/source/drivers/jdbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/connectivity/source/drivers/kab.po b/translations/source/fr/connectivity/source/drivers/kab.po
index 0605cc4e6d8..43a39068646 100644
--- a/translations/source/fr/connectivity/source/drivers/kab.po
+++ b/translations/source/fr/connectivity/source/drivers/kab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/connectivity/source/drivers/macab.po b/translations/source/fr/connectivity/source/drivers/macab.po
index a34036b7c3f..1e0e6fb5063 100644
--- a/translations/source/fr/connectivity/source/drivers/macab.po
+++ b/translations/source/fr/connectivity/source/drivers/macab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/connectivity/source/drivers/mozab.po b/translations/source/fr/connectivity/source/drivers/mozab.po
index 79140f09d5f..4066afa81cb 100644
--- a/translations/source/fr/connectivity/source/drivers/mozab.po
+++ b/translations/source/fr/connectivity/source/drivers/mozab.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-12 20:06+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/connectivity/source/drivers/mysql.po b/translations/source/fr/connectivity/source/drivers/mysql.po
index 56386c220d7..82c6fdb266b 100644
--- a/translations/source/fr/connectivity/source/drivers/mysql.po
+++ b/translations/source/fr/connectivity/source/drivers/mysql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/connectivity/source/drivers/odbc.po b/translations/source/fr/connectivity/source/drivers/odbc.po
index 408d9e06954..b8042303110 100644
--- a/translations/source/fr/connectivity/source/drivers/odbc.po
+++ b/translations/source/fr/connectivity/source/drivers/odbc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/connectivity/source/drivers/postgresql.po b/translations/source/fr/connectivity/source/drivers/postgresql.po
index 371279b0667..015b233de44 100644
--- a/translations/source/fr/connectivity/source/drivers/postgresql.po
+++ b/translations/source/fr/connectivity/source/drivers/postgresql.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-28 12:45+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -18,11 +18,3 @@ msgstr ""
#: postgresql.xcu#.Drivers.Installed.sdbc_postgresql__.DriverTypeDisplayName.value.text
msgid "PostgreSQL"
msgstr "PostgreSQL"
-
-#: description.xml#dispname.dispname.description.text
-msgid "PostgreSQL-SDBC Driver"
-msgstr "Pilote PostgreSQL-SDBC"
-
-#: 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 "Un pilote de base de données natif PostgreSQL pour LibreOffice. Il est plus rapide, mieux intégré et il n'y a pas besoin d'installer et de paramétrer un pilote JDBC ou ODBC séparément. Compatible avec la version PostgreSQL 8.4 et ultérieures.\n"
diff --git a/translations/source/fr/connectivity/source/resource.po b/translations/source/fr/connectivity/source/resource.po
index 8b3904bbf77..7396f643199 100644
--- a/translations/source/fr/connectivity/source/resource.po
+++ b/translations/source/fr/connectivity/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-30 19:13+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/cui/source/customize.po b/translations/source/fr/cui/source/customize.po
index 3f357a25151..a295042418e 100644
--- a/translations/source/fr/cui/source/customize.po
+++ b/translations/source/fr/cui/source/customize.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 17:48+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/cui/source/dialogs.po b/translations/source/fr/cui/source/dialogs.po
index 3bde2324469..97b676bbbb1 100644
--- a/translations/source/fr/cui/source/dialogs.po
+++ b/translations/source/fr/cui/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-12 20:17+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/cui/source/options.po b/translations/source/fr/cui/source/options.po
index 5d21be980a6..5c1f75f5f61 100644
--- a/translations/source/fr/cui/source/options.po
+++ b/translations/source/fr/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: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-12-22 16:51+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-26 18:04+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: fr\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: optgenrl.src#RID_SFXPAGE_GENERAL.FT_COMPANY.fixedtext.text
@@ -1276,30 +1276,42 @@ msgid "Grid"
msgstr "Grille"
#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.6.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.6.itemlist.text"
+msgid "Basic Fonts (Western)"
+msgstr "Polices standards (européennes)"
+
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.7.itemlist.text
+msgid "Basic Fonts (Asian)"
+msgstr "Polices standard (asiatiques)"
+
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text
+msgid "Basic Fonts (CTL)"
+msgstr "Polices standard (scripts complexes"
+
+#: 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 "Print"
msgstr "Impression"
-#: 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"
+#: 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"
msgid "Table"
msgstr "Tableau"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text
-msgctxt "treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.8.itemlist.text"
+#: 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"
msgid "Changes"
msgstr "Modifications"
-#: 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"
+#: 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"
msgid "Compatibility"
msgstr "Compatibilité"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.10.itemlist.text
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.13.itemlist.text
msgid "AutoCaption"
msgstr "Légende automatique"
-#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.11.itemlist.text
+#: treeopt.src#RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS.14.itemlist.text
msgid "Mail Merge E-mail"
msgstr "E-mail de mailing"
diff --git a/translations/source/fr/cui/source/tabpages.po b/translations/source/fr/cui/source/tabpages.po
index 245394d7a5a..7d7bbdca9d8 100644
--- a/translations/source/fr/cui/source/tabpages.po
+++ b/translations/source/fr/cui/source/tabpages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-30 16:10+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dbaccess/source/core/resource.po b/translations/source/fr/dbaccess/source/core/resource.po
index 59912633b0c..4ec994fb077 100644
--- a/translations/source/fr/dbaccess/source/core/resource.po
+++ b/translations/source/fr/dbaccess/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-08 20:51+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dbaccess/source/ext/adabas.po b/translations/source/fr/dbaccess/source/ext/adabas.po
index ae2fd03ac9f..e34aa55ccda 100644
--- a/translations/source/fr/dbaccess/source/ext/adabas.po
+++ b/translations/source/fr/dbaccess/source/ext/adabas.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-31 22:11+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dbaccess/source/ext/macromigration.po b/translations/source/fr/dbaccess/source/ext/macromigration.po
index 51afa3d3206..3d4028c40f1 100644
--- a/translations/source/fr/dbaccess/source/ext/macromigration.po
+++ b/translations/source/fr/dbaccess/source/ext/macromigration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 19:06+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dbaccess/source/sdbtools/resource.po b/translations/source/fr/dbaccess/source/sdbtools/resource.po
index 0e7218ffe6d..a0193f26bb8 100644
--- a/translations/source/fr/dbaccess/source/sdbtools/resource.po
+++ b/translations/source/fr/dbaccess/source/sdbtools/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dbaccess/source/ui/app.po b/translations/source/fr/dbaccess/source/ui/app.po
index e85af686ea6..5c6ecdc075f 100644
--- a/translations/source/fr/dbaccess/source/ui/app.po
+++ b/translations/source/fr/dbaccess/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 18:01+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dbaccess/source/ui/browser.po b/translations/source/fr/dbaccess/source/ui/browser.po
index 38c75fad1d3..e222703ff92 100644
--- a/translations/source/fr/dbaccess/source/ui/browser.po
+++ b/translations/source/fr/dbaccess/source/ui/browser.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-07 11:23+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dbaccess/source/ui/control.po b/translations/source/fr/dbaccess/source/ui/control.po
index e31cf0cb945..c1cf6da6a25 100644
--- a/translations/source/fr/dbaccess/source/ui/control.po
+++ b/translations/source/fr/dbaccess/source/ui/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:58+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dbaccess/source/ui/dlg.po b/translations/source/fr/dbaccess/source/ui/dlg.po
index 440f920a87a..8994e4195a3 100644
--- a/translations/source/fr/dbaccess/source/ui/dlg.po
+++ b/translations/source/fr/dbaccess/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 18:01+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dbaccess/source/ui/inc.po b/translations/source/fr/dbaccess/source/ui/inc.po
index 5ae1a402370..0bc66ae1976 100644
--- a/translations/source/fr/dbaccess/source/ui/inc.po
+++ b/translations/source/fr/dbaccess/source/ui/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dbaccess/source/ui/misc.po b/translations/source/fr/dbaccess/source/ui/misc.po
index 63ad29ead70..fede7828a53 100644
--- a/translations/source/fr/dbaccess/source/ui/misc.po
+++ b/translations/source/fr/dbaccess/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-09 06:54+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dbaccess/source/ui/querydesign.po b/translations/source/fr/dbaccess/source/ui/querydesign.po
index 6fa63634a59..097bf66d140 100644
--- a/translations/source/fr/dbaccess/source/ui/querydesign.po
+++ b/translations/source/fr/dbaccess/source/ui/querydesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dbaccess/source/ui/relationdesign.po b/translations/source/fr/dbaccess/source/ui/relationdesign.po
index 84f8b043912..812a31f89d6 100644
--- a/translations/source/fr/dbaccess/source/ui/relationdesign.po
+++ b/translations/source/fr/dbaccess/source/ui/relationdesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-17 22:04+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dbaccess/source/ui/tabledesign.po b/translations/source/fr/dbaccess/source/ui/tabledesign.po
index 96d28c2723e..9fc131efaab 100644
--- a/translations/source/fr/dbaccess/source/ui/tabledesign.po
+++ b/translations/source/fr/dbaccess/source/ui/tabledesign.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dbaccess/source/ui/uno.po b/translations/source/fr/dbaccess/source/ui/uno.po
index 95d158864d1..e0ff8f2eefc 100644
--- a/translations/source/fr/dbaccess/source/ui/uno.po
+++ b/translations/source/fr/dbaccess/source/ui/uno.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/desktop/source/app.po b/translations/source/fr/desktop/source/app.po
index 9c9e225dc92..1ea330e6380 100644
--- a/translations/source/fr/desktop/source/app.po
+++ b/translations/source/fr/desktop/source/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-12 20:36+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/desktop/source/deployment/gui.po b/translations/source/fr/desktop/source/deployment/gui.po
index 0f52e83aba8..b0df13de356 100644
--- a/translations/source/fr/desktop/source/deployment/gui.po
+++ b/translations/source/fr/desktop/source/deployment/gui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-21 17:37+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/desktop/source/deployment/manager.po b/translations/source/fr/desktop/source/deployment/manager.po
index ef28a35f2cd..c50bc61f4f5 100644
--- a/translations/source/fr/desktop/source/deployment/manager.po
+++ b/translations/source/fr/desktop/source/deployment/manager.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/desktop/source/deployment/misc.po b/translations/source/fr/desktop/source/deployment/misc.po
index cffae20949a..c231f801826 100644
--- a/translations/source/fr/desktop/source/deployment/misc.po
+++ b/translations/source/fr/desktop/source/deployment/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-28 12:48+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/desktop/source/deployment/registry.po b/translations/source/fr/desktop/source/deployment/registry.po
index e8896e8569c..5acd864e02a 100644
--- a/translations/source/fr/desktop/source/deployment/registry.po
+++ b/translations/source/fr/desktop/source/deployment/registry.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/desktop/source/deployment/registry/component.po b/translations/source/fr/desktop/source/deployment/registry/component.po
index d8ce80d2fc8..d8c6a81097a 100644
--- a/translations/source/fr/desktop/source/deployment/registry/component.po
+++ b/translations/source/fr/desktop/source/deployment/registry/component.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-08 20:58+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/desktop/source/deployment/registry/configuration.po b/translations/source/fr/desktop/source/deployment/registry/configuration.po
index 9e5df9154d6..03ce549681d 100644
--- a/translations/source/fr/desktop/source/deployment/registry/configuration.po
+++ b/translations/source/fr/desktop/source/deployment/registry/configuration.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/desktop/source/deployment/registry/help.po b/translations/source/fr/desktop/source/deployment/registry/help.po
index aa2d285c5e7..ed04ac71630 100644
--- a/translations/source/fr/desktop/source/deployment/registry/help.po
+++ b/translations/source/fr/desktop/source/deployment/registry/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/desktop/source/deployment/registry/package.po b/translations/source/fr/desktop/source/deployment/registry/package.po
index 49c14bb2a67..c3daac06989 100644
--- a/translations/source/fr/desktop/source/deployment/registry/package.po
+++ b/translations/source/fr/desktop/source/deployment/registry/package.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/desktop/source/deployment/registry/script.po b/translations/source/fr/desktop/source/deployment/registry/script.po
index 9d70af2191b..73d3705ebe1 100644
--- a/translations/source/fr/desktop/source/deployment/registry/script.po
+++ b/translations/source/fr/desktop/source/deployment/registry/script.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/desktop/source/deployment/registry/sfwk.po b/translations/source/fr/desktop/source/deployment/registry/sfwk.po
index bc41db93bb2..162b6a1d98e 100644
--- a/translations/source/fr/desktop/source/deployment/registry/sfwk.po
+++ b/translations/source/fr/desktop/source/deployment/registry/sfwk.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/desktop/source/deployment/unopkg.po b/translations/source/fr/desktop/source/deployment/unopkg.po
index c863c4c928e..67c642551ff 100644
--- a/translations/source/fr/desktop/source/deployment/unopkg.po
+++ b/translations/source/fr/desktop/source/deployment/unopkg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-21 19:06+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/af_ZA.po b/translations/source/fr/dictionaries/af_ZA.po
index edde9086000..48135da743f 100644
--- a/translations/source/fr/dictionaries/af_ZA.po
+++ b/translations/source/fr/dictionaries/af_ZA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-31 22:59+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/an_ES.po b/translations/source/fr/dictionaries/an_ES.po
index 6e7c09599d3..f535cd0ca75 100644
--- a/translations/source/fr/dictionaries/an_ES.po
+++ b/translations/source/fr/dictionaries/an_ES.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fan_ES.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-17 22:07+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/ar.po b/translations/source/fr/dictionaries/ar.po
index 020df9ae514..863e69bd4db 100644
--- a/translations/source/fr/dictionaries/ar.po
+++ b/translations/source/fr/dictionaries/ar.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-31 22:59+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/be_BY.po b/translations/source/fr/dictionaries/be_BY.po
index 3a55c4ac1c7..16ffc286461 100644
--- a/translations/source/fr/dictionaries/be_BY.po
+++ b/translations/source/fr/dictionaries/be_BY.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-28 12:48+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/bg_BG.po b/translations/source/fr/dictionaries/bg_BG.po
index 9b1334c45af..9ab99be38c0 100644
--- a/translations/source/fr/dictionaries/bg_BG.po
+++ b/translations/source/fr/dictionaries/bg_BG.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-31 23:00+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/bn_BD.po b/translations/source/fr/dictionaries/bn_BD.po
index a51b8e6f64c..bd465c328cc 100644
--- a/translations/source/fr/dictionaries/bn_BD.po
+++ b/translations/source/fr/dictionaries/bn_BD.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-31 23:46+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/br_FR.po b/translations/source/fr/dictionaries/br_FR.po
index 36b0712bb98..e5c273dee04 100644
--- a/translations/source/fr/dictionaries/br_FR.po
+++ b/translations/source/fr/dictionaries/br_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-31 23:00+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/ca.po b/translations/source/fr/dictionaries/ca.po
index a6c3d5b8d68..44f607a2c89 100644
--- a/translations/source/fr/dictionaries/ca.po
+++ b/translations/source/fr/dictionaries/ca.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-31 23:01+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/cs_CZ.po b/translations/source/fr/dictionaries/cs_CZ.po
index fb7a4dc182c..26d4a44f461 100644
--- a/translations/source/fr/dictionaries/cs_CZ.po
+++ b/translations/source/fr/dictionaries/cs_CZ.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-31 23:01+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/da_DK.po b/translations/source/fr/dictionaries/da_DK.po
index 9c9e2818a88..9b874db2ec8 100644
--- a/translations/source/fr/dictionaries/da_DK.po
+++ b/translations/source/fr/dictionaries/da_DK.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-31 23:02+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/de.po b/translations/source/fr/dictionaries/de.po
index 883cbe395b5..b18749362bd 100644
--- a/translations/source/fr/dictionaries/de.po
+++ b/translations/source/fr/dictionaries/de.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-31 23:03+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/el_GR.po b/translations/source/fr/dictionaries/el_GR.po
index 4be47453967..4f18529432e 100644
--- a/translations/source/fr/dictionaries/el_GR.po
+++ b/translations/source/fr/dictionaries/el_GR.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-28 12:49+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/en.po b/translations/source/fr/dictionaries/en.po
index 5568f7aa76f..505e675597d 100644
--- a/translations/source/fr/dictionaries/en.po
+++ b/translations/source/fr/dictionaries/en.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-17 22:08+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/en/dialog.po b/translations/source/fr/dictionaries/en/dialog.po
index aefd442a25d..a901b39d0e0 100644
--- a/translations/source/fr/dictionaries/en/dialog.po
+++ b/translations/source/fr/dictionaries/en/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 18:03+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/es_ES.po b/translations/source/fr/dictionaries/es_ES.po
index d2c10254a50..c9cd5adad7b 100644
--- a/translations/source/fr/dictionaries/es_ES.po
+++ b/translations/source/fr/dictionaries/es_ES.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-31 23:53+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/et_EE.po b/translations/source/fr/dictionaries/et_EE.po
index c03547bc0cf..795d73c5768 100644
--- a/translations/source/fr/dictionaries/et_EE.po
+++ b/translations/source/fr/dictionaries/et_EE.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-31 23:08+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/fr_FR.po b/translations/source/fr/dictionaries/fr_FR.po
index 2cbfa464325..e2dd031a84e 100644
--- a/translations/source/fr/dictionaries/fr_FR.po
+++ b/translations/source/fr/dictionaries/fr_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-31 23:09+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/gd_GB.po b/translations/source/fr/dictionaries/gd_GB.po
index 7c9b242ba36..7924c329d85 100644
--- a/translations/source/fr/dictionaries/gd_GB.po
+++ b/translations/source/fr/dictionaries/gd_GB.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-28 12:49+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/gl.po b/translations/source/fr/dictionaries/gl.po
index 57cc43d62c1..a62bc437d53 100644
--- a/translations/source/fr/dictionaries/gl.po
+++ b/translations/source/fr/dictionaries/gl.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-31 23:09+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/gu_IN.po b/translations/source/fr/dictionaries/gu_IN.po
index 4e0ebb46c49..48c4025c929 100644
--- a/translations/source/fr/dictionaries/gu_IN.po
+++ b/translations/source/fr/dictionaries/gu_IN.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-31 23:10+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/he_IL.po b/translations/source/fr/dictionaries/he_IL.po
index a86eaf604ca..5c338f51676 100644
--- a/translations/source/fr/dictionaries/he_IL.po
+++ b/translations/source/fr/dictionaries/he_IL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-31 23:55+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/hi_IN.po b/translations/source/fr/dictionaries/hi_IN.po
index d903472844b..30760a9884f 100644
--- a/translations/source/fr/dictionaries/hi_IN.po
+++ b/translations/source/fr/dictionaries/hi_IN.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-31 23:10+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/hr_HR.po b/translations/source/fr/dictionaries/hr_HR.po
index 6230b9f0d56..4b0d0b7ad48 100644
--- a/translations/source/fr/dictionaries/hr_HR.po
+++ b/translations/source/fr/dictionaries/hr_HR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-31 23:11+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/hu_HU.po b/translations/source/fr/dictionaries/hu_HU.po
index 9c5779155c1..3ff6244b8af 100644
--- a/translations/source/fr/dictionaries/hu_HU.po
+++ b/translations/source/fr/dictionaries/hu_HU.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-17 23:14+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/hu_HU/dialog.po b/translations/source/fr/dictionaries/hu_HU/dialog.po
index 931e3eda0ff..6aa5679b9d2 100644
--- a/translations/source/fr/dictionaries/hu_HU/dialog.po
+++ b/translations/source/fr/dictionaries/hu_HU/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 13:06+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/it_IT.po b/translations/source/fr/dictionaries/it_IT.po
index 116bcb7c0a7..d8bd35c0061 100644
--- a/translations/source/fr/dictionaries/it_IT.po
+++ b/translations/source/fr/dictionaries/it_IT.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-31 23:13+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/ku_TR.po b/translations/source/fr/dictionaries/ku_TR.po
index 20c2e35a58d..36db069fc3d 100644
--- a/translations/source/fr/dictionaries/ku_TR.po
+++ b/translations/source/fr/dictionaries/ku_TR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-31 23:13+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/lt_LT.po b/translations/source/fr/dictionaries/lt_LT.po
index 15c54c2d73e..0578aa3b6a7 100644
--- a/translations/source/fr/dictionaries/lt_LT.po
+++ b/translations/source/fr/dictionaries/lt_LT.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-07 14:45+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/lv_LV.po b/translations/source/fr/dictionaries/lv_LV.po
index 7e936328796..5cdca7f0b43 100644
--- a/translations/source/fr/dictionaries/lv_LV.po
+++ b/translations/source/fr/dictionaries/lv_LV.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-31 23:15+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/ne_NP.po b/translations/source/fr/dictionaries/ne_NP.po
index e49d7550aa5..443e783f228 100644
--- a/translations/source/fr/dictionaries/ne_NP.po
+++ b/translations/source/fr/dictionaries/ne_NP.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-31 23:18+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/nl_NL.po b/translations/source/fr/dictionaries/nl_NL.po
index a505bfe5cb1..e44a1288ce8 100644
--- a/translations/source/fr/dictionaries/nl_NL.po
+++ b/translations/source/fr/dictionaries/nl_NL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-01 00:04+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/no.po b/translations/source/fr/dictionaries/no.po
index 6bd1ce69aa4..368d8619654 100644
--- a/translations/source/fr/dictionaries/no.po
+++ b/translations/source/fr/dictionaries/no.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-31 23:19+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/oc_FR.po b/translations/source/fr/dictionaries/oc_FR.po
index cfdfcc93932..043bcfc20b4 100644
--- a/translations/source/fr/dictionaries/oc_FR.po
+++ b/translations/source/fr/dictionaries/oc_FR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-31 23:34+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/pl_PL.po b/translations/source/fr/dictionaries/pl_PL.po
index c2e59d0025c..422cfe9f347 100644
--- a/translations/source/fr/dictionaries/pl_PL.po
+++ b/translations/source/fr/dictionaries/pl_PL.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-31 23:35+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/pt_BR.po b/translations/source/fr/dictionaries/pt_BR.po
index 61808e20142..7608d5fb67f 100644
--- a/translations/source/fr/dictionaries/pt_BR.po
+++ b/translations/source/fr/dictionaries/pt_BR.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-31 23:36+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/pt_PT.po b/translations/source/fr/dictionaries/pt_PT.po
index 76cece66a70..f6e75251823 100644
--- a/translations/source/fr/dictionaries/pt_PT.po
+++ b/translations/source/fr/dictionaries/pt_PT.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-01 00:34+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/ro.po b/translations/source/fr/dictionaries/ro.po
index 8a5fb305503..4002d453529 100644
--- a/translations/source/fr/dictionaries/ro.po
+++ b/translations/source/fr/dictionaries/ro.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-31 23:36+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/ru_RU.po b/translations/source/fr/dictionaries/ru_RU.po
index 1e01fa68704..95e0b011bca 100644
--- a/translations/source/fr/dictionaries/ru_RU.po
+++ b/translations/source/fr/dictionaries/ru_RU.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 13:06+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/ru_RU/dialog.po b/translations/source/fr/dictionaries/ru_RU/dialog.po
index f395e0f11ab..42c5c7afb26 100644
--- a/translations/source/fr/dictionaries/ru_RU/dialog.po
+++ b/translations/source/fr/dictionaries/ru_RU/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fdialog.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 13:11+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/si_LK.po b/translations/source/fr/dictionaries/si_LK.po
index 4ca3a883a02..1235dc98b9c 100644
--- a/translations/source/fr/dictionaries/si_LK.po
+++ b/translations/source/fr/dictionaries/si_LK.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fsi_LK.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-17 23:30+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/sk_SK.po b/translations/source/fr/dictionaries/sk_SK.po
index 5669dab0f55..64aba5de116 100644
--- a/translations/source/fr/dictionaries/sk_SK.po
+++ b/translations/source/fr/dictionaries/sk_SK.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-31 23:38+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/sl_SI.po b/translations/source/fr/dictionaries/sl_SI.po
index 1f24b52c87c..fe755028f95 100644
--- a/translations/source/fr/dictionaries/sl_SI.po
+++ b/translations/source/fr/dictionaries/sl_SI.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-31 23:38+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/sr.po b/translations/source/fr/dictionaries/sr.po
index f9ea7acada1..d959a839b16 100644
--- a/translations/source/fr/dictionaries/sr.po
+++ b/translations/source/fr/dictionaries/sr.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-31 23:39+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/sv_SE.po b/translations/source/fr/dictionaries/sv_SE.po
index 5e0802a9f64..fe69a9f41a6 100644
--- a/translations/source/fr/dictionaries/sv_SE.po
+++ b/translations/source/fr/dictionaries/sv_SE.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-31 23:40+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/sw_TZ.po b/translations/source/fr/dictionaries/sw_TZ.po
index e0687200aee..7918385b8de 100644
--- a/translations/source/fr/dictionaries/sw_TZ.po
+++ b/translations/source/fr/dictionaries/sw_TZ.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-31 23:40+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/te_IN.po b/translations/source/fr/dictionaries/te_IN.po
index eecdc1dcd95..cb21518da87 100644
--- a/translations/source/fr/dictionaries/te_IN.po
+++ b/translations/source/fr/dictionaries/te_IN.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-28 12:49+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/th_TH.po b/translations/source/fr/dictionaries/th_TH.po
index 8d2f5ce9429..5efd8978982 100644
--- a/translations/source/fr/dictionaries/th_TH.po
+++ b/translations/source/fr/dictionaries/th_TH.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-31 23:41+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/uk_UA.po b/translations/source/fr/dictionaries/uk_UA.po
index 0d7c113d1bf..070ffdcfcb4 100644
--- a/translations/source/fr/dictionaries/uk_UA.po
+++ b/translations/source/fr/dictionaries/uk_UA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-31 23:42+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/vi.po b/translations/source/fr/dictionaries/vi.po
index 0c6bb2310d6..0934cf50b17 100644
--- a/translations/source/fr/dictionaries/vi.po
+++ b/translations/source/fr/dictionaries/vi.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-10-31 23:43+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/dictionaries/zu_ZA.po b/translations/source/fr/dictionaries/zu_ZA.po
index 3c9b03c1665..517ac8d686a 100644
--- a/translations/source/fr/dictionaries/zu_ZA.po
+++ b/translations/source/fr/dictionaries/zu_ZA.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-31 23:43+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/editeng/source/accessibility.po b/translations/source/fr/editeng/source/accessibility.po
index 917e7bd4de6..7fa9c1875b1 100644
--- a/translations/source/fr/editeng/source/accessibility.po
+++ b/translations/source/fr/editeng/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/editeng/source/editeng.po b/translations/source/fr/editeng/source/editeng.po
index 6267985c3d9..c15bff3b4e2 100644
--- a/translations/source/fr/editeng/source/editeng.po
+++ b/translations/source/fr/editeng/source/editeng.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-01 01:49+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/editeng/source/items.po b/translations/source/fr/editeng/source/items.po
index 3247d4af3fe..282f10df005 100644
--- a/translations/source/fr/editeng/source/items.po
+++ b/translations/source/fr/editeng/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2012-01-12 20:36+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/editeng/source/misc.po b/translations/source/fr/editeng/source/misc.po
index e1d2b400ad4..41d22b39575 100644
--- a/translations/source/fr/editeng/source/misc.po
+++ b/translations/source/fr/editeng/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/editeng/source/outliner.po b/translations/source/fr/editeng/source/outliner.po
index 4fcccfcb54b..4f929778c81 100644
--- a/translations/source/fr/editeng/source/outliner.po
+++ b/translations/source/fr/editeng/source/outliner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/extensions/source/abpilot.po b/translations/source/fr/extensions/source/abpilot.po
index 55f93f9261a..d750a94edb4 100644
--- a/translations/source/fr/extensions/source/abpilot.po
+++ b/translations/source/fr/extensions/source/abpilot.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-12 20:36+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/extensions/source/bibliography.po b/translations/source/fr/extensions/source/bibliography.po
index 4a6547bd958..fe05a2a8903 100644
--- a/translations/source/fr/extensions/source/bibliography.po
+++ b/translations/source/fr/extensions/source/bibliography.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/extensions/source/dbpilots.po b/translations/source/fr/extensions/source/dbpilots.po
index 146d8d8c061..7bc9d072c7c 100644
--- a/translations/source/fr/extensions/source/dbpilots.po
+++ b/translations/source/fr/extensions/source/dbpilots.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/extensions/source/propctrlr.po b/translations/source/fr/extensions/source/propctrlr.po
index f2d610fcee6..ce01094a2d5 100644
--- a/translations/source/fr/extensions/source/propctrlr.po
+++ b/translations/source/fr/extensions/source/propctrlr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-07 11:23+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/extensions/source/scanner.po b/translations/source/fr/extensions/source/scanner.po
index 5a8564f1a74..3c0b8528338 100644
--- a/translations/source/fr/extensions/source/scanner.po
+++ b/translations/source/fr/extensions/source/scanner.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-01 15:06+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/extensions/source/update/check.po b/translations/source/fr/extensions/source/update/check.po
index 2ea45015e54..eaa208051cc 100644
--- a/translations/source/fr/extensions/source/update/check.po
+++ b/translations/source/fr/extensions/source/update/check.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-01 14:14+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/filter/source/config/fragments/filters.po b/translations/source/fr/filter/source/config/fragments/filters.po
index affd31464dc..273bed0a8a4 100644
--- a/translations/source/fr/filter/source/config/fragments/filters.po
+++ b/translations/source/fr/filter/source/config/fragments/filters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-20 00:24+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/filter/source/config/fragments/internalgraphicfilters.po b/translations/source/fr/filter/source/config/fragments/internalgraphicfilters.po
index cf674c79bd5..bfe4687cfbf 100644
--- a/translations/source/fr/filter/source/config/fragments/internalgraphicfilters.po
+++ b/translations/source/fr/filter/source/config/fragments/internalgraphicfilters.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/filter/source/config/fragments/types.po b/translations/source/fr/filter/source/config/fragments/types.po
index ec5aefa4765..1443d4e7d11 100644
--- a/translations/source/fr/filter/source/config/fragments/types.po
+++ b/translations/source/fr/filter/source/config/fragments/types.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-08-07 17:17+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/filter/source/flash.po b/translations/source/fr/filter/source/flash.po
index e0bfc9167a7..fb74284e4c1 100644
--- a/translations/source/fr/filter/source/flash.po
+++ b/translations/source/fr/filter/source/flash.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/filter/source/graphicfilter/eps.po b/translations/source/fr/filter/source/graphicfilter/eps.po
index 24f462d3e02..879603bd2e8 100644
--- a/translations/source/fr/filter/source/graphicfilter/eps.po
+++ b/translations/source/fr/filter/source/graphicfilter/eps.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 11:31+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/filter/source/pdf.po b/translations/source/fr/filter/source/pdf.po
index 2dbcff3d67b..f89dad4a138 100644
--- a/translations/source/fr/filter/source/pdf.po
+++ b/translations/source/fr/filter/source/pdf.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-07 16:26+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/filter/source/t602.po b/translations/source/fr/filter/source/t602.po
index 6a9a8a043df..e89e68f2de7 100644
--- a/translations/source/fr/filter/source/t602.po
+++ b/translations/source/fr/filter/source/t602.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/filter/source/xsltdialog.po b/translations/source/fr/filter/source/xsltdialog.po
index 3ba60b16945..98b58da1205 100644
--- a/translations/source/fr/filter/source/xsltdialog.po
+++ b/translations/source/fr/filter/source/xsltdialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-21 19:07+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/forms/source/resource.po b/translations/source/fr/forms/source/resource.po
index 37ba48f17da..f50a838e95e 100644
--- a/translations/source/fr/forms/source/resource.po
+++ b/translations/source/fr/forms/source/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/formula/source/core/resource.po b/translations/source/fr/formula/source/core/resource.po
index a401f1a7a5e..d4bca4cd2a5 100644
--- a/translations/source/fr/formula/source/core/resource.po
+++ b/translations/source/fr/formula/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-17 23:30+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/formula/source/ui/dlg.po b/translations/source/fr/formula/source/ui/dlg.po
index 6487f3d368c..c9536949e56 100644
--- a/translations/source/fr/formula/source/ui/dlg.po
+++ b/translations/source/fr/formula/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 19:07+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/fpicker/source/office.po b/translations/source/fr/fpicker/source/office.po
index 65acb15ff3e..e487d2ce608 100644
--- a/translations/source/fr/fpicker/source/office.po
+++ b/translations/source/fr/fpicker/source/office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-08 21:08+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/framework/source/classes.po b/translations/source/fr/framework/source/classes.po
index 5c3493b98ac..1da55d117a9 100644
--- a/translations/source/fr/framework/source/classes.po
+++ b/translations/source/fr/framework/source/classes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/framework/source/services.po b/translations/source/fr/framework/source/services.po
index 3cd9f802d80..6935ef9ea54 100644
--- a/translations/source/fr/framework/source/services.po
+++ b/translations/source/fr/framework/source/services.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/helpcontent2/source/text/sbasic/guide.po b/translations/source/fr/helpcontent2/source/text/sbasic/guide.po
index 6d9d609d91a..6b981472153 100644
--- a/translations/source/fr/helpcontent2/source/text/sbasic/guide.po
+++ b/translations/source/fr/helpcontent2/source/text/sbasic/guide.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 14:58+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fr/helpcontent2/source/text/sbasic/shared.po b/translations/source/fr/helpcontent2/source/text/sbasic/shared.po
index 4a647e86f2d..71dab435771 100644
--- a/translations/source/fr/helpcontent2/source/text/sbasic/shared.po
+++ b/translations/source/fr/helpcontent2/source/text/sbasic/shared.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-13 13:12+0200\n"
"Last-Translator: sophie <gautier.sophie@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 03120103.xhp#tit.help.text
diff --git a/translations/source/fr/helpcontent2/source/text/sbasic/shared/01.po b/translations/source/fr/helpcontent2/source/text/sbasic/shared/01.po
index 3367db65d51..4db208b314f 100644
--- a/translations/source/fr/helpcontent2/source/text/sbasic/shared/01.po
+++ b/translations/source/fr/helpcontent2/source/text/sbasic/shared/01.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 14:58+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fr/helpcontent2/source/text/sbasic/shared/02.po b/translations/source/fr/helpcontent2/source/text/sbasic/shared/02.po
index 7f107cd6a19..7fa24f0205a 100644
--- a/translations/source/fr/helpcontent2/source/text/sbasic/shared/02.po
+++ b/translations/source/fr/helpcontent2/source/text/sbasic/shared/02.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+helpcontent2%2Fsource%2Ftext%2Fsbasic%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-13 17:23+0200\n"
"Last-Translator: sophie <gautier.sophie@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 11080000.xhp#tit.help.text
diff --git a/translations/source/fr/helpcontent2/source/text/scalc.po b/translations/source/fr/helpcontent2/source/text/scalc.po
index 22dd4b077c8..9925f425210 100644
--- a/translations/source/fr/helpcontent2/source/text/scalc.po
+++ b/translations/source/fr/helpcontent2/source/text/scalc.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+helpcontent2%2Fsource%2Ftext%2Fscalc.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-13 13:21+0200\n"
"Last-Translator: sophie <gautier.sophie@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: main0112.xhp#tit.help.text
diff --git a/translations/source/fr/helpcontent2/source/text/scalc/00.po b/translations/source/fr/helpcontent2/source/text/scalc/00.po
index 3e57b8ec7be..152434bd547 100644
--- a/translations/source/fr/helpcontent2/source/text/scalc/00.po
+++ b/translations/source/fr/helpcontent2/source/text/scalc/00.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-13 21:16+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fr/helpcontent2/source/text/scalc/01.po b/translations/source/fr/helpcontent2/source/text/scalc/01.po
index 096e2023dda..a2c483c5b52 100644
--- a/translations/source/fr/helpcontent2/source/text/scalc/01.po
+++ b/translations/source/fr/helpcontent2/source/text/scalc/01.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-13 17:23+0200\n"
"Last-Translator: sophie <gautier.sophie@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 04020000.xhp#tit.help.text
diff --git a/translations/source/fr/helpcontent2/source/text/scalc/02.po b/translations/source/fr/helpcontent2/source/text/scalc/02.po
index 5865f8859da..424c6f0c595 100644
--- a/translations/source/fr/helpcontent2/source/text/scalc/02.po
+++ b/translations/source/fr/helpcontent2/source/text/scalc/02.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-08-07 16:57+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fr/helpcontent2/source/text/scalc/04.po b/translations/source/fr/helpcontent2/source/text/scalc/04.po
index c95ce0da61f..c995c485b61 100644
--- a/translations/source/fr/helpcontent2/source/text/scalc/04.po
+++ b/translations/source/fr/helpcontent2/source/text/scalc/04.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-21 15:43+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fr/helpcontent2/source/text/scalc/05.po b/translations/source/fr/helpcontent2/source/text/scalc/05.po
index af9dcabea93..95c52a4b160 100644
--- a/translations/source/fr/helpcontent2/source/text/scalc/05.po
+++ b/translations/source/fr/helpcontent2/source/text/scalc/05.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2012-01-13 14:29+0200\n"
"Last-Translator: sophie <gautier.sophie@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: empty_cells.xhp#tit.help.text
diff --git a/translations/source/fr/helpcontent2/source/text/scalc/guide.po b/translations/source/fr/helpcontent2/source/text/scalc/guide.po
index 569d8a0f977..f21783170e7 100644
--- a/translations/source/fr/helpcontent2/source/text/scalc/guide.po
+++ b/translations/source/fr/helpcontent2/source/text/scalc/guide.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+helpcontent2%2Fsource%2Ftext%2Fscalc%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-01-13 17:30+0200\n"
"Last-Translator: sophie <gautier.sophie@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: year2000.xhp#tit.help.text
diff --git a/translations/source/fr/helpcontent2/source/text/schart.po b/translations/source/fr/helpcontent2/source/text/schart.po
index 3b837c7934a..b381be377f4 100644
--- a/translations/source/fr/helpcontent2/source/text/schart.po
+++ b/translations/source/fr/helpcontent2/source/text/schart.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+helpcontent2%2Fsource%2Ftext%2Fschart.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 15:02+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fr/helpcontent2/source/text/schart/00.po b/translations/source/fr/helpcontent2/source/text/schart/00.po
index 91b4386a8a1..2c87db58919 100644
--- a/translations/source/fr/helpcontent2/source/text/schart/00.po
+++ b/translations/source/fr/helpcontent2/source/text/schart/00.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-13 14:40+0200\n"
"Last-Translator: sophie <gautier.sophie@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 00000004.xhp#tit.help.text
diff --git a/translations/source/fr/helpcontent2/source/text/schart/01.po b/translations/source/fr/helpcontent2/source/text/schart/01.po
index 6375be70fca..e65ab828087 100644
--- a/translations/source/fr/helpcontent2/source/text/schart/01.po
+++ b/translations/source/fr/helpcontent2/source/text/schart/01.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-13 14:40+0200\n"
"Last-Translator: sophie <gautier.sophie@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 04020000.xhp#tit.help.text
diff --git a/translations/source/fr/helpcontent2/source/text/schart/02.po b/translations/source/fr/helpcontent2/source/text/schart/02.po
index 3ec58e14635..1ebeae5e2fa 100644
--- a/translations/source/fr/helpcontent2/source/text/schart/02.po
+++ b/translations/source/fr/helpcontent2/source/text/schart/02.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 15:02+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fr/helpcontent2/source/text/schart/04.po b/translations/source/fr/helpcontent2/source/text/schart/04.po
index 83ef8dab542..50837f6a4c5 100644
--- a/translations/source/fr/helpcontent2/source/text/schart/04.po
+++ b/translations/source/fr/helpcontent2/source/text/schart/04.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+helpcontent2%2Fsource%2Ftext%2Fschart%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 15:02+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fr/helpcontent2/source/text/sdraw.po b/translations/source/fr/helpcontent2/source/text/sdraw.po
index ecf51a4e8f7..44fd9ebfca3 100644
--- a/translations/source/fr/helpcontent2/source/text/sdraw.po
+++ b/translations/source/fr/helpcontent2/source/text/sdraw.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+helpcontent2%2Fsource%2Ftext%2Fsdraw.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-11-06 18:41+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fr/helpcontent2/source/text/sdraw/00.po b/translations/source/fr/helpcontent2/source/text/sdraw/00.po
index 6f7658fdba1..e90a95f2458 100644
--- a/translations/source/fr/helpcontent2/source/text/sdraw/00.po
+++ b/translations/source/fr/helpcontent2/source/text/sdraw/00.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-05 15:02+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fr/helpcontent2/source/text/sdraw/01.po b/translations/source/fr/helpcontent2/source/text/sdraw/01.po
index 75b52221128..7b9e0b86a8e 100644
--- a/translations/source/fr/helpcontent2/source/text/sdraw/01.po
+++ b/translations/source/fr/helpcontent2/source/text/sdraw/01.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 15:02+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fr/helpcontent2/source/text/sdraw/04.po b/translations/source/fr/helpcontent2/source/text/sdraw/04.po
index 33e7ed3aa26..00815adf725 100644
--- a/translations/source/fr/helpcontent2/source/text/sdraw/04.po
+++ b/translations/source/fr/helpcontent2/source/text/sdraw/04.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-21 16:01+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fr/helpcontent2/source/text/sdraw/guide.po b/translations/source/fr/helpcontent2/source/text/sdraw/guide.po
index 6ef0d6f5409..77d50851a94 100644
--- a/translations/source/fr/helpcontent2/source/text/sdraw/guide.po
+++ b/translations/source/fr/helpcontent2/source/text/sdraw/guide.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+helpcontent2%2Fsource%2Ftext%2Fsdraw%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-08-07 18:29+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fr/helpcontent2/source/text/shared.po b/translations/source/fr/helpcontent2/source/text/shared.po
index 4f245fe11d6..b4cd3395154 100644
--- a/translations/source/fr/helpcontent2/source/text/shared.po
+++ b/translations/source/fr/helpcontent2/source/text/shared.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+helpcontent2%2Fsource%2Ftext%2Fshared.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2012-01-13 17:22+0200\n"
"Last-Translator: sophie <gautier.sophie@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: main0226.xhp#tit.help.text
diff --git a/translations/source/fr/helpcontent2/source/text/shared/00.po b/translations/source/fr/helpcontent2/source/text/shared/00.po
index 95cd10f37f4..d1d61c1c209 100644
--- a/translations/source/fr/helpcontent2/source/text/shared/00.po
+++ b/translations/source/fr/helpcontent2/source/text/shared/00.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-01-13 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 00000200.xhp#tit.help.text
diff --git a/translations/source/fr/helpcontent2/source/text/shared/01.po b/translations/source/fr/helpcontent2/source/text/shared/01.po
index d17a132c322..efea92b6ee1 100644
--- a/translations/source/fr/helpcontent2/source/text/shared/01.po
+++ b/translations/source/fr/helpcontent2/source/text/shared/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
-"PO-Revision-Date: 2012-01-13 11:03+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
+"PO-Revision-Date: 2012-03-01 18:39+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: fr\n"
@@ -20778,7 +20778,7 @@ msgstr "AutoCorrecton"
#: 06040000.xhp#par_id3150838.help.text
msgid "<variable id=\"autoko\"><ahelp hid=\".uno:AutoCorrectDlg\">Sets the options for automatically replacing text as you type.</ahelp></variable>"
-msgstr "<variable id=\"autoko\"><ahelp hid=\".uno:AutoCorrectDlg\">Défini les options pour remplacer automatiquement le texte pendant la saisie.</ahelp></variable>"
+msgstr "<variable id=\"autoko\"><ahelp hid=\".uno:AutoCorrectDlg\">Définit les options pour remplacer automatiquement le texte pendant la saisie.</ahelp></variable>"
#: 06040000.xhp#par_id3147261.help.text
msgid "The AutoCorrect settings are applied when you press the Spacebar after you enter a word."
diff --git a/translations/source/fr/helpcontent2/source/text/shared/02.po b/translations/source/fr/helpcontent2/source/text/shared/02.po
index 71b52a06b2e..631f70ebf60 100644
--- a/translations/source/fr/helpcontent2/source/text/shared/02.po
+++ b/translations/source/fr/helpcontent2/source/text/shared/02.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-01-13 11:04+0200\n"
"Last-Translator: sophie <gautier.sophie@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 18010000.xhp#tit.help.text
diff --git a/translations/source/fr/helpcontent2/source/text/shared/04.po b/translations/source/fr/helpcontent2/source/text/shared/04.po
index fa735158232..c37d32155ab 100644
--- a/translations/source/fr/helpcontent2/source/text/shared/04.po
+++ b/translations/source/fr/helpcontent2/source/text/shared/04.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-16 08:53+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fr/helpcontent2/source/text/shared/05.po b/translations/source/fr/helpcontent2/source/text/shared/05.po
index 737f58748cf..d4a89a726a1 100644
--- a/translations/source/fr/helpcontent2/source/text/shared/05.po
+++ b/translations/source/fr/helpcontent2/source/text/shared/05.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F05.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 15:05+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fr/helpcontent2/source/text/shared/07.po b/translations/source/fr/helpcontent2/source/text/shared/07.po
index 556e47f9575..ca285702108 100644
--- a/translations/source/fr/helpcontent2/source/text/shared/07.po
+++ b/translations/source/fr/helpcontent2/source/text/shared/07.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+helpcontent2%2Fsource%2Ftext%2Fshared%2F07.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 15:05+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fr/helpcontent2/source/text/shared/autokorr.po b/translations/source/fr/helpcontent2/source/text/shared/autokorr.po
index 0a511e1d3c8..65c10d6dbb1 100644
--- a/translations/source/fr/helpcontent2/source/text/shared/autokorr.po
+++ b/translations/source/fr/helpcontent2/source/text/shared/autokorr.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautokorr.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-05 15:05+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fr/helpcontent2/source/text/shared/autopi.po b/translations/source/fr/helpcontent2/source/text/shared/autopi.po
index c35f0b0b90d..2696bf89703 100644
--- a/translations/source/fr/helpcontent2/source/text/shared/autopi.po
+++ b/translations/source/fr/helpcontent2/source/text/shared/autopi.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fautopi.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-13 11:04+0200\n"
"Last-Translator: sophie <gautier.sophie@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 01110200.xhp#tit.help.text
diff --git a/translations/source/fr/helpcontent2/source/text/shared/explorer/database.po b/translations/source/fr/helpcontent2/source/text/shared/explorer/database.po
index 111604f54ed..e1495d533cf 100644
--- a/translations/source/fr/helpcontent2/source/text/shared/explorer/database.po
+++ b/translations/source/fr/helpcontent2/source/text/shared/explorer/database.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fexplorer%2Fdatabase.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-01-13 11:06+0200\n"
"Last-Translator: sophie <gautier.sophie@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 11080000.xhp#tit.help.text
diff --git a/translations/source/fr/helpcontent2/source/text/shared/guide.po b/translations/source/fr/helpcontent2/source/text/shared/guide.po
index 12fab0d352c..3522523b80d 100644
--- a/translations/source/fr/helpcontent2/source/text/shared/guide.po
+++ b/translations/source/fr/helpcontent2/source/text/shared/guide.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+helpcontent2%2Fsource%2Ftext%2Fshared%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-01-13 11:26+0200\n"
"Last-Translator: sophie <gautier.sophie@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: redlining_doccompare.xhp#tit.help.text
diff --git a/translations/source/fr/helpcontent2/source/text/shared/optionen.po b/translations/source/fr/helpcontent2/source/text/shared/optionen.po
index f0c31df101c..be3b1f25592 100644
--- a/translations/source/fr/helpcontent2/source/text/shared/optionen.po
+++ b/translations/source/fr/helpcontent2/source/text/shared/optionen.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fshared%2Foptionen.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
-"PO-Revision-Date: 2012-01-13 11:36+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-02-21 12:40+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: fr\n"
@@ -124,8 +124,8 @@ msgid "If you import an MS Word document, the spaces are automatically added dur
msgstr "Si vous importez un document MS Word, les espaces sont automatiquement ajoutés lors de la conversion."
#: 01041000.xhp#hd_id3149964.42.help.text
-msgid "Use StarOffice 6.0/7 tab stop formatting"
-msgstr "Utiliser le formatage de tabulation StarOffice 6.0/7"
+msgid "Use OpenOffice.org 1.1 tab stop formatting"
+msgstr "Utiliser le formatage de tabulation OpenOffice.org 1.1"
#: 01041000.xhp#par_id3152777.43.help.text
msgid "<ahelp hid=\"SW_CHECKBOX_TP_OPTLOAD_PAGE_CB_TAB_ALIGNMENT\">Specifies how to align text at tab stops beyond the right margin, how to handle decimal tab stops, and how to handle tab stops close to a line break.</ahelp> If this check box is not selected, tab stops are handled in the same way as in other Office applications."
@@ -148,8 +148,8 @@ msgid "In text documents created by your current version of Writer, the addition
msgstr "Dans les documents texte créés avec la version actuelle de Writer, l'interlignage supplémentaire est utilisé par défaut. Dans les documents texte créés avec Writer par les versions antérieures à StarOffice 8 et OpenOffice.org 2.0, l'interlignage supplémentaire n'est pas utilisé."
#: 01041000.xhp#par_idN107FF.help.text
-msgid "Use StarOffice 6.0/7 line spacing"
-msgstr "Utiliser des interlignes StarOffice 6.0/7"
+msgid "Use OpenOffice.org 1.1 line spacing"
+msgstr "Utiliser l'interlinge OpenOffice.org 1.1"
#: 01041000.xhp#par_idN10815.help.text
msgid "If the option is off, a new process for formatting text lines with proportional line spacing will be applied. If the option is on, the previous method of formatting of text lines with proportional line spacing will be applied."
@@ -173,8 +173,8 @@ msgid "If the option is off, table cells will be formatted as in Writer versions
msgstr "Si vous désactivez cette option, les cellules des tableaux seront formatées de la même manière que dans les versions Writer antérieures à StarOffice 8 ou OpenOffice.org 2.0. Dans le cas contraire, une méthode altérnative de formatage des cellules sera appliquée. Par défaut, cette option est activée pour les nouveaux documents créés via %PRODUCTNAME %PRODUCTVERSION ainsi que pour les documents importés au format Microsoft Word."
#: 01041000.xhp#par_idN1084C.help.text
-msgid "Use StarOffice 6.0/7 object positioning"
-msgstr "Utiliser le positionnement des objets StarOffice 6.0/7"
+msgid "Use OpenOffice.org 1.1 object positioning"
+msgstr "Utiliser le positionnement des objets OpenOffice.org 1.1"
#: 01041000.xhp#par_idN10864.help.text
msgid "Specifies how to calculate the position of floating objects anchored to a character or paragraph with respect to the top and bottom paragraph spacing."
@@ -189,8 +189,8 @@ msgid "The option will be set to off for new documents. For Writer documents cre
msgstr "L'option sera désactivée pour les nouveaux documents. Pour les documents Writer créés via une version de %PRODUCTNAME antérieure à %PRODUCTVERSION, l'option est activée."
#: 01041000.xhp#par_idN10821.help.text
-msgid "Use StarOffice 6.0/7 text wrapping around objects"
-msgstr "Utiliser l'habillage de texte autour des objets StarOffice 6.0/7"
+msgid "Use OpenOffice.org 1.1 text wrapping around objects"
+msgstr "Utiliser l'habillage de texte OpenOffice.org 1.1 autour des objets"
#: 01041000.xhp#par_id4016541.help.text
msgid "MS Word and Writer have different approaches on wrapping text around floating screen objects. Floating screen object are Writer frames and drawing objects, and the objects 'text box', 'graphic', 'frame', 'picture' etc. in MS Word."
@@ -3164,23 +3164,6 @@ msgstr "Images et objets"
msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PGRF\">Specifies whether the graphics of your text document are printed.</ahelp>"
msgstr "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PGRF\">Indiqe si les images du document texte sont imprimées.</ahelp>"
-#: 01040400.xhp#hd_id3150771.7.help.text
-msgctxt "01040400.xhp#hd_id3150771.7.help.text"
-msgid "Tables"
-msgstr "Tables"
-
-#: 01040400.xhp#par_id3148943.8.help.text
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PTAB\">Specifies whether the tables of the text document are printed.</ahelp>"
-msgstr "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PTAB\">Indique si les tables du document texte sont imprimées.</ahelp>"
-
-#: 01040400.xhp#hd_id3149294.9.help.text
-msgid "Drawings (not for HTML documents)"
-msgstr "Dessins (sauf documents HTML)"
-
-#: 01040400.xhp#par_id3149457.10.help.text
-msgid "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PDRAW\">Specifies whether graphics created with $[officename] drawing functions are printed.</ahelp>"
-msgstr "<ahelp hid=\"sw:CheckBox:TP_OPTPRINT_PAGE:CB_PDRAW\">Indique si les images créées avec les fonctions de dessin $[officename] sont imprimées.</ahelp>"
-
#: 01040400.xhp#hd_id3153525.11.help.text
msgid "Form controls"
msgstr "Contrôles de formulaire"
@@ -5449,14 +5432,6 @@ msgstr "<emph>Exemple :</emph> saisissez le texte 'Test' dans la cellule A1 et l
msgid "The EXACT text function is always case-sensitive, independent of the settings in this dialog."
msgstr "La fonction de texte EXACT respecte toujours la casse, quel que soit le paramètre sélectionné dans cette boîte de dialogue."
-#: 01060500.xhp#hd_id3145231.53.help.text
-msgid "Decimal places"
-msgstr "Décimales"
-
-#: 01060500.xhp#par_id3149568.54.help.text
-msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
-msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Définit le nombre de décimales devant s'afficher pour les nombres au format numérique <emph>standard</emph>. Les nombres s'affichent sous forme arrondie, mais ne sont pas enregistrés sous cette forme.</ahelp>"
-
#: 01060500.xhp#hd_id3145150.30.help.text
msgid "Precision as shown"
msgstr "Précision comme affiché"
@@ -5545,6 +5520,14 @@ msgstr "Limiter les décimales pour le format de nombre général"
msgid "<ahelp hid=\".\">You can specify the maximum number of decimal places that are shown by default for cells with General number format. If not enabled, cells with General number format show as many decimal places as the column width allows.</ahelp>"
msgstr "<ahelp hid=\".\">Vous pouvez spécifier le nombre maximum de décimales qui sont affichées par défaut pour les cellules ayant le format de nombre Général. Si non activé, les cellules ayant le format de nombre Général affichent autant de décimales après la virgule que la largeur de la colonne le permet.</ahelp>"
+#: 01060500.xhp#hd_id3145231.53.help.text
+msgid "Decimal places"
+msgstr "Décimales"
+
+#: 01060500.xhp#par_id3149568.54.help.text
+msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Defines the number of decimals to be displayed for numbers with the <emph>Standard</emph> number format. The numbers are displayed as rounded numbers, but are not saved as rounded numbers.</ahelp>"
+msgstr "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\">Définit le nombre de décimales devant s'afficher pour les nombres au format numérique <emph>standard</emph>. Les nombres s'affichent sous forme arrondie, mais ne sont pas enregistrés sous cette forme.</ahelp>"
+
#: viewcertificate_c.xhp#tit.help.text
msgid "Certificate Path"
msgstr "Chemin du certificat"
@@ -5808,8 +5791,8 @@ msgid "View"
msgstr "Affichage"
#: 01060100.xhp#bm_id3147242.help.text
-msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>handles; showing large handles (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
-msgstr "<bookmark_value>Cellules;affichage des lignes de la grille (Calc)</bookmark_value> <bookmark_value>Bordures;cellules à l'écran (Calc)</bookmark_value> <bookmark_value>Grilles;affichage des lignes (Calc)</bookmark_value> <bookmark_value>Couleurs;cellules et lignes de la grille(Calc)</bookmark_value> <bookmark_value>Sauts de page;affichage(Calc)</bookmark_value> <bookmark_value>Guides;affichage (Calc)</bookmark_value> <bookmark_value>Poignées;affichage de grandes poignées (Calc)</bookmark_value> <bookmark_value>Affichage;valeurs zéro (Calc)</bookmark_value> <bookmark_value>Valeurs zéro;affichage (Calc)</bookmark_value> <bookmark_value>Tables dans les feuilles de calcul;mise en évidence des valeurs</bookmark_value> <bookmark_value>Cellules;formattage sans effet (Calc)</bookmark_value> <bookmark_value>Cellules;coloration (Calc)</bookmark_value> <bookmark_value>Ancres;affichage (Calc)</bookmark_value> <bookmark_value>Couleurs;restriction (Calc)</bookmark_value> <bookmark_value>Dépassement du texte dans les cellules de feuille de calcul</bookmark_value> <bookmark_value>Références;affichage en couleur (Calc)</bookmark_value> <bookmark_value>Objets;affichage dans les feuilles de calcul</bookmark_value> <bookmark_value>Images;affichage dans Calc</bookmark_value> <bookmark_value>Diagrammes;affichage (Calc)</bookmark_value> <bookmark_value>Objets de dessin;affichage (Calc)</bookmark_value> <bookmark_value>En-têtes de ligne;affichage (Calc)</bookmark_value> <bookmark_value>En-têtes de colonne;affichage (Calc)</bookmark_value> <bookmark_value>Barre de défilement;affichage (Calc)</bookmark_value> <bookmark_value>Ongles de feuille;affichage</bookmark_value> <bookmark_value>Onglets;affichage des onglets de feuille</bookmark_value> <bookmark_value>Plans;symboles du plan</bookmark_value>"
+msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
+msgstr "<bookmark_value>Cellules;afficher les lignes de la grille (Calc)</bookmark_value> <bookmark_value>Bordures;cellules à l'écran (Calc)</bookmark_value> <bookmark_value>Grilles; afficher les lignes (Calc)</bookmark_value> <bookmark_value>Couleurs;lignes de la grille et cellules (Calc)</bookmark_value> <bookmark_value>Sauts de page;affichage (Calc)</bookmark_value> <bookmark_value>Guides;afficher (Calc)</bookmark_value> <bookmark_value>Affichage;valeurs zéro (Calc)</bookmark_value> <bookmark_value>Valeurs zéro;affichage (Calc)</bookmark_value> <bookmark_value>Tableaux dans les classeurs;mise en évidence des valeurs</bookmark_value> <bookmark_value>Cellules;formatage sans effet (Calc)</bookmark_value> <bookmark_value>Cellules;coloration (Calc)</bookmark_value> <bookmark_value>Ancres;affichage (Calc)</bookmark_value> <bookmark_value>Couleurs;restriction (Calc)</bookmark_value> <bookmark_value>Dépassement du texte dans les cellules de classeur</bookmark_value> <bookmark_value>Références;affichage en couleur (Calc)</bookmark_value> <bookmark_value>Objects;affichage dans les classeurs</bookmark_value> <bookmark_value>Images;affichage dans Calc</bookmark_value> <bookmark_value>Diagrammes;affichage (Calc)</bookmark_value> <bookmark_value>Objets de dessin;affichage (Calc)</bookmark_value> <bookmark_value>En-têtes de ligne;affichage (Calc)</bookmark_value> <bookmark_value>En-têtes de dolonne;affichage (Calc)</bookmark_value> <bookmark_value>Barre de défilement;affichage (Calc)</bookmark_value> <bookmark_value>Onglets de feuille;affichage</bookmark_value> <bookmark_value>Onglets;affichage des onglets de feuille</bookmark_value> <bookmark_value>Plans;symboles du plan</bookmark_value>"
#: 01060100.xhp#hd_id3150445.1.help.text
msgid "<link href=\"text/shared/optionen/01060100.xhp\" name=\"View\">View</link>"
@@ -5861,15 +5844,6 @@ msgstr "Lignes d'aide lors du déplament"
msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">Specifies whether to view guides when moving drawings, frames, graphics and other objects.</ahelp> These guides help you align objects."
msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\">Spécifie si des repères doivent s'afficher lorsque des dessins, des cadres, des images et autres objets sont déplacés.</ahelp> Ces repères peuvent vous aider pour l'alignement des objets."
-#: 01060100.xhp#hd_id3149202.40.help.text
-msgctxt "01060100.xhp#hd_id3149202.40.help.text"
-msgid "Large handles"
-msgstr "Grandes poignées"
-
-#: 01060100.xhp#par_id3154123.41.help.text
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\">Specifies that larger than normal handles (the eight points on a selection box) are displayed.</ahelp>"
-msgstr "<ahelp hid=\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\">Spécifie que des poignées (les huit points représentés sur une zone de sélection) plus grandes que les poignées standard sont affichées.</ahelp>"
-
#: 01060100.xhp#hd_id3152920.3.help.text
msgctxt "01060100.xhp#hd_id3152920.3.help.text"
msgid "Display"
@@ -6810,8 +6784,8 @@ msgid "View"
msgstr "Affichage"
#: 01040200.xhp#bm_id3156346.help.text
-msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>handles; displaying (Writer)</bookmark_value><bookmark_value>large handles (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
-msgstr "<bookmark_value>Lignes de capture;affichage lors du déplacement des cadres (Writer)</bookmark_value><bookmark_value>Poignées;affichage (Writer)</bookmark_value><bookmark_value>Grandes poignées (Writer)</bookmark_value><bookmark_value>Barres de défilement;horizontales et verticales (Writer)</bookmark_value><bookmark_value>Barres de défilement horizontales (Writer)</bookmark_value><bookmark_value>Barres de défilement verticales (Writer)</bookmark_value><bookmark_value>Défilement doux (Writer)</bookmark_value><bookmark_value>Affichage; Objets et images (Writer)</bookmark_value><bookmark_value>Images;affichage dans Writer (Writer)</bookmark_value><bookmark_value>Objets; affichage dans les documents texte</bookmark_value><bookmark_value>Affichage;tableaux (Writer)</bookmark_value><bookmark_value>Tableaux dans le texte;affichage</bookmark_value><bookmark_value>Délimitations des tableaux (Writer)</bookmark_value><bookmark_value>Bordures;délimitations du tableau (Writer)</bookmark_value><bookmark_value>Délimitations des tableaux (Writer)</bookmark_value><bookmark_value>Affichage;dessins et contrôles (Writer)</bookmark_value><bookmark_value>Dessins;affichage (Writer)</bookmark_value><bookmark_value>Contrôles;affichage (Writer)</bookmark_value><bookmark_value>Champs;affichage du code des champs (Writer)</bookmark_value><bookmark_value>Affichage;commentaires dans les documents textes</bookmark_value>"
+msgid "<bookmark_value>snap lines; showing when moving frames (Writer)</bookmark_value><bookmark_value>scrollbars; horizontal and vertical (Writer)</bookmark_value><bookmark_value>horizontal scrollbars (Writer)</bookmark_value><bookmark_value>vertical scrollbars (Writer)</bookmark_value><bookmark_value>smooth scrolling (Writer)</bookmark_value><bookmark_value>displaying; pictures and objects (Writer)</bookmark_value><bookmark_value>pictures; displaying in Writer (Writer)</bookmark_value><bookmark_value>objects; displaying in text documents</bookmark_value><bookmark_value>displaying; tables (Writer)</bookmark_value><bookmark_value>tables in text; displaying</bookmark_value><bookmark_value>limits of tables (Writer)</bookmark_value><bookmark_value>borders;table boundaries (Writer)</bookmark_value><bookmark_value>boundaries of tables (Writer)</bookmark_value><bookmark_value>showing; drawings and controls (Writer)</bookmark_value><bookmark_value>drawings; showing (Writer)</bookmark_value><bookmark_value>controls; showing (Writer)</bookmark_value><bookmark_value>fields;displaying field codes (Writer)</bookmark_value><bookmark_value>displaying; comments in text documents</bookmark_value>"
+msgstr "<bookmark_value>Lignes de capture;affichage lors du déplacement des cadres (Writer)</bookmark_value><bookmark_value>Barres de défilement;horizontale et verticale (Writer)</bookmark_value><bookmark_value>Barre de défilement horizontale (Writer)</bookmark_value><bookmark_value>Barre de défilement vertical (Writer)</bookmark_value><bookmark_value>Défilement doux (Writer)</bookmark_value><bookmark_value>Affichage; images et objets (Writer)</bookmark_value><bookmark_value>Images;affichage dans Writer (Writer)</bookmark_value><bookmark_value>Objects;affichage dans les documents texte</bookmark_value><bookmark_value>Affichage;tableaux (Writer)</bookmark_value><bookmark_value>Tableaux dans les texte;affichage</bookmark_value><bookmark_value>Délimitations des tableaux (Writer)</bookmark_value><bookmark_value>Bordures;délimitations du tableau (Writer)</bookmark_value><bookmark_value>Délimitations des tableaux (Writer)</bookmark_value><bookmark_value>Affichage;dessins et contrôles (Writer)</bookmark_value><bookmark_value>Dessins; affichage (Writer)</bookmark_value><bookmark_value>Contrôles; affichage (Writer)</bookmark_value><bookmark_value>Champs;affichage du code des champs (Writer)</bookmark_value><bookmark_value>Affichage;commentaires dans les documents texte</bookmark_value>"
#: 01040200.xhp#hd_id3145090.1.help.text
msgid "<link href=\"text/shared/optionen/01040200.xhp\" name=\"View\">View</link>"
@@ -6838,15 +6812,6 @@ msgstr "Lignes d'aide lors du déplacement"
msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">Displays snap lines around the frames when frames are moved. You can select the<emph> Helplines While Moving </emph>option to show the exact position of the object using lineal values.</ahelp>"
msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\">Affiche des lignes de capture autour des cadres lorsque ceux-ci sont déplacés. Vous pouvez sélectionner l'option <emph>Lignes d'aide lors du déplacement</emph> pour que la position exacte de l'objet s'affiche sous forme de valeurs linéaires.</ahelp>"
-#: 01040200.xhp#hd_id3149763.32.help.text
-msgctxt "01040200.xhp#hd_id3149763.32.help.text"
-msgid "Large handles"
-msgstr "Grandes poignées"
-
-#: 01040200.xhp#par_id3153665.33.help.text
-msgid "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_BIGHANDLE\">Displays larger sized handles (the eight points on a delimiting rectangle).</ahelp>"
-msgstr "<ahelp hid=\"SW_CHECKBOX_TP_CONTENT_OPT_CB_BIGHANDLE\">Affiche des poignées (les huit points sur un rectangle de délimitation) de grande taille.</ahelp>"
-
#: 01040200.xhp#hd_id3149416.11.help.text
msgctxt "01040200.xhp#hd_id3149416.11.help.text"
msgid "View"
@@ -6940,9 +6905,8 @@ msgid "If the <emph>Graphics and objects </emph>option is not selected, no graph
msgstr "Si l'option <emph>Images et objets</emph> n'est pas sélectionnée, aucune image n'est téléchargée depuis Internet. Les images contenues dans un tableau et dont la taille n'est pas indiquée peuvent causer des problèmes d'affichage si la page parcourue utilise une ancienne norme HTML."
#: 01040200.xhp#hd_id3156332.40.help.text
-msgctxt "01040200.xhp#hd_id3156332.40.help.text"
msgid "Tables"
-msgstr "Tables"
+msgstr "Tableaux"
#: 01040200.xhp#par_id3154482.41.help.text
msgid "<ahelp hid=\"SW:CHECKBOX:TP_CONTENT_OPT:CB_TBL\">Displays the tables contained in your document.</ahelp>"
diff --git a/translations/source/fr/helpcontent2/source/text/simpress.po b/translations/source/fr/helpcontent2/source/text/simpress.po
index a98fe7aa377..e82a0c37e0b 100644
--- a/translations/source/fr/helpcontent2/source/text/simpress.po
+++ b/translations/source/fr/helpcontent2/source/text/simpress.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+helpcontent2%2Fsource%2Ftext%2Fsimpress.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-11-06 18:47+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fr/helpcontent2/source/text/simpress/00.po b/translations/source/fr/helpcontent2/source/text/simpress/00.po
index 9143503824b..d576b610389 100644
--- a/translations/source/fr/helpcontent2/source/text/simpress/00.po
+++ b/translations/source/fr/helpcontent2/source/text/simpress/00.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2011-04-05 15:06+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fr/helpcontent2/source/text/simpress/01.po b/translations/source/fr/helpcontent2/source/text/simpress/01.po
index e1c3d4e5c87..87d3d0d9978 100644
--- a/translations/source/fr/helpcontent2/source/text/simpress/01.po
+++ b/translations/source/fr/helpcontent2/source/text/simpress/01.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-13 11:43+0200\n"
"Last-Translator: sophie <gautier.sophie@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 13150000.xhp#tit.help.text
diff --git a/translations/source/fr/helpcontent2/source/text/simpress/02.po b/translations/source/fr/helpcontent2/source/text/simpress/02.po
index 9b3718ae5e5..eb6fb3a29c2 100644
--- a/translations/source/fr/helpcontent2/source/text/simpress/02.po
+++ b/translations/source/fr/helpcontent2/source/text/simpress/02.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:06+0200\n"
"PO-Revision-Date: 2012-01-13 11:45+0200\n"
"Last-Translator: sophie <gautier.sophie@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 13150000.xhp#tit.help.text
@@ -298,32 +298,6 @@ msgstr "<image id=\"img_id3147341\" src=\"cmd/sc_doubleclicktextedit.png\" width
msgid "Double-click to add Text"
msgstr "Double-clic pour éditer du texte"
-#: 13080000.xhp#tit.help.text
-msgctxt "13080000.xhp#tit.help.text"
-msgid "Large Handles"
-msgstr "Grandes poignées"
-
-#: 13080000.xhp#bm_id3146119.help.text
-msgid "<bookmark_value>handles; large</bookmark_value>"
-msgstr "<bookmark_value>Poignées;grandes</bookmark_value>"
-
-#: 13080000.xhp#hd_id3146119.1.help.text
-msgid "<link href=\"text/simpress/02/13080000.xhp\" name=\"Large Handles\">Large Handles</link>"
-msgstr "<link href=\"text/simpress/02/13080000.xhp\" name=\"Grandes poignées\">Grandes poignées</link>"
-
-#: 13080000.xhp#par_id3153142.2.help.text
-msgid "<ahelp hid=\".uno:BigHandles\" visibility=\"visible\">Displays large selection handles.</ahelp>"
-msgstr "<ahelp hid=\".uno:BigHandles\" visibility=\"visible\">Affiche de grandes poignées de sélection.</ahelp>"
-
-#: 13080000.xhp#par_id3155445.help.text
-msgid "<image src=\"cmd/sc_bighandles.png\" id=\"img_id3153714\"><alt id=\"alt_id3153714\">Icon</alt></image>"
-msgstr "<image src=\"cmd/sc_bighandles.png\" id=\"img_id3153714\"><alt id=\"alt_id3153714\">Icône</alt></image>"
-
-#: 13080000.xhp#par_id3154755.4.help.text
-msgctxt "13080000.xhp#par_id3154755.4.help.text"
-msgid "Large Handles"
-msgstr "Grandes poignées"
-
#: 13170000.xhp#tit.help.text
msgctxt "13170000.xhp#tit.help.text"
msgid "Snap to Object Points"
diff --git a/translations/source/fr/helpcontent2/source/text/simpress/04.po b/translations/source/fr/helpcontent2/source/text/simpress/04.po
index 83a43733a81..5af5807dada 100644
--- a/translations/source/fr/helpcontent2/source/text/simpress/04.po
+++ b/translations/source/fr/helpcontent2/source/text/simpress/04.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-13 11:46+0200\n"
"Last-Translator: sophie <gautier.sophie@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 01020000.xhp#tit.help.text
diff --git a/translations/source/fr/helpcontent2/source/text/simpress/guide.po b/translations/source/fr/helpcontent2/source/text/simpress/guide.po
index 7812f4e5752..89cb3f42f5b 100644
--- a/translations/source/fr/helpcontent2/source/text/simpress/guide.po
+++ b/translations/source/fr/helpcontent2/source/text/simpress/guide.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+helpcontent2%2Fsource%2Ftext%2Fsimpress%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-01-13 12:03+0200\n"
"Last-Translator: sophie <gautier.sophie@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: layer_new.xhp#tit.help.text
diff --git a/translations/source/fr/helpcontent2/source/text/smath.po b/translations/source/fr/helpcontent2/source/text/smath.po
index 323f3435d58..4821b117d4f 100644
--- a/translations/source/fr/helpcontent2/source/text/smath.po
+++ b/translations/source/fr/helpcontent2/source/text/smath.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+helpcontent2%2Fsource%2Ftext%2Fsmath.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-13 12:03+0200\n"
"Last-Translator: sophie <gautier.sophie@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: main0101.xhp#tit.help.text
diff --git a/translations/source/fr/helpcontent2/source/text/smath/00.po b/translations/source/fr/helpcontent2/source/text/smath/00.po
index 085bfaf138f..35837da4053 100644
--- a/translations/source/fr/helpcontent2/source/text/smath/00.po
+++ b/translations/source/fr/helpcontent2/source/text/smath/00.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-18 23:14+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fr/helpcontent2/source/text/smath/01.po b/translations/source/fr/helpcontent2/source/text/smath/01.po
index c0f77651ef3..4e9a15f84dd 100644
--- a/translations/source/fr/helpcontent2/source/text/smath/01.po
+++ b/translations/source/fr/helpcontent2/source/text/smath/01.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-13 12:06+0200\n"
"Last-Translator: sophie <gautier.sophie@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 03091501.xhp#tit.help.text
diff --git a/translations/source/fr/helpcontent2/source/text/smath/02.po b/translations/source/fr/helpcontent2/source/text/smath/02.po
index edb6f1995a5..3553d068f0d 100644
--- a/translations/source/fr/helpcontent2/source/text/smath/02.po
+++ b/translations/source/fr/helpcontent2/source/text/smath/02.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-04-18 12:12+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fr/helpcontent2/source/text/smath/04.po b/translations/source/fr/helpcontent2/source/text/smath/04.po
index 995546bc28c..a77ea97403b 100644
--- a/translations/source/fr/helpcontent2/source/text/smath/04.po
+++ b/translations/source/fr/helpcontent2/source/text/smath/04.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2011-04-18 12:13+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fr/helpcontent2/source/text/smath/guide.po b/translations/source/fr/helpcontent2/source/text/smath/guide.po
index 3ca564697b3..6fa0336b4d1 100644
--- a/translations/source/fr/helpcontent2/source/text/smath/guide.po
+++ b/translations/source/fr/helpcontent2/source/text/smath/guide.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+helpcontent2%2Fsource%2Ftext%2Fsmath%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
"PO-Revision-Date: 2012-01-13 12:23+0200\n"
"Last-Translator: sophie <gautier.sophie@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: comment.xhp#tit.help.text
diff --git a/translations/source/fr/helpcontent2/source/text/swriter.po b/translations/source/fr/helpcontent2/source/text/swriter.po
index 9922b360af1..edfa4710325 100644
--- a/translations/source/fr/helpcontent2/source/text/swriter.po
+++ b/translations/source/fr/helpcontent2/source/text/swriter.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fswriter.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
-"PO-Revision-Date: 2011-04-18 23:02+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-03-01 18:37+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: fr\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: main0101.xhp#tit.help.text
@@ -942,7 +942,7 @@ msgstr "<link href=\"text/swriter/main0106.xhp\" name=\"Outils\">Outils</link>"
#: main0106.xhp#par_id3147258.2.help.text
msgid "<ahelp hid=\".\">Contains spelling tools, a gallery of object art that you can add to your document, as well as tools for configuring menus, and setting program preferences.</ahelp>"
-msgstr "<ahelp hid=\".\">Contient des outils linguistiques, une galerie d'objets artistiques que vous pouvez au document, des outils pour configurer les menus ainsi que des préférences de paramétrage de programme.</ahelp>"
+msgstr "<ahelp hid=\".\">Contient des outils linguistiques, une galerie d'objets artistiques que vous pouvez ajouter à votre document, des outils pour configurer les menus ainsi que des préférences de paramétrage de programme.</ahelp>"
#: main0106.xhp#hd_id3149965.8.help.text
msgid "<link href=\"text/swriter/01/06060000.xhp\" name=\"Outline Numbering\">Outline Numbering</link>"
diff --git a/translations/source/fr/helpcontent2/source/text/swriter/00.po b/translations/source/fr/helpcontent2/source/text/swriter/00.po
index 3ca768fcc5e..d42fcd1b748 100644
--- a/translations/source/fr/helpcontent2/source/text/swriter/00.po
+++ b/translations/source/fr/helpcontent2/source/text/swriter/00.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F00.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2011-12-21 17:21+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/translations/source/fr/helpcontent2/source/text/swriter/01.po b/translations/source/fr/helpcontent2/source/text/swriter/01.po
index 53a9bf36ceb..4906fd49e1b 100644
--- a/translations/source/fr/helpcontent2/source/text/swriter/01.po
+++ b/translations/source/fr/helpcontent2/source/text/swriter/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fswriter%2F01.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
-"PO-Revision-Date: 2012-01-13 12:28+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
+"PO-Revision-Date: 2012-03-01 18:38+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: fr\n"
@@ -7407,7 +7407,7 @@ msgstr "<link href=\"text/swriter/01/06160000.xhp\" name=\"Index actif\">Index a
#: 06160000.xhp#par_id3149499.2.help.text
msgid "<ahelp hid=\".uno:UpdateCurIndex\" visibility=\"visible\">Updates the current index.</ahelp> The current index is the one that contains the cursor."
-msgstr "<ahelp hid=\".uno:UpdateCurIndex\" visibility=\"visible\">Actualise l'index actif, </ahelp> qui est celui où se trouve le curseur."
+msgstr "<ahelp hid=\".uno:UpdateCurIndex\" visibility=\"visible\">Actualise l'index actif.</ahelp> L'index actif est celui où se trouve le curseur."
#: 06160000.xhp#par_id3154763.3.help.text
msgid "You can also right-click in an index or table of contents, and then choose <emph>Update Index/Table</emph>. The following commands are also available in the context menu:"
diff --git a/translations/source/fr/helpcontent2/source/text/swriter/02.po b/translations/source/fr/helpcontent2/source/text/swriter/02.po
index 4beb077c700..1fee907bff8 100644
--- a/translations/source/fr/helpcontent2/source/text/swriter/02.po
+++ b/translations/source/fr/helpcontent2/source/text/swriter/02.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F02.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:58+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-13 12:28+0200\n"
"Last-Translator: sophie <gautier.sophie@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 04250000.xhp#tit.help.text
diff --git a/translations/source/fr/helpcontent2/source/text/swriter/04.po b/translations/source/fr/helpcontent2/source/text/swriter/04.po
index a2443d7c90c..8cc6e614271 100644
--- a/translations/source/fr/helpcontent2/source/text/swriter/04.po
+++ b/translations/source/fr/helpcontent2/source/text/swriter/04.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+helpcontent2%2Fsource%2Ftext%2Fswriter%2F04.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 13:59+0200\n"
+"POT-Creation-Date: 2012-02-20 21:07+0200\n"
"PO-Revision-Date: 2012-01-13 12:28+0200\n"
"Last-Translator: sophie <gautier.sophie@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: Pootle 2.1.6\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: 01020000.xhp#tit.help.text
diff --git a/translations/source/fr/helpcontent2/source/text/swriter/guide.po b/translations/source/fr/helpcontent2/source/text/swriter/guide.po
index 74b6ee31e73..420db07c9cc 100644
--- a/translations/source/fr/helpcontent2/source/text/swriter/guide.po
+++ b/translations/source/fr/helpcontent2/source/text/swriter/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+helpcontent2%2Fsource%2Ftext%2Fswriter%2Fguide.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-11 14:00+0200\n"
-"PO-Revision-Date: 2012-01-13 12:38+0200\n"
+"POT-Creation-Date: 2012-02-20 21:08+0200\n"
+"PO-Revision-Date: 2012-02-21 12:42+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: fr\n"
@@ -5521,8 +5521,8 @@ msgid "There are several ways to create a table in a text document. You can inse
msgstr "Plusieurs méthodes sont possibles pour créer un tableau dans un document texte. Vous pouvez insérer un tableau depuis une barre d'outils, via une commande de menu ou depuis une feuille de calcul. "
#: table_insert.xhp#hd_id3155908.33.help.text
-msgid "To Insert a Table From the Insert Toolbar"
-msgstr "Pour insérer un tableau depuis la barre d'outils Insérer"
+msgid "To Insert a Table From a Toolbar"
+msgstr "Pour insérer un tableau depuis une barre d'outils"
#: table_insert.xhp#par_id3155861.34.help.text
msgctxt "table_insert.xhp#par_id3155861.34.help.text"
@@ -5530,8 +5530,8 @@ msgid "Place the cursor in your document where you want to insert the table."
msgstr "Placez le curseur dans le document à l'endroit où vous voulez insérer le tableau."
#: table_insert.xhp#par_id3147416.28.help.text
-msgid "On the <emph>Standard</emph> bar, click the arrow next to the <emph>Table</emph> icon."
-msgstr "Dans la barre <emph>Standard</emph>, cliquez sur la flèche située en regard de l'icône <emph>Tableau</emph>."
+msgid "On the <emph>Standard</emph> or the <emph>Insert</emph> bar, click the arrow next to the <emph>Table</emph> icon."
+msgstr "Dans la barre d'outils <emph>Insérer</emph> ou <emph>Standard</emph>, cliquez sur la flèche en regard de l'icône <emph>Tableau</emph>."
#: table_insert.xhp#par_id3153398.29.help.text
msgid "In the table grid, drag to select the numbers of rows and columns that you want, and then release."
diff --git a/translations/source/fr/instsetoo_native/inc_openoffice/windows/msi_languages.po b/translations/source/fr/instsetoo_native/inc_openoffice/windows/msi_languages.po
index 72cfc28b824..a4e3717485b 100644
--- a/translations/source/fr/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/translations/source/fr/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-21 19:07+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/mysqlc/source.po b/translations/source/fr/mysqlc/source.po
index 4afdf35fc36..2f490235245 100644
--- a/translations/source/fr/mysqlc/source.po
+++ b/translations/source/fr/mysqlc/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-01 15:08+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po b/translations/source/fr/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
index 90de45f1eb1..e4b9d6c8720 100644
--- a/translations/source/fr/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
+++ b/translations/source/fr/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/translations/source/fr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
index d364ab3577c..3828cba02a4 100644
--- a/translations/source/fr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
+++ b/translations/source/fr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fhelp%2Fen%2Fcom.sun.star.comp.Calc.NLPSolver.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 18:51+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/translations/source/fr/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
index 98f82f624d4..87244abff08 100644
--- a/translations/source/fr/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
+++ b/translations/source/fr/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fsrc%2Fcom%2Fsun%2Fstar%2Fcomp%2FCalc%2FNLPSolver.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-18 12:04+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/nlpsolver/src/locale.po b/translations/source/fr/nlpsolver/src/locale.po
index 7fe61b01516..27c190f2d8d 100644
--- a/translations/source/fr/nlpsolver/src/locale.po
+++ b/translations/source/fr/nlpsolver/src/locale.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fsrc%2Flocale.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 19:07+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/officecfg/registry/data/org/openoffice/Office.po b/translations/source/fr/officecfg/registry/data/org/openoffice/Office.po
index 4e5d82f833b..bc1e2e92165 100644
--- a/translations/source/fr/officecfg/registry/data/org/openoffice/Office.po
+++ b/translations/source/fr/officecfg/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 18:52+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/officecfg/registry/data/org/openoffice/Office/UI.po b/translations/source/fr/officecfg/registry/data/org/openoffice/Office/UI.po
index 0c1433b3989..dab9b6012cc 100644
--- a/translations/source/fr/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/fr/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,13 +3,13 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-21 17:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
+"PO-Revision-Date: 2012-02-26 18:05+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: fr\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: Pootle 2.1.6\n"
@@ -8150,6 +8150,10 @@ msgstr "Statut de la méthod~e de saisie"
msgid "Optio~n Bar"
msgstr "Barre d'~options"
+#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_SendFeedback.Label.value.text
+msgid "Send Feedback..."
+msgstr "Envoyer un retour..."
+
#: GenericCommands.xcu#..GenericCommands.UserInterface.Commands..uno_ShowLicense.Label.value.text
msgid "License Information..."
msgstr "Informations de licence..."
diff --git a/translations/source/fr/padmin/source.po b/translations/source/fr/padmin/source.po
index 4753332ff2b..8d2d0c4a4e9 100644
--- a/translations/source/fr/padmin/source.po
+++ b/translations/source/fr/padmin/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-21 19:08+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/readlicense_oo/docs/readme.po b/translations/source/fr/readlicense_oo/docs/readme.po
index 8556fbd7e8e..9a8d08197ea 100644
--- a/translations/source/fr/readlicense_oo/docs/readme.po
+++ b/translations/source/fr/readlicense_oo/docs/readme.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+readlicense_oo%2Fdocs%2Freadme.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
-"PO-Revision-Date: 2012-01-12 21:08+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-26 18:06+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: fr\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: readme.xrm#Welcome.Welcome.readmeitem.text
@@ -280,9 +280,13 @@ msgstr "Pour les systèmes basés sur Fedora : su -c 'yum install *freedesktop*.
msgid "For Mandriva-based systems: sudo urpmi *mandriva*.rpm"
msgstr "Pour les systèmes basés sur Mandriva : sudo urpmi *mandriva*.rpm"
+#: readme.xrm#rpminstallF.rpminstallF.readmeitem.text
+msgid "For SUSE-based systems: rpm -Uvh *suse*.rpm"
+msgstr "Pour les systèmes basés sur SUSE : rpm -Uvh *suse*.rpm"
+
#: readme.xrm#rpminstallD.rpminstallD.readmeitem.text
-msgid "For other RPM-based systems (Suse, etc.): rpm -Uvh *suse*.rpm"
-msgstr "Pour les autres systèmes basés sur RPM (Suse, etc) : rpm -Uvh *suse*.rpm"
+msgid "For other RPM-based systems: rpm -Uvh *freedesktop*.rpm"
+msgstr "Pour les autres systèmes basés sur RPM : rpm -Uvh *freedesktop*.rpm"
#: readme.xrm#rpminstallE.rpminstallE.readmeitem.text
msgctxt "readme.xrm#rpminstallE.rpminstallE.readmeitem.text"
diff --git a/translations/source/fr/reportbuilder/java/com/sun/star/report/function/metadata.po b/translations/source/fr/reportbuilder/java/com/sun/star/report/function/metadata.po
index 0d7cf687233..cb5d7019b1d 100644
--- a/translations/source/fr/reportbuilder/java/com/sun/star/report/function/metadata.po
+++ b/translations/source/fr/reportbuilder/java/com/sun/star/report/function/metadata.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fjava%2Fcom%2Fsun%2Fstar%2Freport%2Ffunction%2Fmetadata.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-21 18:53+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/reportbuilder/registry/data/org/openoffice/Office.po b/translations/source/fr/reportbuilder/registry/data/org/openoffice/Office.po
index 62c57e0f0ed..2759a535390 100644
--- a/translations/source/fr/reportbuilder/registry/data/org/openoffice/Office.po
+++ b/translations/source/fr/reportbuilder/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/reportbuilder/registry/data/org/openoffice/Office/UI.po b/translations/source/fr/reportbuilder/registry/data/org/openoffice/Office/UI.po
index 10996e67c97..be5d3103f53 100644
--- a/translations/source/fr/reportbuilder/registry/data/org/openoffice/Office/UI.po
+++ b/translations/source/fr/reportbuilder/registry/data/org/openoffice/Office/UI.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-10-30 19:50+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/reportbuilder/registry/data/org/openoffice/TypeDetection.po b/translations/source/fr/reportbuilder/registry/data/org/openoffice/TypeDetection.po
index 1946028ee4b..ffe2a3d90de 100644
--- a/translations/source/fr/reportbuilder/registry/data/org/openoffice/TypeDetection.po
+++ b/translations/source/fr/reportbuilder/registry/data/org/openoffice/TypeDetection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 19:08+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/reportbuilder/util.po b/translations/source/fr/reportbuilder/util.po
index 62e794b78a2..6852b5ab484 100644
--- a/translations/source/fr/reportbuilder/util.po
+++ b/translations/source/fr/reportbuilder/util.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-21 19:09+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/reportdesign/source/core/resource.po b/translations/source/fr/reportdesign/source/core/resource.po
index 4aeef5d7daf..577029be203 100644
--- a/translations/source/fr/reportdesign/source/core/resource.po
+++ b/translations/source/fr/reportdesign/source/core/resource.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/reportdesign/source/ui/dlg.po b/translations/source/fr/reportdesign/source/ui/dlg.po
index ab6ab4a4dca..b02a6e548ac 100644
--- a/translations/source/fr/reportdesign/source/ui/dlg.po
+++ b/translations/source/fr/reportdesign/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:41+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/reportdesign/source/ui/inspection.po b/translations/source/fr/reportdesign/source/ui/inspection.po
index 6365c90985b..d55d44e8300 100644
--- a/translations/source/fr/reportdesign/source/ui/inspection.po
+++ b/translations/source/fr/reportdesign/source/ui/inspection.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-21 18:54+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/reportdesign/source/ui/report.po b/translations/source/fr/reportdesign/source/ui/report.po
index ccc8d670a94..f34559079b9 100644
--- a/translations/source/fr/reportdesign/source/ui/report.po
+++ b/translations/source/fr/reportdesign/source/ui/report.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:41+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sc/source/core/src.po b/translations/source/fr/sc/source/core/src.po
index 345eacc72f7..5baca523078 100644
--- a/translations/source/fr/sc/source/core/src.po
+++ b/translations/source/fr/sc/source/core/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sc/source/ui/cctrl.po b/translations/source/fr/sc/source/ui/cctrl.po
index 72d9bb0e551..46479dd45f3 100644
--- a/translations/source/fr/sc/source/ui/cctrl.po
+++ b/translations/source/fr/sc/source/ui/cctrl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sc/source/ui/dbgui.po b/translations/source/fr/sc/source/ui/dbgui.po
index 35034fb427a..b3f80f15a9a 100644
--- a/translations/source/fr/sc/source/ui/dbgui.po
+++ b/translations/source/fr/sc/source/ui/dbgui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-10-30 19:52+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sc/source/ui/docshell.po b/translations/source/fr/sc/source/ui/docshell.po
index 08ddb4c0788..2285375e261 100644
--- a/translations/source/fr/sc/source/ui/docshell.po
+++ b/translations/source/fr/sc/source/ui/docshell.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sc/source/ui/drawfunc.po b/translations/source/fr/sc/source/ui/drawfunc.po
index 290463b4658..d91cb24e967 100644
--- a/translations/source/fr/sc/source/ui/drawfunc.po
+++ b/translations/source/fr/sc/source/ui/drawfunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sc/source/ui/formdlg.po b/translations/source/fr/sc/source/ui/formdlg.po
index 2fcd934e3ea..6cab7ab4c45 100644
--- a/translations/source/fr/sc/source/ui/formdlg.po
+++ b/translations/source/fr/sc/source/ui/formdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sc/source/ui/miscdlgs.po b/translations/source/fr/sc/source/ui/miscdlgs.po
index b1a7f57f34f..85c782c0e89 100644
--- a/translations/source/fr/sc/source/ui/miscdlgs.po
+++ b/translations/source/fr/sc/source/ui/miscdlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-21 19:10+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sc/source/ui/navipi.po b/translations/source/fr/sc/source/ui/navipi.po
index 9df779b3f0d..1a0e1f09cd8 100644
--- a/translations/source/fr/sc/source/ui/navipi.po
+++ b/translations/source/fr/sc/source/ui/navipi.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-28 13:04+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sc/source/ui/pagedlg.po b/translations/source/fr/sc/source/ui/pagedlg.po
index dc6f6b069bb..7369aaf9400 100644
--- a/translations/source/fr/sc/source/ui/pagedlg.po
+++ b/translations/source/fr/sc/source/ui/pagedlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sc/source/ui/src.po b/translations/source/fr/sc/source/ui/src.po
index eeb29790d2f..4bf37209404 100644
--- a/translations/source/fr/sc/source/ui/src.po
+++ b/translations/source/fr/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: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2012-01-12 20:44+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-03-01 20:17+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: fr\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: namedlg.src#RID_SCDLG_NAMES.BTN_ADD.pushbutton.text
@@ -12159,7 +12159,7 @@ msgstr "Nom incorrect. Déjà utilisé pour l'étendue sélectionnée."
#: globstr.src#RID_GLOBSTR.STR_ERR_NAME_INVALID.string.text
msgid "Invalid name. Only use letters, numbers and underscore."
-msgstr "Nom icorrecte. Utilisez uniquement des lettres, des nombres ou des soulignements."
+msgstr "Nom incorrect. Utilisez uniquement des lettres, des nombres ou des soulignements."
#: globstr.src#RID_GLOBSTR.STR_UNSAVED_EXT_REF.string.text
msgid ""
diff --git a/translations/source/fr/sc/source/ui/styleui.po b/translations/source/fr/sc/source/ui/styleui.po
index 7ac7452599b..0df4043870f 100644
--- a/translations/source/fr/sc/source/ui/styleui.po
+++ b/translations/source/fr/sc/source/ui/styleui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-08-07 17:19+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/scaddins/source/analysis.po b/translations/source/fr/scaddins/source/analysis.po
index c9d80745770..d0576c88bb2 100644
--- a/translations/source/fr/scaddins/source/analysis.po
+++ b/translations/source/fr/scaddins/source/analysis.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/scaddins/source/datefunc.po b/translations/source/fr/scaddins/source/datefunc.po
index 7637d542dea..b495945f317 100644
--- a/translations/source/fr/scaddins/source/datefunc.po
+++ b/translations/source/fr/scaddins/source/datefunc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sccomp/source/solver.po b/translations/source/fr/sccomp/source/solver.po
index 0004a294a5b..ee59321e7e1 100644
--- a/translations/source/fr/sccomp/source/solver.po
+++ b/translations/source/fr/sccomp/source/solver.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/scp2/source/accessories.po b/translations/source/fr/scp2/source/accessories.po
index 13b5fd0d427..96491428a5b 100644
--- a/translations/source/fr/scp2/source/accessories.po
+++ b/translations/source/fr/scp2/source/accessories.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-13 05:56+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/scp2/source/activex.po b/translations/source/fr/scp2/source/activex.po
index 7884206e9fd..0c45364cf6d 100644
--- a/translations/source/fr/scp2/source/activex.po
+++ b/translations/source/fr/scp2/source/activex.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/scp2/source/base.po b/translations/source/fr/scp2/source/base.po
index 3d6fa5c0525..d527c85b2c8 100644
--- a/translations/source/fr/scp2/source/base.po
+++ b/translations/source/fr/scp2/source/base.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%2Fbase.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:59+0200\n"
-"PO-Revision-Date: 2011-04-05 10:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
+"PO-Revision-Date: 2012-02-26 18:07+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: fr\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: module_base.ulf#STR_NAME_MODULE_PRG_BASE.LngText.text
@@ -39,6 +39,16 @@ msgstr "Aide de %PRODUCTNAME Base"
msgid "Help about %PRODUCTNAME Base"
msgstr "Aide de %PRODUCTNAME Base"
+#: postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr "Connecteur PostgreSQL"
+
+#: postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text
+msgctxt "postgresqlsdbc.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQLSDBC.LngText.text"
+msgid "PostgreSQL Connector"
+msgstr "Connecteur PostgreSQL"
+
#: folderitem_base.ulf#STR_FI_TOOLTIP_BASE.LngText.text
msgid "Manage databases, create queries and reports to track and manage your information by using Base."
msgstr "Base - Gestion de bases de données, création de requêtes et rapports."
diff --git a/translations/source/fr/scp2/source/binfilter.po b/translations/source/fr/scp2/source/binfilter.po
index 88a0b263690..b678ea096e3 100644
--- a/translations/source/fr/scp2/source/binfilter.po
+++ b/translations/source/fr/scp2/source/binfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/scp2/source/calc.po b/translations/source/fr/scp2/source/calc.po
index 3d0cf816ef3..e97431416f0 100644
--- a/translations/source/fr/scp2/source/calc.po
+++ b/translations/source/fr/scp2/source/calc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-01 15:59+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/scp2/source/draw.po b/translations/source/fr/scp2/source/draw.po
index 72b5f06c4d4..8628278f641 100644
--- a/translations/source/fr/scp2/source/draw.po
+++ b/translations/source/fr/scp2/source/draw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/scp2/source/extensions.po b/translations/source/fr/scp2/source/extensions.po
index d00e6513f6e..7bc4e633d16 100644
--- a/translations/source/fr/scp2/source/extensions.po
+++ b/translations/source/fr/scp2/source/extensions.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-21 13:26+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -237,16 +237,6 @@ msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_MYSQLC.LngTex
msgid "MySQL Connector"
msgstr "Connecteur MySQL"
-#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text
-msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text"
-msgid "PostgreSQL Connector"
-msgstr "Connecteur PostgreSQL"
-
-#: module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text
-msgctxt "module_extensions.ulf#STR_DESC_MODULE_OPTIONAL_EXTENSIONS_POSTGRESQL.LngText.text"
-msgid "PostgreSQL Connector"
-msgstr "Connecteur PostgreSQL"
-
#: module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_OOOBLOGGER.LngText.text
msgctxt "module_extensions.ulf#STR_NAME_MODULE_OPTIONAL_EXTENSIONS_OOOBLOGGER.LngText.text"
msgid "Metaweblog Support"
diff --git a/translations/source/fr/scp2/source/gnome.po b/translations/source/fr/scp2/source/gnome.po
index bf532dbb81f..31f8360cf8a 100644
--- a/translations/source/fr/scp2/source/gnome.po
+++ b/translations/source/fr/scp2/source/gnome.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/scp2/source/graphicfilter.po b/translations/source/fr/scp2/source/graphicfilter.po
index c2738f7c581..d7dc03bdd39 100644
--- a/translations/source/fr/scp2/source/graphicfilter.po
+++ b/translations/source/fr/scp2/source/graphicfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/scp2/source/impress.po b/translations/source/fr/scp2/source/impress.po
index 288b9ce7e72..e7584950ec6 100644
--- a/translations/source/fr/scp2/source/impress.po
+++ b/translations/source/fr/scp2/source/impress.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:41+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/scp2/source/javafilter.po b/translations/source/fr/scp2/source/javafilter.po
index 41ba3b5388c..2ffeca0e421 100644
--- a/translations/source/fr/scp2/source/javafilter.po
+++ b/translations/source/fr/scp2/source/javafilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/scp2/source/kde.po b/translations/source/fr/scp2/source/kde.po
index 93ed8d893ea..a38275d9a90 100644
--- a/translations/source/fr/scp2/source/kde.po
+++ b/translations/source/fr/scp2/source/kde.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/scp2/source/math.po b/translations/source/fr/scp2/source/math.po
index b5893c11557..b314049003b 100644
--- a/translations/source/fr/scp2/source/math.po
+++ b/translations/source/fr/scp2/source/math.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/scp2/source/onlineupdate.po b/translations/source/fr/scp2/source/onlineupdate.po
index 91da14c4dc8..dc45d0f5ff3 100644
--- a/translations/source/fr/scp2/source/onlineupdate.po
+++ b/translations/source/fr/scp2/source/onlineupdate.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/scp2/source/ooo.po b/translations/source/fr/scp2/source/ooo.po
index 1fc6cffe7e5..b2751125176 100644
--- a/translations/source/fr/scp2/source/ooo.po
+++ b/translations/source/fr/scp2/source/ooo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-21 13:28+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/scp2/source/python.po b/translations/source/fr/scp2/source/python.po
index 49d375e7d66..8ae81dd8dc2 100644
--- a/translations/source/fr/scp2/source/python.po
+++ b/translations/source/fr/scp2/source/python.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-28 13:21+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/scp2/source/quickstart.po b/translations/source/fr/scp2/source/quickstart.po
index f962b3f2679..608430120a0 100644
--- a/translations/source/fr/scp2/source/quickstart.po
+++ b/translations/source/fr/scp2/source/quickstart.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/scp2/source/sdkoo.po b/translations/source/fr/scp2/source/sdkoo.po
index 37e69e6fb75..b97056ad68d 100644
--- a/translations/source/fr/scp2/source/sdkoo.po
+++ b/translations/source/fr/scp2/source/sdkoo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/scp2/source/smoketest.po b/translations/source/fr/scp2/source/smoketest.po
index 3cbce86a22c..5d94bbebfee 100644
--- a/translations/source/fr/scp2/source/smoketest.po
+++ b/translations/source/fr/scp2/source/smoketest.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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%2Fsmoketest.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 13:29+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/scp2/source/winexplorerext.po b/translations/source/fr/scp2/source/winexplorerext.po
index 62cb62e5050..ccd2c307c97 100644
--- a/translations/source/fr/scp2/source/winexplorerext.po
+++ b/translations/source/fr/scp2/source/winexplorerext.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/scp2/source/writer.po b/translations/source/fr/scp2/source/writer.po
index 961b66922d6..7b24497aaa5 100644
--- a/translations/source/fr/scp2/source/writer.po
+++ b/translations/source/fr/scp2/source/writer.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/scp2/source/xsltfilter.po b/translations/source/fr/scp2/source/xsltfilter.po
index 70f52b41a04..8714be30a80 100644
--- a/translations/source/fr/scp2/source/xsltfilter.po
+++ b/translations/source/fr/scp2/source/xsltfilter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/scripting/source/pyprov.po b/translations/source/fr/scripting/source/pyprov.po
index 22332c30e6b..37341b8844a 100644
--- a/translations/source/fr/scripting/source/pyprov.po
+++ b/translations/source/fr/scripting/source/pyprov.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-28 17:21+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sd/source/core.po b/translations/source/fr/sd/source/core.po
index 085d91c3692..683fcb129d9 100644
--- a/translations/source/fr/sd/source/core.po
+++ b/translations/source/fr/sd/source/core.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 15:06+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sd/source/filter/html.po b/translations/source/fr/sd/source/filter/html.po
index efaceb9978f..667dc1d7c7e 100644
--- a/translations/source/fr/sd/source/filter/html.po
+++ b/translations/source/fr/sd/source/filter/html.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sd/source/ui/accessibility.po b/translations/source/fr/sd/source/ui/accessibility.po
index 88c73158e7d..7e324e20853 100644
--- a/translations/source/fr/sd/source/ui/accessibility.po
+++ b/translations/source/fr/sd/source/ui/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sd/source/ui/animations.po b/translations/source/fr/sd/source/ui/animations.po
index b31707bda88..e29c082bd7f 100644
--- a/translations/source/fr/sd/source/ui/animations.po
+++ b/translations/source/fr/sd/source/ui/animations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-11 23:41+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sd/source/ui/annotations.po b/translations/source/fr/sd/source/ui/annotations.po
index 486c5a9b8a0..8e53f22b53e 100644
--- a/translations/source/fr/sd/source/ui/annotations.po
+++ b/translations/source/fr/sd/source/ui/annotations.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:41+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sd/source/ui/app.po b/translations/source/fr/sd/source/ui/app.po
index 7eb462d6192..bdabaee8d52 100644
--- a/translations/source/fr/sd/source/ui/app.po
+++ b/translations/source/fr/sd/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-21 18:58+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sd/source/ui/dlg.po b/translations/source/fr/sd/source/ui/dlg.po
index 6a9424553aa..f48a2718b77 100644
--- a/translations/source/fr/sd/source/ui/dlg.po
+++ b/translations/source/fr/sd/source/ui/dlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 19:10+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sd/source/ui/notes.po b/translations/source/fr/sd/source/ui/notes.po
index 72c6b33173f..a7b8f8ec171 100644
--- a/translations/source/fr/sd/source/ui/notes.po
+++ b/translations/source/fr/sd/source/ui/notes.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sd/source/ui/slideshow.po b/translations/source/fr/sd/source/ui/slideshow.po
index 87dedd00144..04a854487af 100644
--- a/translations/source/fr/sd/source/ui/slideshow.po
+++ b/translations/source/fr/sd/source/ui/slideshow.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 19:10+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sd/source/ui/slidesorter/view.po b/translations/source/fr/sd/source/ui/slidesorter/view.po
index 8cf6fabab55..59550d619b3 100644
--- a/translations/source/fr/sd/source/ui/slidesorter/view.po
+++ b/translations/source/fr/sd/source/ui/slidesorter/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-10 09:55+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sd/source/ui/table.po b/translations/source/fr/sd/source/ui/table.po
index f1eebb9244c..115ae94a781 100644
--- a/translations/source/fr/sd/source/ui/table.po
+++ b/translations/source/fr/sd/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sd/source/ui/view.po b/translations/source/fr/sd/source/ui/view.po
index 0ca8afe017f..959370dfa82 100644
--- a/translations/source/fr/sd/source/ui/view.po
+++ b/translations/source/fr/sd/source/ui/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-13 06:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sdext/source/minimizer.po b/translations/source/fr/sdext/source/minimizer.po
index 8b7c769c6a7..ded22b38784 100644
--- a/translations/source/fr/sdext/source/minimizer.po
+++ b/translations/source/fr/sdext/source/minimizer.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-01 16:47+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sdext/source/minimizer/registry/data/org/openoffice/Office.po b/translations/source/fr/sdext/source/minimizer/registry/data/org/openoffice/Office.po
index 4793d5e359f..c0da5a757bb 100644
--- a/translations/source/fr/sdext/source/minimizer/registry/data/org/openoffice/Office.po
+++ b/translations/source/fr/sdext/source/minimizer/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po b/translations/source/fr/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
index c5bbd8e1be6..4300615a9a1 100644
--- a/translations/source/fr/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/fr/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sdext/source/pdfimport.po b/translations/source/fr/sdext/source/pdfimport.po
index e54b8e8e832..1f4f5b58dd5 100644
--- a/translations/source/fr/sdext/source/pdfimport.po
+++ b/translations/source/fr/sdext/source/pdfimport.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-01 17:17+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sdext/source/presenter.po b/translations/source/fr/sdext/source/presenter.po
index 8507632472c..abdaf212c72 100644
--- a/translations/source/fr/sdext/source/presenter.po
+++ b/translations/source/fr/sdext/source/presenter.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 19:11+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po b/translations/source/fr/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
index 601172b3633..750ae8ae19f 100644
--- a/translations/source/fr/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
+++ b/translations/source/fr/sdext/source/presenter/help/en-US/com.sun.PresenterScreen.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po b/translations/source/fr/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
index 6bd7027f6c2..4e32068e2b2 100644
--- a/translations/source/fr/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
+++ b/translations/source/fr/sdext/source/presenter/registry/data/org/openoffice/Office/extension.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 15:16+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/setup_native/source/mac.po b/translations/source/fr/setup_native/source/mac.po
index 9d91268a221..63a05902a4e 100644
--- a/translations/source/fr/setup_native/source/mac.po
+++ b/translations/source/fr/setup_native/source/mac.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sfx2/source/appl.po b/translations/source/fr/sfx2/source/appl.po
index 472a352a2bb..aac5926c42b 100644
--- a/translations/source/fr/sfx2/source/appl.po
+++ b/translations/source/fr/sfx2/source/appl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-09 19:52+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sfx2/source/bastyp.po b/translations/source/fr/sfx2/source/bastyp.po
index f343d346341..4d1cca6f8df 100644
--- a/translations/source/fr/sfx2/source/bastyp.po
+++ b/translations/source/fr/sfx2/source/bastyp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sfx2/source/dialog.po b/translations/source/fr/sfx2/source/dialog.po
index 438f312ecd5..e0bfa898b54 100644
--- a/translations/source/fr/sfx2/source/dialog.po
+++ b/translations/source/fr/sfx2/source/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-12 20:45+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sfx2/source/doc.po b/translations/source/fr/sfx2/source/doc.po
index 493093547b0..64f65409a84 100644
--- a/translations/source/fr/sfx2/source/doc.po
+++ b/translations/source/fr/sfx2/source/doc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-21 19:12+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sfx2/source/menu.po b/translations/source/fr/sfx2/source/menu.po
index 32a13aaddee..7dac2028c97 100644
--- a/translations/source/fr/sfx2/source/menu.po
+++ b/translations/source/fr/sfx2/source/menu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sfx2/source/view.po b/translations/source/fr/sfx2/source/view.po
index 9f0367ad914..9a2ae523166 100644
--- a/translations/source/fr/sfx2/source/view.po
+++ b/translations/source/fr/sfx2/source/view.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 18:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/shell/source/win32/shlxthandler/res.po b/translations/source/fr/shell/source/win32/shlxthandler/res.po
index 02d2b9cd69f..da01c3be914 100644
--- a/translations/source/fr/shell/source/win32/shlxthandler/res.po
+++ b/translations/source/fr/shell/source/win32/shlxthandler/res.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:42+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/starmath/source.po b/translations/source/fr/starmath/source.po
index bcd9a63439f..4fccf843c81 100644
--- a/translations/source/fr/starmath/source.po
+++ b/translations/source/fr/starmath/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-21 19:12+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/svl/source/items.po b/translations/source/fr/svl/source/items.po
index c22be71e3fe..ecf9abe7835 100644
--- a/translations/source/fr/svl/source/items.po
+++ b/translations/source/fr/svl/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 10:59+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/svl/source/misc.po b/translations/source/fr/svl/source/misc.po
index 3e55a00801b..5374bb35d9c 100644
--- a/translations/source/fr/svl/source/misc.po
+++ b/translations/source/fr/svl/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-21 19:13+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/svtools/source/contnr.po b/translations/source/fr/svtools/source/contnr.po
index 08dbe2e7055..5b4fff34488 100644
--- a/translations/source/fr/svtools/source/contnr.po
+++ b/translations/source/fr/svtools/source/contnr.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:42+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/svtools/source/control.po b/translations/source/fr/svtools/source/control.po
index 3b7a966483d..b3e505af1a6 100644
--- a/translations/source/fr/svtools/source/control.po
+++ b/translations/source/fr/svtools/source/control.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-09 19:58+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/svtools/source/dialogs.po b/translations/source/fr/svtools/source/dialogs.po
index 7ede2c67e9b..557da082346 100644
--- a/translations/source/fr/svtools/source/dialogs.po
+++ b/translations/source/fr/svtools/source/dialogs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-08-07 18:22+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/svtools/source/filter.po b/translations/source/fr/svtools/source/filter.po
index 0389a95fc27..cd9577cde4e 100644
--- a/translations/source/fr/svtools/source/filter.po
+++ b/translations/source/fr/svtools/source/filter.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-09 19:56+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/svtools/source/java.po b/translations/source/fr/svtools/source/java.po
index 79fb22b0f56..ce53e5b773c 100644
--- a/translations/source/fr/svtools/source/java.po
+++ b/translations/source/fr/svtools/source/java.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 19:13+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/svtools/source/misc.po b/translations/source/fr/svtools/source/misc.po
index 2a9ab1bdf85..18a6dae8dc9 100644
--- a/translations/source/fr/svtools/source/misc.po
+++ b/translations/source/fr/svtools/source/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-21 19:14+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/svtools/source/plugapp.po b/translations/source/fr/svtools/source/plugapp.po
index b428ea8e05f..caa41f97f51 100644
--- a/translations/source/fr/svtools/source/plugapp.po
+++ b/translations/source/fr/svtools/source/plugapp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 11:00+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/svtools/source/toolpanel.po b/translations/source/fr/svtools/source/toolpanel.po
index 816ed5c64d9..c1fad67ebf4 100644
--- a/translations/source/fr/svtools/source/toolpanel.po
+++ b/translations/source/fr/svtools/source/toolpanel.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 11:00+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/svtools/workben/unodialog.po b/translations/source/fr/svtools/workben/unodialog.po
index aebd1666519..dacca65362e 100644
--- a/translations/source/fr/svtools/workben/unodialog.po
+++ b/translations/source/fr/svtools/workben/unodialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 11:00+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/svx/inc.po b/translations/source/fr/svx/inc.po
index 96f111cb5ff..b85d503f8d3 100644
--- a/translations/source/fr/svx/inc.po
+++ b/translations/source/fr/svx/inc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-01 21:52+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/svx/source/accessibility.po b/translations/source/fr/svx/source/accessibility.po
index 2d0b89ba440..26d1aa1c1fd 100644
--- a/translations/source/fr/svx/source/accessibility.po
+++ b/translations/source/fr/svx/source/accessibility.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-05-21 13:24+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/svx/source/dialog.po b/translations/source/fr/svx/source/dialog.po
index e6e29e55eec..2e23250e7e6 100644
--- a/translations/source/fr/svx/source/dialog.po
+++ b/translations/source/fr/svx/source/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-01 22:29+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/svx/source/engine3d.po b/translations/source/fr/svx/source/engine3d.po
index e7e997d73cd..f44e4ce951f 100644
--- a/translations/source/fr/svx/source/engine3d.po
+++ b/translations/source/fr/svx/source/engine3d.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-09 20:05+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/svx/source/fmcomp.po b/translations/source/fr/svx/source/fmcomp.po
index 6c721a537c6..c839972d009 100644
--- a/translations/source/fr/svx/source/fmcomp.po
+++ b/translations/source/fr/svx/source/fmcomp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 11:00+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/svx/source/form.po b/translations/source/fr/svx/source/form.po
index a2a3e765e58..2d5678351a4 100644
--- a/translations/source/fr/svx/source/form.po
+++ b/translations/source/fr/svx/source/form.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:42+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/svx/source/gallery2.po b/translations/source/fr/svx/source/gallery2.po
index 2717aa47e36..d577aec8ff2 100644
--- a/translations/source/fr/svx/source/gallery2.po
+++ b/translations/source/fr/svx/source/gallery2.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:42+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/svx/source/items.po b/translations/source/fr/svx/source/items.po
index a0094e6be57..20d17e822dc 100644
--- a/translations/source/fr/svx/source/items.po
+++ b/translations/source/fr/svx/source/items.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-04-11 23:42+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/svx/source/src.po b/translations/source/fr/svx/source/src.po
index 66efc8707f2..aedcdf031b1 100644
--- a/translations/source/fr/svx/source/src.po
+++ b/translations/source/fr/svx/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-07 16:33+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/svx/source/stbctrls.po b/translations/source/fr/svx/source/stbctrls.po
index 36d557674d4..102a6f1e05d 100644
--- a/translations/source/fr/svx/source/stbctrls.po
+++ b/translations/source/fr/svx/source/stbctrls.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-30 16:10+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/svx/source/svdraw.po b/translations/source/fr/svx/source/svdraw.po
index 32df9d06793..fa5a868ab6a 100644
--- a/translations/source/fr/svx/source/svdraw.po
+++ b/translations/source/fr/svx/source/svdraw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-10 09:58+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/svx/source/table.po b/translations/source/fr/svx/source/table.po
index 599c73a6cca..9ed78d433fe 100644
--- a/translations/source/fr/svx/source/table.po
+++ b/translations/source/fr/svx/source/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 11:00+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/svx/source/tbxctrls.po b/translations/source/fr/svx/source/tbxctrls.po
index df7359a7f73..98f7395c491 100644
--- a/translations/source/fr/svx/source/tbxctrls.po
+++ b/translations/source/fr/svx/source/tbxctrls.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-10 09:58+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/svx/source/toolbars.po b/translations/source/fr/svx/source/toolbars.po
index 1a368f1d719..baed19afaf3 100644
--- a/translations/source/fr/svx/source/toolbars.po
+++ b/translations/source/fr/svx/source/toolbars.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 11:00+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/svx/source/unodialogs/textconversiondlgs.po b/translations/source/fr/svx/source/unodialogs/textconversiondlgs.po
index 4f9711aa0ef..3d1d56a6d7a 100644
--- a/translations/source/fr/svx/source/unodialogs/textconversiondlgs.po
+++ b/translations/source/fr/svx/source/unodialogs/textconversiondlgs.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 19:15+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sw/source/core/layout.po b/translations/source/fr/sw/source/core/layout.po
index d66e8452323..10dce69d3bc 100644
--- a/translations/source/fr/sw/source/core/layout.po
+++ b/translations/source/fr/sw/source/core/layout.po
@@ -3,14 +3,14 @@ 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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-01 22:47+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: none\n"
-"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sw/source/core/undo.po b/translations/source/fr/sw/source/core/undo.po
index 7ac49bf6e0f..85f43910a6a 100644
--- a/translations/source/fr/sw/source/core/undo.po
+++ b/translations/source/fr/sw/source/core/undo.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-01 23:49+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sw/source/core/unocore.po b/translations/source/fr/sw/source/core/unocore.po
index d46546e018d..78ca15c2afd 100644
--- a/translations/source/fr/sw/source/core/unocore.po
+++ b/translations/source/fr/sw/source/core/unocore.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:42+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sw/source/ui/app.po b/translations/source/fr/sw/source/ui/app.po
index e80a9d23268..4822aae31f7 100644
--- a/translations/source/fr/sw/source/ui/app.po
+++ b/translations/source/fr/sw/source/ui/app.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-07 16:34+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sw/source/ui/chrdlg.po b/translations/source/fr/sw/source/ui/chrdlg.po
index 550a34fa7af..334d1b733ba 100644
--- a/translations/source/fr/sw/source/ui/chrdlg.po
+++ b/translations/source/fr/sw/source/ui/chrdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-28 17:28+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sw/source/ui/config.po b/translations/source/fr/sw/source/ui/config.po
index 2bd215fa5cf..2ee5653eb09 100644
--- a/translations/source/fr/sw/source/ui/config.po
+++ b/translations/source/fr/sw/source/ui/config.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 17:38+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
@@ -334,6 +334,58 @@ msgctxt "optdlg.src#TP_OPTPRINT_PAGE.ST_NONE.string.text"
msgid "<None>"
msgstr "<Aucun(e)>"
+#: optdlg.src#TP_STD_FONT.FL_STDCHR.fixedline.text
+msgid "Basic fonts (%1)"
+msgstr "Polices standard (%1)"
+
+#: optdlg.src#TP_STD_FONT.FT_TYPE.fixedtext.text
+msgid "Font"
+msgstr "Police"
+
+#: optdlg.src#TP_STD_FONT.FT_SIZE.fixedtext.text
+msgid "Size"
+msgstr "Taille"
+
+#: optdlg.src#TP_STD_FONT.FT_STANDARD.fixedtext.text
+msgid "De~fault"
+msgstr "Par ~défaut"
+
+#: optdlg.src#TP_STD_FONT.FT_TITLE.fixedtext.text
+msgid "Headin~g"
+msgstr "~Titre"
+
+#: optdlg.src#TP_STD_FONT.FT_LIST.fixedtext.text
+msgid "~List"
+msgstr "L~iste"
+
+#: optdlg.src#TP_STD_FONT.FT_LABEL.fixedtext.text
+msgid "C~aption"
+msgstr "~Légende"
+
+#: optdlg.src#TP_STD_FONT.FT_IDX.fixedtext.text
+msgid "~Index"
+msgstr "~Index"
+
+#: optdlg.src#TP_STD_FONT.CB_DOCONLY.checkbox.text
+msgid "C~urrent document only"
+msgstr "~Uniquement pour le document actif"
+
+#: optdlg.src#TP_STD_FONT.PB_STANDARD.pushbutton.text
+msgid "~Default"
+msgstr "~Par défaut"
+
+#: optdlg.src#TP_STD_FONT.ST_SCRIPT_ASIAN.string.text
+msgid "Asian"
+msgstr "Asiatique"
+
+#: optdlg.src#TP_STD_FONT.ST_SCRIPT_CTL.string.text
+msgid "CTL"
+msgstr "Scripts complexes"
+
+#: optdlg.src#TP_STD_FONT.ST_SCRIPT_WESTERN.string.text
+msgid "Western"
+msgstr "Occidental"
+
#: optdlg.src#TP_OPTTABLE_PAGE.FL_TABLE.fixedline.text
msgid "Default"
msgstr "Par défaut"
diff --git a/translations/source/fr/sw/source/ui/dbui.po b/translations/source/fr/sw/source/ui/dbui.po
index 6505a7b0f4a..be4eed6c4f0 100644
--- a/translations/source/fr/sw/source/ui/dbui.po
+++ b/translations/source/fr/sw/source/ui/dbui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-01 22:39+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sw/source/ui/dialog.po b/translations/source/fr/sw/source/ui/dialog.po
index 30c1d2afc7a..b2e77fcb3d2 100644
--- a/translations/source/fr/sw/source/ui/dialog.po
+++ b/translations/source/fr/sw/source/ui/dialog.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-07 16:27+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sw/source/ui/dochdl.po b/translations/source/fr/sw/source/ui/dochdl.po
index eb8f7800e6e..25c87c809ad 100644
--- a/translations/source/fr/sw/source/ui/dochdl.po
+++ b/translations/source/fr/sw/source/ui/dochdl.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 11:00+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sw/source/ui/docvw.po b/translations/source/fr/sw/source/ui/docvw.po
index 2b50695037e..865ba8ddb3b 100644
--- a/translations/source/fr/sw/source/ui/docvw.po
+++ b/translations/source/fr/sw/source/ui/docvw.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2012-01-07 16:29+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sw/source/ui/envelp.po b/translations/source/fr/sw/source/ui/envelp.po
index 58cd7415e90..6ede3e1e456 100644
--- a/translations/source/fr/sw/source/ui/envelp.po
+++ b/translations/source/fr/sw/source/ui/envelp.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-11 23:42+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sw/source/ui/fldui.po b/translations/source/fr/sw/source/ui/fldui.po
index 2dca63bbfe2..d00c3ce13a1 100644
--- a/translations/source/fr/sw/source/ui/fldui.po
+++ b/translations/source/fr/sw/source/ui/fldui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-11 23:42+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sw/source/ui/fmtui.po b/translations/source/fr/sw/source/ui/fmtui.po
index 436ff2ac363..f685ccd286d 100644
--- a/translations/source/fr/sw/source/ui/fmtui.po
+++ b/translations/source/fr/sw/source/ui/fmtui.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-11 23:42+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sw/source/ui/frmdlg.po b/translations/source/fr/sw/source/ui/frmdlg.po
index de2d6831eef..589afbe7098 100644
--- a/translations/source/fr/sw/source/ui/frmdlg.po
+++ b/translations/source/fr/sw/source/ui/frmdlg.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 19:02+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sw/source/ui/globdoc.po b/translations/source/fr/sw/source/ui/globdoc.po
index 6c573625a49..e4bb6bd3394 100644
--- a/translations/source/fr/sw/source/ui/globdoc.po
+++ b/translations/source/fr/sw/source/ui/globdoc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 11:00+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sw/source/ui/index.po b/translations/source/fr/sw/source/ui/index.po
index d35904ff725..5fce3e9e301 100644
--- a/translations/source/fr/sw/source/ui/index.po
+++ b/translations/source/fr/sw/source/ui/index.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-07 16:30+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sw/source/ui/lingu.po b/translations/source/fr/sw/source/ui/lingu.po
index 5f302f5cbee..e090dd212c5 100644
--- a/translations/source/fr/sw/source/ui/lingu.po
+++ b/translations/source/fr/sw/source/ui/lingu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-11-28 17:28+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sw/source/ui/misc.po b/translations/source/fr/sw/source/ui/misc.po
index 2c93d2731dd..a656eaa40f2 100644
--- a/translations/source/fr/sw/source/ui/misc.po
+++ b/translations/source/fr/sw/source/ui/misc.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 19:02+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sw/source/ui/ribbar.po b/translations/source/fr/sw/source/ui/ribbar.po
index a30f1c7bca3..f793d23fabe 100644
--- a/translations/source/fr/sw/source/ui/ribbar.po
+++ b/translations/source/fr/sw/source/ui/ribbar.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-28 17:29+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sw/source/ui/shells.po b/translations/source/fr/sw/source/ui/shells.po
index 1eb4bbe748d..675b85eaabf 100644
--- a/translations/source/fr/sw/source/ui/shells.po
+++ b/translations/source/fr/sw/source/ui/shells.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-12-21 15:28+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sw/source/ui/smartmenu.po b/translations/source/fr/sw/source/ui/smartmenu.po
index a323c9e3aef..3141fe7c74c 100644
--- a/translations/source/fr/sw/source/ui/smartmenu.po
+++ b/translations/source/fr/sw/source/ui/smartmenu.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 11:00+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sw/source/ui/table.po b/translations/source/fr/sw/source/ui/table.po
index 09e60414d3b..6c5266e4dcc 100644
--- a/translations/source/fr/sw/source/ui/table.po
+++ b/translations/source/fr/sw/source/ui/table.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2012-01-12 20:46+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sw/source/ui/uiview.po b/translations/source/fr/sw/source/ui/uiview.po
index 14711dd990d..25e4affe9ac 100644
--- a/translations/source/fr/sw/source/ui/uiview.po
+++ b/translations/source/fr/sw/source/ui/uiview.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 11:00+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sw/source/ui/utlui.po b/translations/source/fr/sw/source/ui/utlui.po
index 4a5a0816313..1c12a7f85d3 100644
--- a/translations/source/fr/sw/source/ui/utlui.po
+++ b/translations/source/fr/sw/source/ui/utlui.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%2Futlui.oo&subcomponent=ui\n"
-"POT-Creation-Date: 2012-01-21 15:58+0200\n"
-"PO-Revision-Date: 2011-12-21 19:16+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
+"PO-Revision-Date: 2012-02-26 18:08+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: fr\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.9.0\n"
+"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: navipi.src#DLG_NAVIGATION_PI.window.text
@@ -1502,6 +1502,176 @@ msgstr "Titre 9"
msgid "Heading 10"
msgstr "Titre 10"
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1S.string.text
+msgid "Numbering 1 Start"
+msgstr "Numérotation 1 début"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL1.string.text"
+msgid "Numbering 1"
+msgstr "Numérotation 1"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL1E.string.text
+msgid "Numbering 1 End"
+msgstr "Numérotation 1 fin"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM1.string.text
+msgid "Numbering 1 Cont."
+msgstr "Numérotation 1 suite"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2S.string.text
+msgid "Numbering 2 Start"
+msgstr "Numérotation 2 début"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL2.string.text"
+msgid "Numbering 2"
+msgstr "Numérotation 2"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL2E.string.text
+msgid "Numbering 2 End"
+msgstr "Numérotation 2 fin"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM2.string.text
+msgid "Numbering 2 Cont."
+msgstr "Numérotation 2 suite"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3S.string.text
+msgid "Numbering 3 Start"
+msgstr "Numérotation 3 début"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL3.string.text"
+msgid "Numbering 3"
+msgstr "Numérotation 3"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL3E.string.text
+msgid "Numbering 3 End"
+msgstr "Numérotation 3 fin"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM3.string.text
+msgid "Numbering 3 Cont."
+msgstr "Numérotation 3 suite"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4S.string.text
+msgid "Numbering 4 Start"
+msgstr "Numérotation 4 début"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL4.string.text"
+msgid "Numbering 4"
+msgstr "Numérotation 4"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL4E.string.text
+msgid "Numbering 4 End"
+msgstr "Numérotation 4 fin"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM4.string.text
+msgid "Numbering 4 Cont."
+msgstr "Numérotation 4 suite"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5S.string.text
+msgid "Numbering 5 Start"
+msgstr "Numérotation 5 début"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_NUM_LEVEL5.string.text"
+msgid "Numbering 5"
+msgstr "Numérotation 5"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_LEVEL5E.string.text
+msgid "Numbering 5 End"
+msgstr "Numérotation 5 fin"
+
+#: poolfmt.src#STR_POOLCOLL_NUM_NONUM5.string.text
+msgid "Numbering 5 Cont."
+msgstr "Numérotation 5 suite"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1S.string.text
+msgid "List 1 Start"
+msgstr "Puce 1 début"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL1.string.text"
+msgid "List 1"
+msgstr "Puce 1"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL1E.string.text
+msgid "List 1 End"
+msgstr "Puce 1 fin"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM1.string.text
+msgid "List 1 Cont."
+msgstr "Puce 1 suivante"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2S.string.text
+msgid "List 2 Start"
+msgstr "Puce 2 début"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL2.string.text"
+msgid "List 2"
+msgstr "Puce 2"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL2E.string.text
+msgid "List 2 End"
+msgstr "Puce 2 fin"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM2.string.text
+msgid "List 2 Cont."
+msgstr "Puce 2 suivante"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3S.string.text
+msgid "List 3 Start"
+msgstr "Puce 3 début"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL3.string.text"
+msgid "List 3"
+msgstr "Puce 3"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL3E.string.text
+msgid "List 3 End"
+msgstr "Puce 3 fin"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM3.string.text
+msgid "List 3 Cont."
+msgstr "Puce 3 suivante"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4S.string.text
+msgid "List 4 Start"
+msgstr "Puce 4 début"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL4.string.text"
+msgid "List 4"
+msgstr "Puce 4"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL4E.string.text
+msgid "List 4 End"
+msgstr "Puce 4 fin"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM4.string.text
+msgid "List 4 Cont."
+msgstr "Puce 4 suivante"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5S.string.text
+msgid "List 5 Start"
+msgstr "Puce 5 début"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text
+msgctxt "poolfmt.src#STR_POOLCOLL_BUL_LEVEL5.string.text"
+msgid "List 5"
+msgstr "Puce 5"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_LEVEL5E.string.text
+msgid "List 5 End"
+msgstr "Puce 5 fin"
+
+#: poolfmt.src#STR_POOLCOLL_BUL_NONUM5.string.text
+msgid "List 5 Cont."
+msgstr "Puce 5 suivante"
+
#: poolfmt.src#STR_POOLCOLL_HEADER.string.text
msgctxt "poolfmt.src#STR_POOLCOLL_HEADER.string.text"
msgid "Header"
@@ -1790,44 +1960,54 @@ msgid "Endnote"
msgstr "Note de fin"
#: poolfmt.src#STR_POOLNUMRULE_NUM1.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM1.string.text"
msgid "Numbering 1"
msgstr "Numérotation 1"
#: poolfmt.src#STR_POOLNUMRULE_NUM2.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM2.string.text"
msgid "Numbering 2"
msgstr "Numérotation 2"
#: poolfmt.src#STR_POOLNUMRULE_NUM3.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM3.string.text"
msgid "Numbering 3"
msgstr "Numérotation 3"
#: poolfmt.src#STR_POOLNUMRULE_NUM4.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM4.string.text"
msgid "Numbering 4"
msgstr "Numérotation 4"
#: poolfmt.src#STR_POOLNUMRULE_NUM5.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_NUM5.string.text"
msgid "Numbering 5"
msgstr "Numérotation 5"
#: poolfmt.src#STR_POOLNUMRULE_BUL1.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL1.string.text"
msgid "List 1"
-msgstr "Liste 1"
+msgstr "Puce 1"
#: poolfmt.src#STR_POOLNUMRULE_BUL2.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL2.string.text"
msgid "List 2"
-msgstr "Liste 2"
+msgstr "Puce 2"
#: poolfmt.src#STR_POOLNUMRULE_BUL3.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL3.string.text"
msgid "List 3"
-msgstr "Liste 3"
+msgstr "Puce 3"
#: poolfmt.src#STR_POOLNUMRULE_BUL4.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL4.string.text"
msgid "List 4"
-msgstr "Liste 4"
+msgstr "Puce 4"
#: poolfmt.src#STR_POOLNUMRULE_BUL5.string.text
+msgctxt "poolfmt.src#STR_POOLNUMRULE_BUL5.string.text"
msgid "List 5"
-msgstr "Liste 5"
+msgstr "Puce 5"
#: poolfmt.src#STR_POOLCHR_RUBYTEXT.string.text
msgid "Rubies"
diff --git a/translations/source/fr/sw/source/ui/web.po b/translations/source/fr/sw/source/ui/web.po
index 3c9b3db15d0..86c3c27366d 100644
--- a/translations/source/fr/sw/source/ui/web.po
+++ b/translations/source/fr/sw/source/ui/web.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 11:00+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sw/source/ui/wrtsh.po b/translations/source/fr/sw/source/ui/wrtsh.po
index b55f76d863d..65b2aad1a72 100644
--- a/translations/source/fr/sw/source/ui/wrtsh.po
+++ b/translations/source/fr/sw/source/ui/wrtsh.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-04-05 11:00+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/swext/mediawiki/help.po b/translations/source/fr/swext/mediawiki/help.po
index ee61800bda9..3fb7b52e495 100644
--- a/translations/source/fr/swext/mediawiki/help.po
+++ b/translations/source/fr/swext/mediawiki/help.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:58+0200\n"
+"POT-Creation-Date: 2012-02-21 19:41+0200\n"
"PO-Revision-Date: 2011-12-21 19:16+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/swext/mediawiki/src.po b/translations/source/fr/swext/mediawiki/src.po
index 14343d0b0b4..78ebf82b102 100644
--- a/translations/source/fr/swext/mediawiki/src.po
+++ b/translations/source/fr/swext/mediawiki/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-01 22:59+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/swext/mediawiki/src/registry/data/org/openoffice/Office.po b/translations/source/fr/swext/mediawiki/src/registry/data/org/openoffice/Office.po
index 6e7aa614cf3..54ce81ad8cd 100644
--- a/translations/source/fr/swext/mediawiki/src/registry/data/org/openoffice/Office.po
+++ b/translations/source/fr/swext/mediawiki/src/registry/data/org/openoffice/Office.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 19:03+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/translations/source/fr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index caa9bf78890..f221beabe5e 100644
--- a/translations/source/fr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/translations/source/fr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-04-05 11:00+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/sysui/desktop/share.po b/translations/source/fr/sysui/desktop/share.po
index 10780ad0b45..7465fb7f99d 100644
--- a/translations/source/fr/sysui/desktop/share.po
+++ b/translations/source/fr/sysui/desktop/share.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 16:00+0200\n"
+"POT-Creation-Date: 2012-02-21 19:43+0200\n"
"PO-Revision-Date: 2011-11-01 23:02+0100\n"
"Last-Translator: Gautier Sophie <sgauti@documentfoundation.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/uui/source.po b/translations/source/fr/uui/source.po
index 408cee4c9c4..ea81f719ecb 100644
--- a/translations/source/fr/uui/source.po
+++ b/translations/source/fr/uui/source.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 19:17+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/vcl/source/src.po b/translations/source/fr/vcl/source/src.po
index 8184a7144bf..566e11f3526 100644
--- a/translations/source/fr/vcl/source/src.po
+++ b/translations/source/fr/vcl/source/src.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-12-21 19:04+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/wizards/source/euro.po b/translations/source/fr/wizards/source/euro.po
index f59da176153..1600a8e2f64 100644
--- a/translations/source/fr/wizards/source/euro.po
+++ b/translations/source/fr/wizards/source/euro.po
@@ -3,14 +3,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-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: 2012-01-21 15:59+0200\n"
+"POT-Creation-Date: 2012-02-21 19:42+0200\n"
"PO-Revision-Date: 2011-11-02 00:08+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: fr\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"
+"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
diff --git a/translations/source/fr/wizards/source/formwizard.po b/translations/source/fr/wizards/source/formwizard.po
index 814afe0902a..7ac6cfaae27 100644
--- a/translations/source/fr/wizards/source/formwizard.po
+++ b/translations/source/fr/wizards/source/formwizard.po